diff --git a/.github/ISSUE_TEMPLATE/ar_bug_report-md.md b/.github/ISSUE_TEMPLATE/ar_bug_report.md similarity index 72% rename from .github/ISSUE_TEMPLATE/ar_bug_report-md.md rename to .github/ISSUE_TEMPLATE/ar_bug_report.md index e2f64b88b8..0d4aee9397 100644 --- a/.github/ISSUE_TEMPLATE/ar_bug_report-md.md +++ b/.github/ISSUE_TEMPLATE/ar_bug_report.md @@ -1,17 +1,8 @@ --- name: ar_bug_report.md about: Create a bug for a an issue found in the Automated Review -title: '' -labels: '' -assignees: '' - ---- - ---- -name: Automated Review Bug report -about: Create a report when a failure occurs in main branch -title: '' -labels: 'Automated_Review' +title: 'AR Bug Report' +labels: 'needs-triage,kind/bug,kind/automation' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/rfc-feature.md b/.github/ISSUE_TEMPLATE/rfc-feature.md deleted file mode 100644 index 31a195f803..0000000000 --- a/.github/ISSUE_TEMPLATE/rfc-feature.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -name: RFC Feature request -about: Create Feature RFC for this project -title: Proposed RFC Feature =description= -labels: 'rfc-feature' -assignees: '' - ---- - -# O3DE RFC Feature Template - -### When using this template, you do not have to fill out every question below. The questions are there for guidance. - -This RFC feature template should be used for any feature that is not a bug or a substantial reorganization of the O3DE product. - -If you submit a pull request to implement a new feature without going through the RFC process, it may be closed with a polite request to submit an RFC first. - -A hastily proposed RFC can hurt its chances of acceptance. Low-quality proposals, proposals for previously-rejected features, or those that don't fit into the near-term roadmap may be quickly rejected, demotivating the unprepared contributor. Laying some groundwork ahead of the RFC can make the process smoother. - -Although there is no single way to prepare for submitting an RFC, it is generally a good idea to pursue feedback from other project developers beforehand to ascertain that the RFC may be desirable; having a consistent impact on the project requires concerted effort toward consensus-building. - -The most common preparations for writing and submitting an RFC include: -- Talking the idea over on our Discord server. -- Discussing the topic on our GitHub RFCs discussions page. -- Occasionally posting "pre-RFCs" on the GitHub RFCs discussion page. -You may file issues in the RFCs repo for discussion, but these are not actively looked at by the teams. - -As a rule of thumb, receiving encouraging feedback from long-standing project developers, and particularly members of the relevant sub-team, is a good indication that the RFC is worth pursuing. - -# ----- DELETE EVERYTHING FROM THE TOP TO THE SUMMARY LINE BELOW WHEN USING TEMPLATE ----- # - -### Summary: -Single paragraph explanation of the feature - -### What is the relevance of this feature? -Why is this important? What are the use cases? What will it do once completed? - -### Feature design description: -- Explain the design of the feature with enough detail that someone familiar with the environment and framework can understand the concept and explain it to others. -- It should include at least one end-to-end example of how a developer will use it along with specific details, including outlying use cases. - -- If there is any new terminology, it should be defined here. - -### Technical design description: -- Explain the technical portion of the work in enough detail that members can implement the feature. - -- Explain any API or process changes required to implement this feature - -- This section should relate to the feature design description by reference and explain in greater detail how it makes the feature design examples work. - -- This should also provide detailed information on compatibility with different hardware platforms. - - -### What are the advantages of the feature? -- Explain the advantages for someone to use this feature - -### What are the disadvantages of the feature? -- Explain any disadvantages for someone to use this feature - -### How will this be implemented or integrated into the O3DE environment? -- Explain how a developer will integrate this into the codebase of O3DE and provide any specific library or technical stack requirements. - -### Are there any alternatives to this feature? -- Provide any other designs that have been considered. Explain what the impact might be of not doing this. -- If there is any prior art or approaches with other frameworks in the same domain, explain how they may have solved this problem or implemented this feature. - -### How will users learn this feature? -- Detail how it can be best presented and how it is used as an extension or a standalone tool used with O3DE. -- Explain if and how it may change how individuals would use the platform and if any documentation must be changed or reorganized. -- Explain how it would be taught to new and existing O3DE users. - -### Are there any open questions? -- What are some of the open questions and potential scenarios that should be considered? diff --git a/.github/ISSUE_TEMPLATE/rfc-suggestion.md b/.github/ISSUE_TEMPLATE/rfc-suggestion.md deleted file mode 100644 index 7c51bbc918..0000000000 --- a/.github/ISSUE_TEMPLATE/rfc-suggestion.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -name: RFC Suggestion request -about: Create Suggestion RFC for this project -title: Proposed RFC Suggestion =description= -labels: 'rfc-suggestion' -assignees: '' - ---- - -# O3DE Suggestion RFC Template - -### When using this template, you do not have to fill out every question below. The questions are there for guidance. - -This RFC template should be used for any suggestion that is not based upon code or content related to the O3DE product itself. This template is for proposing new process models, approaches, or ideas to improve the O3DE community. - -A hastily proposed RFC can hurt its chances of acceptance. Low-quality proposals, proposals for previously rejected features, or those that do not have any substantive value to the project may be quickly rejected, demotivating the unprepared contributor. Laying some groundwork with others in the community ahead of the RFC can make the process much smoother. - -Although there is no single way to prepare for submitting an RFC, it is generally a good idea to pursue feedback from other project members beforehand. Keep in mind that you want other members to contribute and back your suggestion, which can drastically improve the chances of implementation. - -The most common preparations for writing and submitting an RFC include: -- Talking the idea over on our Discord server. -- Creating a discussion on our GitHub RFCs discussions page. -- Occasionally posting "pre-RFCs" on the GitHub RFCs discussion page. -You may file issues in the RFCs repo for discussion, but these are not actively looked at by the teams. - -As a rule of thumb, receiving encouraging feedback from long-standing community members is a good indication that the RFC is worth pursuing. - -# ----- DELETE EVERYTHING FROM THE TOP TO THE SUMMARY LINE BELOW WHEN USING TEMPLATE ----- # - -### Summary: -Single paragraph explanation of the suggestion - -### What is the motivation for this suggestion? -Why is this important? -What are the use cases for this suggestion? -What should the outcome be if this suggestion is implemented? - -### Suggestion design description: -- Explain the suggestion with enough detail that someone familiar with the process and environment of the project can understand the suggestion and explain it to others. -- It should include at least one end-to-end example of how the community will use it along with the specific details with outlying use cases. - -- If there is any new terminology, it should be defined here. - -### What are the advantages of the suggestion? -- Explain the advantages of using this suggestion - -### What are the disadvantages of the suggestion? -- Explain any disadvantages or trade-offs to using this suggestion - -### How will this be work within the O3DE project? -- Explain how this suggestion will be work within the O3DE project. - -### Are there any alternatives to this suggestion? -- Provide any other alternative ways that have been considered. -- Explain what the impact might be of not implementing this suggestion. -- If there are other similar suggestions previously used, list them and explain which parts may have solved some or all of this problem. - -### What is the strategy for adoption? -- Explain how new and existing users will adopt this suggestion. -- Point out any efforts needed if it requires coordination with multiple SIGs or other projects. -- Explain how it would be taught to new and existing O3DE users. diff --git a/.gitignore b/.gitignore index 664680c5bf..1b63c7698a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ .idea/ +.vs/ .vscode/ __pycache__ AssetProcessorTemp/** [Bb]uild/** +[Oo]ut/** [Cc]ache/ /install/ Editor/EditorEventLog.xml @@ -14,6 +16,8 @@ UserSettings.xml FrameCapture/** .DS_Store user*.cfg +client*.cfg +server*.cfg .mayaSwatches/ _savebackup/ #Output folder for test results when running Automated Tests diff --git a/Assets/Editor/Icons/Components/AnimGraphNetSync.svg b/Assets/Editor/Icons/Components/AnimGraphNetSync.svg new file mode 100644 index 0000000000..7bf70e69dc --- /dev/null +++ b/Assets/Editor/Icons/Components/AnimGraphNetSync.svg @@ -0,0 +1,13 @@ + + + icon / Networking / AnimGraphNetSync + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Animation.svg b/Assets/Editor/Icons/Components/Animation.svg new file mode 100644 index 0000000000..4890bb0900 --- /dev/null +++ b/Assets/Editor/Icons/Components/Animation.svg @@ -0,0 +1,7 @@ + + + icon / Animation / Animation + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/AreaLight.svg b/Assets/Editor/Icons/Components/AreaLight.svg index 932f02dd2e..a52c5d38c3 100644 --- a/Assets/Editor/Icons/Components/AreaLight.svg +++ b/Assets/Editor/Icons/Components/AreaLight.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Area Light - Created with Sketch. + icon / Rendering / AreaLight - + - + diff --git a/Assets/Editor/Icons/Components/Attachment.svg b/Assets/Editor/Icons/Components/Attachment.svg index 8dcaaae336..8d1b3c0dd5 100644 --- a/Assets/Editor/Icons/Components/Attachment.svg +++ b/Assets/Editor/Icons/Components/Attachment.svg @@ -1,8 +1,6 @@ - icon / Animation / Attachment - Created with Sketch. diff --git a/Assets/Editor/Icons/Components/AudioAnimationEventsProxy.svg b/Assets/Editor/Icons/Components/AudioAnimationEventsProxy.svg index 89075c6026..e2a3d75cce 100644 --- a/Assets/Editor/Icons/Components/AudioAnimationEventsProxy.svg +++ b/Assets/Editor/Icons/Components/AudioAnimationEventsProxy.svg @@ -1,10 +1,7 @@ - - icon / Audio / Audio Animation Events Proxy - Created with Sketch. - - - + icon / Audio / AudioAnimationEventsProxy + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/AudioArea.png b/Assets/Editor/Icons/Components/AudioArea.png deleted file mode 100644 index 4b38a64f6a..0000000000 --- a/Assets/Editor/Icons/Components/AudioArea.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89e9b8e8428924e7941ec96ca67edcdd159bf97f22a9b25eac84d1175ff89113 -size 697 diff --git a/Assets/Editor/Icons/Components/AudioArea.svg b/Assets/Editor/Icons/Components/AudioArea.svg new file mode 100644 index 0000000000..6778424c09 --- /dev/null +++ b/Assets/Editor/Icons/Components/AudioArea.svg @@ -0,0 +1,13 @@ + + + icon / Audio / AudioArea + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/AudioAreaEnvironment.svg b/Assets/Editor/Icons/Components/AudioAreaEnvironment.svg index 17bd1f96ae..527dcc9d45 100644 --- a/Assets/Editor/Icons/Components/AudioAreaEnvironment.svg +++ b/Assets/Editor/Icons/Components/AudioAreaEnvironment.svg @@ -1,15 +1,7 @@ - - icon / Audio / Audio Area Environment - Created with Sketch. - - - - - - - - + icon / Audio / AudioAreaEnvironment + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/AudioListener.svg b/Assets/Editor/Icons/Components/AudioListener.svg index 266ab04c56..edb7c62047 100644 --- a/Assets/Editor/Icons/Components/AudioListener.svg +++ b/Assets/Editor/Icons/Components/AudioListener.svg @@ -1,12 +1,10 @@ - - icon / Audio / Audio Listener - Created with Sketch. + icon / Audio / AudioListener - + - + diff --git a/Assets/Editor/Icons/Components/AudioMultiPosition.png b/Assets/Editor/Icons/Components/AudioMultiPosition.png deleted file mode 100644 index 1c8104c837..0000000000 --- a/Assets/Editor/Icons/Components/AudioMultiPosition.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c78de41c9b2018c0a5d91f8093adfdf13527259bd4b06691bdef05efeac80b0a -size 428 diff --git a/Assets/Editor/Icons/Components/AudioMultiPosition.svg b/Assets/Editor/Icons/Components/AudioMultiPosition.svg new file mode 100644 index 0000000000..273e5a060c --- /dev/null +++ b/Assets/Editor/Icons/Components/AudioMultiPosition.svg @@ -0,0 +1,13 @@ + + + icon / Audio / AudioMultiPosition + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/AudioPreload.svg b/Assets/Editor/Icons/Components/AudioPreload.svg index 8c7f075706..60334d7bdd 100644 --- a/Assets/Editor/Icons/Components/AudioPreload.svg +++ b/Assets/Editor/Icons/Components/AudioPreload.svg @@ -1,12 +1,10 @@ - - icon / Audio / Audio Preload - Created with Sketch. + icon / Audio / AudioPreload - + - + diff --git a/Assets/Editor/Icons/Components/AudioProxy.svg b/Assets/Editor/Icons/Components/AudioProxy.svg index 1ba4b72d2f..66a4653e0c 100644 --- a/Assets/Editor/Icons/Components/AudioProxy.svg +++ b/Assets/Editor/Icons/Components/AudioProxy.svg @@ -1,12 +1,10 @@ - - icon / Audio / Audio Proxy - Created with Sketch. + icon / Audio / AudioProxy - + - + diff --git a/Assets/Editor/Icons/Components/AudioRtpc.svg b/Assets/Editor/Icons/Components/AudioRtpc.svg index 3deaf7c1b2..546ef7561d 100644 --- a/Assets/Editor/Icons/Components/AudioRtpc.svg +++ b/Assets/Editor/Icons/Components/AudioRtpc.svg @@ -1,12 +1,10 @@ - - icon / Audio / Audio Rtpc - Created with Sketch. + icon / Audio / AudioRtpc - + diff --git a/Assets/Editor/Icons/Components/AudioSwitch.svg b/Assets/Editor/Icons/Components/AudioSwitch.svg index d6e80efbc7..33637543a5 100644 --- a/Assets/Editor/Icons/Components/AudioSwitch.svg +++ b/Assets/Editor/Icons/Components/AudioSwitch.svg @@ -1,12 +1,10 @@ - - icon / Audio / Audio Switch - Created with Sketch. + icon / Audio / AudioSwitch - + diff --git a/Assets/Editor/Icons/Components/AudioTrigger.svg b/Assets/Editor/Icons/Components/AudioTrigger.svg index 98a593ab61..a1aaef22a9 100644 --- a/Assets/Editor/Icons/Components/AudioTrigger.svg +++ b/Assets/Editor/Icons/Components/AudioTrigger.svg @@ -1,9 +1,7 @@ - - icon / Audio / Audio Trigger - Created with Sketch. - - + icon / Audio / AudioTrigger + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/BehaviorTree.svg b/Assets/Editor/Icons/Components/BehaviorTree.svg index 17cb672ee8..6fa1e2b334 100644 --- a/Assets/Editor/Icons/Components/BehaviorTree.svg +++ b/Assets/Editor/Icons/Components/BehaviorTree.svg @@ -1,12 +1,10 @@ - - icon / AI / Behavior Tree - Created with Sketch. + icon / AI / BehaviorTree - + diff --git a/Assets/Editor/Icons/Components/Box.svg b/Assets/Editor/Icons/Components/Box.svg new file mode 100644 index 0000000000..e47637dad9 --- /dev/null +++ b/Assets/Editor/Icons/Components/Box.svg @@ -0,0 +1,13 @@ + + + icon / Shapes / Box + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Box_Shape.svg b/Assets/Editor/Icons/Components/Box_Shape.svg index 064be90afc..32dd48ebe2 100644 --- a/Assets/Editor/Icons/Components/Box_Shape.svg +++ b/Assets/Editor/Icons/Components/Box_Shape.svg @@ -1,12 +1,10 @@ - - icon / Shapes / Box Shape - Created with Sketch. + icon / Shapes / Box_Shape - + diff --git a/Assets/Editor/Icons/Components/Capsule.svg b/Assets/Editor/Icons/Components/Capsule.svg new file mode 100644 index 0000000000..afe28de580 --- /dev/null +++ b/Assets/Editor/Icons/Components/Capsule.svg @@ -0,0 +1,13 @@ + + + icon / Shapes / Capsule + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Capsule_Shape.svg b/Assets/Editor/Icons/Components/Capsule_Shape.svg index 22a5241166..89a8866ae2 100644 --- a/Assets/Editor/Icons/Components/Capsule_Shape.svg +++ b/Assets/Editor/Icons/Components/Capsule_Shape.svg @@ -1,12 +1,10 @@ - - icon / Shapes / Capsule Shape - Created with Sketch. + icon / Shapes / Capsule_Shape - + diff --git a/Assets/Editor/Icons/Components/CharacterPhysics.svg b/Assets/Editor/Icons/Components/CharacterPhysics.svg index 47a2420068..0a0ea9ae7a 100644 --- a/Assets/Editor/Icons/Components/CharacterPhysics.svg +++ b/Assets/Editor/Icons/Components/CharacterPhysics.svg @@ -1,12 +1,10 @@ - - icon / Physics / Cry / Character Physics - Created with Sketch. + icon / Physics / Cry / CharacterPhysics - + - + diff --git a/Assets/Editor/Icons/Components/Comment.svg b/Assets/Editor/Icons/Components/Comment.svg index cdb7ac2ad6..02d54b8859 100644 --- a/Assets/Editor/Icons/Components/Comment.svg +++ b/Assets/Editor/Icons/Components/Comment.svg @@ -1,12 +1,10 @@ - - icon / Other / Comments - Created with Sketch. + icon / Other / Comment - + diff --git a/Assets/Editor/Icons/Components/ComponentPlaceholder.svg b/Assets/Editor/Icons/Components/ComponentPlaceholder.svg new file mode 100644 index 0000000000..7f357afba4 --- /dev/null +++ b/Assets/Editor/Icons/Components/ComponentPlaceholder.svg @@ -0,0 +1,13 @@ + + + icon / Other / ComponentPlaceholder + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Component_Placeholder.svg b/Assets/Editor/Icons/Components/Component_Placeholder.svg index 40273bc241..b7bb861223 100644 --- a/Assets/Editor/Icons/Components/Component_Placeholder.svg +++ b/Assets/Editor/Icons/Components/Component_Placeholder.svg @@ -1,12 +1,10 @@ - - icon / Other / Default - Created with Sketch. + icon / Other / Component_Placeholder - + diff --git a/Assets/Editor/Icons/Components/Compound_Shape.svg b/Assets/Editor/Icons/Components/Compound_Shape.svg index 976a52473a..320ca68868 100644 --- a/Assets/Editor/Icons/Components/Compound_Shape.svg +++ b/Assets/Editor/Icons/Components/Compound_Shape.svg @@ -1,12 +1,10 @@ - - icon / Shapes / Compound Shape - Created with Sketch. + icon / Shapes / CompoundShape - + diff --git a/Assets/Editor/Icons/Components/Cylinder_Shape.svg b/Assets/Editor/Icons/Components/Cylinder_Shape.svg index d29a8a70ae..b3d5ef7e37 100644 --- a/Assets/Editor/Icons/Components/Cylinder_Shape.svg +++ b/Assets/Editor/Icons/Components/Cylinder_Shape.svg @@ -1,12 +1,10 @@ - - icon / Shapes / Cylinder Shape - Created with Sketch. + icon / Shapes / Cylinder_Shape - + - + diff --git a/Assets/Editor/Icons/Components/DebugDrawLine.svg b/Assets/Editor/Icons/Components/DebugDrawLine.svg index 70a5747817..d64de1b706 100644 --- a/Assets/Editor/Icons/Components/DebugDrawLine.svg +++ b/Assets/Editor/Icons/Components/DebugDrawLine.svg @@ -1,9 +1,7 @@ - - icon / Other / DebugDraw line - Created with Sketch. - - + icon / Other / DebugDrawLine + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/DebugDrawObb.svg b/Assets/Editor/Icons/Components/DebugDrawObb.svg index 3d7a9ed03a..ca948e47d1 100644 --- a/Assets/Editor/Icons/Components/DebugDrawObb.svg +++ b/Assets/Editor/Icons/Components/DebugDrawObb.svg @@ -1,9 +1,7 @@ - - icon / Other / DebugDraw Obb - Created with Sketch. - - + icon / Other / DebugDrawObb + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/DebugDrawRay.svg b/Assets/Editor/Icons/Components/DebugDrawRay.svg index 0dbada9cfd..f11e32826c 100644 --- a/Assets/Editor/Icons/Components/DebugDrawRay.svg +++ b/Assets/Editor/Icons/Components/DebugDrawRay.svg @@ -1,9 +1,7 @@ - - icon / Other / DebugDraw Ray - Created with Sketch. - - + icon / Other / DebugDrawRay + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/DebugDrawSphere.svg b/Assets/Editor/Icons/Components/DebugDrawSphere.svg index 4d44ccca25..bcddf84010 100644 --- a/Assets/Editor/Icons/Components/DebugDrawSphere.svg +++ b/Assets/Editor/Icons/Components/DebugDrawSphere.svg @@ -1,12 +1,10 @@ - - icon / Other / DebugDraw Sphere - Created with Sketch. + icon / Other / DebugDrawSphere - + - + diff --git a/Assets/Editor/Icons/Components/DebugDrawText.svg b/Assets/Editor/Icons/Components/DebugDrawText.svg index 3da927e3cc..7fd1603e45 100644 --- a/Assets/Editor/Icons/Components/DebugDrawText.svg +++ b/Assets/Editor/Icons/Components/DebugDrawText.svg @@ -1,12 +1,10 @@ - - icon / Other / DebugDraw Text - Created with Sketch. + icon / Other / DebugDrawText - + - + diff --git a/Assets/Editor/Icons/Components/Decal.svg b/Assets/Editor/Icons/Components/Decal.svg index 0c21701a55..3bfb7228fe 100644 --- a/Assets/Editor/Icons/Components/Decal.svg +++ b/Assets/Editor/Icons/Components/Decal.svg @@ -1,8 +1,6 @@ - icon / Rendering / Decal - Created with Sketch. diff --git a/Assets/Editor/Icons/Components/Disk_Shape.svg b/Assets/Editor/Icons/Components/Disk_Shape.svg index fb9d199844..9c1e478b85 100644 --- a/Assets/Editor/Icons/Components/Disk_Shape.svg +++ b/Assets/Editor/Icons/Components/Disk_Shape.svg @@ -1,13 +1,13 @@ - icon / Shapes / Disk Shape + icon / Shapes / Disk_shape - + - + - + - + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/EnvironmentProbe.svg b/Assets/Editor/Icons/Components/EnvironmentProbe.svg index 26c599ab42..ac2e5c0fee 100644 --- a/Assets/Editor/Icons/Components/EnvironmentProbe.svg +++ b/Assets/Editor/Icons/Components/EnvironmentProbe.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Environment Probe - Created with Sketch. + icon / Rendering / EnvironmentProbe - + - + diff --git a/Assets/Editor/Icons/Components/FogVolume.svg b/Assets/Editor/Icons/Components/FogVolume.svg index 73194491bf..b31ce5c997 100644 --- a/Assets/Editor/Icons/Components/FogVolume.svg +++ b/Assets/Editor/Icons/Components/FogVolume.svg @@ -1,12 +1,10 @@ - - icon / Environmental / Fog Volume - Created with Sketch. + icon / Environmental / FogVolume - + - + diff --git a/Assets/Editor/Icons/Components/ForceVolume.svg b/Assets/Editor/Icons/Components/ForceVolume.svg index 185e2dd012..b5a24544d7 100644 --- a/Assets/Editor/Icons/Components/ForceVolume.svg +++ b/Assets/Editor/Icons/Components/ForceVolume.svg @@ -1,12 +1,10 @@ - - icon / Physics / Cry / Force Volume - Created with Sketch. + icon / Physics / PhysX / ForceVolume - + - + diff --git a/Assets/Editor/Icons/Components/GeometryCache.svg b/Assets/Editor/Icons/Components/GeometryCache.svg index 0060c6f69f..f6006b601e 100644 --- a/Assets/Editor/Icons/Components/GeometryCache.svg +++ b/Assets/Editor/Icons/Components/GeometryCache.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Geometry Cache - Created with Sketch. + icon / Rendering / GeometryCache - + - + diff --git a/Assets/Editor/Icons/Components/LensFlare.svg b/Assets/Editor/Icons/Components/LensFlare.svg index 210cc8e496..2a7bfb848d 100644 --- a/Assets/Editor/Icons/Components/LensFlare.svg +++ b/Assets/Editor/Icons/Components/LensFlare.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Lens Flare - Created with Sketch. + icon / Rendering / LensFlare - + diff --git a/Assets/Editor/Icons/Components/Light.svg b/Assets/Editor/Icons/Components/Light.svg new file mode 100644 index 0000000000..52400d2396 --- /dev/null +++ b/Assets/Editor/Icons/Components/Light.svg @@ -0,0 +1,13 @@ + + + icon / Rendering / Light + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Lightning.svg b/Assets/Editor/Icons/Components/Lightning.svg index c40b1cebb3..00e2a314d6 100644 --- a/Assets/Editor/Icons/Components/Lightning.svg +++ b/Assets/Editor/Icons/Components/Lightning.svg @@ -1,10 +1,8 @@ - icon / Environmental / Lighting - Created with Sketch. - + diff --git a/Assets/Editor/Icons/Components/LightningArc.svg b/Assets/Editor/Icons/Components/LightningArc.svg index e51ebb5d86..8c4eb32aee 100644 --- a/Assets/Editor/Icons/Components/LightningArc.svg +++ b/Assets/Editor/Icons/Components/LightningArc.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Lightning Arc - Created with Sketch. + icon / Rendering / LightningArc - + - + diff --git a/Assets/Editor/Icons/Components/LookAt.png b/Assets/Editor/Icons/Components/LookAt.png deleted file mode 100644 index c1429e7f9b..0000000000 --- a/Assets/Editor/Icons/Components/LookAt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20589e6a15762728cd89fd9aed32d1d6c37a741d13e13e5222fdd1a5a7f3f2b8 -size 808 diff --git a/Assets/Editor/Icons/Components/LookAt.svg b/Assets/Editor/Icons/Components/LookAt.svg new file mode 100644 index 0000000000..fa239fa70c --- /dev/null +++ b/Assets/Editor/Icons/Components/LookAt.svg @@ -0,0 +1,13 @@ + + + icon / Gameplay / LookAt + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Mannequin.svg b/Assets/Editor/Icons/Components/Mannequin.svg index 3b9d65dd04..2c3c0a5ff7 100644 --- a/Assets/Editor/Icons/Components/Mannequin.svg +++ b/Assets/Editor/Icons/Components/Mannequin.svg @@ -1,15 +1,13 @@ - icon / Animation / Mannequin - Created with Sketch. - + - + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/MannequinScopeContext.svg b/Assets/Editor/Icons/Components/MannequinScopeContext.svg deleted file mode 100644 index 2dacab999e..0000000000 --- a/Assets/Editor/Icons/Components/MannequinScopeContext.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - icon / Animation / Mannequin Scope Context - Created with Sketch. - - - - - - - - - - \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Mesh.svg b/Assets/Editor/Icons/Components/Mesh.svg new file mode 100644 index 0000000000..ce46b8b220 --- /dev/null +++ b/Assets/Editor/Icons/Components/Mesh.svg @@ -0,0 +1,13 @@ + + + icon / Rendering / StaticMesh + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/MeshCollider.svg b/Assets/Editor/Icons/Components/MeshCollider.svg new file mode 100644 index 0000000000..fa6709677c --- /dev/null +++ b/Assets/Editor/Icons/Components/MeshCollider.svg @@ -0,0 +1,13 @@ + + + icon / Physics / Cry / MeshCollider + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/MotionParameterSmoothing.svg b/Assets/Editor/Icons/Components/MotionParameterSmoothing.svg deleted file mode 100644 index d93d57d23a..0000000000 --- a/Assets/Editor/Icons/Components/MotionParameterSmoothing.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - icon / Animation / Motion Parameter Smoothing - Created with Sketch. - - - - - - - - - - \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Navigation.svg b/Assets/Editor/Icons/Components/Navigation.svg index 9b18153695..d47ab2b854 100644 --- a/Assets/Editor/Icons/Components/Navigation.svg +++ b/Assets/Editor/Icons/Components/Navigation.svg @@ -1,10 +1,8 @@ - icon / AI / Navigation - Created with Sketch. - + diff --git a/Assets/Editor/Icons/Components/NavigationArea.svg b/Assets/Editor/Icons/Components/NavigationArea.svg index b8751f7079..adf8b35315 100644 --- a/Assets/Editor/Icons/Components/NavigationArea.svg +++ b/Assets/Editor/Icons/Components/NavigationArea.svg @@ -1,12 +1,10 @@ - - icon / AI / Navigation Area - Created with Sketch. + icon / AI / NavigationArea - + - + diff --git a/Assets/Editor/Icons/Components/NavigationSeed.svg b/Assets/Editor/Icons/Components/NavigationSeed.svg index d19ea7a2b4..8d3be86ee0 100644 --- a/Assets/Editor/Icons/Components/NavigationSeed.svg +++ b/Assets/Editor/Icons/Components/NavigationSeed.svg @@ -1,12 +1,10 @@ - - icon / AI / Navigation Seed - Created with Sketch. + icon / AI / NavigationSeed - + - + diff --git a/Assets/Editor/Icons/Components/NetBinding.svg b/Assets/Editor/Icons/Components/NetBinding.svg index 3c02056618..bcc00406f2 100644 --- a/Assets/Editor/Icons/Components/NetBinding.svg +++ b/Assets/Editor/Icons/Components/NetBinding.svg @@ -1,12 +1,10 @@ - - icon / Networking / Network Binding - Created with Sketch. + icon / Networking / NetBinding - + diff --git a/Assets/Editor/Icons/Components/Particle.svg b/Assets/Editor/Icons/Components/Particle.svg index bfc3a328a9..fb20abb814 100644 --- a/Assets/Editor/Icons/Components/Particle.svg +++ b/Assets/Editor/Icons/Components/Particle.svg @@ -1,10 +1,8 @@ - icon / Rendering / Particle - Created with Sketch. - + diff --git a/Assets/Editor/Icons/Components/PhysXCollider.svg b/Assets/Editor/Icons/Components/PhysXCollider.svg index a35cc400a2..e7503fdf59 100644 --- a/Assets/Editor/Icons/Components/PhysXCollider.svg +++ b/Assets/Editor/Icons/Components/PhysXCollider.svg @@ -1,12 +1,10 @@ - - icon / Physics / PhysX / Collider - Created with Sketch. + icon / Physics / PhysX / PrimitiveCollider - + - + diff --git a/Assets/Editor/Icons/Components/PhysXRagdoll.svg b/Assets/Editor/Icons/Components/PhysXRagdoll.svg index 82fabed936..b7eb823ced 100644 --- a/Assets/Editor/Icons/Components/PhysXRagdoll.svg +++ b/Assets/Editor/Icons/Components/PhysXRagdoll.svg @@ -1,8 +1,6 @@ - icon / Physics / PhysX / ragdoll - Created with Sketch. diff --git a/Assets/Editor/Icons/Components/PhysicsConstraint.svg b/Assets/Editor/Icons/Components/PhysicsConstraint.svg index 8b5394b2ac..b6c769bda0 100644 --- a/Assets/Editor/Icons/Components/PhysicsConstraint.svg +++ b/Assets/Editor/Icons/Components/PhysicsConstraint.svg @@ -1,12 +1,10 @@ - - icon / Physics / Cry / Constraint - Created with Sketch. + icon / Physics / PhysX / PhysicsConstraint - + - + diff --git a/Assets/Editor/Icons/Components/PointLight.svg b/Assets/Editor/Icons/Components/PointLight.svg index dc2321f89e..534c31f2b7 100644 --- a/Assets/Editor/Icons/Components/PointLight.svg +++ b/Assets/Editor/Icons/Components/PointLight.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Point Light - Created with Sketch. + icon / Rendering / PointLight - + - + diff --git a/Assets/Editor/Icons/Components/PolygonPrism.svg b/Assets/Editor/Icons/Components/PolygonPrism.svg index 54702e5678..295fa022c5 100644 --- a/Assets/Editor/Icons/Components/PolygonPrism.svg +++ b/Assets/Editor/Icons/Components/PolygonPrism.svg @@ -1,12 +1,10 @@ - - icon / Shapes / Polygon Prism Shape - Created with Sketch. + icon / Shapes / PolygonPrism - + diff --git a/Assets/Editor/Icons/Components/PolygonPrism_Shape.svg b/Assets/Editor/Icons/Components/PolygonPrism_Shape.svg new file mode 100644 index 0000000000..419e00f121 --- /dev/null +++ b/Assets/Editor/Icons/Components/PolygonPrism_Shape.svg @@ -0,0 +1,13 @@ + + + icon / Shapes / PolygonPrismShape + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/ProjectorLight.svg b/Assets/Editor/Icons/Components/ProjectorLight.svg index 8510ddd97c..cd9eb3d811 100644 --- a/Assets/Editor/Icons/Components/ProjectorLight.svg +++ b/Assets/Editor/Icons/Components/ProjectorLight.svg @@ -1,12 +1,10 @@ - - icon / Rendering / Projector Light - Created with Sketch. + icon / Rendering / ProjectorLight - + diff --git a/Assets/Editor/Icons/Components/RandomTimedSpawner.svg b/Assets/Editor/Icons/Components/RandomTimedSpawner.svg index dbe29ba02e..d707b8bc17 100644 --- a/Assets/Editor/Icons/Components/RandomTimedSpawner.svg +++ b/Assets/Editor/Icons/Components/RandomTimedSpawner.svg @@ -1,12 +1,10 @@ - - icon / Gameplay / Random timed spawner - Created with Sketch. + icon / Gameplay / RandomTimedSpawner - + - + diff --git a/Assets/Editor/Icons/Components/RigidPhysics.svg b/Assets/Editor/Icons/Components/RigidPhysics.svg index 879e8658c3..5d0abc85df 100644 --- a/Assets/Editor/Icons/Components/RigidPhysics.svg +++ b/Assets/Editor/Icons/Components/RigidPhysics.svg @@ -1,12 +1,10 @@ - - icon / Physics / Cry / Rigid Body Physics - Created with Sketch. + icon / Physics / PhysX / RigidPhysics - + diff --git a/Assets/Editor/Icons/Components/SimpleLODDistance.svg b/Assets/Editor/Icons/Components/SimpleLODDistance.svg index 52d760ac02..951e58250e 100644 --- a/Assets/Editor/Icons/Components/SimpleLODDistance.svg +++ b/Assets/Editor/Icons/Components/SimpleLODDistance.svg @@ -1,12 +1,10 @@ - - icon / Animation / Simple LOD Distance - Created with Sketch. + icon / Animation / SimpleLODDistance - + diff --git a/Assets/Editor/Icons/Components/SimpleState.svg b/Assets/Editor/Icons/Components/SimpleState.svg index 1d43710fb1..ddd88500ed 100644 --- a/Assets/Editor/Icons/Components/SimpleState.svg +++ b/Assets/Editor/Icons/Components/SimpleState.svg @@ -1,12 +1,10 @@ - - icon / Gameplay / Simple State - Created with Sketch. + icon / Gameplay / SimpleState - + diff --git a/Assets/Editor/Icons/Components/Spawner.svg b/Assets/Editor/Icons/Components/Spawner.svg index 946aa67ac5..da84e73a85 100644 --- a/Assets/Editor/Icons/Components/Spawner.svg +++ b/Assets/Editor/Icons/Components/Spawner.svg @@ -1,15 +1,13 @@ - icon / Gameplay / Spawner - Created with Sketch. - + - + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Sphere_Shape.svg b/Assets/Editor/Icons/Components/Sphere_Shape.svg index 8cf4b0d6db..53a491bb79 100644 --- a/Assets/Editor/Icons/Components/Sphere_Shape.svg +++ b/Assets/Editor/Icons/Components/Sphere_Shape.svg @@ -1,12 +1,10 @@ - - icon / Shapes / Sphere Shape - Created with Sketch. + icon / Shapes / SphereShape - + - + diff --git a/Assets/Editor/Icons/Components/StaticMesh.svg b/Assets/Editor/Icons/Components/StaticMesh.svg deleted file mode 100644 index dd3cf27091..0000000000 --- a/Assets/Editor/Icons/Components/StaticMesh.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - icon / Rendering / Mesh - Created with Sketch. - - - - - - - - - - \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/StaticPhysics.svg b/Assets/Editor/Icons/Components/StaticPhysics.svg index b2bba9e426..69f4135ed0 100644 --- a/Assets/Editor/Icons/Components/StaticPhysics.svg +++ b/Assets/Editor/Icons/Components/StaticPhysics.svg @@ -1,12 +1,10 @@ - - icon / Physics / Cry / Static Physics - Created with Sketch. + icon / Physics / PhysX / Physics - + diff --git a/Assets/Editor/Icons/Components/Tag.svg b/Assets/Editor/Icons/Components/Tag.svg index 72b5d79a25..b7c1f9f5de 100644 --- a/Assets/Editor/Icons/Components/Tag.svg +++ b/Assets/Editor/Icons/Components/Tag.svg @@ -1,12 +1,10 @@ - - icon / Gameplay / Tags - Created with Sketch. + icon / Gameplay / Tag - + - + diff --git a/Assets/Editor/Icons/Components/Transform.svg b/Assets/Editor/Icons/Components/Transform.svg index 059dabd6c9..0c5d0c9e64 100644 --- a/Assets/Editor/Icons/Components/Transform.svg +++ b/Assets/Editor/Icons/Components/Transform.svg @@ -1,10 +1,8 @@ - icon / Gameplay / Transform - Created with Sketch. - + diff --git a/Assets/Editor/Icons/Components/UICanvasProxyRef.svg b/Assets/Editor/Icons/Components/UICanvasProxyRef.svg index 9add5dc723..abe920e5aa 100644 --- a/Assets/Editor/Icons/Components/UICanvasProxyRef.svg +++ b/Assets/Editor/Icons/Components/UICanvasProxyRef.svg @@ -1,15 +1,14 @@ - - icon / UI / UI Canvas Proxy Ref - Created with Sketch. + icon / UI / UI CanvasProxyRef - + - + + - + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/VRPreview.svg b/Assets/Editor/Icons/Components/VRPreview.svg index 3a0f842933..2818ab92de 100644 --- a/Assets/Editor/Icons/Components/VRPreview.svg +++ b/Assets/Editor/Icons/Components/VRPreview.svg @@ -1,12 +1,10 @@ - - icon / VR / VR Preview - Created with Sketch. + icon / VR / VRPreview - + - + diff --git a/Assets/Editor/Icons/Components/Viewport/AnimGraphNetSync.svg b/Assets/Editor/Icons/Components/Viewport/AnimGraphNetSync.svg new file mode 100644 index 0000000000..357b246ddf --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AnimGraphNetSync.svg @@ -0,0 +1,25 @@ + + + icon / Networking / AnimGraphNetSync - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Animation.png b/Assets/Editor/Icons/Components/Viewport/Animation.png deleted file mode 100644 index dc98478033..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Animation.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b25a1a9b6bd273c7d9338007f21ad6b37e2b4e9c8e0fd2956a71dbe6e6f0bc01 -size 4725 diff --git a/Assets/Editor/Icons/Components/Viewport/Animation.svg b/Assets/Editor/Icons/Components/Viewport/Animation.svg new file mode 100644 index 0000000000..a6c6845de4 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Animation.svg @@ -0,0 +1,25 @@ + + + icon / Animation / Animation - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AreaLight.png b/Assets/Editor/Icons/Components/Viewport/AreaLight.png deleted file mode 100644 index 462e20873e..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AreaLight.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e6caa86ba02f53302813aa5220336483fbb8a48e33bee16402423fa92502254 -size 3831 diff --git a/Assets/Editor/Icons/Components/Viewport/AreaLight.svg b/Assets/Editor/Icons/Components/Viewport/AreaLight.svg new file mode 100644 index 0000000000..b7ef9043ba --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AreaLight.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / AreaLight - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Attachment.png b/Assets/Editor/Icons/Components/Viewport/Attachment.png deleted file mode 100644 index cec7b9aa0e..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Attachment.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2479f20de2e99874fa09e3a285b5faa8709de2572deef009b14e57c2729639b3 -size 3036 diff --git a/Assets/Editor/Icons/Components/Viewport/Attachment.svg b/Assets/Editor/Icons/Components/Viewport/Attachment.svg new file mode 100644 index 0000000000..73dfe5a5a1 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Attachment.svg @@ -0,0 +1,25 @@ + + + icon / Animation / Attachment Copy + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioAnimationEventsProxy.svg b/Assets/Editor/Icons/Components/Viewport/AudioAnimationEventsProxy.svg new file mode 100644 index 0000000000..d0a1b39c65 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioAnimationEventsProxy.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioAnimationEventsProxy - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioArea.png b/Assets/Editor/Icons/Components/Viewport/AudioArea.png deleted file mode 100644 index a025e4685c..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioArea.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74c5fe002468e61d9b6efa2e619eb6d60b8cf6bae740163f496fb85121a254a2 -size 3318 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioArea.svg b/Assets/Editor/Icons/Components/Viewport/AudioArea.svg new file mode 100644 index 0000000000..c29c26b67d --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioArea.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioArea - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioAreaEnvironment.png b/Assets/Editor/Icons/Components/Viewport/AudioAreaEnvironment.png deleted file mode 100644 index a025e4685c..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioAreaEnvironment.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74c5fe002468e61d9b6efa2e619eb6d60b8cf6bae740163f496fb85121a254a2 -size 3318 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioAreaEnvironment.svg b/Assets/Editor/Icons/Components/Viewport/AudioAreaEnvironment.svg new file mode 100644 index 0000000000..60c07a5129 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioAreaEnvironment.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioAreaEnvironment - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioListener.png b/Assets/Editor/Icons/Components/Viewport/AudioListener.png deleted file mode 100644 index 96ef318cb9..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioListener.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545c0c391e16106ebf975607c3a4cefb21289df6f53ec0234d11c8b79cb40e9c -size 5001 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioListener.svg b/Assets/Editor/Icons/Components/Viewport/AudioListener.svg new file mode 100644 index 0000000000..2af8ac797b --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioListener.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioListener - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioMultiPosition.png b/Assets/Editor/Icons/Components/Viewport/AudioMultiPosition.png deleted file mode 100644 index 5f98d78553..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioMultiPosition.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae836a60d1df878d493d3080230e68a478860d0fdd24623fb312a9c7899e5f07 -size 2947 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioMultiPosition.svg b/Assets/Editor/Icons/Components/Viewport/AudioMultiPosition.svg new file mode 100644 index 0000000000..e581ba223f --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioMultiPosition.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioMultiPosition - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioPreload.svg b/Assets/Editor/Icons/Components/Viewport/AudioPreload.svg new file mode 100644 index 0000000000..1762cbc50c --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioPreload.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioPreload - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioProxy.svg b/Assets/Editor/Icons/Components/Viewport/AudioProxy.svg new file mode 100644 index 0000000000..a9024c1ece --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioProxy.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioProxy - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioRtpc.png b/Assets/Editor/Icons/Components/Viewport/AudioRtpc.png deleted file mode 100644 index da819bbb6c..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioRtpc.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d84ff0349bfc7d046cf38cf370180a77c0888c3f27d78a2c6d21d4ccc765cbd -size 4286 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioRtpc.svg b/Assets/Editor/Icons/Components/Viewport/AudioRtpc.svg new file mode 100644 index 0000000000..42bd56db2f --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioRtpc.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioRtpc - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioSwitch.png b/Assets/Editor/Icons/Components/Viewport/AudioSwitch.png deleted file mode 100644 index 4525730401..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioSwitch.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c4488476a9f7b8196b9561d3be5f0bfa737648600ffe3792f644aaeb577cec9 -size 3976 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioSwitch.svg b/Assets/Editor/Icons/Components/Viewport/AudioSwitch.svg new file mode 100644 index 0000000000..950f6a3daf --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioSwitch.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioSwitch - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/AudioTrigger.png b/Assets/Editor/Icons/Components/Viewport/AudioTrigger.png deleted file mode 100644 index 47e2d35331..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/AudioTrigger.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a036c3763b96079dde8505ad6995f8b717a777c78d7a434ac8de6f1ccb5d8dd1 -size 4327 diff --git a/Assets/Editor/Icons/Components/Viewport/AudioTrigger.svg b/Assets/Editor/Icons/Components/Viewport/AudioTrigger.svg new file mode 100644 index 0000000000..4953daf13e --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/AudioTrigger.svg @@ -0,0 +1,25 @@ + + + icon / Audio / AudioTrigger - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/BehaviorTree.svg b/Assets/Editor/Icons/Components/Viewport/BehaviorTree.svg new file mode 100644 index 0000000000..32f9a378fc --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/BehaviorTree.svg @@ -0,0 +1,25 @@ + + + icon / AI / BehaviorTree - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Box.png b/Assets/Editor/Icons/Components/Viewport/Box.png deleted file mode 100644 index e6ddaf3d72..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Box.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb3e830c75a17445f5d62b75b820f8556ee59833177cca4677c1a8c47ea2ff46 -size 5215 diff --git a/Assets/Editor/Icons/Components/Viewport/Box.svg b/Assets/Editor/Icons/Components/Viewport/Box.svg new file mode 100644 index 0000000000..49a7491d1d --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Box.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Box - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Box_Shape.png b/Assets/Editor/Icons/Components/Viewport/Box_Shape.png deleted file mode 100644 index 28cd7f3219..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Box_Shape.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd618a2c952bae92ad9232e305c49d260f518e378c6857b0ba368a8fa5df6ac0 -size 5689 diff --git a/Assets/Editor/Icons/Components/Viewport/Box_Shape.svg b/Assets/Editor/Icons/Components/Viewport/Box_Shape.svg new file mode 100644 index 0000000000..d3d2c95cfb --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Box_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Box_Shape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Capsule.png b/Assets/Editor/Icons/Components/Viewport/Capsule.png deleted file mode 100644 index 9c7b4f75c8..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Capsule.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc176d9e097e8cd015b61939658f96d1a60b72f99f1a021e854a1437e446894 -size 4973 diff --git a/Assets/Editor/Icons/Components/Viewport/Capsule.svg b/Assets/Editor/Icons/Components/Viewport/Capsule.svg new file mode 100644 index 0000000000..f5f948face --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Capsule.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Capsule - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Capsule_Shape.png b/Assets/Editor/Icons/Components/Viewport/Capsule_Shape.png deleted file mode 100644 index 8735d28fba..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Capsule_Shape.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d88204ebac79b0685219458353186f2bf24fef5fac6b4d163b948882076a6437 -size 5429 diff --git a/Assets/Editor/Icons/Components/Viewport/Capsule_Shape.svg b/Assets/Editor/Icons/Components/Viewport/Capsule_Shape.svg new file mode 100644 index 0000000000..2c0bf9ceae --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Capsule_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Capsule_Shape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/CharacterPhysics.png b/Assets/Editor/Icons/Components/Viewport/CharacterPhysics.png deleted file mode 100644 index 5318b5e0d0..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/CharacterPhysics.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:833418055ee86cef9914a9d8f41f1d67939a764bf307b405030d04a3186058da -size 3686 diff --git a/Assets/Editor/Icons/Components/Viewport/CharacterPhysics.svg b/Assets/Editor/Icons/Components/Viewport/CharacterPhysics.svg new file mode 100644 index 0000000000..7b5b07b214 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/CharacterPhysics.svg @@ -0,0 +1,25 @@ + + + icon / Physics / Cry / CharacterPhysics - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Cloth.svg b/Assets/Editor/Icons/Components/Viewport/Cloth.svg new file mode 100644 index 0000000000..826d0f2615 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Cloth.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / Cloth2 - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Comment.png b/Assets/Editor/Icons/Components/Viewport/Comment.png deleted file mode 100644 index 6a160ca0be..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Comment.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb55a0d6ce3cf16994afbcedf47309e0d1cb055377b26749ea73aa76247496e6 -size 2725 diff --git a/Assets/Editor/Icons/Components/Viewport/Comment.svg b/Assets/Editor/Icons/Components/Viewport/Comment.svg new file mode 100644 index 0000000000..b4860b54fa --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Comment.svg @@ -0,0 +1,25 @@ + + + icon / Other / Comment - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/ComponentPlaceholder.png b/Assets/Editor/Icons/Components/Viewport/ComponentPlaceholder.png deleted file mode 100644 index ca80091024..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/ComponentPlaceholder.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15f0306bf2c2710f892a791ba0813966677f85165a92ad718c52a3cb9573eb41 -size 3193 diff --git a/Assets/Editor/Icons/Components/Viewport/ComponentPlaceholder.svg b/Assets/Editor/Icons/Components/Viewport/ComponentPlaceholder.svg new file mode 100644 index 0000000000..abe5a78bf7 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/ComponentPlaceholder.svg @@ -0,0 +1,25 @@ + + + icon / Other / ComponentPlaceholder - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Component_Placeholder.svg b/Assets/Editor/Icons/Components/Viewport/Component_Placeholder.svg new file mode 100644 index 0000000000..50a36fba0a --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Component_Placeholder.svg @@ -0,0 +1,25 @@ + + + icon / Other / Component_Placeholder - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Compound_Shape.svg b/Assets/Editor/Icons/Components/Viewport/Compound_Shape.svg new file mode 100644 index 0000000000..fa24a36279 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Compound_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / CompoundShape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Cylinder_Shape.png b/Assets/Editor/Icons/Components/Viewport/Cylinder_Shape.png deleted file mode 100644 index c7497148b4..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Cylinder_Shape.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ecaf0fcd87206e3039634889c36b89bafb35358579335087790a0f86ecedc2e -size 4872 diff --git a/Assets/Editor/Icons/Components/Viewport/Cylinder_Shape.svg b/Assets/Editor/Icons/Components/Viewport/Cylinder_Shape.svg new file mode 100644 index 0000000000..0b0fa5d906 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Cylinder_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Cylinder_Shape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/DebugDrawLine.svg b/Assets/Editor/Icons/Components/Viewport/DebugDrawLine.svg new file mode 100644 index 0000000000..6b916fd2ee --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/DebugDrawLine.svg @@ -0,0 +1,25 @@ + + + icon / Other / DebugDrawLine - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/DebugDrawObb.svg b/Assets/Editor/Icons/Components/Viewport/DebugDrawObb.svg new file mode 100644 index 0000000000..eb77432f96 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/DebugDrawObb.svg @@ -0,0 +1,25 @@ + + + icon / Other / DebugDrawObb - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/DebugDrawRay.svg b/Assets/Editor/Icons/Components/Viewport/DebugDrawRay.svg new file mode 100644 index 0000000000..e1145b44b9 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/DebugDrawRay.svg @@ -0,0 +1,25 @@ + + + icon / Other / DebugDrawRay - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/DebugDrawSphere.svg b/Assets/Editor/Icons/Components/Viewport/DebugDrawSphere.svg new file mode 100644 index 0000000000..068cc60e54 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/DebugDrawSphere.svg @@ -0,0 +1,25 @@ + + + icon / Other / DebugDrawSphere - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/DebugDrawText.svg b/Assets/Editor/Icons/Components/Viewport/DebugDrawText.svg new file mode 100644 index 0000000000..a8a2e263e1 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/DebugDrawText.svg @@ -0,0 +1,25 @@ + + + icon / Other / DebugDrawText - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Decal.png b/Assets/Editor/Icons/Components/Viewport/Decal.png deleted file mode 100644 index 247a83cdec..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Decal.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d16b09d87333dafd50c25f5869c2c5d3b438d1b7d3ef197df950f5448d89ba2 -size 5190 diff --git a/Assets/Editor/Icons/Components/Viewport/Decal.svg b/Assets/Editor/Icons/Components/Viewport/Decal.svg new file mode 100644 index 0000000000..9d41b49b7c --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Decal.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / Decal - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Disk_Shape.png b/Assets/Editor/Icons/Components/Viewport/Disk_Shape.png deleted file mode 100644 index cc4599c563..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Disk_Shape.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13406a7c5bc10ab0fe93f5afda3ae70583d5e4af14f59a62757cad779d5c1e0f -size 18214 diff --git a/Assets/Editor/Icons/Components/Viewport/Disk_shape.svg b/Assets/Editor/Icons/Components/Viewport/Disk_shape.svg new file mode 100644 index 0000000000..9f456575c4 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Disk_shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Disk_shape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/EnvironmentProbe.png b/Assets/Editor/Icons/Components/Viewport/EnvironmentProbe.png deleted file mode 100644 index 0d3815f2b0..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/EnvironmentProbe.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7f51c26ce7e7fd501d4ebfa149c44504448b8169f1f8cb9ea6a3cc1eb9b2c69 -size 4933 diff --git a/Assets/Editor/Icons/Components/Viewport/EnvironmentProbe.svg b/Assets/Editor/Icons/Components/Viewport/EnvironmentProbe.svg new file mode 100644 index 0000000000..c73d6d03e9 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/EnvironmentProbe.svg @@ -0,0 +1,26 @@ + + + icon / Rendering / EnvironmentProbe - box + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Flipbook.png b/Assets/Editor/Icons/Components/Viewport/Flipbook.png deleted file mode 100644 index e1bbcae110..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Flipbook.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792b474feb0b9c09ba20fd0e89a59e1fd5d556223adf2293efa5533f942cc986 -size 5609 diff --git a/Assets/Editor/Icons/Components/Viewport/FogVolume.png b/Assets/Editor/Icons/Components/Viewport/FogVolume.png deleted file mode 100644 index ff1c361a58..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/FogVolume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037b701eefed3983aebe69676bdeb5e4408f7b3dcecb7ef488ad6cd5948bf0b5 -size 3472 diff --git a/Assets/Editor/Icons/Components/Viewport/FogVolume.svg b/Assets/Editor/Icons/Components/Viewport/FogVolume.svg new file mode 100644 index 0000000000..8bc4bde0cd --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/FogVolume.svg @@ -0,0 +1,25 @@ + + + icon / Environmental / FogVolume - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/ForceVolume.png b/Assets/Editor/Icons/Components/Viewport/ForceVolume.png deleted file mode 100644 index 3c38d88afc..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/ForceVolume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ccfb20f990b6d6390ee09d65bf460011adb64060f9e09f847cf030fb5104473 -size 5270 diff --git a/Assets/Editor/Icons/Components/Viewport/ForceVolume.svg b/Assets/Editor/Icons/Components/Viewport/ForceVolume.svg new file mode 100644 index 0000000000..2a76d1950c --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/ForceVolume.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / ForceVolume - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/GeometryCache.png b/Assets/Editor/Icons/Components/Viewport/GeometryCache.png deleted file mode 100644 index 5cfc4155bb..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/GeometryCache.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20cca4ca67233e7da923b328fb07e99a61b43f5742d2d71d52de3376b064e62 -size 2864 diff --git a/Assets/Editor/Icons/Components/Viewport/GeometryCache.svg b/Assets/Editor/Icons/Components/Viewport/GeometryCache.svg new file mode 100644 index 0000000000..694efe52b5 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/GeometryCache.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / GeometryCache - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/LensFlare.png b/Assets/Editor/Icons/Components/Viewport/LensFlare.png deleted file mode 100644 index 9216540197..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/LensFlare.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c475df6cf2e17f08061af22e50d3c30ba2bf64703cb535cd9ddc1aea6897901c -size 5062 diff --git a/Assets/Editor/Icons/Components/Viewport/LensFlare.svg b/Assets/Editor/Icons/Components/Viewport/LensFlare.svg new file mode 100644 index 0000000000..9b88070f3a --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/LensFlare.svg @@ -0,0 +1,26 @@ + + + icon / Rendering / LensFlare - box + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Light.png b/Assets/Editor/Icons/Components/Viewport/Light.png deleted file mode 100644 index 2f198954db..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Light.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5339a51993cc176609f95c66829d1069affcb51034077ef9a970362aa4036da -size 4651 diff --git a/Assets/Editor/Icons/Components/Viewport/Light.svg b/Assets/Editor/Icons/Components/Viewport/Light.svg new file mode 100644 index 0000000000..c80990f24a --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Light.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / Light - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Lightning.png b/Assets/Editor/Icons/Components/Viewport/Lightning.png deleted file mode 100644 index 59eb65234f..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Lightning.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c8ca059a17d6459033c6ab6ec394daafadf1b49e9163038d3af7ba61e8462cd -size 4102 diff --git a/Assets/Editor/Icons/Components/Viewport/Lightning.svg b/Assets/Editor/Icons/Components/Viewport/Lightning.svg new file mode 100644 index 0000000000..895c44fc60 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Lightning.svg @@ -0,0 +1,25 @@ + + + icon / Environmental / Lighting - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/LightningArc.png b/Assets/Editor/Icons/Components/Viewport/LightningArc.png deleted file mode 100644 index 72fd79ddb2..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/LightningArc.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89f34ac1cb1e4b457117cfc46adc2b827e9e85b7cb76b52a4fbd4a9d9e19311a -size 4559 diff --git a/Assets/Editor/Icons/Components/Viewport/LightningArc.svg b/Assets/Editor/Icons/Components/Viewport/LightningArc.svg new file mode 100644 index 0000000000..e13231d759 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/LightningArc.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / LightningArc - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/LookAt.png b/Assets/Editor/Icons/Components/Viewport/LookAt.png deleted file mode 100644 index 76505009cc..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/LookAt.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3572d39f9042596d2a73d6d32c54cefc662e1fc6eef0c1bb6e4955ab34d2152b -size 4569 diff --git a/Assets/Editor/Icons/Components/Viewport/LookAt.svg b/Assets/Editor/Icons/Components/Viewport/LookAt.svg new file mode 100644 index 0000000000..d7090e4782 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/LookAt.svg @@ -0,0 +1,25 @@ + + + icon / Gameplay / LookAt - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/LuaScript.svg b/Assets/Editor/Icons/Components/Viewport/LuaScript.svg new file mode 100644 index 0000000000..5bdf58047c --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/LuaScript.svg @@ -0,0 +1,29 @@ + + + icon / Scripting / Lua Script - box + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Mannequin.png b/Assets/Editor/Icons/Components/Viewport/Mannequin.png deleted file mode 100644 index 00d6a2a35d..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Mannequin.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cb59ad46da631fc394858781f4c000c5b1a74ef2fade85fec28994cfd898cbe -size 5325 diff --git a/Assets/Editor/Icons/Components/Viewport/Mannequin.svg b/Assets/Editor/Icons/Components/Viewport/Mannequin.svg new file mode 100644 index 0000000000..c99daf489d --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Mannequin.svg @@ -0,0 +1,25 @@ + + + icon / Animation / Mannequin - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/MannequinScopeContext.png b/Assets/Editor/Icons/Components/Viewport/MannequinScopeContext.png deleted file mode 100644 index b7c5c65daa..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/MannequinScopeContext.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ae7731eb2bcbf49c07b38affcc462958cb052b0c7ab99eff15b19be6250076e -size 4527 diff --git a/Assets/Editor/Icons/Components/Viewport/Mesh.svg b/Assets/Editor/Icons/Components/Viewport/Mesh.svg new file mode 100644 index 0000000000..cc2cf6af48 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Mesh.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / StaticMesh - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/MeshCollider.png b/Assets/Editor/Icons/Components/Viewport/MeshCollider.png deleted file mode 100644 index c0c473c299..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/MeshCollider.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35cda4408284f3925feda998465eaa0351467e8f0ed449b516cdf1dee0905be1 -size 4191 diff --git a/Assets/Editor/Icons/Components/Viewport/MeshCollider.svg b/Assets/Editor/Icons/Components/Viewport/MeshCollider.svg new file mode 100644 index 0000000000..3b2246b0d7 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/MeshCollider.svg @@ -0,0 +1,25 @@ + + + icon / Physics / Cry / MeshCollider - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/MotionParameterSmoothing.png b/Assets/Editor/Icons/Components/Viewport/MotionParameterSmoothing.png deleted file mode 100644 index dc98478033..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/MotionParameterSmoothing.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b25a1a9b6bd273c7d9338007f21ad6b37e2b4e9c8e0fd2956a71dbe6e6f0bc01 -size 4725 diff --git a/Assets/Editor/Icons/Components/Viewport/Navigation.png b/Assets/Editor/Icons/Components/Viewport/Navigation.png deleted file mode 100644 index 3c18f5087a..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Navigation.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb999768f5f5d39335e1e03db21c4b22b07588d561623f809369fe1cfdb24239 -size 4733 diff --git a/Assets/Editor/Icons/Components/Viewport/Navigation.svg b/Assets/Editor/Icons/Components/Viewport/Navigation.svg new file mode 100644 index 0000000000..97535f622f --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Navigation.svg @@ -0,0 +1,25 @@ + + + icon / AI / Navigation - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/NavigationArea.png b/Assets/Editor/Icons/Components/Viewport/NavigationArea.png deleted file mode 100644 index 7076d6e1d9..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/NavigationArea.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd604dbd1f5cc4f64d0eaa3cdfe5214bd08daefca612bb3416f8126fe0adfb34 -size 4981 diff --git a/Assets/Editor/Icons/Components/Viewport/NavigationArea.svg b/Assets/Editor/Icons/Components/Viewport/NavigationArea.svg new file mode 100644 index 0000000000..aaafaed249 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/NavigationArea.svg @@ -0,0 +1,25 @@ + + + icon / AI / NavigationArea - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/NavigationSeed.png b/Assets/Editor/Icons/Components/Viewport/NavigationSeed.png deleted file mode 100644 index d94f4c2baf..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/NavigationSeed.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a604d07e2de256d47b406427c776ad7082ef2ef53ca5af2aebdb4bf342abe8 -size 5037 diff --git a/Assets/Editor/Icons/Components/Viewport/NavigationSeed.svg b/Assets/Editor/Icons/Components/Viewport/NavigationSeed.svg new file mode 100644 index 0000000000..5f90e816be --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/NavigationSeed.svg @@ -0,0 +1,25 @@ + + + icon / AI / NavigationSeed - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/NetBinding.png b/Assets/Editor/Icons/Components/Viewport/NetBinding.png deleted file mode 100644 index a4e5db2505..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/NetBinding.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05b50aaffa05e3b3c5d3903a80352a994ed46f13dfded91e6af9d351c60906ee -size 5160 diff --git a/Assets/Editor/Icons/Components/Viewport/NetBinding.svg b/Assets/Editor/Icons/Components/Viewport/NetBinding.svg new file mode 100644 index 0000000000..d0673ea7f2 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/NetBinding.svg @@ -0,0 +1,25 @@ + + + icon / Networking / NetBinding - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Non Uniform Scale.svg b/Assets/Editor/Icons/Components/Viewport/Non Uniform Scale.svg new file mode 100644 index 0000000000..56d8889a41 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Non Uniform Scale.svg @@ -0,0 +1,34 @@ + + + icon / Gameplay / Non Uniform Scale - box + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Particle.png b/Assets/Editor/Icons/Components/Viewport/Particle.png deleted file mode 100644 index c831c105bd..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Particle.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2f59021b439bdc158181a2fc736dc707492f6992a5c4049492432adaf7a243 -size 5142 diff --git a/Assets/Editor/Icons/Components/Viewport/Particle.svg b/Assets/Editor/Icons/Components/Viewport/Particle.svg new file mode 100644 index 0000000000..a2286bef37 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Particle.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / Particle - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PhysXCharacter.svg b/Assets/Editor/Icons/Components/Viewport/PhysXCharacter.svg new file mode 100644 index 0000000000..d97a560e4f --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PhysXCharacter.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / character Copy + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PhysXCollider.svg b/Assets/Editor/Icons/Components/Viewport/PhysXCollider.svg new file mode 100644 index 0000000000..0d8904e1c3 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PhysXCollider.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / PrimitiveCollider - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PhysXRagdoll.svg b/Assets/Editor/Icons/Components/Viewport/PhysXRagdoll.svg new file mode 100644 index 0000000000..e083bd2648 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PhysXRagdoll.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / ragdoll - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PhysXRigidBody.svg b/Assets/Editor/Icons/Components/Viewport/PhysXRigidBody.svg new file mode 100644 index 0000000000..d84593860a --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PhysXRigidBody.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / RigidBody Copy + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Physics.png b/Assets/Editor/Icons/Components/Viewport/Physics.png deleted file mode 100644 index a526f70a8f..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Physics.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6fe6fbdf27dd66c7c53007ba373f3cc271c54842be5276c4193c4a39980936 -size 5149 diff --git a/Assets/Editor/Icons/Components/Viewport/PhysicsConstraint.png b/Assets/Editor/Icons/Components/Viewport/PhysicsConstraint.png deleted file mode 100644 index 9b18526b4d..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/PhysicsConstraint.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36f3a663ef30a31a6ac8b2ff50152e1f3a1ea288f68f38fab3dc76d1d3c4df4c -size 4152 diff --git a/Assets/Editor/Icons/Components/Viewport/PhysicsConstraint.svg b/Assets/Editor/Icons/Components/Viewport/PhysicsConstraint.svg new file mode 100644 index 0000000000..7c4d1a159f --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PhysicsConstraint.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / PhysicsConstraint - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PointLight.png b/Assets/Editor/Icons/Components/Viewport/PointLight.png deleted file mode 100644 index f58aa0dda9..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/PointLight.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8a0fd849a150ef48cafc012532b95babe95b5f4b5170118bfb49e0d0d97eed4 -size 4994 diff --git a/Assets/Editor/Icons/Components/Viewport/PointLight.svg b/Assets/Editor/Icons/Components/Viewport/PointLight.svg new file mode 100644 index 0000000000..d9b0f970fb --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PointLight.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / PointLight - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PolygonPrism.png b/Assets/Editor/Icons/Components/Viewport/PolygonPrism.png deleted file mode 100644 index d6748b86b5..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/PolygonPrism.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96c1367c487de74750f4ba059108a9c48c587ef7a90a3b2eb6d1d8310301eebb -size 4714 diff --git a/Assets/Editor/Icons/Components/Viewport/PolygonPrism.svg b/Assets/Editor/Icons/Components/Viewport/PolygonPrism.svg new file mode 100644 index 0000000000..a1943f57f1 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PolygonPrism.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / PolygonPrism - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/PolygonPrism_Shape.svg b/Assets/Editor/Icons/Components/Viewport/PolygonPrism_Shape.svg new file mode 100644 index 0000000000..0d047e5b07 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/PolygonPrism_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / PolygonPrismShape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Primitive Collider.png b/Assets/Editor/Icons/Components/Viewport/Primitive Collider.png deleted file mode 100644 index decdf1f52d..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Primitive Collider.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b8d210bd3ed4666951e9436359812b7882bae1a329a7e8598d8078505170fc -size 4898 diff --git a/Assets/Editor/Icons/Components/Viewport/PrimitiveCollider.png b/Assets/Editor/Icons/Components/Viewport/PrimitiveCollider.png deleted file mode 100644 index decdf1f52d..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/PrimitiveCollider.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b8d210bd3ed4666951e9436359812b7882bae1a329a7e8598d8078505170fc -size 4898 diff --git a/Assets/Editor/Icons/Components/Viewport/ProjectorLight.png b/Assets/Editor/Icons/Components/Viewport/ProjectorLight.png deleted file mode 100644 index 7161aa6aad..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/ProjectorLight.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8800ab4f65fc969bda7a0c16a709fd583937c3648dc2a66f44ae7bd623b8e13f -size 3934 diff --git a/Assets/Editor/Icons/Components/Viewport/ProjectorLight.svg b/Assets/Editor/Icons/Components/Viewport/ProjectorLight.svg new file mode 100644 index 0000000000..48c9b9f13b --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/ProjectorLight.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / ProjectorLight - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Ragdoll.png b/Assets/Editor/Icons/Components/Viewport/Ragdoll.png deleted file mode 100644 index 2b916c6e6f..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Ragdoll.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f0b172462c35e537c6101ee8fe65c1d4fe5c1ecbe90c23829ca0177b69e9687 -size 4874 diff --git a/Assets/Editor/Icons/Components/Viewport/RandomTimedSpawner.png b/Assets/Editor/Icons/Components/Viewport/RandomTimedSpawner.png deleted file mode 100644 index e4c010ffe7..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/RandomTimedSpawner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d712da308ecbec4d899ce180dcefac90dc8537005d13c5d15bf2fc89252cfe2 -size 4239 diff --git a/Assets/Editor/Icons/Components/Viewport/RandomTimedSpawner.svg b/Assets/Editor/Icons/Components/Viewport/RandomTimedSpawner.svg new file mode 100644 index 0000000000..ac1d101de6 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/RandomTimedSpawner.svg @@ -0,0 +1,25 @@ + + + icon / Gameplay / RandomTimedSpawner - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/RigidPhysics.png b/Assets/Editor/Icons/Components/Viewport/RigidPhysics.png deleted file mode 100644 index e0c17c212f..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/RigidPhysics.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb0921b5c381e42963e9d0f690e36de094678bc0ad03681233792fb11b780506 -size 3688 diff --git a/Assets/Editor/Icons/Components/Viewport/RigidPhysics.svg b/Assets/Editor/Icons/Components/Viewport/RigidPhysics.svg new file mode 100644 index 0000000000..d655a4a8f9 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/RigidPhysics.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / RigidPhysics - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/SimpleLODDistance.svg b/Assets/Editor/Icons/Components/Viewport/SimpleLODDistance.svg new file mode 100644 index 0000000000..d7942b5234 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/SimpleLODDistance.svg @@ -0,0 +1,25 @@ + + + icon / Animation / SimpleLODDistance - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/SimpleState.png b/Assets/Editor/Icons/Components/Viewport/SimpleState.png deleted file mode 100644 index 555ab0e6c3..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/SimpleState.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84f87c255bfa8f1aeb09ddb52748e256a95afdd1b6d28fe535d8a0bc82f71e63 -size 2745 diff --git a/Assets/Editor/Icons/Components/Viewport/SimpleState.svg b/Assets/Editor/Icons/Components/Viewport/SimpleState.svg new file mode 100644 index 0000000000..5c12474458 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/SimpleState.svg @@ -0,0 +1,25 @@ + + + icon / Gameplay / SimpleState - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Spawner.png b/Assets/Editor/Icons/Components/Viewport/Spawner.png deleted file mode 100644 index 7fbaa19651..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Spawner.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be39ff9e4f288eb43233084c674383ff52235cc8ff7b8c743c588783e43a41b5 -size 3847 diff --git a/Assets/Editor/Icons/Components/Viewport/Spawner.svg b/Assets/Editor/Icons/Components/Viewport/Spawner.svg new file mode 100644 index 0000000000..8480dea56b --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Spawner.svg @@ -0,0 +1,25 @@ + + + icon / Gameplay / Spawner - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Sphere_Shape.png b/Assets/Editor/Icons/Components/Viewport/Sphere_Shape.png deleted file mode 100644 index 00ef4b636e..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Sphere_Shape.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c683db733fb34f5f176b4c655a10d6e5022bc37d555611f25f1e95e7555aaa6d -size 5292 diff --git a/Assets/Editor/Icons/Components/Viewport/Sphere_Shape.svg b/Assets/Editor/Icons/Components/Viewport/Sphere_Shape.svg new file mode 100644 index 0000000000..56f95386cd --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Sphere_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / SphereShape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Spline.png b/Assets/Editor/Icons/Components/Viewport/Spline.png deleted file mode 100644 index a86b7422ef..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Spline.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b20297a98d1931357825f3367fd29a651100a2e8ed92b204f3cb73cdd4e03bb -size 4761 diff --git a/Assets/Editor/Icons/Components/Viewport/Spline.svg b/Assets/Editor/Icons/Components/Viewport/Spline.svg new file mode 100644 index 0000000000..b17aefb9f6 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Spline.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Spline - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/StaticMesh.png b/Assets/Editor/Icons/Components/Viewport/StaticMesh.png deleted file mode 100644 index f251d6a6e0..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/StaticMesh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b79a104ed3d299789b4388065d1686bd940fadd3a001a6967bde7a55d4563aa -size 5146 diff --git a/Assets/Editor/Icons/Components/Viewport/StaticMesh.svg b/Assets/Editor/Icons/Components/Viewport/StaticMesh.svg new file mode 100644 index 0000000000..b43f2e90a0 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/StaticMesh.svg @@ -0,0 +1,25 @@ + + + icon / Rendering / Mesh - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/StaticPhysics.svg b/Assets/Editor/Icons/Components/Viewport/StaticPhysics.svg new file mode 100644 index 0000000000..5a8692e058 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/StaticPhysics.svg @@ -0,0 +1,25 @@ + + + icon / Physics / PhysX / Physics - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Tag.png b/Assets/Editor/Icons/Components/Viewport/Tag.png deleted file mode 100644 index 09985cc1d0..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Tag.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11cef56808775234c4d2f4b3790f9fd2d313fbc7a5d0a191030ae1f4902f2ca2 -size 4862 diff --git a/Assets/Editor/Icons/Components/Viewport/Tag.svg b/Assets/Editor/Icons/Components/Viewport/Tag.svg new file mode 100644 index 0000000000..0ae984230d --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Tag.svg @@ -0,0 +1,25 @@ + + + icon / Gameplay / Tag - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Transform.png b/Assets/Editor/Icons/Components/Viewport/Transform.png deleted file mode 100644 index 4c38cf5e33..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Transform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2a5744fdedea7cc2521e4bef36fedf83d594b277eb51832b70a05fa0fc690bf -size 4049 diff --git a/Assets/Editor/Icons/Components/Viewport/Transform.svg b/Assets/Editor/Icons/Components/Viewport/Transform.svg new file mode 100644 index 0000000000..5b3f4c5697 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Transform.svg @@ -0,0 +1,25 @@ + + + icon / Gameplay / Transform - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/Tube_Shape.png b/Assets/Editor/Icons/Components/Viewport/Tube_Shape.png deleted file mode 100644 index c80b937b5c..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/Tube_Shape.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63d5efc11e3d844871415ab89491ebbf2e23ee6f821e55fadc186ff464354d2b -size 4118 diff --git a/Assets/Editor/Icons/Components/Viewport/Tube_Shape.svg b/Assets/Editor/Icons/Components/Viewport/Tube_Shape.svg new file mode 100644 index 0000000000..96b9a58ad1 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/Tube_Shape.svg @@ -0,0 +1,25 @@ + + + icon / Shapes / Tube_Shape - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/UICanvasProxyRef.svg b/Assets/Editor/Icons/Components/Viewport/UICanvasProxyRef.svg new file mode 100644 index 0000000000..d14aae02d5 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/UICanvasProxyRef.svg @@ -0,0 +1,26 @@ + + + icon / UI / UI CanvasProxyRef - box + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/UiCanvasAssetRef.svg b/Assets/Editor/Icons/Components/Viewport/UiCanvasAssetRef.svg new file mode 100644 index 0000000000..6afe906b47 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/UiCanvasAssetRef.svg @@ -0,0 +1,25 @@ + + + icon / UI / UiCanvasRef - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/UiCanvasOnMesh.png b/Assets/Editor/Icons/Components/Viewport/UiCanvasOnMesh.png deleted file mode 100644 index 15bd72d6ce..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/UiCanvasOnMesh.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a0e50a6daf7f85fd4e03e5e4af28ca8386734725462800967820b33bef550cc -size 2742 diff --git a/Assets/Editor/Icons/Components/Viewport/UiCanvasOnMesh.svg b/Assets/Editor/Icons/Components/Viewport/UiCanvasOnMesh.svg new file mode 100644 index 0000000000..51585a5160 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/UiCanvasOnMesh.svg @@ -0,0 +1,25 @@ + + + icon / UI / UiCanvasOnMesh - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/Components/Viewport/UiCanvasRef.png b/Assets/Editor/Icons/Components/Viewport/UiCanvasRef.png deleted file mode 100644 index 5c0b5e7a22..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/UiCanvasRef.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59cde361e99d8bd7f6df8e4e91cc9383a901dfdc2c5c4977dbf5871ce02f6ba4 -size 1935 diff --git a/Assets/Editor/Icons/Components/Viewport/VRPreview.png b/Assets/Editor/Icons/Components/Viewport/VRPreview.png deleted file mode 100644 index 5778d61914..0000000000 --- a/Assets/Editor/Icons/Components/Viewport/VRPreview.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73a084f943c3737c9d7724b0477fa1d22296e0378d77379861b7333f563d8c2f -size 22138 diff --git a/Assets/Editor/Icons/Components/Viewport/VRPreview.svg b/Assets/Editor/Icons/Components/Viewport/VRPreview.svg new file mode 100644 index 0000000000..1a0b2f2f61 --- /dev/null +++ b/Assets/Editor/Icons/Components/Viewport/VRPreview.svg @@ -0,0 +1,25 @@ + + + icon / VR / VRPreview - box + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/Icons/ScriptCanvas/Viewport/ScriptCanvas.svg b/Assets/Editor/Icons/ScriptCanvas/Viewport/ScriptCanvas.svg new file mode 100644 index 0000000000..c42bf4fc63 --- /dev/null +++ b/Assets/Editor/Icons/ScriptCanvas/Viewport/ScriptCanvas.svg @@ -0,0 +1,29 @@ + + + icon / Scripting / ScriptCanvas - box + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Assets/Editor/LambdaFunctions/LwALambdaFunction.js b/Assets/Editor/LambdaFunctions/LwALambdaFunction.js index 562a7573a6..9890f385a6 100644 --- a/Assets/Editor/LambdaFunctions/LwALambdaFunction.js +++ b/Assets/Editor/LambdaFunctions/LwALambdaFunction.js @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Assets/Editor/LambdaFunctions/LwFacebookLambdaFunction.js b/Assets/Editor/LambdaFunctions/LwFacebookLambdaFunction.js index 81e47bfb15..90d47d10f5 100644 --- a/Assets/Editor/LambdaFunctions/LwFacebookLambdaFunction.js +++ b/Assets/Editor/LambdaFunctions/LwFacebookLambdaFunction.js @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Assets/Editor/LambdaFunctions/LwGenericOpenIdConnectLambdaFunction.js b/Assets/Editor/LambdaFunctions/LwGenericOpenIdConnectLambdaFunction.js index 636b3a6b85..1b60e9ca25 100644 --- a/Assets/Editor/LambdaFunctions/LwGenericOpenIdConnectLambdaFunction.js +++ b/Assets/Editor/LambdaFunctions/LwGenericOpenIdConnectLambdaFunction.js @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Assets/Editor/LambdaFunctions/LwGoogleLambdaFunction.js b/Assets/Editor/LambdaFunctions/LwGoogleLambdaFunction.js index 2df17a9ac4..7daa97991e 100644 --- a/Assets/Editor/LambdaFunctions/LwGoogleLambdaFunction.js +++ b/Assets/Editor/LambdaFunctions/LwGoogleLambdaFunction.js @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Assets/Editor/MissionTemplate.lua b/Assets/Editor/MissionTemplate.lua index bdff5191ae..2b95c2270a 100644 --- a/Assets/Editor/MissionTemplate.lua +++ b/Assets/Editor/MissionTemplate.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Editor/Scripts/TrackView/example.py b/Assets/Editor/Scripts/TrackView/example.py index f60cfcc038..058d5bdc20 100755 --- a/Assets/Editor/Scripts/TrackView/example.py +++ b/Assets/Editor/Scripts/TrackView/example.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Scripts/editor_script_validation.py b/Assets/Editor/Scripts/editor_script_validation.py index d132484558..feac567df9 100755 --- a/Assets/Editor/Scripts/editor_script_validation.py +++ b/Assets/Editor/Scripts/editor_script_validation.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Scripts/export_all_project_levels.py b/Assets/Editor/Scripts/export_all_project_levels.py index 0f52d9250a..ba900b37a8 100755 --- a/Assets/Editor/Scripts/export_all_project_levels.py +++ b/Assets/Editor/Scripts/export_all_project_levels.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Scripts/generatelod.py b/Assets/Editor/Scripts/generatelod.py index 32fd0a7b22..618827c5b4 100755 --- a/Assets/Editor/Scripts/generatelod.py +++ b/Assets/Editor/Scripts/generatelod.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Scripts/rename_cgf.py b/Assets/Editor/Scripts/rename_cgf.py index 47d92bb61d..1196c4c6a2 100755 --- a/Assets/Editor/Scripts/rename_cgf.py +++ b/Assets/Editor/Scripts/rename_cgf.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Scripts/select_story_anim_objects.py b/Assets/Editor/Scripts/select_story_anim_objects.py index 62ad25a0ea..93021baac4 100755 --- a/Assets/Editor/Scripts/select_story_anim_objects.py +++ b/Assets/Editor/Scripts/select_story_anim_objects.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Scripts/tools_shelf_actions.py b/Assets/Editor/Scripts/tools_shelf_actions.py index 670082fa02..8b99d76e1f 100755 --- a/Assets/Editor/Scripts/tools_shelf_actions.py +++ b/Assets/Editor/Scripts/tools_shelf_actions.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/Styles/Office2007.dll b/Assets/Editor/Styles/Office2007.dll deleted file mode 100644 index 3f986741cc..0000000000 --- a/Assets/Editor/Styles/Office2007.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1c5941f584d35b3d21eb9c311b02698c30499895e9a8c827fb71168e2656255 -size 1436672 diff --git a/Assets/Editor/Styles/Office2007Black.dll b/Assets/Editor/Styles/Office2007Black.dll deleted file mode 100644 index 0a65e1d056..0000000000 --- a/Assets/Editor/Styles/Office2007Black.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f480ade0a4190f7cb1d7cf286e970f958632d88e19b8c21ead11f838358a750 -size 369584 diff --git a/Assets/Editor/Styles/Office2007Silver.dll b/Assets/Editor/Styles/Office2007Silver.dll deleted file mode 100644 index bf24eda6a5..0000000000 --- a/Assets/Editor/Styles/Office2007Silver.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5eba063346e9163f43bbfec7e71497c847645fb12a3ec573314c9f44afbc801 -size 364464 diff --git a/Assets/Editor/Translation/scriptcanvas_en_us.ts b/Assets/Editor/Translation/scriptcanvas_en_us.ts index 5cafabaf60..f057ba2f30 100644 --- a/Assets/Editor/Translation/scriptcanvas_en_us.ts +++ b/Assets/Editor/Translation/scriptcanvas_en_us.ts @@ -42001,245 +42001,255 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro WORLD_RAYCASTMULTIPLELOCALSPACE_OUTPUT0_NAME Hits - - WORLD_OVERLAPSPHERE_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_NAME Overlap Sphere - - WORLD_OVERLAPSPHERE_PARAM0_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_PARAM0_NAME Position - - WORLD_OVERLAPSPHERE_PARAM1_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_PARAM1_NAME Radius - - WORLD_OVERLAPSPHERE_PARAM2_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_PARAM2_NAME Collision Group - - WORLD_OVERLAPSPHERE_PARAM3_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_PARAM3_NAME Ignore - - WORLD_OVERLAPSPHERE_OUTPUT0_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_OUTPUT0_NAME Is Overlapping - - WORLD_OVERLAPSPHERE_OUTPUT1_NAME + + WORLD_OVERLAPSPHEREWITHGROUP_OUTPUT1_NAME Overlaps - - WORLD_OVERLAPBOX_NAME + + WORLD_OVERLAPBOXWITHGROUP_NAME Overlap Box - - WORLD_OVERLAPBOX_PARAM0_NAME + + WORLD_OVERLAPBOXWITHGROUP_PARAM0_NAME Pose - - WORLD_OVERLAPBOX_PARAM1_NAME + + WORLD_OVERLAPBOXWITHGROUP_PARAM1_NAME Dimensions - - WORLD_OVERLAPBOX_PARAM2_NAME + + WORLD_OVERLAPBOXWITHGROUP_PARAM2_NAME Collision Group - - WORLD_OVERLAPBOX_PARAM3_NAME + + WORLD_OVERLAPBOXWITHGROUP_PARAM3_NAME Ignore - - WORLD_OVERLAPBOX_OUTPUT0_NAME + + WORLD_OVERLAPBOXWITHGROUP_OUTPUT0_NAME Is Overlapping - - WORLD_OVERLAPBOX_OUTPUT1_NAME + + WORLD_OVERLAPBOXWITHGROUP_OUTPUT1_NAME Overlaps - - WORLD_OVERLAPCAPSULE_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_NAME Overlap Capsule - - WORLD_OVERLAPCAPSULE_PARAM0_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_PARAM0_NAME Pose - - WORLD_OVERLAPCAPSULE_PARAM1_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_PARAM1_NAME Height - - WORLD_OVERLAPCAPSULE_PARAM2_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_PARAM2_NAME Radius - - WORLD_OVERLAPCAPSULE_PARAM3_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_PARAM3_NAME Collision Group - - WORLD_OVERLAPCAPSULE_PARAM4_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_PARAM4_NAME Ignore - - WORLD_OVERLAPCAPSULE_OUTPUT0_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_OUTPUT0_NAME Is Overlapping - - WORLD_OVERLAPCAPSULE_OUTPUT1_NAME + + WORLD_OVERLAPCAPSULEWITHGROUP_OUTPUT1_NAME Overlaps - - - - WORLD_SPHERECAST_NAME + + + WORLD_SPHERECASTWITHGROUP_NAME Sphere Cast - - WORLD_SPHERECAST_PARAM0_NAME + + WORLD_SPHERECASTWITHGROUP_PARAM0_NAME Distance - - WORLD_SPHERECAST_PARAM1_NAME + + WORLD_SPHERECASTWITHGROUP_PARAM1_NAME Start Pose - - WORLD_SPHERECAST_PARAM2_NAME + + WORLD_SPHERECASTWITHGROUP_PARAM2_NAME Direction - - WORLD_SPHERECAST_PARAM3_NAME + + WORLD_SPHERECASTWITHGROUP_PARAM3_NAME Radius - - WORLD_SPHERECAST_PARAM4_NAME + + WORLD_SPHERECASTWITHGROUP_PARAM4_NAME Collision Group - - WORLD_SPHERECAST_PARAM5_NAME + + WORLD_SPHERECASTWITHGROUP_PARAM5_NAME Ignore - - WORLD_SPHERECAST_OUTPUT0_NAME + + WORLD_SPHERECASTWITHGROUP_OUTPUT0_NAME Object Hit - - WORLD_SPHERECAST_OUTPUT1_NAME + + WORLD_SPHERECASTWITHGROUP_OUTPUT1_NAME Position - - WORLD_SPHERECAST_OUTPUT2_NAME + + WORLD_SPHERECASTWITHGROUP_OUTPUT2_NAME Normal - - WORLD_SPHERECAST_OUTPUT3_NAME + + WORLD_SPHERECASTWITHGROUP_OUTPUT3_NAME Distance - - WORLD_SPHERECAST_OUTPUT4_NAME + + WORLD_SPHERECASTWITHGROUP_OUTPUT4_NAME EntityId - - - WORLD_BOXCAST_NAME + + WORLD_BOXCASTWITHGROUP_NAME Box Cast - - WORLD_BOXCAST_PARAM0_NAME + + WORLD_BOXCASTWITHGROUP_PARAM0_NAME Distance - - WORLD_BOXCAST_PARAM1_NAME + + WORLD_BOXCASTWITHGROUP_PARAM1_NAME Start Pose - - WORLD_BOXCAST_PARAM2_NAME + + WORLD_BOXCASTWITHGROUP_PARAM2_NAME Direction - - WORLD_BOXCAST_PARAM3_NAME + + WORLD_BOXCASTWITHGROUP_PARAM3_NAME Dimensions - - WORLD_BOXCAST_PARAM4_NAME + + WORLD_BOXCASTWITHGROUP_PARAM4_NAME Collision Group - - WORLD_BOXCAST_PARAM5_NAME + + WORLD_BOXCASTWITHGROUP_PARAM5_NAME Ignore - - WORLD_BOXCAST_OUTPUT0_NAME + + WORLD_BOXCASTWITHGROUP_OUTPUT0_NAME Object Hit - - WORLD_BOXCAST_OUTPUT1_NAME + + WORLD_BOXCASTWITHGROUP_OUTPUT1_NAME Position - - WORLD_BOXCAST_OUTPUT2_NAME + + WORLD_BOXCASTWITHGROUP_OUTPUT2_NAME Normal - - WORLD_BOXCAST_OUTPUT3_NAME + + WORLD_BOXCASTWITHGROUP_OUTPUT3_NAME Distance - - WORLD_BOXCAST_OUTPUT4_NAME + + WORLD_BOXCASTWITHGROUP_OUTPUT4_NAME EntityId - - - WORLD_CAPSULECAST_NAME + + WORLD_CAPSULECASTWITHGROUP_NAME Capsule Cast - - WORLD_CAPSULECAST_PARAM0_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM0_NAME Distance - - WORLD_CAPSULECAST_PARAM1_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM1_NAME Start Pose - - WORLD_CAPSULECAST_PARAM2_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM2_NAME Direction - - WORLD_CAPSULECAST_PARAM3_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM3_NAME Height - - WORLD_CAPSULECAST_PARAM4_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM4_NAME Radius - - WORLD_CAPSULECAST_PARAM5_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM5_NAME Collision Group - - WORLD_CAPSULECAST_PARAM6_NAME + + WORLD_CAPSULECASTWITHGROUP_PARAM6_NAME Ignore - - WORLD_CAPSULECAST_OUTPUT0_NAME + + WORLD_CAPSULECASTWITHGROUP_OUTPUT0_NAME Object Hit - - WORLD_CAPSULECAST_OUTPUT1_NAME + + WORLD_CAPSULECASTWITHGROUP_OUTPUT1_NAME + WORLD_CAPSULECASTWITHGROUP_OUTPUT1_NAME Position - - WORLD_BOXCAST_OUTPUT2_NAME + + WORLD_CAPSULECASTWITHGROUP_OUTPUT2_NAME Normal - - WORLD_CAPSULECAST_OUTPUT3_NAME + + WORLD_CAPSULECASTWITHGROUP_OUTPUT3_NAME Distance - - WORLD_CAPSULECAST_OUTPUT4_NAME + + WORLD_CAPSULECASTWITHGROUP_OUTPUT4_NAME EntityId + + WORLD_RAYCASTLOCALSPACEWITHGROUP_NAME + Raycast (Local Space) + + + WORLD_RAYCASTMULTIPLELOCALSPACEWITHGROUP_NAME + Raycast Multiple (Local Space) + + + WORLD_RAYCASTWORLDSPACEWITHGROUP_NAME + Raycast (World Space) + EBus: CollisionFilteringBus @@ -42368,7 +42378,7 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro EBus: RigidBodyRequestBus RIGIDBODYREQUESTBUS_NAME - RigidBody + Rigid Body RIGIDBODYREQUESTBUS_TOOLTIP @@ -42413,6 +42423,23 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro RIGIDBODYREQUESTBUS_ISPHYSICSENABLED_OUTPUT0_TOOLTIP Indicates whether physics is enabled + + RIGIDBODYREQUESTBUS_ISGRAVITYENABLED_NAME + Class/Bus: RigidBodyRequestBus Event/Method: IsGravityEnabled + Is Gravity Enabled + + + RIGIDBODYREQUESTBUS_ISGRAVITYENABLED_TOOLTIP + Returns true if the rigid body has gravity enabled + + + RIGIDBODYREQUESTBUS_ISGRAVITYENABLED_OUTPUT0_NAME + Enabled + + + RIGIDBODYREQUESTBUS_ISGRAVITYENABLED_OUTPUT0_TOOLTIP + Indicates whether gravity is enabled + RIGIDBODYREQUESTBUS_GETCENTEROFMASSWORLD_NAME Class/Bus: RigidBodyRequestBus Event/Method: GetCenterOfMassWorld @@ -42915,7 +42942,50 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro RIGIDBODYREQUESTBUS_GETAABB_OUTPUT0_TOOLTIP The aabb of the rigid body - + + + Method: SceneQueries + + SCENEQUERIES_NAME + Scene Queries + + + SCENEQUERIES_CREATERAYCASTREQUEST_NAME + Create Raycast Request + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM0_NAME + Start + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM0_TOOLTIP + The position from which the raycast starts + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM1_NAME + Direction + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM1_TOOLTIP + The (normalized) direction in which to fire the raycast + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM2_NAME + Distance + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM2_TOOLTIP + The length of the raycast + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM3_NAME + Collision Group + + + SCENEQUERIES_CREATERAYCASTREQUEST_PARAM3_TOOLTIP + Allows filtering of objects intersecting the raycast based on their collision layers + + Handler: TriggerNotificationBus @@ -43199,12 +43269,12 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro PHYSXCHARACTERCONTROLLERREQUESTBUS_NAME Character Controller (PhysX Specific) - - CHARACTERCONTROLLERREQUESTBUS_TOOLTIP + + PHYSXCHARACTERCONTROLLERREQUESTBUS_TOOLTIP PhysX Character Controller Request Bus - - CHARACTERCONTROLLERREQUESTBUS_CATEGORY + + PHYSXCHARACTERCONTROLLERREQUESTBUS_CATEGORY PhysX @@ -44616,6 +44686,96 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro + + EBus: SimulatedBodyComponentRequestBus + + SIMULATEDBODYCOMPONENTREQUESTBUS_NAME + Simulated Body + + + SIMULATEDBODYCOMPONENTREQUESTBUS_TOOLTIP + Simulated Body Component Request Bus + + + SIMULATEDBODYCOMPONENTREQUESTBUS_CATEGORY + PhysX + + + SIMULATEDBODYCOMPONENTREQUESTBUS_DISABLEPHYSICS_NAME + Disable Physics + + + SIMULATEDBODYCOMPONENTREQUESTBUS_ENABLEPHYSICS_NAME + Enable Physics + + + SIMULATEDBODYCOMPONENTREQUESTBUS_GETAABB_NAME + Get AABB + + + SIMULATEDBODYCOMPONENTREQUESTBUS_ISPHYSICSENABLED_NAME + Is Physics Enabled + + + SIMULATEDBODYCOMPONENTREQUESTBUS_RAYCAST_NAME + Raycast (Single Body) + + + SIMULATEDBODYCOMPONENTREQUESTBUS_RAYCAST_TOOLTIP + Perform a raycast against a single simulated body (not the whole scene) + + + SIMULATEDBODYCOMPONENTREQUESTBUS_RAYCAST_PARAM0_NAME + Raycast Request + + + + EBus: WindRequestsBus + + WINDREQUESTSBUS_NAME + Wind + + + WINDREQUESTSBUS_TOOLTIP + Wind Request Bus + + + WINDREQUESTSBUS_CATEGORY + PhysX + + + WINDREQUESTSBUS_GETGLOBALWIND_NAME + Get Global Wind + + + WINDREQUESTSBUS_GETGLOBALWIND_OUTPUT0_NAME + Wind Vector + + + WINDREQUESTSBUS_GETWINDATPOSITION_NAME + Get Wind At Position + + + WINDREQUESTSBUS_GETWINDATPOSITION_PARAM0_NAME + Position + + + WINDREQUESTSBUS_GETWINDATPOSITION_OUTPUT0_NAME + Wind Vector + + + WINDREQUESTSBUS_GETWINDINSIDEAABB_NAME + Get Wind Inside AABB + + + WINDREQUESTSBUS_GETWINDINSIDEAABB_PARAM0_NAME + AABB + + + WINDREQUESTSBUS_GETWINDINSIDEAABB_OUTPUT0_NAME + Wind Vector + + EBus: ChatPlayRequestBus @@ -62374,6 +62534,37 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro + + EBus: NonUniformScaleRequestBus + + NONUNIFORMSCALEREQUESTBUS_NAME + Non-uniform Scale + + + NONUNIFORMSCALEREQUESTBUS_TOOLTIP + Non-uniform Scale Request Bus + + + NONUNIFORMSCALEREQUESTBUS_CATEGORY + Entity + + + NONUNIFORMSCALEREQUESTBUS_GETSCALE_NAME + Get Scale + + + NONUNIFORMSCALEREQUESTBUS_GETSCALE_OUTPUT0_NAME + Non-uniform Scale + + + NONUNIFORMSCALEREQUESTBUS_SETSCALE_NAME + Set Scale + + + NONUNIFORMSCALEREQUESTBUS_SETSCALE_PARAM0_NAME + Non-uniform Scale + + EBus: TransformBus diff --git a/Assets/Editor/UI/removeTranslationFiles.py b/Assets/Editor/UI/removeTranslationFiles.py index 8f18587a70..5a8ecba16a 100755 --- a/Assets/Editor/UI/removeTranslationFiles.py +++ b/Assets/Editor/UI/removeTranslationFiles.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Editor/UI/updateTranslatableText.py b/Assets/Editor/UI/updateTranslatableText.py index b256e74e37..c42737169c 100755 --- a/Assets/Editor/UI/updateTranslatableText.py +++ b/Assets/Editor/UI/updateTranslatableText.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Assets/Engine/Scripts/EngineCommon.lua b/Assets/Engine/Scripts/EngineCommon.lua index 32c54393a4..201fa9f225 100644 --- a/Assets/Engine/Scripts/EngineCommon.lua +++ b/Assets/Engine/Scripts/EngineCommon.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/AI/NavigationSeedPoint.lua b/Assets/Engine/Scripts/Entities/AI/NavigationSeedPoint.lua index a60b6d388f..735a34fb07 100644 --- a/Assets/Engine/Scripts/Entities/AI/NavigationSeedPoint.lua +++ b/Assets/Engine/Scripts/Entities/AI/NavigationSeedPoint.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/AI/SmartObject.lua b/Assets/Engine/Scripts/Entities/AI/SmartObject.lua index effd3ac23b..a258b80f8a 100644 --- a/Assets/Engine/Scripts/Entities/AI/SmartObject.lua +++ b/Assets/Engine/Scripts/Entities/AI/SmartObject.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/AI/TagPoint.lua b/Assets/Engine/Scripts/Entities/AI/TagPoint.lua index 0307463d24..8d0898cdfd 100644 --- a/Assets/Engine/Scripts/Entities/AI/TagPoint.lua +++ b/Assets/Engine/Scripts/Entities/AI/TagPoint.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Actor/CActorWrapper.lua b/Assets/Engine/Scripts/Entities/Actor/CActorWrapper.lua index 2b6797435e..975a84c9e2 100644 --- a/Assets/Engine/Scripts/Entities/Actor/CActorWrapper.lua +++ b/Assets/Engine/Scripts/Entities/Actor/CActorWrapper.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Anim/MannequinObject.lua b/Assets/Engine/Scripts/Entities/Anim/MannequinObject.lua index b3c7838e12..cf285f6546 100644 --- a/Assets/Engine/Scripts/Entities/Anim/MannequinObject.lua +++ b/Assets/Engine/Scripts/Entities/Anim/MannequinObject.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Default/GeomEntity.lua b/Assets/Engine/Scripts/Entities/Default/GeomEntity.lua index a58af759b3..411999a2ca 100644 --- a/Assets/Engine/Scripts/Entities/Default/GeomEntity.lua +++ b/Assets/Engine/Scripts/Entities/Default/GeomEntity.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Default/RopeEntity.lua b/Assets/Engine/Scripts/Entities/Default/RopeEntity.lua index 559538156f..fd77ef78fa 100644 --- a/Assets/Engine/Scripts/Entities/Default/RopeEntity.lua +++ b/Assets/Engine/Scripts/Entities/Default/RopeEntity.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Environment/WaterVolume.lua b/Assets/Engine/Scripts/Entities/Environment/WaterVolume.lua index 2fd2836f9d..6bc8f9428b 100644 --- a/Assets/Engine/Scripts/Entities/Environment/WaterVolume.lua +++ b/Assets/Engine/Scripts/Entities/Environment/WaterVolume.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Lights/EnvironmentLight.lua b/Assets/Engine/Scripts/Entities/Lights/EnvironmentLight.lua index 9183d19e43..2c8f21e3ba 100644 --- a/Assets/Engine/Scripts/Entities/Lights/EnvironmentLight.lua +++ b/Assets/Engine/Scripts/Entities/Lights/EnvironmentLight.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Lights/Light.lua b/Assets/Engine/Scripts/Entities/Lights/Light.lua index daf323f9e8..1def5a2a6f 100644 --- a/Assets/Engine/Scripts/Entities/Lights/Light.lua +++ b/Assets/Engine/Scripts/Entities/Lights/Light.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Others/CameraSource.lua b/Assets/Engine/Scripts/Entities/Others/CameraSource.lua index 01ac7a8989..b78211b198 100644 --- a/Assets/Engine/Scripts/Entities/Others/CameraSource.lua +++ b/Assets/Engine/Scripts/Entities/Others/CameraSource.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Others/CameraTarget.lua b/Assets/Engine/Scripts/Entities/Others/CameraTarget.lua index 59ce9c82cb..f160616c52 100644 --- a/Assets/Engine/Scripts/Entities/Others/CameraTarget.lua +++ b/Assets/Engine/Scripts/Entities/Others/CameraTarget.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Others/Comment.lua b/Assets/Engine/Scripts/Entities/Others/Comment.lua index 68c26b0571..fd180e4f9d 100644 --- a/Assets/Engine/Scripts/Entities/Others/Comment.lua +++ b/Assets/Engine/Scripts/Entities/Others/Comment.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Others/ProceduralObject.lua b/Assets/Engine/Scripts/Entities/Others/ProceduralObject.lua index baab0c0da9..c466f59db7 100644 --- a/Assets/Engine/Scripts/Entities/Others/ProceduralObject.lua +++ b/Assets/Engine/Scripts/Entities/Others/ProceduralObject.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Others/RigidBody.lua b/Assets/Engine/Scripts/Entities/Others/RigidBody.lua index 8651bed6a4..6862068fe2 100644 --- a/Assets/Engine/Scripts/Entities/Others/RigidBody.lua +++ b/Assets/Engine/Scripts/Entities/Others/RigidBody.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Particle/ParticleEffect.lua b/Assets/Engine/Scripts/Entities/Particle/ParticleEffect.lua index 1a23ae2c5d..041fb243ce 100644 --- a/Assets/Engine/Scripts/Entities/Particle/ParticleEffect.lua +++ b/Assets/Engine/Scripts/Entities/Particle/ParticleEffect.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Physics/AnimObject.lua b/Assets/Engine/Scripts/Entities/Physics/AnimObject.lua index c1786e6ec9..4bfe85cf3d 100644 --- a/Assets/Engine/Scripts/Entities/Physics/AnimObject.lua +++ b/Assets/Engine/Scripts/Entities/Physics/AnimObject.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Physics/AreaBezierVolume.lua b/Assets/Engine/Scripts/Entities/Physics/AreaBezierVolume.lua index 7f9494577f..666b39e001 100644 --- a/Assets/Engine/Scripts/Entities/Physics/AreaBezierVolume.lua +++ b/Assets/Engine/Scripts/Entities/Physics/AreaBezierVolume.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Physics/BasicEntity.lua b/Assets/Engine/Scripts/Entities/Physics/BasicEntity.lua index 7502473d72..132d166520 100644 --- a/Assets/Engine/Scripts/Entities/Physics/BasicEntity.lua +++ b/Assets/Engine/Scripts/Entities/Physics/BasicEntity.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Physics/LivingEntity.lua b/Assets/Engine/Scripts/Entities/Physics/LivingEntity.lua index aedd41d71b..cad57769ab 100644 --- a/Assets/Engine/Scripts/Entities/Physics/LivingEntity.lua +++ b/Assets/Engine/Scripts/Entities/Physics/LivingEntity.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Physics/RigidBodyEx.lua b/Assets/Engine/Scripts/Entities/Physics/RigidBodyEx.lua index a48ef8fa87..d72cd213e2 100644 --- a/Assets/Engine/Scripts/Entities/Physics/RigidBodyEx.lua +++ b/Assets/Engine/Scripts/Entities/Physics/RigidBodyEx.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Render/FogVolume.lua b/Assets/Engine/Scripts/Entities/Render/FogVolume.lua index 085f302e88..f273ad3782 100644 --- a/Assets/Engine/Scripts/Entities/Render/FogVolume.lua +++ b/Assets/Engine/Scripts/Entities/Render/FogVolume.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Render/GeomCache.lua b/Assets/Engine/Scripts/Entities/Render/GeomCache.lua index 048d04e89c..b496aecd8d 100644 --- a/Assets/Engine/Scripts/Entities/Render/GeomCache.lua +++ b/Assets/Engine/Scripts/Entities/Render/GeomCache.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Sound/AudioAreaAmbience.lua b/Assets/Engine/Scripts/Entities/Sound/AudioAreaAmbience.lua index 5981c3d301..d36f29f47a 100644 --- a/Assets/Engine/Scripts/Entities/Sound/AudioAreaAmbience.lua +++ b/Assets/Engine/Scripts/Entities/Sound/AudioAreaAmbience.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Sound/AudioAreaEntity.lua b/Assets/Engine/Scripts/Entities/Sound/AudioAreaEntity.lua index 958b8e55ea..2ec8c53bec 100644 --- a/Assets/Engine/Scripts/Entities/Sound/AudioAreaEntity.lua +++ b/Assets/Engine/Scripts/Entities/Sound/AudioAreaEntity.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Sound/AudioAreaRandom.lua b/Assets/Engine/Scripts/Entities/Sound/AudioAreaRandom.lua index a44a88870c..c139ed28c8 100644 --- a/Assets/Engine/Scripts/Entities/Sound/AudioAreaRandom.lua +++ b/Assets/Engine/Scripts/Entities/Sound/AudioAreaRandom.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Sound/AudioTriggerSpot.lua b/Assets/Engine/Scripts/Entities/Sound/AudioTriggerSpot.lua index f3f2f49577..cc33bf2eb6 100644 --- a/Assets/Engine/Scripts/Entities/Sound/AudioTriggerSpot.lua +++ b/Assets/Engine/Scripts/Entities/Sound/AudioTriggerSpot.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Sound/Shared/AudioUtils.lua b/Assets/Engine/Scripts/Entities/Sound/Shared/AudioUtils.lua index 4a97342d2e..52e3dae5cf 100644 --- a/Assets/Engine/Scripts/Entities/Sound/Shared/AudioUtils.lua +++ b/Assets/Engine/Scripts/Entities/Sound/Shared/AudioUtils.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Triggers/AreaTrigger.lua b/Assets/Engine/Scripts/Entities/Triggers/AreaTrigger.lua index 0c21d6c187..f5e87a7cc8 100644 --- a/Assets/Engine/Scripts/Entities/Triggers/AreaTrigger.lua +++ b/Assets/Engine/Scripts/Entities/Triggers/AreaTrigger.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/Triggers/ProximityTrigger.lua b/Assets/Engine/Scripts/Entities/Triggers/ProximityTrigger.lua index ec8e47388e..d74e7bf4bb 100644 --- a/Assets/Engine/Scripts/Entities/Triggers/ProximityTrigger.lua +++ b/Assets/Engine/Scripts/Entities/Triggers/ProximityTrigger.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Entities/UI/UiCanvasRefEntity.lua b/Assets/Engine/Scripts/Entities/UI/UiCanvasRefEntity.lua index 26724b8251..512bba69d1 100644 --- a/Assets/Engine/Scripts/Entities/UI/UiCanvasRefEntity.lua +++ b/Assets/Engine/Scripts/Entities/UI/UiCanvasRefEntity.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Utils/Components/GameplayUtils.lua b/Assets/Engine/Scripts/Utils/Components/GameplayUtils.lua index 62f606a413..bc9be3db9b 100644 --- a/Assets/Engine/Scripts/Utils/Components/GameplayUtils.lua +++ b/Assets/Engine/Scripts/Utils/Components/GameplayUtils.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Utils/Components/InputUtils.lua b/Assets/Engine/Scripts/Utils/Components/InputUtils.lua index 980bbda952..04cfe06a79 100644 --- a/Assets/Engine/Scripts/Utils/Components/InputUtils.lua +++ b/Assets/Engine/Scripts/Utils/Components/InputUtils.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Utils/Components/MultiHandlers.lua b/Assets/Engine/Scripts/Utils/Components/MultiHandlers.lua index 56596df39d..b03245b6b3 100644 --- a/Assets/Engine/Scripts/Utils/Components/MultiHandlers.lua +++ b/Assets/Engine/Scripts/Utils/Components/MultiHandlers.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Utils/Containers.lua b/Assets/Engine/Scripts/Utils/Containers.lua index d2905b5399..318c5cb175 100644 --- a/Assets/Engine/Scripts/Utils/Containers.lua +++ b/Assets/Engine/Scripts/Utils/Containers.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Utils/EntityUtils.lua b/Assets/Engine/Scripts/Utils/EntityUtils.lua index 0adc4bc281..7767887c66 100644 --- a/Assets/Engine/Scripts/Utils/EntityUtils.lua +++ b/Assets/Engine/Scripts/Utils/EntityUtils.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/Assets/Engine/Scripts/Utils/Math.lua b/Assets/Engine/Scripts/Utils/Math.lua index 57542dfee3..93b018a796 100644 --- a/Assets/Engine/Scripts/Utils/Math.lua +++ b/Assets/Engine/Scripts/Utils/Math.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Animations/Motions/Jack_Death_Fall_Back_ZUp.fbx.assetinfo b/AutomatedTesting/Animations/Motions/Jack_Death_Fall_Back_ZUp.fbx.assetinfo deleted file mode 100644 index e7fd23585b..0000000000 --- a/AutomatedTesting/Animations/Motions/Jack_Death_Fall_Back_ZUp.fbx.assetinfo +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AutomatedTesting/Animations/Motions/Jack_Idle_Aim_ZUp.fbx.assetinfo b/AutomatedTesting/Animations/Motions/Jack_Idle_Aim_ZUp.fbx.assetinfo deleted file mode 100644 index b7b8ef2dba..0000000000 --- a/AutomatedTesting/Animations/Motions/Jack_Idle_Aim_ZUp.fbx.assetinfo +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AutomatedTesting/Animations/Motions/rin_Idle.fbx.assetinfo b/AutomatedTesting/Animations/Motions/rin_Idle.fbx.assetinfo deleted file mode 100644 index 8c8374e8de..0000000000 --- a/AutomatedTesting/Animations/Motions/rin_Idle.fbx.assetinfo +++ /dev/null @@ -1,638 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AutomatedTesting/Animations/Motions/rin_Jump.fbx.assetinfo b/AutomatedTesting/Animations/Motions/rin_Jump.fbx.assetinfo index b3d20a25f5..c190a949b1 100644 --- a/AutomatedTesting/Animations/Motions/rin_Jump.fbx.assetinfo +++ b/AutomatedTesting/Animations/Motions/rin_Jump.fbx.assetinfo @@ -1,652 +1,142 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +{ + "values": [ + { + "$type": "MotionGroup", + "name": "rin_jump", + "selectedRootBone": "RootNode.root", + "id": "{A816A306-96C4-523C-87D9-0784EE509817}", + "rules": { + "rules": [ + { + "$type": "CoordinateSystemRule", + "targetCoordinateSystem": 1 + }, + { + "$type": "EMotionFX::Pipeline::Rule::MotionMetaDataRule", + "data": { + "motionEventTable": { + "tracks": [ + { + "name": "Sync", + "deletable": false + }, + { + "name": "sound", + "events": [ + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Mvt_Walk" + } + ] + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Ftsp_Walk" + } + ], + "startTime": 0.30516499280929568, + "endTime": 0.30516499280929568 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Mvt_Run" + } + ], + "startTime": 0.3315509855747223, + "endTime": 0.3315509855747223 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Ftsp_Run" + } + ], + "startTime": 0.3579379916191101, + "endTime": 0.3579379916191101 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Ftsp_Walk" + } + ], + "startTime": 0.9625319838523865, + "endTime": 0.9625319838523865 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Ftsp_Run" + } + ], + "startTime": 1.0061269998550416, + "endTime": 1.0061269998550416 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "Mvt_Walk" + } + ], + "startTime": 1.1346169710159302, + "endTime": 1.1346169710159302 + } + ] + }, + { + "name": "Event Track 3", + "events": [ + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "RightFoot" + } + ], + "startTime": 0.0005639999872073531, + "endTime": 0.0005639999872073531 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "JumpStart" + } + ], + "startTime": 0.36318498849868777, + "endTime": 0.36318498849868777 + }, + { + "eventDatas": [ + { + "$type": "TwoStringEventData", + "subject": "DoneJump" + } + ], + "startTime": 1.059928059577942, + "endTime": 1.059928059577942 + } + ] + } + ] + } + } + }, + { + "$type": "MotionSamplingRule" + } + ] + } + } + ] +} \ No newline at end of file diff --git a/AutomatedTesting/CMakeLists.txt b/AutomatedTesting/CMakeLists.txt index 7a7d2b3165..dee9d73aea 100644 --- a/AutomatedTesting/CMakeLists.txt +++ b/AutomatedTesting/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Editor/Scripts/SettingsRegistry/__init__.py b/AutomatedTesting/Editor/Scripts/SettingsRegistry/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Editor/Scripts/SettingsRegistry/__init__.py +++ b/AutomatedTesting/Editor/Scripts/SettingsRegistry/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/Editor/Scripts/SettingsRegistry/settings_registry_example.py b/AutomatedTesting/Editor/Scripts/SettingsRegistry/settings_registry_example.py index 0dec2669fe..8994f2d307 100755 --- a/AutomatedTesting/Editor/Scripts/SettingsRegistry/settings_registry_example.py +++ b/AutomatedTesting/Editor/Scripts/SettingsRegistry/settings_registry_example.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Editor/Scripts/__init__.py b/AutomatedTesting/Editor/Scripts/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Editor/Scripts/__init__.py +++ b/AutomatedTesting/Editor/Scripts/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/EngineFinder.cmake b/AutomatedTesting/EngineFinder.cmake index 94460e7c11..0a34a43b77 100644 --- a/AutomatedTesting/EngineFinder.cmake +++ b/AutomatedTesting/EngineFinder.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/CMakeLists.txt b/AutomatedTesting/Gem/CMakeLists.txt index e502c06bba..7a411544ec 100644 --- a/AutomatedTesting/Gem/CMakeLists.txt +++ b/AutomatedTesting/Gem/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/CMakeLists.txt b/AutomatedTesting/Gem/Code/CMakeLists.txt index 280c44fe8b..76c0db3f5c 100644 --- a/AutomatedTesting/Gem/Code/CMakeLists.txt +++ b/AutomatedTesting/Gem/Code/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Include/AutomatedTesting/AutomatedTestingBus.h b/AutomatedTesting/Gem/Code/Include/AutomatedTesting/AutomatedTestingBus.h index 7a1a0db21b..5e28937d0f 100644 --- a/AutomatedTesting/Gem/Code/Include/AutomatedTesting/AutomatedTestingBus.h +++ b/AutomatedTesting/Gem/Code/Include/AutomatedTesting/AutomatedTestingBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/Code/Platform/Android/platform_android_files.cmake b/AutomatedTesting/Gem/Code/Platform/Android/platform_android_files.cmake index 1fe051b062..7a325ca97e 100644 --- a/AutomatedTesting/Gem/Code/Platform/Android/platform_android_files.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Android/platform_android_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Platform/Linux/platform_linux_files.cmake b/AutomatedTesting/Gem/Code/Platform/Linux/platform_linux_files.cmake index 1fe051b062..7a325ca97e 100644 --- a/AutomatedTesting/Gem/Code/Platform/Linux/platform_linux_files.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Platform/Mac/platform_mac_files.cmake b/AutomatedTesting/Gem/Code/Platform/Mac/platform_mac_files.cmake index b4e92ff6f5..09ed8eb3a1 100644 --- a/AutomatedTesting/Gem/Code/Platform/Mac/platform_mac_files.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Platform/Mac/runtime_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Mac/runtime_dependencies.cmake index 6faf6e663d..14aeea879a 100644 --- a/AutomatedTesting/Gem/Code/Platform/Mac/runtime_dependencies.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Mac/runtime_dependencies.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake b/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake index 6faf6e663d..14aeea879a 100644 --- a/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Mac/tool_dependencies.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Platform/Windows/platform_windows_files.cmake b/AutomatedTesting/Gem/Code/Platform/Windows/platform_windows_files.cmake index 1fe051b062..7a325ca97e 100644 --- a/AutomatedTesting/Gem/Code/Platform/Windows/platform_windows_files.cmake +++ b/AutomatedTesting/Gem/Code/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Platform/iOS/platform_ios_files.cmake b/AutomatedTesting/Gem/Code/Platform/iOS/platform_ios_files.cmake index d43675623c..e12bc82101 100644 --- a/AutomatedTesting/Gem/Code/Platform/iOS/platform_ios_files.cmake +++ b/AutomatedTesting/Gem/Code/Platform/iOS/platform_ios_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/Source/AutomatedTestingModule.cpp b/AutomatedTesting/Gem/Code/Source/AutomatedTestingModule.cpp index e4534870e2..7ed37e89ca 100644 --- a/AutomatedTesting/Gem/Code/Source/AutomatedTestingModule.cpp +++ b/AutomatedTesting/Gem/Code/Source/AutomatedTestingModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.cpp b/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.cpp index 7bd2742d31..3b373b1f65 100644 --- a/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.cpp +++ b/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.h b/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.h index de9d9ab51d..e1572df88a 100644 --- a/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.h +++ b/AutomatedTesting/Gem/Code/Source/AutomatedTestingSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/Code/automatedtesting_files.cmake b/AutomatedTesting/Gem/Code/automatedtesting_files.cmake index f28ae27ca7..6bf2bf72d9 100644 --- a/AutomatedTesting/Gem/Code/automatedtesting_files.cmake +++ b/AutomatedTesting/Gem/Code/automatedtesting_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/Code/enabled_gems.cmake b/AutomatedTesting/Gem/Code/enabled_gems.cmake index 4ab914c118..bae8afabb1 100644 --- a/AutomatedTesting/Gem/Code/enabled_gems.cmake +++ b/AutomatedTesting/Gem/Code/enabled_gems.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -20,7 +21,7 @@ set(ENABLED_GEMS QtForPython PythonAssetBuilder Metastream - AudioSystem + Camera EMotionFX PhysX @@ -47,16 +48,13 @@ set(ENABLED_GEMS LmbrCentral LyShine HttpRequestor - Atom_AtomBridge - PythonCoverage -) + Atom + AWSCore + AWSClientAuth + AWSMetrics -# TODO remove conditional add once AWSNativeSDK libs are fixed for Android and Linux Monolithic release. -set(aws_excluded_platforms Android) -if (NOT (LY_MONOLITHIC_GAME AND ${PAL_PLATFORM_NAME} IN_LIST aws_excluded_platforms)) - list(APPEND ENABLED_GEMS - AWSCore - AWSClientAuth - AWSMetrics - ) -endif() + + + + AudioSystem +) diff --git a/AutomatedTesting/Gem/Code/enabled_gems.cmake.orig b/AutomatedTesting/Gem/Code/enabled_gems.cmake.orig deleted file mode 100644 index 9e35410cc9..0000000000 --- a/AutomatedTesting/Gem/Code/enabled_gems.cmake.orig +++ /dev/null @@ -1,68 +0,0 @@ -# -# Copyright (c) Contributors to the Open 3D Engine Project -# -# SPDX-License-Identifier: Apache-2.0 OR MIT -# -# - -set(ENABLED_GEMS - ImGui - ScriptEvents - ExpressionEvaluation - Gestures - CertificateManager - DebugDraw - SceneProcessing - GraphCanvas - InAppPurchases - AutomatedTesting - EditorPythonBindings - QtForPython - PythonAssetBuilder - Metastream - AudioSystem - Camera - EMotionFX - PhysX - CameraFramework - StartingPointMovement - StartingPointCamera - ScriptCanvas - ScriptCanvasPhysics - ScriptCanvasTesting - LyShineExamples - StartingPointInput - PhysXDebug - WhiteBox - FastNoise - SurfaceData - GradientSignal - Vegetation - GraphModel - LandscapeCanvas - NvCloth - Blast - Maestro - TextureAtlas - LmbrCentral - LyShine - HttpRequestor - Atom_AtomBridge -<<<<<<< HEAD -======= - AWSCore - AWSClientAuth - AWSMetrics - PythonCoverage ->>>>>>> upstream/development -) - -# TODO remove conditional add once AWSNativeSDK libs are fixed for Android and Linux Monolithic release. -set(aws_excluded_platforms Linux Android) -if (NOT (LY_MONOLITHIC_GAME AND ${PAL_PLATFORM_NAME} IN_LIST aws_excluded_platforms)) - list(APPEND ENABLED_GEMS - AWSCore - AWSClientAuth - AWSMetrics - ) -endif() diff --git a/AutomatedTesting/Gem/Editor/Scripts/__init__.py b/AutomatedTesting/Gem/Editor/Scripts/__init__.py index e200fa77d0..f5193b300e 100644 --- a/AutomatedTesting/Gem/Editor/Scripts/__init__.py +++ b/AutomatedTesting/Gem/Editor/Scripts/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/Editor/Scripts/bootstrap.py b/AutomatedTesting/Gem/Editor/Scripts/bootstrap.py index ec639ca075..bc4c6d3e4e 100644 --- a/AutomatedTesting/Gem/Editor/Scripts/bootstrap.py +++ b/AutomatedTesting/Gem/Editor/Scripts/bootstrap.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonCoverage/CMakeLists.txt b/AutomatedTesting/Gem/PythonCoverage/CMakeLists.txt index 34bce0825f..2bb380fae3 100644 --- a/AutomatedTesting/Gem/PythonCoverage/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonCoverage/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/CMakeLists.txt b/AutomatedTesting/Gem/PythonCoverage/Code/CMakeLists.txt index 7f4c4133b2..a865ccc49f 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonCoverage/Code/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Android/PAL_android.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Android/PAL_android.cmake index a22a529aa3..1b25375895 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Android/PAL_android.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Android/PAL_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Linux/PAL_linux.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Linux/PAL_linux.cmake index a22a529aa3..1b25375895 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Linux/PAL_linux.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Linux/PAL_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Mac/PAL_mac.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Mac/PAL_mac.cmake index a22a529aa3..1b25375895 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Mac/PAL_mac.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Mac/PAL_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Windows/PAL_windows.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Windows/PAL_windows.cmake index ab70bbbc77..7facce4f4b 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Windows/PAL_windows.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/Windows/PAL_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/iOS/PAL_ios.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/iOS/PAL_ios.cmake index a22a529aa3..1b25375895 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Platform/iOS/PAL_ios.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Platform/iOS/PAL_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.cpp b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.cpp index 6db24779a9..92403ef54f 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.cpp +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.h b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.h index 5811e24d19..010d41271c 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.h +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorModule.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.cpp b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.cpp index 4c2c7de299..ad6cf216d7 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.cpp +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.h b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.h index a1864c1bc3..a6ca055ba3 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.h +++ b/AutomatedTesting/Gem/PythonCoverage/Code/Source/PythonCoverageEditorSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_files.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_files.cmake index a3857e5668..68cc268804 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_files.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_shared_files.cmake b/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_shared_files.cmake index f8f9548631..cd675a3e57 100644 --- a/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_shared_files.cmake +++ b/AutomatedTesting/Gem/PythonCoverage/Code/pythoncoverage_editor_shared_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/AWS/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/AWS/CMakeLists.txt index 0d5c1d144a..1c555c1e17 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/AWS/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/__init__.py index 5482b53e84..bbcbcf1807 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/__init__.py index 68fa386ecb..50cbb262dd 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_automation_test.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_automation_test.py index 902666ba10..cd8858e7f2 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_automation_test.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_automation_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -7,61 +8,43 @@ SPDX-License-Identifier: Apache-2.0 OR MIT import logging import os import pytest -import time import typing from datetime import datetime import ly_test_tools.log.log_monitor # fixture imports -from AWS.Windows.resource_mappings.resource_mappings import resource_mappings -from AWS.Windows.cdk.cdk_utils import Cdk -from AWS.common.aws_utils import AwsUtils -from assetpipeline.ap_fixtures.asset_processor_fixture import asset_processor as asset_processor -from AWS.common.aws_credentials import aws_credentials +from assetpipeline.ap_fixtures.asset_processor_fixture import asset_processor from .aws_metrics_utils import aws_metrics_utils +from .aws_metrics_custom_thread import AWSMetricsThread AWS_METRICS_FEATURE_NAME = 'AWSMetrics' GAME_LOG_NAME = 'Game.log' +CONTEXT_VARIABLE = ['-c', 'batch_processing=true'] logger = logging.getLogger(__name__) -def setup(launcher: ly_test_tools.launchers.Launcher, - cdk: Cdk, - asset_processor: asset_processor, - resource_mappings: resource_mappings, - context_variable: str = '') -> typing.Tuple[ly_test_tools.log.log_monitor.LogMonitor, str, str]: +def setup(launcher: pytest.fixture, + asset_processor: pytest.fixture) -> pytest.fixture: """ - Set up the CDK application and start the log monitor. + Set up the resource mapping configuration and start the log monitor. :param launcher: Client launcher for running the test level. - :param cdk: CDK application for deploying the AWS resources. :param asset_processor: asset_processor fixture. - :param resource_mappings: resource_mappings fixture. - :param context_variable: context_variable for enable optional CDK feature. :return log monitor object, metrics file path and the metrics stack name. """ - logger.info(f'Cdk stack names:\n{cdk.list()}') - stacks = cdk.deploy(context_variable=context_variable) - resource_mappings.populate_output_keys(stacks) - asset_processor.start() asset_processor.wait_for_idle() - metrics_file_path = os.path.join(launcher.workspace.paths.project(), 'user', - AWS_METRICS_FEATURE_NAME, 'metrics.json') - remove_file(metrics_file_path) - file_to_monitor = os.path.join(launcher.workspace.paths.project_log(), GAME_LOG_NAME) - remove_file(file_to_monitor) # Initialize the log monitor. log_monitor = ly_test_tools.log.log_monitor.LogMonitor(launcher=launcher, log_file_path=file_to_monitor) - return log_monitor, metrics_file_path, stacks[0] + return log_monitor -def monitor_metrics_submission(log_monitor: ly_test_tools.log.log_monitor.LogMonitor) -> None: +def monitor_metrics_submission(log_monitor: pytest.fixture) -> None: """ Monitor the messages and notifications for submitting metrics. :param log_monitor: Log monitor to check the log messages. @@ -69,6 +52,7 @@ def monitor_metrics_submission(log_monitor: ly_test_tools.log.log_monitor.LogMon expected_lines = [ '(Script) - Submitted metrics without buffer.', '(Script) - Submitted metrics with buffer.', + '(Script) - Flushed the buffered metrics.', '(Script) - Metrics is sent successfully.' ] @@ -89,87 +73,132 @@ def monitor_metrics_submission(log_monitor: ly_test_tools.log.log_monitor.LogMon f'unexpected_lines values: {unexpected_lines}') -def remove_file(file_path: str) -> None: +def query_metrics_from_s3(aws_metrics_utils: pytest.fixture, stack_name: str) -> None: """ - Remove a local file and its directory. - :param file_path: Path to the local file. + Verify that the metrics events are delivered to the S3 bucket and can be queried. + aws_metrics_utils: aws_metrics_utils fixture. + stack_name: name of the CloudFormation stack. """ - if os.path.exists(file_path): - os.remove(file_path) + analytics_bucket_name = aws_metrics_utils.get_analytics_bucket_name(stack_name) + aws_metrics_utils.verify_s3_delivery(analytics_bucket_name) + logger.info('Metrics are sent to S3.') - file_dir = os.path.dirname(file_path) - if os.path.exists(file_dir) and len(os.listdir(file_dir)) == 0: - os.rmdir(file_dir) + aws_metrics_utils.run_glue_crawler(f'{stack_name}-EventsCrawler') + aws_metrics_utils.run_named_queries(f'{stack_name}-AthenaWorkGroup') + logger.info('Query metrics from S3 successfully.') + # Empty the S3 bucket. S3 buckets can only be deleted successfully when it doesn't contain any object. + aws_metrics_utils.empty_batch_analytics_bucket(analytics_bucket_name) + + +def verify_operational_metrics(aws_metrics_utils: pytest.fixture, stack_name: str, start_time: datetime) -> None: + """ + Verify that operational health metrics are delivered to CloudWatch. + aws_metrics_utils: aws_metrics_utils fixture. + stack_name: name of the CloudFormation stack. + start_time: Time when the game launcher starts. + """ + aws_metrics_utils.verify_cloud_watch_delivery( + 'AWS/Lambda', + 'Invocations', + [{'Name': 'FunctionName', + 'Value': f'{stack_name}-AnalyticsProcessingLambdaName'}], + start_time) + logger.info('AnalyticsProcessingLambda metrics are sent to CloudWatch.') + + aws_metrics_utils.verify_cloud_watch_delivery( + 'AWS/Lambda', + 'Invocations', + [{'Name': 'FunctionName', + 'Value': f'{stack_name}-EventsProcessingLambda'}], + start_time) + logger.info('EventsProcessingLambda metrics are sent to CloudWatch.') + + +def start_kinesis_analytics_application(aws_metrics_utils: pytest.fixture, stack_name: str) -> None: + """ + Start the Kinesis analytics application for real-time analytics. + aws_metrics_utils: aws_metrics_utils fixture. + stack_name: name of the CloudFormation stack. + """ + analytics_application_name = f'{stack_name}-AnalyticsApplication' + aws_metrics_utils.start_kinesis_data_analytics_application(analytics_application_name) @pytest.mark.SUITE_periodic @pytest.mark.usefixtures('automatic_process_killer') @pytest.mark.parametrize('project', ['AutomatedTesting']) @pytest.mark.parametrize('level', ['AWS/Metrics']) @pytest.mark.parametrize('feature_name', [AWS_METRICS_FEATURE_NAME]) +@pytest.mark.usefixtures('resource_mappings') @pytest.mark.parametrize('resource_mappings_filename', ['default_aws_resource_mappings.json']) +@pytest.mark.usefixtures('aws_credentials') @pytest.mark.parametrize('profile_name', ['AWSAutomationTest']) @pytest.mark.parametrize('region_name', ['us-west-2']) @pytest.mark.parametrize('assume_role_arn', ['arn:aws:iam::645075835648:role/o3de-automation-tests']) +@pytest.mark.usefixtures('cdk') @pytest.mark.parametrize('session_name', ['o3de-Automation-session']) +@pytest.mark.parametrize('deployment_params', [CONTEXT_VARIABLE]) class TestAWSMetricsWindows(object): - def test_realtime_analytics_metrics_sent_to_cloudwatch(self, - level: str, - launcher: ly_test_tools.launchers.Launcher, - asset_processor: pytest.fixture, - workspace: pytest.fixture, - aws_utils: pytest.fixture, - aws_credentials: aws_credentials, - resource_mappings: pytest.fixture, - cdk: pytest.fixture, - aws_metrics_utils: aws_metrics_utils, - ): - """ - Tests that the submitted metrics are sent to CloudWatch for real-time analytics. - """ - log_monitor, metrics_file_path, stack_name = setup(launcher, cdk, asset_processor, resource_mappings) + """ + Test class to verify the real-time and batch analytics for metrics. + """ - # Start the Kinesis Data Analytics application for real-time analytics. - analytics_application_name = f'{stack_name}-AnalyticsApplication' - aws_metrics_utils.start_kinesis_data_analytics_application(analytics_application_name) + @pytest.mark.parametrize('destroy_stacks_on_teardown', [False]) + def test_realtime_and_batch_analytics(self, + level: str, + launcher: pytest.fixture, + asset_processor: pytest.fixture, + workspace: pytest.fixture, + aws_utils: pytest.fixture, + cdk: pytest.fixture, + aws_metrics_utils: pytest.fixture): + """ + Verify that the metrics events are sent to CloudWatch and S3 for analytics. + """ + # Start Kinesis analytics application on a separate thread to avoid blocking the test. + kinesis_analytics_application_thread = AWSMetricsThread(target=start_kinesis_analytics_application, + args=(aws_metrics_utils, cdk.stacks[0])) + kinesis_analytics_application_thread.start() + log_monitor = setup(launcher, asset_processor) + # Kinesis analytics application needs to be in the running state before we start the game launcher. + kinesis_analytics_application_thread.join() launcher.args = ['+LoadLevel', level] launcher.args.extend(['-rhi=null']) - + start_time = datetime.utcnow() with launcher.start(launch_ap=False): - start_time = datetime.utcnow() monitor_metrics_submission(log_monitor) - # Verify that operational health metrics are delivered to CloudWatch. - aws_metrics_utils.verify_cloud_watch_delivery( - 'AWS/Lambda', - 'Invocations', - [{'Name': 'FunctionName', - 'Value': f'{stack_name}-AnalyticsProcessingLambdaName'}], - start_time) - logger.info('Operational health metrics sent to CloudWatch.') + # Verify that real-time analytics metrics are delivered to CloudWatch. aws_metrics_utils.verify_cloud_watch_delivery( AWS_METRICS_FEATURE_NAME, 'TotalLogins', [], start_time) - logger.info('Real-time metrics sent to CloudWatch.') + logger.info('Real-time metrics are sent to CloudWatch.') - # Stop the Kinesis Data Analytics application. - aws_metrics_utils.stop_kinesis_data_analytics_application(analytics_application_name) + # Run time-consuming verifications on separate threads to avoid blocking the test. + verification_threads = list() + verification_threads.append( + AWSMetricsThread(target=query_metrics_from_s3, args=(aws_metrics_utils, cdk.stacks[0]))) + verification_threads.append( + AWSMetricsThread(target=verify_operational_metrics, args=(aws_metrics_utils, cdk.stacks[0], start_time))) + for thread in verification_threads: + thread.start() + for thread in verification_threads: + thread.join() + @pytest.mark.parametrize('destroy_stacks_on_teardown', [True]) def test_unauthorized_user_request_rejected(self, level: str, - launcher: ly_test_tools.launchers.Launcher, - cdk: pytest.fixture, - aws_credentials: aws_credentials, + launcher: pytest.fixture, asset_processor: pytest.fixture, - resource_mappings: pytest.fixture, workspace: pytest.fixture): """ - Tests that unauthorized users cannot send metrics events to the AWS backed backend. + Verify that unauthorized users cannot send metrics events to the AWS backed backend. """ - log_monitor, metrics_file_path, stack_name = setup(launcher, cdk, asset_processor, resource_mappings) + log_monitor = setup(launcher, asset_processor) + # Set invalid AWS credentials. launcher.args = ['+LoadLevel', level, '+cl_awsAccessKey', 'AKIAIOSFODNN7EXAMPLE', '+cl_awsSecretKey', 'wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'] @@ -182,51 +211,3 @@ class TestAWSMetricsWindows(object): halt_on_unexpected=True) assert result, 'Metrics events are sent successfully by unauthorized user' logger.info('Unauthorized user is rejected to send metrics.') - - def test_batch_analytics_metrics_delivered_to_s3(self, - level: str, - launcher: ly_test_tools.launchers.Launcher, - cdk: pytest.fixture, - aws_credentials: aws_credentials, - asset_processor: pytest.fixture, - resource_mappings: pytest.fixture, - aws_utils: pytest.fixture, - aws_metrics_utils: aws_metrics_utils, - workspace: pytest.fixture): - """ - Tests that the submitted metrics are sent to the data lake for batch analytics. - """ - log_monitor, metrics_file_path, stack_name = setup(launcher, cdk, asset_processor, resource_mappings, - context_variable='batch_processing=true') - - analytics_bucket_name = aws_metrics_utils.get_analytics_bucket_name(stack_name) - - launcher.args = ['+LoadLevel', level] - launcher.args.extend(['-rhi=null']) - - with launcher.start(launch_ap=False): - start_time = datetime.utcnow() - monitor_metrics_submission(log_monitor) - # Verify that operational health metrics are delivered to CloudWatch. - aws_metrics_utils.verify_cloud_watch_delivery( - 'AWS/Lambda', - 'Invocations', - [{'Name': 'FunctionName', - 'Value': f'{stack_name}-EventsProcessingLambda'}], - start_time) - logger.info('Operational health metrics sent to CloudWatch.') - - aws_metrics_utils.verify_s3_delivery(analytics_bucket_name) - logger.info('Metrics sent to S3.') - - # Run the glue crawler to populate the AWS Glue Data Catalog with tables. - aws_metrics_utils.run_glue_crawler(f'{stack_name}-EventsCrawler') - # Run named queries on the table to verify the batch analytics. - aws_metrics_utils.run_named_queries(f'{stack_name}-AthenaWorkGroup') - logger.info('Query metrics from S3 successfully.') - - # Kinesis Data Firehose buffers incoming data before it delivers it to Amazon S3. Sleep for the - # default interval (60s) to make sure that all the metrics are sent to the bucket before cleanup. - time.sleep(60) - # Empty the S3 bucket. S3 buckets can only be deleted successfully when it doesn't contain any object. - aws_metrics_utils.empty_s3_bucket(analytics_bucket_name) diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_custom_thread.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_custom_thread.py new file mode 100644 index 0000000000..1bba9c3e39 --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_custom_thread.py @@ -0,0 +1,29 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +from threading import Thread + + +class AWSMetricsThread(Thread): + """ + Custom thread for raising assertion errors on the main thread. + """ + def __init__(self, **kwargs): + super().__init__(**kwargs) + self._error = None + + def run(self) -> None: + try: + super().run() + except AssertionError as e: + self._error = e + + def join(self, **kwargs) -> None: + super().join(**kwargs) + + if self._error: + raise AssertionError(self._error) diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_utils.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_utils.py index 814ec1546a..97cd563651 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_utils.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -12,7 +13,6 @@ import typing from datetime import datetime from botocore.exceptions import WaiterError -from AWS.common.aws_utils import AwsUtils from .aws_metrics_waiters import KinesisAnalyticsApplicationUpdatedWaiter, \ CloudWatchMetricsDeliveredWaiter, DataLakeMetricsDeliveredWaiter, GlueCrawlerReadyWaiter @@ -28,7 +28,7 @@ class AWSMetricsUtils: Provide utils functions for the AWSMetrics gem to interact with the deployed resources. """ - def __init__(self, aws_utils: AwsUtils): + def __init__(self, aws_utils: pytest.fixture): self._aws_util = aws_utils def start_kinesis_data_analytics_application(self, application_name: str) -> None: @@ -198,14 +198,13 @@ class AWSMetricsUtils: assert state == 'SUCCEEDED', f'Failed to run the named query {named_query.get("Name", {})}' - def empty_s3_bucket(self, bucket_name: str) -> None: + def empty_batch_analytics_bucket(self, bucket_name: str) -> None: """ Empty the S3 bucket following: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/migrations3.html :param bucket_name: Name of the S3 bucket. """ - s3 = self._aws_util.resource('s3') bucket = s3.Bucket(bucket_name) diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_waiters.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_waiters.py index c56844bbcd..abfeaec076 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_waiters.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/aws_metrics/aws_metrics_waiters.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/__init__.py index 5482b53e84..bbcbcf1807 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/cdk_utils.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/cdk_utils.py index 532f39df4a..3643c3bb36 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/cdk_utils.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/cdk/cdk_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -71,15 +72,14 @@ class Cdk: f'\nError:{error.stderr}') def setup(self, cdk_path: str, project: str, account_id: str, - workspace: pytest.fixture, session: boto3.session.Session, bootstrap_required: bool): + workspace: pytest.fixture, session: boto3.session.Session): """ :param cdk_path: Path where cdk app.py is stored. :param project: Project name used for cdk project name env variable. :param account_id: AWS account id to use with cdk application. :param workspace: ly_test_tools workspace fixture. - :param workspace: bootstrap_required deploys bootstrap stack. + :param session: Current boto3 session, provides credentials and region. """ - self._cdk_env = os.environ.copy() unique_id = uuid.uuid4().hex[-4:] self._cdk_env['O3DE_AWS_PROJECT_NAME'] = project[:4] + unique_id if len(project) > 4 else project + unique_id @@ -103,8 +103,7 @@ class Cdk: logger.info(f'Installing cdk python dependencies: {output}') - if bootstrap_required: - self.bootstrap() + self.bootstrap() def bootstrap(self) -> None: """ @@ -123,15 +122,19 @@ class Cdk: logger.warning(f'Failed creating Bootstrap stack {BOOTSTRAP_STACK_NAME} not found. ' f'\nError:{clientError["Error"]["Message"]}') - def list(self) -> List[str]: + def list(self, deployment_params: List[str] = None) -> List[str]: """ - lists cdk stack names - :return List of cdk stack names + lists cdk stack names. + :param deployment_params: Deployment parameters like --all can be passed in this way. + :return List of cdk stack names. """ if not self._cdk_path: return [] list_cdk_application_cmd = ['cdk', 'list'] + if deployment_params: + list_cdk_application_cmd.extend(deployment_params) + output = process_utils.check_output( list_cdk_application_cmd, cwd=self._cdk_path, @@ -140,36 +143,36 @@ class Cdk: return output.splitlines() - def synthesize(self) -> None: + def synthesize(self, deployment_params: List[str] = None) -> None: """ - Synthesizes all cdk stacks + Synthesizes all cdk stacks. + :param deployment_params: Deployment parameters like --all can be passed in this way. """ if not self._cdk_path: return - list_cdk_application_cmd = ['cdk', 'synth'] + synth_cdk_application_cmd = ['cdk', 'synth'] + if deployment_params: + synth_cdk_application_cmd.extend(deployment_params) process_utils.check_output( - list_cdk_application_cmd, + synth_cdk_application_cmd, cwd=self._cdk_path, env=self._cdk_env, shell=True) - def deploy(self, context_variable: str = '', additonal_params: List[str] = None) -> List[str]: + def deploy(self, deployment_params: List[str] = None) -> List[str]: """ Deploys all the CDK stacks. - :param context_variable: Context variable for enabling optional features. - :param additonal_params: Additonal parameters like --all can be passed in this way. + :param deployment_params: Deployment parameters like --all can be passed in this way. :return List of deployed stack arns. """ if not self._cdk_path: return [] deploy_cdk_application_cmd = ['cdk', 'deploy', '--require-approval', 'never'] - if additonal_params: - deploy_cdk_application_cmd.extend(additonal_params) - if context_variable: - deploy_cdk_application_cmd.extend(['-c', f'{context_variable}']) + if deployment_params: + deploy_cdk_application_cmd.extend(deployment_params) output = process_utils.check_output( deploy_cdk_application_cmd, @@ -177,21 +180,23 @@ class Cdk: env=self._cdk_env, shell=True) - stacks = [] for line in output.splitlines(): line_sections = line.split('/') assert len(line_sections), 3 - stacks.append(line.split('/')[-2]) + self._stacks.append(line.split('/')[-2]) - return stacks + return self._stacks - def destroy(self) -> None: + def destroy(self, deployment_params: List[str] = None) -> None: """ Destroys the cdk application. + :param deployment_params: Deployment parameters like --all can be passed in this way. """ logger.info(f'CDK Path {self._cdk_path}') - destroy_cdk_application_cmd = ['cdk', 'destroy', '--all', '-f'] + destroy_cdk_application_cmd = ['cdk', 'destroy', '-f'] + if deployment_params: + destroy_cdk_application_cmd.extend(deployment_params) try: process_utils.check_output( @@ -237,3 +242,7 @@ class Cdk: # self._session.client('cloudformation').delete_stack( # StackName=BOOTSTRAP_STACK_NAME # ) + + @property + def stacks(self): + return self._stacks diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/__init__.py index 5482b53e84..bbcbcf1807 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/test_password_signin.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/aws_client_auth_automation_test.py similarity index 62% rename from AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/test_password_signin.py rename to AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/aws_client_auth_automation_test.py index dafcb31751..bdd1eea469 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/test_password_signin.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/aws_client_auth_automation_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -9,10 +10,7 @@ import logging import ly_test_tools.log.log_monitor # fixture imports -from AWS.Windows.resource_mappings.resource_mappings import resource_mappings -from AWS.Windows.cdk.cdk_utils import Cdk -from AWS.common.aws_utils import AwsUtils -from assetpipeline.ap_fixtures.asset_processor_fixture import asset_processor as asset_processor +from assetpipeline.ap_fixtures.asset_processor_fixture import asset_processor AWS_PROJECT_NAME = 'AWS-AutomationTest' AWS_CLIENT_AUTH_FEATURE_NAME = 'AWSClientAuth' @@ -36,11 +34,47 @@ logger = logging.getLogger(__name__) @pytest.mark.parametrize('region_name', ['us-west-2']) @pytest.mark.parametrize('assume_role_arn', ['arn:aws:iam::645075835648:role/o3de-automation-tests']) @pytest.mark.parametrize('session_name', ['o3de-Automation-session']) -class TestAWSClientAuthPasswordSignIn(object): +@pytest.mark.usefixtures('cdk') +@pytest.mark.parametrize('deployment_params', [[]]) +class TestAWSClientAuthWindows(object): """ - Test class to verify AWS Cognito IDP Password sign in and Cognito Identity pool authenticated authorization. + Test class to verify AWS Client Auth gem features on Windows. """ + @pytest.mark.parametrize('level', ['AWS/ClientAuth']) + @pytest.mark.parametrize('destroy_stacks_on_teardown', [False]) + def test_anonymous_credentials(self, + level: str, + launcher: pytest.fixture, + resource_mappings: pytest.fixture, + workspace: pytest.fixture, + asset_processor: pytest.fixture + ): + """ + Test to verify AWS Cognito Identity pool anonymous authorization. + + Setup: Deploys cdk and updates resource mapping file. + Tests: Getting credentials when no credentials are configured + Verification: Log monitor looks for success credentials log. + """ + asset_processor.start() + asset_processor.wait_for_idle() + + file_to_monitor = os.path.join(launcher.workspace.paths.project_log(), GAME_LOG_NAME) + log_monitor = ly_test_tools.log.log_monitor.LogMonitor(launcher=launcher, log_file_path=file_to_monitor) + + launcher.args = ['+LoadLevel', level] + launcher.args.extend(['-rhi=null']) + + with launcher.start(launch_ap=False): + result = log_monitor.monitor_log_for_lines( + expected_lines=['(Script) - Success anonymous credentials'], + unexpected_lines=['(Script) - Fail anonymous credentials'], + halt_on_unexpected=True, + ) + assert result, 'Anonymous credentials fetched successfully.' + + @pytest.mark.parametrize('destroy_stacks_on_teardown', [True]) def test_password_signin_credentials(self, launcher: pytest.fixture, cdk: pytest.fixture, @@ -50,13 +84,12 @@ class TestAWSClientAuthPasswordSignIn(object): aws_utils: pytest.fixture ): """ + Test to verify AWS Cognito IDP Password sign in and Cognito Identity pool authenticated authorization. + Setup: Deploys cdk and updates resource mapping file. Tests: Sign up new test user, admin confirm the user, sign in and get aws credentials. Verification: Log monitor looks for success credentials log. """ - logger.info(f'Cdk stack names:\n{cdk.list()}') - stacks = cdk.deploy() - resource_mappings.populate_output_keys(stacks) asset_processor.start() asset_processor.wait_for_idle() diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/test_anonymous_credentials.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/test_anonymous_credentials.py deleted file mode 100644 index 7ab84328fe..0000000000 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/client_auth/test_anonymous_credentials.py +++ /dev/null @@ -1,76 +0,0 @@ -""" -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - -SPDX-License-Identifier: Apache-2.0 OR MIT -""" -import pytest -import os -import logging -import ly_test_tools.log.log_monitor - -# fixture imports -from AWS.Windows.resource_mappings.resource_mappings import resource_mappings -from AWS.Windows.cdk.cdk_utils import Cdk -from AWS.common.aws_utils import AwsUtils -from assetpipeline.ap_fixtures.asset_processor_fixture import asset_processor as asset_processor - -AWS_PROJECT_NAME = 'AWS-AutomationTest' -AWS_CLIENT_AUTH_FEATURE_NAME = 'AWSClientAuth' -AWS_CLIENT_AUTH_DEFAULT_PROFILE_NAME = 'default' - -GAME_LOG_NAME = 'Game.log' - -logger = logging.getLogger(__name__) - - -@pytest.mark.SUITE_periodic -@pytest.mark.usefixtures('automatic_process_killer') -@pytest.mark.usefixtures('asset_processor') -@pytest.mark.usefixtures('workspace') -@pytest.mark.parametrize('project', ['AutomatedTesting']) -@pytest.mark.parametrize('level', ['AWS/ClientAuth']) -@pytest.mark.usefixtures('cdk') -@pytest.mark.parametrize('feature_name', [AWS_CLIENT_AUTH_FEATURE_NAME]) -@pytest.mark.usefixtures('resource_mappings') -@pytest.mark.parametrize('resource_mappings_filename', ['default_aws_resource_mappings.json']) -@pytest.mark.usefixtures('aws_utils') -@pytest.mark.parametrize('region_name', ['us-west-2']) -@pytest.mark.parametrize('assume_role_arn', ['arn:aws:iam::645075835648:role/o3de-automation-tests']) -@pytest.mark.parametrize('session_name', ['o3de-Automation-session']) -class TestAWSClientAuthAnonymousCredentials(object): - """ - Test class to verify AWS Cognito Identity pool anonymous authorization. - """ - - def test_anonymous_credentials(self, - level: str, - launcher: pytest.fixture, - cdk: pytest.fixture, - resource_mappings: pytest.fixture, - workspace: pytest.fixture, - asset_processor: pytest.fixture - ): - """ - Setup: Deploys cdk and updates resource mapping file. - Tests: Getting AWS credentials for no signed in user. - Verification: Log monitor looks for success credentials log. - """ - logger.info(f'Cdk stack names:\n{cdk.list()}') - stacks = cdk.deploy() - resource_mappings.populate_output_keys(stacks) - asset_processor.start() - asset_processor.wait_for_idle() - - file_to_monitor = os.path.join(launcher.workspace.paths.project_log(), GAME_LOG_NAME) - log_monitor = ly_test_tools.log.log_monitor.LogMonitor(launcher=launcher, log_file_path=file_to_monitor) - - launcher.args = ['+LoadLevel', level] - launcher.args.extend(['-rhi=null']) - - with launcher.start(launch_ap=False): - result = log_monitor.monitor_log_for_lines( - expected_lines=['(Script) - Success anonymous credentials'], - unexpected_lines=['(Script) - Fail anonymous credentials'], - halt_on_unexpected=True, - ) - assert result, 'Anonymous credentials fetched successfully.' diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/core/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/core/__init__.py new file mode 100644 index 0000000000..f5193b300e --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/core/__init__.py @@ -0,0 +1,6 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/core/test_aws_resource_interaction.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/core/test_aws_resource_interaction.py new file mode 100644 index 0000000000..55f06660e8 --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/core/test_aws_resource_interaction.py @@ -0,0 +1,145 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +import os +import logging +import typing +import shutil + +import pytest +import ly_test_tools +import ly_test_tools.log.log_monitor +import ly_test_tools.environment.process_utils as process_utils +import ly_test_tools.o3de.asset_processor_utils as asset_processor_utils + +from botocore.exceptions import ClientError +from assetpipeline.ap_fixtures.asset_processor_fixture import asset_processor + +AWS_CORE_FEATURE_NAME = 'AWSCore' +AWS_RESOURCE_MAPPING_FILE_NAME = 'default_aws_resource_mappings.json' + +process_utils.kill_processes_named("o3de", ignore_extensions=True) # Kill ProjectManager windows + +GAME_LOG_NAME = 'Game.log' + +logger = logging.getLogger(__name__) + + +def setup(launcher: pytest.fixture, asset_processor: pytest.fixture) -> typing.Tuple[pytest.fixture, str]: + """ + Set up the resource mapping configuration and start the log monitor. + :param launcher: Client launcher for running the test level. + :param asset_processor: asset_processor fixture. + :return log monitor object, metrics file path and the metrics stack name. + """ + # Create the temporary directory for downloading test file from S3. + user_dir = os.path.join(launcher.workspace.paths.project(), 'user') + s3_download_dir = os.path.join(user_dir, 's3_download') + if not os.path.exists(s3_download_dir): + os.makedirs(s3_download_dir) + + asset_processor_utils.kill_asset_processor() + asset_processor.start() + asset_processor.wait_for_idle() + + file_to_monitor = os.path.join(launcher.workspace.paths.project_log(), GAME_LOG_NAME) + log_monitor = ly_test_tools.log.log_monitor.LogMonitor(launcher=launcher, log_file_path=file_to_monitor) + + return log_monitor, s3_download_dir + + +def write_test_data_to_dynamodb_table(resource_mappings: pytest.fixture, aws_utils: pytest.fixture) -> None: + """ + Write test data to the DynamoDB table created by the CDK application. + :param resource_mappings: resource_mappings fixture. + :param aws_utils: aws_utils fixture. + """ + table_name = resource_mappings.get_resource_name_id("AWSCore.ExampleDynamoTableOutput") + try: + aws_utils.client('dynamodb').put_item( + TableName=table_name, + Item={ + 'id': { + 'S': 'Item1' + } + } + ) + logger.info(f'Loaded data into table {table_name}') + except ClientError: + logger.exception(f'Failed to load data into table {table_name}') + raise + + +@pytest.mark.SUITE_periodic +@pytest.mark.usefixtures('automatic_process_killer') +@pytest.mark.usefixtures('asset_processor') +@pytest.mark.usefixtures('cdk') +@pytest.mark.parametrize('feature_name', [AWS_CORE_FEATURE_NAME]) +@pytest.mark.parametrize('region_name', ['us-west-2']) +@pytest.mark.parametrize('assume_role_arn', ['arn:aws:iam::645075835648:role/o3de-automation-tests']) +@pytest.mark.parametrize('session_name', ['o3de-Automation-session']) +@pytest.mark.usefixtures('workspace') +@pytest.mark.parametrize('project', ['AutomatedTesting']) +@pytest.mark.parametrize('level', ['AWS/Core']) +@pytest.mark.usefixtures('resource_mappings') +@pytest.mark.parametrize('resource_mappings_filename', [AWS_RESOURCE_MAPPING_FILE_NAME]) +@pytest.mark.usefixtures('aws_credentials') +@pytest.mark.parametrize('profile_name', ['AWSAutomationTest']) +@pytest.mark.usefixtures('cdk') +@pytest.mark.parametrize('deployment_params', [['--all']]) +@pytest.mark.parametrize('destroy_stacks_on_teardown', [True]) +class TestAWSCoreAWSResourceInteraction(object): + """ + Test class to verify the scripting behavior for the AWSCore gem. + """ + + @pytest.mark.parametrize('expected_lines', [ + ['(Script) - [S3] Head object request is done', + '(Script) - [S3] Head object success: Object example.txt is found.', + '(Script) - [S3] Get object success: Object example.txt is downloaded.', + '(Script) - [Lambda] Completed Invoke', + '(Script) - [Lambda] Invoke success: {"statusCode": 200, "body": {}}', + '(Script) - [DynamoDB] Results finished']]) + @pytest.mark.parametrize('unexpected_lines', [ + ['(Script) - [S3] Head object error: No response body.', + '(Script) - [S3] Get object error: Request validation failed, output file directory doesn\'t exist.', + '(Script) - Request validation failed, output file miss full path.', + '(Script) - ']]) + def test_scripting_behavior(self, + level: str, + launcher: pytest.fixture, + workspace: pytest.fixture, + asset_processor: pytest.fixture, + resource_mappings: pytest.fixture, + aws_utils: pytest.fixture, + expected_lines: typing.List[str], + unexpected_lines: typing.List[str]): + """ + Setup: Deploys cdk and updates resource mapping file. + Tests: Interact with AWS S3, DynamoDB and Lambda services. + Verification: Script canvas nodes can communicate with AWS services successfully. + """ + + log_monitor, s3_download_dir = setup(launcher, asset_processor) + write_test_data_to_dynamodb_table(resource_mappings, aws_utils) + + launcher.args = ['+LoadLevel', level] + launcher.args.extend(['-rhi=null']) + + with launcher.start(launch_ap=False): + result = log_monitor.monitor_log_for_lines( + expected_lines=expected_lines, + unexpected_lines=unexpected_lines, + halt_on_unexpected=True + ) + + assert result, "Expected lines weren't found." + + assert os.path.exists(os.path.join(s3_download_dir, 'output.txt')), \ + 'The expected file wasn\'t successfully downloaded.' + # clean up the file directories. + shutil.rmtree(s3_download_dir) diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/__init__.py index 99aac69543..e01850f919 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/resource_mappings.py b/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/resource_mappings.py index 2d67b0abc7..fd679de99d 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/resource_mappings.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/Windows/resource_mappings/resource_mappings.py @@ -1,11 +1,11 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ import os -from os.path import abspath import pytest import json import logging @@ -106,38 +106,3 @@ class ResourceMappings: def get_resource_name_id(self, resource_key: str): return self._resource_mappings[AWS_RESOURCE_MAPPINGS_KEY][resource_key]['Name/ID'] - - -@pytest.fixture(scope='function') -def resource_mappings( - request: pytest.fixture, - project: str, - feature_name: str, - resource_mappings_filename: str, - workspace: pytest.fixture, - aws_utils: pytest.fixture) -> ResourceMappings: - """ - Fixture for setting up resource mappings file. - :param request: _pytest.fixtures.SubRequest class that handles getting - a pytest fixture from a pytest function/fixture. - :param project: Project to find resource mapping file. - :param feature_name: AWS Gem name that is prepended to resource mapping keys. - :param resource_mappings_filename: Name of resource mapping file. - :param workspace: ly_test_tools workspace fixture. - :param aws_utils: AWS utils fixture. - :return: ResourceMappings class object. - """ - - path = f'{workspace.paths.engine_root()}/{project}/Config/{resource_mappings_filename}' - logger.info(f'Resource mapping path : {path}') - logger.info(f'Resource mapping resolved path : {abspath(path)}') - resource_mappings_obj = ResourceMappings(abspath(path), aws_utils.assume_session().region_name, feature_name, - aws_utils.assume_account_id(), workspace, - aws_utils.client('cloudformation')) - - def teardown(): - resource_mappings_obj.clear_output_keys() - - request.addfinalizer(teardown) - - return resource_mappings_obj diff --git a/AutomatedTesting/Gem/PythonTests/AWS/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/__init__.py index 5482b53e84..bbcbcf1807 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/common/__init__.py b/AutomatedTesting/Gem/PythonTests/AWS/common/__init__.py index 5482b53e84..bbcbcf1807 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/common/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/common/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/common/aws_credentials.py b/AutomatedTesting/Gem/PythonTests/AWS/common/aws_credentials.py index 61523599a8..c6401f2828 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/common/aws_credentials.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/common/aws_credentials.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -107,24 +108,3 @@ class AwsCredentials: else: self._credentials[self._profile_name][attribute_name] = attribute_value - -@pytest.fixture(scope='function') -def aws_credentials(request: pytest.fixture, aws_utils: pytest.fixture, profile_name: str): - """ - Fixture for setting up temporary AWS credentials from assume role. - - :param request: _pytest.fixtures.SubRequest class that handles getting - a pytest fixture from a pytest function/fixture. - :param aws_utils: aws_utils fixture. - :param profile_name: Named AWS profile to store temporary credentials. - """ - aws_credentials_obj = AwsCredentials(profile_name) - original_access_key, original_secret_access_key, original_token = aws_credentials_obj.get_aws_credentials() - aws_credentials_obj.set_aws_credentials_by_session(aws_utils.assume_session()) - - def teardown(): - # Reset to the named profile using the original AWS credentials - aws_credentials_obj.set_aws_credentials(original_access_key, original_secret_access_key, original_token) - request.addfinalizer(teardown) - - return aws_credentials_obj diff --git a/AutomatedTesting/Gem/PythonTests/AWS/common/aws_utils.py b/AutomatedTesting/Gem/PythonTests/AWS/common/aws_utils.py index ca0d14c67c..92f3762e71 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/common/aws_utils.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/common/aws_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/common/custom_waiter.py b/AutomatedTesting/Gem/PythonTests/AWS/common/custom_waiter.py index 6a41b53dfd..da150ad9b1 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/common/custom_waiter.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/common/custom_waiter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/AWS/conftest.py b/AutomatedTesting/Gem/PythonTests/AWS/conftest.py index 15217d4620..6ad495ab66 100644 --- a/AutomatedTesting/Gem/PythonTests/AWS/conftest.py +++ b/AutomatedTesting/Gem/PythonTests/AWS/conftest.py @@ -1,12 +1,18 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ -import pytest import logging +from os.path import abspath +import pytest +import typing + from AWS.common.aws_utils import AwsUtils +from AWS.common.aws_credentials import AwsCredentials from AWS.Windows.cdk.cdk_utils import Cdk +from AWS.Windows.resource_mappings.resource_mappings import ResourceMappings logger = logging.getLogger(__name__) @@ -40,6 +46,41 @@ def aws_utils( pytest.cdk_obj = None +@pytest.fixture(scope='function') +def resource_mappings( + request: pytest.fixture, + project: str, + feature_name: str, + resource_mappings_filename: str, + workspace: pytest.fixture, + aws_utils: pytest.fixture) -> ResourceMappings: + """ + Fixture for setting up resource mappings file. + :param request: _pytest.fixtures.SubRequest class that handles getting + a pytest fixture from a pytest function/fixture. + :param project: Project to find resource mapping file. + :param feature_name: AWS Gem name that is prepended to resource mapping keys. + :param resource_mappings_filename: Name of resource mapping file. + :param workspace: ly_test_tools workspace fixture. + :param aws_utils: AWS utils fixture. + :return: ResourceMappings class object. + """ + + path = f'{workspace.paths.engine_root()}/{project}/Config/{resource_mappings_filename}' + logger.info(f'Resource mapping path : {path}') + logger.info(f'Resource mapping resolved path : {abspath(path)}') + resource_mappings_obj = ResourceMappings(abspath(path), aws_utils.assume_session().region_name, feature_name, + aws_utils.assume_account_id(), workspace, + aws_utils.client('cloudformation')) + + def teardown(): + resource_mappings_obj.clear_output_keys() + + request.addfinalizer(teardown) + + return resource_mappings_obj + + @pytest.fixture(scope='function') def cdk( request: pytest.fixture, @@ -47,8 +88,9 @@ def cdk( feature_name: str, workspace: pytest.fixture, aws_utils: pytest.fixture, - bootstrap_required: bool = True, - destroy_stacks_on_teardown: bool = True) -> Cdk: + resource_mappings: pytest.fixture, + deployment_params: typing.List[str], + destroy_stacks_on_teardown: bool) -> Cdk: """ Fixture for setting up a Cdk :param request: _pytest.fixtures.SubRequest class that handles getting @@ -57,8 +99,8 @@ def cdk( :param feature_name: Feature gem name to expect cdk folder in. :param workspace: ly_test_tools workspace fixture. :param aws_utils: aws_utils fixture. - :param bootstrap_required: Whether the bootstrap stack needs to be created to - provision resources the AWS CDK needs to perform the deployment. + :param resource_mappings: resource_mappings fixture. + :param deployment_params: Parameters for the CDK application deployment. :param destroy_stacks_on_teardown: option to control calling destroy ot the end of test. :return Cdk class object. """ @@ -68,16 +110,44 @@ def cdk( if pytest.cdk_obj is None: pytest.cdk_obj = Cdk() + pytest.cdk_obj.setup(cdk_path, project, aws_utils.assume_account_id(), workspace, aws_utils.assume_session()) + + stacks = pytest.cdk_obj.deploy(deployment_params=deployment_params) + + logger.info(f'Cdk stack names:\n{stacks}') + resource_mappings.populate_output_keys(stacks) - pytest.cdk_obj.setup(cdk_path, project, aws_utils.assume_account_id(), workspace, aws_utils.assume_session(), - bootstrap_required) def teardown(): if destroy_stacks_on_teardown: - pytest.cdk_obj.destroy() + pytest.cdk_obj.destroy(deployment_params=deployment_params) # Enable after https://github.com/aws/aws-cdk/issues/986 is fixed. # Until then clean the bootstrap bucket manually. - # cdk_obj.remove_bootstrap_stack() + # pytest.cdk_obj.remove_bootstrap_stack() + + pytest.cdk_obj = None request.addfinalizer(teardown) return pytest.cdk_obj + + +@pytest.fixture(scope='function') +def aws_credentials(request: pytest.fixture, aws_utils: pytest.fixture, profile_name: str): + """ + Fixture for setting up temporary AWS credentials from assume role. + + :param request: _pytest.fixtures.SubRequest class that handles getting + a pytest fixture from a pytest function/fixture. + :param aws_utils: aws_utils fixture. + :param profile_name: Named AWS profile to store temporary credentials. + """ + aws_credentials_obj = AwsCredentials(profile_name) + original_access_key, original_secret_access_key, original_token = aws_credentials_obj.get_aws_credentials() + aws_credentials_obj.set_aws_credentials_by_session(aws_utils.assume_session()) + + def teardown(): + # Reset to the named profile using the original AWS credentials + aws_credentials_obj.set_aws_credentials(original_access_key, original_secret_access_key, original_token) + request.addfinalizer(teardown) + + return aws_credentials_obj diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCapsuleDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCapsuleDamage.py index 55dec5e13d..96087569b3 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCapsuleDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCapsuleDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCollision.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCollision.py index b9e78330d6..af6bc62f71 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCollision.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterCollision.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterDamage.py index 0f670fc779..109dbf13f3 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterImpactSpreadDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterImpactSpreadDamage.py index b18ac07dcb..e98c7108ba 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterImpactSpreadDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterImpactSpreadDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterRadialDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterRadialDamage.py index cc8f2185b6..9f5f37752c 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterRadialDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterRadialDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterShearDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterShearDamage.py index c31c26d928..16abcbceea 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterShearDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterShearDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterStressDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterStressDamage.py index af82c5c3b8..a66efc5159 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterStressDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterStressDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterTriangleDamage.py b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterTriangleDamage.py index 8fba903e5e..0dcd6d5354 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterTriangleDamage.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ActorSplitsAfterTriangleDamage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/BlastUtils.py b/AutomatedTesting/Gem/PythonTests/Blast/BlastUtils.py index 95ba71ebb4..cdb3cad036 100644 --- a/AutomatedTesting/Gem/PythonTests/Blast/BlastUtils.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/BlastUtils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/Blast/CMakeLists.txt index 14dc029c7b..7048a6bd46 100644 --- a/AutomatedTesting/Gem/PythonTests/Blast/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/Blast/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/Blast/ImportPathHelper.py b/AutomatedTesting/Gem/PythonTests/Blast/ImportPathHelper.py index fd068c3db2..0e395664ad 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/ImportPathHelper.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/ImportPathHelper.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Blast/TestSuite_Active.py b/AutomatedTesting/Gem/PythonTests/Blast/TestSuite_Active.py index d8b769e53f..111f6d62e6 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/TestSuite_Active.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/TestSuite_Active.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/Blast/__init__.py b/AutomatedTesting/Gem/PythonTests/Blast/__init__.py index e200fa77d0..f5193b300e 100755 --- a/AutomatedTesting/Gem/PythonTests/Blast/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/Blast/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt index df21877cd4..a54229f6ba 100644 --- a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/CMakeLists.txt index 638a54fa5d..2cc456d2ae 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test.py index a55905f65b..39955b0189 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test_case.py index 598cb41342..d661615d02 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentAssetCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test.py index d73946449c..086de87c08 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case.py index 1a3c62ae98..8723d97fc9 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case_BuildComponentTypeNameList.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case_BuildComponentTypeNameList.py index 7057606b7a..6f68066e86 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case_BuildComponentTypeNameList.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentCommands_test_case_BuildComponentTypeNameList.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test.py index f9b91e60b1..7e0e6fd135 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case.py index 0fed80420c..face62cf6b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_set_none.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_set_none.py index e8def81b02..9a58cac83b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_set_none.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_set_none.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_visibility.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_visibility.py index baf888aea1..4ba0f20229 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_visibility.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_case_visibility.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_containers.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_containers.py index f76e23dc46..8d92bbf5e2 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_containers.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_containers.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_enum.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_enum.py index caceecce69..7f06a9e908 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_enum.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentPropertyCommands_test_enum.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentUpdateListProperty_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentUpdateListProperty_test.py index 1fd8a85259..ed677ea185 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentUpdateListProperty_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ComponentUpdateListProperty_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test.py index befa473149..c5ad3c2917 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test_case.py index fed1e706da..8f797f31ea 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsBus_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test.py index e8cc288ed7..53c158aa98 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test_case.py index 712d37545b..8888f3e450 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/DisplaySettingsCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test.py index e2a2327057..1d3ca11618 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test_case.py index 933950a7be..bd8791fad6 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorCommandLine_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/ComponentUpdateListProperty_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/ComponentUpdateListProperty_test_case.py index bbf15e3ae4..5b7f2f42c1 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/ComponentUpdateListProperty_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/ComponentUpdateListProperty_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/__init__.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/__init__.py index 99aac69543..e01850f919 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorScripts/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_legacy_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_legacy_test_case.py index cb9c57f8ee..26eb29037b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_legacy_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_legacy_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test.py index d4b3f93f59..c04bdc63a7 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test_case.py index d6b72f6948..8428e03ee8 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorUtilityCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test.py index 6f1ce58d14..5c8d2a35b5 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test_case.py index b80524cd55..475220622e 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EditorViewCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test.py index 23ee8cc74e..bd974f66ac 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test_case.py index 319113d3df..7d72d8893e 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCRUDCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test.py index c213bcb8bd..9f3db035b4 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test_case.py index c2ed344888..8aa34a5723 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntityCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test.py index 8689dd5685..ba64374c63 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test_case.py index 8898916579..7d19470c44 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySearchCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test.py index 504cdd45dc..d42ae331d3 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test_case.py index 5307216409..493ea67d70 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/EntitySelectionCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test.py index f5cd8b4903..074bd6ffc4 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test_case.py index 1aa83cbe82..c4236c7c18 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/GameModeCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test.py index c16aed368c..35c9ca8fb4 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test_case.py index b283c1b1b0..457d5c9d99 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test.py index 9a4a769def..6a8b9b75a1 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test_case.py index 65cca678ec..18470c4ab6 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelComponentCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test.py index fbe81a7222..fa41a3daff 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test_case.py index 86149187a9..0b7b87c144 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/LevelPathsCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test.py index 7a243f85c1..3dbc368361 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test_case.py index dc96a4b55f..947ed50dc8 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/MainWindowCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test.py index b72e2f8461..b7acfe7e05 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test_case.py index fee4f1f154..9a308ab9c1 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectManagerCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test.py index 5d4c94d166..a675395575 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test.py @@ -1,6 +1,7 @@ '' """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test_case.py index b3d3ad142b..62b2b6235b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ObjectStringRepresentation_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test.py index e3e0c7e0db..907fbb8d6b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test.py @@ -1,6 +1,7 @@ '' """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test_case.py index d50bd872b8..8ec9dd1fb3 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/PySide_Example_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test.py index 4e7a8d7953..9bb14a4281 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test_case.py index d5d793b53b..90bb73a00f 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/TrackViewCommands_test_case.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test.py index 80826bac33..350cdb5dae 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test_case.py index b277074647..562e3c733c 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewPaneCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test.py index 45ca1197b2..1ee3907a1b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test_case.py index 8dba9a1c16..1eb0f45a7c 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/ViewportTitleDlgCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test.py index 929db4cbcb..fb4af17f20 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test_case.py index 63cdabb9c9..4f6d440b33 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/WaitCommands_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/__init__.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/hydra_utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/hydra_utils.py index 8d91534c59..deb331eba9 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/hydra_utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/hydra_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test.py index 51724ea509..d59a83555b 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test_case.py b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test_case.py index bd5265470c..c5e7f37893 100755 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonBindings/layerEntity_test_case.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt index b8933bab6b..0405dacbf4 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/README.txt @@ -1,4 +1,5 @@ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/__init__.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/__init__.py index e200fa77d0..f5193b300e 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/__init__.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/__init__.py index 99aac69543..e01850f919 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_entity_utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_entity_utils.py index b452ad163d..0b4cf47961 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_entity_utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_entity_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_test_helper.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_test_helper.py index b6d05a11cc..69b0ca4ecb 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_test_helper.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/editor_test_helper.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_editor_utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_editor_utils.py index 2ce73a7dae..cec1b6456b 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_editor_utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_editor_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_test_utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_test_utils.py index 2583109573..3004b9ec7d 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_test_utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/hydra_test_utils.py @@ -1,18 +1,19 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ import logging import os -import tempfile +import psutil import ly_test_tools.log.log_monitor import ly_test_tools.environment.process_utils as process_utils import ly_test_tools.environment.waiter as waiter -from ly_remote_console.remote_console_commands import RemoteConsole as RemoteConsole from ly_remote_console.remote_console_commands import send_command_and_expect_response as send_command_and_expect_response + logger = logging.getLogger(__name__) @@ -95,7 +96,7 @@ def launch_and_validate_results_launcher(launcher, level, remote_console_instanc return port_listening if null_renderer: - launcher.args.extend(["-NullRenderer"]) + launcher.args.extend(["-rhi=Null"]) # Start the Launcher with launcher.start(): @@ -110,8 +111,8 @@ def launch_and_validate_results_launcher(launcher, level, remote_console_instanc # Load the specified level in the launcher send_command_and_expect_response(remote_console_instance, - f"map {level}", - "LEVEL_LOAD_COMPLETE", timeout=30) + f"LoadLevel {level}", + "LEVEL_LOAD_END", timeout=30) # Monitor the console for expected lines for line in expected_lines: diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_component_utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_component_utils.py index f017872c58..50007374d2 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_component_utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_component_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_utils.py index 8f57532a60..8efb58fc2e 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/pyside_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py index 35f07f99af..cc217f81da 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/editor_python_test_tools/utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -10,14 +11,16 @@ import math import azlmbr import azlmbr.legacy.general as general import azlmbr.debug +import json import traceback +from typing import Callable, Tuple + class FailFast(Exception): """ Raise to stop proceeding through test steps. """ - pass @@ -29,8 +32,8 @@ class TestHelper: # general.idle_wait_frames(1) @staticmethod - def open_level(directory, level): - # type: (str, ) -> None + def open_level(directory : str, level : str): + # type: (str, str) -> None """ :param level: the name of the level folder in AutomatedTesting\\Physics\\ @@ -50,7 +53,7 @@ class TestHelper: general.idle_wait_frames(200) @staticmethod - def enter_game_mode(msgtuple_success_fail): + def enter_game_mode(msgtuple_success_fail : Tuple[str, str]): # type: (tuple) -> None """ :param msgtuple_success_fail: The tuple with the expected/unexpected messages for entering game mode. @@ -64,7 +67,7 @@ class TestHelper: Report.critical_result(msgtuple_success_fail, general.is_in_game_mode()) @staticmethod - def exit_game_mode(msgtuple_success_fail): + def exit_game_mode(msgtuple_success_fail : Tuple[str, str]): # type: (tuple) -> None """ :param msgtuple_success_fail: The tuple with the expected/unexpected messages for exiting game mode. @@ -146,84 +149,130 @@ class Timeout: def timed_out(self): return time.time() > self.die_after - class Report: _results = [] _exception = None @staticmethod - def start_test(test_function): + def start_test(test_function : Callable): + """ + Runs the test, outputs the report and asserts in case of failure. + @param: The test function to execute + """ + Report._results = [] + Report._exception = None + general.test_output(f"Starting test {test_function.__name__}...\n") try: test_function() except Exception as ex: Report._exception = traceback.format_exc() - Report.report_results(test_function) + + success, report_str = Report.get_report(test_function) + # Print on the o3de console, for debugging purpuses + print(report_str) + # Print the report on the piped stdout of the application + general.test_output(report_str) + assert success, f"Test {test_function.__name__} failed" @staticmethod - def report_results(test_function): - success = True - report = f"Report for {test_function.__name__}:\n" + def get_report(test_function : Callable) -> (bool, str): + """ + Outputs infomation on the editor console for the test + @param msg: message to output + @return: (success, report_information) tuple + """ + success = True + report = f"Test {test_function.__name__} finished.\nReport:\n" + # report_dict is a JSON that can be used to parse test run information from a external runner + # The regular report string is intended to be used for manual debugging + filename = os.path.splitext(os.path.basename(test_function.__code__.co_filename))[0] + report_dict = {'name' : filename, 'success' : True, 'exception' : None} for result in Report._results: passed, info = result success = success and passed + test_result_info = "" if passed: - report += f"[SUCCESS] {info}\n" + test_result_info = f"[SUCCESS] {info}" else: - report += f"[FAILED ] {info}\n" + test_result_info = f"[FAILED ] {info}" + report += f"{test_result_info}\n" if Report._exception: - report += "EXCEPTION raised:\n %s\n" % Report._exception[:-1].replace("\n", "\n ") + exception_str = Report._exception[:-1].replace("\n", "\n ") + report += "EXCEPTION raised:\n %s\n" % exception_str + report_dict['exception'] = exception_str success = False - report += "Test result: " - report += "SUCCESS" if success else "FAILURE" - print(report) - general.report_test_result(success, report) + report += "Test result: " + ("SUCCESS" if success else "FAILURE") + report_dict['success'] = success + report_dict['output'] = report + report_json_str = json.dumps(report_dict) + # For helping parsing, the json will be always contained between JSON_START JSON_END + report += f"\nJSON_START({report_json_str})JSON_END\n" + return success, report @staticmethod - def info(msg): + def info(msg : str): + """ + Outputs infomation on the editor console for the test + @param msg: message to output + """ print("Info: {}".format(msg)) @staticmethod - def success(msgtuple_success_fail): + def success(msgtuple_success_fail : Tuple[str, str]): + """ + Given a test string tuple (success_string, failure_string), registers the test result as success + @param msgtuple_success_fail: Two element tuple of success and failure strings + """ outcome = "Success: {}".format(msgtuple_success_fail[0]) print(outcome) Report._results.append((True, outcome)) @staticmethod - def failure(msgtuple_success_fail): + def failure(msgtuple_success_fail : Tuple[str, str]): + """ + Given a test string tuple (success_string, failure_string), registers the test result as failed + @param msgtuple_success_fail: Two element tuple of success and failure strings + """ outcome = "Failure: {}".format(msgtuple_success_fail[1]) print(outcome) Report._results.append((False, outcome)) @staticmethod - def result(msgtuple_success_fail, condition): - if not isinstance(condition, bool): - raise TypeError("condition argument must be a bool") + def result(msgtuple_success_fail : Tuple[str, str], outcome : bool): + """ + Given a test string tuple (success_string, failure_string), registers the test result based on the + given outcome + @param msgtuple_success_fail: Two element tuple of success and failure strings + @param outcome: True or False if the result has been a sucess or failure + """ + if not isinstance(outcome, bool): + raise TypeError("outcome argument must be a bool") - if condition: + if outcome: Report.success(msgtuple_success_fail) else: Report.failure(msgtuple_success_fail) - return condition + return outcome @staticmethod - def critical_result(msgtuple_success_fail, condition, fast_fail_message=None): + def critical_result(msgtuple_success_fail : Tuple[str, str], outcome : bool, fast_fail_message : str = None): # type: (tuple, bool, str) -> None """ - if condition is False we will fail fast + if outcome is False we will fail fast - :param msgtuple_success_fail: messages to print based on the condition - :param condition: success (True) or failure (False) + :param msgtuple_success_fail: messages to print based on the outcome + :param outcome: success (True) or failure (False) :param fast_fail_message: [optional] message to include on fast fail """ - if not isinstance(condition, bool): - raise TypeError("condition argument must be a bool") + if not isinstance(outcome, bool): + raise TypeError("outcome argument must be a bool") - if not Report.result(msgtuple_success_fail, condition): + if not Report.result(msgtuple_success_fail, outcome): TestHelper.fail_fast(fast_fail_message) # DEPRECATED: Use vector3_str() @staticmethod - def info_vector3(vector3, label="", magnitude=None): + def info_vector3(vector3 : azlmbr.math.Vector3, label : str ="", magnitude : float =None): # type: (azlmbr.math.Vector3, str, float) -> None """ prints the vector to the Report.info log. If applied, label will print first, @@ -389,4 +438,4 @@ def vector3_str(vector3): return "(x: {:.2f}, y: {:.2f}, z: {:.2f})".format(vector3.x, vector3.y, vector3.z) def aabb_str(aabb): - return "[Min: %s, Max: %s]" % (vector3_str(aabb.min), vector3_str(aabb.max)) \ No newline at end of file + return "[Min: %s, Max: %s]" % (vector3_str(aabb.min), vector3_str(aabb.max)) diff --git a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py index 1100efcdc6..f161b42303 100644 --- a/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py +++ b/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools/setup.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/NvCloth/C18977329_NvCloth_AddClothSimulationToMesh.py b/AutomatedTesting/Gem/PythonTests/NvCloth/C18977329_NvCloth_AddClothSimulationToMesh.py index 85abb9eff5..6009c2aca7 100755 --- a/AutomatedTesting/Gem/PythonTests/NvCloth/C18977329_NvCloth_AddClothSimulationToMesh.py +++ b/AutomatedTesting/Gem/PythonTests/NvCloth/C18977329_NvCloth_AddClothSimulationToMesh.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/NvCloth/C18977330_NvCloth_AddClothSimulationToActor.py b/AutomatedTesting/Gem/PythonTests/NvCloth/C18977330_NvCloth_AddClothSimulationToActor.py index fac5a6264c..2eaed04f41 100755 --- a/AutomatedTesting/Gem/PythonTests/NvCloth/C18977330_NvCloth_AddClothSimulationToActor.py +++ b/AutomatedTesting/Gem/PythonTests/NvCloth/C18977330_NvCloth_AddClothSimulationToActor.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/NvCloth/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/NvCloth/CMakeLists.txt index 5b26424097..a39cdf04cf 100644 --- a/AutomatedTesting/Gem/PythonTests/NvCloth/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/NvCloth/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -9,6 +10,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS) ly_add_pytest( NAME AutomatedTesting::NvClothTests_Main TEST_SUITE main + TEST_REQUIRES gpu TEST_SERIAL PATH ${CMAKE_CURRENT_LIST_DIR}/TestSuite_Active.py TIMEOUT 1500 diff --git a/AutomatedTesting/Gem/PythonTests/NvCloth/ImportPathHelper.py b/AutomatedTesting/Gem/PythonTests/NvCloth/ImportPathHelper.py index fd068c3db2..0e395664ad 100755 --- a/AutomatedTesting/Gem/PythonTests/NvCloth/ImportPathHelper.py +++ b/AutomatedTesting/Gem/PythonTests/NvCloth/ImportPathHelper.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/NvCloth/TestSuite_Active.py b/AutomatedTesting/Gem/PythonTests/NvCloth/TestSuite_Active.py index ce3f04b8f1..9302054d33 100755 --- a/AutomatedTesting/Gem/PythonTests/NvCloth/TestSuite_Active.py +++ b/AutomatedTesting/Gem/PythonTests/NvCloth/TestSuite_Active.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -20,10 +21,13 @@ from base import TestAutomationBase @pytest.mark.parametrize("project", ["AutomatedTesting"]) class TestAutomation(TestAutomationBase): + use_null_renderer = False # Use default renderer (needs gpu) + extra_cmdline_args = [] + def test_C18977329_NvCloth_AddClothSimulationToMesh(self, request, workspace, editor, launcher_platform): from . import C18977329_NvCloth_AddClothSimulationToMesh as test_module - self._run_test(request, workspace, editor, test_module) + self._run_test(request, workspace, editor, test_module, self.extra_cmdline_args, self.use_null_renderer) def test_C18977330_NvCloth_AddClothSimulationToActor(self, request, workspace, editor, launcher_platform): from . import C18977330_NvCloth_AddClothSimulationToActor as test_module - self._run_test(request, workspace, editor, test_module) + self._run_test(request, workspace, editor, test_module, self.extra_cmdline_args, self.use_null_renderer) diff --git a/AutomatedTesting/Gem/PythonTests/NvCloth/__init__.py b/AutomatedTesting/Gem/PythonTests/NvCloth/__init__.py index e200fa77d0..f5193b300e 100755 --- a/AutomatedTesting/Gem/PythonTests/NvCloth/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/NvCloth/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/Platform/Android/PAL_traits_android.cmake b/AutomatedTesting/Gem/PythonTests/Platform/Android/PAL_traits_android.cmake index 12a69f2243..ac340e5875 100644 --- a/AutomatedTesting/Gem/PythonTests/Platform/Android/PAL_traits_android.cmake +++ b/AutomatedTesting/Gem/PythonTests/Platform/Android/PAL_traits_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/Platform/Linux/PAL_traits_linux.cmake b/AutomatedTesting/Gem/PythonTests/Platform/Linux/PAL_traits_linux.cmake index 12a69f2243..ac340e5875 100644 --- a/AutomatedTesting/Gem/PythonTests/Platform/Linux/PAL_traits_linux.cmake +++ b/AutomatedTesting/Gem/PythonTests/Platform/Linux/PAL_traits_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/Platform/Mac/PAL_traits_mac.cmake b/AutomatedTesting/Gem/PythonTests/Platform/Mac/PAL_traits_mac.cmake index 12a69f2243..ac340e5875 100644 --- a/AutomatedTesting/Gem/PythonTests/Platform/Mac/PAL_traits_mac.cmake +++ b/AutomatedTesting/Gem/PythonTests/Platform/Mac/PAL_traits_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/Platform/Windows/PAL_traits_windows.cmake b/AutomatedTesting/Gem/PythonTests/Platform/Windows/PAL_traits_windows.cmake index 180fc1d1fd..b7bc5877d6 100644 --- a/AutomatedTesting/Gem/PythonTests/Platform/Windows/PAL_traits_windows.cmake +++ b/AutomatedTesting/Gem/PythonTests/Platform/Windows/PAL_traits_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/Platform/iOS/PAL_traits_ios.cmake b/AutomatedTesting/Gem/PythonTests/Platform/iOS/PAL_traits_ios.cmake index 12a69f2243..ac340e5875 100644 --- a/AutomatedTesting/Gem/PythonTests/Platform/iOS/PAL_traits_ios.cmake +++ b/AutomatedTesting/Gem/PythonTests/Platform/iOS/PAL_traits_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test.py index f5bdb73a41..1fe60e3707 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test.py +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test_case.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test_case.py index 6622c0de68..c1519a6fdb 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test_case.py +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/AssetBuilder_test_case.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/CMakeLists.txt index a36f90d22e..9b6542b3e3 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/__init__.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/__init__.py index 99aac69543..e01850f919 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/bootstrap_tests.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/bootstrap_tests.py index 2d2169b309..9f0412157f 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/bootstrap_tests.py +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/bootstrap_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/export_chunks_builder.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/export_chunks_builder.py index f4c61ab29f..75ea67660f 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/export_chunks_builder.py +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/export_chunks_builder.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py index e46d57b3d7..443a420b61 100644 --- a/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py +++ b/AutomatedTesting/Gem/PythonTests/PythonAssetBuilder/mock_asset_builder.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798177_WhiteBox_AddComponentToEntity.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798177_WhiteBox_AddComponentToEntity.py index da98d20204..bd65555951 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798177_WhiteBox_AddComponentToEntity.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798177_WhiteBox_AddComponentToEntity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798205_WhiteBox_SetInvisible.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798205_WhiteBox_SetInvisible.py index ea1350d9ed..3cbfd4ea08 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798205_WhiteBox_SetInvisible.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/C28798205_WhiteBox_SetInvisible.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/C29279329_WhiteBox_SetDefaultShape.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/C29279329_WhiteBox_SetDefaultShape.py index ab470f2f8f..060a648389 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/C29279329_WhiteBox_SetDefaultShape.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/C29279329_WhiteBox_SetDefaultShape.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/WhiteBox/CMakeLists.txt index a6d5ef0956..b5fcfcc44c 100644 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/FileManagement.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/FileManagement.py index 5bab5983a9..89b7559dd1 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/FileManagement.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/FileManagement.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/ImportPathHelper.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/ImportPathHelper.py index fd068c3db2..0e395664ad 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/ImportPathHelper.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/ImportPathHelper.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/TestSuite_Active.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/TestSuite_Active.py index 26b7ee7fa4..c4a08f5667 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/TestSuite_Active.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/TestSuite_Active.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/WhiteBox/__init__.py b/AutomatedTesting/Gem/PythonTests/WhiteBox/__init__.py index e200fa77d0..f5193b300e 100755 --- a/AutomatedTesting/Gem/PythonTests/WhiteBox/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/WhiteBox/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/assetpipeline/CMakeLists.txt index 29abc336bf..1b42d0d871 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/__init__.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/__init__.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_all_platforms_setup_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_all_platforms_setup_fixture.py index bb1afdb7b7..b1f991b689 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_all_platforms_setup_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_all_platforms_setup_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_backup_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_backup_fixture.py index 5a2837dae8..d6639f3efd 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_backup_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_backup_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_default_platform_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_default_platform_fixture.py index 5b6492b0a0..8fb3a9aeef 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_default_platform_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_config_default_platform_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_external_project_setup_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_external_project_setup_fixture.py index 9bd03cc692..12c184a743 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_external_project_setup_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_external_project_setup_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_fast_scan_setting_backup_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_fast_scan_setting_backup_fixture.py index 9973f1ee10..4a096ca3fe 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_fast_scan_setting_backup_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_fast_scan_setting_backup_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_idle_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_idle_fixture.py index 5af3477e4f..f59ea591ee 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_idle_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_idle_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_missing_dependency_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_missing_dependency_fixture.py index 538efac531..857d91bb12 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_missing_dependency_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_missing_dependency_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_setup_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_setup_fixture.py index 7d458e0202..244ecfb516 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_setup_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/ap_setup_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/asset_processor_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/asset_processor_fixture.py index 8750962049..eea6cb9224 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/asset_processor_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/asset_processor_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/bundler_batch_setup_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/bundler_batch_setup_fixture.py index f82e197cb8..a543527ed7 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/bundler_batch_setup_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/bundler_batch_setup_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_moveoutput_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_moveoutput_fixture.py index b0fd2d0992..30ecac9a65 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_moveoutput_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_moveoutput_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_testingAssets_dir.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_testingAssets_dir.py index 631970b50c..9840069dc0 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_testingAssets_dir.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/clear_testingAssets_dir.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/one_time_log_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/one_time_log_fixture.py index 5c3713483b..30ddd18894 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/one_time_log_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/one_time_log_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/timeout_option_fixture.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/timeout_option_fixture.py index 306f36d072..356ba9ee80 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/timeout_option_fixture.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/ap_fixtures/timeout_option_fixture.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt index f05aff6db3..8b9de91906 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -103,6 +104,19 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS) AZ::AssetBundlerBatch ) + ly_add_pytest( + NAME AssetPipelineTests.AssetBundler_SandBox + TEST_SUITE sandbox + PATH ${CMAKE_CURRENT_LIST_DIR}/asset_bundler_batch_tests.py + PYTEST_MARKS "SUITE_sandbox" # run only sandbox tests in this file + EXCLUDE_TEST_RUN_TARGET_FROM_IDE + TEST_SERIAL + TIMEOUT 1500 + RUNTIME_DEPENDENCIES + AZ::AssetProcessor + AZ::AssetBundlerBatch + ) + ly_add_pytest( NAME AssetPipelineTests.AssetBuilder PATH ${CMAKE_CURRENT_LIST_DIR}/asset_builder_tests.py diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/__init__.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_builder_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_builder_tests.py index 31e387e8a3..13b899dfdd 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_builder_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_builder_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_bundler_batch_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_bundler_batch_tests.py index 926f1cc602..768dd985fd 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_bundler_batch_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_bundler_batch_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -730,6 +731,7 @@ class TestsAssetBundlerBatch_WindowsAndMac(object): @pytest.mark.BAT @pytest.mark.assetpipeline + @pytest.mark.SUITE_sandbox @pytest.mark.test_case_id("C16877174") @pytest.mark.test_case_id("C16877175") @pytest.mark.test_case_id("C16877178") diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests.py index 618811cfda..ee8e177bbb 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests2.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests2.py index 9314c29571..561f62868c 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests2.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_dependency_tests2.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests.py index bcf8221ce6..f3483d9c1f 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py index 0ea6d29380..f865718661 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests.py index a03351393a..6fac64cca2 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests_2.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests_2.py index 4b03caba62..0f417315c7 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests_2.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_gui_tests_2.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_relocator_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_relocator_tests.py index f03eddf733..744720323e 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_relocator_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_relocator_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1571774/test_lua_print.lua b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1571774/test_lua_print.lua index a156345563..abc55a50a8 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1571774/test_lua_print.lua +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1571774/test_lua_print.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1591338/test_lua_print.lua b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1591338/test_lua_print.lua index a156345563..abc55a50a8 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1591338/test_lua_print.lua +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/C1591338/test_lua_print.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessAndDeleteCache_APBatchShouldReprocess/main.lua b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessAndDeleteCache_APBatchShouldReprocess/main.lua index 631a12422c..c490fe751d 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessAndDeleteCache_APBatchShouldReprocess/main.lua +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessAndDeleteCache_APBatchShouldReprocess/main.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessByBothApAndBatch_Md5ShouldMatch/main.lua b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessByBothApAndBatch_Md5ShouldMatch/main.lua index 631a12422c..c490fe751d 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessByBothApAndBatch_Md5ShouldMatch/main.lua +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/assets/test_ProcessByBothApAndBatch_Md5ShouldMatch/main.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/conftest.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/conftest.py index 32b2910b2a..bcc45a894b 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/conftest.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/conftest.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/missing_dependency_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/missing_dependency_tests.py index d1e51d7422..7159b2e83f 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/missing_dependency_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/missing_dependency_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/__init__.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshMultipleMaterials/single_mesh_multiple_materials.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshMultipleMaterials/single_mesh_multiple_materials.dbgsg index 5783ebfa29..293a936de0 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshMultipleMaterials/single_mesh_multiple_materials.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshMultipleMaterials/single_mesh_multiple_materials.dbgsg @@ -5,11536 +5,16 @@ Node Name: Torus Node Path: RootNode.Torus Node Type: MeshData Positions: Count 2304. Hash: 12560656679477605282 - 0: <-0.012500, 0.000000, 0.000000> - 1: <-0.012393, 0.000000, 0.001632> - 2: <-0.012061, 0.001250, 0.001588> - 3: <-0.012165, 0.001250, 0.000000> - 4: <-0.012165, 0.001250, 0.000000> - 5: <-0.012061, 0.001250, 0.001588> - 6: <-0.011154, 0.002165, 0.001468> - 7: <-0.011250, 0.002165, 0.000000> - 8: <-0.011250, 0.002165, 0.000000> - 9: <-0.011154, 0.002165, 0.001468> - 10: <-0.009914, 0.002500, 0.001305> - 11: <-0.010000, 0.002500, 0.000000> - 12: <-0.010000, 0.002500, 0.000000> - 13: <-0.009914, 0.002500, 0.001305> - 14: <-0.008675, 0.002165, 0.001142> - 15: <-0.008750, 0.002165, 0.000000> - 16: <-0.011250, -0.002165, 0.000000> - 17: <-0.011154, -0.002165, 0.001468> - 18: <-0.012061, -0.001250, 0.001588> - 19: <-0.012165, -0.001250, 0.000000> - 20: <-0.012165, -0.001250, 0.000000> - 21: <-0.012061, -0.001250, 0.001588> - 22: <-0.012393, 0.000000, 0.001632> - 23: <-0.012500, 0.000000, 0.000000> - 24: <-0.012393, 0.000000, 0.001632> - 25: <-0.012074, 0.000000, 0.003235> - 26: <-0.011751, 0.001250, 0.003149> - 27: <-0.012061, 0.001250, 0.001588> - 28: <-0.012061, 0.001250, 0.001588> - 29: <-0.011751, 0.001250, 0.003149> - 30: <-0.010867, 0.002165, 0.002912> - 31: <-0.011154, 0.002165, 0.001468> - 32: <-0.011154, 0.002165, 0.001468> - 33: <-0.010867, 0.002165, 0.002912> - 34: <-0.009659, 0.002500, 0.002588> - 35: <-0.009914, 0.002500, 0.001305> - 36: <-0.009914, 0.002500, 0.001305> - 37: <-0.009659, 0.002500, 0.002588> - 38: <-0.008452, 0.002165, 0.002265> - 39: <-0.008675, 0.002165, 0.001142> - 40: <-0.011154, -0.002165, 0.001468> - 41: <-0.010867, -0.002165, 0.002912> - 42: <-0.011751, -0.001250, 0.003149> - 43: <-0.012061, -0.001250, 0.001588> - 44: <-0.012061, -0.001250, 0.001588> - 45: <-0.011751, -0.001250, 0.003149> - 46: <-0.012074, 0.000000, 0.003235> - 47: <-0.012393, 0.000000, 0.001632> - 48: <-0.012074, 0.000000, 0.003235> - 49: <-0.011548, 0.000000, 0.004784> - 50: <-0.011239, 0.001250, 0.004655> - 51: <-0.011751, 0.001250, 0.003149> - 52: <-0.011751, 0.001250, 0.003149> - 53: <-0.011239, 0.001250, 0.004655> - 54: <-0.010394, 0.002165, 0.004305> - 55: <-0.010867, 0.002165, 0.002912> - 56: <-0.010867, 0.002165, 0.002912> - 57: <-0.010394, 0.002165, 0.004305> - 58: <-0.009239, 0.002500, 0.003827> - 59: <-0.009659, 0.002500, 0.002588> - 60: <-0.009659, 0.002500, 0.002588> - 61: <-0.009239, 0.002500, 0.003827> - 62: <-0.008084, 0.002165, 0.003348> - 63: <-0.008452, 0.002165, 0.002265> - 64: <-0.010867, -0.002165, 0.002912> - 65: <-0.010394, -0.002165, 0.004305> - 66: <-0.011239, -0.001250, 0.004655> - 67: <-0.011751, -0.001250, 0.003149> - 68: <-0.011751, -0.001250, 0.003149> - 69: <-0.011239, -0.001250, 0.004655> - 70: <-0.011548, 0.000000, 0.004784> - 71: <-0.012074, 0.000000, 0.003235> - 72: <-0.011548, 0.000000, 0.004784> - 73: <-0.010825, 0.000000, 0.006250> - 74: <-0.010535, 0.001250, 0.006083> - 75: <-0.011239, 0.001250, 0.004655> - 76: <-0.011239, 0.001250, 0.004655> - 77: <-0.010535, 0.001250, 0.006083> - 78: <-0.009743, 0.002165, 0.005625> - 79: <-0.010394, 0.002165, 0.004305> - 80: <-0.010394, 0.002165, 0.004305> - 81: <-0.009743, 0.002165, 0.005625> - 82: <-0.008660, 0.002500, 0.005000> - 83: <-0.009239, 0.002500, 0.003827> - 84: <-0.009239, 0.002500, 0.003827> - 85: <-0.008660, 0.002500, 0.005000> - 86: <-0.007578, 0.002165, 0.004375> - 87: <-0.008084, 0.002165, 0.003348> - 88: <-0.010394, -0.002165, 0.004305> - 89: <-0.009743, -0.002165, 0.005625> - 90: <-0.010535, -0.001250, 0.006083> - 91: <-0.011239, -0.001250, 0.004655> - 92: <-0.011239, -0.001250, 0.004655> - 93: <-0.010535, -0.001250, 0.006083> - 94: <-0.010825, 0.000000, 0.006250> - 95: <-0.011548, 0.000000, 0.004784> - 96: <-0.010825, 0.000000, 0.006250> - 97: <-0.009917, 0.000000, 0.007610> - 98: <-0.009651, 0.001250, 0.007406> - 99: <-0.010535, 0.001250, 0.006083> - 100: <-0.010535, 0.001250, 0.006083> - 101: <-0.009651, 0.001250, 0.007406> - 102: <-0.008925, 0.002165, 0.006849> - 103: <-0.009743, 0.002165, 0.005625> - 104: <-0.009743, 0.002165, 0.005625> - 105: <-0.008925, 0.002165, 0.006849> - 106: <-0.007934, 0.002500, 0.006088> - 107: <-0.008660, 0.002500, 0.005000> - 108: <-0.008660, 0.002500, 0.005000> - 109: <-0.007934, 0.002500, 0.006088> - 110: <-0.006942, 0.002165, 0.005327> - 111: <-0.007578, 0.002165, 0.004375> - 112: <-0.009743, -0.002165, 0.005625> - 113: <-0.008925, -0.002165, 0.006849> - 114: <-0.009651, -0.001250, 0.007406> - 115: <-0.010535, -0.001250, 0.006083> - 116: <-0.010535, -0.001250, 0.006083> - 117: <-0.009651, -0.001250, 0.007406> - 118: <-0.009917, 0.000000, 0.007610> - 119: <-0.010825, 0.000000, 0.006250> - 120: <-0.009917, 0.000000, 0.007610> - 121: <-0.008839, 0.000000, 0.008839> - 122: <-0.008602, 0.001250, 0.008602> - 123: <-0.009651, 0.001250, 0.007406> - 124: <-0.009651, 0.001250, 0.007406> - 125: <-0.008602, 0.001250, 0.008602> - 126: <-0.007955, 0.002165, 0.007955> - 127: <-0.008925, 0.002165, 0.006849> - 128: <-0.008925, 0.002165, 0.006849> - 129: <-0.007955, 0.002165, 0.007955> - 130: <-0.007071, 0.002500, 0.007071> - 131: <-0.007934, 0.002500, 0.006088> - 132: <-0.007934, 0.002500, 0.006088> - 133: <-0.007071, 0.002500, 0.007071> - 134: <-0.006187, 0.002165, 0.006187> - 135: <-0.006942, 0.002165, 0.005327> - 136: <-0.006942, 0.002165, 0.005327> - 137: <-0.006187, 0.002165, 0.006187> - 138: <-0.005540, 0.001250, 0.005540> - 139: <-0.006216, 0.001250, 0.004770> - 140: <-0.009651, -0.001250, 0.007406> - 141: <-0.008602, -0.001250, 0.008602> - 142: <-0.008839, 0.000000, 0.008839> - 143: <-0.009917, 0.000000, 0.007610> - 144: <-0.008839, 0.000000, 0.008839> - 145: <-0.007610, 0.000000, 0.009917> - 146: <-0.007406, 0.001250, 0.009651> - 147: <-0.008602, 0.001250, 0.008602> - 148: <-0.008602, 0.001250, 0.008602> - 149: <-0.007406, 0.001250, 0.009651> - 150: <-0.006849, 0.002165, 0.008925> - 151: <-0.007955, 0.002165, 0.007955> - 152: <-0.007955, 0.002165, 0.007955> - 153: <-0.006849, 0.002165, 0.008925> - 154: <-0.006088, 0.002500, 0.007934> - 155: <-0.007071, 0.002500, 0.007071> - 156: <-0.007071, 0.002500, 0.007071> - 157: <-0.006088, 0.002500, 0.007934> - 158: <-0.005327, 0.002165, 0.006942> - 159: <-0.006187, 0.002165, 0.006187> - 160: <-0.006187, 0.002165, 0.006187> - 161: <-0.005327, 0.002165, 0.006942> - 162: <-0.004770, 0.001250, 0.006216> - 163: <-0.005540, 0.001250, 0.005540> - 164: <-0.008602, -0.001250, 0.008602> - 165: <-0.007406, -0.001250, 0.009651> - 166: <-0.007610, 0.000000, 0.009917> - 167: <-0.008839, 0.000000, 0.008839> - 168: <-0.007610, 0.000000, 0.009917> - 169: <-0.006250, 0.000000, 0.010825> - 170: <-0.006083, 0.001250, 0.010535> - 171: <-0.007406, 0.001250, 0.009651> - 172: <-0.007406, 0.001250, 0.009651> - 173: <-0.006083, 0.001250, 0.010535> - 174: <-0.005625, 0.002165, 0.009743> - 175: <-0.006849, 0.002165, 0.008925> - 176: <-0.006849, 0.002165, 0.008925> - 177: <-0.005625, 0.002165, 0.009743> - 178: <-0.005000, 0.002500, 0.008660> - 179: <-0.006088, 0.002500, 0.007934> - 180: <-0.006088, 0.002500, 0.007934> - 181: <-0.005000, 0.002500, 0.008660> - 182: <-0.004375, 0.002165, 0.007578> - 183: <-0.005327, 0.002165, 0.006942> - 184: <-0.005327, 0.002165, 0.006942> - 185: <-0.004375, 0.002165, 0.007578> - 186: <-0.003917, 0.001250, 0.006785> - 187: <-0.004770, 0.001250, 0.006216> - 188: <-0.004770, 0.001250, 0.006216> - 189: <-0.003917, 0.001250, 0.006785> - 190: <-0.003750, 0.000000, 0.006495> - 191: <-0.004566, 0.000000, 0.005950> - 192: <-0.006083, 0.001250, 0.010535> - 193: <-0.004655, 0.001250, 0.011239> - 194: <-0.004305, 0.002165, 0.010394> - 195: <-0.005625, 0.002165, 0.009743> - 196: <-0.005625, 0.002165, 0.009743> - 197: <-0.004305, 0.002165, 0.010394> - 198: <-0.003827, 0.002500, 0.009239> - 199: <-0.005000, 0.002500, 0.008660> - 200: <-0.005000, 0.002500, 0.008660> - 201: <-0.003827, 0.002500, 0.009239> - 202: <-0.003348, 0.002165, 0.008084> - 203: <-0.004375, 0.002165, 0.007578> - 204: <-0.004375, 0.002165, 0.007578> - 205: <-0.003348, 0.002165, 0.008084> - 206: <-0.002998, 0.001250, 0.007239> - 207: <-0.003917, 0.001250, 0.006785> - 208: <-0.003917, 0.001250, 0.006785> - 209: <-0.002998, 0.001250, 0.007239> - 210: <-0.002870, 0.000000, 0.006929> - 211: <-0.003750, 0.000000, 0.006495> - 212: <-0.004655, 0.001250, 0.011239> - 213: <-0.003149, 0.001250, 0.011751> - 214: <-0.002912, 0.002165, 0.010867> - 215: <-0.004305, 0.002165, 0.010394> - 216: <-0.004305, 0.002165, 0.010394> - 217: <-0.002912, 0.002165, 0.010867> - 218: <-0.002588, 0.002500, 0.009659> - 219: <-0.003827, 0.002500, 0.009239> - 220: <-0.003827, 0.002500, 0.009239> - 221: <-0.002588, 0.002500, 0.009659> - 222: <-0.002265, 0.002165, 0.008452> - 223: <-0.003348, 0.002165, 0.008084> - 224: <-0.003348, 0.002165, 0.008084> - 225: <-0.002265, 0.002165, 0.008452> - 226: <-0.002028, 0.001250, 0.007568> - 227: <-0.002998, 0.001250, 0.007239> - 228: <-0.002998, 0.001250, 0.007239> - 229: <-0.002028, 0.001250, 0.007568> - 230: <-0.001941, 0.000000, 0.007244> - 231: <-0.002870, 0.000000, 0.006929> - 232: <-0.002870, 0.000000, 0.006929> - 233: <-0.001941, 0.000000, 0.007244> - 234: <-0.002028, -0.001250, 0.007568> - 235: <-0.002998, -0.001250, 0.007239> - 236: <-0.002912, 0.002165, 0.010867> - 237: <-0.001468, 0.002165, 0.011154> - 238: <-0.001305, 0.002500, 0.009914> - 239: <-0.002588, 0.002500, 0.009659> - 240: <-0.002588, 0.002500, 0.009659> - 241: <-0.001305, 0.002500, 0.009914> - 242: <-0.001142, 0.002165, 0.008675> - 243: <-0.002265, 0.002165, 0.008452> - 244: <-0.002265, 0.002165, 0.008452> - 245: <-0.001142, 0.002165, 0.008675> - 246: <-0.001023, 0.001250, 0.007768> - 247: <-0.002028, 0.001250, 0.007568> - 248: <-0.002028, 0.001250, 0.007568> - 249: <-0.001023, 0.001250, 0.007768> - 250: <-0.000979, 0.000000, 0.007436> - 251: <-0.001941, 0.000000, 0.007244> - 252: <-0.001941, 0.000000, 0.007244> - 253: <-0.000979, 0.000000, 0.007436> - 254: <-0.001023, -0.001250, 0.007768> - 255: <-0.002028, -0.001250, 0.007568> - 256: <-0.001468, 0.002165, 0.011154> - 257: <-0.000000, 0.002165, 0.011250> - 258: <-0.000000, 0.002500, 0.010000> - 259: <-0.001305, 0.002500, 0.009914> - 260: <-0.001305, 0.002500, 0.009914> - 261: <-0.000000, 0.002500, 0.010000> - 262: <-0.000000, 0.002165, 0.008750> - 263: <-0.001142, 0.002165, 0.008675> - 264: <-0.001142, 0.002165, 0.008675> - 265: <-0.000000, 0.002165, 0.008750> - 266: <-0.000000, 0.001250, 0.007835> - 267: <-0.001023, 0.001250, 0.007768> - 268: <-0.001023, 0.001250, 0.007768> - 269: <-0.000000, 0.001250, 0.007835> - 270: <-0.000000, 0.000000, 0.007500> - 271: <-0.000979, 0.000000, 0.007436> - 272: <-0.000979, 0.000000, 0.007436> - 273: <-0.000000, 0.000000, 0.007500> - 274: <-0.000000, -0.001250, 0.007835> - 275: <-0.001023, -0.001250, 0.007768> - 276: <-0.000000, 0.002165, 0.011250> - 277: < 0.001468, 0.002165, 0.011154> - 278: < 0.001305, 0.002500, 0.009914> - 279: <-0.000000, 0.002500, 0.010000> - 280: <-0.000000, 0.002500, 0.010000> - 281: < 0.001305, 0.002500, 0.009914> - 282: < 0.001142, 0.002165, 0.008675> - 283: <-0.000000, 0.002165, 0.008750> - 284: <-0.000000, 0.002165, 0.008750> - 285: < 0.001142, 0.002165, 0.008675> - 286: < 0.001023, 0.001250, 0.007768> - 287: <-0.000000, 0.001250, 0.007835> - 288: <-0.000000, 0.001250, 0.007835> - 289: < 0.001023, 0.001250, 0.007768> - 290: < 0.000979, 0.000000, 0.007436> - 291: <-0.000000, 0.000000, 0.007500> - 292: <-0.000000, 0.000000, 0.007500> - 293: < 0.000979, 0.000000, 0.007436> - 294: < 0.001023, -0.001250, 0.007768> - 295: <-0.000000, -0.001250, 0.007835> - 296: <-0.000000, -0.001250, 0.007835> - 297: < 0.001023, -0.001250, 0.007768> - 298: < 0.001142, -0.002165, 0.008675> - 299: <-0.000000, -0.002165, 0.008750> - 300: < 0.001468, 0.002165, 0.011154> - 301: < 0.002912, 0.002165, 0.010867> - 302: < 0.002588, 0.002500, 0.009659> - 303: < 0.001305, 0.002500, 0.009914> - 304: < 0.001305, 0.002500, 0.009914> - 305: < 0.002588, 0.002500, 0.009659> - 306: < 0.002265, 0.002165, 0.008452> - 307: < 0.001142, 0.002165, 0.008675> - 308: < 0.001142, 0.002165, 0.008675> - 309: < 0.002265, 0.002165, 0.008452> - 310: < 0.002028, 0.001250, 0.007568> - 311: < 0.001023, 0.001250, 0.007768> - 312: < 0.001023, 0.001250, 0.007768> - 313: < 0.002028, 0.001250, 0.007568> - 314: < 0.001941, 0.000000, 0.007244> - 315: < 0.000979, 0.000000, 0.007436> - 316: < 0.000979, 0.000000, 0.007436> - 317: < 0.001941, 0.000000, 0.007244> - 318: < 0.002028, -0.001250, 0.007568> - 319: < 0.001023, -0.001250, 0.007768> - 320: < 0.001023, -0.001250, 0.007768> - 321: < 0.002028, -0.001250, 0.007568> - 322: < 0.002265, -0.002165, 0.008452> - 323: < 0.001142, -0.002165, 0.008675> - 324: < 0.002912, 0.002165, 0.010867> - 325: < 0.004305, 0.002165, 0.010394> - 326: < 0.003827, 0.002500, 0.009239> - 327: < 0.002588, 0.002500, 0.009659> - 328: < 0.002588, 0.002500, 0.009659> - 329: < 0.003827, 0.002500, 0.009239> - 330: < 0.003348, 0.002165, 0.008084> - 331: < 0.002265, 0.002165, 0.008452> - 332: < 0.002265, 0.002165, 0.008452> - 333: < 0.003348, 0.002165, 0.008084> - 334: < 0.002998, 0.001250, 0.007239> - 335: < 0.002028, 0.001250, 0.007568> - 336: < 0.002028, 0.001250, 0.007568> - 337: < 0.002998, 0.001250, 0.007239> - 338: < 0.002870, 0.000000, 0.006929> - 339: < 0.001941, 0.000000, 0.007244> - 340: < 0.001941, 0.000000, 0.007244> - 341: < 0.002870, 0.000000, 0.006929> - 342: < 0.002998, -0.001250, 0.007239> - 343: < 0.002028, -0.001250, 0.007568> - 344: < 0.002028, -0.001250, 0.007568> - 345: < 0.002998, -0.001250, 0.007239> - 346: < 0.003348, -0.002165, 0.008084> - 347: < 0.002265, -0.002165, 0.008452> - 348: < 0.004305, 0.002165, 0.010394> - 349: < 0.005625, 0.002165, 0.009743> - 350: < 0.005000, 0.002500, 0.008660> - 351: < 0.003827, 0.002500, 0.009239> - 352: < 0.003827, 0.002500, 0.009239> - 353: < 0.005000, 0.002500, 0.008660> - 354: < 0.004375, 0.002165, 0.007578> - 355: < 0.003348, 0.002165, 0.008084> - 356: < 0.003348, 0.002165, 0.008084> - 357: < 0.004375, 0.002165, 0.007578> - 358: < 0.003917, 0.001250, 0.006785> - 359: < 0.002998, 0.001250, 0.007239> - 360: < 0.002998, 0.001250, 0.007239> - 361: < 0.003917, 0.001250, 0.006785> - 362: < 0.003750, 0.000000, 0.006495> - 363: < 0.002870, 0.000000, 0.006929> - 364: < 0.002870, 0.000000, 0.006929> - 365: < 0.003750, 0.000000, 0.006495> - 366: < 0.003917, -0.001250, 0.006785> - 367: < 0.002998, -0.001250, 0.007239> - 368: < 0.002998, -0.001250, 0.007239> - 369: < 0.003917, -0.001250, 0.006785> - 370: < 0.004375, -0.002165, 0.007578> - 371: < 0.003348, -0.002165, 0.008084> - 372: < 0.005625, 0.002165, 0.009743> - 373: < 0.006849, 0.002165, 0.008925> - 374: < 0.006088, 0.002500, 0.007934> - 375: < 0.005000, 0.002500, 0.008660> - 376: < 0.005000, 0.002500, 0.008660> - 377: < 0.006088, 0.002500, 0.007934> - 378: < 0.005327, 0.002165, 0.006942> - 379: < 0.004375, 0.002165, 0.007578> - 380: < 0.004375, 0.002165, 0.007578> - 381: < 0.005327, 0.002165, 0.006942> - 382: < 0.004770, 0.001250, 0.006216> - 383: < 0.003917, 0.001250, 0.006785> - 384: < 0.003917, -0.001250, 0.006785> - 385: < 0.004770, -0.001250, 0.006216> - 386: < 0.005327, -0.002165, 0.006942> - 387: < 0.004375, -0.002165, 0.007578> - 388: <-0.012074, 0.000000, -0.003235> - 389: <-0.012393, 0.000000, -0.001632> - 390: <-0.012061, 0.001250, -0.001588> - 391: <-0.011751, 0.001250, -0.003149> - 392: <-0.011751, 0.001250, -0.003149> - 393: <-0.012061, 0.001250, -0.001588> - 394: <-0.011154, 0.002165, -0.001468> - 395: <-0.010867, 0.002165, -0.002912> - 396: <-0.010867, 0.002165, -0.002912> - 397: <-0.011154, 0.002165, -0.001468> - 398: <-0.009914, 0.002500, -0.001305> - 399: <-0.009659, 0.002500, -0.002588> - 400: <-0.009659, 0.002500, -0.002588> - 401: <-0.009914, 0.002500, -0.001305> - 402: <-0.008675, 0.002165, -0.001142> - 403: <-0.008452, 0.002165, -0.002265> - 404: <-0.010867, -0.002165, -0.002912> - 405: <-0.011154, -0.002165, -0.001468> - 406: <-0.012061, -0.001250, -0.001588> - 407: <-0.011751, -0.001250, -0.003149> - 408: <-0.011751, -0.001250, -0.003149> - 409: <-0.012061, -0.001250, -0.001588> - 410: <-0.012393, 0.000000, -0.001632> - 411: <-0.012074, 0.000000, -0.003235> - 412: <-0.012393, 0.000000, -0.001632> - 413: <-0.012500, 0.000000, 0.000000> - 414: <-0.012165, 0.001250, 0.000000> - 415: <-0.012061, 0.001250, -0.001588> - 416: <-0.012061, 0.001250, -0.001588> - 417: <-0.012165, 0.001250, 0.000000> - 418: <-0.011250, 0.002165, 0.000000> - 419: <-0.011154, 0.002165, -0.001468> - 420: <-0.011154, 0.002165, -0.001468> - 421: <-0.011250, 0.002165, 0.000000> - 422: <-0.010000, 0.002500, 0.000000> - 423: <-0.009914, 0.002500, -0.001305> - 424: <-0.009914, 0.002500, -0.001305> - 425: <-0.010000, 0.002500, 0.000000> - 426: <-0.008750, 0.002165, 0.000000> - 427: <-0.008675, 0.002165, -0.001142> - 428: <-0.011154, -0.002165, -0.001468> - 429: <-0.011250, -0.002165, 0.000000> - 430: <-0.012165, -0.001250, 0.000000> - 431: <-0.012061, -0.001250, -0.001588> - 432: <-0.012061, -0.001250, -0.001588> - 433: <-0.012165, -0.001250, 0.000000> - 434: <-0.012500, 0.000000, 0.000000> - 435: <-0.012393, 0.000000, -0.001632> - 436: <-0.008750, 0.002165, 0.000000> - 437: <-0.008675, 0.002165, 0.001142> - 438: <-0.007768, 0.001250, 0.001023> - 439: <-0.007835, 0.001250, 0.000000> - 440: <-0.007835, 0.001250, 0.000000> - 441: <-0.007768, 0.001250, 0.001023> - 442: <-0.007436, 0.000000, 0.000979> - 443: <-0.007500, 0.000000, 0.000000> - 444: <-0.007500, 0.000000, 0.000000> - 445: <-0.007436, 0.000000, 0.000979> - 446: <-0.007768, -0.001250, 0.001023> - 447: <-0.007835, -0.001250, 0.000000> - 448: <-0.007835, -0.001250, 0.000000> - 449: <-0.007768, -0.001250, 0.001023> - 450: <-0.008675, -0.002165, 0.001142> - 451: <-0.008750, -0.002165, 0.000000> - 452: <-0.008750, -0.002165, 0.000000> - 453: <-0.008675, -0.002165, 0.001142> - 454: <-0.009914, -0.002500, 0.001305> - 455: <-0.010000, -0.002500, 0.000000> - 456: <-0.010000, -0.002500, 0.000000> - 457: <-0.009914, -0.002500, 0.001305> - 458: <-0.011154, -0.002165, 0.001468> - 459: <-0.011250, -0.002165, 0.000000> - 460: <-0.008675, 0.002165, 0.001142> - 461: <-0.008452, 0.002165, 0.002265> - 462: <-0.007568, 0.001250, 0.002028> - 463: <-0.007768, 0.001250, 0.001023> - 464: <-0.007768, 0.001250, 0.001023> - 465: <-0.007568, 0.001250, 0.002028> - 466: <-0.007244, 0.000000, 0.001941> - 467: <-0.007436, 0.000000, 0.000979> - 468: <-0.007436, 0.000000, 0.000979> - 469: <-0.007244, 0.000000, 0.001941> - 470: <-0.007568, -0.001250, 0.002028> - 471: <-0.007768, -0.001250, 0.001023> - 472: <-0.007768, -0.001250, 0.001023> - 473: <-0.007568, -0.001250, 0.002028> - 474: <-0.008452, -0.002165, 0.002265> - 475: <-0.008675, -0.002165, 0.001142> - 476: <-0.008675, -0.002165, 0.001142> - 477: <-0.008452, -0.002165, 0.002265> - 478: <-0.009659, -0.002500, 0.002588> - 479: <-0.009914, -0.002500, 0.001305> - 480: <-0.009914, -0.002500, 0.001305> - 481: <-0.009659, -0.002500, 0.002588> - 482: <-0.010867, -0.002165, 0.002912> - 483: <-0.011154, -0.002165, 0.001468> - 484: <-0.008452, 0.002165, 0.002265> - 485: <-0.008084, 0.002165, 0.003348> - 486: <-0.007239, 0.001250, 0.002998> - 487: <-0.007568, 0.001250, 0.002028> - 488: <-0.007568, 0.001250, 0.002028> - 489: <-0.007239, 0.001250, 0.002998> - 490: <-0.006929, 0.000000, 0.002870> - 491: <-0.007244, 0.000000, 0.001941> - 492: <-0.007244, 0.000000, 0.001941> - 493: <-0.006929, 0.000000, 0.002870> - 494: <-0.007239, -0.001250, 0.002998> - 495: <-0.007568, -0.001250, 0.002028> - 496: <-0.007568, -0.001250, 0.002028> - 497: <-0.007239, -0.001250, 0.002998> - 498: <-0.008084, -0.002165, 0.003348> - 499: <-0.008452, -0.002165, 0.002265> - 500: <-0.008452, -0.002165, 0.002265> - 501: <-0.008084, -0.002165, 0.003348> - 502: <-0.009239, -0.002500, 0.003827> - 503: <-0.009659, -0.002500, 0.002588> - 504: <-0.009659, -0.002500, 0.002588> - 505: <-0.009239, -0.002500, 0.003827> - 506: <-0.010394, -0.002165, 0.004305> - 507: <-0.010867, -0.002165, 0.002912> - 508: <-0.008084, 0.002165, 0.003348> - 509: <-0.007578, 0.002165, 0.004375> - 510: <-0.006785, 0.001250, 0.003917> - 511: <-0.007239, 0.001250, 0.002998> - 512: <-0.007239, 0.001250, 0.002998> - 513: <-0.006785, 0.001250, 0.003917> - 514: <-0.006495, 0.000000, 0.003750> - 515: <-0.006929, 0.000000, 0.002870> - 516: <-0.006929, 0.000000, 0.002870> - 517: <-0.006495, 0.000000, 0.003750> - 518: <-0.006785, -0.001250, 0.003917> - 519: <-0.007239, -0.001250, 0.002998> - 520: <-0.007239, -0.001250, 0.002998> - 521: <-0.006785, -0.001250, 0.003917> - 522: <-0.007578, -0.002165, 0.004375> - 523: <-0.008084, -0.002165, 0.003348> - 524: <-0.008084, -0.002165, 0.003348> - 525: <-0.007578, -0.002165, 0.004375> - 526: <-0.008660, -0.002500, 0.005000> - 527: <-0.009239, -0.002500, 0.003827> - 528: <-0.009239, -0.002500, 0.003827> - 529: <-0.008660, -0.002500, 0.005000> - 530: <-0.009743, -0.002165, 0.005625> - 531: <-0.010394, -0.002165, 0.004305> - 532: <-0.007578, 0.002165, 0.004375> - 533: <-0.006942, 0.002165, 0.005327> - 534: <-0.006216, 0.001250, 0.004770> - 535: <-0.006785, 0.001250, 0.003917> - 536: <-0.006785, 0.001250, 0.003917> - 537: <-0.006216, 0.001250, 0.004770> - 538: <-0.005950, 0.000000, 0.004566> - 539: <-0.006495, 0.000000, 0.003750> - 540: <-0.006495, 0.000000, 0.003750> - 541: <-0.005950, 0.000000, 0.004566> - 542: <-0.006216, -0.001250, 0.004770> - 543: <-0.006785, -0.001250, 0.003917> - 544: <-0.006785, -0.001250, 0.003917> - 545: <-0.006216, -0.001250, 0.004770> - 546: <-0.006942, -0.002165, 0.005327> - 547: <-0.007578, -0.002165, 0.004375> - 548: <-0.007578, -0.002165, 0.004375> - 549: <-0.006942, -0.002165, 0.005327> - 550: <-0.007934, -0.002500, 0.006088> - 551: <-0.008660, -0.002500, 0.005000> - 552: <-0.008660, -0.002500, 0.005000> - 553: <-0.007934, -0.002500, 0.006088> - 554: <-0.008925, -0.002165, 0.006849> - 555: <-0.009743, -0.002165, 0.005625> - 556: <-0.006216, 0.001250, 0.004770> - 557: <-0.005540, 0.001250, 0.005540> - 558: <-0.005303, 0.000000, 0.005303> - 559: <-0.005950, 0.000000, 0.004566> - 560: <-0.005950, 0.000000, 0.004566> - 561: <-0.005303, 0.000000, 0.005303> - 562: <-0.005540, -0.001250, 0.005540> - 563: <-0.006216, -0.001250, 0.004770> - 564: <-0.006216, -0.001250, 0.004770> - 565: <-0.005540, -0.001250, 0.005540> - 566: <-0.006187, -0.002165, 0.006187> - 567: <-0.006942, -0.002165, 0.005327> - 568: <-0.006942, -0.002165, 0.005327> - 569: <-0.006187, -0.002165, 0.006187> - 570: <-0.007071, -0.002500, 0.007071> - 571: <-0.007934, -0.002500, 0.006088> - 572: <-0.007934, -0.002500, 0.006088> - 573: <-0.007071, -0.002500, 0.007071> - 574: <-0.007955, -0.002165, 0.007955> - 575: <-0.008925, -0.002165, 0.006849> - 576: <-0.008925, -0.002165, 0.006849> - 577: <-0.007955, -0.002165, 0.007955> - 578: <-0.008602, -0.001250, 0.008602> - 579: <-0.009651, -0.001250, 0.007406> - 580: <-0.005540, 0.001250, 0.005540> - 581: <-0.004770, 0.001250, 0.006216> - 582: <-0.004566, 0.000000, 0.005950> - 583: <-0.005303, 0.000000, 0.005303> - 584: <-0.005303, 0.000000, 0.005303> - 585: <-0.004566, 0.000000, 0.005950> - 586: <-0.004770, -0.001250, 0.006216> - 587: <-0.005540, -0.001250, 0.005540> - 588: <-0.005540, -0.001250, 0.005540> - 589: <-0.004770, -0.001250, 0.006216> - 590: <-0.005327, -0.002165, 0.006942> - 591: <-0.006187, -0.002165, 0.006187> - 592: <-0.006187, -0.002165, 0.006187> - 593: <-0.005327, -0.002165, 0.006942> - 594: <-0.006088, -0.002500, 0.007934> - 595: <-0.007071, -0.002500, 0.007071> - 596: <-0.007071, -0.002500, 0.007071> - 597: <-0.006088, -0.002500, 0.007934> - 598: <-0.006849, -0.002165, 0.008925> - 599: <-0.007955, -0.002165, 0.007955> - 600: <-0.007955, -0.002165, 0.007955> - 601: <-0.006849, -0.002165, 0.008925> - 602: <-0.007406, -0.001250, 0.009651> - 603: <-0.008602, -0.001250, 0.008602> - 604: <-0.004566, 0.000000, 0.005950> - 605: <-0.003750, 0.000000, 0.006495> - 606: <-0.003917, -0.001250, 0.006785> - 607: <-0.004770, -0.001250, 0.006216> - 608: <-0.004770, -0.001250, 0.006216> - 609: <-0.003917, -0.001250, 0.006785> - 610: <-0.004375, -0.002165, 0.007578> - 611: <-0.005327, -0.002165, 0.006942> - 612: <-0.005327, -0.002165, 0.006942> - 613: <-0.004375, -0.002165, 0.007578> - 614: <-0.005000, -0.002500, 0.008660> - 615: <-0.006088, -0.002500, 0.007934> - 616: <-0.006088, -0.002500, 0.007934> - 617: <-0.005000, -0.002500, 0.008660> - 618: <-0.005625, -0.002165, 0.009743> - 619: <-0.006849, -0.002165, 0.008925> - 620: <-0.006849, -0.002165, 0.008925> - 621: <-0.005625, -0.002165, 0.009743> - 622: <-0.006083, -0.001250, 0.010535> - 623: <-0.007406, -0.001250, 0.009651> - 624: <-0.007406, -0.001250, 0.009651> - 625: <-0.006083, -0.001250, 0.010535> - 626: <-0.006250, 0.000000, 0.010825> - 627: <-0.007610, 0.000000, 0.009917> - 628: <-0.006250, 0.000000, 0.010825> - 629: <-0.004784, 0.000000, 0.011548> - 630: <-0.004655, 0.001250, 0.011239> - 631: <-0.006083, 0.001250, 0.010535> - 632: <-0.003750, 0.000000, 0.006495> - 633: <-0.002870, 0.000000, 0.006929> - 634: <-0.002998, -0.001250, 0.007239> - 635: <-0.003917, -0.001250, 0.006785> - 636: <-0.003917, -0.001250, 0.006785> - 637: <-0.002998, -0.001250, 0.007239> - 638: <-0.003348, -0.002165, 0.008084> - 639: <-0.004375, -0.002165, 0.007578> - 640: <-0.004375, -0.002165, 0.007578> - 641: <-0.003348, -0.002165, 0.008084> - 642: <-0.003827, -0.002500, 0.009239> - 643: <-0.005000, -0.002500, 0.008660> - 644: <-0.005000, -0.002500, 0.008660> - 645: <-0.003827, -0.002500, 0.009239> - 646: <-0.004305, -0.002165, 0.010394> - 647: <-0.005625, -0.002165, 0.009743> - 648: <-0.005625, -0.002165, 0.009743> - 649: <-0.004305, -0.002165, 0.010394> - 650: <-0.004655, -0.001250, 0.011239> - 651: <-0.006083, -0.001250, 0.010535> - 652: <-0.006083, -0.001250, 0.010535> - 653: <-0.004655, -0.001250, 0.011239> - 654: <-0.004784, 0.000000, 0.011548> - 655: <-0.006250, 0.000000, 0.010825> - 656: <-0.004784, 0.000000, 0.011548> - 657: <-0.003235, 0.000000, 0.012074> - 658: <-0.003149, 0.001250, 0.011751> - 659: <-0.004655, 0.001250, 0.011239> - 660: <-0.002998, -0.001250, 0.007239> - 661: <-0.002028, -0.001250, 0.007568> - 662: <-0.002265, -0.002165, 0.008452> - 663: <-0.003348, -0.002165, 0.008084> - 664: <-0.003348, -0.002165, 0.008084> - 665: <-0.002265, -0.002165, 0.008452> - 666: <-0.002588, -0.002500, 0.009659> - 667: <-0.003827, -0.002500, 0.009239> - 668: <-0.003827, -0.002500, 0.009239> - 669: <-0.002588, -0.002500, 0.009659> - 670: <-0.002912, -0.002165, 0.010867> - 671: <-0.004305, -0.002165, 0.010394> - 672: <-0.004305, -0.002165, 0.010394> - 673: <-0.002912, -0.002165, 0.010867> - 674: <-0.003149, -0.001250, 0.011751> - 675: <-0.004655, -0.001250, 0.011239> - 676: <-0.004655, -0.001250, 0.011239> - 677: <-0.003149, -0.001250, 0.011751> - 678: <-0.003235, 0.000000, 0.012074> - 679: <-0.004784, 0.000000, 0.011548> - 680: <-0.003235, 0.000000, 0.012074> - 681: <-0.001632, 0.000000, 0.012393> - 682: <-0.001588, 0.001250, 0.012061> - 683: <-0.003149, 0.001250, 0.011751> - 684: <-0.003149, 0.001250, 0.011751> - 685: <-0.001588, 0.001250, 0.012061> - 686: <-0.001468, 0.002165, 0.011154> - 687: <-0.002912, 0.002165, 0.010867> - 688: <-0.002028, -0.001250, 0.007568> - 689: <-0.001023, -0.001250, 0.007768> - 690: <-0.001142, -0.002165, 0.008675> - 691: <-0.002265, -0.002165, 0.008452> - 692: <-0.002265, -0.002165, 0.008452> - 693: <-0.001142, -0.002165, 0.008675> - 694: <-0.001305, -0.002500, 0.009914> - 695: <-0.002588, -0.002500, 0.009659> - 696: <-0.002588, -0.002500, 0.009659> - 697: <-0.001305, -0.002500, 0.009914> - 698: <-0.001468, -0.002165, 0.011154> - 699: <-0.002912, -0.002165, 0.010867> - 700: <-0.002912, -0.002165, 0.010867> - 701: <-0.001468, -0.002165, 0.011154> - 702: <-0.001588, -0.001250, 0.012061> - 703: <-0.003149, -0.001250, 0.011751> - 704: <-0.003149, -0.001250, 0.011751> - 705: <-0.001588, -0.001250, 0.012061> - 706: <-0.001632, 0.000000, 0.012393> - 707: <-0.003235, 0.000000, 0.012074> - 708: <-0.001632, 0.000000, 0.012393> - 709: <-0.000000, 0.000000, 0.012500> - 710: <-0.000000, 0.001250, 0.012165> - 711: <-0.001588, 0.001250, 0.012061> - 712: <-0.001588, 0.001250, 0.012061> - 713: <-0.000000, 0.001250, 0.012165> - 714: <-0.000000, 0.002165, 0.011250> - 715: <-0.001468, 0.002165, 0.011154> - 716: <-0.001023, -0.001250, 0.007768> - 717: <-0.000000, -0.001250, 0.007835> - 718: <-0.000000, -0.002165, 0.008750> - 719: <-0.001142, -0.002165, 0.008675> - 720: <-0.001142, -0.002165, 0.008675> - 721: <-0.000000, -0.002165, 0.008750> - 722: <-0.000000, -0.002500, 0.010000> - 723: <-0.001305, -0.002500, 0.009914> - 724: <-0.001305, -0.002500, 0.009914> - 725: <-0.000000, -0.002500, 0.010000> - 726: <-0.000000, -0.002165, 0.011250> - 727: <-0.001468, -0.002165, 0.011154> - 728: <-0.001468, -0.002165, 0.011154> - 729: <-0.000000, -0.002165, 0.011250> - 730: <-0.000000, -0.001250, 0.012165> - 731: <-0.001588, -0.001250, 0.012061> - 732: <-0.001588, -0.001250, 0.012061> - 733: <-0.000000, -0.001250, 0.012165> - 734: <-0.000000, 0.000000, 0.012500> - 735: <-0.001632, 0.000000, 0.012393> - 736: <-0.000000, 0.000000, 0.012500> - 737: < 0.001632, 0.000000, 0.012393> - 738: < 0.001588, 0.001250, 0.012061> - 739: <-0.000000, 0.001250, 0.012165> - 740: <-0.000000, 0.001250, 0.012165> - 741: < 0.001588, 0.001250, 0.012061> - 742: < 0.001468, 0.002165, 0.011154> - 743: <-0.000000, 0.002165, 0.011250> - 744: <-0.000000, -0.002165, 0.008750> - 745: < 0.001142, -0.002165, 0.008675> - 746: < 0.001305, -0.002500, 0.009914> - 747: <-0.000000, -0.002500, 0.010000> - 748: <-0.000000, -0.002500, 0.010000> - 749: < 0.001305, -0.002500, 0.009914> - 750: < 0.001468, -0.002165, 0.011154> - 751: <-0.000000, -0.002165, 0.011250> - 752: <-0.000000, -0.002165, 0.011250> - 753: < 0.001468, -0.002165, 0.011154> - 754: < 0.001588, -0.001250, 0.012061> - 755: <-0.000000, -0.001250, 0.012165> - 756: <-0.000000, -0.001250, 0.012165> - 757: < 0.001588, -0.001250, 0.012061> - 758: < 0.001632, 0.000000, 0.012393> - 759: <-0.000000, 0.000000, 0.012500> - 760: < 0.001632, 0.000000, 0.012393> - 761: < 0.003235, 0.000000, 0.012074> - 762: < 0.003149, 0.001250, 0.011751> - 763: < 0.001588, 0.001250, 0.012061> - 764: < 0.001588, 0.001250, 0.012061> - 765: < 0.003149, 0.001250, 0.011751> - 766: < 0.002912, 0.002165, 0.010867> - 767: < 0.001468, 0.002165, 0.011154> - 768: < 0.001142, -0.002165, 0.008675> - 769: < 0.002265, -0.002165, 0.008452> - 770: < 0.002588, -0.002500, 0.009659> - 771: < 0.001305, -0.002500, 0.009914> - 772: < 0.001305, -0.002500, 0.009914> - 773: < 0.002588, -0.002500, 0.009659> - 774: < 0.002912, -0.002165, 0.010867> - 775: < 0.001468, -0.002165, 0.011154> - 776: < 0.001468, -0.002165, 0.011154> - 777: < 0.002912, -0.002165, 0.010867> - 778: < 0.003149, -0.001250, 0.011751> - 779: < 0.001588, -0.001250, 0.012061> - 780: < 0.001588, -0.001250, 0.012061> - 781: < 0.003149, -0.001250, 0.011751> - 782: < 0.003235, 0.000000, 0.012074> - 783: < 0.001632, 0.000000, 0.012393> - 784: < 0.003235, 0.000000, 0.012074> - 785: < 0.004784, 0.000000, 0.011548> - 786: < 0.004655, 0.001250, 0.011239> - 787: < 0.003149, 0.001250, 0.011751> - 788: < 0.003149, 0.001250, 0.011751> - 789: < 0.004655, 0.001250, 0.011239> - 790: < 0.004305, 0.002165, 0.010394> - 791: < 0.002912, 0.002165, 0.010867> - 792: < 0.002265, -0.002165, 0.008452> - 793: < 0.003348, -0.002165, 0.008084> - 794: < 0.003827, -0.002500, 0.009239> - 795: < 0.002588, -0.002500, 0.009659> - 796: < 0.002588, -0.002500, 0.009659> - 797: < 0.003827, -0.002500, 0.009239> - 798: < 0.004305, -0.002165, 0.010394> - 799: < 0.002912, -0.002165, 0.010867> - 800: < 0.002912, -0.002165, 0.010867> - 801: < 0.004305, -0.002165, 0.010394> - 802: < 0.004655, -0.001250, 0.011239> - 803: < 0.003149, -0.001250, 0.011751> - 804: < 0.003149, -0.001250, 0.011751> - 805: < 0.004655, -0.001250, 0.011239> - 806: < 0.004784, 0.000000, 0.011548> - 807: < 0.003235, 0.000000, 0.012074> - 808: < 0.004784, 0.000000, 0.011548> - 809: < 0.006250, 0.000000, 0.010825> - 810: < 0.006083, 0.001250, 0.010535> - 811: < 0.004655, 0.001250, 0.011239> - 812: < 0.004655, 0.001250, 0.011239> - 813: < 0.006083, 0.001250, 0.010535> - 814: < 0.005625, 0.002165, 0.009743> - 815: < 0.004305, 0.002165, 0.010394> - 816: < 0.003348, -0.002165, 0.008084> - 817: < 0.004375, -0.002165, 0.007578> - 818: < 0.005000, -0.002500, 0.008660> - 819: < 0.003827, -0.002500, 0.009239> - 820: < 0.003827, -0.002500, 0.009239> - 821: < 0.005000, -0.002500, 0.008660> - 822: < 0.005625, -0.002165, 0.009743> - 823: < 0.004305, -0.002165, 0.010394> - 824: < 0.004305, -0.002165, 0.010394> - 825: < 0.005625, -0.002165, 0.009743> - 826: < 0.006083, -0.001250, 0.010535> - 827: < 0.004655, -0.001250, 0.011239> - 828: < 0.004655, -0.001250, 0.011239> - 829: < 0.006083, -0.001250, 0.010535> - 830: < 0.006250, 0.000000, 0.010825> - 831: < 0.004784, 0.000000, 0.011548> - 832: < 0.006250, 0.000000, 0.010825> - 833: < 0.007610, 0.000000, 0.009917> - 834: < 0.007406, 0.001250, 0.009651> - 835: < 0.006083, 0.001250, 0.010535> - 836: < 0.006083, 0.001250, 0.010535> - 837: < 0.007406, 0.001250, 0.009651> - 838: < 0.006849, 0.002165, 0.008925> - 839: < 0.005625, 0.002165, 0.009743> - 840: < 0.003917, 0.001250, 0.006785> - 841: < 0.004770, 0.001250, 0.006216> - 842: < 0.004566, 0.000000, 0.005950> - 843: < 0.003750, 0.000000, 0.006495> - 844: < 0.003750, 0.000000, 0.006495> - 845: < 0.004566, 0.000000, 0.005950> - 846: < 0.004770, -0.001250, 0.006216> - 847: < 0.003917, -0.001250, 0.006785> - 848: < 0.004375, -0.002165, 0.007578> - 849: < 0.005327, -0.002165, 0.006942> - 850: < 0.006088, -0.002500, 0.007934> - 851: < 0.005000, -0.002500, 0.008660> - 852: < 0.005000, -0.002500, 0.008660> - 853: < 0.006088, -0.002500, 0.007934> - 854: < 0.006849, -0.002165, 0.008925> - 855: < 0.005625, -0.002165, 0.009743> - 856: < 0.005625, -0.002165, 0.009743> - 857: < 0.006849, -0.002165, 0.008925> - 858: < 0.007406, -0.001250, 0.009651> - 859: < 0.006083, -0.001250, 0.010535> - 860: < 0.006083, -0.001250, 0.010535> - 861: < 0.007406, -0.001250, 0.009651> - 862: < 0.007610, 0.000000, 0.009917> - 863: < 0.006250, 0.000000, 0.010825> - 864: < 0.007610, 0.000000, 0.009917> - 865: < 0.008839, 0.000000, 0.008839> - 866: < 0.008602, 0.001250, 0.008602> - 867: < 0.007406, 0.001250, 0.009651> - 868: < 0.007406, 0.001250, 0.009651> - 869: < 0.008602, 0.001250, 0.008602> - 870: < 0.007955, 0.002165, 0.007955> - 871: < 0.006849, 0.002165, 0.008925> - 872: < 0.006849, 0.002165, 0.008925> - 873: < 0.007955, 0.002165, 0.007955> - 874: < 0.007071, 0.002500, 0.007071> - 875: < 0.006088, 0.002500, 0.007934> - 876: < 0.006088, 0.002500, 0.007934> - 877: < 0.007071, 0.002500, 0.007071> - 878: < 0.006187, 0.002165, 0.006187> - 879: < 0.005327, 0.002165, 0.006942> - 880: < 0.005327, 0.002165, 0.006942> - 881: < 0.006187, 0.002165, 0.006187> - 882: < 0.005540, 0.001250, 0.005540> - 883: < 0.004770, 0.001250, 0.006216> - 884: < 0.004770, 0.001250, 0.006216> - 885: < 0.005540, 0.001250, 0.005540> - 886: < 0.005303, 0.000000, 0.005303> - 887: < 0.004566, 0.000000, 0.005950> - 888: < 0.004566, 0.000000, 0.005950> - 889: < 0.005303, 0.000000, 0.005303> - 890: < 0.005540, -0.001250, 0.005540> - 891: < 0.004770, -0.001250, 0.006216> - 892: < 0.004770, -0.001250, 0.006216> - 893: < 0.005540, -0.001250, 0.005540> - 894: < 0.006187, -0.002165, 0.006187> - 895: < 0.005327, -0.002165, 0.006942> - 896: < 0.005327, -0.002165, 0.006942> - 897: < 0.006187, -0.002165, 0.006187> - 898: < 0.007071, -0.002500, 0.007071> - 899: < 0.006088, -0.002500, 0.007934> - 900: < 0.006088, -0.002500, 0.007934> - 901: < 0.007071, -0.002500, 0.007071> - 902: < 0.007955, -0.002165, 0.007955> - 903: < 0.006849, -0.002165, 0.008925> - 904: < 0.006849, -0.002165, 0.008925> - 905: < 0.007955, -0.002165, 0.007955> - 906: < 0.008602, -0.001250, 0.008602> - 907: < 0.007406, -0.001250, 0.009651> - 908: < 0.007406, -0.001250, 0.009651> - 909: < 0.008602, -0.001250, 0.008602> - 910: < 0.008839, 0.000000, 0.008839> - 911: < 0.007610, 0.000000, 0.009917> - 912: < 0.008839, 0.000000, 0.008839> - 913: < 0.009917, 0.000000, 0.007610> - 914: < 0.009651, 0.001250, 0.007406> - 915: < 0.008602, 0.001250, 0.008602> - 916: < 0.008602, 0.001250, 0.008602> - 917: < 0.009651, 0.001250, 0.007406> - 918: < 0.008925, 0.002165, 0.006849> - 919: < 0.007955, 0.002165, 0.007955> - 920: < 0.007955, 0.002165, 0.007955> - 921: < 0.008925, 0.002165, 0.006849> - 922: < 0.007934, 0.002500, 0.006088> - 923: < 0.007071, 0.002500, 0.007071> - 924: < 0.007071, 0.002500, 0.007071> - 925: < 0.007934, 0.002500, 0.006088> - 926: < 0.006942, 0.002165, 0.005327> - 927: < 0.006187, 0.002165, 0.006187> - 928: < 0.006187, 0.002165, 0.006187> - 929: < 0.006942, 0.002165, 0.005327> - 930: < 0.006216, 0.001250, 0.004770> - 931: < 0.005540, 0.001250, 0.005540> - 932: < 0.005540, 0.001250, 0.005540> - 933: < 0.006216, 0.001250, 0.004770> - 934: < 0.005950, 0.000000, 0.004566> - 935: < 0.005303, 0.000000, 0.005303> - 936: < 0.005303, 0.000000, 0.005303> - 937: < 0.005950, 0.000000, 0.004566> - 938: < 0.006216, -0.001250, 0.004770> - 939: < 0.005540, -0.001250, 0.005540> - 940: < 0.005540, -0.001250, 0.005540> - 941: < 0.006216, -0.001250, 0.004770> - 942: < 0.006942, -0.002165, 0.005327> - 943: < 0.006187, -0.002165, 0.006187> - 944: < 0.006187, -0.002165, 0.006187> - 945: < 0.006942, -0.002165, 0.005327> - 946: < 0.007934, -0.002500, 0.006088> - 947: < 0.007071, -0.002500, 0.007071> - 948: < 0.007071, -0.002500, 0.007071> - 949: < 0.007934, -0.002500, 0.006088> - 950: < 0.008925, -0.002165, 0.006849> - 951: < 0.007955, -0.002165, 0.007955> - 952: < 0.007955, -0.002165, 0.007955> - 953: < 0.008925, -0.002165, 0.006849> - 954: < 0.009651, -0.001250, 0.007406> - 955: < 0.008602, -0.001250, 0.008602> - 956: < 0.008602, -0.001250, 0.008602> - 957: < 0.009651, -0.001250, 0.007406> - 958: < 0.009917, 0.000000, 0.007610> - 959: < 0.008839, 0.000000, 0.008839> - 960: < 0.009917, 0.000000, 0.007610> - 961: < 0.010825, 0.000000, 0.006250> - 962: < 0.010535, 0.001250, 0.006083> - 963: < 0.009651, 0.001250, 0.007406> - 964: < 0.009651, 0.001250, 0.007406> - 965: < 0.010535, 0.001250, 0.006083> - 966: < 0.009743, 0.002165, 0.005625> - 967: < 0.008925, 0.002165, 0.006849> - 968: < 0.008925, 0.002165, 0.006849> - 969: < 0.009743, 0.002165, 0.005625> - 970: < 0.008660, 0.002500, 0.005000> - 971: < 0.007934, 0.002500, 0.006088> - 972: < 0.007934, 0.002500, 0.006088> - 973: < 0.008660, 0.002500, 0.005000> - 974: < 0.007578, 0.002165, 0.004375> - 975: < 0.006942, 0.002165, 0.005327> - 976: < 0.006942, 0.002165, 0.005327> - 977: < 0.007578, 0.002165, 0.004375> - 978: < 0.006785, 0.001250, 0.003917> - 979: < 0.006216, 0.001250, 0.004770> - 980: < 0.006216, 0.001250, 0.004770> - 981: < 0.006785, 0.001250, 0.003917> - 982: < 0.006495, 0.000000, 0.003750> - 983: < 0.005950, 0.000000, 0.004566> - 984: < 0.005950, 0.000000, 0.004566> - 985: < 0.006495, 0.000000, 0.003750> - 986: < 0.006785, -0.001250, 0.003917> - 987: < 0.006216, -0.001250, 0.004770> - 988: < 0.006216, -0.001250, 0.004770> - 989: < 0.006785, -0.001250, 0.003917> - 990: < 0.007578, -0.002165, 0.004375> - 991: < 0.006942, -0.002165, 0.005327> - 992: < 0.006942, -0.002165, 0.005327> - 993: < 0.007578, -0.002165, 0.004375> - 994: < 0.008660, -0.002500, 0.005000> - 995: < 0.007934, -0.002500, 0.006088> - 996: < 0.007934, -0.002500, 0.006088> - 997: < 0.008660, -0.002500, 0.005000> - 998: < 0.009743, -0.002165, 0.005625> - 999: < 0.008925, -0.002165, 0.006849> - 1000: < 0.008925, -0.002165, 0.006849> - 1001: < 0.009743, -0.002165, 0.005625> - 1002: < 0.010535, -0.001250, 0.006083> - 1003: < 0.009651, -0.001250, 0.007406> - 1004: < 0.009651, -0.001250, 0.007406> - 1005: < 0.010535, -0.001250, 0.006083> - 1006: < 0.010825, 0.000000, 0.006250> - 1007: < 0.009917, 0.000000, 0.007610> - 1008: < 0.010825, 0.000000, 0.006250> - 1009: < 0.011548, 0.000000, 0.004784> - 1010: < 0.011239, 0.001250, 0.004655> - 1011: < 0.010535, 0.001250, 0.006083> - 1012: < 0.010535, 0.001250, 0.006083> - 1013: < 0.011239, 0.001250, 0.004655> - 1014: < 0.010394, 0.002165, 0.004305> - 1015: < 0.009743, 0.002165, 0.005625> - 1016: < 0.009743, 0.002165, 0.005625> - 1017: < 0.010394, 0.002165, 0.004305> - 1018: < 0.009239, 0.002500, 0.003827> - 1019: < 0.008660, 0.002500, 0.005000> - 1020: < 0.008660, 0.002500, 0.005000> - 1021: < 0.009239, 0.002500, 0.003827> - 1022: < 0.008084, 0.002165, 0.003348> - 1023: < 0.007578, 0.002165, 0.004375> - 1024: < 0.007578, 0.002165, 0.004375> - 1025: < 0.008084, 0.002165, 0.003348> - 1026: < 0.007239, 0.001250, 0.002998> - 1027: < 0.006785, 0.001250, 0.003917> - 1028: < 0.006785, 0.001250, 0.003917> - 1029: < 0.007239, 0.001250, 0.002998> - 1030: < 0.006929, 0.000000, 0.002870> - 1031: < 0.006495, 0.000000, 0.003750> - 1032: < 0.006495, 0.000000, 0.003750> - 1033: < 0.006929, 0.000000, 0.002870> - 1034: < 0.007239, -0.001250, 0.002998> - 1035: < 0.006785, -0.001250, 0.003917> - 1036: < 0.006785, -0.001250, 0.003917> - 1037: < 0.007239, -0.001250, 0.002998> - 1038: < 0.008084, -0.002165, 0.003348> - 1039: < 0.007578, -0.002165, 0.004375> - 1040: < 0.007578, -0.002165, 0.004375> - 1041: < 0.008084, -0.002165, 0.003348> - 1042: < 0.009239, -0.002500, 0.003827> - 1043: < 0.008660, -0.002500, 0.005000> - 1044: < 0.008660, -0.002500, 0.005000> - 1045: < 0.009239, -0.002500, 0.003827> - 1046: < 0.010394, -0.002165, 0.004305> - 1047: < 0.009743, -0.002165, 0.005625> - 1048: < 0.009743, -0.002165, 0.005625> - 1049: < 0.010394, -0.002165, 0.004305> - 1050: < 0.011239, -0.001250, 0.004655> - 1051: < 0.010535, -0.001250, 0.006083> - 1052: < 0.010535, -0.001250, 0.006083> - 1053: < 0.011239, -0.001250, 0.004655> - 1054: < 0.011548, 0.000000, 0.004784> - 1055: < 0.010825, 0.000000, 0.006250> - 1056: < 0.011548, 0.000000, 0.004784> - 1057: < 0.012074, 0.000000, 0.003235> - 1058: < 0.011751, 0.001250, 0.003149> - 1059: < 0.011239, 0.001250, 0.004655> - 1060: < 0.011239, 0.001250, 0.004655> - 1061: < 0.011751, 0.001250, 0.003149> - 1062: < 0.010867, 0.002165, 0.002912> - 1063: < 0.010394, 0.002165, 0.004305> - 1064: < 0.010394, 0.002165, 0.004305> - 1065: < 0.010867, 0.002165, 0.002912> - 1066: < 0.009659, 0.002500, 0.002588> - 1067: < 0.009239, 0.002500, 0.003827> - 1068: < 0.009239, 0.002500, 0.003827> - 1069: < 0.009659, 0.002500, 0.002588> - 1070: < 0.008452, 0.002165, 0.002265> - 1071: < 0.008084, 0.002165, 0.003348> - 1072: < 0.008084, 0.002165, 0.003348> - 1073: < 0.008452, 0.002165, 0.002265> - 1074: < 0.007568, 0.001250, 0.002028> - 1075: < 0.007239, 0.001250, 0.002998> - 1076: < 0.007239, 0.001250, 0.002998> - 1077: < 0.007568, 0.001250, 0.002028> - 1078: < 0.007244, 0.000000, 0.001941> - 1079: < 0.006929, 0.000000, 0.002870> - 1080: < 0.006929, 0.000000, 0.002870> - 1081: < 0.007244, 0.000000, 0.001941> - 1082: < 0.007568, -0.001250, 0.002028> - 1083: < 0.007239, -0.001250, 0.002998> - 1084: < 0.007239, -0.001250, 0.002998> - 1085: < 0.007568, -0.001250, 0.002028> - 1086: < 0.008452, -0.002165, 0.002265> - 1087: < 0.008084, -0.002165, 0.003348> - 1088: < 0.008084, -0.002165, 0.003348> - 1089: < 0.008452, -0.002165, 0.002265> - 1090: < 0.009659, -0.002500, 0.002588> - 1091: < 0.009239, -0.002500, 0.003827> - 1092: < 0.009239, -0.002500, 0.003827> - 1093: < 0.009659, -0.002500, 0.002588> - 1094: < 0.010867, -0.002165, 0.002912> - 1095: < 0.010394, -0.002165, 0.004305> - 1096: < 0.010394, -0.002165, 0.004305> - 1097: < 0.010867, -0.002165, 0.002912> - 1098: < 0.011751, -0.001250, 0.003149> - 1099: < 0.011239, -0.001250, 0.004655> - 1100: < 0.011239, -0.001250, 0.004655> - 1101: < 0.011751, -0.001250, 0.003149> - 1102: < 0.012074, 0.000000, 0.003235> - 1103: < 0.011548, 0.000000, 0.004784> - 1104: < 0.012074, 0.000000, 0.003235> - 1105: < 0.012393, 0.000000, 0.001632> - 1106: < 0.012061, 0.001250, 0.001588> - 1107: < 0.011751, 0.001250, 0.003149> - 1108: < 0.011751, 0.001250, 0.003149> - 1109: < 0.012061, 0.001250, 0.001588> - 1110: < 0.011154, 0.002165, 0.001468> - 1111: < 0.010867, 0.002165, 0.002912> - 1112: < 0.010867, 0.002165, 0.002912> - 1113: < 0.011154, 0.002165, 0.001468> - 1114: < 0.009914, 0.002500, 0.001305> - 1115: < 0.009659, 0.002500, 0.002588> - 1116: < 0.009659, 0.002500, 0.002588> - 1117: < 0.009914, 0.002500, 0.001305> - 1118: < 0.008675, 0.002165, 0.001142> - 1119: < 0.008452, 0.002165, 0.002265> - 1120: < 0.008452, 0.002165, 0.002265> - 1121: < 0.008675, 0.002165, 0.001142> - 1122: < 0.007768, 0.001250, 0.001023> - 1123: < 0.007568, 0.001250, 0.002028> - 1124: < 0.007568, 0.001250, 0.002028> - 1125: < 0.007768, 0.001250, 0.001023> - 1126: < 0.007436, 0.000000, 0.000979> - 1127: < 0.007244, 0.000000, 0.001941> - 1128: < 0.007244, 0.000000, 0.001941> - 1129: < 0.007436, 0.000000, 0.000979> - 1130: < 0.007768, -0.001250, 0.001023> - 1131: < 0.007568, -0.001250, 0.002028> - 1132: < 0.007568, -0.001250, 0.002028> - 1133: < 0.007768, -0.001250, 0.001023> - 1134: < 0.008675, -0.002165, 0.001142> - 1135: < 0.008452, -0.002165, 0.002265> - 1136: < 0.008452, -0.002165, 0.002265> - 1137: < 0.008675, -0.002165, 0.001142> - 1138: < 0.009914, -0.002500, 0.001305> - 1139: < 0.009659, -0.002500, 0.002588> - 1140: < 0.009659, -0.002500, 0.002588> - 1141: < 0.009914, -0.002500, 0.001305> - 1142: < 0.011154, -0.002165, 0.001468> - 1143: < 0.010867, -0.002165, 0.002912> - 1144: < 0.010867, -0.002165, 0.002912> - 1145: < 0.011154, -0.002165, 0.001468> - 1146: < 0.012061, -0.001250, 0.001588> - 1147: < 0.011751, -0.001250, 0.003149> - 1148: < 0.011751, -0.001250, 0.003149> - 1149: < 0.012061, -0.001250, 0.001588> - 1150: < 0.012393, 0.000000, 0.001632> - 1151: < 0.012074, 0.000000, 0.003235> - 1152: < 0.012393, 0.000000, 0.001632> - 1153: < 0.012500, 0.000000, 0.000000> - 1154: < 0.012165, 0.001250, 0.000000> - 1155: < 0.012061, 0.001250, 0.001588> - 1156: < 0.012061, 0.001250, 0.001588> - 1157: < 0.012165, 0.001250, 0.000000> - 1158: < 0.011250, 0.002165, 0.000000> - 1159: < 0.011154, 0.002165, 0.001468> - 1160: < 0.011154, 0.002165, 0.001468> - 1161: < 0.011250, 0.002165, 0.000000> - 1162: < 0.010000, 0.002500, 0.000000> - 1163: < 0.009914, 0.002500, 0.001305> - 1164: < 0.009914, 0.002500, 0.001305> - 1165: < 0.010000, 0.002500, 0.000000> - 1166: < 0.008750, 0.002165, 0.000000> - 1167: < 0.008675, 0.002165, 0.001142> - 1168: < 0.008675, 0.002165, 0.001142> - 1169: < 0.008750, 0.002165, 0.000000> - 1170: < 0.007835, 0.001250, 0.000000> - 1171: < 0.007768, 0.001250, 0.001023> - 1172: < 0.007768, 0.001250, 0.001023> - 1173: < 0.007835, 0.001250, 0.000000> - 1174: < 0.007500, 0.000000, 0.000000> - 1175: < 0.007436, 0.000000, 0.000979> - 1176: < 0.007436, 0.000000, 0.000979> - 1177: < 0.007500, 0.000000, 0.000000> - 1178: < 0.007835, -0.001250, 0.000000> - 1179: < 0.007768, -0.001250, 0.001023> - 1180: < 0.007768, -0.001250, 0.001023> - 1181: < 0.007835, -0.001250, 0.000000> - 1182: < 0.008750, -0.002165, 0.000000> - 1183: < 0.008675, -0.002165, 0.001142> - 1184: < 0.008675, -0.002165, 0.001142> - 1185: < 0.008750, -0.002165, 0.000000> - 1186: < 0.010000, -0.002500, 0.000000> - 1187: < 0.009914, -0.002500, 0.001305> - 1188: < 0.009914, -0.002500, 0.001305> - 1189: < 0.010000, -0.002500, 0.000000> - 1190: < 0.011250, -0.002165, 0.000000> - 1191: < 0.011154, -0.002165, 0.001468> - 1192: < 0.011154, -0.002165, 0.001468> - 1193: < 0.011250, -0.002165, 0.000000> - 1194: < 0.012165, -0.001250, 0.000000> - 1195: < 0.012061, -0.001250, 0.001588> - 1196: < 0.012061, -0.001250, 0.001588> - 1197: < 0.012165, -0.001250, 0.000000> - 1198: < 0.012500, 0.000000, 0.000000> - 1199: < 0.012393, 0.000000, 0.001632> - 1200: < 0.012500, 0.000000, 0.000000> - 1201: < 0.012393, 0.000000, -0.001632> - 1202: < 0.012061, 0.001250, -0.001588> - 1203: < 0.012165, 0.001250, 0.000000> - 1204: < 0.012165, 0.001250, 0.000000> - 1205: < 0.012061, 0.001250, -0.001588> - 1206: < 0.011154, 0.002165, -0.001468> - 1207: < 0.011250, 0.002165, 0.000000> - 1208: < 0.011250, 0.002165, 0.000000> - 1209: < 0.011154, 0.002165, -0.001468> - 1210: < 0.009914, 0.002500, -0.001305> - 1211: < 0.010000, 0.002500, 0.000000> - 1212: < 0.010000, 0.002500, 0.000000> - 1213: < 0.009914, 0.002500, -0.001305> - 1214: < 0.008675, 0.002165, -0.001142> - 1215: < 0.008750, 0.002165, 0.000000> - 1216: < 0.008750, 0.002165, 0.000000> - 1217: < 0.008675, 0.002165, -0.001142> - 1218: < 0.007768, 0.001250, -0.001023> - 1219: < 0.007835, 0.001250, 0.000000> - 1220: < 0.007835, 0.001250, 0.000000> - 1221: < 0.007768, 0.001250, -0.001023> - 1222: < 0.007436, 0.000000, -0.000979> - 1223: < 0.007500, 0.000000, 0.000000> - 1224: < 0.007500, 0.000000, 0.000000> - 1225: < 0.007436, 0.000000, -0.000979> - 1226: < 0.007768, -0.001250, -0.001023> - 1227: < 0.007835, -0.001250, 0.000000> - 1228: < 0.007835, -0.001250, 0.000000> - 1229: < 0.007768, -0.001250, -0.001023> - 1230: < 0.008675, -0.002165, -0.001142> - 1231: < 0.008750, -0.002165, 0.000000> - 1232: < 0.008750, -0.002165, 0.000000> - 1233: < 0.008675, -0.002165, -0.001142> - 1234: < 0.009914, -0.002500, -0.001305> - 1235: < 0.010000, -0.002500, 0.000000> - 1236: < 0.010000, -0.002500, 0.000000> - 1237: < 0.009914, -0.002500, -0.001305> - 1238: < 0.011154, -0.002165, -0.001468> - 1239: < 0.011250, -0.002165, 0.000000> - 1240: < 0.011250, -0.002165, 0.000000> - 1241: < 0.011154, -0.002165, -0.001468> - 1242: < 0.012061, -0.001250, -0.001588> - 1243: < 0.012165, -0.001250, 0.000000> - 1244: < 0.012165, -0.001250, 0.000000> - 1245: < 0.012061, -0.001250, -0.001588> - 1246: < 0.012393, 0.000000, -0.001632> - 1247: < 0.012500, 0.000000, 0.000000> - 1248: < 0.012393, 0.000000, -0.001632> - 1249: < 0.012074, 0.000000, -0.003235> - 1250: < 0.011751, 0.001250, -0.003149> - 1251: < 0.012061, 0.001250, -0.001588> - 1252: < 0.012061, 0.001250, -0.001588> - 1253: < 0.011751, 0.001250, -0.003149> - 1254: < 0.010867, 0.002165, -0.002912> - 1255: < 0.011154, 0.002165, -0.001468> - 1256: < 0.011154, 0.002165, -0.001468> - 1257: < 0.010867, 0.002165, -0.002912> - 1258: < 0.009659, 0.002500, -0.002588> - 1259: < 0.009914, 0.002500, -0.001305> - 1260: < 0.009914, 0.002500, -0.001305> - 1261: < 0.009659, 0.002500, -0.002588> - 1262: < 0.008452, 0.002165, -0.002265> - 1263: < 0.008675, 0.002165, -0.001142> - 1264: < 0.008675, 0.002165, -0.001142> - 1265: < 0.008452, 0.002165, -0.002265> - 1266: < 0.007568, 0.001250, -0.002028> - 1267: < 0.007768, 0.001250, -0.001023> - 1268: < 0.007768, 0.001250, -0.001023> - 1269: < 0.007568, 0.001250, -0.002028> - 1270: < 0.007244, 0.000000, -0.001941> - 1271: < 0.007436, 0.000000, -0.000979> - 1272: < 0.007436, 0.000000, -0.000979> - 1273: < 0.007244, 0.000000, -0.001941> - 1274: < 0.007568, -0.001250, -0.002028> - 1275: < 0.007768, -0.001250, -0.001023> - 1276: < 0.007768, -0.001250, -0.001023> - 1277: < 0.007568, -0.001250, -0.002028> - 1278: < 0.008452, -0.002165, -0.002265> - 1279: < 0.008675, -0.002165, -0.001142> - 1280: < 0.008675, -0.002165, -0.001142> - 1281: < 0.008452, -0.002165, -0.002265> - 1282: < 0.009659, -0.002500, -0.002588> - 1283: < 0.009914, -0.002500, -0.001305> - 1284: < 0.009914, -0.002500, -0.001305> - 1285: < 0.009659, -0.002500, -0.002588> - 1286: < 0.010867, -0.002165, -0.002912> - 1287: < 0.011154, -0.002165, -0.001468> - 1288: < 0.011154, -0.002165, -0.001468> - 1289: < 0.010867, -0.002165, -0.002912> - 1290: < 0.011751, -0.001250, -0.003149> - 1291: < 0.012061, -0.001250, -0.001588> - 1292: < 0.012061, -0.001250, -0.001588> - 1293: < 0.011751, -0.001250, -0.003149> - 1294: < 0.012074, 0.000000, -0.003235> - 1295: < 0.012393, 0.000000, -0.001632> - 1296: < 0.012074, 0.000000, -0.003235> - 1297: < 0.011548, 0.000000, -0.004784> - 1298: < 0.011239, 0.001250, -0.004655> - 1299: < 0.011751, 0.001250, -0.003149> - 1300: < 0.011751, 0.001250, -0.003149> - 1301: < 0.011239, 0.001250, -0.004655> - 1302: < 0.010394, 0.002165, -0.004305> - 1303: < 0.010867, 0.002165, -0.002912> - 1304: < 0.010867, 0.002165, -0.002912> - 1305: < 0.010394, 0.002165, -0.004305> - 1306: < 0.009239, 0.002500, -0.003827> - 1307: < 0.009659, 0.002500, -0.002588> - 1308: < 0.009659, 0.002500, -0.002588> - 1309: < 0.009239, 0.002500, -0.003827> - 1310: < 0.008084, 0.002165, -0.003348> - 1311: < 0.008452, 0.002165, -0.002265> - 1312: < 0.008452, 0.002165, -0.002265> - 1313: < 0.008084, 0.002165, -0.003348> - 1314: < 0.007239, 0.001250, -0.002998> - 1315: < 0.007568, 0.001250, -0.002028> - 1316: < 0.007568, 0.001250, -0.002028> - 1317: < 0.007239, 0.001250, -0.002998> - 1318: < 0.006929, 0.000000, -0.002870> - 1319: < 0.007244, 0.000000, -0.001941> - 1320: < 0.007244, 0.000000, -0.001941> - 1321: < 0.006929, 0.000000, -0.002870> - 1322: < 0.007239, -0.001250, -0.002998> - 1323: < 0.007568, -0.001250, -0.002028> - 1324: < 0.007568, -0.001250, -0.002028> - 1325: < 0.007239, -0.001250, -0.002998> - 1326: < 0.008084, -0.002165, -0.003348> - 1327: < 0.008452, -0.002165, -0.002265> - 1328: < 0.008452, -0.002165, -0.002265> - 1329: < 0.008084, -0.002165, -0.003348> - 1330: < 0.009239, -0.002500, -0.003827> - 1331: < 0.009659, -0.002500, -0.002588> - 1332: < 0.009659, -0.002500, -0.002588> - 1333: < 0.009239, -0.002500, -0.003827> - 1334: < 0.010394, -0.002165, -0.004305> - 1335: < 0.010867, -0.002165, -0.002912> - 1336: < 0.010867, -0.002165, -0.002912> - 1337: < 0.010394, -0.002165, -0.004305> - 1338: < 0.011239, -0.001250, -0.004655> - 1339: < 0.011751, -0.001250, -0.003149> - 1340: < 0.011751, -0.001250, -0.003149> - 1341: < 0.011239, -0.001250, -0.004655> - 1342: < 0.011548, 0.000000, -0.004784> - 1343: < 0.012074, 0.000000, -0.003235> - 1344: < 0.011548, 0.000000, -0.004784> - 1345: < 0.010825, 0.000000, -0.006250> - 1346: < 0.010535, 0.001250, -0.006083> - 1347: < 0.011239, 0.001250, -0.004655> - 1348: < 0.011239, 0.001250, -0.004655> - 1349: < 0.010535, 0.001250, -0.006083> - 1350: < 0.009743, 0.002165, -0.005625> - 1351: < 0.010394, 0.002165, -0.004305> - 1352: < 0.010394, 0.002165, -0.004305> - 1353: < 0.009743, 0.002165, -0.005625> - 1354: < 0.008660, 0.002500, -0.005000> - 1355: < 0.009239, 0.002500, -0.003827> - 1356: < 0.009239, 0.002500, -0.003827> - 1357: < 0.008660, 0.002500, -0.005000> - 1358: < 0.007578, 0.002165, -0.004375> - 1359: < 0.008084, 0.002165, -0.003348> - 1360: < 0.008084, 0.002165, -0.003348> - 1361: < 0.007578, 0.002165, -0.004375> - 1362: < 0.006785, 0.001250, -0.003917> - 1363: < 0.007239, 0.001250, -0.002998> - 1364: < 0.007239, 0.001250, -0.002998> - 1365: < 0.006785, 0.001250, -0.003917> - 1366: < 0.006495, 0.000000, -0.003750> - 1367: < 0.006929, 0.000000, -0.002870> - 1368: < 0.006929, 0.000000, -0.002870> - 1369: < 0.006495, 0.000000, -0.003750> - 1370: < 0.006785, -0.001250, -0.003917> - 1371: < 0.007239, -0.001250, -0.002998> - 1372: < 0.007239, -0.001250, -0.002998> - 1373: < 0.006785, -0.001250, -0.003917> - 1374: < 0.007578, -0.002165, -0.004375> - 1375: < 0.008084, -0.002165, -0.003348> - 1376: < 0.008084, -0.002165, -0.003348> - 1377: < 0.007578, -0.002165, -0.004375> - 1378: < 0.008660, -0.002500, -0.005000> - 1379: < 0.009239, -0.002500, -0.003827> - 1380: < 0.009239, -0.002500, -0.003827> - 1381: < 0.008660, -0.002500, -0.005000> - 1382: < 0.009743, -0.002165, -0.005625> - 1383: < 0.010394, -0.002165, -0.004305> - 1384: < 0.010394, -0.002165, -0.004305> - 1385: < 0.009743, -0.002165, -0.005625> - 1386: < 0.010535, -0.001250, -0.006083> - 1387: < 0.011239, -0.001250, -0.004655> - 1388: < 0.011239, -0.001250, -0.004655> - 1389: < 0.010535, -0.001250, -0.006083> - 1390: < 0.010825, 0.000000, -0.006250> - 1391: < 0.011548, 0.000000, -0.004784> - 1392: < 0.010825, 0.000000, -0.006250> - 1393: < 0.009917, 0.000000, -0.007610> - 1394: < 0.009651, 0.001250, -0.007406> - 1395: < 0.010535, 0.001250, -0.006083> - 1396: < 0.010535, 0.001250, -0.006083> - 1397: < 0.009651, 0.001250, -0.007406> - 1398: < 0.008925, 0.002165, -0.006849> - 1399: < 0.009743, 0.002165, -0.005625> - 1400: < 0.008660, 0.002500, -0.005000> - 1401: < 0.007934, 0.002500, -0.006088> - 1402: < 0.006942, 0.002165, -0.005327> - 1403: < 0.007578, 0.002165, -0.004375> - 1404: < 0.007578, 0.002165, -0.004375> - 1405: < 0.006942, 0.002165, -0.005327> - 1406: < 0.006216, 0.001250, -0.004770> - 1407: < 0.006785, 0.001250, -0.003917> - 1408: < 0.006785, 0.001250, -0.003917> - 1409: < 0.006216, 0.001250, -0.004770> - 1410: < 0.005950, 0.000000, -0.004566> - 1411: < 0.006495, 0.000000, -0.003750> - 1412: < 0.006495, 0.000000, -0.003750> - 1413: < 0.005950, 0.000000, -0.004566> - 1414: < 0.006216, -0.001250, -0.004770> - 1415: < 0.006785, -0.001250, -0.003917> - 1416: < 0.006785, -0.001250, -0.003917> - 1417: < 0.006216, -0.001250, -0.004770> - 1418: < 0.006942, -0.002165, -0.005327> - 1419: < 0.007578, -0.002165, -0.004375> - 1420: < 0.007578, -0.002165, -0.004375> - 1421: < 0.006942, -0.002165, -0.005327> - 1422: < 0.007934, -0.002500, -0.006088> - 1423: < 0.008660, -0.002500, -0.005000> - 1424: < 0.008660, -0.002500, -0.005000> - 1425: < 0.007934, -0.002500, -0.006088> - 1426: < 0.008925, -0.002165, -0.006849> - 1427: < 0.009743, -0.002165, -0.005625> - 1428: < 0.009743, -0.002165, -0.005625> - 1429: < 0.008925, -0.002165, -0.006849> - 1430: < 0.009651, -0.001250, -0.007406> - 1431: < 0.010535, -0.001250, -0.006083> - 1432: < 0.010535, -0.001250, -0.006083> - 1433: < 0.009651, -0.001250, -0.007406> - 1434: < 0.009917, 0.000000, -0.007610> - 1435: < 0.010825, 0.000000, -0.006250> - 1436: < 0.009917, 0.000000, -0.007610> - 1437: < 0.008839, 0.000000, -0.008839> - 1438: < 0.008602, 0.001250, -0.008602> - 1439: < 0.009651, 0.001250, -0.007406> - 1440: < 0.007934, 0.002500, -0.006088> - 1441: < 0.007071, 0.002500, -0.007071> - 1442: < 0.006187, 0.002165, -0.006187> - 1443: < 0.006942, 0.002165, -0.005327> - 1444: < 0.006942, 0.002165, -0.005327> - 1445: < 0.006187, 0.002165, -0.006187> - 1446: < 0.005540, 0.001250, -0.005540> - 1447: < 0.006216, 0.001250, -0.004770> - 1448: < 0.006216, 0.001250, -0.004770> - 1449: < 0.005540, 0.001250, -0.005540> - 1450: < 0.005303, 0.000000, -0.005303> - 1451: < 0.005950, 0.000000, -0.004566> - 1452: < 0.005950, 0.000000, -0.004566> - 1453: < 0.005303, 0.000000, -0.005303> - 1454: < 0.005540, -0.001250, -0.005540> - 1455: < 0.006216, -0.001250, -0.004770> - 1456: < 0.006216, -0.001250, -0.004770> - 1457: < 0.005540, -0.001250, -0.005540> - 1458: < 0.006187, -0.002165, -0.006187> - 1459: < 0.006942, -0.002165, -0.005327> - 1460: < 0.006942, -0.002165, -0.005327> - 1461: < 0.006187, -0.002165, -0.006187> - 1462: < 0.007071, -0.002500, -0.007071> - 1463: < 0.007934, -0.002500, -0.006088> - 1464: < 0.007934, -0.002500, -0.006088> - 1465: < 0.007071, -0.002500, -0.007071> - 1466: < 0.007955, -0.002165, -0.007955> - 1467: < 0.008925, -0.002165, -0.006849> - 1468: < 0.008925, -0.002165, -0.006849> - 1469: < 0.007955, -0.002165, -0.007955> - 1470: < 0.008602, -0.001250, -0.008602> - 1471: < 0.009651, -0.001250, -0.007406> - 1472: < 0.009651, -0.001250, -0.007406> - 1473: < 0.008602, -0.001250, -0.008602> - 1474: < 0.008839, 0.000000, -0.008839> - 1475: < 0.009917, 0.000000, -0.007610> - 1476: < 0.008839, 0.000000, -0.008839> - 1477: < 0.007610, 0.000000, -0.009917> - 1478: < 0.007406, 0.001250, -0.009651> - 1479: < 0.008602, 0.001250, -0.008602> - 1480: < 0.006187, 0.002165, -0.006187> - 1481: < 0.005327, 0.002165, -0.006942> - 1482: < 0.004770, 0.001250, -0.006216> - 1483: < 0.005540, 0.001250, -0.005540> - 1484: < 0.005540, 0.001250, -0.005540> - 1485: < 0.004770, 0.001250, -0.006216> - 1486: < 0.004566, 0.000000, -0.005950> - 1487: < 0.005303, 0.000000, -0.005303> - 1488: < 0.005303, 0.000000, -0.005303> - 1489: < 0.004566, 0.000000, -0.005950> - 1490: < 0.004770, -0.001250, -0.006216> - 1491: < 0.005540, -0.001250, -0.005540> - 1492: < 0.005540, -0.001250, -0.005540> - 1493: < 0.004770, -0.001250, -0.006216> - 1494: < 0.005327, -0.002165, -0.006942> - 1495: < 0.006187, -0.002165, -0.006187> - 1496: < 0.006187, -0.002165, -0.006187> - 1497: < 0.005327, -0.002165, -0.006942> - 1498: < 0.006088, -0.002500, -0.007934> - 1499: < 0.007071, -0.002500, -0.007071> - 1500: < 0.007071, -0.002500, -0.007071> - 1501: < 0.006088, -0.002500, -0.007934> - 1502: < 0.006849, -0.002165, -0.008925> - 1503: < 0.007955, -0.002165, -0.007955> - 1504: < 0.007955, -0.002165, -0.007955> - 1505: < 0.006849, -0.002165, -0.008925> - 1506: < 0.007406, -0.001250, -0.009651> - 1507: < 0.008602, -0.001250, -0.008602> - 1508: < 0.008602, -0.001250, -0.008602> - 1509: < 0.007406, -0.001250, -0.009651> - 1510: < 0.007610, 0.000000, -0.009917> - 1511: < 0.008839, 0.000000, -0.008839> - 1512: < 0.005327, 0.002165, -0.006942> - 1513: < 0.004375, 0.002165, -0.007578> - 1514: < 0.003917, 0.001250, -0.006785> - 1515: < 0.004770, 0.001250, -0.006216> - 1516: < 0.004770, 0.001250, -0.006216> - 1517: < 0.003917, 0.001250, -0.006785> - 1518: < 0.003750, 0.000000, -0.006495> - 1519: < 0.004566, 0.000000, -0.005950> - 1520: < 0.004566, 0.000000, -0.005950> - 1521: < 0.003750, 0.000000, -0.006495> - 1522: < 0.003917, -0.001250, -0.006785> - 1523: < 0.004770, -0.001250, -0.006216> - 1524: < 0.004770, -0.001250, -0.006216> - 1525: < 0.003917, -0.001250, -0.006785> - 1526: < 0.004375, -0.002165, -0.007578> - 1527: < 0.005327, -0.002165, -0.006942> - 1528: < 0.005327, -0.002165, -0.006942> - 1529: < 0.004375, -0.002165, -0.007578> - 1530: < 0.005000, -0.002500, -0.008660> - 1531: < 0.006088, -0.002500, -0.007934> - 1532: < 0.006088, -0.002500, -0.007934> - 1533: < 0.005000, -0.002500, -0.008660> - 1534: < 0.005625, -0.002165, -0.009743> - 1535: < 0.006849, -0.002165, -0.008925> - 1536: < 0.006849, -0.002165, -0.008925> - 1537: < 0.005625, -0.002165, -0.009743> - 1538: < 0.006083, -0.001250, -0.010535> - 1539: < 0.007406, -0.001250, -0.009651> - 1540: < 0.007406, -0.001250, -0.009651> - 1541: < 0.006083, -0.001250, -0.010535> - 1542: < 0.006250, 0.000000, -0.010825> - 1543: < 0.007610, 0.000000, -0.009917> - 1544: < 0.004375, 0.002165, -0.007578> - 1545: < 0.003348, 0.002165, -0.008084> - 1546: < 0.002998, 0.001250, -0.007239> - 1547: < 0.003917, 0.001250, -0.006785> - 1548: < 0.003917, 0.001250, -0.006785> - 1549: < 0.002998, 0.001250, -0.007239> - 1550: < 0.002870, 0.000000, -0.006929> - 1551: < 0.003750, 0.000000, -0.006495> - 1552: < 0.003750, 0.000000, -0.006495> - 1553: < 0.002870, 0.000000, -0.006929> - 1554: < 0.002998, -0.001250, -0.007239> - 1555: < 0.003917, -0.001250, -0.006785> - 1556: < 0.003917, -0.001250, -0.006785> - 1557: < 0.002998, -0.001250, -0.007239> - 1558: < 0.003348, -0.002165, -0.008084> - 1559: < 0.004375, -0.002165, -0.007578> - 1560: < 0.004375, -0.002165, -0.007578> - 1561: < 0.003348, -0.002165, -0.008084> - 1562: < 0.003827, -0.002500, -0.009239> - 1563: < 0.005000, -0.002500, -0.008660> - 1564: < 0.005000, -0.002500, -0.008660> - 1565: < 0.003827, -0.002500, -0.009239> - 1566: < 0.004305, -0.002165, -0.010394> - 1567: < 0.005625, -0.002165, -0.009743> - 1568: < 0.005625, -0.002165, -0.009743> - 1569: < 0.004305, -0.002165, -0.010394> - 1570: < 0.004655, -0.001250, -0.011239> - 1571: < 0.006083, -0.001250, -0.010535> - 1572: < 0.003348, 0.002165, -0.008084> - 1573: < 0.002265, 0.002165, -0.008452> - 1574: < 0.002028, 0.001250, -0.007568> - 1575: < 0.002998, 0.001250, -0.007239> - 1576: < 0.002998, 0.001250, -0.007239> - 1577: < 0.002028, 0.001250, -0.007568> - 1578: < 0.001941, 0.000000, -0.007244> - 1579: < 0.002870, 0.000000, -0.006929> - 1580: < 0.002870, 0.000000, -0.006929> - 1581: < 0.001941, 0.000000, -0.007244> - 1582: < 0.002028, -0.001250, -0.007568> - 1583: < 0.002998, -0.001250, -0.007239> - 1584: < 0.002998, -0.001250, -0.007239> - 1585: < 0.002028, -0.001250, -0.007568> - 1586: < 0.002265, -0.002165, -0.008452> - 1587: < 0.003348, -0.002165, -0.008084> - 1588: < 0.003348, -0.002165, -0.008084> - 1589: < 0.002265, -0.002165, -0.008452> - 1590: < 0.002588, -0.002500, -0.009659> - 1591: < 0.003827, -0.002500, -0.009239> - 1592: < 0.003827, -0.002500, -0.009239> - 1593: < 0.002588, -0.002500, -0.009659> - 1594: < 0.002912, -0.002165, -0.010867> - 1595: < 0.004305, -0.002165, -0.010394> - 1596: < 0.004305, -0.002165, -0.010394> - 1597: < 0.002912, -0.002165, -0.010867> - 1598: < 0.003149, -0.001250, -0.011751> - 1599: < 0.004655, -0.001250, -0.011239> - 1600: < 0.002265, 0.002165, -0.008452> - 1601: < 0.001142, 0.002165, -0.008675> - 1602: < 0.001023, 0.001250, -0.007768> - 1603: < 0.002028, 0.001250, -0.007568> - 1604: < 0.002028, 0.001250, -0.007568> - 1605: < 0.001023, 0.001250, -0.007768> - 1606: < 0.000979, 0.000000, -0.007436> - 1607: < 0.001941, 0.000000, -0.007244> - 1608: < 0.001941, 0.000000, -0.007244> - 1609: < 0.000979, 0.000000, -0.007436> - 1610: < 0.001023, -0.001250, -0.007768> - 1611: < 0.002028, -0.001250, -0.007568> - 1612: < 0.002028, -0.001250, -0.007568> - 1613: < 0.001023, -0.001250, -0.007768> - 1614: < 0.001142, -0.002165, -0.008675> - 1615: < 0.002265, -0.002165, -0.008452> - 1616: < 0.002265, -0.002165, -0.008452> - 1617: < 0.001142, -0.002165, -0.008675> - 1618: < 0.001305, -0.002500, -0.009914> - 1619: < 0.002588, -0.002500, -0.009659> - 1620: < 0.002588, -0.002500, -0.009659> - 1621: < 0.001305, -0.002500, -0.009914> - 1622: < 0.001468, -0.002165, -0.011154> - 1623: < 0.002912, -0.002165, -0.010867> - 1624: < 0.001142, 0.002165, -0.008675> - 1625: <-0.000000, 0.002165, -0.008750> - 1626: <-0.000000, 0.001250, -0.007835> - 1627: < 0.001023, 0.001250, -0.007768> - 1628: < 0.001023, 0.001250, -0.007768> - 1629: <-0.000000, 0.001250, -0.007835> - 1630: <-0.000000, 0.000000, -0.007500> - 1631: < 0.000979, 0.000000, -0.007436> - 1632: < 0.000979, 0.000000, -0.007436> - 1633: <-0.000000, 0.000000, -0.007500> - 1634: <-0.000000, -0.001250, -0.007835> - 1635: < 0.001023, -0.001250, -0.007768> - 1636: < 0.001023, -0.001250, -0.007768> - 1637: <-0.000000, -0.001250, -0.007835> - 1638: <-0.000000, -0.002165, -0.008750> - 1639: < 0.001142, -0.002165, -0.008675> - 1640: < 0.001142, -0.002165, -0.008675> - 1641: <-0.000000, -0.002165, -0.008750> - 1642: <-0.000000, -0.002500, -0.010000> - 1643: < 0.001305, -0.002500, -0.009914> - 1644: < 0.001305, -0.002500, -0.009914> - 1645: <-0.000000, -0.002500, -0.010000> - 1646: <-0.000000, -0.002165, -0.011250> - 1647: < 0.001468, -0.002165, -0.011154> - 1648: <-0.000000, 0.002165, -0.008750> - 1649: <-0.001142, 0.002165, -0.008675> - 1650: <-0.001023, 0.001250, -0.007768> - 1651: <-0.000000, 0.001250, -0.007835> - 1652: <-0.000000, 0.001250, -0.007835> - 1653: <-0.001023, 0.001250, -0.007768> - 1654: <-0.000979, 0.000000, -0.007436> - 1655: <-0.000000, 0.000000, -0.007500> - 1656: <-0.000000, 0.000000, -0.007500> - 1657: <-0.000979, 0.000000, -0.007436> - 1658: <-0.001023, -0.001250, -0.007768> - 1659: <-0.000000, -0.001250, -0.007835> - 1660: <-0.000000, -0.001250, -0.007835> - 1661: <-0.001023, -0.001250, -0.007768> - 1662: <-0.001142, -0.002165, -0.008675> - 1663: <-0.000000, -0.002165, -0.008750> - 1664: <-0.000000, -0.002165, -0.008750> - 1665: <-0.001142, -0.002165, -0.008675> - 1666: <-0.001305, -0.002500, -0.009914> - 1667: <-0.000000, -0.002500, -0.010000> - 1668: <-0.000000, -0.002500, -0.010000> - 1669: <-0.001305, -0.002500, -0.009914> - 1670: <-0.001468, -0.002165, -0.011154> - 1671: <-0.000000, -0.002165, -0.011250> - 1672: <-0.001305, 0.002500, -0.009914> - 1673: <-0.002588, 0.002500, -0.009659> - 1674: <-0.002265, 0.002165, -0.008452> - 1675: <-0.001142, 0.002165, -0.008675> - 1676: <-0.001142, 0.002165, -0.008675> - 1677: <-0.002265, 0.002165, -0.008452> - 1678: <-0.002028, 0.001250, -0.007568> - 1679: <-0.001023, 0.001250, -0.007768> - 1680: <-0.001023, 0.001250, -0.007768> - 1681: <-0.002028, 0.001250, -0.007568> - 1682: <-0.001941, 0.000000, -0.007244> - 1683: <-0.000979, 0.000000, -0.007436> - 1684: <-0.000979, 0.000000, -0.007436> - 1685: <-0.001941, 0.000000, -0.007244> - 1686: <-0.002028, -0.001250, -0.007568> - 1687: <-0.001023, -0.001250, -0.007768> - 1688: <-0.001023, -0.001250, -0.007768> - 1689: <-0.002028, -0.001250, -0.007568> - 1690: <-0.002265, -0.002165, -0.008452> - 1691: <-0.001142, -0.002165, -0.008675> - 1692: <-0.001142, -0.002165, -0.008675> - 1693: <-0.002265, -0.002165, -0.008452> - 1694: <-0.002588, -0.002500, -0.009659> - 1695: <-0.001305, -0.002500, -0.009914> - 1696: <-0.001305, -0.002500, -0.009914> - 1697: <-0.002588, -0.002500, -0.009659> - 1698: <-0.002912, -0.002165, -0.010867> - 1699: <-0.001468, -0.002165, -0.011154> - 1700: <-0.002588, 0.002500, -0.009659> - 1701: <-0.003827, 0.002500, -0.009239> - 1702: <-0.003348, 0.002165, -0.008084> - 1703: <-0.002265, 0.002165, -0.008452> - 1704: <-0.002265, 0.002165, -0.008452> - 1705: <-0.003348, 0.002165, -0.008084> - 1706: <-0.002998, 0.001250, -0.007239> - 1707: <-0.002028, 0.001250, -0.007568> - 1708: <-0.002028, 0.001250, -0.007568> - 1709: <-0.002998, 0.001250, -0.007239> - 1710: <-0.002870, 0.000000, -0.006929> - 1711: <-0.001941, 0.000000, -0.007244> - 1712: <-0.001941, 0.000000, -0.007244> - 1713: <-0.002870, 0.000000, -0.006929> - 1714: <-0.002998, -0.001250, -0.007239> - 1715: <-0.002028, -0.001250, -0.007568> - 1716: <-0.002028, -0.001250, -0.007568> - 1717: <-0.002998, -0.001250, -0.007239> - 1718: <-0.003348, -0.002165, -0.008084> - 1719: <-0.002265, -0.002165, -0.008452> - 1720: <-0.002265, -0.002165, -0.008452> - 1721: <-0.003348, -0.002165, -0.008084> - 1722: <-0.003827, -0.002500, -0.009239> - 1723: <-0.002588, -0.002500, -0.009659> - 1724: <-0.002588, -0.002500, -0.009659> - 1725: <-0.003827, -0.002500, -0.009239> - 1726: <-0.004305, -0.002165, -0.010394> - 1727: <-0.002912, -0.002165, -0.010867> - 1728: <-0.004305, 0.002165, -0.010394> - 1729: <-0.005625, 0.002165, -0.009743> - 1730: <-0.005000, 0.002500, -0.008660> - 1731: <-0.003827, 0.002500, -0.009239> - 1732: <-0.003827, 0.002500, -0.009239> - 1733: <-0.005000, 0.002500, -0.008660> - 1734: <-0.004375, 0.002165, -0.007578> - 1735: <-0.003348, 0.002165, -0.008084> - 1736: <-0.003348, 0.002165, -0.008084> - 1737: <-0.004375, 0.002165, -0.007578> - 1738: <-0.003917, 0.001250, -0.006785> - 1739: <-0.002998, 0.001250, -0.007239> - 1740: <-0.002998, 0.001250, -0.007239> - 1741: <-0.003917, 0.001250, -0.006785> - 1742: <-0.003750, 0.000000, -0.006495> - 1743: <-0.002870, 0.000000, -0.006929> - 1744: <-0.002870, 0.000000, -0.006929> - 1745: <-0.003750, 0.000000, -0.006495> - 1746: <-0.003917, -0.001250, -0.006785> - 1747: <-0.002998, -0.001250, -0.007239> - 1748: <-0.002998, -0.001250, -0.007239> - 1749: <-0.003917, -0.001250, -0.006785> - 1750: <-0.004375, -0.002165, -0.007578> - 1751: <-0.003348, -0.002165, -0.008084> - 1752: <-0.003348, -0.002165, -0.008084> - 1753: <-0.004375, -0.002165, -0.007578> - 1754: <-0.005000, -0.002500, -0.008660> - 1755: <-0.003827, -0.002500, -0.009239> - 1756: <-0.003827, -0.002500, -0.009239> - 1757: <-0.005000, -0.002500, -0.008660> - 1758: <-0.005625, -0.002165, -0.009743> - 1759: <-0.004305, -0.002165, -0.010394> - 1760: <-0.006083, 0.001250, -0.010535> - 1761: <-0.007406, 0.001250, -0.009651> - 1762: <-0.006849, 0.002165, -0.008925> - 1763: <-0.005625, 0.002165, -0.009743> - 1764: <-0.005625, 0.002165, -0.009743> - 1765: <-0.006849, 0.002165, -0.008925> - 1766: <-0.006088, 0.002500, -0.007934> - 1767: <-0.005000, 0.002500, -0.008660> - 1768: <-0.005000, 0.002500, -0.008660> - 1769: <-0.006088, 0.002500, -0.007934> - 1770: <-0.005327, 0.002165, -0.006942> - 1771: <-0.004375, 0.002165, -0.007578> - 1772: <-0.004375, 0.002165, -0.007578> - 1773: <-0.005327, 0.002165, -0.006942> - 1774: <-0.004770, 0.001250, -0.006216> - 1775: <-0.003917, 0.001250, -0.006785> - 1776: <-0.003917, 0.001250, -0.006785> - 1777: <-0.004770, 0.001250, -0.006216> - 1778: <-0.004566, 0.000000, -0.005950> - 1779: <-0.003750, 0.000000, -0.006495> - 1780: <-0.003750, 0.000000, -0.006495> - 1781: <-0.004566, 0.000000, -0.005950> - 1782: <-0.004770, -0.001250, -0.006216> - 1783: <-0.003917, -0.001250, -0.006785> - 1784: <-0.003917, -0.001250, -0.006785> - 1785: <-0.004770, -0.001250, -0.006216> - 1786: <-0.005327, -0.002165, -0.006942> - 1787: <-0.004375, -0.002165, -0.007578> - 1788: <-0.004375, -0.002165, -0.007578> - 1789: <-0.005327, -0.002165, -0.006942> - 1790: <-0.006088, -0.002500, -0.007934> - 1791: <-0.005000, -0.002500, -0.008660> - 1792: <-0.005000, -0.002500, -0.008660> - 1793: <-0.006088, -0.002500, -0.007934> - 1794: <-0.006849, -0.002165, -0.008925> - 1795: <-0.005625, -0.002165, -0.009743> - 1796: <-0.007610, 0.000000, -0.009917> - 1797: <-0.008839, 0.000000, -0.008839> - 1798: <-0.008602, 0.001250, -0.008602> - 1799: <-0.007406, 0.001250, -0.009651> - 1800: <-0.007406, 0.001250, -0.009651> - 1801: <-0.008602, 0.001250, -0.008602> - 1802: <-0.007955, 0.002165, -0.007955> - 1803: <-0.006849, 0.002165, -0.008925> - 1804: <-0.006849, 0.002165, -0.008925> - 1805: <-0.007955, 0.002165, -0.007955> - 1806: <-0.007071, 0.002500, -0.007071> - 1807: <-0.006088, 0.002500, -0.007934> - 1808: <-0.006088, 0.002500, -0.007934> - 1809: <-0.007071, 0.002500, -0.007071> - 1810: <-0.006187, 0.002165, -0.006187> - 1811: <-0.005327, 0.002165, -0.006942> - 1812: <-0.005327, 0.002165, -0.006942> - 1813: <-0.006187, 0.002165, -0.006187> - 1814: <-0.005540, 0.001250, -0.005540> - 1815: <-0.004770, 0.001250, -0.006216> - 1816: <-0.004770, 0.001250, -0.006216> - 1817: <-0.005540, 0.001250, -0.005540> - 1818: <-0.005303, 0.000000, -0.005303> - 1819: <-0.004566, 0.000000, -0.005950> - 1820: <-0.004566, 0.000000, -0.005950> - 1821: <-0.005303, 0.000000, -0.005303> - 1822: <-0.005540, -0.001250, -0.005540> - 1823: <-0.004770, -0.001250, -0.006216> - 1824: <-0.004770, -0.001250, -0.006216> - 1825: <-0.005540, -0.001250, -0.005540> - 1826: <-0.006187, -0.002165, -0.006187> - 1827: <-0.005327, -0.002165, -0.006942> - 1828: <-0.005327, -0.002165, -0.006942> - 1829: <-0.006187, -0.002165, -0.006187> - 1830: <-0.007071, -0.002500, -0.007071> - 1831: <-0.006088, -0.002500, -0.007934> - 1832: <-0.006088, -0.002500, -0.007934> - 1833: <-0.007071, -0.002500, -0.007071> - 1834: <-0.007955, -0.002165, -0.007955> - 1835: <-0.006849, -0.002165, -0.008925> - 1836: <-0.008839, 0.000000, -0.008839> - 1837: <-0.009917, 0.000000, -0.007610> - 1838: <-0.009651, 0.001250, -0.007406> - 1839: <-0.008602, 0.001250, -0.008602> - 1840: <-0.008602, 0.001250, -0.008602> - 1841: <-0.009651, 0.001250, -0.007406> - 1842: <-0.008925, 0.002165, -0.006849> - 1843: <-0.007955, 0.002165, -0.007955> - 1844: <-0.007955, 0.002165, -0.007955> - 1845: <-0.008925, 0.002165, -0.006849> - 1846: <-0.007934, 0.002500, -0.006088> - 1847: <-0.007071, 0.002500, -0.007071> - 1848: <-0.007071, 0.002500, -0.007071> - 1849: <-0.007934, 0.002500, -0.006088> - 1850: <-0.006942, 0.002165, -0.005327> - 1851: <-0.006187, 0.002165, -0.006187> - 1852: <-0.006187, 0.002165, -0.006187> - 1853: <-0.006942, 0.002165, -0.005327> - 1854: <-0.006216, 0.001250, -0.004770> - 1855: <-0.005540, 0.001250, -0.005540> - 1856: <-0.005540, 0.001250, -0.005540> - 1857: <-0.006216, 0.001250, -0.004770> - 1858: <-0.005950, 0.000000, -0.004566> - 1859: <-0.005303, 0.000000, -0.005303> - 1860: <-0.005303, 0.000000, -0.005303> - 1861: <-0.005950, 0.000000, -0.004566> - 1862: <-0.006216, -0.001250, -0.004770> - 1863: <-0.005540, -0.001250, -0.005540> - 1864: <-0.005540, -0.001250, -0.005540> - 1865: <-0.006216, -0.001250, -0.004770> - 1866: <-0.006942, -0.002165, -0.005327> - 1867: <-0.006187, -0.002165, -0.006187> - 1868: <-0.006187, -0.002165, -0.006187> - 1869: <-0.006942, -0.002165, -0.005327> - 1870: <-0.007934, -0.002500, -0.006088> - 1871: <-0.007071, -0.002500, -0.007071> - 1872: <-0.007071, -0.002500, -0.007071> - 1873: <-0.007934, -0.002500, -0.006088> - 1874: <-0.008925, -0.002165, -0.006849> - 1875: <-0.007955, -0.002165, -0.007955> - 1876: <-0.007955, -0.002165, -0.007955> - 1877: <-0.008925, -0.002165, -0.006849> - 1878: <-0.009651, -0.001250, -0.007406> - 1879: <-0.008602, -0.001250, -0.008602> - 1880: <-0.008602, -0.001250, -0.008602> - 1881: <-0.009651, -0.001250, -0.007406> - 1882: <-0.009917, 0.000000, -0.007610> - 1883: <-0.008839, 0.000000, -0.008839> - 1884: <-0.009917, 0.000000, -0.007610> - 1885: <-0.010825, 0.000000, -0.006250> - 1886: <-0.010535, 0.001250, -0.006083> - 1887: <-0.009651, 0.001250, -0.007406> - 1888: <-0.009651, 0.001250, -0.007406> - 1889: <-0.010535, 0.001250, -0.006083> - 1890: <-0.009743, 0.002165, -0.005625> - 1891: <-0.008925, 0.002165, -0.006849> - 1892: <-0.008925, 0.002165, -0.006849> - 1893: <-0.009743, 0.002165, -0.005625> - 1894: <-0.008660, 0.002500, -0.005000> - 1895: <-0.007934, 0.002500, -0.006088> - 1896: <-0.007934, 0.002500, -0.006088> - 1897: <-0.008660, 0.002500, -0.005000> - 1898: <-0.007578, 0.002165, -0.004375> - 1899: <-0.006942, 0.002165, -0.005327> - 1900: <-0.006942, 0.002165, -0.005327> - 1901: <-0.007578, 0.002165, -0.004375> - 1902: <-0.006785, 0.001250, -0.003917> - 1903: <-0.006216, 0.001250, -0.004770> - 1904: <-0.006216, 0.001250, -0.004770> - 1905: <-0.006785, 0.001250, -0.003917> - 1906: <-0.006495, 0.000000, -0.003750> - 1907: <-0.005950, 0.000000, -0.004566> - 1908: <-0.005950, 0.000000, -0.004566> - 1909: <-0.006495, 0.000000, -0.003750> - 1910: <-0.006785, -0.001250, -0.003917> - 1911: <-0.006216, -0.001250, -0.004770> - 1912: <-0.006216, -0.001250, -0.004770> - 1913: <-0.006785, -0.001250, -0.003917> - 1914: <-0.007578, -0.002165, -0.004375> - 1915: <-0.006942, -0.002165, -0.005327> - 1916: <-0.006942, -0.002165, -0.005327> - 1917: <-0.007578, -0.002165, -0.004375> - 1918: <-0.008660, -0.002500, -0.005000> - 1919: <-0.007934, -0.002500, -0.006088> - 1920: <-0.007934, -0.002500, -0.006088> - 1921: <-0.008660, -0.002500, -0.005000> - 1922: <-0.009743, -0.002165, -0.005625> - 1923: <-0.008925, -0.002165, -0.006849> - 1924: <-0.008925, -0.002165, -0.006849> - 1925: <-0.009743, -0.002165, -0.005625> - 1926: <-0.010535, -0.001250, -0.006083> - 1927: <-0.009651, -0.001250, -0.007406> - 1928: <-0.009651, -0.001250, -0.007406> - 1929: <-0.010535, -0.001250, -0.006083> - 1930: <-0.010825, 0.000000, -0.006250> - 1931: <-0.009917, 0.000000, -0.007610> - 1932: <-0.010825, 0.000000, -0.006250> - 1933: <-0.011548, 0.000000, -0.004784> - 1934: <-0.011239, 0.001250, -0.004655> - 1935: <-0.010535, 0.001250, -0.006083> - 1936: <-0.010535, 0.001250, -0.006083> - 1937: <-0.011239, 0.001250, -0.004655> - 1938: <-0.010394, 0.002165, -0.004305> - 1939: <-0.009743, 0.002165, -0.005625> - 1940: <-0.009743, 0.002165, -0.005625> - 1941: <-0.010394, 0.002165, -0.004305> - 1942: <-0.009239, 0.002500, -0.003827> - 1943: <-0.008660, 0.002500, -0.005000> - 1944: <-0.008660, 0.002500, -0.005000> - 1945: <-0.009239, 0.002500, -0.003827> - 1946: <-0.008084, 0.002165, -0.003348> - 1947: <-0.007578, 0.002165, -0.004375> - 1948: <-0.007578, 0.002165, -0.004375> - 1949: <-0.008084, 0.002165, -0.003348> - 1950: <-0.007239, 0.001250, -0.002998> - 1951: <-0.006785, 0.001250, -0.003917> - 1952: <-0.006785, 0.001250, -0.003917> - 1953: <-0.007239, 0.001250, -0.002998> - 1954: <-0.006929, 0.000000, -0.002870> - 1955: <-0.006495, 0.000000, -0.003750> - 1956: <-0.006495, 0.000000, -0.003750> - 1957: <-0.006929, 0.000000, -0.002870> - 1958: <-0.007239, -0.001250, -0.002998> - 1959: <-0.006785, -0.001250, -0.003917> - 1960: <-0.006785, -0.001250, -0.003917> - 1961: <-0.007239, -0.001250, -0.002998> - 1962: <-0.008084, -0.002165, -0.003348> - 1963: <-0.007578, -0.002165, -0.004375> - 1964: <-0.007578, -0.002165, -0.004375> - 1965: <-0.008084, -0.002165, -0.003348> - 1966: <-0.009239, -0.002500, -0.003827> - 1967: <-0.008660, -0.002500, -0.005000> - 1968: <-0.008660, -0.002500, -0.005000> - 1969: <-0.009239, -0.002500, -0.003827> - 1970: <-0.010394, -0.002165, -0.004305> - 1971: <-0.009743, -0.002165, -0.005625> - 1972: <-0.009743, -0.002165, -0.005625> - 1973: <-0.010394, -0.002165, -0.004305> - 1974: <-0.011239, -0.001250, -0.004655> - 1975: <-0.010535, -0.001250, -0.006083> - 1976: <-0.010535, -0.001250, -0.006083> - 1977: <-0.011239, -0.001250, -0.004655> - 1978: <-0.011548, 0.000000, -0.004784> - 1979: <-0.010825, 0.000000, -0.006250> - 1980: <-0.011548, 0.000000, -0.004784> - 1981: <-0.012074, 0.000000, -0.003235> - 1982: <-0.011751, 0.001250, -0.003149> - 1983: <-0.011239, 0.001250, -0.004655> - 1984: <-0.011239, 0.001250, -0.004655> - 1985: <-0.011751, 0.001250, -0.003149> - 1986: <-0.010867, 0.002165, -0.002912> - 1987: <-0.010394, 0.002165, -0.004305> - 1988: <-0.010394, 0.002165, -0.004305> - 1989: <-0.010867, 0.002165, -0.002912> - 1990: <-0.009659, 0.002500, -0.002588> - 1991: <-0.009239, 0.002500, -0.003827> - 1992: <-0.009239, 0.002500, -0.003827> - 1993: <-0.009659, 0.002500, -0.002588> - 1994: <-0.008452, 0.002165, -0.002265> - 1995: <-0.008084, 0.002165, -0.003348> - 1996: <-0.008084, 0.002165, -0.003348> - 1997: <-0.008452, 0.002165, -0.002265> - 1998: <-0.007568, 0.001250, -0.002028> - 1999: <-0.007239, 0.001250, -0.002998> - 2000: <-0.007239, 0.001250, -0.002998> - 2001: <-0.007568, 0.001250, -0.002028> - 2002: <-0.007244, 0.000000, -0.001941> - 2003: <-0.006929, 0.000000, -0.002870> - 2004: <-0.006929, 0.000000, -0.002870> - 2005: <-0.007244, 0.000000, -0.001941> - 2006: <-0.007568, -0.001250, -0.002028> - 2007: <-0.007239, -0.001250, -0.002998> - 2008: <-0.007239, -0.001250, -0.002998> - 2009: <-0.007568, -0.001250, -0.002028> - 2010: <-0.008452, -0.002165, -0.002265> - 2011: <-0.008084, -0.002165, -0.003348> - 2012: <-0.008084, -0.002165, -0.003348> - 2013: <-0.008452, -0.002165, -0.002265> - 2014: <-0.009659, -0.002500, -0.002588> - 2015: <-0.009239, -0.002500, -0.003827> - 2016: <-0.009239, -0.002500, -0.003827> - 2017: <-0.009659, -0.002500, -0.002588> - 2018: <-0.010867, -0.002165, -0.002912> - 2019: <-0.010394, -0.002165, -0.004305> - 2020: <-0.010394, -0.002165, -0.004305> - 2021: <-0.010867, -0.002165, -0.002912> - 2022: <-0.011751, -0.001250, -0.003149> - 2023: <-0.011239, -0.001250, -0.004655> - 2024: <-0.011239, -0.001250, -0.004655> - 2025: <-0.011751, -0.001250, -0.003149> - 2026: <-0.012074, 0.000000, -0.003235> - 2027: <-0.011548, 0.000000, -0.004784> - 2028: <-0.008452, 0.002165, -0.002265> - 2029: <-0.008675, 0.002165, -0.001142> - 2030: <-0.007768, 0.001250, -0.001023> - 2031: <-0.007568, 0.001250, -0.002028> - 2032: <-0.007568, 0.001250, -0.002028> - 2033: <-0.007768, 0.001250, -0.001023> - 2034: <-0.007436, 0.000000, -0.000979> - 2035: <-0.007244, 0.000000, -0.001941> - 2036: <-0.007244, 0.000000, -0.001941> - 2037: <-0.007436, 0.000000, -0.000979> - 2038: <-0.007768, -0.001250, -0.001023> - 2039: <-0.007568, -0.001250, -0.002028> - 2040: <-0.007568, -0.001250, -0.002028> - 2041: <-0.007768, -0.001250, -0.001023> - 2042: <-0.008675, -0.002165, -0.001142> - 2043: <-0.008452, -0.002165, -0.002265> - 2044: <-0.008452, -0.002165, -0.002265> - 2045: <-0.008675, -0.002165, -0.001142> - 2046: <-0.009914, -0.002500, -0.001305> - 2047: <-0.009659, -0.002500, -0.002588> - 2048: <-0.009659, -0.002500, -0.002588> - 2049: <-0.009914, -0.002500, -0.001305> - 2050: <-0.011154, -0.002165, -0.001468> - 2051: <-0.010867, -0.002165, -0.002912> - 2052: <-0.008675, 0.002165, -0.001142> - 2053: <-0.008750, 0.002165, 0.000000> - 2054: <-0.007835, 0.001250, 0.000000> - 2055: <-0.007768, 0.001250, -0.001023> - 2056: <-0.007768, 0.001250, -0.001023> - 2057: <-0.007835, 0.001250, 0.000000> - 2058: <-0.007500, 0.000000, 0.000000> - 2059: <-0.007436, 0.000000, -0.000979> - 2060: <-0.007436, 0.000000, -0.000979> - 2061: <-0.007500, 0.000000, 0.000000> - 2062: <-0.007835, -0.001250, 0.000000> - 2063: <-0.007768, -0.001250, -0.001023> - 2064: <-0.007768, -0.001250, -0.001023> - 2065: <-0.007835, -0.001250, 0.000000> - 2066: <-0.008750, -0.002165, 0.000000> - 2067: <-0.008675, -0.002165, -0.001142> - 2068: <-0.008675, -0.002165, -0.001142> - 2069: <-0.008750, -0.002165, 0.000000> - 2070: <-0.010000, -0.002500, 0.000000> - 2071: <-0.009914, -0.002500, -0.001305> - 2072: <-0.009914, -0.002500, -0.001305> - 2073: <-0.010000, -0.002500, 0.000000> - 2074: <-0.011250, -0.002165, 0.000000> - 2075: <-0.011154, -0.002165, -0.001468> - 2076: < 0.009743, 0.002165, -0.005625> - 2077: < 0.008925, 0.002165, -0.006849> - 2078: < 0.007934, 0.002500, -0.006088> - 2079: < 0.008660, 0.002500, -0.005000> - 2080: < 0.009651, 0.001250, -0.007406> - 2081: < 0.008602, 0.001250, -0.008602> - 2082: < 0.007955, 0.002165, -0.007955> - 2083: < 0.008925, 0.002165, -0.006849> - 2084: < 0.008925, 0.002165, -0.006849> - 2085: < 0.007955, 0.002165, -0.007955> - 2086: < 0.007071, 0.002500, -0.007071> - 2087: < 0.007934, 0.002500, -0.006088> - 2088: < 0.008602, 0.001250, -0.008602> - 2089: < 0.007406, 0.001250, -0.009651> - 2090: < 0.006849, 0.002165, -0.008925> - 2091: < 0.007955, 0.002165, -0.007955> - 2092: < 0.007955, 0.002165, -0.007955> - 2093: < 0.006849, 0.002165, -0.008925> - 2094: < 0.006088, 0.002500, -0.007934> - 2095: < 0.007071, 0.002500, -0.007071> - 2096: < 0.007071, 0.002500, -0.007071> - 2097: < 0.006088, 0.002500, -0.007934> - 2098: < 0.005327, 0.002165, -0.006942> - 2099: < 0.006187, 0.002165, -0.006187> - 2100: < 0.007610, 0.000000, -0.009917> - 2101: < 0.006250, 0.000000, -0.010825> - 2102: < 0.006083, 0.001250, -0.010535> - 2103: < 0.007406, 0.001250, -0.009651> - 2104: < 0.007406, 0.001250, -0.009651> - 2105: < 0.006083, 0.001250, -0.010535> - 2106: < 0.005625, 0.002165, -0.009743> - 2107: < 0.006849, 0.002165, -0.008925> - 2108: < 0.006849, 0.002165, -0.008925> - 2109: < 0.005625, 0.002165, -0.009743> - 2110: < 0.005000, 0.002500, -0.008660> - 2111: < 0.006088, 0.002500, -0.007934> - 2112: < 0.006088, 0.002500, -0.007934> - 2113: < 0.005000, 0.002500, -0.008660> - 2114: < 0.004375, 0.002165, -0.007578> - 2115: < 0.005327, 0.002165, -0.006942> - 2116: < 0.006250, 0.000000, -0.010825> - 2117: < 0.004784, 0.000000, -0.011548> - 2118: < 0.004655, 0.001250, -0.011239> - 2119: < 0.006083, 0.001250, -0.010535> - 2120: < 0.006083, 0.001250, -0.010535> - 2121: < 0.004655, 0.001250, -0.011239> - 2122: < 0.004305, 0.002165, -0.010394> - 2123: < 0.005625, 0.002165, -0.009743> - 2124: < 0.005625, 0.002165, -0.009743> - 2125: < 0.004305, 0.002165, -0.010394> - 2126: < 0.003827, 0.002500, -0.009239> - 2127: < 0.005000, 0.002500, -0.008660> - 2128: < 0.005000, 0.002500, -0.008660> - 2129: < 0.003827, 0.002500, -0.009239> - 2130: < 0.003348, 0.002165, -0.008084> - 2131: < 0.004375, 0.002165, -0.007578> - 2132: < 0.006083, -0.001250, -0.010535> - 2133: < 0.004655, -0.001250, -0.011239> - 2134: < 0.004784, 0.000000, -0.011548> - 2135: < 0.006250, 0.000000, -0.010825> - 2136: < 0.004784, 0.000000, -0.011548> - 2137: < 0.003235, 0.000000, -0.012074> - 2138: < 0.003149, 0.001250, -0.011751> - 2139: < 0.004655, 0.001250, -0.011239> - 2140: < 0.004655, 0.001250, -0.011239> - 2141: < 0.003149, 0.001250, -0.011751> - 2142: < 0.002912, 0.002165, -0.010867> - 2143: < 0.004305, 0.002165, -0.010394> - 2144: < 0.004305, 0.002165, -0.010394> - 2145: < 0.002912, 0.002165, -0.010867> - 2146: < 0.002588, 0.002500, -0.009659> - 2147: < 0.003827, 0.002500, -0.009239> - 2148: < 0.003827, 0.002500, -0.009239> - 2149: < 0.002588, 0.002500, -0.009659> - 2150: < 0.002265, 0.002165, -0.008452> - 2151: < 0.003348, 0.002165, -0.008084> - 2152: < 0.004655, -0.001250, -0.011239> - 2153: < 0.003149, -0.001250, -0.011751> - 2154: < 0.003235, 0.000000, -0.012074> - 2155: < 0.004784, 0.000000, -0.011548> - 2156: < 0.003235, 0.000000, -0.012074> - 2157: < 0.001632, 0.000000, -0.012393> - 2158: < 0.001588, 0.001250, -0.012061> - 2159: < 0.003149, 0.001250, -0.011751> - 2160: < 0.003149, 0.001250, -0.011751> - 2161: < 0.001588, 0.001250, -0.012061> - 2162: < 0.001468, 0.002165, -0.011154> - 2163: < 0.002912, 0.002165, -0.010867> - 2164: < 0.002912, 0.002165, -0.010867> - 2165: < 0.001468, 0.002165, -0.011154> - 2166: < 0.001305, 0.002500, -0.009914> - 2167: < 0.002588, 0.002500, -0.009659> - 2168: < 0.002588, 0.002500, -0.009659> - 2169: < 0.001305, 0.002500, -0.009914> - 2170: < 0.001142, 0.002165, -0.008675> - 2171: < 0.002265, 0.002165, -0.008452> - 2172: < 0.002912, -0.002165, -0.010867> - 2173: < 0.001468, -0.002165, -0.011154> - 2174: < 0.001588, -0.001250, -0.012061> - 2175: < 0.003149, -0.001250, -0.011751> - 2176: < 0.003149, -0.001250, -0.011751> - 2177: < 0.001588, -0.001250, -0.012061> - 2178: < 0.001632, 0.000000, -0.012393> - 2179: < 0.003235, 0.000000, -0.012074> - 2180: < 0.001632, 0.000000, -0.012393> - 2181: <-0.000000, 0.000000, -0.012500> - 2182: <-0.000000, 0.001250, -0.012165> - 2183: < 0.001588, 0.001250, -0.012061> - 2184: < 0.001588, 0.001250, -0.012061> - 2185: <-0.000000, 0.001250, -0.012165> - 2186: <-0.000000, 0.002165, -0.011250> - 2187: < 0.001468, 0.002165, -0.011154> - 2188: < 0.001468, 0.002165, -0.011154> - 2189: <-0.000000, 0.002165, -0.011250> - 2190: <-0.000000, 0.002500, -0.010000> - 2191: < 0.001305, 0.002500, -0.009914> - 2192: < 0.001305, 0.002500, -0.009914> - 2193: <-0.000000, 0.002500, -0.010000> - 2194: <-0.000000, 0.002165, -0.008750> - 2195: < 0.001142, 0.002165, -0.008675> - 2196: < 0.001468, -0.002165, -0.011154> - 2197: <-0.000000, -0.002165, -0.011250> - 2198: <-0.000000, -0.001250, -0.012165> - 2199: < 0.001588, -0.001250, -0.012061> - 2200: < 0.001588, -0.001250, -0.012061> - 2201: <-0.000000, -0.001250, -0.012165> - 2202: <-0.000000, 0.000000, -0.012500> - 2203: < 0.001632, 0.000000, -0.012393> - 2204: <-0.000000, 0.000000, -0.012500> - 2205: <-0.001632, 0.000000, -0.012393> - 2206: <-0.001588, 0.001250, -0.012061> - 2207: <-0.000000, 0.001250, -0.012165> - 2208: <-0.000000, 0.001250, -0.012165> - 2209: <-0.001588, 0.001250, -0.012061> - 2210: <-0.001468, 0.002165, -0.011154> - 2211: <-0.000000, 0.002165, -0.011250> - 2212: <-0.000000, 0.002165, -0.011250> - 2213: <-0.001468, 0.002165, -0.011154> - 2214: <-0.001305, 0.002500, -0.009914> - 2215: <-0.000000, 0.002500, -0.010000> - 2216: <-0.000000, 0.002500, -0.010000> - 2217: <-0.001305, 0.002500, -0.009914> - 2218: <-0.001142, 0.002165, -0.008675> - 2219: <-0.000000, 0.002165, -0.008750> - 2220: <-0.000000, -0.002165, -0.011250> - 2221: <-0.001468, -0.002165, -0.011154> - 2222: <-0.001588, -0.001250, -0.012061> - 2223: <-0.000000, -0.001250, -0.012165> - 2224: <-0.000000, -0.001250, -0.012165> - 2225: <-0.001588, -0.001250, -0.012061> - 2226: <-0.001632, 0.000000, -0.012393> - 2227: <-0.000000, 0.000000, -0.012500> - 2228: <-0.001632, 0.000000, -0.012393> - 2229: <-0.003235, 0.000000, -0.012074> - 2230: <-0.003149, 0.001250, -0.011751> - 2231: <-0.001588, 0.001250, -0.012061> - 2232: <-0.001588, 0.001250, -0.012061> - 2233: <-0.003149, 0.001250, -0.011751> - 2234: <-0.002912, 0.002165, -0.010867> - 2235: <-0.001468, 0.002165, -0.011154> - 2236: <-0.001468, 0.002165, -0.011154> - 2237: <-0.002912, 0.002165, -0.010867> - 2238: <-0.002588, 0.002500, -0.009659> - 2239: <-0.001305, 0.002500, -0.009914> - 2240: <-0.001468, -0.002165, -0.011154> - 2241: <-0.002912, -0.002165, -0.010867> - 2242: <-0.003149, -0.001250, -0.011751> - 2243: <-0.001588, -0.001250, -0.012061> - 2244: <-0.001588, -0.001250, -0.012061> - 2245: <-0.003149, -0.001250, -0.011751> - 2246: <-0.003235, 0.000000, -0.012074> - 2247: <-0.001632, 0.000000, -0.012393> - 2248: <-0.003235, 0.000000, -0.012074> - 2249: <-0.004784, 0.000000, -0.011548> - 2250: <-0.004655, 0.001250, -0.011239> - 2251: <-0.003149, 0.001250, -0.011751> - 2252: <-0.003149, 0.001250, -0.011751> - 2253: <-0.004655, 0.001250, -0.011239> - 2254: <-0.004305, 0.002165, -0.010394> - 2255: <-0.002912, 0.002165, -0.010867> - 2256: <-0.002912, 0.002165, -0.010867> - 2257: <-0.004305, 0.002165, -0.010394> - 2258: <-0.003827, 0.002500, -0.009239> - 2259: <-0.002588, 0.002500, -0.009659> - 2260: <-0.002912, -0.002165, -0.010867> - 2261: <-0.004305, -0.002165, -0.010394> - 2262: <-0.004655, -0.001250, -0.011239> - 2263: <-0.003149, -0.001250, -0.011751> - 2264: <-0.003149, -0.001250, -0.011751> - 2265: <-0.004655, -0.001250, -0.011239> - 2266: <-0.004784, 0.000000, -0.011548> - 2267: <-0.003235, 0.000000, -0.012074> - 2268: <-0.004784, 0.000000, -0.011548> - 2269: <-0.006250, 0.000000, -0.010825> - 2270: <-0.006083, 0.001250, -0.010535> - 2271: <-0.004655, 0.001250, -0.011239> - 2272: <-0.004655, 0.001250, -0.011239> - 2273: <-0.006083, 0.001250, -0.010535> - 2274: <-0.005625, 0.002165, -0.009743> - 2275: <-0.004305, 0.002165, -0.010394> - 2276: <-0.004305, -0.002165, -0.010394> - 2277: <-0.005625, -0.002165, -0.009743> - 2278: <-0.006083, -0.001250, -0.010535> - 2279: <-0.004655, -0.001250, -0.011239> - 2280: <-0.004655, -0.001250, -0.011239> - 2281: <-0.006083, -0.001250, -0.010535> - 2282: <-0.006250, 0.000000, -0.010825> - 2283: <-0.004784, 0.000000, -0.011548> - 2284: <-0.006250, 0.000000, -0.010825> - 2285: <-0.007610, 0.000000, -0.009917> - 2286: <-0.007406, 0.001250, -0.009651> - 2287: <-0.006083, 0.001250, -0.010535> - 2288: <-0.005625, -0.002165, -0.009743> - 2289: <-0.006849, -0.002165, -0.008925> - 2290: <-0.007406, -0.001250, -0.009651> - 2291: <-0.006083, -0.001250, -0.010535> - 2292: <-0.006083, -0.001250, -0.010535> - 2293: <-0.007406, -0.001250, -0.009651> - 2294: <-0.007610, 0.000000, -0.009917> - 2295: <-0.006250, 0.000000, -0.010825> - 2296: <-0.006849, -0.002165, -0.008925> - 2297: <-0.007955, -0.002165, -0.007955> - 2298: <-0.008602, -0.001250, -0.008602> - 2299: <-0.007406, -0.001250, -0.009651> - 2300: <-0.007406, -0.001250, -0.009651> - 2301: <-0.008602, -0.001250, -0.008602> - 2302: <-0.008839, 0.000000, -0.008839> - 2303: <-0.007610, 0.000000, -0.009917> Normals: Count 2304. Hash: 14915939258818888021 - 0: <-0.963996, 0.258302, 0.063184> - 1: <-0.963996, 0.258302, 0.063184> - 2: <-0.963996, 0.258302, 0.063184> - 3: <-0.963996, 0.258302, 0.063184> - 4: <-0.706349, 0.706349, 0.046297> - 5: <-0.706349, 0.706349, 0.046297> - 6: <-0.706349, 0.706349, 0.046297> - 7: <-0.706349, 0.706349, 0.046297> - 8: <-0.258782, 0.965787, 0.016961> - 9: <-0.258782, 0.965787, 0.016961> - 10: <-0.258782, 0.965787, 0.016961> - 11: <-0.258782, 0.965787, 0.016961> - 12: < 0.258782, 0.965787, -0.016961> - 13: < 0.258782, 0.965787, -0.016961> - 14: < 0.258782, 0.965787, -0.016961> - 15: < 0.258782, 0.965787, -0.016961> - 16: <-0.706349, -0.706349, 0.046297> - 17: <-0.706349, -0.706349, 0.046297> - 18: <-0.706349, -0.706349, 0.046297> - 19: <-0.706349, -0.706349, 0.046297> - 20: <-0.963996, -0.258302, 0.063184> - 21: <-0.963996, -0.258302, 0.063184> - 22: <-0.963996, -0.258302, 0.063184> - 23: <-0.963996, -0.258302, 0.063184> - 24: <-0.947502, 0.258302, 0.188470> - 25: <-0.947502, 0.258302, 0.188470> - 26: <-0.947502, 0.258302, 0.188470> - 27: <-0.947502, 0.258302, 0.188470> - 28: <-0.694263, 0.706349, 0.138097> - 29: <-0.694263, 0.706349, 0.138097> - 30: <-0.694263, 0.706349, 0.138097> - 31: <-0.694263, 0.706349, 0.138097> - 32: <-0.254354, 0.965787, 0.050594> - 33: <-0.254354, 0.965787, 0.050594> - 34: <-0.254354, 0.965787, 0.050594> - 35: <-0.254354, 0.965787, 0.050594> - 36: < 0.254354, 0.965787, -0.050594> - 37: < 0.254354, 0.965787, -0.050594> - 38: < 0.254354, 0.965787, -0.050594> - 39: < 0.254354, 0.965787, -0.050594> - 40: <-0.694263, -0.706349, 0.138097> - 41: <-0.694263, -0.706349, 0.138097> - 42: <-0.694263, -0.706349, 0.138097> - 43: <-0.694263, -0.706349, 0.138097> - 44: <-0.947502, -0.258302, 0.188470> - 45: <-0.947502, -0.258302, 0.188470> - 46: <-0.947502, -0.258302, 0.188470> - 47: <-0.947502, -0.258302, 0.188470> - 48: <-0.914796, 0.258301, 0.310531> - 49: <-0.914796, 0.258301, 0.310531> - 50: <-0.914796, 0.258301, 0.310531> - 51: <-0.914796, 0.258301, 0.310531> - 52: <-0.670298, 0.706349, 0.227535> - 53: <-0.670298, 0.706349, 0.227535> - 54: <-0.670298, 0.706349, 0.227535> - 55: <-0.670298, 0.706349, 0.227535> - 56: <-0.245574, 0.965787, 0.083361> - 57: <-0.245574, 0.965787, 0.083361> - 58: <-0.245574, 0.965787, 0.083361> - 59: <-0.245574, 0.965787, 0.083361> - 60: < 0.245574, 0.965787, -0.083361> - 61: < 0.245574, 0.965787, -0.083361> - 62: < 0.245574, 0.965787, -0.083361> - 63: < 0.245574, 0.965787, -0.083361> - 64: <-0.670298, -0.706349, 0.227535> - 65: <-0.670298, -0.706349, 0.227535> - 66: <-0.670298, -0.706349, 0.227535> - 67: <-0.670298, -0.706349, 0.227535> - 68: <-0.914796, -0.258301, 0.310531> - 69: <-0.914796, -0.258301, 0.310531> - 70: <-0.914796, -0.258301, 0.310531> - 71: <-0.914796, -0.258301, 0.310531> - 72: <-0.866437, 0.258302, 0.427279> - 73: <-0.866437, 0.258302, 0.427279> - 74: <-0.866437, 0.258302, 0.427279> - 75: <-0.866437, 0.258302, 0.427279> - 76: <-0.634864, 0.706349, 0.313080> - 77: <-0.634864, 0.706349, 0.313080> - 78: <-0.634864, 0.706349, 0.313080> - 79: <-0.634864, 0.706349, 0.313080> - 80: <-0.232592, 0.965787, 0.114702> - 81: <-0.232592, 0.965787, 0.114702> - 82: <-0.232592, 0.965787, 0.114702> - 83: <-0.232592, 0.965787, 0.114702> - 84: < 0.232592, 0.965787, -0.114702> - 85: < 0.232592, 0.965787, -0.114702> - 86: < 0.232592, 0.965787, -0.114702> - 87: < 0.232592, 0.965787, -0.114702> - 88: <-0.634864, -0.706349, 0.313080> - 89: <-0.634864, -0.706349, 0.313080> - 90: <-0.634864, -0.706349, 0.313080> - 91: <-0.634864, -0.706349, 0.313080> - 92: <-0.866437, -0.258302, 0.427279> - 93: <-0.866437, -0.258302, 0.427279> - 94: <-0.866437, -0.258302, 0.427279> - 95: <-0.866437, -0.258302, 0.427279> - 96: <-0.803253, 0.258302, 0.536716> - 97: <-0.803253, 0.258302, 0.536716> - 98: <-0.803253, 0.258302, 0.536716> - 99: <-0.803253, 0.258302, 0.536716> - 100: <-0.588568, 0.706348, 0.393268> - 101: <-0.588568, 0.706348, 0.393268> - 102: <-0.588568, 0.706348, 0.393268> - 103: <-0.588568, 0.706348, 0.393268> - 104: <-0.215631, 0.965787, 0.144080> - 105: <-0.215631, 0.965787, 0.144080> - 106: <-0.215631, 0.965787, 0.144080> - 107: <-0.215631, 0.965787, 0.144080> - 108: < 0.215631, 0.965787, -0.144080> - 109: < 0.215631, 0.965787, -0.144080> - 110: < 0.215631, 0.965787, -0.144080> - 111: < 0.215631, 0.965787, -0.144080> - 112: <-0.588568, -0.706348, 0.393268> - 113: <-0.588568, -0.706348, 0.393268> - 114: <-0.588568, -0.706348, 0.393268> - 115: <-0.588568, -0.706348, 0.393268> - 116: <-0.803253, -0.258302, 0.536716> - 117: <-0.803253, -0.258302, 0.536716> - 118: <-0.803253, -0.258302, 0.536716> - 119: <-0.803253, -0.258302, 0.536716> - 120: <-0.726325, 0.258302, 0.636971> - 121: <-0.726325, 0.258302, 0.636971> - 122: <-0.726325, 0.258302, 0.636971> - 123: <-0.726325, 0.258302, 0.636971> - 124: <-0.532200, 0.706348, 0.466728> - 125: <-0.532200, 0.706348, 0.466728> - 126: <-0.532200, 0.706348, 0.466728> - 127: <-0.532200, 0.706348, 0.466728> - 128: <-0.194980, 0.965787, 0.170993> - 129: <-0.194980, 0.965787, 0.170993> - 130: <-0.194980, 0.965787, 0.170993> - 131: <-0.194980, 0.965787, 0.170993> - 132: < 0.194980, 0.965787, -0.170993> - 133: < 0.194980, 0.965787, -0.170993> - 134: < 0.194980, 0.965787, -0.170993> - 135: < 0.194980, 0.965787, -0.170993> - 136: < 0.532201, 0.706349, -0.466727> - 137: < 0.532201, 0.706349, -0.466727> - 138: < 0.532201, 0.706349, -0.466727> - 139: < 0.532201, 0.706349, -0.466727> - 140: <-0.726325, -0.258302, 0.636971> - 141: <-0.726325, -0.258302, 0.636971> - 142: <-0.726325, -0.258302, 0.636971> - 143: <-0.726325, -0.258302, 0.636971> - 144: <-0.636970, 0.258302, 0.726326> - 145: <-0.636970, 0.258302, 0.726326> - 146: <-0.636970, 0.258302, 0.726326> - 147: <-0.636970, 0.258302, 0.726326> - 148: <-0.466727, 0.706349, 0.532200> - 149: <-0.466727, 0.706349, 0.532200> - 150: <-0.466727, 0.706349, 0.532200> - 151: <-0.466727, 0.706349, 0.532200> - 152: <-0.170993, 0.965787, 0.194980> - 153: <-0.170993, 0.965787, 0.194980> - 154: <-0.170993, 0.965787, 0.194980> - 155: <-0.170993, 0.965787, 0.194980> - 156: < 0.170993, 0.965787, -0.194980> - 157: < 0.170993, 0.965787, -0.194980> - 158: < 0.170993, 0.965787, -0.194980> - 159: < 0.170993, 0.965787, -0.194980> - 160: < 0.466727, 0.706349, -0.532201> - 161: < 0.466727, 0.706349, -0.532201> - 162: < 0.466727, 0.706349, -0.532201> - 163: < 0.466727, 0.706349, -0.532201> - 164: <-0.636970, -0.258302, 0.726326> - 165: <-0.636970, -0.258302, 0.726326> - 166: <-0.636970, -0.258302, 0.726326> - 167: <-0.636970, -0.258302, 0.726326> - 168: <-0.536717, 0.258301, 0.803253> - 169: <-0.536717, 0.258301, 0.803253> - 170: <-0.536717, 0.258301, 0.803253> - 171: <-0.536717, 0.258301, 0.803253> - 172: <-0.393268, 0.706349, 0.588567> - 173: <-0.393268, 0.706349, 0.588567> - 174: <-0.393268, 0.706349, 0.588567> - 175: <-0.393268, 0.706349, 0.588567> - 176: <-0.144080, 0.965787, 0.215631> - 177: <-0.144080, 0.965787, 0.215631> - 178: <-0.144080, 0.965787, 0.215631> - 179: <-0.144080, 0.965787, 0.215631> - 180: < 0.144080, 0.965787, -0.215631> - 181: < 0.144080, 0.965787, -0.215631> - 182: < 0.144080, 0.965787, -0.215631> - 183: < 0.144080, 0.965787, -0.215631> - 184: < 0.393269, 0.706348, -0.588567> - 185: < 0.393269, 0.706348, -0.588567> - 186: < 0.393269, 0.706348, -0.588567> - 187: < 0.393269, 0.706348, -0.588567> - 188: < 0.536717, 0.258301, -0.803253> - 189: < 0.536717, 0.258301, -0.803253> - 190: < 0.536717, 0.258301, -0.803253> - 191: < 0.536717, 0.258301, -0.803253> - 192: <-0.313080, 0.706349, 0.634864> - 193: <-0.313080, 0.706349, 0.634864> - 194: <-0.313080, 0.706349, 0.634864> - 195: <-0.313080, 0.706349, 0.634864> - 196: <-0.114702, 0.965787, 0.232592> - 197: <-0.114702, 0.965787, 0.232592> - 198: <-0.114702, 0.965787, 0.232592> - 199: <-0.114702, 0.965787, 0.232592> - 200: < 0.114702, 0.965787, -0.232592> - 201: < 0.114702, 0.965787, -0.232592> - 202: < 0.114702, 0.965787, -0.232592> - 203: < 0.114702, 0.965787, -0.232592> - 204: < 0.313080, 0.706349, -0.634864> - 205: < 0.313080, 0.706349, -0.634864> - 206: < 0.313080, 0.706349, -0.634864> - 207: < 0.313080, 0.706349, -0.634864> - 208: < 0.427279, 0.258302, -0.866437> - 209: < 0.427279, 0.258302, -0.866437> - 210: < 0.427279, 0.258302, -0.866437> - 211: < 0.427279, 0.258302, -0.866437> - 212: <-0.227536, 0.706349, 0.670298> - 213: <-0.227536, 0.706349, 0.670298> - 214: <-0.227536, 0.706349, 0.670298> - 215: <-0.227536, 0.706349, 0.670298> - 216: <-0.083361, 0.965787, 0.245574> - 217: <-0.083361, 0.965787, 0.245574> - 218: <-0.083361, 0.965787, 0.245574> - 219: <-0.083361, 0.965787, 0.245574> - 220: < 0.083361, 0.965787, -0.245574> - 221: < 0.083361, 0.965787, -0.245574> - 222: < 0.083361, 0.965787, -0.245574> - 223: < 0.083361, 0.965787, -0.245574> - 224: < 0.227536, 0.706348, -0.670298> - 225: < 0.227536, 0.706348, -0.670298> - 226: < 0.227536, 0.706348, -0.670298> - 227: < 0.227536, 0.706348, -0.670298> - 228: < 0.310531, 0.258301, -0.914796> - 229: < 0.310531, 0.258301, -0.914796> - 230: < 0.310531, 0.258301, -0.914796> - 231: < 0.310531, 0.258301, -0.914796> - 232: < 0.310531, -0.258301, -0.914796> - 233: < 0.310531, -0.258301, -0.914796> - 234: < 0.310531, -0.258301, -0.914796> - 235: < 0.310531, -0.258301, -0.914796> - 236: <-0.050594, 0.965787, 0.254354> - 237: <-0.050594, 0.965787, 0.254354> - 238: <-0.050594, 0.965787, 0.254354> - 239: <-0.050594, 0.965787, 0.254354> - 240: < 0.050594, 0.965787, -0.254354> - 241: < 0.050594, 0.965787, -0.254354> - 242: < 0.050594, 0.965787, -0.254354> - 243: < 0.050594, 0.965787, -0.254354> - 244: < 0.138097, 0.706349, -0.694263> - 245: < 0.138097, 0.706349, -0.694263> - 246: < 0.138097, 0.706349, -0.694263> - 247: < 0.138097, 0.706349, -0.694263> - 248: < 0.188470, 0.258302, -0.947502> - 249: < 0.188470, 0.258302, -0.947502> - 250: < 0.188470, 0.258302, -0.947502> - 251: < 0.188470, 0.258302, -0.947502> - 252: < 0.188470, -0.258302, -0.947502> - 253: < 0.188470, -0.258302, -0.947502> - 254: < 0.188470, -0.258302, -0.947502> - 255: < 0.188470, -0.258302, -0.947502> - 256: <-0.016961, 0.965787, 0.258782> - 257: <-0.016961, 0.965787, 0.258782> - 258: <-0.016961, 0.965787, 0.258782> - 259: <-0.016961, 0.965787, 0.258782> - 260: < 0.016962, 0.965787, -0.258782> - 261: < 0.016962, 0.965787, -0.258782> - 262: < 0.016962, 0.965787, -0.258782> - 263: < 0.016962, 0.965787, -0.258782> - 264: < 0.046297, 0.706349, -0.706348> - 265: < 0.046297, 0.706349, -0.706348> - 266: < 0.046297, 0.706349, -0.706348> - 267: < 0.046297, 0.706349, -0.706348> - 268: < 0.063184, 0.258301, -0.963996> - 269: < 0.063184, 0.258301, -0.963996> - 270: < 0.063184, 0.258301, -0.963996> - 271: < 0.063184, 0.258301, -0.963996> - 272: < 0.063184, -0.258301, -0.963996> - 273: < 0.063184, -0.258301, -0.963996> - 274: < 0.063184, -0.258301, -0.963996> - 275: < 0.063184, -0.258301, -0.963996> - 276: < 0.016962, 0.965787, 0.258782> - 277: < 0.016962, 0.965787, 0.258782> - 278: < 0.016962, 0.965787, 0.258782> - 279: < 0.016962, 0.965787, 0.258782> - 280: <-0.016961, 0.965787, -0.258782> - 281: <-0.016961, 0.965787, -0.258782> - 282: <-0.016961, 0.965787, -0.258782> - 283: <-0.016961, 0.965787, -0.258782> - 284: <-0.046297, 0.706349, -0.706348> - 285: <-0.046297, 0.706349, -0.706348> - 286: <-0.046297, 0.706349, -0.706348> - 287: <-0.046297, 0.706349, -0.706348> - 288: <-0.063184, 0.258301, -0.963996> - 289: <-0.063184, 0.258301, -0.963996> - 290: <-0.063184, 0.258301, -0.963996> - 291: <-0.063184, 0.258301, -0.963996> - 292: <-0.063184, -0.258301, -0.963996> - 293: <-0.063184, -0.258301, -0.963996> - 294: <-0.063184, -0.258301, -0.963996> - 295: <-0.063184, -0.258301, -0.963996> - 296: <-0.046297, -0.706349, -0.706348> - 297: <-0.046297, -0.706349, -0.706348> - 298: <-0.046297, -0.706349, -0.706348> - 299: <-0.046297, -0.706349, -0.706348> - 300: < 0.050594, 0.965787, 0.254354> - 301: < 0.050594, 0.965787, 0.254354> - 302: < 0.050594, 0.965787, 0.254354> - 303: < 0.050594, 0.965787, 0.254354> - 304: <-0.050594, 0.965787, -0.254354> - 305: <-0.050594, 0.965787, -0.254354> - 306: <-0.050594, 0.965787, -0.254354> - 307: <-0.050594, 0.965787, -0.254354> - 308: <-0.138097, 0.706349, -0.694263> - 309: <-0.138097, 0.706349, -0.694263> - 310: <-0.138097, 0.706349, -0.694263> - 311: <-0.138097, 0.706349, -0.694263> - 312: <-0.188470, 0.258301, -0.947502> - 313: <-0.188470, 0.258301, -0.947502> - 314: <-0.188470, 0.258301, -0.947502> - 315: <-0.188470, 0.258301, -0.947502> - 316: <-0.188470, -0.258301, -0.947502> - 317: <-0.188470, -0.258301, -0.947502> - 318: <-0.188470, -0.258301, -0.947502> - 319: <-0.188470, -0.258301, -0.947502> - 320: <-0.138097, -0.706349, -0.694263> - 321: <-0.138097, -0.706349, -0.694263> - 322: <-0.138097, -0.706349, -0.694263> - 323: <-0.138097, -0.706349, -0.694263> - 324: < 0.083361, 0.965787, 0.245574> - 325: < 0.083361, 0.965787, 0.245574> - 326: < 0.083361, 0.965787, 0.245574> - 327: < 0.083361, 0.965787, 0.245574> - 328: <-0.083361, 0.965787, -0.245574> - 329: <-0.083361, 0.965787, -0.245574> - 330: <-0.083361, 0.965787, -0.245574> - 331: <-0.083361, 0.965787, -0.245574> - 332: <-0.227536, 0.706349, -0.670298> - 333: <-0.227536, 0.706349, -0.670298> - 334: <-0.227536, 0.706349, -0.670298> - 335: <-0.227536, 0.706349, -0.670298> - 336: <-0.310531, 0.258301, -0.914796> - 337: <-0.310531, 0.258301, -0.914796> - 338: <-0.310531, 0.258301, -0.914796> - 339: <-0.310531, 0.258301, -0.914796> - 340: <-0.310531, -0.258301, -0.914796> - 341: <-0.310531, -0.258301, -0.914796> - 342: <-0.310531, -0.258301, -0.914796> - 343: <-0.310531, -0.258301, -0.914796> - 344: <-0.227536, -0.706349, -0.670298> - 345: <-0.227536, -0.706349, -0.670298> - 346: <-0.227536, -0.706349, -0.670298> - 347: <-0.227536, -0.706349, -0.670298> - 348: < 0.114702, 0.965787, 0.232592> - 349: < 0.114702, 0.965787, 0.232592> - 350: < 0.114702, 0.965787, 0.232592> - 351: < 0.114702, 0.965787, 0.232592> - 352: <-0.114702, 0.965787, -0.232593> - 353: <-0.114702, 0.965787, -0.232593> - 354: <-0.114702, 0.965787, -0.232593> - 355: <-0.114702, 0.965787, -0.232593> - 356: <-0.313080, 0.706349, -0.634864> - 357: <-0.313080, 0.706349, -0.634864> - 358: <-0.313080, 0.706349, -0.634864> - 359: <-0.313080, 0.706349, -0.634864> - 360: <-0.427279, 0.258302, -0.866437> - 361: <-0.427279, 0.258302, -0.866437> - 362: <-0.427279, 0.258302, -0.866437> - 363: <-0.427279, 0.258302, -0.866437> - 364: <-0.427279, -0.258302, -0.866437> - 365: <-0.427279, -0.258302, -0.866437> - 366: <-0.427279, -0.258302, -0.866437> - 367: <-0.427279, -0.258302, -0.866437> - 368: <-0.313080, -0.706349, -0.634864> - 369: <-0.313080, -0.706349, -0.634864> - 370: <-0.313080, -0.706349, -0.634864> - 371: <-0.313080, -0.706349, -0.634864> - 372: < 0.144080, 0.965787, 0.215631> - 373: < 0.144080, 0.965787, 0.215631> - 374: < 0.144080, 0.965787, 0.215631> - 375: < 0.144080, 0.965787, 0.215631> - 376: <-0.144080, 0.965787, -0.215631> - 377: <-0.144080, 0.965787, -0.215631> - 378: <-0.144080, 0.965787, -0.215631> - 379: <-0.144080, 0.965787, -0.215631> - 380: <-0.393268, 0.706349, -0.588567> - 381: <-0.393268, 0.706349, -0.588567> - 382: <-0.393268, 0.706349, -0.588567> - 383: <-0.393268, 0.706349, -0.588567> - 384: <-0.393268, -0.706349, -0.588567> - 385: <-0.393268, -0.706349, -0.588567> - 386: <-0.393268, -0.706349, -0.588567> - 387: <-0.393268, -0.706349, -0.588567> - 388: <-0.947502, 0.258302, -0.188469> - 389: <-0.947502, 0.258302, -0.188469> - 390: <-0.947502, 0.258302, -0.188469> - 391: <-0.947502, 0.258302, -0.188469> - 392: <-0.694263, 0.706349, -0.138098> - 393: <-0.694263, 0.706349, -0.138098> - 394: <-0.694263, 0.706349, -0.138098> - 395: <-0.694263, 0.706349, -0.138098> - 396: <-0.254354, 0.965787, -0.050594> - 397: <-0.254354, 0.965787, -0.050594> - 398: <-0.254354, 0.965787, -0.050594> - 399: <-0.254354, 0.965787, -0.050594> - 400: < 0.254354, 0.965787, 0.050594> - 401: < 0.254354, 0.965787, 0.050594> - 402: < 0.254354, 0.965787, 0.050594> - 403: < 0.254354, 0.965787, 0.050594> - 404: <-0.694263, -0.706349, -0.138098> - 405: <-0.694263, -0.706349, -0.138098> - 406: <-0.694263, -0.706349, -0.138098> - 407: <-0.694263, -0.706349, -0.138098> - 408: <-0.947502, -0.258302, -0.188469> - 409: <-0.947502, -0.258302, -0.188469> - 410: <-0.947502, -0.258302, -0.188469> - 411: <-0.947502, -0.258302, -0.188469> - 412: <-0.963996, 0.258302, -0.063184> - 413: <-0.963996, 0.258302, -0.063184> - 414: <-0.963996, 0.258302, -0.063184> - 415: <-0.963996, 0.258302, -0.063184> - 416: <-0.706349, 0.706349, -0.046297> - 417: <-0.706349, 0.706349, -0.046297> - 418: <-0.706349, 0.706349, -0.046297> - 419: <-0.706349, 0.706349, -0.046297> - 420: <-0.258782, 0.965787, -0.016961> - 421: <-0.258782, 0.965787, -0.016961> - 422: <-0.258782, 0.965787, -0.016961> - 423: <-0.258782, 0.965787, -0.016961> - 424: < 0.258782, 0.965787, 0.016961> - 425: < 0.258782, 0.965787, 0.016961> - 426: < 0.258782, 0.965787, 0.016961> - 427: < 0.258782, 0.965787, 0.016961> - 428: <-0.706349, -0.706349, -0.046297> - 429: <-0.706349, -0.706349, -0.046297> - 430: <-0.706349, -0.706349, -0.046297> - 431: <-0.706349, -0.706349, -0.046297> - 432: <-0.963996, -0.258302, -0.063184> - 433: <-0.963996, -0.258302, -0.063184> - 434: <-0.963996, -0.258302, -0.063184> - 435: <-0.963996, -0.258302, -0.063184> - 436: < 0.706348, 0.706349, -0.046297> - 437: < 0.706348, 0.706349, -0.046297> - 438: < 0.706348, 0.706349, -0.046297> - 439: < 0.706348, 0.706349, -0.046297> - 440: < 0.963996, 0.258302, -0.063184> - 441: < 0.963996, 0.258302, -0.063184> - 442: < 0.963996, 0.258302, -0.063184> - 443: < 0.963996, 0.258302, -0.063184> - 444: < 0.963996, -0.258302, -0.063184> - 445: < 0.963996, -0.258302, -0.063184> - 446: < 0.963996, -0.258302, -0.063184> - 447: < 0.963996, -0.258302, -0.063184> - 448: < 0.706348, -0.706349, -0.046297> - 449: < 0.706348, -0.706349, -0.046297> - 450: < 0.706348, -0.706349, -0.046297> - 451: < 0.706348, -0.706349, -0.046297> - 452: < 0.258782, -0.965787, -0.016961> - 453: < 0.258782, -0.965787, -0.016961> - 454: < 0.258782, -0.965787, -0.016961> - 455: < 0.258782, -0.965787, -0.016961> - 456: <-0.258782, -0.965787, 0.016961> - 457: <-0.258782, -0.965787, 0.016961> - 458: <-0.258782, -0.965787, 0.016961> - 459: <-0.258782, -0.965787, 0.016961> - 460: < 0.694263, 0.706349, -0.138097> - 461: < 0.694263, 0.706349, -0.138097> - 462: < 0.694263, 0.706349, -0.138097> - 463: < 0.694263, 0.706349, -0.138097> - 464: < 0.947502, 0.258302, -0.188470> - 465: < 0.947502, 0.258302, -0.188470> - 466: < 0.947502, 0.258302, -0.188470> - 467: < 0.947502, 0.258302, -0.188470> - 468: < 0.947502, -0.258302, -0.188470> - 469: < 0.947502, -0.258302, -0.188470> - 470: < 0.947502, -0.258302, -0.188470> - 471: < 0.947502, -0.258302, -0.188470> - 472: < 0.694263, -0.706349, -0.138097> - 473: < 0.694263, -0.706349, -0.138097> - 474: < 0.694263, -0.706349, -0.138097> - 475: < 0.694263, -0.706349, -0.138097> - 476: < 0.254354, -0.965787, -0.050594> - 477: < 0.254354, -0.965787, -0.050594> - 478: < 0.254354, -0.965787, -0.050594> - 479: < 0.254354, -0.965787, -0.050594> - 480: <-0.254354, -0.965787, 0.050594> - 481: <-0.254354, -0.965787, 0.050594> - 482: <-0.254354, -0.965787, 0.050594> - 483: <-0.254354, -0.965787, 0.050594> - 484: < 0.670298, 0.706349, -0.227536> - 485: < 0.670298, 0.706349, -0.227536> - 486: < 0.670298, 0.706349, -0.227536> - 487: < 0.670298, 0.706349, -0.227536> - 488: < 0.914795, 0.258302, -0.310531> - 489: < 0.914795, 0.258302, -0.310531> - 490: < 0.914795, 0.258302, -0.310531> - 491: < 0.914795, 0.258302, -0.310531> - 492: < 0.914795, -0.258302, -0.310531> - 493: < 0.914795, -0.258302, -0.310531> - 494: < 0.914795, -0.258302, -0.310531> - 495: < 0.914795, -0.258302, -0.310531> - 496: < 0.670298, -0.706349, -0.227536> - 497: < 0.670298, -0.706349, -0.227536> - 498: < 0.670298, -0.706349, -0.227536> - 499: < 0.670298, -0.706349, -0.227536> - 500: < 0.245574, -0.965787, -0.083361> - 501: < 0.245574, -0.965787, -0.083361> - 502: < 0.245574, -0.965787, -0.083361> - 503: < 0.245574, -0.965787, -0.083361> - 504: <-0.245574, -0.965787, 0.083361> - 505: <-0.245574, -0.965787, 0.083361> - 506: <-0.245574, -0.965787, 0.083361> - 507: <-0.245574, -0.965787, 0.083361> - 508: < 0.634864, 0.706348, -0.313081> - 509: < 0.634864, 0.706348, -0.313081> - 510: < 0.634864, 0.706348, -0.313081> - 511: < 0.634864, 0.706348, -0.313081> - 512: < 0.866436, 0.258302, -0.427279> - 513: < 0.866436, 0.258302, -0.427279> - 514: < 0.866436, 0.258302, -0.427279> - 515: < 0.866436, 0.258302, -0.427279> - 516: < 0.866437, -0.258302, -0.427279> - 517: < 0.866437, -0.258302, -0.427279> - 518: < 0.866437, -0.258302, -0.427279> - 519: < 0.866437, -0.258302, -0.427279> - 520: < 0.634864, -0.706348, -0.313081> - 521: < 0.634864, -0.706348, -0.313081> - 522: < 0.634864, -0.706348, -0.313081> - 523: < 0.634864, -0.706348, -0.313081> - 524: < 0.232592, -0.965787, -0.114702> - 525: < 0.232592, -0.965787, -0.114702> - 526: < 0.232592, -0.965787, -0.114702> - 527: < 0.232592, -0.965787, -0.114702> - 528: <-0.232592, -0.965787, 0.114702> - 529: <-0.232592, -0.965787, 0.114702> - 530: <-0.232592, -0.965787, 0.114702> - 531: <-0.232592, -0.965787, 0.114702> - 532: < 0.588568, 0.706349, -0.393268> - 533: < 0.588568, 0.706349, -0.393268> - 534: < 0.588568, 0.706349, -0.393268> - 535: < 0.588568, 0.706349, -0.393268> - 536: < 0.803253, 0.258302, -0.536716> - 537: < 0.803253, 0.258302, -0.536716> - 538: < 0.803253, 0.258302, -0.536716> - 539: < 0.803253, 0.258302, -0.536716> - 540: < 0.803253, -0.258302, -0.536716> - 541: < 0.803253, -0.258302, -0.536716> - 542: < 0.803253, -0.258302, -0.536716> - 543: < 0.803253, -0.258302, -0.536716> - 544: < 0.588568, -0.706349, -0.393268> - 545: < 0.588568, -0.706349, -0.393268> - 546: < 0.588568, -0.706349, -0.393268> - 547: < 0.588568, -0.706349, -0.393268> - 548: < 0.215631, -0.965787, -0.144080> - 549: < 0.215631, -0.965787, -0.144080> - 550: < 0.215631, -0.965787, -0.144080> - 551: < 0.215631, -0.965787, -0.144080> - 552: <-0.215631, -0.965787, 0.144080> - 553: <-0.215631, -0.965787, 0.144080> - 554: <-0.215631, -0.965787, 0.144080> - 555: <-0.215631, -0.965787, 0.144080> - 556: < 0.726326, 0.258302, -0.636970> - 557: < 0.726326, 0.258302, -0.636970> - 558: < 0.726326, 0.258302, -0.636970> - 559: < 0.726326, 0.258302, -0.636970> - 560: < 0.726326, -0.258302, -0.636970> - 561: < 0.726326, -0.258302, -0.636970> - 562: < 0.726326, -0.258302, -0.636970> - 563: < 0.726326, -0.258302, -0.636970> - 564: < 0.532201, -0.706349, -0.466727> - 565: < 0.532201, -0.706349, -0.466727> - 566: < 0.532201, -0.706349, -0.466727> - 567: < 0.532201, -0.706349, -0.466727> - 568: < 0.194980, -0.965787, -0.170993> - 569: < 0.194980, -0.965787, -0.170993> - 570: < 0.194980, -0.965787, -0.170993> - 571: < 0.194980, -0.965787, -0.170993> - 572: <-0.194980, -0.965787, 0.170993> - 573: <-0.194980, -0.965787, 0.170993> - 574: <-0.194980, -0.965787, 0.170993> - 575: <-0.194980, -0.965787, 0.170993> - 576: <-0.532200, -0.706348, 0.466728> - 577: <-0.532200, -0.706348, 0.466728> - 578: <-0.532200, -0.706348, 0.466728> - 579: <-0.532200, -0.706348, 0.466728> - 580: < 0.636970, 0.258302, -0.726326> - 581: < 0.636970, 0.258302, -0.726326> - 582: < 0.636970, 0.258302, -0.726326> - 583: < 0.636970, 0.258302, -0.726326> - 584: < 0.636970, -0.258302, -0.726326> - 585: < 0.636970, -0.258302, -0.726326> - 586: < 0.636970, -0.258302, -0.726326> - 587: < 0.636970, -0.258302, -0.726326> - 588: < 0.466727, -0.706349, -0.532201> - 589: < 0.466727, -0.706349, -0.532201> - 590: < 0.466727, -0.706349, -0.532201> - 591: < 0.466727, -0.706349, -0.532201> - 592: < 0.170993, -0.965787, -0.194980> - 593: < 0.170993, -0.965787, -0.194980> - 594: < 0.170993, -0.965787, -0.194980> - 595: < 0.170993, -0.965787, -0.194980> - 596: <-0.170993, -0.965787, 0.194980> - 597: <-0.170993, -0.965787, 0.194980> - 598: <-0.170993, -0.965787, 0.194980> - 599: <-0.170993, -0.965787, 0.194980> - 600: <-0.466728, -0.706349, 0.532200> - 601: <-0.466728, -0.706349, 0.532200> - 602: <-0.466728, -0.706349, 0.532200> - 603: <-0.466728, -0.706349, 0.532200> - 604: < 0.536717, -0.258302, -0.803253> - 605: < 0.536717, -0.258302, -0.803253> - 606: < 0.536717, -0.258302, -0.803253> - 607: < 0.536717, -0.258302, -0.803253> - 608: < 0.393269, -0.706348, -0.588567> - 609: < 0.393269, -0.706348, -0.588567> - 610: < 0.393269, -0.706348, -0.588567> - 611: < 0.393269, -0.706348, -0.588567> - 612: < 0.144080, -0.965787, -0.215631> - 613: < 0.144080, -0.965787, -0.215631> - 614: < 0.144080, -0.965787, -0.215631> - 615: < 0.144080, -0.965787, -0.215631> - 616: <-0.144080, -0.965787, 0.215631> - 617: <-0.144080, -0.965787, 0.215631> - 618: <-0.144080, -0.965787, 0.215631> - 619: <-0.144080, -0.965787, 0.215631> - 620: <-0.393268, -0.706349, 0.588567> - 621: <-0.393268, -0.706349, 0.588567> - 622: <-0.393268, -0.706349, 0.588567> - 623: <-0.393268, -0.706349, 0.588567> - 624: <-0.536717, -0.258302, 0.803253> - 625: <-0.536717, -0.258302, 0.803253> - 626: <-0.536717, -0.258302, 0.803253> - 627: <-0.536717, -0.258302, 0.803253> - 628: <-0.427279, 0.258301, 0.866437> - 629: <-0.427279, 0.258301, 0.866437> - 630: <-0.427279, 0.258301, 0.866437> - 631: <-0.427279, 0.258301, 0.866437> - 632: < 0.427279, -0.258302, -0.866437> - 633: < 0.427279, -0.258302, -0.866437> - 634: < 0.427279, -0.258302, -0.866437> - 635: < 0.427279, -0.258302, -0.866437> - 636: < 0.313080, -0.706349, -0.634864> - 637: < 0.313080, -0.706349, -0.634864> - 638: < 0.313080, -0.706349, -0.634864> - 639: < 0.313080, -0.706349, -0.634864> - 640: < 0.114702, -0.965787, -0.232592> - 641: < 0.114702, -0.965787, -0.232592> - 642: < 0.114702, -0.965787, -0.232592> - 643: < 0.114702, -0.965787, -0.232592> - 644: <-0.114702, -0.965787, 0.232592> - 645: <-0.114702, -0.965787, 0.232592> - 646: <-0.114702, -0.965787, 0.232592> - 647: <-0.114702, -0.965787, 0.232592> - 648: <-0.313080, -0.706349, 0.634864> - 649: <-0.313080, -0.706349, 0.634864> - 650: <-0.313080, -0.706349, 0.634864> - 651: <-0.313080, -0.706349, 0.634864> - 652: <-0.427279, -0.258301, 0.866437> - 653: <-0.427279, -0.258301, 0.866437> - 654: <-0.427279, -0.258301, 0.866437> - 655: <-0.427279, -0.258301, 0.866437> - 656: <-0.310531, 0.258301, 0.914796> - 657: <-0.310531, 0.258301, 0.914796> - 658: <-0.310531, 0.258301, 0.914796> - 659: <-0.310531, 0.258301, 0.914796> - 660: < 0.227536, -0.706348, -0.670298> - 661: < 0.227536, -0.706348, -0.670298> - 662: < 0.227536, -0.706348, -0.670298> - 663: < 0.227536, -0.706348, -0.670298> - 664: < 0.083361, -0.965787, -0.245574> - 665: < 0.083361, -0.965787, -0.245574> - 666: < 0.083361, -0.965787, -0.245574> - 667: < 0.083361, -0.965787, -0.245574> - 668: <-0.083361, -0.965787, 0.245574> - 669: <-0.083361, -0.965787, 0.245574> - 670: <-0.083361, -0.965787, 0.245574> - 671: <-0.083361, -0.965787, 0.245574> - 672: <-0.227536, -0.706349, 0.670298> - 673: <-0.227536, -0.706349, 0.670298> - 674: <-0.227536, -0.706349, 0.670298> - 675: <-0.227536, -0.706349, 0.670298> - 676: <-0.310531, -0.258301, 0.914796> - 677: <-0.310531, -0.258301, 0.914796> - 678: <-0.310531, -0.258301, 0.914796> - 679: <-0.310531, -0.258301, 0.914796> - 680: <-0.188470, 0.258302, 0.947501> - 681: <-0.188470, 0.258302, 0.947501> - 682: <-0.188470, 0.258302, 0.947501> - 683: <-0.188470, 0.258302, 0.947501> - 684: <-0.138097, 0.706349, 0.694263> - 685: <-0.138097, 0.706349, 0.694263> - 686: <-0.138097, 0.706349, 0.694263> - 687: <-0.138097, 0.706349, 0.694263> - 688: < 0.138097, -0.706349, -0.694263> - 689: < 0.138097, -0.706349, -0.694263> - 690: < 0.138097, -0.706349, -0.694263> - 691: < 0.138097, -0.706349, -0.694263> - 692: < 0.050594, -0.965787, -0.254354> - 693: < 0.050594, -0.965787, -0.254354> - 694: < 0.050594, -0.965787, -0.254354> - 695: < 0.050594, -0.965787, -0.254354> - 696: <-0.050594, -0.965787, 0.254354> - 697: <-0.050594, -0.965787, 0.254354> - 698: <-0.050594, -0.965787, 0.254354> - 699: <-0.050594, -0.965787, 0.254354> - 700: <-0.138097, -0.706349, 0.694263> - 701: <-0.138097, -0.706349, 0.694263> - 702: <-0.138097, -0.706349, 0.694263> - 703: <-0.138097, -0.706349, 0.694263> - 704: <-0.188470, -0.258302, 0.947501> - 705: <-0.188470, -0.258302, 0.947501> - 706: <-0.188470, -0.258302, 0.947501> - 707: <-0.188470, -0.258302, 0.947501> - 708: <-0.063184, 0.258301, 0.963996> - 709: <-0.063184, 0.258301, 0.963996> - 710: <-0.063184, 0.258301, 0.963996> - 711: <-0.063184, 0.258301, 0.963996> - 712: <-0.046296, 0.706349, 0.706348> - 713: <-0.046296, 0.706349, 0.706348> - 714: <-0.046296, 0.706349, 0.706348> - 715: <-0.046296, 0.706349, 0.706348> - 716: < 0.046297, -0.706349, -0.706348> - 717: < 0.046297, -0.706349, -0.706348> - 718: < 0.046297, -0.706349, -0.706348> - 719: < 0.046297, -0.706349, -0.706348> - 720: < 0.016962, -0.965787, -0.258782> - 721: < 0.016962, -0.965787, -0.258782> - 722: < 0.016962, -0.965787, -0.258782> - 723: < 0.016962, -0.965787, -0.258782> - 724: <-0.016961, -0.965787, 0.258782> - 725: <-0.016961, -0.965787, 0.258782> - 726: <-0.016961, -0.965787, 0.258782> - 727: <-0.016961, -0.965787, 0.258782> - 728: <-0.046296, -0.706349, 0.706348> - 729: <-0.046296, -0.706349, 0.706348> - 730: <-0.046296, -0.706349, 0.706348> - 731: <-0.046296, -0.706349, 0.706348> - 732: <-0.063184, -0.258301, 0.963996> - 733: <-0.063184, -0.258301, 0.963996> - 734: <-0.063184, -0.258301, 0.963996> - 735: <-0.063184, -0.258301, 0.963996> - 736: < 0.063184, 0.258302, 0.963996> - 737: < 0.063184, 0.258302, 0.963996> - 738: < 0.063184, 0.258302, 0.963996> - 739: < 0.063184, 0.258302, 0.963996> - 740: < 0.046297, 0.706348, 0.706349> - 741: < 0.046297, 0.706348, 0.706349> - 742: < 0.046297, 0.706348, 0.706349> - 743: < 0.046297, 0.706348, 0.706349> - 744: <-0.016961, -0.965787, -0.258782> - 745: <-0.016961, -0.965787, -0.258782> - 746: <-0.016961, -0.965787, -0.258782> - 747: <-0.016961, -0.965787, -0.258782> - 748: < 0.016962, -0.965787, 0.258782> - 749: < 0.016962, -0.965787, 0.258782> - 750: < 0.016962, -0.965787, 0.258782> - 751: < 0.016962, -0.965787, 0.258782> - 752: < 0.046297, -0.706348, 0.706349> - 753: < 0.046297, -0.706348, 0.706349> - 754: < 0.046297, -0.706348, 0.706349> - 755: < 0.046297, -0.706348, 0.706349> - 756: < 0.063184, -0.258302, 0.963996> - 757: < 0.063184, -0.258302, 0.963996> - 758: < 0.063184, -0.258302, 0.963996> - 759: < 0.063184, -0.258302, 0.963996> - 760: < 0.188469, 0.258302, 0.947502> - 761: < 0.188469, 0.258302, 0.947502> - 762: < 0.188469, 0.258302, 0.947502> - 763: < 0.188469, 0.258302, 0.947502> - 764: < 0.138097, 0.706349, 0.694262> - 765: < 0.138097, 0.706349, 0.694262> - 766: < 0.138097, 0.706349, 0.694262> - 767: < 0.138097, 0.706349, 0.694262> - 768: <-0.050594, -0.965787, -0.254354> - 769: <-0.050594, -0.965787, -0.254354> - 770: <-0.050594, -0.965787, -0.254354> - 771: <-0.050594, -0.965787, -0.254354> - 772: < 0.050594, -0.965787, 0.254354> - 773: < 0.050594, -0.965787, 0.254354> - 774: < 0.050594, -0.965787, 0.254354> - 775: < 0.050594, -0.965787, 0.254354> - 776: < 0.138097, -0.706349, 0.694262> - 777: < 0.138097, -0.706349, 0.694262> - 778: < 0.138097, -0.706349, 0.694262> - 779: < 0.138097, -0.706349, 0.694262> - 780: < 0.188469, -0.258302, 0.947502> - 781: < 0.188469, -0.258302, 0.947502> - 782: < 0.188469, -0.258302, 0.947502> - 783: < 0.188469, -0.258302, 0.947502> - 784: < 0.310531, 0.258302, 0.914795> - 785: < 0.310531, 0.258302, 0.914795> - 786: < 0.310531, 0.258302, 0.914795> - 787: < 0.310531, 0.258302, 0.914795> - 788: < 0.227535, 0.706349, 0.670298> - 789: < 0.227535, 0.706349, 0.670298> - 790: < 0.227535, 0.706349, 0.670298> - 791: < 0.227535, 0.706349, 0.670298> - 792: <-0.083361, -0.965787, -0.245574> - 793: <-0.083361, -0.965787, -0.245574> - 794: <-0.083361, -0.965787, -0.245574> - 795: <-0.083361, -0.965787, -0.245574> - 796: < 0.083361, -0.965787, 0.245574> - 797: < 0.083361, -0.965787, 0.245574> - 798: < 0.083361, -0.965787, 0.245574> - 799: < 0.083361, -0.965787, 0.245574> - 800: < 0.227535, -0.706349, 0.670298> - 801: < 0.227535, -0.706349, 0.670298> - 802: < 0.227535, -0.706349, 0.670298> - 803: < 0.227535, -0.706349, 0.670298> - 804: < 0.310531, -0.258302, 0.914795> - 805: < 0.310531, -0.258302, 0.914795> - 806: < 0.310531, -0.258302, 0.914795> - 807: < 0.310531, -0.258302, 0.914795> - 808: < 0.427279, 0.258303, 0.866437> - 809: < 0.427279, 0.258303, 0.866437> - 810: < 0.427279, 0.258303, 0.866437> - 811: < 0.427279, 0.258303, 0.866437> - 812: < 0.313081, 0.706348, 0.634865> - 813: < 0.313081, 0.706348, 0.634865> - 814: < 0.313081, 0.706348, 0.634865> - 815: < 0.313081, 0.706348, 0.634865> - 816: <-0.114702, -0.965787, -0.232592> - 817: <-0.114702, -0.965787, -0.232592> - 818: <-0.114702, -0.965787, -0.232592> - 819: <-0.114702, -0.965787, -0.232592> - 820: < 0.114702, -0.965787, 0.232592> - 821: < 0.114702, -0.965787, 0.232592> - 822: < 0.114702, -0.965787, 0.232592> - 823: < 0.114702, -0.965787, 0.232592> - 824: < 0.313080, -0.706348, 0.634865> - 825: < 0.313080, -0.706348, 0.634865> - 826: < 0.313080, -0.706348, 0.634865> - 827: < 0.313080, -0.706348, 0.634865> - 828: < 0.427279, -0.258303, 0.866437> - 829: < 0.427279, -0.258303, 0.866437> - 830: < 0.427279, -0.258303, 0.866437> - 831: < 0.427279, -0.258303, 0.866437> - 832: < 0.536717, 0.258302, 0.803253> - 833: < 0.536717, 0.258302, 0.803253> - 834: < 0.536717, 0.258302, 0.803253> - 835: < 0.536717, 0.258302, 0.803253> - 836: < 0.393268, 0.706349, 0.588567> - 837: < 0.393268, 0.706349, 0.588567> - 838: < 0.393268, 0.706349, 0.588567> - 839: < 0.393268, 0.706349, 0.588567> - 840: <-0.536717, 0.258302, -0.803253> - 841: <-0.536717, 0.258302, -0.803253> - 842: <-0.536717, 0.258302, -0.803253> - 843: <-0.536717, 0.258302, -0.803253> - 844: <-0.536717, -0.258302, -0.803253> - 845: <-0.536717, -0.258302, -0.803253> - 846: <-0.536717, -0.258302, -0.803253> - 847: <-0.536717, -0.258302, -0.803253> - 848: <-0.144080, -0.965787, -0.215631> - 849: <-0.144080, -0.965787, -0.215631> - 850: <-0.144080, -0.965787, -0.215631> - 851: <-0.144080, -0.965787, -0.215631> - 852: < 0.144080, -0.965787, 0.215631> - 853: < 0.144080, -0.965787, 0.215631> - 854: < 0.144080, -0.965787, 0.215631> - 855: < 0.144080, -0.965787, 0.215631> - 856: < 0.393268, -0.706349, 0.588567> - 857: < 0.393268, -0.706349, 0.588567> - 858: < 0.393268, -0.706349, 0.588567> - 859: < 0.393268, -0.706349, 0.588567> - 860: < 0.536717, -0.258302, 0.803253> - 861: < 0.536717, -0.258302, 0.803253> - 862: < 0.536717, -0.258302, 0.803253> - 863: < 0.536717, -0.258302, 0.803253> - 864: < 0.636970, 0.258302, 0.726326> - 865: < 0.636970, 0.258302, 0.726326> - 866: < 0.636970, 0.258302, 0.726326> - 867: < 0.636970, 0.258302, 0.726326> - 868: < 0.466727, 0.706349, 0.532201> - 869: < 0.466727, 0.706349, 0.532201> - 870: < 0.466727, 0.706349, 0.532201> - 871: < 0.466727, 0.706349, 0.532201> - 872: < 0.170993, 0.965787, 0.194980> - 873: < 0.170993, 0.965787, 0.194980> - 874: < 0.170993, 0.965787, 0.194980> - 875: < 0.170993, 0.965787, 0.194980> - 876: <-0.170993, 0.965787, -0.194980> - 877: <-0.170993, 0.965787, -0.194980> - 878: <-0.170993, 0.965787, -0.194980> - 879: <-0.170993, 0.965787, -0.194980> - 880: <-0.466727, 0.706349, -0.532200> - 881: <-0.466727, 0.706349, -0.532200> - 882: <-0.466727, 0.706349, -0.532200> - 883: <-0.466727, 0.706349, -0.532200> - 884: <-0.636971, 0.258301, -0.726325> - 885: <-0.636971, 0.258301, -0.726325> - 886: <-0.636971, 0.258301, -0.726325> - 887: <-0.636971, 0.258301, -0.726325> - 888: <-0.636971, -0.258302, -0.726325> - 889: <-0.636971, -0.258302, -0.726325> - 890: <-0.636971, -0.258302, -0.726325> - 891: <-0.636971, -0.258302, -0.726325> - 892: <-0.466727, -0.706349, -0.532200> - 893: <-0.466727, -0.706349, -0.532200> - 894: <-0.466727, -0.706349, -0.532200> - 895: <-0.466727, -0.706349, -0.532200> - 896: <-0.170993, -0.965787, -0.194980> - 897: <-0.170993, -0.965787, -0.194980> - 898: <-0.170993, -0.965787, -0.194980> - 899: <-0.170993, -0.965787, -0.194980> - 900: < 0.170993, -0.965787, 0.194980> - 901: < 0.170993, -0.965787, 0.194980> - 902: < 0.170993, -0.965787, 0.194980> - 903: < 0.170993, -0.965787, 0.194980> - 904: < 0.466727, -0.706349, 0.532201> - 905: < 0.466727, -0.706349, 0.532201> - 906: < 0.466727, -0.706349, 0.532201> - 907: < 0.466727, -0.706349, 0.532201> - 908: < 0.636970, -0.258302, 0.726326> - 909: < 0.636970, -0.258302, 0.726326> - 910: < 0.636970, -0.258302, 0.726326> - 911: < 0.636970, -0.258302, 0.726326> - 912: < 0.726326, 0.258301, 0.636970> - 913: < 0.726326, 0.258301, 0.636970> - 914: < 0.726326, 0.258301, 0.636970> - 915: < 0.726326, 0.258301, 0.636970> - 916: < 0.532200, 0.706349, 0.466727> - 917: < 0.532200, 0.706349, 0.466727> - 918: < 0.532200, 0.706349, 0.466727> - 919: < 0.532200, 0.706349, 0.466727> - 920: < 0.194980, 0.965787, 0.170993> - 921: < 0.194980, 0.965787, 0.170993> - 922: < 0.194980, 0.965787, 0.170993> - 923: < 0.194980, 0.965787, 0.170993> - 924: <-0.194980, 0.965787, -0.170993> - 925: <-0.194980, 0.965787, -0.170993> - 926: <-0.194980, 0.965787, -0.170993> - 927: <-0.194980, 0.965787, -0.170993> - 928: <-0.532200, 0.706349, -0.466727> - 929: <-0.532200, 0.706349, -0.466727> - 930: <-0.532200, 0.706349, -0.466727> - 931: <-0.532200, 0.706349, -0.466727> - 932: <-0.726325, 0.258302, -0.636971> - 933: <-0.726325, 0.258302, -0.636971> - 934: <-0.726325, 0.258302, -0.636971> - 935: <-0.726325, 0.258302, -0.636971> - 936: <-0.726325, -0.258302, -0.636971> - 937: <-0.726325, -0.258302, -0.636971> - 938: <-0.726325, -0.258302, -0.636971> - 939: <-0.726325, -0.258302, -0.636971> - 940: <-0.532200, -0.706349, -0.466727> - 941: <-0.532200, -0.706349, -0.466727> - 942: <-0.532200, -0.706349, -0.466727> - 943: <-0.532200, -0.706349, -0.466727> - 944: <-0.194980, -0.965787, -0.170993> - 945: <-0.194980, -0.965787, -0.170993> - 946: <-0.194980, -0.965787, -0.170993> - 947: <-0.194980, -0.965787, -0.170993> - 948: < 0.194980, -0.965787, 0.170993> - 949: < 0.194980, -0.965787, 0.170993> - 950: < 0.194980, -0.965787, 0.170993> - 951: < 0.194980, -0.965787, 0.170993> - 952: < 0.532201, -0.706349, 0.466727> - 953: < 0.532201, -0.706349, 0.466727> - 954: < 0.532201, -0.706349, 0.466727> - 955: < 0.532201, -0.706349, 0.466727> - 956: < 0.726326, -0.258301, 0.636970> - 957: < 0.726326, -0.258301, 0.636970> - 958: < 0.726326, -0.258301, 0.636970> - 959: < 0.726326, -0.258301, 0.636970> - 960: < 0.803253, 0.258302, 0.536717> - 961: < 0.803253, 0.258302, 0.536717> - 962: < 0.803253, 0.258302, 0.536717> - 963: < 0.803253, 0.258302, 0.536717> - 964: < 0.588567, 0.706349, 0.393269> - 965: < 0.588567, 0.706349, 0.393269> - 966: < 0.588567, 0.706349, 0.393269> - 967: < 0.588567, 0.706349, 0.393269> - 968: < 0.215631, 0.965787, 0.144080> - 969: < 0.215631, 0.965787, 0.144080> - 970: < 0.215631, 0.965787, 0.144080> - 971: < 0.215631, 0.965787, 0.144080> - 972: <-0.215631, 0.965787, -0.144080> - 973: <-0.215631, 0.965787, -0.144080> - 974: <-0.215631, 0.965787, -0.144080> - 975: <-0.215631, 0.965787, -0.144080> - 976: <-0.588568, 0.706348, -0.393268> - 977: <-0.588568, 0.706348, -0.393268> - 978: <-0.588568, 0.706348, -0.393268> - 979: <-0.588568, 0.706348, -0.393268> - 980: <-0.803253, 0.258302, -0.536716> - 981: <-0.803253, 0.258302, -0.536716> - 982: <-0.803253, 0.258302, -0.536716> - 983: <-0.803253, 0.258302, -0.536716> - 984: <-0.803253, -0.258302, -0.536716> - 985: <-0.803253, -0.258302, -0.536716> - 986: <-0.803253, -0.258302, -0.536716> - 987: <-0.803253, -0.258302, -0.536716> - 988: <-0.588568, -0.706349, -0.393268> - 989: <-0.588568, -0.706349, -0.393268> - 990: <-0.588568, -0.706349, -0.393268> - 991: <-0.588568, -0.706349, -0.393268> - 992: <-0.215631, -0.965787, -0.144080> - 993: <-0.215631, -0.965787, -0.144080> - 994: <-0.215631, -0.965787, -0.144080> - 995: <-0.215631, -0.965787, -0.144080> - 996: < 0.215631, -0.965787, 0.144080> - 997: < 0.215631, -0.965787, 0.144080> - 998: < 0.215631, -0.965787, 0.144080> - 999: < 0.215631, -0.965787, 0.144080> - 1000: < 0.588567, -0.706349, 0.393269> - 1001: < 0.588567, -0.706349, 0.393269> - 1002: < 0.588567, -0.706349, 0.393269> - 1003: < 0.588567, -0.706349, 0.393269> - 1004: < 0.803253, -0.258302, 0.536717> - 1005: < 0.803253, -0.258302, 0.536717> - 1006: < 0.803253, -0.258302, 0.536717> - 1007: < 0.803253, -0.258302, 0.536717> - 1008: < 0.866437, 0.258302, 0.427279> - 1009: < 0.866437, 0.258302, 0.427279> - 1010: < 0.866437, 0.258302, 0.427279> - 1011: < 0.866437, 0.258302, 0.427279> - 1012: < 0.634864, 0.706348, 0.313081> - 1013: < 0.634864, 0.706348, 0.313081> - 1014: < 0.634864, 0.706348, 0.313081> - 1015: < 0.634864, 0.706348, 0.313081> - 1016: < 0.232592, 0.965787, 0.114702> - 1017: < 0.232592, 0.965787, 0.114702> - 1018: < 0.232592, 0.965787, 0.114702> - 1019: < 0.232592, 0.965787, 0.114702> - 1020: <-0.232592, 0.965787, -0.114702> - 1021: <-0.232592, 0.965787, -0.114702> - 1022: <-0.232592, 0.965787, -0.114702> - 1023: <-0.232592, 0.965787, -0.114702> - 1024: <-0.634864, 0.706349, -0.313080> - 1025: <-0.634864, 0.706349, -0.313080> - 1026: <-0.634864, 0.706349, -0.313080> - 1027: <-0.634864, 0.706349, -0.313080> - 1028: <-0.866437, 0.258302, -0.427280> - 1029: <-0.866437, 0.258302, -0.427280> - 1030: <-0.866437, 0.258302, -0.427280> - 1031: <-0.866437, 0.258302, -0.427280> - 1032: <-0.866437, -0.258302, -0.427280> - 1033: <-0.866437, -0.258302, -0.427280> - 1034: <-0.866437, -0.258302, -0.427280> - 1035: <-0.866437, -0.258302, -0.427280> - 1036: <-0.634864, -0.706349, -0.313080> - 1037: <-0.634864, -0.706349, -0.313080> - 1038: <-0.634864, -0.706349, -0.313080> - 1039: <-0.634864, -0.706349, -0.313080> - 1040: <-0.232592, -0.965787, -0.114702> - 1041: <-0.232592, -0.965787, -0.114702> - 1042: <-0.232592, -0.965787, -0.114702> - 1043: <-0.232592, -0.965787, -0.114702> - 1044: < 0.232592, -0.965787, 0.114702> - 1045: < 0.232592, -0.965787, 0.114702> - 1046: < 0.232592, -0.965787, 0.114702> - 1047: < 0.232592, -0.965787, 0.114702> - 1048: < 0.634864, -0.706348, 0.313081> - 1049: < 0.634864, -0.706348, 0.313081> - 1050: < 0.634864, -0.706348, 0.313081> - 1051: < 0.634864, -0.706348, 0.313081> - 1052: < 0.866437, -0.258302, 0.427279> - 1053: < 0.866437, -0.258302, 0.427279> - 1054: < 0.866437, -0.258302, 0.427279> - 1055: < 0.866437, -0.258302, 0.427279> - 1056: < 0.914795, 0.258302, 0.310532> - 1057: < 0.914795, 0.258302, 0.310532> - 1058: < 0.914795, 0.258302, 0.310532> - 1059: < 0.914795, 0.258302, 0.310532> - 1060: < 0.670298, 0.706349, 0.227536> - 1061: < 0.670298, 0.706349, 0.227536> - 1062: < 0.670298, 0.706349, 0.227536> - 1063: < 0.670298, 0.706349, 0.227536> - 1064: < 0.245574, 0.965787, 0.083361> - 1065: < 0.245574, 0.965787, 0.083361> - 1066: < 0.245574, 0.965787, 0.083361> - 1067: < 0.245574, 0.965787, 0.083361> - 1068: <-0.245574, 0.965787, -0.083361> - 1069: <-0.245574, 0.965787, -0.083361> - 1070: <-0.245574, 0.965787, -0.083361> - 1071: <-0.245574, 0.965787, -0.083361> - 1072: <-0.670298, 0.706349, -0.227536> - 1073: <-0.670298, 0.706349, -0.227536> - 1074: <-0.670298, 0.706349, -0.227536> - 1075: <-0.670298, 0.706349, -0.227536> - 1076: <-0.914795, 0.258302, -0.310532> - 1077: <-0.914795, 0.258302, -0.310532> - 1078: <-0.914795, 0.258302, -0.310532> - 1079: <-0.914795, 0.258302, -0.310532> - 1080: <-0.914795, -0.258302, -0.310532> - 1081: <-0.914795, -0.258302, -0.310532> - 1082: <-0.914795, -0.258302, -0.310532> - 1083: <-0.914795, -0.258302, -0.310532> - 1084: <-0.670298, -0.706349, -0.227536> - 1085: <-0.670298, -0.706349, -0.227536> - 1086: <-0.670298, -0.706349, -0.227536> - 1087: <-0.670298, -0.706349, -0.227536> - 1088: <-0.245574, -0.965787, -0.083361> - 1089: <-0.245574, -0.965787, -0.083361> - 1090: <-0.245574, -0.965787, -0.083361> - 1091: <-0.245574, -0.965787, -0.083361> - 1092: < 0.245574, -0.965787, 0.083361> - 1093: < 0.245574, -0.965787, 0.083361> - 1094: < 0.245574, -0.965787, 0.083361> - 1095: < 0.245574, -0.965787, 0.083361> - 1096: < 0.670298, -0.706349, 0.227536> - 1097: < 0.670298, -0.706349, 0.227536> - 1098: < 0.670298, -0.706349, 0.227536> - 1099: < 0.670298, -0.706349, 0.227536> - 1100: < 0.914795, -0.258302, 0.310532> - 1101: < 0.914795, -0.258302, 0.310532> - 1102: < 0.914795, -0.258302, 0.310532> - 1103: < 0.914795, -0.258302, 0.310532> - 1104: < 0.947502, 0.258302, 0.188469> - 1105: < 0.947502, 0.258302, 0.188469> - 1106: < 0.947502, 0.258302, 0.188469> - 1107: < 0.947502, 0.258302, 0.188469> - 1108: < 0.694263, 0.706349, 0.138097> - 1109: < 0.694263, 0.706349, 0.138097> - 1110: < 0.694263, 0.706349, 0.138097> - 1111: < 0.694263, 0.706349, 0.138097> - 1112: < 0.254354, 0.965787, 0.050594> - 1113: < 0.254354, 0.965787, 0.050594> - 1114: < 0.254354, 0.965787, 0.050594> - 1115: < 0.254354, 0.965787, 0.050594> - 1116: <-0.254354, 0.965787, -0.050594> - 1117: <-0.254354, 0.965787, -0.050594> - 1118: <-0.254354, 0.965787, -0.050594> - 1119: <-0.254354, 0.965787, -0.050594> - 1120: <-0.694263, 0.706349, -0.138097> - 1121: <-0.694263, 0.706349, -0.138097> - 1122: <-0.694263, 0.706349, -0.138097> - 1123: <-0.694263, 0.706349, -0.138097> - 1124: <-0.947502, 0.258302, -0.188469> - 1125: <-0.947502, 0.258302, -0.188469> - 1126: <-0.947502, 0.258302, -0.188469> - 1127: <-0.947502, 0.258302, -0.188469> - 1128: <-0.947502, -0.258302, -0.188469> - 1129: <-0.947502, -0.258302, -0.188469> - 1130: <-0.947502, -0.258302, -0.188469> - 1131: <-0.947502, -0.258302, -0.188469> - 1132: <-0.694263, -0.706349, -0.138097> - 1133: <-0.694263, -0.706349, -0.138097> - 1134: <-0.694263, -0.706349, -0.138097> - 1135: <-0.694263, -0.706349, -0.138097> - 1136: <-0.254354, -0.965787, -0.050594> - 1137: <-0.254354, -0.965787, -0.050594> - 1138: <-0.254354, -0.965787, -0.050594> - 1139: <-0.254354, -0.965787, -0.050594> - 1140: < 0.254354, -0.965787, 0.050594> - 1141: < 0.254354, -0.965787, 0.050594> - 1142: < 0.254354, -0.965787, 0.050594> - 1143: < 0.254354, -0.965787, 0.050594> - 1144: < 0.694263, -0.706349, 0.138097> - 1145: < 0.694263, -0.706349, 0.138097> - 1146: < 0.694263, -0.706349, 0.138097> - 1147: < 0.694263, -0.706349, 0.138097> - 1148: < 0.947502, -0.258302, 0.188469> - 1149: < 0.947502, -0.258302, 0.188469> - 1150: < 0.947502, -0.258302, 0.188469> - 1151: < 0.947502, -0.258302, 0.188469> - 1152: < 0.963996, 0.258302, 0.063184> - 1153: < 0.963996, 0.258302, 0.063184> - 1154: < 0.963996, 0.258302, 0.063184> - 1155: < 0.963996, 0.258302, 0.063184> - 1156: < 0.706348, 0.706349, 0.046297> - 1157: < 0.706348, 0.706349, 0.046297> - 1158: < 0.706348, 0.706349, 0.046297> - 1159: < 0.706348, 0.706349, 0.046297> - 1160: < 0.258782, 0.965787, 0.016962> - 1161: < 0.258782, 0.965787, 0.016962> - 1162: < 0.258782, 0.965787, 0.016962> - 1163: < 0.258782, 0.965787, 0.016962> - 1164: <-0.258782, 0.965787, -0.016962> - 1165: <-0.258782, 0.965787, -0.016962> - 1166: <-0.258782, 0.965787, -0.016962> - 1167: <-0.258782, 0.965787, -0.016962> - 1168: <-0.706349, 0.706349, -0.046297> - 1169: <-0.706349, 0.706349, -0.046297> - 1170: <-0.706349, 0.706349, -0.046297> - 1171: <-0.706349, 0.706349, -0.046297> - 1172: <-0.963996, 0.258302, -0.063184> - 1173: <-0.963996, 0.258302, -0.063184> - 1174: <-0.963996, 0.258302, -0.063184> - 1175: <-0.963996, 0.258302, -0.063184> - 1176: <-0.963996, -0.258302, -0.063184> - 1177: <-0.963996, -0.258302, -0.063184> - 1178: <-0.963996, -0.258302, -0.063184> - 1179: <-0.963996, -0.258302, -0.063184> - 1180: <-0.706349, -0.706349, -0.046297> - 1181: <-0.706349, -0.706349, -0.046297> - 1182: <-0.706349, -0.706349, -0.046297> - 1183: <-0.706349, -0.706349, -0.046297> - 1184: <-0.258782, -0.965787, -0.016962> - 1185: <-0.258782, -0.965787, -0.016962> - 1186: <-0.258782, -0.965787, -0.016962> - 1187: <-0.258782, -0.965787, -0.016962> - 1188: < 0.258782, -0.965787, 0.016962> - 1189: < 0.258782, -0.965787, 0.016962> - 1190: < 0.258782, -0.965787, 0.016962> - 1191: < 0.258782, -0.965787, 0.016962> - 1192: < 0.706348, -0.706349, 0.046297> - 1193: < 0.706348, -0.706349, 0.046297> - 1194: < 0.706348, -0.706349, 0.046297> - 1195: < 0.706348, -0.706349, 0.046297> - 1196: < 0.963996, -0.258302, 0.063184> - 1197: < 0.963996, -0.258302, 0.063184> - 1198: < 0.963996, -0.258302, 0.063184> - 1199: < 0.963996, -0.258302, 0.063184> - 1200: < 0.963996, 0.258302, -0.063184> - 1201: < 0.963996, 0.258302, -0.063184> - 1202: < 0.963996, 0.258302, -0.063184> - 1203: < 0.963996, 0.258302, -0.063184> - 1204: < 0.706349, 0.706349, -0.046297> - 1205: < 0.706349, 0.706349, -0.046297> - 1206: < 0.706349, 0.706349, -0.046297> - 1207: < 0.706349, 0.706349, -0.046297> - 1208: < 0.258782, 0.965787, -0.016962> - 1209: < 0.258782, 0.965787, -0.016962> - 1210: < 0.258782, 0.965787, -0.016962> - 1211: < 0.258782, 0.965787, -0.016962> - 1212: <-0.258782, 0.965787, 0.016962> - 1213: <-0.258782, 0.965787, 0.016962> - 1214: <-0.258782, 0.965787, 0.016962> - 1215: <-0.258782, 0.965787, 0.016962> - 1216: <-0.706348, 0.706349, 0.046297> - 1217: <-0.706348, 0.706349, 0.046297> - 1218: <-0.706348, 0.706349, 0.046297> - 1219: <-0.706348, 0.706349, 0.046297> - 1220: <-0.963996, 0.258302, 0.063184> - 1221: <-0.963996, 0.258302, 0.063184> - 1222: <-0.963996, 0.258302, 0.063184> - 1223: <-0.963996, 0.258302, 0.063184> - 1224: <-0.963996, -0.258302, 0.063184> - 1225: <-0.963996, -0.258302, 0.063184> - 1226: <-0.963996, -0.258302, 0.063184> - 1227: <-0.963996, -0.258302, 0.063184> - 1228: <-0.706348, -0.706349, 0.046297> - 1229: <-0.706348, -0.706349, 0.046297> - 1230: <-0.706348, -0.706349, 0.046297> - 1231: <-0.706348, -0.706349, 0.046297> - 1232: <-0.258782, -0.965787, 0.016962> - 1233: <-0.258782, -0.965787, 0.016962> - 1234: <-0.258782, -0.965787, 0.016962> - 1235: <-0.258782, -0.965787, 0.016962> - 1236: < 0.258782, -0.965787, -0.016962> - 1237: < 0.258782, -0.965787, -0.016962> - 1238: < 0.258782, -0.965787, -0.016962> - 1239: < 0.258782, -0.965787, -0.016962> - 1240: < 0.706348, -0.706349, -0.046297> - 1241: < 0.706348, -0.706349, -0.046297> - 1242: < 0.706348, -0.706349, -0.046297> - 1243: < 0.706348, -0.706349, -0.046297> - 1244: < 0.963996, -0.258302, -0.063184> - 1245: < 0.963996, -0.258302, -0.063184> - 1246: < 0.963996, -0.258302, -0.063184> - 1247: < 0.963996, -0.258302, -0.063184> - 1248: < 0.947502, 0.258301, -0.188469> - 1249: < 0.947502, 0.258301, -0.188469> - 1250: < 0.947502, 0.258301, -0.188469> - 1251: < 0.947502, 0.258301, -0.188469> - 1252: < 0.694263, 0.706349, -0.138097> - 1253: < 0.694263, 0.706349, -0.138097> - 1254: < 0.694263, 0.706349, -0.138097> - 1255: < 0.694263, 0.706349, -0.138097> - 1256: < 0.254354, 0.965787, -0.050594> - 1257: < 0.254354, 0.965787, -0.050594> - 1258: < 0.254354, 0.965787, -0.050594> - 1259: < 0.254354, 0.965787, -0.050594> - 1260: <-0.254354, 0.965787, 0.050594> - 1261: <-0.254354, 0.965787, 0.050594> - 1262: <-0.254354, 0.965787, 0.050594> - 1263: <-0.254354, 0.965787, 0.050594> - 1264: <-0.694263, 0.706349, 0.138097> - 1265: <-0.694263, 0.706349, 0.138097> - 1266: <-0.694263, 0.706349, 0.138097> - 1267: <-0.694263, 0.706349, 0.138097> - 1268: <-0.947502, 0.258302, 0.188469> - 1269: <-0.947502, 0.258302, 0.188469> - 1270: <-0.947502, 0.258302, 0.188469> - 1271: <-0.947502, 0.258302, 0.188469> - 1272: <-0.947502, -0.258302, 0.188469> - 1273: <-0.947502, -0.258302, 0.188469> - 1274: <-0.947502, -0.258302, 0.188469> - 1275: <-0.947502, -0.258302, 0.188469> - 1276: <-0.694263, -0.706349, 0.138097> - 1277: <-0.694263, -0.706349, 0.138097> - 1278: <-0.694263, -0.706349, 0.138097> - 1279: <-0.694263, -0.706349, 0.138097> - 1280: <-0.254354, -0.965787, 0.050594> - 1281: <-0.254354, -0.965787, 0.050594> - 1282: <-0.254354, -0.965787, 0.050594> - 1283: <-0.254354, -0.965787, 0.050594> - 1284: < 0.254354, -0.965787, -0.050594> - 1285: < 0.254354, -0.965787, -0.050594> - 1286: < 0.254354, -0.965787, -0.050594> - 1287: < 0.254354, -0.965787, -0.050594> - 1288: < 0.694263, -0.706349, -0.138097> - 1289: < 0.694263, -0.706349, -0.138097> - 1290: < 0.694263, -0.706349, -0.138097> - 1291: < 0.694263, -0.706349, -0.138097> - 1292: < 0.947502, -0.258302, -0.188469> - 1293: < 0.947502, -0.258302, -0.188469> - 1294: < 0.947502, -0.258302, -0.188469> - 1295: < 0.947502, -0.258302, -0.188469> - 1296: < 0.914795, 0.258302, -0.310531> - 1297: < 0.914795, 0.258302, -0.310531> - 1298: < 0.914795, 0.258302, -0.310531> - 1299: < 0.914795, 0.258302, -0.310531> - 1300: < 0.670298, 0.706349, -0.227535> - 1301: < 0.670298, 0.706349, -0.227535> - 1302: < 0.670298, 0.706349, -0.227535> - 1303: < 0.670298, 0.706349, -0.227535> - 1304: < 0.245574, 0.965787, -0.083361> - 1305: < 0.245574, 0.965787, -0.083361> - 1306: < 0.245574, 0.965787, -0.083361> - 1307: < 0.245574, 0.965787, -0.083361> - 1308: <-0.245574, 0.965787, 0.083361> - 1309: <-0.245574, 0.965787, 0.083361> - 1310: <-0.245574, 0.965787, 0.083361> - 1311: <-0.245574, 0.965787, 0.083361> - 1312: <-0.670298, 0.706349, 0.227536> - 1313: <-0.670298, 0.706349, 0.227536> - 1314: <-0.670298, 0.706349, 0.227536> - 1315: <-0.670298, 0.706349, 0.227536> - 1316: <-0.914795, 0.258302, 0.310532> - 1317: <-0.914795, 0.258302, 0.310532> - 1318: <-0.914795, 0.258302, 0.310532> - 1319: <-0.914795, 0.258302, 0.310532> - 1320: <-0.914795, -0.258302, 0.310532> - 1321: <-0.914795, -0.258302, 0.310532> - 1322: <-0.914795, -0.258302, 0.310532> - 1323: <-0.914795, -0.258302, 0.310532> - 1324: <-0.670298, -0.706349, 0.227536> - 1325: <-0.670298, -0.706349, 0.227536> - 1326: <-0.670298, -0.706349, 0.227536> - 1327: <-0.670298, -0.706349, 0.227536> - 1328: <-0.245574, -0.965787, 0.083361> - 1329: <-0.245574, -0.965787, 0.083361> - 1330: <-0.245574, -0.965787, 0.083361> - 1331: <-0.245574, -0.965787, 0.083361> - 1332: < 0.245574, -0.965787, -0.083361> - 1333: < 0.245574, -0.965787, -0.083361> - 1334: < 0.245574, -0.965787, -0.083361> - 1335: < 0.245574, -0.965787, -0.083361> - 1336: < 0.670298, -0.706349, -0.227535> - 1337: < 0.670298, -0.706349, -0.227535> - 1338: < 0.670298, -0.706349, -0.227535> - 1339: < 0.670298, -0.706349, -0.227535> - 1340: < 0.914795, -0.258302, -0.310531> - 1341: < 0.914795, -0.258302, -0.310531> - 1342: < 0.914795, -0.258302, -0.310531> - 1343: < 0.914795, -0.258302, -0.310531> - 1344: < 0.866437, 0.258302, -0.427279> - 1345: < 0.866437, 0.258302, -0.427279> - 1346: < 0.866437, 0.258302, -0.427279> - 1347: < 0.866437, 0.258302, -0.427279> - 1348: < 0.634864, 0.706349, -0.313080> - 1349: < 0.634864, 0.706349, -0.313080> - 1350: < 0.634864, 0.706349, -0.313080> - 1351: < 0.634864, 0.706349, -0.313080> - 1352: < 0.232592, 0.965787, -0.114702> - 1353: < 0.232592, 0.965787, -0.114702> - 1354: < 0.232592, 0.965787, -0.114702> - 1355: < 0.232592, 0.965787, -0.114702> - 1356: <-0.232592, 0.965787, 0.114702> - 1357: <-0.232592, 0.965787, 0.114702> - 1358: <-0.232592, 0.965787, 0.114702> - 1359: <-0.232592, 0.965787, 0.114702> - 1360: <-0.634864, 0.706349, 0.313080> - 1361: <-0.634864, 0.706349, 0.313080> - 1362: <-0.634864, 0.706349, 0.313080> - 1363: <-0.634864, 0.706349, 0.313080> - 1364: <-0.866437, 0.258302, 0.427279> - 1365: <-0.866437, 0.258302, 0.427279> - 1366: <-0.866437, 0.258302, 0.427279> - 1367: <-0.866437, 0.258302, 0.427279> - 1368: <-0.866437, -0.258302, 0.427279> - 1369: <-0.866437, -0.258302, 0.427279> - 1370: <-0.866437, -0.258302, 0.427279> - 1371: <-0.866437, -0.258302, 0.427279> - 1372: <-0.634864, -0.706349, 0.313080> - 1373: <-0.634864, -0.706349, 0.313080> - 1374: <-0.634864, -0.706349, 0.313080> - 1375: <-0.634864, -0.706349, 0.313080> - 1376: <-0.232592, -0.965787, 0.114702> - 1377: <-0.232592, -0.965787, 0.114702> - 1378: <-0.232592, -0.965787, 0.114702> - 1379: <-0.232592, -0.965787, 0.114702> - 1380: < 0.232592, -0.965787, -0.114702> - 1381: < 0.232592, -0.965787, -0.114702> - 1382: < 0.232592, -0.965787, -0.114702> - 1383: < 0.232592, -0.965787, -0.114702> - 1384: < 0.634864, -0.706349, -0.313080> - 1385: < 0.634864, -0.706349, -0.313080> - 1386: < 0.634864, -0.706349, -0.313080> - 1387: < 0.634864, -0.706349, -0.313080> - 1388: < 0.866437, -0.258302, -0.427279> - 1389: < 0.866437, -0.258302, -0.427279> - 1390: < 0.866437, -0.258302, -0.427279> - 1391: < 0.866437, -0.258302, -0.427279> - 1392: < 0.803253, 0.258302, -0.536717> - 1393: < 0.803253, 0.258302, -0.536717> - 1394: < 0.803253, 0.258302, -0.536717> - 1395: < 0.803253, 0.258302, -0.536717> - 1396: < 0.588567, 0.706349, -0.393269> - 1397: < 0.588567, 0.706349, -0.393269> - 1398: < 0.588567, 0.706349, -0.393269> - 1399: < 0.588567, 0.706349, -0.393269> - 1400: <-0.215631, 0.965787, 0.144080> - 1401: <-0.215631, 0.965787, 0.144080> - 1402: <-0.215631, 0.965787, 0.144080> - 1403: <-0.215631, 0.965787, 0.144080> - 1404: <-0.588568, 0.706349, 0.393268> - 1405: <-0.588568, 0.706349, 0.393268> - 1406: <-0.588568, 0.706349, 0.393268> - 1407: <-0.588568, 0.706349, 0.393268> - 1408: <-0.803253, 0.258302, 0.536717> - 1409: <-0.803253, 0.258302, 0.536717> - 1410: <-0.803253, 0.258302, 0.536717> - 1411: <-0.803253, 0.258302, 0.536717> - 1412: <-0.803253, -0.258302, 0.536717> - 1413: <-0.803253, -0.258302, 0.536717> - 1414: <-0.803253, -0.258302, 0.536717> - 1415: <-0.803253, -0.258302, 0.536717> - 1416: <-0.588568, -0.706349, 0.393268> - 1417: <-0.588568, -0.706349, 0.393268> - 1418: <-0.588568, -0.706349, 0.393268> - 1419: <-0.588568, -0.706349, 0.393268> - 1420: <-0.215631, -0.965787, 0.144080> - 1421: <-0.215631, -0.965787, 0.144080> - 1422: <-0.215631, -0.965787, 0.144080> - 1423: <-0.215631, -0.965787, 0.144080> - 1424: < 0.215631, -0.965787, -0.144080> - 1425: < 0.215631, -0.965787, -0.144080> - 1426: < 0.215631, -0.965787, -0.144080> - 1427: < 0.215631, -0.965787, -0.144080> - 1428: < 0.588567, -0.706349, -0.393269> - 1429: < 0.588567, -0.706349, -0.393269> - 1430: < 0.588567, -0.706349, -0.393269> - 1431: < 0.588567, -0.706349, -0.393269> - 1432: < 0.803253, -0.258302, -0.536717> - 1433: < 0.803253, -0.258302, -0.536717> - 1434: < 0.803253, -0.258302, -0.536717> - 1435: < 0.803253, -0.258302, -0.536717> - 1436: < 0.726326, 0.258301, -0.636970> - 1437: < 0.726326, 0.258301, -0.636970> - 1438: < 0.726326, 0.258301, -0.636970> - 1439: < 0.726326, 0.258301, -0.636970> - 1440: <-0.194980, 0.965787, 0.170993> - 1441: <-0.194980, 0.965787, 0.170993> - 1442: <-0.194980, 0.965787, 0.170993> - 1443: <-0.194980, 0.965787, 0.170993> - 1444: <-0.532200, 0.706349, 0.466727> - 1445: <-0.532200, 0.706349, 0.466727> - 1446: <-0.532200, 0.706349, 0.466727> - 1447: <-0.532200, 0.706349, 0.466727> - 1448: <-0.726325, 0.258301, 0.636971> - 1449: <-0.726325, 0.258301, 0.636971> - 1450: <-0.726325, 0.258301, 0.636971> - 1451: <-0.726325, 0.258301, 0.636971> - 1452: <-0.726325, -0.258302, 0.636971> - 1453: <-0.726325, -0.258302, 0.636971> - 1454: <-0.726325, -0.258302, 0.636971> - 1455: <-0.726325, -0.258302, 0.636971> - 1456: <-0.532200, -0.706349, 0.466727> - 1457: <-0.532200, -0.706349, 0.466727> - 1458: <-0.532200, -0.706349, 0.466727> - 1459: <-0.532200, -0.706349, 0.466727> - 1460: <-0.194980, -0.965787, 0.170993> - 1461: <-0.194980, -0.965787, 0.170993> - 1462: <-0.194980, -0.965787, 0.170993> - 1463: <-0.194980, -0.965787, 0.170993> - 1464: < 0.194980, -0.965787, -0.170993> - 1465: < 0.194980, -0.965787, -0.170993> - 1466: < 0.194980, -0.965787, -0.170993> - 1467: < 0.194980, -0.965787, -0.170993> - 1468: < 0.532201, -0.706349, -0.466727> - 1469: < 0.532201, -0.706349, -0.466727> - 1470: < 0.532201, -0.706349, -0.466727> - 1471: < 0.532201, -0.706349, -0.466727> - 1472: < 0.726326, -0.258301, -0.636970> - 1473: < 0.726326, -0.258301, -0.636970> - 1474: < 0.726326, -0.258301, -0.636970> - 1475: < 0.726326, -0.258301, -0.636970> - 1476: < 0.636971, 0.258301, -0.726326> - 1477: < 0.636971, 0.258301, -0.726326> - 1478: < 0.636971, 0.258301, -0.726326> - 1479: < 0.636971, 0.258301, -0.726326> - 1480: <-0.466728, 0.706349, 0.532200> - 1481: <-0.466728, 0.706349, 0.532200> - 1482: <-0.466728, 0.706349, 0.532200> - 1483: <-0.466728, 0.706349, 0.532200> - 1484: <-0.636971, 0.258302, 0.726325> - 1485: <-0.636971, 0.258302, 0.726325> - 1486: <-0.636971, 0.258302, 0.726325> - 1487: <-0.636971, 0.258302, 0.726325> - 1488: <-0.636971, -0.258302, 0.726325> - 1489: <-0.636971, -0.258302, 0.726325> - 1490: <-0.636971, -0.258302, 0.726325> - 1491: <-0.636971, -0.258302, 0.726325> - 1492: <-0.466728, -0.706348, 0.532200> - 1493: <-0.466728, -0.706348, 0.532200> - 1494: <-0.466728, -0.706348, 0.532200> - 1495: <-0.466728, -0.706348, 0.532200> - 1496: <-0.170993, -0.965787, 0.194980> - 1497: <-0.170993, -0.965787, 0.194980> - 1498: <-0.170993, -0.965787, 0.194980> - 1499: <-0.170993, -0.965787, 0.194980> - 1500: < 0.170993, -0.965787, -0.194980> - 1501: < 0.170993, -0.965787, -0.194980> - 1502: < 0.170993, -0.965787, -0.194980> - 1503: < 0.170993, -0.965787, -0.194980> - 1504: < 0.466727, -0.706349, -0.532200> - 1505: < 0.466727, -0.706349, -0.532200> - 1506: < 0.466727, -0.706349, -0.532200> - 1507: < 0.466727, -0.706349, -0.532200> - 1508: < 0.636971, -0.258301, -0.726326> - 1509: < 0.636971, -0.258301, -0.726326> - 1510: < 0.636971, -0.258301, -0.726326> - 1511: < 0.636971, -0.258301, -0.726326> - 1512: <-0.393268, 0.706349, 0.588567> - 1513: <-0.393268, 0.706349, 0.588567> - 1514: <-0.393268, 0.706349, 0.588567> - 1515: <-0.393268, 0.706349, 0.588567> - 1516: <-0.536717, 0.258302, 0.803253> - 1517: <-0.536717, 0.258302, 0.803253> - 1518: <-0.536717, 0.258302, 0.803253> - 1519: <-0.536717, 0.258302, 0.803253> - 1520: <-0.536717, -0.258302, 0.803253> - 1521: <-0.536717, -0.258302, 0.803253> - 1522: <-0.536717, -0.258302, 0.803253> - 1523: <-0.536717, -0.258302, 0.803253> - 1524: <-0.393268, -0.706349, 0.588567> - 1525: <-0.393268, -0.706349, 0.588567> - 1526: <-0.393268, -0.706349, 0.588567> - 1527: <-0.393268, -0.706349, 0.588567> - 1528: <-0.144080, -0.965787, 0.215631> - 1529: <-0.144080, -0.965787, 0.215631> - 1530: <-0.144080, -0.965787, 0.215631> - 1531: <-0.144080, -0.965787, 0.215631> - 1532: < 0.144080, -0.965787, -0.215631> - 1533: < 0.144080, -0.965787, -0.215631> - 1534: < 0.144080, -0.965787, -0.215631> - 1535: < 0.144080, -0.965787, -0.215631> - 1536: < 0.393268, -0.706349, -0.588567> - 1537: < 0.393268, -0.706349, -0.588567> - 1538: < 0.393268, -0.706349, -0.588567> - 1539: < 0.393268, -0.706349, -0.588567> - 1540: < 0.536717, -0.258302, -0.803253> - 1541: < 0.536717, -0.258302, -0.803253> - 1542: < 0.536717, -0.258302, -0.803253> - 1543: < 0.536717, -0.258302, -0.803253> - 1544: <-0.313080, 0.706349, 0.634864> - 1545: <-0.313080, 0.706349, 0.634864> - 1546: <-0.313080, 0.706349, 0.634864> - 1547: <-0.313080, 0.706349, 0.634864> - 1548: <-0.427279, 0.258302, 0.866437> - 1549: <-0.427279, 0.258302, 0.866437> - 1550: <-0.427279, 0.258302, 0.866437> - 1551: <-0.427279, 0.258302, 0.866437> - 1552: <-0.427279, -0.258302, 0.866437> - 1553: <-0.427279, -0.258302, 0.866437> - 1554: <-0.427279, -0.258302, 0.866437> - 1555: <-0.427279, -0.258302, 0.866437> - 1556: <-0.313080, -0.706349, 0.634864> - 1557: <-0.313080, -0.706349, 0.634864> - 1558: <-0.313080, -0.706349, 0.634864> - 1559: <-0.313080, -0.706349, 0.634864> - 1560: <-0.114702, -0.965787, 0.232592> - 1561: <-0.114702, -0.965787, 0.232592> - 1562: <-0.114702, -0.965787, 0.232592> - 1563: <-0.114702, -0.965787, 0.232592> - 1564: < 0.114702, -0.965787, -0.232592> - 1565: < 0.114702, -0.965787, -0.232592> - 1566: < 0.114702, -0.965787, -0.232592> - 1567: < 0.114702, -0.965787, -0.232592> - 1568: < 0.313081, -0.706348, -0.634865> - 1569: < 0.313081, -0.706348, -0.634865> - 1570: < 0.313081, -0.706348, -0.634865> - 1571: < 0.313081, -0.706348, -0.634865> - 1572: <-0.227536, 0.706348, 0.670298> - 1573: <-0.227536, 0.706348, 0.670298> - 1574: <-0.227536, 0.706348, 0.670298> - 1575: <-0.227536, 0.706348, 0.670298> - 1576: <-0.310531, 0.258302, 0.914795> - 1577: <-0.310531, 0.258302, 0.914795> - 1578: <-0.310531, 0.258302, 0.914795> - 1579: <-0.310531, 0.258302, 0.914795> - 1580: <-0.310531, -0.258302, 0.914795> - 1581: <-0.310531, -0.258302, 0.914795> - 1582: <-0.310531, -0.258302, 0.914795> - 1583: <-0.310531, -0.258302, 0.914795> - 1584: <-0.227536, -0.706348, 0.670298> - 1585: <-0.227536, -0.706348, 0.670298> - 1586: <-0.227536, -0.706348, 0.670298> - 1587: <-0.227536, -0.706348, 0.670298> - 1588: <-0.083361, -0.965787, 0.245574> - 1589: <-0.083361, -0.965787, 0.245574> - 1590: <-0.083361, -0.965787, 0.245574> - 1591: <-0.083361, -0.965787, 0.245574> - 1592: < 0.083361, -0.965787, -0.245574> - 1593: < 0.083361, -0.965787, -0.245574> - 1594: < 0.083361, -0.965787, -0.245574> - 1595: < 0.083361, -0.965787, -0.245574> - 1596: < 0.227536, -0.706348, -0.670298> - 1597: < 0.227536, -0.706348, -0.670298> - 1598: < 0.227536, -0.706348, -0.670298> - 1599: < 0.227536, -0.706348, -0.670298> - 1600: <-0.138098, 0.706349, 0.694263> - 1601: <-0.138098, 0.706349, 0.694263> - 1602: <-0.138098, 0.706349, 0.694263> - 1603: <-0.138098, 0.706349, 0.694263> - 1604: <-0.188470, 0.258302, 0.947501> - 1605: <-0.188470, 0.258302, 0.947501> - 1606: <-0.188470, 0.258302, 0.947501> - 1607: <-0.188470, 0.258302, 0.947501> - 1608: <-0.188470, -0.258302, 0.947501> - 1609: <-0.188470, -0.258302, 0.947501> - 1610: <-0.188470, -0.258302, 0.947501> - 1611: <-0.188470, -0.258302, 0.947501> - 1612: <-0.138098, -0.706349, 0.694263> - 1613: <-0.138098, -0.706349, 0.694263> - 1614: <-0.138098, -0.706349, 0.694263> - 1615: <-0.138098, -0.706349, 0.694263> - 1616: <-0.050594, -0.965787, 0.254354> - 1617: <-0.050594, -0.965787, 0.254354> - 1618: <-0.050594, -0.965787, 0.254354> - 1619: <-0.050594, -0.965787, 0.254354> - 1620: < 0.050594, -0.965787, -0.254354> - 1621: < 0.050594, -0.965787, -0.254354> - 1622: < 0.050594, -0.965787, -0.254354> - 1623: < 0.050594, -0.965787, -0.254354> - 1624: <-0.046297, 0.706348, 0.706349> - 1625: <-0.046297, 0.706348, 0.706349> - 1626: <-0.046297, 0.706348, 0.706349> - 1627: <-0.046297, 0.706348, 0.706349> - 1628: <-0.063184, 0.258302, 0.963996> - 1629: <-0.063184, 0.258302, 0.963996> - 1630: <-0.063184, 0.258302, 0.963996> - 1631: <-0.063184, 0.258302, 0.963996> - 1632: <-0.063184, -0.258302, 0.963996> - 1633: <-0.063184, -0.258302, 0.963996> - 1634: <-0.063184, -0.258302, 0.963996> - 1635: <-0.063184, -0.258302, 0.963996> - 1636: <-0.046297, -0.706348, 0.706349> - 1637: <-0.046297, -0.706348, 0.706349> - 1638: <-0.046297, -0.706348, 0.706349> - 1639: <-0.046297, -0.706348, 0.706349> - 1640: <-0.016962, -0.965787, 0.258782> - 1641: <-0.016962, -0.965787, 0.258782> - 1642: <-0.016962, -0.965787, 0.258782> - 1643: <-0.016962, -0.965787, 0.258782> - 1644: < 0.016961, -0.965787, -0.258782> - 1645: < 0.016961, -0.965787, -0.258782> - 1646: < 0.016961, -0.965787, -0.258782> - 1647: < 0.016961, -0.965787, -0.258782> - 1648: < 0.046297, 0.706349, 0.706348> - 1649: < 0.046297, 0.706349, 0.706348> - 1650: < 0.046297, 0.706349, 0.706348> - 1651: < 0.046297, 0.706349, 0.706348> - 1652: < 0.063184, 0.258301, 0.963996> - 1653: < 0.063184, 0.258301, 0.963996> - 1654: < 0.063184, 0.258301, 0.963996> - 1655: < 0.063184, 0.258301, 0.963996> - 1656: < 0.063184, -0.258301, 0.963996> - 1657: < 0.063184, -0.258301, 0.963996> - 1658: < 0.063184, -0.258301, 0.963996> - 1659: < 0.063184, -0.258301, 0.963996> - 1660: < 0.046297, -0.706349, 0.706348> - 1661: < 0.046297, -0.706349, 0.706348> - 1662: < 0.046297, -0.706349, 0.706348> - 1663: < 0.046297, -0.706349, 0.706348> - 1664: < 0.016962, -0.965787, 0.258782> - 1665: < 0.016962, -0.965787, 0.258782> - 1666: < 0.016962, -0.965787, 0.258782> - 1667: < 0.016962, -0.965787, 0.258782> - 1668: <-0.016961, -0.965787, -0.258782> - 1669: <-0.016961, -0.965787, -0.258782> - 1670: <-0.016961, -0.965787, -0.258782> - 1671: <-0.016961, -0.965787, -0.258782> - 1672: < 0.050594, 0.965787, 0.254354> - 1673: < 0.050594, 0.965787, 0.254354> - 1674: < 0.050594, 0.965787, 0.254354> - 1675: < 0.050594, 0.965787, 0.254354> - 1676: < 0.138097, 0.706348, 0.694263> - 1677: < 0.138097, 0.706348, 0.694263> - 1678: < 0.138097, 0.706348, 0.694263> - 1679: < 0.138097, 0.706348, 0.694263> - 1680: < 0.188469, 0.258302, 0.947502> - 1681: < 0.188469, 0.258302, 0.947502> - 1682: < 0.188469, 0.258302, 0.947502> - 1683: < 0.188469, 0.258302, 0.947502> - 1684: < 0.188469, -0.258302, 0.947502> - 1685: < 0.188469, -0.258302, 0.947502> - 1686: < 0.188469, -0.258302, 0.947502> - 1687: < 0.188469, -0.258302, 0.947502> - 1688: < 0.138097, -0.706348, 0.694263> - 1689: < 0.138097, -0.706348, 0.694263> - 1690: < 0.138097, -0.706348, 0.694263> - 1691: < 0.138097, -0.706348, 0.694263> - 1692: < 0.050594, -0.965787, 0.254354> - 1693: < 0.050594, -0.965787, 0.254354> - 1694: < 0.050594, -0.965787, 0.254354> - 1695: < 0.050594, -0.965787, 0.254354> - 1696: <-0.050594, -0.965787, -0.254354> - 1697: <-0.050594, -0.965787, -0.254354> - 1698: <-0.050594, -0.965787, -0.254354> - 1699: <-0.050594, -0.965787, -0.254354> - 1700: < 0.083361, 0.965787, 0.245574> - 1701: < 0.083361, 0.965787, 0.245574> - 1702: < 0.083361, 0.965787, 0.245574> - 1703: < 0.083361, 0.965787, 0.245574> - 1704: < 0.227535, 0.706349, 0.670298> - 1705: < 0.227535, 0.706349, 0.670298> - 1706: < 0.227535, 0.706349, 0.670298> - 1707: < 0.227535, 0.706349, 0.670298> - 1708: < 0.310531, 0.258301, 0.914796> - 1709: < 0.310531, 0.258301, 0.914796> - 1710: < 0.310531, 0.258301, 0.914796> - 1711: < 0.310531, 0.258301, 0.914796> - 1712: < 0.310531, -0.258301, 0.914796> - 1713: < 0.310531, -0.258301, 0.914796> - 1714: < 0.310531, -0.258301, 0.914796> - 1715: < 0.310531, -0.258301, 0.914796> - 1716: < 0.227535, -0.706349, 0.670298> - 1717: < 0.227535, -0.706349, 0.670298> - 1718: < 0.227535, -0.706349, 0.670298> - 1719: < 0.227535, -0.706349, 0.670298> - 1720: < 0.083361, -0.965787, 0.245574> - 1721: < 0.083361, -0.965787, 0.245574> - 1722: < 0.083361, -0.965787, 0.245574> - 1723: < 0.083361, -0.965787, 0.245574> - 1724: <-0.083361, -0.965787, -0.245574> - 1725: <-0.083361, -0.965787, -0.245574> - 1726: <-0.083361, -0.965787, -0.245574> - 1727: <-0.083361, -0.965787, -0.245574> - 1728: <-0.114702, 0.965787, -0.232592> - 1729: <-0.114702, 0.965787, -0.232592> - 1730: <-0.114702, 0.965787, -0.232592> - 1731: <-0.114702, 0.965787, -0.232592> - 1732: < 0.114702, 0.965787, 0.232592> - 1733: < 0.114702, 0.965787, 0.232592> - 1734: < 0.114702, 0.965787, 0.232592> - 1735: < 0.114702, 0.965787, 0.232592> - 1736: < 0.313080, 0.706349, 0.634864> - 1737: < 0.313080, 0.706349, 0.634864> - 1738: < 0.313080, 0.706349, 0.634864> - 1739: < 0.313080, 0.706349, 0.634864> - 1740: < 0.427279, 0.258302, 0.866437> - 1741: < 0.427279, 0.258302, 0.866437> - 1742: < 0.427279, 0.258302, 0.866437> - 1743: < 0.427279, 0.258302, 0.866437> - 1744: < 0.427279, -0.258302, 0.866437> - 1745: < 0.427279, -0.258302, 0.866437> - 1746: < 0.427279, -0.258302, 0.866437> - 1747: < 0.427279, -0.258302, 0.866437> - 1748: < 0.313080, -0.706349, 0.634864> - 1749: < 0.313080, -0.706349, 0.634864> - 1750: < 0.313080, -0.706349, 0.634864> - 1751: < 0.313080, -0.706349, 0.634864> - 1752: < 0.114702, -0.965787, 0.232592> - 1753: < 0.114702, -0.965787, 0.232592> - 1754: < 0.114702, -0.965787, 0.232592> - 1755: < 0.114702, -0.965787, 0.232592> - 1756: <-0.114702, -0.965787, -0.232592> - 1757: <-0.114702, -0.965787, -0.232592> - 1758: <-0.114702, -0.965787, -0.232592> - 1759: <-0.114702, -0.965787, -0.232592> - 1760: <-0.393268, 0.706349, -0.588567> - 1761: <-0.393268, 0.706349, -0.588567> - 1762: <-0.393268, 0.706349, -0.588567> - 1763: <-0.393268, 0.706349, -0.588567> - 1764: <-0.144080, 0.965787, -0.215631> - 1765: <-0.144080, 0.965787, -0.215631> - 1766: <-0.144080, 0.965787, -0.215631> - 1767: <-0.144080, 0.965787, -0.215631> - 1768: < 0.144080, 0.965787, 0.215631> - 1769: < 0.144080, 0.965787, 0.215631> - 1770: < 0.144080, 0.965787, 0.215631> - 1771: < 0.144080, 0.965787, 0.215631> - 1772: < 0.393268, 0.706349, 0.588567> - 1773: < 0.393268, 0.706349, 0.588567> - 1774: < 0.393268, 0.706349, 0.588567> - 1775: < 0.393268, 0.706349, 0.588567> - 1776: < 0.536717, 0.258301, 0.803253> - 1777: < 0.536717, 0.258301, 0.803253> - 1778: < 0.536717, 0.258301, 0.803253> - 1779: < 0.536717, 0.258301, 0.803253> - 1780: < 0.536717, -0.258301, 0.803253> - 1781: < 0.536717, -0.258301, 0.803253> - 1782: < 0.536717, -0.258301, 0.803253> - 1783: < 0.536717, -0.258301, 0.803253> - 1784: < 0.393268, -0.706349, 0.588567> - 1785: < 0.393268, -0.706349, 0.588567> - 1786: < 0.393268, -0.706349, 0.588567> - 1787: < 0.393268, -0.706349, 0.588567> - 1788: < 0.144080, -0.965787, 0.215631> - 1789: < 0.144080, -0.965787, 0.215631> - 1790: < 0.144080, -0.965787, 0.215631> - 1791: < 0.144080, -0.965787, 0.215631> - 1792: <-0.144080, -0.965787, -0.215631> - 1793: <-0.144080, -0.965787, -0.215631> - 1794: <-0.144080, -0.965787, -0.215631> - 1795: <-0.144080, -0.965787, -0.215631> - 1796: <-0.636970, 0.258302, -0.726326> - 1797: <-0.636970, 0.258302, -0.726326> - 1798: <-0.636970, 0.258302, -0.726326> - 1799: <-0.636970, 0.258302, -0.726326> - 1800: <-0.466727, 0.706349, -0.532201> - 1801: <-0.466727, 0.706349, -0.532201> - 1802: <-0.466727, 0.706349, -0.532201> - 1803: <-0.466727, 0.706349, -0.532201> - 1804: <-0.170993, 0.965787, -0.194980> - 1805: <-0.170993, 0.965787, -0.194980> - 1806: <-0.170993, 0.965787, -0.194980> - 1807: <-0.170993, 0.965787, -0.194980> - 1808: < 0.170993, 0.965787, 0.194980> - 1809: < 0.170993, 0.965787, 0.194980> - 1810: < 0.170993, 0.965787, 0.194980> - 1811: < 0.170993, 0.965787, 0.194980> - 1812: < 0.466727, 0.706349, 0.532201> - 1813: < 0.466727, 0.706349, 0.532201> - 1814: < 0.466727, 0.706349, 0.532201> - 1815: < 0.466727, 0.706349, 0.532201> - 1816: < 0.636970, 0.258302, 0.726326> - 1817: < 0.636970, 0.258302, 0.726326> - 1818: < 0.636970, 0.258302, 0.726326> - 1819: < 0.636970, 0.258302, 0.726326> - 1820: < 0.636970, -0.258302, 0.726326> - 1821: < 0.636970, -0.258302, 0.726326> - 1822: < 0.636970, -0.258302, 0.726326> - 1823: < 0.636970, -0.258302, 0.726326> - 1824: < 0.466727, -0.706349, 0.532201> - 1825: < 0.466727, -0.706349, 0.532201> - 1826: < 0.466727, -0.706349, 0.532201> - 1827: < 0.466727, -0.706349, 0.532201> - 1828: < 0.170993, -0.965787, 0.194980> - 1829: < 0.170993, -0.965787, 0.194980> - 1830: < 0.170993, -0.965787, 0.194980> - 1831: < 0.170993, -0.965787, 0.194980> - 1832: <-0.170993, -0.965787, -0.194980> - 1833: <-0.170993, -0.965787, -0.194980> - 1834: <-0.170993, -0.965787, -0.194980> - 1835: <-0.170993, -0.965787, -0.194980> - 1836: <-0.726325, 0.258302, -0.636971> - 1837: <-0.726325, 0.258302, -0.636971> - 1838: <-0.726325, 0.258302, -0.636971> - 1839: <-0.726325, 0.258302, -0.636971> - 1840: <-0.532201, 0.706348, -0.466728> - 1841: <-0.532201, 0.706348, -0.466728> - 1842: <-0.532201, 0.706348, -0.466728> - 1843: <-0.532201, 0.706348, -0.466728> - 1844: <-0.194980, 0.965787, -0.170993> - 1845: <-0.194980, 0.965787, -0.170993> - 1846: <-0.194980, 0.965787, -0.170993> - 1847: <-0.194980, 0.965787, -0.170993> - 1848: < 0.194980, 0.965787, 0.170993> - 1849: < 0.194980, 0.965787, 0.170993> - 1850: < 0.194980, 0.965787, 0.170993> - 1851: < 0.194980, 0.965787, 0.170993> - 1852: < 0.532200, 0.706349, 0.466727> - 1853: < 0.532200, 0.706349, 0.466727> - 1854: < 0.532200, 0.706349, 0.466727> - 1855: < 0.532200, 0.706349, 0.466727> - 1856: < 0.726326, 0.258302, 0.636970> - 1857: < 0.726326, 0.258302, 0.636970> - 1858: < 0.726326, 0.258302, 0.636970> - 1859: < 0.726326, 0.258302, 0.636970> - 1860: < 0.726326, -0.258302, 0.636970> - 1861: < 0.726326, -0.258302, 0.636970> - 1862: < 0.726326, -0.258302, 0.636970> - 1863: < 0.726326, -0.258302, 0.636970> - 1864: < 0.532200, -0.706349, 0.466727> - 1865: < 0.532200, -0.706349, 0.466727> - 1866: < 0.532200, -0.706349, 0.466727> - 1867: < 0.532200, -0.706349, 0.466727> - 1868: < 0.194980, -0.965787, 0.170993> - 1869: < 0.194980, -0.965787, 0.170993> - 1870: < 0.194980, -0.965787, 0.170993> - 1871: < 0.194980, -0.965787, 0.170993> - 1872: <-0.194980, -0.965787, -0.170993> - 1873: <-0.194980, -0.965787, -0.170993> - 1874: <-0.194980, -0.965787, -0.170993> - 1875: <-0.194980, -0.965787, -0.170993> - 1876: <-0.532201, -0.706348, -0.466728> - 1877: <-0.532201, -0.706348, -0.466728> - 1878: <-0.532201, -0.706348, -0.466728> - 1879: <-0.532201, -0.706348, -0.466728> - 1880: <-0.726325, -0.258302, -0.636971> - 1881: <-0.726325, -0.258302, -0.636971> - 1882: <-0.726325, -0.258302, -0.636971> - 1883: <-0.726325, -0.258302, -0.636971> - 1884: <-0.803253, 0.258302, -0.536716> - 1885: <-0.803253, 0.258302, -0.536716> - 1886: <-0.803253, 0.258302, -0.536716> - 1887: <-0.803253, 0.258302, -0.536716> - 1888: <-0.588568, 0.706348, -0.393268> - 1889: <-0.588568, 0.706348, -0.393268> - 1890: <-0.588568, 0.706348, -0.393268> - 1891: <-0.588568, 0.706348, -0.393268> - 1892: <-0.215631, 0.965787, -0.144080> - 1893: <-0.215631, 0.965787, -0.144080> - 1894: <-0.215631, 0.965787, -0.144080> - 1895: <-0.215631, 0.965787, -0.144080> - 1896: < 0.215631, 0.965787, 0.144080> - 1897: < 0.215631, 0.965787, 0.144080> - 1898: < 0.215631, 0.965787, 0.144080> - 1899: < 0.215631, 0.965787, 0.144080> - 1900: < 0.588568, 0.706349, 0.393268> - 1901: < 0.588568, 0.706349, 0.393268> - 1902: < 0.588568, 0.706349, 0.393268> - 1903: < 0.588568, 0.706349, 0.393268> - 1904: < 0.803253, 0.258302, 0.536716> - 1905: < 0.803253, 0.258302, 0.536716> - 1906: < 0.803253, 0.258302, 0.536716> - 1907: < 0.803253, 0.258302, 0.536716> - 1908: < 0.803253, -0.258302, 0.536716> - 1909: < 0.803253, -0.258302, 0.536716> - 1910: < 0.803253, -0.258302, 0.536716> - 1911: < 0.803253, -0.258302, 0.536716> - 1912: < 0.588568, -0.706349, 0.393268> - 1913: < 0.588568, -0.706349, 0.393268> - 1914: < 0.588568, -0.706349, 0.393268> - 1915: < 0.588568, -0.706349, 0.393268> - 1916: < 0.215631, -0.965787, 0.144080> - 1917: < 0.215631, -0.965787, 0.144080> - 1918: < 0.215631, -0.965787, 0.144080> - 1919: < 0.215631, -0.965787, 0.144080> - 1920: <-0.215631, -0.965787, -0.144080> - 1921: <-0.215631, -0.965787, -0.144080> - 1922: <-0.215631, -0.965787, -0.144080> - 1923: <-0.215631, -0.965787, -0.144080> - 1924: <-0.588568, -0.706348, -0.393268> - 1925: <-0.588568, -0.706348, -0.393268> - 1926: <-0.588568, -0.706348, -0.393268> - 1927: <-0.588568, -0.706348, -0.393268> - 1928: <-0.803253, -0.258302, -0.536716> - 1929: <-0.803253, -0.258302, -0.536716> - 1930: <-0.803253, -0.258302, -0.536716> - 1931: <-0.803253, -0.258302, -0.536716> - 1932: <-0.866436, 0.258302, -0.427280> - 1933: <-0.866436, 0.258302, -0.427280> - 1934: <-0.866436, 0.258302, -0.427280> - 1935: <-0.866436, 0.258302, -0.427280> - 1936: <-0.634864, 0.706349, -0.313080> - 1937: <-0.634864, 0.706349, -0.313080> - 1938: <-0.634864, 0.706349, -0.313080> - 1939: <-0.634864, 0.706349, -0.313080> - 1940: <-0.232592, 0.965787, -0.114702> - 1941: <-0.232592, 0.965787, -0.114702> - 1942: <-0.232592, 0.965787, -0.114702> - 1943: <-0.232592, 0.965787, -0.114702> - 1944: < 0.232592, 0.965787, 0.114702> - 1945: < 0.232592, 0.965787, 0.114702> - 1946: < 0.232592, 0.965787, 0.114702> - 1947: < 0.232592, 0.965787, 0.114702> - 1948: < 0.634864, 0.706349, 0.313081> - 1949: < 0.634864, 0.706349, 0.313081> - 1950: < 0.634864, 0.706349, 0.313081> - 1951: < 0.634864, 0.706349, 0.313081> - 1952: < 0.866436, 0.258302, 0.427280> - 1953: < 0.866436, 0.258302, 0.427280> - 1954: < 0.866436, 0.258302, 0.427280> - 1955: < 0.866436, 0.258302, 0.427280> - 1956: < 0.866436, -0.258302, 0.427280> - 1957: < 0.866436, -0.258302, 0.427280> - 1958: < 0.866436, -0.258302, 0.427280> - 1959: < 0.866436, -0.258302, 0.427280> - 1960: < 0.634864, -0.706348, 0.313081> - 1961: < 0.634864, -0.706348, 0.313081> - 1962: < 0.634864, -0.706348, 0.313081> - 1963: < 0.634864, -0.706348, 0.313081> - 1964: < 0.232592, -0.965787, 0.114702> - 1965: < 0.232592, -0.965787, 0.114702> - 1966: < 0.232592, -0.965787, 0.114702> - 1967: < 0.232592, -0.965787, 0.114702> - 1968: <-0.232592, -0.965787, -0.114702> - 1969: <-0.232592, -0.965787, -0.114702> - 1970: <-0.232592, -0.965787, -0.114702> - 1971: <-0.232592, -0.965787, -0.114702> - 1972: <-0.634864, -0.706349, -0.313080> - 1973: <-0.634864, -0.706349, -0.313080> - 1974: <-0.634864, -0.706349, -0.313080> - 1975: <-0.634864, -0.706349, -0.313080> - 1976: <-0.866436, -0.258302, -0.427280> - 1977: <-0.866436, -0.258302, -0.427280> - 1978: <-0.866436, -0.258302, -0.427280> - 1979: <-0.866436, -0.258302, -0.427280> - 1980: <-0.914795, 0.258302, -0.310531> - 1981: <-0.914795, 0.258302, -0.310531> - 1982: <-0.914795, 0.258302, -0.310531> - 1983: <-0.914795, 0.258302, -0.310531> - 1984: <-0.670298, 0.706349, -0.227535> - 1985: <-0.670298, 0.706349, -0.227535> - 1986: <-0.670298, 0.706349, -0.227535> - 1987: <-0.670298, 0.706349, -0.227535> - 1988: <-0.245574, 0.965787, -0.083361> - 1989: <-0.245574, 0.965787, -0.083361> - 1990: <-0.245574, 0.965787, -0.083361> - 1991: <-0.245574, 0.965787, -0.083361> - 1992: < 0.245574, 0.965787, 0.083361> - 1993: < 0.245574, 0.965787, 0.083361> - 1994: < 0.245574, 0.965787, 0.083361> - 1995: < 0.245574, 0.965787, 0.083361> - 1996: < 0.670298, 0.706348, 0.227536> - 1997: < 0.670298, 0.706348, 0.227536> - 1998: < 0.670298, 0.706348, 0.227536> - 1999: < 0.670298, 0.706348, 0.227536> - 2000: < 0.914795, 0.258302, 0.310531> - 2001: < 0.914795, 0.258302, 0.310531> - 2002: < 0.914795, 0.258302, 0.310531> - 2003: < 0.914795, 0.258302, 0.310531> - 2004: < 0.914795, -0.258302, 0.310531> - 2005: < 0.914795, -0.258302, 0.310531> - 2006: < 0.914795, -0.258302, 0.310531> - 2007: < 0.914795, -0.258302, 0.310531> - 2008: < 0.670298, -0.706349, 0.227536> - 2009: < 0.670298, -0.706349, 0.227536> - 2010: < 0.670298, -0.706349, 0.227536> - 2011: < 0.670298, -0.706349, 0.227536> - 2012: < 0.245574, -0.965787, 0.083361> - 2013: < 0.245574, -0.965787, 0.083361> - 2014: < 0.245574, -0.965787, 0.083361> - 2015: < 0.245574, -0.965787, 0.083361> - 2016: <-0.245574, -0.965787, -0.083361> - 2017: <-0.245574, -0.965787, -0.083361> - 2018: <-0.245574, -0.965787, -0.083361> - 2019: <-0.245574, -0.965787, -0.083361> - 2020: <-0.670298, -0.706349, -0.227535> - 2021: <-0.670298, -0.706349, -0.227535> - 2022: <-0.670298, -0.706349, -0.227535> - 2023: <-0.670298, -0.706349, -0.227535> - 2024: <-0.914795, -0.258302, -0.310531> - 2025: <-0.914795, -0.258302, -0.310531> - 2026: <-0.914795, -0.258302, -0.310531> - 2027: <-0.914795, -0.258302, -0.310531> - 2028: < 0.694263, 0.706349, 0.138097> - 2029: < 0.694263, 0.706349, 0.138097> - 2030: < 0.694263, 0.706349, 0.138097> - 2031: < 0.694263, 0.706349, 0.138097> - 2032: < 0.947502, 0.258302, 0.188470> - 2033: < 0.947502, 0.258302, 0.188470> - 2034: < 0.947502, 0.258302, 0.188470> - 2035: < 0.947502, 0.258302, 0.188470> - 2036: < 0.947502, -0.258302, 0.188470> - 2037: < 0.947502, -0.258302, 0.188470> - 2038: < 0.947502, -0.258302, 0.188470> - 2039: < 0.947502, -0.258302, 0.188470> - 2040: < 0.694263, -0.706349, 0.138097> - 2041: < 0.694263, -0.706349, 0.138097> - 2042: < 0.694263, -0.706349, 0.138097> - 2043: < 0.694263, -0.706349, 0.138097> - 2044: < 0.254354, -0.965787, 0.050594> - 2045: < 0.254354, -0.965787, 0.050594> - 2046: < 0.254354, -0.965787, 0.050594> - 2047: < 0.254354, -0.965787, 0.050594> - 2048: <-0.254354, -0.965787, -0.050594> - 2049: <-0.254354, -0.965787, -0.050594> - 2050: <-0.254354, -0.965787, -0.050594> - 2051: <-0.254354, -0.965787, -0.050594> - 2052: < 0.706348, 0.706349, 0.046297> - 2053: < 0.706348, 0.706349, 0.046297> - 2054: < 0.706348, 0.706349, 0.046297> - 2055: < 0.706348, 0.706349, 0.046297> - 2056: < 0.963996, 0.258302, 0.063184> - 2057: < 0.963996, 0.258302, 0.063184> - 2058: < 0.963996, 0.258302, 0.063184> - 2059: < 0.963996, 0.258302, 0.063184> - 2060: < 0.963996, -0.258302, 0.063184> - 2061: < 0.963996, -0.258302, 0.063184> - 2062: < 0.963996, -0.258302, 0.063184> - 2063: < 0.963996, -0.258302, 0.063184> - 2064: < 0.706348, -0.706349, 0.046297> - 2065: < 0.706348, -0.706349, 0.046297> - 2066: < 0.706348, -0.706349, 0.046297> - 2067: < 0.706348, -0.706349, 0.046297> - 2068: < 0.258782, -0.965787, 0.016961> - 2069: < 0.258782, -0.965787, 0.016961> - 2070: < 0.258782, -0.965787, 0.016961> - 2071: < 0.258782, -0.965787, 0.016961> - 2072: <-0.258782, -0.965787, -0.016961> - 2073: <-0.258782, -0.965787, -0.016961> - 2074: <-0.258782, -0.965787, -0.016961> - 2075: <-0.258782, -0.965787, -0.016961> - 2076: < 0.215631, 0.965787, -0.144080> - 2077: < 0.215631, 0.965787, -0.144080> - 2078: < 0.215631, 0.965787, -0.144080> - 2079: < 0.215631, 0.965787, -0.144080> - 2080: < 0.532201, 0.706349, -0.466727> - 2081: < 0.532201, 0.706349, -0.466727> - 2082: < 0.532201, 0.706349, -0.466727> - 2083: < 0.532201, 0.706349, -0.466727> - 2084: < 0.194980, 0.965787, -0.170993> - 2085: < 0.194980, 0.965787, -0.170993> - 2086: < 0.194980, 0.965787, -0.170993> - 2087: < 0.194980, 0.965787, -0.170993> - 2088: < 0.466728, 0.706349, -0.532200> - 2089: < 0.466728, 0.706349, -0.532200> - 2090: < 0.466728, 0.706349, -0.532200> - 2091: < 0.466728, 0.706349, -0.532200> - 2092: < 0.170993, 0.965787, -0.194980> - 2093: < 0.170993, 0.965787, -0.194980> - 2094: < 0.170993, 0.965787, -0.194980> - 2095: < 0.170993, 0.965787, -0.194980> - 2096: <-0.170993, 0.965787, 0.194980> - 2097: <-0.170993, 0.965787, 0.194980> - 2098: <-0.170993, 0.965787, 0.194980> - 2099: <-0.170993, 0.965787, 0.194980> - 2100: < 0.536717, 0.258302, -0.803253> - 2101: < 0.536717, 0.258302, -0.803253> - 2102: < 0.536717, 0.258302, -0.803253> - 2103: < 0.536717, 0.258302, -0.803253> - 2104: < 0.393268, 0.706349, -0.588567> - 2105: < 0.393268, 0.706349, -0.588567> - 2106: < 0.393268, 0.706349, -0.588567> - 2107: < 0.393268, 0.706349, -0.588567> - 2108: < 0.144080, 0.965787, -0.215631> - 2109: < 0.144080, 0.965787, -0.215631> - 2110: < 0.144080, 0.965787, -0.215631> - 2111: < 0.144080, 0.965787, -0.215631> - 2112: <-0.144080, 0.965787, 0.215631> - 2113: <-0.144080, 0.965787, 0.215631> - 2114: <-0.144080, 0.965787, 0.215631> - 2115: <-0.144080, 0.965787, 0.215631> - 2116: < 0.427279, 0.258303, -0.866437> - 2117: < 0.427279, 0.258303, -0.866437> - 2118: < 0.427279, 0.258303, -0.866437> - 2119: < 0.427279, 0.258303, -0.866437> - 2120: < 0.313081, 0.706348, -0.634865> - 2121: < 0.313081, 0.706348, -0.634865> - 2122: < 0.313081, 0.706348, -0.634865> - 2123: < 0.313081, 0.706348, -0.634865> - 2124: < 0.114702, 0.965787, -0.232592> - 2125: < 0.114702, 0.965787, -0.232592> - 2126: < 0.114702, 0.965787, -0.232592> - 2127: < 0.114702, 0.965787, -0.232592> - 2128: <-0.114702, 0.965787, 0.232592> - 2129: <-0.114702, 0.965787, 0.232592> - 2130: <-0.114702, 0.965787, 0.232592> - 2131: <-0.114702, 0.965787, 0.232592> - 2132: < 0.427279, -0.258303, -0.866437> - 2133: < 0.427279, -0.258303, -0.866437> - 2134: < 0.427279, -0.258303, -0.866437> - 2135: < 0.427279, -0.258303, -0.866437> - 2136: < 0.310531, 0.258301, -0.914795> - 2137: < 0.310531, 0.258301, -0.914795> - 2138: < 0.310531, 0.258301, -0.914795> - 2139: < 0.310531, 0.258301, -0.914795> - 2140: < 0.227536, 0.706348, -0.670298> - 2141: < 0.227536, 0.706348, -0.670298> - 2142: < 0.227536, 0.706348, -0.670298> - 2143: < 0.227536, 0.706348, -0.670298> - 2144: < 0.083361, 0.965787, -0.245574> - 2145: < 0.083361, 0.965787, -0.245574> - 2146: < 0.083361, 0.965787, -0.245574> - 2147: < 0.083361, 0.965787, -0.245574> - 2148: <-0.083361, 0.965787, 0.245574> - 2149: <-0.083361, 0.965787, 0.245574> - 2150: <-0.083361, 0.965787, 0.245574> - 2151: <-0.083361, 0.965787, 0.245574> - 2152: < 0.310531, -0.258301, -0.914795> - 2153: < 0.310531, -0.258301, -0.914795> - 2154: < 0.310531, -0.258301, -0.914795> - 2155: < 0.310531, -0.258301, -0.914795> - 2156: < 0.188470, 0.258303, -0.947501> - 2157: < 0.188470, 0.258303, -0.947501> - 2158: < 0.188470, 0.258303, -0.947501> - 2159: < 0.188470, 0.258303, -0.947501> - 2160: < 0.138098, 0.706348, -0.694263> - 2161: < 0.138098, 0.706348, -0.694263> - 2162: < 0.138098, 0.706348, -0.694263> - 2163: < 0.138098, 0.706348, -0.694263> - 2164: < 0.050594, 0.965787, -0.254354> - 2165: < 0.050594, 0.965787, -0.254354> - 2166: < 0.050594, 0.965787, -0.254354> - 2167: < 0.050594, 0.965787, -0.254354> - 2168: <-0.050594, 0.965787, 0.254354> - 2169: <-0.050594, 0.965787, 0.254354> - 2170: <-0.050594, 0.965787, 0.254354> - 2171: <-0.050594, 0.965787, 0.254354> - 2172: < 0.138098, -0.706348, -0.694263> - 2173: < 0.138098, -0.706348, -0.694263> - 2174: < 0.138098, -0.706348, -0.694263> - 2175: < 0.138098, -0.706348, -0.694263> - 2176: < 0.188470, -0.258303, -0.947501> - 2177: < 0.188470, -0.258303, -0.947501> - 2178: < 0.188470, -0.258303, -0.947501> - 2179: < 0.188470, -0.258303, -0.947501> - 2180: < 0.063184, 0.258301, -0.963996> - 2181: < 0.063184, 0.258301, -0.963996> - 2182: < 0.063184, 0.258301, -0.963996> - 2183: < 0.063184, 0.258301, -0.963996> - 2184: < 0.046297, 0.706348, -0.706349> - 2185: < 0.046297, 0.706348, -0.706349> - 2186: < 0.046297, 0.706348, -0.706349> - 2187: < 0.046297, 0.706348, -0.706349> - 2188: < 0.016961, 0.965787, -0.258782> - 2189: < 0.016961, 0.965787, -0.258782> - 2190: < 0.016961, 0.965787, -0.258782> - 2191: < 0.016961, 0.965787, -0.258782> - 2192: <-0.016962, 0.965787, 0.258782> - 2193: <-0.016962, 0.965787, 0.258782> - 2194: <-0.016962, 0.965787, 0.258782> - 2195: <-0.016962, 0.965787, 0.258782> - 2196: < 0.046297, -0.706348, -0.706349> - 2197: < 0.046297, -0.706348, -0.706349> - 2198: < 0.046297, -0.706348, -0.706349> - 2199: < 0.046297, -0.706348, -0.706349> - 2200: < 0.063184, -0.258301, -0.963996> - 2201: < 0.063184, -0.258301, -0.963996> - 2202: < 0.063184, -0.258301, -0.963996> - 2203: < 0.063184, -0.258301, -0.963996> - 2204: <-0.063184, 0.258301, -0.963996> - 2205: <-0.063184, 0.258301, -0.963996> - 2206: <-0.063184, 0.258301, -0.963996> - 2207: <-0.063184, 0.258301, -0.963996> - 2208: <-0.046296, 0.706349, -0.706348> - 2209: <-0.046296, 0.706349, -0.706348> - 2210: <-0.046296, 0.706349, -0.706348> - 2211: <-0.046296, 0.706349, -0.706348> - 2212: <-0.016961, 0.965787, -0.258782> - 2213: <-0.016961, 0.965787, -0.258782> - 2214: <-0.016961, 0.965787, -0.258782> - 2215: <-0.016961, 0.965787, -0.258782> - 2216: < 0.016962, 0.965787, 0.258782> - 2217: < 0.016962, 0.965787, 0.258782> - 2218: < 0.016962, 0.965787, 0.258782> - 2219: < 0.016962, 0.965787, 0.258782> - 2220: <-0.046296, -0.706349, -0.706348> - 2221: <-0.046296, -0.706349, -0.706348> - 2222: <-0.046296, -0.706349, -0.706348> - 2223: <-0.046296, -0.706349, -0.706348> - 2224: <-0.063184, -0.258301, -0.963996> - 2225: <-0.063184, -0.258301, -0.963996> - 2226: <-0.063184, -0.258301, -0.963996> - 2227: <-0.063184, -0.258301, -0.963996> - 2228: <-0.188469, 0.258302, -0.947502> - 2229: <-0.188469, 0.258302, -0.947502> - 2230: <-0.188469, 0.258302, -0.947502> - 2231: <-0.188469, 0.258302, -0.947502> - 2232: <-0.138097, 0.706349, -0.694263> - 2233: <-0.138097, 0.706349, -0.694263> - 2234: <-0.138097, 0.706349, -0.694263> - 2235: <-0.138097, 0.706349, -0.694263> - 2236: <-0.050594, 0.965787, -0.254354> - 2237: <-0.050594, 0.965787, -0.254354> - 2238: <-0.050594, 0.965787, -0.254354> - 2239: <-0.050594, 0.965787, -0.254354> - 2240: <-0.138097, -0.706349, -0.694263> - 2241: <-0.138097, -0.706349, -0.694263> - 2242: <-0.138097, -0.706349, -0.694263> - 2243: <-0.138097, -0.706349, -0.694263> - 2244: <-0.188469, -0.258302, -0.947502> - 2245: <-0.188469, -0.258302, -0.947502> - 2246: <-0.188469, -0.258302, -0.947502> - 2247: <-0.188469, -0.258302, -0.947502> - 2248: <-0.310531, 0.258301, -0.914795> - 2249: <-0.310531, 0.258301, -0.914795> - 2250: <-0.310531, 0.258301, -0.914795> - 2251: <-0.310531, 0.258301, -0.914795> - 2252: <-0.227535, 0.706349, -0.670298> - 2253: <-0.227535, 0.706349, -0.670298> - 2254: <-0.227535, 0.706349, -0.670298> - 2255: <-0.227535, 0.706349, -0.670298> - 2256: <-0.083361, 0.965787, -0.245574> - 2257: <-0.083361, 0.965787, -0.245574> - 2258: <-0.083361, 0.965787, -0.245574> - 2259: <-0.083361, 0.965787, -0.245574> - 2260: <-0.227535, -0.706349, -0.670298> - 2261: <-0.227535, -0.706349, -0.670298> - 2262: <-0.227535, -0.706349, -0.670298> - 2263: <-0.227535, -0.706349, -0.670298> - 2264: <-0.310531, -0.258301, -0.914795> - 2265: <-0.310531, -0.258301, -0.914795> - 2266: <-0.310531, -0.258301, -0.914795> - 2267: <-0.310531, -0.258301, -0.914795> - 2268: <-0.427279, 0.258301, -0.866437> - 2269: <-0.427279, 0.258301, -0.866437> - 2270: <-0.427279, 0.258301, -0.866437> - 2271: <-0.427279, 0.258301, -0.866437> - 2272: <-0.313080, 0.706349, -0.634864> - 2273: <-0.313080, 0.706349, -0.634864> - 2274: <-0.313080, 0.706349, -0.634864> - 2275: <-0.313080, 0.706349, -0.634864> - 2276: <-0.313080, -0.706348, -0.634864> - 2277: <-0.313080, -0.706348, -0.634864> - 2278: <-0.313080, -0.706348, -0.634864> - 2279: <-0.313080, -0.706348, -0.634864> - 2280: <-0.427279, -0.258301, -0.866437> - 2281: <-0.427279, -0.258301, -0.866437> - 2282: <-0.427279, -0.258301, -0.866437> - 2283: <-0.427279, -0.258301, -0.866437> - 2284: <-0.536716, 0.258302, -0.803253> - 2285: <-0.536716, 0.258302, -0.803253> - 2286: <-0.536716, 0.258302, -0.803253> - 2287: <-0.536716, 0.258302, -0.803253> - 2288: <-0.393268, -0.706349, -0.588567> - 2289: <-0.393268, -0.706349, -0.588567> - 2290: <-0.393268, -0.706349, -0.588567> - 2291: <-0.393268, -0.706349, -0.588567> - 2292: <-0.536716, -0.258302, -0.803253> - 2293: <-0.536716, -0.258302, -0.803253> - 2294: <-0.536716, -0.258302, -0.803253> - 2295: <-0.536716, -0.258302, -0.803253> - 2296: <-0.466727, -0.706349, -0.532201> - 2297: <-0.466727, -0.706349, -0.532201> - 2298: <-0.466727, -0.706349, -0.532201> - 2299: <-0.466727, -0.706349, -0.532201> - 2300: <-0.636970, -0.258302, -0.726326> - 2301: <-0.636970, -0.258302, -0.726326> - 2302: <-0.636970, -0.258302, -0.726326> - 2303: <-0.636970, -0.258302, -0.726326> FaceList: Count 1152. Hash: 3035560221708475304 - 0: 0, 1, 2, - 1: 0, 2, 3, - 2: 4, 5, 6, - 3: 4, 6, 7, - 4: 8, 9, 10, - 5: 8, 10, 11, - 6: 12, 13, 14, - 7: 12, 14, 15, - 8: 16, 17, 18, - 9: 16, 18, 19, - 10: 20, 21, 22, - 11: 20, 22, 23, - 12: 24, 25, 26, - 13: 24, 26, 27, - 14: 28, 29, 30, - 15: 28, 30, 31, - 16: 32, 33, 34, - 17: 32, 34, 35, - 18: 36, 37, 38, - 19: 36, 38, 39, - 20: 40, 41, 42, - 21: 40, 42, 43, - 22: 44, 45, 46, - 23: 44, 46, 47, - 24: 48, 49, 50, - 25: 48, 50, 51, - 26: 52, 53, 54, - 27: 52, 54, 55, - 28: 56, 57, 58, - 29: 56, 58, 59, - 30: 60, 61, 62, - 31: 60, 62, 63, - 32: 64, 65, 66, - 33: 64, 66, 67, - 34: 68, 69, 70, - 35: 68, 70, 71, - 36: 72, 73, 74, - 37: 72, 74, 75, - 38: 76, 77, 78, - 39: 76, 78, 79, - 40: 80, 81, 82, - 41: 80, 82, 83, - 42: 84, 85, 86, - 43: 84, 86, 87, - 44: 88, 89, 90, - 45: 88, 90, 91, - 46: 92, 93, 94, - 47: 92, 94, 95, - 48: 96, 97, 98, - 49: 96, 98, 99, - 50: 100, 101, 102, - 51: 100, 102, 103, - 52: 104, 105, 106, - 53: 104, 106, 107, - 54: 108, 109, 110, - 55: 108, 110, 111, - 56: 112, 113, 114, - 57: 112, 114, 115, - 58: 116, 117, 118, - 59: 116, 118, 119, - 60: 120, 121, 122, - 61: 120, 122, 123, - 62: 124, 125, 126, - 63: 124, 126, 127, - 64: 128, 129, 130, - 65: 128, 130, 131, - 66: 132, 133, 134, - 67: 132, 134, 135, - 68: 136, 137, 138, - 69: 136, 138, 139, - 70: 140, 141, 142, - 71: 140, 142, 143, - 72: 144, 145, 146, - 73: 144, 146, 147, - 74: 148, 149, 150, - 75: 148, 150, 151, - 76: 152, 153, 154, - 77: 152, 154, 155, - 78: 156, 157, 158, - 79: 156, 158, 159, - 80: 160, 161, 162, - 81: 160, 162, 163, - 82: 164, 165, 166, - 83: 164, 166, 167, - 84: 168, 169, 170, - 85: 168, 170, 171, - 86: 172, 173, 174, - 87: 172, 174, 175, - 88: 176, 177, 178, - 89: 176, 178, 179, - 90: 180, 181, 182, - 91: 180, 182, 183, - 92: 184, 185, 186, - 93: 184, 186, 187, - 94: 188, 189, 190, - 95: 188, 190, 191, - 96: 192, 193, 194, - 97: 192, 194, 195, - 98: 196, 197, 198, - 99: 196, 198, 199, - 100: 200, 201, 202, - 101: 200, 202, 203, - 102: 204, 205, 206, - 103: 204, 206, 207, - 104: 208, 209, 210, - 105: 208, 210, 211, - 106: 212, 213, 214, - 107: 212, 214, 215, - 108: 216, 217, 218, - 109: 216, 218, 219, - 110: 220, 221, 222, - 111: 220, 222, 223, - 112: 224, 225, 226, - 113: 224, 226, 227, - 114: 228, 229, 230, - 115: 228, 230, 231, - 116: 232, 233, 234, - 117: 232, 234, 235, - 118: 236, 237, 238, - 119: 236, 238, 239, - 120: 240, 241, 242, - 121: 240, 242, 243, - 122: 244, 245, 246, - 123: 244, 246, 247, - 124: 248, 249, 250, - 125: 248, 250, 251, - 126: 252, 253, 254, - 127: 252, 254, 255, - 128: 256, 257, 258, - 129: 256, 258, 259, - 130: 260, 261, 262, - 131: 260, 262, 263, - 132: 264, 265, 266, - 133: 264, 266, 267, - 134: 268, 269, 270, - 135: 268, 270, 271, - 136: 272, 273, 274, - 137: 272, 274, 275, - 138: 276, 277, 278, - 139: 276, 278, 279, - 140: 280, 281, 282, - 141: 280, 282, 283, - 142: 284, 285, 286, - 143: 284, 286, 287, - 144: 288, 289, 290, - 145: 288, 290, 291, - 146: 292, 293, 294, - 147: 292, 294, 295, - 148: 296, 297, 298, - 149: 296, 298, 299, - 150: 300, 301, 302, - 151: 300, 302, 303, - 152: 304, 305, 306, - 153: 304, 306, 307, - 154: 308, 309, 310, - 155: 308, 310, 311, - 156: 312, 313, 314, - 157: 312, 314, 315, - 158: 316, 317, 318, - 159: 316, 318, 319, - 160: 320, 321, 322, - 161: 320, 322, 323, - 162: 324, 325, 326, - 163: 324, 326, 327, - 164: 328, 329, 330, - 165: 328, 330, 331, - 166: 332, 333, 334, - 167: 332, 334, 335, - 168: 336, 337, 338, - 169: 336, 338, 339, - 170: 340, 341, 342, - 171: 340, 342, 343, - 172: 344, 345, 346, - 173: 344, 346, 347, - 174: 348, 349, 350, - 175: 348, 350, 351, - 176: 352, 353, 354, - 177: 352, 354, 355, - 178: 356, 357, 358, - 179: 356, 358, 359, - 180: 360, 361, 362, - 181: 360, 362, 363, - 182: 364, 365, 366, - 183: 364, 366, 367, - 184: 368, 369, 370, - 185: 368, 370, 371, - 186: 372, 373, 374, - 187: 372, 374, 375, - 188: 376, 377, 378, - 189: 376, 378, 379, - 190: 380, 381, 382, - 191: 380, 382, 383, - 192: 384, 385, 386, - 193: 384, 386, 387, - 194: 388, 389, 390, - 195: 388, 390, 391, - 196: 392, 393, 394, - 197: 392, 394, 395, - 198: 396, 397, 398, - 199: 396, 398, 399, - 200: 400, 401, 402, - 201: 400, 402, 403, - 202: 404, 405, 406, - 203: 404, 406, 407, - 204: 408, 409, 410, - 205: 408, 410, 411, - 206: 412, 413, 414, - 207: 412, 414, 415, - 208: 416, 417, 418, - 209: 416, 418, 419, - 210: 420, 421, 422, - 211: 420, 422, 423, - 212: 424, 425, 426, - 213: 424, 426, 427, - 214: 428, 429, 430, - 215: 428, 430, 431, - 216: 432, 433, 434, - 217: 432, 434, 435, - 218: 436, 437, 438, - 219: 436, 438, 439, - 220: 440, 441, 442, - 221: 440, 442, 443, - 222: 444, 445, 446, - 223: 444, 446, 447, - 224: 448, 449, 450, - 225: 448, 450, 451, - 226: 452, 453, 454, - 227: 452, 454, 455, - 228: 456, 457, 458, - 229: 456, 458, 459, - 230: 460, 461, 462, - 231: 460, 462, 463, - 232: 464, 465, 466, - 233: 464, 466, 467, - 234: 468, 469, 470, - 235: 468, 470, 471, - 236: 472, 473, 474, - 237: 472, 474, 475, - 238: 476, 477, 478, - 239: 476, 478, 479, - 240: 480, 481, 482, - 241: 480, 482, 483, - 242: 484, 485, 486, - 243: 484, 486, 487, - 244: 488, 489, 490, - 245: 488, 490, 491, - 246: 492, 493, 494, - 247: 492, 494, 495, - 248: 496, 497, 498, - 249: 496, 498, 499, - 250: 500, 501, 502, - 251: 500, 502, 503, - 252: 504, 505, 506, - 253: 504, 506, 507, - 254: 508, 509, 510, - 255: 508, 510, 511, - 256: 512, 513, 514, - 257: 512, 514, 515, - 258: 516, 517, 518, - 259: 516, 518, 519, - 260: 520, 521, 522, - 261: 520, 522, 523, - 262: 524, 525, 526, - 263: 524, 526, 527, - 264: 528, 529, 530, - 265: 528, 530, 531, - 266: 532, 533, 534, - 267: 532, 534, 535, - 268: 536, 537, 538, - 269: 536, 538, 539, - 270: 540, 541, 542, - 271: 540, 542, 543, - 272: 544, 545, 546, - 273: 544, 546, 547, - 274: 548, 549, 550, - 275: 548, 550, 551, - 276: 552, 553, 554, - 277: 552, 554, 555, - 278: 556, 557, 558, - 279: 556, 558, 559, - 280: 560, 561, 562, - 281: 560, 562, 563, - 282: 564, 565, 566, - 283: 564, 566, 567, - 284: 568, 569, 570, - 285: 568, 570, 571, - 286: 572, 573, 574, - 287: 572, 574, 575, - 288: 576, 577, 578, - 289: 576, 578, 579, - 290: 580, 581, 582, - 291: 580, 582, 583, - 292: 584, 585, 586, - 293: 584, 586, 587, - 294: 588, 589, 590, - 295: 588, 590, 591, - 296: 592, 593, 594, - 297: 592, 594, 595, - 298: 596, 597, 598, - 299: 596, 598, 599, - 300: 600, 601, 602, - 301: 600, 602, 603, - 302: 604, 605, 606, - 303: 604, 606, 607, - 304: 608, 609, 610, - 305: 608, 610, 611, - 306: 612, 613, 614, - 307: 612, 614, 615, - 308: 616, 617, 618, - 309: 616, 618, 619, - 310: 620, 621, 622, - 311: 620, 622, 623, - 312: 624, 625, 626, - 313: 624, 626, 627, - 314: 628, 629, 630, - 315: 628, 630, 631, - 316: 632, 633, 634, - 317: 632, 634, 635, - 318: 636, 637, 638, - 319: 636, 638, 639, - 320: 640, 641, 642, - 321: 640, 642, 643, - 322: 644, 645, 646, - 323: 644, 646, 647, - 324: 648, 649, 650, - 325: 648, 650, 651, - 326: 652, 653, 654, - 327: 652, 654, 655, - 328: 656, 657, 658, - 329: 656, 658, 659, - 330: 660, 661, 662, - 331: 660, 662, 663, - 332: 664, 665, 666, - 333: 664, 666, 667, - 334: 668, 669, 670, - 335: 668, 670, 671, - 336: 672, 673, 674, - 337: 672, 674, 675, - 338: 676, 677, 678, - 339: 676, 678, 679, - 340: 680, 681, 682, - 341: 680, 682, 683, - 342: 684, 685, 686, - 343: 684, 686, 687, - 344: 688, 689, 690, - 345: 688, 690, 691, - 346: 692, 693, 694, - 347: 692, 694, 695, - 348: 696, 697, 698, - 349: 696, 698, 699, - 350: 700, 701, 702, - 351: 700, 702, 703, - 352: 704, 705, 706, - 353: 704, 706, 707, - 354: 708, 709, 710, - 355: 708, 710, 711, - 356: 712, 713, 714, - 357: 712, 714, 715, - 358: 716, 717, 718, - 359: 716, 718, 719, - 360: 720, 721, 722, - 361: 720, 722, 723, - 362: 724, 725, 726, - 363: 724, 726, 727, - 364: 728, 729, 730, - 365: 728, 730, 731, - 366: 732, 733, 734, - 367: 732, 734, 735, - 368: 736, 737, 738, - 369: 736, 738, 739, - 370: 740, 741, 742, - 371: 740, 742, 743, - 372: 744, 745, 746, - 373: 744, 746, 747, - 374: 748, 749, 750, - 375: 748, 750, 751, - 376: 752, 753, 754, - 377: 752, 754, 755, - 378: 756, 757, 758, - 379: 756, 758, 759, - 380: 760, 761, 762, - 381: 760, 762, 763, - 382: 764, 765, 766, - 383: 764, 766, 767, - 384: 768, 769, 770, - 385: 768, 770, 771, - 386: 772, 773, 774, - 387: 772, 774, 775, - 388: 776, 777, 778, - 389: 776, 778, 779, - 390: 780, 781, 782, - 391: 780, 782, 783, - 392: 784, 785, 786, - 393: 784, 786, 787, - 394: 788, 789, 790, - 395: 788, 790, 791, - 396: 792, 793, 794, - 397: 792, 794, 795, - 398: 796, 797, 798, - 399: 796, 798, 799, - 400: 800, 801, 802, - 401: 800, 802, 803, - 402: 804, 805, 806, - 403: 804, 806, 807, - 404: 808, 809, 810, - 405: 808, 810, 811, - 406: 812, 813, 814, - 407: 812, 814, 815, - 408: 816, 817, 818, - 409: 816, 818, 819, - 410: 820, 821, 822, - 411: 820, 822, 823, - 412: 824, 825, 826, - 413: 824, 826, 827, - 414: 828, 829, 830, - 415: 828, 830, 831, - 416: 832, 833, 834, - 417: 832, 834, 835, - 418: 836, 837, 838, - 419: 836, 838, 839, - 420: 840, 841, 842, - 421: 840, 842, 843, - 422: 844, 845, 846, - 423: 844, 846, 847, - 424: 848, 849, 850, - 425: 848, 850, 851, - 426: 852, 853, 854, - 427: 852, 854, 855, - 428: 856, 857, 858, - 429: 856, 858, 859, - 430: 860, 861, 862, - 431: 860, 862, 863, - 432: 864, 865, 866, - 433: 864, 866, 867, - 434: 868, 869, 870, - 435: 868, 870, 871, - 436: 872, 873, 874, - 437: 872, 874, 875, - 438: 876, 877, 878, - 439: 876, 878, 879, - 440: 880, 881, 882, - 441: 880, 882, 883, - 442: 884, 885, 886, - 443: 884, 886, 887, - 444: 888, 889, 890, - 445: 888, 890, 891, - 446: 892, 893, 894, - 447: 892, 894, 895, - 448: 896, 897, 898, - 449: 896, 898, 899, - 450: 900, 901, 902, - 451: 900, 902, 903, - 452: 904, 905, 906, - 453: 904, 906, 907, - 454: 908, 909, 910, - 455: 908, 910, 911, - 456: 912, 913, 914, - 457: 912, 914, 915, - 458: 916, 917, 918, - 459: 916, 918, 919, - 460: 920, 921, 922, - 461: 920, 922, 923, - 462: 924, 925, 926, - 463: 924, 926, 927, - 464: 928, 929, 930, - 465: 928, 930, 931, - 466: 932, 933, 934, - 467: 932, 934, 935, - 468: 936, 937, 938, - 469: 936, 938, 939, - 470: 940, 941, 942, - 471: 940, 942, 943, - 472: 944, 945, 946, - 473: 944, 946, 947, - 474: 948, 949, 950, - 475: 948, 950, 951, - 476: 952, 953, 954, - 477: 952, 954, 955, - 478: 956, 957, 958, - 479: 956, 958, 959, - 480: 960, 961, 962, - 481: 960, 962, 963, - 482: 964, 965, 966, - 483: 964, 966, 967, - 484: 968, 969, 970, - 485: 968, 970, 971, - 486: 972, 973, 974, - 487: 972, 974, 975, - 488: 976, 977, 978, - 489: 976, 978, 979, - 490: 980, 981, 982, - 491: 980, 982, 983, - 492: 984, 985, 986, - 493: 984, 986, 987, - 494: 988, 989, 990, - 495: 988, 990, 991, - 496: 992, 993, 994, - 497: 992, 994, 995, - 498: 996, 997, 998, - 499: 996, 998, 999, - 500: 1000, 1001, 1002, - 501: 1000, 1002, 1003, - 502: 1004, 1005, 1006, - 503: 1004, 1006, 1007, - 504: 1008, 1009, 1010, - 505: 1008, 1010, 1011, - 506: 1012, 1013, 1014, - 507: 1012, 1014, 1015, - 508: 1016, 1017, 1018, - 509: 1016, 1018, 1019, - 510: 1020, 1021, 1022, - 511: 1020, 1022, 1023, - 512: 1024, 1025, 1026, - 513: 1024, 1026, 1027, - 514: 1028, 1029, 1030, - 515: 1028, 1030, 1031, - 516: 1032, 1033, 1034, - 517: 1032, 1034, 1035, - 518: 1036, 1037, 1038, - 519: 1036, 1038, 1039, - 520: 1040, 1041, 1042, - 521: 1040, 1042, 1043, - 522: 1044, 1045, 1046, - 523: 1044, 1046, 1047, - 524: 1048, 1049, 1050, - 525: 1048, 1050, 1051, - 526: 1052, 1053, 1054, - 527: 1052, 1054, 1055, - 528: 1056, 1057, 1058, - 529: 1056, 1058, 1059, - 530: 1060, 1061, 1062, - 531: 1060, 1062, 1063, - 532: 1064, 1065, 1066, - 533: 1064, 1066, 1067, - 534: 1068, 1069, 1070, - 535: 1068, 1070, 1071, - 536: 1072, 1073, 1074, - 537: 1072, 1074, 1075, - 538: 1076, 1077, 1078, - 539: 1076, 1078, 1079, - 540: 1080, 1081, 1082, - 541: 1080, 1082, 1083, - 542: 1084, 1085, 1086, - 543: 1084, 1086, 1087, - 544: 1088, 1089, 1090, - 545: 1088, 1090, 1091, - 546: 1092, 1093, 1094, - 547: 1092, 1094, 1095, - 548: 1096, 1097, 1098, - 549: 1096, 1098, 1099, - 550: 1100, 1101, 1102, - 551: 1100, 1102, 1103, - 552: 1104, 1105, 1106, - 553: 1104, 1106, 1107, - 554: 1108, 1109, 1110, - 555: 1108, 1110, 1111, - 556: 1112, 1113, 1114, - 557: 1112, 1114, 1115, - 558: 1116, 1117, 1118, - 559: 1116, 1118, 1119, - 560: 1120, 1121, 1122, - 561: 1120, 1122, 1123, - 562: 1124, 1125, 1126, - 563: 1124, 1126, 1127, - 564: 1128, 1129, 1130, - 565: 1128, 1130, 1131, - 566: 1132, 1133, 1134, - 567: 1132, 1134, 1135, - 568: 1136, 1137, 1138, - 569: 1136, 1138, 1139, - 570: 1140, 1141, 1142, - 571: 1140, 1142, 1143, - 572: 1144, 1145, 1146, - 573: 1144, 1146, 1147, - 574: 1148, 1149, 1150, - 575: 1148, 1150, 1151, - 576: 1152, 1153, 1154, - 577: 1152, 1154, 1155, - 578: 1156, 1157, 1158, - 579: 1156, 1158, 1159, - 580: 1160, 1161, 1162, - 581: 1160, 1162, 1163, - 582: 1164, 1165, 1166, - 583: 1164, 1166, 1167, - 584: 1168, 1169, 1170, - 585: 1168, 1170, 1171, - 586: 1172, 1173, 1174, - 587: 1172, 1174, 1175, - 588: 1176, 1177, 1178, - 589: 1176, 1178, 1179, - 590: 1180, 1181, 1182, - 591: 1180, 1182, 1183, - 592: 1184, 1185, 1186, - 593: 1184, 1186, 1187, - 594: 1188, 1189, 1190, - 595: 1188, 1190, 1191, - 596: 1192, 1193, 1194, - 597: 1192, 1194, 1195, - 598: 1196, 1197, 1198, - 599: 1196, 1198, 1199, - 600: 1200, 1201, 1202, - 601: 1200, 1202, 1203, - 602: 1204, 1205, 1206, - 603: 1204, 1206, 1207, - 604: 1208, 1209, 1210, - 605: 1208, 1210, 1211, - 606: 1212, 1213, 1214, - 607: 1212, 1214, 1215, - 608: 1216, 1217, 1218, - 609: 1216, 1218, 1219, - 610: 1220, 1221, 1222, - 611: 1220, 1222, 1223, - 612: 1224, 1225, 1226, - 613: 1224, 1226, 1227, - 614: 1228, 1229, 1230, - 615: 1228, 1230, 1231, - 616: 1232, 1233, 1234, - 617: 1232, 1234, 1235, - 618: 1236, 1237, 1238, - 619: 1236, 1238, 1239, - 620: 1240, 1241, 1242, - 621: 1240, 1242, 1243, - 622: 1244, 1245, 1246, - 623: 1244, 1246, 1247, - 624: 1248, 1249, 1250, - 625: 1248, 1250, 1251, - 626: 1252, 1253, 1254, - 627: 1252, 1254, 1255, - 628: 1256, 1257, 1258, - 629: 1256, 1258, 1259, - 630: 1260, 1261, 1262, - 631: 1260, 1262, 1263, - 632: 1264, 1265, 1266, - 633: 1264, 1266, 1267, - 634: 1268, 1269, 1270, - 635: 1268, 1270, 1271, - 636: 1272, 1273, 1274, - 637: 1272, 1274, 1275, - 638: 1276, 1277, 1278, - 639: 1276, 1278, 1279, - 640: 1280, 1281, 1282, - 641: 1280, 1282, 1283, - 642: 1284, 1285, 1286, - 643: 1284, 1286, 1287, - 644: 1288, 1289, 1290, - 645: 1288, 1290, 1291, - 646: 1292, 1293, 1294, - 647: 1292, 1294, 1295, - 648: 1296, 1297, 1298, - 649: 1296, 1298, 1299, - 650: 1300, 1301, 1302, - 651: 1300, 1302, 1303, - 652: 1304, 1305, 1306, - 653: 1304, 1306, 1307, - 654: 1308, 1309, 1310, - 655: 1308, 1310, 1311, - 656: 1312, 1313, 1314, - 657: 1312, 1314, 1315, - 658: 1316, 1317, 1318, - 659: 1316, 1318, 1319, - 660: 1320, 1321, 1322, - 661: 1320, 1322, 1323, - 662: 1324, 1325, 1326, - 663: 1324, 1326, 1327, - 664: 1328, 1329, 1330, - 665: 1328, 1330, 1331, - 666: 1332, 1333, 1334, - 667: 1332, 1334, 1335, - 668: 1336, 1337, 1338, - 669: 1336, 1338, 1339, - 670: 1340, 1341, 1342, - 671: 1340, 1342, 1343, - 672: 1344, 1345, 1346, - 673: 1344, 1346, 1347, - 674: 1348, 1349, 1350, - 675: 1348, 1350, 1351, - 676: 1352, 1353, 1354, - 677: 1352, 1354, 1355, - 678: 1356, 1357, 1358, - 679: 1356, 1358, 1359, - 680: 1360, 1361, 1362, - 681: 1360, 1362, 1363, - 682: 1364, 1365, 1366, - 683: 1364, 1366, 1367, - 684: 1368, 1369, 1370, - 685: 1368, 1370, 1371, - 686: 1372, 1373, 1374, - 687: 1372, 1374, 1375, - 688: 1376, 1377, 1378, - 689: 1376, 1378, 1379, - 690: 1380, 1381, 1382, - 691: 1380, 1382, 1383, - 692: 1384, 1385, 1386, - 693: 1384, 1386, 1387, - 694: 1388, 1389, 1390, - 695: 1388, 1390, 1391, - 696: 1392, 1393, 1394, - 697: 1392, 1394, 1395, - 698: 1396, 1397, 1398, - 699: 1396, 1398, 1399, - 700: 1400, 1401, 1402, - 701: 1400, 1402, 1403, - 702: 1404, 1405, 1406, - 703: 1404, 1406, 1407, - 704: 1408, 1409, 1410, - 705: 1408, 1410, 1411, - 706: 1412, 1413, 1414, - 707: 1412, 1414, 1415, - 708: 1416, 1417, 1418, - 709: 1416, 1418, 1419, - 710: 1420, 1421, 1422, - 711: 1420, 1422, 1423, - 712: 1424, 1425, 1426, - 713: 1424, 1426, 1427, - 714: 1428, 1429, 1430, - 715: 1428, 1430, 1431, - 716: 1432, 1433, 1434, - 717: 1432, 1434, 1435, - 718: 1436, 1437, 1438, - 719: 1436, 1438, 1439, - 720: 1440, 1441, 1442, - 721: 1440, 1442, 1443, - 722: 1444, 1445, 1446, - 723: 1444, 1446, 1447, - 724: 1448, 1449, 1450, - 725: 1448, 1450, 1451, - 726: 1452, 1453, 1454, - 727: 1452, 1454, 1455, - 728: 1456, 1457, 1458, - 729: 1456, 1458, 1459, - 730: 1460, 1461, 1462, - 731: 1460, 1462, 1463, - 732: 1464, 1465, 1466, - 733: 1464, 1466, 1467, - 734: 1468, 1469, 1470, - 735: 1468, 1470, 1471, - 736: 1472, 1473, 1474, - 737: 1472, 1474, 1475, - 738: 1476, 1477, 1478, - 739: 1476, 1478, 1479, - 740: 1480, 1481, 1482, - 741: 1480, 1482, 1483, - 742: 1484, 1485, 1486, - 743: 1484, 1486, 1487, - 744: 1488, 1489, 1490, - 745: 1488, 1490, 1491, - 746: 1492, 1493, 1494, - 747: 1492, 1494, 1495, - 748: 1496, 1497, 1498, - 749: 1496, 1498, 1499, - 750: 1500, 1501, 1502, - 751: 1500, 1502, 1503, - 752: 1504, 1505, 1506, - 753: 1504, 1506, 1507, - 754: 1508, 1509, 1510, - 755: 1508, 1510, 1511, - 756: 1512, 1513, 1514, - 757: 1512, 1514, 1515, - 758: 1516, 1517, 1518, - 759: 1516, 1518, 1519, - 760: 1520, 1521, 1522, - 761: 1520, 1522, 1523, - 762: 1524, 1525, 1526, - 763: 1524, 1526, 1527, - 764: 1528, 1529, 1530, - 765: 1528, 1530, 1531, - 766: 1532, 1533, 1534, - 767: 1532, 1534, 1535, - 768: 1536, 1537, 1538, - 769: 1536, 1538, 1539, - 770: 1540, 1541, 1542, - 771: 1540, 1542, 1543, - 772: 1544, 1545, 1546, - 773: 1544, 1546, 1547, - 774: 1548, 1549, 1550, - 775: 1548, 1550, 1551, - 776: 1552, 1553, 1554, - 777: 1552, 1554, 1555, - 778: 1556, 1557, 1558, - 779: 1556, 1558, 1559, - 780: 1560, 1561, 1562, - 781: 1560, 1562, 1563, - 782: 1564, 1565, 1566, - 783: 1564, 1566, 1567, - 784: 1568, 1569, 1570, - 785: 1568, 1570, 1571, - 786: 1572, 1573, 1574, - 787: 1572, 1574, 1575, - 788: 1576, 1577, 1578, - 789: 1576, 1578, 1579, - 790: 1580, 1581, 1582, - 791: 1580, 1582, 1583, - 792: 1584, 1585, 1586, - 793: 1584, 1586, 1587, - 794: 1588, 1589, 1590, - 795: 1588, 1590, 1591, - 796: 1592, 1593, 1594, - 797: 1592, 1594, 1595, - 798: 1596, 1597, 1598, - 799: 1596, 1598, 1599, - 800: 1600, 1601, 1602, - 801: 1600, 1602, 1603, - 802: 1604, 1605, 1606, - 803: 1604, 1606, 1607, - 804: 1608, 1609, 1610, - 805: 1608, 1610, 1611, - 806: 1612, 1613, 1614, - 807: 1612, 1614, 1615, - 808: 1616, 1617, 1618, - 809: 1616, 1618, 1619, - 810: 1620, 1621, 1622, - 811: 1620, 1622, 1623, - 812: 1624, 1625, 1626, - 813: 1624, 1626, 1627, - 814: 1628, 1629, 1630, - 815: 1628, 1630, 1631, - 816: 1632, 1633, 1634, - 817: 1632, 1634, 1635, - 818: 1636, 1637, 1638, - 819: 1636, 1638, 1639, - 820: 1640, 1641, 1642, - 821: 1640, 1642, 1643, - 822: 1644, 1645, 1646, - 823: 1644, 1646, 1647, - 824: 1648, 1649, 1650, - 825: 1648, 1650, 1651, - 826: 1652, 1653, 1654, - 827: 1652, 1654, 1655, - 828: 1656, 1657, 1658, - 829: 1656, 1658, 1659, - 830: 1660, 1661, 1662, - 831: 1660, 1662, 1663, - 832: 1664, 1665, 1666, - 833: 1664, 1666, 1667, - 834: 1668, 1669, 1670, - 835: 1668, 1670, 1671, - 836: 1672, 1673, 1674, - 837: 1672, 1674, 1675, - 838: 1676, 1677, 1678, - 839: 1676, 1678, 1679, - 840: 1680, 1681, 1682, - 841: 1680, 1682, 1683, - 842: 1684, 1685, 1686, - 843: 1684, 1686, 1687, - 844: 1688, 1689, 1690, - 845: 1688, 1690, 1691, - 846: 1692, 1693, 1694, - 847: 1692, 1694, 1695, - 848: 1696, 1697, 1698, - 849: 1696, 1698, 1699, - 850: 1700, 1701, 1702, - 851: 1700, 1702, 1703, - 852: 1704, 1705, 1706, - 853: 1704, 1706, 1707, - 854: 1708, 1709, 1710, - 855: 1708, 1710, 1711, - 856: 1712, 1713, 1714, - 857: 1712, 1714, 1715, - 858: 1716, 1717, 1718, - 859: 1716, 1718, 1719, - 860: 1720, 1721, 1722, - 861: 1720, 1722, 1723, - 862: 1724, 1725, 1726, - 863: 1724, 1726, 1727, - 864: 1728, 1729, 1730, - 865: 1728, 1730, 1731, - 866: 1732, 1733, 1734, - 867: 1732, 1734, 1735, - 868: 1736, 1737, 1738, - 869: 1736, 1738, 1739, - 870: 1740, 1741, 1742, - 871: 1740, 1742, 1743, - 872: 1744, 1745, 1746, - 873: 1744, 1746, 1747, - 874: 1748, 1749, 1750, - 875: 1748, 1750, 1751, - 876: 1752, 1753, 1754, - 877: 1752, 1754, 1755, - 878: 1756, 1757, 1758, - 879: 1756, 1758, 1759, - 880: 1760, 1761, 1762, - 881: 1760, 1762, 1763, - 882: 1764, 1765, 1766, - 883: 1764, 1766, 1767, - 884: 1768, 1769, 1770, - 885: 1768, 1770, 1771, - 886: 1772, 1773, 1774, - 887: 1772, 1774, 1775, - 888: 1776, 1777, 1778, - 889: 1776, 1778, 1779, - 890: 1780, 1781, 1782, - 891: 1780, 1782, 1783, - 892: 1784, 1785, 1786, - 893: 1784, 1786, 1787, - 894: 1788, 1789, 1790, - 895: 1788, 1790, 1791, - 896: 1792, 1793, 1794, - 897: 1792, 1794, 1795, - 898: 1796, 1797, 1798, - 899: 1796, 1798, 1799, - 900: 1800, 1801, 1802, - 901: 1800, 1802, 1803, - 902: 1804, 1805, 1806, - 903: 1804, 1806, 1807, - 904: 1808, 1809, 1810, - 905: 1808, 1810, 1811, - 906: 1812, 1813, 1814, - 907: 1812, 1814, 1815, - 908: 1816, 1817, 1818, - 909: 1816, 1818, 1819, - 910: 1820, 1821, 1822, - 911: 1820, 1822, 1823, - 912: 1824, 1825, 1826, - 913: 1824, 1826, 1827, - 914: 1828, 1829, 1830, - 915: 1828, 1830, 1831, - 916: 1832, 1833, 1834, - 917: 1832, 1834, 1835, - 918: 1836, 1837, 1838, - 919: 1836, 1838, 1839, - 920: 1840, 1841, 1842, - 921: 1840, 1842, 1843, - 922: 1844, 1845, 1846, - 923: 1844, 1846, 1847, - 924: 1848, 1849, 1850, - 925: 1848, 1850, 1851, - 926: 1852, 1853, 1854, - 927: 1852, 1854, 1855, - 928: 1856, 1857, 1858, - 929: 1856, 1858, 1859, - 930: 1860, 1861, 1862, - 931: 1860, 1862, 1863, - 932: 1864, 1865, 1866, - 933: 1864, 1866, 1867, - 934: 1868, 1869, 1870, - 935: 1868, 1870, 1871, - 936: 1872, 1873, 1874, - 937: 1872, 1874, 1875, - 938: 1876, 1877, 1878, - 939: 1876, 1878, 1879, - 940: 1880, 1881, 1882, - 941: 1880, 1882, 1883, - 942: 1884, 1885, 1886, - 943: 1884, 1886, 1887, - 944: 1888, 1889, 1890, - 945: 1888, 1890, 1891, - 946: 1892, 1893, 1894, - 947: 1892, 1894, 1895, - 948: 1896, 1897, 1898, - 949: 1896, 1898, 1899, - 950: 1900, 1901, 1902, - 951: 1900, 1902, 1903, - 952: 1904, 1905, 1906, - 953: 1904, 1906, 1907, - 954: 1908, 1909, 1910, - 955: 1908, 1910, 1911, - 956: 1912, 1913, 1914, - 957: 1912, 1914, 1915, - 958: 1916, 1917, 1918, - 959: 1916, 1918, 1919, - 960: 1920, 1921, 1922, - 961: 1920, 1922, 1923, - 962: 1924, 1925, 1926, - 963: 1924, 1926, 1927, - 964: 1928, 1929, 1930, - 965: 1928, 1930, 1931, - 966: 1932, 1933, 1934, - 967: 1932, 1934, 1935, - 968: 1936, 1937, 1938, - 969: 1936, 1938, 1939, - 970: 1940, 1941, 1942, - 971: 1940, 1942, 1943, - 972: 1944, 1945, 1946, - 973: 1944, 1946, 1947, - 974: 1948, 1949, 1950, - 975: 1948, 1950, 1951, - 976: 1952, 1953, 1954, - 977: 1952, 1954, 1955, - 978: 1956, 1957, 1958, - 979: 1956, 1958, 1959, - 980: 1960, 1961, 1962, - 981: 1960, 1962, 1963, - 982: 1964, 1965, 1966, - 983: 1964, 1966, 1967, - 984: 1968, 1969, 1970, - 985: 1968, 1970, 1971, - 986: 1972, 1973, 1974, - 987: 1972, 1974, 1975, - 988: 1976, 1977, 1978, - 989: 1976, 1978, 1979, - 990: 1980, 1981, 1982, - 991: 1980, 1982, 1983, - 992: 1984, 1985, 1986, - 993: 1984, 1986, 1987, - 994: 1988, 1989, 1990, - 995: 1988, 1990, 1991, - 996: 1992, 1993, 1994, - 997: 1992, 1994, 1995, - 998: 1996, 1997, 1998, - 999: 1996, 1998, 1999, - 1000: 2000, 2001, 2002, - 1001: 2000, 2002, 2003, - 1002: 2004, 2005, 2006, - 1003: 2004, 2006, 2007, - 1004: 2008, 2009, 2010, - 1005: 2008, 2010, 2011, - 1006: 2012, 2013, 2014, - 1007: 2012, 2014, 2015, - 1008: 2016, 2017, 2018, - 1009: 2016, 2018, 2019, - 1010: 2020, 2021, 2022, - 1011: 2020, 2022, 2023, - 1012: 2024, 2025, 2026, - 1013: 2024, 2026, 2027, - 1014: 2028, 2029, 2030, - 1015: 2028, 2030, 2031, - 1016: 2032, 2033, 2034, - 1017: 2032, 2034, 2035, - 1018: 2036, 2037, 2038, - 1019: 2036, 2038, 2039, - 1020: 2040, 2041, 2042, - 1021: 2040, 2042, 2043, - 1022: 2044, 2045, 2046, - 1023: 2044, 2046, 2047, - 1024: 2048, 2049, 2050, - 1025: 2048, 2050, 2051, - 1026: 2052, 2053, 2054, - 1027: 2052, 2054, 2055, - 1028: 2056, 2057, 2058, - 1029: 2056, 2058, 2059, - 1030: 2060, 2061, 2062, - 1031: 2060, 2062, 2063, - 1032: 2064, 2065, 2066, - 1033: 2064, 2066, 2067, - 1034: 2068, 2069, 2070, - 1035: 2068, 2070, 2071, - 1036: 2072, 2073, 2074, - 1037: 2072, 2074, 2075, - 1038: 2076, 2077, 2078, - 1039: 2076, 2078, 2079, - 1040: 2080, 2081, 2082, - 1041: 2080, 2082, 2083, - 1042: 2084, 2085, 2086, - 1043: 2084, 2086, 2087, - 1044: 2088, 2089, 2090, - 1045: 2088, 2090, 2091, - 1046: 2092, 2093, 2094, - 1047: 2092, 2094, 2095, - 1048: 2096, 2097, 2098, - 1049: 2096, 2098, 2099, - 1050: 2100, 2101, 2102, - 1051: 2100, 2102, 2103, - 1052: 2104, 2105, 2106, - 1053: 2104, 2106, 2107, - 1054: 2108, 2109, 2110, - 1055: 2108, 2110, 2111, - 1056: 2112, 2113, 2114, - 1057: 2112, 2114, 2115, - 1058: 2116, 2117, 2118, - 1059: 2116, 2118, 2119, - 1060: 2120, 2121, 2122, - 1061: 2120, 2122, 2123, - 1062: 2124, 2125, 2126, - 1063: 2124, 2126, 2127, - 1064: 2128, 2129, 2130, - 1065: 2128, 2130, 2131, - 1066: 2132, 2133, 2134, - 1067: 2132, 2134, 2135, - 1068: 2136, 2137, 2138, - 1069: 2136, 2138, 2139, - 1070: 2140, 2141, 2142, - 1071: 2140, 2142, 2143, - 1072: 2144, 2145, 2146, - 1073: 2144, 2146, 2147, - 1074: 2148, 2149, 2150, - 1075: 2148, 2150, 2151, - 1076: 2152, 2153, 2154, - 1077: 2152, 2154, 2155, - 1078: 2156, 2157, 2158, - 1079: 2156, 2158, 2159, - 1080: 2160, 2161, 2162, - 1081: 2160, 2162, 2163, - 1082: 2164, 2165, 2166, - 1083: 2164, 2166, 2167, - 1084: 2168, 2169, 2170, - 1085: 2168, 2170, 2171, - 1086: 2172, 2173, 2174, - 1087: 2172, 2174, 2175, - 1088: 2176, 2177, 2178, - 1089: 2176, 2178, 2179, - 1090: 2180, 2181, 2182, - 1091: 2180, 2182, 2183, - 1092: 2184, 2185, 2186, - 1093: 2184, 2186, 2187, - 1094: 2188, 2189, 2190, - 1095: 2188, 2190, 2191, - 1096: 2192, 2193, 2194, - 1097: 2192, 2194, 2195, - 1098: 2196, 2197, 2198, - 1099: 2196, 2198, 2199, - 1100: 2200, 2201, 2202, - 1101: 2200, 2202, 2203, - 1102: 2204, 2205, 2206, - 1103: 2204, 2206, 2207, - 1104: 2208, 2209, 2210, - 1105: 2208, 2210, 2211, - 1106: 2212, 2213, 2214, - 1107: 2212, 2214, 2215, - 1108: 2216, 2217, 2218, - 1109: 2216, 2218, 2219, - 1110: 2220, 2221, 2222, - 1111: 2220, 2222, 2223, - 1112: 2224, 2225, 2226, - 1113: 2224, 2226, 2227, - 1114: 2228, 2229, 2230, - 1115: 2228, 2230, 2231, - 1116: 2232, 2233, 2234, - 1117: 2232, 2234, 2235, - 1118: 2236, 2237, 2238, - 1119: 2236, 2238, 2239, - 1120: 2240, 2241, 2242, - 1121: 2240, 2242, 2243, - 1122: 2244, 2245, 2246, - 1123: 2244, 2246, 2247, - 1124: 2248, 2249, 2250, - 1125: 2248, 2250, 2251, - 1126: 2252, 2253, 2254, - 1127: 2252, 2254, 2255, - 1128: 2256, 2257, 2258, - 1129: 2256, 2258, 2259, - 1130: 2260, 2261, 2262, - 1131: 2260, 2262, 2263, - 1132: 2264, 2265, 2266, - 1133: 2264, 2266, 2267, - 1134: 2268, 2269, 2270, - 1135: 2268, 2270, 2271, - 1136: 2272, 2273, 2274, - 1137: 2272, 2274, 2275, - 1138: 2276, 2277, 2278, - 1139: 2276, 2278, 2279, - 1140: 2280, 2281, 2282, - 1141: 2280, 2282, 2283, - 1142: 2284, 2285, 2286, - 1143: 2284, 2286, 2287, - 1144: 2288, 2289, 2290, - 1145: 2288, 2290, 2291, - 1146: 2292, 2293, 2294, - 1147: 2292, 2294, 2295, - 1148: 2296, 2297, 2298, - 1149: 2296, 2298, 2299, - 1150: 2300, 2301, 2302, - 1151: 2300, 2302, 2303, FaceMaterialIds: Count 1152. Hash: 2033667258170256242 Node Name: Torus_optimized Node Path: RootNode.Torus_optimized Node Type: MeshData Positions: Count 2304. Hash: 12560656679477605282 - 0: <-0.012500, 0.000000, 0.000000> - 1: <-0.012393, 0.000000, 0.001632> - 2: <-0.012061, 0.001250, 0.001588> - 3: <-0.012165, 0.001250, 0.000000> - 4: <-0.012165, 0.001250, 0.000000> - 5: <-0.012061, 0.001250, 0.001588> - 6: <-0.011154, 0.002165, 0.001468> - 7: <-0.011250, 0.002165, 0.000000> - 8: <-0.011250, 0.002165, 0.000000> - 9: <-0.011154, 0.002165, 0.001468> - 10: <-0.009914, 0.002500, 0.001305> - 11: <-0.010000, 0.002500, 0.000000> - 12: <-0.010000, 0.002500, 0.000000> - 13: <-0.009914, 0.002500, 0.001305> - 14: <-0.008675, 0.002165, 0.001142> - 15: <-0.008750, 0.002165, 0.000000> - 16: <-0.011250, -0.002165, 0.000000> - 17: <-0.011154, -0.002165, 0.001468> - 18: <-0.012061, -0.001250, 0.001588> - 19: <-0.012165, -0.001250, 0.000000> - 20: <-0.012165, -0.001250, 0.000000> - 21: <-0.012061, -0.001250, 0.001588> - 22: <-0.012393, 0.000000, 0.001632> - 23: <-0.012500, 0.000000, 0.000000> - 24: <-0.012393, 0.000000, 0.001632> - 25: <-0.012074, 0.000000, 0.003235> - 26: <-0.011751, 0.001250, 0.003149> - 27: <-0.012061, 0.001250, 0.001588> - 28: <-0.012061, 0.001250, 0.001588> - 29: <-0.011751, 0.001250, 0.003149> - 30: <-0.010867, 0.002165, 0.002912> - 31: <-0.011154, 0.002165, 0.001468> - 32: <-0.011154, 0.002165, 0.001468> - 33: <-0.010867, 0.002165, 0.002912> - 34: <-0.009659, 0.002500, 0.002588> - 35: <-0.009914, 0.002500, 0.001305> - 36: <-0.009914, 0.002500, 0.001305> - 37: <-0.009659, 0.002500, 0.002588> - 38: <-0.008452, 0.002165, 0.002265> - 39: <-0.008675, 0.002165, 0.001142> - 40: <-0.011154, -0.002165, 0.001468> - 41: <-0.010867, -0.002165, 0.002912> - 42: <-0.011751, -0.001250, 0.003149> - 43: <-0.012061, -0.001250, 0.001588> - 44: <-0.012061, -0.001250, 0.001588> - 45: <-0.011751, -0.001250, 0.003149> - 46: <-0.012074, 0.000000, 0.003235> - 47: <-0.012393, 0.000000, 0.001632> - 48: <-0.012074, 0.000000, 0.003235> - 49: <-0.011548, 0.000000, 0.004784> - 50: <-0.011239, 0.001250, 0.004655> - 51: <-0.011751, 0.001250, 0.003149> - 52: <-0.011751, 0.001250, 0.003149> - 53: <-0.011239, 0.001250, 0.004655> - 54: <-0.010394, 0.002165, 0.004305> - 55: <-0.010867, 0.002165, 0.002912> - 56: <-0.010867, 0.002165, 0.002912> - 57: <-0.010394, 0.002165, 0.004305> - 58: <-0.009239, 0.002500, 0.003827> - 59: <-0.009659, 0.002500, 0.002588> - 60: <-0.009659, 0.002500, 0.002588> - 61: <-0.009239, 0.002500, 0.003827> - 62: <-0.008084, 0.002165, 0.003348> - 63: <-0.008452, 0.002165, 0.002265> - 64: <-0.010867, -0.002165, 0.002912> - 65: <-0.010394, -0.002165, 0.004305> - 66: <-0.011239, -0.001250, 0.004655> - 67: <-0.011751, -0.001250, 0.003149> - 68: <-0.011751, -0.001250, 0.003149> - 69: <-0.011239, -0.001250, 0.004655> - 70: <-0.011548, 0.000000, 0.004784> - 71: <-0.012074, 0.000000, 0.003235> - 72: <-0.011548, 0.000000, 0.004784> - 73: <-0.010825, 0.000000, 0.006250> - 74: <-0.010535, 0.001250, 0.006083> - 75: <-0.011239, 0.001250, 0.004655> - 76: <-0.011239, 0.001250, 0.004655> - 77: <-0.010535, 0.001250, 0.006083> - 78: <-0.009743, 0.002165, 0.005625> - 79: <-0.010394, 0.002165, 0.004305> - 80: <-0.010394, 0.002165, 0.004305> - 81: <-0.009743, 0.002165, 0.005625> - 82: <-0.008660, 0.002500, 0.005000> - 83: <-0.009239, 0.002500, 0.003827> - 84: <-0.009239, 0.002500, 0.003827> - 85: <-0.008660, 0.002500, 0.005000> - 86: <-0.007578, 0.002165, 0.004375> - 87: <-0.008084, 0.002165, 0.003348> - 88: <-0.010394, -0.002165, 0.004305> - 89: <-0.009743, -0.002165, 0.005625> - 90: <-0.010535, -0.001250, 0.006083> - 91: <-0.011239, -0.001250, 0.004655> - 92: <-0.011239, -0.001250, 0.004655> - 93: <-0.010535, -0.001250, 0.006083> - 94: <-0.010825, 0.000000, 0.006250> - 95: <-0.011548, 0.000000, 0.004784> - 96: <-0.010825, 0.000000, 0.006250> - 97: <-0.009917, 0.000000, 0.007610> - 98: <-0.009651, 0.001250, 0.007406> - 99: <-0.010535, 0.001250, 0.006083> - 100: <-0.010535, 0.001250, 0.006083> - 101: <-0.009651, 0.001250, 0.007406> - 102: <-0.008925, 0.002165, 0.006849> - 103: <-0.009743, 0.002165, 0.005625> - 104: <-0.009743, 0.002165, 0.005625> - 105: <-0.008925, 0.002165, 0.006849> - 106: <-0.007934, 0.002500, 0.006088> - 107: <-0.008660, 0.002500, 0.005000> - 108: <-0.008660, 0.002500, 0.005000> - 109: <-0.007934, 0.002500, 0.006088> - 110: <-0.006942, 0.002165, 0.005327> - 111: <-0.007578, 0.002165, 0.004375> - 112: <-0.009743, -0.002165, 0.005625> - 113: <-0.008925, -0.002165, 0.006849> - 114: <-0.009651, -0.001250, 0.007406> - 115: <-0.010535, -0.001250, 0.006083> - 116: <-0.010535, -0.001250, 0.006083> - 117: <-0.009651, -0.001250, 0.007406> - 118: <-0.009917, 0.000000, 0.007610> - 119: <-0.010825, 0.000000, 0.006250> - 120: <-0.009917, 0.000000, 0.007610> - 121: <-0.008839, 0.000000, 0.008839> - 122: <-0.008602, 0.001250, 0.008602> - 123: <-0.009651, 0.001250, 0.007406> - 124: <-0.009651, 0.001250, 0.007406> - 125: <-0.008602, 0.001250, 0.008602> - 126: <-0.007955, 0.002165, 0.007955> - 127: <-0.008925, 0.002165, 0.006849> - 128: <-0.008925, 0.002165, 0.006849> - 129: <-0.007955, 0.002165, 0.007955> - 130: <-0.007071, 0.002500, 0.007071> - 131: <-0.007934, 0.002500, 0.006088> - 132: <-0.007934, 0.002500, 0.006088> - 133: <-0.007071, 0.002500, 0.007071> - 134: <-0.006187, 0.002165, 0.006187> - 135: <-0.006942, 0.002165, 0.005327> - 136: <-0.006942, 0.002165, 0.005327> - 137: <-0.006187, 0.002165, 0.006187> - 138: <-0.005540, 0.001250, 0.005540> - 139: <-0.006216, 0.001250, 0.004770> - 140: <-0.009651, -0.001250, 0.007406> - 141: <-0.008602, -0.001250, 0.008602> - 142: <-0.008839, 0.000000, 0.008839> - 143: <-0.009917, 0.000000, 0.007610> - 144: <-0.008839, 0.000000, 0.008839> - 145: <-0.007610, 0.000000, 0.009917> - 146: <-0.007406, 0.001250, 0.009651> - 147: <-0.008602, 0.001250, 0.008602> - 148: <-0.008602, 0.001250, 0.008602> - 149: <-0.007406, 0.001250, 0.009651> - 150: <-0.006849, 0.002165, 0.008925> - 151: <-0.007955, 0.002165, 0.007955> - 152: <-0.007955, 0.002165, 0.007955> - 153: <-0.006849, 0.002165, 0.008925> - 154: <-0.006088, 0.002500, 0.007934> - 155: <-0.007071, 0.002500, 0.007071> - 156: <-0.007071, 0.002500, 0.007071> - 157: <-0.006088, 0.002500, 0.007934> - 158: <-0.005327, 0.002165, 0.006942> - 159: <-0.006187, 0.002165, 0.006187> - 160: <-0.006187, 0.002165, 0.006187> - 161: <-0.005327, 0.002165, 0.006942> - 162: <-0.004770, 0.001250, 0.006216> - 163: <-0.005540, 0.001250, 0.005540> - 164: <-0.008602, -0.001250, 0.008602> - 165: <-0.007406, -0.001250, 0.009651> - 166: <-0.007610, 0.000000, 0.009917> - 167: <-0.008839, 0.000000, 0.008839> - 168: <-0.007610, 0.000000, 0.009917> - 169: <-0.006250, 0.000000, 0.010825> - 170: <-0.006083, 0.001250, 0.010535> - 171: <-0.007406, 0.001250, 0.009651> - 172: <-0.007406, 0.001250, 0.009651> - 173: <-0.006083, 0.001250, 0.010535> - 174: <-0.005625, 0.002165, 0.009743> - 175: <-0.006849, 0.002165, 0.008925> - 176: <-0.006849, 0.002165, 0.008925> - 177: <-0.005625, 0.002165, 0.009743> - 178: <-0.005000, 0.002500, 0.008660> - 179: <-0.006088, 0.002500, 0.007934> - 180: <-0.006088, 0.002500, 0.007934> - 181: <-0.005000, 0.002500, 0.008660> - 182: <-0.004375, 0.002165, 0.007578> - 183: <-0.005327, 0.002165, 0.006942> - 184: <-0.005327, 0.002165, 0.006942> - 185: <-0.004375, 0.002165, 0.007578> - 186: <-0.003917, 0.001250, 0.006785> - 187: <-0.004770, 0.001250, 0.006216> - 188: <-0.004770, 0.001250, 0.006216> - 189: <-0.003917, 0.001250, 0.006785> - 190: <-0.003750, 0.000000, 0.006495> - 191: <-0.004566, 0.000000, 0.005950> - 192: <-0.006083, 0.001250, 0.010535> - 193: <-0.004655, 0.001250, 0.011239> - 194: <-0.004305, 0.002165, 0.010394> - 195: <-0.005625, 0.002165, 0.009743> - 196: <-0.005625, 0.002165, 0.009743> - 197: <-0.004305, 0.002165, 0.010394> - 198: <-0.003827, 0.002500, 0.009239> - 199: <-0.005000, 0.002500, 0.008660> - 200: <-0.005000, 0.002500, 0.008660> - 201: <-0.003827, 0.002500, 0.009239> - 202: <-0.003348, 0.002165, 0.008084> - 203: <-0.004375, 0.002165, 0.007578> - 204: <-0.004375, 0.002165, 0.007578> - 205: <-0.003348, 0.002165, 0.008084> - 206: <-0.002998, 0.001250, 0.007239> - 207: <-0.003917, 0.001250, 0.006785> - 208: <-0.003917, 0.001250, 0.006785> - 209: <-0.002998, 0.001250, 0.007239> - 210: <-0.002870, 0.000000, 0.006929> - 211: <-0.003750, 0.000000, 0.006495> - 212: <-0.004655, 0.001250, 0.011239> - 213: <-0.003149, 0.001250, 0.011751> - 214: <-0.002912, 0.002165, 0.010867> - 215: <-0.004305, 0.002165, 0.010394> - 216: <-0.004305, 0.002165, 0.010394> - 217: <-0.002912, 0.002165, 0.010867> - 218: <-0.002588, 0.002500, 0.009659> - 219: <-0.003827, 0.002500, 0.009239> - 220: <-0.003827, 0.002500, 0.009239> - 221: <-0.002588, 0.002500, 0.009659> - 222: <-0.002265, 0.002165, 0.008452> - 223: <-0.003348, 0.002165, 0.008084> - 224: <-0.003348, 0.002165, 0.008084> - 225: <-0.002265, 0.002165, 0.008452> - 226: <-0.002028, 0.001250, 0.007568> - 227: <-0.002998, 0.001250, 0.007239> - 228: <-0.002998, 0.001250, 0.007239> - 229: <-0.002028, 0.001250, 0.007568> - 230: <-0.001941, 0.000000, 0.007244> - 231: <-0.002870, 0.000000, 0.006929> - 232: <-0.002870, 0.000000, 0.006929> - 233: <-0.001941, 0.000000, 0.007244> - 234: <-0.002028, -0.001250, 0.007568> - 235: <-0.002998, -0.001250, 0.007239> - 236: <-0.002912, 0.002165, 0.010867> - 237: <-0.001468, 0.002165, 0.011154> - 238: <-0.001305, 0.002500, 0.009914> - 239: <-0.002588, 0.002500, 0.009659> - 240: <-0.002588, 0.002500, 0.009659> - 241: <-0.001305, 0.002500, 0.009914> - 242: <-0.001142, 0.002165, 0.008675> - 243: <-0.002265, 0.002165, 0.008452> - 244: <-0.002265, 0.002165, 0.008452> - 245: <-0.001142, 0.002165, 0.008675> - 246: <-0.001023, 0.001250, 0.007768> - 247: <-0.002028, 0.001250, 0.007568> - 248: <-0.002028, 0.001250, 0.007568> - 249: <-0.001023, 0.001250, 0.007768> - 250: <-0.000979, 0.000000, 0.007436> - 251: <-0.001941, 0.000000, 0.007244> - 252: <-0.001941, 0.000000, 0.007244> - 253: <-0.000979, 0.000000, 0.007436> - 254: <-0.001023, -0.001250, 0.007768> - 255: <-0.002028, -0.001250, 0.007568> - 256: <-0.001468, 0.002165, 0.011154> - 257: <-0.000000, 0.002165, 0.011250> - 258: <-0.000000, 0.002500, 0.010000> - 259: <-0.001305, 0.002500, 0.009914> - 260: <-0.001305, 0.002500, 0.009914> - 261: <-0.000000, 0.002500, 0.010000> - 262: <-0.000000, 0.002165, 0.008750> - 263: <-0.001142, 0.002165, 0.008675> - 264: <-0.001142, 0.002165, 0.008675> - 265: <-0.000000, 0.002165, 0.008750> - 266: <-0.000000, 0.001250, 0.007835> - 267: <-0.001023, 0.001250, 0.007768> - 268: <-0.001023, 0.001250, 0.007768> - 269: <-0.000000, 0.001250, 0.007835> - 270: <-0.000000, 0.000000, 0.007500> - 271: <-0.000979, 0.000000, 0.007436> - 272: <-0.000979, 0.000000, 0.007436> - 273: <-0.000000, 0.000000, 0.007500> - 274: <-0.000000, -0.001250, 0.007835> - 275: <-0.001023, -0.001250, 0.007768> - 276: <-0.000000, 0.002165, 0.011250> - 277: < 0.001468, 0.002165, 0.011154> - 278: < 0.001305, 0.002500, 0.009914> - 279: <-0.000000, 0.002500, 0.010000> - 280: <-0.000000, 0.002500, 0.010000> - 281: < 0.001305, 0.002500, 0.009914> - 282: < 0.001142, 0.002165, 0.008675> - 283: <-0.000000, 0.002165, 0.008750> - 284: <-0.000000, 0.002165, 0.008750> - 285: < 0.001142, 0.002165, 0.008675> - 286: < 0.001023, 0.001250, 0.007768> - 287: <-0.000000, 0.001250, 0.007835> - 288: <-0.000000, 0.001250, 0.007835> - 289: < 0.001023, 0.001250, 0.007768> - 290: < 0.000979, 0.000000, 0.007436> - 291: <-0.000000, 0.000000, 0.007500> - 292: <-0.000000, 0.000000, 0.007500> - 293: < 0.000979, 0.000000, 0.007436> - 294: < 0.001023, -0.001250, 0.007768> - 295: <-0.000000, -0.001250, 0.007835> - 296: <-0.000000, -0.001250, 0.007835> - 297: < 0.001023, -0.001250, 0.007768> - 298: < 0.001142, -0.002165, 0.008675> - 299: <-0.000000, -0.002165, 0.008750> - 300: < 0.001468, 0.002165, 0.011154> - 301: < 0.002912, 0.002165, 0.010867> - 302: < 0.002588, 0.002500, 0.009659> - 303: < 0.001305, 0.002500, 0.009914> - 304: < 0.001305, 0.002500, 0.009914> - 305: < 0.002588, 0.002500, 0.009659> - 306: < 0.002265, 0.002165, 0.008452> - 307: < 0.001142, 0.002165, 0.008675> - 308: < 0.001142, 0.002165, 0.008675> - 309: < 0.002265, 0.002165, 0.008452> - 310: < 0.002028, 0.001250, 0.007568> - 311: < 0.001023, 0.001250, 0.007768> - 312: < 0.001023, 0.001250, 0.007768> - 313: < 0.002028, 0.001250, 0.007568> - 314: < 0.001941, 0.000000, 0.007244> - 315: < 0.000979, 0.000000, 0.007436> - 316: < 0.000979, 0.000000, 0.007436> - 317: < 0.001941, 0.000000, 0.007244> - 318: < 0.002028, -0.001250, 0.007568> - 319: < 0.001023, -0.001250, 0.007768> - 320: < 0.001023, -0.001250, 0.007768> - 321: < 0.002028, -0.001250, 0.007568> - 322: < 0.002265, -0.002165, 0.008452> - 323: < 0.001142, -0.002165, 0.008675> - 324: < 0.002912, 0.002165, 0.010867> - 325: < 0.004305, 0.002165, 0.010394> - 326: < 0.003827, 0.002500, 0.009239> - 327: < 0.002588, 0.002500, 0.009659> - 328: < 0.002588, 0.002500, 0.009659> - 329: < 0.003827, 0.002500, 0.009239> - 330: < 0.003348, 0.002165, 0.008084> - 331: < 0.002265, 0.002165, 0.008452> - 332: < 0.002265, 0.002165, 0.008452> - 333: < 0.003348, 0.002165, 0.008084> - 334: < 0.002998, 0.001250, 0.007239> - 335: < 0.002028, 0.001250, 0.007568> - 336: < 0.002028, 0.001250, 0.007568> - 337: < 0.002998, 0.001250, 0.007239> - 338: < 0.002870, 0.000000, 0.006929> - 339: < 0.001941, 0.000000, 0.007244> - 340: < 0.001941, 0.000000, 0.007244> - 341: < 0.002870, 0.000000, 0.006929> - 342: < 0.002998, -0.001250, 0.007239> - 343: < 0.002028, -0.001250, 0.007568> - 344: < 0.002028, -0.001250, 0.007568> - 345: < 0.002998, -0.001250, 0.007239> - 346: < 0.003348, -0.002165, 0.008084> - 347: < 0.002265, -0.002165, 0.008452> - 348: < 0.004305, 0.002165, 0.010394> - 349: < 0.005625, 0.002165, 0.009743> - 350: < 0.005000, 0.002500, 0.008660> - 351: < 0.003827, 0.002500, 0.009239> - 352: < 0.003827, 0.002500, 0.009239> - 353: < 0.005000, 0.002500, 0.008660> - 354: < 0.004375, 0.002165, 0.007578> - 355: < 0.003348, 0.002165, 0.008084> - 356: < 0.003348, 0.002165, 0.008084> - 357: < 0.004375, 0.002165, 0.007578> - 358: < 0.003917, 0.001250, 0.006785> - 359: < 0.002998, 0.001250, 0.007239> - 360: < 0.002998, 0.001250, 0.007239> - 361: < 0.003917, 0.001250, 0.006785> - 362: < 0.003750, 0.000000, 0.006495> - 363: < 0.002870, 0.000000, 0.006929> - 364: < 0.002870, 0.000000, 0.006929> - 365: < 0.003750, 0.000000, 0.006495> - 366: < 0.003917, -0.001250, 0.006785> - 367: < 0.002998, -0.001250, 0.007239> - 368: < 0.002998, -0.001250, 0.007239> - 369: < 0.003917, -0.001250, 0.006785> - 370: < 0.004375, -0.002165, 0.007578> - 371: < 0.003348, -0.002165, 0.008084> - 372: < 0.005625, 0.002165, 0.009743> - 373: < 0.006849, 0.002165, 0.008925> - 374: < 0.006088, 0.002500, 0.007934> - 375: < 0.005000, 0.002500, 0.008660> - 376: < 0.005000, 0.002500, 0.008660> - 377: < 0.006088, 0.002500, 0.007934> - 378: < 0.005327, 0.002165, 0.006942> - 379: < 0.004375, 0.002165, 0.007578> - 380: < 0.004375, 0.002165, 0.007578> - 381: < 0.005327, 0.002165, 0.006942> - 382: < 0.004770, 0.001250, 0.006216> - 383: < 0.003917, 0.001250, 0.006785> - 384: < 0.003917, -0.001250, 0.006785> - 385: < 0.004770, -0.001250, 0.006216> - 386: < 0.005327, -0.002165, 0.006942> - 387: < 0.004375, -0.002165, 0.007578> - 388: <-0.012074, 0.000000, -0.003235> - 389: <-0.012393, 0.000000, -0.001632> - 390: <-0.012061, 0.001250, -0.001588> - 391: <-0.011751, 0.001250, -0.003149> - 392: <-0.011751, 0.001250, -0.003149> - 393: <-0.012061, 0.001250, -0.001588> - 394: <-0.011154, 0.002165, -0.001468> - 395: <-0.010867, 0.002165, -0.002912> - 396: <-0.010867, 0.002165, -0.002912> - 397: <-0.011154, 0.002165, -0.001468> - 398: <-0.009914, 0.002500, -0.001305> - 399: <-0.009659, 0.002500, -0.002588> - 400: <-0.009659, 0.002500, -0.002588> - 401: <-0.009914, 0.002500, -0.001305> - 402: <-0.008675, 0.002165, -0.001142> - 403: <-0.008452, 0.002165, -0.002265> - 404: <-0.010867, -0.002165, -0.002912> - 405: <-0.011154, -0.002165, -0.001468> - 406: <-0.012061, -0.001250, -0.001588> - 407: <-0.011751, -0.001250, -0.003149> - 408: <-0.011751, -0.001250, -0.003149> - 409: <-0.012061, -0.001250, -0.001588> - 410: <-0.012393, 0.000000, -0.001632> - 411: <-0.012074, 0.000000, -0.003235> - 412: <-0.012393, 0.000000, -0.001632> - 413: <-0.012500, 0.000000, 0.000000> - 414: <-0.012165, 0.001250, 0.000000> - 415: <-0.012061, 0.001250, -0.001588> - 416: <-0.012061, 0.001250, -0.001588> - 417: <-0.012165, 0.001250, 0.000000> - 418: <-0.011250, 0.002165, 0.000000> - 419: <-0.011154, 0.002165, -0.001468> - 420: <-0.011154, 0.002165, -0.001468> - 421: <-0.011250, 0.002165, 0.000000> - 422: <-0.010000, 0.002500, 0.000000> - 423: <-0.009914, 0.002500, -0.001305> - 424: <-0.009914, 0.002500, -0.001305> - 425: <-0.010000, 0.002500, 0.000000> - 426: <-0.008750, 0.002165, 0.000000> - 427: <-0.008675, 0.002165, -0.001142> - 428: <-0.011154, -0.002165, -0.001468> - 429: <-0.011250, -0.002165, 0.000000> - 430: <-0.012165, -0.001250, 0.000000> - 431: <-0.012061, -0.001250, -0.001588> - 432: <-0.012061, -0.001250, -0.001588> - 433: <-0.012165, -0.001250, 0.000000> - 434: <-0.012500, 0.000000, 0.000000> - 435: <-0.012393, 0.000000, -0.001632> - 436: <-0.008750, 0.002165, 0.000000> - 437: <-0.008675, 0.002165, 0.001142> - 438: <-0.007768, 0.001250, 0.001023> - 439: <-0.007835, 0.001250, 0.000000> - 440: <-0.007835, 0.001250, 0.000000> - 441: <-0.007768, 0.001250, 0.001023> - 442: <-0.007436, 0.000000, 0.000979> - 443: <-0.007500, 0.000000, 0.000000> - 444: <-0.007500, 0.000000, 0.000000> - 445: <-0.007436, 0.000000, 0.000979> - 446: <-0.007768, -0.001250, 0.001023> - 447: <-0.007835, -0.001250, 0.000000> - 448: <-0.007835, -0.001250, 0.000000> - 449: <-0.007768, -0.001250, 0.001023> - 450: <-0.008675, -0.002165, 0.001142> - 451: <-0.008750, -0.002165, 0.000000> - 452: <-0.008750, -0.002165, 0.000000> - 453: <-0.008675, -0.002165, 0.001142> - 454: <-0.009914, -0.002500, 0.001305> - 455: <-0.010000, -0.002500, 0.000000> - 456: <-0.010000, -0.002500, 0.000000> - 457: <-0.009914, -0.002500, 0.001305> - 458: <-0.011154, -0.002165, 0.001468> - 459: <-0.011250, -0.002165, 0.000000> - 460: <-0.008675, 0.002165, 0.001142> - 461: <-0.008452, 0.002165, 0.002265> - 462: <-0.007568, 0.001250, 0.002028> - 463: <-0.007768, 0.001250, 0.001023> - 464: <-0.007768, 0.001250, 0.001023> - 465: <-0.007568, 0.001250, 0.002028> - 466: <-0.007244, 0.000000, 0.001941> - 467: <-0.007436, 0.000000, 0.000979> - 468: <-0.007436, 0.000000, 0.000979> - 469: <-0.007244, 0.000000, 0.001941> - 470: <-0.007568, -0.001250, 0.002028> - 471: <-0.007768, -0.001250, 0.001023> - 472: <-0.007768, -0.001250, 0.001023> - 473: <-0.007568, -0.001250, 0.002028> - 474: <-0.008452, -0.002165, 0.002265> - 475: <-0.008675, -0.002165, 0.001142> - 476: <-0.008675, -0.002165, 0.001142> - 477: <-0.008452, -0.002165, 0.002265> - 478: <-0.009659, -0.002500, 0.002588> - 479: <-0.009914, -0.002500, 0.001305> - 480: <-0.009914, -0.002500, 0.001305> - 481: <-0.009659, -0.002500, 0.002588> - 482: <-0.010867, -0.002165, 0.002912> - 483: <-0.011154, -0.002165, 0.001468> - 484: <-0.008452, 0.002165, 0.002265> - 485: <-0.008084, 0.002165, 0.003348> - 486: <-0.007239, 0.001250, 0.002998> - 487: <-0.007568, 0.001250, 0.002028> - 488: <-0.007568, 0.001250, 0.002028> - 489: <-0.007239, 0.001250, 0.002998> - 490: <-0.006929, 0.000000, 0.002870> - 491: <-0.007244, 0.000000, 0.001941> - 492: <-0.007244, 0.000000, 0.001941> - 493: <-0.006929, 0.000000, 0.002870> - 494: <-0.007239, -0.001250, 0.002998> - 495: <-0.007568, -0.001250, 0.002028> - 496: <-0.007568, -0.001250, 0.002028> - 497: <-0.007239, -0.001250, 0.002998> - 498: <-0.008084, -0.002165, 0.003348> - 499: <-0.008452, -0.002165, 0.002265> - 500: <-0.008452, -0.002165, 0.002265> - 501: <-0.008084, -0.002165, 0.003348> - 502: <-0.009239, -0.002500, 0.003827> - 503: <-0.009659, -0.002500, 0.002588> - 504: <-0.009659, -0.002500, 0.002588> - 505: <-0.009239, -0.002500, 0.003827> - 506: <-0.010394, -0.002165, 0.004305> - 507: <-0.010867, -0.002165, 0.002912> - 508: <-0.008084, 0.002165, 0.003348> - 509: <-0.007578, 0.002165, 0.004375> - 510: <-0.006785, 0.001250, 0.003917> - 511: <-0.007239, 0.001250, 0.002998> - 512: <-0.007239, 0.001250, 0.002998> - 513: <-0.006785, 0.001250, 0.003917> - 514: <-0.006495, 0.000000, 0.003750> - 515: <-0.006929, 0.000000, 0.002870> - 516: <-0.006929, 0.000000, 0.002870> - 517: <-0.006495, 0.000000, 0.003750> - 518: <-0.006785, -0.001250, 0.003917> - 519: <-0.007239, -0.001250, 0.002998> - 520: <-0.007239, -0.001250, 0.002998> - 521: <-0.006785, -0.001250, 0.003917> - 522: <-0.007578, -0.002165, 0.004375> - 523: <-0.008084, -0.002165, 0.003348> - 524: <-0.008084, -0.002165, 0.003348> - 525: <-0.007578, -0.002165, 0.004375> - 526: <-0.008660, -0.002500, 0.005000> - 527: <-0.009239, -0.002500, 0.003827> - 528: <-0.009239, -0.002500, 0.003827> - 529: <-0.008660, -0.002500, 0.005000> - 530: <-0.009743, -0.002165, 0.005625> - 531: <-0.010394, -0.002165, 0.004305> - 532: <-0.007578, 0.002165, 0.004375> - 533: <-0.006942, 0.002165, 0.005327> - 534: <-0.006216, 0.001250, 0.004770> - 535: <-0.006785, 0.001250, 0.003917> - 536: <-0.006785, 0.001250, 0.003917> - 537: <-0.006216, 0.001250, 0.004770> - 538: <-0.005950, 0.000000, 0.004566> - 539: <-0.006495, 0.000000, 0.003750> - 540: <-0.006495, 0.000000, 0.003750> - 541: <-0.005950, 0.000000, 0.004566> - 542: <-0.006216, -0.001250, 0.004770> - 543: <-0.006785, -0.001250, 0.003917> - 544: <-0.006785, -0.001250, 0.003917> - 545: <-0.006216, -0.001250, 0.004770> - 546: <-0.006942, -0.002165, 0.005327> - 547: <-0.007578, -0.002165, 0.004375> - 548: <-0.007578, -0.002165, 0.004375> - 549: <-0.006942, -0.002165, 0.005327> - 550: <-0.007934, -0.002500, 0.006088> - 551: <-0.008660, -0.002500, 0.005000> - 552: <-0.008660, -0.002500, 0.005000> - 553: <-0.007934, -0.002500, 0.006088> - 554: <-0.008925, -0.002165, 0.006849> - 555: <-0.009743, -0.002165, 0.005625> - 556: <-0.006216, 0.001250, 0.004770> - 557: <-0.005540, 0.001250, 0.005540> - 558: <-0.005303, 0.000000, 0.005303> - 559: <-0.005950, 0.000000, 0.004566> - 560: <-0.005950, 0.000000, 0.004566> - 561: <-0.005303, 0.000000, 0.005303> - 562: <-0.005540, -0.001250, 0.005540> - 563: <-0.006216, -0.001250, 0.004770> - 564: <-0.006216, -0.001250, 0.004770> - 565: <-0.005540, -0.001250, 0.005540> - 566: <-0.006187, -0.002165, 0.006187> - 567: <-0.006942, -0.002165, 0.005327> - 568: <-0.006942, -0.002165, 0.005327> - 569: <-0.006187, -0.002165, 0.006187> - 570: <-0.007071, -0.002500, 0.007071> - 571: <-0.007934, -0.002500, 0.006088> - 572: <-0.007934, -0.002500, 0.006088> - 573: <-0.007071, -0.002500, 0.007071> - 574: <-0.007955, -0.002165, 0.007955> - 575: <-0.008925, -0.002165, 0.006849> - 576: <-0.008925, -0.002165, 0.006849> - 577: <-0.007955, -0.002165, 0.007955> - 578: <-0.008602, -0.001250, 0.008602> - 579: <-0.009651, -0.001250, 0.007406> - 580: <-0.005540, 0.001250, 0.005540> - 581: <-0.004770, 0.001250, 0.006216> - 582: <-0.004566, 0.000000, 0.005950> - 583: <-0.005303, 0.000000, 0.005303> - 584: <-0.005303, 0.000000, 0.005303> - 585: <-0.004566, 0.000000, 0.005950> - 586: <-0.004770, -0.001250, 0.006216> - 587: <-0.005540, -0.001250, 0.005540> - 588: <-0.005540, -0.001250, 0.005540> - 589: <-0.004770, -0.001250, 0.006216> - 590: <-0.005327, -0.002165, 0.006942> - 591: <-0.006187, -0.002165, 0.006187> - 592: <-0.006187, -0.002165, 0.006187> - 593: <-0.005327, -0.002165, 0.006942> - 594: <-0.006088, -0.002500, 0.007934> - 595: <-0.007071, -0.002500, 0.007071> - 596: <-0.007071, -0.002500, 0.007071> - 597: <-0.006088, -0.002500, 0.007934> - 598: <-0.006849, -0.002165, 0.008925> - 599: <-0.007955, -0.002165, 0.007955> - 600: <-0.007955, -0.002165, 0.007955> - 601: <-0.006849, -0.002165, 0.008925> - 602: <-0.007406, -0.001250, 0.009651> - 603: <-0.008602, -0.001250, 0.008602> - 604: <-0.004566, 0.000000, 0.005950> - 605: <-0.003750, 0.000000, 0.006495> - 606: <-0.003917, -0.001250, 0.006785> - 607: <-0.004770, -0.001250, 0.006216> - 608: <-0.004770, -0.001250, 0.006216> - 609: <-0.003917, -0.001250, 0.006785> - 610: <-0.004375, -0.002165, 0.007578> - 611: <-0.005327, -0.002165, 0.006942> - 612: <-0.005327, -0.002165, 0.006942> - 613: <-0.004375, -0.002165, 0.007578> - 614: <-0.005000, -0.002500, 0.008660> - 615: <-0.006088, -0.002500, 0.007934> - 616: <-0.006088, -0.002500, 0.007934> - 617: <-0.005000, -0.002500, 0.008660> - 618: <-0.005625, -0.002165, 0.009743> - 619: <-0.006849, -0.002165, 0.008925> - 620: <-0.006849, -0.002165, 0.008925> - 621: <-0.005625, -0.002165, 0.009743> - 622: <-0.006083, -0.001250, 0.010535> - 623: <-0.007406, -0.001250, 0.009651> - 624: <-0.007406, -0.001250, 0.009651> - 625: <-0.006083, -0.001250, 0.010535> - 626: <-0.006250, 0.000000, 0.010825> - 627: <-0.007610, 0.000000, 0.009917> - 628: <-0.006250, 0.000000, 0.010825> - 629: <-0.004784, 0.000000, 0.011548> - 630: <-0.004655, 0.001250, 0.011239> - 631: <-0.006083, 0.001250, 0.010535> - 632: <-0.003750, 0.000000, 0.006495> - 633: <-0.002870, 0.000000, 0.006929> - 634: <-0.002998, -0.001250, 0.007239> - 635: <-0.003917, -0.001250, 0.006785> - 636: <-0.003917, -0.001250, 0.006785> - 637: <-0.002998, -0.001250, 0.007239> - 638: <-0.003348, -0.002165, 0.008084> - 639: <-0.004375, -0.002165, 0.007578> - 640: <-0.004375, -0.002165, 0.007578> - 641: <-0.003348, -0.002165, 0.008084> - 642: <-0.003827, -0.002500, 0.009239> - 643: <-0.005000, -0.002500, 0.008660> - 644: <-0.005000, -0.002500, 0.008660> - 645: <-0.003827, -0.002500, 0.009239> - 646: <-0.004305, -0.002165, 0.010394> - 647: <-0.005625, -0.002165, 0.009743> - 648: <-0.005625, -0.002165, 0.009743> - 649: <-0.004305, -0.002165, 0.010394> - 650: <-0.004655, -0.001250, 0.011239> - 651: <-0.006083, -0.001250, 0.010535> - 652: <-0.006083, -0.001250, 0.010535> - 653: <-0.004655, -0.001250, 0.011239> - 654: <-0.004784, 0.000000, 0.011548> - 655: <-0.006250, 0.000000, 0.010825> - 656: <-0.004784, 0.000000, 0.011548> - 657: <-0.003235, 0.000000, 0.012074> - 658: <-0.003149, 0.001250, 0.011751> - 659: <-0.004655, 0.001250, 0.011239> - 660: <-0.002998, -0.001250, 0.007239> - 661: <-0.002028, -0.001250, 0.007568> - 662: <-0.002265, -0.002165, 0.008452> - 663: <-0.003348, -0.002165, 0.008084> - 664: <-0.003348, -0.002165, 0.008084> - 665: <-0.002265, -0.002165, 0.008452> - 666: <-0.002588, -0.002500, 0.009659> - 667: <-0.003827, -0.002500, 0.009239> - 668: <-0.003827, -0.002500, 0.009239> - 669: <-0.002588, -0.002500, 0.009659> - 670: <-0.002912, -0.002165, 0.010867> - 671: <-0.004305, -0.002165, 0.010394> - 672: <-0.004305, -0.002165, 0.010394> - 673: <-0.002912, -0.002165, 0.010867> - 674: <-0.003149, -0.001250, 0.011751> - 675: <-0.004655, -0.001250, 0.011239> - 676: <-0.004655, -0.001250, 0.011239> - 677: <-0.003149, -0.001250, 0.011751> - 678: <-0.003235, 0.000000, 0.012074> - 679: <-0.004784, 0.000000, 0.011548> - 680: <-0.003235, 0.000000, 0.012074> - 681: <-0.001632, 0.000000, 0.012393> - 682: <-0.001588, 0.001250, 0.012061> - 683: <-0.003149, 0.001250, 0.011751> - 684: <-0.003149, 0.001250, 0.011751> - 685: <-0.001588, 0.001250, 0.012061> - 686: <-0.001468, 0.002165, 0.011154> - 687: <-0.002912, 0.002165, 0.010867> - 688: <-0.002028, -0.001250, 0.007568> - 689: <-0.001023, -0.001250, 0.007768> - 690: <-0.001142, -0.002165, 0.008675> - 691: <-0.002265, -0.002165, 0.008452> - 692: <-0.002265, -0.002165, 0.008452> - 693: <-0.001142, -0.002165, 0.008675> - 694: <-0.001305, -0.002500, 0.009914> - 695: <-0.002588, -0.002500, 0.009659> - 696: <-0.002588, -0.002500, 0.009659> - 697: <-0.001305, -0.002500, 0.009914> - 698: <-0.001468, -0.002165, 0.011154> - 699: <-0.002912, -0.002165, 0.010867> - 700: <-0.002912, -0.002165, 0.010867> - 701: <-0.001468, -0.002165, 0.011154> - 702: <-0.001588, -0.001250, 0.012061> - 703: <-0.003149, -0.001250, 0.011751> - 704: <-0.003149, -0.001250, 0.011751> - 705: <-0.001588, -0.001250, 0.012061> - 706: <-0.001632, 0.000000, 0.012393> - 707: <-0.003235, 0.000000, 0.012074> - 708: <-0.001632, 0.000000, 0.012393> - 709: <-0.000000, 0.000000, 0.012500> - 710: <-0.000000, 0.001250, 0.012165> - 711: <-0.001588, 0.001250, 0.012061> - 712: <-0.001588, 0.001250, 0.012061> - 713: <-0.000000, 0.001250, 0.012165> - 714: <-0.000000, 0.002165, 0.011250> - 715: <-0.001468, 0.002165, 0.011154> - 716: <-0.001023, -0.001250, 0.007768> - 717: <-0.000000, -0.001250, 0.007835> - 718: <-0.000000, -0.002165, 0.008750> - 719: <-0.001142, -0.002165, 0.008675> - 720: <-0.001142, -0.002165, 0.008675> - 721: <-0.000000, -0.002165, 0.008750> - 722: <-0.000000, -0.002500, 0.010000> - 723: <-0.001305, -0.002500, 0.009914> - 724: <-0.001305, -0.002500, 0.009914> - 725: <-0.000000, -0.002500, 0.010000> - 726: <-0.000000, -0.002165, 0.011250> - 727: <-0.001468, -0.002165, 0.011154> - 728: <-0.001468, -0.002165, 0.011154> - 729: <-0.000000, -0.002165, 0.011250> - 730: <-0.000000, -0.001250, 0.012165> - 731: <-0.001588, -0.001250, 0.012061> - 732: <-0.001588, -0.001250, 0.012061> - 733: <-0.000000, -0.001250, 0.012165> - 734: <-0.000000, 0.000000, 0.012500> - 735: <-0.001632, 0.000000, 0.012393> - 736: <-0.000000, 0.000000, 0.012500> - 737: < 0.001632, 0.000000, 0.012393> - 738: < 0.001588, 0.001250, 0.012061> - 739: <-0.000000, 0.001250, 0.012165> - 740: <-0.000000, 0.001250, 0.012165> - 741: < 0.001588, 0.001250, 0.012061> - 742: < 0.001468, 0.002165, 0.011154> - 743: <-0.000000, 0.002165, 0.011250> - 744: <-0.000000, -0.002165, 0.008750> - 745: < 0.001142, -0.002165, 0.008675> - 746: < 0.001305, -0.002500, 0.009914> - 747: <-0.000000, -0.002500, 0.010000> - 748: <-0.000000, -0.002500, 0.010000> - 749: < 0.001305, -0.002500, 0.009914> - 750: < 0.001468, -0.002165, 0.011154> - 751: <-0.000000, -0.002165, 0.011250> - 752: <-0.000000, -0.002165, 0.011250> - 753: < 0.001468, -0.002165, 0.011154> - 754: < 0.001588, -0.001250, 0.012061> - 755: <-0.000000, -0.001250, 0.012165> - 756: <-0.000000, -0.001250, 0.012165> - 757: < 0.001588, -0.001250, 0.012061> - 758: < 0.001632, 0.000000, 0.012393> - 759: <-0.000000, 0.000000, 0.012500> - 760: < 0.001632, 0.000000, 0.012393> - 761: < 0.003235, 0.000000, 0.012074> - 762: < 0.003149, 0.001250, 0.011751> - 763: < 0.001588, 0.001250, 0.012061> - 764: < 0.001588, 0.001250, 0.012061> - 765: < 0.003149, 0.001250, 0.011751> - 766: < 0.002912, 0.002165, 0.010867> - 767: < 0.001468, 0.002165, 0.011154> - 768: < 0.001142, -0.002165, 0.008675> - 769: < 0.002265, -0.002165, 0.008452> - 770: < 0.002588, -0.002500, 0.009659> - 771: < 0.001305, -0.002500, 0.009914> - 772: < 0.001305, -0.002500, 0.009914> - 773: < 0.002588, -0.002500, 0.009659> - 774: < 0.002912, -0.002165, 0.010867> - 775: < 0.001468, -0.002165, 0.011154> - 776: < 0.001468, -0.002165, 0.011154> - 777: < 0.002912, -0.002165, 0.010867> - 778: < 0.003149, -0.001250, 0.011751> - 779: < 0.001588, -0.001250, 0.012061> - 780: < 0.001588, -0.001250, 0.012061> - 781: < 0.003149, -0.001250, 0.011751> - 782: < 0.003235, 0.000000, 0.012074> - 783: < 0.001632, 0.000000, 0.012393> - 784: < 0.003235, 0.000000, 0.012074> - 785: < 0.004784, 0.000000, 0.011548> - 786: < 0.004655, 0.001250, 0.011239> - 787: < 0.003149, 0.001250, 0.011751> - 788: < 0.003149, 0.001250, 0.011751> - 789: < 0.004655, 0.001250, 0.011239> - 790: < 0.004305, 0.002165, 0.010394> - 791: < 0.002912, 0.002165, 0.010867> - 792: < 0.002265, -0.002165, 0.008452> - 793: < 0.003348, -0.002165, 0.008084> - 794: < 0.003827, -0.002500, 0.009239> - 795: < 0.002588, -0.002500, 0.009659> - 796: < 0.002588, -0.002500, 0.009659> - 797: < 0.003827, -0.002500, 0.009239> - 798: < 0.004305, -0.002165, 0.010394> - 799: < 0.002912, -0.002165, 0.010867> - 800: < 0.002912, -0.002165, 0.010867> - 801: < 0.004305, -0.002165, 0.010394> - 802: < 0.004655, -0.001250, 0.011239> - 803: < 0.003149, -0.001250, 0.011751> - 804: < 0.003149, -0.001250, 0.011751> - 805: < 0.004655, -0.001250, 0.011239> - 806: < 0.004784, 0.000000, 0.011548> - 807: < 0.003235, 0.000000, 0.012074> - 808: < 0.004784, 0.000000, 0.011548> - 809: < 0.006250, 0.000000, 0.010825> - 810: < 0.006083, 0.001250, 0.010535> - 811: < 0.004655, 0.001250, 0.011239> - 812: < 0.004655, 0.001250, 0.011239> - 813: < 0.006083, 0.001250, 0.010535> - 814: < 0.005625, 0.002165, 0.009743> - 815: < 0.004305, 0.002165, 0.010394> - 816: < 0.003348, -0.002165, 0.008084> - 817: < 0.004375, -0.002165, 0.007578> - 818: < 0.005000, -0.002500, 0.008660> - 819: < 0.003827, -0.002500, 0.009239> - 820: < 0.003827, -0.002500, 0.009239> - 821: < 0.005000, -0.002500, 0.008660> - 822: < 0.005625, -0.002165, 0.009743> - 823: < 0.004305, -0.002165, 0.010394> - 824: < 0.004305, -0.002165, 0.010394> - 825: < 0.005625, -0.002165, 0.009743> - 826: < 0.006083, -0.001250, 0.010535> - 827: < 0.004655, -0.001250, 0.011239> - 828: < 0.004655, -0.001250, 0.011239> - 829: < 0.006083, -0.001250, 0.010535> - 830: < 0.006250, 0.000000, 0.010825> - 831: < 0.004784, 0.000000, 0.011548> - 832: < 0.006250, 0.000000, 0.010825> - 833: < 0.007610, 0.000000, 0.009917> - 834: < 0.007406, 0.001250, 0.009651> - 835: < 0.006083, 0.001250, 0.010535> - 836: < 0.006083, 0.001250, 0.010535> - 837: < 0.007406, 0.001250, 0.009651> - 838: < 0.006849, 0.002165, 0.008925> - 839: < 0.005625, 0.002165, 0.009743> - 840: < 0.003917, 0.001250, 0.006785> - 841: < 0.004770, 0.001250, 0.006216> - 842: < 0.004566, 0.000000, 0.005950> - 843: < 0.003750, 0.000000, 0.006495> - 844: < 0.003750, 0.000000, 0.006495> - 845: < 0.004566, 0.000000, 0.005950> - 846: < 0.004770, -0.001250, 0.006216> - 847: < 0.003917, -0.001250, 0.006785> - 848: < 0.004375, -0.002165, 0.007578> - 849: < 0.005327, -0.002165, 0.006942> - 850: < 0.006088, -0.002500, 0.007934> - 851: < 0.005000, -0.002500, 0.008660> - 852: < 0.005000, -0.002500, 0.008660> - 853: < 0.006088, -0.002500, 0.007934> - 854: < 0.006849, -0.002165, 0.008925> - 855: < 0.005625, -0.002165, 0.009743> - 856: < 0.005625, -0.002165, 0.009743> - 857: < 0.006849, -0.002165, 0.008925> - 858: < 0.007406, -0.001250, 0.009651> - 859: < 0.006083, -0.001250, 0.010535> - 860: < 0.006083, -0.001250, 0.010535> - 861: < 0.007406, -0.001250, 0.009651> - 862: < 0.007610, 0.000000, 0.009917> - 863: < 0.006250, 0.000000, 0.010825> - 864: < 0.007610, 0.000000, 0.009917> - 865: < 0.008839, 0.000000, 0.008839> - 866: < 0.008602, 0.001250, 0.008602> - 867: < 0.007406, 0.001250, 0.009651> - 868: < 0.007406, 0.001250, 0.009651> - 869: < 0.008602, 0.001250, 0.008602> - 870: < 0.007955, 0.002165, 0.007955> - 871: < 0.006849, 0.002165, 0.008925> - 872: < 0.006849, 0.002165, 0.008925> - 873: < 0.007955, 0.002165, 0.007955> - 874: < 0.007071, 0.002500, 0.007071> - 875: < 0.006088, 0.002500, 0.007934> - 876: < 0.006088, 0.002500, 0.007934> - 877: < 0.007071, 0.002500, 0.007071> - 878: < 0.006187, 0.002165, 0.006187> - 879: < 0.005327, 0.002165, 0.006942> - 880: < 0.005327, 0.002165, 0.006942> - 881: < 0.006187, 0.002165, 0.006187> - 882: < 0.005540, 0.001250, 0.005540> - 883: < 0.004770, 0.001250, 0.006216> - 884: < 0.004770, 0.001250, 0.006216> - 885: < 0.005540, 0.001250, 0.005540> - 886: < 0.005303, 0.000000, 0.005303> - 887: < 0.004566, 0.000000, 0.005950> - 888: < 0.004566, 0.000000, 0.005950> - 889: < 0.005303, 0.000000, 0.005303> - 890: < 0.005540, -0.001250, 0.005540> - 891: < 0.004770, -0.001250, 0.006216> - 892: < 0.004770, -0.001250, 0.006216> - 893: < 0.005540, -0.001250, 0.005540> - 894: < 0.006187, -0.002165, 0.006187> - 895: < 0.005327, -0.002165, 0.006942> - 896: < 0.005327, -0.002165, 0.006942> - 897: < 0.006187, -0.002165, 0.006187> - 898: < 0.007071, -0.002500, 0.007071> - 899: < 0.006088, -0.002500, 0.007934> - 900: < 0.006088, -0.002500, 0.007934> - 901: < 0.007071, -0.002500, 0.007071> - 902: < 0.007955, -0.002165, 0.007955> - 903: < 0.006849, -0.002165, 0.008925> - 904: < 0.006849, -0.002165, 0.008925> - 905: < 0.007955, -0.002165, 0.007955> - 906: < 0.008602, -0.001250, 0.008602> - 907: < 0.007406, -0.001250, 0.009651> - 908: < 0.007406, -0.001250, 0.009651> - 909: < 0.008602, -0.001250, 0.008602> - 910: < 0.008839, 0.000000, 0.008839> - 911: < 0.007610, 0.000000, 0.009917> - 912: < 0.008839, 0.000000, 0.008839> - 913: < 0.009917, 0.000000, 0.007610> - 914: < 0.009651, 0.001250, 0.007406> - 915: < 0.008602, 0.001250, 0.008602> - 916: < 0.008602, 0.001250, 0.008602> - 917: < 0.009651, 0.001250, 0.007406> - 918: < 0.008925, 0.002165, 0.006849> - 919: < 0.007955, 0.002165, 0.007955> - 920: < 0.007955, 0.002165, 0.007955> - 921: < 0.008925, 0.002165, 0.006849> - 922: < 0.007934, 0.002500, 0.006088> - 923: < 0.007071, 0.002500, 0.007071> - 924: < 0.007071, 0.002500, 0.007071> - 925: < 0.007934, 0.002500, 0.006088> - 926: < 0.006942, 0.002165, 0.005327> - 927: < 0.006187, 0.002165, 0.006187> - 928: < 0.006187, 0.002165, 0.006187> - 929: < 0.006942, 0.002165, 0.005327> - 930: < 0.006216, 0.001250, 0.004770> - 931: < 0.005540, 0.001250, 0.005540> - 932: < 0.005540, 0.001250, 0.005540> - 933: < 0.006216, 0.001250, 0.004770> - 934: < 0.005950, 0.000000, 0.004566> - 935: < 0.005303, 0.000000, 0.005303> - 936: < 0.005303, 0.000000, 0.005303> - 937: < 0.005950, 0.000000, 0.004566> - 938: < 0.006216, -0.001250, 0.004770> - 939: < 0.005540, -0.001250, 0.005540> - 940: < 0.005540, -0.001250, 0.005540> - 941: < 0.006216, -0.001250, 0.004770> - 942: < 0.006942, -0.002165, 0.005327> - 943: < 0.006187, -0.002165, 0.006187> - 944: < 0.006187, -0.002165, 0.006187> - 945: < 0.006942, -0.002165, 0.005327> - 946: < 0.007934, -0.002500, 0.006088> - 947: < 0.007071, -0.002500, 0.007071> - 948: < 0.007071, -0.002500, 0.007071> - 949: < 0.007934, -0.002500, 0.006088> - 950: < 0.008925, -0.002165, 0.006849> - 951: < 0.007955, -0.002165, 0.007955> - 952: < 0.007955, -0.002165, 0.007955> - 953: < 0.008925, -0.002165, 0.006849> - 954: < 0.009651, -0.001250, 0.007406> - 955: < 0.008602, -0.001250, 0.008602> - 956: < 0.008602, -0.001250, 0.008602> - 957: < 0.009651, -0.001250, 0.007406> - 958: < 0.009917, 0.000000, 0.007610> - 959: < 0.008839, 0.000000, 0.008839> - 960: < 0.009917, 0.000000, 0.007610> - 961: < 0.010825, 0.000000, 0.006250> - 962: < 0.010535, 0.001250, 0.006083> - 963: < 0.009651, 0.001250, 0.007406> - 964: < 0.009651, 0.001250, 0.007406> - 965: < 0.010535, 0.001250, 0.006083> - 966: < 0.009743, 0.002165, 0.005625> - 967: < 0.008925, 0.002165, 0.006849> - 968: < 0.008925, 0.002165, 0.006849> - 969: < 0.009743, 0.002165, 0.005625> - 970: < 0.008660, 0.002500, 0.005000> - 971: < 0.007934, 0.002500, 0.006088> - 972: < 0.007934, 0.002500, 0.006088> - 973: < 0.008660, 0.002500, 0.005000> - 974: < 0.007578, 0.002165, 0.004375> - 975: < 0.006942, 0.002165, 0.005327> - 976: < 0.006942, 0.002165, 0.005327> - 977: < 0.007578, 0.002165, 0.004375> - 978: < 0.006785, 0.001250, 0.003917> - 979: < 0.006216, 0.001250, 0.004770> - 980: < 0.006216, 0.001250, 0.004770> - 981: < 0.006785, 0.001250, 0.003917> - 982: < 0.006495, 0.000000, 0.003750> - 983: < 0.005950, 0.000000, 0.004566> - 984: < 0.005950, 0.000000, 0.004566> - 985: < 0.006495, 0.000000, 0.003750> - 986: < 0.006785, -0.001250, 0.003917> - 987: < 0.006216, -0.001250, 0.004770> - 988: < 0.006216, -0.001250, 0.004770> - 989: < 0.006785, -0.001250, 0.003917> - 990: < 0.007578, -0.002165, 0.004375> - 991: < 0.006942, -0.002165, 0.005327> - 992: < 0.006942, -0.002165, 0.005327> - 993: < 0.007578, -0.002165, 0.004375> - 994: < 0.008660, -0.002500, 0.005000> - 995: < 0.007934, -0.002500, 0.006088> - 996: < 0.007934, -0.002500, 0.006088> - 997: < 0.008660, -0.002500, 0.005000> - 998: < 0.009743, -0.002165, 0.005625> - 999: < 0.008925, -0.002165, 0.006849> - 1000: < 0.008925, -0.002165, 0.006849> - 1001: < 0.009743, -0.002165, 0.005625> - 1002: < 0.010535, -0.001250, 0.006083> - 1003: < 0.009651, -0.001250, 0.007406> - 1004: < 0.009651, -0.001250, 0.007406> - 1005: < 0.010535, -0.001250, 0.006083> - 1006: < 0.010825, 0.000000, 0.006250> - 1007: < 0.009917, 0.000000, 0.007610> - 1008: < 0.010825, 0.000000, 0.006250> - 1009: < 0.011548, 0.000000, 0.004784> - 1010: < 0.011239, 0.001250, 0.004655> - 1011: < 0.010535, 0.001250, 0.006083> - 1012: < 0.010535, 0.001250, 0.006083> - 1013: < 0.011239, 0.001250, 0.004655> - 1014: < 0.010394, 0.002165, 0.004305> - 1015: < 0.009743, 0.002165, 0.005625> - 1016: < 0.009743, 0.002165, 0.005625> - 1017: < 0.010394, 0.002165, 0.004305> - 1018: < 0.009239, 0.002500, 0.003827> - 1019: < 0.008660, 0.002500, 0.005000> - 1020: < 0.008660, 0.002500, 0.005000> - 1021: < 0.009239, 0.002500, 0.003827> - 1022: < 0.008084, 0.002165, 0.003348> - 1023: < 0.007578, 0.002165, 0.004375> - 1024: < 0.007578, 0.002165, 0.004375> - 1025: < 0.008084, 0.002165, 0.003348> - 1026: < 0.007239, 0.001250, 0.002998> - 1027: < 0.006785, 0.001250, 0.003917> - 1028: < 0.006785, 0.001250, 0.003917> - 1029: < 0.007239, 0.001250, 0.002998> - 1030: < 0.006929, 0.000000, 0.002870> - 1031: < 0.006495, 0.000000, 0.003750> - 1032: < 0.006495, 0.000000, 0.003750> - 1033: < 0.006929, 0.000000, 0.002870> - 1034: < 0.007239, -0.001250, 0.002998> - 1035: < 0.006785, -0.001250, 0.003917> - 1036: < 0.006785, -0.001250, 0.003917> - 1037: < 0.007239, -0.001250, 0.002998> - 1038: < 0.008084, -0.002165, 0.003348> - 1039: < 0.007578, -0.002165, 0.004375> - 1040: < 0.007578, -0.002165, 0.004375> - 1041: < 0.008084, -0.002165, 0.003348> - 1042: < 0.009239, -0.002500, 0.003827> - 1043: < 0.008660, -0.002500, 0.005000> - 1044: < 0.008660, -0.002500, 0.005000> - 1045: < 0.009239, -0.002500, 0.003827> - 1046: < 0.010394, -0.002165, 0.004305> - 1047: < 0.009743, -0.002165, 0.005625> - 1048: < 0.009743, -0.002165, 0.005625> - 1049: < 0.010394, -0.002165, 0.004305> - 1050: < 0.011239, -0.001250, 0.004655> - 1051: < 0.010535, -0.001250, 0.006083> - 1052: < 0.010535, -0.001250, 0.006083> - 1053: < 0.011239, -0.001250, 0.004655> - 1054: < 0.011548, 0.000000, 0.004784> - 1055: < 0.010825, 0.000000, 0.006250> - 1056: < 0.011548, 0.000000, 0.004784> - 1057: < 0.012074, 0.000000, 0.003235> - 1058: < 0.011751, 0.001250, 0.003149> - 1059: < 0.011239, 0.001250, 0.004655> - 1060: < 0.011239, 0.001250, 0.004655> - 1061: < 0.011751, 0.001250, 0.003149> - 1062: < 0.010867, 0.002165, 0.002912> - 1063: < 0.010394, 0.002165, 0.004305> - 1064: < 0.010394, 0.002165, 0.004305> - 1065: < 0.010867, 0.002165, 0.002912> - 1066: < 0.009659, 0.002500, 0.002588> - 1067: < 0.009239, 0.002500, 0.003827> - 1068: < 0.009239, 0.002500, 0.003827> - 1069: < 0.009659, 0.002500, 0.002588> - 1070: < 0.008452, 0.002165, 0.002265> - 1071: < 0.008084, 0.002165, 0.003348> - 1072: < 0.008084, 0.002165, 0.003348> - 1073: < 0.008452, 0.002165, 0.002265> - 1074: < 0.007568, 0.001250, 0.002028> - 1075: < 0.007239, 0.001250, 0.002998> - 1076: < 0.007239, 0.001250, 0.002998> - 1077: < 0.007568, 0.001250, 0.002028> - 1078: < 0.007244, 0.000000, 0.001941> - 1079: < 0.006929, 0.000000, 0.002870> - 1080: < 0.006929, 0.000000, 0.002870> - 1081: < 0.007244, 0.000000, 0.001941> - 1082: < 0.007568, -0.001250, 0.002028> - 1083: < 0.007239, -0.001250, 0.002998> - 1084: < 0.007239, -0.001250, 0.002998> - 1085: < 0.007568, -0.001250, 0.002028> - 1086: < 0.008452, -0.002165, 0.002265> - 1087: < 0.008084, -0.002165, 0.003348> - 1088: < 0.008084, -0.002165, 0.003348> - 1089: < 0.008452, -0.002165, 0.002265> - 1090: < 0.009659, -0.002500, 0.002588> - 1091: < 0.009239, -0.002500, 0.003827> - 1092: < 0.009239, -0.002500, 0.003827> - 1093: < 0.009659, -0.002500, 0.002588> - 1094: < 0.010867, -0.002165, 0.002912> - 1095: < 0.010394, -0.002165, 0.004305> - 1096: < 0.010394, -0.002165, 0.004305> - 1097: < 0.010867, -0.002165, 0.002912> - 1098: < 0.011751, -0.001250, 0.003149> - 1099: < 0.011239, -0.001250, 0.004655> - 1100: < 0.011239, -0.001250, 0.004655> - 1101: < 0.011751, -0.001250, 0.003149> - 1102: < 0.012074, 0.000000, 0.003235> - 1103: < 0.011548, 0.000000, 0.004784> - 1104: < 0.012074, 0.000000, 0.003235> - 1105: < 0.012393, 0.000000, 0.001632> - 1106: < 0.012061, 0.001250, 0.001588> - 1107: < 0.011751, 0.001250, 0.003149> - 1108: < 0.011751, 0.001250, 0.003149> - 1109: < 0.012061, 0.001250, 0.001588> - 1110: < 0.011154, 0.002165, 0.001468> - 1111: < 0.010867, 0.002165, 0.002912> - 1112: < 0.010867, 0.002165, 0.002912> - 1113: < 0.011154, 0.002165, 0.001468> - 1114: < 0.009914, 0.002500, 0.001305> - 1115: < 0.009659, 0.002500, 0.002588> - 1116: < 0.009659, 0.002500, 0.002588> - 1117: < 0.009914, 0.002500, 0.001305> - 1118: < 0.008675, 0.002165, 0.001142> - 1119: < 0.008452, 0.002165, 0.002265> - 1120: < 0.008452, 0.002165, 0.002265> - 1121: < 0.008675, 0.002165, 0.001142> - 1122: < 0.007768, 0.001250, 0.001023> - 1123: < 0.007568, 0.001250, 0.002028> - 1124: < 0.007568, 0.001250, 0.002028> - 1125: < 0.007768, 0.001250, 0.001023> - 1126: < 0.007436, 0.000000, 0.000979> - 1127: < 0.007244, 0.000000, 0.001941> - 1128: < 0.007244, 0.000000, 0.001941> - 1129: < 0.007436, 0.000000, 0.000979> - 1130: < 0.007768, -0.001250, 0.001023> - 1131: < 0.007568, -0.001250, 0.002028> - 1132: < 0.007568, -0.001250, 0.002028> - 1133: < 0.007768, -0.001250, 0.001023> - 1134: < 0.008675, -0.002165, 0.001142> - 1135: < 0.008452, -0.002165, 0.002265> - 1136: < 0.008452, -0.002165, 0.002265> - 1137: < 0.008675, -0.002165, 0.001142> - 1138: < 0.009914, -0.002500, 0.001305> - 1139: < 0.009659, -0.002500, 0.002588> - 1140: < 0.009659, -0.002500, 0.002588> - 1141: < 0.009914, -0.002500, 0.001305> - 1142: < 0.011154, -0.002165, 0.001468> - 1143: < 0.010867, -0.002165, 0.002912> - 1144: < 0.010867, -0.002165, 0.002912> - 1145: < 0.011154, -0.002165, 0.001468> - 1146: < 0.012061, -0.001250, 0.001588> - 1147: < 0.011751, -0.001250, 0.003149> - 1148: < 0.011751, -0.001250, 0.003149> - 1149: < 0.012061, -0.001250, 0.001588> - 1150: < 0.012393, 0.000000, 0.001632> - 1151: < 0.012074, 0.000000, 0.003235> - 1152: < 0.012393, 0.000000, 0.001632> - 1153: < 0.012500, 0.000000, 0.000000> - 1154: < 0.012165, 0.001250, 0.000000> - 1155: < 0.012061, 0.001250, 0.001588> - 1156: < 0.012061, 0.001250, 0.001588> - 1157: < 0.012165, 0.001250, 0.000000> - 1158: < 0.011250, 0.002165, 0.000000> - 1159: < 0.011154, 0.002165, 0.001468> - 1160: < 0.011154, 0.002165, 0.001468> - 1161: < 0.011250, 0.002165, 0.000000> - 1162: < 0.010000, 0.002500, 0.000000> - 1163: < 0.009914, 0.002500, 0.001305> - 1164: < 0.009914, 0.002500, 0.001305> - 1165: < 0.010000, 0.002500, 0.000000> - 1166: < 0.008750, 0.002165, 0.000000> - 1167: < 0.008675, 0.002165, 0.001142> - 1168: < 0.008675, 0.002165, 0.001142> - 1169: < 0.008750, 0.002165, 0.000000> - 1170: < 0.007835, 0.001250, 0.000000> - 1171: < 0.007768, 0.001250, 0.001023> - 1172: < 0.007768, 0.001250, 0.001023> - 1173: < 0.007835, 0.001250, 0.000000> - 1174: < 0.007500, 0.000000, 0.000000> - 1175: < 0.007436, 0.000000, 0.000979> - 1176: < 0.007436, 0.000000, 0.000979> - 1177: < 0.007500, 0.000000, 0.000000> - 1178: < 0.007835, -0.001250, 0.000000> - 1179: < 0.007768, -0.001250, 0.001023> - 1180: < 0.007768, -0.001250, 0.001023> - 1181: < 0.007835, -0.001250, 0.000000> - 1182: < 0.008750, -0.002165, 0.000000> - 1183: < 0.008675, -0.002165, 0.001142> - 1184: < 0.008675, -0.002165, 0.001142> - 1185: < 0.008750, -0.002165, 0.000000> - 1186: < 0.010000, -0.002500, 0.000000> - 1187: < 0.009914, -0.002500, 0.001305> - 1188: < 0.009914, -0.002500, 0.001305> - 1189: < 0.010000, -0.002500, 0.000000> - 1190: < 0.011250, -0.002165, 0.000000> - 1191: < 0.011154, -0.002165, 0.001468> - 1192: < 0.011154, -0.002165, 0.001468> - 1193: < 0.011250, -0.002165, 0.000000> - 1194: < 0.012165, -0.001250, 0.000000> - 1195: < 0.012061, -0.001250, 0.001588> - 1196: < 0.012061, -0.001250, 0.001588> - 1197: < 0.012165, -0.001250, 0.000000> - 1198: < 0.012500, 0.000000, 0.000000> - 1199: < 0.012393, 0.000000, 0.001632> - 1200: < 0.012500, 0.000000, 0.000000> - 1201: < 0.012393, 0.000000, -0.001632> - 1202: < 0.012061, 0.001250, -0.001588> - 1203: < 0.012165, 0.001250, 0.000000> - 1204: < 0.012165, 0.001250, 0.000000> - 1205: < 0.012061, 0.001250, -0.001588> - 1206: < 0.011154, 0.002165, -0.001468> - 1207: < 0.011250, 0.002165, 0.000000> - 1208: < 0.011250, 0.002165, 0.000000> - 1209: < 0.011154, 0.002165, -0.001468> - 1210: < 0.009914, 0.002500, -0.001305> - 1211: < 0.010000, 0.002500, 0.000000> - 1212: < 0.010000, 0.002500, 0.000000> - 1213: < 0.009914, 0.002500, -0.001305> - 1214: < 0.008675, 0.002165, -0.001142> - 1215: < 0.008750, 0.002165, 0.000000> - 1216: < 0.008750, 0.002165, 0.000000> - 1217: < 0.008675, 0.002165, -0.001142> - 1218: < 0.007768, 0.001250, -0.001023> - 1219: < 0.007835, 0.001250, 0.000000> - 1220: < 0.007835, 0.001250, 0.000000> - 1221: < 0.007768, 0.001250, -0.001023> - 1222: < 0.007436, 0.000000, -0.000979> - 1223: < 0.007500, 0.000000, 0.000000> - 1224: < 0.007500, 0.000000, 0.000000> - 1225: < 0.007436, 0.000000, -0.000979> - 1226: < 0.007768, -0.001250, -0.001023> - 1227: < 0.007835, -0.001250, 0.000000> - 1228: < 0.007835, -0.001250, 0.000000> - 1229: < 0.007768, -0.001250, -0.001023> - 1230: < 0.008675, -0.002165, -0.001142> - 1231: < 0.008750, -0.002165, 0.000000> - 1232: < 0.008750, -0.002165, 0.000000> - 1233: < 0.008675, -0.002165, -0.001142> - 1234: < 0.009914, -0.002500, -0.001305> - 1235: < 0.010000, -0.002500, 0.000000> - 1236: < 0.010000, -0.002500, 0.000000> - 1237: < 0.009914, -0.002500, -0.001305> - 1238: < 0.011154, -0.002165, -0.001468> - 1239: < 0.011250, -0.002165, 0.000000> - 1240: < 0.011250, -0.002165, 0.000000> - 1241: < 0.011154, -0.002165, -0.001468> - 1242: < 0.012061, -0.001250, -0.001588> - 1243: < 0.012165, -0.001250, 0.000000> - 1244: < 0.012165, -0.001250, 0.000000> - 1245: < 0.012061, -0.001250, -0.001588> - 1246: < 0.012393, 0.000000, -0.001632> - 1247: < 0.012500, 0.000000, 0.000000> - 1248: < 0.012393, 0.000000, -0.001632> - 1249: < 0.012074, 0.000000, -0.003235> - 1250: < 0.011751, 0.001250, -0.003149> - 1251: < 0.012061, 0.001250, -0.001588> - 1252: < 0.012061, 0.001250, -0.001588> - 1253: < 0.011751, 0.001250, -0.003149> - 1254: < 0.010867, 0.002165, -0.002912> - 1255: < 0.011154, 0.002165, -0.001468> - 1256: < 0.011154, 0.002165, -0.001468> - 1257: < 0.010867, 0.002165, -0.002912> - 1258: < 0.009659, 0.002500, -0.002588> - 1259: < 0.009914, 0.002500, -0.001305> - 1260: < 0.009914, 0.002500, -0.001305> - 1261: < 0.009659, 0.002500, -0.002588> - 1262: < 0.008452, 0.002165, -0.002265> - 1263: < 0.008675, 0.002165, -0.001142> - 1264: < 0.008675, 0.002165, -0.001142> - 1265: < 0.008452, 0.002165, -0.002265> - 1266: < 0.007568, 0.001250, -0.002028> - 1267: < 0.007768, 0.001250, -0.001023> - 1268: < 0.007768, 0.001250, -0.001023> - 1269: < 0.007568, 0.001250, -0.002028> - 1270: < 0.007244, 0.000000, -0.001941> - 1271: < 0.007436, 0.000000, -0.000979> - 1272: < 0.007436, 0.000000, -0.000979> - 1273: < 0.007244, 0.000000, -0.001941> - 1274: < 0.007568, -0.001250, -0.002028> - 1275: < 0.007768, -0.001250, -0.001023> - 1276: < 0.007768, -0.001250, -0.001023> - 1277: < 0.007568, -0.001250, -0.002028> - 1278: < 0.008452, -0.002165, -0.002265> - 1279: < 0.008675, -0.002165, -0.001142> - 1280: < 0.008675, -0.002165, -0.001142> - 1281: < 0.008452, -0.002165, -0.002265> - 1282: < 0.009659, -0.002500, -0.002588> - 1283: < 0.009914, -0.002500, -0.001305> - 1284: < 0.009914, -0.002500, -0.001305> - 1285: < 0.009659, -0.002500, -0.002588> - 1286: < 0.010867, -0.002165, -0.002912> - 1287: < 0.011154, -0.002165, -0.001468> - 1288: < 0.011154, -0.002165, -0.001468> - 1289: < 0.010867, -0.002165, -0.002912> - 1290: < 0.011751, -0.001250, -0.003149> - 1291: < 0.012061, -0.001250, -0.001588> - 1292: < 0.012061, -0.001250, -0.001588> - 1293: < 0.011751, -0.001250, -0.003149> - 1294: < 0.012074, 0.000000, -0.003235> - 1295: < 0.012393, 0.000000, -0.001632> - 1296: < 0.012074, 0.000000, -0.003235> - 1297: < 0.011548, 0.000000, -0.004784> - 1298: < 0.011239, 0.001250, -0.004655> - 1299: < 0.011751, 0.001250, -0.003149> - 1300: < 0.011751, 0.001250, -0.003149> - 1301: < 0.011239, 0.001250, -0.004655> - 1302: < 0.010394, 0.002165, -0.004305> - 1303: < 0.010867, 0.002165, -0.002912> - 1304: < 0.010867, 0.002165, -0.002912> - 1305: < 0.010394, 0.002165, -0.004305> - 1306: < 0.009239, 0.002500, -0.003827> - 1307: < 0.009659, 0.002500, -0.002588> - 1308: < 0.009659, 0.002500, -0.002588> - 1309: < 0.009239, 0.002500, -0.003827> - 1310: < 0.008084, 0.002165, -0.003348> - 1311: < 0.008452, 0.002165, -0.002265> - 1312: < 0.008452, 0.002165, -0.002265> - 1313: < 0.008084, 0.002165, -0.003348> - 1314: < 0.007239, 0.001250, -0.002998> - 1315: < 0.007568, 0.001250, -0.002028> - 1316: < 0.007568, 0.001250, -0.002028> - 1317: < 0.007239, 0.001250, -0.002998> - 1318: < 0.006929, 0.000000, -0.002870> - 1319: < 0.007244, 0.000000, -0.001941> - 1320: < 0.007244, 0.000000, -0.001941> - 1321: < 0.006929, 0.000000, -0.002870> - 1322: < 0.007239, -0.001250, -0.002998> - 1323: < 0.007568, -0.001250, -0.002028> - 1324: < 0.007568, -0.001250, -0.002028> - 1325: < 0.007239, -0.001250, -0.002998> - 1326: < 0.008084, -0.002165, -0.003348> - 1327: < 0.008452, -0.002165, -0.002265> - 1328: < 0.008452, -0.002165, -0.002265> - 1329: < 0.008084, -0.002165, -0.003348> - 1330: < 0.009239, -0.002500, -0.003827> - 1331: < 0.009659, -0.002500, -0.002588> - 1332: < 0.009659, -0.002500, -0.002588> - 1333: < 0.009239, -0.002500, -0.003827> - 1334: < 0.010394, -0.002165, -0.004305> - 1335: < 0.010867, -0.002165, -0.002912> - 1336: < 0.010867, -0.002165, -0.002912> - 1337: < 0.010394, -0.002165, -0.004305> - 1338: < 0.011239, -0.001250, -0.004655> - 1339: < 0.011751, -0.001250, -0.003149> - 1340: < 0.011751, -0.001250, -0.003149> - 1341: < 0.011239, -0.001250, -0.004655> - 1342: < 0.011548, 0.000000, -0.004784> - 1343: < 0.012074, 0.000000, -0.003235> - 1344: < 0.011548, 0.000000, -0.004784> - 1345: < 0.010825, 0.000000, -0.006250> - 1346: < 0.010535, 0.001250, -0.006083> - 1347: < 0.011239, 0.001250, -0.004655> - 1348: < 0.011239, 0.001250, -0.004655> - 1349: < 0.010535, 0.001250, -0.006083> - 1350: < 0.009743, 0.002165, -0.005625> - 1351: < 0.010394, 0.002165, -0.004305> - 1352: < 0.010394, 0.002165, -0.004305> - 1353: < 0.009743, 0.002165, -0.005625> - 1354: < 0.008660, 0.002500, -0.005000> - 1355: < 0.009239, 0.002500, -0.003827> - 1356: < 0.009239, 0.002500, -0.003827> - 1357: < 0.008660, 0.002500, -0.005000> - 1358: < 0.007578, 0.002165, -0.004375> - 1359: < 0.008084, 0.002165, -0.003348> - 1360: < 0.008084, 0.002165, -0.003348> - 1361: < 0.007578, 0.002165, -0.004375> - 1362: < 0.006785, 0.001250, -0.003917> - 1363: < 0.007239, 0.001250, -0.002998> - 1364: < 0.007239, 0.001250, -0.002998> - 1365: < 0.006785, 0.001250, -0.003917> - 1366: < 0.006495, 0.000000, -0.003750> - 1367: < 0.006929, 0.000000, -0.002870> - 1368: < 0.006929, 0.000000, -0.002870> - 1369: < 0.006495, 0.000000, -0.003750> - 1370: < 0.006785, -0.001250, -0.003917> - 1371: < 0.007239, -0.001250, -0.002998> - 1372: < 0.007239, -0.001250, -0.002998> - 1373: < 0.006785, -0.001250, -0.003917> - 1374: < 0.007578, -0.002165, -0.004375> - 1375: < 0.008084, -0.002165, -0.003348> - 1376: < 0.008084, -0.002165, -0.003348> - 1377: < 0.007578, -0.002165, -0.004375> - 1378: < 0.008660, -0.002500, -0.005000> - 1379: < 0.009239, -0.002500, -0.003827> - 1380: < 0.009239, -0.002500, -0.003827> - 1381: < 0.008660, -0.002500, -0.005000> - 1382: < 0.009743, -0.002165, -0.005625> - 1383: < 0.010394, -0.002165, -0.004305> - 1384: < 0.010394, -0.002165, -0.004305> - 1385: < 0.009743, -0.002165, -0.005625> - 1386: < 0.010535, -0.001250, -0.006083> - 1387: < 0.011239, -0.001250, -0.004655> - 1388: < 0.011239, -0.001250, -0.004655> - 1389: < 0.010535, -0.001250, -0.006083> - 1390: < 0.010825, 0.000000, -0.006250> - 1391: < 0.011548, 0.000000, -0.004784> - 1392: < 0.010825, 0.000000, -0.006250> - 1393: < 0.009917, 0.000000, -0.007610> - 1394: < 0.009651, 0.001250, -0.007406> - 1395: < 0.010535, 0.001250, -0.006083> - 1396: < 0.010535, 0.001250, -0.006083> - 1397: < 0.009651, 0.001250, -0.007406> - 1398: < 0.008925, 0.002165, -0.006849> - 1399: < 0.009743, 0.002165, -0.005625> - 1400: < 0.008660, 0.002500, -0.005000> - 1401: < 0.007934, 0.002500, -0.006088> - 1402: < 0.006942, 0.002165, -0.005327> - 1403: < 0.007578, 0.002165, -0.004375> - 1404: < 0.007578, 0.002165, -0.004375> - 1405: < 0.006942, 0.002165, -0.005327> - 1406: < 0.006216, 0.001250, -0.004770> - 1407: < 0.006785, 0.001250, -0.003917> - 1408: < 0.006785, 0.001250, -0.003917> - 1409: < 0.006216, 0.001250, -0.004770> - 1410: < 0.005950, 0.000000, -0.004566> - 1411: < 0.006495, 0.000000, -0.003750> - 1412: < 0.006495, 0.000000, -0.003750> - 1413: < 0.005950, 0.000000, -0.004566> - 1414: < 0.006216, -0.001250, -0.004770> - 1415: < 0.006785, -0.001250, -0.003917> - 1416: < 0.006785, -0.001250, -0.003917> - 1417: < 0.006216, -0.001250, -0.004770> - 1418: < 0.006942, -0.002165, -0.005327> - 1419: < 0.007578, -0.002165, -0.004375> - 1420: < 0.007578, -0.002165, -0.004375> - 1421: < 0.006942, -0.002165, -0.005327> - 1422: < 0.007934, -0.002500, -0.006088> - 1423: < 0.008660, -0.002500, -0.005000> - 1424: < 0.008660, -0.002500, -0.005000> - 1425: < 0.007934, -0.002500, -0.006088> - 1426: < 0.008925, -0.002165, -0.006849> - 1427: < 0.009743, -0.002165, -0.005625> - 1428: < 0.009743, -0.002165, -0.005625> - 1429: < 0.008925, -0.002165, -0.006849> - 1430: < 0.009651, -0.001250, -0.007406> - 1431: < 0.010535, -0.001250, -0.006083> - 1432: < 0.010535, -0.001250, -0.006083> - 1433: < 0.009651, -0.001250, -0.007406> - 1434: < 0.009917, 0.000000, -0.007610> - 1435: < 0.010825, 0.000000, -0.006250> - 1436: < 0.009917, 0.000000, -0.007610> - 1437: < 0.008839, 0.000000, -0.008839> - 1438: < 0.008602, 0.001250, -0.008602> - 1439: < 0.009651, 0.001250, -0.007406> - 1440: < 0.007934, 0.002500, -0.006088> - 1441: < 0.007071, 0.002500, -0.007071> - 1442: < 0.006187, 0.002165, -0.006187> - 1443: < 0.006942, 0.002165, -0.005327> - 1444: < 0.006942, 0.002165, -0.005327> - 1445: < 0.006187, 0.002165, -0.006187> - 1446: < 0.005540, 0.001250, -0.005540> - 1447: < 0.006216, 0.001250, -0.004770> - 1448: < 0.006216, 0.001250, -0.004770> - 1449: < 0.005540, 0.001250, -0.005540> - 1450: < 0.005303, 0.000000, -0.005303> - 1451: < 0.005950, 0.000000, -0.004566> - 1452: < 0.005950, 0.000000, -0.004566> - 1453: < 0.005303, 0.000000, -0.005303> - 1454: < 0.005540, -0.001250, -0.005540> - 1455: < 0.006216, -0.001250, -0.004770> - 1456: < 0.006216, -0.001250, -0.004770> - 1457: < 0.005540, -0.001250, -0.005540> - 1458: < 0.006187, -0.002165, -0.006187> - 1459: < 0.006942, -0.002165, -0.005327> - 1460: < 0.006942, -0.002165, -0.005327> - 1461: < 0.006187, -0.002165, -0.006187> - 1462: < 0.007071, -0.002500, -0.007071> - 1463: < 0.007934, -0.002500, -0.006088> - 1464: < 0.007934, -0.002500, -0.006088> - 1465: < 0.007071, -0.002500, -0.007071> - 1466: < 0.007955, -0.002165, -0.007955> - 1467: < 0.008925, -0.002165, -0.006849> - 1468: < 0.008925, -0.002165, -0.006849> - 1469: < 0.007955, -0.002165, -0.007955> - 1470: < 0.008602, -0.001250, -0.008602> - 1471: < 0.009651, -0.001250, -0.007406> - 1472: < 0.009651, -0.001250, -0.007406> - 1473: < 0.008602, -0.001250, -0.008602> - 1474: < 0.008839, 0.000000, -0.008839> - 1475: < 0.009917, 0.000000, -0.007610> - 1476: < 0.008839, 0.000000, -0.008839> - 1477: < 0.007610, 0.000000, -0.009917> - 1478: < 0.007406, 0.001250, -0.009651> - 1479: < 0.008602, 0.001250, -0.008602> - 1480: < 0.006187, 0.002165, -0.006187> - 1481: < 0.005327, 0.002165, -0.006942> - 1482: < 0.004770, 0.001250, -0.006216> - 1483: < 0.005540, 0.001250, -0.005540> - 1484: < 0.005540, 0.001250, -0.005540> - 1485: < 0.004770, 0.001250, -0.006216> - 1486: < 0.004566, 0.000000, -0.005950> - 1487: < 0.005303, 0.000000, -0.005303> - 1488: < 0.005303, 0.000000, -0.005303> - 1489: < 0.004566, 0.000000, -0.005950> - 1490: < 0.004770, -0.001250, -0.006216> - 1491: < 0.005540, -0.001250, -0.005540> - 1492: < 0.005540, -0.001250, -0.005540> - 1493: < 0.004770, -0.001250, -0.006216> - 1494: < 0.005327, -0.002165, -0.006942> - 1495: < 0.006187, -0.002165, -0.006187> - 1496: < 0.006187, -0.002165, -0.006187> - 1497: < 0.005327, -0.002165, -0.006942> - 1498: < 0.006088, -0.002500, -0.007934> - 1499: < 0.007071, -0.002500, -0.007071> - 1500: < 0.007071, -0.002500, -0.007071> - 1501: < 0.006088, -0.002500, -0.007934> - 1502: < 0.006849, -0.002165, -0.008925> - 1503: < 0.007955, -0.002165, -0.007955> - 1504: < 0.007955, -0.002165, -0.007955> - 1505: < 0.006849, -0.002165, -0.008925> - 1506: < 0.007406, -0.001250, -0.009651> - 1507: < 0.008602, -0.001250, -0.008602> - 1508: < 0.008602, -0.001250, -0.008602> - 1509: < 0.007406, -0.001250, -0.009651> - 1510: < 0.007610, 0.000000, -0.009917> - 1511: < 0.008839, 0.000000, -0.008839> - 1512: < 0.005327, 0.002165, -0.006942> - 1513: < 0.004375, 0.002165, -0.007578> - 1514: < 0.003917, 0.001250, -0.006785> - 1515: < 0.004770, 0.001250, -0.006216> - 1516: < 0.004770, 0.001250, -0.006216> - 1517: < 0.003917, 0.001250, -0.006785> - 1518: < 0.003750, 0.000000, -0.006495> - 1519: < 0.004566, 0.000000, -0.005950> - 1520: < 0.004566, 0.000000, -0.005950> - 1521: < 0.003750, 0.000000, -0.006495> - 1522: < 0.003917, -0.001250, -0.006785> - 1523: < 0.004770, -0.001250, -0.006216> - 1524: < 0.004770, -0.001250, -0.006216> - 1525: < 0.003917, -0.001250, -0.006785> - 1526: < 0.004375, -0.002165, -0.007578> - 1527: < 0.005327, -0.002165, -0.006942> - 1528: < 0.005327, -0.002165, -0.006942> - 1529: < 0.004375, -0.002165, -0.007578> - 1530: < 0.005000, -0.002500, -0.008660> - 1531: < 0.006088, -0.002500, -0.007934> - 1532: < 0.006088, -0.002500, -0.007934> - 1533: < 0.005000, -0.002500, -0.008660> - 1534: < 0.005625, -0.002165, -0.009743> - 1535: < 0.006849, -0.002165, -0.008925> - 1536: < 0.006849, -0.002165, -0.008925> - 1537: < 0.005625, -0.002165, -0.009743> - 1538: < 0.006083, -0.001250, -0.010535> - 1539: < 0.007406, -0.001250, -0.009651> - 1540: < 0.007406, -0.001250, -0.009651> - 1541: < 0.006083, -0.001250, -0.010535> - 1542: < 0.006250, 0.000000, -0.010825> - 1543: < 0.007610, 0.000000, -0.009917> - 1544: < 0.004375, 0.002165, -0.007578> - 1545: < 0.003348, 0.002165, -0.008084> - 1546: < 0.002998, 0.001250, -0.007239> - 1547: < 0.003917, 0.001250, -0.006785> - 1548: < 0.003917, 0.001250, -0.006785> - 1549: < 0.002998, 0.001250, -0.007239> - 1550: < 0.002870, 0.000000, -0.006929> - 1551: < 0.003750, 0.000000, -0.006495> - 1552: < 0.003750, 0.000000, -0.006495> - 1553: < 0.002870, 0.000000, -0.006929> - 1554: < 0.002998, -0.001250, -0.007239> - 1555: < 0.003917, -0.001250, -0.006785> - 1556: < 0.003917, -0.001250, -0.006785> - 1557: < 0.002998, -0.001250, -0.007239> - 1558: < 0.003348, -0.002165, -0.008084> - 1559: < 0.004375, -0.002165, -0.007578> - 1560: < 0.004375, -0.002165, -0.007578> - 1561: < 0.003348, -0.002165, -0.008084> - 1562: < 0.003827, -0.002500, -0.009239> - 1563: < 0.005000, -0.002500, -0.008660> - 1564: < 0.005000, -0.002500, -0.008660> - 1565: < 0.003827, -0.002500, -0.009239> - 1566: < 0.004305, -0.002165, -0.010394> - 1567: < 0.005625, -0.002165, -0.009743> - 1568: < 0.005625, -0.002165, -0.009743> - 1569: < 0.004305, -0.002165, -0.010394> - 1570: < 0.004655, -0.001250, -0.011239> - 1571: < 0.006083, -0.001250, -0.010535> - 1572: < 0.003348, 0.002165, -0.008084> - 1573: < 0.002265, 0.002165, -0.008452> - 1574: < 0.002028, 0.001250, -0.007568> - 1575: < 0.002998, 0.001250, -0.007239> - 1576: < 0.002998, 0.001250, -0.007239> - 1577: < 0.002028, 0.001250, -0.007568> - 1578: < 0.001941, 0.000000, -0.007244> - 1579: < 0.002870, 0.000000, -0.006929> - 1580: < 0.002870, 0.000000, -0.006929> - 1581: < 0.001941, 0.000000, -0.007244> - 1582: < 0.002028, -0.001250, -0.007568> - 1583: < 0.002998, -0.001250, -0.007239> - 1584: < 0.002998, -0.001250, -0.007239> - 1585: < 0.002028, -0.001250, -0.007568> - 1586: < 0.002265, -0.002165, -0.008452> - 1587: < 0.003348, -0.002165, -0.008084> - 1588: < 0.003348, -0.002165, -0.008084> - 1589: < 0.002265, -0.002165, -0.008452> - 1590: < 0.002588, -0.002500, -0.009659> - 1591: < 0.003827, -0.002500, -0.009239> - 1592: < 0.003827, -0.002500, -0.009239> - 1593: < 0.002588, -0.002500, -0.009659> - 1594: < 0.002912, -0.002165, -0.010867> - 1595: < 0.004305, -0.002165, -0.010394> - 1596: < 0.004305, -0.002165, -0.010394> - 1597: < 0.002912, -0.002165, -0.010867> - 1598: < 0.003149, -0.001250, -0.011751> - 1599: < 0.004655, -0.001250, -0.011239> - 1600: < 0.002265, 0.002165, -0.008452> - 1601: < 0.001142, 0.002165, -0.008675> - 1602: < 0.001023, 0.001250, -0.007768> - 1603: < 0.002028, 0.001250, -0.007568> - 1604: < 0.002028, 0.001250, -0.007568> - 1605: < 0.001023, 0.001250, -0.007768> - 1606: < 0.000979, 0.000000, -0.007436> - 1607: < 0.001941, 0.000000, -0.007244> - 1608: < 0.001941, 0.000000, -0.007244> - 1609: < 0.000979, 0.000000, -0.007436> - 1610: < 0.001023, -0.001250, -0.007768> - 1611: < 0.002028, -0.001250, -0.007568> - 1612: < 0.002028, -0.001250, -0.007568> - 1613: < 0.001023, -0.001250, -0.007768> - 1614: < 0.001142, -0.002165, -0.008675> - 1615: < 0.002265, -0.002165, -0.008452> - 1616: < 0.002265, -0.002165, -0.008452> - 1617: < 0.001142, -0.002165, -0.008675> - 1618: < 0.001305, -0.002500, -0.009914> - 1619: < 0.002588, -0.002500, -0.009659> - 1620: < 0.002588, -0.002500, -0.009659> - 1621: < 0.001305, -0.002500, -0.009914> - 1622: < 0.001468, -0.002165, -0.011154> - 1623: < 0.002912, -0.002165, -0.010867> - 1624: < 0.001142, 0.002165, -0.008675> - 1625: <-0.000000, 0.002165, -0.008750> - 1626: <-0.000000, 0.001250, -0.007835> - 1627: < 0.001023, 0.001250, -0.007768> - 1628: < 0.001023, 0.001250, -0.007768> - 1629: <-0.000000, 0.001250, -0.007835> - 1630: <-0.000000, 0.000000, -0.007500> - 1631: < 0.000979, 0.000000, -0.007436> - 1632: < 0.000979, 0.000000, -0.007436> - 1633: <-0.000000, 0.000000, -0.007500> - 1634: <-0.000000, -0.001250, -0.007835> - 1635: < 0.001023, -0.001250, -0.007768> - 1636: < 0.001023, -0.001250, -0.007768> - 1637: <-0.000000, -0.001250, -0.007835> - 1638: <-0.000000, -0.002165, -0.008750> - 1639: < 0.001142, -0.002165, -0.008675> - 1640: < 0.001142, -0.002165, -0.008675> - 1641: <-0.000000, -0.002165, -0.008750> - 1642: <-0.000000, -0.002500, -0.010000> - 1643: < 0.001305, -0.002500, -0.009914> - 1644: < 0.001305, -0.002500, -0.009914> - 1645: <-0.000000, -0.002500, -0.010000> - 1646: <-0.000000, -0.002165, -0.011250> - 1647: < 0.001468, -0.002165, -0.011154> - 1648: <-0.000000, 0.002165, -0.008750> - 1649: <-0.001142, 0.002165, -0.008675> - 1650: <-0.001023, 0.001250, -0.007768> - 1651: <-0.000000, 0.001250, -0.007835> - 1652: <-0.000000, 0.001250, -0.007835> - 1653: <-0.001023, 0.001250, -0.007768> - 1654: <-0.000979, 0.000000, -0.007436> - 1655: <-0.000000, 0.000000, -0.007500> - 1656: <-0.000000, 0.000000, -0.007500> - 1657: <-0.000979, 0.000000, -0.007436> - 1658: <-0.001023, -0.001250, -0.007768> - 1659: <-0.000000, -0.001250, -0.007835> - 1660: <-0.000000, -0.001250, -0.007835> - 1661: <-0.001023, -0.001250, -0.007768> - 1662: <-0.001142, -0.002165, -0.008675> - 1663: <-0.000000, -0.002165, -0.008750> - 1664: <-0.000000, -0.002165, -0.008750> - 1665: <-0.001142, -0.002165, -0.008675> - 1666: <-0.001305, -0.002500, -0.009914> - 1667: <-0.000000, -0.002500, -0.010000> - 1668: <-0.000000, -0.002500, -0.010000> - 1669: <-0.001305, -0.002500, -0.009914> - 1670: <-0.001468, -0.002165, -0.011154> - 1671: <-0.000000, -0.002165, -0.011250> - 1672: <-0.001305, 0.002500, -0.009914> - 1673: <-0.002588, 0.002500, -0.009659> - 1674: <-0.002265, 0.002165, -0.008452> - 1675: <-0.001142, 0.002165, -0.008675> - 1676: <-0.001142, 0.002165, -0.008675> - 1677: <-0.002265, 0.002165, -0.008452> - 1678: <-0.002028, 0.001250, -0.007568> - 1679: <-0.001023, 0.001250, -0.007768> - 1680: <-0.001023, 0.001250, -0.007768> - 1681: <-0.002028, 0.001250, -0.007568> - 1682: <-0.001941, 0.000000, -0.007244> - 1683: <-0.000979, 0.000000, -0.007436> - 1684: <-0.000979, 0.000000, -0.007436> - 1685: <-0.001941, 0.000000, -0.007244> - 1686: <-0.002028, -0.001250, -0.007568> - 1687: <-0.001023, -0.001250, -0.007768> - 1688: <-0.001023, -0.001250, -0.007768> - 1689: <-0.002028, -0.001250, -0.007568> - 1690: <-0.002265, -0.002165, -0.008452> - 1691: <-0.001142, -0.002165, -0.008675> - 1692: <-0.001142, -0.002165, -0.008675> - 1693: <-0.002265, -0.002165, -0.008452> - 1694: <-0.002588, -0.002500, -0.009659> - 1695: <-0.001305, -0.002500, -0.009914> - 1696: <-0.001305, -0.002500, -0.009914> - 1697: <-0.002588, -0.002500, -0.009659> - 1698: <-0.002912, -0.002165, -0.010867> - 1699: <-0.001468, -0.002165, -0.011154> - 1700: <-0.002588, 0.002500, -0.009659> - 1701: <-0.003827, 0.002500, -0.009239> - 1702: <-0.003348, 0.002165, -0.008084> - 1703: <-0.002265, 0.002165, -0.008452> - 1704: <-0.002265, 0.002165, -0.008452> - 1705: <-0.003348, 0.002165, -0.008084> - 1706: <-0.002998, 0.001250, -0.007239> - 1707: <-0.002028, 0.001250, -0.007568> - 1708: <-0.002028, 0.001250, -0.007568> - 1709: <-0.002998, 0.001250, -0.007239> - 1710: <-0.002870, 0.000000, -0.006929> - 1711: <-0.001941, 0.000000, -0.007244> - 1712: <-0.001941, 0.000000, -0.007244> - 1713: <-0.002870, 0.000000, -0.006929> - 1714: <-0.002998, -0.001250, -0.007239> - 1715: <-0.002028, -0.001250, -0.007568> - 1716: <-0.002028, -0.001250, -0.007568> - 1717: <-0.002998, -0.001250, -0.007239> - 1718: <-0.003348, -0.002165, -0.008084> - 1719: <-0.002265, -0.002165, -0.008452> - 1720: <-0.002265, -0.002165, -0.008452> - 1721: <-0.003348, -0.002165, -0.008084> - 1722: <-0.003827, -0.002500, -0.009239> - 1723: <-0.002588, -0.002500, -0.009659> - 1724: <-0.002588, -0.002500, -0.009659> - 1725: <-0.003827, -0.002500, -0.009239> - 1726: <-0.004305, -0.002165, -0.010394> - 1727: <-0.002912, -0.002165, -0.010867> - 1728: <-0.004305, 0.002165, -0.010394> - 1729: <-0.005625, 0.002165, -0.009743> - 1730: <-0.005000, 0.002500, -0.008660> - 1731: <-0.003827, 0.002500, -0.009239> - 1732: <-0.003827, 0.002500, -0.009239> - 1733: <-0.005000, 0.002500, -0.008660> - 1734: <-0.004375, 0.002165, -0.007578> - 1735: <-0.003348, 0.002165, -0.008084> - 1736: <-0.003348, 0.002165, -0.008084> - 1737: <-0.004375, 0.002165, -0.007578> - 1738: <-0.003917, 0.001250, -0.006785> - 1739: <-0.002998, 0.001250, -0.007239> - 1740: <-0.002998, 0.001250, -0.007239> - 1741: <-0.003917, 0.001250, -0.006785> - 1742: <-0.003750, 0.000000, -0.006495> - 1743: <-0.002870, 0.000000, -0.006929> - 1744: <-0.002870, 0.000000, -0.006929> - 1745: <-0.003750, 0.000000, -0.006495> - 1746: <-0.003917, -0.001250, -0.006785> - 1747: <-0.002998, -0.001250, -0.007239> - 1748: <-0.002998, -0.001250, -0.007239> - 1749: <-0.003917, -0.001250, -0.006785> - 1750: <-0.004375, -0.002165, -0.007578> - 1751: <-0.003348, -0.002165, -0.008084> - 1752: <-0.003348, -0.002165, -0.008084> - 1753: <-0.004375, -0.002165, -0.007578> - 1754: <-0.005000, -0.002500, -0.008660> - 1755: <-0.003827, -0.002500, -0.009239> - 1756: <-0.003827, -0.002500, -0.009239> - 1757: <-0.005000, -0.002500, -0.008660> - 1758: <-0.005625, -0.002165, -0.009743> - 1759: <-0.004305, -0.002165, -0.010394> - 1760: <-0.006083, 0.001250, -0.010535> - 1761: <-0.007406, 0.001250, -0.009651> - 1762: <-0.006849, 0.002165, -0.008925> - 1763: <-0.005625, 0.002165, -0.009743> - 1764: <-0.005625, 0.002165, -0.009743> - 1765: <-0.006849, 0.002165, -0.008925> - 1766: <-0.006088, 0.002500, -0.007934> - 1767: <-0.005000, 0.002500, -0.008660> - 1768: <-0.005000, 0.002500, -0.008660> - 1769: <-0.006088, 0.002500, -0.007934> - 1770: <-0.005327, 0.002165, -0.006942> - 1771: <-0.004375, 0.002165, -0.007578> - 1772: <-0.004375, 0.002165, -0.007578> - 1773: <-0.005327, 0.002165, -0.006942> - 1774: <-0.004770, 0.001250, -0.006216> - 1775: <-0.003917, 0.001250, -0.006785> - 1776: <-0.003917, 0.001250, -0.006785> - 1777: <-0.004770, 0.001250, -0.006216> - 1778: <-0.004566, 0.000000, -0.005950> - 1779: <-0.003750, 0.000000, -0.006495> - 1780: <-0.003750, 0.000000, -0.006495> - 1781: <-0.004566, 0.000000, -0.005950> - 1782: <-0.004770, -0.001250, -0.006216> - 1783: <-0.003917, -0.001250, -0.006785> - 1784: <-0.003917, -0.001250, -0.006785> - 1785: <-0.004770, -0.001250, -0.006216> - 1786: <-0.005327, -0.002165, -0.006942> - 1787: <-0.004375, -0.002165, -0.007578> - 1788: <-0.004375, -0.002165, -0.007578> - 1789: <-0.005327, -0.002165, -0.006942> - 1790: <-0.006088, -0.002500, -0.007934> - 1791: <-0.005000, -0.002500, -0.008660> - 1792: <-0.005000, -0.002500, -0.008660> - 1793: <-0.006088, -0.002500, -0.007934> - 1794: <-0.006849, -0.002165, -0.008925> - 1795: <-0.005625, -0.002165, -0.009743> - 1796: <-0.007610, 0.000000, -0.009917> - 1797: <-0.008839, 0.000000, -0.008839> - 1798: <-0.008602, 0.001250, -0.008602> - 1799: <-0.007406, 0.001250, -0.009651> - 1800: <-0.007406, 0.001250, -0.009651> - 1801: <-0.008602, 0.001250, -0.008602> - 1802: <-0.007955, 0.002165, -0.007955> - 1803: <-0.006849, 0.002165, -0.008925> - 1804: <-0.006849, 0.002165, -0.008925> - 1805: <-0.007955, 0.002165, -0.007955> - 1806: <-0.007071, 0.002500, -0.007071> - 1807: <-0.006088, 0.002500, -0.007934> - 1808: <-0.006088, 0.002500, -0.007934> - 1809: <-0.007071, 0.002500, -0.007071> - 1810: <-0.006187, 0.002165, -0.006187> - 1811: <-0.005327, 0.002165, -0.006942> - 1812: <-0.005327, 0.002165, -0.006942> - 1813: <-0.006187, 0.002165, -0.006187> - 1814: <-0.005540, 0.001250, -0.005540> - 1815: <-0.004770, 0.001250, -0.006216> - 1816: <-0.004770, 0.001250, -0.006216> - 1817: <-0.005540, 0.001250, -0.005540> - 1818: <-0.005303, 0.000000, -0.005303> - 1819: <-0.004566, 0.000000, -0.005950> - 1820: <-0.004566, 0.000000, -0.005950> - 1821: <-0.005303, 0.000000, -0.005303> - 1822: <-0.005540, -0.001250, -0.005540> - 1823: <-0.004770, -0.001250, -0.006216> - 1824: <-0.004770, -0.001250, -0.006216> - 1825: <-0.005540, -0.001250, -0.005540> - 1826: <-0.006187, -0.002165, -0.006187> - 1827: <-0.005327, -0.002165, -0.006942> - 1828: <-0.005327, -0.002165, -0.006942> - 1829: <-0.006187, -0.002165, -0.006187> - 1830: <-0.007071, -0.002500, -0.007071> - 1831: <-0.006088, -0.002500, -0.007934> - 1832: <-0.006088, -0.002500, -0.007934> - 1833: <-0.007071, -0.002500, -0.007071> - 1834: <-0.007955, -0.002165, -0.007955> - 1835: <-0.006849, -0.002165, -0.008925> - 1836: <-0.008839, 0.000000, -0.008839> - 1837: <-0.009917, 0.000000, -0.007610> - 1838: <-0.009651, 0.001250, -0.007406> - 1839: <-0.008602, 0.001250, -0.008602> - 1840: <-0.008602, 0.001250, -0.008602> - 1841: <-0.009651, 0.001250, -0.007406> - 1842: <-0.008925, 0.002165, -0.006849> - 1843: <-0.007955, 0.002165, -0.007955> - 1844: <-0.007955, 0.002165, -0.007955> - 1845: <-0.008925, 0.002165, -0.006849> - 1846: <-0.007934, 0.002500, -0.006088> - 1847: <-0.007071, 0.002500, -0.007071> - 1848: <-0.007071, 0.002500, -0.007071> - 1849: <-0.007934, 0.002500, -0.006088> - 1850: <-0.006942, 0.002165, -0.005327> - 1851: <-0.006187, 0.002165, -0.006187> - 1852: <-0.006187, 0.002165, -0.006187> - 1853: <-0.006942, 0.002165, -0.005327> - 1854: <-0.006216, 0.001250, -0.004770> - 1855: <-0.005540, 0.001250, -0.005540> - 1856: <-0.005540, 0.001250, -0.005540> - 1857: <-0.006216, 0.001250, -0.004770> - 1858: <-0.005950, 0.000000, -0.004566> - 1859: <-0.005303, 0.000000, -0.005303> - 1860: <-0.005303, 0.000000, -0.005303> - 1861: <-0.005950, 0.000000, -0.004566> - 1862: <-0.006216, -0.001250, -0.004770> - 1863: <-0.005540, -0.001250, -0.005540> - 1864: <-0.005540, -0.001250, -0.005540> - 1865: <-0.006216, -0.001250, -0.004770> - 1866: <-0.006942, -0.002165, -0.005327> - 1867: <-0.006187, -0.002165, -0.006187> - 1868: <-0.006187, -0.002165, -0.006187> - 1869: <-0.006942, -0.002165, -0.005327> - 1870: <-0.007934, -0.002500, -0.006088> - 1871: <-0.007071, -0.002500, -0.007071> - 1872: <-0.007071, -0.002500, -0.007071> - 1873: <-0.007934, -0.002500, -0.006088> - 1874: <-0.008925, -0.002165, -0.006849> - 1875: <-0.007955, -0.002165, -0.007955> - 1876: <-0.007955, -0.002165, -0.007955> - 1877: <-0.008925, -0.002165, -0.006849> - 1878: <-0.009651, -0.001250, -0.007406> - 1879: <-0.008602, -0.001250, -0.008602> - 1880: <-0.008602, -0.001250, -0.008602> - 1881: <-0.009651, -0.001250, -0.007406> - 1882: <-0.009917, 0.000000, -0.007610> - 1883: <-0.008839, 0.000000, -0.008839> - 1884: <-0.009917, 0.000000, -0.007610> - 1885: <-0.010825, 0.000000, -0.006250> - 1886: <-0.010535, 0.001250, -0.006083> - 1887: <-0.009651, 0.001250, -0.007406> - 1888: <-0.009651, 0.001250, -0.007406> - 1889: <-0.010535, 0.001250, -0.006083> - 1890: <-0.009743, 0.002165, -0.005625> - 1891: <-0.008925, 0.002165, -0.006849> - 1892: <-0.008925, 0.002165, -0.006849> - 1893: <-0.009743, 0.002165, -0.005625> - 1894: <-0.008660, 0.002500, -0.005000> - 1895: <-0.007934, 0.002500, -0.006088> - 1896: <-0.007934, 0.002500, -0.006088> - 1897: <-0.008660, 0.002500, -0.005000> - 1898: <-0.007578, 0.002165, -0.004375> - 1899: <-0.006942, 0.002165, -0.005327> - 1900: <-0.006942, 0.002165, -0.005327> - 1901: <-0.007578, 0.002165, -0.004375> - 1902: <-0.006785, 0.001250, -0.003917> - 1903: <-0.006216, 0.001250, -0.004770> - 1904: <-0.006216, 0.001250, -0.004770> - 1905: <-0.006785, 0.001250, -0.003917> - 1906: <-0.006495, 0.000000, -0.003750> - 1907: <-0.005950, 0.000000, -0.004566> - 1908: <-0.005950, 0.000000, -0.004566> - 1909: <-0.006495, 0.000000, -0.003750> - 1910: <-0.006785, -0.001250, -0.003917> - 1911: <-0.006216, -0.001250, -0.004770> - 1912: <-0.006216, -0.001250, -0.004770> - 1913: <-0.006785, -0.001250, -0.003917> - 1914: <-0.007578, -0.002165, -0.004375> - 1915: <-0.006942, -0.002165, -0.005327> - 1916: <-0.006942, -0.002165, -0.005327> - 1917: <-0.007578, -0.002165, -0.004375> - 1918: <-0.008660, -0.002500, -0.005000> - 1919: <-0.007934, -0.002500, -0.006088> - 1920: <-0.007934, -0.002500, -0.006088> - 1921: <-0.008660, -0.002500, -0.005000> - 1922: <-0.009743, -0.002165, -0.005625> - 1923: <-0.008925, -0.002165, -0.006849> - 1924: <-0.008925, -0.002165, -0.006849> - 1925: <-0.009743, -0.002165, -0.005625> - 1926: <-0.010535, -0.001250, -0.006083> - 1927: <-0.009651, -0.001250, -0.007406> - 1928: <-0.009651, -0.001250, -0.007406> - 1929: <-0.010535, -0.001250, -0.006083> - 1930: <-0.010825, 0.000000, -0.006250> - 1931: <-0.009917, 0.000000, -0.007610> - 1932: <-0.010825, 0.000000, -0.006250> - 1933: <-0.011548, 0.000000, -0.004784> - 1934: <-0.011239, 0.001250, -0.004655> - 1935: <-0.010535, 0.001250, -0.006083> - 1936: <-0.010535, 0.001250, -0.006083> - 1937: <-0.011239, 0.001250, -0.004655> - 1938: <-0.010394, 0.002165, -0.004305> - 1939: <-0.009743, 0.002165, -0.005625> - 1940: <-0.009743, 0.002165, -0.005625> - 1941: <-0.010394, 0.002165, -0.004305> - 1942: <-0.009239, 0.002500, -0.003827> - 1943: <-0.008660, 0.002500, -0.005000> - 1944: <-0.008660, 0.002500, -0.005000> - 1945: <-0.009239, 0.002500, -0.003827> - 1946: <-0.008084, 0.002165, -0.003348> - 1947: <-0.007578, 0.002165, -0.004375> - 1948: <-0.007578, 0.002165, -0.004375> - 1949: <-0.008084, 0.002165, -0.003348> - 1950: <-0.007239, 0.001250, -0.002998> - 1951: <-0.006785, 0.001250, -0.003917> - 1952: <-0.006785, 0.001250, -0.003917> - 1953: <-0.007239, 0.001250, -0.002998> - 1954: <-0.006929, 0.000000, -0.002870> - 1955: <-0.006495, 0.000000, -0.003750> - 1956: <-0.006495, 0.000000, -0.003750> - 1957: <-0.006929, 0.000000, -0.002870> - 1958: <-0.007239, -0.001250, -0.002998> - 1959: <-0.006785, -0.001250, -0.003917> - 1960: <-0.006785, -0.001250, -0.003917> - 1961: <-0.007239, -0.001250, -0.002998> - 1962: <-0.008084, -0.002165, -0.003348> - 1963: <-0.007578, -0.002165, -0.004375> - 1964: <-0.007578, -0.002165, -0.004375> - 1965: <-0.008084, -0.002165, -0.003348> - 1966: <-0.009239, -0.002500, -0.003827> - 1967: <-0.008660, -0.002500, -0.005000> - 1968: <-0.008660, -0.002500, -0.005000> - 1969: <-0.009239, -0.002500, -0.003827> - 1970: <-0.010394, -0.002165, -0.004305> - 1971: <-0.009743, -0.002165, -0.005625> - 1972: <-0.009743, -0.002165, -0.005625> - 1973: <-0.010394, -0.002165, -0.004305> - 1974: <-0.011239, -0.001250, -0.004655> - 1975: <-0.010535, -0.001250, -0.006083> - 1976: <-0.010535, -0.001250, -0.006083> - 1977: <-0.011239, -0.001250, -0.004655> - 1978: <-0.011548, 0.000000, -0.004784> - 1979: <-0.010825, 0.000000, -0.006250> - 1980: <-0.011548, 0.000000, -0.004784> - 1981: <-0.012074, 0.000000, -0.003235> - 1982: <-0.011751, 0.001250, -0.003149> - 1983: <-0.011239, 0.001250, -0.004655> - 1984: <-0.011239, 0.001250, -0.004655> - 1985: <-0.011751, 0.001250, -0.003149> - 1986: <-0.010867, 0.002165, -0.002912> - 1987: <-0.010394, 0.002165, -0.004305> - 1988: <-0.010394, 0.002165, -0.004305> - 1989: <-0.010867, 0.002165, -0.002912> - 1990: <-0.009659, 0.002500, -0.002588> - 1991: <-0.009239, 0.002500, -0.003827> - 1992: <-0.009239, 0.002500, -0.003827> - 1993: <-0.009659, 0.002500, -0.002588> - 1994: <-0.008452, 0.002165, -0.002265> - 1995: <-0.008084, 0.002165, -0.003348> - 1996: <-0.008084, 0.002165, -0.003348> - 1997: <-0.008452, 0.002165, -0.002265> - 1998: <-0.007568, 0.001250, -0.002028> - 1999: <-0.007239, 0.001250, -0.002998> - 2000: <-0.007239, 0.001250, -0.002998> - 2001: <-0.007568, 0.001250, -0.002028> - 2002: <-0.007244, 0.000000, -0.001941> - 2003: <-0.006929, 0.000000, -0.002870> - 2004: <-0.006929, 0.000000, -0.002870> - 2005: <-0.007244, 0.000000, -0.001941> - 2006: <-0.007568, -0.001250, -0.002028> - 2007: <-0.007239, -0.001250, -0.002998> - 2008: <-0.007239, -0.001250, -0.002998> - 2009: <-0.007568, -0.001250, -0.002028> - 2010: <-0.008452, -0.002165, -0.002265> - 2011: <-0.008084, -0.002165, -0.003348> - 2012: <-0.008084, -0.002165, -0.003348> - 2013: <-0.008452, -0.002165, -0.002265> - 2014: <-0.009659, -0.002500, -0.002588> - 2015: <-0.009239, -0.002500, -0.003827> - 2016: <-0.009239, -0.002500, -0.003827> - 2017: <-0.009659, -0.002500, -0.002588> - 2018: <-0.010867, -0.002165, -0.002912> - 2019: <-0.010394, -0.002165, -0.004305> - 2020: <-0.010394, -0.002165, -0.004305> - 2021: <-0.010867, -0.002165, -0.002912> - 2022: <-0.011751, -0.001250, -0.003149> - 2023: <-0.011239, -0.001250, -0.004655> - 2024: <-0.011239, -0.001250, -0.004655> - 2025: <-0.011751, -0.001250, -0.003149> - 2026: <-0.012074, 0.000000, -0.003235> - 2027: <-0.011548, 0.000000, -0.004784> - 2028: <-0.008452, 0.002165, -0.002265> - 2029: <-0.008675, 0.002165, -0.001142> - 2030: <-0.007768, 0.001250, -0.001023> - 2031: <-0.007568, 0.001250, -0.002028> - 2032: <-0.007568, 0.001250, -0.002028> - 2033: <-0.007768, 0.001250, -0.001023> - 2034: <-0.007436, 0.000000, -0.000979> - 2035: <-0.007244, 0.000000, -0.001941> - 2036: <-0.007244, 0.000000, -0.001941> - 2037: <-0.007436, 0.000000, -0.000979> - 2038: <-0.007768, -0.001250, -0.001023> - 2039: <-0.007568, -0.001250, -0.002028> - 2040: <-0.007568, -0.001250, -0.002028> - 2041: <-0.007768, -0.001250, -0.001023> - 2042: <-0.008675, -0.002165, -0.001142> - 2043: <-0.008452, -0.002165, -0.002265> - 2044: <-0.008452, -0.002165, -0.002265> - 2045: <-0.008675, -0.002165, -0.001142> - 2046: <-0.009914, -0.002500, -0.001305> - 2047: <-0.009659, -0.002500, -0.002588> - 2048: <-0.009659, -0.002500, -0.002588> - 2049: <-0.009914, -0.002500, -0.001305> - 2050: <-0.011154, -0.002165, -0.001468> - 2051: <-0.010867, -0.002165, -0.002912> - 2052: <-0.008675, 0.002165, -0.001142> - 2053: <-0.008750, 0.002165, 0.000000> - 2054: <-0.007835, 0.001250, 0.000000> - 2055: <-0.007768, 0.001250, -0.001023> - 2056: <-0.007768, 0.001250, -0.001023> - 2057: <-0.007835, 0.001250, 0.000000> - 2058: <-0.007500, 0.000000, 0.000000> - 2059: <-0.007436, 0.000000, -0.000979> - 2060: <-0.007436, 0.000000, -0.000979> - 2061: <-0.007500, 0.000000, 0.000000> - 2062: <-0.007835, -0.001250, 0.000000> - 2063: <-0.007768, -0.001250, -0.001023> - 2064: <-0.007768, -0.001250, -0.001023> - 2065: <-0.007835, -0.001250, 0.000000> - 2066: <-0.008750, -0.002165, 0.000000> - 2067: <-0.008675, -0.002165, -0.001142> - 2068: <-0.008675, -0.002165, -0.001142> - 2069: <-0.008750, -0.002165, 0.000000> - 2070: <-0.010000, -0.002500, 0.000000> - 2071: <-0.009914, -0.002500, -0.001305> - 2072: <-0.009914, -0.002500, -0.001305> - 2073: <-0.010000, -0.002500, 0.000000> - 2074: <-0.011250, -0.002165, 0.000000> - 2075: <-0.011154, -0.002165, -0.001468> - 2076: < 0.009743, 0.002165, -0.005625> - 2077: < 0.008925, 0.002165, -0.006849> - 2078: < 0.007934, 0.002500, -0.006088> - 2079: < 0.008660, 0.002500, -0.005000> - 2080: < 0.009651, 0.001250, -0.007406> - 2081: < 0.008602, 0.001250, -0.008602> - 2082: < 0.007955, 0.002165, -0.007955> - 2083: < 0.008925, 0.002165, -0.006849> - 2084: < 0.008925, 0.002165, -0.006849> - 2085: < 0.007955, 0.002165, -0.007955> - 2086: < 0.007071, 0.002500, -0.007071> - 2087: < 0.007934, 0.002500, -0.006088> - 2088: < 0.008602, 0.001250, -0.008602> - 2089: < 0.007406, 0.001250, -0.009651> - 2090: < 0.006849, 0.002165, -0.008925> - 2091: < 0.007955, 0.002165, -0.007955> - 2092: < 0.007955, 0.002165, -0.007955> - 2093: < 0.006849, 0.002165, -0.008925> - 2094: < 0.006088, 0.002500, -0.007934> - 2095: < 0.007071, 0.002500, -0.007071> - 2096: < 0.007071, 0.002500, -0.007071> - 2097: < 0.006088, 0.002500, -0.007934> - 2098: < 0.005327, 0.002165, -0.006942> - 2099: < 0.006187, 0.002165, -0.006187> - 2100: < 0.007610, 0.000000, -0.009917> - 2101: < 0.006250, 0.000000, -0.010825> - 2102: < 0.006083, 0.001250, -0.010535> - 2103: < 0.007406, 0.001250, -0.009651> - 2104: < 0.007406, 0.001250, -0.009651> - 2105: < 0.006083, 0.001250, -0.010535> - 2106: < 0.005625, 0.002165, -0.009743> - 2107: < 0.006849, 0.002165, -0.008925> - 2108: < 0.006849, 0.002165, -0.008925> - 2109: < 0.005625, 0.002165, -0.009743> - 2110: < 0.005000, 0.002500, -0.008660> - 2111: < 0.006088, 0.002500, -0.007934> - 2112: < 0.006088, 0.002500, -0.007934> - 2113: < 0.005000, 0.002500, -0.008660> - 2114: < 0.004375, 0.002165, -0.007578> - 2115: < 0.005327, 0.002165, -0.006942> - 2116: < 0.006250, 0.000000, -0.010825> - 2117: < 0.004784, 0.000000, -0.011548> - 2118: < 0.004655, 0.001250, -0.011239> - 2119: < 0.006083, 0.001250, -0.010535> - 2120: < 0.006083, 0.001250, -0.010535> - 2121: < 0.004655, 0.001250, -0.011239> - 2122: < 0.004305, 0.002165, -0.010394> - 2123: < 0.005625, 0.002165, -0.009743> - 2124: < 0.005625, 0.002165, -0.009743> - 2125: < 0.004305, 0.002165, -0.010394> - 2126: < 0.003827, 0.002500, -0.009239> - 2127: < 0.005000, 0.002500, -0.008660> - 2128: < 0.005000, 0.002500, -0.008660> - 2129: < 0.003827, 0.002500, -0.009239> - 2130: < 0.003348, 0.002165, -0.008084> - 2131: < 0.004375, 0.002165, -0.007578> - 2132: < 0.006083, -0.001250, -0.010535> - 2133: < 0.004655, -0.001250, -0.011239> - 2134: < 0.004784, 0.000000, -0.011548> - 2135: < 0.006250, 0.000000, -0.010825> - 2136: < 0.004784, 0.000000, -0.011548> - 2137: < 0.003235, 0.000000, -0.012074> - 2138: < 0.003149, 0.001250, -0.011751> - 2139: < 0.004655, 0.001250, -0.011239> - 2140: < 0.004655, 0.001250, -0.011239> - 2141: < 0.003149, 0.001250, -0.011751> - 2142: < 0.002912, 0.002165, -0.010867> - 2143: < 0.004305, 0.002165, -0.010394> - 2144: < 0.004305, 0.002165, -0.010394> - 2145: < 0.002912, 0.002165, -0.010867> - 2146: < 0.002588, 0.002500, -0.009659> - 2147: < 0.003827, 0.002500, -0.009239> - 2148: < 0.003827, 0.002500, -0.009239> - 2149: < 0.002588, 0.002500, -0.009659> - 2150: < 0.002265, 0.002165, -0.008452> - 2151: < 0.003348, 0.002165, -0.008084> - 2152: < 0.004655, -0.001250, -0.011239> - 2153: < 0.003149, -0.001250, -0.011751> - 2154: < 0.003235, 0.000000, -0.012074> - 2155: < 0.004784, 0.000000, -0.011548> - 2156: < 0.003235, 0.000000, -0.012074> - 2157: < 0.001632, 0.000000, -0.012393> - 2158: < 0.001588, 0.001250, -0.012061> - 2159: < 0.003149, 0.001250, -0.011751> - 2160: < 0.003149, 0.001250, -0.011751> - 2161: < 0.001588, 0.001250, -0.012061> - 2162: < 0.001468, 0.002165, -0.011154> - 2163: < 0.002912, 0.002165, -0.010867> - 2164: < 0.002912, 0.002165, -0.010867> - 2165: < 0.001468, 0.002165, -0.011154> - 2166: < 0.001305, 0.002500, -0.009914> - 2167: < 0.002588, 0.002500, -0.009659> - 2168: < 0.002588, 0.002500, -0.009659> - 2169: < 0.001305, 0.002500, -0.009914> - 2170: < 0.001142, 0.002165, -0.008675> - 2171: < 0.002265, 0.002165, -0.008452> - 2172: < 0.002912, -0.002165, -0.010867> - 2173: < 0.001468, -0.002165, -0.011154> - 2174: < 0.001588, -0.001250, -0.012061> - 2175: < 0.003149, -0.001250, -0.011751> - 2176: < 0.003149, -0.001250, -0.011751> - 2177: < 0.001588, -0.001250, -0.012061> - 2178: < 0.001632, 0.000000, -0.012393> - 2179: < 0.003235, 0.000000, -0.012074> - 2180: < 0.001632, 0.000000, -0.012393> - 2181: <-0.000000, 0.000000, -0.012500> - 2182: <-0.000000, 0.001250, -0.012165> - 2183: < 0.001588, 0.001250, -0.012061> - 2184: < 0.001588, 0.001250, -0.012061> - 2185: <-0.000000, 0.001250, -0.012165> - 2186: <-0.000000, 0.002165, -0.011250> - 2187: < 0.001468, 0.002165, -0.011154> - 2188: < 0.001468, 0.002165, -0.011154> - 2189: <-0.000000, 0.002165, -0.011250> - 2190: <-0.000000, 0.002500, -0.010000> - 2191: < 0.001305, 0.002500, -0.009914> - 2192: < 0.001305, 0.002500, -0.009914> - 2193: <-0.000000, 0.002500, -0.010000> - 2194: <-0.000000, 0.002165, -0.008750> - 2195: < 0.001142, 0.002165, -0.008675> - 2196: < 0.001468, -0.002165, -0.011154> - 2197: <-0.000000, -0.002165, -0.011250> - 2198: <-0.000000, -0.001250, -0.012165> - 2199: < 0.001588, -0.001250, -0.012061> - 2200: < 0.001588, -0.001250, -0.012061> - 2201: <-0.000000, -0.001250, -0.012165> - 2202: <-0.000000, 0.000000, -0.012500> - 2203: < 0.001632, 0.000000, -0.012393> - 2204: <-0.000000, 0.000000, -0.012500> - 2205: <-0.001632, 0.000000, -0.012393> - 2206: <-0.001588, 0.001250, -0.012061> - 2207: <-0.000000, 0.001250, -0.012165> - 2208: <-0.000000, 0.001250, -0.012165> - 2209: <-0.001588, 0.001250, -0.012061> - 2210: <-0.001468, 0.002165, -0.011154> - 2211: <-0.000000, 0.002165, -0.011250> - 2212: <-0.000000, 0.002165, -0.011250> - 2213: <-0.001468, 0.002165, -0.011154> - 2214: <-0.001305, 0.002500, -0.009914> - 2215: <-0.000000, 0.002500, -0.010000> - 2216: <-0.000000, 0.002500, -0.010000> - 2217: <-0.001305, 0.002500, -0.009914> - 2218: <-0.001142, 0.002165, -0.008675> - 2219: <-0.000000, 0.002165, -0.008750> - 2220: <-0.000000, -0.002165, -0.011250> - 2221: <-0.001468, -0.002165, -0.011154> - 2222: <-0.001588, -0.001250, -0.012061> - 2223: <-0.000000, -0.001250, -0.012165> - 2224: <-0.000000, -0.001250, -0.012165> - 2225: <-0.001588, -0.001250, -0.012061> - 2226: <-0.001632, 0.000000, -0.012393> - 2227: <-0.000000, 0.000000, -0.012500> - 2228: <-0.001632, 0.000000, -0.012393> - 2229: <-0.003235, 0.000000, -0.012074> - 2230: <-0.003149, 0.001250, -0.011751> - 2231: <-0.001588, 0.001250, -0.012061> - 2232: <-0.001588, 0.001250, -0.012061> - 2233: <-0.003149, 0.001250, -0.011751> - 2234: <-0.002912, 0.002165, -0.010867> - 2235: <-0.001468, 0.002165, -0.011154> - 2236: <-0.001468, 0.002165, -0.011154> - 2237: <-0.002912, 0.002165, -0.010867> - 2238: <-0.002588, 0.002500, -0.009659> - 2239: <-0.001305, 0.002500, -0.009914> - 2240: <-0.001468, -0.002165, -0.011154> - 2241: <-0.002912, -0.002165, -0.010867> - 2242: <-0.003149, -0.001250, -0.011751> - 2243: <-0.001588, -0.001250, -0.012061> - 2244: <-0.001588, -0.001250, -0.012061> - 2245: <-0.003149, -0.001250, -0.011751> - 2246: <-0.003235, 0.000000, -0.012074> - 2247: <-0.001632, 0.000000, -0.012393> - 2248: <-0.003235, 0.000000, -0.012074> - 2249: <-0.004784, 0.000000, -0.011548> - 2250: <-0.004655, 0.001250, -0.011239> - 2251: <-0.003149, 0.001250, -0.011751> - 2252: <-0.003149, 0.001250, -0.011751> - 2253: <-0.004655, 0.001250, -0.011239> - 2254: <-0.004305, 0.002165, -0.010394> - 2255: <-0.002912, 0.002165, -0.010867> - 2256: <-0.002912, 0.002165, -0.010867> - 2257: <-0.004305, 0.002165, -0.010394> - 2258: <-0.003827, 0.002500, -0.009239> - 2259: <-0.002588, 0.002500, -0.009659> - 2260: <-0.002912, -0.002165, -0.010867> - 2261: <-0.004305, -0.002165, -0.010394> - 2262: <-0.004655, -0.001250, -0.011239> - 2263: <-0.003149, -0.001250, -0.011751> - 2264: <-0.003149, -0.001250, -0.011751> - 2265: <-0.004655, -0.001250, -0.011239> - 2266: <-0.004784, 0.000000, -0.011548> - 2267: <-0.003235, 0.000000, -0.012074> - 2268: <-0.004784, 0.000000, -0.011548> - 2269: <-0.006250, 0.000000, -0.010825> - 2270: <-0.006083, 0.001250, -0.010535> - 2271: <-0.004655, 0.001250, -0.011239> - 2272: <-0.004655, 0.001250, -0.011239> - 2273: <-0.006083, 0.001250, -0.010535> - 2274: <-0.005625, 0.002165, -0.009743> - 2275: <-0.004305, 0.002165, -0.010394> - 2276: <-0.004305, -0.002165, -0.010394> - 2277: <-0.005625, -0.002165, -0.009743> - 2278: <-0.006083, -0.001250, -0.010535> - 2279: <-0.004655, -0.001250, -0.011239> - 2280: <-0.004655, -0.001250, -0.011239> - 2281: <-0.006083, -0.001250, -0.010535> - 2282: <-0.006250, 0.000000, -0.010825> - 2283: <-0.004784, 0.000000, -0.011548> - 2284: <-0.006250, 0.000000, -0.010825> - 2285: <-0.007610, 0.000000, -0.009917> - 2286: <-0.007406, 0.001250, -0.009651> - 2287: <-0.006083, 0.001250, -0.010535> - 2288: <-0.005625, -0.002165, -0.009743> - 2289: <-0.006849, -0.002165, -0.008925> - 2290: <-0.007406, -0.001250, -0.009651> - 2291: <-0.006083, -0.001250, -0.010535> - 2292: <-0.006083, -0.001250, -0.010535> - 2293: <-0.007406, -0.001250, -0.009651> - 2294: <-0.007610, 0.000000, -0.009917> - 2295: <-0.006250, 0.000000, -0.010825> - 2296: <-0.006849, -0.002165, -0.008925> - 2297: <-0.007955, -0.002165, -0.007955> - 2298: <-0.008602, -0.001250, -0.008602> - 2299: <-0.007406, -0.001250, -0.009651> - 2300: <-0.007406, -0.001250, -0.009651> - 2301: <-0.008602, -0.001250, -0.008602> - 2302: <-0.008839, 0.000000, -0.008839> - 2303: <-0.007610, 0.000000, -0.009917> Normals: Count 2304. Hash: 14915939258818888021 - 0: <-0.963996, 0.258302, 0.063184> - 1: <-0.963996, 0.258302, 0.063184> - 2: <-0.963996, 0.258302, 0.063184> - 3: <-0.963996, 0.258302, 0.063184> - 4: <-0.706349, 0.706349, 0.046297> - 5: <-0.706349, 0.706349, 0.046297> - 6: <-0.706349, 0.706349, 0.046297> - 7: <-0.706349, 0.706349, 0.046297> - 8: <-0.258782, 0.965787, 0.016961> - 9: <-0.258782, 0.965787, 0.016961> - 10: <-0.258782, 0.965787, 0.016961> - 11: <-0.258782, 0.965787, 0.016961> - 12: < 0.258782, 0.965787, -0.016961> - 13: < 0.258782, 0.965787, -0.016961> - 14: < 0.258782, 0.965787, -0.016961> - 15: < 0.258782, 0.965787, -0.016961> - 16: <-0.706349, -0.706349, 0.046297> - 17: <-0.706349, -0.706349, 0.046297> - 18: <-0.706349, -0.706349, 0.046297> - 19: <-0.706349, -0.706349, 0.046297> - 20: <-0.963996, -0.258302, 0.063184> - 21: <-0.963996, -0.258302, 0.063184> - 22: <-0.963996, -0.258302, 0.063184> - 23: <-0.963996, -0.258302, 0.063184> - 24: <-0.947502, 0.258302, 0.188470> - 25: <-0.947502, 0.258302, 0.188470> - 26: <-0.947502, 0.258302, 0.188470> - 27: <-0.947502, 0.258302, 0.188470> - 28: <-0.694263, 0.706349, 0.138097> - 29: <-0.694263, 0.706349, 0.138097> - 30: <-0.694263, 0.706349, 0.138097> - 31: <-0.694263, 0.706349, 0.138097> - 32: <-0.254354, 0.965787, 0.050594> - 33: <-0.254354, 0.965787, 0.050594> - 34: <-0.254354, 0.965787, 0.050594> - 35: <-0.254354, 0.965787, 0.050594> - 36: < 0.254354, 0.965787, -0.050594> - 37: < 0.254354, 0.965787, -0.050594> - 38: < 0.254354, 0.965787, -0.050594> - 39: < 0.254354, 0.965787, -0.050594> - 40: <-0.694263, -0.706349, 0.138097> - 41: <-0.694263, -0.706349, 0.138097> - 42: <-0.694263, -0.706349, 0.138097> - 43: <-0.694263, -0.706349, 0.138097> - 44: <-0.947502, -0.258302, 0.188470> - 45: <-0.947502, -0.258302, 0.188470> - 46: <-0.947502, -0.258302, 0.188470> - 47: <-0.947502, -0.258302, 0.188470> - 48: <-0.914796, 0.258301, 0.310531> - 49: <-0.914796, 0.258301, 0.310531> - 50: <-0.914796, 0.258301, 0.310531> - 51: <-0.914796, 0.258301, 0.310531> - 52: <-0.670298, 0.706349, 0.227535> - 53: <-0.670298, 0.706349, 0.227535> - 54: <-0.670298, 0.706349, 0.227535> - 55: <-0.670298, 0.706349, 0.227535> - 56: <-0.245574, 0.965787, 0.083361> - 57: <-0.245574, 0.965787, 0.083361> - 58: <-0.245574, 0.965787, 0.083361> - 59: <-0.245574, 0.965787, 0.083361> - 60: < 0.245574, 0.965787, -0.083361> - 61: < 0.245574, 0.965787, -0.083361> - 62: < 0.245574, 0.965787, -0.083361> - 63: < 0.245574, 0.965787, -0.083361> - 64: <-0.670298, -0.706349, 0.227535> - 65: <-0.670298, -0.706349, 0.227535> - 66: <-0.670298, -0.706349, 0.227535> - 67: <-0.670298, -0.706349, 0.227535> - 68: <-0.914796, -0.258301, 0.310531> - 69: <-0.914796, -0.258301, 0.310531> - 70: <-0.914796, -0.258301, 0.310531> - 71: <-0.914796, -0.258301, 0.310531> - 72: <-0.866437, 0.258302, 0.427279> - 73: <-0.866437, 0.258302, 0.427279> - 74: <-0.866437, 0.258302, 0.427279> - 75: <-0.866437, 0.258302, 0.427279> - 76: <-0.634864, 0.706349, 0.313080> - 77: <-0.634864, 0.706349, 0.313080> - 78: <-0.634864, 0.706349, 0.313080> - 79: <-0.634864, 0.706349, 0.313080> - 80: <-0.232592, 0.965787, 0.114702> - 81: <-0.232592, 0.965787, 0.114702> - 82: <-0.232592, 0.965787, 0.114702> - 83: <-0.232592, 0.965787, 0.114702> - 84: < 0.232592, 0.965787, -0.114702> - 85: < 0.232592, 0.965787, -0.114702> - 86: < 0.232592, 0.965787, -0.114702> - 87: < 0.232592, 0.965787, -0.114702> - 88: <-0.634864, -0.706349, 0.313080> - 89: <-0.634864, -0.706349, 0.313080> - 90: <-0.634864, -0.706349, 0.313080> - 91: <-0.634864, -0.706349, 0.313080> - 92: <-0.866437, -0.258302, 0.427279> - 93: <-0.866437, -0.258302, 0.427279> - 94: <-0.866437, -0.258302, 0.427279> - 95: <-0.866437, -0.258302, 0.427279> - 96: <-0.803253, 0.258302, 0.536716> - 97: <-0.803253, 0.258302, 0.536716> - 98: <-0.803253, 0.258302, 0.536716> - 99: <-0.803253, 0.258302, 0.536716> - 100: <-0.588568, 0.706348, 0.393268> - 101: <-0.588568, 0.706348, 0.393268> - 102: <-0.588568, 0.706348, 0.393268> - 103: <-0.588568, 0.706348, 0.393268> - 104: <-0.215631, 0.965787, 0.144080> - 105: <-0.215631, 0.965787, 0.144080> - 106: <-0.215631, 0.965787, 0.144080> - 107: <-0.215631, 0.965787, 0.144080> - 108: < 0.215631, 0.965787, -0.144080> - 109: < 0.215631, 0.965787, -0.144080> - 110: < 0.215631, 0.965787, -0.144080> - 111: < 0.215631, 0.965787, -0.144080> - 112: <-0.588568, -0.706348, 0.393268> - 113: <-0.588568, -0.706348, 0.393268> - 114: <-0.588568, -0.706348, 0.393268> - 115: <-0.588568, -0.706348, 0.393268> - 116: <-0.803253, -0.258302, 0.536716> - 117: <-0.803253, -0.258302, 0.536716> - 118: <-0.803253, -0.258302, 0.536716> - 119: <-0.803253, -0.258302, 0.536716> - 120: <-0.726325, 0.258302, 0.636971> - 121: <-0.726325, 0.258302, 0.636971> - 122: <-0.726325, 0.258302, 0.636971> - 123: <-0.726325, 0.258302, 0.636971> - 124: <-0.532200, 0.706348, 0.466728> - 125: <-0.532200, 0.706348, 0.466728> - 126: <-0.532200, 0.706348, 0.466728> - 127: <-0.532200, 0.706348, 0.466728> - 128: <-0.194980, 0.965787, 0.170993> - 129: <-0.194980, 0.965787, 0.170993> - 130: <-0.194980, 0.965787, 0.170993> - 131: <-0.194980, 0.965787, 0.170993> - 132: < 0.194980, 0.965787, -0.170993> - 133: < 0.194980, 0.965787, -0.170993> - 134: < 0.194980, 0.965787, -0.170993> - 135: < 0.194980, 0.965787, -0.170993> - 136: < 0.532201, 0.706349, -0.466727> - 137: < 0.532201, 0.706349, -0.466727> - 138: < 0.532201, 0.706349, -0.466727> - 139: < 0.532201, 0.706349, -0.466727> - 140: <-0.726325, -0.258302, 0.636971> - 141: <-0.726325, -0.258302, 0.636971> - 142: <-0.726325, -0.258302, 0.636971> - 143: <-0.726325, -0.258302, 0.636971> - 144: <-0.636970, 0.258302, 0.726326> - 145: <-0.636970, 0.258302, 0.726326> - 146: <-0.636970, 0.258302, 0.726326> - 147: <-0.636970, 0.258302, 0.726326> - 148: <-0.466727, 0.706349, 0.532200> - 149: <-0.466727, 0.706349, 0.532200> - 150: <-0.466727, 0.706349, 0.532200> - 151: <-0.466727, 0.706349, 0.532200> - 152: <-0.170993, 0.965787, 0.194980> - 153: <-0.170993, 0.965787, 0.194980> - 154: <-0.170993, 0.965787, 0.194980> - 155: <-0.170993, 0.965787, 0.194980> - 156: < 0.170993, 0.965787, -0.194980> - 157: < 0.170993, 0.965787, -0.194980> - 158: < 0.170993, 0.965787, -0.194980> - 159: < 0.170993, 0.965787, -0.194980> - 160: < 0.466727, 0.706349, -0.532201> - 161: < 0.466727, 0.706349, -0.532201> - 162: < 0.466727, 0.706349, -0.532201> - 163: < 0.466727, 0.706349, -0.532201> - 164: <-0.636970, -0.258302, 0.726326> - 165: <-0.636970, -0.258302, 0.726326> - 166: <-0.636970, -0.258302, 0.726326> - 167: <-0.636970, -0.258302, 0.726326> - 168: <-0.536717, 0.258301, 0.803253> - 169: <-0.536717, 0.258301, 0.803253> - 170: <-0.536717, 0.258301, 0.803253> - 171: <-0.536717, 0.258301, 0.803253> - 172: <-0.393268, 0.706349, 0.588567> - 173: <-0.393268, 0.706349, 0.588567> - 174: <-0.393268, 0.706349, 0.588567> - 175: <-0.393268, 0.706349, 0.588567> - 176: <-0.144080, 0.965787, 0.215631> - 177: <-0.144080, 0.965787, 0.215631> - 178: <-0.144080, 0.965787, 0.215631> - 179: <-0.144080, 0.965787, 0.215631> - 180: < 0.144080, 0.965787, -0.215631> - 181: < 0.144080, 0.965787, -0.215631> - 182: < 0.144080, 0.965787, -0.215631> - 183: < 0.144080, 0.965787, -0.215631> - 184: < 0.393269, 0.706348, -0.588567> - 185: < 0.393269, 0.706348, -0.588567> - 186: < 0.393269, 0.706348, -0.588567> - 187: < 0.393269, 0.706348, -0.588567> - 188: < 0.536717, 0.258301, -0.803253> - 189: < 0.536717, 0.258301, -0.803253> - 190: < 0.536717, 0.258301, -0.803253> - 191: < 0.536717, 0.258301, -0.803253> - 192: <-0.313080, 0.706349, 0.634864> - 193: <-0.313080, 0.706349, 0.634864> - 194: <-0.313080, 0.706349, 0.634864> - 195: <-0.313080, 0.706349, 0.634864> - 196: <-0.114702, 0.965787, 0.232592> - 197: <-0.114702, 0.965787, 0.232592> - 198: <-0.114702, 0.965787, 0.232592> - 199: <-0.114702, 0.965787, 0.232592> - 200: < 0.114702, 0.965787, -0.232592> - 201: < 0.114702, 0.965787, -0.232592> - 202: < 0.114702, 0.965787, -0.232592> - 203: < 0.114702, 0.965787, -0.232592> - 204: < 0.313080, 0.706349, -0.634864> - 205: < 0.313080, 0.706349, -0.634864> - 206: < 0.313080, 0.706349, -0.634864> - 207: < 0.313080, 0.706349, -0.634864> - 208: < 0.427279, 0.258302, -0.866437> - 209: < 0.427279, 0.258302, -0.866437> - 210: < 0.427279, 0.258302, -0.866437> - 211: < 0.427279, 0.258302, -0.866437> - 212: <-0.227536, 0.706349, 0.670298> - 213: <-0.227536, 0.706349, 0.670298> - 214: <-0.227536, 0.706349, 0.670298> - 215: <-0.227536, 0.706349, 0.670298> - 216: <-0.083361, 0.965787, 0.245574> - 217: <-0.083361, 0.965787, 0.245574> - 218: <-0.083361, 0.965787, 0.245574> - 219: <-0.083361, 0.965787, 0.245574> - 220: < 0.083361, 0.965787, -0.245574> - 221: < 0.083361, 0.965787, -0.245574> - 222: < 0.083361, 0.965787, -0.245574> - 223: < 0.083361, 0.965787, -0.245574> - 224: < 0.227536, 0.706348, -0.670298> - 225: < 0.227536, 0.706348, -0.670298> - 226: < 0.227536, 0.706348, -0.670298> - 227: < 0.227536, 0.706348, -0.670298> - 228: < 0.310531, 0.258301, -0.914796> - 229: < 0.310531, 0.258301, -0.914796> - 230: < 0.310531, 0.258301, -0.914796> - 231: < 0.310531, 0.258301, -0.914796> - 232: < 0.310531, -0.258301, -0.914796> - 233: < 0.310531, -0.258301, -0.914796> - 234: < 0.310531, -0.258301, -0.914796> - 235: < 0.310531, -0.258301, -0.914796> - 236: <-0.050594, 0.965787, 0.254354> - 237: <-0.050594, 0.965787, 0.254354> - 238: <-0.050594, 0.965787, 0.254354> - 239: <-0.050594, 0.965787, 0.254354> - 240: < 0.050594, 0.965787, -0.254354> - 241: < 0.050594, 0.965787, -0.254354> - 242: < 0.050594, 0.965787, -0.254354> - 243: < 0.050594, 0.965787, -0.254354> - 244: < 0.138097, 0.706349, -0.694263> - 245: < 0.138097, 0.706349, -0.694263> - 246: < 0.138097, 0.706349, -0.694263> - 247: < 0.138097, 0.706349, -0.694263> - 248: < 0.188470, 0.258302, -0.947502> - 249: < 0.188470, 0.258302, -0.947502> - 250: < 0.188470, 0.258302, -0.947502> - 251: < 0.188470, 0.258302, -0.947502> - 252: < 0.188470, -0.258302, -0.947502> - 253: < 0.188470, -0.258302, -0.947502> - 254: < 0.188470, -0.258302, -0.947502> - 255: < 0.188470, -0.258302, -0.947502> - 256: <-0.016961, 0.965787, 0.258782> - 257: <-0.016961, 0.965787, 0.258782> - 258: <-0.016961, 0.965787, 0.258782> - 259: <-0.016961, 0.965787, 0.258782> - 260: < 0.016962, 0.965787, -0.258782> - 261: < 0.016962, 0.965787, -0.258782> - 262: < 0.016962, 0.965787, -0.258782> - 263: < 0.016962, 0.965787, -0.258782> - 264: < 0.046297, 0.706349, -0.706348> - 265: < 0.046297, 0.706349, -0.706348> - 266: < 0.046297, 0.706349, -0.706348> - 267: < 0.046297, 0.706349, -0.706348> - 268: < 0.063184, 0.258301, -0.963996> - 269: < 0.063184, 0.258301, -0.963996> - 270: < 0.063184, 0.258301, -0.963996> - 271: < 0.063184, 0.258301, -0.963996> - 272: < 0.063184, -0.258301, -0.963996> - 273: < 0.063184, -0.258301, -0.963996> - 274: < 0.063184, -0.258301, -0.963996> - 275: < 0.063184, -0.258301, -0.963996> - 276: < 0.016962, 0.965787, 0.258782> - 277: < 0.016962, 0.965787, 0.258782> - 278: < 0.016962, 0.965787, 0.258782> - 279: < 0.016962, 0.965787, 0.258782> - 280: <-0.016961, 0.965787, -0.258782> - 281: <-0.016961, 0.965787, -0.258782> - 282: <-0.016961, 0.965787, -0.258782> - 283: <-0.016961, 0.965787, -0.258782> - 284: <-0.046297, 0.706349, -0.706348> - 285: <-0.046297, 0.706349, -0.706348> - 286: <-0.046297, 0.706349, -0.706348> - 287: <-0.046297, 0.706349, -0.706348> - 288: <-0.063184, 0.258301, -0.963996> - 289: <-0.063184, 0.258301, -0.963996> - 290: <-0.063184, 0.258301, -0.963996> - 291: <-0.063184, 0.258301, -0.963996> - 292: <-0.063184, -0.258301, -0.963996> - 293: <-0.063184, -0.258301, -0.963996> - 294: <-0.063184, -0.258301, -0.963996> - 295: <-0.063184, -0.258301, -0.963996> - 296: <-0.046297, -0.706349, -0.706348> - 297: <-0.046297, -0.706349, -0.706348> - 298: <-0.046297, -0.706349, -0.706348> - 299: <-0.046297, -0.706349, -0.706348> - 300: < 0.050594, 0.965787, 0.254354> - 301: < 0.050594, 0.965787, 0.254354> - 302: < 0.050594, 0.965787, 0.254354> - 303: < 0.050594, 0.965787, 0.254354> - 304: <-0.050594, 0.965787, -0.254354> - 305: <-0.050594, 0.965787, -0.254354> - 306: <-0.050594, 0.965787, -0.254354> - 307: <-0.050594, 0.965787, -0.254354> - 308: <-0.138097, 0.706349, -0.694263> - 309: <-0.138097, 0.706349, -0.694263> - 310: <-0.138097, 0.706349, -0.694263> - 311: <-0.138097, 0.706349, -0.694263> - 312: <-0.188470, 0.258301, -0.947502> - 313: <-0.188470, 0.258301, -0.947502> - 314: <-0.188470, 0.258301, -0.947502> - 315: <-0.188470, 0.258301, -0.947502> - 316: <-0.188470, -0.258301, -0.947502> - 317: <-0.188470, -0.258301, -0.947502> - 318: <-0.188470, -0.258301, -0.947502> - 319: <-0.188470, -0.258301, -0.947502> - 320: <-0.138097, -0.706349, -0.694263> - 321: <-0.138097, -0.706349, -0.694263> - 322: <-0.138097, -0.706349, -0.694263> - 323: <-0.138097, -0.706349, -0.694263> - 324: < 0.083361, 0.965787, 0.245574> - 325: < 0.083361, 0.965787, 0.245574> - 326: < 0.083361, 0.965787, 0.245574> - 327: < 0.083361, 0.965787, 0.245574> - 328: <-0.083361, 0.965787, -0.245574> - 329: <-0.083361, 0.965787, -0.245574> - 330: <-0.083361, 0.965787, -0.245574> - 331: <-0.083361, 0.965787, -0.245574> - 332: <-0.227536, 0.706349, -0.670298> - 333: <-0.227536, 0.706349, -0.670298> - 334: <-0.227536, 0.706349, -0.670298> - 335: <-0.227536, 0.706349, -0.670298> - 336: <-0.310531, 0.258301, -0.914796> - 337: <-0.310531, 0.258301, -0.914796> - 338: <-0.310531, 0.258301, -0.914796> - 339: <-0.310531, 0.258301, -0.914796> - 340: <-0.310531, -0.258301, -0.914796> - 341: <-0.310531, -0.258301, -0.914796> - 342: <-0.310531, -0.258301, -0.914796> - 343: <-0.310531, -0.258301, -0.914796> - 344: <-0.227536, -0.706349, -0.670298> - 345: <-0.227536, -0.706349, -0.670298> - 346: <-0.227536, -0.706349, -0.670298> - 347: <-0.227536, -0.706349, -0.670298> - 348: < 0.114702, 0.965787, 0.232592> - 349: < 0.114702, 0.965787, 0.232592> - 350: < 0.114702, 0.965787, 0.232592> - 351: < 0.114702, 0.965787, 0.232592> - 352: <-0.114702, 0.965787, -0.232593> - 353: <-0.114702, 0.965787, -0.232593> - 354: <-0.114702, 0.965787, -0.232593> - 355: <-0.114702, 0.965787, -0.232593> - 356: <-0.313080, 0.706349, -0.634864> - 357: <-0.313080, 0.706349, -0.634864> - 358: <-0.313080, 0.706349, -0.634864> - 359: <-0.313080, 0.706349, -0.634864> - 360: <-0.427279, 0.258302, -0.866437> - 361: <-0.427279, 0.258302, -0.866437> - 362: <-0.427279, 0.258302, -0.866437> - 363: <-0.427279, 0.258302, -0.866437> - 364: <-0.427279, -0.258302, -0.866437> - 365: <-0.427279, -0.258302, -0.866437> - 366: <-0.427279, -0.258302, -0.866437> - 367: <-0.427279, -0.258302, -0.866437> - 368: <-0.313080, -0.706349, -0.634864> - 369: <-0.313080, -0.706349, -0.634864> - 370: <-0.313080, -0.706349, -0.634864> - 371: <-0.313080, -0.706349, -0.634864> - 372: < 0.144080, 0.965787, 0.215631> - 373: < 0.144080, 0.965787, 0.215631> - 374: < 0.144080, 0.965787, 0.215631> - 375: < 0.144080, 0.965787, 0.215631> - 376: <-0.144080, 0.965787, -0.215631> - 377: <-0.144080, 0.965787, -0.215631> - 378: <-0.144080, 0.965787, -0.215631> - 379: <-0.144080, 0.965787, -0.215631> - 380: <-0.393268, 0.706349, -0.588567> - 381: <-0.393268, 0.706349, -0.588567> - 382: <-0.393268, 0.706349, -0.588567> - 383: <-0.393268, 0.706349, -0.588567> - 384: <-0.393268, -0.706349, -0.588567> - 385: <-0.393268, -0.706349, -0.588567> - 386: <-0.393268, -0.706349, -0.588567> - 387: <-0.393268, -0.706349, -0.588567> - 388: <-0.947502, 0.258302, -0.188469> - 389: <-0.947502, 0.258302, -0.188469> - 390: <-0.947502, 0.258302, -0.188469> - 391: <-0.947502, 0.258302, -0.188469> - 392: <-0.694263, 0.706349, -0.138098> - 393: <-0.694263, 0.706349, -0.138098> - 394: <-0.694263, 0.706349, -0.138098> - 395: <-0.694263, 0.706349, -0.138098> - 396: <-0.254354, 0.965787, -0.050594> - 397: <-0.254354, 0.965787, -0.050594> - 398: <-0.254354, 0.965787, -0.050594> - 399: <-0.254354, 0.965787, -0.050594> - 400: < 0.254354, 0.965787, 0.050594> - 401: < 0.254354, 0.965787, 0.050594> - 402: < 0.254354, 0.965787, 0.050594> - 403: < 0.254354, 0.965787, 0.050594> - 404: <-0.694263, -0.706349, -0.138098> - 405: <-0.694263, -0.706349, -0.138098> - 406: <-0.694263, -0.706349, -0.138098> - 407: <-0.694263, -0.706349, -0.138098> - 408: <-0.947502, -0.258302, -0.188469> - 409: <-0.947502, -0.258302, -0.188469> - 410: <-0.947502, -0.258302, -0.188469> - 411: <-0.947502, -0.258302, -0.188469> - 412: <-0.963996, 0.258302, -0.063184> - 413: <-0.963996, 0.258302, -0.063184> - 414: <-0.963996, 0.258302, -0.063184> - 415: <-0.963996, 0.258302, -0.063184> - 416: <-0.706349, 0.706349, -0.046297> - 417: <-0.706349, 0.706349, -0.046297> - 418: <-0.706349, 0.706349, -0.046297> - 419: <-0.706349, 0.706349, -0.046297> - 420: <-0.258782, 0.965787, -0.016961> - 421: <-0.258782, 0.965787, -0.016961> - 422: <-0.258782, 0.965787, -0.016961> - 423: <-0.258782, 0.965787, -0.016961> - 424: < 0.258782, 0.965787, 0.016961> - 425: < 0.258782, 0.965787, 0.016961> - 426: < 0.258782, 0.965787, 0.016961> - 427: < 0.258782, 0.965787, 0.016961> - 428: <-0.706349, -0.706349, -0.046297> - 429: <-0.706349, -0.706349, -0.046297> - 430: <-0.706349, -0.706349, -0.046297> - 431: <-0.706349, -0.706349, -0.046297> - 432: <-0.963996, -0.258302, -0.063184> - 433: <-0.963996, -0.258302, -0.063184> - 434: <-0.963996, -0.258302, -0.063184> - 435: <-0.963996, -0.258302, -0.063184> - 436: < 0.706348, 0.706349, -0.046297> - 437: < 0.706348, 0.706349, -0.046297> - 438: < 0.706348, 0.706349, -0.046297> - 439: < 0.706348, 0.706349, -0.046297> - 440: < 0.963996, 0.258302, -0.063184> - 441: < 0.963996, 0.258302, -0.063184> - 442: < 0.963996, 0.258302, -0.063184> - 443: < 0.963996, 0.258302, -0.063184> - 444: < 0.963996, -0.258302, -0.063184> - 445: < 0.963996, -0.258302, -0.063184> - 446: < 0.963996, -0.258302, -0.063184> - 447: < 0.963996, -0.258302, -0.063184> - 448: < 0.706348, -0.706349, -0.046297> - 449: < 0.706348, -0.706349, -0.046297> - 450: < 0.706348, -0.706349, -0.046297> - 451: < 0.706348, -0.706349, -0.046297> - 452: < 0.258782, -0.965787, -0.016961> - 453: < 0.258782, -0.965787, -0.016961> - 454: < 0.258782, -0.965787, -0.016961> - 455: < 0.258782, -0.965787, -0.016961> - 456: <-0.258782, -0.965787, 0.016961> - 457: <-0.258782, -0.965787, 0.016961> - 458: <-0.258782, -0.965787, 0.016961> - 459: <-0.258782, -0.965787, 0.016961> - 460: < 0.694263, 0.706349, -0.138097> - 461: < 0.694263, 0.706349, -0.138097> - 462: < 0.694263, 0.706349, -0.138097> - 463: < 0.694263, 0.706349, -0.138097> - 464: < 0.947502, 0.258302, -0.188470> - 465: < 0.947502, 0.258302, -0.188470> - 466: < 0.947502, 0.258302, -0.188470> - 467: < 0.947502, 0.258302, -0.188470> - 468: < 0.947502, -0.258302, -0.188470> - 469: < 0.947502, -0.258302, -0.188470> - 470: < 0.947502, -0.258302, -0.188470> - 471: < 0.947502, -0.258302, -0.188470> - 472: < 0.694263, -0.706349, -0.138097> - 473: < 0.694263, -0.706349, -0.138097> - 474: < 0.694263, -0.706349, -0.138097> - 475: < 0.694263, -0.706349, -0.138097> - 476: < 0.254354, -0.965787, -0.050594> - 477: < 0.254354, -0.965787, -0.050594> - 478: < 0.254354, -0.965787, -0.050594> - 479: < 0.254354, -0.965787, -0.050594> - 480: <-0.254354, -0.965787, 0.050594> - 481: <-0.254354, -0.965787, 0.050594> - 482: <-0.254354, -0.965787, 0.050594> - 483: <-0.254354, -0.965787, 0.050594> - 484: < 0.670298, 0.706349, -0.227536> - 485: < 0.670298, 0.706349, -0.227536> - 486: < 0.670298, 0.706349, -0.227536> - 487: < 0.670298, 0.706349, -0.227536> - 488: < 0.914795, 0.258302, -0.310531> - 489: < 0.914795, 0.258302, -0.310531> - 490: < 0.914795, 0.258302, -0.310531> - 491: < 0.914795, 0.258302, -0.310531> - 492: < 0.914795, -0.258302, -0.310531> - 493: < 0.914795, -0.258302, -0.310531> - 494: < 0.914795, -0.258302, -0.310531> - 495: < 0.914795, -0.258302, -0.310531> - 496: < 0.670298, -0.706349, -0.227536> - 497: < 0.670298, -0.706349, -0.227536> - 498: < 0.670298, -0.706349, -0.227536> - 499: < 0.670298, -0.706349, -0.227536> - 500: < 0.245574, -0.965787, -0.083361> - 501: < 0.245574, -0.965787, -0.083361> - 502: < 0.245574, -0.965787, -0.083361> - 503: < 0.245574, -0.965787, -0.083361> - 504: <-0.245574, -0.965787, 0.083361> - 505: <-0.245574, -0.965787, 0.083361> - 506: <-0.245574, -0.965787, 0.083361> - 507: <-0.245574, -0.965787, 0.083361> - 508: < 0.634864, 0.706348, -0.313081> - 509: < 0.634864, 0.706348, -0.313081> - 510: < 0.634864, 0.706348, -0.313081> - 511: < 0.634864, 0.706348, -0.313081> - 512: < 0.866436, 0.258302, -0.427279> - 513: < 0.866436, 0.258302, -0.427279> - 514: < 0.866436, 0.258302, -0.427279> - 515: < 0.866436, 0.258302, -0.427279> - 516: < 0.866437, -0.258302, -0.427279> - 517: < 0.866437, -0.258302, -0.427279> - 518: < 0.866437, -0.258302, -0.427279> - 519: < 0.866437, -0.258302, -0.427279> - 520: < 0.634864, -0.706348, -0.313081> - 521: < 0.634864, -0.706348, -0.313081> - 522: < 0.634864, -0.706348, -0.313081> - 523: < 0.634864, -0.706348, -0.313081> - 524: < 0.232592, -0.965787, -0.114702> - 525: < 0.232592, -0.965787, -0.114702> - 526: < 0.232592, -0.965787, -0.114702> - 527: < 0.232592, -0.965787, -0.114702> - 528: <-0.232592, -0.965787, 0.114702> - 529: <-0.232592, -0.965787, 0.114702> - 530: <-0.232592, -0.965787, 0.114702> - 531: <-0.232592, -0.965787, 0.114702> - 532: < 0.588568, 0.706349, -0.393268> - 533: < 0.588568, 0.706349, -0.393268> - 534: < 0.588568, 0.706349, -0.393268> - 535: < 0.588568, 0.706349, -0.393268> - 536: < 0.803253, 0.258302, -0.536716> - 537: < 0.803253, 0.258302, -0.536716> - 538: < 0.803253, 0.258302, -0.536716> - 539: < 0.803253, 0.258302, -0.536716> - 540: < 0.803253, -0.258302, -0.536716> - 541: < 0.803253, -0.258302, -0.536716> - 542: < 0.803253, -0.258302, -0.536716> - 543: < 0.803253, -0.258302, -0.536716> - 544: < 0.588568, -0.706349, -0.393268> - 545: < 0.588568, -0.706349, -0.393268> - 546: < 0.588568, -0.706349, -0.393268> - 547: < 0.588568, -0.706349, -0.393268> - 548: < 0.215631, -0.965787, -0.144080> - 549: < 0.215631, -0.965787, -0.144080> - 550: < 0.215631, -0.965787, -0.144080> - 551: < 0.215631, -0.965787, -0.144080> - 552: <-0.215631, -0.965787, 0.144080> - 553: <-0.215631, -0.965787, 0.144080> - 554: <-0.215631, -0.965787, 0.144080> - 555: <-0.215631, -0.965787, 0.144080> - 556: < 0.726326, 0.258302, -0.636970> - 557: < 0.726326, 0.258302, -0.636970> - 558: < 0.726326, 0.258302, -0.636970> - 559: < 0.726326, 0.258302, -0.636970> - 560: < 0.726326, -0.258302, -0.636970> - 561: < 0.726326, -0.258302, -0.636970> - 562: < 0.726326, -0.258302, -0.636970> - 563: < 0.726326, -0.258302, -0.636970> - 564: < 0.532201, -0.706349, -0.466727> - 565: < 0.532201, -0.706349, -0.466727> - 566: < 0.532201, -0.706349, -0.466727> - 567: < 0.532201, -0.706349, -0.466727> - 568: < 0.194980, -0.965787, -0.170993> - 569: < 0.194980, -0.965787, -0.170993> - 570: < 0.194980, -0.965787, -0.170993> - 571: < 0.194980, -0.965787, -0.170993> - 572: <-0.194980, -0.965787, 0.170993> - 573: <-0.194980, -0.965787, 0.170993> - 574: <-0.194980, -0.965787, 0.170993> - 575: <-0.194980, -0.965787, 0.170993> - 576: <-0.532200, -0.706348, 0.466728> - 577: <-0.532200, -0.706348, 0.466728> - 578: <-0.532200, -0.706348, 0.466728> - 579: <-0.532200, -0.706348, 0.466728> - 580: < 0.636970, 0.258302, -0.726326> - 581: < 0.636970, 0.258302, -0.726326> - 582: < 0.636970, 0.258302, -0.726326> - 583: < 0.636970, 0.258302, -0.726326> - 584: < 0.636970, -0.258302, -0.726326> - 585: < 0.636970, -0.258302, -0.726326> - 586: < 0.636970, -0.258302, -0.726326> - 587: < 0.636970, -0.258302, -0.726326> - 588: < 0.466727, -0.706349, -0.532201> - 589: < 0.466727, -0.706349, -0.532201> - 590: < 0.466727, -0.706349, -0.532201> - 591: < 0.466727, -0.706349, -0.532201> - 592: < 0.170993, -0.965787, -0.194980> - 593: < 0.170993, -0.965787, -0.194980> - 594: < 0.170993, -0.965787, -0.194980> - 595: < 0.170993, -0.965787, -0.194980> - 596: <-0.170993, -0.965787, 0.194980> - 597: <-0.170993, -0.965787, 0.194980> - 598: <-0.170993, -0.965787, 0.194980> - 599: <-0.170993, -0.965787, 0.194980> - 600: <-0.466728, -0.706349, 0.532200> - 601: <-0.466728, -0.706349, 0.532200> - 602: <-0.466728, -0.706349, 0.532200> - 603: <-0.466728, -0.706349, 0.532200> - 604: < 0.536717, -0.258302, -0.803253> - 605: < 0.536717, -0.258302, -0.803253> - 606: < 0.536717, -0.258302, -0.803253> - 607: < 0.536717, -0.258302, -0.803253> - 608: < 0.393269, -0.706348, -0.588567> - 609: < 0.393269, -0.706348, -0.588567> - 610: < 0.393269, -0.706348, -0.588567> - 611: < 0.393269, -0.706348, -0.588567> - 612: < 0.144080, -0.965787, -0.215631> - 613: < 0.144080, -0.965787, -0.215631> - 614: < 0.144080, -0.965787, -0.215631> - 615: < 0.144080, -0.965787, -0.215631> - 616: <-0.144080, -0.965787, 0.215631> - 617: <-0.144080, -0.965787, 0.215631> - 618: <-0.144080, -0.965787, 0.215631> - 619: <-0.144080, -0.965787, 0.215631> - 620: <-0.393268, -0.706349, 0.588567> - 621: <-0.393268, -0.706349, 0.588567> - 622: <-0.393268, -0.706349, 0.588567> - 623: <-0.393268, -0.706349, 0.588567> - 624: <-0.536717, -0.258302, 0.803253> - 625: <-0.536717, -0.258302, 0.803253> - 626: <-0.536717, -0.258302, 0.803253> - 627: <-0.536717, -0.258302, 0.803253> - 628: <-0.427279, 0.258301, 0.866437> - 629: <-0.427279, 0.258301, 0.866437> - 630: <-0.427279, 0.258301, 0.866437> - 631: <-0.427279, 0.258301, 0.866437> - 632: < 0.427279, -0.258302, -0.866437> - 633: < 0.427279, -0.258302, -0.866437> - 634: < 0.427279, -0.258302, -0.866437> - 635: < 0.427279, -0.258302, -0.866437> - 636: < 0.313080, -0.706349, -0.634864> - 637: < 0.313080, -0.706349, -0.634864> - 638: < 0.313080, -0.706349, -0.634864> - 639: < 0.313080, -0.706349, -0.634864> - 640: < 0.114702, -0.965787, -0.232592> - 641: < 0.114702, -0.965787, -0.232592> - 642: < 0.114702, -0.965787, -0.232592> - 643: < 0.114702, -0.965787, -0.232592> - 644: <-0.114702, -0.965787, 0.232592> - 645: <-0.114702, -0.965787, 0.232592> - 646: <-0.114702, -0.965787, 0.232592> - 647: <-0.114702, -0.965787, 0.232592> - 648: <-0.313080, -0.706349, 0.634864> - 649: <-0.313080, -0.706349, 0.634864> - 650: <-0.313080, -0.706349, 0.634864> - 651: <-0.313080, -0.706349, 0.634864> - 652: <-0.427279, -0.258301, 0.866437> - 653: <-0.427279, -0.258301, 0.866437> - 654: <-0.427279, -0.258301, 0.866437> - 655: <-0.427279, -0.258301, 0.866437> - 656: <-0.310531, 0.258301, 0.914796> - 657: <-0.310531, 0.258301, 0.914796> - 658: <-0.310531, 0.258301, 0.914796> - 659: <-0.310531, 0.258301, 0.914796> - 660: < 0.227536, -0.706348, -0.670298> - 661: < 0.227536, -0.706348, -0.670298> - 662: < 0.227536, -0.706348, -0.670298> - 663: < 0.227536, -0.706348, -0.670298> - 664: < 0.083361, -0.965787, -0.245574> - 665: < 0.083361, -0.965787, -0.245574> - 666: < 0.083361, -0.965787, -0.245574> - 667: < 0.083361, -0.965787, -0.245574> - 668: <-0.083361, -0.965787, 0.245574> - 669: <-0.083361, -0.965787, 0.245574> - 670: <-0.083361, -0.965787, 0.245574> - 671: <-0.083361, -0.965787, 0.245574> - 672: <-0.227536, -0.706349, 0.670298> - 673: <-0.227536, -0.706349, 0.670298> - 674: <-0.227536, -0.706349, 0.670298> - 675: <-0.227536, -0.706349, 0.670298> - 676: <-0.310531, -0.258301, 0.914796> - 677: <-0.310531, -0.258301, 0.914796> - 678: <-0.310531, -0.258301, 0.914796> - 679: <-0.310531, -0.258301, 0.914796> - 680: <-0.188470, 0.258302, 0.947501> - 681: <-0.188470, 0.258302, 0.947501> - 682: <-0.188470, 0.258302, 0.947501> - 683: <-0.188470, 0.258302, 0.947501> - 684: <-0.138097, 0.706349, 0.694263> - 685: <-0.138097, 0.706349, 0.694263> - 686: <-0.138097, 0.706349, 0.694263> - 687: <-0.138097, 0.706349, 0.694263> - 688: < 0.138097, -0.706349, -0.694263> - 689: < 0.138097, -0.706349, -0.694263> - 690: < 0.138097, -0.706349, -0.694263> - 691: < 0.138097, -0.706349, -0.694263> - 692: < 0.050594, -0.965787, -0.254354> - 693: < 0.050594, -0.965787, -0.254354> - 694: < 0.050594, -0.965787, -0.254354> - 695: < 0.050594, -0.965787, -0.254354> - 696: <-0.050594, -0.965787, 0.254354> - 697: <-0.050594, -0.965787, 0.254354> - 698: <-0.050594, -0.965787, 0.254354> - 699: <-0.050594, -0.965787, 0.254354> - 700: <-0.138097, -0.706349, 0.694263> - 701: <-0.138097, -0.706349, 0.694263> - 702: <-0.138097, -0.706349, 0.694263> - 703: <-0.138097, -0.706349, 0.694263> - 704: <-0.188470, -0.258302, 0.947501> - 705: <-0.188470, -0.258302, 0.947501> - 706: <-0.188470, -0.258302, 0.947501> - 707: <-0.188470, -0.258302, 0.947501> - 708: <-0.063184, 0.258301, 0.963996> - 709: <-0.063184, 0.258301, 0.963996> - 710: <-0.063184, 0.258301, 0.963996> - 711: <-0.063184, 0.258301, 0.963996> - 712: <-0.046296, 0.706349, 0.706348> - 713: <-0.046296, 0.706349, 0.706348> - 714: <-0.046296, 0.706349, 0.706348> - 715: <-0.046296, 0.706349, 0.706348> - 716: < 0.046297, -0.706349, -0.706348> - 717: < 0.046297, -0.706349, -0.706348> - 718: < 0.046297, -0.706349, -0.706348> - 719: < 0.046297, -0.706349, -0.706348> - 720: < 0.016962, -0.965787, -0.258782> - 721: < 0.016962, -0.965787, -0.258782> - 722: < 0.016962, -0.965787, -0.258782> - 723: < 0.016962, -0.965787, -0.258782> - 724: <-0.016961, -0.965787, 0.258782> - 725: <-0.016961, -0.965787, 0.258782> - 726: <-0.016961, -0.965787, 0.258782> - 727: <-0.016961, -0.965787, 0.258782> - 728: <-0.046296, -0.706349, 0.706348> - 729: <-0.046296, -0.706349, 0.706348> - 730: <-0.046296, -0.706349, 0.706348> - 731: <-0.046296, -0.706349, 0.706348> - 732: <-0.063184, -0.258301, 0.963996> - 733: <-0.063184, -0.258301, 0.963996> - 734: <-0.063184, -0.258301, 0.963996> - 735: <-0.063184, -0.258301, 0.963996> - 736: < 0.063184, 0.258302, 0.963996> - 737: < 0.063184, 0.258302, 0.963996> - 738: < 0.063184, 0.258302, 0.963996> - 739: < 0.063184, 0.258302, 0.963996> - 740: < 0.046297, 0.706348, 0.706349> - 741: < 0.046297, 0.706348, 0.706349> - 742: < 0.046297, 0.706348, 0.706349> - 743: < 0.046297, 0.706348, 0.706349> - 744: <-0.016961, -0.965787, -0.258782> - 745: <-0.016961, -0.965787, -0.258782> - 746: <-0.016961, -0.965787, -0.258782> - 747: <-0.016961, -0.965787, -0.258782> - 748: < 0.016962, -0.965787, 0.258782> - 749: < 0.016962, -0.965787, 0.258782> - 750: < 0.016962, -0.965787, 0.258782> - 751: < 0.016962, -0.965787, 0.258782> - 752: < 0.046297, -0.706348, 0.706349> - 753: < 0.046297, -0.706348, 0.706349> - 754: < 0.046297, -0.706348, 0.706349> - 755: < 0.046297, -0.706348, 0.706349> - 756: < 0.063184, -0.258302, 0.963996> - 757: < 0.063184, -0.258302, 0.963996> - 758: < 0.063184, -0.258302, 0.963996> - 759: < 0.063184, -0.258302, 0.963996> - 760: < 0.188469, 0.258302, 0.947502> - 761: < 0.188469, 0.258302, 0.947502> - 762: < 0.188469, 0.258302, 0.947502> - 763: < 0.188469, 0.258302, 0.947502> - 764: < 0.138097, 0.706349, 0.694262> - 765: < 0.138097, 0.706349, 0.694262> - 766: < 0.138097, 0.706349, 0.694262> - 767: < 0.138097, 0.706349, 0.694262> - 768: <-0.050594, -0.965787, -0.254354> - 769: <-0.050594, -0.965787, -0.254354> - 770: <-0.050594, -0.965787, -0.254354> - 771: <-0.050594, -0.965787, -0.254354> - 772: < 0.050594, -0.965787, 0.254354> - 773: < 0.050594, -0.965787, 0.254354> - 774: < 0.050594, -0.965787, 0.254354> - 775: < 0.050594, -0.965787, 0.254354> - 776: < 0.138097, -0.706349, 0.694262> - 777: < 0.138097, -0.706349, 0.694262> - 778: < 0.138097, -0.706349, 0.694262> - 779: < 0.138097, -0.706349, 0.694262> - 780: < 0.188469, -0.258302, 0.947502> - 781: < 0.188469, -0.258302, 0.947502> - 782: < 0.188469, -0.258302, 0.947502> - 783: < 0.188469, -0.258302, 0.947502> - 784: < 0.310531, 0.258302, 0.914795> - 785: < 0.310531, 0.258302, 0.914795> - 786: < 0.310531, 0.258302, 0.914795> - 787: < 0.310531, 0.258302, 0.914795> - 788: < 0.227535, 0.706349, 0.670298> - 789: < 0.227535, 0.706349, 0.670298> - 790: < 0.227535, 0.706349, 0.670298> - 791: < 0.227535, 0.706349, 0.670298> - 792: <-0.083361, -0.965787, -0.245574> - 793: <-0.083361, -0.965787, -0.245574> - 794: <-0.083361, -0.965787, -0.245574> - 795: <-0.083361, -0.965787, -0.245574> - 796: < 0.083361, -0.965787, 0.245574> - 797: < 0.083361, -0.965787, 0.245574> - 798: < 0.083361, -0.965787, 0.245574> - 799: < 0.083361, -0.965787, 0.245574> - 800: < 0.227535, -0.706349, 0.670298> - 801: < 0.227535, -0.706349, 0.670298> - 802: < 0.227535, -0.706349, 0.670298> - 803: < 0.227535, -0.706349, 0.670298> - 804: < 0.310531, -0.258302, 0.914795> - 805: < 0.310531, -0.258302, 0.914795> - 806: < 0.310531, -0.258302, 0.914795> - 807: < 0.310531, -0.258302, 0.914795> - 808: < 0.427279, 0.258303, 0.866437> - 809: < 0.427279, 0.258303, 0.866437> - 810: < 0.427279, 0.258303, 0.866437> - 811: < 0.427279, 0.258303, 0.866437> - 812: < 0.313081, 0.706348, 0.634865> - 813: < 0.313081, 0.706348, 0.634865> - 814: < 0.313081, 0.706348, 0.634865> - 815: < 0.313081, 0.706348, 0.634865> - 816: <-0.114702, -0.965787, -0.232592> - 817: <-0.114702, -0.965787, -0.232592> - 818: <-0.114702, -0.965787, -0.232592> - 819: <-0.114702, -0.965787, -0.232592> - 820: < 0.114702, -0.965787, 0.232592> - 821: < 0.114702, -0.965787, 0.232592> - 822: < 0.114702, -0.965787, 0.232592> - 823: < 0.114702, -0.965787, 0.232592> - 824: < 0.313080, -0.706348, 0.634865> - 825: < 0.313080, -0.706348, 0.634865> - 826: < 0.313080, -0.706348, 0.634865> - 827: < 0.313080, -0.706348, 0.634865> - 828: < 0.427279, -0.258303, 0.866437> - 829: < 0.427279, -0.258303, 0.866437> - 830: < 0.427279, -0.258303, 0.866437> - 831: < 0.427279, -0.258303, 0.866437> - 832: < 0.536717, 0.258302, 0.803253> - 833: < 0.536717, 0.258302, 0.803253> - 834: < 0.536717, 0.258302, 0.803253> - 835: < 0.536717, 0.258302, 0.803253> - 836: < 0.393268, 0.706349, 0.588567> - 837: < 0.393268, 0.706349, 0.588567> - 838: < 0.393268, 0.706349, 0.588567> - 839: < 0.393268, 0.706349, 0.588567> - 840: <-0.536717, 0.258302, -0.803253> - 841: <-0.536717, 0.258302, -0.803253> - 842: <-0.536717, 0.258302, -0.803253> - 843: <-0.536717, 0.258302, -0.803253> - 844: <-0.536717, -0.258302, -0.803253> - 845: <-0.536717, -0.258302, -0.803253> - 846: <-0.536717, -0.258302, -0.803253> - 847: <-0.536717, -0.258302, -0.803253> - 848: <-0.144080, -0.965787, -0.215631> - 849: <-0.144080, -0.965787, -0.215631> - 850: <-0.144080, -0.965787, -0.215631> - 851: <-0.144080, -0.965787, -0.215631> - 852: < 0.144080, -0.965787, 0.215631> - 853: < 0.144080, -0.965787, 0.215631> - 854: < 0.144080, -0.965787, 0.215631> - 855: < 0.144080, -0.965787, 0.215631> - 856: < 0.393268, -0.706349, 0.588567> - 857: < 0.393268, -0.706349, 0.588567> - 858: < 0.393268, -0.706349, 0.588567> - 859: < 0.393268, -0.706349, 0.588567> - 860: < 0.536717, -0.258302, 0.803253> - 861: < 0.536717, -0.258302, 0.803253> - 862: < 0.536717, -0.258302, 0.803253> - 863: < 0.536717, -0.258302, 0.803253> - 864: < 0.636970, 0.258302, 0.726326> - 865: < 0.636970, 0.258302, 0.726326> - 866: < 0.636970, 0.258302, 0.726326> - 867: < 0.636970, 0.258302, 0.726326> - 868: < 0.466727, 0.706349, 0.532201> - 869: < 0.466727, 0.706349, 0.532201> - 870: < 0.466727, 0.706349, 0.532201> - 871: < 0.466727, 0.706349, 0.532201> - 872: < 0.170993, 0.965787, 0.194980> - 873: < 0.170993, 0.965787, 0.194980> - 874: < 0.170993, 0.965787, 0.194980> - 875: < 0.170993, 0.965787, 0.194980> - 876: <-0.170993, 0.965787, -0.194980> - 877: <-0.170993, 0.965787, -0.194980> - 878: <-0.170993, 0.965787, -0.194980> - 879: <-0.170993, 0.965787, -0.194980> - 880: <-0.466727, 0.706349, -0.532200> - 881: <-0.466727, 0.706349, -0.532200> - 882: <-0.466727, 0.706349, -0.532200> - 883: <-0.466727, 0.706349, -0.532200> - 884: <-0.636971, 0.258301, -0.726325> - 885: <-0.636971, 0.258301, -0.726325> - 886: <-0.636971, 0.258301, -0.726325> - 887: <-0.636971, 0.258301, -0.726325> - 888: <-0.636971, -0.258302, -0.726325> - 889: <-0.636971, -0.258302, -0.726325> - 890: <-0.636971, -0.258302, -0.726325> - 891: <-0.636971, -0.258302, -0.726325> - 892: <-0.466727, -0.706349, -0.532200> - 893: <-0.466727, -0.706349, -0.532200> - 894: <-0.466727, -0.706349, -0.532200> - 895: <-0.466727, -0.706349, -0.532200> - 896: <-0.170993, -0.965787, -0.194980> - 897: <-0.170993, -0.965787, -0.194980> - 898: <-0.170993, -0.965787, -0.194980> - 899: <-0.170993, -0.965787, -0.194980> - 900: < 0.170993, -0.965787, 0.194980> - 901: < 0.170993, -0.965787, 0.194980> - 902: < 0.170993, -0.965787, 0.194980> - 903: < 0.170993, -0.965787, 0.194980> - 904: < 0.466727, -0.706349, 0.532201> - 905: < 0.466727, -0.706349, 0.532201> - 906: < 0.466727, -0.706349, 0.532201> - 907: < 0.466727, -0.706349, 0.532201> - 908: < 0.636970, -0.258302, 0.726326> - 909: < 0.636970, -0.258302, 0.726326> - 910: < 0.636970, -0.258302, 0.726326> - 911: < 0.636970, -0.258302, 0.726326> - 912: < 0.726326, 0.258301, 0.636970> - 913: < 0.726326, 0.258301, 0.636970> - 914: < 0.726326, 0.258301, 0.636970> - 915: < 0.726326, 0.258301, 0.636970> - 916: < 0.532200, 0.706349, 0.466727> - 917: < 0.532200, 0.706349, 0.466727> - 918: < 0.532200, 0.706349, 0.466727> - 919: < 0.532200, 0.706349, 0.466727> - 920: < 0.194980, 0.965787, 0.170993> - 921: < 0.194980, 0.965787, 0.170993> - 922: < 0.194980, 0.965787, 0.170993> - 923: < 0.194980, 0.965787, 0.170993> - 924: <-0.194980, 0.965787, -0.170993> - 925: <-0.194980, 0.965787, -0.170993> - 926: <-0.194980, 0.965787, -0.170993> - 927: <-0.194980, 0.965787, -0.170993> - 928: <-0.532200, 0.706349, -0.466727> - 929: <-0.532200, 0.706349, -0.466727> - 930: <-0.532200, 0.706349, -0.466727> - 931: <-0.532200, 0.706349, -0.466727> - 932: <-0.726325, 0.258302, -0.636971> - 933: <-0.726325, 0.258302, -0.636971> - 934: <-0.726325, 0.258302, -0.636971> - 935: <-0.726325, 0.258302, -0.636971> - 936: <-0.726325, -0.258302, -0.636971> - 937: <-0.726325, -0.258302, -0.636971> - 938: <-0.726325, -0.258302, -0.636971> - 939: <-0.726325, -0.258302, -0.636971> - 940: <-0.532200, -0.706349, -0.466727> - 941: <-0.532200, -0.706349, -0.466727> - 942: <-0.532200, -0.706349, -0.466727> - 943: <-0.532200, -0.706349, -0.466727> - 944: <-0.194980, -0.965787, -0.170993> - 945: <-0.194980, -0.965787, -0.170993> - 946: <-0.194980, -0.965787, -0.170993> - 947: <-0.194980, -0.965787, -0.170993> - 948: < 0.194980, -0.965787, 0.170993> - 949: < 0.194980, -0.965787, 0.170993> - 950: < 0.194980, -0.965787, 0.170993> - 951: < 0.194980, -0.965787, 0.170993> - 952: < 0.532201, -0.706349, 0.466727> - 953: < 0.532201, -0.706349, 0.466727> - 954: < 0.532201, -0.706349, 0.466727> - 955: < 0.532201, -0.706349, 0.466727> - 956: < 0.726326, -0.258301, 0.636970> - 957: < 0.726326, -0.258301, 0.636970> - 958: < 0.726326, -0.258301, 0.636970> - 959: < 0.726326, -0.258301, 0.636970> - 960: < 0.803253, 0.258302, 0.536717> - 961: < 0.803253, 0.258302, 0.536717> - 962: < 0.803253, 0.258302, 0.536717> - 963: < 0.803253, 0.258302, 0.536717> - 964: < 0.588567, 0.706349, 0.393269> - 965: < 0.588567, 0.706349, 0.393269> - 966: < 0.588567, 0.706349, 0.393269> - 967: < 0.588567, 0.706349, 0.393269> - 968: < 0.215631, 0.965787, 0.144080> - 969: < 0.215631, 0.965787, 0.144080> - 970: < 0.215631, 0.965787, 0.144080> - 971: < 0.215631, 0.965787, 0.144080> - 972: <-0.215631, 0.965787, -0.144080> - 973: <-0.215631, 0.965787, -0.144080> - 974: <-0.215631, 0.965787, -0.144080> - 975: <-0.215631, 0.965787, -0.144080> - 976: <-0.588568, 0.706348, -0.393268> - 977: <-0.588568, 0.706348, -0.393268> - 978: <-0.588568, 0.706348, -0.393268> - 979: <-0.588568, 0.706348, -0.393268> - 980: <-0.803253, 0.258302, -0.536716> - 981: <-0.803253, 0.258302, -0.536716> - 982: <-0.803253, 0.258302, -0.536716> - 983: <-0.803253, 0.258302, -0.536716> - 984: <-0.803253, -0.258302, -0.536716> - 985: <-0.803253, -0.258302, -0.536716> - 986: <-0.803253, -0.258302, -0.536716> - 987: <-0.803253, -0.258302, -0.536716> - 988: <-0.588568, -0.706349, -0.393268> - 989: <-0.588568, -0.706349, -0.393268> - 990: <-0.588568, -0.706349, -0.393268> - 991: <-0.588568, -0.706349, -0.393268> - 992: <-0.215631, -0.965787, -0.144080> - 993: <-0.215631, -0.965787, -0.144080> - 994: <-0.215631, -0.965787, -0.144080> - 995: <-0.215631, -0.965787, -0.144080> - 996: < 0.215631, -0.965787, 0.144080> - 997: < 0.215631, -0.965787, 0.144080> - 998: < 0.215631, -0.965787, 0.144080> - 999: < 0.215631, -0.965787, 0.144080> - 1000: < 0.588567, -0.706349, 0.393269> - 1001: < 0.588567, -0.706349, 0.393269> - 1002: < 0.588567, -0.706349, 0.393269> - 1003: < 0.588567, -0.706349, 0.393269> - 1004: < 0.803253, -0.258302, 0.536717> - 1005: < 0.803253, -0.258302, 0.536717> - 1006: < 0.803253, -0.258302, 0.536717> - 1007: < 0.803253, -0.258302, 0.536717> - 1008: < 0.866437, 0.258302, 0.427279> - 1009: < 0.866437, 0.258302, 0.427279> - 1010: < 0.866437, 0.258302, 0.427279> - 1011: < 0.866437, 0.258302, 0.427279> - 1012: < 0.634864, 0.706348, 0.313081> - 1013: < 0.634864, 0.706348, 0.313081> - 1014: < 0.634864, 0.706348, 0.313081> - 1015: < 0.634864, 0.706348, 0.313081> - 1016: < 0.232592, 0.965787, 0.114702> - 1017: < 0.232592, 0.965787, 0.114702> - 1018: < 0.232592, 0.965787, 0.114702> - 1019: < 0.232592, 0.965787, 0.114702> - 1020: <-0.232592, 0.965787, -0.114702> - 1021: <-0.232592, 0.965787, -0.114702> - 1022: <-0.232592, 0.965787, -0.114702> - 1023: <-0.232592, 0.965787, -0.114702> - 1024: <-0.634864, 0.706349, -0.313080> - 1025: <-0.634864, 0.706349, -0.313080> - 1026: <-0.634864, 0.706349, -0.313080> - 1027: <-0.634864, 0.706349, -0.313080> - 1028: <-0.866437, 0.258302, -0.427280> - 1029: <-0.866437, 0.258302, -0.427280> - 1030: <-0.866437, 0.258302, -0.427280> - 1031: <-0.866437, 0.258302, -0.427280> - 1032: <-0.866437, -0.258302, -0.427280> - 1033: <-0.866437, -0.258302, -0.427280> - 1034: <-0.866437, -0.258302, -0.427280> - 1035: <-0.866437, -0.258302, -0.427280> - 1036: <-0.634864, -0.706349, -0.313080> - 1037: <-0.634864, -0.706349, -0.313080> - 1038: <-0.634864, -0.706349, -0.313080> - 1039: <-0.634864, -0.706349, -0.313080> - 1040: <-0.232592, -0.965787, -0.114702> - 1041: <-0.232592, -0.965787, -0.114702> - 1042: <-0.232592, -0.965787, -0.114702> - 1043: <-0.232592, -0.965787, -0.114702> - 1044: < 0.232592, -0.965787, 0.114702> - 1045: < 0.232592, -0.965787, 0.114702> - 1046: < 0.232592, -0.965787, 0.114702> - 1047: < 0.232592, -0.965787, 0.114702> - 1048: < 0.634864, -0.706348, 0.313081> - 1049: < 0.634864, -0.706348, 0.313081> - 1050: < 0.634864, -0.706348, 0.313081> - 1051: < 0.634864, -0.706348, 0.313081> - 1052: < 0.866437, -0.258302, 0.427279> - 1053: < 0.866437, -0.258302, 0.427279> - 1054: < 0.866437, -0.258302, 0.427279> - 1055: < 0.866437, -0.258302, 0.427279> - 1056: < 0.914795, 0.258302, 0.310532> - 1057: < 0.914795, 0.258302, 0.310532> - 1058: < 0.914795, 0.258302, 0.310532> - 1059: < 0.914795, 0.258302, 0.310532> - 1060: < 0.670298, 0.706349, 0.227536> - 1061: < 0.670298, 0.706349, 0.227536> - 1062: < 0.670298, 0.706349, 0.227536> - 1063: < 0.670298, 0.706349, 0.227536> - 1064: < 0.245574, 0.965787, 0.083361> - 1065: < 0.245574, 0.965787, 0.083361> - 1066: < 0.245574, 0.965787, 0.083361> - 1067: < 0.245574, 0.965787, 0.083361> - 1068: <-0.245574, 0.965787, -0.083361> - 1069: <-0.245574, 0.965787, -0.083361> - 1070: <-0.245574, 0.965787, -0.083361> - 1071: <-0.245574, 0.965787, -0.083361> - 1072: <-0.670298, 0.706349, -0.227536> - 1073: <-0.670298, 0.706349, -0.227536> - 1074: <-0.670298, 0.706349, -0.227536> - 1075: <-0.670298, 0.706349, -0.227536> - 1076: <-0.914795, 0.258302, -0.310532> - 1077: <-0.914795, 0.258302, -0.310532> - 1078: <-0.914795, 0.258302, -0.310532> - 1079: <-0.914795, 0.258302, -0.310532> - 1080: <-0.914795, -0.258302, -0.310532> - 1081: <-0.914795, -0.258302, -0.310532> - 1082: <-0.914795, -0.258302, -0.310532> - 1083: <-0.914795, -0.258302, -0.310532> - 1084: <-0.670298, -0.706349, -0.227536> - 1085: <-0.670298, -0.706349, -0.227536> - 1086: <-0.670298, -0.706349, -0.227536> - 1087: <-0.670298, -0.706349, -0.227536> - 1088: <-0.245574, -0.965787, -0.083361> - 1089: <-0.245574, -0.965787, -0.083361> - 1090: <-0.245574, -0.965787, -0.083361> - 1091: <-0.245574, -0.965787, -0.083361> - 1092: < 0.245574, -0.965787, 0.083361> - 1093: < 0.245574, -0.965787, 0.083361> - 1094: < 0.245574, -0.965787, 0.083361> - 1095: < 0.245574, -0.965787, 0.083361> - 1096: < 0.670298, -0.706349, 0.227536> - 1097: < 0.670298, -0.706349, 0.227536> - 1098: < 0.670298, -0.706349, 0.227536> - 1099: < 0.670298, -0.706349, 0.227536> - 1100: < 0.914795, -0.258302, 0.310532> - 1101: < 0.914795, -0.258302, 0.310532> - 1102: < 0.914795, -0.258302, 0.310532> - 1103: < 0.914795, -0.258302, 0.310532> - 1104: < 0.947502, 0.258302, 0.188469> - 1105: < 0.947502, 0.258302, 0.188469> - 1106: < 0.947502, 0.258302, 0.188469> - 1107: < 0.947502, 0.258302, 0.188469> - 1108: < 0.694263, 0.706349, 0.138097> - 1109: < 0.694263, 0.706349, 0.138097> - 1110: < 0.694263, 0.706349, 0.138097> - 1111: < 0.694263, 0.706349, 0.138097> - 1112: < 0.254354, 0.965787, 0.050594> - 1113: < 0.254354, 0.965787, 0.050594> - 1114: < 0.254354, 0.965787, 0.050594> - 1115: < 0.254354, 0.965787, 0.050594> - 1116: <-0.254354, 0.965787, -0.050594> - 1117: <-0.254354, 0.965787, -0.050594> - 1118: <-0.254354, 0.965787, -0.050594> - 1119: <-0.254354, 0.965787, -0.050594> - 1120: <-0.694263, 0.706349, -0.138097> - 1121: <-0.694263, 0.706349, -0.138097> - 1122: <-0.694263, 0.706349, -0.138097> - 1123: <-0.694263, 0.706349, -0.138097> - 1124: <-0.947502, 0.258302, -0.188469> - 1125: <-0.947502, 0.258302, -0.188469> - 1126: <-0.947502, 0.258302, -0.188469> - 1127: <-0.947502, 0.258302, -0.188469> - 1128: <-0.947502, -0.258302, -0.188469> - 1129: <-0.947502, -0.258302, -0.188469> - 1130: <-0.947502, -0.258302, -0.188469> - 1131: <-0.947502, -0.258302, -0.188469> - 1132: <-0.694263, -0.706349, -0.138097> - 1133: <-0.694263, -0.706349, -0.138097> - 1134: <-0.694263, -0.706349, -0.138097> - 1135: <-0.694263, -0.706349, -0.138097> - 1136: <-0.254354, -0.965787, -0.050594> - 1137: <-0.254354, -0.965787, -0.050594> - 1138: <-0.254354, -0.965787, -0.050594> - 1139: <-0.254354, -0.965787, -0.050594> - 1140: < 0.254354, -0.965787, 0.050594> - 1141: < 0.254354, -0.965787, 0.050594> - 1142: < 0.254354, -0.965787, 0.050594> - 1143: < 0.254354, -0.965787, 0.050594> - 1144: < 0.694263, -0.706349, 0.138097> - 1145: < 0.694263, -0.706349, 0.138097> - 1146: < 0.694263, -0.706349, 0.138097> - 1147: < 0.694263, -0.706349, 0.138097> - 1148: < 0.947502, -0.258302, 0.188469> - 1149: < 0.947502, -0.258302, 0.188469> - 1150: < 0.947502, -0.258302, 0.188469> - 1151: < 0.947502, -0.258302, 0.188469> - 1152: < 0.963996, 0.258302, 0.063184> - 1153: < 0.963996, 0.258302, 0.063184> - 1154: < 0.963996, 0.258302, 0.063184> - 1155: < 0.963996, 0.258302, 0.063184> - 1156: < 0.706348, 0.706349, 0.046297> - 1157: < 0.706348, 0.706349, 0.046297> - 1158: < 0.706348, 0.706349, 0.046297> - 1159: < 0.706348, 0.706349, 0.046297> - 1160: < 0.258782, 0.965787, 0.016962> - 1161: < 0.258782, 0.965787, 0.016962> - 1162: < 0.258782, 0.965787, 0.016962> - 1163: < 0.258782, 0.965787, 0.016962> - 1164: <-0.258782, 0.965787, -0.016962> - 1165: <-0.258782, 0.965787, -0.016962> - 1166: <-0.258782, 0.965787, -0.016962> - 1167: <-0.258782, 0.965787, -0.016962> - 1168: <-0.706349, 0.706349, -0.046297> - 1169: <-0.706349, 0.706349, -0.046297> - 1170: <-0.706349, 0.706349, -0.046297> - 1171: <-0.706349, 0.706349, -0.046297> - 1172: <-0.963996, 0.258302, -0.063184> - 1173: <-0.963996, 0.258302, -0.063184> - 1174: <-0.963996, 0.258302, -0.063184> - 1175: <-0.963996, 0.258302, -0.063184> - 1176: <-0.963996, -0.258302, -0.063184> - 1177: <-0.963996, -0.258302, -0.063184> - 1178: <-0.963996, -0.258302, -0.063184> - 1179: <-0.963996, -0.258302, -0.063184> - 1180: <-0.706349, -0.706349, -0.046297> - 1181: <-0.706349, -0.706349, -0.046297> - 1182: <-0.706349, -0.706349, -0.046297> - 1183: <-0.706349, -0.706349, -0.046297> - 1184: <-0.258782, -0.965787, -0.016962> - 1185: <-0.258782, -0.965787, -0.016962> - 1186: <-0.258782, -0.965787, -0.016962> - 1187: <-0.258782, -0.965787, -0.016962> - 1188: < 0.258782, -0.965787, 0.016962> - 1189: < 0.258782, -0.965787, 0.016962> - 1190: < 0.258782, -0.965787, 0.016962> - 1191: < 0.258782, -0.965787, 0.016962> - 1192: < 0.706348, -0.706349, 0.046297> - 1193: < 0.706348, -0.706349, 0.046297> - 1194: < 0.706348, -0.706349, 0.046297> - 1195: < 0.706348, -0.706349, 0.046297> - 1196: < 0.963996, -0.258302, 0.063184> - 1197: < 0.963996, -0.258302, 0.063184> - 1198: < 0.963996, -0.258302, 0.063184> - 1199: < 0.963996, -0.258302, 0.063184> - 1200: < 0.963996, 0.258302, -0.063184> - 1201: < 0.963996, 0.258302, -0.063184> - 1202: < 0.963996, 0.258302, -0.063184> - 1203: < 0.963996, 0.258302, -0.063184> - 1204: < 0.706349, 0.706349, -0.046297> - 1205: < 0.706349, 0.706349, -0.046297> - 1206: < 0.706349, 0.706349, -0.046297> - 1207: < 0.706349, 0.706349, -0.046297> - 1208: < 0.258782, 0.965787, -0.016962> - 1209: < 0.258782, 0.965787, -0.016962> - 1210: < 0.258782, 0.965787, -0.016962> - 1211: < 0.258782, 0.965787, -0.016962> - 1212: <-0.258782, 0.965787, 0.016962> - 1213: <-0.258782, 0.965787, 0.016962> - 1214: <-0.258782, 0.965787, 0.016962> - 1215: <-0.258782, 0.965787, 0.016962> - 1216: <-0.706348, 0.706349, 0.046297> - 1217: <-0.706348, 0.706349, 0.046297> - 1218: <-0.706348, 0.706349, 0.046297> - 1219: <-0.706348, 0.706349, 0.046297> - 1220: <-0.963996, 0.258302, 0.063184> - 1221: <-0.963996, 0.258302, 0.063184> - 1222: <-0.963996, 0.258302, 0.063184> - 1223: <-0.963996, 0.258302, 0.063184> - 1224: <-0.963996, -0.258302, 0.063184> - 1225: <-0.963996, -0.258302, 0.063184> - 1226: <-0.963996, -0.258302, 0.063184> - 1227: <-0.963996, -0.258302, 0.063184> - 1228: <-0.706348, -0.706349, 0.046297> - 1229: <-0.706348, -0.706349, 0.046297> - 1230: <-0.706348, -0.706349, 0.046297> - 1231: <-0.706348, -0.706349, 0.046297> - 1232: <-0.258782, -0.965787, 0.016962> - 1233: <-0.258782, -0.965787, 0.016962> - 1234: <-0.258782, -0.965787, 0.016962> - 1235: <-0.258782, -0.965787, 0.016962> - 1236: < 0.258782, -0.965787, -0.016962> - 1237: < 0.258782, -0.965787, -0.016962> - 1238: < 0.258782, -0.965787, -0.016962> - 1239: < 0.258782, -0.965787, -0.016962> - 1240: < 0.706348, -0.706349, -0.046297> - 1241: < 0.706348, -0.706349, -0.046297> - 1242: < 0.706348, -0.706349, -0.046297> - 1243: < 0.706348, -0.706349, -0.046297> - 1244: < 0.963996, -0.258302, -0.063184> - 1245: < 0.963996, -0.258302, -0.063184> - 1246: < 0.963996, -0.258302, -0.063184> - 1247: < 0.963996, -0.258302, -0.063184> - 1248: < 0.947502, 0.258301, -0.188469> - 1249: < 0.947502, 0.258301, -0.188469> - 1250: < 0.947502, 0.258301, -0.188469> - 1251: < 0.947502, 0.258301, -0.188469> - 1252: < 0.694263, 0.706349, -0.138097> - 1253: < 0.694263, 0.706349, -0.138097> - 1254: < 0.694263, 0.706349, -0.138097> - 1255: < 0.694263, 0.706349, -0.138097> - 1256: < 0.254354, 0.965787, -0.050594> - 1257: < 0.254354, 0.965787, -0.050594> - 1258: < 0.254354, 0.965787, -0.050594> - 1259: < 0.254354, 0.965787, -0.050594> - 1260: <-0.254354, 0.965787, 0.050594> - 1261: <-0.254354, 0.965787, 0.050594> - 1262: <-0.254354, 0.965787, 0.050594> - 1263: <-0.254354, 0.965787, 0.050594> - 1264: <-0.694263, 0.706349, 0.138097> - 1265: <-0.694263, 0.706349, 0.138097> - 1266: <-0.694263, 0.706349, 0.138097> - 1267: <-0.694263, 0.706349, 0.138097> - 1268: <-0.947502, 0.258302, 0.188469> - 1269: <-0.947502, 0.258302, 0.188469> - 1270: <-0.947502, 0.258302, 0.188469> - 1271: <-0.947502, 0.258302, 0.188469> - 1272: <-0.947502, -0.258302, 0.188469> - 1273: <-0.947502, -0.258302, 0.188469> - 1274: <-0.947502, -0.258302, 0.188469> - 1275: <-0.947502, -0.258302, 0.188469> - 1276: <-0.694263, -0.706349, 0.138097> - 1277: <-0.694263, -0.706349, 0.138097> - 1278: <-0.694263, -0.706349, 0.138097> - 1279: <-0.694263, -0.706349, 0.138097> - 1280: <-0.254354, -0.965787, 0.050594> - 1281: <-0.254354, -0.965787, 0.050594> - 1282: <-0.254354, -0.965787, 0.050594> - 1283: <-0.254354, -0.965787, 0.050594> - 1284: < 0.254354, -0.965787, -0.050594> - 1285: < 0.254354, -0.965787, -0.050594> - 1286: < 0.254354, -0.965787, -0.050594> - 1287: < 0.254354, -0.965787, -0.050594> - 1288: < 0.694263, -0.706349, -0.138097> - 1289: < 0.694263, -0.706349, -0.138097> - 1290: < 0.694263, -0.706349, -0.138097> - 1291: < 0.694263, -0.706349, -0.138097> - 1292: < 0.947502, -0.258302, -0.188469> - 1293: < 0.947502, -0.258302, -0.188469> - 1294: < 0.947502, -0.258302, -0.188469> - 1295: < 0.947502, -0.258302, -0.188469> - 1296: < 0.914795, 0.258302, -0.310531> - 1297: < 0.914795, 0.258302, -0.310531> - 1298: < 0.914795, 0.258302, -0.310531> - 1299: < 0.914795, 0.258302, -0.310531> - 1300: < 0.670298, 0.706349, -0.227535> - 1301: < 0.670298, 0.706349, -0.227535> - 1302: < 0.670298, 0.706349, -0.227535> - 1303: < 0.670298, 0.706349, -0.227535> - 1304: < 0.245574, 0.965787, -0.083361> - 1305: < 0.245574, 0.965787, -0.083361> - 1306: < 0.245574, 0.965787, -0.083361> - 1307: < 0.245574, 0.965787, -0.083361> - 1308: <-0.245574, 0.965787, 0.083361> - 1309: <-0.245574, 0.965787, 0.083361> - 1310: <-0.245574, 0.965787, 0.083361> - 1311: <-0.245574, 0.965787, 0.083361> - 1312: <-0.670298, 0.706349, 0.227536> - 1313: <-0.670298, 0.706349, 0.227536> - 1314: <-0.670298, 0.706349, 0.227536> - 1315: <-0.670298, 0.706349, 0.227536> - 1316: <-0.914795, 0.258302, 0.310532> - 1317: <-0.914795, 0.258302, 0.310532> - 1318: <-0.914795, 0.258302, 0.310532> - 1319: <-0.914795, 0.258302, 0.310532> - 1320: <-0.914795, -0.258302, 0.310532> - 1321: <-0.914795, -0.258302, 0.310532> - 1322: <-0.914795, -0.258302, 0.310532> - 1323: <-0.914795, -0.258302, 0.310532> - 1324: <-0.670298, -0.706349, 0.227536> - 1325: <-0.670298, -0.706349, 0.227536> - 1326: <-0.670298, -0.706349, 0.227536> - 1327: <-0.670298, -0.706349, 0.227536> - 1328: <-0.245574, -0.965787, 0.083361> - 1329: <-0.245574, -0.965787, 0.083361> - 1330: <-0.245574, -0.965787, 0.083361> - 1331: <-0.245574, -0.965787, 0.083361> - 1332: < 0.245574, -0.965787, -0.083361> - 1333: < 0.245574, -0.965787, -0.083361> - 1334: < 0.245574, -0.965787, -0.083361> - 1335: < 0.245574, -0.965787, -0.083361> - 1336: < 0.670298, -0.706349, -0.227535> - 1337: < 0.670298, -0.706349, -0.227535> - 1338: < 0.670298, -0.706349, -0.227535> - 1339: < 0.670298, -0.706349, -0.227535> - 1340: < 0.914795, -0.258302, -0.310531> - 1341: < 0.914795, -0.258302, -0.310531> - 1342: < 0.914795, -0.258302, -0.310531> - 1343: < 0.914795, -0.258302, -0.310531> - 1344: < 0.866437, 0.258302, -0.427279> - 1345: < 0.866437, 0.258302, -0.427279> - 1346: < 0.866437, 0.258302, -0.427279> - 1347: < 0.866437, 0.258302, -0.427279> - 1348: < 0.634864, 0.706349, -0.313080> - 1349: < 0.634864, 0.706349, -0.313080> - 1350: < 0.634864, 0.706349, -0.313080> - 1351: < 0.634864, 0.706349, -0.313080> - 1352: < 0.232592, 0.965787, -0.114702> - 1353: < 0.232592, 0.965787, -0.114702> - 1354: < 0.232592, 0.965787, -0.114702> - 1355: < 0.232592, 0.965787, -0.114702> - 1356: <-0.232592, 0.965787, 0.114702> - 1357: <-0.232592, 0.965787, 0.114702> - 1358: <-0.232592, 0.965787, 0.114702> - 1359: <-0.232592, 0.965787, 0.114702> - 1360: <-0.634864, 0.706349, 0.313080> - 1361: <-0.634864, 0.706349, 0.313080> - 1362: <-0.634864, 0.706349, 0.313080> - 1363: <-0.634864, 0.706349, 0.313080> - 1364: <-0.866437, 0.258302, 0.427279> - 1365: <-0.866437, 0.258302, 0.427279> - 1366: <-0.866437, 0.258302, 0.427279> - 1367: <-0.866437, 0.258302, 0.427279> - 1368: <-0.866437, -0.258302, 0.427279> - 1369: <-0.866437, -0.258302, 0.427279> - 1370: <-0.866437, -0.258302, 0.427279> - 1371: <-0.866437, -0.258302, 0.427279> - 1372: <-0.634864, -0.706349, 0.313080> - 1373: <-0.634864, -0.706349, 0.313080> - 1374: <-0.634864, -0.706349, 0.313080> - 1375: <-0.634864, -0.706349, 0.313080> - 1376: <-0.232592, -0.965787, 0.114702> - 1377: <-0.232592, -0.965787, 0.114702> - 1378: <-0.232592, -0.965787, 0.114702> - 1379: <-0.232592, -0.965787, 0.114702> - 1380: < 0.232592, -0.965787, -0.114702> - 1381: < 0.232592, -0.965787, -0.114702> - 1382: < 0.232592, -0.965787, -0.114702> - 1383: < 0.232592, -0.965787, -0.114702> - 1384: < 0.634864, -0.706349, -0.313080> - 1385: < 0.634864, -0.706349, -0.313080> - 1386: < 0.634864, -0.706349, -0.313080> - 1387: < 0.634864, -0.706349, -0.313080> - 1388: < 0.866437, -0.258302, -0.427279> - 1389: < 0.866437, -0.258302, -0.427279> - 1390: < 0.866437, -0.258302, -0.427279> - 1391: < 0.866437, -0.258302, -0.427279> - 1392: < 0.803253, 0.258302, -0.536717> - 1393: < 0.803253, 0.258302, -0.536717> - 1394: < 0.803253, 0.258302, -0.536717> - 1395: < 0.803253, 0.258302, -0.536717> - 1396: < 0.588567, 0.706349, -0.393269> - 1397: < 0.588567, 0.706349, -0.393269> - 1398: < 0.588567, 0.706349, -0.393269> - 1399: < 0.588567, 0.706349, -0.393269> - 1400: <-0.215631, 0.965787, 0.144080> - 1401: <-0.215631, 0.965787, 0.144080> - 1402: <-0.215631, 0.965787, 0.144080> - 1403: <-0.215631, 0.965787, 0.144080> - 1404: <-0.588568, 0.706349, 0.393268> - 1405: <-0.588568, 0.706349, 0.393268> - 1406: <-0.588568, 0.706349, 0.393268> - 1407: <-0.588568, 0.706349, 0.393268> - 1408: <-0.803253, 0.258302, 0.536717> - 1409: <-0.803253, 0.258302, 0.536717> - 1410: <-0.803253, 0.258302, 0.536717> - 1411: <-0.803253, 0.258302, 0.536717> - 1412: <-0.803253, -0.258302, 0.536717> - 1413: <-0.803253, -0.258302, 0.536717> - 1414: <-0.803253, -0.258302, 0.536717> - 1415: <-0.803253, -0.258302, 0.536717> - 1416: <-0.588568, -0.706349, 0.393268> - 1417: <-0.588568, -0.706349, 0.393268> - 1418: <-0.588568, -0.706349, 0.393268> - 1419: <-0.588568, -0.706349, 0.393268> - 1420: <-0.215631, -0.965787, 0.144080> - 1421: <-0.215631, -0.965787, 0.144080> - 1422: <-0.215631, -0.965787, 0.144080> - 1423: <-0.215631, -0.965787, 0.144080> - 1424: < 0.215631, -0.965787, -0.144080> - 1425: < 0.215631, -0.965787, -0.144080> - 1426: < 0.215631, -0.965787, -0.144080> - 1427: < 0.215631, -0.965787, -0.144080> - 1428: < 0.588567, -0.706349, -0.393269> - 1429: < 0.588567, -0.706349, -0.393269> - 1430: < 0.588567, -0.706349, -0.393269> - 1431: < 0.588567, -0.706349, -0.393269> - 1432: < 0.803253, -0.258302, -0.536717> - 1433: < 0.803253, -0.258302, -0.536717> - 1434: < 0.803253, -0.258302, -0.536717> - 1435: < 0.803253, -0.258302, -0.536717> - 1436: < 0.726326, 0.258301, -0.636970> - 1437: < 0.726326, 0.258301, -0.636970> - 1438: < 0.726326, 0.258301, -0.636970> - 1439: < 0.726326, 0.258301, -0.636970> - 1440: <-0.194980, 0.965787, 0.170993> - 1441: <-0.194980, 0.965787, 0.170993> - 1442: <-0.194980, 0.965787, 0.170993> - 1443: <-0.194980, 0.965787, 0.170993> - 1444: <-0.532200, 0.706349, 0.466727> - 1445: <-0.532200, 0.706349, 0.466727> - 1446: <-0.532200, 0.706349, 0.466727> - 1447: <-0.532200, 0.706349, 0.466727> - 1448: <-0.726325, 0.258301, 0.636971> - 1449: <-0.726325, 0.258301, 0.636971> - 1450: <-0.726325, 0.258301, 0.636971> - 1451: <-0.726325, 0.258301, 0.636971> - 1452: <-0.726325, -0.258302, 0.636971> - 1453: <-0.726325, -0.258302, 0.636971> - 1454: <-0.726325, -0.258302, 0.636971> - 1455: <-0.726325, -0.258302, 0.636971> - 1456: <-0.532200, -0.706349, 0.466727> - 1457: <-0.532200, -0.706349, 0.466727> - 1458: <-0.532200, -0.706349, 0.466727> - 1459: <-0.532200, -0.706349, 0.466727> - 1460: <-0.194980, -0.965787, 0.170993> - 1461: <-0.194980, -0.965787, 0.170993> - 1462: <-0.194980, -0.965787, 0.170993> - 1463: <-0.194980, -0.965787, 0.170993> - 1464: < 0.194980, -0.965787, -0.170993> - 1465: < 0.194980, -0.965787, -0.170993> - 1466: < 0.194980, -0.965787, -0.170993> - 1467: < 0.194980, -0.965787, -0.170993> - 1468: < 0.532201, -0.706349, -0.466727> - 1469: < 0.532201, -0.706349, -0.466727> - 1470: < 0.532201, -0.706349, -0.466727> - 1471: < 0.532201, -0.706349, -0.466727> - 1472: < 0.726326, -0.258301, -0.636970> - 1473: < 0.726326, -0.258301, -0.636970> - 1474: < 0.726326, -0.258301, -0.636970> - 1475: < 0.726326, -0.258301, -0.636970> - 1476: < 0.636971, 0.258301, -0.726326> - 1477: < 0.636971, 0.258301, -0.726326> - 1478: < 0.636971, 0.258301, -0.726326> - 1479: < 0.636971, 0.258301, -0.726326> - 1480: <-0.466728, 0.706349, 0.532200> - 1481: <-0.466728, 0.706349, 0.532200> - 1482: <-0.466728, 0.706349, 0.532200> - 1483: <-0.466728, 0.706349, 0.532200> - 1484: <-0.636971, 0.258302, 0.726325> - 1485: <-0.636971, 0.258302, 0.726325> - 1486: <-0.636971, 0.258302, 0.726325> - 1487: <-0.636971, 0.258302, 0.726325> - 1488: <-0.636971, -0.258302, 0.726325> - 1489: <-0.636971, -0.258302, 0.726325> - 1490: <-0.636971, -0.258302, 0.726325> - 1491: <-0.636971, -0.258302, 0.726325> - 1492: <-0.466728, -0.706348, 0.532200> - 1493: <-0.466728, -0.706348, 0.532200> - 1494: <-0.466728, -0.706348, 0.532200> - 1495: <-0.466728, -0.706348, 0.532200> - 1496: <-0.170993, -0.965787, 0.194980> - 1497: <-0.170993, -0.965787, 0.194980> - 1498: <-0.170993, -0.965787, 0.194980> - 1499: <-0.170993, -0.965787, 0.194980> - 1500: < 0.170993, -0.965787, -0.194980> - 1501: < 0.170993, -0.965787, -0.194980> - 1502: < 0.170993, -0.965787, -0.194980> - 1503: < 0.170993, -0.965787, -0.194980> - 1504: < 0.466727, -0.706349, -0.532200> - 1505: < 0.466727, -0.706349, -0.532200> - 1506: < 0.466727, -0.706349, -0.532200> - 1507: < 0.466727, -0.706349, -0.532200> - 1508: < 0.636971, -0.258301, -0.726326> - 1509: < 0.636971, -0.258301, -0.726326> - 1510: < 0.636971, -0.258301, -0.726326> - 1511: < 0.636971, -0.258301, -0.726326> - 1512: <-0.393268, 0.706349, 0.588567> - 1513: <-0.393268, 0.706349, 0.588567> - 1514: <-0.393268, 0.706349, 0.588567> - 1515: <-0.393268, 0.706349, 0.588567> - 1516: <-0.536717, 0.258302, 0.803253> - 1517: <-0.536717, 0.258302, 0.803253> - 1518: <-0.536717, 0.258302, 0.803253> - 1519: <-0.536717, 0.258302, 0.803253> - 1520: <-0.536717, -0.258302, 0.803253> - 1521: <-0.536717, -0.258302, 0.803253> - 1522: <-0.536717, -0.258302, 0.803253> - 1523: <-0.536717, -0.258302, 0.803253> - 1524: <-0.393268, -0.706349, 0.588567> - 1525: <-0.393268, -0.706349, 0.588567> - 1526: <-0.393268, -0.706349, 0.588567> - 1527: <-0.393268, -0.706349, 0.588567> - 1528: <-0.144080, -0.965787, 0.215631> - 1529: <-0.144080, -0.965787, 0.215631> - 1530: <-0.144080, -0.965787, 0.215631> - 1531: <-0.144080, -0.965787, 0.215631> - 1532: < 0.144080, -0.965787, -0.215631> - 1533: < 0.144080, -0.965787, -0.215631> - 1534: < 0.144080, -0.965787, -0.215631> - 1535: < 0.144080, -0.965787, -0.215631> - 1536: < 0.393268, -0.706349, -0.588567> - 1537: < 0.393268, -0.706349, -0.588567> - 1538: < 0.393268, -0.706349, -0.588567> - 1539: < 0.393268, -0.706349, -0.588567> - 1540: < 0.536717, -0.258302, -0.803253> - 1541: < 0.536717, -0.258302, -0.803253> - 1542: < 0.536717, -0.258302, -0.803253> - 1543: < 0.536717, -0.258302, -0.803253> - 1544: <-0.313080, 0.706349, 0.634864> - 1545: <-0.313080, 0.706349, 0.634864> - 1546: <-0.313080, 0.706349, 0.634864> - 1547: <-0.313080, 0.706349, 0.634864> - 1548: <-0.427279, 0.258302, 0.866437> - 1549: <-0.427279, 0.258302, 0.866437> - 1550: <-0.427279, 0.258302, 0.866437> - 1551: <-0.427279, 0.258302, 0.866437> - 1552: <-0.427279, -0.258302, 0.866437> - 1553: <-0.427279, -0.258302, 0.866437> - 1554: <-0.427279, -0.258302, 0.866437> - 1555: <-0.427279, -0.258302, 0.866437> - 1556: <-0.313080, -0.706349, 0.634864> - 1557: <-0.313080, -0.706349, 0.634864> - 1558: <-0.313080, -0.706349, 0.634864> - 1559: <-0.313080, -0.706349, 0.634864> - 1560: <-0.114702, -0.965787, 0.232592> - 1561: <-0.114702, -0.965787, 0.232592> - 1562: <-0.114702, -0.965787, 0.232592> - 1563: <-0.114702, -0.965787, 0.232592> - 1564: < 0.114702, -0.965787, -0.232592> - 1565: < 0.114702, -0.965787, -0.232592> - 1566: < 0.114702, -0.965787, -0.232592> - 1567: < 0.114702, -0.965787, -0.232592> - 1568: < 0.313081, -0.706348, -0.634865> - 1569: < 0.313081, -0.706348, -0.634865> - 1570: < 0.313081, -0.706348, -0.634865> - 1571: < 0.313081, -0.706348, -0.634865> - 1572: <-0.227536, 0.706348, 0.670298> - 1573: <-0.227536, 0.706348, 0.670298> - 1574: <-0.227536, 0.706348, 0.670298> - 1575: <-0.227536, 0.706348, 0.670298> - 1576: <-0.310531, 0.258302, 0.914795> - 1577: <-0.310531, 0.258302, 0.914795> - 1578: <-0.310531, 0.258302, 0.914795> - 1579: <-0.310531, 0.258302, 0.914795> - 1580: <-0.310531, -0.258302, 0.914795> - 1581: <-0.310531, -0.258302, 0.914795> - 1582: <-0.310531, -0.258302, 0.914795> - 1583: <-0.310531, -0.258302, 0.914795> - 1584: <-0.227536, -0.706348, 0.670298> - 1585: <-0.227536, -0.706348, 0.670298> - 1586: <-0.227536, -0.706348, 0.670298> - 1587: <-0.227536, -0.706348, 0.670298> - 1588: <-0.083361, -0.965787, 0.245574> - 1589: <-0.083361, -0.965787, 0.245574> - 1590: <-0.083361, -0.965787, 0.245574> - 1591: <-0.083361, -0.965787, 0.245574> - 1592: < 0.083361, -0.965787, -0.245574> - 1593: < 0.083361, -0.965787, -0.245574> - 1594: < 0.083361, -0.965787, -0.245574> - 1595: < 0.083361, -0.965787, -0.245574> - 1596: < 0.227536, -0.706348, -0.670298> - 1597: < 0.227536, -0.706348, -0.670298> - 1598: < 0.227536, -0.706348, -0.670298> - 1599: < 0.227536, -0.706348, -0.670298> - 1600: <-0.138098, 0.706349, 0.694263> - 1601: <-0.138098, 0.706349, 0.694263> - 1602: <-0.138098, 0.706349, 0.694263> - 1603: <-0.138098, 0.706349, 0.694263> - 1604: <-0.188470, 0.258302, 0.947501> - 1605: <-0.188470, 0.258302, 0.947501> - 1606: <-0.188470, 0.258302, 0.947501> - 1607: <-0.188470, 0.258302, 0.947501> - 1608: <-0.188470, -0.258302, 0.947501> - 1609: <-0.188470, -0.258302, 0.947501> - 1610: <-0.188470, -0.258302, 0.947501> - 1611: <-0.188470, -0.258302, 0.947501> - 1612: <-0.138098, -0.706349, 0.694263> - 1613: <-0.138098, -0.706349, 0.694263> - 1614: <-0.138098, -0.706349, 0.694263> - 1615: <-0.138098, -0.706349, 0.694263> - 1616: <-0.050594, -0.965787, 0.254354> - 1617: <-0.050594, -0.965787, 0.254354> - 1618: <-0.050594, -0.965787, 0.254354> - 1619: <-0.050594, -0.965787, 0.254354> - 1620: < 0.050594, -0.965787, -0.254354> - 1621: < 0.050594, -0.965787, -0.254354> - 1622: < 0.050594, -0.965787, -0.254354> - 1623: < 0.050594, -0.965787, -0.254354> - 1624: <-0.046297, 0.706348, 0.706349> - 1625: <-0.046297, 0.706348, 0.706349> - 1626: <-0.046297, 0.706348, 0.706349> - 1627: <-0.046297, 0.706348, 0.706349> - 1628: <-0.063184, 0.258302, 0.963996> - 1629: <-0.063184, 0.258302, 0.963996> - 1630: <-0.063184, 0.258302, 0.963996> - 1631: <-0.063184, 0.258302, 0.963996> - 1632: <-0.063184, -0.258302, 0.963996> - 1633: <-0.063184, -0.258302, 0.963996> - 1634: <-0.063184, -0.258302, 0.963996> - 1635: <-0.063184, -0.258302, 0.963996> - 1636: <-0.046297, -0.706348, 0.706349> - 1637: <-0.046297, -0.706348, 0.706349> - 1638: <-0.046297, -0.706348, 0.706349> - 1639: <-0.046297, -0.706348, 0.706349> - 1640: <-0.016962, -0.965787, 0.258782> - 1641: <-0.016962, -0.965787, 0.258782> - 1642: <-0.016962, -0.965787, 0.258782> - 1643: <-0.016962, -0.965787, 0.258782> - 1644: < 0.016961, -0.965787, -0.258782> - 1645: < 0.016961, -0.965787, -0.258782> - 1646: < 0.016961, -0.965787, -0.258782> - 1647: < 0.016961, -0.965787, -0.258782> - 1648: < 0.046297, 0.706349, 0.706348> - 1649: < 0.046297, 0.706349, 0.706348> - 1650: < 0.046297, 0.706349, 0.706348> - 1651: < 0.046297, 0.706349, 0.706348> - 1652: < 0.063184, 0.258301, 0.963996> - 1653: < 0.063184, 0.258301, 0.963996> - 1654: < 0.063184, 0.258301, 0.963996> - 1655: < 0.063184, 0.258301, 0.963996> - 1656: < 0.063184, -0.258301, 0.963996> - 1657: < 0.063184, -0.258301, 0.963996> - 1658: < 0.063184, -0.258301, 0.963996> - 1659: < 0.063184, -0.258301, 0.963996> - 1660: < 0.046297, -0.706349, 0.706348> - 1661: < 0.046297, -0.706349, 0.706348> - 1662: < 0.046297, -0.706349, 0.706348> - 1663: < 0.046297, -0.706349, 0.706348> - 1664: < 0.016962, -0.965787, 0.258782> - 1665: < 0.016962, -0.965787, 0.258782> - 1666: < 0.016962, -0.965787, 0.258782> - 1667: < 0.016962, -0.965787, 0.258782> - 1668: <-0.016961, -0.965787, -0.258782> - 1669: <-0.016961, -0.965787, -0.258782> - 1670: <-0.016961, -0.965787, -0.258782> - 1671: <-0.016961, -0.965787, -0.258782> - 1672: < 0.050594, 0.965787, 0.254354> - 1673: < 0.050594, 0.965787, 0.254354> - 1674: < 0.050594, 0.965787, 0.254354> - 1675: < 0.050594, 0.965787, 0.254354> - 1676: < 0.138097, 0.706348, 0.694263> - 1677: < 0.138097, 0.706348, 0.694263> - 1678: < 0.138097, 0.706348, 0.694263> - 1679: < 0.138097, 0.706348, 0.694263> - 1680: < 0.188469, 0.258302, 0.947502> - 1681: < 0.188469, 0.258302, 0.947502> - 1682: < 0.188469, 0.258302, 0.947502> - 1683: < 0.188469, 0.258302, 0.947502> - 1684: < 0.188469, -0.258302, 0.947502> - 1685: < 0.188469, -0.258302, 0.947502> - 1686: < 0.188469, -0.258302, 0.947502> - 1687: < 0.188469, -0.258302, 0.947502> - 1688: < 0.138097, -0.706348, 0.694263> - 1689: < 0.138097, -0.706348, 0.694263> - 1690: < 0.138097, -0.706348, 0.694263> - 1691: < 0.138097, -0.706348, 0.694263> - 1692: < 0.050594, -0.965787, 0.254354> - 1693: < 0.050594, -0.965787, 0.254354> - 1694: < 0.050594, -0.965787, 0.254354> - 1695: < 0.050594, -0.965787, 0.254354> - 1696: <-0.050594, -0.965787, -0.254354> - 1697: <-0.050594, -0.965787, -0.254354> - 1698: <-0.050594, -0.965787, -0.254354> - 1699: <-0.050594, -0.965787, -0.254354> - 1700: < 0.083361, 0.965787, 0.245574> - 1701: < 0.083361, 0.965787, 0.245574> - 1702: < 0.083361, 0.965787, 0.245574> - 1703: < 0.083361, 0.965787, 0.245574> - 1704: < 0.227535, 0.706349, 0.670298> - 1705: < 0.227535, 0.706349, 0.670298> - 1706: < 0.227535, 0.706349, 0.670298> - 1707: < 0.227535, 0.706349, 0.670298> - 1708: < 0.310531, 0.258301, 0.914796> - 1709: < 0.310531, 0.258301, 0.914796> - 1710: < 0.310531, 0.258301, 0.914796> - 1711: < 0.310531, 0.258301, 0.914796> - 1712: < 0.310531, -0.258301, 0.914796> - 1713: < 0.310531, -0.258301, 0.914796> - 1714: < 0.310531, -0.258301, 0.914796> - 1715: < 0.310531, -0.258301, 0.914796> - 1716: < 0.227535, -0.706349, 0.670298> - 1717: < 0.227535, -0.706349, 0.670298> - 1718: < 0.227535, -0.706349, 0.670298> - 1719: < 0.227535, -0.706349, 0.670298> - 1720: < 0.083361, -0.965787, 0.245574> - 1721: < 0.083361, -0.965787, 0.245574> - 1722: < 0.083361, -0.965787, 0.245574> - 1723: < 0.083361, -0.965787, 0.245574> - 1724: <-0.083361, -0.965787, -0.245574> - 1725: <-0.083361, -0.965787, -0.245574> - 1726: <-0.083361, -0.965787, -0.245574> - 1727: <-0.083361, -0.965787, -0.245574> - 1728: <-0.114702, 0.965787, -0.232592> - 1729: <-0.114702, 0.965787, -0.232592> - 1730: <-0.114702, 0.965787, -0.232592> - 1731: <-0.114702, 0.965787, -0.232592> - 1732: < 0.114702, 0.965787, 0.232592> - 1733: < 0.114702, 0.965787, 0.232592> - 1734: < 0.114702, 0.965787, 0.232592> - 1735: < 0.114702, 0.965787, 0.232592> - 1736: < 0.313080, 0.706349, 0.634864> - 1737: < 0.313080, 0.706349, 0.634864> - 1738: < 0.313080, 0.706349, 0.634864> - 1739: < 0.313080, 0.706349, 0.634864> - 1740: < 0.427279, 0.258302, 0.866437> - 1741: < 0.427279, 0.258302, 0.866437> - 1742: < 0.427279, 0.258302, 0.866437> - 1743: < 0.427279, 0.258302, 0.866437> - 1744: < 0.427279, -0.258302, 0.866437> - 1745: < 0.427279, -0.258302, 0.866437> - 1746: < 0.427279, -0.258302, 0.866437> - 1747: < 0.427279, -0.258302, 0.866437> - 1748: < 0.313080, -0.706349, 0.634864> - 1749: < 0.313080, -0.706349, 0.634864> - 1750: < 0.313080, -0.706349, 0.634864> - 1751: < 0.313080, -0.706349, 0.634864> - 1752: < 0.114702, -0.965787, 0.232592> - 1753: < 0.114702, -0.965787, 0.232592> - 1754: < 0.114702, -0.965787, 0.232592> - 1755: < 0.114702, -0.965787, 0.232592> - 1756: <-0.114702, -0.965787, -0.232592> - 1757: <-0.114702, -0.965787, -0.232592> - 1758: <-0.114702, -0.965787, -0.232592> - 1759: <-0.114702, -0.965787, -0.232592> - 1760: <-0.393268, 0.706349, -0.588567> - 1761: <-0.393268, 0.706349, -0.588567> - 1762: <-0.393268, 0.706349, -0.588567> - 1763: <-0.393268, 0.706349, -0.588567> - 1764: <-0.144080, 0.965787, -0.215631> - 1765: <-0.144080, 0.965787, -0.215631> - 1766: <-0.144080, 0.965787, -0.215631> - 1767: <-0.144080, 0.965787, -0.215631> - 1768: < 0.144080, 0.965787, 0.215631> - 1769: < 0.144080, 0.965787, 0.215631> - 1770: < 0.144080, 0.965787, 0.215631> - 1771: < 0.144080, 0.965787, 0.215631> - 1772: < 0.393268, 0.706349, 0.588567> - 1773: < 0.393268, 0.706349, 0.588567> - 1774: < 0.393268, 0.706349, 0.588567> - 1775: < 0.393268, 0.706349, 0.588567> - 1776: < 0.536717, 0.258301, 0.803253> - 1777: < 0.536717, 0.258301, 0.803253> - 1778: < 0.536717, 0.258301, 0.803253> - 1779: < 0.536717, 0.258301, 0.803253> - 1780: < 0.536717, -0.258301, 0.803253> - 1781: < 0.536717, -0.258301, 0.803253> - 1782: < 0.536717, -0.258301, 0.803253> - 1783: < 0.536717, -0.258301, 0.803253> - 1784: < 0.393268, -0.706349, 0.588567> - 1785: < 0.393268, -0.706349, 0.588567> - 1786: < 0.393268, -0.706349, 0.588567> - 1787: < 0.393268, -0.706349, 0.588567> - 1788: < 0.144080, -0.965787, 0.215631> - 1789: < 0.144080, -0.965787, 0.215631> - 1790: < 0.144080, -0.965787, 0.215631> - 1791: < 0.144080, -0.965787, 0.215631> - 1792: <-0.144080, -0.965787, -0.215631> - 1793: <-0.144080, -0.965787, -0.215631> - 1794: <-0.144080, -0.965787, -0.215631> - 1795: <-0.144080, -0.965787, -0.215631> - 1796: <-0.636970, 0.258302, -0.726326> - 1797: <-0.636970, 0.258302, -0.726326> - 1798: <-0.636970, 0.258302, -0.726326> - 1799: <-0.636970, 0.258302, -0.726326> - 1800: <-0.466727, 0.706349, -0.532201> - 1801: <-0.466727, 0.706349, -0.532201> - 1802: <-0.466727, 0.706349, -0.532201> - 1803: <-0.466727, 0.706349, -0.532201> - 1804: <-0.170993, 0.965787, -0.194980> - 1805: <-0.170993, 0.965787, -0.194980> - 1806: <-0.170993, 0.965787, -0.194980> - 1807: <-0.170993, 0.965787, -0.194980> - 1808: < 0.170993, 0.965787, 0.194980> - 1809: < 0.170993, 0.965787, 0.194980> - 1810: < 0.170993, 0.965787, 0.194980> - 1811: < 0.170993, 0.965787, 0.194980> - 1812: < 0.466727, 0.706349, 0.532201> - 1813: < 0.466727, 0.706349, 0.532201> - 1814: < 0.466727, 0.706349, 0.532201> - 1815: < 0.466727, 0.706349, 0.532201> - 1816: < 0.636970, 0.258302, 0.726326> - 1817: < 0.636970, 0.258302, 0.726326> - 1818: < 0.636970, 0.258302, 0.726326> - 1819: < 0.636970, 0.258302, 0.726326> - 1820: < 0.636970, -0.258302, 0.726326> - 1821: < 0.636970, -0.258302, 0.726326> - 1822: < 0.636970, -0.258302, 0.726326> - 1823: < 0.636970, -0.258302, 0.726326> - 1824: < 0.466727, -0.706349, 0.532201> - 1825: < 0.466727, -0.706349, 0.532201> - 1826: < 0.466727, -0.706349, 0.532201> - 1827: < 0.466727, -0.706349, 0.532201> - 1828: < 0.170993, -0.965787, 0.194980> - 1829: < 0.170993, -0.965787, 0.194980> - 1830: < 0.170993, -0.965787, 0.194980> - 1831: < 0.170993, -0.965787, 0.194980> - 1832: <-0.170993, -0.965787, -0.194980> - 1833: <-0.170993, -0.965787, -0.194980> - 1834: <-0.170993, -0.965787, -0.194980> - 1835: <-0.170993, -0.965787, -0.194980> - 1836: <-0.726325, 0.258302, -0.636971> - 1837: <-0.726325, 0.258302, -0.636971> - 1838: <-0.726325, 0.258302, -0.636971> - 1839: <-0.726325, 0.258302, -0.636971> - 1840: <-0.532201, 0.706348, -0.466728> - 1841: <-0.532201, 0.706348, -0.466728> - 1842: <-0.532201, 0.706348, -0.466728> - 1843: <-0.532201, 0.706348, -0.466728> - 1844: <-0.194980, 0.965787, -0.170993> - 1845: <-0.194980, 0.965787, -0.170993> - 1846: <-0.194980, 0.965787, -0.170993> - 1847: <-0.194980, 0.965787, -0.170993> - 1848: < 0.194980, 0.965787, 0.170993> - 1849: < 0.194980, 0.965787, 0.170993> - 1850: < 0.194980, 0.965787, 0.170993> - 1851: < 0.194980, 0.965787, 0.170993> - 1852: < 0.532200, 0.706349, 0.466727> - 1853: < 0.532200, 0.706349, 0.466727> - 1854: < 0.532200, 0.706349, 0.466727> - 1855: < 0.532200, 0.706349, 0.466727> - 1856: < 0.726326, 0.258302, 0.636970> - 1857: < 0.726326, 0.258302, 0.636970> - 1858: < 0.726326, 0.258302, 0.636970> - 1859: < 0.726326, 0.258302, 0.636970> - 1860: < 0.726326, -0.258302, 0.636970> - 1861: < 0.726326, -0.258302, 0.636970> - 1862: < 0.726326, -0.258302, 0.636970> - 1863: < 0.726326, -0.258302, 0.636970> - 1864: < 0.532200, -0.706349, 0.466727> - 1865: < 0.532200, -0.706349, 0.466727> - 1866: < 0.532200, -0.706349, 0.466727> - 1867: < 0.532200, -0.706349, 0.466727> - 1868: < 0.194980, -0.965787, 0.170993> - 1869: < 0.194980, -0.965787, 0.170993> - 1870: < 0.194980, -0.965787, 0.170993> - 1871: < 0.194980, -0.965787, 0.170993> - 1872: <-0.194980, -0.965787, -0.170993> - 1873: <-0.194980, -0.965787, -0.170993> - 1874: <-0.194980, -0.965787, -0.170993> - 1875: <-0.194980, -0.965787, -0.170993> - 1876: <-0.532201, -0.706348, -0.466728> - 1877: <-0.532201, -0.706348, -0.466728> - 1878: <-0.532201, -0.706348, -0.466728> - 1879: <-0.532201, -0.706348, -0.466728> - 1880: <-0.726325, -0.258302, -0.636971> - 1881: <-0.726325, -0.258302, -0.636971> - 1882: <-0.726325, -0.258302, -0.636971> - 1883: <-0.726325, -0.258302, -0.636971> - 1884: <-0.803253, 0.258302, -0.536716> - 1885: <-0.803253, 0.258302, -0.536716> - 1886: <-0.803253, 0.258302, -0.536716> - 1887: <-0.803253, 0.258302, -0.536716> - 1888: <-0.588568, 0.706348, -0.393268> - 1889: <-0.588568, 0.706348, -0.393268> - 1890: <-0.588568, 0.706348, -0.393268> - 1891: <-0.588568, 0.706348, -0.393268> - 1892: <-0.215631, 0.965787, -0.144080> - 1893: <-0.215631, 0.965787, -0.144080> - 1894: <-0.215631, 0.965787, -0.144080> - 1895: <-0.215631, 0.965787, -0.144080> - 1896: < 0.215631, 0.965787, 0.144080> - 1897: < 0.215631, 0.965787, 0.144080> - 1898: < 0.215631, 0.965787, 0.144080> - 1899: < 0.215631, 0.965787, 0.144080> - 1900: < 0.588568, 0.706349, 0.393268> - 1901: < 0.588568, 0.706349, 0.393268> - 1902: < 0.588568, 0.706349, 0.393268> - 1903: < 0.588568, 0.706349, 0.393268> - 1904: < 0.803253, 0.258302, 0.536716> - 1905: < 0.803253, 0.258302, 0.536716> - 1906: < 0.803253, 0.258302, 0.536716> - 1907: < 0.803253, 0.258302, 0.536716> - 1908: < 0.803253, -0.258302, 0.536716> - 1909: < 0.803253, -0.258302, 0.536716> - 1910: < 0.803253, -0.258302, 0.536716> - 1911: < 0.803253, -0.258302, 0.536716> - 1912: < 0.588568, -0.706349, 0.393268> - 1913: < 0.588568, -0.706349, 0.393268> - 1914: < 0.588568, -0.706349, 0.393268> - 1915: < 0.588568, -0.706349, 0.393268> - 1916: < 0.215631, -0.965787, 0.144080> - 1917: < 0.215631, -0.965787, 0.144080> - 1918: < 0.215631, -0.965787, 0.144080> - 1919: < 0.215631, -0.965787, 0.144080> - 1920: <-0.215631, -0.965787, -0.144080> - 1921: <-0.215631, -0.965787, -0.144080> - 1922: <-0.215631, -0.965787, -0.144080> - 1923: <-0.215631, -0.965787, -0.144080> - 1924: <-0.588568, -0.706348, -0.393268> - 1925: <-0.588568, -0.706348, -0.393268> - 1926: <-0.588568, -0.706348, -0.393268> - 1927: <-0.588568, -0.706348, -0.393268> - 1928: <-0.803253, -0.258302, -0.536716> - 1929: <-0.803253, -0.258302, -0.536716> - 1930: <-0.803253, -0.258302, -0.536716> - 1931: <-0.803253, -0.258302, -0.536716> - 1932: <-0.866436, 0.258302, -0.427280> - 1933: <-0.866436, 0.258302, -0.427280> - 1934: <-0.866436, 0.258302, -0.427280> - 1935: <-0.866436, 0.258302, -0.427280> - 1936: <-0.634864, 0.706349, -0.313080> - 1937: <-0.634864, 0.706349, -0.313080> - 1938: <-0.634864, 0.706349, -0.313080> - 1939: <-0.634864, 0.706349, -0.313080> - 1940: <-0.232592, 0.965787, -0.114702> - 1941: <-0.232592, 0.965787, -0.114702> - 1942: <-0.232592, 0.965787, -0.114702> - 1943: <-0.232592, 0.965787, -0.114702> - 1944: < 0.232592, 0.965787, 0.114702> - 1945: < 0.232592, 0.965787, 0.114702> - 1946: < 0.232592, 0.965787, 0.114702> - 1947: < 0.232592, 0.965787, 0.114702> - 1948: < 0.634864, 0.706349, 0.313081> - 1949: < 0.634864, 0.706349, 0.313081> - 1950: < 0.634864, 0.706349, 0.313081> - 1951: < 0.634864, 0.706349, 0.313081> - 1952: < 0.866436, 0.258302, 0.427280> - 1953: < 0.866436, 0.258302, 0.427280> - 1954: < 0.866436, 0.258302, 0.427280> - 1955: < 0.866436, 0.258302, 0.427280> - 1956: < 0.866436, -0.258302, 0.427280> - 1957: < 0.866436, -0.258302, 0.427280> - 1958: < 0.866436, -0.258302, 0.427280> - 1959: < 0.866436, -0.258302, 0.427280> - 1960: < 0.634864, -0.706348, 0.313081> - 1961: < 0.634864, -0.706348, 0.313081> - 1962: < 0.634864, -0.706348, 0.313081> - 1963: < 0.634864, -0.706348, 0.313081> - 1964: < 0.232592, -0.965787, 0.114702> - 1965: < 0.232592, -0.965787, 0.114702> - 1966: < 0.232592, -0.965787, 0.114702> - 1967: < 0.232592, -0.965787, 0.114702> - 1968: <-0.232592, -0.965787, -0.114702> - 1969: <-0.232592, -0.965787, -0.114702> - 1970: <-0.232592, -0.965787, -0.114702> - 1971: <-0.232592, -0.965787, -0.114702> - 1972: <-0.634864, -0.706349, -0.313080> - 1973: <-0.634864, -0.706349, -0.313080> - 1974: <-0.634864, -0.706349, -0.313080> - 1975: <-0.634864, -0.706349, -0.313080> - 1976: <-0.866436, -0.258302, -0.427280> - 1977: <-0.866436, -0.258302, -0.427280> - 1978: <-0.866436, -0.258302, -0.427280> - 1979: <-0.866436, -0.258302, -0.427280> - 1980: <-0.914795, 0.258302, -0.310531> - 1981: <-0.914795, 0.258302, -0.310531> - 1982: <-0.914795, 0.258302, -0.310531> - 1983: <-0.914795, 0.258302, -0.310531> - 1984: <-0.670298, 0.706349, -0.227535> - 1985: <-0.670298, 0.706349, -0.227535> - 1986: <-0.670298, 0.706349, -0.227535> - 1987: <-0.670298, 0.706349, -0.227535> - 1988: <-0.245574, 0.965787, -0.083361> - 1989: <-0.245574, 0.965787, -0.083361> - 1990: <-0.245574, 0.965787, -0.083361> - 1991: <-0.245574, 0.965787, -0.083361> - 1992: < 0.245574, 0.965787, 0.083361> - 1993: < 0.245574, 0.965787, 0.083361> - 1994: < 0.245574, 0.965787, 0.083361> - 1995: < 0.245574, 0.965787, 0.083361> - 1996: < 0.670298, 0.706348, 0.227536> - 1997: < 0.670298, 0.706348, 0.227536> - 1998: < 0.670298, 0.706348, 0.227536> - 1999: < 0.670298, 0.706348, 0.227536> - 2000: < 0.914795, 0.258302, 0.310531> - 2001: < 0.914795, 0.258302, 0.310531> - 2002: < 0.914795, 0.258302, 0.310531> - 2003: < 0.914795, 0.258302, 0.310531> - 2004: < 0.914795, -0.258302, 0.310531> - 2005: < 0.914795, -0.258302, 0.310531> - 2006: < 0.914795, -0.258302, 0.310531> - 2007: < 0.914795, -0.258302, 0.310531> - 2008: < 0.670298, -0.706349, 0.227536> - 2009: < 0.670298, -0.706349, 0.227536> - 2010: < 0.670298, -0.706349, 0.227536> - 2011: < 0.670298, -0.706349, 0.227536> - 2012: < 0.245574, -0.965787, 0.083361> - 2013: < 0.245574, -0.965787, 0.083361> - 2014: < 0.245574, -0.965787, 0.083361> - 2015: < 0.245574, -0.965787, 0.083361> - 2016: <-0.245574, -0.965787, -0.083361> - 2017: <-0.245574, -0.965787, -0.083361> - 2018: <-0.245574, -0.965787, -0.083361> - 2019: <-0.245574, -0.965787, -0.083361> - 2020: <-0.670298, -0.706349, -0.227535> - 2021: <-0.670298, -0.706349, -0.227535> - 2022: <-0.670298, -0.706349, -0.227535> - 2023: <-0.670298, -0.706349, -0.227535> - 2024: <-0.914795, -0.258302, -0.310531> - 2025: <-0.914795, -0.258302, -0.310531> - 2026: <-0.914795, -0.258302, -0.310531> - 2027: <-0.914795, -0.258302, -0.310531> - 2028: < 0.694263, 0.706349, 0.138097> - 2029: < 0.694263, 0.706349, 0.138097> - 2030: < 0.694263, 0.706349, 0.138097> - 2031: < 0.694263, 0.706349, 0.138097> - 2032: < 0.947502, 0.258302, 0.188470> - 2033: < 0.947502, 0.258302, 0.188470> - 2034: < 0.947502, 0.258302, 0.188470> - 2035: < 0.947502, 0.258302, 0.188470> - 2036: < 0.947502, -0.258302, 0.188470> - 2037: < 0.947502, -0.258302, 0.188470> - 2038: < 0.947502, -0.258302, 0.188470> - 2039: < 0.947502, -0.258302, 0.188470> - 2040: < 0.694263, -0.706349, 0.138097> - 2041: < 0.694263, -0.706349, 0.138097> - 2042: < 0.694263, -0.706349, 0.138097> - 2043: < 0.694263, -0.706349, 0.138097> - 2044: < 0.254354, -0.965787, 0.050594> - 2045: < 0.254354, -0.965787, 0.050594> - 2046: < 0.254354, -0.965787, 0.050594> - 2047: < 0.254354, -0.965787, 0.050594> - 2048: <-0.254354, -0.965787, -0.050594> - 2049: <-0.254354, -0.965787, -0.050594> - 2050: <-0.254354, -0.965787, -0.050594> - 2051: <-0.254354, -0.965787, -0.050594> - 2052: < 0.706348, 0.706349, 0.046297> - 2053: < 0.706348, 0.706349, 0.046297> - 2054: < 0.706348, 0.706349, 0.046297> - 2055: < 0.706348, 0.706349, 0.046297> - 2056: < 0.963996, 0.258302, 0.063184> - 2057: < 0.963996, 0.258302, 0.063184> - 2058: < 0.963996, 0.258302, 0.063184> - 2059: < 0.963996, 0.258302, 0.063184> - 2060: < 0.963996, -0.258302, 0.063184> - 2061: < 0.963996, -0.258302, 0.063184> - 2062: < 0.963996, -0.258302, 0.063184> - 2063: < 0.963996, -0.258302, 0.063184> - 2064: < 0.706348, -0.706349, 0.046297> - 2065: < 0.706348, -0.706349, 0.046297> - 2066: < 0.706348, -0.706349, 0.046297> - 2067: < 0.706348, -0.706349, 0.046297> - 2068: < 0.258782, -0.965787, 0.016961> - 2069: < 0.258782, -0.965787, 0.016961> - 2070: < 0.258782, -0.965787, 0.016961> - 2071: < 0.258782, -0.965787, 0.016961> - 2072: <-0.258782, -0.965787, -0.016961> - 2073: <-0.258782, -0.965787, -0.016961> - 2074: <-0.258782, -0.965787, -0.016961> - 2075: <-0.258782, -0.965787, -0.016961> - 2076: < 0.215631, 0.965787, -0.144080> - 2077: < 0.215631, 0.965787, -0.144080> - 2078: < 0.215631, 0.965787, -0.144080> - 2079: < 0.215631, 0.965787, -0.144080> - 2080: < 0.532201, 0.706349, -0.466727> - 2081: < 0.532201, 0.706349, -0.466727> - 2082: < 0.532201, 0.706349, -0.466727> - 2083: < 0.532201, 0.706349, -0.466727> - 2084: < 0.194980, 0.965787, -0.170993> - 2085: < 0.194980, 0.965787, -0.170993> - 2086: < 0.194980, 0.965787, -0.170993> - 2087: < 0.194980, 0.965787, -0.170993> - 2088: < 0.466728, 0.706349, -0.532200> - 2089: < 0.466728, 0.706349, -0.532200> - 2090: < 0.466728, 0.706349, -0.532200> - 2091: < 0.466728, 0.706349, -0.532200> - 2092: < 0.170993, 0.965787, -0.194980> - 2093: < 0.170993, 0.965787, -0.194980> - 2094: < 0.170993, 0.965787, -0.194980> - 2095: < 0.170993, 0.965787, -0.194980> - 2096: <-0.170993, 0.965787, 0.194980> - 2097: <-0.170993, 0.965787, 0.194980> - 2098: <-0.170993, 0.965787, 0.194980> - 2099: <-0.170993, 0.965787, 0.194980> - 2100: < 0.536717, 0.258302, -0.803253> - 2101: < 0.536717, 0.258302, -0.803253> - 2102: < 0.536717, 0.258302, -0.803253> - 2103: < 0.536717, 0.258302, -0.803253> - 2104: < 0.393268, 0.706349, -0.588567> - 2105: < 0.393268, 0.706349, -0.588567> - 2106: < 0.393268, 0.706349, -0.588567> - 2107: < 0.393268, 0.706349, -0.588567> - 2108: < 0.144080, 0.965787, -0.215631> - 2109: < 0.144080, 0.965787, -0.215631> - 2110: < 0.144080, 0.965787, -0.215631> - 2111: < 0.144080, 0.965787, -0.215631> - 2112: <-0.144080, 0.965787, 0.215631> - 2113: <-0.144080, 0.965787, 0.215631> - 2114: <-0.144080, 0.965787, 0.215631> - 2115: <-0.144080, 0.965787, 0.215631> - 2116: < 0.427279, 0.258303, -0.866437> - 2117: < 0.427279, 0.258303, -0.866437> - 2118: < 0.427279, 0.258303, -0.866437> - 2119: < 0.427279, 0.258303, -0.866437> - 2120: < 0.313081, 0.706348, -0.634865> - 2121: < 0.313081, 0.706348, -0.634865> - 2122: < 0.313081, 0.706348, -0.634865> - 2123: < 0.313081, 0.706348, -0.634865> - 2124: < 0.114702, 0.965787, -0.232592> - 2125: < 0.114702, 0.965787, -0.232592> - 2126: < 0.114702, 0.965787, -0.232592> - 2127: < 0.114702, 0.965787, -0.232592> - 2128: <-0.114702, 0.965787, 0.232592> - 2129: <-0.114702, 0.965787, 0.232592> - 2130: <-0.114702, 0.965787, 0.232592> - 2131: <-0.114702, 0.965787, 0.232592> - 2132: < 0.427279, -0.258303, -0.866437> - 2133: < 0.427279, -0.258303, -0.866437> - 2134: < 0.427279, -0.258303, -0.866437> - 2135: < 0.427279, -0.258303, -0.866437> - 2136: < 0.310531, 0.258301, -0.914795> - 2137: < 0.310531, 0.258301, -0.914795> - 2138: < 0.310531, 0.258301, -0.914795> - 2139: < 0.310531, 0.258301, -0.914795> - 2140: < 0.227536, 0.706348, -0.670298> - 2141: < 0.227536, 0.706348, -0.670298> - 2142: < 0.227536, 0.706348, -0.670298> - 2143: < 0.227536, 0.706348, -0.670298> - 2144: < 0.083361, 0.965787, -0.245574> - 2145: < 0.083361, 0.965787, -0.245574> - 2146: < 0.083361, 0.965787, -0.245574> - 2147: < 0.083361, 0.965787, -0.245574> - 2148: <-0.083361, 0.965787, 0.245574> - 2149: <-0.083361, 0.965787, 0.245574> - 2150: <-0.083361, 0.965787, 0.245574> - 2151: <-0.083361, 0.965787, 0.245574> - 2152: < 0.310531, -0.258301, -0.914795> - 2153: < 0.310531, -0.258301, -0.914795> - 2154: < 0.310531, -0.258301, -0.914795> - 2155: < 0.310531, -0.258301, -0.914795> - 2156: < 0.188470, 0.258303, -0.947501> - 2157: < 0.188470, 0.258303, -0.947501> - 2158: < 0.188470, 0.258303, -0.947501> - 2159: < 0.188470, 0.258303, -0.947501> - 2160: < 0.138098, 0.706348, -0.694263> - 2161: < 0.138098, 0.706348, -0.694263> - 2162: < 0.138098, 0.706348, -0.694263> - 2163: < 0.138098, 0.706348, -0.694263> - 2164: < 0.050594, 0.965787, -0.254354> - 2165: < 0.050594, 0.965787, -0.254354> - 2166: < 0.050594, 0.965787, -0.254354> - 2167: < 0.050594, 0.965787, -0.254354> - 2168: <-0.050594, 0.965787, 0.254354> - 2169: <-0.050594, 0.965787, 0.254354> - 2170: <-0.050594, 0.965787, 0.254354> - 2171: <-0.050594, 0.965787, 0.254354> - 2172: < 0.138098, -0.706348, -0.694263> - 2173: < 0.138098, -0.706348, -0.694263> - 2174: < 0.138098, -0.706348, -0.694263> - 2175: < 0.138098, -0.706348, -0.694263> - 2176: < 0.188470, -0.258303, -0.947501> - 2177: < 0.188470, -0.258303, -0.947501> - 2178: < 0.188470, -0.258303, -0.947501> - 2179: < 0.188470, -0.258303, -0.947501> - 2180: < 0.063184, 0.258301, -0.963996> - 2181: < 0.063184, 0.258301, -0.963996> - 2182: < 0.063184, 0.258301, -0.963996> - 2183: < 0.063184, 0.258301, -0.963996> - 2184: < 0.046297, 0.706348, -0.706349> - 2185: < 0.046297, 0.706348, -0.706349> - 2186: < 0.046297, 0.706348, -0.706349> - 2187: < 0.046297, 0.706348, -0.706349> - 2188: < 0.016961, 0.965787, -0.258782> - 2189: < 0.016961, 0.965787, -0.258782> - 2190: < 0.016961, 0.965787, -0.258782> - 2191: < 0.016961, 0.965787, -0.258782> - 2192: <-0.016962, 0.965787, 0.258782> - 2193: <-0.016962, 0.965787, 0.258782> - 2194: <-0.016962, 0.965787, 0.258782> - 2195: <-0.016962, 0.965787, 0.258782> - 2196: < 0.046297, -0.706348, -0.706349> - 2197: < 0.046297, -0.706348, -0.706349> - 2198: < 0.046297, -0.706348, -0.706349> - 2199: < 0.046297, -0.706348, -0.706349> - 2200: < 0.063184, -0.258301, -0.963996> - 2201: < 0.063184, -0.258301, -0.963996> - 2202: < 0.063184, -0.258301, -0.963996> - 2203: < 0.063184, -0.258301, -0.963996> - 2204: <-0.063184, 0.258301, -0.963996> - 2205: <-0.063184, 0.258301, -0.963996> - 2206: <-0.063184, 0.258301, -0.963996> - 2207: <-0.063184, 0.258301, -0.963996> - 2208: <-0.046296, 0.706349, -0.706348> - 2209: <-0.046296, 0.706349, -0.706348> - 2210: <-0.046296, 0.706349, -0.706348> - 2211: <-0.046296, 0.706349, -0.706348> - 2212: <-0.016961, 0.965787, -0.258782> - 2213: <-0.016961, 0.965787, -0.258782> - 2214: <-0.016961, 0.965787, -0.258782> - 2215: <-0.016961, 0.965787, -0.258782> - 2216: < 0.016962, 0.965787, 0.258782> - 2217: < 0.016962, 0.965787, 0.258782> - 2218: < 0.016962, 0.965787, 0.258782> - 2219: < 0.016962, 0.965787, 0.258782> - 2220: <-0.046296, -0.706349, -0.706348> - 2221: <-0.046296, -0.706349, -0.706348> - 2222: <-0.046296, -0.706349, -0.706348> - 2223: <-0.046296, -0.706349, -0.706348> - 2224: <-0.063184, -0.258301, -0.963996> - 2225: <-0.063184, -0.258301, -0.963996> - 2226: <-0.063184, -0.258301, -0.963996> - 2227: <-0.063184, -0.258301, -0.963996> - 2228: <-0.188469, 0.258302, -0.947502> - 2229: <-0.188469, 0.258302, -0.947502> - 2230: <-0.188469, 0.258302, -0.947502> - 2231: <-0.188469, 0.258302, -0.947502> - 2232: <-0.138097, 0.706349, -0.694263> - 2233: <-0.138097, 0.706349, -0.694263> - 2234: <-0.138097, 0.706349, -0.694263> - 2235: <-0.138097, 0.706349, -0.694263> - 2236: <-0.050594, 0.965787, -0.254354> - 2237: <-0.050594, 0.965787, -0.254354> - 2238: <-0.050594, 0.965787, -0.254354> - 2239: <-0.050594, 0.965787, -0.254354> - 2240: <-0.138097, -0.706349, -0.694263> - 2241: <-0.138097, -0.706349, -0.694263> - 2242: <-0.138097, -0.706349, -0.694263> - 2243: <-0.138097, -0.706349, -0.694263> - 2244: <-0.188469, -0.258302, -0.947502> - 2245: <-0.188469, -0.258302, -0.947502> - 2246: <-0.188469, -0.258302, -0.947502> - 2247: <-0.188469, -0.258302, -0.947502> - 2248: <-0.310531, 0.258301, -0.914795> - 2249: <-0.310531, 0.258301, -0.914795> - 2250: <-0.310531, 0.258301, -0.914795> - 2251: <-0.310531, 0.258301, -0.914795> - 2252: <-0.227535, 0.706349, -0.670298> - 2253: <-0.227535, 0.706349, -0.670298> - 2254: <-0.227535, 0.706349, -0.670298> - 2255: <-0.227535, 0.706349, -0.670298> - 2256: <-0.083361, 0.965787, -0.245574> - 2257: <-0.083361, 0.965787, -0.245574> - 2258: <-0.083361, 0.965787, -0.245574> - 2259: <-0.083361, 0.965787, -0.245574> - 2260: <-0.227535, -0.706349, -0.670298> - 2261: <-0.227535, -0.706349, -0.670298> - 2262: <-0.227535, -0.706349, -0.670298> - 2263: <-0.227535, -0.706349, -0.670298> - 2264: <-0.310531, -0.258301, -0.914795> - 2265: <-0.310531, -0.258301, -0.914795> - 2266: <-0.310531, -0.258301, -0.914795> - 2267: <-0.310531, -0.258301, -0.914795> - 2268: <-0.427279, 0.258301, -0.866437> - 2269: <-0.427279, 0.258301, -0.866437> - 2270: <-0.427279, 0.258301, -0.866437> - 2271: <-0.427279, 0.258301, -0.866437> - 2272: <-0.313080, 0.706349, -0.634864> - 2273: <-0.313080, 0.706349, -0.634864> - 2274: <-0.313080, 0.706349, -0.634864> - 2275: <-0.313080, 0.706349, -0.634864> - 2276: <-0.313080, -0.706348, -0.634864> - 2277: <-0.313080, -0.706348, -0.634864> - 2278: <-0.313080, -0.706348, -0.634864> - 2279: <-0.313080, -0.706348, -0.634864> - 2280: <-0.427279, -0.258301, -0.866437> - 2281: <-0.427279, -0.258301, -0.866437> - 2282: <-0.427279, -0.258301, -0.866437> - 2283: <-0.427279, -0.258301, -0.866437> - 2284: <-0.536716, 0.258302, -0.803253> - 2285: <-0.536716, 0.258302, -0.803253> - 2286: <-0.536716, 0.258302, -0.803253> - 2287: <-0.536716, 0.258302, -0.803253> - 2288: <-0.393268, -0.706349, -0.588567> - 2289: <-0.393268, -0.706349, -0.588567> - 2290: <-0.393268, -0.706349, -0.588567> - 2291: <-0.393268, -0.706349, -0.588567> - 2292: <-0.536716, -0.258302, -0.803253> - 2293: <-0.536716, -0.258302, -0.803253> - 2294: <-0.536716, -0.258302, -0.803253> - 2295: <-0.536716, -0.258302, -0.803253> - 2296: <-0.466727, -0.706349, -0.532201> - 2297: <-0.466727, -0.706349, -0.532201> - 2298: <-0.466727, -0.706349, -0.532201> - 2299: <-0.466727, -0.706349, -0.532201> - 2300: <-0.636970, -0.258302, -0.726326> - 2301: <-0.636970, -0.258302, -0.726326> - 2302: <-0.636970, -0.258302, -0.726326> - 2303: <-0.636970, -0.258302, -0.726326> FaceList: Count 1152. Hash: 3035560221708475304 - 0: 0, 1, 2, - 1: 0, 2, 3, - 2: 4, 5, 6, - 3: 4, 6, 7, - 4: 8, 9, 10, - 5: 8, 10, 11, - 6: 12, 13, 14, - 7: 12, 14, 15, - 8: 16, 17, 18, - 9: 16, 18, 19, - 10: 20, 21, 22, - 11: 20, 22, 23, - 12: 24, 25, 26, - 13: 24, 26, 27, - 14: 28, 29, 30, - 15: 28, 30, 31, - 16: 32, 33, 34, - 17: 32, 34, 35, - 18: 36, 37, 38, - 19: 36, 38, 39, - 20: 40, 41, 42, - 21: 40, 42, 43, - 22: 44, 45, 46, - 23: 44, 46, 47, - 24: 48, 49, 50, - 25: 48, 50, 51, - 26: 52, 53, 54, - 27: 52, 54, 55, - 28: 56, 57, 58, - 29: 56, 58, 59, - 30: 60, 61, 62, - 31: 60, 62, 63, - 32: 64, 65, 66, - 33: 64, 66, 67, - 34: 68, 69, 70, - 35: 68, 70, 71, - 36: 72, 73, 74, - 37: 72, 74, 75, - 38: 76, 77, 78, - 39: 76, 78, 79, - 40: 80, 81, 82, - 41: 80, 82, 83, - 42: 84, 85, 86, - 43: 84, 86, 87, - 44: 88, 89, 90, - 45: 88, 90, 91, - 46: 92, 93, 94, - 47: 92, 94, 95, - 48: 96, 97, 98, - 49: 96, 98, 99, - 50: 100, 101, 102, - 51: 100, 102, 103, - 52: 104, 105, 106, - 53: 104, 106, 107, - 54: 108, 109, 110, - 55: 108, 110, 111, - 56: 112, 113, 114, - 57: 112, 114, 115, - 58: 116, 117, 118, - 59: 116, 118, 119, - 60: 120, 121, 122, - 61: 120, 122, 123, - 62: 124, 125, 126, - 63: 124, 126, 127, - 64: 128, 129, 130, - 65: 128, 130, 131, - 66: 132, 133, 134, - 67: 132, 134, 135, - 68: 136, 137, 138, - 69: 136, 138, 139, - 70: 140, 141, 142, - 71: 140, 142, 143, - 72: 144, 145, 146, - 73: 144, 146, 147, - 74: 148, 149, 150, - 75: 148, 150, 151, - 76: 152, 153, 154, - 77: 152, 154, 155, - 78: 156, 157, 158, - 79: 156, 158, 159, - 80: 160, 161, 162, - 81: 160, 162, 163, - 82: 164, 165, 166, - 83: 164, 166, 167, - 84: 168, 169, 170, - 85: 168, 170, 171, - 86: 172, 173, 174, - 87: 172, 174, 175, - 88: 176, 177, 178, - 89: 176, 178, 179, - 90: 180, 181, 182, - 91: 180, 182, 183, - 92: 184, 185, 186, - 93: 184, 186, 187, - 94: 188, 189, 190, - 95: 188, 190, 191, - 96: 192, 193, 194, - 97: 192, 194, 195, - 98: 196, 197, 198, - 99: 196, 198, 199, - 100: 200, 201, 202, - 101: 200, 202, 203, - 102: 204, 205, 206, - 103: 204, 206, 207, - 104: 208, 209, 210, - 105: 208, 210, 211, - 106: 212, 213, 214, - 107: 212, 214, 215, - 108: 216, 217, 218, - 109: 216, 218, 219, - 110: 220, 221, 222, - 111: 220, 222, 223, - 112: 224, 225, 226, - 113: 224, 226, 227, - 114: 228, 229, 230, - 115: 228, 230, 231, - 116: 232, 233, 234, - 117: 232, 234, 235, - 118: 236, 237, 238, - 119: 236, 238, 239, - 120: 240, 241, 242, - 121: 240, 242, 243, - 122: 244, 245, 246, - 123: 244, 246, 247, - 124: 248, 249, 250, - 125: 248, 250, 251, - 126: 252, 253, 254, - 127: 252, 254, 255, - 128: 256, 257, 258, - 129: 256, 258, 259, - 130: 260, 261, 262, - 131: 260, 262, 263, - 132: 264, 265, 266, - 133: 264, 266, 267, - 134: 268, 269, 270, - 135: 268, 270, 271, - 136: 272, 273, 274, - 137: 272, 274, 275, - 138: 276, 277, 278, - 139: 276, 278, 279, - 140: 280, 281, 282, - 141: 280, 282, 283, - 142: 284, 285, 286, - 143: 284, 286, 287, - 144: 288, 289, 290, - 145: 288, 290, 291, - 146: 292, 293, 294, - 147: 292, 294, 295, - 148: 296, 297, 298, - 149: 296, 298, 299, - 150: 300, 301, 302, - 151: 300, 302, 303, - 152: 304, 305, 306, - 153: 304, 306, 307, - 154: 308, 309, 310, - 155: 308, 310, 311, - 156: 312, 313, 314, - 157: 312, 314, 315, - 158: 316, 317, 318, - 159: 316, 318, 319, - 160: 320, 321, 322, - 161: 320, 322, 323, - 162: 324, 325, 326, - 163: 324, 326, 327, - 164: 328, 329, 330, - 165: 328, 330, 331, - 166: 332, 333, 334, - 167: 332, 334, 335, - 168: 336, 337, 338, - 169: 336, 338, 339, - 170: 340, 341, 342, - 171: 340, 342, 343, - 172: 344, 345, 346, - 173: 344, 346, 347, - 174: 348, 349, 350, - 175: 348, 350, 351, - 176: 352, 353, 354, - 177: 352, 354, 355, - 178: 356, 357, 358, - 179: 356, 358, 359, - 180: 360, 361, 362, - 181: 360, 362, 363, - 182: 364, 365, 366, - 183: 364, 366, 367, - 184: 368, 369, 370, - 185: 368, 370, 371, - 186: 372, 373, 374, - 187: 372, 374, 375, - 188: 376, 377, 378, - 189: 376, 378, 379, - 190: 380, 381, 382, - 191: 380, 382, 383, - 192: 384, 385, 386, - 193: 384, 386, 387, - 194: 388, 389, 390, - 195: 388, 390, 391, - 196: 392, 393, 394, - 197: 392, 394, 395, - 198: 396, 397, 398, - 199: 396, 398, 399, - 200: 400, 401, 402, - 201: 400, 402, 403, - 202: 404, 405, 406, - 203: 404, 406, 407, - 204: 408, 409, 410, - 205: 408, 410, 411, - 206: 412, 413, 414, - 207: 412, 414, 415, - 208: 416, 417, 418, - 209: 416, 418, 419, - 210: 420, 421, 422, - 211: 420, 422, 423, - 212: 424, 425, 426, - 213: 424, 426, 427, - 214: 428, 429, 430, - 215: 428, 430, 431, - 216: 432, 433, 434, - 217: 432, 434, 435, - 218: 436, 437, 438, - 219: 436, 438, 439, - 220: 440, 441, 442, - 221: 440, 442, 443, - 222: 444, 445, 446, - 223: 444, 446, 447, - 224: 448, 449, 450, - 225: 448, 450, 451, - 226: 452, 453, 454, - 227: 452, 454, 455, - 228: 456, 457, 458, - 229: 456, 458, 459, - 230: 460, 461, 462, - 231: 460, 462, 463, - 232: 464, 465, 466, - 233: 464, 466, 467, - 234: 468, 469, 470, - 235: 468, 470, 471, - 236: 472, 473, 474, - 237: 472, 474, 475, - 238: 476, 477, 478, - 239: 476, 478, 479, - 240: 480, 481, 482, - 241: 480, 482, 483, - 242: 484, 485, 486, - 243: 484, 486, 487, - 244: 488, 489, 490, - 245: 488, 490, 491, - 246: 492, 493, 494, - 247: 492, 494, 495, - 248: 496, 497, 498, - 249: 496, 498, 499, - 250: 500, 501, 502, - 251: 500, 502, 503, - 252: 504, 505, 506, - 253: 504, 506, 507, - 254: 508, 509, 510, - 255: 508, 510, 511, - 256: 512, 513, 514, - 257: 512, 514, 515, - 258: 516, 517, 518, - 259: 516, 518, 519, - 260: 520, 521, 522, - 261: 520, 522, 523, - 262: 524, 525, 526, - 263: 524, 526, 527, - 264: 528, 529, 530, - 265: 528, 530, 531, - 266: 532, 533, 534, - 267: 532, 534, 535, - 268: 536, 537, 538, - 269: 536, 538, 539, - 270: 540, 541, 542, - 271: 540, 542, 543, - 272: 544, 545, 546, - 273: 544, 546, 547, - 274: 548, 549, 550, - 275: 548, 550, 551, - 276: 552, 553, 554, - 277: 552, 554, 555, - 278: 556, 557, 558, - 279: 556, 558, 559, - 280: 560, 561, 562, - 281: 560, 562, 563, - 282: 564, 565, 566, - 283: 564, 566, 567, - 284: 568, 569, 570, - 285: 568, 570, 571, - 286: 572, 573, 574, - 287: 572, 574, 575, - 288: 576, 577, 578, - 289: 576, 578, 579, - 290: 580, 581, 582, - 291: 580, 582, 583, - 292: 584, 585, 586, - 293: 584, 586, 587, - 294: 588, 589, 590, - 295: 588, 590, 591, - 296: 592, 593, 594, - 297: 592, 594, 595, - 298: 596, 597, 598, - 299: 596, 598, 599, - 300: 600, 601, 602, - 301: 600, 602, 603, - 302: 604, 605, 606, - 303: 604, 606, 607, - 304: 608, 609, 610, - 305: 608, 610, 611, - 306: 612, 613, 614, - 307: 612, 614, 615, - 308: 616, 617, 618, - 309: 616, 618, 619, - 310: 620, 621, 622, - 311: 620, 622, 623, - 312: 624, 625, 626, - 313: 624, 626, 627, - 314: 628, 629, 630, - 315: 628, 630, 631, - 316: 632, 633, 634, - 317: 632, 634, 635, - 318: 636, 637, 638, - 319: 636, 638, 639, - 320: 640, 641, 642, - 321: 640, 642, 643, - 322: 644, 645, 646, - 323: 644, 646, 647, - 324: 648, 649, 650, - 325: 648, 650, 651, - 326: 652, 653, 654, - 327: 652, 654, 655, - 328: 656, 657, 658, - 329: 656, 658, 659, - 330: 660, 661, 662, - 331: 660, 662, 663, - 332: 664, 665, 666, - 333: 664, 666, 667, - 334: 668, 669, 670, - 335: 668, 670, 671, - 336: 672, 673, 674, - 337: 672, 674, 675, - 338: 676, 677, 678, - 339: 676, 678, 679, - 340: 680, 681, 682, - 341: 680, 682, 683, - 342: 684, 685, 686, - 343: 684, 686, 687, - 344: 688, 689, 690, - 345: 688, 690, 691, - 346: 692, 693, 694, - 347: 692, 694, 695, - 348: 696, 697, 698, - 349: 696, 698, 699, - 350: 700, 701, 702, - 351: 700, 702, 703, - 352: 704, 705, 706, - 353: 704, 706, 707, - 354: 708, 709, 710, - 355: 708, 710, 711, - 356: 712, 713, 714, - 357: 712, 714, 715, - 358: 716, 717, 718, - 359: 716, 718, 719, - 360: 720, 721, 722, - 361: 720, 722, 723, - 362: 724, 725, 726, - 363: 724, 726, 727, - 364: 728, 729, 730, - 365: 728, 730, 731, - 366: 732, 733, 734, - 367: 732, 734, 735, - 368: 736, 737, 738, - 369: 736, 738, 739, - 370: 740, 741, 742, - 371: 740, 742, 743, - 372: 744, 745, 746, - 373: 744, 746, 747, - 374: 748, 749, 750, - 375: 748, 750, 751, - 376: 752, 753, 754, - 377: 752, 754, 755, - 378: 756, 757, 758, - 379: 756, 758, 759, - 380: 760, 761, 762, - 381: 760, 762, 763, - 382: 764, 765, 766, - 383: 764, 766, 767, - 384: 768, 769, 770, - 385: 768, 770, 771, - 386: 772, 773, 774, - 387: 772, 774, 775, - 388: 776, 777, 778, - 389: 776, 778, 779, - 390: 780, 781, 782, - 391: 780, 782, 783, - 392: 784, 785, 786, - 393: 784, 786, 787, - 394: 788, 789, 790, - 395: 788, 790, 791, - 396: 792, 793, 794, - 397: 792, 794, 795, - 398: 796, 797, 798, - 399: 796, 798, 799, - 400: 800, 801, 802, - 401: 800, 802, 803, - 402: 804, 805, 806, - 403: 804, 806, 807, - 404: 808, 809, 810, - 405: 808, 810, 811, - 406: 812, 813, 814, - 407: 812, 814, 815, - 408: 816, 817, 818, - 409: 816, 818, 819, - 410: 820, 821, 822, - 411: 820, 822, 823, - 412: 824, 825, 826, - 413: 824, 826, 827, - 414: 828, 829, 830, - 415: 828, 830, 831, - 416: 832, 833, 834, - 417: 832, 834, 835, - 418: 836, 837, 838, - 419: 836, 838, 839, - 420: 840, 841, 842, - 421: 840, 842, 843, - 422: 844, 845, 846, - 423: 844, 846, 847, - 424: 848, 849, 850, - 425: 848, 850, 851, - 426: 852, 853, 854, - 427: 852, 854, 855, - 428: 856, 857, 858, - 429: 856, 858, 859, - 430: 860, 861, 862, - 431: 860, 862, 863, - 432: 864, 865, 866, - 433: 864, 866, 867, - 434: 868, 869, 870, - 435: 868, 870, 871, - 436: 872, 873, 874, - 437: 872, 874, 875, - 438: 876, 877, 878, - 439: 876, 878, 879, - 440: 880, 881, 882, - 441: 880, 882, 883, - 442: 884, 885, 886, - 443: 884, 886, 887, - 444: 888, 889, 890, - 445: 888, 890, 891, - 446: 892, 893, 894, - 447: 892, 894, 895, - 448: 896, 897, 898, - 449: 896, 898, 899, - 450: 900, 901, 902, - 451: 900, 902, 903, - 452: 904, 905, 906, - 453: 904, 906, 907, - 454: 908, 909, 910, - 455: 908, 910, 911, - 456: 912, 913, 914, - 457: 912, 914, 915, - 458: 916, 917, 918, - 459: 916, 918, 919, - 460: 920, 921, 922, - 461: 920, 922, 923, - 462: 924, 925, 926, - 463: 924, 926, 927, - 464: 928, 929, 930, - 465: 928, 930, 931, - 466: 932, 933, 934, - 467: 932, 934, 935, - 468: 936, 937, 938, - 469: 936, 938, 939, - 470: 940, 941, 942, - 471: 940, 942, 943, - 472: 944, 945, 946, - 473: 944, 946, 947, - 474: 948, 949, 950, - 475: 948, 950, 951, - 476: 952, 953, 954, - 477: 952, 954, 955, - 478: 956, 957, 958, - 479: 956, 958, 959, - 480: 960, 961, 962, - 481: 960, 962, 963, - 482: 964, 965, 966, - 483: 964, 966, 967, - 484: 968, 969, 970, - 485: 968, 970, 971, - 486: 972, 973, 974, - 487: 972, 974, 975, - 488: 976, 977, 978, - 489: 976, 978, 979, - 490: 980, 981, 982, - 491: 980, 982, 983, - 492: 984, 985, 986, - 493: 984, 986, 987, - 494: 988, 989, 990, - 495: 988, 990, 991, - 496: 992, 993, 994, - 497: 992, 994, 995, - 498: 996, 997, 998, - 499: 996, 998, 999, - 500: 1000, 1001, 1002, - 501: 1000, 1002, 1003, - 502: 1004, 1005, 1006, - 503: 1004, 1006, 1007, - 504: 1008, 1009, 1010, - 505: 1008, 1010, 1011, - 506: 1012, 1013, 1014, - 507: 1012, 1014, 1015, - 508: 1016, 1017, 1018, - 509: 1016, 1018, 1019, - 510: 1020, 1021, 1022, - 511: 1020, 1022, 1023, - 512: 1024, 1025, 1026, - 513: 1024, 1026, 1027, - 514: 1028, 1029, 1030, - 515: 1028, 1030, 1031, - 516: 1032, 1033, 1034, - 517: 1032, 1034, 1035, - 518: 1036, 1037, 1038, - 519: 1036, 1038, 1039, - 520: 1040, 1041, 1042, - 521: 1040, 1042, 1043, - 522: 1044, 1045, 1046, - 523: 1044, 1046, 1047, - 524: 1048, 1049, 1050, - 525: 1048, 1050, 1051, - 526: 1052, 1053, 1054, - 527: 1052, 1054, 1055, - 528: 1056, 1057, 1058, - 529: 1056, 1058, 1059, - 530: 1060, 1061, 1062, - 531: 1060, 1062, 1063, - 532: 1064, 1065, 1066, - 533: 1064, 1066, 1067, - 534: 1068, 1069, 1070, - 535: 1068, 1070, 1071, - 536: 1072, 1073, 1074, - 537: 1072, 1074, 1075, - 538: 1076, 1077, 1078, - 539: 1076, 1078, 1079, - 540: 1080, 1081, 1082, - 541: 1080, 1082, 1083, - 542: 1084, 1085, 1086, - 543: 1084, 1086, 1087, - 544: 1088, 1089, 1090, - 545: 1088, 1090, 1091, - 546: 1092, 1093, 1094, - 547: 1092, 1094, 1095, - 548: 1096, 1097, 1098, - 549: 1096, 1098, 1099, - 550: 1100, 1101, 1102, - 551: 1100, 1102, 1103, - 552: 1104, 1105, 1106, - 553: 1104, 1106, 1107, - 554: 1108, 1109, 1110, - 555: 1108, 1110, 1111, - 556: 1112, 1113, 1114, - 557: 1112, 1114, 1115, - 558: 1116, 1117, 1118, - 559: 1116, 1118, 1119, - 560: 1120, 1121, 1122, - 561: 1120, 1122, 1123, - 562: 1124, 1125, 1126, - 563: 1124, 1126, 1127, - 564: 1128, 1129, 1130, - 565: 1128, 1130, 1131, - 566: 1132, 1133, 1134, - 567: 1132, 1134, 1135, - 568: 1136, 1137, 1138, - 569: 1136, 1138, 1139, - 570: 1140, 1141, 1142, - 571: 1140, 1142, 1143, - 572: 1144, 1145, 1146, - 573: 1144, 1146, 1147, - 574: 1148, 1149, 1150, - 575: 1148, 1150, 1151, - 576: 1152, 1153, 1154, - 577: 1152, 1154, 1155, - 578: 1156, 1157, 1158, - 579: 1156, 1158, 1159, - 580: 1160, 1161, 1162, - 581: 1160, 1162, 1163, - 582: 1164, 1165, 1166, - 583: 1164, 1166, 1167, - 584: 1168, 1169, 1170, - 585: 1168, 1170, 1171, - 586: 1172, 1173, 1174, - 587: 1172, 1174, 1175, - 588: 1176, 1177, 1178, - 589: 1176, 1178, 1179, - 590: 1180, 1181, 1182, - 591: 1180, 1182, 1183, - 592: 1184, 1185, 1186, - 593: 1184, 1186, 1187, - 594: 1188, 1189, 1190, - 595: 1188, 1190, 1191, - 596: 1192, 1193, 1194, - 597: 1192, 1194, 1195, - 598: 1196, 1197, 1198, - 599: 1196, 1198, 1199, - 600: 1200, 1201, 1202, - 601: 1200, 1202, 1203, - 602: 1204, 1205, 1206, - 603: 1204, 1206, 1207, - 604: 1208, 1209, 1210, - 605: 1208, 1210, 1211, - 606: 1212, 1213, 1214, - 607: 1212, 1214, 1215, - 608: 1216, 1217, 1218, - 609: 1216, 1218, 1219, - 610: 1220, 1221, 1222, - 611: 1220, 1222, 1223, - 612: 1224, 1225, 1226, - 613: 1224, 1226, 1227, - 614: 1228, 1229, 1230, - 615: 1228, 1230, 1231, - 616: 1232, 1233, 1234, - 617: 1232, 1234, 1235, - 618: 1236, 1237, 1238, - 619: 1236, 1238, 1239, - 620: 1240, 1241, 1242, - 621: 1240, 1242, 1243, - 622: 1244, 1245, 1246, - 623: 1244, 1246, 1247, - 624: 1248, 1249, 1250, - 625: 1248, 1250, 1251, - 626: 1252, 1253, 1254, - 627: 1252, 1254, 1255, - 628: 1256, 1257, 1258, - 629: 1256, 1258, 1259, - 630: 1260, 1261, 1262, - 631: 1260, 1262, 1263, - 632: 1264, 1265, 1266, - 633: 1264, 1266, 1267, - 634: 1268, 1269, 1270, - 635: 1268, 1270, 1271, - 636: 1272, 1273, 1274, - 637: 1272, 1274, 1275, - 638: 1276, 1277, 1278, - 639: 1276, 1278, 1279, - 640: 1280, 1281, 1282, - 641: 1280, 1282, 1283, - 642: 1284, 1285, 1286, - 643: 1284, 1286, 1287, - 644: 1288, 1289, 1290, - 645: 1288, 1290, 1291, - 646: 1292, 1293, 1294, - 647: 1292, 1294, 1295, - 648: 1296, 1297, 1298, - 649: 1296, 1298, 1299, - 650: 1300, 1301, 1302, - 651: 1300, 1302, 1303, - 652: 1304, 1305, 1306, - 653: 1304, 1306, 1307, - 654: 1308, 1309, 1310, - 655: 1308, 1310, 1311, - 656: 1312, 1313, 1314, - 657: 1312, 1314, 1315, - 658: 1316, 1317, 1318, - 659: 1316, 1318, 1319, - 660: 1320, 1321, 1322, - 661: 1320, 1322, 1323, - 662: 1324, 1325, 1326, - 663: 1324, 1326, 1327, - 664: 1328, 1329, 1330, - 665: 1328, 1330, 1331, - 666: 1332, 1333, 1334, - 667: 1332, 1334, 1335, - 668: 1336, 1337, 1338, - 669: 1336, 1338, 1339, - 670: 1340, 1341, 1342, - 671: 1340, 1342, 1343, - 672: 1344, 1345, 1346, - 673: 1344, 1346, 1347, - 674: 1348, 1349, 1350, - 675: 1348, 1350, 1351, - 676: 1352, 1353, 1354, - 677: 1352, 1354, 1355, - 678: 1356, 1357, 1358, - 679: 1356, 1358, 1359, - 680: 1360, 1361, 1362, - 681: 1360, 1362, 1363, - 682: 1364, 1365, 1366, - 683: 1364, 1366, 1367, - 684: 1368, 1369, 1370, - 685: 1368, 1370, 1371, - 686: 1372, 1373, 1374, - 687: 1372, 1374, 1375, - 688: 1376, 1377, 1378, - 689: 1376, 1378, 1379, - 690: 1380, 1381, 1382, - 691: 1380, 1382, 1383, - 692: 1384, 1385, 1386, - 693: 1384, 1386, 1387, - 694: 1388, 1389, 1390, - 695: 1388, 1390, 1391, - 696: 1392, 1393, 1394, - 697: 1392, 1394, 1395, - 698: 1396, 1397, 1398, - 699: 1396, 1398, 1399, - 700: 1400, 1401, 1402, - 701: 1400, 1402, 1403, - 702: 1404, 1405, 1406, - 703: 1404, 1406, 1407, - 704: 1408, 1409, 1410, - 705: 1408, 1410, 1411, - 706: 1412, 1413, 1414, - 707: 1412, 1414, 1415, - 708: 1416, 1417, 1418, - 709: 1416, 1418, 1419, - 710: 1420, 1421, 1422, - 711: 1420, 1422, 1423, - 712: 1424, 1425, 1426, - 713: 1424, 1426, 1427, - 714: 1428, 1429, 1430, - 715: 1428, 1430, 1431, - 716: 1432, 1433, 1434, - 717: 1432, 1434, 1435, - 718: 1436, 1437, 1438, - 719: 1436, 1438, 1439, - 720: 1440, 1441, 1442, - 721: 1440, 1442, 1443, - 722: 1444, 1445, 1446, - 723: 1444, 1446, 1447, - 724: 1448, 1449, 1450, - 725: 1448, 1450, 1451, - 726: 1452, 1453, 1454, - 727: 1452, 1454, 1455, - 728: 1456, 1457, 1458, - 729: 1456, 1458, 1459, - 730: 1460, 1461, 1462, - 731: 1460, 1462, 1463, - 732: 1464, 1465, 1466, - 733: 1464, 1466, 1467, - 734: 1468, 1469, 1470, - 735: 1468, 1470, 1471, - 736: 1472, 1473, 1474, - 737: 1472, 1474, 1475, - 738: 1476, 1477, 1478, - 739: 1476, 1478, 1479, - 740: 1480, 1481, 1482, - 741: 1480, 1482, 1483, - 742: 1484, 1485, 1486, - 743: 1484, 1486, 1487, - 744: 1488, 1489, 1490, - 745: 1488, 1490, 1491, - 746: 1492, 1493, 1494, - 747: 1492, 1494, 1495, - 748: 1496, 1497, 1498, - 749: 1496, 1498, 1499, - 750: 1500, 1501, 1502, - 751: 1500, 1502, 1503, - 752: 1504, 1505, 1506, - 753: 1504, 1506, 1507, - 754: 1508, 1509, 1510, - 755: 1508, 1510, 1511, - 756: 1512, 1513, 1514, - 757: 1512, 1514, 1515, - 758: 1516, 1517, 1518, - 759: 1516, 1518, 1519, - 760: 1520, 1521, 1522, - 761: 1520, 1522, 1523, - 762: 1524, 1525, 1526, - 763: 1524, 1526, 1527, - 764: 1528, 1529, 1530, - 765: 1528, 1530, 1531, - 766: 1532, 1533, 1534, - 767: 1532, 1534, 1535, - 768: 1536, 1537, 1538, - 769: 1536, 1538, 1539, - 770: 1540, 1541, 1542, - 771: 1540, 1542, 1543, - 772: 1544, 1545, 1546, - 773: 1544, 1546, 1547, - 774: 1548, 1549, 1550, - 775: 1548, 1550, 1551, - 776: 1552, 1553, 1554, - 777: 1552, 1554, 1555, - 778: 1556, 1557, 1558, - 779: 1556, 1558, 1559, - 780: 1560, 1561, 1562, - 781: 1560, 1562, 1563, - 782: 1564, 1565, 1566, - 783: 1564, 1566, 1567, - 784: 1568, 1569, 1570, - 785: 1568, 1570, 1571, - 786: 1572, 1573, 1574, - 787: 1572, 1574, 1575, - 788: 1576, 1577, 1578, - 789: 1576, 1578, 1579, - 790: 1580, 1581, 1582, - 791: 1580, 1582, 1583, - 792: 1584, 1585, 1586, - 793: 1584, 1586, 1587, - 794: 1588, 1589, 1590, - 795: 1588, 1590, 1591, - 796: 1592, 1593, 1594, - 797: 1592, 1594, 1595, - 798: 1596, 1597, 1598, - 799: 1596, 1598, 1599, - 800: 1600, 1601, 1602, - 801: 1600, 1602, 1603, - 802: 1604, 1605, 1606, - 803: 1604, 1606, 1607, - 804: 1608, 1609, 1610, - 805: 1608, 1610, 1611, - 806: 1612, 1613, 1614, - 807: 1612, 1614, 1615, - 808: 1616, 1617, 1618, - 809: 1616, 1618, 1619, - 810: 1620, 1621, 1622, - 811: 1620, 1622, 1623, - 812: 1624, 1625, 1626, - 813: 1624, 1626, 1627, - 814: 1628, 1629, 1630, - 815: 1628, 1630, 1631, - 816: 1632, 1633, 1634, - 817: 1632, 1634, 1635, - 818: 1636, 1637, 1638, - 819: 1636, 1638, 1639, - 820: 1640, 1641, 1642, - 821: 1640, 1642, 1643, - 822: 1644, 1645, 1646, - 823: 1644, 1646, 1647, - 824: 1648, 1649, 1650, - 825: 1648, 1650, 1651, - 826: 1652, 1653, 1654, - 827: 1652, 1654, 1655, - 828: 1656, 1657, 1658, - 829: 1656, 1658, 1659, - 830: 1660, 1661, 1662, - 831: 1660, 1662, 1663, - 832: 1664, 1665, 1666, - 833: 1664, 1666, 1667, - 834: 1668, 1669, 1670, - 835: 1668, 1670, 1671, - 836: 1672, 1673, 1674, - 837: 1672, 1674, 1675, - 838: 1676, 1677, 1678, - 839: 1676, 1678, 1679, - 840: 1680, 1681, 1682, - 841: 1680, 1682, 1683, - 842: 1684, 1685, 1686, - 843: 1684, 1686, 1687, - 844: 1688, 1689, 1690, - 845: 1688, 1690, 1691, - 846: 1692, 1693, 1694, - 847: 1692, 1694, 1695, - 848: 1696, 1697, 1698, - 849: 1696, 1698, 1699, - 850: 1700, 1701, 1702, - 851: 1700, 1702, 1703, - 852: 1704, 1705, 1706, - 853: 1704, 1706, 1707, - 854: 1708, 1709, 1710, - 855: 1708, 1710, 1711, - 856: 1712, 1713, 1714, - 857: 1712, 1714, 1715, - 858: 1716, 1717, 1718, - 859: 1716, 1718, 1719, - 860: 1720, 1721, 1722, - 861: 1720, 1722, 1723, - 862: 1724, 1725, 1726, - 863: 1724, 1726, 1727, - 864: 1728, 1729, 1730, - 865: 1728, 1730, 1731, - 866: 1732, 1733, 1734, - 867: 1732, 1734, 1735, - 868: 1736, 1737, 1738, - 869: 1736, 1738, 1739, - 870: 1740, 1741, 1742, - 871: 1740, 1742, 1743, - 872: 1744, 1745, 1746, - 873: 1744, 1746, 1747, - 874: 1748, 1749, 1750, - 875: 1748, 1750, 1751, - 876: 1752, 1753, 1754, - 877: 1752, 1754, 1755, - 878: 1756, 1757, 1758, - 879: 1756, 1758, 1759, - 880: 1760, 1761, 1762, - 881: 1760, 1762, 1763, - 882: 1764, 1765, 1766, - 883: 1764, 1766, 1767, - 884: 1768, 1769, 1770, - 885: 1768, 1770, 1771, - 886: 1772, 1773, 1774, - 887: 1772, 1774, 1775, - 888: 1776, 1777, 1778, - 889: 1776, 1778, 1779, - 890: 1780, 1781, 1782, - 891: 1780, 1782, 1783, - 892: 1784, 1785, 1786, - 893: 1784, 1786, 1787, - 894: 1788, 1789, 1790, - 895: 1788, 1790, 1791, - 896: 1792, 1793, 1794, - 897: 1792, 1794, 1795, - 898: 1796, 1797, 1798, - 899: 1796, 1798, 1799, - 900: 1800, 1801, 1802, - 901: 1800, 1802, 1803, - 902: 1804, 1805, 1806, - 903: 1804, 1806, 1807, - 904: 1808, 1809, 1810, - 905: 1808, 1810, 1811, - 906: 1812, 1813, 1814, - 907: 1812, 1814, 1815, - 908: 1816, 1817, 1818, - 909: 1816, 1818, 1819, - 910: 1820, 1821, 1822, - 911: 1820, 1822, 1823, - 912: 1824, 1825, 1826, - 913: 1824, 1826, 1827, - 914: 1828, 1829, 1830, - 915: 1828, 1830, 1831, - 916: 1832, 1833, 1834, - 917: 1832, 1834, 1835, - 918: 1836, 1837, 1838, - 919: 1836, 1838, 1839, - 920: 1840, 1841, 1842, - 921: 1840, 1842, 1843, - 922: 1844, 1845, 1846, - 923: 1844, 1846, 1847, - 924: 1848, 1849, 1850, - 925: 1848, 1850, 1851, - 926: 1852, 1853, 1854, - 927: 1852, 1854, 1855, - 928: 1856, 1857, 1858, - 929: 1856, 1858, 1859, - 930: 1860, 1861, 1862, - 931: 1860, 1862, 1863, - 932: 1864, 1865, 1866, - 933: 1864, 1866, 1867, - 934: 1868, 1869, 1870, - 935: 1868, 1870, 1871, - 936: 1872, 1873, 1874, - 937: 1872, 1874, 1875, - 938: 1876, 1877, 1878, - 939: 1876, 1878, 1879, - 940: 1880, 1881, 1882, - 941: 1880, 1882, 1883, - 942: 1884, 1885, 1886, - 943: 1884, 1886, 1887, - 944: 1888, 1889, 1890, - 945: 1888, 1890, 1891, - 946: 1892, 1893, 1894, - 947: 1892, 1894, 1895, - 948: 1896, 1897, 1898, - 949: 1896, 1898, 1899, - 950: 1900, 1901, 1902, - 951: 1900, 1902, 1903, - 952: 1904, 1905, 1906, - 953: 1904, 1906, 1907, - 954: 1908, 1909, 1910, - 955: 1908, 1910, 1911, - 956: 1912, 1913, 1914, - 957: 1912, 1914, 1915, - 958: 1916, 1917, 1918, - 959: 1916, 1918, 1919, - 960: 1920, 1921, 1922, - 961: 1920, 1922, 1923, - 962: 1924, 1925, 1926, - 963: 1924, 1926, 1927, - 964: 1928, 1929, 1930, - 965: 1928, 1930, 1931, - 966: 1932, 1933, 1934, - 967: 1932, 1934, 1935, - 968: 1936, 1937, 1938, - 969: 1936, 1938, 1939, - 970: 1940, 1941, 1942, - 971: 1940, 1942, 1943, - 972: 1944, 1945, 1946, - 973: 1944, 1946, 1947, - 974: 1948, 1949, 1950, - 975: 1948, 1950, 1951, - 976: 1952, 1953, 1954, - 977: 1952, 1954, 1955, - 978: 1956, 1957, 1958, - 979: 1956, 1958, 1959, - 980: 1960, 1961, 1962, - 981: 1960, 1962, 1963, - 982: 1964, 1965, 1966, - 983: 1964, 1966, 1967, - 984: 1968, 1969, 1970, - 985: 1968, 1970, 1971, - 986: 1972, 1973, 1974, - 987: 1972, 1974, 1975, - 988: 1976, 1977, 1978, - 989: 1976, 1978, 1979, - 990: 1980, 1981, 1982, - 991: 1980, 1982, 1983, - 992: 1984, 1985, 1986, - 993: 1984, 1986, 1987, - 994: 1988, 1989, 1990, - 995: 1988, 1990, 1991, - 996: 1992, 1993, 1994, - 997: 1992, 1994, 1995, - 998: 1996, 1997, 1998, - 999: 1996, 1998, 1999, - 1000: 2000, 2001, 2002, - 1001: 2000, 2002, 2003, - 1002: 2004, 2005, 2006, - 1003: 2004, 2006, 2007, - 1004: 2008, 2009, 2010, - 1005: 2008, 2010, 2011, - 1006: 2012, 2013, 2014, - 1007: 2012, 2014, 2015, - 1008: 2016, 2017, 2018, - 1009: 2016, 2018, 2019, - 1010: 2020, 2021, 2022, - 1011: 2020, 2022, 2023, - 1012: 2024, 2025, 2026, - 1013: 2024, 2026, 2027, - 1014: 2028, 2029, 2030, - 1015: 2028, 2030, 2031, - 1016: 2032, 2033, 2034, - 1017: 2032, 2034, 2035, - 1018: 2036, 2037, 2038, - 1019: 2036, 2038, 2039, - 1020: 2040, 2041, 2042, - 1021: 2040, 2042, 2043, - 1022: 2044, 2045, 2046, - 1023: 2044, 2046, 2047, - 1024: 2048, 2049, 2050, - 1025: 2048, 2050, 2051, - 1026: 2052, 2053, 2054, - 1027: 2052, 2054, 2055, - 1028: 2056, 2057, 2058, - 1029: 2056, 2058, 2059, - 1030: 2060, 2061, 2062, - 1031: 2060, 2062, 2063, - 1032: 2064, 2065, 2066, - 1033: 2064, 2066, 2067, - 1034: 2068, 2069, 2070, - 1035: 2068, 2070, 2071, - 1036: 2072, 2073, 2074, - 1037: 2072, 2074, 2075, - 1038: 2076, 2077, 2078, - 1039: 2076, 2078, 2079, - 1040: 2080, 2081, 2082, - 1041: 2080, 2082, 2083, - 1042: 2084, 2085, 2086, - 1043: 2084, 2086, 2087, - 1044: 2088, 2089, 2090, - 1045: 2088, 2090, 2091, - 1046: 2092, 2093, 2094, - 1047: 2092, 2094, 2095, - 1048: 2096, 2097, 2098, - 1049: 2096, 2098, 2099, - 1050: 2100, 2101, 2102, - 1051: 2100, 2102, 2103, - 1052: 2104, 2105, 2106, - 1053: 2104, 2106, 2107, - 1054: 2108, 2109, 2110, - 1055: 2108, 2110, 2111, - 1056: 2112, 2113, 2114, - 1057: 2112, 2114, 2115, - 1058: 2116, 2117, 2118, - 1059: 2116, 2118, 2119, - 1060: 2120, 2121, 2122, - 1061: 2120, 2122, 2123, - 1062: 2124, 2125, 2126, - 1063: 2124, 2126, 2127, - 1064: 2128, 2129, 2130, - 1065: 2128, 2130, 2131, - 1066: 2132, 2133, 2134, - 1067: 2132, 2134, 2135, - 1068: 2136, 2137, 2138, - 1069: 2136, 2138, 2139, - 1070: 2140, 2141, 2142, - 1071: 2140, 2142, 2143, - 1072: 2144, 2145, 2146, - 1073: 2144, 2146, 2147, - 1074: 2148, 2149, 2150, - 1075: 2148, 2150, 2151, - 1076: 2152, 2153, 2154, - 1077: 2152, 2154, 2155, - 1078: 2156, 2157, 2158, - 1079: 2156, 2158, 2159, - 1080: 2160, 2161, 2162, - 1081: 2160, 2162, 2163, - 1082: 2164, 2165, 2166, - 1083: 2164, 2166, 2167, - 1084: 2168, 2169, 2170, - 1085: 2168, 2170, 2171, - 1086: 2172, 2173, 2174, - 1087: 2172, 2174, 2175, - 1088: 2176, 2177, 2178, - 1089: 2176, 2178, 2179, - 1090: 2180, 2181, 2182, - 1091: 2180, 2182, 2183, - 1092: 2184, 2185, 2186, - 1093: 2184, 2186, 2187, - 1094: 2188, 2189, 2190, - 1095: 2188, 2190, 2191, - 1096: 2192, 2193, 2194, - 1097: 2192, 2194, 2195, - 1098: 2196, 2197, 2198, - 1099: 2196, 2198, 2199, - 1100: 2200, 2201, 2202, - 1101: 2200, 2202, 2203, - 1102: 2204, 2205, 2206, - 1103: 2204, 2206, 2207, - 1104: 2208, 2209, 2210, - 1105: 2208, 2210, 2211, - 1106: 2212, 2213, 2214, - 1107: 2212, 2214, 2215, - 1108: 2216, 2217, 2218, - 1109: 2216, 2218, 2219, - 1110: 2220, 2221, 2222, - 1111: 2220, 2222, 2223, - 1112: 2224, 2225, 2226, - 1113: 2224, 2226, 2227, - 1114: 2228, 2229, 2230, - 1115: 2228, 2230, 2231, - 1116: 2232, 2233, 2234, - 1117: 2232, 2234, 2235, - 1118: 2236, 2237, 2238, - 1119: 2236, 2238, 2239, - 1120: 2240, 2241, 2242, - 1121: 2240, 2242, 2243, - 1122: 2244, 2245, 2246, - 1123: 2244, 2246, 2247, - 1124: 2248, 2249, 2250, - 1125: 2248, 2250, 2251, - 1126: 2252, 2253, 2254, - 1127: 2252, 2254, 2255, - 1128: 2256, 2257, 2258, - 1129: 2256, 2258, 2259, - 1130: 2260, 2261, 2262, - 1131: 2260, 2262, 2263, - 1132: 2264, 2265, 2266, - 1133: 2264, 2266, 2267, - 1134: 2268, 2269, 2270, - 1135: 2268, 2270, 2271, - 1136: 2272, 2273, 2274, - 1137: 2272, 2274, 2275, - 1138: 2276, 2277, 2278, - 1139: 2276, 2278, 2279, - 1140: 2280, 2281, 2282, - 1141: 2280, 2282, 2283, - 1142: 2284, 2285, 2286, - 1143: 2284, 2286, 2287, - 1144: 2288, 2289, 2290, - 1145: 2288, 2290, 2291, - 1146: 2292, 2293, 2294, - 1147: 2292, 2294, 2295, - 1148: 2296, 2297, 2298, - 1149: 2296, 2298, 2299, - 1150: 2300, 2301, 2302, - 1151: 2300, 2302, 2303, FaceMaterialIds: Count 1152. Hash: 2033667258170256242 Node Name: transform @@ -11602,7 +82,7 @@ Node Type: MaterialData UseEmissiveMap: Not set EmissiveIntensity: Not set UseAOMap: Not set - DiffuseTexture: FBXSecondTestTexture.png + DiffuseTexture: OneMeshMultipleMaterials/FBXSecondTestTexture.png SpecularTexture: BumpTexture: NormalTexture: @@ -11610,7 +90,7 @@ Node Type: MaterialData RoughnessTexture: AmbientOcclusionTexture: EmissiveTexture: - BaseColorTexture: FBXSecondTestTexture.png + BaseColorTexture: OneMeshMultipleMaterials/FBXSecondTestTexture.png Node Name: FirstTextureMaterial Node Path: RootNode.Torus.FirstTextureMaterial @@ -11632,7 +112,7 @@ Node Type: MaterialData UseEmissiveMap: Not set EmissiveIntensity: Not set UseAOMap: Not set - DiffuseTexture: FBXTestTexture.png + DiffuseTexture: OneMeshMultipleMaterials/FBXTestTexture.png SpecularTexture: BumpTexture: NormalTexture: @@ -11640,7 +120,7 @@ Node Type: MaterialData RoughnessTexture: AmbientOcclusionTexture: EmissiveTexture: - BaseColorTexture: FBXTestTexture.png + BaseColorTexture: OneMeshMultipleMaterials/FBXTestTexture.png Node Name: TangentSet_MikkT_0 Node Path: RootNode.Torus.TangentSet_MikkT_0 @@ -11733,7 +213,7 @@ Node Type: MaterialData UseEmissiveMap: Not set EmissiveIntensity: Not set UseAOMap: Not set - DiffuseTexture: FBXSecondTestTexture.png + DiffuseTexture: OneMeshMultipleMaterials/FBXSecondTestTexture.png SpecularTexture: BumpTexture: NormalTexture: @@ -11741,7 +221,7 @@ Node Type: MaterialData RoughnessTexture: AmbientOcclusionTexture: EmissiveTexture: - BaseColorTexture: FBXSecondTestTexture.png + BaseColorTexture: OneMeshMultipleMaterials/FBXSecondTestTexture.png Node Name: FirstTextureMaterial Node Path: RootNode.Torus_optimized.FirstTextureMaterial @@ -11763,7 +243,7 @@ Node Type: MaterialData UseEmissiveMap: Not set EmissiveIntensity: Not set UseAOMap: Not set - DiffuseTexture: FBXTestTexture.png + DiffuseTexture: OneMeshMultipleMaterials/FBXTestTexture.png SpecularTexture: BumpTexture: NormalTexture: @@ -11771,5 +251,5 @@ Node Type: MaterialData RoughnessTexture: AmbientOcclusionTexture: EmissiveTexture: - BaseColorTexture: FBXTestTexture.png + BaseColorTexture: OneMeshMultipleMaterials/FBXTestTexture.png diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshOneMaterial/onemeshonematerial.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshOneMaterial/onemeshonematerial.dbgsg index 65bb22497b..658e8c8994 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshOneMaterial/onemeshonematerial.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/OneMeshOneMaterial/onemeshonematerial.dbgsg @@ -1,13 +1,23 @@ ProductName: OneMeshOneMaterial.dbgsg debugSceneGraphVersion: 1 OneMeshOneMaterial +Node Name: Cube Node Path: RootNode.Cube Node Type: MeshData Positions: Count 24. Hash: 8661923109306356285 Normals: Count 24. Hash: 5807525742165000561 - FaceList: Count 12. Hash: 17730128541777770264 + FaceList: Count 12. Hash: 9888799799190757436 FaceMaterialIds: Count 12. Hash: 7110546404675862471 +Node Name: Cube_optimized +Node Path: RootNode.Cube_optimized +Node Type: MeshData + Positions: Count 24. Hash: 8661923109306356285 + Normals: Count 24. Hash: 5807525742165000561 + FaceList: Count 12. Hash: 9888799799190757436 + FaceMaterialIds: Count 12. Hash: 7110546404675862471 + +Node Name: transform Node Path: RootNode.Cube.transform Node Type: TransformData Matrix: @@ -16,30 +26,110 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cube.UVMap Node Type: MeshVertexUVData UVs: Count 24. Hash: 1622169145591646736 UVCustomName: UVMap +Node Name: CubeMaterial Node Path: RootNode.Cube.CubeMaterial Node Type: MaterialData MaterialName: CubeMaterial - UniqueId: 40 + UniqueId: 973942033197978066 IsNoDraw: false DiffuseColor: < 0.800000, 0.800000, 0.800000> - SpecularColor: < 0.200000, 0.200000, 0.200000> + SpecularColor: < 0.800000, 0.800000, 0.800000> EmissiveColor: < 0.000000, 0.000000, 0.000000> Opacity: 1.000000 Shininess: 36.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: OneMeshOneMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: OneMeshOneMaterial/FBXTestTexture.png +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cube.TangentSet_MikkT_0 Node Type: MeshVertexTangentData Tangents: Count 24. Hash: 13438447437797057049 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cube.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData Bitangents: Count 24. Hash: 11372562338897179017 TangentSpace: 1 +Node Name: UVMap +Node Path: RootNode.Cube_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 24. Hash: 1622169145591646736 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 24. Hash: 13438447437797057049 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 24. Hash: 11372562338897179017 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cube_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: CubeMaterial +Node Path: RootNode.Cube_optimized.CubeMaterial +Node Type: MaterialData + MaterialName: CubeMaterial + UniqueId: 973942033197978066 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.800000, 0.800000, 0.800000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 36.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: OneMeshOneMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: OneMeshOneMaterial/FBXTestTexture.png + diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingLOD/lodtest.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingLOD/lodtest.dbgsg index 478c64d3fb..1c39ca312a 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingLOD/lodtest.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingLOD/lodtest.dbgsg @@ -1,20 +1,23 @@ ProductName: lodtest.dbgsg debugSceneGraphVersion: 1 lodtest +Node Name: lodtest Node Path: RootNode.lodtest Node Type: MeshData Positions: Count 24. Hash: 8661923109306356285 Normals: Count 24. Hash: 5807525742165000561 - FaceList: Count 12. Hash: 17730128541777770264 + FaceList: Count 12. Hash: 9888799799190757436 FaceMaterialIds: Count 12. Hash: 7110546404675862471 +Node Name: lodtest_lod3 Node Path: RootNode.lodtest_lod3 Node Type: MeshData Positions: Count 1984. Hash: 6600975913707260286 Normals: Count 1984. Hash: 2708036977889843831 - FaceList: Count 960. Hash: 18299150252135919020 + FaceList: Count 960. Hash: 10390417165025722786 FaceMaterialIds: Count 960. Hash: 12510609185544665964 +Node Name: lodtest_lod2 Node Path: RootNode.lodtest_lod2 Node Type: MeshData Positions: Count 240. Hash: 219362421205407416 @@ -22,13 +25,47 @@ Node Type: MeshData FaceList: Count 80. Hash: 11130917988116538993 FaceMaterialIds: Count 80. Hash: 4190892684086530065 +Node Name: lodtest_lod1 Node Path: RootNode.lodtest_lod1 Node Type: MeshData Positions: Count 192. Hash: 1283526254311745349 Normals: Count 192. Hash: 1873340970602844856 - FaceList: Count 124. Hash: 4139150512255795252 + FaceList: Count 124. Hash: 3728991722746136013 FaceMaterialIds: Count 124. Hash: 2372486708814455910 +Node Name: lodtest_optimized +Node Path: RootNode.lodtest_optimized +Node Type: MeshData + Positions: Count 24. Hash: 8661923109306356285 + Normals: Count 24. Hash: 5807525742165000561 + FaceList: Count 12. Hash: 9888799799190757436 + FaceMaterialIds: Count 12. Hash: 7110546404675862471 + +Node Name: lodtest_lod3_optimized +Node Path: RootNode.lodtest_lod3_optimized +Node Type: MeshData + Positions: Count 1984. Hash: 6600975913707260286 + Normals: Count 1984. Hash: 2708036977889843831 + FaceList: Count 960. Hash: 10390417165025722786 + FaceMaterialIds: Count 960. Hash: 12510609185544665964 + +Node Name: lodtest_lod2_optimized +Node Path: RootNode.lodtest_lod2_optimized +Node Type: MeshData + Positions: Count 240. Hash: 219362421205407416 + Normals: Count 240. Hash: 11195242321181199939 + FaceList: Count 80. Hash: 11130917988116538993 + FaceMaterialIds: Count 80. Hash: 4190892684086530065 + +Node Name: lodtest_lod1_optimized +Node Path: RootNode.lodtest_lod1_optimized +Node Type: MeshData + Positions: Count 192. Hash: 7921557352486854444 + Normals: Count 192. Hash: 1873340970602844856 + FaceList: Count 124. Hash: 18311637590974204568 + FaceMaterialIds: Count 124. Hash: 2372486708814455910 + +Node Name: transform Node Path: RootNode.lodtest.transform Node Type: TransformData Matrix: @@ -37,33 +74,56 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.lodtest.UVMap Node Type: MeshVertexUVData UVs: Count 24. Hash: 1622169145591646736 UVCustomName: UVMap +Node Name: Material Node Path: RootNode.lodtest.Material Node Type: MaterialData MaterialName: Material - UniqueId: 41 + UniqueId: 11127505492038345244 IsNoDraw: false DiffuseColor: < 0.800000, 0.800000, 0.800000> - SpecularColor: < 0.200000, 0.200000, 0.200000> + SpecularColor: < 0.800000, 0.800000, 0.800000> EmissiveColor: < 0.000000, 0.000000, 0.000000> Opacity: 1.000000 Shininess: 36.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: +Node Name: TangentSet_MikkT_0 Node Path: RootNode.lodtest.TangentSet_MikkT_0 Node Type: MeshVertexTangentData Tangents: Count 24. Hash: 13438447437797057049 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.lodtest.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData Bitangents: Count 24. Hash: 11372562338897179017 TangentSpace: 1 +Node Name: transform Node Path: RootNode.lodtest_lod3.transform Node Type: TransformData Matrix: @@ -72,22 +132,56 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 2.298166, 0.000000> +Node Name: UVMap Node Path: RootNode.lodtest_lod3.UVMap Node Type: MeshVertexUVData UVs: Count 1984. Hash: 14119273880200542497 UVCustomName: UVMap +Node Name: DefaultMaterial +Node Path: RootNode.lodtest_lod3.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: TangentSet_MikkT_0 Node Path: RootNode.lodtest_lod3.TangentSet_MikkT_0 Node Type: MeshVertexTangentData - Tangents: Count 1984. Hash: 18230617734432580484 + Tangents: Count 1984. Hash: 5664494957869921957 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.lodtest_lod3.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData - Bitangents: Count 1984. Hash: 1758062968819667297 + Bitangents: Count 1984. Hash: 5048878728906162461 TangentSpace: 1 +Node Name: transform Node Path: RootNode.lodtest_lod2.transform Node Type: TransformData Matrix: @@ -96,22 +190,56 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, -2.211498, 0.000000> +Node Name: UVMap Node Path: RootNode.lodtest_lod2.UVMap Node Type: MeshVertexUVData UVs: Count 240. Hash: 13702273589593616598 UVCustomName: UVMap +Node Name: DefaultMaterial +Node Path: RootNode.lodtest_lod2.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: TangentSet_MikkT_0 Node Path: RootNode.lodtest_lod2.TangentSet_MikkT_0 Node Type: MeshVertexTangentData - Tangents: Count 240. Hash: 12143450499217075227 + Tangents: Count 240. Hash: 1390901212717410749 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.lodtest_lod2.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData - Bitangents: Count 240. Hash: 2933938440535428567 + Bitangents: Count 240. Hash: 1379238632949267281 TangentSpace: 1 +Node Name: transform Node Path: RootNode.lodtest_lod1.transform Node Type: TransformData Matrix: @@ -120,19 +248,284 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 2.410331, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.lodtest_lod1.UVMap Node Type: MeshVertexUVData UVs: Count 192. Hash: 27253578623892681 UVCustomName: UVMap +Node Name: DefaultMaterial +Node Path: RootNode.lodtest_lod1.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: TangentSet_MikkT_0 Node Path: RootNode.lodtest_lod1.TangentSet_MikkT_0 Node Type: MeshVertexTangentData - Tangents: Count 192. Hash: 5663634855689915515 + Tangents: Count 192. Hash: 11165448242141781141 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.lodtest_lod1.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData - Bitangents: Count 192. Hash: 10115392016288328891 + Bitangents: Count 192. Hash: 7987814487334449536 TangentSpace: 1 +Node Name: UVMap +Node Path: RootNode.lodtest_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 24. Hash: 1622169145591646736 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.lodtest_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 24. Hash: 13438447437797057049 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.lodtest_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 24. Hash: 11372562338897179017 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.lodtest_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: Material +Node Path: RootNode.lodtest_optimized.Material +Node Type: MaterialData + MaterialName: Material + UniqueId: 11127505492038345244 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.800000, 0.800000, 0.800000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 36.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: UVMap +Node Path: RootNode.lodtest_lod3_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 1984. Hash: 14119273880200542497 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.lodtest_lod3_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 1984. Hash: 5664494957869921957 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.lodtest_lod3_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 1984. Hash: 5048878728906162461 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.lodtest_lod3_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 2.298166, 0.000000> + +Node Name: DefaultMaterial +Node Path: RootNode.lodtest_lod3_optimized.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: UVMap +Node Path: RootNode.lodtest_lod2_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 240. Hash: 13702273589593616598 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.lodtest_lod2_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 240. Hash: 1390901212717410749 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.lodtest_lod2_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 240. Hash: 1379238632949267281 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.lodtest_lod2_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, -0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, -2.211498, 0.000000> + +Node Name: DefaultMaterial +Node Path: RootNode.lodtest_lod2_optimized.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: UVMap +Node Path: RootNode.lodtest_lod1_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 192. Hash: 13790301632763350589 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.lodtest_lod1_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 192. Hash: 7293001660047850407 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.lodtest_lod1_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 192. Hash: 2874689498270494796 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.lodtest_lod1_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 2.410331, 0.000000, 0.000000> + +Node Name: DefaultMaterial +Node Path: RootNode.lodtest_lod1_optimized.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingPhysics/physicstest.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingPhysics/physicstest.dbgsg index 3d2735a2ee..f620b6c35b 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingPhysics/physicstest.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/SoftNamingPhysics/physicstest.dbgsg @@ -1,20 +1,31 @@ ProductName: physicstest.dbgsg debugSceneGraphVersion: 1 physicstest +Node Name: Cone Node Path: RootNode.Cone Node Type: MeshData Positions: Count 128. Hash: 7714223793259938211 Normals: Count 128. Hash: 2352668179264002707 - FaceList: Count 62. Hash: 501739282148426083 + FaceList: Count 62. Hash: 14563017593520122982 FaceMaterialIds: Count 62. Hash: 12234218120113875284 +Node Name: Cube_phys Node Path: RootNode.Cube_phys Node Type: MeshData Positions: Count 24. Hash: 3478903613105670818 Normals: Count 24. Hash: 7251512570672401149 - FaceList: Count 12. Hash: 17730128541777770264 + FaceList: Count 12. Hash: 9888799799190757436 FaceMaterialIds: Count 12. Hash: 7110546404675862471 +Node Name: Cone_optimized +Node Path: RootNode.Cone_optimized +Node Type: MeshData + Positions: Count 128. Hash: 10174710861731544050 + Normals: Count 128. Hash: 2352668179264002707 + FaceList: Count 62. Hash: 11332459830831720586 + FaceMaterialIds: Count 62. Hash: 12234218120113875284 + +Node Name: transform Node Path: RootNode.Cone.transform Node Type: TransformData Matrix: @@ -23,22 +34,56 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cone.UVMap Node Type: MeshVertexUVData UVs: Count 128. Hash: 10171083346831193808 UVCustomName: UVMap +Node Name: DefaultMaterial +Node Path: RootNode.Cone.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cone.TangentSet_MikkT_0 Node Type: MeshVertexTangentData - Tangents: Count 128. Hash: 7061767882345696031 + Tangents: Count 128. Hash: 14351734474754285313 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cone.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData - Bitangents: Count 128. Hash: 12648628819656324550 + Bitangents: Count 128. Hash: 15997251922861304891 TangentSpace: 1 +Node Name: transform Node Path: RootNode.Cube_phys.transform Node Type: TransformData Matrix: @@ -47,19 +92,110 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cube_phys.UVMap Node Type: MeshVertexUVData UVs: Count 24. Hash: 13623018071435219250 UVCustomName: UVMap +Node Name: DefaultMaterial +Node Path: RootNode.Cube_phys.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cube_phys.TangentSet_MikkT_0 Node Type: MeshVertexTangentData Tangents: Count 24. Hash: 11965897353301448436 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cube_phys.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData Bitangents: Count 24. Hash: 17515781720544086759 TangentSpace: 1 +Node Name: UVMap +Node Path: RootNode.Cone_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 128. Hash: 7873368003484215433 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cone_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 128. Hash: 12937806066914201637 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cone_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 128. Hash: 873786942732834087 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cone_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: DefaultMaterial +Node Path: RootNode.Cone_optimized.DefaultMaterial +Node Type: MaterialData + MaterialName: DefaultMaterial + UniqueId: 3809502407269006983 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.000000, 0.000000, 0.000000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 0.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: + diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshLinkedMaterials/multiple_mesh_linked_materials.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshLinkedMaterials/multiple_mesh_linked_materials.dbgsg index 148776a1d4..50f9285712 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshLinkedMaterials/multiple_mesh_linked_materials.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshLinkedMaterials/multiple_mesh_linked_materials.dbgsg @@ -5,788 +5,32 @@ Node Name: Cube Node Path: RootNode.Cube Node Type: MeshData Positions: Count 24. Hash: 8661923109306356285 - 0: <-0.010000, 0.010000, 0.010000> - 1: < 0.010000, 0.010000, 0.010000> - 2: < 0.010000, 0.010000, -0.010000> - 3: <-0.010000, 0.010000, -0.010000> - 4: <-0.010000, -0.010000, -0.010000> - 5: <-0.010000, 0.010000, -0.010000> - 6: < 0.010000, 0.010000, -0.010000> - 7: < 0.010000, -0.010000, -0.010000> - 8: < 0.010000, -0.010000, -0.010000> - 9: < 0.010000, 0.010000, -0.010000> - 10: < 0.010000, 0.010000, 0.010000> - 11: < 0.010000, -0.010000, 0.010000> - 12: < 0.010000, -0.010000, 0.010000> - 13: <-0.010000, -0.010000, 0.010000> - 14: <-0.010000, -0.010000, -0.010000> - 15: < 0.010000, -0.010000, -0.010000> - 16: <-0.010000, -0.010000, 0.010000> - 17: <-0.010000, 0.010000, 0.010000> - 18: <-0.010000, 0.010000, -0.010000> - 19: <-0.010000, -0.010000, -0.010000> - 20: < 0.010000, -0.010000, 0.010000> - 21: < 0.010000, 0.010000, 0.010000> - 22: <-0.010000, 0.010000, 0.010000> - 23: <-0.010000, -0.010000, 0.010000> Normals: Count 24. Hash: 5807525742165000561 - 0: < 0.000000, 1.000000, 0.000000> - 1: < 0.000000, 1.000000, 0.000000> - 2: < 0.000000, 1.000000, 0.000000> - 3: < 0.000000, 1.000000, 0.000000> - 4: < 0.000000, 0.000000, -1.000000> - 5: < 0.000000, 0.000000, -1.000000> - 6: < 0.000000, 0.000000, -1.000000> - 7: < 0.000000, 0.000000, -1.000000> - 8: < 1.000000, 0.000000, 0.000000> - 9: < 1.000000, 0.000000, 0.000000> - 10: < 1.000000, 0.000000, 0.000000> - 11: < 1.000000, 0.000000, 0.000000> - 12: < 0.000000, -1.000000, 0.000000> - 13: < 0.000000, -1.000000, 0.000000> - 14: < 0.000000, -1.000000, 0.000000> - 15: < 0.000000, -1.000000, 0.000000> - 16: <-1.000000, 0.000000, 0.000000> - 17: <-1.000000, 0.000000, 0.000000> - 18: <-1.000000, 0.000000, 0.000000> - 19: <-1.000000, 0.000000, 0.000000> - 20: < 0.000000, 0.000000, 1.000000> - 21: < 0.000000, 0.000000, 1.000000> - 22: < 0.000000, 0.000000, 1.000000> - 23: < 0.000000, 0.000000, 1.000000> FaceList: Count 12. Hash: 9888799799190757436 - 0: 0, 1, 2, - 1: 0, 2, 3, - 2: 4, 5, 6, - 3: 4, 6, 7, - 4: 8, 9, 10, - 5: 8, 10, 11, - 6: 12, 13, 14, - 7: 12, 14, 15, - 8: 16, 17, 18, - 9: 16, 18, 19, - 10: 20, 21, 22, - 11: 20, 22, 23, FaceMaterialIds: Count 12. Hash: 7113802799051126666 Node Name: Cone Node Path: RootNode.Cone Node Type: MeshData Positions: Count 128. Hash: 12506421592104186200 - 0: < 0.000000, -0.010000, 0.010000> - 1: < 0.000000, 0.010000, 0.000000> - 2: <-0.001951, -0.010000, 0.009808> - 3: <-0.001951, -0.010000, 0.009808> - 4: < 0.000000, 0.010000, 0.000000> - 5: <-0.003827, -0.010000, 0.009239> - 6: <-0.003827, -0.010000, 0.009239> - 7: < 0.000000, 0.010000, 0.000000> - 8: <-0.005556, -0.010000, 0.008315> - 9: <-0.005556, -0.010000, 0.008315> - 10: < 0.000000, 0.010000, 0.000000> - 11: <-0.007071, -0.010000, 0.007071> - 12: <-0.007071, -0.010000, 0.007071> - 13: < 0.000000, 0.010000, 0.000000> - 14: <-0.008315, -0.010000, 0.005556> - 15: <-0.008315, -0.010000, 0.005556> - 16: < 0.000000, 0.010000, 0.000000> - 17: <-0.009239, -0.010000, 0.003827> - 18: <-0.009239, -0.010000, 0.003827> - 19: < 0.000000, 0.010000, 0.000000> - 20: <-0.009808, -0.010000, 0.001951> - 21: < 0.009808, -0.010000, 0.001951> - 22: < 0.000000, 0.010000, 0.000000> - 23: < 0.009239, -0.010000, 0.003827> - 24: < 0.009239, -0.010000, 0.003827> - 25: < 0.000000, 0.010000, 0.000000> - 26: < 0.008315, -0.010000, 0.005556> - 27: < 0.008315, -0.010000, 0.005556> - 28: < 0.000000, 0.010000, 0.000000> - 29: < 0.007071, -0.010000, 0.007071> - 30: < 0.007071, -0.010000, 0.007071> - 31: < 0.000000, 0.010000, 0.000000> - 32: < 0.005556, -0.010000, 0.008315> - 33: < 0.005556, -0.010000, 0.008315> - 34: < 0.000000, 0.010000, 0.000000> - 35: < 0.003827, -0.010000, 0.009239> - 36: < 0.000000, -0.010000, 0.010000> - 37: <-0.001951, -0.010000, 0.009808> - 38: <-0.003827, -0.010000, 0.009239> - 39: <-0.005556, -0.010000, 0.008315> - 40: <-0.007071, -0.010000, 0.007071> - 41: <-0.008315, -0.010000, 0.005556> - 42: <-0.009239, -0.010000, 0.003827> - 43: <-0.009808, -0.010000, 0.001951> - 44: <-0.010000, -0.010000, 0.000000> - 45: <-0.009808, -0.010000, -0.001951> - 46: <-0.009239, -0.010000, -0.003827> - 47: <-0.008315, -0.010000, -0.005556> - 48: <-0.007071, -0.010000, -0.007071> - 49: <-0.005556, -0.010000, -0.008315> - 50: <-0.003827, -0.010000, -0.009239> - 51: <-0.001951, -0.010000, -0.009808> - 52: < 0.000000, -0.010000, -0.010000> - 53: < 0.001951, -0.010000, -0.009808> - 54: < 0.003827, -0.010000, -0.009239> - 55: < 0.005556, -0.010000, -0.008315> - 56: < 0.007071, -0.010000, -0.007071> - 57: < 0.008315, -0.010000, -0.005556> - 58: < 0.009239, -0.010000, -0.003827> - 59: < 0.009808, -0.010000, -0.001951> - 60: < 0.010000, -0.010000, 0.000000> - 61: < 0.009808, -0.010000, 0.001951> - 62: < 0.009239, -0.010000, 0.003827> - 63: < 0.008315, -0.010000, 0.005556> - 64: < 0.007071, -0.010000, 0.007071> - 65: < 0.005556, -0.010000, 0.008315> - 66: < 0.003827, -0.010000, 0.009239> - 67: < 0.001951, -0.010000, 0.009808> - 68: < 0.003827, -0.010000, 0.009239> - 69: < 0.000000, 0.010000, 0.000000> - 70: < 0.001951, -0.010000, 0.009808> - 71: < 0.001951, -0.010000, 0.009808> - 72: < 0.000000, 0.010000, 0.000000> - 73: < 0.000000, -0.010000, 0.010000> - 74: <-0.009808, -0.010000, 0.001951> - 75: < 0.000000, 0.010000, 0.000000> - 76: <-0.010000, -0.010000, 0.000000> - 77: <-0.010000, -0.010000, 0.000000> - 78: < 0.000000, 0.010000, 0.000000> - 79: <-0.009808, -0.010000, -0.001951> - 80: <-0.009808, -0.010000, -0.001951> - 81: < 0.000000, 0.010000, 0.000000> - 82: <-0.009239, -0.010000, -0.003827> - 83: <-0.009239, -0.010000, -0.003827> - 84: < 0.000000, 0.010000, 0.000000> - 85: <-0.008315, -0.010000, -0.005556> - 86: <-0.008315, -0.010000, -0.005556> - 87: < 0.000000, 0.010000, 0.000000> - 88: <-0.007071, -0.010000, -0.007071> - 89: <-0.007071, -0.010000, -0.007071> - 90: < 0.000000, 0.010000, 0.000000> - 91: <-0.005556, -0.010000, -0.008315> - 92: <-0.005556, -0.010000, -0.008315> - 93: < 0.000000, 0.010000, 0.000000> - 94: <-0.003827, -0.010000, -0.009239> - 95: <-0.003827, -0.010000, -0.009239> - 96: < 0.000000, 0.010000, 0.000000> - 97: <-0.001951, -0.010000, -0.009808> - 98: <-0.001951, -0.010000, -0.009808> - 99: < 0.000000, 0.010000, 0.000000> - 100: < 0.000000, -0.010000, -0.010000> - 101: < 0.000000, -0.010000, -0.010000> - 102: < 0.000000, 0.010000, 0.000000> - 103: < 0.001951, -0.010000, -0.009808> - 104: < 0.001951, -0.010000, -0.009808> - 105: < 0.000000, 0.010000, 0.000000> - 106: < 0.003827, -0.010000, -0.009239> - 107: < 0.003827, -0.010000, -0.009239> - 108: < 0.000000, 0.010000, 0.000000> - 109: < 0.005556, -0.010000, -0.008315> - 110: < 0.005556, -0.010000, -0.008315> - 111: < 0.000000, 0.010000, 0.000000> - 112: < 0.007071, -0.010000, -0.007071> - 113: < 0.007071, -0.010000, -0.007071> - 114: < 0.000000, 0.010000, 0.000000> - 115: < 0.008315, -0.010000, -0.005556> - 116: < 0.008315, -0.010000, -0.005556> - 117: < 0.000000, 0.010000, 0.000000> - 118: < 0.009239, -0.010000, -0.003827> - 119: < 0.009239, -0.010000, -0.003827> - 120: < 0.000000, 0.010000, 0.000000> - 121: < 0.009808, -0.010000, -0.001951> - 122: < 0.009808, -0.010000, -0.001951> - 123: < 0.000000, 0.010000, 0.000000> - 124: < 0.010000, -0.010000, 0.000000> - 125: < 0.010000, -0.010000, 0.000000> - 126: < 0.000000, 0.010000, 0.000000> - 127: < 0.009808, -0.010000, 0.001951> Normals: Count 128. Hash: 367461522682321485 - 0: <-0.087754, 0.445488, 0.890977> - 1: <-0.087754, 0.445488, 0.890977> - 2: <-0.087754, 0.445488, 0.890977> - 3: <-0.259888, 0.445488, 0.856737> - 4: <-0.259888, 0.445488, 0.856737> - 5: <-0.259888, 0.445488, 0.856737> - 6: <-0.422036, 0.445488, 0.789573> - 7: <-0.422036, 0.445488, 0.789573> - 8: <-0.422036, 0.445488, 0.789573> - 9: <-0.567965, 0.445488, 0.692067> - 10: <-0.567965, 0.445488, 0.692067> - 11: <-0.567965, 0.445488, 0.692067> - 12: <-0.692067, 0.445488, 0.567965> - 13: <-0.692067, 0.445488, 0.567965> - 14: <-0.692067, 0.445488, 0.567965> - 15: <-0.789573, 0.445488, 0.422036> - 16: <-0.789573, 0.445488, 0.422036> - 17: <-0.789573, 0.445488, 0.422036> - 18: <-0.856737, 0.445488, 0.259888> - 19: <-0.856737, 0.445488, 0.259888> - 20: <-0.856737, 0.445488, 0.259888> - 21: < 0.856737, 0.445488, 0.259889> - 22: < 0.856737, 0.445488, 0.259889> - 23: < 0.856737, 0.445488, 0.259889> - 24: < 0.789573, 0.445488, 0.422037> - 25: < 0.789573, 0.445488, 0.422037> - 26: < 0.789573, 0.445488, 0.422037> - 27: < 0.692066, 0.445488, 0.567966> - 28: < 0.692066, 0.445488, 0.567966> - 29: < 0.692066, 0.445488, 0.567966> - 30: < 0.567964, 0.445488, 0.692067> - 31: < 0.567964, 0.445488, 0.692067> - 32: < 0.567964, 0.445488, 0.692067> - 33: < 0.422035, 0.445488, 0.789574> - 34: < 0.422035, 0.445488, 0.789574> - 35: < 0.422035, 0.445488, 0.789574> - 36: <-0.000000, -1.000000, 0.000000> - 37: <-0.000000, -1.000000, 0.000000> - 38: <-0.000000, -1.000000, 0.000000> - 39: <-0.000000, -1.000000, 0.000000> - 40: <-0.000000, -1.000000, 0.000000> - 41: <-0.000000, -1.000000, 0.000000> - 42: <-0.000000, -1.000000, 0.000000> - 43: <-0.000000, -1.000000, 0.000000> - 44: <-0.000000, -1.000000, 0.000000> - 45: <-0.000000, -1.000000, 0.000000> - 46: <-0.000000, -1.000000, 0.000000> - 47: <-0.000000, -1.000000, 0.000000> - 48: <-0.000000, -1.000000, 0.000000> - 49: <-0.000000, -1.000000, 0.000000> - 50: <-0.000000, -1.000000, 0.000000> - 51: <-0.000000, -1.000000, 0.000000> - 52: <-0.000000, -1.000000, 0.000000> - 53: <-0.000000, -1.000000, 0.000000> - 54: <-0.000000, -1.000000, 0.000000> - 55: <-0.000000, -1.000000, 0.000000> - 56: <-0.000000, -1.000000, 0.000000> - 57: <-0.000000, -1.000000, 0.000000> - 58: <-0.000000, -1.000000, 0.000000> - 59: <-0.000000, -1.000000, 0.000000> - 60: <-0.000000, -1.000000, 0.000000> - 61: <-0.000000, -1.000000, 0.000000> - 62: <-0.000000, -1.000000, 0.000000> - 63: <-0.000000, -1.000000, 0.000000> - 64: <-0.000000, -1.000000, 0.000000> - 65: <-0.000000, -1.000000, 0.000000> - 66: <-0.000000, -1.000000, 0.000000> - 67: <-0.000000, -1.000000, 0.000000> - 68: < 0.259887, 0.445488, 0.856737> - 69: < 0.259887, 0.445488, 0.856737> - 70: < 0.259887, 0.445488, 0.856737> - 71: < 0.087753, 0.445488, 0.890977> - 72: < 0.087753, 0.445488, 0.890977> - 73: < 0.087753, 0.445488, 0.890977> - 74: <-0.890977, 0.445488, 0.087754> - 75: <-0.890977, 0.445488, 0.087754> - 76: <-0.890977, 0.445488, 0.087754> - 77: <-0.890977, 0.445488, -0.087753> - 78: <-0.890977, 0.445488, -0.087753> - 79: <-0.890977, 0.445488, -0.087753> - 80: <-0.856737, 0.445488, -0.259888> - 81: <-0.856737, 0.445488, -0.259888> - 82: <-0.856737, 0.445488, -0.259888> - 83: <-0.789573, 0.445488, -0.422035> - 84: <-0.789573, 0.445488, -0.422035> - 85: <-0.789573, 0.445488, -0.422035> - 86: <-0.692067, 0.445488, -0.567965> - 87: <-0.692067, 0.445488, -0.567965> - 88: <-0.692067, 0.445488, -0.567965> - 89: <-0.567965, 0.445488, -0.692067> - 90: <-0.567965, 0.445488, -0.692067> - 91: <-0.567965, 0.445488, -0.692067> - 92: <-0.422036, 0.445488, -0.789573> - 93: <-0.422036, 0.445488, -0.789573> - 94: <-0.422036, 0.445488, -0.789573> - 95: <-0.259888, 0.445488, -0.856737> - 96: <-0.259888, 0.445488, -0.856737> - 97: <-0.259888, 0.445488, -0.856737> - 98: <-0.087753, 0.445488, -0.890977> - 99: <-0.087753, 0.445488, -0.890977> - 100: <-0.087753, 0.445488, -0.890977> - 101: < 0.087754, 0.445488, -0.890977> - 102: < 0.087754, 0.445488, -0.890977> - 103: < 0.087754, 0.445488, -0.890977> - 104: < 0.259889, 0.445488, -0.856737> - 105: < 0.259889, 0.445488, -0.856737> - 106: < 0.259889, 0.445488, -0.856737> - 107: < 0.422036, 0.445488, -0.789573> - 108: < 0.422036, 0.445488, -0.789573> - 109: < 0.422036, 0.445488, -0.789573> - 110: < 0.567965, 0.445488, -0.692066> - 111: < 0.567965, 0.445488, -0.692066> - 112: < 0.567965, 0.445488, -0.692066> - 113: < 0.692067, 0.445488, -0.567964> - 114: < 0.692067, 0.445488, -0.567964> - 115: < 0.692067, 0.445488, -0.567964> - 116: < 0.789574, 0.445488, -0.422035> - 117: < 0.789574, 0.445488, -0.422035> - 118: < 0.789574, 0.445488, -0.422035> - 119: < 0.856737, 0.445488, -0.259887> - 120: < 0.856737, 0.445488, -0.259887> - 121: < 0.856737, 0.445488, -0.259887> - 122: < 0.890977, 0.445488, -0.087753> - 123: < 0.890977, 0.445488, -0.087753> - 124: < 0.890977, 0.445488, -0.087753> - 125: < 0.890977, 0.445488, 0.087754> - 126: < 0.890977, 0.445488, 0.087754> - 127: < 0.890977, 0.445488, 0.087754> FaceList: Count 62. Hash: 13208951979626973193 - 0: 0, 1, 2, - 1: 3, 4, 5, - 2: 6, 7, 8, - 3: 9, 10, 11, - 4: 12, 13, 14, - 5: 15, 16, 17, - 6: 18, 19, 20, - 7: 21, 22, 23, - 8: 24, 25, 26, - 9: 27, 28, 29, - 10: 30, 31, 32, - 11: 33, 34, 35, - 12: 67, 36, 37, - 13: 67, 37, 38, - 14: 67, 38, 39, - 15: 67, 39, 40, - 16: 67, 40, 41, - 17: 67, 41, 42, - 18: 67, 42, 43, - 19: 67, 43, 44, - 20: 67, 44, 45, - 21: 67, 45, 46, - 22: 67, 46, 47, - 23: 67, 47, 48, - 24: 67, 48, 49, - 25: 67, 49, 50, - 26: 67, 50, 51, - 27: 67, 51, 52, - 28: 67, 52, 53, - 29: 67, 53, 54, - 30: 67, 54, 55, - 31: 67, 55, 56, - 32: 67, 56, 57, - 33: 67, 57, 58, - 34: 67, 58, 59, - 35: 67, 59, 60, - 36: 67, 60, 61, - 37: 67, 61, 62, - 38: 67, 62, 63, - 39: 67, 63, 64, - 40: 67, 64, 65, - 41: 65, 66, 67, - 42: 68, 69, 70, - 43: 71, 72, 73, - 44: 74, 75, 76, - 45: 77, 78, 79, - 46: 80, 81, 82, - 47: 83, 84, 85, - 48: 86, 87, 88, - 49: 89, 90, 91, - 50: 92, 93, 94, - 51: 95, 96, 97, - 52: 98, 99, 100, - 53: 101, 102, 103, - 54: 104, 105, 106, - 55: 107, 108, 109, - 56: 110, 111, 112, - 57: 113, 114, 115, - 58: 116, 117, 118, - 59: 119, 120, 121, - 60: 122, 123, 124, - 61: 125, 126, 127, FaceMaterialIds: Count 62. Hash: 15454348664434923102 Node Name: Cube_optimized Node Path: RootNode.Cube_optimized Node Type: MeshData Positions: Count 24. Hash: 8661923109306356285 - 0: <-0.010000, 0.010000, 0.010000> - 1: < 0.010000, 0.010000, 0.010000> - 2: < 0.010000, 0.010000, -0.010000> - 3: <-0.010000, 0.010000, -0.010000> - 4: <-0.010000, -0.010000, -0.010000> - 5: <-0.010000, 0.010000, -0.010000> - 6: < 0.010000, 0.010000, -0.010000> - 7: < 0.010000, -0.010000, -0.010000> - 8: < 0.010000, -0.010000, -0.010000> - 9: < 0.010000, 0.010000, -0.010000> - 10: < 0.010000, 0.010000, 0.010000> - 11: < 0.010000, -0.010000, 0.010000> - 12: < 0.010000, -0.010000, 0.010000> - 13: <-0.010000, -0.010000, 0.010000> - 14: <-0.010000, -0.010000, -0.010000> - 15: < 0.010000, -0.010000, -0.010000> - 16: <-0.010000, -0.010000, 0.010000> - 17: <-0.010000, 0.010000, 0.010000> - 18: <-0.010000, 0.010000, -0.010000> - 19: <-0.010000, -0.010000, -0.010000> - 20: < 0.010000, -0.010000, 0.010000> - 21: < 0.010000, 0.010000, 0.010000> - 22: <-0.010000, 0.010000, 0.010000> - 23: <-0.010000, -0.010000, 0.010000> Normals: Count 24. Hash: 5807525742165000561 - 0: < 0.000000, 1.000000, 0.000000> - 1: < 0.000000, 1.000000, 0.000000> - 2: < 0.000000, 1.000000, 0.000000> - 3: < 0.000000, 1.000000, 0.000000> - 4: < 0.000000, 0.000000, -1.000000> - 5: < 0.000000, 0.000000, -1.000000> - 6: < 0.000000, 0.000000, -1.000000> - 7: < 0.000000, 0.000000, -1.000000> - 8: < 1.000000, 0.000000, 0.000000> - 9: < 1.000000, 0.000000, 0.000000> - 10: < 1.000000, 0.000000, 0.000000> - 11: < 1.000000, 0.000000, 0.000000> - 12: < 0.000000, -1.000000, 0.000000> - 13: < 0.000000, -1.000000, 0.000000> - 14: < 0.000000, -1.000000, 0.000000> - 15: < 0.000000, -1.000000, 0.000000> - 16: <-1.000000, 0.000000, 0.000000> - 17: <-1.000000, 0.000000, 0.000000> - 18: <-1.000000, 0.000000, 0.000000> - 19: <-1.000000, 0.000000, 0.000000> - 20: < 0.000000, 0.000000, 1.000000> - 21: < 0.000000, 0.000000, 1.000000> - 22: < 0.000000, 0.000000, 1.000000> - 23: < 0.000000, 0.000000, 1.000000> FaceList: Count 12. Hash: 9888799799190757436 - 0: 0, 1, 2, - 1: 0, 2, 3, - 2: 4, 5, 6, - 3: 4, 6, 7, - 4: 8, 9, 10, - 5: 8, 10, 11, - 6: 12, 13, 14, - 7: 12, 14, 15, - 8: 16, 17, 18, - 9: 16, 18, 19, - 10: 20, 21, 22, - 11: 20, 22, 23, FaceMaterialIds: Count 12. Hash: 7113802799051126666 Node Name: Cone_optimized Node Path: RootNode.Cone_optimized Node Type: MeshData Positions: Count 128. Hash: 14946490408303214595 - 0: < 0.000000, -0.010000, 0.010000> - 1: < 0.000000, 0.010000, 0.000000> - 2: <-0.001951, -0.010000, 0.009808> - 3: <-0.001951, -0.010000, 0.009808> - 4: < 0.000000, 0.010000, 0.000000> - 5: <-0.003827, -0.010000, 0.009239> - 6: <-0.003827, -0.010000, 0.009239> - 7: < 0.000000, 0.010000, 0.000000> - 8: <-0.005556, -0.010000, 0.008315> - 9: <-0.005556, -0.010000, 0.008315> - 10: < 0.000000, 0.010000, 0.000000> - 11: <-0.007071, -0.010000, 0.007071> - 12: <-0.007071, -0.010000, 0.007071> - 13: < 0.000000, 0.010000, 0.000000> - 14: <-0.008315, -0.010000, 0.005556> - 15: <-0.008315, -0.010000, 0.005556> - 16: < 0.000000, 0.010000, 0.000000> - 17: <-0.009239, -0.010000, 0.003827> - 18: <-0.009239, -0.010000, 0.003827> - 19: < 0.000000, 0.010000, 0.000000> - 20: <-0.009808, -0.010000, 0.001951> - 21: < 0.009808, -0.010000, 0.001951> - 22: < 0.000000, 0.010000, 0.000000> - 23: < 0.009239, -0.010000, 0.003827> - 24: < 0.009239, -0.010000, 0.003827> - 25: < 0.000000, 0.010000, 0.000000> - 26: < 0.008315, -0.010000, 0.005556> - 27: < 0.008315, -0.010000, 0.005556> - 28: < 0.000000, 0.010000, 0.000000> - 29: < 0.007071, -0.010000, 0.007071> - 30: < 0.007071, -0.010000, 0.007071> - 31: < 0.000000, 0.010000, 0.000000> - 32: < 0.005556, -0.010000, 0.008315> - 33: < 0.005556, -0.010000, 0.008315> - 34: < 0.000000, 0.010000, 0.000000> - 35: < 0.003827, -0.010000, 0.009239> - 36: < 0.001951, -0.010000, 0.009808> - 37: < 0.000000, -0.010000, 0.010000> - 38: <-0.001951, -0.010000, 0.009808> - 39: <-0.003827, -0.010000, 0.009239> - 40: <-0.005556, -0.010000, 0.008315> - 41: <-0.007071, -0.010000, 0.007071> - 42: <-0.008315, -0.010000, 0.005556> - 43: <-0.009239, -0.010000, 0.003827> - 44: <-0.009808, -0.010000, 0.001951> - 45: <-0.010000, -0.010000, 0.000000> - 46: <-0.009808, -0.010000, -0.001951> - 47: <-0.009239, -0.010000, -0.003827> - 48: <-0.008315, -0.010000, -0.005556> - 49: <-0.007071, -0.010000, -0.007071> - 50: <-0.005556, -0.010000, -0.008315> - 51: <-0.003827, -0.010000, -0.009239> - 52: <-0.001951, -0.010000, -0.009808> - 53: < 0.000000, -0.010000, -0.010000> - 54: < 0.001951, -0.010000, -0.009808> - 55: < 0.003827, -0.010000, -0.009239> - 56: < 0.005556, -0.010000, -0.008315> - 57: < 0.007071, -0.010000, -0.007071> - 58: < 0.008315, -0.010000, -0.005556> - 59: < 0.009239, -0.010000, -0.003827> - 60: < 0.009808, -0.010000, -0.001951> - 61: < 0.010000, -0.010000, 0.000000> - 62: < 0.009808, -0.010000, 0.001951> - 63: < 0.009239, -0.010000, 0.003827> - 64: < 0.008315, -0.010000, 0.005556> - 65: < 0.007071, -0.010000, 0.007071> - 66: < 0.005556, -0.010000, 0.008315> - 67: < 0.003827, -0.010000, 0.009239> - 68: < 0.003827, -0.010000, 0.009239> - 69: < 0.000000, 0.010000, 0.000000> - 70: < 0.001951, -0.010000, 0.009808> - 71: < 0.001951, -0.010000, 0.009808> - 72: < 0.000000, 0.010000, 0.000000> - 73: < 0.000000, -0.010000, 0.010000> - 74: <-0.009808, -0.010000, 0.001951> - 75: < 0.000000, 0.010000, 0.000000> - 76: <-0.010000, -0.010000, 0.000000> - 77: <-0.010000, -0.010000, 0.000000> - 78: < 0.000000, 0.010000, 0.000000> - 79: <-0.009808, -0.010000, -0.001951> - 80: <-0.009808, -0.010000, -0.001951> - 81: < 0.000000, 0.010000, 0.000000> - 82: <-0.009239, -0.010000, -0.003827> - 83: <-0.009239, -0.010000, -0.003827> - 84: < 0.000000, 0.010000, 0.000000> - 85: <-0.008315, -0.010000, -0.005556> - 86: <-0.008315, -0.010000, -0.005556> - 87: < 0.000000, 0.010000, 0.000000> - 88: <-0.007071, -0.010000, -0.007071> - 89: <-0.007071, -0.010000, -0.007071> - 90: < 0.000000, 0.010000, 0.000000> - 91: <-0.005556, -0.010000, -0.008315> - 92: <-0.005556, -0.010000, -0.008315> - 93: < 0.000000, 0.010000, 0.000000> - 94: <-0.003827, -0.010000, -0.009239> - 95: <-0.003827, -0.010000, -0.009239> - 96: < 0.000000, 0.010000, 0.000000> - 97: <-0.001951, -0.010000, -0.009808> - 98: <-0.001951, -0.010000, -0.009808> - 99: < 0.000000, 0.010000, 0.000000> - 100: < 0.000000, -0.010000, -0.010000> - 101: < 0.000000, -0.010000, -0.010000> - 102: < 0.000000, 0.010000, 0.000000> - 103: < 0.001951, -0.010000, -0.009808> - 104: < 0.001951, -0.010000, -0.009808> - 105: < 0.000000, 0.010000, 0.000000> - 106: < 0.003827, -0.010000, -0.009239> - 107: < 0.003827, -0.010000, -0.009239> - 108: < 0.000000, 0.010000, 0.000000> - 109: < 0.005556, -0.010000, -0.008315> - 110: < 0.005556, -0.010000, -0.008315> - 111: < 0.000000, 0.010000, 0.000000> - 112: < 0.007071, -0.010000, -0.007071> - 113: < 0.007071, -0.010000, -0.007071> - 114: < 0.000000, 0.010000, 0.000000> - 115: < 0.008315, -0.010000, -0.005556> - 116: < 0.008315, -0.010000, -0.005556> - 117: < 0.000000, 0.010000, 0.000000> - 118: < 0.009239, -0.010000, -0.003827> - 119: < 0.009239, -0.010000, -0.003827> - 120: < 0.000000, 0.010000, 0.000000> - 121: < 0.009808, -0.010000, -0.001951> - 122: < 0.009808, -0.010000, -0.001951> - 123: < 0.000000, 0.010000, 0.000000> - 124: < 0.010000, -0.010000, 0.000000> - 125: < 0.010000, -0.010000, 0.000000> - 126: < 0.000000, 0.010000, 0.000000> - 127: < 0.009808, -0.010000, 0.001951> Normals: Count 128. Hash: 367461522682321485 - 0: <-0.087754, 0.445488, 0.890977> - 1: <-0.087754, 0.445488, 0.890977> - 2: <-0.087754, 0.445488, 0.890977> - 3: <-0.259888, 0.445488, 0.856737> - 4: <-0.259888, 0.445488, 0.856737> - 5: <-0.259888, 0.445488, 0.856737> - 6: <-0.422036, 0.445488, 0.789573> - 7: <-0.422036, 0.445488, 0.789573> - 8: <-0.422036, 0.445488, 0.789573> - 9: <-0.567965, 0.445488, 0.692067> - 10: <-0.567965, 0.445488, 0.692067> - 11: <-0.567965, 0.445488, 0.692067> - 12: <-0.692067, 0.445488, 0.567965> - 13: <-0.692067, 0.445488, 0.567965> - 14: <-0.692067, 0.445488, 0.567965> - 15: <-0.789573, 0.445488, 0.422036> - 16: <-0.789573, 0.445488, 0.422036> - 17: <-0.789573, 0.445488, 0.422036> - 18: <-0.856737, 0.445488, 0.259888> - 19: <-0.856737, 0.445488, 0.259888> - 20: <-0.856737, 0.445488, 0.259888> - 21: < 0.856737, 0.445488, 0.259889> - 22: < 0.856737, 0.445488, 0.259889> - 23: < 0.856737, 0.445488, 0.259889> - 24: < 0.789573, 0.445488, 0.422037> - 25: < 0.789573, 0.445488, 0.422037> - 26: < 0.789573, 0.445488, 0.422037> - 27: < 0.692066, 0.445488, 0.567966> - 28: < 0.692066, 0.445488, 0.567966> - 29: < 0.692066, 0.445488, 0.567966> - 30: < 0.567964, 0.445488, 0.692067> - 31: < 0.567964, 0.445488, 0.692067> - 32: < 0.567964, 0.445488, 0.692067> - 33: < 0.422035, 0.445488, 0.789574> - 34: < 0.422035, 0.445488, 0.789574> - 35: < 0.422035, 0.445488, 0.789574> - 36: <-0.000000, -1.000000, 0.000000> - 37: <-0.000000, -1.000000, 0.000000> - 38: <-0.000000, -1.000000, 0.000000> - 39: <-0.000000, -1.000000, 0.000000> - 40: <-0.000000, -1.000000, 0.000000> - 41: <-0.000000, -1.000000, 0.000000> - 42: <-0.000000, -1.000000, 0.000000> - 43: <-0.000000, -1.000000, 0.000000> - 44: <-0.000000, -1.000000, 0.000000> - 45: <-0.000000, -1.000000, 0.000000> - 46: <-0.000000, -1.000000, 0.000000> - 47: <-0.000000, -1.000000, 0.000000> - 48: <-0.000000, -1.000000, 0.000000> - 49: <-0.000000, -1.000000, 0.000000> - 50: <-0.000000, -1.000000, 0.000000> - 51: <-0.000000, -1.000000, 0.000000> - 52: <-0.000000, -1.000000, 0.000000> - 53: <-0.000000, -1.000000, 0.000000> - 54: <-0.000000, -1.000000, 0.000000> - 55: <-0.000000, -1.000000, 0.000000> - 56: <-0.000000, -1.000000, 0.000000> - 57: <-0.000000, -1.000000, 0.000000> - 58: <-0.000000, -1.000000, 0.000000> - 59: <-0.000000, -1.000000, 0.000000> - 60: <-0.000000, -1.000000, 0.000000> - 61: <-0.000000, -1.000000, 0.000000> - 62: <-0.000000, -1.000000, 0.000000> - 63: <-0.000000, -1.000000, 0.000000> - 64: <-0.000000, -1.000000, 0.000000> - 65: <-0.000000, -1.000000, 0.000000> - 66: <-0.000000, -1.000000, 0.000000> - 67: <-0.000000, -1.000000, 0.000000> - 68: < 0.259887, 0.445488, 0.856737> - 69: < 0.259887, 0.445488, 0.856737> - 70: < 0.259887, 0.445488, 0.856737> - 71: < 0.087753, 0.445488, 0.890977> - 72: < 0.087753, 0.445488, 0.890977> - 73: < 0.087753, 0.445488, 0.890977> - 74: <-0.890977, 0.445488, 0.087754> - 75: <-0.890977, 0.445488, 0.087754> - 76: <-0.890977, 0.445488, 0.087754> - 77: <-0.890977, 0.445488, -0.087753> - 78: <-0.890977, 0.445488, -0.087753> - 79: <-0.890977, 0.445488, -0.087753> - 80: <-0.856737, 0.445488, -0.259888> - 81: <-0.856737, 0.445488, -0.259888> - 82: <-0.856737, 0.445488, -0.259888> - 83: <-0.789573, 0.445488, -0.422035> - 84: <-0.789573, 0.445488, -0.422035> - 85: <-0.789573, 0.445488, -0.422035> - 86: <-0.692067, 0.445488, -0.567965> - 87: <-0.692067, 0.445488, -0.567965> - 88: <-0.692067, 0.445488, -0.567965> - 89: <-0.567965, 0.445488, -0.692067> - 90: <-0.567965, 0.445488, -0.692067> - 91: <-0.567965, 0.445488, -0.692067> - 92: <-0.422036, 0.445488, -0.789573> - 93: <-0.422036, 0.445488, -0.789573> - 94: <-0.422036, 0.445488, -0.789573> - 95: <-0.259888, 0.445488, -0.856737> - 96: <-0.259888, 0.445488, -0.856737> - 97: <-0.259888, 0.445488, -0.856737> - 98: <-0.087753, 0.445488, -0.890977> - 99: <-0.087753, 0.445488, -0.890977> - 100: <-0.087753, 0.445488, -0.890977> - 101: < 0.087754, 0.445488, -0.890977> - 102: < 0.087754, 0.445488, -0.890977> - 103: < 0.087754, 0.445488, -0.890977> - 104: < 0.259889, 0.445488, -0.856737> - 105: < 0.259889, 0.445488, -0.856737> - 106: < 0.259889, 0.445488, -0.856737> - 107: < 0.422036, 0.445488, -0.789573> - 108: < 0.422036, 0.445488, -0.789573> - 109: < 0.422036, 0.445488, -0.789573> - 110: < 0.567965, 0.445488, -0.692066> - 111: < 0.567965, 0.445488, -0.692066> - 112: < 0.567965, 0.445488, -0.692066> - 113: < 0.692067, 0.445488, -0.567964> - 114: < 0.692067, 0.445488, -0.567964> - 115: < 0.692067, 0.445488, -0.567964> - 116: < 0.789574, 0.445488, -0.422035> - 117: < 0.789574, 0.445488, -0.422035> - 118: < 0.789574, 0.445488, -0.422035> - 119: < 0.856737, 0.445488, -0.259887> - 120: < 0.856737, 0.445488, -0.259887> - 121: < 0.856737, 0.445488, -0.259887> - 122: < 0.890977, 0.445488, -0.087753> - 123: < 0.890977, 0.445488, -0.087753> - 124: < 0.890977, 0.445488, -0.087753> - 125: < 0.890977, 0.445488, 0.087754> - 126: < 0.890977, 0.445488, 0.087754> - 127: < 0.890977, 0.445488, 0.087754> FaceList: Count 62. Hash: 11102693598481718079 - 0: 0, 1, 2, - 1: 3, 4, 5, - 2: 6, 7, 8, - 3: 9, 10, 11, - 4: 12, 13, 14, - 5: 15, 16, 17, - 6: 18, 19, 20, - 7: 21, 22, 23, - 8: 24, 25, 26, - 9: 27, 28, 29, - 10: 30, 31, 32, - 11: 33, 34, 35, - 12: 36, 37, 38, - 13: 36, 38, 39, - 14: 36, 39, 40, - 15: 36, 40, 41, - 16: 36, 41, 42, - 17: 36, 42, 43, - 18: 36, 43, 44, - 19: 36, 44, 45, - 20: 36, 45, 46, - 21: 36, 46, 47, - 22: 36, 47, 48, - 23: 36, 48, 49, - 24: 36, 49, 50, - 25: 36, 50, 51, - 26: 36, 51, 52, - 27: 36, 52, 53, - 28: 36, 53, 54, - 29: 36, 54, 55, - 30: 36, 55, 56, - 31: 36, 56, 57, - 32: 36, 57, 58, - 33: 36, 58, 59, - 34: 36, 59, 60, - 35: 36, 60, 61, - 36: 36, 61, 62, - 37: 36, 62, 63, - 38: 36, 63, 64, - 39: 36, 64, 65, - 40: 36, 65, 66, - 41: 66, 67, 36, - 42: 68, 69, 70, - 43: 71, 72, 73, - 44: 74, 75, 76, - 45: 77, 78, 79, - 46: 80, 81, 82, - 47: 83, 84, 85, - 48: 86, 87, 88, - 49: 89, 90, 91, - 50: 92, 93, 94, - 51: 95, 96, 97, - 52: 98, 99, 100, - 53: 101, 102, 103, - 54: 104, 105, 106, - 55: 107, 108, 109, - 56: 110, 111, 112, - 57: 113, 114, 115, - 58: 116, 117, 118, - 59: 119, 120, 121, - 60: 122, 123, 124, - 61: 125, 126, 127, FaceMaterialIds: Count 62. Hash: 15454348664434923102 Node Name: transform diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshOneMaterial/multiple_mesh_one_material.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshOneMaterial/multiple_mesh_one_material.dbgsg index 277c10cd00..d341bcdb70 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshOneMaterial/multiple_mesh_one_material.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshOneMaterial/multiple_mesh_one_material.dbgsg @@ -1,20 +1,39 @@ ProductName: multiple_mesh_one_material.dbgsg debugSceneGraphVersion: 1 multiple_mesh_one_material +Node Name: Cube Node Path: RootNode.Cube Node Type: MeshData Positions: Count 24. Hash: 8661923109306356285 Normals: Count 24. Hash: 5807525742165000561 - FaceList: Count 12. Hash: 17730128541777770264 + FaceList: Count 12. Hash: 9888799799190757436 FaceMaterialIds: Count 12. Hash: 7110546404675862471 +Node Name: Cylinder Node Path: RootNode.Cylinder Node Type: MeshData Positions: Count 192. Hash: 1283526254311745349 Normals: Count 192. Hash: 1873340970602844856 - FaceList: Count 124. Hash: 4139150512255795252 + FaceList: Count 124. Hash: 3728991722746136013 FaceMaterialIds: Count 124. Hash: 2372486708814455910 +Node Name: Cube_optimized +Node Path: RootNode.Cube_optimized +Node Type: MeshData + Positions: Count 24. Hash: 8661923109306356285 + Normals: Count 24. Hash: 5807525742165000561 + FaceList: Count 12. Hash: 9888799799190757436 + FaceMaterialIds: Count 12. Hash: 7110546404675862471 + +Node Name: Cylinder_optimized +Node Path: RootNode.Cylinder_optimized +Node Type: MeshData + Positions: Count 192. Hash: 7921557352486854444 + Normals: Count 192. Hash: 1873340970602844856 + FaceList: Count 124. Hash: 18311637590974204568 + FaceMaterialIds: Count 124. Hash: 2372486708814455910 + +Node Name: transform Node Path: RootNode.Cube.transform Node Type: TransformData Matrix: @@ -23,33 +42,56 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cube.UVMap Node Type: MeshVertexUVData UVs: Count 24. Hash: 1622169145591646736 UVCustomName: UVMap +Node Name: SingleMaterial Node Path: RootNode.Cube.SingleMaterial Node Type: MaterialData MaterialName: SingleMaterial - UniqueId: 41 + UniqueId: 14432700632681398127 IsNoDraw: false DiffuseColor: < 0.814049, 0.814049, 0.814049> - SpecularColor: < 0.203512, 0.203512, 0.203512> + SpecularColor: < 0.814049, 0.814049, 0.814049> EmissiveColor: < 0.000000, 0.000000, 0.000000> Opacity: 1.000000 Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshOneMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshOneMaterial/FBXTestTexture.png +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cube.TangentSet_MikkT_0 Node Type: MeshVertexTangentData Tangents: Count 24. Hash: 13438447437797057049 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cube.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData Bitangents: Count 24. Hash: 11372562338897179017 TangentSpace: 1 +Node Name: transform Node Path: RootNode.Cylinder.transform Node Type: TransformData Matrix: @@ -58,30 +100,168 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: <-4.388482, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cylinder.UVMap Node Type: MeshVertexUVData UVs: Count 192. Hash: 27253578623892681 UVCustomName: UVMap +Node Name: SingleMaterial Node Path: RootNode.Cylinder.SingleMaterial Node Type: MaterialData MaterialName: SingleMaterial - UniqueId: 41 + UniqueId: 14432700632681398127 IsNoDraw: false DiffuseColor: < 0.814049, 0.814049, 0.814049> - SpecularColor: < 0.203512, 0.203512, 0.203512> + SpecularColor: < 0.814049, 0.814049, 0.814049> EmissiveColor: < 0.000000, 0.000000, 0.000000> Opacity: 1.000000 Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshOneMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshOneMaterial/FBXTestTexture.png +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cylinder.TangentSet_MikkT_0 Node Type: MeshVertexTangentData - Tangents: Count 192. Hash: 5663634855689915515 + Tangents: Count 192. Hash: 11165448242141781141 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cylinder.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData - Bitangents: Count 192. Hash: 10115392016288328891 + Bitangents: Count 192. Hash: 7987814487334449536 TangentSpace: 1 +Node Name: UVMap +Node Path: RootNode.Cube_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 24. Hash: 1622169145591646736 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 24. Hash: 13438447437797057049 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 24. Hash: 11372562338897179017 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cube_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: SingleMaterial +Node Path: RootNode.Cube_optimized.SingleMaterial +Node Type: MaterialData + MaterialName: SingleMaterial + UniqueId: 14432700632681398127 + IsNoDraw: false + DiffuseColor: < 0.814049, 0.814049, 0.814049> + SpecularColor: < 0.814049, 0.814049, 0.814049> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshOneMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshOneMaterial/FBXTestTexture.png + +Node Name: UVMap +Node Path: RootNode.Cylinder_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 192. Hash: 13790301632763350589 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cylinder_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 192. Hash: 7293001660047850407 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cylinder_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 192. Hash: 2874689498270494796 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cylinder_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: <-4.388482, 0.000000, 0.000000> + +Node Name: SingleMaterial +Node Path: RootNode.Cylinder_optimized.SingleMaterial +Node Type: MaterialData + MaterialName: SingleMaterial + UniqueId: 14432700632681398127 + IsNoDraw: false + DiffuseColor: < 0.814049, 0.814049, 0.814049> + SpecularColor: < 0.814049, 0.814049, 0.814049> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshOneMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshOneMaterial/FBXTestTexture.png + diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material.dbgsg index 1a775e49b9..b2d8df6f4a 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material.dbgsg @@ -1,20 +1,39 @@ ProductName: multiple_mesh_multiple_material.dbgsg debugSceneGraphVersion: 1 multiple_mesh_multiple_material +Node Name: Cube Node Path: RootNode.Cube Node Type: MeshData Positions: Count 24. Hash: 8661923109306356285 Normals: Count 24. Hash: 5807525742165000561 - FaceList: Count 12. Hash: 17730128541777770264 + FaceList: Count 12. Hash: 9888799799190757436 FaceMaterialIds: Count 12. Hash: 7110546404675862471 +Node Name: Cylinder Node Path: RootNode.Cylinder Node Type: MeshData Positions: Count 192. Hash: 1283526254311745349 Normals: Count 192. Hash: 1873340970602844856 - FaceList: Count 124. Hash: 4139150512255795252 + FaceList: Count 124. Hash: 3728991722746136013 FaceMaterialIds: Count 124. Hash: 2372486708814455910 +Node Name: Cube_optimized +Node Path: RootNode.Cube_optimized +Node Type: MeshData + Positions: Count 24. Hash: 8661923109306356285 + Normals: Count 24. Hash: 5807525742165000561 + FaceList: Count 12. Hash: 9888799799190757436 + FaceMaterialIds: Count 12. Hash: 7110546404675862471 + +Node Name: Cylinder_optimized +Node Path: RootNode.Cylinder_optimized +Node Type: MeshData + Positions: Count 192. Hash: 7921557352486854444 + Normals: Count 192. Hash: 1873340970602844856 + FaceList: Count 124. Hash: 18311637590974204568 + FaceMaterialIds: Count 124. Hash: 2372486708814455910 + +Node Name: transform Node Path: RootNode.Cube.transform Node Type: TransformData Matrix: @@ -23,33 +42,56 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: < 0.000000, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cube.UVMap Node Type: MeshVertexUVData UVs: Count 24. Hash: 1622169145591646736 UVCustomName: UVMap +Node Name: SingleMaterial Node Path: RootNode.Cube.SingleMaterial Node Type: MaterialData MaterialName: SingleMaterial - UniqueId: 41 + UniqueId: 14432700632681398127 IsNoDraw: false DiffuseColor: < 0.814049, 0.814049, 0.814049> - SpecularColor: < 0.203512, 0.203512, 0.203512> + SpecularColor: < 0.814049, 0.814049, 0.814049> EmissiveColor: < 0.000000, 0.000000, 0.000000> Opacity: 1.000000 Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXTestTexture.png +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cube.TangentSet_MikkT_0 Node Type: MeshVertexTangentData Tangents: Count 24. Hash: 13438447437797057049 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cube.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData Bitangents: Count 24. Hash: 11372562338897179017 TangentSpace: 1 +Node Name: transform Node Path: RootNode.Cylinder.transform Node Type: TransformData Matrix: @@ -58,30 +100,168 @@ Node Type: TransformData BasisZ: < 0.000000, -100.000000, -0.000016> Transl: <-4.388482, 0.000000, 0.000000> +Node Name: UVMap Node Path: RootNode.Cylinder.UVMap Node Type: MeshVertexUVData UVs: Count 192. Hash: 27253578623892681 UVCustomName: UVMap +Node Name: SecondMaterial Node Path: RootNode.Cylinder.SecondMaterial Node Type: MaterialData MaterialName: SecondMaterial - UniqueId: 42 + UniqueId: 5229255358802505087 IsNoDraw: false DiffuseColor: < 0.800000, 0.800000, 0.800000> - SpecularColor: < 0.200000, 0.200000, 0.200000> + SpecularColor: < 0.800000, 0.800000, 0.800000> EmissiveColor: < 0.000000, 0.000000, 0.000000> Opacity: 1.000000 Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXSecondTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXSecondTestTexture.png +Node Name: TangentSet_MikkT_0 Node Path: RootNode.Cylinder.TangentSet_MikkT_0 Node Type: MeshVertexTangentData - Tangents: Count 192. Hash: 5663634855689915515 + Tangents: Count 192. Hash: 11165448242141781141 TangentSpace: 1 SetIndex: 0 +Node Name: BitangentSet_MikkT_0 Node Path: RootNode.Cylinder.BitangentSet_MikkT_0 Node Type: MeshVertexBitangentData - Bitangents: Count 192. Hash: 10115392016288328891 + Bitangents: Count 192. Hash: 7987814487334449536 TangentSpace: 1 +Node Name: UVMap +Node Path: RootNode.Cube_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 24. Hash: 1622169145591646736 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 24. Hash: 13438447437797057049 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 24. Hash: 11372562338897179017 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cube_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: SingleMaterial +Node Path: RootNode.Cube_optimized.SingleMaterial +Node Type: MaterialData + MaterialName: SingleMaterial + UniqueId: 14432700632681398127 + IsNoDraw: false + DiffuseColor: < 0.814049, 0.814049, 0.814049> + SpecularColor: < 0.814049, 0.814049, 0.814049> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXTestTexture.png + +Node Name: UVMap +Node Path: RootNode.Cylinder_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 192. Hash: 13790301632763350589 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cylinder_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 192. Hash: 7293001660047850407 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cylinder_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 192. Hash: 2874689498270494796 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cylinder_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: <-4.388482, 0.000000, 0.000000> + +Node Name: SecondMaterial +Node Path: RootNode.Cylinder_optimized.SecondMaterial +Node Type: MaterialData + MaterialName: SecondMaterial + UniqueId: 5229255358802505087 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.800000, 0.800000, 0.800000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXSecondTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXSecondTestTexture.png + diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material_override.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material_override.dbgsg new file mode 100644 index 0000000000..6c6b6d552d --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/TwoMeshTwoMaterial/multiple_mesh_multiple_material_override.dbgsg @@ -0,0 +1,201 @@ +ProductName: multiple_mesh_multiple_material.dbgsg +debugSceneGraphVersion: 1 +multiple_mesh_multiple_material +Node Name: Cube +Node Path: RootNode.Cube +Node Type: MeshData + Positions: Count 24. Hash: 8661923109306356285 + Normals: Count 24. Hash: 5807525742165000561 + FaceList: Count 12. Hash: 9888799799190757436 + FaceMaterialIds: Count 12. Hash: 7110546404675862471 + +Node Name: Cylinder +Node Path: RootNode.Cylinder +Node Type: MeshData + Positions: Count 192. Hash: 1283526254311745349 + Normals: Count 192. Hash: 1873340970602844856 + FaceList: Count 124. Hash: 3728991722746136013 + FaceMaterialIds: Count 124. Hash: 2372486708814455910 + +Node Name: Cube_optimized +Node Path: RootNode.Cube_optimized +Node Type: MeshData + Positions: Count 24. Hash: 8661923109306356285 + Normals: Count 24. Hash: 5807525742165000561 + FaceList: Count 12. Hash: 9888799799190757436 + FaceMaterialIds: Count 12. Hash: 7110546404675862471 + +Node Name: transform +Node Path: RootNode.Cube.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: UVMap +Node Path: RootNode.Cube.UVMap +Node Type: MeshVertexUVData + UVs: Count 24. Hash: 1622169145591646736 + UVCustomName: UVMap + +Node Name: SingleMaterial +Node Path: RootNode.Cube.SingleMaterial +Node Type: MaterialData + MaterialName: SingleMaterial + UniqueId: 14432700632681398127 + IsNoDraw: false + DiffuseColor: < 0.814049, 0.814049, 0.814049> + SpecularColor: < 0.814049, 0.814049, 0.814049> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXTestTexture.png + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cube.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 24. Hash: 13438447437797057049 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cube.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 24. Hash: 11372562338897179017 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cylinder.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: <-4.388482, 0.000000, 0.000000> + +Node Name: UVMap +Node Path: RootNode.Cylinder.UVMap +Node Type: MeshVertexUVData + UVs: Count 192. Hash: 27253578623892681 + UVCustomName: UVMap + +Node Name: SecondMaterial +Node Path: RootNode.Cylinder.SecondMaterial +Node Type: MaterialData + MaterialName: SecondMaterial + UniqueId: 5229255358802505087 + IsNoDraw: false + DiffuseColor: < 0.800000, 0.800000, 0.800000> + SpecularColor: < 0.800000, 0.800000, 0.800000> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXSecondTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXSecondTestTexture.png + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cylinder.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 192. Hash: 11165448242141781141 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cylinder.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 192. Hash: 7987814487334449536 + TangentSpace: 1 + +Node Name: UVMap +Node Path: RootNode.Cube_optimized.UVMap +Node Type: MeshVertexUVData + UVs: Count 24. Hash: 1622169145591646736 + UVCustomName: UVMap + +Node Name: TangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.TangentSet_MikkT_0 +Node Type: MeshVertexTangentData + Tangents: Count 24. Hash: 13438447437797057049 + TangentSpace: 1 + SetIndex: 0 + +Node Name: BitangentSet_MikkT_0 +Node Path: RootNode.Cube_optimized.BitangentSet_MikkT_0 +Node Type: MeshVertexBitangentData + Bitangents: Count 24. Hash: 11372562338897179017 + TangentSpace: 1 + +Node Name: transform +Node Path: RootNode.Cube_optimized.transform +Node Type: TransformData + Matrix: + BasisX: < 100.000000, 0.000000, 0.000000> + BasisY: < 0.000000, -0.000016, 100.000000> + BasisZ: < 0.000000, -100.000000, -0.000016> + Transl: < 0.000000, 0.000000, 0.000000> + +Node Name: SingleMaterial +Node Path: RootNode.Cube_optimized.SingleMaterial +Node Type: MaterialData + MaterialName: SingleMaterial + UniqueId: 14432700632681398127 + IsNoDraw: false + DiffuseColor: < 0.814049, 0.814049, 0.814049> + SpecularColor: < 0.814049, 0.814049, 0.814049> + EmissiveColor: < 0.000000, 0.000000, 0.000000> + Opacity: 1.000000 + Shininess: 25.000000 + UseColorMap: Not set + BaseColor: Not set + UseMetallicMap: Not set + MetallicFactor: Not set + UseRoughnessMap: Not set + RoughnessFactor: Not set + UseEmissiveMap: Not set + EmissiveIntensity: Not set + UseAOMap: Not set + DiffuseTexture: TwoMeshTwoMaterial/FBXTestTexture.png + SpecularTexture: + BumpTexture: + NormalTexture: + MetallicTexture: + RoughnessTexture: + AmbientOcclusionTexture: + EmissiveTexture: + BaseColorTexture: TwoMeshTwoMaterial/FBXTestTexture.png + diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/VertexColor/vertexcolor.dbgsg b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/VertexColor/vertexcolor.dbgsg index 426e1bd92f..990e8ff628 100644 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/VertexColor/vertexcolor.dbgsg +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/assets/VertexColor/vertexcolor.dbgsg @@ -5,122896 +5,16 @@ Node Name: Cube Node Path: RootNode.Cube Node Type: MeshData Positions: Count 24576. Hash: 7031773714680283213 - 0: <-0.004894, 0.005206, 0.004894> - 1: <-0.004691, 0.005326, 0.004959> - 2: <-0.004738, 0.005479, 0.004738> - 3: <-0.004959, 0.005326, 0.004691> - 4: <-0.004691, 0.005326, 0.004959> - 5: <-0.004460, 0.005446, 0.005034> - 6: <-0.004494, 0.005623, 0.004798> - 7: <-0.004738, 0.005479, 0.004738> - 8: <-0.004460, 0.005446, 0.005034> - 9: <-0.004199, 0.005564, 0.005120> - 10: <-0.004226, 0.005760, 0.004870> - 11: <-0.004494, 0.005623, 0.004798> - 12: <-0.004199, 0.005564, 0.005120> - 13: <-0.003918, 0.005678, 0.005207> - 14: <-0.003941, 0.005887, 0.004946> - 15: <-0.004226, 0.005760, 0.004870> - 16: <-0.003918, 0.005678, 0.005207> - 17: <-0.003619, 0.005786, 0.005294> - 18: <-0.003637, 0.006006, 0.005023> - 19: <-0.003941, 0.005887, 0.004946> - 20: <-0.003619, 0.005786, 0.005294> - 21: <-0.003302, 0.005888, 0.005379> - 22: <-0.003318, 0.006117, 0.005099> - 23: <-0.003637, 0.006006, 0.005023> - 24: <-0.003302, 0.005888, 0.005379> - 25: <-0.002971, 0.005983, 0.005459> - 26: <-0.002984, 0.006219, 0.005172> - 27: <-0.003318, 0.006117, 0.005099> - 28: <-0.002971, 0.005983, 0.005459> - 29: <-0.002627, 0.006069, 0.005533> - 30: <-0.002638, 0.006311, 0.005240> - 31: <-0.002984, 0.006219, 0.005172> - 32: <-0.002627, 0.006069, 0.005533> - 33: <-0.002272, 0.006146, 0.005599> - 34: <-0.002281, 0.006393, 0.005301> - 35: <-0.002638, 0.006311, 0.005240> - 36: <-0.002272, 0.006146, 0.005599> - 37: <-0.001908, 0.006212, 0.005657> - 38: <-0.001915, 0.006464, 0.005355> - 39: <-0.002281, 0.006393, 0.005301> - 40: <-0.001908, 0.006212, 0.005657> - 41: <-0.001536, 0.006269, 0.005707> - 42: <-0.001541, 0.006523, 0.005401> - 43: <-0.001915, 0.006464, 0.005355> - 44: <-0.001536, 0.006269, 0.005707> - 45: <-0.001157, 0.006313, 0.005747> - 46: <-0.001161, 0.006570, 0.005438> - 47: <-0.001541, 0.006523, 0.005401> - 48: <-0.001157, 0.006313, 0.005747> - 49: <-0.000774, 0.006346, 0.005776> - 50: <-0.000777, 0.006605, 0.005466> - 51: <-0.001161, 0.006570, 0.005438> - 52: <-0.000774, 0.006346, 0.005776> - 53: <-0.000388, 0.006366, 0.005794> - 54: <-0.000389, 0.006626, 0.005483> - 55: <-0.000777, 0.006605, 0.005466> - 56: <-0.000388, 0.006366, 0.005794> - 57: < 0.000000, 0.006373, 0.005801> - 58: < 0.000000, 0.006633, 0.005489> - 59: <-0.000389, 0.006626, 0.005483> - 60: < 0.000000, 0.006373, 0.005801> - 61: < 0.000388, 0.006366, 0.005794> - 62: < 0.000389, 0.006626, 0.005483> - 63: < 0.000000, 0.006633, 0.005489> - 64: < 0.000388, 0.006366, 0.005794> - 65: < 0.000774, 0.006346, 0.005776> - 66: < 0.000777, 0.006605, 0.005466> - 67: < 0.000389, 0.006626, 0.005483> - 68: < 0.000774, 0.006346, 0.005776> - 69: < 0.001157, 0.006313, 0.005747> - 70: < 0.001161, 0.006570, 0.005438> - 71: < 0.000777, 0.006605, 0.005466> - 72: < 0.001157, 0.006313, 0.005747> - 73: < 0.001536, 0.006269, 0.005707> - 74: < 0.001541, 0.006523, 0.005401> - 75: < 0.001161, 0.006570, 0.005438> - 76: < 0.001536, 0.006269, 0.005707> - 77: < 0.001908, 0.006212, 0.005657> - 78: < 0.001915, 0.006464, 0.005355> - 79: < 0.001541, 0.006523, 0.005401> - 80: < 0.001908, 0.006212, 0.005657> - 81: < 0.002272, 0.006146, 0.005599> - 82: < 0.002281, 0.006393, 0.005301> - 83: < 0.001915, 0.006464, 0.005355> - 84: < 0.002272, 0.006146, 0.005599> - 85: < 0.002627, 0.006069, 0.005533> - 86: < 0.002638, 0.006311, 0.005240> - 87: < 0.002281, 0.006393, 0.005301> - 88: < 0.002627, 0.006069, 0.005533> - 89: < 0.002971, 0.005983, 0.005459> - 90: < 0.002984, 0.006219, 0.005172> - 91: < 0.002638, 0.006311, 0.005240> - 92: < 0.002971, 0.005983, 0.005459> - 93: < 0.003302, 0.005888, 0.005379> - 94: < 0.003318, 0.006117, 0.005099> - 95: < 0.002984, 0.006219, 0.005172> - 96: < 0.003302, 0.005888, 0.005379> - 97: < 0.003619, 0.005786, 0.005294> - 98: < 0.003637, 0.006006, 0.005023> - 99: < 0.003318, 0.006117, 0.005099> - 100: < 0.003619, 0.005786, 0.005294> - 101: < 0.003918, 0.005678, 0.005207> - 102: < 0.003941, 0.005887, 0.004946> - 103: < 0.003637, 0.006006, 0.005023> - 104: < 0.003918, 0.005678, 0.005207> - 105: < 0.004199, 0.005564, 0.005120> - 106: < 0.004226, 0.005760, 0.004870> - 107: < 0.003941, 0.005887, 0.004946> - 108: < 0.004199, 0.005564, 0.005120> - 109: < 0.004460, 0.005446, 0.005034> - 110: < 0.004494, 0.005623, 0.004798> - 111: < 0.004226, 0.005760, 0.004870> - 112: < 0.004460, 0.005446, 0.005034> - 113: < 0.004691, 0.005326, 0.004959> - 114: < 0.004738, 0.005479, 0.004738> - 115: < 0.004494, 0.005623, 0.004798> - 116: < 0.004691, 0.005326, 0.004959> - 117: < 0.004894, 0.005206, 0.004894> - 118: < 0.004959, 0.005326, 0.004691> - 119: < 0.004738, 0.005479, 0.004738> - 120: <-0.004959, 0.005326, 0.004691> - 121: <-0.004738, 0.005479, 0.004738> - 122: <-0.004798, 0.005623, 0.004494> - 123: <-0.005034, 0.005446, 0.004460> - 124: <-0.004738, 0.005479, 0.004738> - 125: <-0.004494, 0.005623, 0.004798> - 126: <-0.004542, 0.005788, 0.004542> - 127: <-0.004798, 0.005623, 0.004494> - 128: <-0.004494, 0.005623, 0.004798> - 129: <-0.004226, 0.005760, 0.004870> - 130: <-0.004267, 0.005939, 0.004602> - 131: <-0.004542, 0.005788, 0.004542> - 132: <-0.004226, 0.005760, 0.004870> - 133: <-0.003941, 0.005887, 0.004946> - 134: <-0.003975, 0.006080, 0.004668> - 135: <-0.004267, 0.005939, 0.004602> - 136: <-0.003941, 0.005887, 0.004946> - 137: <-0.003637, 0.006006, 0.005023> - 138: <-0.003666, 0.006210, 0.004736> - 139: <-0.003975, 0.006080, 0.004668> - 140: <-0.003637, 0.006006, 0.005023> - 141: <-0.003318, 0.006117, 0.005099> - 142: <-0.003342, 0.006329, 0.004804> - 143: <-0.003666, 0.006210, 0.004736> - 144: <-0.003318, 0.006117, 0.005099> - 145: <-0.002984, 0.006219, 0.005172> - 146: <-0.003004, 0.006439, 0.004870> - 147: <-0.003342, 0.006329, 0.004804> - 148: <-0.002984, 0.006219, 0.005172> - 149: <-0.002638, 0.006311, 0.005240> - 150: <-0.002655, 0.006537, 0.004931> - 151: <-0.003004, 0.006439, 0.004870> - 152: <-0.002638, 0.006311, 0.005240> - 153: <-0.002281, 0.006393, 0.005301> - 154: <-0.002295, 0.006623, 0.004987> - 155: <-0.002655, 0.006537, 0.004931> - 156: <-0.002281, 0.006393, 0.005301> - 157: <-0.001915, 0.006464, 0.005355> - 158: <-0.001926, 0.006698, 0.005037> - 159: <-0.002295, 0.006623, 0.004987> - 160: <-0.001915, 0.006464, 0.005355> - 161: <-0.001541, 0.006523, 0.005401> - 162: <-0.001550, 0.006761, 0.005080> - 163: <-0.001926, 0.006698, 0.005037> - 164: <-0.001541, 0.006523, 0.005401> - 165: <-0.001161, 0.006570, 0.005438> - 166: <-0.001168, 0.006810, 0.005114> - 167: <-0.001550, 0.006761, 0.005080> - 168: <-0.001161, 0.006570, 0.005438> - 169: <-0.000777, 0.006605, 0.005466> - 170: <-0.000781, 0.006846, 0.005140> - 171: <-0.001168, 0.006810, 0.005114> - 172: <-0.000777, 0.006605, 0.005466> - 173: <-0.000389, 0.006626, 0.005483> - 174: <-0.000391, 0.006868, 0.005156> - 175: <-0.000781, 0.006846, 0.005140> - 176: <-0.000389, 0.006626, 0.005483> - 177: < 0.000000, 0.006633, 0.005489> - 178: <-0.000000, 0.006875, 0.005162> - 179: <-0.000391, 0.006868, 0.005156> - 180: < 0.000000, 0.006633, 0.005489> - 181: < 0.000389, 0.006626, 0.005483> - 182: < 0.000391, 0.006868, 0.005156> - 183: <-0.000000, 0.006875, 0.005162> - 184: < 0.000389, 0.006626, 0.005483> - 185: < 0.000777, 0.006605, 0.005466> - 186: < 0.000781, 0.006846, 0.005140> - 187: < 0.000391, 0.006868, 0.005156> - 188: < 0.000777, 0.006605, 0.005466> - 189: < 0.001161, 0.006570, 0.005438> - 190: < 0.001168, 0.006810, 0.005114> - 191: < 0.000781, 0.006846, 0.005140> - 192: < 0.001161, 0.006570, 0.005438> - 193: < 0.001541, 0.006523, 0.005401> - 194: < 0.001550, 0.006761, 0.005080> - 195: < 0.001168, 0.006810, 0.005114> - 196: < 0.001541, 0.006523, 0.005401> - 197: < 0.001915, 0.006464, 0.005355> - 198: < 0.001926, 0.006698, 0.005037> - 199: < 0.001550, 0.006761, 0.005080> - 200: < 0.001915, 0.006464, 0.005355> - 201: < 0.002281, 0.006393, 0.005301> - 202: < 0.002295, 0.006623, 0.004987> - 203: < 0.001926, 0.006698, 0.005037> - 204: < 0.002281, 0.006393, 0.005301> - 205: < 0.002638, 0.006311, 0.005240> - 206: < 0.002655, 0.006537, 0.004931> - 207: < 0.002295, 0.006623, 0.004987> - 208: < 0.002638, 0.006311, 0.005240> - 209: < 0.002984, 0.006219, 0.005172> - 210: < 0.003004, 0.006439, 0.004870> - 211: < 0.002655, 0.006537, 0.004931> - 212: < 0.002984, 0.006219, 0.005172> - 213: < 0.003318, 0.006117, 0.005099> - 214: < 0.003342, 0.006329, 0.004804> - 215: < 0.003004, 0.006439, 0.004870> - 216: < 0.003318, 0.006117, 0.005099> - 217: < 0.003637, 0.006006, 0.005023> - 218: < 0.003666, 0.006210, 0.004736> - 219: < 0.003342, 0.006329, 0.004804> - 220: < 0.003637, 0.006006, 0.005023> - 221: < 0.003941, 0.005887, 0.004946> - 222: < 0.003975, 0.006080, 0.004668> - 223: < 0.003666, 0.006210, 0.004736> - 224: < 0.003941, 0.005887, 0.004946> - 225: < 0.004226, 0.005760, 0.004870> - 226: < 0.004267, 0.005939, 0.004602> - 227: < 0.003975, 0.006080, 0.004668> - 228: < 0.004226, 0.005760, 0.004870> - 229: < 0.004494, 0.005623, 0.004798> - 230: < 0.004542, 0.005788, 0.004542> - 231: < 0.004267, 0.005939, 0.004602> - 232: < 0.004494, 0.005623, 0.004798> - 233: < 0.004738, 0.005479, 0.004738> - 234: < 0.004798, 0.005623, 0.004494> - 235: < 0.004542, 0.005788, 0.004542> - 236: < 0.004738, 0.005479, 0.004738> - 237: < 0.004959, 0.005326, 0.004691> - 238: < 0.005034, 0.005446, 0.004460> - 239: < 0.004798, 0.005623, 0.004494> - 240: <-0.005034, 0.005446, 0.004460> - 241: <-0.004798, 0.005623, 0.004494> - 242: <-0.004870, 0.005760, 0.004226> - 243: <-0.005120, 0.005564, 0.004199> - 244: <-0.004798, 0.005623, 0.004494> - 245: <-0.004542, 0.005788, 0.004542> - 246: <-0.004602, 0.005939, 0.004267> - 247: <-0.004870, 0.005760, 0.004226> - 248: <-0.004542, 0.005788, 0.004542> - 249: <-0.004267, 0.005939, 0.004602> - 250: <-0.004318, 0.006105, 0.004318> - 251: <-0.004602, 0.005939, 0.004267> - 252: <-0.004267, 0.005939, 0.004602> - 253: <-0.003975, 0.006080, 0.004668> - 254: <-0.004017, 0.006257, 0.004374> - 255: <-0.004318, 0.006105, 0.004318> - 256: <-0.003975, 0.006080, 0.004668> - 257: <-0.003666, 0.006210, 0.004736> - 258: <-0.003701, 0.006397, 0.004434> - 259: <-0.004017, 0.006257, 0.004374> - 260: <-0.003666, 0.006210, 0.004736> - 261: <-0.003342, 0.006329, 0.004804> - 262: <-0.003372, 0.006525, 0.004494> - 263: <-0.003701, 0.006397, 0.004434> - 264: <-0.003342, 0.006329, 0.004804> - 265: <-0.003004, 0.006439, 0.004870> - 266: <-0.003030, 0.006641, 0.004553> - 267: <-0.003372, 0.006525, 0.004494> - 268: <-0.003004, 0.006439, 0.004870> - 269: <-0.002655, 0.006537, 0.004931> - 270: <-0.002676, 0.006745, 0.004609> - 271: <-0.003030, 0.006641, 0.004553> - 272: <-0.002655, 0.006537, 0.004931> - 273: <-0.002295, 0.006623, 0.004987> - 274: <-0.002313, 0.006836, 0.004659> - 275: <-0.002676, 0.006745, 0.004609> - 276: <-0.002295, 0.006623, 0.004987> - 277: <-0.001926, 0.006698, 0.005037> - 278: <-0.001940, 0.006915, 0.004705> - 279: <-0.002313, 0.006836, 0.004659> - 280: <-0.001926, 0.006698, 0.005037> - 281: <-0.001550, 0.006761, 0.005080> - 282: <-0.001561, 0.006980, 0.004744> - 283: <-0.001940, 0.006915, 0.004705> - 284: <-0.001550, 0.006761, 0.005080> - 285: <-0.001168, 0.006810, 0.005114> - 286: <-0.001176, 0.007032, 0.004776> - 287: <-0.001561, 0.006980, 0.004744> - 288: <-0.001168, 0.006810, 0.005114> - 289: <-0.000781, 0.006846, 0.005140> - 290: <-0.000786, 0.007069, 0.004800> - 291: <-0.001176, 0.007032, 0.004776> - 292: <-0.000781, 0.006846, 0.005140> - 293: <-0.000391, 0.006868, 0.005156> - 294: <-0.000394, 0.007092, 0.004815> - 295: <-0.000786, 0.007069, 0.004800> - 296: <-0.000391, 0.006868, 0.005156> - 297: <-0.000000, 0.006875, 0.005162> - 298: <-0.000000, 0.007099, 0.004820> - 299: <-0.000394, 0.007092, 0.004815> - 300: <-0.000000, 0.006875, 0.005162> - 301: < 0.000391, 0.006868, 0.005156> - 302: < 0.000394, 0.007092, 0.004815> - 303: <-0.000000, 0.007099, 0.004820> - 304: < 0.000391, 0.006868, 0.005156> - 305: < 0.000781, 0.006846, 0.005140> - 306: < 0.000786, 0.007069, 0.004800> - 307: < 0.000394, 0.007092, 0.004815> - 308: < 0.000781, 0.006846, 0.005140> - 309: < 0.001168, 0.006810, 0.005114> - 310: < 0.001176, 0.007032, 0.004776> - 311: < 0.000786, 0.007069, 0.004800> - 312: < 0.001168, 0.006810, 0.005114> - 313: < 0.001550, 0.006761, 0.005080> - 314: < 0.001561, 0.006980, 0.004744> - 315: < 0.001176, 0.007032, 0.004776> - 316: < 0.001550, 0.006761, 0.005080> - 317: < 0.001926, 0.006698, 0.005037> - 318: < 0.001940, 0.006915, 0.004705> - 319: < 0.001561, 0.006980, 0.004744> - 320: < 0.001926, 0.006698, 0.005037> - 321: < 0.002295, 0.006623, 0.004987> - 322: < 0.002313, 0.006836, 0.004659> - 323: < 0.001940, 0.006915, 0.004705> - 324: < 0.002295, 0.006623, 0.004987> - 325: < 0.002655, 0.006537, 0.004931> - 326: < 0.002676, 0.006745, 0.004609> - 327: < 0.002313, 0.006836, 0.004659> - 328: < 0.002655, 0.006537, 0.004931> - 329: < 0.003004, 0.006439, 0.004870> - 330: < 0.003030, 0.006641, 0.004553> - 331: < 0.002676, 0.006745, 0.004609> - 332: < 0.003004, 0.006439, 0.004870> - 333: < 0.003342, 0.006329, 0.004804> - 334: < 0.003372, 0.006525, 0.004494> - 335: < 0.003030, 0.006641, 0.004553> - 336: < 0.003342, 0.006329, 0.004804> - 337: < 0.003666, 0.006210, 0.004736> - 338: < 0.003701, 0.006397, 0.004434> - 339: < 0.003372, 0.006525, 0.004494> - 340: < 0.003666, 0.006210, 0.004736> - 341: < 0.003975, 0.006080, 0.004668> - 342: < 0.004017, 0.006257, 0.004374> - 343: < 0.003701, 0.006397, 0.004434> - 344: < 0.003975, 0.006080, 0.004668> - 345: < 0.004267, 0.005939, 0.004602> - 346: < 0.004318, 0.006105, 0.004318> - 347: < 0.004017, 0.006257, 0.004374> - 348: < 0.004267, 0.005939, 0.004602> - 349: < 0.004542, 0.005788, 0.004542> - 350: < 0.004602, 0.005939, 0.004267> - 351: < 0.004318, 0.006105, 0.004318> - 352: < 0.004542, 0.005788, 0.004542> - 353: < 0.004798, 0.005623, 0.004494> - 354: < 0.004870, 0.005760, 0.004226> - 355: < 0.004602, 0.005939, 0.004267> - 356: < 0.004798, 0.005623, 0.004494> - 357: < 0.005034, 0.005446, 0.004460> - 358: < 0.005120, 0.005564, 0.004199> - 359: < 0.004870, 0.005760, 0.004226> - 360: <-0.005120, 0.005564, 0.004199> - 361: <-0.004870, 0.005760, 0.004226> - 362: <-0.004946, 0.005887, 0.003941> - 363: <-0.005207, 0.005678, 0.003918> - 364: <-0.004870, 0.005760, 0.004226> - 365: <-0.004602, 0.005939, 0.004267> - 366: <-0.004668, 0.006080, 0.003975> - 367: <-0.004946, 0.005887, 0.003941> - 368: <-0.004602, 0.005939, 0.004267> - 369: <-0.004318, 0.006105, 0.004318> - 370: <-0.004374, 0.006257, 0.004017> - 371: <-0.004668, 0.006080, 0.003975> - 372: <-0.004318, 0.006105, 0.004318> - 373: <-0.004017, 0.006257, 0.004374> - 374: <-0.004065, 0.006421, 0.004065> - 375: <-0.004374, 0.006257, 0.004017> - 376: <-0.004017, 0.006257, 0.004374> - 377: <-0.003701, 0.006397, 0.004434> - 378: <-0.003743, 0.006570, 0.004117> - 379: <-0.004065, 0.006421, 0.004065> - 380: <-0.003701, 0.006397, 0.004434> - 381: <-0.003372, 0.006525, 0.004494> - 382: <-0.003407, 0.006705, 0.004170> - 383: <-0.003743, 0.006570, 0.004117> - 384: <-0.003372, 0.006525, 0.004494> - 385: <-0.003030, 0.006641, 0.004553> - 386: <-0.003060, 0.006828, 0.004223> - 387: <-0.003407, 0.006705, 0.004170> - 388: <-0.003030, 0.006641, 0.004553> - 389: <-0.002676, 0.006745, 0.004609> - 390: <-0.002701, 0.006937, 0.004273> - 391: <-0.003060, 0.006828, 0.004223> - 392: <-0.002676, 0.006745, 0.004609> - 393: <-0.002313, 0.006836, 0.004659> - 394: <-0.002333, 0.007033, 0.004318> - 395: <-0.002701, 0.006937, 0.004273> - 396: <-0.002313, 0.006836, 0.004659> - 397: <-0.001940, 0.006915, 0.004705> - 398: <-0.001957, 0.007115, 0.004360> - 399: <-0.002333, 0.007033, 0.004318> - 400: <-0.001940, 0.006915, 0.004705> - 401: <-0.001561, 0.006980, 0.004744> - 402: <-0.001574, 0.007183, 0.004395> - 403: <-0.001957, 0.007115, 0.004360> - 404: <-0.001561, 0.006980, 0.004744> - 405: <-0.001176, 0.007032, 0.004776> - 406: <-0.001185, 0.007236, 0.004424> - 407: <-0.001574, 0.007183, 0.004395> - 408: <-0.001176, 0.007032, 0.004776> - 409: <-0.000786, 0.007069, 0.004800> - 410: <-0.000792, 0.007275, 0.004446> - 411: <-0.001185, 0.007236, 0.004424> - 412: <-0.000786, 0.007069, 0.004800> - 413: <-0.000394, 0.007092, 0.004815> - 414: <-0.000397, 0.007298, 0.004460> - 415: <-0.000792, 0.007275, 0.004446> - 416: <-0.000394, 0.007092, 0.004815> - 417: <-0.000000, 0.007099, 0.004820> - 418: <-0.000000, 0.007306, 0.004465> - 419: <-0.000397, 0.007298, 0.004460> - 420: <-0.000000, 0.007099, 0.004820> - 421: < 0.000394, 0.007092, 0.004815> - 422: < 0.000397, 0.007298, 0.004460> - 423: <-0.000000, 0.007306, 0.004465> - 424: < 0.000394, 0.007092, 0.004815> - 425: < 0.000786, 0.007069, 0.004800> - 426: < 0.000792, 0.007275, 0.004446> - 427: < 0.000397, 0.007298, 0.004460> - 428: < 0.000786, 0.007069, 0.004800> - 429: < 0.001176, 0.007032, 0.004776> - 430: < 0.001185, 0.007236, 0.004424> - 431: < 0.000792, 0.007275, 0.004446> - 432: < 0.001176, 0.007032, 0.004776> - 433: < 0.001561, 0.006980, 0.004744> - 434: < 0.001574, 0.007183, 0.004395> - 435: < 0.001185, 0.007236, 0.004424> - 436: < 0.001561, 0.006980, 0.004744> - 437: < 0.001940, 0.006915, 0.004705> - 438: < 0.001957, 0.007115, 0.004360> - 439: < 0.001574, 0.007183, 0.004395> - 440: < 0.001940, 0.006915, 0.004705> - 441: < 0.002313, 0.006836, 0.004659> - 442: < 0.002333, 0.007033, 0.004318> - 443: < 0.001957, 0.007115, 0.004360> - 444: < 0.002313, 0.006836, 0.004659> - 445: < 0.002676, 0.006745, 0.004609> - 446: < 0.002701, 0.006937, 0.004273> - 447: < 0.002333, 0.007033, 0.004318> - 448: < 0.002676, 0.006745, 0.004609> - 449: < 0.003030, 0.006641, 0.004553> - 450: < 0.003060, 0.006828, 0.004223> - 451: < 0.002701, 0.006937, 0.004273> - 452: < 0.003030, 0.006641, 0.004553> - 453: < 0.003372, 0.006525, 0.004494> - 454: < 0.003407, 0.006705, 0.004170> - 455: < 0.003060, 0.006828, 0.004223> - 456: < 0.003372, 0.006525, 0.004494> - 457: < 0.003701, 0.006397, 0.004434> - 458: < 0.003743, 0.006570, 0.004117> - 459: < 0.003407, 0.006705, 0.004170> - 460: < 0.003701, 0.006397, 0.004434> - 461: < 0.004017, 0.006257, 0.004374> - 462: < 0.004065, 0.006421, 0.004065> - 463: < 0.003743, 0.006570, 0.004117> - 464: < 0.004017, 0.006257, 0.004374> - 465: < 0.004318, 0.006105, 0.004318> - 466: < 0.004374, 0.006257, 0.004017> - 467: < 0.004065, 0.006421, 0.004065> - 468: < 0.004318, 0.006105, 0.004318> - 469: < 0.004602, 0.005939, 0.004267> - 470: < 0.004668, 0.006080, 0.003975> - 471: < 0.004374, 0.006257, 0.004017> - 472: < 0.004602, 0.005939, 0.004267> - 473: < 0.004870, 0.005760, 0.004226> - 474: < 0.004946, 0.005887, 0.003941> - 475: < 0.004668, 0.006080, 0.003975> - 476: < 0.004870, 0.005760, 0.004226> - 477: < 0.005120, 0.005564, 0.004199> - 478: < 0.005207, 0.005678, 0.003918> - 479: < 0.004946, 0.005887, 0.003941> - 480: <-0.005207, 0.005678, 0.003918> - 481: <-0.004946, 0.005887, 0.003941> - 482: <-0.005023, 0.006006, 0.003637> - 483: <-0.005294, 0.005786, 0.003619> - 484: <-0.004946, 0.005887, 0.003941> - 485: <-0.004668, 0.006080, 0.003975> - 486: <-0.004736, 0.006210, 0.003666> - 487: <-0.005023, 0.006006, 0.003637> - 488: <-0.004668, 0.006080, 0.003975> - 489: <-0.004374, 0.006257, 0.004017> - 490: <-0.004434, 0.006397, 0.003701> - 491: <-0.004736, 0.006210, 0.003666> - 492: <-0.004374, 0.006257, 0.004017> - 493: <-0.004065, 0.006421, 0.004065> - 494: <-0.004117, 0.006570, 0.003743> - 495: <-0.004434, 0.006397, 0.003701> - 496: <-0.004065, 0.006421, 0.004065> - 497: <-0.003743, 0.006570, 0.004117> - 498: <-0.003788, 0.006727, 0.003788> - 499: <-0.004117, 0.006570, 0.003743> - 500: <-0.003743, 0.006570, 0.004117> - 501: <-0.003407, 0.006705, 0.004170> - 502: <-0.003446, 0.006870, 0.003834> - 503: <-0.003788, 0.006727, 0.003788> - 504: <-0.003407, 0.006705, 0.004170> - 505: <-0.003060, 0.006828, 0.004223> - 506: <-0.003093, 0.006998, 0.003880> - 507: <-0.003446, 0.006870, 0.003834> - 508: <-0.003060, 0.006828, 0.004223> - 509: <-0.002701, 0.006937, 0.004273> - 510: <-0.002729, 0.007112, 0.003924> - 511: <-0.003093, 0.006998, 0.003880> - 512: <-0.002701, 0.006937, 0.004273> - 513: <-0.002333, 0.007033, 0.004318> - 514: <-0.002356, 0.007212, 0.003965> - 515: <-0.002729, 0.007112, 0.003924> - 516: <-0.002333, 0.007033, 0.004318> - 517: <-0.001957, 0.007115, 0.004360> - 518: <-0.001975, 0.007297, 0.004002> - 519: <-0.002356, 0.007212, 0.003965> - 520: <-0.001957, 0.007115, 0.004360> - 521: <-0.001574, 0.007183, 0.004395> - 522: <-0.001588, 0.007367, 0.004034> - 523: <-0.001975, 0.007297, 0.004002> - 524: <-0.001574, 0.007183, 0.004395> - 525: <-0.001185, 0.007236, 0.004424> - 526: <-0.001196, 0.007423, 0.004061> - 527: <-0.001588, 0.007367, 0.004034> - 528: <-0.001185, 0.007236, 0.004424> - 529: <-0.000792, 0.007275, 0.004446> - 530: <-0.000799, 0.007462, 0.004081> - 531: <-0.001196, 0.007423, 0.004061> - 532: <-0.000792, 0.007275, 0.004446> - 533: <-0.000397, 0.007298, 0.004460> - 534: <-0.000400, 0.007487, 0.004093> - 535: <-0.000799, 0.007462, 0.004081> - 536: <-0.000397, 0.007298, 0.004460> - 537: <-0.000000, 0.007306, 0.004465> - 538: <-0.000000, 0.007495, 0.004098> - 539: <-0.000400, 0.007487, 0.004093> - 540: <-0.000000, 0.007306, 0.004465> - 541: < 0.000397, 0.007298, 0.004460> - 542: < 0.000400, 0.007487, 0.004093> - 543: <-0.000000, 0.007495, 0.004098> - 544: < 0.000397, 0.007298, 0.004460> - 545: < 0.000792, 0.007275, 0.004446> - 546: < 0.000799, 0.007462, 0.004081> - 547: < 0.000400, 0.007487, 0.004093> - 548: < 0.000792, 0.007275, 0.004446> - 549: < 0.001185, 0.007236, 0.004424> - 550: < 0.001196, 0.007423, 0.004061> - 551: < 0.000799, 0.007462, 0.004081> - 552: < 0.001185, 0.007236, 0.004424> - 553: < 0.001574, 0.007183, 0.004395> - 554: < 0.001588, 0.007367, 0.004034> - 555: < 0.001196, 0.007423, 0.004061> - 556: < 0.001574, 0.007183, 0.004395> - 557: < 0.001957, 0.007115, 0.004360> - 558: < 0.001975, 0.007297, 0.004002> - 559: < 0.001588, 0.007367, 0.004034> - 560: < 0.001957, 0.007115, 0.004360> - 561: < 0.002333, 0.007033, 0.004318> - 562: < 0.002356, 0.007212, 0.003965> - 563: < 0.001975, 0.007297, 0.004002> - 564: < 0.002333, 0.007033, 0.004318> - 565: < 0.002701, 0.006937, 0.004273> - 566: < 0.002729, 0.007112, 0.003924> - 567: < 0.002356, 0.007212, 0.003965> - 568: < 0.002701, 0.006937, 0.004273> - 569: < 0.003060, 0.006828, 0.004223> - 570: < 0.003093, 0.006998, 0.003880> - 571: < 0.002729, 0.007112, 0.003924> - 572: < 0.003060, 0.006828, 0.004223> - 573: < 0.003407, 0.006705, 0.004170> - 574: < 0.003446, 0.006870, 0.003834> - 575: < 0.003093, 0.006998, 0.003880> - 576: < 0.003407, 0.006705, 0.004170> - 577: < 0.003743, 0.006570, 0.004117> - 578: < 0.003788, 0.006727, 0.003788> - 579: < 0.003446, 0.006870, 0.003834> - 580: < 0.003743, 0.006570, 0.004117> - 581: < 0.004065, 0.006421, 0.004065> - 582: < 0.004117, 0.006570, 0.003743> - 583: < 0.003788, 0.006727, 0.003788> - 584: < 0.004065, 0.006421, 0.004065> - 585: < 0.004374, 0.006257, 0.004017> - 586: < 0.004434, 0.006397, 0.003701> - 587: < 0.004117, 0.006570, 0.003743> - 588: < 0.004374, 0.006257, 0.004017> - 589: < 0.004668, 0.006080, 0.003975> - 590: < 0.004736, 0.006210, 0.003666> - 591: < 0.004434, 0.006397, 0.003701> - 592: < 0.004668, 0.006080, 0.003975> - 593: < 0.004946, 0.005887, 0.003941> - 594: < 0.005023, 0.006006, 0.003637> - 595: < 0.004736, 0.006210, 0.003666> - 596: < 0.004946, 0.005887, 0.003941> - 597: < 0.005207, 0.005678, 0.003918> - 598: < 0.005294, 0.005786, 0.003619> - 599: < 0.005023, 0.006006, 0.003637> - 600: <-0.005294, 0.005786, 0.003619> - 601: <-0.005023, 0.006006, 0.003637> - 602: <-0.005099, 0.006117, 0.003318> - 603: <-0.005379, 0.005888, 0.003302> - 604: <-0.005023, 0.006006, 0.003637> - 605: <-0.004736, 0.006210, 0.003666> - 606: <-0.004804, 0.006329, 0.003342> - 607: <-0.005099, 0.006117, 0.003318> - 608: <-0.004736, 0.006210, 0.003666> - 609: <-0.004434, 0.006397, 0.003701> - 610: <-0.004494, 0.006525, 0.003372> - 611: <-0.004804, 0.006329, 0.003342> - 612: <-0.004434, 0.006397, 0.003701> - 613: <-0.004117, 0.006570, 0.003743> - 614: <-0.004170, 0.006705, 0.003407> - 615: <-0.004494, 0.006525, 0.003372> - 616: <-0.004117, 0.006570, 0.003743> - 617: <-0.003788, 0.006727, 0.003788> - 618: <-0.003834, 0.006870, 0.003446> - 619: <-0.004170, 0.006705, 0.003407> - 620: <-0.003788, 0.006727, 0.003788> - 621: <-0.003446, 0.006870, 0.003834> - 622: <-0.003486, 0.007018, 0.003486> - 623: <-0.003834, 0.006870, 0.003446> - 624: <-0.003446, 0.006870, 0.003834> - 625: <-0.003093, 0.006998, 0.003880> - 626: <-0.003127, 0.007152, 0.003526> - 627: <-0.003486, 0.007018, 0.003486> - 628: <-0.003093, 0.006998, 0.003880> - 629: <-0.002729, 0.007112, 0.003924> - 630: <-0.002758, 0.007270, 0.003565> - 631: <-0.003127, 0.007152, 0.003526> - 632: <-0.002729, 0.007112, 0.003924> - 633: <-0.002356, 0.007212, 0.003965> - 634: <-0.002380, 0.007374, 0.003601> - 635: <-0.002758, 0.007270, 0.003565> - 636: <-0.002356, 0.007212, 0.003965> - 637: <-0.001975, 0.007297, 0.004002> - 638: <-0.001995, 0.007462, 0.003634> - 639: <-0.002380, 0.007374, 0.003601> - 640: <-0.001975, 0.007297, 0.004002> - 641: <-0.001588, 0.007367, 0.004034> - 642: <-0.001603, 0.007535, 0.003663> - 643: <-0.001995, 0.007462, 0.003634> - 644: <-0.001588, 0.007367, 0.004034> - 645: <-0.001196, 0.007423, 0.004061> - 646: <-0.001207, 0.007591, 0.003686> - 647: <-0.001603, 0.007535, 0.003663> - 648: <-0.001196, 0.007423, 0.004061> - 649: <-0.000799, 0.007462, 0.004081> - 650: <-0.000807, 0.007632, 0.003704> - 651: <-0.001207, 0.007591, 0.003686> - 652: <-0.000799, 0.007462, 0.004081> - 653: <-0.000400, 0.007487, 0.004093> - 654: <-0.000404, 0.007657, 0.003716> - 655: <-0.000807, 0.007632, 0.003704> - 656: <-0.000400, 0.007487, 0.004093> - 657: <-0.000000, 0.007495, 0.004098> - 658: <-0.000000, 0.007665, 0.003720> - 659: <-0.000404, 0.007657, 0.003716> - 660: <-0.000000, 0.007495, 0.004098> - 661: < 0.000400, 0.007487, 0.004093> - 662: < 0.000404, 0.007657, 0.003716> - 663: <-0.000000, 0.007665, 0.003720> - 664: < 0.000400, 0.007487, 0.004093> - 665: < 0.000799, 0.007462, 0.004081> - 666: < 0.000807, 0.007632, 0.003704> - 667: < 0.000404, 0.007657, 0.003716> - 668: < 0.000799, 0.007462, 0.004081> - 669: < 0.001196, 0.007423, 0.004061> - 670: < 0.001207, 0.007591, 0.003686> - 671: < 0.000807, 0.007632, 0.003704> - 672: < 0.001196, 0.007423, 0.004061> - 673: < 0.001588, 0.007367, 0.004034> - 674: < 0.001603, 0.007535, 0.003663> - 675: < 0.001207, 0.007591, 0.003686> - 676: < 0.001588, 0.007367, 0.004034> - 677: < 0.001975, 0.007297, 0.004002> - 678: < 0.001995, 0.007462, 0.003634> - 679: < 0.001603, 0.007535, 0.003663> - 680: < 0.001975, 0.007297, 0.004002> - 681: < 0.002356, 0.007212, 0.003965> - 682: < 0.002380, 0.007374, 0.003601> - 683: < 0.001995, 0.007462, 0.003634> - 684: < 0.002356, 0.007212, 0.003965> - 685: < 0.002729, 0.007112, 0.003924> - 686: < 0.002758, 0.007270, 0.003565> - 687: < 0.002380, 0.007374, 0.003601> - 688: < 0.002729, 0.007112, 0.003924> - 689: < 0.003093, 0.006998, 0.003880> - 690: < 0.003127, 0.007152, 0.003526> - 691: < 0.002758, 0.007270, 0.003565> - 692: < 0.003093, 0.006998, 0.003880> - 693: < 0.003446, 0.006870, 0.003834> - 694: < 0.003486, 0.007018, 0.003486> - 695: < 0.003127, 0.007152, 0.003526> - 696: < 0.003446, 0.006870, 0.003834> - 697: < 0.003788, 0.006727, 0.003788> - 698: < 0.003834, 0.006870, 0.003446> - 699: < 0.003486, 0.007018, 0.003486> - 700: < 0.003788, 0.006727, 0.003788> - 701: < 0.004117, 0.006570, 0.003743> - 702: < 0.004170, 0.006705, 0.003407> - 703: < 0.003834, 0.006870, 0.003446> - 704: < 0.004117, 0.006570, 0.003743> - 705: < 0.004434, 0.006397, 0.003701> - 706: < 0.004494, 0.006525, 0.003372> - 707: < 0.004170, 0.006705, 0.003407> - 708: < 0.004434, 0.006397, 0.003701> - 709: < 0.004736, 0.006210, 0.003666> - 710: < 0.004804, 0.006329, 0.003342> - 711: < 0.004494, 0.006525, 0.003372> - 712: < 0.004736, 0.006210, 0.003666> - 713: < 0.005023, 0.006006, 0.003637> - 714: < 0.005099, 0.006117, 0.003318> - 715: < 0.004804, 0.006329, 0.003342> - 716: < 0.005023, 0.006006, 0.003637> - 717: < 0.005294, 0.005786, 0.003619> - 718: < 0.005379, 0.005888, 0.003302> - 719: < 0.005099, 0.006117, 0.003318> - 720: <-0.005379, 0.005888, 0.003302> - 721: <-0.005099, 0.006117, 0.003318> - 722: <-0.005172, 0.006219, 0.002984> - 723: <-0.005459, 0.005983, 0.002971> - 724: <-0.005099, 0.006117, 0.003318> - 725: <-0.004804, 0.006329, 0.003342> - 726: <-0.004870, 0.006439, 0.003004> - 727: <-0.005172, 0.006219, 0.002984> - 728: <-0.004804, 0.006329, 0.003342> - 729: <-0.004494, 0.006525, 0.003372> - 730: <-0.004553, 0.006641, 0.003030> - 731: <-0.004870, 0.006439, 0.003004> - 732: <-0.004494, 0.006525, 0.003372> - 733: <-0.004170, 0.006705, 0.003407> - 734: <-0.004223, 0.006828, 0.003060> - 735: <-0.004553, 0.006641, 0.003030> - 736: <-0.004170, 0.006705, 0.003407> - 737: <-0.003834, 0.006870, 0.003446> - 738: <-0.003880, 0.006998, 0.003093> - 739: <-0.004223, 0.006828, 0.003060> - 740: <-0.003834, 0.006870, 0.003446> - 741: <-0.003486, 0.007018, 0.003486> - 742: <-0.003526, 0.007152, 0.003127> - 743: <-0.003880, 0.006998, 0.003093> - 744: <-0.003486, 0.007018, 0.003486> - 745: <-0.003127, 0.007152, 0.003526> - 746: <-0.003162, 0.007290, 0.003162> - 747: <-0.003526, 0.007152, 0.003127> - 748: <-0.003127, 0.007152, 0.003526> - 749: <-0.002758, 0.007270, 0.003565> - 750: <-0.002787, 0.007412, 0.003195> - 751: <-0.003162, 0.007290, 0.003162> - 752: <-0.002758, 0.007270, 0.003565> - 753: <-0.002380, 0.007374, 0.003601> - 754: <-0.002405, 0.007519, 0.003227> - 755: <-0.002787, 0.007412, 0.003195> - 756: <-0.002380, 0.007374, 0.003601> - 757: <-0.001995, 0.007462, 0.003634> - 758: <-0.002015, 0.007610, 0.003255> - 759: <-0.002405, 0.007519, 0.003227> - 760: <-0.001995, 0.007462, 0.003634> - 761: <-0.001603, 0.007535, 0.003663> - 762: <-0.001619, 0.007684, 0.003281> - 763: <-0.002015, 0.007610, 0.003255> - 764: <-0.001603, 0.007535, 0.003663> - 765: <-0.001207, 0.007591, 0.003686> - 766: <-0.001219, 0.007743, 0.003302> - 767: <-0.001619, 0.007684, 0.003281> - 768: <-0.001207, 0.007591, 0.003686> - 769: <-0.000807, 0.007632, 0.003704> - 770: <-0.000814, 0.007785, 0.003318> - 771: <-0.001219, 0.007743, 0.003302> - 772: <-0.000807, 0.007632, 0.003704> - 773: <-0.000404, 0.007657, 0.003716> - 774: <-0.000408, 0.007810, 0.003328> - 775: <-0.000814, 0.007785, 0.003318> - 776: <-0.000404, 0.007657, 0.003716> - 777: <-0.000000, 0.007665, 0.003720> - 778: <-0.000000, 0.007818, 0.003331> - 779: <-0.000408, 0.007810, 0.003328> - 780: <-0.000000, 0.007665, 0.003720> - 781: < 0.000404, 0.007657, 0.003716> - 782: < 0.000408, 0.007810, 0.003328> - 783: <-0.000000, 0.007818, 0.003331> - 784: < 0.000404, 0.007657, 0.003716> - 785: < 0.000807, 0.007632, 0.003704> - 786: < 0.000814, 0.007785, 0.003318> - 787: < 0.000408, 0.007810, 0.003328> - 788: < 0.000807, 0.007632, 0.003704> - 789: < 0.001207, 0.007591, 0.003686> - 790: < 0.001219, 0.007743, 0.003302> - 791: < 0.000814, 0.007785, 0.003318> - 792: < 0.001207, 0.007591, 0.003686> - 793: < 0.001603, 0.007535, 0.003663> - 794: < 0.001619, 0.007684, 0.003281> - 795: < 0.001219, 0.007743, 0.003302> - 796: < 0.001603, 0.007535, 0.003663> - 797: < 0.001995, 0.007462, 0.003634> - 798: < 0.002015, 0.007610, 0.003255> - 799: < 0.001619, 0.007684, 0.003281> - 800: < 0.001995, 0.007462, 0.003634> - 801: < 0.002380, 0.007374, 0.003601> - 802: < 0.002405, 0.007519, 0.003227> - 803: < 0.002015, 0.007610, 0.003255> - 804: < 0.002380, 0.007374, 0.003601> - 805: < 0.002758, 0.007270, 0.003565> - 806: < 0.002787, 0.007412, 0.003195> - 807: < 0.002405, 0.007519, 0.003227> - 808: < 0.002758, 0.007270, 0.003565> - 809: < 0.003127, 0.007152, 0.003526> - 810: < 0.003162, 0.007290, 0.003162> - 811: < 0.002787, 0.007412, 0.003195> - 812: < 0.003127, 0.007152, 0.003526> - 813: < 0.003486, 0.007018, 0.003486> - 814: < 0.003526, 0.007152, 0.003127> - 815: < 0.003162, 0.007290, 0.003162> - 816: < 0.003486, 0.007018, 0.003486> - 817: < 0.003834, 0.006870, 0.003446> - 818: < 0.003880, 0.006998, 0.003093> - 819: < 0.003526, 0.007152, 0.003127> - 820: < 0.003834, 0.006870, 0.003446> - 821: < 0.004170, 0.006705, 0.003407> - 822: < 0.004223, 0.006828, 0.003060> - 823: < 0.003880, 0.006998, 0.003093> - 824: < 0.004170, 0.006705, 0.003407> - 825: < 0.004494, 0.006525, 0.003372> - 826: < 0.004553, 0.006641, 0.003030> - 827: < 0.004223, 0.006828, 0.003060> - 828: < 0.004494, 0.006525, 0.003372> - 829: < 0.004804, 0.006329, 0.003342> - 830: < 0.004870, 0.006439, 0.003004> - 831: < 0.004553, 0.006641, 0.003030> - 832: < 0.004804, 0.006329, 0.003342> - 833: < 0.005099, 0.006117, 0.003318> - 834: < 0.005172, 0.006219, 0.002984> - 835: < 0.004870, 0.006439, 0.003004> - 836: < 0.005099, 0.006117, 0.003318> - 837: < 0.005379, 0.005888, 0.003302> - 838: < 0.005459, 0.005983, 0.002971> - 839: < 0.005172, 0.006219, 0.002984> - 840: <-0.005459, 0.005983, 0.002971> - 841: <-0.005172, 0.006219, 0.002984> - 842: <-0.005240, 0.006311, 0.002638> - 843: <-0.005533, 0.006069, 0.002627> - 844: <-0.005172, 0.006219, 0.002984> - 845: <-0.004870, 0.006439, 0.003004> - 846: <-0.004931, 0.006537, 0.002655> - 847: <-0.005240, 0.006311, 0.002638> - 848: <-0.004870, 0.006439, 0.003004> - 849: <-0.004553, 0.006641, 0.003030> - 850: <-0.004609, 0.006745, 0.002676> - 851: <-0.004931, 0.006537, 0.002655> - 852: <-0.004553, 0.006641, 0.003030> - 853: <-0.004223, 0.006828, 0.003060> - 854: <-0.004273, 0.006937, 0.002701> - 855: <-0.004609, 0.006745, 0.002676> - 856: <-0.004223, 0.006828, 0.003060> - 857: <-0.003880, 0.006998, 0.003093> - 858: <-0.003924, 0.007112, 0.002729> - 859: <-0.004273, 0.006937, 0.002701> - 860: <-0.003880, 0.006998, 0.003093> - 861: <-0.003526, 0.007152, 0.003127> - 862: <-0.003565, 0.007270, 0.002758> - 863: <-0.003924, 0.007112, 0.002729> - 864: <-0.003526, 0.007152, 0.003127> - 865: <-0.003162, 0.007290, 0.003162> - 866: <-0.003195, 0.007412, 0.002787> - 867: <-0.003565, 0.007270, 0.002758> - 868: <-0.003162, 0.007290, 0.003162> - 869: <-0.002787, 0.007412, 0.003195> - 870: <-0.002816, 0.007538, 0.002816> - 871: <-0.003195, 0.007412, 0.002787> - 872: <-0.002787, 0.007412, 0.003195> - 873: <-0.002405, 0.007519, 0.003227> - 874: <-0.002429, 0.007648, 0.002843> - 875: <-0.002816, 0.007538, 0.002816> - 876: <-0.002405, 0.007519, 0.003227> - 877: <-0.002015, 0.007610, 0.003255> - 878: <-0.002035, 0.007740, 0.002868> - 879: <-0.002429, 0.007648, 0.002843> - 880: <-0.002015, 0.007610, 0.003255> - 881: <-0.001619, 0.007684, 0.003281> - 882: <-0.001635, 0.007817, 0.002890> - 883: <-0.002035, 0.007740, 0.002868> - 884: <-0.001619, 0.007684, 0.003281> - 885: <-0.001219, 0.007743, 0.003302> - 886: <-0.001230, 0.007876, 0.002908> - 887: <-0.001635, 0.007817, 0.002890> - 888: <-0.001219, 0.007743, 0.003302> - 889: <-0.000814, 0.007785, 0.003318> - 890: <-0.000822, 0.007919, 0.002922> - 891: <-0.001230, 0.007876, 0.002908> - 892: <-0.000814, 0.007785, 0.003318> - 893: <-0.000408, 0.007810, 0.003328> - 894: <-0.000412, 0.007945, 0.002931> - 895: <-0.000822, 0.007919, 0.002922> - 896: <-0.000408, 0.007810, 0.003328> - 897: <-0.000000, 0.007818, 0.003331> - 898: <-0.000000, 0.007953, 0.002934> - 899: <-0.000412, 0.007945, 0.002931> - 900: <-0.000000, 0.007818, 0.003331> - 901: < 0.000408, 0.007810, 0.003328> - 902: < 0.000412, 0.007945, 0.002931> - 903: <-0.000000, 0.007953, 0.002934> - 904: < 0.000408, 0.007810, 0.003328> - 905: < 0.000814, 0.007785, 0.003318> - 906: < 0.000822, 0.007919, 0.002922> - 907: < 0.000412, 0.007945, 0.002931> - 908: < 0.000814, 0.007785, 0.003318> - 909: < 0.001219, 0.007743, 0.003302> - 910: < 0.001230, 0.007876, 0.002908> - 911: < 0.000822, 0.007919, 0.002922> - 912: < 0.001219, 0.007743, 0.003302> - 913: < 0.001619, 0.007684, 0.003281> - 914: < 0.001635, 0.007817, 0.002890> - 915: < 0.001230, 0.007876, 0.002908> - 916: < 0.001619, 0.007684, 0.003281> - 917: < 0.002015, 0.007610, 0.003255> - 918: < 0.002035, 0.007740, 0.002868> - 919: < 0.001635, 0.007817, 0.002890> - 920: < 0.002015, 0.007610, 0.003255> - 921: < 0.002405, 0.007519, 0.003227> - 922: < 0.002429, 0.007648, 0.002843> - 923: < 0.002035, 0.007740, 0.002868> - 924: < 0.002405, 0.007519, 0.003227> - 925: < 0.002787, 0.007412, 0.003195> - 926: < 0.002816, 0.007538, 0.002816> - 927: < 0.002429, 0.007648, 0.002843> - 928: < 0.002787, 0.007412, 0.003195> - 929: < 0.003162, 0.007290, 0.003162> - 930: < 0.003195, 0.007412, 0.002787> - 931: < 0.002816, 0.007538, 0.002816> - 932: < 0.003162, 0.007290, 0.003162> - 933: < 0.003526, 0.007152, 0.003127> - 934: < 0.003565, 0.007270, 0.002758> - 935: < 0.003195, 0.007412, 0.002787> - 936: < 0.003526, 0.007152, 0.003127> - 937: < 0.003880, 0.006998, 0.003093> - 938: < 0.003924, 0.007112, 0.002729> - 939: < 0.003565, 0.007270, 0.002758> - 940: < 0.003880, 0.006998, 0.003093> - 941: < 0.004223, 0.006828, 0.003060> - 942: < 0.004273, 0.006937, 0.002701> - 943: < 0.003924, 0.007112, 0.002729> - 944: < 0.004223, 0.006828, 0.003060> - 945: < 0.004553, 0.006641, 0.003030> - 946: < 0.004609, 0.006745, 0.002676> - 947: < 0.004273, 0.006937, 0.002701> - 948: < 0.004553, 0.006641, 0.003030> - 949: < 0.004870, 0.006439, 0.003004> - 950: < 0.004931, 0.006537, 0.002655> - 951: < 0.004609, 0.006745, 0.002676> - 952: < 0.004870, 0.006439, 0.003004> - 953: < 0.005172, 0.006219, 0.002984> - 954: < 0.005240, 0.006311, 0.002638> - 955: < 0.004931, 0.006537, 0.002655> - 956: < 0.005172, 0.006219, 0.002984> - 957: < 0.005459, 0.005983, 0.002971> - 958: < 0.005533, 0.006069, 0.002627> - 959: < 0.005240, 0.006311, 0.002638> - 960: <-0.005533, 0.006069, 0.002627> - 961: <-0.005240, 0.006311, 0.002638> - 962: <-0.005301, 0.006393, 0.002281> - 963: <-0.005599, 0.006146, 0.002272> - 964: <-0.005240, 0.006311, 0.002638> - 965: <-0.004931, 0.006537, 0.002655> - 966: <-0.004987, 0.006623, 0.002295> - 967: <-0.005301, 0.006393, 0.002281> - 968: <-0.004931, 0.006537, 0.002655> - 969: <-0.004609, 0.006745, 0.002676> - 970: <-0.004659, 0.006836, 0.002313> - 971: <-0.004987, 0.006623, 0.002295> - 972: <-0.004609, 0.006745, 0.002676> - 973: <-0.004273, 0.006937, 0.002701> - 974: <-0.004318, 0.007033, 0.002333> - 975: <-0.004659, 0.006836, 0.002313> - 976: <-0.004273, 0.006937, 0.002701> - 977: <-0.003924, 0.007112, 0.002729> - 978: <-0.003965, 0.007212, 0.002356> - 979: <-0.004318, 0.007033, 0.002333> - 980: <-0.003924, 0.007112, 0.002729> - 981: <-0.003565, 0.007270, 0.002758> - 982: <-0.003601, 0.007374, 0.002380> - 983: <-0.003965, 0.007212, 0.002356> - 984: <-0.003565, 0.007270, 0.002758> - 985: <-0.003195, 0.007412, 0.002787> - 986: <-0.003227, 0.007519, 0.002405> - 987: <-0.003601, 0.007374, 0.002380> - 988: <-0.003195, 0.007412, 0.002787> - 989: <-0.002816, 0.007538, 0.002816> - 990: <-0.002843, 0.007648, 0.002429> - 991: <-0.003227, 0.007519, 0.002405> - 992: <-0.002816, 0.007538, 0.002816> - 993: <-0.002429, 0.007648, 0.002843> - 994: <-0.002452, 0.007759, 0.002452> - 995: <-0.002843, 0.007648, 0.002429> - 996: <-0.002429, 0.007648, 0.002843> - 997: <-0.002035, 0.007740, 0.002868> - 998: <-0.002053, 0.007854, 0.002473> - 999: <-0.002452, 0.007759, 0.002452> - 1000: <-0.002035, 0.007740, 0.002868> - 1001: <-0.001635, 0.007817, 0.002890> - 1002: <-0.001650, 0.007932, 0.002492> - 1003: <-0.002053, 0.007854, 0.002473> - 1004: <-0.001635, 0.007817, 0.002890> - 1005: <-0.001230, 0.007876, 0.002908> - 1006: <-0.001241, 0.007992, 0.002507> - 1007: <-0.001650, 0.007932, 0.002492> - 1008: <-0.001230, 0.007876, 0.002908> - 1009: <-0.000822, 0.007919, 0.002922> - 1010: <-0.000829, 0.008036, 0.002519> - 1011: <-0.001241, 0.007992, 0.002507> - 1012: <-0.000822, 0.007919, 0.002922> - 1013: <-0.000412, 0.007945, 0.002931> - 1014: <-0.000415, 0.008062, 0.002527> - 1015: <-0.000829, 0.008036, 0.002519> - 1016: <-0.000412, 0.007945, 0.002931> - 1017: <-0.000000, 0.007953, 0.002934> - 1018: <-0.000000, 0.008070, 0.002530> - 1019: <-0.000415, 0.008062, 0.002527> - 1020: <-0.000000, 0.007953, 0.002934> - 1021: < 0.000412, 0.007945, 0.002931> - 1022: < 0.000415, 0.008062, 0.002527> - 1023: <-0.000000, 0.008070, 0.002530> - 1024: < 0.000412, 0.007945, 0.002931> - 1025: < 0.000822, 0.007919, 0.002922> - 1026: < 0.000829, 0.008036, 0.002519> - 1027: < 0.000415, 0.008062, 0.002527> - 1028: < 0.000822, 0.007919, 0.002922> - 1029: < 0.001230, 0.007876, 0.002908> - 1030: < 0.001241, 0.007992, 0.002507> - 1031: < 0.000829, 0.008036, 0.002519> - 1032: < 0.001230, 0.007876, 0.002908> - 1033: < 0.001635, 0.007817, 0.002890> - 1034: < 0.001650, 0.007932, 0.002492> - 1035: < 0.001241, 0.007992, 0.002507> - 1036: < 0.001635, 0.007817, 0.002890> - 1037: < 0.002035, 0.007740, 0.002868> - 1038: < 0.002053, 0.007854, 0.002473> - 1039: < 0.001650, 0.007932, 0.002492> - 1040: < 0.002035, 0.007740, 0.002868> - 1041: < 0.002429, 0.007648, 0.002843> - 1042: < 0.002452, 0.007759, 0.002452> - 1043: < 0.002053, 0.007854, 0.002473> - 1044: < 0.002429, 0.007648, 0.002843> - 1045: < 0.002816, 0.007538, 0.002816> - 1046: < 0.002843, 0.007648, 0.002429> - 1047: < 0.002452, 0.007759, 0.002452> - 1048: < 0.002816, 0.007538, 0.002816> - 1049: < 0.003195, 0.007412, 0.002787> - 1050: < 0.003227, 0.007519, 0.002405> - 1051: < 0.002843, 0.007648, 0.002429> - 1052: < 0.003195, 0.007412, 0.002787> - 1053: < 0.003565, 0.007270, 0.002758> - 1054: < 0.003601, 0.007374, 0.002380> - 1055: < 0.003227, 0.007519, 0.002405> - 1056: < 0.003565, 0.007270, 0.002758> - 1057: < 0.003924, 0.007112, 0.002729> - 1058: < 0.003965, 0.007212, 0.002356> - 1059: < 0.003601, 0.007374, 0.002380> - 1060: < 0.003924, 0.007112, 0.002729> - 1061: < 0.004273, 0.006937, 0.002701> - 1062: < 0.004318, 0.007033, 0.002333> - 1063: < 0.003965, 0.007212, 0.002356> - 1064: < 0.004273, 0.006937, 0.002701> - 1065: < 0.004609, 0.006745, 0.002676> - 1066: < 0.004659, 0.006836, 0.002313> - 1067: < 0.004318, 0.007033, 0.002333> - 1068: < 0.004609, 0.006745, 0.002676> - 1069: < 0.004931, 0.006537, 0.002655> - 1070: < 0.004987, 0.006623, 0.002295> - 1071: < 0.004659, 0.006836, 0.002313> - 1072: < 0.004931, 0.006537, 0.002655> - 1073: < 0.005240, 0.006311, 0.002638> - 1074: < 0.005301, 0.006393, 0.002281> - 1075: < 0.004987, 0.006623, 0.002295> - 1076: < 0.005240, 0.006311, 0.002638> - 1077: < 0.005533, 0.006069, 0.002627> - 1078: < 0.005599, 0.006146, 0.002272> - 1079: < 0.005301, 0.006393, 0.002281> - 1080: <-0.005599, 0.006146, 0.002272> - 1081: <-0.005301, 0.006393, 0.002281> - 1082: <-0.005355, 0.006464, 0.001915> - 1083: <-0.005657, 0.006212, 0.001908> - 1084: <-0.005301, 0.006393, 0.002281> - 1085: <-0.004987, 0.006623, 0.002295> - 1086: <-0.005037, 0.006698, 0.001926> - 1087: <-0.005355, 0.006464, 0.001915> - 1088: <-0.004987, 0.006623, 0.002295> - 1089: <-0.004659, 0.006836, 0.002313> - 1090: <-0.004705, 0.006915, 0.001940> - 1091: <-0.005037, 0.006698, 0.001926> - 1092: <-0.004659, 0.006836, 0.002313> - 1093: <-0.004318, 0.007033, 0.002333> - 1094: <-0.004360, 0.007115, 0.001957> - 1095: <-0.004705, 0.006915, 0.001940> - 1096: <-0.004318, 0.007033, 0.002333> - 1097: <-0.003965, 0.007212, 0.002356> - 1098: <-0.004002, 0.007297, 0.001975> - 1099: <-0.004360, 0.007115, 0.001957> - 1100: <-0.003965, 0.007212, 0.002356> - 1101: <-0.003601, 0.007374, 0.002380> - 1102: <-0.003634, 0.007462, 0.001995> - 1103: <-0.004002, 0.007297, 0.001975> - 1104: <-0.003601, 0.007374, 0.002380> - 1105: <-0.003227, 0.007519, 0.002405> - 1106: <-0.003255, 0.007610, 0.002015> - 1107: <-0.003634, 0.007462, 0.001995> - 1108: <-0.003227, 0.007519, 0.002405> - 1109: <-0.002843, 0.007648, 0.002429> - 1110: <-0.002868, 0.007740, 0.002035> - 1111: <-0.003255, 0.007610, 0.002015> - 1112: <-0.002843, 0.007648, 0.002429> - 1113: <-0.002452, 0.007759, 0.002452> - 1114: <-0.002473, 0.007854, 0.002053> - 1115: <-0.002868, 0.007740, 0.002035> - 1116: <-0.002452, 0.007759, 0.002452> - 1117: <-0.002053, 0.007854, 0.002473> - 1118: <-0.002071, 0.007950, 0.002071> - 1119: <-0.002473, 0.007854, 0.002053> - 1120: <-0.002053, 0.007854, 0.002473> - 1121: <-0.001650, 0.007932, 0.002492> - 1122: <-0.001663, 0.008029, 0.002086> - 1123: <-0.002071, 0.007950, 0.002071> - 1124: <-0.001650, 0.007932, 0.002492> - 1125: <-0.001241, 0.007992, 0.002507> - 1126: <-0.001252, 0.008090, 0.002099> - 1127: <-0.001663, 0.008029, 0.002086> - 1128: <-0.001241, 0.007992, 0.002507> - 1129: <-0.000829, 0.008036, 0.002519> - 1130: <-0.000836, 0.008134, 0.002109> - 1131: <-0.001252, 0.008090, 0.002099> - 1132: <-0.000829, 0.008036, 0.002519> - 1133: <-0.000415, 0.008062, 0.002527> - 1134: <-0.000419, 0.008161, 0.002116> - 1135: <-0.000836, 0.008134, 0.002109> - 1136: <-0.000415, 0.008062, 0.002527> - 1137: <-0.000000, 0.008070, 0.002530> - 1138: <-0.000000, 0.008169, 0.002118> - 1139: <-0.000419, 0.008161, 0.002116> - 1140: <-0.000000, 0.008070, 0.002530> - 1141: < 0.000415, 0.008062, 0.002527> - 1142: < 0.000419, 0.008161, 0.002116> - 1143: <-0.000000, 0.008169, 0.002118> - 1144: < 0.000415, 0.008062, 0.002527> - 1145: < 0.000829, 0.008036, 0.002519> - 1146: < 0.000836, 0.008134, 0.002109> - 1147: < 0.000419, 0.008161, 0.002116> - 1148: < 0.000829, 0.008036, 0.002519> - 1149: < 0.001241, 0.007992, 0.002507> - 1150: < 0.001252, 0.008090, 0.002099> - 1151: < 0.000836, 0.008134, 0.002109> - 1152: < 0.001241, 0.007992, 0.002507> - 1153: < 0.001650, 0.007932, 0.002492> - 1154: < 0.001663, 0.008029, 0.002086> - 1155: < 0.001252, 0.008090, 0.002099> - 1156: < 0.001650, 0.007932, 0.002492> - 1157: < 0.002053, 0.007854, 0.002473> - 1158: < 0.002071, 0.007950, 0.002071> - 1159: < 0.001663, 0.008029, 0.002086> - 1160: < 0.002053, 0.007854, 0.002473> - 1161: < 0.002452, 0.007759, 0.002452> - 1162: < 0.002473, 0.007854, 0.002053> - 1163: < 0.002071, 0.007950, 0.002071> - 1164: < 0.002452, 0.007759, 0.002452> - 1165: < 0.002843, 0.007648, 0.002429> - 1166: < 0.002868, 0.007740, 0.002035> - 1167: < 0.002473, 0.007854, 0.002053> - 1168: < 0.002843, 0.007648, 0.002429> - 1169: < 0.003227, 0.007519, 0.002405> - 1170: < 0.003255, 0.007610, 0.002015> - 1171: < 0.002868, 0.007740, 0.002035> - 1172: < 0.003227, 0.007519, 0.002405> - 1173: < 0.003601, 0.007374, 0.002380> - 1174: < 0.003634, 0.007462, 0.001995> - 1175: < 0.003255, 0.007610, 0.002015> - 1176: < 0.003601, 0.007374, 0.002380> - 1177: < 0.003965, 0.007212, 0.002356> - 1178: < 0.004002, 0.007297, 0.001975> - 1179: < 0.003634, 0.007462, 0.001995> - 1180: < 0.003965, 0.007212, 0.002356> - 1181: < 0.004318, 0.007033, 0.002333> - 1182: < 0.004360, 0.007115, 0.001957> - 1183: < 0.004002, 0.007297, 0.001975> - 1184: < 0.004318, 0.007033, 0.002333> - 1185: < 0.004659, 0.006836, 0.002313> - 1186: < 0.004705, 0.006915, 0.001940> - 1187: < 0.004360, 0.007115, 0.001957> - 1188: < 0.004659, 0.006836, 0.002313> - 1189: < 0.004987, 0.006623, 0.002295> - 1190: < 0.005037, 0.006698, 0.001926> - 1191: < 0.004705, 0.006915, 0.001940> - 1192: < 0.004987, 0.006623, 0.002295> - 1193: < 0.005301, 0.006393, 0.002281> - 1194: < 0.005355, 0.006464, 0.001915> - 1195: < 0.005037, 0.006698, 0.001926> - 1196: < 0.005301, 0.006393, 0.002281> - 1197: < 0.005599, 0.006146, 0.002272> - 1198: < 0.005657, 0.006212, 0.001908> - 1199: < 0.005355, 0.006464, 0.001915> - 1200: <-0.005657, 0.006212, 0.001908> - 1201: <-0.005355, 0.006464, 0.001915> - 1202: <-0.005401, 0.006523, 0.001541> - 1203: <-0.005707, 0.006269, 0.001536> - 1204: <-0.005355, 0.006464, 0.001915> - 1205: <-0.005037, 0.006698, 0.001926> - 1206: <-0.005080, 0.006761, 0.001550> - 1207: <-0.005401, 0.006523, 0.001541> - 1208: <-0.005037, 0.006698, 0.001926> - 1209: <-0.004705, 0.006915, 0.001940> - 1210: <-0.004744, 0.006980, 0.001561> - 1211: <-0.005080, 0.006761, 0.001550> - 1212: <-0.004705, 0.006915, 0.001940> - 1213: <-0.004360, 0.007115, 0.001957> - 1214: <-0.004395, 0.007183, 0.001574> - 1215: <-0.004744, 0.006980, 0.001561> - 1216: <-0.004360, 0.007115, 0.001957> - 1217: <-0.004002, 0.007297, 0.001975> - 1218: <-0.004034, 0.007367, 0.001588> - 1219: <-0.004395, 0.007183, 0.001574> - 1220: <-0.004002, 0.007297, 0.001975> - 1221: <-0.003634, 0.007462, 0.001995> - 1222: <-0.003663, 0.007535, 0.001603> - 1223: <-0.004034, 0.007367, 0.001588> - 1224: <-0.003634, 0.007462, 0.001995> - 1225: <-0.003255, 0.007610, 0.002015> - 1226: <-0.003281, 0.007684, 0.001619> - 1227: <-0.003663, 0.007535, 0.001603> - 1228: <-0.003255, 0.007610, 0.002015> - 1229: <-0.002868, 0.007740, 0.002035> - 1230: <-0.002890, 0.007817, 0.001635> - 1231: <-0.003281, 0.007684, 0.001619> - 1232: <-0.002868, 0.007740, 0.002035> - 1233: <-0.002473, 0.007854, 0.002053> - 1234: <-0.002492, 0.007932, 0.001650> - 1235: <-0.002890, 0.007817, 0.001635> - 1236: <-0.002473, 0.007854, 0.002053> - 1237: <-0.002071, 0.007950, 0.002071> - 1238: <-0.002086, 0.008029, 0.001663> - 1239: <-0.002492, 0.007932, 0.001650> - 1240: <-0.002071, 0.007950, 0.002071> - 1241: <-0.001663, 0.008029, 0.002086> - 1242: <-0.001676, 0.008109, 0.001676> - 1243: <-0.002086, 0.008029, 0.001663> - 1244: <-0.001663, 0.008029, 0.002086> - 1245: <-0.001252, 0.008090, 0.002099> - 1246: <-0.001261, 0.008171, 0.001686> - 1247: <-0.001676, 0.008109, 0.001676> - 1248: <-0.001252, 0.008090, 0.002099> - 1249: <-0.000836, 0.008134, 0.002109> - 1250: <-0.000842, 0.008215, 0.001694> - 1251: <-0.001261, 0.008171, 0.001686> - 1252: <-0.000836, 0.008134, 0.002109> - 1253: <-0.000419, 0.008161, 0.002116> - 1254: <-0.000422, 0.008242, 0.001699> - 1255: <-0.000842, 0.008215, 0.001694> - 1256: <-0.000419, 0.008161, 0.002116> - 1257: <-0.000000, 0.008169, 0.002118> - 1258: < 0.000000, 0.008251, 0.001701> - 1259: <-0.000422, 0.008242, 0.001699> - 1260: <-0.000000, 0.008169, 0.002118> - 1261: < 0.000419, 0.008161, 0.002116> - 1262: < 0.000422, 0.008242, 0.001699> - 1263: < 0.000000, 0.008251, 0.001701> - 1264: < 0.000419, 0.008161, 0.002116> - 1265: < 0.000836, 0.008134, 0.002109> - 1266: < 0.000842, 0.008215, 0.001694> - 1267: < 0.000422, 0.008242, 0.001699> - 1268: < 0.000836, 0.008134, 0.002109> - 1269: < 0.001252, 0.008090, 0.002099> - 1270: < 0.001261, 0.008171, 0.001686> - 1271: < 0.000842, 0.008215, 0.001694> - 1272: < 0.001252, 0.008090, 0.002099> - 1273: < 0.001663, 0.008029, 0.002086> - 1274: < 0.001676, 0.008109, 0.001676> - 1275: < 0.001261, 0.008171, 0.001686> - 1276: < 0.001663, 0.008029, 0.002086> - 1277: < 0.002071, 0.007950, 0.002071> - 1278: < 0.002086, 0.008029, 0.001663> - 1279: < 0.001676, 0.008109, 0.001676> - 1280: < 0.002071, 0.007950, 0.002071> - 1281: < 0.002473, 0.007854, 0.002053> - 1282: < 0.002492, 0.007932, 0.001650> - 1283: < 0.002086, 0.008029, 0.001663> - 1284: < 0.002473, 0.007854, 0.002053> - 1285: < 0.002868, 0.007740, 0.002035> - 1286: < 0.002890, 0.007817, 0.001635> - 1287: < 0.002492, 0.007932, 0.001650> - 1288: < 0.002868, 0.007740, 0.002035> - 1289: < 0.003255, 0.007610, 0.002015> - 1290: < 0.003281, 0.007684, 0.001619> - 1291: < 0.002890, 0.007817, 0.001635> - 1292: < 0.003255, 0.007610, 0.002015> - 1293: < 0.003634, 0.007462, 0.001995> - 1294: < 0.003663, 0.007535, 0.001603> - 1295: < 0.003281, 0.007684, 0.001619> - 1296: < 0.003634, 0.007462, 0.001995> - 1297: < 0.004002, 0.007297, 0.001975> - 1298: < 0.004034, 0.007367, 0.001588> - 1299: < 0.003663, 0.007535, 0.001603> - 1300: < 0.004002, 0.007297, 0.001975> - 1301: < 0.004360, 0.007115, 0.001957> - 1302: < 0.004395, 0.007183, 0.001574> - 1303: < 0.004034, 0.007367, 0.001588> - 1304: < 0.004360, 0.007115, 0.001957> - 1305: < 0.004705, 0.006915, 0.001940> - 1306: < 0.004744, 0.006980, 0.001561> - 1307: < 0.004395, 0.007183, 0.001574> - 1308: < 0.004705, 0.006915, 0.001940> - 1309: < 0.005037, 0.006698, 0.001926> - 1310: < 0.005080, 0.006761, 0.001550> - 1311: < 0.004744, 0.006980, 0.001561> - 1312: < 0.005037, 0.006698, 0.001926> - 1313: < 0.005355, 0.006464, 0.001915> - 1314: < 0.005401, 0.006523, 0.001541> - 1315: < 0.005080, 0.006761, 0.001550> - 1316: < 0.005355, 0.006464, 0.001915> - 1317: < 0.005657, 0.006212, 0.001908> - 1318: < 0.005707, 0.006269, 0.001536> - 1319: < 0.005401, 0.006523, 0.001541> - 1320: <-0.005707, 0.006269, 0.001536> - 1321: <-0.005401, 0.006523, 0.001541> - 1322: <-0.005438, 0.006570, 0.001161> - 1323: <-0.005747, 0.006313, 0.001157> - 1324: <-0.005401, 0.006523, 0.001541> - 1325: <-0.005080, 0.006761, 0.001550> - 1326: <-0.005114, 0.006810, 0.001168> - 1327: <-0.005438, 0.006570, 0.001161> - 1328: <-0.005080, 0.006761, 0.001550> - 1329: <-0.004744, 0.006980, 0.001561> - 1330: <-0.004776, 0.007032, 0.001176> - 1331: <-0.005114, 0.006810, 0.001168> - 1332: <-0.004744, 0.006980, 0.001561> - 1333: <-0.004395, 0.007183, 0.001574> - 1334: <-0.004424, 0.007236, 0.001185> - 1335: <-0.004776, 0.007032, 0.001176> - 1336: <-0.004395, 0.007183, 0.001574> - 1337: <-0.004034, 0.007367, 0.001588> - 1338: <-0.004061, 0.007423, 0.001196> - 1339: <-0.004424, 0.007236, 0.001185> - 1340: <-0.004034, 0.007367, 0.001588> - 1341: <-0.003663, 0.007535, 0.001603> - 1342: <-0.003686, 0.007591, 0.001207> - 1343: <-0.004061, 0.007423, 0.001196> - 1344: <-0.003663, 0.007535, 0.001603> - 1345: <-0.003281, 0.007684, 0.001619> - 1346: <-0.003302, 0.007743, 0.001219> - 1347: <-0.003686, 0.007591, 0.001207> - 1348: <-0.003281, 0.007684, 0.001619> - 1349: <-0.002890, 0.007817, 0.001635> - 1350: <-0.002908, 0.007876, 0.001230> - 1351: <-0.003302, 0.007743, 0.001219> - 1352: <-0.002890, 0.007817, 0.001635> - 1353: <-0.002492, 0.007932, 0.001650> - 1354: <-0.002507, 0.007992, 0.001241> - 1355: <-0.002908, 0.007876, 0.001230> - 1356: <-0.002492, 0.007932, 0.001650> - 1357: <-0.002086, 0.008029, 0.001663> - 1358: <-0.002099, 0.008090, 0.001252> - 1359: <-0.002507, 0.007992, 0.001241> - 1360: <-0.002086, 0.008029, 0.001663> - 1361: <-0.001676, 0.008109, 0.001676> - 1362: <-0.001686, 0.008171, 0.001261> - 1363: <-0.002099, 0.008090, 0.001252> - 1364: <-0.001676, 0.008109, 0.001676> - 1365: <-0.001261, 0.008171, 0.001686> - 1366: <-0.001269, 0.008233, 0.001269> - 1367: <-0.001686, 0.008171, 0.001261> - 1368: <-0.001261, 0.008171, 0.001686> - 1369: <-0.000842, 0.008215, 0.001694> - 1370: <-0.000848, 0.008278, 0.001275> - 1371: <-0.001269, 0.008233, 0.001269> - 1372: <-0.000842, 0.008215, 0.001694> - 1373: <-0.000422, 0.008242, 0.001699> - 1374: <-0.000424, 0.008305, 0.001278> - 1375: <-0.000848, 0.008278, 0.001275> - 1376: <-0.000422, 0.008242, 0.001699> - 1377: < 0.000000, 0.008251, 0.001701> - 1378: < 0.000000, 0.008314, 0.001280> - 1379: <-0.000424, 0.008305, 0.001278> - 1380: < 0.000000, 0.008251, 0.001701> - 1381: < 0.000422, 0.008242, 0.001699> - 1382: < 0.000424, 0.008305, 0.001278> - 1383: < 0.000000, 0.008314, 0.001280> - 1384: < 0.000422, 0.008242, 0.001699> - 1385: < 0.000842, 0.008215, 0.001694> - 1386: < 0.000848, 0.008278, 0.001275> - 1387: < 0.000424, 0.008305, 0.001278> - 1388: < 0.000842, 0.008215, 0.001694> - 1389: < 0.001261, 0.008171, 0.001686> - 1390: < 0.001269, 0.008233, 0.001269> - 1391: < 0.000848, 0.008278, 0.001275> - 1392: < 0.001261, 0.008171, 0.001686> - 1393: < 0.001676, 0.008109, 0.001676> - 1394: < 0.001686, 0.008171, 0.001261> - 1395: < 0.001269, 0.008233, 0.001269> - 1396: < 0.001676, 0.008109, 0.001676> - 1397: < 0.002086, 0.008029, 0.001663> - 1398: < 0.002099, 0.008090, 0.001252> - 1399: < 0.001686, 0.008171, 0.001261> - 1400: < 0.002086, 0.008029, 0.001663> - 1401: < 0.002492, 0.007932, 0.001650> - 1402: < 0.002507, 0.007992, 0.001241> - 1403: < 0.002099, 0.008090, 0.001252> - 1404: < 0.002492, 0.007932, 0.001650> - 1405: < 0.002890, 0.007817, 0.001635> - 1406: < 0.002908, 0.007876, 0.001230> - 1407: < 0.002507, 0.007992, 0.001241> - 1408: < 0.002890, 0.007817, 0.001635> - 1409: < 0.003281, 0.007684, 0.001619> - 1410: < 0.003302, 0.007743, 0.001219> - 1411: < 0.002908, 0.007876, 0.001230> - 1412: < 0.003281, 0.007684, 0.001619> - 1413: < 0.003663, 0.007535, 0.001603> - 1414: < 0.003686, 0.007591, 0.001207> - 1415: < 0.003302, 0.007743, 0.001219> - 1416: < 0.003663, 0.007535, 0.001603> - 1417: < 0.004034, 0.007367, 0.001588> - 1418: < 0.004061, 0.007423, 0.001196> - 1419: < 0.003686, 0.007591, 0.001207> - 1420: < 0.004034, 0.007367, 0.001588> - 1421: < 0.004395, 0.007183, 0.001574> - 1422: < 0.004424, 0.007236, 0.001185> - 1423: < 0.004061, 0.007423, 0.001196> - 1424: < 0.004395, 0.007183, 0.001574> - 1425: < 0.004744, 0.006980, 0.001561> - 1426: < 0.004776, 0.007032, 0.001176> - 1427: < 0.004424, 0.007236, 0.001185> - 1428: < 0.004744, 0.006980, 0.001561> - 1429: < 0.005080, 0.006761, 0.001550> - 1430: < 0.005114, 0.006810, 0.001168> - 1431: < 0.004776, 0.007032, 0.001176> - 1432: < 0.005080, 0.006761, 0.001550> - 1433: < 0.005401, 0.006523, 0.001541> - 1434: < 0.005438, 0.006570, 0.001161> - 1435: < 0.005114, 0.006810, 0.001168> - 1436: < 0.005401, 0.006523, 0.001541> - 1437: < 0.005707, 0.006269, 0.001536> - 1438: < 0.005747, 0.006313, 0.001157> - 1439: < 0.005438, 0.006570, 0.001161> - 1440: <-0.005747, 0.006313, 0.001157> - 1441: <-0.005438, 0.006570, 0.001161> - 1442: <-0.005466, 0.006605, 0.000777> - 1443: <-0.005776, 0.006346, 0.000774> - 1444: <-0.005438, 0.006570, 0.001161> - 1445: <-0.005114, 0.006810, 0.001168> - 1446: <-0.005140, 0.006846, 0.000781> - 1447: <-0.005466, 0.006605, 0.000777> - 1448: <-0.005114, 0.006810, 0.001168> - 1449: <-0.004776, 0.007032, 0.001176> - 1450: <-0.004800, 0.007069, 0.000786> - 1451: <-0.005140, 0.006846, 0.000781> - 1452: <-0.004776, 0.007032, 0.001176> - 1453: <-0.004424, 0.007236, 0.001185> - 1454: <-0.004446, 0.007275, 0.000792> - 1455: <-0.004800, 0.007069, 0.000786> - 1456: <-0.004424, 0.007236, 0.001185> - 1457: <-0.004061, 0.007423, 0.001196> - 1458: <-0.004081, 0.007462, 0.000799> - 1459: <-0.004446, 0.007275, 0.000792> - 1460: <-0.004061, 0.007423, 0.001196> - 1461: <-0.003686, 0.007591, 0.001207> - 1462: <-0.003704, 0.007632, 0.000807> - 1463: <-0.004081, 0.007462, 0.000799> - 1464: <-0.003686, 0.007591, 0.001207> - 1465: <-0.003302, 0.007743, 0.001219> - 1466: <-0.003318, 0.007785, 0.000814> - 1467: <-0.003704, 0.007632, 0.000807> - 1468: <-0.003302, 0.007743, 0.001219> - 1469: <-0.002908, 0.007876, 0.001230> - 1470: <-0.002922, 0.007919, 0.000822> - 1471: <-0.003318, 0.007785, 0.000814> - 1472: <-0.002908, 0.007876, 0.001230> - 1473: <-0.002507, 0.007992, 0.001241> - 1474: <-0.002519, 0.008036, 0.000829> - 1475: <-0.002922, 0.007919, 0.000822> - 1476: <-0.002507, 0.007992, 0.001241> - 1477: <-0.002099, 0.008090, 0.001252> - 1478: <-0.002109, 0.008134, 0.000836> - 1479: <-0.002519, 0.008036, 0.000829> - 1480: <-0.002099, 0.008090, 0.001252> - 1481: <-0.001686, 0.008171, 0.001261> - 1482: <-0.001694, 0.008215, 0.000842> - 1483: <-0.002109, 0.008134, 0.000836> - 1484: <-0.001686, 0.008171, 0.001261> - 1485: <-0.001269, 0.008233, 0.001269> - 1486: <-0.001275, 0.008278, 0.000848> - 1487: <-0.001694, 0.008215, 0.000842> - 1488: <-0.001269, 0.008233, 0.001269> - 1489: <-0.000848, 0.008278, 0.001275> - 1490: <-0.000852, 0.008323, 0.000852> - 1491: <-0.001275, 0.008278, 0.000848> - 1492: <-0.000848, 0.008278, 0.001275> - 1493: <-0.000424, 0.008305, 0.001278> - 1494: <-0.000426, 0.008350, 0.000854> - 1495: <-0.000852, 0.008323, 0.000852> - 1496: <-0.000424, 0.008305, 0.001278> - 1497: < 0.000000, 0.008314, 0.001280> - 1498: < 0.000000, 0.008359, 0.000855> - 1499: <-0.000426, 0.008350, 0.000854> - 1500: < 0.000000, 0.008314, 0.001280> - 1501: < 0.000424, 0.008305, 0.001278> - 1502: < 0.000426, 0.008350, 0.000854> - 1503: < 0.000000, 0.008359, 0.000855> - 1504: < 0.000424, 0.008305, 0.001278> - 1505: < 0.000848, 0.008278, 0.001275> - 1506: < 0.000852, 0.008323, 0.000852> - 1507: < 0.000426, 0.008350, 0.000854> - 1508: < 0.000848, 0.008278, 0.001275> - 1509: < 0.001269, 0.008233, 0.001269> - 1510: < 0.001275, 0.008278, 0.000848> - 1511: < 0.000852, 0.008323, 0.000852> - 1512: < 0.001269, 0.008233, 0.001269> - 1513: < 0.001686, 0.008171, 0.001261> - 1514: < 0.001694, 0.008215, 0.000842> - 1515: < 0.001275, 0.008278, 0.000848> - 1516: < 0.001686, 0.008171, 0.001261> - 1517: < 0.002099, 0.008090, 0.001252> - 1518: < 0.002109, 0.008134, 0.000836> - 1519: < 0.001694, 0.008215, 0.000842> - 1520: < 0.002099, 0.008090, 0.001252> - 1521: < 0.002507, 0.007992, 0.001241> - 1522: < 0.002519, 0.008036, 0.000829> - 1523: < 0.002109, 0.008134, 0.000836> - 1524: < 0.002507, 0.007992, 0.001241> - 1525: < 0.002908, 0.007876, 0.001230> - 1526: < 0.002922, 0.007919, 0.000822> - 1527: < 0.002519, 0.008036, 0.000829> - 1528: < 0.002908, 0.007876, 0.001230> - 1529: < 0.003302, 0.007743, 0.001219> - 1530: < 0.003318, 0.007785, 0.000814> - 1531: < 0.002922, 0.007919, 0.000822> - 1532: < 0.003302, 0.007743, 0.001219> - 1533: < 0.003686, 0.007591, 0.001207> - 1534: < 0.003704, 0.007632, 0.000807> - 1535: < 0.003318, 0.007785, 0.000814> - 1536: < 0.003686, 0.007591, 0.001207> - 1537: < 0.004061, 0.007423, 0.001196> - 1538: < 0.004081, 0.007462, 0.000799> - 1539: < 0.003704, 0.007632, 0.000807> - 1540: < 0.004061, 0.007423, 0.001196> - 1541: < 0.004424, 0.007236, 0.001185> - 1542: < 0.004446, 0.007275, 0.000792> - 1543: < 0.004081, 0.007462, 0.000799> - 1544: < 0.004424, 0.007236, 0.001185> - 1545: < 0.004776, 0.007032, 0.001176> - 1546: < 0.004800, 0.007069, 0.000786> - 1547: < 0.004446, 0.007275, 0.000792> - 1548: < 0.004776, 0.007032, 0.001176> - 1549: < 0.005114, 0.006810, 0.001168> - 1550: < 0.005140, 0.006846, 0.000781> - 1551: < 0.004800, 0.007069, 0.000786> - 1552: < 0.005114, 0.006810, 0.001168> - 1553: < 0.005438, 0.006570, 0.001161> - 1554: < 0.005466, 0.006605, 0.000777> - 1555: < 0.005140, 0.006846, 0.000781> - 1556: < 0.005438, 0.006570, 0.001161> - 1557: < 0.005747, 0.006313, 0.001157> - 1558: < 0.005776, 0.006346, 0.000774> - 1559: < 0.005466, 0.006605, 0.000777> - 1560: <-0.005776, 0.006346, 0.000774> - 1561: <-0.005466, 0.006605, 0.000777> - 1562: <-0.005483, 0.006626, 0.000389> - 1563: <-0.005794, 0.006366, 0.000388> - 1564: <-0.005466, 0.006605, 0.000777> - 1565: <-0.005140, 0.006846, 0.000781> - 1566: <-0.005156, 0.006868, 0.000391> - 1567: <-0.005483, 0.006626, 0.000389> - 1568: <-0.005140, 0.006846, 0.000781> - 1569: <-0.004800, 0.007069, 0.000786> - 1570: <-0.004815, 0.007092, 0.000394> - 1571: <-0.005156, 0.006868, 0.000391> - 1572: <-0.004800, 0.007069, 0.000786> - 1573: <-0.004446, 0.007275, 0.000792> - 1574: <-0.004460, 0.007298, 0.000397> - 1575: <-0.004815, 0.007092, 0.000394> - 1576: <-0.004446, 0.007275, 0.000792> - 1577: <-0.004081, 0.007462, 0.000799> - 1578: <-0.004093, 0.007487, 0.000400> - 1579: <-0.004460, 0.007298, 0.000397> - 1580: <-0.004081, 0.007462, 0.000799> - 1581: <-0.003704, 0.007632, 0.000807> - 1582: <-0.003716, 0.007657, 0.000404> - 1583: <-0.004093, 0.007487, 0.000400> - 1584: <-0.003704, 0.007632, 0.000807> - 1585: <-0.003318, 0.007785, 0.000814> - 1586: <-0.003328, 0.007810, 0.000408> - 1587: <-0.003716, 0.007657, 0.000404> - 1588: <-0.003318, 0.007785, 0.000814> - 1589: <-0.002922, 0.007919, 0.000822> - 1590: <-0.002931, 0.007945, 0.000412> - 1591: <-0.003328, 0.007810, 0.000408> - 1592: <-0.002922, 0.007919, 0.000822> - 1593: <-0.002519, 0.008036, 0.000829> - 1594: <-0.002527, 0.008062, 0.000415> - 1595: <-0.002931, 0.007945, 0.000412> - 1596: <-0.002519, 0.008036, 0.000829> - 1597: <-0.002109, 0.008134, 0.000836> - 1598: <-0.002116, 0.008161, 0.000419> - 1599: <-0.002527, 0.008062, 0.000415> - 1600: <-0.002109, 0.008134, 0.000836> - 1601: <-0.001694, 0.008215, 0.000842> - 1602: <-0.001699, 0.008242, 0.000422> - 1603: <-0.002116, 0.008161, 0.000419> - 1604: <-0.001694, 0.008215, 0.000842> - 1605: <-0.001275, 0.008278, 0.000848> - 1606: <-0.001278, 0.008305, 0.000424> - 1607: <-0.001699, 0.008242, 0.000422> - 1608: <-0.001275, 0.008278, 0.000848> - 1609: <-0.000852, 0.008323, 0.000852> - 1610: <-0.000854, 0.008350, 0.000426> - 1611: <-0.001278, 0.008305, 0.000424> - 1612: <-0.000852, 0.008323, 0.000852> - 1613: <-0.000426, 0.008350, 0.000854> - 1614: <-0.000428, 0.008377, 0.000428> - 1615: <-0.000854, 0.008350, 0.000426> - 1616: <-0.000426, 0.008350, 0.000854> - 1617: < 0.000000, 0.008359, 0.000855> - 1618: < 0.000000, 0.008386, 0.000428> - 1619: <-0.000428, 0.008377, 0.000428> - 1620: < 0.000000, 0.008359, 0.000855> - 1621: < 0.000426, 0.008350, 0.000854> - 1622: < 0.000428, 0.008377, 0.000428> - 1623: < 0.000000, 0.008386, 0.000428> - 1624: < 0.000426, 0.008350, 0.000854> - 1625: < 0.000852, 0.008323, 0.000852> - 1626: < 0.000854, 0.008350, 0.000426> - 1627: < 0.000428, 0.008377, 0.000428> - 1628: < 0.000852, 0.008323, 0.000852> - 1629: < 0.001275, 0.008278, 0.000848> - 1630: < 0.001278, 0.008305, 0.000424> - 1631: < 0.000854, 0.008350, 0.000426> - 1632: < 0.001275, 0.008278, 0.000848> - 1633: < 0.001694, 0.008215, 0.000842> - 1634: < 0.001699, 0.008242, 0.000422> - 1635: < 0.001278, 0.008305, 0.000424> - 1636: < 0.001694, 0.008215, 0.000842> - 1637: < 0.002109, 0.008134, 0.000836> - 1638: < 0.002116, 0.008161, 0.000419> - 1639: < 0.001699, 0.008242, 0.000422> - 1640: < 0.002109, 0.008134, 0.000836> - 1641: < 0.002519, 0.008036, 0.000829> - 1642: < 0.002527, 0.008062, 0.000415> - 1643: < 0.002116, 0.008161, 0.000419> - 1644: < 0.002519, 0.008036, 0.000829> - 1645: < 0.002922, 0.007919, 0.000822> - 1646: < 0.002931, 0.007945, 0.000412> - 1647: < 0.002527, 0.008062, 0.000415> - 1648: < 0.002922, 0.007919, 0.000822> - 1649: < 0.003318, 0.007785, 0.000814> - 1650: < 0.003328, 0.007810, 0.000408> - 1651: < 0.002931, 0.007945, 0.000412> - 1652: < 0.003318, 0.007785, 0.000814> - 1653: < 0.003704, 0.007632, 0.000807> - 1654: < 0.003716, 0.007657, 0.000404> - 1655: < 0.003328, 0.007810, 0.000408> - 1656: < 0.003704, 0.007632, 0.000807> - 1657: < 0.004081, 0.007462, 0.000799> - 1658: < 0.004093, 0.007487, 0.000400> - 1659: < 0.003716, 0.007657, 0.000404> - 1660: < 0.004081, 0.007462, 0.000799> - 1661: < 0.004446, 0.007275, 0.000792> - 1662: < 0.004460, 0.007298, 0.000397> - 1663: < 0.004093, 0.007487, 0.000400> - 1664: < 0.004446, 0.007275, 0.000792> - 1665: < 0.004800, 0.007069, 0.000786> - 1666: < 0.004815, 0.007092, 0.000394> - 1667: < 0.004460, 0.007298, 0.000397> - 1668: < 0.004800, 0.007069, 0.000786> - 1669: < 0.005140, 0.006846, 0.000781> - 1670: < 0.005156, 0.006868, 0.000391> - 1671: < 0.004815, 0.007092, 0.000394> - 1672: < 0.005140, 0.006846, 0.000781> - 1673: < 0.005466, 0.006605, 0.000777> - 1674: < 0.005483, 0.006626, 0.000389> - 1675: < 0.005156, 0.006868, 0.000391> - 1676: < 0.005466, 0.006605, 0.000777> - 1677: < 0.005776, 0.006346, 0.000774> - 1678: < 0.005794, 0.006366, 0.000388> - 1679: < 0.005483, 0.006626, 0.000389> - 1680: <-0.005794, 0.006366, 0.000388> - 1681: <-0.005483, 0.006626, 0.000389> - 1682: <-0.005489, 0.006633, -0.000000> - 1683: <-0.005801, 0.006373, -0.000000> - 1684: <-0.005483, 0.006626, 0.000389> - 1685: <-0.005156, 0.006868, 0.000391> - 1686: <-0.005162, 0.006875, -0.000000> - 1687: <-0.005489, 0.006633, -0.000000> - 1688: <-0.005156, 0.006868, 0.000391> - 1689: <-0.004815, 0.007092, 0.000394> - 1690: <-0.004820, 0.007099, -0.000000> - 1691: <-0.005162, 0.006875, -0.000000> - 1692: <-0.004815, 0.007092, 0.000394> - 1693: <-0.004460, 0.007298, 0.000397> - 1694: <-0.004465, 0.007306, -0.000000> - 1695: <-0.004820, 0.007099, -0.000000> - 1696: <-0.004460, 0.007298, 0.000397> - 1697: <-0.004093, 0.007487, 0.000400> - 1698: <-0.004098, 0.007495, -0.000000> - 1699: <-0.004465, 0.007306, -0.000000> - 1700: <-0.004093, 0.007487, 0.000400> - 1701: <-0.003716, 0.007657, 0.000404> - 1702: <-0.003720, 0.007665, -0.000000> - 1703: <-0.004098, 0.007495, -0.000000> - 1704: <-0.003716, 0.007657, 0.000404> - 1705: <-0.003328, 0.007810, 0.000408> - 1706: <-0.003331, 0.007818, -0.000000> - 1707: <-0.003720, 0.007665, -0.000000> - 1708: <-0.003328, 0.007810, 0.000408> - 1709: <-0.002931, 0.007945, 0.000412> - 1710: <-0.002934, 0.007953, -0.000000> - 1711: <-0.003331, 0.007818, -0.000000> - 1712: <-0.002931, 0.007945, 0.000412> - 1713: <-0.002527, 0.008062, 0.000415> - 1714: <-0.002530, 0.008070, 0.000000> - 1715: <-0.002934, 0.007953, -0.000000> - 1716: <-0.002527, 0.008062, 0.000415> - 1717: <-0.002116, 0.008161, 0.000419> - 1718: <-0.002118, 0.008169, -0.000000> - 1719: <-0.002530, 0.008070, 0.000000> - 1720: <-0.002116, 0.008161, 0.000419> - 1721: <-0.001699, 0.008242, 0.000422> - 1722: <-0.001701, 0.008251, 0.000000> - 1723: <-0.002118, 0.008169, -0.000000> - 1724: <-0.001699, 0.008242, 0.000422> - 1725: <-0.001278, 0.008305, 0.000424> - 1726: <-0.001280, 0.008314, 0.000000> - 1727: <-0.001701, 0.008251, 0.000000> - 1728: <-0.001278, 0.008305, 0.000424> - 1729: <-0.000854, 0.008350, 0.000426> - 1730: <-0.000855, 0.008359, 0.000000> - 1731: <-0.001280, 0.008314, 0.000000> - 1732: <-0.000854, 0.008350, 0.000426> - 1733: <-0.000428, 0.008377, 0.000428> - 1734: <-0.000428, 0.008386, 0.000000> - 1735: <-0.000855, 0.008359, 0.000000> - 1736: <-0.000428, 0.008377, 0.000428> - 1737: < 0.000000, 0.008386, 0.000428> - 1738: < 0.000000, 0.008395, 0.000000> - 1739: <-0.000428, 0.008386, 0.000000> - 1740: < 0.000000, 0.008386, 0.000428> - 1741: < 0.000428, 0.008377, 0.000428> - 1742: < 0.000428, 0.008386, 0.000000> - 1743: < 0.000000, 0.008395, 0.000000> - 1744: < 0.000428, 0.008377, 0.000428> - 1745: < 0.000854, 0.008350, 0.000426> - 1746: < 0.000855, 0.008359, 0.000000> - 1747: < 0.000428, 0.008386, 0.000000> - 1748: < 0.000854, 0.008350, 0.000426> - 1749: < 0.001278, 0.008305, 0.000424> - 1750: < 0.001280, 0.008314, 0.000000> - 1751: < 0.000855, 0.008359, 0.000000> - 1752: < 0.001278, 0.008305, 0.000424> - 1753: < 0.001699, 0.008242, 0.000422> - 1754: < 0.001701, 0.008251, 0.000000> - 1755: < 0.001280, 0.008314, 0.000000> - 1756: < 0.001699, 0.008242, 0.000422> - 1757: < 0.002116, 0.008161, 0.000419> - 1758: < 0.002118, 0.008169, 0.000000> - 1759: < 0.001701, 0.008251, 0.000000> - 1760: < 0.002116, 0.008161, 0.000419> - 1761: < 0.002527, 0.008062, 0.000415> - 1762: < 0.002530, 0.008070, 0.000000> - 1763: < 0.002118, 0.008169, 0.000000> - 1764: < 0.002527, 0.008062, 0.000415> - 1765: < 0.002931, 0.007945, 0.000412> - 1766: < 0.002934, 0.007953, 0.000000> - 1767: < 0.002530, 0.008070, 0.000000> - 1768: < 0.002931, 0.007945, 0.000412> - 1769: < 0.003328, 0.007810, 0.000408> - 1770: < 0.003331, 0.007818, 0.000000> - 1771: < 0.002934, 0.007953, 0.000000> - 1772: < 0.003328, 0.007810, 0.000408> - 1773: < 0.003716, 0.007657, 0.000404> - 1774: < 0.003720, 0.007665, 0.000000> - 1775: < 0.003331, 0.007818, 0.000000> - 1776: < 0.003716, 0.007657, 0.000404> - 1777: < 0.004093, 0.007487, 0.000400> - 1778: < 0.004098, 0.007495, 0.000000> - 1779: < 0.003720, 0.007665, 0.000000> - 1780: < 0.004093, 0.007487, 0.000400> - 1781: < 0.004460, 0.007298, 0.000397> - 1782: < 0.004465, 0.007306, -0.000000> - 1783: < 0.004098, 0.007495, 0.000000> - 1784: < 0.004460, 0.007298, 0.000397> - 1785: < 0.004815, 0.007092, 0.000394> - 1786: < 0.004820, 0.007099, 0.000000> - 1787: < 0.004465, 0.007306, -0.000000> - 1788: < 0.004815, 0.007092, 0.000394> - 1789: < 0.005156, 0.006868, 0.000391> - 1790: < 0.005162, 0.006875, 0.000000> - 1791: < 0.004820, 0.007099, 0.000000> - 1792: < 0.005156, 0.006868, 0.000391> - 1793: < 0.005483, 0.006626, 0.000389> - 1794: < 0.005489, 0.006633, 0.000000> - 1795: < 0.005162, 0.006875, 0.000000> - 1796: < 0.005483, 0.006626, 0.000389> - 1797: < 0.005794, 0.006366, 0.000388> - 1798: < 0.005801, 0.006373, 0.000000> - 1799: < 0.005489, 0.006633, 0.000000> - 1800: <-0.005801, 0.006373, -0.000000> - 1801: <-0.005489, 0.006633, -0.000000> - 1802: <-0.005483, 0.006626, -0.000389> - 1803: <-0.005794, 0.006366, -0.000388> - 1804: <-0.005489, 0.006633, -0.000000> - 1805: <-0.005162, 0.006875, -0.000000> - 1806: <-0.005156, 0.006868, -0.000391> - 1807: <-0.005483, 0.006626, -0.000389> - 1808: <-0.005162, 0.006875, -0.000000> - 1809: <-0.004820, 0.007099, -0.000000> - 1810: <-0.004815, 0.007092, -0.000394> - 1811: <-0.005156, 0.006868, -0.000391> - 1812: <-0.004820, 0.007099, -0.000000> - 1813: <-0.004465, 0.007306, -0.000000> - 1814: <-0.004460, 0.007298, -0.000397> - 1815: <-0.004815, 0.007092, -0.000394> - 1816: <-0.004465, 0.007306, -0.000000> - 1817: <-0.004098, 0.007495, -0.000000> - 1818: <-0.004093, 0.007487, -0.000400> - 1819: <-0.004460, 0.007298, -0.000397> - 1820: <-0.004098, 0.007495, -0.000000> - 1821: <-0.003720, 0.007665, -0.000000> - 1822: <-0.003716, 0.007657, -0.000404> - 1823: <-0.004093, 0.007487, -0.000400> - 1824: <-0.003720, 0.007665, -0.000000> - 1825: <-0.003331, 0.007818, -0.000000> - 1826: <-0.003328, 0.007810, -0.000408> - 1827: <-0.003716, 0.007657, -0.000404> - 1828: <-0.003331, 0.007818, -0.000000> - 1829: <-0.002934, 0.007953, -0.000000> - 1830: <-0.002931, 0.007945, -0.000412> - 1831: <-0.003328, 0.007810, -0.000408> - 1832: <-0.002934, 0.007953, -0.000000> - 1833: <-0.002530, 0.008070, 0.000000> - 1834: <-0.002527, 0.008062, -0.000415> - 1835: <-0.002931, 0.007945, -0.000412> - 1836: <-0.002530, 0.008070, 0.000000> - 1837: <-0.002118, 0.008169, -0.000000> - 1838: <-0.002116, 0.008161, -0.000419> - 1839: <-0.002527, 0.008062, -0.000415> - 1840: <-0.002118, 0.008169, -0.000000> - 1841: <-0.001701, 0.008251, 0.000000> - 1842: <-0.001699, 0.008242, -0.000422> - 1843: <-0.002116, 0.008161, -0.000419> - 1844: <-0.001701, 0.008251, 0.000000> - 1845: <-0.001280, 0.008314, 0.000000> - 1846: <-0.001278, 0.008305, -0.000424> - 1847: <-0.001699, 0.008242, -0.000422> - 1848: <-0.001280, 0.008314, 0.000000> - 1849: <-0.000855, 0.008359, 0.000000> - 1850: <-0.000854, 0.008350, -0.000426> - 1851: <-0.001278, 0.008305, -0.000424> - 1852: <-0.000855, 0.008359, 0.000000> - 1853: <-0.000428, 0.008386, 0.000000> - 1854: <-0.000428, 0.008377, -0.000428> - 1855: <-0.000854, 0.008350, -0.000426> - 1856: <-0.000428, 0.008386, 0.000000> - 1857: < 0.000000, 0.008395, 0.000000> - 1858: < 0.000000, 0.008386, -0.000428> - 1859: <-0.000428, 0.008377, -0.000428> - 1860: < 0.000000, 0.008395, 0.000000> - 1861: < 0.000428, 0.008386, 0.000000> - 1862: < 0.000428, 0.008377, -0.000428> - 1863: < 0.000000, 0.008386, -0.000428> - 1864: < 0.000428, 0.008386, 0.000000> - 1865: < 0.000855, 0.008359, 0.000000> - 1866: < 0.000854, 0.008350, -0.000426> - 1867: < 0.000428, 0.008377, -0.000428> - 1868: < 0.000855, 0.008359, 0.000000> - 1869: < 0.001280, 0.008314, 0.000000> - 1870: < 0.001278, 0.008305, -0.000424> - 1871: < 0.000854, 0.008350, -0.000426> - 1872: < 0.001280, 0.008314, 0.000000> - 1873: < 0.001701, 0.008251, 0.000000> - 1874: < 0.001699, 0.008242, -0.000422> - 1875: < 0.001278, 0.008305, -0.000424> - 1876: < 0.001701, 0.008251, 0.000000> - 1877: < 0.002118, 0.008169, 0.000000> - 1878: < 0.002116, 0.008161, -0.000419> - 1879: < 0.001699, 0.008242, -0.000422> - 1880: < 0.002118, 0.008169, 0.000000> - 1881: < 0.002530, 0.008070, 0.000000> - 1882: < 0.002527, 0.008062, -0.000415> - 1883: < 0.002116, 0.008161, -0.000419> - 1884: < 0.002530, 0.008070, 0.000000> - 1885: < 0.002934, 0.007953, 0.000000> - 1886: < 0.002931, 0.007945, -0.000412> - 1887: < 0.002527, 0.008062, -0.000415> - 1888: < 0.002934, 0.007953, 0.000000> - 1889: < 0.003331, 0.007818, 0.000000> - 1890: < 0.003328, 0.007810, -0.000408> - 1891: < 0.002931, 0.007945, -0.000412> - 1892: < 0.003331, 0.007818, 0.000000> - 1893: < 0.003720, 0.007665, 0.000000> - 1894: < 0.003716, 0.007657, -0.000404> - 1895: < 0.003328, 0.007810, -0.000408> - 1896: < 0.003720, 0.007665, 0.000000> - 1897: < 0.004098, 0.007495, 0.000000> - 1898: < 0.004093, 0.007487, -0.000400> - 1899: < 0.003716, 0.007657, -0.000404> - 1900: < 0.004098, 0.007495, 0.000000> - 1901: < 0.004465, 0.007306, -0.000000> - 1902: < 0.004460, 0.007298, -0.000397> - 1903: < 0.004093, 0.007487, -0.000400> - 1904: < 0.004465, 0.007306, -0.000000> - 1905: < 0.004820, 0.007099, 0.000000> - 1906: < 0.004815, 0.007092, -0.000394> - 1907: < 0.004460, 0.007298, -0.000397> - 1908: < 0.004820, 0.007099, 0.000000> - 1909: < 0.005162, 0.006875, 0.000000> - 1910: < 0.005156, 0.006868, -0.000391> - 1911: < 0.004815, 0.007092, -0.000394> - 1912: < 0.005162, 0.006875, 0.000000> - 1913: < 0.005489, 0.006633, 0.000000> - 1914: < 0.005483, 0.006626, -0.000389> - 1915: < 0.005156, 0.006868, -0.000391> - 1916: < 0.005489, 0.006633, 0.000000> - 1917: < 0.005801, 0.006373, 0.000000> - 1918: < 0.005794, 0.006366, -0.000388> - 1919: < 0.005483, 0.006626, -0.000389> - 1920: <-0.005794, 0.006366, -0.000388> - 1921: <-0.005483, 0.006626, -0.000389> - 1922: <-0.005466, 0.006605, -0.000777> - 1923: <-0.005776, 0.006346, -0.000774> - 1924: <-0.005483, 0.006626, -0.000389> - 1925: <-0.005156, 0.006868, -0.000391> - 1926: <-0.005140, 0.006846, -0.000781> - 1927: <-0.005466, 0.006605, -0.000777> - 1928: <-0.005156, 0.006868, -0.000391> - 1929: <-0.004815, 0.007092, -0.000394> - 1930: <-0.004800, 0.007069, -0.000786> - 1931: <-0.005140, 0.006846, -0.000781> - 1932: <-0.004815, 0.007092, -0.000394> - 1933: <-0.004460, 0.007298, -0.000397> - 1934: <-0.004446, 0.007275, -0.000792> - 1935: <-0.004800, 0.007069, -0.000786> - 1936: <-0.004460, 0.007298, -0.000397> - 1937: <-0.004093, 0.007487, -0.000400> - 1938: <-0.004081, 0.007462, -0.000799> - 1939: <-0.004446, 0.007275, -0.000792> - 1940: <-0.004093, 0.007487, -0.000400> - 1941: <-0.003716, 0.007657, -0.000404> - 1942: <-0.003704, 0.007632, -0.000807> - 1943: <-0.004081, 0.007462, -0.000799> - 1944: <-0.003716, 0.007657, -0.000404> - 1945: <-0.003328, 0.007810, -0.000408> - 1946: <-0.003318, 0.007785, -0.000814> - 1947: <-0.003704, 0.007632, -0.000807> - 1948: <-0.003328, 0.007810, -0.000408> - 1949: <-0.002931, 0.007945, -0.000412> - 1950: <-0.002922, 0.007919, -0.000822> - 1951: <-0.003318, 0.007785, -0.000814> - 1952: <-0.002931, 0.007945, -0.000412> - 1953: <-0.002527, 0.008062, -0.000415> - 1954: <-0.002519, 0.008036, -0.000829> - 1955: <-0.002922, 0.007919, -0.000822> - 1956: <-0.002527, 0.008062, -0.000415> - 1957: <-0.002116, 0.008161, -0.000419> - 1958: <-0.002109, 0.008134, -0.000836> - 1959: <-0.002519, 0.008036, -0.000829> - 1960: <-0.002116, 0.008161, -0.000419> - 1961: <-0.001699, 0.008242, -0.000422> - 1962: <-0.001694, 0.008215, -0.000842> - 1963: <-0.002109, 0.008134, -0.000836> - 1964: <-0.001699, 0.008242, -0.000422> - 1965: <-0.001278, 0.008305, -0.000424> - 1966: <-0.001275, 0.008278, -0.000848> - 1967: <-0.001694, 0.008215, -0.000842> - 1968: <-0.001278, 0.008305, -0.000424> - 1969: <-0.000854, 0.008350, -0.000426> - 1970: <-0.000852, 0.008323, -0.000852> - 1971: <-0.001275, 0.008278, -0.000848> - 1972: <-0.000854, 0.008350, -0.000426> - 1973: <-0.000428, 0.008377, -0.000428> - 1974: <-0.000426, 0.008350, -0.000854> - 1975: <-0.000852, 0.008323, -0.000852> - 1976: <-0.000428, 0.008377, -0.000428> - 1977: < 0.000000, 0.008386, -0.000428> - 1978: < 0.000000, 0.008359, -0.000855> - 1979: <-0.000426, 0.008350, -0.000854> - 1980: < 0.000000, 0.008386, -0.000428> - 1981: < 0.000428, 0.008377, -0.000428> - 1982: < 0.000426, 0.008350, -0.000854> - 1983: < 0.000000, 0.008359, -0.000855> - 1984: < 0.000428, 0.008377, -0.000428> - 1985: < 0.000854, 0.008350, -0.000426> - 1986: < 0.000852, 0.008323, -0.000852> - 1987: < 0.000426, 0.008350, -0.000854> - 1988: < 0.000854, 0.008350, -0.000426> - 1989: < 0.001278, 0.008305, -0.000424> - 1990: < 0.001275, 0.008278, -0.000848> - 1991: < 0.000852, 0.008323, -0.000852> - 1992: < 0.001278, 0.008305, -0.000424> - 1993: < 0.001699, 0.008242, -0.000422> - 1994: < 0.001694, 0.008215, -0.000842> - 1995: < 0.001275, 0.008278, -0.000848> - 1996: < 0.001699, 0.008242, -0.000422> - 1997: < 0.002116, 0.008161, -0.000419> - 1998: < 0.002109, 0.008134, -0.000836> - 1999: < 0.001694, 0.008215, -0.000842> - 2000: < 0.002116, 0.008161, -0.000419> - 2001: < 0.002527, 0.008062, -0.000415> - 2002: < 0.002519, 0.008036, -0.000829> - 2003: < 0.002109, 0.008134, -0.000836> - 2004: < 0.002527, 0.008062, -0.000415> - 2005: < 0.002931, 0.007945, -0.000412> - 2006: < 0.002922, 0.007919, -0.000822> - 2007: < 0.002519, 0.008036, -0.000829> - 2008: < 0.002931, 0.007945, -0.000412> - 2009: < 0.003328, 0.007810, -0.000408> - 2010: < 0.003318, 0.007785, -0.000814> - 2011: < 0.002922, 0.007919, -0.000822> - 2012: < 0.003328, 0.007810, -0.000408> - 2013: < 0.003716, 0.007657, -0.000404> - 2014: < 0.003704, 0.007632, -0.000807> - 2015: < 0.003318, 0.007785, -0.000814> - 2016: < 0.003716, 0.007657, -0.000404> - 2017: < 0.004093, 0.007487, -0.000400> - 2018: < 0.004081, 0.007462, -0.000799> - 2019: < 0.003704, 0.007632, -0.000807> - 2020: < 0.004093, 0.007487, -0.000400> - 2021: < 0.004460, 0.007298, -0.000397> - 2022: < 0.004446, 0.007275, -0.000792> - 2023: < 0.004081, 0.007462, -0.000799> - 2024: < 0.004460, 0.007298, -0.000397> - 2025: < 0.004815, 0.007092, -0.000394> - 2026: < 0.004800, 0.007069, -0.000786> - 2027: < 0.004446, 0.007275, -0.000792> - 2028: < 0.004815, 0.007092, -0.000394> - 2029: < 0.005156, 0.006868, -0.000391> - 2030: < 0.005140, 0.006846, -0.000781> - 2031: < 0.004800, 0.007069, -0.000786> - 2032: < 0.005156, 0.006868, -0.000391> - 2033: < 0.005483, 0.006626, -0.000389> - 2034: < 0.005466, 0.006605, -0.000777> - 2035: < 0.005140, 0.006846, -0.000781> - 2036: < 0.005483, 0.006626, -0.000389> - 2037: < 0.005794, 0.006366, -0.000388> - 2038: < 0.005776, 0.006346, -0.000774> - 2039: < 0.005466, 0.006605, -0.000777> - 2040: <-0.005776, 0.006346, -0.000774> - 2041: <-0.005466, 0.006605, -0.000777> - 2042: <-0.005438, 0.006570, -0.001161> - 2043: <-0.005747, 0.006313, -0.001157> - 2044: <-0.005466, 0.006605, -0.000777> - 2045: <-0.005140, 0.006846, -0.000781> - 2046: <-0.005114, 0.006810, -0.001168> - 2047: <-0.005438, 0.006570, -0.001161> - 2048: <-0.005140, 0.006846, -0.000781> - 2049: <-0.004800, 0.007069, -0.000786> - 2050: <-0.004776, 0.007032, -0.001176> - 2051: <-0.005114, 0.006810, -0.001168> - 2052: <-0.004800, 0.007069, -0.000786> - 2053: <-0.004446, 0.007275, -0.000792> - 2054: <-0.004424, 0.007236, -0.001185> - 2055: <-0.004776, 0.007032, -0.001176> - 2056: <-0.004446, 0.007275, -0.000792> - 2057: <-0.004081, 0.007462, -0.000799> - 2058: <-0.004061, 0.007423, -0.001196> - 2059: <-0.004424, 0.007236, -0.001185> - 2060: <-0.004081, 0.007462, -0.000799> - 2061: <-0.003704, 0.007632, -0.000807> - 2062: <-0.003686, 0.007591, -0.001207> - 2063: <-0.004061, 0.007423, -0.001196> - 2064: <-0.003704, 0.007632, -0.000807> - 2065: <-0.003318, 0.007785, -0.000814> - 2066: <-0.003302, 0.007743, -0.001219> - 2067: <-0.003686, 0.007591, -0.001207> - 2068: <-0.003318, 0.007785, -0.000814> - 2069: <-0.002922, 0.007919, -0.000822> - 2070: <-0.002908, 0.007876, -0.001230> - 2071: <-0.003302, 0.007743, -0.001219> - 2072: <-0.002922, 0.007919, -0.000822> - 2073: <-0.002519, 0.008036, -0.000829> - 2074: <-0.002507, 0.007992, -0.001241> - 2075: <-0.002908, 0.007876, -0.001230> - 2076: <-0.002519, 0.008036, -0.000829> - 2077: <-0.002109, 0.008134, -0.000836> - 2078: <-0.002099, 0.008090, -0.001252> - 2079: <-0.002507, 0.007992, -0.001241> - 2080: <-0.002109, 0.008134, -0.000836> - 2081: <-0.001694, 0.008215, -0.000842> - 2082: <-0.001686, 0.008171, -0.001261> - 2083: <-0.002099, 0.008090, -0.001252> - 2084: <-0.001694, 0.008215, -0.000842> - 2085: <-0.001275, 0.008278, -0.000848> - 2086: <-0.001269, 0.008233, -0.001269> - 2087: <-0.001686, 0.008171, -0.001261> - 2088: <-0.001275, 0.008278, -0.000848> - 2089: <-0.000852, 0.008323, -0.000852> - 2090: <-0.000848, 0.008278, -0.001275> - 2091: <-0.001269, 0.008233, -0.001269> - 2092: <-0.000852, 0.008323, -0.000852> - 2093: <-0.000426, 0.008350, -0.000854> - 2094: <-0.000424, 0.008305, -0.001278> - 2095: <-0.000848, 0.008278, -0.001275> - 2096: <-0.000426, 0.008350, -0.000854> - 2097: < 0.000000, 0.008359, -0.000855> - 2098: < 0.000000, 0.008314, -0.001280> - 2099: <-0.000424, 0.008305, -0.001278> - 2100: < 0.000000, 0.008359, -0.000855> - 2101: < 0.000426, 0.008350, -0.000854> - 2102: < 0.000424, 0.008305, -0.001278> - 2103: < 0.000000, 0.008314, -0.001280> - 2104: < 0.000426, 0.008350, -0.000854> - 2105: < 0.000852, 0.008323, -0.000852> - 2106: < 0.000848, 0.008278, -0.001275> - 2107: < 0.000424, 0.008305, -0.001278> - 2108: < 0.000852, 0.008323, -0.000852> - 2109: < 0.001275, 0.008278, -0.000848> - 2110: < 0.001269, 0.008233, -0.001269> - 2111: < 0.000848, 0.008278, -0.001275> - 2112: < 0.001275, 0.008278, -0.000848> - 2113: < 0.001694, 0.008215, -0.000842> - 2114: < 0.001686, 0.008171, -0.001261> - 2115: < 0.001269, 0.008233, -0.001269> - 2116: < 0.001694, 0.008215, -0.000842> - 2117: < 0.002109, 0.008134, -0.000836> - 2118: < 0.002099, 0.008090, -0.001252> - 2119: < 0.001686, 0.008171, -0.001261> - 2120: < 0.002109, 0.008134, -0.000836> - 2121: < 0.002519, 0.008036, -0.000829> - 2122: < 0.002507, 0.007992, -0.001241> - 2123: < 0.002099, 0.008090, -0.001252> - 2124: < 0.002519, 0.008036, -0.000829> - 2125: < 0.002922, 0.007919, -0.000822> - 2126: < 0.002908, 0.007876, -0.001230> - 2127: < 0.002507, 0.007992, -0.001241> - 2128: < 0.002922, 0.007919, -0.000822> - 2129: < 0.003318, 0.007785, -0.000814> - 2130: < 0.003302, 0.007743, -0.001219> - 2131: < 0.002908, 0.007876, -0.001230> - 2132: < 0.003318, 0.007785, -0.000814> - 2133: < 0.003704, 0.007632, -0.000807> - 2134: < 0.003686, 0.007591, -0.001207> - 2135: < 0.003302, 0.007743, -0.001219> - 2136: < 0.003704, 0.007632, -0.000807> - 2137: < 0.004081, 0.007462, -0.000799> - 2138: < 0.004061, 0.007423, -0.001196> - 2139: < 0.003686, 0.007591, -0.001207> - 2140: < 0.004081, 0.007462, -0.000799> - 2141: < 0.004446, 0.007275, -0.000792> - 2142: < 0.004424, 0.007236, -0.001185> - 2143: < 0.004061, 0.007423, -0.001196> - 2144: < 0.004446, 0.007275, -0.000792> - 2145: < 0.004800, 0.007069, -0.000786> - 2146: < 0.004776, 0.007032, -0.001176> - 2147: < 0.004424, 0.007236, -0.001185> - 2148: < 0.004800, 0.007069, -0.000786> - 2149: < 0.005140, 0.006846, -0.000781> - 2150: < 0.005114, 0.006810, -0.001168> - 2151: < 0.004776, 0.007032, -0.001176> - 2152: < 0.005140, 0.006846, -0.000781> - 2153: < 0.005466, 0.006605, -0.000777> - 2154: < 0.005438, 0.006570, -0.001161> - 2155: < 0.005114, 0.006810, -0.001168> - 2156: < 0.005466, 0.006605, -0.000777> - 2157: < 0.005776, 0.006346, -0.000774> - 2158: < 0.005747, 0.006313, -0.001157> - 2159: < 0.005438, 0.006570, -0.001161> - 2160: <-0.005747, 0.006313, -0.001157> - 2161: <-0.005438, 0.006570, -0.001161> - 2162: <-0.005401, 0.006523, -0.001541> - 2163: <-0.005707, 0.006269, -0.001536> - 2164: <-0.005438, 0.006570, -0.001161> - 2165: <-0.005114, 0.006810, -0.001168> - 2166: <-0.005080, 0.006761, -0.001550> - 2167: <-0.005401, 0.006523, -0.001541> - 2168: <-0.005114, 0.006810, -0.001168> - 2169: <-0.004776, 0.007032, -0.001176> - 2170: <-0.004744, 0.006980, -0.001561> - 2171: <-0.005080, 0.006761, -0.001550> - 2172: <-0.004776, 0.007032, -0.001176> - 2173: <-0.004424, 0.007236, -0.001185> - 2174: <-0.004395, 0.007183, -0.001574> - 2175: <-0.004744, 0.006980, -0.001561> - 2176: <-0.004424, 0.007236, -0.001185> - 2177: <-0.004061, 0.007423, -0.001196> - 2178: <-0.004034, 0.007367, -0.001588> - 2179: <-0.004395, 0.007183, -0.001574> - 2180: <-0.004061, 0.007423, -0.001196> - 2181: <-0.003686, 0.007591, -0.001207> - 2182: <-0.003663, 0.007535, -0.001603> - 2183: <-0.004034, 0.007367, -0.001588> - 2184: <-0.003686, 0.007591, -0.001207> - 2185: <-0.003302, 0.007743, -0.001219> - 2186: <-0.003281, 0.007684, -0.001619> - 2187: <-0.003663, 0.007535, -0.001603> - 2188: <-0.003302, 0.007743, -0.001219> - 2189: <-0.002908, 0.007876, -0.001230> - 2190: <-0.002890, 0.007817, -0.001635> - 2191: <-0.003281, 0.007684, -0.001619> - 2192: <-0.002908, 0.007876, -0.001230> - 2193: <-0.002507, 0.007992, -0.001241> - 2194: <-0.002492, 0.007932, -0.001650> - 2195: <-0.002890, 0.007817, -0.001635> - 2196: <-0.002507, 0.007992, -0.001241> - 2197: <-0.002099, 0.008090, -0.001252> - 2198: <-0.002086, 0.008029, -0.001663> - 2199: <-0.002492, 0.007932, -0.001650> - 2200: <-0.002099, 0.008090, -0.001252> - 2201: <-0.001686, 0.008171, -0.001261> - 2202: <-0.001676, 0.008109, -0.001676> - 2203: <-0.002086, 0.008029, -0.001663> - 2204: <-0.001686, 0.008171, -0.001261> - 2205: <-0.001269, 0.008233, -0.001269> - 2206: <-0.001261, 0.008171, -0.001686> - 2207: <-0.001676, 0.008109, -0.001676> - 2208: <-0.001269, 0.008233, -0.001269> - 2209: <-0.000848, 0.008278, -0.001275> - 2210: <-0.000842, 0.008215, -0.001694> - 2211: <-0.001261, 0.008171, -0.001686> - 2212: <-0.000848, 0.008278, -0.001275> - 2213: <-0.000424, 0.008305, -0.001278> - 2214: <-0.000422, 0.008242, -0.001699> - 2215: <-0.000842, 0.008215, -0.001694> - 2216: <-0.000424, 0.008305, -0.001278> - 2217: < 0.000000, 0.008314, -0.001280> - 2218: < 0.000000, 0.008251, -0.001701> - 2219: <-0.000422, 0.008242, -0.001699> - 2220: < 0.000000, 0.008314, -0.001280> - 2221: < 0.000424, 0.008305, -0.001278> - 2222: < 0.000422, 0.008242, -0.001699> - 2223: < 0.000000, 0.008251, -0.001701> - 2224: < 0.000424, 0.008305, -0.001278> - 2225: < 0.000848, 0.008278, -0.001275> - 2226: < 0.000842, 0.008215, -0.001694> - 2227: < 0.000422, 0.008242, -0.001699> - 2228: < 0.000848, 0.008278, -0.001275> - 2229: < 0.001269, 0.008233, -0.001269> - 2230: < 0.001261, 0.008171, -0.001686> - 2231: < 0.000842, 0.008215, -0.001694> - 2232: < 0.001269, 0.008233, -0.001269> - 2233: < 0.001686, 0.008171, -0.001261> - 2234: < 0.001676, 0.008109, -0.001676> - 2235: < 0.001261, 0.008171, -0.001686> - 2236: < 0.001686, 0.008171, -0.001261> - 2237: < 0.002099, 0.008090, -0.001252> - 2238: < 0.002086, 0.008029, -0.001663> - 2239: < 0.001676, 0.008109, -0.001676> - 2240: < 0.002099, 0.008090, -0.001252> - 2241: < 0.002507, 0.007992, -0.001241> - 2242: < 0.002492, 0.007932, -0.001650> - 2243: < 0.002086, 0.008029, -0.001663> - 2244: < 0.002507, 0.007992, -0.001241> - 2245: < 0.002908, 0.007876, -0.001230> - 2246: < 0.002890, 0.007817, -0.001635> - 2247: < 0.002492, 0.007932, -0.001650> - 2248: < 0.002908, 0.007876, -0.001230> - 2249: < 0.003302, 0.007743, -0.001219> - 2250: < 0.003281, 0.007684, -0.001619> - 2251: < 0.002890, 0.007817, -0.001635> - 2252: < 0.003302, 0.007743, -0.001219> - 2253: < 0.003686, 0.007591, -0.001207> - 2254: < 0.003663, 0.007535, -0.001603> - 2255: < 0.003281, 0.007684, -0.001619> - 2256: < 0.003686, 0.007591, -0.001207> - 2257: < 0.004061, 0.007423, -0.001196> - 2258: < 0.004034, 0.007367, -0.001588> - 2259: < 0.003663, 0.007535, -0.001603> - 2260: < 0.004061, 0.007423, -0.001196> - 2261: < 0.004424, 0.007236, -0.001185> - 2262: < 0.004395, 0.007183, -0.001574> - 2263: < 0.004034, 0.007367, -0.001588> - 2264: < 0.004424, 0.007236, -0.001185> - 2265: < 0.004776, 0.007032, -0.001176> - 2266: < 0.004744, 0.006980, -0.001561> - 2267: < 0.004395, 0.007183, -0.001574> - 2268: < 0.004776, 0.007032, -0.001176> - 2269: < 0.005114, 0.006810, -0.001168> - 2270: < 0.005080, 0.006761, -0.001550> - 2271: < 0.004744, 0.006980, -0.001561> - 2272: < 0.005114, 0.006810, -0.001168> - 2273: < 0.005438, 0.006570, -0.001161> - 2274: < 0.005401, 0.006523, -0.001541> - 2275: < 0.005080, 0.006761, -0.001550> - 2276: < 0.005438, 0.006570, -0.001161> - 2277: < 0.005747, 0.006313, -0.001157> - 2278: < 0.005707, 0.006269, -0.001536> - 2279: < 0.005401, 0.006523, -0.001541> - 2280: <-0.005707, 0.006269, -0.001536> - 2281: <-0.005401, 0.006523, -0.001541> - 2282: <-0.005355, 0.006464, -0.001915> - 2283: <-0.005657, 0.006212, -0.001908> - 2284: <-0.005401, 0.006523, -0.001541> - 2285: <-0.005080, 0.006761, -0.001550> - 2286: <-0.005037, 0.006698, -0.001926> - 2287: <-0.005355, 0.006464, -0.001915> - 2288: <-0.005080, 0.006761, -0.001550> - 2289: <-0.004744, 0.006980, -0.001561> - 2290: <-0.004705, 0.006915, -0.001940> - 2291: <-0.005037, 0.006698, -0.001926> - 2292: <-0.004744, 0.006980, -0.001561> - 2293: <-0.004395, 0.007183, -0.001574> - 2294: <-0.004360, 0.007115, -0.001957> - 2295: <-0.004705, 0.006915, -0.001940> - 2296: <-0.004395, 0.007183, -0.001574> - 2297: <-0.004034, 0.007367, -0.001588> - 2298: <-0.004002, 0.007297, -0.001975> - 2299: <-0.004360, 0.007115, -0.001957> - 2300: <-0.004034, 0.007367, -0.001588> - 2301: <-0.003663, 0.007535, -0.001603> - 2302: <-0.003634, 0.007462, -0.001995> - 2303: <-0.004002, 0.007297, -0.001975> - 2304: <-0.003663, 0.007535, -0.001603> - 2305: <-0.003281, 0.007684, -0.001619> - 2306: <-0.003255, 0.007610, -0.002015> - 2307: <-0.003634, 0.007462, -0.001995> - 2308: <-0.003281, 0.007684, -0.001619> - 2309: <-0.002890, 0.007817, -0.001635> - 2310: <-0.002868, 0.007740, -0.002035> - 2311: <-0.003255, 0.007610, -0.002015> - 2312: <-0.002890, 0.007817, -0.001635> - 2313: <-0.002492, 0.007932, -0.001650> - 2314: <-0.002473, 0.007854, -0.002053> - 2315: <-0.002868, 0.007740, -0.002035> - 2316: <-0.002492, 0.007932, -0.001650> - 2317: <-0.002086, 0.008029, -0.001663> - 2318: <-0.002071, 0.007950, -0.002071> - 2319: <-0.002473, 0.007854, -0.002053> - 2320: <-0.002086, 0.008029, -0.001663> - 2321: <-0.001676, 0.008109, -0.001676> - 2322: <-0.001663, 0.008029, -0.002086> - 2323: <-0.002071, 0.007950, -0.002071> - 2324: <-0.001676, 0.008109, -0.001676> - 2325: <-0.001261, 0.008171, -0.001686> - 2326: <-0.001252, 0.008090, -0.002099> - 2327: <-0.001663, 0.008029, -0.002086> - 2328: <-0.001261, 0.008171, -0.001686> - 2329: <-0.000842, 0.008215, -0.001694> - 2330: <-0.000836, 0.008134, -0.002109> - 2331: <-0.001252, 0.008090, -0.002099> - 2332: <-0.000842, 0.008215, -0.001694> - 2333: <-0.000422, 0.008242, -0.001699> - 2334: <-0.000419, 0.008161, -0.002116> - 2335: <-0.000836, 0.008134, -0.002109> - 2336: <-0.000422, 0.008242, -0.001699> - 2337: < 0.000000, 0.008251, -0.001701> - 2338: < 0.000000, 0.008169, -0.002118> - 2339: <-0.000419, 0.008161, -0.002116> - 2340: < 0.000000, 0.008251, -0.001701> - 2341: < 0.000422, 0.008242, -0.001699> - 2342: < 0.000419, 0.008161, -0.002116> - 2343: < 0.000000, 0.008169, -0.002118> - 2344: < 0.000422, 0.008242, -0.001699> - 2345: < 0.000842, 0.008215, -0.001694> - 2346: < 0.000836, 0.008134, -0.002109> - 2347: < 0.000419, 0.008161, -0.002116> - 2348: < 0.000842, 0.008215, -0.001694> - 2349: < 0.001261, 0.008171, -0.001686> - 2350: < 0.001252, 0.008090, -0.002099> - 2351: < 0.000836, 0.008134, -0.002109> - 2352: < 0.001261, 0.008171, -0.001686> - 2353: < 0.001676, 0.008109, -0.001676> - 2354: < 0.001663, 0.008029, -0.002086> - 2355: < 0.001252, 0.008090, -0.002099> - 2356: < 0.001676, 0.008109, -0.001676> - 2357: < 0.002086, 0.008029, -0.001663> - 2358: < 0.002071, 0.007950, -0.002071> - 2359: < 0.001663, 0.008029, -0.002086> - 2360: < 0.002086, 0.008029, -0.001663> - 2361: < 0.002492, 0.007932, -0.001650> - 2362: < 0.002473, 0.007854, -0.002053> - 2363: < 0.002071, 0.007950, -0.002071> - 2364: < 0.002492, 0.007932, -0.001650> - 2365: < 0.002890, 0.007817, -0.001635> - 2366: < 0.002868, 0.007740, -0.002035> - 2367: < 0.002473, 0.007854, -0.002053> - 2368: < 0.002890, 0.007817, -0.001635> - 2369: < 0.003281, 0.007684, -0.001619> - 2370: < 0.003255, 0.007610, -0.002015> - 2371: < 0.002868, 0.007740, -0.002035> - 2372: < 0.003281, 0.007684, -0.001619> - 2373: < 0.003663, 0.007535, -0.001603> - 2374: < 0.003634, 0.007462, -0.001995> - 2375: < 0.003255, 0.007610, -0.002015> - 2376: < 0.003663, 0.007535, -0.001603> - 2377: < 0.004034, 0.007367, -0.001588> - 2378: < 0.004002, 0.007297, -0.001975> - 2379: < 0.003634, 0.007462, -0.001995> - 2380: < 0.004034, 0.007367, -0.001588> - 2381: < 0.004395, 0.007183, -0.001574> - 2382: < 0.004360, 0.007115, -0.001957> - 2383: < 0.004002, 0.007297, -0.001975> - 2384: < 0.004395, 0.007183, -0.001574> - 2385: < 0.004744, 0.006980, -0.001561> - 2386: < 0.004705, 0.006915, -0.001940> - 2387: < 0.004360, 0.007115, -0.001957> - 2388: < 0.004744, 0.006980, -0.001561> - 2389: < 0.005080, 0.006761, -0.001550> - 2390: < 0.005037, 0.006698, -0.001926> - 2391: < 0.004705, 0.006915, -0.001940> - 2392: < 0.005080, 0.006761, -0.001550> - 2393: < 0.005401, 0.006523, -0.001541> - 2394: < 0.005355, 0.006464, -0.001915> - 2395: < 0.005037, 0.006698, -0.001926> - 2396: < 0.005401, 0.006523, -0.001541> - 2397: < 0.005707, 0.006269, -0.001536> - 2398: < 0.005657, 0.006212, -0.001908> - 2399: < 0.005355, 0.006464, -0.001915> - 2400: <-0.005657, 0.006212, -0.001908> - 2401: <-0.005355, 0.006464, -0.001915> - 2402: <-0.005301, 0.006393, -0.002281> - 2403: <-0.005599, 0.006146, -0.002272> - 2404: <-0.005355, 0.006464, -0.001915> - 2405: <-0.005037, 0.006698, -0.001926> - 2406: <-0.004987, 0.006623, -0.002295> - 2407: <-0.005301, 0.006393, -0.002281> - 2408: <-0.005037, 0.006698, -0.001926> - 2409: <-0.004705, 0.006915, -0.001940> - 2410: <-0.004659, 0.006836, -0.002313> - 2411: <-0.004987, 0.006623, -0.002295> - 2412: <-0.004705, 0.006915, -0.001940> - 2413: <-0.004360, 0.007115, -0.001957> - 2414: <-0.004318, 0.007033, -0.002333> - 2415: <-0.004659, 0.006836, -0.002313> - 2416: <-0.004360, 0.007115, -0.001957> - 2417: <-0.004002, 0.007297, -0.001975> - 2418: <-0.003965, 0.007212, -0.002356> - 2419: <-0.004318, 0.007033, -0.002333> - 2420: <-0.004002, 0.007297, -0.001975> - 2421: <-0.003634, 0.007462, -0.001995> - 2422: <-0.003601, 0.007374, -0.002380> - 2423: <-0.003965, 0.007212, -0.002356> - 2424: <-0.003634, 0.007462, -0.001995> - 2425: <-0.003255, 0.007610, -0.002015> - 2426: <-0.003227, 0.007519, -0.002405> - 2427: <-0.003601, 0.007374, -0.002380> - 2428: <-0.003255, 0.007610, -0.002015> - 2429: <-0.002868, 0.007740, -0.002035> - 2430: <-0.002843, 0.007648, -0.002429> - 2431: <-0.003227, 0.007519, -0.002405> - 2432: <-0.002868, 0.007740, -0.002035> - 2433: <-0.002473, 0.007854, -0.002053> - 2434: <-0.002452, 0.007759, -0.002452> - 2435: <-0.002843, 0.007648, -0.002429> - 2436: <-0.002473, 0.007854, -0.002053> - 2437: <-0.002071, 0.007950, -0.002071> - 2438: <-0.002053, 0.007854, -0.002473> - 2439: <-0.002452, 0.007759, -0.002452> - 2440: <-0.002071, 0.007950, -0.002071> - 2441: <-0.001663, 0.008029, -0.002086> - 2442: <-0.001650, 0.007932, -0.002492> - 2443: <-0.002053, 0.007854, -0.002473> - 2444: <-0.001663, 0.008029, -0.002086> - 2445: <-0.001252, 0.008090, -0.002099> - 2446: <-0.001241, 0.007992, -0.002507> - 2447: <-0.001650, 0.007932, -0.002492> - 2448: <-0.001252, 0.008090, -0.002099> - 2449: <-0.000836, 0.008134, -0.002109> - 2450: <-0.000829, 0.008036, -0.002519> - 2451: <-0.001241, 0.007992, -0.002507> - 2452: <-0.000836, 0.008134, -0.002109> - 2453: <-0.000419, 0.008161, -0.002116> - 2454: <-0.000415, 0.008062, -0.002527> - 2455: <-0.000829, 0.008036, -0.002519> - 2456: <-0.000419, 0.008161, -0.002116> - 2457: < 0.000000, 0.008169, -0.002118> - 2458: < 0.000000, 0.008070, -0.002530> - 2459: <-0.000415, 0.008062, -0.002527> - 2460: < 0.000000, 0.008169, -0.002118> - 2461: < 0.000419, 0.008161, -0.002116> - 2462: < 0.000415, 0.008062, -0.002527> - 2463: < 0.000000, 0.008070, -0.002530> - 2464: < 0.000419, 0.008161, -0.002116> - 2465: < 0.000836, 0.008134, -0.002109> - 2466: < 0.000829, 0.008036, -0.002519> - 2467: < 0.000415, 0.008062, -0.002527> - 2468: < 0.000836, 0.008134, -0.002109> - 2469: < 0.001252, 0.008090, -0.002099> - 2470: < 0.001241, 0.007992, -0.002507> - 2471: < 0.000829, 0.008036, -0.002519> - 2472: < 0.001252, 0.008090, -0.002099> - 2473: < 0.001663, 0.008029, -0.002086> - 2474: < 0.001650, 0.007932, -0.002492> - 2475: < 0.001241, 0.007992, -0.002507> - 2476: < 0.001663, 0.008029, -0.002086> - 2477: < 0.002071, 0.007950, -0.002071> - 2478: < 0.002053, 0.007854, -0.002473> - 2479: < 0.001650, 0.007932, -0.002492> - 2480: < 0.002071, 0.007950, -0.002071> - 2481: < 0.002473, 0.007854, -0.002053> - 2482: < 0.002452, 0.007759, -0.002452> - 2483: < 0.002053, 0.007854, -0.002473> - 2484: < 0.002473, 0.007854, -0.002053> - 2485: < 0.002868, 0.007740, -0.002035> - 2486: < 0.002843, 0.007648, -0.002429> - 2487: < 0.002452, 0.007759, -0.002452> - 2488: < 0.002868, 0.007740, -0.002035> - 2489: < 0.003255, 0.007610, -0.002015> - 2490: < 0.003227, 0.007519, -0.002405> - 2491: < 0.002843, 0.007648, -0.002429> - 2492: < 0.003255, 0.007610, -0.002015> - 2493: < 0.003634, 0.007462, -0.001995> - 2494: < 0.003601, 0.007374, -0.002380> - 2495: < 0.003227, 0.007519, -0.002405> - 2496: < 0.003634, 0.007462, -0.001995> - 2497: < 0.004002, 0.007297, -0.001975> - 2498: < 0.003965, 0.007212, -0.002356> - 2499: < 0.003601, 0.007374, -0.002380> - 2500: < 0.004002, 0.007297, -0.001975> - 2501: < 0.004360, 0.007115, -0.001957> - 2502: < 0.004318, 0.007033, -0.002333> - 2503: < 0.003965, 0.007212, -0.002356> - 2504: < 0.004360, 0.007115, -0.001957> - 2505: < 0.004705, 0.006915, -0.001940> - 2506: < 0.004659, 0.006836, -0.002313> - 2507: < 0.004318, 0.007033, -0.002333> - 2508: < 0.004705, 0.006915, -0.001940> - 2509: < 0.005037, 0.006698, -0.001926> - 2510: < 0.004987, 0.006623, -0.002295> - 2511: < 0.004659, 0.006836, -0.002313> - 2512: < 0.005037, 0.006698, -0.001926> - 2513: < 0.005355, 0.006464, -0.001915> - 2514: < 0.005301, 0.006393, -0.002281> - 2515: < 0.004987, 0.006623, -0.002295> - 2516: < 0.005355, 0.006464, -0.001915> - 2517: < 0.005657, 0.006212, -0.001908> - 2518: < 0.005599, 0.006146, -0.002272> - 2519: < 0.005301, 0.006393, -0.002281> - 2520: <-0.005599, 0.006146, -0.002272> - 2521: <-0.005301, 0.006393, -0.002281> - 2522: <-0.005240, 0.006311, -0.002638> - 2523: <-0.005533, 0.006069, -0.002627> - 2524: <-0.005301, 0.006393, -0.002281> - 2525: <-0.004987, 0.006623, -0.002295> - 2526: <-0.004931, 0.006537, -0.002655> - 2527: <-0.005240, 0.006311, -0.002638> - 2528: <-0.004987, 0.006623, -0.002295> - 2529: <-0.004659, 0.006836, -0.002313> - 2530: <-0.004609, 0.006745, -0.002676> - 2531: <-0.004931, 0.006537, -0.002655> - 2532: <-0.004659, 0.006836, -0.002313> - 2533: <-0.004318, 0.007033, -0.002333> - 2534: <-0.004273, 0.006937, -0.002701> - 2535: <-0.004609, 0.006745, -0.002676> - 2536: <-0.004318, 0.007033, -0.002333> - 2537: <-0.003965, 0.007212, -0.002356> - 2538: <-0.003924, 0.007112, -0.002729> - 2539: <-0.004273, 0.006937, -0.002701> - 2540: <-0.003965, 0.007212, -0.002356> - 2541: <-0.003601, 0.007374, -0.002380> - 2542: <-0.003565, 0.007270, -0.002758> - 2543: <-0.003924, 0.007112, -0.002729> - 2544: <-0.003601, 0.007374, -0.002380> - 2545: <-0.003227, 0.007519, -0.002405> - 2546: <-0.003195, 0.007412, -0.002787> - 2547: <-0.003565, 0.007270, -0.002758> - 2548: <-0.003227, 0.007519, -0.002405> - 2549: <-0.002843, 0.007648, -0.002429> - 2550: <-0.002816, 0.007538, -0.002816> - 2551: <-0.003195, 0.007412, -0.002787> - 2552: <-0.002843, 0.007648, -0.002429> - 2553: <-0.002452, 0.007759, -0.002452> - 2554: <-0.002429, 0.007648, -0.002843> - 2555: <-0.002816, 0.007538, -0.002816> - 2556: <-0.002452, 0.007759, -0.002452> - 2557: <-0.002053, 0.007854, -0.002473> - 2558: <-0.002035, 0.007740, -0.002868> - 2559: <-0.002429, 0.007648, -0.002843> - 2560: <-0.002053, 0.007854, -0.002473> - 2561: <-0.001650, 0.007932, -0.002492> - 2562: <-0.001635, 0.007817, -0.002890> - 2563: <-0.002035, 0.007740, -0.002868> - 2564: <-0.001650, 0.007932, -0.002492> - 2565: <-0.001241, 0.007992, -0.002507> - 2566: <-0.001230, 0.007876, -0.002908> - 2567: <-0.001635, 0.007817, -0.002890> - 2568: <-0.001241, 0.007992, -0.002507> - 2569: <-0.000829, 0.008036, -0.002519> - 2570: <-0.000822, 0.007919, -0.002922> - 2571: <-0.001230, 0.007876, -0.002908> - 2572: <-0.000829, 0.008036, -0.002519> - 2573: <-0.000415, 0.008062, -0.002527> - 2574: <-0.000412, 0.007945, -0.002931> - 2575: <-0.000822, 0.007919, -0.002922> - 2576: <-0.000415, 0.008062, -0.002527> - 2577: < 0.000000, 0.008070, -0.002530> - 2578: < 0.000000, 0.007953, -0.002934> - 2579: <-0.000412, 0.007945, -0.002931> - 2580: < 0.000000, 0.008070, -0.002530> - 2581: < 0.000415, 0.008062, -0.002527> - 2582: < 0.000412, 0.007945, -0.002931> - 2583: < 0.000000, 0.007953, -0.002934> - 2584: < 0.000415, 0.008062, -0.002527> - 2585: < 0.000829, 0.008036, -0.002519> - 2586: < 0.000822, 0.007919, -0.002922> - 2587: < 0.000412, 0.007945, -0.002931> - 2588: < 0.000829, 0.008036, -0.002519> - 2589: < 0.001241, 0.007992, -0.002507> - 2590: < 0.001230, 0.007876, -0.002908> - 2591: < 0.000822, 0.007919, -0.002922> - 2592: < 0.001241, 0.007992, -0.002507> - 2593: < 0.001650, 0.007932, -0.002492> - 2594: < 0.001635, 0.007817, -0.002890> - 2595: < 0.001230, 0.007876, -0.002908> - 2596: < 0.001650, 0.007932, -0.002492> - 2597: < 0.002053, 0.007854, -0.002473> - 2598: < 0.002035, 0.007740, -0.002868> - 2599: < 0.001635, 0.007817, -0.002890> - 2600: < 0.002053, 0.007854, -0.002473> - 2601: < 0.002452, 0.007759, -0.002452> - 2602: < 0.002429, 0.007648, -0.002843> - 2603: < 0.002035, 0.007740, -0.002868> - 2604: < 0.002452, 0.007759, -0.002452> - 2605: < 0.002843, 0.007648, -0.002429> - 2606: < 0.002816, 0.007538, -0.002816> - 2607: < 0.002429, 0.007648, -0.002843> - 2608: < 0.002843, 0.007648, -0.002429> - 2609: < 0.003227, 0.007519, -0.002405> - 2610: < 0.003195, 0.007412, -0.002787> - 2611: < 0.002816, 0.007538, -0.002816> - 2612: < 0.003227, 0.007519, -0.002405> - 2613: < 0.003601, 0.007374, -0.002380> - 2614: < 0.003565, 0.007270, -0.002758> - 2615: < 0.003195, 0.007412, -0.002787> - 2616: < 0.003601, 0.007374, -0.002380> - 2617: < 0.003965, 0.007212, -0.002356> - 2618: < 0.003924, 0.007112, -0.002729> - 2619: < 0.003565, 0.007270, -0.002758> - 2620: < 0.003965, 0.007212, -0.002356> - 2621: < 0.004318, 0.007033, -0.002333> - 2622: < 0.004273, 0.006937, -0.002701> - 2623: < 0.003924, 0.007112, -0.002729> - 2624: < 0.004318, 0.007033, -0.002333> - 2625: < 0.004659, 0.006836, -0.002313> - 2626: < 0.004609, 0.006745, -0.002676> - 2627: < 0.004273, 0.006937, -0.002701> - 2628: < 0.004659, 0.006836, -0.002313> - 2629: < 0.004987, 0.006623, -0.002295> - 2630: < 0.004931, 0.006537, -0.002655> - 2631: < 0.004609, 0.006745, -0.002676> - 2632: < 0.004987, 0.006623, -0.002295> - 2633: < 0.005301, 0.006393, -0.002281> - 2634: < 0.005240, 0.006311, -0.002638> - 2635: < 0.004931, 0.006537, -0.002655> - 2636: < 0.005301, 0.006393, -0.002281> - 2637: < 0.005599, 0.006146, -0.002272> - 2638: < 0.005533, 0.006069, -0.002627> - 2639: < 0.005240, 0.006311, -0.002638> - 2640: <-0.005533, 0.006069, -0.002627> - 2641: <-0.005240, 0.006311, -0.002638> - 2642: <-0.005172, 0.006219, -0.002984> - 2643: <-0.005459, 0.005983, -0.002971> - 2644: <-0.005240, 0.006311, -0.002638> - 2645: <-0.004931, 0.006537, -0.002655> - 2646: <-0.004870, 0.006439, -0.003004> - 2647: <-0.005172, 0.006219, -0.002984> - 2648: <-0.004931, 0.006537, -0.002655> - 2649: <-0.004609, 0.006745, -0.002676> - 2650: <-0.004553, 0.006641, -0.003030> - 2651: <-0.004870, 0.006439, -0.003004> - 2652: <-0.004609, 0.006745, -0.002676> - 2653: <-0.004273, 0.006937, -0.002701> - 2654: <-0.004223, 0.006828, -0.003060> - 2655: <-0.004553, 0.006641, -0.003030> - 2656: <-0.004273, 0.006937, -0.002701> - 2657: <-0.003924, 0.007112, -0.002729> - 2658: <-0.003880, 0.006998, -0.003093> - 2659: <-0.004223, 0.006828, -0.003060> - 2660: <-0.003924, 0.007112, -0.002729> - 2661: <-0.003565, 0.007270, -0.002758> - 2662: <-0.003526, 0.007152, -0.003127> - 2663: <-0.003880, 0.006998, -0.003093> - 2664: <-0.003565, 0.007270, -0.002758> - 2665: <-0.003195, 0.007412, -0.002787> - 2666: <-0.003162, 0.007290, -0.003162> - 2667: <-0.003526, 0.007152, -0.003127> - 2668: <-0.003195, 0.007412, -0.002787> - 2669: <-0.002816, 0.007538, -0.002816> - 2670: <-0.002787, 0.007412, -0.003195> - 2671: <-0.003162, 0.007290, -0.003162> - 2672: <-0.002816, 0.007538, -0.002816> - 2673: <-0.002429, 0.007648, -0.002843> - 2674: <-0.002405, 0.007519, -0.003227> - 2675: <-0.002787, 0.007412, -0.003195> - 2676: <-0.002429, 0.007648, -0.002843> - 2677: <-0.002035, 0.007740, -0.002868> - 2678: <-0.002015, 0.007610, -0.003255> - 2679: <-0.002405, 0.007519, -0.003227> - 2680: <-0.002035, 0.007740, -0.002868> - 2681: <-0.001635, 0.007817, -0.002890> - 2682: <-0.001619, 0.007684, -0.003281> - 2683: <-0.002015, 0.007610, -0.003255> - 2684: <-0.001635, 0.007817, -0.002890> - 2685: <-0.001230, 0.007876, -0.002908> - 2686: <-0.001219, 0.007743, -0.003302> - 2687: <-0.001619, 0.007684, -0.003281> - 2688: <-0.001230, 0.007876, -0.002908> - 2689: <-0.000822, 0.007919, -0.002922> - 2690: <-0.000814, 0.007785, -0.003318> - 2691: <-0.001219, 0.007743, -0.003302> - 2692: <-0.000822, 0.007919, -0.002922> - 2693: <-0.000412, 0.007945, -0.002931> - 2694: <-0.000408, 0.007810, -0.003328> - 2695: <-0.000814, 0.007785, -0.003318> - 2696: <-0.000412, 0.007945, -0.002931> - 2697: < 0.000000, 0.007953, -0.002934> - 2698: < 0.000000, 0.007818, -0.003331> - 2699: <-0.000408, 0.007810, -0.003328> - 2700: < 0.000000, 0.007953, -0.002934> - 2701: < 0.000412, 0.007945, -0.002931> - 2702: < 0.000408, 0.007810, -0.003328> - 2703: < 0.000000, 0.007818, -0.003331> - 2704: < 0.000412, 0.007945, -0.002931> - 2705: < 0.000822, 0.007919, -0.002922> - 2706: < 0.000814, 0.007785, -0.003318> - 2707: < 0.000408, 0.007810, -0.003328> - 2708: < 0.000822, 0.007919, -0.002922> - 2709: < 0.001230, 0.007876, -0.002908> - 2710: < 0.001219, 0.007743, -0.003302> - 2711: < 0.000814, 0.007785, -0.003318> - 2712: < 0.001230, 0.007876, -0.002908> - 2713: < 0.001635, 0.007817, -0.002890> - 2714: < 0.001619, 0.007684, -0.003281> - 2715: < 0.001219, 0.007743, -0.003302> - 2716: < 0.001635, 0.007817, -0.002890> - 2717: < 0.002035, 0.007740, -0.002868> - 2718: < 0.002015, 0.007610, -0.003255> - 2719: < 0.001619, 0.007684, -0.003281> - 2720: < 0.002035, 0.007740, -0.002868> - 2721: < 0.002429, 0.007648, -0.002843> - 2722: < 0.002405, 0.007519, -0.003227> - 2723: < 0.002015, 0.007610, -0.003255> - 2724: < 0.002429, 0.007648, -0.002843> - 2725: < 0.002816, 0.007538, -0.002816> - 2726: < 0.002787, 0.007412, -0.003195> - 2727: < 0.002405, 0.007519, -0.003227> - 2728: < 0.002816, 0.007538, -0.002816> - 2729: < 0.003195, 0.007412, -0.002787> - 2730: < 0.003162, 0.007290, -0.003162> - 2731: < 0.002787, 0.007412, -0.003195> - 2732: < 0.003195, 0.007412, -0.002787> - 2733: < 0.003565, 0.007270, -0.002758> - 2734: < 0.003526, 0.007152, -0.003127> - 2735: < 0.003162, 0.007290, -0.003162> - 2736: < 0.003565, 0.007270, -0.002758> - 2737: < 0.003924, 0.007112, -0.002729> - 2738: < 0.003880, 0.006998, -0.003093> - 2739: < 0.003526, 0.007152, -0.003127> - 2740: < 0.003924, 0.007112, -0.002729> - 2741: < 0.004273, 0.006937, -0.002701> - 2742: < 0.004223, 0.006828, -0.003060> - 2743: < 0.003880, 0.006998, -0.003093> - 2744: < 0.004273, 0.006937, -0.002701> - 2745: < 0.004609, 0.006745, -0.002676> - 2746: < 0.004553, 0.006641, -0.003030> - 2747: < 0.004223, 0.006828, -0.003060> - 2748: < 0.004609, 0.006745, -0.002676> - 2749: < 0.004931, 0.006537, -0.002655> - 2750: < 0.004870, 0.006439, -0.003004> - 2751: < 0.004553, 0.006641, -0.003030> - 2752: < 0.004931, 0.006537, -0.002655> - 2753: < 0.005240, 0.006311, -0.002638> - 2754: < 0.005172, 0.006219, -0.002984> - 2755: < 0.004870, 0.006439, -0.003004> - 2756: < 0.005240, 0.006311, -0.002638> - 2757: < 0.005533, 0.006069, -0.002627> - 2758: < 0.005459, 0.005983, -0.002971> - 2759: < 0.005172, 0.006219, -0.002984> - 2760: <-0.005459, 0.005983, -0.002971> - 2761: <-0.005172, 0.006219, -0.002984> - 2762: <-0.005099, 0.006117, -0.003318> - 2763: <-0.005379, 0.005888, -0.003302> - 2764: <-0.005172, 0.006219, -0.002984> - 2765: <-0.004870, 0.006439, -0.003004> - 2766: <-0.004804, 0.006329, -0.003342> - 2767: <-0.005099, 0.006117, -0.003318> - 2768: <-0.004870, 0.006439, -0.003004> - 2769: <-0.004553, 0.006641, -0.003030> - 2770: <-0.004494, 0.006525, -0.003372> - 2771: <-0.004804, 0.006329, -0.003342> - 2772: <-0.004553, 0.006641, -0.003030> - 2773: <-0.004223, 0.006828, -0.003060> - 2774: <-0.004170, 0.006705, -0.003407> - 2775: <-0.004494, 0.006525, -0.003372> - 2776: <-0.004223, 0.006828, -0.003060> - 2777: <-0.003880, 0.006998, -0.003093> - 2778: <-0.003834, 0.006870, -0.003446> - 2779: <-0.004170, 0.006705, -0.003407> - 2780: <-0.003880, 0.006998, -0.003093> - 2781: <-0.003526, 0.007152, -0.003127> - 2782: <-0.003486, 0.007018, -0.003486> - 2783: <-0.003834, 0.006870, -0.003446> - 2784: <-0.003526, 0.007152, -0.003127> - 2785: <-0.003162, 0.007290, -0.003162> - 2786: <-0.003127, 0.007152, -0.003526> - 2787: <-0.003486, 0.007018, -0.003486> - 2788: <-0.003162, 0.007290, -0.003162> - 2789: <-0.002787, 0.007412, -0.003195> - 2790: <-0.002758, 0.007270, -0.003565> - 2791: <-0.003127, 0.007152, -0.003526> - 2792: <-0.002787, 0.007412, -0.003195> - 2793: <-0.002405, 0.007519, -0.003227> - 2794: <-0.002380, 0.007374, -0.003601> - 2795: <-0.002758, 0.007270, -0.003565> - 2796: <-0.002405, 0.007519, -0.003227> - 2797: <-0.002015, 0.007610, -0.003255> - 2798: <-0.001995, 0.007462, -0.003634> - 2799: <-0.002380, 0.007374, -0.003601> - 2800: <-0.002015, 0.007610, -0.003255> - 2801: <-0.001619, 0.007684, -0.003281> - 2802: <-0.001603, 0.007535, -0.003663> - 2803: <-0.001995, 0.007462, -0.003634> - 2804: <-0.001619, 0.007684, -0.003281> - 2805: <-0.001219, 0.007743, -0.003302> - 2806: <-0.001207, 0.007591, -0.003686> - 2807: <-0.001603, 0.007535, -0.003663> - 2808: <-0.001219, 0.007743, -0.003302> - 2809: <-0.000814, 0.007785, -0.003318> - 2810: <-0.000807, 0.007632, -0.003704> - 2811: <-0.001207, 0.007591, -0.003686> - 2812: <-0.000814, 0.007785, -0.003318> - 2813: <-0.000408, 0.007810, -0.003328> - 2814: <-0.000404, 0.007657, -0.003716> - 2815: <-0.000807, 0.007632, -0.003704> - 2816: <-0.000408, 0.007810, -0.003328> - 2817: < 0.000000, 0.007818, -0.003331> - 2818: < 0.000000, 0.007665, -0.003720> - 2819: <-0.000404, 0.007657, -0.003716> - 2820: < 0.000000, 0.007818, -0.003331> - 2821: < 0.000408, 0.007810, -0.003328> - 2822: < 0.000404, 0.007657, -0.003716> - 2823: < 0.000000, 0.007665, -0.003720> - 2824: < 0.000408, 0.007810, -0.003328> - 2825: < 0.000814, 0.007785, -0.003318> - 2826: < 0.000807, 0.007632, -0.003704> - 2827: < 0.000404, 0.007657, -0.003716> - 2828: < 0.000814, 0.007785, -0.003318> - 2829: < 0.001219, 0.007743, -0.003302> - 2830: < 0.001207, 0.007591, -0.003686> - 2831: < 0.000807, 0.007632, -0.003704> - 2832: < 0.001219, 0.007743, -0.003302> - 2833: < 0.001619, 0.007684, -0.003281> - 2834: < 0.001603, 0.007535, -0.003663> - 2835: < 0.001207, 0.007591, -0.003686> - 2836: < 0.001619, 0.007684, -0.003281> - 2837: < 0.002015, 0.007610, -0.003255> - 2838: < 0.001995, 0.007462, -0.003634> - 2839: < 0.001603, 0.007535, -0.003663> - 2840: < 0.002015, 0.007610, -0.003255> - 2841: < 0.002405, 0.007519, -0.003227> - 2842: < 0.002380, 0.007374, -0.003601> - 2843: < 0.001995, 0.007462, -0.003634> - 2844: < 0.002405, 0.007519, -0.003227> - 2845: < 0.002787, 0.007412, -0.003195> - 2846: < 0.002758, 0.007270, -0.003565> - 2847: < 0.002380, 0.007374, -0.003601> - 2848: < 0.002787, 0.007412, -0.003195> - 2849: < 0.003162, 0.007290, -0.003162> - 2850: < 0.003127, 0.007152, -0.003526> - 2851: < 0.002758, 0.007270, -0.003565> - 2852: < 0.003162, 0.007290, -0.003162> - 2853: < 0.003526, 0.007152, -0.003127> - 2854: < 0.003486, 0.007018, -0.003486> - 2855: < 0.003127, 0.007152, -0.003526> - 2856: < 0.003526, 0.007152, -0.003127> - 2857: < 0.003880, 0.006998, -0.003093> - 2858: < 0.003834, 0.006870, -0.003446> - 2859: < 0.003486, 0.007018, -0.003486> - 2860: < 0.003880, 0.006998, -0.003093> - 2861: < 0.004223, 0.006828, -0.003060> - 2862: < 0.004170, 0.006705, -0.003407> - 2863: < 0.003834, 0.006870, -0.003446> - 2864: < 0.004223, 0.006828, -0.003060> - 2865: < 0.004553, 0.006641, -0.003030> - 2866: < 0.004494, 0.006525, -0.003372> - 2867: < 0.004170, 0.006705, -0.003407> - 2868: < 0.004553, 0.006641, -0.003030> - 2869: < 0.004870, 0.006439, -0.003004> - 2870: < 0.004804, 0.006329, -0.003342> - 2871: < 0.004494, 0.006525, -0.003372> - 2872: < 0.004870, 0.006439, -0.003004> - 2873: < 0.005172, 0.006219, -0.002984> - 2874: < 0.005099, 0.006117, -0.003318> - 2875: < 0.004804, 0.006329, -0.003342> - 2876: < 0.005172, 0.006219, -0.002984> - 2877: < 0.005459, 0.005983, -0.002971> - 2878: < 0.005379, 0.005888, -0.003302> - 2879: < 0.005099, 0.006117, -0.003318> - 2880: <-0.005379, 0.005888, -0.003302> - 2881: <-0.005099, 0.006117, -0.003318> - 2882: <-0.005023, 0.006006, -0.003637> - 2883: <-0.005294, 0.005786, -0.003619> - 2884: <-0.005099, 0.006117, -0.003318> - 2885: <-0.004804, 0.006329, -0.003342> - 2886: <-0.004736, 0.006210, -0.003666> - 2887: <-0.005023, 0.006006, -0.003637> - 2888: <-0.004804, 0.006329, -0.003342> - 2889: <-0.004494, 0.006525, -0.003372> - 2890: <-0.004434, 0.006397, -0.003701> - 2891: <-0.004736, 0.006210, -0.003666> - 2892: <-0.004494, 0.006525, -0.003372> - 2893: <-0.004170, 0.006705, -0.003407> - 2894: <-0.004117, 0.006570, -0.003743> - 2895: <-0.004434, 0.006397, -0.003701> - 2896: <-0.004170, 0.006705, -0.003407> - 2897: <-0.003834, 0.006870, -0.003446> - 2898: <-0.003788, 0.006727, -0.003788> - 2899: <-0.004117, 0.006570, -0.003743> - 2900: <-0.003834, 0.006870, -0.003446> - 2901: <-0.003486, 0.007018, -0.003486> - 2902: <-0.003446, 0.006870, -0.003834> - 2903: <-0.003788, 0.006727, -0.003788> - 2904: <-0.003486, 0.007018, -0.003486> - 2905: <-0.003127, 0.007152, -0.003526> - 2906: <-0.003093, 0.006998, -0.003880> - 2907: <-0.003446, 0.006870, -0.003834> - 2908: <-0.003127, 0.007152, -0.003526> - 2909: <-0.002758, 0.007270, -0.003565> - 2910: <-0.002729, 0.007112, -0.003924> - 2911: <-0.003093, 0.006998, -0.003880> - 2912: <-0.002758, 0.007270, -0.003565> - 2913: <-0.002380, 0.007374, -0.003601> - 2914: <-0.002356, 0.007212, -0.003965> - 2915: <-0.002729, 0.007112, -0.003924> - 2916: <-0.002380, 0.007374, -0.003601> - 2917: <-0.001995, 0.007462, -0.003634> - 2918: <-0.001975, 0.007297, -0.004002> - 2919: <-0.002356, 0.007212, -0.003965> - 2920: <-0.001995, 0.007462, -0.003634> - 2921: <-0.001603, 0.007535, -0.003663> - 2922: <-0.001588, 0.007367, -0.004034> - 2923: <-0.001975, 0.007297, -0.004002> - 2924: <-0.001603, 0.007535, -0.003663> - 2925: <-0.001207, 0.007591, -0.003686> - 2926: <-0.001196, 0.007423, -0.004061> - 2927: <-0.001588, 0.007367, -0.004034> - 2928: <-0.001207, 0.007591, -0.003686> - 2929: <-0.000807, 0.007632, -0.003704> - 2930: <-0.000799, 0.007462, -0.004081> - 2931: <-0.001196, 0.007423, -0.004061> - 2932: <-0.000807, 0.007632, -0.003704> - 2933: <-0.000404, 0.007657, -0.003716> - 2934: <-0.000400, 0.007487, -0.004093> - 2935: <-0.000799, 0.007462, -0.004081> - 2936: <-0.000404, 0.007657, -0.003716> - 2937: < 0.000000, 0.007665, -0.003720> - 2938: < 0.000000, 0.007495, -0.004098> - 2939: <-0.000400, 0.007487, -0.004093> - 2940: < 0.000000, 0.007665, -0.003720> - 2941: < 0.000404, 0.007657, -0.003716> - 2942: < 0.000400, 0.007487, -0.004093> - 2943: < 0.000000, 0.007495, -0.004098> - 2944: < 0.000404, 0.007657, -0.003716> - 2945: < 0.000807, 0.007632, -0.003704> - 2946: < 0.000799, 0.007462, -0.004081> - 2947: < 0.000400, 0.007487, -0.004093> - 2948: < 0.000807, 0.007632, -0.003704> - 2949: < 0.001207, 0.007591, -0.003686> - 2950: < 0.001196, 0.007423, -0.004061> - 2951: < 0.000799, 0.007462, -0.004081> - 2952: < 0.001207, 0.007591, -0.003686> - 2953: < 0.001603, 0.007535, -0.003663> - 2954: < 0.001588, 0.007367, -0.004034> - 2955: < 0.001196, 0.007423, -0.004061> - 2956: < 0.001603, 0.007535, -0.003663> - 2957: < 0.001995, 0.007462, -0.003634> - 2958: < 0.001975, 0.007297, -0.004002> - 2959: < 0.001588, 0.007367, -0.004034> - 2960: < 0.001995, 0.007462, -0.003634> - 2961: < 0.002380, 0.007374, -0.003601> - 2962: < 0.002356, 0.007212, -0.003965> - 2963: < 0.001975, 0.007297, -0.004002> - 2964: < 0.002380, 0.007374, -0.003601> - 2965: < 0.002758, 0.007270, -0.003565> - 2966: < 0.002729, 0.007112, -0.003924> - 2967: < 0.002356, 0.007212, -0.003965> - 2968: < 0.002758, 0.007270, -0.003565> - 2969: < 0.003127, 0.007152, -0.003526> - 2970: < 0.003093, 0.006998, -0.003880> - 2971: < 0.002729, 0.007112, -0.003924> - 2972: < 0.003127, 0.007152, -0.003526> - 2973: < 0.003486, 0.007018, -0.003486> - 2974: < 0.003446, 0.006870, -0.003834> - 2975: < 0.003093, 0.006998, -0.003880> - 2976: < 0.003486, 0.007018, -0.003486> - 2977: < 0.003834, 0.006870, -0.003446> - 2978: < 0.003788, 0.006727, -0.003788> - 2979: < 0.003446, 0.006870, -0.003834> - 2980: < 0.003834, 0.006870, -0.003446> - 2981: < 0.004170, 0.006705, -0.003407> - 2982: < 0.004117, 0.006570, -0.003743> - 2983: < 0.003788, 0.006727, -0.003788> - 2984: < 0.004170, 0.006705, -0.003407> - 2985: < 0.004494, 0.006525, -0.003372> - 2986: < 0.004434, 0.006397, -0.003701> - 2987: < 0.004117, 0.006570, -0.003743> - 2988: < 0.004494, 0.006525, -0.003372> - 2989: < 0.004804, 0.006329, -0.003342> - 2990: < 0.004736, 0.006210, -0.003666> - 2991: < 0.004434, 0.006397, -0.003701> - 2992: < 0.004804, 0.006329, -0.003342> - 2993: < 0.005099, 0.006117, -0.003318> - 2994: < 0.005023, 0.006006, -0.003637> - 2995: < 0.004736, 0.006210, -0.003666> - 2996: < 0.005099, 0.006117, -0.003318> - 2997: < 0.005379, 0.005888, -0.003302> - 2998: < 0.005294, 0.005786, -0.003619> - 2999: < 0.005023, 0.006006, -0.003637> - 3000: <-0.005294, 0.005786, -0.003619> - 3001: <-0.005023, 0.006006, -0.003637> - 3002: <-0.004946, 0.005887, -0.003941> - 3003: <-0.005207, 0.005678, -0.003918> - 3004: <-0.005023, 0.006006, -0.003637> - 3005: <-0.004736, 0.006210, -0.003666> - 3006: <-0.004668, 0.006080, -0.003975> - 3007: <-0.004946, 0.005887, -0.003941> - 3008: <-0.004736, 0.006210, -0.003666> - 3009: <-0.004434, 0.006397, -0.003701> - 3010: <-0.004374, 0.006257, -0.004017> - 3011: <-0.004668, 0.006080, -0.003975> - 3012: <-0.004434, 0.006397, -0.003701> - 3013: <-0.004117, 0.006570, -0.003743> - 3014: <-0.004065, 0.006421, -0.004065> - 3015: <-0.004374, 0.006257, -0.004017> - 3016: <-0.004117, 0.006570, -0.003743> - 3017: <-0.003788, 0.006727, -0.003788> - 3018: <-0.003743, 0.006570, -0.004117> - 3019: <-0.004065, 0.006421, -0.004065> - 3020: <-0.003788, 0.006727, -0.003788> - 3021: <-0.003446, 0.006870, -0.003834> - 3022: <-0.003407, 0.006705, -0.004170> - 3023: <-0.003743, 0.006570, -0.004117> - 3024: <-0.003446, 0.006870, -0.003834> - 3025: <-0.003093, 0.006998, -0.003880> - 3026: <-0.003060, 0.006828, -0.004223> - 3027: <-0.003407, 0.006705, -0.004170> - 3028: <-0.003093, 0.006998, -0.003880> - 3029: <-0.002729, 0.007112, -0.003924> - 3030: <-0.002701, 0.006937, -0.004273> - 3031: <-0.003060, 0.006828, -0.004223> - 3032: <-0.002729, 0.007112, -0.003924> - 3033: <-0.002356, 0.007212, -0.003965> - 3034: <-0.002333, 0.007033, -0.004318> - 3035: <-0.002701, 0.006937, -0.004273> - 3036: <-0.002356, 0.007212, -0.003965> - 3037: <-0.001975, 0.007297, -0.004002> - 3038: <-0.001957, 0.007115, -0.004360> - 3039: <-0.002333, 0.007033, -0.004318> - 3040: <-0.001975, 0.007297, -0.004002> - 3041: <-0.001588, 0.007367, -0.004034> - 3042: <-0.001574, 0.007183, -0.004395> - 3043: <-0.001957, 0.007115, -0.004360> - 3044: <-0.001588, 0.007367, -0.004034> - 3045: <-0.001196, 0.007423, -0.004061> - 3046: <-0.001185, 0.007236, -0.004424> - 3047: <-0.001574, 0.007183, -0.004395> - 3048: <-0.001196, 0.007423, -0.004061> - 3049: <-0.000799, 0.007462, -0.004081> - 3050: <-0.000792, 0.007275, -0.004446> - 3051: <-0.001185, 0.007236, -0.004424> - 3052: <-0.000799, 0.007462, -0.004081> - 3053: <-0.000400, 0.007487, -0.004093> - 3054: <-0.000397, 0.007298, -0.004460> - 3055: <-0.000792, 0.007275, -0.004446> - 3056: <-0.000400, 0.007487, -0.004093> - 3057: < 0.000000, 0.007495, -0.004098> - 3058: < 0.000000, 0.007306, -0.004465> - 3059: <-0.000397, 0.007298, -0.004460> - 3060: < 0.000000, 0.007495, -0.004098> - 3061: < 0.000400, 0.007487, -0.004093> - 3062: < 0.000397, 0.007298, -0.004460> - 3063: < 0.000000, 0.007306, -0.004465> - 3064: < 0.000400, 0.007487, -0.004093> - 3065: < 0.000799, 0.007462, -0.004081> - 3066: < 0.000792, 0.007275, -0.004446> - 3067: < 0.000397, 0.007298, -0.004460> - 3068: < 0.000799, 0.007462, -0.004081> - 3069: < 0.001196, 0.007423, -0.004061> - 3070: < 0.001185, 0.007236, -0.004424> - 3071: < 0.000792, 0.007275, -0.004446> - 3072: < 0.001196, 0.007423, -0.004061> - 3073: < 0.001588, 0.007367, -0.004034> - 3074: < 0.001574, 0.007183, -0.004395> - 3075: < 0.001185, 0.007236, -0.004424> - 3076: < 0.001588, 0.007367, -0.004034> - 3077: < 0.001975, 0.007297, -0.004002> - 3078: < 0.001957, 0.007115, -0.004360> - 3079: < 0.001574, 0.007183, -0.004395> - 3080: < 0.001975, 0.007297, -0.004002> - 3081: < 0.002356, 0.007212, -0.003965> - 3082: < 0.002333, 0.007033, -0.004318> - 3083: < 0.001957, 0.007115, -0.004360> - 3084: < 0.002356, 0.007212, -0.003965> - 3085: < 0.002729, 0.007112, -0.003924> - 3086: < 0.002701, 0.006937, -0.004273> - 3087: < 0.002333, 0.007033, -0.004318> - 3088: < 0.002729, 0.007112, -0.003924> - 3089: < 0.003093, 0.006998, -0.003880> - 3090: < 0.003060, 0.006828, -0.004223> - 3091: < 0.002701, 0.006937, -0.004273> - 3092: < 0.003093, 0.006998, -0.003880> - 3093: < 0.003446, 0.006870, -0.003834> - 3094: < 0.003407, 0.006705, -0.004170> - 3095: < 0.003060, 0.006828, -0.004223> - 3096: < 0.003446, 0.006870, -0.003834> - 3097: < 0.003788, 0.006727, -0.003788> - 3098: < 0.003743, 0.006570, -0.004117> - 3099: < 0.003407, 0.006705, -0.004170> - 3100: < 0.003788, 0.006727, -0.003788> - 3101: < 0.004117, 0.006570, -0.003743> - 3102: < 0.004065, 0.006421, -0.004065> - 3103: < 0.003743, 0.006570, -0.004117> - 3104: < 0.004117, 0.006570, -0.003743> - 3105: < 0.004434, 0.006397, -0.003701> - 3106: < 0.004374, 0.006257, -0.004017> - 3107: < 0.004065, 0.006421, -0.004065> - 3108: < 0.004434, 0.006397, -0.003701> - 3109: < 0.004736, 0.006210, -0.003666> - 3110: < 0.004668, 0.006080, -0.003975> - 3111: < 0.004374, 0.006257, -0.004017> - 3112: < 0.004736, 0.006210, -0.003666> - 3113: < 0.005023, 0.006006, -0.003637> - 3114: < 0.004946, 0.005887, -0.003941> - 3115: < 0.004668, 0.006080, -0.003975> - 3116: < 0.005023, 0.006006, -0.003637> - 3117: < 0.005294, 0.005786, -0.003619> - 3118: < 0.005207, 0.005678, -0.003918> - 3119: < 0.004946, 0.005887, -0.003941> - 3120: <-0.005207, 0.005678, -0.003918> - 3121: <-0.004946, 0.005887, -0.003941> - 3122: <-0.004870, 0.005760, -0.004226> - 3123: <-0.005120, 0.005564, -0.004199> - 3124: <-0.004946, 0.005887, -0.003941> - 3125: <-0.004668, 0.006080, -0.003975> - 3126: <-0.004602, 0.005939, -0.004267> - 3127: <-0.004870, 0.005760, -0.004226> - 3128: <-0.004668, 0.006080, -0.003975> - 3129: <-0.004374, 0.006257, -0.004017> - 3130: <-0.004318, 0.006105, -0.004318> - 3131: <-0.004602, 0.005939, -0.004267> - 3132: <-0.004374, 0.006257, -0.004017> - 3133: <-0.004065, 0.006421, -0.004065> - 3134: <-0.004017, 0.006257, -0.004374> - 3135: <-0.004318, 0.006105, -0.004318> - 3136: <-0.004065, 0.006421, -0.004065> - 3137: <-0.003743, 0.006570, -0.004117> - 3138: <-0.003701, 0.006397, -0.004434> - 3139: <-0.004017, 0.006257, -0.004374> - 3140: <-0.003743, 0.006570, -0.004117> - 3141: <-0.003407, 0.006705, -0.004170> - 3142: <-0.003372, 0.006525, -0.004494> - 3143: <-0.003701, 0.006397, -0.004434> - 3144: <-0.003407, 0.006705, -0.004170> - 3145: <-0.003060, 0.006828, -0.004223> - 3146: <-0.003030, 0.006641, -0.004553> - 3147: <-0.003372, 0.006525, -0.004494> - 3148: <-0.003060, 0.006828, -0.004223> - 3149: <-0.002701, 0.006937, -0.004273> - 3150: <-0.002676, 0.006745, -0.004609> - 3151: <-0.003030, 0.006641, -0.004553> - 3152: <-0.002701, 0.006937, -0.004273> - 3153: <-0.002333, 0.007033, -0.004318> - 3154: <-0.002313, 0.006836, -0.004659> - 3155: <-0.002676, 0.006745, -0.004609> - 3156: <-0.002333, 0.007033, -0.004318> - 3157: <-0.001957, 0.007115, -0.004360> - 3158: <-0.001940, 0.006915, -0.004705> - 3159: <-0.002313, 0.006836, -0.004659> - 3160: <-0.001957, 0.007115, -0.004360> - 3161: <-0.001574, 0.007183, -0.004395> - 3162: <-0.001561, 0.006980, -0.004744> - 3163: <-0.001940, 0.006915, -0.004705> - 3164: <-0.001574, 0.007183, -0.004395> - 3165: <-0.001185, 0.007236, -0.004424> - 3166: <-0.001176, 0.007032, -0.004776> - 3167: <-0.001561, 0.006980, -0.004744> - 3168: <-0.001185, 0.007236, -0.004424> - 3169: <-0.000792, 0.007275, -0.004446> - 3170: <-0.000786, 0.007069, -0.004800> - 3171: <-0.001176, 0.007032, -0.004776> - 3172: <-0.000792, 0.007275, -0.004446> - 3173: <-0.000397, 0.007298, -0.004460> - 3174: <-0.000394, 0.007092, -0.004815> - 3175: <-0.000786, 0.007069, -0.004800> - 3176: <-0.000397, 0.007298, -0.004460> - 3177: < 0.000000, 0.007306, -0.004465> - 3178: < 0.000000, 0.007099, -0.004820> - 3179: <-0.000394, 0.007092, -0.004815> - 3180: < 0.000000, 0.007306, -0.004465> - 3181: < 0.000397, 0.007298, -0.004460> - 3182: < 0.000394, 0.007092, -0.004815> - 3183: < 0.000000, 0.007099, -0.004820> - 3184: < 0.000397, 0.007298, -0.004460> - 3185: < 0.000792, 0.007275, -0.004446> - 3186: < 0.000786, 0.007069, -0.004800> - 3187: < 0.000394, 0.007092, -0.004815> - 3188: < 0.000792, 0.007275, -0.004446> - 3189: < 0.001185, 0.007236, -0.004424> - 3190: < 0.001176, 0.007032, -0.004776> - 3191: < 0.000786, 0.007069, -0.004800> - 3192: < 0.001185, 0.007236, -0.004424> - 3193: < 0.001574, 0.007183, -0.004395> - 3194: < 0.001561, 0.006980, -0.004744> - 3195: < 0.001176, 0.007032, -0.004776> - 3196: < 0.001574, 0.007183, -0.004395> - 3197: < 0.001957, 0.007115, -0.004360> - 3198: < 0.001940, 0.006915, -0.004705> - 3199: < 0.001561, 0.006980, -0.004744> - 3200: < 0.001957, 0.007115, -0.004360> - 3201: < 0.002333, 0.007033, -0.004318> - 3202: < 0.002313, 0.006836, -0.004659> - 3203: < 0.001940, 0.006915, -0.004705> - 3204: < 0.002333, 0.007033, -0.004318> - 3205: < 0.002701, 0.006937, -0.004273> - 3206: < 0.002676, 0.006745, -0.004609> - 3207: < 0.002313, 0.006836, -0.004659> - 3208: < 0.002701, 0.006937, -0.004273> - 3209: < 0.003060, 0.006828, -0.004223> - 3210: < 0.003030, 0.006641, -0.004553> - 3211: < 0.002676, 0.006745, -0.004609> - 3212: < 0.003060, 0.006828, -0.004223> - 3213: < 0.003407, 0.006705, -0.004170> - 3214: < 0.003372, 0.006525, -0.004494> - 3215: < 0.003030, 0.006641, -0.004553> - 3216: < 0.003407, 0.006705, -0.004170> - 3217: < 0.003743, 0.006570, -0.004117> - 3218: < 0.003701, 0.006397, -0.004434> - 3219: < 0.003372, 0.006525, -0.004494> - 3220: < 0.003743, 0.006570, -0.004117> - 3221: < 0.004065, 0.006421, -0.004065> - 3222: < 0.004017, 0.006257, -0.004374> - 3223: < 0.003701, 0.006397, -0.004434> - 3224: < 0.004065, 0.006421, -0.004065> - 3225: < 0.004374, 0.006257, -0.004017> - 3226: < 0.004318, 0.006105, -0.004318> - 3227: < 0.004017, 0.006257, -0.004374> - 3228: < 0.004374, 0.006257, -0.004017> - 3229: < 0.004668, 0.006080, -0.003975> - 3230: < 0.004602, 0.005939, -0.004267> - 3231: < 0.004318, 0.006105, -0.004318> - 3232: < 0.004668, 0.006080, -0.003975> - 3233: < 0.004946, 0.005887, -0.003941> - 3234: < 0.004870, 0.005760, -0.004226> - 3235: < 0.004602, 0.005939, -0.004267> - 3236: < 0.004946, 0.005887, -0.003941> - 3237: < 0.005207, 0.005678, -0.003918> - 3238: < 0.005120, 0.005564, -0.004199> - 3239: < 0.004870, 0.005760, -0.004226> - 3240: <-0.005120, 0.005564, -0.004199> - 3241: <-0.004870, 0.005760, -0.004226> - 3242: <-0.004798, 0.005623, -0.004494> - 3243: <-0.005034, 0.005446, -0.004460> - 3244: <-0.004870, 0.005760, -0.004226> - 3245: <-0.004602, 0.005939, -0.004267> - 3246: <-0.004542, 0.005788, -0.004542> - 3247: <-0.004798, 0.005623, -0.004494> - 3248: <-0.004602, 0.005939, -0.004267> - 3249: <-0.004318, 0.006105, -0.004318> - 3250: <-0.004267, 0.005939, -0.004602> - 3251: <-0.004542, 0.005788, -0.004542> - 3252: <-0.004318, 0.006105, -0.004318> - 3253: <-0.004017, 0.006257, -0.004374> - 3254: <-0.003975, 0.006080, -0.004668> - 3255: <-0.004267, 0.005939, -0.004602> - 3256: <-0.004017, 0.006257, -0.004374> - 3257: <-0.003701, 0.006397, -0.004434> - 3258: <-0.003666, 0.006210, -0.004736> - 3259: <-0.003975, 0.006080, -0.004668> - 3260: <-0.003701, 0.006397, -0.004434> - 3261: <-0.003372, 0.006525, -0.004494> - 3262: <-0.003342, 0.006329, -0.004804> - 3263: <-0.003666, 0.006210, -0.004736> - 3264: <-0.003372, 0.006525, -0.004494> - 3265: <-0.003030, 0.006641, -0.004553> - 3266: <-0.003004, 0.006439, -0.004870> - 3267: <-0.003342, 0.006329, -0.004804> - 3268: <-0.003030, 0.006641, -0.004553> - 3269: <-0.002676, 0.006745, -0.004609> - 3270: <-0.002655, 0.006537, -0.004931> - 3271: <-0.003004, 0.006439, -0.004870> - 3272: <-0.002676, 0.006745, -0.004609> - 3273: <-0.002313, 0.006836, -0.004659> - 3274: <-0.002295, 0.006623, -0.004987> - 3275: <-0.002655, 0.006537, -0.004931> - 3276: <-0.002313, 0.006836, -0.004659> - 3277: <-0.001940, 0.006915, -0.004705> - 3278: <-0.001926, 0.006698, -0.005037> - 3279: <-0.002295, 0.006623, -0.004987> - 3280: <-0.001940, 0.006915, -0.004705> - 3281: <-0.001561, 0.006980, -0.004744> - 3282: <-0.001550, 0.006761, -0.005080> - 3283: <-0.001926, 0.006698, -0.005037> - 3284: <-0.001561, 0.006980, -0.004744> - 3285: <-0.001176, 0.007032, -0.004776> - 3286: <-0.001168, 0.006810, -0.005114> - 3287: <-0.001550, 0.006761, -0.005080> - 3288: <-0.001176, 0.007032, -0.004776> - 3289: <-0.000786, 0.007069, -0.004800> - 3290: <-0.000781, 0.006846, -0.005140> - 3291: <-0.001168, 0.006810, -0.005114> - 3292: <-0.000786, 0.007069, -0.004800> - 3293: <-0.000394, 0.007092, -0.004815> - 3294: <-0.000391, 0.006868, -0.005156> - 3295: <-0.000781, 0.006846, -0.005140> - 3296: <-0.000394, 0.007092, -0.004815> - 3297: < 0.000000, 0.007099, -0.004820> - 3298: < 0.000000, 0.006875, -0.005162> - 3299: <-0.000391, 0.006868, -0.005156> - 3300: < 0.000000, 0.007099, -0.004820> - 3301: < 0.000394, 0.007092, -0.004815> - 3302: < 0.000391, 0.006868, -0.005156> - 3303: < 0.000000, 0.006875, -0.005162> - 3304: < 0.000394, 0.007092, -0.004815> - 3305: < 0.000786, 0.007069, -0.004800> - 3306: < 0.000781, 0.006846, -0.005140> - 3307: < 0.000391, 0.006868, -0.005156> - 3308: < 0.000786, 0.007069, -0.004800> - 3309: < 0.001176, 0.007032, -0.004776> - 3310: < 0.001168, 0.006810, -0.005114> - 3311: < 0.000781, 0.006846, -0.005140> - 3312: < 0.001176, 0.007032, -0.004776> - 3313: < 0.001561, 0.006980, -0.004744> - 3314: < 0.001550, 0.006761, -0.005080> - 3315: < 0.001168, 0.006810, -0.005114> - 3316: < 0.001561, 0.006980, -0.004744> - 3317: < 0.001940, 0.006915, -0.004705> - 3318: < 0.001926, 0.006698, -0.005037> - 3319: < 0.001550, 0.006761, -0.005080> - 3320: < 0.001940, 0.006915, -0.004705> - 3321: < 0.002313, 0.006836, -0.004659> - 3322: < 0.002295, 0.006623, -0.004987> - 3323: < 0.001926, 0.006698, -0.005037> - 3324: < 0.002313, 0.006836, -0.004659> - 3325: < 0.002676, 0.006745, -0.004609> - 3326: < 0.002655, 0.006537, -0.004931> - 3327: < 0.002295, 0.006623, -0.004987> - 3328: < 0.002676, 0.006745, -0.004609> - 3329: < 0.003030, 0.006641, -0.004553> - 3330: < 0.003004, 0.006439, -0.004870> - 3331: < 0.002655, 0.006537, -0.004931> - 3332: < 0.003030, 0.006641, -0.004553> - 3333: < 0.003372, 0.006525, -0.004494> - 3334: < 0.003342, 0.006329, -0.004804> - 3335: < 0.003004, 0.006439, -0.004870> - 3336: < 0.003372, 0.006525, -0.004494> - 3337: < 0.003701, 0.006397, -0.004434> - 3338: < 0.003666, 0.006210, -0.004736> - 3339: < 0.003342, 0.006329, -0.004804> - 3340: < 0.003701, 0.006397, -0.004434> - 3341: < 0.004017, 0.006257, -0.004374> - 3342: < 0.003975, 0.006080, -0.004668> - 3343: < 0.003666, 0.006210, -0.004736> - 3344: < 0.004017, 0.006257, -0.004374> - 3345: < 0.004318, 0.006105, -0.004318> - 3346: < 0.004267, 0.005939, -0.004602> - 3347: < 0.003975, 0.006080, -0.004668> - 3348: < 0.004318, 0.006105, -0.004318> - 3349: < 0.004602, 0.005939, -0.004267> - 3350: < 0.004542, 0.005788, -0.004542> - 3351: < 0.004267, 0.005939, -0.004602> - 3352: < 0.004602, 0.005939, -0.004267> - 3353: < 0.004870, 0.005760, -0.004226> - 3354: < 0.004798, 0.005623, -0.004494> - 3355: < 0.004542, 0.005788, -0.004542> - 3356: < 0.004870, 0.005760, -0.004226> - 3357: < 0.005120, 0.005564, -0.004199> - 3358: < 0.005034, 0.005446, -0.004460> - 3359: < 0.004798, 0.005623, -0.004494> - 3360: <-0.005034, 0.005446, -0.004460> - 3361: <-0.004798, 0.005623, -0.004494> - 3362: <-0.004738, 0.005479, -0.004738> - 3363: <-0.004959, 0.005326, -0.004691> - 3364: <-0.004798, 0.005623, -0.004494> - 3365: <-0.004542, 0.005788, -0.004542> - 3366: <-0.004494, 0.005623, -0.004798> - 3367: <-0.004738, 0.005479, -0.004738> - 3368: <-0.004542, 0.005788, -0.004542> - 3369: <-0.004267, 0.005939, -0.004602> - 3370: <-0.004226, 0.005760, -0.004870> - 3371: <-0.004494, 0.005623, -0.004798> - 3372: <-0.004267, 0.005939, -0.004602> - 3373: <-0.003975, 0.006080, -0.004668> - 3374: <-0.003941, 0.005887, -0.004946> - 3375: <-0.004226, 0.005760, -0.004870> - 3376: <-0.003975, 0.006080, -0.004668> - 3377: <-0.003666, 0.006210, -0.004736> - 3378: <-0.003637, 0.006006, -0.005023> - 3379: <-0.003941, 0.005887, -0.004946> - 3380: <-0.003666, 0.006210, -0.004736> - 3381: <-0.003342, 0.006329, -0.004804> - 3382: <-0.003318, 0.006117, -0.005099> - 3383: <-0.003637, 0.006006, -0.005023> - 3384: <-0.003342, 0.006329, -0.004804> - 3385: <-0.003004, 0.006439, -0.004870> - 3386: <-0.002984, 0.006219, -0.005172> - 3387: <-0.003318, 0.006117, -0.005099> - 3388: <-0.003004, 0.006439, -0.004870> - 3389: <-0.002655, 0.006537, -0.004931> - 3390: <-0.002638, 0.006311, -0.005240> - 3391: <-0.002984, 0.006219, -0.005172> - 3392: <-0.002655, 0.006537, -0.004931> - 3393: <-0.002295, 0.006623, -0.004987> - 3394: <-0.002281, 0.006393, -0.005301> - 3395: <-0.002638, 0.006311, -0.005240> - 3396: <-0.002295, 0.006623, -0.004987> - 3397: <-0.001926, 0.006698, -0.005037> - 3398: <-0.001915, 0.006464, -0.005355> - 3399: <-0.002281, 0.006393, -0.005301> - 3400: <-0.001926, 0.006698, -0.005037> - 3401: <-0.001550, 0.006761, -0.005080> - 3402: <-0.001541, 0.006523, -0.005401> - 3403: <-0.001915, 0.006464, -0.005355> - 3404: <-0.001550, 0.006761, -0.005080> - 3405: <-0.001168, 0.006810, -0.005114> - 3406: <-0.001161, 0.006570, -0.005438> - 3407: <-0.001541, 0.006523, -0.005401> - 3408: <-0.001168, 0.006810, -0.005114> - 3409: <-0.000781, 0.006846, -0.005140> - 3410: <-0.000777, 0.006605, -0.005466> - 3411: <-0.001161, 0.006570, -0.005438> - 3412: <-0.000781, 0.006846, -0.005140> - 3413: <-0.000391, 0.006868, -0.005156> - 3414: <-0.000389, 0.006626, -0.005483> - 3415: <-0.000777, 0.006605, -0.005466> - 3416: <-0.000391, 0.006868, -0.005156> - 3417: < 0.000000, 0.006875, -0.005162> - 3418: < 0.000000, 0.006633, -0.005489> - 3419: <-0.000389, 0.006626, -0.005483> - 3420: < 0.000000, 0.006875, -0.005162> - 3421: < 0.000391, 0.006868, -0.005156> - 3422: < 0.000389, 0.006626, -0.005483> - 3423: < 0.000000, 0.006633, -0.005489> - 3424: < 0.000391, 0.006868, -0.005156> - 3425: < 0.000781, 0.006846, -0.005140> - 3426: < 0.000777, 0.006605, -0.005466> - 3427: < 0.000389, 0.006626, -0.005483> - 3428: < 0.000781, 0.006846, -0.005140> - 3429: < 0.001168, 0.006810, -0.005114> - 3430: < 0.001161, 0.006570, -0.005438> - 3431: < 0.000777, 0.006605, -0.005466> - 3432: < 0.001168, 0.006810, -0.005114> - 3433: < 0.001550, 0.006761, -0.005080> - 3434: < 0.001541, 0.006523, -0.005401> - 3435: < 0.001161, 0.006570, -0.005438> - 3436: < 0.001550, 0.006761, -0.005080> - 3437: < 0.001926, 0.006698, -0.005037> - 3438: < 0.001915, 0.006464, -0.005355> - 3439: < 0.001541, 0.006523, -0.005401> - 3440: < 0.001926, 0.006698, -0.005037> - 3441: < 0.002295, 0.006623, -0.004987> - 3442: < 0.002281, 0.006393, -0.005301> - 3443: < 0.001915, 0.006464, -0.005355> - 3444: < 0.002295, 0.006623, -0.004987> - 3445: < 0.002655, 0.006537, -0.004931> - 3446: < 0.002638, 0.006311, -0.005240> - 3447: < 0.002281, 0.006393, -0.005301> - 3448: < 0.002655, 0.006537, -0.004931> - 3449: < 0.003004, 0.006439, -0.004870> - 3450: < 0.002984, 0.006219, -0.005172> - 3451: < 0.002638, 0.006311, -0.005240> - 3452: < 0.003004, 0.006439, -0.004870> - 3453: < 0.003342, 0.006329, -0.004804> - 3454: < 0.003318, 0.006117, -0.005099> - 3455: < 0.002984, 0.006219, -0.005172> - 3456: < 0.003342, 0.006329, -0.004804> - 3457: < 0.003666, 0.006210, -0.004736> - 3458: < 0.003637, 0.006006, -0.005023> - 3459: < 0.003318, 0.006117, -0.005099> - 3460: < 0.003666, 0.006210, -0.004736> - 3461: < 0.003975, 0.006080, -0.004668> - 3462: < 0.003941, 0.005887, -0.004946> - 3463: < 0.003637, 0.006006, -0.005023> - 3464: < 0.003975, 0.006080, -0.004668> - 3465: < 0.004267, 0.005939, -0.004602> - 3466: < 0.004226, 0.005760, -0.004870> - 3467: < 0.003941, 0.005887, -0.004946> - 3468: < 0.004267, 0.005939, -0.004602> - 3469: < 0.004542, 0.005788, -0.004542> - 3470: < 0.004494, 0.005623, -0.004798> - 3471: < 0.004226, 0.005760, -0.004870> - 3472: < 0.004542, 0.005788, -0.004542> - 3473: < 0.004798, 0.005623, -0.004494> - 3474: < 0.004738, 0.005479, -0.004738> - 3475: < 0.004494, 0.005623, -0.004798> - 3476: < 0.004798, 0.005623, -0.004494> - 3477: < 0.005034, 0.005446, -0.004460> - 3478: < 0.004959, 0.005326, -0.004691> - 3479: < 0.004738, 0.005479, -0.004738> - 3480: <-0.004959, 0.005326, -0.004691> - 3481: <-0.004738, 0.005479, -0.004738> - 3482: <-0.004691, 0.005326, -0.004959> - 3483: <-0.004894, 0.005206, -0.004894> - 3484: <-0.004738, 0.005479, -0.004738> - 3485: <-0.004494, 0.005623, -0.004798> - 3486: <-0.004460, 0.005446, -0.005034> - 3487: <-0.004691, 0.005326, -0.004959> - 3488: <-0.004494, 0.005623, -0.004798> - 3489: <-0.004226, 0.005760, -0.004870> - 3490: <-0.004199, 0.005564, -0.005120> - 3491: <-0.004460, 0.005446, -0.005034> - 3492: <-0.004226, 0.005760, -0.004870> - 3493: <-0.003941, 0.005887, -0.004946> - 3494: <-0.003918, 0.005678, -0.005207> - 3495: <-0.004199, 0.005564, -0.005120> - 3496: <-0.003941, 0.005887, -0.004946> - 3497: <-0.003637, 0.006006, -0.005023> - 3498: <-0.003619, 0.005786, -0.005294> - 3499: <-0.003918, 0.005678, -0.005207> - 3500: <-0.003637, 0.006006, -0.005023> - 3501: <-0.003318, 0.006117, -0.005099> - 3502: <-0.003302, 0.005888, -0.005379> - 3503: <-0.003619, 0.005786, -0.005294> - 3504: <-0.003318, 0.006117, -0.005099> - 3505: <-0.002984, 0.006219, -0.005172> - 3506: <-0.002971, 0.005983, -0.005459> - 3507: <-0.003302, 0.005888, -0.005379> - 3508: <-0.002984, 0.006219, -0.005172> - 3509: <-0.002638, 0.006311, -0.005240> - 3510: <-0.002627, 0.006069, -0.005533> - 3511: <-0.002971, 0.005983, -0.005459> - 3512: <-0.002638, 0.006311, -0.005240> - 3513: <-0.002281, 0.006393, -0.005301> - 3514: <-0.002272, 0.006146, -0.005599> - 3515: <-0.002627, 0.006069, -0.005533> - 3516: <-0.002281, 0.006393, -0.005301> - 3517: <-0.001915, 0.006464, -0.005355> - 3518: <-0.001908, 0.006212, -0.005657> - 3519: <-0.002272, 0.006146, -0.005599> - 3520: <-0.001915, 0.006464, -0.005355> - 3521: <-0.001541, 0.006523, -0.005401> - 3522: <-0.001536, 0.006269, -0.005707> - 3523: <-0.001908, 0.006212, -0.005657> - 3524: <-0.001541, 0.006523, -0.005401> - 3525: <-0.001161, 0.006570, -0.005438> - 3526: <-0.001157, 0.006313, -0.005747> - 3527: <-0.001536, 0.006269, -0.005707> - 3528: <-0.001161, 0.006570, -0.005438> - 3529: <-0.000777, 0.006605, -0.005466> - 3530: <-0.000774, 0.006346, -0.005776> - 3531: <-0.001157, 0.006313, -0.005747> - 3532: <-0.000777, 0.006605, -0.005466> - 3533: <-0.000389, 0.006626, -0.005483> - 3534: <-0.000388, 0.006366, -0.005794> - 3535: <-0.000774, 0.006346, -0.005776> - 3536: <-0.000389, 0.006626, -0.005483> - 3537: < 0.000000, 0.006633, -0.005489> - 3538: <-0.000000, 0.006373, -0.005801> - 3539: <-0.000388, 0.006366, -0.005794> - 3540: < 0.000000, 0.006633, -0.005489> - 3541: < 0.000389, 0.006626, -0.005483> - 3542: < 0.000388, 0.006366, -0.005794> - 3543: <-0.000000, 0.006373, -0.005801> - 3544: < 0.000389, 0.006626, -0.005483> - 3545: < 0.000777, 0.006605, -0.005466> - 3546: < 0.000774, 0.006346, -0.005776> - 3547: < 0.000388, 0.006366, -0.005794> - 3548: < 0.000777, 0.006605, -0.005466> - 3549: < 0.001161, 0.006570, -0.005438> - 3550: < 0.001157, 0.006313, -0.005747> - 3551: < 0.000774, 0.006346, -0.005776> - 3552: < 0.001161, 0.006570, -0.005438> - 3553: < 0.001541, 0.006523, -0.005401> - 3554: < 0.001536, 0.006269, -0.005707> - 3555: < 0.001157, 0.006313, -0.005747> - 3556: < 0.001541, 0.006523, -0.005401> - 3557: < 0.001915, 0.006464, -0.005355> - 3558: < 0.001908, 0.006212, -0.005657> - 3559: < 0.001536, 0.006269, -0.005707> - 3560: < 0.001915, 0.006464, -0.005355> - 3561: < 0.002281, 0.006393, -0.005301> - 3562: < 0.002272, 0.006146, -0.005599> - 3563: < 0.001908, 0.006212, -0.005657> - 3564: < 0.002281, 0.006393, -0.005301> - 3565: < 0.002638, 0.006311, -0.005240> - 3566: < 0.002627, 0.006069, -0.005533> - 3567: < 0.002272, 0.006146, -0.005599> - 3568: < 0.002638, 0.006311, -0.005240> - 3569: < 0.002984, 0.006219, -0.005172> - 3570: < 0.002971, 0.005983, -0.005459> - 3571: < 0.002627, 0.006069, -0.005533> - 3572: < 0.002984, 0.006219, -0.005172> - 3573: < 0.003318, 0.006117, -0.005099> - 3574: < 0.003302, 0.005888, -0.005379> - 3575: < 0.002971, 0.005983, -0.005459> - 3576: < 0.003318, 0.006117, -0.005099> - 3577: < 0.003637, 0.006006, -0.005023> - 3578: < 0.003619, 0.005786, -0.005294> - 3579: < 0.003302, 0.005888, -0.005379> - 3580: < 0.003637, 0.006006, -0.005023> - 3581: < 0.003941, 0.005887, -0.004946> - 3582: < 0.003918, 0.005678, -0.005207> - 3583: < 0.003619, 0.005786, -0.005294> - 3584: < 0.003941, 0.005887, -0.004946> - 3585: < 0.004226, 0.005760, -0.004870> - 3586: < 0.004199, 0.005564, -0.005120> - 3587: < 0.003918, 0.005678, -0.005207> - 3588: < 0.004226, 0.005760, -0.004870> - 3589: < 0.004494, 0.005623, -0.004798> - 3590: < 0.004460, 0.005446, -0.005034> - 3591: < 0.004199, 0.005564, -0.005120> - 3592: < 0.004494, 0.005623, -0.004798> - 3593: < 0.004738, 0.005479, -0.004738> - 3594: < 0.004691, 0.005326, -0.004959> - 3595: < 0.004460, 0.005446, -0.005034> - 3596: < 0.004738, 0.005479, -0.004738> - 3597: < 0.004959, 0.005326, -0.004691> - 3598: < 0.004894, 0.005206, -0.004894> - 3599: < 0.004691, 0.005326, -0.004959> - 3600: <-0.005000, 0.005000, 0.005000> - 3601: <-0.004833, 0.005081, 0.005081> - 3602: <-0.004894, 0.005206, 0.004894> - 3603: <-0.005081, 0.005081, 0.004833> - 3604: <-0.004833, 0.005081, 0.005081> - 3605: <-0.004647, 0.005166, 0.005166> - 3606: <-0.004691, 0.005326, 0.004959> - 3607: <-0.004894, 0.005206, 0.004894> - 3608: <-0.004647, 0.005166, 0.005166> - 3609: <-0.004436, 0.005255, 0.005255> - 3610: <-0.004460, 0.005446, 0.005034> - 3611: <-0.004691, 0.005326, 0.004959> - 3612: <-0.004436, 0.005255, 0.005255> - 3613: <-0.004188, 0.005351, 0.005351> - 3614: <-0.004199, 0.005564, 0.005120> - 3615: <-0.004460, 0.005446, 0.005034> - 3616: <-0.004188, 0.005351, 0.005351> - 3617: <-0.003910, 0.005451, 0.005451> - 3618: <-0.003918, 0.005678, 0.005207> - 3619: <-0.004199, 0.005564, 0.005120> - 3620: <-0.003910, 0.005451, 0.005451> - 3621: <-0.003612, 0.005549, 0.005549> - 3622: <-0.003619, 0.005786, 0.005294> - 3623: <-0.003918, 0.005678, 0.005207> - 3624: <-0.003612, 0.005549, 0.005549> - 3625: <-0.003297, 0.005642, 0.005642> - 3626: <-0.003302, 0.005888, 0.005379> - 3627: <-0.003619, 0.005786, 0.005294> - 3628: <-0.003297, 0.005642, 0.005642> - 3629: <-0.002966, 0.005729, 0.005729> - 3630: <-0.002971, 0.005983, 0.005459> - 3631: <-0.003302, 0.005888, 0.005379> - 3632: <-0.002966, 0.005729, 0.005729> - 3633: <-0.002623, 0.005809, 0.005809> - 3634: <-0.002627, 0.006069, 0.005533> - 3635: <-0.002971, 0.005983, 0.005459> - 3636: <-0.002623, 0.005809, 0.005809> - 3637: <-0.002269, 0.005881, 0.005881> - 3638: <-0.002272, 0.006146, 0.005599> - 3639: <-0.002627, 0.006069, 0.005533> - 3640: <-0.002269, 0.005881, 0.005881> - 3641: <-0.001906, 0.005944, 0.005944> - 3642: <-0.001908, 0.006212, 0.005657> - 3643: <-0.002272, 0.006146, 0.005599> - 3644: <-0.001906, 0.005944, 0.005944> - 3645: <-0.001534, 0.005996, 0.005996> - 3646: <-0.001536, 0.006269, 0.005707> - 3647: <-0.001908, 0.006212, 0.005657> - 3648: <-0.001534, 0.005996, 0.005996> - 3649: <-0.001156, 0.006039, 0.006039> - 3650: <-0.001157, 0.006313, 0.005747> - 3651: <-0.001536, 0.006269, 0.005707> - 3652: <-0.001156, 0.006039, 0.006039> - 3653: <-0.000773, 0.006070, 0.006070> - 3654: <-0.000774, 0.006346, 0.005776> - 3655: <-0.001157, 0.006313, 0.005747> - 3656: <-0.000773, 0.006070, 0.006070> - 3657: <-0.000387, 0.006089, 0.006089> - 3658: <-0.000388, 0.006366, 0.005794> - 3659: <-0.000774, 0.006346, 0.005776> - 3660: <-0.000387, 0.006089, 0.006089> - 3661: <-0.000000, 0.006096, 0.006096> - 3662: < 0.000000, 0.006373, 0.005801> - 3663: <-0.000388, 0.006366, 0.005794> - 3664: <-0.000000, 0.006096, 0.006096> - 3665: < 0.000387, 0.006089, 0.006089> - 3666: < 0.000388, 0.006366, 0.005794> - 3667: < 0.000000, 0.006373, 0.005801> - 3668: < 0.000387, 0.006089, 0.006089> - 3669: < 0.000773, 0.006070, 0.006070> - 3670: < 0.000774, 0.006346, 0.005776> - 3671: < 0.000388, 0.006366, 0.005794> - 3672: < 0.000773, 0.006070, 0.006070> - 3673: < 0.001156, 0.006039, 0.006039> - 3674: < 0.001157, 0.006313, 0.005747> - 3675: < 0.000774, 0.006346, 0.005776> - 3676: < 0.001156, 0.006039, 0.006039> - 3677: < 0.001534, 0.005996, 0.005996> - 3678: < 0.001536, 0.006269, 0.005707> - 3679: < 0.001157, 0.006313, 0.005747> - 3680: < 0.001534, 0.005996, 0.005996> - 3681: < 0.001906, 0.005944, 0.005944> - 3682: < 0.001908, 0.006212, 0.005657> - 3683: < 0.001536, 0.006269, 0.005707> - 3684: < 0.001906, 0.005944, 0.005944> - 3685: < 0.002269, 0.005881, 0.005881> - 3686: < 0.002272, 0.006146, 0.005599> - 3687: < 0.001908, 0.006212, 0.005657> - 3688: < 0.002269, 0.005881, 0.005881> - 3689: < 0.002623, 0.005809, 0.005809> - 3690: < 0.002627, 0.006069, 0.005533> - 3691: < 0.002272, 0.006146, 0.005599> - 3692: < 0.002623, 0.005809, 0.005809> - 3693: < 0.002966, 0.005729, 0.005729> - 3694: < 0.002971, 0.005983, 0.005459> - 3695: < 0.002627, 0.006069, 0.005533> - 3696: < 0.002966, 0.005729, 0.005729> - 3697: < 0.003297, 0.005642, 0.005642> - 3698: < 0.003302, 0.005888, 0.005379> - 3699: < 0.002971, 0.005983, 0.005459> - 3700: < 0.003297, 0.005642, 0.005642> - 3701: < 0.003612, 0.005549, 0.005549> - 3702: < 0.003619, 0.005786, 0.005294> - 3703: < 0.003302, 0.005888, 0.005379> - 3704: < 0.003612, 0.005549, 0.005549> - 3705: < 0.003910, 0.005451, 0.005451> - 3706: < 0.003918, 0.005678, 0.005207> - 3707: < 0.003619, 0.005786, 0.005294> - 3708: < 0.003910, 0.005451, 0.005451> - 3709: < 0.004188, 0.005351, 0.005351> - 3710: < 0.004199, 0.005564, 0.005120> - 3711: < 0.003918, 0.005678, 0.005207> - 3712: < 0.004188, 0.005351, 0.005351> - 3713: < 0.004436, 0.005255, 0.005255> - 3714: < 0.004460, 0.005446, 0.005034> - 3715: < 0.004199, 0.005564, 0.005120> - 3716: < 0.004436, 0.005255, 0.005255> - 3717: < 0.004647, 0.005166, 0.005166> - 3718: < 0.004691, 0.005326, 0.004959> - 3719: < 0.004460, 0.005446, 0.005034> - 3720: < 0.004647, 0.005166, 0.005166> - 3721: < 0.004833, 0.005081, 0.005081> - 3722: < 0.004894, 0.005206, 0.004894> - 3723: < 0.004691, 0.005326, 0.004959> - 3724: < 0.004833, 0.005081, 0.005081> - 3725: < 0.005000, 0.005000, 0.005000> - 3726: < 0.005081, 0.005081, 0.004833> - 3727: < 0.004894, 0.005206, 0.004894> - 3728: < 0.004894, 0.005206, 0.004894> - 3729: < 0.005081, 0.005081, 0.004833> - 3730: < 0.005166, 0.005166, 0.004647> - 3731: < 0.004959, 0.005326, 0.004691> - 3732: < 0.004959, 0.005326, 0.004691> - 3733: < 0.005166, 0.005166, 0.004647> - 3734: < 0.005255, 0.005255, 0.004436> - 3735: < 0.005034, 0.005446, 0.004460> - 3736: < 0.005034, 0.005446, 0.004460> - 3737: < 0.005255, 0.005255, 0.004436> - 3738: < 0.005351, 0.005351, 0.004188> - 3739: < 0.005120, 0.005564, 0.004199> - 3740: < 0.005120, 0.005564, 0.004199> - 3741: < 0.005351, 0.005351, 0.004188> - 3742: < 0.005451, 0.005451, 0.003910> - 3743: < 0.005207, 0.005678, 0.003918> - 3744: < 0.005207, 0.005678, 0.003918> - 3745: < 0.005451, 0.005451, 0.003910> - 3746: < 0.005549, 0.005549, 0.003612> - 3747: < 0.005294, 0.005786, 0.003619> - 3748: < 0.005294, 0.005786, 0.003619> - 3749: < 0.005549, 0.005549, 0.003612> - 3750: < 0.005642, 0.005642, 0.003297> - 3751: < 0.005379, 0.005888, 0.003302> - 3752: < 0.005379, 0.005888, 0.003302> - 3753: < 0.005642, 0.005642, 0.003297> - 3754: < 0.005729, 0.005729, 0.002966> - 3755: < 0.005459, 0.005983, 0.002971> - 3756: < 0.005459, 0.005983, 0.002971> - 3757: < 0.005729, 0.005729, 0.002966> - 3758: < 0.005809, 0.005809, 0.002623> - 3759: < 0.005533, 0.006069, 0.002627> - 3760: < 0.005533, 0.006069, 0.002627> - 3761: < 0.005809, 0.005809, 0.002623> - 3762: < 0.005881, 0.005881, 0.002269> - 3763: < 0.005599, 0.006146, 0.002272> - 3764: < 0.005599, 0.006146, 0.002272> - 3765: < 0.005881, 0.005881, 0.002269> - 3766: < 0.005944, 0.005944, 0.001906> - 3767: < 0.005657, 0.006212, 0.001908> - 3768: < 0.005657, 0.006212, 0.001908> - 3769: < 0.005944, 0.005944, 0.001906> - 3770: < 0.005996, 0.005996, 0.001534> - 3771: < 0.005707, 0.006269, 0.001536> - 3772: < 0.005707, 0.006269, 0.001536> - 3773: < 0.005996, 0.005996, 0.001534> - 3774: < 0.006039, 0.006039, 0.001156> - 3775: < 0.005747, 0.006313, 0.001157> - 3776: < 0.005747, 0.006313, 0.001157> - 3777: < 0.006039, 0.006039, 0.001156> - 3778: < 0.006070, 0.006070, 0.000773> - 3779: < 0.005776, 0.006346, 0.000774> - 3780: < 0.005776, 0.006346, 0.000774> - 3781: < 0.006070, 0.006070, 0.000773> - 3782: < 0.006089, 0.006089, 0.000387> - 3783: < 0.005794, 0.006366, 0.000388> - 3784: < 0.005794, 0.006366, 0.000388> - 3785: < 0.006089, 0.006089, 0.000387> - 3786: < 0.006096, 0.006096, 0.000000> - 3787: < 0.005801, 0.006373, 0.000000> - 3788: < 0.005801, 0.006373, 0.000000> - 3789: < 0.006096, 0.006096, 0.000000> - 3790: < 0.006089, 0.006089, -0.000387> - 3791: < 0.005794, 0.006366, -0.000388> - 3792: < 0.005794, 0.006366, -0.000388> - 3793: < 0.006089, 0.006089, -0.000387> - 3794: < 0.006070, 0.006070, -0.000773> - 3795: < 0.005776, 0.006346, -0.000774> - 3796: < 0.005776, 0.006346, -0.000774> - 3797: < 0.006070, 0.006070, -0.000773> - 3798: < 0.006039, 0.006039, -0.001156> - 3799: < 0.005747, 0.006313, -0.001157> - 3800: < 0.005747, 0.006313, -0.001157> - 3801: < 0.006039, 0.006039, -0.001156> - 3802: < 0.005996, 0.005996, -0.001534> - 3803: < 0.005707, 0.006269, -0.001536> - 3804: < 0.005707, 0.006269, -0.001536> - 3805: < 0.005996, 0.005996, -0.001534> - 3806: < 0.005944, 0.005944, -0.001906> - 3807: < 0.005657, 0.006212, -0.001908> - 3808: < 0.005657, 0.006212, -0.001908> - 3809: < 0.005944, 0.005944, -0.001906> - 3810: < 0.005881, 0.005881, -0.002269> - 3811: < 0.005599, 0.006146, -0.002272> - 3812: < 0.005599, 0.006146, -0.002272> - 3813: < 0.005881, 0.005881, -0.002269> - 3814: < 0.005809, 0.005809, -0.002623> - 3815: < 0.005533, 0.006069, -0.002627> - 3816: < 0.005533, 0.006069, -0.002627> - 3817: < 0.005809, 0.005809, -0.002623> - 3818: < 0.005729, 0.005729, -0.002966> - 3819: < 0.005459, 0.005983, -0.002971> - 3820: < 0.005459, 0.005983, -0.002971> - 3821: < 0.005729, 0.005729, -0.002966> - 3822: < 0.005642, 0.005642, -0.003297> - 3823: < 0.005379, 0.005888, -0.003302> - 3824: < 0.005379, 0.005888, -0.003302> - 3825: < 0.005642, 0.005642, -0.003297> - 3826: < 0.005549, 0.005549, -0.003612> - 3827: < 0.005294, 0.005786, -0.003619> - 3828: < 0.005294, 0.005786, -0.003619> - 3829: < 0.005549, 0.005549, -0.003612> - 3830: < 0.005451, 0.005451, -0.003910> - 3831: < 0.005207, 0.005678, -0.003918> - 3832: < 0.005207, 0.005678, -0.003918> - 3833: < 0.005451, 0.005451, -0.003910> - 3834: < 0.005351, 0.005351, -0.004188> - 3835: < 0.005120, 0.005564, -0.004199> - 3836: < 0.005120, 0.005564, -0.004199> - 3837: < 0.005351, 0.005351, -0.004188> - 3838: < 0.005255, 0.005255, -0.004436> - 3839: < 0.005034, 0.005446, -0.004460> - 3840: < 0.005034, 0.005446, -0.004460> - 3841: < 0.005255, 0.005255, -0.004436> - 3842: < 0.005166, 0.005166, -0.004647> - 3843: < 0.004959, 0.005326, -0.004691> - 3844: < 0.004959, 0.005326, -0.004691> - 3845: < 0.005166, 0.005166, -0.004647> - 3846: < 0.005081, 0.005081, -0.004833> - 3847: < 0.004894, 0.005206, -0.004894> - 3848: < 0.004894, 0.005206, -0.004894> - 3849: < 0.005081, 0.005081, -0.004833> - 3850: < 0.005000, 0.005000, -0.005000> - 3851: < 0.004833, 0.005081, -0.005081> - 3852: < 0.004691, 0.005326, -0.004959> - 3853: < 0.004894, 0.005206, -0.004894> - 3854: < 0.004833, 0.005081, -0.005081> - 3855: < 0.004647, 0.005166, -0.005166> - 3856: < 0.004460, 0.005446, -0.005034> - 3857: < 0.004691, 0.005326, -0.004959> - 3858: < 0.004647, 0.005166, -0.005166> - 3859: < 0.004436, 0.005255, -0.005255> - 3860: < 0.004199, 0.005564, -0.005120> - 3861: < 0.004460, 0.005446, -0.005034> - 3862: < 0.004436, 0.005255, -0.005255> - 3863: < 0.004188, 0.005351, -0.005351> - 3864: < 0.003918, 0.005678, -0.005207> - 3865: < 0.004199, 0.005564, -0.005120> - 3866: < 0.004188, 0.005351, -0.005351> - 3867: < 0.003910, 0.005451, -0.005451> - 3868: < 0.003619, 0.005786, -0.005294> - 3869: < 0.003918, 0.005678, -0.005207> - 3870: < 0.003910, 0.005451, -0.005451> - 3871: < 0.003612, 0.005549, -0.005549> - 3872: < 0.003302, 0.005888, -0.005379> - 3873: < 0.003619, 0.005786, -0.005294> - 3874: < 0.003612, 0.005549, -0.005549> - 3875: < 0.003297, 0.005642, -0.005642> - 3876: < 0.002971, 0.005983, -0.005459> - 3877: < 0.003302, 0.005888, -0.005379> - 3878: < 0.003297, 0.005642, -0.005642> - 3879: < 0.002966, 0.005729, -0.005729> - 3880: < 0.002627, 0.006069, -0.005533> - 3881: < 0.002971, 0.005983, -0.005459> - 3882: < 0.002966, 0.005729, -0.005729> - 3883: < 0.002623, 0.005809, -0.005809> - 3884: < 0.002272, 0.006146, -0.005599> - 3885: < 0.002627, 0.006069, -0.005533> - 3886: < 0.002623, 0.005809, -0.005809> - 3887: < 0.002269, 0.005881, -0.005881> - 3888: < 0.001908, 0.006212, -0.005657> - 3889: < 0.002272, 0.006146, -0.005599> - 3890: < 0.002269, 0.005881, -0.005881> - 3891: < 0.001906, 0.005944, -0.005944> - 3892: < 0.001536, 0.006269, -0.005707> - 3893: < 0.001908, 0.006212, -0.005657> - 3894: < 0.001906, 0.005944, -0.005944> - 3895: < 0.001534, 0.005996, -0.005996> - 3896: < 0.001157, 0.006313, -0.005747> - 3897: < 0.001536, 0.006269, -0.005707> - 3898: < 0.001534, 0.005996, -0.005996> - 3899: < 0.001156, 0.006039, -0.006039> - 3900: < 0.000774, 0.006346, -0.005776> - 3901: < 0.001157, 0.006313, -0.005747> - 3902: < 0.001156, 0.006039, -0.006039> - 3903: < 0.000773, 0.006070, -0.006070> - 3904: < 0.000388, 0.006366, -0.005794> - 3905: < 0.000774, 0.006346, -0.005776> - 3906: < 0.000773, 0.006070, -0.006070> - 3907: < 0.000387, 0.006089, -0.006089> - 3908: <-0.000000, 0.006373, -0.005801> - 3909: < 0.000388, 0.006366, -0.005794> - 3910: < 0.000387, 0.006089, -0.006089> - 3911: < 0.000000, 0.006096, -0.006096> - 3912: <-0.000388, 0.006366, -0.005794> - 3913: <-0.000000, 0.006373, -0.005801> - 3914: < 0.000000, 0.006096, -0.006096> - 3915: <-0.000387, 0.006089, -0.006089> - 3916: <-0.000774, 0.006346, -0.005776> - 3917: <-0.000388, 0.006366, -0.005794> - 3918: <-0.000387, 0.006089, -0.006089> - 3919: <-0.000773, 0.006070, -0.006070> - 3920: <-0.001157, 0.006313, -0.005747> - 3921: <-0.000774, 0.006346, -0.005776> - 3922: <-0.000773, 0.006070, -0.006070> - 3923: <-0.001156, 0.006039, -0.006039> - 3924: <-0.001536, 0.006269, -0.005707> - 3925: <-0.001157, 0.006313, -0.005747> - 3926: <-0.001156, 0.006039, -0.006039> - 3927: <-0.001534, 0.005996, -0.005996> - 3928: <-0.001908, 0.006212, -0.005657> - 3929: <-0.001536, 0.006269, -0.005707> - 3930: <-0.001534, 0.005996, -0.005996> - 3931: <-0.001906, 0.005944, -0.005944> - 3932: <-0.002272, 0.006146, -0.005599> - 3933: <-0.001908, 0.006212, -0.005657> - 3934: <-0.001906, 0.005944, -0.005944> - 3935: <-0.002269, 0.005881, -0.005881> - 3936: <-0.002627, 0.006069, -0.005533> - 3937: <-0.002272, 0.006146, -0.005599> - 3938: <-0.002269, 0.005881, -0.005881> - 3939: <-0.002623, 0.005809, -0.005809> - 3940: <-0.002971, 0.005983, -0.005459> - 3941: <-0.002627, 0.006069, -0.005533> - 3942: <-0.002623, 0.005809, -0.005809> - 3943: <-0.002966, 0.005729, -0.005729> - 3944: <-0.003302, 0.005888, -0.005379> - 3945: <-0.002971, 0.005983, -0.005459> - 3946: <-0.002966, 0.005729, -0.005729> - 3947: <-0.003297, 0.005642, -0.005642> - 3948: <-0.003619, 0.005786, -0.005294> - 3949: <-0.003302, 0.005888, -0.005379> - 3950: <-0.003297, 0.005642, -0.005642> - 3951: <-0.003612, 0.005549, -0.005549> - 3952: <-0.003918, 0.005678, -0.005207> - 3953: <-0.003619, 0.005786, -0.005294> - 3954: <-0.003612, 0.005549, -0.005549> - 3955: <-0.003910, 0.005451, -0.005451> - 3956: <-0.004199, 0.005564, -0.005120> - 3957: <-0.003918, 0.005678, -0.005207> - 3958: <-0.003910, 0.005451, -0.005451> - 3959: <-0.004188, 0.005351, -0.005351> - 3960: <-0.004460, 0.005446, -0.005034> - 3961: <-0.004199, 0.005564, -0.005120> - 3962: <-0.004188, 0.005351, -0.005351> - 3963: <-0.004436, 0.005255, -0.005255> - 3964: <-0.004691, 0.005326, -0.004959> - 3965: <-0.004460, 0.005446, -0.005034> - 3966: <-0.004436, 0.005255, -0.005255> - 3967: <-0.004647, 0.005166, -0.005166> - 3968: <-0.004894, 0.005206, -0.004894> - 3969: <-0.004691, 0.005326, -0.004959> - 3970: <-0.004647, 0.005166, -0.005166> - 3971: <-0.004833, 0.005081, -0.005081> - 3972: <-0.005081, 0.005081, -0.004833> - 3973: <-0.004894, 0.005206, -0.004894> - 3974: <-0.004833, 0.005081, -0.005081> - 3975: <-0.005000, 0.005000, -0.005000> - 3976: <-0.005166, 0.005166, -0.004647> - 3977: <-0.004959, 0.005326, -0.004691> - 3978: <-0.004894, 0.005206, -0.004894> - 3979: <-0.005081, 0.005081, -0.004833> - 3980: <-0.005255, 0.005255, -0.004436> - 3981: <-0.005034, 0.005446, -0.004460> - 3982: <-0.004959, 0.005326, -0.004691> - 3983: <-0.005166, 0.005166, -0.004647> - 3984: <-0.005351, 0.005351, -0.004188> - 3985: <-0.005120, 0.005564, -0.004199> - 3986: <-0.005034, 0.005446, -0.004460> - 3987: <-0.005255, 0.005255, -0.004436> - 3988: <-0.005451, 0.005451, -0.003910> - 3989: <-0.005207, 0.005678, -0.003918> - 3990: <-0.005120, 0.005564, -0.004199> - 3991: <-0.005351, 0.005351, -0.004188> - 3992: <-0.005549, 0.005549, -0.003612> - 3993: <-0.005294, 0.005786, -0.003619> - 3994: <-0.005207, 0.005678, -0.003918> - 3995: <-0.005451, 0.005451, -0.003910> - 3996: <-0.005642, 0.005642, -0.003297> - 3997: <-0.005379, 0.005888, -0.003302> - 3998: <-0.005294, 0.005786, -0.003619> - 3999: <-0.005549, 0.005549, -0.003612> - 4000: <-0.005729, 0.005729, -0.002966> - 4001: <-0.005459, 0.005983, -0.002971> - 4002: <-0.005379, 0.005888, -0.003302> - 4003: <-0.005642, 0.005642, -0.003297> - 4004: <-0.005809, 0.005809, -0.002623> - 4005: <-0.005533, 0.006069, -0.002627> - 4006: <-0.005459, 0.005983, -0.002971> - 4007: <-0.005729, 0.005729, -0.002966> - 4008: <-0.005881, 0.005881, -0.002269> - 4009: <-0.005599, 0.006146, -0.002272> - 4010: <-0.005533, 0.006069, -0.002627> - 4011: <-0.005809, 0.005809, -0.002623> - 4012: <-0.005944, 0.005944, -0.001906> - 4013: <-0.005657, 0.006212, -0.001908> - 4014: <-0.005599, 0.006146, -0.002272> - 4015: <-0.005881, 0.005881, -0.002269> - 4016: <-0.005996, 0.005996, -0.001534> - 4017: <-0.005707, 0.006269, -0.001536> - 4018: <-0.005657, 0.006212, -0.001908> - 4019: <-0.005944, 0.005944, -0.001906> - 4020: <-0.006039, 0.006039, -0.001156> - 4021: <-0.005747, 0.006313, -0.001157> - 4022: <-0.005707, 0.006269, -0.001536> - 4023: <-0.005996, 0.005996, -0.001534> - 4024: <-0.006070, 0.006070, -0.000773> - 4025: <-0.005776, 0.006346, -0.000774> - 4026: <-0.005747, 0.006313, -0.001157> - 4027: <-0.006039, 0.006039, -0.001156> - 4028: <-0.006089, 0.006089, -0.000387> - 4029: <-0.005794, 0.006366, -0.000388> - 4030: <-0.005776, 0.006346, -0.000774> - 4031: <-0.006070, 0.006070, -0.000773> - 4032: <-0.006096, 0.006096, -0.000000> - 4033: <-0.005801, 0.006373, -0.000000> - 4034: <-0.005794, 0.006366, -0.000388> - 4035: <-0.006089, 0.006089, -0.000387> - 4036: <-0.006089, 0.006089, 0.000387> - 4037: <-0.005794, 0.006366, 0.000388> - 4038: <-0.005801, 0.006373, -0.000000> - 4039: <-0.006096, 0.006096, -0.000000> - 4040: <-0.006070, 0.006070, 0.000773> - 4041: <-0.005776, 0.006346, 0.000774> - 4042: <-0.005794, 0.006366, 0.000388> - 4043: <-0.006089, 0.006089, 0.000387> - 4044: <-0.006039, 0.006039, 0.001156> - 4045: <-0.005747, 0.006313, 0.001157> - 4046: <-0.005776, 0.006346, 0.000774> - 4047: <-0.006070, 0.006070, 0.000773> - 4048: <-0.005996, 0.005996, 0.001534> - 4049: <-0.005707, 0.006269, 0.001536> - 4050: <-0.005747, 0.006313, 0.001157> - 4051: <-0.006039, 0.006039, 0.001156> - 4052: <-0.005944, 0.005944, 0.001906> - 4053: <-0.005657, 0.006212, 0.001908> - 4054: <-0.005707, 0.006269, 0.001536> - 4055: <-0.005996, 0.005996, 0.001534> - 4056: <-0.005881, 0.005881, 0.002269> - 4057: <-0.005599, 0.006146, 0.002272> - 4058: <-0.005657, 0.006212, 0.001908> - 4059: <-0.005944, 0.005944, 0.001906> - 4060: <-0.005809, 0.005809, 0.002623> - 4061: <-0.005533, 0.006069, 0.002627> - 4062: <-0.005599, 0.006146, 0.002272> - 4063: <-0.005881, 0.005881, 0.002269> - 4064: <-0.005729, 0.005729, 0.002966> - 4065: <-0.005459, 0.005983, 0.002971> - 4066: <-0.005533, 0.006069, 0.002627> - 4067: <-0.005809, 0.005809, 0.002623> - 4068: <-0.005642, 0.005642, 0.003297> - 4069: <-0.005379, 0.005888, 0.003302> - 4070: <-0.005459, 0.005983, 0.002971> - 4071: <-0.005729, 0.005729, 0.002966> - 4072: <-0.005549, 0.005549, 0.003612> - 4073: <-0.005294, 0.005786, 0.003619> - 4074: <-0.005379, 0.005888, 0.003302> - 4075: <-0.005642, 0.005642, 0.003297> - 4076: <-0.005451, 0.005451, 0.003910> - 4077: <-0.005207, 0.005678, 0.003918> - 4078: <-0.005294, 0.005786, 0.003619> - 4079: <-0.005549, 0.005549, 0.003612> - 4080: <-0.005351, 0.005351, 0.004188> - 4081: <-0.005120, 0.005564, 0.004199> - 4082: <-0.005207, 0.005678, 0.003918> - 4083: <-0.005451, 0.005451, 0.003910> - 4084: <-0.005255, 0.005255, 0.004436> - 4085: <-0.005034, 0.005446, 0.004460> - 4086: <-0.005120, 0.005564, 0.004199> - 4087: <-0.005351, 0.005351, 0.004188> - 4088: <-0.005166, 0.005166, 0.004647> - 4089: <-0.004959, 0.005326, 0.004691> - 4090: <-0.005034, 0.005446, 0.004460> - 4091: <-0.005255, 0.005255, 0.004436> - 4092: <-0.005081, 0.005081, 0.004833> - 4093: <-0.004894, 0.005206, 0.004894> - 4094: <-0.004959, 0.005326, 0.004691> - 4095: <-0.005166, 0.005166, 0.004647> - 4096: <-0.004894, -0.004894, -0.005206> - 4097: <-0.004959, -0.004691, -0.005326> - 4098: <-0.004738, -0.004738, -0.005479> - 4099: <-0.004691, -0.004959, -0.005326> - 4100: <-0.004959, -0.004691, -0.005326> - 4101: <-0.005034, -0.004460, -0.005446> - 4102: <-0.004798, -0.004494, -0.005623> - 4103: <-0.004738, -0.004738, -0.005479> - 4104: <-0.005034, -0.004460, -0.005446> - 4105: <-0.005120, -0.004199, -0.005564> - 4106: <-0.004870, -0.004226, -0.005760> - 4107: <-0.004798, -0.004494, -0.005623> - 4108: <-0.005120, -0.004199, -0.005564> - 4109: <-0.005207, -0.003918, -0.005678> - 4110: <-0.004946, -0.003941, -0.005887> - 4111: <-0.004870, -0.004226, -0.005760> - 4112: <-0.005207, -0.003918, -0.005678> - 4113: <-0.005294, -0.003619, -0.005786> - 4114: <-0.005023, -0.003637, -0.006006> - 4115: <-0.004946, -0.003941, -0.005887> - 4116: <-0.005294, -0.003619, -0.005786> - 4117: <-0.005379, -0.003302, -0.005888> - 4118: <-0.005099, -0.003318, -0.006117> - 4119: <-0.005023, -0.003637, -0.006006> - 4120: <-0.005379, -0.003302, -0.005888> - 4121: <-0.005459, -0.002971, -0.005983> - 4122: <-0.005172, -0.002984, -0.006219> - 4123: <-0.005099, -0.003318, -0.006117> - 4124: <-0.005459, -0.002971, -0.005983> - 4125: <-0.005533, -0.002627, -0.006069> - 4126: <-0.005240, -0.002638, -0.006311> - 4127: <-0.005172, -0.002984, -0.006219> - 4128: <-0.005533, -0.002627, -0.006069> - 4129: <-0.005599, -0.002272, -0.006146> - 4130: <-0.005301, -0.002281, -0.006393> - 4131: <-0.005240, -0.002638, -0.006311> - 4132: <-0.005599, -0.002272, -0.006146> - 4133: <-0.005657, -0.001908, -0.006212> - 4134: <-0.005355, -0.001915, -0.006464> - 4135: <-0.005301, -0.002281, -0.006393> - 4136: <-0.005657, -0.001908, -0.006212> - 4137: <-0.005707, -0.001536, -0.006269> - 4138: <-0.005401, -0.001541, -0.006523> - 4139: <-0.005355, -0.001915, -0.006464> - 4140: <-0.005707, -0.001536, -0.006269> - 4141: <-0.005747, -0.001157, -0.006313> - 4142: <-0.005438, -0.001161, -0.006570> - 4143: <-0.005401, -0.001541, -0.006523> - 4144: <-0.005747, -0.001157, -0.006313> - 4145: <-0.005776, -0.000774, -0.006346> - 4146: <-0.005466, -0.000777, -0.006605> - 4147: <-0.005438, -0.001161, -0.006570> - 4148: <-0.005776, -0.000774, -0.006346> - 4149: <-0.005794, -0.000388, -0.006366> - 4150: <-0.005483, -0.000389, -0.006626> - 4151: <-0.005466, -0.000777, -0.006605> - 4152: <-0.005794, -0.000388, -0.006366> - 4153: <-0.005801, 0.000000, -0.006373> - 4154: <-0.005489, -0.000000, -0.006633> - 4155: <-0.005483, -0.000389, -0.006626> - 4156: <-0.005801, 0.000000, -0.006373> - 4157: <-0.005794, 0.000388, -0.006366> - 4158: <-0.005483, 0.000389, -0.006626> - 4159: <-0.005489, -0.000000, -0.006633> - 4160: <-0.005794, 0.000388, -0.006366> - 4161: <-0.005776, 0.000774, -0.006346> - 4162: <-0.005466, 0.000777, -0.006605> - 4163: <-0.005483, 0.000389, -0.006626> - 4164: <-0.005776, 0.000774, -0.006346> - 4165: <-0.005747, 0.001157, -0.006313> - 4166: <-0.005438, 0.001161, -0.006570> - 4167: <-0.005466, 0.000777, -0.006605> - 4168: <-0.005747, 0.001157, -0.006313> - 4169: <-0.005707, 0.001536, -0.006269> - 4170: <-0.005401, 0.001541, -0.006523> - 4171: <-0.005438, 0.001161, -0.006570> - 4172: <-0.005707, 0.001536, -0.006269> - 4173: <-0.005657, 0.001908, -0.006212> - 4174: <-0.005355, 0.001915, -0.006464> - 4175: <-0.005401, 0.001541, -0.006523> - 4176: <-0.005657, 0.001908, -0.006212> - 4177: <-0.005599, 0.002272, -0.006146> - 4178: <-0.005301, 0.002281, -0.006393> - 4179: <-0.005355, 0.001915, -0.006464> - 4180: <-0.005599, 0.002272, -0.006146> - 4181: <-0.005533, 0.002627, -0.006069> - 4182: <-0.005240, 0.002638, -0.006311> - 4183: <-0.005301, 0.002281, -0.006393> - 4184: <-0.005533, 0.002627, -0.006069> - 4185: <-0.005459, 0.002971, -0.005983> - 4186: <-0.005172, 0.002984, -0.006219> - 4187: <-0.005240, 0.002638, -0.006311> - 4188: <-0.005459, 0.002971, -0.005983> - 4189: <-0.005379, 0.003302, -0.005888> - 4190: <-0.005099, 0.003318, -0.006117> - 4191: <-0.005172, 0.002984, -0.006219> - 4192: <-0.005379, 0.003302, -0.005888> - 4193: <-0.005294, 0.003619, -0.005786> - 4194: <-0.005023, 0.003637, -0.006006> - 4195: <-0.005099, 0.003318, -0.006117> - 4196: <-0.005294, 0.003619, -0.005786> - 4197: <-0.005207, 0.003918, -0.005678> - 4198: <-0.004946, 0.003941, -0.005887> - 4199: <-0.005023, 0.003637, -0.006006> - 4200: <-0.005207, 0.003918, -0.005678> - 4201: <-0.005120, 0.004199, -0.005564> - 4202: <-0.004870, 0.004226, -0.005760> - 4203: <-0.004946, 0.003941, -0.005887> - 4204: <-0.005120, 0.004199, -0.005564> - 4205: <-0.005034, 0.004460, -0.005446> - 4206: <-0.004798, 0.004494, -0.005623> - 4207: <-0.004870, 0.004226, -0.005760> - 4208: <-0.005034, 0.004460, -0.005446> - 4209: <-0.004959, 0.004691, -0.005326> - 4210: <-0.004738, 0.004738, -0.005479> - 4211: <-0.004798, 0.004494, -0.005623> - 4212: <-0.004959, 0.004691, -0.005326> - 4213: <-0.004894, 0.004894, -0.005206> - 4214: <-0.004691, 0.004959, -0.005326> - 4215: <-0.004738, 0.004738, -0.005479> - 4216: <-0.004691, -0.004959, -0.005326> - 4217: <-0.004738, -0.004738, -0.005479> - 4218: <-0.004494, -0.004798, -0.005623> - 4219: <-0.004460, -0.005034, -0.005446> - 4220: <-0.004738, -0.004738, -0.005479> - 4221: <-0.004798, -0.004494, -0.005623> - 4222: <-0.004542, -0.004542, -0.005788> - 4223: <-0.004494, -0.004798, -0.005623> - 4224: <-0.004798, -0.004494, -0.005623> - 4225: <-0.004870, -0.004226, -0.005760> - 4226: <-0.004602, -0.004267, -0.005939> - 4227: <-0.004542, -0.004542, -0.005788> - 4228: <-0.004870, -0.004226, -0.005760> - 4229: <-0.004946, -0.003941, -0.005887> - 4230: <-0.004668, -0.003975, -0.006080> - 4231: <-0.004602, -0.004267, -0.005939> - 4232: <-0.004946, -0.003941, -0.005887> - 4233: <-0.005023, -0.003637, -0.006006> - 4234: <-0.004736, -0.003666, -0.006210> - 4235: <-0.004668, -0.003975, -0.006080> - 4236: <-0.005023, -0.003637, -0.006006> - 4237: <-0.005099, -0.003318, -0.006117> - 4238: <-0.004804, -0.003342, -0.006329> - 4239: <-0.004736, -0.003666, -0.006210> - 4240: <-0.005099, -0.003318, -0.006117> - 4241: <-0.005172, -0.002984, -0.006219> - 4242: <-0.004870, -0.003004, -0.006439> - 4243: <-0.004804, -0.003342, -0.006329> - 4244: <-0.005172, -0.002984, -0.006219> - 4245: <-0.005240, -0.002638, -0.006311> - 4246: <-0.004931, -0.002655, -0.006537> - 4247: <-0.004870, -0.003004, -0.006439> - 4248: <-0.005240, -0.002638, -0.006311> - 4249: <-0.005301, -0.002281, -0.006393> - 4250: <-0.004987, -0.002295, -0.006623> - 4251: <-0.004931, -0.002655, -0.006537> - 4252: <-0.005301, -0.002281, -0.006393> - 4253: <-0.005355, -0.001915, -0.006464> - 4254: <-0.005037, -0.001926, -0.006698> - 4255: <-0.004987, -0.002295, -0.006623> - 4256: <-0.005355, -0.001915, -0.006464> - 4257: <-0.005401, -0.001541, -0.006523> - 4258: <-0.005080, -0.001550, -0.006761> - 4259: <-0.005037, -0.001926, -0.006698> - 4260: <-0.005401, -0.001541, -0.006523> - 4261: <-0.005438, -0.001161, -0.006570> - 4262: <-0.005114, -0.001168, -0.006810> - 4263: <-0.005080, -0.001550, -0.006761> - 4264: <-0.005438, -0.001161, -0.006570> - 4265: <-0.005466, -0.000777, -0.006605> - 4266: <-0.005140, -0.000781, -0.006846> - 4267: <-0.005114, -0.001168, -0.006810> - 4268: <-0.005466, -0.000777, -0.006605> - 4269: <-0.005483, -0.000389, -0.006626> - 4270: <-0.005156, -0.000391, -0.006868> - 4271: <-0.005140, -0.000781, -0.006846> - 4272: <-0.005483, -0.000389, -0.006626> - 4273: <-0.005489, -0.000000, -0.006633> - 4274: <-0.005162, -0.000000, -0.006875> - 4275: <-0.005156, -0.000391, -0.006868> - 4276: <-0.005489, -0.000000, -0.006633> - 4277: <-0.005483, 0.000389, -0.006626> - 4278: <-0.005156, 0.000391, -0.006868> - 4279: <-0.005162, -0.000000, -0.006875> - 4280: <-0.005483, 0.000389, -0.006626> - 4281: <-0.005466, 0.000777, -0.006605> - 4282: <-0.005140, 0.000781, -0.006846> - 4283: <-0.005156, 0.000391, -0.006868> - 4284: <-0.005466, 0.000777, -0.006605> - 4285: <-0.005438, 0.001161, -0.006570> - 4286: <-0.005114, 0.001168, -0.006810> - 4287: <-0.005140, 0.000781, -0.006846> - 4288: <-0.005438, 0.001161, -0.006570> - 4289: <-0.005401, 0.001541, -0.006523> - 4290: <-0.005080, 0.001550, -0.006761> - 4291: <-0.005114, 0.001168, -0.006810> - 4292: <-0.005401, 0.001541, -0.006523> - 4293: <-0.005355, 0.001915, -0.006464> - 4294: <-0.005037, 0.001926, -0.006698> - 4295: <-0.005080, 0.001550, -0.006761> - 4296: <-0.005355, 0.001915, -0.006464> - 4297: <-0.005301, 0.002281, -0.006393> - 4298: <-0.004987, 0.002295, -0.006623> - 4299: <-0.005037, 0.001926, -0.006698> - 4300: <-0.005301, 0.002281, -0.006393> - 4301: <-0.005240, 0.002638, -0.006311> - 4302: <-0.004931, 0.002655, -0.006537> - 4303: <-0.004987, 0.002295, -0.006623> - 4304: <-0.005240, 0.002638, -0.006311> - 4305: <-0.005172, 0.002984, -0.006219> - 4306: <-0.004870, 0.003004, -0.006439> - 4307: <-0.004931, 0.002655, -0.006537> - 4308: <-0.005172, 0.002984, -0.006219> - 4309: <-0.005099, 0.003318, -0.006117> - 4310: <-0.004804, 0.003342, -0.006329> - 4311: <-0.004870, 0.003004, -0.006439> - 4312: <-0.005099, 0.003318, -0.006117> - 4313: <-0.005023, 0.003637, -0.006006> - 4314: <-0.004736, 0.003666, -0.006210> - 4315: <-0.004804, 0.003342, -0.006329> - 4316: <-0.005023, 0.003637, -0.006006> - 4317: <-0.004946, 0.003941, -0.005887> - 4318: <-0.004668, 0.003975, -0.006080> - 4319: <-0.004736, 0.003666, -0.006210> - 4320: <-0.004946, 0.003941, -0.005887> - 4321: <-0.004870, 0.004226, -0.005760> - 4322: <-0.004602, 0.004267, -0.005939> - 4323: <-0.004668, 0.003975, -0.006080> - 4324: <-0.004870, 0.004226, -0.005760> - 4325: <-0.004798, 0.004494, -0.005623> - 4326: <-0.004542, 0.004542, -0.005788> - 4327: <-0.004602, 0.004267, -0.005939> - 4328: <-0.004798, 0.004494, -0.005623> - 4329: <-0.004738, 0.004738, -0.005479> - 4330: <-0.004494, 0.004798, -0.005623> - 4331: <-0.004542, 0.004542, -0.005788> - 4332: <-0.004738, 0.004738, -0.005479> - 4333: <-0.004691, 0.004959, -0.005326> - 4334: <-0.004460, 0.005034, -0.005446> - 4335: <-0.004494, 0.004798, -0.005623> - 4336: <-0.004460, -0.005034, -0.005446> - 4337: <-0.004494, -0.004798, -0.005623> - 4338: <-0.004226, -0.004870, -0.005760> - 4339: <-0.004199, -0.005120, -0.005564> - 4340: <-0.004494, -0.004798, -0.005623> - 4341: <-0.004542, -0.004542, -0.005788> - 4342: <-0.004267, -0.004602, -0.005939> - 4343: <-0.004226, -0.004870, -0.005760> - 4344: <-0.004542, -0.004542, -0.005788> - 4345: <-0.004602, -0.004267, -0.005939> - 4346: <-0.004318, -0.004318, -0.006105> - 4347: <-0.004267, -0.004602, -0.005939> - 4348: <-0.004602, -0.004267, -0.005939> - 4349: <-0.004668, -0.003975, -0.006080> - 4350: <-0.004374, -0.004017, -0.006257> - 4351: <-0.004318, -0.004318, -0.006105> - 4352: <-0.004668, -0.003975, -0.006080> - 4353: <-0.004736, -0.003666, -0.006210> - 4354: <-0.004434, -0.003701, -0.006397> - 4355: <-0.004374, -0.004017, -0.006257> - 4356: <-0.004736, -0.003666, -0.006210> - 4357: <-0.004804, -0.003342, -0.006329> - 4358: <-0.004494, -0.003372, -0.006525> - 4359: <-0.004434, -0.003701, -0.006397> - 4360: <-0.004804, -0.003342, -0.006329> - 4361: <-0.004870, -0.003004, -0.006439> - 4362: <-0.004553, -0.003030, -0.006641> - 4363: <-0.004494, -0.003372, -0.006525> - 4364: <-0.004870, -0.003004, -0.006439> - 4365: <-0.004931, -0.002655, -0.006537> - 4366: <-0.004609, -0.002676, -0.006745> - 4367: <-0.004553, -0.003030, -0.006641> - 4368: <-0.004931, -0.002655, -0.006537> - 4369: <-0.004987, -0.002295, -0.006623> - 4370: <-0.004659, -0.002313, -0.006836> - 4371: <-0.004609, -0.002676, -0.006745> - 4372: <-0.004987, -0.002295, -0.006623> - 4373: <-0.005037, -0.001926, -0.006698> - 4374: <-0.004705, -0.001940, -0.006915> - 4375: <-0.004659, -0.002313, -0.006836> - 4376: <-0.005037, -0.001926, -0.006698> - 4377: <-0.005080, -0.001550, -0.006761> - 4378: <-0.004744, -0.001561, -0.006980> - 4379: <-0.004705, -0.001940, -0.006915> - 4380: <-0.005080, -0.001550, -0.006761> - 4381: <-0.005114, -0.001168, -0.006810> - 4382: <-0.004776, -0.001176, -0.007032> - 4383: <-0.004744, -0.001561, -0.006980> - 4384: <-0.005114, -0.001168, -0.006810> - 4385: <-0.005140, -0.000781, -0.006846> - 4386: <-0.004800, -0.000786, -0.007069> - 4387: <-0.004776, -0.001176, -0.007032> - 4388: <-0.005140, -0.000781, -0.006846> - 4389: <-0.005156, -0.000391, -0.006868> - 4390: <-0.004815, -0.000394, -0.007092> - 4391: <-0.004800, -0.000786, -0.007069> - 4392: <-0.005156, -0.000391, -0.006868> - 4393: <-0.005162, -0.000000, -0.006875> - 4394: <-0.004820, -0.000000, -0.007099> - 4395: <-0.004815, -0.000394, -0.007092> - 4396: <-0.005162, -0.000000, -0.006875> - 4397: <-0.005156, 0.000391, -0.006868> - 4398: <-0.004815, 0.000394, -0.007092> - 4399: <-0.004820, -0.000000, -0.007099> - 4400: <-0.005156, 0.000391, -0.006868> - 4401: <-0.005140, 0.000781, -0.006846> - 4402: <-0.004800, 0.000786, -0.007069> - 4403: <-0.004815, 0.000394, -0.007092> - 4404: <-0.005140, 0.000781, -0.006846> - 4405: <-0.005114, 0.001168, -0.006810> - 4406: <-0.004776, 0.001176, -0.007032> - 4407: <-0.004800, 0.000786, -0.007069> - 4408: <-0.005114, 0.001168, -0.006810> - 4409: <-0.005080, 0.001550, -0.006761> - 4410: <-0.004744, 0.001561, -0.006980> - 4411: <-0.004776, 0.001176, -0.007032> - 4412: <-0.005080, 0.001550, -0.006761> - 4413: <-0.005037, 0.001926, -0.006698> - 4414: <-0.004705, 0.001940, -0.006915> - 4415: <-0.004744, 0.001561, -0.006980> - 4416: <-0.005037, 0.001926, -0.006698> - 4417: <-0.004987, 0.002295, -0.006623> - 4418: <-0.004659, 0.002313, -0.006836> - 4419: <-0.004705, 0.001940, -0.006915> - 4420: <-0.004987, 0.002295, -0.006623> - 4421: <-0.004931, 0.002655, -0.006537> - 4422: <-0.004609, 0.002676, -0.006745> - 4423: <-0.004659, 0.002313, -0.006836> - 4424: <-0.004931, 0.002655, -0.006537> - 4425: <-0.004870, 0.003004, -0.006439> - 4426: <-0.004553, 0.003030, -0.006641> - 4427: <-0.004609, 0.002676, -0.006745> - 4428: <-0.004870, 0.003004, -0.006439> - 4429: <-0.004804, 0.003342, -0.006329> - 4430: <-0.004494, 0.003372, -0.006525> - 4431: <-0.004553, 0.003030, -0.006641> - 4432: <-0.004804, 0.003342, -0.006329> - 4433: <-0.004736, 0.003666, -0.006210> - 4434: <-0.004434, 0.003701, -0.006397> - 4435: <-0.004494, 0.003372, -0.006525> - 4436: <-0.004736, 0.003666, -0.006210> - 4437: <-0.004668, 0.003975, -0.006080> - 4438: <-0.004374, 0.004017, -0.006257> - 4439: <-0.004434, 0.003701, -0.006397> - 4440: <-0.004668, 0.003975, -0.006080> - 4441: <-0.004602, 0.004267, -0.005939> - 4442: <-0.004318, 0.004318, -0.006105> - 4443: <-0.004374, 0.004017, -0.006257> - 4444: <-0.004602, 0.004267, -0.005939> - 4445: <-0.004542, 0.004542, -0.005788> - 4446: <-0.004267, 0.004602, -0.005939> - 4447: <-0.004318, 0.004318, -0.006105> - 4448: <-0.004542, 0.004542, -0.005788> - 4449: <-0.004494, 0.004798, -0.005623> - 4450: <-0.004226, 0.004870, -0.005760> - 4451: <-0.004267, 0.004602, -0.005939> - 4452: <-0.004494, 0.004798, -0.005623> - 4453: <-0.004460, 0.005034, -0.005446> - 4454: <-0.004199, 0.005120, -0.005564> - 4455: <-0.004226, 0.004870, -0.005760> - 4456: <-0.004199, -0.005120, -0.005564> - 4457: <-0.004226, -0.004870, -0.005760> - 4458: <-0.003941, -0.004946, -0.005887> - 4459: <-0.003918, -0.005207, -0.005678> - 4460: <-0.004226, -0.004870, -0.005760> - 4461: <-0.004267, -0.004602, -0.005939> - 4462: <-0.003975, -0.004668, -0.006080> - 4463: <-0.003941, -0.004946, -0.005887> - 4464: <-0.004267, -0.004602, -0.005939> - 4465: <-0.004318, -0.004318, -0.006105> - 4466: <-0.004017, -0.004374, -0.006257> - 4467: <-0.003975, -0.004668, -0.006080> - 4468: <-0.004318, -0.004318, -0.006105> - 4469: <-0.004374, -0.004017, -0.006257> - 4470: <-0.004065, -0.004065, -0.006421> - 4471: <-0.004017, -0.004374, -0.006257> - 4472: <-0.004374, -0.004017, -0.006257> - 4473: <-0.004434, -0.003701, -0.006397> - 4474: <-0.004117, -0.003743, -0.006570> - 4475: <-0.004065, -0.004065, -0.006421> - 4476: <-0.004434, -0.003701, -0.006397> - 4477: <-0.004494, -0.003372, -0.006525> - 4478: <-0.004170, -0.003407, -0.006705> - 4479: <-0.004117, -0.003743, -0.006570> - 4480: <-0.004494, -0.003372, -0.006525> - 4481: <-0.004553, -0.003030, -0.006641> - 4482: <-0.004223, -0.003060, -0.006828> - 4483: <-0.004170, -0.003407, -0.006705> - 4484: <-0.004553, -0.003030, -0.006641> - 4485: <-0.004609, -0.002676, -0.006745> - 4486: <-0.004273, -0.002701, -0.006937> - 4487: <-0.004223, -0.003060, -0.006828> - 4488: <-0.004609, -0.002676, -0.006745> - 4489: <-0.004659, -0.002313, -0.006836> - 4490: <-0.004318, -0.002333, -0.007033> - 4491: <-0.004273, -0.002701, -0.006937> - 4492: <-0.004659, -0.002313, -0.006836> - 4493: <-0.004705, -0.001940, -0.006915> - 4494: <-0.004360, -0.001957, -0.007115> - 4495: <-0.004318, -0.002333, -0.007033> - 4496: <-0.004705, -0.001940, -0.006915> - 4497: <-0.004744, -0.001561, -0.006980> - 4498: <-0.004395, -0.001574, -0.007183> - 4499: <-0.004360, -0.001957, -0.007115> - 4500: <-0.004744, -0.001561, -0.006980> - 4501: <-0.004776, -0.001176, -0.007032> - 4502: <-0.004424, -0.001185, -0.007236> - 4503: <-0.004395, -0.001574, -0.007183> - 4504: <-0.004776, -0.001176, -0.007032> - 4505: <-0.004800, -0.000786, -0.007069> - 4506: <-0.004446, -0.000792, -0.007275> - 4507: <-0.004424, -0.001185, -0.007236> - 4508: <-0.004800, -0.000786, -0.007069> - 4509: <-0.004815, -0.000394, -0.007092> - 4510: <-0.004460, -0.000397, -0.007298> - 4511: <-0.004446, -0.000792, -0.007275> - 4512: <-0.004815, -0.000394, -0.007092> - 4513: <-0.004820, -0.000000, -0.007099> - 4514: <-0.004465, -0.000000, -0.007306> - 4515: <-0.004460, -0.000397, -0.007298> - 4516: <-0.004820, -0.000000, -0.007099> - 4517: <-0.004815, 0.000394, -0.007092> - 4518: <-0.004460, 0.000397, -0.007298> - 4519: <-0.004465, -0.000000, -0.007306> - 4520: <-0.004815, 0.000394, -0.007092> - 4521: <-0.004800, 0.000786, -0.007069> - 4522: <-0.004446, 0.000792, -0.007275> - 4523: <-0.004460, 0.000397, -0.007298> - 4524: <-0.004800, 0.000786, -0.007069> - 4525: <-0.004776, 0.001176, -0.007032> - 4526: <-0.004424, 0.001185, -0.007236> - 4527: <-0.004446, 0.000792, -0.007275> - 4528: <-0.004776, 0.001176, -0.007032> - 4529: <-0.004744, 0.001561, -0.006980> - 4530: <-0.004395, 0.001574, -0.007183> - 4531: <-0.004424, 0.001185, -0.007236> - 4532: <-0.004744, 0.001561, -0.006980> - 4533: <-0.004705, 0.001940, -0.006915> - 4534: <-0.004360, 0.001957, -0.007115> - 4535: <-0.004395, 0.001574, -0.007183> - 4536: <-0.004705, 0.001940, -0.006915> - 4537: <-0.004659, 0.002313, -0.006836> - 4538: <-0.004318, 0.002333, -0.007033> - 4539: <-0.004360, 0.001957, -0.007115> - 4540: <-0.004659, 0.002313, -0.006836> - 4541: <-0.004609, 0.002676, -0.006745> - 4542: <-0.004273, 0.002701, -0.006937> - 4543: <-0.004318, 0.002333, -0.007033> - 4544: <-0.004609, 0.002676, -0.006745> - 4545: <-0.004553, 0.003030, -0.006641> - 4546: <-0.004223, 0.003060, -0.006828> - 4547: <-0.004273, 0.002701, -0.006937> - 4548: <-0.004553, 0.003030, -0.006641> - 4549: <-0.004494, 0.003372, -0.006525> - 4550: <-0.004170, 0.003407, -0.006705> - 4551: <-0.004223, 0.003060, -0.006828> - 4552: <-0.004494, 0.003372, -0.006525> - 4553: <-0.004434, 0.003701, -0.006397> - 4554: <-0.004117, 0.003743, -0.006570> - 4555: <-0.004170, 0.003407, -0.006705> - 4556: <-0.004434, 0.003701, -0.006397> - 4557: <-0.004374, 0.004017, -0.006257> - 4558: <-0.004065, 0.004065, -0.006421> - 4559: <-0.004117, 0.003743, -0.006570> - 4560: <-0.004374, 0.004017, -0.006257> - 4561: <-0.004318, 0.004318, -0.006105> - 4562: <-0.004017, 0.004374, -0.006257> - 4563: <-0.004065, 0.004065, -0.006421> - 4564: <-0.004318, 0.004318, -0.006105> - 4565: <-0.004267, 0.004602, -0.005939> - 4566: <-0.003975, 0.004668, -0.006080> - 4567: <-0.004017, 0.004374, -0.006257> - 4568: <-0.004267, 0.004602, -0.005939> - 4569: <-0.004226, 0.004870, -0.005760> - 4570: <-0.003941, 0.004946, -0.005887> - 4571: <-0.003975, 0.004668, -0.006080> - 4572: <-0.004226, 0.004870, -0.005760> - 4573: <-0.004199, 0.005120, -0.005564> - 4574: <-0.003918, 0.005207, -0.005678> - 4575: <-0.003941, 0.004946, -0.005887> - 4576: <-0.003918, -0.005207, -0.005678> - 4577: <-0.003941, -0.004946, -0.005887> - 4578: <-0.003637, -0.005023, -0.006006> - 4579: <-0.003619, -0.005294, -0.005786> - 4580: <-0.003941, -0.004946, -0.005887> - 4581: <-0.003975, -0.004668, -0.006080> - 4582: <-0.003666, -0.004736, -0.006210> - 4583: <-0.003637, -0.005023, -0.006006> - 4584: <-0.003975, -0.004668, -0.006080> - 4585: <-0.004017, -0.004374, -0.006257> - 4586: <-0.003701, -0.004434, -0.006397> - 4587: <-0.003666, -0.004736, -0.006210> - 4588: <-0.004017, -0.004374, -0.006257> - 4589: <-0.004065, -0.004065, -0.006421> - 4590: <-0.003743, -0.004117, -0.006570> - 4591: <-0.003701, -0.004434, -0.006397> - 4592: <-0.004065, -0.004065, -0.006421> - 4593: <-0.004117, -0.003743, -0.006570> - 4594: <-0.003788, -0.003788, -0.006727> - 4595: <-0.003743, -0.004117, -0.006570> - 4596: <-0.004117, -0.003743, -0.006570> - 4597: <-0.004170, -0.003407, -0.006705> - 4598: <-0.003834, -0.003446, -0.006870> - 4599: <-0.003788, -0.003788, -0.006727> - 4600: <-0.004170, -0.003407, -0.006705> - 4601: <-0.004223, -0.003060, -0.006828> - 4602: <-0.003880, -0.003093, -0.006998> - 4603: <-0.003834, -0.003446, -0.006870> - 4604: <-0.004223, -0.003060, -0.006828> - 4605: <-0.004273, -0.002701, -0.006937> - 4606: <-0.003924, -0.002729, -0.007112> - 4607: <-0.003880, -0.003093, -0.006998> - 4608: <-0.004273, -0.002701, -0.006937> - 4609: <-0.004318, -0.002333, -0.007033> - 4610: <-0.003965, -0.002356, -0.007212> - 4611: <-0.003924, -0.002729, -0.007112> - 4612: <-0.004318, -0.002333, -0.007033> - 4613: <-0.004360, -0.001957, -0.007115> - 4614: <-0.004002, -0.001975, -0.007297> - 4615: <-0.003965, -0.002356, -0.007212> - 4616: <-0.004360, -0.001957, -0.007115> - 4617: <-0.004395, -0.001574, -0.007183> - 4618: <-0.004034, -0.001588, -0.007367> - 4619: <-0.004002, -0.001975, -0.007297> - 4620: <-0.004395, -0.001574, -0.007183> - 4621: <-0.004424, -0.001185, -0.007236> - 4622: <-0.004061, -0.001196, -0.007423> - 4623: <-0.004034, -0.001588, -0.007367> - 4624: <-0.004424, -0.001185, -0.007236> - 4625: <-0.004446, -0.000792, -0.007275> - 4626: <-0.004081, -0.000799, -0.007462> - 4627: <-0.004061, -0.001196, -0.007423> - 4628: <-0.004446, -0.000792, -0.007275> - 4629: <-0.004460, -0.000397, -0.007298> - 4630: <-0.004093, -0.000400, -0.007487> - 4631: <-0.004081, -0.000799, -0.007462> - 4632: <-0.004460, -0.000397, -0.007298> - 4633: <-0.004465, -0.000000, -0.007306> - 4634: <-0.004098, -0.000000, -0.007495> - 4635: <-0.004093, -0.000400, -0.007487> - 4636: <-0.004465, -0.000000, -0.007306> - 4637: <-0.004460, 0.000397, -0.007298> - 4638: <-0.004093, 0.000400, -0.007487> - 4639: <-0.004098, -0.000000, -0.007495> - 4640: <-0.004460, 0.000397, -0.007298> - 4641: <-0.004446, 0.000792, -0.007275> - 4642: <-0.004081, 0.000799, -0.007462> - 4643: <-0.004093, 0.000400, -0.007487> - 4644: <-0.004446, 0.000792, -0.007275> - 4645: <-0.004424, 0.001185, -0.007236> - 4646: <-0.004061, 0.001196, -0.007423> - 4647: <-0.004081, 0.000799, -0.007462> - 4648: <-0.004424, 0.001185, -0.007236> - 4649: <-0.004395, 0.001574, -0.007183> - 4650: <-0.004034, 0.001588, -0.007367> - 4651: <-0.004061, 0.001196, -0.007423> - 4652: <-0.004395, 0.001574, -0.007183> - 4653: <-0.004360, 0.001957, -0.007115> - 4654: <-0.004002, 0.001975, -0.007297> - 4655: <-0.004034, 0.001588, -0.007367> - 4656: <-0.004360, 0.001957, -0.007115> - 4657: <-0.004318, 0.002333, -0.007033> - 4658: <-0.003965, 0.002356, -0.007212> - 4659: <-0.004002, 0.001975, -0.007297> - 4660: <-0.004318, 0.002333, -0.007033> - 4661: <-0.004273, 0.002701, -0.006937> - 4662: <-0.003924, 0.002729, -0.007112> - 4663: <-0.003965, 0.002356, -0.007212> - 4664: <-0.004273, 0.002701, -0.006937> - 4665: <-0.004223, 0.003060, -0.006828> - 4666: <-0.003880, 0.003093, -0.006998> - 4667: <-0.003924, 0.002729, -0.007112> - 4668: <-0.004223, 0.003060, -0.006828> - 4669: <-0.004170, 0.003407, -0.006705> - 4670: <-0.003834, 0.003446, -0.006870> - 4671: <-0.003880, 0.003093, -0.006998> - 4672: <-0.004170, 0.003407, -0.006705> - 4673: <-0.004117, 0.003743, -0.006570> - 4674: <-0.003788, 0.003788, -0.006727> - 4675: <-0.003834, 0.003446, -0.006870> - 4676: <-0.004117, 0.003743, -0.006570> - 4677: <-0.004065, 0.004065, -0.006421> - 4678: <-0.003743, 0.004117, -0.006570> - 4679: <-0.003788, 0.003788, -0.006727> - 4680: <-0.004065, 0.004065, -0.006421> - 4681: <-0.004017, 0.004374, -0.006257> - 4682: <-0.003701, 0.004434, -0.006397> - 4683: <-0.003743, 0.004117, -0.006570> - 4684: <-0.004017, 0.004374, -0.006257> - 4685: <-0.003975, 0.004668, -0.006080> - 4686: <-0.003666, 0.004736, -0.006210> - 4687: <-0.003701, 0.004434, -0.006397> - 4688: <-0.003975, 0.004668, -0.006080> - 4689: <-0.003941, 0.004946, -0.005887> - 4690: <-0.003637, 0.005023, -0.006006> - 4691: <-0.003666, 0.004736, -0.006210> - 4692: <-0.003941, 0.004946, -0.005887> - 4693: <-0.003918, 0.005207, -0.005678> - 4694: <-0.003619, 0.005294, -0.005786> - 4695: <-0.003637, 0.005023, -0.006006> - 4696: <-0.003619, -0.005294, -0.005786> - 4697: <-0.003637, -0.005023, -0.006006> - 4698: <-0.003318, -0.005099, -0.006117> - 4699: <-0.003302, -0.005379, -0.005888> - 4700: <-0.003637, -0.005023, -0.006006> - 4701: <-0.003666, -0.004736, -0.006210> - 4702: <-0.003342, -0.004804, -0.006329> - 4703: <-0.003318, -0.005099, -0.006117> - 4704: <-0.003666, -0.004736, -0.006210> - 4705: <-0.003701, -0.004434, -0.006397> - 4706: <-0.003372, -0.004494, -0.006525> - 4707: <-0.003342, -0.004804, -0.006329> - 4708: <-0.003701, -0.004434, -0.006397> - 4709: <-0.003743, -0.004117, -0.006570> - 4710: <-0.003407, -0.004170, -0.006705> - 4711: <-0.003372, -0.004494, -0.006525> - 4712: <-0.003743, -0.004117, -0.006570> - 4713: <-0.003788, -0.003788, -0.006727> - 4714: <-0.003446, -0.003834, -0.006870> - 4715: <-0.003407, -0.004170, -0.006705> - 4716: <-0.003788, -0.003788, -0.006727> - 4717: <-0.003834, -0.003446, -0.006870> - 4718: <-0.003486, -0.003486, -0.007018> - 4719: <-0.003446, -0.003834, -0.006870> - 4720: <-0.003834, -0.003446, -0.006870> - 4721: <-0.003880, -0.003093, -0.006998> - 4722: <-0.003526, -0.003127, -0.007152> - 4723: <-0.003486, -0.003486, -0.007018> - 4724: <-0.003880, -0.003093, -0.006998> - 4725: <-0.003924, -0.002729, -0.007112> - 4726: <-0.003565, -0.002758, -0.007270> - 4727: <-0.003526, -0.003127, -0.007152> - 4728: <-0.003924, -0.002729, -0.007112> - 4729: <-0.003965, -0.002356, -0.007212> - 4730: <-0.003601, -0.002380, -0.007374> - 4731: <-0.003565, -0.002758, -0.007270> - 4732: <-0.003965, -0.002356, -0.007212> - 4733: <-0.004002, -0.001975, -0.007297> - 4734: <-0.003634, -0.001995, -0.007462> - 4735: <-0.003601, -0.002380, -0.007374> - 4736: <-0.004002, -0.001975, -0.007297> - 4737: <-0.004034, -0.001588, -0.007367> - 4738: <-0.003663, -0.001603, -0.007535> - 4739: <-0.003634, -0.001995, -0.007462> - 4740: <-0.004034, -0.001588, -0.007367> - 4741: <-0.004061, -0.001196, -0.007423> - 4742: <-0.003686, -0.001207, -0.007591> - 4743: <-0.003663, -0.001603, -0.007535> - 4744: <-0.004061, -0.001196, -0.007423> - 4745: <-0.004081, -0.000799, -0.007462> - 4746: <-0.003704, -0.000807, -0.007632> - 4747: <-0.003686, -0.001207, -0.007591> - 4748: <-0.004081, -0.000799, -0.007462> - 4749: <-0.004093, -0.000400, -0.007487> - 4750: <-0.003716, -0.000404, -0.007657> - 4751: <-0.003704, -0.000807, -0.007632> - 4752: <-0.004093, -0.000400, -0.007487> - 4753: <-0.004098, -0.000000, -0.007495> - 4754: <-0.003720, -0.000000, -0.007665> - 4755: <-0.003716, -0.000404, -0.007657> - 4756: <-0.004098, -0.000000, -0.007495> - 4757: <-0.004093, 0.000400, -0.007487> - 4758: <-0.003716, 0.000404, -0.007657> - 4759: <-0.003720, -0.000000, -0.007665> - 4760: <-0.004093, 0.000400, -0.007487> - 4761: <-0.004081, 0.000799, -0.007462> - 4762: <-0.003704, 0.000807, -0.007632> - 4763: <-0.003716, 0.000404, -0.007657> - 4764: <-0.004081, 0.000799, -0.007462> - 4765: <-0.004061, 0.001196, -0.007423> - 4766: <-0.003686, 0.001207, -0.007591> - 4767: <-0.003704, 0.000807, -0.007632> - 4768: <-0.004061, 0.001196, -0.007423> - 4769: <-0.004034, 0.001588, -0.007367> - 4770: <-0.003663, 0.001603, -0.007535> - 4771: <-0.003686, 0.001207, -0.007591> - 4772: <-0.004034, 0.001588, -0.007367> - 4773: <-0.004002, 0.001975, -0.007297> - 4774: <-0.003634, 0.001995, -0.007462> - 4775: <-0.003663, 0.001603, -0.007535> - 4776: <-0.004002, 0.001975, -0.007297> - 4777: <-0.003965, 0.002356, -0.007212> - 4778: <-0.003601, 0.002380, -0.007374> - 4779: <-0.003634, 0.001995, -0.007462> - 4780: <-0.003965, 0.002356, -0.007212> - 4781: <-0.003924, 0.002729, -0.007112> - 4782: <-0.003565, 0.002758, -0.007270> - 4783: <-0.003601, 0.002380, -0.007374> - 4784: <-0.003924, 0.002729, -0.007112> - 4785: <-0.003880, 0.003093, -0.006998> - 4786: <-0.003526, 0.003127, -0.007152> - 4787: <-0.003565, 0.002758, -0.007270> - 4788: <-0.003880, 0.003093, -0.006998> - 4789: <-0.003834, 0.003446, -0.006870> - 4790: <-0.003486, 0.003486, -0.007018> - 4791: <-0.003526, 0.003127, -0.007152> - 4792: <-0.003834, 0.003446, -0.006870> - 4793: <-0.003788, 0.003788, -0.006727> - 4794: <-0.003446, 0.003834, -0.006870> - 4795: <-0.003486, 0.003486, -0.007018> - 4796: <-0.003788, 0.003788, -0.006727> - 4797: <-0.003743, 0.004117, -0.006570> - 4798: <-0.003407, 0.004170, -0.006705> - 4799: <-0.003446, 0.003834, -0.006870> - 4800: <-0.003743, 0.004117, -0.006570> - 4801: <-0.003701, 0.004434, -0.006397> - 4802: <-0.003372, 0.004494, -0.006525> - 4803: <-0.003407, 0.004170, -0.006705> - 4804: <-0.003701, 0.004434, -0.006397> - 4805: <-0.003666, 0.004736, -0.006210> - 4806: <-0.003342, 0.004804, -0.006329> - 4807: <-0.003372, 0.004494, -0.006525> - 4808: <-0.003666, 0.004736, -0.006210> - 4809: <-0.003637, 0.005023, -0.006006> - 4810: <-0.003318, 0.005099, -0.006117> - 4811: <-0.003342, 0.004804, -0.006329> - 4812: <-0.003637, 0.005023, -0.006006> - 4813: <-0.003619, 0.005294, -0.005786> - 4814: <-0.003302, 0.005379, -0.005888> - 4815: <-0.003318, 0.005099, -0.006117> - 4816: <-0.003302, -0.005379, -0.005888> - 4817: <-0.003318, -0.005099, -0.006117> - 4818: <-0.002984, -0.005172, -0.006219> - 4819: <-0.002971, -0.005459, -0.005983> - 4820: <-0.003318, -0.005099, -0.006117> - 4821: <-0.003342, -0.004804, -0.006329> - 4822: <-0.003004, -0.004870, -0.006439> - 4823: <-0.002984, -0.005172, -0.006219> - 4824: <-0.003342, -0.004804, -0.006329> - 4825: <-0.003372, -0.004494, -0.006525> - 4826: <-0.003030, -0.004553, -0.006641> - 4827: <-0.003004, -0.004870, -0.006439> - 4828: <-0.003372, -0.004494, -0.006525> - 4829: <-0.003407, -0.004170, -0.006705> - 4830: <-0.003060, -0.004223, -0.006828> - 4831: <-0.003030, -0.004553, -0.006641> - 4832: <-0.003407, -0.004170, -0.006705> - 4833: <-0.003446, -0.003834, -0.006870> - 4834: <-0.003093, -0.003880, -0.006998> - 4835: <-0.003060, -0.004223, -0.006828> - 4836: <-0.003446, -0.003834, -0.006870> - 4837: <-0.003486, -0.003486, -0.007018> - 4838: <-0.003127, -0.003526, -0.007152> - 4839: <-0.003093, -0.003880, -0.006998> - 4840: <-0.003486, -0.003486, -0.007018> - 4841: <-0.003526, -0.003127, -0.007152> - 4842: <-0.003162, -0.003162, -0.007290> - 4843: <-0.003127, -0.003526, -0.007152> - 4844: <-0.003526, -0.003127, -0.007152> - 4845: <-0.003565, -0.002758, -0.007270> - 4846: <-0.003195, -0.002787, -0.007412> - 4847: <-0.003162, -0.003162, -0.007290> - 4848: <-0.003565, -0.002758, -0.007270> - 4849: <-0.003601, -0.002380, -0.007374> - 4850: <-0.003227, -0.002405, -0.007519> - 4851: <-0.003195, -0.002787, -0.007412> - 4852: <-0.003601, -0.002380, -0.007374> - 4853: <-0.003634, -0.001995, -0.007462> - 4854: <-0.003255, -0.002015, -0.007610> - 4855: <-0.003227, -0.002405, -0.007519> - 4856: <-0.003634, -0.001995, -0.007462> - 4857: <-0.003663, -0.001603, -0.007535> - 4858: <-0.003281, -0.001619, -0.007684> - 4859: <-0.003255, -0.002015, -0.007610> - 4860: <-0.003663, -0.001603, -0.007535> - 4861: <-0.003686, -0.001207, -0.007591> - 4862: <-0.003302, -0.001219, -0.007743> - 4863: <-0.003281, -0.001619, -0.007684> - 4864: <-0.003686, -0.001207, -0.007591> - 4865: <-0.003704, -0.000807, -0.007632> - 4866: <-0.003318, -0.000814, -0.007785> - 4867: <-0.003302, -0.001219, -0.007743> - 4868: <-0.003704, -0.000807, -0.007632> - 4869: <-0.003716, -0.000404, -0.007657> - 4870: <-0.003328, -0.000408, -0.007810> - 4871: <-0.003318, -0.000814, -0.007785> - 4872: <-0.003716, -0.000404, -0.007657> - 4873: <-0.003720, -0.000000, -0.007665> - 4874: <-0.003331, -0.000000, -0.007818> - 4875: <-0.003328, -0.000408, -0.007810> - 4876: <-0.003720, -0.000000, -0.007665> - 4877: <-0.003716, 0.000404, -0.007657> - 4878: <-0.003328, 0.000408, -0.007810> - 4879: <-0.003331, -0.000000, -0.007818> - 4880: <-0.003716, 0.000404, -0.007657> - 4881: <-0.003704, 0.000807, -0.007632> - 4882: <-0.003318, 0.000814, -0.007785> - 4883: <-0.003328, 0.000408, -0.007810> - 4884: <-0.003704, 0.000807, -0.007632> - 4885: <-0.003686, 0.001207, -0.007591> - 4886: <-0.003302, 0.001219, -0.007743> - 4887: <-0.003318, 0.000814, -0.007785> - 4888: <-0.003686, 0.001207, -0.007591> - 4889: <-0.003663, 0.001603, -0.007535> - 4890: <-0.003281, 0.001619, -0.007684> - 4891: <-0.003302, 0.001219, -0.007743> - 4892: <-0.003663, 0.001603, -0.007535> - 4893: <-0.003634, 0.001995, -0.007462> - 4894: <-0.003255, 0.002015, -0.007610> - 4895: <-0.003281, 0.001619, -0.007684> - 4896: <-0.003634, 0.001995, -0.007462> - 4897: <-0.003601, 0.002380, -0.007374> - 4898: <-0.003227, 0.002405, -0.007519> - 4899: <-0.003255, 0.002015, -0.007610> - 4900: <-0.003601, 0.002380, -0.007374> - 4901: <-0.003565, 0.002758, -0.007270> - 4902: <-0.003195, 0.002787, -0.007412> - 4903: <-0.003227, 0.002405, -0.007519> - 4904: <-0.003565, 0.002758, -0.007270> - 4905: <-0.003526, 0.003127, -0.007152> - 4906: <-0.003162, 0.003162, -0.007290> - 4907: <-0.003195, 0.002787, -0.007412> - 4908: <-0.003526, 0.003127, -0.007152> - 4909: <-0.003486, 0.003486, -0.007018> - 4910: <-0.003127, 0.003526, -0.007152> - 4911: <-0.003162, 0.003162, -0.007290> - 4912: <-0.003486, 0.003486, -0.007018> - 4913: <-0.003446, 0.003834, -0.006870> - 4914: <-0.003093, 0.003880, -0.006998> - 4915: <-0.003127, 0.003526, -0.007152> - 4916: <-0.003446, 0.003834, -0.006870> - 4917: <-0.003407, 0.004170, -0.006705> - 4918: <-0.003060, 0.004223, -0.006828> - 4919: <-0.003093, 0.003880, -0.006998> - 4920: <-0.003407, 0.004170, -0.006705> - 4921: <-0.003372, 0.004494, -0.006525> - 4922: <-0.003030, 0.004553, -0.006641> - 4923: <-0.003060, 0.004223, -0.006828> - 4924: <-0.003372, 0.004494, -0.006525> - 4925: <-0.003342, 0.004804, -0.006329> - 4926: <-0.003004, 0.004870, -0.006439> - 4927: <-0.003030, 0.004553, -0.006641> - 4928: <-0.003342, 0.004804, -0.006329> - 4929: <-0.003318, 0.005099, -0.006117> - 4930: <-0.002984, 0.005172, -0.006219> - 4931: <-0.003004, 0.004870, -0.006439> - 4932: <-0.003318, 0.005099, -0.006117> - 4933: <-0.003302, 0.005379, -0.005888> - 4934: <-0.002971, 0.005459, -0.005983> - 4935: <-0.002984, 0.005172, -0.006219> - 4936: <-0.002971, -0.005459, -0.005983> - 4937: <-0.002984, -0.005172, -0.006219> - 4938: <-0.002638, -0.005240, -0.006311> - 4939: <-0.002627, -0.005533, -0.006069> - 4940: <-0.002984, -0.005172, -0.006219> - 4941: <-0.003004, -0.004870, -0.006439> - 4942: <-0.002655, -0.004931, -0.006537> - 4943: <-0.002638, -0.005240, -0.006311> - 4944: <-0.003004, -0.004870, -0.006439> - 4945: <-0.003030, -0.004553, -0.006641> - 4946: <-0.002676, -0.004609, -0.006745> - 4947: <-0.002655, -0.004931, -0.006537> - 4948: <-0.003030, -0.004553, -0.006641> - 4949: <-0.003060, -0.004223, -0.006828> - 4950: <-0.002701, -0.004273, -0.006937> - 4951: <-0.002676, -0.004609, -0.006745> - 4952: <-0.003060, -0.004223, -0.006828> - 4953: <-0.003093, -0.003880, -0.006998> - 4954: <-0.002729, -0.003924, -0.007112> - 4955: <-0.002701, -0.004273, -0.006937> - 4956: <-0.003093, -0.003880, -0.006998> - 4957: <-0.003127, -0.003526, -0.007152> - 4958: <-0.002758, -0.003565, -0.007270> - 4959: <-0.002729, -0.003924, -0.007112> - 4960: <-0.003127, -0.003526, -0.007152> - 4961: <-0.003162, -0.003162, -0.007290> - 4962: <-0.002787, -0.003195, -0.007412> - 4963: <-0.002758, -0.003565, -0.007270> - 4964: <-0.003162, -0.003162, -0.007290> - 4965: <-0.003195, -0.002787, -0.007412> - 4966: <-0.002816, -0.002816, -0.007538> - 4967: <-0.002787, -0.003195, -0.007412> - 4968: <-0.003195, -0.002787, -0.007412> - 4969: <-0.003227, -0.002405, -0.007519> - 4970: <-0.002843, -0.002429, -0.007648> - 4971: <-0.002816, -0.002816, -0.007538> - 4972: <-0.003227, -0.002405, -0.007519> - 4973: <-0.003255, -0.002015, -0.007610> - 4974: <-0.002868, -0.002035, -0.007740> - 4975: <-0.002843, -0.002429, -0.007648> - 4976: <-0.003255, -0.002015, -0.007610> - 4977: <-0.003281, -0.001619, -0.007684> - 4978: <-0.002890, -0.001635, -0.007817> - 4979: <-0.002868, -0.002035, -0.007740> - 4980: <-0.003281, -0.001619, -0.007684> - 4981: <-0.003302, -0.001219, -0.007743> - 4982: <-0.002908, -0.001230, -0.007876> - 4983: <-0.002890, -0.001635, -0.007817> - 4984: <-0.003302, -0.001219, -0.007743> - 4985: <-0.003318, -0.000814, -0.007785> - 4986: <-0.002922, -0.000822, -0.007919> - 4987: <-0.002908, -0.001230, -0.007876> - 4988: <-0.003318, -0.000814, -0.007785> - 4989: <-0.003328, -0.000408, -0.007810> - 4990: <-0.002931, -0.000412, -0.007945> - 4991: <-0.002922, -0.000822, -0.007919> - 4992: <-0.003328, -0.000408, -0.007810> - 4993: <-0.003331, -0.000000, -0.007818> - 4994: <-0.002934, -0.000000, -0.007953> - 4995: <-0.002931, -0.000412, -0.007945> - 4996: <-0.003331, -0.000000, -0.007818> - 4997: <-0.003328, 0.000408, -0.007810> - 4998: <-0.002931, 0.000412, -0.007945> - 4999: <-0.002934, -0.000000, -0.007953> - 5000: <-0.003328, 0.000408, -0.007810> - 5001: <-0.003318, 0.000814, -0.007785> - 5002: <-0.002922, 0.000822, -0.007919> - 5003: <-0.002931, 0.000412, -0.007945> - 5004: <-0.003318, 0.000814, -0.007785> - 5005: <-0.003302, 0.001219, -0.007743> - 5006: <-0.002908, 0.001230, -0.007876> - 5007: <-0.002922, 0.000822, -0.007919> - 5008: <-0.003302, 0.001219, -0.007743> - 5009: <-0.003281, 0.001619, -0.007684> - 5010: <-0.002890, 0.001635, -0.007817> - 5011: <-0.002908, 0.001230, -0.007876> - 5012: <-0.003281, 0.001619, -0.007684> - 5013: <-0.003255, 0.002015, -0.007610> - 5014: <-0.002868, 0.002035, -0.007740> - 5015: <-0.002890, 0.001635, -0.007817> - 5016: <-0.003255, 0.002015, -0.007610> - 5017: <-0.003227, 0.002405, -0.007519> - 5018: <-0.002843, 0.002429, -0.007648> - 5019: <-0.002868, 0.002035, -0.007740> - 5020: <-0.003227, 0.002405, -0.007519> - 5021: <-0.003195, 0.002787, -0.007412> - 5022: <-0.002816, 0.002816, -0.007538> - 5023: <-0.002843, 0.002429, -0.007648> - 5024: <-0.003195, 0.002787, -0.007412> - 5025: <-0.003162, 0.003162, -0.007290> - 5026: <-0.002787, 0.003195, -0.007412> - 5027: <-0.002816, 0.002816, -0.007538> - 5028: <-0.003162, 0.003162, -0.007290> - 5029: <-0.003127, 0.003526, -0.007152> - 5030: <-0.002758, 0.003565, -0.007270> - 5031: <-0.002787, 0.003195, -0.007412> - 5032: <-0.003127, 0.003526, -0.007152> - 5033: <-0.003093, 0.003880, -0.006998> - 5034: <-0.002729, 0.003924, -0.007112> - 5035: <-0.002758, 0.003565, -0.007270> - 5036: <-0.003093, 0.003880, -0.006998> - 5037: <-0.003060, 0.004223, -0.006828> - 5038: <-0.002701, 0.004273, -0.006937> - 5039: <-0.002729, 0.003924, -0.007112> - 5040: <-0.003060, 0.004223, -0.006828> - 5041: <-0.003030, 0.004553, -0.006641> - 5042: <-0.002676, 0.004609, -0.006745> - 5043: <-0.002701, 0.004273, -0.006937> - 5044: <-0.003030, 0.004553, -0.006641> - 5045: <-0.003004, 0.004870, -0.006439> - 5046: <-0.002655, 0.004931, -0.006537> - 5047: <-0.002676, 0.004609, -0.006745> - 5048: <-0.003004, 0.004870, -0.006439> - 5049: <-0.002984, 0.005172, -0.006219> - 5050: <-0.002638, 0.005240, -0.006311> - 5051: <-0.002655, 0.004931, -0.006537> - 5052: <-0.002984, 0.005172, -0.006219> - 5053: <-0.002971, 0.005459, -0.005983> - 5054: <-0.002627, 0.005533, -0.006069> - 5055: <-0.002638, 0.005240, -0.006311> - 5056: <-0.002627, -0.005533, -0.006069> - 5057: <-0.002638, -0.005240, -0.006311> - 5058: <-0.002281, -0.005301, -0.006393> - 5059: <-0.002272, -0.005599, -0.006146> - 5060: <-0.002638, -0.005240, -0.006311> - 5061: <-0.002655, -0.004931, -0.006537> - 5062: <-0.002295, -0.004987, -0.006623> - 5063: <-0.002281, -0.005301, -0.006393> - 5064: <-0.002655, -0.004931, -0.006537> - 5065: <-0.002676, -0.004609, -0.006745> - 5066: <-0.002313, -0.004659, -0.006836> - 5067: <-0.002295, -0.004987, -0.006623> - 5068: <-0.002676, -0.004609, -0.006745> - 5069: <-0.002701, -0.004273, -0.006937> - 5070: <-0.002333, -0.004318, -0.007033> - 5071: <-0.002313, -0.004659, -0.006836> - 5072: <-0.002701, -0.004273, -0.006937> - 5073: <-0.002729, -0.003924, -0.007112> - 5074: <-0.002356, -0.003965, -0.007212> - 5075: <-0.002333, -0.004318, -0.007033> - 5076: <-0.002729, -0.003924, -0.007112> - 5077: <-0.002758, -0.003565, -0.007270> - 5078: <-0.002380, -0.003601, -0.007374> - 5079: <-0.002356, -0.003965, -0.007212> - 5080: <-0.002758, -0.003565, -0.007270> - 5081: <-0.002787, -0.003195, -0.007412> - 5082: <-0.002405, -0.003227, -0.007519> - 5083: <-0.002380, -0.003601, -0.007374> - 5084: <-0.002787, -0.003195, -0.007412> - 5085: <-0.002816, -0.002816, -0.007538> - 5086: <-0.002429, -0.002843, -0.007648> - 5087: <-0.002405, -0.003227, -0.007519> - 5088: <-0.002816, -0.002816, -0.007538> - 5089: <-0.002843, -0.002429, -0.007648> - 5090: <-0.002452, -0.002452, -0.007759> - 5091: <-0.002429, -0.002843, -0.007648> - 5092: <-0.002843, -0.002429, -0.007648> - 5093: <-0.002868, -0.002035, -0.007740> - 5094: <-0.002473, -0.002053, -0.007854> - 5095: <-0.002452, -0.002452, -0.007759> - 5096: <-0.002868, -0.002035, -0.007740> - 5097: <-0.002890, -0.001635, -0.007817> - 5098: <-0.002492, -0.001650, -0.007932> - 5099: <-0.002473, -0.002053, -0.007854> - 5100: <-0.002890, -0.001635, -0.007817> - 5101: <-0.002908, -0.001230, -0.007876> - 5102: <-0.002507, -0.001241, -0.007992> - 5103: <-0.002492, -0.001650, -0.007932> - 5104: <-0.002908, -0.001230, -0.007876> - 5105: <-0.002922, -0.000822, -0.007919> - 5106: <-0.002519, -0.000829, -0.008036> - 5107: <-0.002507, -0.001241, -0.007992> - 5108: <-0.002922, -0.000822, -0.007919> - 5109: <-0.002931, -0.000412, -0.007945> - 5110: <-0.002527, -0.000415, -0.008062> - 5111: <-0.002519, -0.000829, -0.008036> - 5112: <-0.002931, -0.000412, -0.007945> - 5113: <-0.002934, -0.000000, -0.007953> - 5114: <-0.002530, -0.000000, -0.008070> - 5115: <-0.002527, -0.000415, -0.008062> - 5116: <-0.002934, -0.000000, -0.007953> - 5117: <-0.002931, 0.000412, -0.007945> - 5118: <-0.002527, 0.000415, -0.008062> - 5119: <-0.002530, -0.000000, -0.008070> - 5120: <-0.002931, 0.000412, -0.007945> - 5121: <-0.002922, 0.000822, -0.007919> - 5122: <-0.002519, 0.000829, -0.008036> - 5123: <-0.002527, 0.000415, -0.008062> - 5124: <-0.002922, 0.000822, -0.007919> - 5125: <-0.002908, 0.001230, -0.007876> - 5126: <-0.002507, 0.001241, -0.007992> - 5127: <-0.002519, 0.000829, -0.008036> - 5128: <-0.002908, 0.001230, -0.007876> - 5129: <-0.002890, 0.001635, -0.007817> - 5130: <-0.002492, 0.001650, -0.007932> - 5131: <-0.002507, 0.001241, -0.007992> - 5132: <-0.002890, 0.001635, -0.007817> - 5133: <-0.002868, 0.002035, -0.007740> - 5134: <-0.002473, 0.002053, -0.007854> - 5135: <-0.002492, 0.001650, -0.007932> - 5136: <-0.002868, 0.002035, -0.007740> - 5137: <-0.002843, 0.002429, -0.007648> - 5138: <-0.002452, 0.002452, -0.007759> - 5139: <-0.002473, 0.002053, -0.007854> - 5140: <-0.002843, 0.002429, -0.007648> - 5141: <-0.002816, 0.002816, -0.007538> - 5142: <-0.002429, 0.002843, -0.007648> - 5143: <-0.002452, 0.002452, -0.007759> - 5144: <-0.002816, 0.002816, -0.007538> - 5145: <-0.002787, 0.003195, -0.007412> - 5146: <-0.002405, 0.003227, -0.007519> - 5147: <-0.002429, 0.002843, -0.007648> - 5148: <-0.002787, 0.003195, -0.007412> - 5149: <-0.002758, 0.003565, -0.007270> - 5150: <-0.002380, 0.003601, -0.007374> - 5151: <-0.002405, 0.003227, -0.007519> - 5152: <-0.002758, 0.003565, -0.007270> - 5153: <-0.002729, 0.003924, -0.007112> - 5154: <-0.002356, 0.003965, -0.007212> - 5155: <-0.002380, 0.003601, -0.007374> - 5156: <-0.002729, 0.003924, -0.007112> - 5157: <-0.002701, 0.004273, -0.006937> - 5158: <-0.002333, 0.004318, -0.007033> - 5159: <-0.002356, 0.003965, -0.007212> - 5160: <-0.002701, 0.004273, -0.006937> - 5161: <-0.002676, 0.004609, -0.006745> - 5162: <-0.002313, 0.004659, -0.006836> - 5163: <-0.002333, 0.004318, -0.007033> - 5164: <-0.002676, 0.004609, -0.006745> - 5165: <-0.002655, 0.004931, -0.006537> - 5166: <-0.002295, 0.004987, -0.006623> - 5167: <-0.002313, 0.004659, -0.006836> - 5168: <-0.002655, 0.004931, -0.006537> - 5169: <-0.002638, 0.005240, -0.006311> - 5170: <-0.002281, 0.005301, -0.006393> - 5171: <-0.002295, 0.004987, -0.006623> - 5172: <-0.002638, 0.005240, -0.006311> - 5173: <-0.002627, 0.005533, -0.006069> - 5174: <-0.002272, 0.005599, -0.006146> - 5175: <-0.002281, 0.005301, -0.006393> - 5176: <-0.002272, -0.005599, -0.006146> - 5177: <-0.002281, -0.005301, -0.006393> - 5178: <-0.001915, -0.005355, -0.006464> - 5179: <-0.001908, -0.005657, -0.006212> - 5180: <-0.002281, -0.005301, -0.006393> - 5181: <-0.002295, -0.004987, -0.006623> - 5182: <-0.001926, -0.005037, -0.006698> - 5183: <-0.001915, -0.005355, -0.006464> - 5184: <-0.002295, -0.004987, -0.006623> - 5185: <-0.002313, -0.004659, -0.006836> - 5186: <-0.001940, -0.004705, -0.006915> - 5187: <-0.001926, -0.005037, -0.006698> - 5188: <-0.002313, -0.004659, -0.006836> - 5189: <-0.002333, -0.004318, -0.007033> - 5190: <-0.001957, -0.004360, -0.007115> - 5191: <-0.001940, -0.004705, -0.006915> - 5192: <-0.002333, -0.004318, -0.007033> - 5193: <-0.002356, -0.003965, -0.007212> - 5194: <-0.001975, -0.004002, -0.007297> - 5195: <-0.001957, -0.004360, -0.007115> - 5196: <-0.002356, -0.003965, -0.007212> - 5197: <-0.002380, -0.003601, -0.007374> - 5198: <-0.001995, -0.003634, -0.007462> - 5199: <-0.001975, -0.004002, -0.007297> - 5200: <-0.002380, -0.003601, -0.007374> - 5201: <-0.002405, -0.003227, -0.007519> - 5202: <-0.002015, -0.003255, -0.007610> - 5203: <-0.001995, -0.003634, -0.007462> - 5204: <-0.002405, -0.003227, -0.007519> - 5205: <-0.002429, -0.002843, -0.007648> - 5206: <-0.002035, -0.002868, -0.007740> - 5207: <-0.002015, -0.003255, -0.007610> - 5208: <-0.002429, -0.002843, -0.007648> - 5209: <-0.002452, -0.002452, -0.007759> - 5210: <-0.002053, -0.002473, -0.007854> - 5211: <-0.002035, -0.002868, -0.007740> - 5212: <-0.002452, -0.002452, -0.007759> - 5213: <-0.002473, -0.002053, -0.007854> - 5214: <-0.002071, -0.002071, -0.007950> - 5215: <-0.002053, -0.002473, -0.007854> - 5216: <-0.002473, -0.002053, -0.007854> - 5217: <-0.002492, -0.001650, -0.007932> - 5218: <-0.002086, -0.001663, -0.008029> - 5219: <-0.002071, -0.002071, -0.007950> - 5220: <-0.002492, -0.001650, -0.007932> - 5221: <-0.002507, -0.001241, -0.007992> - 5222: <-0.002099, -0.001252, -0.008090> - 5223: <-0.002086, -0.001663, -0.008029> - 5224: <-0.002507, -0.001241, -0.007992> - 5225: <-0.002519, -0.000829, -0.008036> - 5226: <-0.002109, -0.000836, -0.008134> - 5227: <-0.002099, -0.001252, -0.008090> - 5228: <-0.002519, -0.000829, -0.008036> - 5229: <-0.002527, -0.000415, -0.008062> - 5230: <-0.002116, -0.000419, -0.008161> - 5231: <-0.002109, -0.000836, -0.008134> - 5232: <-0.002527, -0.000415, -0.008062> - 5233: <-0.002530, -0.000000, -0.008070> - 5234: <-0.002118, -0.000000, -0.008169> - 5235: <-0.002116, -0.000419, -0.008161> - 5236: <-0.002530, -0.000000, -0.008070> - 5237: <-0.002527, 0.000415, -0.008062> - 5238: <-0.002116, 0.000419, -0.008161> - 5239: <-0.002118, -0.000000, -0.008169> - 5240: <-0.002527, 0.000415, -0.008062> - 5241: <-0.002519, 0.000829, -0.008036> - 5242: <-0.002109, 0.000836, -0.008134> - 5243: <-0.002116, 0.000419, -0.008161> - 5244: <-0.002519, 0.000829, -0.008036> - 5245: <-0.002507, 0.001241, -0.007992> - 5246: <-0.002099, 0.001252, -0.008090> - 5247: <-0.002109, 0.000836, -0.008134> - 5248: <-0.002507, 0.001241, -0.007992> - 5249: <-0.002492, 0.001650, -0.007932> - 5250: <-0.002086, 0.001663, -0.008029> - 5251: <-0.002099, 0.001252, -0.008090> - 5252: <-0.002492, 0.001650, -0.007932> - 5253: <-0.002473, 0.002053, -0.007854> - 5254: <-0.002071, 0.002071, -0.007950> - 5255: <-0.002086, 0.001663, -0.008029> - 5256: <-0.002473, 0.002053, -0.007854> - 5257: <-0.002452, 0.002452, -0.007759> - 5258: <-0.002053, 0.002473, -0.007854> - 5259: <-0.002071, 0.002071, -0.007950> - 5260: <-0.002452, 0.002452, -0.007759> - 5261: <-0.002429, 0.002843, -0.007648> - 5262: <-0.002035, 0.002868, -0.007740> - 5263: <-0.002053, 0.002473, -0.007854> - 5264: <-0.002429, 0.002843, -0.007648> - 5265: <-0.002405, 0.003227, -0.007519> - 5266: <-0.002015, 0.003255, -0.007610> - 5267: <-0.002035, 0.002868, -0.007740> - 5268: <-0.002405, 0.003227, -0.007519> - 5269: <-0.002380, 0.003601, -0.007374> - 5270: <-0.001995, 0.003634, -0.007462> - 5271: <-0.002015, 0.003255, -0.007610> - 5272: <-0.002380, 0.003601, -0.007374> - 5273: <-0.002356, 0.003965, -0.007212> - 5274: <-0.001975, 0.004002, -0.007297> - 5275: <-0.001995, 0.003634, -0.007462> - 5276: <-0.002356, 0.003965, -0.007212> - 5277: <-0.002333, 0.004318, -0.007033> - 5278: <-0.001957, 0.004360, -0.007115> - 5279: <-0.001975, 0.004002, -0.007297> - 5280: <-0.002333, 0.004318, -0.007033> - 5281: <-0.002313, 0.004659, -0.006836> - 5282: <-0.001940, 0.004705, -0.006915> - 5283: <-0.001957, 0.004360, -0.007115> - 5284: <-0.002313, 0.004659, -0.006836> - 5285: <-0.002295, 0.004987, -0.006623> - 5286: <-0.001926, 0.005037, -0.006698> - 5287: <-0.001940, 0.004705, -0.006915> - 5288: <-0.002295, 0.004987, -0.006623> - 5289: <-0.002281, 0.005301, -0.006393> - 5290: <-0.001915, 0.005355, -0.006464> - 5291: <-0.001926, 0.005037, -0.006698> - 5292: <-0.002281, 0.005301, -0.006393> - 5293: <-0.002272, 0.005599, -0.006146> - 5294: <-0.001908, 0.005657, -0.006212> - 5295: <-0.001915, 0.005355, -0.006464> - 5296: <-0.001908, -0.005657, -0.006212> - 5297: <-0.001915, -0.005355, -0.006464> - 5298: <-0.001541, -0.005401, -0.006523> - 5299: <-0.001536, -0.005707, -0.006269> - 5300: <-0.001915, -0.005355, -0.006464> - 5301: <-0.001926, -0.005037, -0.006698> - 5302: <-0.001550, -0.005080, -0.006761> - 5303: <-0.001541, -0.005401, -0.006523> - 5304: <-0.001926, -0.005037, -0.006698> - 5305: <-0.001940, -0.004705, -0.006915> - 5306: <-0.001561, -0.004744, -0.006980> - 5307: <-0.001550, -0.005080, -0.006761> - 5308: <-0.001940, -0.004705, -0.006915> - 5309: <-0.001957, -0.004360, -0.007115> - 5310: <-0.001574, -0.004395, -0.007183> - 5311: <-0.001561, -0.004744, -0.006980> - 5312: <-0.001957, -0.004360, -0.007115> - 5313: <-0.001975, -0.004002, -0.007297> - 5314: <-0.001588, -0.004034, -0.007367> - 5315: <-0.001574, -0.004395, -0.007183> - 5316: <-0.001975, -0.004002, -0.007297> - 5317: <-0.001995, -0.003634, -0.007462> - 5318: <-0.001603, -0.003663, -0.007535> - 5319: <-0.001588, -0.004034, -0.007367> - 5320: <-0.001995, -0.003634, -0.007462> - 5321: <-0.002015, -0.003255, -0.007610> - 5322: <-0.001619, -0.003281, -0.007684> - 5323: <-0.001603, -0.003663, -0.007535> - 5324: <-0.002015, -0.003255, -0.007610> - 5325: <-0.002035, -0.002868, -0.007740> - 5326: <-0.001635, -0.002890, -0.007817> - 5327: <-0.001619, -0.003281, -0.007684> - 5328: <-0.002035, -0.002868, -0.007740> - 5329: <-0.002053, -0.002473, -0.007854> - 5330: <-0.001650, -0.002492, -0.007932> - 5331: <-0.001635, -0.002890, -0.007817> - 5332: <-0.002053, -0.002473, -0.007854> - 5333: <-0.002071, -0.002071, -0.007950> - 5334: <-0.001663, -0.002086, -0.008029> - 5335: <-0.001650, -0.002492, -0.007932> - 5336: <-0.002071, -0.002071, -0.007950> - 5337: <-0.002086, -0.001663, -0.008029> - 5338: <-0.001676, -0.001676, -0.008109> - 5339: <-0.001663, -0.002086, -0.008029> - 5340: <-0.002086, -0.001663, -0.008029> - 5341: <-0.002099, -0.001252, -0.008090> - 5342: <-0.001686, -0.001261, -0.008171> - 5343: <-0.001676, -0.001676, -0.008109> - 5344: <-0.002099, -0.001252, -0.008090> - 5345: <-0.002109, -0.000836, -0.008134> - 5346: <-0.001694, -0.000842, -0.008215> - 5347: <-0.001686, -0.001261, -0.008171> - 5348: <-0.002109, -0.000836, -0.008134> - 5349: <-0.002116, -0.000419, -0.008161> - 5350: <-0.001699, -0.000422, -0.008242> - 5351: <-0.001694, -0.000842, -0.008215> - 5352: <-0.002116, -0.000419, -0.008161> - 5353: <-0.002118, -0.000000, -0.008169> - 5354: <-0.001701, 0.000000, -0.008251> - 5355: <-0.001699, -0.000422, -0.008242> - 5356: <-0.002118, -0.000000, -0.008169> - 5357: <-0.002116, 0.000419, -0.008161> - 5358: <-0.001699, 0.000422, -0.008242> - 5359: <-0.001701, 0.000000, -0.008251> - 5360: <-0.002116, 0.000419, -0.008161> - 5361: <-0.002109, 0.000836, -0.008134> - 5362: <-0.001694, 0.000842, -0.008215> - 5363: <-0.001699, 0.000422, -0.008242> - 5364: <-0.002109, 0.000836, -0.008134> - 5365: <-0.002099, 0.001252, -0.008090> - 5366: <-0.001686, 0.001261, -0.008171> - 5367: <-0.001694, 0.000842, -0.008215> - 5368: <-0.002099, 0.001252, -0.008090> - 5369: <-0.002086, 0.001663, -0.008029> - 5370: <-0.001676, 0.001676, -0.008109> - 5371: <-0.001686, 0.001261, -0.008171> - 5372: <-0.002086, 0.001663, -0.008029> - 5373: <-0.002071, 0.002071, -0.007950> - 5374: <-0.001663, 0.002086, -0.008029> - 5375: <-0.001676, 0.001676, -0.008109> - 5376: <-0.002071, 0.002071, -0.007950> - 5377: <-0.002053, 0.002473, -0.007854> - 5378: <-0.001650, 0.002492, -0.007932> - 5379: <-0.001663, 0.002086, -0.008029> - 5380: <-0.002053, 0.002473, -0.007854> - 5381: <-0.002035, 0.002868, -0.007740> - 5382: <-0.001635, 0.002890, -0.007817> - 5383: <-0.001650, 0.002492, -0.007932> - 5384: <-0.002035, 0.002868, -0.007740> - 5385: <-0.002015, 0.003255, -0.007610> - 5386: <-0.001619, 0.003281, -0.007684> - 5387: <-0.001635, 0.002890, -0.007817> - 5388: <-0.002015, 0.003255, -0.007610> - 5389: <-0.001995, 0.003634, -0.007462> - 5390: <-0.001603, 0.003663, -0.007535> - 5391: <-0.001619, 0.003281, -0.007684> - 5392: <-0.001995, 0.003634, -0.007462> - 5393: <-0.001975, 0.004002, -0.007297> - 5394: <-0.001588, 0.004034, -0.007367> - 5395: <-0.001603, 0.003663, -0.007535> - 5396: <-0.001975, 0.004002, -0.007297> - 5397: <-0.001957, 0.004360, -0.007115> - 5398: <-0.001574, 0.004395, -0.007183> - 5399: <-0.001588, 0.004034, -0.007367> - 5400: <-0.001957, 0.004360, -0.007115> - 5401: <-0.001940, 0.004705, -0.006915> - 5402: <-0.001561, 0.004744, -0.006980> - 5403: <-0.001574, 0.004395, -0.007183> - 5404: <-0.001940, 0.004705, -0.006915> - 5405: <-0.001926, 0.005037, -0.006698> - 5406: <-0.001550, 0.005080, -0.006761> - 5407: <-0.001561, 0.004744, -0.006980> - 5408: <-0.001926, 0.005037, -0.006698> - 5409: <-0.001915, 0.005355, -0.006464> - 5410: <-0.001541, 0.005401, -0.006523> - 5411: <-0.001550, 0.005080, -0.006761> - 5412: <-0.001915, 0.005355, -0.006464> - 5413: <-0.001908, 0.005657, -0.006212> - 5414: <-0.001536, 0.005707, -0.006269> - 5415: <-0.001541, 0.005401, -0.006523> - 5416: <-0.001536, -0.005707, -0.006269> - 5417: <-0.001541, -0.005401, -0.006523> - 5418: <-0.001161, -0.005438, -0.006570> - 5419: <-0.001157, -0.005747, -0.006313> - 5420: <-0.001541, -0.005401, -0.006523> - 5421: <-0.001550, -0.005080, -0.006761> - 5422: <-0.001168, -0.005114, -0.006810> - 5423: <-0.001161, -0.005438, -0.006570> - 5424: <-0.001550, -0.005080, -0.006761> - 5425: <-0.001561, -0.004744, -0.006980> - 5426: <-0.001176, -0.004776, -0.007032> - 5427: <-0.001168, -0.005114, -0.006810> - 5428: <-0.001561, -0.004744, -0.006980> - 5429: <-0.001574, -0.004395, -0.007183> - 5430: <-0.001185, -0.004424, -0.007236> - 5431: <-0.001176, -0.004776, -0.007032> - 5432: <-0.001574, -0.004395, -0.007183> - 5433: <-0.001588, -0.004034, -0.007367> - 5434: <-0.001196, -0.004061, -0.007423> - 5435: <-0.001185, -0.004424, -0.007236> - 5436: <-0.001588, -0.004034, -0.007367> - 5437: <-0.001603, -0.003663, -0.007535> - 5438: <-0.001207, -0.003686, -0.007591> - 5439: <-0.001196, -0.004061, -0.007423> - 5440: <-0.001603, -0.003663, -0.007535> - 5441: <-0.001619, -0.003281, -0.007684> - 5442: <-0.001219, -0.003302, -0.007743> - 5443: <-0.001207, -0.003686, -0.007591> - 5444: <-0.001619, -0.003281, -0.007684> - 5445: <-0.001635, -0.002890, -0.007817> - 5446: <-0.001230, -0.002908, -0.007876> - 5447: <-0.001219, -0.003302, -0.007743> - 5448: <-0.001635, -0.002890, -0.007817> - 5449: <-0.001650, -0.002492, -0.007932> - 5450: <-0.001241, -0.002507, -0.007992> - 5451: <-0.001230, -0.002908, -0.007876> - 5452: <-0.001650, -0.002492, -0.007932> - 5453: <-0.001663, -0.002086, -0.008029> - 5454: <-0.001252, -0.002099, -0.008090> - 5455: <-0.001241, -0.002507, -0.007992> - 5456: <-0.001663, -0.002086, -0.008029> - 5457: <-0.001676, -0.001676, -0.008109> - 5458: <-0.001261, -0.001686, -0.008171> - 5459: <-0.001252, -0.002099, -0.008090> - 5460: <-0.001676, -0.001676, -0.008109> - 5461: <-0.001686, -0.001261, -0.008171> - 5462: <-0.001269, -0.001269, -0.008233> - 5463: <-0.001261, -0.001686, -0.008171> - 5464: <-0.001686, -0.001261, -0.008171> - 5465: <-0.001694, -0.000842, -0.008215> - 5466: <-0.001275, -0.000848, -0.008278> - 5467: <-0.001269, -0.001269, -0.008233> - 5468: <-0.001694, -0.000842, -0.008215> - 5469: <-0.001699, -0.000422, -0.008242> - 5470: <-0.001278, -0.000424, -0.008305> - 5471: <-0.001275, -0.000848, -0.008278> - 5472: <-0.001699, -0.000422, -0.008242> - 5473: <-0.001701, 0.000000, -0.008251> - 5474: <-0.001280, 0.000000, -0.008314> - 5475: <-0.001278, -0.000424, -0.008305> - 5476: <-0.001701, 0.000000, -0.008251> - 5477: <-0.001699, 0.000422, -0.008242> - 5478: <-0.001278, 0.000424, -0.008305> - 5479: <-0.001280, 0.000000, -0.008314> - 5480: <-0.001699, 0.000422, -0.008242> - 5481: <-0.001694, 0.000842, -0.008215> - 5482: <-0.001275, 0.000848, -0.008278> - 5483: <-0.001278, 0.000424, -0.008305> - 5484: <-0.001694, 0.000842, -0.008215> - 5485: <-0.001686, 0.001261, -0.008171> - 5486: <-0.001269, 0.001269, -0.008233> - 5487: <-0.001275, 0.000848, -0.008278> - 5488: <-0.001686, 0.001261, -0.008171> - 5489: <-0.001676, 0.001676, -0.008109> - 5490: <-0.001261, 0.001686, -0.008171> - 5491: <-0.001269, 0.001269, -0.008233> - 5492: <-0.001676, 0.001676, -0.008109> - 5493: <-0.001663, 0.002086, -0.008029> - 5494: <-0.001252, 0.002099, -0.008090> - 5495: <-0.001261, 0.001686, -0.008171> - 5496: <-0.001663, 0.002086, -0.008029> - 5497: <-0.001650, 0.002492, -0.007932> - 5498: <-0.001241, 0.002507, -0.007992> - 5499: <-0.001252, 0.002099, -0.008090> - 5500: <-0.001650, 0.002492, -0.007932> - 5501: <-0.001635, 0.002890, -0.007817> - 5502: <-0.001230, 0.002908, -0.007876> - 5503: <-0.001241, 0.002507, -0.007992> - 5504: <-0.001635, 0.002890, -0.007817> - 5505: <-0.001619, 0.003281, -0.007684> - 5506: <-0.001219, 0.003302, -0.007743> - 5507: <-0.001230, 0.002908, -0.007876> - 5508: <-0.001619, 0.003281, -0.007684> - 5509: <-0.001603, 0.003663, -0.007535> - 5510: <-0.001207, 0.003686, -0.007591> - 5511: <-0.001219, 0.003302, -0.007743> - 5512: <-0.001603, 0.003663, -0.007535> - 5513: <-0.001588, 0.004034, -0.007367> - 5514: <-0.001196, 0.004061, -0.007423> - 5515: <-0.001207, 0.003686, -0.007591> - 5516: <-0.001588, 0.004034, -0.007367> - 5517: <-0.001574, 0.004395, -0.007183> - 5518: <-0.001185, 0.004424, -0.007236> - 5519: <-0.001196, 0.004061, -0.007423> - 5520: <-0.001574, 0.004395, -0.007183> - 5521: <-0.001561, 0.004744, -0.006980> - 5522: <-0.001176, 0.004776, -0.007032> - 5523: <-0.001185, 0.004424, -0.007236> - 5524: <-0.001561, 0.004744, -0.006980> - 5525: <-0.001550, 0.005080, -0.006761> - 5526: <-0.001168, 0.005114, -0.006810> - 5527: <-0.001176, 0.004776, -0.007032> - 5528: <-0.001550, 0.005080, -0.006761> - 5529: <-0.001541, 0.005401, -0.006523> - 5530: <-0.001161, 0.005438, -0.006570> - 5531: <-0.001168, 0.005114, -0.006810> - 5532: <-0.001541, 0.005401, -0.006523> - 5533: <-0.001536, 0.005707, -0.006269> - 5534: <-0.001157, 0.005747, -0.006313> - 5535: <-0.001161, 0.005438, -0.006570> - 5536: <-0.001157, -0.005747, -0.006313> - 5537: <-0.001161, -0.005438, -0.006570> - 5538: <-0.000777, -0.005466, -0.006605> - 5539: <-0.000774, -0.005776, -0.006346> - 5540: <-0.001161, -0.005438, -0.006570> - 5541: <-0.001168, -0.005114, -0.006810> - 5542: <-0.000781, -0.005140, -0.006846> - 5543: <-0.000777, -0.005466, -0.006605> - 5544: <-0.001168, -0.005114, -0.006810> - 5545: <-0.001176, -0.004776, -0.007032> - 5546: <-0.000786, -0.004800, -0.007069> - 5547: <-0.000781, -0.005140, -0.006846> - 5548: <-0.001176, -0.004776, -0.007032> - 5549: <-0.001185, -0.004424, -0.007236> - 5550: <-0.000792, -0.004446, -0.007275> - 5551: <-0.000786, -0.004800, -0.007069> - 5552: <-0.001185, -0.004424, -0.007236> - 5553: <-0.001196, -0.004061, -0.007423> - 5554: <-0.000799, -0.004081, -0.007462> - 5555: <-0.000792, -0.004446, -0.007275> - 5556: <-0.001196, -0.004061, -0.007423> - 5557: <-0.001207, -0.003686, -0.007591> - 5558: <-0.000807, -0.003704, -0.007632> - 5559: <-0.000799, -0.004081, -0.007462> - 5560: <-0.001207, -0.003686, -0.007591> - 5561: <-0.001219, -0.003302, -0.007743> - 5562: <-0.000814, -0.003318, -0.007785> - 5563: <-0.000807, -0.003704, -0.007632> - 5564: <-0.001219, -0.003302, -0.007743> - 5565: <-0.001230, -0.002908, -0.007876> - 5566: <-0.000822, -0.002922, -0.007919> - 5567: <-0.000814, -0.003318, -0.007785> - 5568: <-0.001230, -0.002908, -0.007876> - 5569: <-0.001241, -0.002507, -0.007992> - 5570: <-0.000829, -0.002519, -0.008036> - 5571: <-0.000822, -0.002922, -0.007919> - 5572: <-0.001241, -0.002507, -0.007992> - 5573: <-0.001252, -0.002099, -0.008090> - 5574: <-0.000836, -0.002109, -0.008134> - 5575: <-0.000829, -0.002519, -0.008036> - 5576: <-0.001252, -0.002099, -0.008090> - 5577: <-0.001261, -0.001686, -0.008171> - 5578: <-0.000842, -0.001694, -0.008215> - 5579: <-0.000836, -0.002109, -0.008134> - 5580: <-0.001261, -0.001686, -0.008171> - 5581: <-0.001269, -0.001269, -0.008233> - 5582: <-0.000848, -0.001275, -0.008278> - 5583: <-0.000842, -0.001694, -0.008215> - 5584: <-0.001269, -0.001269, -0.008233> - 5585: <-0.001275, -0.000848, -0.008278> - 5586: <-0.000852, -0.000852, -0.008323> - 5587: <-0.000848, -0.001275, -0.008278> - 5588: <-0.001275, -0.000848, -0.008278> - 5589: <-0.001278, -0.000424, -0.008305> - 5590: <-0.000854, -0.000426, -0.008350> - 5591: <-0.000852, -0.000852, -0.008323> - 5592: <-0.001278, -0.000424, -0.008305> - 5593: <-0.001280, 0.000000, -0.008314> - 5594: <-0.000855, 0.000000, -0.008359> - 5595: <-0.000854, -0.000426, -0.008350> - 5596: <-0.001280, 0.000000, -0.008314> - 5597: <-0.001278, 0.000424, -0.008305> - 5598: <-0.000854, 0.000426, -0.008350> - 5599: <-0.000855, 0.000000, -0.008359> - 5600: <-0.001278, 0.000424, -0.008305> - 5601: <-0.001275, 0.000848, -0.008278> - 5602: <-0.000852, 0.000852, -0.008323> - 5603: <-0.000854, 0.000426, -0.008350> - 5604: <-0.001275, 0.000848, -0.008278> - 5605: <-0.001269, 0.001269, -0.008233> - 5606: <-0.000848, 0.001275, -0.008278> - 5607: <-0.000852, 0.000852, -0.008323> - 5608: <-0.001269, 0.001269, -0.008233> - 5609: <-0.001261, 0.001686, -0.008171> - 5610: <-0.000842, 0.001694, -0.008215> - 5611: <-0.000848, 0.001275, -0.008278> - 5612: <-0.001261, 0.001686, -0.008171> - 5613: <-0.001252, 0.002099, -0.008090> - 5614: <-0.000836, 0.002109, -0.008134> - 5615: <-0.000842, 0.001694, -0.008215> - 5616: <-0.001252, 0.002099, -0.008090> - 5617: <-0.001241, 0.002507, -0.007992> - 5618: <-0.000829, 0.002519, -0.008036> - 5619: <-0.000836, 0.002109, -0.008134> - 5620: <-0.001241, 0.002507, -0.007992> - 5621: <-0.001230, 0.002908, -0.007876> - 5622: <-0.000822, 0.002922, -0.007919> - 5623: <-0.000829, 0.002519, -0.008036> - 5624: <-0.001230, 0.002908, -0.007876> - 5625: <-0.001219, 0.003302, -0.007743> - 5626: <-0.000814, 0.003318, -0.007785> - 5627: <-0.000822, 0.002922, -0.007919> - 5628: <-0.001219, 0.003302, -0.007743> - 5629: <-0.001207, 0.003686, -0.007591> - 5630: <-0.000807, 0.003704, -0.007632> - 5631: <-0.000814, 0.003318, -0.007785> - 5632: <-0.001207, 0.003686, -0.007591> - 5633: <-0.001196, 0.004061, -0.007423> - 5634: <-0.000799, 0.004081, -0.007462> - 5635: <-0.000807, 0.003704, -0.007632> - 5636: <-0.001196, 0.004061, -0.007423> - 5637: <-0.001185, 0.004424, -0.007236> - 5638: <-0.000792, 0.004446, -0.007275> - 5639: <-0.000799, 0.004081, -0.007462> - 5640: <-0.001185, 0.004424, -0.007236> - 5641: <-0.001176, 0.004776, -0.007032> - 5642: <-0.000786, 0.004800, -0.007069> - 5643: <-0.000792, 0.004446, -0.007275> - 5644: <-0.001176, 0.004776, -0.007032> - 5645: <-0.001168, 0.005114, -0.006810> - 5646: <-0.000781, 0.005140, -0.006846> - 5647: <-0.000786, 0.004800, -0.007069> - 5648: <-0.001168, 0.005114, -0.006810> - 5649: <-0.001161, 0.005438, -0.006570> - 5650: <-0.000777, 0.005466, -0.006605> - 5651: <-0.000781, 0.005140, -0.006846> - 5652: <-0.001161, 0.005438, -0.006570> - 5653: <-0.001157, 0.005747, -0.006313> - 5654: <-0.000774, 0.005776, -0.006346> - 5655: <-0.000777, 0.005466, -0.006605> - 5656: <-0.000774, -0.005776, -0.006346> - 5657: <-0.000777, -0.005466, -0.006605> - 5658: <-0.000389, -0.005483, -0.006626> - 5659: <-0.000388, -0.005794, -0.006366> - 5660: <-0.000777, -0.005466, -0.006605> - 5661: <-0.000781, -0.005140, -0.006846> - 5662: <-0.000391, -0.005156, -0.006868> - 5663: <-0.000389, -0.005483, -0.006626> - 5664: <-0.000781, -0.005140, -0.006846> - 5665: <-0.000786, -0.004800, -0.007069> - 5666: <-0.000394, -0.004815, -0.007092> - 5667: <-0.000391, -0.005156, -0.006868> - 5668: <-0.000786, -0.004800, -0.007069> - 5669: <-0.000792, -0.004446, -0.007275> - 5670: <-0.000397, -0.004460, -0.007298> - 5671: <-0.000394, -0.004815, -0.007092> - 5672: <-0.000792, -0.004446, -0.007275> - 5673: <-0.000799, -0.004081, -0.007462> - 5674: <-0.000400, -0.004093, -0.007487> - 5675: <-0.000397, -0.004460, -0.007298> - 5676: <-0.000799, -0.004081, -0.007462> - 5677: <-0.000807, -0.003704, -0.007632> - 5678: <-0.000404, -0.003716, -0.007657> - 5679: <-0.000400, -0.004093, -0.007487> - 5680: <-0.000807, -0.003704, -0.007632> - 5681: <-0.000814, -0.003318, -0.007785> - 5682: <-0.000408, -0.003328, -0.007810> - 5683: <-0.000404, -0.003716, -0.007657> - 5684: <-0.000814, -0.003318, -0.007785> - 5685: <-0.000822, -0.002922, -0.007919> - 5686: <-0.000412, -0.002931, -0.007945> - 5687: <-0.000408, -0.003328, -0.007810> - 5688: <-0.000822, -0.002922, -0.007919> - 5689: <-0.000829, -0.002519, -0.008036> - 5690: <-0.000415, -0.002527, -0.008062> - 5691: <-0.000412, -0.002931, -0.007945> - 5692: <-0.000829, -0.002519, -0.008036> - 5693: <-0.000836, -0.002109, -0.008134> - 5694: <-0.000419, -0.002116, -0.008161> - 5695: <-0.000415, -0.002527, -0.008062> - 5696: <-0.000836, -0.002109, -0.008134> - 5697: <-0.000842, -0.001694, -0.008215> - 5698: <-0.000422, -0.001699, -0.008242> - 5699: <-0.000419, -0.002116, -0.008161> - 5700: <-0.000842, -0.001694, -0.008215> - 5701: <-0.000848, -0.001275, -0.008278> - 5702: <-0.000424, -0.001278, -0.008305> - 5703: <-0.000422, -0.001699, -0.008242> - 5704: <-0.000848, -0.001275, -0.008278> - 5705: <-0.000852, -0.000852, -0.008323> - 5706: <-0.000426, -0.000854, -0.008350> - 5707: <-0.000424, -0.001278, -0.008305> - 5708: <-0.000852, -0.000852, -0.008323> - 5709: <-0.000854, -0.000426, -0.008350> - 5710: <-0.000428, -0.000428, -0.008377> - 5711: <-0.000426, -0.000854, -0.008350> - 5712: <-0.000854, -0.000426, -0.008350> - 5713: <-0.000855, 0.000000, -0.008359> - 5714: <-0.000428, 0.000000, -0.008386> - 5715: <-0.000428, -0.000428, -0.008377> - 5716: <-0.000855, 0.000000, -0.008359> - 5717: <-0.000854, 0.000426, -0.008350> - 5718: <-0.000428, 0.000428, -0.008377> - 5719: <-0.000428, 0.000000, -0.008386> - 5720: <-0.000854, 0.000426, -0.008350> - 5721: <-0.000852, 0.000852, -0.008323> - 5722: <-0.000426, 0.000854, -0.008350> - 5723: <-0.000428, 0.000428, -0.008377> - 5724: <-0.000852, 0.000852, -0.008323> - 5725: <-0.000848, 0.001275, -0.008278> - 5726: <-0.000424, 0.001278, -0.008305> - 5727: <-0.000426, 0.000854, -0.008350> - 5728: <-0.000848, 0.001275, -0.008278> - 5729: <-0.000842, 0.001694, -0.008215> - 5730: <-0.000422, 0.001699, -0.008242> - 5731: <-0.000424, 0.001278, -0.008305> - 5732: <-0.000842, 0.001694, -0.008215> - 5733: <-0.000836, 0.002109, -0.008134> - 5734: <-0.000419, 0.002116, -0.008161> - 5735: <-0.000422, 0.001699, -0.008242> - 5736: <-0.000836, 0.002109, -0.008134> - 5737: <-0.000829, 0.002519, -0.008036> - 5738: <-0.000415, 0.002527, -0.008062> - 5739: <-0.000419, 0.002116, -0.008161> - 5740: <-0.000829, 0.002519, -0.008036> - 5741: <-0.000822, 0.002922, -0.007919> - 5742: <-0.000412, 0.002931, -0.007945> - 5743: <-0.000415, 0.002527, -0.008062> - 5744: <-0.000822, 0.002922, -0.007919> - 5745: <-0.000814, 0.003318, -0.007785> - 5746: <-0.000408, 0.003328, -0.007810> - 5747: <-0.000412, 0.002931, -0.007945> - 5748: <-0.000814, 0.003318, -0.007785> - 5749: <-0.000807, 0.003704, -0.007632> - 5750: <-0.000404, 0.003716, -0.007657> - 5751: <-0.000408, 0.003328, -0.007810> - 5752: <-0.000807, 0.003704, -0.007632> - 5753: <-0.000799, 0.004081, -0.007462> - 5754: <-0.000400, 0.004093, -0.007487> - 5755: <-0.000404, 0.003716, -0.007657> - 5756: <-0.000799, 0.004081, -0.007462> - 5757: <-0.000792, 0.004446, -0.007275> - 5758: <-0.000397, 0.004460, -0.007298> - 5759: <-0.000400, 0.004093, -0.007487> - 5760: <-0.000792, 0.004446, -0.007275> - 5761: <-0.000786, 0.004800, -0.007069> - 5762: <-0.000394, 0.004815, -0.007092> - 5763: <-0.000397, 0.004460, -0.007298> - 5764: <-0.000786, 0.004800, -0.007069> - 5765: <-0.000781, 0.005140, -0.006846> - 5766: <-0.000391, 0.005156, -0.006868> - 5767: <-0.000394, 0.004815, -0.007092> - 5768: <-0.000781, 0.005140, -0.006846> - 5769: <-0.000777, 0.005466, -0.006605> - 5770: <-0.000389, 0.005483, -0.006626> - 5771: <-0.000391, 0.005156, -0.006868> - 5772: <-0.000777, 0.005466, -0.006605> - 5773: <-0.000774, 0.005776, -0.006346> - 5774: <-0.000388, 0.005794, -0.006366> - 5775: <-0.000389, 0.005483, -0.006626> - 5776: <-0.000388, -0.005794, -0.006366> - 5777: <-0.000389, -0.005483, -0.006626> - 5778: < 0.000000, -0.005489, -0.006633> - 5779: <-0.000000, -0.005801, -0.006373> - 5780: <-0.000389, -0.005483, -0.006626> - 5781: <-0.000391, -0.005156, -0.006868> - 5782: < 0.000000, -0.005162, -0.006875> - 5783: < 0.000000, -0.005489, -0.006633> - 5784: <-0.000391, -0.005156, -0.006868> - 5785: <-0.000394, -0.004815, -0.007092> - 5786: < 0.000000, -0.004820, -0.007099> - 5787: < 0.000000, -0.005162, -0.006875> - 5788: <-0.000394, -0.004815, -0.007092> - 5789: <-0.000397, -0.004460, -0.007298> - 5790: < 0.000000, -0.004465, -0.007306> - 5791: < 0.000000, -0.004820, -0.007099> - 5792: <-0.000397, -0.004460, -0.007298> - 5793: <-0.000400, -0.004093, -0.007487> - 5794: < 0.000000, -0.004098, -0.007495> - 5795: < 0.000000, -0.004465, -0.007306> - 5796: <-0.000400, -0.004093, -0.007487> - 5797: <-0.000404, -0.003716, -0.007657> - 5798: < 0.000000, -0.003720, -0.007665> - 5799: < 0.000000, -0.004098, -0.007495> - 5800: <-0.000404, -0.003716, -0.007657> - 5801: <-0.000408, -0.003328, -0.007810> - 5802: < 0.000000, -0.003331, -0.007818> - 5803: < 0.000000, -0.003720, -0.007665> - 5804: <-0.000408, -0.003328, -0.007810> - 5805: <-0.000412, -0.002931, -0.007945> - 5806: < 0.000000, -0.002934, -0.007953> - 5807: < 0.000000, -0.003331, -0.007818> - 5808: <-0.000412, -0.002931, -0.007945> - 5809: <-0.000415, -0.002527, -0.008062> - 5810: < 0.000000, -0.002530, -0.008070> - 5811: < 0.000000, -0.002934, -0.007953> - 5812: <-0.000415, -0.002527, -0.008062> - 5813: <-0.000419, -0.002116, -0.008161> - 5814: < 0.000000, -0.002118, -0.008169> - 5815: < 0.000000, -0.002530, -0.008070> - 5816: <-0.000419, -0.002116, -0.008161> - 5817: <-0.000422, -0.001699, -0.008242> - 5818: <-0.000000, -0.001701, -0.008251> - 5819: < 0.000000, -0.002118, -0.008169> - 5820: <-0.000422, -0.001699, -0.008242> - 5821: <-0.000424, -0.001278, -0.008305> - 5822: <-0.000000, -0.001280, -0.008314> - 5823: <-0.000000, -0.001701, -0.008251> - 5824: <-0.000424, -0.001278, -0.008305> - 5825: <-0.000426, -0.000854, -0.008350> - 5826: <-0.000000, -0.000855, -0.008359> - 5827: <-0.000000, -0.001280, -0.008314> - 5828: <-0.000426, -0.000854, -0.008350> - 5829: <-0.000428, -0.000428, -0.008377> - 5830: <-0.000000, -0.000428, -0.008386> - 5831: <-0.000000, -0.000855, -0.008359> - 5832: <-0.000428, -0.000428, -0.008377> - 5833: <-0.000428, 0.000000, -0.008386> - 5834: <-0.000000, 0.000000, -0.008395> - 5835: <-0.000000, -0.000428, -0.008386> - 5836: <-0.000428, 0.000000, -0.008386> - 5837: <-0.000428, 0.000428, -0.008377> - 5838: <-0.000000, 0.000428, -0.008386> - 5839: <-0.000000, 0.000000, -0.008395> - 5840: <-0.000428, 0.000428, -0.008377> - 5841: <-0.000426, 0.000854, -0.008350> - 5842: <-0.000000, 0.000855, -0.008359> - 5843: <-0.000000, 0.000428, -0.008386> - 5844: <-0.000426, 0.000854, -0.008350> - 5845: <-0.000424, 0.001278, -0.008305> - 5846: <-0.000000, 0.001280, -0.008314> - 5847: <-0.000000, 0.000855, -0.008359> - 5848: <-0.000424, 0.001278, -0.008305> - 5849: <-0.000422, 0.001699, -0.008242> - 5850: <-0.000000, 0.001701, -0.008251> - 5851: <-0.000000, 0.001280, -0.008314> - 5852: <-0.000422, 0.001699, -0.008242> - 5853: <-0.000419, 0.002116, -0.008161> - 5854: <-0.000000, 0.002118, -0.008169> - 5855: <-0.000000, 0.001701, -0.008251> - 5856: <-0.000419, 0.002116, -0.008161> - 5857: <-0.000415, 0.002527, -0.008062> - 5858: <-0.000000, 0.002530, -0.008070> - 5859: <-0.000000, 0.002118, -0.008169> - 5860: <-0.000415, 0.002527, -0.008062> - 5861: <-0.000412, 0.002931, -0.007945> - 5862: <-0.000000, 0.002934, -0.007953> - 5863: <-0.000000, 0.002530, -0.008070> - 5864: <-0.000412, 0.002931, -0.007945> - 5865: <-0.000408, 0.003328, -0.007810> - 5866: <-0.000000, 0.003331, -0.007818> - 5867: <-0.000000, 0.002934, -0.007953> - 5868: <-0.000408, 0.003328, -0.007810> - 5869: <-0.000404, 0.003716, -0.007657> - 5870: <-0.000000, 0.003720, -0.007665> - 5871: <-0.000000, 0.003331, -0.007818> - 5872: <-0.000404, 0.003716, -0.007657> - 5873: <-0.000400, 0.004093, -0.007487> - 5874: <-0.000000, 0.004098, -0.007495> - 5875: <-0.000000, 0.003720, -0.007665> - 5876: <-0.000400, 0.004093, -0.007487> - 5877: <-0.000397, 0.004460, -0.007298> - 5878: <-0.000000, 0.004465, -0.007306> - 5879: <-0.000000, 0.004098, -0.007495> - 5880: <-0.000397, 0.004460, -0.007298> - 5881: <-0.000394, 0.004815, -0.007092> - 5882: <-0.000000, 0.004820, -0.007099> - 5883: <-0.000000, 0.004465, -0.007306> - 5884: <-0.000394, 0.004815, -0.007092> - 5885: <-0.000391, 0.005156, -0.006868> - 5886: <-0.000000, 0.005162, -0.006875> - 5887: <-0.000000, 0.004820, -0.007099> - 5888: <-0.000391, 0.005156, -0.006868> - 5889: <-0.000389, 0.005483, -0.006626> - 5890: <-0.000000, 0.005489, -0.006633> - 5891: <-0.000000, 0.005162, -0.006875> - 5892: <-0.000389, 0.005483, -0.006626> - 5893: <-0.000388, 0.005794, -0.006366> - 5894: <-0.000000, 0.005801, -0.006373> - 5895: <-0.000000, 0.005489, -0.006633> - 5896: <-0.000000, -0.005801, -0.006373> - 5897: < 0.000000, -0.005489, -0.006633> - 5898: < 0.000389, -0.005483, -0.006626> - 5899: < 0.000388, -0.005794, -0.006366> - 5900: < 0.000000, -0.005489, -0.006633> - 5901: < 0.000000, -0.005162, -0.006875> - 5902: < 0.000391, -0.005156, -0.006868> - 5903: < 0.000389, -0.005483, -0.006626> - 5904: < 0.000000, -0.005162, -0.006875> - 5905: < 0.000000, -0.004820, -0.007099> - 5906: < 0.000394, -0.004815, -0.007092> - 5907: < 0.000391, -0.005156, -0.006868> - 5908: < 0.000000, -0.004820, -0.007099> - 5909: < 0.000000, -0.004465, -0.007306> - 5910: < 0.000397, -0.004460, -0.007298> - 5911: < 0.000394, -0.004815, -0.007092> - 5912: < 0.000000, -0.004465, -0.007306> - 5913: < 0.000000, -0.004098, -0.007495> - 5914: < 0.000400, -0.004093, -0.007487> - 5915: < 0.000397, -0.004460, -0.007298> - 5916: < 0.000000, -0.004098, -0.007495> - 5917: < 0.000000, -0.003720, -0.007665> - 5918: < 0.000404, -0.003716, -0.007657> - 5919: < 0.000400, -0.004093, -0.007487> - 5920: < 0.000000, -0.003720, -0.007665> - 5921: < 0.000000, -0.003331, -0.007818> - 5922: < 0.000408, -0.003328, -0.007810> - 5923: < 0.000404, -0.003716, -0.007657> - 5924: < 0.000000, -0.003331, -0.007818> - 5925: < 0.000000, -0.002934, -0.007953> - 5926: < 0.000412, -0.002931, -0.007945> - 5927: < 0.000408, -0.003328, -0.007810> - 5928: < 0.000000, -0.002934, -0.007953> - 5929: < 0.000000, -0.002530, -0.008070> - 5930: < 0.000415, -0.002527, -0.008062> - 5931: < 0.000412, -0.002931, -0.007945> - 5932: < 0.000000, -0.002530, -0.008070> - 5933: < 0.000000, -0.002118, -0.008169> - 5934: < 0.000419, -0.002116, -0.008161> - 5935: < 0.000415, -0.002527, -0.008062> - 5936: < 0.000000, -0.002118, -0.008169> - 5937: <-0.000000, -0.001701, -0.008251> - 5938: < 0.000422, -0.001699, -0.008242> - 5939: < 0.000419, -0.002116, -0.008161> - 5940: <-0.000000, -0.001701, -0.008251> - 5941: <-0.000000, -0.001280, -0.008314> - 5942: < 0.000424, -0.001278, -0.008305> - 5943: < 0.000422, -0.001699, -0.008242> - 5944: <-0.000000, -0.001280, -0.008314> - 5945: <-0.000000, -0.000855, -0.008359> - 5946: < 0.000426, -0.000854, -0.008350> - 5947: < 0.000424, -0.001278, -0.008305> - 5948: <-0.000000, -0.000855, -0.008359> - 5949: <-0.000000, -0.000428, -0.008386> - 5950: < 0.000428, -0.000428, -0.008377> - 5951: < 0.000426, -0.000854, -0.008350> - 5952: <-0.000000, -0.000428, -0.008386> - 5953: <-0.000000, 0.000000, -0.008395> - 5954: < 0.000428, 0.000000, -0.008386> - 5955: < 0.000428, -0.000428, -0.008377> - 5956: <-0.000000, 0.000000, -0.008395> - 5957: <-0.000000, 0.000428, -0.008386> - 5958: < 0.000428, 0.000428, -0.008377> - 5959: < 0.000428, 0.000000, -0.008386> - 5960: <-0.000000, 0.000428, -0.008386> - 5961: <-0.000000, 0.000855, -0.008359> - 5962: < 0.000426, 0.000854, -0.008350> - 5963: < 0.000428, 0.000428, -0.008377> - 5964: <-0.000000, 0.000855, -0.008359> - 5965: <-0.000000, 0.001280, -0.008314> - 5966: < 0.000424, 0.001278, -0.008305> - 5967: < 0.000426, 0.000854, -0.008350> - 5968: <-0.000000, 0.001280, -0.008314> - 5969: <-0.000000, 0.001701, -0.008251> - 5970: < 0.000422, 0.001699, -0.008242> - 5971: < 0.000424, 0.001278, -0.008305> - 5972: <-0.000000, 0.001701, -0.008251> - 5973: <-0.000000, 0.002118, -0.008169> - 5974: < 0.000419, 0.002116, -0.008161> - 5975: < 0.000422, 0.001699, -0.008242> - 5976: <-0.000000, 0.002118, -0.008169> - 5977: <-0.000000, 0.002530, -0.008070> - 5978: < 0.000415, 0.002527, -0.008062> - 5979: < 0.000419, 0.002116, -0.008161> - 5980: <-0.000000, 0.002530, -0.008070> - 5981: <-0.000000, 0.002934, -0.007953> - 5982: < 0.000412, 0.002931, -0.007945> - 5983: < 0.000415, 0.002527, -0.008062> - 5984: <-0.000000, 0.002934, -0.007953> - 5985: <-0.000000, 0.003331, -0.007818> - 5986: < 0.000408, 0.003328, -0.007810> - 5987: < 0.000412, 0.002931, -0.007945> - 5988: <-0.000000, 0.003331, -0.007818> - 5989: <-0.000000, 0.003720, -0.007665> - 5990: < 0.000404, 0.003716, -0.007657> - 5991: < 0.000408, 0.003328, -0.007810> - 5992: <-0.000000, 0.003720, -0.007665> - 5993: <-0.000000, 0.004098, -0.007495> - 5994: < 0.000400, 0.004093, -0.007487> - 5995: < 0.000404, 0.003716, -0.007657> - 5996: <-0.000000, 0.004098, -0.007495> - 5997: <-0.000000, 0.004465, -0.007306> - 5998: < 0.000397, 0.004460, -0.007298> - 5999: < 0.000400, 0.004093, -0.007487> - 6000: <-0.000000, 0.004465, -0.007306> - 6001: <-0.000000, 0.004820, -0.007099> - 6002: < 0.000394, 0.004815, -0.007092> - 6003: < 0.000397, 0.004460, -0.007298> - 6004: <-0.000000, 0.004820, -0.007099> - 6005: <-0.000000, 0.005162, -0.006875> - 6006: < 0.000391, 0.005156, -0.006868> - 6007: < 0.000394, 0.004815, -0.007092> - 6008: <-0.000000, 0.005162, -0.006875> - 6009: <-0.000000, 0.005489, -0.006633> - 6010: < 0.000389, 0.005483, -0.006626> - 6011: < 0.000391, 0.005156, -0.006868> - 6012: <-0.000000, 0.005489, -0.006633> - 6013: <-0.000000, 0.005801, -0.006373> - 6014: < 0.000388, 0.005794, -0.006366> - 6015: < 0.000389, 0.005483, -0.006626> - 6016: < 0.000388, -0.005794, -0.006366> - 6017: < 0.000389, -0.005483, -0.006626> - 6018: < 0.000777, -0.005466, -0.006605> - 6019: < 0.000774, -0.005776, -0.006346> - 6020: < 0.000389, -0.005483, -0.006626> - 6021: < 0.000391, -0.005156, -0.006868> - 6022: < 0.000781, -0.005140, -0.006846> - 6023: < 0.000777, -0.005466, -0.006605> - 6024: < 0.000391, -0.005156, -0.006868> - 6025: < 0.000394, -0.004815, -0.007092> - 6026: < 0.000786, -0.004800, -0.007069> - 6027: < 0.000781, -0.005140, -0.006846> - 6028: < 0.000394, -0.004815, -0.007092> - 6029: < 0.000397, -0.004460, -0.007298> - 6030: < 0.000792, -0.004446, -0.007275> - 6031: < 0.000786, -0.004800, -0.007069> - 6032: < 0.000397, -0.004460, -0.007298> - 6033: < 0.000400, -0.004093, -0.007487> - 6034: < 0.000799, -0.004081, -0.007462> - 6035: < 0.000792, -0.004446, -0.007275> - 6036: < 0.000400, -0.004093, -0.007487> - 6037: < 0.000404, -0.003716, -0.007657> - 6038: < 0.000807, -0.003704, -0.007632> - 6039: < 0.000799, -0.004081, -0.007462> - 6040: < 0.000404, -0.003716, -0.007657> - 6041: < 0.000408, -0.003328, -0.007810> - 6042: < 0.000814, -0.003318, -0.007785> - 6043: < 0.000807, -0.003704, -0.007632> - 6044: < 0.000408, -0.003328, -0.007810> - 6045: < 0.000412, -0.002931, -0.007945> - 6046: < 0.000822, -0.002922, -0.007919> - 6047: < 0.000814, -0.003318, -0.007785> - 6048: < 0.000412, -0.002931, -0.007945> - 6049: < 0.000415, -0.002527, -0.008062> - 6050: < 0.000829, -0.002519, -0.008036> - 6051: < 0.000822, -0.002922, -0.007919> - 6052: < 0.000415, -0.002527, -0.008062> - 6053: < 0.000419, -0.002116, -0.008161> - 6054: < 0.000836, -0.002109, -0.008134> - 6055: < 0.000829, -0.002519, -0.008036> - 6056: < 0.000419, -0.002116, -0.008161> - 6057: < 0.000422, -0.001699, -0.008242> - 6058: < 0.000842, -0.001694, -0.008215> - 6059: < 0.000836, -0.002109, -0.008134> - 6060: < 0.000422, -0.001699, -0.008242> - 6061: < 0.000424, -0.001278, -0.008305> - 6062: < 0.000848, -0.001275, -0.008278> - 6063: < 0.000842, -0.001694, -0.008215> - 6064: < 0.000424, -0.001278, -0.008305> - 6065: < 0.000426, -0.000854, -0.008350> - 6066: < 0.000852, -0.000852, -0.008323> - 6067: < 0.000848, -0.001275, -0.008278> - 6068: < 0.000426, -0.000854, -0.008350> - 6069: < 0.000428, -0.000428, -0.008377> - 6070: < 0.000854, -0.000426, -0.008350> - 6071: < 0.000852, -0.000852, -0.008323> - 6072: < 0.000428, -0.000428, -0.008377> - 6073: < 0.000428, 0.000000, -0.008386> - 6074: < 0.000855, 0.000000, -0.008359> - 6075: < 0.000854, -0.000426, -0.008350> - 6076: < 0.000428, 0.000000, -0.008386> - 6077: < 0.000428, 0.000428, -0.008377> - 6078: < 0.000854, 0.000426, -0.008350> - 6079: < 0.000855, 0.000000, -0.008359> - 6080: < 0.000428, 0.000428, -0.008377> - 6081: < 0.000426, 0.000854, -0.008350> - 6082: < 0.000852, 0.000852, -0.008323> - 6083: < 0.000854, 0.000426, -0.008350> - 6084: < 0.000426, 0.000854, -0.008350> - 6085: < 0.000424, 0.001278, -0.008305> - 6086: < 0.000848, 0.001275, -0.008278> - 6087: < 0.000852, 0.000852, -0.008323> - 6088: < 0.000424, 0.001278, -0.008305> - 6089: < 0.000422, 0.001699, -0.008242> - 6090: < 0.000842, 0.001694, -0.008215> - 6091: < 0.000848, 0.001275, -0.008278> - 6092: < 0.000422, 0.001699, -0.008242> - 6093: < 0.000419, 0.002116, -0.008161> - 6094: < 0.000836, 0.002109, -0.008134> - 6095: < 0.000842, 0.001694, -0.008215> - 6096: < 0.000419, 0.002116, -0.008161> - 6097: < 0.000415, 0.002527, -0.008062> - 6098: < 0.000829, 0.002519, -0.008036> - 6099: < 0.000836, 0.002109, -0.008134> - 6100: < 0.000415, 0.002527, -0.008062> - 6101: < 0.000412, 0.002931, -0.007945> - 6102: < 0.000822, 0.002922, -0.007919> - 6103: < 0.000829, 0.002519, -0.008036> - 6104: < 0.000412, 0.002931, -0.007945> - 6105: < 0.000408, 0.003328, -0.007810> - 6106: < 0.000814, 0.003318, -0.007785> - 6107: < 0.000822, 0.002922, -0.007919> - 6108: < 0.000408, 0.003328, -0.007810> - 6109: < 0.000404, 0.003716, -0.007657> - 6110: < 0.000807, 0.003704, -0.007632> - 6111: < 0.000814, 0.003318, -0.007785> - 6112: < 0.000404, 0.003716, -0.007657> - 6113: < 0.000400, 0.004093, -0.007487> - 6114: < 0.000799, 0.004081, -0.007462> - 6115: < 0.000807, 0.003704, -0.007632> - 6116: < 0.000400, 0.004093, -0.007487> - 6117: < 0.000397, 0.004460, -0.007298> - 6118: < 0.000792, 0.004446, -0.007275> - 6119: < 0.000799, 0.004081, -0.007462> - 6120: < 0.000397, 0.004460, -0.007298> - 6121: < 0.000394, 0.004815, -0.007092> - 6122: < 0.000786, 0.004800, -0.007069> - 6123: < 0.000792, 0.004446, -0.007275> - 6124: < 0.000394, 0.004815, -0.007092> - 6125: < 0.000391, 0.005156, -0.006868> - 6126: < 0.000781, 0.005140, -0.006846> - 6127: < 0.000786, 0.004800, -0.007069> - 6128: < 0.000391, 0.005156, -0.006868> - 6129: < 0.000389, 0.005483, -0.006626> - 6130: < 0.000777, 0.005466, -0.006605> - 6131: < 0.000781, 0.005140, -0.006846> - 6132: < 0.000389, 0.005483, -0.006626> - 6133: < 0.000388, 0.005794, -0.006366> - 6134: < 0.000774, 0.005776, -0.006346> - 6135: < 0.000777, 0.005466, -0.006605> - 6136: < 0.000774, -0.005776, -0.006346> - 6137: < 0.000777, -0.005466, -0.006605> - 6138: < 0.001161, -0.005438, -0.006570> - 6139: < 0.001157, -0.005747, -0.006313> - 6140: < 0.000777, -0.005466, -0.006605> - 6141: < 0.000781, -0.005140, -0.006846> - 6142: < 0.001168, -0.005114, -0.006810> - 6143: < 0.001161, -0.005438, -0.006570> - 6144: < 0.000781, -0.005140, -0.006846> - 6145: < 0.000786, -0.004800, -0.007069> - 6146: < 0.001176, -0.004776, -0.007032> - 6147: < 0.001168, -0.005114, -0.006810> - 6148: < 0.000786, -0.004800, -0.007069> - 6149: < 0.000792, -0.004446, -0.007275> - 6150: < 0.001185, -0.004424, -0.007236> - 6151: < 0.001176, -0.004776, -0.007032> - 6152: < 0.000792, -0.004446, -0.007275> - 6153: < 0.000799, -0.004081, -0.007462> - 6154: < 0.001196, -0.004061, -0.007423> - 6155: < 0.001185, -0.004424, -0.007236> - 6156: < 0.000799, -0.004081, -0.007462> - 6157: < 0.000807, -0.003704, -0.007632> - 6158: < 0.001207, -0.003686, -0.007591> - 6159: < 0.001196, -0.004061, -0.007423> - 6160: < 0.000807, -0.003704, -0.007632> - 6161: < 0.000814, -0.003318, -0.007785> - 6162: < 0.001219, -0.003302, -0.007743> - 6163: < 0.001207, -0.003686, -0.007591> - 6164: < 0.000814, -0.003318, -0.007785> - 6165: < 0.000822, -0.002922, -0.007919> - 6166: < 0.001230, -0.002908, -0.007876> - 6167: < 0.001219, -0.003302, -0.007743> - 6168: < 0.000822, -0.002922, -0.007919> - 6169: < 0.000829, -0.002519, -0.008036> - 6170: < 0.001241, -0.002507, -0.007992> - 6171: < 0.001230, -0.002908, -0.007876> - 6172: < 0.000829, -0.002519, -0.008036> - 6173: < 0.000836, -0.002109, -0.008134> - 6174: < 0.001252, -0.002099, -0.008090> - 6175: < 0.001241, -0.002507, -0.007992> - 6176: < 0.000836, -0.002109, -0.008134> - 6177: < 0.000842, -0.001694, -0.008215> - 6178: < 0.001261, -0.001686, -0.008171> - 6179: < 0.001252, -0.002099, -0.008090> - 6180: < 0.000842, -0.001694, -0.008215> - 6181: < 0.000848, -0.001275, -0.008278> - 6182: < 0.001269, -0.001269, -0.008233> - 6183: < 0.001261, -0.001686, -0.008171> - 6184: < 0.000848, -0.001275, -0.008278> - 6185: < 0.000852, -0.000852, -0.008323> - 6186: < 0.001275, -0.000848, -0.008278> - 6187: < 0.001269, -0.001269, -0.008233> - 6188: < 0.000852, -0.000852, -0.008323> - 6189: < 0.000854, -0.000426, -0.008350> - 6190: < 0.001278, -0.000424, -0.008305> - 6191: < 0.001275, -0.000848, -0.008278> - 6192: < 0.000854, -0.000426, -0.008350> - 6193: < 0.000855, 0.000000, -0.008359> - 6194: < 0.001280, 0.000000, -0.008314> - 6195: < 0.001278, -0.000424, -0.008305> - 6196: < 0.000855, 0.000000, -0.008359> - 6197: < 0.000854, 0.000426, -0.008350> - 6198: < 0.001278, 0.000424, -0.008305> - 6199: < 0.001280, 0.000000, -0.008314> - 6200: < 0.000854, 0.000426, -0.008350> - 6201: < 0.000852, 0.000852, -0.008323> - 6202: < 0.001275, 0.000848, -0.008278> - 6203: < 0.001278, 0.000424, -0.008305> - 6204: < 0.000852, 0.000852, -0.008323> - 6205: < 0.000848, 0.001275, -0.008278> - 6206: < 0.001269, 0.001269, -0.008233> - 6207: < 0.001275, 0.000848, -0.008278> - 6208: < 0.000848, 0.001275, -0.008278> - 6209: < 0.000842, 0.001694, -0.008215> - 6210: < 0.001261, 0.001686, -0.008171> - 6211: < 0.001269, 0.001269, -0.008233> - 6212: < 0.000842, 0.001694, -0.008215> - 6213: < 0.000836, 0.002109, -0.008134> - 6214: < 0.001252, 0.002099, -0.008090> - 6215: < 0.001261, 0.001686, -0.008171> - 6216: < 0.000836, 0.002109, -0.008134> - 6217: < 0.000829, 0.002519, -0.008036> - 6218: < 0.001241, 0.002507, -0.007992> - 6219: < 0.001252, 0.002099, -0.008090> - 6220: < 0.000829, 0.002519, -0.008036> - 6221: < 0.000822, 0.002922, -0.007919> - 6222: < 0.001230, 0.002908, -0.007876> - 6223: < 0.001241, 0.002507, -0.007992> - 6224: < 0.000822, 0.002922, -0.007919> - 6225: < 0.000814, 0.003318, -0.007785> - 6226: < 0.001219, 0.003302, -0.007743> - 6227: < 0.001230, 0.002908, -0.007876> - 6228: < 0.000814, 0.003318, -0.007785> - 6229: < 0.000807, 0.003704, -0.007632> - 6230: < 0.001207, 0.003686, -0.007591> - 6231: < 0.001219, 0.003302, -0.007743> - 6232: < 0.000807, 0.003704, -0.007632> - 6233: < 0.000799, 0.004081, -0.007462> - 6234: < 0.001196, 0.004061, -0.007423> - 6235: < 0.001207, 0.003686, -0.007591> - 6236: < 0.000799, 0.004081, -0.007462> - 6237: < 0.000792, 0.004446, -0.007275> - 6238: < 0.001185, 0.004424, -0.007236> - 6239: < 0.001196, 0.004061, -0.007423> - 6240: < 0.000792, 0.004446, -0.007275> - 6241: < 0.000786, 0.004800, -0.007069> - 6242: < 0.001176, 0.004776, -0.007032> - 6243: < 0.001185, 0.004424, -0.007236> - 6244: < 0.000786, 0.004800, -0.007069> - 6245: < 0.000781, 0.005140, -0.006846> - 6246: < 0.001168, 0.005114, -0.006810> - 6247: < 0.001176, 0.004776, -0.007032> - 6248: < 0.000781, 0.005140, -0.006846> - 6249: < 0.000777, 0.005466, -0.006605> - 6250: < 0.001161, 0.005438, -0.006570> - 6251: < 0.001168, 0.005114, -0.006810> - 6252: < 0.000777, 0.005466, -0.006605> - 6253: < 0.000774, 0.005776, -0.006346> - 6254: < 0.001157, 0.005747, -0.006313> - 6255: < 0.001161, 0.005438, -0.006570> - 6256: < 0.001157, -0.005747, -0.006313> - 6257: < 0.001161, -0.005438, -0.006570> - 6258: < 0.001541, -0.005401, -0.006523> - 6259: < 0.001536, -0.005707, -0.006269> - 6260: < 0.001161, -0.005438, -0.006570> - 6261: < 0.001168, -0.005114, -0.006810> - 6262: < 0.001550, -0.005080, -0.006761> - 6263: < 0.001541, -0.005401, -0.006523> - 6264: < 0.001168, -0.005114, -0.006810> - 6265: < 0.001176, -0.004776, -0.007032> - 6266: < 0.001561, -0.004744, -0.006980> - 6267: < 0.001550, -0.005080, -0.006761> - 6268: < 0.001176, -0.004776, -0.007032> - 6269: < 0.001185, -0.004424, -0.007236> - 6270: < 0.001574, -0.004395, -0.007183> - 6271: < 0.001561, -0.004744, -0.006980> - 6272: < 0.001185, -0.004424, -0.007236> - 6273: < 0.001196, -0.004061, -0.007423> - 6274: < 0.001588, -0.004034, -0.007367> - 6275: < 0.001574, -0.004395, -0.007183> - 6276: < 0.001196, -0.004061, -0.007423> - 6277: < 0.001207, -0.003686, -0.007591> - 6278: < 0.001603, -0.003663, -0.007535> - 6279: < 0.001588, -0.004034, -0.007367> - 6280: < 0.001207, -0.003686, -0.007591> - 6281: < 0.001219, -0.003302, -0.007743> - 6282: < 0.001619, -0.003281, -0.007684> - 6283: < 0.001603, -0.003663, -0.007535> - 6284: < 0.001219, -0.003302, -0.007743> - 6285: < 0.001230, -0.002908, -0.007876> - 6286: < 0.001635, -0.002890, -0.007817> - 6287: < 0.001619, -0.003281, -0.007684> - 6288: < 0.001230, -0.002908, -0.007876> - 6289: < 0.001241, -0.002507, -0.007992> - 6290: < 0.001650, -0.002492, -0.007932> - 6291: < 0.001635, -0.002890, -0.007817> - 6292: < 0.001241, -0.002507, -0.007992> - 6293: < 0.001252, -0.002099, -0.008090> - 6294: < 0.001663, -0.002086, -0.008029> - 6295: < 0.001650, -0.002492, -0.007932> - 6296: < 0.001252, -0.002099, -0.008090> - 6297: < 0.001261, -0.001686, -0.008171> - 6298: < 0.001676, -0.001676, -0.008109> - 6299: < 0.001663, -0.002086, -0.008029> - 6300: < 0.001261, -0.001686, -0.008171> - 6301: < 0.001269, -0.001269, -0.008233> - 6302: < 0.001686, -0.001261, -0.008171> - 6303: < 0.001676, -0.001676, -0.008109> - 6304: < 0.001269, -0.001269, -0.008233> - 6305: < 0.001275, -0.000848, -0.008278> - 6306: < 0.001694, -0.000842, -0.008215> - 6307: < 0.001686, -0.001261, -0.008171> - 6308: < 0.001275, -0.000848, -0.008278> - 6309: < 0.001278, -0.000424, -0.008305> - 6310: < 0.001699, -0.000422, -0.008242> - 6311: < 0.001694, -0.000842, -0.008215> - 6312: < 0.001278, -0.000424, -0.008305> - 6313: < 0.001280, 0.000000, -0.008314> - 6314: < 0.001701, 0.000000, -0.008251> - 6315: < 0.001699, -0.000422, -0.008242> - 6316: < 0.001280, 0.000000, -0.008314> - 6317: < 0.001278, 0.000424, -0.008305> - 6318: < 0.001699, 0.000422, -0.008242> - 6319: < 0.001701, 0.000000, -0.008251> - 6320: < 0.001278, 0.000424, -0.008305> - 6321: < 0.001275, 0.000848, -0.008278> - 6322: < 0.001694, 0.000842, -0.008215> - 6323: < 0.001699, 0.000422, -0.008242> - 6324: < 0.001275, 0.000848, -0.008278> - 6325: < 0.001269, 0.001269, -0.008233> - 6326: < 0.001686, 0.001261, -0.008171> - 6327: < 0.001694, 0.000842, -0.008215> - 6328: < 0.001269, 0.001269, -0.008233> - 6329: < 0.001261, 0.001686, -0.008171> - 6330: < 0.001676, 0.001676, -0.008109> - 6331: < 0.001686, 0.001261, -0.008171> - 6332: < 0.001261, 0.001686, -0.008171> - 6333: < 0.001252, 0.002099, -0.008090> - 6334: < 0.001663, 0.002086, -0.008029> - 6335: < 0.001676, 0.001676, -0.008109> - 6336: < 0.001252, 0.002099, -0.008090> - 6337: < 0.001241, 0.002507, -0.007992> - 6338: < 0.001650, 0.002492, -0.007932> - 6339: < 0.001663, 0.002086, -0.008029> - 6340: < 0.001241, 0.002507, -0.007992> - 6341: < 0.001230, 0.002908, -0.007876> - 6342: < 0.001635, 0.002890, -0.007817> - 6343: < 0.001650, 0.002492, -0.007932> - 6344: < 0.001230, 0.002908, -0.007876> - 6345: < 0.001219, 0.003302, -0.007743> - 6346: < 0.001619, 0.003281, -0.007684> - 6347: < 0.001635, 0.002890, -0.007817> - 6348: < 0.001219, 0.003302, -0.007743> - 6349: < 0.001207, 0.003686, -0.007591> - 6350: < 0.001603, 0.003663, -0.007535> - 6351: < 0.001619, 0.003281, -0.007684> - 6352: < 0.001207, 0.003686, -0.007591> - 6353: < 0.001196, 0.004061, -0.007423> - 6354: < 0.001588, 0.004034, -0.007367> - 6355: < 0.001603, 0.003663, -0.007535> - 6356: < 0.001196, 0.004061, -0.007423> - 6357: < 0.001185, 0.004424, -0.007236> - 6358: < 0.001574, 0.004395, -0.007183> - 6359: < 0.001588, 0.004034, -0.007367> - 6360: < 0.001185, 0.004424, -0.007236> - 6361: < 0.001176, 0.004776, -0.007032> - 6362: < 0.001561, 0.004744, -0.006980> - 6363: < 0.001574, 0.004395, -0.007183> - 6364: < 0.001176, 0.004776, -0.007032> - 6365: < 0.001168, 0.005114, -0.006810> - 6366: < 0.001550, 0.005080, -0.006761> - 6367: < 0.001561, 0.004744, -0.006980> - 6368: < 0.001168, 0.005114, -0.006810> - 6369: < 0.001161, 0.005438, -0.006570> - 6370: < 0.001541, 0.005401, -0.006523> - 6371: < 0.001550, 0.005080, -0.006761> - 6372: < 0.001161, 0.005438, -0.006570> - 6373: < 0.001157, 0.005747, -0.006313> - 6374: < 0.001536, 0.005707, -0.006269> - 6375: < 0.001541, 0.005401, -0.006523> - 6376: < 0.001536, -0.005707, -0.006269> - 6377: < 0.001541, -0.005401, -0.006523> - 6378: < 0.001915, -0.005355, -0.006464> - 6379: < 0.001908, -0.005657, -0.006212> - 6380: < 0.001541, -0.005401, -0.006523> - 6381: < 0.001550, -0.005080, -0.006761> - 6382: < 0.001926, -0.005037, -0.006698> - 6383: < 0.001915, -0.005355, -0.006464> - 6384: < 0.001550, -0.005080, -0.006761> - 6385: < 0.001561, -0.004744, -0.006980> - 6386: < 0.001940, -0.004705, -0.006915> - 6387: < 0.001926, -0.005037, -0.006698> - 6388: < 0.001561, -0.004744, -0.006980> - 6389: < 0.001574, -0.004395, -0.007183> - 6390: < 0.001957, -0.004360, -0.007115> - 6391: < 0.001940, -0.004705, -0.006915> - 6392: < 0.001574, -0.004395, -0.007183> - 6393: < 0.001588, -0.004034, -0.007367> - 6394: < 0.001975, -0.004002, -0.007297> - 6395: < 0.001957, -0.004360, -0.007115> - 6396: < 0.001588, -0.004034, -0.007367> - 6397: < 0.001603, -0.003663, -0.007535> - 6398: < 0.001995, -0.003634, -0.007462> - 6399: < 0.001975, -0.004002, -0.007297> - 6400: < 0.001603, -0.003663, -0.007535> - 6401: < 0.001619, -0.003281, -0.007684> - 6402: < 0.002015, -0.003255, -0.007610> - 6403: < 0.001995, -0.003634, -0.007462> - 6404: < 0.001619, -0.003281, -0.007684> - 6405: < 0.001635, -0.002890, -0.007817> - 6406: < 0.002035, -0.002868, -0.007740> - 6407: < 0.002015, -0.003255, -0.007610> - 6408: < 0.001635, -0.002890, -0.007817> - 6409: < 0.001650, -0.002492, -0.007932> - 6410: < 0.002053, -0.002473, -0.007854> - 6411: < 0.002035, -0.002868, -0.007740> - 6412: < 0.001650, -0.002492, -0.007932> - 6413: < 0.001663, -0.002086, -0.008029> - 6414: < 0.002071, -0.002071, -0.007950> - 6415: < 0.002053, -0.002473, -0.007854> - 6416: < 0.001663, -0.002086, -0.008029> - 6417: < 0.001676, -0.001676, -0.008109> - 6418: < 0.002086, -0.001663, -0.008029> - 6419: < 0.002071, -0.002071, -0.007950> - 6420: < 0.001676, -0.001676, -0.008109> - 6421: < 0.001686, -0.001261, -0.008171> - 6422: < 0.002099, -0.001252, -0.008090> - 6423: < 0.002086, -0.001663, -0.008029> - 6424: < 0.001686, -0.001261, -0.008171> - 6425: < 0.001694, -0.000842, -0.008215> - 6426: < 0.002109, -0.000836, -0.008134> - 6427: < 0.002099, -0.001252, -0.008090> - 6428: < 0.001694, -0.000842, -0.008215> - 6429: < 0.001699, -0.000422, -0.008242> - 6430: < 0.002116, -0.000419, -0.008161> - 6431: < 0.002109, -0.000836, -0.008134> - 6432: < 0.001699, -0.000422, -0.008242> - 6433: < 0.001701, 0.000000, -0.008251> - 6434: < 0.002118, 0.000000, -0.008169> - 6435: < 0.002116, -0.000419, -0.008161> - 6436: < 0.001701, 0.000000, -0.008251> - 6437: < 0.001699, 0.000422, -0.008242> - 6438: < 0.002116, 0.000419, -0.008161> - 6439: < 0.002118, 0.000000, -0.008169> - 6440: < 0.001699, 0.000422, -0.008242> - 6441: < 0.001694, 0.000842, -0.008215> - 6442: < 0.002109, 0.000836, -0.008134> - 6443: < 0.002116, 0.000419, -0.008161> - 6444: < 0.001694, 0.000842, -0.008215> - 6445: < 0.001686, 0.001261, -0.008171> - 6446: < 0.002099, 0.001252, -0.008090> - 6447: < 0.002109, 0.000836, -0.008134> - 6448: < 0.001686, 0.001261, -0.008171> - 6449: < 0.001676, 0.001676, -0.008109> - 6450: < 0.002086, 0.001663, -0.008029> - 6451: < 0.002099, 0.001252, -0.008090> - 6452: < 0.001676, 0.001676, -0.008109> - 6453: < 0.001663, 0.002086, -0.008029> - 6454: < 0.002071, 0.002071, -0.007950> - 6455: < 0.002086, 0.001663, -0.008029> - 6456: < 0.001663, 0.002086, -0.008029> - 6457: < 0.001650, 0.002492, -0.007932> - 6458: < 0.002053, 0.002473, -0.007854> - 6459: < 0.002071, 0.002071, -0.007950> - 6460: < 0.001650, 0.002492, -0.007932> - 6461: < 0.001635, 0.002890, -0.007817> - 6462: < 0.002035, 0.002868, -0.007740> - 6463: < 0.002053, 0.002473, -0.007854> - 6464: < 0.001635, 0.002890, -0.007817> - 6465: < 0.001619, 0.003281, -0.007684> - 6466: < 0.002015, 0.003255, -0.007610> - 6467: < 0.002035, 0.002868, -0.007740> - 6468: < 0.001619, 0.003281, -0.007684> - 6469: < 0.001603, 0.003663, -0.007535> - 6470: < 0.001995, 0.003634, -0.007462> - 6471: < 0.002015, 0.003255, -0.007610> - 6472: < 0.001603, 0.003663, -0.007535> - 6473: < 0.001588, 0.004034, -0.007367> - 6474: < 0.001975, 0.004002, -0.007297> - 6475: < 0.001995, 0.003634, -0.007462> - 6476: < 0.001588, 0.004034, -0.007367> - 6477: < 0.001574, 0.004395, -0.007183> - 6478: < 0.001957, 0.004360, -0.007115> - 6479: < 0.001975, 0.004002, -0.007297> - 6480: < 0.001574, 0.004395, -0.007183> - 6481: < 0.001561, 0.004744, -0.006980> - 6482: < 0.001940, 0.004705, -0.006915> - 6483: < 0.001957, 0.004360, -0.007115> - 6484: < 0.001561, 0.004744, -0.006980> - 6485: < 0.001550, 0.005080, -0.006761> - 6486: < 0.001926, 0.005037, -0.006698> - 6487: < 0.001940, 0.004705, -0.006915> - 6488: < 0.001550, 0.005080, -0.006761> - 6489: < 0.001541, 0.005401, -0.006523> - 6490: < 0.001915, 0.005355, -0.006464> - 6491: < 0.001926, 0.005037, -0.006698> - 6492: < 0.001541, 0.005401, -0.006523> - 6493: < 0.001536, 0.005707, -0.006269> - 6494: < 0.001908, 0.005657, -0.006212> - 6495: < 0.001915, 0.005355, -0.006464> - 6496: < 0.001908, -0.005657, -0.006212> - 6497: < 0.001915, -0.005355, -0.006464> - 6498: < 0.002281, -0.005301, -0.006393> - 6499: < 0.002272, -0.005599, -0.006146> - 6500: < 0.001915, -0.005355, -0.006464> - 6501: < 0.001926, -0.005037, -0.006698> - 6502: < 0.002295, -0.004987, -0.006623> - 6503: < 0.002281, -0.005301, -0.006393> - 6504: < 0.001926, -0.005037, -0.006698> - 6505: < 0.001940, -0.004705, -0.006915> - 6506: < 0.002313, -0.004659, -0.006836> - 6507: < 0.002295, -0.004987, -0.006623> - 6508: < 0.001940, -0.004705, -0.006915> - 6509: < 0.001957, -0.004360, -0.007115> - 6510: < 0.002333, -0.004318, -0.007033> - 6511: < 0.002313, -0.004659, -0.006836> - 6512: < 0.001957, -0.004360, -0.007115> - 6513: < 0.001975, -0.004002, -0.007297> - 6514: < 0.002356, -0.003965, -0.007212> - 6515: < 0.002333, -0.004318, -0.007033> - 6516: < 0.001975, -0.004002, -0.007297> - 6517: < 0.001995, -0.003634, -0.007462> - 6518: < 0.002380, -0.003601, -0.007374> - 6519: < 0.002356, -0.003965, -0.007212> - 6520: < 0.001995, -0.003634, -0.007462> - 6521: < 0.002015, -0.003255, -0.007610> - 6522: < 0.002405, -0.003227, -0.007519> - 6523: < 0.002380, -0.003601, -0.007374> - 6524: < 0.002015, -0.003255, -0.007610> - 6525: < 0.002035, -0.002868, -0.007740> - 6526: < 0.002429, -0.002843, -0.007648> - 6527: < 0.002405, -0.003227, -0.007519> - 6528: < 0.002035, -0.002868, -0.007740> - 6529: < 0.002053, -0.002473, -0.007854> - 6530: < 0.002452, -0.002452, -0.007759> - 6531: < 0.002429, -0.002843, -0.007648> - 6532: < 0.002053, -0.002473, -0.007854> - 6533: < 0.002071, -0.002071, -0.007950> - 6534: < 0.002473, -0.002053, -0.007854> - 6535: < 0.002452, -0.002452, -0.007759> - 6536: < 0.002071, -0.002071, -0.007950> - 6537: < 0.002086, -0.001663, -0.008029> - 6538: < 0.002492, -0.001650, -0.007932> - 6539: < 0.002473, -0.002053, -0.007854> - 6540: < 0.002086, -0.001663, -0.008029> - 6541: < 0.002099, -0.001252, -0.008090> - 6542: < 0.002507, -0.001241, -0.007992> - 6543: < 0.002492, -0.001650, -0.007932> - 6544: < 0.002099, -0.001252, -0.008090> - 6545: < 0.002109, -0.000836, -0.008134> - 6546: < 0.002519, -0.000829, -0.008036> - 6547: < 0.002507, -0.001241, -0.007992> - 6548: < 0.002109, -0.000836, -0.008134> - 6549: < 0.002116, -0.000419, -0.008161> - 6550: < 0.002527, -0.000415, -0.008062> - 6551: < 0.002519, -0.000829, -0.008036> - 6552: < 0.002116, -0.000419, -0.008161> - 6553: < 0.002118, 0.000000, -0.008169> - 6554: < 0.002530, 0.000000, -0.008070> - 6555: < 0.002527, -0.000415, -0.008062> - 6556: < 0.002118, 0.000000, -0.008169> - 6557: < 0.002116, 0.000419, -0.008161> - 6558: < 0.002527, 0.000415, -0.008062> - 6559: < 0.002530, 0.000000, -0.008070> - 6560: < 0.002116, 0.000419, -0.008161> - 6561: < 0.002109, 0.000836, -0.008134> - 6562: < 0.002519, 0.000829, -0.008036> - 6563: < 0.002527, 0.000415, -0.008062> - 6564: < 0.002109, 0.000836, -0.008134> - 6565: < 0.002099, 0.001252, -0.008090> - 6566: < 0.002507, 0.001241, -0.007992> - 6567: < 0.002519, 0.000829, -0.008036> - 6568: < 0.002099, 0.001252, -0.008090> - 6569: < 0.002086, 0.001663, -0.008029> - 6570: < 0.002492, 0.001650, -0.007932> - 6571: < 0.002507, 0.001241, -0.007992> - 6572: < 0.002086, 0.001663, -0.008029> - 6573: < 0.002071, 0.002071, -0.007950> - 6574: < 0.002473, 0.002053, -0.007854> - 6575: < 0.002492, 0.001650, -0.007932> - 6576: < 0.002071, 0.002071, -0.007950> - 6577: < 0.002053, 0.002473, -0.007854> - 6578: < 0.002452, 0.002452, -0.007759> - 6579: < 0.002473, 0.002053, -0.007854> - 6580: < 0.002053, 0.002473, -0.007854> - 6581: < 0.002035, 0.002868, -0.007740> - 6582: < 0.002429, 0.002843, -0.007648> - 6583: < 0.002452, 0.002452, -0.007759> - 6584: < 0.002035, 0.002868, -0.007740> - 6585: < 0.002015, 0.003255, -0.007610> - 6586: < 0.002405, 0.003227, -0.007519> - 6587: < 0.002429, 0.002843, -0.007648> - 6588: < 0.002015, 0.003255, -0.007610> - 6589: < 0.001995, 0.003634, -0.007462> - 6590: < 0.002380, 0.003601, -0.007374> - 6591: < 0.002405, 0.003227, -0.007519> - 6592: < 0.001995, 0.003634, -0.007462> - 6593: < 0.001975, 0.004002, -0.007297> - 6594: < 0.002356, 0.003965, -0.007212> - 6595: < 0.002380, 0.003601, -0.007374> - 6596: < 0.001975, 0.004002, -0.007297> - 6597: < 0.001957, 0.004360, -0.007115> - 6598: < 0.002333, 0.004318, -0.007033> - 6599: < 0.002356, 0.003965, -0.007212> - 6600: < 0.001957, 0.004360, -0.007115> - 6601: < 0.001940, 0.004705, -0.006915> - 6602: < 0.002313, 0.004659, -0.006836> - 6603: < 0.002333, 0.004318, -0.007033> - 6604: < 0.001940, 0.004705, -0.006915> - 6605: < 0.001926, 0.005037, -0.006698> - 6606: < 0.002295, 0.004987, -0.006623> - 6607: < 0.002313, 0.004659, -0.006836> - 6608: < 0.001926, 0.005037, -0.006698> - 6609: < 0.001915, 0.005355, -0.006464> - 6610: < 0.002281, 0.005301, -0.006393> - 6611: < 0.002295, 0.004987, -0.006623> - 6612: < 0.001915, 0.005355, -0.006464> - 6613: < 0.001908, 0.005657, -0.006212> - 6614: < 0.002272, 0.005599, -0.006146> - 6615: < 0.002281, 0.005301, -0.006393> - 6616: < 0.002272, -0.005599, -0.006146> - 6617: < 0.002281, -0.005301, -0.006393> - 6618: < 0.002638, -0.005240, -0.006311> - 6619: < 0.002627, -0.005533, -0.006069> - 6620: < 0.002281, -0.005301, -0.006393> - 6621: < 0.002295, -0.004987, -0.006623> - 6622: < 0.002655, -0.004931, -0.006537> - 6623: < 0.002638, -0.005240, -0.006311> - 6624: < 0.002295, -0.004987, -0.006623> - 6625: < 0.002313, -0.004659, -0.006836> - 6626: < 0.002676, -0.004609, -0.006745> - 6627: < 0.002655, -0.004931, -0.006537> - 6628: < 0.002313, -0.004659, -0.006836> - 6629: < 0.002333, -0.004318, -0.007033> - 6630: < 0.002701, -0.004273, -0.006937> - 6631: < 0.002676, -0.004609, -0.006745> - 6632: < 0.002333, -0.004318, -0.007033> - 6633: < 0.002356, -0.003965, -0.007212> - 6634: < 0.002729, -0.003924, -0.007112> - 6635: < 0.002701, -0.004273, -0.006937> - 6636: < 0.002356, -0.003965, -0.007212> - 6637: < 0.002380, -0.003601, -0.007374> - 6638: < 0.002758, -0.003565, -0.007270> - 6639: < 0.002729, -0.003924, -0.007112> - 6640: < 0.002380, -0.003601, -0.007374> - 6641: < 0.002405, -0.003227, -0.007519> - 6642: < 0.002787, -0.003195, -0.007412> - 6643: < 0.002758, -0.003565, -0.007270> - 6644: < 0.002405, -0.003227, -0.007519> - 6645: < 0.002429, -0.002843, -0.007648> - 6646: < 0.002816, -0.002816, -0.007538> - 6647: < 0.002787, -0.003195, -0.007412> - 6648: < 0.002429, -0.002843, -0.007648> - 6649: < 0.002452, -0.002452, -0.007759> - 6650: < 0.002843, -0.002429, -0.007648> - 6651: < 0.002816, -0.002816, -0.007538> - 6652: < 0.002452, -0.002452, -0.007759> - 6653: < 0.002473, -0.002053, -0.007854> - 6654: < 0.002868, -0.002035, -0.007740> - 6655: < 0.002843, -0.002429, -0.007648> - 6656: < 0.002473, -0.002053, -0.007854> - 6657: < 0.002492, -0.001650, -0.007932> - 6658: < 0.002890, -0.001635, -0.007817> - 6659: < 0.002868, -0.002035, -0.007740> - 6660: < 0.002492, -0.001650, -0.007932> - 6661: < 0.002507, -0.001241, -0.007992> - 6662: < 0.002908, -0.001230, -0.007876> - 6663: < 0.002890, -0.001635, -0.007817> - 6664: < 0.002507, -0.001241, -0.007992> - 6665: < 0.002519, -0.000829, -0.008036> - 6666: < 0.002922, -0.000822, -0.007919> - 6667: < 0.002908, -0.001230, -0.007876> - 6668: < 0.002519, -0.000829, -0.008036> - 6669: < 0.002527, -0.000415, -0.008062> - 6670: < 0.002931, -0.000412, -0.007945> - 6671: < 0.002922, -0.000822, -0.007919> - 6672: < 0.002527, -0.000415, -0.008062> - 6673: < 0.002530, 0.000000, -0.008070> - 6674: < 0.002934, 0.000000, -0.007953> - 6675: < 0.002931, -0.000412, -0.007945> - 6676: < 0.002530, 0.000000, -0.008070> - 6677: < 0.002527, 0.000415, -0.008062> - 6678: < 0.002931, 0.000412, -0.007945> - 6679: < 0.002934, 0.000000, -0.007953> - 6680: < 0.002527, 0.000415, -0.008062> - 6681: < 0.002519, 0.000829, -0.008036> - 6682: < 0.002922, 0.000822, -0.007919> - 6683: < 0.002931, 0.000412, -0.007945> - 6684: < 0.002519, 0.000829, -0.008036> - 6685: < 0.002507, 0.001241, -0.007992> - 6686: < 0.002908, 0.001230, -0.007876> - 6687: < 0.002922, 0.000822, -0.007919> - 6688: < 0.002507, 0.001241, -0.007992> - 6689: < 0.002492, 0.001650, -0.007932> - 6690: < 0.002890, 0.001635, -0.007817> - 6691: < 0.002908, 0.001230, -0.007876> - 6692: < 0.002492, 0.001650, -0.007932> - 6693: < 0.002473, 0.002053, -0.007854> - 6694: < 0.002868, 0.002035, -0.007740> - 6695: < 0.002890, 0.001635, -0.007817> - 6696: < 0.002473, 0.002053, -0.007854> - 6697: < 0.002452, 0.002452, -0.007759> - 6698: < 0.002843, 0.002429, -0.007648> - 6699: < 0.002868, 0.002035, -0.007740> - 6700: < 0.002452, 0.002452, -0.007759> - 6701: < 0.002429, 0.002843, -0.007648> - 6702: < 0.002816, 0.002816, -0.007538> - 6703: < 0.002843, 0.002429, -0.007648> - 6704: < 0.002429, 0.002843, -0.007648> - 6705: < 0.002405, 0.003227, -0.007519> - 6706: < 0.002787, 0.003195, -0.007412> - 6707: < 0.002816, 0.002816, -0.007538> - 6708: < 0.002405, 0.003227, -0.007519> - 6709: < 0.002380, 0.003601, -0.007374> - 6710: < 0.002758, 0.003565, -0.007270> - 6711: < 0.002787, 0.003195, -0.007412> - 6712: < 0.002380, 0.003601, -0.007374> - 6713: < 0.002356, 0.003965, -0.007212> - 6714: < 0.002729, 0.003924, -0.007112> - 6715: < 0.002758, 0.003565, -0.007270> - 6716: < 0.002356, 0.003965, -0.007212> - 6717: < 0.002333, 0.004318, -0.007033> - 6718: < 0.002701, 0.004273, -0.006937> - 6719: < 0.002729, 0.003924, -0.007112> - 6720: < 0.002333, 0.004318, -0.007033> - 6721: < 0.002313, 0.004659, -0.006836> - 6722: < 0.002676, 0.004609, -0.006745> - 6723: < 0.002701, 0.004273, -0.006937> - 6724: < 0.002313, 0.004659, -0.006836> - 6725: < 0.002295, 0.004987, -0.006623> - 6726: < 0.002655, 0.004931, -0.006537> - 6727: < 0.002676, 0.004609, -0.006745> - 6728: < 0.002295, 0.004987, -0.006623> - 6729: < 0.002281, 0.005301, -0.006393> - 6730: < 0.002638, 0.005240, -0.006311> - 6731: < 0.002655, 0.004931, -0.006537> - 6732: < 0.002281, 0.005301, -0.006393> - 6733: < 0.002272, 0.005599, -0.006146> - 6734: < 0.002627, 0.005533, -0.006069> - 6735: < 0.002638, 0.005240, -0.006311> - 6736: < 0.002627, -0.005533, -0.006069> - 6737: < 0.002638, -0.005240, -0.006311> - 6738: < 0.002984, -0.005172, -0.006219> - 6739: < 0.002971, -0.005459, -0.005983> - 6740: < 0.002638, -0.005240, -0.006311> - 6741: < 0.002655, -0.004931, -0.006537> - 6742: < 0.003004, -0.004870, -0.006439> - 6743: < 0.002984, -0.005172, -0.006219> - 6744: < 0.002655, -0.004931, -0.006537> - 6745: < 0.002676, -0.004609, -0.006745> - 6746: < 0.003030, -0.004553, -0.006641> - 6747: < 0.003004, -0.004870, -0.006439> - 6748: < 0.002676, -0.004609, -0.006745> - 6749: < 0.002701, -0.004273, -0.006937> - 6750: < 0.003060, -0.004223, -0.006828> - 6751: < 0.003030, -0.004553, -0.006641> - 6752: < 0.002701, -0.004273, -0.006937> - 6753: < 0.002729, -0.003924, -0.007112> - 6754: < 0.003093, -0.003880, -0.006998> - 6755: < 0.003060, -0.004223, -0.006828> - 6756: < 0.002729, -0.003924, -0.007112> - 6757: < 0.002758, -0.003565, -0.007270> - 6758: < 0.003127, -0.003526, -0.007152> - 6759: < 0.003093, -0.003880, -0.006998> - 6760: < 0.002758, -0.003565, -0.007270> - 6761: < 0.002787, -0.003195, -0.007412> - 6762: < 0.003162, -0.003162, -0.007290> - 6763: < 0.003127, -0.003526, -0.007152> - 6764: < 0.002787, -0.003195, -0.007412> - 6765: < 0.002816, -0.002816, -0.007538> - 6766: < 0.003195, -0.002787, -0.007412> - 6767: < 0.003162, -0.003162, -0.007290> - 6768: < 0.002816, -0.002816, -0.007538> - 6769: < 0.002843, -0.002429, -0.007648> - 6770: < 0.003227, -0.002405, -0.007519> - 6771: < 0.003195, -0.002787, -0.007412> - 6772: < 0.002843, -0.002429, -0.007648> - 6773: < 0.002868, -0.002035, -0.007740> - 6774: < 0.003255, -0.002015, -0.007610> - 6775: < 0.003227, -0.002405, -0.007519> - 6776: < 0.002868, -0.002035, -0.007740> - 6777: < 0.002890, -0.001635, -0.007817> - 6778: < 0.003281, -0.001619, -0.007684> - 6779: < 0.003255, -0.002015, -0.007610> - 6780: < 0.002890, -0.001635, -0.007817> - 6781: < 0.002908, -0.001230, -0.007876> - 6782: < 0.003302, -0.001219, -0.007743> - 6783: < 0.003281, -0.001619, -0.007684> - 6784: < 0.002908, -0.001230, -0.007876> - 6785: < 0.002922, -0.000822, -0.007919> - 6786: < 0.003318, -0.000814, -0.007785> - 6787: < 0.003302, -0.001219, -0.007743> - 6788: < 0.002922, -0.000822, -0.007919> - 6789: < 0.002931, -0.000412, -0.007945> - 6790: < 0.003328, -0.000408, -0.007810> - 6791: < 0.003318, -0.000814, -0.007785> - 6792: < 0.002931, -0.000412, -0.007945> - 6793: < 0.002934, 0.000000, -0.007953> - 6794: < 0.003331, 0.000000, -0.007818> - 6795: < 0.003328, -0.000408, -0.007810> - 6796: < 0.002934, 0.000000, -0.007953> - 6797: < 0.002931, 0.000412, -0.007945> - 6798: < 0.003328, 0.000408, -0.007810> - 6799: < 0.003331, 0.000000, -0.007818> - 6800: < 0.002931, 0.000412, -0.007945> - 6801: < 0.002922, 0.000822, -0.007919> - 6802: < 0.003318, 0.000814, -0.007785> - 6803: < 0.003328, 0.000408, -0.007810> - 6804: < 0.002922, 0.000822, -0.007919> - 6805: < 0.002908, 0.001230, -0.007876> - 6806: < 0.003302, 0.001219, -0.007743> - 6807: < 0.003318, 0.000814, -0.007785> - 6808: < 0.002908, 0.001230, -0.007876> - 6809: < 0.002890, 0.001635, -0.007817> - 6810: < 0.003281, 0.001619, -0.007684> - 6811: < 0.003302, 0.001219, -0.007743> - 6812: < 0.002890, 0.001635, -0.007817> - 6813: < 0.002868, 0.002035, -0.007740> - 6814: < 0.003255, 0.002015, -0.007610> - 6815: < 0.003281, 0.001619, -0.007684> - 6816: < 0.002868, 0.002035, -0.007740> - 6817: < 0.002843, 0.002429, -0.007648> - 6818: < 0.003227, 0.002405, -0.007519> - 6819: < 0.003255, 0.002015, -0.007610> - 6820: < 0.002843, 0.002429, -0.007648> - 6821: < 0.002816, 0.002816, -0.007538> - 6822: < 0.003195, 0.002787, -0.007412> - 6823: < 0.003227, 0.002405, -0.007519> - 6824: < 0.002816, 0.002816, -0.007538> - 6825: < 0.002787, 0.003195, -0.007412> - 6826: < 0.003162, 0.003162, -0.007290> - 6827: < 0.003195, 0.002787, -0.007412> - 6828: < 0.002787, 0.003195, -0.007412> - 6829: < 0.002758, 0.003565, -0.007270> - 6830: < 0.003127, 0.003526, -0.007152> - 6831: < 0.003162, 0.003162, -0.007290> - 6832: < 0.002758, 0.003565, -0.007270> - 6833: < 0.002729, 0.003924, -0.007112> - 6834: < 0.003093, 0.003880, -0.006998> - 6835: < 0.003127, 0.003526, -0.007152> - 6836: < 0.002729, 0.003924, -0.007112> - 6837: < 0.002701, 0.004273, -0.006937> - 6838: < 0.003060, 0.004223, -0.006828> - 6839: < 0.003093, 0.003880, -0.006998> - 6840: < 0.002701, 0.004273, -0.006937> - 6841: < 0.002676, 0.004609, -0.006745> - 6842: < 0.003030, 0.004553, -0.006641> - 6843: < 0.003060, 0.004223, -0.006828> - 6844: < 0.002676, 0.004609, -0.006745> - 6845: < 0.002655, 0.004931, -0.006537> - 6846: < 0.003004, 0.004870, -0.006439> - 6847: < 0.003030, 0.004553, -0.006641> - 6848: < 0.002655, 0.004931, -0.006537> - 6849: < 0.002638, 0.005240, -0.006311> - 6850: < 0.002984, 0.005172, -0.006219> - 6851: < 0.003004, 0.004870, -0.006439> - 6852: < 0.002638, 0.005240, -0.006311> - 6853: < 0.002627, 0.005533, -0.006069> - 6854: < 0.002971, 0.005459, -0.005983> - 6855: < 0.002984, 0.005172, -0.006219> - 6856: < 0.002971, -0.005459, -0.005983> - 6857: < 0.002984, -0.005172, -0.006219> - 6858: < 0.003318, -0.005099, -0.006117> - 6859: < 0.003302, -0.005379, -0.005888> - 6860: < 0.002984, -0.005172, -0.006219> - 6861: < 0.003004, -0.004870, -0.006439> - 6862: < 0.003342, -0.004804, -0.006329> - 6863: < 0.003318, -0.005099, -0.006117> - 6864: < 0.003004, -0.004870, -0.006439> - 6865: < 0.003030, -0.004553, -0.006641> - 6866: < 0.003372, -0.004494, -0.006525> - 6867: < 0.003342, -0.004804, -0.006329> - 6868: < 0.003030, -0.004553, -0.006641> - 6869: < 0.003060, -0.004223, -0.006828> - 6870: < 0.003407, -0.004170, -0.006705> - 6871: < 0.003372, -0.004494, -0.006525> - 6872: < 0.003060, -0.004223, -0.006828> - 6873: < 0.003093, -0.003880, -0.006998> - 6874: < 0.003446, -0.003834, -0.006870> - 6875: < 0.003407, -0.004170, -0.006705> - 6876: < 0.003093, -0.003880, -0.006998> - 6877: < 0.003127, -0.003526, -0.007152> - 6878: < 0.003486, -0.003486, -0.007018> - 6879: < 0.003446, -0.003834, -0.006870> - 6880: < 0.003127, -0.003526, -0.007152> - 6881: < 0.003162, -0.003162, -0.007290> - 6882: < 0.003526, -0.003127, -0.007152> - 6883: < 0.003486, -0.003486, -0.007018> - 6884: < 0.003162, -0.003162, -0.007290> - 6885: < 0.003195, -0.002787, -0.007412> - 6886: < 0.003565, -0.002758, -0.007270> - 6887: < 0.003526, -0.003127, -0.007152> - 6888: < 0.003195, -0.002787, -0.007412> - 6889: < 0.003227, -0.002405, -0.007519> - 6890: < 0.003601, -0.002380, -0.007374> - 6891: < 0.003565, -0.002758, -0.007270> - 6892: < 0.003227, -0.002405, -0.007519> - 6893: < 0.003255, -0.002015, -0.007610> - 6894: < 0.003634, -0.001995, -0.007462> - 6895: < 0.003601, -0.002380, -0.007374> - 6896: < 0.003255, -0.002015, -0.007610> - 6897: < 0.003281, -0.001619, -0.007684> - 6898: < 0.003663, -0.001603, -0.007535> - 6899: < 0.003634, -0.001995, -0.007462> - 6900: < 0.003281, -0.001619, -0.007684> - 6901: < 0.003302, -0.001219, -0.007743> - 6902: < 0.003686, -0.001207, -0.007591> - 6903: < 0.003663, -0.001603, -0.007535> - 6904: < 0.003302, -0.001219, -0.007743> - 6905: < 0.003318, -0.000814, -0.007785> - 6906: < 0.003704, -0.000807, -0.007632> - 6907: < 0.003686, -0.001207, -0.007591> - 6908: < 0.003318, -0.000814, -0.007785> - 6909: < 0.003328, -0.000408, -0.007810> - 6910: < 0.003716, -0.000404, -0.007657> - 6911: < 0.003704, -0.000807, -0.007632> - 6912: < 0.003328, -0.000408, -0.007810> - 6913: < 0.003331, 0.000000, -0.007818> - 6914: < 0.003720, 0.000000, -0.007665> - 6915: < 0.003716, -0.000404, -0.007657> - 6916: < 0.003331, 0.000000, -0.007818> - 6917: < 0.003328, 0.000408, -0.007810> - 6918: < 0.003716, 0.000404, -0.007657> - 6919: < 0.003720, 0.000000, -0.007665> - 6920: < 0.003328, 0.000408, -0.007810> - 6921: < 0.003318, 0.000814, -0.007785> - 6922: < 0.003704, 0.000807, -0.007632> - 6923: < 0.003716, 0.000404, -0.007657> - 6924: < 0.003318, 0.000814, -0.007785> - 6925: < 0.003302, 0.001219, -0.007743> - 6926: < 0.003686, 0.001207, -0.007591> - 6927: < 0.003704, 0.000807, -0.007632> - 6928: < 0.003302, 0.001219, -0.007743> - 6929: < 0.003281, 0.001619, -0.007684> - 6930: < 0.003663, 0.001603, -0.007535> - 6931: < 0.003686, 0.001207, -0.007591> - 6932: < 0.003281, 0.001619, -0.007684> - 6933: < 0.003255, 0.002015, -0.007610> - 6934: < 0.003634, 0.001995, -0.007462> - 6935: < 0.003663, 0.001603, -0.007535> - 6936: < 0.003255, 0.002015, -0.007610> - 6937: < 0.003227, 0.002405, -0.007519> - 6938: < 0.003601, 0.002380, -0.007374> - 6939: < 0.003634, 0.001995, -0.007462> - 6940: < 0.003227, 0.002405, -0.007519> - 6941: < 0.003195, 0.002787, -0.007412> - 6942: < 0.003565, 0.002758, -0.007270> - 6943: < 0.003601, 0.002380, -0.007374> - 6944: < 0.003195, 0.002787, -0.007412> - 6945: < 0.003162, 0.003162, -0.007290> - 6946: < 0.003526, 0.003127, -0.007152> - 6947: < 0.003565, 0.002758, -0.007270> - 6948: < 0.003162, 0.003162, -0.007290> - 6949: < 0.003127, 0.003526, -0.007152> - 6950: < 0.003486, 0.003486, -0.007018> - 6951: < 0.003526, 0.003127, -0.007152> - 6952: < 0.003127, 0.003526, -0.007152> - 6953: < 0.003093, 0.003880, -0.006998> - 6954: < 0.003446, 0.003834, -0.006870> - 6955: < 0.003486, 0.003486, -0.007018> - 6956: < 0.003093, 0.003880, -0.006998> - 6957: < 0.003060, 0.004223, -0.006828> - 6958: < 0.003407, 0.004170, -0.006705> - 6959: < 0.003446, 0.003834, -0.006870> - 6960: < 0.003060, 0.004223, -0.006828> - 6961: < 0.003030, 0.004553, -0.006641> - 6962: < 0.003372, 0.004494, -0.006525> - 6963: < 0.003407, 0.004170, -0.006705> - 6964: < 0.003030, 0.004553, -0.006641> - 6965: < 0.003004, 0.004870, -0.006439> - 6966: < 0.003342, 0.004804, -0.006329> - 6967: < 0.003372, 0.004494, -0.006525> - 6968: < 0.003004, 0.004870, -0.006439> - 6969: < 0.002984, 0.005172, -0.006219> - 6970: < 0.003318, 0.005099, -0.006117> - 6971: < 0.003342, 0.004804, -0.006329> - 6972: < 0.002984, 0.005172, -0.006219> - 6973: < 0.002971, 0.005459, -0.005983> - 6974: < 0.003302, 0.005379, -0.005888> - 6975: < 0.003318, 0.005099, -0.006117> - 6976: < 0.003302, -0.005379, -0.005888> - 6977: < 0.003318, -0.005099, -0.006117> - 6978: < 0.003637, -0.005023, -0.006006> - 6979: < 0.003619, -0.005294, -0.005786> - 6980: < 0.003318, -0.005099, -0.006117> - 6981: < 0.003342, -0.004804, -0.006329> - 6982: < 0.003666, -0.004736, -0.006210> - 6983: < 0.003637, -0.005023, -0.006006> - 6984: < 0.003342, -0.004804, -0.006329> - 6985: < 0.003372, -0.004494, -0.006525> - 6986: < 0.003701, -0.004434, -0.006397> - 6987: < 0.003666, -0.004736, -0.006210> - 6988: < 0.003372, -0.004494, -0.006525> - 6989: < 0.003407, -0.004170, -0.006705> - 6990: < 0.003743, -0.004117, -0.006570> - 6991: < 0.003701, -0.004434, -0.006397> - 6992: < 0.003407, -0.004170, -0.006705> - 6993: < 0.003446, -0.003834, -0.006870> - 6994: < 0.003788, -0.003788, -0.006727> - 6995: < 0.003743, -0.004117, -0.006570> - 6996: < 0.003446, -0.003834, -0.006870> - 6997: < 0.003486, -0.003486, -0.007018> - 6998: < 0.003834, -0.003446, -0.006870> - 6999: < 0.003788, -0.003788, -0.006727> - 7000: < 0.003486, -0.003486, -0.007018> - 7001: < 0.003526, -0.003127, -0.007152> - 7002: < 0.003880, -0.003093, -0.006998> - 7003: < 0.003834, -0.003446, -0.006870> - 7004: < 0.003526, -0.003127, -0.007152> - 7005: < 0.003565, -0.002758, -0.007270> - 7006: < 0.003924, -0.002729, -0.007112> - 7007: < 0.003880, -0.003093, -0.006998> - 7008: < 0.003565, -0.002758, -0.007270> - 7009: < 0.003601, -0.002380, -0.007374> - 7010: < 0.003965, -0.002356, -0.007212> - 7011: < 0.003924, -0.002729, -0.007112> - 7012: < 0.003601, -0.002380, -0.007374> - 7013: < 0.003634, -0.001995, -0.007462> - 7014: < 0.004002, -0.001975, -0.007297> - 7015: < 0.003965, -0.002356, -0.007212> - 7016: < 0.003634, -0.001995, -0.007462> - 7017: < 0.003663, -0.001603, -0.007535> - 7018: < 0.004034, -0.001588, -0.007367> - 7019: < 0.004002, -0.001975, -0.007297> - 7020: < 0.003663, -0.001603, -0.007535> - 7021: < 0.003686, -0.001207, -0.007591> - 7022: < 0.004061, -0.001196, -0.007423> - 7023: < 0.004034, -0.001588, -0.007367> - 7024: < 0.003686, -0.001207, -0.007591> - 7025: < 0.003704, -0.000807, -0.007632> - 7026: < 0.004081, -0.000799, -0.007462> - 7027: < 0.004061, -0.001196, -0.007423> - 7028: < 0.003704, -0.000807, -0.007632> - 7029: < 0.003716, -0.000404, -0.007657> - 7030: < 0.004093, -0.000400, -0.007487> - 7031: < 0.004081, -0.000799, -0.007462> - 7032: < 0.003716, -0.000404, -0.007657> - 7033: < 0.003720, 0.000000, -0.007665> - 7034: < 0.004098, -0.000000, -0.007495> - 7035: < 0.004093, -0.000400, -0.007487> - 7036: < 0.003720, 0.000000, -0.007665> - 7037: < 0.003716, 0.000404, -0.007657> - 7038: < 0.004093, 0.000400, -0.007487> - 7039: < 0.004098, -0.000000, -0.007495> - 7040: < 0.003716, 0.000404, -0.007657> - 7041: < 0.003704, 0.000807, -0.007632> - 7042: < 0.004081, 0.000799, -0.007462> - 7043: < 0.004093, 0.000400, -0.007487> - 7044: < 0.003704, 0.000807, -0.007632> - 7045: < 0.003686, 0.001207, -0.007591> - 7046: < 0.004061, 0.001196, -0.007423> - 7047: < 0.004081, 0.000799, -0.007462> - 7048: < 0.003686, 0.001207, -0.007591> - 7049: < 0.003663, 0.001603, -0.007535> - 7050: < 0.004034, 0.001588, -0.007367> - 7051: < 0.004061, 0.001196, -0.007423> - 7052: < 0.003663, 0.001603, -0.007535> - 7053: < 0.003634, 0.001995, -0.007462> - 7054: < 0.004002, 0.001975, -0.007297> - 7055: < 0.004034, 0.001588, -0.007367> - 7056: < 0.003634, 0.001995, -0.007462> - 7057: < 0.003601, 0.002380, -0.007374> - 7058: < 0.003965, 0.002356, -0.007212> - 7059: < 0.004002, 0.001975, -0.007297> - 7060: < 0.003601, 0.002380, -0.007374> - 7061: < 0.003565, 0.002758, -0.007270> - 7062: < 0.003924, 0.002729, -0.007112> - 7063: < 0.003965, 0.002356, -0.007212> - 7064: < 0.003565, 0.002758, -0.007270> - 7065: < 0.003526, 0.003127, -0.007152> - 7066: < 0.003880, 0.003093, -0.006998> - 7067: < 0.003924, 0.002729, -0.007112> - 7068: < 0.003526, 0.003127, -0.007152> - 7069: < 0.003486, 0.003486, -0.007018> - 7070: < 0.003834, 0.003446, -0.006870> - 7071: < 0.003880, 0.003093, -0.006998> - 7072: < 0.003486, 0.003486, -0.007018> - 7073: < 0.003446, 0.003834, -0.006870> - 7074: < 0.003788, 0.003788, -0.006727> - 7075: < 0.003834, 0.003446, -0.006870> - 7076: < 0.003446, 0.003834, -0.006870> - 7077: < 0.003407, 0.004170, -0.006705> - 7078: < 0.003743, 0.004117, -0.006570> - 7079: < 0.003788, 0.003788, -0.006727> - 7080: < 0.003407, 0.004170, -0.006705> - 7081: < 0.003372, 0.004494, -0.006525> - 7082: < 0.003701, 0.004434, -0.006397> - 7083: < 0.003743, 0.004117, -0.006570> - 7084: < 0.003372, 0.004494, -0.006525> - 7085: < 0.003342, 0.004804, -0.006329> - 7086: < 0.003666, 0.004736, -0.006210> - 7087: < 0.003701, 0.004434, -0.006397> - 7088: < 0.003342, 0.004804, -0.006329> - 7089: < 0.003318, 0.005099, -0.006117> - 7090: < 0.003637, 0.005023, -0.006006> - 7091: < 0.003666, 0.004736, -0.006210> - 7092: < 0.003318, 0.005099, -0.006117> - 7093: < 0.003302, 0.005379, -0.005888> - 7094: < 0.003619, 0.005294, -0.005786> - 7095: < 0.003637, 0.005023, -0.006006> - 7096: < 0.003619, -0.005294, -0.005786> - 7097: < 0.003637, -0.005023, -0.006006> - 7098: < 0.003941, -0.004946, -0.005887> - 7099: < 0.003918, -0.005207, -0.005678> - 7100: < 0.003637, -0.005023, -0.006006> - 7101: < 0.003666, -0.004736, -0.006210> - 7102: < 0.003975, -0.004668, -0.006080> - 7103: < 0.003941, -0.004946, -0.005887> - 7104: < 0.003666, -0.004736, -0.006210> - 7105: < 0.003701, -0.004434, -0.006397> - 7106: < 0.004017, -0.004374, -0.006257> - 7107: < 0.003975, -0.004668, -0.006080> - 7108: < 0.003701, -0.004434, -0.006397> - 7109: < 0.003743, -0.004117, -0.006570> - 7110: < 0.004065, -0.004065, -0.006421> - 7111: < 0.004017, -0.004374, -0.006257> - 7112: < 0.003743, -0.004117, -0.006570> - 7113: < 0.003788, -0.003788, -0.006727> - 7114: < 0.004117, -0.003743, -0.006570> - 7115: < 0.004065, -0.004065, -0.006421> - 7116: < 0.003788, -0.003788, -0.006727> - 7117: < 0.003834, -0.003446, -0.006870> - 7118: < 0.004170, -0.003407, -0.006705> - 7119: < 0.004117, -0.003743, -0.006570> - 7120: < 0.003834, -0.003446, -0.006870> - 7121: < 0.003880, -0.003093, -0.006998> - 7122: < 0.004223, -0.003060, -0.006828> - 7123: < 0.004170, -0.003407, -0.006705> - 7124: < 0.003880, -0.003093, -0.006998> - 7125: < 0.003924, -0.002729, -0.007112> - 7126: < 0.004273, -0.002701, -0.006937> - 7127: < 0.004223, -0.003060, -0.006828> - 7128: < 0.003924, -0.002729, -0.007112> - 7129: < 0.003965, -0.002356, -0.007212> - 7130: < 0.004318, -0.002333, -0.007033> - 7131: < 0.004273, -0.002701, -0.006937> - 7132: < 0.003965, -0.002356, -0.007212> - 7133: < 0.004002, -0.001975, -0.007297> - 7134: < 0.004360, -0.001957, -0.007115> - 7135: < 0.004318, -0.002333, -0.007033> - 7136: < 0.004002, -0.001975, -0.007297> - 7137: < 0.004034, -0.001588, -0.007367> - 7138: < 0.004395, -0.001574, -0.007183> - 7139: < 0.004360, -0.001957, -0.007115> - 7140: < 0.004034, -0.001588, -0.007367> - 7141: < 0.004061, -0.001196, -0.007423> - 7142: < 0.004424, -0.001185, -0.007236> - 7143: < 0.004395, -0.001574, -0.007183> - 7144: < 0.004061, -0.001196, -0.007423> - 7145: < 0.004081, -0.000799, -0.007462> - 7146: < 0.004446, -0.000792, -0.007275> - 7147: < 0.004424, -0.001185, -0.007236> - 7148: < 0.004081, -0.000799, -0.007462> - 7149: < 0.004093, -0.000400, -0.007487> - 7150: < 0.004460, -0.000397, -0.007298> - 7151: < 0.004446, -0.000792, -0.007275> - 7152: < 0.004093, -0.000400, -0.007487> - 7153: < 0.004098, -0.000000, -0.007495> - 7154: < 0.004465, 0.000000, -0.007306> - 7155: < 0.004460, -0.000397, -0.007298> - 7156: < 0.004098, -0.000000, -0.007495> - 7157: < 0.004093, 0.000400, -0.007487> - 7158: < 0.004460, 0.000397, -0.007298> - 7159: < 0.004465, 0.000000, -0.007306> - 7160: < 0.004093, 0.000400, -0.007487> - 7161: < 0.004081, 0.000799, -0.007462> - 7162: < 0.004446, 0.000792, -0.007275> - 7163: < 0.004460, 0.000397, -0.007298> - 7164: < 0.004081, 0.000799, -0.007462> - 7165: < 0.004061, 0.001196, -0.007423> - 7166: < 0.004424, 0.001185, -0.007236> - 7167: < 0.004446, 0.000792, -0.007275> - 7168: < 0.004061, 0.001196, -0.007423> - 7169: < 0.004034, 0.001588, -0.007367> - 7170: < 0.004395, 0.001574, -0.007183> - 7171: < 0.004424, 0.001185, -0.007236> - 7172: < 0.004034, 0.001588, -0.007367> - 7173: < 0.004002, 0.001975, -0.007297> - 7174: < 0.004360, 0.001957, -0.007115> - 7175: < 0.004395, 0.001574, -0.007183> - 7176: < 0.004002, 0.001975, -0.007297> - 7177: < 0.003965, 0.002356, -0.007212> - 7178: < 0.004318, 0.002333, -0.007033> - 7179: < 0.004360, 0.001957, -0.007115> - 7180: < 0.003965, 0.002356, -0.007212> - 7181: < 0.003924, 0.002729, -0.007112> - 7182: < 0.004273, 0.002701, -0.006937> - 7183: < 0.004318, 0.002333, -0.007033> - 7184: < 0.003924, 0.002729, -0.007112> - 7185: < 0.003880, 0.003093, -0.006998> - 7186: < 0.004223, 0.003060, -0.006828> - 7187: < 0.004273, 0.002701, -0.006937> - 7188: < 0.003880, 0.003093, -0.006998> - 7189: < 0.003834, 0.003446, -0.006870> - 7190: < 0.004170, 0.003407, -0.006705> - 7191: < 0.004223, 0.003060, -0.006828> - 7192: < 0.003834, 0.003446, -0.006870> - 7193: < 0.003788, 0.003788, -0.006727> - 7194: < 0.004117, 0.003743, -0.006570> - 7195: < 0.004170, 0.003407, -0.006705> - 7196: < 0.003788, 0.003788, -0.006727> - 7197: < 0.003743, 0.004117, -0.006570> - 7198: < 0.004065, 0.004065, -0.006421> - 7199: < 0.004117, 0.003743, -0.006570> - 7200: < 0.003743, 0.004117, -0.006570> - 7201: < 0.003701, 0.004434, -0.006397> - 7202: < 0.004017, 0.004374, -0.006257> - 7203: < 0.004065, 0.004065, -0.006421> - 7204: < 0.003701, 0.004434, -0.006397> - 7205: < 0.003666, 0.004736, -0.006210> - 7206: < 0.003975, 0.004668, -0.006080> - 7207: < 0.004017, 0.004374, -0.006257> - 7208: < 0.003666, 0.004736, -0.006210> - 7209: < 0.003637, 0.005023, -0.006006> - 7210: < 0.003941, 0.004946, -0.005887> - 7211: < 0.003975, 0.004668, -0.006080> - 7212: < 0.003637, 0.005023, -0.006006> - 7213: < 0.003619, 0.005294, -0.005786> - 7214: < 0.003918, 0.005207, -0.005678> - 7215: < 0.003941, 0.004946, -0.005887> - 7216: < 0.003918, -0.005207, -0.005678> - 7217: < 0.003941, -0.004946, -0.005887> - 7218: < 0.004226, -0.004870, -0.005760> - 7219: < 0.004199, -0.005120, -0.005564> - 7220: < 0.003941, -0.004946, -0.005887> - 7221: < 0.003975, -0.004668, -0.006080> - 7222: < 0.004267, -0.004602, -0.005939> - 7223: < 0.004226, -0.004870, -0.005760> - 7224: < 0.003975, -0.004668, -0.006080> - 7225: < 0.004017, -0.004374, -0.006257> - 7226: < 0.004318, -0.004318, -0.006105> - 7227: < 0.004267, -0.004602, -0.005939> - 7228: < 0.004017, -0.004374, -0.006257> - 7229: < 0.004065, -0.004065, -0.006421> - 7230: < 0.004374, -0.004017, -0.006257> - 7231: < 0.004318, -0.004318, -0.006105> - 7232: < 0.004065, -0.004065, -0.006421> - 7233: < 0.004117, -0.003743, -0.006570> - 7234: < 0.004434, -0.003701, -0.006397> - 7235: < 0.004374, -0.004017, -0.006257> - 7236: < 0.004117, -0.003743, -0.006570> - 7237: < 0.004170, -0.003407, -0.006705> - 7238: < 0.004494, -0.003372, -0.006525> - 7239: < 0.004434, -0.003701, -0.006397> - 7240: < 0.004170, -0.003407, -0.006705> - 7241: < 0.004223, -0.003060, -0.006828> - 7242: < 0.004553, -0.003030, -0.006641> - 7243: < 0.004494, -0.003372, -0.006525> - 7244: < 0.004223, -0.003060, -0.006828> - 7245: < 0.004273, -0.002701, -0.006937> - 7246: < 0.004609, -0.002676, -0.006745> - 7247: < 0.004553, -0.003030, -0.006641> - 7248: < 0.004273, -0.002701, -0.006937> - 7249: < 0.004318, -0.002333, -0.007033> - 7250: < 0.004659, -0.002313, -0.006836> - 7251: < 0.004609, -0.002676, -0.006745> - 7252: < 0.004318, -0.002333, -0.007033> - 7253: < 0.004360, -0.001957, -0.007115> - 7254: < 0.004705, -0.001940, -0.006915> - 7255: < 0.004659, -0.002313, -0.006836> - 7256: < 0.004360, -0.001957, -0.007115> - 7257: < 0.004395, -0.001574, -0.007183> - 7258: < 0.004744, -0.001561, -0.006980> - 7259: < 0.004705, -0.001940, -0.006915> - 7260: < 0.004395, -0.001574, -0.007183> - 7261: < 0.004424, -0.001185, -0.007236> - 7262: < 0.004776, -0.001176, -0.007032> - 7263: < 0.004744, -0.001561, -0.006980> - 7264: < 0.004424, -0.001185, -0.007236> - 7265: < 0.004446, -0.000792, -0.007275> - 7266: < 0.004800, -0.000786, -0.007069> - 7267: < 0.004776, -0.001176, -0.007032> - 7268: < 0.004446, -0.000792, -0.007275> - 7269: < 0.004460, -0.000397, -0.007298> - 7270: < 0.004815, -0.000394, -0.007092> - 7271: < 0.004800, -0.000786, -0.007069> - 7272: < 0.004460, -0.000397, -0.007298> - 7273: < 0.004465, 0.000000, -0.007306> - 7274: < 0.004820, 0.000000, -0.007099> - 7275: < 0.004815, -0.000394, -0.007092> - 7276: < 0.004465, 0.000000, -0.007306> - 7277: < 0.004460, 0.000397, -0.007298> - 7278: < 0.004815, 0.000394, -0.007092> - 7279: < 0.004820, 0.000000, -0.007099> - 7280: < 0.004460, 0.000397, -0.007298> - 7281: < 0.004446, 0.000792, -0.007275> - 7282: < 0.004800, 0.000786, -0.007069> - 7283: < 0.004815, 0.000394, -0.007092> - 7284: < 0.004446, 0.000792, -0.007275> - 7285: < 0.004424, 0.001185, -0.007236> - 7286: < 0.004776, 0.001176, -0.007032> - 7287: < 0.004800, 0.000786, -0.007069> - 7288: < 0.004424, 0.001185, -0.007236> - 7289: < 0.004395, 0.001574, -0.007183> - 7290: < 0.004744, 0.001561, -0.006980> - 7291: < 0.004776, 0.001176, -0.007032> - 7292: < 0.004395, 0.001574, -0.007183> - 7293: < 0.004360, 0.001957, -0.007115> - 7294: < 0.004705, 0.001940, -0.006915> - 7295: < 0.004744, 0.001561, -0.006980> - 7296: < 0.004360, 0.001957, -0.007115> - 7297: < 0.004318, 0.002333, -0.007033> - 7298: < 0.004659, 0.002313, -0.006836> - 7299: < 0.004705, 0.001940, -0.006915> - 7300: < 0.004318, 0.002333, -0.007033> - 7301: < 0.004273, 0.002701, -0.006937> - 7302: < 0.004609, 0.002676, -0.006745> - 7303: < 0.004659, 0.002313, -0.006836> - 7304: < 0.004273, 0.002701, -0.006937> - 7305: < 0.004223, 0.003060, -0.006828> - 7306: < 0.004553, 0.003030, -0.006641> - 7307: < 0.004609, 0.002676, -0.006745> - 7308: < 0.004223, 0.003060, -0.006828> - 7309: < 0.004170, 0.003407, -0.006705> - 7310: < 0.004494, 0.003372, -0.006525> - 7311: < 0.004553, 0.003030, -0.006641> - 7312: < 0.004170, 0.003407, -0.006705> - 7313: < 0.004117, 0.003743, -0.006570> - 7314: < 0.004434, 0.003701, -0.006397> - 7315: < 0.004494, 0.003372, -0.006525> - 7316: < 0.004117, 0.003743, -0.006570> - 7317: < 0.004065, 0.004065, -0.006421> - 7318: < 0.004374, 0.004017, -0.006257> - 7319: < 0.004434, 0.003701, -0.006397> - 7320: < 0.004065, 0.004065, -0.006421> - 7321: < 0.004017, 0.004374, -0.006257> - 7322: < 0.004318, 0.004318, -0.006105> - 7323: < 0.004374, 0.004017, -0.006257> - 7324: < 0.004017, 0.004374, -0.006257> - 7325: < 0.003975, 0.004668, -0.006080> - 7326: < 0.004267, 0.004602, -0.005939> - 7327: < 0.004318, 0.004318, -0.006105> - 7328: < 0.003975, 0.004668, -0.006080> - 7329: < 0.003941, 0.004946, -0.005887> - 7330: < 0.004226, 0.004870, -0.005760> - 7331: < 0.004267, 0.004602, -0.005939> - 7332: < 0.003941, 0.004946, -0.005887> - 7333: < 0.003918, 0.005207, -0.005678> - 7334: < 0.004199, 0.005120, -0.005564> - 7335: < 0.004226, 0.004870, -0.005760> - 7336: < 0.004199, -0.005120, -0.005564> - 7337: < 0.004226, -0.004870, -0.005760> - 7338: < 0.004494, -0.004798, -0.005623> - 7339: < 0.004460, -0.005034, -0.005446> - 7340: < 0.004226, -0.004870, -0.005760> - 7341: < 0.004267, -0.004602, -0.005939> - 7342: < 0.004542, -0.004542, -0.005788> - 7343: < 0.004494, -0.004798, -0.005623> - 7344: < 0.004267, -0.004602, -0.005939> - 7345: < 0.004318, -0.004318, -0.006105> - 7346: < 0.004602, -0.004267, -0.005939> - 7347: < 0.004542, -0.004542, -0.005788> - 7348: < 0.004318, -0.004318, -0.006105> - 7349: < 0.004374, -0.004017, -0.006257> - 7350: < 0.004668, -0.003975, -0.006080> - 7351: < 0.004602, -0.004267, -0.005939> - 7352: < 0.004374, -0.004017, -0.006257> - 7353: < 0.004434, -0.003701, -0.006397> - 7354: < 0.004736, -0.003666, -0.006210> - 7355: < 0.004668, -0.003975, -0.006080> - 7356: < 0.004434, -0.003701, -0.006397> - 7357: < 0.004494, -0.003372, -0.006525> - 7358: < 0.004804, -0.003342, -0.006329> - 7359: < 0.004736, -0.003666, -0.006210> - 7360: < 0.004494, -0.003372, -0.006525> - 7361: < 0.004553, -0.003030, -0.006641> - 7362: < 0.004870, -0.003004, -0.006439> - 7363: < 0.004804, -0.003342, -0.006329> - 7364: < 0.004553, -0.003030, -0.006641> - 7365: < 0.004609, -0.002676, -0.006745> - 7366: < 0.004931, -0.002655, -0.006537> - 7367: < 0.004870, -0.003004, -0.006439> - 7368: < 0.004609, -0.002676, -0.006745> - 7369: < 0.004659, -0.002313, -0.006836> - 7370: < 0.004987, -0.002295, -0.006623> - 7371: < 0.004931, -0.002655, -0.006537> - 7372: < 0.004659, -0.002313, -0.006836> - 7373: < 0.004705, -0.001940, -0.006915> - 7374: < 0.005037, -0.001926, -0.006698> - 7375: < 0.004987, -0.002295, -0.006623> - 7376: < 0.004705, -0.001940, -0.006915> - 7377: < 0.004744, -0.001561, -0.006980> - 7378: < 0.005080, -0.001550, -0.006761> - 7379: < 0.005037, -0.001926, -0.006698> - 7380: < 0.004744, -0.001561, -0.006980> - 7381: < 0.004776, -0.001176, -0.007032> - 7382: < 0.005114, -0.001168, -0.006810> - 7383: < 0.005080, -0.001550, -0.006761> - 7384: < 0.004776, -0.001176, -0.007032> - 7385: < 0.004800, -0.000786, -0.007069> - 7386: < 0.005140, -0.000781, -0.006846> - 7387: < 0.005114, -0.001168, -0.006810> - 7388: < 0.004800, -0.000786, -0.007069> - 7389: < 0.004815, -0.000394, -0.007092> - 7390: < 0.005156, -0.000391, -0.006868> - 7391: < 0.005140, -0.000781, -0.006846> - 7392: < 0.004815, -0.000394, -0.007092> - 7393: < 0.004820, 0.000000, -0.007099> - 7394: < 0.005162, 0.000000, -0.006875> - 7395: < 0.005156, -0.000391, -0.006868> - 7396: < 0.004820, 0.000000, -0.007099> - 7397: < 0.004815, 0.000394, -0.007092> - 7398: < 0.005156, 0.000391, -0.006868> - 7399: < 0.005162, 0.000000, -0.006875> - 7400: < 0.004815, 0.000394, -0.007092> - 7401: < 0.004800, 0.000786, -0.007069> - 7402: < 0.005140, 0.000781, -0.006846> - 7403: < 0.005156, 0.000391, -0.006868> - 7404: < 0.004800, 0.000786, -0.007069> - 7405: < 0.004776, 0.001176, -0.007032> - 7406: < 0.005114, 0.001168, -0.006810> - 7407: < 0.005140, 0.000781, -0.006846> - 7408: < 0.004776, 0.001176, -0.007032> - 7409: < 0.004744, 0.001561, -0.006980> - 7410: < 0.005080, 0.001550, -0.006761> - 7411: < 0.005114, 0.001168, -0.006810> - 7412: < 0.004744, 0.001561, -0.006980> - 7413: < 0.004705, 0.001940, -0.006915> - 7414: < 0.005037, 0.001926, -0.006698> - 7415: < 0.005080, 0.001550, -0.006761> - 7416: < 0.004705, 0.001940, -0.006915> - 7417: < 0.004659, 0.002313, -0.006836> - 7418: < 0.004987, 0.002295, -0.006623> - 7419: < 0.005037, 0.001926, -0.006698> - 7420: < 0.004659, 0.002313, -0.006836> - 7421: < 0.004609, 0.002676, -0.006745> - 7422: < 0.004931, 0.002655, -0.006537> - 7423: < 0.004987, 0.002295, -0.006623> - 7424: < 0.004609, 0.002676, -0.006745> - 7425: < 0.004553, 0.003030, -0.006641> - 7426: < 0.004870, 0.003004, -0.006439> - 7427: < 0.004931, 0.002655, -0.006537> - 7428: < 0.004553, 0.003030, -0.006641> - 7429: < 0.004494, 0.003372, -0.006525> - 7430: < 0.004804, 0.003342, -0.006329> - 7431: < 0.004870, 0.003004, -0.006439> - 7432: < 0.004494, 0.003372, -0.006525> - 7433: < 0.004434, 0.003701, -0.006397> - 7434: < 0.004736, 0.003666, -0.006210> - 7435: < 0.004804, 0.003342, -0.006329> - 7436: < 0.004434, 0.003701, -0.006397> - 7437: < 0.004374, 0.004017, -0.006257> - 7438: < 0.004668, 0.003975, -0.006080> - 7439: < 0.004736, 0.003666, -0.006210> - 7440: < 0.004374, 0.004017, -0.006257> - 7441: < 0.004318, 0.004318, -0.006105> - 7442: < 0.004602, 0.004267, -0.005939> - 7443: < 0.004668, 0.003975, -0.006080> - 7444: < 0.004318, 0.004318, -0.006105> - 7445: < 0.004267, 0.004602, -0.005939> - 7446: < 0.004542, 0.004542, -0.005788> - 7447: < 0.004602, 0.004267, -0.005939> - 7448: < 0.004267, 0.004602, -0.005939> - 7449: < 0.004226, 0.004870, -0.005760> - 7450: < 0.004494, 0.004798, -0.005623> - 7451: < 0.004542, 0.004542, -0.005788> - 7452: < 0.004226, 0.004870, -0.005760> - 7453: < 0.004199, 0.005120, -0.005564> - 7454: < 0.004460, 0.005034, -0.005446> - 7455: < 0.004494, 0.004798, -0.005623> - 7456: < 0.004460, -0.005034, -0.005446> - 7457: < 0.004494, -0.004798, -0.005623> - 7458: < 0.004738, -0.004738, -0.005479> - 7459: < 0.004691, -0.004959, -0.005326> - 7460: < 0.004494, -0.004798, -0.005623> - 7461: < 0.004542, -0.004542, -0.005788> - 7462: < 0.004798, -0.004494, -0.005623> - 7463: < 0.004738, -0.004738, -0.005479> - 7464: < 0.004542, -0.004542, -0.005788> - 7465: < 0.004602, -0.004267, -0.005939> - 7466: < 0.004870, -0.004226, -0.005760> - 7467: < 0.004798, -0.004494, -0.005623> - 7468: < 0.004602, -0.004267, -0.005939> - 7469: < 0.004668, -0.003975, -0.006080> - 7470: < 0.004946, -0.003941, -0.005887> - 7471: < 0.004870, -0.004226, -0.005760> - 7472: < 0.004668, -0.003975, -0.006080> - 7473: < 0.004736, -0.003666, -0.006210> - 7474: < 0.005023, -0.003637, -0.006006> - 7475: < 0.004946, -0.003941, -0.005887> - 7476: < 0.004736, -0.003666, -0.006210> - 7477: < 0.004804, -0.003342, -0.006329> - 7478: < 0.005099, -0.003318, -0.006117> - 7479: < 0.005023, -0.003637, -0.006006> - 7480: < 0.004804, -0.003342, -0.006329> - 7481: < 0.004870, -0.003004, -0.006439> - 7482: < 0.005172, -0.002984, -0.006219> - 7483: < 0.005099, -0.003318, -0.006117> - 7484: < 0.004870, -0.003004, -0.006439> - 7485: < 0.004931, -0.002655, -0.006537> - 7486: < 0.005240, -0.002638, -0.006311> - 7487: < 0.005172, -0.002984, -0.006219> - 7488: < 0.004931, -0.002655, -0.006537> - 7489: < 0.004987, -0.002295, -0.006623> - 7490: < 0.005301, -0.002281, -0.006393> - 7491: < 0.005240, -0.002638, -0.006311> - 7492: < 0.004987, -0.002295, -0.006623> - 7493: < 0.005037, -0.001926, -0.006698> - 7494: < 0.005355, -0.001915, -0.006464> - 7495: < 0.005301, -0.002281, -0.006393> - 7496: < 0.005037, -0.001926, -0.006698> - 7497: < 0.005080, -0.001550, -0.006761> - 7498: < 0.005401, -0.001541, -0.006523> - 7499: < 0.005355, -0.001915, -0.006464> - 7500: < 0.005080, -0.001550, -0.006761> - 7501: < 0.005114, -0.001168, -0.006810> - 7502: < 0.005438, -0.001161, -0.006570> - 7503: < 0.005401, -0.001541, -0.006523> - 7504: < 0.005114, -0.001168, -0.006810> - 7505: < 0.005140, -0.000781, -0.006846> - 7506: < 0.005466, -0.000777, -0.006605> - 7507: < 0.005438, -0.001161, -0.006570> - 7508: < 0.005140, -0.000781, -0.006846> - 7509: < 0.005156, -0.000391, -0.006868> - 7510: < 0.005483, -0.000389, -0.006626> - 7511: < 0.005466, -0.000777, -0.006605> - 7512: < 0.005156, -0.000391, -0.006868> - 7513: < 0.005162, 0.000000, -0.006875> - 7514: < 0.005489, 0.000000, -0.006633> - 7515: < 0.005483, -0.000389, -0.006626> - 7516: < 0.005162, 0.000000, -0.006875> - 7517: < 0.005156, 0.000391, -0.006868> - 7518: < 0.005483, 0.000389, -0.006626> - 7519: < 0.005489, 0.000000, -0.006633> - 7520: < 0.005156, 0.000391, -0.006868> - 7521: < 0.005140, 0.000781, -0.006846> - 7522: < 0.005466, 0.000777, -0.006605> - 7523: < 0.005483, 0.000389, -0.006626> - 7524: < 0.005140, 0.000781, -0.006846> - 7525: < 0.005114, 0.001168, -0.006810> - 7526: < 0.005438, 0.001161, -0.006570> - 7527: < 0.005466, 0.000777, -0.006605> - 7528: < 0.005114, 0.001168, -0.006810> - 7529: < 0.005080, 0.001550, -0.006761> - 7530: < 0.005401, 0.001541, -0.006523> - 7531: < 0.005438, 0.001161, -0.006570> - 7532: < 0.005080, 0.001550, -0.006761> - 7533: < 0.005037, 0.001926, -0.006698> - 7534: < 0.005355, 0.001915, -0.006464> - 7535: < 0.005401, 0.001541, -0.006523> - 7536: < 0.005037, 0.001926, -0.006698> - 7537: < 0.004987, 0.002295, -0.006623> - 7538: < 0.005301, 0.002281, -0.006393> - 7539: < 0.005355, 0.001915, -0.006464> - 7540: < 0.004987, 0.002295, -0.006623> - 7541: < 0.004931, 0.002655, -0.006537> - 7542: < 0.005240, 0.002638, -0.006311> - 7543: < 0.005301, 0.002281, -0.006393> - 7544: < 0.004931, 0.002655, -0.006537> - 7545: < 0.004870, 0.003004, -0.006439> - 7546: < 0.005172, 0.002984, -0.006219> - 7547: < 0.005240, 0.002638, -0.006311> - 7548: < 0.004870, 0.003004, -0.006439> - 7549: < 0.004804, 0.003342, -0.006329> - 7550: < 0.005099, 0.003318, -0.006117> - 7551: < 0.005172, 0.002984, -0.006219> - 7552: < 0.004804, 0.003342, -0.006329> - 7553: < 0.004736, 0.003666, -0.006210> - 7554: < 0.005023, 0.003637, -0.006006> - 7555: < 0.005099, 0.003318, -0.006117> - 7556: < 0.004736, 0.003666, -0.006210> - 7557: < 0.004668, 0.003975, -0.006080> - 7558: < 0.004946, 0.003941, -0.005887> - 7559: < 0.005023, 0.003637, -0.006006> - 7560: < 0.004668, 0.003975, -0.006080> - 7561: < 0.004602, 0.004267, -0.005939> - 7562: < 0.004870, 0.004226, -0.005760> - 7563: < 0.004946, 0.003941, -0.005887> - 7564: < 0.004602, 0.004267, -0.005939> - 7565: < 0.004542, 0.004542, -0.005788> - 7566: < 0.004798, 0.004494, -0.005623> - 7567: < 0.004870, 0.004226, -0.005760> - 7568: < 0.004542, 0.004542, -0.005788> - 7569: < 0.004494, 0.004798, -0.005623> - 7570: < 0.004738, 0.004738, -0.005479> - 7571: < 0.004798, 0.004494, -0.005623> - 7572: < 0.004494, 0.004798, -0.005623> - 7573: < 0.004460, 0.005034, -0.005446> - 7574: < 0.004691, 0.004959, -0.005326> - 7575: < 0.004738, 0.004738, -0.005479> - 7576: < 0.004691, -0.004959, -0.005326> - 7577: < 0.004738, -0.004738, -0.005479> - 7578: < 0.004959, -0.004691, -0.005326> - 7579: < 0.004894, -0.004894, -0.005206> - 7580: < 0.004738, -0.004738, -0.005479> - 7581: < 0.004798, -0.004494, -0.005623> - 7582: < 0.005034, -0.004460, -0.005446> - 7583: < 0.004959, -0.004691, -0.005326> - 7584: < 0.004798, -0.004494, -0.005623> - 7585: < 0.004870, -0.004226, -0.005760> - 7586: < 0.005120, -0.004199, -0.005564> - 7587: < 0.005034, -0.004460, -0.005446> - 7588: < 0.004870, -0.004226, -0.005760> - 7589: < 0.004946, -0.003941, -0.005887> - 7590: < 0.005207, -0.003918, -0.005678> - 7591: < 0.005120, -0.004199, -0.005564> - 7592: < 0.004946, -0.003941, -0.005887> - 7593: < 0.005023, -0.003637, -0.006006> - 7594: < 0.005294, -0.003619, -0.005786> - 7595: < 0.005207, -0.003918, -0.005678> - 7596: < 0.005023, -0.003637, -0.006006> - 7597: < 0.005099, -0.003318, -0.006117> - 7598: < 0.005379, -0.003302, -0.005888> - 7599: < 0.005294, -0.003619, -0.005786> - 7600: < 0.005099, -0.003318, -0.006117> - 7601: < 0.005172, -0.002984, -0.006219> - 7602: < 0.005459, -0.002971, -0.005983> - 7603: < 0.005379, -0.003302, -0.005888> - 7604: < 0.005172, -0.002984, -0.006219> - 7605: < 0.005240, -0.002638, -0.006311> - 7606: < 0.005533, -0.002627, -0.006069> - 7607: < 0.005459, -0.002971, -0.005983> - 7608: < 0.005240, -0.002638, -0.006311> - 7609: < 0.005301, -0.002281, -0.006393> - 7610: < 0.005599, -0.002272, -0.006146> - 7611: < 0.005533, -0.002627, -0.006069> - 7612: < 0.005301, -0.002281, -0.006393> - 7613: < 0.005355, -0.001915, -0.006464> - 7614: < 0.005657, -0.001908, -0.006212> - 7615: < 0.005599, -0.002272, -0.006146> - 7616: < 0.005355, -0.001915, -0.006464> - 7617: < 0.005401, -0.001541, -0.006523> - 7618: < 0.005707, -0.001536, -0.006269> - 7619: < 0.005657, -0.001908, -0.006212> - 7620: < 0.005401, -0.001541, -0.006523> - 7621: < 0.005438, -0.001161, -0.006570> - 7622: < 0.005747, -0.001157, -0.006313> - 7623: < 0.005707, -0.001536, -0.006269> - 7624: < 0.005438, -0.001161, -0.006570> - 7625: < 0.005466, -0.000777, -0.006605> - 7626: < 0.005776, -0.000774, -0.006346> - 7627: < 0.005747, -0.001157, -0.006313> - 7628: < 0.005466, -0.000777, -0.006605> - 7629: < 0.005483, -0.000389, -0.006626> - 7630: < 0.005794, -0.000388, -0.006366> - 7631: < 0.005776, -0.000774, -0.006346> - 7632: < 0.005483, -0.000389, -0.006626> - 7633: < 0.005489, 0.000000, -0.006633> - 7634: < 0.005801, -0.000000, -0.006373> - 7635: < 0.005794, -0.000388, -0.006366> - 7636: < 0.005489, 0.000000, -0.006633> - 7637: < 0.005483, 0.000389, -0.006626> - 7638: < 0.005794, 0.000388, -0.006366> - 7639: < 0.005801, -0.000000, -0.006373> - 7640: < 0.005483, 0.000389, -0.006626> - 7641: < 0.005466, 0.000777, -0.006605> - 7642: < 0.005776, 0.000774, -0.006346> - 7643: < 0.005794, 0.000388, -0.006366> - 7644: < 0.005466, 0.000777, -0.006605> - 7645: < 0.005438, 0.001161, -0.006570> - 7646: < 0.005747, 0.001157, -0.006313> - 7647: < 0.005776, 0.000774, -0.006346> - 7648: < 0.005438, 0.001161, -0.006570> - 7649: < 0.005401, 0.001541, -0.006523> - 7650: < 0.005707, 0.001536, -0.006269> - 7651: < 0.005747, 0.001157, -0.006313> - 7652: < 0.005401, 0.001541, -0.006523> - 7653: < 0.005355, 0.001915, -0.006464> - 7654: < 0.005657, 0.001908, -0.006212> - 7655: < 0.005707, 0.001536, -0.006269> - 7656: < 0.005355, 0.001915, -0.006464> - 7657: < 0.005301, 0.002281, -0.006393> - 7658: < 0.005599, 0.002272, -0.006146> - 7659: < 0.005657, 0.001908, -0.006212> - 7660: < 0.005301, 0.002281, -0.006393> - 7661: < 0.005240, 0.002638, -0.006311> - 7662: < 0.005533, 0.002627, -0.006069> - 7663: < 0.005599, 0.002272, -0.006146> - 7664: < 0.005240, 0.002638, -0.006311> - 7665: < 0.005172, 0.002984, -0.006219> - 7666: < 0.005459, 0.002971, -0.005983> - 7667: < 0.005533, 0.002627, -0.006069> - 7668: < 0.005172, 0.002984, -0.006219> - 7669: < 0.005099, 0.003318, -0.006117> - 7670: < 0.005379, 0.003302, -0.005888> - 7671: < 0.005459, 0.002971, -0.005983> - 7672: < 0.005099, 0.003318, -0.006117> - 7673: < 0.005023, 0.003637, -0.006006> - 7674: < 0.005294, 0.003619, -0.005786> - 7675: < 0.005379, 0.003302, -0.005888> - 7676: < 0.005023, 0.003637, -0.006006> - 7677: < 0.004946, 0.003941, -0.005887> - 7678: < 0.005207, 0.003918, -0.005678> - 7679: < 0.005294, 0.003619, -0.005786> - 7680: < 0.004946, 0.003941, -0.005887> - 7681: < 0.004870, 0.004226, -0.005760> - 7682: < 0.005120, 0.004199, -0.005564> - 7683: < 0.005207, 0.003918, -0.005678> - 7684: < 0.004870, 0.004226, -0.005760> - 7685: < 0.004798, 0.004494, -0.005623> - 7686: < 0.005034, 0.004460, -0.005446> - 7687: < 0.005120, 0.004199, -0.005564> - 7688: < 0.004798, 0.004494, -0.005623> - 7689: < 0.004738, 0.004738, -0.005479> - 7690: < 0.004959, 0.004691, -0.005326> - 7691: < 0.005034, 0.004460, -0.005446> - 7692: < 0.004738, 0.004738, -0.005479> - 7693: < 0.004691, 0.004959, -0.005326> - 7694: < 0.004894, 0.004894, -0.005206> - 7695: < 0.004959, 0.004691, -0.005326> - 7696: <-0.005000, -0.005000, -0.005000> - 7697: <-0.005081, -0.004833, -0.005081> - 7698: <-0.004894, -0.004894, -0.005206> - 7699: <-0.004833, -0.005081, -0.005081> - 7700: <-0.005081, -0.004833, -0.005081> - 7701: <-0.005166, -0.004647, -0.005166> - 7702: <-0.004959, -0.004691, -0.005326> - 7703: <-0.004894, -0.004894, -0.005206> - 7704: <-0.005166, -0.004647, -0.005166> - 7705: <-0.005255, -0.004436, -0.005255> - 7706: <-0.005034, -0.004460, -0.005446> - 7707: <-0.004959, -0.004691, -0.005326> - 7708: <-0.005255, -0.004436, -0.005255> - 7709: <-0.005351, -0.004188, -0.005351> - 7710: <-0.005120, -0.004199, -0.005564> - 7711: <-0.005034, -0.004460, -0.005446> - 7712: <-0.005351, -0.004188, -0.005351> - 7713: <-0.005451, -0.003910, -0.005451> - 7714: <-0.005207, -0.003918, -0.005678> - 7715: <-0.005120, -0.004199, -0.005564> - 7716: <-0.005451, -0.003910, -0.005451> - 7717: <-0.005549, -0.003612, -0.005549> - 7718: <-0.005294, -0.003619, -0.005786> - 7719: <-0.005207, -0.003918, -0.005678> - 7720: <-0.005549, -0.003612, -0.005549> - 7721: <-0.005642, -0.003297, -0.005642> - 7722: <-0.005379, -0.003302, -0.005888> - 7723: <-0.005294, -0.003619, -0.005786> - 7724: <-0.005642, -0.003297, -0.005642> - 7725: <-0.005729, -0.002966, -0.005729> - 7726: <-0.005459, -0.002971, -0.005983> - 7727: <-0.005379, -0.003302, -0.005888> - 7728: <-0.005729, -0.002966, -0.005729> - 7729: <-0.005809, -0.002623, -0.005809> - 7730: <-0.005533, -0.002627, -0.006069> - 7731: <-0.005459, -0.002971, -0.005983> - 7732: <-0.005809, -0.002623, -0.005809> - 7733: <-0.005881, -0.002269, -0.005881> - 7734: <-0.005599, -0.002272, -0.006146> - 7735: <-0.005533, -0.002627, -0.006069> - 7736: <-0.005881, -0.002269, -0.005881> - 7737: <-0.005944, -0.001906, -0.005944> - 7738: <-0.005657, -0.001908, -0.006212> - 7739: <-0.005599, -0.002272, -0.006146> - 7740: <-0.005944, -0.001906, -0.005944> - 7741: <-0.005996, -0.001534, -0.005996> - 7742: <-0.005707, -0.001536, -0.006269> - 7743: <-0.005657, -0.001908, -0.006212> - 7744: <-0.005996, -0.001534, -0.005996> - 7745: <-0.006039, -0.001156, -0.006039> - 7746: <-0.005747, -0.001157, -0.006313> - 7747: <-0.005707, -0.001536, -0.006269> - 7748: <-0.006039, -0.001156, -0.006039> - 7749: <-0.006070, -0.000773, -0.006070> - 7750: <-0.005776, -0.000774, -0.006346> - 7751: <-0.005747, -0.001157, -0.006313> - 7752: <-0.006070, -0.000773, -0.006070> - 7753: <-0.006089, -0.000387, -0.006089> - 7754: <-0.005794, -0.000388, -0.006366> - 7755: <-0.005776, -0.000774, -0.006346> - 7756: <-0.006089, -0.000387, -0.006089> - 7757: <-0.006096, 0.000000, -0.006096> - 7758: <-0.005801, 0.000000, -0.006373> - 7759: <-0.005794, -0.000388, -0.006366> - 7760: <-0.006096, 0.000000, -0.006096> - 7761: <-0.006089, 0.000387, -0.006089> - 7762: <-0.005794, 0.000388, -0.006366> - 7763: <-0.005801, 0.000000, -0.006373> - 7764: <-0.006089, 0.000387, -0.006089> - 7765: <-0.006070, 0.000773, -0.006070> - 7766: <-0.005776, 0.000774, -0.006346> - 7767: <-0.005794, 0.000388, -0.006366> - 7768: <-0.006070, 0.000773, -0.006070> - 7769: <-0.006039, 0.001156, -0.006039> - 7770: <-0.005747, 0.001157, -0.006313> - 7771: <-0.005776, 0.000774, -0.006346> - 7772: <-0.006039, 0.001156, -0.006039> - 7773: <-0.005996, 0.001534, -0.005996> - 7774: <-0.005707, 0.001536, -0.006269> - 7775: <-0.005747, 0.001157, -0.006313> - 7776: <-0.005996, 0.001534, -0.005996> - 7777: <-0.005944, 0.001906, -0.005944> - 7778: <-0.005657, 0.001908, -0.006212> - 7779: <-0.005707, 0.001536, -0.006269> - 7780: <-0.005944, 0.001906, -0.005944> - 7781: <-0.005881, 0.002269, -0.005881> - 7782: <-0.005599, 0.002272, -0.006146> - 7783: <-0.005657, 0.001908, -0.006212> - 7784: <-0.005881, 0.002269, -0.005881> - 7785: <-0.005809, 0.002623, -0.005809> - 7786: <-0.005533, 0.002627, -0.006069> - 7787: <-0.005599, 0.002272, -0.006146> - 7788: <-0.005809, 0.002623, -0.005809> - 7789: <-0.005729, 0.002966, -0.005729> - 7790: <-0.005459, 0.002971, -0.005983> - 7791: <-0.005533, 0.002627, -0.006069> - 7792: <-0.005729, 0.002966, -0.005729> - 7793: <-0.005642, 0.003297, -0.005642> - 7794: <-0.005379, 0.003302, -0.005888> - 7795: <-0.005459, 0.002971, -0.005983> - 7796: <-0.005642, 0.003297, -0.005642> - 7797: <-0.005549, 0.003612, -0.005549> - 7798: <-0.005294, 0.003619, -0.005786> - 7799: <-0.005379, 0.003302, -0.005888> - 7800: <-0.005549, 0.003612, -0.005549> - 7801: <-0.005451, 0.003910, -0.005451> - 7802: <-0.005207, 0.003918, -0.005678> - 7803: <-0.005294, 0.003619, -0.005786> - 7804: <-0.005451, 0.003910, -0.005451> - 7805: <-0.005351, 0.004188, -0.005351> - 7806: <-0.005120, 0.004199, -0.005564> - 7807: <-0.005207, 0.003918, -0.005678> - 7808: <-0.005351, 0.004188, -0.005351> - 7809: <-0.005255, 0.004436, -0.005255> - 7810: <-0.005034, 0.004460, -0.005446> - 7811: <-0.005120, 0.004199, -0.005564> - 7812: <-0.005255, 0.004436, -0.005255> - 7813: <-0.005166, 0.004647, -0.005166> - 7814: <-0.004959, 0.004691, -0.005326> - 7815: <-0.005034, 0.004460, -0.005446> - 7816: <-0.005166, 0.004647, -0.005166> - 7817: <-0.005081, 0.004833, -0.005081> - 7818: <-0.004894, 0.004894, -0.005206> - 7819: <-0.004959, 0.004691, -0.005326> - 7820: <-0.005081, 0.004833, -0.005081> - 7821: <-0.005000, 0.005000, -0.005000> - 7822: <-0.004833, 0.005081, -0.005081> - 7823: <-0.004894, 0.004894, -0.005206> - 7824: <-0.004894, 0.004894, -0.005206> - 7825: <-0.004833, 0.005081, -0.005081> - 7826: <-0.004647, 0.005166, -0.005166> - 7827: <-0.004691, 0.004959, -0.005326> - 7828: <-0.004691, 0.004959, -0.005326> - 7829: <-0.004647, 0.005166, -0.005166> - 7830: <-0.004436, 0.005255, -0.005255> - 7831: <-0.004460, 0.005034, -0.005446> - 7832: <-0.004460, 0.005034, -0.005446> - 7833: <-0.004436, 0.005255, -0.005255> - 7834: <-0.004188, 0.005351, -0.005351> - 7835: <-0.004199, 0.005120, -0.005564> - 7836: <-0.004199, 0.005120, -0.005564> - 7837: <-0.004188, 0.005351, -0.005351> - 7838: <-0.003910, 0.005451, -0.005451> - 7839: <-0.003918, 0.005207, -0.005678> - 7840: <-0.003918, 0.005207, -0.005678> - 7841: <-0.003910, 0.005451, -0.005451> - 7842: <-0.003612, 0.005549, -0.005549> - 7843: <-0.003619, 0.005294, -0.005786> - 7844: <-0.003619, 0.005294, -0.005786> - 7845: <-0.003612, 0.005549, -0.005549> - 7846: <-0.003297, 0.005642, -0.005642> - 7847: <-0.003302, 0.005379, -0.005888> - 7848: <-0.003302, 0.005379, -0.005888> - 7849: <-0.003297, 0.005642, -0.005642> - 7850: <-0.002966, 0.005729, -0.005729> - 7851: <-0.002971, 0.005459, -0.005983> - 7852: <-0.002971, 0.005459, -0.005983> - 7853: <-0.002966, 0.005729, -0.005729> - 7854: <-0.002623, 0.005809, -0.005809> - 7855: <-0.002627, 0.005533, -0.006069> - 7856: <-0.002627, 0.005533, -0.006069> - 7857: <-0.002623, 0.005809, -0.005809> - 7858: <-0.002269, 0.005881, -0.005881> - 7859: <-0.002272, 0.005599, -0.006146> - 7860: <-0.002272, 0.005599, -0.006146> - 7861: <-0.002269, 0.005881, -0.005881> - 7862: <-0.001906, 0.005944, -0.005944> - 7863: <-0.001908, 0.005657, -0.006212> - 7864: <-0.001908, 0.005657, -0.006212> - 7865: <-0.001906, 0.005944, -0.005944> - 7866: <-0.001534, 0.005996, -0.005996> - 7867: <-0.001536, 0.005707, -0.006269> - 7868: <-0.001536, 0.005707, -0.006269> - 7869: <-0.001534, 0.005996, -0.005996> - 7870: <-0.001156, 0.006039, -0.006039> - 7871: <-0.001157, 0.005747, -0.006313> - 7872: <-0.001157, 0.005747, -0.006313> - 7873: <-0.001156, 0.006039, -0.006039> - 7874: <-0.000773, 0.006070, -0.006070> - 7875: <-0.000774, 0.005776, -0.006346> - 7876: <-0.000774, 0.005776, -0.006346> - 7877: <-0.000773, 0.006070, -0.006070> - 7878: <-0.000387, 0.006089, -0.006089> - 7879: <-0.000388, 0.005794, -0.006366> - 7880: <-0.000388, 0.005794, -0.006366> - 7881: <-0.000387, 0.006089, -0.006089> - 7882: < 0.000000, 0.006096, -0.006096> - 7883: <-0.000000, 0.005801, -0.006373> - 7884: <-0.000000, 0.005801, -0.006373> - 7885: < 0.000000, 0.006096, -0.006096> - 7886: < 0.000387, 0.006089, -0.006089> - 7887: < 0.000388, 0.005794, -0.006366> - 7888: < 0.000388, 0.005794, -0.006366> - 7889: < 0.000387, 0.006089, -0.006089> - 7890: < 0.000773, 0.006070, -0.006070> - 7891: < 0.000774, 0.005776, -0.006346> - 7892: < 0.000774, 0.005776, -0.006346> - 7893: < 0.000773, 0.006070, -0.006070> - 7894: < 0.001156, 0.006039, -0.006039> - 7895: < 0.001157, 0.005747, -0.006313> - 7896: < 0.001157, 0.005747, -0.006313> - 7897: < 0.001156, 0.006039, -0.006039> - 7898: < 0.001534, 0.005996, -0.005996> - 7899: < 0.001536, 0.005707, -0.006269> - 7900: < 0.001536, 0.005707, -0.006269> - 7901: < 0.001534, 0.005996, -0.005996> - 7902: < 0.001906, 0.005944, -0.005944> - 7903: < 0.001908, 0.005657, -0.006212> - 7904: < 0.001908, 0.005657, -0.006212> - 7905: < 0.001906, 0.005944, -0.005944> - 7906: < 0.002269, 0.005881, -0.005881> - 7907: < 0.002272, 0.005599, -0.006146> - 7908: < 0.002272, 0.005599, -0.006146> - 7909: < 0.002269, 0.005881, -0.005881> - 7910: < 0.002623, 0.005809, -0.005809> - 7911: < 0.002627, 0.005533, -0.006069> - 7912: < 0.002627, 0.005533, -0.006069> - 7913: < 0.002623, 0.005809, -0.005809> - 7914: < 0.002966, 0.005729, -0.005729> - 7915: < 0.002971, 0.005459, -0.005983> - 7916: < 0.002971, 0.005459, -0.005983> - 7917: < 0.002966, 0.005729, -0.005729> - 7918: < 0.003297, 0.005642, -0.005642> - 7919: < 0.003302, 0.005379, -0.005888> - 7920: < 0.003302, 0.005379, -0.005888> - 7921: < 0.003297, 0.005642, -0.005642> - 7922: < 0.003612, 0.005549, -0.005549> - 7923: < 0.003619, 0.005294, -0.005786> - 7924: < 0.003619, 0.005294, -0.005786> - 7925: < 0.003612, 0.005549, -0.005549> - 7926: < 0.003910, 0.005451, -0.005451> - 7927: < 0.003918, 0.005207, -0.005678> - 7928: < 0.003918, 0.005207, -0.005678> - 7929: < 0.003910, 0.005451, -0.005451> - 7930: < 0.004188, 0.005351, -0.005351> - 7931: < 0.004199, 0.005120, -0.005564> - 7932: < 0.004199, 0.005120, -0.005564> - 7933: < 0.004188, 0.005351, -0.005351> - 7934: < 0.004436, 0.005255, -0.005255> - 7935: < 0.004460, 0.005034, -0.005446> - 7936: < 0.004460, 0.005034, -0.005446> - 7937: < 0.004436, 0.005255, -0.005255> - 7938: < 0.004647, 0.005166, -0.005166> - 7939: < 0.004691, 0.004959, -0.005326> - 7940: < 0.004691, 0.004959, -0.005326> - 7941: < 0.004647, 0.005166, -0.005166> - 7942: < 0.004833, 0.005081, -0.005081> - 7943: < 0.004894, 0.004894, -0.005206> - 7944: < 0.004894, 0.004894, -0.005206> - 7945: < 0.004833, 0.005081, -0.005081> - 7946: < 0.005000, 0.005000, -0.005000> - 7947: < 0.005081, 0.004833, -0.005081> - 7948: < 0.004959, 0.004691, -0.005326> - 7949: < 0.004894, 0.004894, -0.005206> - 7950: < 0.005081, 0.004833, -0.005081> - 7951: < 0.005166, 0.004647, -0.005166> - 7952: < 0.005034, 0.004460, -0.005446> - 7953: < 0.004959, 0.004691, -0.005326> - 7954: < 0.005166, 0.004647, -0.005166> - 7955: < 0.005255, 0.004436, -0.005255> - 7956: < 0.005120, 0.004199, -0.005564> - 7957: < 0.005034, 0.004460, -0.005446> - 7958: < 0.005255, 0.004436, -0.005255> - 7959: < 0.005351, 0.004188, -0.005351> - 7960: < 0.005207, 0.003918, -0.005678> - 7961: < 0.005120, 0.004199, -0.005564> - 7962: < 0.005351, 0.004188, -0.005351> - 7963: < 0.005451, 0.003910, -0.005451> - 7964: < 0.005294, 0.003619, -0.005786> - 7965: < 0.005207, 0.003918, -0.005678> - 7966: < 0.005451, 0.003910, -0.005451> - 7967: < 0.005549, 0.003612, -0.005549> - 7968: < 0.005379, 0.003302, -0.005888> - 7969: < 0.005294, 0.003619, -0.005786> - 7970: < 0.005549, 0.003612, -0.005549> - 7971: < 0.005642, 0.003297, -0.005642> - 7972: < 0.005459, 0.002971, -0.005983> - 7973: < 0.005379, 0.003302, -0.005888> - 7974: < 0.005642, 0.003297, -0.005642> - 7975: < 0.005729, 0.002966, -0.005729> - 7976: < 0.005533, 0.002627, -0.006069> - 7977: < 0.005459, 0.002971, -0.005983> - 7978: < 0.005729, 0.002966, -0.005729> - 7979: < 0.005809, 0.002623, -0.005809> - 7980: < 0.005599, 0.002272, -0.006146> - 7981: < 0.005533, 0.002627, -0.006069> - 7982: < 0.005809, 0.002623, -0.005809> - 7983: < 0.005881, 0.002269, -0.005881> - 7984: < 0.005657, 0.001908, -0.006212> - 7985: < 0.005599, 0.002272, -0.006146> - 7986: < 0.005881, 0.002269, -0.005881> - 7987: < 0.005944, 0.001906, -0.005944> - 7988: < 0.005707, 0.001536, -0.006269> - 7989: < 0.005657, 0.001908, -0.006212> - 7990: < 0.005944, 0.001906, -0.005944> - 7991: < 0.005996, 0.001534, -0.005996> - 7992: < 0.005747, 0.001157, -0.006313> - 7993: < 0.005707, 0.001536, -0.006269> - 7994: < 0.005996, 0.001534, -0.005996> - 7995: < 0.006039, 0.001156, -0.006039> - 7996: < 0.005776, 0.000774, -0.006346> - 7997: < 0.005747, 0.001157, -0.006313> - 7998: < 0.006039, 0.001156, -0.006039> - 7999: < 0.006070, 0.000773, -0.006070> - 8000: < 0.005794, 0.000388, -0.006366> - 8001: < 0.005776, 0.000774, -0.006346> - 8002: < 0.006070, 0.000773, -0.006070> - 8003: < 0.006089, 0.000387, -0.006089> - 8004: < 0.005801, -0.000000, -0.006373> - 8005: < 0.005794, 0.000388, -0.006366> - 8006: < 0.006089, 0.000387, -0.006089> - 8007: < 0.006096, -0.000000, -0.006096> - 8008: < 0.005794, -0.000388, -0.006366> - 8009: < 0.005801, -0.000000, -0.006373> - 8010: < 0.006096, -0.000000, -0.006096> - 8011: < 0.006089, -0.000387, -0.006089> - 8012: < 0.005776, -0.000774, -0.006346> - 8013: < 0.005794, -0.000388, -0.006366> - 8014: < 0.006089, -0.000387, -0.006089> - 8015: < 0.006070, -0.000773, -0.006070> - 8016: < 0.005747, -0.001157, -0.006313> - 8017: < 0.005776, -0.000774, -0.006346> - 8018: < 0.006070, -0.000773, -0.006070> - 8019: < 0.006039, -0.001156, -0.006039> - 8020: < 0.005707, -0.001536, -0.006269> - 8021: < 0.005747, -0.001157, -0.006313> - 8022: < 0.006039, -0.001156, -0.006039> - 8023: < 0.005996, -0.001534, -0.005996> - 8024: < 0.005657, -0.001908, -0.006212> - 8025: < 0.005707, -0.001536, -0.006269> - 8026: < 0.005996, -0.001534, -0.005996> - 8027: < 0.005944, -0.001906, -0.005944> - 8028: < 0.005599, -0.002272, -0.006146> - 8029: < 0.005657, -0.001908, -0.006212> - 8030: < 0.005944, -0.001906, -0.005944> - 8031: < 0.005881, -0.002269, -0.005881> - 8032: < 0.005533, -0.002627, -0.006069> - 8033: < 0.005599, -0.002272, -0.006146> - 8034: < 0.005881, -0.002269, -0.005881> - 8035: < 0.005809, -0.002623, -0.005809> - 8036: < 0.005459, -0.002971, -0.005983> - 8037: < 0.005533, -0.002627, -0.006069> - 8038: < 0.005809, -0.002623, -0.005809> - 8039: < 0.005729, -0.002966, -0.005729> - 8040: < 0.005379, -0.003302, -0.005888> - 8041: < 0.005459, -0.002971, -0.005983> - 8042: < 0.005729, -0.002966, -0.005729> - 8043: < 0.005642, -0.003297, -0.005642> - 8044: < 0.005294, -0.003619, -0.005786> - 8045: < 0.005379, -0.003302, -0.005888> - 8046: < 0.005642, -0.003297, -0.005642> - 8047: < 0.005549, -0.003612, -0.005549> - 8048: < 0.005207, -0.003918, -0.005678> - 8049: < 0.005294, -0.003619, -0.005786> - 8050: < 0.005549, -0.003612, -0.005549> - 8051: < 0.005451, -0.003910, -0.005451> - 8052: < 0.005120, -0.004199, -0.005564> - 8053: < 0.005207, -0.003918, -0.005678> - 8054: < 0.005451, -0.003910, -0.005451> - 8055: < 0.005351, -0.004188, -0.005351> - 8056: < 0.005034, -0.004460, -0.005446> - 8057: < 0.005120, -0.004199, -0.005564> - 8058: < 0.005351, -0.004188, -0.005351> - 8059: < 0.005255, -0.004436, -0.005255> - 8060: < 0.004959, -0.004691, -0.005326> - 8061: < 0.005034, -0.004460, -0.005446> - 8062: < 0.005255, -0.004436, -0.005255> - 8063: < 0.005166, -0.004647, -0.005166> - 8064: < 0.004894, -0.004894, -0.005206> - 8065: < 0.004959, -0.004691, -0.005326> - 8066: < 0.005166, -0.004647, -0.005166> - 8067: < 0.005081, -0.004833, -0.005081> - 8068: < 0.004833, -0.005081, -0.005081> - 8069: < 0.004894, -0.004894, -0.005206> - 8070: < 0.005081, -0.004833, -0.005081> - 8071: < 0.005000, -0.005000, -0.005000> - 8072: < 0.004647, -0.005166, -0.005166> - 8073: < 0.004691, -0.004959, -0.005326> - 8074: < 0.004894, -0.004894, -0.005206> - 8075: < 0.004833, -0.005081, -0.005081> - 8076: < 0.004436, -0.005255, -0.005255> - 8077: < 0.004460, -0.005034, -0.005446> - 8078: < 0.004691, -0.004959, -0.005326> - 8079: < 0.004647, -0.005166, -0.005166> - 8080: < 0.004188, -0.005351, -0.005351> - 8081: < 0.004199, -0.005120, -0.005564> - 8082: < 0.004460, -0.005034, -0.005446> - 8083: < 0.004436, -0.005255, -0.005255> - 8084: < 0.003910, -0.005451, -0.005451> - 8085: < 0.003918, -0.005207, -0.005678> - 8086: < 0.004199, -0.005120, -0.005564> - 8087: < 0.004188, -0.005351, -0.005351> - 8088: < 0.003612, -0.005549, -0.005549> - 8089: < 0.003619, -0.005294, -0.005786> - 8090: < 0.003918, -0.005207, -0.005678> - 8091: < 0.003910, -0.005451, -0.005451> - 8092: < 0.003297, -0.005642, -0.005642> - 8093: < 0.003302, -0.005379, -0.005888> - 8094: < 0.003619, -0.005294, -0.005786> - 8095: < 0.003612, -0.005549, -0.005549> - 8096: < 0.002966, -0.005729, -0.005729> - 8097: < 0.002971, -0.005459, -0.005983> - 8098: < 0.003302, -0.005379, -0.005888> - 8099: < 0.003297, -0.005642, -0.005642> - 8100: < 0.002623, -0.005809, -0.005809> - 8101: < 0.002627, -0.005533, -0.006069> - 8102: < 0.002971, -0.005459, -0.005983> - 8103: < 0.002966, -0.005729, -0.005729> - 8104: < 0.002269, -0.005881, -0.005881> - 8105: < 0.002272, -0.005599, -0.006146> - 8106: < 0.002627, -0.005533, -0.006069> - 8107: < 0.002623, -0.005809, -0.005809> - 8108: < 0.001906, -0.005944, -0.005944> - 8109: < 0.001908, -0.005657, -0.006212> - 8110: < 0.002272, -0.005599, -0.006146> - 8111: < 0.002269, -0.005881, -0.005881> - 8112: < 0.001534, -0.005996, -0.005996> - 8113: < 0.001536, -0.005707, -0.006269> - 8114: < 0.001908, -0.005657, -0.006212> - 8115: < 0.001906, -0.005944, -0.005944> - 8116: < 0.001156, -0.006039, -0.006039> - 8117: < 0.001157, -0.005747, -0.006313> - 8118: < 0.001536, -0.005707, -0.006269> - 8119: < 0.001534, -0.005996, -0.005996> - 8120: < 0.000773, -0.006070, -0.006070> - 8121: < 0.000774, -0.005776, -0.006346> - 8122: < 0.001157, -0.005747, -0.006313> - 8123: < 0.001156, -0.006039, -0.006039> - 8124: < 0.000387, -0.006089, -0.006089> - 8125: < 0.000388, -0.005794, -0.006366> - 8126: < 0.000774, -0.005776, -0.006346> - 8127: < 0.000773, -0.006070, -0.006070> - 8128: < 0.000000, -0.006096, -0.006096> - 8129: <-0.000000, -0.005801, -0.006373> - 8130: < 0.000388, -0.005794, -0.006366> - 8131: < 0.000387, -0.006089, -0.006089> - 8132: <-0.000387, -0.006089, -0.006089> - 8133: <-0.000388, -0.005794, -0.006366> - 8134: <-0.000000, -0.005801, -0.006373> - 8135: < 0.000000, -0.006096, -0.006096> - 8136: <-0.000773, -0.006070, -0.006070> - 8137: <-0.000774, -0.005776, -0.006346> - 8138: <-0.000388, -0.005794, -0.006366> - 8139: <-0.000387, -0.006089, -0.006089> - 8140: <-0.001156, -0.006039, -0.006039> - 8141: <-0.001157, -0.005747, -0.006313> - 8142: <-0.000774, -0.005776, -0.006346> - 8143: <-0.000773, -0.006070, -0.006070> - 8144: <-0.001534, -0.005996, -0.005996> - 8145: <-0.001536, -0.005707, -0.006269> - 8146: <-0.001157, -0.005747, -0.006313> - 8147: <-0.001156, -0.006039, -0.006039> - 8148: <-0.001906, -0.005944, -0.005944> - 8149: <-0.001908, -0.005657, -0.006212> - 8150: <-0.001536, -0.005707, -0.006269> - 8151: <-0.001534, -0.005996, -0.005996> - 8152: <-0.002269, -0.005881, -0.005881> - 8153: <-0.002272, -0.005599, -0.006146> - 8154: <-0.001908, -0.005657, -0.006212> - 8155: <-0.001906, -0.005944, -0.005944> - 8156: <-0.002623, -0.005809, -0.005809> - 8157: <-0.002627, -0.005533, -0.006069> - 8158: <-0.002272, -0.005599, -0.006146> - 8159: <-0.002269, -0.005881, -0.005881> - 8160: <-0.002966, -0.005729, -0.005729> - 8161: <-0.002971, -0.005459, -0.005983> - 8162: <-0.002627, -0.005533, -0.006069> - 8163: <-0.002623, -0.005809, -0.005809> - 8164: <-0.003297, -0.005642, -0.005642> - 8165: <-0.003302, -0.005379, -0.005888> - 8166: <-0.002971, -0.005459, -0.005983> - 8167: <-0.002966, -0.005729, -0.005729> - 8168: <-0.003612, -0.005549, -0.005549> - 8169: <-0.003619, -0.005294, -0.005786> - 8170: <-0.003302, -0.005379, -0.005888> - 8171: <-0.003297, -0.005642, -0.005642> - 8172: <-0.003910, -0.005451, -0.005451> - 8173: <-0.003918, -0.005207, -0.005678> - 8174: <-0.003619, -0.005294, -0.005786> - 8175: <-0.003612, -0.005549, -0.005549> - 8176: <-0.004188, -0.005351, -0.005351> - 8177: <-0.004199, -0.005120, -0.005564> - 8178: <-0.003918, -0.005207, -0.005678> - 8179: <-0.003910, -0.005451, -0.005451> - 8180: <-0.004436, -0.005255, -0.005255> - 8181: <-0.004460, -0.005034, -0.005446> - 8182: <-0.004199, -0.005120, -0.005564> - 8183: <-0.004188, -0.005351, -0.005351> - 8184: <-0.004647, -0.005166, -0.005166> - 8185: <-0.004691, -0.004959, -0.005326> - 8186: <-0.004460, -0.005034, -0.005446> - 8187: <-0.004436, -0.005255, -0.005255> - 8188: <-0.004833, -0.005081, -0.005081> - 8189: <-0.004894, -0.004894, -0.005206> - 8190: <-0.004691, -0.004959, -0.005326> - 8191: <-0.004647, -0.005166, -0.005166> - 8192: < 0.005206, -0.004894, -0.004894> - 8193: < 0.005326, -0.004691, -0.004959> - 8194: < 0.005479, -0.004738, -0.004738> - 8195: < 0.005326, -0.004959, -0.004691> - 8196: < 0.005326, -0.004691, -0.004959> - 8197: < 0.005446, -0.004460, -0.005034> - 8198: < 0.005623, -0.004494, -0.004798> - 8199: < 0.005479, -0.004738, -0.004738> - 8200: < 0.005446, -0.004460, -0.005034> - 8201: < 0.005564, -0.004199, -0.005120> - 8202: < 0.005760, -0.004226, -0.004870> - 8203: < 0.005623, -0.004494, -0.004798> - 8204: < 0.005564, -0.004199, -0.005120> - 8205: < 0.005678, -0.003918, -0.005207> - 8206: < 0.005887, -0.003941, -0.004946> - 8207: < 0.005760, -0.004226, -0.004870> - 8208: < 0.005678, -0.003918, -0.005207> - 8209: < 0.005786, -0.003619, -0.005294> - 8210: < 0.006006, -0.003637, -0.005023> - 8211: < 0.005887, -0.003941, -0.004946> - 8212: < 0.005786, -0.003619, -0.005294> - 8213: < 0.005888, -0.003302, -0.005379> - 8214: < 0.006117, -0.003318, -0.005099> - 8215: < 0.006006, -0.003637, -0.005023> - 8216: < 0.005888, -0.003302, -0.005379> - 8217: < 0.005983, -0.002971, -0.005459> - 8218: < 0.006219, -0.002984, -0.005172> - 8219: < 0.006117, -0.003318, -0.005099> - 8220: < 0.005983, -0.002971, -0.005459> - 8221: < 0.006069, -0.002627, -0.005533> - 8222: < 0.006311, -0.002638, -0.005240> - 8223: < 0.006219, -0.002984, -0.005172> - 8224: < 0.006069, -0.002627, -0.005533> - 8225: < 0.006146, -0.002272, -0.005599> - 8226: < 0.006393, -0.002281, -0.005301> - 8227: < 0.006311, -0.002638, -0.005240> - 8228: < 0.006146, -0.002272, -0.005599> - 8229: < 0.006212, -0.001908, -0.005657> - 8230: < 0.006464, -0.001915, -0.005355> - 8231: < 0.006393, -0.002281, -0.005301> - 8232: < 0.006212, -0.001908, -0.005657> - 8233: < 0.006269, -0.001536, -0.005707> - 8234: < 0.006523, -0.001541, -0.005401> - 8235: < 0.006464, -0.001915, -0.005355> - 8236: < 0.006269, -0.001536, -0.005707> - 8237: < 0.006313, -0.001157, -0.005747> - 8238: < 0.006570, -0.001161, -0.005438> - 8239: < 0.006523, -0.001541, -0.005401> - 8240: < 0.006313, -0.001157, -0.005747> - 8241: < 0.006346, -0.000774, -0.005776> - 8242: < 0.006605, -0.000777, -0.005466> - 8243: < 0.006570, -0.001161, -0.005438> - 8244: < 0.006346, -0.000774, -0.005776> - 8245: < 0.006366, -0.000388, -0.005794> - 8246: < 0.006626, -0.000389, -0.005483> - 8247: < 0.006605, -0.000777, -0.005466> - 8248: < 0.006366, -0.000388, -0.005794> - 8249: < 0.006373, -0.000000, -0.005801> - 8250: < 0.006633, -0.000000, -0.005489> - 8251: < 0.006626, -0.000389, -0.005483> - 8252: < 0.006373, -0.000000, -0.005801> - 8253: < 0.006366, 0.000388, -0.005794> - 8254: < 0.006626, 0.000389, -0.005483> - 8255: < 0.006633, -0.000000, -0.005489> - 8256: < 0.006366, 0.000388, -0.005794> - 8257: < 0.006346, 0.000774, -0.005776> - 8258: < 0.006605, 0.000777, -0.005466> - 8259: < 0.006626, 0.000389, -0.005483> - 8260: < 0.006346, 0.000774, -0.005776> - 8261: < 0.006313, 0.001157, -0.005747> - 8262: < 0.006570, 0.001161, -0.005438> - 8263: < 0.006605, 0.000777, -0.005466> - 8264: < 0.006313, 0.001157, -0.005747> - 8265: < 0.006269, 0.001536, -0.005707> - 8266: < 0.006523, 0.001541, -0.005401> - 8267: < 0.006570, 0.001161, -0.005438> - 8268: < 0.006269, 0.001536, -0.005707> - 8269: < 0.006212, 0.001908, -0.005657> - 8270: < 0.006464, 0.001915, -0.005355> - 8271: < 0.006523, 0.001541, -0.005401> - 8272: < 0.006212, 0.001908, -0.005657> - 8273: < 0.006146, 0.002272, -0.005599> - 8274: < 0.006393, 0.002281, -0.005301> - 8275: < 0.006464, 0.001915, -0.005355> - 8276: < 0.006146, 0.002272, -0.005599> - 8277: < 0.006069, 0.002627, -0.005533> - 8278: < 0.006311, 0.002638, -0.005240> - 8279: < 0.006393, 0.002281, -0.005301> - 8280: < 0.006069, 0.002627, -0.005533> - 8281: < 0.005983, 0.002971, -0.005459> - 8282: < 0.006219, 0.002984, -0.005172> - 8283: < 0.006311, 0.002638, -0.005240> - 8284: < 0.005983, 0.002971, -0.005459> - 8285: < 0.005888, 0.003302, -0.005379> - 8286: < 0.006117, 0.003318, -0.005099> - 8287: < 0.006219, 0.002984, -0.005172> - 8288: < 0.005888, 0.003302, -0.005379> - 8289: < 0.005786, 0.003619, -0.005294> - 8290: < 0.006006, 0.003637, -0.005023> - 8291: < 0.006117, 0.003318, -0.005099> - 8292: < 0.005786, 0.003619, -0.005294> - 8293: < 0.005678, 0.003918, -0.005207> - 8294: < 0.005887, 0.003941, -0.004946> - 8295: < 0.006006, 0.003637, -0.005023> - 8296: < 0.005678, 0.003918, -0.005207> - 8297: < 0.005564, 0.004199, -0.005120> - 8298: < 0.005760, 0.004226, -0.004870> - 8299: < 0.005887, 0.003941, -0.004946> - 8300: < 0.005564, 0.004199, -0.005120> - 8301: < 0.005446, 0.004460, -0.005034> - 8302: < 0.005623, 0.004494, -0.004798> - 8303: < 0.005760, 0.004226, -0.004870> - 8304: < 0.005446, 0.004460, -0.005034> - 8305: < 0.005326, 0.004691, -0.004959> - 8306: < 0.005479, 0.004738, -0.004738> - 8307: < 0.005623, 0.004494, -0.004798> - 8308: < 0.005326, 0.004691, -0.004959> - 8309: < 0.005206, 0.004894, -0.004894> - 8310: < 0.005326, 0.004959, -0.004691> - 8311: < 0.005479, 0.004738, -0.004738> - 8312: < 0.005326, -0.004959, -0.004691> - 8313: < 0.005479, -0.004738, -0.004738> - 8314: < 0.005623, -0.004798, -0.004494> - 8315: < 0.005446, -0.005034, -0.004460> - 8316: < 0.005479, -0.004738, -0.004738> - 8317: < 0.005623, -0.004494, -0.004798> - 8318: < 0.005788, -0.004542, -0.004542> - 8319: < 0.005623, -0.004798, -0.004494> - 8320: < 0.005623, -0.004494, -0.004798> - 8321: < 0.005760, -0.004226, -0.004870> - 8322: < 0.005939, -0.004267, -0.004602> - 8323: < 0.005788, -0.004542, -0.004542> - 8324: < 0.005760, -0.004226, -0.004870> - 8325: < 0.005887, -0.003941, -0.004946> - 8326: < 0.006080, -0.003975, -0.004668> - 8327: < 0.005939, -0.004267, -0.004602> - 8328: < 0.005887, -0.003941, -0.004946> - 8329: < 0.006006, -0.003637, -0.005023> - 8330: < 0.006210, -0.003666, -0.004736> - 8331: < 0.006080, -0.003975, -0.004668> - 8332: < 0.006006, -0.003637, -0.005023> - 8333: < 0.006117, -0.003318, -0.005099> - 8334: < 0.006329, -0.003342, -0.004804> - 8335: < 0.006210, -0.003666, -0.004736> - 8336: < 0.006117, -0.003318, -0.005099> - 8337: < 0.006219, -0.002984, -0.005172> - 8338: < 0.006439, -0.003004, -0.004870> - 8339: < 0.006329, -0.003342, -0.004804> - 8340: < 0.006219, -0.002984, -0.005172> - 8341: < 0.006311, -0.002638, -0.005240> - 8342: < 0.006537, -0.002655, -0.004931> - 8343: < 0.006439, -0.003004, -0.004870> - 8344: < 0.006311, -0.002638, -0.005240> - 8345: < 0.006393, -0.002281, -0.005301> - 8346: < 0.006623, -0.002295, -0.004987> - 8347: < 0.006537, -0.002655, -0.004931> - 8348: < 0.006393, -0.002281, -0.005301> - 8349: < 0.006464, -0.001915, -0.005355> - 8350: < 0.006698, -0.001926, -0.005037> - 8351: < 0.006623, -0.002295, -0.004987> - 8352: < 0.006464, -0.001915, -0.005355> - 8353: < 0.006523, -0.001541, -0.005401> - 8354: < 0.006761, -0.001550, -0.005080> - 8355: < 0.006698, -0.001926, -0.005037> - 8356: < 0.006523, -0.001541, -0.005401> - 8357: < 0.006570, -0.001161, -0.005438> - 8358: < 0.006810, -0.001168, -0.005114> - 8359: < 0.006761, -0.001550, -0.005080> - 8360: < 0.006570, -0.001161, -0.005438> - 8361: < 0.006605, -0.000777, -0.005466> - 8362: < 0.006846, -0.000781, -0.005140> - 8363: < 0.006810, -0.001168, -0.005114> - 8364: < 0.006605, -0.000777, -0.005466> - 8365: < 0.006626, -0.000389, -0.005483> - 8366: < 0.006868, -0.000391, -0.005156> - 8367: < 0.006846, -0.000781, -0.005140> - 8368: < 0.006626, -0.000389, -0.005483> - 8369: < 0.006633, -0.000000, -0.005489> - 8370: < 0.006875, -0.000000, -0.005162> - 8371: < 0.006868, -0.000391, -0.005156> - 8372: < 0.006633, -0.000000, -0.005489> - 8373: < 0.006626, 0.000389, -0.005483> - 8374: < 0.006868, 0.000391, -0.005156> - 8375: < 0.006875, -0.000000, -0.005162> - 8376: < 0.006626, 0.000389, -0.005483> - 8377: < 0.006605, 0.000777, -0.005466> - 8378: < 0.006846, 0.000781, -0.005140> - 8379: < 0.006868, 0.000391, -0.005156> - 8380: < 0.006605, 0.000777, -0.005466> - 8381: < 0.006570, 0.001161, -0.005438> - 8382: < 0.006810, 0.001168, -0.005114> - 8383: < 0.006846, 0.000781, -0.005140> - 8384: < 0.006570, 0.001161, -0.005438> - 8385: < 0.006523, 0.001541, -0.005401> - 8386: < 0.006761, 0.001550, -0.005080> - 8387: < 0.006810, 0.001168, -0.005114> - 8388: < 0.006523, 0.001541, -0.005401> - 8389: < 0.006464, 0.001915, -0.005355> - 8390: < 0.006698, 0.001926, -0.005037> - 8391: < 0.006761, 0.001550, -0.005080> - 8392: < 0.006464, 0.001915, -0.005355> - 8393: < 0.006393, 0.002281, -0.005301> - 8394: < 0.006623, 0.002295, -0.004987> - 8395: < 0.006698, 0.001926, -0.005037> - 8396: < 0.006393, 0.002281, -0.005301> - 8397: < 0.006311, 0.002638, -0.005240> - 8398: < 0.006537, 0.002655, -0.004931> - 8399: < 0.006623, 0.002295, -0.004987> - 8400: < 0.006311, 0.002638, -0.005240> - 8401: < 0.006219, 0.002984, -0.005172> - 8402: < 0.006439, 0.003004, -0.004870> - 8403: < 0.006537, 0.002655, -0.004931> - 8404: < 0.006219, 0.002984, -0.005172> - 8405: < 0.006117, 0.003318, -0.005099> - 8406: < 0.006329, 0.003342, -0.004804> - 8407: < 0.006439, 0.003004, -0.004870> - 8408: < 0.006117, 0.003318, -0.005099> - 8409: < 0.006006, 0.003637, -0.005023> - 8410: < 0.006210, 0.003666, -0.004736> - 8411: < 0.006329, 0.003342, -0.004804> - 8412: < 0.006006, 0.003637, -0.005023> - 8413: < 0.005887, 0.003941, -0.004946> - 8414: < 0.006080, 0.003975, -0.004668> - 8415: < 0.006210, 0.003666, -0.004736> - 8416: < 0.005887, 0.003941, -0.004946> - 8417: < 0.005760, 0.004226, -0.004870> - 8418: < 0.005939, 0.004267, -0.004602> - 8419: < 0.006080, 0.003975, -0.004668> - 8420: < 0.005760, 0.004226, -0.004870> - 8421: < 0.005623, 0.004494, -0.004798> - 8422: < 0.005788, 0.004542, -0.004542> - 8423: < 0.005939, 0.004267, -0.004602> - 8424: < 0.005623, 0.004494, -0.004798> - 8425: < 0.005479, 0.004738, -0.004738> - 8426: < 0.005623, 0.004798, -0.004494> - 8427: < 0.005788, 0.004542, -0.004542> - 8428: < 0.005479, 0.004738, -0.004738> - 8429: < 0.005326, 0.004959, -0.004691> - 8430: < 0.005446, 0.005034, -0.004460> - 8431: < 0.005623, 0.004798, -0.004494> - 8432: < 0.005446, -0.005034, -0.004460> - 8433: < 0.005623, -0.004798, -0.004494> - 8434: < 0.005760, -0.004870, -0.004226> - 8435: < 0.005564, -0.005120, -0.004199> - 8436: < 0.005623, -0.004798, -0.004494> - 8437: < 0.005788, -0.004542, -0.004542> - 8438: < 0.005939, -0.004602, -0.004267> - 8439: < 0.005760, -0.004870, -0.004226> - 8440: < 0.005788, -0.004542, -0.004542> - 8441: < 0.005939, -0.004267, -0.004602> - 8442: < 0.006105, -0.004318, -0.004318> - 8443: < 0.005939, -0.004602, -0.004267> - 8444: < 0.005939, -0.004267, -0.004602> - 8445: < 0.006080, -0.003975, -0.004668> - 8446: < 0.006257, -0.004017, -0.004374> - 8447: < 0.006105, -0.004318, -0.004318> - 8448: < 0.006080, -0.003975, -0.004668> - 8449: < 0.006210, -0.003666, -0.004736> - 8450: < 0.006397, -0.003701, -0.004434> - 8451: < 0.006257, -0.004017, -0.004374> - 8452: < 0.006210, -0.003666, -0.004736> - 8453: < 0.006329, -0.003342, -0.004804> - 8454: < 0.006525, -0.003372, -0.004494> - 8455: < 0.006397, -0.003701, -0.004434> - 8456: < 0.006329, -0.003342, -0.004804> - 8457: < 0.006439, -0.003004, -0.004870> - 8458: < 0.006641, -0.003030, -0.004553> - 8459: < 0.006525, -0.003372, -0.004494> - 8460: < 0.006439, -0.003004, -0.004870> - 8461: < 0.006537, -0.002655, -0.004931> - 8462: < 0.006745, -0.002676, -0.004609> - 8463: < 0.006641, -0.003030, -0.004553> - 8464: < 0.006537, -0.002655, -0.004931> - 8465: < 0.006623, -0.002295, -0.004987> - 8466: < 0.006836, -0.002313, -0.004659> - 8467: < 0.006745, -0.002676, -0.004609> - 8468: < 0.006623, -0.002295, -0.004987> - 8469: < 0.006698, -0.001926, -0.005037> - 8470: < 0.006915, -0.001940, -0.004705> - 8471: < 0.006836, -0.002313, -0.004659> - 8472: < 0.006698, -0.001926, -0.005037> - 8473: < 0.006761, -0.001550, -0.005080> - 8474: < 0.006980, -0.001561, -0.004744> - 8475: < 0.006915, -0.001940, -0.004705> - 8476: < 0.006761, -0.001550, -0.005080> - 8477: < 0.006810, -0.001168, -0.005114> - 8478: < 0.007032, -0.001176, -0.004776> - 8479: < 0.006980, -0.001561, -0.004744> - 8480: < 0.006810, -0.001168, -0.005114> - 8481: < 0.006846, -0.000781, -0.005140> - 8482: < 0.007069, -0.000786, -0.004800> - 8483: < 0.007032, -0.001176, -0.004776> - 8484: < 0.006846, -0.000781, -0.005140> - 8485: < 0.006868, -0.000391, -0.005156> - 8486: < 0.007092, -0.000394, -0.004815> - 8487: < 0.007069, -0.000786, -0.004800> - 8488: < 0.006868, -0.000391, -0.005156> - 8489: < 0.006875, -0.000000, -0.005162> - 8490: < 0.007099, -0.000000, -0.004820> - 8491: < 0.007092, -0.000394, -0.004815> - 8492: < 0.006875, -0.000000, -0.005162> - 8493: < 0.006868, 0.000391, -0.005156> - 8494: < 0.007092, 0.000394, -0.004815> - 8495: < 0.007099, -0.000000, -0.004820> - 8496: < 0.006868, 0.000391, -0.005156> - 8497: < 0.006846, 0.000781, -0.005140> - 8498: < 0.007069, 0.000786, -0.004800> - 8499: < 0.007092, 0.000394, -0.004815> - 8500: < 0.006846, 0.000781, -0.005140> - 8501: < 0.006810, 0.001168, -0.005114> - 8502: < 0.007032, 0.001176, -0.004776> - 8503: < 0.007069, 0.000786, -0.004800> - 8504: < 0.006810, 0.001168, -0.005114> - 8505: < 0.006761, 0.001550, -0.005080> - 8506: < 0.006980, 0.001561, -0.004744> - 8507: < 0.007032, 0.001176, -0.004776> - 8508: < 0.006761, 0.001550, -0.005080> - 8509: < 0.006698, 0.001926, -0.005037> - 8510: < 0.006915, 0.001940, -0.004705> - 8511: < 0.006980, 0.001561, -0.004744> - 8512: < 0.006698, 0.001926, -0.005037> - 8513: < 0.006623, 0.002295, -0.004987> - 8514: < 0.006836, 0.002313, -0.004659> - 8515: < 0.006915, 0.001940, -0.004705> - 8516: < 0.006623, 0.002295, -0.004987> - 8517: < 0.006537, 0.002655, -0.004931> - 8518: < 0.006745, 0.002676, -0.004609> - 8519: < 0.006836, 0.002313, -0.004659> - 8520: < 0.006537, 0.002655, -0.004931> - 8521: < 0.006439, 0.003004, -0.004870> - 8522: < 0.006641, 0.003030, -0.004553> - 8523: < 0.006745, 0.002676, -0.004609> - 8524: < 0.006439, 0.003004, -0.004870> - 8525: < 0.006329, 0.003342, -0.004804> - 8526: < 0.006525, 0.003372, -0.004494> - 8527: < 0.006641, 0.003030, -0.004553> - 8528: < 0.006329, 0.003342, -0.004804> - 8529: < 0.006210, 0.003666, -0.004736> - 8530: < 0.006397, 0.003701, -0.004434> - 8531: < 0.006525, 0.003372, -0.004494> - 8532: < 0.006210, 0.003666, -0.004736> - 8533: < 0.006080, 0.003975, -0.004668> - 8534: < 0.006257, 0.004017, -0.004374> - 8535: < 0.006397, 0.003701, -0.004434> - 8536: < 0.006080, 0.003975, -0.004668> - 8537: < 0.005939, 0.004267, -0.004602> - 8538: < 0.006105, 0.004318, -0.004318> - 8539: < 0.006257, 0.004017, -0.004374> - 8540: < 0.005939, 0.004267, -0.004602> - 8541: < 0.005788, 0.004542, -0.004542> - 8542: < 0.005939, 0.004602, -0.004267> - 8543: < 0.006105, 0.004318, -0.004318> - 8544: < 0.005788, 0.004542, -0.004542> - 8545: < 0.005623, 0.004798, -0.004494> - 8546: < 0.005760, 0.004870, -0.004226> - 8547: < 0.005939, 0.004602, -0.004267> - 8548: < 0.005623, 0.004798, -0.004494> - 8549: < 0.005446, 0.005034, -0.004460> - 8550: < 0.005564, 0.005120, -0.004199> - 8551: < 0.005760, 0.004870, -0.004226> - 8552: < 0.005564, -0.005120, -0.004199> - 8553: < 0.005760, -0.004870, -0.004226> - 8554: < 0.005887, -0.004946, -0.003941> - 8555: < 0.005678, -0.005207, -0.003918> - 8556: < 0.005760, -0.004870, -0.004226> - 8557: < 0.005939, -0.004602, -0.004267> - 8558: < 0.006080, -0.004668, -0.003975> - 8559: < 0.005887, -0.004946, -0.003941> - 8560: < 0.005939, -0.004602, -0.004267> - 8561: < 0.006105, -0.004318, -0.004318> - 8562: < 0.006257, -0.004374, -0.004017> - 8563: < 0.006080, -0.004668, -0.003975> - 8564: < 0.006105, -0.004318, -0.004318> - 8565: < 0.006257, -0.004017, -0.004374> - 8566: < 0.006421, -0.004065, -0.004065> - 8567: < 0.006257, -0.004374, -0.004017> - 8568: < 0.006257, -0.004017, -0.004374> - 8569: < 0.006397, -0.003701, -0.004434> - 8570: < 0.006570, -0.003743, -0.004117> - 8571: < 0.006421, -0.004065, -0.004065> - 8572: < 0.006397, -0.003701, -0.004434> - 8573: < 0.006525, -0.003372, -0.004494> - 8574: < 0.006705, -0.003407, -0.004170> - 8575: < 0.006570, -0.003743, -0.004117> - 8576: < 0.006525, -0.003372, -0.004494> - 8577: < 0.006641, -0.003030, -0.004553> - 8578: < 0.006828, -0.003060, -0.004223> - 8579: < 0.006705, -0.003407, -0.004170> - 8580: < 0.006641, -0.003030, -0.004553> - 8581: < 0.006745, -0.002676, -0.004609> - 8582: < 0.006937, -0.002701, -0.004273> - 8583: < 0.006828, -0.003060, -0.004223> - 8584: < 0.006745, -0.002676, -0.004609> - 8585: < 0.006836, -0.002313, -0.004659> - 8586: < 0.007033, -0.002333, -0.004318> - 8587: < 0.006937, -0.002701, -0.004273> - 8588: < 0.006836, -0.002313, -0.004659> - 8589: < 0.006915, -0.001940, -0.004705> - 8590: < 0.007115, -0.001957, -0.004360> - 8591: < 0.007033, -0.002333, -0.004318> - 8592: < 0.006915, -0.001940, -0.004705> - 8593: < 0.006980, -0.001561, -0.004744> - 8594: < 0.007183, -0.001574, -0.004395> - 8595: < 0.007115, -0.001957, -0.004360> - 8596: < 0.006980, -0.001561, -0.004744> - 8597: < 0.007032, -0.001176, -0.004776> - 8598: < 0.007236, -0.001185, -0.004424> - 8599: < 0.007183, -0.001574, -0.004395> - 8600: < 0.007032, -0.001176, -0.004776> - 8601: < 0.007069, -0.000786, -0.004800> - 8602: < 0.007275, -0.000792, -0.004446> - 8603: < 0.007236, -0.001185, -0.004424> - 8604: < 0.007069, -0.000786, -0.004800> - 8605: < 0.007092, -0.000394, -0.004815> - 8606: < 0.007298, -0.000397, -0.004460> - 8607: < 0.007275, -0.000792, -0.004446> - 8608: < 0.007092, -0.000394, -0.004815> - 8609: < 0.007099, -0.000000, -0.004820> - 8610: < 0.007306, -0.000000, -0.004465> - 8611: < 0.007298, -0.000397, -0.004460> - 8612: < 0.007099, -0.000000, -0.004820> - 8613: < 0.007092, 0.000394, -0.004815> - 8614: < 0.007298, 0.000397, -0.004460> - 8615: < 0.007306, -0.000000, -0.004465> - 8616: < 0.007092, 0.000394, -0.004815> - 8617: < 0.007069, 0.000786, -0.004800> - 8618: < 0.007275, 0.000792, -0.004446> - 8619: < 0.007298, 0.000397, -0.004460> - 8620: < 0.007069, 0.000786, -0.004800> - 8621: < 0.007032, 0.001176, -0.004776> - 8622: < 0.007236, 0.001185, -0.004424> - 8623: < 0.007275, 0.000792, -0.004446> - 8624: < 0.007032, 0.001176, -0.004776> - 8625: < 0.006980, 0.001561, -0.004744> - 8626: < 0.007183, 0.001574, -0.004395> - 8627: < 0.007236, 0.001185, -0.004424> - 8628: < 0.006980, 0.001561, -0.004744> - 8629: < 0.006915, 0.001940, -0.004705> - 8630: < 0.007115, 0.001957, -0.004360> - 8631: < 0.007183, 0.001574, -0.004395> - 8632: < 0.006915, 0.001940, -0.004705> - 8633: < 0.006836, 0.002313, -0.004659> - 8634: < 0.007033, 0.002333, -0.004318> - 8635: < 0.007115, 0.001957, -0.004360> - 8636: < 0.006836, 0.002313, -0.004659> - 8637: < 0.006745, 0.002676, -0.004609> - 8638: < 0.006937, 0.002701, -0.004273> - 8639: < 0.007033, 0.002333, -0.004318> - 8640: < 0.006745, 0.002676, -0.004609> - 8641: < 0.006641, 0.003030, -0.004553> - 8642: < 0.006828, 0.003060, -0.004223> - 8643: < 0.006937, 0.002701, -0.004273> - 8644: < 0.006641, 0.003030, -0.004553> - 8645: < 0.006525, 0.003372, -0.004494> - 8646: < 0.006705, 0.003407, -0.004170> - 8647: < 0.006828, 0.003060, -0.004223> - 8648: < 0.006525, 0.003372, -0.004494> - 8649: < 0.006397, 0.003701, -0.004434> - 8650: < 0.006570, 0.003743, -0.004117> - 8651: < 0.006705, 0.003407, -0.004170> - 8652: < 0.006397, 0.003701, -0.004434> - 8653: < 0.006257, 0.004017, -0.004374> - 8654: < 0.006421, 0.004065, -0.004065> - 8655: < 0.006570, 0.003743, -0.004117> - 8656: < 0.006257, 0.004017, -0.004374> - 8657: < 0.006105, 0.004318, -0.004318> - 8658: < 0.006257, 0.004374, -0.004017> - 8659: < 0.006421, 0.004065, -0.004065> - 8660: < 0.006105, 0.004318, -0.004318> - 8661: < 0.005939, 0.004602, -0.004267> - 8662: < 0.006080, 0.004668, -0.003975> - 8663: < 0.006257, 0.004374, -0.004017> - 8664: < 0.005939, 0.004602, -0.004267> - 8665: < 0.005760, 0.004870, -0.004226> - 8666: < 0.005887, 0.004946, -0.003941> - 8667: < 0.006080, 0.004668, -0.003975> - 8668: < 0.005760, 0.004870, -0.004226> - 8669: < 0.005564, 0.005120, -0.004199> - 8670: < 0.005678, 0.005207, -0.003918> - 8671: < 0.005887, 0.004946, -0.003941> - 8672: < 0.005678, -0.005207, -0.003918> - 8673: < 0.005887, -0.004946, -0.003941> - 8674: < 0.006006, -0.005023, -0.003637> - 8675: < 0.005786, -0.005294, -0.003619> - 8676: < 0.005887, -0.004946, -0.003941> - 8677: < 0.006080, -0.004668, -0.003975> - 8678: < 0.006210, -0.004736, -0.003666> - 8679: < 0.006006, -0.005023, -0.003637> - 8680: < 0.006080, -0.004668, -0.003975> - 8681: < 0.006257, -0.004374, -0.004017> - 8682: < 0.006397, -0.004434, -0.003701> - 8683: < 0.006210, -0.004736, -0.003666> - 8684: < 0.006257, -0.004374, -0.004017> - 8685: < 0.006421, -0.004065, -0.004065> - 8686: < 0.006570, -0.004117, -0.003743> - 8687: < 0.006397, -0.004434, -0.003701> - 8688: < 0.006421, -0.004065, -0.004065> - 8689: < 0.006570, -0.003743, -0.004117> - 8690: < 0.006727, -0.003788, -0.003788> - 8691: < 0.006570, -0.004117, -0.003743> - 8692: < 0.006570, -0.003743, -0.004117> - 8693: < 0.006705, -0.003407, -0.004170> - 8694: < 0.006870, -0.003446, -0.003834> - 8695: < 0.006727, -0.003788, -0.003788> - 8696: < 0.006705, -0.003407, -0.004170> - 8697: < 0.006828, -0.003060, -0.004223> - 8698: < 0.006998, -0.003093, -0.003880> - 8699: < 0.006870, -0.003446, -0.003834> - 8700: < 0.006828, -0.003060, -0.004223> - 8701: < 0.006937, -0.002701, -0.004273> - 8702: < 0.007112, -0.002729, -0.003924> - 8703: < 0.006998, -0.003093, -0.003880> - 8704: < 0.006937, -0.002701, -0.004273> - 8705: < 0.007033, -0.002333, -0.004318> - 8706: < 0.007212, -0.002356, -0.003965> - 8707: < 0.007112, -0.002729, -0.003924> - 8708: < 0.007033, -0.002333, -0.004318> - 8709: < 0.007115, -0.001957, -0.004360> - 8710: < 0.007297, -0.001975, -0.004002> - 8711: < 0.007212, -0.002356, -0.003965> - 8712: < 0.007115, -0.001957, -0.004360> - 8713: < 0.007183, -0.001574, -0.004395> - 8714: < 0.007367, -0.001588, -0.004034> - 8715: < 0.007297, -0.001975, -0.004002> - 8716: < 0.007183, -0.001574, -0.004395> - 8717: < 0.007236, -0.001185, -0.004424> - 8718: < 0.007423, -0.001196, -0.004061> - 8719: < 0.007367, -0.001588, -0.004034> - 8720: < 0.007236, -0.001185, -0.004424> - 8721: < 0.007275, -0.000792, -0.004446> - 8722: < 0.007462, -0.000799, -0.004081> - 8723: < 0.007423, -0.001196, -0.004061> - 8724: < 0.007275, -0.000792, -0.004446> - 8725: < 0.007298, -0.000397, -0.004460> - 8726: < 0.007487, -0.000400, -0.004093> - 8727: < 0.007462, -0.000799, -0.004081> - 8728: < 0.007298, -0.000397, -0.004460> - 8729: < 0.007306, -0.000000, -0.004465> - 8730: < 0.007495, -0.000000, -0.004098> - 8731: < 0.007487, -0.000400, -0.004093> - 8732: < 0.007306, -0.000000, -0.004465> - 8733: < 0.007298, 0.000397, -0.004460> - 8734: < 0.007487, 0.000400, -0.004093> - 8735: < 0.007495, -0.000000, -0.004098> - 8736: < 0.007298, 0.000397, -0.004460> - 8737: < 0.007275, 0.000792, -0.004446> - 8738: < 0.007462, 0.000799, -0.004081> - 8739: < 0.007487, 0.000400, -0.004093> - 8740: < 0.007275, 0.000792, -0.004446> - 8741: < 0.007236, 0.001185, -0.004424> - 8742: < 0.007423, 0.001196, -0.004061> - 8743: < 0.007462, 0.000799, -0.004081> - 8744: < 0.007236, 0.001185, -0.004424> - 8745: < 0.007183, 0.001574, -0.004395> - 8746: < 0.007367, 0.001588, -0.004034> - 8747: < 0.007423, 0.001196, -0.004061> - 8748: < 0.007183, 0.001574, -0.004395> - 8749: < 0.007115, 0.001957, -0.004360> - 8750: < 0.007297, 0.001975, -0.004002> - 8751: < 0.007367, 0.001588, -0.004034> - 8752: < 0.007115, 0.001957, -0.004360> - 8753: < 0.007033, 0.002333, -0.004318> - 8754: < 0.007212, 0.002356, -0.003965> - 8755: < 0.007297, 0.001975, -0.004002> - 8756: < 0.007033, 0.002333, -0.004318> - 8757: < 0.006937, 0.002701, -0.004273> - 8758: < 0.007112, 0.002729, -0.003924> - 8759: < 0.007212, 0.002356, -0.003965> - 8760: < 0.006937, 0.002701, -0.004273> - 8761: < 0.006828, 0.003060, -0.004223> - 8762: < 0.006998, 0.003093, -0.003880> - 8763: < 0.007112, 0.002729, -0.003924> - 8764: < 0.006828, 0.003060, -0.004223> - 8765: < 0.006705, 0.003407, -0.004170> - 8766: < 0.006870, 0.003446, -0.003834> - 8767: < 0.006998, 0.003093, -0.003880> - 8768: < 0.006705, 0.003407, -0.004170> - 8769: < 0.006570, 0.003743, -0.004117> - 8770: < 0.006727, 0.003788, -0.003788> - 8771: < 0.006870, 0.003446, -0.003834> - 8772: < 0.006570, 0.003743, -0.004117> - 8773: < 0.006421, 0.004065, -0.004065> - 8774: < 0.006570, 0.004117, -0.003743> - 8775: < 0.006727, 0.003788, -0.003788> - 8776: < 0.006421, 0.004065, -0.004065> - 8777: < 0.006257, 0.004374, -0.004017> - 8778: < 0.006397, 0.004434, -0.003701> - 8779: < 0.006570, 0.004117, -0.003743> - 8780: < 0.006257, 0.004374, -0.004017> - 8781: < 0.006080, 0.004668, -0.003975> - 8782: < 0.006210, 0.004736, -0.003666> - 8783: < 0.006397, 0.004434, -0.003701> - 8784: < 0.006080, 0.004668, -0.003975> - 8785: < 0.005887, 0.004946, -0.003941> - 8786: < 0.006006, 0.005023, -0.003637> - 8787: < 0.006210, 0.004736, -0.003666> - 8788: < 0.005887, 0.004946, -0.003941> - 8789: < 0.005678, 0.005207, -0.003918> - 8790: < 0.005786, 0.005294, -0.003619> - 8791: < 0.006006, 0.005023, -0.003637> - 8792: < 0.005786, -0.005294, -0.003619> - 8793: < 0.006006, -0.005023, -0.003637> - 8794: < 0.006117, -0.005099, -0.003318> - 8795: < 0.005888, -0.005379, -0.003302> - 8796: < 0.006006, -0.005023, -0.003637> - 8797: < 0.006210, -0.004736, -0.003666> - 8798: < 0.006329, -0.004804, -0.003342> - 8799: < 0.006117, -0.005099, -0.003318> - 8800: < 0.006210, -0.004736, -0.003666> - 8801: < 0.006397, -0.004434, -0.003701> - 8802: < 0.006525, -0.004494, -0.003372> - 8803: < 0.006329, -0.004804, -0.003342> - 8804: < 0.006397, -0.004434, -0.003701> - 8805: < 0.006570, -0.004117, -0.003743> - 8806: < 0.006705, -0.004170, -0.003407> - 8807: < 0.006525, -0.004494, -0.003372> - 8808: < 0.006570, -0.004117, -0.003743> - 8809: < 0.006727, -0.003788, -0.003788> - 8810: < 0.006870, -0.003834, -0.003446> - 8811: < 0.006705, -0.004170, -0.003407> - 8812: < 0.006727, -0.003788, -0.003788> - 8813: < 0.006870, -0.003446, -0.003834> - 8814: < 0.007018, -0.003486, -0.003486> - 8815: < 0.006870, -0.003834, -0.003446> - 8816: < 0.006870, -0.003446, -0.003834> - 8817: < 0.006998, -0.003093, -0.003880> - 8818: < 0.007152, -0.003127, -0.003526> - 8819: < 0.007018, -0.003486, -0.003486> - 8820: < 0.006998, -0.003093, -0.003880> - 8821: < 0.007112, -0.002729, -0.003924> - 8822: < 0.007270, -0.002758, -0.003565> - 8823: < 0.007152, -0.003127, -0.003526> - 8824: < 0.007112, -0.002729, -0.003924> - 8825: < 0.007212, -0.002356, -0.003965> - 8826: < 0.007374, -0.002380, -0.003601> - 8827: < 0.007270, -0.002758, -0.003565> - 8828: < 0.007212, -0.002356, -0.003965> - 8829: < 0.007297, -0.001975, -0.004002> - 8830: < 0.007462, -0.001995, -0.003634> - 8831: < 0.007374, -0.002380, -0.003601> - 8832: < 0.007297, -0.001975, -0.004002> - 8833: < 0.007367, -0.001588, -0.004034> - 8834: < 0.007535, -0.001603, -0.003663> - 8835: < 0.007462, -0.001995, -0.003634> - 8836: < 0.007367, -0.001588, -0.004034> - 8837: < 0.007423, -0.001196, -0.004061> - 8838: < 0.007591, -0.001207, -0.003686> - 8839: < 0.007535, -0.001603, -0.003663> - 8840: < 0.007423, -0.001196, -0.004061> - 8841: < 0.007462, -0.000799, -0.004081> - 8842: < 0.007632, -0.000807, -0.003704> - 8843: < 0.007591, -0.001207, -0.003686> - 8844: < 0.007462, -0.000799, -0.004081> - 8845: < 0.007487, -0.000400, -0.004093> - 8846: < 0.007657, -0.000404, -0.003716> - 8847: < 0.007632, -0.000807, -0.003704> - 8848: < 0.007487, -0.000400, -0.004093> - 8849: < 0.007495, -0.000000, -0.004098> - 8850: < 0.007665, -0.000000, -0.003720> - 8851: < 0.007657, -0.000404, -0.003716> - 8852: < 0.007495, -0.000000, -0.004098> - 8853: < 0.007487, 0.000400, -0.004093> - 8854: < 0.007657, 0.000404, -0.003716> - 8855: < 0.007665, -0.000000, -0.003720> - 8856: < 0.007487, 0.000400, -0.004093> - 8857: < 0.007462, 0.000799, -0.004081> - 8858: < 0.007632, 0.000807, -0.003704> - 8859: < 0.007657, 0.000404, -0.003716> - 8860: < 0.007462, 0.000799, -0.004081> - 8861: < 0.007423, 0.001196, -0.004061> - 8862: < 0.007591, 0.001207, -0.003686> - 8863: < 0.007632, 0.000807, -0.003704> - 8864: < 0.007423, 0.001196, -0.004061> - 8865: < 0.007367, 0.001588, -0.004034> - 8866: < 0.007535, 0.001603, -0.003663> - 8867: < 0.007591, 0.001207, -0.003686> - 8868: < 0.007367, 0.001588, -0.004034> - 8869: < 0.007297, 0.001975, -0.004002> - 8870: < 0.007462, 0.001995, -0.003634> - 8871: < 0.007535, 0.001603, -0.003663> - 8872: < 0.007297, 0.001975, -0.004002> - 8873: < 0.007212, 0.002356, -0.003965> - 8874: < 0.007374, 0.002380, -0.003601> - 8875: < 0.007462, 0.001995, -0.003634> - 8876: < 0.007212, 0.002356, -0.003965> - 8877: < 0.007112, 0.002729, -0.003924> - 8878: < 0.007270, 0.002758, -0.003565> - 8879: < 0.007374, 0.002380, -0.003601> - 8880: < 0.007112, 0.002729, -0.003924> - 8881: < 0.006998, 0.003093, -0.003880> - 8882: < 0.007152, 0.003127, -0.003526> - 8883: < 0.007270, 0.002758, -0.003565> - 8884: < 0.006998, 0.003093, -0.003880> - 8885: < 0.006870, 0.003446, -0.003834> - 8886: < 0.007018, 0.003486, -0.003486> - 8887: < 0.007152, 0.003127, -0.003526> - 8888: < 0.006870, 0.003446, -0.003834> - 8889: < 0.006727, 0.003788, -0.003788> - 8890: < 0.006870, 0.003834, -0.003446> - 8891: < 0.007018, 0.003486, -0.003486> - 8892: < 0.006727, 0.003788, -0.003788> - 8893: < 0.006570, 0.004117, -0.003743> - 8894: < 0.006705, 0.004170, -0.003407> - 8895: < 0.006870, 0.003834, -0.003446> - 8896: < 0.006570, 0.004117, -0.003743> - 8897: < 0.006397, 0.004434, -0.003701> - 8898: < 0.006525, 0.004494, -0.003372> - 8899: < 0.006705, 0.004170, -0.003407> - 8900: < 0.006397, 0.004434, -0.003701> - 8901: < 0.006210, 0.004736, -0.003666> - 8902: < 0.006329, 0.004804, -0.003342> - 8903: < 0.006525, 0.004494, -0.003372> - 8904: < 0.006210, 0.004736, -0.003666> - 8905: < 0.006006, 0.005023, -0.003637> - 8906: < 0.006117, 0.005099, -0.003318> - 8907: < 0.006329, 0.004804, -0.003342> - 8908: < 0.006006, 0.005023, -0.003637> - 8909: < 0.005786, 0.005294, -0.003619> - 8910: < 0.005888, 0.005379, -0.003302> - 8911: < 0.006117, 0.005099, -0.003318> - 8912: < 0.005888, -0.005379, -0.003302> - 8913: < 0.006117, -0.005099, -0.003318> - 8914: < 0.006219, -0.005172, -0.002984> - 8915: < 0.005983, -0.005459, -0.002971> - 8916: < 0.006117, -0.005099, -0.003318> - 8917: < 0.006329, -0.004804, -0.003342> - 8918: < 0.006439, -0.004870, -0.003004> - 8919: < 0.006219, -0.005172, -0.002984> - 8920: < 0.006329, -0.004804, -0.003342> - 8921: < 0.006525, -0.004494, -0.003372> - 8922: < 0.006641, -0.004553, -0.003030> - 8923: < 0.006439, -0.004870, -0.003004> - 8924: < 0.006525, -0.004494, -0.003372> - 8925: < 0.006705, -0.004170, -0.003407> - 8926: < 0.006828, -0.004223, -0.003060> - 8927: < 0.006641, -0.004553, -0.003030> - 8928: < 0.006705, -0.004170, -0.003407> - 8929: < 0.006870, -0.003834, -0.003446> - 8930: < 0.006998, -0.003880, -0.003093> - 8931: < 0.006828, -0.004223, -0.003060> - 8932: < 0.006870, -0.003834, -0.003446> - 8933: < 0.007018, -0.003486, -0.003486> - 8934: < 0.007152, -0.003526, -0.003127> - 8935: < 0.006998, -0.003880, -0.003093> - 8936: < 0.007018, -0.003486, -0.003486> - 8937: < 0.007152, -0.003127, -0.003526> - 8938: < 0.007290, -0.003162, -0.003162> - 8939: < 0.007152, -0.003526, -0.003127> - 8940: < 0.007152, -0.003127, -0.003526> - 8941: < 0.007270, -0.002758, -0.003565> - 8942: < 0.007412, -0.002787, -0.003195> - 8943: < 0.007290, -0.003162, -0.003162> - 8944: < 0.007270, -0.002758, -0.003565> - 8945: < 0.007374, -0.002380, -0.003601> - 8946: < 0.007519, -0.002405, -0.003227> - 8947: < 0.007412, -0.002787, -0.003195> - 8948: < 0.007374, -0.002380, -0.003601> - 8949: < 0.007462, -0.001995, -0.003634> - 8950: < 0.007610, -0.002015, -0.003255> - 8951: < 0.007519, -0.002405, -0.003227> - 8952: < 0.007462, -0.001995, -0.003634> - 8953: < 0.007535, -0.001603, -0.003663> - 8954: < 0.007684, -0.001619, -0.003281> - 8955: < 0.007610, -0.002015, -0.003255> - 8956: < 0.007535, -0.001603, -0.003663> - 8957: < 0.007591, -0.001207, -0.003686> - 8958: < 0.007743, -0.001219, -0.003302> - 8959: < 0.007684, -0.001619, -0.003281> - 8960: < 0.007591, -0.001207, -0.003686> - 8961: < 0.007632, -0.000807, -0.003704> - 8962: < 0.007785, -0.000814, -0.003318> - 8963: < 0.007743, -0.001219, -0.003302> - 8964: < 0.007632, -0.000807, -0.003704> - 8965: < 0.007657, -0.000404, -0.003716> - 8966: < 0.007810, -0.000408, -0.003328> - 8967: < 0.007785, -0.000814, -0.003318> - 8968: < 0.007657, -0.000404, -0.003716> - 8969: < 0.007665, -0.000000, -0.003720> - 8970: < 0.007818, -0.000000, -0.003331> - 8971: < 0.007810, -0.000408, -0.003328> - 8972: < 0.007665, -0.000000, -0.003720> - 8973: < 0.007657, 0.000404, -0.003716> - 8974: < 0.007810, 0.000408, -0.003328> - 8975: < 0.007818, -0.000000, -0.003331> - 8976: < 0.007657, 0.000404, -0.003716> - 8977: < 0.007632, 0.000807, -0.003704> - 8978: < 0.007785, 0.000814, -0.003318> - 8979: < 0.007810, 0.000408, -0.003328> - 8980: < 0.007632, 0.000807, -0.003704> - 8981: < 0.007591, 0.001207, -0.003686> - 8982: < 0.007743, 0.001219, -0.003302> - 8983: < 0.007785, 0.000814, -0.003318> - 8984: < 0.007591, 0.001207, -0.003686> - 8985: < 0.007535, 0.001603, -0.003663> - 8986: < 0.007684, 0.001619, -0.003281> - 8987: < 0.007743, 0.001219, -0.003302> - 8988: < 0.007535, 0.001603, -0.003663> - 8989: < 0.007462, 0.001995, -0.003634> - 8990: < 0.007610, 0.002015, -0.003255> - 8991: < 0.007684, 0.001619, -0.003281> - 8992: < 0.007462, 0.001995, -0.003634> - 8993: < 0.007374, 0.002380, -0.003601> - 8994: < 0.007519, 0.002405, -0.003227> - 8995: < 0.007610, 0.002015, -0.003255> - 8996: < 0.007374, 0.002380, -0.003601> - 8997: < 0.007270, 0.002758, -0.003565> - 8998: < 0.007412, 0.002787, -0.003195> - 8999: < 0.007519, 0.002405, -0.003227> - 9000: < 0.007270, 0.002758, -0.003565> - 9001: < 0.007152, 0.003127, -0.003526> - 9002: < 0.007290, 0.003162, -0.003162> - 9003: < 0.007412, 0.002787, -0.003195> - 9004: < 0.007152, 0.003127, -0.003526> - 9005: < 0.007018, 0.003486, -0.003486> - 9006: < 0.007152, 0.003526, -0.003127> - 9007: < 0.007290, 0.003162, -0.003162> - 9008: < 0.007018, 0.003486, -0.003486> - 9009: < 0.006870, 0.003834, -0.003446> - 9010: < 0.006998, 0.003880, -0.003093> - 9011: < 0.007152, 0.003526, -0.003127> - 9012: < 0.006870, 0.003834, -0.003446> - 9013: < 0.006705, 0.004170, -0.003407> - 9014: < 0.006828, 0.004223, -0.003060> - 9015: < 0.006998, 0.003880, -0.003093> - 9016: < 0.006705, 0.004170, -0.003407> - 9017: < 0.006525, 0.004494, -0.003372> - 9018: < 0.006641, 0.004553, -0.003030> - 9019: < 0.006828, 0.004223, -0.003060> - 9020: < 0.006525, 0.004494, -0.003372> - 9021: < 0.006329, 0.004804, -0.003342> - 9022: < 0.006439, 0.004870, -0.003004> - 9023: < 0.006641, 0.004553, -0.003030> - 9024: < 0.006329, 0.004804, -0.003342> - 9025: < 0.006117, 0.005099, -0.003318> - 9026: < 0.006219, 0.005172, -0.002984> - 9027: < 0.006439, 0.004870, -0.003004> - 9028: < 0.006117, 0.005099, -0.003318> - 9029: < 0.005888, 0.005379, -0.003302> - 9030: < 0.005983, 0.005459, -0.002971> - 9031: < 0.006219, 0.005172, -0.002984> - 9032: < 0.005983, -0.005459, -0.002971> - 9033: < 0.006219, -0.005172, -0.002984> - 9034: < 0.006311, -0.005240, -0.002638> - 9035: < 0.006069, -0.005533, -0.002627> - 9036: < 0.006219, -0.005172, -0.002984> - 9037: < 0.006439, -0.004870, -0.003004> - 9038: < 0.006537, -0.004931, -0.002655> - 9039: < 0.006311, -0.005240, -0.002638> - 9040: < 0.006439, -0.004870, -0.003004> - 9041: < 0.006641, -0.004553, -0.003030> - 9042: < 0.006745, -0.004609, -0.002676> - 9043: < 0.006537, -0.004931, -0.002655> - 9044: < 0.006641, -0.004553, -0.003030> - 9045: < 0.006828, -0.004223, -0.003060> - 9046: < 0.006937, -0.004273, -0.002701> - 9047: < 0.006745, -0.004609, -0.002676> - 9048: < 0.006828, -0.004223, -0.003060> - 9049: < 0.006998, -0.003880, -0.003093> - 9050: < 0.007112, -0.003924, -0.002729> - 9051: < 0.006937, -0.004273, -0.002701> - 9052: < 0.006998, -0.003880, -0.003093> - 9053: < 0.007152, -0.003526, -0.003127> - 9054: < 0.007270, -0.003565, -0.002758> - 9055: < 0.007112, -0.003924, -0.002729> - 9056: < 0.007152, -0.003526, -0.003127> - 9057: < 0.007290, -0.003162, -0.003162> - 9058: < 0.007412, -0.003195, -0.002787> - 9059: < 0.007270, -0.003565, -0.002758> - 9060: < 0.007290, -0.003162, -0.003162> - 9061: < 0.007412, -0.002787, -0.003195> - 9062: < 0.007538, -0.002816, -0.002816> - 9063: < 0.007412, -0.003195, -0.002787> - 9064: < 0.007412, -0.002787, -0.003195> - 9065: < 0.007519, -0.002405, -0.003227> - 9066: < 0.007648, -0.002429, -0.002843> - 9067: < 0.007538, -0.002816, -0.002816> - 9068: < 0.007519, -0.002405, -0.003227> - 9069: < 0.007610, -0.002015, -0.003255> - 9070: < 0.007740, -0.002035, -0.002868> - 9071: < 0.007648, -0.002429, -0.002843> - 9072: < 0.007610, -0.002015, -0.003255> - 9073: < 0.007684, -0.001619, -0.003281> - 9074: < 0.007817, -0.001635, -0.002890> - 9075: < 0.007740, -0.002035, -0.002868> - 9076: < 0.007684, -0.001619, -0.003281> - 9077: < 0.007743, -0.001219, -0.003302> - 9078: < 0.007876, -0.001230, -0.002908> - 9079: < 0.007817, -0.001635, -0.002890> - 9080: < 0.007743, -0.001219, -0.003302> - 9081: < 0.007785, -0.000814, -0.003318> - 9082: < 0.007919, -0.000822, -0.002922> - 9083: < 0.007876, -0.001230, -0.002908> - 9084: < 0.007785, -0.000814, -0.003318> - 9085: < 0.007810, -0.000408, -0.003328> - 9086: < 0.007945, -0.000412, -0.002931> - 9087: < 0.007919, -0.000822, -0.002922> - 9088: < 0.007810, -0.000408, -0.003328> - 9089: < 0.007818, -0.000000, -0.003331> - 9090: < 0.007953, -0.000000, -0.002934> - 9091: < 0.007945, -0.000412, -0.002931> - 9092: < 0.007818, -0.000000, -0.003331> - 9093: < 0.007810, 0.000408, -0.003328> - 9094: < 0.007945, 0.000412, -0.002931> - 9095: < 0.007953, -0.000000, -0.002934> - 9096: < 0.007810, 0.000408, -0.003328> - 9097: < 0.007785, 0.000814, -0.003318> - 9098: < 0.007919, 0.000822, -0.002922> - 9099: < 0.007945, 0.000412, -0.002931> - 9100: < 0.007785, 0.000814, -0.003318> - 9101: < 0.007743, 0.001219, -0.003302> - 9102: < 0.007876, 0.001230, -0.002908> - 9103: < 0.007919, 0.000822, -0.002922> - 9104: < 0.007743, 0.001219, -0.003302> - 9105: < 0.007684, 0.001619, -0.003281> - 9106: < 0.007817, 0.001635, -0.002890> - 9107: < 0.007876, 0.001230, -0.002908> - 9108: < 0.007684, 0.001619, -0.003281> - 9109: < 0.007610, 0.002015, -0.003255> - 9110: < 0.007740, 0.002035, -0.002868> - 9111: < 0.007817, 0.001635, -0.002890> - 9112: < 0.007610, 0.002015, -0.003255> - 9113: < 0.007519, 0.002405, -0.003227> - 9114: < 0.007648, 0.002429, -0.002843> - 9115: < 0.007740, 0.002035, -0.002868> - 9116: < 0.007519, 0.002405, -0.003227> - 9117: < 0.007412, 0.002787, -0.003195> - 9118: < 0.007538, 0.002816, -0.002816> - 9119: < 0.007648, 0.002429, -0.002843> - 9120: < 0.007412, 0.002787, -0.003195> - 9121: < 0.007290, 0.003162, -0.003162> - 9122: < 0.007412, 0.003195, -0.002787> - 9123: < 0.007538, 0.002816, -0.002816> - 9124: < 0.007290, 0.003162, -0.003162> - 9125: < 0.007152, 0.003526, -0.003127> - 9126: < 0.007270, 0.003565, -0.002758> - 9127: < 0.007412, 0.003195, -0.002787> - 9128: < 0.007152, 0.003526, -0.003127> - 9129: < 0.006998, 0.003880, -0.003093> - 9130: < 0.007112, 0.003924, -0.002729> - 9131: < 0.007270, 0.003565, -0.002758> - 9132: < 0.006998, 0.003880, -0.003093> - 9133: < 0.006828, 0.004223, -0.003060> - 9134: < 0.006937, 0.004273, -0.002701> - 9135: < 0.007112, 0.003924, -0.002729> - 9136: < 0.006828, 0.004223, -0.003060> - 9137: < 0.006641, 0.004553, -0.003030> - 9138: < 0.006745, 0.004609, -0.002676> - 9139: < 0.006937, 0.004273, -0.002701> - 9140: < 0.006641, 0.004553, -0.003030> - 9141: < 0.006439, 0.004870, -0.003004> - 9142: < 0.006537, 0.004931, -0.002655> - 9143: < 0.006745, 0.004609, -0.002676> - 9144: < 0.006439, 0.004870, -0.003004> - 9145: < 0.006219, 0.005172, -0.002984> - 9146: < 0.006311, 0.005240, -0.002638> - 9147: < 0.006537, 0.004931, -0.002655> - 9148: < 0.006219, 0.005172, -0.002984> - 9149: < 0.005983, 0.005459, -0.002971> - 9150: < 0.006069, 0.005533, -0.002627> - 9151: < 0.006311, 0.005240, -0.002638> - 9152: < 0.006069, -0.005533, -0.002627> - 9153: < 0.006311, -0.005240, -0.002638> - 9154: < 0.006393, -0.005301, -0.002281> - 9155: < 0.006146, -0.005599, -0.002272> - 9156: < 0.006311, -0.005240, -0.002638> - 9157: < 0.006537, -0.004931, -0.002655> - 9158: < 0.006623, -0.004987, -0.002295> - 9159: < 0.006393, -0.005301, -0.002281> - 9160: < 0.006537, -0.004931, -0.002655> - 9161: < 0.006745, -0.004609, -0.002676> - 9162: < 0.006836, -0.004659, -0.002313> - 9163: < 0.006623, -0.004987, -0.002295> - 9164: < 0.006745, -0.004609, -0.002676> - 9165: < 0.006937, -0.004273, -0.002701> - 9166: < 0.007033, -0.004318, -0.002333> - 9167: < 0.006836, -0.004659, -0.002313> - 9168: < 0.006937, -0.004273, -0.002701> - 9169: < 0.007112, -0.003924, -0.002729> - 9170: < 0.007212, -0.003965, -0.002356> - 9171: < 0.007033, -0.004318, -0.002333> - 9172: < 0.007112, -0.003924, -0.002729> - 9173: < 0.007270, -0.003565, -0.002758> - 9174: < 0.007374, -0.003601, -0.002380> - 9175: < 0.007212, -0.003965, -0.002356> - 9176: < 0.007270, -0.003565, -0.002758> - 9177: < 0.007412, -0.003195, -0.002787> - 9178: < 0.007519, -0.003227, -0.002405> - 9179: < 0.007374, -0.003601, -0.002380> - 9180: < 0.007412, -0.003195, -0.002787> - 9181: < 0.007538, -0.002816, -0.002816> - 9182: < 0.007648, -0.002843, -0.002429> - 9183: < 0.007519, -0.003227, -0.002405> - 9184: < 0.007538, -0.002816, -0.002816> - 9185: < 0.007648, -0.002429, -0.002843> - 9186: < 0.007759, -0.002452, -0.002452> - 9187: < 0.007648, -0.002843, -0.002429> - 9188: < 0.007648, -0.002429, -0.002843> - 9189: < 0.007740, -0.002035, -0.002868> - 9190: < 0.007854, -0.002053, -0.002473> - 9191: < 0.007759, -0.002452, -0.002452> - 9192: < 0.007740, -0.002035, -0.002868> - 9193: < 0.007817, -0.001635, -0.002890> - 9194: < 0.007932, -0.001650, -0.002492> - 9195: < 0.007854, -0.002053, -0.002473> - 9196: < 0.007817, -0.001635, -0.002890> - 9197: < 0.007876, -0.001230, -0.002908> - 9198: < 0.007992, -0.001241, -0.002507> - 9199: < 0.007932, -0.001650, -0.002492> - 9200: < 0.007876, -0.001230, -0.002908> - 9201: < 0.007919, -0.000822, -0.002922> - 9202: < 0.008036, -0.000829, -0.002519> - 9203: < 0.007992, -0.001241, -0.002507> - 9204: < 0.007919, -0.000822, -0.002922> - 9205: < 0.007945, -0.000412, -0.002931> - 9206: < 0.008062, -0.000415, -0.002527> - 9207: < 0.008036, -0.000829, -0.002519> - 9208: < 0.007945, -0.000412, -0.002931> - 9209: < 0.007953, -0.000000, -0.002934> - 9210: < 0.008070, -0.000000, -0.002530> - 9211: < 0.008062, -0.000415, -0.002527> - 9212: < 0.007953, -0.000000, -0.002934> - 9213: < 0.007945, 0.000412, -0.002931> - 9214: < 0.008062, 0.000415, -0.002527> - 9215: < 0.008070, -0.000000, -0.002530> - 9216: < 0.007945, 0.000412, -0.002931> - 9217: < 0.007919, 0.000822, -0.002922> - 9218: < 0.008036, 0.000829, -0.002519> - 9219: < 0.008062, 0.000415, -0.002527> - 9220: < 0.007919, 0.000822, -0.002922> - 9221: < 0.007876, 0.001230, -0.002908> - 9222: < 0.007992, 0.001241, -0.002507> - 9223: < 0.008036, 0.000829, -0.002519> - 9224: < 0.007876, 0.001230, -0.002908> - 9225: < 0.007817, 0.001635, -0.002890> - 9226: < 0.007932, 0.001650, -0.002492> - 9227: < 0.007992, 0.001241, -0.002507> - 9228: < 0.007817, 0.001635, -0.002890> - 9229: < 0.007740, 0.002035, -0.002868> - 9230: < 0.007854, 0.002053, -0.002473> - 9231: < 0.007932, 0.001650, -0.002492> - 9232: < 0.007740, 0.002035, -0.002868> - 9233: < 0.007648, 0.002429, -0.002843> - 9234: < 0.007759, 0.002452, -0.002452> - 9235: < 0.007854, 0.002053, -0.002473> - 9236: < 0.007648, 0.002429, -0.002843> - 9237: < 0.007538, 0.002816, -0.002816> - 9238: < 0.007648, 0.002843, -0.002429> - 9239: < 0.007759, 0.002452, -0.002452> - 9240: < 0.007538, 0.002816, -0.002816> - 9241: < 0.007412, 0.003195, -0.002787> - 9242: < 0.007519, 0.003227, -0.002405> - 9243: < 0.007648, 0.002843, -0.002429> - 9244: < 0.007412, 0.003195, -0.002787> - 9245: < 0.007270, 0.003565, -0.002758> - 9246: < 0.007374, 0.003601, -0.002380> - 9247: < 0.007519, 0.003227, -0.002405> - 9248: < 0.007270, 0.003565, -0.002758> - 9249: < 0.007112, 0.003924, -0.002729> - 9250: < 0.007212, 0.003965, -0.002356> - 9251: < 0.007374, 0.003601, -0.002380> - 9252: < 0.007112, 0.003924, -0.002729> - 9253: < 0.006937, 0.004273, -0.002701> - 9254: < 0.007033, 0.004318, -0.002333> - 9255: < 0.007212, 0.003965, -0.002356> - 9256: < 0.006937, 0.004273, -0.002701> - 9257: < 0.006745, 0.004609, -0.002676> - 9258: < 0.006836, 0.004659, -0.002313> - 9259: < 0.007033, 0.004318, -0.002333> - 9260: < 0.006745, 0.004609, -0.002676> - 9261: < 0.006537, 0.004931, -0.002655> - 9262: < 0.006623, 0.004987, -0.002295> - 9263: < 0.006836, 0.004659, -0.002313> - 9264: < 0.006537, 0.004931, -0.002655> - 9265: < 0.006311, 0.005240, -0.002638> - 9266: < 0.006393, 0.005301, -0.002281> - 9267: < 0.006623, 0.004987, -0.002295> - 9268: < 0.006311, 0.005240, -0.002638> - 9269: < 0.006069, 0.005533, -0.002627> - 9270: < 0.006146, 0.005599, -0.002272> - 9271: < 0.006393, 0.005301, -0.002281> - 9272: < 0.006146, -0.005599, -0.002272> - 9273: < 0.006393, -0.005301, -0.002281> - 9274: < 0.006464, -0.005355, -0.001915> - 9275: < 0.006212, -0.005657, -0.001908> - 9276: < 0.006393, -0.005301, -0.002281> - 9277: < 0.006623, -0.004987, -0.002295> - 9278: < 0.006698, -0.005037, -0.001926> - 9279: < 0.006464, -0.005355, -0.001915> - 9280: < 0.006623, -0.004987, -0.002295> - 9281: < 0.006836, -0.004659, -0.002313> - 9282: < 0.006915, -0.004705, -0.001940> - 9283: < 0.006698, -0.005037, -0.001926> - 9284: < 0.006836, -0.004659, -0.002313> - 9285: < 0.007033, -0.004318, -0.002333> - 9286: < 0.007115, -0.004360, -0.001957> - 9287: < 0.006915, -0.004705, -0.001940> - 9288: < 0.007033, -0.004318, -0.002333> - 9289: < 0.007212, -0.003965, -0.002356> - 9290: < 0.007297, -0.004002, -0.001975> - 9291: < 0.007115, -0.004360, -0.001957> - 9292: < 0.007212, -0.003965, -0.002356> - 9293: < 0.007374, -0.003601, -0.002380> - 9294: < 0.007462, -0.003634, -0.001995> - 9295: < 0.007297, -0.004002, -0.001975> - 9296: < 0.007374, -0.003601, -0.002380> - 9297: < 0.007519, -0.003227, -0.002405> - 9298: < 0.007610, -0.003255, -0.002015> - 9299: < 0.007462, -0.003634, -0.001995> - 9300: < 0.007519, -0.003227, -0.002405> - 9301: < 0.007648, -0.002843, -0.002429> - 9302: < 0.007740, -0.002868, -0.002035> - 9303: < 0.007610, -0.003255, -0.002015> - 9304: < 0.007648, -0.002843, -0.002429> - 9305: < 0.007759, -0.002452, -0.002452> - 9306: < 0.007854, -0.002473, -0.002053> - 9307: < 0.007740, -0.002868, -0.002035> - 9308: < 0.007759, -0.002452, -0.002452> - 9309: < 0.007854, -0.002053, -0.002473> - 9310: < 0.007950, -0.002071, -0.002071> - 9311: < 0.007854, -0.002473, -0.002053> - 9312: < 0.007854, -0.002053, -0.002473> - 9313: < 0.007932, -0.001650, -0.002492> - 9314: < 0.008029, -0.001663, -0.002086> - 9315: < 0.007950, -0.002071, -0.002071> - 9316: < 0.007932, -0.001650, -0.002492> - 9317: < 0.007992, -0.001241, -0.002507> - 9318: < 0.008090, -0.001252, -0.002099> - 9319: < 0.008029, -0.001663, -0.002086> - 9320: < 0.007992, -0.001241, -0.002507> - 9321: < 0.008036, -0.000829, -0.002519> - 9322: < 0.008134, -0.000836, -0.002109> - 9323: < 0.008090, -0.001252, -0.002099> - 9324: < 0.008036, -0.000829, -0.002519> - 9325: < 0.008062, -0.000415, -0.002527> - 9326: < 0.008161, -0.000419, -0.002116> - 9327: < 0.008134, -0.000836, -0.002109> - 9328: < 0.008062, -0.000415, -0.002527> - 9329: < 0.008070, -0.000000, -0.002530> - 9330: < 0.008169, -0.000000, -0.002118> - 9331: < 0.008161, -0.000419, -0.002116> - 9332: < 0.008070, -0.000000, -0.002530> - 9333: < 0.008062, 0.000415, -0.002527> - 9334: < 0.008161, 0.000419, -0.002116> - 9335: < 0.008169, -0.000000, -0.002118> - 9336: < 0.008062, 0.000415, -0.002527> - 9337: < 0.008036, 0.000829, -0.002519> - 9338: < 0.008134, 0.000836, -0.002109> - 9339: < 0.008161, 0.000419, -0.002116> - 9340: < 0.008036, 0.000829, -0.002519> - 9341: < 0.007992, 0.001241, -0.002507> - 9342: < 0.008090, 0.001252, -0.002099> - 9343: < 0.008134, 0.000836, -0.002109> - 9344: < 0.007992, 0.001241, -0.002507> - 9345: < 0.007932, 0.001650, -0.002492> - 9346: < 0.008029, 0.001663, -0.002086> - 9347: < 0.008090, 0.001252, -0.002099> - 9348: < 0.007932, 0.001650, -0.002492> - 9349: < 0.007854, 0.002053, -0.002473> - 9350: < 0.007950, 0.002071, -0.002071> - 9351: < 0.008029, 0.001663, -0.002086> - 9352: < 0.007854, 0.002053, -0.002473> - 9353: < 0.007759, 0.002452, -0.002452> - 9354: < 0.007854, 0.002473, -0.002053> - 9355: < 0.007950, 0.002071, -0.002071> - 9356: < 0.007759, 0.002452, -0.002452> - 9357: < 0.007648, 0.002843, -0.002429> - 9358: < 0.007740, 0.002868, -0.002035> - 9359: < 0.007854, 0.002473, -0.002053> - 9360: < 0.007648, 0.002843, -0.002429> - 9361: < 0.007519, 0.003227, -0.002405> - 9362: < 0.007610, 0.003255, -0.002015> - 9363: < 0.007740, 0.002868, -0.002035> - 9364: < 0.007519, 0.003227, -0.002405> - 9365: < 0.007374, 0.003601, -0.002380> - 9366: < 0.007462, 0.003634, -0.001995> - 9367: < 0.007610, 0.003255, -0.002015> - 9368: < 0.007374, 0.003601, -0.002380> - 9369: < 0.007212, 0.003965, -0.002356> - 9370: < 0.007297, 0.004002, -0.001975> - 9371: < 0.007462, 0.003634, -0.001995> - 9372: < 0.007212, 0.003965, -0.002356> - 9373: < 0.007033, 0.004318, -0.002333> - 9374: < 0.007115, 0.004360, -0.001957> - 9375: < 0.007297, 0.004002, -0.001975> - 9376: < 0.007033, 0.004318, -0.002333> - 9377: < 0.006836, 0.004659, -0.002313> - 9378: < 0.006915, 0.004705, -0.001940> - 9379: < 0.007115, 0.004360, -0.001957> - 9380: < 0.006836, 0.004659, -0.002313> - 9381: < 0.006623, 0.004987, -0.002295> - 9382: < 0.006698, 0.005037, -0.001926> - 9383: < 0.006915, 0.004705, -0.001940> - 9384: < 0.006623, 0.004987, -0.002295> - 9385: < 0.006393, 0.005301, -0.002281> - 9386: < 0.006464, 0.005355, -0.001915> - 9387: < 0.006698, 0.005037, -0.001926> - 9388: < 0.006393, 0.005301, -0.002281> - 9389: < 0.006146, 0.005599, -0.002272> - 9390: < 0.006212, 0.005657, -0.001908> - 9391: < 0.006464, 0.005355, -0.001915> - 9392: < 0.006212, -0.005657, -0.001908> - 9393: < 0.006464, -0.005355, -0.001915> - 9394: < 0.006523, -0.005401, -0.001541> - 9395: < 0.006269, -0.005707, -0.001536> - 9396: < 0.006464, -0.005355, -0.001915> - 9397: < 0.006698, -0.005037, -0.001926> - 9398: < 0.006761, -0.005080, -0.001550> - 9399: < 0.006523, -0.005401, -0.001541> - 9400: < 0.006698, -0.005037, -0.001926> - 9401: < 0.006915, -0.004705, -0.001940> - 9402: < 0.006980, -0.004744, -0.001561> - 9403: < 0.006761, -0.005080, -0.001550> - 9404: < 0.006915, -0.004705, -0.001940> - 9405: < 0.007115, -0.004360, -0.001957> - 9406: < 0.007183, -0.004395, -0.001574> - 9407: < 0.006980, -0.004744, -0.001561> - 9408: < 0.007115, -0.004360, -0.001957> - 9409: < 0.007297, -0.004002, -0.001975> - 9410: < 0.007367, -0.004034, -0.001588> - 9411: < 0.007183, -0.004395, -0.001574> - 9412: < 0.007297, -0.004002, -0.001975> - 9413: < 0.007462, -0.003634, -0.001995> - 9414: < 0.007535, -0.003663, -0.001603> - 9415: < 0.007367, -0.004034, -0.001588> - 9416: < 0.007462, -0.003634, -0.001995> - 9417: < 0.007610, -0.003255, -0.002015> - 9418: < 0.007684, -0.003281, -0.001619> - 9419: < 0.007535, -0.003663, -0.001603> - 9420: < 0.007610, -0.003255, -0.002015> - 9421: < 0.007740, -0.002868, -0.002035> - 9422: < 0.007817, -0.002890, -0.001635> - 9423: < 0.007684, -0.003281, -0.001619> - 9424: < 0.007740, -0.002868, -0.002035> - 9425: < 0.007854, -0.002473, -0.002053> - 9426: < 0.007932, -0.002492, -0.001650> - 9427: < 0.007817, -0.002890, -0.001635> - 9428: < 0.007854, -0.002473, -0.002053> - 9429: < 0.007950, -0.002071, -0.002071> - 9430: < 0.008029, -0.002086, -0.001663> - 9431: < 0.007932, -0.002492, -0.001650> - 9432: < 0.007950, -0.002071, -0.002071> - 9433: < 0.008029, -0.001663, -0.002086> - 9434: < 0.008109, -0.001676, -0.001676> - 9435: < 0.008029, -0.002086, -0.001663> - 9436: < 0.008029, -0.001663, -0.002086> - 9437: < 0.008090, -0.001252, -0.002099> - 9438: < 0.008171, -0.001261, -0.001686> - 9439: < 0.008109, -0.001676, -0.001676> - 9440: < 0.008090, -0.001252, -0.002099> - 9441: < 0.008134, -0.000836, -0.002109> - 9442: < 0.008215, -0.000842, -0.001694> - 9443: < 0.008171, -0.001261, -0.001686> - 9444: < 0.008134, -0.000836, -0.002109> - 9445: < 0.008161, -0.000419, -0.002116> - 9446: < 0.008242, -0.000422, -0.001699> - 9447: < 0.008215, -0.000842, -0.001694> - 9448: < 0.008161, -0.000419, -0.002116> - 9449: < 0.008169, -0.000000, -0.002118> - 9450: < 0.008251, -0.000000, -0.001701> - 9451: < 0.008242, -0.000422, -0.001699> - 9452: < 0.008169, -0.000000, -0.002118> - 9453: < 0.008161, 0.000419, -0.002116> - 9454: < 0.008242, 0.000422, -0.001699> - 9455: < 0.008251, -0.000000, -0.001701> - 9456: < 0.008161, 0.000419, -0.002116> - 9457: < 0.008134, 0.000836, -0.002109> - 9458: < 0.008215, 0.000842, -0.001694> - 9459: < 0.008242, 0.000422, -0.001699> - 9460: < 0.008134, 0.000836, -0.002109> - 9461: < 0.008090, 0.001252, -0.002099> - 9462: < 0.008171, 0.001261, -0.001686> - 9463: < 0.008215, 0.000842, -0.001694> - 9464: < 0.008090, 0.001252, -0.002099> - 9465: < 0.008029, 0.001663, -0.002086> - 9466: < 0.008109, 0.001676, -0.001676> - 9467: < 0.008171, 0.001261, -0.001686> - 9468: < 0.008029, 0.001663, -0.002086> - 9469: < 0.007950, 0.002071, -0.002071> - 9470: < 0.008029, 0.002086, -0.001663> - 9471: < 0.008109, 0.001676, -0.001676> - 9472: < 0.007950, 0.002071, -0.002071> - 9473: < 0.007854, 0.002473, -0.002053> - 9474: < 0.007932, 0.002492, -0.001650> - 9475: < 0.008029, 0.002086, -0.001663> - 9476: < 0.007854, 0.002473, -0.002053> - 9477: < 0.007740, 0.002868, -0.002035> - 9478: < 0.007817, 0.002890, -0.001635> - 9479: < 0.007932, 0.002492, -0.001650> - 9480: < 0.007740, 0.002868, -0.002035> - 9481: < 0.007610, 0.003255, -0.002015> - 9482: < 0.007684, 0.003281, -0.001619> - 9483: < 0.007817, 0.002890, -0.001635> - 9484: < 0.007610, 0.003255, -0.002015> - 9485: < 0.007462, 0.003634, -0.001995> - 9486: < 0.007535, 0.003663, -0.001603> - 9487: < 0.007684, 0.003281, -0.001619> - 9488: < 0.007462, 0.003634, -0.001995> - 9489: < 0.007297, 0.004002, -0.001975> - 9490: < 0.007367, 0.004034, -0.001588> - 9491: < 0.007535, 0.003663, -0.001603> - 9492: < 0.007297, 0.004002, -0.001975> - 9493: < 0.007115, 0.004360, -0.001957> - 9494: < 0.007183, 0.004395, -0.001574> - 9495: < 0.007367, 0.004034, -0.001588> - 9496: < 0.007115, 0.004360, -0.001957> - 9497: < 0.006915, 0.004705, -0.001940> - 9498: < 0.006980, 0.004744, -0.001561> - 9499: < 0.007183, 0.004395, -0.001574> - 9500: < 0.006915, 0.004705, -0.001940> - 9501: < 0.006698, 0.005037, -0.001926> - 9502: < 0.006761, 0.005080, -0.001550> - 9503: < 0.006980, 0.004744, -0.001561> - 9504: < 0.006698, 0.005037, -0.001926> - 9505: < 0.006464, 0.005355, -0.001915> - 9506: < 0.006523, 0.005401, -0.001541> - 9507: < 0.006761, 0.005080, -0.001550> - 9508: < 0.006464, 0.005355, -0.001915> - 9509: < 0.006212, 0.005657, -0.001908> - 9510: < 0.006269, 0.005707, -0.001536> - 9511: < 0.006523, 0.005401, -0.001541> - 9512: < 0.006269, -0.005707, -0.001536> - 9513: < 0.006523, -0.005401, -0.001541> - 9514: < 0.006570, -0.005438, -0.001161> - 9515: < 0.006313, -0.005747, -0.001157> - 9516: < 0.006523, -0.005401, -0.001541> - 9517: < 0.006761, -0.005080, -0.001550> - 9518: < 0.006810, -0.005114, -0.001168> - 9519: < 0.006570, -0.005438, -0.001161> - 9520: < 0.006761, -0.005080, -0.001550> - 9521: < 0.006980, -0.004744, -0.001561> - 9522: < 0.007032, -0.004776, -0.001176> - 9523: < 0.006810, -0.005114, -0.001168> - 9524: < 0.006980, -0.004744, -0.001561> - 9525: < 0.007183, -0.004395, -0.001574> - 9526: < 0.007236, -0.004424, -0.001185> - 9527: < 0.007032, -0.004776, -0.001176> - 9528: < 0.007183, -0.004395, -0.001574> - 9529: < 0.007367, -0.004034, -0.001588> - 9530: < 0.007423, -0.004061, -0.001196> - 9531: < 0.007236, -0.004424, -0.001185> - 9532: < 0.007367, -0.004034, -0.001588> - 9533: < 0.007535, -0.003663, -0.001603> - 9534: < 0.007591, -0.003686, -0.001207> - 9535: < 0.007423, -0.004061, -0.001196> - 9536: < 0.007535, -0.003663, -0.001603> - 9537: < 0.007684, -0.003281, -0.001619> - 9538: < 0.007743, -0.003302, -0.001219> - 9539: < 0.007591, -0.003686, -0.001207> - 9540: < 0.007684, -0.003281, -0.001619> - 9541: < 0.007817, -0.002890, -0.001635> - 9542: < 0.007876, -0.002908, -0.001230> - 9543: < 0.007743, -0.003302, -0.001219> - 9544: < 0.007817, -0.002890, -0.001635> - 9545: < 0.007932, -0.002492, -0.001650> - 9546: < 0.007992, -0.002507, -0.001241> - 9547: < 0.007876, -0.002908, -0.001230> - 9548: < 0.007932, -0.002492, -0.001650> - 9549: < 0.008029, -0.002086, -0.001663> - 9550: < 0.008090, -0.002099, -0.001252> - 9551: < 0.007992, -0.002507, -0.001241> - 9552: < 0.008029, -0.002086, -0.001663> - 9553: < 0.008109, -0.001676, -0.001676> - 9554: < 0.008171, -0.001686, -0.001261> - 9555: < 0.008090, -0.002099, -0.001252> - 9556: < 0.008109, -0.001676, -0.001676> - 9557: < 0.008171, -0.001261, -0.001686> - 9558: < 0.008233, -0.001269, -0.001269> - 9559: < 0.008171, -0.001686, -0.001261> - 9560: < 0.008171, -0.001261, -0.001686> - 9561: < 0.008215, -0.000842, -0.001694> - 9562: < 0.008278, -0.000848, -0.001275> - 9563: < 0.008233, -0.001269, -0.001269> - 9564: < 0.008215, -0.000842, -0.001694> - 9565: < 0.008242, -0.000422, -0.001699> - 9566: < 0.008305, -0.000424, -0.001278> - 9567: < 0.008278, -0.000848, -0.001275> - 9568: < 0.008242, -0.000422, -0.001699> - 9569: < 0.008251, -0.000000, -0.001701> - 9570: < 0.008314, 0.000000, -0.001280> - 9571: < 0.008305, -0.000424, -0.001278> - 9572: < 0.008251, -0.000000, -0.001701> - 9573: < 0.008242, 0.000422, -0.001699> - 9574: < 0.008305, 0.000424, -0.001278> - 9575: < 0.008314, 0.000000, -0.001280> - 9576: < 0.008242, 0.000422, -0.001699> - 9577: < 0.008215, 0.000842, -0.001694> - 9578: < 0.008278, 0.000848, -0.001275> - 9579: < 0.008305, 0.000424, -0.001278> - 9580: < 0.008215, 0.000842, -0.001694> - 9581: < 0.008171, 0.001261, -0.001686> - 9582: < 0.008233, 0.001269, -0.001269> - 9583: < 0.008278, 0.000848, -0.001275> - 9584: < 0.008171, 0.001261, -0.001686> - 9585: < 0.008109, 0.001676, -0.001676> - 9586: < 0.008171, 0.001686, -0.001261> - 9587: < 0.008233, 0.001269, -0.001269> - 9588: < 0.008109, 0.001676, -0.001676> - 9589: < 0.008029, 0.002086, -0.001663> - 9590: < 0.008090, 0.002099, -0.001252> - 9591: < 0.008171, 0.001686, -0.001261> - 9592: < 0.008029, 0.002086, -0.001663> - 9593: < 0.007932, 0.002492, -0.001650> - 9594: < 0.007992, 0.002507, -0.001241> - 9595: < 0.008090, 0.002099, -0.001252> - 9596: < 0.007932, 0.002492, -0.001650> - 9597: < 0.007817, 0.002890, -0.001635> - 9598: < 0.007876, 0.002908, -0.001230> - 9599: < 0.007992, 0.002507, -0.001241> - 9600: < 0.007817, 0.002890, -0.001635> - 9601: < 0.007684, 0.003281, -0.001619> - 9602: < 0.007743, 0.003302, -0.001219> - 9603: < 0.007876, 0.002908, -0.001230> - 9604: < 0.007684, 0.003281, -0.001619> - 9605: < 0.007535, 0.003663, -0.001603> - 9606: < 0.007591, 0.003686, -0.001207> - 9607: < 0.007743, 0.003302, -0.001219> - 9608: < 0.007535, 0.003663, -0.001603> - 9609: < 0.007367, 0.004034, -0.001588> - 9610: < 0.007423, 0.004061, -0.001196> - 9611: < 0.007591, 0.003686, -0.001207> - 9612: < 0.007367, 0.004034, -0.001588> - 9613: < 0.007183, 0.004395, -0.001574> - 9614: < 0.007236, 0.004424, -0.001185> - 9615: < 0.007423, 0.004061, -0.001196> - 9616: < 0.007183, 0.004395, -0.001574> - 9617: < 0.006980, 0.004744, -0.001561> - 9618: < 0.007032, 0.004776, -0.001176> - 9619: < 0.007236, 0.004424, -0.001185> - 9620: < 0.006980, 0.004744, -0.001561> - 9621: < 0.006761, 0.005080, -0.001550> - 9622: < 0.006810, 0.005114, -0.001168> - 9623: < 0.007032, 0.004776, -0.001176> - 9624: < 0.006761, 0.005080, -0.001550> - 9625: < 0.006523, 0.005401, -0.001541> - 9626: < 0.006570, 0.005438, -0.001161> - 9627: < 0.006810, 0.005114, -0.001168> - 9628: < 0.006523, 0.005401, -0.001541> - 9629: < 0.006269, 0.005707, -0.001536> - 9630: < 0.006313, 0.005747, -0.001157> - 9631: < 0.006570, 0.005438, -0.001161> - 9632: < 0.006313, -0.005747, -0.001157> - 9633: < 0.006570, -0.005438, -0.001161> - 9634: < 0.006605, -0.005466, -0.000777> - 9635: < 0.006346, -0.005776, -0.000774> - 9636: < 0.006570, -0.005438, -0.001161> - 9637: < 0.006810, -0.005114, -0.001168> - 9638: < 0.006846, -0.005140, -0.000781> - 9639: < 0.006605, -0.005466, -0.000777> - 9640: < 0.006810, -0.005114, -0.001168> - 9641: < 0.007032, -0.004776, -0.001176> - 9642: < 0.007069, -0.004800, -0.000786> - 9643: < 0.006846, -0.005140, -0.000781> - 9644: < 0.007032, -0.004776, -0.001176> - 9645: < 0.007236, -0.004424, -0.001185> - 9646: < 0.007275, -0.004446, -0.000792> - 9647: < 0.007069, -0.004800, -0.000786> - 9648: < 0.007236, -0.004424, -0.001185> - 9649: < 0.007423, -0.004061, -0.001196> - 9650: < 0.007462, -0.004081, -0.000799> - 9651: < 0.007275, -0.004446, -0.000792> - 9652: < 0.007423, -0.004061, -0.001196> - 9653: < 0.007591, -0.003686, -0.001207> - 9654: < 0.007632, -0.003704, -0.000807> - 9655: < 0.007462, -0.004081, -0.000799> - 9656: < 0.007591, -0.003686, -0.001207> - 9657: < 0.007743, -0.003302, -0.001219> - 9658: < 0.007785, -0.003318, -0.000814> - 9659: < 0.007632, -0.003704, -0.000807> - 9660: < 0.007743, -0.003302, -0.001219> - 9661: < 0.007876, -0.002908, -0.001230> - 9662: < 0.007919, -0.002922, -0.000822> - 9663: < 0.007785, -0.003318, -0.000814> - 9664: < 0.007876, -0.002908, -0.001230> - 9665: < 0.007992, -0.002507, -0.001241> - 9666: < 0.008036, -0.002519, -0.000829> - 9667: < 0.007919, -0.002922, -0.000822> - 9668: < 0.007992, -0.002507, -0.001241> - 9669: < 0.008090, -0.002099, -0.001252> - 9670: < 0.008134, -0.002109, -0.000836> - 9671: < 0.008036, -0.002519, -0.000829> - 9672: < 0.008090, -0.002099, -0.001252> - 9673: < 0.008171, -0.001686, -0.001261> - 9674: < 0.008215, -0.001694, -0.000842> - 9675: < 0.008134, -0.002109, -0.000836> - 9676: < 0.008171, -0.001686, -0.001261> - 9677: < 0.008233, -0.001269, -0.001269> - 9678: < 0.008278, -0.001275, -0.000848> - 9679: < 0.008215, -0.001694, -0.000842> - 9680: < 0.008233, -0.001269, -0.001269> - 9681: < 0.008278, -0.000848, -0.001275> - 9682: < 0.008323, -0.000852, -0.000852> - 9683: < 0.008278, -0.001275, -0.000848> - 9684: < 0.008278, -0.000848, -0.001275> - 9685: < 0.008305, -0.000424, -0.001278> - 9686: < 0.008350, -0.000426, -0.000854> - 9687: < 0.008323, -0.000852, -0.000852> - 9688: < 0.008305, -0.000424, -0.001278> - 9689: < 0.008314, 0.000000, -0.001280> - 9690: < 0.008359, 0.000000, -0.000855> - 9691: < 0.008350, -0.000426, -0.000854> - 9692: < 0.008314, 0.000000, -0.001280> - 9693: < 0.008305, 0.000424, -0.001278> - 9694: < 0.008350, 0.000426, -0.000854> - 9695: < 0.008359, 0.000000, -0.000855> - 9696: < 0.008305, 0.000424, -0.001278> - 9697: < 0.008278, 0.000848, -0.001275> - 9698: < 0.008323, 0.000852, -0.000852> - 9699: < 0.008350, 0.000426, -0.000854> - 9700: < 0.008278, 0.000848, -0.001275> - 9701: < 0.008233, 0.001269, -0.001269> - 9702: < 0.008278, 0.001275, -0.000848> - 9703: < 0.008323, 0.000852, -0.000852> - 9704: < 0.008233, 0.001269, -0.001269> - 9705: < 0.008171, 0.001686, -0.001261> - 9706: < 0.008215, 0.001694, -0.000842> - 9707: < 0.008278, 0.001275, -0.000848> - 9708: < 0.008171, 0.001686, -0.001261> - 9709: < 0.008090, 0.002099, -0.001252> - 9710: < 0.008134, 0.002109, -0.000836> - 9711: < 0.008215, 0.001694, -0.000842> - 9712: < 0.008090, 0.002099, -0.001252> - 9713: < 0.007992, 0.002507, -0.001241> - 9714: < 0.008036, 0.002519, -0.000829> - 9715: < 0.008134, 0.002109, -0.000836> - 9716: < 0.007992, 0.002507, -0.001241> - 9717: < 0.007876, 0.002908, -0.001230> - 9718: < 0.007919, 0.002922, -0.000822> - 9719: < 0.008036, 0.002519, -0.000829> - 9720: < 0.007876, 0.002908, -0.001230> - 9721: < 0.007743, 0.003302, -0.001219> - 9722: < 0.007785, 0.003318, -0.000814> - 9723: < 0.007919, 0.002922, -0.000822> - 9724: < 0.007743, 0.003302, -0.001219> - 9725: < 0.007591, 0.003686, -0.001207> - 9726: < 0.007632, 0.003704, -0.000807> - 9727: < 0.007785, 0.003318, -0.000814> - 9728: < 0.007591, 0.003686, -0.001207> - 9729: < 0.007423, 0.004061, -0.001196> - 9730: < 0.007462, 0.004081, -0.000799> - 9731: < 0.007632, 0.003704, -0.000807> - 9732: < 0.007423, 0.004061, -0.001196> - 9733: < 0.007236, 0.004424, -0.001185> - 9734: < 0.007275, 0.004446, -0.000792> - 9735: < 0.007462, 0.004081, -0.000799> - 9736: < 0.007236, 0.004424, -0.001185> - 9737: < 0.007032, 0.004776, -0.001176> - 9738: < 0.007069, 0.004800, -0.000786> - 9739: < 0.007275, 0.004446, -0.000792> - 9740: < 0.007032, 0.004776, -0.001176> - 9741: < 0.006810, 0.005114, -0.001168> - 9742: < 0.006846, 0.005140, -0.000781> - 9743: < 0.007069, 0.004800, -0.000786> - 9744: < 0.006810, 0.005114, -0.001168> - 9745: < 0.006570, 0.005438, -0.001161> - 9746: < 0.006605, 0.005466, -0.000777> - 9747: < 0.006846, 0.005140, -0.000781> - 9748: < 0.006570, 0.005438, -0.001161> - 9749: < 0.006313, 0.005747, -0.001157> - 9750: < 0.006346, 0.005776, -0.000774> - 9751: < 0.006605, 0.005466, -0.000777> - 9752: < 0.006346, -0.005776, -0.000774> - 9753: < 0.006605, -0.005466, -0.000777> - 9754: < 0.006626, -0.005483, -0.000389> - 9755: < 0.006366, -0.005794, -0.000388> - 9756: < 0.006605, -0.005466, -0.000777> - 9757: < 0.006846, -0.005140, -0.000781> - 9758: < 0.006868, -0.005156, -0.000391> - 9759: < 0.006626, -0.005483, -0.000389> - 9760: < 0.006846, -0.005140, -0.000781> - 9761: < 0.007069, -0.004800, -0.000786> - 9762: < 0.007092, -0.004815, -0.000394> - 9763: < 0.006868, -0.005156, -0.000391> - 9764: < 0.007069, -0.004800, -0.000786> - 9765: < 0.007275, -0.004446, -0.000792> - 9766: < 0.007298, -0.004460, -0.000397> - 9767: < 0.007092, -0.004815, -0.000394> - 9768: < 0.007275, -0.004446, -0.000792> - 9769: < 0.007462, -0.004081, -0.000799> - 9770: < 0.007487, -0.004093, -0.000400> - 9771: < 0.007298, -0.004460, -0.000397> - 9772: < 0.007462, -0.004081, -0.000799> - 9773: < 0.007632, -0.003704, -0.000807> - 9774: < 0.007657, -0.003716, -0.000404> - 9775: < 0.007487, -0.004093, -0.000400> - 9776: < 0.007632, -0.003704, -0.000807> - 9777: < 0.007785, -0.003318, -0.000814> - 9778: < 0.007810, -0.003328, -0.000408> - 9779: < 0.007657, -0.003716, -0.000404> - 9780: < 0.007785, -0.003318, -0.000814> - 9781: < 0.007919, -0.002922, -0.000822> - 9782: < 0.007945, -0.002931, -0.000412> - 9783: < 0.007810, -0.003328, -0.000408> - 9784: < 0.007919, -0.002922, -0.000822> - 9785: < 0.008036, -0.002519, -0.000829> - 9786: < 0.008062, -0.002527, -0.000415> - 9787: < 0.007945, -0.002931, -0.000412> - 9788: < 0.008036, -0.002519, -0.000829> - 9789: < 0.008134, -0.002109, -0.000836> - 9790: < 0.008161, -0.002116, -0.000419> - 9791: < 0.008062, -0.002527, -0.000415> - 9792: < 0.008134, -0.002109, -0.000836> - 9793: < 0.008215, -0.001694, -0.000842> - 9794: < 0.008242, -0.001699, -0.000422> - 9795: < 0.008161, -0.002116, -0.000419> - 9796: < 0.008215, -0.001694, -0.000842> - 9797: < 0.008278, -0.001275, -0.000848> - 9798: < 0.008305, -0.001278, -0.000424> - 9799: < 0.008242, -0.001699, -0.000422> - 9800: < 0.008278, -0.001275, -0.000848> - 9801: < 0.008323, -0.000852, -0.000852> - 9802: < 0.008350, -0.000854, -0.000426> - 9803: < 0.008305, -0.001278, -0.000424> - 9804: < 0.008323, -0.000852, -0.000852> - 9805: < 0.008350, -0.000426, -0.000854> - 9806: < 0.008377, -0.000428, -0.000428> - 9807: < 0.008350, -0.000854, -0.000426> - 9808: < 0.008350, -0.000426, -0.000854> - 9809: < 0.008359, 0.000000, -0.000855> - 9810: < 0.008386, 0.000000, -0.000428> - 9811: < 0.008377, -0.000428, -0.000428> - 9812: < 0.008359, 0.000000, -0.000855> - 9813: < 0.008350, 0.000426, -0.000854> - 9814: < 0.008377, 0.000428, -0.000428> - 9815: < 0.008386, 0.000000, -0.000428> - 9816: < 0.008350, 0.000426, -0.000854> - 9817: < 0.008323, 0.000852, -0.000852> - 9818: < 0.008350, 0.000854, -0.000426> - 9819: < 0.008377, 0.000428, -0.000428> - 9820: < 0.008323, 0.000852, -0.000852> - 9821: < 0.008278, 0.001275, -0.000848> - 9822: < 0.008305, 0.001278, -0.000424> - 9823: < 0.008350, 0.000854, -0.000426> - 9824: < 0.008278, 0.001275, -0.000848> - 9825: < 0.008215, 0.001694, -0.000842> - 9826: < 0.008242, 0.001699, -0.000422> - 9827: < 0.008305, 0.001278, -0.000424> - 9828: < 0.008215, 0.001694, -0.000842> - 9829: < 0.008134, 0.002109, -0.000836> - 9830: < 0.008161, 0.002116, -0.000419> - 9831: < 0.008242, 0.001699, -0.000422> - 9832: < 0.008134, 0.002109, -0.000836> - 9833: < 0.008036, 0.002519, -0.000829> - 9834: < 0.008062, 0.002527, -0.000415> - 9835: < 0.008161, 0.002116, -0.000419> - 9836: < 0.008036, 0.002519, -0.000829> - 9837: < 0.007919, 0.002922, -0.000822> - 9838: < 0.007945, 0.002931, -0.000412> - 9839: < 0.008062, 0.002527, -0.000415> - 9840: < 0.007919, 0.002922, -0.000822> - 9841: < 0.007785, 0.003318, -0.000814> - 9842: < 0.007810, 0.003328, -0.000408> - 9843: < 0.007945, 0.002931, -0.000412> - 9844: < 0.007785, 0.003318, -0.000814> - 9845: < 0.007632, 0.003704, -0.000807> - 9846: < 0.007657, 0.003716, -0.000404> - 9847: < 0.007810, 0.003328, -0.000408> - 9848: < 0.007632, 0.003704, -0.000807> - 9849: < 0.007462, 0.004081, -0.000799> - 9850: < 0.007487, 0.004093, -0.000400> - 9851: < 0.007657, 0.003716, -0.000404> - 9852: < 0.007462, 0.004081, -0.000799> - 9853: < 0.007275, 0.004446, -0.000792> - 9854: < 0.007298, 0.004460, -0.000397> - 9855: < 0.007487, 0.004093, -0.000400> - 9856: < 0.007275, 0.004446, -0.000792> - 9857: < 0.007069, 0.004800, -0.000786> - 9858: < 0.007092, 0.004815, -0.000394> - 9859: < 0.007298, 0.004460, -0.000397> - 9860: < 0.007069, 0.004800, -0.000786> - 9861: < 0.006846, 0.005140, -0.000781> - 9862: < 0.006868, 0.005156, -0.000391> - 9863: < 0.007092, 0.004815, -0.000394> - 9864: < 0.006846, 0.005140, -0.000781> - 9865: < 0.006605, 0.005466, -0.000777> - 9866: < 0.006626, 0.005483, -0.000389> - 9867: < 0.006868, 0.005156, -0.000391> - 9868: < 0.006605, 0.005466, -0.000777> - 9869: < 0.006346, 0.005776, -0.000774> - 9870: < 0.006366, 0.005794, -0.000388> - 9871: < 0.006626, 0.005483, -0.000389> - 9872: < 0.006366, -0.005794, -0.000388> - 9873: < 0.006626, -0.005483, -0.000389> - 9874: < 0.006633, -0.005489, 0.000000> - 9875: < 0.006373, -0.005801, 0.000000> - 9876: < 0.006626, -0.005483, -0.000389> - 9877: < 0.006868, -0.005156, -0.000391> - 9878: < 0.006875, -0.005162, 0.000000> - 9879: < 0.006633, -0.005489, 0.000000> - 9880: < 0.006868, -0.005156, -0.000391> - 9881: < 0.007092, -0.004815, -0.000394> - 9882: < 0.007099, -0.004820, 0.000000> - 9883: < 0.006875, -0.005162, 0.000000> - 9884: < 0.007092, -0.004815, -0.000394> - 9885: < 0.007298, -0.004460, -0.000397> - 9886: < 0.007306, -0.004465, 0.000000> - 9887: < 0.007099, -0.004820, 0.000000> - 9888: < 0.007298, -0.004460, -0.000397> - 9889: < 0.007487, -0.004093, -0.000400> - 9890: < 0.007495, -0.004098, 0.000000> - 9891: < 0.007306, -0.004465, 0.000000> - 9892: < 0.007487, -0.004093, -0.000400> - 9893: < 0.007657, -0.003716, -0.000404> - 9894: < 0.007665, -0.003720, 0.000000> - 9895: < 0.007495, -0.004098, 0.000000> - 9896: < 0.007657, -0.003716, -0.000404> - 9897: < 0.007810, -0.003328, -0.000408> - 9898: < 0.007818, -0.003331, 0.000000> - 9899: < 0.007665, -0.003720, 0.000000> - 9900: < 0.007810, -0.003328, -0.000408> - 9901: < 0.007945, -0.002931, -0.000412> - 9902: < 0.007953, -0.002934, 0.000000> - 9903: < 0.007818, -0.003331, 0.000000> - 9904: < 0.007945, -0.002931, -0.000412> - 9905: < 0.008062, -0.002527, -0.000415> - 9906: < 0.008070, -0.002530, 0.000000> - 9907: < 0.007953, -0.002934, 0.000000> - 9908: < 0.008062, -0.002527, -0.000415> - 9909: < 0.008161, -0.002116, -0.000419> - 9910: < 0.008169, -0.002118, 0.000000> - 9911: < 0.008070, -0.002530, 0.000000> - 9912: < 0.008161, -0.002116, -0.000419> - 9913: < 0.008242, -0.001699, -0.000422> - 9914: < 0.008251, -0.001701, 0.000000> - 9915: < 0.008169, -0.002118, 0.000000> - 9916: < 0.008242, -0.001699, -0.000422> - 9917: < 0.008305, -0.001278, -0.000424> - 9918: < 0.008314, -0.001280, 0.000000> - 9919: < 0.008251, -0.001701, 0.000000> - 9920: < 0.008305, -0.001278, -0.000424> - 9921: < 0.008350, -0.000854, -0.000426> - 9922: < 0.008359, -0.000855, 0.000000> - 9923: < 0.008314, -0.001280, 0.000000> - 9924: < 0.008350, -0.000854, -0.000426> - 9925: < 0.008377, -0.000428, -0.000428> - 9926: < 0.008386, -0.000428, 0.000000> - 9927: < 0.008359, -0.000855, 0.000000> - 9928: < 0.008377, -0.000428, -0.000428> - 9929: < 0.008386, 0.000000, -0.000428> - 9930: < 0.008395, 0.000000, 0.000000> - 9931: < 0.008386, -0.000428, 0.000000> - 9932: < 0.008386, 0.000000, -0.000428> - 9933: < 0.008377, 0.000428, -0.000428> - 9934: < 0.008386, 0.000428, 0.000000> - 9935: < 0.008395, 0.000000, 0.000000> - 9936: < 0.008377, 0.000428, -0.000428> - 9937: < 0.008350, 0.000854, -0.000426> - 9938: < 0.008359, 0.000855, 0.000000> - 9939: < 0.008386, 0.000428, 0.000000> - 9940: < 0.008350, 0.000854, -0.000426> - 9941: < 0.008305, 0.001278, -0.000424> - 9942: < 0.008314, 0.001280, 0.000000> - 9943: < 0.008359, 0.000855, 0.000000> - 9944: < 0.008305, 0.001278, -0.000424> - 9945: < 0.008242, 0.001699, -0.000422> - 9946: < 0.008251, 0.001701, 0.000000> - 9947: < 0.008314, 0.001280, 0.000000> - 9948: < 0.008242, 0.001699, -0.000422> - 9949: < 0.008161, 0.002116, -0.000419> - 9950: < 0.008169, 0.002118, 0.000000> - 9951: < 0.008251, 0.001701, 0.000000> - 9952: < 0.008161, 0.002116, -0.000419> - 9953: < 0.008062, 0.002527, -0.000415> - 9954: < 0.008070, 0.002530, 0.000000> - 9955: < 0.008169, 0.002118, 0.000000> - 9956: < 0.008062, 0.002527, -0.000415> - 9957: < 0.007945, 0.002931, -0.000412> - 9958: < 0.007953, 0.002934, 0.000000> - 9959: < 0.008070, 0.002530, 0.000000> - 9960: < 0.007945, 0.002931, -0.000412> - 9961: < 0.007810, 0.003328, -0.000408> - 9962: < 0.007818, 0.003331, -0.000000> - 9963: < 0.007953, 0.002934, 0.000000> - 9964: < 0.007810, 0.003328, -0.000408> - 9965: < 0.007657, 0.003716, -0.000404> - 9966: < 0.007665, 0.003720, 0.000000> - 9967: < 0.007818, 0.003331, -0.000000> - 9968: < 0.007657, 0.003716, -0.000404> - 9969: < 0.007487, 0.004093, -0.000400> - 9970: < 0.007495, 0.004098, 0.000000> - 9971: < 0.007665, 0.003720, 0.000000> - 9972: < 0.007487, 0.004093, -0.000400> - 9973: < 0.007298, 0.004460, -0.000397> - 9974: < 0.007306, 0.004465, 0.000000> - 9975: < 0.007495, 0.004098, 0.000000> - 9976: < 0.007298, 0.004460, -0.000397> - 9977: < 0.007092, 0.004815, -0.000394> - 9978: < 0.007099, 0.004820, 0.000000> - 9979: < 0.007306, 0.004465, 0.000000> - 9980: < 0.007092, 0.004815, -0.000394> - 9981: < 0.006868, 0.005156, -0.000391> - 9982: < 0.006875, 0.005162, 0.000000> - 9983: < 0.007099, 0.004820, 0.000000> - 9984: < 0.006868, 0.005156, -0.000391> - 9985: < 0.006626, 0.005483, -0.000389> - 9986: < 0.006633, 0.005489, 0.000000> - 9987: < 0.006875, 0.005162, 0.000000> - 9988: < 0.006626, 0.005483, -0.000389> - 9989: < 0.006366, 0.005794, -0.000388> - 9990: < 0.006373, 0.005801, 0.000000> - 9991: < 0.006633, 0.005489, 0.000000> - 9992: < 0.006373, -0.005801, 0.000000> - 9993: < 0.006633, -0.005489, 0.000000> - 9994: < 0.006626, -0.005483, 0.000389> - 9995: < 0.006366, -0.005794, 0.000388> - 9996: < 0.006633, -0.005489, 0.000000> - 9997: < 0.006875, -0.005162, 0.000000> - 9998: < 0.006868, -0.005156, 0.000391> - 9999: < 0.006626, -0.005483, 0.000389> - 10000: < 0.006875, -0.005162, 0.000000> - 10001: < 0.007099, -0.004820, 0.000000> - 10002: < 0.007092, -0.004815, 0.000394> - 10003: < 0.006868, -0.005156, 0.000391> - 10004: < 0.007099, -0.004820, 0.000000> - 10005: < 0.007306, -0.004465, 0.000000> - 10006: < 0.007298, -0.004460, 0.000397> - 10007: < 0.007092, -0.004815, 0.000394> - 10008: < 0.007306, -0.004465, 0.000000> - 10009: < 0.007495, -0.004098, 0.000000> - 10010: < 0.007487, -0.004093, 0.000400> - 10011: < 0.007298, -0.004460, 0.000397> - 10012: < 0.007495, -0.004098, 0.000000> - 10013: < 0.007665, -0.003720, 0.000000> - 10014: < 0.007657, -0.003716, 0.000404> - 10015: < 0.007487, -0.004093, 0.000400> - 10016: < 0.007665, -0.003720, 0.000000> - 10017: < 0.007818, -0.003331, 0.000000> - 10018: < 0.007810, -0.003328, 0.000408> - 10019: < 0.007657, -0.003716, 0.000404> - 10020: < 0.007818, -0.003331, 0.000000> - 10021: < 0.007953, -0.002934, 0.000000> - 10022: < 0.007945, -0.002931, 0.000412> - 10023: < 0.007810, -0.003328, 0.000408> - 10024: < 0.007953, -0.002934, 0.000000> - 10025: < 0.008070, -0.002530, 0.000000> - 10026: < 0.008062, -0.002527, 0.000415> - 10027: < 0.007945, -0.002931, 0.000412> - 10028: < 0.008070, -0.002530, 0.000000> - 10029: < 0.008169, -0.002118, 0.000000> - 10030: < 0.008161, -0.002116, 0.000419> - 10031: < 0.008062, -0.002527, 0.000415> - 10032: < 0.008169, -0.002118, 0.000000> - 10033: < 0.008251, -0.001701, 0.000000> - 10034: < 0.008242, -0.001699, 0.000422> - 10035: < 0.008161, -0.002116, 0.000419> - 10036: < 0.008251, -0.001701, 0.000000> - 10037: < 0.008314, -0.001280, 0.000000> - 10038: < 0.008305, -0.001278, 0.000424> - 10039: < 0.008242, -0.001699, 0.000422> - 10040: < 0.008314, -0.001280, 0.000000> - 10041: < 0.008359, -0.000855, 0.000000> - 10042: < 0.008350, -0.000854, 0.000426> - 10043: < 0.008305, -0.001278, 0.000424> - 10044: < 0.008359, -0.000855, 0.000000> - 10045: < 0.008386, -0.000428, 0.000000> - 10046: < 0.008377, -0.000428, 0.000428> - 10047: < 0.008350, -0.000854, 0.000426> - 10048: < 0.008386, -0.000428, 0.000000> - 10049: < 0.008395, 0.000000, 0.000000> - 10050: < 0.008386, 0.000000, 0.000428> - 10051: < 0.008377, -0.000428, 0.000428> - 10052: < 0.008395, 0.000000, 0.000000> - 10053: < 0.008386, 0.000428, 0.000000> - 10054: < 0.008377, 0.000428, 0.000428> - 10055: < 0.008386, 0.000000, 0.000428> - 10056: < 0.008386, 0.000428, 0.000000> - 10057: < 0.008359, 0.000855, 0.000000> - 10058: < 0.008350, 0.000854, 0.000426> - 10059: < 0.008377, 0.000428, 0.000428> - 10060: < 0.008359, 0.000855, 0.000000> - 10061: < 0.008314, 0.001280, 0.000000> - 10062: < 0.008305, 0.001278, 0.000424> - 10063: < 0.008350, 0.000854, 0.000426> - 10064: < 0.008314, 0.001280, 0.000000> - 10065: < 0.008251, 0.001701, 0.000000> - 10066: < 0.008242, 0.001699, 0.000422> - 10067: < 0.008305, 0.001278, 0.000424> - 10068: < 0.008251, 0.001701, 0.000000> - 10069: < 0.008169, 0.002118, 0.000000> - 10070: < 0.008161, 0.002116, 0.000419> - 10071: < 0.008242, 0.001699, 0.000422> - 10072: < 0.008169, 0.002118, 0.000000> - 10073: < 0.008070, 0.002530, 0.000000> - 10074: < 0.008062, 0.002527, 0.000415> - 10075: < 0.008161, 0.002116, 0.000419> - 10076: < 0.008070, 0.002530, 0.000000> - 10077: < 0.007953, 0.002934, 0.000000> - 10078: < 0.007945, 0.002931, 0.000412> - 10079: < 0.008062, 0.002527, 0.000415> - 10080: < 0.007953, 0.002934, 0.000000> - 10081: < 0.007818, 0.003331, -0.000000> - 10082: < 0.007810, 0.003328, 0.000408> - 10083: < 0.007945, 0.002931, 0.000412> - 10084: < 0.007818, 0.003331, -0.000000> - 10085: < 0.007665, 0.003720, 0.000000> - 10086: < 0.007657, 0.003716, 0.000404> - 10087: < 0.007810, 0.003328, 0.000408> - 10088: < 0.007665, 0.003720, 0.000000> - 10089: < 0.007495, 0.004098, 0.000000> - 10090: < 0.007487, 0.004093, 0.000400> - 10091: < 0.007657, 0.003716, 0.000404> - 10092: < 0.007495, 0.004098, 0.000000> - 10093: < 0.007306, 0.004465, 0.000000> - 10094: < 0.007298, 0.004460, 0.000397> - 10095: < 0.007487, 0.004093, 0.000400> - 10096: < 0.007306, 0.004465, 0.000000> - 10097: < 0.007099, 0.004820, 0.000000> - 10098: < 0.007092, 0.004815, 0.000394> - 10099: < 0.007298, 0.004460, 0.000397> - 10100: < 0.007099, 0.004820, 0.000000> - 10101: < 0.006875, 0.005162, 0.000000> - 10102: < 0.006868, 0.005156, 0.000391> - 10103: < 0.007092, 0.004815, 0.000394> - 10104: < 0.006875, 0.005162, 0.000000> - 10105: < 0.006633, 0.005489, 0.000000> - 10106: < 0.006626, 0.005483, 0.000389> - 10107: < 0.006868, 0.005156, 0.000391> - 10108: < 0.006633, 0.005489, 0.000000> - 10109: < 0.006373, 0.005801, 0.000000> - 10110: < 0.006366, 0.005794, 0.000388> - 10111: < 0.006626, 0.005483, 0.000389> - 10112: < 0.006366, -0.005794, 0.000388> - 10113: < 0.006626, -0.005483, 0.000389> - 10114: < 0.006605, -0.005466, 0.000777> - 10115: < 0.006346, -0.005776, 0.000774> - 10116: < 0.006626, -0.005483, 0.000389> - 10117: < 0.006868, -0.005156, 0.000391> - 10118: < 0.006846, -0.005140, 0.000781> - 10119: < 0.006605, -0.005466, 0.000777> - 10120: < 0.006868, -0.005156, 0.000391> - 10121: < 0.007092, -0.004815, 0.000394> - 10122: < 0.007069, -0.004800, 0.000786> - 10123: < 0.006846, -0.005140, 0.000781> - 10124: < 0.007092, -0.004815, 0.000394> - 10125: < 0.007298, -0.004460, 0.000397> - 10126: < 0.007275, -0.004446, 0.000792> - 10127: < 0.007069, -0.004800, 0.000786> - 10128: < 0.007298, -0.004460, 0.000397> - 10129: < 0.007487, -0.004093, 0.000400> - 10130: < 0.007462, -0.004081, 0.000799> - 10131: < 0.007275, -0.004446, 0.000792> - 10132: < 0.007487, -0.004093, 0.000400> - 10133: < 0.007657, -0.003716, 0.000404> - 10134: < 0.007632, -0.003704, 0.000807> - 10135: < 0.007462, -0.004081, 0.000799> - 10136: < 0.007657, -0.003716, 0.000404> - 10137: < 0.007810, -0.003328, 0.000408> - 10138: < 0.007785, -0.003318, 0.000814> - 10139: < 0.007632, -0.003704, 0.000807> - 10140: < 0.007810, -0.003328, 0.000408> - 10141: < 0.007945, -0.002931, 0.000412> - 10142: < 0.007919, -0.002922, 0.000822> - 10143: < 0.007785, -0.003318, 0.000814> - 10144: < 0.007945, -0.002931, 0.000412> - 10145: < 0.008062, -0.002527, 0.000415> - 10146: < 0.008036, -0.002519, 0.000829> - 10147: < 0.007919, -0.002922, 0.000822> - 10148: < 0.008062, -0.002527, 0.000415> - 10149: < 0.008161, -0.002116, 0.000419> - 10150: < 0.008134, -0.002109, 0.000836> - 10151: < 0.008036, -0.002519, 0.000829> - 10152: < 0.008161, -0.002116, 0.000419> - 10153: < 0.008242, -0.001699, 0.000422> - 10154: < 0.008215, -0.001694, 0.000842> - 10155: < 0.008134, -0.002109, 0.000836> - 10156: < 0.008242, -0.001699, 0.000422> - 10157: < 0.008305, -0.001278, 0.000424> - 10158: < 0.008278, -0.001275, 0.000848> - 10159: < 0.008215, -0.001694, 0.000842> - 10160: < 0.008305, -0.001278, 0.000424> - 10161: < 0.008350, -0.000854, 0.000426> - 10162: < 0.008323, -0.000852, 0.000852> - 10163: < 0.008278, -0.001275, 0.000848> - 10164: < 0.008350, -0.000854, 0.000426> - 10165: < 0.008377, -0.000428, 0.000428> - 10166: < 0.008350, -0.000426, 0.000854> - 10167: < 0.008323, -0.000852, 0.000852> - 10168: < 0.008377, -0.000428, 0.000428> - 10169: < 0.008386, 0.000000, 0.000428> - 10170: < 0.008359, 0.000000, 0.000855> - 10171: < 0.008350, -0.000426, 0.000854> - 10172: < 0.008386, 0.000000, 0.000428> - 10173: < 0.008377, 0.000428, 0.000428> - 10174: < 0.008350, 0.000426, 0.000854> - 10175: < 0.008359, 0.000000, 0.000855> - 10176: < 0.008377, 0.000428, 0.000428> - 10177: < 0.008350, 0.000854, 0.000426> - 10178: < 0.008323, 0.000852, 0.000852> - 10179: < 0.008350, 0.000426, 0.000854> - 10180: < 0.008350, 0.000854, 0.000426> - 10181: < 0.008305, 0.001278, 0.000424> - 10182: < 0.008278, 0.001275, 0.000848> - 10183: < 0.008323, 0.000852, 0.000852> - 10184: < 0.008305, 0.001278, 0.000424> - 10185: < 0.008242, 0.001699, 0.000422> - 10186: < 0.008215, 0.001694, 0.000842> - 10187: < 0.008278, 0.001275, 0.000848> - 10188: < 0.008242, 0.001699, 0.000422> - 10189: < 0.008161, 0.002116, 0.000419> - 10190: < 0.008134, 0.002109, 0.000836> - 10191: < 0.008215, 0.001694, 0.000842> - 10192: < 0.008161, 0.002116, 0.000419> - 10193: < 0.008062, 0.002527, 0.000415> - 10194: < 0.008036, 0.002519, 0.000829> - 10195: < 0.008134, 0.002109, 0.000836> - 10196: < 0.008062, 0.002527, 0.000415> - 10197: < 0.007945, 0.002931, 0.000412> - 10198: < 0.007919, 0.002922, 0.000822> - 10199: < 0.008036, 0.002519, 0.000829> - 10200: < 0.007945, 0.002931, 0.000412> - 10201: < 0.007810, 0.003328, 0.000408> - 10202: < 0.007785, 0.003318, 0.000814> - 10203: < 0.007919, 0.002922, 0.000822> - 10204: < 0.007810, 0.003328, 0.000408> - 10205: < 0.007657, 0.003716, 0.000404> - 10206: < 0.007632, 0.003704, 0.000807> - 10207: < 0.007785, 0.003318, 0.000814> - 10208: < 0.007657, 0.003716, 0.000404> - 10209: < 0.007487, 0.004093, 0.000400> - 10210: < 0.007462, 0.004081, 0.000799> - 10211: < 0.007632, 0.003704, 0.000807> - 10212: < 0.007487, 0.004093, 0.000400> - 10213: < 0.007298, 0.004460, 0.000397> - 10214: < 0.007275, 0.004446, 0.000792> - 10215: < 0.007462, 0.004081, 0.000799> - 10216: < 0.007298, 0.004460, 0.000397> - 10217: < 0.007092, 0.004815, 0.000394> - 10218: < 0.007069, 0.004800, 0.000786> - 10219: < 0.007275, 0.004446, 0.000792> - 10220: < 0.007092, 0.004815, 0.000394> - 10221: < 0.006868, 0.005156, 0.000391> - 10222: < 0.006846, 0.005140, 0.000781> - 10223: < 0.007069, 0.004800, 0.000786> - 10224: < 0.006868, 0.005156, 0.000391> - 10225: < 0.006626, 0.005483, 0.000389> - 10226: < 0.006605, 0.005466, 0.000777> - 10227: < 0.006846, 0.005140, 0.000781> - 10228: < 0.006626, 0.005483, 0.000389> - 10229: < 0.006366, 0.005794, 0.000388> - 10230: < 0.006346, 0.005776, 0.000774> - 10231: < 0.006605, 0.005466, 0.000777> - 10232: < 0.006346, -0.005776, 0.000774> - 10233: < 0.006605, -0.005466, 0.000777> - 10234: < 0.006570, -0.005438, 0.001161> - 10235: < 0.006313, -0.005747, 0.001157> - 10236: < 0.006605, -0.005466, 0.000777> - 10237: < 0.006846, -0.005140, 0.000781> - 10238: < 0.006810, -0.005114, 0.001168> - 10239: < 0.006570, -0.005438, 0.001161> - 10240: < 0.006846, -0.005140, 0.000781> - 10241: < 0.007069, -0.004800, 0.000786> - 10242: < 0.007032, -0.004776, 0.001176> - 10243: < 0.006810, -0.005114, 0.001168> - 10244: < 0.007069, -0.004800, 0.000786> - 10245: < 0.007275, -0.004446, 0.000792> - 10246: < 0.007236, -0.004424, 0.001185> - 10247: < 0.007032, -0.004776, 0.001176> - 10248: < 0.007275, -0.004446, 0.000792> - 10249: < 0.007462, -0.004081, 0.000799> - 10250: < 0.007423, -0.004061, 0.001196> - 10251: < 0.007236, -0.004424, 0.001185> - 10252: < 0.007462, -0.004081, 0.000799> - 10253: < 0.007632, -0.003704, 0.000807> - 10254: < 0.007591, -0.003686, 0.001207> - 10255: < 0.007423, -0.004061, 0.001196> - 10256: < 0.007632, -0.003704, 0.000807> - 10257: < 0.007785, -0.003318, 0.000814> - 10258: < 0.007743, -0.003302, 0.001219> - 10259: < 0.007591, -0.003686, 0.001207> - 10260: < 0.007785, -0.003318, 0.000814> - 10261: < 0.007919, -0.002922, 0.000822> - 10262: < 0.007876, -0.002908, 0.001230> - 10263: < 0.007743, -0.003302, 0.001219> - 10264: < 0.007919, -0.002922, 0.000822> - 10265: < 0.008036, -0.002519, 0.000829> - 10266: < 0.007992, -0.002507, 0.001241> - 10267: < 0.007876, -0.002908, 0.001230> - 10268: < 0.008036, -0.002519, 0.000829> - 10269: < 0.008134, -0.002109, 0.000836> - 10270: < 0.008090, -0.002099, 0.001252> - 10271: < 0.007992, -0.002507, 0.001241> - 10272: < 0.008134, -0.002109, 0.000836> - 10273: < 0.008215, -0.001694, 0.000842> - 10274: < 0.008171, -0.001686, 0.001261> - 10275: < 0.008090, -0.002099, 0.001252> - 10276: < 0.008215, -0.001694, 0.000842> - 10277: < 0.008278, -0.001275, 0.000848> - 10278: < 0.008233, -0.001269, 0.001269> - 10279: < 0.008171, -0.001686, 0.001261> - 10280: < 0.008278, -0.001275, 0.000848> - 10281: < 0.008323, -0.000852, 0.000852> - 10282: < 0.008278, -0.000848, 0.001275> - 10283: < 0.008233, -0.001269, 0.001269> - 10284: < 0.008323, -0.000852, 0.000852> - 10285: < 0.008350, -0.000426, 0.000854> - 10286: < 0.008305, -0.000424, 0.001278> - 10287: < 0.008278, -0.000848, 0.001275> - 10288: < 0.008350, -0.000426, 0.000854> - 10289: < 0.008359, 0.000000, 0.000855> - 10290: < 0.008314, 0.000000, 0.001280> - 10291: < 0.008305, -0.000424, 0.001278> - 10292: < 0.008359, 0.000000, 0.000855> - 10293: < 0.008350, 0.000426, 0.000854> - 10294: < 0.008305, 0.000424, 0.001278> - 10295: < 0.008314, 0.000000, 0.001280> - 10296: < 0.008350, 0.000426, 0.000854> - 10297: < 0.008323, 0.000852, 0.000852> - 10298: < 0.008278, 0.000848, 0.001275> - 10299: < 0.008305, 0.000424, 0.001278> - 10300: < 0.008323, 0.000852, 0.000852> - 10301: < 0.008278, 0.001275, 0.000848> - 10302: < 0.008233, 0.001269, 0.001269> - 10303: < 0.008278, 0.000848, 0.001275> - 10304: < 0.008278, 0.001275, 0.000848> - 10305: < 0.008215, 0.001694, 0.000842> - 10306: < 0.008171, 0.001686, 0.001261> - 10307: < 0.008233, 0.001269, 0.001269> - 10308: < 0.008215, 0.001694, 0.000842> - 10309: < 0.008134, 0.002109, 0.000836> - 10310: < 0.008090, 0.002099, 0.001252> - 10311: < 0.008171, 0.001686, 0.001261> - 10312: < 0.008134, 0.002109, 0.000836> - 10313: < 0.008036, 0.002519, 0.000829> - 10314: < 0.007992, 0.002507, 0.001241> - 10315: < 0.008090, 0.002099, 0.001252> - 10316: < 0.008036, 0.002519, 0.000829> - 10317: < 0.007919, 0.002922, 0.000822> - 10318: < 0.007876, 0.002908, 0.001230> - 10319: < 0.007992, 0.002507, 0.001241> - 10320: < 0.007919, 0.002922, 0.000822> - 10321: < 0.007785, 0.003318, 0.000814> - 10322: < 0.007743, 0.003302, 0.001219> - 10323: < 0.007876, 0.002908, 0.001230> - 10324: < 0.007785, 0.003318, 0.000814> - 10325: < 0.007632, 0.003704, 0.000807> - 10326: < 0.007591, 0.003686, 0.001207> - 10327: < 0.007743, 0.003302, 0.001219> - 10328: < 0.007632, 0.003704, 0.000807> - 10329: < 0.007462, 0.004081, 0.000799> - 10330: < 0.007423, 0.004061, 0.001196> - 10331: < 0.007591, 0.003686, 0.001207> - 10332: < 0.007462, 0.004081, 0.000799> - 10333: < 0.007275, 0.004446, 0.000792> - 10334: < 0.007236, 0.004424, 0.001185> - 10335: < 0.007423, 0.004061, 0.001196> - 10336: < 0.007275, 0.004446, 0.000792> - 10337: < 0.007069, 0.004800, 0.000786> - 10338: < 0.007032, 0.004776, 0.001176> - 10339: < 0.007236, 0.004424, 0.001185> - 10340: < 0.007069, 0.004800, 0.000786> - 10341: < 0.006846, 0.005140, 0.000781> - 10342: < 0.006810, 0.005114, 0.001168> - 10343: < 0.007032, 0.004776, 0.001176> - 10344: < 0.006846, 0.005140, 0.000781> - 10345: < 0.006605, 0.005466, 0.000777> - 10346: < 0.006570, 0.005438, 0.001161> - 10347: < 0.006810, 0.005114, 0.001168> - 10348: < 0.006605, 0.005466, 0.000777> - 10349: < 0.006346, 0.005776, 0.000774> - 10350: < 0.006313, 0.005747, 0.001157> - 10351: < 0.006570, 0.005438, 0.001161> - 10352: < 0.006313, -0.005747, 0.001157> - 10353: < 0.006570, -0.005438, 0.001161> - 10354: < 0.006523, -0.005401, 0.001541> - 10355: < 0.006269, -0.005707, 0.001536> - 10356: < 0.006570, -0.005438, 0.001161> - 10357: < 0.006810, -0.005114, 0.001168> - 10358: < 0.006761, -0.005080, 0.001550> - 10359: < 0.006523, -0.005401, 0.001541> - 10360: < 0.006810, -0.005114, 0.001168> - 10361: < 0.007032, -0.004776, 0.001176> - 10362: < 0.006980, -0.004744, 0.001561> - 10363: < 0.006761, -0.005080, 0.001550> - 10364: < 0.007032, -0.004776, 0.001176> - 10365: < 0.007236, -0.004424, 0.001185> - 10366: < 0.007183, -0.004395, 0.001574> - 10367: < 0.006980, -0.004744, 0.001561> - 10368: < 0.007236, -0.004424, 0.001185> - 10369: < 0.007423, -0.004061, 0.001196> - 10370: < 0.007367, -0.004034, 0.001588> - 10371: < 0.007183, -0.004395, 0.001574> - 10372: < 0.007423, -0.004061, 0.001196> - 10373: < 0.007591, -0.003686, 0.001207> - 10374: < 0.007535, -0.003663, 0.001603> - 10375: < 0.007367, -0.004034, 0.001588> - 10376: < 0.007591, -0.003686, 0.001207> - 10377: < 0.007743, -0.003302, 0.001219> - 10378: < 0.007684, -0.003281, 0.001619> - 10379: < 0.007535, -0.003663, 0.001603> - 10380: < 0.007743, -0.003302, 0.001219> - 10381: < 0.007876, -0.002908, 0.001230> - 10382: < 0.007817, -0.002890, 0.001635> - 10383: < 0.007684, -0.003281, 0.001619> - 10384: < 0.007876, -0.002908, 0.001230> - 10385: < 0.007992, -0.002507, 0.001241> - 10386: < 0.007932, -0.002492, 0.001650> - 10387: < 0.007817, -0.002890, 0.001635> - 10388: < 0.007992, -0.002507, 0.001241> - 10389: < 0.008090, -0.002099, 0.001252> - 10390: < 0.008029, -0.002086, 0.001663> - 10391: < 0.007932, -0.002492, 0.001650> - 10392: < 0.008090, -0.002099, 0.001252> - 10393: < 0.008171, -0.001686, 0.001261> - 10394: < 0.008109, -0.001676, 0.001676> - 10395: < 0.008029, -0.002086, 0.001663> - 10396: < 0.008171, -0.001686, 0.001261> - 10397: < 0.008233, -0.001269, 0.001269> - 10398: < 0.008171, -0.001261, 0.001686> - 10399: < 0.008109, -0.001676, 0.001676> - 10400: < 0.008233, -0.001269, 0.001269> - 10401: < 0.008278, -0.000848, 0.001275> - 10402: < 0.008215, -0.000842, 0.001694> - 10403: < 0.008171, -0.001261, 0.001686> - 10404: < 0.008278, -0.000848, 0.001275> - 10405: < 0.008305, -0.000424, 0.001278> - 10406: < 0.008242, -0.000422, 0.001699> - 10407: < 0.008215, -0.000842, 0.001694> - 10408: < 0.008305, -0.000424, 0.001278> - 10409: < 0.008314, 0.000000, 0.001280> - 10410: < 0.008251, 0.000000, 0.001701> - 10411: < 0.008242, -0.000422, 0.001699> - 10412: < 0.008314, 0.000000, 0.001280> - 10413: < 0.008305, 0.000424, 0.001278> - 10414: < 0.008242, 0.000422, 0.001699> - 10415: < 0.008251, 0.000000, 0.001701> - 10416: < 0.008305, 0.000424, 0.001278> - 10417: < 0.008278, 0.000848, 0.001275> - 10418: < 0.008215, 0.000842, 0.001694> - 10419: < 0.008242, 0.000422, 0.001699> - 10420: < 0.008278, 0.000848, 0.001275> - 10421: < 0.008233, 0.001269, 0.001269> - 10422: < 0.008171, 0.001261, 0.001686> - 10423: < 0.008215, 0.000842, 0.001694> - 10424: < 0.008233, 0.001269, 0.001269> - 10425: < 0.008171, 0.001686, 0.001261> - 10426: < 0.008109, 0.001676, 0.001676> - 10427: < 0.008171, 0.001261, 0.001686> - 10428: < 0.008171, 0.001686, 0.001261> - 10429: < 0.008090, 0.002099, 0.001252> - 10430: < 0.008029, 0.002086, 0.001663> - 10431: < 0.008109, 0.001676, 0.001676> - 10432: < 0.008090, 0.002099, 0.001252> - 10433: < 0.007992, 0.002507, 0.001241> - 10434: < 0.007932, 0.002492, 0.001650> - 10435: < 0.008029, 0.002086, 0.001663> - 10436: < 0.007992, 0.002507, 0.001241> - 10437: < 0.007876, 0.002908, 0.001230> - 10438: < 0.007817, 0.002890, 0.001635> - 10439: < 0.007932, 0.002492, 0.001650> - 10440: < 0.007876, 0.002908, 0.001230> - 10441: < 0.007743, 0.003302, 0.001219> - 10442: < 0.007684, 0.003281, 0.001619> - 10443: < 0.007817, 0.002890, 0.001635> - 10444: < 0.007743, 0.003302, 0.001219> - 10445: < 0.007591, 0.003686, 0.001207> - 10446: < 0.007535, 0.003663, 0.001603> - 10447: < 0.007684, 0.003281, 0.001619> - 10448: < 0.007591, 0.003686, 0.001207> - 10449: < 0.007423, 0.004061, 0.001196> - 10450: < 0.007367, 0.004034, 0.001588> - 10451: < 0.007535, 0.003663, 0.001603> - 10452: < 0.007423, 0.004061, 0.001196> - 10453: < 0.007236, 0.004424, 0.001185> - 10454: < 0.007183, 0.004395, 0.001574> - 10455: < 0.007367, 0.004034, 0.001588> - 10456: < 0.007236, 0.004424, 0.001185> - 10457: < 0.007032, 0.004776, 0.001176> - 10458: < 0.006980, 0.004744, 0.001561> - 10459: < 0.007183, 0.004395, 0.001574> - 10460: < 0.007032, 0.004776, 0.001176> - 10461: < 0.006810, 0.005114, 0.001168> - 10462: < 0.006761, 0.005080, 0.001550> - 10463: < 0.006980, 0.004744, 0.001561> - 10464: < 0.006810, 0.005114, 0.001168> - 10465: < 0.006570, 0.005438, 0.001161> - 10466: < 0.006523, 0.005401, 0.001541> - 10467: < 0.006761, 0.005080, 0.001550> - 10468: < 0.006570, 0.005438, 0.001161> - 10469: < 0.006313, 0.005747, 0.001157> - 10470: < 0.006269, 0.005707, 0.001536> - 10471: < 0.006523, 0.005401, 0.001541> - 10472: < 0.006269, -0.005707, 0.001536> - 10473: < 0.006523, -0.005401, 0.001541> - 10474: < 0.006464, -0.005355, 0.001915> - 10475: < 0.006212, -0.005657, 0.001908> - 10476: < 0.006523, -0.005401, 0.001541> - 10477: < 0.006761, -0.005080, 0.001550> - 10478: < 0.006698, -0.005037, 0.001926> - 10479: < 0.006464, -0.005355, 0.001915> - 10480: < 0.006761, -0.005080, 0.001550> - 10481: < 0.006980, -0.004744, 0.001561> - 10482: < 0.006915, -0.004705, 0.001940> - 10483: < 0.006698, -0.005037, 0.001926> - 10484: < 0.006980, -0.004744, 0.001561> - 10485: < 0.007183, -0.004395, 0.001574> - 10486: < 0.007115, -0.004360, 0.001957> - 10487: < 0.006915, -0.004705, 0.001940> - 10488: < 0.007183, -0.004395, 0.001574> - 10489: < 0.007367, -0.004034, 0.001588> - 10490: < 0.007297, -0.004002, 0.001975> - 10491: < 0.007115, -0.004360, 0.001957> - 10492: < 0.007367, -0.004034, 0.001588> - 10493: < 0.007535, -0.003663, 0.001603> - 10494: < 0.007462, -0.003634, 0.001995> - 10495: < 0.007297, -0.004002, 0.001975> - 10496: < 0.007535, -0.003663, 0.001603> - 10497: < 0.007684, -0.003281, 0.001619> - 10498: < 0.007610, -0.003255, 0.002015> - 10499: < 0.007462, -0.003634, 0.001995> - 10500: < 0.007684, -0.003281, 0.001619> - 10501: < 0.007817, -0.002890, 0.001635> - 10502: < 0.007740, -0.002868, 0.002035> - 10503: < 0.007610, -0.003255, 0.002015> - 10504: < 0.007817, -0.002890, 0.001635> - 10505: < 0.007932, -0.002492, 0.001650> - 10506: < 0.007854, -0.002473, 0.002053> - 10507: < 0.007740, -0.002868, 0.002035> - 10508: < 0.007932, -0.002492, 0.001650> - 10509: < 0.008029, -0.002086, 0.001663> - 10510: < 0.007950, -0.002071, 0.002071> - 10511: < 0.007854, -0.002473, 0.002053> - 10512: < 0.008029, -0.002086, 0.001663> - 10513: < 0.008109, -0.001676, 0.001676> - 10514: < 0.008029, -0.001663, 0.002086> - 10515: < 0.007950, -0.002071, 0.002071> - 10516: < 0.008109, -0.001676, 0.001676> - 10517: < 0.008171, -0.001261, 0.001686> - 10518: < 0.008090, -0.001252, 0.002099> - 10519: < 0.008029, -0.001663, 0.002086> - 10520: < 0.008171, -0.001261, 0.001686> - 10521: < 0.008215, -0.000842, 0.001694> - 10522: < 0.008134, -0.000836, 0.002109> - 10523: < 0.008090, -0.001252, 0.002099> - 10524: < 0.008215, -0.000842, 0.001694> - 10525: < 0.008242, -0.000422, 0.001699> - 10526: < 0.008161, -0.000419, 0.002116> - 10527: < 0.008134, -0.000836, 0.002109> - 10528: < 0.008242, -0.000422, 0.001699> - 10529: < 0.008251, 0.000000, 0.001701> - 10530: < 0.008169, 0.000000, 0.002118> - 10531: < 0.008161, -0.000419, 0.002116> - 10532: < 0.008251, 0.000000, 0.001701> - 10533: < 0.008242, 0.000422, 0.001699> - 10534: < 0.008161, 0.000419, 0.002116> - 10535: < 0.008169, 0.000000, 0.002118> - 10536: < 0.008242, 0.000422, 0.001699> - 10537: < 0.008215, 0.000842, 0.001694> - 10538: < 0.008134, 0.000836, 0.002109> - 10539: < 0.008161, 0.000419, 0.002116> - 10540: < 0.008215, 0.000842, 0.001694> - 10541: < 0.008171, 0.001261, 0.001686> - 10542: < 0.008090, 0.001252, 0.002099> - 10543: < 0.008134, 0.000836, 0.002109> - 10544: < 0.008171, 0.001261, 0.001686> - 10545: < 0.008109, 0.001676, 0.001676> - 10546: < 0.008029, 0.001663, 0.002086> - 10547: < 0.008090, 0.001252, 0.002099> - 10548: < 0.008109, 0.001676, 0.001676> - 10549: < 0.008029, 0.002086, 0.001663> - 10550: < 0.007950, 0.002071, 0.002071> - 10551: < 0.008029, 0.001663, 0.002086> - 10552: < 0.008029, 0.002086, 0.001663> - 10553: < 0.007932, 0.002492, 0.001650> - 10554: < 0.007854, 0.002473, 0.002053> - 10555: < 0.007950, 0.002071, 0.002071> - 10556: < 0.007932, 0.002492, 0.001650> - 10557: < 0.007817, 0.002890, 0.001635> - 10558: < 0.007740, 0.002868, 0.002035> - 10559: < 0.007854, 0.002473, 0.002053> - 10560: < 0.007817, 0.002890, 0.001635> - 10561: < 0.007684, 0.003281, 0.001619> - 10562: < 0.007610, 0.003255, 0.002015> - 10563: < 0.007740, 0.002868, 0.002035> - 10564: < 0.007684, 0.003281, 0.001619> - 10565: < 0.007535, 0.003663, 0.001603> - 10566: < 0.007462, 0.003634, 0.001995> - 10567: < 0.007610, 0.003255, 0.002015> - 10568: < 0.007535, 0.003663, 0.001603> - 10569: < 0.007367, 0.004034, 0.001588> - 10570: < 0.007297, 0.004002, 0.001975> - 10571: < 0.007462, 0.003634, 0.001995> - 10572: < 0.007367, 0.004034, 0.001588> - 10573: < 0.007183, 0.004395, 0.001574> - 10574: < 0.007115, 0.004360, 0.001957> - 10575: < 0.007297, 0.004002, 0.001975> - 10576: < 0.007183, 0.004395, 0.001574> - 10577: < 0.006980, 0.004744, 0.001561> - 10578: < 0.006915, 0.004705, 0.001940> - 10579: < 0.007115, 0.004360, 0.001957> - 10580: < 0.006980, 0.004744, 0.001561> - 10581: < 0.006761, 0.005080, 0.001550> - 10582: < 0.006698, 0.005037, 0.001926> - 10583: < 0.006915, 0.004705, 0.001940> - 10584: < 0.006761, 0.005080, 0.001550> - 10585: < 0.006523, 0.005401, 0.001541> - 10586: < 0.006464, 0.005355, 0.001915> - 10587: < 0.006698, 0.005037, 0.001926> - 10588: < 0.006523, 0.005401, 0.001541> - 10589: < 0.006269, 0.005707, 0.001536> - 10590: < 0.006212, 0.005657, 0.001908> - 10591: < 0.006464, 0.005355, 0.001915> - 10592: < 0.006212, -0.005657, 0.001908> - 10593: < 0.006464, -0.005355, 0.001915> - 10594: < 0.006393, -0.005301, 0.002281> - 10595: < 0.006146, -0.005599, 0.002272> - 10596: < 0.006464, -0.005355, 0.001915> - 10597: < 0.006698, -0.005037, 0.001926> - 10598: < 0.006623, -0.004987, 0.002295> - 10599: < 0.006393, -0.005301, 0.002281> - 10600: < 0.006698, -0.005037, 0.001926> - 10601: < 0.006915, -0.004705, 0.001940> - 10602: < 0.006836, -0.004659, 0.002313> - 10603: < 0.006623, -0.004987, 0.002295> - 10604: < 0.006915, -0.004705, 0.001940> - 10605: < 0.007115, -0.004360, 0.001957> - 10606: < 0.007033, -0.004318, 0.002333> - 10607: < 0.006836, -0.004659, 0.002313> - 10608: < 0.007115, -0.004360, 0.001957> - 10609: < 0.007297, -0.004002, 0.001975> - 10610: < 0.007212, -0.003965, 0.002356> - 10611: < 0.007033, -0.004318, 0.002333> - 10612: < 0.007297, -0.004002, 0.001975> - 10613: < 0.007462, -0.003634, 0.001995> - 10614: < 0.007374, -0.003601, 0.002380> - 10615: < 0.007212, -0.003965, 0.002356> - 10616: < 0.007462, -0.003634, 0.001995> - 10617: < 0.007610, -0.003255, 0.002015> - 10618: < 0.007519, -0.003227, 0.002405> - 10619: < 0.007374, -0.003601, 0.002380> - 10620: < 0.007610, -0.003255, 0.002015> - 10621: < 0.007740, -0.002868, 0.002035> - 10622: < 0.007648, -0.002843, 0.002429> - 10623: < 0.007519, -0.003227, 0.002405> - 10624: < 0.007740, -0.002868, 0.002035> - 10625: < 0.007854, -0.002473, 0.002053> - 10626: < 0.007759, -0.002452, 0.002452> - 10627: < 0.007648, -0.002843, 0.002429> - 10628: < 0.007854, -0.002473, 0.002053> - 10629: < 0.007950, -0.002071, 0.002071> - 10630: < 0.007854, -0.002053, 0.002473> - 10631: < 0.007759, -0.002452, 0.002452> - 10632: < 0.007950, -0.002071, 0.002071> - 10633: < 0.008029, -0.001663, 0.002086> - 10634: < 0.007932, -0.001650, 0.002492> - 10635: < 0.007854, -0.002053, 0.002473> - 10636: < 0.008029, -0.001663, 0.002086> - 10637: < 0.008090, -0.001252, 0.002099> - 10638: < 0.007992, -0.001241, 0.002507> - 10639: < 0.007932, -0.001650, 0.002492> - 10640: < 0.008090, -0.001252, 0.002099> - 10641: < 0.008134, -0.000836, 0.002109> - 10642: < 0.008036, -0.000829, 0.002519> - 10643: < 0.007992, -0.001241, 0.002507> - 10644: < 0.008134, -0.000836, 0.002109> - 10645: < 0.008161, -0.000419, 0.002116> - 10646: < 0.008062, -0.000415, 0.002527> - 10647: < 0.008036, -0.000829, 0.002519> - 10648: < 0.008161, -0.000419, 0.002116> - 10649: < 0.008169, 0.000000, 0.002118> - 10650: < 0.008070, 0.000000, 0.002530> - 10651: < 0.008062, -0.000415, 0.002527> - 10652: < 0.008169, 0.000000, 0.002118> - 10653: < 0.008161, 0.000419, 0.002116> - 10654: < 0.008062, 0.000415, 0.002527> - 10655: < 0.008070, 0.000000, 0.002530> - 10656: < 0.008161, 0.000419, 0.002116> - 10657: < 0.008134, 0.000836, 0.002109> - 10658: < 0.008036, 0.000829, 0.002519> - 10659: < 0.008062, 0.000415, 0.002527> - 10660: < 0.008134, 0.000836, 0.002109> - 10661: < 0.008090, 0.001252, 0.002099> - 10662: < 0.007992, 0.001241, 0.002507> - 10663: < 0.008036, 0.000829, 0.002519> - 10664: < 0.008090, 0.001252, 0.002099> - 10665: < 0.008029, 0.001663, 0.002086> - 10666: < 0.007932, 0.001650, 0.002492> - 10667: < 0.007992, 0.001241, 0.002507> - 10668: < 0.008029, 0.001663, 0.002086> - 10669: < 0.007950, 0.002071, 0.002071> - 10670: < 0.007854, 0.002053, 0.002473> - 10671: < 0.007932, 0.001650, 0.002492> - 10672: < 0.007950, 0.002071, 0.002071> - 10673: < 0.007854, 0.002473, 0.002053> - 10674: < 0.007759, 0.002452, 0.002452> - 10675: < 0.007854, 0.002053, 0.002473> - 10676: < 0.007854, 0.002473, 0.002053> - 10677: < 0.007740, 0.002868, 0.002035> - 10678: < 0.007648, 0.002843, 0.002429> - 10679: < 0.007759, 0.002452, 0.002452> - 10680: < 0.007740, 0.002868, 0.002035> - 10681: < 0.007610, 0.003255, 0.002015> - 10682: < 0.007519, 0.003227, 0.002405> - 10683: < 0.007648, 0.002843, 0.002429> - 10684: < 0.007610, 0.003255, 0.002015> - 10685: < 0.007462, 0.003634, 0.001995> - 10686: < 0.007374, 0.003601, 0.002380> - 10687: < 0.007519, 0.003227, 0.002405> - 10688: < 0.007462, 0.003634, 0.001995> - 10689: < 0.007297, 0.004002, 0.001975> - 10690: < 0.007212, 0.003965, 0.002356> - 10691: < 0.007374, 0.003601, 0.002380> - 10692: < 0.007297, 0.004002, 0.001975> - 10693: < 0.007115, 0.004360, 0.001957> - 10694: < 0.007033, 0.004318, 0.002333> - 10695: < 0.007212, 0.003965, 0.002356> - 10696: < 0.007115, 0.004360, 0.001957> - 10697: < 0.006915, 0.004705, 0.001940> - 10698: < 0.006836, 0.004659, 0.002313> - 10699: < 0.007033, 0.004318, 0.002333> - 10700: < 0.006915, 0.004705, 0.001940> - 10701: < 0.006698, 0.005037, 0.001926> - 10702: < 0.006623, 0.004987, 0.002295> - 10703: < 0.006836, 0.004659, 0.002313> - 10704: < 0.006698, 0.005037, 0.001926> - 10705: < 0.006464, 0.005355, 0.001915> - 10706: < 0.006393, 0.005301, 0.002281> - 10707: < 0.006623, 0.004987, 0.002295> - 10708: < 0.006464, 0.005355, 0.001915> - 10709: < 0.006212, 0.005657, 0.001908> - 10710: < 0.006146, 0.005599, 0.002272> - 10711: < 0.006393, 0.005301, 0.002281> - 10712: < 0.006146, -0.005599, 0.002272> - 10713: < 0.006393, -0.005301, 0.002281> - 10714: < 0.006311, -0.005240, 0.002638> - 10715: < 0.006069, -0.005533, 0.002627> - 10716: < 0.006393, -0.005301, 0.002281> - 10717: < 0.006623, -0.004987, 0.002295> - 10718: < 0.006537, -0.004931, 0.002655> - 10719: < 0.006311, -0.005240, 0.002638> - 10720: < 0.006623, -0.004987, 0.002295> - 10721: < 0.006836, -0.004659, 0.002313> - 10722: < 0.006745, -0.004609, 0.002676> - 10723: < 0.006537, -0.004931, 0.002655> - 10724: < 0.006836, -0.004659, 0.002313> - 10725: < 0.007033, -0.004318, 0.002333> - 10726: < 0.006937, -0.004273, 0.002701> - 10727: < 0.006745, -0.004609, 0.002676> - 10728: < 0.007033, -0.004318, 0.002333> - 10729: < 0.007212, -0.003965, 0.002356> - 10730: < 0.007112, -0.003924, 0.002729> - 10731: < 0.006937, -0.004273, 0.002701> - 10732: < 0.007212, -0.003965, 0.002356> - 10733: < 0.007374, -0.003601, 0.002380> - 10734: < 0.007270, -0.003565, 0.002758> - 10735: < 0.007112, -0.003924, 0.002729> - 10736: < 0.007374, -0.003601, 0.002380> - 10737: < 0.007519, -0.003227, 0.002405> - 10738: < 0.007412, -0.003195, 0.002787> - 10739: < 0.007270, -0.003565, 0.002758> - 10740: < 0.007519, -0.003227, 0.002405> - 10741: < 0.007648, -0.002843, 0.002429> - 10742: < 0.007538, -0.002816, 0.002816> - 10743: < 0.007412, -0.003195, 0.002787> - 10744: < 0.007648, -0.002843, 0.002429> - 10745: < 0.007759, -0.002452, 0.002452> - 10746: < 0.007648, -0.002429, 0.002843> - 10747: < 0.007538, -0.002816, 0.002816> - 10748: < 0.007759, -0.002452, 0.002452> - 10749: < 0.007854, -0.002053, 0.002473> - 10750: < 0.007740, -0.002035, 0.002868> - 10751: < 0.007648, -0.002429, 0.002843> - 10752: < 0.007854, -0.002053, 0.002473> - 10753: < 0.007932, -0.001650, 0.002492> - 10754: < 0.007817, -0.001635, 0.002890> - 10755: < 0.007740, -0.002035, 0.002868> - 10756: < 0.007932, -0.001650, 0.002492> - 10757: < 0.007992, -0.001241, 0.002507> - 10758: < 0.007876, -0.001230, 0.002908> - 10759: < 0.007817, -0.001635, 0.002890> - 10760: < 0.007992, -0.001241, 0.002507> - 10761: < 0.008036, -0.000829, 0.002519> - 10762: < 0.007919, -0.000822, 0.002922> - 10763: < 0.007876, -0.001230, 0.002908> - 10764: < 0.008036, -0.000829, 0.002519> - 10765: < 0.008062, -0.000415, 0.002527> - 10766: < 0.007945, -0.000412, 0.002931> - 10767: < 0.007919, -0.000822, 0.002922> - 10768: < 0.008062, -0.000415, 0.002527> - 10769: < 0.008070, 0.000000, 0.002530> - 10770: < 0.007953, 0.000000, 0.002934> - 10771: < 0.007945, -0.000412, 0.002931> - 10772: < 0.008070, 0.000000, 0.002530> - 10773: < 0.008062, 0.000415, 0.002527> - 10774: < 0.007945, 0.000412, 0.002931> - 10775: < 0.007953, 0.000000, 0.002934> - 10776: < 0.008062, 0.000415, 0.002527> - 10777: < 0.008036, 0.000829, 0.002519> - 10778: < 0.007919, 0.000822, 0.002922> - 10779: < 0.007945, 0.000412, 0.002931> - 10780: < 0.008036, 0.000829, 0.002519> - 10781: < 0.007992, 0.001241, 0.002507> - 10782: < 0.007876, 0.001230, 0.002908> - 10783: < 0.007919, 0.000822, 0.002922> - 10784: < 0.007992, 0.001241, 0.002507> - 10785: < 0.007932, 0.001650, 0.002492> - 10786: < 0.007817, 0.001635, 0.002890> - 10787: < 0.007876, 0.001230, 0.002908> - 10788: < 0.007932, 0.001650, 0.002492> - 10789: < 0.007854, 0.002053, 0.002473> - 10790: < 0.007740, 0.002035, 0.002868> - 10791: < 0.007817, 0.001635, 0.002890> - 10792: < 0.007854, 0.002053, 0.002473> - 10793: < 0.007759, 0.002452, 0.002452> - 10794: < 0.007648, 0.002429, 0.002843> - 10795: < 0.007740, 0.002035, 0.002868> - 10796: < 0.007759, 0.002452, 0.002452> - 10797: < 0.007648, 0.002843, 0.002429> - 10798: < 0.007538, 0.002816, 0.002816> - 10799: < 0.007648, 0.002429, 0.002843> - 10800: < 0.007648, 0.002843, 0.002429> - 10801: < 0.007519, 0.003227, 0.002405> - 10802: < 0.007412, 0.003195, 0.002787> - 10803: < 0.007538, 0.002816, 0.002816> - 10804: < 0.007519, 0.003227, 0.002405> - 10805: < 0.007374, 0.003601, 0.002380> - 10806: < 0.007270, 0.003565, 0.002758> - 10807: < 0.007412, 0.003195, 0.002787> - 10808: < 0.007374, 0.003601, 0.002380> - 10809: < 0.007212, 0.003965, 0.002356> - 10810: < 0.007112, 0.003924, 0.002729> - 10811: < 0.007270, 0.003565, 0.002758> - 10812: < 0.007212, 0.003965, 0.002356> - 10813: < 0.007033, 0.004318, 0.002333> - 10814: < 0.006937, 0.004273, 0.002701> - 10815: < 0.007112, 0.003924, 0.002729> - 10816: < 0.007033, 0.004318, 0.002333> - 10817: < 0.006836, 0.004659, 0.002313> - 10818: < 0.006745, 0.004609, 0.002676> - 10819: < 0.006937, 0.004273, 0.002701> - 10820: < 0.006836, 0.004659, 0.002313> - 10821: < 0.006623, 0.004987, 0.002295> - 10822: < 0.006537, 0.004931, 0.002655> - 10823: < 0.006745, 0.004609, 0.002676> - 10824: < 0.006623, 0.004987, 0.002295> - 10825: < 0.006393, 0.005301, 0.002281> - 10826: < 0.006311, 0.005240, 0.002638> - 10827: < 0.006537, 0.004931, 0.002655> - 10828: < 0.006393, 0.005301, 0.002281> - 10829: < 0.006146, 0.005599, 0.002272> - 10830: < 0.006069, 0.005533, 0.002627> - 10831: < 0.006311, 0.005240, 0.002638> - 10832: < 0.006069, -0.005533, 0.002627> - 10833: < 0.006311, -0.005240, 0.002638> - 10834: < 0.006219, -0.005172, 0.002984> - 10835: < 0.005983, -0.005459, 0.002971> - 10836: < 0.006311, -0.005240, 0.002638> - 10837: < 0.006537, -0.004931, 0.002655> - 10838: < 0.006439, -0.004870, 0.003004> - 10839: < 0.006219, -0.005172, 0.002984> - 10840: < 0.006537, -0.004931, 0.002655> - 10841: < 0.006745, -0.004609, 0.002676> - 10842: < 0.006641, -0.004553, 0.003030> - 10843: < 0.006439, -0.004870, 0.003004> - 10844: < 0.006745, -0.004609, 0.002676> - 10845: < 0.006937, -0.004273, 0.002701> - 10846: < 0.006828, -0.004223, 0.003060> - 10847: < 0.006641, -0.004553, 0.003030> - 10848: < 0.006937, -0.004273, 0.002701> - 10849: < 0.007112, -0.003924, 0.002729> - 10850: < 0.006998, -0.003880, 0.003093> - 10851: < 0.006828, -0.004223, 0.003060> - 10852: < 0.007112, -0.003924, 0.002729> - 10853: < 0.007270, -0.003565, 0.002758> - 10854: < 0.007152, -0.003526, 0.003127> - 10855: < 0.006998, -0.003880, 0.003093> - 10856: < 0.007270, -0.003565, 0.002758> - 10857: < 0.007412, -0.003195, 0.002787> - 10858: < 0.007290, -0.003162, 0.003162> - 10859: < 0.007152, -0.003526, 0.003127> - 10860: < 0.007412, -0.003195, 0.002787> - 10861: < 0.007538, -0.002816, 0.002816> - 10862: < 0.007412, -0.002787, 0.003195> - 10863: < 0.007290, -0.003162, 0.003162> - 10864: < 0.007538, -0.002816, 0.002816> - 10865: < 0.007648, -0.002429, 0.002843> - 10866: < 0.007519, -0.002405, 0.003227> - 10867: < 0.007412, -0.002787, 0.003195> - 10868: < 0.007648, -0.002429, 0.002843> - 10869: < 0.007740, -0.002035, 0.002868> - 10870: < 0.007610, -0.002015, 0.003255> - 10871: < 0.007519, -0.002405, 0.003227> - 10872: < 0.007740, -0.002035, 0.002868> - 10873: < 0.007817, -0.001635, 0.002890> - 10874: < 0.007684, -0.001619, 0.003281> - 10875: < 0.007610, -0.002015, 0.003255> - 10876: < 0.007817, -0.001635, 0.002890> - 10877: < 0.007876, -0.001230, 0.002908> - 10878: < 0.007743, -0.001219, 0.003302> - 10879: < 0.007684, -0.001619, 0.003281> - 10880: < 0.007876, -0.001230, 0.002908> - 10881: < 0.007919, -0.000822, 0.002922> - 10882: < 0.007785, -0.000814, 0.003318> - 10883: < 0.007743, -0.001219, 0.003302> - 10884: < 0.007919, -0.000822, 0.002922> - 10885: < 0.007945, -0.000412, 0.002931> - 10886: < 0.007810, -0.000408, 0.003328> - 10887: < 0.007785, -0.000814, 0.003318> - 10888: < 0.007945, -0.000412, 0.002931> - 10889: < 0.007953, 0.000000, 0.002934> - 10890: < 0.007818, 0.000000, 0.003331> - 10891: < 0.007810, -0.000408, 0.003328> - 10892: < 0.007953, 0.000000, 0.002934> - 10893: < 0.007945, 0.000412, 0.002931> - 10894: < 0.007810, 0.000408, 0.003328> - 10895: < 0.007818, 0.000000, 0.003331> - 10896: < 0.007945, 0.000412, 0.002931> - 10897: < 0.007919, 0.000822, 0.002922> - 10898: < 0.007785, 0.000814, 0.003318> - 10899: < 0.007810, 0.000408, 0.003328> - 10900: < 0.007919, 0.000822, 0.002922> - 10901: < 0.007876, 0.001230, 0.002908> - 10902: < 0.007743, 0.001219, 0.003302> - 10903: < 0.007785, 0.000814, 0.003318> - 10904: < 0.007876, 0.001230, 0.002908> - 10905: < 0.007817, 0.001635, 0.002890> - 10906: < 0.007684, 0.001619, 0.003281> - 10907: < 0.007743, 0.001219, 0.003302> - 10908: < 0.007817, 0.001635, 0.002890> - 10909: < 0.007740, 0.002035, 0.002868> - 10910: < 0.007610, 0.002015, 0.003255> - 10911: < 0.007684, 0.001619, 0.003281> - 10912: < 0.007740, 0.002035, 0.002868> - 10913: < 0.007648, 0.002429, 0.002843> - 10914: < 0.007519, 0.002405, 0.003227> - 10915: < 0.007610, 0.002015, 0.003255> - 10916: < 0.007648, 0.002429, 0.002843> - 10917: < 0.007538, 0.002816, 0.002816> - 10918: < 0.007412, 0.002787, 0.003195> - 10919: < 0.007519, 0.002405, 0.003227> - 10920: < 0.007538, 0.002816, 0.002816> - 10921: < 0.007412, 0.003195, 0.002787> - 10922: < 0.007290, 0.003162, 0.003162> - 10923: < 0.007412, 0.002787, 0.003195> - 10924: < 0.007412, 0.003195, 0.002787> - 10925: < 0.007270, 0.003565, 0.002758> - 10926: < 0.007152, 0.003526, 0.003127> - 10927: < 0.007290, 0.003162, 0.003162> - 10928: < 0.007270, 0.003565, 0.002758> - 10929: < 0.007112, 0.003924, 0.002729> - 10930: < 0.006998, 0.003880, 0.003093> - 10931: < 0.007152, 0.003526, 0.003127> - 10932: < 0.007112, 0.003924, 0.002729> - 10933: < 0.006937, 0.004273, 0.002701> - 10934: < 0.006828, 0.004223, 0.003060> - 10935: < 0.006998, 0.003880, 0.003093> - 10936: < 0.006937, 0.004273, 0.002701> - 10937: < 0.006745, 0.004609, 0.002676> - 10938: < 0.006641, 0.004553, 0.003030> - 10939: < 0.006828, 0.004223, 0.003060> - 10940: < 0.006745, 0.004609, 0.002676> - 10941: < 0.006537, 0.004931, 0.002655> - 10942: < 0.006439, 0.004870, 0.003004> - 10943: < 0.006641, 0.004553, 0.003030> - 10944: < 0.006537, 0.004931, 0.002655> - 10945: < 0.006311, 0.005240, 0.002638> - 10946: < 0.006219, 0.005172, 0.002984> - 10947: < 0.006439, 0.004870, 0.003004> - 10948: < 0.006311, 0.005240, 0.002638> - 10949: < 0.006069, 0.005533, 0.002627> - 10950: < 0.005983, 0.005459, 0.002971> - 10951: < 0.006219, 0.005172, 0.002984> - 10952: < 0.005983, -0.005459, 0.002971> - 10953: < 0.006219, -0.005172, 0.002984> - 10954: < 0.006117, -0.005099, 0.003318> - 10955: < 0.005888, -0.005379, 0.003302> - 10956: < 0.006219, -0.005172, 0.002984> - 10957: < 0.006439, -0.004870, 0.003004> - 10958: < 0.006329, -0.004804, 0.003342> - 10959: < 0.006117, -0.005099, 0.003318> - 10960: < 0.006439, -0.004870, 0.003004> - 10961: < 0.006641, -0.004553, 0.003030> - 10962: < 0.006525, -0.004494, 0.003372> - 10963: < 0.006329, -0.004804, 0.003342> - 10964: < 0.006641, -0.004553, 0.003030> - 10965: < 0.006828, -0.004223, 0.003060> - 10966: < 0.006705, -0.004170, 0.003407> - 10967: < 0.006525, -0.004494, 0.003372> - 10968: < 0.006828, -0.004223, 0.003060> - 10969: < 0.006998, -0.003880, 0.003093> - 10970: < 0.006870, -0.003834, 0.003446> - 10971: < 0.006705, -0.004170, 0.003407> - 10972: < 0.006998, -0.003880, 0.003093> - 10973: < 0.007152, -0.003526, 0.003127> - 10974: < 0.007018, -0.003486, 0.003486> - 10975: < 0.006870, -0.003834, 0.003446> - 10976: < 0.007152, -0.003526, 0.003127> - 10977: < 0.007290, -0.003162, 0.003162> - 10978: < 0.007152, -0.003127, 0.003526> - 10979: < 0.007018, -0.003486, 0.003486> - 10980: < 0.007290, -0.003162, 0.003162> - 10981: < 0.007412, -0.002787, 0.003195> - 10982: < 0.007270, -0.002758, 0.003565> - 10983: < 0.007152, -0.003127, 0.003526> - 10984: < 0.007412, -0.002787, 0.003195> - 10985: < 0.007519, -0.002405, 0.003227> - 10986: < 0.007374, -0.002380, 0.003601> - 10987: < 0.007270, -0.002758, 0.003565> - 10988: < 0.007519, -0.002405, 0.003227> - 10989: < 0.007610, -0.002015, 0.003255> - 10990: < 0.007462, -0.001995, 0.003634> - 10991: < 0.007374, -0.002380, 0.003601> - 10992: < 0.007610, -0.002015, 0.003255> - 10993: < 0.007684, -0.001619, 0.003281> - 10994: < 0.007535, -0.001603, 0.003663> - 10995: < 0.007462, -0.001995, 0.003634> - 10996: < 0.007684, -0.001619, 0.003281> - 10997: < 0.007743, -0.001219, 0.003302> - 10998: < 0.007591, -0.001207, 0.003686> - 10999: < 0.007535, -0.001603, 0.003663> - 11000: < 0.007743, -0.001219, 0.003302> - 11001: < 0.007785, -0.000814, 0.003318> - 11002: < 0.007632, -0.000807, 0.003704> - 11003: < 0.007591, -0.001207, 0.003686> - 11004: < 0.007785, -0.000814, 0.003318> - 11005: < 0.007810, -0.000408, 0.003328> - 11006: < 0.007657, -0.000404, 0.003716> - 11007: < 0.007632, -0.000807, 0.003704> - 11008: < 0.007810, -0.000408, 0.003328> - 11009: < 0.007818, 0.000000, 0.003331> - 11010: < 0.007665, 0.000000, 0.003720> - 11011: < 0.007657, -0.000404, 0.003716> - 11012: < 0.007818, 0.000000, 0.003331> - 11013: < 0.007810, 0.000408, 0.003328> - 11014: < 0.007657, 0.000404, 0.003716> - 11015: < 0.007665, 0.000000, 0.003720> - 11016: < 0.007810, 0.000408, 0.003328> - 11017: < 0.007785, 0.000814, 0.003318> - 11018: < 0.007632, 0.000807, 0.003704> - 11019: < 0.007657, 0.000404, 0.003716> - 11020: < 0.007785, 0.000814, 0.003318> - 11021: < 0.007743, 0.001219, 0.003302> - 11022: < 0.007591, 0.001207, 0.003686> - 11023: < 0.007632, 0.000807, 0.003704> - 11024: < 0.007743, 0.001219, 0.003302> - 11025: < 0.007684, 0.001619, 0.003281> - 11026: < 0.007535, 0.001603, 0.003663> - 11027: < 0.007591, 0.001207, 0.003686> - 11028: < 0.007684, 0.001619, 0.003281> - 11029: < 0.007610, 0.002015, 0.003255> - 11030: < 0.007462, 0.001995, 0.003634> - 11031: < 0.007535, 0.001603, 0.003663> - 11032: < 0.007610, 0.002015, 0.003255> - 11033: < 0.007519, 0.002405, 0.003227> - 11034: < 0.007374, 0.002380, 0.003601> - 11035: < 0.007462, 0.001995, 0.003634> - 11036: < 0.007519, 0.002405, 0.003227> - 11037: < 0.007412, 0.002787, 0.003195> - 11038: < 0.007270, 0.002758, 0.003565> - 11039: < 0.007374, 0.002380, 0.003601> - 11040: < 0.007412, 0.002787, 0.003195> - 11041: < 0.007290, 0.003162, 0.003162> - 11042: < 0.007152, 0.003127, 0.003526> - 11043: < 0.007270, 0.002758, 0.003565> - 11044: < 0.007290, 0.003162, 0.003162> - 11045: < 0.007152, 0.003526, 0.003127> - 11046: < 0.007018, 0.003486, 0.003486> - 11047: < 0.007152, 0.003127, 0.003526> - 11048: < 0.007152, 0.003526, 0.003127> - 11049: < 0.006998, 0.003880, 0.003093> - 11050: < 0.006870, 0.003834, 0.003446> - 11051: < 0.007018, 0.003486, 0.003486> - 11052: < 0.006998, 0.003880, 0.003093> - 11053: < 0.006828, 0.004223, 0.003060> - 11054: < 0.006705, 0.004170, 0.003407> - 11055: < 0.006870, 0.003834, 0.003446> - 11056: < 0.006828, 0.004223, 0.003060> - 11057: < 0.006641, 0.004553, 0.003030> - 11058: < 0.006525, 0.004494, 0.003372> - 11059: < 0.006705, 0.004170, 0.003407> - 11060: < 0.006641, 0.004553, 0.003030> - 11061: < 0.006439, 0.004870, 0.003004> - 11062: < 0.006329, 0.004804, 0.003342> - 11063: < 0.006525, 0.004494, 0.003372> - 11064: < 0.006439, 0.004870, 0.003004> - 11065: < 0.006219, 0.005172, 0.002984> - 11066: < 0.006117, 0.005099, 0.003318> - 11067: < 0.006329, 0.004804, 0.003342> - 11068: < 0.006219, 0.005172, 0.002984> - 11069: < 0.005983, 0.005459, 0.002971> - 11070: < 0.005888, 0.005379, 0.003302> - 11071: < 0.006117, 0.005099, 0.003318> - 11072: < 0.005888, -0.005379, 0.003302> - 11073: < 0.006117, -0.005099, 0.003318> - 11074: < 0.006006, -0.005023, 0.003637> - 11075: < 0.005786, -0.005294, 0.003619> - 11076: < 0.006117, -0.005099, 0.003318> - 11077: < 0.006329, -0.004804, 0.003342> - 11078: < 0.006210, -0.004736, 0.003666> - 11079: < 0.006006, -0.005023, 0.003637> - 11080: < 0.006329, -0.004804, 0.003342> - 11081: < 0.006525, -0.004494, 0.003372> - 11082: < 0.006397, -0.004434, 0.003701> - 11083: < 0.006210, -0.004736, 0.003666> - 11084: < 0.006525, -0.004494, 0.003372> - 11085: < 0.006705, -0.004170, 0.003407> - 11086: < 0.006570, -0.004117, 0.003743> - 11087: < 0.006397, -0.004434, 0.003701> - 11088: < 0.006705, -0.004170, 0.003407> - 11089: < 0.006870, -0.003834, 0.003446> - 11090: < 0.006727, -0.003788, 0.003788> - 11091: < 0.006570, -0.004117, 0.003743> - 11092: < 0.006870, -0.003834, 0.003446> - 11093: < 0.007018, -0.003486, 0.003486> - 11094: < 0.006870, -0.003446, 0.003834> - 11095: < 0.006727, -0.003788, 0.003788> - 11096: < 0.007018, -0.003486, 0.003486> - 11097: < 0.007152, -0.003127, 0.003526> - 11098: < 0.006998, -0.003093, 0.003880> - 11099: < 0.006870, -0.003446, 0.003834> - 11100: < 0.007152, -0.003127, 0.003526> - 11101: < 0.007270, -0.002758, 0.003565> - 11102: < 0.007112, -0.002729, 0.003924> - 11103: < 0.006998, -0.003093, 0.003880> - 11104: < 0.007270, -0.002758, 0.003565> - 11105: < 0.007374, -0.002380, 0.003601> - 11106: < 0.007212, -0.002356, 0.003965> - 11107: < 0.007112, -0.002729, 0.003924> - 11108: < 0.007374, -0.002380, 0.003601> - 11109: < 0.007462, -0.001995, 0.003634> - 11110: < 0.007297, -0.001975, 0.004002> - 11111: < 0.007212, -0.002356, 0.003965> - 11112: < 0.007462, -0.001995, 0.003634> - 11113: < 0.007535, -0.001603, 0.003663> - 11114: < 0.007367, -0.001588, 0.004034> - 11115: < 0.007297, -0.001975, 0.004002> - 11116: < 0.007535, -0.001603, 0.003663> - 11117: < 0.007591, -0.001207, 0.003686> - 11118: < 0.007423, -0.001196, 0.004061> - 11119: < 0.007367, -0.001588, 0.004034> - 11120: < 0.007591, -0.001207, 0.003686> - 11121: < 0.007632, -0.000807, 0.003704> - 11122: < 0.007462, -0.000799, 0.004081> - 11123: < 0.007423, -0.001196, 0.004061> - 11124: < 0.007632, -0.000807, 0.003704> - 11125: < 0.007657, -0.000404, 0.003716> - 11126: < 0.007487, -0.000400, 0.004093> - 11127: < 0.007462, -0.000799, 0.004081> - 11128: < 0.007657, -0.000404, 0.003716> - 11129: < 0.007665, 0.000000, 0.003720> - 11130: < 0.007495, 0.000000, 0.004098> - 11131: < 0.007487, -0.000400, 0.004093> - 11132: < 0.007665, 0.000000, 0.003720> - 11133: < 0.007657, 0.000404, 0.003716> - 11134: < 0.007487, 0.000400, 0.004093> - 11135: < 0.007495, 0.000000, 0.004098> - 11136: < 0.007657, 0.000404, 0.003716> - 11137: < 0.007632, 0.000807, 0.003704> - 11138: < 0.007462, 0.000799, 0.004081> - 11139: < 0.007487, 0.000400, 0.004093> - 11140: < 0.007632, 0.000807, 0.003704> - 11141: < 0.007591, 0.001207, 0.003686> - 11142: < 0.007423, 0.001196, 0.004061> - 11143: < 0.007462, 0.000799, 0.004081> - 11144: < 0.007591, 0.001207, 0.003686> - 11145: < 0.007535, 0.001603, 0.003663> - 11146: < 0.007367, 0.001588, 0.004034> - 11147: < 0.007423, 0.001196, 0.004061> - 11148: < 0.007535, 0.001603, 0.003663> - 11149: < 0.007462, 0.001995, 0.003634> - 11150: < 0.007297, 0.001975, 0.004002> - 11151: < 0.007367, 0.001588, 0.004034> - 11152: < 0.007462, 0.001995, 0.003634> - 11153: < 0.007374, 0.002380, 0.003601> - 11154: < 0.007212, 0.002356, 0.003965> - 11155: < 0.007297, 0.001975, 0.004002> - 11156: < 0.007374, 0.002380, 0.003601> - 11157: < 0.007270, 0.002758, 0.003565> - 11158: < 0.007112, 0.002729, 0.003924> - 11159: < 0.007212, 0.002356, 0.003965> - 11160: < 0.007270, 0.002758, 0.003565> - 11161: < 0.007152, 0.003127, 0.003526> - 11162: < 0.006998, 0.003093, 0.003880> - 11163: < 0.007112, 0.002729, 0.003924> - 11164: < 0.007152, 0.003127, 0.003526> - 11165: < 0.007018, 0.003486, 0.003486> - 11166: < 0.006870, 0.003446, 0.003834> - 11167: < 0.006998, 0.003093, 0.003880> - 11168: < 0.007018, 0.003486, 0.003486> - 11169: < 0.006870, 0.003834, 0.003446> - 11170: < 0.006727, 0.003788, 0.003788> - 11171: < 0.006870, 0.003446, 0.003834> - 11172: < 0.006870, 0.003834, 0.003446> - 11173: < 0.006705, 0.004170, 0.003407> - 11174: < 0.006570, 0.004117, 0.003743> - 11175: < 0.006727, 0.003788, 0.003788> - 11176: < 0.006705, 0.004170, 0.003407> - 11177: < 0.006525, 0.004494, 0.003372> - 11178: < 0.006397, 0.004434, 0.003701> - 11179: < 0.006570, 0.004117, 0.003743> - 11180: < 0.006525, 0.004494, 0.003372> - 11181: < 0.006329, 0.004804, 0.003342> - 11182: < 0.006210, 0.004736, 0.003666> - 11183: < 0.006397, 0.004434, 0.003701> - 11184: < 0.006329, 0.004804, 0.003342> - 11185: < 0.006117, 0.005099, 0.003318> - 11186: < 0.006006, 0.005023, 0.003637> - 11187: < 0.006210, 0.004736, 0.003666> - 11188: < 0.006117, 0.005099, 0.003318> - 11189: < 0.005888, 0.005379, 0.003302> - 11190: < 0.005786, 0.005294, 0.003619> - 11191: < 0.006006, 0.005023, 0.003637> - 11192: < 0.005786, -0.005294, 0.003619> - 11193: < 0.006006, -0.005023, 0.003637> - 11194: < 0.005887, -0.004946, 0.003941> - 11195: < 0.005678, -0.005207, 0.003918> - 11196: < 0.006006, -0.005023, 0.003637> - 11197: < 0.006210, -0.004736, 0.003666> - 11198: < 0.006080, -0.004668, 0.003975> - 11199: < 0.005887, -0.004946, 0.003941> - 11200: < 0.006210, -0.004736, 0.003666> - 11201: < 0.006397, -0.004434, 0.003701> - 11202: < 0.006257, -0.004374, 0.004017> - 11203: < 0.006080, -0.004668, 0.003975> - 11204: < 0.006397, -0.004434, 0.003701> - 11205: < 0.006570, -0.004117, 0.003743> - 11206: < 0.006421, -0.004065, 0.004065> - 11207: < 0.006257, -0.004374, 0.004017> - 11208: < 0.006570, -0.004117, 0.003743> - 11209: < 0.006727, -0.003788, 0.003788> - 11210: < 0.006570, -0.003743, 0.004117> - 11211: < 0.006421, -0.004065, 0.004065> - 11212: < 0.006727, -0.003788, 0.003788> - 11213: < 0.006870, -0.003446, 0.003834> - 11214: < 0.006705, -0.003407, 0.004170> - 11215: < 0.006570, -0.003743, 0.004117> - 11216: < 0.006870, -0.003446, 0.003834> - 11217: < 0.006998, -0.003093, 0.003880> - 11218: < 0.006828, -0.003060, 0.004223> - 11219: < 0.006705, -0.003407, 0.004170> - 11220: < 0.006998, -0.003093, 0.003880> - 11221: < 0.007112, -0.002729, 0.003924> - 11222: < 0.006937, -0.002701, 0.004273> - 11223: < 0.006828, -0.003060, 0.004223> - 11224: < 0.007112, -0.002729, 0.003924> - 11225: < 0.007212, -0.002356, 0.003965> - 11226: < 0.007033, -0.002333, 0.004318> - 11227: < 0.006937, -0.002701, 0.004273> - 11228: < 0.007212, -0.002356, 0.003965> - 11229: < 0.007297, -0.001975, 0.004002> - 11230: < 0.007115, -0.001957, 0.004360> - 11231: < 0.007033, -0.002333, 0.004318> - 11232: < 0.007297, -0.001975, 0.004002> - 11233: < 0.007367, -0.001588, 0.004034> - 11234: < 0.007183, -0.001574, 0.004395> - 11235: < 0.007115, -0.001957, 0.004360> - 11236: < 0.007367, -0.001588, 0.004034> - 11237: < 0.007423, -0.001196, 0.004061> - 11238: < 0.007236, -0.001185, 0.004424> - 11239: < 0.007183, -0.001574, 0.004395> - 11240: < 0.007423, -0.001196, 0.004061> - 11241: < 0.007462, -0.000799, 0.004081> - 11242: < 0.007275, -0.000792, 0.004446> - 11243: < 0.007236, -0.001185, 0.004424> - 11244: < 0.007462, -0.000799, 0.004081> - 11245: < 0.007487, -0.000400, 0.004093> - 11246: < 0.007298, -0.000397, 0.004460> - 11247: < 0.007275, -0.000792, 0.004446> - 11248: < 0.007487, -0.000400, 0.004093> - 11249: < 0.007495, 0.000000, 0.004098> - 11250: < 0.007306, 0.000000, 0.004465> - 11251: < 0.007298, -0.000397, 0.004460> - 11252: < 0.007495, 0.000000, 0.004098> - 11253: < 0.007487, 0.000400, 0.004093> - 11254: < 0.007298, 0.000397, 0.004460> - 11255: < 0.007306, 0.000000, 0.004465> - 11256: < 0.007487, 0.000400, 0.004093> - 11257: < 0.007462, 0.000799, 0.004081> - 11258: < 0.007275, 0.000792, 0.004446> - 11259: < 0.007298, 0.000397, 0.004460> - 11260: < 0.007462, 0.000799, 0.004081> - 11261: < 0.007423, 0.001196, 0.004061> - 11262: < 0.007236, 0.001185, 0.004424> - 11263: < 0.007275, 0.000792, 0.004446> - 11264: < 0.007423, 0.001196, 0.004061> - 11265: < 0.007367, 0.001588, 0.004034> - 11266: < 0.007183, 0.001574, 0.004395> - 11267: < 0.007236, 0.001185, 0.004424> - 11268: < 0.007367, 0.001588, 0.004034> - 11269: < 0.007297, 0.001975, 0.004002> - 11270: < 0.007115, 0.001957, 0.004360> - 11271: < 0.007183, 0.001574, 0.004395> - 11272: < 0.007297, 0.001975, 0.004002> - 11273: < 0.007212, 0.002356, 0.003965> - 11274: < 0.007033, 0.002333, 0.004318> - 11275: < 0.007115, 0.001957, 0.004360> - 11276: < 0.007212, 0.002356, 0.003965> - 11277: < 0.007112, 0.002729, 0.003924> - 11278: < 0.006937, 0.002701, 0.004273> - 11279: < 0.007033, 0.002333, 0.004318> - 11280: < 0.007112, 0.002729, 0.003924> - 11281: < 0.006998, 0.003093, 0.003880> - 11282: < 0.006828, 0.003060, 0.004223> - 11283: < 0.006937, 0.002701, 0.004273> - 11284: < 0.006998, 0.003093, 0.003880> - 11285: < 0.006870, 0.003446, 0.003834> - 11286: < 0.006705, 0.003407, 0.004170> - 11287: < 0.006828, 0.003060, 0.004223> - 11288: < 0.006870, 0.003446, 0.003834> - 11289: < 0.006727, 0.003788, 0.003788> - 11290: < 0.006570, 0.003743, 0.004117> - 11291: < 0.006705, 0.003407, 0.004170> - 11292: < 0.006727, 0.003788, 0.003788> - 11293: < 0.006570, 0.004117, 0.003743> - 11294: < 0.006421, 0.004065, 0.004065> - 11295: < 0.006570, 0.003743, 0.004117> - 11296: < 0.006570, 0.004117, 0.003743> - 11297: < 0.006397, 0.004434, 0.003701> - 11298: < 0.006257, 0.004374, 0.004017> - 11299: < 0.006421, 0.004065, 0.004065> - 11300: < 0.006397, 0.004434, 0.003701> - 11301: < 0.006210, 0.004736, 0.003666> - 11302: < 0.006080, 0.004668, 0.003975> - 11303: < 0.006257, 0.004374, 0.004017> - 11304: < 0.006210, 0.004736, 0.003666> - 11305: < 0.006006, 0.005023, 0.003637> - 11306: < 0.005887, 0.004946, 0.003941> - 11307: < 0.006080, 0.004668, 0.003975> - 11308: < 0.006006, 0.005023, 0.003637> - 11309: < 0.005786, 0.005294, 0.003619> - 11310: < 0.005678, 0.005207, 0.003918> - 11311: < 0.005887, 0.004946, 0.003941> - 11312: < 0.005678, -0.005207, 0.003918> - 11313: < 0.005887, -0.004946, 0.003941> - 11314: < 0.005760, -0.004870, 0.004226> - 11315: < 0.005564, -0.005120, 0.004199> - 11316: < 0.005887, -0.004946, 0.003941> - 11317: < 0.006080, -0.004668, 0.003975> - 11318: < 0.005939, -0.004602, 0.004267> - 11319: < 0.005760, -0.004870, 0.004226> - 11320: < 0.006080, -0.004668, 0.003975> - 11321: < 0.006257, -0.004374, 0.004017> - 11322: < 0.006105, -0.004318, 0.004318> - 11323: < 0.005939, -0.004602, 0.004267> - 11324: < 0.006257, -0.004374, 0.004017> - 11325: < 0.006421, -0.004065, 0.004065> - 11326: < 0.006257, -0.004017, 0.004374> - 11327: < 0.006105, -0.004318, 0.004318> - 11328: < 0.006421, -0.004065, 0.004065> - 11329: < 0.006570, -0.003743, 0.004117> - 11330: < 0.006397, -0.003701, 0.004434> - 11331: < 0.006257, -0.004017, 0.004374> - 11332: < 0.006570, -0.003743, 0.004117> - 11333: < 0.006705, -0.003407, 0.004170> - 11334: < 0.006525, -0.003372, 0.004494> - 11335: < 0.006397, -0.003701, 0.004434> - 11336: < 0.006705, -0.003407, 0.004170> - 11337: < 0.006828, -0.003060, 0.004223> - 11338: < 0.006641, -0.003030, 0.004553> - 11339: < 0.006525, -0.003372, 0.004494> - 11340: < 0.006828, -0.003060, 0.004223> - 11341: < 0.006937, -0.002701, 0.004273> - 11342: < 0.006745, -0.002676, 0.004609> - 11343: < 0.006641, -0.003030, 0.004553> - 11344: < 0.006937, -0.002701, 0.004273> - 11345: < 0.007033, -0.002333, 0.004318> - 11346: < 0.006836, -0.002313, 0.004659> - 11347: < 0.006745, -0.002676, 0.004609> - 11348: < 0.007033, -0.002333, 0.004318> - 11349: < 0.007115, -0.001957, 0.004360> - 11350: < 0.006915, -0.001940, 0.004705> - 11351: < 0.006836, -0.002313, 0.004659> - 11352: < 0.007115, -0.001957, 0.004360> - 11353: < 0.007183, -0.001574, 0.004395> - 11354: < 0.006980, -0.001561, 0.004744> - 11355: < 0.006915, -0.001940, 0.004705> - 11356: < 0.007183, -0.001574, 0.004395> - 11357: < 0.007236, -0.001185, 0.004424> - 11358: < 0.007032, -0.001176, 0.004776> - 11359: < 0.006980, -0.001561, 0.004744> - 11360: < 0.007236, -0.001185, 0.004424> - 11361: < 0.007275, -0.000792, 0.004446> - 11362: < 0.007069, -0.000786, 0.004800> - 11363: < 0.007032, -0.001176, 0.004776> - 11364: < 0.007275, -0.000792, 0.004446> - 11365: < 0.007298, -0.000397, 0.004460> - 11366: < 0.007092, -0.000394, 0.004815> - 11367: < 0.007069, -0.000786, 0.004800> - 11368: < 0.007298, -0.000397, 0.004460> - 11369: < 0.007306, 0.000000, 0.004465> - 11370: < 0.007099, 0.000000, 0.004820> - 11371: < 0.007092, -0.000394, 0.004815> - 11372: < 0.007306, 0.000000, 0.004465> - 11373: < 0.007298, 0.000397, 0.004460> - 11374: < 0.007092, 0.000394, 0.004815> - 11375: < 0.007099, 0.000000, 0.004820> - 11376: < 0.007298, 0.000397, 0.004460> - 11377: < 0.007275, 0.000792, 0.004446> - 11378: < 0.007069, 0.000786, 0.004800> - 11379: < 0.007092, 0.000394, 0.004815> - 11380: < 0.007275, 0.000792, 0.004446> - 11381: < 0.007236, 0.001185, 0.004424> - 11382: < 0.007032, 0.001176, 0.004776> - 11383: < 0.007069, 0.000786, 0.004800> - 11384: < 0.007236, 0.001185, 0.004424> - 11385: < 0.007183, 0.001574, 0.004395> - 11386: < 0.006980, 0.001561, 0.004744> - 11387: < 0.007032, 0.001176, 0.004776> - 11388: < 0.007183, 0.001574, 0.004395> - 11389: < 0.007115, 0.001957, 0.004360> - 11390: < 0.006915, 0.001940, 0.004705> - 11391: < 0.006980, 0.001561, 0.004744> - 11392: < 0.007115, 0.001957, 0.004360> - 11393: < 0.007033, 0.002333, 0.004318> - 11394: < 0.006836, 0.002313, 0.004659> - 11395: < 0.006915, 0.001940, 0.004705> - 11396: < 0.007033, 0.002333, 0.004318> - 11397: < 0.006937, 0.002701, 0.004273> - 11398: < 0.006745, 0.002676, 0.004609> - 11399: < 0.006836, 0.002313, 0.004659> - 11400: < 0.006937, 0.002701, 0.004273> - 11401: < 0.006828, 0.003060, 0.004223> - 11402: < 0.006641, 0.003030, 0.004553> - 11403: < 0.006745, 0.002676, 0.004609> - 11404: < 0.006828, 0.003060, 0.004223> - 11405: < 0.006705, 0.003407, 0.004170> - 11406: < 0.006525, 0.003372, 0.004494> - 11407: < 0.006641, 0.003030, 0.004553> - 11408: < 0.006705, 0.003407, 0.004170> - 11409: < 0.006570, 0.003743, 0.004117> - 11410: < 0.006397, 0.003701, 0.004434> - 11411: < 0.006525, 0.003372, 0.004494> - 11412: < 0.006570, 0.003743, 0.004117> - 11413: < 0.006421, 0.004065, 0.004065> - 11414: < 0.006257, 0.004017, 0.004374> - 11415: < 0.006397, 0.003701, 0.004434> - 11416: < 0.006421, 0.004065, 0.004065> - 11417: < 0.006257, 0.004374, 0.004017> - 11418: < 0.006105, 0.004318, 0.004318> - 11419: < 0.006257, 0.004017, 0.004374> - 11420: < 0.006257, 0.004374, 0.004017> - 11421: < 0.006080, 0.004668, 0.003975> - 11422: < 0.005939, 0.004602, 0.004267> - 11423: < 0.006105, 0.004318, 0.004318> - 11424: < 0.006080, 0.004668, 0.003975> - 11425: < 0.005887, 0.004946, 0.003941> - 11426: < 0.005760, 0.004870, 0.004226> - 11427: < 0.005939, 0.004602, 0.004267> - 11428: < 0.005887, 0.004946, 0.003941> - 11429: < 0.005678, 0.005207, 0.003918> - 11430: < 0.005564, 0.005120, 0.004199> - 11431: < 0.005760, 0.004870, 0.004226> - 11432: < 0.005564, -0.005120, 0.004199> - 11433: < 0.005760, -0.004870, 0.004226> - 11434: < 0.005623, -0.004798, 0.004494> - 11435: < 0.005446, -0.005034, 0.004460> - 11436: < 0.005760, -0.004870, 0.004226> - 11437: < 0.005939, -0.004602, 0.004267> - 11438: < 0.005788, -0.004542, 0.004542> - 11439: < 0.005623, -0.004798, 0.004494> - 11440: < 0.005939, -0.004602, 0.004267> - 11441: < 0.006105, -0.004318, 0.004318> - 11442: < 0.005939, -0.004267, 0.004602> - 11443: < 0.005788, -0.004542, 0.004542> - 11444: < 0.006105, -0.004318, 0.004318> - 11445: < 0.006257, -0.004017, 0.004374> - 11446: < 0.006080, -0.003975, 0.004668> - 11447: < 0.005939, -0.004267, 0.004602> - 11448: < 0.006257, -0.004017, 0.004374> - 11449: < 0.006397, -0.003701, 0.004434> - 11450: < 0.006210, -0.003666, 0.004736> - 11451: < 0.006080, -0.003975, 0.004668> - 11452: < 0.006397, -0.003701, 0.004434> - 11453: < 0.006525, -0.003372, 0.004494> - 11454: < 0.006329, -0.003342, 0.004804> - 11455: < 0.006210, -0.003666, 0.004736> - 11456: < 0.006525, -0.003372, 0.004494> - 11457: < 0.006641, -0.003030, 0.004553> - 11458: < 0.006439, -0.003004, 0.004870> - 11459: < 0.006329, -0.003342, 0.004804> - 11460: < 0.006641, -0.003030, 0.004553> - 11461: < 0.006745, -0.002676, 0.004609> - 11462: < 0.006537, -0.002655, 0.004931> - 11463: < 0.006439, -0.003004, 0.004870> - 11464: < 0.006745, -0.002676, 0.004609> - 11465: < 0.006836, -0.002313, 0.004659> - 11466: < 0.006623, -0.002295, 0.004987> - 11467: < 0.006537, -0.002655, 0.004931> - 11468: < 0.006836, -0.002313, 0.004659> - 11469: < 0.006915, -0.001940, 0.004705> - 11470: < 0.006698, -0.001926, 0.005037> - 11471: < 0.006623, -0.002295, 0.004987> - 11472: < 0.006915, -0.001940, 0.004705> - 11473: < 0.006980, -0.001561, 0.004744> - 11474: < 0.006761, -0.001550, 0.005080> - 11475: < 0.006698, -0.001926, 0.005037> - 11476: < 0.006980, -0.001561, 0.004744> - 11477: < 0.007032, -0.001176, 0.004776> - 11478: < 0.006810, -0.001168, 0.005114> - 11479: < 0.006761, -0.001550, 0.005080> - 11480: < 0.007032, -0.001176, 0.004776> - 11481: < 0.007069, -0.000786, 0.004800> - 11482: < 0.006846, -0.000781, 0.005140> - 11483: < 0.006810, -0.001168, 0.005114> - 11484: < 0.007069, -0.000786, 0.004800> - 11485: < 0.007092, -0.000394, 0.004815> - 11486: < 0.006868, -0.000391, 0.005156> - 11487: < 0.006846, -0.000781, 0.005140> - 11488: < 0.007092, -0.000394, 0.004815> - 11489: < 0.007099, 0.000000, 0.004820> - 11490: < 0.006875, 0.000000, 0.005162> - 11491: < 0.006868, -0.000391, 0.005156> - 11492: < 0.007099, 0.000000, 0.004820> - 11493: < 0.007092, 0.000394, 0.004815> - 11494: < 0.006868, 0.000391, 0.005156> - 11495: < 0.006875, 0.000000, 0.005162> - 11496: < 0.007092, 0.000394, 0.004815> - 11497: < 0.007069, 0.000786, 0.004800> - 11498: < 0.006846, 0.000781, 0.005140> - 11499: < 0.006868, 0.000391, 0.005156> - 11500: < 0.007069, 0.000786, 0.004800> - 11501: < 0.007032, 0.001176, 0.004776> - 11502: < 0.006810, 0.001168, 0.005114> - 11503: < 0.006846, 0.000781, 0.005140> - 11504: < 0.007032, 0.001176, 0.004776> - 11505: < 0.006980, 0.001561, 0.004744> - 11506: < 0.006761, 0.001550, 0.005080> - 11507: < 0.006810, 0.001168, 0.005114> - 11508: < 0.006980, 0.001561, 0.004744> - 11509: < 0.006915, 0.001940, 0.004705> - 11510: < 0.006698, 0.001926, 0.005037> - 11511: < 0.006761, 0.001550, 0.005080> - 11512: < 0.006915, 0.001940, 0.004705> - 11513: < 0.006836, 0.002313, 0.004659> - 11514: < 0.006623, 0.002295, 0.004987> - 11515: < 0.006698, 0.001926, 0.005037> - 11516: < 0.006836, 0.002313, 0.004659> - 11517: < 0.006745, 0.002676, 0.004609> - 11518: < 0.006537, 0.002655, 0.004931> - 11519: < 0.006623, 0.002295, 0.004987> - 11520: < 0.006745, 0.002676, 0.004609> - 11521: < 0.006641, 0.003030, 0.004553> - 11522: < 0.006439, 0.003004, 0.004870> - 11523: < 0.006537, 0.002655, 0.004931> - 11524: < 0.006641, 0.003030, 0.004553> - 11525: < 0.006525, 0.003372, 0.004494> - 11526: < 0.006329, 0.003342, 0.004804> - 11527: < 0.006439, 0.003004, 0.004870> - 11528: < 0.006525, 0.003372, 0.004494> - 11529: < 0.006397, 0.003701, 0.004434> - 11530: < 0.006210, 0.003666, 0.004736> - 11531: < 0.006329, 0.003342, 0.004804> - 11532: < 0.006397, 0.003701, 0.004434> - 11533: < 0.006257, 0.004017, 0.004374> - 11534: < 0.006080, 0.003975, 0.004668> - 11535: < 0.006210, 0.003666, 0.004736> - 11536: < 0.006257, 0.004017, 0.004374> - 11537: < 0.006105, 0.004318, 0.004318> - 11538: < 0.005939, 0.004267, 0.004602> - 11539: < 0.006080, 0.003975, 0.004668> - 11540: < 0.006105, 0.004318, 0.004318> - 11541: < 0.005939, 0.004602, 0.004267> - 11542: < 0.005788, 0.004542, 0.004542> - 11543: < 0.005939, 0.004267, 0.004602> - 11544: < 0.005939, 0.004602, 0.004267> - 11545: < 0.005760, 0.004870, 0.004226> - 11546: < 0.005623, 0.004798, 0.004494> - 11547: < 0.005788, 0.004542, 0.004542> - 11548: < 0.005760, 0.004870, 0.004226> - 11549: < 0.005564, 0.005120, 0.004199> - 11550: < 0.005446, 0.005034, 0.004460> - 11551: < 0.005623, 0.004798, 0.004494> - 11552: < 0.005446, -0.005034, 0.004460> - 11553: < 0.005623, -0.004798, 0.004494> - 11554: < 0.005479, -0.004738, 0.004738> - 11555: < 0.005326, -0.004959, 0.004691> - 11556: < 0.005623, -0.004798, 0.004494> - 11557: < 0.005788, -0.004542, 0.004542> - 11558: < 0.005623, -0.004494, 0.004798> - 11559: < 0.005479, -0.004738, 0.004738> - 11560: < 0.005788, -0.004542, 0.004542> - 11561: < 0.005939, -0.004267, 0.004602> - 11562: < 0.005760, -0.004226, 0.004870> - 11563: < 0.005623, -0.004494, 0.004798> - 11564: < 0.005939, -0.004267, 0.004602> - 11565: < 0.006080, -0.003975, 0.004668> - 11566: < 0.005887, -0.003941, 0.004946> - 11567: < 0.005760, -0.004226, 0.004870> - 11568: < 0.006080, -0.003975, 0.004668> - 11569: < 0.006210, -0.003666, 0.004736> - 11570: < 0.006006, -0.003637, 0.005023> - 11571: < 0.005887, -0.003941, 0.004946> - 11572: < 0.006210, -0.003666, 0.004736> - 11573: < 0.006329, -0.003342, 0.004804> - 11574: < 0.006117, -0.003318, 0.005099> - 11575: < 0.006006, -0.003637, 0.005023> - 11576: < 0.006329, -0.003342, 0.004804> - 11577: < 0.006439, -0.003004, 0.004870> - 11578: < 0.006219, -0.002984, 0.005172> - 11579: < 0.006117, -0.003318, 0.005099> - 11580: < 0.006439, -0.003004, 0.004870> - 11581: < 0.006537, -0.002655, 0.004931> - 11582: < 0.006311, -0.002638, 0.005240> - 11583: < 0.006219, -0.002984, 0.005172> - 11584: < 0.006537, -0.002655, 0.004931> - 11585: < 0.006623, -0.002295, 0.004987> - 11586: < 0.006393, -0.002281, 0.005301> - 11587: < 0.006311, -0.002638, 0.005240> - 11588: < 0.006623, -0.002295, 0.004987> - 11589: < 0.006698, -0.001926, 0.005037> - 11590: < 0.006464, -0.001915, 0.005355> - 11591: < 0.006393, -0.002281, 0.005301> - 11592: < 0.006698, -0.001926, 0.005037> - 11593: < 0.006761, -0.001550, 0.005080> - 11594: < 0.006523, -0.001541, 0.005401> - 11595: < 0.006464, -0.001915, 0.005355> - 11596: < 0.006761, -0.001550, 0.005080> - 11597: < 0.006810, -0.001168, 0.005114> - 11598: < 0.006570, -0.001161, 0.005438> - 11599: < 0.006523, -0.001541, 0.005401> - 11600: < 0.006810, -0.001168, 0.005114> - 11601: < 0.006846, -0.000781, 0.005140> - 11602: < 0.006605, -0.000777, 0.005466> - 11603: < 0.006570, -0.001161, 0.005438> - 11604: < 0.006846, -0.000781, 0.005140> - 11605: < 0.006868, -0.000391, 0.005156> - 11606: < 0.006626, -0.000389, 0.005483> - 11607: < 0.006605, -0.000777, 0.005466> - 11608: < 0.006868, -0.000391, 0.005156> - 11609: < 0.006875, 0.000000, 0.005162> - 11610: < 0.006633, 0.000000, 0.005489> - 11611: < 0.006626, -0.000389, 0.005483> - 11612: < 0.006875, 0.000000, 0.005162> - 11613: < 0.006868, 0.000391, 0.005156> - 11614: < 0.006626, 0.000389, 0.005483> - 11615: < 0.006633, 0.000000, 0.005489> - 11616: < 0.006868, 0.000391, 0.005156> - 11617: < 0.006846, 0.000781, 0.005140> - 11618: < 0.006605, 0.000777, 0.005466> - 11619: < 0.006626, 0.000389, 0.005483> - 11620: < 0.006846, 0.000781, 0.005140> - 11621: < 0.006810, 0.001168, 0.005114> - 11622: < 0.006570, 0.001161, 0.005438> - 11623: < 0.006605, 0.000777, 0.005466> - 11624: < 0.006810, 0.001168, 0.005114> - 11625: < 0.006761, 0.001550, 0.005080> - 11626: < 0.006523, 0.001541, 0.005401> - 11627: < 0.006570, 0.001161, 0.005438> - 11628: < 0.006761, 0.001550, 0.005080> - 11629: < 0.006698, 0.001926, 0.005037> - 11630: < 0.006464, 0.001915, 0.005355> - 11631: < 0.006523, 0.001541, 0.005401> - 11632: < 0.006698, 0.001926, 0.005037> - 11633: < 0.006623, 0.002295, 0.004987> - 11634: < 0.006393, 0.002281, 0.005301> - 11635: < 0.006464, 0.001915, 0.005355> - 11636: < 0.006623, 0.002295, 0.004987> - 11637: < 0.006537, 0.002655, 0.004931> - 11638: < 0.006311, 0.002638, 0.005240> - 11639: < 0.006393, 0.002281, 0.005301> - 11640: < 0.006537, 0.002655, 0.004931> - 11641: < 0.006439, 0.003004, 0.004870> - 11642: < 0.006219, 0.002984, 0.005172> - 11643: < 0.006311, 0.002638, 0.005240> - 11644: < 0.006439, 0.003004, 0.004870> - 11645: < 0.006329, 0.003342, 0.004804> - 11646: < 0.006117, 0.003318, 0.005099> - 11647: < 0.006219, 0.002984, 0.005172> - 11648: < 0.006329, 0.003342, 0.004804> - 11649: < 0.006210, 0.003666, 0.004736> - 11650: < 0.006006, 0.003637, 0.005023> - 11651: < 0.006117, 0.003318, 0.005099> - 11652: < 0.006210, 0.003666, 0.004736> - 11653: < 0.006080, 0.003975, 0.004668> - 11654: < 0.005887, 0.003941, 0.004946> - 11655: < 0.006006, 0.003637, 0.005023> - 11656: < 0.006080, 0.003975, 0.004668> - 11657: < 0.005939, 0.004267, 0.004602> - 11658: < 0.005760, 0.004226, 0.004870> - 11659: < 0.005887, 0.003941, 0.004946> - 11660: < 0.005939, 0.004267, 0.004602> - 11661: < 0.005788, 0.004542, 0.004542> - 11662: < 0.005623, 0.004494, 0.004798> - 11663: < 0.005760, 0.004226, 0.004870> - 11664: < 0.005788, 0.004542, 0.004542> - 11665: < 0.005623, 0.004798, 0.004494> - 11666: < 0.005479, 0.004738, 0.004738> - 11667: < 0.005623, 0.004494, 0.004798> - 11668: < 0.005623, 0.004798, 0.004494> - 11669: < 0.005446, 0.005034, 0.004460> - 11670: < 0.005326, 0.004959, 0.004691> - 11671: < 0.005479, 0.004738, 0.004738> - 11672: < 0.005326, -0.004959, 0.004691> - 11673: < 0.005479, -0.004738, 0.004738> - 11674: < 0.005326, -0.004691, 0.004959> - 11675: < 0.005206, -0.004894, 0.004894> - 11676: < 0.005479, -0.004738, 0.004738> - 11677: < 0.005623, -0.004494, 0.004798> - 11678: < 0.005446, -0.004460, 0.005034> - 11679: < 0.005326, -0.004691, 0.004959> - 11680: < 0.005623, -0.004494, 0.004798> - 11681: < 0.005760, -0.004226, 0.004870> - 11682: < 0.005564, -0.004199, 0.005120> - 11683: < 0.005446, -0.004460, 0.005034> - 11684: < 0.005760, -0.004226, 0.004870> - 11685: < 0.005887, -0.003941, 0.004946> - 11686: < 0.005678, -0.003918, 0.005207> - 11687: < 0.005564, -0.004199, 0.005120> - 11688: < 0.005887, -0.003941, 0.004946> - 11689: < 0.006006, -0.003637, 0.005023> - 11690: < 0.005786, -0.003619, 0.005294> - 11691: < 0.005678, -0.003918, 0.005207> - 11692: < 0.006006, -0.003637, 0.005023> - 11693: < 0.006117, -0.003318, 0.005099> - 11694: < 0.005888, -0.003302, 0.005379> - 11695: < 0.005786, -0.003619, 0.005294> - 11696: < 0.006117, -0.003318, 0.005099> - 11697: < 0.006219, -0.002984, 0.005172> - 11698: < 0.005983, -0.002971, 0.005459> - 11699: < 0.005888, -0.003302, 0.005379> - 11700: < 0.006219, -0.002984, 0.005172> - 11701: < 0.006311, -0.002638, 0.005240> - 11702: < 0.006069, -0.002627, 0.005533> - 11703: < 0.005983, -0.002971, 0.005459> - 11704: < 0.006311, -0.002638, 0.005240> - 11705: < 0.006393, -0.002281, 0.005301> - 11706: < 0.006146, -0.002272, 0.005599> - 11707: < 0.006069, -0.002627, 0.005533> - 11708: < 0.006393, -0.002281, 0.005301> - 11709: < 0.006464, -0.001915, 0.005355> - 11710: < 0.006212, -0.001908, 0.005657> - 11711: < 0.006146, -0.002272, 0.005599> - 11712: < 0.006464, -0.001915, 0.005355> - 11713: < 0.006523, -0.001541, 0.005401> - 11714: < 0.006269, -0.001536, 0.005707> - 11715: < 0.006212, -0.001908, 0.005657> - 11716: < 0.006523, -0.001541, 0.005401> - 11717: < 0.006570, -0.001161, 0.005438> - 11718: < 0.006313, -0.001157, 0.005747> - 11719: < 0.006269, -0.001536, 0.005707> - 11720: < 0.006570, -0.001161, 0.005438> - 11721: < 0.006605, -0.000777, 0.005466> - 11722: < 0.006346, -0.000774, 0.005776> - 11723: < 0.006313, -0.001157, 0.005747> - 11724: < 0.006605, -0.000777, 0.005466> - 11725: < 0.006626, -0.000389, 0.005483> - 11726: < 0.006366, -0.000388, 0.005794> - 11727: < 0.006346, -0.000774, 0.005776> - 11728: < 0.006626, -0.000389, 0.005483> - 11729: < 0.006633, 0.000000, 0.005489> - 11730: < 0.006373, 0.000000, 0.005801> - 11731: < 0.006366, -0.000388, 0.005794> - 11732: < 0.006633, 0.000000, 0.005489> - 11733: < 0.006626, 0.000389, 0.005483> - 11734: < 0.006366, 0.000388, 0.005794> - 11735: < 0.006373, 0.000000, 0.005801> - 11736: < 0.006626, 0.000389, 0.005483> - 11737: < 0.006605, 0.000777, 0.005466> - 11738: < 0.006346, 0.000774, 0.005776> - 11739: < 0.006366, 0.000388, 0.005794> - 11740: < 0.006605, 0.000777, 0.005466> - 11741: < 0.006570, 0.001161, 0.005438> - 11742: < 0.006313, 0.001157, 0.005747> - 11743: < 0.006346, 0.000774, 0.005776> - 11744: < 0.006570, 0.001161, 0.005438> - 11745: < 0.006523, 0.001541, 0.005401> - 11746: < 0.006269, 0.001536, 0.005707> - 11747: < 0.006313, 0.001157, 0.005747> - 11748: < 0.006523, 0.001541, 0.005401> - 11749: < 0.006464, 0.001915, 0.005355> - 11750: < 0.006212, 0.001908, 0.005657> - 11751: < 0.006269, 0.001536, 0.005707> - 11752: < 0.006464, 0.001915, 0.005355> - 11753: < 0.006393, 0.002281, 0.005301> - 11754: < 0.006146, 0.002272, 0.005599> - 11755: < 0.006212, 0.001908, 0.005657> - 11756: < 0.006393, 0.002281, 0.005301> - 11757: < 0.006311, 0.002638, 0.005240> - 11758: < 0.006069, 0.002627, 0.005533> - 11759: < 0.006146, 0.002272, 0.005599> - 11760: < 0.006311, 0.002638, 0.005240> - 11761: < 0.006219, 0.002984, 0.005172> - 11762: < 0.005983, 0.002971, 0.005459> - 11763: < 0.006069, 0.002627, 0.005533> - 11764: < 0.006219, 0.002984, 0.005172> - 11765: < 0.006117, 0.003318, 0.005099> - 11766: < 0.005888, 0.003302, 0.005379> - 11767: < 0.005983, 0.002971, 0.005459> - 11768: < 0.006117, 0.003318, 0.005099> - 11769: < 0.006006, 0.003637, 0.005023> - 11770: < 0.005786, 0.003619, 0.005294> - 11771: < 0.005888, 0.003302, 0.005379> - 11772: < 0.006006, 0.003637, 0.005023> - 11773: < 0.005887, 0.003941, 0.004946> - 11774: < 0.005678, 0.003918, 0.005207> - 11775: < 0.005786, 0.003619, 0.005294> - 11776: < 0.005887, 0.003941, 0.004946> - 11777: < 0.005760, 0.004226, 0.004870> - 11778: < 0.005564, 0.004199, 0.005120> - 11779: < 0.005678, 0.003918, 0.005207> - 11780: < 0.005760, 0.004226, 0.004870> - 11781: < 0.005623, 0.004494, 0.004798> - 11782: < 0.005446, 0.004460, 0.005034> - 11783: < 0.005564, 0.004199, 0.005120> - 11784: < 0.005623, 0.004494, 0.004798> - 11785: < 0.005479, 0.004738, 0.004738> - 11786: < 0.005326, 0.004691, 0.004959> - 11787: < 0.005446, 0.004460, 0.005034> - 11788: < 0.005479, 0.004738, 0.004738> - 11789: < 0.005326, 0.004959, 0.004691> - 11790: < 0.005206, 0.004894, 0.004894> - 11791: < 0.005326, 0.004691, 0.004959> - 11792: < 0.005000, -0.005000, -0.005000> - 11793: < 0.005081, -0.004833, -0.005081> - 11794: < 0.005206, -0.004894, -0.004894> - 11795: < 0.005081, -0.005081, -0.004833> - 11796: < 0.005081, -0.004833, -0.005081> - 11797: < 0.005166, -0.004647, -0.005166> - 11798: < 0.005326, -0.004691, -0.004959> - 11799: < 0.005206, -0.004894, -0.004894> - 11800: < 0.005166, -0.004647, -0.005166> - 11801: < 0.005255, -0.004436, -0.005255> - 11802: < 0.005446, -0.004460, -0.005034> - 11803: < 0.005326, -0.004691, -0.004959> - 11804: < 0.005255, -0.004436, -0.005255> - 11805: < 0.005351, -0.004188, -0.005351> - 11806: < 0.005564, -0.004199, -0.005120> - 11807: < 0.005446, -0.004460, -0.005034> - 11808: < 0.005351, -0.004188, -0.005351> - 11809: < 0.005451, -0.003910, -0.005451> - 11810: < 0.005678, -0.003918, -0.005207> - 11811: < 0.005564, -0.004199, -0.005120> - 11812: < 0.005451, -0.003910, -0.005451> - 11813: < 0.005549, -0.003612, -0.005549> - 11814: < 0.005786, -0.003619, -0.005294> - 11815: < 0.005678, -0.003918, -0.005207> - 11816: < 0.005549, -0.003612, -0.005549> - 11817: < 0.005642, -0.003297, -0.005642> - 11818: < 0.005888, -0.003302, -0.005379> - 11819: < 0.005786, -0.003619, -0.005294> - 11820: < 0.005642, -0.003297, -0.005642> - 11821: < 0.005729, -0.002966, -0.005729> - 11822: < 0.005983, -0.002971, -0.005459> - 11823: < 0.005888, -0.003302, -0.005379> - 11824: < 0.005729, -0.002966, -0.005729> - 11825: < 0.005809, -0.002623, -0.005809> - 11826: < 0.006069, -0.002627, -0.005533> - 11827: < 0.005983, -0.002971, -0.005459> - 11828: < 0.005809, -0.002623, -0.005809> - 11829: < 0.005881, -0.002269, -0.005881> - 11830: < 0.006146, -0.002272, -0.005599> - 11831: < 0.006069, -0.002627, -0.005533> - 11832: < 0.005881, -0.002269, -0.005881> - 11833: < 0.005944, -0.001906, -0.005944> - 11834: < 0.006212, -0.001908, -0.005657> - 11835: < 0.006146, -0.002272, -0.005599> - 11836: < 0.005944, -0.001906, -0.005944> - 11837: < 0.005996, -0.001534, -0.005996> - 11838: < 0.006269, -0.001536, -0.005707> - 11839: < 0.006212, -0.001908, -0.005657> - 11840: < 0.005996, -0.001534, -0.005996> - 11841: < 0.006039, -0.001156, -0.006039> - 11842: < 0.006313, -0.001157, -0.005747> - 11843: < 0.006269, -0.001536, -0.005707> - 11844: < 0.006039, -0.001156, -0.006039> - 11845: < 0.006070, -0.000773, -0.006070> - 11846: < 0.006346, -0.000774, -0.005776> - 11847: < 0.006313, -0.001157, -0.005747> - 11848: < 0.006070, -0.000773, -0.006070> - 11849: < 0.006089, -0.000387, -0.006089> - 11850: < 0.006366, -0.000388, -0.005794> - 11851: < 0.006346, -0.000774, -0.005776> - 11852: < 0.006089, -0.000387, -0.006089> - 11853: < 0.006096, -0.000000, -0.006096> - 11854: < 0.006373, -0.000000, -0.005801> - 11855: < 0.006366, -0.000388, -0.005794> - 11856: < 0.006096, -0.000000, -0.006096> - 11857: < 0.006089, 0.000387, -0.006089> - 11858: < 0.006366, 0.000388, -0.005794> - 11859: < 0.006373, -0.000000, -0.005801> - 11860: < 0.006089, 0.000387, -0.006089> - 11861: < 0.006070, 0.000773, -0.006070> - 11862: < 0.006346, 0.000774, -0.005776> - 11863: < 0.006366, 0.000388, -0.005794> - 11864: < 0.006070, 0.000773, -0.006070> - 11865: < 0.006039, 0.001156, -0.006039> - 11866: < 0.006313, 0.001157, -0.005747> - 11867: < 0.006346, 0.000774, -0.005776> - 11868: < 0.006039, 0.001156, -0.006039> - 11869: < 0.005996, 0.001534, -0.005996> - 11870: < 0.006269, 0.001536, -0.005707> - 11871: < 0.006313, 0.001157, -0.005747> - 11872: < 0.005996, 0.001534, -0.005996> - 11873: < 0.005944, 0.001906, -0.005944> - 11874: < 0.006212, 0.001908, -0.005657> - 11875: < 0.006269, 0.001536, -0.005707> - 11876: < 0.005944, 0.001906, -0.005944> - 11877: < 0.005881, 0.002269, -0.005881> - 11878: < 0.006146, 0.002272, -0.005599> - 11879: < 0.006212, 0.001908, -0.005657> - 11880: < 0.005881, 0.002269, -0.005881> - 11881: < 0.005809, 0.002623, -0.005809> - 11882: < 0.006069, 0.002627, -0.005533> - 11883: < 0.006146, 0.002272, -0.005599> - 11884: < 0.005809, 0.002623, -0.005809> - 11885: < 0.005729, 0.002966, -0.005729> - 11886: < 0.005983, 0.002971, -0.005459> - 11887: < 0.006069, 0.002627, -0.005533> - 11888: < 0.005729, 0.002966, -0.005729> - 11889: < 0.005642, 0.003297, -0.005642> - 11890: < 0.005888, 0.003302, -0.005379> - 11891: < 0.005983, 0.002971, -0.005459> - 11892: < 0.005642, 0.003297, -0.005642> - 11893: < 0.005549, 0.003612, -0.005549> - 11894: < 0.005786, 0.003619, -0.005294> - 11895: < 0.005888, 0.003302, -0.005379> - 11896: < 0.005549, 0.003612, -0.005549> - 11897: < 0.005451, 0.003910, -0.005451> - 11898: < 0.005678, 0.003918, -0.005207> - 11899: < 0.005786, 0.003619, -0.005294> - 11900: < 0.005451, 0.003910, -0.005451> - 11901: < 0.005351, 0.004188, -0.005351> - 11902: < 0.005564, 0.004199, -0.005120> - 11903: < 0.005678, 0.003918, -0.005207> - 11904: < 0.005351, 0.004188, -0.005351> - 11905: < 0.005255, 0.004436, -0.005255> - 11906: < 0.005446, 0.004460, -0.005034> - 11907: < 0.005564, 0.004199, -0.005120> - 11908: < 0.005255, 0.004436, -0.005255> - 11909: < 0.005166, 0.004647, -0.005166> - 11910: < 0.005326, 0.004691, -0.004959> - 11911: < 0.005446, 0.004460, -0.005034> - 11912: < 0.005166, 0.004647, -0.005166> - 11913: < 0.005081, 0.004833, -0.005081> - 11914: < 0.005206, 0.004894, -0.004894> - 11915: < 0.005326, 0.004691, -0.004959> - 11916: < 0.005081, 0.004833, -0.005081> - 11917: < 0.005000, 0.005000, -0.005000> - 11918: < 0.005081, 0.005081, -0.004833> - 11919: < 0.005206, 0.004894, -0.004894> - 11920: < 0.005206, 0.004894, -0.004894> - 11921: < 0.005081, 0.005081, -0.004833> - 11922: < 0.005166, 0.005166, -0.004647> - 11923: < 0.005326, 0.004959, -0.004691> - 11924: < 0.005326, 0.004959, -0.004691> - 11925: < 0.005166, 0.005166, -0.004647> - 11926: < 0.005255, 0.005255, -0.004436> - 11927: < 0.005446, 0.005034, -0.004460> - 11928: < 0.005446, 0.005034, -0.004460> - 11929: < 0.005255, 0.005255, -0.004436> - 11930: < 0.005351, 0.005351, -0.004188> - 11931: < 0.005564, 0.005120, -0.004199> - 11932: < 0.005564, 0.005120, -0.004199> - 11933: < 0.005351, 0.005351, -0.004188> - 11934: < 0.005451, 0.005451, -0.003910> - 11935: < 0.005678, 0.005207, -0.003918> - 11936: < 0.005678, 0.005207, -0.003918> - 11937: < 0.005451, 0.005451, -0.003910> - 11938: < 0.005549, 0.005549, -0.003612> - 11939: < 0.005786, 0.005294, -0.003619> - 11940: < 0.005786, 0.005294, -0.003619> - 11941: < 0.005549, 0.005549, -0.003612> - 11942: < 0.005642, 0.005642, -0.003297> - 11943: < 0.005888, 0.005379, -0.003302> - 11944: < 0.005888, 0.005379, -0.003302> - 11945: < 0.005642, 0.005642, -0.003297> - 11946: < 0.005729, 0.005729, -0.002966> - 11947: < 0.005983, 0.005459, -0.002971> - 11948: < 0.005983, 0.005459, -0.002971> - 11949: < 0.005729, 0.005729, -0.002966> - 11950: < 0.005809, 0.005809, -0.002623> - 11951: < 0.006069, 0.005533, -0.002627> - 11952: < 0.006069, 0.005533, -0.002627> - 11953: < 0.005809, 0.005809, -0.002623> - 11954: < 0.005881, 0.005881, -0.002269> - 11955: < 0.006146, 0.005599, -0.002272> - 11956: < 0.006146, 0.005599, -0.002272> - 11957: < 0.005881, 0.005881, -0.002269> - 11958: < 0.005944, 0.005944, -0.001906> - 11959: < 0.006212, 0.005657, -0.001908> - 11960: < 0.006212, 0.005657, -0.001908> - 11961: < 0.005944, 0.005944, -0.001906> - 11962: < 0.005996, 0.005996, -0.001534> - 11963: < 0.006269, 0.005707, -0.001536> - 11964: < 0.006269, 0.005707, -0.001536> - 11965: < 0.005996, 0.005996, -0.001534> - 11966: < 0.006039, 0.006039, -0.001156> - 11967: < 0.006313, 0.005747, -0.001157> - 11968: < 0.006313, 0.005747, -0.001157> - 11969: < 0.006039, 0.006039, -0.001156> - 11970: < 0.006070, 0.006070, -0.000773> - 11971: < 0.006346, 0.005776, -0.000774> - 11972: < 0.006346, 0.005776, -0.000774> - 11973: < 0.006070, 0.006070, -0.000773> - 11974: < 0.006089, 0.006089, -0.000387> - 11975: < 0.006366, 0.005794, -0.000388> - 11976: < 0.006366, 0.005794, -0.000388> - 11977: < 0.006089, 0.006089, -0.000387> - 11978: < 0.006096, 0.006096, 0.000000> - 11979: < 0.006373, 0.005801, 0.000000> - 11980: < 0.006373, 0.005801, 0.000000> - 11981: < 0.006096, 0.006096, 0.000000> - 11982: < 0.006089, 0.006089, 0.000387> - 11983: < 0.006366, 0.005794, 0.000388> - 11984: < 0.006366, 0.005794, 0.000388> - 11985: < 0.006089, 0.006089, 0.000387> - 11986: < 0.006070, 0.006070, 0.000773> - 11987: < 0.006346, 0.005776, 0.000774> - 11988: < 0.006346, 0.005776, 0.000774> - 11989: < 0.006070, 0.006070, 0.000773> - 11990: < 0.006039, 0.006039, 0.001156> - 11991: < 0.006313, 0.005747, 0.001157> - 11992: < 0.006313, 0.005747, 0.001157> - 11993: < 0.006039, 0.006039, 0.001156> - 11994: < 0.005996, 0.005996, 0.001534> - 11995: < 0.006269, 0.005707, 0.001536> - 11996: < 0.006269, 0.005707, 0.001536> - 11997: < 0.005996, 0.005996, 0.001534> - 11998: < 0.005944, 0.005944, 0.001906> - 11999: < 0.006212, 0.005657, 0.001908> - 12000: < 0.006212, 0.005657, 0.001908> - 12001: < 0.005944, 0.005944, 0.001906> - 12002: < 0.005881, 0.005881, 0.002269> - 12003: < 0.006146, 0.005599, 0.002272> - 12004: < 0.006146, 0.005599, 0.002272> - 12005: < 0.005881, 0.005881, 0.002269> - 12006: < 0.005809, 0.005809, 0.002623> - 12007: < 0.006069, 0.005533, 0.002627> - 12008: < 0.006069, 0.005533, 0.002627> - 12009: < 0.005809, 0.005809, 0.002623> - 12010: < 0.005729, 0.005729, 0.002966> - 12011: < 0.005983, 0.005459, 0.002971> - 12012: < 0.005983, 0.005459, 0.002971> - 12013: < 0.005729, 0.005729, 0.002966> - 12014: < 0.005642, 0.005642, 0.003297> - 12015: < 0.005888, 0.005379, 0.003302> - 12016: < 0.005888, 0.005379, 0.003302> - 12017: < 0.005642, 0.005642, 0.003297> - 12018: < 0.005549, 0.005549, 0.003612> - 12019: < 0.005786, 0.005294, 0.003619> - 12020: < 0.005786, 0.005294, 0.003619> - 12021: < 0.005549, 0.005549, 0.003612> - 12022: < 0.005451, 0.005451, 0.003910> - 12023: < 0.005678, 0.005207, 0.003918> - 12024: < 0.005678, 0.005207, 0.003918> - 12025: < 0.005451, 0.005451, 0.003910> - 12026: < 0.005351, 0.005351, 0.004188> - 12027: < 0.005564, 0.005120, 0.004199> - 12028: < 0.005564, 0.005120, 0.004199> - 12029: < 0.005351, 0.005351, 0.004188> - 12030: < 0.005255, 0.005255, 0.004436> - 12031: < 0.005446, 0.005034, 0.004460> - 12032: < 0.005446, 0.005034, 0.004460> - 12033: < 0.005255, 0.005255, 0.004436> - 12034: < 0.005166, 0.005166, 0.004647> - 12035: < 0.005326, 0.004959, 0.004691> - 12036: < 0.005326, 0.004959, 0.004691> - 12037: < 0.005166, 0.005166, 0.004647> - 12038: < 0.005081, 0.005081, 0.004833> - 12039: < 0.005206, 0.004894, 0.004894> - 12040: < 0.005206, 0.004894, 0.004894> - 12041: < 0.005081, 0.005081, 0.004833> - 12042: < 0.005000, 0.005000, 0.005000> - 12043: < 0.005081, 0.004833, 0.005081> - 12044: < 0.005326, 0.004691, 0.004959> - 12045: < 0.005206, 0.004894, 0.004894> - 12046: < 0.005081, 0.004833, 0.005081> - 12047: < 0.005166, 0.004647, 0.005166> - 12048: < 0.005446, 0.004460, 0.005034> - 12049: < 0.005326, 0.004691, 0.004959> - 12050: < 0.005166, 0.004647, 0.005166> - 12051: < 0.005255, 0.004436, 0.005255> - 12052: < 0.005564, 0.004199, 0.005120> - 12053: < 0.005446, 0.004460, 0.005034> - 12054: < 0.005255, 0.004436, 0.005255> - 12055: < 0.005351, 0.004188, 0.005351> - 12056: < 0.005678, 0.003918, 0.005207> - 12057: < 0.005564, 0.004199, 0.005120> - 12058: < 0.005351, 0.004188, 0.005351> - 12059: < 0.005451, 0.003910, 0.005451> - 12060: < 0.005786, 0.003619, 0.005294> - 12061: < 0.005678, 0.003918, 0.005207> - 12062: < 0.005451, 0.003910, 0.005451> - 12063: < 0.005549, 0.003612, 0.005549> - 12064: < 0.005888, 0.003302, 0.005379> - 12065: < 0.005786, 0.003619, 0.005294> - 12066: < 0.005549, 0.003612, 0.005549> - 12067: < 0.005642, 0.003297, 0.005642> - 12068: < 0.005983, 0.002971, 0.005459> - 12069: < 0.005888, 0.003302, 0.005379> - 12070: < 0.005642, 0.003297, 0.005642> - 12071: < 0.005729, 0.002966, 0.005729> - 12072: < 0.006069, 0.002627, 0.005533> - 12073: < 0.005983, 0.002971, 0.005459> - 12074: < 0.005729, 0.002966, 0.005729> - 12075: < 0.005809, 0.002623, 0.005809> - 12076: < 0.006146, 0.002272, 0.005599> - 12077: < 0.006069, 0.002627, 0.005533> - 12078: < 0.005809, 0.002623, 0.005809> - 12079: < 0.005881, 0.002269, 0.005881> - 12080: < 0.006212, 0.001908, 0.005657> - 12081: < 0.006146, 0.002272, 0.005599> - 12082: < 0.005881, 0.002269, 0.005881> - 12083: < 0.005944, 0.001906, 0.005944> - 12084: < 0.006269, 0.001536, 0.005707> - 12085: < 0.006212, 0.001908, 0.005657> - 12086: < 0.005944, 0.001906, 0.005944> - 12087: < 0.005996, 0.001534, 0.005996> - 12088: < 0.006313, 0.001157, 0.005747> - 12089: < 0.006269, 0.001536, 0.005707> - 12090: < 0.005996, 0.001534, 0.005996> - 12091: < 0.006039, 0.001156, 0.006039> - 12092: < 0.006346, 0.000774, 0.005776> - 12093: < 0.006313, 0.001157, 0.005747> - 12094: < 0.006039, 0.001156, 0.006039> - 12095: < 0.006070, 0.000773, 0.006070> - 12096: < 0.006366, 0.000388, 0.005794> - 12097: < 0.006346, 0.000774, 0.005776> - 12098: < 0.006070, 0.000773, 0.006070> - 12099: < 0.006089, 0.000387, 0.006089> - 12100: < 0.006373, 0.000000, 0.005801> - 12101: < 0.006366, 0.000388, 0.005794> - 12102: < 0.006089, 0.000387, 0.006089> - 12103: < 0.006096, -0.000000, 0.006096> - 12104: < 0.006366, -0.000388, 0.005794> - 12105: < 0.006373, 0.000000, 0.005801> - 12106: < 0.006096, -0.000000, 0.006096> - 12107: < 0.006089, -0.000387, 0.006089> - 12108: < 0.006346, -0.000774, 0.005776> - 12109: < 0.006366, -0.000388, 0.005794> - 12110: < 0.006089, -0.000387, 0.006089> - 12111: < 0.006070, -0.000773, 0.006070> - 12112: < 0.006313, -0.001157, 0.005747> - 12113: < 0.006346, -0.000774, 0.005776> - 12114: < 0.006070, -0.000773, 0.006070> - 12115: < 0.006039, -0.001156, 0.006039> - 12116: < 0.006269, -0.001536, 0.005707> - 12117: < 0.006313, -0.001157, 0.005747> - 12118: < 0.006039, -0.001156, 0.006039> - 12119: < 0.005996, -0.001534, 0.005996> - 12120: < 0.006212, -0.001908, 0.005657> - 12121: < 0.006269, -0.001536, 0.005707> - 12122: < 0.005996, -0.001534, 0.005996> - 12123: < 0.005944, -0.001906, 0.005944> - 12124: < 0.006146, -0.002272, 0.005599> - 12125: < 0.006212, -0.001908, 0.005657> - 12126: < 0.005944, -0.001906, 0.005944> - 12127: < 0.005881, -0.002269, 0.005881> - 12128: < 0.006069, -0.002627, 0.005533> - 12129: < 0.006146, -0.002272, 0.005599> - 12130: < 0.005881, -0.002269, 0.005881> - 12131: < 0.005809, -0.002623, 0.005809> - 12132: < 0.005983, -0.002971, 0.005459> - 12133: < 0.006069, -0.002627, 0.005533> - 12134: < 0.005809, -0.002623, 0.005809> - 12135: < 0.005729, -0.002966, 0.005729> - 12136: < 0.005888, -0.003302, 0.005379> - 12137: < 0.005983, -0.002971, 0.005459> - 12138: < 0.005729, -0.002966, 0.005729> - 12139: < 0.005642, -0.003297, 0.005642> - 12140: < 0.005786, -0.003619, 0.005294> - 12141: < 0.005888, -0.003302, 0.005379> - 12142: < 0.005642, -0.003297, 0.005642> - 12143: < 0.005549, -0.003612, 0.005549> - 12144: < 0.005678, -0.003918, 0.005207> - 12145: < 0.005786, -0.003619, 0.005294> - 12146: < 0.005549, -0.003612, 0.005549> - 12147: < 0.005451, -0.003910, 0.005451> - 12148: < 0.005564, -0.004199, 0.005120> - 12149: < 0.005678, -0.003918, 0.005207> - 12150: < 0.005451, -0.003910, 0.005451> - 12151: < 0.005351, -0.004188, 0.005351> - 12152: < 0.005446, -0.004460, 0.005034> - 12153: < 0.005564, -0.004199, 0.005120> - 12154: < 0.005351, -0.004188, 0.005351> - 12155: < 0.005255, -0.004436, 0.005255> - 12156: < 0.005326, -0.004691, 0.004959> - 12157: < 0.005446, -0.004460, 0.005034> - 12158: < 0.005255, -0.004436, 0.005255> - 12159: < 0.005166, -0.004647, 0.005166> - 12160: < 0.005206, -0.004894, 0.004894> - 12161: < 0.005326, -0.004691, 0.004959> - 12162: < 0.005166, -0.004647, 0.005166> - 12163: < 0.005081, -0.004833, 0.005081> - 12164: < 0.005081, -0.005081, 0.004833> - 12165: < 0.005206, -0.004894, 0.004894> - 12166: < 0.005081, -0.004833, 0.005081> - 12167: < 0.005000, -0.005000, 0.005000> - 12168: < 0.005166, -0.005166, 0.004647> - 12169: < 0.005326, -0.004959, 0.004691> - 12170: < 0.005206, -0.004894, 0.004894> - 12171: < 0.005081, -0.005081, 0.004833> - 12172: < 0.005255, -0.005255, 0.004436> - 12173: < 0.005446, -0.005034, 0.004460> - 12174: < 0.005326, -0.004959, 0.004691> - 12175: < 0.005166, -0.005166, 0.004647> - 12176: < 0.005351, -0.005351, 0.004188> - 12177: < 0.005564, -0.005120, 0.004199> - 12178: < 0.005446, -0.005034, 0.004460> - 12179: < 0.005255, -0.005255, 0.004436> - 12180: < 0.005451, -0.005451, 0.003910> - 12181: < 0.005678, -0.005207, 0.003918> - 12182: < 0.005564, -0.005120, 0.004199> - 12183: < 0.005351, -0.005351, 0.004188> - 12184: < 0.005549, -0.005549, 0.003612> - 12185: < 0.005786, -0.005294, 0.003619> - 12186: < 0.005678, -0.005207, 0.003918> - 12187: < 0.005451, -0.005451, 0.003910> - 12188: < 0.005642, -0.005642, 0.003297> - 12189: < 0.005888, -0.005379, 0.003302> - 12190: < 0.005786, -0.005294, 0.003619> - 12191: < 0.005549, -0.005549, 0.003612> - 12192: < 0.005729, -0.005729, 0.002966> - 12193: < 0.005983, -0.005459, 0.002971> - 12194: < 0.005888, -0.005379, 0.003302> - 12195: < 0.005642, -0.005642, 0.003297> - 12196: < 0.005809, -0.005809, 0.002623> - 12197: < 0.006069, -0.005533, 0.002627> - 12198: < 0.005983, -0.005459, 0.002971> - 12199: < 0.005729, -0.005729, 0.002966> - 12200: < 0.005881, -0.005881, 0.002269> - 12201: < 0.006146, -0.005599, 0.002272> - 12202: < 0.006069, -0.005533, 0.002627> - 12203: < 0.005809, -0.005809, 0.002623> - 12204: < 0.005944, -0.005944, 0.001906> - 12205: < 0.006212, -0.005657, 0.001908> - 12206: < 0.006146, -0.005599, 0.002272> - 12207: < 0.005881, -0.005881, 0.002269> - 12208: < 0.005996, -0.005996, 0.001534> - 12209: < 0.006269, -0.005707, 0.001536> - 12210: < 0.006212, -0.005657, 0.001908> - 12211: < 0.005944, -0.005944, 0.001906> - 12212: < 0.006039, -0.006039, 0.001156> - 12213: < 0.006313, -0.005747, 0.001157> - 12214: < 0.006269, -0.005707, 0.001536> - 12215: < 0.005996, -0.005996, 0.001534> - 12216: < 0.006070, -0.006070, 0.000773> - 12217: < 0.006346, -0.005776, 0.000774> - 12218: < 0.006313, -0.005747, 0.001157> - 12219: < 0.006039, -0.006039, 0.001156> - 12220: < 0.006089, -0.006089, 0.000387> - 12221: < 0.006366, -0.005794, 0.000388> - 12222: < 0.006346, -0.005776, 0.000774> - 12223: < 0.006070, -0.006070, 0.000773> - 12224: < 0.006096, -0.006096, 0.000000> - 12225: < 0.006373, -0.005801, 0.000000> - 12226: < 0.006366, -0.005794, 0.000388> - 12227: < 0.006089, -0.006089, 0.000387> - 12228: < 0.006089, -0.006089, -0.000387> - 12229: < 0.006366, -0.005794, -0.000388> - 12230: < 0.006373, -0.005801, 0.000000> - 12231: < 0.006096, -0.006096, 0.000000> - 12232: < 0.006070, -0.006070, -0.000773> - 12233: < 0.006346, -0.005776, -0.000774> - 12234: < 0.006366, -0.005794, -0.000388> - 12235: < 0.006089, -0.006089, -0.000387> - 12236: < 0.006039, -0.006039, -0.001156> - 12237: < 0.006313, -0.005747, -0.001157> - 12238: < 0.006346, -0.005776, -0.000774> - 12239: < 0.006070, -0.006070, -0.000773> - 12240: < 0.005996, -0.005996, -0.001534> - 12241: < 0.006269, -0.005707, -0.001536> - 12242: < 0.006313, -0.005747, -0.001157> - 12243: < 0.006039, -0.006039, -0.001156> - 12244: < 0.005944, -0.005944, -0.001906> - 12245: < 0.006212, -0.005657, -0.001908> - 12246: < 0.006269, -0.005707, -0.001536> - 12247: < 0.005996, -0.005996, -0.001534> - 12248: < 0.005881, -0.005881, -0.002269> - 12249: < 0.006146, -0.005599, -0.002272> - 12250: < 0.006212, -0.005657, -0.001908> - 12251: < 0.005944, -0.005944, -0.001906> - 12252: < 0.005809, -0.005809, -0.002623> - 12253: < 0.006069, -0.005533, -0.002627> - 12254: < 0.006146, -0.005599, -0.002272> - 12255: < 0.005881, -0.005881, -0.002269> - 12256: < 0.005729, -0.005729, -0.002966> - 12257: < 0.005983, -0.005459, -0.002971> - 12258: < 0.006069, -0.005533, -0.002627> - 12259: < 0.005809, -0.005809, -0.002623> - 12260: < 0.005642, -0.005642, -0.003297> - 12261: < 0.005888, -0.005379, -0.003302> - 12262: < 0.005983, -0.005459, -0.002971> - 12263: < 0.005729, -0.005729, -0.002966> - 12264: < 0.005549, -0.005549, -0.003612> - 12265: < 0.005786, -0.005294, -0.003619> - 12266: < 0.005888, -0.005379, -0.003302> - 12267: < 0.005642, -0.005642, -0.003297> - 12268: < 0.005451, -0.005451, -0.003910> - 12269: < 0.005678, -0.005207, -0.003918> - 12270: < 0.005786, -0.005294, -0.003619> - 12271: < 0.005549, -0.005549, -0.003612> - 12272: < 0.005351, -0.005351, -0.004188> - 12273: < 0.005564, -0.005120, -0.004199> - 12274: < 0.005678, -0.005207, -0.003918> - 12275: < 0.005451, -0.005451, -0.003910> - 12276: < 0.005255, -0.005255, -0.004436> - 12277: < 0.005446, -0.005034, -0.004460> - 12278: < 0.005564, -0.005120, -0.004199> - 12279: < 0.005351, -0.005351, -0.004188> - 12280: < 0.005166, -0.005166, -0.004647> - 12281: < 0.005326, -0.004959, -0.004691> - 12282: < 0.005446, -0.005034, -0.004460> - 12283: < 0.005255, -0.005255, -0.004436> - 12284: < 0.005081, -0.005081, -0.004833> - 12285: < 0.005206, -0.004894, -0.004894> - 12286: < 0.005326, -0.004959, -0.004691> - 12287: < 0.005166, -0.005166, -0.004647> - 12288: < 0.004894, -0.005206, 0.004894> - 12289: < 0.004691, -0.005326, 0.004959> - 12290: < 0.004738, -0.005479, 0.004738> - 12291: < 0.004959, -0.005326, 0.004691> - 12292: < 0.004691, -0.005326, 0.004959> - 12293: < 0.004460, -0.005446, 0.005034> - 12294: < 0.004494, -0.005623, 0.004798> - 12295: < 0.004738, -0.005479, 0.004738> - 12296: < 0.004460, -0.005446, 0.005034> - 12297: < 0.004199, -0.005564, 0.005120> - 12298: < 0.004226, -0.005760, 0.004870> - 12299: < 0.004494, -0.005623, 0.004798> - 12300: < 0.004199, -0.005564, 0.005120> - 12301: < 0.003918, -0.005678, 0.005207> - 12302: < 0.003941, -0.005887, 0.004946> - 12303: < 0.004226, -0.005760, 0.004870> - 12304: < 0.003918, -0.005678, 0.005207> - 12305: < 0.003619, -0.005786, 0.005294> - 12306: < 0.003637, -0.006006, 0.005023> - 12307: < 0.003941, -0.005887, 0.004946> - 12308: < 0.003619, -0.005786, 0.005294> - 12309: < 0.003302, -0.005888, 0.005379> - 12310: < 0.003318, -0.006117, 0.005099> - 12311: < 0.003637, -0.006006, 0.005023> - 12312: < 0.003302, -0.005888, 0.005379> - 12313: < 0.002971, -0.005983, 0.005459> - 12314: < 0.002984, -0.006219, 0.005172> - 12315: < 0.003318, -0.006117, 0.005099> - 12316: < 0.002971, -0.005983, 0.005459> - 12317: < 0.002627, -0.006069, 0.005533> - 12318: < 0.002638, -0.006311, 0.005240> - 12319: < 0.002984, -0.006219, 0.005172> - 12320: < 0.002627, -0.006069, 0.005533> - 12321: < 0.002272, -0.006146, 0.005599> - 12322: < 0.002281, -0.006393, 0.005301> - 12323: < 0.002638, -0.006311, 0.005240> - 12324: < 0.002272, -0.006146, 0.005599> - 12325: < 0.001908, -0.006212, 0.005657> - 12326: < 0.001915, -0.006464, 0.005355> - 12327: < 0.002281, -0.006393, 0.005301> - 12328: < 0.001908, -0.006212, 0.005657> - 12329: < 0.001536, -0.006269, 0.005707> - 12330: < 0.001541, -0.006523, 0.005401> - 12331: < 0.001915, -0.006464, 0.005355> - 12332: < 0.001536, -0.006269, 0.005707> - 12333: < 0.001157, -0.006313, 0.005747> - 12334: < 0.001161, -0.006570, 0.005438> - 12335: < 0.001541, -0.006523, 0.005401> - 12336: < 0.001157, -0.006313, 0.005747> - 12337: < 0.000774, -0.006346, 0.005776> - 12338: < 0.000777, -0.006605, 0.005466> - 12339: < 0.001161, -0.006570, 0.005438> - 12340: < 0.000774, -0.006346, 0.005776> - 12341: < 0.000388, -0.006366, 0.005794> - 12342: < 0.000389, -0.006626, 0.005483> - 12343: < 0.000777, -0.006605, 0.005466> - 12344: < 0.000388, -0.006366, 0.005794> - 12345: <-0.000000, -0.006373, 0.005801> - 12346: < 0.000000, -0.006633, 0.005489> - 12347: < 0.000389, -0.006626, 0.005483> - 12348: <-0.000000, -0.006373, 0.005801> - 12349: <-0.000388, -0.006366, 0.005794> - 12350: <-0.000389, -0.006626, 0.005483> - 12351: < 0.000000, -0.006633, 0.005489> - 12352: <-0.000388, -0.006366, 0.005794> - 12353: <-0.000774, -0.006346, 0.005776> - 12354: <-0.000777, -0.006605, 0.005466> - 12355: <-0.000389, -0.006626, 0.005483> - 12356: <-0.000774, -0.006346, 0.005776> - 12357: <-0.001157, -0.006313, 0.005747> - 12358: <-0.001161, -0.006570, 0.005438> - 12359: <-0.000777, -0.006605, 0.005466> - 12360: <-0.001157, -0.006313, 0.005747> - 12361: <-0.001536, -0.006269, 0.005707> - 12362: <-0.001541, -0.006523, 0.005401> - 12363: <-0.001161, -0.006570, 0.005438> - 12364: <-0.001536, -0.006269, 0.005707> - 12365: <-0.001908, -0.006212, 0.005657> - 12366: <-0.001915, -0.006464, 0.005355> - 12367: <-0.001541, -0.006523, 0.005401> - 12368: <-0.001908, -0.006212, 0.005657> - 12369: <-0.002272, -0.006146, 0.005599> - 12370: <-0.002281, -0.006393, 0.005301> - 12371: <-0.001915, -0.006464, 0.005355> - 12372: <-0.002272, -0.006146, 0.005599> - 12373: <-0.002627, -0.006069, 0.005533> - 12374: <-0.002638, -0.006311, 0.005240> - 12375: <-0.002281, -0.006393, 0.005301> - 12376: <-0.002627, -0.006069, 0.005533> - 12377: <-0.002971, -0.005983, 0.005459> - 12378: <-0.002984, -0.006219, 0.005172> - 12379: <-0.002638, -0.006311, 0.005240> - 12380: <-0.002971, -0.005983, 0.005459> - 12381: <-0.003302, -0.005888, 0.005379> - 12382: <-0.003318, -0.006117, 0.005099> - 12383: <-0.002984, -0.006219, 0.005172> - 12384: <-0.003302, -0.005888, 0.005379> - 12385: <-0.003619, -0.005786, 0.005294> - 12386: <-0.003637, -0.006006, 0.005023> - 12387: <-0.003318, -0.006117, 0.005099> - 12388: <-0.003619, -0.005786, 0.005294> - 12389: <-0.003918, -0.005678, 0.005207> - 12390: <-0.003941, -0.005887, 0.004946> - 12391: <-0.003637, -0.006006, 0.005023> - 12392: <-0.003918, -0.005678, 0.005207> - 12393: <-0.004199, -0.005564, 0.005120> - 12394: <-0.004226, -0.005760, 0.004870> - 12395: <-0.003941, -0.005887, 0.004946> - 12396: <-0.004199, -0.005564, 0.005120> - 12397: <-0.004460, -0.005446, 0.005034> - 12398: <-0.004494, -0.005623, 0.004798> - 12399: <-0.004226, -0.005760, 0.004870> - 12400: <-0.004460, -0.005446, 0.005034> - 12401: <-0.004691, -0.005326, 0.004959> - 12402: <-0.004738, -0.005479, 0.004738> - 12403: <-0.004494, -0.005623, 0.004798> - 12404: <-0.004691, -0.005326, 0.004959> - 12405: <-0.004894, -0.005206, 0.004894> - 12406: <-0.004959, -0.005326, 0.004691> - 12407: <-0.004738, -0.005479, 0.004738> - 12408: < 0.004959, -0.005326, 0.004691> - 12409: < 0.004738, -0.005479, 0.004738> - 12410: < 0.004798, -0.005623, 0.004494> - 12411: < 0.005034, -0.005446, 0.004460> - 12412: < 0.004738, -0.005479, 0.004738> - 12413: < 0.004494, -0.005623, 0.004798> - 12414: < 0.004542, -0.005788, 0.004542> - 12415: < 0.004798, -0.005623, 0.004494> - 12416: < 0.004494, -0.005623, 0.004798> - 12417: < 0.004226, -0.005760, 0.004870> - 12418: < 0.004267, -0.005939, 0.004602> - 12419: < 0.004542, -0.005788, 0.004542> - 12420: < 0.004226, -0.005760, 0.004870> - 12421: < 0.003941, -0.005887, 0.004946> - 12422: < 0.003975, -0.006080, 0.004668> - 12423: < 0.004267, -0.005939, 0.004602> - 12424: < 0.003941, -0.005887, 0.004946> - 12425: < 0.003637, -0.006006, 0.005023> - 12426: < 0.003666, -0.006210, 0.004736> - 12427: < 0.003975, -0.006080, 0.004668> - 12428: < 0.003637, -0.006006, 0.005023> - 12429: < 0.003318, -0.006117, 0.005099> - 12430: < 0.003342, -0.006329, 0.004804> - 12431: < 0.003666, -0.006210, 0.004736> - 12432: < 0.003318, -0.006117, 0.005099> - 12433: < 0.002984, -0.006219, 0.005172> - 12434: < 0.003004, -0.006439, 0.004870> - 12435: < 0.003342, -0.006329, 0.004804> - 12436: < 0.002984, -0.006219, 0.005172> - 12437: < 0.002638, -0.006311, 0.005240> - 12438: < 0.002655, -0.006537, 0.004931> - 12439: < 0.003004, -0.006439, 0.004870> - 12440: < 0.002638, -0.006311, 0.005240> - 12441: < 0.002281, -0.006393, 0.005301> - 12442: < 0.002295, -0.006623, 0.004987> - 12443: < 0.002655, -0.006537, 0.004931> - 12444: < 0.002281, -0.006393, 0.005301> - 12445: < 0.001915, -0.006464, 0.005355> - 12446: < 0.001926, -0.006698, 0.005037> - 12447: < 0.002295, -0.006623, 0.004987> - 12448: < 0.001915, -0.006464, 0.005355> - 12449: < 0.001541, -0.006523, 0.005401> - 12450: < 0.001550, -0.006761, 0.005080> - 12451: < 0.001926, -0.006698, 0.005037> - 12452: < 0.001541, -0.006523, 0.005401> - 12453: < 0.001161, -0.006570, 0.005438> - 12454: < 0.001168, -0.006810, 0.005114> - 12455: < 0.001550, -0.006761, 0.005080> - 12456: < 0.001161, -0.006570, 0.005438> - 12457: < 0.000777, -0.006605, 0.005466> - 12458: < 0.000781, -0.006846, 0.005140> - 12459: < 0.001168, -0.006810, 0.005114> - 12460: < 0.000777, -0.006605, 0.005466> - 12461: < 0.000389, -0.006626, 0.005483> - 12462: < 0.000391, -0.006868, 0.005156> - 12463: < 0.000781, -0.006846, 0.005140> - 12464: < 0.000389, -0.006626, 0.005483> - 12465: < 0.000000, -0.006633, 0.005489> - 12466: < 0.000000, -0.006875, 0.005162> - 12467: < 0.000391, -0.006868, 0.005156> - 12468: < 0.000000, -0.006633, 0.005489> - 12469: <-0.000389, -0.006626, 0.005483> - 12470: <-0.000391, -0.006868, 0.005156> - 12471: < 0.000000, -0.006875, 0.005162> - 12472: <-0.000389, -0.006626, 0.005483> - 12473: <-0.000777, -0.006605, 0.005466> - 12474: <-0.000781, -0.006846, 0.005140> - 12475: <-0.000391, -0.006868, 0.005156> - 12476: <-0.000777, -0.006605, 0.005466> - 12477: <-0.001161, -0.006570, 0.005438> - 12478: <-0.001168, -0.006810, 0.005114> - 12479: <-0.000781, -0.006846, 0.005140> - 12480: <-0.001161, -0.006570, 0.005438> - 12481: <-0.001541, -0.006523, 0.005401> - 12482: <-0.001550, -0.006761, 0.005080> - 12483: <-0.001168, -0.006810, 0.005114> - 12484: <-0.001541, -0.006523, 0.005401> - 12485: <-0.001915, -0.006464, 0.005355> - 12486: <-0.001926, -0.006698, 0.005037> - 12487: <-0.001550, -0.006761, 0.005080> - 12488: <-0.001915, -0.006464, 0.005355> - 12489: <-0.002281, -0.006393, 0.005301> - 12490: <-0.002295, -0.006623, 0.004987> - 12491: <-0.001926, -0.006698, 0.005037> - 12492: <-0.002281, -0.006393, 0.005301> - 12493: <-0.002638, -0.006311, 0.005240> - 12494: <-0.002655, -0.006537, 0.004931> - 12495: <-0.002295, -0.006623, 0.004987> - 12496: <-0.002638, -0.006311, 0.005240> - 12497: <-0.002984, -0.006219, 0.005172> - 12498: <-0.003004, -0.006439, 0.004870> - 12499: <-0.002655, -0.006537, 0.004931> - 12500: <-0.002984, -0.006219, 0.005172> - 12501: <-0.003318, -0.006117, 0.005099> - 12502: <-0.003342, -0.006329, 0.004804> - 12503: <-0.003004, -0.006439, 0.004870> - 12504: <-0.003318, -0.006117, 0.005099> - 12505: <-0.003637, -0.006006, 0.005023> - 12506: <-0.003666, -0.006210, 0.004736> - 12507: <-0.003342, -0.006329, 0.004804> - 12508: <-0.003637, -0.006006, 0.005023> - 12509: <-0.003941, -0.005887, 0.004946> - 12510: <-0.003975, -0.006080, 0.004668> - 12511: <-0.003666, -0.006210, 0.004736> - 12512: <-0.003941, -0.005887, 0.004946> - 12513: <-0.004226, -0.005760, 0.004870> - 12514: <-0.004267, -0.005939, 0.004602> - 12515: <-0.003975, -0.006080, 0.004668> - 12516: <-0.004226, -0.005760, 0.004870> - 12517: <-0.004494, -0.005623, 0.004798> - 12518: <-0.004542, -0.005788, 0.004542> - 12519: <-0.004267, -0.005939, 0.004602> - 12520: <-0.004494, -0.005623, 0.004798> - 12521: <-0.004738, -0.005479, 0.004738> - 12522: <-0.004798, -0.005623, 0.004494> - 12523: <-0.004542, -0.005788, 0.004542> - 12524: <-0.004738, -0.005479, 0.004738> - 12525: <-0.004959, -0.005326, 0.004691> - 12526: <-0.005034, -0.005446, 0.004460> - 12527: <-0.004798, -0.005623, 0.004494> - 12528: < 0.005034, -0.005446, 0.004460> - 12529: < 0.004798, -0.005623, 0.004494> - 12530: < 0.004870, -0.005760, 0.004226> - 12531: < 0.005120, -0.005564, 0.004199> - 12532: < 0.004798, -0.005623, 0.004494> - 12533: < 0.004542, -0.005788, 0.004542> - 12534: < 0.004602, -0.005939, 0.004267> - 12535: < 0.004870, -0.005760, 0.004226> - 12536: < 0.004542, -0.005788, 0.004542> - 12537: < 0.004267, -0.005939, 0.004602> - 12538: < 0.004318, -0.006105, 0.004318> - 12539: < 0.004602, -0.005939, 0.004267> - 12540: < 0.004267, -0.005939, 0.004602> - 12541: < 0.003975, -0.006080, 0.004668> - 12542: < 0.004017, -0.006257, 0.004374> - 12543: < 0.004318, -0.006105, 0.004318> - 12544: < 0.003975, -0.006080, 0.004668> - 12545: < 0.003666, -0.006210, 0.004736> - 12546: < 0.003701, -0.006397, 0.004434> - 12547: < 0.004017, -0.006257, 0.004374> - 12548: < 0.003666, -0.006210, 0.004736> - 12549: < 0.003342, -0.006329, 0.004804> - 12550: < 0.003372, -0.006525, 0.004494> - 12551: < 0.003701, -0.006397, 0.004434> - 12552: < 0.003342, -0.006329, 0.004804> - 12553: < 0.003004, -0.006439, 0.004870> - 12554: < 0.003030, -0.006641, 0.004553> - 12555: < 0.003372, -0.006525, 0.004494> - 12556: < 0.003004, -0.006439, 0.004870> - 12557: < 0.002655, -0.006537, 0.004931> - 12558: < 0.002676, -0.006745, 0.004609> - 12559: < 0.003030, -0.006641, 0.004553> - 12560: < 0.002655, -0.006537, 0.004931> - 12561: < 0.002295, -0.006623, 0.004987> - 12562: < 0.002313, -0.006836, 0.004659> - 12563: < 0.002676, -0.006745, 0.004609> - 12564: < 0.002295, -0.006623, 0.004987> - 12565: < 0.001926, -0.006698, 0.005037> - 12566: < 0.001940, -0.006915, 0.004705> - 12567: < 0.002313, -0.006836, 0.004659> - 12568: < 0.001926, -0.006698, 0.005037> - 12569: < 0.001550, -0.006761, 0.005080> - 12570: < 0.001561, -0.006980, 0.004744> - 12571: < 0.001940, -0.006915, 0.004705> - 12572: < 0.001550, -0.006761, 0.005080> - 12573: < 0.001168, -0.006810, 0.005114> - 12574: < 0.001176, -0.007032, 0.004776> - 12575: < 0.001561, -0.006980, 0.004744> - 12576: < 0.001168, -0.006810, 0.005114> - 12577: < 0.000781, -0.006846, 0.005140> - 12578: < 0.000786, -0.007069, 0.004800> - 12579: < 0.001176, -0.007032, 0.004776> - 12580: < 0.000781, -0.006846, 0.005140> - 12581: < 0.000391, -0.006868, 0.005156> - 12582: < 0.000394, -0.007092, 0.004815> - 12583: < 0.000786, -0.007069, 0.004800> - 12584: < 0.000391, -0.006868, 0.005156> - 12585: < 0.000000, -0.006875, 0.005162> - 12586: < 0.000000, -0.007099, 0.004820> - 12587: < 0.000394, -0.007092, 0.004815> - 12588: < 0.000000, -0.006875, 0.005162> - 12589: <-0.000391, -0.006868, 0.005156> - 12590: <-0.000394, -0.007092, 0.004815> - 12591: < 0.000000, -0.007099, 0.004820> - 12592: <-0.000391, -0.006868, 0.005156> - 12593: <-0.000781, -0.006846, 0.005140> - 12594: <-0.000786, -0.007069, 0.004800> - 12595: <-0.000394, -0.007092, 0.004815> - 12596: <-0.000781, -0.006846, 0.005140> - 12597: <-0.001168, -0.006810, 0.005114> - 12598: <-0.001176, -0.007032, 0.004776> - 12599: <-0.000786, -0.007069, 0.004800> - 12600: <-0.001168, -0.006810, 0.005114> - 12601: <-0.001550, -0.006761, 0.005080> - 12602: <-0.001561, -0.006980, 0.004744> - 12603: <-0.001176, -0.007032, 0.004776> - 12604: <-0.001550, -0.006761, 0.005080> - 12605: <-0.001926, -0.006698, 0.005037> - 12606: <-0.001940, -0.006915, 0.004705> - 12607: <-0.001561, -0.006980, 0.004744> - 12608: <-0.001926, -0.006698, 0.005037> - 12609: <-0.002295, -0.006623, 0.004987> - 12610: <-0.002313, -0.006836, 0.004659> - 12611: <-0.001940, -0.006915, 0.004705> - 12612: <-0.002295, -0.006623, 0.004987> - 12613: <-0.002655, -0.006537, 0.004931> - 12614: <-0.002676, -0.006745, 0.004609> - 12615: <-0.002313, -0.006836, 0.004659> - 12616: <-0.002655, -0.006537, 0.004931> - 12617: <-0.003004, -0.006439, 0.004870> - 12618: <-0.003030, -0.006641, 0.004553> - 12619: <-0.002676, -0.006745, 0.004609> - 12620: <-0.003004, -0.006439, 0.004870> - 12621: <-0.003342, -0.006329, 0.004804> - 12622: <-0.003372, -0.006525, 0.004494> - 12623: <-0.003030, -0.006641, 0.004553> - 12624: <-0.003342, -0.006329, 0.004804> - 12625: <-0.003666, -0.006210, 0.004736> - 12626: <-0.003701, -0.006397, 0.004434> - 12627: <-0.003372, -0.006525, 0.004494> - 12628: <-0.003666, -0.006210, 0.004736> - 12629: <-0.003975, -0.006080, 0.004668> - 12630: <-0.004017, -0.006257, 0.004374> - 12631: <-0.003701, -0.006397, 0.004434> - 12632: <-0.003975, -0.006080, 0.004668> - 12633: <-0.004267, -0.005939, 0.004602> - 12634: <-0.004318, -0.006105, 0.004318> - 12635: <-0.004017, -0.006257, 0.004374> - 12636: <-0.004267, -0.005939, 0.004602> - 12637: <-0.004542, -0.005788, 0.004542> - 12638: <-0.004602, -0.005939, 0.004267> - 12639: <-0.004318, -0.006105, 0.004318> - 12640: <-0.004542, -0.005788, 0.004542> - 12641: <-0.004798, -0.005623, 0.004494> - 12642: <-0.004870, -0.005760, 0.004226> - 12643: <-0.004602, -0.005939, 0.004267> - 12644: <-0.004798, -0.005623, 0.004494> - 12645: <-0.005034, -0.005446, 0.004460> - 12646: <-0.005120, -0.005564, 0.004199> - 12647: <-0.004870, -0.005760, 0.004226> - 12648: < 0.005120, -0.005564, 0.004199> - 12649: < 0.004870, -0.005760, 0.004226> - 12650: < 0.004946, -0.005887, 0.003941> - 12651: < 0.005207, -0.005678, 0.003918> - 12652: < 0.004870, -0.005760, 0.004226> - 12653: < 0.004602, -0.005939, 0.004267> - 12654: < 0.004668, -0.006080, 0.003975> - 12655: < 0.004946, -0.005887, 0.003941> - 12656: < 0.004602, -0.005939, 0.004267> - 12657: < 0.004318, -0.006105, 0.004318> - 12658: < 0.004374, -0.006257, 0.004017> - 12659: < 0.004668, -0.006080, 0.003975> - 12660: < 0.004318, -0.006105, 0.004318> - 12661: < 0.004017, -0.006257, 0.004374> - 12662: < 0.004065, -0.006421, 0.004065> - 12663: < 0.004374, -0.006257, 0.004017> - 12664: < 0.004017, -0.006257, 0.004374> - 12665: < 0.003701, -0.006397, 0.004434> - 12666: < 0.003743, -0.006570, 0.004117> - 12667: < 0.004065, -0.006421, 0.004065> - 12668: < 0.003701, -0.006397, 0.004434> - 12669: < 0.003372, -0.006525, 0.004494> - 12670: < 0.003407, -0.006705, 0.004170> - 12671: < 0.003743, -0.006570, 0.004117> - 12672: < 0.003372, -0.006525, 0.004494> - 12673: < 0.003030, -0.006641, 0.004553> - 12674: < 0.003060, -0.006828, 0.004223> - 12675: < 0.003407, -0.006705, 0.004170> - 12676: < 0.003030, -0.006641, 0.004553> - 12677: < 0.002676, -0.006745, 0.004609> - 12678: < 0.002701, -0.006937, 0.004273> - 12679: < 0.003060, -0.006828, 0.004223> - 12680: < 0.002676, -0.006745, 0.004609> - 12681: < 0.002313, -0.006836, 0.004659> - 12682: < 0.002333, -0.007033, 0.004318> - 12683: < 0.002701, -0.006937, 0.004273> - 12684: < 0.002313, -0.006836, 0.004659> - 12685: < 0.001940, -0.006915, 0.004705> - 12686: < 0.001957, -0.007115, 0.004360> - 12687: < 0.002333, -0.007033, 0.004318> - 12688: < 0.001940, -0.006915, 0.004705> - 12689: < 0.001561, -0.006980, 0.004744> - 12690: < 0.001574, -0.007183, 0.004395> - 12691: < 0.001957, -0.007115, 0.004360> - 12692: < 0.001561, -0.006980, 0.004744> - 12693: < 0.001176, -0.007032, 0.004776> - 12694: < 0.001185, -0.007236, 0.004424> - 12695: < 0.001574, -0.007183, 0.004395> - 12696: < 0.001176, -0.007032, 0.004776> - 12697: < 0.000786, -0.007069, 0.004800> - 12698: < 0.000792, -0.007275, 0.004446> - 12699: < 0.001185, -0.007236, 0.004424> - 12700: < 0.000786, -0.007069, 0.004800> - 12701: < 0.000394, -0.007092, 0.004815> - 12702: < 0.000397, -0.007298, 0.004460> - 12703: < 0.000792, -0.007275, 0.004446> - 12704: < 0.000394, -0.007092, 0.004815> - 12705: < 0.000000, -0.007099, 0.004820> - 12706: < 0.000000, -0.007306, 0.004465> - 12707: < 0.000397, -0.007298, 0.004460> - 12708: < 0.000000, -0.007099, 0.004820> - 12709: <-0.000394, -0.007092, 0.004815> - 12710: <-0.000397, -0.007298, 0.004460> - 12711: < 0.000000, -0.007306, 0.004465> - 12712: <-0.000394, -0.007092, 0.004815> - 12713: <-0.000786, -0.007069, 0.004800> - 12714: <-0.000792, -0.007275, 0.004446> - 12715: <-0.000397, -0.007298, 0.004460> - 12716: <-0.000786, -0.007069, 0.004800> - 12717: <-0.001176, -0.007032, 0.004776> - 12718: <-0.001185, -0.007236, 0.004424> - 12719: <-0.000792, -0.007275, 0.004446> - 12720: <-0.001176, -0.007032, 0.004776> - 12721: <-0.001561, -0.006980, 0.004744> - 12722: <-0.001574, -0.007183, 0.004395> - 12723: <-0.001185, -0.007236, 0.004424> - 12724: <-0.001561, -0.006980, 0.004744> - 12725: <-0.001940, -0.006915, 0.004705> - 12726: <-0.001957, -0.007115, 0.004360> - 12727: <-0.001574, -0.007183, 0.004395> - 12728: <-0.001940, -0.006915, 0.004705> - 12729: <-0.002313, -0.006836, 0.004659> - 12730: <-0.002333, -0.007033, 0.004318> - 12731: <-0.001957, -0.007115, 0.004360> - 12732: <-0.002313, -0.006836, 0.004659> - 12733: <-0.002676, -0.006745, 0.004609> - 12734: <-0.002701, -0.006937, 0.004273> - 12735: <-0.002333, -0.007033, 0.004318> - 12736: <-0.002676, -0.006745, 0.004609> - 12737: <-0.003030, -0.006641, 0.004553> - 12738: <-0.003060, -0.006828, 0.004223> - 12739: <-0.002701, -0.006937, 0.004273> - 12740: <-0.003030, -0.006641, 0.004553> - 12741: <-0.003372, -0.006525, 0.004494> - 12742: <-0.003407, -0.006705, 0.004170> - 12743: <-0.003060, -0.006828, 0.004223> - 12744: <-0.003372, -0.006525, 0.004494> - 12745: <-0.003701, -0.006397, 0.004434> - 12746: <-0.003743, -0.006570, 0.004117> - 12747: <-0.003407, -0.006705, 0.004170> - 12748: <-0.003701, -0.006397, 0.004434> - 12749: <-0.004017, -0.006257, 0.004374> - 12750: <-0.004065, -0.006421, 0.004065> - 12751: <-0.003743, -0.006570, 0.004117> - 12752: <-0.004017, -0.006257, 0.004374> - 12753: <-0.004318, -0.006105, 0.004318> - 12754: <-0.004374, -0.006257, 0.004017> - 12755: <-0.004065, -0.006421, 0.004065> - 12756: <-0.004318, -0.006105, 0.004318> - 12757: <-0.004602, -0.005939, 0.004267> - 12758: <-0.004668, -0.006080, 0.003975> - 12759: <-0.004374, -0.006257, 0.004017> - 12760: <-0.004602, -0.005939, 0.004267> - 12761: <-0.004870, -0.005760, 0.004226> - 12762: <-0.004946, -0.005887, 0.003941> - 12763: <-0.004668, -0.006080, 0.003975> - 12764: <-0.004870, -0.005760, 0.004226> - 12765: <-0.005120, -0.005564, 0.004199> - 12766: <-0.005207, -0.005678, 0.003918> - 12767: <-0.004946, -0.005887, 0.003941> - 12768: < 0.005207, -0.005678, 0.003918> - 12769: < 0.004946, -0.005887, 0.003941> - 12770: < 0.005023, -0.006006, 0.003637> - 12771: < 0.005294, -0.005786, 0.003619> - 12772: < 0.004946, -0.005887, 0.003941> - 12773: < 0.004668, -0.006080, 0.003975> - 12774: < 0.004736, -0.006210, 0.003666> - 12775: < 0.005023, -0.006006, 0.003637> - 12776: < 0.004668, -0.006080, 0.003975> - 12777: < 0.004374, -0.006257, 0.004017> - 12778: < 0.004434, -0.006397, 0.003701> - 12779: < 0.004736, -0.006210, 0.003666> - 12780: < 0.004374, -0.006257, 0.004017> - 12781: < 0.004065, -0.006421, 0.004065> - 12782: < 0.004117, -0.006570, 0.003743> - 12783: < 0.004434, -0.006397, 0.003701> - 12784: < 0.004065, -0.006421, 0.004065> - 12785: < 0.003743, -0.006570, 0.004117> - 12786: < 0.003788, -0.006727, 0.003788> - 12787: < 0.004117, -0.006570, 0.003743> - 12788: < 0.003743, -0.006570, 0.004117> - 12789: < 0.003407, -0.006705, 0.004170> - 12790: < 0.003446, -0.006870, 0.003834> - 12791: < 0.003788, -0.006727, 0.003788> - 12792: < 0.003407, -0.006705, 0.004170> - 12793: < 0.003060, -0.006828, 0.004223> - 12794: < 0.003093, -0.006998, 0.003880> - 12795: < 0.003446, -0.006870, 0.003834> - 12796: < 0.003060, -0.006828, 0.004223> - 12797: < 0.002701, -0.006937, 0.004273> - 12798: < 0.002729, -0.007112, 0.003924> - 12799: < 0.003093, -0.006998, 0.003880> - 12800: < 0.002701, -0.006937, 0.004273> - 12801: < 0.002333, -0.007033, 0.004318> - 12802: < 0.002356, -0.007212, 0.003965> - 12803: < 0.002729, -0.007112, 0.003924> - 12804: < 0.002333, -0.007033, 0.004318> - 12805: < 0.001957, -0.007115, 0.004360> - 12806: < 0.001975, -0.007297, 0.004002> - 12807: < 0.002356, -0.007212, 0.003965> - 12808: < 0.001957, -0.007115, 0.004360> - 12809: < 0.001574, -0.007183, 0.004395> - 12810: < 0.001588, -0.007367, 0.004034> - 12811: < 0.001975, -0.007297, 0.004002> - 12812: < 0.001574, -0.007183, 0.004395> - 12813: < 0.001185, -0.007236, 0.004424> - 12814: < 0.001196, -0.007423, 0.004061> - 12815: < 0.001588, -0.007367, 0.004034> - 12816: < 0.001185, -0.007236, 0.004424> - 12817: < 0.000792, -0.007275, 0.004446> - 12818: < 0.000799, -0.007462, 0.004081> - 12819: < 0.001196, -0.007423, 0.004061> - 12820: < 0.000792, -0.007275, 0.004446> - 12821: < 0.000397, -0.007298, 0.004460> - 12822: < 0.000400, -0.007487, 0.004093> - 12823: < 0.000799, -0.007462, 0.004081> - 12824: < 0.000397, -0.007298, 0.004460> - 12825: < 0.000000, -0.007306, 0.004465> - 12826: < 0.000000, -0.007495, 0.004098> - 12827: < 0.000400, -0.007487, 0.004093> - 12828: < 0.000000, -0.007306, 0.004465> - 12829: <-0.000397, -0.007298, 0.004460> - 12830: <-0.000400, -0.007487, 0.004093> - 12831: < 0.000000, -0.007495, 0.004098> - 12832: <-0.000397, -0.007298, 0.004460> - 12833: <-0.000792, -0.007275, 0.004446> - 12834: <-0.000799, -0.007462, 0.004081> - 12835: <-0.000400, -0.007487, 0.004093> - 12836: <-0.000792, -0.007275, 0.004446> - 12837: <-0.001185, -0.007236, 0.004424> - 12838: <-0.001196, -0.007423, 0.004061> - 12839: <-0.000799, -0.007462, 0.004081> - 12840: <-0.001185, -0.007236, 0.004424> - 12841: <-0.001574, -0.007183, 0.004395> - 12842: <-0.001588, -0.007367, 0.004034> - 12843: <-0.001196, -0.007423, 0.004061> - 12844: <-0.001574, -0.007183, 0.004395> - 12845: <-0.001957, -0.007115, 0.004360> - 12846: <-0.001975, -0.007297, 0.004002> - 12847: <-0.001588, -0.007367, 0.004034> - 12848: <-0.001957, -0.007115, 0.004360> - 12849: <-0.002333, -0.007033, 0.004318> - 12850: <-0.002356, -0.007212, 0.003965> - 12851: <-0.001975, -0.007297, 0.004002> - 12852: <-0.002333, -0.007033, 0.004318> - 12853: <-0.002701, -0.006937, 0.004273> - 12854: <-0.002729, -0.007112, 0.003924> - 12855: <-0.002356, -0.007212, 0.003965> - 12856: <-0.002701, -0.006937, 0.004273> - 12857: <-0.003060, -0.006828, 0.004223> - 12858: <-0.003093, -0.006998, 0.003880> - 12859: <-0.002729, -0.007112, 0.003924> - 12860: <-0.003060, -0.006828, 0.004223> - 12861: <-0.003407, -0.006705, 0.004170> - 12862: <-0.003446, -0.006870, 0.003834> - 12863: <-0.003093, -0.006998, 0.003880> - 12864: <-0.003407, -0.006705, 0.004170> - 12865: <-0.003743, -0.006570, 0.004117> - 12866: <-0.003788, -0.006727, 0.003788> - 12867: <-0.003446, -0.006870, 0.003834> - 12868: <-0.003743, -0.006570, 0.004117> - 12869: <-0.004065, -0.006421, 0.004065> - 12870: <-0.004117, -0.006570, 0.003743> - 12871: <-0.003788, -0.006727, 0.003788> - 12872: <-0.004065, -0.006421, 0.004065> - 12873: <-0.004374, -0.006257, 0.004017> - 12874: <-0.004434, -0.006397, 0.003701> - 12875: <-0.004117, -0.006570, 0.003743> - 12876: <-0.004374, -0.006257, 0.004017> - 12877: <-0.004668, -0.006080, 0.003975> - 12878: <-0.004736, -0.006210, 0.003666> - 12879: <-0.004434, -0.006397, 0.003701> - 12880: <-0.004668, -0.006080, 0.003975> - 12881: <-0.004946, -0.005887, 0.003941> - 12882: <-0.005023, -0.006006, 0.003637> - 12883: <-0.004736, -0.006210, 0.003666> - 12884: <-0.004946, -0.005887, 0.003941> - 12885: <-0.005207, -0.005678, 0.003918> - 12886: <-0.005294, -0.005786, 0.003619> - 12887: <-0.005023, -0.006006, 0.003637> - 12888: < 0.005294, -0.005786, 0.003619> - 12889: < 0.005023, -0.006006, 0.003637> - 12890: < 0.005099, -0.006117, 0.003318> - 12891: < 0.005379, -0.005888, 0.003302> - 12892: < 0.005023, -0.006006, 0.003637> - 12893: < 0.004736, -0.006210, 0.003666> - 12894: < 0.004804, -0.006329, 0.003342> - 12895: < 0.005099, -0.006117, 0.003318> - 12896: < 0.004736, -0.006210, 0.003666> - 12897: < 0.004434, -0.006397, 0.003701> - 12898: < 0.004494, -0.006525, 0.003372> - 12899: < 0.004804, -0.006329, 0.003342> - 12900: < 0.004434, -0.006397, 0.003701> - 12901: < 0.004117, -0.006570, 0.003743> - 12902: < 0.004170, -0.006705, 0.003407> - 12903: < 0.004494, -0.006525, 0.003372> - 12904: < 0.004117, -0.006570, 0.003743> - 12905: < 0.003788, -0.006727, 0.003788> - 12906: < 0.003834, -0.006870, 0.003446> - 12907: < 0.004170, -0.006705, 0.003407> - 12908: < 0.003788, -0.006727, 0.003788> - 12909: < 0.003446, -0.006870, 0.003834> - 12910: < 0.003486, -0.007018, 0.003486> - 12911: < 0.003834, -0.006870, 0.003446> - 12912: < 0.003446, -0.006870, 0.003834> - 12913: < 0.003093, -0.006998, 0.003880> - 12914: < 0.003127, -0.007152, 0.003526> - 12915: < 0.003486, -0.007018, 0.003486> - 12916: < 0.003093, -0.006998, 0.003880> - 12917: < 0.002729, -0.007112, 0.003924> - 12918: < 0.002758, -0.007270, 0.003565> - 12919: < 0.003127, -0.007152, 0.003526> - 12920: < 0.002729, -0.007112, 0.003924> - 12921: < 0.002356, -0.007212, 0.003965> - 12922: < 0.002380, -0.007374, 0.003601> - 12923: < 0.002758, -0.007270, 0.003565> - 12924: < 0.002356, -0.007212, 0.003965> - 12925: < 0.001975, -0.007297, 0.004002> - 12926: < 0.001995, -0.007462, 0.003634> - 12927: < 0.002380, -0.007374, 0.003601> - 12928: < 0.001975, -0.007297, 0.004002> - 12929: < 0.001588, -0.007367, 0.004034> - 12930: < 0.001603, -0.007535, 0.003663> - 12931: < 0.001995, -0.007462, 0.003634> - 12932: < 0.001588, -0.007367, 0.004034> - 12933: < 0.001196, -0.007423, 0.004061> - 12934: < 0.001207, -0.007591, 0.003686> - 12935: < 0.001603, -0.007535, 0.003663> - 12936: < 0.001196, -0.007423, 0.004061> - 12937: < 0.000799, -0.007462, 0.004081> - 12938: < 0.000807, -0.007632, 0.003704> - 12939: < 0.001207, -0.007591, 0.003686> - 12940: < 0.000799, -0.007462, 0.004081> - 12941: < 0.000400, -0.007487, 0.004093> - 12942: < 0.000404, -0.007657, 0.003716> - 12943: < 0.000807, -0.007632, 0.003704> - 12944: < 0.000400, -0.007487, 0.004093> - 12945: < 0.000000, -0.007495, 0.004098> - 12946: < 0.000000, -0.007665, 0.003720> - 12947: < 0.000404, -0.007657, 0.003716> - 12948: < 0.000000, -0.007495, 0.004098> - 12949: <-0.000400, -0.007487, 0.004093> - 12950: <-0.000404, -0.007657, 0.003716> - 12951: < 0.000000, -0.007665, 0.003720> - 12952: <-0.000400, -0.007487, 0.004093> - 12953: <-0.000799, -0.007462, 0.004081> - 12954: <-0.000807, -0.007632, 0.003704> - 12955: <-0.000404, -0.007657, 0.003716> - 12956: <-0.000799, -0.007462, 0.004081> - 12957: <-0.001196, -0.007423, 0.004061> - 12958: <-0.001207, -0.007591, 0.003686> - 12959: <-0.000807, -0.007632, 0.003704> - 12960: <-0.001196, -0.007423, 0.004061> - 12961: <-0.001588, -0.007367, 0.004034> - 12962: <-0.001603, -0.007535, 0.003663> - 12963: <-0.001207, -0.007591, 0.003686> - 12964: <-0.001588, -0.007367, 0.004034> - 12965: <-0.001975, -0.007297, 0.004002> - 12966: <-0.001995, -0.007462, 0.003634> - 12967: <-0.001603, -0.007535, 0.003663> - 12968: <-0.001975, -0.007297, 0.004002> - 12969: <-0.002356, -0.007212, 0.003965> - 12970: <-0.002380, -0.007374, 0.003601> - 12971: <-0.001995, -0.007462, 0.003634> - 12972: <-0.002356, -0.007212, 0.003965> - 12973: <-0.002729, -0.007112, 0.003924> - 12974: <-0.002758, -0.007270, 0.003565> - 12975: <-0.002380, -0.007374, 0.003601> - 12976: <-0.002729, -0.007112, 0.003924> - 12977: <-0.003093, -0.006998, 0.003880> - 12978: <-0.003127, -0.007152, 0.003526> - 12979: <-0.002758, -0.007270, 0.003565> - 12980: <-0.003093, -0.006998, 0.003880> - 12981: <-0.003446, -0.006870, 0.003834> - 12982: <-0.003486, -0.007018, 0.003486> - 12983: <-0.003127, -0.007152, 0.003526> - 12984: <-0.003446, -0.006870, 0.003834> - 12985: <-0.003788, -0.006727, 0.003788> - 12986: <-0.003834, -0.006870, 0.003446> - 12987: <-0.003486, -0.007018, 0.003486> - 12988: <-0.003788, -0.006727, 0.003788> - 12989: <-0.004117, -0.006570, 0.003743> - 12990: <-0.004170, -0.006705, 0.003407> - 12991: <-0.003834, -0.006870, 0.003446> - 12992: <-0.004117, -0.006570, 0.003743> - 12993: <-0.004434, -0.006397, 0.003701> - 12994: <-0.004494, -0.006525, 0.003372> - 12995: <-0.004170, -0.006705, 0.003407> - 12996: <-0.004434, -0.006397, 0.003701> - 12997: <-0.004736, -0.006210, 0.003666> - 12998: <-0.004804, -0.006329, 0.003342> - 12999: <-0.004494, -0.006525, 0.003372> - 13000: <-0.004736, -0.006210, 0.003666> - 13001: <-0.005023, -0.006006, 0.003637> - 13002: <-0.005099, -0.006117, 0.003318> - 13003: <-0.004804, -0.006329, 0.003342> - 13004: <-0.005023, -0.006006, 0.003637> - 13005: <-0.005294, -0.005786, 0.003619> - 13006: <-0.005379, -0.005888, 0.003302> - 13007: <-0.005099, -0.006117, 0.003318> - 13008: < 0.005379, -0.005888, 0.003302> - 13009: < 0.005099, -0.006117, 0.003318> - 13010: < 0.005172, -0.006219, 0.002984> - 13011: < 0.005459, -0.005983, 0.002971> - 13012: < 0.005099, -0.006117, 0.003318> - 13013: < 0.004804, -0.006329, 0.003342> - 13014: < 0.004870, -0.006439, 0.003004> - 13015: < 0.005172, -0.006219, 0.002984> - 13016: < 0.004804, -0.006329, 0.003342> - 13017: < 0.004494, -0.006525, 0.003372> - 13018: < 0.004553, -0.006641, 0.003030> - 13019: < 0.004870, -0.006439, 0.003004> - 13020: < 0.004494, -0.006525, 0.003372> - 13021: < 0.004170, -0.006705, 0.003407> - 13022: < 0.004223, -0.006828, 0.003060> - 13023: < 0.004553, -0.006641, 0.003030> - 13024: < 0.004170, -0.006705, 0.003407> - 13025: < 0.003834, -0.006870, 0.003446> - 13026: < 0.003880, -0.006998, 0.003093> - 13027: < 0.004223, -0.006828, 0.003060> - 13028: < 0.003834, -0.006870, 0.003446> - 13029: < 0.003486, -0.007018, 0.003486> - 13030: < 0.003526, -0.007152, 0.003127> - 13031: < 0.003880, -0.006998, 0.003093> - 13032: < 0.003486, -0.007018, 0.003486> - 13033: < 0.003127, -0.007152, 0.003526> - 13034: < 0.003162, -0.007290, 0.003162> - 13035: < 0.003526, -0.007152, 0.003127> - 13036: < 0.003127, -0.007152, 0.003526> - 13037: < 0.002758, -0.007270, 0.003565> - 13038: < 0.002787, -0.007412, 0.003195> - 13039: < 0.003162, -0.007290, 0.003162> - 13040: < 0.002758, -0.007270, 0.003565> - 13041: < 0.002380, -0.007374, 0.003601> - 13042: < 0.002405, -0.007519, 0.003227> - 13043: < 0.002787, -0.007412, 0.003195> - 13044: < 0.002380, -0.007374, 0.003601> - 13045: < 0.001995, -0.007462, 0.003634> - 13046: < 0.002015, -0.007610, 0.003255> - 13047: < 0.002405, -0.007519, 0.003227> - 13048: < 0.001995, -0.007462, 0.003634> - 13049: < 0.001603, -0.007535, 0.003663> - 13050: < 0.001619, -0.007684, 0.003281> - 13051: < 0.002015, -0.007610, 0.003255> - 13052: < 0.001603, -0.007535, 0.003663> - 13053: < 0.001207, -0.007591, 0.003686> - 13054: < 0.001219, -0.007743, 0.003302> - 13055: < 0.001619, -0.007684, 0.003281> - 13056: < 0.001207, -0.007591, 0.003686> - 13057: < 0.000807, -0.007632, 0.003704> - 13058: < 0.000814, -0.007785, 0.003318> - 13059: < 0.001219, -0.007743, 0.003302> - 13060: < 0.000807, -0.007632, 0.003704> - 13061: < 0.000404, -0.007657, 0.003716> - 13062: < 0.000408, -0.007810, 0.003328> - 13063: < 0.000814, -0.007785, 0.003318> - 13064: < 0.000404, -0.007657, 0.003716> - 13065: < 0.000000, -0.007665, 0.003720> - 13066: < 0.000000, -0.007818, 0.003331> - 13067: < 0.000408, -0.007810, 0.003328> - 13068: < 0.000000, -0.007665, 0.003720> - 13069: <-0.000404, -0.007657, 0.003716> - 13070: <-0.000408, -0.007810, 0.003328> - 13071: < 0.000000, -0.007818, 0.003331> - 13072: <-0.000404, -0.007657, 0.003716> - 13073: <-0.000807, -0.007632, 0.003704> - 13074: <-0.000814, -0.007785, 0.003318> - 13075: <-0.000408, -0.007810, 0.003328> - 13076: <-0.000807, -0.007632, 0.003704> - 13077: <-0.001207, -0.007591, 0.003686> - 13078: <-0.001219, -0.007743, 0.003302> - 13079: <-0.000814, -0.007785, 0.003318> - 13080: <-0.001207, -0.007591, 0.003686> - 13081: <-0.001603, -0.007535, 0.003663> - 13082: <-0.001619, -0.007684, 0.003281> - 13083: <-0.001219, -0.007743, 0.003302> - 13084: <-0.001603, -0.007535, 0.003663> - 13085: <-0.001995, -0.007462, 0.003634> - 13086: <-0.002015, -0.007610, 0.003255> - 13087: <-0.001619, -0.007684, 0.003281> - 13088: <-0.001995, -0.007462, 0.003634> - 13089: <-0.002380, -0.007374, 0.003601> - 13090: <-0.002405, -0.007519, 0.003227> - 13091: <-0.002015, -0.007610, 0.003255> - 13092: <-0.002380, -0.007374, 0.003601> - 13093: <-0.002758, -0.007270, 0.003565> - 13094: <-0.002787, -0.007412, 0.003195> - 13095: <-0.002405, -0.007519, 0.003227> - 13096: <-0.002758, -0.007270, 0.003565> - 13097: <-0.003127, -0.007152, 0.003526> - 13098: <-0.003162, -0.007290, 0.003162> - 13099: <-0.002787, -0.007412, 0.003195> - 13100: <-0.003127, -0.007152, 0.003526> - 13101: <-0.003486, -0.007018, 0.003486> - 13102: <-0.003526, -0.007152, 0.003127> - 13103: <-0.003162, -0.007290, 0.003162> - 13104: <-0.003486, -0.007018, 0.003486> - 13105: <-0.003834, -0.006870, 0.003446> - 13106: <-0.003880, -0.006998, 0.003093> - 13107: <-0.003526, -0.007152, 0.003127> - 13108: <-0.003834, -0.006870, 0.003446> - 13109: <-0.004170, -0.006705, 0.003407> - 13110: <-0.004223, -0.006828, 0.003060> - 13111: <-0.003880, -0.006998, 0.003093> - 13112: <-0.004170, -0.006705, 0.003407> - 13113: <-0.004494, -0.006525, 0.003372> - 13114: <-0.004553, -0.006641, 0.003030> - 13115: <-0.004223, -0.006828, 0.003060> - 13116: <-0.004494, -0.006525, 0.003372> - 13117: <-0.004804, -0.006329, 0.003342> - 13118: <-0.004870, -0.006439, 0.003004> - 13119: <-0.004553, -0.006641, 0.003030> - 13120: <-0.004804, -0.006329, 0.003342> - 13121: <-0.005099, -0.006117, 0.003318> - 13122: <-0.005172, -0.006219, 0.002984> - 13123: <-0.004870, -0.006439, 0.003004> - 13124: <-0.005099, -0.006117, 0.003318> - 13125: <-0.005379, -0.005888, 0.003302> - 13126: <-0.005459, -0.005983, 0.002971> - 13127: <-0.005172, -0.006219, 0.002984> - 13128: < 0.005459, -0.005983, 0.002971> - 13129: < 0.005172, -0.006219, 0.002984> - 13130: < 0.005240, -0.006311, 0.002638> - 13131: < 0.005533, -0.006069, 0.002627> - 13132: < 0.005172, -0.006219, 0.002984> - 13133: < 0.004870, -0.006439, 0.003004> - 13134: < 0.004931, -0.006537, 0.002655> - 13135: < 0.005240, -0.006311, 0.002638> - 13136: < 0.004870, -0.006439, 0.003004> - 13137: < 0.004553, -0.006641, 0.003030> - 13138: < 0.004609, -0.006745, 0.002676> - 13139: < 0.004931, -0.006537, 0.002655> - 13140: < 0.004553, -0.006641, 0.003030> - 13141: < 0.004223, -0.006828, 0.003060> - 13142: < 0.004273, -0.006937, 0.002701> - 13143: < 0.004609, -0.006745, 0.002676> - 13144: < 0.004223, -0.006828, 0.003060> - 13145: < 0.003880, -0.006998, 0.003093> - 13146: < 0.003924, -0.007112, 0.002729> - 13147: < 0.004273, -0.006937, 0.002701> - 13148: < 0.003880, -0.006998, 0.003093> - 13149: < 0.003526, -0.007152, 0.003127> - 13150: < 0.003565, -0.007270, 0.002758> - 13151: < 0.003924, -0.007112, 0.002729> - 13152: < 0.003526, -0.007152, 0.003127> - 13153: < 0.003162, -0.007290, 0.003162> - 13154: < 0.003195, -0.007412, 0.002787> - 13155: < 0.003565, -0.007270, 0.002758> - 13156: < 0.003162, -0.007290, 0.003162> - 13157: < 0.002787, -0.007412, 0.003195> - 13158: < 0.002816, -0.007538, 0.002816> - 13159: < 0.003195, -0.007412, 0.002787> - 13160: < 0.002787, -0.007412, 0.003195> - 13161: < 0.002405, -0.007519, 0.003227> - 13162: < 0.002429, -0.007648, 0.002843> - 13163: < 0.002816, -0.007538, 0.002816> - 13164: < 0.002405, -0.007519, 0.003227> - 13165: < 0.002015, -0.007610, 0.003255> - 13166: < 0.002035, -0.007740, 0.002868> - 13167: < 0.002429, -0.007648, 0.002843> - 13168: < 0.002015, -0.007610, 0.003255> - 13169: < 0.001619, -0.007684, 0.003281> - 13170: < 0.001635, -0.007817, 0.002890> - 13171: < 0.002035, -0.007740, 0.002868> - 13172: < 0.001619, -0.007684, 0.003281> - 13173: < 0.001219, -0.007743, 0.003302> - 13174: < 0.001230, -0.007876, 0.002908> - 13175: < 0.001635, -0.007817, 0.002890> - 13176: < 0.001219, -0.007743, 0.003302> - 13177: < 0.000814, -0.007785, 0.003318> - 13178: < 0.000822, -0.007919, 0.002922> - 13179: < 0.001230, -0.007876, 0.002908> - 13180: < 0.000814, -0.007785, 0.003318> - 13181: < 0.000408, -0.007810, 0.003328> - 13182: < 0.000412, -0.007945, 0.002931> - 13183: < 0.000822, -0.007919, 0.002922> - 13184: < 0.000408, -0.007810, 0.003328> - 13185: < 0.000000, -0.007818, 0.003331> - 13186: < 0.000000, -0.007953, 0.002934> - 13187: < 0.000412, -0.007945, 0.002931> - 13188: < 0.000000, -0.007818, 0.003331> - 13189: <-0.000408, -0.007810, 0.003328> - 13190: <-0.000412, -0.007945, 0.002931> - 13191: < 0.000000, -0.007953, 0.002934> - 13192: <-0.000408, -0.007810, 0.003328> - 13193: <-0.000814, -0.007785, 0.003318> - 13194: <-0.000822, -0.007919, 0.002922> - 13195: <-0.000412, -0.007945, 0.002931> - 13196: <-0.000814, -0.007785, 0.003318> - 13197: <-0.001219, -0.007743, 0.003302> - 13198: <-0.001230, -0.007876, 0.002908> - 13199: <-0.000822, -0.007919, 0.002922> - 13200: <-0.001219, -0.007743, 0.003302> - 13201: <-0.001619, -0.007684, 0.003281> - 13202: <-0.001635, -0.007817, 0.002890> - 13203: <-0.001230, -0.007876, 0.002908> - 13204: <-0.001619, -0.007684, 0.003281> - 13205: <-0.002015, -0.007610, 0.003255> - 13206: <-0.002035, -0.007740, 0.002868> - 13207: <-0.001635, -0.007817, 0.002890> - 13208: <-0.002015, -0.007610, 0.003255> - 13209: <-0.002405, -0.007519, 0.003227> - 13210: <-0.002429, -0.007648, 0.002843> - 13211: <-0.002035, -0.007740, 0.002868> - 13212: <-0.002405, -0.007519, 0.003227> - 13213: <-0.002787, -0.007412, 0.003195> - 13214: <-0.002816, -0.007538, 0.002816> - 13215: <-0.002429, -0.007648, 0.002843> - 13216: <-0.002787, -0.007412, 0.003195> - 13217: <-0.003162, -0.007290, 0.003162> - 13218: <-0.003195, -0.007412, 0.002787> - 13219: <-0.002816, -0.007538, 0.002816> - 13220: <-0.003162, -0.007290, 0.003162> - 13221: <-0.003526, -0.007152, 0.003127> - 13222: <-0.003565, -0.007270, 0.002758> - 13223: <-0.003195, -0.007412, 0.002787> - 13224: <-0.003526, -0.007152, 0.003127> - 13225: <-0.003880, -0.006998, 0.003093> - 13226: <-0.003924, -0.007112, 0.002729> - 13227: <-0.003565, -0.007270, 0.002758> - 13228: <-0.003880, -0.006998, 0.003093> - 13229: <-0.004223, -0.006828, 0.003060> - 13230: <-0.004273, -0.006937, 0.002701> - 13231: <-0.003924, -0.007112, 0.002729> - 13232: <-0.004223, -0.006828, 0.003060> - 13233: <-0.004553, -0.006641, 0.003030> - 13234: <-0.004609, -0.006745, 0.002676> - 13235: <-0.004273, -0.006937, 0.002701> - 13236: <-0.004553, -0.006641, 0.003030> - 13237: <-0.004870, -0.006439, 0.003004> - 13238: <-0.004931, -0.006537, 0.002655> - 13239: <-0.004609, -0.006745, 0.002676> - 13240: <-0.004870, -0.006439, 0.003004> - 13241: <-0.005172, -0.006219, 0.002984> - 13242: <-0.005240, -0.006311, 0.002638> - 13243: <-0.004931, -0.006537, 0.002655> - 13244: <-0.005172, -0.006219, 0.002984> - 13245: <-0.005459, -0.005983, 0.002971> - 13246: <-0.005533, -0.006069, 0.002627> - 13247: <-0.005240, -0.006311, 0.002638> - 13248: < 0.005533, -0.006069, 0.002627> - 13249: < 0.005240, -0.006311, 0.002638> - 13250: < 0.005301, -0.006393, 0.002281> - 13251: < 0.005599, -0.006146, 0.002272> - 13252: < 0.005240, -0.006311, 0.002638> - 13253: < 0.004931, -0.006537, 0.002655> - 13254: < 0.004987, -0.006623, 0.002295> - 13255: < 0.005301, -0.006393, 0.002281> - 13256: < 0.004931, -0.006537, 0.002655> - 13257: < 0.004609, -0.006745, 0.002676> - 13258: < 0.004659, -0.006836, 0.002313> - 13259: < 0.004987, -0.006623, 0.002295> - 13260: < 0.004609, -0.006745, 0.002676> - 13261: < 0.004273, -0.006937, 0.002701> - 13262: < 0.004318, -0.007033, 0.002333> - 13263: < 0.004659, -0.006836, 0.002313> - 13264: < 0.004273, -0.006937, 0.002701> - 13265: < 0.003924, -0.007112, 0.002729> - 13266: < 0.003965, -0.007212, 0.002356> - 13267: < 0.004318, -0.007033, 0.002333> - 13268: < 0.003924, -0.007112, 0.002729> - 13269: < 0.003565, -0.007270, 0.002758> - 13270: < 0.003601, -0.007374, 0.002380> - 13271: < 0.003965, -0.007212, 0.002356> - 13272: < 0.003565, -0.007270, 0.002758> - 13273: < 0.003195, -0.007412, 0.002787> - 13274: < 0.003227, -0.007519, 0.002405> - 13275: < 0.003601, -0.007374, 0.002380> - 13276: < 0.003195, -0.007412, 0.002787> - 13277: < 0.002816, -0.007538, 0.002816> - 13278: < 0.002843, -0.007648, 0.002429> - 13279: < 0.003227, -0.007519, 0.002405> - 13280: < 0.002816, -0.007538, 0.002816> - 13281: < 0.002429, -0.007648, 0.002843> - 13282: < 0.002452, -0.007759, 0.002452> - 13283: < 0.002843, -0.007648, 0.002429> - 13284: < 0.002429, -0.007648, 0.002843> - 13285: < 0.002035, -0.007740, 0.002868> - 13286: < 0.002053, -0.007854, 0.002473> - 13287: < 0.002452, -0.007759, 0.002452> - 13288: < 0.002035, -0.007740, 0.002868> - 13289: < 0.001635, -0.007817, 0.002890> - 13290: < 0.001650, -0.007932, 0.002492> - 13291: < 0.002053, -0.007854, 0.002473> - 13292: < 0.001635, -0.007817, 0.002890> - 13293: < 0.001230, -0.007876, 0.002908> - 13294: < 0.001241, -0.007992, 0.002507> - 13295: < 0.001650, -0.007932, 0.002492> - 13296: < 0.001230, -0.007876, 0.002908> - 13297: < 0.000822, -0.007919, 0.002922> - 13298: < 0.000829, -0.008036, 0.002519> - 13299: < 0.001241, -0.007992, 0.002507> - 13300: < 0.000822, -0.007919, 0.002922> - 13301: < 0.000412, -0.007945, 0.002931> - 13302: < 0.000415, -0.008062, 0.002527> - 13303: < 0.000829, -0.008036, 0.002519> - 13304: < 0.000412, -0.007945, 0.002931> - 13305: < 0.000000, -0.007953, 0.002934> - 13306: < 0.000000, -0.008070, 0.002530> - 13307: < 0.000415, -0.008062, 0.002527> - 13308: < 0.000000, -0.007953, 0.002934> - 13309: <-0.000412, -0.007945, 0.002931> - 13310: <-0.000415, -0.008062, 0.002527> - 13311: < 0.000000, -0.008070, 0.002530> - 13312: <-0.000412, -0.007945, 0.002931> - 13313: <-0.000822, -0.007919, 0.002922> - 13314: <-0.000829, -0.008036, 0.002519> - 13315: <-0.000415, -0.008062, 0.002527> - 13316: <-0.000822, -0.007919, 0.002922> - 13317: <-0.001230, -0.007876, 0.002908> - 13318: <-0.001241, -0.007992, 0.002507> - 13319: <-0.000829, -0.008036, 0.002519> - 13320: <-0.001230, -0.007876, 0.002908> - 13321: <-0.001635, -0.007817, 0.002890> - 13322: <-0.001650, -0.007932, 0.002492> - 13323: <-0.001241, -0.007992, 0.002507> - 13324: <-0.001635, -0.007817, 0.002890> - 13325: <-0.002035, -0.007740, 0.002868> - 13326: <-0.002053, -0.007854, 0.002473> - 13327: <-0.001650, -0.007932, 0.002492> - 13328: <-0.002035, -0.007740, 0.002868> - 13329: <-0.002429, -0.007648, 0.002843> - 13330: <-0.002452, -0.007759, 0.002452> - 13331: <-0.002053, -0.007854, 0.002473> - 13332: <-0.002429, -0.007648, 0.002843> - 13333: <-0.002816, -0.007538, 0.002816> - 13334: <-0.002843, -0.007648, 0.002429> - 13335: <-0.002452, -0.007759, 0.002452> - 13336: <-0.002816, -0.007538, 0.002816> - 13337: <-0.003195, -0.007412, 0.002787> - 13338: <-0.003227, -0.007519, 0.002405> - 13339: <-0.002843, -0.007648, 0.002429> - 13340: <-0.003195, -0.007412, 0.002787> - 13341: <-0.003565, -0.007270, 0.002758> - 13342: <-0.003601, -0.007374, 0.002380> - 13343: <-0.003227, -0.007519, 0.002405> - 13344: <-0.003565, -0.007270, 0.002758> - 13345: <-0.003924, -0.007112, 0.002729> - 13346: <-0.003965, -0.007212, 0.002356> - 13347: <-0.003601, -0.007374, 0.002380> - 13348: <-0.003924, -0.007112, 0.002729> - 13349: <-0.004273, -0.006937, 0.002701> - 13350: <-0.004318, -0.007033, 0.002333> - 13351: <-0.003965, -0.007212, 0.002356> - 13352: <-0.004273, -0.006937, 0.002701> - 13353: <-0.004609, -0.006745, 0.002676> - 13354: <-0.004659, -0.006836, 0.002313> - 13355: <-0.004318, -0.007033, 0.002333> - 13356: <-0.004609, -0.006745, 0.002676> - 13357: <-0.004931, -0.006537, 0.002655> - 13358: <-0.004987, -0.006623, 0.002295> - 13359: <-0.004659, -0.006836, 0.002313> - 13360: <-0.004931, -0.006537, 0.002655> - 13361: <-0.005240, -0.006311, 0.002638> - 13362: <-0.005301, -0.006393, 0.002281> - 13363: <-0.004987, -0.006623, 0.002295> - 13364: <-0.005240, -0.006311, 0.002638> - 13365: <-0.005533, -0.006069, 0.002627> - 13366: <-0.005599, -0.006146, 0.002272> - 13367: <-0.005301, -0.006393, 0.002281> - 13368: < 0.005599, -0.006146, 0.002272> - 13369: < 0.005301, -0.006393, 0.002281> - 13370: < 0.005355, -0.006464, 0.001915> - 13371: < 0.005657, -0.006212, 0.001908> - 13372: < 0.005301, -0.006393, 0.002281> - 13373: < 0.004987, -0.006623, 0.002295> - 13374: < 0.005037, -0.006698, 0.001926> - 13375: < 0.005355, -0.006464, 0.001915> - 13376: < 0.004987, -0.006623, 0.002295> - 13377: < 0.004659, -0.006836, 0.002313> - 13378: < 0.004705, -0.006915, 0.001940> - 13379: < 0.005037, -0.006698, 0.001926> - 13380: < 0.004659, -0.006836, 0.002313> - 13381: < 0.004318, -0.007033, 0.002333> - 13382: < 0.004360, -0.007115, 0.001957> - 13383: < 0.004705, -0.006915, 0.001940> - 13384: < 0.004318, -0.007033, 0.002333> - 13385: < 0.003965, -0.007212, 0.002356> - 13386: < 0.004002, -0.007297, 0.001975> - 13387: < 0.004360, -0.007115, 0.001957> - 13388: < 0.003965, -0.007212, 0.002356> - 13389: < 0.003601, -0.007374, 0.002380> - 13390: < 0.003634, -0.007462, 0.001995> - 13391: < 0.004002, -0.007297, 0.001975> - 13392: < 0.003601, -0.007374, 0.002380> - 13393: < 0.003227, -0.007519, 0.002405> - 13394: < 0.003255, -0.007610, 0.002015> - 13395: < 0.003634, -0.007462, 0.001995> - 13396: < 0.003227, -0.007519, 0.002405> - 13397: < 0.002843, -0.007648, 0.002429> - 13398: < 0.002868, -0.007740, 0.002035> - 13399: < 0.003255, -0.007610, 0.002015> - 13400: < 0.002843, -0.007648, 0.002429> - 13401: < 0.002452, -0.007759, 0.002452> - 13402: < 0.002473, -0.007854, 0.002053> - 13403: < 0.002868, -0.007740, 0.002035> - 13404: < 0.002452, -0.007759, 0.002452> - 13405: < 0.002053, -0.007854, 0.002473> - 13406: < 0.002071, -0.007950, 0.002071> - 13407: < 0.002473, -0.007854, 0.002053> - 13408: < 0.002053, -0.007854, 0.002473> - 13409: < 0.001650, -0.007932, 0.002492> - 13410: < 0.001663, -0.008029, 0.002086> - 13411: < 0.002071, -0.007950, 0.002071> - 13412: < 0.001650, -0.007932, 0.002492> - 13413: < 0.001241, -0.007992, 0.002507> - 13414: < 0.001252, -0.008090, 0.002099> - 13415: < 0.001663, -0.008029, 0.002086> - 13416: < 0.001241, -0.007992, 0.002507> - 13417: < 0.000829, -0.008036, 0.002519> - 13418: < 0.000836, -0.008134, 0.002109> - 13419: < 0.001252, -0.008090, 0.002099> - 13420: < 0.000829, -0.008036, 0.002519> - 13421: < 0.000415, -0.008062, 0.002527> - 13422: < 0.000419, -0.008161, 0.002116> - 13423: < 0.000836, -0.008134, 0.002109> - 13424: < 0.000415, -0.008062, 0.002527> - 13425: < 0.000000, -0.008070, 0.002530> - 13426: < 0.000000, -0.008169, 0.002118> - 13427: < 0.000419, -0.008161, 0.002116> - 13428: < 0.000000, -0.008070, 0.002530> - 13429: <-0.000415, -0.008062, 0.002527> - 13430: <-0.000419, -0.008161, 0.002116> - 13431: < 0.000000, -0.008169, 0.002118> - 13432: <-0.000415, -0.008062, 0.002527> - 13433: <-0.000829, -0.008036, 0.002519> - 13434: <-0.000836, -0.008134, 0.002109> - 13435: <-0.000419, -0.008161, 0.002116> - 13436: <-0.000829, -0.008036, 0.002519> - 13437: <-0.001241, -0.007992, 0.002507> - 13438: <-0.001252, -0.008090, 0.002099> - 13439: <-0.000836, -0.008134, 0.002109> - 13440: <-0.001241, -0.007992, 0.002507> - 13441: <-0.001650, -0.007932, 0.002492> - 13442: <-0.001663, -0.008029, 0.002086> - 13443: <-0.001252, -0.008090, 0.002099> - 13444: <-0.001650, -0.007932, 0.002492> - 13445: <-0.002053, -0.007854, 0.002473> - 13446: <-0.002071, -0.007950, 0.002071> - 13447: <-0.001663, -0.008029, 0.002086> - 13448: <-0.002053, -0.007854, 0.002473> - 13449: <-0.002452, -0.007759, 0.002452> - 13450: <-0.002473, -0.007854, 0.002053> - 13451: <-0.002071, -0.007950, 0.002071> - 13452: <-0.002452, -0.007759, 0.002452> - 13453: <-0.002843, -0.007648, 0.002429> - 13454: <-0.002868, -0.007740, 0.002035> - 13455: <-0.002473, -0.007854, 0.002053> - 13456: <-0.002843, -0.007648, 0.002429> - 13457: <-0.003227, -0.007519, 0.002405> - 13458: <-0.003255, -0.007610, 0.002015> - 13459: <-0.002868, -0.007740, 0.002035> - 13460: <-0.003227, -0.007519, 0.002405> - 13461: <-0.003601, -0.007374, 0.002380> - 13462: <-0.003634, -0.007462, 0.001995> - 13463: <-0.003255, -0.007610, 0.002015> - 13464: <-0.003601, -0.007374, 0.002380> - 13465: <-0.003965, -0.007212, 0.002356> - 13466: <-0.004002, -0.007297, 0.001975> - 13467: <-0.003634, -0.007462, 0.001995> - 13468: <-0.003965, -0.007212, 0.002356> - 13469: <-0.004318, -0.007033, 0.002333> - 13470: <-0.004360, -0.007115, 0.001957> - 13471: <-0.004002, -0.007297, 0.001975> - 13472: <-0.004318, -0.007033, 0.002333> - 13473: <-0.004659, -0.006836, 0.002313> - 13474: <-0.004705, -0.006915, 0.001940> - 13475: <-0.004360, -0.007115, 0.001957> - 13476: <-0.004659, -0.006836, 0.002313> - 13477: <-0.004987, -0.006623, 0.002295> - 13478: <-0.005037, -0.006698, 0.001926> - 13479: <-0.004705, -0.006915, 0.001940> - 13480: <-0.004987, -0.006623, 0.002295> - 13481: <-0.005301, -0.006393, 0.002281> - 13482: <-0.005355, -0.006464, 0.001915> - 13483: <-0.005037, -0.006698, 0.001926> - 13484: <-0.005301, -0.006393, 0.002281> - 13485: <-0.005599, -0.006146, 0.002272> - 13486: <-0.005657, -0.006212, 0.001908> - 13487: <-0.005355, -0.006464, 0.001915> - 13488: < 0.005657, -0.006212, 0.001908> - 13489: < 0.005355, -0.006464, 0.001915> - 13490: < 0.005401, -0.006523, 0.001541> - 13491: < 0.005707, -0.006269, 0.001536> - 13492: < 0.005355, -0.006464, 0.001915> - 13493: < 0.005037, -0.006698, 0.001926> - 13494: < 0.005080, -0.006761, 0.001550> - 13495: < 0.005401, -0.006523, 0.001541> - 13496: < 0.005037, -0.006698, 0.001926> - 13497: < 0.004705, -0.006915, 0.001940> - 13498: < 0.004744, -0.006980, 0.001561> - 13499: < 0.005080, -0.006761, 0.001550> - 13500: < 0.004705, -0.006915, 0.001940> - 13501: < 0.004360, -0.007115, 0.001957> - 13502: < 0.004395, -0.007183, 0.001574> - 13503: < 0.004744, -0.006980, 0.001561> - 13504: < 0.004360, -0.007115, 0.001957> - 13505: < 0.004002, -0.007297, 0.001975> - 13506: < 0.004034, -0.007367, 0.001588> - 13507: < 0.004395, -0.007183, 0.001574> - 13508: < 0.004002, -0.007297, 0.001975> - 13509: < 0.003634, -0.007462, 0.001995> - 13510: < 0.003663, -0.007535, 0.001603> - 13511: < 0.004034, -0.007367, 0.001588> - 13512: < 0.003634, -0.007462, 0.001995> - 13513: < 0.003255, -0.007610, 0.002015> - 13514: < 0.003281, -0.007684, 0.001619> - 13515: < 0.003663, -0.007535, 0.001603> - 13516: < 0.003255, -0.007610, 0.002015> - 13517: < 0.002868, -0.007740, 0.002035> - 13518: < 0.002890, -0.007817, 0.001635> - 13519: < 0.003281, -0.007684, 0.001619> - 13520: < 0.002868, -0.007740, 0.002035> - 13521: < 0.002473, -0.007854, 0.002053> - 13522: < 0.002492, -0.007932, 0.001650> - 13523: < 0.002890, -0.007817, 0.001635> - 13524: < 0.002473, -0.007854, 0.002053> - 13525: < 0.002071, -0.007950, 0.002071> - 13526: < 0.002086, -0.008029, 0.001663> - 13527: < 0.002492, -0.007932, 0.001650> - 13528: < 0.002071, -0.007950, 0.002071> - 13529: < 0.001663, -0.008029, 0.002086> - 13530: < 0.001676, -0.008109, 0.001676> - 13531: < 0.002086, -0.008029, 0.001663> - 13532: < 0.001663, -0.008029, 0.002086> - 13533: < 0.001252, -0.008090, 0.002099> - 13534: < 0.001261, -0.008171, 0.001686> - 13535: < 0.001676, -0.008109, 0.001676> - 13536: < 0.001252, -0.008090, 0.002099> - 13537: < 0.000836, -0.008134, 0.002109> - 13538: < 0.000842, -0.008215, 0.001694> - 13539: < 0.001261, -0.008171, 0.001686> - 13540: < 0.000836, -0.008134, 0.002109> - 13541: < 0.000419, -0.008161, 0.002116> - 13542: < 0.000422, -0.008242, 0.001699> - 13543: < 0.000842, -0.008215, 0.001694> - 13544: < 0.000419, -0.008161, 0.002116> - 13545: < 0.000000, -0.008169, 0.002118> - 13546: < 0.000000, -0.008251, 0.001701> - 13547: < 0.000422, -0.008242, 0.001699> - 13548: < 0.000000, -0.008169, 0.002118> - 13549: <-0.000419, -0.008161, 0.002116> - 13550: <-0.000422, -0.008242, 0.001699> - 13551: < 0.000000, -0.008251, 0.001701> - 13552: <-0.000419, -0.008161, 0.002116> - 13553: <-0.000836, -0.008134, 0.002109> - 13554: <-0.000842, -0.008215, 0.001694> - 13555: <-0.000422, -0.008242, 0.001699> - 13556: <-0.000836, -0.008134, 0.002109> - 13557: <-0.001252, -0.008090, 0.002099> - 13558: <-0.001261, -0.008171, 0.001686> - 13559: <-0.000842, -0.008215, 0.001694> - 13560: <-0.001252, -0.008090, 0.002099> - 13561: <-0.001663, -0.008029, 0.002086> - 13562: <-0.001676, -0.008109, 0.001676> - 13563: <-0.001261, -0.008171, 0.001686> - 13564: <-0.001663, -0.008029, 0.002086> - 13565: <-0.002071, -0.007950, 0.002071> - 13566: <-0.002086, -0.008029, 0.001663> - 13567: <-0.001676, -0.008109, 0.001676> - 13568: <-0.002071, -0.007950, 0.002071> - 13569: <-0.002473, -0.007854, 0.002053> - 13570: <-0.002492, -0.007932, 0.001650> - 13571: <-0.002086, -0.008029, 0.001663> - 13572: <-0.002473, -0.007854, 0.002053> - 13573: <-0.002868, -0.007740, 0.002035> - 13574: <-0.002890, -0.007817, 0.001635> - 13575: <-0.002492, -0.007932, 0.001650> - 13576: <-0.002868, -0.007740, 0.002035> - 13577: <-0.003255, -0.007610, 0.002015> - 13578: <-0.003281, -0.007684, 0.001619> - 13579: <-0.002890, -0.007817, 0.001635> - 13580: <-0.003255, -0.007610, 0.002015> - 13581: <-0.003634, -0.007462, 0.001995> - 13582: <-0.003663, -0.007535, 0.001603> - 13583: <-0.003281, -0.007684, 0.001619> - 13584: <-0.003634, -0.007462, 0.001995> - 13585: <-0.004002, -0.007297, 0.001975> - 13586: <-0.004034, -0.007367, 0.001588> - 13587: <-0.003663, -0.007535, 0.001603> - 13588: <-0.004002, -0.007297, 0.001975> - 13589: <-0.004360, -0.007115, 0.001957> - 13590: <-0.004395, -0.007183, 0.001574> - 13591: <-0.004034, -0.007367, 0.001588> - 13592: <-0.004360, -0.007115, 0.001957> - 13593: <-0.004705, -0.006915, 0.001940> - 13594: <-0.004744, -0.006980, 0.001561> - 13595: <-0.004395, -0.007183, 0.001574> - 13596: <-0.004705, -0.006915, 0.001940> - 13597: <-0.005037, -0.006698, 0.001926> - 13598: <-0.005080, -0.006761, 0.001550> - 13599: <-0.004744, -0.006980, 0.001561> - 13600: <-0.005037, -0.006698, 0.001926> - 13601: <-0.005355, -0.006464, 0.001915> - 13602: <-0.005401, -0.006523, 0.001541> - 13603: <-0.005080, -0.006761, 0.001550> - 13604: <-0.005355, -0.006464, 0.001915> - 13605: <-0.005657, -0.006212, 0.001908> - 13606: <-0.005707, -0.006269, 0.001536> - 13607: <-0.005401, -0.006523, 0.001541> - 13608: < 0.005707, -0.006269, 0.001536> - 13609: < 0.005401, -0.006523, 0.001541> - 13610: < 0.005438, -0.006570, 0.001161> - 13611: < 0.005747, -0.006313, 0.001157> - 13612: < 0.005401, -0.006523, 0.001541> - 13613: < 0.005080, -0.006761, 0.001550> - 13614: < 0.005114, -0.006810, 0.001168> - 13615: < 0.005438, -0.006570, 0.001161> - 13616: < 0.005080, -0.006761, 0.001550> - 13617: < 0.004744, -0.006980, 0.001561> - 13618: < 0.004776, -0.007032, 0.001176> - 13619: < 0.005114, -0.006810, 0.001168> - 13620: < 0.004744, -0.006980, 0.001561> - 13621: < 0.004395, -0.007183, 0.001574> - 13622: < 0.004424, -0.007236, 0.001185> - 13623: < 0.004776, -0.007032, 0.001176> - 13624: < 0.004395, -0.007183, 0.001574> - 13625: < 0.004034, -0.007367, 0.001588> - 13626: < 0.004061, -0.007423, 0.001196> - 13627: < 0.004424, -0.007236, 0.001185> - 13628: < 0.004034, -0.007367, 0.001588> - 13629: < 0.003663, -0.007535, 0.001603> - 13630: < 0.003686, -0.007591, 0.001207> - 13631: < 0.004061, -0.007423, 0.001196> - 13632: < 0.003663, -0.007535, 0.001603> - 13633: < 0.003281, -0.007684, 0.001619> - 13634: < 0.003302, -0.007743, 0.001219> - 13635: < 0.003686, -0.007591, 0.001207> - 13636: < 0.003281, -0.007684, 0.001619> - 13637: < 0.002890, -0.007817, 0.001635> - 13638: < 0.002908, -0.007876, 0.001230> - 13639: < 0.003302, -0.007743, 0.001219> - 13640: < 0.002890, -0.007817, 0.001635> - 13641: < 0.002492, -0.007932, 0.001650> - 13642: < 0.002507, -0.007992, 0.001241> - 13643: < 0.002908, -0.007876, 0.001230> - 13644: < 0.002492, -0.007932, 0.001650> - 13645: < 0.002086, -0.008029, 0.001663> - 13646: < 0.002099, -0.008090, 0.001252> - 13647: < 0.002507, -0.007992, 0.001241> - 13648: < 0.002086, -0.008029, 0.001663> - 13649: < 0.001676, -0.008109, 0.001676> - 13650: < 0.001686, -0.008171, 0.001261> - 13651: < 0.002099, -0.008090, 0.001252> - 13652: < 0.001676, -0.008109, 0.001676> - 13653: < 0.001261, -0.008171, 0.001686> - 13654: < 0.001269, -0.008233, 0.001269> - 13655: < 0.001686, -0.008171, 0.001261> - 13656: < 0.001261, -0.008171, 0.001686> - 13657: < 0.000842, -0.008215, 0.001694> - 13658: < 0.000848, -0.008278, 0.001275> - 13659: < 0.001269, -0.008233, 0.001269> - 13660: < 0.000842, -0.008215, 0.001694> - 13661: < 0.000422, -0.008242, 0.001699> - 13662: < 0.000424, -0.008305, 0.001278> - 13663: < 0.000848, -0.008278, 0.001275> - 13664: < 0.000422, -0.008242, 0.001699> - 13665: < 0.000000, -0.008251, 0.001701> - 13666: < 0.000000, -0.008314, 0.001280> - 13667: < 0.000424, -0.008305, 0.001278> - 13668: < 0.000000, -0.008251, 0.001701> - 13669: <-0.000422, -0.008242, 0.001699> - 13670: <-0.000424, -0.008305, 0.001278> - 13671: < 0.000000, -0.008314, 0.001280> - 13672: <-0.000422, -0.008242, 0.001699> - 13673: <-0.000842, -0.008215, 0.001694> - 13674: <-0.000848, -0.008278, 0.001275> - 13675: <-0.000424, -0.008305, 0.001278> - 13676: <-0.000842, -0.008215, 0.001694> - 13677: <-0.001261, -0.008171, 0.001686> - 13678: <-0.001269, -0.008233, 0.001269> - 13679: <-0.000848, -0.008278, 0.001275> - 13680: <-0.001261, -0.008171, 0.001686> - 13681: <-0.001676, -0.008109, 0.001676> - 13682: <-0.001686, -0.008171, 0.001261> - 13683: <-0.001269, -0.008233, 0.001269> - 13684: <-0.001676, -0.008109, 0.001676> - 13685: <-0.002086, -0.008029, 0.001663> - 13686: <-0.002099, -0.008090, 0.001252> - 13687: <-0.001686, -0.008171, 0.001261> - 13688: <-0.002086, -0.008029, 0.001663> - 13689: <-0.002492, -0.007932, 0.001650> - 13690: <-0.002507, -0.007992, 0.001241> - 13691: <-0.002099, -0.008090, 0.001252> - 13692: <-0.002492, -0.007932, 0.001650> - 13693: <-0.002890, -0.007817, 0.001635> - 13694: <-0.002908, -0.007876, 0.001230> - 13695: <-0.002507, -0.007992, 0.001241> - 13696: <-0.002890, -0.007817, 0.001635> - 13697: <-0.003281, -0.007684, 0.001619> - 13698: <-0.003302, -0.007743, 0.001219> - 13699: <-0.002908, -0.007876, 0.001230> - 13700: <-0.003281, -0.007684, 0.001619> - 13701: <-0.003663, -0.007535, 0.001603> - 13702: <-0.003686, -0.007591, 0.001207> - 13703: <-0.003302, -0.007743, 0.001219> - 13704: <-0.003663, -0.007535, 0.001603> - 13705: <-0.004034, -0.007367, 0.001588> - 13706: <-0.004061, -0.007423, 0.001196> - 13707: <-0.003686, -0.007591, 0.001207> - 13708: <-0.004034, -0.007367, 0.001588> - 13709: <-0.004395, -0.007183, 0.001574> - 13710: <-0.004424, -0.007236, 0.001185> - 13711: <-0.004061, -0.007423, 0.001196> - 13712: <-0.004395, -0.007183, 0.001574> - 13713: <-0.004744, -0.006980, 0.001561> - 13714: <-0.004776, -0.007032, 0.001176> - 13715: <-0.004424, -0.007236, 0.001185> - 13716: <-0.004744, -0.006980, 0.001561> - 13717: <-0.005080, -0.006761, 0.001550> - 13718: <-0.005114, -0.006810, 0.001168> - 13719: <-0.004776, -0.007032, 0.001176> - 13720: <-0.005080, -0.006761, 0.001550> - 13721: <-0.005401, -0.006523, 0.001541> - 13722: <-0.005438, -0.006570, 0.001161> - 13723: <-0.005114, -0.006810, 0.001168> - 13724: <-0.005401, -0.006523, 0.001541> - 13725: <-0.005707, -0.006269, 0.001536> - 13726: <-0.005747, -0.006313, 0.001157> - 13727: <-0.005438, -0.006570, 0.001161> - 13728: < 0.005747, -0.006313, 0.001157> - 13729: < 0.005438, -0.006570, 0.001161> - 13730: < 0.005466, -0.006605, 0.000777> - 13731: < 0.005776, -0.006346, 0.000774> - 13732: < 0.005438, -0.006570, 0.001161> - 13733: < 0.005114, -0.006810, 0.001168> - 13734: < 0.005140, -0.006846, 0.000781> - 13735: < 0.005466, -0.006605, 0.000777> - 13736: < 0.005114, -0.006810, 0.001168> - 13737: < 0.004776, -0.007032, 0.001176> - 13738: < 0.004800, -0.007069, 0.000786> - 13739: < 0.005140, -0.006846, 0.000781> - 13740: < 0.004776, -0.007032, 0.001176> - 13741: < 0.004424, -0.007236, 0.001185> - 13742: < 0.004446, -0.007275, 0.000792> - 13743: < 0.004800, -0.007069, 0.000786> - 13744: < 0.004424, -0.007236, 0.001185> - 13745: < 0.004061, -0.007423, 0.001196> - 13746: < 0.004081, -0.007462, 0.000799> - 13747: < 0.004446, -0.007275, 0.000792> - 13748: < 0.004061, -0.007423, 0.001196> - 13749: < 0.003686, -0.007591, 0.001207> - 13750: < 0.003704, -0.007632, 0.000807> - 13751: < 0.004081, -0.007462, 0.000799> - 13752: < 0.003686, -0.007591, 0.001207> - 13753: < 0.003302, -0.007743, 0.001219> - 13754: < 0.003318, -0.007785, 0.000814> - 13755: < 0.003704, -0.007632, 0.000807> - 13756: < 0.003302, -0.007743, 0.001219> - 13757: < 0.002908, -0.007876, 0.001230> - 13758: < 0.002922, -0.007919, 0.000822> - 13759: < 0.003318, -0.007785, 0.000814> - 13760: < 0.002908, -0.007876, 0.001230> - 13761: < 0.002507, -0.007992, 0.001241> - 13762: < 0.002519, -0.008036, 0.000829> - 13763: < 0.002922, -0.007919, 0.000822> - 13764: < 0.002507, -0.007992, 0.001241> - 13765: < 0.002099, -0.008090, 0.001252> - 13766: < 0.002109, -0.008134, 0.000836> - 13767: < 0.002519, -0.008036, 0.000829> - 13768: < 0.002099, -0.008090, 0.001252> - 13769: < 0.001686, -0.008171, 0.001261> - 13770: < 0.001694, -0.008215, 0.000842> - 13771: < 0.002109, -0.008134, 0.000836> - 13772: < 0.001686, -0.008171, 0.001261> - 13773: < 0.001269, -0.008233, 0.001269> - 13774: < 0.001275, -0.008278, 0.000848> - 13775: < 0.001694, -0.008215, 0.000842> - 13776: < 0.001269, -0.008233, 0.001269> - 13777: < 0.000848, -0.008278, 0.001275> - 13778: < 0.000852, -0.008323, 0.000852> - 13779: < 0.001275, -0.008278, 0.000848> - 13780: < 0.000848, -0.008278, 0.001275> - 13781: < 0.000424, -0.008305, 0.001278> - 13782: < 0.000426, -0.008350, 0.000854> - 13783: < 0.000852, -0.008323, 0.000852> - 13784: < 0.000424, -0.008305, 0.001278> - 13785: < 0.000000, -0.008314, 0.001280> - 13786: < 0.000000, -0.008359, 0.000855> - 13787: < 0.000426, -0.008350, 0.000854> - 13788: < 0.000000, -0.008314, 0.001280> - 13789: <-0.000424, -0.008305, 0.001278> - 13790: <-0.000426, -0.008350, 0.000854> - 13791: < 0.000000, -0.008359, 0.000855> - 13792: <-0.000424, -0.008305, 0.001278> - 13793: <-0.000848, -0.008278, 0.001275> - 13794: <-0.000852, -0.008323, 0.000852> - 13795: <-0.000426, -0.008350, 0.000854> - 13796: <-0.000848, -0.008278, 0.001275> - 13797: <-0.001269, -0.008233, 0.001269> - 13798: <-0.001275, -0.008278, 0.000848> - 13799: <-0.000852, -0.008323, 0.000852> - 13800: <-0.001269, -0.008233, 0.001269> - 13801: <-0.001686, -0.008171, 0.001261> - 13802: <-0.001694, -0.008215, 0.000842> - 13803: <-0.001275, -0.008278, 0.000848> - 13804: <-0.001686, -0.008171, 0.001261> - 13805: <-0.002099, -0.008090, 0.001252> - 13806: <-0.002109, -0.008134, 0.000836> - 13807: <-0.001694, -0.008215, 0.000842> - 13808: <-0.002099, -0.008090, 0.001252> - 13809: <-0.002507, -0.007992, 0.001241> - 13810: <-0.002519, -0.008036, 0.000829> - 13811: <-0.002109, -0.008134, 0.000836> - 13812: <-0.002507, -0.007992, 0.001241> - 13813: <-0.002908, -0.007876, 0.001230> - 13814: <-0.002922, -0.007919, 0.000822> - 13815: <-0.002519, -0.008036, 0.000829> - 13816: <-0.002908, -0.007876, 0.001230> - 13817: <-0.003302, -0.007743, 0.001219> - 13818: <-0.003318, -0.007785, 0.000814> - 13819: <-0.002922, -0.007919, 0.000822> - 13820: <-0.003302, -0.007743, 0.001219> - 13821: <-0.003686, -0.007591, 0.001207> - 13822: <-0.003704, -0.007632, 0.000807> - 13823: <-0.003318, -0.007785, 0.000814> - 13824: <-0.003686, -0.007591, 0.001207> - 13825: <-0.004061, -0.007423, 0.001196> - 13826: <-0.004081, -0.007462, 0.000799> - 13827: <-0.003704, -0.007632, 0.000807> - 13828: <-0.004061, -0.007423, 0.001196> - 13829: <-0.004424, -0.007236, 0.001185> - 13830: <-0.004446, -0.007275, 0.000792> - 13831: <-0.004081, -0.007462, 0.000799> - 13832: <-0.004424, -0.007236, 0.001185> - 13833: <-0.004776, -0.007032, 0.001176> - 13834: <-0.004800, -0.007069, 0.000786> - 13835: <-0.004446, -0.007275, 0.000792> - 13836: <-0.004776, -0.007032, 0.001176> - 13837: <-0.005114, -0.006810, 0.001168> - 13838: <-0.005140, -0.006846, 0.000781> - 13839: <-0.004800, -0.007069, 0.000786> - 13840: <-0.005114, -0.006810, 0.001168> - 13841: <-0.005438, -0.006570, 0.001161> - 13842: <-0.005466, -0.006605, 0.000777> - 13843: <-0.005140, -0.006846, 0.000781> - 13844: <-0.005438, -0.006570, 0.001161> - 13845: <-0.005747, -0.006313, 0.001157> - 13846: <-0.005776, -0.006346, 0.000774> - 13847: <-0.005466, -0.006605, 0.000777> - 13848: < 0.005776, -0.006346, 0.000774> - 13849: < 0.005466, -0.006605, 0.000777> - 13850: < 0.005483, -0.006626, 0.000389> - 13851: < 0.005794, -0.006366, 0.000388> - 13852: < 0.005466, -0.006605, 0.000777> - 13853: < 0.005140, -0.006846, 0.000781> - 13854: < 0.005156, -0.006868, 0.000391> - 13855: < 0.005483, -0.006626, 0.000389> - 13856: < 0.005140, -0.006846, 0.000781> - 13857: < 0.004800, -0.007069, 0.000786> - 13858: < 0.004815, -0.007092, 0.000394> - 13859: < 0.005156, -0.006868, 0.000391> - 13860: < 0.004800, -0.007069, 0.000786> - 13861: < 0.004446, -0.007275, 0.000792> - 13862: < 0.004460, -0.007298, 0.000397> - 13863: < 0.004815, -0.007092, 0.000394> - 13864: < 0.004446, -0.007275, 0.000792> - 13865: < 0.004081, -0.007462, 0.000799> - 13866: < 0.004093, -0.007487, 0.000400> - 13867: < 0.004460, -0.007298, 0.000397> - 13868: < 0.004081, -0.007462, 0.000799> - 13869: < 0.003704, -0.007632, 0.000807> - 13870: < 0.003716, -0.007657, 0.000404> - 13871: < 0.004093, -0.007487, 0.000400> - 13872: < 0.003704, -0.007632, 0.000807> - 13873: < 0.003318, -0.007785, 0.000814> - 13874: < 0.003328, -0.007810, 0.000408> - 13875: < 0.003716, -0.007657, 0.000404> - 13876: < 0.003318, -0.007785, 0.000814> - 13877: < 0.002922, -0.007919, 0.000822> - 13878: < 0.002931, -0.007945, 0.000412> - 13879: < 0.003328, -0.007810, 0.000408> - 13880: < 0.002922, -0.007919, 0.000822> - 13881: < 0.002519, -0.008036, 0.000829> - 13882: < 0.002527, -0.008062, 0.000415> - 13883: < 0.002931, -0.007945, 0.000412> - 13884: < 0.002519, -0.008036, 0.000829> - 13885: < 0.002109, -0.008134, 0.000836> - 13886: < 0.002116, -0.008161, 0.000419> - 13887: < 0.002527, -0.008062, 0.000415> - 13888: < 0.002109, -0.008134, 0.000836> - 13889: < 0.001694, -0.008215, 0.000842> - 13890: < 0.001699, -0.008242, 0.000422> - 13891: < 0.002116, -0.008161, 0.000419> - 13892: < 0.001694, -0.008215, 0.000842> - 13893: < 0.001275, -0.008278, 0.000848> - 13894: < 0.001278, -0.008305, 0.000424> - 13895: < 0.001699, -0.008242, 0.000422> - 13896: < 0.001275, -0.008278, 0.000848> - 13897: < 0.000852, -0.008323, 0.000852> - 13898: < 0.000854, -0.008350, 0.000426> - 13899: < 0.001278, -0.008305, 0.000424> - 13900: < 0.000852, -0.008323, 0.000852> - 13901: < 0.000426, -0.008350, 0.000854> - 13902: < 0.000428, -0.008377, 0.000428> - 13903: < 0.000854, -0.008350, 0.000426> - 13904: < 0.000426, -0.008350, 0.000854> - 13905: < 0.000000, -0.008359, 0.000855> - 13906: < 0.000000, -0.008386, 0.000428> - 13907: < 0.000428, -0.008377, 0.000428> - 13908: < 0.000000, -0.008359, 0.000855> - 13909: <-0.000426, -0.008350, 0.000854> - 13910: <-0.000428, -0.008377, 0.000428> - 13911: < 0.000000, -0.008386, 0.000428> - 13912: <-0.000426, -0.008350, 0.000854> - 13913: <-0.000852, -0.008323, 0.000852> - 13914: <-0.000854, -0.008350, 0.000426> - 13915: <-0.000428, -0.008377, 0.000428> - 13916: <-0.000852, -0.008323, 0.000852> - 13917: <-0.001275, -0.008278, 0.000848> - 13918: <-0.001278, -0.008305, 0.000424> - 13919: <-0.000854, -0.008350, 0.000426> - 13920: <-0.001275, -0.008278, 0.000848> - 13921: <-0.001694, -0.008215, 0.000842> - 13922: <-0.001699, -0.008242, 0.000422> - 13923: <-0.001278, -0.008305, 0.000424> - 13924: <-0.001694, -0.008215, 0.000842> - 13925: <-0.002109, -0.008134, 0.000836> - 13926: <-0.002116, -0.008161, 0.000419> - 13927: <-0.001699, -0.008242, 0.000422> - 13928: <-0.002109, -0.008134, 0.000836> - 13929: <-0.002519, -0.008036, 0.000829> - 13930: <-0.002527, -0.008062, 0.000415> - 13931: <-0.002116, -0.008161, 0.000419> - 13932: <-0.002519, -0.008036, 0.000829> - 13933: <-0.002922, -0.007919, 0.000822> - 13934: <-0.002931, -0.007945, 0.000412> - 13935: <-0.002527, -0.008062, 0.000415> - 13936: <-0.002922, -0.007919, 0.000822> - 13937: <-0.003318, -0.007785, 0.000814> - 13938: <-0.003328, -0.007810, 0.000408> - 13939: <-0.002931, -0.007945, 0.000412> - 13940: <-0.003318, -0.007785, 0.000814> - 13941: <-0.003704, -0.007632, 0.000807> - 13942: <-0.003716, -0.007657, 0.000404> - 13943: <-0.003328, -0.007810, 0.000408> - 13944: <-0.003704, -0.007632, 0.000807> - 13945: <-0.004081, -0.007462, 0.000799> - 13946: <-0.004093, -0.007487, 0.000400> - 13947: <-0.003716, -0.007657, 0.000404> - 13948: <-0.004081, -0.007462, 0.000799> - 13949: <-0.004446, -0.007275, 0.000792> - 13950: <-0.004460, -0.007298, 0.000397> - 13951: <-0.004093, -0.007487, 0.000400> - 13952: <-0.004446, -0.007275, 0.000792> - 13953: <-0.004800, -0.007069, 0.000786> - 13954: <-0.004815, -0.007092, 0.000394> - 13955: <-0.004460, -0.007298, 0.000397> - 13956: <-0.004800, -0.007069, 0.000786> - 13957: <-0.005140, -0.006846, 0.000781> - 13958: <-0.005156, -0.006868, 0.000391> - 13959: <-0.004815, -0.007092, 0.000394> - 13960: <-0.005140, -0.006846, 0.000781> - 13961: <-0.005466, -0.006605, 0.000777> - 13962: <-0.005483, -0.006626, 0.000389> - 13963: <-0.005156, -0.006868, 0.000391> - 13964: <-0.005466, -0.006605, 0.000777> - 13965: <-0.005776, -0.006346, 0.000774> - 13966: <-0.005794, -0.006366, 0.000388> - 13967: <-0.005483, -0.006626, 0.000389> - 13968: < 0.005794, -0.006366, 0.000388> - 13969: < 0.005483, -0.006626, 0.000389> - 13970: < 0.005489, -0.006633, 0.000000> - 13971: < 0.005801, -0.006373, 0.000000> - 13972: < 0.005483, -0.006626, 0.000389> - 13973: < 0.005156, -0.006868, 0.000391> - 13974: < 0.005162, -0.006875, 0.000000> - 13975: < 0.005489, -0.006633, 0.000000> - 13976: < 0.005156, -0.006868, 0.000391> - 13977: < 0.004815, -0.007092, 0.000394> - 13978: < 0.004820, -0.007099, 0.000000> - 13979: < 0.005162, -0.006875, 0.000000> - 13980: < 0.004815, -0.007092, 0.000394> - 13981: < 0.004460, -0.007298, 0.000397> - 13982: < 0.004465, -0.007306, 0.000000> - 13983: < 0.004820, -0.007099, 0.000000> - 13984: < 0.004460, -0.007298, 0.000397> - 13985: < 0.004093, -0.007487, 0.000400> - 13986: < 0.004098, -0.007495, -0.000000> - 13987: < 0.004465, -0.007306, 0.000000> - 13988: < 0.004093, -0.007487, 0.000400> - 13989: < 0.003716, -0.007657, 0.000404> - 13990: < 0.003720, -0.007665, -0.000000> - 13991: < 0.004098, -0.007495, -0.000000> - 13992: < 0.003716, -0.007657, 0.000404> - 13993: < 0.003328, -0.007810, 0.000408> - 13994: < 0.003331, -0.007818, -0.000000> - 13995: < 0.003720, -0.007665, -0.000000> - 13996: < 0.003328, -0.007810, 0.000408> - 13997: < 0.002931, -0.007945, 0.000412> - 13998: < 0.002934, -0.007953, -0.000000> - 13999: < 0.003331, -0.007818, -0.000000> - 14000: < 0.002931, -0.007945, 0.000412> - 14001: < 0.002527, -0.008062, 0.000415> - 14002: < 0.002530, -0.008070, -0.000000> - 14003: < 0.002934, -0.007953, -0.000000> - 14004: < 0.002527, -0.008062, 0.000415> - 14005: < 0.002116, -0.008161, 0.000419> - 14006: < 0.002118, -0.008169, -0.000000> - 14007: < 0.002530, -0.008070, -0.000000> - 14008: < 0.002116, -0.008161, 0.000419> - 14009: < 0.001699, -0.008242, 0.000422> - 14010: < 0.001701, -0.008251, -0.000000> - 14011: < 0.002118, -0.008169, -0.000000> - 14012: < 0.001699, -0.008242, 0.000422> - 14013: < 0.001278, -0.008305, 0.000424> - 14014: < 0.001280, -0.008314, -0.000000> - 14015: < 0.001701, -0.008251, -0.000000> - 14016: < 0.001278, -0.008305, 0.000424> - 14017: < 0.000854, -0.008350, 0.000426> - 14018: < 0.000855, -0.008359, -0.000000> - 14019: < 0.001280, -0.008314, -0.000000> - 14020: < 0.000854, -0.008350, 0.000426> - 14021: < 0.000428, -0.008377, 0.000428> - 14022: < 0.000428, -0.008386, -0.000000> - 14023: < 0.000855, -0.008359, -0.000000> - 14024: < 0.000428, -0.008377, 0.000428> - 14025: < 0.000000, -0.008386, 0.000428> - 14026: < 0.000000, -0.008395, -0.000000> - 14027: < 0.000428, -0.008386, -0.000000> - 14028: < 0.000000, -0.008386, 0.000428> - 14029: <-0.000428, -0.008377, 0.000428> - 14030: <-0.000428, -0.008386, -0.000000> - 14031: < 0.000000, -0.008395, -0.000000> - 14032: <-0.000428, -0.008377, 0.000428> - 14033: <-0.000854, -0.008350, 0.000426> - 14034: <-0.000855, -0.008359, 0.000000> - 14035: <-0.000428, -0.008386, -0.000000> - 14036: <-0.000854, -0.008350, 0.000426> - 14037: <-0.001278, -0.008305, 0.000424> - 14038: <-0.001280, -0.008314, 0.000000> - 14039: <-0.000855, -0.008359, 0.000000> - 14040: <-0.001278, -0.008305, 0.000424> - 14041: <-0.001699, -0.008242, 0.000422> - 14042: <-0.001701, -0.008251, 0.000000> - 14043: <-0.001280, -0.008314, 0.000000> - 14044: <-0.001699, -0.008242, 0.000422> - 14045: <-0.002116, -0.008161, 0.000419> - 14046: <-0.002118, -0.008169, 0.000000> - 14047: <-0.001701, -0.008251, 0.000000> - 14048: <-0.002116, -0.008161, 0.000419> - 14049: <-0.002527, -0.008062, 0.000415> - 14050: <-0.002530, -0.008070, 0.000000> - 14051: <-0.002118, -0.008169, 0.000000> - 14052: <-0.002527, -0.008062, 0.000415> - 14053: <-0.002931, -0.007945, 0.000412> - 14054: <-0.002934, -0.007953, 0.000000> - 14055: <-0.002530, -0.008070, 0.000000> - 14056: <-0.002931, -0.007945, 0.000412> - 14057: <-0.003328, -0.007810, 0.000408> - 14058: <-0.003331, -0.007818, 0.000000> - 14059: <-0.002934, -0.007953, 0.000000> - 14060: <-0.003328, -0.007810, 0.000408> - 14061: <-0.003716, -0.007657, 0.000404> - 14062: <-0.003720, -0.007665, 0.000000> - 14063: <-0.003331, -0.007818, 0.000000> - 14064: <-0.003716, -0.007657, 0.000404> - 14065: <-0.004093, -0.007487, 0.000400> - 14066: <-0.004098, -0.007495, 0.000000> - 14067: <-0.003720, -0.007665, 0.000000> - 14068: <-0.004093, -0.007487, 0.000400> - 14069: <-0.004460, -0.007298, 0.000397> - 14070: <-0.004465, -0.007306, 0.000000> - 14071: <-0.004098, -0.007495, 0.000000> - 14072: <-0.004460, -0.007298, 0.000397> - 14073: <-0.004815, -0.007092, 0.000394> - 14074: <-0.004820, -0.007099, 0.000000> - 14075: <-0.004465, -0.007306, 0.000000> - 14076: <-0.004815, -0.007092, 0.000394> - 14077: <-0.005156, -0.006868, 0.000391> - 14078: <-0.005162, -0.006875, 0.000000> - 14079: <-0.004820, -0.007099, 0.000000> - 14080: <-0.005156, -0.006868, 0.000391> - 14081: <-0.005483, -0.006626, 0.000389> - 14082: <-0.005489, -0.006633, 0.000000> - 14083: <-0.005162, -0.006875, 0.000000> - 14084: <-0.005483, -0.006626, 0.000389> - 14085: <-0.005794, -0.006366, 0.000388> - 14086: <-0.005801, -0.006373, 0.000000> - 14087: <-0.005489, -0.006633, 0.000000> - 14088: < 0.005801, -0.006373, 0.000000> - 14089: < 0.005489, -0.006633, 0.000000> - 14090: < 0.005483, -0.006626, -0.000389> - 14091: < 0.005794, -0.006366, -0.000388> - 14092: < 0.005489, -0.006633, 0.000000> - 14093: < 0.005162, -0.006875, 0.000000> - 14094: < 0.005156, -0.006868, -0.000391> - 14095: < 0.005483, -0.006626, -0.000389> - 14096: < 0.005162, -0.006875, 0.000000> - 14097: < 0.004820, -0.007099, 0.000000> - 14098: < 0.004815, -0.007092, -0.000394> - 14099: < 0.005156, -0.006868, -0.000391> - 14100: < 0.004820, -0.007099, 0.000000> - 14101: < 0.004465, -0.007306, 0.000000> - 14102: < 0.004460, -0.007298, -0.000397> - 14103: < 0.004815, -0.007092, -0.000394> - 14104: < 0.004465, -0.007306, 0.000000> - 14105: < 0.004098, -0.007495, -0.000000> - 14106: < 0.004093, -0.007487, -0.000400> - 14107: < 0.004460, -0.007298, -0.000397> - 14108: < 0.004098, -0.007495, -0.000000> - 14109: < 0.003720, -0.007665, -0.000000> - 14110: < 0.003716, -0.007657, -0.000404> - 14111: < 0.004093, -0.007487, -0.000400> - 14112: < 0.003720, -0.007665, -0.000000> - 14113: < 0.003331, -0.007818, -0.000000> - 14114: < 0.003328, -0.007810, -0.000408> - 14115: < 0.003716, -0.007657, -0.000404> - 14116: < 0.003331, -0.007818, -0.000000> - 14117: < 0.002934, -0.007953, -0.000000> - 14118: < 0.002931, -0.007945, -0.000412> - 14119: < 0.003328, -0.007810, -0.000408> - 14120: < 0.002934, -0.007953, -0.000000> - 14121: < 0.002530, -0.008070, -0.000000> - 14122: < 0.002527, -0.008062, -0.000415> - 14123: < 0.002931, -0.007945, -0.000412> - 14124: < 0.002530, -0.008070, -0.000000> - 14125: < 0.002118, -0.008169, -0.000000> - 14126: < 0.002116, -0.008161, -0.000419> - 14127: < 0.002527, -0.008062, -0.000415> - 14128: < 0.002118, -0.008169, -0.000000> - 14129: < 0.001701, -0.008251, -0.000000> - 14130: < 0.001699, -0.008242, -0.000422> - 14131: < 0.002116, -0.008161, -0.000419> - 14132: < 0.001701, -0.008251, -0.000000> - 14133: < 0.001280, -0.008314, -0.000000> - 14134: < 0.001278, -0.008305, -0.000424> - 14135: < 0.001699, -0.008242, -0.000422> - 14136: < 0.001280, -0.008314, -0.000000> - 14137: < 0.000855, -0.008359, -0.000000> - 14138: < 0.000854, -0.008350, -0.000426> - 14139: < 0.001278, -0.008305, -0.000424> - 14140: < 0.000855, -0.008359, -0.000000> - 14141: < 0.000428, -0.008386, -0.000000> - 14142: < 0.000428, -0.008377, -0.000428> - 14143: < 0.000854, -0.008350, -0.000426> - 14144: < 0.000428, -0.008386, -0.000000> - 14145: < 0.000000, -0.008395, -0.000000> - 14146: <-0.000000, -0.008386, -0.000428> - 14147: < 0.000428, -0.008377, -0.000428> - 14148: < 0.000000, -0.008395, -0.000000> - 14149: <-0.000428, -0.008386, -0.000000> - 14150: <-0.000428, -0.008377, -0.000428> - 14151: <-0.000000, -0.008386, -0.000428> - 14152: <-0.000428, -0.008386, -0.000000> - 14153: <-0.000855, -0.008359, 0.000000> - 14154: <-0.000854, -0.008350, -0.000426> - 14155: <-0.000428, -0.008377, -0.000428> - 14156: <-0.000855, -0.008359, 0.000000> - 14157: <-0.001280, -0.008314, 0.000000> - 14158: <-0.001278, -0.008305, -0.000424> - 14159: <-0.000854, -0.008350, -0.000426> - 14160: <-0.001280, -0.008314, 0.000000> - 14161: <-0.001701, -0.008251, 0.000000> - 14162: <-0.001699, -0.008242, -0.000422> - 14163: <-0.001278, -0.008305, -0.000424> - 14164: <-0.001701, -0.008251, 0.000000> - 14165: <-0.002118, -0.008169, 0.000000> - 14166: <-0.002116, -0.008161, -0.000419> - 14167: <-0.001699, -0.008242, -0.000422> - 14168: <-0.002118, -0.008169, 0.000000> - 14169: <-0.002530, -0.008070, 0.000000> - 14170: <-0.002527, -0.008062, -0.000415> - 14171: <-0.002116, -0.008161, -0.000419> - 14172: <-0.002530, -0.008070, 0.000000> - 14173: <-0.002934, -0.007953, 0.000000> - 14174: <-0.002931, -0.007945, -0.000412> - 14175: <-0.002527, -0.008062, -0.000415> - 14176: <-0.002934, -0.007953, 0.000000> - 14177: <-0.003331, -0.007818, 0.000000> - 14178: <-0.003328, -0.007810, -0.000408> - 14179: <-0.002931, -0.007945, -0.000412> - 14180: <-0.003331, -0.007818, 0.000000> - 14181: <-0.003720, -0.007665, 0.000000> - 14182: <-0.003716, -0.007657, -0.000404> - 14183: <-0.003328, -0.007810, -0.000408> - 14184: <-0.003720, -0.007665, 0.000000> - 14185: <-0.004098, -0.007495, 0.000000> - 14186: <-0.004093, -0.007487, -0.000400> - 14187: <-0.003716, -0.007657, -0.000404> - 14188: <-0.004098, -0.007495, 0.000000> - 14189: <-0.004465, -0.007306, 0.000000> - 14190: <-0.004460, -0.007298, -0.000397> - 14191: <-0.004093, -0.007487, -0.000400> - 14192: <-0.004465, -0.007306, 0.000000> - 14193: <-0.004820, -0.007099, 0.000000> - 14194: <-0.004815, -0.007092, -0.000394> - 14195: <-0.004460, -0.007298, -0.000397> - 14196: <-0.004820, -0.007099, 0.000000> - 14197: <-0.005162, -0.006875, 0.000000> - 14198: <-0.005156, -0.006868, -0.000391> - 14199: <-0.004815, -0.007092, -0.000394> - 14200: <-0.005162, -0.006875, 0.000000> - 14201: <-0.005489, -0.006633, 0.000000> - 14202: <-0.005483, -0.006626, -0.000389> - 14203: <-0.005156, -0.006868, -0.000391> - 14204: <-0.005489, -0.006633, 0.000000> - 14205: <-0.005801, -0.006373, 0.000000> - 14206: <-0.005794, -0.006366, -0.000388> - 14207: <-0.005483, -0.006626, -0.000389> - 14208: < 0.005794, -0.006366, -0.000388> - 14209: < 0.005483, -0.006626, -0.000389> - 14210: < 0.005466, -0.006605, -0.000777> - 14211: < 0.005776, -0.006346, -0.000774> - 14212: < 0.005483, -0.006626, -0.000389> - 14213: < 0.005156, -0.006868, -0.000391> - 14214: < 0.005140, -0.006846, -0.000781> - 14215: < 0.005466, -0.006605, -0.000777> - 14216: < 0.005156, -0.006868, -0.000391> - 14217: < 0.004815, -0.007092, -0.000394> - 14218: < 0.004800, -0.007069, -0.000786> - 14219: < 0.005140, -0.006846, -0.000781> - 14220: < 0.004815, -0.007092, -0.000394> - 14221: < 0.004460, -0.007298, -0.000397> - 14222: < 0.004446, -0.007275, -0.000792> - 14223: < 0.004800, -0.007069, -0.000786> - 14224: < 0.004460, -0.007298, -0.000397> - 14225: < 0.004093, -0.007487, -0.000400> - 14226: < 0.004081, -0.007462, -0.000799> - 14227: < 0.004446, -0.007275, -0.000792> - 14228: < 0.004093, -0.007487, -0.000400> - 14229: < 0.003716, -0.007657, -0.000404> - 14230: < 0.003704, -0.007632, -0.000807> - 14231: < 0.004081, -0.007462, -0.000799> - 14232: < 0.003716, -0.007657, -0.000404> - 14233: < 0.003328, -0.007810, -0.000408> - 14234: < 0.003318, -0.007785, -0.000814> - 14235: < 0.003704, -0.007632, -0.000807> - 14236: < 0.003328, -0.007810, -0.000408> - 14237: < 0.002931, -0.007945, -0.000412> - 14238: < 0.002922, -0.007919, -0.000822> - 14239: < 0.003318, -0.007785, -0.000814> - 14240: < 0.002931, -0.007945, -0.000412> - 14241: < 0.002527, -0.008062, -0.000415> - 14242: < 0.002519, -0.008036, -0.000829> - 14243: < 0.002922, -0.007919, -0.000822> - 14244: < 0.002527, -0.008062, -0.000415> - 14245: < 0.002116, -0.008161, -0.000419> - 14246: < 0.002109, -0.008134, -0.000836> - 14247: < 0.002519, -0.008036, -0.000829> - 14248: < 0.002116, -0.008161, -0.000419> - 14249: < 0.001699, -0.008242, -0.000422> - 14250: < 0.001694, -0.008215, -0.000842> - 14251: < 0.002109, -0.008134, -0.000836> - 14252: < 0.001699, -0.008242, -0.000422> - 14253: < 0.001278, -0.008305, -0.000424> - 14254: < 0.001275, -0.008278, -0.000848> - 14255: < 0.001694, -0.008215, -0.000842> - 14256: < 0.001278, -0.008305, -0.000424> - 14257: < 0.000854, -0.008350, -0.000426> - 14258: < 0.000852, -0.008323, -0.000852> - 14259: < 0.001275, -0.008278, -0.000848> - 14260: < 0.000854, -0.008350, -0.000426> - 14261: < 0.000428, -0.008377, -0.000428> - 14262: < 0.000426, -0.008350, -0.000854> - 14263: < 0.000852, -0.008323, -0.000852> - 14264: < 0.000428, -0.008377, -0.000428> - 14265: <-0.000000, -0.008386, -0.000428> - 14266: <-0.000000, -0.008359, -0.000855> - 14267: < 0.000426, -0.008350, -0.000854> - 14268: <-0.000000, -0.008386, -0.000428> - 14269: <-0.000428, -0.008377, -0.000428> - 14270: <-0.000426, -0.008350, -0.000854> - 14271: <-0.000000, -0.008359, -0.000855> - 14272: <-0.000428, -0.008377, -0.000428> - 14273: <-0.000854, -0.008350, -0.000426> - 14274: <-0.000852, -0.008323, -0.000852> - 14275: <-0.000426, -0.008350, -0.000854> - 14276: <-0.000854, -0.008350, -0.000426> - 14277: <-0.001278, -0.008305, -0.000424> - 14278: <-0.001275, -0.008278, -0.000848> - 14279: <-0.000852, -0.008323, -0.000852> - 14280: <-0.001278, -0.008305, -0.000424> - 14281: <-0.001699, -0.008242, -0.000422> - 14282: <-0.001694, -0.008215, -0.000842> - 14283: <-0.001275, -0.008278, -0.000848> - 14284: <-0.001699, -0.008242, -0.000422> - 14285: <-0.002116, -0.008161, -0.000419> - 14286: <-0.002109, -0.008134, -0.000836> - 14287: <-0.001694, -0.008215, -0.000842> - 14288: <-0.002116, -0.008161, -0.000419> - 14289: <-0.002527, -0.008062, -0.000415> - 14290: <-0.002519, -0.008036, -0.000829> - 14291: <-0.002109, -0.008134, -0.000836> - 14292: <-0.002527, -0.008062, -0.000415> - 14293: <-0.002931, -0.007945, -0.000412> - 14294: <-0.002922, -0.007919, -0.000822> - 14295: <-0.002519, -0.008036, -0.000829> - 14296: <-0.002931, -0.007945, -0.000412> - 14297: <-0.003328, -0.007810, -0.000408> - 14298: <-0.003318, -0.007785, -0.000814> - 14299: <-0.002922, -0.007919, -0.000822> - 14300: <-0.003328, -0.007810, -0.000408> - 14301: <-0.003716, -0.007657, -0.000404> - 14302: <-0.003704, -0.007632, -0.000807> - 14303: <-0.003318, -0.007785, -0.000814> - 14304: <-0.003716, -0.007657, -0.000404> - 14305: <-0.004093, -0.007487, -0.000400> - 14306: <-0.004081, -0.007462, -0.000799> - 14307: <-0.003704, -0.007632, -0.000807> - 14308: <-0.004093, -0.007487, -0.000400> - 14309: <-0.004460, -0.007298, -0.000397> - 14310: <-0.004446, -0.007275, -0.000792> - 14311: <-0.004081, -0.007462, -0.000799> - 14312: <-0.004460, -0.007298, -0.000397> - 14313: <-0.004815, -0.007092, -0.000394> - 14314: <-0.004800, -0.007069, -0.000786> - 14315: <-0.004446, -0.007275, -0.000792> - 14316: <-0.004815, -0.007092, -0.000394> - 14317: <-0.005156, -0.006868, -0.000391> - 14318: <-0.005140, -0.006846, -0.000781> - 14319: <-0.004800, -0.007069, -0.000786> - 14320: <-0.005156, -0.006868, -0.000391> - 14321: <-0.005483, -0.006626, -0.000389> - 14322: <-0.005466, -0.006605, -0.000777> - 14323: <-0.005140, -0.006846, -0.000781> - 14324: <-0.005483, -0.006626, -0.000389> - 14325: <-0.005794, -0.006366, -0.000388> - 14326: <-0.005776, -0.006346, -0.000774> - 14327: <-0.005466, -0.006605, -0.000777> - 14328: < 0.005776, -0.006346, -0.000774> - 14329: < 0.005466, -0.006605, -0.000777> - 14330: < 0.005438, -0.006570, -0.001161> - 14331: < 0.005747, -0.006313, -0.001157> - 14332: < 0.005466, -0.006605, -0.000777> - 14333: < 0.005140, -0.006846, -0.000781> - 14334: < 0.005114, -0.006810, -0.001168> - 14335: < 0.005438, -0.006570, -0.001161> - 14336: < 0.005140, -0.006846, -0.000781> - 14337: < 0.004800, -0.007069, -0.000786> - 14338: < 0.004776, -0.007032, -0.001176> - 14339: < 0.005114, -0.006810, -0.001168> - 14340: < 0.004800, -0.007069, -0.000786> - 14341: < 0.004446, -0.007275, -0.000792> - 14342: < 0.004424, -0.007236, -0.001185> - 14343: < 0.004776, -0.007032, -0.001176> - 14344: < 0.004446, -0.007275, -0.000792> - 14345: < 0.004081, -0.007462, -0.000799> - 14346: < 0.004061, -0.007423, -0.001196> - 14347: < 0.004424, -0.007236, -0.001185> - 14348: < 0.004081, -0.007462, -0.000799> - 14349: < 0.003704, -0.007632, -0.000807> - 14350: < 0.003686, -0.007591, -0.001207> - 14351: < 0.004061, -0.007423, -0.001196> - 14352: < 0.003704, -0.007632, -0.000807> - 14353: < 0.003318, -0.007785, -0.000814> - 14354: < 0.003302, -0.007743, -0.001219> - 14355: < 0.003686, -0.007591, -0.001207> - 14356: < 0.003318, -0.007785, -0.000814> - 14357: < 0.002922, -0.007919, -0.000822> - 14358: < 0.002908, -0.007876, -0.001230> - 14359: < 0.003302, -0.007743, -0.001219> - 14360: < 0.002922, -0.007919, -0.000822> - 14361: < 0.002519, -0.008036, -0.000829> - 14362: < 0.002507, -0.007992, -0.001241> - 14363: < 0.002908, -0.007876, -0.001230> - 14364: < 0.002519, -0.008036, -0.000829> - 14365: < 0.002109, -0.008134, -0.000836> - 14366: < 0.002099, -0.008090, -0.001252> - 14367: < 0.002507, -0.007992, -0.001241> - 14368: < 0.002109, -0.008134, -0.000836> - 14369: < 0.001694, -0.008215, -0.000842> - 14370: < 0.001686, -0.008171, -0.001261> - 14371: < 0.002099, -0.008090, -0.001252> - 14372: < 0.001694, -0.008215, -0.000842> - 14373: < 0.001275, -0.008278, -0.000848> - 14374: < 0.001269, -0.008233, -0.001269> - 14375: < 0.001686, -0.008171, -0.001261> - 14376: < 0.001275, -0.008278, -0.000848> - 14377: < 0.000852, -0.008323, -0.000852> - 14378: < 0.000848, -0.008278, -0.001275> - 14379: < 0.001269, -0.008233, -0.001269> - 14380: < 0.000852, -0.008323, -0.000852> - 14381: < 0.000426, -0.008350, -0.000854> - 14382: < 0.000424, -0.008305, -0.001278> - 14383: < 0.000848, -0.008278, -0.001275> - 14384: < 0.000426, -0.008350, -0.000854> - 14385: <-0.000000, -0.008359, -0.000855> - 14386: <-0.000000, -0.008314, -0.001280> - 14387: < 0.000424, -0.008305, -0.001278> - 14388: <-0.000000, -0.008359, -0.000855> - 14389: <-0.000426, -0.008350, -0.000854> - 14390: <-0.000424, -0.008305, -0.001278> - 14391: <-0.000000, -0.008314, -0.001280> - 14392: <-0.000426, -0.008350, -0.000854> - 14393: <-0.000852, -0.008323, -0.000852> - 14394: <-0.000848, -0.008278, -0.001275> - 14395: <-0.000424, -0.008305, -0.001278> - 14396: <-0.000852, -0.008323, -0.000852> - 14397: <-0.001275, -0.008278, -0.000848> - 14398: <-0.001269, -0.008233, -0.001269> - 14399: <-0.000848, -0.008278, -0.001275> - 14400: <-0.001275, -0.008278, -0.000848> - 14401: <-0.001694, -0.008215, -0.000842> - 14402: <-0.001686, -0.008171, -0.001261> - 14403: <-0.001269, -0.008233, -0.001269> - 14404: <-0.001694, -0.008215, -0.000842> - 14405: <-0.002109, -0.008134, -0.000836> - 14406: <-0.002099, -0.008090, -0.001252> - 14407: <-0.001686, -0.008171, -0.001261> - 14408: <-0.002109, -0.008134, -0.000836> - 14409: <-0.002519, -0.008036, -0.000829> - 14410: <-0.002507, -0.007992, -0.001241> - 14411: <-0.002099, -0.008090, -0.001252> - 14412: <-0.002519, -0.008036, -0.000829> - 14413: <-0.002922, -0.007919, -0.000822> - 14414: <-0.002908, -0.007876, -0.001230> - 14415: <-0.002507, -0.007992, -0.001241> - 14416: <-0.002922, -0.007919, -0.000822> - 14417: <-0.003318, -0.007785, -0.000814> - 14418: <-0.003302, -0.007743, -0.001219> - 14419: <-0.002908, -0.007876, -0.001230> - 14420: <-0.003318, -0.007785, -0.000814> - 14421: <-0.003704, -0.007632, -0.000807> - 14422: <-0.003686, -0.007591, -0.001207> - 14423: <-0.003302, -0.007743, -0.001219> - 14424: <-0.003704, -0.007632, -0.000807> - 14425: <-0.004081, -0.007462, -0.000799> - 14426: <-0.004061, -0.007423, -0.001196> - 14427: <-0.003686, -0.007591, -0.001207> - 14428: <-0.004081, -0.007462, -0.000799> - 14429: <-0.004446, -0.007275, -0.000792> - 14430: <-0.004424, -0.007236, -0.001185> - 14431: <-0.004061, -0.007423, -0.001196> - 14432: <-0.004446, -0.007275, -0.000792> - 14433: <-0.004800, -0.007069, -0.000786> - 14434: <-0.004776, -0.007032, -0.001176> - 14435: <-0.004424, -0.007236, -0.001185> - 14436: <-0.004800, -0.007069, -0.000786> - 14437: <-0.005140, -0.006846, -0.000781> - 14438: <-0.005114, -0.006810, -0.001168> - 14439: <-0.004776, -0.007032, -0.001176> - 14440: <-0.005140, -0.006846, -0.000781> - 14441: <-0.005466, -0.006605, -0.000777> - 14442: <-0.005438, -0.006570, -0.001161> - 14443: <-0.005114, -0.006810, -0.001168> - 14444: <-0.005466, -0.006605, -0.000777> - 14445: <-0.005776, -0.006346, -0.000774> - 14446: <-0.005747, -0.006313, -0.001157> - 14447: <-0.005438, -0.006570, -0.001161> - 14448: < 0.005747, -0.006313, -0.001157> - 14449: < 0.005438, -0.006570, -0.001161> - 14450: < 0.005401, -0.006523, -0.001541> - 14451: < 0.005707, -0.006269, -0.001536> - 14452: < 0.005438, -0.006570, -0.001161> - 14453: < 0.005114, -0.006810, -0.001168> - 14454: < 0.005080, -0.006761, -0.001550> - 14455: < 0.005401, -0.006523, -0.001541> - 14456: < 0.005114, -0.006810, -0.001168> - 14457: < 0.004776, -0.007032, -0.001176> - 14458: < 0.004744, -0.006980, -0.001561> - 14459: < 0.005080, -0.006761, -0.001550> - 14460: < 0.004776, -0.007032, -0.001176> - 14461: < 0.004424, -0.007236, -0.001185> - 14462: < 0.004395, -0.007183, -0.001574> - 14463: < 0.004744, -0.006980, -0.001561> - 14464: < 0.004424, -0.007236, -0.001185> - 14465: < 0.004061, -0.007423, -0.001196> - 14466: < 0.004034, -0.007367, -0.001588> - 14467: < 0.004395, -0.007183, -0.001574> - 14468: < 0.004061, -0.007423, -0.001196> - 14469: < 0.003686, -0.007591, -0.001207> - 14470: < 0.003663, -0.007535, -0.001603> - 14471: < 0.004034, -0.007367, -0.001588> - 14472: < 0.003686, -0.007591, -0.001207> - 14473: < 0.003302, -0.007743, -0.001219> - 14474: < 0.003281, -0.007684, -0.001619> - 14475: < 0.003663, -0.007535, -0.001603> - 14476: < 0.003302, -0.007743, -0.001219> - 14477: < 0.002908, -0.007876, -0.001230> - 14478: < 0.002890, -0.007817, -0.001635> - 14479: < 0.003281, -0.007684, -0.001619> - 14480: < 0.002908, -0.007876, -0.001230> - 14481: < 0.002507, -0.007992, -0.001241> - 14482: < 0.002492, -0.007932, -0.001650> - 14483: < 0.002890, -0.007817, -0.001635> - 14484: < 0.002507, -0.007992, -0.001241> - 14485: < 0.002099, -0.008090, -0.001252> - 14486: < 0.002086, -0.008029, -0.001663> - 14487: < 0.002492, -0.007932, -0.001650> - 14488: < 0.002099, -0.008090, -0.001252> - 14489: < 0.001686, -0.008171, -0.001261> - 14490: < 0.001676, -0.008109, -0.001676> - 14491: < 0.002086, -0.008029, -0.001663> - 14492: < 0.001686, -0.008171, -0.001261> - 14493: < 0.001269, -0.008233, -0.001269> - 14494: < 0.001261, -0.008171, -0.001686> - 14495: < 0.001676, -0.008109, -0.001676> - 14496: < 0.001269, -0.008233, -0.001269> - 14497: < 0.000848, -0.008278, -0.001275> - 14498: < 0.000842, -0.008215, -0.001694> - 14499: < 0.001261, -0.008171, -0.001686> - 14500: < 0.000848, -0.008278, -0.001275> - 14501: < 0.000424, -0.008305, -0.001278> - 14502: < 0.000422, -0.008242, -0.001699> - 14503: < 0.000842, -0.008215, -0.001694> - 14504: < 0.000424, -0.008305, -0.001278> - 14505: <-0.000000, -0.008314, -0.001280> - 14506: <-0.000000, -0.008251, -0.001701> - 14507: < 0.000422, -0.008242, -0.001699> - 14508: <-0.000000, -0.008314, -0.001280> - 14509: <-0.000424, -0.008305, -0.001278> - 14510: <-0.000422, -0.008242, -0.001699> - 14511: <-0.000000, -0.008251, -0.001701> - 14512: <-0.000424, -0.008305, -0.001278> - 14513: <-0.000848, -0.008278, -0.001275> - 14514: <-0.000842, -0.008215, -0.001694> - 14515: <-0.000422, -0.008242, -0.001699> - 14516: <-0.000848, -0.008278, -0.001275> - 14517: <-0.001269, -0.008233, -0.001269> - 14518: <-0.001261, -0.008171, -0.001686> - 14519: <-0.000842, -0.008215, -0.001694> - 14520: <-0.001269, -0.008233, -0.001269> - 14521: <-0.001686, -0.008171, -0.001261> - 14522: <-0.001676, -0.008109, -0.001676> - 14523: <-0.001261, -0.008171, -0.001686> - 14524: <-0.001686, -0.008171, -0.001261> - 14525: <-0.002099, -0.008090, -0.001252> - 14526: <-0.002086, -0.008029, -0.001663> - 14527: <-0.001676, -0.008109, -0.001676> - 14528: <-0.002099, -0.008090, -0.001252> - 14529: <-0.002507, -0.007992, -0.001241> - 14530: <-0.002492, -0.007932, -0.001650> - 14531: <-0.002086, -0.008029, -0.001663> - 14532: <-0.002507, -0.007992, -0.001241> - 14533: <-0.002908, -0.007876, -0.001230> - 14534: <-0.002890, -0.007817, -0.001635> - 14535: <-0.002492, -0.007932, -0.001650> - 14536: <-0.002908, -0.007876, -0.001230> - 14537: <-0.003302, -0.007743, -0.001219> - 14538: <-0.003281, -0.007684, -0.001619> - 14539: <-0.002890, -0.007817, -0.001635> - 14540: <-0.003302, -0.007743, -0.001219> - 14541: <-0.003686, -0.007591, -0.001207> - 14542: <-0.003663, -0.007535, -0.001603> - 14543: <-0.003281, -0.007684, -0.001619> - 14544: <-0.003686, -0.007591, -0.001207> - 14545: <-0.004061, -0.007423, -0.001196> - 14546: <-0.004034, -0.007367, -0.001588> - 14547: <-0.003663, -0.007535, -0.001603> - 14548: <-0.004061, -0.007423, -0.001196> - 14549: <-0.004424, -0.007236, -0.001185> - 14550: <-0.004395, -0.007183, -0.001574> - 14551: <-0.004034, -0.007367, -0.001588> - 14552: <-0.004424, -0.007236, -0.001185> - 14553: <-0.004776, -0.007032, -0.001176> - 14554: <-0.004744, -0.006980, -0.001561> - 14555: <-0.004395, -0.007183, -0.001574> - 14556: <-0.004776, -0.007032, -0.001176> - 14557: <-0.005114, -0.006810, -0.001168> - 14558: <-0.005080, -0.006761, -0.001550> - 14559: <-0.004744, -0.006980, -0.001561> - 14560: <-0.005114, -0.006810, -0.001168> - 14561: <-0.005438, -0.006570, -0.001161> - 14562: <-0.005401, -0.006523, -0.001541> - 14563: <-0.005080, -0.006761, -0.001550> - 14564: <-0.005438, -0.006570, -0.001161> - 14565: <-0.005747, -0.006313, -0.001157> - 14566: <-0.005707, -0.006269, -0.001536> - 14567: <-0.005401, -0.006523, -0.001541> - 14568: < 0.005707, -0.006269, -0.001536> - 14569: < 0.005401, -0.006523, -0.001541> - 14570: < 0.005355, -0.006464, -0.001915> - 14571: < 0.005657, -0.006212, -0.001908> - 14572: < 0.005401, -0.006523, -0.001541> - 14573: < 0.005080, -0.006761, -0.001550> - 14574: < 0.005037, -0.006698, -0.001926> - 14575: < 0.005355, -0.006464, -0.001915> - 14576: < 0.005080, -0.006761, -0.001550> - 14577: < 0.004744, -0.006980, -0.001561> - 14578: < 0.004705, -0.006915, -0.001940> - 14579: < 0.005037, -0.006698, -0.001926> - 14580: < 0.004744, -0.006980, -0.001561> - 14581: < 0.004395, -0.007183, -0.001574> - 14582: < 0.004360, -0.007115, -0.001957> - 14583: < 0.004705, -0.006915, -0.001940> - 14584: < 0.004395, -0.007183, -0.001574> - 14585: < 0.004034, -0.007367, -0.001588> - 14586: < 0.004002, -0.007297, -0.001975> - 14587: < 0.004360, -0.007115, -0.001957> - 14588: < 0.004034, -0.007367, -0.001588> - 14589: < 0.003663, -0.007535, -0.001603> - 14590: < 0.003634, -0.007462, -0.001995> - 14591: < 0.004002, -0.007297, -0.001975> - 14592: < 0.003663, -0.007535, -0.001603> - 14593: < 0.003281, -0.007684, -0.001619> - 14594: < 0.003255, -0.007610, -0.002015> - 14595: < 0.003634, -0.007462, -0.001995> - 14596: < 0.003281, -0.007684, -0.001619> - 14597: < 0.002890, -0.007817, -0.001635> - 14598: < 0.002868, -0.007740, -0.002035> - 14599: < 0.003255, -0.007610, -0.002015> - 14600: < 0.002890, -0.007817, -0.001635> - 14601: < 0.002492, -0.007932, -0.001650> - 14602: < 0.002473, -0.007854, -0.002053> - 14603: < 0.002868, -0.007740, -0.002035> - 14604: < 0.002492, -0.007932, -0.001650> - 14605: < 0.002086, -0.008029, -0.001663> - 14606: < 0.002071, -0.007950, -0.002071> - 14607: < 0.002473, -0.007854, -0.002053> - 14608: < 0.002086, -0.008029, -0.001663> - 14609: < 0.001676, -0.008109, -0.001676> - 14610: < 0.001663, -0.008029, -0.002086> - 14611: < 0.002071, -0.007950, -0.002071> - 14612: < 0.001676, -0.008109, -0.001676> - 14613: < 0.001261, -0.008171, -0.001686> - 14614: < 0.001252, -0.008090, -0.002099> - 14615: < 0.001663, -0.008029, -0.002086> - 14616: < 0.001261, -0.008171, -0.001686> - 14617: < 0.000842, -0.008215, -0.001694> - 14618: < 0.000836, -0.008134, -0.002109> - 14619: < 0.001252, -0.008090, -0.002099> - 14620: < 0.000842, -0.008215, -0.001694> - 14621: < 0.000422, -0.008242, -0.001699> - 14622: < 0.000419, -0.008161, -0.002116> - 14623: < 0.000836, -0.008134, -0.002109> - 14624: < 0.000422, -0.008242, -0.001699> - 14625: <-0.000000, -0.008251, -0.001701> - 14626: <-0.000000, -0.008169, -0.002118> - 14627: < 0.000419, -0.008161, -0.002116> - 14628: <-0.000000, -0.008251, -0.001701> - 14629: <-0.000422, -0.008242, -0.001699> - 14630: <-0.000419, -0.008161, -0.002116> - 14631: <-0.000000, -0.008169, -0.002118> - 14632: <-0.000422, -0.008242, -0.001699> - 14633: <-0.000842, -0.008215, -0.001694> - 14634: <-0.000836, -0.008134, -0.002109> - 14635: <-0.000419, -0.008161, -0.002116> - 14636: <-0.000842, -0.008215, -0.001694> - 14637: <-0.001261, -0.008171, -0.001686> - 14638: <-0.001252, -0.008090, -0.002099> - 14639: <-0.000836, -0.008134, -0.002109> - 14640: <-0.001261, -0.008171, -0.001686> - 14641: <-0.001676, -0.008109, -0.001676> - 14642: <-0.001663, -0.008029, -0.002086> - 14643: <-0.001252, -0.008090, -0.002099> - 14644: <-0.001676, -0.008109, -0.001676> - 14645: <-0.002086, -0.008029, -0.001663> - 14646: <-0.002071, -0.007950, -0.002071> - 14647: <-0.001663, -0.008029, -0.002086> - 14648: <-0.002086, -0.008029, -0.001663> - 14649: <-0.002492, -0.007932, -0.001650> - 14650: <-0.002473, -0.007854, -0.002053> - 14651: <-0.002071, -0.007950, -0.002071> - 14652: <-0.002492, -0.007932, -0.001650> - 14653: <-0.002890, -0.007817, -0.001635> - 14654: <-0.002868, -0.007740, -0.002035> - 14655: <-0.002473, -0.007854, -0.002053> - 14656: <-0.002890, -0.007817, -0.001635> - 14657: <-0.003281, -0.007684, -0.001619> - 14658: <-0.003255, -0.007610, -0.002015> - 14659: <-0.002868, -0.007740, -0.002035> - 14660: <-0.003281, -0.007684, -0.001619> - 14661: <-0.003663, -0.007535, -0.001603> - 14662: <-0.003634, -0.007462, -0.001995> - 14663: <-0.003255, -0.007610, -0.002015> - 14664: <-0.003663, -0.007535, -0.001603> - 14665: <-0.004034, -0.007367, -0.001588> - 14666: <-0.004002, -0.007297, -0.001975> - 14667: <-0.003634, -0.007462, -0.001995> - 14668: <-0.004034, -0.007367, -0.001588> - 14669: <-0.004395, -0.007183, -0.001574> - 14670: <-0.004360, -0.007115, -0.001957> - 14671: <-0.004002, -0.007297, -0.001975> - 14672: <-0.004395, -0.007183, -0.001574> - 14673: <-0.004744, -0.006980, -0.001561> - 14674: <-0.004705, -0.006915, -0.001940> - 14675: <-0.004360, -0.007115, -0.001957> - 14676: <-0.004744, -0.006980, -0.001561> - 14677: <-0.005080, -0.006761, -0.001550> - 14678: <-0.005037, -0.006698, -0.001926> - 14679: <-0.004705, -0.006915, -0.001940> - 14680: <-0.005080, -0.006761, -0.001550> - 14681: <-0.005401, -0.006523, -0.001541> - 14682: <-0.005355, -0.006464, -0.001915> - 14683: <-0.005037, -0.006698, -0.001926> - 14684: <-0.005401, -0.006523, -0.001541> - 14685: <-0.005707, -0.006269, -0.001536> - 14686: <-0.005657, -0.006212, -0.001908> - 14687: <-0.005355, -0.006464, -0.001915> - 14688: < 0.005657, -0.006212, -0.001908> - 14689: < 0.005355, -0.006464, -0.001915> - 14690: < 0.005301, -0.006393, -0.002281> - 14691: < 0.005599, -0.006146, -0.002272> - 14692: < 0.005355, -0.006464, -0.001915> - 14693: < 0.005037, -0.006698, -0.001926> - 14694: < 0.004987, -0.006623, -0.002295> - 14695: < 0.005301, -0.006393, -0.002281> - 14696: < 0.005037, -0.006698, -0.001926> - 14697: < 0.004705, -0.006915, -0.001940> - 14698: < 0.004659, -0.006836, -0.002313> - 14699: < 0.004987, -0.006623, -0.002295> - 14700: < 0.004705, -0.006915, -0.001940> - 14701: < 0.004360, -0.007115, -0.001957> - 14702: < 0.004318, -0.007033, -0.002333> - 14703: < 0.004659, -0.006836, -0.002313> - 14704: < 0.004360, -0.007115, -0.001957> - 14705: < 0.004002, -0.007297, -0.001975> - 14706: < 0.003965, -0.007212, -0.002356> - 14707: < 0.004318, -0.007033, -0.002333> - 14708: < 0.004002, -0.007297, -0.001975> - 14709: < 0.003634, -0.007462, -0.001995> - 14710: < 0.003601, -0.007374, -0.002380> - 14711: < 0.003965, -0.007212, -0.002356> - 14712: < 0.003634, -0.007462, -0.001995> - 14713: < 0.003255, -0.007610, -0.002015> - 14714: < 0.003227, -0.007519, -0.002405> - 14715: < 0.003601, -0.007374, -0.002380> - 14716: < 0.003255, -0.007610, -0.002015> - 14717: < 0.002868, -0.007740, -0.002035> - 14718: < 0.002843, -0.007648, -0.002429> - 14719: < 0.003227, -0.007519, -0.002405> - 14720: < 0.002868, -0.007740, -0.002035> - 14721: < 0.002473, -0.007854, -0.002053> - 14722: < 0.002452, -0.007759, -0.002452> - 14723: < 0.002843, -0.007648, -0.002429> - 14724: < 0.002473, -0.007854, -0.002053> - 14725: < 0.002071, -0.007950, -0.002071> - 14726: < 0.002053, -0.007854, -0.002473> - 14727: < 0.002452, -0.007759, -0.002452> - 14728: < 0.002071, -0.007950, -0.002071> - 14729: < 0.001663, -0.008029, -0.002086> - 14730: < 0.001650, -0.007932, -0.002492> - 14731: < 0.002053, -0.007854, -0.002473> - 14732: < 0.001663, -0.008029, -0.002086> - 14733: < 0.001252, -0.008090, -0.002099> - 14734: < 0.001241, -0.007992, -0.002507> - 14735: < 0.001650, -0.007932, -0.002492> - 14736: < 0.001252, -0.008090, -0.002099> - 14737: < 0.000836, -0.008134, -0.002109> - 14738: < 0.000829, -0.008036, -0.002519> - 14739: < 0.001241, -0.007992, -0.002507> - 14740: < 0.000836, -0.008134, -0.002109> - 14741: < 0.000419, -0.008161, -0.002116> - 14742: < 0.000415, -0.008062, -0.002527> - 14743: < 0.000829, -0.008036, -0.002519> - 14744: < 0.000419, -0.008161, -0.002116> - 14745: <-0.000000, -0.008169, -0.002118> - 14746: <-0.000000, -0.008070, -0.002530> - 14747: < 0.000415, -0.008062, -0.002527> - 14748: <-0.000000, -0.008169, -0.002118> - 14749: <-0.000419, -0.008161, -0.002116> - 14750: <-0.000415, -0.008062, -0.002527> - 14751: <-0.000000, -0.008070, -0.002530> - 14752: <-0.000419, -0.008161, -0.002116> - 14753: <-0.000836, -0.008134, -0.002109> - 14754: <-0.000829, -0.008036, -0.002519> - 14755: <-0.000415, -0.008062, -0.002527> - 14756: <-0.000836, -0.008134, -0.002109> - 14757: <-0.001252, -0.008090, -0.002099> - 14758: <-0.001241, -0.007992, -0.002507> - 14759: <-0.000829, -0.008036, -0.002519> - 14760: <-0.001252, -0.008090, -0.002099> - 14761: <-0.001663, -0.008029, -0.002086> - 14762: <-0.001650, -0.007932, -0.002492> - 14763: <-0.001241, -0.007992, -0.002507> - 14764: <-0.001663, -0.008029, -0.002086> - 14765: <-0.002071, -0.007950, -0.002071> - 14766: <-0.002053, -0.007854, -0.002473> - 14767: <-0.001650, -0.007932, -0.002492> - 14768: <-0.002071, -0.007950, -0.002071> - 14769: <-0.002473, -0.007854, -0.002053> - 14770: <-0.002452, -0.007759, -0.002452> - 14771: <-0.002053, -0.007854, -0.002473> - 14772: <-0.002473, -0.007854, -0.002053> - 14773: <-0.002868, -0.007740, -0.002035> - 14774: <-0.002843, -0.007648, -0.002429> - 14775: <-0.002452, -0.007759, -0.002452> - 14776: <-0.002868, -0.007740, -0.002035> - 14777: <-0.003255, -0.007610, -0.002015> - 14778: <-0.003227, -0.007519, -0.002405> - 14779: <-0.002843, -0.007648, -0.002429> - 14780: <-0.003255, -0.007610, -0.002015> - 14781: <-0.003634, -0.007462, -0.001995> - 14782: <-0.003601, -0.007374, -0.002380> - 14783: <-0.003227, -0.007519, -0.002405> - 14784: <-0.003634, -0.007462, -0.001995> - 14785: <-0.004002, -0.007297, -0.001975> - 14786: <-0.003965, -0.007212, -0.002356> - 14787: <-0.003601, -0.007374, -0.002380> - 14788: <-0.004002, -0.007297, -0.001975> - 14789: <-0.004360, -0.007115, -0.001957> - 14790: <-0.004318, -0.007033, -0.002333> - 14791: <-0.003965, -0.007212, -0.002356> - 14792: <-0.004360, -0.007115, -0.001957> - 14793: <-0.004705, -0.006915, -0.001940> - 14794: <-0.004659, -0.006836, -0.002313> - 14795: <-0.004318, -0.007033, -0.002333> - 14796: <-0.004705, -0.006915, -0.001940> - 14797: <-0.005037, -0.006698, -0.001926> - 14798: <-0.004987, -0.006623, -0.002295> - 14799: <-0.004659, -0.006836, -0.002313> - 14800: <-0.005037, -0.006698, -0.001926> - 14801: <-0.005355, -0.006464, -0.001915> - 14802: <-0.005301, -0.006393, -0.002281> - 14803: <-0.004987, -0.006623, -0.002295> - 14804: <-0.005355, -0.006464, -0.001915> - 14805: <-0.005657, -0.006212, -0.001908> - 14806: <-0.005599, -0.006146, -0.002272> - 14807: <-0.005301, -0.006393, -0.002281> - 14808: < 0.005599, -0.006146, -0.002272> - 14809: < 0.005301, -0.006393, -0.002281> - 14810: < 0.005240, -0.006311, -0.002638> - 14811: < 0.005533, -0.006069, -0.002627> - 14812: < 0.005301, -0.006393, -0.002281> - 14813: < 0.004987, -0.006623, -0.002295> - 14814: < 0.004931, -0.006537, -0.002655> - 14815: < 0.005240, -0.006311, -0.002638> - 14816: < 0.004987, -0.006623, -0.002295> - 14817: < 0.004659, -0.006836, -0.002313> - 14818: < 0.004609, -0.006745, -0.002676> - 14819: < 0.004931, -0.006537, -0.002655> - 14820: < 0.004659, -0.006836, -0.002313> - 14821: < 0.004318, -0.007033, -0.002333> - 14822: < 0.004273, -0.006937, -0.002701> - 14823: < 0.004609, -0.006745, -0.002676> - 14824: < 0.004318, -0.007033, -0.002333> - 14825: < 0.003965, -0.007212, -0.002356> - 14826: < 0.003924, -0.007112, -0.002729> - 14827: < 0.004273, -0.006937, -0.002701> - 14828: < 0.003965, -0.007212, -0.002356> - 14829: < 0.003601, -0.007374, -0.002380> - 14830: < 0.003565, -0.007270, -0.002758> - 14831: < 0.003924, -0.007112, -0.002729> - 14832: < 0.003601, -0.007374, -0.002380> - 14833: < 0.003227, -0.007519, -0.002405> - 14834: < 0.003195, -0.007412, -0.002787> - 14835: < 0.003565, -0.007270, -0.002758> - 14836: < 0.003227, -0.007519, -0.002405> - 14837: < 0.002843, -0.007648, -0.002429> - 14838: < 0.002816, -0.007538, -0.002816> - 14839: < 0.003195, -0.007412, -0.002787> - 14840: < 0.002843, -0.007648, -0.002429> - 14841: < 0.002452, -0.007759, -0.002452> - 14842: < 0.002429, -0.007648, -0.002843> - 14843: < 0.002816, -0.007538, -0.002816> - 14844: < 0.002452, -0.007759, -0.002452> - 14845: < 0.002053, -0.007854, -0.002473> - 14846: < 0.002035, -0.007740, -0.002868> - 14847: < 0.002429, -0.007648, -0.002843> - 14848: < 0.002053, -0.007854, -0.002473> - 14849: < 0.001650, -0.007932, -0.002492> - 14850: < 0.001635, -0.007817, -0.002890> - 14851: < 0.002035, -0.007740, -0.002868> - 14852: < 0.001650, -0.007932, -0.002492> - 14853: < 0.001241, -0.007992, -0.002507> - 14854: < 0.001230, -0.007876, -0.002908> - 14855: < 0.001635, -0.007817, -0.002890> - 14856: < 0.001241, -0.007992, -0.002507> - 14857: < 0.000829, -0.008036, -0.002519> - 14858: < 0.000822, -0.007919, -0.002922> - 14859: < 0.001230, -0.007876, -0.002908> - 14860: < 0.000829, -0.008036, -0.002519> - 14861: < 0.000415, -0.008062, -0.002527> - 14862: < 0.000412, -0.007945, -0.002931> - 14863: < 0.000822, -0.007919, -0.002922> - 14864: < 0.000415, -0.008062, -0.002527> - 14865: <-0.000000, -0.008070, -0.002530> - 14866: <-0.000000, -0.007953, -0.002934> - 14867: < 0.000412, -0.007945, -0.002931> - 14868: <-0.000000, -0.008070, -0.002530> - 14869: <-0.000415, -0.008062, -0.002527> - 14870: <-0.000412, -0.007945, -0.002931> - 14871: <-0.000000, -0.007953, -0.002934> - 14872: <-0.000415, -0.008062, -0.002527> - 14873: <-0.000829, -0.008036, -0.002519> - 14874: <-0.000822, -0.007919, -0.002922> - 14875: <-0.000412, -0.007945, -0.002931> - 14876: <-0.000829, -0.008036, -0.002519> - 14877: <-0.001241, -0.007992, -0.002507> - 14878: <-0.001230, -0.007876, -0.002908> - 14879: <-0.000822, -0.007919, -0.002922> - 14880: <-0.001241, -0.007992, -0.002507> - 14881: <-0.001650, -0.007932, -0.002492> - 14882: <-0.001635, -0.007817, -0.002890> - 14883: <-0.001230, -0.007876, -0.002908> - 14884: <-0.001650, -0.007932, -0.002492> - 14885: <-0.002053, -0.007854, -0.002473> - 14886: <-0.002035, -0.007740, -0.002868> - 14887: <-0.001635, -0.007817, -0.002890> - 14888: <-0.002053, -0.007854, -0.002473> - 14889: <-0.002452, -0.007759, -0.002452> - 14890: <-0.002429, -0.007648, -0.002843> - 14891: <-0.002035, -0.007740, -0.002868> - 14892: <-0.002452, -0.007759, -0.002452> - 14893: <-0.002843, -0.007648, -0.002429> - 14894: <-0.002816, -0.007538, -0.002816> - 14895: <-0.002429, -0.007648, -0.002843> - 14896: <-0.002843, -0.007648, -0.002429> - 14897: <-0.003227, -0.007519, -0.002405> - 14898: <-0.003195, -0.007412, -0.002787> - 14899: <-0.002816, -0.007538, -0.002816> - 14900: <-0.003227, -0.007519, -0.002405> - 14901: <-0.003601, -0.007374, -0.002380> - 14902: <-0.003565, -0.007270, -0.002758> - 14903: <-0.003195, -0.007412, -0.002787> - 14904: <-0.003601, -0.007374, -0.002380> - 14905: <-0.003965, -0.007212, -0.002356> - 14906: <-0.003924, -0.007112, -0.002729> - 14907: <-0.003565, -0.007270, -0.002758> - 14908: <-0.003965, -0.007212, -0.002356> - 14909: <-0.004318, -0.007033, -0.002333> - 14910: <-0.004273, -0.006937, -0.002701> - 14911: <-0.003924, -0.007112, -0.002729> - 14912: <-0.004318, -0.007033, -0.002333> - 14913: <-0.004659, -0.006836, -0.002313> - 14914: <-0.004609, -0.006745, -0.002676> - 14915: <-0.004273, -0.006937, -0.002701> - 14916: <-0.004659, -0.006836, -0.002313> - 14917: <-0.004987, -0.006623, -0.002295> - 14918: <-0.004931, -0.006537, -0.002655> - 14919: <-0.004609, -0.006745, -0.002676> - 14920: <-0.004987, -0.006623, -0.002295> - 14921: <-0.005301, -0.006393, -0.002281> - 14922: <-0.005240, -0.006311, -0.002638> - 14923: <-0.004931, -0.006537, -0.002655> - 14924: <-0.005301, -0.006393, -0.002281> - 14925: <-0.005599, -0.006146, -0.002272> - 14926: <-0.005533, -0.006069, -0.002627> - 14927: <-0.005240, -0.006311, -0.002638> - 14928: < 0.005533, -0.006069, -0.002627> - 14929: < 0.005240, -0.006311, -0.002638> - 14930: < 0.005172, -0.006219, -0.002984> - 14931: < 0.005459, -0.005983, -0.002971> - 14932: < 0.005240, -0.006311, -0.002638> - 14933: < 0.004931, -0.006537, -0.002655> - 14934: < 0.004870, -0.006439, -0.003004> - 14935: < 0.005172, -0.006219, -0.002984> - 14936: < 0.004931, -0.006537, -0.002655> - 14937: < 0.004609, -0.006745, -0.002676> - 14938: < 0.004553, -0.006641, -0.003030> - 14939: < 0.004870, -0.006439, -0.003004> - 14940: < 0.004609, -0.006745, -0.002676> - 14941: < 0.004273, -0.006937, -0.002701> - 14942: < 0.004223, -0.006828, -0.003060> - 14943: < 0.004553, -0.006641, -0.003030> - 14944: < 0.004273, -0.006937, -0.002701> - 14945: < 0.003924, -0.007112, -0.002729> - 14946: < 0.003880, -0.006998, -0.003093> - 14947: < 0.004223, -0.006828, -0.003060> - 14948: < 0.003924, -0.007112, -0.002729> - 14949: < 0.003565, -0.007270, -0.002758> - 14950: < 0.003526, -0.007152, -0.003127> - 14951: < 0.003880, -0.006998, -0.003093> - 14952: < 0.003565, -0.007270, -0.002758> - 14953: < 0.003195, -0.007412, -0.002787> - 14954: < 0.003162, -0.007290, -0.003162> - 14955: < 0.003526, -0.007152, -0.003127> - 14956: < 0.003195, -0.007412, -0.002787> - 14957: < 0.002816, -0.007538, -0.002816> - 14958: < 0.002787, -0.007412, -0.003195> - 14959: < 0.003162, -0.007290, -0.003162> - 14960: < 0.002816, -0.007538, -0.002816> - 14961: < 0.002429, -0.007648, -0.002843> - 14962: < 0.002405, -0.007519, -0.003227> - 14963: < 0.002787, -0.007412, -0.003195> - 14964: < 0.002429, -0.007648, -0.002843> - 14965: < 0.002035, -0.007740, -0.002868> - 14966: < 0.002015, -0.007610, -0.003255> - 14967: < 0.002405, -0.007519, -0.003227> - 14968: < 0.002035, -0.007740, -0.002868> - 14969: < 0.001635, -0.007817, -0.002890> - 14970: < 0.001619, -0.007684, -0.003281> - 14971: < 0.002015, -0.007610, -0.003255> - 14972: < 0.001635, -0.007817, -0.002890> - 14973: < 0.001230, -0.007876, -0.002908> - 14974: < 0.001219, -0.007743, -0.003302> - 14975: < 0.001619, -0.007684, -0.003281> - 14976: < 0.001230, -0.007876, -0.002908> - 14977: < 0.000822, -0.007919, -0.002922> - 14978: < 0.000814, -0.007785, -0.003318> - 14979: < 0.001219, -0.007743, -0.003302> - 14980: < 0.000822, -0.007919, -0.002922> - 14981: < 0.000412, -0.007945, -0.002931> - 14982: < 0.000408, -0.007810, -0.003328> - 14983: < 0.000814, -0.007785, -0.003318> - 14984: < 0.000412, -0.007945, -0.002931> - 14985: <-0.000000, -0.007953, -0.002934> - 14986: <-0.000000, -0.007818, -0.003331> - 14987: < 0.000408, -0.007810, -0.003328> - 14988: <-0.000000, -0.007953, -0.002934> - 14989: <-0.000412, -0.007945, -0.002931> - 14990: <-0.000408, -0.007810, -0.003328> - 14991: <-0.000000, -0.007818, -0.003331> - 14992: <-0.000412, -0.007945, -0.002931> - 14993: <-0.000822, -0.007919, -0.002922> - 14994: <-0.000814, -0.007785, -0.003318> - 14995: <-0.000408, -0.007810, -0.003328> - 14996: <-0.000822, -0.007919, -0.002922> - 14997: <-0.001230, -0.007876, -0.002908> - 14998: <-0.001219, -0.007743, -0.003302> - 14999: <-0.000814, -0.007785, -0.003318> - 15000: <-0.001230, -0.007876, -0.002908> - 15001: <-0.001635, -0.007817, -0.002890> - 15002: <-0.001619, -0.007684, -0.003281> - 15003: <-0.001219, -0.007743, -0.003302> - 15004: <-0.001635, -0.007817, -0.002890> - 15005: <-0.002035, -0.007740, -0.002868> - 15006: <-0.002015, -0.007610, -0.003255> - 15007: <-0.001619, -0.007684, -0.003281> - 15008: <-0.002035, -0.007740, -0.002868> - 15009: <-0.002429, -0.007648, -0.002843> - 15010: <-0.002405, -0.007519, -0.003227> - 15011: <-0.002015, -0.007610, -0.003255> - 15012: <-0.002429, -0.007648, -0.002843> - 15013: <-0.002816, -0.007538, -0.002816> - 15014: <-0.002787, -0.007412, -0.003195> - 15015: <-0.002405, -0.007519, -0.003227> - 15016: <-0.002816, -0.007538, -0.002816> - 15017: <-0.003195, -0.007412, -0.002787> - 15018: <-0.003162, -0.007290, -0.003162> - 15019: <-0.002787, -0.007412, -0.003195> - 15020: <-0.003195, -0.007412, -0.002787> - 15021: <-0.003565, -0.007270, -0.002758> - 15022: <-0.003526, -0.007152, -0.003127> - 15023: <-0.003162, -0.007290, -0.003162> - 15024: <-0.003565, -0.007270, -0.002758> - 15025: <-0.003924, -0.007112, -0.002729> - 15026: <-0.003880, -0.006998, -0.003093> - 15027: <-0.003526, -0.007152, -0.003127> - 15028: <-0.003924, -0.007112, -0.002729> - 15029: <-0.004273, -0.006937, -0.002701> - 15030: <-0.004223, -0.006828, -0.003060> - 15031: <-0.003880, -0.006998, -0.003093> - 15032: <-0.004273, -0.006937, -0.002701> - 15033: <-0.004609, -0.006745, -0.002676> - 15034: <-0.004553, -0.006641, -0.003030> - 15035: <-0.004223, -0.006828, -0.003060> - 15036: <-0.004609, -0.006745, -0.002676> - 15037: <-0.004931, -0.006537, -0.002655> - 15038: <-0.004870, -0.006439, -0.003004> - 15039: <-0.004553, -0.006641, -0.003030> - 15040: <-0.004931, -0.006537, -0.002655> - 15041: <-0.005240, -0.006311, -0.002638> - 15042: <-0.005172, -0.006219, -0.002984> - 15043: <-0.004870, -0.006439, -0.003004> - 15044: <-0.005240, -0.006311, -0.002638> - 15045: <-0.005533, -0.006069, -0.002627> - 15046: <-0.005459, -0.005983, -0.002971> - 15047: <-0.005172, -0.006219, -0.002984> - 15048: < 0.005459, -0.005983, -0.002971> - 15049: < 0.005172, -0.006219, -0.002984> - 15050: < 0.005099, -0.006117, -0.003318> - 15051: < 0.005379, -0.005888, -0.003302> - 15052: < 0.005172, -0.006219, -0.002984> - 15053: < 0.004870, -0.006439, -0.003004> - 15054: < 0.004804, -0.006329, -0.003342> - 15055: < 0.005099, -0.006117, -0.003318> - 15056: < 0.004870, -0.006439, -0.003004> - 15057: < 0.004553, -0.006641, -0.003030> - 15058: < 0.004494, -0.006525, -0.003372> - 15059: < 0.004804, -0.006329, -0.003342> - 15060: < 0.004553, -0.006641, -0.003030> - 15061: < 0.004223, -0.006828, -0.003060> - 15062: < 0.004170, -0.006705, -0.003407> - 15063: < 0.004494, -0.006525, -0.003372> - 15064: < 0.004223, -0.006828, -0.003060> - 15065: < 0.003880, -0.006998, -0.003093> - 15066: < 0.003834, -0.006870, -0.003446> - 15067: < 0.004170, -0.006705, -0.003407> - 15068: < 0.003880, -0.006998, -0.003093> - 15069: < 0.003526, -0.007152, -0.003127> - 15070: < 0.003486, -0.007018, -0.003486> - 15071: < 0.003834, -0.006870, -0.003446> - 15072: < 0.003526, -0.007152, -0.003127> - 15073: < 0.003162, -0.007290, -0.003162> - 15074: < 0.003127, -0.007152, -0.003526> - 15075: < 0.003486, -0.007018, -0.003486> - 15076: < 0.003162, -0.007290, -0.003162> - 15077: < 0.002787, -0.007412, -0.003195> - 15078: < 0.002758, -0.007270, -0.003565> - 15079: < 0.003127, -0.007152, -0.003526> - 15080: < 0.002787, -0.007412, -0.003195> - 15081: < 0.002405, -0.007519, -0.003227> - 15082: < 0.002380, -0.007374, -0.003601> - 15083: < 0.002758, -0.007270, -0.003565> - 15084: < 0.002405, -0.007519, -0.003227> - 15085: < 0.002015, -0.007610, -0.003255> - 15086: < 0.001995, -0.007462, -0.003634> - 15087: < 0.002380, -0.007374, -0.003601> - 15088: < 0.002015, -0.007610, -0.003255> - 15089: < 0.001619, -0.007684, -0.003281> - 15090: < 0.001603, -0.007535, -0.003663> - 15091: < 0.001995, -0.007462, -0.003634> - 15092: < 0.001619, -0.007684, -0.003281> - 15093: < 0.001219, -0.007743, -0.003302> - 15094: < 0.001207, -0.007591, -0.003686> - 15095: < 0.001603, -0.007535, -0.003663> - 15096: < 0.001219, -0.007743, -0.003302> - 15097: < 0.000814, -0.007785, -0.003318> - 15098: < 0.000807, -0.007632, -0.003704> - 15099: < 0.001207, -0.007591, -0.003686> - 15100: < 0.000814, -0.007785, -0.003318> - 15101: < 0.000408, -0.007810, -0.003328> - 15102: < 0.000404, -0.007657, -0.003716> - 15103: < 0.000807, -0.007632, -0.003704> - 15104: < 0.000408, -0.007810, -0.003328> - 15105: <-0.000000, -0.007818, -0.003331> - 15106: <-0.000000, -0.007665, -0.003720> - 15107: < 0.000404, -0.007657, -0.003716> - 15108: <-0.000000, -0.007818, -0.003331> - 15109: <-0.000408, -0.007810, -0.003328> - 15110: <-0.000404, -0.007657, -0.003716> - 15111: <-0.000000, -0.007665, -0.003720> - 15112: <-0.000408, -0.007810, -0.003328> - 15113: <-0.000814, -0.007785, -0.003318> - 15114: <-0.000807, -0.007632, -0.003704> - 15115: <-0.000404, -0.007657, -0.003716> - 15116: <-0.000814, -0.007785, -0.003318> - 15117: <-0.001219, -0.007743, -0.003302> - 15118: <-0.001207, -0.007591, -0.003686> - 15119: <-0.000807, -0.007632, -0.003704> - 15120: <-0.001219, -0.007743, -0.003302> - 15121: <-0.001619, -0.007684, -0.003281> - 15122: <-0.001603, -0.007535, -0.003663> - 15123: <-0.001207, -0.007591, -0.003686> - 15124: <-0.001619, -0.007684, -0.003281> - 15125: <-0.002015, -0.007610, -0.003255> - 15126: <-0.001995, -0.007462, -0.003634> - 15127: <-0.001603, -0.007535, -0.003663> - 15128: <-0.002015, -0.007610, -0.003255> - 15129: <-0.002405, -0.007519, -0.003227> - 15130: <-0.002380, -0.007374, -0.003601> - 15131: <-0.001995, -0.007462, -0.003634> - 15132: <-0.002405, -0.007519, -0.003227> - 15133: <-0.002787, -0.007412, -0.003195> - 15134: <-0.002758, -0.007270, -0.003565> - 15135: <-0.002380, -0.007374, -0.003601> - 15136: <-0.002787, -0.007412, -0.003195> - 15137: <-0.003162, -0.007290, -0.003162> - 15138: <-0.003127, -0.007152, -0.003526> - 15139: <-0.002758, -0.007270, -0.003565> - 15140: <-0.003162, -0.007290, -0.003162> - 15141: <-0.003526, -0.007152, -0.003127> - 15142: <-0.003486, -0.007018, -0.003486> - 15143: <-0.003127, -0.007152, -0.003526> - 15144: <-0.003526, -0.007152, -0.003127> - 15145: <-0.003880, -0.006998, -0.003093> - 15146: <-0.003834, -0.006870, -0.003446> - 15147: <-0.003486, -0.007018, -0.003486> - 15148: <-0.003880, -0.006998, -0.003093> - 15149: <-0.004223, -0.006828, -0.003060> - 15150: <-0.004170, -0.006705, -0.003407> - 15151: <-0.003834, -0.006870, -0.003446> - 15152: <-0.004223, -0.006828, -0.003060> - 15153: <-0.004553, -0.006641, -0.003030> - 15154: <-0.004494, -0.006525, -0.003372> - 15155: <-0.004170, -0.006705, -0.003407> - 15156: <-0.004553, -0.006641, -0.003030> - 15157: <-0.004870, -0.006439, -0.003004> - 15158: <-0.004804, -0.006329, -0.003342> - 15159: <-0.004494, -0.006525, -0.003372> - 15160: <-0.004870, -0.006439, -0.003004> - 15161: <-0.005172, -0.006219, -0.002984> - 15162: <-0.005099, -0.006117, -0.003318> - 15163: <-0.004804, -0.006329, -0.003342> - 15164: <-0.005172, -0.006219, -0.002984> - 15165: <-0.005459, -0.005983, -0.002971> - 15166: <-0.005379, -0.005888, -0.003302> - 15167: <-0.005099, -0.006117, -0.003318> - 15168: < 0.005379, -0.005888, -0.003302> - 15169: < 0.005099, -0.006117, -0.003318> - 15170: < 0.005023, -0.006006, -0.003637> - 15171: < 0.005294, -0.005786, -0.003619> - 15172: < 0.005099, -0.006117, -0.003318> - 15173: < 0.004804, -0.006329, -0.003342> - 15174: < 0.004736, -0.006210, -0.003666> - 15175: < 0.005023, -0.006006, -0.003637> - 15176: < 0.004804, -0.006329, -0.003342> - 15177: < 0.004494, -0.006525, -0.003372> - 15178: < 0.004434, -0.006397, -0.003701> - 15179: < 0.004736, -0.006210, -0.003666> - 15180: < 0.004494, -0.006525, -0.003372> - 15181: < 0.004170, -0.006705, -0.003407> - 15182: < 0.004117, -0.006570, -0.003743> - 15183: < 0.004434, -0.006397, -0.003701> - 15184: < 0.004170, -0.006705, -0.003407> - 15185: < 0.003834, -0.006870, -0.003446> - 15186: < 0.003788, -0.006727, -0.003788> - 15187: < 0.004117, -0.006570, -0.003743> - 15188: < 0.003834, -0.006870, -0.003446> - 15189: < 0.003486, -0.007018, -0.003486> - 15190: < 0.003446, -0.006870, -0.003834> - 15191: < 0.003788, -0.006727, -0.003788> - 15192: < 0.003486, -0.007018, -0.003486> - 15193: < 0.003127, -0.007152, -0.003526> - 15194: < 0.003093, -0.006998, -0.003880> - 15195: < 0.003446, -0.006870, -0.003834> - 15196: < 0.003127, -0.007152, -0.003526> - 15197: < 0.002758, -0.007270, -0.003565> - 15198: < 0.002729, -0.007112, -0.003924> - 15199: < 0.003093, -0.006998, -0.003880> - 15200: < 0.002758, -0.007270, -0.003565> - 15201: < 0.002380, -0.007374, -0.003601> - 15202: < 0.002356, -0.007212, -0.003965> - 15203: < 0.002729, -0.007112, -0.003924> - 15204: < 0.002380, -0.007374, -0.003601> - 15205: < 0.001995, -0.007462, -0.003634> - 15206: < 0.001975, -0.007297, -0.004002> - 15207: < 0.002356, -0.007212, -0.003965> - 15208: < 0.001995, -0.007462, -0.003634> - 15209: < 0.001603, -0.007535, -0.003663> - 15210: < 0.001588, -0.007367, -0.004034> - 15211: < 0.001975, -0.007297, -0.004002> - 15212: < 0.001603, -0.007535, -0.003663> - 15213: < 0.001207, -0.007591, -0.003686> - 15214: < 0.001196, -0.007423, -0.004061> - 15215: < 0.001588, -0.007367, -0.004034> - 15216: < 0.001207, -0.007591, -0.003686> - 15217: < 0.000807, -0.007632, -0.003704> - 15218: < 0.000799, -0.007462, -0.004081> - 15219: < 0.001196, -0.007423, -0.004061> - 15220: < 0.000807, -0.007632, -0.003704> - 15221: < 0.000404, -0.007657, -0.003716> - 15222: < 0.000400, -0.007487, -0.004093> - 15223: < 0.000799, -0.007462, -0.004081> - 15224: < 0.000404, -0.007657, -0.003716> - 15225: <-0.000000, -0.007665, -0.003720> - 15226: <-0.000000, -0.007495, -0.004098> - 15227: < 0.000400, -0.007487, -0.004093> - 15228: <-0.000000, -0.007665, -0.003720> - 15229: <-0.000404, -0.007657, -0.003716> - 15230: <-0.000400, -0.007487, -0.004093> - 15231: <-0.000000, -0.007495, -0.004098> - 15232: <-0.000404, -0.007657, -0.003716> - 15233: <-0.000807, -0.007632, -0.003704> - 15234: <-0.000799, -0.007462, -0.004081> - 15235: <-0.000400, -0.007487, -0.004093> - 15236: <-0.000807, -0.007632, -0.003704> - 15237: <-0.001207, -0.007591, -0.003686> - 15238: <-0.001196, -0.007423, -0.004061> - 15239: <-0.000799, -0.007462, -0.004081> - 15240: <-0.001207, -0.007591, -0.003686> - 15241: <-0.001603, -0.007535, -0.003663> - 15242: <-0.001588, -0.007367, -0.004034> - 15243: <-0.001196, -0.007423, -0.004061> - 15244: <-0.001603, -0.007535, -0.003663> - 15245: <-0.001995, -0.007462, -0.003634> - 15246: <-0.001975, -0.007297, -0.004002> - 15247: <-0.001588, -0.007367, -0.004034> - 15248: <-0.001995, -0.007462, -0.003634> - 15249: <-0.002380, -0.007374, -0.003601> - 15250: <-0.002356, -0.007212, -0.003965> - 15251: <-0.001975, -0.007297, -0.004002> - 15252: <-0.002380, -0.007374, -0.003601> - 15253: <-0.002758, -0.007270, -0.003565> - 15254: <-0.002729, -0.007112, -0.003924> - 15255: <-0.002356, -0.007212, -0.003965> - 15256: <-0.002758, -0.007270, -0.003565> - 15257: <-0.003127, -0.007152, -0.003526> - 15258: <-0.003093, -0.006998, -0.003880> - 15259: <-0.002729, -0.007112, -0.003924> - 15260: <-0.003127, -0.007152, -0.003526> - 15261: <-0.003486, -0.007018, -0.003486> - 15262: <-0.003446, -0.006870, -0.003834> - 15263: <-0.003093, -0.006998, -0.003880> - 15264: <-0.003486, -0.007018, -0.003486> - 15265: <-0.003834, -0.006870, -0.003446> - 15266: <-0.003788, -0.006727, -0.003788> - 15267: <-0.003446, -0.006870, -0.003834> - 15268: <-0.003834, -0.006870, -0.003446> - 15269: <-0.004170, -0.006705, -0.003407> - 15270: <-0.004117, -0.006570, -0.003743> - 15271: <-0.003788, -0.006727, -0.003788> - 15272: <-0.004170, -0.006705, -0.003407> - 15273: <-0.004494, -0.006525, -0.003372> - 15274: <-0.004434, -0.006397, -0.003701> - 15275: <-0.004117, -0.006570, -0.003743> - 15276: <-0.004494, -0.006525, -0.003372> - 15277: <-0.004804, -0.006329, -0.003342> - 15278: <-0.004736, -0.006210, -0.003666> - 15279: <-0.004434, -0.006397, -0.003701> - 15280: <-0.004804, -0.006329, -0.003342> - 15281: <-0.005099, -0.006117, -0.003318> - 15282: <-0.005023, -0.006006, -0.003637> - 15283: <-0.004736, -0.006210, -0.003666> - 15284: <-0.005099, -0.006117, -0.003318> - 15285: <-0.005379, -0.005888, -0.003302> - 15286: <-0.005294, -0.005786, -0.003619> - 15287: <-0.005023, -0.006006, -0.003637> - 15288: < 0.005294, -0.005786, -0.003619> - 15289: < 0.005023, -0.006006, -0.003637> - 15290: < 0.004946, -0.005887, -0.003941> - 15291: < 0.005207, -0.005678, -0.003918> - 15292: < 0.005023, -0.006006, -0.003637> - 15293: < 0.004736, -0.006210, -0.003666> - 15294: < 0.004668, -0.006080, -0.003975> - 15295: < 0.004946, -0.005887, -0.003941> - 15296: < 0.004736, -0.006210, -0.003666> - 15297: < 0.004434, -0.006397, -0.003701> - 15298: < 0.004374, -0.006257, -0.004017> - 15299: < 0.004668, -0.006080, -0.003975> - 15300: < 0.004434, -0.006397, -0.003701> - 15301: < 0.004117, -0.006570, -0.003743> - 15302: < 0.004065, -0.006421, -0.004065> - 15303: < 0.004374, -0.006257, -0.004017> - 15304: < 0.004117, -0.006570, -0.003743> - 15305: < 0.003788, -0.006727, -0.003788> - 15306: < 0.003743, -0.006570, -0.004117> - 15307: < 0.004065, -0.006421, -0.004065> - 15308: < 0.003788, -0.006727, -0.003788> - 15309: < 0.003446, -0.006870, -0.003834> - 15310: < 0.003407, -0.006705, -0.004170> - 15311: < 0.003743, -0.006570, -0.004117> - 15312: < 0.003446, -0.006870, -0.003834> - 15313: < 0.003093, -0.006998, -0.003880> - 15314: < 0.003060, -0.006828, -0.004223> - 15315: < 0.003407, -0.006705, -0.004170> - 15316: < 0.003093, -0.006998, -0.003880> - 15317: < 0.002729, -0.007112, -0.003924> - 15318: < 0.002701, -0.006937, -0.004273> - 15319: < 0.003060, -0.006828, -0.004223> - 15320: < 0.002729, -0.007112, -0.003924> - 15321: < 0.002356, -0.007212, -0.003965> - 15322: < 0.002333, -0.007033, -0.004318> - 15323: < 0.002701, -0.006937, -0.004273> - 15324: < 0.002356, -0.007212, -0.003965> - 15325: < 0.001975, -0.007297, -0.004002> - 15326: < 0.001957, -0.007115, -0.004360> - 15327: < 0.002333, -0.007033, -0.004318> - 15328: < 0.001975, -0.007297, -0.004002> - 15329: < 0.001588, -0.007367, -0.004034> - 15330: < 0.001574, -0.007183, -0.004395> - 15331: < 0.001957, -0.007115, -0.004360> - 15332: < 0.001588, -0.007367, -0.004034> - 15333: < 0.001196, -0.007423, -0.004061> - 15334: < 0.001185, -0.007236, -0.004424> - 15335: < 0.001574, -0.007183, -0.004395> - 15336: < 0.001196, -0.007423, -0.004061> - 15337: < 0.000799, -0.007462, -0.004081> - 15338: < 0.000792, -0.007275, -0.004446> - 15339: < 0.001185, -0.007236, -0.004424> - 15340: < 0.000799, -0.007462, -0.004081> - 15341: < 0.000400, -0.007487, -0.004093> - 15342: < 0.000397, -0.007298, -0.004460> - 15343: < 0.000792, -0.007275, -0.004446> - 15344: < 0.000400, -0.007487, -0.004093> - 15345: <-0.000000, -0.007495, -0.004098> - 15346: <-0.000000, -0.007306, -0.004465> - 15347: < 0.000397, -0.007298, -0.004460> - 15348: <-0.000000, -0.007495, -0.004098> - 15349: <-0.000400, -0.007487, -0.004093> - 15350: <-0.000397, -0.007298, -0.004460> - 15351: <-0.000000, -0.007306, -0.004465> - 15352: <-0.000400, -0.007487, -0.004093> - 15353: <-0.000799, -0.007462, -0.004081> - 15354: <-0.000792, -0.007275, -0.004446> - 15355: <-0.000397, -0.007298, -0.004460> - 15356: <-0.000799, -0.007462, -0.004081> - 15357: <-0.001196, -0.007423, -0.004061> - 15358: <-0.001185, -0.007236, -0.004424> - 15359: <-0.000792, -0.007275, -0.004446> - 15360: <-0.001196, -0.007423, -0.004061> - 15361: <-0.001588, -0.007367, -0.004034> - 15362: <-0.001574, -0.007183, -0.004395> - 15363: <-0.001185, -0.007236, -0.004424> - 15364: <-0.001588, -0.007367, -0.004034> - 15365: <-0.001975, -0.007297, -0.004002> - 15366: <-0.001957, -0.007115, -0.004360> - 15367: <-0.001574, -0.007183, -0.004395> - 15368: <-0.001975, -0.007297, -0.004002> - 15369: <-0.002356, -0.007212, -0.003965> - 15370: <-0.002333, -0.007033, -0.004318> - 15371: <-0.001957, -0.007115, -0.004360> - 15372: <-0.002356, -0.007212, -0.003965> - 15373: <-0.002729, -0.007112, -0.003924> - 15374: <-0.002701, -0.006937, -0.004273> - 15375: <-0.002333, -0.007033, -0.004318> - 15376: <-0.002729, -0.007112, -0.003924> - 15377: <-0.003093, -0.006998, -0.003880> - 15378: <-0.003060, -0.006828, -0.004223> - 15379: <-0.002701, -0.006937, -0.004273> - 15380: <-0.003093, -0.006998, -0.003880> - 15381: <-0.003446, -0.006870, -0.003834> - 15382: <-0.003407, -0.006705, -0.004170> - 15383: <-0.003060, -0.006828, -0.004223> - 15384: <-0.003446, -0.006870, -0.003834> - 15385: <-0.003788, -0.006727, -0.003788> - 15386: <-0.003743, -0.006570, -0.004117> - 15387: <-0.003407, -0.006705, -0.004170> - 15388: <-0.003788, -0.006727, -0.003788> - 15389: <-0.004117, -0.006570, -0.003743> - 15390: <-0.004065, -0.006421, -0.004065> - 15391: <-0.003743, -0.006570, -0.004117> - 15392: <-0.004117, -0.006570, -0.003743> - 15393: <-0.004434, -0.006397, -0.003701> - 15394: <-0.004374, -0.006257, -0.004017> - 15395: <-0.004065, -0.006421, -0.004065> - 15396: <-0.004434, -0.006397, -0.003701> - 15397: <-0.004736, -0.006210, -0.003666> - 15398: <-0.004668, -0.006080, -0.003975> - 15399: <-0.004374, -0.006257, -0.004017> - 15400: <-0.004736, -0.006210, -0.003666> - 15401: <-0.005023, -0.006006, -0.003637> - 15402: <-0.004946, -0.005887, -0.003941> - 15403: <-0.004668, -0.006080, -0.003975> - 15404: <-0.005023, -0.006006, -0.003637> - 15405: <-0.005294, -0.005786, -0.003619> - 15406: <-0.005207, -0.005678, -0.003918> - 15407: <-0.004946, -0.005887, -0.003941> - 15408: < 0.005207, -0.005678, -0.003918> - 15409: < 0.004946, -0.005887, -0.003941> - 15410: < 0.004870, -0.005760, -0.004226> - 15411: < 0.005120, -0.005564, -0.004199> - 15412: < 0.004946, -0.005887, -0.003941> - 15413: < 0.004668, -0.006080, -0.003975> - 15414: < 0.004602, -0.005939, -0.004267> - 15415: < 0.004870, -0.005760, -0.004226> - 15416: < 0.004668, -0.006080, -0.003975> - 15417: < 0.004374, -0.006257, -0.004017> - 15418: < 0.004318, -0.006105, -0.004318> - 15419: < 0.004602, -0.005939, -0.004267> - 15420: < 0.004374, -0.006257, -0.004017> - 15421: < 0.004065, -0.006421, -0.004065> - 15422: < 0.004017, -0.006257, -0.004374> - 15423: < 0.004318, -0.006105, -0.004318> - 15424: < 0.004065, -0.006421, -0.004065> - 15425: < 0.003743, -0.006570, -0.004117> - 15426: < 0.003701, -0.006397, -0.004434> - 15427: < 0.004017, -0.006257, -0.004374> - 15428: < 0.003743, -0.006570, -0.004117> - 15429: < 0.003407, -0.006705, -0.004170> - 15430: < 0.003372, -0.006525, -0.004494> - 15431: < 0.003701, -0.006397, -0.004434> - 15432: < 0.003407, -0.006705, -0.004170> - 15433: < 0.003060, -0.006828, -0.004223> - 15434: < 0.003030, -0.006641, -0.004553> - 15435: < 0.003372, -0.006525, -0.004494> - 15436: < 0.003060, -0.006828, -0.004223> - 15437: < 0.002701, -0.006937, -0.004273> - 15438: < 0.002676, -0.006745, -0.004609> - 15439: < 0.003030, -0.006641, -0.004553> - 15440: < 0.002701, -0.006937, -0.004273> - 15441: < 0.002333, -0.007033, -0.004318> - 15442: < 0.002313, -0.006836, -0.004659> - 15443: < 0.002676, -0.006745, -0.004609> - 15444: < 0.002333, -0.007033, -0.004318> - 15445: < 0.001957, -0.007115, -0.004360> - 15446: < 0.001940, -0.006915, -0.004705> - 15447: < 0.002313, -0.006836, -0.004659> - 15448: < 0.001957, -0.007115, -0.004360> - 15449: < 0.001574, -0.007183, -0.004395> - 15450: < 0.001561, -0.006980, -0.004744> - 15451: < 0.001940, -0.006915, -0.004705> - 15452: < 0.001574, -0.007183, -0.004395> - 15453: < 0.001185, -0.007236, -0.004424> - 15454: < 0.001176, -0.007032, -0.004776> - 15455: < 0.001561, -0.006980, -0.004744> - 15456: < 0.001185, -0.007236, -0.004424> - 15457: < 0.000792, -0.007275, -0.004446> - 15458: < 0.000786, -0.007069, -0.004800> - 15459: < 0.001176, -0.007032, -0.004776> - 15460: < 0.000792, -0.007275, -0.004446> - 15461: < 0.000397, -0.007298, -0.004460> - 15462: < 0.000394, -0.007092, -0.004815> - 15463: < 0.000786, -0.007069, -0.004800> - 15464: < 0.000397, -0.007298, -0.004460> - 15465: <-0.000000, -0.007306, -0.004465> - 15466: <-0.000000, -0.007099, -0.004820> - 15467: < 0.000394, -0.007092, -0.004815> - 15468: <-0.000000, -0.007306, -0.004465> - 15469: <-0.000397, -0.007298, -0.004460> - 15470: <-0.000394, -0.007092, -0.004815> - 15471: <-0.000000, -0.007099, -0.004820> - 15472: <-0.000397, -0.007298, -0.004460> - 15473: <-0.000792, -0.007275, -0.004446> - 15474: <-0.000786, -0.007069, -0.004800> - 15475: <-0.000394, -0.007092, -0.004815> - 15476: <-0.000792, -0.007275, -0.004446> - 15477: <-0.001185, -0.007236, -0.004424> - 15478: <-0.001176, -0.007032, -0.004776> - 15479: <-0.000786, -0.007069, -0.004800> - 15480: <-0.001185, -0.007236, -0.004424> - 15481: <-0.001574, -0.007183, -0.004395> - 15482: <-0.001561, -0.006980, -0.004744> - 15483: <-0.001176, -0.007032, -0.004776> - 15484: <-0.001574, -0.007183, -0.004395> - 15485: <-0.001957, -0.007115, -0.004360> - 15486: <-0.001940, -0.006915, -0.004705> - 15487: <-0.001561, -0.006980, -0.004744> - 15488: <-0.001957, -0.007115, -0.004360> - 15489: <-0.002333, -0.007033, -0.004318> - 15490: <-0.002313, -0.006836, -0.004659> - 15491: <-0.001940, -0.006915, -0.004705> - 15492: <-0.002333, -0.007033, -0.004318> - 15493: <-0.002701, -0.006937, -0.004273> - 15494: <-0.002676, -0.006745, -0.004609> - 15495: <-0.002313, -0.006836, -0.004659> - 15496: <-0.002701, -0.006937, -0.004273> - 15497: <-0.003060, -0.006828, -0.004223> - 15498: <-0.003030, -0.006641, -0.004553> - 15499: <-0.002676, -0.006745, -0.004609> - 15500: <-0.003060, -0.006828, -0.004223> - 15501: <-0.003407, -0.006705, -0.004170> - 15502: <-0.003372, -0.006525, -0.004494> - 15503: <-0.003030, -0.006641, -0.004553> - 15504: <-0.003407, -0.006705, -0.004170> - 15505: <-0.003743, -0.006570, -0.004117> - 15506: <-0.003701, -0.006397, -0.004434> - 15507: <-0.003372, -0.006525, -0.004494> - 15508: <-0.003743, -0.006570, -0.004117> - 15509: <-0.004065, -0.006421, -0.004065> - 15510: <-0.004017, -0.006257, -0.004374> - 15511: <-0.003701, -0.006397, -0.004434> - 15512: <-0.004065, -0.006421, -0.004065> - 15513: <-0.004374, -0.006257, -0.004017> - 15514: <-0.004318, -0.006105, -0.004318> - 15515: <-0.004017, -0.006257, -0.004374> - 15516: <-0.004374, -0.006257, -0.004017> - 15517: <-0.004668, -0.006080, -0.003975> - 15518: <-0.004602, -0.005939, -0.004267> - 15519: <-0.004318, -0.006105, -0.004318> - 15520: <-0.004668, -0.006080, -0.003975> - 15521: <-0.004946, -0.005887, -0.003941> - 15522: <-0.004870, -0.005760, -0.004226> - 15523: <-0.004602, -0.005939, -0.004267> - 15524: <-0.004946, -0.005887, -0.003941> - 15525: <-0.005207, -0.005678, -0.003918> - 15526: <-0.005120, -0.005564, -0.004199> - 15527: <-0.004870, -0.005760, -0.004226> - 15528: < 0.005120, -0.005564, -0.004199> - 15529: < 0.004870, -0.005760, -0.004226> - 15530: < 0.004798, -0.005623, -0.004494> - 15531: < 0.005034, -0.005446, -0.004460> - 15532: < 0.004870, -0.005760, -0.004226> - 15533: < 0.004602, -0.005939, -0.004267> - 15534: < 0.004542, -0.005788, -0.004542> - 15535: < 0.004798, -0.005623, -0.004494> - 15536: < 0.004602, -0.005939, -0.004267> - 15537: < 0.004318, -0.006105, -0.004318> - 15538: < 0.004267, -0.005939, -0.004602> - 15539: < 0.004542, -0.005788, -0.004542> - 15540: < 0.004318, -0.006105, -0.004318> - 15541: < 0.004017, -0.006257, -0.004374> - 15542: < 0.003975, -0.006080, -0.004668> - 15543: < 0.004267, -0.005939, -0.004602> - 15544: < 0.004017, -0.006257, -0.004374> - 15545: < 0.003701, -0.006397, -0.004434> - 15546: < 0.003666, -0.006210, -0.004736> - 15547: < 0.003975, -0.006080, -0.004668> - 15548: < 0.003701, -0.006397, -0.004434> - 15549: < 0.003372, -0.006525, -0.004494> - 15550: < 0.003342, -0.006329, -0.004804> - 15551: < 0.003666, -0.006210, -0.004736> - 15552: < 0.003372, -0.006525, -0.004494> - 15553: < 0.003030, -0.006641, -0.004553> - 15554: < 0.003004, -0.006439, -0.004870> - 15555: < 0.003342, -0.006329, -0.004804> - 15556: < 0.003030, -0.006641, -0.004553> - 15557: < 0.002676, -0.006745, -0.004609> - 15558: < 0.002655, -0.006537, -0.004931> - 15559: < 0.003004, -0.006439, -0.004870> - 15560: < 0.002676, -0.006745, -0.004609> - 15561: < 0.002313, -0.006836, -0.004659> - 15562: < 0.002295, -0.006623, -0.004987> - 15563: < 0.002655, -0.006537, -0.004931> - 15564: < 0.002313, -0.006836, -0.004659> - 15565: < 0.001940, -0.006915, -0.004705> - 15566: < 0.001926, -0.006698, -0.005037> - 15567: < 0.002295, -0.006623, -0.004987> - 15568: < 0.001940, -0.006915, -0.004705> - 15569: < 0.001561, -0.006980, -0.004744> - 15570: < 0.001550, -0.006761, -0.005080> - 15571: < 0.001926, -0.006698, -0.005037> - 15572: < 0.001561, -0.006980, -0.004744> - 15573: < 0.001176, -0.007032, -0.004776> - 15574: < 0.001168, -0.006810, -0.005114> - 15575: < 0.001550, -0.006761, -0.005080> - 15576: < 0.001176, -0.007032, -0.004776> - 15577: < 0.000786, -0.007069, -0.004800> - 15578: < 0.000781, -0.006846, -0.005140> - 15579: < 0.001168, -0.006810, -0.005114> - 15580: < 0.000786, -0.007069, -0.004800> - 15581: < 0.000394, -0.007092, -0.004815> - 15582: < 0.000391, -0.006868, -0.005156> - 15583: < 0.000781, -0.006846, -0.005140> - 15584: < 0.000394, -0.007092, -0.004815> - 15585: <-0.000000, -0.007099, -0.004820> - 15586: <-0.000000, -0.006875, -0.005162> - 15587: < 0.000391, -0.006868, -0.005156> - 15588: <-0.000000, -0.007099, -0.004820> - 15589: <-0.000394, -0.007092, -0.004815> - 15590: <-0.000391, -0.006868, -0.005156> - 15591: <-0.000000, -0.006875, -0.005162> - 15592: <-0.000394, -0.007092, -0.004815> - 15593: <-0.000786, -0.007069, -0.004800> - 15594: <-0.000781, -0.006846, -0.005140> - 15595: <-0.000391, -0.006868, -0.005156> - 15596: <-0.000786, -0.007069, -0.004800> - 15597: <-0.001176, -0.007032, -0.004776> - 15598: <-0.001168, -0.006810, -0.005114> - 15599: <-0.000781, -0.006846, -0.005140> - 15600: <-0.001176, -0.007032, -0.004776> - 15601: <-0.001561, -0.006980, -0.004744> - 15602: <-0.001550, -0.006761, -0.005080> - 15603: <-0.001168, -0.006810, -0.005114> - 15604: <-0.001561, -0.006980, -0.004744> - 15605: <-0.001940, -0.006915, -0.004705> - 15606: <-0.001926, -0.006698, -0.005037> - 15607: <-0.001550, -0.006761, -0.005080> - 15608: <-0.001940, -0.006915, -0.004705> - 15609: <-0.002313, -0.006836, -0.004659> - 15610: <-0.002295, -0.006623, -0.004987> - 15611: <-0.001926, -0.006698, -0.005037> - 15612: <-0.002313, -0.006836, -0.004659> - 15613: <-0.002676, -0.006745, -0.004609> - 15614: <-0.002655, -0.006537, -0.004931> - 15615: <-0.002295, -0.006623, -0.004987> - 15616: <-0.002676, -0.006745, -0.004609> - 15617: <-0.003030, -0.006641, -0.004553> - 15618: <-0.003004, -0.006439, -0.004870> - 15619: <-0.002655, -0.006537, -0.004931> - 15620: <-0.003030, -0.006641, -0.004553> - 15621: <-0.003372, -0.006525, -0.004494> - 15622: <-0.003342, -0.006329, -0.004804> - 15623: <-0.003004, -0.006439, -0.004870> - 15624: <-0.003372, -0.006525, -0.004494> - 15625: <-0.003701, -0.006397, -0.004434> - 15626: <-0.003666, -0.006210, -0.004736> - 15627: <-0.003342, -0.006329, -0.004804> - 15628: <-0.003701, -0.006397, -0.004434> - 15629: <-0.004017, -0.006257, -0.004374> - 15630: <-0.003975, -0.006080, -0.004668> - 15631: <-0.003666, -0.006210, -0.004736> - 15632: <-0.004017, -0.006257, -0.004374> - 15633: <-0.004318, -0.006105, -0.004318> - 15634: <-0.004267, -0.005939, -0.004602> - 15635: <-0.003975, -0.006080, -0.004668> - 15636: <-0.004318, -0.006105, -0.004318> - 15637: <-0.004602, -0.005939, -0.004267> - 15638: <-0.004542, -0.005788, -0.004542> - 15639: <-0.004267, -0.005939, -0.004602> - 15640: <-0.004602, -0.005939, -0.004267> - 15641: <-0.004870, -0.005760, -0.004226> - 15642: <-0.004798, -0.005623, -0.004494> - 15643: <-0.004542, -0.005788, -0.004542> - 15644: <-0.004870, -0.005760, -0.004226> - 15645: <-0.005120, -0.005564, -0.004199> - 15646: <-0.005034, -0.005446, -0.004460> - 15647: <-0.004798, -0.005623, -0.004494> - 15648: < 0.005034, -0.005446, -0.004460> - 15649: < 0.004798, -0.005623, -0.004494> - 15650: < 0.004738, -0.005479, -0.004738> - 15651: < 0.004959, -0.005326, -0.004691> - 15652: < 0.004798, -0.005623, -0.004494> - 15653: < 0.004542, -0.005788, -0.004542> - 15654: < 0.004494, -0.005623, -0.004798> - 15655: < 0.004738, -0.005479, -0.004738> - 15656: < 0.004542, -0.005788, -0.004542> - 15657: < 0.004267, -0.005939, -0.004602> - 15658: < 0.004226, -0.005760, -0.004870> - 15659: < 0.004494, -0.005623, -0.004798> - 15660: < 0.004267, -0.005939, -0.004602> - 15661: < 0.003975, -0.006080, -0.004668> - 15662: < 0.003941, -0.005887, -0.004946> - 15663: < 0.004226, -0.005760, -0.004870> - 15664: < 0.003975, -0.006080, -0.004668> - 15665: < 0.003666, -0.006210, -0.004736> - 15666: < 0.003637, -0.006006, -0.005023> - 15667: < 0.003941, -0.005887, -0.004946> - 15668: < 0.003666, -0.006210, -0.004736> - 15669: < 0.003342, -0.006329, -0.004804> - 15670: < 0.003318, -0.006117, -0.005099> - 15671: < 0.003637, -0.006006, -0.005023> - 15672: < 0.003342, -0.006329, -0.004804> - 15673: < 0.003004, -0.006439, -0.004870> - 15674: < 0.002984, -0.006219, -0.005172> - 15675: < 0.003318, -0.006117, -0.005099> - 15676: < 0.003004, -0.006439, -0.004870> - 15677: < 0.002655, -0.006537, -0.004931> - 15678: < 0.002638, -0.006311, -0.005240> - 15679: < 0.002984, -0.006219, -0.005172> - 15680: < 0.002655, -0.006537, -0.004931> - 15681: < 0.002295, -0.006623, -0.004987> - 15682: < 0.002281, -0.006393, -0.005301> - 15683: < 0.002638, -0.006311, -0.005240> - 15684: < 0.002295, -0.006623, -0.004987> - 15685: < 0.001926, -0.006698, -0.005037> - 15686: < 0.001915, -0.006464, -0.005355> - 15687: < 0.002281, -0.006393, -0.005301> - 15688: < 0.001926, -0.006698, -0.005037> - 15689: < 0.001550, -0.006761, -0.005080> - 15690: < 0.001541, -0.006523, -0.005401> - 15691: < 0.001915, -0.006464, -0.005355> - 15692: < 0.001550, -0.006761, -0.005080> - 15693: < 0.001168, -0.006810, -0.005114> - 15694: < 0.001161, -0.006570, -0.005438> - 15695: < 0.001541, -0.006523, -0.005401> - 15696: < 0.001168, -0.006810, -0.005114> - 15697: < 0.000781, -0.006846, -0.005140> - 15698: < 0.000777, -0.006605, -0.005466> - 15699: < 0.001161, -0.006570, -0.005438> - 15700: < 0.000781, -0.006846, -0.005140> - 15701: < 0.000391, -0.006868, -0.005156> - 15702: < 0.000389, -0.006626, -0.005483> - 15703: < 0.000777, -0.006605, -0.005466> - 15704: < 0.000391, -0.006868, -0.005156> - 15705: <-0.000000, -0.006875, -0.005162> - 15706: <-0.000000, -0.006633, -0.005489> - 15707: < 0.000389, -0.006626, -0.005483> - 15708: <-0.000000, -0.006875, -0.005162> - 15709: <-0.000391, -0.006868, -0.005156> - 15710: <-0.000389, -0.006626, -0.005483> - 15711: <-0.000000, -0.006633, -0.005489> - 15712: <-0.000391, -0.006868, -0.005156> - 15713: <-0.000781, -0.006846, -0.005140> - 15714: <-0.000777, -0.006605, -0.005466> - 15715: <-0.000389, -0.006626, -0.005483> - 15716: <-0.000781, -0.006846, -0.005140> - 15717: <-0.001168, -0.006810, -0.005114> - 15718: <-0.001161, -0.006570, -0.005438> - 15719: <-0.000777, -0.006605, -0.005466> - 15720: <-0.001168, -0.006810, -0.005114> - 15721: <-0.001550, -0.006761, -0.005080> - 15722: <-0.001541, -0.006523, -0.005401> - 15723: <-0.001161, -0.006570, -0.005438> - 15724: <-0.001550, -0.006761, -0.005080> - 15725: <-0.001926, -0.006698, -0.005037> - 15726: <-0.001915, -0.006464, -0.005355> - 15727: <-0.001541, -0.006523, -0.005401> - 15728: <-0.001926, -0.006698, -0.005037> - 15729: <-0.002295, -0.006623, -0.004987> - 15730: <-0.002281, -0.006393, -0.005301> - 15731: <-0.001915, -0.006464, -0.005355> - 15732: <-0.002295, -0.006623, -0.004987> - 15733: <-0.002655, -0.006537, -0.004931> - 15734: <-0.002638, -0.006311, -0.005240> - 15735: <-0.002281, -0.006393, -0.005301> - 15736: <-0.002655, -0.006537, -0.004931> - 15737: <-0.003004, -0.006439, -0.004870> - 15738: <-0.002984, -0.006219, -0.005172> - 15739: <-0.002638, -0.006311, -0.005240> - 15740: <-0.003004, -0.006439, -0.004870> - 15741: <-0.003342, -0.006329, -0.004804> - 15742: <-0.003318, -0.006117, -0.005099> - 15743: <-0.002984, -0.006219, -0.005172> - 15744: <-0.003342, -0.006329, -0.004804> - 15745: <-0.003666, -0.006210, -0.004736> - 15746: <-0.003637, -0.006006, -0.005023> - 15747: <-0.003318, -0.006117, -0.005099> - 15748: <-0.003666, -0.006210, -0.004736> - 15749: <-0.003975, -0.006080, -0.004668> - 15750: <-0.003941, -0.005887, -0.004946> - 15751: <-0.003637, -0.006006, -0.005023> - 15752: <-0.003975, -0.006080, -0.004668> - 15753: <-0.004267, -0.005939, -0.004602> - 15754: <-0.004226, -0.005760, -0.004870> - 15755: <-0.003941, -0.005887, -0.004946> - 15756: <-0.004267, -0.005939, -0.004602> - 15757: <-0.004542, -0.005788, -0.004542> - 15758: <-0.004494, -0.005623, -0.004798> - 15759: <-0.004226, -0.005760, -0.004870> - 15760: <-0.004542, -0.005788, -0.004542> - 15761: <-0.004798, -0.005623, -0.004494> - 15762: <-0.004738, -0.005479, -0.004738> - 15763: <-0.004494, -0.005623, -0.004798> - 15764: <-0.004798, -0.005623, -0.004494> - 15765: <-0.005034, -0.005446, -0.004460> - 15766: <-0.004959, -0.005326, -0.004691> - 15767: <-0.004738, -0.005479, -0.004738> - 15768: < 0.004959, -0.005326, -0.004691> - 15769: < 0.004738, -0.005479, -0.004738> - 15770: < 0.004691, -0.005326, -0.004959> - 15771: < 0.004894, -0.005206, -0.004894> - 15772: < 0.004738, -0.005479, -0.004738> - 15773: < 0.004494, -0.005623, -0.004798> - 15774: < 0.004460, -0.005446, -0.005034> - 15775: < 0.004691, -0.005326, -0.004959> - 15776: < 0.004494, -0.005623, -0.004798> - 15777: < 0.004226, -0.005760, -0.004870> - 15778: < 0.004199, -0.005564, -0.005120> - 15779: < 0.004460, -0.005446, -0.005034> - 15780: < 0.004226, -0.005760, -0.004870> - 15781: < 0.003941, -0.005887, -0.004946> - 15782: < 0.003918, -0.005678, -0.005207> - 15783: < 0.004199, -0.005564, -0.005120> - 15784: < 0.003941, -0.005887, -0.004946> - 15785: < 0.003637, -0.006006, -0.005023> - 15786: < 0.003619, -0.005786, -0.005294> - 15787: < 0.003918, -0.005678, -0.005207> - 15788: < 0.003637, -0.006006, -0.005023> - 15789: < 0.003318, -0.006117, -0.005099> - 15790: < 0.003302, -0.005888, -0.005379> - 15791: < 0.003619, -0.005786, -0.005294> - 15792: < 0.003318, -0.006117, -0.005099> - 15793: < 0.002984, -0.006219, -0.005172> - 15794: < 0.002971, -0.005983, -0.005459> - 15795: < 0.003302, -0.005888, -0.005379> - 15796: < 0.002984, -0.006219, -0.005172> - 15797: < 0.002638, -0.006311, -0.005240> - 15798: < 0.002627, -0.006069, -0.005533> - 15799: < 0.002971, -0.005983, -0.005459> - 15800: < 0.002638, -0.006311, -0.005240> - 15801: < 0.002281, -0.006393, -0.005301> - 15802: < 0.002272, -0.006146, -0.005599> - 15803: < 0.002627, -0.006069, -0.005533> - 15804: < 0.002281, -0.006393, -0.005301> - 15805: < 0.001915, -0.006464, -0.005355> - 15806: < 0.001908, -0.006212, -0.005657> - 15807: < 0.002272, -0.006146, -0.005599> - 15808: < 0.001915, -0.006464, -0.005355> - 15809: < 0.001541, -0.006523, -0.005401> - 15810: < 0.001536, -0.006269, -0.005707> - 15811: < 0.001908, -0.006212, -0.005657> - 15812: < 0.001541, -0.006523, -0.005401> - 15813: < 0.001161, -0.006570, -0.005438> - 15814: < 0.001157, -0.006313, -0.005747> - 15815: < 0.001536, -0.006269, -0.005707> - 15816: < 0.001161, -0.006570, -0.005438> - 15817: < 0.000777, -0.006605, -0.005466> - 15818: < 0.000774, -0.006346, -0.005776> - 15819: < 0.001157, -0.006313, -0.005747> - 15820: < 0.000777, -0.006605, -0.005466> - 15821: < 0.000389, -0.006626, -0.005483> - 15822: < 0.000388, -0.006366, -0.005794> - 15823: < 0.000774, -0.006346, -0.005776> - 15824: < 0.000389, -0.006626, -0.005483> - 15825: <-0.000000, -0.006633, -0.005489> - 15826: <-0.000000, -0.006373, -0.005801> - 15827: < 0.000388, -0.006366, -0.005794> - 15828: <-0.000000, -0.006633, -0.005489> - 15829: <-0.000389, -0.006626, -0.005483> - 15830: <-0.000388, -0.006366, -0.005794> - 15831: <-0.000000, -0.006373, -0.005801> - 15832: <-0.000389, -0.006626, -0.005483> - 15833: <-0.000777, -0.006605, -0.005466> - 15834: <-0.000774, -0.006346, -0.005776> - 15835: <-0.000388, -0.006366, -0.005794> - 15836: <-0.000777, -0.006605, -0.005466> - 15837: <-0.001161, -0.006570, -0.005438> - 15838: <-0.001157, -0.006313, -0.005747> - 15839: <-0.000774, -0.006346, -0.005776> - 15840: <-0.001161, -0.006570, -0.005438> - 15841: <-0.001541, -0.006523, -0.005401> - 15842: <-0.001536, -0.006269, -0.005707> - 15843: <-0.001157, -0.006313, -0.005747> - 15844: <-0.001541, -0.006523, -0.005401> - 15845: <-0.001915, -0.006464, -0.005355> - 15846: <-0.001908, -0.006212, -0.005657> - 15847: <-0.001536, -0.006269, -0.005707> - 15848: <-0.001915, -0.006464, -0.005355> - 15849: <-0.002281, -0.006393, -0.005301> - 15850: <-0.002272, -0.006146, -0.005599> - 15851: <-0.001908, -0.006212, -0.005657> - 15852: <-0.002281, -0.006393, -0.005301> - 15853: <-0.002638, -0.006311, -0.005240> - 15854: <-0.002627, -0.006069, -0.005533> - 15855: <-0.002272, -0.006146, -0.005599> - 15856: <-0.002638, -0.006311, -0.005240> - 15857: <-0.002984, -0.006219, -0.005172> - 15858: <-0.002971, -0.005983, -0.005459> - 15859: <-0.002627, -0.006069, -0.005533> - 15860: <-0.002984, -0.006219, -0.005172> - 15861: <-0.003318, -0.006117, -0.005099> - 15862: <-0.003302, -0.005888, -0.005379> - 15863: <-0.002971, -0.005983, -0.005459> - 15864: <-0.003318, -0.006117, -0.005099> - 15865: <-0.003637, -0.006006, -0.005023> - 15866: <-0.003619, -0.005786, -0.005294> - 15867: <-0.003302, -0.005888, -0.005379> - 15868: <-0.003637, -0.006006, -0.005023> - 15869: <-0.003941, -0.005887, -0.004946> - 15870: <-0.003918, -0.005678, -0.005207> - 15871: <-0.003619, -0.005786, -0.005294> - 15872: <-0.003941, -0.005887, -0.004946> - 15873: <-0.004226, -0.005760, -0.004870> - 15874: <-0.004199, -0.005564, -0.005120> - 15875: <-0.003918, -0.005678, -0.005207> - 15876: <-0.004226, -0.005760, -0.004870> - 15877: <-0.004494, -0.005623, -0.004798> - 15878: <-0.004460, -0.005446, -0.005034> - 15879: <-0.004199, -0.005564, -0.005120> - 15880: <-0.004494, -0.005623, -0.004798> - 15881: <-0.004738, -0.005479, -0.004738> - 15882: <-0.004691, -0.005326, -0.004959> - 15883: <-0.004460, -0.005446, -0.005034> - 15884: <-0.004738, -0.005479, -0.004738> - 15885: <-0.004959, -0.005326, -0.004691> - 15886: <-0.004894, -0.005206, -0.004894> - 15887: <-0.004691, -0.005326, -0.004959> - 15888: < 0.005000, -0.005000, 0.005000> - 15889: < 0.004833, -0.005081, 0.005081> - 15890: < 0.004894, -0.005206, 0.004894> - 15891: < 0.005081, -0.005081, 0.004833> - 15892: < 0.004833, -0.005081, 0.005081> - 15893: < 0.004647, -0.005166, 0.005166> - 15894: < 0.004691, -0.005326, 0.004959> - 15895: < 0.004894, -0.005206, 0.004894> - 15896: < 0.004647, -0.005166, 0.005166> - 15897: < 0.004436, -0.005255, 0.005255> - 15898: < 0.004460, -0.005446, 0.005034> - 15899: < 0.004691, -0.005326, 0.004959> - 15900: < 0.004436, -0.005255, 0.005255> - 15901: < 0.004188, -0.005351, 0.005351> - 15902: < 0.004199, -0.005564, 0.005120> - 15903: < 0.004460, -0.005446, 0.005034> - 15904: < 0.004188, -0.005351, 0.005351> - 15905: < 0.003910, -0.005451, 0.005451> - 15906: < 0.003918, -0.005678, 0.005207> - 15907: < 0.004199, -0.005564, 0.005120> - 15908: < 0.003910, -0.005451, 0.005451> - 15909: < 0.003612, -0.005549, 0.005549> - 15910: < 0.003619, -0.005786, 0.005294> - 15911: < 0.003918, -0.005678, 0.005207> - 15912: < 0.003612, -0.005549, 0.005549> - 15913: < 0.003297, -0.005642, 0.005642> - 15914: < 0.003302, -0.005888, 0.005379> - 15915: < 0.003619, -0.005786, 0.005294> - 15916: < 0.003297, -0.005642, 0.005642> - 15917: < 0.002966, -0.005729, 0.005729> - 15918: < 0.002971, -0.005983, 0.005459> - 15919: < 0.003302, -0.005888, 0.005379> - 15920: < 0.002966, -0.005729, 0.005729> - 15921: < 0.002623, -0.005809, 0.005809> - 15922: < 0.002627, -0.006069, 0.005533> - 15923: < 0.002971, -0.005983, 0.005459> - 15924: < 0.002623, -0.005809, 0.005809> - 15925: < 0.002269, -0.005881, 0.005881> - 15926: < 0.002272, -0.006146, 0.005599> - 15927: < 0.002627, -0.006069, 0.005533> - 15928: < 0.002269, -0.005881, 0.005881> - 15929: < 0.001906, -0.005944, 0.005944> - 15930: < 0.001908, -0.006212, 0.005657> - 15931: < 0.002272, -0.006146, 0.005599> - 15932: < 0.001906, -0.005944, 0.005944> - 15933: < 0.001534, -0.005996, 0.005996> - 15934: < 0.001536, -0.006269, 0.005707> - 15935: < 0.001908, -0.006212, 0.005657> - 15936: < 0.001534, -0.005996, 0.005996> - 15937: < 0.001156, -0.006039, 0.006039> - 15938: < 0.001157, -0.006313, 0.005747> - 15939: < 0.001536, -0.006269, 0.005707> - 15940: < 0.001156, -0.006039, 0.006039> - 15941: < 0.000773, -0.006070, 0.006070> - 15942: < 0.000774, -0.006346, 0.005776> - 15943: < 0.001157, -0.006313, 0.005747> - 15944: < 0.000773, -0.006070, 0.006070> - 15945: < 0.000387, -0.006089, 0.006089> - 15946: < 0.000388, -0.006366, 0.005794> - 15947: < 0.000774, -0.006346, 0.005776> - 15948: < 0.000387, -0.006089, 0.006089> - 15949: <-0.000000, -0.006096, 0.006096> - 15950: <-0.000000, -0.006373, 0.005801> - 15951: < 0.000388, -0.006366, 0.005794> - 15952: <-0.000000, -0.006096, 0.006096> - 15953: <-0.000387, -0.006089, 0.006089> - 15954: <-0.000388, -0.006366, 0.005794> - 15955: <-0.000000, -0.006373, 0.005801> - 15956: <-0.000387, -0.006089, 0.006089> - 15957: <-0.000773, -0.006070, 0.006070> - 15958: <-0.000774, -0.006346, 0.005776> - 15959: <-0.000388, -0.006366, 0.005794> - 15960: <-0.000773, -0.006070, 0.006070> - 15961: <-0.001156, -0.006039, 0.006039> - 15962: <-0.001157, -0.006313, 0.005747> - 15963: <-0.000774, -0.006346, 0.005776> - 15964: <-0.001156, -0.006039, 0.006039> - 15965: <-0.001534, -0.005996, 0.005996> - 15966: <-0.001536, -0.006269, 0.005707> - 15967: <-0.001157, -0.006313, 0.005747> - 15968: <-0.001534, -0.005996, 0.005996> - 15969: <-0.001906, -0.005944, 0.005944> - 15970: <-0.001908, -0.006212, 0.005657> - 15971: <-0.001536, -0.006269, 0.005707> - 15972: <-0.001906, -0.005944, 0.005944> - 15973: <-0.002269, -0.005881, 0.005881> - 15974: <-0.002272, -0.006146, 0.005599> - 15975: <-0.001908, -0.006212, 0.005657> - 15976: <-0.002269, -0.005881, 0.005881> - 15977: <-0.002623, -0.005809, 0.005809> - 15978: <-0.002627, -0.006069, 0.005533> - 15979: <-0.002272, -0.006146, 0.005599> - 15980: <-0.002623, -0.005809, 0.005809> - 15981: <-0.002966, -0.005729, 0.005729> - 15982: <-0.002971, -0.005983, 0.005459> - 15983: <-0.002627, -0.006069, 0.005533> - 15984: <-0.002966, -0.005729, 0.005729> - 15985: <-0.003297, -0.005642, 0.005642> - 15986: <-0.003302, -0.005888, 0.005379> - 15987: <-0.002971, -0.005983, 0.005459> - 15988: <-0.003297, -0.005642, 0.005642> - 15989: <-0.003612, -0.005549, 0.005549> - 15990: <-0.003619, -0.005786, 0.005294> - 15991: <-0.003302, -0.005888, 0.005379> - 15992: <-0.003612, -0.005549, 0.005549> - 15993: <-0.003910, -0.005451, 0.005451> - 15994: <-0.003918, -0.005678, 0.005207> - 15995: <-0.003619, -0.005786, 0.005294> - 15996: <-0.003910, -0.005451, 0.005451> - 15997: <-0.004188, -0.005351, 0.005351> - 15998: <-0.004199, -0.005564, 0.005120> - 15999: <-0.003918, -0.005678, 0.005207> - 16000: <-0.004188, -0.005351, 0.005351> - 16001: <-0.004436, -0.005255, 0.005255> - 16002: <-0.004460, -0.005446, 0.005034> - 16003: <-0.004199, -0.005564, 0.005120> - 16004: <-0.004436, -0.005255, 0.005255> - 16005: <-0.004647, -0.005166, 0.005166> - 16006: <-0.004691, -0.005326, 0.004959> - 16007: <-0.004460, -0.005446, 0.005034> - 16008: <-0.004647, -0.005166, 0.005166> - 16009: <-0.004833, -0.005081, 0.005081> - 16010: <-0.004894, -0.005206, 0.004894> - 16011: <-0.004691, -0.005326, 0.004959> - 16012: <-0.004833, -0.005081, 0.005081> - 16013: <-0.005000, -0.005000, 0.005000> - 16014: <-0.005081, -0.005081, 0.004833> - 16015: <-0.004894, -0.005206, 0.004894> - 16016: <-0.004894, -0.005206, 0.004894> - 16017: <-0.005081, -0.005081, 0.004833> - 16018: <-0.005166, -0.005166, 0.004647> - 16019: <-0.004959, -0.005326, 0.004691> - 16020: <-0.004959, -0.005326, 0.004691> - 16021: <-0.005166, -0.005166, 0.004647> - 16022: <-0.005255, -0.005255, 0.004436> - 16023: <-0.005034, -0.005446, 0.004460> - 16024: <-0.005034, -0.005446, 0.004460> - 16025: <-0.005255, -0.005255, 0.004436> - 16026: <-0.005351, -0.005351, 0.004188> - 16027: <-0.005120, -0.005564, 0.004199> - 16028: <-0.005120, -0.005564, 0.004199> - 16029: <-0.005351, -0.005351, 0.004188> - 16030: <-0.005451, -0.005451, 0.003910> - 16031: <-0.005207, -0.005678, 0.003918> - 16032: <-0.005207, -0.005678, 0.003918> - 16033: <-0.005451, -0.005451, 0.003910> - 16034: <-0.005549, -0.005549, 0.003612> - 16035: <-0.005294, -0.005786, 0.003619> - 16036: <-0.005294, -0.005786, 0.003619> - 16037: <-0.005549, -0.005549, 0.003612> - 16038: <-0.005642, -0.005642, 0.003297> - 16039: <-0.005379, -0.005888, 0.003302> - 16040: <-0.005379, -0.005888, 0.003302> - 16041: <-0.005642, -0.005642, 0.003297> - 16042: <-0.005729, -0.005729, 0.002966> - 16043: <-0.005459, -0.005983, 0.002971> - 16044: <-0.005459, -0.005983, 0.002971> - 16045: <-0.005729, -0.005729, 0.002966> - 16046: <-0.005809, -0.005809, 0.002623> - 16047: <-0.005533, -0.006069, 0.002627> - 16048: <-0.005533, -0.006069, 0.002627> - 16049: <-0.005809, -0.005809, 0.002623> - 16050: <-0.005881, -0.005881, 0.002269> - 16051: <-0.005599, -0.006146, 0.002272> - 16052: <-0.005599, -0.006146, 0.002272> - 16053: <-0.005881, -0.005881, 0.002269> - 16054: <-0.005944, -0.005944, 0.001906> - 16055: <-0.005657, -0.006212, 0.001908> - 16056: <-0.005657, -0.006212, 0.001908> - 16057: <-0.005944, -0.005944, 0.001906> - 16058: <-0.005996, -0.005996, 0.001534> - 16059: <-0.005707, -0.006269, 0.001536> - 16060: <-0.005707, -0.006269, 0.001536> - 16061: <-0.005996, -0.005996, 0.001534> - 16062: <-0.006039, -0.006039, 0.001156> - 16063: <-0.005747, -0.006313, 0.001157> - 16064: <-0.005747, -0.006313, 0.001157> - 16065: <-0.006039, -0.006039, 0.001156> - 16066: <-0.006070, -0.006070, 0.000773> - 16067: <-0.005776, -0.006346, 0.000774> - 16068: <-0.005776, -0.006346, 0.000774> - 16069: <-0.006070, -0.006070, 0.000773> - 16070: <-0.006089, -0.006089, 0.000387> - 16071: <-0.005794, -0.006366, 0.000388> - 16072: <-0.005794, -0.006366, 0.000388> - 16073: <-0.006089, -0.006089, 0.000387> - 16074: <-0.006096, -0.006096, -0.000000> - 16075: <-0.005801, -0.006373, 0.000000> - 16076: <-0.005801, -0.006373, 0.000000> - 16077: <-0.006096, -0.006096, -0.000000> - 16078: <-0.006089, -0.006089, -0.000387> - 16079: <-0.005794, -0.006366, -0.000388> - 16080: <-0.005794, -0.006366, -0.000388> - 16081: <-0.006089, -0.006089, -0.000387> - 16082: <-0.006070, -0.006070, -0.000773> - 16083: <-0.005776, -0.006346, -0.000774> - 16084: <-0.005776, -0.006346, -0.000774> - 16085: <-0.006070, -0.006070, -0.000773> - 16086: <-0.006039, -0.006039, -0.001156> - 16087: <-0.005747, -0.006313, -0.001157> - 16088: <-0.005747, -0.006313, -0.001157> - 16089: <-0.006039, -0.006039, -0.001156> - 16090: <-0.005996, -0.005996, -0.001534> - 16091: <-0.005707, -0.006269, -0.001536> - 16092: <-0.005707, -0.006269, -0.001536> - 16093: <-0.005996, -0.005996, -0.001534> - 16094: <-0.005944, -0.005944, -0.001906> - 16095: <-0.005657, -0.006212, -0.001908> - 16096: <-0.005657, -0.006212, -0.001908> - 16097: <-0.005944, -0.005944, -0.001906> - 16098: <-0.005881, -0.005881, -0.002269> - 16099: <-0.005599, -0.006146, -0.002272> - 16100: <-0.005599, -0.006146, -0.002272> - 16101: <-0.005881, -0.005881, -0.002269> - 16102: <-0.005809, -0.005809, -0.002623> - 16103: <-0.005533, -0.006069, -0.002627> - 16104: <-0.005533, -0.006069, -0.002627> - 16105: <-0.005809, -0.005809, -0.002623> - 16106: <-0.005729, -0.005729, -0.002966> - 16107: <-0.005459, -0.005983, -0.002971> - 16108: <-0.005459, -0.005983, -0.002971> - 16109: <-0.005729, -0.005729, -0.002966> - 16110: <-0.005642, -0.005642, -0.003297> - 16111: <-0.005379, -0.005888, -0.003302> - 16112: <-0.005379, -0.005888, -0.003302> - 16113: <-0.005642, -0.005642, -0.003297> - 16114: <-0.005549, -0.005549, -0.003612> - 16115: <-0.005294, -0.005786, -0.003619> - 16116: <-0.005294, -0.005786, -0.003619> - 16117: <-0.005549, -0.005549, -0.003612> - 16118: <-0.005451, -0.005451, -0.003910> - 16119: <-0.005207, -0.005678, -0.003918> - 16120: <-0.005207, -0.005678, -0.003918> - 16121: <-0.005451, -0.005451, -0.003910> - 16122: <-0.005351, -0.005351, -0.004188> - 16123: <-0.005120, -0.005564, -0.004199> - 16124: <-0.005120, -0.005564, -0.004199> - 16125: <-0.005351, -0.005351, -0.004188> - 16126: <-0.005255, -0.005255, -0.004436> - 16127: <-0.005034, -0.005446, -0.004460> - 16128: <-0.005034, -0.005446, -0.004460> - 16129: <-0.005255, -0.005255, -0.004436> - 16130: <-0.005166, -0.005166, -0.004647> - 16131: <-0.004959, -0.005326, -0.004691> - 16132: <-0.004959, -0.005326, -0.004691> - 16133: <-0.005166, -0.005166, -0.004647> - 16134: <-0.005081, -0.005081, -0.004833> - 16135: <-0.004894, -0.005206, -0.004894> - 16136: <-0.004894, -0.005206, -0.004894> - 16137: <-0.005081, -0.005081, -0.004833> - 16138: <-0.005000, -0.005000, -0.005000> - 16139: <-0.004833, -0.005081, -0.005081> - 16140: <-0.004691, -0.005326, -0.004959> - 16141: <-0.004894, -0.005206, -0.004894> - 16142: <-0.004833, -0.005081, -0.005081> - 16143: <-0.004647, -0.005166, -0.005166> - 16144: <-0.004460, -0.005446, -0.005034> - 16145: <-0.004691, -0.005326, -0.004959> - 16146: <-0.004647, -0.005166, -0.005166> - 16147: <-0.004436, -0.005255, -0.005255> - 16148: <-0.004199, -0.005564, -0.005120> - 16149: <-0.004460, -0.005446, -0.005034> - 16150: <-0.004436, -0.005255, -0.005255> - 16151: <-0.004188, -0.005351, -0.005351> - 16152: <-0.003918, -0.005678, -0.005207> - 16153: <-0.004199, -0.005564, -0.005120> - 16154: <-0.004188, -0.005351, -0.005351> - 16155: <-0.003910, -0.005451, -0.005451> - 16156: <-0.003619, -0.005786, -0.005294> - 16157: <-0.003918, -0.005678, -0.005207> - 16158: <-0.003910, -0.005451, -0.005451> - 16159: <-0.003612, -0.005549, -0.005549> - 16160: <-0.003302, -0.005888, -0.005379> - 16161: <-0.003619, -0.005786, -0.005294> - 16162: <-0.003612, -0.005549, -0.005549> - 16163: <-0.003297, -0.005642, -0.005642> - 16164: <-0.002971, -0.005983, -0.005459> - 16165: <-0.003302, -0.005888, -0.005379> - 16166: <-0.003297, -0.005642, -0.005642> - 16167: <-0.002966, -0.005729, -0.005729> - 16168: <-0.002627, -0.006069, -0.005533> - 16169: <-0.002971, -0.005983, -0.005459> - 16170: <-0.002966, -0.005729, -0.005729> - 16171: <-0.002623, -0.005809, -0.005809> - 16172: <-0.002272, -0.006146, -0.005599> - 16173: <-0.002627, -0.006069, -0.005533> - 16174: <-0.002623, -0.005809, -0.005809> - 16175: <-0.002269, -0.005881, -0.005881> - 16176: <-0.001908, -0.006212, -0.005657> - 16177: <-0.002272, -0.006146, -0.005599> - 16178: <-0.002269, -0.005881, -0.005881> - 16179: <-0.001906, -0.005944, -0.005944> - 16180: <-0.001536, -0.006269, -0.005707> - 16181: <-0.001908, -0.006212, -0.005657> - 16182: <-0.001906, -0.005944, -0.005944> - 16183: <-0.001534, -0.005996, -0.005996> - 16184: <-0.001157, -0.006313, -0.005747> - 16185: <-0.001536, -0.006269, -0.005707> - 16186: <-0.001534, -0.005996, -0.005996> - 16187: <-0.001156, -0.006039, -0.006039> - 16188: <-0.000774, -0.006346, -0.005776> - 16189: <-0.001157, -0.006313, -0.005747> - 16190: <-0.001156, -0.006039, -0.006039> - 16191: <-0.000773, -0.006070, -0.006070> - 16192: <-0.000388, -0.006366, -0.005794> - 16193: <-0.000774, -0.006346, -0.005776> - 16194: <-0.000773, -0.006070, -0.006070> - 16195: <-0.000387, -0.006089, -0.006089> - 16196: <-0.000000, -0.006373, -0.005801> - 16197: <-0.000388, -0.006366, -0.005794> - 16198: <-0.000387, -0.006089, -0.006089> - 16199: < 0.000000, -0.006096, -0.006096> - 16200: < 0.000388, -0.006366, -0.005794> - 16201: <-0.000000, -0.006373, -0.005801> - 16202: < 0.000000, -0.006096, -0.006096> - 16203: < 0.000387, -0.006089, -0.006089> - 16204: < 0.000774, -0.006346, -0.005776> - 16205: < 0.000388, -0.006366, -0.005794> - 16206: < 0.000387, -0.006089, -0.006089> - 16207: < 0.000773, -0.006070, -0.006070> - 16208: < 0.001157, -0.006313, -0.005747> - 16209: < 0.000774, -0.006346, -0.005776> - 16210: < 0.000773, -0.006070, -0.006070> - 16211: < 0.001156, -0.006039, -0.006039> - 16212: < 0.001536, -0.006269, -0.005707> - 16213: < 0.001157, -0.006313, -0.005747> - 16214: < 0.001156, -0.006039, -0.006039> - 16215: < 0.001534, -0.005996, -0.005996> - 16216: < 0.001908, -0.006212, -0.005657> - 16217: < 0.001536, -0.006269, -0.005707> - 16218: < 0.001534, -0.005996, -0.005996> - 16219: < 0.001906, -0.005944, -0.005944> - 16220: < 0.002272, -0.006146, -0.005599> - 16221: < 0.001908, -0.006212, -0.005657> - 16222: < 0.001906, -0.005944, -0.005944> - 16223: < 0.002269, -0.005881, -0.005881> - 16224: < 0.002627, -0.006069, -0.005533> - 16225: < 0.002272, -0.006146, -0.005599> - 16226: < 0.002269, -0.005881, -0.005881> - 16227: < 0.002623, -0.005809, -0.005809> - 16228: < 0.002971, -0.005983, -0.005459> - 16229: < 0.002627, -0.006069, -0.005533> - 16230: < 0.002623, -0.005809, -0.005809> - 16231: < 0.002966, -0.005729, -0.005729> - 16232: < 0.003302, -0.005888, -0.005379> - 16233: < 0.002971, -0.005983, -0.005459> - 16234: < 0.002966, -0.005729, -0.005729> - 16235: < 0.003297, -0.005642, -0.005642> - 16236: < 0.003619, -0.005786, -0.005294> - 16237: < 0.003302, -0.005888, -0.005379> - 16238: < 0.003297, -0.005642, -0.005642> - 16239: < 0.003612, -0.005549, -0.005549> - 16240: < 0.003918, -0.005678, -0.005207> - 16241: < 0.003619, -0.005786, -0.005294> - 16242: < 0.003612, -0.005549, -0.005549> - 16243: < 0.003910, -0.005451, -0.005451> - 16244: < 0.004199, -0.005564, -0.005120> - 16245: < 0.003918, -0.005678, -0.005207> - 16246: < 0.003910, -0.005451, -0.005451> - 16247: < 0.004188, -0.005351, -0.005351> - 16248: < 0.004460, -0.005446, -0.005034> - 16249: < 0.004199, -0.005564, -0.005120> - 16250: < 0.004188, -0.005351, -0.005351> - 16251: < 0.004436, -0.005255, -0.005255> - 16252: < 0.004691, -0.005326, -0.004959> - 16253: < 0.004460, -0.005446, -0.005034> - 16254: < 0.004436, -0.005255, -0.005255> - 16255: < 0.004647, -0.005166, -0.005166> - 16256: < 0.004894, -0.005206, -0.004894> - 16257: < 0.004691, -0.005326, -0.004959> - 16258: < 0.004647, -0.005166, -0.005166> - 16259: < 0.004833, -0.005081, -0.005081> - 16260: < 0.005081, -0.005081, -0.004833> - 16261: < 0.004894, -0.005206, -0.004894> - 16262: < 0.004833, -0.005081, -0.005081> - 16263: < 0.005000, -0.005000, -0.005000> - 16264: < 0.005166, -0.005166, -0.004647> - 16265: < 0.004959, -0.005326, -0.004691> - 16266: < 0.004894, -0.005206, -0.004894> - 16267: < 0.005081, -0.005081, -0.004833> - 16268: < 0.005255, -0.005255, -0.004436> - 16269: < 0.005034, -0.005446, -0.004460> - 16270: < 0.004959, -0.005326, -0.004691> - 16271: < 0.005166, -0.005166, -0.004647> - 16272: < 0.005351, -0.005351, -0.004188> - 16273: < 0.005120, -0.005564, -0.004199> - 16274: < 0.005034, -0.005446, -0.004460> - 16275: < 0.005255, -0.005255, -0.004436> - 16276: < 0.005451, -0.005451, -0.003910> - 16277: < 0.005207, -0.005678, -0.003918> - 16278: < 0.005120, -0.005564, -0.004199> - 16279: < 0.005351, -0.005351, -0.004188> - 16280: < 0.005549, -0.005549, -0.003612> - 16281: < 0.005294, -0.005786, -0.003619> - 16282: < 0.005207, -0.005678, -0.003918> - 16283: < 0.005451, -0.005451, -0.003910> - 16284: < 0.005642, -0.005642, -0.003297> - 16285: < 0.005379, -0.005888, -0.003302> - 16286: < 0.005294, -0.005786, -0.003619> - 16287: < 0.005549, -0.005549, -0.003612> - 16288: < 0.005729, -0.005729, -0.002966> - 16289: < 0.005459, -0.005983, -0.002971> - 16290: < 0.005379, -0.005888, -0.003302> - 16291: < 0.005642, -0.005642, -0.003297> - 16292: < 0.005809, -0.005809, -0.002623> - 16293: < 0.005533, -0.006069, -0.002627> - 16294: < 0.005459, -0.005983, -0.002971> - 16295: < 0.005729, -0.005729, -0.002966> - 16296: < 0.005881, -0.005881, -0.002269> - 16297: < 0.005599, -0.006146, -0.002272> - 16298: < 0.005533, -0.006069, -0.002627> - 16299: < 0.005809, -0.005809, -0.002623> - 16300: < 0.005944, -0.005944, -0.001906> - 16301: < 0.005657, -0.006212, -0.001908> - 16302: < 0.005599, -0.006146, -0.002272> - 16303: < 0.005881, -0.005881, -0.002269> - 16304: < 0.005996, -0.005996, -0.001534> - 16305: < 0.005707, -0.006269, -0.001536> - 16306: < 0.005657, -0.006212, -0.001908> - 16307: < 0.005944, -0.005944, -0.001906> - 16308: < 0.006039, -0.006039, -0.001156> - 16309: < 0.005747, -0.006313, -0.001157> - 16310: < 0.005707, -0.006269, -0.001536> - 16311: < 0.005996, -0.005996, -0.001534> - 16312: < 0.006070, -0.006070, -0.000773> - 16313: < 0.005776, -0.006346, -0.000774> - 16314: < 0.005747, -0.006313, -0.001157> - 16315: < 0.006039, -0.006039, -0.001156> - 16316: < 0.006089, -0.006089, -0.000387> - 16317: < 0.005794, -0.006366, -0.000388> - 16318: < 0.005776, -0.006346, -0.000774> - 16319: < 0.006070, -0.006070, -0.000773> - 16320: < 0.006096, -0.006096, 0.000000> - 16321: < 0.005801, -0.006373, 0.000000> - 16322: < 0.005794, -0.006366, -0.000388> - 16323: < 0.006089, -0.006089, -0.000387> - 16324: < 0.006089, -0.006089, 0.000387> - 16325: < 0.005794, -0.006366, 0.000388> - 16326: < 0.005801, -0.006373, 0.000000> - 16327: < 0.006096, -0.006096, 0.000000> - 16328: < 0.006070, -0.006070, 0.000773> - 16329: < 0.005776, -0.006346, 0.000774> - 16330: < 0.005794, -0.006366, 0.000388> - 16331: < 0.006089, -0.006089, 0.000387> - 16332: < 0.006039, -0.006039, 0.001156> - 16333: < 0.005747, -0.006313, 0.001157> - 16334: < 0.005776, -0.006346, 0.000774> - 16335: < 0.006070, -0.006070, 0.000773> - 16336: < 0.005996, -0.005996, 0.001534> - 16337: < 0.005707, -0.006269, 0.001536> - 16338: < 0.005747, -0.006313, 0.001157> - 16339: < 0.006039, -0.006039, 0.001156> - 16340: < 0.005944, -0.005944, 0.001906> - 16341: < 0.005657, -0.006212, 0.001908> - 16342: < 0.005707, -0.006269, 0.001536> - 16343: < 0.005996, -0.005996, 0.001534> - 16344: < 0.005881, -0.005881, 0.002269> - 16345: < 0.005599, -0.006146, 0.002272> - 16346: < 0.005657, -0.006212, 0.001908> - 16347: < 0.005944, -0.005944, 0.001906> - 16348: < 0.005809, -0.005809, 0.002623> - 16349: < 0.005533, -0.006069, 0.002627> - 16350: < 0.005599, -0.006146, 0.002272> - 16351: < 0.005881, -0.005881, 0.002269> - 16352: < 0.005729, -0.005729, 0.002966> - 16353: < 0.005459, -0.005983, 0.002971> - 16354: < 0.005533, -0.006069, 0.002627> - 16355: < 0.005809, -0.005809, 0.002623> - 16356: < 0.005642, -0.005642, 0.003297> - 16357: < 0.005379, -0.005888, 0.003302> - 16358: < 0.005459, -0.005983, 0.002971> - 16359: < 0.005729, -0.005729, 0.002966> - 16360: < 0.005549, -0.005549, 0.003612> - 16361: < 0.005294, -0.005786, 0.003619> - 16362: < 0.005379, -0.005888, 0.003302> - 16363: < 0.005642, -0.005642, 0.003297> - 16364: < 0.005451, -0.005451, 0.003910> - 16365: < 0.005207, -0.005678, 0.003918> - 16366: < 0.005294, -0.005786, 0.003619> - 16367: < 0.005549, -0.005549, 0.003612> - 16368: < 0.005351, -0.005351, 0.004188> - 16369: < 0.005120, -0.005564, 0.004199> - 16370: < 0.005207, -0.005678, 0.003918> - 16371: < 0.005451, -0.005451, 0.003910> - 16372: < 0.005255, -0.005255, 0.004436> - 16373: < 0.005034, -0.005446, 0.004460> - 16374: < 0.005120, -0.005564, 0.004199> - 16375: < 0.005351, -0.005351, 0.004188> - 16376: < 0.005166, -0.005166, 0.004647> - 16377: < 0.004959, -0.005326, 0.004691> - 16378: < 0.005034, -0.005446, 0.004460> - 16379: < 0.005255, -0.005255, 0.004436> - 16380: < 0.005081, -0.005081, 0.004833> - 16381: < 0.004894, -0.005206, 0.004894> - 16382: < 0.004959, -0.005326, 0.004691> - 16383: < 0.005166, -0.005166, 0.004647> - 16384: <-0.005206, -0.004894, 0.004894> - 16385: <-0.005326, -0.004691, 0.004959> - 16386: <-0.005479, -0.004738, 0.004738> - 16387: <-0.005326, -0.004959, 0.004691> - 16388: <-0.005326, -0.004691, 0.004959> - 16389: <-0.005446, -0.004460, 0.005034> - 16390: <-0.005623, -0.004494, 0.004798> - 16391: <-0.005479, -0.004738, 0.004738> - 16392: <-0.005446, -0.004460, 0.005034> - 16393: <-0.005564, -0.004199, 0.005120> - 16394: <-0.005760, -0.004226, 0.004870> - 16395: <-0.005623, -0.004494, 0.004798> - 16396: <-0.005564, -0.004199, 0.005120> - 16397: <-0.005678, -0.003918, 0.005207> - 16398: <-0.005887, -0.003941, 0.004946> - 16399: <-0.005760, -0.004226, 0.004870> - 16400: <-0.005678, -0.003918, 0.005207> - 16401: <-0.005786, -0.003619, 0.005294> - 16402: <-0.006006, -0.003637, 0.005023> - 16403: <-0.005887, -0.003941, 0.004946> - 16404: <-0.005786, -0.003619, 0.005294> - 16405: <-0.005888, -0.003302, 0.005379> - 16406: <-0.006117, -0.003318, 0.005099> - 16407: <-0.006006, -0.003637, 0.005023> - 16408: <-0.005888, -0.003302, 0.005379> - 16409: <-0.005983, -0.002971, 0.005459> - 16410: <-0.006219, -0.002984, 0.005172> - 16411: <-0.006117, -0.003318, 0.005099> - 16412: <-0.005983, -0.002971, 0.005459> - 16413: <-0.006069, -0.002627, 0.005533> - 16414: <-0.006311, -0.002638, 0.005240> - 16415: <-0.006219, -0.002984, 0.005172> - 16416: <-0.006069, -0.002627, 0.005533> - 16417: <-0.006146, -0.002272, 0.005599> - 16418: <-0.006393, -0.002281, 0.005301> - 16419: <-0.006311, -0.002638, 0.005240> - 16420: <-0.006146, -0.002272, 0.005599> - 16421: <-0.006212, -0.001908, 0.005657> - 16422: <-0.006464, -0.001915, 0.005355> - 16423: <-0.006393, -0.002281, 0.005301> - 16424: <-0.006212, -0.001908, 0.005657> - 16425: <-0.006269, -0.001536, 0.005707> - 16426: <-0.006523, -0.001541, 0.005401> - 16427: <-0.006464, -0.001915, 0.005355> - 16428: <-0.006269, -0.001536, 0.005707> - 16429: <-0.006313, -0.001157, 0.005747> - 16430: <-0.006570, -0.001161, 0.005438> - 16431: <-0.006523, -0.001541, 0.005401> - 16432: <-0.006313, -0.001157, 0.005747> - 16433: <-0.006346, -0.000774, 0.005776> - 16434: <-0.006605, -0.000777, 0.005466> - 16435: <-0.006570, -0.001161, 0.005438> - 16436: <-0.006346, -0.000774, 0.005776> - 16437: <-0.006366, -0.000388, 0.005794> - 16438: <-0.006626, -0.000389, 0.005483> - 16439: <-0.006605, -0.000777, 0.005466> - 16440: <-0.006366, -0.000388, 0.005794> - 16441: <-0.006373, 0.000000, 0.005801> - 16442: <-0.006633, -0.000000, 0.005489> - 16443: <-0.006626, -0.000389, 0.005483> - 16444: <-0.006373, 0.000000, 0.005801> - 16445: <-0.006366, 0.000388, 0.005794> - 16446: <-0.006626, 0.000389, 0.005483> - 16447: <-0.006633, -0.000000, 0.005489> - 16448: <-0.006366, 0.000388, 0.005794> - 16449: <-0.006346, 0.000774, 0.005776> - 16450: <-0.006605, 0.000777, 0.005466> - 16451: <-0.006626, 0.000389, 0.005483> - 16452: <-0.006346, 0.000774, 0.005776> - 16453: <-0.006313, 0.001157, 0.005747> - 16454: <-0.006570, 0.001161, 0.005438> - 16455: <-0.006605, 0.000777, 0.005466> - 16456: <-0.006313, 0.001157, 0.005747> - 16457: <-0.006269, 0.001536, 0.005707> - 16458: <-0.006523, 0.001541, 0.005401> - 16459: <-0.006570, 0.001161, 0.005438> - 16460: <-0.006269, 0.001536, 0.005707> - 16461: <-0.006212, 0.001908, 0.005657> - 16462: <-0.006464, 0.001915, 0.005355> - 16463: <-0.006523, 0.001541, 0.005401> - 16464: <-0.006212, 0.001908, 0.005657> - 16465: <-0.006146, 0.002272, 0.005599> - 16466: <-0.006393, 0.002281, 0.005301> - 16467: <-0.006464, 0.001915, 0.005355> - 16468: <-0.006146, 0.002272, 0.005599> - 16469: <-0.006069, 0.002627, 0.005533> - 16470: <-0.006311, 0.002638, 0.005240> - 16471: <-0.006393, 0.002281, 0.005301> - 16472: <-0.006069, 0.002627, 0.005533> - 16473: <-0.005983, 0.002971, 0.005459> - 16474: <-0.006219, 0.002984, 0.005172> - 16475: <-0.006311, 0.002638, 0.005240> - 16476: <-0.005983, 0.002971, 0.005459> - 16477: <-0.005888, 0.003302, 0.005379> - 16478: <-0.006117, 0.003318, 0.005099> - 16479: <-0.006219, 0.002984, 0.005172> - 16480: <-0.005888, 0.003302, 0.005379> - 16481: <-0.005786, 0.003619, 0.005294> - 16482: <-0.006006, 0.003637, 0.005023> - 16483: <-0.006117, 0.003318, 0.005099> - 16484: <-0.005786, 0.003619, 0.005294> - 16485: <-0.005678, 0.003918, 0.005207> - 16486: <-0.005887, 0.003941, 0.004946> - 16487: <-0.006006, 0.003637, 0.005023> - 16488: <-0.005678, 0.003918, 0.005207> - 16489: <-0.005564, 0.004199, 0.005120> - 16490: <-0.005760, 0.004226, 0.004870> - 16491: <-0.005887, 0.003941, 0.004946> - 16492: <-0.005564, 0.004199, 0.005120> - 16493: <-0.005446, 0.004460, 0.005034> - 16494: <-0.005623, 0.004494, 0.004798> - 16495: <-0.005760, 0.004226, 0.004870> - 16496: <-0.005446, 0.004460, 0.005034> - 16497: <-0.005326, 0.004691, 0.004959> - 16498: <-0.005479, 0.004738, 0.004738> - 16499: <-0.005623, 0.004494, 0.004798> - 16500: <-0.005326, 0.004691, 0.004959> - 16501: <-0.005206, 0.004894, 0.004894> - 16502: <-0.005326, 0.004959, 0.004691> - 16503: <-0.005479, 0.004738, 0.004738> - 16504: <-0.005326, -0.004959, 0.004691> - 16505: <-0.005479, -0.004738, 0.004738> - 16506: <-0.005623, -0.004798, 0.004494> - 16507: <-0.005446, -0.005034, 0.004460> - 16508: <-0.005479, -0.004738, 0.004738> - 16509: <-0.005623, -0.004494, 0.004798> - 16510: <-0.005788, -0.004542, 0.004542> - 16511: <-0.005623, -0.004798, 0.004494> - 16512: <-0.005623, -0.004494, 0.004798> - 16513: <-0.005760, -0.004226, 0.004870> - 16514: <-0.005939, -0.004267, 0.004602> - 16515: <-0.005788, -0.004542, 0.004542> - 16516: <-0.005760, -0.004226, 0.004870> - 16517: <-0.005887, -0.003941, 0.004946> - 16518: <-0.006080, -0.003975, 0.004668> - 16519: <-0.005939, -0.004267, 0.004602> - 16520: <-0.005887, -0.003941, 0.004946> - 16521: <-0.006006, -0.003637, 0.005023> - 16522: <-0.006210, -0.003666, 0.004736> - 16523: <-0.006080, -0.003975, 0.004668> - 16524: <-0.006006, -0.003637, 0.005023> - 16525: <-0.006117, -0.003318, 0.005099> - 16526: <-0.006329, -0.003342, 0.004804> - 16527: <-0.006210, -0.003666, 0.004736> - 16528: <-0.006117, -0.003318, 0.005099> - 16529: <-0.006219, -0.002984, 0.005172> - 16530: <-0.006439, -0.003004, 0.004870> - 16531: <-0.006329, -0.003342, 0.004804> - 16532: <-0.006219, -0.002984, 0.005172> - 16533: <-0.006311, -0.002638, 0.005240> - 16534: <-0.006537, -0.002655, 0.004931> - 16535: <-0.006439, -0.003004, 0.004870> - 16536: <-0.006311, -0.002638, 0.005240> - 16537: <-0.006393, -0.002281, 0.005301> - 16538: <-0.006623, -0.002295, 0.004987> - 16539: <-0.006537, -0.002655, 0.004931> - 16540: <-0.006393, -0.002281, 0.005301> - 16541: <-0.006464, -0.001915, 0.005355> - 16542: <-0.006698, -0.001926, 0.005037> - 16543: <-0.006623, -0.002295, 0.004987> - 16544: <-0.006464, -0.001915, 0.005355> - 16545: <-0.006523, -0.001541, 0.005401> - 16546: <-0.006761, -0.001550, 0.005080> - 16547: <-0.006698, -0.001926, 0.005037> - 16548: <-0.006523, -0.001541, 0.005401> - 16549: <-0.006570, -0.001161, 0.005438> - 16550: <-0.006810, -0.001168, 0.005114> - 16551: <-0.006761, -0.001550, 0.005080> - 16552: <-0.006570, -0.001161, 0.005438> - 16553: <-0.006605, -0.000777, 0.005466> - 16554: <-0.006846, -0.000781, 0.005140> - 16555: <-0.006810, -0.001168, 0.005114> - 16556: <-0.006605, -0.000777, 0.005466> - 16557: <-0.006626, -0.000389, 0.005483> - 16558: <-0.006868, -0.000391, 0.005156> - 16559: <-0.006846, -0.000781, 0.005140> - 16560: <-0.006626, -0.000389, 0.005483> - 16561: <-0.006633, -0.000000, 0.005489> - 16562: <-0.006875, -0.000000, 0.005162> - 16563: <-0.006868, -0.000391, 0.005156> - 16564: <-0.006633, -0.000000, 0.005489> - 16565: <-0.006626, 0.000389, 0.005483> - 16566: <-0.006868, 0.000391, 0.005156> - 16567: <-0.006875, -0.000000, 0.005162> - 16568: <-0.006626, 0.000389, 0.005483> - 16569: <-0.006605, 0.000777, 0.005466> - 16570: <-0.006846, 0.000781, 0.005140> - 16571: <-0.006868, 0.000391, 0.005156> - 16572: <-0.006605, 0.000777, 0.005466> - 16573: <-0.006570, 0.001161, 0.005438> - 16574: <-0.006810, 0.001168, 0.005114> - 16575: <-0.006846, 0.000781, 0.005140> - 16576: <-0.006570, 0.001161, 0.005438> - 16577: <-0.006523, 0.001541, 0.005401> - 16578: <-0.006761, 0.001550, 0.005080> - 16579: <-0.006810, 0.001168, 0.005114> - 16580: <-0.006523, 0.001541, 0.005401> - 16581: <-0.006464, 0.001915, 0.005355> - 16582: <-0.006698, 0.001926, 0.005037> - 16583: <-0.006761, 0.001550, 0.005080> - 16584: <-0.006464, 0.001915, 0.005355> - 16585: <-0.006393, 0.002281, 0.005301> - 16586: <-0.006623, 0.002295, 0.004987> - 16587: <-0.006698, 0.001926, 0.005037> - 16588: <-0.006393, 0.002281, 0.005301> - 16589: <-0.006311, 0.002638, 0.005240> - 16590: <-0.006537, 0.002655, 0.004931> - 16591: <-0.006623, 0.002295, 0.004987> - 16592: <-0.006311, 0.002638, 0.005240> - 16593: <-0.006219, 0.002984, 0.005172> - 16594: <-0.006439, 0.003004, 0.004870> - 16595: <-0.006537, 0.002655, 0.004931> - 16596: <-0.006219, 0.002984, 0.005172> - 16597: <-0.006117, 0.003318, 0.005099> - 16598: <-0.006329, 0.003342, 0.004804> - 16599: <-0.006439, 0.003004, 0.004870> - 16600: <-0.006117, 0.003318, 0.005099> - 16601: <-0.006006, 0.003637, 0.005023> - 16602: <-0.006210, 0.003666, 0.004736> - 16603: <-0.006329, 0.003342, 0.004804> - 16604: <-0.006006, 0.003637, 0.005023> - 16605: <-0.005887, 0.003941, 0.004946> - 16606: <-0.006080, 0.003975, 0.004668> - 16607: <-0.006210, 0.003666, 0.004736> - 16608: <-0.005887, 0.003941, 0.004946> - 16609: <-0.005760, 0.004226, 0.004870> - 16610: <-0.005939, 0.004267, 0.004602> - 16611: <-0.006080, 0.003975, 0.004668> - 16612: <-0.005760, 0.004226, 0.004870> - 16613: <-0.005623, 0.004494, 0.004798> - 16614: <-0.005788, 0.004542, 0.004542> - 16615: <-0.005939, 0.004267, 0.004602> - 16616: <-0.005623, 0.004494, 0.004798> - 16617: <-0.005479, 0.004738, 0.004738> - 16618: <-0.005623, 0.004798, 0.004494> - 16619: <-0.005788, 0.004542, 0.004542> - 16620: <-0.005479, 0.004738, 0.004738> - 16621: <-0.005326, 0.004959, 0.004691> - 16622: <-0.005446, 0.005034, 0.004460> - 16623: <-0.005623, 0.004798, 0.004494> - 16624: <-0.005446, -0.005034, 0.004460> - 16625: <-0.005623, -0.004798, 0.004494> - 16626: <-0.005760, -0.004870, 0.004226> - 16627: <-0.005564, -0.005120, 0.004199> - 16628: <-0.005623, -0.004798, 0.004494> - 16629: <-0.005788, -0.004542, 0.004542> - 16630: <-0.005939, -0.004602, 0.004267> - 16631: <-0.005760, -0.004870, 0.004226> - 16632: <-0.005788, -0.004542, 0.004542> - 16633: <-0.005939, -0.004267, 0.004602> - 16634: <-0.006105, -0.004318, 0.004318> - 16635: <-0.005939, -0.004602, 0.004267> - 16636: <-0.005939, -0.004267, 0.004602> - 16637: <-0.006080, -0.003975, 0.004668> - 16638: <-0.006257, -0.004017, 0.004374> - 16639: <-0.006105, -0.004318, 0.004318> - 16640: <-0.006080, -0.003975, 0.004668> - 16641: <-0.006210, -0.003666, 0.004736> - 16642: <-0.006397, -0.003701, 0.004434> - 16643: <-0.006257, -0.004017, 0.004374> - 16644: <-0.006210, -0.003666, 0.004736> - 16645: <-0.006329, -0.003342, 0.004804> - 16646: <-0.006525, -0.003372, 0.004494> - 16647: <-0.006397, -0.003701, 0.004434> - 16648: <-0.006329, -0.003342, 0.004804> - 16649: <-0.006439, -0.003004, 0.004870> - 16650: <-0.006641, -0.003030, 0.004553> - 16651: <-0.006525, -0.003372, 0.004494> - 16652: <-0.006439, -0.003004, 0.004870> - 16653: <-0.006537, -0.002655, 0.004931> - 16654: <-0.006745, -0.002676, 0.004609> - 16655: <-0.006641, -0.003030, 0.004553> - 16656: <-0.006537, -0.002655, 0.004931> - 16657: <-0.006623, -0.002295, 0.004987> - 16658: <-0.006836, -0.002313, 0.004659> - 16659: <-0.006745, -0.002676, 0.004609> - 16660: <-0.006623, -0.002295, 0.004987> - 16661: <-0.006698, -0.001926, 0.005037> - 16662: <-0.006915, -0.001940, 0.004705> - 16663: <-0.006836, -0.002313, 0.004659> - 16664: <-0.006698, -0.001926, 0.005037> - 16665: <-0.006761, -0.001550, 0.005080> - 16666: <-0.006980, -0.001561, 0.004744> - 16667: <-0.006915, -0.001940, 0.004705> - 16668: <-0.006761, -0.001550, 0.005080> - 16669: <-0.006810, -0.001168, 0.005114> - 16670: <-0.007032, -0.001176, 0.004776> - 16671: <-0.006980, -0.001561, 0.004744> - 16672: <-0.006810, -0.001168, 0.005114> - 16673: <-0.006846, -0.000781, 0.005140> - 16674: <-0.007069, -0.000786, 0.004800> - 16675: <-0.007032, -0.001176, 0.004776> - 16676: <-0.006846, -0.000781, 0.005140> - 16677: <-0.006868, -0.000391, 0.005156> - 16678: <-0.007092, -0.000394, 0.004815> - 16679: <-0.007069, -0.000786, 0.004800> - 16680: <-0.006868, -0.000391, 0.005156> - 16681: <-0.006875, -0.000000, 0.005162> - 16682: <-0.007099, -0.000000, 0.004820> - 16683: <-0.007092, -0.000394, 0.004815> - 16684: <-0.006875, -0.000000, 0.005162> - 16685: <-0.006868, 0.000391, 0.005156> - 16686: <-0.007092, 0.000394, 0.004815> - 16687: <-0.007099, -0.000000, 0.004820> - 16688: <-0.006868, 0.000391, 0.005156> - 16689: <-0.006846, 0.000781, 0.005140> - 16690: <-0.007069, 0.000786, 0.004800> - 16691: <-0.007092, 0.000394, 0.004815> - 16692: <-0.006846, 0.000781, 0.005140> - 16693: <-0.006810, 0.001168, 0.005114> - 16694: <-0.007032, 0.001176, 0.004776> - 16695: <-0.007069, 0.000786, 0.004800> - 16696: <-0.006810, 0.001168, 0.005114> - 16697: <-0.006761, 0.001550, 0.005080> - 16698: <-0.006980, 0.001561, 0.004744> - 16699: <-0.007032, 0.001176, 0.004776> - 16700: <-0.006761, 0.001550, 0.005080> - 16701: <-0.006698, 0.001926, 0.005037> - 16702: <-0.006915, 0.001940, 0.004705> - 16703: <-0.006980, 0.001561, 0.004744> - 16704: <-0.006698, 0.001926, 0.005037> - 16705: <-0.006623, 0.002295, 0.004987> - 16706: <-0.006836, 0.002313, 0.004659> - 16707: <-0.006915, 0.001940, 0.004705> - 16708: <-0.006623, 0.002295, 0.004987> - 16709: <-0.006537, 0.002655, 0.004931> - 16710: <-0.006745, 0.002676, 0.004609> - 16711: <-0.006836, 0.002313, 0.004659> - 16712: <-0.006537, 0.002655, 0.004931> - 16713: <-0.006439, 0.003004, 0.004870> - 16714: <-0.006641, 0.003030, 0.004553> - 16715: <-0.006745, 0.002676, 0.004609> - 16716: <-0.006439, 0.003004, 0.004870> - 16717: <-0.006329, 0.003342, 0.004804> - 16718: <-0.006525, 0.003372, 0.004494> - 16719: <-0.006641, 0.003030, 0.004553> - 16720: <-0.006329, 0.003342, 0.004804> - 16721: <-0.006210, 0.003666, 0.004736> - 16722: <-0.006397, 0.003701, 0.004434> - 16723: <-0.006525, 0.003372, 0.004494> - 16724: <-0.006210, 0.003666, 0.004736> - 16725: <-0.006080, 0.003975, 0.004668> - 16726: <-0.006257, 0.004017, 0.004374> - 16727: <-0.006397, 0.003701, 0.004434> - 16728: <-0.006080, 0.003975, 0.004668> - 16729: <-0.005939, 0.004267, 0.004602> - 16730: <-0.006105, 0.004318, 0.004318> - 16731: <-0.006257, 0.004017, 0.004374> - 16732: <-0.005939, 0.004267, 0.004602> - 16733: <-0.005788, 0.004542, 0.004542> - 16734: <-0.005939, 0.004602, 0.004267> - 16735: <-0.006105, 0.004318, 0.004318> - 16736: <-0.005788, 0.004542, 0.004542> - 16737: <-0.005623, 0.004798, 0.004494> - 16738: <-0.005760, 0.004870, 0.004226> - 16739: <-0.005939, 0.004602, 0.004267> - 16740: <-0.005623, 0.004798, 0.004494> - 16741: <-0.005446, 0.005034, 0.004460> - 16742: <-0.005564, 0.005120, 0.004199> - 16743: <-0.005760, 0.004870, 0.004226> - 16744: <-0.005564, -0.005120, 0.004199> - 16745: <-0.005760, -0.004870, 0.004226> - 16746: <-0.005887, -0.004946, 0.003941> - 16747: <-0.005678, -0.005207, 0.003918> - 16748: <-0.005760, -0.004870, 0.004226> - 16749: <-0.005939, -0.004602, 0.004267> - 16750: <-0.006080, -0.004668, 0.003975> - 16751: <-0.005887, -0.004946, 0.003941> - 16752: <-0.005939, -0.004602, 0.004267> - 16753: <-0.006105, -0.004318, 0.004318> - 16754: <-0.006257, -0.004374, 0.004017> - 16755: <-0.006080, -0.004668, 0.003975> - 16756: <-0.006105, -0.004318, 0.004318> - 16757: <-0.006257, -0.004017, 0.004374> - 16758: <-0.006421, -0.004065, 0.004065> - 16759: <-0.006257, -0.004374, 0.004017> - 16760: <-0.006257, -0.004017, 0.004374> - 16761: <-0.006397, -0.003701, 0.004434> - 16762: <-0.006570, -0.003743, 0.004117> - 16763: <-0.006421, -0.004065, 0.004065> - 16764: <-0.006397, -0.003701, 0.004434> - 16765: <-0.006525, -0.003372, 0.004494> - 16766: <-0.006705, -0.003407, 0.004170> - 16767: <-0.006570, -0.003743, 0.004117> - 16768: <-0.006525, -0.003372, 0.004494> - 16769: <-0.006641, -0.003030, 0.004553> - 16770: <-0.006828, -0.003060, 0.004223> - 16771: <-0.006705, -0.003407, 0.004170> - 16772: <-0.006641, -0.003030, 0.004553> - 16773: <-0.006745, -0.002676, 0.004609> - 16774: <-0.006937, -0.002701, 0.004273> - 16775: <-0.006828, -0.003060, 0.004223> - 16776: <-0.006745, -0.002676, 0.004609> - 16777: <-0.006836, -0.002313, 0.004659> - 16778: <-0.007033, -0.002333, 0.004318> - 16779: <-0.006937, -0.002701, 0.004273> - 16780: <-0.006836, -0.002313, 0.004659> - 16781: <-0.006915, -0.001940, 0.004705> - 16782: <-0.007115, -0.001957, 0.004360> - 16783: <-0.007033, -0.002333, 0.004318> - 16784: <-0.006915, -0.001940, 0.004705> - 16785: <-0.006980, -0.001561, 0.004744> - 16786: <-0.007183, -0.001574, 0.004395> - 16787: <-0.007115, -0.001957, 0.004360> - 16788: <-0.006980, -0.001561, 0.004744> - 16789: <-0.007032, -0.001176, 0.004776> - 16790: <-0.007236, -0.001185, 0.004424> - 16791: <-0.007183, -0.001574, 0.004395> - 16792: <-0.007032, -0.001176, 0.004776> - 16793: <-0.007069, -0.000786, 0.004800> - 16794: <-0.007275, -0.000792, 0.004446> - 16795: <-0.007236, -0.001185, 0.004424> - 16796: <-0.007069, -0.000786, 0.004800> - 16797: <-0.007092, -0.000394, 0.004815> - 16798: <-0.007298, -0.000397, 0.004460> - 16799: <-0.007275, -0.000792, 0.004446> - 16800: <-0.007092, -0.000394, 0.004815> - 16801: <-0.007099, -0.000000, 0.004820> - 16802: <-0.007306, -0.000000, 0.004465> - 16803: <-0.007298, -0.000397, 0.004460> - 16804: <-0.007099, -0.000000, 0.004820> - 16805: <-0.007092, 0.000394, 0.004815> - 16806: <-0.007298, 0.000397, 0.004460> - 16807: <-0.007306, -0.000000, 0.004465> - 16808: <-0.007092, 0.000394, 0.004815> - 16809: <-0.007069, 0.000786, 0.004800> - 16810: <-0.007275, 0.000792, 0.004446> - 16811: <-0.007298, 0.000397, 0.004460> - 16812: <-0.007069, 0.000786, 0.004800> - 16813: <-0.007032, 0.001176, 0.004776> - 16814: <-0.007236, 0.001185, 0.004424> - 16815: <-0.007275, 0.000792, 0.004446> - 16816: <-0.007032, 0.001176, 0.004776> - 16817: <-0.006980, 0.001561, 0.004744> - 16818: <-0.007183, 0.001574, 0.004395> - 16819: <-0.007236, 0.001185, 0.004424> - 16820: <-0.006980, 0.001561, 0.004744> - 16821: <-0.006915, 0.001940, 0.004705> - 16822: <-0.007115, 0.001957, 0.004360> - 16823: <-0.007183, 0.001574, 0.004395> - 16824: <-0.006915, 0.001940, 0.004705> - 16825: <-0.006836, 0.002313, 0.004659> - 16826: <-0.007033, 0.002333, 0.004318> - 16827: <-0.007115, 0.001957, 0.004360> - 16828: <-0.006836, 0.002313, 0.004659> - 16829: <-0.006745, 0.002676, 0.004609> - 16830: <-0.006937, 0.002701, 0.004273> - 16831: <-0.007033, 0.002333, 0.004318> - 16832: <-0.006745, 0.002676, 0.004609> - 16833: <-0.006641, 0.003030, 0.004553> - 16834: <-0.006828, 0.003060, 0.004223> - 16835: <-0.006937, 0.002701, 0.004273> - 16836: <-0.006641, 0.003030, 0.004553> - 16837: <-0.006525, 0.003372, 0.004494> - 16838: <-0.006705, 0.003407, 0.004170> - 16839: <-0.006828, 0.003060, 0.004223> - 16840: <-0.006525, 0.003372, 0.004494> - 16841: <-0.006397, 0.003701, 0.004434> - 16842: <-0.006570, 0.003743, 0.004117> - 16843: <-0.006705, 0.003407, 0.004170> - 16844: <-0.006397, 0.003701, 0.004434> - 16845: <-0.006257, 0.004017, 0.004374> - 16846: <-0.006421, 0.004065, 0.004065> - 16847: <-0.006570, 0.003743, 0.004117> - 16848: <-0.006257, 0.004017, 0.004374> - 16849: <-0.006105, 0.004318, 0.004318> - 16850: <-0.006257, 0.004374, 0.004017> - 16851: <-0.006421, 0.004065, 0.004065> - 16852: <-0.006105, 0.004318, 0.004318> - 16853: <-0.005939, 0.004602, 0.004267> - 16854: <-0.006080, 0.004668, 0.003975> - 16855: <-0.006257, 0.004374, 0.004017> - 16856: <-0.005939, 0.004602, 0.004267> - 16857: <-0.005760, 0.004870, 0.004226> - 16858: <-0.005887, 0.004946, 0.003941> - 16859: <-0.006080, 0.004668, 0.003975> - 16860: <-0.005760, 0.004870, 0.004226> - 16861: <-0.005564, 0.005120, 0.004199> - 16862: <-0.005678, 0.005207, 0.003918> - 16863: <-0.005887, 0.004946, 0.003941> - 16864: <-0.005678, -0.005207, 0.003918> - 16865: <-0.005887, -0.004946, 0.003941> - 16866: <-0.006006, -0.005023, 0.003637> - 16867: <-0.005786, -0.005294, 0.003619> - 16868: <-0.005887, -0.004946, 0.003941> - 16869: <-0.006080, -0.004668, 0.003975> - 16870: <-0.006210, -0.004736, 0.003666> - 16871: <-0.006006, -0.005023, 0.003637> - 16872: <-0.006080, -0.004668, 0.003975> - 16873: <-0.006257, -0.004374, 0.004017> - 16874: <-0.006397, -0.004434, 0.003701> - 16875: <-0.006210, -0.004736, 0.003666> - 16876: <-0.006257, -0.004374, 0.004017> - 16877: <-0.006421, -0.004065, 0.004065> - 16878: <-0.006570, -0.004117, 0.003743> - 16879: <-0.006397, -0.004434, 0.003701> - 16880: <-0.006421, -0.004065, 0.004065> - 16881: <-0.006570, -0.003743, 0.004117> - 16882: <-0.006727, -0.003788, 0.003788> - 16883: <-0.006570, -0.004117, 0.003743> - 16884: <-0.006570, -0.003743, 0.004117> - 16885: <-0.006705, -0.003407, 0.004170> - 16886: <-0.006870, -0.003446, 0.003834> - 16887: <-0.006727, -0.003788, 0.003788> - 16888: <-0.006705, -0.003407, 0.004170> - 16889: <-0.006828, -0.003060, 0.004223> - 16890: <-0.006998, -0.003093, 0.003880> - 16891: <-0.006870, -0.003446, 0.003834> - 16892: <-0.006828, -0.003060, 0.004223> - 16893: <-0.006937, -0.002701, 0.004273> - 16894: <-0.007112, -0.002729, 0.003924> - 16895: <-0.006998, -0.003093, 0.003880> - 16896: <-0.006937, -0.002701, 0.004273> - 16897: <-0.007033, -0.002333, 0.004318> - 16898: <-0.007212, -0.002356, 0.003965> - 16899: <-0.007112, -0.002729, 0.003924> - 16900: <-0.007033, -0.002333, 0.004318> - 16901: <-0.007115, -0.001957, 0.004360> - 16902: <-0.007297, -0.001975, 0.004002> - 16903: <-0.007212, -0.002356, 0.003965> - 16904: <-0.007115, -0.001957, 0.004360> - 16905: <-0.007183, -0.001574, 0.004395> - 16906: <-0.007367, -0.001588, 0.004034> - 16907: <-0.007297, -0.001975, 0.004002> - 16908: <-0.007183, -0.001574, 0.004395> - 16909: <-0.007236, -0.001185, 0.004424> - 16910: <-0.007423, -0.001196, 0.004061> - 16911: <-0.007367, -0.001588, 0.004034> - 16912: <-0.007236, -0.001185, 0.004424> - 16913: <-0.007275, -0.000792, 0.004446> - 16914: <-0.007462, -0.000799, 0.004081> - 16915: <-0.007423, -0.001196, 0.004061> - 16916: <-0.007275, -0.000792, 0.004446> - 16917: <-0.007298, -0.000397, 0.004460> - 16918: <-0.007487, -0.000400, 0.004093> - 16919: <-0.007462, -0.000799, 0.004081> - 16920: <-0.007298, -0.000397, 0.004460> - 16921: <-0.007306, -0.000000, 0.004465> - 16922: <-0.007495, -0.000000, 0.004098> - 16923: <-0.007487, -0.000400, 0.004093> - 16924: <-0.007306, -0.000000, 0.004465> - 16925: <-0.007298, 0.000397, 0.004460> - 16926: <-0.007487, 0.000400, 0.004093> - 16927: <-0.007495, -0.000000, 0.004098> - 16928: <-0.007298, 0.000397, 0.004460> - 16929: <-0.007275, 0.000792, 0.004446> - 16930: <-0.007462, 0.000799, 0.004081> - 16931: <-0.007487, 0.000400, 0.004093> - 16932: <-0.007275, 0.000792, 0.004446> - 16933: <-0.007236, 0.001185, 0.004424> - 16934: <-0.007423, 0.001196, 0.004061> - 16935: <-0.007462, 0.000799, 0.004081> - 16936: <-0.007236, 0.001185, 0.004424> - 16937: <-0.007183, 0.001574, 0.004395> - 16938: <-0.007367, 0.001588, 0.004034> - 16939: <-0.007423, 0.001196, 0.004061> - 16940: <-0.007183, 0.001574, 0.004395> - 16941: <-0.007115, 0.001957, 0.004360> - 16942: <-0.007297, 0.001975, 0.004002> - 16943: <-0.007367, 0.001588, 0.004034> - 16944: <-0.007115, 0.001957, 0.004360> - 16945: <-0.007033, 0.002333, 0.004318> - 16946: <-0.007212, 0.002356, 0.003965> - 16947: <-0.007297, 0.001975, 0.004002> - 16948: <-0.007033, 0.002333, 0.004318> - 16949: <-0.006937, 0.002701, 0.004273> - 16950: <-0.007112, 0.002729, 0.003924> - 16951: <-0.007212, 0.002356, 0.003965> - 16952: <-0.006937, 0.002701, 0.004273> - 16953: <-0.006828, 0.003060, 0.004223> - 16954: <-0.006998, 0.003093, 0.003880> - 16955: <-0.007112, 0.002729, 0.003924> - 16956: <-0.006828, 0.003060, 0.004223> - 16957: <-0.006705, 0.003407, 0.004170> - 16958: <-0.006870, 0.003446, 0.003834> - 16959: <-0.006998, 0.003093, 0.003880> - 16960: <-0.006705, 0.003407, 0.004170> - 16961: <-0.006570, 0.003743, 0.004117> - 16962: <-0.006727, 0.003788, 0.003788> - 16963: <-0.006870, 0.003446, 0.003834> - 16964: <-0.006570, 0.003743, 0.004117> - 16965: <-0.006421, 0.004065, 0.004065> - 16966: <-0.006570, 0.004117, 0.003743> - 16967: <-0.006727, 0.003788, 0.003788> - 16968: <-0.006421, 0.004065, 0.004065> - 16969: <-0.006257, 0.004374, 0.004017> - 16970: <-0.006397, 0.004434, 0.003701> - 16971: <-0.006570, 0.004117, 0.003743> - 16972: <-0.006257, 0.004374, 0.004017> - 16973: <-0.006080, 0.004668, 0.003975> - 16974: <-0.006210, 0.004736, 0.003666> - 16975: <-0.006397, 0.004434, 0.003701> - 16976: <-0.006080, 0.004668, 0.003975> - 16977: <-0.005887, 0.004946, 0.003941> - 16978: <-0.006006, 0.005023, 0.003637> - 16979: <-0.006210, 0.004736, 0.003666> - 16980: <-0.005887, 0.004946, 0.003941> - 16981: <-0.005678, 0.005207, 0.003918> - 16982: <-0.005786, 0.005294, 0.003619> - 16983: <-0.006006, 0.005023, 0.003637> - 16984: <-0.005786, -0.005294, 0.003619> - 16985: <-0.006006, -0.005023, 0.003637> - 16986: <-0.006117, -0.005099, 0.003318> - 16987: <-0.005888, -0.005379, 0.003302> - 16988: <-0.006006, -0.005023, 0.003637> - 16989: <-0.006210, -0.004736, 0.003666> - 16990: <-0.006329, -0.004804, 0.003342> - 16991: <-0.006117, -0.005099, 0.003318> - 16992: <-0.006210, -0.004736, 0.003666> - 16993: <-0.006397, -0.004434, 0.003701> - 16994: <-0.006525, -0.004494, 0.003372> - 16995: <-0.006329, -0.004804, 0.003342> - 16996: <-0.006397, -0.004434, 0.003701> - 16997: <-0.006570, -0.004117, 0.003743> - 16998: <-0.006705, -0.004170, 0.003407> - 16999: <-0.006525, -0.004494, 0.003372> - 17000: <-0.006570, -0.004117, 0.003743> - 17001: <-0.006727, -0.003788, 0.003788> - 17002: <-0.006870, -0.003834, 0.003446> - 17003: <-0.006705, -0.004170, 0.003407> - 17004: <-0.006727, -0.003788, 0.003788> - 17005: <-0.006870, -0.003446, 0.003834> - 17006: <-0.007018, -0.003486, 0.003486> - 17007: <-0.006870, -0.003834, 0.003446> - 17008: <-0.006870, -0.003446, 0.003834> - 17009: <-0.006998, -0.003093, 0.003880> - 17010: <-0.007152, -0.003127, 0.003526> - 17011: <-0.007018, -0.003486, 0.003486> - 17012: <-0.006998, -0.003093, 0.003880> - 17013: <-0.007112, -0.002729, 0.003924> - 17014: <-0.007270, -0.002758, 0.003565> - 17015: <-0.007152, -0.003127, 0.003526> - 17016: <-0.007112, -0.002729, 0.003924> - 17017: <-0.007212, -0.002356, 0.003965> - 17018: <-0.007374, -0.002380, 0.003601> - 17019: <-0.007270, -0.002758, 0.003565> - 17020: <-0.007212, -0.002356, 0.003965> - 17021: <-0.007297, -0.001975, 0.004002> - 17022: <-0.007462, -0.001995, 0.003634> - 17023: <-0.007374, -0.002380, 0.003601> - 17024: <-0.007297, -0.001975, 0.004002> - 17025: <-0.007367, -0.001588, 0.004034> - 17026: <-0.007535, -0.001603, 0.003663> - 17027: <-0.007462, -0.001995, 0.003634> - 17028: <-0.007367, -0.001588, 0.004034> - 17029: <-0.007423, -0.001196, 0.004061> - 17030: <-0.007591, -0.001207, 0.003686> - 17031: <-0.007535, -0.001603, 0.003663> - 17032: <-0.007423, -0.001196, 0.004061> - 17033: <-0.007462, -0.000799, 0.004081> - 17034: <-0.007632, -0.000807, 0.003704> - 17035: <-0.007591, -0.001207, 0.003686> - 17036: <-0.007462, -0.000799, 0.004081> - 17037: <-0.007487, -0.000400, 0.004093> - 17038: <-0.007657, -0.000404, 0.003716> - 17039: <-0.007632, -0.000807, 0.003704> - 17040: <-0.007487, -0.000400, 0.004093> - 17041: <-0.007495, -0.000000, 0.004098> - 17042: <-0.007665, -0.000000, 0.003720> - 17043: <-0.007657, -0.000404, 0.003716> - 17044: <-0.007495, -0.000000, 0.004098> - 17045: <-0.007487, 0.000400, 0.004093> - 17046: <-0.007657, 0.000404, 0.003716> - 17047: <-0.007665, -0.000000, 0.003720> - 17048: <-0.007487, 0.000400, 0.004093> - 17049: <-0.007462, 0.000799, 0.004081> - 17050: <-0.007632, 0.000807, 0.003704> - 17051: <-0.007657, 0.000404, 0.003716> - 17052: <-0.007462, 0.000799, 0.004081> - 17053: <-0.007423, 0.001196, 0.004061> - 17054: <-0.007591, 0.001207, 0.003686> - 17055: <-0.007632, 0.000807, 0.003704> - 17056: <-0.007423, 0.001196, 0.004061> - 17057: <-0.007367, 0.001588, 0.004034> - 17058: <-0.007535, 0.001603, 0.003663> - 17059: <-0.007591, 0.001207, 0.003686> - 17060: <-0.007367, 0.001588, 0.004034> - 17061: <-0.007297, 0.001975, 0.004002> - 17062: <-0.007462, 0.001995, 0.003634> - 17063: <-0.007535, 0.001603, 0.003663> - 17064: <-0.007297, 0.001975, 0.004002> - 17065: <-0.007212, 0.002356, 0.003965> - 17066: <-0.007374, 0.002380, 0.003601> - 17067: <-0.007462, 0.001995, 0.003634> - 17068: <-0.007212, 0.002356, 0.003965> - 17069: <-0.007112, 0.002729, 0.003924> - 17070: <-0.007270, 0.002758, 0.003565> - 17071: <-0.007374, 0.002380, 0.003601> - 17072: <-0.007112, 0.002729, 0.003924> - 17073: <-0.006998, 0.003093, 0.003880> - 17074: <-0.007152, 0.003127, 0.003526> - 17075: <-0.007270, 0.002758, 0.003565> - 17076: <-0.006998, 0.003093, 0.003880> - 17077: <-0.006870, 0.003446, 0.003834> - 17078: <-0.007018, 0.003486, 0.003486> - 17079: <-0.007152, 0.003127, 0.003526> - 17080: <-0.006870, 0.003446, 0.003834> - 17081: <-0.006727, 0.003788, 0.003788> - 17082: <-0.006870, 0.003834, 0.003446> - 17083: <-0.007018, 0.003486, 0.003486> - 17084: <-0.006727, 0.003788, 0.003788> - 17085: <-0.006570, 0.004117, 0.003743> - 17086: <-0.006705, 0.004170, 0.003407> - 17087: <-0.006870, 0.003834, 0.003446> - 17088: <-0.006570, 0.004117, 0.003743> - 17089: <-0.006397, 0.004434, 0.003701> - 17090: <-0.006525, 0.004494, 0.003372> - 17091: <-0.006705, 0.004170, 0.003407> - 17092: <-0.006397, 0.004434, 0.003701> - 17093: <-0.006210, 0.004736, 0.003666> - 17094: <-0.006329, 0.004804, 0.003342> - 17095: <-0.006525, 0.004494, 0.003372> - 17096: <-0.006210, 0.004736, 0.003666> - 17097: <-0.006006, 0.005023, 0.003637> - 17098: <-0.006117, 0.005099, 0.003318> - 17099: <-0.006329, 0.004804, 0.003342> - 17100: <-0.006006, 0.005023, 0.003637> - 17101: <-0.005786, 0.005294, 0.003619> - 17102: <-0.005888, 0.005379, 0.003302> - 17103: <-0.006117, 0.005099, 0.003318> - 17104: <-0.005888, -0.005379, 0.003302> - 17105: <-0.006117, -0.005099, 0.003318> - 17106: <-0.006219, -0.005172, 0.002984> - 17107: <-0.005983, -0.005459, 0.002971> - 17108: <-0.006117, -0.005099, 0.003318> - 17109: <-0.006329, -0.004804, 0.003342> - 17110: <-0.006439, -0.004870, 0.003004> - 17111: <-0.006219, -0.005172, 0.002984> - 17112: <-0.006329, -0.004804, 0.003342> - 17113: <-0.006525, -0.004494, 0.003372> - 17114: <-0.006641, -0.004553, 0.003030> - 17115: <-0.006439, -0.004870, 0.003004> - 17116: <-0.006525, -0.004494, 0.003372> - 17117: <-0.006705, -0.004170, 0.003407> - 17118: <-0.006828, -0.004223, 0.003060> - 17119: <-0.006641, -0.004553, 0.003030> - 17120: <-0.006705, -0.004170, 0.003407> - 17121: <-0.006870, -0.003834, 0.003446> - 17122: <-0.006998, -0.003880, 0.003093> - 17123: <-0.006828, -0.004223, 0.003060> - 17124: <-0.006870, -0.003834, 0.003446> - 17125: <-0.007018, -0.003486, 0.003486> - 17126: <-0.007152, -0.003526, 0.003127> - 17127: <-0.006998, -0.003880, 0.003093> - 17128: <-0.007018, -0.003486, 0.003486> - 17129: <-0.007152, -0.003127, 0.003526> - 17130: <-0.007290, -0.003162, 0.003162> - 17131: <-0.007152, -0.003526, 0.003127> - 17132: <-0.007152, -0.003127, 0.003526> - 17133: <-0.007270, -0.002758, 0.003565> - 17134: <-0.007412, -0.002787, 0.003195> - 17135: <-0.007290, -0.003162, 0.003162> - 17136: <-0.007270, -0.002758, 0.003565> - 17137: <-0.007374, -0.002380, 0.003601> - 17138: <-0.007519, -0.002405, 0.003227> - 17139: <-0.007412, -0.002787, 0.003195> - 17140: <-0.007374, -0.002380, 0.003601> - 17141: <-0.007462, -0.001995, 0.003634> - 17142: <-0.007610, -0.002015, 0.003255> - 17143: <-0.007519, -0.002405, 0.003227> - 17144: <-0.007462, -0.001995, 0.003634> - 17145: <-0.007535, -0.001603, 0.003663> - 17146: <-0.007684, -0.001619, 0.003281> - 17147: <-0.007610, -0.002015, 0.003255> - 17148: <-0.007535, -0.001603, 0.003663> - 17149: <-0.007591, -0.001207, 0.003686> - 17150: <-0.007743, -0.001219, 0.003302> - 17151: <-0.007684, -0.001619, 0.003281> - 17152: <-0.007591, -0.001207, 0.003686> - 17153: <-0.007632, -0.000807, 0.003704> - 17154: <-0.007785, -0.000814, 0.003318> - 17155: <-0.007743, -0.001219, 0.003302> - 17156: <-0.007632, -0.000807, 0.003704> - 17157: <-0.007657, -0.000404, 0.003716> - 17158: <-0.007810, -0.000408, 0.003328> - 17159: <-0.007785, -0.000814, 0.003318> - 17160: <-0.007657, -0.000404, 0.003716> - 17161: <-0.007665, -0.000000, 0.003720> - 17162: <-0.007818, -0.000000, 0.003331> - 17163: <-0.007810, -0.000408, 0.003328> - 17164: <-0.007665, -0.000000, 0.003720> - 17165: <-0.007657, 0.000404, 0.003716> - 17166: <-0.007810, 0.000408, 0.003328> - 17167: <-0.007818, -0.000000, 0.003331> - 17168: <-0.007657, 0.000404, 0.003716> - 17169: <-0.007632, 0.000807, 0.003704> - 17170: <-0.007785, 0.000814, 0.003318> - 17171: <-0.007810, 0.000408, 0.003328> - 17172: <-0.007632, 0.000807, 0.003704> - 17173: <-0.007591, 0.001207, 0.003686> - 17174: <-0.007743, 0.001219, 0.003302> - 17175: <-0.007785, 0.000814, 0.003318> - 17176: <-0.007591, 0.001207, 0.003686> - 17177: <-0.007535, 0.001603, 0.003663> - 17178: <-0.007684, 0.001619, 0.003281> - 17179: <-0.007743, 0.001219, 0.003302> - 17180: <-0.007535, 0.001603, 0.003663> - 17181: <-0.007462, 0.001995, 0.003634> - 17182: <-0.007610, 0.002015, 0.003255> - 17183: <-0.007684, 0.001619, 0.003281> - 17184: <-0.007462, 0.001995, 0.003634> - 17185: <-0.007374, 0.002380, 0.003601> - 17186: <-0.007519, 0.002405, 0.003227> - 17187: <-0.007610, 0.002015, 0.003255> - 17188: <-0.007374, 0.002380, 0.003601> - 17189: <-0.007270, 0.002758, 0.003565> - 17190: <-0.007412, 0.002787, 0.003195> - 17191: <-0.007519, 0.002405, 0.003227> - 17192: <-0.007270, 0.002758, 0.003565> - 17193: <-0.007152, 0.003127, 0.003526> - 17194: <-0.007290, 0.003162, 0.003162> - 17195: <-0.007412, 0.002787, 0.003195> - 17196: <-0.007152, 0.003127, 0.003526> - 17197: <-0.007018, 0.003486, 0.003486> - 17198: <-0.007152, 0.003526, 0.003127> - 17199: <-0.007290, 0.003162, 0.003162> - 17200: <-0.007018, 0.003486, 0.003486> - 17201: <-0.006870, 0.003834, 0.003446> - 17202: <-0.006998, 0.003880, 0.003093> - 17203: <-0.007152, 0.003526, 0.003127> - 17204: <-0.006870, 0.003834, 0.003446> - 17205: <-0.006705, 0.004170, 0.003407> - 17206: <-0.006828, 0.004223, 0.003060> - 17207: <-0.006998, 0.003880, 0.003093> - 17208: <-0.006705, 0.004170, 0.003407> - 17209: <-0.006525, 0.004494, 0.003372> - 17210: <-0.006641, 0.004553, 0.003030> - 17211: <-0.006828, 0.004223, 0.003060> - 17212: <-0.006525, 0.004494, 0.003372> - 17213: <-0.006329, 0.004804, 0.003342> - 17214: <-0.006439, 0.004870, 0.003004> - 17215: <-0.006641, 0.004553, 0.003030> - 17216: <-0.006329, 0.004804, 0.003342> - 17217: <-0.006117, 0.005099, 0.003318> - 17218: <-0.006219, 0.005172, 0.002984> - 17219: <-0.006439, 0.004870, 0.003004> - 17220: <-0.006117, 0.005099, 0.003318> - 17221: <-0.005888, 0.005379, 0.003302> - 17222: <-0.005983, 0.005459, 0.002971> - 17223: <-0.006219, 0.005172, 0.002984> - 17224: <-0.005983, -0.005459, 0.002971> - 17225: <-0.006219, -0.005172, 0.002984> - 17226: <-0.006311, -0.005240, 0.002638> - 17227: <-0.006069, -0.005533, 0.002627> - 17228: <-0.006219, -0.005172, 0.002984> - 17229: <-0.006439, -0.004870, 0.003004> - 17230: <-0.006537, -0.004931, 0.002655> - 17231: <-0.006311, -0.005240, 0.002638> - 17232: <-0.006439, -0.004870, 0.003004> - 17233: <-0.006641, -0.004553, 0.003030> - 17234: <-0.006745, -0.004609, 0.002676> - 17235: <-0.006537, -0.004931, 0.002655> - 17236: <-0.006641, -0.004553, 0.003030> - 17237: <-0.006828, -0.004223, 0.003060> - 17238: <-0.006937, -0.004273, 0.002701> - 17239: <-0.006745, -0.004609, 0.002676> - 17240: <-0.006828, -0.004223, 0.003060> - 17241: <-0.006998, -0.003880, 0.003093> - 17242: <-0.007112, -0.003924, 0.002729> - 17243: <-0.006937, -0.004273, 0.002701> - 17244: <-0.006998, -0.003880, 0.003093> - 17245: <-0.007152, -0.003526, 0.003127> - 17246: <-0.007270, -0.003565, 0.002758> - 17247: <-0.007112, -0.003924, 0.002729> - 17248: <-0.007152, -0.003526, 0.003127> - 17249: <-0.007290, -0.003162, 0.003162> - 17250: <-0.007412, -0.003195, 0.002787> - 17251: <-0.007270, -0.003565, 0.002758> - 17252: <-0.007290, -0.003162, 0.003162> - 17253: <-0.007412, -0.002787, 0.003195> - 17254: <-0.007538, -0.002816, 0.002816> - 17255: <-0.007412, -0.003195, 0.002787> - 17256: <-0.007412, -0.002787, 0.003195> - 17257: <-0.007519, -0.002405, 0.003227> - 17258: <-0.007648, -0.002429, 0.002843> - 17259: <-0.007538, -0.002816, 0.002816> - 17260: <-0.007519, -0.002405, 0.003227> - 17261: <-0.007610, -0.002015, 0.003255> - 17262: <-0.007740, -0.002035, 0.002868> - 17263: <-0.007648, -0.002429, 0.002843> - 17264: <-0.007610, -0.002015, 0.003255> - 17265: <-0.007684, -0.001619, 0.003281> - 17266: <-0.007817, -0.001635, 0.002890> - 17267: <-0.007740, -0.002035, 0.002868> - 17268: <-0.007684, -0.001619, 0.003281> - 17269: <-0.007743, -0.001219, 0.003302> - 17270: <-0.007876, -0.001230, 0.002908> - 17271: <-0.007817, -0.001635, 0.002890> - 17272: <-0.007743, -0.001219, 0.003302> - 17273: <-0.007785, -0.000814, 0.003318> - 17274: <-0.007919, -0.000822, 0.002922> - 17275: <-0.007876, -0.001230, 0.002908> - 17276: <-0.007785, -0.000814, 0.003318> - 17277: <-0.007810, -0.000408, 0.003328> - 17278: <-0.007945, -0.000412, 0.002931> - 17279: <-0.007919, -0.000822, 0.002922> - 17280: <-0.007810, -0.000408, 0.003328> - 17281: <-0.007818, -0.000000, 0.003331> - 17282: <-0.007953, -0.000000, 0.002934> - 17283: <-0.007945, -0.000412, 0.002931> - 17284: <-0.007818, -0.000000, 0.003331> - 17285: <-0.007810, 0.000408, 0.003328> - 17286: <-0.007945, 0.000412, 0.002931> - 17287: <-0.007953, -0.000000, 0.002934> - 17288: <-0.007810, 0.000408, 0.003328> - 17289: <-0.007785, 0.000814, 0.003318> - 17290: <-0.007919, 0.000822, 0.002922> - 17291: <-0.007945, 0.000412, 0.002931> - 17292: <-0.007785, 0.000814, 0.003318> - 17293: <-0.007743, 0.001219, 0.003302> - 17294: <-0.007876, 0.001230, 0.002908> - 17295: <-0.007919, 0.000822, 0.002922> - 17296: <-0.007743, 0.001219, 0.003302> - 17297: <-0.007684, 0.001619, 0.003281> - 17298: <-0.007817, 0.001635, 0.002890> - 17299: <-0.007876, 0.001230, 0.002908> - 17300: <-0.007684, 0.001619, 0.003281> - 17301: <-0.007610, 0.002015, 0.003255> - 17302: <-0.007740, 0.002035, 0.002868> - 17303: <-0.007817, 0.001635, 0.002890> - 17304: <-0.007610, 0.002015, 0.003255> - 17305: <-0.007519, 0.002405, 0.003227> - 17306: <-0.007648, 0.002429, 0.002843> - 17307: <-0.007740, 0.002035, 0.002868> - 17308: <-0.007519, 0.002405, 0.003227> - 17309: <-0.007412, 0.002787, 0.003195> - 17310: <-0.007538, 0.002816, 0.002816> - 17311: <-0.007648, 0.002429, 0.002843> - 17312: <-0.007412, 0.002787, 0.003195> - 17313: <-0.007290, 0.003162, 0.003162> - 17314: <-0.007412, 0.003195, 0.002787> - 17315: <-0.007538, 0.002816, 0.002816> - 17316: <-0.007290, 0.003162, 0.003162> - 17317: <-0.007152, 0.003526, 0.003127> - 17318: <-0.007270, 0.003565, 0.002758> - 17319: <-0.007412, 0.003195, 0.002787> - 17320: <-0.007152, 0.003526, 0.003127> - 17321: <-0.006998, 0.003880, 0.003093> - 17322: <-0.007112, 0.003924, 0.002729> - 17323: <-0.007270, 0.003565, 0.002758> - 17324: <-0.006998, 0.003880, 0.003093> - 17325: <-0.006828, 0.004223, 0.003060> - 17326: <-0.006937, 0.004273, 0.002701> - 17327: <-0.007112, 0.003924, 0.002729> - 17328: <-0.006828, 0.004223, 0.003060> - 17329: <-0.006641, 0.004553, 0.003030> - 17330: <-0.006745, 0.004609, 0.002676> - 17331: <-0.006937, 0.004273, 0.002701> - 17332: <-0.006641, 0.004553, 0.003030> - 17333: <-0.006439, 0.004870, 0.003004> - 17334: <-0.006537, 0.004931, 0.002655> - 17335: <-0.006745, 0.004609, 0.002676> - 17336: <-0.006439, 0.004870, 0.003004> - 17337: <-0.006219, 0.005172, 0.002984> - 17338: <-0.006311, 0.005240, 0.002638> - 17339: <-0.006537, 0.004931, 0.002655> - 17340: <-0.006219, 0.005172, 0.002984> - 17341: <-0.005983, 0.005459, 0.002971> - 17342: <-0.006069, 0.005533, 0.002627> - 17343: <-0.006311, 0.005240, 0.002638> - 17344: <-0.006069, -0.005533, 0.002627> - 17345: <-0.006311, -0.005240, 0.002638> - 17346: <-0.006393, -0.005301, 0.002281> - 17347: <-0.006146, -0.005599, 0.002272> - 17348: <-0.006311, -0.005240, 0.002638> - 17349: <-0.006537, -0.004931, 0.002655> - 17350: <-0.006623, -0.004987, 0.002295> - 17351: <-0.006393, -0.005301, 0.002281> - 17352: <-0.006537, -0.004931, 0.002655> - 17353: <-0.006745, -0.004609, 0.002676> - 17354: <-0.006836, -0.004659, 0.002313> - 17355: <-0.006623, -0.004987, 0.002295> - 17356: <-0.006745, -0.004609, 0.002676> - 17357: <-0.006937, -0.004273, 0.002701> - 17358: <-0.007033, -0.004318, 0.002333> - 17359: <-0.006836, -0.004659, 0.002313> - 17360: <-0.006937, -0.004273, 0.002701> - 17361: <-0.007112, -0.003924, 0.002729> - 17362: <-0.007212, -0.003965, 0.002356> - 17363: <-0.007033, -0.004318, 0.002333> - 17364: <-0.007112, -0.003924, 0.002729> - 17365: <-0.007270, -0.003565, 0.002758> - 17366: <-0.007374, -0.003601, 0.002380> - 17367: <-0.007212, -0.003965, 0.002356> - 17368: <-0.007270, -0.003565, 0.002758> - 17369: <-0.007412, -0.003195, 0.002787> - 17370: <-0.007519, -0.003227, 0.002405> - 17371: <-0.007374, -0.003601, 0.002380> - 17372: <-0.007412, -0.003195, 0.002787> - 17373: <-0.007538, -0.002816, 0.002816> - 17374: <-0.007648, -0.002843, 0.002429> - 17375: <-0.007519, -0.003227, 0.002405> - 17376: <-0.007538, -0.002816, 0.002816> - 17377: <-0.007648, -0.002429, 0.002843> - 17378: <-0.007759, -0.002452, 0.002452> - 17379: <-0.007648, -0.002843, 0.002429> - 17380: <-0.007648, -0.002429, 0.002843> - 17381: <-0.007740, -0.002035, 0.002868> - 17382: <-0.007854, -0.002053, 0.002473> - 17383: <-0.007759, -0.002452, 0.002452> - 17384: <-0.007740, -0.002035, 0.002868> - 17385: <-0.007817, -0.001635, 0.002890> - 17386: <-0.007932, -0.001650, 0.002492> - 17387: <-0.007854, -0.002053, 0.002473> - 17388: <-0.007817, -0.001635, 0.002890> - 17389: <-0.007876, -0.001230, 0.002908> - 17390: <-0.007992, -0.001241, 0.002507> - 17391: <-0.007932, -0.001650, 0.002492> - 17392: <-0.007876, -0.001230, 0.002908> - 17393: <-0.007919, -0.000822, 0.002922> - 17394: <-0.008036, -0.000829, 0.002519> - 17395: <-0.007992, -0.001241, 0.002507> - 17396: <-0.007919, -0.000822, 0.002922> - 17397: <-0.007945, -0.000412, 0.002931> - 17398: <-0.008062, -0.000415, 0.002527> - 17399: <-0.008036, -0.000829, 0.002519> - 17400: <-0.007945, -0.000412, 0.002931> - 17401: <-0.007953, -0.000000, 0.002934> - 17402: <-0.008070, -0.000000, 0.002530> - 17403: <-0.008062, -0.000415, 0.002527> - 17404: <-0.007953, -0.000000, 0.002934> - 17405: <-0.007945, 0.000412, 0.002931> - 17406: <-0.008062, 0.000415, 0.002527> - 17407: <-0.008070, -0.000000, 0.002530> - 17408: <-0.007945, 0.000412, 0.002931> - 17409: <-0.007919, 0.000822, 0.002922> - 17410: <-0.008036, 0.000829, 0.002519> - 17411: <-0.008062, 0.000415, 0.002527> - 17412: <-0.007919, 0.000822, 0.002922> - 17413: <-0.007876, 0.001230, 0.002908> - 17414: <-0.007992, 0.001241, 0.002507> - 17415: <-0.008036, 0.000829, 0.002519> - 17416: <-0.007876, 0.001230, 0.002908> - 17417: <-0.007817, 0.001635, 0.002890> - 17418: <-0.007932, 0.001650, 0.002492> - 17419: <-0.007992, 0.001241, 0.002507> - 17420: <-0.007817, 0.001635, 0.002890> - 17421: <-0.007740, 0.002035, 0.002868> - 17422: <-0.007854, 0.002053, 0.002473> - 17423: <-0.007932, 0.001650, 0.002492> - 17424: <-0.007740, 0.002035, 0.002868> - 17425: <-0.007648, 0.002429, 0.002843> - 17426: <-0.007759, 0.002452, 0.002452> - 17427: <-0.007854, 0.002053, 0.002473> - 17428: <-0.007648, 0.002429, 0.002843> - 17429: <-0.007538, 0.002816, 0.002816> - 17430: <-0.007648, 0.002843, 0.002429> - 17431: <-0.007759, 0.002452, 0.002452> - 17432: <-0.007538, 0.002816, 0.002816> - 17433: <-0.007412, 0.003195, 0.002787> - 17434: <-0.007519, 0.003227, 0.002405> - 17435: <-0.007648, 0.002843, 0.002429> - 17436: <-0.007412, 0.003195, 0.002787> - 17437: <-0.007270, 0.003565, 0.002758> - 17438: <-0.007374, 0.003601, 0.002380> - 17439: <-0.007519, 0.003227, 0.002405> - 17440: <-0.007270, 0.003565, 0.002758> - 17441: <-0.007112, 0.003924, 0.002729> - 17442: <-0.007212, 0.003965, 0.002356> - 17443: <-0.007374, 0.003601, 0.002380> - 17444: <-0.007112, 0.003924, 0.002729> - 17445: <-0.006937, 0.004273, 0.002701> - 17446: <-0.007033, 0.004318, 0.002333> - 17447: <-0.007212, 0.003965, 0.002356> - 17448: <-0.006937, 0.004273, 0.002701> - 17449: <-0.006745, 0.004609, 0.002676> - 17450: <-0.006836, 0.004659, 0.002313> - 17451: <-0.007033, 0.004318, 0.002333> - 17452: <-0.006745, 0.004609, 0.002676> - 17453: <-0.006537, 0.004931, 0.002655> - 17454: <-0.006623, 0.004987, 0.002295> - 17455: <-0.006836, 0.004659, 0.002313> - 17456: <-0.006537, 0.004931, 0.002655> - 17457: <-0.006311, 0.005240, 0.002638> - 17458: <-0.006393, 0.005301, 0.002281> - 17459: <-0.006623, 0.004987, 0.002295> - 17460: <-0.006311, 0.005240, 0.002638> - 17461: <-0.006069, 0.005533, 0.002627> - 17462: <-0.006146, 0.005599, 0.002272> - 17463: <-0.006393, 0.005301, 0.002281> - 17464: <-0.006146, -0.005599, 0.002272> - 17465: <-0.006393, -0.005301, 0.002281> - 17466: <-0.006464, -0.005355, 0.001915> - 17467: <-0.006212, -0.005657, 0.001908> - 17468: <-0.006393, -0.005301, 0.002281> - 17469: <-0.006623, -0.004987, 0.002295> - 17470: <-0.006698, -0.005037, 0.001926> - 17471: <-0.006464, -0.005355, 0.001915> - 17472: <-0.006623, -0.004987, 0.002295> - 17473: <-0.006836, -0.004659, 0.002313> - 17474: <-0.006915, -0.004705, 0.001940> - 17475: <-0.006698, -0.005037, 0.001926> - 17476: <-0.006836, -0.004659, 0.002313> - 17477: <-0.007033, -0.004318, 0.002333> - 17478: <-0.007115, -0.004360, 0.001957> - 17479: <-0.006915, -0.004705, 0.001940> - 17480: <-0.007033, -0.004318, 0.002333> - 17481: <-0.007212, -0.003965, 0.002356> - 17482: <-0.007297, -0.004002, 0.001975> - 17483: <-0.007115, -0.004360, 0.001957> - 17484: <-0.007212, -0.003965, 0.002356> - 17485: <-0.007374, -0.003601, 0.002380> - 17486: <-0.007462, -0.003634, 0.001995> - 17487: <-0.007297, -0.004002, 0.001975> - 17488: <-0.007374, -0.003601, 0.002380> - 17489: <-0.007519, -0.003227, 0.002405> - 17490: <-0.007610, -0.003255, 0.002015> - 17491: <-0.007462, -0.003634, 0.001995> - 17492: <-0.007519, -0.003227, 0.002405> - 17493: <-0.007648, -0.002843, 0.002429> - 17494: <-0.007740, -0.002868, 0.002035> - 17495: <-0.007610, -0.003255, 0.002015> - 17496: <-0.007648, -0.002843, 0.002429> - 17497: <-0.007759, -0.002452, 0.002452> - 17498: <-0.007854, -0.002473, 0.002053> - 17499: <-0.007740, -0.002868, 0.002035> - 17500: <-0.007759, -0.002452, 0.002452> - 17501: <-0.007854, -0.002053, 0.002473> - 17502: <-0.007950, -0.002071, 0.002071> - 17503: <-0.007854, -0.002473, 0.002053> - 17504: <-0.007854, -0.002053, 0.002473> - 17505: <-0.007932, -0.001650, 0.002492> - 17506: <-0.008029, -0.001663, 0.002086> - 17507: <-0.007950, -0.002071, 0.002071> - 17508: <-0.007932, -0.001650, 0.002492> - 17509: <-0.007992, -0.001241, 0.002507> - 17510: <-0.008090, -0.001252, 0.002099> - 17511: <-0.008029, -0.001663, 0.002086> - 17512: <-0.007992, -0.001241, 0.002507> - 17513: <-0.008036, -0.000829, 0.002519> - 17514: <-0.008134, -0.000836, 0.002109> - 17515: <-0.008090, -0.001252, 0.002099> - 17516: <-0.008036, -0.000829, 0.002519> - 17517: <-0.008062, -0.000415, 0.002527> - 17518: <-0.008161, -0.000419, 0.002116> - 17519: <-0.008134, -0.000836, 0.002109> - 17520: <-0.008062, -0.000415, 0.002527> - 17521: <-0.008070, -0.000000, 0.002530> - 17522: <-0.008169, -0.000000, 0.002118> - 17523: <-0.008161, -0.000419, 0.002116> - 17524: <-0.008070, -0.000000, 0.002530> - 17525: <-0.008062, 0.000415, 0.002527> - 17526: <-0.008161, 0.000419, 0.002116> - 17527: <-0.008169, -0.000000, 0.002118> - 17528: <-0.008062, 0.000415, 0.002527> - 17529: <-0.008036, 0.000829, 0.002519> - 17530: <-0.008134, 0.000836, 0.002109> - 17531: <-0.008161, 0.000419, 0.002116> - 17532: <-0.008036, 0.000829, 0.002519> - 17533: <-0.007992, 0.001241, 0.002507> - 17534: <-0.008090, 0.001252, 0.002099> - 17535: <-0.008134, 0.000836, 0.002109> - 17536: <-0.007992, 0.001241, 0.002507> - 17537: <-0.007932, 0.001650, 0.002492> - 17538: <-0.008029, 0.001663, 0.002086> - 17539: <-0.008090, 0.001252, 0.002099> - 17540: <-0.007932, 0.001650, 0.002492> - 17541: <-0.007854, 0.002053, 0.002473> - 17542: <-0.007950, 0.002071, 0.002071> - 17543: <-0.008029, 0.001663, 0.002086> - 17544: <-0.007854, 0.002053, 0.002473> - 17545: <-0.007759, 0.002452, 0.002452> - 17546: <-0.007854, 0.002473, 0.002053> - 17547: <-0.007950, 0.002071, 0.002071> - 17548: <-0.007759, 0.002452, 0.002452> - 17549: <-0.007648, 0.002843, 0.002429> - 17550: <-0.007740, 0.002868, 0.002035> - 17551: <-0.007854, 0.002473, 0.002053> - 17552: <-0.007648, 0.002843, 0.002429> - 17553: <-0.007519, 0.003227, 0.002405> - 17554: <-0.007610, 0.003255, 0.002015> - 17555: <-0.007740, 0.002868, 0.002035> - 17556: <-0.007519, 0.003227, 0.002405> - 17557: <-0.007374, 0.003601, 0.002380> - 17558: <-0.007462, 0.003634, 0.001995> - 17559: <-0.007610, 0.003255, 0.002015> - 17560: <-0.007374, 0.003601, 0.002380> - 17561: <-0.007212, 0.003965, 0.002356> - 17562: <-0.007297, 0.004002, 0.001975> - 17563: <-0.007462, 0.003634, 0.001995> - 17564: <-0.007212, 0.003965, 0.002356> - 17565: <-0.007033, 0.004318, 0.002333> - 17566: <-0.007115, 0.004360, 0.001957> - 17567: <-0.007297, 0.004002, 0.001975> - 17568: <-0.007033, 0.004318, 0.002333> - 17569: <-0.006836, 0.004659, 0.002313> - 17570: <-0.006915, 0.004705, 0.001940> - 17571: <-0.007115, 0.004360, 0.001957> - 17572: <-0.006836, 0.004659, 0.002313> - 17573: <-0.006623, 0.004987, 0.002295> - 17574: <-0.006698, 0.005037, 0.001926> - 17575: <-0.006915, 0.004705, 0.001940> - 17576: <-0.006623, 0.004987, 0.002295> - 17577: <-0.006393, 0.005301, 0.002281> - 17578: <-0.006464, 0.005355, 0.001915> - 17579: <-0.006698, 0.005037, 0.001926> - 17580: <-0.006393, 0.005301, 0.002281> - 17581: <-0.006146, 0.005599, 0.002272> - 17582: <-0.006212, 0.005657, 0.001908> - 17583: <-0.006464, 0.005355, 0.001915> - 17584: <-0.006212, -0.005657, 0.001908> - 17585: <-0.006464, -0.005355, 0.001915> - 17586: <-0.006523, -0.005401, 0.001541> - 17587: <-0.006269, -0.005707, 0.001536> - 17588: <-0.006464, -0.005355, 0.001915> - 17589: <-0.006698, -0.005037, 0.001926> - 17590: <-0.006761, -0.005080, 0.001550> - 17591: <-0.006523, -0.005401, 0.001541> - 17592: <-0.006698, -0.005037, 0.001926> - 17593: <-0.006915, -0.004705, 0.001940> - 17594: <-0.006980, -0.004744, 0.001561> - 17595: <-0.006761, -0.005080, 0.001550> - 17596: <-0.006915, -0.004705, 0.001940> - 17597: <-0.007115, -0.004360, 0.001957> - 17598: <-0.007183, -0.004395, 0.001574> - 17599: <-0.006980, -0.004744, 0.001561> - 17600: <-0.007115, -0.004360, 0.001957> - 17601: <-0.007297, -0.004002, 0.001975> - 17602: <-0.007367, -0.004034, 0.001588> - 17603: <-0.007183, -0.004395, 0.001574> - 17604: <-0.007297, -0.004002, 0.001975> - 17605: <-0.007462, -0.003634, 0.001995> - 17606: <-0.007535, -0.003663, 0.001603> - 17607: <-0.007367, -0.004034, 0.001588> - 17608: <-0.007462, -0.003634, 0.001995> - 17609: <-0.007610, -0.003255, 0.002015> - 17610: <-0.007684, -0.003281, 0.001619> - 17611: <-0.007535, -0.003663, 0.001603> - 17612: <-0.007610, -0.003255, 0.002015> - 17613: <-0.007740, -0.002868, 0.002035> - 17614: <-0.007817, -0.002890, 0.001635> - 17615: <-0.007684, -0.003281, 0.001619> - 17616: <-0.007740, -0.002868, 0.002035> - 17617: <-0.007854, -0.002473, 0.002053> - 17618: <-0.007932, -0.002492, 0.001650> - 17619: <-0.007817, -0.002890, 0.001635> - 17620: <-0.007854, -0.002473, 0.002053> - 17621: <-0.007950, -0.002071, 0.002071> - 17622: <-0.008029, -0.002086, 0.001663> - 17623: <-0.007932, -0.002492, 0.001650> - 17624: <-0.007950, -0.002071, 0.002071> - 17625: <-0.008029, -0.001663, 0.002086> - 17626: <-0.008109, -0.001676, 0.001676> - 17627: <-0.008029, -0.002086, 0.001663> - 17628: <-0.008029, -0.001663, 0.002086> - 17629: <-0.008090, -0.001252, 0.002099> - 17630: <-0.008171, -0.001261, 0.001686> - 17631: <-0.008109, -0.001676, 0.001676> - 17632: <-0.008090, -0.001252, 0.002099> - 17633: <-0.008134, -0.000836, 0.002109> - 17634: <-0.008215, -0.000842, 0.001694> - 17635: <-0.008171, -0.001261, 0.001686> - 17636: <-0.008134, -0.000836, 0.002109> - 17637: <-0.008161, -0.000419, 0.002116> - 17638: <-0.008242, -0.000422, 0.001699> - 17639: <-0.008215, -0.000842, 0.001694> - 17640: <-0.008161, -0.000419, 0.002116> - 17641: <-0.008169, -0.000000, 0.002118> - 17642: <-0.008251, -0.000000, 0.001701> - 17643: <-0.008242, -0.000422, 0.001699> - 17644: <-0.008169, -0.000000, 0.002118> - 17645: <-0.008161, 0.000419, 0.002116> - 17646: <-0.008242, 0.000422, 0.001699> - 17647: <-0.008251, -0.000000, 0.001701> - 17648: <-0.008161, 0.000419, 0.002116> - 17649: <-0.008134, 0.000836, 0.002109> - 17650: <-0.008215, 0.000842, 0.001694> - 17651: <-0.008242, 0.000422, 0.001699> - 17652: <-0.008134, 0.000836, 0.002109> - 17653: <-0.008090, 0.001252, 0.002099> - 17654: <-0.008171, 0.001261, 0.001686> - 17655: <-0.008215, 0.000842, 0.001694> - 17656: <-0.008090, 0.001252, 0.002099> - 17657: <-0.008029, 0.001663, 0.002086> - 17658: <-0.008109, 0.001676, 0.001676> - 17659: <-0.008171, 0.001261, 0.001686> - 17660: <-0.008029, 0.001663, 0.002086> - 17661: <-0.007950, 0.002071, 0.002071> - 17662: <-0.008029, 0.002086, 0.001663> - 17663: <-0.008109, 0.001676, 0.001676> - 17664: <-0.007950, 0.002071, 0.002071> - 17665: <-0.007854, 0.002473, 0.002053> - 17666: <-0.007932, 0.002492, 0.001650> - 17667: <-0.008029, 0.002086, 0.001663> - 17668: <-0.007854, 0.002473, 0.002053> - 17669: <-0.007740, 0.002868, 0.002035> - 17670: <-0.007817, 0.002890, 0.001635> - 17671: <-0.007932, 0.002492, 0.001650> - 17672: <-0.007740, 0.002868, 0.002035> - 17673: <-0.007610, 0.003255, 0.002015> - 17674: <-0.007684, 0.003281, 0.001619> - 17675: <-0.007817, 0.002890, 0.001635> - 17676: <-0.007610, 0.003255, 0.002015> - 17677: <-0.007462, 0.003634, 0.001995> - 17678: <-0.007535, 0.003663, 0.001603> - 17679: <-0.007684, 0.003281, 0.001619> - 17680: <-0.007462, 0.003634, 0.001995> - 17681: <-0.007297, 0.004002, 0.001975> - 17682: <-0.007367, 0.004034, 0.001588> - 17683: <-0.007535, 0.003663, 0.001603> - 17684: <-0.007297, 0.004002, 0.001975> - 17685: <-0.007115, 0.004360, 0.001957> - 17686: <-0.007183, 0.004395, 0.001574> - 17687: <-0.007367, 0.004034, 0.001588> - 17688: <-0.007115, 0.004360, 0.001957> - 17689: <-0.006915, 0.004705, 0.001940> - 17690: <-0.006980, 0.004744, 0.001561> - 17691: <-0.007183, 0.004395, 0.001574> - 17692: <-0.006915, 0.004705, 0.001940> - 17693: <-0.006698, 0.005037, 0.001926> - 17694: <-0.006761, 0.005080, 0.001550> - 17695: <-0.006980, 0.004744, 0.001561> - 17696: <-0.006698, 0.005037, 0.001926> - 17697: <-0.006464, 0.005355, 0.001915> - 17698: <-0.006523, 0.005401, 0.001541> - 17699: <-0.006761, 0.005080, 0.001550> - 17700: <-0.006464, 0.005355, 0.001915> - 17701: <-0.006212, 0.005657, 0.001908> - 17702: <-0.006269, 0.005707, 0.001536> - 17703: <-0.006523, 0.005401, 0.001541> - 17704: <-0.006269, -0.005707, 0.001536> - 17705: <-0.006523, -0.005401, 0.001541> - 17706: <-0.006570, -0.005438, 0.001161> - 17707: <-0.006313, -0.005747, 0.001157> - 17708: <-0.006523, -0.005401, 0.001541> - 17709: <-0.006761, -0.005080, 0.001550> - 17710: <-0.006810, -0.005114, 0.001168> - 17711: <-0.006570, -0.005438, 0.001161> - 17712: <-0.006761, -0.005080, 0.001550> - 17713: <-0.006980, -0.004744, 0.001561> - 17714: <-0.007032, -0.004776, 0.001176> - 17715: <-0.006810, -0.005114, 0.001168> - 17716: <-0.006980, -0.004744, 0.001561> - 17717: <-0.007183, -0.004395, 0.001574> - 17718: <-0.007236, -0.004424, 0.001185> - 17719: <-0.007032, -0.004776, 0.001176> - 17720: <-0.007183, -0.004395, 0.001574> - 17721: <-0.007367, -0.004034, 0.001588> - 17722: <-0.007423, -0.004061, 0.001196> - 17723: <-0.007236, -0.004424, 0.001185> - 17724: <-0.007367, -0.004034, 0.001588> - 17725: <-0.007535, -0.003663, 0.001603> - 17726: <-0.007591, -0.003686, 0.001207> - 17727: <-0.007423, -0.004061, 0.001196> - 17728: <-0.007535, -0.003663, 0.001603> - 17729: <-0.007684, -0.003281, 0.001619> - 17730: <-0.007743, -0.003302, 0.001219> - 17731: <-0.007591, -0.003686, 0.001207> - 17732: <-0.007684, -0.003281, 0.001619> - 17733: <-0.007817, -0.002890, 0.001635> - 17734: <-0.007876, -0.002908, 0.001230> - 17735: <-0.007743, -0.003302, 0.001219> - 17736: <-0.007817, -0.002890, 0.001635> - 17737: <-0.007932, -0.002492, 0.001650> - 17738: <-0.007992, -0.002507, 0.001241> - 17739: <-0.007876, -0.002908, 0.001230> - 17740: <-0.007932, -0.002492, 0.001650> - 17741: <-0.008029, -0.002086, 0.001663> - 17742: <-0.008090, -0.002099, 0.001252> - 17743: <-0.007992, -0.002507, 0.001241> - 17744: <-0.008029, -0.002086, 0.001663> - 17745: <-0.008109, -0.001676, 0.001676> - 17746: <-0.008171, -0.001686, 0.001261> - 17747: <-0.008090, -0.002099, 0.001252> - 17748: <-0.008109, -0.001676, 0.001676> - 17749: <-0.008171, -0.001261, 0.001686> - 17750: <-0.008233, -0.001269, 0.001269> - 17751: <-0.008171, -0.001686, 0.001261> - 17752: <-0.008171, -0.001261, 0.001686> - 17753: <-0.008215, -0.000842, 0.001694> - 17754: <-0.008278, -0.000848, 0.001275> - 17755: <-0.008233, -0.001269, 0.001269> - 17756: <-0.008215, -0.000842, 0.001694> - 17757: <-0.008242, -0.000422, 0.001699> - 17758: <-0.008305, -0.000424, 0.001278> - 17759: <-0.008278, -0.000848, 0.001275> - 17760: <-0.008242, -0.000422, 0.001699> - 17761: <-0.008251, -0.000000, 0.001701> - 17762: <-0.008314, -0.000000, 0.001280> - 17763: <-0.008305, -0.000424, 0.001278> - 17764: <-0.008251, -0.000000, 0.001701> - 17765: <-0.008242, 0.000422, 0.001699> - 17766: <-0.008305, 0.000424, 0.001278> - 17767: <-0.008314, -0.000000, 0.001280> - 17768: <-0.008242, 0.000422, 0.001699> - 17769: <-0.008215, 0.000842, 0.001694> - 17770: <-0.008278, 0.000848, 0.001275> - 17771: <-0.008305, 0.000424, 0.001278> - 17772: <-0.008215, 0.000842, 0.001694> - 17773: <-0.008171, 0.001261, 0.001686> - 17774: <-0.008233, 0.001269, 0.001269> - 17775: <-0.008278, 0.000848, 0.001275> - 17776: <-0.008171, 0.001261, 0.001686> - 17777: <-0.008109, 0.001676, 0.001676> - 17778: <-0.008171, 0.001686, 0.001261> - 17779: <-0.008233, 0.001269, 0.001269> - 17780: <-0.008109, 0.001676, 0.001676> - 17781: <-0.008029, 0.002086, 0.001663> - 17782: <-0.008090, 0.002099, 0.001252> - 17783: <-0.008171, 0.001686, 0.001261> - 17784: <-0.008029, 0.002086, 0.001663> - 17785: <-0.007932, 0.002492, 0.001650> - 17786: <-0.007992, 0.002507, 0.001241> - 17787: <-0.008090, 0.002099, 0.001252> - 17788: <-0.007932, 0.002492, 0.001650> - 17789: <-0.007817, 0.002890, 0.001635> - 17790: <-0.007876, 0.002908, 0.001230> - 17791: <-0.007992, 0.002507, 0.001241> - 17792: <-0.007817, 0.002890, 0.001635> - 17793: <-0.007684, 0.003281, 0.001619> - 17794: <-0.007743, 0.003302, 0.001219> - 17795: <-0.007876, 0.002908, 0.001230> - 17796: <-0.007684, 0.003281, 0.001619> - 17797: <-0.007535, 0.003663, 0.001603> - 17798: <-0.007591, 0.003686, 0.001207> - 17799: <-0.007743, 0.003302, 0.001219> - 17800: <-0.007535, 0.003663, 0.001603> - 17801: <-0.007367, 0.004034, 0.001588> - 17802: <-0.007423, 0.004061, 0.001196> - 17803: <-0.007591, 0.003686, 0.001207> - 17804: <-0.007367, 0.004034, 0.001588> - 17805: <-0.007183, 0.004395, 0.001574> - 17806: <-0.007236, 0.004424, 0.001185> - 17807: <-0.007423, 0.004061, 0.001196> - 17808: <-0.007183, 0.004395, 0.001574> - 17809: <-0.006980, 0.004744, 0.001561> - 17810: <-0.007032, 0.004776, 0.001176> - 17811: <-0.007236, 0.004424, 0.001185> - 17812: <-0.006980, 0.004744, 0.001561> - 17813: <-0.006761, 0.005080, 0.001550> - 17814: <-0.006810, 0.005114, 0.001168> - 17815: <-0.007032, 0.004776, 0.001176> - 17816: <-0.006761, 0.005080, 0.001550> - 17817: <-0.006523, 0.005401, 0.001541> - 17818: <-0.006570, 0.005438, 0.001161> - 17819: <-0.006810, 0.005114, 0.001168> - 17820: <-0.006523, 0.005401, 0.001541> - 17821: <-0.006269, 0.005707, 0.001536> - 17822: <-0.006313, 0.005747, 0.001157> - 17823: <-0.006570, 0.005438, 0.001161> - 17824: <-0.006313, -0.005747, 0.001157> - 17825: <-0.006570, -0.005438, 0.001161> - 17826: <-0.006605, -0.005466, 0.000777> - 17827: <-0.006346, -0.005776, 0.000774> - 17828: <-0.006570, -0.005438, 0.001161> - 17829: <-0.006810, -0.005114, 0.001168> - 17830: <-0.006846, -0.005140, 0.000781> - 17831: <-0.006605, -0.005466, 0.000777> - 17832: <-0.006810, -0.005114, 0.001168> - 17833: <-0.007032, -0.004776, 0.001176> - 17834: <-0.007069, -0.004800, 0.000786> - 17835: <-0.006846, -0.005140, 0.000781> - 17836: <-0.007032, -0.004776, 0.001176> - 17837: <-0.007236, -0.004424, 0.001185> - 17838: <-0.007275, -0.004446, 0.000792> - 17839: <-0.007069, -0.004800, 0.000786> - 17840: <-0.007236, -0.004424, 0.001185> - 17841: <-0.007423, -0.004061, 0.001196> - 17842: <-0.007462, -0.004081, 0.000799> - 17843: <-0.007275, -0.004446, 0.000792> - 17844: <-0.007423, -0.004061, 0.001196> - 17845: <-0.007591, -0.003686, 0.001207> - 17846: <-0.007632, -0.003704, 0.000807> - 17847: <-0.007462, -0.004081, 0.000799> - 17848: <-0.007591, -0.003686, 0.001207> - 17849: <-0.007743, -0.003302, 0.001219> - 17850: <-0.007785, -0.003318, 0.000814> - 17851: <-0.007632, -0.003704, 0.000807> - 17852: <-0.007743, -0.003302, 0.001219> - 17853: <-0.007876, -0.002908, 0.001230> - 17854: <-0.007919, -0.002922, 0.000822> - 17855: <-0.007785, -0.003318, 0.000814> - 17856: <-0.007876, -0.002908, 0.001230> - 17857: <-0.007992, -0.002507, 0.001241> - 17858: <-0.008036, -0.002519, 0.000829> - 17859: <-0.007919, -0.002922, 0.000822> - 17860: <-0.007992, -0.002507, 0.001241> - 17861: <-0.008090, -0.002099, 0.001252> - 17862: <-0.008134, -0.002109, 0.000836> - 17863: <-0.008036, -0.002519, 0.000829> - 17864: <-0.008090, -0.002099, 0.001252> - 17865: <-0.008171, -0.001686, 0.001261> - 17866: <-0.008215, -0.001694, 0.000842> - 17867: <-0.008134, -0.002109, 0.000836> - 17868: <-0.008171, -0.001686, 0.001261> - 17869: <-0.008233, -0.001269, 0.001269> - 17870: <-0.008278, -0.001275, 0.000848> - 17871: <-0.008215, -0.001694, 0.000842> - 17872: <-0.008233, -0.001269, 0.001269> - 17873: <-0.008278, -0.000848, 0.001275> - 17874: <-0.008323, -0.000852, 0.000852> - 17875: <-0.008278, -0.001275, 0.000848> - 17876: <-0.008278, -0.000848, 0.001275> - 17877: <-0.008305, -0.000424, 0.001278> - 17878: <-0.008350, -0.000426, 0.000854> - 17879: <-0.008323, -0.000852, 0.000852> - 17880: <-0.008305, -0.000424, 0.001278> - 17881: <-0.008314, -0.000000, 0.001280> - 17882: <-0.008359, -0.000000, 0.000855> - 17883: <-0.008350, -0.000426, 0.000854> - 17884: <-0.008314, -0.000000, 0.001280> - 17885: <-0.008305, 0.000424, 0.001278> - 17886: <-0.008350, 0.000426, 0.000854> - 17887: <-0.008359, -0.000000, 0.000855> - 17888: <-0.008305, 0.000424, 0.001278> - 17889: <-0.008278, 0.000848, 0.001275> - 17890: <-0.008323, 0.000852, 0.000852> - 17891: <-0.008350, 0.000426, 0.000854> - 17892: <-0.008278, 0.000848, 0.001275> - 17893: <-0.008233, 0.001269, 0.001269> - 17894: <-0.008278, 0.001275, 0.000848> - 17895: <-0.008323, 0.000852, 0.000852> - 17896: <-0.008233, 0.001269, 0.001269> - 17897: <-0.008171, 0.001686, 0.001261> - 17898: <-0.008215, 0.001694, 0.000842> - 17899: <-0.008278, 0.001275, 0.000848> - 17900: <-0.008171, 0.001686, 0.001261> - 17901: <-0.008090, 0.002099, 0.001252> - 17902: <-0.008134, 0.002109, 0.000836> - 17903: <-0.008215, 0.001694, 0.000842> - 17904: <-0.008090, 0.002099, 0.001252> - 17905: <-0.007992, 0.002507, 0.001241> - 17906: <-0.008036, 0.002519, 0.000829> - 17907: <-0.008134, 0.002109, 0.000836> - 17908: <-0.007992, 0.002507, 0.001241> - 17909: <-0.007876, 0.002908, 0.001230> - 17910: <-0.007919, 0.002922, 0.000822> - 17911: <-0.008036, 0.002519, 0.000829> - 17912: <-0.007876, 0.002908, 0.001230> - 17913: <-0.007743, 0.003302, 0.001219> - 17914: <-0.007785, 0.003318, 0.000814> - 17915: <-0.007919, 0.002922, 0.000822> - 17916: <-0.007743, 0.003302, 0.001219> - 17917: <-0.007591, 0.003686, 0.001207> - 17918: <-0.007632, 0.003704, 0.000807> - 17919: <-0.007785, 0.003318, 0.000814> - 17920: <-0.007591, 0.003686, 0.001207> - 17921: <-0.007423, 0.004061, 0.001196> - 17922: <-0.007462, 0.004081, 0.000799> - 17923: <-0.007632, 0.003704, 0.000807> - 17924: <-0.007423, 0.004061, 0.001196> - 17925: <-0.007236, 0.004424, 0.001185> - 17926: <-0.007275, 0.004446, 0.000792> - 17927: <-0.007462, 0.004081, 0.000799> - 17928: <-0.007236, 0.004424, 0.001185> - 17929: <-0.007032, 0.004776, 0.001176> - 17930: <-0.007069, 0.004800, 0.000786> - 17931: <-0.007275, 0.004446, 0.000792> - 17932: <-0.007032, 0.004776, 0.001176> - 17933: <-0.006810, 0.005114, 0.001168> - 17934: <-0.006846, 0.005140, 0.000781> - 17935: <-0.007069, 0.004800, 0.000786> - 17936: <-0.006810, 0.005114, 0.001168> - 17937: <-0.006570, 0.005438, 0.001161> - 17938: <-0.006605, 0.005466, 0.000777> - 17939: <-0.006846, 0.005140, 0.000781> - 17940: <-0.006570, 0.005438, 0.001161> - 17941: <-0.006313, 0.005747, 0.001157> - 17942: <-0.006346, 0.005776, 0.000774> - 17943: <-0.006605, 0.005466, 0.000777> - 17944: <-0.006346, -0.005776, 0.000774> - 17945: <-0.006605, -0.005466, 0.000777> - 17946: <-0.006626, -0.005483, 0.000389> - 17947: <-0.006366, -0.005794, 0.000388> - 17948: <-0.006605, -0.005466, 0.000777> - 17949: <-0.006846, -0.005140, 0.000781> - 17950: <-0.006868, -0.005156, 0.000391> - 17951: <-0.006626, -0.005483, 0.000389> - 17952: <-0.006846, -0.005140, 0.000781> - 17953: <-0.007069, -0.004800, 0.000786> - 17954: <-0.007092, -0.004815, 0.000394> - 17955: <-0.006868, -0.005156, 0.000391> - 17956: <-0.007069, -0.004800, 0.000786> - 17957: <-0.007275, -0.004446, 0.000792> - 17958: <-0.007298, -0.004460, 0.000397> - 17959: <-0.007092, -0.004815, 0.000394> - 17960: <-0.007275, -0.004446, 0.000792> - 17961: <-0.007462, -0.004081, 0.000799> - 17962: <-0.007487, -0.004093, 0.000400> - 17963: <-0.007298, -0.004460, 0.000397> - 17964: <-0.007462, -0.004081, 0.000799> - 17965: <-0.007632, -0.003704, 0.000807> - 17966: <-0.007657, -0.003716, 0.000404> - 17967: <-0.007487, -0.004093, 0.000400> - 17968: <-0.007632, -0.003704, 0.000807> - 17969: <-0.007785, -0.003318, 0.000814> - 17970: <-0.007810, -0.003328, 0.000408> - 17971: <-0.007657, -0.003716, 0.000404> - 17972: <-0.007785, -0.003318, 0.000814> - 17973: <-0.007919, -0.002922, 0.000822> - 17974: <-0.007945, -0.002931, 0.000412> - 17975: <-0.007810, -0.003328, 0.000408> - 17976: <-0.007919, -0.002922, 0.000822> - 17977: <-0.008036, -0.002519, 0.000829> - 17978: <-0.008062, -0.002527, 0.000415> - 17979: <-0.007945, -0.002931, 0.000412> - 17980: <-0.008036, -0.002519, 0.000829> - 17981: <-0.008134, -0.002109, 0.000836> - 17982: <-0.008161, -0.002116, 0.000419> - 17983: <-0.008062, -0.002527, 0.000415> - 17984: <-0.008134, -0.002109, 0.000836> - 17985: <-0.008215, -0.001694, 0.000842> - 17986: <-0.008242, -0.001699, 0.000422> - 17987: <-0.008161, -0.002116, 0.000419> - 17988: <-0.008215, -0.001694, 0.000842> - 17989: <-0.008278, -0.001275, 0.000848> - 17990: <-0.008305, -0.001278, 0.000424> - 17991: <-0.008242, -0.001699, 0.000422> - 17992: <-0.008278, -0.001275, 0.000848> - 17993: <-0.008323, -0.000852, 0.000852> - 17994: <-0.008350, -0.000854, 0.000426> - 17995: <-0.008305, -0.001278, 0.000424> - 17996: <-0.008323, -0.000852, 0.000852> - 17997: <-0.008350, -0.000426, 0.000854> - 17998: <-0.008377, -0.000428, 0.000428> - 17999: <-0.008350, -0.000854, 0.000426> - 18000: <-0.008350, -0.000426, 0.000854> - 18001: <-0.008359, -0.000000, 0.000855> - 18002: <-0.008386, -0.000000, 0.000428> - 18003: <-0.008377, -0.000428, 0.000428> - 18004: <-0.008359, -0.000000, 0.000855> - 18005: <-0.008350, 0.000426, 0.000854> - 18006: <-0.008377, 0.000428, 0.000428> - 18007: <-0.008386, -0.000000, 0.000428> - 18008: <-0.008350, 0.000426, 0.000854> - 18009: <-0.008323, 0.000852, 0.000852> - 18010: <-0.008350, 0.000854, 0.000426> - 18011: <-0.008377, 0.000428, 0.000428> - 18012: <-0.008323, 0.000852, 0.000852> - 18013: <-0.008278, 0.001275, 0.000848> - 18014: <-0.008305, 0.001278, 0.000424> - 18015: <-0.008350, 0.000854, 0.000426> - 18016: <-0.008278, 0.001275, 0.000848> - 18017: <-0.008215, 0.001694, 0.000842> - 18018: <-0.008242, 0.001699, 0.000422> - 18019: <-0.008305, 0.001278, 0.000424> - 18020: <-0.008215, 0.001694, 0.000842> - 18021: <-0.008134, 0.002109, 0.000836> - 18022: <-0.008161, 0.002116, 0.000419> - 18023: <-0.008242, 0.001699, 0.000422> - 18024: <-0.008134, 0.002109, 0.000836> - 18025: <-0.008036, 0.002519, 0.000829> - 18026: <-0.008062, 0.002527, 0.000415> - 18027: <-0.008161, 0.002116, 0.000419> - 18028: <-0.008036, 0.002519, 0.000829> - 18029: <-0.007919, 0.002922, 0.000822> - 18030: <-0.007945, 0.002931, 0.000412> - 18031: <-0.008062, 0.002527, 0.000415> - 18032: <-0.007919, 0.002922, 0.000822> - 18033: <-0.007785, 0.003318, 0.000814> - 18034: <-0.007810, 0.003328, 0.000408> - 18035: <-0.007945, 0.002931, 0.000412> - 18036: <-0.007785, 0.003318, 0.000814> - 18037: <-0.007632, 0.003704, 0.000807> - 18038: <-0.007657, 0.003716, 0.000404> - 18039: <-0.007810, 0.003328, 0.000408> - 18040: <-0.007632, 0.003704, 0.000807> - 18041: <-0.007462, 0.004081, 0.000799> - 18042: <-0.007487, 0.004093, 0.000400> - 18043: <-0.007657, 0.003716, 0.000404> - 18044: <-0.007462, 0.004081, 0.000799> - 18045: <-0.007275, 0.004446, 0.000792> - 18046: <-0.007298, 0.004460, 0.000397> - 18047: <-0.007487, 0.004093, 0.000400> - 18048: <-0.007275, 0.004446, 0.000792> - 18049: <-0.007069, 0.004800, 0.000786> - 18050: <-0.007092, 0.004815, 0.000394> - 18051: <-0.007298, 0.004460, 0.000397> - 18052: <-0.007069, 0.004800, 0.000786> - 18053: <-0.006846, 0.005140, 0.000781> - 18054: <-0.006868, 0.005156, 0.000391> - 18055: <-0.007092, 0.004815, 0.000394> - 18056: <-0.006846, 0.005140, 0.000781> - 18057: <-0.006605, 0.005466, 0.000777> - 18058: <-0.006626, 0.005483, 0.000389> - 18059: <-0.006868, 0.005156, 0.000391> - 18060: <-0.006605, 0.005466, 0.000777> - 18061: <-0.006346, 0.005776, 0.000774> - 18062: <-0.006366, 0.005794, 0.000388> - 18063: <-0.006626, 0.005483, 0.000389> - 18064: <-0.006366, -0.005794, 0.000388> - 18065: <-0.006626, -0.005483, 0.000389> - 18066: <-0.006633, -0.005489, 0.000000> - 18067: <-0.006373, -0.005801, 0.000000> - 18068: <-0.006626, -0.005483, 0.000389> - 18069: <-0.006868, -0.005156, 0.000391> - 18070: <-0.006875, -0.005162, 0.000000> - 18071: <-0.006633, -0.005489, 0.000000> - 18072: <-0.006868, -0.005156, 0.000391> - 18073: <-0.007092, -0.004815, 0.000394> - 18074: <-0.007099, -0.004820, -0.000000> - 18075: <-0.006875, -0.005162, 0.000000> - 18076: <-0.007092, -0.004815, 0.000394> - 18077: <-0.007298, -0.004460, 0.000397> - 18078: <-0.007306, -0.004465, -0.000000> - 18079: <-0.007099, -0.004820, -0.000000> - 18080: <-0.007298, -0.004460, 0.000397> - 18081: <-0.007487, -0.004093, 0.000400> - 18082: <-0.007495, -0.004098, -0.000000> - 18083: <-0.007306, -0.004465, -0.000000> - 18084: <-0.007487, -0.004093, 0.000400> - 18085: <-0.007657, -0.003716, 0.000404> - 18086: <-0.007665, -0.003720, -0.000000> - 18087: <-0.007495, -0.004098, -0.000000> - 18088: <-0.007657, -0.003716, 0.000404> - 18089: <-0.007810, -0.003328, 0.000408> - 18090: <-0.007818, -0.003331, -0.000000> - 18091: <-0.007665, -0.003720, -0.000000> - 18092: <-0.007810, -0.003328, 0.000408> - 18093: <-0.007945, -0.002931, 0.000412> - 18094: <-0.007953, -0.002934, -0.000000> - 18095: <-0.007818, -0.003331, -0.000000> - 18096: <-0.007945, -0.002931, 0.000412> - 18097: <-0.008062, -0.002527, 0.000415> - 18098: <-0.008070, -0.002530, -0.000000> - 18099: <-0.007953, -0.002934, -0.000000> - 18100: <-0.008062, -0.002527, 0.000415> - 18101: <-0.008161, -0.002116, 0.000419> - 18102: <-0.008169, -0.002118, -0.000000> - 18103: <-0.008070, -0.002530, -0.000000> - 18104: <-0.008161, -0.002116, 0.000419> - 18105: <-0.008242, -0.001699, 0.000422> - 18106: <-0.008251, -0.001701, 0.000000> - 18107: <-0.008169, -0.002118, -0.000000> - 18108: <-0.008242, -0.001699, 0.000422> - 18109: <-0.008305, -0.001278, 0.000424> - 18110: <-0.008314, -0.001280, 0.000000> - 18111: <-0.008251, -0.001701, 0.000000> - 18112: <-0.008305, -0.001278, 0.000424> - 18113: <-0.008350, -0.000854, 0.000426> - 18114: <-0.008359, -0.000855, 0.000000> - 18115: <-0.008314, -0.001280, 0.000000> - 18116: <-0.008350, -0.000854, 0.000426> - 18117: <-0.008377, -0.000428, 0.000428> - 18118: <-0.008386, -0.000428, 0.000000> - 18119: <-0.008359, -0.000855, 0.000000> - 18120: <-0.008377, -0.000428, 0.000428> - 18121: <-0.008386, -0.000000, 0.000428> - 18122: <-0.008395, 0.000000, 0.000000> - 18123: <-0.008386, -0.000428, 0.000000> - 18124: <-0.008386, -0.000000, 0.000428> - 18125: <-0.008377, 0.000428, 0.000428> - 18126: <-0.008386, 0.000428, 0.000000> - 18127: <-0.008395, 0.000000, 0.000000> - 18128: <-0.008377, 0.000428, 0.000428> - 18129: <-0.008350, 0.000854, 0.000426> - 18130: <-0.008359, 0.000855, 0.000000> - 18131: <-0.008386, 0.000428, 0.000000> - 18132: <-0.008350, 0.000854, 0.000426> - 18133: <-0.008305, 0.001278, 0.000424> - 18134: <-0.008314, 0.001280, 0.000000> - 18135: <-0.008359, 0.000855, 0.000000> - 18136: <-0.008305, 0.001278, 0.000424> - 18137: <-0.008242, 0.001699, 0.000422> - 18138: <-0.008251, 0.001701, 0.000000> - 18139: <-0.008314, 0.001280, 0.000000> - 18140: <-0.008242, 0.001699, 0.000422> - 18141: <-0.008161, 0.002116, 0.000419> - 18142: <-0.008169, 0.002118, 0.000000> - 18143: <-0.008251, 0.001701, 0.000000> - 18144: <-0.008161, 0.002116, 0.000419> - 18145: <-0.008062, 0.002527, 0.000415> - 18146: <-0.008070, 0.002530, 0.000000> - 18147: <-0.008169, 0.002118, 0.000000> - 18148: <-0.008062, 0.002527, 0.000415> - 18149: <-0.007945, 0.002931, 0.000412> - 18150: <-0.007953, 0.002934, 0.000000> - 18151: <-0.008070, 0.002530, 0.000000> - 18152: <-0.007945, 0.002931, 0.000412> - 18153: <-0.007810, 0.003328, 0.000408> - 18154: <-0.007818, 0.003331, 0.000000> - 18155: <-0.007953, 0.002934, 0.000000> - 18156: <-0.007810, 0.003328, 0.000408> - 18157: <-0.007657, 0.003716, 0.000404> - 18158: <-0.007665, 0.003720, 0.000000> - 18159: <-0.007818, 0.003331, 0.000000> - 18160: <-0.007657, 0.003716, 0.000404> - 18161: <-0.007487, 0.004093, 0.000400> - 18162: <-0.007495, 0.004098, 0.000000> - 18163: <-0.007665, 0.003720, 0.000000> - 18164: <-0.007487, 0.004093, 0.000400> - 18165: <-0.007298, 0.004460, 0.000397> - 18166: <-0.007306, 0.004465, 0.000000> - 18167: <-0.007495, 0.004098, 0.000000> - 18168: <-0.007298, 0.004460, 0.000397> - 18169: <-0.007092, 0.004815, 0.000394> - 18170: <-0.007099, 0.004820, 0.000000> - 18171: <-0.007306, 0.004465, 0.000000> - 18172: <-0.007092, 0.004815, 0.000394> - 18173: <-0.006868, 0.005156, 0.000391> - 18174: <-0.006875, 0.005162, 0.000000> - 18175: <-0.007099, 0.004820, 0.000000> - 18176: <-0.006868, 0.005156, 0.000391> - 18177: <-0.006626, 0.005483, 0.000389> - 18178: <-0.006633, 0.005489, 0.000000> - 18179: <-0.006875, 0.005162, 0.000000> - 18180: <-0.006626, 0.005483, 0.000389> - 18181: <-0.006366, 0.005794, 0.000388> - 18182: <-0.006373, 0.005801, 0.000000> - 18183: <-0.006633, 0.005489, 0.000000> - 18184: <-0.006373, -0.005801, 0.000000> - 18185: <-0.006633, -0.005489, 0.000000> - 18186: <-0.006626, -0.005483, -0.000389> - 18187: <-0.006366, -0.005794, -0.000388> - 18188: <-0.006633, -0.005489, 0.000000> - 18189: <-0.006875, -0.005162, 0.000000> - 18190: <-0.006868, -0.005156, -0.000391> - 18191: <-0.006626, -0.005483, -0.000389> - 18192: <-0.006875, -0.005162, 0.000000> - 18193: <-0.007099, -0.004820, -0.000000> - 18194: <-0.007092, -0.004815, -0.000394> - 18195: <-0.006868, -0.005156, -0.000391> - 18196: <-0.007099, -0.004820, -0.000000> - 18197: <-0.007306, -0.004465, -0.000000> - 18198: <-0.007298, -0.004460, -0.000397> - 18199: <-0.007092, -0.004815, -0.000394> - 18200: <-0.007306, -0.004465, -0.000000> - 18201: <-0.007495, -0.004098, -0.000000> - 18202: <-0.007487, -0.004093, -0.000400> - 18203: <-0.007298, -0.004460, -0.000397> - 18204: <-0.007495, -0.004098, -0.000000> - 18205: <-0.007665, -0.003720, -0.000000> - 18206: <-0.007657, -0.003716, -0.000404> - 18207: <-0.007487, -0.004093, -0.000400> - 18208: <-0.007665, -0.003720, -0.000000> - 18209: <-0.007818, -0.003331, -0.000000> - 18210: <-0.007810, -0.003328, -0.000408> - 18211: <-0.007657, -0.003716, -0.000404> - 18212: <-0.007818, -0.003331, -0.000000> - 18213: <-0.007953, -0.002934, -0.000000> - 18214: <-0.007945, -0.002931, -0.000412> - 18215: <-0.007810, -0.003328, -0.000408> - 18216: <-0.007953, -0.002934, -0.000000> - 18217: <-0.008070, -0.002530, -0.000000> - 18218: <-0.008062, -0.002527, -0.000415> - 18219: <-0.007945, -0.002931, -0.000412> - 18220: <-0.008070, -0.002530, -0.000000> - 18221: <-0.008169, -0.002118, -0.000000> - 18222: <-0.008161, -0.002116, -0.000419> - 18223: <-0.008062, -0.002527, -0.000415> - 18224: <-0.008169, -0.002118, -0.000000> - 18225: <-0.008251, -0.001701, 0.000000> - 18226: <-0.008242, -0.001699, -0.000422> - 18227: <-0.008161, -0.002116, -0.000419> - 18228: <-0.008251, -0.001701, 0.000000> - 18229: <-0.008314, -0.001280, 0.000000> - 18230: <-0.008305, -0.001278, -0.000424> - 18231: <-0.008242, -0.001699, -0.000422> - 18232: <-0.008314, -0.001280, 0.000000> - 18233: <-0.008359, -0.000855, 0.000000> - 18234: <-0.008350, -0.000854, -0.000426> - 18235: <-0.008305, -0.001278, -0.000424> - 18236: <-0.008359, -0.000855, 0.000000> - 18237: <-0.008386, -0.000428, 0.000000> - 18238: <-0.008377, -0.000428, -0.000428> - 18239: <-0.008350, -0.000854, -0.000426> - 18240: <-0.008386, -0.000428, 0.000000> - 18241: <-0.008395, 0.000000, 0.000000> - 18242: <-0.008386, 0.000000, -0.000428> - 18243: <-0.008377, -0.000428, -0.000428> - 18244: <-0.008395, 0.000000, 0.000000> - 18245: <-0.008386, 0.000428, 0.000000> - 18246: <-0.008377, 0.000428, -0.000428> - 18247: <-0.008386, 0.000000, -0.000428> - 18248: <-0.008386, 0.000428, 0.000000> - 18249: <-0.008359, 0.000855, 0.000000> - 18250: <-0.008350, 0.000854, -0.000426> - 18251: <-0.008377, 0.000428, -0.000428> - 18252: <-0.008359, 0.000855, 0.000000> - 18253: <-0.008314, 0.001280, 0.000000> - 18254: <-0.008305, 0.001278, -0.000424> - 18255: <-0.008350, 0.000854, -0.000426> - 18256: <-0.008314, 0.001280, 0.000000> - 18257: <-0.008251, 0.001701, 0.000000> - 18258: <-0.008242, 0.001699, -0.000422> - 18259: <-0.008305, 0.001278, -0.000424> - 18260: <-0.008251, 0.001701, 0.000000> - 18261: <-0.008169, 0.002118, 0.000000> - 18262: <-0.008161, 0.002116, -0.000419> - 18263: <-0.008242, 0.001699, -0.000422> - 18264: <-0.008169, 0.002118, 0.000000> - 18265: <-0.008070, 0.002530, 0.000000> - 18266: <-0.008062, 0.002527, -0.000415> - 18267: <-0.008161, 0.002116, -0.000419> - 18268: <-0.008070, 0.002530, 0.000000> - 18269: <-0.007953, 0.002934, 0.000000> - 18270: <-0.007945, 0.002931, -0.000412> - 18271: <-0.008062, 0.002527, -0.000415> - 18272: <-0.007953, 0.002934, 0.000000> - 18273: <-0.007818, 0.003331, 0.000000> - 18274: <-0.007810, 0.003328, -0.000408> - 18275: <-0.007945, 0.002931, -0.000412> - 18276: <-0.007818, 0.003331, 0.000000> - 18277: <-0.007665, 0.003720, 0.000000> - 18278: <-0.007657, 0.003716, -0.000404> - 18279: <-0.007810, 0.003328, -0.000408> - 18280: <-0.007665, 0.003720, 0.000000> - 18281: <-0.007495, 0.004098, 0.000000> - 18282: <-0.007487, 0.004093, -0.000400> - 18283: <-0.007657, 0.003716, -0.000404> - 18284: <-0.007495, 0.004098, 0.000000> - 18285: <-0.007306, 0.004465, 0.000000> - 18286: <-0.007298, 0.004460, -0.000397> - 18287: <-0.007487, 0.004093, -0.000400> - 18288: <-0.007306, 0.004465, 0.000000> - 18289: <-0.007099, 0.004820, 0.000000> - 18290: <-0.007092, 0.004815, -0.000394> - 18291: <-0.007298, 0.004460, -0.000397> - 18292: <-0.007099, 0.004820, 0.000000> - 18293: <-0.006875, 0.005162, 0.000000> - 18294: <-0.006868, 0.005156, -0.000391> - 18295: <-0.007092, 0.004815, -0.000394> - 18296: <-0.006875, 0.005162, 0.000000> - 18297: <-0.006633, 0.005489, 0.000000> - 18298: <-0.006626, 0.005483, -0.000389> - 18299: <-0.006868, 0.005156, -0.000391> - 18300: <-0.006633, 0.005489, 0.000000> - 18301: <-0.006373, 0.005801, 0.000000> - 18302: <-0.006366, 0.005794, -0.000388> - 18303: <-0.006626, 0.005483, -0.000389> - 18304: <-0.006366, -0.005794, -0.000388> - 18305: <-0.006626, -0.005483, -0.000389> - 18306: <-0.006605, -0.005466, -0.000777> - 18307: <-0.006346, -0.005776, -0.000774> - 18308: <-0.006626, -0.005483, -0.000389> - 18309: <-0.006868, -0.005156, -0.000391> - 18310: <-0.006846, -0.005140, -0.000781> - 18311: <-0.006605, -0.005466, -0.000777> - 18312: <-0.006868, -0.005156, -0.000391> - 18313: <-0.007092, -0.004815, -0.000394> - 18314: <-0.007069, -0.004800, -0.000786> - 18315: <-0.006846, -0.005140, -0.000781> - 18316: <-0.007092, -0.004815, -0.000394> - 18317: <-0.007298, -0.004460, -0.000397> - 18318: <-0.007275, -0.004446, -0.000792> - 18319: <-0.007069, -0.004800, -0.000786> - 18320: <-0.007298, -0.004460, -0.000397> - 18321: <-0.007487, -0.004093, -0.000400> - 18322: <-0.007462, -0.004081, -0.000799> - 18323: <-0.007275, -0.004446, -0.000792> - 18324: <-0.007487, -0.004093, -0.000400> - 18325: <-0.007657, -0.003716, -0.000404> - 18326: <-0.007632, -0.003704, -0.000807> - 18327: <-0.007462, -0.004081, -0.000799> - 18328: <-0.007657, -0.003716, -0.000404> - 18329: <-0.007810, -0.003328, -0.000408> - 18330: <-0.007785, -0.003318, -0.000814> - 18331: <-0.007632, -0.003704, -0.000807> - 18332: <-0.007810, -0.003328, -0.000408> - 18333: <-0.007945, -0.002931, -0.000412> - 18334: <-0.007919, -0.002922, -0.000822> - 18335: <-0.007785, -0.003318, -0.000814> - 18336: <-0.007945, -0.002931, -0.000412> - 18337: <-0.008062, -0.002527, -0.000415> - 18338: <-0.008036, -0.002519, -0.000829> - 18339: <-0.007919, -0.002922, -0.000822> - 18340: <-0.008062, -0.002527, -0.000415> - 18341: <-0.008161, -0.002116, -0.000419> - 18342: <-0.008134, -0.002109, -0.000836> - 18343: <-0.008036, -0.002519, -0.000829> - 18344: <-0.008161, -0.002116, -0.000419> - 18345: <-0.008242, -0.001699, -0.000422> - 18346: <-0.008215, -0.001694, -0.000842> - 18347: <-0.008134, -0.002109, -0.000836> - 18348: <-0.008242, -0.001699, -0.000422> - 18349: <-0.008305, -0.001278, -0.000424> - 18350: <-0.008278, -0.001275, -0.000848> - 18351: <-0.008215, -0.001694, -0.000842> - 18352: <-0.008305, -0.001278, -0.000424> - 18353: <-0.008350, -0.000854, -0.000426> - 18354: <-0.008323, -0.000852, -0.000852> - 18355: <-0.008278, -0.001275, -0.000848> - 18356: <-0.008350, -0.000854, -0.000426> - 18357: <-0.008377, -0.000428, -0.000428> - 18358: <-0.008350, -0.000426, -0.000854> - 18359: <-0.008323, -0.000852, -0.000852> - 18360: <-0.008377, -0.000428, -0.000428> - 18361: <-0.008386, 0.000000, -0.000428> - 18362: <-0.008359, 0.000000, -0.000855> - 18363: <-0.008350, -0.000426, -0.000854> - 18364: <-0.008386, 0.000000, -0.000428> - 18365: <-0.008377, 0.000428, -0.000428> - 18366: <-0.008350, 0.000426, -0.000854> - 18367: <-0.008359, 0.000000, -0.000855> - 18368: <-0.008377, 0.000428, -0.000428> - 18369: <-0.008350, 0.000854, -0.000426> - 18370: <-0.008323, 0.000852, -0.000852> - 18371: <-0.008350, 0.000426, -0.000854> - 18372: <-0.008350, 0.000854, -0.000426> - 18373: <-0.008305, 0.001278, -0.000424> - 18374: <-0.008278, 0.001275, -0.000848> - 18375: <-0.008323, 0.000852, -0.000852> - 18376: <-0.008305, 0.001278, -0.000424> - 18377: <-0.008242, 0.001699, -0.000422> - 18378: <-0.008215, 0.001694, -0.000842> - 18379: <-0.008278, 0.001275, -0.000848> - 18380: <-0.008242, 0.001699, -0.000422> - 18381: <-0.008161, 0.002116, -0.000419> - 18382: <-0.008134, 0.002109, -0.000836> - 18383: <-0.008215, 0.001694, -0.000842> - 18384: <-0.008161, 0.002116, -0.000419> - 18385: <-0.008062, 0.002527, -0.000415> - 18386: <-0.008036, 0.002519, -0.000829> - 18387: <-0.008134, 0.002109, -0.000836> - 18388: <-0.008062, 0.002527, -0.000415> - 18389: <-0.007945, 0.002931, -0.000412> - 18390: <-0.007919, 0.002922, -0.000822> - 18391: <-0.008036, 0.002519, -0.000829> - 18392: <-0.007945, 0.002931, -0.000412> - 18393: <-0.007810, 0.003328, -0.000408> - 18394: <-0.007785, 0.003318, -0.000814> - 18395: <-0.007919, 0.002922, -0.000822> - 18396: <-0.007810, 0.003328, -0.000408> - 18397: <-0.007657, 0.003716, -0.000404> - 18398: <-0.007632, 0.003704, -0.000807> - 18399: <-0.007785, 0.003318, -0.000814> - 18400: <-0.007657, 0.003716, -0.000404> - 18401: <-0.007487, 0.004093, -0.000400> - 18402: <-0.007462, 0.004081, -0.000799> - 18403: <-0.007632, 0.003704, -0.000807> - 18404: <-0.007487, 0.004093, -0.000400> - 18405: <-0.007298, 0.004460, -0.000397> - 18406: <-0.007275, 0.004446, -0.000792> - 18407: <-0.007462, 0.004081, -0.000799> - 18408: <-0.007298, 0.004460, -0.000397> - 18409: <-0.007092, 0.004815, -0.000394> - 18410: <-0.007069, 0.004800, -0.000786> - 18411: <-0.007275, 0.004446, -0.000792> - 18412: <-0.007092, 0.004815, -0.000394> - 18413: <-0.006868, 0.005156, -0.000391> - 18414: <-0.006846, 0.005140, -0.000781> - 18415: <-0.007069, 0.004800, -0.000786> - 18416: <-0.006868, 0.005156, -0.000391> - 18417: <-0.006626, 0.005483, -0.000389> - 18418: <-0.006605, 0.005466, -0.000777> - 18419: <-0.006846, 0.005140, -0.000781> - 18420: <-0.006626, 0.005483, -0.000389> - 18421: <-0.006366, 0.005794, -0.000388> - 18422: <-0.006346, 0.005776, -0.000774> - 18423: <-0.006605, 0.005466, -0.000777> - 18424: <-0.006346, -0.005776, -0.000774> - 18425: <-0.006605, -0.005466, -0.000777> - 18426: <-0.006570, -0.005438, -0.001161> - 18427: <-0.006313, -0.005747, -0.001157> - 18428: <-0.006605, -0.005466, -0.000777> - 18429: <-0.006846, -0.005140, -0.000781> - 18430: <-0.006810, -0.005114, -0.001168> - 18431: <-0.006570, -0.005438, -0.001161> - 18432: <-0.006846, -0.005140, -0.000781> - 18433: <-0.007069, -0.004800, -0.000786> - 18434: <-0.007032, -0.004776, -0.001176> - 18435: <-0.006810, -0.005114, -0.001168> - 18436: <-0.007069, -0.004800, -0.000786> - 18437: <-0.007275, -0.004446, -0.000792> - 18438: <-0.007236, -0.004424, -0.001185> - 18439: <-0.007032, -0.004776, -0.001176> - 18440: <-0.007275, -0.004446, -0.000792> - 18441: <-0.007462, -0.004081, -0.000799> - 18442: <-0.007423, -0.004061, -0.001196> - 18443: <-0.007236, -0.004424, -0.001185> - 18444: <-0.007462, -0.004081, -0.000799> - 18445: <-0.007632, -0.003704, -0.000807> - 18446: <-0.007591, -0.003686, -0.001207> - 18447: <-0.007423, -0.004061, -0.001196> - 18448: <-0.007632, -0.003704, -0.000807> - 18449: <-0.007785, -0.003318, -0.000814> - 18450: <-0.007743, -0.003302, -0.001219> - 18451: <-0.007591, -0.003686, -0.001207> - 18452: <-0.007785, -0.003318, -0.000814> - 18453: <-0.007919, -0.002922, -0.000822> - 18454: <-0.007876, -0.002908, -0.001230> - 18455: <-0.007743, -0.003302, -0.001219> - 18456: <-0.007919, -0.002922, -0.000822> - 18457: <-0.008036, -0.002519, -0.000829> - 18458: <-0.007992, -0.002507, -0.001241> - 18459: <-0.007876, -0.002908, -0.001230> - 18460: <-0.008036, -0.002519, -0.000829> - 18461: <-0.008134, -0.002109, -0.000836> - 18462: <-0.008090, -0.002099, -0.001252> - 18463: <-0.007992, -0.002507, -0.001241> - 18464: <-0.008134, -0.002109, -0.000836> - 18465: <-0.008215, -0.001694, -0.000842> - 18466: <-0.008171, -0.001686, -0.001261> - 18467: <-0.008090, -0.002099, -0.001252> - 18468: <-0.008215, -0.001694, -0.000842> - 18469: <-0.008278, -0.001275, -0.000848> - 18470: <-0.008233, -0.001269, -0.001269> - 18471: <-0.008171, -0.001686, -0.001261> - 18472: <-0.008278, -0.001275, -0.000848> - 18473: <-0.008323, -0.000852, -0.000852> - 18474: <-0.008278, -0.000848, -0.001275> - 18475: <-0.008233, -0.001269, -0.001269> - 18476: <-0.008323, -0.000852, -0.000852> - 18477: <-0.008350, -0.000426, -0.000854> - 18478: <-0.008305, -0.000424, -0.001278> - 18479: <-0.008278, -0.000848, -0.001275> - 18480: <-0.008350, -0.000426, -0.000854> - 18481: <-0.008359, 0.000000, -0.000855> - 18482: <-0.008314, 0.000000, -0.001280> - 18483: <-0.008305, -0.000424, -0.001278> - 18484: <-0.008359, 0.000000, -0.000855> - 18485: <-0.008350, 0.000426, -0.000854> - 18486: <-0.008305, 0.000424, -0.001278> - 18487: <-0.008314, 0.000000, -0.001280> - 18488: <-0.008350, 0.000426, -0.000854> - 18489: <-0.008323, 0.000852, -0.000852> - 18490: <-0.008278, 0.000848, -0.001275> - 18491: <-0.008305, 0.000424, -0.001278> - 18492: <-0.008323, 0.000852, -0.000852> - 18493: <-0.008278, 0.001275, -0.000848> - 18494: <-0.008233, 0.001269, -0.001269> - 18495: <-0.008278, 0.000848, -0.001275> - 18496: <-0.008278, 0.001275, -0.000848> - 18497: <-0.008215, 0.001694, -0.000842> - 18498: <-0.008171, 0.001686, -0.001261> - 18499: <-0.008233, 0.001269, -0.001269> - 18500: <-0.008215, 0.001694, -0.000842> - 18501: <-0.008134, 0.002109, -0.000836> - 18502: <-0.008090, 0.002099, -0.001252> - 18503: <-0.008171, 0.001686, -0.001261> - 18504: <-0.008134, 0.002109, -0.000836> - 18505: <-0.008036, 0.002519, -0.000829> - 18506: <-0.007992, 0.002507, -0.001241> - 18507: <-0.008090, 0.002099, -0.001252> - 18508: <-0.008036, 0.002519, -0.000829> - 18509: <-0.007919, 0.002922, -0.000822> - 18510: <-0.007876, 0.002908, -0.001230> - 18511: <-0.007992, 0.002507, -0.001241> - 18512: <-0.007919, 0.002922, -0.000822> - 18513: <-0.007785, 0.003318, -0.000814> - 18514: <-0.007743, 0.003302, -0.001219> - 18515: <-0.007876, 0.002908, -0.001230> - 18516: <-0.007785, 0.003318, -0.000814> - 18517: <-0.007632, 0.003704, -0.000807> - 18518: <-0.007591, 0.003686, -0.001207> - 18519: <-0.007743, 0.003302, -0.001219> - 18520: <-0.007632, 0.003704, -0.000807> - 18521: <-0.007462, 0.004081, -0.000799> - 18522: <-0.007423, 0.004061, -0.001196> - 18523: <-0.007591, 0.003686, -0.001207> - 18524: <-0.007462, 0.004081, -0.000799> - 18525: <-0.007275, 0.004446, -0.000792> - 18526: <-0.007236, 0.004424, -0.001185> - 18527: <-0.007423, 0.004061, -0.001196> - 18528: <-0.007275, 0.004446, -0.000792> - 18529: <-0.007069, 0.004800, -0.000786> - 18530: <-0.007032, 0.004776, -0.001176> - 18531: <-0.007236, 0.004424, -0.001185> - 18532: <-0.007069, 0.004800, -0.000786> - 18533: <-0.006846, 0.005140, -0.000781> - 18534: <-0.006810, 0.005114, -0.001168> - 18535: <-0.007032, 0.004776, -0.001176> - 18536: <-0.006846, 0.005140, -0.000781> - 18537: <-0.006605, 0.005466, -0.000777> - 18538: <-0.006570, 0.005438, -0.001161> - 18539: <-0.006810, 0.005114, -0.001168> - 18540: <-0.006605, 0.005466, -0.000777> - 18541: <-0.006346, 0.005776, -0.000774> - 18542: <-0.006313, 0.005747, -0.001157> - 18543: <-0.006570, 0.005438, -0.001161> - 18544: <-0.006313, -0.005747, -0.001157> - 18545: <-0.006570, -0.005438, -0.001161> - 18546: <-0.006523, -0.005401, -0.001541> - 18547: <-0.006269, -0.005707, -0.001536> - 18548: <-0.006570, -0.005438, -0.001161> - 18549: <-0.006810, -0.005114, -0.001168> - 18550: <-0.006761, -0.005080, -0.001550> - 18551: <-0.006523, -0.005401, -0.001541> - 18552: <-0.006810, -0.005114, -0.001168> - 18553: <-0.007032, -0.004776, -0.001176> - 18554: <-0.006980, -0.004744, -0.001561> - 18555: <-0.006761, -0.005080, -0.001550> - 18556: <-0.007032, -0.004776, -0.001176> - 18557: <-0.007236, -0.004424, -0.001185> - 18558: <-0.007183, -0.004395, -0.001574> - 18559: <-0.006980, -0.004744, -0.001561> - 18560: <-0.007236, -0.004424, -0.001185> - 18561: <-0.007423, -0.004061, -0.001196> - 18562: <-0.007367, -0.004034, -0.001588> - 18563: <-0.007183, -0.004395, -0.001574> - 18564: <-0.007423, -0.004061, -0.001196> - 18565: <-0.007591, -0.003686, -0.001207> - 18566: <-0.007535, -0.003663, -0.001603> - 18567: <-0.007367, -0.004034, -0.001588> - 18568: <-0.007591, -0.003686, -0.001207> - 18569: <-0.007743, -0.003302, -0.001219> - 18570: <-0.007684, -0.003281, -0.001619> - 18571: <-0.007535, -0.003663, -0.001603> - 18572: <-0.007743, -0.003302, -0.001219> - 18573: <-0.007876, -0.002908, -0.001230> - 18574: <-0.007817, -0.002890, -0.001635> - 18575: <-0.007684, -0.003281, -0.001619> - 18576: <-0.007876, -0.002908, -0.001230> - 18577: <-0.007992, -0.002507, -0.001241> - 18578: <-0.007932, -0.002492, -0.001650> - 18579: <-0.007817, -0.002890, -0.001635> - 18580: <-0.007992, -0.002507, -0.001241> - 18581: <-0.008090, -0.002099, -0.001252> - 18582: <-0.008029, -0.002086, -0.001663> - 18583: <-0.007932, -0.002492, -0.001650> - 18584: <-0.008090, -0.002099, -0.001252> - 18585: <-0.008171, -0.001686, -0.001261> - 18586: <-0.008109, -0.001676, -0.001676> - 18587: <-0.008029, -0.002086, -0.001663> - 18588: <-0.008171, -0.001686, -0.001261> - 18589: <-0.008233, -0.001269, -0.001269> - 18590: <-0.008171, -0.001261, -0.001686> - 18591: <-0.008109, -0.001676, -0.001676> - 18592: <-0.008233, -0.001269, -0.001269> - 18593: <-0.008278, -0.000848, -0.001275> - 18594: <-0.008215, -0.000842, -0.001694> - 18595: <-0.008171, -0.001261, -0.001686> - 18596: <-0.008278, -0.000848, -0.001275> - 18597: <-0.008305, -0.000424, -0.001278> - 18598: <-0.008242, -0.000422, -0.001699> - 18599: <-0.008215, -0.000842, -0.001694> - 18600: <-0.008305, -0.000424, -0.001278> - 18601: <-0.008314, 0.000000, -0.001280> - 18602: <-0.008251, 0.000000, -0.001701> - 18603: <-0.008242, -0.000422, -0.001699> - 18604: <-0.008314, 0.000000, -0.001280> - 18605: <-0.008305, 0.000424, -0.001278> - 18606: <-0.008242, 0.000422, -0.001699> - 18607: <-0.008251, 0.000000, -0.001701> - 18608: <-0.008305, 0.000424, -0.001278> - 18609: <-0.008278, 0.000848, -0.001275> - 18610: <-0.008215, 0.000842, -0.001694> - 18611: <-0.008242, 0.000422, -0.001699> - 18612: <-0.008278, 0.000848, -0.001275> - 18613: <-0.008233, 0.001269, -0.001269> - 18614: <-0.008171, 0.001261, -0.001686> - 18615: <-0.008215, 0.000842, -0.001694> - 18616: <-0.008233, 0.001269, -0.001269> - 18617: <-0.008171, 0.001686, -0.001261> - 18618: <-0.008109, 0.001676, -0.001676> - 18619: <-0.008171, 0.001261, -0.001686> - 18620: <-0.008171, 0.001686, -0.001261> - 18621: <-0.008090, 0.002099, -0.001252> - 18622: <-0.008029, 0.002086, -0.001663> - 18623: <-0.008109, 0.001676, -0.001676> - 18624: <-0.008090, 0.002099, -0.001252> - 18625: <-0.007992, 0.002507, -0.001241> - 18626: <-0.007932, 0.002492, -0.001650> - 18627: <-0.008029, 0.002086, -0.001663> - 18628: <-0.007992, 0.002507, -0.001241> - 18629: <-0.007876, 0.002908, -0.001230> - 18630: <-0.007817, 0.002890, -0.001635> - 18631: <-0.007932, 0.002492, -0.001650> - 18632: <-0.007876, 0.002908, -0.001230> - 18633: <-0.007743, 0.003302, -0.001219> - 18634: <-0.007684, 0.003281, -0.001619> - 18635: <-0.007817, 0.002890, -0.001635> - 18636: <-0.007743, 0.003302, -0.001219> - 18637: <-0.007591, 0.003686, -0.001207> - 18638: <-0.007535, 0.003663, -0.001603> - 18639: <-0.007684, 0.003281, -0.001619> - 18640: <-0.007591, 0.003686, -0.001207> - 18641: <-0.007423, 0.004061, -0.001196> - 18642: <-0.007367, 0.004034, -0.001588> - 18643: <-0.007535, 0.003663, -0.001603> - 18644: <-0.007423, 0.004061, -0.001196> - 18645: <-0.007236, 0.004424, -0.001185> - 18646: <-0.007183, 0.004395, -0.001574> - 18647: <-0.007367, 0.004034, -0.001588> - 18648: <-0.007236, 0.004424, -0.001185> - 18649: <-0.007032, 0.004776, -0.001176> - 18650: <-0.006980, 0.004744, -0.001561> - 18651: <-0.007183, 0.004395, -0.001574> - 18652: <-0.007032, 0.004776, -0.001176> - 18653: <-0.006810, 0.005114, -0.001168> - 18654: <-0.006761, 0.005080, -0.001550> - 18655: <-0.006980, 0.004744, -0.001561> - 18656: <-0.006810, 0.005114, -0.001168> - 18657: <-0.006570, 0.005438, -0.001161> - 18658: <-0.006523, 0.005401, -0.001541> - 18659: <-0.006761, 0.005080, -0.001550> - 18660: <-0.006570, 0.005438, -0.001161> - 18661: <-0.006313, 0.005747, -0.001157> - 18662: <-0.006269, 0.005707, -0.001536> - 18663: <-0.006523, 0.005401, -0.001541> - 18664: <-0.006269, -0.005707, -0.001536> - 18665: <-0.006523, -0.005401, -0.001541> - 18666: <-0.006464, -0.005355, -0.001915> - 18667: <-0.006212, -0.005657, -0.001908> - 18668: <-0.006523, -0.005401, -0.001541> - 18669: <-0.006761, -0.005080, -0.001550> - 18670: <-0.006698, -0.005037, -0.001926> - 18671: <-0.006464, -0.005355, -0.001915> - 18672: <-0.006761, -0.005080, -0.001550> - 18673: <-0.006980, -0.004744, -0.001561> - 18674: <-0.006915, -0.004705, -0.001940> - 18675: <-0.006698, -0.005037, -0.001926> - 18676: <-0.006980, -0.004744, -0.001561> - 18677: <-0.007183, -0.004395, -0.001574> - 18678: <-0.007115, -0.004360, -0.001957> - 18679: <-0.006915, -0.004705, -0.001940> - 18680: <-0.007183, -0.004395, -0.001574> - 18681: <-0.007367, -0.004034, -0.001588> - 18682: <-0.007297, -0.004002, -0.001975> - 18683: <-0.007115, -0.004360, -0.001957> - 18684: <-0.007367, -0.004034, -0.001588> - 18685: <-0.007535, -0.003663, -0.001603> - 18686: <-0.007462, -0.003634, -0.001995> - 18687: <-0.007297, -0.004002, -0.001975> - 18688: <-0.007535, -0.003663, -0.001603> - 18689: <-0.007684, -0.003281, -0.001619> - 18690: <-0.007610, -0.003255, -0.002015> - 18691: <-0.007462, -0.003634, -0.001995> - 18692: <-0.007684, -0.003281, -0.001619> - 18693: <-0.007817, -0.002890, -0.001635> - 18694: <-0.007740, -0.002868, -0.002035> - 18695: <-0.007610, -0.003255, -0.002015> - 18696: <-0.007817, -0.002890, -0.001635> - 18697: <-0.007932, -0.002492, -0.001650> - 18698: <-0.007854, -0.002473, -0.002053> - 18699: <-0.007740, -0.002868, -0.002035> - 18700: <-0.007932, -0.002492, -0.001650> - 18701: <-0.008029, -0.002086, -0.001663> - 18702: <-0.007950, -0.002071, -0.002071> - 18703: <-0.007854, -0.002473, -0.002053> - 18704: <-0.008029, -0.002086, -0.001663> - 18705: <-0.008109, -0.001676, -0.001676> - 18706: <-0.008029, -0.001663, -0.002086> - 18707: <-0.007950, -0.002071, -0.002071> - 18708: <-0.008109, -0.001676, -0.001676> - 18709: <-0.008171, -0.001261, -0.001686> - 18710: <-0.008090, -0.001252, -0.002099> - 18711: <-0.008029, -0.001663, -0.002086> - 18712: <-0.008171, -0.001261, -0.001686> - 18713: <-0.008215, -0.000842, -0.001694> - 18714: <-0.008134, -0.000836, -0.002109> - 18715: <-0.008090, -0.001252, -0.002099> - 18716: <-0.008215, -0.000842, -0.001694> - 18717: <-0.008242, -0.000422, -0.001699> - 18718: <-0.008161, -0.000419, -0.002116> - 18719: <-0.008134, -0.000836, -0.002109> - 18720: <-0.008242, -0.000422, -0.001699> - 18721: <-0.008251, 0.000000, -0.001701> - 18722: <-0.008169, 0.000000, -0.002118> - 18723: <-0.008161, -0.000419, -0.002116> - 18724: <-0.008251, 0.000000, -0.001701> - 18725: <-0.008242, 0.000422, -0.001699> - 18726: <-0.008161, 0.000419, -0.002116> - 18727: <-0.008169, 0.000000, -0.002118> - 18728: <-0.008242, 0.000422, -0.001699> - 18729: <-0.008215, 0.000842, -0.001694> - 18730: <-0.008134, 0.000836, -0.002109> - 18731: <-0.008161, 0.000419, -0.002116> - 18732: <-0.008215, 0.000842, -0.001694> - 18733: <-0.008171, 0.001261, -0.001686> - 18734: <-0.008090, 0.001252, -0.002099> - 18735: <-0.008134, 0.000836, -0.002109> - 18736: <-0.008171, 0.001261, -0.001686> - 18737: <-0.008109, 0.001676, -0.001676> - 18738: <-0.008029, 0.001663, -0.002086> - 18739: <-0.008090, 0.001252, -0.002099> - 18740: <-0.008109, 0.001676, -0.001676> - 18741: <-0.008029, 0.002086, -0.001663> - 18742: <-0.007950, 0.002071, -0.002071> - 18743: <-0.008029, 0.001663, -0.002086> - 18744: <-0.008029, 0.002086, -0.001663> - 18745: <-0.007932, 0.002492, -0.001650> - 18746: <-0.007854, 0.002473, -0.002053> - 18747: <-0.007950, 0.002071, -0.002071> - 18748: <-0.007932, 0.002492, -0.001650> - 18749: <-0.007817, 0.002890, -0.001635> - 18750: <-0.007740, 0.002868, -0.002035> - 18751: <-0.007854, 0.002473, -0.002053> - 18752: <-0.007817, 0.002890, -0.001635> - 18753: <-0.007684, 0.003281, -0.001619> - 18754: <-0.007610, 0.003255, -0.002015> - 18755: <-0.007740, 0.002868, -0.002035> - 18756: <-0.007684, 0.003281, -0.001619> - 18757: <-0.007535, 0.003663, -0.001603> - 18758: <-0.007462, 0.003634, -0.001995> - 18759: <-0.007610, 0.003255, -0.002015> - 18760: <-0.007535, 0.003663, -0.001603> - 18761: <-0.007367, 0.004034, -0.001588> - 18762: <-0.007297, 0.004002, -0.001975> - 18763: <-0.007462, 0.003634, -0.001995> - 18764: <-0.007367, 0.004034, -0.001588> - 18765: <-0.007183, 0.004395, -0.001574> - 18766: <-0.007115, 0.004360, -0.001957> - 18767: <-0.007297, 0.004002, -0.001975> - 18768: <-0.007183, 0.004395, -0.001574> - 18769: <-0.006980, 0.004744, -0.001561> - 18770: <-0.006915, 0.004705, -0.001940> - 18771: <-0.007115, 0.004360, -0.001957> - 18772: <-0.006980, 0.004744, -0.001561> - 18773: <-0.006761, 0.005080, -0.001550> - 18774: <-0.006698, 0.005037, -0.001926> - 18775: <-0.006915, 0.004705, -0.001940> - 18776: <-0.006761, 0.005080, -0.001550> - 18777: <-0.006523, 0.005401, -0.001541> - 18778: <-0.006464, 0.005355, -0.001915> - 18779: <-0.006698, 0.005037, -0.001926> - 18780: <-0.006523, 0.005401, -0.001541> - 18781: <-0.006269, 0.005707, -0.001536> - 18782: <-0.006212, 0.005657, -0.001908> - 18783: <-0.006464, 0.005355, -0.001915> - 18784: <-0.006212, -0.005657, -0.001908> - 18785: <-0.006464, -0.005355, -0.001915> - 18786: <-0.006393, -0.005301, -0.002281> - 18787: <-0.006146, -0.005599, -0.002272> - 18788: <-0.006464, -0.005355, -0.001915> - 18789: <-0.006698, -0.005037, -0.001926> - 18790: <-0.006623, -0.004987, -0.002295> - 18791: <-0.006393, -0.005301, -0.002281> - 18792: <-0.006698, -0.005037, -0.001926> - 18793: <-0.006915, -0.004705, -0.001940> - 18794: <-0.006836, -0.004659, -0.002313> - 18795: <-0.006623, -0.004987, -0.002295> - 18796: <-0.006915, -0.004705, -0.001940> - 18797: <-0.007115, -0.004360, -0.001957> - 18798: <-0.007033, -0.004318, -0.002333> - 18799: <-0.006836, -0.004659, -0.002313> - 18800: <-0.007115, -0.004360, -0.001957> - 18801: <-0.007297, -0.004002, -0.001975> - 18802: <-0.007212, -0.003965, -0.002356> - 18803: <-0.007033, -0.004318, -0.002333> - 18804: <-0.007297, -0.004002, -0.001975> - 18805: <-0.007462, -0.003634, -0.001995> - 18806: <-0.007374, -0.003601, -0.002380> - 18807: <-0.007212, -0.003965, -0.002356> - 18808: <-0.007462, -0.003634, -0.001995> - 18809: <-0.007610, -0.003255, -0.002015> - 18810: <-0.007519, -0.003227, -0.002405> - 18811: <-0.007374, -0.003601, -0.002380> - 18812: <-0.007610, -0.003255, -0.002015> - 18813: <-0.007740, -0.002868, -0.002035> - 18814: <-0.007648, -0.002843, -0.002429> - 18815: <-0.007519, -0.003227, -0.002405> - 18816: <-0.007740, -0.002868, -0.002035> - 18817: <-0.007854, -0.002473, -0.002053> - 18818: <-0.007759, -0.002452, -0.002452> - 18819: <-0.007648, -0.002843, -0.002429> - 18820: <-0.007854, -0.002473, -0.002053> - 18821: <-0.007950, -0.002071, -0.002071> - 18822: <-0.007854, -0.002053, -0.002473> - 18823: <-0.007759, -0.002452, -0.002452> - 18824: <-0.007950, -0.002071, -0.002071> - 18825: <-0.008029, -0.001663, -0.002086> - 18826: <-0.007932, -0.001650, -0.002492> - 18827: <-0.007854, -0.002053, -0.002473> - 18828: <-0.008029, -0.001663, -0.002086> - 18829: <-0.008090, -0.001252, -0.002099> - 18830: <-0.007992, -0.001241, -0.002507> - 18831: <-0.007932, -0.001650, -0.002492> - 18832: <-0.008090, -0.001252, -0.002099> - 18833: <-0.008134, -0.000836, -0.002109> - 18834: <-0.008036, -0.000829, -0.002519> - 18835: <-0.007992, -0.001241, -0.002507> - 18836: <-0.008134, -0.000836, -0.002109> - 18837: <-0.008161, -0.000419, -0.002116> - 18838: <-0.008062, -0.000415, -0.002527> - 18839: <-0.008036, -0.000829, -0.002519> - 18840: <-0.008161, -0.000419, -0.002116> - 18841: <-0.008169, 0.000000, -0.002118> - 18842: <-0.008070, 0.000000, -0.002530> - 18843: <-0.008062, -0.000415, -0.002527> - 18844: <-0.008169, 0.000000, -0.002118> - 18845: <-0.008161, 0.000419, -0.002116> - 18846: <-0.008062, 0.000415, -0.002527> - 18847: <-0.008070, 0.000000, -0.002530> - 18848: <-0.008161, 0.000419, -0.002116> - 18849: <-0.008134, 0.000836, -0.002109> - 18850: <-0.008036, 0.000829, -0.002519> - 18851: <-0.008062, 0.000415, -0.002527> - 18852: <-0.008134, 0.000836, -0.002109> - 18853: <-0.008090, 0.001252, -0.002099> - 18854: <-0.007992, 0.001241, -0.002507> - 18855: <-0.008036, 0.000829, -0.002519> - 18856: <-0.008090, 0.001252, -0.002099> - 18857: <-0.008029, 0.001663, -0.002086> - 18858: <-0.007932, 0.001650, -0.002492> - 18859: <-0.007992, 0.001241, -0.002507> - 18860: <-0.008029, 0.001663, -0.002086> - 18861: <-0.007950, 0.002071, -0.002071> - 18862: <-0.007854, 0.002053, -0.002473> - 18863: <-0.007932, 0.001650, -0.002492> - 18864: <-0.007950, 0.002071, -0.002071> - 18865: <-0.007854, 0.002473, -0.002053> - 18866: <-0.007759, 0.002452, -0.002452> - 18867: <-0.007854, 0.002053, -0.002473> - 18868: <-0.007854, 0.002473, -0.002053> - 18869: <-0.007740, 0.002868, -0.002035> - 18870: <-0.007648, 0.002843, -0.002429> - 18871: <-0.007759, 0.002452, -0.002452> - 18872: <-0.007740, 0.002868, -0.002035> - 18873: <-0.007610, 0.003255, -0.002015> - 18874: <-0.007519, 0.003227, -0.002405> - 18875: <-0.007648, 0.002843, -0.002429> - 18876: <-0.007610, 0.003255, -0.002015> - 18877: <-0.007462, 0.003634, -0.001995> - 18878: <-0.007374, 0.003601, -0.002380> - 18879: <-0.007519, 0.003227, -0.002405> - 18880: <-0.007462, 0.003634, -0.001995> - 18881: <-0.007297, 0.004002, -0.001975> - 18882: <-0.007212, 0.003965, -0.002356> - 18883: <-0.007374, 0.003601, -0.002380> - 18884: <-0.007297, 0.004002, -0.001975> - 18885: <-0.007115, 0.004360, -0.001957> - 18886: <-0.007033, 0.004318, -0.002333> - 18887: <-0.007212, 0.003965, -0.002356> - 18888: <-0.007115, 0.004360, -0.001957> - 18889: <-0.006915, 0.004705, -0.001940> - 18890: <-0.006836, 0.004659, -0.002313> - 18891: <-0.007033, 0.004318, -0.002333> - 18892: <-0.006915, 0.004705, -0.001940> - 18893: <-0.006698, 0.005037, -0.001926> - 18894: <-0.006623, 0.004987, -0.002295> - 18895: <-0.006836, 0.004659, -0.002313> - 18896: <-0.006698, 0.005037, -0.001926> - 18897: <-0.006464, 0.005355, -0.001915> - 18898: <-0.006393, 0.005301, -0.002281> - 18899: <-0.006623, 0.004987, -0.002295> - 18900: <-0.006464, 0.005355, -0.001915> - 18901: <-0.006212, 0.005657, -0.001908> - 18902: <-0.006146, 0.005599, -0.002272> - 18903: <-0.006393, 0.005301, -0.002281> - 18904: <-0.006146, -0.005599, -0.002272> - 18905: <-0.006393, -0.005301, -0.002281> - 18906: <-0.006311, -0.005240, -0.002638> - 18907: <-0.006069, -0.005533, -0.002627> - 18908: <-0.006393, -0.005301, -0.002281> - 18909: <-0.006623, -0.004987, -0.002295> - 18910: <-0.006537, -0.004931, -0.002655> - 18911: <-0.006311, -0.005240, -0.002638> - 18912: <-0.006623, -0.004987, -0.002295> - 18913: <-0.006836, -0.004659, -0.002313> - 18914: <-0.006745, -0.004609, -0.002676> - 18915: <-0.006537, -0.004931, -0.002655> - 18916: <-0.006836, -0.004659, -0.002313> - 18917: <-0.007033, -0.004318, -0.002333> - 18918: <-0.006937, -0.004273, -0.002701> - 18919: <-0.006745, -0.004609, -0.002676> - 18920: <-0.007033, -0.004318, -0.002333> - 18921: <-0.007212, -0.003965, -0.002356> - 18922: <-0.007112, -0.003924, -0.002729> - 18923: <-0.006937, -0.004273, -0.002701> - 18924: <-0.007212, -0.003965, -0.002356> - 18925: <-0.007374, -0.003601, -0.002380> - 18926: <-0.007270, -0.003565, -0.002758> - 18927: <-0.007112, -0.003924, -0.002729> - 18928: <-0.007374, -0.003601, -0.002380> - 18929: <-0.007519, -0.003227, -0.002405> - 18930: <-0.007412, -0.003195, -0.002787> - 18931: <-0.007270, -0.003565, -0.002758> - 18932: <-0.007519, -0.003227, -0.002405> - 18933: <-0.007648, -0.002843, -0.002429> - 18934: <-0.007538, -0.002816, -0.002816> - 18935: <-0.007412, -0.003195, -0.002787> - 18936: <-0.007648, -0.002843, -0.002429> - 18937: <-0.007759, -0.002452, -0.002452> - 18938: <-0.007648, -0.002429, -0.002843> - 18939: <-0.007538, -0.002816, -0.002816> - 18940: <-0.007759, -0.002452, -0.002452> - 18941: <-0.007854, -0.002053, -0.002473> - 18942: <-0.007740, -0.002035, -0.002868> - 18943: <-0.007648, -0.002429, -0.002843> - 18944: <-0.007854, -0.002053, -0.002473> - 18945: <-0.007932, -0.001650, -0.002492> - 18946: <-0.007817, -0.001635, -0.002890> - 18947: <-0.007740, -0.002035, -0.002868> - 18948: <-0.007932, -0.001650, -0.002492> - 18949: <-0.007992, -0.001241, -0.002507> - 18950: <-0.007876, -0.001230, -0.002908> - 18951: <-0.007817, -0.001635, -0.002890> - 18952: <-0.007992, -0.001241, -0.002507> - 18953: <-0.008036, -0.000829, -0.002519> - 18954: <-0.007919, -0.000822, -0.002922> - 18955: <-0.007876, -0.001230, -0.002908> - 18956: <-0.008036, -0.000829, -0.002519> - 18957: <-0.008062, -0.000415, -0.002527> - 18958: <-0.007945, -0.000412, -0.002931> - 18959: <-0.007919, -0.000822, -0.002922> - 18960: <-0.008062, -0.000415, -0.002527> - 18961: <-0.008070, 0.000000, -0.002530> - 18962: <-0.007953, 0.000000, -0.002934> - 18963: <-0.007945, -0.000412, -0.002931> - 18964: <-0.008070, 0.000000, -0.002530> - 18965: <-0.008062, 0.000415, -0.002527> - 18966: <-0.007945, 0.000412, -0.002931> - 18967: <-0.007953, 0.000000, -0.002934> - 18968: <-0.008062, 0.000415, -0.002527> - 18969: <-0.008036, 0.000829, -0.002519> - 18970: <-0.007919, 0.000822, -0.002922> - 18971: <-0.007945, 0.000412, -0.002931> - 18972: <-0.008036, 0.000829, -0.002519> - 18973: <-0.007992, 0.001241, -0.002507> - 18974: <-0.007876, 0.001230, -0.002908> - 18975: <-0.007919, 0.000822, -0.002922> - 18976: <-0.007992, 0.001241, -0.002507> - 18977: <-0.007932, 0.001650, -0.002492> - 18978: <-0.007817, 0.001635, -0.002890> - 18979: <-0.007876, 0.001230, -0.002908> - 18980: <-0.007932, 0.001650, -0.002492> - 18981: <-0.007854, 0.002053, -0.002473> - 18982: <-0.007740, 0.002035, -0.002868> - 18983: <-0.007817, 0.001635, -0.002890> - 18984: <-0.007854, 0.002053, -0.002473> - 18985: <-0.007759, 0.002452, -0.002452> - 18986: <-0.007648, 0.002429, -0.002843> - 18987: <-0.007740, 0.002035, -0.002868> - 18988: <-0.007759, 0.002452, -0.002452> - 18989: <-0.007648, 0.002843, -0.002429> - 18990: <-0.007538, 0.002816, -0.002816> - 18991: <-0.007648, 0.002429, -0.002843> - 18992: <-0.007648, 0.002843, -0.002429> - 18993: <-0.007519, 0.003227, -0.002405> - 18994: <-0.007412, 0.003195, -0.002787> - 18995: <-0.007538, 0.002816, -0.002816> - 18996: <-0.007519, 0.003227, -0.002405> - 18997: <-0.007374, 0.003601, -0.002380> - 18998: <-0.007270, 0.003565, -0.002758> - 18999: <-0.007412, 0.003195, -0.002787> - 19000: <-0.007374, 0.003601, -0.002380> - 19001: <-0.007212, 0.003965, -0.002356> - 19002: <-0.007112, 0.003924, -0.002729> - 19003: <-0.007270, 0.003565, -0.002758> - 19004: <-0.007212, 0.003965, -0.002356> - 19005: <-0.007033, 0.004318, -0.002333> - 19006: <-0.006937, 0.004273, -0.002701> - 19007: <-0.007112, 0.003924, -0.002729> - 19008: <-0.007033, 0.004318, -0.002333> - 19009: <-0.006836, 0.004659, -0.002313> - 19010: <-0.006745, 0.004609, -0.002676> - 19011: <-0.006937, 0.004273, -0.002701> - 19012: <-0.006836, 0.004659, -0.002313> - 19013: <-0.006623, 0.004987, -0.002295> - 19014: <-0.006537, 0.004931, -0.002655> - 19015: <-0.006745, 0.004609, -0.002676> - 19016: <-0.006623, 0.004987, -0.002295> - 19017: <-0.006393, 0.005301, -0.002281> - 19018: <-0.006311, 0.005240, -0.002638> - 19019: <-0.006537, 0.004931, -0.002655> - 19020: <-0.006393, 0.005301, -0.002281> - 19021: <-0.006146, 0.005599, -0.002272> - 19022: <-0.006069, 0.005533, -0.002627> - 19023: <-0.006311, 0.005240, -0.002638> - 19024: <-0.006069, -0.005533, -0.002627> - 19025: <-0.006311, -0.005240, -0.002638> - 19026: <-0.006219, -0.005172, -0.002984> - 19027: <-0.005983, -0.005459, -0.002971> - 19028: <-0.006311, -0.005240, -0.002638> - 19029: <-0.006537, -0.004931, -0.002655> - 19030: <-0.006439, -0.004870, -0.003004> - 19031: <-0.006219, -0.005172, -0.002984> - 19032: <-0.006537, -0.004931, -0.002655> - 19033: <-0.006745, -0.004609, -0.002676> - 19034: <-0.006641, -0.004553, -0.003030> - 19035: <-0.006439, -0.004870, -0.003004> - 19036: <-0.006745, -0.004609, -0.002676> - 19037: <-0.006937, -0.004273, -0.002701> - 19038: <-0.006828, -0.004223, -0.003060> - 19039: <-0.006641, -0.004553, -0.003030> - 19040: <-0.006937, -0.004273, -0.002701> - 19041: <-0.007112, -0.003924, -0.002729> - 19042: <-0.006998, -0.003880, -0.003093> - 19043: <-0.006828, -0.004223, -0.003060> - 19044: <-0.007112, -0.003924, -0.002729> - 19045: <-0.007270, -0.003565, -0.002758> - 19046: <-0.007152, -0.003526, -0.003127> - 19047: <-0.006998, -0.003880, -0.003093> - 19048: <-0.007270, -0.003565, -0.002758> - 19049: <-0.007412, -0.003195, -0.002787> - 19050: <-0.007290, -0.003162, -0.003162> - 19051: <-0.007152, -0.003526, -0.003127> - 19052: <-0.007412, -0.003195, -0.002787> - 19053: <-0.007538, -0.002816, -0.002816> - 19054: <-0.007412, -0.002787, -0.003195> - 19055: <-0.007290, -0.003162, -0.003162> - 19056: <-0.007538, -0.002816, -0.002816> - 19057: <-0.007648, -0.002429, -0.002843> - 19058: <-0.007519, -0.002405, -0.003227> - 19059: <-0.007412, -0.002787, -0.003195> - 19060: <-0.007648, -0.002429, -0.002843> - 19061: <-0.007740, -0.002035, -0.002868> - 19062: <-0.007610, -0.002015, -0.003255> - 19063: <-0.007519, -0.002405, -0.003227> - 19064: <-0.007740, -0.002035, -0.002868> - 19065: <-0.007817, -0.001635, -0.002890> - 19066: <-0.007684, -0.001619, -0.003281> - 19067: <-0.007610, -0.002015, -0.003255> - 19068: <-0.007817, -0.001635, -0.002890> - 19069: <-0.007876, -0.001230, -0.002908> - 19070: <-0.007743, -0.001219, -0.003302> - 19071: <-0.007684, -0.001619, -0.003281> - 19072: <-0.007876, -0.001230, -0.002908> - 19073: <-0.007919, -0.000822, -0.002922> - 19074: <-0.007785, -0.000814, -0.003318> - 19075: <-0.007743, -0.001219, -0.003302> - 19076: <-0.007919, -0.000822, -0.002922> - 19077: <-0.007945, -0.000412, -0.002931> - 19078: <-0.007810, -0.000408, -0.003328> - 19079: <-0.007785, -0.000814, -0.003318> - 19080: <-0.007945, -0.000412, -0.002931> - 19081: <-0.007953, 0.000000, -0.002934> - 19082: <-0.007818, 0.000000, -0.003331> - 19083: <-0.007810, -0.000408, -0.003328> - 19084: <-0.007953, 0.000000, -0.002934> - 19085: <-0.007945, 0.000412, -0.002931> - 19086: <-0.007810, 0.000408, -0.003328> - 19087: <-0.007818, 0.000000, -0.003331> - 19088: <-0.007945, 0.000412, -0.002931> - 19089: <-0.007919, 0.000822, -0.002922> - 19090: <-0.007785, 0.000814, -0.003318> - 19091: <-0.007810, 0.000408, -0.003328> - 19092: <-0.007919, 0.000822, -0.002922> - 19093: <-0.007876, 0.001230, -0.002908> - 19094: <-0.007743, 0.001219, -0.003302> - 19095: <-0.007785, 0.000814, -0.003318> - 19096: <-0.007876, 0.001230, -0.002908> - 19097: <-0.007817, 0.001635, -0.002890> - 19098: <-0.007684, 0.001619, -0.003281> - 19099: <-0.007743, 0.001219, -0.003302> - 19100: <-0.007817, 0.001635, -0.002890> - 19101: <-0.007740, 0.002035, -0.002868> - 19102: <-0.007610, 0.002015, -0.003255> - 19103: <-0.007684, 0.001619, -0.003281> - 19104: <-0.007740, 0.002035, -0.002868> - 19105: <-0.007648, 0.002429, -0.002843> - 19106: <-0.007519, 0.002405, -0.003227> - 19107: <-0.007610, 0.002015, -0.003255> - 19108: <-0.007648, 0.002429, -0.002843> - 19109: <-0.007538, 0.002816, -0.002816> - 19110: <-0.007412, 0.002787, -0.003195> - 19111: <-0.007519, 0.002405, -0.003227> - 19112: <-0.007538, 0.002816, -0.002816> - 19113: <-0.007412, 0.003195, -0.002787> - 19114: <-0.007290, 0.003162, -0.003162> - 19115: <-0.007412, 0.002787, -0.003195> - 19116: <-0.007412, 0.003195, -0.002787> - 19117: <-0.007270, 0.003565, -0.002758> - 19118: <-0.007152, 0.003526, -0.003127> - 19119: <-0.007290, 0.003162, -0.003162> - 19120: <-0.007270, 0.003565, -0.002758> - 19121: <-0.007112, 0.003924, -0.002729> - 19122: <-0.006998, 0.003880, -0.003093> - 19123: <-0.007152, 0.003526, -0.003127> - 19124: <-0.007112, 0.003924, -0.002729> - 19125: <-0.006937, 0.004273, -0.002701> - 19126: <-0.006828, 0.004223, -0.003060> - 19127: <-0.006998, 0.003880, -0.003093> - 19128: <-0.006937, 0.004273, -0.002701> - 19129: <-0.006745, 0.004609, -0.002676> - 19130: <-0.006641, 0.004553, -0.003030> - 19131: <-0.006828, 0.004223, -0.003060> - 19132: <-0.006745, 0.004609, -0.002676> - 19133: <-0.006537, 0.004931, -0.002655> - 19134: <-0.006439, 0.004870, -0.003004> - 19135: <-0.006641, 0.004553, -0.003030> - 19136: <-0.006537, 0.004931, -0.002655> - 19137: <-0.006311, 0.005240, -0.002638> - 19138: <-0.006219, 0.005172, -0.002984> - 19139: <-0.006439, 0.004870, -0.003004> - 19140: <-0.006311, 0.005240, -0.002638> - 19141: <-0.006069, 0.005533, -0.002627> - 19142: <-0.005983, 0.005459, -0.002971> - 19143: <-0.006219, 0.005172, -0.002984> - 19144: <-0.005983, -0.005459, -0.002971> - 19145: <-0.006219, -0.005172, -0.002984> - 19146: <-0.006117, -0.005099, -0.003318> - 19147: <-0.005888, -0.005379, -0.003302> - 19148: <-0.006219, -0.005172, -0.002984> - 19149: <-0.006439, -0.004870, -0.003004> - 19150: <-0.006329, -0.004804, -0.003342> - 19151: <-0.006117, -0.005099, -0.003318> - 19152: <-0.006439, -0.004870, -0.003004> - 19153: <-0.006641, -0.004553, -0.003030> - 19154: <-0.006525, -0.004494, -0.003372> - 19155: <-0.006329, -0.004804, -0.003342> - 19156: <-0.006641, -0.004553, -0.003030> - 19157: <-0.006828, -0.004223, -0.003060> - 19158: <-0.006705, -0.004170, -0.003407> - 19159: <-0.006525, -0.004494, -0.003372> - 19160: <-0.006828, -0.004223, -0.003060> - 19161: <-0.006998, -0.003880, -0.003093> - 19162: <-0.006870, -0.003834, -0.003446> - 19163: <-0.006705, -0.004170, -0.003407> - 19164: <-0.006998, -0.003880, -0.003093> - 19165: <-0.007152, -0.003526, -0.003127> - 19166: <-0.007018, -0.003486, -0.003486> - 19167: <-0.006870, -0.003834, -0.003446> - 19168: <-0.007152, -0.003526, -0.003127> - 19169: <-0.007290, -0.003162, -0.003162> - 19170: <-0.007152, -0.003127, -0.003526> - 19171: <-0.007018, -0.003486, -0.003486> - 19172: <-0.007290, -0.003162, -0.003162> - 19173: <-0.007412, -0.002787, -0.003195> - 19174: <-0.007270, -0.002758, -0.003565> - 19175: <-0.007152, -0.003127, -0.003526> - 19176: <-0.007412, -0.002787, -0.003195> - 19177: <-0.007519, -0.002405, -0.003227> - 19178: <-0.007374, -0.002380, -0.003601> - 19179: <-0.007270, -0.002758, -0.003565> - 19180: <-0.007519, -0.002405, -0.003227> - 19181: <-0.007610, -0.002015, -0.003255> - 19182: <-0.007462, -0.001995, -0.003634> - 19183: <-0.007374, -0.002380, -0.003601> - 19184: <-0.007610, -0.002015, -0.003255> - 19185: <-0.007684, -0.001619, -0.003281> - 19186: <-0.007535, -0.001603, -0.003663> - 19187: <-0.007462, -0.001995, -0.003634> - 19188: <-0.007684, -0.001619, -0.003281> - 19189: <-0.007743, -0.001219, -0.003302> - 19190: <-0.007591, -0.001207, -0.003686> - 19191: <-0.007535, -0.001603, -0.003663> - 19192: <-0.007743, -0.001219, -0.003302> - 19193: <-0.007785, -0.000814, -0.003318> - 19194: <-0.007632, -0.000807, -0.003704> - 19195: <-0.007591, -0.001207, -0.003686> - 19196: <-0.007785, -0.000814, -0.003318> - 19197: <-0.007810, -0.000408, -0.003328> - 19198: <-0.007657, -0.000404, -0.003716> - 19199: <-0.007632, -0.000807, -0.003704> - 19200: <-0.007810, -0.000408, -0.003328> - 19201: <-0.007818, 0.000000, -0.003331> - 19202: <-0.007665, 0.000000, -0.003720> - 19203: <-0.007657, -0.000404, -0.003716> - 19204: <-0.007818, 0.000000, -0.003331> - 19205: <-0.007810, 0.000408, -0.003328> - 19206: <-0.007657, 0.000404, -0.003716> - 19207: <-0.007665, 0.000000, -0.003720> - 19208: <-0.007810, 0.000408, -0.003328> - 19209: <-0.007785, 0.000814, -0.003318> - 19210: <-0.007632, 0.000807, -0.003704> - 19211: <-0.007657, 0.000404, -0.003716> - 19212: <-0.007785, 0.000814, -0.003318> - 19213: <-0.007743, 0.001219, -0.003302> - 19214: <-0.007591, 0.001207, -0.003686> - 19215: <-0.007632, 0.000807, -0.003704> - 19216: <-0.007743, 0.001219, -0.003302> - 19217: <-0.007684, 0.001619, -0.003281> - 19218: <-0.007535, 0.001603, -0.003663> - 19219: <-0.007591, 0.001207, -0.003686> - 19220: <-0.007684, 0.001619, -0.003281> - 19221: <-0.007610, 0.002015, -0.003255> - 19222: <-0.007462, 0.001995, -0.003634> - 19223: <-0.007535, 0.001603, -0.003663> - 19224: <-0.007610, 0.002015, -0.003255> - 19225: <-0.007519, 0.002405, -0.003227> - 19226: <-0.007374, 0.002380, -0.003601> - 19227: <-0.007462, 0.001995, -0.003634> - 19228: <-0.007519, 0.002405, -0.003227> - 19229: <-0.007412, 0.002787, -0.003195> - 19230: <-0.007270, 0.002758, -0.003565> - 19231: <-0.007374, 0.002380, -0.003601> - 19232: <-0.007412, 0.002787, -0.003195> - 19233: <-0.007290, 0.003162, -0.003162> - 19234: <-0.007152, 0.003127, -0.003526> - 19235: <-0.007270, 0.002758, -0.003565> - 19236: <-0.007290, 0.003162, -0.003162> - 19237: <-0.007152, 0.003526, -0.003127> - 19238: <-0.007018, 0.003486, -0.003486> - 19239: <-0.007152, 0.003127, -0.003526> - 19240: <-0.007152, 0.003526, -0.003127> - 19241: <-0.006998, 0.003880, -0.003093> - 19242: <-0.006870, 0.003834, -0.003446> - 19243: <-0.007018, 0.003486, -0.003486> - 19244: <-0.006998, 0.003880, -0.003093> - 19245: <-0.006828, 0.004223, -0.003060> - 19246: <-0.006705, 0.004170, -0.003407> - 19247: <-0.006870, 0.003834, -0.003446> - 19248: <-0.006828, 0.004223, -0.003060> - 19249: <-0.006641, 0.004553, -0.003030> - 19250: <-0.006525, 0.004494, -0.003372> - 19251: <-0.006705, 0.004170, -0.003407> - 19252: <-0.006641, 0.004553, -0.003030> - 19253: <-0.006439, 0.004870, -0.003004> - 19254: <-0.006329, 0.004804, -0.003342> - 19255: <-0.006525, 0.004494, -0.003372> - 19256: <-0.006439, 0.004870, -0.003004> - 19257: <-0.006219, 0.005172, -0.002984> - 19258: <-0.006117, 0.005099, -0.003318> - 19259: <-0.006329, 0.004804, -0.003342> - 19260: <-0.006219, 0.005172, -0.002984> - 19261: <-0.005983, 0.005459, -0.002971> - 19262: <-0.005888, 0.005379, -0.003302> - 19263: <-0.006117, 0.005099, -0.003318> - 19264: <-0.005888, -0.005379, -0.003302> - 19265: <-0.006117, -0.005099, -0.003318> - 19266: <-0.006006, -0.005023, -0.003637> - 19267: <-0.005786, -0.005294, -0.003619> - 19268: <-0.006117, -0.005099, -0.003318> - 19269: <-0.006329, -0.004804, -0.003342> - 19270: <-0.006210, -0.004736, -0.003666> - 19271: <-0.006006, -0.005023, -0.003637> - 19272: <-0.006329, -0.004804, -0.003342> - 19273: <-0.006525, -0.004494, -0.003372> - 19274: <-0.006397, -0.004434, -0.003701> - 19275: <-0.006210, -0.004736, -0.003666> - 19276: <-0.006525, -0.004494, -0.003372> - 19277: <-0.006705, -0.004170, -0.003407> - 19278: <-0.006570, -0.004117, -0.003743> - 19279: <-0.006397, -0.004434, -0.003701> - 19280: <-0.006705, -0.004170, -0.003407> - 19281: <-0.006870, -0.003834, -0.003446> - 19282: <-0.006727, -0.003788, -0.003788> - 19283: <-0.006570, -0.004117, -0.003743> - 19284: <-0.006870, -0.003834, -0.003446> - 19285: <-0.007018, -0.003486, -0.003486> - 19286: <-0.006870, -0.003446, -0.003834> - 19287: <-0.006727, -0.003788, -0.003788> - 19288: <-0.007018, -0.003486, -0.003486> - 19289: <-0.007152, -0.003127, -0.003526> - 19290: <-0.006998, -0.003093, -0.003880> - 19291: <-0.006870, -0.003446, -0.003834> - 19292: <-0.007152, -0.003127, -0.003526> - 19293: <-0.007270, -0.002758, -0.003565> - 19294: <-0.007112, -0.002729, -0.003924> - 19295: <-0.006998, -0.003093, -0.003880> - 19296: <-0.007270, -0.002758, -0.003565> - 19297: <-0.007374, -0.002380, -0.003601> - 19298: <-0.007212, -0.002356, -0.003965> - 19299: <-0.007112, -0.002729, -0.003924> - 19300: <-0.007374, -0.002380, -0.003601> - 19301: <-0.007462, -0.001995, -0.003634> - 19302: <-0.007297, -0.001975, -0.004002> - 19303: <-0.007212, -0.002356, -0.003965> - 19304: <-0.007462, -0.001995, -0.003634> - 19305: <-0.007535, -0.001603, -0.003663> - 19306: <-0.007367, -0.001588, -0.004034> - 19307: <-0.007297, -0.001975, -0.004002> - 19308: <-0.007535, -0.001603, -0.003663> - 19309: <-0.007591, -0.001207, -0.003686> - 19310: <-0.007423, -0.001196, -0.004061> - 19311: <-0.007367, -0.001588, -0.004034> - 19312: <-0.007591, -0.001207, -0.003686> - 19313: <-0.007632, -0.000807, -0.003704> - 19314: <-0.007462, -0.000799, -0.004081> - 19315: <-0.007423, -0.001196, -0.004061> - 19316: <-0.007632, -0.000807, -0.003704> - 19317: <-0.007657, -0.000404, -0.003716> - 19318: <-0.007487, -0.000400, -0.004093> - 19319: <-0.007462, -0.000799, -0.004081> - 19320: <-0.007657, -0.000404, -0.003716> - 19321: <-0.007665, 0.000000, -0.003720> - 19322: <-0.007495, 0.000000, -0.004098> - 19323: <-0.007487, -0.000400, -0.004093> - 19324: <-0.007665, 0.000000, -0.003720> - 19325: <-0.007657, 0.000404, -0.003716> - 19326: <-0.007487, 0.000400, -0.004093> - 19327: <-0.007495, 0.000000, -0.004098> - 19328: <-0.007657, 0.000404, -0.003716> - 19329: <-0.007632, 0.000807, -0.003704> - 19330: <-0.007462, 0.000799, -0.004081> - 19331: <-0.007487, 0.000400, -0.004093> - 19332: <-0.007632, 0.000807, -0.003704> - 19333: <-0.007591, 0.001207, -0.003686> - 19334: <-0.007423, 0.001196, -0.004061> - 19335: <-0.007462, 0.000799, -0.004081> - 19336: <-0.007591, 0.001207, -0.003686> - 19337: <-0.007535, 0.001603, -0.003663> - 19338: <-0.007367, 0.001588, -0.004034> - 19339: <-0.007423, 0.001196, -0.004061> - 19340: <-0.007535, 0.001603, -0.003663> - 19341: <-0.007462, 0.001995, -0.003634> - 19342: <-0.007297, 0.001975, -0.004002> - 19343: <-0.007367, 0.001588, -0.004034> - 19344: <-0.007462, 0.001995, -0.003634> - 19345: <-0.007374, 0.002380, -0.003601> - 19346: <-0.007212, 0.002356, -0.003965> - 19347: <-0.007297, 0.001975, -0.004002> - 19348: <-0.007374, 0.002380, -0.003601> - 19349: <-0.007270, 0.002758, -0.003565> - 19350: <-0.007112, 0.002729, -0.003924> - 19351: <-0.007212, 0.002356, -0.003965> - 19352: <-0.007270, 0.002758, -0.003565> - 19353: <-0.007152, 0.003127, -0.003526> - 19354: <-0.006998, 0.003093, -0.003880> - 19355: <-0.007112, 0.002729, -0.003924> - 19356: <-0.007152, 0.003127, -0.003526> - 19357: <-0.007018, 0.003486, -0.003486> - 19358: <-0.006870, 0.003446, -0.003834> - 19359: <-0.006998, 0.003093, -0.003880> - 19360: <-0.007018, 0.003486, -0.003486> - 19361: <-0.006870, 0.003834, -0.003446> - 19362: <-0.006727, 0.003788, -0.003788> - 19363: <-0.006870, 0.003446, -0.003834> - 19364: <-0.006870, 0.003834, -0.003446> - 19365: <-0.006705, 0.004170, -0.003407> - 19366: <-0.006570, 0.004117, -0.003743> - 19367: <-0.006727, 0.003788, -0.003788> - 19368: <-0.006705, 0.004170, -0.003407> - 19369: <-0.006525, 0.004494, -0.003372> - 19370: <-0.006397, 0.004434, -0.003701> - 19371: <-0.006570, 0.004117, -0.003743> - 19372: <-0.006525, 0.004494, -0.003372> - 19373: <-0.006329, 0.004804, -0.003342> - 19374: <-0.006210, 0.004736, -0.003666> - 19375: <-0.006397, 0.004434, -0.003701> - 19376: <-0.006329, 0.004804, -0.003342> - 19377: <-0.006117, 0.005099, -0.003318> - 19378: <-0.006006, 0.005023, -0.003637> - 19379: <-0.006210, 0.004736, -0.003666> - 19380: <-0.006117, 0.005099, -0.003318> - 19381: <-0.005888, 0.005379, -0.003302> - 19382: <-0.005786, 0.005294, -0.003619> - 19383: <-0.006006, 0.005023, -0.003637> - 19384: <-0.005786, -0.005294, -0.003619> - 19385: <-0.006006, -0.005023, -0.003637> - 19386: <-0.005887, -0.004946, -0.003941> - 19387: <-0.005678, -0.005207, -0.003918> - 19388: <-0.006006, -0.005023, -0.003637> - 19389: <-0.006210, -0.004736, -0.003666> - 19390: <-0.006080, -0.004668, -0.003975> - 19391: <-0.005887, -0.004946, -0.003941> - 19392: <-0.006210, -0.004736, -0.003666> - 19393: <-0.006397, -0.004434, -0.003701> - 19394: <-0.006257, -0.004374, -0.004017> - 19395: <-0.006080, -0.004668, -0.003975> - 19396: <-0.006397, -0.004434, -0.003701> - 19397: <-0.006570, -0.004117, -0.003743> - 19398: <-0.006421, -0.004065, -0.004065> - 19399: <-0.006257, -0.004374, -0.004017> - 19400: <-0.006570, -0.004117, -0.003743> - 19401: <-0.006727, -0.003788, -0.003788> - 19402: <-0.006570, -0.003743, -0.004117> - 19403: <-0.006421, -0.004065, -0.004065> - 19404: <-0.006727, -0.003788, -0.003788> - 19405: <-0.006870, -0.003446, -0.003834> - 19406: <-0.006705, -0.003407, -0.004170> - 19407: <-0.006570, -0.003743, -0.004117> - 19408: <-0.006870, -0.003446, -0.003834> - 19409: <-0.006998, -0.003093, -0.003880> - 19410: <-0.006828, -0.003060, -0.004223> - 19411: <-0.006705, -0.003407, -0.004170> - 19412: <-0.006998, -0.003093, -0.003880> - 19413: <-0.007112, -0.002729, -0.003924> - 19414: <-0.006937, -0.002701, -0.004273> - 19415: <-0.006828, -0.003060, -0.004223> - 19416: <-0.007112, -0.002729, -0.003924> - 19417: <-0.007212, -0.002356, -0.003965> - 19418: <-0.007033, -0.002333, -0.004318> - 19419: <-0.006937, -0.002701, -0.004273> - 19420: <-0.007212, -0.002356, -0.003965> - 19421: <-0.007297, -0.001975, -0.004002> - 19422: <-0.007115, -0.001957, -0.004360> - 19423: <-0.007033, -0.002333, -0.004318> - 19424: <-0.007297, -0.001975, -0.004002> - 19425: <-0.007367, -0.001588, -0.004034> - 19426: <-0.007183, -0.001574, -0.004395> - 19427: <-0.007115, -0.001957, -0.004360> - 19428: <-0.007367, -0.001588, -0.004034> - 19429: <-0.007423, -0.001196, -0.004061> - 19430: <-0.007236, -0.001185, -0.004424> - 19431: <-0.007183, -0.001574, -0.004395> - 19432: <-0.007423, -0.001196, -0.004061> - 19433: <-0.007462, -0.000799, -0.004081> - 19434: <-0.007275, -0.000792, -0.004446> - 19435: <-0.007236, -0.001185, -0.004424> - 19436: <-0.007462, -0.000799, -0.004081> - 19437: <-0.007487, -0.000400, -0.004093> - 19438: <-0.007298, -0.000397, -0.004460> - 19439: <-0.007275, -0.000792, -0.004446> - 19440: <-0.007487, -0.000400, -0.004093> - 19441: <-0.007495, 0.000000, -0.004098> - 19442: <-0.007306, 0.000000, -0.004465> - 19443: <-0.007298, -0.000397, -0.004460> - 19444: <-0.007495, 0.000000, -0.004098> - 19445: <-0.007487, 0.000400, -0.004093> - 19446: <-0.007298, 0.000397, -0.004460> - 19447: <-0.007306, 0.000000, -0.004465> - 19448: <-0.007487, 0.000400, -0.004093> - 19449: <-0.007462, 0.000799, -0.004081> - 19450: <-0.007275, 0.000792, -0.004446> - 19451: <-0.007298, 0.000397, -0.004460> - 19452: <-0.007462, 0.000799, -0.004081> - 19453: <-0.007423, 0.001196, -0.004061> - 19454: <-0.007236, 0.001185, -0.004424> - 19455: <-0.007275, 0.000792, -0.004446> - 19456: <-0.007423, 0.001196, -0.004061> - 19457: <-0.007367, 0.001588, -0.004034> - 19458: <-0.007183, 0.001574, -0.004395> - 19459: <-0.007236, 0.001185, -0.004424> - 19460: <-0.007367, 0.001588, -0.004034> - 19461: <-0.007297, 0.001975, -0.004002> - 19462: <-0.007115, 0.001957, -0.004360> - 19463: <-0.007183, 0.001574, -0.004395> - 19464: <-0.007297, 0.001975, -0.004002> - 19465: <-0.007212, 0.002356, -0.003965> - 19466: <-0.007033, 0.002333, -0.004318> - 19467: <-0.007115, 0.001957, -0.004360> - 19468: <-0.007212, 0.002356, -0.003965> - 19469: <-0.007112, 0.002729, -0.003924> - 19470: <-0.006937, 0.002701, -0.004273> - 19471: <-0.007033, 0.002333, -0.004318> - 19472: <-0.007112, 0.002729, -0.003924> - 19473: <-0.006998, 0.003093, -0.003880> - 19474: <-0.006828, 0.003060, -0.004223> - 19475: <-0.006937, 0.002701, -0.004273> - 19476: <-0.006998, 0.003093, -0.003880> - 19477: <-0.006870, 0.003446, -0.003834> - 19478: <-0.006705, 0.003407, -0.004170> - 19479: <-0.006828, 0.003060, -0.004223> - 19480: <-0.006870, 0.003446, -0.003834> - 19481: <-0.006727, 0.003788, -0.003788> - 19482: <-0.006570, 0.003743, -0.004117> - 19483: <-0.006705, 0.003407, -0.004170> - 19484: <-0.006727, 0.003788, -0.003788> - 19485: <-0.006570, 0.004117, -0.003743> - 19486: <-0.006421, 0.004065, -0.004065> - 19487: <-0.006570, 0.003743, -0.004117> - 19488: <-0.006570, 0.004117, -0.003743> - 19489: <-0.006397, 0.004434, -0.003701> - 19490: <-0.006257, 0.004374, -0.004017> - 19491: <-0.006421, 0.004065, -0.004065> - 19492: <-0.006397, 0.004434, -0.003701> - 19493: <-0.006210, 0.004736, -0.003666> - 19494: <-0.006080, 0.004668, -0.003975> - 19495: <-0.006257, 0.004374, -0.004017> - 19496: <-0.006210, 0.004736, -0.003666> - 19497: <-0.006006, 0.005023, -0.003637> - 19498: <-0.005887, 0.004946, -0.003941> - 19499: <-0.006080, 0.004668, -0.003975> - 19500: <-0.006006, 0.005023, -0.003637> - 19501: <-0.005786, 0.005294, -0.003619> - 19502: <-0.005678, 0.005207, -0.003918> - 19503: <-0.005887, 0.004946, -0.003941> - 19504: <-0.005678, -0.005207, -0.003918> - 19505: <-0.005887, -0.004946, -0.003941> - 19506: <-0.005760, -0.004870, -0.004226> - 19507: <-0.005564, -0.005120, -0.004199> - 19508: <-0.005887, -0.004946, -0.003941> - 19509: <-0.006080, -0.004668, -0.003975> - 19510: <-0.005939, -0.004602, -0.004267> - 19511: <-0.005760, -0.004870, -0.004226> - 19512: <-0.006080, -0.004668, -0.003975> - 19513: <-0.006257, -0.004374, -0.004017> - 19514: <-0.006105, -0.004318, -0.004318> - 19515: <-0.005939, -0.004602, -0.004267> - 19516: <-0.006257, -0.004374, -0.004017> - 19517: <-0.006421, -0.004065, -0.004065> - 19518: <-0.006257, -0.004017, -0.004374> - 19519: <-0.006105, -0.004318, -0.004318> - 19520: <-0.006421, -0.004065, -0.004065> - 19521: <-0.006570, -0.003743, -0.004117> - 19522: <-0.006397, -0.003701, -0.004434> - 19523: <-0.006257, -0.004017, -0.004374> - 19524: <-0.006570, -0.003743, -0.004117> - 19525: <-0.006705, -0.003407, -0.004170> - 19526: <-0.006525, -0.003372, -0.004494> - 19527: <-0.006397, -0.003701, -0.004434> - 19528: <-0.006705, -0.003407, -0.004170> - 19529: <-0.006828, -0.003060, -0.004223> - 19530: <-0.006641, -0.003030, -0.004553> - 19531: <-0.006525, -0.003372, -0.004494> - 19532: <-0.006828, -0.003060, -0.004223> - 19533: <-0.006937, -0.002701, -0.004273> - 19534: <-0.006745, -0.002676, -0.004609> - 19535: <-0.006641, -0.003030, -0.004553> - 19536: <-0.006937, -0.002701, -0.004273> - 19537: <-0.007033, -0.002333, -0.004318> - 19538: <-0.006836, -0.002313, -0.004659> - 19539: <-0.006745, -0.002676, -0.004609> - 19540: <-0.007033, -0.002333, -0.004318> - 19541: <-0.007115, -0.001957, -0.004360> - 19542: <-0.006915, -0.001940, -0.004705> - 19543: <-0.006836, -0.002313, -0.004659> - 19544: <-0.007115, -0.001957, -0.004360> - 19545: <-0.007183, -0.001574, -0.004395> - 19546: <-0.006980, -0.001561, -0.004744> - 19547: <-0.006915, -0.001940, -0.004705> - 19548: <-0.007183, -0.001574, -0.004395> - 19549: <-0.007236, -0.001185, -0.004424> - 19550: <-0.007032, -0.001176, -0.004776> - 19551: <-0.006980, -0.001561, -0.004744> - 19552: <-0.007236, -0.001185, -0.004424> - 19553: <-0.007275, -0.000792, -0.004446> - 19554: <-0.007069, -0.000786, -0.004800> - 19555: <-0.007032, -0.001176, -0.004776> - 19556: <-0.007275, -0.000792, -0.004446> - 19557: <-0.007298, -0.000397, -0.004460> - 19558: <-0.007092, -0.000394, -0.004815> - 19559: <-0.007069, -0.000786, -0.004800> - 19560: <-0.007298, -0.000397, -0.004460> - 19561: <-0.007306, 0.000000, -0.004465> - 19562: <-0.007099, 0.000000, -0.004820> - 19563: <-0.007092, -0.000394, -0.004815> - 19564: <-0.007306, 0.000000, -0.004465> - 19565: <-0.007298, 0.000397, -0.004460> - 19566: <-0.007092, 0.000394, -0.004815> - 19567: <-0.007099, 0.000000, -0.004820> - 19568: <-0.007298, 0.000397, -0.004460> - 19569: <-0.007275, 0.000792, -0.004446> - 19570: <-0.007069, 0.000786, -0.004800> - 19571: <-0.007092, 0.000394, -0.004815> - 19572: <-0.007275, 0.000792, -0.004446> - 19573: <-0.007236, 0.001185, -0.004424> - 19574: <-0.007032, 0.001176, -0.004776> - 19575: <-0.007069, 0.000786, -0.004800> - 19576: <-0.007236, 0.001185, -0.004424> - 19577: <-0.007183, 0.001574, -0.004395> - 19578: <-0.006980, 0.001561, -0.004744> - 19579: <-0.007032, 0.001176, -0.004776> - 19580: <-0.007183, 0.001574, -0.004395> - 19581: <-0.007115, 0.001957, -0.004360> - 19582: <-0.006915, 0.001940, -0.004705> - 19583: <-0.006980, 0.001561, -0.004744> - 19584: <-0.007115, 0.001957, -0.004360> - 19585: <-0.007033, 0.002333, -0.004318> - 19586: <-0.006836, 0.002313, -0.004659> - 19587: <-0.006915, 0.001940, -0.004705> - 19588: <-0.007033, 0.002333, -0.004318> - 19589: <-0.006937, 0.002701, -0.004273> - 19590: <-0.006745, 0.002676, -0.004609> - 19591: <-0.006836, 0.002313, -0.004659> - 19592: <-0.006937, 0.002701, -0.004273> - 19593: <-0.006828, 0.003060, -0.004223> - 19594: <-0.006641, 0.003030, -0.004553> - 19595: <-0.006745, 0.002676, -0.004609> - 19596: <-0.006828, 0.003060, -0.004223> - 19597: <-0.006705, 0.003407, -0.004170> - 19598: <-0.006525, 0.003372, -0.004494> - 19599: <-0.006641, 0.003030, -0.004553> - 19600: <-0.006705, 0.003407, -0.004170> - 19601: <-0.006570, 0.003743, -0.004117> - 19602: <-0.006397, 0.003701, -0.004434> - 19603: <-0.006525, 0.003372, -0.004494> - 19604: <-0.006570, 0.003743, -0.004117> - 19605: <-0.006421, 0.004065, -0.004065> - 19606: <-0.006257, 0.004017, -0.004374> - 19607: <-0.006397, 0.003701, -0.004434> - 19608: <-0.006421, 0.004065, -0.004065> - 19609: <-0.006257, 0.004374, -0.004017> - 19610: <-0.006105, 0.004318, -0.004318> - 19611: <-0.006257, 0.004017, -0.004374> - 19612: <-0.006257, 0.004374, -0.004017> - 19613: <-0.006080, 0.004668, -0.003975> - 19614: <-0.005939, 0.004602, -0.004267> - 19615: <-0.006105, 0.004318, -0.004318> - 19616: <-0.006080, 0.004668, -0.003975> - 19617: <-0.005887, 0.004946, -0.003941> - 19618: <-0.005760, 0.004870, -0.004226> - 19619: <-0.005939, 0.004602, -0.004267> - 19620: <-0.005887, 0.004946, -0.003941> - 19621: <-0.005678, 0.005207, -0.003918> - 19622: <-0.005564, 0.005120, -0.004199> - 19623: <-0.005760, 0.004870, -0.004226> - 19624: <-0.005564, -0.005120, -0.004199> - 19625: <-0.005760, -0.004870, -0.004226> - 19626: <-0.005623, -0.004798, -0.004494> - 19627: <-0.005446, -0.005034, -0.004460> - 19628: <-0.005760, -0.004870, -0.004226> - 19629: <-0.005939, -0.004602, -0.004267> - 19630: <-0.005788, -0.004542, -0.004542> - 19631: <-0.005623, -0.004798, -0.004494> - 19632: <-0.005939, -0.004602, -0.004267> - 19633: <-0.006105, -0.004318, -0.004318> - 19634: <-0.005939, -0.004267, -0.004602> - 19635: <-0.005788, -0.004542, -0.004542> - 19636: <-0.006105, -0.004318, -0.004318> - 19637: <-0.006257, -0.004017, -0.004374> - 19638: <-0.006080, -0.003975, -0.004668> - 19639: <-0.005939, -0.004267, -0.004602> - 19640: <-0.006257, -0.004017, -0.004374> - 19641: <-0.006397, -0.003701, -0.004434> - 19642: <-0.006210, -0.003666, -0.004736> - 19643: <-0.006080, -0.003975, -0.004668> - 19644: <-0.006397, -0.003701, -0.004434> - 19645: <-0.006525, -0.003372, -0.004494> - 19646: <-0.006329, -0.003342, -0.004804> - 19647: <-0.006210, -0.003666, -0.004736> - 19648: <-0.006525, -0.003372, -0.004494> - 19649: <-0.006641, -0.003030, -0.004553> - 19650: <-0.006439, -0.003004, -0.004870> - 19651: <-0.006329, -0.003342, -0.004804> - 19652: <-0.006641, -0.003030, -0.004553> - 19653: <-0.006745, -0.002676, -0.004609> - 19654: <-0.006537, -0.002655, -0.004931> - 19655: <-0.006439, -0.003004, -0.004870> - 19656: <-0.006745, -0.002676, -0.004609> - 19657: <-0.006836, -0.002313, -0.004659> - 19658: <-0.006623, -0.002295, -0.004987> - 19659: <-0.006537, -0.002655, -0.004931> - 19660: <-0.006836, -0.002313, -0.004659> - 19661: <-0.006915, -0.001940, -0.004705> - 19662: <-0.006698, -0.001926, -0.005037> - 19663: <-0.006623, -0.002295, -0.004987> - 19664: <-0.006915, -0.001940, -0.004705> - 19665: <-0.006980, -0.001561, -0.004744> - 19666: <-0.006761, -0.001550, -0.005080> - 19667: <-0.006698, -0.001926, -0.005037> - 19668: <-0.006980, -0.001561, -0.004744> - 19669: <-0.007032, -0.001176, -0.004776> - 19670: <-0.006810, -0.001168, -0.005114> - 19671: <-0.006761, -0.001550, -0.005080> - 19672: <-0.007032, -0.001176, -0.004776> - 19673: <-0.007069, -0.000786, -0.004800> - 19674: <-0.006846, -0.000781, -0.005140> - 19675: <-0.006810, -0.001168, -0.005114> - 19676: <-0.007069, -0.000786, -0.004800> - 19677: <-0.007092, -0.000394, -0.004815> - 19678: <-0.006868, -0.000391, -0.005156> - 19679: <-0.006846, -0.000781, -0.005140> - 19680: <-0.007092, -0.000394, -0.004815> - 19681: <-0.007099, 0.000000, -0.004820> - 19682: <-0.006875, 0.000000, -0.005162> - 19683: <-0.006868, -0.000391, -0.005156> - 19684: <-0.007099, 0.000000, -0.004820> - 19685: <-0.007092, 0.000394, -0.004815> - 19686: <-0.006868, 0.000391, -0.005156> - 19687: <-0.006875, 0.000000, -0.005162> - 19688: <-0.007092, 0.000394, -0.004815> - 19689: <-0.007069, 0.000786, -0.004800> - 19690: <-0.006846, 0.000781, -0.005140> - 19691: <-0.006868, 0.000391, -0.005156> - 19692: <-0.007069, 0.000786, -0.004800> - 19693: <-0.007032, 0.001176, -0.004776> - 19694: <-0.006810, 0.001168, -0.005114> - 19695: <-0.006846, 0.000781, -0.005140> - 19696: <-0.007032, 0.001176, -0.004776> - 19697: <-0.006980, 0.001561, -0.004744> - 19698: <-0.006761, 0.001550, -0.005080> - 19699: <-0.006810, 0.001168, -0.005114> - 19700: <-0.006980, 0.001561, -0.004744> - 19701: <-0.006915, 0.001940, -0.004705> - 19702: <-0.006698, 0.001926, -0.005037> - 19703: <-0.006761, 0.001550, -0.005080> - 19704: <-0.006915, 0.001940, -0.004705> - 19705: <-0.006836, 0.002313, -0.004659> - 19706: <-0.006623, 0.002295, -0.004987> - 19707: <-0.006698, 0.001926, -0.005037> - 19708: <-0.006836, 0.002313, -0.004659> - 19709: <-0.006745, 0.002676, -0.004609> - 19710: <-0.006537, 0.002655, -0.004931> - 19711: <-0.006623, 0.002295, -0.004987> - 19712: <-0.006745, 0.002676, -0.004609> - 19713: <-0.006641, 0.003030, -0.004553> - 19714: <-0.006439, 0.003004, -0.004870> - 19715: <-0.006537, 0.002655, -0.004931> - 19716: <-0.006641, 0.003030, -0.004553> - 19717: <-0.006525, 0.003372, -0.004494> - 19718: <-0.006329, 0.003342, -0.004804> - 19719: <-0.006439, 0.003004, -0.004870> - 19720: <-0.006525, 0.003372, -0.004494> - 19721: <-0.006397, 0.003701, -0.004434> - 19722: <-0.006210, 0.003666, -0.004736> - 19723: <-0.006329, 0.003342, -0.004804> - 19724: <-0.006397, 0.003701, -0.004434> - 19725: <-0.006257, 0.004017, -0.004374> - 19726: <-0.006080, 0.003975, -0.004668> - 19727: <-0.006210, 0.003666, -0.004736> - 19728: <-0.006257, 0.004017, -0.004374> - 19729: <-0.006105, 0.004318, -0.004318> - 19730: <-0.005939, 0.004267, -0.004602> - 19731: <-0.006080, 0.003975, -0.004668> - 19732: <-0.006105, 0.004318, -0.004318> - 19733: <-0.005939, 0.004602, -0.004267> - 19734: <-0.005788, 0.004542, -0.004542> - 19735: <-0.005939, 0.004267, -0.004602> - 19736: <-0.005939, 0.004602, -0.004267> - 19737: <-0.005760, 0.004870, -0.004226> - 19738: <-0.005623, 0.004798, -0.004494> - 19739: <-0.005788, 0.004542, -0.004542> - 19740: <-0.005760, 0.004870, -0.004226> - 19741: <-0.005564, 0.005120, -0.004199> - 19742: <-0.005446, 0.005034, -0.004460> - 19743: <-0.005623, 0.004798, -0.004494> - 19744: <-0.005446, -0.005034, -0.004460> - 19745: <-0.005623, -0.004798, -0.004494> - 19746: <-0.005479, -0.004738, -0.004738> - 19747: <-0.005326, -0.004959, -0.004691> - 19748: <-0.005623, -0.004798, -0.004494> - 19749: <-0.005788, -0.004542, -0.004542> - 19750: <-0.005623, -0.004494, -0.004798> - 19751: <-0.005479, -0.004738, -0.004738> - 19752: <-0.005788, -0.004542, -0.004542> - 19753: <-0.005939, -0.004267, -0.004602> - 19754: <-0.005760, -0.004226, -0.004870> - 19755: <-0.005623, -0.004494, -0.004798> - 19756: <-0.005939, -0.004267, -0.004602> - 19757: <-0.006080, -0.003975, -0.004668> - 19758: <-0.005887, -0.003941, -0.004946> - 19759: <-0.005760, -0.004226, -0.004870> - 19760: <-0.006080, -0.003975, -0.004668> - 19761: <-0.006210, -0.003666, -0.004736> - 19762: <-0.006006, -0.003637, -0.005023> - 19763: <-0.005887, -0.003941, -0.004946> - 19764: <-0.006210, -0.003666, -0.004736> - 19765: <-0.006329, -0.003342, -0.004804> - 19766: <-0.006117, -0.003318, -0.005099> - 19767: <-0.006006, -0.003637, -0.005023> - 19768: <-0.006329, -0.003342, -0.004804> - 19769: <-0.006439, -0.003004, -0.004870> - 19770: <-0.006219, -0.002984, -0.005172> - 19771: <-0.006117, -0.003318, -0.005099> - 19772: <-0.006439, -0.003004, -0.004870> - 19773: <-0.006537, -0.002655, -0.004931> - 19774: <-0.006311, -0.002638, -0.005240> - 19775: <-0.006219, -0.002984, -0.005172> - 19776: <-0.006537, -0.002655, -0.004931> - 19777: <-0.006623, -0.002295, -0.004987> - 19778: <-0.006393, -0.002281, -0.005301> - 19779: <-0.006311, -0.002638, -0.005240> - 19780: <-0.006623, -0.002295, -0.004987> - 19781: <-0.006698, -0.001926, -0.005037> - 19782: <-0.006464, -0.001915, -0.005355> - 19783: <-0.006393, -0.002281, -0.005301> - 19784: <-0.006698, -0.001926, -0.005037> - 19785: <-0.006761, -0.001550, -0.005080> - 19786: <-0.006523, -0.001541, -0.005401> - 19787: <-0.006464, -0.001915, -0.005355> - 19788: <-0.006761, -0.001550, -0.005080> - 19789: <-0.006810, -0.001168, -0.005114> - 19790: <-0.006570, -0.001161, -0.005438> - 19791: <-0.006523, -0.001541, -0.005401> - 19792: <-0.006810, -0.001168, -0.005114> - 19793: <-0.006846, -0.000781, -0.005140> - 19794: <-0.006605, -0.000777, -0.005466> - 19795: <-0.006570, -0.001161, -0.005438> - 19796: <-0.006846, -0.000781, -0.005140> - 19797: <-0.006868, -0.000391, -0.005156> - 19798: <-0.006626, -0.000389, -0.005483> - 19799: <-0.006605, -0.000777, -0.005466> - 19800: <-0.006868, -0.000391, -0.005156> - 19801: <-0.006875, 0.000000, -0.005162> - 19802: <-0.006633, 0.000000, -0.005489> - 19803: <-0.006626, -0.000389, -0.005483> - 19804: <-0.006875, 0.000000, -0.005162> - 19805: <-0.006868, 0.000391, -0.005156> - 19806: <-0.006626, 0.000389, -0.005483> - 19807: <-0.006633, 0.000000, -0.005489> - 19808: <-0.006868, 0.000391, -0.005156> - 19809: <-0.006846, 0.000781, -0.005140> - 19810: <-0.006605, 0.000777, -0.005466> - 19811: <-0.006626, 0.000389, -0.005483> - 19812: <-0.006846, 0.000781, -0.005140> - 19813: <-0.006810, 0.001168, -0.005114> - 19814: <-0.006570, 0.001161, -0.005438> - 19815: <-0.006605, 0.000777, -0.005466> - 19816: <-0.006810, 0.001168, -0.005114> - 19817: <-0.006761, 0.001550, -0.005080> - 19818: <-0.006523, 0.001541, -0.005401> - 19819: <-0.006570, 0.001161, -0.005438> - 19820: <-0.006761, 0.001550, -0.005080> - 19821: <-0.006698, 0.001926, -0.005037> - 19822: <-0.006464, 0.001915, -0.005355> - 19823: <-0.006523, 0.001541, -0.005401> - 19824: <-0.006698, 0.001926, -0.005037> - 19825: <-0.006623, 0.002295, -0.004987> - 19826: <-0.006393, 0.002281, -0.005301> - 19827: <-0.006464, 0.001915, -0.005355> - 19828: <-0.006623, 0.002295, -0.004987> - 19829: <-0.006537, 0.002655, -0.004931> - 19830: <-0.006311, 0.002638, -0.005240> - 19831: <-0.006393, 0.002281, -0.005301> - 19832: <-0.006537, 0.002655, -0.004931> - 19833: <-0.006439, 0.003004, -0.004870> - 19834: <-0.006219, 0.002984, -0.005172> - 19835: <-0.006311, 0.002638, -0.005240> - 19836: <-0.006439, 0.003004, -0.004870> - 19837: <-0.006329, 0.003342, -0.004804> - 19838: <-0.006117, 0.003318, -0.005099> - 19839: <-0.006219, 0.002984, -0.005172> - 19840: <-0.006329, 0.003342, -0.004804> - 19841: <-0.006210, 0.003666, -0.004736> - 19842: <-0.006006, 0.003637, -0.005023> - 19843: <-0.006117, 0.003318, -0.005099> - 19844: <-0.006210, 0.003666, -0.004736> - 19845: <-0.006080, 0.003975, -0.004668> - 19846: <-0.005887, 0.003941, -0.004946> - 19847: <-0.006006, 0.003637, -0.005023> - 19848: <-0.006080, 0.003975, -0.004668> - 19849: <-0.005939, 0.004267, -0.004602> - 19850: <-0.005760, 0.004226, -0.004870> - 19851: <-0.005887, 0.003941, -0.004946> - 19852: <-0.005939, 0.004267, -0.004602> - 19853: <-0.005788, 0.004542, -0.004542> - 19854: <-0.005623, 0.004494, -0.004798> - 19855: <-0.005760, 0.004226, -0.004870> - 19856: <-0.005788, 0.004542, -0.004542> - 19857: <-0.005623, 0.004798, -0.004494> - 19858: <-0.005479, 0.004738, -0.004738> - 19859: <-0.005623, 0.004494, -0.004798> - 19860: <-0.005623, 0.004798, -0.004494> - 19861: <-0.005446, 0.005034, -0.004460> - 19862: <-0.005326, 0.004959, -0.004691> - 19863: <-0.005479, 0.004738, -0.004738> - 19864: <-0.005326, -0.004959, -0.004691> - 19865: <-0.005479, -0.004738, -0.004738> - 19866: <-0.005326, -0.004691, -0.004959> - 19867: <-0.005206, -0.004894, -0.004894> - 19868: <-0.005479, -0.004738, -0.004738> - 19869: <-0.005623, -0.004494, -0.004798> - 19870: <-0.005446, -0.004460, -0.005034> - 19871: <-0.005326, -0.004691, -0.004959> - 19872: <-0.005623, -0.004494, -0.004798> - 19873: <-0.005760, -0.004226, -0.004870> - 19874: <-0.005564, -0.004199, -0.005120> - 19875: <-0.005446, -0.004460, -0.005034> - 19876: <-0.005760, -0.004226, -0.004870> - 19877: <-0.005887, -0.003941, -0.004946> - 19878: <-0.005678, -0.003918, -0.005207> - 19879: <-0.005564, -0.004199, -0.005120> - 19880: <-0.005887, -0.003941, -0.004946> - 19881: <-0.006006, -0.003637, -0.005023> - 19882: <-0.005786, -0.003619, -0.005294> - 19883: <-0.005678, -0.003918, -0.005207> - 19884: <-0.006006, -0.003637, -0.005023> - 19885: <-0.006117, -0.003318, -0.005099> - 19886: <-0.005888, -0.003302, -0.005379> - 19887: <-0.005786, -0.003619, -0.005294> - 19888: <-0.006117, -0.003318, -0.005099> - 19889: <-0.006219, -0.002984, -0.005172> - 19890: <-0.005983, -0.002971, -0.005459> - 19891: <-0.005888, -0.003302, -0.005379> - 19892: <-0.006219, -0.002984, -0.005172> - 19893: <-0.006311, -0.002638, -0.005240> - 19894: <-0.006069, -0.002627, -0.005533> - 19895: <-0.005983, -0.002971, -0.005459> - 19896: <-0.006311, -0.002638, -0.005240> - 19897: <-0.006393, -0.002281, -0.005301> - 19898: <-0.006146, -0.002272, -0.005599> - 19899: <-0.006069, -0.002627, -0.005533> - 19900: <-0.006393, -0.002281, -0.005301> - 19901: <-0.006464, -0.001915, -0.005355> - 19902: <-0.006212, -0.001908, -0.005657> - 19903: <-0.006146, -0.002272, -0.005599> - 19904: <-0.006464, -0.001915, -0.005355> - 19905: <-0.006523, -0.001541, -0.005401> - 19906: <-0.006269, -0.001536, -0.005707> - 19907: <-0.006212, -0.001908, -0.005657> - 19908: <-0.006523, -0.001541, -0.005401> - 19909: <-0.006570, -0.001161, -0.005438> - 19910: <-0.006313, -0.001157, -0.005747> - 19911: <-0.006269, -0.001536, -0.005707> - 19912: <-0.006570, -0.001161, -0.005438> - 19913: <-0.006605, -0.000777, -0.005466> - 19914: <-0.006346, -0.000774, -0.005776> - 19915: <-0.006313, -0.001157, -0.005747> - 19916: <-0.006605, -0.000777, -0.005466> - 19917: <-0.006626, -0.000389, -0.005483> - 19918: <-0.006366, -0.000388, -0.005794> - 19919: <-0.006346, -0.000774, -0.005776> - 19920: <-0.006626, -0.000389, -0.005483> - 19921: <-0.006633, 0.000000, -0.005489> - 19922: <-0.006373, 0.000000, -0.005801> - 19923: <-0.006366, -0.000388, -0.005794> - 19924: <-0.006633, 0.000000, -0.005489> - 19925: <-0.006626, 0.000389, -0.005483> - 19926: <-0.006366, 0.000388, -0.005794> - 19927: <-0.006373, 0.000000, -0.005801> - 19928: <-0.006626, 0.000389, -0.005483> - 19929: <-0.006605, 0.000777, -0.005466> - 19930: <-0.006346, 0.000774, -0.005776> - 19931: <-0.006366, 0.000388, -0.005794> - 19932: <-0.006605, 0.000777, -0.005466> - 19933: <-0.006570, 0.001161, -0.005438> - 19934: <-0.006313, 0.001157, -0.005747> - 19935: <-0.006346, 0.000774, -0.005776> - 19936: <-0.006570, 0.001161, -0.005438> - 19937: <-0.006523, 0.001541, -0.005401> - 19938: <-0.006269, 0.001536, -0.005707> - 19939: <-0.006313, 0.001157, -0.005747> - 19940: <-0.006523, 0.001541, -0.005401> - 19941: <-0.006464, 0.001915, -0.005355> - 19942: <-0.006212, 0.001908, -0.005657> - 19943: <-0.006269, 0.001536, -0.005707> - 19944: <-0.006464, 0.001915, -0.005355> - 19945: <-0.006393, 0.002281, -0.005301> - 19946: <-0.006146, 0.002272, -0.005599> - 19947: <-0.006212, 0.001908, -0.005657> - 19948: <-0.006393, 0.002281, -0.005301> - 19949: <-0.006311, 0.002638, -0.005240> - 19950: <-0.006069, 0.002627, -0.005533> - 19951: <-0.006146, 0.002272, -0.005599> - 19952: <-0.006311, 0.002638, -0.005240> - 19953: <-0.006219, 0.002984, -0.005172> - 19954: <-0.005983, 0.002971, -0.005459> - 19955: <-0.006069, 0.002627, -0.005533> - 19956: <-0.006219, 0.002984, -0.005172> - 19957: <-0.006117, 0.003318, -0.005099> - 19958: <-0.005888, 0.003302, -0.005379> - 19959: <-0.005983, 0.002971, -0.005459> - 19960: <-0.006117, 0.003318, -0.005099> - 19961: <-0.006006, 0.003637, -0.005023> - 19962: <-0.005786, 0.003619, -0.005294> - 19963: <-0.005888, 0.003302, -0.005379> - 19964: <-0.006006, 0.003637, -0.005023> - 19965: <-0.005887, 0.003941, -0.004946> - 19966: <-0.005678, 0.003918, -0.005207> - 19967: <-0.005786, 0.003619, -0.005294> - 19968: <-0.005887, 0.003941, -0.004946> - 19969: <-0.005760, 0.004226, -0.004870> - 19970: <-0.005564, 0.004199, -0.005120> - 19971: <-0.005678, 0.003918, -0.005207> - 19972: <-0.005760, 0.004226, -0.004870> - 19973: <-0.005623, 0.004494, -0.004798> - 19974: <-0.005446, 0.004460, -0.005034> - 19975: <-0.005564, 0.004199, -0.005120> - 19976: <-0.005623, 0.004494, -0.004798> - 19977: <-0.005479, 0.004738, -0.004738> - 19978: <-0.005326, 0.004691, -0.004959> - 19979: <-0.005446, 0.004460, -0.005034> - 19980: <-0.005479, 0.004738, -0.004738> - 19981: <-0.005326, 0.004959, -0.004691> - 19982: <-0.005206, 0.004894, -0.004894> - 19983: <-0.005326, 0.004691, -0.004959> - 19984: <-0.005000, -0.005000, 0.005000> - 19985: <-0.005081, -0.004833, 0.005081> - 19986: <-0.005206, -0.004894, 0.004894> - 19987: <-0.005081, -0.005081, 0.004833> - 19988: <-0.005081, -0.004833, 0.005081> - 19989: <-0.005166, -0.004647, 0.005166> - 19990: <-0.005326, -0.004691, 0.004959> - 19991: <-0.005206, -0.004894, 0.004894> - 19992: <-0.005166, -0.004647, 0.005166> - 19993: <-0.005255, -0.004436, 0.005255> - 19994: <-0.005446, -0.004460, 0.005034> - 19995: <-0.005326, -0.004691, 0.004959> - 19996: <-0.005255, -0.004436, 0.005255> - 19997: <-0.005351, -0.004188, 0.005351> - 19998: <-0.005564, -0.004199, 0.005120> - 19999: <-0.005446, -0.004460, 0.005034> - 20000: <-0.005351, -0.004188, 0.005351> - 20001: <-0.005451, -0.003910, 0.005451> - 20002: <-0.005678, -0.003918, 0.005207> - 20003: <-0.005564, -0.004199, 0.005120> - 20004: <-0.005451, -0.003910, 0.005451> - 20005: <-0.005549, -0.003612, 0.005549> - 20006: <-0.005786, -0.003619, 0.005294> - 20007: <-0.005678, -0.003918, 0.005207> - 20008: <-0.005549, -0.003612, 0.005549> - 20009: <-0.005642, -0.003297, 0.005642> - 20010: <-0.005888, -0.003302, 0.005379> - 20011: <-0.005786, -0.003619, 0.005294> - 20012: <-0.005642, -0.003297, 0.005642> - 20013: <-0.005729, -0.002966, 0.005729> - 20014: <-0.005983, -0.002971, 0.005459> - 20015: <-0.005888, -0.003302, 0.005379> - 20016: <-0.005729, -0.002966, 0.005729> - 20017: <-0.005809, -0.002623, 0.005809> - 20018: <-0.006069, -0.002627, 0.005533> - 20019: <-0.005983, -0.002971, 0.005459> - 20020: <-0.005809, -0.002623, 0.005809> - 20021: <-0.005881, -0.002269, 0.005881> - 20022: <-0.006146, -0.002272, 0.005599> - 20023: <-0.006069, -0.002627, 0.005533> - 20024: <-0.005881, -0.002269, 0.005881> - 20025: <-0.005944, -0.001906, 0.005944> - 20026: <-0.006212, -0.001908, 0.005657> - 20027: <-0.006146, -0.002272, 0.005599> - 20028: <-0.005944, -0.001906, 0.005944> - 20029: <-0.005996, -0.001534, 0.005996> - 20030: <-0.006269, -0.001536, 0.005707> - 20031: <-0.006212, -0.001908, 0.005657> - 20032: <-0.005996, -0.001534, 0.005996> - 20033: <-0.006039, -0.001156, 0.006039> - 20034: <-0.006313, -0.001157, 0.005747> - 20035: <-0.006269, -0.001536, 0.005707> - 20036: <-0.006039, -0.001156, 0.006039> - 20037: <-0.006070, -0.000773, 0.006070> - 20038: <-0.006346, -0.000774, 0.005776> - 20039: <-0.006313, -0.001157, 0.005747> - 20040: <-0.006070, -0.000773, 0.006070> - 20041: <-0.006089, -0.000387, 0.006089> - 20042: <-0.006366, -0.000388, 0.005794> - 20043: <-0.006346, -0.000774, 0.005776> - 20044: <-0.006089, -0.000387, 0.006089> - 20045: <-0.006096, 0.000000, 0.006096> - 20046: <-0.006373, 0.000000, 0.005801> - 20047: <-0.006366, -0.000388, 0.005794> - 20048: <-0.006096, 0.000000, 0.006096> - 20049: <-0.006089, 0.000387, 0.006089> - 20050: <-0.006366, 0.000388, 0.005794> - 20051: <-0.006373, 0.000000, 0.005801> - 20052: <-0.006089, 0.000387, 0.006089> - 20053: <-0.006070, 0.000773, 0.006070> - 20054: <-0.006346, 0.000774, 0.005776> - 20055: <-0.006366, 0.000388, 0.005794> - 20056: <-0.006070, 0.000773, 0.006070> - 20057: <-0.006039, 0.001156, 0.006039> - 20058: <-0.006313, 0.001157, 0.005747> - 20059: <-0.006346, 0.000774, 0.005776> - 20060: <-0.006039, 0.001156, 0.006039> - 20061: <-0.005996, 0.001534, 0.005996> - 20062: <-0.006269, 0.001536, 0.005707> - 20063: <-0.006313, 0.001157, 0.005747> - 20064: <-0.005996, 0.001534, 0.005996> - 20065: <-0.005944, 0.001906, 0.005944> - 20066: <-0.006212, 0.001908, 0.005657> - 20067: <-0.006269, 0.001536, 0.005707> - 20068: <-0.005944, 0.001906, 0.005944> - 20069: <-0.005881, 0.002269, 0.005881> - 20070: <-0.006146, 0.002272, 0.005599> - 20071: <-0.006212, 0.001908, 0.005657> - 20072: <-0.005881, 0.002269, 0.005881> - 20073: <-0.005809, 0.002623, 0.005809> - 20074: <-0.006069, 0.002627, 0.005533> - 20075: <-0.006146, 0.002272, 0.005599> - 20076: <-0.005809, 0.002623, 0.005809> - 20077: <-0.005729, 0.002966, 0.005729> - 20078: <-0.005983, 0.002971, 0.005459> - 20079: <-0.006069, 0.002627, 0.005533> - 20080: <-0.005729, 0.002966, 0.005729> - 20081: <-0.005642, 0.003297, 0.005642> - 20082: <-0.005888, 0.003302, 0.005379> - 20083: <-0.005983, 0.002971, 0.005459> - 20084: <-0.005642, 0.003297, 0.005642> - 20085: <-0.005549, 0.003612, 0.005549> - 20086: <-0.005786, 0.003619, 0.005294> - 20087: <-0.005888, 0.003302, 0.005379> - 20088: <-0.005549, 0.003612, 0.005549> - 20089: <-0.005451, 0.003910, 0.005451> - 20090: <-0.005678, 0.003918, 0.005207> - 20091: <-0.005786, 0.003619, 0.005294> - 20092: <-0.005451, 0.003910, 0.005451> - 20093: <-0.005351, 0.004188, 0.005351> - 20094: <-0.005564, 0.004199, 0.005120> - 20095: <-0.005678, 0.003918, 0.005207> - 20096: <-0.005351, 0.004188, 0.005351> - 20097: <-0.005255, 0.004436, 0.005255> - 20098: <-0.005446, 0.004460, 0.005034> - 20099: <-0.005564, 0.004199, 0.005120> - 20100: <-0.005255, 0.004436, 0.005255> - 20101: <-0.005166, 0.004647, 0.005166> - 20102: <-0.005326, 0.004691, 0.004959> - 20103: <-0.005446, 0.004460, 0.005034> - 20104: <-0.005166, 0.004647, 0.005166> - 20105: <-0.005081, 0.004833, 0.005081> - 20106: <-0.005206, 0.004894, 0.004894> - 20107: <-0.005326, 0.004691, 0.004959> - 20108: <-0.005081, 0.004833, 0.005081> - 20109: <-0.005000, 0.005000, 0.005000> - 20110: <-0.005081, 0.005081, 0.004833> - 20111: <-0.005206, 0.004894, 0.004894> - 20112: <-0.005206, 0.004894, 0.004894> - 20113: <-0.005081, 0.005081, 0.004833> - 20114: <-0.005166, 0.005166, 0.004647> - 20115: <-0.005326, 0.004959, 0.004691> - 20116: <-0.005326, 0.004959, 0.004691> - 20117: <-0.005166, 0.005166, 0.004647> - 20118: <-0.005255, 0.005255, 0.004436> - 20119: <-0.005446, 0.005034, 0.004460> - 20120: <-0.005446, 0.005034, 0.004460> - 20121: <-0.005255, 0.005255, 0.004436> - 20122: <-0.005351, 0.005351, 0.004188> - 20123: <-0.005564, 0.005120, 0.004199> - 20124: <-0.005564, 0.005120, 0.004199> - 20125: <-0.005351, 0.005351, 0.004188> - 20126: <-0.005451, 0.005451, 0.003910> - 20127: <-0.005678, 0.005207, 0.003918> - 20128: <-0.005678, 0.005207, 0.003918> - 20129: <-0.005451, 0.005451, 0.003910> - 20130: <-0.005549, 0.005549, 0.003612> - 20131: <-0.005786, 0.005294, 0.003619> - 20132: <-0.005786, 0.005294, 0.003619> - 20133: <-0.005549, 0.005549, 0.003612> - 20134: <-0.005642, 0.005642, 0.003297> - 20135: <-0.005888, 0.005379, 0.003302> - 20136: <-0.005888, 0.005379, 0.003302> - 20137: <-0.005642, 0.005642, 0.003297> - 20138: <-0.005729, 0.005729, 0.002966> - 20139: <-0.005983, 0.005459, 0.002971> - 20140: <-0.005983, 0.005459, 0.002971> - 20141: <-0.005729, 0.005729, 0.002966> - 20142: <-0.005809, 0.005809, 0.002623> - 20143: <-0.006069, 0.005533, 0.002627> - 20144: <-0.006069, 0.005533, 0.002627> - 20145: <-0.005809, 0.005809, 0.002623> - 20146: <-0.005881, 0.005881, 0.002269> - 20147: <-0.006146, 0.005599, 0.002272> - 20148: <-0.006146, 0.005599, 0.002272> - 20149: <-0.005881, 0.005881, 0.002269> - 20150: <-0.005944, 0.005944, 0.001906> - 20151: <-0.006212, 0.005657, 0.001908> - 20152: <-0.006212, 0.005657, 0.001908> - 20153: <-0.005944, 0.005944, 0.001906> - 20154: <-0.005996, 0.005996, 0.001534> - 20155: <-0.006269, 0.005707, 0.001536> - 20156: <-0.006269, 0.005707, 0.001536> - 20157: <-0.005996, 0.005996, 0.001534> - 20158: <-0.006039, 0.006039, 0.001156> - 20159: <-0.006313, 0.005747, 0.001157> - 20160: <-0.006313, 0.005747, 0.001157> - 20161: <-0.006039, 0.006039, 0.001156> - 20162: <-0.006070, 0.006070, 0.000773> - 20163: <-0.006346, 0.005776, 0.000774> - 20164: <-0.006346, 0.005776, 0.000774> - 20165: <-0.006070, 0.006070, 0.000773> - 20166: <-0.006089, 0.006089, 0.000387> - 20167: <-0.006366, 0.005794, 0.000388> - 20168: <-0.006366, 0.005794, 0.000388> - 20169: <-0.006089, 0.006089, 0.000387> - 20170: <-0.006096, 0.006096, -0.000000> - 20171: <-0.006373, 0.005801, 0.000000> - 20172: <-0.006373, 0.005801, 0.000000> - 20173: <-0.006096, 0.006096, -0.000000> - 20174: <-0.006089, 0.006089, -0.000387> - 20175: <-0.006366, 0.005794, -0.000388> - 20176: <-0.006366, 0.005794, -0.000388> - 20177: <-0.006089, 0.006089, -0.000387> - 20178: <-0.006070, 0.006070, -0.000773> - 20179: <-0.006346, 0.005776, -0.000774> - 20180: <-0.006346, 0.005776, -0.000774> - 20181: <-0.006070, 0.006070, -0.000773> - 20182: <-0.006039, 0.006039, -0.001156> - 20183: <-0.006313, 0.005747, -0.001157> - 20184: <-0.006313, 0.005747, -0.001157> - 20185: <-0.006039, 0.006039, -0.001156> - 20186: <-0.005996, 0.005996, -0.001534> - 20187: <-0.006269, 0.005707, -0.001536> - 20188: <-0.006269, 0.005707, -0.001536> - 20189: <-0.005996, 0.005996, -0.001534> - 20190: <-0.005944, 0.005944, -0.001906> - 20191: <-0.006212, 0.005657, -0.001908> - 20192: <-0.006212, 0.005657, -0.001908> - 20193: <-0.005944, 0.005944, -0.001906> - 20194: <-0.005881, 0.005881, -0.002269> - 20195: <-0.006146, 0.005599, -0.002272> - 20196: <-0.006146, 0.005599, -0.002272> - 20197: <-0.005881, 0.005881, -0.002269> - 20198: <-0.005809, 0.005809, -0.002623> - 20199: <-0.006069, 0.005533, -0.002627> - 20200: <-0.006069, 0.005533, -0.002627> - 20201: <-0.005809, 0.005809, -0.002623> - 20202: <-0.005729, 0.005729, -0.002966> - 20203: <-0.005983, 0.005459, -0.002971> - 20204: <-0.005983, 0.005459, -0.002971> - 20205: <-0.005729, 0.005729, -0.002966> - 20206: <-0.005642, 0.005642, -0.003297> - 20207: <-0.005888, 0.005379, -0.003302> - 20208: <-0.005888, 0.005379, -0.003302> - 20209: <-0.005642, 0.005642, -0.003297> - 20210: <-0.005549, 0.005549, -0.003612> - 20211: <-0.005786, 0.005294, -0.003619> - 20212: <-0.005786, 0.005294, -0.003619> - 20213: <-0.005549, 0.005549, -0.003612> - 20214: <-0.005451, 0.005451, -0.003910> - 20215: <-0.005678, 0.005207, -0.003918> - 20216: <-0.005678, 0.005207, -0.003918> - 20217: <-0.005451, 0.005451, -0.003910> - 20218: <-0.005351, 0.005351, -0.004188> - 20219: <-0.005564, 0.005120, -0.004199> - 20220: <-0.005564, 0.005120, -0.004199> - 20221: <-0.005351, 0.005351, -0.004188> - 20222: <-0.005255, 0.005255, -0.004436> - 20223: <-0.005446, 0.005034, -0.004460> - 20224: <-0.005446, 0.005034, -0.004460> - 20225: <-0.005255, 0.005255, -0.004436> - 20226: <-0.005166, 0.005166, -0.004647> - 20227: <-0.005326, 0.004959, -0.004691> - 20228: <-0.005326, 0.004959, -0.004691> - 20229: <-0.005166, 0.005166, -0.004647> - 20230: <-0.005081, 0.005081, -0.004833> - 20231: <-0.005206, 0.004894, -0.004894> - 20232: <-0.005206, 0.004894, -0.004894> - 20233: <-0.005081, 0.005081, -0.004833> - 20234: <-0.005000, 0.005000, -0.005000> - 20235: <-0.005081, 0.004833, -0.005081> - 20236: <-0.005326, 0.004691, -0.004959> - 20237: <-0.005206, 0.004894, -0.004894> - 20238: <-0.005081, 0.004833, -0.005081> - 20239: <-0.005166, 0.004647, -0.005166> - 20240: <-0.005446, 0.004460, -0.005034> - 20241: <-0.005326, 0.004691, -0.004959> - 20242: <-0.005166, 0.004647, -0.005166> - 20243: <-0.005255, 0.004436, -0.005255> - 20244: <-0.005564, 0.004199, -0.005120> - 20245: <-0.005446, 0.004460, -0.005034> - 20246: <-0.005255, 0.004436, -0.005255> - 20247: <-0.005351, 0.004188, -0.005351> - 20248: <-0.005678, 0.003918, -0.005207> - 20249: <-0.005564, 0.004199, -0.005120> - 20250: <-0.005351, 0.004188, -0.005351> - 20251: <-0.005451, 0.003910, -0.005451> - 20252: <-0.005786, 0.003619, -0.005294> - 20253: <-0.005678, 0.003918, -0.005207> - 20254: <-0.005451, 0.003910, -0.005451> - 20255: <-0.005549, 0.003612, -0.005549> - 20256: <-0.005888, 0.003302, -0.005379> - 20257: <-0.005786, 0.003619, -0.005294> - 20258: <-0.005549, 0.003612, -0.005549> - 20259: <-0.005642, 0.003297, -0.005642> - 20260: <-0.005983, 0.002971, -0.005459> - 20261: <-0.005888, 0.003302, -0.005379> - 20262: <-0.005642, 0.003297, -0.005642> - 20263: <-0.005729, 0.002966, -0.005729> - 20264: <-0.006069, 0.002627, -0.005533> - 20265: <-0.005983, 0.002971, -0.005459> - 20266: <-0.005729, 0.002966, -0.005729> - 20267: <-0.005809, 0.002623, -0.005809> - 20268: <-0.006146, 0.002272, -0.005599> - 20269: <-0.006069, 0.002627, -0.005533> - 20270: <-0.005809, 0.002623, -0.005809> - 20271: <-0.005881, 0.002269, -0.005881> - 20272: <-0.006212, 0.001908, -0.005657> - 20273: <-0.006146, 0.002272, -0.005599> - 20274: <-0.005881, 0.002269, -0.005881> - 20275: <-0.005944, 0.001906, -0.005944> - 20276: <-0.006269, 0.001536, -0.005707> - 20277: <-0.006212, 0.001908, -0.005657> - 20278: <-0.005944, 0.001906, -0.005944> - 20279: <-0.005996, 0.001534, -0.005996> - 20280: <-0.006313, 0.001157, -0.005747> - 20281: <-0.006269, 0.001536, -0.005707> - 20282: <-0.005996, 0.001534, -0.005996> - 20283: <-0.006039, 0.001156, -0.006039> - 20284: <-0.006346, 0.000774, -0.005776> - 20285: <-0.006313, 0.001157, -0.005747> - 20286: <-0.006039, 0.001156, -0.006039> - 20287: <-0.006070, 0.000773, -0.006070> - 20288: <-0.006366, 0.000388, -0.005794> - 20289: <-0.006346, 0.000774, -0.005776> - 20290: <-0.006070, 0.000773, -0.006070> - 20291: <-0.006089, 0.000387, -0.006089> - 20292: <-0.006373, 0.000000, -0.005801> - 20293: <-0.006366, 0.000388, -0.005794> - 20294: <-0.006089, 0.000387, -0.006089> - 20295: <-0.006096, 0.000000, -0.006096> - 20296: <-0.006366, -0.000388, -0.005794> - 20297: <-0.006373, 0.000000, -0.005801> - 20298: <-0.006096, 0.000000, -0.006096> - 20299: <-0.006089, -0.000387, -0.006089> - 20300: <-0.006346, -0.000774, -0.005776> - 20301: <-0.006366, -0.000388, -0.005794> - 20302: <-0.006089, -0.000387, -0.006089> - 20303: <-0.006070, -0.000773, -0.006070> - 20304: <-0.006313, -0.001157, -0.005747> - 20305: <-0.006346, -0.000774, -0.005776> - 20306: <-0.006070, -0.000773, -0.006070> - 20307: <-0.006039, -0.001156, -0.006039> - 20308: <-0.006269, -0.001536, -0.005707> - 20309: <-0.006313, -0.001157, -0.005747> - 20310: <-0.006039, -0.001156, -0.006039> - 20311: <-0.005996, -0.001534, -0.005996> - 20312: <-0.006212, -0.001908, -0.005657> - 20313: <-0.006269, -0.001536, -0.005707> - 20314: <-0.005996, -0.001534, -0.005996> - 20315: <-0.005944, -0.001906, -0.005944> - 20316: <-0.006146, -0.002272, -0.005599> - 20317: <-0.006212, -0.001908, -0.005657> - 20318: <-0.005944, -0.001906, -0.005944> - 20319: <-0.005881, -0.002269, -0.005881> - 20320: <-0.006069, -0.002627, -0.005533> - 20321: <-0.006146, -0.002272, -0.005599> - 20322: <-0.005881, -0.002269, -0.005881> - 20323: <-0.005809, -0.002623, -0.005809> - 20324: <-0.005983, -0.002971, -0.005459> - 20325: <-0.006069, -0.002627, -0.005533> - 20326: <-0.005809, -0.002623, -0.005809> - 20327: <-0.005729, -0.002966, -0.005729> - 20328: <-0.005888, -0.003302, -0.005379> - 20329: <-0.005983, -0.002971, -0.005459> - 20330: <-0.005729, -0.002966, -0.005729> - 20331: <-0.005642, -0.003297, -0.005642> - 20332: <-0.005786, -0.003619, -0.005294> - 20333: <-0.005888, -0.003302, -0.005379> - 20334: <-0.005642, -0.003297, -0.005642> - 20335: <-0.005549, -0.003612, -0.005549> - 20336: <-0.005678, -0.003918, -0.005207> - 20337: <-0.005786, -0.003619, -0.005294> - 20338: <-0.005549, -0.003612, -0.005549> - 20339: <-0.005451, -0.003910, -0.005451> - 20340: <-0.005564, -0.004199, -0.005120> - 20341: <-0.005678, -0.003918, -0.005207> - 20342: <-0.005451, -0.003910, -0.005451> - 20343: <-0.005351, -0.004188, -0.005351> - 20344: <-0.005446, -0.004460, -0.005034> - 20345: <-0.005564, -0.004199, -0.005120> - 20346: <-0.005351, -0.004188, -0.005351> - 20347: <-0.005255, -0.004436, -0.005255> - 20348: <-0.005326, -0.004691, -0.004959> - 20349: <-0.005446, -0.004460, -0.005034> - 20350: <-0.005255, -0.004436, -0.005255> - 20351: <-0.005166, -0.004647, -0.005166> - 20352: <-0.005206, -0.004894, -0.004894> - 20353: <-0.005326, -0.004691, -0.004959> - 20354: <-0.005166, -0.004647, -0.005166> - 20355: <-0.005081, -0.004833, -0.005081> - 20356: <-0.005081, -0.005081, -0.004833> - 20357: <-0.005206, -0.004894, -0.004894> - 20358: <-0.005081, -0.004833, -0.005081> - 20359: <-0.005000, -0.005000, -0.005000> - 20360: <-0.005166, -0.005166, -0.004647> - 20361: <-0.005326, -0.004959, -0.004691> - 20362: <-0.005206, -0.004894, -0.004894> - 20363: <-0.005081, -0.005081, -0.004833> - 20364: <-0.005255, -0.005255, -0.004436> - 20365: <-0.005446, -0.005034, -0.004460> - 20366: <-0.005326, -0.004959, -0.004691> - 20367: <-0.005166, -0.005166, -0.004647> - 20368: <-0.005351, -0.005351, -0.004188> - 20369: <-0.005564, -0.005120, -0.004199> - 20370: <-0.005446, -0.005034, -0.004460> - 20371: <-0.005255, -0.005255, -0.004436> - 20372: <-0.005451, -0.005451, -0.003910> - 20373: <-0.005678, -0.005207, -0.003918> - 20374: <-0.005564, -0.005120, -0.004199> - 20375: <-0.005351, -0.005351, -0.004188> - 20376: <-0.005549, -0.005549, -0.003612> - 20377: <-0.005786, -0.005294, -0.003619> - 20378: <-0.005678, -0.005207, -0.003918> - 20379: <-0.005451, -0.005451, -0.003910> - 20380: <-0.005642, -0.005642, -0.003297> - 20381: <-0.005888, -0.005379, -0.003302> - 20382: <-0.005786, -0.005294, -0.003619> - 20383: <-0.005549, -0.005549, -0.003612> - 20384: <-0.005729, -0.005729, -0.002966> - 20385: <-0.005983, -0.005459, -0.002971> - 20386: <-0.005888, -0.005379, -0.003302> - 20387: <-0.005642, -0.005642, -0.003297> - 20388: <-0.005809, -0.005809, -0.002623> - 20389: <-0.006069, -0.005533, -0.002627> - 20390: <-0.005983, -0.005459, -0.002971> - 20391: <-0.005729, -0.005729, -0.002966> - 20392: <-0.005881, -0.005881, -0.002269> - 20393: <-0.006146, -0.005599, -0.002272> - 20394: <-0.006069, -0.005533, -0.002627> - 20395: <-0.005809, -0.005809, -0.002623> - 20396: <-0.005944, -0.005944, -0.001906> - 20397: <-0.006212, -0.005657, -0.001908> - 20398: <-0.006146, -0.005599, -0.002272> - 20399: <-0.005881, -0.005881, -0.002269> - 20400: <-0.005996, -0.005996, -0.001534> - 20401: <-0.006269, -0.005707, -0.001536> - 20402: <-0.006212, -0.005657, -0.001908> - 20403: <-0.005944, -0.005944, -0.001906> - 20404: <-0.006039, -0.006039, -0.001156> - 20405: <-0.006313, -0.005747, -0.001157> - 20406: <-0.006269, -0.005707, -0.001536> - 20407: <-0.005996, -0.005996, -0.001534> - 20408: <-0.006070, -0.006070, -0.000773> - 20409: <-0.006346, -0.005776, -0.000774> - 20410: <-0.006313, -0.005747, -0.001157> - 20411: <-0.006039, -0.006039, -0.001156> - 20412: <-0.006089, -0.006089, -0.000387> - 20413: <-0.006366, -0.005794, -0.000388> - 20414: <-0.006346, -0.005776, -0.000774> - 20415: <-0.006070, -0.006070, -0.000773> - 20416: <-0.006096, -0.006096, -0.000000> - 20417: <-0.006373, -0.005801, 0.000000> - 20418: <-0.006366, -0.005794, -0.000388> - 20419: <-0.006089, -0.006089, -0.000387> - 20420: <-0.006089, -0.006089, 0.000387> - 20421: <-0.006366, -0.005794, 0.000388> - 20422: <-0.006373, -0.005801, 0.000000> - 20423: <-0.006096, -0.006096, -0.000000> - 20424: <-0.006070, -0.006070, 0.000773> - 20425: <-0.006346, -0.005776, 0.000774> - 20426: <-0.006366, -0.005794, 0.000388> - 20427: <-0.006089, -0.006089, 0.000387> - 20428: <-0.006039, -0.006039, 0.001156> - 20429: <-0.006313, -0.005747, 0.001157> - 20430: <-0.006346, -0.005776, 0.000774> - 20431: <-0.006070, -0.006070, 0.000773> - 20432: <-0.005996, -0.005996, 0.001534> - 20433: <-0.006269, -0.005707, 0.001536> - 20434: <-0.006313, -0.005747, 0.001157> - 20435: <-0.006039, -0.006039, 0.001156> - 20436: <-0.005944, -0.005944, 0.001906> - 20437: <-0.006212, -0.005657, 0.001908> - 20438: <-0.006269, -0.005707, 0.001536> - 20439: <-0.005996, -0.005996, 0.001534> - 20440: <-0.005881, -0.005881, 0.002269> - 20441: <-0.006146, -0.005599, 0.002272> - 20442: <-0.006212, -0.005657, 0.001908> - 20443: <-0.005944, -0.005944, 0.001906> - 20444: <-0.005809, -0.005809, 0.002623> - 20445: <-0.006069, -0.005533, 0.002627> - 20446: <-0.006146, -0.005599, 0.002272> - 20447: <-0.005881, -0.005881, 0.002269> - 20448: <-0.005729, -0.005729, 0.002966> - 20449: <-0.005983, -0.005459, 0.002971> - 20450: <-0.006069, -0.005533, 0.002627> - 20451: <-0.005809, -0.005809, 0.002623> - 20452: <-0.005642, -0.005642, 0.003297> - 20453: <-0.005888, -0.005379, 0.003302> - 20454: <-0.005983, -0.005459, 0.002971> - 20455: <-0.005729, -0.005729, 0.002966> - 20456: <-0.005549, -0.005549, 0.003612> - 20457: <-0.005786, -0.005294, 0.003619> - 20458: <-0.005888, -0.005379, 0.003302> - 20459: <-0.005642, -0.005642, 0.003297> - 20460: <-0.005451, -0.005451, 0.003910> - 20461: <-0.005678, -0.005207, 0.003918> - 20462: <-0.005786, -0.005294, 0.003619> - 20463: <-0.005549, -0.005549, 0.003612> - 20464: <-0.005351, -0.005351, 0.004188> - 20465: <-0.005564, -0.005120, 0.004199> - 20466: <-0.005678, -0.005207, 0.003918> - 20467: <-0.005451, -0.005451, 0.003910> - 20468: <-0.005255, -0.005255, 0.004436> - 20469: <-0.005446, -0.005034, 0.004460> - 20470: <-0.005564, -0.005120, 0.004199> - 20471: <-0.005351, -0.005351, 0.004188> - 20472: <-0.005166, -0.005166, 0.004647> - 20473: <-0.005326, -0.004959, 0.004691> - 20474: <-0.005446, -0.005034, 0.004460> - 20475: <-0.005255, -0.005255, 0.004436> - 20476: <-0.005081, -0.005081, 0.004833> - 20477: <-0.005206, -0.004894, 0.004894> - 20478: <-0.005326, -0.004959, 0.004691> - 20479: <-0.005166, -0.005166, 0.004647> - 20480: < 0.004894, -0.004894, 0.005206> - 20481: < 0.004959, -0.004691, 0.005326> - 20482: < 0.004738, -0.004738, 0.005479> - 20483: < 0.004691, -0.004959, 0.005326> - 20484: < 0.004959, -0.004691, 0.005326> - 20485: < 0.005034, -0.004460, 0.005446> - 20486: < 0.004798, -0.004494, 0.005623> - 20487: < 0.004738, -0.004738, 0.005479> - 20488: < 0.005034, -0.004460, 0.005446> - 20489: < 0.005120, -0.004199, 0.005564> - 20490: < 0.004870, -0.004226, 0.005760> - 20491: < 0.004798, -0.004494, 0.005623> - 20492: < 0.005120, -0.004199, 0.005564> - 20493: < 0.005207, -0.003918, 0.005678> - 20494: < 0.004946, -0.003941, 0.005887> - 20495: < 0.004870, -0.004226, 0.005760> - 20496: < 0.005207, -0.003918, 0.005678> - 20497: < 0.005294, -0.003619, 0.005786> - 20498: < 0.005023, -0.003637, 0.006006> - 20499: < 0.004946, -0.003941, 0.005887> - 20500: < 0.005294, -0.003619, 0.005786> - 20501: < 0.005379, -0.003302, 0.005888> - 20502: < 0.005099, -0.003318, 0.006117> - 20503: < 0.005023, -0.003637, 0.006006> - 20504: < 0.005379, -0.003302, 0.005888> - 20505: < 0.005459, -0.002971, 0.005983> - 20506: < 0.005172, -0.002984, 0.006219> - 20507: < 0.005099, -0.003318, 0.006117> - 20508: < 0.005459, -0.002971, 0.005983> - 20509: < 0.005533, -0.002627, 0.006069> - 20510: < 0.005240, -0.002638, 0.006311> - 20511: < 0.005172, -0.002984, 0.006219> - 20512: < 0.005533, -0.002627, 0.006069> - 20513: < 0.005599, -0.002272, 0.006146> - 20514: < 0.005301, -0.002281, 0.006393> - 20515: < 0.005240, -0.002638, 0.006311> - 20516: < 0.005599, -0.002272, 0.006146> - 20517: < 0.005657, -0.001908, 0.006212> - 20518: < 0.005355, -0.001915, 0.006464> - 20519: < 0.005301, -0.002281, 0.006393> - 20520: < 0.005657, -0.001908, 0.006212> - 20521: < 0.005707, -0.001536, 0.006269> - 20522: < 0.005401, -0.001541, 0.006523> - 20523: < 0.005355, -0.001915, 0.006464> - 20524: < 0.005707, -0.001536, 0.006269> - 20525: < 0.005747, -0.001157, 0.006313> - 20526: < 0.005438, -0.001161, 0.006570> - 20527: < 0.005401, -0.001541, 0.006523> - 20528: < 0.005747, -0.001157, 0.006313> - 20529: < 0.005776, -0.000774, 0.006346> - 20530: < 0.005466, -0.000777, 0.006605> - 20531: < 0.005438, -0.001161, 0.006570> - 20532: < 0.005776, -0.000774, 0.006346> - 20533: < 0.005794, -0.000388, 0.006366> - 20534: < 0.005483, -0.000389, 0.006626> - 20535: < 0.005466, -0.000777, 0.006605> - 20536: < 0.005794, -0.000388, 0.006366> - 20537: < 0.005801, -0.000000, 0.006373> - 20538: < 0.005489, -0.000000, 0.006633> - 20539: < 0.005483, -0.000389, 0.006626> - 20540: < 0.005801, -0.000000, 0.006373> - 20541: < 0.005794, 0.000388, 0.006366> - 20542: < 0.005483, 0.000389, 0.006626> - 20543: < 0.005489, -0.000000, 0.006633> - 20544: < 0.005794, 0.000388, 0.006366> - 20545: < 0.005776, 0.000774, 0.006346> - 20546: < 0.005466, 0.000777, 0.006605> - 20547: < 0.005483, 0.000389, 0.006626> - 20548: < 0.005776, 0.000774, 0.006346> - 20549: < 0.005747, 0.001157, 0.006313> - 20550: < 0.005438, 0.001161, 0.006570> - 20551: < 0.005466, 0.000777, 0.006605> - 20552: < 0.005747, 0.001157, 0.006313> - 20553: < 0.005707, 0.001536, 0.006269> - 20554: < 0.005401, 0.001541, 0.006523> - 20555: < 0.005438, 0.001161, 0.006570> - 20556: < 0.005707, 0.001536, 0.006269> - 20557: < 0.005657, 0.001908, 0.006212> - 20558: < 0.005355, 0.001915, 0.006464> - 20559: < 0.005401, 0.001541, 0.006523> - 20560: < 0.005657, 0.001908, 0.006212> - 20561: < 0.005599, 0.002272, 0.006146> - 20562: < 0.005301, 0.002281, 0.006393> - 20563: < 0.005355, 0.001915, 0.006464> - 20564: < 0.005599, 0.002272, 0.006146> - 20565: < 0.005533, 0.002627, 0.006069> - 20566: < 0.005240, 0.002638, 0.006311> - 20567: < 0.005301, 0.002281, 0.006393> - 20568: < 0.005533, 0.002627, 0.006069> - 20569: < 0.005459, 0.002971, 0.005983> - 20570: < 0.005172, 0.002984, 0.006219> - 20571: < 0.005240, 0.002638, 0.006311> - 20572: < 0.005459, 0.002971, 0.005983> - 20573: < 0.005379, 0.003302, 0.005888> - 20574: < 0.005099, 0.003318, 0.006117> - 20575: < 0.005172, 0.002984, 0.006219> - 20576: < 0.005379, 0.003302, 0.005888> - 20577: < 0.005294, 0.003619, 0.005786> - 20578: < 0.005023, 0.003637, 0.006006> - 20579: < 0.005099, 0.003318, 0.006117> - 20580: < 0.005294, 0.003619, 0.005786> - 20581: < 0.005207, 0.003918, 0.005678> - 20582: < 0.004946, 0.003941, 0.005887> - 20583: < 0.005023, 0.003637, 0.006006> - 20584: < 0.005207, 0.003918, 0.005678> - 20585: < 0.005120, 0.004199, 0.005564> - 20586: < 0.004870, 0.004226, 0.005760> - 20587: < 0.004946, 0.003941, 0.005887> - 20588: < 0.005120, 0.004199, 0.005564> - 20589: < 0.005034, 0.004460, 0.005446> - 20590: < 0.004798, 0.004494, 0.005623> - 20591: < 0.004870, 0.004226, 0.005760> - 20592: < 0.005034, 0.004460, 0.005446> - 20593: < 0.004959, 0.004691, 0.005326> - 20594: < 0.004738, 0.004738, 0.005479> - 20595: < 0.004798, 0.004494, 0.005623> - 20596: < 0.004959, 0.004691, 0.005326> - 20597: < 0.004894, 0.004894, 0.005206> - 20598: < 0.004691, 0.004959, 0.005326> - 20599: < 0.004738, 0.004738, 0.005479> - 20600: < 0.004691, -0.004959, 0.005326> - 20601: < 0.004738, -0.004738, 0.005479> - 20602: < 0.004494, -0.004798, 0.005623> - 20603: < 0.004460, -0.005034, 0.005446> - 20604: < 0.004738, -0.004738, 0.005479> - 20605: < 0.004798, -0.004494, 0.005623> - 20606: < 0.004542, -0.004542, 0.005788> - 20607: < 0.004494, -0.004798, 0.005623> - 20608: < 0.004798, -0.004494, 0.005623> - 20609: < 0.004870, -0.004226, 0.005760> - 20610: < 0.004602, -0.004267, 0.005939> - 20611: < 0.004542, -0.004542, 0.005788> - 20612: < 0.004870, -0.004226, 0.005760> - 20613: < 0.004946, -0.003941, 0.005887> - 20614: < 0.004668, -0.003975, 0.006080> - 20615: < 0.004602, -0.004267, 0.005939> - 20616: < 0.004946, -0.003941, 0.005887> - 20617: < 0.005023, -0.003637, 0.006006> - 20618: < 0.004736, -0.003666, 0.006210> - 20619: < 0.004668, -0.003975, 0.006080> - 20620: < 0.005023, -0.003637, 0.006006> - 20621: < 0.005099, -0.003318, 0.006117> - 20622: < 0.004804, -0.003342, 0.006329> - 20623: < 0.004736, -0.003666, 0.006210> - 20624: < 0.005099, -0.003318, 0.006117> - 20625: < 0.005172, -0.002984, 0.006219> - 20626: < 0.004870, -0.003004, 0.006439> - 20627: < 0.004804, -0.003342, 0.006329> - 20628: < 0.005172, -0.002984, 0.006219> - 20629: < 0.005240, -0.002638, 0.006311> - 20630: < 0.004931, -0.002655, 0.006537> - 20631: < 0.004870, -0.003004, 0.006439> - 20632: < 0.005240, -0.002638, 0.006311> - 20633: < 0.005301, -0.002281, 0.006393> - 20634: < 0.004987, -0.002295, 0.006623> - 20635: < 0.004931, -0.002655, 0.006537> - 20636: < 0.005301, -0.002281, 0.006393> - 20637: < 0.005355, -0.001915, 0.006464> - 20638: < 0.005037, -0.001926, 0.006698> - 20639: < 0.004987, -0.002295, 0.006623> - 20640: < 0.005355, -0.001915, 0.006464> - 20641: < 0.005401, -0.001541, 0.006523> - 20642: < 0.005080, -0.001550, 0.006761> - 20643: < 0.005037, -0.001926, 0.006698> - 20644: < 0.005401, -0.001541, 0.006523> - 20645: < 0.005438, -0.001161, 0.006570> - 20646: < 0.005114, -0.001168, 0.006810> - 20647: < 0.005080, -0.001550, 0.006761> - 20648: < 0.005438, -0.001161, 0.006570> - 20649: < 0.005466, -0.000777, 0.006605> - 20650: < 0.005140, -0.000781, 0.006846> - 20651: < 0.005114, -0.001168, 0.006810> - 20652: < 0.005466, -0.000777, 0.006605> - 20653: < 0.005483, -0.000389, 0.006626> - 20654: < 0.005156, -0.000391, 0.006868> - 20655: < 0.005140, -0.000781, 0.006846> - 20656: < 0.005483, -0.000389, 0.006626> - 20657: < 0.005489, -0.000000, 0.006633> - 20658: < 0.005162, -0.000000, 0.006875> - 20659: < 0.005156, -0.000391, 0.006868> - 20660: < 0.005489, -0.000000, 0.006633> - 20661: < 0.005483, 0.000389, 0.006626> - 20662: < 0.005156, 0.000391, 0.006868> - 20663: < 0.005162, -0.000000, 0.006875> - 20664: < 0.005483, 0.000389, 0.006626> - 20665: < 0.005466, 0.000777, 0.006605> - 20666: < 0.005140, 0.000781, 0.006846> - 20667: < 0.005156, 0.000391, 0.006868> - 20668: < 0.005466, 0.000777, 0.006605> - 20669: < 0.005438, 0.001161, 0.006570> - 20670: < 0.005114, 0.001168, 0.006810> - 20671: < 0.005140, 0.000781, 0.006846> - 20672: < 0.005438, 0.001161, 0.006570> - 20673: < 0.005401, 0.001541, 0.006523> - 20674: < 0.005080, 0.001550, 0.006761> - 20675: < 0.005114, 0.001168, 0.006810> - 20676: < 0.005401, 0.001541, 0.006523> - 20677: < 0.005355, 0.001915, 0.006464> - 20678: < 0.005037, 0.001926, 0.006698> - 20679: < 0.005080, 0.001550, 0.006761> - 20680: < 0.005355, 0.001915, 0.006464> - 20681: < 0.005301, 0.002281, 0.006393> - 20682: < 0.004987, 0.002295, 0.006623> - 20683: < 0.005037, 0.001926, 0.006698> - 20684: < 0.005301, 0.002281, 0.006393> - 20685: < 0.005240, 0.002638, 0.006311> - 20686: < 0.004931, 0.002655, 0.006537> - 20687: < 0.004987, 0.002295, 0.006623> - 20688: < 0.005240, 0.002638, 0.006311> - 20689: < 0.005172, 0.002984, 0.006219> - 20690: < 0.004870, 0.003004, 0.006439> - 20691: < 0.004931, 0.002655, 0.006537> - 20692: < 0.005172, 0.002984, 0.006219> - 20693: < 0.005099, 0.003318, 0.006117> - 20694: < 0.004804, 0.003342, 0.006329> - 20695: < 0.004870, 0.003004, 0.006439> - 20696: < 0.005099, 0.003318, 0.006117> - 20697: < 0.005023, 0.003637, 0.006006> - 20698: < 0.004736, 0.003666, 0.006210> - 20699: < 0.004804, 0.003342, 0.006329> - 20700: < 0.005023, 0.003637, 0.006006> - 20701: < 0.004946, 0.003941, 0.005887> - 20702: < 0.004668, 0.003975, 0.006080> - 20703: < 0.004736, 0.003666, 0.006210> - 20704: < 0.004946, 0.003941, 0.005887> - 20705: < 0.004870, 0.004226, 0.005760> - 20706: < 0.004602, 0.004267, 0.005939> - 20707: < 0.004668, 0.003975, 0.006080> - 20708: < 0.004870, 0.004226, 0.005760> - 20709: < 0.004798, 0.004494, 0.005623> - 20710: < 0.004542, 0.004542, 0.005788> - 20711: < 0.004602, 0.004267, 0.005939> - 20712: < 0.004798, 0.004494, 0.005623> - 20713: < 0.004738, 0.004738, 0.005479> - 20714: < 0.004494, 0.004798, 0.005623> - 20715: < 0.004542, 0.004542, 0.005788> - 20716: < 0.004738, 0.004738, 0.005479> - 20717: < 0.004691, 0.004959, 0.005326> - 20718: < 0.004460, 0.005034, 0.005446> - 20719: < 0.004494, 0.004798, 0.005623> - 20720: < 0.004460, -0.005034, 0.005446> - 20721: < 0.004494, -0.004798, 0.005623> - 20722: < 0.004226, -0.004870, 0.005760> - 20723: < 0.004199, -0.005120, 0.005564> - 20724: < 0.004494, -0.004798, 0.005623> - 20725: < 0.004542, -0.004542, 0.005788> - 20726: < 0.004267, -0.004602, 0.005939> - 20727: < 0.004226, -0.004870, 0.005760> - 20728: < 0.004542, -0.004542, 0.005788> - 20729: < 0.004602, -0.004267, 0.005939> - 20730: < 0.004318, -0.004318, 0.006105> - 20731: < 0.004267, -0.004602, 0.005939> - 20732: < 0.004602, -0.004267, 0.005939> - 20733: < 0.004668, -0.003975, 0.006080> - 20734: < 0.004374, -0.004017, 0.006257> - 20735: < 0.004318, -0.004318, 0.006105> - 20736: < 0.004668, -0.003975, 0.006080> - 20737: < 0.004736, -0.003666, 0.006210> - 20738: < 0.004434, -0.003701, 0.006397> - 20739: < 0.004374, -0.004017, 0.006257> - 20740: < 0.004736, -0.003666, 0.006210> - 20741: < 0.004804, -0.003342, 0.006329> - 20742: < 0.004494, -0.003372, 0.006525> - 20743: < 0.004434, -0.003701, 0.006397> - 20744: < 0.004804, -0.003342, 0.006329> - 20745: < 0.004870, -0.003004, 0.006439> - 20746: < 0.004553, -0.003030, 0.006641> - 20747: < 0.004494, -0.003372, 0.006525> - 20748: < 0.004870, -0.003004, 0.006439> - 20749: < 0.004931, -0.002655, 0.006537> - 20750: < 0.004609, -0.002676, 0.006745> - 20751: < 0.004553, -0.003030, 0.006641> - 20752: < 0.004931, -0.002655, 0.006537> - 20753: < 0.004987, -0.002295, 0.006623> - 20754: < 0.004659, -0.002313, 0.006836> - 20755: < 0.004609, -0.002676, 0.006745> - 20756: < 0.004987, -0.002295, 0.006623> - 20757: < 0.005037, -0.001926, 0.006698> - 20758: < 0.004705, -0.001940, 0.006915> - 20759: < 0.004659, -0.002313, 0.006836> - 20760: < 0.005037, -0.001926, 0.006698> - 20761: < 0.005080, -0.001550, 0.006761> - 20762: < 0.004744, -0.001561, 0.006980> - 20763: < 0.004705, -0.001940, 0.006915> - 20764: < 0.005080, -0.001550, 0.006761> - 20765: < 0.005114, -0.001168, 0.006810> - 20766: < 0.004776, -0.001176, 0.007032> - 20767: < 0.004744, -0.001561, 0.006980> - 20768: < 0.005114, -0.001168, 0.006810> - 20769: < 0.005140, -0.000781, 0.006846> - 20770: < 0.004800, -0.000786, 0.007069> - 20771: < 0.004776, -0.001176, 0.007032> - 20772: < 0.005140, -0.000781, 0.006846> - 20773: < 0.005156, -0.000391, 0.006868> - 20774: < 0.004815, -0.000394, 0.007092> - 20775: < 0.004800, -0.000786, 0.007069> - 20776: < 0.005156, -0.000391, 0.006868> - 20777: < 0.005162, -0.000000, 0.006875> - 20778: < 0.004820, -0.000000, 0.007099> - 20779: < 0.004815, -0.000394, 0.007092> - 20780: < 0.005162, -0.000000, 0.006875> - 20781: < 0.005156, 0.000391, 0.006868> - 20782: < 0.004815, 0.000394, 0.007092> - 20783: < 0.004820, -0.000000, 0.007099> - 20784: < 0.005156, 0.000391, 0.006868> - 20785: < 0.005140, 0.000781, 0.006846> - 20786: < 0.004800, 0.000786, 0.007069> - 20787: < 0.004815, 0.000394, 0.007092> - 20788: < 0.005140, 0.000781, 0.006846> - 20789: < 0.005114, 0.001168, 0.006810> - 20790: < 0.004776, 0.001176, 0.007032> - 20791: < 0.004800, 0.000786, 0.007069> - 20792: < 0.005114, 0.001168, 0.006810> - 20793: < 0.005080, 0.001550, 0.006761> - 20794: < 0.004744, 0.001561, 0.006980> - 20795: < 0.004776, 0.001176, 0.007032> - 20796: < 0.005080, 0.001550, 0.006761> - 20797: < 0.005037, 0.001926, 0.006698> - 20798: < 0.004705, 0.001940, 0.006915> - 20799: < 0.004744, 0.001561, 0.006980> - 20800: < 0.005037, 0.001926, 0.006698> - 20801: < 0.004987, 0.002295, 0.006623> - 20802: < 0.004659, 0.002313, 0.006836> - 20803: < 0.004705, 0.001940, 0.006915> - 20804: < 0.004987, 0.002295, 0.006623> - 20805: < 0.004931, 0.002655, 0.006537> - 20806: < 0.004609, 0.002676, 0.006745> - 20807: < 0.004659, 0.002313, 0.006836> - 20808: < 0.004931, 0.002655, 0.006537> - 20809: < 0.004870, 0.003004, 0.006439> - 20810: < 0.004553, 0.003030, 0.006641> - 20811: < 0.004609, 0.002676, 0.006745> - 20812: < 0.004870, 0.003004, 0.006439> - 20813: < 0.004804, 0.003342, 0.006329> - 20814: < 0.004494, 0.003372, 0.006525> - 20815: < 0.004553, 0.003030, 0.006641> - 20816: < 0.004804, 0.003342, 0.006329> - 20817: < 0.004736, 0.003666, 0.006210> - 20818: < 0.004434, 0.003701, 0.006397> - 20819: < 0.004494, 0.003372, 0.006525> - 20820: < 0.004736, 0.003666, 0.006210> - 20821: < 0.004668, 0.003975, 0.006080> - 20822: < 0.004374, 0.004017, 0.006257> - 20823: < 0.004434, 0.003701, 0.006397> - 20824: < 0.004668, 0.003975, 0.006080> - 20825: < 0.004602, 0.004267, 0.005939> - 20826: < 0.004318, 0.004318, 0.006105> - 20827: < 0.004374, 0.004017, 0.006257> - 20828: < 0.004602, 0.004267, 0.005939> - 20829: < 0.004542, 0.004542, 0.005788> - 20830: < 0.004267, 0.004602, 0.005939> - 20831: < 0.004318, 0.004318, 0.006105> - 20832: < 0.004542, 0.004542, 0.005788> - 20833: < 0.004494, 0.004798, 0.005623> - 20834: < 0.004226, 0.004870, 0.005760> - 20835: < 0.004267, 0.004602, 0.005939> - 20836: < 0.004494, 0.004798, 0.005623> - 20837: < 0.004460, 0.005034, 0.005446> - 20838: < 0.004199, 0.005120, 0.005564> - 20839: < 0.004226, 0.004870, 0.005760> - 20840: < 0.004199, -0.005120, 0.005564> - 20841: < 0.004226, -0.004870, 0.005760> - 20842: < 0.003941, -0.004946, 0.005887> - 20843: < 0.003918, -0.005207, 0.005678> - 20844: < 0.004226, -0.004870, 0.005760> - 20845: < 0.004267, -0.004602, 0.005939> - 20846: < 0.003975, -0.004668, 0.006080> - 20847: < 0.003941, -0.004946, 0.005887> - 20848: < 0.004267, -0.004602, 0.005939> - 20849: < 0.004318, -0.004318, 0.006105> - 20850: < 0.004017, -0.004374, 0.006257> - 20851: < 0.003975, -0.004668, 0.006080> - 20852: < 0.004318, -0.004318, 0.006105> - 20853: < 0.004374, -0.004017, 0.006257> - 20854: < 0.004065, -0.004065, 0.006421> - 20855: < 0.004017, -0.004374, 0.006257> - 20856: < 0.004374, -0.004017, 0.006257> - 20857: < 0.004434, -0.003701, 0.006397> - 20858: < 0.004117, -0.003743, 0.006570> - 20859: < 0.004065, -0.004065, 0.006421> - 20860: < 0.004434, -0.003701, 0.006397> - 20861: < 0.004494, -0.003372, 0.006525> - 20862: < 0.004170, -0.003407, 0.006705> - 20863: < 0.004117, -0.003743, 0.006570> - 20864: < 0.004494, -0.003372, 0.006525> - 20865: < 0.004553, -0.003030, 0.006641> - 20866: < 0.004223, -0.003060, 0.006828> - 20867: < 0.004170, -0.003407, 0.006705> - 20868: < 0.004553, -0.003030, 0.006641> - 20869: < 0.004609, -0.002676, 0.006745> - 20870: < 0.004273, -0.002701, 0.006937> - 20871: < 0.004223, -0.003060, 0.006828> - 20872: < 0.004609, -0.002676, 0.006745> - 20873: < 0.004659, -0.002313, 0.006836> - 20874: < 0.004318, -0.002333, 0.007033> - 20875: < 0.004273, -0.002701, 0.006937> - 20876: < 0.004659, -0.002313, 0.006836> - 20877: < 0.004705, -0.001940, 0.006915> - 20878: < 0.004360, -0.001957, 0.007115> - 20879: < 0.004318, -0.002333, 0.007033> - 20880: < 0.004705, -0.001940, 0.006915> - 20881: < 0.004744, -0.001561, 0.006980> - 20882: < 0.004395, -0.001574, 0.007183> - 20883: < 0.004360, -0.001957, 0.007115> - 20884: < 0.004744, -0.001561, 0.006980> - 20885: < 0.004776, -0.001176, 0.007032> - 20886: < 0.004424, -0.001185, 0.007236> - 20887: < 0.004395, -0.001574, 0.007183> - 20888: < 0.004776, -0.001176, 0.007032> - 20889: < 0.004800, -0.000786, 0.007069> - 20890: < 0.004446, -0.000792, 0.007275> - 20891: < 0.004424, -0.001185, 0.007236> - 20892: < 0.004800, -0.000786, 0.007069> - 20893: < 0.004815, -0.000394, 0.007092> - 20894: < 0.004460, -0.000397, 0.007298> - 20895: < 0.004446, -0.000792, 0.007275> - 20896: < 0.004815, -0.000394, 0.007092> - 20897: < 0.004820, -0.000000, 0.007099> - 20898: < 0.004465, -0.000000, 0.007306> - 20899: < 0.004460, -0.000397, 0.007298> - 20900: < 0.004820, -0.000000, 0.007099> - 20901: < 0.004815, 0.000394, 0.007092> - 20902: < 0.004460, 0.000397, 0.007298> - 20903: < 0.004465, -0.000000, 0.007306> - 20904: < 0.004815, 0.000394, 0.007092> - 20905: < 0.004800, 0.000786, 0.007069> - 20906: < 0.004446, 0.000792, 0.007275> - 20907: < 0.004460, 0.000397, 0.007298> - 20908: < 0.004800, 0.000786, 0.007069> - 20909: < 0.004776, 0.001176, 0.007032> - 20910: < 0.004424, 0.001185, 0.007236> - 20911: < 0.004446, 0.000792, 0.007275> - 20912: < 0.004776, 0.001176, 0.007032> - 20913: < 0.004744, 0.001561, 0.006980> - 20914: < 0.004395, 0.001574, 0.007183> - 20915: < 0.004424, 0.001185, 0.007236> - 20916: < 0.004744, 0.001561, 0.006980> - 20917: < 0.004705, 0.001940, 0.006915> - 20918: < 0.004360, 0.001957, 0.007115> - 20919: < 0.004395, 0.001574, 0.007183> - 20920: < 0.004705, 0.001940, 0.006915> - 20921: < 0.004659, 0.002313, 0.006836> - 20922: < 0.004318, 0.002333, 0.007033> - 20923: < 0.004360, 0.001957, 0.007115> - 20924: < 0.004659, 0.002313, 0.006836> - 20925: < 0.004609, 0.002676, 0.006745> - 20926: < 0.004273, 0.002701, 0.006937> - 20927: < 0.004318, 0.002333, 0.007033> - 20928: < 0.004609, 0.002676, 0.006745> - 20929: < 0.004553, 0.003030, 0.006641> - 20930: < 0.004223, 0.003060, 0.006828> - 20931: < 0.004273, 0.002701, 0.006937> - 20932: < 0.004553, 0.003030, 0.006641> - 20933: < 0.004494, 0.003372, 0.006525> - 20934: < 0.004170, 0.003407, 0.006705> - 20935: < 0.004223, 0.003060, 0.006828> - 20936: < 0.004494, 0.003372, 0.006525> - 20937: < 0.004434, 0.003701, 0.006397> - 20938: < 0.004117, 0.003743, 0.006570> - 20939: < 0.004170, 0.003407, 0.006705> - 20940: < 0.004434, 0.003701, 0.006397> - 20941: < 0.004374, 0.004017, 0.006257> - 20942: < 0.004065, 0.004065, 0.006421> - 20943: < 0.004117, 0.003743, 0.006570> - 20944: < 0.004374, 0.004017, 0.006257> - 20945: < 0.004318, 0.004318, 0.006105> - 20946: < 0.004017, 0.004374, 0.006257> - 20947: < 0.004065, 0.004065, 0.006421> - 20948: < 0.004318, 0.004318, 0.006105> - 20949: < 0.004267, 0.004602, 0.005939> - 20950: < 0.003975, 0.004668, 0.006080> - 20951: < 0.004017, 0.004374, 0.006257> - 20952: < 0.004267, 0.004602, 0.005939> - 20953: < 0.004226, 0.004870, 0.005760> - 20954: < 0.003941, 0.004946, 0.005887> - 20955: < 0.003975, 0.004668, 0.006080> - 20956: < 0.004226, 0.004870, 0.005760> - 20957: < 0.004199, 0.005120, 0.005564> - 20958: < 0.003918, 0.005207, 0.005678> - 20959: < 0.003941, 0.004946, 0.005887> - 20960: < 0.003918, -0.005207, 0.005678> - 20961: < 0.003941, -0.004946, 0.005887> - 20962: < 0.003637, -0.005023, 0.006006> - 20963: < 0.003619, -0.005294, 0.005786> - 20964: < 0.003941, -0.004946, 0.005887> - 20965: < 0.003975, -0.004668, 0.006080> - 20966: < 0.003666, -0.004736, 0.006210> - 20967: < 0.003637, -0.005023, 0.006006> - 20968: < 0.003975, -0.004668, 0.006080> - 20969: < 0.004017, -0.004374, 0.006257> - 20970: < 0.003701, -0.004434, 0.006397> - 20971: < 0.003666, -0.004736, 0.006210> - 20972: < 0.004017, -0.004374, 0.006257> - 20973: < 0.004065, -0.004065, 0.006421> - 20974: < 0.003743, -0.004117, 0.006570> - 20975: < 0.003701, -0.004434, 0.006397> - 20976: < 0.004065, -0.004065, 0.006421> - 20977: < 0.004117, -0.003743, 0.006570> - 20978: < 0.003788, -0.003788, 0.006727> - 20979: < 0.003743, -0.004117, 0.006570> - 20980: < 0.004117, -0.003743, 0.006570> - 20981: < 0.004170, -0.003407, 0.006705> - 20982: < 0.003834, -0.003446, 0.006870> - 20983: < 0.003788, -0.003788, 0.006727> - 20984: < 0.004170, -0.003407, 0.006705> - 20985: < 0.004223, -0.003060, 0.006828> - 20986: < 0.003880, -0.003093, 0.006998> - 20987: < 0.003834, -0.003446, 0.006870> - 20988: < 0.004223, -0.003060, 0.006828> - 20989: < 0.004273, -0.002701, 0.006937> - 20990: < 0.003924, -0.002729, 0.007112> - 20991: < 0.003880, -0.003093, 0.006998> - 20992: < 0.004273, -0.002701, 0.006937> - 20993: < 0.004318, -0.002333, 0.007033> - 20994: < 0.003965, -0.002356, 0.007212> - 20995: < 0.003924, -0.002729, 0.007112> - 20996: < 0.004318, -0.002333, 0.007033> - 20997: < 0.004360, -0.001957, 0.007115> - 20998: < 0.004002, -0.001975, 0.007297> - 20999: < 0.003965, -0.002356, 0.007212> - 21000: < 0.004360, -0.001957, 0.007115> - 21001: < 0.004395, -0.001574, 0.007183> - 21002: < 0.004034, -0.001588, 0.007367> - 21003: < 0.004002, -0.001975, 0.007297> - 21004: < 0.004395, -0.001574, 0.007183> - 21005: < 0.004424, -0.001185, 0.007236> - 21006: < 0.004061, -0.001196, 0.007423> - 21007: < 0.004034, -0.001588, 0.007367> - 21008: < 0.004424, -0.001185, 0.007236> - 21009: < 0.004446, -0.000792, 0.007275> - 21010: < 0.004081, -0.000799, 0.007462> - 21011: < 0.004061, -0.001196, 0.007423> - 21012: < 0.004446, -0.000792, 0.007275> - 21013: < 0.004460, -0.000397, 0.007298> - 21014: < 0.004093, -0.000400, 0.007487> - 21015: < 0.004081, -0.000799, 0.007462> - 21016: < 0.004460, -0.000397, 0.007298> - 21017: < 0.004465, -0.000000, 0.007306> - 21018: < 0.004098, -0.000000, 0.007495> - 21019: < 0.004093, -0.000400, 0.007487> - 21020: < 0.004465, -0.000000, 0.007306> - 21021: < 0.004460, 0.000397, 0.007298> - 21022: < 0.004093, 0.000400, 0.007487> - 21023: < 0.004098, -0.000000, 0.007495> - 21024: < 0.004460, 0.000397, 0.007298> - 21025: < 0.004446, 0.000792, 0.007275> - 21026: < 0.004081, 0.000799, 0.007462> - 21027: < 0.004093, 0.000400, 0.007487> - 21028: < 0.004446, 0.000792, 0.007275> - 21029: < 0.004424, 0.001185, 0.007236> - 21030: < 0.004061, 0.001196, 0.007423> - 21031: < 0.004081, 0.000799, 0.007462> - 21032: < 0.004424, 0.001185, 0.007236> - 21033: < 0.004395, 0.001574, 0.007183> - 21034: < 0.004034, 0.001588, 0.007367> - 21035: < 0.004061, 0.001196, 0.007423> - 21036: < 0.004395, 0.001574, 0.007183> - 21037: < 0.004360, 0.001957, 0.007115> - 21038: < 0.004002, 0.001975, 0.007297> - 21039: < 0.004034, 0.001588, 0.007367> - 21040: < 0.004360, 0.001957, 0.007115> - 21041: < 0.004318, 0.002333, 0.007033> - 21042: < 0.003965, 0.002356, 0.007212> - 21043: < 0.004002, 0.001975, 0.007297> - 21044: < 0.004318, 0.002333, 0.007033> - 21045: < 0.004273, 0.002701, 0.006937> - 21046: < 0.003924, 0.002729, 0.007112> - 21047: < 0.003965, 0.002356, 0.007212> - 21048: < 0.004273, 0.002701, 0.006937> - 21049: < 0.004223, 0.003060, 0.006828> - 21050: < 0.003880, 0.003093, 0.006998> - 21051: < 0.003924, 0.002729, 0.007112> - 21052: < 0.004223, 0.003060, 0.006828> - 21053: < 0.004170, 0.003407, 0.006705> - 21054: < 0.003834, 0.003446, 0.006870> - 21055: < 0.003880, 0.003093, 0.006998> - 21056: < 0.004170, 0.003407, 0.006705> - 21057: < 0.004117, 0.003743, 0.006570> - 21058: < 0.003788, 0.003788, 0.006727> - 21059: < 0.003834, 0.003446, 0.006870> - 21060: < 0.004117, 0.003743, 0.006570> - 21061: < 0.004065, 0.004065, 0.006421> - 21062: < 0.003743, 0.004117, 0.006570> - 21063: < 0.003788, 0.003788, 0.006727> - 21064: < 0.004065, 0.004065, 0.006421> - 21065: < 0.004017, 0.004374, 0.006257> - 21066: < 0.003701, 0.004434, 0.006397> - 21067: < 0.003743, 0.004117, 0.006570> - 21068: < 0.004017, 0.004374, 0.006257> - 21069: < 0.003975, 0.004668, 0.006080> - 21070: < 0.003666, 0.004736, 0.006210> - 21071: < 0.003701, 0.004434, 0.006397> - 21072: < 0.003975, 0.004668, 0.006080> - 21073: < 0.003941, 0.004946, 0.005887> - 21074: < 0.003637, 0.005023, 0.006006> - 21075: < 0.003666, 0.004736, 0.006210> - 21076: < 0.003941, 0.004946, 0.005887> - 21077: < 0.003918, 0.005207, 0.005678> - 21078: < 0.003619, 0.005294, 0.005786> - 21079: < 0.003637, 0.005023, 0.006006> - 21080: < 0.003619, -0.005294, 0.005786> - 21081: < 0.003637, -0.005023, 0.006006> - 21082: < 0.003318, -0.005099, 0.006117> - 21083: < 0.003302, -0.005379, 0.005888> - 21084: < 0.003637, -0.005023, 0.006006> - 21085: < 0.003666, -0.004736, 0.006210> - 21086: < 0.003342, -0.004804, 0.006329> - 21087: < 0.003318, -0.005099, 0.006117> - 21088: < 0.003666, -0.004736, 0.006210> - 21089: < 0.003701, -0.004434, 0.006397> - 21090: < 0.003372, -0.004494, 0.006525> - 21091: < 0.003342, -0.004804, 0.006329> - 21092: < 0.003701, -0.004434, 0.006397> - 21093: < 0.003743, -0.004117, 0.006570> - 21094: < 0.003407, -0.004170, 0.006705> - 21095: < 0.003372, -0.004494, 0.006525> - 21096: < 0.003743, -0.004117, 0.006570> - 21097: < 0.003788, -0.003788, 0.006727> - 21098: < 0.003446, -0.003834, 0.006870> - 21099: < 0.003407, -0.004170, 0.006705> - 21100: < 0.003788, -0.003788, 0.006727> - 21101: < 0.003834, -0.003446, 0.006870> - 21102: < 0.003486, -0.003486, 0.007018> - 21103: < 0.003446, -0.003834, 0.006870> - 21104: < 0.003834, -0.003446, 0.006870> - 21105: < 0.003880, -0.003093, 0.006998> - 21106: < 0.003526, -0.003127, 0.007152> - 21107: < 0.003486, -0.003486, 0.007018> - 21108: < 0.003880, -0.003093, 0.006998> - 21109: < 0.003924, -0.002729, 0.007112> - 21110: < 0.003565, -0.002758, 0.007270> - 21111: < 0.003526, -0.003127, 0.007152> - 21112: < 0.003924, -0.002729, 0.007112> - 21113: < 0.003965, -0.002356, 0.007212> - 21114: < 0.003601, -0.002380, 0.007374> - 21115: < 0.003565, -0.002758, 0.007270> - 21116: < 0.003965, -0.002356, 0.007212> - 21117: < 0.004002, -0.001975, 0.007297> - 21118: < 0.003634, -0.001995, 0.007462> - 21119: < 0.003601, -0.002380, 0.007374> - 21120: < 0.004002, -0.001975, 0.007297> - 21121: < 0.004034, -0.001588, 0.007367> - 21122: < 0.003663, -0.001603, 0.007535> - 21123: < 0.003634, -0.001995, 0.007462> - 21124: < 0.004034, -0.001588, 0.007367> - 21125: < 0.004061, -0.001196, 0.007423> - 21126: < 0.003686, -0.001207, 0.007591> - 21127: < 0.003663, -0.001603, 0.007535> - 21128: < 0.004061, -0.001196, 0.007423> - 21129: < 0.004081, -0.000799, 0.007462> - 21130: < 0.003704, -0.000807, 0.007632> - 21131: < 0.003686, -0.001207, 0.007591> - 21132: < 0.004081, -0.000799, 0.007462> - 21133: < 0.004093, -0.000400, 0.007487> - 21134: < 0.003716, -0.000404, 0.007657> - 21135: < 0.003704, -0.000807, 0.007632> - 21136: < 0.004093, -0.000400, 0.007487> - 21137: < 0.004098, -0.000000, 0.007495> - 21138: < 0.003720, -0.000000, 0.007665> - 21139: < 0.003716, -0.000404, 0.007657> - 21140: < 0.004098, -0.000000, 0.007495> - 21141: < 0.004093, 0.000400, 0.007487> - 21142: < 0.003716, 0.000404, 0.007657> - 21143: < 0.003720, -0.000000, 0.007665> - 21144: < 0.004093, 0.000400, 0.007487> - 21145: < 0.004081, 0.000799, 0.007462> - 21146: < 0.003704, 0.000807, 0.007632> - 21147: < 0.003716, 0.000404, 0.007657> - 21148: < 0.004081, 0.000799, 0.007462> - 21149: < 0.004061, 0.001196, 0.007423> - 21150: < 0.003686, 0.001207, 0.007591> - 21151: < 0.003704, 0.000807, 0.007632> - 21152: < 0.004061, 0.001196, 0.007423> - 21153: < 0.004034, 0.001588, 0.007367> - 21154: < 0.003663, 0.001603, 0.007535> - 21155: < 0.003686, 0.001207, 0.007591> - 21156: < 0.004034, 0.001588, 0.007367> - 21157: < 0.004002, 0.001975, 0.007297> - 21158: < 0.003634, 0.001995, 0.007462> - 21159: < 0.003663, 0.001603, 0.007535> - 21160: < 0.004002, 0.001975, 0.007297> - 21161: < 0.003965, 0.002356, 0.007212> - 21162: < 0.003601, 0.002380, 0.007374> - 21163: < 0.003634, 0.001995, 0.007462> - 21164: < 0.003965, 0.002356, 0.007212> - 21165: < 0.003924, 0.002729, 0.007112> - 21166: < 0.003565, 0.002758, 0.007270> - 21167: < 0.003601, 0.002380, 0.007374> - 21168: < 0.003924, 0.002729, 0.007112> - 21169: < 0.003880, 0.003093, 0.006998> - 21170: < 0.003526, 0.003127, 0.007152> - 21171: < 0.003565, 0.002758, 0.007270> - 21172: < 0.003880, 0.003093, 0.006998> - 21173: < 0.003834, 0.003446, 0.006870> - 21174: < 0.003486, 0.003486, 0.007018> - 21175: < 0.003526, 0.003127, 0.007152> - 21176: < 0.003834, 0.003446, 0.006870> - 21177: < 0.003788, 0.003788, 0.006727> - 21178: < 0.003446, 0.003834, 0.006870> - 21179: < 0.003486, 0.003486, 0.007018> - 21180: < 0.003788, 0.003788, 0.006727> - 21181: < 0.003743, 0.004117, 0.006570> - 21182: < 0.003407, 0.004170, 0.006705> - 21183: < 0.003446, 0.003834, 0.006870> - 21184: < 0.003743, 0.004117, 0.006570> - 21185: < 0.003701, 0.004434, 0.006397> - 21186: < 0.003372, 0.004494, 0.006525> - 21187: < 0.003407, 0.004170, 0.006705> - 21188: < 0.003701, 0.004434, 0.006397> - 21189: < 0.003666, 0.004736, 0.006210> - 21190: < 0.003342, 0.004804, 0.006329> - 21191: < 0.003372, 0.004494, 0.006525> - 21192: < 0.003666, 0.004736, 0.006210> - 21193: < 0.003637, 0.005023, 0.006006> - 21194: < 0.003318, 0.005099, 0.006117> - 21195: < 0.003342, 0.004804, 0.006329> - 21196: < 0.003637, 0.005023, 0.006006> - 21197: < 0.003619, 0.005294, 0.005786> - 21198: < 0.003302, 0.005379, 0.005888> - 21199: < 0.003318, 0.005099, 0.006117> - 21200: < 0.003302, -0.005379, 0.005888> - 21201: < 0.003318, -0.005099, 0.006117> - 21202: < 0.002984, -0.005172, 0.006219> - 21203: < 0.002971, -0.005459, 0.005983> - 21204: < 0.003318, -0.005099, 0.006117> - 21205: < 0.003342, -0.004804, 0.006329> - 21206: < 0.003004, -0.004870, 0.006439> - 21207: < 0.002984, -0.005172, 0.006219> - 21208: < 0.003342, -0.004804, 0.006329> - 21209: < 0.003372, -0.004494, 0.006525> - 21210: < 0.003030, -0.004553, 0.006641> - 21211: < 0.003004, -0.004870, 0.006439> - 21212: < 0.003372, -0.004494, 0.006525> - 21213: < 0.003407, -0.004170, 0.006705> - 21214: < 0.003060, -0.004223, 0.006828> - 21215: < 0.003030, -0.004553, 0.006641> - 21216: < 0.003407, -0.004170, 0.006705> - 21217: < 0.003446, -0.003834, 0.006870> - 21218: < 0.003093, -0.003880, 0.006998> - 21219: < 0.003060, -0.004223, 0.006828> - 21220: < 0.003446, -0.003834, 0.006870> - 21221: < 0.003486, -0.003486, 0.007018> - 21222: < 0.003127, -0.003526, 0.007152> - 21223: < 0.003093, -0.003880, 0.006998> - 21224: < 0.003486, -0.003486, 0.007018> - 21225: < 0.003526, -0.003127, 0.007152> - 21226: < 0.003162, -0.003162, 0.007290> - 21227: < 0.003127, -0.003526, 0.007152> - 21228: < 0.003526, -0.003127, 0.007152> - 21229: < 0.003565, -0.002758, 0.007270> - 21230: < 0.003195, -0.002787, 0.007412> - 21231: < 0.003162, -0.003162, 0.007290> - 21232: < 0.003565, -0.002758, 0.007270> - 21233: < 0.003601, -0.002380, 0.007374> - 21234: < 0.003227, -0.002405, 0.007519> - 21235: < 0.003195, -0.002787, 0.007412> - 21236: < 0.003601, -0.002380, 0.007374> - 21237: < 0.003634, -0.001995, 0.007462> - 21238: < 0.003255, -0.002015, 0.007610> - 21239: < 0.003227, -0.002405, 0.007519> - 21240: < 0.003634, -0.001995, 0.007462> - 21241: < 0.003663, -0.001603, 0.007535> - 21242: < 0.003281, -0.001619, 0.007684> - 21243: < 0.003255, -0.002015, 0.007610> - 21244: < 0.003663, -0.001603, 0.007535> - 21245: < 0.003686, -0.001207, 0.007591> - 21246: < 0.003302, -0.001219, 0.007743> - 21247: < 0.003281, -0.001619, 0.007684> - 21248: < 0.003686, -0.001207, 0.007591> - 21249: < 0.003704, -0.000807, 0.007632> - 21250: < 0.003318, -0.000814, 0.007785> - 21251: < 0.003302, -0.001219, 0.007743> - 21252: < 0.003704, -0.000807, 0.007632> - 21253: < 0.003716, -0.000404, 0.007657> - 21254: < 0.003328, -0.000408, 0.007810> - 21255: < 0.003318, -0.000814, 0.007785> - 21256: < 0.003716, -0.000404, 0.007657> - 21257: < 0.003720, -0.000000, 0.007665> - 21258: < 0.003331, -0.000000, 0.007818> - 21259: < 0.003328, -0.000408, 0.007810> - 21260: < 0.003720, -0.000000, 0.007665> - 21261: < 0.003716, 0.000404, 0.007657> - 21262: < 0.003328, 0.000408, 0.007810> - 21263: < 0.003331, -0.000000, 0.007818> - 21264: < 0.003716, 0.000404, 0.007657> - 21265: < 0.003704, 0.000807, 0.007632> - 21266: < 0.003318, 0.000814, 0.007785> - 21267: < 0.003328, 0.000408, 0.007810> - 21268: < 0.003704, 0.000807, 0.007632> - 21269: < 0.003686, 0.001207, 0.007591> - 21270: < 0.003302, 0.001219, 0.007743> - 21271: < 0.003318, 0.000814, 0.007785> - 21272: < 0.003686, 0.001207, 0.007591> - 21273: < 0.003663, 0.001603, 0.007535> - 21274: < 0.003281, 0.001619, 0.007684> - 21275: < 0.003302, 0.001219, 0.007743> - 21276: < 0.003663, 0.001603, 0.007535> - 21277: < 0.003634, 0.001995, 0.007462> - 21278: < 0.003255, 0.002015, 0.007610> - 21279: < 0.003281, 0.001619, 0.007684> - 21280: < 0.003634, 0.001995, 0.007462> - 21281: < 0.003601, 0.002380, 0.007374> - 21282: < 0.003227, 0.002405, 0.007519> - 21283: < 0.003255, 0.002015, 0.007610> - 21284: < 0.003601, 0.002380, 0.007374> - 21285: < 0.003565, 0.002758, 0.007270> - 21286: < 0.003195, 0.002787, 0.007412> - 21287: < 0.003227, 0.002405, 0.007519> - 21288: < 0.003565, 0.002758, 0.007270> - 21289: < 0.003526, 0.003127, 0.007152> - 21290: < 0.003162, 0.003162, 0.007290> - 21291: < 0.003195, 0.002787, 0.007412> - 21292: < 0.003526, 0.003127, 0.007152> - 21293: < 0.003486, 0.003486, 0.007018> - 21294: < 0.003127, 0.003526, 0.007152> - 21295: < 0.003162, 0.003162, 0.007290> - 21296: < 0.003486, 0.003486, 0.007018> - 21297: < 0.003446, 0.003834, 0.006870> - 21298: < 0.003093, 0.003880, 0.006998> - 21299: < 0.003127, 0.003526, 0.007152> - 21300: < 0.003446, 0.003834, 0.006870> - 21301: < 0.003407, 0.004170, 0.006705> - 21302: < 0.003060, 0.004223, 0.006828> - 21303: < 0.003093, 0.003880, 0.006998> - 21304: < 0.003407, 0.004170, 0.006705> - 21305: < 0.003372, 0.004494, 0.006525> - 21306: < 0.003030, 0.004553, 0.006641> - 21307: < 0.003060, 0.004223, 0.006828> - 21308: < 0.003372, 0.004494, 0.006525> - 21309: < 0.003342, 0.004804, 0.006329> - 21310: < 0.003004, 0.004870, 0.006439> - 21311: < 0.003030, 0.004553, 0.006641> - 21312: < 0.003342, 0.004804, 0.006329> - 21313: < 0.003318, 0.005099, 0.006117> - 21314: < 0.002984, 0.005172, 0.006219> - 21315: < 0.003004, 0.004870, 0.006439> - 21316: < 0.003318, 0.005099, 0.006117> - 21317: < 0.003302, 0.005379, 0.005888> - 21318: < 0.002971, 0.005459, 0.005983> - 21319: < 0.002984, 0.005172, 0.006219> - 21320: < 0.002971, -0.005459, 0.005983> - 21321: < 0.002984, -0.005172, 0.006219> - 21322: < 0.002638, -0.005240, 0.006311> - 21323: < 0.002627, -0.005533, 0.006069> - 21324: < 0.002984, -0.005172, 0.006219> - 21325: < 0.003004, -0.004870, 0.006439> - 21326: < 0.002655, -0.004931, 0.006537> - 21327: < 0.002638, -0.005240, 0.006311> - 21328: < 0.003004, -0.004870, 0.006439> - 21329: < 0.003030, -0.004553, 0.006641> - 21330: < 0.002676, -0.004609, 0.006745> - 21331: < 0.002655, -0.004931, 0.006537> - 21332: < 0.003030, -0.004553, 0.006641> - 21333: < 0.003060, -0.004223, 0.006828> - 21334: < 0.002701, -0.004273, 0.006937> - 21335: < 0.002676, -0.004609, 0.006745> - 21336: < 0.003060, -0.004223, 0.006828> - 21337: < 0.003093, -0.003880, 0.006998> - 21338: < 0.002729, -0.003924, 0.007112> - 21339: < 0.002701, -0.004273, 0.006937> - 21340: < 0.003093, -0.003880, 0.006998> - 21341: < 0.003127, -0.003526, 0.007152> - 21342: < 0.002758, -0.003565, 0.007270> - 21343: < 0.002729, -0.003924, 0.007112> - 21344: < 0.003127, -0.003526, 0.007152> - 21345: < 0.003162, -0.003162, 0.007290> - 21346: < 0.002787, -0.003195, 0.007412> - 21347: < 0.002758, -0.003565, 0.007270> - 21348: < 0.003162, -0.003162, 0.007290> - 21349: < 0.003195, -0.002787, 0.007412> - 21350: < 0.002816, -0.002816, 0.007538> - 21351: < 0.002787, -0.003195, 0.007412> - 21352: < 0.003195, -0.002787, 0.007412> - 21353: < 0.003227, -0.002405, 0.007519> - 21354: < 0.002843, -0.002429, 0.007648> - 21355: < 0.002816, -0.002816, 0.007538> - 21356: < 0.003227, -0.002405, 0.007519> - 21357: < 0.003255, -0.002015, 0.007610> - 21358: < 0.002868, -0.002035, 0.007740> - 21359: < 0.002843, -0.002429, 0.007648> - 21360: < 0.003255, -0.002015, 0.007610> - 21361: < 0.003281, -0.001619, 0.007684> - 21362: < 0.002890, -0.001635, 0.007817> - 21363: < 0.002868, -0.002035, 0.007740> - 21364: < 0.003281, -0.001619, 0.007684> - 21365: < 0.003302, -0.001219, 0.007743> - 21366: < 0.002908, -0.001230, 0.007876> - 21367: < 0.002890, -0.001635, 0.007817> - 21368: < 0.003302, -0.001219, 0.007743> - 21369: < 0.003318, -0.000814, 0.007785> - 21370: < 0.002922, -0.000822, 0.007919> - 21371: < 0.002908, -0.001230, 0.007876> - 21372: < 0.003318, -0.000814, 0.007785> - 21373: < 0.003328, -0.000408, 0.007810> - 21374: < 0.002931, -0.000412, 0.007945> - 21375: < 0.002922, -0.000822, 0.007919> - 21376: < 0.003328, -0.000408, 0.007810> - 21377: < 0.003331, -0.000000, 0.007818> - 21378: < 0.002934, -0.000000, 0.007953> - 21379: < 0.002931, -0.000412, 0.007945> - 21380: < 0.003331, -0.000000, 0.007818> - 21381: < 0.003328, 0.000408, 0.007810> - 21382: < 0.002931, 0.000412, 0.007945> - 21383: < 0.002934, -0.000000, 0.007953> - 21384: < 0.003328, 0.000408, 0.007810> - 21385: < 0.003318, 0.000814, 0.007785> - 21386: < 0.002922, 0.000822, 0.007919> - 21387: < 0.002931, 0.000412, 0.007945> - 21388: < 0.003318, 0.000814, 0.007785> - 21389: < 0.003302, 0.001219, 0.007743> - 21390: < 0.002908, 0.001230, 0.007876> - 21391: < 0.002922, 0.000822, 0.007919> - 21392: < 0.003302, 0.001219, 0.007743> - 21393: < 0.003281, 0.001619, 0.007684> - 21394: < 0.002890, 0.001635, 0.007817> - 21395: < 0.002908, 0.001230, 0.007876> - 21396: < 0.003281, 0.001619, 0.007684> - 21397: < 0.003255, 0.002015, 0.007610> - 21398: < 0.002868, 0.002035, 0.007740> - 21399: < 0.002890, 0.001635, 0.007817> - 21400: < 0.003255, 0.002015, 0.007610> - 21401: < 0.003227, 0.002405, 0.007519> - 21402: < 0.002843, 0.002429, 0.007648> - 21403: < 0.002868, 0.002035, 0.007740> - 21404: < 0.003227, 0.002405, 0.007519> - 21405: < 0.003195, 0.002787, 0.007412> - 21406: < 0.002816, 0.002816, 0.007538> - 21407: < 0.002843, 0.002429, 0.007648> - 21408: < 0.003195, 0.002787, 0.007412> - 21409: < 0.003162, 0.003162, 0.007290> - 21410: < 0.002787, 0.003195, 0.007412> - 21411: < 0.002816, 0.002816, 0.007538> - 21412: < 0.003162, 0.003162, 0.007290> - 21413: < 0.003127, 0.003526, 0.007152> - 21414: < 0.002758, 0.003565, 0.007270> - 21415: < 0.002787, 0.003195, 0.007412> - 21416: < 0.003127, 0.003526, 0.007152> - 21417: < 0.003093, 0.003880, 0.006998> - 21418: < 0.002729, 0.003924, 0.007112> - 21419: < 0.002758, 0.003565, 0.007270> - 21420: < 0.003093, 0.003880, 0.006998> - 21421: < 0.003060, 0.004223, 0.006828> - 21422: < 0.002701, 0.004273, 0.006937> - 21423: < 0.002729, 0.003924, 0.007112> - 21424: < 0.003060, 0.004223, 0.006828> - 21425: < 0.003030, 0.004553, 0.006641> - 21426: < 0.002676, 0.004609, 0.006745> - 21427: < 0.002701, 0.004273, 0.006937> - 21428: < 0.003030, 0.004553, 0.006641> - 21429: < 0.003004, 0.004870, 0.006439> - 21430: < 0.002655, 0.004931, 0.006537> - 21431: < 0.002676, 0.004609, 0.006745> - 21432: < 0.003004, 0.004870, 0.006439> - 21433: < 0.002984, 0.005172, 0.006219> - 21434: < 0.002638, 0.005240, 0.006311> - 21435: < 0.002655, 0.004931, 0.006537> - 21436: < 0.002984, 0.005172, 0.006219> - 21437: < 0.002971, 0.005459, 0.005983> - 21438: < 0.002627, 0.005533, 0.006069> - 21439: < 0.002638, 0.005240, 0.006311> - 21440: < 0.002627, -0.005533, 0.006069> - 21441: < 0.002638, -0.005240, 0.006311> - 21442: < 0.002281, -0.005301, 0.006393> - 21443: < 0.002272, -0.005599, 0.006146> - 21444: < 0.002638, -0.005240, 0.006311> - 21445: < 0.002655, -0.004931, 0.006537> - 21446: < 0.002295, -0.004987, 0.006623> - 21447: < 0.002281, -0.005301, 0.006393> - 21448: < 0.002655, -0.004931, 0.006537> - 21449: < 0.002676, -0.004609, 0.006745> - 21450: < 0.002313, -0.004659, 0.006836> - 21451: < 0.002295, -0.004987, 0.006623> - 21452: < 0.002676, -0.004609, 0.006745> - 21453: < 0.002701, -0.004273, 0.006937> - 21454: < 0.002333, -0.004318, 0.007033> - 21455: < 0.002313, -0.004659, 0.006836> - 21456: < 0.002701, -0.004273, 0.006937> - 21457: < 0.002729, -0.003924, 0.007112> - 21458: < 0.002356, -0.003965, 0.007212> - 21459: < 0.002333, -0.004318, 0.007033> - 21460: < 0.002729, -0.003924, 0.007112> - 21461: < 0.002758, -0.003565, 0.007270> - 21462: < 0.002380, -0.003601, 0.007374> - 21463: < 0.002356, -0.003965, 0.007212> - 21464: < 0.002758, -0.003565, 0.007270> - 21465: < 0.002787, -0.003195, 0.007412> - 21466: < 0.002405, -0.003227, 0.007519> - 21467: < 0.002380, -0.003601, 0.007374> - 21468: < 0.002787, -0.003195, 0.007412> - 21469: < 0.002816, -0.002816, 0.007538> - 21470: < 0.002429, -0.002843, 0.007648> - 21471: < 0.002405, -0.003227, 0.007519> - 21472: < 0.002816, -0.002816, 0.007538> - 21473: < 0.002843, -0.002429, 0.007648> - 21474: < 0.002452, -0.002452, 0.007759> - 21475: < 0.002429, -0.002843, 0.007648> - 21476: < 0.002843, -0.002429, 0.007648> - 21477: < 0.002868, -0.002035, 0.007740> - 21478: < 0.002473, -0.002053, 0.007854> - 21479: < 0.002452, -0.002452, 0.007759> - 21480: < 0.002868, -0.002035, 0.007740> - 21481: < 0.002890, -0.001635, 0.007817> - 21482: < 0.002492, -0.001650, 0.007932> - 21483: < 0.002473, -0.002053, 0.007854> - 21484: < 0.002890, -0.001635, 0.007817> - 21485: < 0.002908, -0.001230, 0.007876> - 21486: < 0.002507, -0.001241, 0.007992> - 21487: < 0.002492, -0.001650, 0.007932> - 21488: < 0.002908, -0.001230, 0.007876> - 21489: < 0.002922, -0.000822, 0.007919> - 21490: < 0.002519, -0.000829, 0.008036> - 21491: < 0.002507, -0.001241, 0.007992> - 21492: < 0.002922, -0.000822, 0.007919> - 21493: < 0.002931, -0.000412, 0.007945> - 21494: < 0.002527, -0.000415, 0.008062> - 21495: < 0.002519, -0.000829, 0.008036> - 21496: < 0.002931, -0.000412, 0.007945> - 21497: < 0.002934, -0.000000, 0.007953> - 21498: < 0.002530, -0.000000, 0.008070> - 21499: < 0.002527, -0.000415, 0.008062> - 21500: < 0.002934, -0.000000, 0.007953> - 21501: < 0.002931, 0.000412, 0.007945> - 21502: < 0.002527, 0.000415, 0.008062> - 21503: < 0.002530, -0.000000, 0.008070> - 21504: < 0.002931, 0.000412, 0.007945> - 21505: < 0.002922, 0.000822, 0.007919> - 21506: < 0.002519, 0.000829, 0.008036> - 21507: < 0.002527, 0.000415, 0.008062> - 21508: < 0.002922, 0.000822, 0.007919> - 21509: < 0.002908, 0.001230, 0.007876> - 21510: < 0.002507, 0.001241, 0.007992> - 21511: < 0.002519, 0.000829, 0.008036> - 21512: < 0.002908, 0.001230, 0.007876> - 21513: < 0.002890, 0.001635, 0.007817> - 21514: < 0.002492, 0.001650, 0.007932> - 21515: < 0.002507, 0.001241, 0.007992> - 21516: < 0.002890, 0.001635, 0.007817> - 21517: < 0.002868, 0.002035, 0.007740> - 21518: < 0.002473, 0.002053, 0.007854> - 21519: < 0.002492, 0.001650, 0.007932> - 21520: < 0.002868, 0.002035, 0.007740> - 21521: < 0.002843, 0.002429, 0.007648> - 21522: < 0.002452, 0.002452, 0.007759> - 21523: < 0.002473, 0.002053, 0.007854> - 21524: < 0.002843, 0.002429, 0.007648> - 21525: < 0.002816, 0.002816, 0.007538> - 21526: < 0.002429, 0.002843, 0.007648> - 21527: < 0.002452, 0.002452, 0.007759> - 21528: < 0.002816, 0.002816, 0.007538> - 21529: < 0.002787, 0.003195, 0.007412> - 21530: < 0.002405, 0.003227, 0.007519> - 21531: < 0.002429, 0.002843, 0.007648> - 21532: < 0.002787, 0.003195, 0.007412> - 21533: < 0.002758, 0.003565, 0.007270> - 21534: < 0.002380, 0.003601, 0.007374> - 21535: < 0.002405, 0.003227, 0.007519> - 21536: < 0.002758, 0.003565, 0.007270> - 21537: < 0.002729, 0.003924, 0.007112> - 21538: < 0.002356, 0.003965, 0.007212> - 21539: < 0.002380, 0.003601, 0.007374> - 21540: < 0.002729, 0.003924, 0.007112> - 21541: < 0.002701, 0.004273, 0.006937> - 21542: < 0.002333, 0.004318, 0.007033> - 21543: < 0.002356, 0.003965, 0.007212> - 21544: < 0.002701, 0.004273, 0.006937> - 21545: < 0.002676, 0.004609, 0.006745> - 21546: < 0.002313, 0.004659, 0.006836> - 21547: < 0.002333, 0.004318, 0.007033> - 21548: < 0.002676, 0.004609, 0.006745> - 21549: < 0.002655, 0.004931, 0.006537> - 21550: < 0.002295, 0.004987, 0.006623> - 21551: < 0.002313, 0.004659, 0.006836> - 21552: < 0.002655, 0.004931, 0.006537> - 21553: < 0.002638, 0.005240, 0.006311> - 21554: < 0.002281, 0.005301, 0.006393> - 21555: < 0.002295, 0.004987, 0.006623> - 21556: < 0.002638, 0.005240, 0.006311> - 21557: < 0.002627, 0.005533, 0.006069> - 21558: < 0.002272, 0.005599, 0.006146> - 21559: < 0.002281, 0.005301, 0.006393> - 21560: < 0.002272, -0.005599, 0.006146> - 21561: < 0.002281, -0.005301, 0.006393> - 21562: < 0.001915, -0.005355, 0.006464> - 21563: < 0.001908, -0.005657, 0.006212> - 21564: < 0.002281, -0.005301, 0.006393> - 21565: < 0.002295, -0.004987, 0.006623> - 21566: < 0.001926, -0.005037, 0.006698> - 21567: < 0.001915, -0.005355, 0.006464> - 21568: < 0.002295, -0.004987, 0.006623> - 21569: < 0.002313, -0.004659, 0.006836> - 21570: < 0.001940, -0.004705, 0.006915> - 21571: < 0.001926, -0.005037, 0.006698> - 21572: < 0.002313, -0.004659, 0.006836> - 21573: < 0.002333, -0.004318, 0.007033> - 21574: < 0.001957, -0.004360, 0.007115> - 21575: < 0.001940, -0.004705, 0.006915> - 21576: < 0.002333, -0.004318, 0.007033> - 21577: < 0.002356, -0.003965, 0.007212> - 21578: < 0.001975, -0.004002, 0.007297> - 21579: < 0.001957, -0.004360, 0.007115> - 21580: < 0.002356, -0.003965, 0.007212> - 21581: < 0.002380, -0.003601, 0.007374> - 21582: < 0.001995, -0.003634, 0.007462> - 21583: < 0.001975, -0.004002, 0.007297> - 21584: < 0.002380, -0.003601, 0.007374> - 21585: < 0.002405, -0.003227, 0.007519> - 21586: < 0.002015, -0.003255, 0.007610> - 21587: < 0.001995, -0.003634, 0.007462> - 21588: < 0.002405, -0.003227, 0.007519> - 21589: < 0.002429, -0.002843, 0.007648> - 21590: < 0.002035, -0.002868, 0.007740> - 21591: < 0.002015, -0.003255, 0.007610> - 21592: < 0.002429, -0.002843, 0.007648> - 21593: < 0.002452, -0.002452, 0.007759> - 21594: < 0.002053, -0.002473, 0.007854> - 21595: < 0.002035, -0.002868, 0.007740> - 21596: < 0.002452, -0.002452, 0.007759> - 21597: < 0.002473, -0.002053, 0.007854> - 21598: < 0.002071, -0.002071, 0.007950> - 21599: < 0.002053, -0.002473, 0.007854> - 21600: < 0.002473, -0.002053, 0.007854> - 21601: < 0.002492, -0.001650, 0.007932> - 21602: < 0.002086, -0.001663, 0.008029> - 21603: < 0.002071, -0.002071, 0.007950> - 21604: < 0.002492, -0.001650, 0.007932> - 21605: < 0.002507, -0.001241, 0.007992> - 21606: < 0.002099, -0.001252, 0.008090> - 21607: < 0.002086, -0.001663, 0.008029> - 21608: < 0.002507, -0.001241, 0.007992> - 21609: < 0.002519, -0.000829, 0.008036> - 21610: < 0.002109, -0.000836, 0.008134> - 21611: < 0.002099, -0.001252, 0.008090> - 21612: < 0.002519, -0.000829, 0.008036> - 21613: < 0.002527, -0.000415, 0.008062> - 21614: < 0.002116, -0.000419, 0.008161> - 21615: < 0.002109, -0.000836, 0.008134> - 21616: < 0.002527, -0.000415, 0.008062> - 21617: < 0.002530, -0.000000, 0.008070> - 21618: < 0.002118, -0.000000, 0.008169> - 21619: < 0.002116, -0.000419, 0.008161> - 21620: < 0.002530, -0.000000, 0.008070> - 21621: < 0.002527, 0.000415, 0.008062> - 21622: < 0.002116, 0.000419, 0.008161> - 21623: < 0.002118, -0.000000, 0.008169> - 21624: < 0.002527, 0.000415, 0.008062> - 21625: < 0.002519, 0.000829, 0.008036> - 21626: < 0.002109, 0.000836, 0.008134> - 21627: < 0.002116, 0.000419, 0.008161> - 21628: < 0.002519, 0.000829, 0.008036> - 21629: < 0.002507, 0.001241, 0.007992> - 21630: < 0.002099, 0.001252, 0.008090> - 21631: < 0.002109, 0.000836, 0.008134> - 21632: < 0.002507, 0.001241, 0.007992> - 21633: < 0.002492, 0.001650, 0.007932> - 21634: < 0.002086, 0.001663, 0.008029> - 21635: < 0.002099, 0.001252, 0.008090> - 21636: < 0.002492, 0.001650, 0.007932> - 21637: < 0.002473, 0.002053, 0.007854> - 21638: < 0.002071, 0.002071, 0.007950> - 21639: < 0.002086, 0.001663, 0.008029> - 21640: < 0.002473, 0.002053, 0.007854> - 21641: < 0.002452, 0.002452, 0.007759> - 21642: < 0.002053, 0.002473, 0.007854> - 21643: < 0.002071, 0.002071, 0.007950> - 21644: < 0.002452, 0.002452, 0.007759> - 21645: < 0.002429, 0.002843, 0.007648> - 21646: < 0.002035, 0.002868, 0.007740> - 21647: < 0.002053, 0.002473, 0.007854> - 21648: < 0.002429, 0.002843, 0.007648> - 21649: < 0.002405, 0.003227, 0.007519> - 21650: < 0.002015, 0.003255, 0.007610> - 21651: < 0.002035, 0.002868, 0.007740> - 21652: < 0.002405, 0.003227, 0.007519> - 21653: < 0.002380, 0.003601, 0.007374> - 21654: < 0.001995, 0.003634, 0.007462> - 21655: < 0.002015, 0.003255, 0.007610> - 21656: < 0.002380, 0.003601, 0.007374> - 21657: < 0.002356, 0.003965, 0.007212> - 21658: < 0.001975, 0.004002, 0.007297> - 21659: < 0.001995, 0.003634, 0.007462> - 21660: < 0.002356, 0.003965, 0.007212> - 21661: < 0.002333, 0.004318, 0.007033> - 21662: < 0.001957, 0.004360, 0.007115> - 21663: < 0.001975, 0.004002, 0.007297> - 21664: < 0.002333, 0.004318, 0.007033> - 21665: < 0.002313, 0.004659, 0.006836> - 21666: < 0.001940, 0.004705, 0.006915> - 21667: < 0.001957, 0.004360, 0.007115> - 21668: < 0.002313, 0.004659, 0.006836> - 21669: < 0.002295, 0.004987, 0.006623> - 21670: < 0.001926, 0.005037, 0.006698> - 21671: < 0.001940, 0.004705, 0.006915> - 21672: < 0.002295, 0.004987, 0.006623> - 21673: < 0.002281, 0.005301, 0.006393> - 21674: < 0.001915, 0.005355, 0.006464> - 21675: < 0.001926, 0.005037, 0.006698> - 21676: < 0.002281, 0.005301, 0.006393> - 21677: < 0.002272, 0.005599, 0.006146> - 21678: < 0.001908, 0.005657, 0.006212> - 21679: < 0.001915, 0.005355, 0.006464> - 21680: < 0.001908, -0.005657, 0.006212> - 21681: < 0.001915, -0.005355, 0.006464> - 21682: < 0.001541, -0.005401, 0.006523> - 21683: < 0.001536, -0.005707, 0.006269> - 21684: < 0.001915, -0.005355, 0.006464> - 21685: < 0.001926, -0.005037, 0.006698> - 21686: < 0.001550, -0.005080, 0.006761> - 21687: < 0.001541, -0.005401, 0.006523> - 21688: < 0.001926, -0.005037, 0.006698> - 21689: < 0.001940, -0.004705, 0.006915> - 21690: < 0.001561, -0.004744, 0.006980> - 21691: < 0.001550, -0.005080, 0.006761> - 21692: < 0.001940, -0.004705, 0.006915> - 21693: < 0.001957, -0.004360, 0.007115> - 21694: < 0.001574, -0.004395, 0.007183> - 21695: < 0.001561, -0.004744, 0.006980> - 21696: < 0.001957, -0.004360, 0.007115> - 21697: < 0.001975, -0.004002, 0.007297> - 21698: < 0.001588, -0.004034, 0.007367> - 21699: < 0.001574, -0.004395, 0.007183> - 21700: < 0.001975, -0.004002, 0.007297> - 21701: < 0.001995, -0.003634, 0.007462> - 21702: < 0.001603, -0.003663, 0.007535> - 21703: < 0.001588, -0.004034, 0.007367> - 21704: < 0.001995, -0.003634, 0.007462> - 21705: < 0.002015, -0.003255, 0.007610> - 21706: < 0.001619, -0.003281, 0.007684> - 21707: < 0.001603, -0.003663, 0.007535> - 21708: < 0.002015, -0.003255, 0.007610> - 21709: < 0.002035, -0.002868, 0.007740> - 21710: < 0.001635, -0.002890, 0.007817> - 21711: < 0.001619, -0.003281, 0.007684> - 21712: < 0.002035, -0.002868, 0.007740> - 21713: < 0.002053, -0.002473, 0.007854> - 21714: < 0.001650, -0.002492, 0.007932> - 21715: < 0.001635, -0.002890, 0.007817> - 21716: < 0.002053, -0.002473, 0.007854> - 21717: < 0.002071, -0.002071, 0.007950> - 21718: < 0.001663, -0.002086, 0.008029> - 21719: < 0.001650, -0.002492, 0.007932> - 21720: < 0.002071, -0.002071, 0.007950> - 21721: < 0.002086, -0.001663, 0.008029> - 21722: < 0.001676, -0.001676, 0.008109> - 21723: < 0.001663, -0.002086, 0.008029> - 21724: < 0.002086, -0.001663, 0.008029> - 21725: < 0.002099, -0.001252, 0.008090> - 21726: < 0.001686, -0.001261, 0.008171> - 21727: < 0.001676, -0.001676, 0.008109> - 21728: < 0.002099, -0.001252, 0.008090> - 21729: < 0.002109, -0.000836, 0.008134> - 21730: < 0.001694, -0.000842, 0.008215> - 21731: < 0.001686, -0.001261, 0.008171> - 21732: < 0.002109, -0.000836, 0.008134> - 21733: < 0.002116, -0.000419, 0.008161> - 21734: < 0.001699, -0.000422, 0.008242> - 21735: < 0.001694, -0.000842, 0.008215> - 21736: < 0.002116, -0.000419, 0.008161> - 21737: < 0.002118, -0.000000, 0.008169> - 21738: < 0.001701, -0.000000, 0.008251> - 21739: < 0.001699, -0.000422, 0.008242> - 21740: < 0.002118, -0.000000, 0.008169> - 21741: < 0.002116, 0.000419, 0.008161> - 21742: < 0.001699, 0.000422, 0.008242> - 21743: < 0.001701, -0.000000, 0.008251> - 21744: < 0.002116, 0.000419, 0.008161> - 21745: < 0.002109, 0.000836, 0.008134> - 21746: < 0.001694, 0.000842, 0.008215> - 21747: < 0.001699, 0.000422, 0.008242> - 21748: < 0.002109, 0.000836, 0.008134> - 21749: < 0.002099, 0.001252, 0.008090> - 21750: < 0.001686, 0.001261, 0.008171> - 21751: < 0.001694, 0.000842, 0.008215> - 21752: < 0.002099, 0.001252, 0.008090> - 21753: < 0.002086, 0.001663, 0.008029> - 21754: < 0.001676, 0.001676, 0.008109> - 21755: < 0.001686, 0.001261, 0.008171> - 21756: < 0.002086, 0.001663, 0.008029> - 21757: < 0.002071, 0.002071, 0.007950> - 21758: < 0.001663, 0.002086, 0.008029> - 21759: < 0.001676, 0.001676, 0.008109> - 21760: < 0.002071, 0.002071, 0.007950> - 21761: < 0.002053, 0.002473, 0.007854> - 21762: < 0.001650, 0.002492, 0.007932> - 21763: < 0.001663, 0.002086, 0.008029> - 21764: < 0.002053, 0.002473, 0.007854> - 21765: < 0.002035, 0.002868, 0.007740> - 21766: < 0.001635, 0.002890, 0.007817> - 21767: < 0.001650, 0.002492, 0.007932> - 21768: < 0.002035, 0.002868, 0.007740> - 21769: < 0.002015, 0.003255, 0.007610> - 21770: < 0.001619, 0.003281, 0.007684> - 21771: < 0.001635, 0.002890, 0.007817> - 21772: < 0.002015, 0.003255, 0.007610> - 21773: < 0.001995, 0.003634, 0.007462> - 21774: < 0.001603, 0.003663, 0.007535> - 21775: < 0.001619, 0.003281, 0.007684> - 21776: < 0.001995, 0.003634, 0.007462> - 21777: < 0.001975, 0.004002, 0.007297> - 21778: < 0.001588, 0.004034, 0.007367> - 21779: < 0.001603, 0.003663, 0.007535> - 21780: < 0.001975, 0.004002, 0.007297> - 21781: < 0.001957, 0.004360, 0.007115> - 21782: < 0.001574, 0.004395, 0.007183> - 21783: < 0.001588, 0.004034, 0.007367> - 21784: < 0.001957, 0.004360, 0.007115> - 21785: < 0.001940, 0.004705, 0.006915> - 21786: < 0.001561, 0.004744, 0.006980> - 21787: < 0.001574, 0.004395, 0.007183> - 21788: < 0.001940, 0.004705, 0.006915> - 21789: < 0.001926, 0.005037, 0.006698> - 21790: < 0.001550, 0.005080, 0.006761> - 21791: < 0.001561, 0.004744, 0.006980> - 21792: < 0.001926, 0.005037, 0.006698> - 21793: < 0.001915, 0.005355, 0.006464> - 21794: < 0.001541, 0.005401, 0.006523> - 21795: < 0.001550, 0.005080, 0.006761> - 21796: < 0.001915, 0.005355, 0.006464> - 21797: < 0.001908, 0.005657, 0.006212> - 21798: < 0.001536, 0.005707, 0.006269> - 21799: < 0.001541, 0.005401, 0.006523> - 21800: < 0.001536, -0.005707, 0.006269> - 21801: < 0.001541, -0.005401, 0.006523> - 21802: < 0.001161, -0.005438, 0.006570> - 21803: < 0.001157, -0.005747, 0.006313> - 21804: < 0.001541, -0.005401, 0.006523> - 21805: < 0.001550, -0.005080, 0.006761> - 21806: < 0.001168, -0.005114, 0.006810> - 21807: < 0.001161, -0.005438, 0.006570> - 21808: < 0.001550, -0.005080, 0.006761> - 21809: < 0.001561, -0.004744, 0.006980> - 21810: < 0.001176, -0.004776, 0.007032> - 21811: < 0.001168, -0.005114, 0.006810> - 21812: < 0.001561, -0.004744, 0.006980> - 21813: < 0.001574, -0.004395, 0.007183> - 21814: < 0.001185, -0.004424, 0.007236> - 21815: < 0.001176, -0.004776, 0.007032> - 21816: < 0.001574, -0.004395, 0.007183> - 21817: < 0.001588, -0.004034, 0.007367> - 21818: < 0.001196, -0.004061, 0.007423> - 21819: < 0.001185, -0.004424, 0.007236> - 21820: < 0.001588, -0.004034, 0.007367> - 21821: < 0.001603, -0.003663, 0.007535> - 21822: < 0.001207, -0.003686, 0.007591> - 21823: < 0.001196, -0.004061, 0.007423> - 21824: < 0.001603, -0.003663, 0.007535> - 21825: < 0.001619, -0.003281, 0.007684> - 21826: < 0.001219, -0.003302, 0.007743> - 21827: < 0.001207, -0.003686, 0.007591> - 21828: < 0.001619, -0.003281, 0.007684> - 21829: < 0.001635, -0.002890, 0.007817> - 21830: < 0.001230, -0.002908, 0.007876> - 21831: < 0.001219, -0.003302, 0.007743> - 21832: < 0.001635, -0.002890, 0.007817> - 21833: < 0.001650, -0.002492, 0.007932> - 21834: < 0.001241, -0.002507, 0.007992> - 21835: < 0.001230, -0.002908, 0.007876> - 21836: < 0.001650, -0.002492, 0.007932> - 21837: < 0.001663, -0.002086, 0.008029> - 21838: < 0.001252, -0.002099, 0.008090> - 21839: < 0.001241, -0.002507, 0.007992> - 21840: < 0.001663, -0.002086, 0.008029> - 21841: < 0.001676, -0.001676, 0.008109> - 21842: < 0.001261, -0.001686, 0.008171> - 21843: < 0.001252, -0.002099, 0.008090> - 21844: < 0.001676, -0.001676, 0.008109> - 21845: < 0.001686, -0.001261, 0.008171> - 21846: < 0.001269, -0.001269, 0.008233> - 21847: < 0.001261, -0.001686, 0.008171> - 21848: < 0.001686, -0.001261, 0.008171> - 21849: < 0.001694, -0.000842, 0.008215> - 21850: < 0.001275, -0.000848, 0.008278> - 21851: < 0.001269, -0.001269, 0.008233> - 21852: < 0.001694, -0.000842, 0.008215> - 21853: < 0.001699, -0.000422, 0.008242> - 21854: < 0.001278, -0.000424, 0.008305> - 21855: < 0.001275, -0.000848, 0.008278> - 21856: < 0.001699, -0.000422, 0.008242> - 21857: < 0.001701, -0.000000, 0.008251> - 21858: < 0.001280, 0.000000, 0.008314> - 21859: < 0.001278, -0.000424, 0.008305> - 21860: < 0.001701, -0.000000, 0.008251> - 21861: < 0.001699, 0.000422, 0.008242> - 21862: < 0.001278, 0.000424, 0.008305> - 21863: < 0.001280, 0.000000, 0.008314> - 21864: < 0.001699, 0.000422, 0.008242> - 21865: < 0.001694, 0.000842, 0.008215> - 21866: < 0.001275, 0.000848, 0.008278> - 21867: < 0.001278, 0.000424, 0.008305> - 21868: < 0.001694, 0.000842, 0.008215> - 21869: < 0.001686, 0.001261, 0.008171> - 21870: < 0.001269, 0.001269, 0.008233> - 21871: < 0.001275, 0.000848, 0.008278> - 21872: < 0.001686, 0.001261, 0.008171> - 21873: < 0.001676, 0.001676, 0.008109> - 21874: < 0.001261, 0.001686, 0.008171> - 21875: < 0.001269, 0.001269, 0.008233> - 21876: < 0.001676, 0.001676, 0.008109> - 21877: < 0.001663, 0.002086, 0.008029> - 21878: < 0.001252, 0.002099, 0.008090> - 21879: < 0.001261, 0.001686, 0.008171> - 21880: < 0.001663, 0.002086, 0.008029> - 21881: < 0.001650, 0.002492, 0.007932> - 21882: < 0.001241, 0.002507, 0.007992> - 21883: < 0.001252, 0.002099, 0.008090> - 21884: < 0.001650, 0.002492, 0.007932> - 21885: < 0.001635, 0.002890, 0.007817> - 21886: < 0.001230, 0.002908, 0.007876> - 21887: < 0.001241, 0.002507, 0.007992> - 21888: < 0.001635, 0.002890, 0.007817> - 21889: < 0.001619, 0.003281, 0.007684> - 21890: < 0.001219, 0.003302, 0.007743> - 21891: < 0.001230, 0.002908, 0.007876> - 21892: < 0.001619, 0.003281, 0.007684> - 21893: < 0.001603, 0.003663, 0.007535> - 21894: < 0.001207, 0.003686, 0.007591> - 21895: < 0.001219, 0.003302, 0.007743> - 21896: < 0.001603, 0.003663, 0.007535> - 21897: < 0.001588, 0.004034, 0.007367> - 21898: < 0.001196, 0.004061, 0.007423> - 21899: < 0.001207, 0.003686, 0.007591> - 21900: < 0.001588, 0.004034, 0.007367> - 21901: < 0.001574, 0.004395, 0.007183> - 21902: < 0.001185, 0.004424, 0.007236> - 21903: < 0.001196, 0.004061, 0.007423> - 21904: < 0.001574, 0.004395, 0.007183> - 21905: < 0.001561, 0.004744, 0.006980> - 21906: < 0.001176, 0.004776, 0.007032> - 21907: < 0.001185, 0.004424, 0.007236> - 21908: < 0.001561, 0.004744, 0.006980> - 21909: < 0.001550, 0.005080, 0.006761> - 21910: < 0.001168, 0.005114, 0.006810> - 21911: < 0.001176, 0.004776, 0.007032> - 21912: < 0.001550, 0.005080, 0.006761> - 21913: < 0.001541, 0.005401, 0.006523> - 21914: < 0.001161, 0.005438, 0.006570> - 21915: < 0.001168, 0.005114, 0.006810> - 21916: < 0.001541, 0.005401, 0.006523> - 21917: < 0.001536, 0.005707, 0.006269> - 21918: < 0.001157, 0.005747, 0.006313> - 21919: < 0.001161, 0.005438, 0.006570> - 21920: < 0.001157, -0.005747, 0.006313> - 21921: < 0.001161, -0.005438, 0.006570> - 21922: < 0.000777, -0.005466, 0.006605> - 21923: < 0.000774, -0.005776, 0.006346> - 21924: < 0.001161, -0.005438, 0.006570> - 21925: < 0.001168, -0.005114, 0.006810> - 21926: < 0.000781, -0.005140, 0.006846> - 21927: < 0.000777, -0.005466, 0.006605> - 21928: < 0.001168, -0.005114, 0.006810> - 21929: < 0.001176, -0.004776, 0.007032> - 21930: < 0.000786, -0.004800, 0.007069> - 21931: < 0.000781, -0.005140, 0.006846> - 21932: < 0.001176, -0.004776, 0.007032> - 21933: < 0.001185, -0.004424, 0.007236> - 21934: < 0.000792, -0.004446, 0.007275> - 21935: < 0.000786, -0.004800, 0.007069> - 21936: < 0.001185, -0.004424, 0.007236> - 21937: < 0.001196, -0.004061, 0.007423> - 21938: < 0.000799, -0.004081, 0.007462> - 21939: < 0.000792, -0.004446, 0.007275> - 21940: < 0.001196, -0.004061, 0.007423> - 21941: < 0.001207, -0.003686, 0.007591> - 21942: < 0.000807, -0.003704, 0.007632> - 21943: < 0.000799, -0.004081, 0.007462> - 21944: < 0.001207, -0.003686, 0.007591> - 21945: < 0.001219, -0.003302, 0.007743> - 21946: < 0.000814, -0.003318, 0.007785> - 21947: < 0.000807, -0.003704, 0.007632> - 21948: < 0.001219, -0.003302, 0.007743> - 21949: < 0.001230, -0.002908, 0.007876> - 21950: < 0.000822, -0.002922, 0.007919> - 21951: < 0.000814, -0.003318, 0.007785> - 21952: < 0.001230, -0.002908, 0.007876> - 21953: < 0.001241, -0.002507, 0.007992> - 21954: < 0.000829, -0.002519, 0.008036> - 21955: < 0.000822, -0.002922, 0.007919> - 21956: < 0.001241, -0.002507, 0.007992> - 21957: < 0.001252, -0.002099, 0.008090> - 21958: < 0.000836, -0.002109, 0.008134> - 21959: < 0.000829, -0.002519, 0.008036> - 21960: < 0.001252, -0.002099, 0.008090> - 21961: < 0.001261, -0.001686, 0.008171> - 21962: < 0.000842, -0.001694, 0.008215> - 21963: < 0.000836, -0.002109, 0.008134> - 21964: < 0.001261, -0.001686, 0.008171> - 21965: < 0.001269, -0.001269, 0.008233> - 21966: < 0.000848, -0.001275, 0.008278> - 21967: < 0.000842, -0.001694, 0.008215> - 21968: < 0.001269, -0.001269, 0.008233> - 21969: < 0.001275, -0.000848, 0.008278> - 21970: < 0.000852, -0.000852, 0.008323> - 21971: < 0.000848, -0.001275, 0.008278> - 21972: < 0.001275, -0.000848, 0.008278> - 21973: < 0.001278, -0.000424, 0.008305> - 21974: < 0.000854, -0.000426, 0.008350> - 21975: < 0.000852, -0.000852, 0.008323> - 21976: < 0.001278, -0.000424, 0.008305> - 21977: < 0.001280, 0.000000, 0.008314> - 21978: < 0.000855, 0.000000, 0.008359> - 21979: < 0.000854, -0.000426, 0.008350> - 21980: < 0.001280, 0.000000, 0.008314> - 21981: < 0.001278, 0.000424, 0.008305> - 21982: < 0.000854, 0.000426, 0.008350> - 21983: < 0.000855, 0.000000, 0.008359> - 21984: < 0.001278, 0.000424, 0.008305> - 21985: < 0.001275, 0.000848, 0.008278> - 21986: < 0.000852, 0.000852, 0.008323> - 21987: < 0.000854, 0.000426, 0.008350> - 21988: < 0.001275, 0.000848, 0.008278> - 21989: < 0.001269, 0.001269, 0.008233> - 21990: < 0.000848, 0.001275, 0.008278> - 21991: < 0.000852, 0.000852, 0.008323> - 21992: < 0.001269, 0.001269, 0.008233> - 21993: < 0.001261, 0.001686, 0.008171> - 21994: < 0.000842, 0.001694, 0.008215> - 21995: < 0.000848, 0.001275, 0.008278> - 21996: < 0.001261, 0.001686, 0.008171> - 21997: < 0.001252, 0.002099, 0.008090> - 21998: < 0.000836, 0.002109, 0.008134> - 21999: < 0.000842, 0.001694, 0.008215> - 22000: < 0.001252, 0.002099, 0.008090> - 22001: < 0.001241, 0.002507, 0.007992> - 22002: < 0.000829, 0.002519, 0.008036> - 22003: < 0.000836, 0.002109, 0.008134> - 22004: < 0.001241, 0.002507, 0.007992> - 22005: < 0.001230, 0.002908, 0.007876> - 22006: < 0.000822, 0.002922, 0.007919> - 22007: < 0.000829, 0.002519, 0.008036> - 22008: < 0.001230, 0.002908, 0.007876> - 22009: < 0.001219, 0.003302, 0.007743> - 22010: < 0.000814, 0.003318, 0.007785> - 22011: < 0.000822, 0.002922, 0.007919> - 22012: < 0.001219, 0.003302, 0.007743> - 22013: < 0.001207, 0.003686, 0.007591> - 22014: < 0.000807, 0.003704, 0.007632> - 22015: < 0.000814, 0.003318, 0.007785> - 22016: < 0.001207, 0.003686, 0.007591> - 22017: < 0.001196, 0.004061, 0.007423> - 22018: < 0.000799, 0.004081, 0.007462> - 22019: < 0.000807, 0.003704, 0.007632> - 22020: < 0.001196, 0.004061, 0.007423> - 22021: < 0.001185, 0.004424, 0.007236> - 22022: < 0.000792, 0.004446, 0.007275> - 22023: < 0.000799, 0.004081, 0.007462> - 22024: < 0.001185, 0.004424, 0.007236> - 22025: < 0.001176, 0.004776, 0.007032> - 22026: < 0.000786, 0.004800, 0.007069> - 22027: < 0.000792, 0.004446, 0.007275> - 22028: < 0.001176, 0.004776, 0.007032> - 22029: < 0.001168, 0.005114, 0.006810> - 22030: < 0.000781, 0.005140, 0.006846> - 22031: < 0.000786, 0.004800, 0.007069> - 22032: < 0.001168, 0.005114, 0.006810> - 22033: < 0.001161, 0.005438, 0.006570> - 22034: < 0.000777, 0.005466, 0.006605> - 22035: < 0.000781, 0.005140, 0.006846> - 22036: < 0.001161, 0.005438, 0.006570> - 22037: < 0.001157, 0.005747, 0.006313> - 22038: < 0.000774, 0.005776, 0.006346> - 22039: < 0.000777, 0.005466, 0.006605> - 22040: < 0.000774, -0.005776, 0.006346> - 22041: < 0.000777, -0.005466, 0.006605> - 22042: < 0.000389, -0.005483, 0.006626> - 22043: < 0.000388, -0.005794, 0.006366> - 22044: < 0.000777, -0.005466, 0.006605> - 22045: < 0.000781, -0.005140, 0.006846> - 22046: < 0.000391, -0.005156, 0.006868> - 22047: < 0.000389, -0.005483, 0.006626> - 22048: < 0.000781, -0.005140, 0.006846> - 22049: < 0.000786, -0.004800, 0.007069> - 22050: < 0.000394, -0.004815, 0.007092> - 22051: < 0.000391, -0.005156, 0.006868> - 22052: < 0.000786, -0.004800, 0.007069> - 22053: < 0.000792, -0.004446, 0.007275> - 22054: < 0.000397, -0.004460, 0.007298> - 22055: < 0.000394, -0.004815, 0.007092> - 22056: < 0.000792, -0.004446, 0.007275> - 22057: < 0.000799, -0.004081, 0.007462> - 22058: < 0.000400, -0.004093, 0.007487> - 22059: < 0.000397, -0.004460, 0.007298> - 22060: < 0.000799, -0.004081, 0.007462> - 22061: < 0.000807, -0.003704, 0.007632> - 22062: < 0.000404, -0.003716, 0.007657> - 22063: < 0.000400, -0.004093, 0.007487> - 22064: < 0.000807, -0.003704, 0.007632> - 22065: < 0.000814, -0.003318, 0.007785> - 22066: < 0.000408, -0.003328, 0.007810> - 22067: < 0.000404, -0.003716, 0.007657> - 22068: < 0.000814, -0.003318, 0.007785> - 22069: < 0.000822, -0.002922, 0.007919> - 22070: < 0.000412, -0.002931, 0.007945> - 22071: < 0.000408, -0.003328, 0.007810> - 22072: < 0.000822, -0.002922, 0.007919> - 22073: < 0.000829, -0.002519, 0.008036> - 22074: < 0.000415, -0.002527, 0.008062> - 22075: < 0.000412, -0.002931, 0.007945> - 22076: < 0.000829, -0.002519, 0.008036> - 22077: < 0.000836, -0.002109, 0.008134> - 22078: < 0.000419, -0.002116, 0.008161> - 22079: < 0.000415, -0.002527, 0.008062> - 22080: < 0.000836, -0.002109, 0.008134> - 22081: < 0.000842, -0.001694, 0.008215> - 22082: < 0.000422, -0.001699, 0.008242> - 22083: < 0.000419, -0.002116, 0.008161> - 22084: < 0.000842, -0.001694, 0.008215> - 22085: < 0.000848, -0.001275, 0.008278> - 22086: < 0.000424, -0.001278, 0.008305> - 22087: < 0.000422, -0.001699, 0.008242> - 22088: < 0.000848, -0.001275, 0.008278> - 22089: < 0.000852, -0.000852, 0.008323> - 22090: < 0.000426, -0.000854, 0.008350> - 22091: < 0.000424, -0.001278, 0.008305> - 22092: < 0.000852, -0.000852, 0.008323> - 22093: < 0.000854, -0.000426, 0.008350> - 22094: < 0.000428, -0.000428, 0.008377> - 22095: < 0.000426, -0.000854, 0.008350> - 22096: < 0.000854, -0.000426, 0.008350> - 22097: < 0.000855, 0.000000, 0.008359> - 22098: < 0.000428, 0.000000, 0.008386> - 22099: < 0.000428, -0.000428, 0.008377> - 22100: < 0.000855, 0.000000, 0.008359> - 22101: < 0.000854, 0.000426, 0.008350> - 22102: < 0.000428, 0.000428, 0.008377> - 22103: < 0.000428, 0.000000, 0.008386> - 22104: < 0.000854, 0.000426, 0.008350> - 22105: < 0.000852, 0.000852, 0.008323> - 22106: < 0.000426, 0.000854, 0.008350> - 22107: < 0.000428, 0.000428, 0.008377> - 22108: < 0.000852, 0.000852, 0.008323> - 22109: < 0.000848, 0.001275, 0.008278> - 22110: < 0.000424, 0.001278, 0.008305> - 22111: < 0.000426, 0.000854, 0.008350> - 22112: < 0.000848, 0.001275, 0.008278> - 22113: < 0.000842, 0.001694, 0.008215> - 22114: < 0.000422, 0.001699, 0.008242> - 22115: < 0.000424, 0.001278, 0.008305> - 22116: < 0.000842, 0.001694, 0.008215> - 22117: < 0.000836, 0.002109, 0.008134> - 22118: < 0.000419, 0.002116, 0.008161> - 22119: < 0.000422, 0.001699, 0.008242> - 22120: < 0.000836, 0.002109, 0.008134> - 22121: < 0.000829, 0.002519, 0.008036> - 22122: < 0.000415, 0.002527, 0.008062> - 22123: < 0.000419, 0.002116, 0.008161> - 22124: < 0.000829, 0.002519, 0.008036> - 22125: < 0.000822, 0.002922, 0.007919> - 22126: < 0.000412, 0.002931, 0.007945> - 22127: < 0.000415, 0.002527, 0.008062> - 22128: < 0.000822, 0.002922, 0.007919> - 22129: < 0.000814, 0.003318, 0.007785> - 22130: < 0.000408, 0.003328, 0.007810> - 22131: < 0.000412, 0.002931, 0.007945> - 22132: < 0.000814, 0.003318, 0.007785> - 22133: < 0.000807, 0.003704, 0.007632> - 22134: < 0.000404, 0.003716, 0.007657> - 22135: < 0.000408, 0.003328, 0.007810> - 22136: < 0.000807, 0.003704, 0.007632> - 22137: < 0.000799, 0.004081, 0.007462> - 22138: < 0.000400, 0.004093, 0.007487> - 22139: < 0.000404, 0.003716, 0.007657> - 22140: < 0.000799, 0.004081, 0.007462> - 22141: < 0.000792, 0.004446, 0.007275> - 22142: < 0.000397, 0.004460, 0.007298> - 22143: < 0.000400, 0.004093, 0.007487> - 22144: < 0.000792, 0.004446, 0.007275> - 22145: < 0.000786, 0.004800, 0.007069> - 22146: < 0.000394, 0.004815, 0.007092> - 22147: < 0.000397, 0.004460, 0.007298> - 22148: < 0.000786, 0.004800, 0.007069> - 22149: < 0.000781, 0.005140, 0.006846> - 22150: < 0.000391, 0.005156, 0.006868> - 22151: < 0.000394, 0.004815, 0.007092> - 22152: < 0.000781, 0.005140, 0.006846> - 22153: < 0.000777, 0.005466, 0.006605> - 22154: < 0.000389, 0.005483, 0.006626> - 22155: < 0.000391, 0.005156, 0.006868> - 22156: < 0.000777, 0.005466, 0.006605> - 22157: < 0.000774, 0.005776, 0.006346> - 22158: < 0.000388, 0.005794, 0.006366> - 22159: < 0.000389, 0.005483, 0.006626> - 22160: < 0.000388, -0.005794, 0.006366> - 22161: < 0.000389, -0.005483, 0.006626> - 22162: <-0.000000, -0.005489, 0.006633> - 22163: <-0.000000, -0.005801, 0.006373> - 22164: < 0.000389, -0.005483, 0.006626> - 22165: < 0.000391, -0.005156, 0.006868> - 22166: <-0.000000, -0.005162, 0.006875> - 22167: <-0.000000, -0.005489, 0.006633> - 22168: < 0.000391, -0.005156, 0.006868> - 22169: < 0.000394, -0.004815, 0.007092> - 22170: <-0.000000, -0.004820, 0.007099> - 22171: <-0.000000, -0.005162, 0.006875> - 22172: < 0.000394, -0.004815, 0.007092> - 22173: < 0.000397, -0.004460, 0.007298> - 22174: <-0.000000, -0.004465, 0.007306> - 22175: <-0.000000, -0.004820, 0.007099> - 22176: < 0.000397, -0.004460, 0.007298> - 22177: < 0.000400, -0.004093, 0.007487> - 22178: <-0.000000, -0.004098, 0.007495> - 22179: <-0.000000, -0.004465, 0.007306> - 22180: < 0.000400, -0.004093, 0.007487> - 22181: < 0.000404, -0.003716, 0.007657> - 22182: <-0.000000, -0.003720, 0.007665> - 22183: <-0.000000, -0.004098, 0.007495> - 22184: < 0.000404, -0.003716, 0.007657> - 22185: < 0.000408, -0.003328, 0.007810> - 22186: <-0.000000, -0.003331, 0.007818> - 22187: <-0.000000, -0.003720, 0.007665> - 22188: < 0.000408, -0.003328, 0.007810> - 22189: < 0.000412, -0.002931, 0.007945> - 22190: <-0.000000, -0.002934, 0.007953> - 22191: <-0.000000, -0.003331, 0.007818> - 22192: < 0.000412, -0.002931, 0.007945> - 22193: < 0.000415, -0.002527, 0.008062> - 22194: <-0.000000, -0.002530, 0.008070> - 22195: <-0.000000, -0.002934, 0.007953> - 22196: < 0.000415, -0.002527, 0.008062> - 22197: < 0.000419, -0.002116, 0.008161> - 22198: <-0.000000, -0.002118, 0.008169> - 22199: <-0.000000, -0.002530, 0.008070> - 22200: < 0.000419, -0.002116, 0.008161> - 22201: < 0.000422, -0.001699, 0.008242> - 22202: <-0.000000, -0.001701, 0.008251> - 22203: <-0.000000, -0.002118, 0.008169> - 22204: < 0.000422, -0.001699, 0.008242> - 22205: < 0.000424, -0.001278, 0.008305> - 22206: <-0.000000, -0.001280, 0.008314> - 22207: <-0.000000, -0.001701, 0.008251> - 22208: < 0.000424, -0.001278, 0.008305> - 22209: < 0.000426, -0.000854, 0.008350> - 22210: <-0.000000, -0.000855, 0.008359> - 22211: <-0.000000, -0.001280, 0.008314> - 22212: < 0.000426, -0.000854, 0.008350> - 22213: < 0.000428, -0.000428, 0.008377> - 22214: <-0.000000, -0.000428, 0.008386> - 22215: <-0.000000, -0.000855, 0.008359> - 22216: < 0.000428, -0.000428, 0.008377> - 22217: < 0.000428, 0.000000, 0.008386> - 22218: <-0.000000, 0.000000, 0.008395> - 22219: <-0.000000, -0.000428, 0.008386> - 22220: < 0.000428, 0.000000, 0.008386> - 22221: < 0.000428, 0.000428, 0.008377> - 22222: <-0.000000, 0.000428, 0.008386> - 22223: <-0.000000, 0.000000, 0.008395> - 22224: < 0.000428, 0.000428, 0.008377> - 22225: < 0.000426, 0.000854, 0.008350> - 22226: <-0.000000, 0.000855, 0.008359> - 22227: <-0.000000, 0.000428, 0.008386> - 22228: < 0.000426, 0.000854, 0.008350> - 22229: < 0.000424, 0.001278, 0.008305> - 22230: <-0.000000, 0.001280, 0.008314> - 22231: <-0.000000, 0.000855, 0.008359> - 22232: < 0.000424, 0.001278, 0.008305> - 22233: < 0.000422, 0.001699, 0.008242> - 22234: <-0.000000, 0.001701, 0.008251> - 22235: <-0.000000, 0.001280, 0.008314> - 22236: < 0.000422, 0.001699, 0.008242> - 22237: < 0.000419, 0.002116, 0.008161> - 22238: < 0.000000, 0.002118, 0.008169> - 22239: <-0.000000, 0.001701, 0.008251> - 22240: < 0.000419, 0.002116, 0.008161> - 22241: < 0.000415, 0.002527, 0.008062> - 22242: <-0.000000, 0.002530, 0.008070> - 22243: < 0.000000, 0.002118, 0.008169> - 22244: < 0.000415, 0.002527, 0.008062> - 22245: < 0.000412, 0.002931, 0.007945> - 22246: < 0.000000, 0.002934, 0.007953> - 22247: <-0.000000, 0.002530, 0.008070> - 22248: < 0.000412, 0.002931, 0.007945> - 22249: < 0.000408, 0.003328, 0.007810> - 22250: < 0.000000, 0.003331, 0.007818> - 22251: < 0.000000, 0.002934, 0.007953> - 22252: < 0.000408, 0.003328, 0.007810> - 22253: < 0.000404, 0.003716, 0.007657> - 22254: < 0.000000, 0.003720, 0.007665> - 22255: < 0.000000, 0.003331, 0.007818> - 22256: < 0.000404, 0.003716, 0.007657> - 22257: < 0.000400, 0.004093, 0.007487> - 22258: < 0.000000, 0.004098, 0.007495> - 22259: < 0.000000, 0.003720, 0.007665> - 22260: < 0.000400, 0.004093, 0.007487> - 22261: < 0.000397, 0.004460, 0.007298> - 22262: <-0.000000, 0.004465, 0.007306> - 22263: < 0.000000, 0.004098, 0.007495> - 22264: < 0.000397, 0.004460, 0.007298> - 22265: < 0.000394, 0.004815, 0.007092> - 22266: < 0.000000, 0.004820, 0.007099> - 22267: <-0.000000, 0.004465, 0.007306> - 22268: < 0.000394, 0.004815, 0.007092> - 22269: < 0.000391, 0.005156, 0.006868> - 22270: < 0.000000, 0.005162, 0.006875> - 22271: < 0.000000, 0.004820, 0.007099> - 22272: < 0.000391, 0.005156, 0.006868> - 22273: < 0.000389, 0.005483, 0.006626> - 22274: < 0.000000, 0.005489, 0.006633> - 22275: < 0.000000, 0.005162, 0.006875> - 22276: < 0.000389, 0.005483, 0.006626> - 22277: < 0.000388, 0.005794, 0.006366> - 22278: < 0.000000, 0.005801, 0.006373> - 22279: < 0.000000, 0.005489, 0.006633> - 22280: <-0.000000, -0.005801, 0.006373> - 22281: <-0.000000, -0.005489, 0.006633> - 22282: <-0.000389, -0.005483, 0.006626> - 22283: <-0.000388, -0.005794, 0.006366> - 22284: <-0.000000, -0.005489, 0.006633> - 22285: <-0.000000, -0.005162, 0.006875> - 22286: <-0.000391, -0.005156, 0.006868> - 22287: <-0.000389, -0.005483, 0.006626> - 22288: <-0.000000, -0.005162, 0.006875> - 22289: <-0.000000, -0.004820, 0.007099> - 22290: <-0.000394, -0.004815, 0.007092> - 22291: <-0.000391, -0.005156, 0.006868> - 22292: <-0.000000, -0.004820, 0.007099> - 22293: <-0.000000, -0.004465, 0.007306> - 22294: <-0.000397, -0.004460, 0.007298> - 22295: <-0.000394, -0.004815, 0.007092> - 22296: <-0.000000, -0.004465, 0.007306> - 22297: <-0.000000, -0.004098, 0.007495> - 22298: <-0.000400, -0.004093, 0.007487> - 22299: <-0.000397, -0.004460, 0.007298> - 22300: <-0.000000, -0.004098, 0.007495> - 22301: <-0.000000, -0.003720, 0.007665> - 22302: <-0.000404, -0.003716, 0.007657> - 22303: <-0.000400, -0.004093, 0.007487> - 22304: <-0.000000, -0.003720, 0.007665> - 22305: <-0.000000, -0.003331, 0.007818> - 22306: <-0.000408, -0.003328, 0.007810> - 22307: <-0.000404, -0.003716, 0.007657> - 22308: <-0.000000, -0.003331, 0.007818> - 22309: <-0.000000, -0.002934, 0.007953> - 22310: <-0.000412, -0.002931, 0.007945> - 22311: <-0.000408, -0.003328, 0.007810> - 22312: <-0.000000, -0.002934, 0.007953> - 22313: <-0.000000, -0.002530, 0.008070> - 22314: <-0.000415, -0.002527, 0.008062> - 22315: <-0.000412, -0.002931, 0.007945> - 22316: <-0.000000, -0.002530, 0.008070> - 22317: <-0.000000, -0.002118, 0.008169> - 22318: <-0.000419, -0.002116, 0.008161> - 22319: <-0.000415, -0.002527, 0.008062> - 22320: <-0.000000, -0.002118, 0.008169> - 22321: <-0.000000, -0.001701, 0.008251> - 22322: <-0.000422, -0.001699, 0.008242> - 22323: <-0.000419, -0.002116, 0.008161> - 22324: <-0.000000, -0.001701, 0.008251> - 22325: <-0.000000, -0.001280, 0.008314> - 22326: <-0.000424, -0.001278, 0.008305> - 22327: <-0.000422, -0.001699, 0.008242> - 22328: <-0.000000, -0.001280, 0.008314> - 22329: <-0.000000, -0.000855, 0.008359> - 22330: <-0.000426, -0.000854, 0.008350> - 22331: <-0.000424, -0.001278, 0.008305> - 22332: <-0.000000, -0.000855, 0.008359> - 22333: <-0.000000, -0.000428, 0.008386> - 22334: <-0.000428, -0.000428, 0.008377> - 22335: <-0.000426, -0.000854, 0.008350> - 22336: <-0.000000, -0.000428, 0.008386> - 22337: <-0.000000, 0.000000, 0.008395> - 22338: <-0.000428, 0.000000, 0.008386> - 22339: <-0.000428, -0.000428, 0.008377> - 22340: <-0.000000, 0.000000, 0.008395> - 22341: <-0.000000, 0.000428, 0.008386> - 22342: <-0.000428, 0.000428, 0.008377> - 22343: <-0.000428, 0.000000, 0.008386> - 22344: <-0.000000, 0.000428, 0.008386> - 22345: <-0.000000, 0.000855, 0.008359> - 22346: <-0.000426, 0.000854, 0.008350> - 22347: <-0.000428, 0.000428, 0.008377> - 22348: <-0.000000, 0.000855, 0.008359> - 22349: <-0.000000, 0.001280, 0.008314> - 22350: <-0.000424, 0.001278, 0.008305> - 22351: <-0.000426, 0.000854, 0.008350> - 22352: <-0.000000, 0.001280, 0.008314> - 22353: <-0.000000, 0.001701, 0.008251> - 22354: <-0.000422, 0.001699, 0.008242> - 22355: <-0.000424, 0.001278, 0.008305> - 22356: <-0.000000, 0.001701, 0.008251> - 22357: < 0.000000, 0.002118, 0.008169> - 22358: <-0.000419, 0.002116, 0.008161> - 22359: <-0.000422, 0.001699, 0.008242> - 22360: < 0.000000, 0.002118, 0.008169> - 22361: <-0.000000, 0.002530, 0.008070> - 22362: <-0.000415, 0.002527, 0.008062> - 22363: <-0.000419, 0.002116, 0.008161> - 22364: <-0.000000, 0.002530, 0.008070> - 22365: < 0.000000, 0.002934, 0.007953> - 22366: <-0.000412, 0.002931, 0.007945> - 22367: <-0.000415, 0.002527, 0.008062> - 22368: < 0.000000, 0.002934, 0.007953> - 22369: < 0.000000, 0.003331, 0.007818> - 22370: <-0.000408, 0.003328, 0.007810> - 22371: <-0.000412, 0.002931, 0.007945> - 22372: < 0.000000, 0.003331, 0.007818> - 22373: < 0.000000, 0.003720, 0.007665> - 22374: <-0.000404, 0.003716, 0.007657> - 22375: <-0.000408, 0.003328, 0.007810> - 22376: < 0.000000, 0.003720, 0.007665> - 22377: < 0.000000, 0.004098, 0.007495> - 22378: <-0.000400, 0.004093, 0.007487> - 22379: <-0.000404, 0.003716, 0.007657> - 22380: < 0.000000, 0.004098, 0.007495> - 22381: <-0.000000, 0.004465, 0.007306> - 22382: <-0.000397, 0.004460, 0.007298> - 22383: <-0.000400, 0.004093, 0.007487> - 22384: <-0.000000, 0.004465, 0.007306> - 22385: < 0.000000, 0.004820, 0.007099> - 22386: <-0.000394, 0.004815, 0.007092> - 22387: <-0.000397, 0.004460, 0.007298> - 22388: < 0.000000, 0.004820, 0.007099> - 22389: < 0.000000, 0.005162, 0.006875> - 22390: <-0.000391, 0.005156, 0.006868> - 22391: <-0.000394, 0.004815, 0.007092> - 22392: < 0.000000, 0.005162, 0.006875> - 22393: < 0.000000, 0.005489, 0.006633> - 22394: <-0.000389, 0.005483, 0.006626> - 22395: <-0.000391, 0.005156, 0.006868> - 22396: < 0.000000, 0.005489, 0.006633> - 22397: < 0.000000, 0.005801, 0.006373> - 22398: <-0.000388, 0.005794, 0.006366> - 22399: <-0.000389, 0.005483, 0.006626> - 22400: <-0.000388, -0.005794, 0.006366> - 22401: <-0.000389, -0.005483, 0.006626> - 22402: <-0.000777, -0.005466, 0.006605> - 22403: <-0.000774, -0.005776, 0.006346> - 22404: <-0.000389, -0.005483, 0.006626> - 22405: <-0.000391, -0.005156, 0.006868> - 22406: <-0.000781, -0.005140, 0.006846> - 22407: <-0.000777, -0.005466, 0.006605> - 22408: <-0.000391, -0.005156, 0.006868> - 22409: <-0.000394, -0.004815, 0.007092> - 22410: <-0.000786, -0.004800, 0.007069> - 22411: <-0.000781, -0.005140, 0.006846> - 22412: <-0.000394, -0.004815, 0.007092> - 22413: <-0.000397, -0.004460, 0.007298> - 22414: <-0.000792, -0.004446, 0.007275> - 22415: <-0.000786, -0.004800, 0.007069> - 22416: <-0.000397, -0.004460, 0.007298> - 22417: <-0.000400, -0.004093, 0.007487> - 22418: <-0.000799, -0.004081, 0.007462> - 22419: <-0.000792, -0.004446, 0.007275> - 22420: <-0.000400, -0.004093, 0.007487> - 22421: <-0.000404, -0.003716, 0.007657> - 22422: <-0.000807, -0.003704, 0.007632> - 22423: <-0.000799, -0.004081, 0.007462> - 22424: <-0.000404, -0.003716, 0.007657> - 22425: <-0.000408, -0.003328, 0.007810> - 22426: <-0.000814, -0.003318, 0.007785> - 22427: <-0.000807, -0.003704, 0.007632> - 22428: <-0.000408, -0.003328, 0.007810> - 22429: <-0.000412, -0.002931, 0.007945> - 22430: <-0.000822, -0.002922, 0.007919> - 22431: <-0.000814, -0.003318, 0.007785> - 22432: <-0.000412, -0.002931, 0.007945> - 22433: <-0.000415, -0.002527, 0.008062> - 22434: <-0.000829, -0.002519, 0.008036> - 22435: <-0.000822, -0.002922, 0.007919> - 22436: <-0.000415, -0.002527, 0.008062> - 22437: <-0.000419, -0.002116, 0.008161> - 22438: <-0.000836, -0.002109, 0.008134> - 22439: <-0.000829, -0.002519, 0.008036> - 22440: <-0.000419, -0.002116, 0.008161> - 22441: <-0.000422, -0.001699, 0.008242> - 22442: <-0.000842, -0.001694, 0.008215> - 22443: <-0.000836, -0.002109, 0.008134> - 22444: <-0.000422, -0.001699, 0.008242> - 22445: <-0.000424, -0.001278, 0.008305> - 22446: <-0.000848, -0.001275, 0.008278> - 22447: <-0.000842, -0.001694, 0.008215> - 22448: <-0.000424, -0.001278, 0.008305> - 22449: <-0.000426, -0.000854, 0.008350> - 22450: <-0.000852, -0.000852, 0.008323> - 22451: <-0.000848, -0.001275, 0.008278> - 22452: <-0.000426, -0.000854, 0.008350> - 22453: <-0.000428, -0.000428, 0.008377> - 22454: <-0.000854, -0.000426, 0.008350> - 22455: <-0.000852, -0.000852, 0.008323> - 22456: <-0.000428, -0.000428, 0.008377> - 22457: <-0.000428, 0.000000, 0.008386> - 22458: <-0.000855, 0.000000, 0.008359> - 22459: <-0.000854, -0.000426, 0.008350> - 22460: <-0.000428, 0.000000, 0.008386> - 22461: <-0.000428, 0.000428, 0.008377> - 22462: <-0.000854, 0.000426, 0.008350> - 22463: <-0.000855, 0.000000, 0.008359> - 22464: <-0.000428, 0.000428, 0.008377> - 22465: <-0.000426, 0.000854, 0.008350> - 22466: <-0.000852, 0.000852, 0.008323> - 22467: <-0.000854, 0.000426, 0.008350> - 22468: <-0.000426, 0.000854, 0.008350> - 22469: <-0.000424, 0.001278, 0.008305> - 22470: <-0.000848, 0.001275, 0.008278> - 22471: <-0.000852, 0.000852, 0.008323> - 22472: <-0.000424, 0.001278, 0.008305> - 22473: <-0.000422, 0.001699, 0.008242> - 22474: <-0.000842, 0.001694, 0.008215> - 22475: <-0.000848, 0.001275, 0.008278> - 22476: <-0.000422, 0.001699, 0.008242> - 22477: <-0.000419, 0.002116, 0.008161> - 22478: <-0.000836, 0.002109, 0.008134> - 22479: <-0.000842, 0.001694, 0.008215> - 22480: <-0.000419, 0.002116, 0.008161> - 22481: <-0.000415, 0.002527, 0.008062> - 22482: <-0.000829, 0.002519, 0.008036> - 22483: <-0.000836, 0.002109, 0.008134> - 22484: <-0.000415, 0.002527, 0.008062> - 22485: <-0.000412, 0.002931, 0.007945> - 22486: <-0.000822, 0.002922, 0.007919> - 22487: <-0.000829, 0.002519, 0.008036> - 22488: <-0.000412, 0.002931, 0.007945> - 22489: <-0.000408, 0.003328, 0.007810> - 22490: <-0.000814, 0.003318, 0.007785> - 22491: <-0.000822, 0.002922, 0.007919> - 22492: <-0.000408, 0.003328, 0.007810> - 22493: <-0.000404, 0.003716, 0.007657> - 22494: <-0.000807, 0.003704, 0.007632> - 22495: <-0.000814, 0.003318, 0.007785> - 22496: <-0.000404, 0.003716, 0.007657> - 22497: <-0.000400, 0.004093, 0.007487> - 22498: <-0.000799, 0.004081, 0.007462> - 22499: <-0.000807, 0.003704, 0.007632> - 22500: <-0.000400, 0.004093, 0.007487> - 22501: <-0.000397, 0.004460, 0.007298> - 22502: <-0.000792, 0.004446, 0.007275> - 22503: <-0.000799, 0.004081, 0.007462> - 22504: <-0.000397, 0.004460, 0.007298> - 22505: <-0.000394, 0.004815, 0.007092> - 22506: <-0.000786, 0.004800, 0.007069> - 22507: <-0.000792, 0.004446, 0.007275> - 22508: <-0.000394, 0.004815, 0.007092> - 22509: <-0.000391, 0.005156, 0.006868> - 22510: <-0.000781, 0.005140, 0.006846> - 22511: <-0.000786, 0.004800, 0.007069> - 22512: <-0.000391, 0.005156, 0.006868> - 22513: <-0.000389, 0.005483, 0.006626> - 22514: <-0.000777, 0.005466, 0.006605> - 22515: <-0.000781, 0.005140, 0.006846> - 22516: <-0.000389, 0.005483, 0.006626> - 22517: <-0.000388, 0.005794, 0.006366> - 22518: <-0.000774, 0.005776, 0.006346> - 22519: <-0.000777, 0.005466, 0.006605> - 22520: <-0.000774, -0.005776, 0.006346> - 22521: <-0.000777, -0.005466, 0.006605> - 22522: <-0.001161, -0.005438, 0.006570> - 22523: <-0.001157, -0.005747, 0.006313> - 22524: <-0.000777, -0.005466, 0.006605> - 22525: <-0.000781, -0.005140, 0.006846> - 22526: <-0.001168, -0.005114, 0.006810> - 22527: <-0.001161, -0.005438, 0.006570> - 22528: <-0.000781, -0.005140, 0.006846> - 22529: <-0.000786, -0.004800, 0.007069> - 22530: <-0.001176, -0.004776, 0.007032> - 22531: <-0.001168, -0.005114, 0.006810> - 22532: <-0.000786, -0.004800, 0.007069> - 22533: <-0.000792, -0.004446, 0.007275> - 22534: <-0.001185, -0.004424, 0.007236> - 22535: <-0.001176, -0.004776, 0.007032> - 22536: <-0.000792, -0.004446, 0.007275> - 22537: <-0.000799, -0.004081, 0.007462> - 22538: <-0.001196, -0.004061, 0.007423> - 22539: <-0.001185, -0.004424, 0.007236> - 22540: <-0.000799, -0.004081, 0.007462> - 22541: <-0.000807, -0.003704, 0.007632> - 22542: <-0.001207, -0.003686, 0.007591> - 22543: <-0.001196, -0.004061, 0.007423> - 22544: <-0.000807, -0.003704, 0.007632> - 22545: <-0.000814, -0.003318, 0.007785> - 22546: <-0.001219, -0.003302, 0.007743> - 22547: <-0.001207, -0.003686, 0.007591> - 22548: <-0.000814, -0.003318, 0.007785> - 22549: <-0.000822, -0.002922, 0.007919> - 22550: <-0.001230, -0.002908, 0.007876> - 22551: <-0.001219, -0.003302, 0.007743> - 22552: <-0.000822, -0.002922, 0.007919> - 22553: <-0.000829, -0.002519, 0.008036> - 22554: <-0.001241, -0.002507, 0.007992> - 22555: <-0.001230, -0.002908, 0.007876> - 22556: <-0.000829, -0.002519, 0.008036> - 22557: <-0.000836, -0.002109, 0.008134> - 22558: <-0.001252, -0.002099, 0.008090> - 22559: <-0.001241, -0.002507, 0.007992> - 22560: <-0.000836, -0.002109, 0.008134> - 22561: <-0.000842, -0.001694, 0.008215> - 22562: <-0.001261, -0.001686, 0.008171> - 22563: <-0.001252, -0.002099, 0.008090> - 22564: <-0.000842, -0.001694, 0.008215> - 22565: <-0.000848, -0.001275, 0.008278> - 22566: <-0.001269, -0.001269, 0.008233> - 22567: <-0.001261, -0.001686, 0.008171> - 22568: <-0.000848, -0.001275, 0.008278> - 22569: <-0.000852, -0.000852, 0.008323> - 22570: <-0.001275, -0.000848, 0.008278> - 22571: <-0.001269, -0.001269, 0.008233> - 22572: <-0.000852, -0.000852, 0.008323> - 22573: <-0.000854, -0.000426, 0.008350> - 22574: <-0.001278, -0.000424, 0.008305> - 22575: <-0.001275, -0.000848, 0.008278> - 22576: <-0.000854, -0.000426, 0.008350> - 22577: <-0.000855, 0.000000, 0.008359> - 22578: <-0.001280, 0.000000, 0.008314> - 22579: <-0.001278, -0.000424, 0.008305> - 22580: <-0.000855, 0.000000, 0.008359> - 22581: <-0.000854, 0.000426, 0.008350> - 22582: <-0.001278, 0.000424, 0.008305> - 22583: <-0.001280, 0.000000, 0.008314> - 22584: <-0.000854, 0.000426, 0.008350> - 22585: <-0.000852, 0.000852, 0.008323> - 22586: <-0.001275, 0.000848, 0.008278> - 22587: <-0.001278, 0.000424, 0.008305> - 22588: <-0.000852, 0.000852, 0.008323> - 22589: <-0.000848, 0.001275, 0.008278> - 22590: <-0.001269, 0.001269, 0.008233> - 22591: <-0.001275, 0.000848, 0.008278> - 22592: <-0.000848, 0.001275, 0.008278> - 22593: <-0.000842, 0.001694, 0.008215> - 22594: <-0.001261, 0.001686, 0.008171> - 22595: <-0.001269, 0.001269, 0.008233> - 22596: <-0.000842, 0.001694, 0.008215> - 22597: <-0.000836, 0.002109, 0.008134> - 22598: <-0.001252, 0.002099, 0.008090> - 22599: <-0.001261, 0.001686, 0.008171> - 22600: <-0.000836, 0.002109, 0.008134> - 22601: <-0.000829, 0.002519, 0.008036> - 22602: <-0.001241, 0.002507, 0.007992> - 22603: <-0.001252, 0.002099, 0.008090> - 22604: <-0.000829, 0.002519, 0.008036> - 22605: <-0.000822, 0.002922, 0.007919> - 22606: <-0.001230, 0.002908, 0.007876> - 22607: <-0.001241, 0.002507, 0.007992> - 22608: <-0.000822, 0.002922, 0.007919> - 22609: <-0.000814, 0.003318, 0.007785> - 22610: <-0.001219, 0.003302, 0.007743> - 22611: <-0.001230, 0.002908, 0.007876> - 22612: <-0.000814, 0.003318, 0.007785> - 22613: <-0.000807, 0.003704, 0.007632> - 22614: <-0.001207, 0.003686, 0.007591> - 22615: <-0.001219, 0.003302, 0.007743> - 22616: <-0.000807, 0.003704, 0.007632> - 22617: <-0.000799, 0.004081, 0.007462> - 22618: <-0.001196, 0.004061, 0.007423> - 22619: <-0.001207, 0.003686, 0.007591> - 22620: <-0.000799, 0.004081, 0.007462> - 22621: <-0.000792, 0.004446, 0.007275> - 22622: <-0.001185, 0.004424, 0.007236> - 22623: <-0.001196, 0.004061, 0.007423> - 22624: <-0.000792, 0.004446, 0.007275> - 22625: <-0.000786, 0.004800, 0.007069> - 22626: <-0.001176, 0.004776, 0.007032> - 22627: <-0.001185, 0.004424, 0.007236> - 22628: <-0.000786, 0.004800, 0.007069> - 22629: <-0.000781, 0.005140, 0.006846> - 22630: <-0.001168, 0.005114, 0.006810> - 22631: <-0.001176, 0.004776, 0.007032> - 22632: <-0.000781, 0.005140, 0.006846> - 22633: <-0.000777, 0.005466, 0.006605> - 22634: <-0.001161, 0.005438, 0.006570> - 22635: <-0.001168, 0.005114, 0.006810> - 22636: <-0.000777, 0.005466, 0.006605> - 22637: <-0.000774, 0.005776, 0.006346> - 22638: <-0.001157, 0.005747, 0.006313> - 22639: <-0.001161, 0.005438, 0.006570> - 22640: <-0.001157, -0.005747, 0.006313> - 22641: <-0.001161, -0.005438, 0.006570> - 22642: <-0.001541, -0.005401, 0.006523> - 22643: <-0.001536, -0.005707, 0.006269> - 22644: <-0.001161, -0.005438, 0.006570> - 22645: <-0.001168, -0.005114, 0.006810> - 22646: <-0.001550, -0.005080, 0.006761> - 22647: <-0.001541, -0.005401, 0.006523> - 22648: <-0.001168, -0.005114, 0.006810> - 22649: <-0.001176, -0.004776, 0.007032> - 22650: <-0.001561, -0.004744, 0.006980> - 22651: <-0.001550, -0.005080, 0.006761> - 22652: <-0.001176, -0.004776, 0.007032> - 22653: <-0.001185, -0.004424, 0.007236> - 22654: <-0.001574, -0.004395, 0.007183> - 22655: <-0.001561, -0.004744, 0.006980> - 22656: <-0.001185, -0.004424, 0.007236> - 22657: <-0.001196, -0.004061, 0.007423> - 22658: <-0.001588, -0.004034, 0.007367> - 22659: <-0.001574, -0.004395, 0.007183> - 22660: <-0.001196, -0.004061, 0.007423> - 22661: <-0.001207, -0.003686, 0.007591> - 22662: <-0.001603, -0.003663, 0.007535> - 22663: <-0.001588, -0.004034, 0.007367> - 22664: <-0.001207, -0.003686, 0.007591> - 22665: <-0.001219, -0.003302, 0.007743> - 22666: <-0.001619, -0.003281, 0.007684> - 22667: <-0.001603, -0.003663, 0.007535> - 22668: <-0.001219, -0.003302, 0.007743> - 22669: <-0.001230, -0.002908, 0.007876> - 22670: <-0.001635, -0.002890, 0.007817> - 22671: <-0.001619, -0.003281, 0.007684> - 22672: <-0.001230, -0.002908, 0.007876> - 22673: <-0.001241, -0.002507, 0.007992> - 22674: <-0.001650, -0.002492, 0.007932> - 22675: <-0.001635, -0.002890, 0.007817> - 22676: <-0.001241, -0.002507, 0.007992> - 22677: <-0.001252, -0.002099, 0.008090> - 22678: <-0.001663, -0.002086, 0.008029> - 22679: <-0.001650, -0.002492, 0.007932> - 22680: <-0.001252, -0.002099, 0.008090> - 22681: <-0.001261, -0.001686, 0.008171> - 22682: <-0.001676, -0.001676, 0.008109> - 22683: <-0.001663, -0.002086, 0.008029> - 22684: <-0.001261, -0.001686, 0.008171> - 22685: <-0.001269, -0.001269, 0.008233> - 22686: <-0.001686, -0.001261, 0.008171> - 22687: <-0.001676, -0.001676, 0.008109> - 22688: <-0.001269, -0.001269, 0.008233> - 22689: <-0.001275, -0.000848, 0.008278> - 22690: <-0.001694, -0.000842, 0.008215> - 22691: <-0.001686, -0.001261, 0.008171> - 22692: <-0.001275, -0.000848, 0.008278> - 22693: <-0.001278, -0.000424, 0.008305> - 22694: <-0.001699, -0.000422, 0.008242> - 22695: <-0.001694, -0.000842, 0.008215> - 22696: <-0.001278, -0.000424, 0.008305> - 22697: <-0.001280, 0.000000, 0.008314> - 22698: <-0.001701, 0.000000, 0.008251> - 22699: <-0.001699, -0.000422, 0.008242> - 22700: <-0.001280, 0.000000, 0.008314> - 22701: <-0.001278, 0.000424, 0.008305> - 22702: <-0.001699, 0.000422, 0.008242> - 22703: <-0.001701, 0.000000, 0.008251> - 22704: <-0.001278, 0.000424, 0.008305> - 22705: <-0.001275, 0.000848, 0.008278> - 22706: <-0.001694, 0.000842, 0.008215> - 22707: <-0.001699, 0.000422, 0.008242> - 22708: <-0.001275, 0.000848, 0.008278> - 22709: <-0.001269, 0.001269, 0.008233> - 22710: <-0.001686, 0.001261, 0.008171> - 22711: <-0.001694, 0.000842, 0.008215> - 22712: <-0.001269, 0.001269, 0.008233> - 22713: <-0.001261, 0.001686, 0.008171> - 22714: <-0.001676, 0.001676, 0.008109> - 22715: <-0.001686, 0.001261, 0.008171> - 22716: <-0.001261, 0.001686, 0.008171> - 22717: <-0.001252, 0.002099, 0.008090> - 22718: <-0.001663, 0.002086, 0.008029> - 22719: <-0.001676, 0.001676, 0.008109> - 22720: <-0.001252, 0.002099, 0.008090> - 22721: <-0.001241, 0.002507, 0.007992> - 22722: <-0.001650, 0.002492, 0.007932> - 22723: <-0.001663, 0.002086, 0.008029> - 22724: <-0.001241, 0.002507, 0.007992> - 22725: <-0.001230, 0.002908, 0.007876> - 22726: <-0.001635, 0.002890, 0.007817> - 22727: <-0.001650, 0.002492, 0.007932> - 22728: <-0.001230, 0.002908, 0.007876> - 22729: <-0.001219, 0.003302, 0.007743> - 22730: <-0.001619, 0.003281, 0.007684> - 22731: <-0.001635, 0.002890, 0.007817> - 22732: <-0.001219, 0.003302, 0.007743> - 22733: <-0.001207, 0.003686, 0.007591> - 22734: <-0.001603, 0.003663, 0.007535> - 22735: <-0.001619, 0.003281, 0.007684> - 22736: <-0.001207, 0.003686, 0.007591> - 22737: <-0.001196, 0.004061, 0.007423> - 22738: <-0.001588, 0.004034, 0.007367> - 22739: <-0.001603, 0.003663, 0.007535> - 22740: <-0.001196, 0.004061, 0.007423> - 22741: <-0.001185, 0.004424, 0.007236> - 22742: <-0.001574, 0.004395, 0.007183> - 22743: <-0.001588, 0.004034, 0.007367> - 22744: <-0.001185, 0.004424, 0.007236> - 22745: <-0.001176, 0.004776, 0.007032> - 22746: <-0.001561, 0.004744, 0.006980> - 22747: <-0.001574, 0.004395, 0.007183> - 22748: <-0.001176, 0.004776, 0.007032> - 22749: <-0.001168, 0.005114, 0.006810> - 22750: <-0.001550, 0.005080, 0.006761> - 22751: <-0.001561, 0.004744, 0.006980> - 22752: <-0.001168, 0.005114, 0.006810> - 22753: <-0.001161, 0.005438, 0.006570> - 22754: <-0.001541, 0.005401, 0.006523> - 22755: <-0.001550, 0.005080, 0.006761> - 22756: <-0.001161, 0.005438, 0.006570> - 22757: <-0.001157, 0.005747, 0.006313> - 22758: <-0.001536, 0.005707, 0.006269> - 22759: <-0.001541, 0.005401, 0.006523> - 22760: <-0.001536, -0.005707, 0.006269> - 22761: <-0.001541, -0.005401, 0.006523> - 22762: <-0.001915, -0.005355, 0.006464> - 22763: <-0.001908, -0.005657, 0.006212> - 22764: <-0.001541, -0.005401, 0.006523> - 22765: <-0.001550, -0.005080, 0.006761> - 22766: <-0.001926, -0.005037, 0.006698> - 22767: <-0.001915, -0.005355, 0.006464> - 22768: <-0.001550, -0.005080, 0.006761> - 22769: <-0.001561, -0.004744, 0.006980> - 22770: <-0.001940, -0.004705, 0.006915> - 22771: <-0.001926, -0.005037, 0.006698> - 22772: <-0.001561, -0.004744, 0.006980> - 22773: <-0.001574, -0.004395, 0.007183> - 22774: <-0.001957, -0.004360, 0.007115> - 22775: <-0.001940, -0.004705, 0.006915> - 22776: <-0.001574, -0.004395, 0.007183> - 22777: <-0.001588, -0.004034, 0.007367> - 22778: <-0.001975, -0.004002, 0.007297> - 22779: <-0.001957, -0.004360, 0.007115> - 22780: <-0.001588, -0.004034, 0.007367> - 22781: <-0.001603, -0.003663, 0.007535> - 22782: <-0.001995, -0.003634, 0.007462> - 22783: <-0.001975, -0.004002, 0.007297> - 22784: <-0.001603, -0.003663, 0.007535> - 22785: <-0.001619, -0.003281, 0.007684> - 22786: <-0.002015, -0.003255, 0.007610> - 22787: <-0.001995, -0.003634, 0.007462> - 22788: <-0.001619, -0.003281, 0.007684> - 22789: <-0.001635, -0.002890, 0.007817> - 22790: <-0.002035, -0.002868, 0.007740> - 22791: <-0.002015, -0.003255, 0.007610> - 22792: <-0.001635, -0.002890, 0.007817> - 22793: <-0.001650, -0.002492, 0.007932> - 22794: <-0.002053, -0.002473, 0.007854> - 22795: <-0.002035, -0.002868, 0.007740> - 22796: <-0.001650, -0.002492, 0.007932> - 22797: <-0.001663, -0.002086, 0.008029> - 22798: <-0.002071, -0.002071, 0.007950> - 22799: <-0.002053, -0.002473, 0.007854> - 22800: <-0.001663, -0.002086, 0.008029> - 22801: <-0.001676, -0.001676, 0.008109> - 22802: <-0.002086, -0.001663, 0.008029> - 22803: <-0.002071, -0.002071, 0.007950> - 22804: <-0.001676, -0.001676, 0.008109> - 22805: <-0.001686, -0.001261, 0.008171> - 22806: <-0.002099, -0.001252, 0.008090> - 22807: <-0.002086, -0.001663, 0.008029> - 22808: <-0.001686, -0.001261, 0.008171> - 22809: <-0.001694, -0.000842, 0.008215> - 22810: <-0.002109, -0.000836, 0.008134> - 22811: <-0.002099, -0.001252, 0.008090> - 22812: <-0.001694, -0.000842, 0.008215> - 22813: <-0.001699, -0.000422, 0.008242> - 22814: <-0.002116, -0.000419, 0.008161> - 22815: <-0.002109, -0.000836, 0.008134> - 22816: <-0.001699, -0.000422, 0.008242> - 22817: <-0.001701, 0.000000, 0.008251> - 22818: <-0.002118, 0.000000, 0.008169> - 22819: <-0.002116, -0.000419, 0.008161> - 22820: <-0.001701, 0.000000, 0.008251> - 22821: <-0.001699, 0.000422, 0.008242> - 22822: <-0.002116, 0.000419, 0.008161> - 22823: <-0.002118, 0.000000, 0.008169> - 22824: <-0.001699, 0.000422, 0.008242> - 22825: <-0.001694, 0.000842, 0.008215> - 22826: <-0.002109, 0.000836, 0.008134> - 22827: <-0.002116, 0.000419, 0.008161> - 22828: <-0.001694, 0.000842, 0.008215> - 22829: <-0.001686, 0.001261, 0.008171> - 22830: <-0.002099, 0.001252, 0.008090> - 22831: <-0.002109, 0.000836, 0.008134> - 22832: <-0.001686, 0.001261, 0.008171> - 22833: <-0.001676, 0.001676, 0.008109> - 22834: <-0.002086, 0.001663, 0.008029> - 22835: <-0.002099, 0.001252, 0.008090> - 22836: <-0.001676, 0.001676, 0.008109> - 22837: <-0.001663, 0.002086, 0.008029> - 22838: <-0.002071, 0.002071, 0.007950> - 22839: <-0.002086, 0.001663, 0.008029> - 22840: <-0.001663, 0.002086, 0.008029> - 22841: <-0.001650, 0.002492, 0.007932> - 22842: <-0.002053, 0.002473, 0.007854> - 22843: <-0.002071, 0.002071, 0.007950> - 22844: <-0.001650, 0.002492, 0.007932> - 22845: <-0.001635, 0.002890, 0.007817> - 22846: <-0.002035, 0.002868, 0.007740> - 22847: <-0.002053, 0.002473, 0.007854> - 22848: <-0.001635, 0.002890, 0.007817> - 22849: <-0.001619, 0.003281, 0.007684> - 22850: <-0.002015, 0.003255, 0.007610> - 22851: <-0.002035, 0.002868, 0.007740> - 22852: <-0.001619, 0.003281, 0.007684> - 22853: <-0.001603, 0.003663, 0.007535> - 22854: <-0.001995, 0.003634, 0.007462> - 22855: <-0.002015, 0.003255, 0.007610> - 22856: <-0.001603, 0.003663, 0.007535> - 22857: <-0.001588, 0.004034, 0.007367> - 22858: <-0.001975, 0.004002, 0.007297> - 22859: <-0.001995, 0.003634, 0.007462> - 22860: <-0.001588, 0.004034, 0.007367> - 22861: <-0.001574, 0.004395, 0.007183> - 22862: <-0.001957, 0.004360, 0.007115> - 22863: <-0.001975, 0.004002, 0.007297> - 22864: <-0.001574, 0.004395, 0.007183> - 22865: <-0.001561, 0.004744, 0.006980> - 22866: <-0.001940, 0.004705, 0.006915> - 22867: <-0.001957, 0.004360, 0.007115> - 22868: <-0.001561, 0.004744, 0.006980> - 22869: <-0.001550, 0.005080, 0.006761> - 22870: <-0.001926, 0.005037, 0.006698> - 22871: <-0.001940, 0.004705, 0.006915> - 22872: <-0.001550, 0.005080, 0.006761> - 22873: <-0.001541, 0.005401, 0.006523> - 22874: <-0.001915, 0.005355, 0.006464> - 22875: <-0.001926, 0.005037, 0.006698> - 22876: <-0.001541, 0.005401, 0.006523> - 22877: <-0.001536, 0.005707, 0.006269> - 22878: <-0.001908, 0.005657, 0.006212> - 22879: <-0.001915, 0.005355, 0.006464> - 22880: <-0.001908, -0.005657, 0.006212> - 22881: <-0.001915, -0.005355, 0.006464> - 22882: <-0.002281, -0.005301, 0.006393> - 22883: <-0.002272, -0.005599, 0.006146> - 22884: <-0.001915, -0.005355, 0.006464> - 22885: <-0.001926, -0.005037, 0.006698> - 22886: <-0.002295, -0.004987, 0.006623> - 22887: <-0.002281, -0.005301, 0.006393> - 22888: <-0.001926, -0.005037, 0.006698> - 22889: <-0.001940, -0.004705, 0.006915> - 22890: <-0.002313, -0.004659, 0.006836> - 22891: <-0.002295, -0.004987, 0.006623> - 22892: <-0.001940, -0.004705, 0.006915> - 22893: <-0.001957, -0.004360, 0.007115> - 22894: <-0.002333, -0.004318, 0.007033> - 22895: <-0.002313, -0.004659, 0.006836> - 22896: <-0.001957, -0.004360, 0.007115> - 22897: <-0.001975, -0.004002, 0.007297> - 22898: <-0.002356, -0.003965, 0.007212> - 22899: <-0.002333, -0.004318, 0.007033> - 22900: <-0.001975, -0.004002, 0.007297> - 22901: <-0.001995, -0.003634, 0.007462> - 22902: <-0.002380, -0.003601, 0.007374> - 22903: <-0.002356, -0.003965, 0.007212> - 22904: <-0.001995, -0.003634, 0.007462> - 22905: <-0.002015, -0.003255, 0.007610> - 22906: <-0.002405, -0.003227, 0.007519> - 22907: <-0.002380, -0.003601, 0.007374> - 22908: <-0.002015, -0.003255, 0.007610> - 22909: <-0.002035, -0.002868, 0.007740> - 22910: <-0.002429, -0.002843, 0.007648> - 22911: <-0.002405, -0.003227, 0.007519> - 22912: <-0.002035, -0.002868, 0.007740> - 22913: <-0.002053, -0.002473, 0.007854> - 22914: <-0.002452, -0.002452, 0.007759> - 22915: <-0.002429, -0.002843, 0.007648> - 22916: <-0.002053, -0.002473, 0.007854> - 22917: <-0.002071, -0.002071, 0.007950> - 22918: <-0.002473, -0.002053, 0.007854> - 22919: <-0.002452, -0.002452, 0.007759> - 22920: <-0.002071, -0.002071, 0.007950> - 22921: <-0.002086, -0.001663, 0.008029> - 22922: <-0.002492, -0.001650, 0.007932> - 22923: <-0.002473, -0.002053, 0.007854> - 22924: <-0.002086, -0.001663, 0.008029> - 22925: <-0.002099, -0.001252, 0.008090> - 22926: <-0.002507, -0.001241, 0.007992> - 22927: <-0.002492, -0.001650, 0.007932> - 22928: <-0.002099, -0.001252, 0.008090> - 22929: <-0.002109, -0.000836, 0.008134> - 22930: <-0.002519, -0.000829, 0.008036> - 22931: <-0.002507, -0.001241, 0.007992> - 22932: <-0.002109, -0.000836, 0.008134> - 22933: <-0.002116, -0.000419, 0.008161> - 22934: <-0.002527, -0.000415, 0.008062> - 22935: <-0.002519, -0.000829, 0.008036> - 22936: <-0.002116, -0.000419, 0.008161> - 22937: <-0.002118, 0.000000, 0.008169> - 22938: <-0.002530, 0.000000, 0.008070> - 22939: <-0.002527, -0.000415, 0.008062> - 22940: <-0.002118, 0.000000, 0.008169> - 22941: <-0.002116, 0.000419, 0.008161> - 22942: <-0.002527, 0.000415, 0.008062> - 22943: <-0.002530, 0.000000, 0.008070> - 22944: <-0.002116, 0.000419, 0.008161> - 22945: <-0.002109, 0.000836, 0.008134> - 22946: <-0.002519, 0.000829, 0.008036> - 22947: <-0.002527, 0.000415, 0.008062> - 22948: <-0.002109, 0.000836, 0.008134> - 22949: <-0.002099, 0.001252, 0.008090> - 22950: <-0.002507, 0.001241, 0.007992> - 22951: <-0.002519, 0.000829, 0.008036> - 22952: <-0.002099, 0.001252, 0.008090> - 22953: <-0.002086, 0.001663, 0.008029> - 22954: <-0.002492, 0.001650, 0.007932> - 22955: <-0.002507, 0.001241, 0.007992> - 22956: <-0.002086, 0.001663, 0.008029> - 22957: <-0.002071, 0.002071, 0.007950> - 22958: <-0.002473, 0.002053, 0.007854> - 22959: <-0.002492, 0.001650, 0.007932> - 22960: <-0.002071, 0.002071, 0.007950> - 22961: <-0.002053, 0.002473, 0.007854> - 22962: <-0.002452, 0.002452, 0.007759> - 22963: <-0.002473, 0.002053, 0.007854> - 22964: <-0.002053, 0.002473, 0.007854> - 22965: <-0.002035, 0.002868, 0.007740> - 22966: <-0.002429, 0.002843, 0.007648> - 22967: <-0.002452, 0.002452, 0.007759> - 22968: <-0.002035, 0.002868, 0.007740> - 22969: <-0.002015, 0.003255, 0.007610> - 22970: <-0.002405, 0.003227, 0.007519> - 22971: <-0.002429, 0.002843, 0.007648> - 22972: <-0.002015, 0.003255, 0.007610> - 22973: <-0.001995, 0.003634, 0.007462> - 22974: <-0.002380, 0.003601, 0.007374> - 22975: <-0.002405, 0.003227, 0.007519> - 22976: <-0.001995, 0.003634, 0.007462> - 22977: <-0.001975, 0.004002, 0.007297> - 22978: <-0.002356, 0.003965, 0.007212> - 22979: <-0.002380, 0.003601, 0.007374> - 22980: <-0.001975, 0.004002, 0.007297> - 22981: <-0.001957, 0.004360, 0.007115> - 22982: <-0.002333, 0.004318, 0.007033> - 22983: <-0.002356, 0.003965, 0.007212> - 22984: <-0.001957, 0.004360, 0.007115> - 22985: <-0.001940, 0.004705, 0.006915> - 22986: <-0.002313, 0.004659, 0.006836> - 22987: <-0.002333, 0.004318, 0.007033> - 22988: <-0.001940, 0.004705, 0.006915> - 22989: <-0.001926, 0.005037, 0.006698> - 22990: <-0.002295, 0.004987, 0.006623> - 22991: <-0.002313, 0.004659, 0.006836> - 22992: <-0.001926, 0.005037, 0.006698> - 22993: <-0.001915, 0.005355, 0.006464> - 22994: <-0.002281, 0.005301, 0.006393> - 22995: <-0.002295, 0.004987, 0.006623> - 22996: <-0.001915, 0.005355, 0.006464> - 22997: <-0.001908, 0.005657, 0.006212> - 22998: <-0.002272, 0.005599, 0.006146> - 22999: <-0.002281, 0.005301, 0.006393> - 23000: <-0.002272, -0.005599, 0.006146> - 23001: <-0.002281, -0.005301, 0.006393> - 23002: <-0.002638, -0.005240, 0.006311> - 23003: <-0.002627, -0.005533, 0.006069> - 23004: <-0.002281, -0.005301, 0.006393> - 23005: <-0.002295, -0.004987, 0.006623> - 23006: <-0.002655, -0.004931, 0.006537> - 23007: <-0.002638, -0.005240, 0.006311> - 23008: <-0.002295, -0.004987, 0.006623> - 23009: <-0.002313, -0.004659, 0.006836> - 23010: <-0.002676, -0.004609, 0.006745> - 23011: <-0.002655, -0.004931, 0.006537> - 23012: <-0.002313, -0.004659, 0.006836> - 23013: <-0.002333, -0.004318, 0.007033> - 23014: <-0.002701, -0.004273, 0.006937> - 23015: <-0.002676, -0.004609, 0.006745> - 23016: <-0.002333, -0.004318, 0.007033> - 23017: <-0.002356, -0.003965, 0.007212> - 23018: <-0.002729, -0.003924, 0.007112> - 23019: <-0.002701, -0.004273, 0.006937> - 23020: <-0.002356, -0.003965, 0.007212> - 23021: <-0.002380, -0.003601, 0.007374> - 23022: <-0.002758, -0.003565, 0.007270> - 23023: <-0.002729, -0.003924, 0.007112> - 23024: <-0.002380, -0.003601, 0.007374> - 23025: <-0.002405, -0.003227, 0.007519> - 23026: <-0.002787, -0.003195, 0.007412> - 23027: <-0.002758, -0.003565, 0.007270> - 23028: <-0.002405, -0.003227, 0.007519> - 23029: <-0.002429, -0.002843, 0.007648> - 23030: <-0.002816, -0.002816, 0.007538> - 23031: <-0.002787, -0.003195, 0.007412> - 23032: <-0.002429, -0.002843, 0.007648> - 23033: <-0.002452, -0.002452, 0.007759> - 23034: <-0.002843, -0.002429, 0.007648> - 23035: <-0.002816, -0.002816, 0.007538> - 23036: <-0.002452, -0.002452, 0.007759> - 23037: <-0.002473, -0.002053, 0.007854> - 23038: <-0.002868, -0.002035, 0.007740> - 23039: <-0.002843, -0.002429, 0.007648> - 23040: <-0.002473, -0.002053, 0.007854> - 23041: <-0.002492, -0.001650, 0.007932> - 23042: <-0.002890, -0.001635, 0.007817> - 23043: <-0.002868, -0.002035, 0.007740> - 23044: <-0.002492, -0.001650, 0.007932> - 23045: <-0.002507, -0.001241, 0.007992> - 23046: <-0.002908, -0.001230, 0.007876> - 23047: <-0.002890, -0.001635, 0.007817> - 23048: <-0.002507, -0.001241, 0.007992> - 23049: <-0.002519, -0.000829, 0.008036> - 23050: <-0.002922, -0.000822, 0.007919> - 23051: <-0.002908, -0.001230, 0.007876> - 23052: <-0.002519, -0.000829, 0.008036> - 23053: <-0.002527, -0.000415, 0.008062> - 23054: <-0.002931, -0.000412, 0.007945> - 23055: <-0.002922, -0.000822, 0.007919> - 23056: <-0.002527, -0.000415, 0.008062> - 23057: <-0.002530, 0.000000, 0.008070> - 23058: <-0.002934, 0.000000, 0.007953> - 23059: <-0.002931, -0.000412, 0.007945> - 23060: <-0.002530, 0.000000, 0.008070> - 23061: <-0.002527, 0.000415, 0.008062> - 23062: <-0.002931, 0.000412, 0.007945> - 23063: <-0.002934, 0.000000, 0.007953> - 23064: <-0.002527, 0.000415, 0.008062> - 23065: <-0.002519, 0.000829, 0.008036> - 23066: <-0.002922, 0.000822, 0.007919> - 23067: <-0.002931, 0.000412, 0.007945> - 23068: <-0.002519, 0.000829, 0.008036> - 23069: <-0.002507, 0.001241, 0.007992> - 23070: <-0.002908, 0.001230, 0.007876> - 23071: <-0.002922, 0.000822, 0.007919> - 23072: <-0.002507, 0.001241, 0.007992> - 23073: <-0.002492, 0.001650, 0.007932> - 23074: <-0.002890, 0.001635, 0.007817> - 23075: <-0.002908, 0.001230, 0.007876> - 23076: <-0.002492, 0.001650, 0.007932> - 23077: <-0.002473, 0.002053, 0.007854> - 23078: <-0.002868, 0.002035, 0.007740> - 23079: <-0.002890, 0.001635, 0.007817> - 23080: <-0.002473, 0.002053, 0.007854> - 23081: <-0.002452, 0.002452, 0.007759> - 23082: <-0.002843, 0.002429, 0.007648> - 23083: <-0.002868, 0.002035, 0.007740> - 23084: <-0.002452, 0.002452, 0.007759> - 23085: <-0.002429, 0.002843, 0.007648> - 23086: <-0.002816, 0.002816, 0.007538> - 23087: <-0.002843, 0.002429, 0.007648> - 23088: <-0.002429, 0.002843, 0.007648> - 23089: <-0.002405, 0.003227, 0.007519> - 23090: <-0.002787, 0.003195, 0.007412> - 23091: <-0.002816, 0.002816, 0.007538> - 23092: <-0.002405, 0.003227, 0.007519> - 23093: <-0.002380, 0.003601, 0.007374> - 23094: <-0.002758, 0.003565, 0.007270> - 23095: <-0.002787, 0.003195, 0.007412> - 23096: <-0.002380, 0.003601, 0.007374> - 23097: <-0.002356, 0.003965, 0.007212> - 23098: <-0.002729, 0.003924, 0.007112> - 23099: <-0.002758, 0.003565, 0.007270> - 23100: <-0.002356, 0.003965, 0.007212> - 23101: <-0.002333, 0.004318, 0.007033> - 23102: <-0.002701, 0.004273, 0.006937> - 23103: <-0.002729, 0.003924, 0.007112> - 23104: <-0.002333, 0.004318, 0.007033> - 23105: <-0.002313, 0.004659, 0.006836> - 23106: <-0.002676, 0.004609, 0.006745> - 23107: <-0.002701, 0.004273, 0.006937> - 23108: <-0.002313, 0.004659, 0.006836> - 23109: <-0.002295, 0.004987, 0.006623> - 23110: <-0.002655, 0.004931, 0.006537> - 23111: <-0.002676, 0.004609, 0.006745> - 23112: <-0.002295, 0.004987, 0.006623> - 23113: <-0.002281, 0.005301, 0.006393> - 23114: <-0.002638, 0.005240, 0.006311> - 23115: <-0.002655, 0.004931, 0.006537> - 23116: <-0.002281, 0.005301, 0.006393> - 23117: <-0.002272, 0.005599, 0.006146> - 23118: <-0.002627, 0.005533, 0.006069> - 23119: <-0.002638, 0.005240, 0.006311> - 23120: <-0.002627, -0.005533, 0.006069> - 23121: <-0.002638, -0.005240, 0.006311> - 23122: <-0.002984, -0.005172, 0.006219> - 23123: <-0.002971, -0.005459, 0.005983> - 23124: <-0.002638, -0.005240, 0.006311> - 23125: <-0.002655, -0.004931, 0.006537> - 23126: <-0.003004, -0.004870, 0.006439> - 23127: <-0.002984, -0.005172, 0.006219> - 23128: <-0.002655, -0.004931, 0.006537> - 23129: <-0.002676, -0.004609, 0.006745> - 23130: <-0.003030, -0.004553, 0.006641> - 23131: <-0.003004, -0.004870, 0.006439> - 23132: <-0.002676, -0.004609, 0.006745> - 23133: <-0.002701, -0.004273, 0.006937> - 23134: <-0.003060, -0.004223, 0.006828> - 23135: <-0.003030, -0.004553, 0.006641> - 23136: <-0.002701, -0.004273, 0.006937> - 23137: <-0.002729, -0.003924, 0.007112> - 23138: <-0.003093, -0.003880, 0.006998> - 23139: <-0.003060, -0.004223, 0.006828> - 23140: <-0.002729, -0.003924, 0.007112> - 23141: <-0.002758, -0.003565, 0.007270> - 23142: <-0.003127, -0.003526, 0.007152> - 23143: <-0.003093, -0.003880, 0.006998> - 23144: <-0.002758, -0.003565, 0.007270> - 23145: <-0.002787, -0.003195, 0.007412> - 23146: <-0.003162, -0.003162, 0.007290> - 23147: <-0.003127, -0.003526, 0.007152> - 23148: <-0.002787, -0.003195, 0.007412> - 23149: <-0.002816, -0.002816, 0.007538> - 23150: <-0.003195, -0.002787, 0.007412> - 23151: <-0.003162, -0.003162, 0.007290> - 23152: <-0.002816, -0.002816, 0.007538> - 23153: <-0.002843, -0.002429, 0.007648> - 23154: <-0.003227, -0.002405, 0.007519> - 23155: <-0.003195, -0.002787, 0.007412> - 23156: <-0.002843, -0.002429, 0.007648> - 23157: <-0.002868, -0.002035, 0.007740> - 23158: <-0.003255, -0.002015, 0.007610> - 23159: <-0.003227, -0.002405, 0.007519> - 23160: <-0.002868, -0.002035, 0.007740> - 23161: <-0.002890, -0.001635, 0.007817> - 23162: <-0.003281, -0.001619, 0.007684> - 23163: <-0.003255, -0.002015, 0.007610> - 23164: <-0.002890, -0.001635, 0.007817> - 23165: <-0.002908, -0.001230, 0.007876> - 23166: <-0.003302, -0.001219, 0.007743> - 23167: <-0.003281, -0.001619, 0.007684> - 23168: <-0.002908, -0.001230, 0.007876> - 23169: <-0.002922, -0.000822, 0.007919> - 23170: <-0.003318, -0.000814, 0.007785> - 23171: <-0.003302, -0.001219, 0.007743> - 23172: <-0.002922, -0.000822, 0.007919> - 23173: <-0.002931, -0.000412, 0.007945> - 23174: <-0.003328, -0.000408, 0.007810> - 23175: <-0.003318, -0.000814, 0.007785> - 23176: <-0.002931, -0.000412, 0.007945> - 23177: <-0.002934, 0.000000, 0.007953> - 23178: <-0.003331, 0.000000, 0.007818> - 23179: <-0.003328, -0.000408, 0.007810> - 23180: <-0.002934, 0.000000, 0.007953> - 23181: <-0.002931, 0.000412, 0.007945> - 23182: <-0.003328, 0.000408, 0.007810> - 23183: <-0.003331, 0.000000, 0.007818> - 23184: <-0.002931, 0.000412, 0.007945> - 23185: <-0.002922, 0.000822, 0.007919> - 23186: <-0.003318, 0.000814, 0.007785> - 23187: <-0.003328, 0.000408, 0.007810> - 23188: <-0.002922, 0.000822, 0.007919> - 23189: <-0.002908, 0.001230, 0.007876> - 23190: <-0.003302, 0.001219, 0.007743> - 23191: <-0.003318, 0.000814, 0.007785> - 23192: <-0.002908, 0.001230, 0.007876> - 23193: <-0.002890, 0.001635, 0.007817> - 23194: <-0.003281, 0.001619, 0.007684> - 23195: <-0.003302, 0.001219, 0.007743> - 23196: <-0.002890, 0.001635, 0.007817> - 23197: <-0.002868, 0.002035, 0.007740> - 23198: <-0.003255, 0.002015, 0.007610> - 23199: <-0.003281, 0.001619, 0.007684> - 23200: <-0.002868, 0.002035, 0.007740> - 23201: <-0.002843, 0.002429, 0.007648> - 23202: <-0.003227, 0.002405, 0.007519> - 23203: <-0.003255, 0.002015, 0.007610> - 23204: <-0.002843, 0.002429, 0.007648> - 23205: <-0.002816, 0.002816, 0.007538> - 23206: <-0.003195, 0.002787, 0.007412> - 23207: <-0.003227, 0.002405, 0.007519> - 23208: <-0.002816, 0.002816, 0.007538> - 23209: <-0.002787, 0.003195, 0.007412> - 23210: <-0.003162, 0.003162, 0.007290> - 23211: <-0.003195, 0.002787, 0.007412> - 23212: <-0.002787, 0.003195, 0.007412> - 23213: <-0.002758, 0.003565, 0.007270> - 23214: <-0.003127, 0.003526, 0.007152> - 23215: <-0.003162, 0.003162, 0.007290> - 23216: <-0.002758, 0.003565, 0.007270> - 23217: <-0.002729, 0.003924, 0.007112> - 23218: <-0.003093, 0.003880, 0.006998> - 23219: <-0.003127, 0.003526, 0.007152> - 23220: <-0.002729, 0.003924, 0.007112> - 23221: <-0.002701, 0.004273, 0.006937> - 23222: <-0.003060, 0.004223, 0.006828> - 23223: <-0.003093, 0.003880, 0.006998> - 23224: <-0.002701, 0.004273, 0.006937> - 23225: <-0.002676, 0.004609, 0.006745> - 23226: <-0.003030, 0.004553, 0.006641> - 23227: <-0.003060, 0.004223, 0.006828> - 23228: <-0.002676, 0.004609, 0.006745> - 23229: <-0.002655, 0.004931, 0.006537> - 23230: <-0.003004, 0.004870, 0.006439> - 23231: <-0.003030, 0.004553, 0.006641> - 23232: <-0.002655, 0.004931, 0.006537> - 23233: <-0.002638, 0.005240, 0.006311> - 23234: <-0.002984, 0.005172, 0.006219> - 23235: <-0.003004, 0.004870, 0.006439> - 23236: <-0.002638, 0.005240, 0.006311> - 23237: <-0.002627, 0.005533, 0.006069> - 23238: <-0.002971, 0.005459, 0.005983> - 23239: <-0.002984, 0.005172, 0.006219> - 23240: <-0.002971, -0.005459, 0.005983> - 23241: <-0.002984, -0.005172, 0.006219> - 23242: <-0.003318, -0.005099, 0.006117> - 23243: <-0.003302, -0.005379, 0.005888> - 23244: <-0.002984, -0.005172, 0.006219> - 23245: <-0.003004, -0.004870, 0.006439> - 23246: <-0.003342, -0.004804, 0.006329> - 23247: <-0.003318, -0.005099, 0.006117> - 23248: <-0.003004, -0.004870, 0.006439> - 23249: <-0.003030, -0.004553, 0.006641> - 23250: <-0.003372, -0.004494, 0.006525> - 23251: <-0.003342, -0.004804, 0.006329> - 23252: <-0.003030, -0.004553, 0.006641> - 23253: <-0.003060, -0.004223, 0.006828> - 23254: <-0.003407, -0.004170, 0.006705> - 23255: <-0.003372, -0.004494, 0.006525> - 23256: <-0.003060, -0.004223, 0.006828> - 23257: <-0.003093, -0.003880, 0.006998> - 23258: <-0.003446, -0.003834, 0.006870> - 23259: <-0.003407, -0.004170, 0.006705> - 23260: <-0.003093, -0.003880, 0.006998> - 23261: <-0.003127, -0.003526, 0.007152> - 23262: <-0.003486, -0.003486, 0.007018> - 23263: <-0.003446, -0.003834, 0.006870> - 23264: <-0.003127, -0.003526, 0.007152> - 23265: <-0.003162, -0.003162, 0.007290> - 23266: <-0.003526, -0.003127, 0.007152> - 23267: <-0.003486, -0.003486, 0.007018> - 23268: <-0.003162, -0.003162, 0.007290> - 23269: <-0.003195, -0.002787, 0.007412> - 23270: <-0.003565, -0.002758, 0.007270> - 23271: <-0.003526, -0.003127, 0.007152> - 23272: <-0.003195, -0.002787, 0.007412> - 23273: <-0.003227, -0.002405, 0.007519> - 23274: <-0.003601, -0.002380, 0.007374> - 23275: <-0.003565, -0.002758, 0.007270> - 23276: <-0.003227, -0.002405, 0.007519> - 23277: <-0.003255, -0.002015, 0.007610> - 23278: <-0.003634, -0.001995, 0.007462> - 23279: <-0.003601, -0.002380, 0.007374> - 23280: <-0.003255, -0.002015, 0.007610> - 23281: <-0.003281, -0.001619, 0.007684> - 23282: <-0.003663, -0.001603, 0.007535> - 23283: <-0.003634, -0.001995, 0.007462> - 23284: <-0.003281, -0.001619, 0.007684> - 23285: <-0.003302, -0.001219, 0.007743> - 23286: <-0.003686, -0.001207, 0.007591> - 23287: <-0.003663, -0.001603, 0.007535> - 23288: <-0.003302, -0.001219, 0.007743> - 23289: <-0.003318, -0.000814, 0.007785> - 23290: <-0.003704, -0.000807, 0.007632> - 23291: <-0.003686, -0.001207, 0.007591> - 23292: <-0.003318, -0.000814, 0.007785> - 23293: <-0.003328, -0.000408, 0.007810> - 23294: <-0.003716, -0.000404, 0.007657> - 23295: <-0.003704, -0.000807, 0.007632> - 23296: <-0.003328, -0.000408, 0.007810> - 23297: <-0.003331, 0.000000, 0.007818> - 23298: <-0.003720, 0.000000, 0.007665> - 23299: <-0.003716, -0.000404, 0.007657> - 23300: <-0.003331, 0.000000, 0.007818> - 23301: <-0.003328, 0.000408, 0.007810> - 23302: <-0.003716, 0.000404, 0.007657> - 23303: <-0.003720, 0.000000, 0.007665> - 23304: <-0.003328, 0.000408, 0.007810> - 23305: <-0.003318, 0.000814, 0.007785> - 23306: <-0.003704, 0.000807, 0.007632> - 23307: <-0.003716, 0.000404, 0.007657> - 23308: <-0.003318, 0.000814, 0.007785> - 23309: <-0.003302, 0.001219, 0.007743> - 23310: <-0.003686, 0.001207, 0.007591> - 23311: <-0.003704, 0.000807, 0.007632> - 23312: <-0.003302, 0.001219, 0.007743> - 23313: <-0.003281, 0.001619, 0.007684> - 23314: <-0.003663, 0.001603, 0.007535> - 23315: <-0.003686, 0.001207, 0.007591> - 23316: <-0.003281, 0.001619, 0.007684> - 23317: <-0.003255, 0.002015, 0.007610> - 23318: <-0.003634, 0.001995, 0.007462> - 23319: <-0.003663, 0.001603, 0.007535> - 23320: <-0.003255, 0.002015, 0.007610> - 23321: <-0.003227, 0.002405, 0.007519> - 23322: <-0.003601, 0.002380, 0.007374> - 23323: <-0.003634, 0.001995, 0.007462> - 23324: <-0.003227, 0.002405, 0.007519> - 23325: <-0.003195, 0.002787, 0.007412> - 23326: <-0.003565, 0.002758, 0.007270> - 23327: <-0.003601, 0.002380, 0.007374> - 23328: <-0.003195, 0.002787, 0.007412> - 23329: <-0.003162, 0.003162, 0.007290> - 23330: <-0.003526, 0.003127, 0.007152> - 23331: <-0.003565, 0.002758, 0.007270> - 23332: <-0.003162, 0.003162, 0.007290> - 23333: <-0.003127, 0.003526, 0.007152> - 23334: <-0.003486, 0.003486, 0.007018> - 23335: <-0.003526, 0.003127, 0.007152> - 23336: <-0.003127, 0.003526, 0.007152> - 23337: <-0.003093, 0.003880, 0.006998> - 23338: <-0.003446, 0.003834, 0.006870> - 23339: <-0.003486, 0.003486, 0.007018> - 23340: <-0.003093, 0.003880, 0.006998> - 23341: <-0.003060, 0.004223, 0.006828> - 23342: <-0.003407, 0.004170, 0.006705> - 23343: <-0.003446, 0.003834, 0.006870> - 23344: <-0.003060, 0.004223, 0.006828> - 23345: <-0.003030, 0.004553, 0.006641> - 23346: <-0.003372, 0.004494, 0.006525> - 23347: <-0.003407, 0.004170, 0.006705> - 23348: <-0.003030, 0.004553, 0.006641> - 23349: <-0.003004, 0.004870, 0.006439> - 23350: <-0.003342, 0.004804, 0.006329> - 23351: <-0.003372, 0.004494, 0.006525> - 23352: <-0.003004, 0.004870, 0.006439> - 23353: <-0.002984, 0.005172, 0.006219> - 23354: <-0.003318, 0.005099, 0.006117> - 23355: <-0.003342, 0.004804, 0.006329> - 23356: <-0.002984, 0.005172, 0.006219> - 23357: <-0.002971, 0.005459, 0.005983> - 23358: <-0.003302, 0.005379, 0.005888> - 23359: <-0.003318, 0.005099, 0.006117> - 23360: <-0.003302, -0.005379, 0.005888> - 23361: <-0.003318, -0.005099, 0.006117> - 23362: <-0.003637, -0.005023, 0.006006> - 23363: <-0.003619, -0.005294, 0.005786> - 23364: <-0.003318, -0.005099, 0.006117> - 23365: <-0.003342, -0.004804, 0.006329> - 23366: <-0.003666, -0.004736, 0.006210> - 23367: <-0.003637, -0.005023, 0.006006> - 23368: <-0.003342, -0.004804, 0.006329> - 23369: <-0.003372, -0.004494, 0.006525> - 23370: <-0.003701, -0.004434, 0.006397> - 23371: <-0.003666, -0.004736, 0.006210> - 23372: <-0.003372, -0.004494, 0.006525> - 23373: <-0.003407, -0.004170, 0.006705> - 23374: <-0.003743, -0.004117, 0.006570> - 23375: <-0.003701, -0.004434, 0.006397> - 23376: <-0.003407, -0.004170, 0.006705> - 23377: <-0.003446, -0.003834, 0.006870> - 23378: <-0.003788, -0.003788, 0.006727> - 23379: <-0.003743, -0.004117, 0.006570> - 23380: <-0.003446, -0.003834, 0.006870> - 23381: <-0.003486, -0.003486, 0.007018> - 23382: <-0.003834, -0.003446, 0.006870> - 23383: <-0.003788, -0.003788, 0.006727> - 23384: <-0.003486, -0.003486, 0.007018> - 23385: <-0.003526, -0.003127, 0.007152> - 23386: <-0.003880, -0.003093, 0.006998> - 23387: <-0.003834, -0.003446, 0.006870> - 23388: <-0.003526, -0.003127, 0.007152> - 23389: <-0.003565, -0.002758, 0.007270> - 23390: <-0.003924, -0.002729, 0.007112> - 23391: <-0.003880, -0.003093, 0.006998> - 23392: <-0.003565, -0.002758, 0.007270> - 23393: <-0.003601, -0.002380, 0.007374> - 23394: <-0.003965, -0.002356, 0.007212> - 23395: <-0.003924, -0.002729, 0.007112> - 23396: <-0.003601, -0.002380, 0.007374> - 23397: <-0.003634, -0.001995, 0.007462> - 23398: <-0.004002, -0.001975, 0.007297> - 23399: <-0.003965, -0.002356, 0.007212> - 23400: <-0.003634, -0.001995, 0.007462> - 23401: <-0.003663, -0.001603, 0.007535> - 23402: <-0.004034, -0.001588, 0.007367> - 23403: <-0.004002, -0.001975, 0.007297> - 23404: <-0.003663, -0.001603, 0.007535> - 23405: <-0.003686, -0.001207, 0.007591> - 23406: <-0.004061, -0.001196, 0.007423> - 23407: <-0.004034, -0.001588, 0.007367> - 23408: <-0.003686, -0.001207, 0.007591> - 23409: <-0.003704, -0.000807, 0.007632> - 23410: <-0.004081, -0.000799, 0.007462> - 23411: <-0.004061, -0.001196, 0.007423> - 23412: <-0.003704, -0.000807, 0.007632> - 23413: <-0.003716, -0.000404, 0.007657> - 23414: <-0.004093, -0.000400, 0.007487> - 23415: <-0.004081, -0.000799, 0.007462> - 23416: <-0.003716, -0.000404, 0.007657> - 23417: <-0.003720, 0.000000, 0.007665> - 23418: <-0.004098, 0.000000, 0.007495> - 23419: <-0.004093, -0.000400, 0.007487> - 23420: <-0.003720, 0.000000, 0.007665> - 23421: <-0.003716, 0.000404, 0.007657> - 23422: <-0.004093, 0.000400, 0.007487> - 23423: <-0.004098, 0.000000, 0.007495> - 23424: <-0.003716, 0.000404, 0.007657> - 23425: <-0.003704, 0.000807, 0.007632> - 23426: <-0.004081, 0.000799, 0.007462> - 23427: <-0.004093, 0.000400, 0.007487> - 23428: <-0.003704, 0.000807, 0.007632> - 23429: <-0.003686, 0.001207, 0.007591> - 23430: <-0.004061, 0.001196, 0.007423> - 23431: <-0.004081, 0.000799, 0.007462> - 23432: <-0.003686, 0.001207, 0.007591> - 23433: <-0.003663, 0.001603, 0.007535> - 23434: <-0.004034, 0.001588, 0.007367> - 23435: <-0.004061, 0.001196, 0.007423> - 23436: <-0.003663, 0.001603, 0.007535> - 23437: <-0.003634, 0.001995, 0.007462> - 23438: <-0.004002, 0.001975, 0.007297> - 23439: <-0.004034, 0.001588, 0.007367> - 23440: <-0.003634, 0.001995, 0.007462> - 23441: <-0.003601, 0.002380, 0.007374> - 23442: <-0.003965, 0.002356, 0.007212> - 23443: <-0.004002, 0.001975, 0.007297> - 23444: <-0.003601, 0.002380, 0.007374> - 23445: <-0.003565, 0.002758, 0.007270> - 23446: <-0.003924, 0.002729, 0.007112> - 23447: <-0.003965, 0.002356, 0.007212> - 23448: <-0.003565, 0.002758, 0.007270> - 23449: <-0.003526, 0.003127, 0.007152> - 23450: <-0.003880, 0.003093, 0.006998> - 23451: <-0.003924, 0.002729, 0.007112> - 23452: <-0.003526, 0.003127, 0.007152> - 23453: <-0.003486, 0.003486, 0.007018> - 23454: <-0.003834, 0.003446, 0.006870> - 23455: <-0.003880, 0.003093, 0.006998> - 23456: <-0.003486, 0.003486, 0.007018> - 23457: <-0.003446, 0.003834, 0.006870> - 23458: <-0.003788, 0.003788, 0.006727> - 23459: <-0.003834, 0.003446, 0.006870> - 23460: <-0.003446, 0.003834, 0.006870> - 23461: <-0.003407, 0.004170, 0.006705> - 23462: <-0.003743, 0.004117, 0.006570> - 23463: <-0.003788, 0.003788, 0.006727> - 23464: <-0.003407, 0.004170, 0.006705> - 23465: <-0.003372, 0.004494, 0.006525> - 23466: <-0.003701, 0.004434, 0.006397> - 23467: <-0.003743, 0.004117, 0.006570> - 23468: <-0.003372, 0.004494, 0.006525> - 23469: <-0.003342, 0.004804, 0.006329> - 23470: <-0.003666, 0.004736, 0.006210> - 23471: <-0.003701, 0.004434, 0.006397> - 23472: <-0.003342, 0.004804, 0.006329> - 23473: <-0.003318, 0.005099, 0.006117> - 23474: <-0.003637, 0.005023, 0.006006> - 23475: <-0.003666, 0.004736, 0.006210> - 23476: <-0.003318, 0.005099, 0.006117> - 23477: <-0.003302, 0.005379, 0.005888> - 23478: <-0.003619, 0.005294, 0.005786> - 23479: <-0.003637, 0.005023, 0.006006> - 23480: <-0.003619, -0.005294, 0.005786> - 23481: <-0.003637, -0.005023, 0.006006> - 23482: <-0.003941, -0.004946, 0.005887> - 23483: <-0.003918, -0.005207, 0.005678> - 23484: <-0.003637, -0.005023, 0.006006> - 23485: <-0.003666, -0.004736, 0.006210> - 23486: <-0.003975, -0.004668, 0.006080> - 23487: <-0.003941, -0.004946, 0.005887> - 23488: <-0.003666, -0.004736, 0.006210> - 23489: <-0.003701, -0.004434, 0.006397> - 23490: <-0.004017, -0.004374, 0.006257> - 23491: <-0.003975, -0.004668, 0.006080> - 23492: <-0.003701, -0.004434, 0.006397> - 23493: <-0.003743, -0.004117, 0.006570> - 23494: <-0.004065, -0.004065, 0.006421> - 23495: <-0.004017, -0.004374, 0.006257> - 23496: <-0.003743, -0.004117, 0.006570> - 23497: <-0.003788, -0.003788, 0.006727> - 23498: <-0.004117, -0.003743, 0.006570> - 23499: <-0.004065, -0.004065, 0.006421> - 23500: <-0.003788, -0.003788, 0.006727> - 23501: <-0.003834, -0.003446, 0.006870> - 23502: <-0.004170, -0.003407, 0.006705> - 23503: <-0.004117, -0.003743, 0.006570> - 23504: <-0.003834, -0.003446, 0.006870> - 23505: <-0.003880, -0.003093, 0.006998> - 23506: <-0.004223, -0.003060, 0.006828> - 23507: <-0.004170, -0.003407, 0.006705> - 23508: <-0.003880, -0.003093, 0.006998> - 23509: <-0.003924, -0.002729, 0.007112> - 23510: <-0.004273, -0.002701, 0.006937> - 23511: <-0.004223, -0.003060, 0.006828> - 23512: <-0.003924, -0.002729, 0.007112> - 23513: <-0.003965, -0.002356, 0.007212> - 23514: <-0.004318, -0.002333, 0.007033> - 23515: <-0.004273, -0.002701, 0.006937> - 23516: <-0.003965, -0.002356, 0.007212> - 23517: <-0.004002, -0.001975, 0.007297> - 23518: <-0.004360, -0.001957, 0.007115> - 23519: <-0.004318, -0.002333, 0.007033> - 23520: <-0.004002, -0.001975, 0.007297> - 23521: <-0.004034, -0.001588, 0.007367> - 23522: <-0.004395, -0.001574, 0.007183> - 23523: <-0.004360, -0.001957, 0.007115> - 23524: <-0.004034, -0.001588, 0.007367> - 23525: <-0.004061, -0.001196, 0.007423> - 23526: <-0.004424, -0.001185, 0.007236> - 23527: <-0.004395, -0.001574, 0.007183> - 23528: <-0.004061, -0.001196, 0.007423> - 23529: <-0.004081, -0.000799, 0.007462> - 23530: <-0.004446, -0.000792, 0.007275> - 23531: <-0.004424, -0.001185, 0.007236> - 23532: <-0.004081, -0.000799, 0.007462> - 23533: <-0.004093, -0.000400, 0.007487> - 23534: <-0.004460, -0.000397, 0.007298> - 23535: <-0.004446, -0.000792, 0.007275> - 23536: <-0.004093, -0.000400, 0.007487> - 23537: <-0.004098, 0.000000, 0.007495> - 23538: <-0.004465, 0.000000, 0.007306> - 23539: <-0.004460, -0.000397, 0.007298> - 23540: <-0.004098, 0.000000, 0.007495> - 23541: <-0.004093, 0.000400, 0.007487> - 23542: <-0.004460, 0.000397, 0.007298> - 23543: <-0.004465, 0.000000, 0.007306> - 23544: <-0.004093, 0.000400, 0.007487> - 23545: <-0.004081, 0.000799, 0.007462> - 23546: <-0.004446, 0.000792, 0.007275> - 23547: <-0.004460, 0.000397, 0.007298> - 23548: <-0.004081, 0.000799, 0.007462> - 23549: <-0.004061, 0.001196, 0.007423> - 23550: <-0.004424, 0.001185, 0.007236> - 23551: <-0.004446, 0.000792, 0.007275> - 23552: <-0.004061, 0.001196, 0.007423> - 23553: <-0.004034, 0.001588, 0.007367> - 23554: <-0.004395, 0.001574, 0.007183> - 23555: <-0.004424, 0.001185, 0.007236> - 23556: <-0.004034, 0.001588, 0.007367> - 23557: <-0.004002, 0.001975, 0.007297> - 23558: <-0.004360, 0.001957, 0.007115> - 23559: <-0.004395, 0.001574, 0.007183> - 23560: <-0.004002, 0.001975, 0.007297> - 23561: <-0.003965, 0.002356, 0.007212> - 23562: <-0.004318, 0.002333, 0.007033> - 23563: <-0.004360, 0.001957, 0.007115> - 23564: <-0.003965, 0.002356, 0.007212> - 23565: <-0.003924, 0.002729, 0.007112> - 23566: <-0.004273, 0.002701, 0.006937> - 23567: <-0.004318, 0.002333, 0.007033> - 23568: <-0.003924, 0.002729, 0.007112> - 23569: <-0.003880, 0.003093, 0.006998> - 23570: <-0.004223, 0.003060, 0.006828> - 23571: <-0.004273, 0.002701, 0.006937> - 23572: <-0.003880, 0.003093, 0.006998> - 23573: <-0.003834, 0.003446, 0.006870> - 23574: <-0.004170, 0.003407, 0.006705> - 23575: <-0.004223, 0.003060, 0.006828> - 23576: <-0.003834, 0.003446, 0.006870> - 23577: <-0.003788, 0.003788, 0.006727> - 23578: <-0.004117, 0.003743, 0.006570> - 23579: <-0.004170, 0.003407, 0.006705> - 23580: <-0.003788, 0.003788, 0.006727> - 23581: <-0.003743, 0.004117, 0.006570> - 23582: <-0.004065, 0.004065, 0.006421> - 23583: <-0.004117, 0.003743, 0.006570> - 23584: <-0.003743, 0.004117, 0.006570> - 23585: <-0.003701, 0.004434, 0.006397> - 23586: <-0.004017, 0.004374, 0.006257> - 23587: <-0.004065, 0.004065, 0.006421> - 23588: <-0.003701, 0.004434, 0.006397> - 23589: <-0.003666, 0.004736, 0.006210> - 23590: <-0.003975, 0.004668, 0.006080> - 23591: <-0.004017, 0.004374, 0.006257> - 23592: <-0.003666, 0.004736, 0.006210> - 23593: <-0.003637, 0.005023, 0.006006> - 23594: <-0.003941, 0.004946, 0.005887> - 23595: <-0.003975, 0.004668, 0.006080> - 23596: <-0.003637, 0.005023, 0.006006> - 23597: <-0.003619, 0.005294, 0.005786> - 23598: <-0.003918, 0.005207, 0.005678> - 23599: <-0.003941, 0.004946, 0.005887> - 23600: <-0.003918, -0.005207, 0.005678> - 23601: <-0.003941, -0.004946, 0.005887> - 23602: <-0.004226, -0.004870, 0.005760> - 23603: <-0.004199, -0.005120, 0.005564> - 23604: <-0.003941, -0.004946, 0.005887> - 23605: <-0.003975, -0.004668, 0.006080> - 23606: <-0.004267, -0.004602, 0.005939> - 23607: <-0.004226, -0.004870, 0.005760> - 23608: <-0.003975, -0.004668, 0.006080> - 23609: <-0.004017, -0.004374, 0.006257> - 23610: <-0.004318, -0.004318, 0.006105> - 23611: <-0.004267, -0.004602, 0.005939> - 23612: <-0.004017, -0.004374, 0.006257> - 23613: <-0.004065, -0.004065, 0.006421> - 23614: <-0.004374, -0.004017, 0.006257> - 23615: <-0.004318, -0.004318, 0.006105> - 23616: <-0.004065, -0.004065, 0.006421> - 23617: <-0.004117, -0.003743, 0.006570> - 23618: <-0.004434, -0.003701, 0.006397> - 23619: <-0.004374, -0.004017, 0.006257> - 23620: <-0.004117, -0.003743, 0.006570> - 23621: <-0.004170, -0.003407, 0.006705> - 23622: <-0.004494, -0.003372, 0.006525> - 23623: <-0.004434, -0.003701, 0.006397> - 23624: <-0.004170, -0.003407, 0.006705> - 23625: <-0.004223, -0.003060, 0.006828> - 23626: <-0.004553, -0.003030, 0.006641> - 23627: <-0.004494, -0.003372, 0.006525> - 23628: <-0.004223, -0.003060, 0.006828> - 23629: <-0.004273, -0.002701, 0.006937> - 23630: <-0.004609, -0.002676, 0.006745> - 23631: <-0.004553, -0.003030, 0.006641> - 23632: <-0.004273, -0.002701, 0.006937> - 23633: <-0.004318, -0.002333, 0.007033> - 23634: <-0.004659, -0.002313, 0.006836> - 23635: <-0.004609, -0.002676, 0.006745> - 23636: <-0.004318, -0.002333, 0.007033> - 23637: <-0.004360, -0.001957, 0.007115> - 23638: <-0.004705, -0.001940, 0.006915> - 23639: <-0.004659, -0.002313, 0.006836> - 23640: <-0.004360, -0.001957, 0.007115> - 23641: <-0.004395, -0.001574, 0.007183> - 23642: <-0.004744, -0.001561, 0.006980> - 23643: <-0.004705, -0.001940, 0.006915> - 23644: <-0.004395, -0.001574, 0.007183> - 23645: <-0.004424, -0.001185, 0.007236> - 23646: <-0.004776, -0.001176, 0.007032> - 23647: <-0.004744, -0.001561, 0.006980> - 23648: <-0.004424, -0.001185, 0.007236> - 23649: <-0.004446, -0.000792, 0.007275> - 23650: <-0.004800, -0.000786, 0.007069> - 23651: <-0.004776, -0.001176, 0.007032> - 23652: <-0.004446, -0.000792, 0.007275> - 23653: <-0.004460, -0.000397, 0.007298> - 23654: <-0.004815, -0.000394, 0.007092> - 23655: <-0.004800, -0.000786, 0.007069> - 23656: <-0.004460, -0.000397, 0.007298> - 23657: <-0.004465, 0.000000, 0.007306> - 23658: <-0.004820, 0.000000, 0.007099> - 23659: <-0.004815, -0.000394, 0.007092> - 23660: <-0.004465, 0.000000, 0.007306> - 23661: <-0.004460, 0.000397, 0.007298> - 23662: <-0.004815, 0.000394, 0.007092> - 23663: <-0.004820, 0.000000, 0.007099> - 23664: <-0.004460, 0.000397, 0.007298> - 23665: <-0.004446, 0.000792, 0.007275> - 23666: <-0.004800, 0.000786, 0.007069> - 23667: <-0.004815, 0.000394, 0.007092> - 23668: <-0.004446, 0.000792, 0.007275> - 23669: <-0.004424, 0.001185, 0.007236> - 23670: <-0.004776, 0.001176, 0.007032> - 23671: <-0.004800, 0.000786, 0.007069> - 23672: <-0.004424, 0.001185, 0.007236> - 23673: <-0.004395, 0.001574, 0.007183> - 23674: <-0.004744, 0.001561, 0.006980> - 23675: <-0.004776, 0.001176, 0.007032> - 23676: <-0.004395, 0.001574, 0.007183> - 23677: <-0.004360, 0.001957, 0.007115> - 23678: <-0.004705, 0.001940, 0.006915> - 23679: <-0.004744, 0.001561, 0.006980> - 23680: <-0.004360, 0.001957, 0.007115> - 23681: <-0.004318, 0.002333, 0.007033> - 23682: <-0.004659, 0.002313, 0.006836> - 23683: <-0.004705, 0.001940, 0.006915> - 23684: <-0.004318, 0.002333, 0.007033> - 23685: <-0.004273, 0.002701, 0.006937> - 23686: <-0.004609, 0.002676, 0.006745> - 23687: <-0.004659, 0.002313, 0.006836> - 23688: <-0.004273, 0.002701, 0.006937> - 23689: <-0.004223, 0.003060, 0.006828> - 23690: <-0.004553, 0.003030, 0.006641> - 23691: <-0.004609, 0.002676, 0.006745> - 23692: <-0.004223, 0.003060, 0.006828> - 23693: <-0.004170, 0.003407, 0.006705> - 23694: <-0.004494, 0.003372, 0.006525> - 23695: <-0.004553, 0.003030, 0.006641> - 23696: <-0.004170, 0.003407, 0.006705> - 23697: <-0.004117, 0.003743, 0.006570> - 23698: <-0.004434, 0.003701, 0.006397> - 23699: <-0.004494, 0.003372, 0.006525> - 23700: <-0.004117, 0.003743, 0.006570> - 23701: <-0.004065, 0.004065, 0.006421> - 23702: <-0.004374, 0.004017, 0.006257> - 23703: <-0.004434, 0.003701, 0.006397> - 23704: <-0.004065, 0.004065, 0.006421> - 23705: <-0.004017, 0.004374, 0.006257> - 23706: <-0.004318, 0.004318, 0.006105> - 23707: <-0.004374, 0.004017, 0.006257> - 23708: <-0.004017, 0.004374, 0.006257> - 23709: <-0.003975, 0.004668, 0.006080> - 23710: <-0.004267, 0.004602, 0.005939> - 23711: <-0.004318, 0.004318, 0.006105> - 23712: <-0.003975, 0.004668, 0.006080> - 23713: <-0.003941, 0.004946, 0.005887> - 23714: <-0.004226, 0.004870, 0.005760> - 23715: <-0.004267, 0.004602, 0.005939> - 23716: <-0.003941, 0.004946, 0.005887> - 23717: <-0.003918, 0.005207, 0.005678> - 23718: <-0.004199, 0.005120, 0.005564> - 23719: <-0.004226, 0.004870, 0.005760> - 23720: <-0.004199, -0.005120, 0.005564> - 23721: <-0.004226, -0.004870, 0.005760> - 23722: <-0.004494, -0.004798, 0.005623> - 23723: <-0.004460, -0.005034, 0.005446> - 23724: <-0.004226, -0.004870, 0.005760> - 23725: <-0.004267, -0.004602, 0.005939> - 23726: <-0.004542, -0.004542, 0.005788> - 23727: <-0.004494, -0.004798, 0.005623> - 23728: <-0.004267, -0.004602, 0.005939> - 23729: <-0.004318, -0.004318, 0.006105> - 23730: <-0.004602, -0.004267, 0.005939> - 23731: <-0.004542, -0.004542, 0.005788> - 23732: <-0.004318, -0.004318, 0.006105> - 23733: <-0.004374, -0.004017, 0.006257> - 23734: <-0.004668, -0.003975, 0.006080> - 23735: <-0.004602, -0.004267, 0.005939> - 23736: <-0.004374, -0.004017, 0.006257> - 23737: <-0.004434, -0.003701, 0.006397> - 23738: <-0.004736, -0.003666, 0.006210> - 23739: <-0.004668, -0.003975, 0.006080> - 23740: <-0.004434, -0.003701, 0.006397> - 23741: <-0.004494, -0.003372, 0.006525> - 23742: <-0.004804, -0.003342, 0.006329> - 23743: <-0.004736, -0.003666, 0.006210> - 23744: <-0.004494, -0.003372, 0.006525> - 23745: <-0.004553, -0.003030, 0.006641> - 23746: <-0.004870, -0.003004, 0.006439> - 23747: <-0.004804, -0.003342, 0.006329> - 23748: <-0.004553, -0.003030, 0.006641> - 23749: <-0.004609, -0.002676, 0.006745> - 23750: <-0.004931, -0.002655, 0.006537> - 23751: <-0.004870, -0.003004, 0.006439> - 23752: <-0.004609, -0.002676, 0.006745> - 23753: <-0.004659, -0.002313, 0.006836> - 23754: <-0.004987, -0.002295, 0.006623> - 23755: <-0.004931, -0.002655, 0.006537> - 23756: <-0.004659, -0.002313, 0.006836> - 23757: <-0.004705, -0.001940, 0.006915> - 23758: <-0.005037, -0.001926, 0.006698> - 23759: <-0.004987, -0.002295, 0.006623> - 23760: <-0.004705, -0.001940, 0.006915> - 23761: <-0.004744, -0.001561, 0.006980> - 23762: <-0.005080, -0.001550, 0.006761> - 23763: <-0.005037, -0.001926, 0.006698> - 23764: <-0.004744, -0.001561, 0.006980> - 23765: <-0.004776, -0.001176, 0.007032> - 23766: <-0.005114, -0.001168, 0.006810> - 23767: <-0.005080, -0.001550, 0.006761> - 23768: <-0.004776, -0.001176, 0.007032> - 23769: <-0.004800, -0.000786, 0.007069> - 23770: <-0.005140, -0.000781, 0.006846> - 23771: <-0.005114, -0.001168, 0.006810> - 23772: <-0.004800, -0.000786, 0.007069> - 23773: <-0.004815, -0.000394, 0.007092> - 23774: <-0.005156, -0.000391, 0.006868> - 23775: <-0.005140, -0.000781, 0.006846> - 23776: <-0.004815, -0.000394, 0.007092> - 23777: <-0.004820, 0.000000, 0.007099> - 23778: <-0.005162, 0.000000, 0.006875> - 23779: <-0.005156, -0.000391, 0.006868> - 23780: <-0.004820, 0.000000, 0.007099> - 23781: <-0.004815, 0.000394, 0.007092> - 23782: <-0.005156, 0.000391, 0.006868> - 23783: <-0.005162, 0.000000, 0.006875> - 23784: <-0.004815, 0.000394, 0.007092> - 23785: <-0.004800, 0.000786, 0.007069> - 23786: <-0.005140, 0.000781, 0.006846> - 23787: <-0.005156, 0.000391, 0.006868> - 23788: <-0.004800, 0.000786, 0.007069> - 23789: <-0.004776, 0.001176, 0.007032> - 23790: <-0.005114, 0.001168, 0.006810> - 23791: <-0.005140, 0.000781, 0.006846> - 23792: <-0.004776, 0.001176, 0.007032> - 23793: <-0.004744, 0.001561, 0.006980> - 23794: <-0.005080, 0.001550, 0.006761> - 23795: <-0.005114, 0.001168, 0.006810> - 23796: <-0.004744, 0.001561, 0.006980> - 23797: <-0.004705, 0.001940, 0.006915> - 23798: <-0.005037, 0.001926, 0.006698> - 23799: <-0.005080, 0.001550, 0.006761> - 23800: <-0.004705, 0.001940, 0.006915> - 23801: <-0.004659, 0.002313, 0.006836> - 23802: <-0.004987, 0.002295, 0.006623> - 23803: <-0.005037, 0.001926, 0.006698> - 23804: <-0.004659, 0.002313, 0.006836> - 23805: <-0.004609, 0.002676, 0.006745> - 23806: <-0.004931, 0.002655, 0.006537> - 23807: <-0.004987, 0.002295, 0.006623> - 23808: <-0.004609, 0.002676, 0.006745> - 23809: <-0.004553, 0.003030, 0.006641> - 23810: <-0.004870, 0.003004, 0.006439> - 23811: <-0.004931, 0.002655, 0.006537> - 23812: <-0.004553, 0.003030, 0.006641> - 23813: <-0.004494, 0.003372, 0.006525> - 23814: <-0.004804, 0.003342, 0.006329> - 23815: <-0.004870, 0.003004, 0.006439> - 23816: <-0.004494, 0.003372, 0.006525> - 23817: <-0.004434, 0.003701, 0.006397> - 23818: <-0.004736, 0.003666, 0.006210> - 23819: <-0.004804, 0.003342, 0.006329> - 23820: <-0.004434, 0.003701, 0.006397> - 23821: <-0.004374, 0.004017, 0.006257> - 23822: <-0.004668, 0.003975, 0.006080> - 23823: <-0.004736, 0.003666, 0.006210> - 23824: <-0.004374, 0.004017, 0.006257> - 23825: <-0.004318, 0.004318, 0.006105> - 23826: <-0.004602, 0.004267, 0.005939> - 23827: <-0.004668, 0.003975, 0.006080> - 23828: <-0.004318, 0.004318, 0.006105> - 23829: <-0.004267, 0.004602, 0.005939> - 23830: <-0.004542, 0.004542, 0.005788> - 23831: <-0.004602, 0.004267, 0.005939> - 23832: <-0.004267, 0.004602, 0.005939> - 23833: <-0.004226, 0.004870, 0.005760> - 23834: <-0.004494, 0.004798, 0.005623> - 23835: <-0.004542, 0.004542, 0.005788> - 23836: <-0.004226, 0.004870, 0.005760> - 23837: <-0.004199, 0.005120, 0.005564> - 23838: <-0.004460, 0.005034, 0.005446> - 23839: <-0.004494, 0.004798, 0.005623> - 23840: <-0.004460, -0.005034, 0.005446> - 23841: <-0.004494, -0.004798, 0.005623> - 23842: <-0.004738, -0.004738, 0.005479> - 23843: <-0.004691, -0.004959, 0.005326> - 23844: <-0.004494, -0.004798, 0.005623> - 23845: <-0.004542, -0.004542, 0.005788> - 23846: <-0.004798, -0.004494, 0.005623> - 23847: <-0.004738, -0.004738, 0.005479> - 23848: <-0.004542, -0.004542, 0.005788> - 23849: <-0.004602, -0.004267, 0.005939> - 23850: <-0.004870, -0.004226, 0.005760> - 23851: <-0.004798, -0.004494, 0.005623> - 23852: <-0.004602, -0.004267, 0.005939> - 23853: <-0.004668, -0.003975, 0.006080> - 23854: <-0.004946, -0.003941, 0.005887> - 23855: <-0.004870, -0.004226, 0.005760> - 23856: <-0.004668, -0.003975, 0.006080> - 23857: <-0.004736, -0.003666, 0.006210> - 23858: <-0.005023, -0.003637, 0.006006> - 23859: <-0.004946, -0.003941, 0.005887> - 23860: <-0.004736, -0.003666, 0.006210> - 23861: <-0.004804, -0.003342, 0.006329> - 23862: <-0.005099, -0.003318, 0.006117> - 23863: <-0.005023, -0.003637, 0.006006> - 23864: <-0.004804, -0.003342, 0.006329> - 23865: <-0.004870, -0.003004, 0.006439> - 23866: <-0.005172, -0.002984, 0.006219> - 23867: <-0.005099, -0.003318, 0.006117> - 23868: <-0.004870, -0.003004, 0.006439> - 23869: <-0.004931, -0.002655, 0.006537> - 23870: <-0.005240, -0.002638, 0.006311> - 23871: <-0.005172, -0.002984, 0.006219> - 23872: <-0.004931, -0.002655, 0.006537> - 23873: <-0.004987, -0.002295, 0.006623> - 23874: <-0.005301, -0.002281, 0.006393> - 23875: <-0.005240, -0.002638, 0.006311> - 23876: <-0.004987, -0.002295, 0.006623> - 23877: <-0.005037, -0.001926, 0.006698> - 23878: <-0.005355, -0.001915, 0.006464> - 23879: <-0.005301, -0.002281, 0.006393> - 23880: <-0.005037, -0.001926, 0.006698> - 23881: <-0.005080, -0.001550, 0.006761> - 23882: <-0.005401, -0.001541, 0.006523> - 23883: <-0.005355, -0.001915, 0.006464> - 23884: <-0.005080, -0.001550, 0.006761> - 23885: <-0.005114, -0.001168, 0.006810> - 23886: <-0.005438, -0.001161, 0.006570> - 23887: <-0.005401, -0.001541, 0.006523> - 23888: <-0.005114, -0.001168, 0.006810> - 23889: <-0.005140, -0.000781, 0.006846> - 23890: <-0.005466, -0.000777, 0.006605> - 23891: <-0.005438, -0.001161, 0.006570> - 23892: <-0.005140, -0.000781, 0.006846> - 23893: <-0.005156, -0.000391, 0.006868> - 23894: <-0.005483, -0.000389, 0.006626> - 23895: <-0.005466, -0.000777, 0.006605> - 23896: <-0.005156, -0.000391, 0.006868> - 23897: <-0.005162, 0.000000, 0.006875> - 23898: <-0.005489, 0.000000, 0.006633> - 23899: <-0.005483, -0.000389, 0.006626> - 23900: <-0.005162, 0.000000, 0.006875> - 23901: <-0.005156, 0.000391, 0.006868> - 23902: <-0.005483, 0.000389, 0.006626> - 23903: <-0.005489, 0.000000, 0.006633> - 23904: <-0.005156, 0.000391, 0.006868> - 23905: <-0.005140, 0.000781, 0.006846> - 23906: <-0.005466, 0.000777, 0.006605> - 23907: <-0.005483, 0.000389, 0.006626> - 23908: <-0.005140, 0.000781, 0.006846> - 23909: <-0.005114, 0.001168, 0.006810> - 23910: <-0.005438, 0.001161, 0.006570> - 23911: <-0.005466, 0.000777, 0.006605> - 23912: <-0.005114, 0.001168, 0.006810> - 23913: <-0.005080, 0.001550, 0.006761> - 23914: <-0.005401, 0.001541, 0.006523> - 23915: <-0.005438, 0.001161, 0.006570> - 23916: <-0.005080, 0.001550, 0.006761> - 23917: <-0.005037, 0.001926, 0.006698> - 23918: <-0.005355, 0.001915, 0.006464> - 23919: <-0.005401, 0.001541, 0.006523> - 23920: <-0.005037, 0.001926, 0.006698> - 23921: <-0.004987, 0.002295, 0.006623> - 23922: <-0.005301, 0.002281, 0.006393> - 23923: <-0.005355, 0.001915, 0.006464> - 23924: <-0.004987, 0.002295, 0.006623> - 23925: <-0.004931, 0.002655, 0.006537> - 23926: <-0.005240, 0.002638, 0.006311> - 23927: <-0.005301, 0.002281, 0.006393> - 23928: <-0.004931, 0.002655, 0.006537> - 23929: <-0.004870, 0.003004, 0.006439> - 23930: <-0.005172, 0.002984, 0.006219> - 23931: <-0.005240, 0.002638, 0.006311> - 23932: <-0.004870, 0.003004, 0.006439> - 23933: <-0.004804, 0.003342, 0.006329> - 23934: <-0.005099, 0.003318, 0.006117> - 23935: <-0.005172, 0.002984, 0.006219> - 23936: <-0.004804, 0.003342, 0.006329> - 23937: <-0.004736, 0.003666, 0.006210> - 23938: <-0.005023, 0.003637, 0.006006> - 23939: <-0.005099, 0.003318, 0.006117> - 23940: <-0.004736, 0.003666, 0.006210> - 23941: <-0.004668, 0.003975, 0.006080> - 23942: <-0.004946, 0.003941, 0.005887> - 23943: <-0.005023, 0.003637, 0.006006> - 23944: <-0.004668, 0.003975, 0.006080> - 23945: <-0.004602, 0.004267, 0.005939> - 23946: <-0.004870, 0.004226, 0.005760> - 23947: <-0.004946, 0.003941, 0.005887> - 23948: <-0.004602, 0.004267, 0.005939> - 23949: <-0.004542, 0.004542, 0.005788> - 23950: <-0.004798, 0.004494, 0.005623> - 23951: <-0.004870, 0.004226, 0.005760> - 23952: <-0.004542, 0.004542, 0.005788> - 23953: <-0.004494, 0.004798, 0.005623> - 23954: <-0.004738, 0.004738, 0.005479> - 23955: <-0.004798, 0.004494, 0.005623> - 23956: <-0.004494, 0.004798, 0.005623> - 23957: <-0.004460, 0.005034, 0.005446> - 23958: <-0.004691, 0.004959, 0.005326> - 23959: <-0.004738, 0.004738, 0.005479> - 23960: <-0.004691, -0.004959, 0.005326> - 23961: <-0.004738, -0.004738, 0.005479> - 23962: <-0.004959, -0.004691, 0.005326> - 23963: <-0.004894, -0.004894, 0.005206> - 23964: <-0.004738, -0.004738, 0.005479> - 23965: <-0.004798, -0.004494, 0.005623> - 23966: <-0.005034, -0.004460, 0.005446> - 23967: <-0.004959, -0.004691, 0.005326> - 23968: <-0.004798, -0.004494, 0.005623> - 23969: <-0.004870, -0.004226, 0.005760> - 23970: <-0.005120, -0.004199, 0.005564> - 23971: <-0.005034, -0.004460, 0.005446> - 23972: <-0.004870, -0.004226, 0.005760> - 23973: <-0.004946, -0.003941, 0.005887> - 23974: <-0.005207, -0.003918, 0.005678> - 23975: <-0.005120, -0.004199, 0.005564> - 23976: <-0.004946, -0.003941, 0.005887> - 23977: <-0.005023, -0.003637, 0.006006> - 23978: <-0.005294, -0.003619, 0.005786> - 23979: <-0.005207, -0.003918, 0.005678> - 23980: <-0.005023, -0.003637, 0.006006> - 23981: <-0.005099, -0.003318, 0.006117> - 23982: <-0.005379, -0.003302, 0.005888> - 23983: <-0.005294, -0.003619, 0.005786> - 23984: <-0.005099, -0.003318, 0.006117> - 23985: <-0.005172, -0.002984, 0.006219> - 23986: <-0.005459, -0.002971, 0.005983> - 23987: <-0.005379, -0.003302, 0.005888> - 23988: <-0.005172, -0.002984, 0.006219> - 23989: <-0.005240, -0.002638, 0.006311> - 23990: <-0.005533, -0.002627, 0.006069> - 23991: <-0.005459, -0.002971, 0.005983> - 23992: <-0.005240, -0.002638, 0.006311> - 23993: <-0.005301, -0.002281, 0.006393> - 23994: <-0.005599, -0.002272, 0.006146> - 23995: <-0.005533, -0.002627, 0.006069> - 23996: <-0.005301, -0.002281, 0.006393> - 23997: <-0.005355, -0.001915, 0.006464> - 23998: <-0.005657, -0.001908, 0.006212> - 23999: <-0.005599, -0.002272, 0.006146> - 24000: <-0.005355, -0.001915, 0.006464> - 24001: <-0.005401, -0.001541, 0.006523> - 24002: <-0.005707, -0.001536, 0.006269> - 24003: <-0.005657, -0.001908, 0.006212> - 24004: <-0.005401, -0.001541, 0.006523> - 24005: <-0.005438, -0.001161, 0.006570> - 24006: <-0.005747, -0.001157, 0.006313> - 24007: <-0.005707, -0.001536, 0.006269> - 24008: <-0.005438, -0.001161, 0.006570> - 24009: <-0.005466, -0.000777, 0.006605> - 24010: <-0.005776, -0.000774, 0.006346> - 24011: <-0.005747, -0.001157, 0.006313> - 24012: <-0.005466, -0.000777, 0.006605> - 24013: <-0.005483, -0.000389, 0.006626> - 24014: <-0.005794, -0.000388, 0.006366> - 24015: <-0.005776, -0.000774, 0.006346> - 24016: <-0.005483, -0.000389, 0.006626> - 24017: <-0.005489, 0.000000, 0.006633> - 24018: <-0.005801, 0.000000, 0.006373> - 24019: <-0.005794, -0.000388, 0.006366> - 24020: <-0.005489, 0.000000, 0.006633> - 24021: <-0.005483, 0.000389, 0.006626> - 24022: <-0.005794, 0.000388, 0.006366> - 24023: <-0.005801, 0.000000, 0.006373> - 24024: <-0.005483, 0.000389, 0.006626> - 24025: <-0.005466, 0.000777, 0.006605> - 24026: <-0.005776, 0.000774, 0.006346> - 24027: <-0.005794, 0.000388, 0.006366> - 24028: <-0.005466, 0.000777, 0.006605> - 24029: <-0.005438, 0.001161, 0.006570> - 24030: <-0.005747, 0.001157, 0.006313> - 24031: <-0.005776, 0.000774, 0.006346> - 24032: <-0.005438, 0.001161, 0.006570> - 24033: <-0.005401, 0.001541, 0.006523> - 24034: <-0.005707, 0.001536, 0.006269> - 24035: <-0.005747, 0.001157, 0.006313> - 24036: <-0.005401, 0.001541, 0.006523> - 24037: <-0.005355, 0.001915, 0.006464> - 24038: <-0.005657, 0.001908, 0.006212> - 24039: <-0.005707, 0.001536, 0.006269> - 24040: <-0.005355, 0.001915, 0.006464> - 24041: <-0.005301, 0.002281, 0.006393> - 24042: <-0.005599, 0.002272, 0.006146> - 24043: <-0.005657, 0.001908, 0.006212> - 24044: <-0.005301, 0.002281, 0.006393> - 24045: <-0.005240, 0.002638, 0.006311> - 24046: <-0.005533, 0.002627, 0.006069> - 24047: <-0.005599, 0.002272, 0.006146> - 24048: <-0.005240, 0.002638, 0.006311> - 24049: <-0.005172, 0.002984, 0.006219> - 24050: <-0.005459, 0.002971, 0.005983> - 24051: <-0.005533, 0.002627, 0.006069> - 24052: <-0.005172, 0.002984, 0.006219> - 24053: <-0.005099, 0.003318, 0.006117> - 24054: <-0.005379, 0.003302, 0.005888> - 24055: <-0.005459, 0.002971, 0.005983> - 24056: <-0.005099, 0.003318, 0.006117> - 24057: <-0.005023, 0.003637, 0.006006> - 24058: <-0.005294, 0.003619, 0.005786> - 24059: <-0.005379, 0.003302, 0.005888> - 24060: <-0.005023, 0.003637, 0.006006> - 24061: <-0.004946, 0.003941, 0.005887> - 24062: <-0.005207, 0.003918, 0.005678> - 24063: <-0.005294, 0.003619, 0.005786> - 24064: <-0.004946, 0.003941, 0.005887> - 24065: <-0.004870, 0.004226, 0.005760> - 24066: <-0.005120, 0.004199, 0.005564> - 24067: <-0.005207, 0.003918, 0.005678> - 24068: <-0.004870, 0.004226, 0.005760> - 24069: <-0.004798, 0.004494, 0.005623> - 24070: <-0.005034, 0.004460, 0.005446> - 24071: <-0.005120, 0.004199, 0.005564> - 24072: <-0.004798, 0.004494, 0.005623> - 24073: <-0.004738, 0.004738, 0.005479> - 24074: <-0.004959, 0.004691, 0.005326> - 24075: <-0.005034, 0.004460, 0.005446> - 24076: <-0.004738, 0.004738, 0.005479> - 24077: <-0.004691, 0.004959, 0.005326> - 24078: <-0.004894, 0.004894, 0.005206> - 24079: <-0.004959, 0.004691, 0.005326> - 24080: < 0.005000, -0.005000, 0.005000> - 24081: < 0.005081, -0.004833, 0.005081> - 24082: < 0.004894, -0.004894, 0.005206> - 24083: < 0.004833, -0.005081, 0.005081> - 24084: < 0.005081, -0.004833, 0.005081> - 24085: < 0.005166, -0.004647, 0.005166> - 24086: < 0.004959, -0.004691, 0.005326> - 24087: < 0.004894, -0.004894, 0.005206> - 24088: < 0.005166, -0.004647, 0.005166> - 24089: < 0.005255, -0.004436, 0.005255> - 24090: < 0.005034, -0.004460, 0.005446> - 24091: < 0.004959, -0.004691, 0.005326> - 24092: < 0.005255, -0.004436, 0.005255> - 24093: < 0.005351, -0.004188, 0.005351> - 24094: < 0.005120, -0.004199, 0.005564> - 24095: < 0.005034, -0.004460, 0.005446> - 24096: < 0.005351, -0.004188, 0.005351> - 24097: < 0.005451, -0.003910, 0.005451> - 24098: < 0.005207, -0.003918, 0.005678> - 24099: < 0.005120, -0.004199, 0.005564> - 24100: < 0.005451, -0.003910, 0.005451> - 24101: < 0.005549, -0.003612, 0.005549> - 24102: < 0.005294, -0.003619, 0.005786> - 24103: < 0.005207, -0.003918, 0.005678> - 24104: < 0.005549, -0.003612, 0.005549> - 24105: < 0.005642, -0.003297, 0.005642> - 24106: < 0.005379, -0.003302, 0.005888> - 24107: < 0.005294, -0.003619, 0.005786> - 24108: < 0.005642, -0.003297, 0.005642> - 24109: < 0.005729, -0.002966, 0.005729> - 24110: < 0.005459, -0.002971, 0.005983> - 24111: < 0.005379, -0.003302, 0.005888> - 24112: < 0.005729, -0.002966, 0.005729> - 24113: < 0.005809, -0.002623, 0.005809> - 24114: < 0.005533, -0.002627, 0.006069> - 24115: < 0.005459, -0.002971, 0.005983> - 24116: < 0.005809, -0.002623, 0.005809> - 24117: < 0.005881, -0.002269, 0.005881> - 24118: < 0.005599, -0.002272, 0.006146> - 24119: < 0.005533, -0.002627, 0.006069> - 24120: < 0.005881, -0.002269, 0.005881> - 24121: < 0.005944, -0.001906, 0.005944> - 24122: < 0.005657, -0.001908, 0.006212> - 24123: < 0.005599, -0.002272, 0.006146> - 24124: < 0.005944, -0.001906, 0.005944> - 24125: < 0.005996, -0.001534, 0.005996> - 24126: < 0.005707, -0.001536, 0.006269> - 24127: < 0.005657, -0.001908, 0.006212> - 24128: < 0.005996, -0.001534, 0.005996> - 24129: < 0.006039, -0.001156, 0.006039> - 24130: < 0.005747, -0.001157, 0.006313> - 24131: < 0.005707, -0.001536, 0.006269> - 24132: < 0.006039, -0.001156, 0.006039> - 24133: < 0.006070, -0.000773, 0.006070> - 24134: < 0.005776, -0.000774, 0.006346> - 24135: < 0.005747, -0.001157, 0.006313> - 24136: < 0.006070, -0.000773, 0.006070> - 24137: < 0.006089, -0.000387, 0.006089> - 24138: < 0.005794, -0.000388, 0.006366> - 24139: < 0.005776, -0.000774, 0.006346> - 24140: < 0.006089, -0.000387, 0.006089> - 24141: < 0.006096, -0.000000, 0.006096> - 24142: < 0.005801, -0.000000, 0.006373> - 24143: < 0.005794, -0.000388, 0.006366> - 24144: < 0.006096, -0.000000, 0.006096> - 24145: < 0.006089, 0.000387, 0.006089> - 24146: < 0.005794, 0.000388, 0.006366> - 24147: < 0.005801, -0.000000, 0.006373> - 24148: < 0.006089, 0.000387, 0.006089> - 24149: < 0.006070, 0.000773, 0.006070> - 24150: < 0.005776, 0.000774, 0.006346> - 24151: < 0.005794, 0.000388, 0.006366> - 24152: < 0.006070, 0.000773, 0.006070> - 24153: < 0.006039, 0.001156, 0.006039> - 24154: < 0.005747, 0.001157, 0.006313> - 24155: < 0.005776, 0.000774, 0.006346> - 24156: < 0.006039, 0.001156, 0.006039> - 24157: < 0.005996, 0.001534, 0.005996> - 24158: < 0.005707, 0.001536, 0.006269> - 24159: < 0.005747, 0.001157, 0.006313> - 24160: < 0.005996, 0.001534, 0.005996> - 24161: < 0.005944, 0.001906, 0.005944> - 24162: < 0.005657, 0.001908, 0.006212> - 24163: < 0.005707, 0.001536, 0.006269> - 24164: < 0.005944, 0.001906, 0.005944> - 24165: < 0.005881, 0.002269, 0.005881> - 24166: < 0.005599, 0.002272, 0.006146> - 24167: < 0.005657, 0.001908, 0.006212> - 24168: < 0.005881, 0.002269, 0.005881> - 24169: < 0.005809, 0.002623, 0.005809> - 24170: < 0.005533, 0.002627, 0.006069> - 24171: < 0.005599, 0.002272, 0.006146> - 24172: < 0.005809, 0.002623, 0.005809> - 24173: < 0.005729, 0.002966, 0.005729> - 24174: < 0.005459, 0.002971, 0.005983> - 24175: < 0.005533, 0.002627, 0.006069> - 24176: < 0.005729, 0.002966, 0.005729> - 24177: < 0.005642, 0.003297, 0.005642> - 24178: < 0.005379, 0.003302, 0.005888> - 24179: < 0.005459, 0.002971, 0.005983> - 24180: < 0.005642, 0.003297, 0.005642> - 24181: < 0.005549, 0.003612, 0.005549> - 24182: < 0.005294, 0.003619, 0.005786> - 24183: < 0.005379, 0.003302, 0.005888> - 24184: < 0.005549, 0.003612, 0.005549> - 24185: < 0.005451, 0.003910, 0.005451> - 24186: < 0.005207, 0.003918, 0.005678> - 24187: < 0.005294, 0.003619, 0.005786> - 24188: < 0.005451, 0.003910, 0.005451> - 24189: < 0.005351, 0.004188, 0.005351> - 24190: < 0.005120, 0.004199, 0.005564> - 24191: < 0.005207, 0.003918, 0.005678> - 24192: < 0.005351, 0.004188, 0.005351> - 24193: < 0.005255, 0.004436, 0.005255> - 24194: < 0.005034, 0.004460, 0.005446> - 24195: < 0.005120, 0.004199, 0.005564> - 24196: < 0.005255, 0.004436, 0.005255> - 24197: < 0.005166, 0.004647, 0.005166> - 24198: < 0.004959, 0.004691, 0.005326> - 24199: < 0.005034, 0.004460, 0.005446> - 24200: < 0.005166, 0.004647, 0.005166> - 24201: < 0.005081, 0.004833, 0.005081> - 24202: < 0.004894, 0.004894, 0.005206> - 24203: < 0.004959, 0.004691, 0.005326> - 24204: < 0.005081, 0.004833, 0.005081> - 24205: < 0.005000, 0.005000, 0.005000> - 24206: < 0.004833, 0.005081, 0.005081> - 24207: < 0.004894, 0.004894, 0.005206> - 24208: < 0.004894, 0.004894, 0.005206> - 24209: < 0.004833, 0.005081, 0.005081> - 24210: < 0.004647, 0.005166, 0.005166> - 24211: < 0.004691, 0.004959, 0.005326> - 24212: < 0.004691, 0.004959, 0.005326> - 24213: < 0.004647, 0.005166, 0.005166> - 24214: < 0.004436, 0.005255, 0.005255> - 24215: < 0.004460, 0.005034, 0.005446> - 24216: < 0.004460, 0.005034, 0.005446> - 24217: < 0.004436, 0.005255, 0.005255> - 24218: < 0.004188, 0.005351, 0.005351> - 24219: < 0.004199, 0.005120, 0.005564> - 24220: < 0.004199, 0.005120, 0.005564> - 24221: < 0.004188, 0.005351, 0.005351> - 24222: < 0.003910, 0.005451, 0.005451> - 24223: < 0.003918, 0.005207, 0.005678> - 24224: < 0.003918, 0.005207, 0.005678> - 24225: < 0.003910, 0.005451, 0.005451> - 24226: < 0.003612, 0.005549, 0.005549> - 24227: < 0.003619, 0.005294, 0.005786> - 24228: < 0.003619, 0.005294, 0.005786> - 24229: < 0.003612, 0.005549, 0.005549> - 24230: < 0.003297, 0.005642, 0.005642> - 24231: < 0.003302, 0.005379, 0.005888> - 24232: < 0.003302, 0.005379, 0.005888> - 24233: < 0.003297, 0.005642, 0.005642> - 24234: < 0.002966, 0.005729, 0.005729> - 24235: < 0.002971, 0.005459, 0.005983> - 24236: < 0.002971, 0.005459, 0.005983> - 24237: < 0.002966, 0.005729, 0.005729> - 24238: < 0.002623, 0.005809, 0.005809> - 24239: < 0.002627, 0.005533, 0.006069> - 24240: < 0.002627, 0.005533, 0.006069> - 24241: < 0.002623, 0.005809, 0.005809> - 24242: < 0.002269, 0.005881, 0.005881> - 24243: < 0.002272, 0.005599, 0.006146> - 24244: < 0.002272, 0.005599, 0.006146> - 24245: < 0.002269, 0.005881, 0.005881> - 24246: < 0.001906, 0.005944, 0.005944> - 24247: < 0.001908, 0.005657, 0.006212> - 24248: < 0.001908, 0.005657, 0.006212> - 24249: < 0.001906, 0.005944, 0.005944> - 24250: < 0.001534, 0.005996, 0.005996> - 24251: < 0.001536, 0.005707, 0.006269> - 24252: < 0.001536, 0.005707, 0.006269> - 24253: < 0.001534, 0.005996, 0.005996> - 24254: < 0.001156, 0.006039, 0.006039> - 24255: < 0.001157, 0.005747, 0.006313> - 24256: < 0.001157, 0.005747, 0.006313> - 24257: < 0.001156, 0.006039, 0.006039> - 24258: < 0.000773, 0.006070, 0.006070> - 24259: < 0.000774, 0.005776, 0.006346> - 24260: < 0.000774, 0.005776, 0.006346> - 24261: < 0.000773, 0.006070, 0.006070> - 24262: < 0.000387, 0.006089, 0.006089> - 24263: < 0.000388, 0.005794, 0.006366> - 24264: < 0.000388, 0.005794, 0.006366> - 24265: < 0.000387, 0.006089, 0.006089> - 24266: <-0.000000, 0.006096, 0.006096> - 24267: < 0.000000, 0.005801, 0.006373> - 24268: < 0.000000, 0.005801, 0.006373> - 24269: <-0.000000, 0.006096, 0.006096> - 24270: <-0.000387, 0.006089, 0.006089> - 24271: <-0.000388, 0.005794, 0.006366> - 24272: <-0.000388, 0.005794, 0.006366> - 24273: <-0.000387, 0.006089, 0.006089> - 24274: <-0.000773, 0.006070, 0.006070> - 24275: <-0.000774, 0.005776, 0.006346> - 24276: <-0.000774, 0.005776, 0.006346> - 24277: <-0.000773, 0.006070, 0.006070> - 24278: <-0.001156, 0.006039, 0.006039> - 24279: <-0.001157, 0.005747, 0.006313> - 24280: <-0.001157, 0.005747, 0.006313> - 24281: <-0.001156, 0.006039, 0.006039> - 24282: <-0.001534, 0.005996, 0.005996> - 24283: <-0.001536, 0.005707, 0.006269> - 24284: <-0.001536, 0.005707, 0.006269> - 24285: <-0.001534, 0.005996, 0.005996> - 24286: <-0.001906, 0.005944, 0.005944> - 24287: <-0.001908, 0.005657, 0.006212> - 24288: <-0.001908, 0.005657, 0.006212> - 24289: <-0.001906, 0.005944, 0.005944> - 24290: <-0.002269, 0.005881, 0.005881> - 24291: <-0.002272, 0.005599, 0.006146> - 24292: <-0.002272, 0.005599, 0.006146> - 24293: <-0.002269, 0.005881, 0.005881> - 24294: <-0.002623, 0.005809, 0.005809> - 24295: <-0.002627, 0.005533, 0.006069> - 24296: <-0.002627, 0.005533, 0.006069> - 24297: <-0.002623, 0.005809, 0.005809> - 24298: <-0.002966, 0.005729, 0.005729> - 24299: <-0.002971, 0.005459, 0.005983> - 24300: <-0.002971, 0.005459, 0.005983> - 24301: <-0.002966, 0.005729, 0.005729> - 24302: <-0.003297, 0.005642, 0.005642> - 24303: <-0.003302, 0.005379, 0.005888> - 24304: <-0.003302, 0.005379, 0.005888> - 24305: <-0.003297, 0.005642, 0.005642> - 24306: <-0.003612, 0.005549, 0.005549> - 24307: <-0.003619, 0.005294, 0.005786> - 24308: <-0.003619, 0.005294, 0.005786> - 24309: <-0.003612, 0.005549, 0.005549> - 24310: <-0.003910, 0.005451, 0.005451> - 24311: <-0.003918, 0.005207, 0.005678> - 24312: <-0.003918, 0.005207, 0.005678> - 24313: <-0.003910, 0.005451, 0.005451> - 24314: <-0.004188, 0.005351, 0.005351> - 24315: <-0.004199, 0.005120, 0.005564> - 24316: <-0.004199, 0.005120, 0.005564> - 24317: <-0.004188, 0.005351, 0.005351> - 24318: <-0.004436, 0.005255, 0.005255> - 24319: <-0.004460, 0.005034, 0.005446> - 24320: <-0.004460, 0.005034, 0.005446> - 24321: <-0.004436, 0.005255, 0.005255> - 24322: <-0.004647, 0.005166, 0.005166> - 24323: <-0.004691, 0.004959, 0.005326> - 24324: <-0.004691, 0.004959, 0.005326> - 24325: <-0.004647, 0.005166, 0.005166> - 24326: <-0.004833, 0.005081, 0.005081> - 24327: <-0.004894, 0.004894, 0.005206> - 24328: <-0.004894, 0.004894, 0.005206> - 24329: <-0.004833, 0.005081, 0.005081> - 24330: <-0.005000, 0.005000, 0.005000> - 24331: <-0.005081, 0.004833, 0.005081> - 24332: <-0.004959, 0.004691, 0.005326> - 24333: <-0.004894, 0.004894, 0.005206> - 24334: <-0.005081, 0.004833, 0.005081> - 24335: <-0.005166, 0.004647, 0.005166> - 24336: <-0.005034, 0.004460, 0.005446> - 24337: <-0.004959, 0.004691, 0.005326> - 24338: <-0.005166, 0.004647, 0.005166> - 24339: <-0.005255, 0.004436, 0.005255> - 24340: <-0.005120, 0.004199, 0.005564> - 24341: <-0.005034, 0.004460, 0.005446> - 24342: <-0.005255, 0.004436, 0.005255> - 24343: <-0.005351, 0.004188, 0.005351> - 24344: <-0.005207, 0.003918, 0.005678> - 24345: <-0.005120, 0.004199, 0.005564> - 24346: <-0.005351, 0.004188, 0.005351> - 24347: <-0.005451, 0.003910, 0.005451> - 24348: <-0.005294, 0.003619, 0.005786> - 24349: <-0.005207, 0.003918, 0.005678> - 24350: <-0.005451, 0.003910, 0.005451> - 24351: <-0.005549, 0.003612, 0.005549> - 24352: <-0.005379, 0.003302, 0.005888> - 24353: <-0.005294, 0.003619, 0.005786> - 24354: <-0.005549, 0.003612, 0.005549> - 24355: <-0.005642, 0.003297, 0.005642> - 24356: <-0.005459, 0.002971, 0.005983> - 24357: <-0.005379, 0.003302, 0.005888> - 24358: <-0.005642, 0.003297, 0.005642> - 24359: <-0.005729, 0.002966, 0.005729> - 24360: <-0.005533, 0.002627, 0.006069> - 24361: <-0.005459, 0.002971, 0.005983> - 24362: <-0.005729, 0.002966, 0.005729> - 24363: <-0.005809, 0.002623, 0.005809> - 24364: <-0.005599, 0.002272, 0.006146> - 24365: <-0.005533, 0.002627, 0.006069> - 24366: <-0.005809, 0.002623, 0.005809> - 24367: <-0.005881, 0.002269, 0.005881> - 24368: <-0.005657, 0.001908, 0.006212> - 24369: <-0.005599, 0.002272, 0.006146> - 24370: <-0.005881, 0.002269, 0.005881> - 24371: <-0.005944, 0.001906, 0.005944> - 24372: <-0.005707, 0.001536, 0.006269> - 24373: <-0.005657, 0.001908, 0.006212> - 24374: <-0.005944, 0.001906, 0.005944> - 24375: <-0.005996, 0.001534, 0.005996> - 24376: <-0.005747, 0.001157, 0.006313> - 24377: <-0.005707, 0.001536, 0.006269> - 24378: <-0.005996, 0.001534, 0.005996> - 24379: <-0.006039, 0.001156, 0.006039> - 24380: <-0.005776, 0.000774, 0.006346> - 24381: <-0.005747, 0.001157, 0.006313> - 24382: <-0.006039, 0.001156, 0.006039> - 24383: <-0.006070, 0.000773, 0.006070> - 24384: <-0.005794, 0.000388, 0.006366> - 24385: <-0.005776, 0.000774, 0.006346> - 24386: <-0.006070, 0.000773, 0.006070> - 24387: <-0.006089, 0.000387, 0.006089> - 24388: <-0.005801, 0.000000, 0.006373> - 24389: <-0.005794, 0.000388, 0.006366> - 24390: <-0.006089, 0.000387, 0.006089> - 24391: <-0.006096, 0.000000, 0.006096> - 24392: <-0.005794, -0.000388, 0.006366> - 24393: <-0.005801, 0.000000, 0.006373> - 24394: <-0.006096, 0.000000, 0.006096> - 24395: <-0.006089, -0.000387, 0.006089> - 24396: <-0.005776, -0.000774, 0.006346> - 24397: <-0.005794, -0.000388, 0.006366> - 24398: <-0.006089, -0.000387, 0.006089> - 24399: <-0.006070, -0.000773, 0.006070> - 24400: <-0.005747, -0.001157, 0.006313> - 24401: <-0.005776, -0.000774, 0.006346> - 24402: <-0.006070, -0.000773, 0.006070> - 24403: <-0.006039, -0.001156, 0.006039> - 24404: <-0.005707, -0.001536, 0.006269> - 24405: <-0.005747, -0.001157, 0.006313> - 24406: <-0.006039, -0.001156, 0.006039> - 24407: <-0.005996, -0.001534, 0.005996> - 24408: <-0.005657, -0.001908, 0.006212> - 24409: <-0.005707, -0.001536, 0.006269> - 24410: <-0.005996, -0.001534, 0.005996> - 24411: <-0.005944, -0.001906, 0.005944> - 24412: <-0.005599, -0.002272, 0.006146> - 24413: <-0.005657, -0.001908, 0.006212> - 24414: <-0.005944, -0.001906, 0.005944> - 24415: <-0.005881, -0.002269, 0.005881> - 24416: <-0.005533, -0.002627, 0.006069> - 24417: <-0.005599, -0.002272, 0.006146> - 24418: <-0.005881, -0.002269, 0.005881> - 24419: <-0.005809, -0.002623, 0.005809> - 24420: <-0.005459, -0.002971, 0.005983> - 24421: <-0.005533, -0.002627, 0.006069> - 24422: <-0.005809, -0.002623, 0.005809> - 24423: <-0.005729, -0.002966, 0.005729> - 24424: <-0.005379, -0.003302, 0.005888> - 24425: <-0.005459, -0.002971, 0.005983> - 24426: <-0.005729, -0.002966, 0.005729> - 24427: <-0.005642, -0.003297, 0.005642> - 24428: <-0.005294, -0.003619, 0.005786> - 24429: <-0.005379, -0.003302, 0.005888> - 24430: <-0.005642, -0.003297, 0.005642> - 24431: <-0.005549, -0.003612, 0.005549> - 24432: <-0.005207, -0.003918, 0.005678> - 24433: <-0.005294, -0.003619, 0.005786> - 24434: <-0.005549, -0.003612, 0.005549> - 24435: <-0.005451, -0.003910, 0.005451> - 24436: <-0.005120, -0.004199, 0.005564> - 24437: <-0.005207, -0.003918, 0.005678> - 24438: <-0.005451, -0.003910, 0.005451> - 24439: <-0.005351, -0.004188, 0.005351> - 24440: <-0.005034, -0.004460, 0.005446> - 24441: <-0.005120, -0.004199, 0.005564> - 24442: <-0.005351, -0.004188, 0.005351> - 24443: <-0.005255, -0.004436, 0.005255> - 24444: <-0.004959, -0.004691, 0.005326> - 24445: <-0.005034, -0.004460, 0.005446> - 24446: <-0.005255, -0.004436, 0.005255> - 24447: <-0.005166, -0.004647, 0.005166> - 24448: <-0.004894, -0.004894, 0.005206> - 24449: <-0.004959, -0.004691, 0.005326> - 24450: <-0.005166, -0.004647, 0.005166> - 24451: <-0.005081, -0.004833, 0.005081> - 24452: <-0.004833, -0.005081, 0.005081> - 24453: <-0.004894, -0.004894, 0.005206> - 24454: <-0.005081, -0.004833, 0.005081> - 24455: <-0.005000, -0.005000, 0.005000> - 24456: <-0.004647, -0.005166, 0.005166> - 24457: <-0.004691, -0.004959, 0.005326> - 24458: <-0.004894, -0.004894, 0.005206> - 24459: <-0.004833, -0.005081, 0.005081> - 24460: <-0.004436, -0.005255, 0.005255> - 24461: <-0.004460, -0.005034, 0.005446> - 24462: <-0.004691, -0.004959, 0.005326> - 24463: <-0.004647, -0.005166, 0.005166> - 24464: <-0.004188, -0.005351, 0.005351> - 24465: <-0.004199, -0.005120, 0.005564> - 24466: <-0.004460, -0.005034, 0.005446> - 24467: <-0.004436, -0.005255, 0.005255> - 24468: <-0.003910, -0.005451, 0.005451> - 24469: <-0.003918, -0.005207, 0.005678> - 24470: <-0.004199, -0.005120, 0.005564> - 24471: <-0.004188, -0.005351, 0.005351> - 24472: <-0.003612, -0.005549, 0.005549> - 24473: <-0.003619, -0.005294, 0.005786> - 24474: <-0.003918, -0.005207, 0.005678> - 24475: <-0.003910, -0.005451, 0.005451> - 24476: <-0.003297, -0.005642, 0.005642> - 24477: <-0.003302, -0.005379, 0.005888> - 24478: <-0.003619, -0.005294, 0.005786> - 24479: <-0.003612, -0.005549, 0.005549> - 24480: <-0.002966, -0.005729, 0.005729> - 24481: <-0.002971, -0.005459, 0.005983> - 24482: <-0.003302, -0.005379, 0.005888> - 24483: <-0.003297, -0.005642, 0.005642> - 24484: <-0.002623, -0.005809, 0.005809> - 24485: <-0.002627, -0.005533, 0.006069> - 24486: <-0.002971, -0.005459, 0.005983> - 24487: <-0.002966, -0.005729, 0.005729> - 24488: <-0.002269, -0.005881, 0.005881> - 24489: <-0.002272, -0.005599, 0.006146> - 24490: <-0.002627, -0.005533, 0.006069> - 24491: <-0.002623, -0.005809, 0.005809> - 24492: <-0.001906, -0.005944, 0.005944> - 24493: <-0.001908, -0.005657, 0.006212> - 24494: <-0.002272, -0.005599, 0.006146> - 24495: <-0.002269, -0.005881, 0.005881> - 24496: <-0.001534, -0.005996, 0.005996> - 24497: <-0.001536, -0.005707, 0.006269> - 24498: <-0.001908, -0.005657, 0.006212> - 24499: <-0.001906, -0.005944, 0.005944> - 24500: <-0.001156, -0.006039, 0.006039> - 24501: <-0.001157, -0.005747, 0.006313> - 24502: <-0.001536, -0.005707, 0.006269> - 24503: <-0.001534, -0.005996, 0.005996> - 24504: <-0.000773, -0.006070, 0.006070> - 24505: <-0.000774, -0.005776, 0.006346> - 24506: <-0.001157, -0.005747, 0.006313> - 24507: <-0.001156, -0.006039, 0.006039> - 24508: <-0.000387, -0.006089, 0.006089> - 24509: <-0.000388, -0.005794, 0.006366> - 24510: <-0.000774, -0.005776, 0.006346> - 24511: <-0.000773, -0.006070, 0.006070> - 24512: <-0.000000, -0.006096, 0.006096> - 24513: <-0.000000, -0.005801, 0.006373> - 24514: <-0.000388, -0.005794, 0.006366> - 24515: <-0.000387, -0.006089, 0.006089> - 24516: < 0.000387, -0.006089, 0.006089> - 24517: < 0.000388, -0.005794, 0.006366> - 24518: <-0.000000, -0.005801, 0.006373> - 24519: <-0.000000, -0.006096, 0.006096> - 24520: < 0.000773, -0.006070, 0.006070> - 24521: < 0.000774, -0.005776, 0.006346> - 24522: < 0.000388, -0.005794, 0.006366> - 24523: < 0.000387, -0.006089, 0.006089> - 24524: < 0.001156, -0.006039, 0.006039> - 24525: < 0.001157, -0.005747, 0.006313> - 24526: < 0.000774, -0.005776, 0.006346> - 24527: < 0.000773, -0.006070, 0.006070> - 24528: < 0.001534, -0.005996, 0.005996> - 24529: < 0.001536, -0.005707, 0.006269> - 24530: < 0.001157, -0.005747, 0.006313> - 24531: < 0.001156, -0.006039, 0.006039> - 24532: < 0.001906, -0.005944, 0.005944> - 24533: < 0.001908, -0.005657, 0.006212> - 24534: < 0.001536, -0.005707, 0.006269> - 24535: < 0.001534, -0.005996, 0.005996> - 24536: < 0.002269, -0.005881, 0.005881> - 24537: < 0.002272, -0.005599, 0.006146> - 24538: < 0.001908, -0.005657, 0.006212> - 24539: < 0.001906, -0.005944, 0.005944> - 24540: < 0.002623, -0.005809, 0.005809> - 24541: < 0.002627, -0.005533, 0.006069> - 24542: < 0.002272, -0.005599, 0.006146> - 24543: < 0.002269, -0.005881, 0.005881> - 24544: < 0.002966, -0.005729, 0.005729> - 24545: < 0.002971, -0.005459, 0.005983> - 24546: < 0.002627, -0.005533, 0.006069> - 24547: < 0.002623, -0.005809, 0.005809> - 24548: < 0.003297, -0.005642, 0.005642> - 24549: < 0.003302, -0.005379, 0.005888> - 24550: < 0.002971, -0.005459, 0.005983> - 24551: < 0.002966, -0.005729, 0.005729> - 24552: < 0.003612, -0.005549, 0.005549> - 24553: < 0.003619, -0.005294, 0.005786> - 24554: < 0.003302, -0.005379, 0.005888> - 24555: < 0.003297, -0.005642, 0.005642> - 24556: < 0.003910, -0.005451, 0.005451> - 24557: < 0.003918, -0.005207, 0.005678> - 24558: < 0.003619, -0.005294, 0.005786> - 24559: < 0.003612, -0.005549, 0.005549> - 24560: < 0.004188, -0.005351, 0.005351> - 24561: < 0.004199, -0.005120, 0.005564> - 24562: < 0.003918, -0.005207, 0.005678> - 24563: < 0.003910, -0.005451, 0.005451> - 24564: < 0.004436, -0.005255, 0.005255> - 24565: < 0.004460, -0.005034, 0.005446> - 24566: < 0.004199, -0.005120, 0.005564> - 24567: < 0.004188, -0.005351, 0.005351> - 24568: < 0.004647, -0.005166, 0.005166> - 24569: < 0.004691, -0.004959, 0.005326> - 24570: < 0.004460, -0.005034, 0.005446> - 24571: < 0.004436, -0.005255, 0.005255> - 24572: < 0.004833, -0.005081, 0.005081> - 24573: < 0.004894, -0.004894, 0.005206> - 24574: < 0.004691, -0.004959, 0.005326> - 24575: < 0.004647, -0.005166, 0.005166> Normals: Count 24576. Hash: 8968157737282745201 - 0: <-0.561516, 0.607783, 0.561516> - 1: <-0.531523, 0.625584, 0.571076> - 2: <-0.538962, 0.647334, 0.538962> - 3: <-0.571076, 0.625584, 0.531523> - 4: <-0.531523, 0.625584, 0.571076> - 5: <-0.500519, 0.641397, 0.581456> - 6: <-0.506040, 0.666144, 0.547882> - 7: <-0.538962, 0.647334, 0.538962> - 8: <-0.500519, 0.641397, 0.581456> - 9: <-0.469385, 0.655217, 0.591920> - 10: <-0.473139, 0.682532, 0.557037> - 11: <-0.506040, 0.666144, 0.547882> - 12: <-0.469385, 0.655217, 0.591920> - 13: <-0.437036, 0.668312, 0.601963> - 14: <-0.439475, 0.697667, 0.565794> - 15: <-0.473139, 0.682532, 0.557037> - 16: <-0.437036, 0.668312, 0.601963> - 17: <-0.403223, 0.680859, 0.611427> - 18: <-0.404839, 0.711772, 0.574008> - 19: <-0.439475, 0.697667, 0.565794> - 20: <-0.403223, 0.680859, 0.611427> - 21: <-0.368246, 0.692544, 0.620305> - 22: <-0.369188, 0.724825, 0.581661> - 23: <-0.404839, 0.711772, 0.574008> - 24: <-0.368246, 0.692544, 0.620305> - 25: <-0.331652, 0.703467, 0.628603> - 26: <-0.332197, 0.736907, 0.588738> - 27: <-0.369188, 0.724825, 0.581661> - 28: <-0.331652, 0.703467, 0.628603> - 29: <-0.293904, 0.713396, 0.636150> - 30: <-0.294207, 0.747816, 0.595158> - 31: <-0.332197, 0.736907, 0.588738> - 32: <-0.293904, 0.713396, 0.636150> - 33: <-0.255632, 0.722093, 0.642833> - 34: <-0.255750, 0.757361, 0.600829> - 35: <-0.294207, 0.747816, 0.595158> - 36: <-0.255632, 0.722093, 0.642833> - 37: <-0.216660, 0.729636, 0.648606> - 38: <-0.216596, 0.765608, 0.605748> - 39: <-0.255750, 0.757361, 0.600829> - 40: <-0.216660, 0.729636, 0.648606> - 41: <-0.176644, 0.736025, 0.653502> - 42: <-0.176461, 0.772589, 0.609892> - 43: <-0.216596, 0.765608, 0.605748> - 44: <-0.176644, 0.736025, 0.653502> - 45: <-0.135260, 0.741243, 0.657468> - 46: <-0.135018, 0.778306, 0.613196> - 47: <-0.176461, 0.772589, 0.609892> - 48: <-0.135260, 0.741243, 0.657468> - 49: <-0.092137, 0.745184, 0.660463> - 50: <-0.091894, 0.782607, 0.615697> - 51: <-0.135018, 0.778306, 0.613196> - 52: <-0.092137, 0.745184, 0.660463> - 53: <-0.046999, 0.747715, 0.662354> - 54: <-0.046847, 0.785375, 0.617246> - 55: <-0.091894, 0.782607, 0.615697> - 56: <-0.046999, 0.747715, 0.662354> - 57: < 0.000000, 0.748599, 0.663024> - 58: < 0.000000, 0.786344, 0.617789> - 59: <-0.046847, 0.785375, 0.617246> - 60: < 0.000000, 0.748599, 0.663024> - 61: < 0.046999, 0.747715, 0.662354> - 62: < 0.046847, 0.785375, 0.617246> - 63: < 0.000000, 0.786344, 0.617789> - 64: < 0.046999, 0.747715, 0.662354> - 65: < 0.092137, 0.745184, 0.660463> - 66: < 0.091894, 0.782607, 0.615697> - 67: < 0.046847, 0.785375, 0.617246> - 68: < 0.092137, 0.745184, 0.660463> - 69: < 0.135260, 0.741243, 0.657468> - 70: < 0.135018, 0.778306, 0.613196> - 71: < 0.091894, 0.782607, 0.615697> - 72: < 0.135260, 0.741243, 0.657468> - 73: < 0.176644, 0.736025, 0.653502> - 74: < 0.176461, 0.772589, 0.609892> - 75: < 0.135018, 0.778306, 0.613196> - 76: < 0.176644, 0.736025, 0.653502> - 77: < 0.216660, 0.729636, 0.648606> - 78: < 0.216596, 0.765608, 0.605748> - 79: < 0.176461, 0.772589, 0.609892> - 80: < 0.216660, 0.729636, 0.648606> - 81: < 0.255632, 0.722093, 0.642833> - 82: < 0.255750, 0.757361, 0.600829> - 83: < 0.216596, 0.765608, 0.605748> - 84: < 0.255632, 0.722093, 0.642833> - 85: < 0.293904, 0.713396, 0.636150> - 86: < 0.294207, 0.747816, 0.595158> - 87: < 0.255750, 0.757361, 0.600829> - 88: < 0.293904, 0.713396, 0.636150> - 89: < 0.331652, 0.703467, 0.628603> - 90: < 0.332170, 0.736915, 0.588744> - 91: < 0.294207, 0.747816, 0.595158> - 92: < 0.331652, 0.703467, 0.628603> - 93: < 0.368246, 0.692544, 0.620305> - 94: < 0.369188, 0.724825, 0.581661> - 95: < 0.332170, 0.736915, 0.588744> - 96: < 0.368246, 0.692544, 0.620305> - 97: < 0.403223, 0.680859, 0.611427> - 98: < 0.404839, 0.711772, 0.574008> - 99: < 0.369188, 0.724825, 0.581661> - 100: < 0.403223, 0.680859, 0.611427> - 101: < 0.437036, 0.668312, 0.601963> - 102: < 0.439475, 0.697667, 0.565794> - 103: < 0.404839, 0.711772, 0.574008> - 104: < 0.437036, 0.668312, 0.601963> - 105: < 0.469385, 0.655217, 0.591920> - 106: < 0.473139, 0.682532, 0.557037> - 107: < 0.439475, 0.697667, 0.565794> - 108: < 0.469385, 0.655217, 0.591920> - 109: < 0.500496, 0.641406, 0.581465> - 110: < 0.506040, 0.666144, 0.547882> - 111: < 0.473139, 0.682532, 0.557037> - 112: < 0.500496, 0.641406, 0.581465> - 113: < 0.531523, 0.625584, 0.571076> - 114: < 0.538962, 0.647334, 0.538962> - 115: < 0.506040, 0.666144, 0.547882> - 116: < 0.531523, 0.625584, 0.571076> - 117: < 0.561516, 0.607783, 0.561516> - 118: < 0.571076, 0.625584, 0.531523> - 119: < 0.538962, 0.647334, 0.538962> - 120: <-0.571076, 0.625584, 0.531523> - 121: <-0.538962, 0.647334, 0.538962> - 122: <-0.547882, 0.666144, 0.506040> - 123: <-0.581456, 0.641397, 0.500519> - 124: <-0.538962, 0.647334, 0.538962> - 125: <-0.506040, 0.666144, 0.547882> - 126: <-0.513252, 0.687856, 0.513252> - 127: <-0.547882, 0.666144, 0.506040> - 128: <-0.506040, 0.666144, 0.547882> - 129: <-0.473139, 0.682532, 0.557037> - 130: <-0.478425, 0.706895, 0.520969> - 131: <-0.513252, 0.687856, 0.513252> - 132: <-0.473139, 0.682532, 0.557037> - 133: <-0.439475, 0.697667, 0.565794> - 134: <-0.443145, 0.724109, 0.528478> - 135: <-0.478425, 0.706895, 0.520969> - 136: <-0.439475, 0.697667, 0.565794> - 137: <-0.404839, 0.711772, 0.574008> - 138: <-0.407307, 0.739812, 0.535518> - 139: <-0.443145, 0.724109, 0.528478> - 140: <-0.404839, 0.711772, 0.574008> - 141: <-0.369188, 0.724825, 0.581661> - 142: <-0.370721, 0.754169, 0.542028> - 143: <-0.407307, 0.739812, 0.535518> - 144: <-0.369188, 0.724825, 0.581661> - 145: <-0.332197, 0.736907, 0.588738> - 146: <-0.333090, 0.767292, 0.548009> - 147: <-0.370721, 0.754169, 0.542028> - 148: <-0.332197, 0.736907, 0.588738> - 149: <-0.294207, 0.747816, 0.595158> - 150: <-0.294729, 0.779017, 0.553415> - 151: <-0.333090, 0.767292, 0.548009> - 152: <-0.294207, 0.747816, 0.595158> - 153: <-0.255750, 0.757361, 0.600829> - 154: <-0.255937, 0.789266, 0.558172> - 155: <-0.294729, 0.779017, 0.553415> - 156: <-0.255750, 0.757361, 0.600829> - 157: <-0.216596, 0.765608, 0.605748> - 158: <-0.216534, 0.798110, 0.562257> - 159: <-0.255937, 0.789266, 0.558172> - 160: <-0.216596, 0.765608, 0.605748> - 161: <-0.176461, 0.772589, 0.609892> - 162: <-0.176188, 0.805587, 0.565675> - 163: <-0.216534, 0.798110, 0.562257> - 164: <-0.176461, 0.772589, 0.609892> - 165: <-0.135018, 0.778306, 0.613196> - 166: <-0.134618, 0.811677, 0.568382> - 167: <-0.176188, 0.805587, 0.565675> - 168: <-0.135018, 0.778306, 0.613196> - 169: <-0.091894, 0.782607, 0.615697> - 170: <-0.091497, 0.816271, 0.570377> - 171: <-0.134618, 0.811677, 0.568382> - 172: <-0.091894, 0.782607, 0.615697> - 173: <-0.046847, 0.785375, 0.617246> - 174: <-0.046573, 0.819208, 0.571602> - 175: <-0.091497, 0.816271, 0.570377> - 176: <-0.046847, 0.785375, 0.617246> - 177: < 0.000000, 0.786344, 0.617789> - 178: < 0.000000, 0.820237, 0.572024> - 179: <-0.046573, 0.819208, 0.571602> - 180: < 0.000000, 0.786344, 0.617789> - 181: < 0.046847, 0.785375, 0.617246> - 182: < 0.046573, 0.819208, 0.571602> - 183: < 0.000000, 0.820237, 0.572024> - 184: < 0.046847, 0.785375, 0.617246> - 185: < 0.091894, 0.782607, 0.615697> - 186: < 0.091497, 0.816271, 0.570377> - 187: < 0.046573, 0.819208, 0.571602> - 188: < 0.091894, 0.782607, 0.615697> - 189: < 0.135018, 0.778306, 0.613196> - 190: < 0.134618, 0.811677, 0.568382> - 191: < 0.091497, 0.816271, 0.570377> - 192: < 0.135018, 0.778306, 0.613196> - 193: < 0.176461, 0.772589, 0.609892> - 194: < 0.176188, 0.805587, 0.565675> - 195: < 0.134618, 0.811677, 0.568382> - 196: < 0.176461, 0.772589, 0.609892> - 197: < 0.216596, 0.765608, 0.605748> - 198: < 0.216534, 0.798110, 0.562257> - 199: < 0.176188, 0.805587, 0.565675> - 200: < 0.216596, 0.765608, 0.605748> - 201: < 0.255750, 0.757361, 0.600829> - 202: < 0.255937, 0.789266, 0.558172> - 203: < 0.216534, 0.798110, 0.562257> - 204: < 0.255750, 0.757361, 0.600829> - 205: < 0.294207, 0.747816, 0.595158> - 206: < 0.294729, 0.779017, 0.553415> - 207: < 0.255937, 0.789266, 0.558172> - 208: < 0.294207, 0.747816, 0.595158> - 209: < 0.332170, 0.736915, 0.588744> - 210: < 0.333090, 0.767292, 0.548009> - 211: < 0.294729, 0.779017, 0.553415> - 212: < 0.332170, 0.736915, 0.588744> - 213: < 0.369188, 0.724825, 0.581661> - 214: < 0.370721, 0.754169, 0.542028> - 215: < 0.333090, 0.767292, 0.548009> - 216: < 0.369188, 0.724825, 0.581661> - 217: < 0.404839, 0.711772, 0.574008> - 218: < 0.407307, 0.739812, 0.535518> - 219: < 0.370721, 0.754169, 0.542028> - 220: < 0.404839, 0.711772, 0.574008> - 221: < 0.439475, 0.697667, 0.565794> - 222: < 0.443145, 0.724109, 0.528478> - 223: < 0.407307, 0.739812, 0.535518> - 224: < 0.439475, 0.697667, 0.565794> - 225: < 0.473139, 0.682532, 0.557037> - 226: < 0.478425, 0.706895, 0.520969> - 227: < 0.443145, 0.724109, 0.528478> - 228: < 0.473139, 0.682532, 0.557037> - 229: < 0.506040, 0.666144, 0.547882> - 230: < 0.513252, 0.687856, 0.513252> - 231: < 0.478425, 0.706895, 0.520969> - 232: < 0.506040, 0.666144, 0.547882> - 233: < 0.538962, 0.647334, 0.538962> - 234: < 0.547882, 0.666144, 0.506040> - 235: < 0.513252, 0.687856, 0.513252> - 236: < 0.538962, 0.647334, 0.538962> - 237: < 0.571076, 0.625584, 0.531523> - 238: < 0.581456, 0.641397, 0.500519> - 239: < 0.547882, 0.666144, 0.506040> - 240: <-0.581456, 0.641397, 0.500519> - 241: <-0.547882, 0.666144, 0.506040> - 242: <-0.557037, 0.682532, 0.473139> - 243: <-0.591920, 0.655217, 0.469385> - 244: <-0.547882, 0.666144, 0.506040> - 245: <-0.513252, 0.687856, 0.513252> - 246: <-0.520969, 0.706895, 0.478425> - 247: <-0.557037, 0.682532, 0.473139> - 248: <-0.513252, 0.687856, 0.513252> - 249: <-0.478425, 0.706895, 0.520969> - 250: <-0.484430, 0.728461, 0.484430> - 251: <-0.520969, 0.706895, 0.478425> - 252: <-0.478425, 0.706895, 0.520969> - 253: <-0.443145, 0.724109, 0.528478> - 254: <-0.447593, 0.747688, 0.490534> - 255: <-0.484430, 0.728461, 0.484430> - 256: <-0.443145, 0.724109, 0.528478> - 257: <-0.407307, 0.739812, 0.535518> - 258: <-0.410392, 0.764964, 0.496395> - 259: <-0.447593, 0.747688, 0.490534> - 260: <-0.407307, 0.739812, 0.535518> - 261: <-0.370721, 0.754169, 0.542028> - 262: <-0.372705, 0.780568, 0.501802> - 263: <-0.410392, 0.764964, 0.496395> - 264: <-0.370721, 0.754169, 0.542028> - 265: <-0.333090, 0.767292, 0.548009> - 266: <-0.334337, 0.794627, 0.506740> - 267: <-0.372705, 0.780568, 0.501802> - 268: <-0.333090, 0.767292, 0.548009> - 269: <-0.294729, 0.779017, 0.553415> - 270: <-0.295457, 0.807082, 0.511198> - 271: <-0.334337, 0.794627, 0.506740> - 272: <-0.294729, 0.779017, 0.553415> - 273: <-0.255937, 0.789266, 0.558172> - 274: <-0.256243, 0.817925, 0.515110> - 275: <-0.295457, 0.807082, 0.511198> - 276: <-0.255937, 0.789266, 0.558172> - 277: <-0.216534, 0.798110, 0.562257> - 278: <-0.216475, 0.827263, 0.518435> - 279: <-0.256243, 0.817925, 0.515110> - 280: <-0.216534, 0.798110, 0.562257> - 281: <-0.176188, 0.805587, 0.565675> - 282: <-0.175853, 0.835133, 0.521180> - 283: <-0.216475, 0.827263, 0.518435> - 284: <-0.176188, 0.805587, 0.565675> - 285: <-0.134618, 0.811677, 0.568382> - 286: <-0.134100, 0.841527, 0.523307> - 287: <-0.175853, 0.835133, 0.521180> - 288: <-0.134618, 0.811677, 0.568382> - 289: <-0.091497, 0.816271, 0.570377> - 290: <-0.091008, 0.846324, 0.524836> - 291: <-0.134100, 0.841527, 0.523307> - 292: <-0.091497, 0.816271, 0.570377> - 293: <-0.046573, 0.819208, 0.571602> - 294: <-0.046267, 0.849378, 0.525753> - 295: <-0.091008, 0.846324, 0.524836> - 296: <-0.046573, 0.819208, 0.571602> - 297: < 0.000000, 0.820237, 0.572024> - 298: < 0.000000, 0.850434, 0.526081> - 299: <-0.046267, 0.849378, 0.525753> - 300: < 0.000000, 0.820237, 0.572024> - 301: < 0.046573, 0.819208, 0.571602> - 302: < 0.046267, 0.849378, 0.525753> - 303: < 0.000000, 0.850434, 0.526081> - 304: < 0.046573, 0.819208, 0.571602> - 305: < 0.091497, 0.816271, 0.570377> - 306: < 0.091008, 0.846324, 0.524836> - 307: < 0.046267, 0.849378, 0.525753> - 308: < 0.091497, 0.816271, 0.570377> - 309: < 0.134618, 0.811677, 0.568382> - 310: < 0.134100, 0.841527, 0.523307> - 311: < 0.091008, 0.846324, 0.524836> - 312: < 0.134618, 0.811677, 0.568382> - 313: < 0.176188, 0.805587, 0.565675> - 314: < 0.175853, 0.835133, 0.521180> - 315: < 0.134100, 0.841527, 0.523307> - 316: < 0.176188, 0.805587, 0.565675> - 317: < 0.216534, 0.798110, 0.562257> - 318: < 0.216475, 0.827263, 0.518435> - 319: < 0.175853, 0.835133, 0.521180> - 320: < 0.216534, 0.798110, 0.562257> - 321: < 0.255937, 0.789266, 0.558172> - 322: < 0.256243, 0.817925, 0.515110> - 323: < 0.216475, 0.827263, 0.518435> - 324: < 0.255937, 0.789266, 0.558172> - 325: < 0.294729, 0.779017, 0.553415> - 326: < 0.295457, 0.807082, 0.511198> - 327: < 0.256243, 0.817925, 0.515110> - 328: < 0.294729, 0.779017, 0.553415> - 329: < 0.333090, 0.767292, 0.548009> - 330: < 0.334310, 0.794636, 0.506745> - 331: < 0.295457, 0.807082, 0.511198> - 332: < 0.333090, 0.767292, 0.548009> - 333: < 0.370721, 0.754169, 0.542028> - 334: < 0.372705, 0.780568, 0.501802> - 335: < 0.334310, 0.794636, 0.506745> - 336: < 0.370721, 0.754169, 0.542028> - 337: < 0.407307, 0.739812, 0.535518> - 338: < 0.410392, 0.764964, 0.496395> - 339: < 0.372705, 0.780568, 0.501802> - 340: < 0.407307, 0.739812, 0.535518> - 341: < 0.443145, 0.724109, 0.528478> - 342: < 0.447593, 0.747688, 0.490534> - 343: < 0.410392, 0.764964, 0.496395> - 344: < 0.443145, 0.724109, 0.528478> - 345: < 0.478425, 0.706895, 0.520969> - 346: < 0.484430, 0.728461, 0.484430> - 347: < 0.447593, 0.747688, 0.490534> - 348: < 0.478425, 0.706895, 0.520969> - 349: < 0.513252, 0.687856, 0.513252> - 350: < 0.520969, 0.706895, 0.478425> - 351: < 0.484430, 0.728461, 0.484430> - 352: < 0.513252, 0.687856, 0.513252> - 353: < 0.547882, 0.666144, 0.506040> - 354: < 0.557037, 0.682532, 0.473139> - 355: < 0.520969, 0.706895, 0.478425> - 356: < 0.547882, 0.666144, 0.506040> - 357: < 0.581456, 0.641397, 0.500519> - 358: < 0.591920, 0.655217, 0.469385> - 359: < 0.557037, 0.682532, 0.473139> - 360: <-0.591920, 0.655217, 0.469385> - 361: <-0.557037, 0.682532, 0.473139> - 362: <-0.565794, 0.697667, 0.439475> - 363: <-0.601963, 0.668312, 0.437036> - 364: <-0.557037, 0.682532, 0.473139> - 365: <-0.520969, 0.706895, 0.478425> - 366: <-0.528478, 0.724109, 0.443145> - 367: <-0.565794, 0.697667, 0.439475> - 368: <-0.520969, 0.706895, 0.478425> - 369: <-0.484430, 0.728461, 0.484430> - 370: <-0.490534, 0.747688, 0.447593> - 371: <-0.528478, 0.724109, 0.443145> - 372: <-0.484430, 0.728461, 0.484430> - 373: <-0.447593, 0.747688, 0.490534> - 374: <-0.452290, 0.768679, 0.452290> - 375: <-0.490534, 0.747688, 0.447593> - 376: <-0.447593, 0.747688, 0.490534> - 377: <-0.410392, 0.764964, 0.496395> - 378: <-0.413777, 0.787421, 0.456900> - 379: <-0.452290, 0.768679, 0.452290> - 380: <-0.410392, 0.764964, 0.496395> - 381: <-0.372705, 0.780568, 0.501802> - 382: <-0.374961, 0.804154, 0.461239> - 383: <-0.413777, 0.787421, 0.456900> - 384: <-0.372705, 0.780568, 0.501802> - 385: <-0.334337, 0.794627, 0.506740> - 386: <-0.335801, 0.819039, 0.465202> - 387: <-0.374961, 0.804154, 0.461239> - 388: <-0.334337, 0.794627, 0.506740> - 389: <-0.295457, 0.807082, 0.511198> - 390: <-0.296339, 0.832128, 0.468770> - 391: <-0.335801, 0.819039, 0.465202> - 392: <-0.295457, 0.807082, 0.511198> - 393: <-0.256243, 0.817925, 0.515110> - 394: <-0.256606, 0.843490, 0.471888> - 395: <-0.296339, 0.832128, 0.468770> - 396: <-0.256243, 0.817925, 0.515110> - 397: <-0.216475, 0.827263, 0.518435> - 398: <-0.216413, 0.853230, 0.474515> - 399: <-0.256606, 0.843490, 0.471888> - 400: <-0.216475, 0.827263, 0.518435> - 401: <-0.175853, 0.835133, 0.521180> - 402: <-0.175453, 0.861426, 0.476614> - 403: <-0.216413, 0.853230, 0.474515> - 404: <-0.175853, 0.835133, 0.521180> - 405: <-0.134100, 0.841527, 0.523307> - 406: <-0.133553, 0.868033, 0.478208> - 407: <-0.175453, 0.861426, 0.476614> - 408: <-0.134100, 0.841527, 0.523307> - 409: <-0.091008, 0.846324, 0.524836> - 410: <-0.090429, 0.872976, 0.479307> - 411: <-0.133553, 0.868033, 0.478208> - 412: <-0.091008, 0.846324, 0.524836> - 413: <-0.046267, 0.849378, 0.525753> - 414: <-0.045871, 0.876095, 0.479951> - 415: <-0.090429, 0.872976, 0.479307> - 416: <-0.046267, 0.849378, 0.525753> - 417: < 0.000000, 0.850434, 0.526081> - 418: < 0.000000, 0.877169, 0.480182> - 419: <-0.045871, 0.876095, 0.479951> - 420: < 0.000000, 0.850434, 0.526081> - 421: < 0.046267, 0.849378, 0.525753> - 422: < 0.045871, 0.876095, 0.479951> - 423: < 0.000000, 0.877169, 0.480182> - 424: < 0.046267, 0.849378, 0.525753> - 425: < 0.091008, 0.846324, 0.524836> - 426: < 0.090429, 0.872976, 0.479307> - 427: < 0.045871, 0.876095, 0.479951> - 428: < 0.091008, 0.846324, 0.524836> - 429: < 0.134100, 0.841527, 0.523307> - 430: < 0.133553, 0.868033, 0.478208> - 431: < 0.090429, 0.872976, 0.479307> - 432: < 0.134100, 0.841527, 0.523307> - 433: < 0.175853, 0.835133, 0.521180> - 434: < 0.175453, 0.861426, 0.476614> - 435: < 0.133553, 0.868033, 0.478208> - 436: < 0.175853, 0.835133, 0.521180> - 437: < 0.216475, 0.827263, 0.518435> - 438: < 0.216413, 0.853230, 0.474515> - 439: < 0.175453, 0.861426, 0.476614> - 440: < 0.216475, 0.827263, 0.518435> - 441: < 0.256243, 0.817925, 0.515110> - 442: < 0.256606, 0.843490, 0.471888> - 443: < 0.216413, 0.853230, 0.474515> - 444: < 0.256243, 0.817925, 0.515110> - 445: < 0.295457, 0.807082, 0.511198> - 446: < 0.296339, 0.832128, 0.468770> - 447: < 0.256606, 0.843490, 0.471888> - 448: < 0.295457, 0.807082, 0.511198> - 449: < 0.334310, 0.794636, 0.506745> - 450: < 0.335801, 0.819039, 0.465202> - 451: < 0.296339, 0.832128, 0.468770> - 452: < 0.334310, 0.794636, 0.506745> - 453: < 0.372705, 0.780568, 0.501802> - 454: < 0.374961, 0.804154, 0.461239> - 455: < 0.335801, 0.819039, 0.465202> - 456: < 0.372705, 0.780568, 0.501802> - 457: < 0.410392, 0.764964, 0.496395> - 458: < 0.413777, 0.787421, 0.456900> - 459: < 0.374961, 0.804154, 0.461239> - 460: < 0.410392, 0.764964, 0.496395> - 461: < 0.447593, 0.747688, 0.490534> - 462: < 0.452290, 0.768679, 0.452290> - 463: < 0.413777, 0.787421, 0.456900> - 464: < 0.447593, 0.747688, 0.490534> - 465: < 0.484430, 0.728461, 0.484430> - 466: < 0.490534, 0.747688, 0.447593> - 467: < 0.452290, 0.768679, 0.452290> - 468: < 0.484430, 0.728461, 0.484430> - 469: < 0.520969, 0.706895, 0.478425> - 470: < 0.528478, 0.724109, 0.443145> - 471: < 0.490534, 0.747688, 0.447593> - 472: < 0.520969, 0.706895, 0.478425> - 473: < 0.557037, 0.682532, 0.473139> - 474: < 0.565794, 0.697667, 0.439475> - 475: < 0.528478, 0.724109, 0.443145> - 476: < 0.557037, 0.682532, 0.473139> - 477: < 0.591920, 0.655217, 0.469385> - 478: < 0.601963, 0.668312, 0.437036> - 479: < 0.565794, 0.697667, 0.439475> - 480: <-0.601963, 0.668312, 0.437036> - 481: <-0.565794, 0.697667, 0.439475> - 482: <-0.574008, 0.711772, 0.404839> - 483: <-0.611427, 0.680859, 0.403223> - 484: <-0.565794, 0.697667, 0.439475> - 485: <-0.528478, 0.724109, 0.443145> - 486: <-0.535518, 0.739812, 0.407307> - 487: <-0.574008, 0.711772, 0.404839> - 488: <-0.528478, 0.724109, 0.443145> - 489: <-0.490534, 0.747688, 0.447593> - 490: <-0.496372, 0.764976, 0.410398> - 491: <-0.535518, 0.739812, 0.407307> - 492: <-0.490534, 0.747688, 0.447593> - 493: <-0.452290, 0.768679, 0.452290> - 494: <-0.456900, 0.787421, 0.413777> - 495: <-0.496372, 0.764976, 0.410398> - 496: <-0.452290, 0.768679, 0.452290> - 497: <-0.413777, 0.787421, 0.456900> - 498: <-0.417202, 0.807394, 0.417202> - 499: <-0.456900, 0.787421, 0.413777> - 500: <-0.413777, 0.787421, 0.456900> - 501: <-0.374961, 0.804154, 0.461239> - 502: <-0.377345, 0.825100, 0.420500> - 503: <-0.417202, 0.807394, 0.417202> - 504: <-0.374961, 0.804154, 0.461239> - 505: <-0.335801, 0.819039, 0.465202> - 506: <-0.337391, 0.840684, 0.423577> - 507: <-0.377345, 0.825100, 0.420500> - 508: <-0.335801, 0.819039, 0.465202> - 509: <-0.296339, 0.832128, 0.468770> - 510: <-0.297287, 0.854324, 0.426323> - 511: <-0.337391, 0.840684, 0.423577> - 512: <-0.296339, 0.832128, 0.468770> - 513: <-0.256606, 0.843490, 0.471888> - 514: <-0.256999, 0.866124, 0.428698> - 515: <-0.297287, 0.854324, 0.426323> - 516: <-0.256606, 0.843490, 0.471888> - 517: <-0.216413, 0.853230, 0.474515> - 518: <-0.216320, 0.876208, 0.430657> - 519: <-0.256999, 0.866124, 0.428698> - 520: <-0.216413, 0.853230, 0.474515> - 521: <-0.175453, 0.861426, 0.476614> - 522: <-0.175026, 0.884654, 0.432149> - 523: <-0.216320, 0.876208, 0.430657> - 524: <-0.175453, 0.861426, 0.476614> - 525: <-0.133553, 0.868033, 0.478208> - 526: <-0.132911, 0.891405, 0.433281> - 527: <-0.175026, 0.884654, 0.432149> - 528: <-0.133553, 0.868033, 0.478208> - 529: <-0.090429, 0.872976, 0.479307> - 530: <-0.089787, 0.896437, 0.433981> - 531: <-0.132911, 0.891405, 0.433281> - 532: <-0.090429, 0.872976, 0.479307> - 533: <-0.045871, 0.876095, 0.479951> - 534: <-0.045443, 0.899583, 0.434379> - 535: <-0.089787, 0.896437, 0.433981> - 536: <-0.045871, 0.876095, 0.479951> - 537: < 0.000000, 0.877169, 0.480182> - 538: < 0.000000, 0.900667, 0.434509> - 539: <-0.045443, 0.899583, 0.434379> - 540: < 0.000000, 0.877169, 0.480182> - 541: < 0.045871, 0.876095, 0.479951> - 542: < 0.045443, 0.899583, 0.434379> - 543: < 0.000000, 0.900667, 0.434509> - 544: < 0.045871, 0.876095, 0.479951> - 545: < 0.090429, 0.872976, 0.479307> - 546: < 0.089787, 0.896437, 0.433981> - 547: < 0.045443, 0.899583, 0.434379> - 548: < 0.090429, 0.872976, 0.479307> - 549: < 0.133553, 0.868033, 0.478208> - 550: < 0.132911, 0.891405, 0.433281> - 551: < 0.089787, 0.896437, 0.433981> - 552: < 0.133553, 0.868033, 0.478208> - 553: < 0.175453, 0.861426, 0.476614> - 554: < 0.175026, 0.884654, 0.432149> - 555: < 0.132911, 0.891405, 0.433281> - 556: < 0.175453, 0.861426, 0.476614> - 557: < 0.216413, 0.853230, 0.474515> - 558: < 0.216320, 0.876208, 0.430657> - 559: < 0.175026, 0.884654, 0.432149> - 560: < 0.216413, 0.853230, 0.474515> - 561: < 0.256606, 0.843490, 0.471888> - 562: < 0.256999, 0.866124, 0.428698> - 563: < 0.216320, 0.876208, 0.430657> - 564: < 0.256606, 0.843490, 0.471888> - 565: < 0.296339, 0.832128, 0.468770> - 566: < 0.297287, 0.854324, 0.426323> - 567: < 0.256999, 0.866124, 0.428698> - 568: < 0.296339, 0.832128, 0.468770> - 569: < 0.335801, 0.819039, 0.465202> - 570: < 0.337391, 0.840684, 0.423577> - 571: < 0.297287, 0.854324, 0.426323> - 572: < 0.335801, 0.819039, 0.465202> - 573: < 0.374961, 0.804154, 0.461239> - 574: < 0.377345, 0.825100, 0.420500> - 575: < 0.337391, 0.840684, 0.423577> - 576: < 0.374961, 0.804154, 0.461239> - 577: < 0.413777, 0.787421, 0.456900> - 578: < 0.417202, 0.807394, 0.417202> - 579: < 0.377345, 0.825100, 0.420500> - 580: < 0.413777, 0.787421, 0.456900> - 581: < 0.452290, 0.768679, 0.452290> - 582: < 0.456900, 0.787421, 0.413777> - 583: < 0.417202, 0.807394, 0.417202> - 584: < 0.452290, 0.768679, 0.452290> - 585: < 0.490534, 0.747688, 0.447593> - 586: < 0.496372, 0.764976, 0.410398> - 587: < 0.456900, 0.787421, 0.413777> - 588: < 0.490534, 0.747688, 0.447593> - 589: < 0.528478, 0.724109, 0.443145> - 590: < 0.535518, 0.739812, 0.407307> - 591: < 0.496372, 0.764976, 0.410398> - 592: < 0.528478, 0.724109, 0.443145> - 593: < 0.565794, 0.697667, 0.439475> - 594: < 0.574008, 0.711772, 0.404839> - 595: < 0.535518, 0.739812, 0.407307> - 596: < 0.565794, 0.697667, 0.439475> - 597: < 0.601963, 0.668312, 0.437036> - 598: < 0.611427, 0.680859, 0.403223> - 599: < 0.574008, 0.711772, 0.404839> - 600: <-0.611427, 0.680859, 0.403223> - 601: <-0.574008, 0.711772, 0.404839> - 602: <-0.581661, 0.724825, 0.369188> - 603: <-0.620305, 0.692544, 0.368246> - 604: <-0.574008, 0.711772, 0.404839> - 605: <-0.535518, 0.739812, 0.407307> - 606: <-0.542028, 0.754169, 0.370721> - 607: <-0.581661, 0.724825, 0.369188> - 608: <-0.535518, 0.739812, 0.407307> - 609: <-0.496372, 0.764976, 0.410398> - 610: <-0.501802, 0.780568, 0.372705> - 611: <-0.542028, 0.754169, 0.370721> - 612: <-0.496372, 0.764976, 0.410398> - 613: <-0.456900, 0.787421, 0.413777> - 614: <-0.461239, 0.804154, 0.374961> - 615: <-0.501802, 0.780568, 0.372705> - 616: <-0.456900, 0.787421, 0.413777> - 617: <-0.417202, 0.807394, 0.417202> - 618: <-0.420500, 0.825100, 0.377345> - 619: <-0.461239, 0.804154, 0.374961> - 620: <-0.417202, 0.807394, 0.417202> - 621: <-0.377345, 0.825100, 0.420500> - 622: <-0.379751, 0.843551, 0.379751> - 623: <-0.420500, 0.825100, 0.377345> - 624: <-0.377345, 0.825100, 0.420500> - 625: <-0.337391, 0.840684, 0.423577> - 626: <-0.339005, 0.859750, 0.381976> - 627: <-0.379751, 0.843551, 0.379751> - 628: <-0.337391, 0.840684, 0.423577> - 629: <-0.297287, 0.854324, 0.426323> - 630: <-0.298259, 0.873840, 0.383986> - 631: <-0.339005, 0.859750, 0.381976> - 632: <-0.297287, 0.854324, 0.426323> - 633: <-0.256999, 0.866124, 0.428698> - 634: <-0.257364, 0.886018, 0.385664> - 635: <-0.298259, 0.873840, 0.383986> - 636: <-0.256999, 0.866124, 0.428698> - 637: <-0.216320, 0.876208, 0.430657> - 638: <-0.216199, 0.896382, 0.386985> - 639: <-0.257364, 0.886018, 0.385664> - 640: <-0.216320, 0.876208, 0.430657> - 641: <-0.175026, 0.884654, 0.432149> - 642: <-0.174541, 0.904997, 0.387965> - 643: <-0.216199, 0.896382, 0.386985> - 644: <-0.175026, 0.884654, 0.432149> - 645: <-0.132911, 0.891405, 0.433281> - 646: <-0.132240, 0.911854, 0.388632> - 647: <-0.174541, 0.904997, 0.387965> - 648: <-0.132911, 0.891405, 0.433281> - 649: <-0.089787, 0.896437, 0.433981> - 650: <-0.089116, 0.916918, 0.388998> - 651: <-0.132240, 0.911854, 0.388632> - 652: <-0.089787, 0.896437, 0.433981> - 653: <-0.045443, 0.899583, 0.434379> - 654: <-0.045016, 0.920061, 0.389180> - 655: <-0.089116, 0.916918, 0.388998> - 656: <-0.045443, 0.899583, 0.434379> - 657: < 0.000000, 0.900667, 0.434509> - 658: < 0.000000, 0.921135, 0.389244> - 659: <-0.045016, 0.920061, 0.389180> - 660: < 0.000000, 0.900667, 0.434509> - 661: < 0.045443, 0.899583, 0.434379> - 662: < 0.045016, 0.920061, 0.389180> - 663: < 0.000000, 0.921135, 0.389244> - 664: < 0.045443, 0.899583, 0.434379> - 665: < 0.089787, 0.896437, 0.433981> - 666: < 0.089116, 0.916918, 0.388998> - 667: < 0.045016, 0.920061, 0.389180> - 668: < 0.089787, 0.896437, 0.433981> - 669: < 0.132911, 0.891405, 0.433281> - 670: < 0.132240, 0.911854, 0.388632> - 671: < 0.089116, 0.916918, 0.388998> - 672: < 0.132911, 0.891405, 0.433281> - 673: < 0.175026, 0.884654, 0.432149> - 674: < 0.174541, 0.904997, 0.387965> - 675: < 0.132240, 0.911854, 0.388632> - 676: < 0.175026, 0.884654, 0.432149> - 677: < 0.216320, 0.876208, 0.430657> - 678: < 0.216199, 0.896382, 0.386985> - 679: < 0.174541, 0.904997, 0.387965> - 680: < 0.216320, 0.876208, 0.430657> - 681: < 0.256999, 0.866124, 0.428698> - 682: < 0.257364, 0.886018, 0.385664> - 683: < 0.216199, 0.896382, 0.386985> - 684: < 0.256999, 0.866124, 0.428698> - 685: < 0.297287, 0.854324, 0.426323> - 686: < 0.298259, 0.873840, 0.383986> - 687: < 0.257364, 0.886018, 0.385664> - 688: < 0.297287, 0.854324, 0.426323> - 689: < 0.337391, 0.840684, 0.423577> - 690: < 0.339005, 0.859750, 0.381976> - 691: < 0.298259, 0.873840, 0.383986> - 692: < 0.337391, 0.840684, 0.423577> - 693: < 0.377345, 0.825100, 0.420500> - 694: < 0.379751, 0.843551, 0.379751> - 695: < 0.339005, 0.859750, 0.381976> - 696: < 0.377345, 0.825100, 0.420500> - 697: < 0.417202, 0.807394, 0.417202> - 698: < 0.420500, 0.825100, 0.377345> - 699: < 0.379751, 0.843551, 0.379751> - 700: < 0.417202, 0.807394, 0.417202> - 701: < 0.456900, 0.787421, 0.413777> - 702: < 0.461239, 0.804154, 0.374961> - 703: < 0.420500, 0.825100, 0.377345> - 704: < 0.456900, 0.787421, 0.413777> - 705: < 0.496372, 0.764976, 0.410398> - 706: < 0.501802, 0.780568, 0.372705> - 707: < 0.461239, 0.804154, 0.374961> - 708: < 0.496372, 0.764976, 0.410398> - 709: < 0.535518, 0.739812, 0.407307> - 710: < 0.542028, 0.754169, 0.370721> - 711: < 0.501802, 0.780568, 0.372705> - 712: < 0.535518, 0.739812, 0.407307> - 713: < 0.574008, 0.711772, 0.404839> - 714: < 0.581661, 0.724825, 0.369188> - 715: < 0.542028, 0.754169, 0.370721> - 716: < 0.574008, 0.711772, 0.404839> - 717: < 0.611427, 0.680859, 0.403223> - 718: < 0.620305, 0.692544, 0.368246> - 719: < 0.581661, 0.724825, 0.369188> - 720: <-0.620305, 0.692544, 0.368246> - 721: <-0.581661, 0.724825, 0.369188> - 722: <-0.588744, 0.736915, 0.332170> - 723: <-0.628603, 0.703467, 0.331652> - 724: <-0.581661, 0.724825, 0.369188> - 725: <-0.542028, 0.754169, 0.370721> - 726: <-0.548009, 0.767292, 0.333090> - 727: <-0.588744, 0.736915, 0.332170> - 728: <-0.542028, 0.754169, 0.370721> - 729: <-0.501802, 0.780568, 0.372705> - 730: <-0.506745, 0.794636, 0.334310> - 731: <-0.548009, 0.767292, 0.333090> - 732: <-0.501802, 0.780568, 0.372705> - 733: <-0.461239, 0.804154, 0.374961> - 734: <-0.465202, 0.819039, 0.335801> - 735: <-0.506745, 0.794636, 0.334310> - 736: <-0.461239, 0.804154, 0.374961> - 737: <-0.420500, 0.825100, 0.377345> - 738: <-0.423577, 0.840684, 0.337391> - 739: <-0.465202, 0.819039, 0.335801> - 740: <-0.420500, 0.825100, 0.377345> - 741: <-0.379751, 0.843551, 0.379751> - 742: <-0.381976, 0.859750, 0.339005> - 743: <-0.423577, 0.840684, 0.337391> - 744: <-0.379751, 0.843551, 0.379751> - 745: <-0.339005, 0.859750, 0.381976> - 746: <-0.340503, 0.876422, 0.340503> - 747: <-0.381976, 0.859750, 0.339005> - 748: <-0.339005, 0.859750, 0.381976> - 749: <-0.298259, 0.873840, 0.383986> - 750: <-0.299085, 0.890906, 0.341811> - 751: <-0.340503, 0.876422, 0.340503> - 752: <-0.298259, 0.873840, 0.383986> - 753: <-0.257364, 0.886018, 0.385664> - 754: <-0.257643, 0.903367, 0.342852> - 755: <-0.299085, 0.890906, 0.341811> - 756: <-0.257364, 0.886018, 0.385664> - 757: <-0.216199, 0.896382, 0.386985> - 758: <-0.215982, 0.913949, 0.343582> - 759: <-0.257643, 0.903367, 0.342852> - 760: <-0.216199, 0.896382, 0.386985> - 761: <-0.174541, 0.904997, 0.387965> - 762: <-0.173989, 0.922682, 0.344072> - 763: <-0.215982, 0.913949, 0.343582> - 764: <-0.174541, 0.904997, 0.387965> - 765: <-0.132240, 0.911854, 0.388632> - 766: <-0.131509, 0.929596, 0.344322> - 767: <-0.173989, 0.922682, 0.344072> - 768: <-0.132240, 0.911854, 0.388632> - 769: <-0.089116, 0.916918, 0.388998> - 770: <-0.088414, 0.934648, 0.344408> - 771: <-0.131509, 0.929596, 0.344322> - 772: <-0.089116, 0.916918, 0.388998> - 773: <-0.045016, 0.920061, 0.389180> - 774: <-0.044558, 0.937762, 0.344409> - 775: <-0.088414, 0.934648, 0.344408> - 776: <-0.045016, 0.920061, 0.389180> - 777: < 0.000000, 0.921135, 0.389244> - 778: < 0.000000, 0.938821, 0.344405> - 779: <-0.044558, 0.937762, 0.344409> - 780: < 0.000000, 0.921135, 0.389244> - 781: < 0.045016, 0.920061, 0.389180> - 782: < 0.044558, 0.937762, 0.344409> - 783: < 0.000000, 0.938821, 0.344405> - 784: < 0.045016, 0.920061, 0.389180> - 785: < 0.089116, 0.916918, 0.388998> - 786: < 0.088414, 0.934648, 0.344408> - 787: < 0.044558, 0.937762, 0.344409> - 788: < 0.089116, 0.916918, 0.388998> - 789: < 0.132240, 0.911854, 0.388632> - 790: < 0.131509, 0.929596, 0.344322> - 791: < 0.088414, 0.934648, 0.344408> - 792: < 0.132240, 0.911854, 0.388632> - 793: < 0.174541, 0.904997, 0.387965> - 794: < 0.173989, 0.922682, 0.344072> - 795: < 0.131509, 0.929596, 0.344322> - 796: < 0.174541, 0.904997, 0.387965> - 797: < 0.216199, 0.896382, 0.386985> - 798: < 0.215982, 0.913949, 0.343582> - 799: < 0.173989, 0.922682, 0.344072> - 800: < 0.216199, 0.896382, 0.386985> - 801: < 0.257364, 0.886018, 0.385664> - 802: < 0.257643, 0.903367, 0.342852> - 803: < 0.215982, 0.913949, 0.343582> - 804: < 0.257364, 0.886018, 0.385664> - 805: < 0.298259, 0.873840, 0.383986> - 806: < 0.299085, 0.890906, 0.341811> - 807: < 0.257643, 0.903367, 0.342852> - 808: < 0.298259, 0.873840, 0.383986> - 809: < 0.339005, 0.859750, 0.381976> - 810: < 0.340503, 0.876422, 0.340503> - 811: < 0.299085, 0.890906, 0.341811> - 812: < 0.339005, 0.859750, 0.381976> - 813: < 0.379751, 0.843551, 0.379751> - 814: < 0.381976, 0.859750, 0.339005> - 815: < 0.340503, 0.876422, 0.340503> - 816: < 0.379751, 0.843551, 0.379751> - 817: < 0.420500, 0.825100, 0.377345> - 818: < 0.423577, 0.840684, 0.337391> - 819: < 0.381976, 0.859750, 0.339005> - 820: < 0.420500, 0.825100, 0.377345> - 821: < 0.461239, 0.804154, 0.374961> - 822: < 0.465202, 0.819039, 0.335801> - 823: < 0.423577, 0.840684, 0.337391> - 824: < 0.461239, 0.804154, 0.374961> - 825: < 0.501802, 0.780568, 0.372705> - 826: < 0.506740, 0.794627, 0.334337> - 827: < 0.465202, 0.819039, 0.335801> - 828: < 0.501802, 0.780568, 0.372705> - 829: < 0.542028, 0.754169, 0.370721> - 830: < 0.548009, 0.767292, 0.333090> - 831: < 0.506740, 0.794627, 0.334337> - 832: < 0.542028, 0.754169, 0.370721> - 833: < 0.581661, 0.724825, 0.369188> - 834: < 0.588744, 0.736915, 0.332170> - 835: < 0.548009, 0.767292, 0.333090> - 836: < 0.581661, 0.724825, 0.369188> - 837: < 0.620305, 0.692544, 0.368246> - 838: < 0.628603, 0.703467, 0.331652> - 839: < 0.588744, 0.736915, 0.332170> - 840: <-0.628603, 0.703467, 0.331652> - 841: <-0.588744, 0.736915, 0.332170> - 842: <-0.595158, 0.747816, 0.294207> - 843: <-0.636150, 0.713396, 0.293904> - 844: <-0.588744, 0.736915, 0.332170> - 845: <-0.548009, 0.767292, 0.333090> - 846: <-0.553415, 0.779017, 0.294729> - 847: <-0.595158, 0.747816, 0.294207> - 848: <-0.548009, 0.767292, 0.333090> - 849: <-0.506745, 0.794636, 0.334310> - 850: <-0.511198, 0.807082, 0.295457> - 851: <-0.553415, 0.779017, 0.294729> - 852: <-0.506745, 0.794636, 0.334310> - 853: <-0.465202, 0.819039, 0.335801> - 854: <-0.468770, 0.832128, 0.296339> - 855: <-0.511198, 0.807082, 0.295457> - 856: <-0.465202, 0.819039, 0.335801> - 857: <-0.423577, 0.840684, 0.337391> - 858: <-0.426323, 0.854324, 0.297287> - 859: <-0.468770, 0.832128, 0.296339> - 860: <-0.423577, 0.840684, 0.337391> - 861: <-0.381976, 0.859750, 0.339005> - 862: <-0.383989, 0.873848, 0.298231> - 863: <-0.426323, 0.854324, 0.297287> - 864: <-0.381976, 0.859750, 0.339005> - 865: <-0.340503, 0.876422, 0.340503> - 866: <-0.341811, 0.890906, 0.299085> - 867: <-0.383989, 0.873848, 0.298231> - 868: <-0.340503, 0.876422, 0.340503> - 869: <-0.299085, 0.890906, 0.341811> - 870: <-0.299762, 0.905696, 0.299762> - 871: <-0.341811, 0.890906, 0.299085> - 872: <-0.299085, 0.890906, 0.341811> - 873: <-0.257643, 0.903367, 0.342852> - 874: <-0.257736, 0.918390, 0.300219> - 875: <-0.299762, 0.905696, 0.299762> - 876: <-0.257643, 0.903367, 0.342852> - 877: <-0.215982, 0.913949, 0.343582> - 878: <-0.215649, 0.929096, 0.300461> - 879: <-0.257736, 0.918390, 0.300219> - 880: <-0.215982, 0.913949, 0.343582> - 881: <-0.173989, 0.922682, 0.344072> - 882: <-0.173351, 0.937897, 0.300496> - 883: <-0.215649, 0.929096, 0.300461> - 884: <-0.173989, 0.922682, 0.344072> - 885: <-0.131509, 0.929596, 0.344322> - 886: <-0.130743, 0.944802, 0.300427> - 887: <-0.173351, 0.937897, 0.300496> - 888: <-0.131509, 0.929596, 0.344322> - 889: <-0.088414, 0.934648, 0.344408> - 890: <-0.087712, 0.949820, 0.300248> - 891: <-0.130743, 0.944802, 0.300427> - 892: <-0.088414, 0.934648, 0.344408> - 893: <-0.044558, 0.937762, 0.344409> - 894: <-0.044130, 0.952889, 0.300092> - 895: <-0.087712, 0.949820, 0.300248> - 896: <-0.044558, 0.937762, 0.344409> - 897: < 0.000000, 0.938821, 0.344405> - 898: < 0.000000, 0.953921, 0.300059> - 899: <-0.044130, 0.952889, 0.300092> - 900: < 0.000000, 0.938821, 0.344405> - 901: < 0.044558, 0.937762, 0.344409> - 902: < 0.044130, 0.952889, 0.300092> - 903: < 0.000000, 0.953921, 0.300059> - 904: < 0.044558, 0.937762, 0.344409> - 905: < 0.088414, 0.934648, 0.344408> - 906: < 0.087712, 0.949820, 0.300248> - 907: < 0.044130, 0.952889, 0.300092> - 908: < 0.088414, 0.934648, 0.344408> - 909: < 0.131509, 0.929596, 0.344322> - 910: < 0.130743, 0.944802, 0.300427> - 911: < 0.087712, 0.949820, 0.300248> - 912: < 0.131509, 0.929596, 0.344322> - 913: < 0.173989, 0.922682, 0.344072> - 914: < 0.173351, 0.937897, 0.300496> - 915: < 0.130743, 0.944802, 0.300427> - 916: < 0.173989, 0.922682, 0.344072> - 917: < 0.215982, 0.913949, 0.343582> - 918: < 0.215649, 0.929096, 0.300461> - 919: < 0.173351, 0.937897, 0.300496> - 920: < 0.215982, 0.913949, 0.343582> - 921: < 0.257643, 0.903367, 0.342852> - 922: < 0.257736, 0.918390, 0.300219> - 923: < 0.215649, 0.929096, 0.300461> - 924: < 0.257643, 0.903367, 0.342852> - 925: < 0.299085, 0.890906, 0.341811> - 926: < 0.299762, 0.905696, 0.299762> - 927: < 0.257736, 0.918390, 0.300219> - 928: < 0.299085, 0.890906, 0.341811> - 929: < 0.340503, 0.876422, 0.340503> - 930: < 0.341811, 0.890906, 0.299085> - 931: < 0.299762, 0.905696, 0.299762> - 932: < 0.340503, 0.876422, 0.340503> - 933: < 0.381976, 0.859750, 0.339005> - 934: < 0.383986, 0.873840, 0.298259> - 935: < 0.341811, 0.890906, 0.299085> - 936: < 0.381976, 0.859750, 0.339005> - 937: < 0.423577, 0.840684, 0.337391> - 938: < 0.426323, 0.854324, 0.297287> - 939: < 0.383986, 0.873840, 0.298259> - 940: < 0.423577, 0.840684, 0.337391> - 941: < 0.465202, 0.819039, 0.335801> - 942: < 0.468770, 0.832128, 0.296339> - 943: < 0.426323, 0.854324, 0.297287> - 944: < 0.465202, 0.819039, 0.335801> - 945: < 0.506740, 0.794627, 0.334337> - 946: < 0.511198, 0.807082, 0.295457> - 947: < 0.468770, 0.832128, 0.296339> - 948: < 0.506740, 0.794627, 0.334337> - 949: < 0.548009, 0.767292, 0.333090> - 950: < 0.553415, 0.779017, 0.294729> - 951: < 0.511198, 0.807082, 0.295457> - 952: < 0.548009, 0.767292, 0.333090> - 953: < 0.588744, 0.736915, 0.332170> - 954: < 0.595158, 0.747816, 0.294207> - 955: < 0.553415, 0.779017, 0.294729> - 956: < 0.588744, 0.736915, 0.332170> - 957: < 0.628603, 0.703467, 0.331652> - 958: < 0.636150, 0.713396, 0.293904> - 959: < 0.595158, 0.747816, 0.294207> - 960: <-0.636150, 0.713396, 0.293904> - 961: <-0.595158, 0.747816, 0.294207> - 962: <-0.600829, 0.757361, 0.255750> - 963: <-0.642833, 0.722093, 0.255632> - 964: <-0.595158, 0.747816, 0.294207> - 965: <-0.553415, 0.779017, 0.294729> - 966: <-0.558172, 0.789266, 0.255937> - 967: <-0.600829, 0.757361, 0.255750> - 968: <-0.553415, 0.779017, 0.294729> - 969: <-0.511198, 0.807082, 0.295457> - 970: <-0.515110, 0.817925, 0.256243> - 971: <-0.558172, 0.789266, 0.255937> - 972: <-0.511198, 0.807082, 0.295457> - 973: <-0.468770, 0.832128, 0.296339> - 974: <-0.471888, 0.843490, 0.256606> - 975: <-0.515110, 0.817925, 0.256243> - 976: <-0.468770, 0.832128, 0.296339> - 977: <-0.426323, 0.854324, 0.297287> - 978: <-0.428698, 0.866124, 0.256999> - 979: <-0.471888, 0.843490, 0.256606> - 980: <-0.426323, 0.854324, 0.297287> - 981: <-0.383989, 0.873848, 0.298231> - 982: <-0.385664, 0.886018, 0.257364> - 983: <-0.428698, 0.866124, 0.256999> - 984: <-0.383989, 0.873848, 0.298231> - 985: <-0.341811, 0.890906, 0.299085> - 986: <-0.342852, 0.903367, 0.257643> - 987: <-0.385664, 0.886018, 0.257364> - 988: <-0.341811, 0.890906, 0.299085> - 989: <-0.299762, 0.905696, 0.299762> - 990: <-0.300219, 0.918390, 0.257736> - 991: <-0.342852, 0.903367, 0.257643> - 992: <-0.299762, 0.905696, 0.299762> - 993: <-0.257736, 0.918390, 0.300219> - 994: <-0.257702, 0.931225, 0.257702> - 995: <-0.300219, 0.918390, 0.257736> - 996: <-0.257736, 0.918390, 0.300219> - 997: <-0.215649, 0.929096, 0.300461> - 998: <-0.215220, 0.942000, 0.257519> - 999: <-0.257702, 0.931225, 0.257702> - 1000: <-0.215649, 0.929096, 0.300461> - 1001: <-0.173351, 0.937897, 0.300496> - 1002: <-0.172679, 0.950800, 0.257217> - 1003: <-0.215220, 0.942000, 0.257519> - 1004: <-0.173351, 0.937897, 0.300496> - 1005: <-0.130743, 0.944802, 0.300427> - 1006: <-0.129981, 0.957663, 0.256880> - 1007: <-0.172679, 0.950800, 0.257217> - 1008: <-0.130743, 0.944802, 0.300427> - 1009: <-0.087712, 0.949820, 0.300248> - 1010: <-0.087041, 0.962605, 0.256544> - 1011: <-0.129981, 0.957663, 0.256880> - 1012: <-0.087712, 0.949820, 0.300248> - 1013: <-0.044130, 0.952889, 0.300092> - 1014: <-0.043703, 0.965618, 0.256267> - 1015: <-0.087041, 0.962605, 0.256544> - 1016: <-0.044130, 0.952889, 0.300092> - 1017: < 0.000000, 0.953921, 0.300059> - 1018: < 0.000000, 0.966630, 0.256177> - 1019: <-0.043703, 0.965618, 0.256267> - 1020: < 0.000000, 0.953921, 0.300059> - 1021: < 0.044130, 0.952889, 0.300092> - 1022: < 0.043703, 0.965618, 0.256267> - 1023: < 0.000000, 0.966630, 0.256177> - 1024: < 0.044130, 0.952889, 0.300092> - 1025: < 0.087712, 0.949820, 0.300248> - 1026: < 0.087041, 0.962605, 0.256544> - 1027: < 0.043703, 0.965618, 0.256267> - 1028: < 0.087712, 0.949820, 0.300248> - 1029: < 0.130743, 0.944802, 0.300427> - 1030: < 0.129981, 0.957663, 0.256880> - 1031: < 0.087041, 0.962605, 0.256544> - 1032: < 0.130743, 0.944802, 0.300427> - 1033: < 0.173351, 0.937897, 0.300496> - 1034: < 0.172679, 0.950800, 0.257217> - 1035: < 0.129981, 0.957663, 0.256880> - 1036: < 0.173351, 0.937897, 0.300496> - 1037: < 0.215649, 0.929096, 0.300461> - 1038: < 0.215220, 0.942000, 0.257519> - 1039: < 0.172679, 0.950800, 0.257217> - 1040: < 0.215649, 0.929096, 0.300461> - 1041: < 0.257736, 0.918390, 0.300219> - 1042: < 0.257702, 0.931225, 0.257702> - 1043: < 0.215220, 0.942000, 0.257519> - 1044: < 0.257736, 0.918390, 0.300219> - 1045: < 0.299762, 0.905696, 0.299762> - 1046: < 0.300219, 0.918390, 0.257736> - 1047: < 0.257702, 0.931225, 0.257702> - 1048: < 0.299762, 0.905696, 0.299762> - 1049: < 0.341811, 0.890906, 0.299085> - 1050: < 0.342852, 0.903367, 0.257643> - 1051: < 0.300219, 0.918390, 0.257736> - 1052: < 0.341811, 0.890906, 0.299085> - 1053: < 0.383986, 0.873840, 0.298259> - 1054: < 0.385664, 0.886018, 0.257364> - 1055: < 0.342852, 0.903367, 0.257643> - 1056: < 0.383986, 0.873840, 0.298259> - 1057: < 0.426323, 0.854324, 0.297287> - 1058: < 0.428698, 0.866124, 0.256999> - 1059: < 0.385664, 0.886018, 0.257364> - 1060: < 0.426323, 0.854324, 0.297287> - 1061: < 0.468770, 0.832128, 0.296339> - 1062: < 0.471888, 0.843490, 0.256606> - 1063: < 0.428698, 0.866124, 0.256999> - 1064: < 0.468770, 0.832128, 0.296339> - 1065: < 0.511198, 0.807082, 0.295457> - 1066: < 0.515110, 0.817925, 0.256243> - 1067: < 0.471888, 0.843490, 0.256606> - 1068: < 0.511198, 0.807082, 0.295457> - 1069: < 0.553415, 0.779017, 0.294729> - 1070: < 0.558172, 0.789266, 0.255937> - 1071: < 0.515110, 0.817925, 0.256243> - 1072: < 0.553415, 0.779017, 0.294729> - 1073: < 0.595158, 0.747816, 0.294207> - 1074: < 0.600829, 0.757361, 0.255750> - 1075: < 0.558172, 0.789266, 0.255937> - 1076: < 0.595158, 0.747816, 0.294207> - 1077: < 0.636150, 0.713396, 0.293904> - 1078: < 0.642833, 0.722093, 0.255632> - 1079: < 0.600829, 0.757361, 0.255750> - 1080: <-0.642833, 0.722093, 0.255632> - 1081: <-0.600829, 0.757361, 0.255750> - 1082: <-0.605748, 0.765608, 0.216596> - 1083: <-0.648606, 0.729636, 0.216660> - 1084: <-0.600829, 0.757361, 0.255750> - 1085: <-0.558172, 0.789266, 0.255937> - 1086: <-0.562257, 0.798110, 0.216534> - 1087: <-0.605748, 0.765608, 0.216596> - 1088: <-0.558172, 0.789266, 0.255937> - 1089: <-0.515110, 0.817925, 0.256243> - 1090: <-0.518435, 0.827263, 0.216475> - 1091: <-0.562257, 0.798110, 0.216534> - 1092: <-0.515110, 0.817925, 0.256243> - 1093: <-0.471888, 0.843490, 0.256606> - 1094: <-0.474515, 0.853230, 0.216413> - 1095: <-0.518435, 0.827263, 0.216475> - 1096: <-0.471888, 0.843490, 0.256606> - 1097: <-0.428698, 0.866124, 0.256999> - 1098: <-0.430657, 0.876208, 0.216320> - 1099: <-0.474515, 0.853230, 0.216413> - 1100: <-0.428698, 0.866124, 0.256999> - 1101: <-0.385664, 0.886018, 0.257364> - 1102: <-0.386985, 0.896382, 0.216199> - 1103: <-0.430657, 0.876208, 0.216320> - 1104: <-0.385664, 0.886018, 0.257364> - 1105: <-0.342852, 0.903367, 0.257643> - 1106: <-0.343582, 0.913949, 0.215982> - 1107: <-0.386985, 0.896382, 0.216199> - 1108: <-0.342852, 0.903367, 0.257643> - 1109: <-0.300219, 0.918390, 0.257736> - 1110: <-0.300461, 0.929096, 0.215649> - 1111: <-0.343582, 0.913949, 0.215982> - 1112: <-0.300219, 0.918390, 0.257736> - 1113: <-0.257702, 0.931225, 0.257702> - 1114: <-0.257519, 0.942000, 0.215220> - 1115: <-0.300461, 0.929096, 0.215649> - 1116: <-0.257702, 0.931225, 0.257702> - 1117: <-0.215220, 0.942000, 0.257519> - 1118: <-0.214732, 0.952775, 0.214732> - 1119: <-0.257519, 0.942000, 0.215220> - 1120: <-0.215220, 0.942000, 0.257519> - 1121: <-0.172679, 0.950800, 0.257217> - 1122: <-0.172005, 0.961530, 0.214182> - 1123: <-0.214732, 0.952775, 0.214732> - 1124: <-0.172679, 0.950800, 0.257217> - 1125: <-0.129981, 0.957663, 0.256880> - 1126: <-0.129250, 0.968319, 0.213666> - 1127: <-0.172005, 0.961530, 0.214182> - 1128: <-0.129981, 0.957663, 0.256880> - 1129: <-0.087041, 0.962605, 0.256544> - 1130: <-0.086398, 0.973180, 0.213204> - 1131: <-0.129250, 0.968319, 0.213666> - 1132: <-0.087041, 0.962605, 0.256544> - 1133: <-0.043703, 0.965618, 0.256267> - 1134: <-0.043306, 0.976120, 0.212870> - 1135: <-0.086398, 0.973180, 0.213204> - 1136: <-0.043703, 0.965618, 0.256267> - 1137: < 0.000000, 0.966630, 0.256177> - 1138: < 0.000000, 0.977107, 0.212750> - 1139: <-0.043306, 0.976120, 0.212870> - 1140: < 0.000000, 0.966630, 0.256177> - 1141: < 0.043703, 0.965618, 0.256267> - 1142: < 0.043306, 0.976120, 0.212870> - 1143: < 0.000000, 0.977107, 0.212750> - 1144: < 0.043703, 0.965618, 0.256267> - 1145: < 0.087041, 0.962605, 0.256544> - 1146: < 0.086398, 0.973180, 0.213204> - 1147: < 0.043306, 0.976120, 0.212870> - 1148: < 0.087041, 0.962605, 0.256544> - 1149: < 0.129981, 0.957663, 0.256880> - 1150: < 0.129250, 0.968319, 0.213666> - 1151: < 0.086398, 0.973180, 0.213204> - 1152: < 0.129981, 0.957663, 0.256880> - 1153: < 0.172679, 0.950800, 0.257217> - 1154: < 0.172005, 0.961530, 0.214182> - 1155: < 0.129250, 0.968319, 0.213666> - 1156: < 0.172679, 0.950800, 0.257217> - 1157: < 0.215220, 0.942000, 0.257519> - 1158: < 0.214732, 0.952775, 0.214732> - 1159: < 0.172005, 0.961530, 0.214182> - 1160: < 0.215220, 0.942000, 0.257519> - 1161: < 0.257702, 0.931225, 0.257702> - 1162: < 0.257519, 0.942000, 0.215220> - 1163: < 0.214732, 0.952775, 0.214732> - 1164: < 0.257702, 0.931225, 0.257702> - 1165: < 0.300219, 0.918390, 0.257736> - 1166: < 0.300461, 0.929096, 0.215649> - 1167: < 0.257519, 0.942000, 0.215220> - 1168: < 0.300219, 0.918390, 0.257736> - 1169: < 0.342852, 0.903367, 0.257643> - 1170: < 0.343582, 0.913949, 0.215982> - 1171: < 0.300461, 0.929096, 0.215649> - 1172: < 0.342852, 0.903367, 0.257643> - 1173: < 0.385664, 0.886018, 0.257364> - 1174: < 0.386985, 0.896382, 0.216199> - 1175: < 0.343582, 0.913949, 0.215982> - 1176: < 0.385664, 0.886018, 0.257364> - 1177: < 0.428698, 0.866124, 0.256999> - 1178: < 0.430657, 0.876208, 0.216320> - 1179: < 0.386985, 0.896382, 0.216199> - 1180: < 0.428698, 0.866124, 0.256999> - 1181: < 0.471888, 0.843490, 0.256606> - 1182: < 0.474515, 0.853230, 0.216413> - 1183: < 0.430657, 0.876208, 0.216320> - 1184: < 0.471888, 0.843490, 0.256606> - 1185: < 0.515110, 0.817925, 0.256243> - 1186: < 0.518435, 0.827263, 0.216475> - 1187: < 0.474515, 0.853230, 0.216413> - 1188: < 0.515110, 0.817925, 0.256243> - 1189: < 0.558172, 0.789266, 0.255937> - 1190: < 0.562257, 0.798110, 0.216534> - 1191: < 0.518435, 0.827263, 0.216475> - 1192: < 0.558172, 0.789266, 0.255937> - 1193: < 0.600829, 0.757361, 0.255750> - 1194: < 0.605748, 0.765608, 0.216596> - 1195: < 0.562257, 0.798110, 0.216534> - 1196: < 0.600829, 0.757361, 0.255750> - 1197: < 0.642833, 0.722093, 0.255632> - 1198: < 0.648606, 0.729636, 0.216660> - 1199: < 0.605748, 0.765608, 0.216596> - 1200: <-0.648606, 0.729636, 0.216660> - 1201: <-0.605748, 0.765608, 0.216596> - 1202: <-0.609892, 0.772589, 0.176461> - 1203: <-0.653502, 0.736025, 0.176644> - 1204: <-0.605748, 0.765608, 0.216596> - 1205: <-0.562257, 0.798110, 0.216534> - 1206: <-0.565675, 0.805587, 0.176188> - 1207: <-0.609892, 0.772589, 0.176461> - 1208: <-0.562257, 0.798110, 0.216534> - 1209: <-0.518435, 0.827263, 0.216475> - 1210: <-0.521180, 0.835133, 0.175853> - 1211: <-0.565675, 0.805587, 0.176188> - 1212: <-0.518435, 0.827263, 0.216475> - 1213: <-0.474515, 0.853230, 0.216413> - 1214: <-0.476614, 0.861427, 0.175453> - 1215: <-0.521180, 0.835133, 0.175853> - 1216: <-0.474515, 0.853230, 0.216413> - 1217: <-0.430657, 0.876208, 0.216320> - 1218: <-0.432149, 0.884654, 0.175026> - 1219: <-0.476614, 0.861427, 0.175453> - 1220: <-0.430657, 0.876208, 0.216320> - 1221: <-0.386985, 0.896382, 0.216199> - 1222: <-0.387965, 0.904997, 0.174541> - 1223: <-0.432149, 0.884654, 0.175026> - 1224: <-0.386985, 0.896382, 0.216199> - 1225: <-0.343582, 0.913949, 0.215982> - 1226: <-0.344072, 0.922682, 0.173989> - 1227: <-0.387965, 0.904997, 0.174541> - 1228: <-0.343582, 0.913949, 0.215982> - 1229: <-0.300461, 0.929096, 0.215649> - 1230: <-0.300496, 0.937897, 0.173351> - 1231: <-0.344072, 0.922682, 0.173989> - 1232: <-0.300461, 0.929096, 0.215649> - 1233: <-0.257519, 0.942000, 0.215220> - 1234: <-0.257217, 0.950800, 0.172679> - 1235: <-0.300496, 0.937897, 0.173351> - 1236: <-0.257519, 0.942000, 0.215220> - 1237: <-0.214732, 0.952775, 0.214732> - 1238: <-0.214182, 0.961530, 0.172005> - 1239: <-0.257217, 0.950800, 0.172679> - 1240: <-0.214732, 0.952775, 0.214732> - 1241: <-0.172005, 0.961530, 0.214182> - 1242: <-0.171305, 0.970211, 0.171305> - 1243: <-0.214182, 0.961530, 0.172005> - 1244: <-0.172005, 0.961530, 0.214182> - 1245: <-0.129250, 0.968319, 0.213666> - 1246: <-0.128545, 0.976904, 0.170691> - 1247: <-0.171305, 0.970211, 0.171305> - 1248: <-0.129250, 0.968319, 0.213666> - 1249: <-0.086398, 0.973180, 0.213204> - 1250: <-0.085788, 0.981668, 0.170203> - 1251: <-0.128545, 0.976904, 0.170691> - 1252: <-0.086398, 0.973180, 0.213204> - 1253: <-0.043306, 0.976120, 0.212870> - 1254: <-0.042970, 0.984535, 0.169837> - 1255: <-0.085788, 0.981668, 0.170203> - 1256: <-0.043306, 0.976120, 0.212870> - 1257: < 0.000000, 0.977107, 0.212750> - 1258: < 0.000000, 0.985488, 0.169746> - 1259: <-0.042970, 0.984535, 0.169837> - 1260: < 0.000000, 0.977107, 0.212750> - 1261: < 0.043306, 0.976120, 0.212870> - 1262: < 0.042970, 0.984530, 0.169866> - 1263: < 0.000000, 0.985488, 0.169746> - 1264: < 0.043306, 0.976120, 0.212870> - 1265: < 0.086398, 0.973180, 0.213204> - 1266: < 0.085788, 0.981668, 0.170203> - 1267: < 0.042970, 0.984530, 0.169866> - 1268: < 0.086398, 0.973180, 0.213204> - 1269: < 0.129250, 0.968319, 0.213666> - 1270: < 0.128545, 0.976904, 0.170691> - 1271: < 0.085788, 0.981668, 0.170203> - 1272: < 0.129250, 0.968319, 0.213666> - 1273: < 0.172005, 0.961530, 0.214182> - 1274: < 0.171305, 0.970211, 0.171305> - 1275: < 0.128545, 0.976904, 0.170691> - 1276: < 0.172005, 0.961530, 0.214182> - 1277: < 0.214732, 0.952775, 0.214732> - 1278: < 0.214182, 0.961530, 0.172005> - 1279: < 0.171305, 0.970211, 0.171305> - 1280: < 0.214732, 0.952775, 0.214732> - 1281: < 0.257519, 0.942000, 0.215220> - 1282: < 0.257217, 0.950800, 0.172679> - 1283: < 0.214182, 0.961530, 0.172005> - 1284: < 0.257519, 0.942000, 0.215220> - 1285: < 0.300461, 0.929096, 0.215649> - 1286: < 0.300496, 0.937897, 0.173351> - 1287: < 0.257217, 0.950800, 0.172679> - 1288: < 0.300461, 0.929096, 0.215649> - 1289: < 0.343582, 0.913949, 0.215982> - 1290: < 0.344072, 0.922682, 0.173989> - 1291: < 0.300496, 0.937897, 0.173351> - 1292: < 0.343582, 0.913949, 0.215982> - 1293: < 0.386985, 0.896382, 0.216199> - 1294: < 0.387965, 0.904997, 0.174541> - 1295: < 0.344072, 0.922682, 0.173989> - 1296: < 0.386985, 0.896382, 0.216199> - 1297: < 0.430657, 0.876208, 0.216320> - 1298: < 0.432149, 0.884654, 0.175026> - 1299: < 0.387965, 0.904997, 0.174541> - 1300: < 0.430657, 0.876208, 0.216320> - 1301: < 0.474515, 0.853230, 0.216413> - 1302: < 0.476614, 0.861427, 0.175453> - 1303: < 0.432149, 0.884654, 0.175026> - 1304: < 0.474515, 0.853230, 0.216413> - 1305: < 0.518435, 0.827263, 0.216475> - 1306: < 0.521180, 0.835133, 0.175853> - 1307: < 0.476614, 0.861427, 0.175453> - 1308: < 0.518435, 0.827263, 0.216475> - 1309: < 0.562257, 0.798110, 0.216534> - 1310: < 0.565675, 0.805587, 0.176188> - 1311: < 0.521180, 0.835133, 0.175853> - 1312: < 0.562257, 0.798110, 0.216534> - 1313: < 0.605748, 0.765608, 0.216596> - 1314: < 0.609892, 0.772589, 0.176461> - 1315: < 0.565675, 0.805587, 0.176188> - 1316: < 0.605748, 0.765608, 0.216596> - 1317: < 0.648606, 0.729636, 0.216660> - 1318: < 0.653502, 0.736025, 0.176644> - 1319: < 0.609892, 0.772589, 0.176461> - 1320: <-0.653502, 0.736025, 0.176644> - 1321: <-0.609892, 0.772589, 0.176461> - 1322: <-0.613215, 0.778292, 0.135015> - 1323: <-0.657468, 0.741243, 0.135260> - 1324: <-0.609892, 0.772589, 0.176461> - 1325: <-0.565675, 0.805587, 0.176188> - 1326: <-0.568382, 0.811677, 0.134618> - 1327: <-0.613215, 0.778292, 0.135015> - 1328: <-0.565675, 0.805587, 0.176188> - 1329: <-0.521180, 0.835133, 0.175853> - 1330: <-0.523307, 0.841527, 0.134100> - 1331: <-0.568382, 0.811677, 0.134618> - 1332: <-0.521180, 0.835133, 0.175853> - 1333: <-0.476614, 0.861427, 0.175453> - 1334: <-0.478208, 0.868033, 0.133553> - 1335: <-0.523307, 0.841527, 0.134100> - 1336: <-0.476614, 0.861427, 0.175453> - 1337: <-0.432149, 0.884654, 0.175026> - 1338: <-0.433256, 0.891416, 0.132913> - 1339: <-0.478208, 0.868033, 0.133553> - 1340: <-0.432149, 0.884654, 0.175026> - 1341: <-0.387965, 0.904997, 0.174541> - 1342: <-0.388632, 0.911854, 0.132240> - 1343: <-0.433256, 0.891416, 0.132913> - 1344: <-0.387965, 0.904997, 0.174541> - 1345: <-0.344072, 0.922682, 0.173989> - 1346: <-0.344322, 0.929596, 0.131509> - 1347: <-0.388632, 0.911854, 0.132240> - 1348: <-0.344072, 0.922682, 0.173989> - 1349: <-0.300496, 0.937897, 0.173351> - 1350: <-0.300427, 0.944802, 0.130743> - 1351: <-0.344322, 0.929596, 0.131509> - 1352: <-0.300496, 0.937897, 0.173351> - 1353: <-0.257217, 0.950800, 0.172679> - 1354: <-0.256880, 0.957663, 0.129981> - 1355: <-0.300427, 0.944802, 0.130743> - 1356: <-0.257217, 0.950800, 0.172679> - 1357: <-0.214182, 0.961530, 0.172005> - 1358: <-0.213666, 0.968319, 0.129250> - 1359: <-0.256880, 0.957663, 0.129981> - 1360: <-0.214182, 0.961530, 0.172005> - 1361: <-0.171305, 0.970211, 0.171305> - 1362: <-0.170691, 0.976904, 0.128545> - 1363: <-0.213666, 0.968319, 0.129250> - 1364: <-0.171305, 0.970211, 0.171305> - 1365: <-0.128545, 0.976904, 0.170691> - 1366: <-0.127935, 0.983497, 0.127935> - 1367: <-0.170691, 0.976904, 0.128545> - 1368: <-0.128545, 0.976904, 0.170691> - 1369: <-0.085788, 0.981668, 0.170203> - 1370: <-0.085300, 0.988171, 0.127447> - 1371: <-0.127935, 0.983497, 0.127935> - 1372: <-0.085788, 0.981668, 0.170203> - 1373: <-0.042970, 0.984535, 0.169837> - 1374: <-0.042666, 0.990966, 0.127144> - 1375: <-0.085300, 0.988171, 0.127447> - 1376: <-0.042970, 0.984535, 0.169837> - 1377: < 0.000000, 0.985488, 0.169746> - 1378: < 0.000000, 0.991900, 0.127020> - 1379: <-0.042666, 0.990966, 0.127144> - 1380: < 0.000000, 0.985488, 0.169746> - 1381: < 0.042970, 0.984530, 0.169866> - 1382: < 0.042666, 0.990966, 0.127144> - 1383: < 0.000000, 0.991900, 0.127020> - 1384: < 0.042970, 0.984530, 0.169866> - 1385: < 0.085788, 0.981668, 0.170203> - 1386: < 0.085300, 0.988171, 0.127447> - 1387: < 0.042666, 0.990966, 0.127144> - 1388: < 0.085788, 0.981668, 0.170203> - 1389: < 0.128545, 0.976904, 0.170691> - 1390: < 0.127935, 0.983497, 0.127935> - 1391: < 0.085300, 0.988171, 0.127447> - 1392: < 0.128545, 0.976904, 0.170691> - 1393: < 0.171305, 0.970211, 0.171305> - 1394: < 0.170691, 0.976904, 0.128545> - 1395: < 0.127935, 0.983497, 0.127935> - 1396: < 0.171305, 0.970211, 0.171305> - 1397: < 0.214182, 0.961530, 0.172005> - 1398: < 0.213666, 0.968319, 0.129250> - 1399: < 0.170691, 0.976904, 0.128545> - 1400: < 0.214182, 0.961530, 0.172005> - 1401: < 0.257217, 0.950800, 0.172679> - 1402: < 0.256880, 0.957663, 0.129981> - 1403: < 0.213666, 0.968319, 0.129250> - 1404: < 0.257217, 0.950800, 0.172679> - 1405: < 0.300496, 0.937897, 0.173351> - 1406: < 0.300427, 0.944802, 0.130743> - 1407: < 0.256880, 0.957663, 0.129981> - 1408: < 0.300496, 0.937897, 0.173351> - 1409: < 0.344072, 0.922682, 0.173989> - 1410: < 0.344322, 0.929596, 0.131509> - 1411: < 0.300427, 0.944802, 0.130743> - 1412: < 0.344072, 0.922682, 0.173989> - 1413: < 0.387965, 0.904997, 0.174541> - 1414: < 0.388632, 0.911854, 0.132240> - 1415: < 0.344322, 0.929596, 0.131509> - 1416: < 0.387965, 0.904997, 0.174541> - 1417: < 0.432149, 0.884654, 0.175026> - 1418: < 0.433281, 0.891405, 0.132911> - 1419: < 0.388632, 0.911854, 0.132240> - 1420: < 0.432149, 0.884654, 0.175026> - 1421: < 0.476614, 0.861427, 0.175453> - 1422: < 0.478208, 0.868033, 0.133553> - 1423: < 0.433281, 0.891405, 0.132911> - 1424: < 0.476614, 0.861427, 0.175453> - 1425: < 0.521180, 0.835133, 0.175853> - 1426: < 0.523307, 0.841527, 0.134100> - 1427: < 0.478208, 0.868033, 0.133553> - 1428: < 0.521180, 0.835133, 0.175853> - 1429: < 0.565675, 0.805587, 0.176188> - 1430: < 0.568382, 0.811677, 0.134618> - 1431: < 0.523307, 0.841527, 0.134100> - 1432: < 0.565675, 0.805587, 0.176188> - 1433: < 0.609892, 0.772589, 0.176461> - 1434: < 0.613196, 0.778306, 0.135018> - 1435: < 0.568382, 0.811677, 0.134618> - 1436: < 0.609892, 0.772589, 0.176461> - 1437: < 0.653502, 0.736025, 0.176644> - 1438: < 0.657468, 0.741243, 0.135260> - 1439: < 0.613196, 0.778306, 0.135018> - 1440: <-0.657468, 0.741243, 0.135260> - 1441: <-0.613215, 0.778292, 0.135015> - 1442: <-0.615697, 0.782607, 0.091894> - 1443: <-0.660463, 0.745184, 0.092137> - 1444: <-0.613215, 0.778292, 0.135015> - 1445: <-0.568382, 0.811677, 0.134618> - 1446: <-0.570377, 0.816271, 0.091497> - 1447: <-0.615697, 0.782607, 0.091894> - 1448: <-0.568382, 0.811677, 0.134618> - 1449: <-0.523307, 0.841527, 0.134100> - 1450: <-0.524836, 0.846324, 0.091008> - 1451: <-0.570377, 0.816271, 0.091497> - 1452: <-0.523307, 0.841527, 0.134100> - 1453: <-0.478208, 0.868033, 0.133553> - 1454: <-0.479307, 0.872976, 0.090429> - 1455: <-0.524836, 0.846324, 0.091008> - 1456: <-0.478208, 0.868033, 0.133553> - 1457: <-0.433256, 0.891416, 0.132913> - 1458: <-0.433981, 0.896437, 0.089787> - 1459: <-0.479307, 0.872976, 0.090429> - 1460: <-0.433256, 0.891416, 0.132913> - 1461: <-0.388632, 0.911854, 0.132240> - 1462: <-0.388998, 0.916918, 0.089116> - 1463: <-0.433981, 0.896437, 0.089787> - 1464: <-0.388632, 0.911854, 0.132240> - 1465: <-0.344322, 0.929596, 0.131509> - 1466: <-0.344408, 0.934648, 0.088414> - 1467: <-0.388998, 0.916918, 0.089116> - 1468: <-0.344322, 0.929596, 0.131509> - 1469: <-0.300427, 0.944802, 0.130743> - 1470: <-0.300248, 0.949820, 0.087712> - 1471: <-0.344408, 0.934648, 0.088414> - 1472: <-0.300427, 0.944802, 0.130743> - 1473: <-0.256880, 0.957663, 0.129981> - 1474: <-0.256544, 0.962605, 0.087041> - 1475: <-0.300248, 0.949820, 0.087712> - 1476: <-0.256880, 0.957663, 0.129981> - 1477: <-0.213666, 0.968319, 0.129250> - 1478: <-0.213204, 0.973180, 0.086398> - 1479: <-0.256544, 0.962605, 0.087041> - 1480: <-0.213666, 0.968319, 0.129250> - 1481: <-0.170691, 0.976904, 0.128545> - 1482: <-0.170203, 0.981668, 0.085788> - 1483: <-0.213204, 0.973180, 0.086398> - 1484: <-0.170691, 0.976904, 0.128545> - 1485: <-0.127935, 0.983497, 0.127935> - 1486: <-0.127447, 0.988171, 0.085300> - 1487: <-0.170203, 0.981668, 0.085788> - 1488: <-0.127935, 0.983497, 0.127935> - 1489: <-0.085300, 0.988171, 0.127447> - 1490: <-0.084905, 0.992765, 0.084905> - 1491: <-0.127447, 0.988171, 0.085300> - 1492: <-0.085300, 0.988171, 0.127447> - 1493: <-0.042666, 0.990966, 0.127144> - 1494: <-0.042452, 0.995505, 0.084660> - 1495: <-0.084905, 0.992765, 0.084905> - 1496: <-0.042666, 0.990966, 0.127144> - 1497: < 0.000000, 0.991900, 0.127020> - 1498: < 0.000000, 0.996418, 0.084568> - 1499: <-0.042452, 0.995505, 0.084660> - 1500: < 0.000000, 0.991900, 0.127020> - 1501: < 0.042666, 0.990966, 0.127144> - 1502: < 0.042452, 0.995505, 0.084660> - 1503: < 0.000000, 0.996418, 0.084568> - 1504: < 0.042666, 0.990966, 0.127144> - 1505: < 0.085300, 0.988171, 0.127447> - 1506: < 0.084905, 0.992765, 0.084905> - 1507: < 0.042452, 0.995505, 0.084660> - 1508: < 0.085300, 0.988171, 0.127447> - 1509: < 0.127935, 0.983497, 0.127935> - 1510: < 0.127447, 0.988171, 0.085300> - 1511: < 0.084905, 0.992765, 0.084905> - 1512: < 0.127935, 0.983497, 0.127935> - 1513: < 0.170691, 0.976904, 0.128545> - 1514: < 0.170203, 0.981668, 0.085788> - 1515: < 0.127447, 0.988171, 0.085300> - 1516: < 0.170691, 0.976904, 0.128545> - 1517: < 0.213666, 0.968319, 0.129250> - 1518: < 0.213204, 0.973180, 0.086398> - 1519: < 0.170203, 0.981668, 0.085788> - 1520: < 0.213666, 0.968319, 0.129250> - 1521: < 0.256880, 0.957663, 0.129981> - 1522: < 0.256544, 0.962605, 0.087041> - 1523: < 0.213204, 0.973180, 0.086398> - 1524: < 0.256880, 0.957663, 0.129981> - 1525: < 0.300427, 0.944802, 0.130743> - 1526: < 0.300248, 0.949820, 0.087712> - 1527: < 0.256544, 0.962605, 0.087041> - 1528: < 0.300427, 0.944802, 0.130743> - 1529: < 0.344322, 0.929596, 0.131509> - 1530: < 0.344408, 0.934648, 0.088414> - 1531: < 0.300248, 0.949820, 0.087712> - 1532: < 0.344322, 0.929596, 0.131509> - 1533: < 0.388632, 0.911854, 0.132240> - 1534: < 0.388998, 0.916918, 0.089116> - 1535: < 0.344408, 0.934648, 0.088414> - 1536: < 0.388632, 0.911854, 0.132240> - 1537: < 0.433281, 0.891405, 0.132911> - 1538: < 0.433981, 0.896437, 0.089787> - 1539: < 0.388998, 0.916918, 0.089116> - 1540: < 0.433281, 0.891405, 0.132911> - 1541: < 0.478208, 0.868033, 0.133553> - 1542: < 0.479307, 0.872976, 0.090429> - 1543: < 0.433981, 0.896437, 0.089787> - 1544: < 0.478208, 0.868033, 0.133553> - 1545: < 0.523307, 0.841527, 0.134100> - 1546: < 0.524836, 0.846324, 0.091008> - 1547: < 0.479307, 0.872976, 0.090429> - 1548: < 0.523307, 0.841527, 0.134100> - 1549: < 0.568382, 0.811677, 0.134618> - 1550: < 0.570377, 0.816271, 0.091497> - 1551: < 0.524836, 0.846324, 0.091008> - 1552: < 0.568382, 0.811677, 0.134618> - 1553: < 0.613196, 0.778306, 0.135018> - 1554: < 0.615697, 0.782607, 0.091894> - 1555: < 0.570377, 0.816271, 0.091497> - 1556: < 0.613196, 0.778306, 0.135018> - 1557: < 0.657468, 0.741243, 0.135260> - 1558: < 0.660463, 0.745184, 0.092137> - 1559: < 0.615697, 0.782607, 0.091894> - 1560: <-0.660463, 0.745184, 0.092137> - 1561: <-0.615697, 0.782607, 0.091894> - 1562: <-0.617246, 0.785375, 0.046847> - 1563: <-0.662354, 0.747715, 0.046999> - 1564: <-0.615697, 0.782607, 0.091894> - 1565: <-0.570377, 0.816271, 0.091497> - 1566: <-0.571602, 0.819208, 0.046573> - 1567: <-0.617246, 0.785375, 0.046847> - 1568: <-0.570377, 0.816271, 0.091497> - 1569: <-0.524836, 0.846324, 0.091008> - 1570: <-0.525753, 0.849378, 0.046267> - 1571: <-0.571602, 0.819208, 0.046573> - 1572: <-0.524836, 0.846324, 0.091008> - 1573: <-0.479307, 0.872976, 0.090429> - 1574: <-0.479951, 0.876095, 0.045871> - 1575: <-0.525753, 0.849378, 0.046267> - 1576: <-0.479307, 0.872976, 0.090429> - 1577: <-0.433981, 0.896437, 0.089787> - 1578: <-0.434379, 0.899583, 0.045443> - 1579: <-0.479951, 0.876095, 0.045871> - 1580: <-0.433981, 0.896437, 0.089787> - 1581: <-0.388998, 0.916918, 0.089116> - 1582: <-0.389180, 0.920061, 0.045016> - 1583: <-0.434379, 0.899583, 0.045443> - 1584: <-0.388998, 0.916918, 0.089116> - 1585: <-0.344408, 0.934648, 0.088414> - 1586: <-0.344409, 0.937762, 0.044558> - 1587: <-0.389180, 0.920061, 0.045016> - 1588: <-0.344408, 0.934648, 0.088414> - 1589: <-0.300248, 0.949820, 0.087712> - 1590: <-0.300092, 0.952889, 0.044130> - 1591: <-0.344409, 0.937762, 0.044558> - 1592: <-0.300248, 0.949820, 0.087712> - 1593: <-0.256544, 0.962605, 0.087041> - 1594: <-0.256267, 0.965618, 0.043703> - 1595: <-0.300092, 0.952889, 0.044130> - 1596: <-0.256544, 0.962605, 0.087041> - 1597: <-0.213204, 0.973180, 0.086398> - 1598: <-0.212870, 0.976120, 0.043306> - 1599: <-0.256267, 0.965618, 0.043703> - 1600: <-0.213204, 0.973180, 0.086398> - 1601: <-0.170203, 0.981668, 0.085788> - 1602: <-0.169837, 0.984535, 0.042970> - 1603: <-0.212870, 0.976120, 0.043306> - 1604: <-0.170203, 0.981668, 0.085788> - 1605: <-0.127447, 0.988171, 0.085300> - 1606: <-0.127144, 0.990966, 0.042666> - 1607: <-0.169837, 0.984535, 0.042970> - 1608: <-0.127447, 0.988171, 0.085300> - 1609: <-0.084905, 0.992765, 0.084905> - 1610: <-0.084660, 0.995505, 0.042452> - 1611: <-0.127144, 0.990966, 0.042666> - 1612: <-0.084905, 0.992765, 0.084905> - 1613: <-0.042452, 0.995505, 0.084660> - 1614: <-0.042299, 0.998209, 0.042299> - 1615: <-0.084660, 0.995505, 0.042452> - 1616: <-0.042452, 0.995505, 0.084660> - 1617: < 0.000000, 0.996418, 0.084568> - 1618: < 0.000000, 0.999108, 0.042239> - 1619: <-0.042299, 0.998209, 0.042299> - 1620: < 0.000000, 0.996418, 0.084568> - 1621: < 0.042452, 0.995505, 0.084660> - 1622: < 0.042299, 0.998209, 0.042299> - 1623: < 0.000000, 0.999108, 0.042239> - 1624: < 0.042452, 0.995505, 0.084660> - 1625: < 0.084905, 0.992765, 0.084905> - 1626: < 0.084660, 0.995505, 0.042452> - 1627: < 0.042299, 0.998209, 0.042299> - 1628: < 0.084905, 0.992765, 0.084905> - 1629: < 0.127447, 0.988171, 0.085300> - 1630: < 0.127144, 0.990966, 0.042666> - 1631: < 0.084660, 0.995505, 0.042452> - 1632: < 0.127447, 0.988171, 0.085300> - 1633: < 0.170203, 0.981668, 0.085788> - 1634: < 0.169837, 0.984535, 0.042970> - 1635: < 0.127144, 0.990966, 0.042666> - 1636: < 0.170203, 0.981668, 0.085788> - 1637: < 0.213204, 0.973180, 0.086398> - 1638: < 0.212870, 0.976120, 0.043306> - 1639: < 0.169837, 0.984535, 0.042970> - 1640: < 0.213204, 0.973180, 0.086398> - 1641: < 0.256544, 0.962605, 0.087041> - 1642: < 0.256267, 0.965618, 0.043703> - 1643: < 0.212870, 0.976120, 0.043306> - 1644: < 0.256544, 0.962605, 0.087041> - 1645: < 0.300248, 0.949820, 0.087712> - 1646: < 0.300092, 0.952889, 0.044130> - 1647: < 0.256267, 0.965618, 0.043703> - 1648: < 0.300248, 0.949820, 0.087712> - 1649: < 0.344408, 0.934648, 0.088414> - 1650: < 0.344409, 0.937762, 0.044558> - 1651: < 0.300092, 0.952889, 0.044130> - 1652: < 0.344408, 0.934648, 0.088414> - 1653: < 0.388998, 0.916918, 0.089116> - 1654: < 0.389180, 0.920061, 0.045016> - 1655: < 0.344409, 0.937762, 0.044558> - 1656: < 0.388998, 0.916918, 0.089116> - 1657: < 0.433981, 0.896437, 0.089787> - 1658: < 0.434379, 0.899583, 0.045443> - 1659: < 0.389180, 0.920061, 0.045016> - 1660: < 0.433981, 0.896437, 0.089787> - 1661: < 0.479307, 0.872976, 0.090429> - 1662: < 0.479951, 0.876095, 0.045871> - 1663: < 0.434379, 0.899583, 0.045443> - 1664: < 0.479307, 0.872976, 0.090429> - 1665: < 0.524836, 0.846324, 0.091008> - 1666: < 0.525753, 0.849378, 0.046267> - 1667: < 0.479951, 0.876095, 0.045871> - 1668: < 0.524836, 0.846324, 0.091008> - 1669: < 0.570377, 0.816271, 0.091497> - 1670: < 0.571602, 0.819208, 0.046573> - 1671: < 0.525753, 0.849378, 0.046267> - 1672: < 0.570377, 0.816271, 0.091497> - 1673: < 0.615697, 0.782607, 0.091894> - 1674: < 0.617246, 0.785375, 0.046847> - 1675: < 0.571602, 0.819208, 0.046573> - 1676: < 0.615697, 0.782607, 0.091894> - 1677: < 0.660463, 0.745184, 0.092137> - 1678: < 0.662354, 0.747715, 0.046999> - 1679: < 0.617246, 0.785375, 0.046847> - 1680: <-0.662354, 0.747715, 0.046999> - 1681: <-0.617246, 0.785375, 0.046847> - 1682: <-0.617789, 0.786344, 0.000000> - 1683: <-0.663024, 0.748599, 0.000000> - 1684: <-0.617246, 0.785375, 0.046847> - 1685: <-0.571602, 0.819208, 0.046573> - 1686: <-0.572024, 0.820237, 0.000000> - 1687: <-0.617789, 0.786344, 0.000000> - 1688: <-0.571602, 0.819208, 0.046573> - 1689: <-0.525753, 0.849378, 0.046267> - 1690: <-0.526081, 0.850434, 0.000000> - 1691: <-0.572024, 0.820237, 0.000000> - 1692: <-0.525753, 0.849378, 0.046267> - 1693: <-0.479951, 0.876095, 0.045871> - 1694: <-0.480182, 0.877169, 0.000000> - 1695: <-0.526081, 0.850434, 0.000000> - 1696: <-0.479951, 0.876095, 0.045871> - 1697: <-0.434379, 0.899583, 0.045443> - 1698: <-0.434534, 0.900655, 0.000000> - 1699: <-0.480182, 0.877169, 0.000000> - 1700: <-0.434379, 0.899583, 0.045443> - 1701: <-0.389180, 0.920061, 0.045016> - 1702: <-0.389244, 0.921135, 0.000000> - 1703: <-0.434534, 0.900655, 0.000000> - 1704: <-0.389180, 0.920061, 0.045016> - 1705: <-0.344409, 0.937762, 0.044558> - 1706: <-0.344405, 0.938821, 0.000000> - 1707: <-0.389244, 0.921135, 0.000000> - 1708: <-0.344409, 0.937762, 0.044558> - 1709: <-0.300092, 0.952889, 0.044130> - 1710: <-0.300059, 0.953921, 0.000000> - 1711: <-0.344405, 0.938821, 0.000000> - 1712: <-0.300092, 0.952889, 0.044130> - 1713: <-0.256267, 0.965618, 0.043703> - 1714: <-0.256177, 0.966630, 0.000000> - 1715: <-0.300059, 0.953921, 0.000000> - 1716: <-0.256267, 0.965618, 0.043703> - 1717: <-0.212870, 0.976120, 0.043306> - 1718: <-0.212750, 0.977107, 0.000000> - 1719: <-0.256177, 0.966630, 0.000000> - 1720: <-0.212870, 0.976120, 0.043306> - 1721: <-0.169837, 0.984535, 0.042970> - 1722: <-0.169746, 0.985488, 0.000000> - 1723: <-0.212750, 0.977107, 0.000000> - 1724: <-0.169837, 0.984535, 0.042970> - 1725: <-0.127144, 0.990966, 0.042666> - 1726: <-0.127020, 0.991900, 0.000000> - 1727: <-0.169746, 0.985488, 0.000000> - 1728: <-0.127144, 0.990966, 0.042666> - 1729: <-0.084660, 0.995505, 0.042452> - 1730: <-0.084568, 0.996418, 0.000000> - 1731: <-0.127020, 0.991900, 0.000000> - 1732: <-0.084660, 0.995505, 0.042452> - 1733: <-0.042299, 0.998209, 0.042299> - 1734: <-0.042239, 0.999108, 0.000000> - 1735: <-0.084568, 0.996418, 0.000000> - 1736: <-0.042299, 0.998209, 0.042299> - 1737: < 0.000000, 0.999108, 0.042239> - 1738: < 0.000000, 1.000000, 0.000000> - 1739: <-0.042239, 0.999108, 0.000000> - 1740: < 0.000000, 0.999108, 0.042239> - 1741: < 0.042299, 0.998209, 0.042299> - 1742: < 0.042239, 0.999108, 0.000000> - 1743: < 0.000000, 1.000000, 0.000000> - 1744: < 0.042299, 0.998209, 0.042299> - 1745: < 0.084660, 0.995505, 0.042452> - 1746: < 0.084568, 0.996418, 0.000000> - 1747: < 0.042239, 0.999108, 0.000000> - 1748: < 0.084660, 0.995505, 0.042452> - 1749: < 0.127144, 0.990966, 0.042666> - 1750: < 0.127020, 0.991900, 0.000000> - 1751: < 0.084568, 0.996418, 0.000000> - 1752: < 0.127144, 0.990966, 0.042666> - 1753: < 0.169837, 0.984535, 0.042970> - 1754: < 0.169746, 0.985488, 0.000000> - 1755: < 0.127020, 0.991900, 0.000000> - 1756: < 0.169837, 0.984535, 0.042970> - 1757: < 0.212870, 0.976120, 0.043306> - 1758: < 0.212750, 0.977107, 0.000000> - 1759: < 0.169746, 0.985488, 0.000000> - 1760: < 0.212870, 0.976120, 0.043306> - 1761: < 0.256267, 0.965618, 0.043703> - 1762: < 0.256177, 0.966630, 0.000000> - 1763: < 0.212750, 0.977107, 0.000000> - 1764: < 0.256267, 0.965618, 0.043703> - 1765: < 0.300092, 0.952889, 0.044130> - 1766: < 0.300059, 0.953921, 0.000000> - 1767: < 0.256177, 0.966630, 0.000000> - 1768: < 0.300092, 0.952889, 0.044130> - 1769: < 0.344409, 0.937762, 0.044558> - 1770: < 0.344405, 0.938821, 0.000000> - 1771: < 0.300059, 0.953921, 0.000000> - 1772: < 0.344409, 0.937762, 0.044558> - 1773: < 0.389180, 0.920061, 0.045016> - 1774: < 0.389244, 0.921135, 0.000000> - 1775: < 0.344405, 0.938821, 0.000000> - 1776: < 0.389180, 0.920061, 0.045016> - 1777: < 0.434379, 0.899583, 0.045443> - 1778: < 0.434534, 0.900655, 0.000000> - 1779: < 0.389244, 0.921135, 0.000000> - 1780: < 0.434379, 0.899583, 0.045443> - 1781: < 0.479951, 0.876095, 0.045871> - 1782: < 0.480182, 0.877169, 0.000000> - 1783: < 0.434534, 0.900655, 0.000000> - 1784: < 0.479951, 0.876095, 0.045871> - 1785: < 0.525753, 0.849378, 0.046267> - 1786: < 0.526081, 0.850434, 0.000000> - 1787: < 0.480182, 0.877169, 0.000000> - 1788: < 0.525753, 0.849378, 0.046267> - 1789: < 0.571602, 0.819208, 0.046573> - 1790: < 0.572024, 0.820237, 0.000000> - 1791: < 0.526081, 0.850434, 0.000000> - 1792: < 0.571602, 0.819208, 0.046573> - 1793: < 0.617246, 0.785375, 0.046847> - 1794: < 0.617789, 0.786344, 0.000000> - 1795: < 0.572024, 0.820237, 0.000000> - 1796: < 0.617246, 0.785375, 0.046847> - 1797: < 0.662354, 0.747715, 0.046999> - 1798: < 0.663024, 0.748599, 0.000000> - 1799: < 0.617789, 0.786344, 0.000000> - 1800: <-0.663024, 0.748599, 0.000000> - 1801: <-0.617789, 0.786344, 0.000000> - 1802: <-0.617246, 0.785375, -0.046847> - 1803: <-0.662354, 0.747715, -0.046999> - 1804: <-0.617789, 0.786344, 0.000000> - 1805: <-0.572024, 0.820237, 0.000000> - 1806: <-0.571602, 0.819208, -0.046573> - 1807: <-0.617246, 0.785375, -0.046847> - 1808: <-0.572024, 0.820237, 0.000000> - 1809: <-0.526081, 0.850434, 0.000000> - 1810: <-0.525753, 0.849378, -0.046267> - 1811: <-0.571602, 0.819208, -0.046573> - 1812: <-0.526081, 0.850434, 0.000000> - 1813: <-0.480182, 0.877169, 0.000000> - 1814: <-0.479951, 0.876095, -0.045871> - 1815: <-0.525753, 0.849378, -0.046267> - 1816: <-0.480182, 0.877169, 0.000000> - 1817: <-0.434534, 0.900655, 0.000000> - 1818: <-0.434379, 0.899583, -0.045443> - 1819: <-0.479951, 0.876095, -0.045871> - 1820: <-0.434534, 0.900655, 0.000000> - 1821: <-0.389244, 0.921135, 0.000000> - 1822: <-0.389180, 0.920061, -0.045016> - 1823: <-0.434379, 0.899583, -0.045443> - 1824: <-0.389244, 0.921135, 0.000000> - 1825: <-0.344405, 0.938821, 0.000000> - 1826: <-0.344409, 0.937762, -0.044558> - 1827: <-0.389180, 0.920061, -0.045016> - 1828: <-0.344405, 0.938821, 0.000000> - 1829: <-0.300059, 0.953921, 0.000000> - 1830: <-0.300119, 0.952880, -0.044130> - 1831: <-0.344409, 0.937762, -0.044558> - 1832: <-0.300059, 0.953921, 0.000000> - 1833: <-0.256177, 0.966630, 0.000000> - 1834: <-0.256267, 0.965618, -0.043703> - 1835: <-0.300119, 0.952880, -0.044130> - 1836: <-0.256177, 0.966630, 0.000000> - 1837: <-0.212750, 0.977107, 0.000000> - 1838: <-0.212870, 0.976120, -0.043306> - 1839: <-0.256267, 0.965618, -0.043703> - 1840: <-0.212750, 0.977107, 0.000000> - 1841: <-0.169746, 0.985488, 0.000000> - 1842: <-0.169866, 0.984530, -0.042970> - 1843: <-0.212870, 0.976120, -0.043306> - 1844: <-0.169746, 0.985488, 0.000000> - 1845: <-0.127020, 0.991900, 0.000000> - 1846: <-0.127144, 0.990966, -0.042666> - 1847: <-0.169866, 0.984530, -0.042970> - 1848: <-0.127020, 0.991900, 0.000000> - 1849: <-0.084568, 0.996418, 0.000000> - 1850: <-0.084660, 0.995505, -0.042452> - 1851: <-0.127144, 0.990966, -0.042666> - 1852: <-0.084568, 0.996418, 0.000000> - 1853: <-0.042239, 0.999108, 0.000000> - 1854: <-0.042299, 0.998209, -0.042299> - 1855: <-0.084660, 0.995505, -0.042452> - 1856: <-0.042239, 0.999108, 0.000000> - 1857: < 0.000000, 1.000000, 0.000000> - 1858: < 0.000000, 0.999108, -0.042239> - 1859: <-0.042299, 0.998209, -0.042299> - 1860: < 0.000000, 1.000000, 0.000000> - 1861: < 0.042239, 0.999108, 0.000000> - 1862: < 0.042299, 0.998209, -0.042299> - 1863: < 0.000000, 0.999108, -0.042239> - 1864: < 0.042239, 0.999108, 0.000000> - 1865: < 0.084568, 0.996418, 0.000000> - 1866: < 0.084660, 0.995505, -0.042452> - 1867: < 0.042299, 0.998209, -0.042299> - 1868: < 0.084568, 0.996418, 0.000000> - 1869: < 0.127020, 0.991900, 0.000000> - 1870: < 0.127144, 0.990966, -0.042666> - 1871: < 0.084660, 0.995505, -0.042452> - 1872: < 0.127020, 0.991900, 0.000000> - 1873: < 0.169746, 0.985488, 0.000000> - 1874: < 0.169866, 0.984530, -0.042970> - 1875: < 0.127144, 0.990966, -0.042666> - 1876: < 0.169746, 0.985488, 0.000000> - 1877: < 0.212750, 0.977107, 0.000000> - 1878: < 0.212870, 0.976120, -0.043306> - 1879: < 0.169866, 0.984530, -0.042970> - 1880: < 0.212750, 0.977107, 0.000000> - 1881: < 0.256177, 0.966630, 0.000000> - 1882: < 0.256267, 0.965618, -0.043703> - 1883: < 0.212870, 0.976120, -0.043306> - 1884: < 0.256177, 0.966630, 0.000000> - 1885: < 0.300059, 0.953921, 0.000000> - 1886: < 0.300092, 0.952889, -0.044130> - 1887: < 0.256267, 0.965618, -0.043703> - 1888: < 0.300059, 0.953921, 0.000000> - 1889: < 0.344405, 0.938821, 0.000000> - 1890: < 0.344409, 0.937762, -0.044558> - 1891: < 0.300092, 0.952889, -0.044130> - 1892: < 0.344405, 0.938821, 0.000000> - 1893: < 0.389244, 0.921135, 0.000000> - 1894: < 0.389180, 0.920061, -0.045016> - 1895: < 0.344409, 0.937762, -0.044558> - 1896: < 0.389244, 0.921135, 0.000000> - 1897: < 0.434534, 0.900655, 0.000000> - 1898: < 0.434379, 0.899583, -0.045443> - 1899: < 0.389180, 0.920061, -0.045016> - 1900: < 0.434534, 0.900655, 0.000000> - 1901: < 0.480182, 0.877169, 0.000000> - 1902: < 0.479951, 0.876095, -0.045871> - 1903: < 0.434379, 0.899583, -0.045443> - 1904: < 0.480182, 0.877169, 0.000000> - 1905: < 0.526081, 0.850434, 0.000000> - 1906: < 0.525753, 0.849378, -0.046267> - 1907: < 0.479951, 0.876095, -0.045871> - 1908: < 0.526081, 0.850434, 0.000000> - 1909: < 0.572024, 0.820237, 0.000000> - 1910: < 0.571602, 0.819208, -0.046573> - 1911: < 0.525753, 0.849378, -0.046267> - 1912: < 0.572024, 0.820237, 0.000000> - 1913: < 0.617789, 0.786344, 0.000000> - 1914: < 0.617246, 0.785375, -0.046847> - 1915: < 0.571602, 0.819208, -0.046573> - 1916: < 0.617789, 0.786344, 0.000000> - 1917: < 0.663024, 0.748599, 0.000000> - 1918: < 0.662354, 0.747715, -0.046999> - 1919: < 0.617246, 0.785375, -0.046847> - 1920: <-0.662354, 0.747715, -0.046999> - 1921: <-0.617246, 0.785375, -0.046847> - 1922: <-0.615697, 0.782607, -0.091894> - 1923: <-0.660463, 0.745184, -0.092137> - 1924: <-0.617246, 0.785375, -0.046847> - 1925: <-0.571602, 0.819208, -0.046573> - 1926: <-0.570377, 0.816271, -0.091497> - 1927: <-0.615697, 0.782607, -0.091894> - 1928: <-0.571602, 0.819208, -0.046573> - 1929: <-0.525753, 0.849378, -0.046267> - 1930: <-0.524836, 0.846324, -0.091008> - 1931: <-0.570377, 0.816271, -0.091497> - 1932: <-0.525753, 0.849378, -0.046267> - 1933: <-0.479951, 0.876095, -0.045871> - 1934: <-0.479307, 0.872976, -0.090429> - 1935: <-0.524836, 0.846324, -0.091008> - 1936: <-0.479951, 0.876095, -0.045871> - 1937: <-0.434379, 0.899583, -0.045443> - 1938: <-0.433981, 0.896437, -0.089787> - 1939: <-0.479307, 0.872976, -0.090429> - 1940: <-0.434379, 0.899583, -0.045443> - 1941: <-0.389180, 0.920061, -0.045016> - 1942: <-0.388998, 0.916918, -0.089116> - 1943: <-0.433981, 0.896437, -0.089787> - 1944: <-0.389180, 0.920061, -0.045016> - 1945: <-0.344409, 0.937762, -0.044558> - 1946: <-0.344408, 0.934648, -0.088414> - 1947: <-0.388998, 0.916918, -0.089116> - 1948: <-0.344409, 0.937762, -0.044558> - 1949: <-0.300119, 0.952880, -0.044130> - 1950: <-0.300248, 0.949820, -0.087712> - 1951: <-0.344408, 0.934648, -0.088414> - 1952: <-0.300119, 0.952880, -0.044130> - 1953: <-0.256267, 0.965618, -0.043703> - 1954: <-0.256544, 0.962605, -0.087041> - 1955: <-0.300248, 0.949820, -0.087712> - 1956: <-0.256267, 0.965618, -0.043703> - 1957: <-0.212870, 0.976120, -0.043306> - 1958: <-0.213204, 0.973180, -0.086398> - 1959: <-0.256544, 0.962605, -0.087041> - 1960: <-0.212870, 0.976120, -0.043306> - 1961: <-0.169866, 0.984530, -0.042970> - 1962: <-0.170203, 0.981668, -0.085788> - 1963: <-0.213204, 0.973180, -0.086398> - 1964: <-0.169866, 0.984530, -0.042970> - 1965: <-0.127144, 0.990966, -0.042666> - 1966: <-0.127447, 0.988171, -0.085300> - 1967: <-0.170203, 0.981668, -0.085788> - 1968: <-0.127144, 0.990966, -0.042666> - 1969: <-0.084660, 0.995505, -0.042452> - 1970: <-0.084905, 0.992765, -0.084905> - 1971: <-0.127447, 0.988171, -0.085300> - 1972: <-0.084660, 0.995505, -0.042452> - 1973: <-0.042299, 0.998209, -0.042299> - 1974: <-0.042452, 0.995505, -0.084660> - 1975: <-0.084905, 0.992765, -0.084905> - 1976: <-0.042299, 0.998209, -0.042299> - 1977: < 0.000000, 0.999108, -0.042239> - 1978: < 0.000000, 0.996418, -0.084568> - 1979: <-0.042452, 0.995505, -0.084660> - 1980: < 0.000000, 0.999108, -0.042239> - 1981: < 0.042299, 0.998209, -0.042299> - 1982: < 0.042452, 0.995505, -0.084660> - 1983: < 0.000000, 0.996418, -0.084568> - 1984: < 0.042299, 0.998209, -0.042299> - 1985: < 0.084660, 0.995505, -0.042452> - 1986: < 0.084905, 0.992765, -0.084905> - 1987: < 0.042452, 0.995505, -0.084660> - 1988: < 0.084660, 0.995505, -0.042452> - 1989: < 0.127144, 0.990966, -0.042666> - 1990: < 0.127447, 0.988171, -0.085300> - 1991: < 0.084905, 0.992765, -0.084905> - 1992: < 0.127144, 0.990966, -0.042666> - 1993: < 0.169866, 0.984530, -0.042970> - 1994: < 0.170203, 0.981668, -0.085788> - 1995: < 0.127447, 0.988171, -0.085300> - 1996: < 0.169866, 0.984530, -0.042970> - 1997: < 0.212870, 0.976120, -0.043306> - 1998: < 0.213204, 0.973180, -0.086398> - 1999: < 0.170203, 0.981668, -0.085788> - 2000: < 0.212870, 0.976120, -0.043306> - 2001: < 0.256267, 0.965618, -0.043703> - 2002: < 0.256544, 0.962605, -0.087041> - 2003: < 0.213204, 0.973180, -0.086398> - 2004: < 0.256267, 0.965618, -0.043703> - 2005: < 0.300092, 0.952889, -0.044130> - 2006: < 0.300248, 0.949820, -0.087712> - 2007: < 0.256544, 0.962605, -0.087041> - 2008: < 0.300092, 0.952889, -0.044130> - 2009: < 0.344409, 0.937762, -0.044558> - 2010: < 0.344408, 0.934648, -0.088414> - 2011: < 0.300248, 0.949820, -0.087712> - 2012: < 0.344409, 0.937762, -0.044558> - 2013: < 0.389180, 0.920061, -0.045016> - 2014: < 0.388998, 0.916918, -0.089116> - 2015: < 0.344408, 0.934648, -0.088414> - 2016: < 0.389180, 0.920061, -0.045016> - 2017: < 0.434379, 0.899583, -0.045443> - 2018: < 0.433981, 0.896437, -0.089787> - 2019: < 0.388998, 0.916918, -0.089116> - 2020: < 0.434379, 0.899583, -0.045443> - 2021: < 0.479951, 0.876095, -0.045871> - 2022: < 0.479307, 0.872976, -0.090429> - 2023: < 0.433981, 0.896437, -0.089787> - 2024: < 0.479951, 0.876095, -0.045871> - 2025: < 0.525753, 0.849378, -0.046267> - 2026: < 0.524836, 0.846324, -0.091008> - 2027: < 0.479307, 0.872976, -0.090429> - 2028: < 0.525753, 0.849378, -0.046267> - 2029: < 0.571602, 0.819208, -0.046573> - 2030: < 0.570377, 0.816271, -0.091497> - 2031: < 0.524836, 0.846324, -0.091008> - 2032: < 0.571602, 0.819208, -0.046573> - 2033: < 0.617246, 0.785375, -0.046847> - 2034: < 0.615697, 0.782607, -0.091894> - 2035: < 0.570377, 0.816271, -0.091497> - 2036: < 0.617246, 0.785375, -0.046847> - 2037: < 0.662354, 0.747715, -0.046999> - 2038: < 0.660463, 0.745184, -0.092137> - 2039: < 0.615697, 0.782607, -0.091894> - 2040: <-0.660463, 0.745184, -0.092137> - 2041: <-0.615697, 0.782607, -0.091894> - 2042: <-0.613218, 0.778295, -0.134985> - 2043: <-0.657468, 0.741243, -0.135260> - 2044: <-0.615697, 0.782607, -0.091894> - 2045: <-0.570377, 0.816271, -0.091497> - 2046: <-0.568382, 0.811677, -0.134618> - 2047: <-0.613218, 0.778295, -0.134985> - 2048: <-0.570377, 0.816271, -0.091497> - 2049: <-0.524836, 0.846324, -0.091008> - 2050: <-0.523307, 0.841527, -0.134100> - 2051: <-0.568382, 0.811677, -0.134618> - 2052: <-0.524836, 0.846324, -0.091008> - 2053: <-0.479307, 0.872976, -0.090429> - 2054: <-0.478208, 0.868033, -0.133553> - 2055: <-0.523307, 0.841527, -0.134100> - 2056: <-0.479307, 0.872976, -0.090429> - 2057: <-0.433981, 0.896437, -0.089787> - 2058: <-0.433281, 0.891405, -0.132911> - 2059: <-0.478208, 0.868033, -0.133553> - 2060: <-0.433981, 0.896437, -0.089787> - 2061: <-0.388998, 0.916918, -0.089116> - 2062: <-0.388632, 0.911854, -0.132240> - 2063: <-0.433281, 0.891405, -0.132911> - 2064: <-0.388998, 0.916918, -0.089116> - 2065: <-0.344408, 0.934648, -0.088414> - 2066: <-0.344322, 0.929596, -0.131509> - 2067: <-0.388632, 0.911854, -0.132240> - 2068: <-0.344408, 0.934648, -0.088414> - 2069: <-0.300248, 0.949820, -0.087712> - 2070: <-0.300427, 0.944802, -0.130743> - 2071: <-0.344322, 0.929596, -0.131509> - 2072: <-0.300248, 0.949820, -0.087712> - 2073: <-0.256544, 0.962605, -0.087041> - 2074: <-0.256880, 0.957663, -0.129981> - 2075: <-0.300427, 0.944802, -0.130743> - 2076: <-0.256544, 0.962605, -0.087041> - 2077: <-0.213204, 0.973180, -0.086398> - 2078: <-0.213666, 0.968319, -0.129250> - 2079: <-0.256880, 0.957663, -0.129981> - 2080: <-0.213204, 0.973180, -0.086398> - 2081: <-0.170203, 0.981668, -0.085788> - 2082: <-0.170691, 0.976904, -0.128545> - 2083: <-0.213666, 0.968319, -0.129250> - 2084: <-0.170203, 0.981668, -0.085788> - 2085: <-0.127447, 0.988171, -0.085300> - 2086: <-0.127935, 0.983497, -0.127935> - 2087: <-0.170691, 0.976904, -0.128545> - 2088: <-0.127447, 0.988171, -0.085300> - 2089: <-0.084905, 0.992765, -0.084905> - 2090: <-0.085300, 0.988171, -0.127447> - 2091: <-0.127935, 0.983497, -0.127935> - 2092: <-0.084905, 0.992765, -0.084905> - 2093: <-0.042452, 0.995505, -0.084660> - 2094: <-0.042666, 0.990966, -0.127144> - 2095: <-0.085300, 0.988171, -0.127447> - 2096: <-0.042452, 0.995505, -0.084660> - 2097: < 0.000000, 0.996418, -0.084568> - 2098: < 0.000000, 0.991900, -0.127020> - 2099: <-0.042666, 0.990966, -0.127144> - 2100: < 0.000000, 0.996418, -0.084568> - 2101: < 0.042452, 0.995505, -0.084660> - 2102: < 0.042666, 0.990966, -0.127144> - 2103: < 0.000000, 0.991900, -0.127020> - 2104: < 0.042452, 0.995505, -0.084660> - 2105: < 0.084905, 0.992765, -0.084905> - 2106: < 0.085300, 0.988171, -0.127447> - 2107: < 0.042666, 0.990966, -0.127144> - 2108: < 0.084905, 0.992765, -0.084905> - 2109: < 0.127447, 0.988171, -0.085300> - 2110: < 0.127935, 0.983497, -0.127935> - 2111: < 0.085300, 0.988171, -0.127447> - 2112: < 0.127447, 0.988171, -0.085300> - 2113: < 0.170203, 0.981668, -0.085788> - 2114: < 0.170691, 0.976904, -0.128545> - 2115: < 0.127935, 0.983497, -0.127935> - 2116: < 0.170203, 0.981668, -0.085788> - 2117: < 0.213204, 0.973180, -0.086398> - 2118: < 0.213666, 0.968319, -0.129250> - 2119: < 0.170691, 0.976904, -0.128545> - 2120: < 0.213204, 0.973180, -0.086398> - 2121: < 0.256544, 0.962605, -0.087041> - 2122: < 0.256880, 0.957663, -0.129981> - 2123: < 0.213666, 0.968319, -0.129250> - 2124: < 0.256544, 0.962605, -0.087041> - 2125: < 0.300248, 0.949820, -0.087712> - 2126: < 0.300427, 0.944802, -0.130743> - 2127: < 0.256880, 0.957663, -0.129981> - 2128: < 0.300248, 0.949820, -0.087712> - 2129: < 0.344408, 0.934648, -0.088414> - 2130: < 0.344322, 0.929596, -0.131509> - 2131: < 0.300427, 0.944802, -0.130743> - 2132: < 0.344408, 0.934648, -0.088414> - 2133: < 0.388998, 0.916918, -0.089116> - 2134: < 0.388632, 0.911854, -0.132240> - 2135: < 0.344322, 0.929596, -0.131509> - 2136: < 0.388998, 0.916918, -0.089116> - 2137: < 0.433981, 0.896437, -0.089787> - 2138: < 0.433281, 0.891405, -0.132911> - 2139: < 0.388632, 0.911854, -0.132240> - 2140: < 0.433981, 0.896437, -0.089787> - 2141: < 0.479307, 0.872976, -0.090429> - 2142: < 0.478208, 0.868033, -0.133553> - 2143: < 0.433281, 0.891405, -0.132911> - 2144: < 0.479307, 0.872976, -0.090429> - 2145: < 0.524836, 0.846324, -0.091008> - 2146: < 0.523307, 0.841527, -0.134100> - 2147: < 0.478208, 0.868033, -0.133553> - 2148: < 0.524836, 0.846324, -0.091008> - 2149: < 0.570377, 0.816271, -0.091497> - 2150: < 0.568382, 0.811677, -0.134618> - 2151: < 0.523307, 0.841527, -0.134100> - 2152: < 0.570377, 0.816271, -0.091497> - 2153: < 0.615697, 0.782607, -0.091894> - 2154: < 0.613218, 0.778295, -0.134985> - 2155: < 0.568382, 0.811677, -0.134618> - 2156: < 0.615697, 0.782607, -0.091894> - 2157: < 0.660463, 0.745184, -0.092137> - 2158: < 0.657468, 0.741243, -0.135260> - 2159: < 0.613218, 0.778295, -0.134985> - 2160: <-0.657468, 0.741243, -0.135260> - 2161: <-0.613218, 0.778295, -0.134985> - 2162: <-0.609892, 0.772589, -0.176461> - 2163: <-0.653502, 0.736025, -0.176644> - 2164: <-0.613218, 0.778295, -0.134985> - 2165: <-0.568382, 0.811677, -0.134618> - 2166: <-0.565675, 0.805587, -0.176188> - 2167: <-0.609892, 0.772589, -0.176461> - 2168: <-0.568382, 0.811677, -0.134618> - 2169: <-0.523307, 0.841527, -0.134100> - 2170: <-0.521180, 0.835133, -0.175853> - 2171: <-0.565675, 0.805587, -0.176188> - 2172: <-0.523307, 0.841527, -0.134100> - 2173: <-0.478208, 0.868033, -0.133553> - 2174: <-0.476614, 0.861427, -0.175453> - 2175: <-0.521180, 0.835133, -0.175853> - 2176: <-0.478208, 0.868033, -0.133553> - 2177: <-0.433281, 0.891405, -0.132911> - 2178: <-0.432149, 0.884654, -0.175026> - 2179: <-0.476614, 0.861427, -0.175453> - 2180: <-0.433281, 0.891405, -0.132911> - 2181: <-0.388632, 0.911854, -0.132240> - 2182: <-0.387965, 0.904997, -0.174541> - 2183: <-0.432149, 0.884654, -0.175026> - 2184: <-0.388632, 0.911854, -0.132240> - 2185: <-0.344322, 0.929596, -0.131509> - 2186: <-0.344072, 0.922682, -0.173989> - 2187: <-0.387965, 0.904997, -0.174541> - 2188: <-0.344322, 0.929596, -0.131509> - 2189: <-0.300427, 0.944802, -0.130743> - 2190: <-0.300496, 0.937897, -0.173351> - 2191: <-0.344072, 0.922682, -0.173989> - 2192: <-0.300427, 0.944802, -0.130743> - 2193: <-0.256880, 0.957663, -0.129981> - 2194: <-0.257217, 0.950800, -0.172679> - 2195: <-0.300496, 0.937897, -0.173351> - 2196: <-0.256880, 0.957663, -0.129981> - 2197: <-0.213666, 0.968319, -0.129250> - 2198: <-0.214182, 0.961530, -0.172005> - 2199: <-0.257217, 0.950800, -0.172679> - 2200: <-0.213666, 0.968319, -0.129250> - 2201: <-0.170691, 0.976904, -0.128545> - 2202: <-0.171305, 0.970211, -0.171305> - 2203: <-0.214182, 0.961530, -0.172005> - 2204: <-0.170691, 0.976904, -0.128545> - 2205: <-0.127935, 0.983497, -0.127935> - 2206: <-0.128545, 0.976904, -0.170691> - 2207: <-0.171305, 0.970211, -0.171305> - 2208: <-0.127935, 0.983497, -0.127935> - 2209: <-0.085300, 0.988171, -0.127447> - 2210: <-0.085788, 0.981668, -0.170203> - 2211: <-0.128545, 0.976904, -0.170691> - 2212: <-0.085300, 0.988171, -0.127447> - 2213: <-0.042666, 0.990966, -0.127144> - 2214: <-0.042970, 0.984535, -0.169837> - 2215: <-0.085788, 0.981668, -0.170203> - 2216: <-0.042666, 0.990966, -0.127144> - 2217: < 0.000000, 0.991900, -0.127020> - 2218: < 0.000000, 0.985488, -0.169746> - 2219: <-0.042970, 0.984535, -0.169837> - 2220: < 0.000000, 0.991900, -0.127020> - 2221: < 0.042666, 0.990966, -0.127144> - 2222: < 0.042970, 0.984530, -0.169866> - 2223: < 0.000000, 0.985488, -0.169746> - 2224: < 0.042666, 0.990966, -0.127144> - 2225: < 0.085300, 0.988171, -0.127447> - 2226: < 0.085788, 0.981668, -0.170203> - 2227: < 0.042970, 0.984530, -0.169866> - 2228: < 0.085300, 0.988171, -0.127447> - 2229: < 0.127935, 0.983497, -0.127935> - 2230: < 0.128545, 0.976904, -0.170691> - 2231: < 0.085788, 0.981668, -0.170203> - 2232: < 0.127935, 0.983497, -0.127935> - 2233: < 0.170691, 0.976904, -0.128545> - 2234: < 0.171305, 0.970211, -0.171305> - 2235: < 0.128545, 0.976904, -0.170691> - 2236: < 0.170691, 0.976904, -0.128545> - 2237: < 0.213666, 0.968319, -0.129250> - 2238: < 0.214182, 0.961530, -0.172005> - 2239: < 0.171305, 0.970211, -0.171305> - 2240: < 0.213666, 0.968319, -0.129250> - 2241: < 0.256880, 0.957663, -0.129981> - 2242: < 0.257217, 0.950800, -0.172679> - 2243: < 0.214182, 0.961530, -0.172005> - 2244: < 0.256880, 0.957663, -0.129981> - 2245: < 0.300427, 0.944802, -0.130743> - 2246: < 0.300496, 0.937897, -0.173351> - 2247: < 0.257217, 0.950800, -0.172679> - 2248: < 0.300427, 0.944802, -0.130743> - 2249: < 0.344322, 0.929596, -0.131509> - 2250: < 0.344072, 0.922682, -0.173989> - 2251: < 0.300496, 0.937897, -0.173351> - 2252: < 0.344322, 0.929596, -0.131509> - 2253: < 0.388632, 0.911854, -0.132240> - 2254: < 0.387965, 0.904997, -0.174541> - 2255: < 0.344072, 0.922682, -0.173989> - 2256: < 0.388632, 0.911854, -0.132240> - 2257: < 0.433281, 0.891405, -0.132911> - 2258: < 0.432149, 0.884654, -0.175026> - 2259: < 0.387965, 0.904997, -0.174541> - 2260: < 0.433281, 0.891405, -0.132911> - 2261: < 0.478208, 0.868033, -0.133553> - 2262: < 0.476614, 0.861427, -0.175453> - 2263: < 0.432149, 0.884654, -0.175026> - 2264: < 0.478208, 0.868033, -0.133553> - 2265: < 0.523307, 0.841527, -0.134100> - 2266: < 0.521180, 0.835133, -0.175853> - 2267: < 0.476614, 0.861427, -0.175453> - 2268: < 0.523307, 0.841527, -0.134100> - 2269: < 0.568382, 0.811677, -0.134618> - 2270: < 0.565675, 0.805587, -0.176188> - 2271: < 0.521180, 0.835133, -0.175853> - 2272: < 0.568382, 0.811677, -0.134618> - 2273: < 0.613218, 0.778295, -0.134985> - 2274: < 0.609892, 0.772589, -0.176461> - 2275: < 0.565675, 0.805587, -0.176188> - 2276: < 0.613218, 0.778295, -0.134985> - 2277: < 0.657468, 0.741243, -0.135260> - 2278: < 0.653502, 0.736025, -0.176644> - 2279: < 0.609892, 0.772589, -0.176461> - 2280: <-0.653502, 0.736025, -0.176644> - 2281: <-0.609892, 0.772589, -0.176461> - 2282: <-0.605748, 0.765608, -0.216596> - 2283: <-0.648606, 0.729636, -0.216660> - 2284: <-0.609892, 0.772589, -0.176461> - 2285: <-0.565675, 0.805587, -0.176188> - 2286: <-0.562257, 0.798110, -0.216534> - 2287: <-0.605748, 0.765608, -0.216596> - 2288: <-0.565675, 0.805587, -0.176188> - 2289: <-0.521180, 0.835133, -0.175853> - 2290: <-0.518435, 0.827263, -0.216475> - 2291: <-0.562257, 0.798110, -0.216534> - 2292: <-0.521180, 0.835133, -0.175853> - 2293: <-0.476614, 0.861427, -0.175453> - 2294: <-0.474515, 0.853230, -0.216413> - 2295: <-0.518435, 0.827263, -0.216475> - 2296: <-0.476614, 0.861427, -0.175453> - 2297: <-0.432149, 0.884654, -0.175026> - 2298: <-0.430657, 0.876208, -0.216320> - 2299: <-0.474515, 0.853230, -0.216413> - 2300: <-0.432149, 0.884654, -0.175026> - 2301: <-0.387965, 0.904997, -0.174541> - 2302: <-0.386985, 0.896382, -0.216199> - 2303: <-0.430657, 0.876208, -0.216320> - 2304: <-0.387965, 0.904997, -0.174541> - 2305: <-0.344072, 0.922682, -0.173989> - 2306: <-0.343582, 0.913949, -0.215982> - 2307: <-0.386985, 0.896382, -0.216199> - 2308: <-0.344072, 0.922682, -0.173989> - 2309: <-0.300496, 0.937897, -0.173351> - 2310: <-0.300461, 0.929096, -0.215649> - 2311: <-0.343582, 0.913949, -0.215982> - 2312: <-0.300496, 0.937897, -0.173351> - 2313: <-0.257217, 0.950800, -0.172679> - 2314: <-0.257519, 0.942000, -0.215220> - 2315: <-0.300461, 0.929096, -0.215649> - 2316: <-0.257217, 0.950800, -0.172679> - 2317: <-0.214182, 0.961530, -0.172005> - 2318: <-0.214732, 0.952775, -0.214732> - 2319: <-0.257519, 0.942000, -0.215220> - 2320: <-0.214182, 0.961530, -0.172005> - 2321: <-0.171305, 0.970211, -0.171305> - 2322: <-0.172005, 0.961530, -0.214182> - 2323: <-0.214732, 0.952775, -0.214732> - 2324: <-0.171305, 0.970211, -0.171305> - 2325: <-0.128545, 0.976904, -0.170691> - 2326: <-0.129250, 0.968319, -0.213666> - 2327: <-0.172005, 0.961530, -0.214182> - 2328: <-0.128545, 0.976904, -0.170691> - 2329: <-0.085788, 0.981668, -0.170203> - 2330: <-0.086398, 0.973180, -0.213204> - 2331: <-0.129250, 0.968319, -0.213666> - 2332: <-0.085788, 0.981668, -0.170203> - 2333: <-0.042970, 0.984535, -0.169837> - 2334: <-0.043306, 0.976120, -0.212870> - 2335: <-0.086398, 0.973180, -0.213204> - 2336: <-0.042970, 0.984535, -0.169837> - 2337: < 0.000000, 0.985488, -0.169746> - 2338: < 0.000000, 0.977107, -0.212750> - 2339: <-0.043306, 0.976120, -0.212870> - 2340: < 0.000000, 0.985488, -0.169746> - 2341: < 0.042970, 0.984530, -0.169866> - 2342: < 0.043306, 0.976120, -0.212870> - 2343: < 0.000000, 0.977107, -0.212750> - 2344: < 0.042970, 0.984530, -0.169866> - 2345: < 0.085788, 0.981668, -0.170203> - 2346: < 0.086398, 0.973180, -0.213204> - 2347: < 0.043306, 0.976120, -0.212870> - 2348: < 0.085788, 0.981668, -0.170203> - 2349: < 0.128545, 0.976904, -0.170691> - 2350: < 0.129250, 0.968319, -0.213666> - 2351: < 0.086398, 0.973180, -0.213204> - 2352: < 0.128545, 0.976904, -0.170691> - 2353: < 0.171305, 0.970211, -0.171305> - 2354: < 0.172005, 0.961530, -0.214182> - 2355: < 0.129250, 0.968319, -0.213666> - 2356: < 0.171305, 0.970211, -0.171305> - 2357: < 0.214182, 0.961530, -0.172005> - 2358: < 0.214732, 0.952775, -0.214732> - 2359: < 0.172005, 0.961530, -0.214182> - 2360: < 0.214182, 0.961530, -0.172005> - 2361: < 0.257217, 0.950800, -0.172679> - 2362: < 0.257519, 0.942000, -0.215220> - 2363: < 0.214732, 0.952775, -0.214732> - 2364: < 0.257217, 0.950800, -0.172679> - 2365: < 0.300496, 0.937897, -0.173351> - 2366: < 0.300461, 0.929096, -0.215649> - 2367: < 0.257519, 0.942000, -0.215220> - 2368: < 0.300496, 0.937897, -0.173351> - 2369: < 0.344072, 0.922682, -0.173989> - 2370: < 0.343582, 0.913949, -0.215982> - 2371: < 0.300461, 0.929096, -0.215649> - 2372: < 0.344072, 0.922682, -0.173989> - 2373: < 0.387965, 0.904997, -0.174541> - 2374: < 0.386985, 0.896382, -0.216199> - 2375: < 0.343582, 0.913949, -0.215982> - 2376: < 0.387965, 0.904997, -0.174541> - 2377: < 0.432149, 0.884654, -0.175026> - 2378: < 0.430657, 0.876208, -0.216320> - 2379: < 0.386985, 0.896382, -0.216199> - 2380: < 0.432149, 0.884654, -0.175026> - 2381: < 0.476614, 0.861427, -0.175453> - 2382: < 0.474515, 0.853230, -0.216413> - 2383: < 0.430657, 0.876208, -0.216320> - 2384: < 0.476614, 0.861427, -0.175453> - 2385: < 0.521180, 0.835133, -0.175853> - 2386: < 0.518435, 0.827263, -0.216475> - 2387: < 0.474515, 0.853230, -0.216413> - 2388: < 0.521180, 0.835133, -0.175853> - 2389: < 0.565675, 0.805587, -0.176188> - 2390: < 0.562257, 0.798110, -0.216534> - 2391: < 0.518435, 0.827263, -0.216475> - 2392: < 0.565675, 0.805587, -0.176188> - 2393: < 0.609892, 0.772589, -0.176461> - 2394: < 0.605748, 0.765608, -0.216596> - 2395: < 0.562257, 0.798110, -0.216534> - 2396: < 0.609892, 0.772589, -0.176461> - 2397: < 0.653502, 0.736025, -0.176644> - 2398: < 0.648606, 0.729636, -0.216660> - 2399: < 0.605748, 0.765608, -0.216596> - 2400: <-0.648606, 0.729636, -0.216660> - 2401: <-0.605748, 0.765608, -0.216596> - 2402: <-0.600829, 0.757361, -0.255750> - 2403: <-0.642833, 0.722093, -0.255632> - 2404: <-0.605748, 0.765608, -0.216596> - 2405: <-0.562257, 0.798110, -0.216534> - 2406: <-0.558172, 0.789266, -0.255937> - 2407: <-0.600829, 0.757361, -0.255750> - 2408: <-0.562257, 0.798110, -0.216534> - 2409: <-0.518435, 0.827263, -0.216475> - 2410: <-0.515110, 0.817925, -0.256243> - 2411: <-0.558172, 0.789266, -0.255937> - 2412: <-0.518435, 0.827263, -0.216475> - 2413: <-0.474515, 0.853230, -0.216413> - 2414: <-0.471888, 0.843490, -0.256606> - 2415: <-0.515110, 0.817925, -0.256243> - 2416: <-0.474515, 0.853230, -0.216413> - 2417: <-0.430657, 0.876208, -0.216320> - 2418: <-0.428698, 0.866124, -0.256999> - 2419: <-0.471888, 0.843490, -0.256606> - 2420: <-0.430657, 0.876208, -0.216320> - 2421: <-0.386985, 0.896382, -0.216199> - 2422: <-0.385664, 0.886018, -0.257364> - 2423: <-0.428698, 0.866124, -0.256999> - 2424: <-0.386985, 0.896382, -0.216199> - 2425: <-0.343582, 0.913949, -0.215982> - 2426: <-0.342852, 0.903367, -0.257643> - 2427: <-0.385664, 0.886018, -0.257364> - 2428: <-0.343582, 0.913949, -0.215982> - 2429: <-0.300461, 0.929096, -0.215649> - 2430: <-0.300219, 0.918390, -0.257736> - 2431: <-0.342852, 0.903367, -0.257643> - 2432: <-0.300461, 0.929096, -0.215649> - 2433: <-0.257519, 0.942000, -0.215220> - 2434: <-0.257702, 0.931225, -0.257702> - 2435: <-0.300219, 0.918390, -0.257736> - 2436: <-0.257519, 0.942000, -0.215220> - 2437: <-0.214732, 0.952775, -0.214732> - 2438: <-0.215220, 0.942000, -0.257519> - 2439: <-0.257702, 0.931225, -0.257702> - 2440: <-0.214732, 0.952775, -0.214732> - 2441: <-0.172005, 0.961530, -0.214182> - 2442: <-0.172679, 0.950800, -0.257217> - 2443: <-0.215220, 0.942000, -0.257519> - 2444: <-0.172005, 0.961530, -0.214182> - 2445: <-0.129250, 0.968319, -0.213666> - 2446: <-0.129981, 0.957663, -0.256880> - 2447: <-0.172679, 0.950800, -0.257217> - 2448: <-0.129250, 0.968319, -0.213666> - 2449: <-0.086398, 0.973180, -0.213204> - 2450: <-0.087041, 0.962605, -0.256544> - 2451: <-0.129981, 0.957663, -0.256880> - 2452: <-0.086398, 0.973180, -0.213204> - 2453: <-0.043306, 0.976120, -0.212870> - 2454: <-0.043703, 0.965618, -0.256267> - 2455: <-0.087041, 0.962605, -0.256544> - 2456: <-0.043306, 0.976120, -0.212870> - 2457: < 0.000000, 0.977107, -0.212750> - 2458: < 0.000000, 0.966630, -0.256177> - 2459: <-0.043703, 0.965618, -0.256267> - 2460: < 0.000000, 0.977107, -0.212750> - 2461: < 0.043306, 0.976120, -0.212870> - 2462: < 0.043703, 0.965618, -0.256267> - 2463: < 0.000000, 0.966630, -0.256177> - 2464: < 0.043306, 0.976120, -0.212870> - 2465: < 0.086398, 0.973180, -0.213204> - 2466: < 0.087041, 0.962605, -0.256544> - 2467: < 0.043703, 0.965618, -0.256267> - 2468: < 0.086398, 0.973180, -0.213204> - 2469: < 0.129250, 0.968319, -0.213666> - 2470: < 0.129981, 0.957663, -0.256880> - 2471: < 0.087041, 0.962605, -0.256544> - 2472: < 0.129250, 0.968319, -0.213666> - 2473: < 0.172005, 0.961530, -0.214182> - 2474: < 0.172679, 0.950800, -0.257217> - 2475: < 0.129981, 0.957663, -0.256880> - 2476: < 0.172005, 0.961530, -0.214182> - 2477: < 0.214732, 0.952775, -0.214732> - 2478: < 0.215220, 0.942000, -0.257519> - 2479: < 0.172679, 0.950800, -0.257217> - 2480: < 0.214732, 0.952775, -0.214732> - 2481: < 0.257519, 0.942000, -0.215220> - 2482: < 0.257702, 0.931225, -0.257702> - 2483: < 0.215220, 0.942000, -0.257519> - 2484: < 0.257519, 0.942000, -0.215220> - 2485: < 0.300461, 0.929096, -0.215649> - 2486: < 0.300219, 0.918390, -0.257736> - 2487: < 0.257702, 0.931225, -0.257702> - 2488: < 0.300461, 0.929096, -0.215649> - 2489: < 0.343582, 0.913949, -0.215982> - 2490: < 0.342852, 0.903367, -0.257643> - 2491: < 0.300219, 0.918390, -0.257736> - 2492: < 0.343582, 0.913949, -0.215982> - 2493: < 0.386985, 0.896382, -0.216199> - 2494: < 0.385664, 0.886018, -0.257364> - 2495: < 0.342852, 0.903367, -0.257643> - 2496: < 0.386985, 0.896382, -0.216199> - 2497: < 0.430657, 0.876208, -0.216320> - 2498: < 0.428698, 0.866124, -0.256999> - 2499: < 0.385664, 0.886018, -0.257364> - 2500: < 0.430657, 0.876208, -0.216320> - 2501: < 0.474515, 0.853230, -0.216413> - 2502: < 0.471888, 0.843490, -0.256606> - 2503: < 0.428698, 0.866124, -0.256999> - 2504: < 0.474515, 0.853230, -0.216413> - 2505: < 0.518435, 0.827263, -0.216475> - 2506: < 0.515110, 0.817925, -0.256243> - 2507: < 0.471888, 0.843490, -0.256606> - 2508: < 0.518435, 0.827263, -0.216475> - 2509: < 0.562257, 0.798110, -0.216534> - 2510: < 0.558172, 0.789266, -0.255937> - 2511: < 0.515110, 0.817925, -0.256243> - 2512: < 0.562257, 0.798110, -0.216534> - 2513: < 0.605748, 0.765608, -0.216596> - 2514: < 0.600829, 0.757361, -0.255750> - 2515: < 0.558172, 0.789266, -0.255937> - 2516: < 0.605748, 0.765608, -0.216596> - 2517: < 0.648606, 0.729636, -0.216660> - 2518: < 0.642833, 0.722093, -0.255632> - 2519: < 0.600829, 0.757361, -0.255750> - 2520: <-0.642833, 0.722093, -0.255632> - 2521: <-0.600829, 0.757361, -0.255750> - 2522: <-0.595158, 0.747816, -0.294207> - 2523: <-0.636150, 0.713396, -0.293904> - 2524: <-0.600829, 0.757361, -0.255750> - 2525: <-0.558172, 0.789266, -0.255937> - 2526: <-0.553415, 0.779017, -0.294729> - 2527: <-0.595158, 0.747816, -0.294207> - 2528: <-0.558172, 0.789266, -0.255937> - 2529: <-0.515110, 0.817925, -0.256243> - 2530: <-0.511198, 0.807082, -0.295457> - 2531: <-0.553415, 0.779017, -0.294729> - 2532: <-0.515110, 0.817925, -0.256243> - 2533: <-0.471888, 0.843490, -0.256606> - 2534: <-0.468770, 0.832128, -0.296339> - 2535: <-0.511198, 0.807082, -0.295457> - 2536: <-0.471888, 0.843490, -0.256606> - 2537: <-0.428698, 0.866124, -0.256999> - 2538: <-0.426323, 0.854324, -0.297287> - 2539: <-0.468770, 0.832128, -0.296339> - 2540: <-0.428698, 0.866124, -0.256999> - 2541: <-0.385664, 0.886018, -0.257364> - 2542: <-0.383986, 0.873840, -0.298259> - 2543: <-0.426323, 0.854324, -0.297287> - 2544: <-0.385664, 0.886018, -0.257364> - 2545: <-0.342852, 0.903367, -0.257643> - 2546: <-0.341811, 0.890906, -0.299085> - 2547: <-0.383986, 0.873840, -0.298259> - 2548: <-0.342852, 0.903367, -0.257643> - 2549: <-0.300219, 0.918390, -0.257736> - 2550: <-0.299762, 0.905696, -0.299762> - 2551: <-0.341811, 0.890906, -0.299085> - 2552: <-0.300219, 0.918390, -0.257736> - 2553: <-0.257702, 0.931225, -0.257702> - 2554: <-0.257736, 0.918390, -0.300219> - 2555: <-0.299762, 0.905696, -0.299762> - 2556: <-0.257702, 0.931225, -0.257702> - 2557: <-0.215220, 0.942000, -0.257519> - 2558: <-0.215649, 0.929096, -0.300461> - 2559: <-0.257736, 0.918390, -0.300219> - 2560: <-0.215220, 0.942000, -0.257519> - 2561: <-0.172679, 0.950800, -0.257217> - 2562: <-0.173351, 0.937897, -0.300496> - 2563: <-0.215649, 0.929096, -0.300461> - 2564: <-0.172679, 0.950800, -0.257217> - 2565: <-0.129981, 0.957663, -0.256880> - 2566: <-0.130743, 0.944802, -0.300427> - 2567: <-0.173351, 0.937897, -0.300496> - 2568: <-0.129981, 0.957663, -0.256880> - 2569: <-0.087041, 0.962605, -0.256544> - 2570: <-0.087712, 0.949820, -0.300248> - 2571: <-0.130743, 0.944802, -0.300427> - 2572: <-0.087041, 0.962605, -0.256544> - 2573: <-0.043703, 0.965618, -0.256267> - 2574: <-0.044130, 0.952889, -0.300092> - 2575: <-0.087712, 0.949820, -0.300248> - 2576: <-0.043703, 0.965618, -0.256267> - 2577: < 0.000000, 0.966630, -0.256177> - 2578: < 0.000000, 0.953921, -0.300059> - 2579: <-0.044130, 0.952889, -0.300092> - 2580: < 0.000000, 0.966630, -0.256177> - 2581: < 0.043703, 0.965618, -0.256267> - 2582: < 0.044130, 0.952889, -0.300092> - 2583: < 0.000000, 0.953921, -0.300059> - 2584: < 0.043703, 0.965618, -0.256267> - 2585: < 0.087041, 0.962605, -0.256544> - 2586: < 0.087712, 0.949820, -0.300248> - 2587: < 0.044130, 0.952889, -0.300092> - 2588: < 0.087041, 0.962605, -0.256544> - 2589: < 0.129981, 0.957663, -0.256880> - 2590: < 0.130743, 0.944802, -0.300427> - 2591: < 0.087712, 0.949820, -0.300248> - 2592: < 0.129981, 0.957663, -0.256880> - 2593: < 0.172679, 0.950800, -0.257217> - 2594: < 0.173351, 0.937897, -0.300496> - 2595: < 0.130743, 0.944802, -0.300427> - 2596: < 0.172679, 0.950800, -0.257217> - 2597: < 0.215220, 0.942000, -0.257519> - 2598: < 0.215649, 0.929096, -0.300461> - 2599: < 0.173351, 0.937897, -0.300496> - 2600: < 0.215220, 0.942000, -0.257519> - 2601: < 0.257702, 0.931225, -0.257702> - 2602: < 0.257736, 0.918390, -0.300219> - 2603: < 0.215649, 0.929096, -0.300461> - 2604: < 0.257702, 0.931225, -0.257702> - 2605: < 0.300219, 0.918390, -0.257736> - 2606: < 0.299762, 0.905696, -0.299762> - 2607: < 0.257736, 0.918390, -0.300219> - 2608: < 0.300219, 0.918390, -0.257736> - 2609: < 0.342852, 0.903367, -0.257643> - 2610: < 0.341811, 0.890906, -0.299085> - 2611: < 0.299762, 0.905696, -0.299762> - 2612: < 0.342852, 0.903367, -0.257643> - 2613: < 0.385664, 0.886018, -0.257364> - 2614: < 0.383960, 0.873851, -0.298262> - 2615: < 0.341811, 0.890906, -0.299085> - 2616: < 0.385664, 0.886018, -0.257364> - 2617: < 0.428698, 0.866124, -0.256999> - 2618: < 0.426323, 0.854324, -0.297287> - 2619: < 0.383960, 0.873851, -0.298262> - 2620: < 0.428698, 0.866124, -0.256999> - 2621: < 0.471888, 0.843490, -0.256606> - 2622: < 0.468770, 0.832128, -0.296339> - 2623: < 0.426323, 0.854324, -0.297287> - 2624: < 0.471888, 0.843490, -0.256606> - 2625: < 0.515110, 0.817925, -0.256243> - 2626: < 0.511198, 0.807082, -0.295457> - 2627: < 0.468770, 0.832128, -0.296339> - 2628: < 0.515110, 0.817925, -0.256243> - 2629: < 0.558172, 0.789266, -0.255937> - 2630: < 0.553415, 0.779017, -0.294729> - 2631: < 0.511198, 0.807082, -0.295457> - 2632: < 0.558172, 0.789266, -0.255937> - 2633: < 0.600829, 0.757361, -0.255750> - 2634: < 0.595158, 0.747816, -0.294207> - 2635: < 0.553415, 0.779017, -0.294729> - 2636: < 0.600829, 0.757361, -0.255750> - 2637: < 0.642833, 0.722093, -0.255632> - 2638: < 0.636150, 0.713396, -0.293904> - 2639: < 0.595158, 0.747816, -0.294207> - 2640: <-0.636150, 0.713396, -0.293904> - 2641: <-0.595158, 0.747816, -0.294207> - 2642: <-0.588744, 0.736915, -0.332170> - 2643: <-0.628603, 0.703467, -0.331652> - 2644: <-0.595158, 0.747816, -0.294207> - 2645: <-0.553415, 0.779017, -0.294729> - 2646: <-0.548009, 0.767292, -0.333090> - 2647: <-0.588744, 0.736915, -0.332170> - 2648: <-0.553415, 0.779017, -0.294729> - 2649: <-0.511198, 0.807082, -0.295457> - 2650: <-0.506740, 0.794627, -0.334337> - 2651: <-0.548009, 0.767292, -0.333090> - 2652: <-0.511198, 0.807082, -0.295457> - 2653: <-0.468770, 0.832128, -0.296339> - 2654: <-0.465202, 0.819039, -0.335801> - 2655: <-0.506740, 0.794627, -0.334337> - 2656: <-0.468770, 0.832128, -0.296339> - 2657: <-0.426323, 0.854324, -0.297287> - 2658: <-0.423577, 0.840684, -0.337391> - 2659: <-0.465202, 0.819039, -0.335801> - 2660: <-0.426323, 0.854324, -0.297287> - 2661: <-0.383986, 0.873840, -0.298259> - 2662: <-0.381976, 0.859750, -0.339005> - 2663: <-0.423577, 0.840684, -0.337391> - 2664: <-0.383986, 0.873840, -0.298259> - 2665: <-0.341811, 0.890906, -0.299085> - 2666: <-0.340503, 0.876422, -0.340503> - 2667: <-0.381976, 0.859750, -0.339005> - 2668: <-0.341811, 0.890906, -0.299085> - 2669: <-0.299762, 0.905696, -0.299762> - 2670: <-0.299085, 0.890906, -0.341811> - 2671: <-0.340503, 0.876422, -0.340503> - 2672: <-0.299762, 0.905696, -0.299762> - 2673: <-0.257736, 0.918390, -0.300219> - 2674: <-0.257643, 0.903367, -0.342852> - 2675: <-0.299085, 0.890906, -0.341811> - 2676: <-0.257736, 0.918390, -0.300219> - 2677: <-0.215649, 0.929096, -0.300461> - 2678: <-0.215982, 0.913949, -0.343582> - 2679: <-0.257643, 0.903367, -0.342852> - 2680: <-0.215649, 0.929096, -0.300461> - 2681: <-0.173351, 0.937897, -0.300496> - 2682: <-0.173989, 0.922682, -0.344072> - 2683: <-0.215982, 0.913949, -0.343582> - 2684: <-0.173351, 0.937897, -0.300496> - 2685: <-0.130743, 0.944802, -0.300427> - 2686: <-0.131509, 0.929596, -0.344322> - 2687: <-0.173989, 0.922682, -0.344072> - 2688: <-0.130743, 0.944802, -0.300427> - 2689: <-0.087712, 0.949820, -0.300248> - 2690: <-0.088414, 0.934648, -0.344408> - 2691: <-0.131509, 0.929596, -0.344322> - 2692: <-0.087712, 0.949820, -0.300248> - 2693: <-0.044130, 0.952889, -0.300092> - 2694: <-0.044558, 0.937762, -0.344409> - 2695: <-0.088414, 0.934648, -0.344408> - 2696: <-0.044130, 0.952889, -0.300092> - 2697: < 0.000000, 0.953921, -0.300059> - 2698: < 0.000000, 0.938821, -0.344405> - 2699: <-0.044558, 0.937762, -0.344409> - 2700: < 0.000000, 0.953921, -0.300059> - 2701: < 0.044130, 0.952889, -0.300092> - 2702: < 0.044558, 0.937762, -0.344409> - 2703: < 0.000000, 0.938821, -0.344405> - 2704: < 0.044130, 0.952889, -0.300092> - 2705: < 0.087712, 0.949820, -0.300248> - 2706: < 0.088414, 0.934648, -0.344408> - 2707: < 0.044558, 0.937762, -0.344409> - 2708: < 0.087712, 0.949820, -0.300248> - 2709: < 0.130743, 0.944802, -0.300427> - 2710: < 0.131509, 0.929596, -0.344322> - 2711: < 0.088414, 0.934648, -0.344408> - 2712: < 0.130743, 0.944802, -0.300427> - 2713: < 0.173351, 0.937897, -0.300496> - 2714: < 0.173989, 0.922682, -0.344072> - 2715: < 0.131509, 0.929596, -0.344322> - 2716: < 0.173351, 0.937897, -0.300496> - 2717: < 0.215649, 0.929096, -0.300461> - 2718: < 0.215982, 0.913949, -0.343582> - 2719: < 0.173989, 0.922682, -0.344072> - 2720: < 0.215649, 0.929096, -0.300461> - 2721: < 0.257736, 0.918390, -0.300219> - 2722: < 0.257643, 0.903367, -0.342852> - 2723: < 0.215982, 0.913949, -0.343582> - 2724: < 0.257736, 0.918390, -0.300219> - 2725: < 0.299762, 0.905696, -0.299762> - 2726: < 0.299085, 0.890906, -0.341811> - 2727: < 0.257643, 0.903367, -0.342852> - 2728: < 0.299762, 0.905696, -0.299762> - 2729: < 0.341811, 0.890906, -0.299085> - 2730: < 0.340503, 0.876422, -0.340503> - 2731: < 0.299085, 0.890906, -0.341811> - 2732: < 0.341811, 0.890906, -0.299085> - 2733: < 0.383960, 0.873851, -0.298262> - 2734: < 0.381976, 0.859750, -0.339005> - 2735: < 0.340503, 0.876422, -0.340503> - 2736: < 0.383960, 0.873851, -0.298262> - 2737: < 0.426323, 0.854324, -0.297287> - 2738: < 0.423577, 0.840684, -0.337391> - 2739: < 0.381976, 0.859750, -0.339005> - 2740: < 0.426323, 0.854324, -0.297287> - 2741: < 0.468770, 0.832128, -0.296339> - 2742: < 0.465202, 0.819039, -0.335801> - 2743: < 0.423577, 0.840684, -0.337391> - 2744: < 0.468770, 0.832128, -0.296339> - 2745: < 0.511198, 0.807082, -0.295457> - 2746: < 0.506745, 0.794636, -0.334310> - 2747: < 0.465202, 0.819039, -0.335801> - 2748: < 0.511198, 0.807082, -0.295457> - 2749: < 0.553415, 0.779017, -0.294729> - 2750: < 0.548009, 0.767292, -0.333090> - 2751: < 0.506745, 0.794636, -0.334310> - 2752: < 0.553415, 0.779017, -0.294729> - 2753: < 0.595158, 0.747816, -0.294207> - 2754: < 0.588744, 0.736915, -0.332170> - 2755: < 0.548009, 0.767292, -0.333090> - 2756: < 0.595158, 0.747816, -0.294207> - 2757: < 0.636150, 0.713396, -0.293904> - 2758: < 0.628603, 0.703467, -0.331652> - 2759: < 0.588744, 0.736915, -0.332170> - 2760: <-0.628603, 0.703467, -0.331652> - 2761: <-0.588744, 0.736915, -0.332170> - 2762: <-0.581661, 0.724825, -0.369188> - 2763: <-0.620305, 0.692544, -0.368246> - 2764: <-0.588744, 0.736915, -0.332170> - 2765: <-0.548009, 0.767292, -0.333090> - 2766: <-0.542028, 0.754169, -0.370721> - 2767: <-0.581661, 0.724825, -0.369188> - 2768: <-0.548009, 0.767292, -0.333090> - 2769: <-0.506740, 0.794627, -0.334337> - 2770: <-0.501802, 0.780568, -0.372705> - 2771: <-0.542028, 0.754169, -0.370721> - 2772: <-0.506740, 0.794627, -0.334337> - 2773: <-0.465202, 0.819039, -0.335801> - 2774: <-0.461239, 0.804154, -0.374961> - 2775: <-0.501802, 0.780568, -0.372705> - 2776: <-0.465202, 0.819039, -0.335801> - 2777: <-0.423577, 0.840684, -0.337391> - 2778: <-0.420500, 0.825100, -0.377345> - 2779: <-0.461239, 0.804154, -0.374961> - 2780: <-0.423577, 0.840684, -0.337391> - 2781: <-0.381976, 0.859750, -0.339005> - 2782: <-0.379751, 0.843551, -0.379751> - 2783: <-0.420500, 0.825100, -0.377345> - 2784: <-0.381976, 0.859750, -0.339005> - 2785: <-0.340503, 0.876422, -0.340503> - 2786: <-0.339005, 0.859750, -0.381976> - 2787: <-0.379751, 0.843551, -0.379751> - 2788: <-0.340503, 0.876422, -0.340503> - 2789: <-0.299085, 0.890906, -0.341811> - 2790: <-0.298262, 0.873851, -0.383960> - 2791: <-0.339005, 0.859750, -0.381976> - 2792: <-0.299085, 0.890906, -0.341811> - 2793: <-0.257643, 0.903367, -0.342852> - 2794: <-0.257367, 0.886028, -0.385638> - 2795: <-0.298262, 0.873851, -0.383960> - 2796: <-0.257643, 0.903367, -0.342852> - 2797: <-0.215982, 0.913949, -0.343582> - 2798: <-0.216199, 0.896382, -0.386985> - 2799: <-0.257367, 0.886028, -0.385638> - 2800: <-0.215982, 0.913949, -0.343582> - 2801: <-0.173989, 0.922682, -0.344072> - 2802: <-0.174541, 0.904997, -0.387965> - 2803: <-0.216199, 0.896382, -0.386985> - 2804: <-0.173989, 0.922682, -0.344072> - 2805: <-0.131509, 0.929596, -0.344322> - 2806: <-0.132240, 0.911854, -0.388632> - 2807: <-0.174541, 0.904997, -0.387965> - 2808: <-0.131509, 0.929596, -0.344322> - 2809: <-0.088414, 0.934648, -0.344408> - 2810: <-0.089116, 0.916918, -0.388998> - 2811: <-0.132240, 0.911854, -0.388632> - 2812: <-0.088414, 0.934648, -0.344408> - 2813: <-0.044558, 0.937762, -0.344409> - 2814: <-0.045016, 0.920061, -0.389180> - 2815: <-0.089116, 0.916918, -0.388998> - 2816: <-0.044558, 0.937762, -0.344409> - 2817: < 0.000000, 0.938821, -0.344405> - 2818: < 0.000000, 0.921135, -0.389244> - 2819: <-0.045016, 0.920061, -0.389180> - 2820: < 0.000000, 0.938821, -0.344405> - 2821: < 0.044558, 0.937762, -0.344409> - 2822: < 0.045016, 0.920061, -0.389180> - 2823: < 0.000000, 0.921135, -0.389244> - 2824: < 0.044558, 0.937762, -0.344409> - 2825: < 0.088414, 0.934648, -0.344408> - 2826: < 0.089116, 0.916918, -0.388998> - 2827: < 0.045016, 0.920061, -0.389180> - 2828: < 0.088414, 0.934648, -0.344408> - 2829: < 0.131509, 0.929596, -0.344322> - 2830: < 0.132240, 0.911854, -0.388632> - 2831: < 0.089116, 0.916918, -0.388998> - 2832: < 0.131509, 0.929596, -0.344322> - 2833: < 0.173989, 0.922682, -0.344072> - 2834: < 0.174541, 0.904997, -0.387965> - 2835: < 0.132240, 0.911854, -0.388632> - 2836: < 0.173989, 0.922682, -0.344072> - 2837: < 0.215982, 0.913949, -0.343582> - 2838: < 0.216199, 0.896382, -0.386985> - 2839: < 0.174541, 0.904997, -0.387965> - 2840: < 0.215982, 0.913949, -0.343582> - 2841: < 0.257643, 0.903367, -0.342852> - 2842: < 0.257364, 0.886018, -0.385664> - 2843: < 0.216199, 0.896382, -0.386985> - 2844: < 0.257643, 0.903367, -0.342852> - 2845: < 0.299085, 0.890906, -0.341811> - 2846: < 0.298262, 0.873851, -0.383960> - 2847: < 0.257364, 0.886018, -0.385664> - 2848: < 0.299085, 0.890906, -0.341811> - 2849: < 0.340503, 0.876422, -0.340503> - 2850: < 0.339005, 0.859750, -0.381976> - 2851: < 0.298262, 0.873851, -0.383960> - 2852: < 0.340503, 0.876422, -0.340503> - 2853: < 0.381976, 0.859750, -0.339005> - 2854: < 0.379751, 0.843551, -0.379751> - 2855: < 0.339005, 0.859750, -0.381976> - 2856: < 0.381976, 0.859750, -0.339005> - 2857: < 0.423577, 0.840684, -0.337391> - 2858: < 0.420500, 0.825100, -0.377345> - 2859: < 0.379751, 0.843551, -0.379751> - 2860: < 0.423577, 0.840684, -0.337391> - 2861: < 0.465202, 0.819039, -0.335801> - 2862: < 0.461239, 0.804154, -0.374961> - 2863: < 0.420500, 0.825100, -0.377345> - 2864: < 0.465202, 0.819039, -0.335801> - 2865: < 0.506745, 0.794636, -0.334310> - 2866: < 0.501802, 0.780568, -0.372705> - 2867: < 0.461239, 0.804154, -0.374961> - 2868: < 0.506745, 0.794636, -0.334310> - 2869: < 0.548009, 0.767292, -0.333090> - 2870: < 0.542028, 0.754169, -0.370721> - 2871: < 0.501802, 0.780568, -0.372705> - 2872: < 0.548009, 0.767292, -0.333090> - 2873: < 0.588744, 0.736915, -0.332170> - 2874: < 0.581661, 0.724825, -0.369188> - 2875: < 0.542028, 0.754169, -0.370721> - 2876: < 0.588744, 0.736915, -0.332170> - 2877: < 0.628603, 0.703467, -0.331652> - 2878: < 0.620305, 0.692544, -0.368246> - 2879: < 0.581661, 0.724825, -0.369188> - 2880: <-0.620305, 0.692544, -0.368246> - 2881: <-0.581661, 0.724825, -0.369188> - 2882: <-0.574008, 0.711772, -0.404839> - 2883: <-0.611427, 0.680859, -0.403223> - 2884: <-0.581661, 0.724825, -0.369188> - 2885: <-0.542028, 0.754169, -0.370721> - 2886: <-0.535518, 0.739812, -0.407307> - 2887: <-0.574008, 0.711772, -0.404839> - 2888: <-0.542028, 0.754169, -0.370721> - 2889: <-0.501802, 0.780568, -0.372705> - 2890: <-0.496395, 0.764964, -0.410392> - 2891: <-0.535518, 0.739812, -0.407307> - 2892: <-0.501802, 0.780568, -0.372705> - 2893: <-0.461239, 0.804154, -0.374961> - 2894: <-0.456900, 0.787421, -0.413777> - 2895: <-0.496395, 0.764964, -0.410392> - 2896: <-0.461239, 0.804154, -0.374961> - 2897: <-0.420500, 0.825100, -0.377345> - 2898: <-0.417202, 0.807394, -0.417202> - 2899: <-0.456900, 0.787421, -0.413777> - 2900: <-0.420500, 0.825100, -0.377345> - 2901: <-0.379751, 0.843551, -0.379751> - 2902: <-0.377345, 0.825100, -0.420500> - 2903: <-0.417202, 0.807394, -0.417202> - 2904: <-0.379751, 0.843551, -0.379751> - 2905: <-0.339005, 0.859750, -0.381976> - 2906: <-0.337391, 0.840684, -0.423577> - 2907: <-0.377345, 0.825100, -0.420500> - 2908: <-0.339005, 0.859750, -0.381976> - 2909: <-0.298262, 0.873851, -0.383960> - 2910: <-0.297287, 0.854324, -0.426323> - 2911: <-0.337391, 0.840684, -0.423577> - 2912: <-0.298262, 0.873851, -0.383960> - 2913: <-0.257367, 0.886028, -0.385638> - 2914: <-0.256999, 0.866124, -0.428698> - 2915: <-0.297287, 0.854324, -0.426323> - 2916: <-0.257367, 0.886028, -0.385638> - 2917: <-0.216199, 0.896382, -0.386985> - 2918: <-0.216320, 0.876208, -0.430657> - 2919: <-0.256999, 0.866124, -0.428698> - 2920: <-0.216199, 0.896382, -0.386985> - 2921: <-0.174541, 0.904997, -0.387965> - 2922: <-0.175026, 0.884654, -0.432149> - 2923: <-0.216320, 0.876208, -0.430657> - 2924: <-0.174541, 0.904997, -0.387965> - 2925: <-0.132240, 0.911854, -0.388632> - 2926: <-0.132911, 0.891405, -0.433281> - 2927: <-0.175026, 0.884654, -0.432149> - 2928: <-0.132240, 0.911854, -0.388632> - 2929: <-0.089116, 0.916918, -0.388998> - 2930: <-0.089787, 0.896437, -0.433981> - 2931: <-0.132911, 0.891405, -0.433281> - 2932: <-0.089116, 0.916918, -0.388998> - 2933: <-0.045016, 0.920061, -0.389180> - 2934: <-0.045443, 0.899583, -0.434379> - 2935: <-0.089787, 0.896437, -0.433981> - 2936: <-0.045016, 0.920061, -0.389180> - 2937: < 0.000000, 0.921135, -0.389244> - 2938: < 0.000000, 0.900655, -0.434534> - 2939: <-0.045443, 0.899583, -0.434379> - 2940: < 0.000000, 0.921135, -0.389244> - 2941: < 0.045016, 0.920061, -0.389180> - 2942: < 0.045443, 0.899583, -0.434379> - 2943: < 0.000000, 0.900655, -0.434534> - 2944: < 0.045016, 0.920061, -0.389180> - 2945: < 0.089116, 0.916918, -0.388998> - 2946: < 0.089787, 0.896437, -0.433981> - 2947: < 0.045443, 0.899583, -0.434379> - 2948: < 0.089116, 0.916918, -0.388998> - 2949: < 0.132240, 0.911854, -0.388632> - 2950: < 0.132911, 0.891405, -0.433281> - 2951: < 0.089787, 0.896437, -0.433981> - 2952: < 0.132240, 0.911854, -0.388632> - 2953: < 0.174541, 0.904997, -0.387965> - 2954: < 0.175026, 0.884654, -0.432149> - 2955: < 0.132911, 0.891405, -0.433281> - 2956: < 0.174541, 0.904997, -0.387965> - 2957: < 0.216199, 0.896382, -0.386985> - 2958: < 0.216320, 0.876208, -0.430657> - 2959: < 0.175026, 0.884654, -0.432149> - 2960: < 0.216199, 0.896382, -0.386985> - 2961: < 0.257364, 0.886018, -0.385664> - 2962: < 0.256999, 0.866124, -0.428698> - 2963: < 0.216320, 0.876208, -0.430657> - 2964: < 0.257364, 0.886018, -0.385664> - 2965: < 0.298262, 0.873851, -0.383960> - 2966: < 0.297287, 0.854324, -0.426323> - 2967: < 0.256999, 0.866124, -0.428698> - 2968: < 0.298262, 0.873851, -0.383960> - 2969: < 0.339005, 0.859750, -0.381976> - 2970: < 0.337391, 0.840684, -0.423577> - 2971: < 0.297287, 0.854324, -0.426323> - 2972: < 0.339005, 0.859750, -0.381976> - 2973: < 0.379751, 0.843551, -0.379751> - 2974: < 0.377345, 0.825100, -0.420500> - 2975: < 0.337391, 0.840684, -0.423577> - 2976: < 0.379751, 0.843551, -0.379751> - 2977: < 0.420500, 0.825100, -0.377345> - 2978: < 0.417202, 0.807394, -0.417202> - 2979: < 0.377345, 0.825100, -0.420500> - 2980: < 0.420500, 0.825100, -0.377345> - 2981: < 0.461239, 0.804154, -0.374961> - 2982: < 0.456900, 0.787421, -0.413777> - 2983: < 0.417202, 0.807394, -0.417202> - 2984: < 0.461239, 0.804154, -0.374961> - 2985: < 0.501802, 0.780568, -0.372705> - 2986: < 0.496395, 0.764964, -0.410392> - 2987: < 0.456900, 0.787421, -0.413777> - 2988: < 0.501802, 0.780568, -0.372705> - 2989: < 0.542028, 0.754169, -0.370721> - 2990: < 0.535518, 0.739812, -0.407307> - 2991: < 0.496395, 0.764964, -0.410392> - 2992: < 0.542028, 0.754169, -0.370721> - 2993: < 0.581661, 0.724825, -0.369188> - 2994: < 0.574008, 0.711772, -0.404839> - 2995: < 0.535518, 0.739812, -0.407307> - 2996: < 0.581661, 0.724825, -0.369188> - 2997: < 0.620305, 0.692544, -0.368246> - 2998: < 0.611427, 0.680859, -0.403223> - 2999: < 0.574008, 0.711772, -0.404839> - 3000: <-0.611427, 0.680859, -0.403223> - 3001: <-0.574008, 0.711772, -0.404839> - 3002: <-0.565794, 0.697667, -0.439475> - 3003: <-0.601963, 0.668312, -0.437036> - 3004: <-0.574008, 0.711772, -0.404839> - 3005: <-0.535518, 0.739812, -0.407307> - 3006: <-0.528478, 0.724109, -0.443145> - 3007: <-0.565794, 0.697667, -0.439475> - 3008: <-0.535518, 0.739812, -0.407307> - 3009: <-0.496395, 0.764964, -0.410392> - 3010: <-0.490534, 0.747688, -0.447593> - 3011: <-0.528478, 0.724109, -0.443145> - 3012: <-0.496395, 0.764964, -0.410392> - 3013: <-0.456900, 0.787421, -0.413777> - 3014: <-0.452290, 0.768679, -0.452290> - 3015: <-0.490534, 0.747688, -0.447593> - 3016: <-0.456900, 0.787421, -0.413777> - 3017: <-0.417202, 0.807394, -0.417202> - 3018: <-0.413777, 0.787421, -0.456900> - 3019: <-0.452290, 0.768679, -0.452290> - 3020: <-0.417202, 0.807394, -0.417202> - 3021: <-0.377345, 0.825100, -0.420500> - 3022: <-0.374961, 0.804154, -0.461239> - 3023: <-0.413777, 0.787421, -0.456900> - 3024: <-0.377345, 0.825100, -0.420500> - 3025: <-0.337391, 0.840684, -0.423577> - 3026: <-0.335801, 0.819039, -0.465202> - 3027: <-0.374961, 0.804154, -0.461239> - 3028: <-0.337391, 0.840684, -0.423577> - 3029: <-0.297287, 0.854324, -0.426323> - 3030: <-0.296339, 0.832128, -0.468770> - 3031: <-0.335801, 0.819039, -0.465202> - 3032: <-0.297287, 0.854324, -0.426323> - 3033: <-0.256999, 0.866124, -0.428698> - 3034: <-0.256606, 0.843490, -0.471888> - 3035: <-0.296339, 0.832128, -0.468770> - 3036: <-0.256999, 0.866124, -0.428698> - 3037: <-0.216320, 0.876208, -0.430657> - 3038: <-0.216413, 0.853230, -0.474515> - 3039: <-0.256606, 0.843490, -0.471888> - 3040: <-0.216320, 0.876208, -0.430657> - 3041: <-0.175026, 0.884654, -0.432149> - 3042: <-0.175453, 0.861426, -0.476614> - 3043: <-0.216413, 0.853230, -0.474515> - 3044: <-0.175026, 0.884654, -0.432149> - 3045: <-0.132911, 0.891405, -0.433281> - 3046: <-0.133553, 0.868033, -0.478208> - 3047: <-0.175453, 0.861426, -0.476614> - 3048: <-0.132911, 0.891405, -0.433281> - 3049: <-0.089787, 0.896437, -0.433981> - 3050: <-0.090429, 0.872976, -0.479307> - 3051: <-0.133553, 0.868033, -0.478208> - 3052: <-0.089787, 0.896437, -0.433981> - 3053: <-0.045443, 0.899583, -0.434379> - 3054: <-0.045871, 0.876095, -0.479951> - 3055: <-0.090429, 0.872976, -0.479307> - 3056: <-0.045443, 0.899583, -0.434379> - 3057: < 0.000000, 0.900655, -0.434534> - 3058: < 0.000000, 0.877182, -0.480158> - 3059: <-0.045871, 0.876095, -0.479951> - 3060: < 0.000000, 0.900655, -0.434534> - 3061: < 0.045443, 0.899583, -0.434379> - 3062: < 0.045871, 0.876095, -0.479951> - 3063: < 0.000000, 0.877182, -0.480158> - 3064: < 0.045443, 0.899583, -0.434379> - 3065: < 0.089787, 0.896437, -0.433981> - 3066: < 0.090429, 0.872976, -0.479307> - 3067: < 0.045871, 0.876095, -0.479951> - 3068: < 0.089787, 0.896437, -0.433981> - 3069: < 0.132911, 0.891405, -0.433281> - 3070: < 0.133553, 0.868033, -0.478208> - 3071: < 0.090429, 0.872976, -0.479307> - 3072: < 0.132911, 0.891405, -0.433281> - 3073: < 0.175026, 0.884654, -0.432149> - 3074: < 0.175453, 0.861426, -0.476614> - 3075: < 0.133553, 0.868033, -0.478208> - 3076: < 0.175026, 0.884654, -0.432149> - 3077: < 0.216320, 0.876208, -0.430657> - 3078: < 0.216413, 0.853230, -0.474515> - 3079: < 0.175453, 0.861426, -0.476614> - 3080: < 0.216320, 0.876208, -0.430657> - 3081: < 0.256999, 0.866124, -0.428698> - 3082: < 0.256606, 0.843490, -0.471888> - 3083: < 0.216413, 0.853230, -0.474515> - 3084: < 0.256999, 0.866124, -0.428698> - 3085: < 0.297287, 0.854324, -0.426323> - 3086: < 0.296339, 0.832128, -0.468770> - 3087: < 0.256606, 0.843490, -0.471888> - 3088: < 0.297287, 0.854324, -0.426323> - 3089: < 0.337391, 0.840684, -0.423577> - 3090: < 0.335801, 0.819039, -0.465202> - 3091: < 0.296339, 0.832128, -0.468770> - 3092: < 0.337391, 0.840684, -0.423577> - 3093: < 0.377345, 0.825100, -0.420500> - 3094: < 0.374961, 0.804154, -0.461239> - 3095: < 0.335801, 0.819039, -0.465202> - 3096: < 0.377345, 0.825100, -0.420500> - 3097: < 0.417202, 0.807394, -0.417202> - 3098: < 0.413777, 0.787421, -0.456900> - 3099: < 0.374961, 0.804154, -0.461239> - 3100: < 0.417202, 0.807394, -0.417202> - 3101: < 0.456900, 0.787421, -0.413777> - 3102: < 0.452290, 0.768679, -0.452290> - 3103: < 0.413777, 0.787421, -0.456900> - 3104: < 0.456900, 0.787421, -0.413777> - 3105: < 0.496395, 0.764964, -0.410392> - 3106: < 0.490534, 0.747688, -0.447593> - 3107: < 0.452290, 0.768679, -0.452290> - 3108: < 0.496395, 0.764964, -0.410392> - 3109: < 0.535518, 0.739812, -0.407307> - 3110: < 0.528478, 0.724109, -0.443145> - 3111: < 0.490534, 0.747688, -0.447593> - 3112: < 0.535518, 0.739812, -0.407307> - 3113: < 0.574008, 0.711772, -0.404839> - 3114: < 0.565794, 0.697667, -0.439475> - 3115: < 0.528478, 0.724109, -0.443145> - 3116: < 0.574008, 0.711772, -0.404839> - 3117: < 0.611427, 0.680859, -0.403223> - 3118: < 0.601963, 0.668312, -0.437036> - 3119: < 0.565794, 0.697667, -0.439475> - 3120: <-0.601963, 0.668312, -0.437036> - 3121: <-0.565794, 0.697667, -0.439475> - 3122: <-0.557037, 0.682532, -0.473139> - 3123: <-0.591920, 0.655217, -0.469385> - 3124: <-0.565794, 0.697667, -0.439475> - 3125: <-0.528478, 0.724109, -0.443145> - 3126: <-0.520969, 0.706895, -0.478425> - 3127: <-0.557037, 0.682532, -0.473139> - 3128: <-0.528478, 0.724109, -0.443145> - 3129: <-0.490534, 0.747688, -0.447593> - 3130: <-0.484430, 0.728461, -0.484430> - 3131: <-0.520969, 0.706895, -0.478425> - 3132: <-0.490534, 0.747688, -0.447593> - 3133: <-0.452290, 0.768679, -0.452290> - 3134: <-0.447593, 0.747688, -0.490534> - 3135: <-0.484430, 0.728461, -0.484430> - 3136: <-0.452290, 0.768679, -0.452290> - 3137: <-0.413777, 0.787421, -0.456900> - 3138: <-0.410398, 0.764976, -0.496372> - 3139: <-0.447593, 0.747688, -0.490534> - 3140: <-0.413777, 0.787421, -0.456900> - 3141: <-0.374961, 0.804154, -0.461239> - 3142: <-0.372705, 0.780568, -0.501802> - 3143: <-0.410398, 0.764976, -0.496372> - 3144: <-0.374961, 0.804154, -0.461239> - 3145: <-0.335801, 0.819039, -0.465202> - 3146: <-0.334337, 0.794627, -0.506740> - 3147: <-0.372705, 0.780568, -0.501802> - 3148: <-0.335801, 0.819039, -0.465202> - 3149: <-0.296339, 0.832128, -0.468770> - 3150: <-0.295457, 0.807082, -0.511198> - 3151: <-0.334337, 0.794627, -0.506740> - 3152: <-0.296339, 0.832128, -0.468770> - 3153: <-0.256606, 0.843490, -0.471888> - 3154: <-0.256243, 0.817925, -0.515110> - 3155: <-0.295457, 0.807082, -0.511198> - 3156: <-0.256606, 0.843490, -0.471888> - 3157: <-0.216413, 0.853230, -0.474515> - 3158: <-0.216475, 0.827263, -0.518435> - 3159: <-0.256243, 0.817925, -0.515110> - 3160: <-0.216413, 0.853230, -0.474515> - 3161: <-0.175453, 0.861426, -0.476614> - 3162: <-0.175853, 0.835133, -0.521180> - 3163: <-0.216475, 0.827263, -0.518435> - 3164: <-0.175453, 0.861426, -0.476614> - 3165: <-0.133553, 0.868033, -0.478208> - 3166: <-0.134100, 0.841527, -0.523307> - 3167: <-0.175853, 0.835133, -0.521180> - 3168: <-0.133553, 0.868033, -0.478208> - 3169: <-0.090429, 0.872976, -0.479307> - 3170: <-0.091008, 0.846324, -0.524836> - 3171: <-0.134100, 0.841527, -0.523307> - 3172: <-0.090429, 0.872976, -0.479307> - 3173: <-0.045871, 0.876095, -0.479951> - 3174: <-0.046267, 0.849378, -0.525753> - 3175: <-0.091008, 0.846324, -0.524836> - 3176: <-0.045871, 0.876095, -0.479951> - 3177: < 0.000000, 0.877182, -0.480158> - 3178: < 0.000000, 0.850434, -0.526081> - 3179: <-0.046267, 0.849378, -0.525753> - 3180: < 0.000000, 0.877182, -0.480158> - 3181: < 0.045871, 0.876095, -0.479951> - 3182: < 0.046267, 0.849378, -0.525753> - 3183: < 0.000000, 0.850434, -0.526081> - 3184: < 0.045871, 0.876095, -0.479951> - 3185: < 0.090429, 0.872976, -0.479307> - 3186: < 0.091008, 0.846324, -0.524836> - 3187: < 0.046267, 0.849378, -0.525753> - 3188: < 0.090429, 0.872976, -0.479307> - 3189: < 0.133553, 0.868033, -0.478208> - 3190: < 0.134100, 0.841527, -0.523307> - 3191: < 0.091008, 0.846324, -0.524836> - 3192: < 0.133553, 0.868033, -0.478208> - 3193: < 0.175453, 0.861426, -0.476614> - 3194: < 0.175853, 0.835133, -0.521180> - 3195: < 0.134100, 0.841527, -0.523307> - 3196: < 0.175453, 0.861426, -0.476614> - 3197: < 0.216413, 0.853230, -0.474515> - 3198: < 0.216475, 0.827263, -0.518435> - 3199: < 0.175853, 0.835133, -0.521180> - 3200: < 0.216413, 0.853230, -0.474515> - 3201: < 0.256606, 0.843490, -0.471888> - 3202: < 0.256243, 0.817925, -0.515110> - 3203: < 0.216475, 0.827263, -0.518435> - 3204: < 0.256606, 0.843490, -0.471888> - 3205: < 0.296339, 0.832128, -0.468770> - 3206: < 0.295457, 0.807082, -0.511198> - 3207: < 0.256243, 0.817925, -0.515110> - 3208: < 0.296339, 0.832128, -0.468770> - 3209: < 0.335801, 0.819039, -0.465202> - 3210: < 0.334337, 0.794627, -0.506740> - 3211: < 0.295457, 0.807082, -0.511198> - 3212: < 0.335801, 0.819039, -0.465202> - 3213: < 0.374961, 0.804154, -0.461239> - 3214: < 0.372705, 0.780568, -0.501802> - 3215: < 0.334337, 0.794627, -0.506740> - 3216: < 0.374961, 0.804154, -0.461239> - 3217: < 0.413777, 0.787421, -0.456900> - 3218: < 0.410392, 0.764964, -0.496395> - 3219: < 0.372705, 0.780568, -0.501802> - 3220: < 0.413777, 0.787421, -0.456900> - 3221: < 0.452290, 0.768679, -0.452290> - 3222: < 0.447593, 0.747688, -0.490534> - 3223: < 0.410392, 0.764964, -0.496395> - 3224: < 0.452290, 0.768679, -0.452290> - 3225: < 0.490534, 0.747688, -0.447593> - 3226: < 0.484430, 0.728461, -0.484430> - 3227: < 0.447593, 0.747688, -0.490534> - 3228: < 0.490534, 0.747688, -0.447593> - 3229: < 0.528478, 0.724109, -0.443145> - 3230: < 0.520969, 0.706895, -0.478425> - 3231: < 0.484430, 0.728461, -0.484430> - 3232: < 0.528478, 0.724109, -0.443145> - 3233: < 0.565794, 0.697667, -0.439475> - 3234: < 0.557037, 0.682532, -0.473139> - 3235: < 0.520969, 0.706895, -0.478425> - 3236: < 0.565794, 0.697667, -0.439475> - 3237: < 0.601963, 0.668312, -0.437036> - 3238: < 0.591920, 0.655217, -0.469385> - 3239: < 0.557037, 0.682532, -0.473139> - 3240: <-0.591920, 0.655217, -0.469385> - 3241: <-0.557037, 0.682532, -0.473139> - 3242: <-0.547882, 0.666144, -0.506040> - 3243: <-0.581456, 0.641397, -0.500519> - 3244: <-0.557037, 0.682532, -0.473139> - 3245: <-0.520969, 0.706895, -0.478425> - 3246: <-0.513252, 0.687856, -0.513252> - 3247: <-0.547882, 0.666144, -0.506040> - 3248: <-0.520969, 0.706895, -0.478425> - 3249: <-0.484430, 0.728461, -0.484430> - 3250: <-0.478425, 0.706895, -0.520969> - 3251: <-0.513252, 0.687856, -0.513252> - 3252: <-0.484430, 0.728461, -0.484430> - 3253: <-0.447593, 0.747688, -0.490534> - 3254: <-0.443145, 0.724109, -0.528478> - 3255: <-0.478425, 0.706895, -0.520969> - 3256: <-0.447593, 0.747688, -0.490534> - 3257: <-0.410398, 0.764976, -0.496372> - 3258: <-0.407307, 0.739812, -0.535518> - 3259: <-0.443145, 0.724109, -0.528478> - 3260: <-0.410398, 0.764976, -0.496372> - 3261: <-0.372705, 0.780568, -0.501802> - 3262: <-0.370721, 0.754169, -0.542028> - 3263: <-0.407307, 0.739812, -0.535518> - 3264: <-0.372705, 0.780568, -0.501802> - 3265: <-0.334337, 0.794627, -0.506740> - 3266: <-0.333090, 0.767292, -0.548009> - 3267: <-0.370721, 0.754169, -0.542028> - 3268: <-0.334337, 0.794627, -0.506740> - 3269: <-0.295457, 0.807082, -0.511198> - 3270: <-0.294729, 0.779017, -0.553415> - 3271: <-0.333090, 0.767292, -0.548009> - 3272: <-0.295457, 0.807082, -0.511198> - 3273: <-0.256243, 0.817925, -0.515110> - 3274: <-0.255937, 0.789266, -0.558172> - 3275: <-0.294729, 0.779017, -0.553415> - 3276: <-0.256243, 0.817925, -0.515110> - 3277: <-0.216475, 0.827263, -0.518435> - 3278: <-0.216534, 0.798110, -0.562257> - 3279: <-0.255937, 0.789266, -0.558172> - 3280: <-0.216475, 0.827263, -0.518435> - 3281: <-0.175853, 0.835133, -0.521180> - 3282: <-0.176188, 0.805587, -0.565675> - 3283: <-0.216534, 0.798110, -0.562257> - 3284: <-0.175853, 0.835133, -0.521180> - 3285: <-0.134100, 0.841527, -0.523307> - 3286: <-0.134618, 0.811677, -0.568382> - 3287: <-0.176188, 0.805587, -0.565675> - 3288: <-0.134100, 0.841527, -0.523307> - 3289: <-0.091008, 0.846324, -0.524836> - 3290: <-0.091497, 0.816271, -0.570377> - 3291: <-0.134618, 0.811677, -0.568382> - 3292: <-0.091008, 0.846324, -0.524836> - 3293: <-0.046267, 0.849378, -0.525753> - 3294: <-0.046573, 0.819208, -0.571602> - 3295: <-0.091497, 0.816271, -0.570377> - 3296: <-0.046267, 0.849378, -0.525753> - 3297: < 0.000000, 0.850434, -0.526081> - 3298: < 0.000000, 0.820237, -0.572024> - 3299: <-0.046573, 0.819208, -0.571602> - 3300: < 0.000000, 0.850434, -0.526081> - 3301: < 0.046267, 0.849378, -0.525753> - 3302: < 0.046573, 0.819208, -0.571602> - 3303: < 0.000000, 0.820237, -0.572024> - 3304: < 0.046267, 0.849378, -0.525753> - 3305: < 0.091008, 0.846324, -0.524836> - 3306: < 0.091497, 0.816271, -0.570377> - 3307: < 0.046573, 0.819208, -0.571602> - 3308: < 0.091008, 0.846324, -0.524836> - 3309: < 0.134100, 0.841527, -0.523307> - 3310: < 0.134618, 0.811677, -0.568382> - 3311: < 0.091497, 0.816271, -0.570377> - 3312: < 0.134100, 0.841527, -0.523307> - 3313: < 0.175853, 0.835133, -0.521180> - 3314: < 0.176188, 0.805587, -0.565675> - 3315: < 0.134618, 0.811677, -0.568382> - 3316: < 0.175853, 0.835133, -0.521180> - 3317: < 0.216475, 0.827263, -0.518435> - 3318: < 0.216534, 0.798110, -0.562257> - 3319: < 0.176188, 0.805587, -0.565675> - 3320: < 0.216475, 0.827263, -0.518435> - 3321: < 0.256243, 0.817925, -0.515110> - 3322: < 0.255937, 0.789266, -0.558172> - 3323: < 0.216534, 0.798110, -0.562257> - 3324: < 0.256243, 0.817925, -0.515110> - 3325: < 0.295457, 0.807082, -0.511198> - 3326: < 0.294729, 0.779017, -0.553415> - 3327: < 0.255937, 0.789266, -0.558172> - 3328: < 0.295457, 0.807082, -0.511198> - 3329: < 0.334337, 0.794627, -0.506740> - 3330: < 0.333090, 0.767292, -0.548009> - 3331: < 0.294729, 0.779017, -0.553415> - 3332: < 0.334337, 0.794627, -0.506740> - 3333: < 0.372705, 0.780568, -0.501802> - 3334: < 0.370721, 0.754169, -0.542028> - 3335: < 0.333090, 0.767292, -0.548009> - 3336: < 0.372705, 0.780568, -0.501802> - 3337: < 0.410392, 0.764964, -0.496395> - 3338: < 0.407307, 0.739812, -0.535518> - 3339: < 0.370721, 0.754169, -0.542028> - 3340: < 0.410392, 0.764964, -0.496395> - 3341: < 0.447593, 0.747688, -0.490534> - 3342: < 0.443145, 0.724109, -0.528478> - 3343: < 0.407307, 0.739812, -0.535518> - 3344: < 0.447593, 0.747688, -0.490534> - 3345: < 0.484430, 0.728461, -0.484430> - 3346: < 0.478425, 0.706895, -0.520969> - 3347: < 0.443145, 0.724109, -0.528478> - 3348: < 0.484430, 0.728461, -0.484430> - 3349: < 0.520969, 0.706895, -0.478425> - 3350: < 0.513252, 0.687856, -0.513252> - 3351: < 0.478425, 0.706895, -0.520969> - 3352: < 0.520969, 0.706895, -0.478425> - 3353: < 0.557037, 0.682532, -0.473139> - 3354: < 0.547882, 0.666144, -0.506040> - 3355: < 0.513252, 0.687856, -0.513252> - 3356: < 0.557037, 0.682532, -0.473139> - 3357: < 0.591920, 0.655217, -0.469385> - 3358: < 0.581456, 0.641397, -0.500519> - 3359: < 0.547882, 0.666144, -0.506040> - 3360: <-0.581456, 0.641397, -0.500519> - 3361: <-0.547882, 0.666144, -0.506040> - 3362: <-0.538962, 0.647334, -0.538962> - 3363: <-0.571076, 0.625584, -0.531523> - 3364: <-0.547882, 0.666144, -0.506040> - 3365: <-0.513252, 0.687856, -0.513252> - 3366: <-0.506040, 0.666144, -0.547882> - 3367: <-0.538962, 0.647334, -0.538962> - 3368: <-0.513252, 0.687856, -0.513252> - 3369: <-0.478425, 0.706895, -0.520969> - 3370: <-0.473139, 0.682532, -0.557037> - 3371: <-0.506040, 0.666144, -0.547882> - 3372: <-0.478425, 0.706895, -0.520969> - 3373: <-0.443145, 0.724109, -0.528478> - 3374: <-0.439475, 0.697667, -0.565794> - 3375: <-0.473139, 0.682532, -0.557037> - 3376: <-0.443145, 0.724109, -0.528478> - 3377: <-0.407307, 0.739812, -0.535518> - 3378: <-0.404839, 0.711772, -0.574008> - 3379: <-0.439475, 0.697667, -0.565794> - 3380: <-0.407307, 0.739812, -0.535518> - 3381: <-0.370721, 0.754169, -0.542028> - 3382: <-0.369188, 0.724825, -0.581661> - 3383: <-0.404839, 0.711772, -0.574008> - 3384: <-0.370721, 0.754169, -0.542028> - 3385: <-0.333090, 0.767292, -0.548009> - 3386: <-0.332197, 0.736907, -0.588738> - 3387: <-0.369188, 0.724825, -0.581661> - 3388: <-0.333090, 0.767292, -0.548009> - 3389: <-0.294729, 0.779017, -0.553415> - 3390: <-0.294207, 0.747816, -0.595158> - 3391: <-0.332197, 0.736907, -0.588738> - 3392: <-0.294729, 0.779017, -0.553415> - 3393: <-0.255937, 0.789266, -0.558172> - 3394: <-0.255750, 0.757361, -0.600829> - 3395: <-0.294207, 0.747816, -0.595158> - 3396: <-0.255937, 0.789266, -0.558172> - 3397: <-0.216534, 0.798110, -0.562257> - 3398: <-0.216596, 0.765608, -0.605748> - 3399: <-0.255750, 0.757361, -0.600829> - 3400: <-0.216534, 0.798110, -0.562257> - 3401: <-0.176188, 0.805587, -0.565675> - 3402: <-0.176461, 0.772589, -0.609892> - 3403: <-0.216596, 0.765608, -0.605748> - 3404: <-0.176188, 0.805587, -0.565675> - 3405: <-0.134618, 0.811677, -0.568382> - 3406: <-0.135018, 0.778306, -0.613196> - 3407: <-0.176461, 0.772589, -0.609892> - 3408: <-0.134618, 0.811677, -0.568382> - 3409: <-0.091497, 0.816271, -0.570377> - 3410: <-0.091894, 0.782607, -0.615697> - 3411: <-0.135018, 0.778306, -0.613196> - 3412: <-0.091497, 0.816271, -0.570377> - 3413: <-0.046573, 0.819208, -0.571602> - 3414: <-0.046847, 0.785375, -0.617246> - 3415: <-0.091894, 0.782607, -0.615697> - 3416: <-0.046573, 0.819208, -0.571602> - 3417: < 0.000000, 0.820237, -0.572024> - 3418: < 0.000000, 0.786344, -0.617789> - 3419: <-0.046847, 0.785375, -0.617246> - 3420: < 0.000000, 0.820237, -0.572024> - 3421: < 0.046573, 0.819208, -0.571602> - 3422: < 0.046847, 0.785375, -0.617246> - 3423: < 0.000000, 0.786344, -0.617789> - 3424: < 0.046573, 0.819208, -0.571602> - 3425: < 0.091497, 0.816271, -0.570377> - 3426: < 0.091894, 0.782607, -0.615697> - 3427: < 0.046847, 0.785375, -0.617246> - 3428: < 0.091497, 0.816271, -0.570377> - 3429: < 0.134618, 0.811677, -0.568382> - 3430: < 0.134985, 0.778295, -0.613218> - 3431: < 0.091894, 0.782607, -0.615697> - 3432: < 0.134618, 0.811677, -0.568382> - 3433: < 0.176188, 0.805587, -0.565675> - 3434: < 0.176461, 0.772589, -0.609892> - 3435: < 0.134985, 0.778295, -0.613218> - 3436: < 0.176188, 0.805587, -0.565675> - 3437: < 0.216534, 0.798110, -0.562257> - 3438: < 0.216596, 0.765608, -0.605748> - 3439: < 0.176461, 0.772589, -0.609892> - 3440: < 0.216534, 0.798110, -0.562257> - 3441: < 0.255937, 0.789266, -0.558172> - 3442: < 0.255750, 0.757361, -0.600829> - 3443: < 0.216596, 0.765608, -0.605748> - 3444: < 0.255937, 0.789266, -0.558172> - 3445: < 0.294729, 0.779017, -0.553415> - 3446: < 0.294207, 0.747816, -0.595158> - 3447: < 0.255750, 0.757361, -0.600829> - 3448: < 0.294729, 0.779017, -0.553415> - 3449: < 0.333090, 0.767292, -0.548009> - 3450: < 0.332170, 0.736915, -0.588744> - 3451: < 0.294207, 0.747816, -0.595158> - 3452: < 0.333090, 0.767292, -0.548009> - 3453: < 0.370721, 0.754169, -0.542028> - 3454: < 0.369188, 0.724825, -0.581661> - 3455: < 0.332170, 0.736915, -0.588744> - 3456: < 0.370721, 0.754169, -0.542028> - 3457: < 0.407307, 0.739812, -0.535518> - 3458: < 0.404839, 0.711772, -0.574008> - 3459: < 0.369188, 0.724825, -0.581661> - 3460: < 0.407307, 0.739812, -0.535518> - 3461: < 0.443145, 0.724109, -0.528478> - 3462: < 0.439475, 0.697667, -0.565794> - 3463: < 0.404839, 0.711772, -0.574008> - 3464: < 0.443145, 0.724109, -0.528478> - 3465: < 0.478425, 0.706895, -0.520969> - 3466: < 0.473139, 0.682532, -0.557037> - 3467: < 0.439475, 0.697667, -0.565794> - 3468: < 0.478425, 0.706895, -0.520969> - 3469: < 0.513252, 0.687856, -0.513252> - 3470: < 0.506040, 0.666144, -0.547882> - 3471: < 0.473139, 0.682532, -0.557037> - 3472: < 0.513252, 0.687856, -0.513252> - 3473: < 0.547882, 0.666144, -0.506040> - 3474: < 0.538962, 0.647334, -0.538962> - 3475: < 0.506040, 0.666144, -0.547882> - 3476: < 0.547882, 0.666144, -0.506040> - 3477: < 0.581456, 0.641397, -0.500519> - 3478: < 0.571076, 0.625584, -0.531523> - 3479: < 0.538962, 0.647334, -0.538962> - 3480: <-0.571076, 0.625584, -0.531523> - 3481: <-0.538962, 0.647334, -0.538962> - 3482: <-0.531523, 0.625584, -0.571076> - 3483: <-0.561516, 0.607783, -0.561516> - 3484: <-0.538962, 0.647334, -0.538962> - 3485: <-0.506040, 0.666144, -0.547882> - 3486: <-0.500519, 0.641397, -0.581456> - 3487: <-0.531523, 0.625584, -0.571076> - 3488: <-0.506040, 0.666144, -0.547882> - 3489: <-0.473139, 0.682532, -0.557037> - 3490: <-0.469385, 0.655217, -0.591920> - 3491: <-0.500519, 0.641397, -0.581456> - 3492: <-0.473139, 0.682532, -0.557037> - 3493: <-0.439475, 0.697667, -0.565794> - 3494: <-0.437036, 0.668312, -0.601963> - 3495: <-0.469385, 0.655217, -0.591920> - 3496: <-0.439475, 0.697667, -0.565794> - 3497: <-0.404839, 0.711772, -0.574008> - 3498: <-0.403223, 0.680859, -0.611427> - 3499: <-0.437036, 0.668312, -0.601963> - 3500: <-0.404839, 0.711772, -0.574008> - 3501: <-0.369188, 0.724825, -0.581661> - 3502: <-0.368246, 0.692544, -0.620305> - 3503: <-0.403223, 0.680859, -0.611427> - 3504: <-0.369188, 0.724825, -0.581661> - 3505: <-0.332197, 0.736907, -0.588738> - 3506: <-0.331652, 0.703467, -0.628603> - 3507: <-0.368246, 0.692544, -0.620305> - 3508: <-0.332197, 0.736907, -0.588738> - 3509: <-0.294207, 0.747816, -0.595158> - 3510: <-0.293904, 0.713396, -0.636150> - 3511: <-0.331652, 0.703467, -0.628603> - 3512: <-0.294207, 0.747816, -0.595158> - 3513: <-0.255750, 0.757361, -0.600829> - 3514: <-0.255632, 0.722093, -0.642833> - 3515: <-0.293904, 0.713396, -0.636150> - 3516: <-0.255750, 0.757361, -0.600829> - 3517: <-0.216596, 0.765608, -0.605748> - 3518: <-0.216660, 0.729636, -0.648606> - 3519: <-0.255632, 0.722093, -0.642833> - 3520: <-0.216596, 0.765608, -0.605748> - 3521: <-0.176461, 0.772589, -0.609892> - 3522: <-0.176644, 0.736025, -0.653502> - 3523: <-0.216660, 0.729636, -0.648606> - 3524: <-0.176461, 0.772589, -0.609892> - 3525: <-0.135018, 0.778306, -0.613196> - 3526: <-0.135260, 0.741243, -0.657468> - 3527: <-0.176644, 0.736025, -0.653502> - 3528: <-0.135018, 0.778306, -0.613196> - 3529: <-0.091894, 0.782607, -0.615697> - 3530: <-0.092137, 0.745184, -0.660463> - 3531: <-0.135260, 0.741243, -0.657468> - 3532: <-0.091894, 0.782607, -0.615697> - 3533: <-0.046847, 0.785375, -0.617246> - 3534: <-0.046999, 0.747715, -0.662354> - 3535: <-0.092137, 0.745184, -0.660463> - 3536: <-0.046847, 0.785375, -0.617246> - 3537: < 0.000000, 0.786344, -0.617789> - 3538: < 0.000000, 0.748599, -0.663024> - 3539: <-0.046999, 0.747715, -0.662354> - 3540: < 0.000000, 0.786344, -0.617789> - 3541: < 0.046847, 0.785375, -0.617246> - 3542: < 0.046999, 0.747715, -0.662354> - 3543: < 0.000000, 0.748599, -0.663024> - 3544: < 0.046847, 0.785375, -0.617246> - 3545: < 0.091894, 0.782607, -0.615697> - 3546: < 0.092137, 0.745184, -0.660463> - 3547: < 0.046999, 0.747715, -0.662354> - 3548: < 0.091894, 0.782607, -0.615697> - 3549: < 0.134985, 0.778295, -0.613218> - 3550: < 0.135260, 0.741243, -0.657468> - 3551: < 0.092137, 0.745184, -0.660463> - 3552: < 0.134985, 0.778295, -0.613218> - 3553: < 0.176461, 0.772589, -0.609892> - 3554: < 0.176644, 0.736025, -0.653502> - 3555: < 0.135260, 0.741243, -0.657468> - 3556: < 0.176461, 0.772589, -0.609892> - 3557: < 0.216596, 0.765608, -0.605748> - 3558: < 0.216660, 0.729636, -0.648606> - 3559: < 0.176644, 0.736025, -0.653502> - 3560: < 0.216596, 0.765608, -0.605748> - 3561: < 0.255750, 0.757361, -0.600829> - 3562: < 0.255632, 0.722093, -0.642833> - 3563: < 0.216660, 0.729636, -0.648606> - 3564: < 0.255750, 0.757361, -0.600829> - 3565: < 0.294207, 0.747816, -0.595158> - 3566: < 0.293904, 0.713396, -0.636150> - 3567: < 0.255632, 0.722093, -0.642833> - 3568: < 0.294207, 0.747816, -0.595158> - 3569: < 0.332170, 0.736915, -0.588744> - 3570: < 0.331652, 0.703467, -0.628603> - 3571: < 0.293904, 0.713396, -0.636150> - 3572: < 0.332170, 0.736915, -0.588744> - 3573: < 0.369188, 0.724825, -0.581661> - 3574: < 0.368246, 0.692544, -0.620305> - 3575: < 0.331652, 0.703467, -0.628603> - 3576: < 0.369188, 0.724825, -0.581661> - 3577: < 0.404839, 0.711772, -0.574008> - 3578: < 0.403223, 0.680859, -0.611427> - 3579: < 0.368246, 0.692544, -0.620305> - 3580: < 0.404839, 0.711772, -0.574008> - 3581: < 0.439475, 0.697667, -0.565794> - 3582: < 0.437036, 0.668312, -0.601963> - 3583: < 0.403223, 0.680859, -0.611427> - 3584: < 0.439475, 0.697667, -0.565794> - 3585: < 0.473139, 0.682532, -0.557037> - 3586: < 0.469385, 0.655217, -0.591920> - 3587: < 0.437036, 0.668312, -0.601963> - 3588: < 0.473139, 0.682532, -0.557037> - 3589: < 0.506040, 0.666144, -0.547882> - 3590: < 0.500519, 0.641397, -0.581456> - 3591: < 0.469385, 0.655217, -0.591920> - 3592: < 0.506040, 0.666144, -0.547882> - 3593: < 0.538962, 0.647334, -0.538962> - 3594: < 0.531523, 0.625584, -0.571076> - 3595: < 0.500519, 0.641397, -0.581456> - 3596: < 0.538962, 0.647334, -0.538962> - 3597: < 0.571076, 0.625584, -0.531523> - 3598: < 0.561516, 0.607783, -0.561516> - 3599: < 0.531523, 0.625584, -0.571076> - 3600: <-0.577350, 0.577350, 0.577350> - 3601: <-0.554296, 0.588539, 0.588539> - 3602: <-0.561516, 0.607783, 0.561516> - 3603: <-0.588539, 0.588539, 0.554296> - 3604: <-0.554296, 0.588539, 0.588539> - 3605: <-0.526447, 0.601188, 0.601188> - 3606: <-0.531523, 0.625584, 0.571076> - 3607: <-0.561516, 0.607783, 0.561516> - 3608: <-0.526447, 0.601188, 0.601188> - 3609: <-0.497527, 0.613379, 0.613379> - 3610: <-0.500519, 0.641397, 0.581456> - 3611: <-0.531523, 0.625584, 0.571076> - 3612: <-0.497527, 0.613379, 0.613379> - 3613: <-0.467950, 0.624909, 0.624909> - 3614: <-0.469385, 0.655217, 0.591920> - 3615: <-0.500519, 0.641397, 0.581456> - 3616: <-0.467950, 0.624909, 0.624909> - 3617: <-0.436181, 0.636296, 0.636296> - 3618: <-0.437036, 0.668312, 0.601963> - 3619: <-0.469385, 0.655217, 0.591920> - 3620: <-0.436181, 0.636296, 0.636296> - 3621: <-0.402668, 0.647247, 0.647247> - 3622: <-0.403223, 0.680859, 0.611427> - 3623: <-0.437036, 0.668312, 0.601963> - 3624: <-0.402668, 0.647247, 0.647247> - 3625: <-0.367912, 0.657511, 0.657511> - 3626: <-0.368246, 0.692544, 0.620305> - 3627: <-0.403223, 0.680859, 0.611427> - 3628: <-0.367912, 0.657511, 0.657511> - 3629: <-0.331474, 0.667130, 0.667130> - 3630: <-0.331652, 0.703467, 0.628603> - 3631: <-0.368246, 0.692544, 0.620305> - 3632: <-0.331474, 0.667130, 0.667130> - 3633: <-0.293804, 0.675899, 0.675899> - 3634: <-0.293904, 0.713396, 0.636150> - 3635: <-0.331652, 0.703467, 0.628603> - 3636: <-0.293804, 0.675899, 0.675899> - 3637: <-0.255594, 0.683620, 0.683620> - 3638: <-0.255632, 0.722093, 0.642833> - 3639: <-0.293904, 0.713396, 0.636150> - 3640: <-0.255594, 0.683620, 0.683620> - 3641: <-0.216684, 0.690307, 0.690307> - 3642: <-0.216660, 0.729636, 0.648606> - 3643: <-0.255632, 0.722093, 0.642833> - 3644: <-0.216684, 0.690307, 0.690307> - 3645: <-0.176733, 0.695976, 0.695976> - 3646: <-0.176644, 0.736025, 0.653502> - 3647: <-0.216660, 0.729636, 0.648606> - 3648: <-0.176733, 0.695976, 0.695976> - 3649: <-0.135353, 0.700600, 0.700600> - 3650: <-0.135260, 0.741243, 0.657468> - 3651: <-0.176644, 0.736025, 0.653502> - 3652: <-0.135353, 0.700600, 0.700600> - 3653: <-0.092231, 0.704093, 0.704093> - 3654: <-0.092137, 0.745184, 0.660463> - 3655: <-0.135260, 0.741243, 0.657468> - 3656: <-0.092231, 0.704093, 0.704093> - 3657: <-0.047060, 0.706323, 0.706323> - 3658: <-0.046999, 0.747715, 0.662354> - 3659: <-0.092137, 0.745184, 0.660463> - 3660: <-0.047060, 0.706323, 0.706323> - 3661: < 0.000000, 0.707107, 0.707107> - 3662: < 0.000000, 0.748599, 0.663024> - 3663: <-0.046999, 0.747715, 0.662354> - 3664: < 0.000000, 0.707107, 0.707107> - 3665: < 0.047060, 0.706323, 0.706323> - 3666: < 0.046999, 0.747715, 0.662354> - 3667: < 0.000000, 0.748599, 0.663024> - 3668: < 0.047060, 0.706323, 0.706323> - 3669: < 0.092231, 0.704093, 0.704093> - 3670: < 0.092137, 0.745184, 0.660463> - 3671: < 0.046999, 0.747715, 0.662354> - 3672: < 0.092231, 0.704093, 0.704093> - 3673: < 0.135353, 0.700600, 0.700600> - 3674: < 0.135260, 0.741243, 0.657468> - 3675: < 0.092137, 0.745184, 0.660463> - 3676: < 0.135353, 0.700600, 0.700600> - 3677: < 0.176733, 0.695976, 0.695976> - 3678: < 0.176644, 0.736025, 0.653502> - 3679: < 0.135260, 0.741243, 0.657468> - 3680: < 0.176733, 0.695976, 0.695976> - 3681: < 0.216684, 0.690307, 0.690307> - 3682: < 0.216660, 0.729636, 0.648606> - 3683: < 0.176644, 0.736025, 0.653502> - 3684: < 0.216684, 0.690307, 0.690307> - 3685: < 0.255594, 0.683620, 0.683620> - 3686: < 0.255632, 0.722093, 0.642833> - 3687: < 0.216660, 0.729636, 0.648606> - 3688: < 0.255594, 0.683620, 0.683620> - 3689: < 0.293804, 0.675899, 0.675899> - 3690: < 0.293904, 0.713396, 0.636150> - 3691: < 0.255632, 0.722093, 0.642833> - 3692: < 0.293804, 0.675899, 0.675899> - 3693: < 0.331474, 0.667130, 0.667130> - 3694: < 0.331652, 0.703467, 0.628603> - 3695: < 0.293904, 0.713396, 0.636150> - 3696: < 0.331474, 0.667130, 0.667130> - 3697: < 0.367912, 0.657511, 0.657511> - 3698: < 0.368246, 0.692544, 0.620305> - 3699: < 0.331652, 0.703467, 0.628603> - 3700: < 0.367912, 0.657511, 0.657511> - 3701: < 0.402668, 0.647247, 0.647247> - 3702: < 0.403223, 0.680859, 0.611427> - 3703: < 0.368246, 0.692544, 0.620305> - 3704: < 0.402668, 0.647247, 0.647247> - 3705: < 0.436181, 0.636296, 0.636296> - 3706: < 0.437036, 0.668312, 0.601963> - 3707: < 0.403223, 0.680859, 0.611427> - 3708: < 0.436181, 0.636296, 0.636296> - 3709: < 0.467950, 0.624909, 0.624909> - 3710: < 0.469385, 0.655217, 0.591920> - 3711: < 0.437036, 0.668312, 0.601963> - 3712: < 0.467950, 0.624909, 0.624909> - 3713: < 0.497527, 0.613379, 0.613379> - 3714: < 0.500496, 0.641406, 0.581465> - 3715: < 0.469385, 0.655217, 0.591920> - 3716: < 0.497527, 0.613379, 0.613379> - 3717: < 0.526447, 0.601188, 0.601188> - 3718: < 0.531523, 0.625584, 0.571076> - 3719: < 0.500496, 0.641406, 0.581465> - 3720: < 0.526447, 0.601188, 0.601188> - 3721: < 0.554296, 0.588539, 0.588539> - 3722: < 0.561516, 0.607783, 0.561516> - 3723: < 0.531523, 0.625584, 0.571076> - 3724: < 0.554296, 0.588539, 0.588539> - 3725: < 0.577330, 0.577360, 0.577360> - 3726: < 0.588539, 0.588539, 0.554296> - 3727: < 0.561516, 0.607783, 0.561516> - 3728: < 0.561516, 0.607783, 0.561516> - 3729: < 0.588539, 0.588539, 0.554296> - 3730: < 0.601188, 0.601188, 0.526447> - 3731: < 0.571076, 0.625584, 0.531523> - 3732: < 0.571076, 0.625584, 0.531523> - 3733: < 0.601188, 0.601188, 0.526447> - 3734: < 0.613379, 0.613379, 0.497527> - 3735: < 0.581456, 0.641397, 0.500519> - 3736: < 0.581456, 0.641397, 0.500519> - 3737: < 0.613379, 0.613379, 0.497527> - 3738: < 0.624909, 0.624909, 0.467950> - 3739: < 0.591920, 0.655217, 0.469385> - 3740: < 0.591920, 0.655217, 0.469385> - 3741: < 0.624909, 0.624909, 0.467950> - 3742: < 0.636296, 0.636296, 0.436181> - 3743: < 0.601963, 0.668312, 0.437036> - 3744: < 0.601963, 0.668312, 0.437036> - 3745: < 0.636296, 0.636296, 0.436181> - 3746: < 0.647247, 0.647247, 0.402668> - 3747: < 0.611427, 0.680859, 0.403223> - 3748: < 0.611427, 0.680859, 0.403223> - 3749: < 0.647247, 0.647247, 0.402668> - 3750: < 0.657511, 0.657511, 0.367912> - 3751: < 0.620305, 0.692544, 0.368246> - 3752: < 0.620305, 0.692544, 0.368246> - 3753: < 0.657511, 0.657511, 0.367912> - 3754: < 0.667130, 0.667130, 0.331474> - 3755: < 0.628603, 0.703467, 0.331652> - 3756: < 0.628603, 0.703467, 0.331652> - 3757: < 0.667130, 0.667130, 0.331474> - 3758: < 0.675899, 0.675899, 0.293804> - 3759: < 0.636150, 0.713396, 0.293904> - 3760: < 0.636150, 0.713396, 0.293904> - 3761: < 0.675899, 0.675899, 0.293804> - 3762: < 0.683620, 0.683620, 0.255594> - 3763: < 0.642833, 0.722093, 0.255632> - 3764: < 0.642833, 0.722093, 0.255632> - 3765: < 0.683620, 0.683620, 0.255594> - 3766: < 0.690307, 0.690307, 0.216684> - 3767: < 0.648606, 0.729636, 0.216660> - 3768: < 0.648606, 0.729636, 0.216660> - 3769: < 0.690307, 0.690307, 0.216684> - 3770: < 0.695976, 0.695976, 0.176733> - 3771: < 0.653502, 0.736025, 0.176644> - 3772: < 0.653502, 0.736025, 0.176644> - 3773: < 0.695976, 0.695976, 0.176733> - 3774: < 0.700600, 0.700600, 0.135353> - 3775: < 0.657468, 0.741243, 0.135260> - 3776: < 0.657468, 0.741243, 0.135260> - 3777: < 0.700600, 0.700600, 0.135353> - 3778: < 0.704093, 0.704093, 0.092231> - 3779: < 0.660463, 0.745184, 0.092137> - 3780: < 0.660463, 0.745184, 0.092137> - 3781: < 0.704093, 0.704093, 0.092231> - 3782: < 0.706323, 0.706323, 0.047060> - 3783: < 0.662354, 0.747715, 0.046999> - 3784: < 0.662354, 0.747715, 0.046999> - 3785: < 0.706323, 0.706323, 0.047060> - 3786: < 0.707107, 0.707107, 0.000000> - 3787: < 0.663024, 0.748599, 0.000000> - 3788: < 0.663024, 0.748599, 0.000000> - 3789: < 0.707107, 0.707107, 0.000000> - 3790: < 0.706323, 0.706323, -0.047060> - 3791: < 0.662354, 0.747715, -0.046999> - 3792: < 0.662354, 0.747715, -0.046999> - 3793: < 0.706323, 0.706323, -0.047060> - 3794: < 0.704093, 0.704093, -0.092231> - 3795: < 0.660463, 0.745184, -0.092137> - 3796: < 0.660463, 0.745184, -0.092137> - 3797: < 0.704093, 0.704093, -0.092231> - 3798: < 0.700600, 0.700600, -0.135353> - 3799: < 0.657468, 0.741243, -0.135260> - 3800: < 0.657468, 0.741243, -0.135260> - 3801: < 0.700600, 0.700600, -0.135353> - 3802: < 0.695976, 0.695976, -0.176733> - 3803: < 0.653502, 0.736025, -0.176644> - 3804: < 0.653502, 0.736025, -0.176644> - 3805: < 0.695976, 0.695976, -0.176733> - 3806: < 0.690307, 0.690307, -0.216684> - 3807: < 0.648606, 0.729636, -0.216660> - 3808: < 0.648606, 0.729636, -0.216660> - 3809: < 0.690307, 0.690307, -0.216684> - 3810: < 0.683620, 0.683620, -0.255594> - 3811: < 0.642833, 0.722093, -0.255632> - 3812: < 0.642833, 0.722093, -0.255632> - 3813: < 0.683620, 0.683620, -0.255594> - 3814: < 0.675899, 0.675899, -0.293804> - 3815: < 0.636150, 0.713396, -0.293904> - 3816: < 0.636150, 0.713396, -0.293904> - 3817: < 0.675899, 0.675899, -0.293804> - 3818: < 0.667130, 0.667130, -0.331474> - 3819: < 0.628603, 0.703467, -0.331652> - 3820: < 0.628603, 0.703467, -0.331652> - 3821: < 0.667130, 0.667130, -0.331474> - 3822: < 0.657511, 0.657511, -0.367912> - 3823: < 0.620305, 0.692544, -0.368246> - 3824: < 0.620305, 0.692544, -0.368246> - 3825: < 0.657511, 0.657511, -0.367912> - 3826: < 0.647247, 0.647247, -0.402668> - 3827: < 0.611427, 0.680859, -0.403223> - 3828: < 0.611427, 0.680859, -0.403223> - 3829: < 0.647247, 0.647247, -0.402668> - 3830: < 0.636296, 0.636296, -0.436181> - 3831: < 0.601963, 0.668312, -0.437036> - 3832: < 0.601963, 0.668312, -0.437036> - 3833: < 0.636296, 0.636296, -0.436181> - 3834: < 0.624909, 0.624909, -0.467950> - 3835: < 0.591920, 0.655217, -0.469385> - 3836: < 0.591920, 0.655217, -0.469385> - 3837: < 0.624909, 0.624909, -0.467950> - 3838: < 0.613379, 0.613379, -0.497527> - 3839: < 0.581456, 0.641397, -0.500519> - 3840: < 0.581456, 0.641397, -0.500519> - 3841: < 0.613379, 0.613379, -0.497527> - 3842: < 0.601168, 0.601199, -0.526457> - 3843: < 0.571076, 0.625584, -0.531523> - 3844: < 0.571076, 0.625584, -0.531523> - 3845: < 0.601168, 0.601199, -0.526457> - 3846: < 0.588539, 0.588539, -0.554296> - 3847: < 0.561516, 0.607783, -0.561516> - 3848: < 0.561516, 0.607783, -0.561516> - 3849: < 0.588539, 0.588539, -0.554296> - 3850: < 0.577350, 0.577350, -0.577350> - 3851: < 0.554296, 0.588539, -0.588539> - 3852: < 0.531523, 0.625584, -0.571076> - 3853: < 0.561516, 0.607783, -0.561516> - 3854: < 0.554296, 0.588539, -0.588539> - 3855: < 0.526467, 0.601179, -0.601179> - 3856: < 0.500519, 0.641397, -0.581456> - 3857: < 0.531523, 0.625584, -0.571076> - 3858: < 0.526467, 0.601179, -0.601179> - 3859: < 0.497527, 0.613379, -0.613379> - 3860: < 0.469385, 0.655217, -0.591920> - 3861: < 0.500519, 0.641397, -0.581456> - 3862: < 0.497527, 0.613379, -0.613379> - 3863: < 0.467950, 0.624909, -0.624909> - 3864: < 0.437036, 0.668312, -0.601963> - 3865: < 0.469385, 0.655217, -0.591920> - 3866: < 0.467950, 0.624909, -0.624909> - 3867: < 0.436181, 0.636296, -0.636296> - 3868: < 0.403223, 0.680859, -0.611427> - 3869: < 0.437036, 0.668312, -0.601963> - 3870: < 0.436181, 0.636296, -0.636296> - 3871: < 0.402668, 0.647247, -0.647247> - 3872: < 0.368246, 0.692544, -0.620305> - 3873: < 0.403223, 0.680859, -0.611427> - 3874: < 0.402668, 0.647247, -0.647247> - 3875: < 0.367912, 0.657511, -0.657511> - 3876: < 0.331652, 0.703467, -0.628603> - 3877: < 0.368246, 0.692544, -0.620305> - 3878: < 0.367912, 0.657511, -0.657511> - 3879: < 0.331474, 0.667130, -0.667130> - 3880: < 0.293904, 0.713396, -0.636150> - 3881: < 0.331652, 0.703467, -0.628603> - 3882: < 0.331474, 0.667130, -0.667130> - 3883: < 0.293804, 0.675899, -0.675899> - 3884: < 0.255632, 0.722093, -0.642833> - 3885: < 0.293904, 0.713396, -0.636150> - 3886: < 0.293804, 0.675899, -0.675899> - 3887: < 0.255594, 0.683620, -0.683620> - 3888: < 0.216660, 0.729636, -0.648606> - 3889: < 0.255632, 0.722093, -0.642833> - 3890: < 0.255594, 0.683620, -0.683620> - 3891: < 0.216684, 0.690307, -0.690307> - 3892: < 0.176644, 0.736025, -0.653502> - 3893: < 0.216660, 0.729636, -0.648606> - 3894: < 0.216684, 0.690307, -0.690307> - 3895: < 0.176733, 0.695976, -0.695976> - 3896: < 0.135260, 0.741243, -0.657468> - 3897: < 0.176644, 0.736025, -0.653502> - 3898: < 0.176733, 0.695976, -0.695976> - 3899: < 0.135353, 0.700600, -0.700600> - 3900: < 0.092137, 0.745184, -0.660463> - 3901: < 0.135260, 0.741243, -0.657468> - 3902: < 0.135353, 0.700600, -0.700600> - 3903: < 0.092231, 0.704093, -0.704093> - 3904: < 0.046999, 0.747715, -0.662354> - 3905: < 0.092137, 0.745184, -0.660463> - 3906: < 0.092231, 0.704093, -0.704093> - 3907: < 0.047060, 0.706323, -0.706323> - 3908: < 0.000000, 0.748599, -0.663024> - 3909: < 0.046999, 0.747715, -0.662354> - 3910: < 0.047060, 0.706323, -0.706323> - 3911: < 0.000000, 0.707107, -0.707107> - 3912: <-0.046999, 0.747715, -0.662354> - 3913: < 0.000000, 0.748599, -0.663024> - 3914: < 0.000000, 0.707107, -0.707107> - 3915: <-0.047060, 0.706323, -0.706323> - 3916: <-0.092137, 0.745184, -0.660463> - 3917: <-0.046999, 0.747715, -0.662354> - 3918: <-0.047060, 0.706323, -0.706323> - 3919: <-0.092231, 0.704093, -0.704093> - 3920: <-0.135260, 0.741243, -0.657468> - 3921: <-0.092137, 0.745184, -0.660463> - 3922: <-0.092231, 0.704093, -0.704093> - 3923: <-0.135353, 0.700600, -0.700600> - 3924: <-0.176644, 0.736025, -0.653502> - 3925: <-0.135260, 0.741243, -0.657468> - 3926: <-0.135353, 0.700600, -0.700600> - 3927: <-0.176733, 0.695976, -0.695976> - 3928: <-0.216660, 0.729636, -0.648606> - 3929: <-0.176644, 0.736025, -0.653502> - 3930: <-0.176733, 0.695976, -0.695976> - 3931: <-0.216684, 0.690307, -0.690307> - 3932: <-0.255632, 0.722093, -0.642833> - 3933: <-0.216660, 0.729636, -0.648606> - 3934: <-0.216684, 0.690307, -0.690307> - 3935: <-0.255594, 0.683620, -0.683620> - 3936: <-0.293904, 0.713396, -0.636150> - 3937: <-0.255632, 0.722093, -0.642833> - 3938: <-0.255594, 0.683620, -0.683620> - 3939: <-0.293804, 0.675899, -0.675899> - 3940: <-0.331652, 0.703467, -0.628603> - 3941: <-0.293904, 0.713396, -0.636150> - 3942: <-0.293804, 0.675899, -0.675899> - 3943: <-0.331474, 0.667130, -0.667130> - 3944: <-0.368246, 0.692544, -0.620305> - 3945: <-0.331652, 0.703467, -0.628603> - 3946: <-0.331474, 0.667130, -0.667130> - 3947: <-0.367912, 0.657511, -0.657511> - 3948: <-0.403223, 0.680859, -0.611427> - 3949: <-0.368246, 0.692544, -0.620305> - 3950: <-0.367912, 0.657511, -0.657511> - 3951: <-0.402668, 0.647247, -0.647247> - 3952: <-0.437036, 0.668312, -0.601963> - 3953: <-0.403223, 0.680859, -0.611427> - 3954: <-0.402668, 0.647247, -0.647247> - 3955: <-0.436181, 0.636296, -0.636296> - 3956: <-0.469385, 0.655217, -0.591920> - 3957: <-0.437036, 0.668312, -0.601963> - 3958: <-0.436181, 0.636296, -0.636296> - 3959: <-0.467950, 0.624909, -0.624909> - 3960: <-0.500519, 0.641397, -0.581456> - 3961: <-0.469385, 0.655217, -0.591920> - 3962: <-0.467950, 0.624909, -0.624909> - 3963: <-0.497527, 0.613379, -0.613379> - 3964: <-0.531523, 0.625584, -0.571076> - 3965: <-0.500519, 0.641397, -0.581456> - 3966: <-0.497527, 0.613379, -0.613379> - 3967: <-0.526447, 0.601188, -0.601188> - 3968: <-0.561516, 0.607783, -0.561516> - 3969: <-0.531523, 0.625584, -0.571076> - 3970: <-0.526447, 0.601188, -0.601188> - 3971: <-0.554296, 0.588539, -0.588539> - 3972: <-0.588539, 0.588539, -0.554296> - 3973: <-0.561516, 0.607783, -0.561516> - 3974: <-0.554296, 0.588539, -0.588539> - 3975: <-0.577350, 0.577350, -0.577350> - 3976: <-0.601168, 0.601199, -0.526457> - 3977: <-0.571076, 0.625584, -0.531523> - 3978: <-0.561516, 0.607783, -0.561516> - 3979: <-0.588539, 0.588539, -0.554296> - 3980: <-0.613379, 0.613379, -0.497527> - 3981: <-0.581456, 0.641397, -0.500519> - 3982: <-0.571076, 0.625584, -0.531523> - 3983: <-0.601168, 0.601199, -0.526457> - 3984: <-0.624909, 0.624909, -0.467950> - 3985: <-0.591920, 0.655217, -0.469385> - 3986: <-0.581456, 0.641397, -0.500519> - 3987: <-0.613379, 0.613379, -0.497527> - 3988: <-0.636296, 0.636296, -0.436181> - 3989: <-0.601963, 0.668312, -0.437036> - 3990: <-0.591920, 0.655217, -0.469385> - 3991: <-0.624909, 0.624909, -0.467950> - 3992: <-0.647247, 0.647247, -0.402668> - 3993: <-0.611427, 0.680859, -0.403223> - 3994: <-0.601963, 0.668312, -0.437036> - 3995: <-0.636296, 0.636296, -0.436181> - 3996: <-0.657511, 0.657511, -0.367912> - 3997: <-0.620305, 0.692544, -0.368246> - 3998: <-0.611427, 0.680859, -0.403223> - 3999: <-0.647247, 0.647247, -0.402668> - 4000: <-0.667130, 0.667130, -0.331474> - 4001: <-0.628603, 0.703467, -0.331652> - 4002: <-0.620305, 0.692544, -0.368246> - 4003: <-0.657511, 0.657511, -0.367912> - 4004: <-0.675899, 0.675899, -0.293804> - 4005: <-0.636150, 0.713396, -0.293904> - 4006: <-0.628603, 0.703467, -0.331652> - 4007: <-0.667130, 0.667130, -0.331474> - 4008: <-0.683620, 0.683620, -0.255594> - 4009: <-0.642833, 0.722093, -0.255632> - 4010: <-0.636150, 0.713396, -0.293904> - 4011: <-0.675899, 0.675899, -0.293804> - 4012: <-0.690307, 0.690307, -0.216684> - 4013: <-0.648606, 0.729636, -0.216660> - 4014: <-0.642833, 0.722093, -0.255632> - 4015: <-0.683620, 0.683620, -0.255594> - 4016: <-0.695976, 0.695976, -0.176733> - 4017: <-0.653502, 0.736025, -0.176644> - 4018: <-0.648606, 0.729636, -0.216660> - 4019: <-0.690307, 0.690307, -0.216684> - 4020: <-0.700600, 0.700600, -0.135353> - 4021: <-0.657468, 0.741243, -0.135260> - 4022: <-0.653502, 0.736025, -0.176644> - 4023: <-0.695976, 0.695976, -0.176733> - 4024: <-0.704093, 0.704093, -0.092231> - 4025: <-0.660463, 0.745184, -0.092137> - 4026: <-0.657468, 0.741243, -0.135260> - 4027: <-0.700600, 0.700600, -0.135353> - 4028: <-0.706323, 0.706323, -0.047060> - 4029: <-0.662354, 0.747715, -0.046999> - 4030: <-0.660463, 0.745184, -0.092137> - 4031: <-0.704093, 0.704093, -0.092231> - 4032: <-0.707107, 0.707107, 0.000000> - 4033: <-0.663024, 0.748599, 0.000000> - 4034: <-0.662354, 0.747715, -0.046999> - 4035: <-0.706323, 0.706323, -0.047060> - 4036: <-0.706323, 0.706323, 0.047060> - 4037: <-0.662354, 0.747715, 0.046999> - 4038: <-0.663024, 0.748599, 0.000000> - 4039: <-0.707107, 0.707107, 0.000000> - 4040: <-0.704093, 0.704093, 0.092231> - 4041: <-0.660463, 0.745184, 0.092137> - 4042: <-0.662354, 0.747715, 0.046999> - 4043: <-0.706323, 0.706323, 0.047060> - 4044: <-0.700600, 0.700600, 0.135353> - 4045: <-0.657468, 0.741243, 0.135260> - 4046: <-0.660463, 0.745184, 0.092137> - 4047: <-0.704093, 0.704093, 0.092231> - 4048: <-0.695976, 0.695976, 0.176733> - 4049: <-0.653502, 0.736025, 0.176644> - 4050: <-0.657468, 0.741243, 0.135260> - 4051: <-0.700600, 0.700600, 0.135353> - 4052: <-0.690307, 0.690307, 0.216684> - 4053: <-0.648606, 0.729636, 0.216660> - 4054: <-0.653502, 0.736025, 0.176644> - 4055: <-0.695976, 0.695976, 0.176733> - 4056: <-0.683620, 0.683620, 0.255594> - 4057: <-0.642833, 0.722093, 0.255632> - 4058: <-0.648606, 0.729636, 0.216660> - 4059: <-0.690307, 0.690307, 0.216684> - 4060: <-0.675899, 0.675899, 0.293804> - 4061: <-0.636150, 0.713396, 0.293904> - 4062: <-0.642833, 0.722093, 0.255632> - 4063: <-0.683620, 0.683620, 0.255594> - 4064: <-0.667130, 0.667130, 0.331474> - 4065: <-0.628603, 0.703467, 0.331652> - 4066: <-0.636150, 0.713396, 0.293904> - 4067: <-0.675899, 0.675899, 0.293804> - 4068: <-0.657511, 0.657511, 0.367912> - 4069: <-0.620305, 0.692544, 0.368246> - 4070: <-0.628603, 0.703467, 0.331652> - 4071: <-0.667130, 0.667130, 0.331474> - 4072: <-0.647247, 0.647247, 0.402668> - 4073: <-0.611427, 0.680859, 0.403223> - 4074: <-0.620305, 0.692544, 0.368246> - 4075: <-0.657511, 0.657511, 0.367912> - 4076: <-0.636296, 0.636296, 0.436181> - 4077: <-0.601963, 0.668312, 0.437036> - 4078: <-0.611427, 0.680859, 0.403223> - 4079: <-0.647247, 0.647247, 0.402668> - 4080: <-0.624909, 0.624909, 0.467950> - 4081: <-0.591920, 0.655217, 0.469385> - 4082: <-0.601963, 0.668312, 0.437036> - 4083: <-0.636296, 0.636296, 0.436181> - 4084: <-0.613379, 0.613379, 0.497527> - 4085: <-0.581456, 0.641397, 0.500519> - 4086: <-0.591920, 0.655217, 0.469385> - 4087: <-0.624909, 0.624909, 0.467950> - 4088: <-0.601188, 0.601188, 0.526447> - 4089: <-0.571076, 0.625584, 0.531523> - 4090: <-0.581456, 0.641397, 0.500519> - 4091: <-0.613379, 0.613379, 0.497527> - 4092: <-0.588539, 0.588539, 0.554296> - 4093: <-0.561516, 0.607783, 0.561516> - 4094: <-0.571076, 0.625584, 0.531523> - 4095: <-0.601188, 0.601188, 0.526447> - 4096: <-0.561516, -0.561516, -0.607783> - 4097: <-0.571076, -0.531523, -0.625584> - 4098: <-0.538962, -0.538962, -0.647334> - 4099: <-0.531523, -0.571076, -0.625584> - 4100: <-0.571076, -0.531523, -0.625584> - 4101: <-0.581456, -0.500519, -0.641396> - 4102: <-0.547882, -0.506040, -0.666144> - 4103: <-0.538962, -0.538962, -0.647334> - 4104: <-0.581456, -0.500519, -0.641396> - 4105: <-0.591920, -0.469385, -0.655217> - 4106: <-0.557037, -0.473139, -0.682532> - 4107: <-0.547882, -0.506040, -0.666144> - 4108: <-0.591920, -0.469385, -0.655217> - 4109: <-0.601963, -0.437036, -0.668312> - 4110: <-0.565794, -0.439475, -0.697667> - 4111: <-0.557037, -0.473139, -0.682532> - 4112: <-0.601963, -0.437036, -0.668312> - 4113: <-0.611427, -0.403223, -0.680859> - 4114: <-0.574008, -0.404839, -0.711772> - 4115: <-0.565794, -0.439475, -0.697667> - 4116: <-0.611427, -0.403223, -0.680859> - 4117: <-0.620305, -0.368246, -0.692544> - 4118: <-0.581661, -0.369188, -0.724825> - 4119: <-0.574008, -0.404839, -0.711772> - 4120: <-0.620305, -0.368246, -0.692544> - 4121: <-0.628603, -0.331652, -0.703467> - 4122: <-0.588738, -0.332197, -0.736907> - 4123: <-0.581661, -0.369188, -0.724825> - 4124: <-0.628603, -0.331652, -0.703467> - 4125: <-0.636150, -0.293904, -0.713396> - 4126: <-0.595158, -0.294207, -0.747816> - 4127: <-0.588738, -0.332197, -0.736907> - 4128: <-0.636150, -0.293904, -0.713396> - 4129: <-0.642833, -0.255632, -0.722093> - 4130: <-0.600829, -0.255750, -0.757361> - 4131: <-0.595158, -0.294207, -0.747816> - 4132: <-0.642833, -0.255632, -0.722093> - 4133: <-0.648606, -0.216660, -0.729636> - 4134: <-0.605748, -0.216596, -0.765608> - 4135: <-0.600829, -0.255750, -0.757361> - 4136: <-0.648606, -0.216660, -0.729636> - 4137: <-0.653502, -0.176644, -0.736025> - 4138: <-0.609892, -0.176461, -0.772589> - 4139: <-0.605748, -0.216596, -0.765608> - 4140: <-0.653502, -0.176644, -0.736025> - 4141: <-0.657468, -0.135260, -0.741243> - 4142: <-0.613215, -0.135015, -0.778292> - 4143: <-0.609892, -0.176461, -0.772589> - 4144: <-0.657468, -0.135260, -0.741243> - 4145: <-0.660463, -0.092137, -0.745184> - 4146: <-0.615697, -0.091894, -0.782607> - 4147: <-0.613215, -0.135015, -0.778292> - 4148: <-0.660463, -0.092137, -0.745184> - 4149: <-0.662354, -0.046999, -0.747715> - 4150: <-0.617246, -0.046847, -0.785375> - 4151: <-0.615697, -0.091894, -0.782607> - 4152: <-0.662354, -0.046999, -0.747715> - 4153: <-0.663024, 0.000000, -0.748599> - 4154: <-0.617789, 0.000000, -0.786344> - 4155: <-0.617246, -0.046847, -0.785375> - 4156: <-0.663024, 0.000000, -0.748599> - 4157: <-0.662354, 0.046999, -0.747715> - 4158: <-0.617246, 0.046847, -0.785375> - 4159: <-0.617789, 0.000000, -0.786344> - 4160: <-0.662354, 0.046999, -0.747715> - 4161: <-0.660463, 0.092137, -0.745184> - 4162: <-0.615697, 0.091894, -0.782607> - 4163: <-0.617246, 0.046847, -0.785375> - 4164: <-0.660463, 0.092137, -0.745184> - 4165: <-0.657468, 0.135260, -0.741243> - 4166: <-0.613199, 0.134988, -0.778309> - 4167: <-0.615697, 0.091894, -0.782607> - 4168: <-0.657468, 0.135260, -0.741243> - 4169: <-0.653502, 0.176644, -0.736025> - 4170: <-0.609892, 0.176461, -0.772589> - 4171: <-0.613199, 0.134988, -0.778309> - 4172: <-0.653502, 0.176644, -0.736025> - 4173: <-0.648606, 0.216660, -0.729636> - 4174: <-0.605748, 0.216596, -0.765608> - 4175: <-0.609892, 0.176461, -0.772589> - 4176: <-0.648606, 0.216660, -0.729636> - 4177: <-0.642833, 0.255632, -0.722093> - 4178: <-0.600829, 0.255750, -0.757361> - 4179: <-0.605748, 0.216596, -0.765608> - 4180: <-0.642833, 0.255632, -0.722093> - 4181: <-0.636150, 0.293904, -0.713396> - 4182: <-0.595158, 0.294207, -0.747816> - 4183: <-0.600829, 0.255750, -0.757361> - 4184: <-0.636150, 0.293904, -0.713396> - 4185: <-0.628603, 0.331652, -0.703467> - 4186: <-0.588744, 0.332170, -0.736915> - 4187: <-0.595158, 0.294207, -0.747816> - 4188: <-0.628603, 0.331652, -0.703467> - 4189: <-0.620305, 0.368246, -0.692544> - 4190: <-0.581661, 0.369188, -0.724825> - 4191: <-0.588744, 0.332170, -0.736915> - 4192: <-0.620305, 0.368246, -0.692544> - 4193: <-0.611427, 0.403223, -0.680859> - 4194: <-0.574008, 0.404839, -0.711772> - 4195: <-0.581661, 0.369188, -0.724825> - 4196: <-0.611427, 0.403223, -0.680859> - 4197: <-0.601963, 0.437036, -0.668312> - 4198: <-0.565794, 0.439475, -0.697667> - 4199: <-0.574008, 0.404839, -0.711772> - 4200: <-0.601963, 0.437036, -0.668312> - 4201: <-0.591920, 0.469385, -0.655217> - 4202: <-0.557037, 0.473139, -0.682532> - 4203: <-0.565794, 0.439475, -0.697667> - 4204: <-0.591920, 0.469385, -0.655217> - 4205: <-0.581465, 0.500496, -0.641406> - 4206: <-0.547882, 0.506040, -0.666144> - 4207: <-0.557037, 0.473139, -0.682532> - 4208: <-0.581465, 0.500496, -0.641406> - 4209: <-0.571076, 0.531523, -0.625584> - 4210: <-0.538962, 0.538962, -0.647334> - 4211: <-0.547882, 0.506040, -0.666144> - 4212: <-0.571076, 0.531523, -0.625584> - 4213: <-0.561516, 0.561516, -0.607783> - 4214: <-0.531523, 0.571076, -0.625584> - 4215: <-0.538962, 0.538962, -0.647334> - 4216: <-0.531523, -0.571076, -0.625584> - 4217: <-0.538962, -0.538962, -0.647334> - 4218: <-0.506040, -0.547882, -0.666144> - 4219: <-0.500519, -0.581456, -0.641396> - 4220: <-0.538962, -0.538962, -0.647334> - 4221: <-0.547882, -0.506040, -0.666144> - 4222: <-0.513252, -0.513252, -0.687856> - 4223: <-0.506040, -0.547882, -0.666144> - 4224: <-0.547882, -0.506040, -0.666144> - 4225: <-0.557037, -0.473139, -0.682532> - 4226: <-0.520969, -0.478425, -0.706895> - 4227: <-0.513252, -0.513252, -0.687856> - 4228: <-0.557037, -0.473139, -0.682532> - 4229: <-0.565794, -0.439475, -0.697667> - 4230: <-0.528466, -0.443135, -0.724123> - 4231: <-0.520969, -0.478425, -0.706895> - 4232: <-0.565794, -0.439475, -0.697667> - 4233: <-0.574008, -0.404839, -0.711772> - 4234: <-0.535518, -0.407307, -0.739812> - 4235: <-0.528466, -0.443135, -0.724123> - 4236: <-0.574008, -0.404839, -0.711772> - 4237: <-0.581661, -0.369188, -0.724825> - 4238: <-0.542028, -0.370721, -0.754169> - 4239: <-0.535518, -0.407307, -0.739812> - 4240: <-0.581661, -0.369188, -0.724825> - 4241: <-0.588738, -0.332197, -0.736907> - 4242: <-0.548009, -0.333090, -0.767292> - 4243: <-0.542028, -0.370721, -0.754169> - 4244: <-0.588738, -0.332197, -0.736907> - 4245: <-0.595158, -0.294207, -0.747816> - 4246: <-0.553415, -0.294729, -0.779017> - 4247: <-0.548009, -0.333090, -0.767292> - 4248: <-0.595158, -0.294207, -0.747816> - 4249: <-0.600829, -0.255750, -0.757361> - 4250: <-0.558172, -0.255937, -0.789266> - 4251: <-0.553415, -0.294729, -0.779017> - 4252: <-0.600829, -0.255750, -0.757361> - 4253: <-0.605748, -0.216596, -0.765608> - 4254: <-0.562257, -0.216534, -0.798110> - 4255: <-0.558172, -0.255937, -0.789266> - 4256: <-0.605748, -0.216596, -0.765608> - 4257: <-0.609892, -0.176461, -0.772589> - 4258: <-0.565675, -0.176188, -0.805587> - 4259: <-0.562257, -0.216534, -0.798110> - 4260: <-0.609892, -0.176461, -0.772589> - 4261: <-0.613215, -0.135015, -0.778292> - 4262: <-0.568382, -0.134618, -0.811677> - 4263: <-0.565675, -0.176188, -0.805587> - 4264: <-0.613215, -0.135015, -0.778292> - 4265: <-0.615697, -0.091894, -0.782607> - 4266: <-0.570377, -0.091497, -0.816271> - 4267: <-0.568382, -0.134618, -0.811677> - 4268: <-0.615697, -0.091894, -0.782607> - 4269: <-0.617246, -0.046847, -0.785375> - 4270: <-0.571602, -0.046573, -0.819208> - 4271: <-0.570377, -0.091497, -0.816271> - 4272: <-0.617246, -0.046847, -0.785375> - 4273: <-0.617789, 0.000000, -0.786344> - 4274: <-0.572024, 0.000000, -0.820237> - 4275: <-0.571602, -0.046573, -0.819208> - 4276: <-0.617789, 0.000000, -0.786344> - 4277: <-0.617246, 0.046847, -0.785375> - 4278: <-0.571602, 0.046573, -0.819208> - 4279: <-0.572024, 0.000000, -0.820237> - 4280: <-0.617246, 0.046847, -0.785375> - 4281: <-0.615697, 0.091894, -0.782607> - 4282: <-0.570377, 0.091497, -0.816271> - 4283: <-0.571602, 0.046573, -0.819208> - 4284: <-0.615697, 0.091894, -0.782607> - 4285: <-0.613199, 0.134988, -0.778309> - 4286: <-0.568382, 0.134618, -0.811677> - 4287: <-0.570377, 0.091497, -0.816271> - 4288: <-0.613199, 0.134988, -0.778309> - 4289: <-0.609892, 0.176461, -0.772589> - 4290: <-0.565675, 0.176188, -0.805587> - 4291: <-0.568382, 0.134618, -0.811677> - 4292: <-0.609892, 0.176461, -0.772589> - 4293: <-0.605748, 0.216596, -0.765608> - 4294: <-0.562257, 0.216534, -0.798110> - 4295: <-0.565675, 0.176188, -0.805587> - 4296: <-0.605748, 0.216596, -0.765608> - 4297: <-0.600829, 0.255750, -0.757361> - 4298: <-0.558172, 0.255937, -0.789266> - 4299: <-0.562257, 0.216534, -0.798110> - 4300: <-0.600829, 0.255750, -0.757361> - 4301: <-0.595158, 0.294207, -0.747816> - 4302: <-0.553415, 0.294729, -0.779017> - 4303: <-0.558172, 0.255937, -0.789266> - 4304: <-0.595158, 0.294207, -0.747816> - 4305: <-0.588744, 0.332170, -0.736915> - 4306: <-0.548009, 0.333090, -0.767292> - 4307: <-0.553415, 0.294729, -0.779017> - 4308: <-0.588744, 0.332170, -0.736915> - 4309: <-0.581661, 0.369188, -0.724825> - 4310: <-0.542028, 0.370721, -0.754169> - 4311: <-0.548009, 0.333090, -0.767292> - 4312: <-0.581661, 0.369188, -0.724825> - 4313: <-0.574008, 0.404839, -0.711772> - 4314: <-0.535518, 0.407307, -0.739812> - 4315: <-0.542028, 0.370721, -0.754169> - 4316: <-0.574008, 0.404839, -0.711772> - 4317: <-0.565794, 0.439475, -0.697667> - 4318: <-0.528478, 0.443145, -0.724109> - 4319: <-0.535518, 0.407307, -0.739812> - 4320: <-0.565794, 0.439475, -0.697667> - 4321: <-0.557037, 0.473139, -0.682532> - 4322: <-0.520969, 0.478425, -0.706895> - 4323: <-0.528478, 0.443145, -0.724109> - 4324: <-0.557037, 0.473139, -0.682532> - 4325: <-0.547882, 0.506040, -0.666144> - 4326: <-0.513252, 0.513252, -0.687856> - 4327: <-0.520969, 0.478425, -0.706895> - 4328: <-0.547882, 0.506040, -0.666144> - 4329: <-0.538962, 0.538962, -0.647334> - 4330: <-0.506040, 0.547882, -0.666144> - 4331: <-0.513252, 0.513252, -0.687856> - 4332: <-0.538962, 0.538962, -0.647334> - 4333: <-0.531523, 0.571076, -0.625584> - 4334: <-0.500519, 0.581456, -0.641396> - 4335: <-0.506040, 0.547882, -0.666144> - 4336: <-0.500519, -0.581456, -0.641396> - 4337: <-0.506040, -0.547882, -0.666144> - 4338: <-0.473139, -0.557037, -0.682532> - 4339: <-0.469385, -0.591920, -0.655217> - 4340: <-0.506040, -0.547882, -0.666144> - 4341: <-0.513252, -0.513252, -0.687856> - 4342: <-0.478425, -0.520969, -0.706895> - 4343: <-0.473139, -0.557037, -0.682532> - 4344: <-0.513252, -0.513252, -0.687856> - 4345: <-0.520969, -0.478425, -0.706895> - 4346: <-0.484430, -0.484430, -0.728461> - 4347: <-0.478425, -0.520969, -0.706895> - 4348: <-0.520969, -0.478425, -0.706895> - 4349: <-0.528466, -0.443135, -0.724123> - 4350: <-0.490534, -0.447593, -0.747688> - 4351: <-0.484430, -0.484430, -0.728461> - 4352: <-0.528466, -0.443135, -0.724123> - 4353: <-0.535518, -0.407307, -0.739812> - 4354: <-0.496395, -0.410392, -0.764964> - 4355: <-0.490534, -0.447593, -0.747688> - 4356: <-0.535518, -0.407307, -0.739812> - 4357: <-0.542028, -0.370721, -0.754169> - 4358: <-0.501802, -0.372705, -0.780568> - 4359: <-0.496395, -0.410392, -0.764964> - 4360: <-0.542028, -0.370721, -0.754169> - 4361: <-0.548009, -0.333090, -0.767292> - 4362: <-0.506740, -0.334337, -0.794627> - 4363: <-0.501802, -0.372705, -0.780568> - 4364: <-0.548009, -0.333090, -0.767292> - 4365: <-0.553415, -0.294729, -0.779017> - 4366: <-0.511198, -0.295457, -0.807082> - 4367: <-0.506740, -0.334337, -0.794627> - 4368: <-0.553415, -0.294729, -0.779017> - 4369: <-0.558172, -0.255937, -0.789266> - 4370: <-0.515110, -0.256243, -0.817925> - 4371: <-0.511198, -0.295457, -0.807082> - 4372: <-0.558172, -0.255937, -0.789266> - 4373: <-0.562257, -0.216534, -0.798110> - 4374: <-0.518435, -0.216475, -0.827263> - 4375: <-0.515110, -0.256243, -0.817925> - 4376: <-0.562257, -0.216534, -0.798110> - 4377: <-0.565675, -0.176188, -0.805587> - 4378: <-0.521180, -0.175853, -0.835133> - 4379: <-0.518435, -0.216475, -0.827263> - 4380: <-0.565675, -0.176188, -0.805587> - 4381: <-0.568382, -0.134618, -0.811677> - 4382: <-0.523307, -0.134100, -0.841527> - 4383: <-0.521180, -0.175853, -0.835133> - 4384: <-0.568382, -0.134618, -0.811677> - 4385: <-0.570377, -0.091497, -0.816271> - 4386: <-0.524836, -0.091008, -0.846324> - 4387: <-0.523307, -0.134100, -0.841527> - 4388: <-0.570377, -0.091497, -0.816271> - 4389: <-0.571602, -0.046573, -0.819208> - 4390: <-0.525753, -0.046267, -0.849378> - 4391: <-0.524836, -0.091008, -0.846324> - 4392: <-0.571602, -0.046573, -0.819208> - 4393: <-0.572024, 0.000000, -0.820237> - 4394: <-0.526081, 0.000000, -0.850434> - 4395: <-0.525753, -0.046267, -0.849378> - 4396: <-0.572024, 0.000000, -0.820237> - 4397: <-0.571602, 0.046573, -0.819208> - 4398: <-0.525753, 0.046267, -0.849378> - 4399: <-0.526081, 0.000000, -0.850434> - 4400: <-0.571602, 0.046573, -0.819208> - 4401: <-0.570377, 0.091497, -0.816271> - 4402: <-0.524836, 0.091008, -0.846324> - 4403: <-0.525753, 0.046267, -0.849378> - 4404: <-0.570377, 0.091497, -0.816271> - 4405: <-0.568382, 0.134618, -0.811677> - 4406: <-0.523307, 0.134100, -0.841527> - 4407: <-0.524836, 0.091008, -0.846324> - 4408: <-0.568382, 0.134618, -0.811677> - 4409: <-0.565675, 0.176188, -0.805587> - 4410: <-0.521180, 0.175853, -0.835133> - 4411: <-0.523307, 0.134100, -0.841527> - 4412: <-0.565675, 0.176188, -0.805587> - 4413: <-0.562257, 0.216534, -0.798110> - 4414: <-0.518435, 0.216475, -0.827263> - 4415: <-0.521180, 0.175853, -0.835133> - 4416: <-0.562257, 0.216534, -0.798110> - 4417: <-0.558172, 0.255937, -0.789266> - 4418: <-0.515110, 0.256243, -0.817925> - 4419: <-0.518435, 0.216475, -0.827263> - 4420: <-0.558172, 0.255937, -0.789266> - 4421: <-0.553415, 0.294729, -0.779017> - 4422: <-0.511198, 0.295457, -0.807082> - 4423: <-0.515110, 0.256243, -0.817925> - 4424: <-0.553415, 0.294729, -0.779017> - 4425: <-0.548009, 0.333090, -0.767292> - 4426: <-0.506740, 0.334337, -0.794627> - 4427: <-0.511198, 0.295457, -0.807082> - 4428: <-0.548009, 0.333090, -0.767292> - 4429: <-0.542028, 0.370721, -0.754169> - 4430: <-0.501802, 0.372705, -0.780568> - 4431: <-0.506740, 0.334337, -0.794627> - 4432: <-0.542028, 0.370721, -0.754169> - 4433: <-0.535518, 0.407307, -0.739812> - 4434: <-0.496395, 0.410392, -0.764964> - 4435: <-0.501802, 0.372705, -0.780568> - 4436: <-0.535518, 0.407307, -0.739812> - 4437: <-0.528478, 0.443145, -0.724109> - 4438: <-0.490534, 0.447593, -0.747688> - 4439: <-0.496395, 0.410392, -0.764964> - 4440: <-0.528478, 0.443145, -0.724109> - 4441: <-0.520969, 0.478425, -0.706895> - 4442: <-0.484430, 0.484430, -0.728461> - 4443: <-0.490534, 0.447593, -0.747688> - 4444: <-0.520969, 0.478425, -0.706895> - 4445: <-0.513252, 0.513252, -0.687856> - 4446: <-0.478425, 0.520969, -0.706895> - 4447: <-0.484430, 0.484430, -0.728461> - 4448: <-0.513252, 0.513252, -0.687856> - 4449: <-0.506040, 0.547882, -0.666144> - 4450: <-0.473139, 0.557037, -0.682532> - 4451: <-0.478425, 0.520969, -0.706895> - 4452: <-0.506040, 0.547882, -0.666144> - 4453: <-0.500519, 0.581456, -0.641396> - 4454: <-0.469385, 0.591920, -0.655217> - 4455: <-0.473139, 0.557037, -0.682532> - 4456: <-0.469385, -0.591920, -0.655217> - 4457: <-0.473139, -0.557037, -0.682532> - 4458: <-0.439475, -0.565794, -0.697667> - 4459: <-0.437036, -0.601963, -0.668312> - 4460: <-0.473139, -0.557037, -0.682532> - 4461: <-0.478425, -0.520969, -0.706895> - 4462: <-0.443145, -0.528478, -0.724109> - 4463: <-0.439475, -0.565794, -0.697667> - 4464: <-0.478425, -0.520969, -0.706895> - 4465: <-0.484430, -0.484430, -0.728461> - 4466: <-0.447593, -0.490534, -0.747688> - 4467: <-0.443145, -0.528478, -0.724109> - 4468: <-0.484430, -0.484430, -0.728461> - 4469: <-0.490534, -0.447593, -0.747688> - 4470: <-0.452290, -0.452290, -0.768679> - 4471: <-0.447593, -0.490534, -0.747688> - 4472: <-0.490534, -0.447593, -0.747688> - 4473: <-0.496395, -0.410392, -0.764964> - 4474: <-0.456900, -0.413777, -0.787421> - 4475: <-0.452290, -0.452290, -0.768679> - 4476: <-0.496395, -0.410392, -0.764964> - 4477: <-0.501802, -0.372705, -0.780568> - 4478: <-0.461239, -0.374961, -0.804154> - 4479: <-0.456900, -0.413777, -0.787421> - 4480: <-0.501802, -0.372705, -0.780568> - 4481: <-0.506740, -0.334337, -0.794627> - 4482: <-0.465202, -0.335801, -0.819039> - 4483: <-0.461239, -0.374961, -0.804154> - 4484: <-0.506740, -0.334337, -0.794627> - 4485: <-0.511198, -0.295457, -0.807082> - 4486: <-0.468770, -0.296339, -0.832128> - 4487: <-0.465202, -0.335801, -0.819039> - 4488: <-0.511198, -0.295457, -0.807082> - 4489: <-0.515110, -0.256243, -0.817925> - 4490: <-0.471888, -0.256606, -0.843490> - 4491: <-0.468770, -0.296339, -0.832128> - 4492: <-0.515110, -0.256243, -0.817925> - 4493: <-0.518435, -0.216475, -0.827263> - 4494: <-0.474515, -0.216413, -0.853230> - 4495: <-0.471888, -0.256606, -0.843490> - 4496: <-0.518435, -0.216475, -0.827263> - 4497: <-0.521180, -0.175853, -0.835133> - 4498: <-0.476614, -0.175453, -0.861426> - 4499: <-0.474515, -0.216413, -0.853230> - 4500: <-0.521180, -0.175853, -0.835133> - 4501: <-0.523307, -0.134100, -0.841527> - 4502: <-0.478208, -0.133553, -0.868033> - 4503: <-0.476614, -0.175453, -0.861426> - 4504: <-0.523307, -0.134100, -0.841527> - 4505: <-0.524836, -0.091008, -0.846324> - 4506: <-0.479307, -0.090429, -0.872976> - 4507: <-0.478208, -0.133553, -0.868033> - 4508: <-0.524836, -0.091008, -0.846324> - 4509: <-0.525753, -0.046267, -0.849378> - 4510: <-0.479951, -0.045871, -0.876095> - 4511: <-0.479307, -0.090429, -0.872976> - 4512: <-0.525753, -0.046267, -0.849378> - 4513: <-0.526081, 0.000000, -0.850434> - 4514: <-0.480182, 0.000000, -0.877169> - 4515: <-0.479951, -0.045871, -0.876095> - 4516: <-0.526081, 0.000000, -0.850434> - 4517: <-0.525753, 0.046267, -0.849378> - 4518: <-0.479951, 0.045871, -0.876095> - 4519: <-0.480182, 0.000000, -0.877169> - 4520: <-0.525753, 0.046267, -0.849378> - 4521: <-0.524836, 0.091008, -0.846324> - 4522: <-0.479307, 0.090429, -0.872976> - 4523: <-0.479951, 0.045871, -0.876095> - 4524: <-0.524836, 0.091008, -0.846324> - 4525: <-0.523307, 0.134100, -0.841527> - 4526: <-0.478208, 0.133553, -0.868033> - 4527: <-0.479307, 0.090429, -0.872976> - 4528: <-0.523307, 0.134100, -0.841527> - 4529: <-0.521180, 0.175853, -0.835133> - 4530: <-0.476614, 0.175453, -0.861426> - 4531: <-0.478208, 0.133553, -0.868033> - 4532: <-0.521180, 0.175853, -0.835133> - 4533: <-0.518435, 0.216475, -0.827263> - 4534: <-0.474515, 0.216413, -0.853230> - 4535: <-0.476614, 0.175453, -0.861426> - 4536: <-0.518435, 0.216475, -0.827263> - 4537: <-0.515110, 0.256243, -0.817925> - 4538: <-0.471888, 0.256606, -0.843490> - 4539: <-0.474515, 0.216413, -0.853230> - 4540: <-0.515110, 0.256243, -0.817925> - 4541: <-0.511198, 0.295457, -0.807082> - 4542: <-0.468770, 0.296339, -0.832128> - 4543: <-0.471888, 0.256606, -0.843490> - 4544: <-0.511198, 0.295457, -0.807082> - 4545: <-0.506740, 0.334337, -0.794627> - 4546: <-0.465202, 0.335801, -0.819039> - 4547: <-0.468770, 0.296339, -0.832128> - 4548: <-0.506740, 0.334337, -0.794627> - 4549: <-0.501802, 0.372705, -0.780568> - 4550: <-0.461239, 0.374961, -0.804154> - 4551: <-0.465202, 0.335801, -0.819039> - 4552: <-0.501802, 0.372705, -0.780568> - 4553: <-0.496395, 0.410392, -0.764964> - 4554: <-0.456900, 0.413777, -0.787421> - 4555: <-0.461239, 0.374961, -0.804154> - 4556: <-0.496395, 0.410392, -0.764964> - 4557: <-0.490534, 0.447593, -0.747688> - 4558: <-0.452290, 0.452290, -0.768679> - 4559: <-0.456900, 0.413777, -0.787421> - 4560: <-0.490534, 0.447593, -0.747688> - 4561: <-0.484430, 0.484430, -0.728461> - 4562: <-0.447593, 0.490534, -0.747688> - 4563: <-0.452290, 0.452290, -0.768679> - 4564: <-0.484430, 0.484430, -0.728461> - 4565: <-0.478425, 0.520969, -0.706895> - 4566: <-0.443145, 0.528478, -0.724109> - 4567: <-0.447593, 0.490534, -0.747688> - 4568: <-0.478425, 0.520969, -0.706895> - 4569: <-0.473139, 0.557037, -0.682532> - 4570: <-0.439475, 0.565794, -0.697667> - 4571: <-0.443145, 0.528478, -0.724109> - 4572: <-0.473139, 0.557037, -0.682532> - 4573: <-0.469385, 0.591920, -0.655217> - 4574: <-0.437036, 0.601963, -0.668312> - 4575: <-0.439475, 0.565794, -0.697667> - 4576: <-0.437036, -0.601963, -0.668312> - 4577: <-0.439475, -0.565794, -0.697667> - 4578: <-0.404839, -0.574008, -0.711772> - 4579: <-0.403223, -0.611427, -0.680859> - 4580: <-0.439475, -0.565794, -0.697667> - 4581: <-0.443145, -0.528478, -0.724109> - 4582: <-0.407307, -0.535518, -0.739812> - 4583: <-0.404839, -0.574008, -0.711772> - 4584: <-0.443145, -0.528478, -0.724109> - 4585: <-0.447593, -0.490534, -0.747688> - 4586: <-0.410392, -0.496395, -0.764964> - 4587: <-0.407307, -0.535518, -0.739812> - 4588: <-0.447593, -0.490534, -0.747688> - 4589: <-0.452290, -0.452290, -0.768679> - 4590: <-0.413777, -0.456900, -0.787421> - 4591: <-0.410392, -0.496395, -0.764964> - 4592: <-0.452290, -0.452290, -0.768679> - 4593: <-0.456900, -0.413777, -0.787421> - 4594: <-0.417202, -0.417202, -0.807394> - 4595: <-0.413777, -0.456900, -0.787421> - 4596: <-0.456900, -0.413777, -0.787421> - 4597: <-0.461239, -0.374961, -0.804154> - 4598: <-0.420500, -0.377345, -0.825100> - 4599: <-0.417202, -0.417202, -0.807394> - 4600: <-0.461239, -0.374961, -0.804154> - 4601: <-0.465202, -0.335801, -0.819039> - 4602: <-0.423577, -0.337391, -0.840684> - 4603: <-0.420500, -0.377345, -0.825100> - 4604: <-0.465202, -0.335801, -0.819039> - 4605: <-0.468770, -0.296339, -0.832128> - 4606: <-0.426323, -0.297287, -0.854324> - 4607: <-0.423577, -0.337391, -0.840684> - 4608: <-0.468770, -0.296339, -0.832128> - 4609: <-0.471888, -0.256606, -0.843490> - 4610: <-0.428698, -0.256999, -0.866124> - 4611: <-0.426323, -0.297287, -0.854324> - 4612: <-0.471888, -0.256606, -0.843490> - 4613: <-0.474515, -0.216413, -0.853230> - 4614: <-0.430657, -0.216320, -0.876208> - 4615: <-0.428698, -0.256999, -0.866124> - 4616: <-0.474515, -0.216413, -0.853230> - 4617: <-0.476614, -0.175453, -0.861426> - 4618: <-0.432149, -0.175026, -0.884654> - 4619: <-0.430657, -0.216320, -0.876208> - 4620: <-0.476614, -0.175453, -0.861426> - 4621: <-0.478208, -0.133553, -0.868033> - 4622: <-0.433281, -0.132911, -0.891405> - 4623: <-0.432149, -0.175026, -0.884654> - 4624: <-0.478208, -0.133553, -0.868033> - 4625: <-0.479307, -0.090429, -0.872976> - 4626: <-0.433981, -0.089787, -0.896437> - 4627: <-0.433281, -0.132911, -0.891405> - 4628: <-0.479307, -0.090429, -0.872976> - 4629: <-0.479951, -0.045871, -0.876095> - 4630: <-0.434379, -0.045443, -0.899583> - 4631: <-0.433981, -0.089787, -0.896437> - 4632: <-0.479951, -0.045871, -0.876095> - 4633: <-0.480182, 0.000000, -0.877169> - 4634: <-0.434509, 0.000000, -0.900667> - 4635: <-0.434379, -0.045443, -0.899583> - 4636: <-0.480182, 0.000000, -0.877169> - 4637: <-0.479951, 0.045871, -0.876095> - 4638: <-0.434379, 0.045443, -0.899583> - 4639: <-0.434509, 0.000000, -0.900667> - 4640: <-0.479951, 0.045871, -0.876095> - 4641: <-0.479307, 0.090429, -0.872976> - 4642: <-0.433981, 0.089787, -0.896437> - 4643: <-0.434379, 0.045443, -0.899583> - 4644: <-0.479307, 0.090429, -0.872976> - 4645: <-0.478208, 0.133553, -0.868033> - 4646: <-0.433281, 0.132911, -0.891405> - 4647: <-0.433981, 0.089787, -0.896437> - 4648: <-0.478208, 0.133553, -0.868033> - 4649: <-0.476614, 0.175453, -0.861426> - 4650: <-0.432149, 0.175026, -0.884654> - 4651: <-0.433281, 0.132911, -0.891405> - 4652: <-0.476614, 0.175453, -0.861426> - 4653: <-0.474515, 0.216413, -0.853230> - 4654: <-0.430657, 0.216320, -0.876208> - 4655: <-0.432149, 0.175026, -0.884654> - 4656: <-0.474515, 0.216413, -0.853230> - 4657: <-0.471888, 0.256606, -0.843490> - 4658: <-0.428698, 0.256999, -0.866124> - 4659: <-0.430657, 0.216320, -0.876208> - 4660: <-0.471888, 0.256606, -0.843490> - 4661: <-0.468770, 0.296339, -0.832128> - 4662: <-0.426323, 0.297287, -0.854324> - 4663: <-0.428698, 0.256999, -0.866124> - 4664: <-0.468770, 0.296339, -0.832128> - 4665: <-0.465202, 0.335801, -0.819039> - 4666: <-0.423577, 0.337391, -0.840684> - 4667: <-0.426323, 0.297287, -0.854324> - 4668: <-0.465202, 0.335801, -0.819039> - 4669: <-0.461239, 0.374961, -0.804154> - 4670: <-0.420500, 0.377345, -0.825100> - 4671: <-0.423577, 0.337391, -0.840684> - 4672: <-0.461239, 0.374961, -0.804154> - 4673: <-0.456900, 0.413777, -0.787421> - 4674: <-0.417202, 0.417202, -0.807394> - 4675: <-0.420500, 0.377345, -0.825100> - 4676: <-0.456900, 0.413777, -0.787421> - 4677: <-0.452290, 0.452290, -0.768679> - 4678: <-0.413777, 0.456900, -0.787421> - 4679: <-0.417202, 0.417202, -0.807394> - 4680: <-0.452290, 0.452290, -0.768679> - 4681: <-0.447593, 0.490534, -0.747688> - 4682: <-0.410398, 0.496372, -0.764976> - 4683: <-0.413777, 0.456900, -0.787421> - 4684: <-0.447593, 0.490534, -0.747688> - 4685: <-0.443145, 0.528478, -0.724109> - 4686: <-0.407307, 0.535518, -0.739812> - 4687: <-0.410398, 0.496372, -0.764976> - 4688: <-0.443145, 0.528478, -0.724109> - 4689: <-0.439475, 0.565794, -0.697667> - 4690: <-0.404839, 0.574008, -0.711772> - 4691: <-0.407307, 0.535518, -0.739812> - 4692: <-0.439475, 0.565794, -0.697667> - 4693: <-0.437036, 0.601963, -0.668312> - 4694: <-0.403223, 0.611427, -0.680859> - 4695: <-0.404839, 0.574008, -0.711772> - 4696: <-0.403223, -0.611427, -0.680859> - 4697: <-0.404839, -0.574008, -0.711772> - 4698: <-0.369188, -0.581661, -0.724825> - 4699: <-0.368246, -0.620305, -0.692544> - 4700: <-0.404839, -0.574008, -0.711772> - 4701: <-0.407307, -0.535518, -0.739812> - 4702: <-0.370721, -0.542028, -0.754169> - 4703: <-0.369188, -0.581661, -0.724825> - 4704: <-0.407307, -0.535518, -0.739812> - 4705: <-0.410392, -0.496395, -0.764964> - 4706: <-0.372705, -0.501802, -0.780568> - 4707: <-0.370721, -0.542028, -0.754169> - 4708: <-0.410392, -0.496395, -0.764964> - 4709: <-0.413777, -0.456900, -0.787421> - 4710: <-0.374961, -0.461239, -0.804154> - 4711: <-0.372705, -0.501802, -0.780568> - 4712: <-0.413777, -0.456900, -0.787421> - 4713: <-0.417202, -0.417202, -0.807394> - 4714: <-0.377345, -0.420500, -0.825100> - 4715: <-0.374961, -0.461239, -0.804154> - 4716: <-0.417202, -0.417202, -0.807394> - 4717: <-0.420500, -0.377345, -0.825100> - 4718: <-0.379751, -0.379751, -0.843551> - 4719: <-0.377345, -0.420500, -0.825100> - 4720: <-0.420500, -0.377345, -0.825100> - 4721: <-0.423577, -0.337391, -0.840684> - 4722: <-0.381976, -0.339005, -0.859750> - 4723: <-0.379751, -0.379751, -0.843551> - 4724: <-0.423577, -0.337391, -0.840684> - 4725: <-0.426323, -0.297287, -0.854324> - 4726: <-0.383986, -0.298259, -0.873840> - 4727: <-0.381976, -0.339005, -0.859750> - 4728: <-0.426323, -0.297287, -0.854324> - 4729: <-0.428698, -0.256999, -0.866124> - 4730: <-0.385664, -0.257364, -0.886018> - 4731: <-0.383986, -0.298259, -0.873840> - 4732: <-0.428698, -0.256999, -0.866124> - 4733: <-0.430657, -0.216320, -0.876208> - 4734: <-0.386985, -0.216199, -0.896382> - 4735: <-0.385664, -0.257364, -0.886018> - 4736: <-0.430657, -0.216320, -0.876208> - 4737: <-0.432149, -0.175026, -0.884654> - 4738: <-0.387965, -0.174541, -0.904997> - 4739: <-0.386985, -0.216199, -0.896382> - 4740: <-0.432149, -0.175026, -0.884654> - 4741: <-0.433281, -0.132911, -0.891405> - 4742: <-0.388632, -0.132240, -0.911854> - 4743: <-0.387965, -0.174541, -0.904997> - 4744: <-0.433281, -0.132911, -0.891405> - 4745: <-0.433981, -0.089787, -0.896437> - 4746: <-0.388998, -0.089116, -0.916918> - 4747: <-0.388632, -0.132240, -0.911854> - 4748: <-0.433981, -0.089787, -0.896437> - 4749: <-0.434379, -0.045443, -0.899583> - 4750: <-0.389180, -0.045016, -0.920061> - 4751: <-0.388998, -0.089116, -0.916918> - 4752: <-0.434379, -0.045443, -0.899583> - 4753: <-0.434509, 0.000000, -0.900667> - 4754: <-0.389244, 0.000000, -0.921135> - 4755: <-0.389180, -0.045016, -0.920061> - 4756: <-0.434509, 0.000000, -0.900667> - 4757: <-0.434379, 0.045443, -0.899583> - 4758: <-0.389180, 0.045016, -0.920061> - 4759: <-0.389244, 0.000000, -0.921135> - 4760: <-0.434379, 0.045443, -0.899583> - 4761: <-0.433981, 0.089787, -0.896437> - 4762: <-0.388998, 0.089116, -0.916918> - 4763: <-0.389180, 0.045016, -0.920061> - 4764: <-0.433981, 0.089787, -0.896437> - 4765: <-0.433281, 0.132911, -0.891405> - 4766: <-0.388632, 0.132240, -0.911854> - 4767: <-0.388998, 0.089116, -0.916918> - 4768: <-0.433281, 0.132911, -0.891405> - 4769: <-0.432149, 0.175026, -0.884654> - 4770: <-0.387965, 0.174541, -0.904997> - 4771: <-0.388632, 0.132240, -0.911854> - 4772: <-0.432149, 0.175026, -0.884654> - 4773: <-0.430657, 0.216320, -0.876208> - 4774: <-0.386985, 0.216199, -0.896382> - 4775: <-0.387965, 0.174541, -0.904997> - 4776: <-0.430657, 0.216320, -0.876208> - 4777: <-0.428698, 0.256999, -0.866124> - 4778: <-0.385664, 0.257364, -0.886018> - 4779: <-0.386985, 0.216199, -0.896382> - 4780: <-0.428698, 0.256999, -0.866124> - 4781: <-0.426323, 0.297287, -0.854324> - 4782: <-0.383986, 0.298259, -0.873840> - 4783: <-0.385664, 0.257364, -0.886018> - 4784: <-0.426323, 0.297287, -0.854324> - 4785: <-0.423577, 0.337391, -0.840684> - 4786: <-0.381976, 0.339005, -0.859750> - 4787: <-0.383986, 0.298259, -0.873840> - 4788: <-0.423577, 0.337391, -0.840684> - 4789: <-0.420500, 0.377345, -0.825100> - 4790: <-0.379751, 0.379751, -0.843551> - 4791: <-0.381976, 0.339005, -0.859750> - 4792: <-0.420500, 0.377345, -0.825100> - 4793: <-0.417202, 0.417202, -0.807394> - 4794: <-0.377345, 0.420500, -0.825100> - 4795: <-0.379751, 0.379751, -0.843551> - 4796: <-0.417202, 0.417202, -0.807394> - 4797: <-0.413777, 0.456900, -0.787421> - 4798: <-0.374961, 0.461239, -0.804154> - 4799: <-0.377345, 0.420500, -0.825100> - 4800: <-0.413777, 0.456900, -0.787421> - 4801: <-0.410398, 0.496372, -0.764976> - 4802: <-0.372705, 0.501802, -0.780568> - 4803: <-0.374961, 0.461239, -0.804154> - 4804: <-0.410398, 0.496372, -0.764976> - 4805: <-0.407307, 0.535518, -0.739812> - 4806: <-0.370721, 0.542028, -0.754169> - 4807: <-0.372705, 0.501802, -0.780568> - 4808: <-0.407307, 0.535518, -0.739812> - 4809: <-0.404839, 0.574008, -0.711772> - 4810: <-0.369188, 0.581661, -0.724825> - 4811: <-0.370721, 0.542028, -0.754169> - 4812: <-0.404839, 0.574008, -0.711772> - 4813: <-0.403223, 0.611427, -0.680859> - 4814: <-0.368246, 0.620305, -0.692544> - 4815: <-0.369188, 0.581661, -0.724825> - 4816: <-0.368246, -0.620305, -0.692544> - 4817: <-0.369188, -0.581661, -0.724825> - 4818: <-0.332170, -0.588744, -0.736915> - 4819: <-0.331652, -0.628603, -0.703467> - 4820: <-0.369188, -0.581661, -0.724825> - 4821: <-0.370721, -0.542028, -0.754169> - 4822: <-0.333090, -0.548009, -0.767292> - 4823: <-0.332170, -0.588744, -0.736915> - 4824: <-0.370721, -0.542028, -0.754169> - 4825: <-0.372705, -0.501802, -0.780568> - 4826: <-0.334310, -0.506745, -0.794636> - 4827: <-0.333090, -0.548009, -0.767292> - 4828: <-0.372705, -0.501802, -0.780568> - 4829: <-0.374961, -0.461239, -0.804154> - 4830: <-0.335801, -0.465202, -0.819039> - 4831: <-0.334310, -0.506745, -0.794636> - 4832: <-0.374961, -0.461239, -0.804154> - 4833: <-0.377345, -0.420500, -0.825100> - 4834: <-0.337391, -0.423577, -0.840684> - 4835: <-0.335801, -0.465202, -0.819039> - 4836: <-0.377345, -0.420500, -0.825100> - 4837: <-0.379751, -0.379751, -0.843551> - 4838: <-0.339005, -0.381976, -0.859750> - 4839: <-0.337391, -0.423577, -0.840684> - 4840: <-0.379751, -0.379751, -0.843551> - 4841: <-0.381976, -0.339005, -0.859750> - 4842: <-0.340503, -0.340503, -0.876422> - 4843: <-0.339005, -0.381976, -0.859750> - 4844: <-0.381976, -0.339005, -0.859750> - 4845: <-0.383986, -0.298259, -0.873840> - 4846: <-0.341811, -0.299085, -0.890906> - 4847: <-0.340503, -0.340503, -0.876422> - 4848: <-0.383986, -0.298259, -0.873840> - 4849: <-0.385664, -0.257364, -0.886018> - 4850: <-0.342852, -0.257643, -0.903367> - 4851: <-0.341811, -0.299085, -0.890906> - 4852: <-0.385664, -0.257364, -0.886018> - 4853: <-0.386985, -0.216199, -0.896382> - 4854: <-0.343582, -0.215982, -0.913949> - 4855: <-0.342852, -0.257643, -0.903367> - 4856: <-0.386985, -0.216199, -0.896382> - 4857: <-0.387965, -0.174541, -0.904997> - 4858: <-0.344072, -0.173989, -0.922682> - 4859: <-0.343582, -0.215982, -0.913949> - 4860: <-0.387965, -0.174541, -0.904997> - 4861: <-0.388632, -0.132240, -0.911854> - 4862: <-0.344322, -0.131509, -0.929596> - 4863: <-0.344072, -0.173989, -0.922682> - 4864: <-0.388632, -0.132240, -0.911854> - 4865: <-0.388998, -0.089116, -0.916918> - 4866: <-0.344408, -0.088414, -0.934648> - 4867: <-0.344322, -0.131509, -0.929596> - 4868: <-0.388998, -0.089116, -0.916918> - 4869: <-0.389180, -0.045016, -0.920061> - 4870: <-0.344409, -0.044558, -0.937762> - 4871: <-0.344408, -0.088414, -0.934648> - 4872: <-0.389180, -0.045016, -0.920061> - 4873: <-0.389244, 0.000000, -0.921135> - 4874: <-0.344405, 0.000000, -0.938821> - 4875: <-0.344409, -0.044558, -0.937762> - 4876: <-0.389244, 0.000000, -0.921135> - 4877: <-0.389180, 0.045016, -0.920061> - 4878: <-0.344409, 0.044558, -0.937762> - 4879: <-0.344405, 0.000000, -0.938821> - 4880: <-0.389180, 0.045016, -0.920061> - 4881: <-0.388998, 0.089116, -0.916918> - 4882: <-0.344408, 0.088414, -0.934648> - 4883: <-0.344409, 0.044558, -0.937762> - 4884: <-0.388998, 0.089116, -0.916918> - 4885: <-0.388632, 0.132240, -0.911854> - 4886: <-0.344322, 0.131509, -0.929596> - 4887: <-0.344408, 0.088414, -0.934648> - 4888: <-0.388632, 0.132240, -0.911854> - 4889: <-0.387965, 0.174541, -0.904997> - 4890: <-0.344072, 0.173989, -0.922682> - 4891: <-0.344322, 0.131509, -0.929596> - 4892: <-0.387965, 0.174541, -0.904997> - 4893: <-0.386985, 0.216199, -0.896382> - 4894: <-0.343582, 0.215982, -0.913949> - 4895: <-0.344072, 0.173989, -0.922682> - 4896: <-0.386985, 0.216199, -0.896382> - 4897: <-0.385664, 0.257364, -0.886018> - 4898: <-0.342852, 0.257643, -0.903367> - 4899: <-0.343582, 0.215982, -0.913949> - 4900: <-0.385664, 0.257364, -0.886018> - 4901: <-0.383986, 0.298259, -0.873840> - 4902: <-0.341811, 0.299085, -0.890906> - 4903: <-0.342852, 0.257643, -0.903367> - 4904: <-0.383986, 0.298259, -0.873840> - 4905: <-0.381976, 0.339005, -0.859750> - 4906: <-0.340503, 0.340503, -0.876422> - 4907: <-0.341811, 0.299085, -0.890906> - 4908: <-0.381976, 0.339005, -0.859750> - 4909: <-0.379751, 0.379751, -0.843551> - 4910: <-0.339005, 0.381976, -0.859750> - 4911: <-0.340503, 0.340503, -0.876422> - 4912: <-0.379751, 0.379751, -0.843551> - 4913: <-0.377345, 0.420500, -0.825100> - 4914: <-0.337391, 0.423577, -0.840684> - 4915: <-0.339005, 0.381976, -0.859750> - 4916: <-0.377345, 0.420500, -0.825100> - 4917: <-0.374961, 0.461239, -0.804154> - 4918: <-0.335801, 0.465202, -0.819039> - 4919: <-0.337391, 0.423577, -0.840684> - 4920: <-0.374961, 0.461239, -0.804154> - 4921: <-0.372705, 0.501802, -0.780568> - 4922: <-0.334337, 0.506740, -0.794627> - 4923: <-0.335801, 0.465202, -0.819039> - 4924: <-0.372705, 0.501802, -0.780568> - 4925: <-0.370721, 0.542028, -0.754169> - 4926: <-0.333090, 0.548009, -0.767292> - 4927: <-0.334337, 0.506740, -0.794627> - 4928: <-0.370721, 0.542028, -0.754169> - 4929: <-0.369188, 0.581661, -0.724825> - 4930: <-0.332170, 0.588744, -0.736915> - 4931: <-0.333090, 0.548009, -0.767292> - 4932: <-0.369188, 0.581661, -0.724825> - 4933: <-0.368246, 0.620305, -0.692544> - 4934: <-0.331652, 0.628603, -0.703467> - 4935: <-0.332170, 0.588744, -0.736915> - 4936: <-0.331652, -0.628603, -0.703467> - 4937: <-0.332170, -0.588744, -0.736915> - 4938: <-0.294207, -0.595158, -0.747816> - 4939: <-0.293904, -0.636150, -0.713396> - 4940: <-0.332170, -0.588744, -0.736915> - 4941: <-0.333090, -0.548009, -0.767292> - 4942: <-0.294729, -0.553415, -0.779017> - 4943: <-0.294207, -0.595158, -0.747816> - 4944: <-0.333090, -0.548009, -0.767292> - 4945: <-0.334310, -0.506745, -0.794636> - 4946: <-0.295457, -0.511198, -0.807082> - 4947: <-0.294729, -0.553415, -0.779017> - 4948: <-0.334310, -0.506745, -0.794636> - 4949: <-0.335801, -0.465202, -0.819039> - 4950: <-0.296339, -0.468770, -0.832128> - 4951: <-0.295457, -0.511198, -0.807082> - 4952: <-0.335801, -0.465202, -0.819039> - 4953: <-0.337391, -0.423577, -0.840684> - 4954: <-0.297287, -0.426323, -0.854324> - 4955: <-0.296339, -0.468770, -0.832128> - 4956: <-0.337391, -0.423577, -0.840684> - 4957: <-0.339005, -0.381976, -0.859750> - 4958: <-0.298234, -0.383963, -0.873859> - 4959: <-0.297287, -0.426323, -0.854324> - 4960: <-0.339005, -0.381976, -0.859750> - 4961: <-0.340503, -0.340503, -0.876422> - 4962: <-0.299085, -0.341811, -0.890906> - 4963: <-0.298234, -0.383963, -0.873859> - 4964: <-0.340503, -0.340503, -0.876422> - 4965: <-0.341811, -0.299085, -0.890906> - 4966: <-0.299762, -0.299762, -0.905696> - 4967: <-0.299085, -0.341811, -0.890906> - 4968: <-0.341811, -0.299085, -0.890906> - 4969: <-0.342852, -0.257643, -0.903367> - 4970: <-0.300219, -0.257736, -0.918390> - 4971: <-0.299762, -0.299762, -0.905696> - 4972: <-0.342852, -0.257643, -0.903367> - 4973: <-0.343582, -0.215982, -0.913949> - 4974: <-0.300461, -0.215649, -0.929096> - 4975: <-0.300219, -0.257736, -0.918390> - 4976: <-0.343582, -0.215982, -0.913949> - 4977: <-0.344072, -0.173989, -0.922682> - 4978: <-0.300496, -0.173351, -0.937897> - 4979: <-0.300461, -0.215649, -0.929096> - 4980: <-0.344072, -0.173989, -0.922682> - 4981: <-0.344322, -0.131509, -0.929596> - 4982: <-0.300427, -0.130743, -0.944802> - 4983: <-0.300496, -0.173351, -0.937897> - 4984: <-0.344322, -0.131509, -0.929596> - 4985: <-0.344408, -0.088414, -0.934648> - 4986: <-0.300248, -0.087712, -0.949820> - 4987: <-0.300427, -0.130743, -0.944802> - 4988: <-0.344408, -0.088414, -0.934648> - 4989: <-0.344409, -0.044558, -0.937762> - 4990: <-0.300092, -0.044130, -0.952889> - 4991: <-0.300248, -0.087712, -0.949820> - 4992: <-0.344409, -0.044558, -0.937762> - 4993: <-0.344405, 0.000000, -0.938821> - 4994: <-0.300059, 0.000000, -0.953921> - 4995: <-0.300092, -0.044130, -0.952889> - 4996: <-0.344405, 0.000000, -0.938821> - 4997: <-0.344409, 0.044558, -0.937762> - 4998: <-0.300092, 0.044130, -0.952889> - 4999: <-0.300059, 0.000000, -0.953921> - 5000: <-0.344409, 0.044558, -0.937762> - 5001: <-0.344408, 0.088414, -0.934648> - 5002: <-0.300248, 0.087712, -0.949820> - 5003: <-0.300092, 0.044130, -0.952889> - 5004: <-0.344408, 0.088414, -0.934648> - 5005: <-0.344322, 0.131509, -0.929596> - 5006: <-0.300427, 0.130743, -0.944802> - 5007: <-0.300248, 0.087712, -0.949820> - 5008: <-0.344322, 0.131509, -0.929596> - 5009: <-0.344072, 0.173989, -0.922682> - 5010: <-0.300496, 0.173351, -0.937897> - 5011: <-0.300427, 0.130743, -0.944802> - 5012: <-0.344072, 0.173989, -0.922682> - 5013: <-0.343582, 0.215982, -0.913949> - 5014: <-0.300461, 0.215649, -0.929096> - 5015: <-0.300496, 0.173351, -0.937897> - 5016: <-0.343582, 0.215982, -0.913949> - 5017: <-0.342852, 0.257643, -0.903367> - 5018: <-0.300219, 0.257736, -0.918390> - 5019: <-0.300461, 0.215649, -0.929096> - 5020: <-0.342852, 0.257643, -0.903367> - 5021: <-0.341811, 0.299085, -0.890906> - 5022: <-0.299762, 0.299762, -0.905696> - 5023: <-0.300219, 0.257736, -0.918390> - 5024: <-0.341811, 0.299085, -0.890906> - 5025: <-0.340503, 0.340503, -0.876422> - 5026: <-0.299085, 0.341811, -0.890906> - 5027: <-0.299762, 0.299762, -0.905696> - 5028: <-0.340503, 0.340503, -0.876422> - 5029: <-0.339005, 0.381976, -0.859750> - 5030: <-0.298259, 0.383986, -0.873840> - 5031: <-0.299085, 0.341811, -0.890906> - 5032: <-0.339005, 0.381976, -0.859750> - 5033: <-0.337391, 0.423577, -0.840684> - 5034: <-0.297287, 0.426323, -0.854324> - 5035: <-0.298259, 0.383986, -0.873840> - 5036: <-0.337391, 0.423577, -0.840684> - 5037: <-0.335801, 0.465202, -0.819039> - 5038: <-0.296339, 0.468770, -0.832128> - 5039: <-0.297287, 0.426323, -0.854324> - 5040: <-0.335801, 0.465202, -0.819039> - 5041: <-0.334337, 0.506740, -0.794627> - 5042: <-0.295457, 0.511198, -0.807082> - 5043: <-0.296339, 0.468770, -0.832128> - 5044: <-0.334337, 0.506740, -0.794627> - 5045: <-0.333090, 0.548009, -0.767292> - 5046: <-0.294729, 0.553415, -0.779017> - 5047: <-0.295457, 0.511198, -0.807082> - 5048: <-0.333090, 0.548009, -0.767292> - 5049: <-0.332170, 0.588744, -0.736915> - 5050: <-0.294207, 0.595158, -0.747816> - 5051: <-0.294729, 0.553415, -0.779017> - 5052: <-0.332170, 0.588744, -0.736915> - 5053: <-0.331652, 0.628603, -0.703467> - 5054: <-0.293904, 0.636150, -0.713396> - 5055: <-0.294207, 0.595158, -0.747816> - 5056: <-0.293904, -0.636150, -0.713396> - 5057: <-0.294207, -0.595158, -0.747816> - 5058: <-0.255750, -0.600829, -0.757361> - 5059: <-0.255632, -0.642833, -0.722093> - 5060: <-0.294207, -0.595158, -0.747816> - 5061: <-0.294729, -0.553415, -0.779017> - 5062: <-0.255937, -0.558172, -0.789266> - 5063: <-0.255750, -0.600829, -0.757361> - 5064: <-0.294729, -0.553415, -0.779017> - 5065: <-0.295457, -0.511198, -0.807082> - 5066: <-0.256243, -0.515110, -0.817925> - 5067: <-0.255937, -0.558172, -0.789266> - 5068: <-0.295457, -0.511198, -0.807082> - 5069: <-0.296339, -0.468770, -0.832128> - 5070: <-0.256606, -0.471888, -0.843490> - 5071: <-0.256243, -0.515110, -0.817925> - 5072: <-0.296339, -0.468770, -0.832128> - 5073: <-0.297287, -0.426323, -0.854324> - 5074: <-0.256999, -0.428698, -0.866124> - 5075: <-0.256606, -0.471888, -0.843490> - 5076: <-0.297287, -0.426323, -0.854324> - 5077: <-0.298234, -0.383963, -0.873859> - 5078: <-0.257364, -0.385664, -0.886018> - 5079: <-0.256999, -0.428698, -0.866124> - 5080: <-0.298234, -0.383963, -0.873859> - 5081: <-0.299085, -0.341811, -0.890906> - 5082: <-0.257643, -0.342852, -0.903367> - 5083: <-0.257364, -0.385664, -0.886018> - 5084: <-0.299085, -0.341811, -0.890906> - 5085: <-0.299762, -0.299762, -0.905696> - 5086: <-0.257736, -0.300219, -0.918390> - 5087: <-0.257643, -0.342852, -0.903367> - 5088: <-0.299762, -0.299762, -0.905696> - 5089: <-0.300219, -0.257736, -0.918390> - 5090: <-0.257702, -0.257702, -0.931225> - 5091: <-0.257736, -0.300219, -0.918390> - 5092: <-0.300219, -0.257736, -0.918390> - 5093: <-0.300461, -0.215649, -0.929096> - 5094: <-0.257519, -0.215220, -0.942000> - 5095: <-0.257702, -0.257702, -0.931225> - 5096: <-0.300461, -0.215649, -0.929096> - 5097: <-0.300496, -0.173351, -0.937897> - 5098: <-0.257217, -0.172679, -0.950800> - 5099: <-0.257519, -0.215220, -0.942000> - 5100: <-0.300496, -0.173351, -0.937897> - 5101: <-0.300427, -0.130743, -0.944802> - 5102: <-0.256880, -0.129981, -0.957663> - 5103: <-0.257217, -0.172679, -0.950800> - 5104: <-0.300427, -0.130743, -0.944802> - 5105: <-0.300248, -0.087712, -0.949820> - 5106: <-0.256544, -0.087041, -0.962605> - 5107: <-0.256880, -0.129981, -0.957663> - 5108: <-0.300248, -0.087712, -0.949820> - 5109: <-0.300092, -0.044130, -0.952889> - 5110: <-0.256267, -0.043703, -0.965618> - 5111: <-0.256544, -0.087041, -0.962605> - 5112: <-0.300092, -0.044130, -0.952889> - 5113: <-0.300059, 0.000000, -0.953921> - 5114: <-0.256177, 0.000000, -0.966630> - 5115: <-0.256267, -0.043703, -0.965618> - 5116: <-0.300059, 0.000000, -0.953921> - 5117: <-0.300092, 0.044130, -0.952889> - 5118: <-0.256267, 0.043703, -0.965618> - 5119: <-0.256177, 0.000000, -0.966630> - 5120: <-0.300092, 0.044130, -0.952889> - 5121: <-0.300248, 0.087712, -0.949820> - 5122: <-0.256544, 0.087041, -0.962605> - 5123: <-0.256267, 0.043703, -0.965618> - 5124: <-0.300248, 0.087712, -0.949820> - 5125: <-0.300427, 0.130743, -0.944802> - 5126: <-0.256880, 0.129981, -0.957663> - 5127: <-0.256544, 0.087041, -0.962605> - 5128: <-0.300427, 0.130743, -0.944802> - 5129: <-0.300496, 0.173351, -0.937897> - 5130: <-0.257217, 0.172679, -0.950800> - 5131: <-0.256880, 0.129981, -0.957663> - 5132: <-0.300496, 0.173351, -0.937897> - 5133: <-0.300461, 0.215649, -0.929096> - 5134: <-0.257519, 0.215220, -0.942000> - 5135: <-0.257217, 0.172679, -0.950800> - 5136: <-0.300461, 0.215649, -0.929096> - 5137: <-0.300219, 0.257736, -0.918390> - 5138: <-0.257702, 0.257702, -0.931225> - 5139: <-0.257519, 0.215220, -0.942000> - 5140: <-0.300219, 0.257736, -0.918390> - 5141: <-0.299762, 0.299762, -0.905696> - 5142: <-0.257736, 0.300219, -0.918390> - 5143: <-0.257702, 0.257702, -0.931225> - 5144: <-0.299762, 0.299762, -0.905696> - 5145: <-0.299085, 0.341811, -0.890906> - 5146: <-0.257643, 0.342852, -0.903367> - 5147: <-0.257736, 0.300219, -0.918390> - 5148: <-0.299085, 0.341811, -0.890906> - 5149: <-0.298259, 0.383986, -0.873840> - 5150: <-0.257364, 0.385664, -0.886018> - 5151: <-0.257643, 0.342852, -0.903367> - 5152: <-0.298259, 0.383986, -0.873840> - 5153: <-0.297287, 0.426323, -0.854324> - 5154: <-0.256999, 0.428698, -0.866124> - 5155: <-0.257364, 0.385664, -0.886018> - 5156: <-0.297287, 0.426323, -0.854324> - 5157: <-0.296339, 0.468770, -0.832128> - 5158: <-0.256606, 0.471888, -0.843490> - 5159: <-0.256999, 0.428698, -0.866124> - 5160: <-0.296339, 0.468770, -0.832128> - 5161: <-0.295457, 0.511198, -0.807082> - 5162: <-0.256243, 0.515110, -0.817925> - 5163: <-0.256606, 0.471888, -0.843490> - 5164: <-0.295457, 0.511198, -0.807082> - 5165: <-0.294729, 0.553415, -0.779017> - 5166: <-0.255937, 0.558172, -0.789266> - 5167: <-0.256243, 0.515110, -0.817925> - 5168: <-0.294729, 0.553415, -0.779017> - 5169: <-0.294207, 0.595158, -0.747816> - 5170: <-0.255750, 0.600829, -0.757361> - 5171: <-0.255937, 0.558172, -0.789266> - 5172: <-0.294207, 0.595158, -0.747816> - 5173: <-0.293904, 0.636150, -0.713396> - 5174: <-0.255632, 0.642833, -0.722093> - 5175: <-0.255750, 0.600829, -0.757361> - 5176: <-0.255632, -0.642833, -0.722093> - 5177: <-0.255750, -0.600829, -0.757361> - 5178: <-0.216596, -0.605748, -0.765608> - 5179: <-0.216660, -0.648606, -0.729636> - 5180: <-0.255750, -0.600829, -0.757361> - 5181: <-0.255937, -0.558172, -0.789266> - 5182: <-0.216534, -0.562257, -0.798110> - 5183: <-0.216596, -0.605748, -0.765608> - 5184: <-0.255937, -0.558172, -0.789266> - 5185: <-0.256243, -0.515110, -0.817925> - 5186: <-0.216475, -0.518435, -0.827263> - 5187: <-0.216534, -0.562257, -0.798110> - 5188: <-0.256243, -0.515110, -0.817925> - 5189: <-0.256606, -0.471888, -0.843490> - 5190: <-0.216413, -0.474515, -0.853230> - 5191: <-0.216475, -0.518435, -0.827263> - 5192: <-0.256606, -0.471888, -0.843490> - 5193: <-0.256999, -0.428698, -0.866124> - 5194: <-0.216320, -0.430657, -0.876208> - 5195: <-0.216413, -0.474515, -0.853230> - 5196: <-0.256999, -0.428698, -0.866124> - 5197: <-0.257364, -0.385664, -0.886018> - 5198: <-0.216199, -0.386985, -0.896382> - 5199: <-0.216320, -0.430657, -0.876208> - 5200: <-0.257364, -0.385664, -0.886018> - 5201: <-0.257643, -0.342852, -0.903367> - 5202: <-0.215982, -0.343582, -0.913949> - 5203: <-0.216199, -0.386985, -0.896382> - 5204: <-0.257643, -0.342852, -0.903367> - 5205: <-0.257736, -0.300219, -0.918390> - 5206: <-0.215649, -0.300461, -0.929096> - 5207: <-0.215982, -0.343582, -0.913949> - 5208: <-0.257736, -0.300219, -0.918390> - 5209: <-0.257702, -0.257702, -0.931225> - 5210: <-0.215220, -0.257519, -0.942000> - 5211: <-0.215649, -0.300461, -0.929096> - 5212: <-0.257702, -0.257702, -0.931225> - 5213: <-0.257519, -0.215220, -0.942000> - 5214: <-0.214732, -0.214732, -0.952775> - 5215: <-0.215220, -0.257519, -0.942000> - 5216: <-0.257519, -0.215220, -0.942000> - 5217: <-0.257217, -0.172679, -0.950800> - 5218: <-0.214182, -0.172005, -0.961530> - 5219: <-0.214732, -0.214732, -0.952775> - 5220: <-0.257217, -0.172679, -0.950800> - 5221: <-0.256880, -0.129981, -0.957663> - 5222: <-0.213666, -0.129250, -0.968319> - 5223: <-0.214182, -0.172005, -0.961530> - 5224: <-0.256880, -0.129981, -0.957663> - 5225: <-0.256544, -0.087041, -0.962605> - 5226: <-0.213204, -0.086398, -0.973180> - 5227: <-0.213666, -0.129250, -0.968319> - 5228: <-0.256544, -0.087041, -0.962605> - 5229: <-0.256267, -0.043703, -0.965618> - 5230: <-0.212870, -0.043306, -0.976120> - 5231: <-0.213204, -0.086398, -0.973180> - 5232: <-0.256267, -0.043703, -0.965618> - 5233: <-0.256177, 0.000000, -0.966630> - 5234: <-0.212750, 0.000000, -0.977107> - 5235: <-0.212870, -0.043306, -0.976120> - 5236: <-0.256177, 0.000000, -0.966630> - 5237: <-0.256267, 0.043703, -0.965618> - 5238: <-0.212870, 0.043306, -0.976120> - 5239: <-0.212750, 0.000000, -0.977107> - 5240: <-0.256267, 0.043703, -0.965618> - 5241: <-0.256544, 0.087041, -0.962605> - 5242: <-0.213204, 0.086398, -0.973180> - 5243: <-0.212870, 0.043306, -0.976120> - 5244: <-0.256544, 0.087041, -0.962605> - 5245: <-0.256880, 0.129981, -0.957663> - 5246: <-0.213666, 0.129250, -0.968319> - 5247: <-0.213204, 0.086398, -0.973180> - 5248: <-0.256880, 0.129981, -0.957663> - 5249: <-0.257217, 0.172679, -0.950800> - 5250: <-0.214182, 0.172005, -0.961530> - 5251: <-0.213666, 0.129250, -0.968319> - 5252: <-0.257217, 0.172679, -0.950800> - 5253: <-0.257519, 0.215220, -0.942000> - 5254: <-0.214732, 0.214732, -0.952775> - 5255: <-0.214182, 0.172005, -0.961530> - 5256: <-0.257519, 0.215220, -0.942000> - 5257: <-0.257702, 0.257702, -0.931225> - 5258: <-0.215220, 0.257519, -0.942000> - 5259: <-0.214732, 0.214732, -0.952775> - 5260: <-0.257702, 0.257702, -0.931225> - 5261: <-0.257736, 0.300219, -0.918390> - 5262: <-0.215649, 0.300461, -0.929096> - 5263: <-0.215220, 0.257519, -0.942000> - 5264: <-0.257736, 0.300219, -0.918390> - 5265: <-0.257643, 0.342852, -0.903367> - 5266: <-0.215982, 0.343582, -0.913949> - 5267: <-0.215649, 0.300461, -0.929096> - 5268: <-0.257643, 0.342852, -0.903367> - 5269: <-0.257364, 0.385664, -0.886018> - 5270: <-0.216199, 0.386985, -0.896382> - 5271: <-0.215982, 0.343582, -0.913949> - 5272: <-0.257364, 0.385664, -0.886018> - 5273: <-0.256999, 0.428698, -0.866124> - 5274: <-0.216320, 0.430657, -0.876208> - 5275: <-0.216199, 0.386985, -0.896382> - 5276: <-0.256999, 0.428698, -0.866124> - 5277: <-0.256606, 0.471888, -0.843490> - 5278: <-0.216413, 0.474515, -0.853230> - 5279: <-0.216320, 0.430657, -0.876208> - 5280: <-0.256606, 0.471888, -0.843490> - 5281: <-0.256243, 0.515110, -0.817925> - 5282: <-0.216475, 0.518435, -0.827263> - 5283: <-0.216413, 0.474515, -0.853230> - 5284: <-0.256243, 0.515110, -0.817925> - 5285: <-0.255937, 0.558172, -0.789266> - 5286: <-0.216534, 0.562257, -0.798110> - 5287: <-0.216475, 0.518435, -0.827263> - 5288: <-0.255937, 0.558172, -0.789266> - 5289: <-0.255750, 0.600829, -0.757361> - 5290: <-0.216596, 0.605748, -0.765608> - 5291: <-0.216534, 0.562257, -0.798110> - 5292: <-0.255750, 0.600829, -0.757361> - 5293: <-0.255632, 0.642833, -0.722093> - 5294: <-0.216660, 0.648606, -0.729636> - 5295: <-0.216596, 0.605748, -0.765608> - 5296: <-0.216660, -0.648606, -0.729636> - 5297: <-0.216596, -0.605748, -0.765608> - 5298: <-0.176461, -0.609892, -0.772589> - 5299: <-0.176644, -0.653502, -0.736025> - 5300: <-0.216596, -0.605748, -0.765608> - 5301: <-0.216534, -0.562257, -0.798110> - 5302: <-0.176188, -0.565675, -0.805587> - 5303: <-0.176461, -0.609892, -0.772589> - 5304: <-0.216534, -0.562257, -0.798110> - 5305: <-0.216475, -0.518435, -0.827263> - 5306: <-0.175853, -0.521180, -0.835133> - 5307: <-0.176188, -0.565675, -0.805587> - 5308: <-0.216475, -0.518435, -0.827263> - 5309: <-0.216413, -0.474515, -0.853230> - 5310: <-0.175453, -0.476614, -0.861426> - 5311: <-0.175853, -0.521180, -0.835133> - 5312: <-0.216413, -0.474515, -0.853230> - 5313: <-0.216320, -0.430657, -0.876208> - 5314: <-0.175026, -0.432149, -0.884654> - 5315: <-0.175453, -0.476614, -0.861426> - 5316: <-0.216320, -0.430657, -0.876208> - 5317: <-0.216199, -0.386985, -0.896382> - 5318: <-0.174541, -0.387965, -0.904997> - 5319: <-0.175026, -0.432149, -0.884654> - 5320: <-0.216199, -0.386985, -0.896382> - 5321: <-0.215982, -0.343582, -0.913949> - 5322: <-0.173989, -0.344072, -0.922682> - 5323: <-0.174541, -0.387965, -0.904997> - 5324: <-0.215982, -0.343582, -0.913949> - 5325: <-0.215649, -0.300461, -0.929096> - 5326: <-0.173351, -0.300496, -0.937897> - 5327: <-0.173989, -0.344072, -0.922682> - 5328: <-0.215649, -0.300461, -0.929096> - 5329: <-0.215220, -0.257519, -0.942000> - 5330: <-0.172679, -0.257217, -0.950800> - 5331: <-0.173351, -0.300496, -0.937897> - 5332: <-0.215220, -0.257519, -0.942000> - 5333: <-0.214732, -0.214732, -0.952775> - 5334: <-0.172005, -0.214182, -0.961530> - 5335: <-0.172679, -0.257217, -0.950800> - 5336: <-0.214732, -0.214732, -0.952775> - 5337: <-0.214182, -0.172005, -0.961530> - 5338: <-0.171305, -0.171305, -0.970211> - 5339: <-0.172005, -0.214182, -0.961530> - 5340: <-0.214182, -0.172005, -0.961530> - 5341: <-0.213666, -0.129250, -0.968319> - 5342: <-0.170691, -0.128545, -0.976904> - 5343: <-0.171305, -0.171305, -0.970211> - 5344: <-0.213666, -0.129250, -0.968319> - 5345: <-0.213204, -0.086398, -0.973180> - 5346: <-0.170203, -0.085788, -0.981668> - 5347: <-0.170691, -0.128545, -0.976904> - 5348: <-0.213204, -0.086398, -0.973180> - 5349: <-0.212870, -0.043306, -0.976120> - 5350: <-0.169837, -0.042970, -0.984535> - 5351: <-0.170203, -0.085788, -0.981668> - 5352: <-0.212870, -0.043306, -0.976120> - 5353: <-0.212750, 0.000000, -0.977107> - 5354: <-0.169746, 0.000000, -0.985488> - 5355: <-0.169837, -0.042970, -0.984535> - 5356: <-0.212750, 0.000000, -0.977107> - 5357: <-0.212870, 0.043306, -0.976120> - 5358: <-0.169866, 0.042970, -0.984530> - 5359: <-0.169746, 0.000000, -0.985488> - 5360: <-0.212870, 0.043306, -0.976120> - 5361: <-0.213204, 0.086398, -0.973180> - 5362: <-0.170203, 0.085788, -0.981668> - 5363: <-0.169866, 0.042970, -0.984530> - 5364: <-0.213204, 0.086398, -0.973180> - 5365: <-0.213666, 0.129250, -0.968319> - 5366: <-0.170691, 0.128545, -0.976904> - 5367: <-0.170203, 0.085788, -0.981668> - 5368: <-0.213666, 0.129250, -0.968319> - 5369: <-0.214182, 0.172005, -0.961530> - 5370: <-0.171305, 0.171305, -0.970211> - 5371: <-0.170691, 0.128545, -0.976904> - 5372: <-0.214182, 0.172005, -0.961530> - 5373: <-0.214732, 0.214732, -0.952775> - 5374: <-0.172005, 0.214182, -0.961530> - 5375: <-0.171305, 0.171305, -0.970211> - 5376: <-0.214732, 0.214732, -0.952775> - 5377: <-0.215220, 0.257519, -0.942000> - 5378: <-0.172679, 0.257217, -0.950800> - 5379: <-0.172005, 0.214182, -0.961530> - 5380: <-0.215220, 0.257519, -0.942000> - 5381: <-0.215649, 0.300461, -0.929096> - 5382: <-0.173351, 0.300496, -0.937897> - 5383: <-0.172679, 0.257217, -0.950800> - 5384: <-0.215649, 0.300461, -0.929096> - 5385: <-0.215982, 0.343582, -0.913949> - 5386: <-0.173989, 0.344072, -0.922682> - 5387: <-0.173351, 0.300496, -0.937897> - 5388: <-0.215982, 0.343582, -0.913949> - 5389: <-0.216199, 0.386985, -0.896382> - 5390: <-0.174541, 0.387965, -0.904997> - 5391: <-0.173989, 0.344072, -0.922682> - 5392: <-0.216199, 0.386985, -0.896382> - 5393: <-0.216320, 0.430657, -0.876208> - 5394: <-0.175026, 0.432149, -0.884654> - 5395: <-0.174541, 0.387965, -0.904997> - 5396: <-0.216320, 0.430657, -0.876208> - 5397: <-0.216413, 0.474515, -0.853230> - 5398: <-0.175453, 0.476614, -0.861426> - 5399: <-0.175026, 0.432149, -0.884654> - 5400: <-0.216413, 0.474515, -0.853230> - 5401: <-0.216475, 0.518435, -0.827263> - 5402: <-0.175853, 0.521180, -0.835133> - 5403: <-0.175453, 0.476614, -0.861426> - 5404: <-0.216475, 0.518435, -0.827263> - 5405: <-0.216534, 0.562257, -0.798110> - 5406: <-0.176188, 0.565675, -0.805587> - 5407: <-0.175853, 0.521180, -0.835133> - 5408: <-0.216534, 0.562257, -0.798110> - 5409: <-0.216596, 0.605748, -0.765608> - 5410: <-0.176461, 0.609892, -0.772589> - 5411: <-0.176188, 0.565675, -0.805587> - 5412: <-0.216596, 0.605748, -0.765608> - 5413: <-0.216660, 0.648606, -0.729636> - 5414: <-0.176644, 0.653502, -0.736025> - 5415: <-0.176461, 0.609892, -0.772589> - 5416: <-0.176644, -0.653502, -0.736025> - 5417: <-0.176461, -0.609892, -0.772589> - 5418: <-0.135015, -0.613215, -0.778292> - 5419: <-0.135260, -0.657468, -0.741243> - 5420: <-0.176461, -0.609892, -0.772589> - 5421: <-0.176188, -0.565675, -0.805587> - 5422: <-0.134618, -0.568382, -0.811677> - 5423: <-0.135015, -0.613215, -0.778292> - 5424: <-0.176188, -0.565675, -0.805587> - 5425: <-0.175853, -0.521180, -0.835133> - 5426: <-0.134100, -0.523307, -0.841527> - 5427: <-0.134618, -0.568382, -0.811677> - 5428: <-0.175853, -0.521180, -0.835133> - 5429: <-0.175453, -0.476614, -0.861426> - 5430: <-0.133553, -0.478208, -0.868033> - 5431: <-0.134100, -0.523307, -0.841527> - 5432: <-0.175453, -0.476614, -0.861426> - 5433: <-0.175026, -0.432149, -0.884654> - 5434: <-0.132911, -0.433281, -0.891405> - 5435: <-0.133553, -0.478208, -0.868033> - 5436: <-0.175026, -0.432149, -0.884654> - 5437: <-0.174541, -0.387965, -0.904997> - 5438: <-0.132240, -0.388632, -0.911854> - 5439: <-0.132911, -0.433281, -0.891405> - 5440: <-0.174541, -0.387965, -0.904997> - 5441: <-0.173989, -0.344072, -0.922682> - 5442: <-0.131509, -0.344322, -0.929596> - 5443: <-0.132240, -0.388632, -0.911854> - 5444: <-0.173989, -0.344072, -0.922682> - 5445: <-0.173351, -0.300496, -0.937897> - 5446: <-0.130743, -0.300427, -0.944802> - 5447: <-0.131509, -0.344322, -0.929596> - 5448: <-0.173351, -0.300496, -0.937897> - 5449: <-0.172679, -0.257217, -0.950800> - 5450: <-0.129981, -0.256880, -0.957663> - 5451: <-0.130743, -0.300427, -0.944802> - 5452: <-0.172679, -0.257217, -0.950800> - 5453: <-0.172005, -0.214182, -0.961530> - 5454: <-0.129250, -0.213666, -0.968319> - 5455: <-0.129981, -0.256880, -0.957663> - 5456: <-0.172005, -0.214182, -0.961530> - 5457: <-0.171305, -0.171305, -0.970211> - 5458: <-0.128545, -0.170691, -0.976904> - 5459: <-0.129250, -0.213666, -0.968319> - 5460: <-0.171305, -0.171305, -0.970211> - 5461: <-0.170691, -0.128545, -0.976904> - 5462: <-0.127935, -0.127935, -0.983497> - 5463: <-0.128545, -0.170691, -0.976904> - 5464: <-0.170691, -0.128545, -0.976904> - 5465: <-0.170203, -0.085788, -0.981668> - 5466: <-0.127447, -0.085300, -0.988171> - 5467: <-0.127935, -0.127935, -0.983497> - 5468: <-0.170203, -0.085788, -0.981668> - 5469: <-0.169837, -0.042970, -0.984535> - 5470: <-0.127144, -0.042666, -0.990966> - 5471: <-0.127447, -0.085300, -0.988171> - 5472: <-0.169837, -0.042970, -0.984535> - 5473: <-0.169746, 0.000000, -0.985488> - 5474: <-0.127020, 0.000000, -0.991900> - 5475: <-0.127144, -0.042666, -0.990966> - 5476: <-0.169746, 0.000000, -0.985488> - 5477: <-0.169866, 0.042970, -0.984530> - 5478: <-0.127144, 0.042666, -0.990966> - 5479: <-0.127020, 0.000000, -0.991900> - 5480: <-0.169866, 0.042970, -0.984530> - 5481: <-0.170203, 0.085788, -0.981668> - 5482: <-0.127447, 0.085300, -0.988171> - 5483: <-0.127144, 0.042666, -0.990966> - 5484: <-0.170203, 0.085788, -0.981668> - 5485: <-0.170691, 0.128545, -0.976904> - 5486: <-0.127935, 0.127935, -0.983497> - 5487: <-0.127447, 0.085300, -0.988171> - 5488: <-0.170691, 0.128545, -0.976904> - 5489: <-0.171305, 0.171305, -0.970211> - 5490: <-0.128545, 0.170691, -0.976904> - 5491: <-0.127935, 0.127935, -0.983497> - 5492: <-0.171305, 0.171305, -0.970211> - 5493: <-0.172005, 0.214182, -0.961530> - 5494: <-0.129250, 0.213666, -0.968319> - 5495: <-0.128545, 0.170691, -0.976904> - 5496: <-0.172005, 0.214182, -0.961530> - 5497: <-0.172679, 0.257217, -0.950800> - 5498: <-0.129981, 0.256880, -0.957663> - 5499: <-0.129250, 0.213666, -0.968319> - 5500: <-0.172679, 0.257217, -0.950800> - 5501: <-0.173351, 0.300496, -0.937897> - 5502: <-0.130743, 0.300427, -0.944802> - 5503: <-0.129981, 0.256880, -0.957663> - 5504: <-0.173351, 0.300496, -0.937897> - 5505: <-0.173989, 0.344072, -0.922682> - 5506: <-0.131509, 0.344322, -0.929596> - 5507: <-0.130743, 0.300427, -0.944802> - 5508: <-0.173989, 0.344072, -0.922682> - 5509: <-0.174541, 0.387965, -0.904997> - 5510: <-0.132240, 0.388632, -0.911854> - 5511: <-0.131509, 0.344322, -0.929596> - 5512: <-0.174541, 0.387965, -0.904997> - 5513: <-0.175026, 0.432149, -0.884654> - 5514: <-0.132911, 0.433281, -0.891405> - 5515: <-0.132240, 0.388632, -0.911854> - 5516: <-0.175026, 0.432149, -0.884654> - 5517: <-0.175453, 0.476614, -0.861426> - 5518: <-0.133553, 0.478208, -0.868033> - 5519: <-0.132911, 0.433281, -0.891405> - 5520: <-0.175453, 0.476614, -0.861426> - 5521: <-0.175853, 0.521180, -0.835133> - 5522: <-0.134100, 0.523307, -0.841527> - 5523: <-0.133553, 0.478208, -0.868033> - 5524: <-0.175853, 0.521180, -0.835133> - 5525: <-0.176188, 0.565675, -0.805587> - 5526: <-0.134618, 0.568382, -0.811677> - 5527: <-0.134100, 0.523307, -0.841527> - 5528: <-0.176188, 0.565675, -0.805587> - 5529: <-0.176461, 0.609892, -0.772589> - 5530: <-0.134985, 0.613218, -0.778295> - 5531: <-0.134618, 0.568382, -0.811677> - 5532: <-0.176461, 0.609892, -0.772589> - 5533: <-0.176644, 0.653502, -0.736025> - 5534: <-0.135260, 0.657468, -0.741243> - 5535: <-0.134985, 0.613218, -0.778295> - 5536: <-0.135260, -0.657468, -0.741243> - 5537: <-0.135015, -0.613215, -0.778292> - 5538: <-0.091894, -0.615697, -0.782607> - 5539: <-0.092137, -0.660463, -0.745184> - 5540: <-0.135015, -0.613215, -0.778292> - 5541: <-0.134618, -0.568382, -0.811677> - 5542: <-0.091497, -0.570377, -0.816271> - 5543: <-0.091894, -0.615697, -0.782607> - 5544: <-0.134618, -0.568382, -0.811677> - 5545: <-0.134100, -0.523307, -0.841527> - 5546: <-0.091008, -0.524836, -0.846324> - 5547: <-0.091497, -0.570377, -0.816271> - 5548: <-0.134100, -0.523307, -0.841527> - 5549: <-0.133553, -0.478208, -0.868033> - 5550: <-0.090429, -0.479307, -0.872976> - 5551: <-0.091008, -0.524836, -0.846324> - 5552: <-0.133553, -0.478208, -0.868033> - 5553: <-0.132911, -0.433281, -0.891405> - 5554: <-0.089787, -0.433981, -0.896437> - 5555: <-0.090429, -0.479307, -0.872976> - 5556: <-0.132911, -0.433281, -0.891405> - 5557: <-0.132240, -0.388632, -0.911854> - 5558: <-0.089116, -0.388998, -0.916918> - 5559: <-0.089787, -0.433981, -0.896437> - 5560: <-0.132240, -0.388632, -0.911854> - 5561: <-0.131509, -0.344322, -0.929596> - 5562: <-0.088414, -0.344408, -0.934648> - 5563: <-0.089116, -0.388998, -0.916918> - 5564: <-0.131509, -0.344322, -0.929596> - 5565: <-0.130743, -0.300427, -0.944802> - 5566: <-0.087712, -0.300248, -0.949820> - 5567: <-0.088414, -0.344408, -0.934648> - 5568: <-0.130743, -0.300427, -0.944802> - 5569: <-0.129981, -0.256880, -0.957663> - 5570: <-0.087041, -0.256544, -0.962605> - 5571: <-0.087712, -0.300248, -0.949820> - 5572: <-0.129981, -0.256880, -0.957663> - 5573: <-0.129250, -0.213666, -0.968319> - 5574: <-0.086398, -0.213204, -0.973180> - 5575: <-0.087041, -0.256544, -0.962605> - 5576: <-0.129250, -0.213666, -0.968319> - 5577: <-0.128545, -0.170691, -0.976904> - 5578: <-0.085788, -0.170203, -0.981668> - 5579: <-0.086398, -0.213204, -0.973180> - 5580: <-0.128545, -0.170691, -0.976904> - 5581: <-0.127935, -0.127935, -0.983497> - 5582: <-0.085300, -0.127447, -0.988171> - 5583: <-0.085788, -0.170203, -0.981668> - 5584: <-0.127935, -0.127935, -0.983497> - 5585: <-0.127447, -0.085300, -0.988171> - 5586: <-0.084905, -0.084905, -0.992765> - 5587: <-0.085300, -0.127447, -0.988171> - 5588: <-0.127447, -0.085300, -0.988171> - 5589: <-0.127144, -0.042666, -0.990966> - 5590: <-0.084660, -0.042452, -0.995505> - 5591: <-0.084905, -0.084905, -0.992765> - 5592: <-0.127144, -0.042666, -0.990966> - 5593: <-0.127020, 0.000000, -0.991900> - 5594: <-0.084568, 0.000000, -0.996418> - 5595: <-0.084660, -0.042452, -0.995505> - 5596: <-0.127020, 0.000000, -0.991900> - 5597: <-0.127144, 0.042666, -0.990966> - 5598: <-0.084660, 0.042452, -0.995505> - 5599: <-0.084568, 0.000000, -0.996418> - 5600: <-0.127144, 0.042666, -0.990966> - 5601: <-0.127447, 0.085300, -0.988171> - 5602: <-0.084905, 0.084905, -0.992765> - 5603: <-0.084660, 0.042452, -0.995505> - 5604: <-0.127447, 0.085300, -0.988171> - 5605: <-0.127935, 0.127935, -0.983497> - 5606: <-0.085300, 0.127447, -0.988171> - 5607: <-0.084905, 0.084905, -0.992765> - 5608: <-0.127935, 0.127935, -0.983497> - 5609: <-0.128545, 0.170691, -0.976904> - 5610: <-0.085788, 0.170203, -0.981668> - 5611: <-0.085300, 0.127447, -0.988171> - 5612: <-0.128545, 0.170691, -0.976904> - 5613: <-0.129250, 0.213666, -0.968319> - 5614: <-0.086398, 0.213204, -0.973180> - 5615: <-0.085788, 0.170203, -0.981668> - 5616: <-0.129250, 0.213666, -0.968319> - 5617: <-0.129981, 0.256880, -0.957663> - 5618: <-0.087041, 0.256544, -0.962605> - 5619: <-0.086398, 0.213204, -0.973180> - 5620: <-0.129981, 0.256880, -0.957663> - 5621: <-0.130743, 0.300427, -0.944802> - 5622: <-0.087712, 0.300248, -0.949820> - 5623: <-0.087041, 0.256544, -0.962605> - 5624: <-0.130743, 0.300427, -0.944802> - 5625: <-0.131509, 0.344322, -0.929596> - 5626: <-0.088414, 0.344408, -0.934648> - 5627: <-0.087712, 0.300248, -0.949820> - 5628: <-0.131509, 0.344322, -0.929596> - 5629: <-0.132240, 0.388632, -0.911854> - 5630: <-0.089116, 0.388998, -0.916918> - 5631: <-0.088414, 0.344408, -0.934648> - 5632: <-0.132240, 0.388632, -0.911854> - 5633: <-0.132911, 0.433281, -0.891405> - 5634: <-0.089787, 0.433981, -0.896437> - 5635: <-0.089116, 0.388998, -0.916918> - 5636: <-0.132911, 0.433281, -0.891405> - 5637: <-0.133553, 0.478208, -0.868033> - 5638: <-0.090429, 0.479307, -0.872976> - 5639: <-0.089787, 0.433981, -0.896437> - 5640: <-0.133553, 0.478208, -0.868033> - 5641: <-0.134100, 0.523307, -0.841527> - 5642: <-0.091008, 0.524836, -0.846324> - 5643: <-0.090429, 0.479307, -0.872976> - 5644: <-0.134100, 0.523307, -0.841527> - 5645: <-0.134618, 0.568382, -0.811677> - 5646: <-0.091497, 0.570377, -0.816271> - 5647: <-0.091008, 0.524836, -0.846324> - 5648: <-0.134618, 0.568382, -0.811677> - 5649: <-0.134985, 0.613218, -0.778295> - 5650: <-0.091894, 0.615697, -0.782607> - 5651: <-0.091497, 0.570377, -0.816271> - 5652: <-0.134985, 0.613218, -0.778295> - 5653: <-0.135260, 0.657468, -0.741243> - 5654: <-0.092137, 0.660463, -0.745184> - 5655: <-0.091894, 0.615697, -0.782607> - 5656: <-0.092137, -0.660463, -0.745184> - 5657: <-0.091894, -0.615697, -0.782607> - 5658: <-0.046847, -0.617246, -0.785375> - 5659: <-0.046999, -0.662354, -0.747715> - 5660: <-0.091894, -0.615697, -0.782607> - 5661: <-0.091497, -0.570377, -0.816271> - 5662: <-0.046573, -0.571602, -0.819208> - 5663: <-0.046847, -0.617246, -0.785375> - 5664: <-0.091497, -0.570377, -0.816271> - 5665: <-0.091008, -0.524836, -0.846324> - 5666: <-0.046267, -0.525753, -0.849378> - 5667: <-0.046573, -0.571602, -0.819208> - 5668: <-0.091008, -0.524836, -0.846324> - 5669: <-0.090429, -0.479307, -0.872976> - 5670: <-0.045871, -0.479951, -0.876095> - 5671: <-0.046267, -0.525753, -0.849378> - 5672: <-0.090429, -0.479307, -0.872976> - 5673: <-0.089787, -0.433981, -0.896437> - 5674: <-0.045443, -0.434379, -0.899583> - 5675: <-0.045871, -0.479951, -0.876095> - 5676: <-0.089787, -0.433981, -0.896437> - 5677: <-0.089116, -0.388998, -0.916918> - 5678: <-0.045016, -0.389180, -0.920061> - 5679: <-0.045443, -0.434379, -0.899583> - 5680: <-0.089116, -0.388998, -0.916918> - 5681: <-0.088414, -0.344408, -0.934648> - 5682: <-0.044558, -0.344409, -0.937762> - 5683: <-0.045016, -0.389180, -0.920061> - 5684: <-0.088414, -0.344408, -0.934648> - 5685: <-0.087712, -0.300248, -0.949820> - 5686: <-0.044130, -0.300092, -0.952889> - 5687: <-0.044558, -0.344409, -0.937762> - 5688: <-0.087712, -0.300248, -0.949820> - 5689: <-0.087041, -0.256544, -0.962605> - 5690: <-0.043703, -0.256267, -0.965618> - 5691: <-0.044130, -0.300092, -0.952889> - 5692: <-0.087041, -0.256544, -0.962605> - 5693: <-0.086398, -0.213204, -0.973180> - 5694: <-0.043306, -0.212870, -0.976120> - 5695: <-0.043703, -0.256267, -0.965618> - 5696: <-0.086398, -0.213204, -0.973180> - 5697: <-0.085788, -0.170203, -0.981668> - 5698: <-0.042970, -0.169837, -0.984535> - 5699: <-0.043306, -0.212870, -0.976120> - 5700: <-0.085788, -0.170203, -0.981668> - 5701: <-0.085300, -0.127447, -0.988171> - 5702: <-0.042666, -0.127144, -0.990966> - 5703: <-0.042970, -0.169837, -0.984535> - 5704: <-0.085300, -0.127447, -0.988171> - 5705: <-0.084905, -0.084905, -0.992765> - 5706: <-0.042452, -0.084660, -0.995505> - 5707: <-0.042666, -0.127144, -0.990966> - 5708: <-0.084905, -0.084905, -0.992765> - 5709: <-0.084660, -0.042452, -0.995505> - 5710: <-0.042299, -0.042299, -0.998209> - 5711: <-0.042452, -0.084660, -0.995505> - 5712: <-0.084660, -0.042452, -0.995505> - 5713: <-0.084568, 0.000000, -0.996418> - 5714: <-0.042239, 0.000000, -0.999108> - 5715: <-0.042299, -0.042299, -0.998209> - 5716: <-0.084568, 0.000000, -0.996418> - 5717: <-0.084660, 0.042452, -0.995505> - 5718: <-0.042299, 0.042299, -0.998209> - 5719: <-0.042239, 0.000000, -0.999108> - 5720: <-0.084660, 0.042452, -0.995505> - 5721: <-0.084905, 0.084905, -0.992765> - 5722: <-0.042452, 0.084660, -0.995505> - 5723: <-0.042299, 0.042299, -0.998209> - 5724: <-0.084905, 0.084905, -0.992765> - 5725: <-0.085300, 0.127447, -0.988171> - 5726: <-0.042666, 0.127144, -0.990966> - 5727: <-0.042452, 0.084660, -0.995505> - 5728: <-0.085300, 0.127447, -0.988171> - 5729: <-0.085788, 0.170203, -0.981668> - 5730: <-0.042970, 0.169837, -0.984535> - 5731: <-0.042666, 0.127144, -0.990966> - 5732: <-0.085788, 0.170203, -0.981668> - 5733: <-0.086398, 0.213204, -0.973180> - 5734: <-0.043306, 0.212870, -0.976120> - 5735: <-0.042970, 0.169837, -0.984535> - 5736: <-0.086398, 0.213204, -0.973180> - 5737: <-0.087041, 0.256544, -0.962605> - 5738: <-0.043703, 0.256267, -0.965618> - 5739: <-0.043306, 0.212870, -0.976120> - 5740: <-0.087041, 0.256544, -0.962605> - 5741: <-0.087712, 0.300248, -0.949820> - 5742: <-0.044130, 0.300092, -0.952889> - 5743: <-0.043703, 0.256267, -0.965618> - 5744: <-0.087712, 0.300248, -0.949820> - 5745: <-0.088414, 0.344408, -0.934648> - 5746: <-0.044558, 0.344409, -0.937762> - 5747: <-0.044130, 0.300092, -0.952889> - 5748: <-0.088414, 0.344408, -0.934648> - 5749: <-0.089116, 0.388998, -0.916918> - 5750: <-0.045016, 0.389180, -0.920061> - 5751: <-0.044558, 0.344409, -0.937762> - 5752: <-0.089116, 0.388998, -0.916918> - 5753: <-0.089787, 0.433981, -0.896437> - 5754: <-0.045443, 0.434379, -0.899583> - 5755: <-0.045016, 0.389180, -0.920061> - 5756: <-0.089787, 0.433981, -0.896437> - 5757: <-0.090429, 0.479307, -0.872976> - 5758: <-0.045871, 0.479951, -0.876095> - 5759: <-0.045443, 0.434379, -0.899583> - 5760: <-0.090429, 0.479307, -0.872976> - 5761: <-0.091008, 0.524836, -0.846324> - 5762: <-0.046267, 0.525753, -0.849378> - 5763: <-0.045871, 0.479951, -0.876095> - 5764: <-0.091008, 0.524836, -0.846324> - 5765: <-0.091497, 0.570377, -0.816271> - 5766: <-0.046573, 0.571602, -0.819208> - 5767: <-0.046267, 0.525753, -0.849378> - 5768: <-0.091497, 0.570377, -0.816271> - 5769: <-0.091894, 0.615697, -0.782607> - 5770: <-0.046847, 0.617246, -0.785375> - 5771: <-0.046573, 0.571602, -0.819208> - 5772: <-0.091894, 0.615697, -0.782607> - 5773: <-0.092137, 0.660463, -0.745184> - 5774: <-0.046999, 0.662354, -0.747715> - 5775: <-0.046847, 0.617246, -0.785375> - 5776: <-0.046999, -0.662354, -0.747715> - 5777: <-0.046847, -0.617246, -0.785375> - 5778: < 0.000000, -0.617789, -0.786344> - 5779: < 0.000000, -0.663024, -0.748599> - 5780: <-0.046847, -0.617246, -0.785375> - 5781: <-0.046573, -0.571602, -0.819208> - 5782: < 0.000000, -0.572024, -0.820237> - 5783: < 0.000000, -0.617789, -0.786344> - 5784: <-0.046573, -0.571602, -0.819208> - 5785: <-0.046267, -0.525753, -0.849378> - 5786: < 0.000000, -0.526081, -0.850434> - 5787: < 0.000000, -0.572024, -0.820237> - 5788: <-0.046267, -0.525753, -0.849378> - 5789: <-0.045871, -0.479951, -0.876095> - 5790: < 0.000000, -0.480158, -0.877182> - 5791: < 0.000000, -0.526081, -0.850434> - 5792: <-0.045871, -0.479951, -0.876095> - 5793: <-0.045443, -0.434379, -0.899583> - 5794: < 0.000000, -0.434534, -0.900655> - 5795: < 0.000000, -0.480158, -0.877182> - 5796: <-0.045443, -0.434379, -0.899583> - 5797: <-0.045016, -0.389180, -0.920061> - 5798: < 0.000000, -0.389244, -0.921135> - 5799: < 0.000000, -0.434534, -0.900655> - 5800: <-0.045016, -0.389180, -0.920061> - 5801: <-0.044558, -0.344409, -0.937762> - 5802: < 0.000000, -0.344405, -0.938821> - 5803: < 0.000000, -0.389244, -0.921135> - 5804: <-0.044558, -0.344409, -0.937762> - 5805: <-0.044130, -0.300092, -0.952889> - 5806: < 0.000000, -0.300059, -0.953921> - 5807: < 0.000000, -0.344405, -0.938821> - 5808: <-0.044130, -0.300092, -0.952889> - 5809: <-0.043703, -0.256267, -0.965618> - 5810: < 0.000000, -0.256177, -0.966630> - 5811: < 0.000000, -0.300059, -0.953921> - 5812: <-0.043703, -0.256267, -0.965618> - 5813: <-0.043306, -0.212870, -0.976120> - 5814: < 0.000000, -0.212750, -0.977107> - 5815: < 0.000000, -0.256177, -0.966630> - 5816: <-0.043306, -0.212870, -0.976120> - 5817: <-0.042970, -0.169837, -0.984535> - 5818: < 0.000000, -0.169746, -0.985488> - 5819: < 0.000000, -0.212750, -0.977107> - 5820: <-0.042970, -0.169837, -0.984535> - 5821: <-0.042666, -0.127144, -0.990966> - 5822: < 0.000000, -0.127020, -0.991900> - 5823: < 0.000000, -0.169746, -0.985488> - 5824: <-0.042666, -0.127144, -0.990966> - 5825: <-0.042452, -0.084660, -0.995505> - 5826: < 0.000000, -0.084568, -0.996418> - 5827: < 0.000000, -0.127020, -0.991900> - 5828: <-0.042452, -0.084660, -0.995505> - 5829: <-0.042299, -0.042299, -0.998209> - 5830: < 0.000000, -0.042239, -0.999108> - 5831: < 0.000000, -0.084568, -0.996418> - 5832: <-0.042299, -0.042299, -0.998209> - 5833: <-0.042239, 0.000000, -0.999108> - 5834: < 0.000000, 0.000000, -1.000000> - 5835: < 0.000000, -0.042239, -0.999108> - 5836: <-0.042239, 0.000000, -0.999108> - 5837: <-0.042299, 0.042299, -0.998209> - 5838: < 0.000000, 0.042239, -0.999108> - 5839: < 0.000000, 0.000000, -1.000000> - 5840: <-0.042299, 0.042299, -0.998209> - 5841: <-0.042452, 0.084660, -0.995505> - 5842: < 0.000000, 0.084568, -0.996418> - 5843: < 0.000000, 0.042239, -0.999108> - 5844: <-0.042452, 0.084660, -0.995505> - 5845: <-0.042666, 0.127144, -0.990966> - 5846: < 0.000000, 0.127020, -0.991900> - 5847: < 0.000000, 0.084568, -0.996418> - 5848: <-0.042666, 0.127144, -0.990966> - 5849: <-0.042970, 0.169837, -0.984535> - 5850: < 0.000000, 0.169746, -0.985488> - 5851: < 0.000000, 0.127020, -0.991900> - 5852: <-0.042970, 0.169837, -0.984535> - 5853: <-0.043306, 0.212870, -0.976120> - 5854: < 0.000000, 0.212750, -0.977107> - 5855: < 0.000000, 0.169746, -0.985488> - 5856: <-0.043306, 0.212870, -0.976120> - 5857: <-0.043703, 0.256267, -0.965618> - 5858: < 0.000000, 0.256177, -0.966630> - 5859: < 0.000000, 0.212750, -0.977107> - 5860: <-0.043703, 0.256267, -0.965618> - 5861: <-0.044130, 0.300092, -0.952889> - 5862: < 0.000000, 0.300059, -0.953921> - 5863: < 0.000000, 0.256177, -0.966630> - 5864: <-0.044130, 0.300092, -0.952889> - 5865: <-0.044558, 0.344409, -0.937762> - 5866: < 0.000000, 0.344405, -0.938821> - 5867: < 0.000000, 0.300059, -0.953921> - 5868: <-0.044558, 0.344409, -0.937762> - 5869: <-0.045016, 0.389180, -0.920061> - 5870: < 0.000000, 0.389244, -0.921135> - 5871: < 0.000000, 0.344405, -0.938821> - 5872: <-0.045016, 0.389180, -0.920061> - 5873: <-0.045443, 0.434379, -0.899583> - 5874: < 0.000000, 0.434534, -0.900655> - 5875: < 0.000000, 0.389244, -0.921135> - 5876: <-0.045443, 0.434379, -0.899583> - 5877: <-0.045871, 0.479951, -0.876095> - 5878: < 0.000000, 0.480158, -0.877182> - 5879: < 0.000000, 0.434534, -0.900655> - 5880: <-0.045871, 0.479951, -0.876095> - 5881: <-0.046267, 0.525753, -0.849378> - 5882: < 0.000000, 0.526081, -0.850434> - 5883: < 0.000000, 0.480158, -0.877182> - 5884: <-0.046267, 0.525753, -0.849378> - 5885: <-0.046573, 0.571602, -0.819208> - 5886: < 0.000000, 0.572024, -0.820237> - 5887: < 0.000000, 0.526081, -0.850434> - 5888: <-0.046573, 0.571602, -0.819208> - 5889: <-0.046847, 0.617246, -0.785375> - 5890: < 0.000000, 0.617789, -0.786344> - 5891: < 0.000000, 0.572024, -0.820237> - 5892: <-0.046847, 0.617246, -0.785375> - 5893: <-0.046999, 0.662354, -0.747715> - 5894: < 0.000000, 0.663024, -0.748599> - 5895: < 0.000000, 0.617789, -0.786344> - 5896: < 0.000000, -0.663024, -0.748599> - 5897: < 0.000000, -0.617789, -0.786344> - 5898: < 0.046847, -0.617246, -0.785375> - 5899: < 0.046999, -0.662354, -0.747715> - 5900: < 0.000000, -0.617789, -0.786344> - 5901: < 0.000000, -0.572024, -0.820237> - 5902: < 0.046573, -0.571602, -0.819208> - 5903: < 0.046847, -0.617246, -0.785375> - 5904: < 0.000000, -0.572024, -0.820237> - 5905: < 0.000000, -0.526081, -0.850434> - 5906: < 0.046267, -0.525753, -0.849378> - 5907: < 0.046573, -0.571602, -0.819208> - 5908: < 0.000000, -0.526081, -0.850434> - 5909: < 0.000000, -0.480158, -0.877182> - 5910: < 0.045871, -0.479951, -0.876095> - 5911: < 0.046267, -0.525753, -0.849378> - 5912: < 0.000000, -0.480158, -0.877182> - 5913: < 0.000000, -0.434534, -0.900655> - 5914: < 0.045443, -0.434379, -0.899583> - 5915: < 0.045871, -0.479951, -0.876095> - 5916: < 0.000000, -0.434534, -0.900655> - 5917: < 0.000000, -0.389244, -0.921135> - 5918: < 0.045016, -0.389180, -0.920061> - 5919: < 0.045443, -0.434379, -0.899583> - 5920: < 0.000000, -0.389244, -0.921135> - 5921: < 0.000000, -0.344405, -0.938821> - 5922: < 0.044558, -0.344409, -0.937762> - 5923: < 0.045016, -0.389180, -0.920061> - 5924: < 0.000000, -0.344405, -0.938821> - 5925: < 0.000000, -0.300059, -0.953921> - 5926: < 0.044130, -0.300092, -0.952889> - 5927: < 0.044558, -0.344409, -0.937762> - 5928: < 0.000000, -0.300059, -0.953921> - 5929: < 0.000000, -0.256177, -0.966630> - 5930: < 0.043703, -0.256267, -0.965618> - 5931: < 0.044130, -0.300092, -0.952889> - 5932: < 0.000000, -0.256177, -0.966630> - 5933: < 0.000000, -0.212750, -0.977107> - 5934: < 0.043306, -0.212870, -0.976120> - 5935: < 0.043703, -0.256267, -0.965618> - 5936: < 0.000000, -0.212750, -0.977107> - 5937: < 0.000000, -0.169746, -0.985488> - 5938: < 0.042970, -0.169866, -0.984530> - 5939: < 0.043306, -0.212870, -0.976120> - 5940: < 0.000000, -0.169746, -0.985488> - 5941: < 0.000000, -0.127020, -0.991900> - 5942: < 0.042666, -0.127144, -0.990966> - 5943: < 0.042970, -0.169866, -0.984530> - 5944: < 0.000000, -0.127020, -0.991900> - 5945: < 0.000000, -0.084568, -0.996418> - 5946: < 0.042452, -0.084660, -0.995505> - 5947: < 0.042666, -0.127144, -0.990966> - 5948: < 0.000000, -0.084568, -0.996418> - 5949: < 0.000000, -0.042239, -0.999108> - 5950: < 0.042299, -0.042299, -0.998209> - 5951: < 0.042452, -0.084660, -0.995505> - 5952: < 0.000000, -0.042239, -0.999108> - 5953: < 0.000000, 0.000000, -1.000000> - 5954: < 0.042239, 0.000000, -0.999108> - 5955: < 0.042299, -0.042299, -0.998209> - 5956: < 0.000000, 0.000000, -1.000000> - 5957: < 0.000000, 0.042239, -0.999108> - 5958: < 0.042299, 0.042299, -0.998209> - 5959: < 0.042239, 0.000000, -0.999108> - 5960: < 0.000000, 0.042239, -0.999108> - 5961: < 0.000000, 0.084568, -0.996418> - 5962: < 0.042452, 0.084660, -0.995505> - 5963: < 0.042299, 0.042299, -0.998209> - 5964: < 0.000000, 0.084568, -0.996418> - 5965: < 0.000000, 0.127020, -0.991900> - 5966: < 0.042666, 0.127144, -0.990966> - 5967: < 0.042452, 0.084660, -0.995505> - 5968: < 0.000000, 0.127020, -0.991900> - 5969: < 0.000000, 0.169746, -0.985488> - 5970: < 0.042970, 0.169866, -0.984530> - 5971: < 0.042666, 0.127144, -0.990966> - 5972: < 0.000000, 0.169746, -0.985488> - 5973: < 0.000000, 0.212750, -0.977107> - 5974: < 0.043306, 0.212870, -0.976120> - 5975: < 0.042970, 0.169866, -0.984530> - 5976: < 0.000000, 0.212750, -0.977107> - 5977: < 0.000000, 0.256177, -0.966630> - 5978: < 0.043703, 0.256267, -0.965618> - 5979: < 0.043306, 0.212870, -0.976120> - 5980: < 0.000000, 0.256177, -0.966630> - 5981: < 0.000000, 0.300059, -0.953921> - 5982: < 0.044130, 0.300092, -0.952889> - 5983: < 0.043703, 0.256267, -0.965618> - 5984: < 0.000000, 0.300059, -0.953921> - 5985: < 0.000000, 0.344405, -0.938821> - 5986: < 0.044558, 0.344409, -0.937762> - 5987: < 0.044130, 0.300092, -0.952889> - 5988: < 0.000000, 0.344405, -0.938821> - 5989: < 0.000000, 0.389244, -0.921135> - 5990: < 0.045016, 0.389180, -0.920061> - 5991: < 0.044558, 0.344409, -0.937762> - 5992: < 0.000000, 0.389244, -0.921135> - 5993: < 0.000000, 0.434534, -0.900655> - 5994: < 0.045443, 0.434379, -0.899583> - 5995: < 0.045016, 0.389180, -0.920061> - 5996: < 0.000000, 0.434534, -0.900655> - 5997: < 0.000000, 0.480158, -0.877182> - 5998: < 0.045871, 0.479951, -0.876095> - 5999: < 0.045443, 0.434379, -0.899583> - 6000: < 0.000000, 0.480158, -0.877182> - 6001: < 0.000000, 0.526081, -0.850434> - 6002: < 0.046267, 0.525753, -0.849378> - 6003: < 0.045871, 0.479951, -0.876095> - 6004: < 0.000000, 0.526081, -0.850434> - 6005: < 0.000000, 0.572024, -0.820237> - 6006: < 0.046573, 0.571602, -0.819208> - 6007: < 0.046267, 0.525753, -0.849378> - 6008: < 0.000000, 0.572024, -0.820237> - 6009: < 0.000000, 0.617789, -0.786344> - 6010: < 0.046847, 0.617246, -0.785375> - 6011: < 0.046573, 0.571602, -0.819208> - 6012: < 0.000000, 0.617789, -0.786344> - 6013: < 0.000000, 0.663024, -0.748599> - 6014: < 0.046999, 0.662354, -0.747715> - 6015: < 0.046847, 0.617246, -0.785375> - 6016: < 0.046999, -0.662354, -0.747715> - 6017: < 0.046847, -0.617246, -0.785375> - 6018: < 0.091894, -0.615697, -0.782607> - 6019: < 0.092137, -0.660463, -0.745184> - 6020: < 0.046847, -0.617246, -0.785375> - 6021: < 0.046573, -0.571602, -0.819208> - 6022: < 0.091497, -0.570377, -0.816271> - 6023: < 0.091894, -0.615697, -0.782607> - 6024: < 0.046573, -0.571602, -0.819208> - 6025: < 0.046267, -0.525753, -0.849378> - 6026: < 0.091008, -0.524836, -0.846324> - 6027: < 0.091497, -0.570377, -0.816271> - 6028: < 0.046267, -0.525753, -0.849378> - 6029: < 0.045871, -0.479951, -0.876095> - 6030: < 0.090429, -0.479307, -0.872976> - 6031: < 0.091008, -0.524836, -0.846324> - 6032: < 0.045871, -0.479951, -0.876095> - 6033: < 0.045443, -0.434379, -0.899583> - 6034: < 0.089787, -0.433981, -0.896437> - 6035: < 0.090429, -0.479307, -0.872976> - 6036: < 0.045443, -0.434379, -0.899583> - 6037: < 0.045016, -0.389180, -0.920061> - 6038: < 0.089116, -0.388998, -0.916918> - 6039: < 0.089787, -0.433981, -0.896437> - 6040: < 0.045016, -0.389180, -0.920061> - 6041: < 0.044558, -0.344409, -0.937762> - 6042: < 0.088414, -0.344408, -0.934648> - 6043: < 0.089116, -0.388998, -0.916918> - 6044: < 0.044558, -0.344409, -0.937762> - 6045: < 0.044130, -0.300092, -0.952889> - 6046: < 0.087712, -0.300248, -0.949820> - 6047: < 0.088414, -0.344408, -0.934648> - 6048: < 0.044130, -0.300092, -0.952889> - 6049: < 0.043703, -0.256267, -0.965618> - 6050: < 0.087041, -0.256544, -0.962605> - 6051: < 0.087712, -0.300248, -0.949820> - 6052: < 0.043703, -0.256267, -0.965618> - 6053: < 0.043306, -0.212870, -0.976120> - 6054: < 0.086398, -0.213204, -0.973180> - 6055: < 0.087041, -0.256544, -0.962605> - 6056: < 0.043306, -0.212870, -0.976120> - 6057: < 0.042970, -0.169866, -0.984530> - 6058: < 0.085788, -0.170203, -0.981668> - 6059: < 0.086398, -0.213204, -0.973180> - 6060: < 0.042970, -0.169866, -0.984530> - 6061: < 0.042666, -0.127144, -0.990966> - 6062: < 0.085300, -0.127447, -0.988171> - 6063: < 0.085788, -0.170203, -0.981668> - 6064: < 0.042666, -0.127144, -0.990966> - 6065: < 0.042452, -0.084660, -0.995505> - 6066: < 0.084905, -0.084905, -0.992765> - 6067: < 0.085300, -0.127447, -0.988171> - 6068: < 0.042452, -0.084660, -0.995505> - 6069: < 0.042299, -0.042299, -0.998209> - 6070: < 0.084660, -0.042452, -0.995505> - 6071: < 0.084905, -0.084905, -0.992765> - 6072: < 0.042299, -0.042299, -0.998209> - 6073: < 0.042239, 0.000000, -0.999108> - 6074: < 0.084568, 0.000000, -0.996418> - 6075: < 0.084660, -0.042452, -0.995505> - 6076: < 0.042239, 0.000000, -0.999108> - 6077: < 0.042299, 0.042299, -0.998209> - 6078: < 0.084660, 0.042452, -0.995505> - 6079: < 0.084568, 0.000000, -0.996418> - 6080: < 0.042299, 0.042299, -0.998209> - 6081: < 0.042452, 0.084660, -0.995505> - 6082: < 0.084905, 0.084905, -0.992765> - 6083: < 0.084660, 0.042452, -0.995505> - 6084: < 0.042452, 0.084660, -0.995505> - 6085: < 0.042666, 0.127144, -0.990966> - 6086: < 0.085300, 0.127447, -0.988171> - 6087: < 0.084905, 0.084905, -0.992765> - 6088: < 0.042666, 0.127144, -0.990966> - 6089: < 0.042970, 0.169866, -0.984530> - 6090: < 0.085788, 0.170203, -0.981668> - 6091: < 0.085300, 0.127447, -0.988171> - 6092: < 0.042970, 0.169866, -0.984530> - 6093: < 0.043306, 0.212870, -0.976120> - 6094: < 0.086398, 0.213204, -0.973180> - 6095: < 0.085788, 0.170203, -0.981668> - 6096: < 0.043306, 0.212870, -0.976120> - 6097: < 0.043703, 0.256267, -0.965618> - 6098: < 0.087041, 0.256544, -0.962605> - 6099: < 0.086398, 0.213204, -0.973180> - 6100: < 0.043703, 0.256267, -0.965618> - 6101: < 0.044130, 0.300092, -0.952889> - 6102: < 0.087712, 0.300248, -0.949820> - 6103: < 0.087041, 0.256544, -0.962605> - 6104: < 0.044130, 0.300092, -0.952889> - 6105: < 0.044558, 0.344409, -0.937762> - 6106: < 0.088414, 0.344408, -0.934648> - 6107: < 0.087712, 0.300248, -0.949820> - 6108: < 0.044558, 0.344409, -0.937762> - 6109: < 0.045016, 0.389180, -0.920061> - 6110: < 0.089116, 0.388998, -0.916918> - 6111: < 0.088414, 0.344408, -0.934648> - 6112: < 0.045016, 0.389180, -0.920061> - 6113: < 0.045443, 0.434379, -0.899583> - 6114: < 0.089787, 0.433981, -0.896437> - 6115: < 0.089116, 0.388998, -0.916918> - 6116: < 0.045443, 0.434379, -0.899583> - 6117: < 0.045871, 0.479951, -0.876095> - 6118: < 0.090429, 0.479307, -0.872976> - 6119: < 0.089787, 0.433981, -0.896437> - 6120: < 0.045871, 0.479951, -0.876095> - 6121: < 0.046267, 0.525753, -0.849378> - 6122: < 0.091008, 0.524836, -0.846324> - 6123: < 0.090429, 0.479307, -0.872976> - 6124: < 0.046267, 0.525753, -0.849378> - 6125: < 0.046573, 0.571602, -0.819208> - 6126: < 0.091497, 0.570377, -0.816271> - 6127: < 0.091008, 0.524836, -0.846324> - 6128: < 0.046573, 0.571602, -0.819208> - 6129: < 0.046847, 0.617246, -0.785375> - 6130: < 0.091894, 0.615697, -0.782607> - 6131: < 0.091497, 0.570377, -0.816271> - 6132: < 0.046847, 0.617246, -0.785375> - 6133: < 0.046999, 0.662354, -0.747715> - 6134: < 0.092137, 0.660463, -0.745184> - 6135: < 0.091894, 0.615697, -0.782607> - 6136: < 0.092137, -0.660463, -0.745184> - 6137: < 0.091894, -0.615697, -0.782607> - 6138: < 0.134985, -0.613218, -0.778295> - 6139: < 0.135260, -0.657468, -0.741243> - 6140: < 0.091894, -0.615697, -0.782607> - 6141: < 0.091497, -0.570377, -0.816271> - 6142: < 0.134618, -0.568382, -0.811677> - 6143: < 0.134985, -0.613218, -0.778295> - 6144: < 0.091497, -0.570377, -0.816271> - 6145: < 0.091008, -0.524836, -0.846324> - 6146: < 0.134100, -0.523307, -0.841527> - 6147: < 0.134618, -0.568382, -0.811677> - 6148: < 0.091008, -0.524836, -0.846324> - 6149: < 0.090429, -0.479307, -0.872976> - 6150: < 0.133553, -0.478208, -0.868033> - 6151: < 0.134100, -0.523307, -0.841527> - 6152: < 0.090429, -0.479307, -0.872976> - 6153: < 0.089787, -0.433981, -0.896437> - 6154: < 0.132911, -0.433281, -0.891405> - 6155: < 0.133553, -0.478208, -0.868033> - 6156: < 0.089787, -0.433981, -0.896437> - 6157: < 0.089116, -0.388998, -0.916918> - 6158: < 0.132240, -0.388632, -0.911854> - 6159: < 0.132911, -0.433281, -0.891405> - 6160: < 0.089116, -0.388998, -0.916918> - 6161: < 0.088414, -0.344408, -0.934648> - 6162: < 0.131509, -0.344322, -0.929596> - 6163: < 0.132240, -0.388632, -0.911854> - 6164: < 0.088414, -0.344408, -0.934648> - 6165: < 0.087712, -0.300248, -0.949820> - 6166: < 0.130743, -0.300427, -0.944802> - 6167: < 0.131509, -0.344322, -0.929596> - 6168: < 0.087712, -0.300248, -0.949820> - 6169: < 0.087041, -0.256544, -0.962605> - 6170: < 0.129981, -0.256880, -0.957663> - 6171: < 0.130743, -0.300427, -0.944802> - 6172: < 0.087041, -0.256544, -0.962605> - 6173: < 0.086398, -0.213204, -0.973180> - 6174: < 0.129250, -0.213666, -0.968319> - 6175: < 0.129981, -0.256880, -0.957663> - 6176: < 0.086398, -0.213204, -0.973180> - 6177: < 0.085788, -0.170203, -0.981668> - 6178: < 0.128545, -0.170691, -0.976904> - 6179: < 0.129250, -0.213666, -0.968319> - 6180: < 0.085788, -0.170203, -0.981668> - 6181: < 0.085300, -0.127447, -0.988171> - 6182: < 0.127935, -0.127935, -0.983497> - 6183: < 0.128545, -0.170691, -0.976904> - 6184: < 0.085300, -0.127447, -0.988171> - 6185: < 0.084905, -0.084905, -0.992765> - 6186: < 0.127447, -0.085300, -0.988171> - 6187: < 0.127935, -0.127935, -0.983497> - 6188: < 0.084905, -0.084905, -0.992765> - 6189: < 0.084660, -0.042452, -0.995505> - 6190: < 0.127144, -0.042666, -0.990966> - 6191: < 0.127447, -0.085300, -0.988171> - 6192: < 0.084660, -0.042452, -0.995505> - 6193: < 0.084568, 0.000000, -0.996418> - 6194: < 0.127020, 0.000000, -0.991900> - 6195: < 0.127144, -0.042666, -0.990966> - 6196: < 0.084568, 0.000000, -0.996418> - 6197: < 0.084660, 0.042452, -0.995505> - 6198: < 0.127144, 0.042666, -0.990966> - 6199: < 0.127020, 0.000000, -0.991900> - 6200: < 0.084660, 0.042452, -0.995505> - 6201: < 0.084905, 0.084905, -0.992765> - 6202: < 0.127447, 0.085300, -0.988171> - 6203: < 0.127144, 0.042666, -0.990966> - 6204: < 0.084905, 0.084905, -0.992765> - 6205: < 0.085300, 0.127447, -0.988171> - 6206: < 0.127935, 0.127935, -0.983497> - 6207: < 0.127447, 0.085300, -0.988171> - 6208: < 0.085300, 0.127447, -0.988171> - 6209: < 0.085788, 0.170203, -0.981668> - 6210: < 0.128545, 0.170691, -0.976904> - 6211: < 0.127935, 0.127935, -0.983497> - 6212: < 0.085788, 0.170203, -0.981668> - 6213: < 0.086398, 0.213204, -0.973180> - 6214: < 0.129250, 0.213666, -0.968319> - 6215: < 0.128545, 0.170691, -0.976904> - 6216: < 0.086398, 0.213204, -0.973180> - 6217: < 0.087041, 0.256544, -0.962605> - 6218: < 0.129981, 0.256880, -0.957663> - 6219: < 0.129250, 0.213666, -0.968319> - 6220: < 0.087041, 0.256544, -0.962605> - 6221: < 0.087712, 0.300248, -0.949820> - 6222: < 0.130743, 0.300427, -0.944802> - 6223: < 0.129981, 0.256880, -0.957663> - 6224: < 0.087712, 0.300248, -0.949820> - 6225: < 0.088414, 0.344408, -0.934648> - 6226: < 0.131509, 0.344322, -0.929596> - 6227: < 0.130743, 0.300427, -0.944802> - 6228: < 0.088414, 0.344408, -0.934648> - 6229: < 0.089116, 0.388998, -0.916918> - 6230: < 0.132240, 0.388632, -0.911854> - 6231: < 0.131509, 0.344322, -0.929596> - 6232: < 0.089116, 0.388998, -0.916918> - 6233: < 0.089787, 0.433981, -0.896437> - 6234: < 0.132911, 0.433281, -0.891405> - 6235: < 0.132240, 0.388632, -0.911854> - 6236: < 0.089787, 0.433981, -0.896437> - 6237: < 0.090429, 0.479307, -0.872976> - 6238: < 0.133553, 0.478208, -0.868033> - 6239: < 0.132911, 0.433281, -0.891405> - 6240: < 0.090429, 0.479307, -0.872976> - 6241: < 0.091008, 0.524836, -0.846324> - 6242: < 0.134100, 0.523307, -0.841527> - 6243: < 0.133553, 0.478208, -0.868033> - 6244: < 0.091008, 0.524836, -0.846324> - 6245: < 0.091497, 0.570377, -0.816271> - 6246: < 0.134618, 0.568382, -0.811677> - 6247: < 0.134100, 0.523307, -0.841527> - 6248: < 0.091497, 0.570377, -0.816271> - 6249: < 0.091894, 0.615697, -0.782607> - 6250: < 0.135015, 0.613215, -0.778292> - 6251: < 0.134618, 0.568382, -0.811677> - 6252: < 0.091894, 0.615697, -0.782607> - 6253: < 0.092137, 0.660463, -0.745184> - 6254: < 0.135260, 0.657468, -0.741243> - 6255: < 0.135015, 0.613215, -0.778292> - 6256: < 0.135260, -0.657468, -0.741243> - 6257: < 0.134985, -0.613218, -0.778295> - 6258: < 0.176461, -0.609892, -0.772589> - 6259: < 0.176644, -0.653502, -0.736025> - 6260: < 0.134985, -0.613218, -0.778295> - 6261: < 0.134618, -0.568382, -0.811677> - 6262: < 0.176188, -0.565675, -0.805587> - 6263: < 0.176461, -0.609892, -0.772589> - 6264: < 0.134618, -0.568382, -0.811677> - 6265: < 0.134100, -0.523307, -0.841527> - 6266: < 0.175853, -0.521180, -0.835133> - 6267: < 0.176188, -0.565675, -0.805587> - 6268: < 0.134100, -0.523307, -0.841527> - 6269: < 0.133553, -0.478208, -0.868033> - 6270: < 0.175453, -0.476614, -0.861426> - 6271: < 0.175853, -0.521180, -0.835133> - 6272: < 0.133553, -0.478208, -0.868033> - 6273: < 0.132911, -0.433281, -0.891405> - 6274: < 0.175026, -0.432149, -0.884654> - 6275: < 0.175453, -0.476614, -0.861426> - 6276: < 0.132911, -0.433281, -0.891405> - 6277: < 0.132240, -0.388632, -0.911854> - 6278: < 0.174541, -0.387965, -0.904997> - 6279: < 0.175026, -0.432149, -0.884654> - 6280: < 0.132240, -0.388632, -0.911854> - 6281: < 0.131509, -0.344322, -0.929596> - 6282: < 0.173989, -0.344072, -0.922682> - 6283: < 0.174541, -0.387965, -0.904997> - 6284: < 0.131509, -0.344322, -0.929596> - 6285: < 0.130743, -0.300427, -0.944802> - 6286: < 0.173351, -0.300496, -0.937897> - 6287: < 0.173989, -0.344072, -0.922682> - 6288: < 0.130743, -0.300427, -0.944802> - 6289: < 0.129981, -0.256880, -0.957663> - 6290: < 0.172679, -0.257217, -0.950800> - 6291: < 0.173351, -0.300496, -0.937897> - 6292: < 0.129981, -0.256880, -0.957663> - 6293: < 0.129250, -0.213666, -0.968319> - 6294: < 0.172005, -0.214182, -0.961530> - 6295: < 0.172679, -0.257217, -0.950800> - 6296: < 0.129250, -0.213666, -0.968319> - 6297: < 0.128545, -0.170691, -0.976904> - 6298: < 0.171305, -0.171305, -0.970211> - 6299: < 0.172005, -0.214182, -0.961530> - 6300: < 0.128545, -0.170691, -0.976904> - 6301: < 0.127935, -0.127935, -0.983497> - 6302: < 0.170691, -0.128545, -0.976904> - 6303: < 0.171305, -0.171305, -0.970211> - 6304: < 0.127935, -0.127935, -0.983497> - 6305: < 0.127447, -0.085300, -0.988171> - 6306: < 0.170203, -0.085788, -0.981668> - 6307: < 0.170691, -0.128545, -0.976904> - 6308: < 0.127447, -0.085300, -0.988171> - 6309: < 0.127144, -0.042666, -0.990966> - 6310: < 0.169837, -0.042970, -0.984535> - 6311: < 0.170203, -0.085788, -0.981668> - 6312: < 0.127144, -0.042666, -0.990966> - 6313: < 0.127020, 0.000000, -0.991900> - 6314: < 0.169746, 0.000000, -0.985488> - 6315: < 0.169837, -0.042970, -0.984535> - 6316: < 0.127020, 0.000000, -0.991900> - 6317: < 0.127144, 0.042666, -0.990966> - 6318: < 0.169866, 0.042970, -0.984530> - 6319: < 0.169746, 0.000000, -0.985488> - 6320: < 0.127144, 0.042666, -0.990966> - 6321: < 0.127447, 0.085300, -0.988171> - 6322: < 0.170203, 0.085788, -0.981668> - 6323: < 0.169866, 0.042970, -0.984530> - 6324: < 0.127447, 0.085300, -0.988171> - 6325: < 0.127935, 0.127935, -0.983497> - 6326: < 0.170691, 0.128545, -0.976904> - 6327: < 0.170203, 0.085788, -0.981668> - 6328: < 0.127935, 0.127935, -0.983497> - 6329: < 0.128545, 0.170691, -0.976904> - 6330: < 0.171305, 0.171305, -0.970211> - 6331: < 0.170691, 0.128545, -0.976904> - 6332: < 0.128545, 0.170691, -0.976904> - 6333: < 0.129250, 0.213666, -0.968319> - 6334: < 0.172005, 0.214182, -0.961530> - 6335: < 0.171305, 0.171305, -0.970211> - 6336: < 0.129250, 0.213666, -0.968319> - 6337: < 0.129981, 0.256880, -0.957663> - 6338: < 0.172679, 0.257217, -0.950800> - 6339: < 0.172005, 0.214182, -0.961530> - 6340: < 0.129981, 0.256880, -0.957663> - 6341: < 0.130743, 0.300427, -0.944802> - 6342: < 0.173351, 0.300496, -0.937897> - 6343: < 0.172679, 0.257217, -0.950800> - 6344: < 0.130743, 0.300427, -0.944802> - 6345: < 0.131509, 0.344322, -0.929596> - 6346: < 0.173989, 0.344072, -0.922682> - 6347: < 0.173351, 0.300496, -0.937897> - 6348: < 0.131509, 0.344322, -0.929596> - 6349: < 0.132240, 0.388632, -0.911854> - 6350: < 0.174541, 0.387965, -0.904997> - 6351: < 0.173989, 0.344072, -0.922682> - 6352: < 0.132240, 0.388632, -0.911854> - 6353: < 0.132911, 0.433281, -0.891405> - 6354: < 0.175026, 0.432149, -0.884654> - 6355: < 0.174541, 0.387965, -0.904997> - 6356: < 0.132911, 0.433281, -0.891405> - 6357: < 0.133553, 0.478208, -0.868033> - 6358: < 0.175453, 0.476614, -0.861426> - 6359: < 0.175026, 0.432149, -0.884654> - 6360: < 0.133553, 0.478208, -0.868033> - 6361: < 0.134100, 0.523307, -0.841527> - 6362: < 0.175853, 0.521180, -0.835133> - 6363: < 0.175453, 0.476614, -0.861426> - 6364: < 0.134100, 0.523307, -0.841527> - 6365: < 0.134618, 0.568382, -0.811677> - 6366: < 0.176188, 0.565675, -0.805587> - 6367: < 0.175853, 0.521180, -0.835133> - 6368: < 0.134618, 0.568382, -0.811677> - 6369: < 0.135015, 0.613215, -0.778292> - 6370: < 0.176461, 0.609892, -0.772589> - 6371: < 0.176188, 0.565675, -0.805587> - 6372: < 0.135015, 0.613215, -0.778292> - 6373: < 0.135260, 0.657468, -0.741243> - 6374: < 0.176644, 0.653502, -0.736025> - 6375: < 0.176461, 0.609892, -0.772589> - 6376: < 0.176644, -0.653502, -0.736025> - 6377: < 0.176461, -0.609892, -0.772589> - 6378: < 0.216596, -0.605748, -0.765608> - 6379: < 0.216660, -0.648606, -0.729636> - 6380: < 0.176461, -0.609892, -0.772589> - 6381: < 0.176188, -0.565675, -0.805587> - 6382: < 0.216534, -0.562257, -0.798110> - 6383: < 0.216596, -0.605748, -0.765608> - 6384: < 0.176188, -0.565675, -0.805587> - 6385: < 0.175853, -0.521180, -0.835133> - 6386: < 0.216475, -0.518435, -0.827263> - 6387: < 0.216534, -0.562257, -0.798110> - 6388: < 0.175853, -0.521180, -0.835133> - 6389: < 0.175453, -0.476614, -0.861426> - 6390: < 0.216413, -0.474515, -0.853230> - 6391: < 0.216475, -0.518435, -0.827263> - 6392: < 0.175453, -0.476614, -0.861426> - 6393: < 0.175026, -0.432149, -0.884654> - 6394: < 0.216320, -0.430657, -0.876208> - 6395: < 0.216413, -0.474515, -0.853230> - 6396: < 0.175026, -0.432149, -0.884654> - 6397: < 0.174541, -0.387965, -0.904997> - 6398: < 0.216199, -0.386985, -0.896382> - 6399: < 0.216320, -0.430657, -0.876208> - 6400: < 0.174541, -0.387965, -0.904997> - 6401: < 0.173989, -0.344072, -0.922682> - 6402: < 0.215982, -0.343582, -0.913949> - 6403: < 0.216199, -0.386985, -0.896382> - 6404: < 0.173989, -0.344072, -0.922682> - 6405: < 0.173351, -0.300496, -0.937897> - 6406: < 0.215649, -0.300461, -0.929096> - 6407: < 0.215982, -0.343582, -0.913949> - 6408: < 0.173351, -0.300496, -0.937897> - 6409: < 0.172679, -0.257217, -0.950800> - 6410: < 0.215220, -0.257519, -0.942000> - 6411: < 0.215649, -0.300461, -0.929096> - 6412: < 0.172679, -0.257217, -0.950800> - 6413: < 0.172005, -0.214182, -0.961530> - 6414: < 0.214732, -0.214732, -0.952775> - 6415: < 0.215220, -0.257519, -0.942000> - 6416: < 0.172005, -0.214182, -0.961530> - 6417: < 0.171305, -0.171305, -0.970211> - 6418: < 0.214182, -0.172005, -0.961530> - 6419: < 0.214732, -0.214732, -0.952775> - 6420: < 0.171305, -0.171305, -0.970211> - 6421: < 0.170691, -0.128545, -0.976904> - 6422: < 0.213666, -0.129250, -0.968319> - 6423: < 0.214182, -0.172005, -0.961530> - 6424: < 0.170691, -0.128545, -0.976904> - 6425: < 0.170203, -0.085788, -0.981668> - 6426: < 0.213204, -0.086398, -0.973180> - 6427: < 0.213666, -0.129250, -0.968319> - 6428: < 0.170203, -0.085788, -0.981668> - 6429: < 0.169837, -0.042970, -0.984535> - 6430: < 0.212870, -0.043306, -0.976120> - 6431: < 0.213204, -0.086398, -0.973180> - 6432: < 0.169837, -0.042970, -0.984535> - 6433: < 0.169746, 0.000000, -0.985488> - 6434: < 0.212750, 0.000000, -0.977107> - 6435: < 0.212870, -0.043306, -0.976120> - 6436: < 0.169746, 0.000000, -0.985488> - 6437: < 0.169866, 0.042970, -0.984530> - 6438: < 0.212870, 0.043306, -0.976120> - 6439: < 0.212750, 0.000000, -0.977107> - 6440: < 0.169866, 0.042970, -0.984530> - 6441: < 0.170203, 0.085788, -0.981668> - 6442: < 0.213204, 0.086398, -0.973180> - 6443: < 0.212870, 0.043306, -0.976120> - 6444: < 0.170203, 0.085788, -0.981668> - 6445: < 0.170691, 0.128545, -0.976904> - 6446: < 0.213666, 0.129250, -0.968319> - 6447: < 0.213204, 0.086398, -0.973180> - 6448: < 0.170691, 0.128545, -0.976904> - 6449: < 0.171305, 0.171305, -0.970211> - 6450: < 0.214182, 0.172005, -0.961530> - 6451: < 0.213666, 0.129250, -0.968319> - 6452: < 0.171305, 0.171305, -0.970211> - 6453: < 0.172005, 0.214182, -0.961530> - 6454: < 0.214732, 0.214732, -0.952775> - 6455: < 0.214182, 0.172005, -0.961530> - 6456: < 0.172005, 0.214182, -0.961530> - 6457: < 0.172679, 0.257217, -0.950800> - 6458: < 0.215220, 0.257519, -0.942000> - 6459: < 0.214732, 0.214732, -0.952775> - 6460: < 0.172679, 0.257217, -0.950800> - 6461: < 0.173351, 0.300496, -0.937897> - 6462: < 0.215649, 0.300461, -0.929096> - 6463: < 0.215220, 0.257519, -0.942000> - 6464: < 0.173351, 0.300496, -0.937897> - 6465: < 0.173989, 0.344072, -0.922682> - 6466: < 0.215982, 0.343582, -0.913949> - 6467: < 0.215649, 0.300461, -0.929096> - 6468: < 0.173989, 0.344072, -0.922682> - 6469: < 0.174541, 0.387965, -0.904997> - 6470: < 0.216199, 0.386985, -0.896382> - 6471: < 0.215982, 0.343582, -0.913949> - 6472: < 0.174541, 0.387965, -0.904997> - 6473: < 0.175026, 0.432149, -0.884654> - 6474: < 0.216320, 0.430657, -0.876208> - 6475: < 0.216199, 0.386985, -0.896382> - 6476: < 0.175026, 0.432149, -0.884654> - 6477: < 0.175453, 0.476614, -0.861426> - 6478: < 0.216413, 0.474515, -0.853230> - 6479: < 0.216320, 0.430657, -0.876208> - 6480: < 0.175453, 0.476614, -0.861426> - 6481: < 0.175853, 0.521180, -0.835133> - 6482: < 0.216475, 0.518435, -0.827263> - 6483: < 0.216413, 0.474515, -0.853230> - 6484: < 0.175853, 0.521180, -0.835133> - 6485: < 0.176188, 0.565675, -0.805587> - 6486: < 0.216534, 0.562257, -0.798110> - 6487: < 0.216475, 0.518435, -0.827263> - 6488: < 0.176188, 0.565675, -0.805587> - 6489: < 0.176461, 0.609892, -0.772589> - 6490: < 0.216596, 0.605748, -0.765608> - 6491: < 0.216534, 0.562257, -0.798110> - 6492: < 0.176461, 0.609892, -0.772589> - 6493: < 0.176644, 0.653502, -0.736025> - 6494: < 0.216660, 0.648606, -0.729636> - 6495: < 0.216596, 0.605748, -0.765608> - 6496: < 0.216660, -0.648606, -0.729636> - 6497: < 0.216596, -0.605748, -0.765608> - 6498: < 0.255750, -0.600829, -0.757361> - 6499: < 0.255632, -0.642833, -0.722093> - 6500: < 0.216596, -0.605748, -0.765608> - 6501: < 0.216534, -0.562257, -0.798110> - 6502: < 0.255937, -0.558172, -0.789266> - 6503: < 0.255750, -0.600829, -0.757361> - 6504: < 0.216534, -0.562257, -0.798110> - 6505: < 0.216475, -0.518435, -0.827263> - 6506: < 0.256243, -0.515110, -0.817925> - 6507: < 0.255937, -0.558172, -0.789266> - 6508: < 0.216475, -0.518435, -0.827263> - 6509: < 0.216413, -0.474515, -0.853230> - 6510: < 0.256606, -0.471888, -0.843490> - 6511: < 0.256243, -0.515110, -0.817925> - 6512: < 0.216413, -0.474515, -0.853230> - 6513: < 0.216320, -0.430657, -0.876208> - 6514: < 0.256999, -0.428698, -0.866124> - 6515: < 0.256606, -0.471888, -0.843490> - 6516: < 0.216320, -0.430657, -0.876208> - 6517: < 0.216199, -0.386985, -0.896382> - 6518: < 0.257364, -0.385664, -0.886018> - 6519: < 0.256999, -0.428698, -0.866124> - 6520: < 0.216199, -0.386985, -0.896382> - 6521: < 0.215982, -0.343582, -0.913949> - 6522: < 0.257643, -0.342852, -0.903367> - 6523: < 0.257364, -0.385664, -0.886018> - 6524: < 0.215982, -0.343582, -0.913949> - 6525: < 0.215649, -0.300461, -0.929096> - 6526: < 0.257736, -0.300219, -0.918390> - 6527: < 0.257643, -0.342852, -0.903367> - 6528: < 0.215649, -0.300461, -0.929096> - 6529: < 0.215220, -0.257519, -0.942000> - 6530: < 0.257702, -0.257702, -0.931225> - 6531: < 0.257736, -0.300219, -0.918390> - 6532: < 0.215220, -0.257519, -0.942000> - 6533: < 0.214732, -0.214732, -0.952775> - 6534: < 0.257519, -0.215220, -0.942000> - 6535: < 0.257702, -0.257702, -0.931225> - 6536: < 0.214732, -0.214732, -0.952775> - 6537: < 0.214182, -0.172005, -0.961530> - 6538: < 0.257217, -0.172679, -0.950800> - 6539: < 0.257519, -0.215220, -0.942000> - 6540: < 0.214182, -0.172005, -0.961530> - 6541: < 0.213666, -0.129250, -0.968319> - 6542: < 0.256880, -0.129981, -0.957663> - 6543: < 0.257217, -0.172679, -0.950800> - 6544: < 0.213666, -0.129250, -0.968319> - 6545: < 0.213204, -0.086398, -0.973180> - 6546: < 0.256544, -0.087041, -0.962605> - 6547: < 0.256880, -0.129981, -0.957663> - 6548: < 0.213204, -0.086398, -0.973180> - 6549: < 0.212870, -0.043306, -0.976120> - 6550: < 0.256267, -0.043703, -0.965618> - 6551: < 0.256544, -0.087041, -0.962605> - 6552: < 0.212870, -0.043306, -0.976120> - 6553: < 0.212750, 0.000000, -0.977107> - 6554: < 0.256177, 0.000000, -0.966630> - 6555: < 0.256267, -0.043703, -0.965618> - 6556: < 0.212750, 0.000000, -0.977107> - 6557: < 0.212870, 0.043306, -0.976120> - 6558: < 0.256267, 0.043703, -0.965618> - 6559: < 0.256177, 0.000000, -0.966630> - 6560: < 0.212870, 0.043306, -0.976120> - 6561: < 0.213204, 0.086398, -0.973180> - 6562: < 0.256544, 0.087041, -0.962605> - 6563: < 0.256267, 0.043703, -0.965618> - 6564: < 0.213204, 0.086398, -0.973180> - 6565: < 0.213666, 0.129250, -0.968319> - 6566: < 0.256880, 0.129981, -0.957663> - 6567: < 0.256544, 0.087041, -0.962605> - 6568: < 0.213666, 0.129250, -0.968319> - 6569: < 0.214182, 0.172005, -0.961530> - 6570: < 0.257217, 0.172679, -0.950800> - 6571: < 0.256880, 0.129981, -0.957663> - 6572: < 0.214182, 0.172005, -0.961530> - 6573: < 0.214732, 0.214732, -0.952775> - 6574: < 0.257519, 0.215220, -0.942000> - 6575: < 0.257217, 0.172679, -0.950800> - 6576: < 0.214732, 0.214732, -0.952775> - 6577: < 0.215220, 0.257519, -0.942000> - 6578: < 0.257702, 0.257702, -0.931225> - 6579: < 0.257519, 0.215220, -0.942000> - 6580: < 0.215220, 0.257519, -0.942000> - 6581: < 0.215649, 0.300461, -0.929096> - 6582: < 0.257736, 0.300219, -0.918390> - 6583: < 0.257702, 0.257702, -0.931225> - 6584: < 0.215649, 0.300461, -0.929096> - 6585: < 0.215982, 0.343582, -0.913949> - 6586: < 0.257643, 0.342852, -0.903367> - 6587: < 0.257736, 0.300219, -0.918390> - 6588: < 0.215982, 0.343582, -0.913949> - 6589: < 0.216199, 0.386985, -0.896382> - 6590: < 0.257367, 0.385638, -0.886028> - 6591: < 0.257643, 0.342852, -0.903367> - 6592: < 0.216199, 0.386985, -0.896382> - 6593: < 0.216320, 0.430657, -0.876208> - 6594: < 0.256999, 0.428698, -0.866124> - 6595: < 0.257367, 0.385638, -0.886028> - 6596: < 0.216320, 0.430657, -0.876208> - 6597: < 0.216413, 0.474515, -0.853230> - 6598: < 0.256606, 0.471888, -0.843490> - 6599: < 0.256999, 0.428698, -0.866124> - 6600: < 0.216413, 0.474515, -0.853230> - 6601: < 0.216475, 0.518435, -0.827263> - 6602: < 0.256243, 0.515110, -0.817925> - 6603: < 0.256606, 0.471888, -0.843490> - 6604: < 0.216475, 0.518435, -0.827263> - 6605: < 0.216534, 0.562257, -0.798110> - 6606: < 0.255937, 0.558172, -0.789266> - 6607: < 0.256243, 0.515110, -0.817925> - 6608: < 0.216534, 0.562257, -0.798110> - 6609: < 0.216596, 0.605748, -0.765608> - 6610: < 0.255750, 0.600829, -0.757361> - 6611: < 0.255937, 0.558172, -0.789266> - 6612: < 0.216596, 0.605748, -0.765608> - 6613: < 0.216660, 0.648606, -0.729636> - 6614: < 0.255632, 0.642833, -0.722093> - 6615: < 0.255750, 0.600829, -0.757361> - 6616: < 0.255632, -0.642833, -0.722093> - 6617: < 0.255750, -0.600829, -0.757361> - 6618: < 0.294207, -0.595158, -0.747816> - 6619: < 0.293904, -0.636150, -0.713396> - 6620: < 0.255750, -0.600829, -0.757361> - 6621: < 0.255937, -0.558172, -0.789266> - 6622: < 0.294729, -0.553415, -0.779017> - 6623: < 0.294207, -0.595158, -0.747816> - 6624: < 0.255937, -0.558172, -0.789266> - 6625: < 0.256243, -0.515110, -0.817925> - 6626: < 0.295457, -0.511198, -0.807082> - 6627: < 0.294729, -0.553415, -0.779017> - 6628: < 0.256243, -0.515110, -0.817925> - 6629: < 0.256606, -0.471888, -0.843490> - 6630: < 0.296339, -0.468770, -0.832128> - 6631: < 0.295457, -0.511198, -0.807082> - 6632: < 0.256606, -0.471888, -0.843490> - 6633: < 0.256999, -0.428698, -0.866124> - 6634: < 0.297287, -0.426323, -0.854324> - 6635: < 0.296339, -0.468770, -0.832128> - 6636: < 0.256999, -0.428698, -0.866124> - 6637: < 0.257364, -0.385664, -0.886018> - 6638: < 0.298259, -0.383986, -0.873840> - 6639: < 0.297287, -0.426323, -0.854324> - 6640: < 0.257364, -0.385664, -0.886018> - 6641: < 0.257643, -0.342852, -0.903367> - 6642: < 0.299085, -0.341811, -0.890906> - 6643: < 0.298259, -0.383986, -0.873840> - 6644: < 0.257643, -0.342852, -0.903367> - 6645: < 0.257736, -0.300219, -0.918390> - 6646: < 0.299762, -0.299762, -0.905696> - 6647: < 0.299085, -0.341811, -0.890906> - 6648: < 0.257736, -0.300219, -0.918390> - 6649: < 0.257702, -0.257702, -0.931225> - 6650: < 0.300219, -0.257736, -0.918390> - 6651: < 0.299762, -0.299762, -0.905696> - 6652: < 0.257702, -0.257702, -0.931225> - 6653: < 0.257519, -0.215220, -0.942000> - 6654: < 0.300461, -0.215649, -0.929096> - 6655: < 0.300219, -0.257736, -0.918390> - 6656: < 0.257519, -0.215220, -0.942000> - 6657: < 0.257217, -0.172679, -0.950800> - 6658: < 0.300496, -0.173351, -0.937897> - 6659: < 0.300461, -0.215649, -0.929096> - 6660: < 0.257217, -0.172679, -0.950800> - 6661: < 0.256880, -0.129981, -0.957663> - 6662: < 0.300427, -0.130743, -0.944802> - 6663: < 0.300496, -0.173351, -0.937897> - 6664: < 0.256880, -0.129981, -0.957663> - 6665: < 0.256544, -0.087041, -0.962605> - 6666: < 0.300248, -0.087712, -0.949820> - 6667: < 0.300427, -0.130743, -0.944802> - 6668: < 0.256544, -0.087041, -0.962605> - 6669: < 0.256267, -0.043703, -0.965618> - 6670: < 0.300092, -0.044130, -0.952889> - 6671: < 0.300248, -0.087712, -0.949820> - 6672: < 0.256267, -0.043703, -0.965618> - 6673: < 0.256177, 0.000000, -0.966630> - 6674: < 0.300059, 0.000000, -0.953921> - 6675: < 0.300092, -0.044130, -0.952889> - 6676: < 0.256177, 0.000000, -0.966630> - 6677: < 0.256267, 0.043703, -0.965618> - 6678: < 0.300092, 0.044130, -0.952889> - 6679: < 0.300059, 0.000000, -0.953921> - 6680: < 0.256267, 0.043703, -0.965618> - 6681: < 0.256544, 0.087041, -0.962605> - 6682: < 0.300248, 0.087712, -0.949820> - 6683: < 0.300092, 0.044130, -0.952889> - 6684: < 0.256544, 0.087041, -0.962605> - 6685: < 0.256880, 0.129981, -0.957663> - 6686: < 0.300427, 0.130743, -0.944802> - 6687: < 0.300248, 0.087712, -0.949820> - 6688: < 0.256880, 0.129981, -0.957663> - 6689: < 0.257217, 0.172679, -0.950800> - 6690: < 0.300496, 0.173351, -0.937897> - 6691: < 0.300427, 0.130743, -0.944802> - 6692: < 0.257217, 0.172679, -0.950800> - 6693: < 0.257519, 0.215220, -0.942000> - 6694: < 0.300461, 0.215649, -0.929096> - 6695: < 0.300496, 0.173351, -0.937897> - 6696: < 0.257519, 0.215220, -0.942000> - 6697: < 0.257702, 0.257702, -0.931225> - 6698: < 0.300219, 0.257736, -0.918390> - 6699: < 0.300461, 0.215649, -0.929096> - 6700: < 0.257702, 0.257702, -0.931225> - 6701: < 0.257736, 0.300219, -0.918390> - 6702: < 0.299762, 0.299762, -0.905696> - 6703: < 0.300219, 0.257736, -0.918390> - 6704: < 0.257736, 0.300219, -0.918390> - 6705: < 0.257643, 0.342852, -0.903367> - 6706: < 0.299085, 0.341811, -0.890906> - 6707: < 0.299762, 0.299762, -0.905696> - 6708: < 0.257643, 0.342852, -0.903367> - 6709: < 0.257367, 0.385638, -0.886028> - 6710: < 0.298262, 0.383960, -0.873851> - 6711: < 0.299085, 0.341811, -0.890906> - 6712: < 0.257367, 0.385638, -0.886028> - 6713: < 0.256999, 0.428698, -0.866124> - 6714: < 0.297287, 0.426323, -0.854324> - 6715: < 0.298262, 0.383960, -0.873851> - 6716: < 0.256999, 0.428698, -0.866124> - 6717: < 0.256606, 0.471888, -0.843490> - 6718: < 0.296339, 0.468770, -0.832128> - 6719: < 0.297287, 0.426323, -0.854324> - 6720: < 0.256606, 0.471888, -0.843490> - 6721: < 0.256243, 0.515110, -0.817925> - 6722: < 0.295457, 0.511198, -0.807082> - 6723: < 0.296339, 0.468770, -0.832128> - 6724: < 0.256243, 0.515110, -0.817925> - 6725: < 0.255937, 0.558172, -0.789266> - 6726: < 0.294729, 0.553415, -0.779017> - 6727: < 0.295457, 0.511198, -0.807082> - 6728: < 0.255937, 0.558172, -0.789266> - 6729: < 0.255750, 0.600829, -0.757361> - 6730: < 0.294207, 0.595158, -0.747816> - 6731: < 0.294729, 0.553415, -0.779017> - 6732: < 0.255750, 0.600829, -0.757361> - 6733: < 0.255632, 0.642833, -0.722093> - 6734: < 0.293904, 0.636150, -0.713396> - 6735: < 0.294207, 0.595158, -0.747816> - 6736: < 0.293904, -0.636150, -0.713396> - 6737: < 0.294207, -0.595158, -0.747816> - 6738: < 0.332170, -0.588744, -0.736915> - 6739: < 0.331652, -0.628603, -0.703467> - 6740: < 0.294207, -0.595158, -0.747816> - 6741: < 0.294729, -0.553415, -0.779017> - 6742: < 0.333090, -0.548009, -0.767292> - 6743: < 0.332170, -0.588744, -0.736915> - 6744: < 0.294729, -0.553415, -0.779017> - 6745: < 0.295457, -0.511198, -0.807082> - 6746: < 0.334337, -0.506740, -0.794627> - 6747: < 0.333090, -0.548009, -0.767292> - 6748: < 0.295457, -0.511198, -0.807082> - 6749: < 0.296339, -0.468770, -0.832128> - 6750: < 0.335801, -0.465202, -0.819039> - 6751: < 0.334337, -0.506740, -0.794627> - 6752: < 0.296339, -0.468770, -0.832128> - 6753: < 0.297287, -0.426323, -0.854324> - 6754: < 0.337391, -0.423577, -0.840684> - 6755: < 0.335801, -0.465202, -0.819039> - 6756: < 0.297287, -0.426323, -0.854324> - 6757: < 0.298259, -0.383986, -0.873840> - 6758: < 0.339005, -0.381976, -0.859750> - 6759: < 0.337391, -0.423577, -0.840684> - 6760: < 0.298259, -0.383986, -0.873840> - 6761: < 0.299085, -0.341811, -0.890906> - 6762: < 0.340503, -0.340503, -0.876422> - 6763: < 0.339005, -0.381976, -0.859750> - 6764: < 0.299085, -0.341811, -0.890906> - 6765: < 0.299762, -0.299762, -0.905696> - 6766: < 0.341811, -0.299085, -0.890906> - 6767: < 0.340503, -0.340503, -0.876422> - 6768: < 0.299762, -0.299762, -0.905696> - 6769: < 0.300219, -0.257736, -0.918390> - 6770: < 0.342852, -0.257643, -0.903367> - 6771: < 0.341811, -0.299085, -0.890906> - 6772: < 0.300219, -0.257736, -0.918390> - 6773: < 0.300461, -0.215649, -0.929096> - 6774: < 0.343582, -0.215982, -0.913949> - 6775: < 0.342852, -0.257643, -0.903367> - 6776: < 0.300461, -0.215649, -0.929096> - 6777: < 0.300496, -0.173351, -0.937897> - 6778: < 0.344072, -0.173989, -0.922682> - 6779: < 0.343582, -0.215982, -0.913949> - 6780: < 0.300496, -0.173351, -0.937897> - 6781: < 0.300427, -0.130743, -0.944802> - 6782: < 0.344322, -0.131509, -0.929596> - 6783: < 0.344072, -0.173989, -0.922682> - 6784: < 0.300427, -0.130743, -0.944802> - 6785: < 0.300248, -0.087712, -0.949820> - 6786: < 0.344408, -0.088414, -0.934648> - 6787: < 0.344322, -0.131509, -0.929596> - 6788: < 0.300248, -0.087712, -0.949820> - 6789: < 0.300092, -0.044130, -0.952889> - 6790: < 0.344409, -0.044558, -0.937762> - 6791: < 0.344408, -0.088414, -0.934648> - 6792: < 0.300092, -0.044130, -0.952889> - 6793: < 0.300059, 0.000000, -0.953921> - 6794: < 0.344405, 0.000000, -0.938821> - 6795: < 0.344409, -0.044558, -0.937762> - 6796: < 0.300059, 0.000000, -0.953921> - 6797: < 0.300092, 0.044130, -0.952889> - 6798: < 0.344409, 0.044558, -0.937762> - 6799: < 0.344405, 0.000000, -0.938821> - 6800: < 0.300092, 0.044130, -0.952889> - 6801: < 0.300248, 0.087712, -0.949820> - 6802: < 0.344408, 0.088414, -0.934648> - 6803: < 0.344409, 0.044558, -0.937762> - 6804: < 0.300248, 0.087712, -0.949820> - 6805: < 0.300427, 0.130743, -0.944802> - 6806: < 0.344322, 0.131509, -0.929596> - 6807: < 0.344408, 0.088414, -0.934648> - 6808: < 0.300427, 0.130743, -0.944802> - 6809: < 0.300496, 0.173351, -0.937897> - 6810: < 0.344072, 0.173989, -0.922682> - 6811: < 0.344322, 0.131509, -0.929596> - 6812: < 0.300496, 0.173351, -0.937897> - 6813: < 0.300461, 0.215649, -0.929096> - 6814: < 0.343582, 0.215982, -0.913949> - 6815: < 0.344072, 0.173989, -0.922682> - 6816: < 0.300461, 0.215649, -0.929096> - 6817: < 0.300219, 0.257736, -0.918390> - 6818: < 0.342852, 0.257643, -0.903367> - 6819: < 0.343582, 0.215982, -0.913949> - 6820: < 0.300219, 0.257736, -0.918390> - 6821: < 0.299762, 0.299762, -0.905696> - 6822: < 0.341811, 0.299085, -0.890906> - 6823: < 0.342852, 0.257643, -0.903367> - 6824: < 0.299762, 0.299762, -0.905696> - 6825: < 0.299085, 0.341811, -0.890906> - 6826: < 0.340503, 0.340503, -0.876422> - 6827: < 0.341811, 0.299085, -0.890906> - 6828: < 0.299085, 0.341811, -0.890906> - 6829: < 0.298262, 0.383960, -0.873851> - 6830: < 0.339005, 0.381976, -0.859750> - 6831: < 0.340503, 0.340503, -0.876422> - 6832: < 0.298262, 0.383960, -0.873851> - 6833: < 0.297287, 0.426323, -0.854324> - 6834: < 0.337391, 0.423577, -0.840684> - 6835: < 0.339005, 0.381976, -0.859750> - 6836: < 0.297287, 0.426323, -0.854324> - 6837: < 0.296339, 0.468770, -0.832128> - 6838: < 0.335801, 0.465202, -0.819039> - 6839: < 0.337391, 0.423577, -0.840684> - 6840: < 0.296339, 0.468770, -0.832128> - 6841: < 0.295457, 0.511198, -0.807082> - 6842: < 0.334310, 0.506745, -0.794636> - 6843: < 0.335801, 0.465202, -0.819039> - 6844: < 0.295457, 0.511198, -0.807082> - 6845: < 0.294729, 0.553415, -0.779017> - 6846: < 0.333090, 0.548009, -0.767292> - 6847: < 0.334310, 0.506745, -0.794636> - 6848: < 0.294729, 0.553415, -0.779017> - 6849: < 0.294207, 0.595158, -0.747816> - 6850: < 0.332170, 0.588744, -0.736915> - 6851: < 0.333090, 0.548009, -0.767292> - 6852: < 0.294207, 0.595158, -0.747816> - 6853: < 0.293904, 0.636150, -0.713396> - 6854: < 0.331652, 0.628603, -0.703467> - 6855: < 0.332170, 0.588744, -0.736915> - 6856: < 0.331652, -0.628603, -0.703467> - 6857: < 0.332170, -0.588744, -0.736915> - 6858: < 0.369188, -0.581661, -0.724825> - 6859: < 0.368246, -0.620305, -0.692544> - 6860: < 0.332170, -0.588744, -0.736915> - 6861: < 0.333090, -0.548009, -0.767292> - 6862: < 0.370721, -0.542028, -0.754169> - 6863: < 0.369188, -0.581661, -0.724825> - 6864: < 0.333090, -0.548009, -0.767292> - 6865: < 0.334337, -0.506740, -0.794627> - 6866: < 0.372705, -0.501802, -0.780568> - 6867: < 0.370721, -0.542028, -0.754169> - 6868: < 0.334337, -0.506740, -0.794627> - 6869: < 0.335801, -0.465202, -0.819039> - 6870: < 0.374961, -0.461239, -0.804154> - 6871: < 0.372705, -0.501802, -0.780568> - 6872: < 0.335801, -0.465202, -0.819039> - 6873: < 0.337391, -0.423577, -0.840684> - 6874: < 0.377345, -0.420500, -0.825100> - 6875: < 0.374961, -0.461239, -0.804154> - 6876: < 0.337391, -0.423577, -0.840684> - 6877: < 0.339005, -0.381976, -0.859750> - 6878: < 0.379751, -0.379751, -0.843551> - 6879: < 0.377345, -0.420500, -0.825100> - 6880: < 0.339005, -0.381976, -0.859750> - 6881: < 0.340503, -0.340503, -0.876422> - 6882: < 0.381976, -0.339005, -0.859750> - 6883: < 0.379751, -0.379751, -0.843551> - 6884: < 0.340503, -0.340503, -0.876422> - 6885: < 0.341811, -0.299085, -0.890906> - 6886: < 0.383960, -0.298262, -0.873851> - 6887: < 0.381976, -0.339005, -0.859750> - 6888: < 0.341811, -0.299085, -0.890906> - 6889: < 0.342852, -0.257643, -0.903367> - 6890: < 0.385638, -0.257367, -0.886028> - 6891: < 0.383960, -0.298262, -0.873851> - 6892: < 0.342852, -0.257643, -0.903367> - 6893: < 0.343582, -0.215982, -0.913949> - 6894: < 0.386985, -0.216199, -0.896382> - 6895: < 0.385638, -0.257367, -0.886028> - 6896: < 0.343582, -0.215982, -0.913949> - 6897: < 0.344072, -0.173989, -0.922682> - 6898: < 0.387965, -0.174541, -0.904997> - 6899: < 0.386985, -0.216199, -0.896382> - 6900: < 0.344072, -0.173989, -0.922682> - 6901: < 0.344322, -0.131509, -0.929596> - 6902: < 0.388632, -0.132240, -0.911854> - 6903: < 0.387965, -0.174541, -0.904997> - 6904: < 0.344322, -0.131509, -0.929596> - 6905: < 0.344408, -0.088414, -0.934648> - 6906: < 0.388998, -0.089116, -0.916918> - 6907: < 0.388632, -0.132240, -0.911854> - 6908: < 0.344408, -0.088414, -0.934648> - 6909: < 0.344409, -0.044558, -0.937762> - 6910: < 0.389180, -0.045016, -0.920061> - 6911: < 0.388998, -0.089116, -0.916918> - 6912: < 0.344409, -0.044558, -0.937762> - 6913: < 0.344405, 0.000000, -0.938821> - 6914: < 0.389244, 0.000000, -0.921135> - 6915: < 0.389180, -0.045016, -0.920061> - 6916: < 0.344405, 0.000000, -0.938821> - 6917: < 0.344409, 0.044558, -0.937762> - 6918: < 0.389180, 0.045016, -0.920061> - 6919: < 0.389244, 0.000000, -0.921135> - 6920: < 0.344409, 0.044558, -0.937762> - 6921: < 0.344408, 0.088414, -0.934648> - 6922: < 0.388998, 0.089116, -0.916918> - 6923: < 0.389180, 0.045016, -0.920061> - 6924: < 0.344408, 0.088414, -0.934648> - 6925: < 0.344322, 0.131509, -0.929596> - 6926: < 0.388632, 0.132240, -0.911854> - 6927: < 0.388998, 0.089116, -0.916918> - 6928: < 0.344322, 0.131509, -0.929596> - 6929: < 0.344072, 0.173989, -0.922682> - 6930: < 0.387965, 0.174541, -0.904997> - 6931: < 0.388632, 0.132240, -0.911854> - 6932: < 0.344072, 0.173989, -0.922682> - 6933: < 0.343582, 0.215982, -0.913949> - 6934: < 0.386985, 0.216199, -0.896382> - 6935: < 0.387965, 0.174541, -0.904997> - 6936: < 0.343582, 0.215982, -0.913949> - 6937: < 0.342852, 0.257643, -0.903367> - 6938: < 0.385664, 0.257364, -0.886018> - 6939: < 0.386985, 0.216199, -0.896382> - 6940: < 0.342852, 0.257643, -0.903367> - 6941: < 0.341811, 0.299085, -0.890906> - 6942: < 0.383960, 0.298262, -0.873851> - 6943: < 0.385664, 0.257364, -0.886018> - 6944: < 0.341811, 0.299085, -0.890906> - 6945: < 0.340503, 0.340503, -0.876422> - 6946: < 0.381976, 0.339005, -0.859750> - 6947: < 0.383960, 0.298262, -0.873851> - 6948: < 0.340503, 0.340503, -0.876422> - 6949: < 0.339005, 0.381976, -0.859750> - 6950: < 0.379751, 0.379751, -0.843551> - 6951: < 0.381976, 0.339005, -0.859750> - 6952: < 0.339005, 0.381976, -0.859750> - 6953: < 0.337391, 0.423577, -0.840684> - 6954: < 0.377345, 0.420500, -0.825100> - 6955: < 0.379751, 0.379751, -0.843551> - 6956: < 0.337391, 0.423577, -0.840684> - 6957: < 0.335801, 0.465202, -0.819039> - 6958: < 0.374961, 0.461239, -0.804154> - 6959: < 0.377345, 0.420500, -0.825100> - 6960: < 0.335801, 0.465202, -0.819039> - 6961: < 0.334310, 0.506745, -0.794636> - 6962: < 0.372705, 0.501802, -0.780568> - 6963: < 0.374961, 0.461239, -0.804154> - 6964: < 0.334310, 0.506745, -0.794636> - 6965: < 0.333090, 0.548009, -0.767292> - 6966: < 0.370721, 0.542028, -0.754169> - 6967: < 0.372705, 0.501802, -0.780568> - 6968: < 0.333090, 0.548009, -0.767292> - 6969: < 0.332170, 0.588744, -0.736915> - 6970: < 0.369188, 0.581661, -0.724825> - 6971: < 0.370721, 0.542028, -0.754169> - 6972: < 0.332170, 0.588744, -0.736915> - 6973: < 0.331652, 0.628603, -0.703467> - 6974: < 0.368246, 0.620305, -0.692544> - 6975: < 0.369188, 0.581661, -0.724825> - 6976: < 0.368246, -0.620305, -0.692544> - 6977: < 0.369188, -0.581661, -0.724825> - 6978: < 0.404839, -0.574008, -0.711772> - 6979: < 0.403223, -0.611427, -0.680859> - 6980: < 0.369188, -0.581661, -0.724825> - 6981: < 0.370721, -0.542028, -0.754169> - 6982: < 0.407307, -0.535518, -0.739812> - 6983: < 0.404839, -0.574008, -0.711772> - 6984: < 0.370721, -0.542028, -0.754169> - 6985: < 0.372705, -0.501802, -0.780568> - 6986: < 0.410392, -0.496395, -0.764964> - 6987: < 0.407307, -0.535518, -0.739812> - 6988: < 0.372705, -0.501802, -0.780568> - 6989: < 0.374961, -0.461239, -0.804154> - 6990: < 0.413777, -0.456900, -0.787421> - 6991: < 0.410392, -0.496395, -0.764964> - 6992: < 0.374961, -0.461239, -0.804154> - 6993: < 0.377345, -0.420500, -0.825100> - 6994: < 0.417202, -0.417202, -0.807394> - 6995: < 0.413777, -0.456900, -0.787421> - 6996: < 0.377345, -0.420500, -0.825100> - 6997: < 0.379751, -0.379751, -0.843551> - 6998: < 0.420500, -0.377345, -0.825100> - 6999: < 0.417202, -0.417202, -0.807394> - 7000: < 0.379751, -0.379751, -0.843551> - 7001: < 0.381976, -0.339005, -0.859750> - 7002: < 0.423577, -0.337391, -0.840684> - 7003: < 0.420500, -0.377345, -0.825100> - 7004: < 0.381976, -0.339005, -0.859750> - 7005: < 0.383960, -0.298262, -0.873851> - 7006: < 0.426323, -0.297287, -0.854324> - 7007: < 0.423577, -0.337391, -0.840684> - 7008: < 0.383960, -0.298262, -0.873851> - 7009: < 0.385638, -0.257367, -0.886028> - 7010: < 0.428698, -0.256999, -0.866124> - 7011: < 0.426323, -0.297287, -0.854324> - 7012: < 0.385638, -0.257367, -0.886028> - 7013: < 0.386985, -0.216199, -0.896382> - 7014: < 0.430657, -0.216320, -0.876208> - 7015: < 0.428698, -0.256999, -0.866124> - 7016: < 0.386985, -0.216199, -0.896382> - 7017: < 0.387965, -0.174541, -0.904997> - 7018: < 0.432149, -0.175026, -0.884654> - 7019: < 0.430657, -0.216320, -0.876208> - 7020: < 0.387965, -0.174541, -0.904997> - 7021: < 0.388632, -0.132240, -0.911854> - 7022: < 0.433281, -0.132911, -0.891405> - 7023: < 0.432149, -0.175026, -0.884654> - 7024: < 0.388632, -0.132240, -0.911854> - 7025: < 0.388998, -0.089116, -0.916918> - 7026: < 0.433981, -0.089787, -0.896437> - 7027: < 0.433281, -0.132911, -0.891405> - 7028: < 0.388998, -0.089116, -0.916918> - 7029: < 0.389180, -0.045016, -0.920061> - 7030: < 0.434379, -0.045443, -0.899583> - 7031: < 0.433981, -0.089787, -0.896437> - 7032: < 0.389180, -0.045016, -0.920061> - 7033: < 0.389244, 0.000000, -0.921135> - 7034: < 0.434534, 0.000000, -0.900655> - 7035: < 0.434379, -0.045443, -0.899583> - 7036: < 0.389244, 0.000000, -0.921135> - 7037: < 0.389180, 0.045016, -0.920061> - 7038: < 0.434379, 0.045443, -0.899583> - 7039: < 0.434534, 0.000000, -0.900655> - 7040: < 0.389180, 0.045016, -0.920061> - 7041: < 0.388998, 0.089116, -0.916918> - 7042: < 0.433981, 0.089787, -0.896437> - 7043: < 0.434379, 0.045443, -0.899583> - 7044: < 0.388998, 0.089116, -0.916918> - 7045: < 0.388632, 0.132240, -0.911854> - 7046: < 0.433281, 0.132911, -0.891405> - 7047: < 0.433981, 0.089787, -0.896437> - 7048: < 0.388632, 0.132240, -0.911854> - 7049: < 0.387965, 0.174541, -0.904997> - 7050: < 0.432149, 0.175026, -0.884654> - 7051: < 0.433281, 0.132911, -0.891405> - 7052: < 0.387965, 0.174541, -0.904997> - 7053: < 0.386985, 0.216199, -0.896382> - 7054: < 0.430657, 0.216320, -0.876208> - 7055: < 0.432149, 0.175026, -0.884654> - 7056: < 0.386985, 0.216199, -0.896382> - 7057: < 0.385664, 0.257364, -0.886018> - 7058: < 0.428698, 0.256999, -0.866124> - 7059: < 0.430657, 0.216320, -0.876208> - 7060: < 0.385664, 0.257364, -0.886018> - 7061: < 0.383960, 0.298262, -0.873851> - 7062: < 0.426323, 0.297287, -0.854324> - 7063: < 0.428698, 0.256999, -0.866124> - 7064: < 0.383960, 0.298262, -0.873851> - 7065: < 0.381976, 0.339005, -0.859750> - 7066: < 0.423577, 0.337391, -0.840684> - 7067: < 0.426323, 0.297287, -0.854324> - 7068: < 0.381976, 0.339005, -0.859750> - 7069: < 0.379751, 0.379751, -0.843551> - 7070: < 0.420500, 0.377345, -0.825100> - 7071: < 0.423577, 0.337391, -0.840684> - 7072: < 0.379751, 0.379751, -0.843551> - 7073: < 0.377345, 0.420500, -0.825100> - 7074: < 0.417202, 0.417202, -0.807394> - 7075: < 0.420500, 0.377345, -0.825100> - 7076: < 0.377345, 0.420500, -0.825100> - 7077: < 0.374961, 0.461239, -0.804154> - 7078: < 0.413777, 0.456900, -0.787421> - 7079: < 0.417202, 0.417202, -0.807394> - 7080: < 0.374961, 0.461239, -0.804154> - 7081: < 0.372705, 0.501802, -0.780568> - 7082: < 0.410392, 0.496395, -0.764964> - 7083: < 0.413777, 0.456900, -0.787421> - 7084: < 0.372705, 0.501802, -0.780568> - 7085: < 0.370721, 0.542028, -0.754169> - 7086: < 0.407307, 0.535518, -0.739812> - 7087: < 0.410392, 0.496395, -0.764964> - 7088: < 0.370721, 0.542028, -0.754169> - 7089: < 0.369188, 0.581661, -0.724825> - 7090: < 0.404839, 0.574008, -0.711772> - 7091: < 0.407307, 0.535518, -0.739812> - 7092: < 0.369188, 0.581661, -0.724825> - 7093: < 0.368246, 0.620305, -0.692544> - 7094: < 0.403223, 0.611427, -0.680859> - 7095: < 0.404839, 0.574008, -0.711772> - 7096: < 0.403223, -0.611427, -0.680859> - 7097: < 0.404839, -0.574008, -0.711772> - 7098: < 0.439475, -0.565794, -0.697667> - 7099: < 0.437036, -0.601963, -0.668312> - 7100: < 0.404839, -0.574008, -0.711772> - 7101: < 0.407307, -0.535518, -0.739812> - 7102: < 0.443145, -0.528478, -0.724109> - 7103: < 0.439475, -0.565794, -0.697667> - 7104: < 0.407307, -0.535518, -0.739812> - 7105: < 0.410392, -0.496395, -0.764964> - 7106: < 0.447593, -0.490534, -0.747688> - 7107: < 0.443145, -0.528478, -0.724109> - 7108: < 0.410392, -0.496395, -0.764964> - 7109: < 0.413777, -0.456900, -0.787421> - 7110: < 0.452290, -0.452290, -0.768679> - 7111: < 0.447593, -0.490534, -0.747688> - 7112: < 0.413777, -0.456900, -0.787421> - 7113: < 0.417202, -0.417202, -0.807394> - 7114: < 0.456900, -0.413777, -0.787421> - 7115: < 0.452290, -0.452290, -0.768679> - 7116: < 0.417202, -0.417202, -0.807394> - 7117: < 0.420500, -0.377345, -0.825100> - 7118: < 0.461239, -0.374961, -0.804154> - 7119: < 0.456900, -0.413777, -0.787421> - 7120: < 0.420500, -0.377345, -0.825100> - 7121: < 0.423577, -0.337391, -0.840684> - 7122: < 0.465202, -0.335801, -0.819039> - 7123: < 0.461239, -0.374961, -0.804154> - 7124: < 0.423577, -0.337391, -0.840684> - 7125: < 0.426323, -0.297287, -0.854324> - 7126: < 0.468770, -0.296339, -0.832128> - 7127: < 0.465202, -0.335801, -0.819039> - 7128: < 0.426323, -0.297287, -0.854324> - 7129: < 0.428698, -0.256999, -0.866124> - 7130: < 0.471888, -0.256606, -0.843490> - 7131: < 0.468770, -0.296339, -0.832128> - 7132: < 0.428698, -0.256999, -0.866124> - 7133: < 0.430657, -0.216320, -0.876208> - 7134: < 0.474515, -0.216413, -0.853230> - 7135: < 0.471888, -0.256606, -0.843490> - 7136: < 0.430657, -0.216320, -0.876208> - 7137: < 0.432149, -0.175026, -0.884654> - 7138: < 0.476614, -0.175453, -0.861426> - 7139: < 0.474515, -0.216413, -0.853230> - 7140: < 0.432149, -0.175026, -0.884654> - 7141: < 0.433281, -0.132911, -0.891405> - 7142: < 0.478208, -0.133553, -0.868033> - 7143: < 0.476614, -0.175453, -0.861426> - 7144: < 0.433281, -0.132911, -0.891405> - 7145: < 0.433981, -0.089787, -0.896437> - 7146: < 0.479307, -0.090429, -0.872976> - 7147: < 0.478208, -0.133553, -0.868033> - 7148: < 0.433981, -0.089787, -0.896437> - 7149: < 0.434379, -0.045443, -0.899583> - 7150: < 0.479951, -0.045871, -0.876095> - 7151: < 0.479307, -0.090429, -0.872976> - 7152: < 0.434379, -0.045443, -0.899583> - 7153: < 0.434534, 0.000000, -0.900655> - 7154: < 0.480158, 0.000000, -0.877182> - 7155: < 0.479951, -0.045871, -0.876095> - 7156: < 0.434534, 0.000000, -0.900655> - 7157: < 0.434379, 0.045443, -0.899583> - 7158: < 0.479951, 0.045871, -0.876095> - 7159: < 0.480158, 0.000000, -0.877182> - 7160: < 0.434379, 0.045443, -0.899583> - 7161: < 0.433981, 0.089787, -0.896437> - 7162: < 0.479307, 0.090429, -0.872976> - 7163: < 0.479951, 0.045871, -0.876095> - 7164: < 0.433981, 0.089787, -0.896437> - 7165: < 0.433281, 0.132911, -0.891405> - 7166: < 0.478208, 0.133553, -0.868033> - 7167: < 0.479307, 0.090429, -0.872976> - 7168: < 0.433281, 0.132911, -0.891405> - 7169: < 0.432149, 0.175026, -0.884654> - 7170: < 0.476614, 0.175453, -0.861426> - 7171: < 0.478208, 0.133553, -0.868033> - 7172: < 0.432149, 0.175026, -0.884654> - 7173: < 0.430657, 0.216320, -0.876208> - 7174: < 0.474515, 0.216413, -0.853230> - 7175: < 0.476614, 0.175453, -0.861426> - 7176: < 0.430657, 0.216320, -0.876208> - 7177: < 0.428698, 0.256999, -0.866124> - 7178: < 0.471888, 0.256606, -0.843490> - 7179: < 0.474515, 0.216413, -0.853230> - 7180: < 0.428698, 0.256999, -0.866124> - 7181: < 0.426323, 0.297287, -0.854324> - 7182: < 0.468770, 0.296339, -0.832128> - 7183: < 0.471888, 0.256606, -0.843490> - 7184: < 0.426323, 0.297287, -0.854324> - 7185: < 0.423577, 0.337391, -0.840684> - 7186: < 0.465202, 0.335801, -0.819039> - 7187: < 0.468770, 0.296339, -0.832128> - 7188: < 0.423577, 0.337391, -0.840684> - 7189: < 0.420500, 0.377345, -0.825100> - 7190: < 0.461239, 0.374961, -0.804154> - 7191: < 0.465202, 0.335801, -0.819039> - 7192: < 0.420500, 0.377345, -0.825100> - 7193: < 0.417202, 0.417202, -0.807394> - 7194: < 0.456900, 0.413777, -0.787421> - 7195: < 0.461239, 0.374961, -0.804154> - 7196: < 0.417202, 0.417202, -0.807394> - 7197: < 0.413777, 0.456900, -0.787421> - 7198: < 0.452290, 0.452290, -0.768679> - 7199: < 0.456900, 0.413777, -0.787421> - 7200: < 0.413777, 0.456900, -0.787421> - 7201: < 0.410392, 0.496395, -0.764964> - 7202: < 0.447593, 0.490534, -0.747688> - 7203: < 0.452290, 0.452290, -0.768679> - 7204: < 0.410392, 0.496395, -0.764964> - 7205: < 0.407307, 0.535518, -0.739812> - 7206: < 0.443145, 0.528478, -0.724109> - 7207: < 0.447593, 0.490534, -0.747688> - 7208: < 0.407307, 0.535518, -0.739812> - 7209: < 0.404839, 0.574008, -0.711772> - 7210: < 0.439475, 0.565794, -0.697667> - 7211: < 0.443145, 0.528478, -0.724109> - 7212: < 0.404839, 0.574008, -0.711772> - 7213: < 0.403223, 0.611427, -0.680859> - 7214: < 0.437036, 0.601963, -0.668312> - 7215: < 0.439475, 0.565794, -0.697667> - 7216: < 0.437036, -0.601963, -0.668312> - 7217: < 0.439475, -0.565794, -0.697667> - 7218: < 0.473139, -0.557037, -0.682532> - 7219: < 0.469385, -0.591920, -0.655217> - 7220: < 0.439475, -0.565794, -0.697667> - 7221: < 0.443145, -0.528478, -0.724109> - 7222: < 0.478425, -0.520969, -0.706895> - 7223: < 0.473139, -0.557037, -0.682532> - 7224: < 0.443145, -0.528478, -0.724109> - 7225: < 0.447593, -0.490534, -0.747688> - 7226: < 0.484430, -0.484430, -0.728461> - 7227: < 0.478425, -0.520969, -0.706895> - 7228: < 0.447593, -0.490534, -0.747688> - 7229: < 0.452290, -0.452290, -0.768679> - 7230: < 0.490534, -0.447593, -0.747688> - 7231: < 0.484430, -0.484430, -0.728461> - 7232: < 0.452290, -0.452290, -0.768679> - 7233: < 0.456900, -0.413777, -0.787421> - 7234: < 0.496395, -0.410392, -0.764964> - 7235: < 0.490534, -0.447593, -0.747688> - 7236: < 0.456900, -0.413777, -0.787421> - 7237: < 0.461239, -0.374961, -0.804154> - 7238: < 0.501802, -0.372705, -0.780568> - 7239: < 0.496395, -0.410392, -0.764964> - 7240: < 0.461239, -0.374961, -0.804154> - 7241: < 0.465202, -0.335801, -0.819039> - 7242: < 0.506745, -0.334310, -0.794636> - 7243: < 0.501802, -0.372705, -0.780568> - 7244: < 0.465202, -0.335801, -0.819039> - 7245: < 0.468770, -0.296339, -0.832128> - 7246: < 0.511198, -0.295457, -0.807082> - 7247: < 0.506745, -0.334310, -0.794636> - 7248: < 0.468770, -0.296339, -0.832128> - 7249: < 0.471888, -0.256606, -0.843490> - 7250: < 0.515110, -0.256243, -0.817925> - 7251: < 0.511198, -0.295457, -0.807082> - 7252: < 0.471888, -0.256606, -0.843490> - 7253: < 0.474515, -0.216413, -0.853230> - 7254: < 0.518435, -0.216475, -0.827263> - 7255: < 0.515110, -0.256243, -0.817925> - 7256: < 0.474515, -0.216413, -0.853230> - 7257: < 0.476614, -0.175453, -0.861426> - 7258: < 0.521180, -0.175853, -0.835133> - 7259: < 0.518435, -0.216475, -0.827263> - 7260: < 0.476614, -0.175453, -0.861426> - 7261: < 0.478208, -0.133553, -0.868033> - 7262: < 0.523307, -0.134100, -0.841527> - 7263: < 0.521180, -0.175853, -0.835133> - 7264: < 0.478208, -0.133553, -0.868033> - 7265: < 0.479307, -0.090429, -0.872976> - 7266: < 0.524836, -0.091008, -0.846324> - 7267: < 0.523307, -0.134100, -0.841527> - 7268: < 0.479307, -0.090429, -0.872976> - 7269: < 0.479951, -0.045871, -0.876095> - 7270: < 0.525753, -0.046267, -0.849378> - 7271: < 0.524836, -0.091008, -0.846324> - 7272: < 0.479951, -0.045871, -0.876095> - 7273: < 0.480158, 0.000000, -0.877182> - 7274: < 0.526081, 0.000000, -0.850434> - 7275: < 0.525753, -0.046267, -0.849378> - 7276: < 0.480158, 0.000000, -0.877182> - 7277: < 0.479951, 0.045871, -0.876095> - 7278: < 0.525753, 0.046267, -0.849378> - 7279: < 0.526081, 0.000000, -0.850434> - 7280: < 0.479951, 0.045871, -0.876095> - 7281: < 0.479307, 0.090429, -0.872976> - 7282: < 0.524836, 0.091008, -0.846324> - 7283: < 0.525753, 0.046267, -0.849378> - 7284: < 0.479307, 0.090429, -0.872976> - 7285: < 0.478208, 0.133553, -0.868033> - 7286: < 0.523307, 0.134100, -0.841527> - 7287: < 0.524836, 0.091008, -0.846324> - 7288: < 0.478208, 0.133553, -0.868033> - 7289: < 0.476614, 0.175453, -0.861426> - 7290: < 0.521180, 0.175853, -0.835133> - 7291: < 0.523307, 0.134100, -0.841527> - 7292: < 0.476614, 0.175453, -0.861426> - 7293: < 0.474515, 0.216413, -0.853230> - 7294: < 0.518435, 0.216475, -0.827263> - 7295: < 0.521180, 0.175853, -0.835133> - 7296: < 0.474515, 0.216413, -0.853230> - 7297: < 0.471888, 0.256606, -0.843490> - 7298: < 0.515110, 0.256243, -0.817925> - 7299: < 0.518435, 0.216475, -0.827263> - 7300: < 0.471888, 0.256606, -0.843490> - 7301: < 0.468770, 0.296339, -0.832128> - 7302: < 0.511198, 0.295457, -0.807082> - 7303: < 0.515110, 0.256243, -0.817925> - 7304: < 0.468770, 0.296339, -0.832128> - 7305: < 0.465202, 0.335801, -0.819039> - 7306: < 0.506740, 0.334337, -0.794627> - 7307: < 0.511198, 0.295457, -0.807082> - 7308: < 0.465202, 0.335801, -0.819039> - 7309: < 0.461239, 0.374961, -0.804154> - 7310: < 0.501802, 0.372705, -0.780568> - 7311: < 0.506740, 0.334337, -0.794627> - 7312: < 0.461239, 0.374961, -0.804154> - 7313: < 0.456900, 0.413777, -0.787421> - 7314: < 0.496395, 0.410392, -0.764964> - 7315: < 0.501802, 0.372705, -0.780568> - 7316: < 0.456900, 0.413777, -0.787421> - 7317: < 0.452290, 0.452290, -0.768679> - 7318: < 0.490534, 0.447593, -0.747688> - 7319: < 0.496395, 0.410392, -0.764964> - 7320: < 0.452290, 0.452290, -0.768679> - 7321: < 0.447593, 0.490534, -0.747688> - 7322: < 0.484430, 0.484430, -0.728461> - 7323: < 0.490534, 0.447593, -0.747688> - 7324: < 0.447593, 0.490534, -0.747688> - 7325: < 0.443145, 0.528478, -0.724109> - 7326: < 0.478425, 0.520969, -0.706895> - 7327: < 0.484430, 0.484430, -0.728461> - 7328: < 0.443145, 0.528478, -0.724109> - 7329: < 0.439475, 0.565794, -0.697667> - 7330: < 0.473139, 0.557037, -0.682532> - 7331: < 0.478425, 0.520969, -0.706895> - 7332: < 0.439475, 0.565794, -0.697667> - 7333: < 0.437036, 0.601963, -0.668312> - 7334: < 0.469385, 0.591920, -0.655217> - 7335: < 0.473139, 0.557037, -0.682532> - 7336: < 0.469385, -0.591920, -0.655217> - 7337: < 0.473139, -0.557037, -0.682532> - 7338: < 0.506040, -0.547882, -0.666144> - 7339: < 0.500519, -0.581456, -0.641396> - 7340: < 0.473139, -0.557037, -0.682532> - 7341: < 0.478425, -0.520969, -0.706895> - 7342: < 0.513252, -0.513252, -0.687856> - 7343: < 0.506040, -0.547882, -0.666144> - 7344: < 0.478425, -0.520969, -0.706895> - 7345: < 0.484430, -0.484430, -0.728461> - 7346: < 0.520969, -0.478425, -0.706895> - 7347: < 0.513252, -0.513252, -0.687856> - 7348: < 0.484430, -0.484430, -0.728461> - 7349: < 0.490534, -0.447593, -0.747688> - 7350: < 0.528478, -0.443145, -0.724109> - 7351: < 0.520969, -0.478425, -0.706895> - 7352: < 0.490534, -0.447593, -0.747688> - 7353: < 0.496395, -0.410392, -0.764964> - 7354: < 0.535518, -0.407307, -0.739812> - 7355: < 0.528478, -0.443145, -0.724109> - 7356: < 0.496395, -0.410392, -0.764964> - 7357: < 0.501802, -0.372705, -0.780568> - 7358: < 0.542028, -0.370721, -0.754169> - 7359: < 0.535518, -0.407307, -0.739812> - 7360: < 0.501802, -0.372705, -0.780568> - 7361: < 0.506745, -0.334310, -0.794636> - 7362: < 0.548009, -0.333090, -0.767292> - 7363: < 0.542028, -0.370721, -0.754169> - 7364: < 0.506745, -0.334310, -0.794636> - 7365: < 0.511198, -0.295457, -0.807082> - 7366: < 0.553415, -0.294729, -0.779017> - 7367: < 0.548009, -0.333090, -0.767292> - 7368: < 0.511198, -0.295457, -0.807082> - 7369: < 0.515110, -0.256243, -0.817925> - 7370: < 0.558172, -0.255937, -0.789266> - 7371: < 0.553415, -0.294729, -0.779017> - 7372: < 0.515110, -0.256243, -0.817925> - 7373: < 0.518435, -0.216475, -0.827263> - 7374: < 0.562257, -0.216534, -0.798110> - 7375: < 0.558172, -0.255937, -0.789266> - 7376: < 0.518435, -0.216475, -0.827263> - 7377: < 0.521180, -0.175853, -0.835133> - 7378: < 0.565675, -0.176188, -0.805587> - 7379: < 0.562257, -0.216534, -0.798110> - 7380: < 0.521180, -0.175853, -0.835133> - 7381: < 0.523307, -0.134100, -0.841527> - 7382: < 0.568382, -0.134618, -0.811677> - 7383: < 0.565675, -0.176188, -0.805587> - 7384: < 0.523307, -0.134100, -0.841527> - 7385: < 0.524836, -0.091008, -0.846324> - 7386: < 0.570377, -0.091497, -0.816271> - 7387: < 0.568382, -0.134618, -0.811677> - 7388: < 0.524836, -0.091008, -0.846324> - 7389: < 0.525753, -0.046267, -0.849378> - 7390: < 0.571602, -0.046573, -0.819208> - 7391: < 0.570377, -0.091497, -0.816271> - 7392: < 0.525753, -0.046267, -0.849378> - 7393: < 0.526081, 0.000000, -0.850434> - 7394: < 0.572024, 0.000000, -0.820237> - 7395: < 0.571602, -0.046573, -0.819208> - 7396: < 0.526081, 0.000000, -0.850434> - 7397: < 0.525753, 0.046267, -0.849378> - 7398: < 0.571602, 0.046573, -0.819208> - 7399: < 0.572024, 0.000000, -0.820237> - 7400: < 0.525753, 0.046267, -0.849378> - 7401: < 0.524836, 0.091008, -0.846324> - 7402: < 0.570377, 0.091497, -0.816271> - 7403: < 0.571602, 0.046573, -0.819208> - 7404: < 0.524836, 0.091008, -0.846324> - 7405: < 0.523307, 0.134100, -0.841527> - 7406: < 0.568382, 0.134618, -0.811677> - 7407: < 0.570377, 0.091497, -0.816271> - 7408: < 0.523307, 0.134100, -0.841527> - 7409: < 0.521180, 0.175853, -0.835133> - 7410: < 0.565675, 0.176188, -0.805587> - 7411: < 0.568382, 0.134618, -0.811677> - 7412: < 0.521180, 0.175853, -0.835133> - 7413: < 0.518435, 0.216475, -0.827263> - 7414: < 0.562257, 0.216534, -0.798110> - 7415: < 0.565675, 0.176188, -0.805587> - 7416: < 0.518435, 0.216475, -0.827263> - 7417: < 0.515110, 0.256243, -0.817925> - 7418: < 0.558172, 0.255937, -0.789266> - 7419: < 0.562257, 0.216534, -0.798110> - 7420: < 0.515110, 0.256243, -0.817925> - 7421: < 0.511198, 0.295457, -0.807082> - 7422: < 0.553415, 0.294729, -0.779017> - 7423: < 0.558172, 0.255937, -0.789266> - 7424: < 0.511198, 0.295457, -0.807082> - 7425: < 0.506740, 0.334337, -0.794627> - 7426: < 0.548009, 0.333090, -0.767292> - 7427: < 0.553415, 0.294729, -0.779017> - 7428: < 0.506740, 0.334337, -0.794627> - 7429: < 0.501802, 0.372705, -0.780568> - 7430: < 0.542028, 0.370721, -0.754169> - 7431: < 0.548009, 0.333090, -0.767292> - 7432: < 0.501802, 0.372705, -0.780568> - 7433: < 0.496395, 0.410392, -0.764964> - 7434: < 0.535518, 0.407307, -0.739812> - 7435: < 0.542028, 0.370721, -0.754169> - 7436: < 0.496395, 0.410392, -0.764964> - 7437: < 0.490534, 0.447593, -0.747688> - 7438: < 0.528478, 0.443145, -0.724109> - 7439: < 0.535518, 0.407307, -0.739812> - 7440: < 0.490534, 0.447593, -0.747688> - 7441: < 0.484430, 0.484430, -0.728461> - 7442: < 0.520969, 0.478425, -0.706895> - 7443: < 0.528478, 0.443145, -0.724109> - 7444: < 0.484430, 0.484430, -0.728461> - 7445: < 0.478425, 0.520969, -0.706895> - 7446: < 0.513252, 0.513252, -0.687856> - 7447: < 0.520969, 0.478425, -0.706895> - 7448: < 0.478425, 0.520969, -0.706895> - 7449: < 0.473139, 0.557037, -0.682532> - 7450: < 0.506040, 0.547882, -0.666144> - 7451: < 0.513252, 0.513252, -0.687856> - 7452: < 0.473139, 0.557037, -0.682532> - 7453: < 0.469385, 0.591920, -0.655217> - 7454: < 0.500519, 0.581456, -0.641396> - 7455: < 0.506040, 0.547882, -0.666144> - 7456: < 0.500519, -0.581456, -0.641396> - 7457: < 0.506040, -0.547882, -0.666144> - 7458: < 0.538962, -0.538962, -0.647334> - 7459: < 0.531523, -0.571076, -0.625584> - 7460: < 0.506040, -0.547882, -0.666144> - 7461: < 0.513252, -0.513252, -0.687856> - 7462: < 0.547882, -0.506040, -0.666144> - 7463: < 0.538962, -0.538962, -0.647334> - 7464: < 0.513252, -0.513252, -0.687856> - 7465: < 0.520969, -0.478425, -0.706895> - 7466: < 0.557037, -0.473139, -0.682532> - 7467: < 0.547882, -0.506040, -0.666144> - 7468: < 0.520969, -0.478425, -0.706895> - 7469: < 0.528478, -0.443145, -0.724109> - 7470: < 0.565794, -0.439475, -0.697667> - 7471: < 0.557037, -0.473139, -0.682532> - 7472: < 0.528478, -0.443145, -0.724109> - 7473: < 0.535518, -0.407307, -0.739812> - 7474: < 0.574008, -0.404839, -0.711772> - 7475: < 0.565794, -0.439475, -0.697667> - 7476: < 0.535518, -0.407307, -0.739812> - 7477: < 0.542028, -0.370721, -0.754169> - 7478: < 0.581661, -0.369188, -0.724825> - 7479: < 0.574008, -0.404839, -0.711772> - 7480: < 0.542028, -0.370721, -0.754169> - 7481: < 0.548009, -0.333090, -0.767292> - 7482: < 0.588744, -0.332170, -0.736915> - 7483: < 0.581661, -0.369188, -0.724825> - 7484: < 0.548009, -0.333090, -0.767292> - 7485: < 0.553415, -0.294729, -0.779017> - 7486: < 0.595158, -0.294207, -0.747816> - 7487: < 0.588744, -0.332170, -0.736915> - 7488: < 0.553415, -0.294729, -0.779017> - 7489: < 0.558172, -0.255937, -0.789266> - 7490: < 0.600829, -0.255750, -0.757361> - 7491: < 0.595158, -0.294207, -0.747816> - 7492: < 0.558172, -0.255937, -0.789266> - 7493: < 0.562257, -0.216534, -0.798110> - 7494: < 0.605748, -0.216596, -0.765608> - 7495: < 0.600829, -0.255750, -0.757361> - 7496: < 0.562257, -0.216534, -0.798110> - 7497: < 0.565675, -0.176188, -0.805587> - 7498: < 0.609892, -0.176461, -0.772589> - 7499: < 0.605748, -0.216596, -0.765608> - 7500: < 0.565675, -0.176188, -0.805587> - 7501: < 0.568382, -0.134618, -0.811677> - 7502: < 0.613215, -0.135015, -0.778292> - 7503: < 0.609892, -0.176461, -0.772589> - 7504: < 0.568382, -0.134618, -0.811677> - 7505: < 0.570377, -0.091497, -0.816271> - 7506: < 0.615697, -0.091894, -0.782607> - 7507: < 0.613215, -0.135015, -0.778292> - 7508: < 0.570377, -0.091497, -0.816271> - 7509: < 0.571602, -0.046573, -0.819208> - 7510: < 0.617246, -0.046847, -0.785375> - 7511: < 0.615697, -0.091894, -0.782607> - 7512: < 0.571602, -0.046573, -0.819208> - 7513: < 0.572024, 0.000000, -0.820237> - 7514: < 0.617789, 0.000000, -0.786344> - 7515: < 0.617246, -0.046847, -0.785375> - 7516: < 0.572024, 0.000000, -0.820237> - 7517: < 0.571602, 0.046573, -0.819208> - 7518: < 0.617246, 0.046847, -0.785375> - 7519: < 0.617789, 0.000000, -0.786344> - 7520: < 0.571602, 0.046573, -0.819208> - 7521: < 0.570377, 0.091497, -0.816271> - 7522: < 0.615697, 0.091894, -0.782607> - 7523: < 0.617246, 0.046847, -0.785375> - 7524: < 0.570377, 0.091497, -0.816271> - 7525: < 0.568382, 0.134618, -0.811677> - 7526: < 0.613199, 0.134988, -0.778309> - 7527: < 0.615697, 0.091894, -0.782607> - 7528: < 0.568382, 0.134618, -0.811677> - 7529: < 0.565675, 0.176188, -0.805587> - 7530: < 0.609892, 0.176461, -0.772589> - 7531: < 0.613199, 0.134988, -0.778309> - 7532: < 0.565675, 0.176188, -0.805587> - 7533: < 0.562257, 0.216534, -0.798110> - 7534: < 0.605748, 0.216596, -0.765608> - 7535: < 0.609892, 0.176461, -0.772589> - 7536: < 0.562257, 0.216534, -0.798110> - 7537: < 0.558172, 0.255937, -0.789266> - 7538: < 0.600829, 0.255750, -0.757361> - 7539: < 0.605748, 0.216596, -0.765608> - 7540: < 0.558172, 0.255937, -0.789266> - 7541: < 0.553415, 0.294729, -0.779017> - 7542: < 0.595158, 0.294207, -0.747816> - 7543: < 0.600829, 0.255750, -0.757361> - 7544: < 0.553415, 0.294729, -0.779017> - 7545: < 0.548009, 0.333090, -0.767292> - 7546: < 0.588744, 0.332170, -0.736915> - 7547: < 0.595158, 0.294207, -0.747816> - 7548: < 0.548009, 0.333090, -0.767292> - 7549: < 0.542028, 0.370721, -0.754169> - 7550: < 0.581661, 0.369188, -0.724825> - 7551: < 0.588744, 0.332170, -0.736915> - 7552: < 0.542028, 0.370721, -0.754169> - 7553: < 0.535518, 0.407307, -0.739812> - 7554: < 0.574008, 0.404839, -0.711772> - 7555: < 0.581661, 0.369188, -0.724825> - 7556: < 0.535518, 0.407307, -0.739812> - 7557: < 0.528478, 0.443145, -0.724109> - 7558: < 0.565794, 0.439475, -0.697667> - 7559: < 0.574008, 0.404839, -0.711772> - 7560: < 0.528478, 0.443145, -0.724109> - 7561: < 0.520969, 0.478425, -0.706895> - 7562: < 0.557037, 0.473139, -0.682532> - 7563: < 0.565794, 0.439475, -0.697667> - 7564: < 0.520969, 0.478425, -0.706895> - 7565: < 0.513252, 0.513252, -0.687856> - 7566: < 0.547882, 0.506040, -0.666144> - 7567: < 0.557037, 0.473139, -0.682532> - 7568: < 0.513252, 0.513252, -0.687856> - 7569: < 0.506040, 0.547882, -0.666144> - 7570: < 0.538962, 0.538962, -0.647334> - 7571: < 0.547882, 0.506040, -0.666144> - 7572: < 0.506040, 0.547882, -0.666144> - 7573: < 0.500519, 0.581456, -0.641396> - 7574: < 0.531523, 0.571076, -0.625584> - 7575: < 0.538962, 0.538962, -0.647334> - 7576: < 0.531523, -0.571076, -0.625584> - 7577: < 0.538962, -0.538962, -0.647334> - 7578: < 0.571076, -0.531523, -0.625584> - 7579: < 0.561516, -0.561516, -0.607783> - 7580: < 0.538962, -0.538962, -0.647334> - 7581: < 0.547882, -0.506040, -0.666144> - 7582: < 0.581456, -0.500519, -0.641396> - 7583: < 0.571076, -0.531523, -0.625584> - 7584: < 0.547882, -0.506040, -0.666144> - 7585: < 0.557037, -0.473139, -0.682532> - 7586: < 0.591920, -0.469385, -0.655217> - 7587: < 0.581456, -0.500519, -0.641396> - 7588: < 0.557037, -0.473139, -0.682532> - 7589: < 0.565794, -0.439475, -0.697667> - 7590: < 0.601963, -0.437036, -0.668312> - 7591: < 0.591920, -0.469385, -0.655217> - 7592: < 0.565794, -0.439475, -0.697667> - 7593: < 0.574008, -0.404839, -0.711772> - 7594: < 0.611427, -0.403223, -0.680859> - 7595: < 0.601963, -0.437036, -0.668312> - 7596: < 0.574008, -0.404839, -0.711772> - 7597: < 0.581661, -0.369188, -0.724825> - 7598: < 0.620305, -0.368246, -0.692544> - 7599: < 0.611427, -0.403223, -0.680859> - 7600: < 0.581661, -0.369188, -0.724825> - 7601: < 0.588744, -0.332170, -0.736915> - 7602: < 0.628603, -0.331652, -0.703467> - 7603: < 0.620305, -0.368246, -0.692544> - 7604: < 0.588744, -0.332170, -0.736915> - 7605: < 0.595158, -0.294207, -0.747816> - 7606: < 0.636150, -0.293904, -0.713396> - 7607: < 0.628603, -0.331652, -0.703467> - 7608: < 0.595158, -0.294207, -0.747816> - 7609: < 0.600829, -0.255750, -0.757361> - 7610: < 0.642833, -0.255632, -0.722093> - 7611: < 0.636150, -0.293904, -0.713396> - 7612: < 0.600829, -0.255750, -0.757361> - 7613: < 0.605748, -0.216596, -0.765608> - 7614: < 0.648624, -0.216656, -0.729622> - 7615: < 0.642833, -0.255632, -0.722093> - 7616: < 0.605748, -0.216596, -0.765608> - 7617: < 0.609892, -0.176461, -0.772589> - 7618: < 0.653502, -0.176644, -0.736025> - 7619: < 0.648624, -0.216656, -0.729622> - 7620: < 0.609892, -0.176461, -0.772589> - 7621: < 0.613215, -0.135015, -0.778292> - 7622: < 0.657468, -0.135260, -0.741243> - 7623: < 0.653502, -0.176644, -0.736025> - 7624: < 0.613215, -0.135015, -0.778292> - 7625: < 0.615697, -0.091894, -0.782607> - 7626: < 0.660463, -0.092137, -0.745184> - 7627: < 0.657468, -0.135260, -0.741243> - 7628: < 0.615697, -0.091894, -0.782607> - 7629: < 0.617246, -0.046847, -0.785375> - 7630: < 0.662354, -0.046999, -0.747715> - 7631: < 0.660463, -0.092137, -0.745184> - 7632: < 0.617246, -0.046847, -0.785375> - 7633: < 0.617789, 0.000000, -0.786344> - 7634: < 0.663024, 0.000000, -0.748599> - 7635: < 0.662354, -0.046999, -0.747715> - 7636: < 0.617789, 0.000000, -0.786344> - 7637: < 0.617246, 0.046847, -0.785375> - 7638: < 0.662354, 0.046999, -0.747715> - 7639: < 0.663024, 0.000000, -0.748599> - 7640: < 0.617246, 0.046847, -0.785375> - 7641: < 0.615697, 0.091894, -0.782607> - 7642: < 0.660463, 0.092137, -0.745184> - 7643: < 0.662354, 0.046999, -0.747715> - 7644: < 0.615697, 0.091894, -0.782607> - 7645: < 0.613199, 0.134988, -0.778309> - 7646: < 0.657468, 0.135260, -0.741243> - 7647: < 0.660463, 0.092137, -0.745184> - 7648: < 0.613199, 0.134988, -0.778309> - 7649: < 0.609892, 0.176461, -0.772589> - 7650: < 0.653502, 0.176644, -0.736025> - 7651: < 0.657468, 0.135260, -0.741243> - 7652: < 0.609892, 0.176461, -0.772589> - 7653: < 0.605748, 0.216596, -0.765608> - 7654: < 0.648606, 0.216660, -0.729636> - 7655: < 0.653502, 0.176644, -0.736025> - 7656: < 0.605748, 0.216596, -0.765608> - 7657: < 0.600829, 0.255750, -0.757361> - 7658: < 0.642833, 0.255632, -0.722093> - 7659: < 0.648606, 0.216660, -0.729636> - 7660: < 0.600829, 0.255750, -0.757361> - 7661: < 0.595158, 0.294207, -0.747816> - 7662: < 0.636150, 0.293904, -0.713396> - 7663: < 0.642833, 0.255632, -0.722093> - 7664: < 0.595158, 0.294207, -0.747816> - 7665: < 0.588744, 0.332170, -0.736915> - 7666: < 0.628603, 0.331652, -0.703467> - 7667: < 0.636150, 0.293904, -0.713396> - 7668: < 0.588744, 0.332170, -0.736915> - 7669: < 0.581661, 0.369188, -0.724825> - 7670: < 0.620305, 0.368246, -0.692544> - 7671: < 0.628603, 0.331652, -0.703467> - 7672: < 0.581661, 0.369188, -0.724825> - 7673: < 0.574008, 0.404839, -0.711772> - 7674: < 0.611427, 0.403223, -0.680859> - 7675: < 0.620305, 0.368246, -0.692544> - 7676: < 0.574008, 0.404839, -0.711772> - 7677: < 0.565794, 0.439475, -0.697667> - 7678: < 0.601963, 0.437036, -0.668312> - 7679: < 0.611427, 0.403223, -0.680859> - 7680: < 0.565794, 0.439475, -0.697667> - 7681: < 0.557037, 0.473139, -0.682532> - 7682: < 0.591920, 0.469385, -0.655217> - 7683: < 0.601963, 0.437036, -0.668312> - 7684: < 0.557037, 0.473139, -0.682532> - 7685: < 0.547882, 0.506040, -0.666144> - 7686: < 0.581456, 0.500519, -0.641396> - 7687: < 0.591920, 0.469385, -0.655217> - 7688: < 0.547882, 0.506040, -0.666144> - 7689: < 0.538962, 0.538962, -0.647334> - 7690: < 0.571076, 0.531523, -0.625584> - 7691: < 0.581456, 0.500519, -0.641396> - 7692: < 0.538962, 0.538962, -0.647334> - 7693: < 0.531523, 0.571076, -0.625584> - 7694: < 0.561516, 0.561516, -0.607783> - 7695: < 0.571076, 0.531523, -0.625584> - 7696: <-0.577360, -0.577330, -0.577360> - 7697: <-0.588539, -0.554296, -0.588539> - 7698: <-0.561516, -0.561516, -0.607783> - 7699: <-0.554296, -0.588539, -0.588539> - 7700: <-0.588539, -0.554296, -0.588539> - 7701: <-0.601199, -0.526457, -0.601168> - 7702: <-0.571076, -0.531523, -0.625584> - 7703: <-0.561516, -0.561516, -0.607783> - 7704: <-0.601199, -0.526457, -0.601168> - 7705: <-0.613379, -0.497527, -0.613379> - 7706: <-0.581456, -0.500519, -0.641396> - 7707: <-0.571076, -0.531523, -0.625584> - 7708: <-0.613379, -0.497527, -0.613379> - 7709: <-0.624909, -0.467950, -0.624909> - 7710: <-0.591920, -0.469385, -0.655217> - 7711: <-0.581456, -0.500519, -0.641396> - 7712: <-0.624909, -0.467950, -0.624909> - 7713: <-0.636296, -0.436181, -0.636296> - 7714: <-0.601963, -0.437036, -0.668312> - 7715: <-0.591920, -0.469385, -0.655217> - 7716: <-0.636296, -0.436181, -0.636296> - 7717: <-0.647247, -0.402668, -0.647247> - 7718: <-0.611427, -0.403223, -0.680859> - 7719: <-0.601963, -0.437036, -0.668312> - 7720: <-0.647247, -0.402668, -0.647247> - 7721: <-0.657511, -0.367912, -0.657511> - 7722: <-0.620305, -0.368246, -0.692544> - 7723: <-0.611427, -0.403223, -0.680859> - 7724: <-0.657511, -0.367912, -0.657511> - 7725: <-0.667130, -0.331474, -0.667130> - 7726: <-0.628603, -0.331652, -0.703467> - 7727: <-0.620305, -0.368246, -0.692544> - 7728: <-0.667130, -0.331474, -0.667130> - 7729: <-0.675899, -0.293804, -0.675899> - 7730: <-0.636150, -0.293904, -0.713396> - 7731: <-0.628603, -0.331652, -0.703467> - 7732: <-0.675899, -0.293804, -0.675899> - 7733: <-0.683620, -0.255594, -0.683620> - 7734: <-0.642833, -0.255632, -0.722093> - 7735: <-0.636150, -0.293904, -0.713396> - 7736: <-0.683620, -0.255594, -0.683620> - 7737: <-0.690307, -0.216684, -0.690307> - 7738: <-0.648606, -0.216660, -0.729636> - 7739: <-0.642833, -0.255632, -0.722093> - 7740: <-0.690307, -0.216684, -0.690307> - 7741: <-0.695976, -0.176733, -0.695976> - 7742: <-0.653502, -0.176644, -0.736025> - 7743: <-0.648606, -0.216660, -0.729636> - 7744: <-0.695976, -0.176733, -0.695976> - 7745: <-0.700600, -0.135353, -0.700600> - 7746: <-0.657468, -0.135260, -0.741243> - 7747: <-0.653502, -0.176644, -0.736025> - 7748: <-0.700600, -0.135353, -0.700600> - 7749: <-0.704093, -0.092231, -0.704093> - 7750: <-0.660463, -0.092137, -0.745184> - 7751: <-0.657468, -0.135260, -0.741243> - 7752: <-0.704093, -0.092231, -0.704093> - 7753: <-0.706323, -0.047060, -0.706323> - 7754: <-0.662354, -0.046999, -0.747715> - 7755: <-0.660463, -0.092137, -0.745184> - 7756: <-0.706323, -0.047060, -0.706323> - 7757: <-0.707107, 0.000000, -0.707107> - 7758: <-0.663024, 0.000000, -0.748599> - 7759: <-0.662354, -0.046999, -0.747715> - 7760: <-0.707107, 0.000000, -0.707107> - 7761: <-0.706323, 0.047060, -0.706323> - 7762: <-0.662354, 0.046999, -0.747715> - 7763: <-0.663024, 0.000000, -0.748599> - 7764: <-0.706323, 0.047060, -0.706323> - 7765: <-0.704093, 0.092231, -0.704093> - 7766: <-0.660463, 0.092137, -0.745184> - 7767: <-0.662354, 0.046999, -0.747715> - 7768: <-0.704093, 0.092231, -0.704093> - 7769: <-0.700600, 0.135353, -0.700600> - 7770: <-0.657468, 0.135260, -0.741243> - 7771: <-0.660463, 0.092137, -0.745184> - 7772: <-0.700600, 0.135353, -0.700600> - 7773: <-0.695976, 0.176733, -0.695976> - 7774: <-0.653502, 0.176644, -0.736025> - 7775: <-0.657468, 0.135260, -0.741243> - 7776: <-0.695976, 0.176733, -0.695976> - 7777: <-0.690307, 0.216684, -0.690307> - 7778: <-0.648606, 0.216660, -0.729636> - 7779: <-0.653502, 0.176644, -0.736025> - 7780: <-0.690307, 0.216684, -0.690307> - 7781: <-0.683620, 0.255594, -0.683620> - 7782: <-0.642833, 0.255632, -0.722093> - 7783: <-0.648606, 0.216660, -0.729636> - 7784: <-0.683620, 0.255594, -0.683620> - 7785: <-0.675899, 0.293804, -0.675899> - 7786: <-0.636150, 0.293904, -0.713396> - 7787: <-0.642833, 0.255632, -0.722093> - 7788: <-0.675899, 0.293804, -0.675899> - 7789: <-0.667130, 0.331474, -0.667130> - 7790: <-0.628603, 0.331652, -0.703467> - 7791: <-0.636150, 0.293904, -0.713396> - 7792: <-0.667130, 0.331474, -0.667130> - 7793: <-0.657511, 0.367912, -0.657511> - 7794: <-0.620305, 0.368246, -0.692544> - 7795: <-0.628603, 0.331652, -0.703467> - 7796: <-0.657511, 0.367912, -0.657511> - 7797: <-0.647247, 0.402668, -0.647247> - 7798: <-0.611427, 0.403223, -0.680859> - 7799: <-0.620305, 0.368246, -0.692544> - 7800: <-0.647247, 0.402668, -0.647247> - 7801: <-0.636296, 0.436181, -0.636296> - 7802: <-0.601963, 0.437036, -0.668312> - 7803: <-0.611427, 0.403223, -0.680859> - 7804: <-0.636296, 0.436181, -0.636296> - 7805: <-0.624909, 0.467950, -0.624909> - 7806: <-0.591920, 0.469385, -0.655217> - 7807: <-0.601963, 0.437036, -0.668312> - 7808: <-0.624909, 0.467950, -0.624909> - 7809: <-0.613379, 0.497527, -0.613379> - 7810: <-0.581465, 0.500496, -0.641406> - 7811: <-0.591920, 0.469385, -0.655217> - 7812: <-0.613379, 0.497527, -0.613379> - 7813: <-0.601188, 0.526447, -0.601188> - 7814: <-0.571076, 0.531523, -0.625584> - 7815: <-0.581465, 0.500496, -0.641406> - 7816: <-0.601188, 0.526447, -0.601188> - 7817: <-0.588539, 0.554296, -0.588539> - 7818: <-0.561516, 0.561516, -0.607783> - 7819: <-0.571076, 0.531523, -0.625584> - 7820: <-0.588539, 0.554296, -0.588539> - 7821: <-0.577350, 0.577350, -0.577350> - 7822: <-0.554296, 0.588539, -0.588539> - 7823: <-0.561516, 0.561516, -0.607783> - 7824: <-0.561516, 0.561516, -0.607783> - 7825: <-0.554296, 0.588539, -0.588539> - 7826: <-0.526447, 0.601188, -0.601188> - 7827: <-0.531523, 0.571076, -0.625584> - 7828: <-0.531523, 0.571076, -0.625584> - 7829: <-0.526447, 0.601188, -0.601188> - 7830: <-0.497527, 0.613379, -0.613379> - 7831: <-0.500519, 0.581456, -0.641396> - 7832: <-0.500519, 0.581456, -0.641396> - 7833: <-0.497527, 0.613379, -0.613379> - 7834: <-0.467950, 0.624909, -0.624909> - 7835: <-0.469385, 0.591920, -0.655217> - 7836: <-0.469385, 0.591920, -0.655217> - 7837: <-0.467950, 0.624909, -0.624909> - 7838: <-0.436181, 0.636296, -0.636296> - 7839: <-0.437036, 0.601963, -0.668312> - 7840: <-0.437036, 0.601963, -0.668312> - 7841: <-0.436181, 0.636296, -0.636296> - 7842: <-0.402668, 0.647247, -0.647247> - 7843: <-0.403223, 0.611427, -0.680859> - 7844: <-0.403223, 0.611427, -0.680859> - 7845: <-0.402668, 0.647247, -0.647247> - 7846: <-0.367912, 0.657511, -0.657511> - 7847: <-0.368246, 0.620305, -0.692544> - 7848: <-0.368246, 0.620305, -0.692544> - 7849: <-0.367912, 0.657511, -0.657511> - 7850: <-0.331474, 0.667130, -0.667130> - 7851: <-0.331652, 0.628603, -0.703467> - 7852: <-0.331652, 0.628603, -0.703467> - 7853: <-0.331474, 0.667130, -0.667130> - 7854: <-0.293804, 0.675899, -0.675899> - 7855: <-0.293904, 0.636150, -0.713396> - 7856: <-0.293904, 0.636150, -0.713396> - 7857: <-0.293804, 0.675899, -0.675899> - 7858: <-0.255594, 0.683620, -0.683620> - 7859: <-0.255632, 0.642833, -0.722093> - 7860: <-0.255632, 0.642833, -0.722093> - 7861: <-0.255594, 0.683620, -0.683620> - 7862: <-0.216684, 0.690307, -0.690307> - 7863: <-0.216660, 0.648606, -0.729636> - 7864: <-0.216660, 0.648606, -0.729636> - 7865: <-0.216684, 0.690307, -0.690307> - 7866: <-0.176733, 0.695976, -0.695976> - 7867: <-0.176644, 0.653502, -0.736025> - 7868: <-0.176644, 0.653502, -0.736025> - 7869: <-0.176733, 0.695976, -0.695976> - 7870: <-0.135353, 0.700600, -0.700600> - 7871: <-0.135260, 0.657468, -0.741243> - 7872: <-0.135260, 0.657468, -0.741243> - 7873: <-0.135353, 0.700600, -0.700600> - 7874: <-0.092231, 0.704093, -0.704093> - 7875: <-0.092137, 0.660463, -0.745184> - 7876: <-0.092137, 0.660463, -0.745184> - 7877: <-0.092231, 0.704093, -0.704093> - 7878: <-0.047060, 0.706323, -0.706323> - 7879: <-0.046999, 0.662354, -0.747715> - 7880: <-0.046999, 0.662354, -0.747715> - 7881: <-0.047060, 0.706323, -0.706323> - 7882: < 0.000000, 0.707107, -0.707107> - 7883: < 0.000000, 0.663024, -0.748599> - 7884: < 0.000000, 0.663024, -0.748599> - 7885: < 0.000000, 0.707107, -0.707107> - 7886: < 0.047060, 0.706323, -0.706323> - 7887: < 0.046999, 0.662354, -0.747715> - 7888: < 0.046999, 0.662354, -0.747715> - 7889: < 0.047060, 0.706323, -0.706323> - 7890: < 0.092231, 0.704093, -0.704093> - 7891: < 0.092137, 0.660463, -0.745184> - 7892: < 0.092137, 0.660463, -0.745184> - 7893: < 0.092231, 0.704093, -0.704093> - 7894: < 0.135353, 0.700600, -0.700600> - 7895: < 0.135260, 0.657468, -0.741243> - 7896: < 0.135260, 0.657468, -0.741243> - 7897: < 0.135353, 0.700600, -0.700600> - 7898: < 0.176733, 0.695976, -0.695976> - 7899: < 0.176644, 0.653502, -0.736025> - 7900: < 0.176644, 0.653502, -0.736025> - 7901: < 0.176733, 0.695976, -0.695976> - 7902: < 0.216684, 0.690307, -0.690307> - 7903: < 0.216660, 0.648606, -0.729636> - 7904: < 0.216660, 0.648606, -0.729636> - 7905: < 0.216684, 0.690307, -0.690307> - 7906: < 0.255594, 0.683620, -0.683620> - 7907: < 0.255632, 0.642833, -0.722093> - 7908: < 0.255632, 0.642833, -0.722093> - 7909: < 0.255594, 0.683620, -0.683620> - 7910: < 0.293804, 0.675899, -0.675899> - 7911: < 0.293904, 0.636150, -0.713396> - 7912: < 0.293904, 0.636150, -0.713396> - 7913: < 0.293804, 0.675899, -0.675899> - 7914: < 0.331474, 0.667130, -0.667130> - 7915: < 0.331652, 0.628603, -0.703467> - 7916: < 0.331652, 0.628603, -0.703467> - 7917: < 0.331474, 0.667130, -0.667130> - 7918: < 0.367912, 0.657511, -0.657511> - 7919: < 0.368246, 0.620305, -0.692544> - 7920: < 0.368246, 0.620305, -0.692544> - 7921: < 0.367912, 0.657511, -0.657511> - 7922: < 0.402668, 0.647247, -0.647247> - 7923: < 0.403223, 0.611427, -0.680859> - 7924: < 0.403223, 0.611427, -0.680859> - 7925: < 0.402668, 0.647247, -0.647247> - 7926: < 0.436181, 0.636296, -0.636296> - 7927: < 0.437036, 0.601963, -0.668312> - 7928: < 0.437036, 0.601963, -0.668312> - 7929: < 0.436181, 0.636296, -0.636296> - 7930: < 0.467950, 0.624909, -0.624909> - 7931: < 0.469385, 0.591920, -0.655217> - 7932: < 0.469385, 0.591920, -0.655217> - 7933: < 0.467950, 0.624909, -0.624909> - 7934: < 0.497527, 0.613379, -0.613379> - 7935: < 0.500519, 0.581456, -0.641396> - 7936: < 0.500519, 0.581456, -0.641396> - 7937: < 0.497527, 0.613379, -0.613379> - 7938: < 0.526467, 0.601179, -0.601179> - 7939: < 0.531523, 0.571076, -0.625584> - 7940: < 0.531523, 0.571076, -0.625584> - 7941: < 0.526467, 0.601179, -0.601179> - 7942: < 0.554296, 0.588539, -0.588539> - 7943: < 0.561516, 0.561516, -0.607783> - 7944: < 0.561516, 0.561516, -0.607783> - 7945: < 0.554296, 0.588539, -0.588539> - 7946: < 0.577350, 0.577350, -0.577350> - 7947: < 0.588539, 0.554296, -0.588539> - 7948: < 0.571076, 0.531523, -0.625584> - 7949: < 0.561516, 0.561516, -0.607783> - 7950: < 0.588539, 0.554296, -0.588539> - 7951: < 0.601168, 0.526457, -0.601199> - 7952: < 0.581456, 0.500519, -0.641396> - 7953: < 0.571076, 0.531523, -0.625584> - 7954: < 0.601168, 0.526457, -0.601199> - 7955: < 0.613379, 0.497527, -0.613379> - 7956: < 0.591920, 0.469385, -0.655217> - 7957: < 0.581456, 0.500519, -0.641396> - 7958: < 0.613379, 0.497527, -0.613379> - 7959: < 0.624909, 0.467950, -0.624909> - 7960: < 0.601963, 0.437036, -0.668312> - 7961: < 0.591920, 0.469385, -0.655217> - 7962: < 0.624909, 0.467950, -0.624909> - 7963: < 0.636296, 0.436181, -0.636296> - 7964: < 0.611427, 0.403223, -0.680859> - 7965: < 0.601963, 0.437036, -0.668312> - 7966: < 0.636296, 0.436181, -0.636296> - 7967: < 0.647247, 0.402668, -0.647247> - 7968: < 0.620305, 0.368246, -0.692544> - 7969: < 0.611427, 0.403223, -0.680859> - 7970: < 0.647247, 0.402668, -0.647247> - 7971: < 0.657511, 0.367912, -0.657511> - 7972: < 0.628603, 0.331652, -0.703467> - 7973: < 0.620305, 0.368246, -0.692544> - 7974: < 0.657511, 0.367912, -0.657511> - 7975: < 0.667130, 0.331474, -0.667130> - 7976: < 0.636150, 0.293904, -0.713396> - 7977: < 0.628603, 0.331652, -0.703467> - 7978: < 0.667130, 0.331474, -0.667130> - 7979: < 0.675899, 0.293804, -0.675899> - 7980: < 0.642833, 0.255632, -0.722093> - 7981: < 0.636150, 0.293904, -0.713396> - 7982: < 0.675899, 0.293804, -0.675899> - 7983: < 0.683620, 0.255594, -0.683620> - 7984: < 0.648606, 0.216660, -0.729636> - 7985: < 0.642833, 0.255632, -0.722093> - 7986: < 0.683620, 0.255594, -0.683620> - 7987: < 0.690307, 0.216684, -0.690307> - 7988: < 0.653502, 0.176644, -0.736025> - 7989: < 0.648606, 0.216660, -0.729636> - 7990: < 0.690307, 0.216684, -0.690307> - 7991: < 0.695976, 0.176733, -0.695976> - 7992: < 0.657468, 0.135260, -0.741243> - 7993: < 0.653502, 0.176644, -0.736025> - 7994: < 0.695976, 0.176733, -0.695976> - 7995: < 0.700600, 0.135353, -0.700600> - 7996: < 0.660463, 0.092137, -0.745184> - 7997: < 0.657468, 0.135260, -0.741243> - 7998: < 0.700600, 0.135353, -0.700600> - 7999: < 0.704093, 0.092231, -0.704093> - 8000: < 0.662354, 0.046999, -0.747715> - 8001: < 0.660463, 0.092137, -0.745184> - 8002: < 0.704093, 0.092231, -0.704093> - 8003: < 0.706323, 0.047060, -0.706323> - 8004: < 0.663024, 0.000000, -0.748599> - 8005: < 0.662354, 0.046999, -0.747715> - 8006: < 0.706323, 0.047060, -0.706323> - 8007: < 0.707107, 0.000000, -0.707107> - 8008: < 0.662354, -0.046999, -0.747715> - 8009: < 0.663024, 0.000000, -0.748599> - 8010: < 0.707107, 0.000000, -0.707107> - 8011: < 0.706323, -0.047060, -0.706323> - 8012: < 0.660463, -0.092137, -0.745184> - 8013: < 0.662354, -0.046999, -0.747715> - 8014: < 0.706323, -0.047060, -0.706323> - 8015: < 0.704093, -0.092231, -0.704093> - 8016: < 0.657468, -0.135260, -0.741243> - 8017: < 0.660463, -0.092137, -0.745184> - 8018: < 0.704093, -0.092231, -0.704093> - 8019: < 0.700600, -0.135353, -0.700600> - 8020: < 0.653502, -0.176644, -0.736025> - 8021: < 0.657468, -0.135260, -0.741243> - 8022: < 0.700600, -0.135353, -0.700600> - 8023: < 0.695976, -0.176733, -0.695976> - 8024: < 0.648624, -0.216656, -0.729622> - 8025: < 0.653502, -0.176644, -0.736025> - 8026: < 0.695976, -0.176733, -0.695976> - 8027: < 0.690307, -0.216684, -0.690307> - 8028: < 0.642833, -0.255632, -0.722093> - 8029: < 0.648624, -0.216656, -0.729622> - 8030: < 0.690307, -0.216684, -0.690307> - 8031: < 0.683620, -0.255594, -0.683620> - 8032: < 0.636150, -0.293904, -0.713396> - 8033: < 0.642833, -0.255632, -0.722093> - 8034: < 0.683620, -0.255594, -0.683620> - 8035: < 0.675899, -0.293804, -0.675899> - 8036: < 0.628603, -0.331652, -0.703467> - 8037: < 0.636150, -0.293904, -0.713396> - 8038: < 0.675899, -0.293804, -0.675899> - 8039: < 0.667130, -0.331474, -0.667130> - 8040: < 0.620305, -0.368246, -0.692544> - 8041: < 0.628603, -0.331652, -0.703467> - 8042: < 0.667130, -0.331474, -0.667130> - 8043: < 0.657511, -0.367912, -0.657511> - 8044: < 0.611427, -0.403223, -0.680859> - 8045: < 0.620305, -0.368246, -0.692544> - 8046: < 0.657511, -0.367912, -0.657511> - 8047: < 0.647247, -0.402668, -0.647247> - 8048: < 0.601963, -0.437036, -0.668312> - 8049: < 0.611427, -0.403223, -0.680859> - 8050: < 0.647247, -0.402668, -0.647247> - 8051: < 0.636296, -0.436181, -0.636296> - 8052: < 0.591920, -0.469385, -0.655217> - 8053: < 0.601963, -0.437036, -0.668312> - 8054: < 0.636296, -0.436181, -0.636296> - 8055: < 0.624909, -0.467950, -0.624909> - 8056: < 0.581456, -0.500519, -0.641396> - 8057: < 0.591920, -0.469385, -0.655217> - 8058: < 0.624909, -0.467950, -0.624909> - 8059: < 0.613379, -0.497527, -0.613379> - 8060: < 0.571076, -0.531523, -0.625584> - 8061: < 0.581456, -0.500519, -0.641396> - 8062: < 0.613379, -0.497527, -0.613379> - 8063: < 0.601168, -0.526457, -0.601199> - 8064: < 0.561516, -0.561516, -0.607783> - 8065: < 0.571076, -0.531523, -0.625584> - 8066: < 0.601168, -0.526457, -0.601199> - 8067: < 0.588539, -0.554296, -0.588539> - 8068: < 0.554296, -0.588539, -0.588539> - 8069: < 0.561516, -0.561516, -0.607783> - 8070: < 0.588539, -0.554296, -0.588539> - 8071: < 0.577350, -0.577350, -0.577350> - 8072: < 0.526457, -0.601168, -0.601199> - 8073: < 0.531523, -0.571076, -0.625584> - 8074: < 0.561516, -0.561516, -0.607783> - 8075: < 0.554296, -0.588539, -0.588539> - 8076: < 0.497527, -0.613379, -0.613379> - 8077: < 0.500519, -0.581456, -0.641396> - 8078: < 0.531523, -0.571076, -0.625584> - 8079: < 0.526457, -0.601168, -0.601199> - 8080: < 0.467950, -0.624909, -0.624909> - 8081: < 0.469385, -0.591920, -0.655217> - 8082: < 0.500519, -0.581456, -0.641396> - 8083: < 0.497527, -0.613379, -0.613379> - 8084: < 0.436181, -0.636296, -0.636296> - 8085: < 0.437036, -0.601963, -0.668312> - 8086: < 0.469385, -0.591920, -0.655217> - 8087: < 0.467950, -0.624909, -0.624909> - 8088: < 0.402668, -0.647247, -0.647247> - 8089: < 0.403223, -0.611427, -0.680859> - 8090: < 0.437036, -0.601963, -0.668312> - 8091: < 0.436181, -0.636296, -0.636296> - 8092: < 0.367912, -0.657511, -0.657511> - 8093: < 0.368246, -0.620305, -0.692544> - 8094: < 0.403223, -0.611427, -0.680859> - 8095: < 0.402668, -0.647247, -0.647247> - 8096: < 0.331474, -0.667130, -0.667130> - 8097: < 0.331652, -0.628603, -0.703467> - 8098: < 0.368246, -0.620305, -0.692544> - 8099: < 0.367912, -0.657511, -0.657511> - 8100: < 0.293804, -0.675899, -0.675899> - 8101: < 0.293904, -0.636150, -0.713396> - 8102: < 0.331652, -0.628603, -0.703467> - 8103: < 0.331474, -0.667130, -0.667130> - 8104: < 0.255594, -0.683620, -0.683620> - 8105: < 0.255632, -0.642833, -0.722093> - 8106: < 0.293904, -0.636150, -0.713396> - 8107: < 0.293804, -0.675899, -0.675899> - 8108: < 0.216684, -0.690307, -0.690307> - 8109: < 0.216660, -0.648606, -0.729636> - 8110: < 0.255632, -0.642833, -0.722093> - 8111: < 0.255594, -0.683620, -0.683620> - 8112: < 0.176733, -0.695976, -0.695976> - 8113: < 0.176644, -0.653502, -0.736025> - 8114: < 0.216660, -0.648606, -0.729636> - 8115: < 0.216684, -0.690307, -0.690307> - 8116: < 0.135353, -0.700600, -0.700600> - 8117: < 0.135260, -0.657468, -0.741243> - 8118: < 0.176644, -0.653502, -0.736025> - 8119: < 0.176733, -0.695976, -0.695976> - 8120: < 0.092231, -0.704093, -0.704093> - 8121: < 0.092137, -0.660463, -0.745184> - 8122: < 0.135260, -0.657468, -0.741243> - 8123: < 0.135353, -0.700600, -0.700600> - 8124: < 0.047060, -0.706323, -0.706323> - 8125: < 0.046999, -0.662354, -0.747715> - 8126: < 0.092137, -0.660463, -0.745184> - 8127: < 0.092231, -0.704093, -0.704093> - 8128: < 0.000000, -0.707107, -0.707107> - 8129: < 0.000000, -0.663024, -0.748599> - 8130: < 0.046999, -0.662354, -0.747715> - 8131: < 0.047060, -0.706323, -0.706323> - 8132: <-0.047060, -0.706323, -0.706323> - 8133: <-0.046999, -0.662354, -0.747715> - 8134: < 0.000000, -0.663024, -0.748599> - 8135: < 0.000000, -0.707107, -0.707107> - 8136: <-0.092231, -0.704093, -0.704093> - 8137: <-0.092137, -0.660463, -0.745184> - 8138: <-0.046999, -0.662354, -0.747715> - 8139: <-0.047060, -0.706323, -0.706323> - 8140: <-0.135353, -0.700600, -0.700600> - 8141: <-0.135260, -0.657468, -0.741243> - 8142: <-0.092137, -0.660463, -0.745184> - 8143: <-0.092231, -0.704093, -0.704093> - 8144: <-0.176733, -0.695976, -0.695976> - 8145: <-0.176644, -0.653502, -0.736025> - 8146: <-0.135260, -0.657468, -0.741243> - 8147: <-0.135353, -0.700600, -0.700600> - 8148: <-0.216684, -0.690307, -0.690307> - 8149: <-0.216660, -0.648606, -0.729636> - 8150: <-0.176644, -0.653502, -0.736025> - 8151: <-0.176733, -0.695976, -0.695976> - 8152: <-0.255594, -0.683620, -0.683620> - 8153: <-0.255632, -0.642833, -0.722093> - 8154: <-0.216660, -0.648606, -0.729636> - 8155: <-0.216684, -0.690307, -0.690307> - 8156: <-0.293804, -0.675899, -0.675899> - 8157: <-0.293904, -0.636150, -0.713396> - 8158: <-0.255632, -0.642833, -0.722093> - 8159: <-0.255594, -0.683620, -0.683620> - 8160: <-0.331474, -0.667130, -0.667130> - 8161: <-0.331652, -0.628603, -0.703467> - 8162: <-0.293904, -0.636150, -0.713396> - 8163: <-0.293804, -0.675899, -0.675899> - 8164: <-0.367912, -0.657511, -0.657511> - 8165: <-0.368246, -0.620305, -0.692544> - 8166: <-0.331652, -0.628603, -0.703467> - 8167: <-0.331474, -0.667130, -0.667130> - 8168: <-0.402668, -0.647247, -0.647247> - 8169: <-0.403223, -0.611427, -0.680859> - 8170: <-0.368246, -0.620305, -0.692544> - 8171: <-0.367912, -0.657511, -0.657511> - 8172: <-0.436181, -0.636296, -0.636296> - 8173: <-0.437036, -0.601963, -0.668312> - 8174: <-0.403223, -0.611427, -0.680859> - 8175: <-0.402668, -0.647247, -0.647247> - 8176: <-0.467950, -0.624909, -0.624909> - 8177: <-0.469385, -0.591920, -0.655217> - 8178: <-0.437036, -0.601963, -0.668312> - 8179: <-0.436181, -0.636296, -0.636296> - 8180: <-0.497527, -0.613379, -0.613379> - 8181: <-0.500519, -0.581456, -0.641396> - 8182: <-0.469385, -0.591920, -0.655217> - 8183: <-0.467950, -0.624909, -0.624909> - 8184: <-0.526447, -0.601188, -0.601188> - 8185: <-0.531523, -0.571076, -0.625584> - 8186: <-0.500519, -0.581456, -0.641396> - 8187: <-0.497527, -0.613379, -0.613379> - 8188: <-0.554296, -0.588539, -0.588539> - 8189: <-0.561516, -0.561516, -0.607783> - 8190: <-0.531523, -0.571076, -0.625584> - 8191: <-0.526447, -0.601188, -0.601188> - 8192: < 0.607783, -0.561516, -0.561516> - 8193: < 0.625584, -0.531523, -0.571076> - 8194: < 0.647334, -0.538962, -0.538962> - 8195: < 0.625584, -0.571076, -0.531523> - 8196: < 0.625584, -0.531523, -0.571076> - 8197: < 0.641397, -0.500519, -0.581456> - 8198: < 0.666144, -0.506040, -0.547882> - 8199: < 0.647334, -0.538962, -0.538962> - 8200: < 0.641397, -0.500519, -0.581456> - 8201: < 0.655217, -0.469385, -0.591920> - 8202: < 0.682532, -0.473139, -0.557037> - 8203: < 0.666144, -0.506040, -0.547882> - 8204: < 0.655217, -0.469385, -0.591920> - 8205: < 0.668312, -0.437036, -0.601963> - 8206: < 0.697667, -0.439475, -0.565794> - 8207: < 0.682532, -0.473139, -0.557037> - 8208: < 0.668312, -0.437036, -0.601963> - 8209: < 0.680859, -0.403223, -0.611427> - 8210: < 0.711772, -0.404839, -0.574008> - 8211: < 0.697667, -0.439475, -0.565794> - 8212: < 0.680859, -0.403223, -0.611427> - 8213: < 0.692544, -0.368246, -0.620305> - 8214: < 0.724825, -0.369188, -0.581661> - 8215: < 0.711772, -0.404839, -0.574008> - 8216: < 0.692544, -0.368246, -0.620305> - 8217: < 0.703467, -0.331652, -0.628603> - 8218: < 0.736915, -0.332170, -0.588744> - 8219: < 0.724825, -0.369188, -0.581661> - 8220: < 0.703467, -0.331652, -0.628603> - 8221: < 0.713396, -0.293904, -0.636150> - 8222: < 0.747816, -0.294207, -0.595158> - 8223: < 0.736915, -0.332170, -0.588744> - 8224: < 0.713396, -0.293904, -0.636150> - 8225: < 0.722093, -0.255632, -0.642833> - 8226: < 0.757361, -0.255750, -0.600829> - 8227: < 0.747816, -0.294207, -0.595158> - 8228: < 0.722093, -0.255632, -0.642833> - 8229: < 0.729636, -0.216660, -0.648606> - 8230: < 0.765608, -0.216596, -0.605748> - 8231: < 0.757361, -0.255750, -0.600829> - 8232: < 0.729636, -0.216660, -0.648606> - 8233: < 0.736025, -0.176644, -0.653502> - 8234: < 0.772589, -0.176461, -0.609892> - 8235: < 0.765608, -0.216596, -0.605748> - 8236: < 0.736025, -0.176644, -0.653502> - 8237: < 0.741243, -0.135260, -0.657468> - 8238: < 0.778292, -0.135015, -0.613215> - 8239: < 0.772589, -0.176461, -0.609892> - 8240: < 0.741243, -0.135260, -0.657468> - 8241: < 0.745184, -0.092137, -0.660463> - 8242: < 0.782607, -0.091894, -0.615697> - 8243: < 0.778292, -0.135015, -0.613215> - 8244: < 0.745184, -0.092137, -0.660463> - 8245: < 0.747715, -0.046999, -0.662354> - 8246: < 0.785375, -0.046847, -0.617246> - 8247: < 0.782607, -0.091894, -0.615697> - 8248: < 0.747715, -0.046999, -0.662354> - 8249: < 0.748599, 0.000000, -0.663024> - 8250: < 0.786344, 0.000000, -0.617789> - 8251: < 0.785375, -0.046847, -0.617246> - 8252: < 0.748599, 0.000000, -0.663024> - 8253: < 0.747715, 0.046999, -0.662354> - 8254: < 0.785375, 0.046847, -0.617246> - 8255: < 0.786344, 0.000000, -0.617789> - 8256: < 0.747715, 0.046999, -0.662354> - 8257: < 0.745184, 0.092137, -0.660463> - 8258: < 0.782607, 0.091894, -0.615697> - 8259: < 0.785375, 0.046847, -0.617246> - 8260: < 0.745184, 0.092137, -0.660463> - 8261: < 0.741243, 0.135260, -0.657468> - 8262: < 0.778309, 0.134988, -0.613199> - 8263: < 0.782607, 0.091894, -0.615697> - 8264: < 0.741243, 0.135260, -0.657468> - 8265: < 0.736025, 0.176644, -0.653502> - 8266: < 0.772589, 0.176461, -0.609892> - 8267: < 0.778309, 0.134988, -0.613199> - 8268: < 0.736025, 0.176644, -0.653502> - 8269: < 0.729636, 0.216660, -0.648606> - 8270: < 0.765608, 0.216596, -0.605748> - 8271: < 0.772589, 0.176461, -0.609892> - 8272: < 0.729636, 0.216660, -0.648606> - 8273: < 0.722093, 0.255632, -0.642833> - 8274: < 0.757361, 0.255750, -0.600829> - 8275: < 0.765608, 0.216596, -0.605748> - 8276: < 0.722093, 0.255632, -0.642833> - 8277: < 0.713396, 0.293904, -0.636150> - 8278: < 0.747816, 0.294207, -0.595158> - 8279: < 0.757361, 0.255750, -0.600829> - 8280: < 0.713396, 0.293904, -0.636150> - 8281: < 0.703467, 0.331652, -0.628603> - 8282: < 0.736915, 0.332170, -0.588744> - 8283: < 0.747816, 0.294207, -0.595158> - 8284: < 0.703467, 0.331652, -0.628603> - 8285: < 0.692544, 0.368246, -0.620305> - 8286: < 0.724825, 0.369188, -0.581661> - 8287: < 0.736915, 0.332170, -0.588744> - 8288: < 0.692544, 0.368246, -0.620305> - 8289: < 0.680859, 0.403223, -0.611427> - 8290: < 0.711772, 0.404839, -0.574008> - 8291: < 0.724825, 0.369188, -0.581661> - 8292: < 0.680859, 0.403223, -0.611427> - 8293: < 0.668312, 0.437036, -0.601963> - 8294: < 0.697667, 0.439475, -0.565794> - 8295: < 0.711772, 0.404839, -0.574008> - 8296: < 0.668312, 0.437036, -0.601963> - 8297: < 0.655217, 0.469385, -0.591920> - 8298: < 0.682532, 0.473139, -0.557037> - 8299: < 0.697667, 0.439475, -0.565794> - 8300: < 0.655217, 0.469385, -0.591920> - 8301: < 0.641397, 0.500519, -0.581456> - 8302: < 0.666144, 0.506040, -0.547882> - 8303: < 0.682532, 0.473139, -0.557037> - 8304: < 0.641397, 0.500519, -0.581456> - 8305: < 0.625584, 0.531523, -0.571076> - 8306: < 0.647334, 0.538962, -0.538962> - 8307: < 0.666144, 0.506040, -0.547882> - 8308: < 0.625584, 0.531523, -0.571076> - 8309: < 0.607783, 0.561516, -0.561516> - 8310: < 0.625584, 0.571076, -0.531523> - 8311: < 0.647334, 0.538962, -0.538962> - 8312: < 0.625584, -0.571076, -0.531523> - 8313: < 0.647334, -0.538962, -0.538962> - 8314: < 0.666144, -0.547882, -0.506040> - 8315: < 0.641397, -0.581456, -0.500519> - 8316: < 0.647334, -0.538962, -0.538962> - 8317: < 0.666144, -0.506040, -0.547882> - 8318: < 0.687856, -0.513252, -0.513252> - 8319: < 0.666144, -0.547882, -0.506040> - 8320: < 0.666144, -0.506040, -0.547882> - 8321: < 0.682532, -0.473139, -0.557037> - 8322: < 0.706895, -0.478425, -0.520969> - 8323: < 0.687856, -0.513252, -0.513252> - 8324: < 0.682532, -0.473139, -0.557037> - 8325: < 0.697667, -0.439475, -0.565794> - 8326: < 0.724109, -0.443145, -0.528478> - 8327: < 0.706895, -0.478425, -0.520969> - 8328: < 0.697667, -0.439475, -0.565794> - 8329: < 0.711772, -0.404839, -0.574008> - 8330: < 0.739812, -0.407307, -0.535518> - 8331: < 0.724109, -0.443145, -0.528478> - 8332: < 0.711772, -0.404839, -0.574008> - 8333: < 0.724825, -0.369188, -0.581661> - 8334: < 0.754169, -0.370721, -0.542028> - 8335: < 0.739812, -0.407307, -0.535518> - 8336: < 0.724825, -0.369188, -0.581661> - 8337: < 0.736915, -0.332170, -0.588744> - 8338: < 0.767292, -0.333090, -0.548009> - 8339: < 0.754169, -0.370721, -0.542028> - 8340: < 0.736915, -0.332170, -0.588744> - 8341: < 0.747816, -0.294207, -0.595158> - 8342: < 0.779017, -0.294729, -0.553415> - 8343: < 0.767292, -0.333090, -0.548009> - 8344: < 0.747816, -0.294207, -0.595158> - 8345: < 0.757361, -0.255750, -0.600829> - 8346: < 0.789266, -0.255937, -0.558172> - 8347: < 0.779017, -0.294729, -0.553415> - 8348: < 0.757361, -0.255750, -0.600829> - 8349: < 0.765608, -0.216596, -0.605748> - 8350: < 0.798110, -0.216534, -0.562257> - 8351: < 0.789266, -0.255937, -0.558172> - 8352: < 0.765608, -0.216596, -0.605748> - 8353: < 0.772589, -0.176461, -0.609892> - 8354: < 0.805587, -0.176188, -0.565675> - 8355: < 0.798110, -0.216534, -0.562257> - 8356: < 0.772589, -0.176461, -0.609892> - 8357: < 0.778292, -0.135015, -0.613215> - 8358: < 0.811677, -0.134618, -0.568382> - 8359: < 0.805587, -0.176188, -0.565675> - 8360: < 0.778292, -0.135015, -0.613215> - 8361: < 0.782607, -0.091894, -0.615697> - 8362: < 0.816271, -0.091497, -0.570377> - 8363: < 0.811677, -0.134618, -0.568382> - 8364: < 0.782607, -0.091894, -0.615697> - 8365: < 0.785375, -0.046847, -0.617246> - 8366: < 0.819208, -0.046573, -0.571602> - 8367: < 0.816271, -0.091497, -0.570377> - 8368: < 0.785375, -0.046847, -0.617246> - 8369: < 0.786344, 0.000000, -0.617789> - 8370: < 0.820237, 0.000000, -0.572024> - 8371: < 0.819208, -0.046573, -0.571602> - 8372: < 0.786344, 0.000000, -0.617789> - 8373: < 0.785375, 0.046847, -0.617246> - 8374: < 0.819208, 0.046573, -0.571602> - 8375: < 0.820237, 0.000000, -0.572024> - 8376: < 0.785375, 0.046847, -0.617246> - 8377: < 0.782607, 0.091894, -0.615697> - 8378: < 0.816271, 0.091497, -0.570377> - 8379: < 0.819208, 0.046573, -0.571602> - 8380: < 0.782607, 0.091894, -0.615697> - 8381: < 0.778309, 0.134988, -0.613199> - 8382: < 0.811677, 0.134618, -0.568382> - 8383: < 0.816271, 0.091497, -0.570377> - 8384: < 0.778309, 0.134988, -0.613199> - 8385: < 0.772589, 0.176461, -0.609892> - 8386: < 0.805587, 0.176188, -0.565675> - 8387: < 0.811677, 0.134618, -0.568382> - 8388: < 0.772589, 0.176461, -0.609892> - 8389: < 0.765608, 0.216596, -0.605748> - 8390: < 0.798110, 0.216534, -0.562257> - 8391: < 0.805587, 0.176188, -0.565675> - 8392: < 0.765608, 0.216596, -0.605748> - 8393: < 0.757361, 0.255750, -0.600829> - 8394: < 0.789266, 0.255937, -0.558172> - 8395: < 0.798110, 0.216534, -0.562257> - 8396: < 0.757361, 0.255750, -0.600829> - 8397: < 0.747816, 0.294207, -0.595158> - 8398: < 0.779017, 0.294729, -0.553415> - 8399: < 0.789266, 0.255937, -0.558172> - 8400: < 0.747816, 0.294207, -0.595158> - 8401: < 0.736915, 0.332170, -0.588744> - 8402: < 0.767292, 0.333090, -0.548009> - 8403: < 0.779017, 0.294729, -0.553415> - 8404: < 0.736915, 0.332170, -0.588744> - 8405: < 0.724825, 0.369188, -0.581661> - 8406: < 0.754169, 0.370721, -0.542028> - 8407: < 0.767292, 0.333090, -0.548009> - 8408: < 0.724825, 0.369188, -0.581661> - 8409: < 0.711772, 0.404839, -0.574008> - 8410: < 0.739812, 0.407307, -0.535518> - 8411: < 0.754169, 0.370721, -0.542028> - 8412: < 0.711772, 0.404839, -0.574008> - 8413: < 0.697667, 0.439475, -0.565794> - 8414: < 0.724109, 0.443145, -0.528478> - 8415: < 0.739812, 0.407307, -0.535518> - 8416: < 0.697667, 0.439475, -0.565794> - 8417: < 0.682532, 0.473139, -0.557037> - 8418: < 0.706895, 0.478425, -0.520969> - 8419: < 0.724109, 0.443145, -0.528478> - 8420: < 0.682532, 0.473139, -0.557037> - 8421: < 0.666144, 0.506040, -0.547882> - 8422: < 0.687856, 0.513252, -0.513252> - 8423: < 0.706895, 0.478425, -0.520969> - 8424: < 0.666144, 0.506040, -0.547882> - 8425: < 0.647334, 0.538962, -0.538962> - 8426: < 0.666144, 0.547882, -0.506040> - 8427: < 0.687856, 0.513252, -0.513252> - 8428: < 0.647334, 0.538962, -0.538962> - 8429: < 0.625584, 0.571076, -0.531523> - 8430: < 0.641397, 0.581456, -0.500519> - 8431: < 0.666144, 0.547882, -0.506040> - 8432: < 0.641397, -0.581456, -0.500519> - 8433: < 0.666144, -0.547882, -0.506040> - 8434: < 0.682532, -0.557037, -0.473139> - 8435: < 0.655217, -0.591920, -0.469385> - 8436: < 0.666144, -0.547882, -0.506040> - 8437: < 0.687856, -0.513252, -0.513252> - 8438: < 0.706895, -0.520969, -0.478425> - 8439: < 0.682532, -0.557037, -0.473139> - 8440: < 0.687856, -0.513252, -0.513252> - 8441: < 0.706895, -0.478425, -0.520969> - 8442: < 0.728461, -0.484430, -0.484430> - 8443: < 0.706895, -0.520969, -0.478425> - 8444: < 0.706895, -0.478425, -0.520969> - 8445: < 0.724109, -0.443145, -0.528478> - 8446: < 0.747688, -0.447593, -0.490534> - 8447: < 0.728461, -0.484430, -0.484430> - 8448: < 0.724109, -0.443145, -0.528478> - 8449: < 0.739812, -0.407307, -0.535518> - 8450: < 0.764964, -0.410392, -0.496395> - 8451: < 0.747688, -0.447593, -0.490534> - 8452: < 0.739812, -0.407307, -0.535518> - 8453: < 0.754169, -0.370721, -0.542028> - 8454: < 0.780568, -0.372705, -0.501802> - 8455: < 0.764964, -0.410392, -0.496395> - 8456: < 0.754169, -0.370721, -0.542028> - 8457: < 0.767292, -0.333090, -0.548009> - 8458: < 0.794627, -0.334337, -0.506740> - 8459: < 0.780568, -0.372705, -0.501802> - 8460: < 0.767292, -0.333090, -0.548009> - 8461: < 0.779017, -0.294729, -0.553415> - 8462: < 0.807082, -0.295457, -0.511198> - 8463: < 0.794627, -0.334337, -0.506740> - 8464: < 0.779017, -0.294729, -0.553415> - 8465: < 0.789266, -0.255937, -0.558172> - 8466: < 0.817925, -0.256243, -0.515110> - 8467: < 0.807082, -0.295457, -0.511198> - 8468: < 0.789266, -0.255937, -0.558172> - 8469: < 0.798110, -0.216534, -0.562257> - 8470: < 0.827263, -0.216475, -0.518435> - 8471: < 0.817925, -0.256243, -0.515110> - 8472: < 0.798110, -0.216534, -0.562257> - 8473: < 0.805587, -0.176188, -0.565675> - 8474: < 0.835133, -0.175853, -0.521180> - 8475: < 0.827263, -0.216475, -0.518435> - 8476: < 0.805587, -0.176188, -0.565675> - 8477: < 0.811677, -0.134618, -0.568382> - 8478: < 0.841527, -0.134100, -0.523307> - 8479: < 0.835133, -0.175853, -0.521180> - 8480: < 0.811677, -0.134618, -0.568382> - 8481: < 0.816271, -0.091497, -0.570377> - 8482: < 0.846324, -0.091008, -0.524836> - 8483: < 0.841527, -0.134100, -0.523307> - 8484: < 0.816271, -0.091497, -0.570377> - 8485: < 0.819208, -0.046573, -0.571602> - 8486: < 0.849378, -0.046267, -0.525753> - 8487: < 0.846324, -0.091008, -0.524836> - 8488: < 0.819208, -0.046573, -0.571602> - 8489: < 0.820237, 0.000000, -0.572024> - 8490: < 0.850434, 0.000000, -0.526081> - 8491: < 0.849378, -0.046267, -0.525753> - 8492: < 0.820237, 0.000000, -0.572024> - 8493: < 0.819208, 0.046573, -0.571602> - 8494: < 0.849378, 0.046267, -0.525753> - 8495: < 0.850434, 0.000000, -0.526081> - 8496: < 0.819208, 0.046573, -0.571602> - 8497: < 0.816271, 0.091497, -0.570377> - 8498: < 0.846324, 0.091008, -0.524836> - 8499: < 0.849378, 0.046267, -0.525753> - 8500: < 0.816271, 0.091497, -0.570377> - 8501: < 0.811677, 0.134618, -0.568382> - 8502: < 0.841527, 0.134100, -0.523307> - 8503: < 0.846324, 0.091008, -0.524836> - 8504: < 0.811677, 0.134618, -0.568382> - 8505: < 0.805587, 0.176188, -0.565675> - 8506: < 0.835133, 0.175853, -0.521180> - 8507: < 0.841527, 0.134100, -0.523307> - 8508: < 0.805587, 0.176188, -0.565675> - 8509: < 0.798110, 0.216534, -0.562257> - 8510: < 0.827263, 0.216475, -0.518435> - 8511: < 0.835133, 0.175853, -0.521180> - 8512: < 0.798110, 0.216534, -0.562257> - 8513: < 0.789266, 0.255937, -0.558172> - 8514: < 0.817925, 0.256243, -0.515110> - 8515: < 0.827263, 0.216475, -0.518435> - 8516: < 0.789266, 0.255937, -0.558172> - 8517: < 0.779017, 0.294729, -0.553415> - 8518: < 0.807082, 0.295457, -0.511198> - 8519: < 0.817925, 0.256243, -0.515110> - 8520: < 0.779017, 0.294729, -0.553415> - 8521: < 0.767292, 0.333090, -0.548009> - 8522: < 0.794636, 0.334310, -0.506745> - 8523: < 0.807082, 0.295457, -0.511198> - 8524: < 0.767292, 0.333090, -0.548009> - 8525: < 0.754169, 0.370721, -0.542028> - 8526: < 0.780568, 0.372705, -0.501802> - 8527: < 0.794636, 0.334310, -0.506745> - 8528: < 0.754169, 0.370721, -0.542028> - 8529: < 0.739812, 0.407307, -0.535518> - 8530: < 0.764964, 0.410392, -0.496395> - 8531: < 0.780568, 0.372705, -0.501802> - 8532: < 0.739812, 0.407307, -0.535518> - 8533: < 0.724109, 0.443145, -0.528478> - 8534: < 0.747688, 0.447593, -0.490534> - 8535: < 0.764964, 0.410392, -0.496395> - 8536: < 0.724109, 0.443145, -0.528478> - 8537: < 0.706895, 0.478425, -0.520969> - 8538: < 0.728461, 0.484430, -0.484430> - 8539: < 0.747688, 0.447593, -0.490534> - 8540: < 0.706895, 0.478425, -0.520969> - 8541: < 0.687856, 0.513252, -0.513252> - 8542: < 0.706895, 0.520969, -0.478425> - 8543: < 0.728461, 0.484430, -0.484430> - 8544: < 0.687856, 0.513252, -0.513252> - 8545: < 0.666144, 0.547882, -0.506040> - 8546: < 0.682532, 0.557037, -0.473139> - 8547: < 0.706895, 0.520969, -0.478425> - 8548: < 0.666144, 0.547882, -0.506040> - 8549: < 0.641397, 0.581456, -0.500519> - 8550: < 0.655217, 0.591920, -0.469385> - 8551: < 0.682532, 0.557037, -0.473139> - 8552: < 0.655217, -0.591920, -0.469385> - 8553: < 0.682532, -0.557037, -0.473139> - 8554: < 0.697667, -0.565794, -0.439475> - 8555: < 0.668312, -0.601963, -0.437036> - 8556: < 0.682532, -0.557037, -0.473139> - 8557: < 0.706895, -0.520969, -0.478425> - 8558: < 0.724109, -0.528478, -0.443145> - 8559: < 0.697667, -0.565794, -0.439475> - 8560: < 0.706895, -0.520969, -0.478425> - 8561: < 0.728461, -0.484430, -0.484430> - 8562: < 0.747688, -0.490534, -0.447593> - 8563: < 0.724109, -0.528478, -0.443145> - 8564: < 0.728461, -0.484430, -0.484430> - 8565: < 0.747688, -0.447593, -0.490534> - 8566: < 0.768679, -0.452290, -0.452290> - 8567: < 0.747688, -0.490534, -0.447593> - 8568: < 0.747688, -0.447593, -0.490534> - 8569: < 0.764964, -0.410392, -0.496395> - 8570: < 0.787421, -0.413777, -0.456900> - 8571: < 0.768679, -0.452290, -0.452290> - 8572: < 0.764964, -0.410392, -0.496395> - 8573: < 0.780568, -0.372705, -0.501802> - 8574: < 0.804154, -0.374961, -0.461239> - 8575: < 0.787421, -0.413777, -0.456900> - 8576: < 0.780568, -0.372705, -0.501802> - 8577: < 0.794627, -0.334337, -0.506740> - 8578: < 0.819039, -0.335801, -0.465202> - 8579: < 0.804154, -0.374961, -0.461239> - 8580: < 0.794627, -0.334337, -0.506740> - 8581: < 0.807082, -0.295457, -0.511198> - 8582: < 0.832128, -0.296339, -0.468770> - 8583: < 0.819039, -0.335801, -0.465202> - 8584: < 0.807082, -0.295457, -0.511198> - 8585: < 0.817925, -0.256243, -0.515110> - 8586: < 0.843490, -0.256606, -0.471888> - 8587: < 0.832128, -0.296339, -0.468770> - 8588: < 0.817925, -0.256243, -0.515110> - 8589: < 0.827263, -0.216475, -0.518435> - 8590: < 0.853230, -0.216413, -0.474515> - 8591: < 0.843490, -0.256606, -0.471888> - 8592: < 0.827263, -0.216475, -0.518435> - 8593: < 0.835133, -0.175853, -0.521180> - 8594: < 0.861426, -0.175453, -0.476614> - 8595: < 0.853230, -0.216413, -0.474515> - 8596: < 0.835133, -0.175853, -0.521180> - 8597: < 0.841527, -0.134100, -0.523307> - 8598: < 0.868033, -0.133553, -0.478208> - 8599: < 0.861426, -0.175453, -0.476614> - 8600: < 0.841527, -0.134100, -0.523307> - 8601: < 0.846324, -0.091008, -0.524836> - 8602: < 0.872976, -0.090429, -0.479307> - 8603: < 0.868033, -0.133553, -0.478208> - 8604: < 0.846324, -0.091008, -0.524836> - 8605: < 0.849378, -0.046267, -0.525753> - 8606: < 0.876095, -0.045871, -0.479951> - 8607: < 0.872976, -0.090429, -0.479307> - 8608: < 0.849378, -0.046267, -0.525753> - 8609: < 0.850434, 0.000000, -0.526081> - 8610: < 0.877169, 0.000000, -0.480182> - 8611: < 0.876095, -0.045871, -0.479951> - 8612: < 0.850434, 0.000000, -0.526081> - 8613: < 0.849378, 0.046267, -0.525753> - 8614: < 0.876095, 0.045871, -0.479951> - 8615: < 0.877169, 0.000000, -0.480182> - 8616: < 0.849378, 0.046267, -0.525753> - 8617: < 0.846324, 0.091008, -0.524836> - 8618: < 0.872976, 0.090429, -0.479307> - 8619: < 0.876095, 0.045871, -0.479951> - 8620: < 0.846324, 0.091008, -0.524836> - 8621: < 0.841527, 0.134100, -0.523307> - 8622: < 0.868033, 0.133553, -0.478208> - 8623: < 0.872976, 0.090429, -0.479307> - 8624: < 0.841527, 0.134100, -0.523307> - 8625: < 0.835133, 0.175853, -0.521180> - 8626: < 0.861426, 0.175453, -0.476614> - 8627: < 0.868033, 0.133553, -0.478208> - 8628: < 0.835133, 0.175853, -0.521180> - 8629: < 0.827263, 0.216475, -0.518435> - 8630: < 0.853230, 0.216413, -0.474515> - 8631: < 0.861426, 0.175453, -0.476614> - 8632: < 0.827263, 0.216475, -0.518435> - 8633: < 0.817925, 0.256243, -0.515110> - 8634: < 0.843490, 0.256606, -0.471888> - 8635: < 0.853230, 0.216413, -0.474515> - 8636: < 0.817925, 0.256243, -0.515110> - 8637: < 0.807082, 0.295457, -0.511198> - 8638: < 0.832128, 0.296339, -0.468770> - 8639: < 0.843490, 0.256606, -0.471888> - 8640: < 0.807082, 0.295457, -0.511198> - 8641: < 0.794636, 0.334310, -0.506745> - 8642: < 0.819039, 0.335801, -0.465202> - 8643: < 0.832128, 0.296339, -0.468770> - 8644: < 0.794636, 0.334310, -0.506745> - 8645: < 0.780568, 0.372705, -0.501802> - 8646: < 0.804154, 0.374961, -0.461239> - 8647: < 0.819039, 0.335801, -0.465202> - 8648: < 0.780568, 0.372705, -0.501802> - 8649: < 0.764964, 0.410392, -0.496395> - 8650: < 0.787421, 0.413777, -0.456900> - 8651: < 0.804154, 0.374961, -0.461239> - 8652: < 0.764964, 0.410392, -0.496395> - 8653: < 0.747688, 0.447593, -0.490534> - 8654: < 0.768679, 0.452290, -0.452290> - 8655: < 0.787421, 0.413777, -0.456900> - 8656: < 0.747688, 0.447593, -0.490534> - 8657: < 0.728461, 0.484430, -0.484430> - 8658: < 0.747688, 0.490534, -0.447593> - 8659: < 0.768679, 0.452290, -0.452290> - 8660: < 0.728461, 0.484430, -0.484430> - 8661: < 0.706895, 0.520969, -0.478425> - 8662: < 0.724109, 0.528478, -0.443145> - 8663: < 0.747688, 0.490534, -0.447593> - 8664: < 0.706895, 0.520969, -0.478425> - 8665: < 0.682532, 0.557037, -0.473139> - 8666: < 0.697667, 0.565794, -0.439475> - 8667: < 0.724109, 0.528478, -0.443145> - 8668: < 0.682532, 0.557037, -0.473139> - 8669: < 0.655217, 0.591920, -0.469385> - 8670: < 0.668312, 0.601963, -0.437036> - 8671: < 0.697667, 0.565794, -0.439475> - 8672: < 0.668312, -0.601963, -0.437036> - 8673: < 0.697667, -0.565794, -0.439475> - 8674: < 0.711772, -0.574008, -0.404839> - 8675: < 0.680859, -0.611427, -0.403223> - 8676: < 0.697667, -0.565794, -0.439475> - 8677: < 0.724109, -0.528478, -0.443145> - 8678: < 0.739812, -0.535518, -0.407307> - 8679: < 0.711772, -0.574008, -0.404839> - 8680: < 0.724109, -0.528478, -0.443145> - 8681: < 0.747688, -0.490534, -0.447593> - 8682: < 0.764964, -0.496395, -0.410392> - 8683: < 0.739812, -0.535518, -0.407307> - 8684: < 0.747688, -0.490534, -0.447593> - 8685: < 0.768679, -0.452290, -0.452290> - 8686: < 0.787421, -0.456900, -0.413777> - 8687: < 0.764964, -0.496395, -0.410392> - 8688: < 0.768679, -0.452290, -0.452290> - 8689: < 0.787421, -0.413777, -0.456900> - 8690: < 0.807394, -0.417202, -0.417202> - 8691: < 0.787421, -0.456900, -0.413777> - 8692: < 0.787421, -0.413777, -0.456900> - 8693: < 0.804154, -0.374961, -0.461239> - 8694: < 0.825100, -0.377345, -0.420500> - 8695: < 0.807394, -0.417202, -0.417202> - 8696: < 0.804154, -0.374961, -0.461239> - 8697: < 0.819039, -0.335801, -0.465202> - 8698: < 0.840684, -0.337391, -0.423577> - 8699: < 0.825100, -0.377345, -0.420500> - 8700: < 0.819039, -0.335801, -0.465202> - 8701: < 0.832128, -0.296339, -0.468770> - 8702: < 0.854324, -0.297287, -0.426323> - 8703: < 0.840684, -0.337391, -0.423577> - 8704: < 0.832128, -0.296339, -0.468770> - 8705: < 0.843490, -0.256606, -0.471888> - 8706: < 0.866124, -0.256999, -0.428698> - 8707: < 0.854324, -0.297287, -0.426323> - 8708: < 0.843490, -0.256606, -0.471888> - 8709: < 0.853230, -0.216413, -0.474515> - 8710: < 0.876208, -0.216320, -0.430657> - 8711: < 0.866124, -0.256999, -0.428698> - 8712: < 0.853230, -0.216413, -0.474515> - 8713: < 0.861426, -0.175453, -0.476614> - 8714: < 0.884654, -0.175026, -0.432149> - 8715: < 0.876208, -0.216320, -0.430657> - 8716: < 0.861426, -0.175453, -0.476614> - 8717: < 0.868033, -0.133553, -0.478208> - 8718: < 0.891416, -0.132913, -0.433256> - 8719: < 0.884654, -0.175026, -0.432149> - 8720: < 0.868033, -0.133553, -0.478208> - 8721: < 0.872976, -0.090429, -0.479307> - 8722: < 0.896437, -0.089787, -0.433981> - 8723: < 0.891416, -0.132913, -0.433256> - 8724: < 0.872976, -0.090429, -0.479307> - 8725: < 0.876095, -0.045871, -0.479951> - 8726: < 0.899583, -0.045443, -0.434379> - 8727: < 0.896437, -0.089787, -0.433981> - 8728: < 0.876095, -0.045871, -0.479951> - 8729: < 0.877169, 0.000000, -0.480182> - 8730: < 0.900655, 0.000000, -0.434534> - 8731: < 0.899583, -0.045443, -0.434379> - 8732: < 0.877169, 0.000000, -0.480182> - 8733: < 0.876095, 0.045871, -0.479951> - 8734: < 0.899583, 0.045443, -0.434379> - 8735: < 0.900655, 0.000000, -0.434534> - 8736: < 0.876095, 0.045871, -0.479951> - 8737: < 0.872976, 0.090429, -0.479307> - 8738: < 0.896437, 0.089787, -0.433981> - 8739: < 0.899583, 0.045443, -0.434379> - 8740: < 0.872976, 0.090429, -0.479307> - 8741: < 0.868033, 0.133553, -0.478208> - 8742: < 0.891405, 0.132911, -0.433281> - 8743: < 0.896437, 0.089787, -0.433981> - 8744: < 0.868033, 0.133553, -0.478208> - 8745: < 0.861426, 0.175453, -0.476614> - 8746: < 0.884654, 0.175026, -0.432149> - 8747: < 0.891405, 0.132911, -0.433281> - 8748: < 0.861426, 0.175453, -0.476614> - 8749: < 0.853230, 0.216413, -0.474515> - 8750: < 0.876208, 0.216320, -0.430657> - 8751: < 0.884654, 0.175026, -0.432149> - 8752: < 0.853230, 0.216413, -0.474515> - 8753: < 0.843490, 0.256606, -0.471888> - 8754: < 0.866124, 0.256999, -0.428698> - 8755: < 0.876208, 0.216320, -0.430657> - 8756: < 0.843490, 0.256606, -0.471888> - 8757: < 0.832128, 0.296339, -0.468770> - 8758: < 0.854324, 0.297287, -0.426323> - 8759: < 0.866124, 0.256999, -0.428698> - 8760: < 0.832128, 0.296339, -0.468770> - 8761: < 0.819039, 0.335801, -0.465202> - 8762: < 0.840684, 0.337391, -0.423577> - 8763: < 0.854324, 0.297287, -0.426323> - 8764: < 0.819039, 0.335801, -0.465202> - 8765: < 0.804154, 0.374961, -0.461239> - 8766: < 0.825100, 0.377345, -0.420500> - 8767: < 0.840684, 0.337391, -0.423577> - 8768: < 0.804154, 0.374961, -0.461239> - 8769: < 0.787421, 0.413777, -0.456900> - 8770: < 0.807394, 0.417202, -0.417202> - 8771: < 0.825100, 0.377345, -0.420500> - 8772: < 0.787421, 0.413777, -0.456900> - 8773: < 0.768679, 0.452290, -0.452290> - 8774: < 0.787421, 0.456900, -0.413777> - 8775: < 0.807394, 0.417202, -0.417202> - 8776: < 0.768679, 0.452290, -0.452290> - 8777: < 0.747688, 0.490534, -0.447593> - 8778: < 0.764976, 0.496372, -0.410398> - 8779: < 0.787421, 0.456900, -0.413777> - 8780: < 0.747688, 0.490534, -0.447593> - 8781: < 0.724109, 0.528478, -0.443145> - 8782: < 0.739812, 0.535518, -0.407307> - 8783: < 0.764976, 0.496372, -0.410398> - 8784: < 0.724109, 0.528478, -0.443145> - 8785: < 0.697667, 0.565794, -0.439475> - 8786: < 0.711772, 0.574008, -0.404839> - 8787: < 0.739812, 0.535518, -0.407307> - 8788: < 0.697667, 0.565794, -0.439475> - 8789: < 0.668312, 0.601963, -0.437036> - 8790: < 0.680859, 0.611427, -0.403223> - 8791: < 0.711772, 0.574008, -0.404839> - 8792: < 0.680859, -0.611427, -0.403223> - 8793: < 0.711772, -0.574008, -0.404839> - 8794: < 0.724825, -0.581661, -0.369188> - 8795: < 0.692544, -0.620305, -0.368246> - 8796: < 0.711772, -0.574008, -0.404839> - 8797: < 0.739812, -0.535518, -0.407307> - 8798: < 0.754169, -0.542028, -0.370721> - 8799: < 0.724825, -0.581661, -0.369188> - 8800: < 0.739812, -0.535518, -0.407307> - 8801: < 0.764964, -0.496395, -0.410392> - 8802: < 0.780568, -0.501802, -0.372705> - 8803: < 0.754169, -0.542028, -0.370721> - 8804: < 0.764964, -0.496395, -0.410392> - 8805: < 0.787421, -0.456900, -0.413777> - 8806: < 0.804154, -0.461239, -0.374961> - 8807: < 0.780568, -0.501802, -0.372705> - 8808: < 0.787421, -0.456900, -0.413777> - 8809: < 0.807394, -0.417202, -0.417202> - 8810: < 0.825100, -0.420500, -0.377345> - 8811: < 0.804154, -0.461239, -0.374961> - 8812: < 0.807394, -0.417202, -0.417202> - 8813: < 0.825100, -0.377345, -0.420500> - 8814: < 0.843551, -0.379751, -0.379751> - 8815: < 0.825100, -0.420500, -0.377345> - 8816: < 0.825100, -0.377345, -0.420500> - 8817: < 0.840684, -0.337391, -0.423577> - 8818: < 0.859750, -0.339005, -0.381976> - 8819: < 0.843551, -0.379751, -0.379751> - 8820: < 0.840684, -0.337391, -0.423577> - 8821: < 0.854324, -0.297287, -0.426323> - 8822: < 0.873840, -0.298259, -0.383986> - 8823: < 0.859750, -0.339005, -0.381976> - 8824: < 0.854324, -0.297287, -0.426323> - 8825: < 0.866124, -0.256999, -0.428698> - 8826: < 0.886018, -0.257364, -0.385664> - 8827: < 0.873840, -0.298259, -0.383986> - 8828: < 0.866124, -0.256999, -0.428698> - 8829: < 0.876208, -0.216320, -0.430657> - 8830: < 0.896382, -0.216199, -0.386985> - 8831: < 0.886018, -0.257364, -0.385664> - 8832: < 0.876208, -0.216320, -0.430657> - 8833: < 0.884654, -0.175026, -0.432149> - 8834: < 0.904997, -0.174541, -0.387965> - 8835: < 0.896382, -0.216199, -0.386985> - 8836: < 0.884654, -0.175026, -0.432149> - 8837: < 0.891416, -0.132913, -0.433256> - 8838: < 0.911854, -0.132240, -0.388632> - 8839: < 0.904997, -0.174541, -0.387965> - 8840: < 0.891416, -0.132913, -0.433256> - 8841: < 0.896437, -0.089787, -0.433981> - 8842: < 0.916918, -0.089116, -0.388998> - 8843: < 0.911854, -0.132240, -0.388632> - 8844: < 0.896437, -0.089787, -0.433981> - 8845: < 0.899583, -0.045443, -0.434379> - 8846: < 0.920061, -0.045016, -0.389180> - 8847: < 0.916918, -0.089116, -0.388998> - 8848: < 0.899583, -0.045443, -0.434379> - 8849: < 0.900655, 0.000000, -0.434534> - 8850: < 0.921135, 0.000000, -0.389244> - 8851: < 0.920061, -0.045016, -0.389180> - 8852: < 0.900655, 0.000000, -0.434534> - 8853: < 0.899583, 0.045443, -0.434379> - 8854: < 0.920061, 0.045016, -0.389180> - 8855: < 0.921135, 0.000000, -0.389244> - 8856: < 0.899583, 0.045443, -0.434379> - 8857: < 0.896437, 0.089787, -0.433981> - 8858: < 0.916918, 0.089116, -0.388998> - 8859: < 0.920061, 0.045016, -0.389180> - 8860: < 0.896437, 0.089787, -0.433981> - 8861: < 0.891405, 0.132911, -0.433281> - 8862: < 0.911854, 0.132240, -0.388632> - 8863: < 0.916918, 0.089116, -0.388998> - 8864: < 0.891405, 0.132911, -0.433281> - 8865: < 0.884654, 0.175026, -0.432149> - 8866: < 0.904997, 0.174541, -0.387965> - 8867: < 0.911854, 0.132240, -0.388632> - 8868: < 0.884654, 0.175026, -0.432149> - 8869: < 0.876208, 0.216320, -0.430657> - 8870: < 0.896382, 0.216199, -0.386985> - 8871: < 0.904997, 0.174541, -0.387965> - 8872: < 0.876208, 0.216320, -0.430657> - 8873: < 0.866124, 0.256999, -0.428698> - 8874: < 0.886018, 0.257364, -0.385664> - 8875: < 0.896382, 0.216199, -0.386985> - 8876: < 0.866124, 0.256999, -0.428698> - 8877: < 0.854324, 0.297287, -0.426323> - 8878: < 0.873848, 0.298231, -0.383989> - 8879: < 0.886018, 0.257364, -0.385664> - 8880: < 0.854324, 0.297287, -0.426323> - 8881: < 0.840684, 0.337391, -0.423577> - 8882: < 0.859750, 0.339005, -0.381976> - 8883: < 0.873848, 0.298231, -0.383989> - 8884: < 0.840684, 0.337391, -0.423577> - 8885: < 0.825100, 0.377345, -0.420500> - 8886: < 0.843551, 0.379751, -0.379751> - 8887: < 0.859750, 0.339005, -0.381976> - 8888: < 0.825100, 0.377345, -0.420500> - 8889: < 0.807394, 0.417202, -0.417202> - 8890: < 0.825100, 0.420500, -0.377345> - 8891: < 0.843551, 0.379751, -0.379751> - 8892: < 0.807394, 0.417202, -0.417202> - 8893: < 0.787421, 0.456900, -0.413777> - 8894: < 0.804154, 0.461239, -0.374961> - 8895: < 0.825100, 0.420500, -0.377345> - 8896: < 0.787421, 0.456900, -0.413777> - 8897: < 0.764976, 0.496372, -0.410398> - 8898: < 0.780568, 0.501802, -0.372705> - 8899: < 0.804154, 0.461239, -0.374961> - 8900: < 0.764976, 0.496372, -0.410398> - 8901: < 0.739812, 0.535518, -0.407307> - 8902: < 0.754169, 0.542028, -0.370721> - 8903: < 0.780568, 0.501802, -0.372705> - 8904: < 0.739812, 0.535518, -0.407307> - 8905: < 0.711772, 0.574008, -0.404839> - 8906: < 0.724825, 0.581661, -0.369188> - 8907: < 0.754169, 0.542028, -0.370721> - 8908: < 0.711772, 0.574008, -0.404839> - 8909: < 0.680859, 0.611427, -0.403223> - 8910: < 0.692544, 0.620305, -0.368246> - 8911: < 0.724825, 0.581661, -0.369188> - 8912: < 0.692544, -0.620305, -0.368246> - 8913: < 0.724825, -0.581661, -0.369188> - 8914: < 0.736915, -0.588744, -0.332170> - 8915: < 0.703467, -0.628603, -0.331652> - 8916: < 0.724825, -0.581661, -0.369188> - 8917: < 0.754169, -0.542028, -0.370721> - 8918: < 0.767292, -0.548009, -0.333090> - 8919: < 0.736915, -0.588744, -0.332170> - 8920: < 0.754169, -0.542028, -0.370721> - 8921: < 0.780568, -0.501802, -0.372705> - 8922: < 0.794636, -0.506745, -0.334310> - 8923: < 0.767292, -0.548009, -0.333090> - 8924: < 0.780568, -0.501802, -0.372705> - 8925: < 0.804154, -0.461239, -0.374961> - 8926: < 0.819039, -0.465202, -0.335801> - 8927: < 0.794636, -0.506745, -0.334310> - 8928: < 0.804154, -0.461239, -0.374961> - 8929: < 0.825100, -0.420500, -0.377345> - 8930: < 0.840684, -0.423577, -0.337391> - 8931: < 0.819039, -0.465202, -0.335801> - 8932: < 0.825100, -0.420500, -0.377345> - 8933: < 0.843551, -0.379751, -0.379751> - 8934: < 0.859750, -0.381976, -0.339005> - 8935: < 0.840684, -0.423577, -0.337391> - 8936: < 0.843551, -0.379751, -0.379751> - 8937: < 0.859750, -0.339005, -0.381976> - 8938: < 0.876422, -0.340503, -0.340503> - 8939: < 0.859750, -0.381976, -0.339005> - 8940: < 0.859750, -0.339005, -0.381976> - 8941: < 0.873840, -0.298259, -0.383986> - 8942: < 0.890906, -0.299085, -0.341811> - 8943: < 0.876422, -0.340503, -0.340503> - 8944: < 0.873840, -0.298259, -0.383986> - 8945: < 0.886018, -0.257364, -0.385664> - 8946: < 0.903367, -0.257643, -0.342852> - 8947: < 0.890906, -0.299085, -0.341811> - 8948: < 0.886018, -0.257364, -0.385664> - 8949: < 0.896382, -0.216199, -0.386985> - 8950: < 0.913949, -0.215982, -0.343582> - 8951: < 0.903367, -0.257643, -0.342852> - 8952: < 0.896382, -0.216199, -0.386985> - 8953: < 0.904997, -0.174541, -0.387965> - 8954: < 0.922682, -0.173989, -0.344072> - 8955: < 0.913949, -0.215982, -0.343582> - 8956: < 0.904997, -0.174541, -0.387965> - 8957: < 0.911854, -0.132240, -0.388632> - 8958: < 0.929596, -0.131509, -0.344322> - 8959: < 0.922682, -0.173989, -0.344072> - 8960: < 0.911854, -0.132240, -0.388632> - 8961: < 0.916918, -0.089116, -0.388998> - 8962: < 0.934648, -0.088414, -0.344408> - 8963: < 0.929596, -0.131509, -0.344322> - 8964: < 0.916918, -0.089116, -0.388998> - 8965: < 0.920061, -0.045016, -0.389180> - 8966: < 0.937762, -0.044558, -0.344409> - 8967: < 0.934648, -0.088414, -0.344408> - 8968: < 0.920061, -0.045016, -0.389180> - 8969: < 0.921135, 0.000000, -0.389244> - 8970: < 0.938821, 0.000000, -0.344405> - 8971: < 0.937762, -0.044558, -0.344409> - 8972: < 0.921135, 0.000000, -0.389244> - 8973: < 0.920061, 0.045016, -0.389180> - 8974: < 0.937762, 0.044558, -0.344409> - 8975: < 0.938821, 0.000000, -0.344405> - 8976: < 0.920061, 0.045016, -0.389180> - 8977: < 0.916918, 0.089116, -0.388998> - 8978: < 0.934648, 0.088414, -0.344408> - 8979: < 0.937762, 0.044558, -0.344409> - 8980: < 0.916918, 0.089116, -0.388998> - 8981: < 0.911854, 0.132240, -0.388632> - 8982: < 0.929596, 0.131509, -0.344322> - 8983: < 0.934648, 0.088414, -0.344408> - 8984: < 0.911854, 0.132240, -0.388632> - 8985: < 0.904997, 0.174541, -0.387965> - 8986: < 0.922682, 0.173989, -0.344072> - 8987: < 0.929596, 0.131509, -0.344322> - 8988: < 0.904997, 0.174541, -0.387965> - 8989: < 0.896382, 0.216199, -0.386985> - 8990: < 0.913949, 0.215982, -0.343582> - 8991: < 0.922682, 0.173989, -0.344072> - 8992: < 0.896382, 0.216199, -0.386985> - 8993: < 0.886018, 0.257364, -0.385664> - 8994: < 0.903367, 0.257643, -0.342852> - 8995: < 0.913949, 0.215982, -0.343582> - 8996: < 0.886018, 0.257364, -0.385664> - 8997: < 0.873848, 0.298231, -0.383989> - 8998: < 0.890906, 0.299085, -0.341811> - 8999: < 0.903367, 0.257643, -0.342852> - 9000: < 0.873848, 0.298231, -0.383989> - 9001: < 0.859750, 0.339005, -0.381976> - 9002: < 0.876422, 0.340503, -0.340503> - 9003: < 0.890906, 0.299085, -0.341811> - 9004: < 0.859750, 0.339005, -0.381976> - 9005: < 0.843551, 0.379751, -0.379751> - 9006: < 0.859750, 0.381976, -0.339005> - 9007: < 0.876422, 0.340503, -0.340503> - 9008: < 0.843551, 0.379751, -0.379751> - 9009: < 0.825100, 0.420500, -0.377345> - 9010: < 0.840684, 0.423577, -0.337391> - 9011: < 0.859750, 0.381976, -0.339005> - 9012: < 0.825100, 0.420500, -0.377345> - 9013: < 0.804154, 0.461239, -0.374961> - 9014: < 0.819039, 0.465202, -0.335801> - 9015: < 0.840684, 0.423577, -0.337391> - 9016: < 0.804154, 0.461239, -0.374961> - 9017: < 0.780568, 0.501802, -0.372705> - 9018: < 0.794636, 0.506745, -0.334310> - 9019: < 0.819039, 0.465202, -0.335801> - 9020: < 0.780568, 0.501802, -0.372705> - 9021: < 0.754169, 0.542028, -0.370721> - 9022: < 0.767292, 0.548009, -0.333090> - 9023: < 0.794636, 0.506745, -0.334310> - 9024: < 0.754169, 0.542028, -0.370721> - 9025: < 0.724825, 0.581661, -0.369188> - 9026: < 0.736915, 0.588744, -0.332170> - 9027: < 0.767292, 0.548009, -0.333090> - 9028: < 0.724825, 0.581661, -0.369188> - 9029: < 0.692544, 0.620305, -0.368246> - 9030: < 0.703467, 0.628603, -0.331652> - 9031: < 0.736915, 0.588744, -0.332170> - 9032: < 0.703467, -0.628603, -0.331652> - 9033: < 0.736915, -0.588744, -0.332170> - 9034: < 0.747816, -0.595158, -0.294207> - 9035: < 0.713382, -0.636169, -0.293898> - 9036: < 0.736915, -0.588744, -0.332170> - 9037: < 0.767292, -0.548009, -0.333090> - 9038: < 0.779017, -0.553415, -0.294729> - 9039: < 0.747816, -0.595158, -0.294207> - 9040: < 0.767292, -0.548009, -0.333090> - 9041: < 0.794636, -0.506745, -0.334310> - 9042: < 0.807082, -0.511198, -0.295457> - 9043: < 0.779017, -0.553415, -0.294729> - 9044: < 0.794636, -0.506745, -0.334310> - 9045: < 0.819039, -0.465202, -0.335801> - 9046: < 0.832128, -0.468770, -0.296339> - 9047: < 0.807082, -0.511198, -0.295457> - 9048: < 0.819039, -0.465202, -0.335801> - 9049: < 0.840684, -0.423577, -0.337391> - 9050: < 0.854324, -0.426323, -0.297287> - 9051: < 0.832128, -0.468770, -0.296339> - 9052: < 0.840684, -0.423577, -0.337391> - 9053: < 0.859750, -0.381976, -0.339005> - 9054: < 0.873848, -0.383989, -0.298231> - 9055: < 0.854324, -0.426323, -0.297287> - 9056: < 0.859750, -0.381976, -0.339005> - 9057: < 0.876422, -0.340503, -0.340503> - 9058: < 0.890906, -0.341811, -0.299085> - 9059: < 0.873848, -0.383989, -0.298231> - 9060: < 0.876422, -0.340503, -0.340503> - 9061: < 0.890906, -0.299085, -0.341811> - 9062: < 0.905696, -0.299762, -0.299762> - 9063: < 0.890906, -0.341811, -0.299085> - 9064: < 0.890906, -0.299085, -0.341811> - 9065: < 0.903367, -0.257643, -0.342852> - 9066: < 0.918390, -0.257736, -0.300219> - 9067: < 0.905696, -0.299762, -0.299762> - 9068: < 0.903367, -0.257643, -0.342852> - 9069: < 0.913949, -0.215982, -0.343582> - 9070: < 0.929096, -0.215649, -0.300461> - 9071: < 0.918390, -0.257736, -0.300219> - 9072: < 0.913949, -0.215982, -0.343582> - 9073: < 0.922682, -0.173989, -0.344072> - 9074: < 0.937897, -0.173351, -0.300496> - 9075: < 0.929096, -0.215649, -0.300461> - 9076: < 0.922682, -0.173989, -0.344072> - 9077: < 0.929596, -0.131509, -0.344322> - 9078: < 0.944802, -0.130743, -0.300427> - 9079: < 0.937897, -0.173351, -0.300496> - 9080: < 0.929596, -0.131509, -0.344322> - 9081: < 0.934648, -0.088414, -0.344408> - 9082: < 0.949820, -0.087712, -0.300248> - 9083: < 0.944802, -0.130743, -0.300427> - 9084: < 0.934648, -0.088414, -0.344408> - 9085: < 0.937762, -0.044558, -0.344409> - 9086: < 0.952889, -0.044130, -0.300092> - 9087: < 0.949820, -0.087712, -0.300248> - 9088: < 0.937762, -0.044558, -0.344409> - 9089: < 0.938821, 0.000000, -0.344405> - 9090: < 0.953921, 0.000000, -0.300059> - 9091: < 0.952889, -0.044130, -0.300092> - 9092: < 0.938821, 0.000000, -0.344405> - 9093: < 0.937762, 0.044558, -0.344409> - 9094: < 0.952889, 0.044130, -0.300092> - 9095: < 0.953921, 0.000000, -0.300059> - 9096: < 0.937762, 0.044558, -0.344409> - 9097: < 0.934648, 0.088414, -0.344408> - 9098: < 0.949820, 0.087712, -0.300248> - 9099: < 0.952889, 0.044130, -0.300092> - 9100: < 0.934648, 0.088414, -0.344408> - 9101: < 0.929596, 0.131509, -0.344322> - 9102: < 0.944802, 0.130743, -0.300427> - 9103: < 0.949820, 0.087712, -0.300248> - 9104: < 0.929596, 0.131509, -0.344322> - 9105: < 0.922682, 0.173989, -0.344072> - 9106: < 0.937897, 0.173351, -0.300496> - 9107: < 0.944802, 0.130743, -0.300427> - 9108: < 0.922682, 0.173989, -0.344072> - 9109: < 0.913949, 0.215982, -0.343582> - 9110: < 0.929096, 0.215649, -0.300461> - 9111: < 0.937897, 0.173351, -0.300496> - 9112: < 0.913949, 0.215982, -0.343582> - 9113: < 0.903367, 0.257643, -0.342852> - 9114: < 0.918390, 0.257736, -0.300219> - 9115: < 0.929096, 0.215649, -0.300461> - 9116: < 0.903367, 0.257643, -0.342852> - 9117: < 0.890906, 0.299085, -0.341811> - 9118: < 0.905696, 0.299762, -0.299762> - 9119: < 0.918390, 0.257736, -0.300219> - 9120: < 0.890906, 0.299085, -0.341811> - 9121: < 0.876422, 0.340503, -0.340503> - 9122: < 0.890906, 0.341811, -0.299085> - 9123: < 0.905696, 0.299762, -0.299762> - 9124: < 0.876422, 0.340503, -0.340503> - 9125: < 0.859750, 0.381976, -0.339005> - 9126: < 0.873851, 0.383960, -0.298262> - 9127: < 0.890906, 0.341811, -0.299085> - 9128: < 0.859750, 0.381976, -0.339005> - 9129: < 0.840684, 0.423577, -0.337391> - 9130: < 0.854324, 0.426323, -0.297287> - 9131: < 0.873851, 0.383960, -0.298262> - 9132: < 0.840684, 0.423577, -0.337391> - 9133: < 0.819039, 0.465202, -0.335801> - 9134: < 0.832128, 0.468770, -0.296339> - 9135: < 0.854324, 0.426323, -0.297287> - 9136: < 0.819039, 0.465202, -0.335801> - 9137: < 0.794636, 0.506745, -0.334310> - 9138: < 0.807082, 0.511198, -0.295457> - 9139: < 0.832128, 0.468770, -0.296339> - 9140: < 0.794636, 0.506745, -0.334310> - 9141: < 0.767292, 0.548009, -0.333090> - 9142: < 0.779017, 0.553415, -0.294729> - 9143: < 0.807082, 0.511198, -0.295457> - 9144: < 0.767292, 0.548009, -0.333090> - 9145: < 0.736915, 0.588744, -0.332170> - 9146: < 0.747816, 0.595158, -0.294207> - 9147: < 0.779017, 0.553415, -0.294729> - 9148: < 0.736915, 0.588744, -0.332170> - 9149: < 0.703467, 0.628603, -0.331652> - 9150: < 0.713396, 0.636150, -0.293904> - 9151: < 0.747816, 0.595158, -0.294207> - 9152: < 0.713382, -0.636169, -0.293898> - 9153: < 0.747816, -0.595158, -0.294207> - 9154: < 0.757361, -0.600829, -0.255750> - 9155: < 0.722093, -0.642833, -0.255632> - 9156: < 0.747816, -0.595158, -0.294207> - 9157: < 0.779017, -0.553415, -0.294729> - 9158: < 0.789266, -0.558172, -0.255937> - 9159: < 0.757361, -0.600829, -0.255750> - 9160: < 0.779017, -0.553415, -0.294729> - 9161: < 0.807082, -0.511198, -0.295457> - 9162: < 0.817925, -0.515110, -0.256243> - 9163: < 0.789266, -0.558172, -0.255937> - 9164: < 0.807082, -0.511198, -0.295457> - 9165: < 0.832128, -0.468770, -0.296339> - 9166: < 0.843490, -0.471888, -0.256606> - 9167: < 0.817925, -0.515110, -0.256243> - 9168: < 0.832128, -0.468770, -0.296339> - 9169: < 0.854324, -0.426323, -0.297287> - 9170: < 0.866124, -0.428698, -0.256999> - 9171: < 0.843490, -0.471888, -0.256606> - 9172: < 0.854324, -0.426323, -0.297287> - 9173: < 0.873848, -0.383989, -0.298231> - 9174: < 0.886018, -0.385664, -0.257364> - 9175: < 0.866124, -0.428698, -0.256999> - 9176: < 0.873848, -0.383989, -0.298231> - 9177: < 0.890906, -0.341811, -0.299085> - 9178: < 0.903367, -0.342852, -0.257643> - 9179: < 0.886018, -0.385664, -0.257364> - 9180: < 0.890906, -0.341811, -0.299085> - 9181: < 0.905696, -0.299762, -0.299762> - 9182: < 0.918390, -0.300219, -0.257736> - 9183: < 0.903367, -0.342852, -0.257643> - 9184: < 0.905696, -0.299762, -0.299762> - 9185: < 0.918390, -0.257736, -0.300219> - 9186: < 0.931225, -0.257702, -0.257702> - 9187: < 0.918390, -0.300219, -0.257736> - 9188: < 0.918390, -0.257736, -0.300219> - 9189: < 0.929096, -0.215649, -0.300461> - 9190: < 0.942000, -0.215220, -0.257519> - 9191: < 0.931225, -0.257702, -0.257702> - 9192: < 0.929096, -0.215649, -0.300461> - 9193: < 0.937897, -0.173351, -0.300496> - 9194: < 0.950800, -0.172679, -0.257217> - 9195: < 0.942000, -0.215220, -0.257519> - 9196: < 0.937897, -0.173351, -0.300496> - 9197: < 0.944802, -0.130743, -0.300427> - 9198: < 0.957663, -0.129981, -0.256880> - 9199: < 0.950800, -0.172679, -0.257217> - 9200: < 0.944802, -0.130743, -0.300427> - 9201: < 0.949820, -0.087712, -0.300248> - 9202: < 0.962605, -0.087041, -0.256544> - 9203: < 0.957663, -0.129981, -0.256880> - 9204: < 0.949820, -0.087712, -0.300248> - 9205: < 0.952889, -0.044130, -0.300092> - 9206: < 0.965618, -0.043703, -0.256267> - 9207: < 0.962605, -0.087041, -0.256544> - 9208: < 0.952889, -0.044130, -0.300092> - 9209: < 0.953921, 0.000000, -0.300059> - 9210: < 0.966630, 0.000000, -0.256177> - 9211: < 0.965618, -0.043703, -0.256267> - 9212: < 0.953921, 0.000000, -0.300059> - 9213: < 0.952889, 0.044130, -0.300092> - 9214: < 0.965618, 0.043703, -0.256267> - 9215: < 0.966630, 0.000000, -0.256177> - 9216: < 0.952889, 0.044130, -0.300092> - 9217: < 0.949820, 0.087712, -0.300248> - 9218: < 0.962605, 0.087041, -0.256544> - 9219: < 0.965618, 0.043703, -0.256267> - 9220: < 0.949820, 0.087712, -0.300248> - 9221: < 0.944802, 0.130743, -0.300427> - 9222: < 0.957663, 0.129981, -0.256880> - 9223: < 0.962605, 0.087041, -0.256544> - 9224: < 0.944802, 0.130743, -0.300427> - 9225: < 0.937897, 0.173351, -0.300496> - 9226: < 0.950800, 0.172679, -0.257217> - 9227: < 0.957663, 0.129981, -0.256880> - 9228: < 0.937897, 0.173351, -0.300496> - 9229: < 0.929096, 0.215649, -0.300461> - 9230: < 0.942000, 0.215220, -0.257519> - 9231: < 0.950800, 0.172679, -0.257217> - 9232: < 0.929096, 0.215649, -0.300461> - 9233: < 0.918390, 0.257736, -0.300219> - 9234: < 0.931225, 0.257702, -0.257702> - 9235: < 0.942000, 0.215220, -0.257519> - 9236: < 0.918390, 0.257736, -0.300219> - 9237: < 0.905696, 0.299762, -0.299762> - 9238: < 0.918390, 0.300219, -0.257736> - 9239: < 0.931225, 0.257702, -0.257702> - 9240: < 0.905696, 0.299762, -0.299762> - 9241: < 0.890906, 0.341811, -0.299085> - 9242: < 0.903367, 0.342852, -0.257643> - 9243: < 0.918390, 0.300219, -0.257736> - 9244: < 0.890906, 0.341811, -0.299085> - 9245: < 0.873851, 0.383960, -0.298262> - 9246: < 0.886018, 0.385664, -0.257364> - 9247: < 0.903367, 0.342852, -0.257643> - 9248: < 0.873851, 0.383960, -0.298262> - 9249: < 0.854324, 0.426323, -0.297287> - 9250: < 0.866124, 0.428698, -0.256999> - 9251: < 0.886018, 0.385664, -0.257364> - 9252: < 0.854324, 0.426323, -0.297287> - 9253: < 0.832128, 0.468770, -0.296339> - 9254: < 0.843490, 0.471888, -0.256606> - 9255: < 0.866124, 0.428698, -0.256999> - 9256: < 0.832128, 0.468770, -0.296339> - 9257: < 0.807082, 0.511198, -0.295457> - 9258: < 0.817925, 0.515110, -0.256243> - 9259: < 0.843490, 0.471888, -0.256606> - 9260: < 0.807082, 0.511198, -0.295457> - 9261: < 0.779017, 0.553415, -0.294729> - 9262: < 0.789266, 0.558172, -0.255937> - 9263: < 0.817925, 0.515110, -0.256243> - 9264: < 0.779017, 0.553415, -0.294729> - 9265: < 0.747816, 0.595158, -0.294207> - 9266: < 0.757361, 0.600829, -0.255750> - 9267: < 0.789266, 0.558172, -0.255937> - 9268: < 0.747816, 0.595158, -0.294207> - 9269: < 0.713396, 0.636150, -0.293904> - 9270: < 0.722093, 0.642833, -0.255632> - 9271: < 0.757361, 0.600829, -0.255750> - 9272: < 0.722093, -0.642833, -0.255632> - 9273: < 0.757361, -0.600829, -0.255750> - 9274: < 0.765608, -0.605748, -0.216596> - 9275: < 0.729636, -0.648606, -0.216660> - 9276: < 0.757361, -0.600829, -0.255750> - 9277: < 0.789266, -0.558172, -0.255937> - 9278: < 0.798110, -0.562257, -0.216534> - 9279: < 0.765608, -0.605748, -0.216596> - 9280: < 0.789266, -0.558172, -0.255937> - 9281: < 0.817925, -0.515110, -0.256243> - 9282: < 0.827263, -0.518435, -0.216475> - 9283: < 0.798110, -0.562257, -0.216534> - 9284: < 0.817925, -0.515110, -0.256243> - 9285: < 0.843490, -0.471888, -0.256606> - 9286: < 0.853230, -0.474515, -0.216413> - 9287: < 0.827263, -0.518435, -0.216475> - 9288: < 0.843490, -0.471888, -0.256606> - 9289: < 0.866124, -0.428698, -0.256999> - 9290: < 0.876208, -0.430657, -0.216320> - 9291: < 0.853230, -0.474515, -0.216413> - 9292: < 0.866124, -0.428698, -0.256999> - 9293: < 0.886018, -0.385664, -0.257364> - 9294: < 0.896382, -0.386985, -0.216199> - 9295: < 0.876208, -0.430657, -0.216320> - 9296: < 0.886018, -0.385664, -0.257364> - 9297: < 0.903367, -0.342852, -0.257643> - 9298: < 0.913949, -0.343582, -0.215982> - 9299: < 0.896382, -0.386985, -0.216199> - 9300: < 0.903367, -0.342852, -0.257643> - 9301: < 0.918390, -0.300219, -0.257736> - 9302: < 0.929096, -0.300461, -0.215649> - 9303: < 0.913949, -0.343582, -0.215982> - 9304: < 0.918390, -0.300219, -0.257736> - 9305: < 0.931225, -0.257702, -0.257702> - 9306: < 0.942000, -0.257519, -0.215220> - 9307: < 0.929096, -0.300461, -0.215649> - 9308: < 0.931225, -0.257702, -0.257702> - 9309: < 0.942000, -0.215220, -0.257519> - 9310: < 0.952775, -0.214732, -0.214732> - 9311: < 0.942000, -0.257519, -0.215220> - 9312: < 0.942000, -0.215220, -0.257519> - 9313: < 0.950800, -0.172679, -0.257217> - 9314: < 0.961530, -0.172005, -0.214182> - 9315: < 0.952775, -0.214732, -0.214732> - 9316: < 0.950800, -0.172679, -0.257217> - 9317: < 0.957663, -0.129981, -0.256880> - 9318: < 0.968319, -0.129250, -0.213666> - 9319: < 0.961530, -0.172005, -0.214182> - 9320: < 0.957663, -0.129981, -0.256880> - 9321: < 0.962605, -0.087041, -0.256544> - 9322: < 0.973180, -0.086398, -0.213204> - 9323: < 0.968319, -0.129250, -0.213666> - 9324: < 0.962605, -0.087041, -0.256544> - 9325: < 0.965618, -0.043703, -0.256267> - 9326: < 0.976120, -0.043306, -0.212870> - 9327: < 0.973180, -0.086398, -0.213204> - 9328: < 0.965618, -0.043703, -0.256267> - 9329: < 0.966630, 0.000000, -0.256177> - 9330: < 0.977107, 0.000000, -0.212750> - 9331: < 0.976120, -0.043306, -0.212870> - 9332: < 0.966630, 0.000000, -0.256177> - 9333: < 0.965618, 0.043703, -0.256267> - 9334: < 0.976120, 0.043306, -0.212870> - 9335: < 0.977107, 0.000000, -0.212750> - 9336: < 0.965618, 0.043703, -0.256267> - 9337: < 0.962605, 0.087041, -0.256544> - 9338: < 0.973180, 0.086398, -0.213204> - 9339: < 0.976120, 0.043306, -0.212870> - 9340: < 0.962605, 0.087041, -0.256544> - 9341: < 0.957663, 0.129981, -0.256880> - 9342: < 0.968319, 0.129250, -0.213666> - 9343: < 0.973180, 0.086398, -0.213204> - 9344: < 0.957663, 0.129981, -0.256880> - 9345: < 0.950800, 0.172679, -0.257217> - 9346: < 0.961530, 0.172005, -0.214182> - 9347: < 0.968319, 0.129250, -0.213666> - 9348: < 0.950800, 0.172679, -0.257217> - 9349: < 0.942000, 0.215220, -0.257519> - 9350: < 0.952775, 0.214732, -0.214732> - 9351: < 0.961530, 0.172005, -0.214182> - 9352: < 0.942000, 0.215220, -0.257519> - 9353: < 0.931225, 0.257702, -0.257702> - 9354: < 0.942000, 0.257519, -0.215220> - 9355: < 0.952775, 0.214732, -0.214732> - 9356: < 0.931225, 0.257702, -0.257702> - 9357: < 0.918390, 0.300219, -0.257736> - 9358: < 0.929096, 0.300461, -0.215649> - 9359: < 0.942000, 0.257519, -0.215220> - 9360: < 0.918390, 0.300219, -0.257736> - 9361: < 0.903367, 0.342852, -0.257643> - 9362: < 0.913949, 0.343582, -0.215982> - 9363: < 0.929096, 0.300461, -0.215649> - 9364: < 0.903367, 0.342852, -0.257643> - 9365: < 0.886018, 0.385664, -0.257364> - 9366: < 0.896382, 0.386985, -0.216199> - 9367: < 0.913949, 0.343582, -0.215982> - 9368: < 0.886018, 0.385664, -0.257364> - 9369: < 0.866124, 0.428698, -0.256999> - 9370: < 0.876208, 0.430657, -0.216320> - 9371: < 0.896382, 0.386985, -0.216199> - 9372: < 0.866124, 0.428698, -0.256999> - 9373: < 0.843490, 0.471888, -0.256606> - 9374: < 0.853230, 0.474515, -0.216413> - 9375: < 0.876208, 0.430657, -0.216320> - 9376: < 0.843490, 0.471888, -0.256606> - 9377: < 0.817925, 0.515110, -0.256243> - 9378: < 0.827263, 0.518435, -0.216475> - 9379: < 0.853230, 0.474515, -0.216413> - 9380: < 0.817925, 0.515110, -0.256243> - 9381: < 0.789266, 0.558172, -0.255937> - 9382: < 0.798110, 0.562257, -0.216534> - 9383: < 0.827263, 0.518435, -0.216475> - 9384: < 0.789266, 0.558172, -0.255937> - 9385: < 0.757361, 0.600829, -0.255750> - 9386: < 0.765608, 0.605748, -0.216596> - 9387: < 0.798110, 0.562257, -0.216534> - 9388: < 0.757361, 0.600829, -0.255750> - 9389: < 0.722093, 0.642833, -0.255632> - 9390: < 0.729636, 0.648606, -0.216660> - 9391: < 0.765608, 0.605748, -0.216596> - 9392: < 0.729636, -0.648606, -0.216660> - 9393: < 0.765608, -0.605748, -0.216596> - 9394: < 0.772589, -0.609892, -0.176461> - 9395: < 0.736025, -0.653502, -0.176644> - 9396: < 0.765608, -0.605748, -0.216596> - 9397: < 0.798110, -0.562257, -0.216534> - 9398: < 0.805587, -0.565675, -0.176188> - 9399: < 0.772589, -0.609892, -0.176461> - 9400: < 0.798110, -0.562257, -0.216534> - 9401: < 0.827263, -0.518435, -0.216475> - 9402: < 0.835133, -0.521180, -0.175853> - 9403: < 0.805587, -0.565675, -0.176188> - 9404: < 0.827263, -0.518435, -0.216475> - 9405: < 0.853230, -0.474515, -0.216413> - 9406: < 0.861427, -0.476614, -0.175453> - 9407: < 0.835133, -0.521180, -0.175853> - 9408: < 0.853230, -0.474515, -0.216413> - 9409: < 0.876208, -0.430657, -0.216320> - 9410: < 0.884654, -0.432149, -0.175026> - 9411: < 0.861427, -0.476614, -0.175453> - 9412: < 0.876208, -0.430657, -0.216320> - 9413: < 0.896382, -0.386985, -0.216199> - 9414: < 0.904997, -0.387965, -0.174541> - 9415: < 0.884654, -0.432149, -0.175026> - 9416: < 0.896382, -0.386985, -0.216199> - 9417: < 0.913949, -0.343582, -0.215982> - 9418: < 0.922682, -0.344072, -0.173989> - 9419: < 0.904997, -0.387965, -0.174541> - 9420: < 0.913949, -0.343582, -0.215982> - 9421: < 0.929096, -0.300461, -0.215649> - 9422: < 0.937897, -0.300496, -0.173351> - 9423: < 0.922682, -0.344072, -0.173989> - 9424: < 0.929096, -0.300461, -0.215649> - 9425: < 0.942000, -0.257519, -0.215220> - 9426: < 0.950800, -0.257217, -0.172679> - 9427: < 0.937897, -0.300496, -0.173351> - 9428: < 0.942000, -0.257519, -0.215220> - 9429: < 0.952775, -0.214732, -0.214732> - 9430: < 0.961530, -0.214182, -0.172005> - 9431: < 0.950800, -0.257217, -0.172679> - 9432: < 0.952775, -0.214732, -0.214732> - 9433: < 0.961530, -0.172005, -0.214182> - 9434: < 0.970211, -0.171305, -0.171305> - 9435: < 0.961530, -0.214182, -0.172005> - 9436: < 0.961530, -0.172005, -0.214182> - 9437: < 0.968319, -0.129250, -0.213666> - 9438: < 0.976904, -0.128545, -0.170691> - 9439: < 0.970211, -0.171305, -0.171305> - 9440: < 0.968319, -0.129250, -0.213666> - 9441: < 0.973180, -0.086398, -0.213204> - 9442: < 0.981668, -0.085788, -0.170203> - 9443: < 0.976904, -0.128545, -0.170691> - 9444: < 0.973180, -0.086398, -0.213204> - 9445: < 0.976120, -0.043306, -0.212870> - 9446: < 0.984535, -0.042970, -0.169837> - 9447: < 0.981668, -0.085788, -0.170203> - 9448: < 0.976120, -0.043306, -0.212870> - 9449: < 0.977107, 0.000000, -0.212750> - 9450: < 0.985488, 0.000000, -0.169746> - 9451: < 0.984535, -0.042970, -0.169837> - 9452: < 0.977107, 0.000000, -0.212750> - 9453: < 0.976120, 0.043306, -0.212870> - 9454: < 0.984535, 0.042970, -0.169837> - 9455: < 0.985488, 0.000000, -0.169746> - 9456: < 0.976120, 0.043306, -0.212870> - 9457: < 0.973180, 0.086398, -0.213204> - 9458: < 0.981668, 0.085788, -0.170203> - 9459: < 0.984535, 0.042970, -0.169837> - 9460: < 0.973180, 0.086398, -0.213204> - 9461: < 0.968319, 0.129250, -0.213666> - 9462: < 0.976904, 0.128545, -0.170691> - 9463: < 0.981668, 0.085788, -0.170203> - 9464: < 0.968319, 0.129250, -0.213666> - 9465: < 0.961530, 0.172005, -0.214182> - 9466: < 0.970211, 0.171305, -0.171305> - 9467: < 0.976904, 0.128545, -0.170691> - 9468: < 0.961530, 0.172005, -0.214182> - 9469: < 0.952775, 0.214732, -0.214732> - 9470: < 0.961530, 0.214182, -0.172005> - 9471: < 0.970211, 0.171305, -0.171305> - 9472: < 0.952775, 0.214732, -0.214732> - 9473: < 0.942000, 0.257519, -0.215220> - 9474: < 0.950800, 0.257217, -0.172679> - 9475: < 0.961530, 0.214182, -0.172005> - 9476: < 0.942000, 0.257519, -0.215220> - 9477: < 0.929096, 0.300461, -0.215649> - 9478: < 0.937897, 0.300496, -0.173351> - 9479: < 0.950800, 0.257217, -0.172679> - 9480: < 0.929096, 0.300461, -0.215649> - 9481: < 0.913949, 0.343582, -0.215982> - 9482: < 0.922682, 0.344072, -0.173989> - 9483: < 0.937897, 0.300496, -0.173351> - 9484: < 0.913949, 0.343582, -0.215982> - 9485: < 0.896382, 0.386985, -0.216199> - 9486: < 0.904997, 0.387965, -0.174541> - 9487: < 0.922682, 0.344072, -0.173989> - 9488: < 0.896382, 0.386985, -0.216199> - 9489: < 0.876208, 0.430657, -0.216320> - 9490: < 0.884654, 0.432149, -0.175026> - 9491: < 0.904997, 0.387965, -0.174541> - 9492: < 0.876208, 0.430657, -0.216320> - 9493: < 0.853230, 0.474515, -0.216413> - 9494: < 0.861427, 0.476614, -0.175453> - 9495: < 0.884654, 0.432149, -0.175026> - 9496: < 0.853230, 0.474515, -0.216413> - 9497: < 0.827263, 0.518435, -0.216475> - 9498: < 0.835133, 0.521180, -0.175853> - 9499: < 0.861427, 0.476614, -0.175453> - 9500: < 0.827263, 0.518435, -0.216475> - 9501: < 0.798110, 0.562257, -0.216534> - 9502: < 0.805587, 0.565675, -0.176188> - 9503: < 0.835133, 0.521180, -0.175853> - 9504: < 0.798110, 0.562257, -0.216534> - 9505: < 0.765608, 0.605748, -0.216596> - 9506: < 0.772589, 0.609892, -0.176461> - 9507: < 0.805587, 0.565675, -0.176188> - 9508: < 0.765608, 0.605748, -0.216596> - 9509: < 0.729636, 0.648606, -0.216660> - 9510: < 0.736025, 0.653502, -0.176644> - 9511: < 0.772589, 0.609892, -0.176461> - 9512: < 0.736025, -0.653502, -0.176644> - 9513: < 0.772589, -0.609892, -0.176461> - 9514: < 0.778292, -0.613215, -0.135015> - 9515: < 0.741243, -0.657468, -0.135260> - 9516: < 0.772589, -0.609892, -0.176461> - 9517: < 0.805587, -0.565675, -0.176188> - 9518: < 0.811677, -0.568382, -0.134618> - 9519: < 0.778292, -0.613215, -0.135015> - 9520: < 0.805587, -0.565675, -0.176188> - 9521: < 0.835133, -0.521180, -0.175853> - 9522: < 0.841527, -0.523307, -0.134100> - 9523: < 0.811677, -0.568382, -0.134618> - 9524: < 0.835133, -0.521180, -0.175853> - 9525: < 0.861427, -0.476614, -0.175453> - 9526: < 0.868033, -0.478208, -0.133553> - 9527: < 0.841527, -0.523307, -0.134100> - 9528: < 0.861427, -0.476614, -0.175453> - 9529: < 0.884654, -0.432149, -0.175026> - 9530: < 0.891416, -0.433256, -0.132913> - 9531: < 0.868033, -0.478208, -0.133553> - 9532: < 0.884654, -0.432149, -0.175026> - 9533: < 0.904997, -0.387965, -0.174541> - 9534: < 0.911854, -0.388632, -0.132240> - 9535: < 0.891416, -0.433256, -0.132913> - 9536: < 0.904997, -0.387965, -0.174541> - 9537: < 0.922682, -0.344072, -0.173989> - 9538: < 0.929596, -0.344322, -0.131509> - 9539: < 0.911854, -0.388632, -0.132240> - 9540: < 0.922682, -0.344072, -0.173989> - 9541: < 0.937897, -0.300496, -0.173351> - 9542: < 0.944802, -0.300427, -0.130743> - 9543: < 0.929596, -0.344322, -0.131509> - 9544: < 0.937897, -0.300496, -0.173351> - 9545: < 0.950800, -0.257217, -0.172679> - 9546: < 0.957663, -0.256880, -0.129981> - 9547: < 0.944802, -0.300427, -0.130743> - 9548: < 0.950800, -0.257217, -0.172679> - 9549: < 0.961530, -0.214182, -0.172005> - 9550: < 0.968319, -0.213666, -0.129250> - 9551: < 0.957663, -0.256880, -0.129981> - 9552: < 0.961530, -0.214182, -0.172005> - 9553: < 0.970211, -0.171305, -0.171305> - 9554: < 0.976904, -0.170691, -0.128545> - 9555: < 0.968319, -0.213666, -0.129250> - 9556: < 0.970211, -0.171305, -0.171305> - 9557: < 0.976904, -0.128545, -0.170691> - 9558: < 0.983497, -0.127935, -0.127935> - 9559: < 0.976904, -0.170691, -0.128545> - 9560: < 0.976904, -0.128545, -0.170691> - 9561: < 0.981668, -0.085788, -0.170203> - 9562: < 0.988171, -0.085300, -0.127447> - 9563: < 0.983497, -0.127935, -0.127935> - 9564: < 0.981668, -0.085788, -0.170203> - 9565: < 0.984535, -0.042970, -0.169837> - 9566: < 0.990966, -0.042666, -0.127144> - 9567: < 0.988171, -0.085300, -0.127447> - 9568: < 0.984535, -0.042970, -0.169837> - 9569: < 0.985488, 0.000000, -0.169746> - 9570: < 0.991900, 0.000000, -0.127020> - 9571: < 0.990966, -0.042666, -0.127144> - 9572: < 0.985488, 0.000000, -0.169746> - 9573: < 0.984535, 0.042970, -0.169837> - 9574: < 0.990966, 0.042666, -0.127144> - 9575: < 0.991900, 0.000000, -0.127020> - 9576: < 0.984535, 0.042970, -0.169837> - 9577: < 0.981668, 0.085788, -0.170203> - 9578: < 0.988171, 0.085300, -0.127447> - 9579: < 0.990966, 0.042666, -0.127144> - 9580: < 0.981668, 0.085788, -0.170203> - 9581: < 0.976904, 0.128545, -0.170691> - 9582: < 0.983497, 0.127935, -0.127935> - 9583: < 0.988171, 0.085300, -0.127447> - 9584: < 0.976904, 0.128545, -0.170691> - 9585: < 0.970211, 0.171305, -0.171305> - 9586: < 0.976904, 0.170691, -0.128545> - 9587: < 0.983497, 0.127935, -0.127935> - 9588: < 0.970211, 0.171305, -0.171305> - 9589: < 0.961530, 0.214182, -0.172005> - 9590: < 0.968319, 0.213666, -0.129250> - 9591: < 0.976904, 0.170691, -0.128545> - 9592: < 0.961530, 0.214182, -0.172005> - 9593: < 0.950800, 0.257217, -0.172679> - 9594: < 0.957663, 0.256880, -0.129981> - 9595: < 0.968319, 0.213666, -0.129250> - 9596: < 0.950800, 0.257217, -0.172679> - 9597: < 0.937897, 0.300496, -0.173351> - 9598: < 0.944802, 0.300427, -0.130743> - 9599: < 0.957663, 0.256880, -0.129981> - 9600: < 0.937897, 0.300496, -0.173351> - 9601: < 0.922682, 0.344072, -0.173989> - 9602: < 0.929596, 0.344322, -0.131509> - 9603: < 0.944802, 0.300427, -0.130743> - 9604: < 0.922682, 0.344072, -0.173989> - 9605: < 0.904997, 0.387965, -0.174541> - 9606: < 0.911854, 0.388632, -0.132240> - 9607: < 0.929596, 0.344322, -0.131509> - 9608: < 0.904997, 0.387965, -0.174541> - 9609: < 0.884654, 0.432149, -0.175026> - 9610: < 0.891405, 0.433281, -0.132911> - 9611: < 0.911854, 0.388632, -0.132240> - 9612: < 0.884654, 0.432149, -0.175026> - 9613: < 0.861427, 0.476614, -0.175453> - 9614: < 0.868033, 0.478208, -0.133553> - 9615: < 0.891405, 0.433281, -0.132911> - 9616: < 0.861427, 0.476614, -0.175453> - 9617: < 0.835133, 0.521180, -0.175853> - 9618: < 0.841527, 0.523307, -0.134100> - 9619: < 0.868033, 0.478208, -0.133553> - 9620: < 0.835133, 0.521180, -0.175853> - 9621: < 0.805587, 0.565675, -0.176188> - 9622: < 0.811677, 0.568382, -0.134618> - 9623: < 0.841527, 0.523307, -0.134100> - 9624: < 0.805587, 0.565675, -0.176188> - 9625: < 0.772589, 0.609892, -0.176461> - 9626: < 0.778306, 0.613196, -0.135018> - 9627: < 0.811677, 0.568382, -0.134618> - 9628: < 0.772589, 0.609892, -0.176461> - 9629: < 0.736025, 0.653502, -0.176644> - 9630: < 0.741243, 0.657468, -0.135260> - 9631: < 0.778306, 0.613196, -0.135018> - 9632: < 0.741243, -0.657468, -0.135260> - 9633: < 0.778292, -0.613215, -0.135015> - 9634: < 0.782607, -0.615697, -0.091894> - 9635: < 0.745184, -0.660463, -0.092137> - 9636: < 0.778292, -0.613215, -0.135015> - 9637: < 0.811677, -0.568382, -0.134618> - 9638: < 0.816271, -0.570377, -0.091497> - 9639: < 0.782607, -0.615697, -0.091894> - 9640: < 0.811677, -0.568382, -0.134618> - 9641: < 0.841527, -0.523307, -0.134100> - 9642: < 0.846324, -0.524836, -0.091008> - 9643: < 0.816271, -0.570377, -0.091497> - 9644: < 0.841527, -0.523307, -0.134100> - 9645: < 0.868033, -0.478208, -0.133553> - 9646: < 0.872976, -0.479307, -0.090429> - 9647: < 0.846324, -0.524836, -0.091008> - 9648: < 0.868033, -0.478208, -0.133553> - 9649: < 0.891416, -0.433256, -0.132913> - 9650: < 0.896437, -0.433981, -0.089787> - 9651: < 0.872976, -0.479307, -0.090429> - 9652: < 0.891416, -0.433256, -0.132913> - 9653: < 0.911854, -0.388632, -0.132240> - 9654: < 0.916918, -0.388998, -0.089116> - 9655: < 0.896437, -0.433981, -0.089787> - 9656: < 0.911854, -0.388632, -0.132240> - 9657: < 0.929596, -0.344322, -0.131509> - 9658: < 0.934648, -0.344408, -0.088414> - 9659: < 0.916918, -0.388998, -0.089116> - 9660: < 0.929596, -0.344322, -0.131509> - 9661: < 0.944802, -0.300427, -0.130743> - 9662: < 0.949820, -0.300248, -0.087712> - 9663: < 0.934648, -0.344408, -0.088414> - 9664: < 0.944802, -0.300427, -0.130743> - 9665: < 0.957663, -0.256880, -0.129981> - 9666: < 0.962605, -0.256544, -0.087041> - 9667: < 0.949820, -0.300248, -0.087712> - 9668: < 0.957663, -0.256880, -0.129981> - 9669: < 0.968319, -0.213666, -0.129250> - 9670: < 0.973180, -0.213204, -0.086398> - 9671: < 0.962605, -0.256544, -0.087041> - 9672: < 0.968319, -0.213666, -0.129250> - 9673: < 0.976904, -0.170691, -0.128545> - 9674: < 0.981668, -0.170203, -0.085788> - 9675: < 0.973180, -0.213204, -0.086398> - 9676: < 0.976904, -0.170691, -0.128545> - 9677: < 0.983497, -0.127935, -0.127935> - 9678: < 0.988171, -0.127447, -0.085300> - 9679: < 0.981668, -0.170203, -0.085788> - 9680: < 0.983497, -0.127935, -0.127935> - 9681: < 0.988171, -0.085300, -0.127447> - 9682: < 0.992765, -0.084905, -0.084905> - 9683: < 0.988171, -0.127447, -0.085300> - 9684: < 0.988171, -0.085300, -0.127447> - 9685: < 0.990966, -0.042666, -0.127144> - 9686: < 0.995505, -0.042452, -0.084660> - 9687: < 0.992765, -0.084905, -0.084905> - 9688: < 0.990966, -0.042666, -0.127144> - 9689: < 0.991900, 0.000000, -0.127020> - 9690: < 0.996418, 0.000000, -0.084568> - 9691: < 0.995505, -0.042452, -0.084660> - 9692: < 0.991900, 0.000000, -0.127020> - 9693: < 0.990966, 0.042666, -0.127144> - 9694: < 0.995505, 0.042452, -0.084660> - 9695: < 0.996418, 0.000000, -0.084568> - 9696: < 0.990966, 0.042666, -0.127144> - 9697: < 0.988171, 0.085300, -0.127447> - 9698: < 0.992765, 0.084905, -0.084905> - 9699: < 0.995505, 0.042452, -0.084660> - 9700: < 0.988171, 0.085300, -0.127447> - 9701: < 0.983497, 0.127935, -0.127935> - 9702: < 0.988171, 0.127447, -0.085300> - 9703: < 0.992765, 0.084905, -0.084905> - 9704: < 0.983497, 0.127935, -0.127935> - 9705: < 0.976904, 0.170691, -0.128545> - 9706: < 0.981668, 0.170203, -0.085788> - 9707: < 0.988171, 0.127447, -0.085300> - 9708: < 0.976904, 0.170691, -0.128545> - 9709: < 0.968319, 0.213666, -0.129250> - 9710: < 0.973180, 0.213204, -0.086398> - 9711: < 0.981668, 0.170203, -0.085788> - 9712: < 0.968319, 0.213666, -0.129250> - 9713: < 0.957663, 0.256880, -0.129981> - 9714: < 0.962605, 0.256544, -0.087041> - 9715: < 0.973180, 0.213204, -0.086398> - 9716: < 0.957663, 0.256880, -0.129981> - 9717: < 0.944802, 0.300427, -0.130743> - 9718: < 0.949820, 0.300248, -0.087712> - 9719: < 0.962605, 0.256544, -0.087041> - 9720: < 0.944802, 0.300427, -0.130743> - 9721: < 0.929596, 0.344322, -0.131509> - 9722: < 0.934648, 0.344408, -0.088414> - 9723: < 0.949820, 0.300248, -0.087712> - 9724: < 0.929596, 0.344322, -0.131509> - 9725: < 0.911854, 0.388632, -0.132240> - 9726: < 0.916918, 0.388998, -0.089116> - 9727: < 0.934648, 0.344408, -0.088414> - 9728: < 0.911854, 0.388632, -0.132240> - 9729: < 0.891405, 0.433281, -0.132911> - 9730: < 0.896437, 0.433981, -0.089787> - 9731: < 0.916918, 0.388998, -0.089116> - 9732: < 0.891405, 0.433281, -0.132911> - 9733: < 0.868033, 0.478208, -0.133553> - 9734: < 0.872976, 0.479307, -0.090429> - 9735: < 0.896437, 0.433981, -0.089787> - 9736: < 0.868033, 0.478208, -0.133553> - 9737: < 0.841527, 0.523307, -0.134100> - 9738: < 0.846324, 0.524836, -0.091008> - 9739: < 0.872976, 0.479307, -0.090429> - 9740: < 0.841527, 0.523307, -0.134100> - 9741: < 0.811677, 0.568382, -0.134618> - 9742: < 0.816271, 0.570377, -0.091497> - 9743: < 0.846324, 0.524836, -0.091008> - 9744: < 0.811677, 0.568382, -0.134618> - 9745: < 0.778306, 0.613196, -0.135018> - 9746: < 0.782607, 0.615697, -0.091894> - 9747: < 0.816271, 0.570377, -0.091497> - 9748: < 0.778306, 0.613196, -0.135018> - 9749: < 0.741243, 0.657468, -0.135260> - 9750: < 0.745184, 0.660463, -0.092137> - 9751: < 0.782607, 0.615697, -0.091894> - 9752: < 0.745184, -0.660463, -0.092137> - 9753: < 0.782607, -0.615697, -0.091894> - 9754: < 0.785375, -0.617246, -0.046847> - 9755: < 0.747715, -0.662354, -0.046999> - 9756: < 0.782607, -0.615697, -0.091894> - 9757: < 0.816271, -0.570377, -0.091497> - 9758: < 0.819208, -0.571602, -0.046573> - 9759: < 0.785375, -0.617246, -0.046847> - 9760: < 0.816271, -0.570377, -0.091497> - 9761: < 0.846324, -0.524836, -0.091008> - 9762: < 0.849378, -0.525753, -0.046267> - 9763: < 0.819208, -0.571602, -0.046573> - 9764: < 0.846324, -0.524836, -0.091008> - 9765: < 0.872976, -0.479307, -0.090429> - 9766: < 0.876095, -0.479951, -0.045871> - 9767: < 0.849378, -0.525753, -0.046267> - 9768: < 0.872976, -0.479307, -0.090429> - 9769: < 0.896437, -0.433981, -0.089787> - 9770: < 0.899583, -0.434379, -0.045443> - 9771: < 0.876095, -0.479951, -0.045871> - 9772: < 0.896437, -0.433981, -0.089787> - 9773: < 0.916918, -0.388998, -0.089116> - 9774: < 0.920061, -0.389180, -0.045016> - 9775: < 0.899583, -0.434379, -0.045443> - 9776: < 0.916918, -0.388998, -0.089116> - 9777: < 0.934648, -0.344408, -0.088414> - 9778: < 0.937762, -0.344409, -0.044558> - 9779: < 0.920061, -0.389180, -0.045016> - 9780: < 0.934648, -0.344408, -0.088414> - 9781: < 0.949820, -0.300248, -0.087712> - 9782: < 0.952889, -0.300092, -0.044130> - 9783: < 0.937762, -0.344409, -0.044558> - 9784: < 0.949820, -0.300248, -0.087712> - 9785: < 0.962605, -0.256544, -0.087041> - 9786: < 0.965618, -0.256267, -0.043703> - 9787: < 0.952889, -0.300092, -0.044130> - 9788: < 0.962605, -0.256544, -0.087041> - 9789: < 0.973180, -0.213204, -0.086398> - 9790: < 0.976120, -0.212870, -0.043306> - 9791: < 0.965618, -0.256267, -0.043703> - 9792: < 0.973180, -0.213204, -0.086398> - 9793: < 0.981668, -0.170203, -0.085788> - 9794: < 0.984535, -0.169837, -0.042970> - 9795: < 0.976120, -0.212870, -0.043306> - 9796: < 0.981668, -0.170203, -0.085788> - 9797: < 0.988171, -0.127447, -0.085300> - 9798: < 0.990966, -0.127144, -0.042666> - 9799: < 0.984535, -0.169837, -0.042970> - 9800: < 0.988171, -0.127447, -0.085300> - 9801: < 0.992765, -0.084905, -0.084905> - 9802: < 0.995505, -0.084660, -0.042452> - 9803: < 0.990966, -0.127144, -0.042666> - 9804: < 0.992765, -0.084905, -0.084905> - 9805: < 0.995505, -0.042452, -0.084660> - 9806: < 0.998209, -0.042299, -0.042299> - 9807: < 0.995505, -0.084660, -0.042452> - 9808: < 0.995505, -0.042452, -0.084660> - 9809: < 0.996418, 0.000000, -0.084568> - 9810: < 0.999108, 0.000000, -0.042239> - 9811: < 0.998209, -0.042299, -0.042299> - 9812: < 0.996418, 0.000000, -0.084568> - 9813: < 0.995505, 0.042452, -0.084660> - 9814: < 0.998209, 0.042299, -0.042299> - 9815: < 0.999108, 0.000000, -0.042239> - 9816: < 0.995505, 0.042452, -0.084660> - 9817: < 0.992765, 0.084905, -0.084905> - 9818: < 0.995505, 0.084660, -0.042452> - 9819: < 0.998209, 0.042299, -0.042299> - 9820: < 0.992765, 0.084905, -0.084905> - 9821: < 0.988171, 0.127447, -0.085300> - 9822: < 0.990966, 0.127144, -0.042666> - 9823: < 0.995505, 0.084660, -0.042452> - 9824: < 0.988171, 0.127447, -0.085300> - 9825: < 0.981668, 0.170203, -0.085788> - 9826: < 0.984535, 0.169837, -0.042970> - 9827: < 0.990966, 0.127144, -0.042666> - 9828: < 0.981668, 0.170203, -0.085788> - 9829: < 0.973180, 0.213204, -0.086398> - 9830: < 0.976120, 0.212870, -0.043306> - 9831: < 0.984535, 0.169837, -0.042970> - 9832: < 0.973180, 0.213204, -0.086398> - 9833: < 0.962605, 0.256544, -0.087041> - 9834: < 0.965618, 0.256267, -0.043703> - 9835: < 0.976120, 0.212870, -0.043306> - 9836: < 0.962605, 0.256544, -0.087041> - 9837: < 0.949820, 0.300248, -0.087712> - 9838: < 0.952889, 0.300092, -0.044130> - 9839: < 0.965618, 0.256267, -0.043703> - 9840: < 0.949820, 0.300248, -0.087712> - 9841: < 0.934648, 0.344408, -0.088414> - 9842: < 0.937762, 0.344409, -0.044558> - 9843: < 0.952889, 0.300092, -0.044130> - 9844: < 0.934648, 0.344408, -0.088414> - 9845: < 0.916918, 0.388998, -0.089116> - 9846: < 0.920061, 0.389180, -0.045016> - 9847: < 0.937762, 0.344409, -0.044558> - 9848: < 0.916918, 0.388998, -0.089116> - 9849: < 0.896437, 0.433981, -0.089787> - 9850: < 0.899583, 0.434379, -0.045443> - 9851: < 0.920061, 0.389180, -0.045016> - 9852: < 0.896437, 0.433981, -0.089787> - 9853: < 0.872976, 0.479307, -0.090429> - 9854: < 0.876095, 0.479951, -0.045871> - 9855: < 0.899583, 0.434379, -0.045443> - 9856: < 0.872976, 0.479307, -0.090429> - 9857: < 0.846324, 0.524836, -0.091008> - 9858: < 0.849378, 0.525753, -0.046267> - 9859: < 0.876095, 0.479951, -0.045871> - 9860: < 0.846324, 0.524836, -0.091008> - 9861: < 0.816271, 0.570377, -0.091497> - 9862: < 0.819208, 0.571602, -0.046573> - 9863: < 0.849378, 0.525753, -0.046267> - 9864: < 0.816271, 0.570377, -0.091497> - 9865: < 0.782607, 0.615697, -0.091894> - 9866: < 0.785375, 0.617246, -0.046847> - 9867: < 0.819208, 0.571602, -0.046573> - 9868: < 0.782607, 0.615697, -0.091894> - 9869: < 0.745184, 0.660463, -0.092137> - 9870: < 0.747715, 0.662354, -0.046999> - 9871: < 0.785375, 0.617246, -0.046847> - 9872: < 0.747715, -0.662354, -0.046999> - 9873: < 0.785375, -0.617246, -0.046847> - 9874: < 0.786344, -0.617789, 0.000000> - 9875: < 0.748599, -0.663024, 0.000000> - 9876: < 0.785375, -0.617246, -0.046847> - 9877: < 0.819208, -0.571602, -0.046573> - 9878: < 0.820237, -0.572024, 0.000000> - 9879: < 0.786344, -0.617789, 0.000000> - 9880: < 0.819208, -0.571602, -0.046573> - 9881: < 0.849378, -0.525753, -0.046267> - 9882: < 0.850434, -0.526081, 0.000000> - 9883: < 0.820237, -0.572024, 0.000000> - 9884: < 0.849378, -0.525753, -0.046267> - 9885: < 0.876095, -0.479951, -0.045871> - 9886: < 0.877182, -0.480158, 0.000000> - 9887: < 0.850434, -0.526081, 0.000000> - 9888: < 0.876095, -0.479951, -0.045871> - 9889: < 0.899583, -0.434379, -0.045443> - 9890: < 0.900655, -0.434534, 0.000000> - 9891: < 0.877182, -0.480158, 0.000000> - 9892: < 0.899583, -0.434379, -0.045443> - 9893: < 0.920061, -0.389180, -0.045016> - 9894: < 0.921135, -0.389244, 0.000000> - 9895: < 0.900655, -0.434534, 0.000000> - 9896: < 0.920061, -0.389180, -0.045016> - 9897: < 0.937762, -0.344409, -0.044558> - 9898: < 0.938821, -0.344405, 0.000000> - 9899: < 0.921135, -0.389244, 0.000000> - 9900: < 0.937762, -0.344409, -0.044558> - 9901: < 0.952889, -0.300092, -0.044130> - 9902: < 0.953921, -0.300059, 0.000000> - 9903: < 0.938821, -0.344405, 0.000000> - 9904: < 0.952889, -0.300092, -0.044130> - 9905: < 0.965618, -0.256267, -0.043703> - 9906: < 0.966630, -0.256177, 0.000000> - 9907: < 0.953921, -0.300059, 0.000000> - 9908: < 0.965618, -0.256267, -0.043703> - 9909: < 0.976120, -0.212870, -0.043306> - 9910: < 0.977107, -0.212750, 0.000000> - 9911: < 0.966630, -0.256177, 0.000000> - 9912: < 0.976120, -0.212870, -0.043306> - 9913: < 0.984535, -0.169837, -0.042970> - 9914: < 0.985488, -0.169746, 0.000000> - 9915: < 0.977107, -0.212750, 0.000000> - 9916: < 0.984535, -0.169837, -0.042970> - 9917: < 0.990966, -0.127144, -0.042666> - 9918: < 0.991900, -0.127020, 0.000000> - 9919: < 0.985488, -0.169746, 0.000000> - 9920: < 0.990966, -0.127144, -0.042666> - 9921: < 0.995505, -0.084660, -0.042452> - 9922: < 0.996418, -0.084568, 0.000000> - 9923: < 0.991900, -0.127020, 0.000000> - 9924: < 0.995505, -0.084660, -0.042452> - 9925: < 0.998209, -0.042299, -0.042299> - 9926: < 0.999108, -0.042239, 0.000000> - 9927: < 0.996418, -0.084568, 0.000000> - 9928: < 0.998209, -0.042299, -0.042299> - 9929: < 0.999108, 0.000000, -0.042239> - 9930: < 1.000000, 0.000000, 0.000000> - 9931: < 0.999108, -0.042239, 0.000000> - 9932: < 0.999108, 0.000000, -0.042239> - 9933: < 0.998209, 0.042299, -0.042299> - 9934: < 0.999108, 0.042239, 0.000000> - 9935: < 1.000000, 0.000000, 0.000000> - 9936: < 0.998209, 0.042299, -0.042299> - 9937: < 0.995505, 0.084660, -0.042452> - 9938: < 0.996418, 0.084568, 0.000000> - 9939: < 0.999108, 0.042239, 0.000000> - 9940: < 0.995505, 0.084660, -0.042452> - 9941: < 0.990966, 0.127144, -0.042666> - 9942: < 0.991900, 0.127020, 0.000000> - 9943: < 0.996418, 0.084568, 0.000000> - 9944: < 0.990966, 0.127144, -0.042666> - 9945: < 0.984535, 0.169837, -0.042970> - 9946: < 0.985488, 0.169746, 0.000000> - 9947: < 0.991900, 0.127020, 0.000000> - 9948: < 0.984535, 0.169837, -0.042970> - 9949: < 0.976120, 0.212870, -0.043306> - 9950: < 0.977107, 0.212750, 0.000000> - 9951: < 0.985488, 0.169746, 0.000000> - 9952: < 0.976120, 0.212870, -0.043306> - 9953: < 0.965618, 0.256267, -0.043703> - 9954: < 0.966630, 0.256177, 0.000000> - 9955: < 0.977107, 0.212750, 0.000000> - 9956: < 0.965618, 0.256267, -0.043703> - 9957: < 0.952889, 0.300092, -0.044130> - 9958: < 0.953921, 0.300059, 0.000000> - 9959: < 0.966630, 0.256177, 0.000000> - 9960: < 0.952889, 0.300092, -0.044130> - 9961: < 0.937762, 0.344409, -0.044558> - 9962: < 0.938821, 0.344405, 0.000000> - 9963: < 0.953921, 0.300059, 0.000000> - 9964: < 0.937762, 0.344409, -0.044558> - 9965: < 0.920061, 0.389180, -0.045016> - 9966: < 0.921135, 0.389244, 0.000000> - 9967: < 0.938821, 0.344405, 0.000000> - 9968: < 0.920061, 0.389180, -0.045016> - 9969: < 0.899583, 0.434379, -0.045443> - 9970: < 0.900655, 0.434534, 0.000000> - 9971: < 0.921135, 0.389244, 0.000000> - 9972: < 0.899583, 0.434379, -0.045443> - 9973: < 0.876095, 0.479951, -0.045871> - 9974: < 0.877169, 0.480182, 0.000000> - 9975: < 0.900655, 0.434534, 0.000000> - 9976: < 0.876095, 0.479951, -0.045871> - 9977: < 0.849378, 0.525753, -0.046267> - 9978: < 0.850434, 0.526081, 0.000000> - 9979: < 0.877169, 0.480182, 0.000000> - 9980: < 0.849378, 0.525753, -0.046267> - 9981: < 0.819208, 0.571602, -0.046573> - 9982: < 0.820237, 0.572024, 0.000000> - 9983: < 0.850434, 0.526081, 0.000000> - 9984: < 0.819208, 0.571602, -0.046573> - 9985: < 0.785375, 0.617246, -0.046847> - 9986: < 0.786344, 0.617789, 0.000000> - 9987: < 0.820237, 0.572024, 0.000000> - 9988: < 0.785375, 0.617246, -0.046847> - 9989: < 0.747715, 0.662354, -0.046999> - 9990: < 0.748599, 0.663024, 0.000000> - 9991: < 0.786344, 0.617789, 0.000000> - 9992: < 0.748599, -0.663024, 0.000000> - 9993: < 0.786344, -0.617789, 0.000000> - 9994: < 0.785375, -0.617246, 0.046847> - 9995: < 0.747715, -0.662354, 0.046999> - 9996: < 0.786344, -0.617789, 0.000000> - 9997: < 0.820237, -0.572024, 0.000000> - 9998: < 0.819208, -0.571602, 0.046573> - 9999: < 0.785375, -0.617246, 0.046847> - 10000: < 0.820237, -0.572024, 0.000000> - 10001: < 0.850434, -0.526081, 0.000000> - 10002: < 0.849378, -0.525753, 0.046267> - 10003: < 0.819208, -0.571602, 0.046573> - 10004: < 0.850434, -0.526081, 0.000000> - 10005: < 0.877182, -0.480158, 0.000000> - 10006: < 0.876095, -0.479951, 0.045871> - 10007: < 0.849378, -0.525753, 0.046267> - 10008: < 0.877182, -0.480158, 0.000000> - 10009: < 0.900655, -0.434534, 0.000000> - 10010: < 0.899583, -0.434379, 0.045443> - 10011: < 0.876095, -0.479951, 0.045871> - 10012: < 0.900655, -0.434534, 0.000000> - 10013: < 0.921135, -0.389244, 0.000000> - 10014: < 0.920061, -0.389180, 0.045016> - 10015: < 0.899583, -0.434379, 0.045443> - 10016: < 0.921135, -0.389244, 0.000000> - 10017: < 0.938821, -0.344405, 0.000000> - 10018: < 0.937762, -0.344409, 0.044558> - 10019: < 0.920061, -0.389180, 0.045016> - 10020: < 0.938821, -0.344405, 0.000000> - 10021: < 0.953921, -0.300059, 0.000000> - 10022: < 0.952889, -0.300092, 0.044130> - 10023: < 0.937762, -0.344409, 0.044558> - 10024: < 0.953921, -0.300059, 0.000000> - 10025: < 0.966630, -0.256177, 0.000000> - 10026: < 0.965618, -0.256267, 0.043703> - 10027: < 0.952889, -0.300092, 0.044130> - 10028: < 0.966630, -0.256177, 0.000000> - 10029: < 0.977107, -0.212750, 0.000000> - 10030: < 0.976120, -0.212870, 0.043306> - 10031: < 0.965618, -0.256267, 0.043703> - 10032: < 0.977107, -0.212750, 0.000000> - 10033: < 0.985488, -0.169746, 0.000000> - 10034: < 0.984535, -0.169837, 0.042970> - 10035: < 0.976120, -0.212870, 0.043306> - 10036: < 0.985488, -0.169746, 0.000000> - 10037: < 0.991900, -0.127020, 0.000000> - 10038: < 0.990966, -0.127144, 0.042666> - 10039: < 0.984535, -0.169837, 0.042970> - 10040: < 0.991900, -0.127020, 0.000000> - 10041: < 0.996418, -0.084568, 0.000000> - 10042: < 0.995505, -0.084660, 0.042452> - 10043: < 0.990966, -0.127144, 0.042666> - 10044: < 0.996418, -0.084568, 0.000000> - 10045: < 0.999108, -0.042239, 0.000000> - 10046: < 0.998209, -0.042299, 0.042299> - 10047: < 0.995505, -0.084660, 0.042452> - 10048: < 0.999108, -0.042239, 0.000000> - 10049: < 1.000000, 0.000000, 0.000000> - 10050: < 0.999108, 0.000000, 0.042239> - 10051: < 0.998209, -0.042299, 0.042299> - 10052: < 1.000000, 0.000000, 0.000000> - 10053: < 0.999108, 0.042239, 0.000000> - 10054: < 0.998209, 0.042299, 0.042299> - 10055: < 0.999108, 0.000000, 0.042239> - 10056: < 0.999108, 0.042239, 0.000000> - 10057: < 0.996418, 0.084568, 0.000000> - 10058: < 0.995505, 0.084660, 0.042452> - 10059: < 0.998209, 0.042299, 0.042299> - 10060: < 0.996418, 0.084568, 0.000000> - 10061: < 0.991900, 0.127020, 0.000000> - 10062: < 0.990966, 0.127144, 0.042666> - 10063: < 0.995505, 0.084660, 0.042452> - 10064: < 0.991900, 0.127020, 0.000000> - 10065: < 0.985488, 0.169746, 0.000000> - 10066: < 0.984530, 0.169866, 0.042970> - 10067: < 0.990966, 0.127144, 0.042666> - 10068: < 0.985488, 0.169746, 0.000000> - 10069: < 0.977107, 0.212750, 0.000000> - 10070: < 0.976120, 0.212870, 0.043306> - 10071: < 0.984530, 0.169866, 0.042970> - 10072: < 0.977107, 0.212750, 0.000000> - 10073: < 0.966630, 0.256177, 0.000000> - 10074: < 0.965618, 0.256267, 0.043703> - 10075: < 0.976120, 0.212870, 0.043306> - 10076: < 0.966630, 0.256177, 0.000000> - 10077: < 0.953921, 0.300059, 0.000000> - 10078: < 0.952889, 0.300092, 0.044130> - 10079: < 0.965618, 0.256267, 0.043703> - 10080: < 0.953921, 0.300059, 0.000000> - 10081: < 0.938821, 0.344405, 0.000000> - 10082: < 0.937762, 0.344409, 0.044558> - 10083: < 0.952889, 0.300092, 0.044130> - 10084: < 0.938821, 0.344405, 0.000000> - 10085: < 0.921135, 0.389244, 0.000000> - 10086: < 0.920061, 0.389180, 0.045016> - 10087: < 0.937762, 0.344409, 0.044558> - 10088: < 0.921135, 0.389244, 0.000000> - 10089: < 0.900655, 0.434534, 0.000000> - 10090: < 0.899583, 0.434379, 0.045443> - 10091: < 0.920061, 0.389180, 0.045016> - 10092: < 0.900655, 0.434534, 0.000000> - 10093: < 0.877169, 0.480182, 0.000000> - 10094: < 0.876095, 0.479951, 0.045871> - 10095: < 0.899583, 0.434379, 0.045443> - 10096: < 0.877169, 0.480182, 0.000000> - 10097: < 0.850434, 0.526081, 0.000000> - 10098: < 0.849378, 0.525753, 0.046267> - 10099: < 0.876095, 0.479951, 0.045871> - 10100: < 0.850434, 0.526081, 0.000000> - 10101: < 0.820237, 0.572024, 0.000000> - 10102: < 0.819208, 0.571602, 0.046573> - 10103: < 0.849378, 0.525753, 0.046267> - 10104: < 0.820237, 0.572024, 0.000000> - 10105: < 0.786344, 0.617789, 0.000000> - 10106: < 0.785375, 0.617246, 0.046847> - 10107: < 0.819208, 0.571602, 0.046573> - 10108: < 0.786344, 0.617789, 0.000000> - 10109: < 0.748599, 0.663024, 0.000000> - 10110: < 0.747715, 0.662354, 0.046999> - 10111: < 0.785375, 0.617246, 0.046847> - 10112: < 0.747715, -0.662354, 0.046999> - 10113: < 0.785375, -0.617246, 0.046847> - 10114: < 0.782607, -0.615697, 0.091894> - 10115: < 0.745184, -0.660463, 0.092137> - 10116: < 0.785375, -0.617246, 0.046847> - 10117: < 0.819208, -0.571602, 0.046573> - 10118: < 0.816271, -0.570377, 0.091497> - 10119: < 0.782607, -0.615697, 0.091894> - 10120: < 0.819208, -0.571602, 0.046573> - 10121: < 0.849378, -0.525753, 0.046267> - 10122: < 0.846324, -0.524836, 0.091008> - 10123: < 0.816271, -0.570377, 0.091497> - 10124: < 0.849378, -0.525753, 0.046267> - 10125: < 0.876095, -0.479951, 0.045871> - 10126: < 0.872976, -0.479307, 0.090429> - 10127: < 0.846324, -0.524836, 0.091008> - 10128: < 0.876095, -0.479951, 0.045871> - 10129: < 0.899583, -0.434379, 0.045443> - 10130: < 0.896437, -0.433981, 0.089787> - 10131: < 0.872976, -0.479307, 0.090429> - 10132: < 0.899583, -0.434379, 0.045443> - 10133: < 0.920061, -0.389180, 0.045016> - 10134: < 0.916918, -0.388998, 0.089116> - 10135: < 0.896437, -0.433981, 0.089787> - 10136: < 0.920061, -0.389180, 0.045016> - 10137: < 0.937762, -0.344409, 0.044558> - 10138: < 0.934648, -0.344408, 0.088414> - 10139: < 0.916918, -0.388998, 0.089116> - 10140: < 0.937762, -0.344409, 0.044558> - 10141: < 0.952889, -0.300092, 0.044130> - 10142: < 0.949820, -0.300248, 0.087712> - 10143: < 0.934648, -0.344408, 0.088414> - 10144: < 0.952889, -0.300092, 0.044130> - 10145: < 0.965618, -0.256267, 0.043703> - 10146: < 0.962605, -0.256544, 0.087041> - 10147: < 0.949820, -0.300248, 0.087712> - 10148: < 0.965618, -0.256267, 0.043703> - 10149: < 0.976120, -0.212870, 0.043306> - 10150: < 0.973180, -0.213204, 0.086398> - 10151: < 0.962605, -0.256544, 0.087041> - 10152: < 0.976120, -0.212870, 0.043306> - 10153: < 0.984535, -0.169837, 0.042970> - 10154: < 0.981668, -0.170203, 0.085788> - 10155: < 0.973180, -0.213204, 0.086398> - 10156: < 0.984535, -0.169837, 0.042970> - 10157: < 0.990966, -0.127144, 0.042666> - 10158: < 0.988171, -0.127447, 0.085300> - 10159: < 0.981668, -0.170203, 0.085788> - 10160: < 0.990966, -0.127144, 0.042666> - 10161: < 0.995505, -0.084660, 0.042452> - 10162: < 0.992765, -0.084905, 0.084905> - 10163: < 0.988171, -0.127447, 0.085300> - 10164: < 0.995505, -0.084660, 0.042452> - 10165: < 0.998209, -0.042299, 0.042299> - 10166: < 0.995505, -0.042452, 0.084660> - 10167: < 0.992765, -0.084905, 0.084905> - 10168: < 0.998209, -0.042299, 0.042299> - 10169: < 0.999108, 0.000000, 0.042239> - 10170: < 0.996418, 0.000000, 0.084568> - 10171: < 0.995505, -0.042452, 0.084660> - 10172: < 0.999108, 0.000000, 0.042239> - 10173: < 0.998209, 0.042299, 0.042299> - 10174: < 0.995505, 0.042452, 0.084660> - 10175: < 0.996418, 0.000000, 0.084568> - 10176: < 0.998209, 0.042299, 0.042299> - 10177: < 0.995505, 0.084660, 0.042452> - 10178: < 0.992765, 0.084905, 0.084905> - 10179: < 0.995505, 0.042452, 0.084660> - 10180: < 0.995505, 0.084660, 0.042452> - 10181: < 0.990966, 0.127144, 0.042666> - 10182: < 0.988171, 0.127447, 0.085300> - 10183: < 0.992765, 0.084905, 0.084905> - 10184: < 0.990966, 0.127144, 0.042666> - 10185: < 0.984530, 0.169866, 0.042970> - 10186: < 0.981668, 0.170203, 0.085788> - 10187: < 0.988171, 0.127447, 0.085300> - 10188: < 0.984530, 0.169866, 0.042970> - 10189: < 0.976120, 0.212870, 0.043306> - 10190: < 0.973180, 0.213204, 0.086398> - 10191: < 0.981668, 0.170203, 0.085788> - 10192: < 0.976120, 0.212870, 0.043306> - 10193: < 0.965618, 0.256267, 0.043703> - 10194: < 0.962605, 0.256544, 0.087041> - 10195: < 0.973180, 0.213204, 0.086398> - 10196: < 0.965618, 0.256267, 0.043703> - 10197: < 0.952889, 0.300092, 0.044130> - 10198: < 0.949820, 0.300248, 0.087712> - 10199: < 0.962605, 0.256544, 0.087041> - 10200: < 0.952889, 0.300092, 0.044130> - 10201: < 0.937762, 0.344409, 0.044558> - 10202: < 0.934648, 0.344408, 0.088414> - 10203: < 0.949820, 0.300248, 0.087712> - 10204: < 0.937762, 0.344409, 0.044558> - 10205: < 0.920061, 0.389180, 0.045016> - 10206: < 0.916918, 0.388998, 0.089116> - 10207: < 0.934648, 0.344408, 0.088414> - 10208: < 0.920061, 0.389180, 0.045016> - 10209: < 0.899583, 0.434379, 0.045443> - 10210: < 0.896437, 0.433981, 0.089787> - 10211: < 0.916918, 0.388998, 0.089116> - 10212: < 0.899583, 0.434379, 0.045443> - 10213: < 0.876095, 0.479951, 0.045871> - 10214: < 0.872976, 0.479307, 0.090429> - 10215: < 0.896437, 0.433981, 0.089787> - 10216: < 0.876095, 0.479951, 0.045871> - 10217: < 0.849378, 0.525753, 0.046267> - 10218: < 0.846324, 0.524836, 0.091008> - 10219: < 0.872976, 0.479307, 0.090429> - 10220: < 0.849378, 0.525753, 0.046267> - 10221: < 0.819208, 0.571602, 0.046573> - 10222: < 0.816271, 0.570377, 0.091497> - 10223: < 0.846324, 0.524836, 0.091008> - 10224: < 0.819208, 0.571602, 0.046573> - 10225: < 0.785375, 0.617246, 0.046847> - 10226: < 0.782607, 0.615697, 0.091894> - 10227: < 0.816271, 0.570377, 0.091497> - 10228: < 0.785375, 0.617246, 0.046847> - 10229: < 0.747715, 0.662354, 0.046999> - 10230: < 0.745184, 0.660463, 0.092137> - 10231: < 0.782607, 0.615697, 0.091894> - 10232: < 0.745184, -0.660463, 0.092137> - 10233: < 0.782607, -0.615697, 0.091894> - 10234: < 0.778309, -0.613199, 0.134988> - 10235: < 0.741243, -0.657468, 0.135260> - 10236: < 0.782607, -0.615697, 0.091894> - 10237: < 0.816271, -0.570377, 0.091497> - 10238: < 0.811677, -0.568382, 0.134618> - 10239: < 0.778309, -0.613199, 0.134988> - 10240: < 0.816271, -0.570377, 0.091497> - 10241: < 0.846324, -0.524836, 0.091008> - 10242: < 0.841527, -0.523307, 0.134100> - 10243: < 0.811677, -0.568382, 0.134618> - 10244: < 0.846324, -0.524836, 0.091008> - 10245: < 0.872976, -0.479307, 0.090429> - 10246: < 0.868033, -0.478208, 0.133553> - 10247: < 0.841527, -0.523307, 0.134100> - 10248: < 0.872976, -0.479307, 0.090429> - 10249: < 0.896437, -0.433981, 0.089787> - 10250: < 0.891405, -0.433281, 0.132911> - 10251: < 0.868033, -0.478208, 0.133553> - 10252: < 0.896437, -0.433981, 0.089787> - 10253: < 0.916918, -0.388998, 0.089116> - 10254: < 0.911854, -0.388632, 0.132240> - 10255: < 0.891405, -0.433281, 0.132911> - 10256: < 0.916918, -0.388998, 0.089116> - 10257: < 0.934648, -0.344408, 0.088414> - 10258: < 0.929596, -0.344322, 0.131509> - 10259: < 0.911854, -0.388632, 0.132240> - 10260: < 0.934648, -0.344408, 0.088414> - 10261: < 0.949820, -0.300248, 0.087712> - 10262: < 0.944802, -0.300427, 0.130743> - 10263: < 0.929596, -0.344322, 0.131509> - 10264: < 0.949820, -0.300248, 0.087712> - 10265: < 0.962605, -0.256544, 0.087041> - 10266: < 0.957663, -0.256880, 0.129981> - 10267: < 0.944802, -0.300427, 0.130743> - 10268: < 0.962605, -0.256544, 0.087041> - 10269: < 0.973180, -0.213204, 0.086398> - 10270: < 0.968319, -0.213666, 0.129250> - 10271: < 0.957663, -0.256880, 0.129981> - 10272: < 0.973180, -0.213204, 0.086398> - 10273: < 0.981668, -0.170203, 0.085788> - 10274: < 0.976904, -0.170691, 0.128545> - 10275: < 0.968319, -0.213666, 0.129250> - 10276: < 0.981668, -0.170203, 0.085788> - 10277: < 0.988171, -0.127447, 0.085300> - 10278: < 0.983497, -0.127935, 0.127935> - 10279: < 0.976904, -0.170691, 0.128545> - 10280: < 0.988171, -0.127447, 0.085300> - 10281: < 0.992765, -0.084905, 0.084905> - 10282: < 0.988171, -0.085300, 0.127447> - 10283: < 0.983497, -0.127935, 0.127935> - 10284: < 0.992765, -0.084905, 0.084905> - 10285: < 0.995505, -0.042452, 0.084660> - 10286: < 0.990966, -0.042666, 0.127144> - 10287: < 0.988171, -0.085300, 0.127447> - 10288: < 0.995505, -0.042452, 0.084660> - 10289: < 0.996418, 0.000000, 0.084568> - 10290: < 0.991900, 0.000000, 0.127020> - 10291: < 0.990966, -0.042666, 0.127144> - 10292: < 0.996418, 0.000000, 0.084568> - 10293: < 0.995505, 0.042452, 0.084660> - 10294: < 0.990966, 0.042666, 0.127144> - 10295: < 0.991900, 0.000000, 0.127020> - 10296: < 0.995505, 0.042452, 0.084660> - 10297: < 0.992765, 0.084905, 0.084905> - 10298: < 0.988171, 0.085300, 0.127447> - 10299: < 0.990966, 0.042666, 0.127144> - 10300: < 0.992765, 0.084905, 0.084905> - 10301: < 0.988171, 0.127447, 0.085300> - 10302: < 0.983497, 0.127935, 0.127935> - 10303: < 0.988171, 0.085300, 0.127447> - 10304: < 0.988171, 0.127447, 0.085300> - 10305: < 0.981668, 0.170203, 0.085788> - 10306: < 0.976904, 0.170691, 0.128545> - 10307: < 0.983497, 0.127935, 0.127935> - 10308: < 0.981668, 0.170203, 0.085788> - 10309: < 0.973180, 0.213204, 0.086398> - 10310: < 0.968319, 0.213666, 0.129250> - 10311: < 0.976904, 0.170691, 0.128545> - 10312: < 0.973180, 0.213204, 0.086398> - 10313: < 0.962605, 0.256544, 0.087041> - 10314: < 0.957663, 0.256880, 0.129981> - 10315: < 0.968319, 0.213666, 0.129250> - 10316: < 0.962605, 0.256544, 0.087041> - 10317: < 0.949820, 0.300248, 0.087712> - 10318: < 0.944802, 0.300427, 0.130743> - 10319: < 0.957663, 0.256880, 0.129981> - 10320: < 0.949820, 0.300248, 0.087712> - 10321: < 0.934648, 0.344408, 0.088414> - 10322: < 0.929596, 0.344322, 0.131509> - 10323: < 0.944802, 0.300427, 0.130743> - 10324: < 0.934648, 0.344408, 0.088414> - 10325: < 0.916918, 0.388998, 0.089116> - 10326: < 0.911854, 0.388632, 0.132240> - 10327: < 0.929596, 0.344322, 0.131509> - 10328: < 0.916918, 0.388998, 0.089116> - 10329: < 0.896437, 0.433981, 0.089787> - 10330: < 0.891405, 0.433281, 0.132911> - 10331: < 0.911854, 0.388632, 0.132240> - 10332: < 0.896437, 0.433981, 0.089787> - 10333: < 0.872976, 0.479307, 0.090429> - 10334: < 0.868033, 0.478208, 0.133553> - 10335: < 0.891405, 0.433281, 0.132911> - 10336: < 0.872976, 0.479307, 0.090429> - 10337: < 0.846324, 0.524836, 0.091008> - 10338: < 0.841527, 0.523307, 0.134100> - 10339: < 0.868033, 0.478208, 0.133553> - 10340: < 0.846324, 0.524836, 0.091008> - 10341: < 0.816271, 0.570377, 0.091497> - 10342: < 0.811677, 0.568382, 0.134618> - 10343: < 0.841527, 0.523307, 0.134100> - 10344: < 0.816271, 0.570377, 0.091497> - 10345: < 0.782607, 0.615697, 0.091894> - 10346: < 0.778309, 0.613199, 0.134988> - 10347: < 0.811677, 0.568382, 0.134618> - 10348: < 0.782607, 0.615697, 0.091894> - 10349: < 0.745184, 0.660463, 0.092137> - 10350: < 0.741243, 0.657468, 0.135260> - 10351: < 0.778309, 0.613199, 0.134988> - 10352: < 0.741243, -0.657468, 0.135260> - 10353: < 0.778309, -0.613199, 0.134988> - 10354: < 0.772589, -0.609892, 0.176461> - 10355: < 0.736025, -0.653502, 0.176644> - 10356: < 0.778309, -0.613199, 0.134988> - 10357: < 0.811677, -0.568382, 0.134618> - 10358: < 0.805587, -0.565675, 0.176188> - 10359: < 0.772589, -0.609892, 0.176461> - 10360: < 0.811677, -0.568382, 0.134618> - 10361: < 0.841527, -0.523307, 0.134100> - 10362: < 0.835133, -0.521180, 0.175853> - 10363: < 0.805587, -0.565675, 0.176188> - 10364: < 0.841527, -0.523307, 0.134100> - 10365: < 0.868033, -0.478208, 0.133553> - 10366: < 0.861427, -0.476614, 0.175453> - 10367: < 0.835133, -0.521180, 0.175853> - 10368: < 0.868033, -0.478208, 0.133553> - 10369: < 0.891405, -0.433281, 0.132911> - 10370: < 0.884654, -0.432149, 0.175026> - 10371: < 0.861427, -0.476614, 0.175453> - 10372: < 0.891405, -0.433281, 0.132911> - 10373: < 0.911854, -0.388632, 0.132240> - 10374: < 0.904997, -0.387965, 0.174541> - 10375: < 0.884654, -0.432149, 0.175026> - 10376: < 0.911854, -0.388632, 0.132240> - 10377: < 0.929596, -0.344322, 0.131509> - 10378: < 0.922682, -0.344072, 0.173989> - 10379: < 0.904997, -0.387965, 0.174541> - 10380: < 0.929596, -0.344322, 0.131509> - 10381: < 0.944802, -0.300427, 0.130743> - 10382: < 0.937897, -0.300496, 0.173351> - 10383: < 0.922682, -0.344072, 0.173989> - 10384: < 0.944802, -0.300427, 0.130743> - 10385: < 0.957663, -0.256880, 0.129981> - 10386: < 0.950800, -0.257217, 0.172679> - 10387: < 0.937897, -0.300496, 0.173351> - 10388: < 0.957663, -0.256880, 0.129981> - 10389: < 0.968319, -0.213666, 0.129250> - 10390: < 0.961530, -0.214182, 0.172005> - 10391: < 0.950800, -0.257217, 0.172679> - 10392: < 0.968319, -0.213666, 0.129250> - 10393: < 0.976904, -0.170691, 0.128545> - 10394: < 0.970211, -0.171305, 0.171305> - 10395: < 0.961530, -0.214182, 0.172005> - 10396: < 0.976904, -0.170691, 0.128545> - 10397: < 0.983497, -0.127935, 0.127935> - 10398: < 0.976904, -0.128545, 0.170691> - 10399: < 0.970211, -0.171305, 0.171305> - 10400: < 0.983497, -0.127935, 0.127935> - 10401: < 0.988171, -0.085300, 0.127447> - 10402: < 0.981668, -0.085788, 0.170203> - 10403: < 0.976904, -0.128545, 0.170691> - 10404: < 0.988171, -0.085300, 0.127447> - 10405: < 0.990966, -0.042666, 0.127144> - 10406: < 0.984535, -0.042970, 0.169837> - 10407: < 0.981668, -0.085788, 0.170203> - 10408: < 0.990966, -0.042666, 0.127144> - 10409: < 0.991900, 0.000000, 0.127020> - 10410: < 0.985488, 0.000000, 0.169746> - 10411: < 0.984535, -0.042970, 0.169837> - 10412: < 0.991900, 0.000000, 0.127020> - 10413: < 0.990966, 0.042666, 0.127144> - 10414: < 0.984530, 0.042970, 0.169866> - 10415: < 0.985488, 0.000000, 0.169746> - 10416: < 0.990966, 0.042666, 0.127144> - 10417: < 0.988171, 0.085300, 0.127447> - 10418: < 0.981668, 0.085788, 0.170203> - 10419: < 0.984530, 0.042970, 0.169866> - 10420: < 0.988171, 0.085300, 0.127447> - 10421: < 0.983497, 0.127935, 0.127935> - 10422: < 0.976904, 0.128545, 0.170691> - 10423: < 0.981668, 0.085788, 0.170203> - 10424: < 0.983497, 0.127935, 0.127935> - 10425: < 0.976904, 0.170691, 0.128545> - 10426: < 0.970211, 0.171305, 0.171305> - 10427: < 0.976904, 0.128545, 0.170691> - 10428: < 0.976904, 0.170691, 0.128545> - 10429: < 0.968319, 0.213666, 0.129250> - 10430: < 0.961530, 0.214182, 0.172005> - 10431: < 0.970211, 0.171305, 0.171305> - 10432: < 0.968319, 0.213666, 0.129250> - 10433: < 0.957663, 0.256880, 0.129981> - 10434: < 0.950800, 0.257217, 0.172679> - 10435: < 0.961530, 0.214182, 0.172005> - 10436: < 0.957663, 0.256880, 0.129981> - 10437: < 0.944802, 0.300427, 0.130743> - 10438: < 0.937897, 0.300496, 0.173351> - 10439: < 0.950800, 0.257217, 0.172679> - 10440: < 0.944802, 0.300427, 0.130743> - 10441: < 0.929596, 0.344322, 0.131509> - 10442: < 0.922682, 0.344072, 0.173989> - 10443: < 0.937897, 0.300496, 0.173351> - 10444: < 0.929596, 0.344322, 0.131509> - 10445: < 0.911854, 0.388632, 0.132240> - 10446: < 0.904997, 0.387965, 0.174541> - 10447: < 0.922682, 0.344072, 0.173989> - 10448: < 0.911854, 0.388632, 0.132240> - 10449: < 0.891405, 0.433281, 0.132911> - 10450: < 0.884654, 0.432149, 0.175026> - 10451: < 0.904997, 0.387965, 0.174541> - 10452: < 0.891405, 0.433281, 0.132911> - 10453: < 0.868033, 0.478208, 0.133553> - 10454: < 0.861427, 0.476614, 0.175453> - 10455: < 0.884654, 0.432149, 0.175026> - 10456: < 0.868033, 0.478208, 0.133553> - 10457: < 0.841527, 0.523307, 0.134100> - 10458: < 0.835133, 0.521180, 0.175853> - 10459: < 0.861427, 0.476614, 0.175453> - 10460: < 0.841527, 0.523307, 0.134100> - 10461: < 0.811677, 0.568382, 0.134618> - 10462: < 0.805587, 0.565675, 0.176188> - 10463: < 0.835133, 0.521180, 0.175853> - 10464: < 0.811677, 0.568382, 0.134618> - 10465: < 0.778309, 0.613199, 0.134988> - 10466: < 0.772589, 0.609892, 0.176461> - 10467: < 0.805587, 0.565675, 0.176188> - 10468: < 0.778309, 0.613199, 0.134988> - 10469: < 0.741243, 0.657468, 0.135260> - 10470: < 0.736025, 0.653502, 0.176644> - 10471: < 0.772589, 0.609892, 0.176461> - 10472: < 0.736025, -0.653502, 0.176644> - 10473: < 0.772589, -0.609892, 0.176461> - 10474: < 0.765608, -0.605748, 0.216596> - 10475: < 0.729636, -0.648606, 0.216660> - 10476: < 0.772589, -0.609892, 0.176461> - 10477: < 0.805587, -0.565675, 0.176188> - 10478: < 0.798110, -0.562257, 0.216534> - 10479: < 0.765608, -0.605748, 0.216596> - 10480: < 0.805587, -0.565675, 0.176188> - 10481: < 0.835133, -0.521180, 0.175853> - 10482: < 0.827263, -0.518435, 0.216475> - 10483: < 0.798110, -0.562257, 0.216534> - 10484: < 0.835133, -0.521180, 0.175853> - 10485: < 0.861427, -0.476614, 0.175453> - 10486: < 0.853230, -0.474515, 0.216413> - 10487: < 0.827263, -0.518435, 0.216475> - 10488: < 0.861427, -0.476614, 0.175453> - 10489: < 0.884654, -0.432149, 0.175026> - 10490: < 0.876208, -0.430657, 0.216320> - 10491: < 0.853230, -0.474515, 0.216413> - 10492: < 0.884654, -0.432149, 0.175026> - 10493: < 0.904997, -0.387965, 0.174541> - 10494: < 0.896382, -0.386985, 0.216199> - 10495: < 0.876208, -0.430657, 0.216320> - 10496: < 0.904997, -0.387965, 0.174541> - 10497: < 0.922682, -0.344072, 0.173989> - 10498: < 0.913949, -0.343582, 0.215982> - 10499: < 0.896382, -0.386985, 0.216199> - 10500: < 0.922682, -0.344072, 0.173989> - 10501: < 0.937897, -0.300496, 0.173351> - 10502: < 0.929096, -0.300461, 0.215649> - 10503: < 0.913949, -0.343582, 0.215982> - 10504: < 0.937897, -0.300496, 0.173351> - 10505: < 0.950800, -0.257217, 0.172679> - 10506: < 0.942000, -0.257519, 0.215220> - 10507: < 0.929096, -0.300461, 0.215649> - 10508: < 0.950800, -0.257217, 0.172679> - 10509: < 0.961530, -0.214182, 0.172005> - 10510: < 0.952775, -0.214732, 0.214732> - 10511: < 0.942000, -0.257519, 0.215220> - 10512: < 0.961530, -0.214182, 0.172005> - 10513: < 0.970211, -0.171305, 0.171305> - 10514: < 0.961530, -0.172005, 0.214182> - 10515: < 0.952775, -0.214732, 0.214732> - 10516: < 0.970211, -0.171305, 0.171305> - 10517: < 0.976904, -0.128545, 0.170691> - 10518: < 0.968319, -0.129250, 0.213666> - 10519: < 0.961530, -0.172005, 0.214182> - 10520: < 0.976904, -0.128545, 0.170691> - 10521: < 0.981668, -0.085788, 0.170203> - 10522: < 0.973180, -0.086398, 0.213204> - 10523: < 0.968319, -0.129250, 0.213666> - 10524: < 0.981668, -0.085788, 0.170203> - 10525: < 0.984535, -0.042970, 0.169837> - 10526: < 0.976120, -0.043306, 0.212870> - 10527: < 0.973180, -0.086398, 0.213204> - 10528: < 0.984535, -0.042970, 0.169837> - 10529: < 0.985488, 0.000000, 0.169746> - 10530: < 0.977107, 0.000000, 0.212750> - 10531: < 0.976120, -0.043306, 0.212870> - 10532: < 0.985488, 0.000000, 0.169746> - 10533: < 0.984530, 0.042970, 0.169866> - 10534: < 0.976120, 0.043306, 0.212870> - 10535: < 0.977107, 0.000000, 0.212750> - 10536: < 0.984530, 0.042970, 0.169866> - 10537: < 0.981668, 0.085788, 0.170203> - 10538: < 0.973180, 0.086398, 0.213204> - 10539: < 0.976120, 0.043306, 0.212870> - 10540: < 0.981668, 0.085788, 0.170203> - 10541: < 0.976904, 0.128545, 0.170691> - 10542: < 0.968319, 0.129250, 0.213666> - 10543: < 0.973180, 0.086398, 0.213204> - 10544: < 0.976904, 0.128545, 0.170691> - 10545: < 0.970211, 0.171305, 0.171305> - 10546: < 0.961530, 0.172005, 0.214182> - 10547: < 0.968319, 0.129250, 0.213666> - 10548: < 0.970211, 0.171305, 0.171305> - 10549: < 0.961530, 0.214182, 0.172005> - 10550: < 0.952775, 0.214732, 0.214732> - 10551: < 0.961530, 0.172005, 0.214182> - 10552: < 0.961530, 0.214182, 0.172005> - 10553: < 0.950800, 0.257217, 0.172679> - 10554: < 0.942000, 0.257519, 0.215220> - 10555: < 0.952775, 0.214732, 0.214732> - 10556: < 0.950800, 0.257217, 0.172679> - 10557: < 0.937897, 0.300496, 0.173351> - 10558: < 0.929096, 0.300461, 0.215649> - 10559: < 0.942000, 0.257519, 0.215220> - 10560: < 0.937897, 0.300496, 0.173351> - 10561: < 0.922682, 0.344072, 0.173989> - 10562: < 0.913949, 0.343582, 0.215982> - 10563: < 0.929096, 0.300461, 0.215649> - 10564: < 0.922682, 0.344072, 0.173989> - 10565: < 0.904997, 0.387965, 0.174541> - 10566: < 0.896382, 0.386985, 0.216199> - 10567: < 0.913949, 0.343582, 0.215982> - 10568: < 0.904997, 0.387965, 0.174541> - 10569: < 0.884654, 0.432149, 0.175026> - 10570: < 0.876208, 0.430657, 0.216320> - 10571: < 0.896382, 0.386985, 0.216199> - 10572: < 0.884654, 0.432149, 0.175026> - 10573: < 0.861427, 0.476614, 0.175453> - 10574: < 0.853230, 0.474515, 0.216413> - 10575: < 0.876208, 0.430657, 0.216320> - 10576: < 0.861427, 0.476614, 0.175453> - 10577: < 0.835133, 0.521180, 0.175853> - 10578: < 0.827263, 0.518435, 0.216475> - 10579: < 0.853230, 0.474515, 0.216413> - 10580: < 0.835133, 0.521180, 0.175853> - 10581: < 0.805587, 0.565675, 0.176188> - 10582: < 0.798110, 0.562257, 0.216534> - 10583: < 0.827263, 0.518435, 0.216475> - 10584: < 0.805587, 0.565675, 0.176188> - 10585: < 0.772589, 0.609892, 0.176461> - 10586: < 0.765608, 0.605748, 0.216596> - 10587: < 0.798110, 0.562257, 0.216534> - 10588: < 0.772589, 0.609892, 0.176461> - 10589: < 0.736025, 0.653502, 0.176644> - 10590: < 0.729636, 0.648606, 0.216660> - 10591: < 0.765608, 0.605748, 0.216596> - 10592: < 0.729636, -0.648606, 0.216660> - 10593: < 0.765608, -0.605748, 0.216596> - 10594: < 0.757361, -0.600829, 0.255750> - 10595: < 0.722093, -0.642833, 0.255632> - 10596: < 0.765608, -0.605748, 0.216596> - 10597: < 0.798110, -0.562257, 0.216534> - 10598: < 0.789266, -0.558172, 0.255937> - 10599: < 0.757361, -0.600829, 0.255750> - 10600: < 0.798110, -0.562257, 0.216534> - 10601: < 0.827263, -0.518435, 0.216475> - 10602: < 0.817925, -0.515110, 0.256243> - 10603: < 0.789266, -0.558172, 0.255937> - 10604: < 0.827263, -0.518435, 0.216475> - 10605: < 0.853230, -0.474515, 0.216413> - 10606: < 0.843490, -0.471888, 0.256606> - 10607: < 0.817925, -0.515110, 0.256243> - 10608: < 0.853230, -0.474515, 0.216413> - 10609: < 0.876208, -0.430657, 0.216320> - 10610: < 0.866124, -0.428698, 0.256999> - 10611: < 0.843490, -0.471888, 0.256606> - 10612: < 0.876208, -0.430657, 0.216320> - 10613: < 0.896382, -0.386985, 0.216199> - 10614: < 0.886018, -0.385664, 0.257364> - 10615: < 0.866124, -0.428698, 0.256999> - 10616: < 0.896382, -0.386985, 0.216199> - 10617: < 0.913949, -0.343582, 0.215982> - 10618: < 0.903367, -0.342852, 0.257643> - 10619: < 0.886018, -0.385664, 0.257364> - 10620: < 0.913949, -0.343582, 0.215982> - 10621: < 0.929096, -0.300461, 0.215649> - 10622: < 0.918390, -0.300219, 0.257736> - 10623: < 0.903367, -0.342852, 0.257643> - 10624: < 0.929096, -0.300461, 0.215649> - 10625: < 0.942000, -0.257519, 0.215220> - 10626: < 0.931225, -0.257702, 0.257702> - 10627: < 0.918390, -0.300219, 0.257736> - 10628: < 0.942000, -0.257519, 0.215220> - 10629: < 0.952775, -0.214732, 0.214732> - 10630: < 0.942000, -0.215220, 0.257519> - 10631: < 0.931225, -0.257702, 0.257702> - 10632: < 0.952775, -0.214732, 0.214732> - 10633: < 0.961530, -0.172005, 0.214182> - 10634: < 0.950800, -0.172679, 0.257217> - 10635: < 0.942000, -0.215220, 0.257519> - 10636: < 0.961530, -0.172005, 0.214182> - 10637: < 0.968319, -0.129250, 0.213666> - 10638: < 0.957663, -0.129981, 0.256880> - 10639: < 0.950800, -0.172679, 0.257217> - 10640: < 0.968319, -0.129250, 0.213666> - 10641: < 0.973180, -0.086398, 0.213204> - 10642: < 0.962605, -0.087041, 0.256544> - 10643: < 0.957663, -0.129981, 0.256880> - 10644: < 0.973180, -0.086398, 0.213204> - 10645: < 0.976120, -0.043306, 0.212870> - 10646: < 0.965618, -0.043703, 0.256267> - 10647: < 0.962605, -0.087041, 0.256544> - 10648: < 0.976120, -0.043306, 0.212870> - 10649: < 0.977107, 0.000000, 0.212750> - 10650: < 0.966630, 0.000000, 0.256177> - 10651: < 0.965618, -0.043703, 0.256267> - 10652: < 0.977107, 0.000000, 0.212750> - 10653: < 0.976120, 0.043306, 0.212870> - 10654: < 0.965618, 0.043703, 0.256267> - 10655: < 0.966630, 0.000000, 0.256177> - 10656: < 0.976120, 0.043306, 0.212870> - 10657: < 0.973180, 0.086398, 0.213204> - 10658: < 0.962605, 0.087041, 0.256544> - 10659: < 0.965618, 0.043703, 0.256267> - 10660: < 0.973180, 0.086398, 0.213204> - 10661: < 0.968319, 0.129250, 0.213666> - 10662: < 0.957663, 0.129981, 0.256880> - 10663: < 0.962605, 0.087041, 0.256544> - 10664: < 0.968319, 0.129250, 0.213666> - 10665: < 0.961530, 0.172005, 0.214182> - 10666: < 0.950800, 0.172679, 0.257217> - 10667: < 0.957663, 0.129981, 0.256880> - 10668: < 0.961530, 0.172005, 0.214182> - 10669: < 0.952775, 0.214732, 0.214732> - 10670: < 0.942000, 0.215220, 0.257519> - 10671: < 0.950800, 0.172679, 0.257217> - 10672: < 0.952775, 0.214732, 0.214732> - 10673: < 0.942000, 0.257519, 0.215220> - 10674: < 0.931225, 0.257702, 0.257702> - 10675: < 0.942000, 0.215220, 0.257519> - 10676: < 0.942000, 0.257519, 0.215220> - 10677: < 0.929096, 0.300461, 0.215649> - 10678: < 0.918390, 0.300219, 0.257736> - 10679: < 0.931225, 0.257702, 0.257702> - 10680: < 0.929096, 0.300461, 0.215649> - 10681: < 0.913949, 0.343582, 0.215982> - 10682: < 0.903367, 0.342852, 0.257643> - 10683: < 0.918390, 0.300219, 0.257736> - 10684: < 0.913949, 0.343582, 0.215982> - 10685: < 0.896382, 0.386985, 0.216199> - 10686: < 0.886018, 0.385664, 0.257364> - 10687: < 0.903367, 0.342852, 0.257643> - 10688: < 0.896382, 0.386985, 0.216199> - 10689: < 0.876208, 0.430657, 0.216320> - 10690: < 0.866124, 0.428698, 0.256999> - 10691: < 0.886018, 0.385664, 0.257364> - 10692: < 0.876208, 0.430657, 0.216320> - 10693: < 0.853230, 0.474515, 0.216413> - 10694: < 0.843490, 0.471888, 0.256606> - 10695: < 0.866124, 0.428698, 0.256999> - 10696: < 0.853230, 0.474515, 0.216413> - 10697: < 0.827263, 0.518435, 0.216475> - 10698: < 0.817925, 0.515110, 0.256243> - 10699: < 0.843490, 0.471888, 0.256606> - 10700: < 0.827263, 0.518435, 0.216475> - 10701: < 0.798110, 0.562257, 0.216534> - 10702: < 0.789266, 0.558172, 0.255937> - 10703: < 0.817925, 0.515110, 0.256243> - 10704: < 0.798110, 0.562257, 0.216534> - 10705: < 0.765608, 0.605748, 0.216596> - 10706: < 0.757361, 0.600829, 0.255750> - 10707: < 0.789266, 0.558172, 0.255937> - 10708: < 0.765608, 0.605748, 0.216596> - 10709: < 0.729636, 0.648606, 0.216660> - 10710: < 0.722093, 0.642833, 0.255632> - 10711: < 0.757361, 0.600829, 0.255750> - 10712: < 0.722093, -0.642833, 0.255632> - 10713: < 0.757361, -0.600829, 0.255750> - 10714: < 0.747816, -0.595158, 0.294207> - 10715: < 0.713396, -0.636150, 0.293904> - 10716: < 0.757361, -0.600829, 0.255750> - 10717: < 0.789266, -0.558172, 0.255937> - 10718: < 0.779017, -0.553415, 0.294729> - 10719: < 0.747816, -0.595158, 0.294207> - 10720: < 0.789266, -0.558172, 0.255937> - 10721: < 0.817925, -0.515110, 0.256243> - 10722: < 0.807082, -0.511198, 0.295457> - 10723: < 0.779017, -0.553415, 0.294729> - 10724: < 0.817925, -0.515110, 0.256243> - 10725: < 0.843490, -0.471888, 0.256606> - 10726: < 0.832128, -0.468770, 0.296339> - 10727: < 0.807082, -0.511198, 0.295457> - 10728: < 0.843490, -0.471888, 0.256606> - 10729: < 0.866124, -0.428698, 0.256999> - 10730: < 0.854324, -0.426323, 0.297287> - 10731: < 0.832128, -0.468770, 0.296339> - 10732: < 0.866124, -0.428698, 0.256999> - 10733: < 0.886018, -0.385664, 0.257364> - 10734: < 0.873840, -0.383986, 0.298259> - 10735: < 0.854324, -0.426323, 0.297287> - 10736: < 0.886018, -0.385664, 0.257364> - 10737: < 0.903367, -0.342852, 0.257643> - 10738: < 0.890906, -0.341811, 0.299085> - 10739: < 0.873840, -0.383986, 0.298259> - 10740: < 0.903367, -0.342852, 0.257643> - 10741: < 0.918390, -0.300219, 0.257736> - 10742: < 0.905696, -0.299762, 0.299762> - 10743: < 0.890906, -0.341811, 0.299085> - 10744: < 0.918390, -0.300219, 0.257736> - 10745: < 0.931225, -0.257702, 0.257702> - 10746: < 0.918390, -0.257736, 0.300219> - 10747: < 0.905696, -0.299762, 0.299762> - 10748: < 0.931225, -0.257702, 0.257702> - 10749: < 0.942000, -0.215220, 0.257519> - 10750: < 0.929096, -0.215649, 0.300461> - 10751: < 0.918390, -0.257736, 0.300219> - 10752: < 0.942000, -0.215220, 0.257519> - 10753: < 0.950800, -0.172679, 0.257217> - 10754: < 0.937897, -0.173351, 0.300496> - 10755: < 0.929096, -0.215649, 0.300461> - 10756: < 0.950800, -0.172679, 0.257217> - 10757: < 0.957663, -0.129981, 0.256880> - 10758: < 0.944802, -0.130743, 0.300427> - 10759: < 0.937897, -0.173351, 0.300496> - 10760: < 0.957663, -0.129981, 0.256880> - 10761: < 0.962605, -0.087041, 0.256544> - 10762: < 0.949820, -0.087712, 0.300248> - 10763: < 0.944802, -0.130743, 0.300427> - 10764: < 0.962605, -0.087041, 0.256544> - 10765: < 0.965618, -0.043703, 0.256267> - 10766: < 0.952889, -0.044130, 0.300092> - 10767: < 0.949820, -0.087712, 0.300248> - 10768: < 0.965618, -0.043703, 0.256267> - 10769: < 0.966630, 0.000000, 0.256177> - 10770: < 0.953929, 0.000000, 0.300031> - 10771: < 0.952889, -0.044130, 0.300092> - 10772: < 0.966630, 0.000000, 0.256177> - 10773: < 0.965618, 0.043703, 0.256267> - 10774: < 0.952889, 0.044130, 0.300092> - 10775: < 0.953929, 0.000000, 0.300031> - 10776: < 0.965618, 0.043703, 0.256267> - 10777: < 0.962605, 0.087041, 0.256544> - 10778: < 0.949820, 0.087712, 0.300248> - 10779: < 0.952889, 0.044130, 0.300092> - 10780: < 0.962605, 0.087041, 0.256544> - 10781: < 0.957663, 0.129981, 0.256880> - 10782: < 0.944802, 0.130743, 0.300427> - 10783: < 0.949820, 0.087712, 0.300248> - 10784: < 0.957663, 0.129981, 0.256880> - 10785: < 0.950800, 0.172679, 0.257217> - 10786: < 0.937897, 0.173351, 0.300496> - 10787: < 0.944802, 0.130743, 0.300427> - 10788: < 0.950800, 0.172679, 0.257217> - 10789: < 0.942000, 0.215220, 0.257519> - 10790: < 0.929096, 0.215649, 0.300461> - 10791: < 0.937897, 0.173351, 0.300496> - 10792: < 0.942000, 0.215220, 0.257519> - 10793: < 0.931225, 0.257702, 0.257702> - 10794: < 0.918390, 0.257736, 0.300219> - 10795: < 0.929096, 0.215649, 0.300461> - 10796: < 0.931225, 0.257702, 0.257702> - 10797: < 0.918390, 0.300219, 0.257736> - 10798: < 0.905696, 0.299762, 0.299762> - 10799: < 0.918390, 0.257736, 0.300219> - 10800: < 0.918390, 0.300219, 0.257736> - 10801: < 0.903367, 0.342852, 0.257643> - 10802: < 0.890906, 0.341811, 0.299085> - 10803: < 0.905696, 0.299762, 0.299762> - 10804: < 0.903367, 0.342852, 0.257643> - 10805: < 0.886018, 0.385664, 0.257364> - 10806: < 0.873840, 0.383986, 0.298259> - 10807: < 0.890906, 0.341811, 0.299085> - 10808: < 0.886018, 0.385664, 0.257364> - 10809: < 0.866124, 0.428698, 0.256999> - 10810: < 0.854324, 0.426323, 0.297287> - 10811: < 0.873840, 0.383986, 0.298259> - 10812: < 0.866124, 0.428698, 0.256999> - 10813: < 0.843490, 0.471888, 0.256606> - 10814: < 0.832128, 0.468770, 0.296339> - 10815: < 0.854324, 0.426323, 0.297287> - 10816: < 0.843490, 0.471888, 0.256606> - 10817: < 0.817925, 0.515110, 0.256243> - 10818: < 0.807082, 0.511198, 0.295457> - 10819: < 0.832128, 0.468770, 0.296339> - 10820: < 0.817925, 0.515110, 0.256243> - 10821: < 0.789266, 0.558172, 0.255937> - 10822: < 0.779017, 0.553415, 0.294729> - 10823: < 0.807082, 0.511198, 0.295457> - 10824: < 0.789266, 0.558172, 0.255937> - 10825: < 0.757361, 0.600829, 0.255750> - 10826: < 0.747816, 0.595158, 0.294207> - 10827: < 0.779017, 0.553415, 0.294729> - 10828: < 0.757361, 0.600829, 0.255750> - 10829: < 0.722093, 0.642833, 0.255632> - 10830: < 0.713396, 0.636150, 0.293904> - 10831: < 0.747816, 0.595158, 0.294207> - 10832: < 0.713396, -0.636150, 0.293904> - 10833: < 0.747816, -0.595158, 0.294207> - 10834: < 0.736907, -0.588738, 0.332197> - 10835: < 0.703467, -0.628603, 0.331652> - 10836: < 0.747816, -0.595158, 0.294207> - 10837: < 0.779017, -0.553415, 0.294729> - 10838: < 0.767292, -0.548009, 0.333090> - 10839: < 0.736907, -0.588738, 0.332197> - 10840: < 0.779017, -0.553415, 0.294729> - 10841: < 0.807082, -0.511198, 0.295457> - 10842: < 0.794627, -0.506740, 0.334337> - 10843: < 0.767292, -0.548009, 0.333090> - 10844: < 0.807082, -0.511198, 0.295457> - 10845: < 0.832128, -0.468770, 0.296339> - 10846: < 0.819039, -0.465202, 0.335801> - 10847: < 0.794627, -0.506740, 0.334337> - 10848: < 0.832128, -0.468770, 0.296339> - 10849: < 0.854324, -0.426323, 0.297287> - 10850: < 0.840684, -0.423577, 0.337391> - 10851: < 0.819039, -0.465202, 0.335801> - 10852: < 0.854324, -0.426323, 0.297287> - 10853: < 0.873840, -0.383986, 0.298259> - 10854: < 0.859750, -0.381976, 0.339005> - 10855: < 0.840684, -0.423577, 0.337391> - 10856: < 0.873840, -0.383986, 0.298259> - 10857: < 0.890906, -0.341811, 0.299085> - 10858: < 0.876422, -0.340503, 0.340503> - 10859: < 0.859750, -0.381976, 0.339005> - 10860: < 0.890906, -0.341811, 0.299085> - 10861: < 0.905696, -0.299762, 0.299762> - 10862: < 0.890906, -0.299085, 0.341811> - 10863: < 0.876422, -0.340503, 0.340503> - 10864: < 0.905696, -0.299762, 0.299762> - 10865: < 0.918390, -0.257736, 0.300219> - 10866: < 0.903367, -0.257643, 0.342852> - 10867: < 0.890906, -0.299085, 0.341811> - 10868: < 0.918390, -0.257736, 0.300219> - 10869: < 0.929096, -0.215649, 0.300461> - 10870: < 0.913949, -0.215982, 0.343582> - 10871: < 0.903367, -0.257643, 0.342852> - 10872: < 0.929096, -0.215649, 0.300461> - 10873: < 0.937897, -0.173351, 0.300496> - 10874: < 0.922682, -0.173989, 0.344072> - 10875: < 0.913949, -0.215982, 0.343582> - 10876: < 0.937897, -0.173351, 0.300496> - 10877: < 0.944802, -0.130743, 0.300427> - 10878: < 0.929596, -0.131509, 0.344322> - 10879: < 0.922682, -0.173989, 0.344072> - 10880: < 0.944802, -0.130743, 0.300427> - 10881: < 0.949820, -0.087712, 0.300248> - 10882: < 0.934648, -0.088414, 0.344408> - 10883: < 0.929596, -0.131509, 0.344322> - 10884: < 0.949820, -0.087712, 0.300248> - 10885: < 0.952889, -0.044130, 0.300092> - 10886: < 0.937762, -0.044558, 0.344409> - 10887: < 0.934648, -0.088414, 0.344408> - 10888: < 0.952889, -0.044130, 0.300092> - 10889: < 0.953929, 0.000000, 0.300031> - 10890: < 0.938821, 0.000000, 0.344405> - 10891: < 0.937762, -0.044558, 0.344409> - 10892: < 0.953929, 0.000000, 0.300031> - 10893: < 0.952889, 0.044130, 0.300092> - 10894: < 0.937762, 0.044558, 0.344409> - 10895: < 0.938821, 0.000000, 0.344405> - 10896: < 0.952889, 0.044130, 0.300092> - 10897: < 0.949820, 0.087712, 0.300248> - 10898: < 0.934648, 0.088414, 0.344408> - 10899: < 0.937762, 0.044558, 0.344409> - 10900: < 0.949820, 0.087712, 0.300248> - 10901: < 0.944802, 0.130743, 0.300427> - 10902: < 0.929596, 0.131509, 0.344322> - 10903: < 0.934648, 0.088414, 0.344408> - 10904: < 0.944802, 0.130743, 0.300427> - 10905: < 0.937897, 0.173351, 0.300496> - 10906: < 0.922682, 0.173989, 0.344072> - 10907: < 0.929596, 0.131509, 0.344322> - 10908: < 0.937897, 0.173351, 0.300496> - 10909: < 0.929096, 0.215649, 0.300461> - 10910: < 0.913949, 0.215982, 0.343582> - 10911: < 0.922682, 0.173989, 0.344072> - 10912: < 0.929096, 0.215649, 0.300461> - 10913: < 0.918390, 0.257736, 0.300219> - 10914: < 0.903367, 0.257643, 0.342852> - 10915: < 0.913949, 0.215982, 0.343582> - 10916: < 0.918390, 0.257736, 0.300219> - 10917: < 0.905696, 0.299762, 0.299762> - 10918: < 0.890906, 0.299085, 0.341811> - 10919: < 0.903367, 0.257643, 0.342852> - 10920: < 0.905696, 0.299762, 0.299762> - 10921: < 0.890906, 0.341811, 0.299085> - 10922: < 0.876422, 0.340503, 0.340503> - 10923: < 0.890906, 0.299085, 0.341811> - 10924: < 0.890906, 0.341811, 0.299085> - 10925: < 0.873840, 0.383986, 0.298259> - 10926: < 0.859750, 0.381976, 0.339005> - 10927: < 0.876422, 0.340503, 0.340503> - 10928: < 0.873840, 0.383986, 0.298259> - 10929: < 0.854324, 0.426323, 0.297287> - 10930: < 0.840684, 0.423577, 0.337391> - 10931: < 0.859750, 0.381976, 0.339005> - 10932: < 0.854324, 0.426323, 0.297287> - 10933: < 0.832128, 0.468770, 0.296339> - 10934: < 0.819039, 0.465202, 0.335801> - 10935: < 0.840684, 0.423577, 0.337391> - 10936: < 0.832128, 0.468770, 0.296339> - 10937: < 0.807082, 0.511198, 0.295457> - 10938: < 0.794636, 0.506745, 0.334310> - 10939: < 0.819039, 0.465202, 0.335801> - 10940: < 0.807082, 0.511198, 0.295457> - 10941: < 0.779017, 0.553415, 0.294729> - 10942: < 0.767292, 0.548009, 0.333090> - 10943: < 0.794636, 0.506745, 0.334310> - 10944: < 0.779017, 0.553415, 0.294729> - 10945: < 0.747816, 0.595158, 0.294207> - 10946: < 0.736915, 0.588744, 0.332170> - 10947: < 0.767292, 0.548009, 0.333090> - 10948: < 0.747816, 0.595158, 0.294207> - 10949: < 0.713396, 0.636150, 0.293904> - 10950: < 0.703467, 0.628603, 0.331652> - 10951: < 0.736915, 0.588744, 0.332170> - 10952: < 0.703467, -0.628603, 0.331652> - 10953: < 0.736907, -0.588738, 0.332197> - 10954: < 0.724825, -0.581661, 0.369188> - 10955: < 0.692544, -0.620305, 0.368246> - 10956: < 0.736907, -0.588738, 0.332197> - 10957: < 0.767292, -0.548009, 0.333090> - 10958: < 0.754169, -0.542028, 0.370721> - 10959: < 0.724825, -0.581661, 0.369188> - 10960: < 0.767292, -0.548009, 0.333090> - 10961: < 0.794627, -0.506740, 0.334337> - 10962: < 0.780568, -0.501802, 0.372705> - 10963: < 0.754169, -0.542028, 0.370721> - 10964: < 0.794627, -0.506740, 0.334337> - 10965: < 0.819039, -0.465202, 0.335801> - 10966: < 0.804154, -0.461239, 0.374961> - 10967: < 0.780568, -0.501802, 0.372705> - 10968: < 0.819039, -0.465202, 0.335801> - 10969: < 0.840684, -0.423577, 0.337391> - 10970: < 0.825100, -0.420500, 0.377345> - 10971: < 0.804154, -0.461239, 0.374961> - 10972: < 0.840684, -0.423577, 0.337391> - 10973: < 0.859750, -0.381976, 0.339005> - 10974: < 0.843551, -0.379751, 0.379751> - 10975: < 0.825100, -0.420500, 0.377345> - 10976: < 0.859750, -0.381976, 0.339005> - 10977: < 0.876422, -0.340503, 0.340503> - 10978: < 0.859750, -0.339005, 0.381976> - 10979: < 0.843551, -0.379751, 0.379751> - 10980: < 0.876422, -0.340503, 0.340503> - 10981: < 0.890906, -0.299085, 0.341811> - 10982: < 0.873851, -0.298262, 0.383960> - 10983: < 0.859750, -0.339005, 0.381976> - 10984: < 0.890906, -0.299085, 0.341811> - 10985: < 0.903367, -0.257643, 0.342852> - 10986: < 0.886028, -0.257367, 0.385638> - 10987: < 0.873851, -0.298262, 0.383960> - 10988: < 0.903367, -0.257643, 0.342852> - 10989: < 0.913949, -0.215982, 0.343582> - 10990: < 0.896382, -0.216199, 0.386985> - 10991: < 0.886028, -0.257367, 0.385638> - 10992: < 0.913949, -0.215982, 0.343582> - 10993: < 0.922682, -0.173989, 0.344072> - 10994: < 0.904997, -0.174541, 0.387965> - 10995: < 0.896382, -0.216199, 0.386985> - 10996: < 0.922682, -0.173989, 0.344072> - 10997: < 0.929596, -0.131509, 0.344322> - 10998: < 0.911854, -0.132240, 0.388632> - 10999: < 0.904997, -0.174541, 0.387965> - 11000: < 0.929596, -0.131509, 0.344322> - 11001: < 0.934648, -0.088414, 0.344408> - 11002: < 0.916918, -0.089116, 0.388998> - 11003: < 0.911854, -0.132240, 0.388632> - 11004: < 0.934648, -0.088414, 0.344408> - 11005: < 0.937762, -0.044558, 0.344409> - 11006: < 0.920061, -0.045016, 0.389180> - 11007: < 0.916918, -0.089116, 0.388998> - 11008: < 0.937762, -0.044558, 0.344409> - 11009: < 0.938821, 0.000000, 0.344405> - 11010: < 0.921135, 0.000000, 0.389244> - 11011: < 0.920061, -0.045016, 0.389180> - 11012: < 0.938821, 0.000000, 0.344405> - 11013: < 0.937762, 0.044558, 0.344409> - 11014: < 0.920061, 0.045016, 0.389180> - 11015: < 0.921135, 0.000000, 0.389244> - 11016: < 0.937762, 0.044558, 0.344409> - 11017: < 0.934648, 0.088414, 0.344408> - 11018: < 0.916918, 0.089116, 0.388998> - 11019: < 0.920061, 0.045016, 0.389180> - 11020: < 0.934648, 0.088414, 0.344408> - 11021: < 0.929596, 0.131509, 0.344322> - 11022: < 0.911854, 0.132240, 0.388632> - 11023: < 0.916918, 0.089116, 0.388998> - 11024: < 0.929596, 0.131509, 0.344322> - 11025: < 0.922682, 0.173989, 0.344072> - 11026: < 0.904997, 0.174541, 0.387965> - 11027: < 0.911854, 0.132240, 0.388632> - 11028: < 0.922682, 0.173989, 0.344072> - 11029: < 0.913949, 0.215982, 0.343582> - 11030: < 0.896382, 0.216199, 0.386985> - 11031: < 0.904997, 0.174541, 0.387965> - 11032: < 0.913949, 0.215982, 0.343582> - 11033: < 0.903367, 0.257643, 0.342852> - 11034: < 0.886018, 0.257364, 0.385664> - 11035: < 0.896382, 0.216199, 0.386985> - 11036: < 0.903367, 0.257643, 0.342852> - 11037: < 0.890906, 0.299085, 0.341811> - 11038: < 0.873840, 0.298259, 0.383986> - 11039: < 0.886018, 0.257364, 0.385664> - 11040: < 0.890906, 0.299085, 0.341811> - 11041: < 0.876422, 0.340503, 0.340503> - 11042: < 0.859750, 0.339005, 0.381976> - 11043: < 0.873840, 0.298259, 0.383986> - 11044: < 0.876422, 0.340503, 0.340503> - 11045: < 0.859750, 0.381976, 0.339005> - 11046: < 0.843551, 0.379751, 0.379751> - 11047: < 0.859750, 0.339005, 0.381976> - 11048: < 0.859750, 0.381976, 0.339005> - 11049: < 0.840684, 0.423577, 0.337391> - 11050: < 0.825100, 0.420500, 0.377345> - 11051: < 0.843551, 0.379751, 0.379751> - 11052: < 0.840684, 0.423577, 0.337391> - 11053: < 0.819039, 0.465202, 0.335801> - 11054: < 0.804154, 0.461239, 0.374961> - 11055: < 0.825100, 0.420500, 0.377345> - 11056: < 0.819039, 0.465202, 0.335801> - 11057: < 0.794636, 0.506745, 0.334310> - 11058: < 0.780568, 0.501802, 0.372705> - 11059: < 0.804154, 0.461239, 0.374961> - 11060: < 0.794636, 0.506745, 0.334310> - 11061: < 0.767292, 0.548009, 0.333090> - 11062: < 0.754169, 0.542028, 0.370721> - 11063: < 0.780568, 0.501802, 0.372705> - 11064: < 0.767292, 0.548009, 0.333090> - 11065: < 0.736915, 0.588744, 0.332170> - 11066: < 0.724825, 0.581661, 0.369188> - 11067: < 0.754169, 0.542028, 0.370721> - 11068: < 0.736915, 0.588744, 0.332170> - 11069: < 0.703467, 0.628603, 0.331652> - 11070: < 0.692544, 0.620305, 0.368246> - 11071: < 0.724825, 0.581661, 0.369188> - 11072: < 0.692544, -0.620305, 0.368246> - 11073: < 0.724825, -0.581661, 0.369188> - 11074: < 0.711772, -0.574008, 0.404839> - 11075: < 0.680859, -0.611427, 0.403223> - 11076: < 0.724825, -0.581661, 0.369188> - 11077: < 0.754169, -0.542028, 0.370721> - 11078: < 0.739812, -0.535518, 0.407307> - 11079: < 0.711772, -0.574008, 0.404839> - 11080: < 0.754169, -0.542028, 0.370721> - 11081: < 0.780568, -0.501802, 0.372705> - 11082: < 0.764964, -0.496395, 0.410392> - 11083: < 0.739812, -0.535518, 0.407307> - 11084: < 0.780568, -0.501802, 0.372705> - 11085: < 0.804154, -0.461239, 0.374961> - 11086: < 0.787421, -0.456900, 0.413777> - 11087: < 0.764964, -0.496395, 0.410392> - 11088: < 0.804154, -0.461239, 0.374961> - 11089: < 0.825100, -0.420500, 0.377345> - 11090: < 0.807394, -0.417202, 0.417202> - 11091: < 0.787421, -0.456900, 0.413777> - 11092: < 0.825100, -0.420500, 0.377345> - 11093: < 0.843551, -0.379751, 0.379751> - 11094: < 0.825100, -0.377345, 0.420500> - 11095: < 0.807394, -0.417202, 0.417202> - 11096: < 0.843551, -0.379751, 0.379751> - 11097: < 0.859750, -0.339005, 0.381976> - 11098: < 0.840684, -0.337391, 0.423577> - 11099: < 0.825100, -0.377345, 0.420500> - 11100: < 0.859750, -0.339005, 0.381976> - 11101: < 0.873851, -0.298262, 0.383960> - 11102: < 0.854324, -0.297287, 0.426323> - 11103: < 0.840684, -0.337391, 0.423577> - 11104: < 0.873851, -0.298262, 0.383960> - 11105: < 0.886028, -0.257367, 0.385638> - 11106: < 0.866124, -0.256999, 0.428698> - 11107: < 0.854324, -0.297287, 0.426323> - 11108: < 0.886028, -0.257367, 0.385638> - 11109: < 0.896382, -0.216199, 0.386985> - 11110: < 0.876208, -0.216320, 0.430657> - 11111: < 0.866124, -0.256999, 0.428698> - 11112: < 0.896382, -0.216199, 0.386985> - 11113: < 0.904997, -0.174541, 0.387965> - 11114: < 0.884654, -0.175026, 0.432149> - 11115: < 0.876208, -0.216320, 0.430657> - 11116: < 0.904997, -0.174541, 0.387965> - 11117: < 0.911854, -0.132240, 0.388632> - 11118: < 0.891405, -0.132911, 0.433281> - 11119: < 0.884654, -0.175026, 0.432149> - 11120: < 0.911854, -0.132240, 0.388632> - 11121: < 0.916918, -0.089116, 0.388998> - 11122: < 0.896437, -0.089787, 0.433981> - 11123: < 0.891405, -0.132911, 0.433281> - 11124: < 0.916918, -0.089116, 0.388998> - 11125: < 0.920061, -0.045016, 0.389180> - 11126: < 0.899583, -0.045443, 0.434379> - 11127: < 0.896437, -0.089787, 0.433981> - 11128: < 0.920061, -0.045016, 0.389180> - 11129: < 0.921135, 0.000000, 0.389244> - 11130: < 0.900655, 0.000000, 0.434534> - 11131: < 0.899583, -0.045443, 0.434379> - 11132: < 0.921135, 0.000000, 0.389244> - 11133: < 0.920061, 0.045016, 0.389180> - 11134: < 0.899583, 0.045443, 0.434379> - 11135: < 0.900655, 0.000000, 0.434534> - 11136: < 0.920061, 0.045016, 0.389180> - 11137: < 0.916918, 0.089116, 0.388998> - 11138: < 0.896437, 0.089787, 0.433981> - 11139: < 0.899583, 0.045443, 0.434379> - 11140: < 0.916918, 0.089116, 0.388998> - 11141: < 0.911854, 0.132240, 0.388632> - 11142: < 0.891405, 0.132911, 0.433281> - 11143: < 0.896437, 0.089787, 0.433981> - 11144: < 0.911854, 0.132240, 0.388632> - 11145: < 0.904997, 0.174541, 0.387965> - 11146: < 0.884654, 0.175026, 0.432149> - 11147: < 0.891405, 0.132911, 0.433281> - 11148: < 0.904997, 0.174541, 0.387965> - 11149: < 0.896382, 0.216199, 0.386985> - 11150: < 0.876208, 0.216320, 0.430657> - 11151: < 0.884654, 0.175026, 0.432149> - 11152: < 0.896382, 0.216199, 0.386985> - 11153: < 0.886018, 0.257364, 0.385664> - 11154: < 0.866124, 0.256999, 0.428698> - 11155: < 0.876208, 0.216320, 0.430657> - 11156: < 0.886018, 0.257364, 0.385664> - 11157: < 0.873840, 0.298259, 0.383986> - 11158: < 0.854324, 0.297287, 0.426323> - 11159: < 0.866124, 0.256999, 0.428698> - 11160: < 0.873840, 0.298259, 0.383986> - 11161: < 0.859750, 0.339005, 0.381976> - 11162: < 0.840684, 0.337391, 0.423577> - 11163: < 0.854324, 0.297287, 0.426323> - 11164: < 0.859750, 0.339005, 0.381976> - 11165: < 0.843551, 0.379751, 0.379751> - 11166: < 0.825100, 0.377345, 0.420500> - 11167: < 0.840684, 0.337391, 0.423577> - 11168: < 0.843551, 0.379751, 0.379751> - 11169: < 0.825100, 0.420500, 0.377345> - 11170: < 0.807394, 0.417202, 0.417202> - 11171: < 0.825100, 0.377345, 0.420500> - 11172: < 0.825100, 0.420500, 0.377345> - 11173: < 0.804154, 0.461239, 0.374961> - 11174: < 0.787421, 0.456900, 0.413777> - 11175: < 0.807394, 0.417202, 0.417202> - 11176: < 0.804154, 0.461239, 0.374961> - 11177: < 0.780568, 0.501802, 0.372705> - 11178: < 0.764964, 0.496395, 0.410392> - 11179: < 0.787421, 0.456900, 0.413777> - 11180: < 0.780568, 0.501802, 0.372705> - 11181: < 0.754169, 0.542028, 0.370721> - 11182: < 0.739812, 0.535518, 0.407307> - 11183: < 0.764964, 0.496395, 0.410392> - 11184: < 0.754169, 0.542028, 0.370721> - 11185: < 0.724825, 0.581661, 0.369188> - 11186: < 0.711772, 0.574008, 0.404839> - 11187: < 0.739812, 0.535518, 0.407307> - 11188: < 0.724825, 0.581661, 0.369188> - 11189: < 0.692544, 0.620305, 0.368246> - 11190: < 0.680859, 0.611427, 0.403223> - 11191: < 0.711772, 0.574008, 0.404839> - 11192: < 0.680859, -0.611427, 0.403223> - 11193: < 0.711772, -0.574008, 0.404839> - 11194: < 0.697667, -0.565794, 0.439475> - 11195: < 0.668312, -0.601963, 0.437036> - 11196: < 0.711772, -0.574008, 0.404839> - 11197: < 0.739812, -0.535518, 0.407307> - 11198: < 0.724109, -0.528478, 0.443145> - 11199: < 0.697667, -0.565794, 0.439475> - 11200: < 0.739812, -0.535518, 0.407307> - 11201: < 0.764964, -0.496395, 0.410392> - 11202: < 0.747688, -0.490534, 0.447593> - 11203: < 0.724109, -0.528478, 0.443145> - 11204: < 0.764964, -0.496395, 0.410392> - 11205: < 0.787421, -0.456900, 0.413777> - 11206: < 0.768679, -0.452290, 0.452290> - 11207: < 0.747688, -0.490534, 0.447593> - 11208: < 0.787421, -0.456900, 0.413777> - 11209: < 0.807394, -0.417202, 0.417202> - 11210: < 0.787421, -0.413777, 0.456900> - 11211: < 0.768679, -0.452290, 0.452290> - 11212: < 0.807394, -0.417202, 0.417202> - 11213: < 0.825100, -0.377345, 0.420500> - 11214: < 0.804154, -0.374961, 0.461239> - 11215: < 0.787421, -0.413777, 0.456900> - 11216: < 0.825100, -0.377345, 0.420500> - 11217: < 0.840684, -0.337391, 0.423577> - 11218: < 0.819039, -0.335801, 0.465202> - 11219: < 0.804154, -0.374961, 0.461239> - 11220: < 0.840684, -0.337391, 0.423577> - 11221: < 0.854324, -0.297287, 0.426323> - 11222: < 0.832128, -0.296339, 0.468770> - 11223: < 0.819039, -0.335801, 0.465202> - 11224: < 0.854324, -0.297287, 0.426323> - 11225: < 0.866124, -0.256999, 0.428698> - 11226: < 0.843490, -0.256606, 0.471888> - 11227: < 0.832128, -0.296339, 0.468770> - 11228: < 0.866124, -0.256999, 0.428698> - 11229: < 0.876208, -0.216320, 0.430657> - 11230: < 0.853230, -0.216413, 0.474515> - 11231: < 0.843490, -0.256606, 0.471888> - 11232: < 0.876208, -0.216320, 0.430657> - 11233: < 0.884654, -0.175026, 0.432149> - 11234: < 0.861426, -0.175453, 0.476614> - 11235: < 0.853230, -0.216413, 0.474515> - 11236: < 0.884654, -0.175026, 0.432149> - 11237: < 0.891405, -0.132911, 0.433281> - 11238: < 0.868033, -0.133553, 0.478208> - 11239: < 0.861426, -0.175453, 0.476614> - 11240: < 0.891405, -0.132911, 0.433281> - 11241: < 0.896437, -0.089787, 0.433981> - 11242: < 0.872976, -0.090429, 0.479307> - 11243: < 0.868033, -0.133553, 0.478208> - 11244: < 0.896437, -0.089787, 0.433981> - 11245: < 0.899583, -0.045443, 0.434379> - 11246: < 0.876095, -0.045871, 0.479951> - 11247: < 0.872976, -0.090429, 0.479307> - 11248: < 0.899583, -0.045443, 0.434379> - 11249: < 0.900655, 0.000000, 0.434534> - 11250: < 0.877182, 0.000000, 0.480158> - 11251: < 0.876095, -0.045871, 0.479951> - 11252: < 0.900655, 0.000000, 0.434534> - 11253: < 0.899583, 0.045443, 0.434379> - 11254: < 0.876095, 0.045871, 0.479951> - 11255: < 0.877182, 0.000000, 0.480158> - 11256: < 0.899583, 0.045443, 0.434379> - 11257: < 0.896437, 0.089787, 0.433981> - 11258: < 0.872976, 0.090429, 0.479307> - 11259: < 0.876095, 0.045871, 0.479951> - 11260: < 0.896437, 0.089787, 0.433981> - 11261: < 0.891405, 0.132911, 0.433281> - 11262: < 0.868033, 0.133553, 0.478208> - 11263: < 0.872976, 0.090429, 0.479307> - 11264: < 0.891405, 0.132911, 0.433281> - 11265: < 0.884654, 0.175026, 0.432149> - 11266: < 0.861426, 0.175453, 0.476614> - 11267: < 0.868033, 0.133553, 0.478208> - 11268: < 0.884654, 0.175026, 0.432149> - 11269: < 0.876208, 0.216320, 0.430657> - 11270: < 0.853230, 0.216413, 0.474515> - 11271: < 0.861426, 0.175453, 0.476614> - 11272: < 0.876208, 0.216320, 0.430657> - 11273: < 0.866124, 0.256999, 0.428698> - 11274: < 0.843490, 0.256606, 0.471888> - 11275: < 0.853230, 0.216413, 0.474515> - 11276: < 0.866124, 0.256999, 0.428698> - 11277: < 0.854324, 0.297287, 0.426323> - 11278: < 0.832128, 0.296339, 0.468770> - 11279: < 0.843490, 0.256606, 0.471888> - 11280: < 0.854324, 0.297287, 0.426323> - 11281: < 0.840684, 0.337391, 0.423577> - 11282: < 0.819039, 0.335801, 0.465202> - 11283: < 0.832128, 0.296339, 0.468770> - 11284: < 0.840684, 0.337391, 0.423577> - 11285: < 0.825100, 0.377345, 0.420500> - 11286: < 0.804154, 0.374961, 0.461239> - 11287: < 0.819039, 0.335801, 0.465202> - 11288: < 0.825100, 0.377345, 0.420500> - 11289: < 0.807394, 0.417202, 0.417202> - 11290: < 0.787421, 0.413777, 0.456900> - 11291: < 0.804154, 0.374961, 0.461239> - 11292: < 0.807394, 0.417202, 0.417202> - 11293: < 0.787421, 0.456900, 0.413777> - 11294: < 0.768679, 0.452290, 0.452290> - 11295: < 0.787421, 0.413777, 0.456900> - 11296: < 0.787421, 0.456900, 0.413777> - 11297: < 0.764964, 0.496395, 0.410392> - 11298: < 0.747688, 0.490534, 0.447593> - 11299: < 0.768679, 0.452290, 0.452290> - 11300: < 0.764964, 0.496395, 0.410392> - 11301: < 0.739812, 0.535518, 0.407307> - 11302: < 0.724109, 0.528478, 0.443145> - 11303: < 0.747688, 0.490534, 0.447593> - 11304: < 0.739812, 0.535518, 0.407307> - 11305: < 0.711772, 0.574008, 0.404839> - 11306: < 0.697667, 0.565794, 0.439475> - 11307: < 0.724109, 0.528478, 0.443145> - 11308: < 0.711772, 0.574008, 0.404839> - 11309: < 0.680859, 0.611427, 0.403223> - 11310: < 0.668312, 0.601963, 0.437036> - 11311: < 0.697667, 0.565794, 0.439475> - 11312: < 0.668312, -0.601963, 0.437036> - 11313: < 0.697667, -0.565794, 0.439475> - 11314: < 0.682532, -0.557037, 0.473139> - 11315: < 0.655217, -0.591920, 0.469385> - 11316: < 0.697667, -0.565794, 0.439475> - 11317: < 0.724109, -0.528478, 0.443145> - 11318: < 0.706895, -0.520969, 0.478425> - 11319: < 0.682532, -0.557037, 0.473139> - 11320: < 0.724109, -0.528478, 0.443145> - 11321: < 0.747688, -0.490534, 0.447593> - 11322: < 0.728461, -0.484430, 0.484430> - 11323: < 0.706895, -0.520969, 0.478425> - 11324: < 0.747688, -0.490534, 0.447593> - 11325: < 0.768679, -0.452290, 0.452290> - 11326: < 0.747688, -0.447593, 0.490534> - 11327: < 0.728461, -0.484430, 0.484430> - 11328: < 0.768679, -0.452290, 0.452290> - 11329: < 0.787421, -0.413777, 0.456900> - 11330: < 0.764976, -0.410398, 0.496372> - 11331: < 0.747688, -0.447593, 0.490534> - 11332: < 0.787421, -0.413777, 0.456900> - 11333: < 0.804154, -0.374961, 0.461239> - 11334: < 0.780568, -0.372705, 0.501802> - 11335: < 0.764976, -0.410398, 0.496372> - 11336: < 0.804154, -0.374961, 0.461239> - 11337: < 0.819039, -0.335801, 0.465202> - 11338: < 0.794636, -0.334310, 0.506745> - 11339: < 0.780568, -0.372705, 0.501802> - 11340: < 0.819039, -0.335801, 0.465202> - 11341: < 0.832128, -0.296339, 0.468770> - 11342: < 0.807082, -0.295457, 0.511198> - 11343: < 0.794636, -0.334310, 0.506745> - 11344: < 0.832128, -0.296339, 0.468770> - 11345: < 0.843490, -0.256606, 0.471888> - 11346: < 0.817925, -0.256243, 0.515110> - 11347: < 0.807082, -0.295457, 0.511198> - 11348: < 0.843490, -0.256606, 0.471888> - 11349: < 0.853230, -0.216413, 0.474515> - 11350: < 0.827263, -0.216475, 0.518435> - 11351: < 0.817925, -0.256243, 0.515110> - 11352: < 0.853230, -0.216413, 0.474515> - 11353: < 0.861426, -0.175453, 0.476614> - 11354: < 0.835133, -0.175853, 0.521180> - 11355: < 0.827263, -0.216475, 0.518435> - 11356: < 0.861426, -0.175453, 0.476614> - 11357: < 0.868033, -0.133553, 0.478208> - 11358: < 0.841527, -0.134100, 0.523307> - 11359: < 0.835133, -0.175853, 0.521180> - 11360: < 0.868033, -0.133553, 0.478208> - 11361: < 0.872976, -0.090429, 0.479307> - 11362: < 0.846324, -0.091008, 0.524836> - 11363: < 0.841527, -0.134100, 0.523307> - 11364: < 0.872976, -0.090429, 0.479307> - 11365: < 0.876095, -0.045871, 0.479951> - 11366: < 0.849378, -0.046267, 0.525753> - 11367: < 0.846324, -0.091008, 0.524836> - 11368: < 0.876095, -0.045871, 0.479951> - 11369: < 0.877182, 0.000000, 0.480158> - 11370: < 0.850434, 0.000000, 0.526081> - 11371: < 0.849378, -0.046267, 0.525753> - 11372: < 0.877182, 0.000000, 0.480158> - 11373: < 0.876095, 0.045871, 0.479951> - 11374: < 0.849378, 0.046267, 0.525753> - 11375: < 0.850434, 0.000000, 0.526081> - 11376: < 0.876095, 0.045871, 0.479951> - 11377: < 0.872976, 0.090429, 0.479307> - 11378: < 0.846324, 0.091008, 0.524836> - 11379: < 0.849378, 0.046267, 0.525753> - 11380: < 0.872976, 0.090429, 0.479307> - 11381: < 0.868033, 0.133553, 0.478208> - 11382: < 0.841527, 0.134100, 0.523307> - 11383: < 0.846324, 0.091008, 0.524836> - 11384: < 0.868033, 0.133553, 0.478208> - 11385: < 0.861426, 0.175453, 0.476614> - 11386: < 0.835133, 0.175853, 0.521180> - 11387: < 0.841527, 0.134100, 0.523307> - 11388: < 0.861426, 0.175453, 0.476614> - 11389: < 0.853230, 0.216413, 0.474515> - 11390: < 0.827263, 0.216475, 0.518435> - 11391: < 0.835133, 0.175853, 0.521180> - 11392: < 0.853230, 0.216413, 0.474515> - 11393: < 0.843490, 0.256606, 0.471888> - 11394: < 0.817925, 0.256243, 0.515110> - 11395: < 0.827263, 0.216475, 0.518435> - 11396: < 0.843490, 0.256606, 0.471888> - 11397: < 0.832128, 0.296339, 0.468770> - 11398: < 0.807082, 0.295457, 0.511198> - 11399: < 0.817925, 0.256243, 0.515110> - 11400: < 0.832128, 0.296339, 0.468770> - 11401: < 0.819039, 0.335801, 0.465202> - 11402: < 0.794627, 0.334337, 0.506740> - 11403: < 0.807082, 0.295457, 0.511198> - 11404: < 0.819039, 0.335801, 0.465202> - 11405: < 0.804154, 0.374961, 0.461239> - 11406: < 0.780568, 0.372705, 0.501802> - 11407: < 0.794627, 0.334337, 0.506740> - 11408: < 0.804154, 0.374961, 0.461239> - 11409: < 0.787421, 0.413777, 0.456900> - 11410: < 0.764964, 0.410392, 0.496395> - 11411: < 0.780568, 0.372705, 0.501802> - 11412: < 0.787421, 0.413777, 0.456900> - 11413: < 0.768679, 0.452290, 0.452290> - 11414: < 0.747688, 0.447593, 0.490534> - 11415: < 0.764964, 0.410392, 0.496395> - 11416: < 0.768679, 0.452290, 0.452290> - 11417: < 0.747688, 0.490534, 0.447593> - 11418: < 0.728461, 0.484430, 0.484430> - 11419: < 0.747688, 0.447593, 0.490534> - 11420: < 0.747688, 0.490534, 0.447593> - 11421: < 0.724109, 0.528478, 0.443145> - 11422: < 0.706895, 0.520969, 0.478425> - 11423: < 0.728461, 0.484430, 0.484430> - 11424: < 0.724109, 0.528478, 0.443145> - 11425: < 0.697667, 0.565794, 0.439475> - 11426: < 0.682532, 0.557037, 0.473139> - 11427: < 0.706895, 0.520969, 0.478425> - 11428: < 0.697667, 0.565794, 0.439475> - 11429: < 0.668312, 0.601963, 0.437036> - 11430: < 0.655217, 0.591920, 0.469385> - 11431: < 0.682532, 0.557037, 0.473139> - 11432: < 0.655217, -0.591920, 0.469385> - 11433: < 0.682532, -0.557037, 0.473139> - 11434: < 0.666144, -0.547882, 0.506040> - 11435: < 0.641397, -0.581456, 0.500519> - 11436: < 0.682532, -0.557037, 0.473139> - 11437: < 0.706895, -0.520969, 0.478425> - 11438: < 0.687856, -0.513252, 0.513252> - 11439: < 0.666144, -0.547882, 0.506040> - 11440: < 0.706895, -0.520969, 0.478425> - 11441: < 0.728461, -0.484430, 0.484430> - 11442: < 0.706895, -0.478425, 0.520969> - 11443: < 0.687856, -0.513252, 0.513252> - 11444: < 0.728461, -0.484430, 0.484430> - 11445: < 0.747688, -0.447593, 0.490534> - 11446: < 0.724109, -0.443145, 0.528478> - 11447: < 0.706895, -0.478425, 0.520969> - 11448: < 0.747688, -0.447593, 0.490534> - 11449: < 0.764976, -0.410398, 0.496372> - 11450: < 0.739812, -0.407307, 0.535518> - 11451: < 0.724109, -0.443145, 0.528478> - 11452: < 0.764976, -0.410398, 0.496372> - 11453: < 0.780568, -0.372705, 0.501802> - 11454: < 0.754169, -0.370721, 0.542028> - 11455: < 0.739812, -0.407307, 0.535518> - 11456: < 0.780568, -0.372705, 0.501802> - 11457: < 0.794636, -0.334310, 0.506745> - 11458: < 0.767292, -0.333090, 0.548009> - 11459: < 0.754169, -0.370721, 0.542028> - 11460: < 0.794636, -0.334310, 0.506745> - 11461: < 0.807082, -0.295457, 0.511198> - 11462: < 0.779017, -0.294729, 0.553415> - 11463: < 0.767292, -0.333090, 0.548009> - 11464: < 0.807082, -0.295457, 0.511198> - 11465: < 0.817925, -0.256243, 0.515110> - 11466: < 0.789266, -0.255937, 0.558172> - 11467: < 0.779017, -0.294729, 0.553415> - 11468: < 0.817925, -0.256243, 0.515110> - 11469: < 0.827263, -0.216475, 0.518435> - 11470: < 0.798110, -0.216534, 0.562257> - 11471: < 0.789266, -0.255937, 0.558172> - 11472: < 0.827263, -0.216475, 0.518435> - 11473: < 0.835133, -0.175853, 0.521180> - 11474: < 0.805587, -0.176188, 0.565675> - 11475: < 0.798110, -0.216534, 0.562257> - 11476: < 0.835133, -0.175853, 0.521180> - 11477: < 0.841527, -0.134100, 0.523307> - 11478: < 0.811677, -0.134618, 0.568382> - 11479: < 0.805587, -0.176188, 0.565675> - 11480: < 0.841527, -0.134100, 0.523307> - 11481: < 0.846324, -0.091008, 0.524836> - 11482: < 0.816271, -0.091497, 0.570377> - 11483: < 0.811677, -0.134618, 0.568382> - 11484: < 0.846324, -0.091008, 0.524836> - 11485: < 0.849378, -0.046267, 0.525753> - 11486: < 0.819208, -0.046573, 0.571602> - 11487: < 0.816271, -0.091497, 0.570377> - 11488: < 0.849378, -0.046267, 0.525753> - 11489: < 0.850434, 0.000000, 0.526081> - 11490: < 0.820237, 0.000000, 0.572024> - 11491: < 0.819208, -0.046573, 0.571602> - 11492: < 0.850434, 0.000000, 0.526081> - 11493: < 0.849378, 0.046267, 0.525753> - 11494: < 0.819208, 0.046573, 0.571602> - 11495: < 0.820237, 0.000000, 0.572024> - 11496: < 0.849378, 0.046267, 0.525753> - 11497: < 0.846324, 0.091008, 0.524836> - 11498: < 0.816271, 0.091497, 0.570377> - 11499: < 0.819208, 0.046573, 0.571602> - 11500: < 0.846324, 0.091008, 0.524836> - 11501: < 0.841527, 0.134100, 0.523307> - 11502: < 0.811677, 0.134618, 0.568382> - 11503: < 0.816271, 0.091497, 0.570377> - 11504: < 0.841527, 0.134100, 0.523307> - 11505: < 0.835133, 0.175853, 0.521180> - 11506: < 0.805587, 0.176188, 0.565675> - 11507: < 0.811677, 0.134618, 0.568382> - 11508: < 0.835133, 0.175853, 0.521180> - 11509: < 0.827263, 0.216475, 0.518435> - 11510: < 0.798110, 0.216534, 0.562257> - 11511: < 0.805587, 0.176188, 0.565675> - 11512: < 0.827263, 0.216475, 0.518435> - 11513: < 0.817925, 0.256243, 0.515110> - 11514: < 0.789266, 0.255937, 0.558172> - 11515: < 0.798110, 0.216534, 0.562257> - 11516: < 0.817925, 0.256243, 0.515110> - 11517: < 0.807082, 0.295457, 0.511198> - 11518: < 0.779017, 0.294729, 0.553415> - 11519: < 0.789266, 0.255937, 0.558172> - 11520: < 0.807082, 0.295457, 0.511198> - 11521: < 0.794627, 0.334337, 0.506740> - 11522: < 0.767292, 0.333090, 0.548009> - 11523: < 0.779017, 0.294729, 0.553415> - 11524: < 0.794627, 0.334337, 0.506740> - 11525: < 0.780568, 0.372705, 0.501802> - 11526: < 0.754169, 0.370721, 0.542028> - 11527: < 0.767292, 0.333090, 0.548009> - 11528: < 0.780568, 0.372705, 0.501802> - 11529: < 0.764964, 0.410392, 0.496395> - 11530: < 0.739812, 0.407307, 0.535518> - 11531: < 0.754169, 0.370721, 0.542028> - 11532: < 0.764964, 0.410392, 0.496395> - 11533: < 0.747688, 0.447593, 0.490534> - 11534: < 0.724109, 0.443145, 0.528478> - 11535: < 0.739812, 0.407307, 0.535518> - 11536: < 0.747688, 0.447593, 0.490534> - 11537: < 0.728461, 0.484430, 0.484430> - 11538: < 0.706895, 0.478425, 0.520969> - 11539: < 0.724109, 0.443145, 0.528478> - 11540: < 0.728461, 0.484430, 0.484430> - 11541: < 0.706895, 0.520969, 0.478425> - 11542: < 0.687856, 0.513252, 0.513252> - 11543: < 0.706895, 0.478425, 0.520969> - 11544: < 0.706895, 0.520969, 0.478425> - 11545: < 0.682532, 0.557037, 0.473139> - 11546: < 0.666144, 0.547882, 0.506040> - 11547: < 0.687856, 0.513252, 0.513252> - 11548: < 0.682532, 0.557037, 0.473139> - 11549: < 0.655217, 0.591920, 0.469385> - 11550: < 0.641397, 0.581456, 0.500519> - 11551: < 0.666144, 0.547882, 0.506040> - 11552: < 0.641397, -0.581456, 0.500519> - 11553: < 0.666144, -0.547882, 0.506040> - 11554: < 0.647334, -0.538962, 0.538962> - 11555: < 0.625584, -0.571076, 0.531523> - 11556: < 0.666144, -0.547882, 0.506040> - 11557: < 0.687856, -0.513252, 0.513252> - 11558: < 0.666144, -0.506040, 0.547882> - 11559: < 0.647334, -0.538962, 0.538962> - 11560: < 0.687856, -0.513252, 0.513252> - 11561: < 0.706895, -0.478425, 0.520969> - 11562: < 0.682532, -0.473139, 0.557037> - 11563: < 0.666144, -0.506040, 0.547882> - 11564: < 0.706895, -0.478425, 0.520969> - 11565: < 0.724109, -0.443145, 0.528478> - 11566: < 0.697667, -0.439475, 0.565794> - 11567: < 0.682532, -0.473139, 0.557037> - 11568: < 0.724109, -0.443145, 0.528478> - 11569: < 0.739812, -0.407307, 0.535518> - 11570: < 0.711772, -0.404839, 0.574008> - 11571: < 0.697667, -0.439475, 0.565794> - 11572: < 0.739812, -0.407307, 0.535518> - 11573: < 0.754169, -0.370721, 0.542028> - 11574: < 0.724825, -0.369188, 0.581661> - 11575: < 0.711772, -0.404839, 0.574008> - 11576: < 0.754169, -0.370721, 0.542028> - 11577: < 0.767292, -0.333090, 0.548009> - 11578: < 0.736915, -0.332170, 0.588744> - 11579: < 0.724825, -0.369188, 0.581661> - 11580: < 0.767292, -0.333090, 0.548009> - 11581: < 0.779017, -0.294729, 0.553415> - 11582: < 0.747816, -0.294207, 0.595158> - 11583: < 0.736915, -0.332170, 0.588744> - 11584: < 0.779017, -0.294729, 0.553415> - 11585: < 0.789266, -0.255937, 0.558172> - 11586: < 0.757361, -0.255750, 0.600829> - 11587: < 0.747816, -0.294207, 0.595158> - 11588: < 0.789266, -0.255937, 0.558172> - 11589: < 0.798110, -0.216534, 0.562257> - 11590: < 0.765608, -0.216596, 0.605748> - 11591: < 0.757361, -0.255750, 0.600829> - 11592: < 0.798110, -0.216534, 0.562257> - 11593: < 0.805587, -0.176188, 0.565675> - 11594: < 0.772589, -0.176461, 0.609892> - 11595: < 0.765608, -0.216596, 0.605748> - 11596: < 0.805587, -0.176188, 0.565675> - 11597: < 0.811677, -0.134618, 0.568382> - 11598: < 0.778306, -0.135018, 0.613196> - 11599: < 0.772589, -0.176461, 0.609892> - 11600: < 0.811677, -0.134618, 0.568382> - 11601: < 0.816271, -0.091497, 0.570377> - 11602: < 0.782607, -0.091894, 0.615697> - 11603: < 0.778306, -0.135018, 0.613196> - 11604: < 0.816271, -0.091497, 0.570377> - 11605: < 0.819208, -0.046573, 0.571602> - 11606: < 0.785375, -0.046847, 0.617246> - 11607: < 0.782607, -0.091894, 0.615697> - 11608: < 0.819208, -0.046573, 0.571602> - 11609: < 0.820237, 0.000000, 0.572024> - 11610: < 0.786344, 0.000000, 0.617789> - 11611: < 0.785375, -0.046847, 0.617246> - 11612: < 0.820237, 0.000000, 0.572024> - 11613: < 0.819208, 0.046573, 0.571602> - 11614: < 0.785375, 0.046847, 0.617246> - 11615: < 0.786344, 0.000000, 0.617789> - 11616: < 0.819208, 0.046573, 0.571602> - 11617: < 0.816271, 0.091497, 0.570377> - 11618: < 0.782607, 0.091894, 0.615697> - 11619: < 0.785375, 0.046847, 0.617246> - 11620: < 0.816271, 0.091497, 0.570377> - 11621: < 0.811677, 0.134618, 0.568382> - 11622: < 0.778292, 0.135015, 0.613215> - 11623: < 0.782607, 0.091894, 0.615697> - 11624: < 0.811677, 0.134618, 0.568382> - 11625: < 0.805587, 0.176188, 0.565675> - 11626: < 0.772589, 0.176461, 0.609892> - 11627: < 0.778292, 0.135015, 0.613215> - 11628: < 0.805587, 0.176188, 0.565675> - 11629: < 0.798110, 0.216534, 0.562257> - 11630: < 0.765608, 0.216596, 0.605748> - 11631: < 0.772589, 0.176461, 0.609892> - 11632: < 0.798110, 0.216534, 0.562257> - 11633: < 0.789266, 0.255937, 0.558172> - 11634: < 0.757361, 0.255750, 0.600829> - 11635: < 0.765608, 0.216596, 0.605748> - 11636: < 0.789266, 0.255937, 0.558172> - 11637: < 0.779017, 0.294729, 0.553415> - 11638: < 0.747816, 0.294207, 0.595158> - 11639: < 0.757361, 0.255750, 0.600829> - 11640: < 0.779017, 0.294729, 0.553415> - 11641: < 0.767292, 0.333090, 0.548009> - 11642: < 0.736915, 0.332170, 0.588744> - 11643: < 0.747816, 0.294207, 0.595158> - 11644: < 0.767292, 0.333090, 0.548009> - 11645: < 0.754169, 0.370721, 0.542028> - 11646: < 0.724825, 0.369188, 0.581661> - 11647: < 0.736915, 0.332170, 0.588744> - 11648: < 0.754169, 0.370721, 0.542028> - 11649: < 0.739812, 0.407307, 0.535518> - 11650: < 0.711772, 0.404839, 0.574008> - 11651: < 0.724825, 0.369188, 0.581661> - 11652: < 0.739812, 0.407307, 0.535518> - 11653: < 0.724109, 0.443145, 0.528478> - 11654: < 0.697667, 0.439475, 0.565794> - 11655: < 0.711772, 0.404839, 0.574008> - 11656: < 0.724109, 0.443145, 0.528478> - 11657: < 0.706895, 0.478425, 0.520969> - 11658: < 0.682532, 0.473139, 0.557037> - 11659: < 0.697667, 0.439475, 0.565794> - 11660: < 0.706895, 0.478425, 0.520969> - 11661: < 0.687856, 0.513252, 0.513252> - 11662: < 0.666144, 0.506040, 0.547882> - 11663: < 0.682532, 0.473139, 0.557037> - 11664: < 0.687856, 0.513252, 0.513252> - 11665: < 0.666144, 0.547882, 0.506040> - 11666: < 0.647334, 0.538962, 0.538962> - 11667: < 0.666144, 0.506040, 0.547882> - 11668: < 0.666144, 0.547882, 0.506040> - 11669: < 0.641397, 0.581456, 0.500519> - 11670: < 0.625584, 0.571076, 0.531523> - 11671: < 0.647334, 0.538962, 0.538962> - 11672: < 0.625584, -0.571076, 0.531523> - 11673: < 0.647334, -0.538962, 0.538962> - 11674: < 0.625584, -0.531523, 0.571076> - 11675: < 0.607783, -0.561516, 0.561516> - 11676: < 0.647334, -0.538962, 0.538962> - 11677: < 0.666144, -0.506040, 0.547882> - 11678: < 0.641397, -0.500519, 0.581456> - 11679: < 0.625584, -0.531523, 0.571076> - 11680: < 0.666144, -0.506040, 0.547882> - 11681: < 0.682532, -0.473139, 0.557037> - 11682: < 0.655217, -0.469385, 0.591920> - 11683: < 0.641397, -0.500519, 0.581456> - 11684: < 0.682532, -0.473139, 0.557037> - 11685: < 0.697667, -0.439475, 0.565794> - 11686: < 0.668312, -0.437036, 0.601963> - 11687: < 0.655217, -0.469385, 0.591920> - 11688: < 0.697667, -0.439475, 0.565794> - 11689: < 0.711772, -0.404839, 0.574008> - 11690: < 0.680859, -0.403223, 0.611427> - 11691: < 0.668312, -0.437036, 0.601963> - 11692: < 0.711772, -0.404839, 0.574008> - 11693: < 0.724825, -0.369188, 0.581661> - 11694: < 0.692544, -0.368246, 0.620305> - 11695: < 0.680859, -0.403223, 0.611427> - 11696: < 0.724825, -0.369188, 0.581661> - 11697: < 0.736915, -0.332170, 0.588744> - 11698: < 0.703467, -0.331652, 0.628603> - 11699: < 0.692544, -0.368246, 0.620305> - 11700: < 0.736915, -0.332170, 0.588744> - 11701: < 0.747816, -0.294207, 0.595158> - 11702: < 0.713396, -0.293904, 0.636150> - 11703: < 0.703467, -0.331652, 0.628603> - 11704: < 0.747816, -0.294207, 0.595158> - 11705: < 0.757361, -0.255750, 0.600829> - 11706: < 0.722093, -0.255632, 0.642833> - 11707: < 0.713396, -0.293904, 0.636150> - 11708: < 0.757361, -0.255750, 0.600829> - 11709: < 0.765608, -0.216596, 0.605748> - 11710: < 0.729622, -0.216656, 0.648624> - 11711: < 0.722093, -0.255632, 0.642833> - 11712: < 0.765608, -0.216596, 0.605748> - 11713: < 0.772589, -0.176461, 0.609892> - 11714: < 0.736025, -0.176644, 0.653502> - 11715: < 0.729622, -0.216656, 0.648624> - 11716: < 0.772589, -0.176461, 0.609892> - 11717: < 0.778306, -0.135018, 0.613196> - 11718: < 0.741243, -0.135260, 0.657468> - 11719: < 0.736025, -0.176644, 0.653502> - 11720: < 0.778306, -0.135018, 0.613196> - 11721: < 0.782607, -0.091894, 0.615697> - 11722: < 0.745184, -0.092137, 0.660463> - 11723: < 0.741243, -0.135260, 0.657468> - 11724: < 0.782607, -0.091894, 0.615697> - 11725: < 0.785375, -0.046847, 0.617246> - 11726: < 0.747715, -0.046999, 0.662354> - 11727: < 0.745184, -0.092137, 0.660463> - 11728: < 0.785375, -0.046847, 0.617246> - 11729: < 0.786344, 0.000000, 0.617789> - 11730: < 0.748599, 0.000000, 0.663024> - 11731: < 0.747715, -0.046999, 0.662354> - 11732: < 0.786344, 0.000000, 0.617789> - 11733: < 0.785375, 0.046847, 0.617246> - 11734: < 0.747715, 0.046999, 0.662354> - 11735: < 0.748599, 0.000000, 0.663024> - 11736: < 0.785375, 0.046847, 0.617246> - 11737: < 0.782607, 0.091894, 0.615697> - 11738: < 0.745184, 0.092137, 0.660463> - 11739: < 0.747715, 0.046999, 0.662354> - 11740: < 0.782607, 0.091894, 0.615697> - 11741: < 0.778292, 0.135015, 0.613215> - 11742: < 0.741243, 0.135260, 0.657468> - 11743: < 0.745184, 0.092137, 0.660463> - 11744: < 0.778292, 0.135015, 0.613215> - 11745: < 0.772589, 0.176461, 0.609892> - 11746: < 0.736025, 0.176644, 0.653502> - 11747: < 0.741243, 0.135260, 0.657468> - 11748: < 0.772589, 0.176461, 0.609892> - 11749: < 0.765608, 0.216596, 0.605748> - 11750: < 0.729636, 0.216660, 0.648606> - 11751: < 0.736025, 0.176644, 0.653502> - 11752: < 0.765608, 0.216596, 0.605748> - 11753: < 0.757361, 0.255750, 0.600829> - 11754: < 0.722093, 0.255632, 0.642833> - 11755: < 0.729636, 0.216660, 0.648606> - 11756: < 0.757361, 0.255750, 0.600829> - 11757: < 0.747816, 0.294207, 0.595158> - 11758: < 0.713396, 0.293904, 0.636150> - 11759: < 0.722093, 0.255632, 0.642833> - 11760: < 0.747816, 0.294207, 0.595158> - 11761: < 0.736915, 0.332170, 0.588744> - 11762: < 0.703467, 0.331652, 0.628603> - 11763: < 0.713396, 0.293904, 0.636150> - 11764: < 0.736915, 0.332170, 0.588744> - 11765: < 0.724825, 0.369188, 0.581661> - 11766: < 0.692544, 0.368246, 0.620305> - 11767: < 0.703467, 0.331652, 0.628603> - 11768: < 0.724825, 0.369188, 0.581661> - 11769: < 0.711772, 0.404839, 0.574008> - 11770: < 0.680859, 0.403223, 0.611427> - 11771: < 0.692544, 0.368246, 0.620305> - 11772: < 0.711772, 0.404839, 0.574008> - 11773: < 0.697667, 0.439475, 0.565794> - 11774: < 0.668312, 0.437036, 0.601963> - 11775: < 0.680859, 0.403223, 0.611427> - 11776: < 0.697667, 0.439475, 0.565794> - 11777: < 0.682532, 0.473139, 0.557037> - 11778: < 0.655217, 0.469385, 0.591920> - 11779: < 0.668312, 0.437036, 0.601963> - 11780: < 0.682532, 0.473139, 0.557037> - 11781: < 0.666144, 0.506040, 0.547882> - 11782: < 0.641397, 0.500519, 0.581456> - 11783: < 0.655217, 0.469385, 0.591920> - 11784: < 0.666144, 0.506040, 0.547882> - 11785: < 0.647334, 0.538962, 0.538962> - 11786: < 0.625584, 0.531523, 0.571076> - 11787: < 0.641397, 0.500519, 0.581456> - 11788: < 0.647334, 0.538962, 0.538962> - 11789: < 0.625584, 0.571076, 0.531523> - 11790: < 0.607783, 0.561516, 0.561516> - 11791: < 0.625584, 0.531523, 0.571076> - 11792: < 0.577350, -0.577350, -0.577350> - 11793: < 0.588539, -0.554296, -0.588539> - 11794: < 0.607783, -0.561516, -0.561516> - 11795: < 0.588539, -0.588539, -0.554296> - 11796: < 0.588539, -0.554296, -0.588539> - 11797: < 0.601168, -0.526457, -0.601199> - 11798: < 0.625584, -0.531523, -0.571076> - 11799: < 0.607783, -0.561516, -0.561516> - 11800: < 0.601168, -0.526457, -0.601199> - 11801: < 0.613379, -0.497527, -0.613379> - 11802: < 0.641397, -0.500519, -0.581456> - 11803: < 0.625584, -0.531523, -0.571076> - 11804: < 0.613379, -0.497527, -0.613379> - 11805: < 0.624909, -0.467950, -0.624909> - 11806: < 0.655217, -0.469385, -0.591920> - 11807: < 0.641397, -0.500519, -0.581456> - 11808: < 0.624909, -0.467950, -0.624909> - 11809: < 0.636296, -0.436181, -0.636296> - 11810: < 0.668312, -0.437036, -0.601963> - 11811: < 0.655217, -0.469385, -0.591920> - 11812: < 0.636296, -0.436181, -0.636296> - 11813: < 0.647247, -0.402668, -0.647247> - 11814: < 0.680859, -0.403223, -0.611427> - 11815: < 0.668312, -0.437036, -0.601963> - 11816: < 0.647247, -0.402668, -0.647247> - 11817: < 0.657511, -0.367912, -0.657511> - 11818: < 0.692544, -0.368246, -0.620305> - 11819: < 0.680859, -0.403223, -0.611427> - 11820: < 0.657511, -0.367912, -0.657511> - 11821: < 0.667130, -0.331474, -0.667130> - 11822: < 0.703467, -0.331652, -0.628603> - 11823: < 0.692544, -0.368246, -0.620305> - 11824: < 0.667130, -0.331474, -0.667130> - 11825: < 0.675899, -0.293804, -0.675899> - 11826: < 0.713396, -0.293904, -0.636150> - 11827: < 0.703467, -0.331652, -0.628603> - 11828: < 0.675899, -0.293804, -0.675899> - 11829: < 0.683620, -0.255594, -0.683620> - 11830: < 0.722093, -0.255632, -0.642833> - 11831: < 0.713396, -0.293904, -0.636150> - 11832: < 0.683620, -0.255594, -0.683620> - 11833: < 0.690307, -0.216684, -0.690307> - 11834: < 0.729636, -0.216660, -0.648606> - 11835: < 0.722093, -0.255632, -0.642833> - 11836: < 0.690307, -0.216684, -0.690307> - 11837: < 0.695976, -0.176733, -0.695976> - 11838: < 0.736025, -0.176644, -0.653502> - 11839: < 0.729636, -0.216660, -0.648606> - 11840: < 0.695976, -0.176733, -0.695976> - 11841: < 0.700600, -0.135353, -0.700600> - 11842: < 0.741243, -0.135260, -0.657468> - 11843: < 0.736025, -0.176644, -0.653502> - 11844: < 0.700600, -0.135353, -0.700600> - 11845: < 0.704093, -0.092231, -0.704093> - 11846: < 0.745184, -0.092137, -0.660463> - 11847: < 0.741243, -0.135260, -0.657468> - 11848: < 0.704093, -0.092231, -0.704093> - 11849: < 0.706323, -0.047060, -0.706323> - 11850: < 0.747715, -0.046999, -0.662354> - 11851: < 0.745184, -0.092137, -0.660463> - 11852: < 0.706323, -0.047060, -0.706323> - 11853: < 0.707107, 0.000000, -0.707107> - 11854: < 0.748599, 0.000000, -0.663024> - 11855: < 0.747715, -0.046999, -0.662354> - 11856: < 0.707107, 0.000000, -0.707107> - 11857: < 0.706323, 0.047060, -0.706323> - 11858: < 0.747715, 0.046999, -0.662354> - 11859: < 0.748599, 0.000000, -0.663024> - 11860: < 0.706323, 0.047060, -0.706323> - 11861: < 0.704093, 0.092231, -0.704093> - 11862: < 0.745184, 0.092137, -0.660463> - 11863: < 0.747715, 0.046999, -0.662354> - 11864: < 0.704093, 0.092231, -0.704093> - 11865: < 0.700600, 0.135353, -0.700600> - 11866: < 0.741243, 0.135260, -0.657468> - 11867: < 0.745184, 0.092137, -0.660463> - 11868: < 0.700600, 0.135353, -0.700600> - 11869: < 0.695976, 0.176733, -0.695976> - 11870: < 0.736025, 0.176644, -0.653502> - 11871: < 0.741243, 0.135260, -0.657468> - 11872: < 0.695976, 0.176733, -0.695976> - 11873: < 0.690307, 0.216684, -0.690307> - 11874: < 0.729636, 0.216660, -0.648606> - 11875: < 0.736025, 0.176644, -0.653502> - 11876: < 0.690307, 0.216684, -0.690307> - 11877: < 0.683620, 0.255594, -0.683620> - 11878: < 0.722093, 0.255632, -0.642833> - 11879: < 0.729636, 0.216660, -0.648606> - 11880: < 0.683620, 0.255594, -0.683620> - 11881: < 0.675899, 0.293804, -0.675899> - 11882: < 0.713396, 0.293904, -0.636150> - 11883: < 0.722093, 0.255632, -0.642833> - 11884: < 0.675899, 0.293804, -0.675899> - 11885: < 0.667130, 0.331474, -0.667130> - 11886: < 0.703467, 0.331652, -0.628603> - 11887: < 0.713396, 0.293904, -0.636150> - 11888: < 0.667130, 0.331474, -0.667130> - 11889: < 0.657511, 0.367912, -0.657511> - 11890: < 0.692544, 0.368246, -0.620305> - 11891: < 0.703467, 0.331652, -0.628603> - 11892: < 0.657511, 0.367912, -0.657511> - 11893: < 0.647247, 0.402668, -0.647247> - 11894: < 0.680859, 0.403223, -0.611427> - 11895: < 0.692544, 0.368246, -0.620305> - 11896: < 0.647247, 0.402668, -0.647247> - 11897: < 0.636296, 0.436181, -0.636296> - 11898: < 0.668312, 0.437036, -0.601963> - 11899: < 0.680859, 0.403223, -0.611427> - 11900: < 0.636296, 0.436181, -0.636296> - 11901: < 0.624909, 0.467950, -0.624909> - 11902: < 0.655217, 0.469385, -0.591920> - 11903: < 0.668312, 0.437036, -0.601963> - 11904: < 0.624909, 0.467950, -0.624909> - 11905: < 0.613379, 0.497527, -0.613379> - 11906: < 0.641397, 0.500519, -0.581456> - 11907: < 0.655217, 0.469385, -0.591920> - 11908: < 0.613379, 0.497527, -0.613379> - 11909: < 0.601168, 0.526457, -0.601199> - 11910: < 0.625584, 0.531523, -0.571076> - 11911: < 0.641397, 0.500519, -0.581456> - 11912: < 0.601168, 0.526457, -0.601199> - 11913: < 0.588539, 0.554296, -0.588539> - 11914: < 0.607783, 0.561516, -0.561516> - 11915: < 0.625584, 0.531523, -0.571076> - 11916: < 0.588539, 0.554296, -0.588539> - 11917: < 0.577350, 0.577350, -0.577350> - 11918: < 0.588539, 0.588539, -0.554296> - 11919: < 0.607783, 0.561516, -0.561516> - 11920: < 0.607783, 0.561516, -0.561516> - 11921: < 0.588539, 0.588539, -0.554296> - 11922: < 0.601168, 0.601199, -0.526457> - 11923: < 0.625584, 0.571076, -0.531523> - 11924: < 0.625584, 0.571076, -0.531523> - 11925: < 0.601168, 0.601199, -0.526457> - 11926: < 0.613379, 0.613379, -0.497527> - 11927: < 0.641397, 0.581456, -0.500519> - 11928: < 0.641397, 0.581456, -0.500519> - 11929: < 0.613379, 0.613379, -0.497527> - 11930: < 0.624909, 0.624909, -0.467950> - 11931: < 0.655217, 0.591920, -0.469385> - 11932: < 0.655217, 0.591920, -0.469385> - 11933: < 0.624909, 0.624909, -0.467950> - 11934: < 0.636296, 0.636296, -0.436181> - 11935: < 0.668312, 0.601963, -0.437036> - 11936: < 0.668312, 0.601963, -0.437036> - 11937: < 0.636296, 0.636296, -0.436181> - 11938: < 0.647247, 0.647247, -0.402668> - 11939: < 0.680859, 0.611427, -0.403223> - 11940: < 0.680859, 0.611427, -0.403223> - 11941: < 0.647247, 0.647247, -0.402668> - 11942: < 0.657511, 0.657511, -0.367912> - 11943: < 0.692544, 0.620305, -0.368246> - 11944: < 0.692544, 0.620305, -0.368246> - 11945: < 0.657511, 0.657511, -0.367912> - 11946: < 0.667130, 0.667130, -0.331474> - 11947: < 0.703467, 0.628603, -0.331652> - 11948: < 0.703467, 0.628603, -0.331652> - 11949: < 0.667130, 0.667130, -0.331474> - 11950: < 0.675899, 0.675899, -0.293804> - 11951: < 0.713396, 0.636150, -0.293904> - 11952: < 0.713396, 0.636150, -0.293904> - 11953: < 0.675899, 0.675899, -0.293804> - 11954: < 0.683620, 0.683620, -0.255594> - 11955: < 0.722093, 0.642833, -0.255632> - 11956: < 0.722093, 0.642833, -0.255632> - 11957: < 0.683620, 0.683620, -0.255594> - 11958: < 0.690307, 0.690307, -0.216684> - 11959: < 0.729636, 0.648606, -0.216660> - 11960: < 0.729636, 0.648606, -0.216660> - 11961: < 0.690307, 0.690307, -0.216684> - 11962: < 0.695976, 0.695976, -0.176733> - 11963: < 0.736025, 0.653502, -0.176644> - 11964: < 0.736025, 0.653502, -0.176644> - 11965: < 0.695976, 0.695976, -0.176733> - 11966: < 0.700600, 0.700600, -0.135353> - 11967: < 0.741243, 0.657468, -0.135260> - 11968: < 0.741243, 0.657468, -0.135260> - 11969: < 0.700600, 0.700600, -0.135353> - 11970: < 0.704093, 0.704093, -0.092231> - 11971: < 0.745184, 0.660463, -0.092137> - 11972: < 0.745184, 0.660463, -0.092137> - 11973: < 0.704093, 0.704093, -0.092231> - 11974: < 0.706323, 0.706323, -0.047060> - 11975: < 0.747715, 0.662354, -0.046999> - 11976: < 0.747715, 0.662354, -0.046999> - 11977: < 0.706323, 0.706323, -0.047060> - 11978: < 0.707107, 0.707107, 0.000000> - 11979: < 0.748599, 0.663024, 0.000000> - 11980: < 0.748599, 0.663024, 0.000000> - 11981: < 0.707107, 0.707107, 0.000000> - 11982: < 0.706323, 0.706323, 0.047060> - 11983: < 0.747715, 0.662354, 0.046999> - 11984: < 0.747715, 0.662354, 0.046999> - 11985: < 0.706323, 0.706323, 0.047060> - 11986: < 0.704093, 0.704093, 0.092231> - 11987: < 0.745184, 0.660463, 0.092137> - 11988: < 0.745184, 0.660463, 0.092137> - 11989: < 0.704093, 0.704093, 0.092231> - 11990: < 0.700600, 0.700600, 0.135353> - 11991: < 0.741243, 0.657468, 0.135260> - 11992: < 0.741243, 0.657468, 0.135260> - 11993: < 0.700600, 0.700600, 0.135353> - 11994: < 0.695976, 0.695976, 0.176733> - 11995: < 0.736025, 0.653502, 0.176644> - 11996: < 0.736025, 0.653502, 0.176644> - 11997: < 0.695976, 0.695976, 0.176733> - 11998: < 0.690307, 0.690307, 0.216684> - 11999: < 0.729636, 0.648606, 0.216660> - 12000: < 0.729636, 0.648606, 0.216660> - 12001: < 0.690307, 0.690307, 0.216684> - 12002: < 0.683620, 0.683620, 0.255594> - 12003: < 0.722093, 0.642833, 0.255632> - 12004: < 0.722093, 0.642833, 0.255632> - 12005: < 0.683620, 0.683620, 0.255594> - 12006: < 0.675899, 0.675899, 0.293804> - 12007: < 0.713396, 0.636150, 0.293904> - 12008: < 0.713396, 0.636150, 0.293904> - 12009: < 0.675899, 0.675899, 0.293804> - 12010: < 0.667130, 0.667130, 0.331474> - 12011: < 0.703467, 0.628603, 0.331652> - 12012: < 0.703467, 0.628603, 0.331652> - 12013: < 0.667130, 0.667130, 0.331474> - 12014: < 0.657511, 0.657511, 0.367912> - 12015: < 0.692544, 0.620305, 0.368246> - 12016: < 0.692544, 0.620305, 0.368246> - 12017: < 0.657511, 0.657511, 0.367912> - 12018: < 0.647247, 0.647247, 0.402668> - 12019: < 0.680859, 0.611427, 0.403223> - 12020: < 0.680859, 0.611427, 0.403223> - 12021: < 0.647247, 0.647247, 0.402668> - 12022: < 0.636296, 0.636296, 0.436181> - 12023: < 0.668312, 0.601963, 0.437036> - 12024: < 0.668312, 0.601963, 0.437036> - 12025: < 0.636296, 0.636296, 0.436181> - 12026: < 0.624909, 0.624909, 0.467950> - 12027: < 0.655217, 0.591920, 0.469385> - 12028: < 0.655217, 0.591920, 0.469385> - 12029: < 0.624909, 0.624909, 0.467950> - 12030: < 0.613379, 0.613379, 0.497527> - 12031: < 0.641397, 0.581456, 0.500519> - 12032: < 0.641397, 0.581456, 0.500519> - 12033: < 0.613379, 0.613379, 0.497527> - 12034: < 0.601188, 0.601188, 0.526447> - 12035: < 0.625584, 0.571076, 0.531523> - 12036: < 0.625584, 0.571076, 0.531523> - 12037: < 0.601188, 0.601188, 0.526447> - 12038: < 0.588539, 0.588539, 0.554296> - 12039: < 0.607783, 0.561516, 0.561516> - 12040: < 0.607783, 0.561516, 0.561516> - 12041: < 0.588539, 0.588539, 0.554296> - 12042: < 0.577330, 0.577360, 0.577360> - 12043: < 0.588539, 0.554296, 0.588539> - 12044: < 0.625584, 0.531523, 0.571076> - 12045: < 0.607783, 0.561516, 0.561516> - 12046: < 0.588539, 0.554296, 0.588539> - 12047: < 0.601199, 0.526457, 0.601168> - 12048: < 0.641397, 0.500519, 0.581456> - 12049: < 0.625584, 0.531523, 0.571076> - 12050: < 0.601199, 0.526457, 0.601168> - 12051: < 0.613379, 0.497527, 0.613379> - 12052: < 0.655217, 0.469385, 0.591920> - 12053: < 0.641397, 0.500519, 0.581456> - 12054: < 0.613379, 0.497527, 0.613379> - 12055: < 0.624909, 0.467950, 0.624909> - 12056: < 0.668312, 0.437036, 0.601963> - 12057: < 0.655217, 0.469385, 0.591920> - 12058: < 0.624909, 0.467950, 0.624909> - 12059: < 0.636296, 0.436181, 0.636296> - 12060: < 0.680859, 0.403223, 0.611427> - 12061: < 0.668312, 0.437036, 0.601963> - 12062: < 0.636296, 0.436181, 0.636296> - 12063: < 0.647247, 0.402668, 0.647247> - 12064: < 0.692544, 0.368246, 0.620305> - 12065: < 0.680859, 0.403223, 0.611427> - 12066: < 0.647247, 0.402668, 0.647247> - 12067: < 0.657511, 0.367912, 0.657511> - 12068: < 0.703467, 0.331652, 0.628603> - 12069: < 0.692544, 0.368246, 0.620305> - 12070: < 0.657511, 0.367912, 0.657511> - 12071: < 0.667130, 0.331474, 0.667130> - 12072: < 0.713396, 0.293904, 0.636150> - 12073: < 0.703467, 0.331652, 0.628603> - 12074: < 0.667130, 0.331474, 0.667130> - 12075: < 0.675899, 0.293804, 0.675899> - 12076: < 0.722093, 0.255632, 0.642833> - 12077: < 0.713396, 0.293904, 0.636150> - 12078: < 0.675899, 0.293804, 0.675899> - 12079: < 0.683620, 0.255594, 0.683620> - 12080: < 0.729636, 0.216660, 0.648606> - 12081: < 0.722093, 0.255632, 0.642833> - 12082: < 0.683620, 0.255594, 0.683620> - 12083: < 0.690307, 0.216684, 0.690307> - 12084: < 0.736025, 0.176644, 0.653502> - 12085: < 0.729636, 0.216660, 0.648606> - 12086: < 0.690307, 0.216684, 0.690307> - 12087: < 0.695976, 0.176733, 0.695976> - 12088: < 0.741243, 0.135260, 0.657468> - 12089: < 0.736025, 0.176644, 0.653502> - 12090: < 0.695976, 0.176733, 0.695976> - 12091: < 0.700600, 0.135353, 0.700600> - 12092: < 0.745184, 0.092137, 0.660463> - 12093: < 0.741243, 0.135260, 0.657468> - 12094: < 0.700600, 0.135353, 0.700600> - 12095: < 0.704093, 0.092231, 0.704093> - 12096: < 0.747715, 0.046999, 0.662354> - 12097: < 0.745184, 0.092137, 0.660463> - 12098: < 0.704093, 0.092231, 0.704093> - 12099: < 0.706323, 0.047060, 0.706323> - 12100: < 0.748599, 0.000000, 0.663024> - 12101: < 0.747715, 0.046999, 0.662354> - 12102: < 0.706323, 0.047060, 0.706323> - 12103: < 0.707107, 0.000000, 0.707107> - 12104: < 0.747715, -0.046999, 0.662354> - 12105: < 0.748599, 0.000000, 0.663024> - 12106: < 0.707107, 0.000000, 0.707107> - 12107: < 0.706323, -0.047060, 0.706323> - 12108: < 0.745184, -0.092137, 0.660463> - 12109: < 0.747715, -0.046999, 0.662354> - 12110: < 0.706323, -0.047060, 0.706323> - 12111: < 0.704093, -0.092231, 0.704093> - 12112: < 0.741243, -0.135260, 0.657468> - 12113: < 0.745184, -0.092137, 0.660463> - 12114: < 0.704093, -0.092231, 0.704093> - 12115: < 0.700600, -0.135353, 0.700600> - 12116: < 0.736025, -0.176644, 0.653502> - 12117: < 0.741243, -0.135260, 0.657468> - 12118: < 0.700600, -0.135353, 0.700600> - 12119: < 0.695976, -0.176733, 0.695976> - 12120: < 0.729622, -0.216656, 0.648624> - 12121: < 0.736025, -0.176644, 0.653502> - 12122: < 0.695976, -0.176733, 0.695976> - 12123: < 0.690307, -0.216684, 0.690307> - 12124: < 0.722093, -0.255632, 0.642833> - 12125: < 0.729622, -0.216656, 0.648624> - 12126: < 0.690307, -0.216684, 0.690307> - 12127: < 0.683620, -0.255594, 0.683620> - 12128: < 0.713396, -0.293904, 0.636150> - 12129: < 0.722093, -0.255632, 0.642833> - 12130: < 0.683620, -0.255594, 0.683620> - 12131: < 0.675899, -0.293804, 0.675899> - 12132: < 0.703467, -0.331652, 0.628603> - 12133: < 0.713396, -0.293904, 0.636150> - 12134: < 0.675899, -0.293804, 0.675899> - 12135: < 0.667130, -0.331474, 0.667130> - 12136: < 0.692544, -0.368246, 0.620305> - 12137: < 0.703467, -0.331652, 0.628603> - 12138: < 0.667130, -0.331474, 0.667130> - 12139: < 0.657511, -0.367912, 0.657511> - 12140: < 0.680859, -0.403223, 0.611427> - 12141: < 0.692544, -0.368246, 0.620305> - 12142: < 0.657511, -0.367912, 0.657511> - 12143: < 0.647247, -0.402668, 0.647247> - 12144: < 0.668312, -0.437036, 0.601963> - 12145: < 0.680859, -0.403223, 0.611427> - 12146: < 0.647247, -0.402668, 0.647247> - 12147: < 0.636296, -0.436181, 0.636296> - 12148: < 0.655217, -0.469385, 0.591920> - 12149: < 0.668312, -0.437036, 0.601963> - 12150: < 0.636296, -0.436181, 0.636296> - 12151: < 0.624909, -0.467950, 0.624909> - 12152: < 0.641397, -0.500519, 0.581456> - 12153: < 0.655217, -0.469385, 0.591920> - 12154: < 0.624909, -0.467950, 0.624909> - 12155: < 0.613379, -0.497527, 0.613379> - 12156: < 0.625584, -0.531523, 0.571076> - 12157: < 0.641397, -0.500519, 0.581456> - 12158: < 0.613379, -0.497527, 0.613379> - 12159: < 0.601199, -0.526457, 0.601168> - 12160: < 0.607783, -0.561516, 0.561516> - 12161: < 0.625584, -0.531523, 0.571076> - 12162: < 0.601199, -0.526457, 0.601168> - 12163: < 0.588539, -0.554296, 0.588539> - 12164: < 0.588539, -0.588539, 0.554296> - 12165: < 0.607783, -0.561516, 0.561516> - 12166: < 0.588539, -0.554296, 0.588539> - 12167: < 0.577360, -0.577330, 0.577360> - 12168: < 0.601188, -0.601188, 0.526447> - 12169: < 0.625584, -0.571076, 0.531523> - 12170: < 0.607783, -0.561516, 0.561516> - 12171: < 0.588539, -0.588539, 0.554296> - 12172: < 0.613379, -0.613379, 0.497527> - 12173: < 0.641397, -0.581456, 0.500519> - 12174: < 0.625584, -0.571076, 0.531523> - 12175: < 0.601188, -0.601188, 0.526447> - 12176: < 0.624909, -0.624909, 0.467950> - 12177: < 0.655217, -0.591920, 0.469385> - 12178: < 0.641397, -0.581456, 0.500519> - 12179: < 0.613379, -0.613379, 0.497527> - 12180: < 0.636296, -0.636296, 0.436181> - 12181: < 0.668312, -0.601963, 0.437036> - 12182: < 0.655217, -0.591920, 0.469385> - 12183: < 0.624909, -0.624909, 0.467950> - 12184: < 0.647247, -0.647247, 0.402668> - 12185: < 0.680859, -0.611427, 0.403223> - 12186: < 0.668312, -0.601963, 0.437036> - 12187: < 0.636296, -0.636296, 0.436181> - 12188: < 0.657511, -0.657511, 0.367912> - 12189: < 0.692544, -0.620305, 0.368246> - 12190: < 0.680859, -0.611427, 0.403223> - 12191: < 0.647247, -0.647247, 0.402668> - 12192: < 0.667130, -0.667130, 0.331474> - 12193: < 0.703467, -0.628603, 0.331652> - 12194: < 0.692544, -0.620305, 0.368246> - 12195: < 0.657511, -0.657511, 0.367912> - 12196: < 0.675899, -0.675899, 0.293804> - 12197: < 0.713396, -0.636150, 0.293904> - 12198: < 0.703467, -0.628603, 0.331652> - 12199: < 0.667130, -0.667130, 0.331474> - 12200: < 0.683620, -0.683620, 0.255594> - 12201: < 0.722093, -0.642833, 0.255632> - 12202: < 0.713396, -0.636150, 0.293904> - 12203: < 0.675899, -0.675899, 0.293804> - 12204: < 0.690307, -0.690307, 0.216684> - 12205: < 0.729636, -0.648606, 0.216660> - 12206: < 0.722093, -0.642833, 0.255632> - 12207: < 0.683620, -0.683620, 0.255594> - 12208: < 0.695976, -0.695976, 0.176733> - 12209: < 0.736025, -0.653502, 0.176644> - 12210: < 0.729636, -0.648606, 0.216660> - 12211: < 0.690307, -0.690307, 0.216684> - 12212: < 0.700600, -0.700600, 0.135353> - 12213: < 0.741243, -0.657468, 0.135260> - 12214: < 0.736025, -0.653502, 0.176644> - 12215: < 0.695976, -0.695976, 0.176733> - 12216: < 0.704093, -0.704093, 0.092231> - 12217: < 0.745184, -0.660463, 0.092137> - 12218: < 0.741243, -0.657468, 0.135260> - 12219: < 0.700600, -0.700600, 0.135353> - 12220: < 0.706323, -0.706323, 0.047060> - 12221: < 0.747715, -0.662354, 0.046999> - 12222: < 0.745184, -0.660463, 0.092137> - 12223: < 0.704093, -0.704093, 0.092231> - 12224: < 0.707107, -0.707107, 0.000000> - 12225: < 0.748599, -0.663024, 0.000000> - 12226: < 0.747715, -0.662354, 0.046999> - 12227: < 0.706323, -0.706323, 0.047060> - 12228: < 0.706323, -0.706323, -0.047060> - 12229: < 0.747715, -0.662354, -0.046999> - 12230: < 0.748599, -0.663024, 0.000000> - 12231: < 0.707107, -0.707107, 0.000000> - 12232: < 0.704093, -0.704093, -0.092231> - 12233: < 0.745184, -0.660463, -0.092137> - 12234: < 0.747715, -0.662354, -0.046999> - 12235: < 0.706323, -0.706323, -0.047060> - 12236: < 0.700600, -0.700600, -0.135353> - 12237: < 0.741243, -0.657468, -0.135260> - 12238: < 0.745184, -0.660463, -0.092137> - 12239: < 0.704093, -0.704093, -0.092231> - 12240: < 0.695976, -0.695976, -0.176733> - 12241: < 0.736025, -0.653502, -0.176644> - 12242: < 0.741243, -0.657468, -0.135260> - 12243: < 0.700600, -0.700600, -0.135353> - 12244: < 0.690307, -0.690307, -0.216684> - 12245: < 0.729636, -0.648606, -0.216660> - 12246: < 0.736025, -0.653502, -0.176644> - 12247: < 0.695976, -0.695976, -0.176733> - 12248: < 0.683620, -0.683620, -0.255594> - 12249: < 0.722093, -0.642833, -0.255632> - 12250: < 0.729636, -0.648606, -0.216660> - 12251: < 0.690307, -0.690307, -0.216684> - 12252: < 0.675899, -0.675899, -0.293804> - 12253: < 0.713382, -0.636169, -0.293898> - 12254: < 0.722093, -0.642833, -0.255632> - 12255: < 0.683620, -0.683620, -0.255594> - 12256: < 0.667130, -0.667130, -0.331474> - 12257: < 0.703467, -0.628603, -0.331652> - 12258: < 0.713382, -0.636169, -0.293898> - 12259: < 0.675899, -0.675899, -0.293804> - 12260: < 0.657511, -0.657511, -0.367912> - 12261: < 0.692544, -0.620305, -0.368246> - 12262: < 0.703467, -0.628603, -0.331652> - 12263: < 0.667130, -0.667130, -0.331474> - 12264: < 0.647247, -0.647247, -0.402668> - 12265: < 0.680859, -0.611427, -0.403223> - 12266: < 0.692544, -0.620305, -0.368246> - 12267: < 0.657511, -0.657511, -0.367912> - 12268: < 0.636296, -0.636296, -0.436181> - 12269: < 0.668312, -0.601963, -0.437036> - 12270: < 0.680859, -0.611427, -0.403223> - 12271: < 0.647247, -0.647247, -0.402668> - 12272: < 0.624909, -0.624909, -0.467950> - 12273: < 0.655217, -0.591920, -0.469385> - 12274: < 0.668312, -0.601963, -0.437036> - 12275: < 0.636296, -0.636296, -0.436181> - 12276: < 0.613379, -0.613379, -0.497527> - 12277: < 0.641397, -0.581456, -0.500519> - 12278: < 0.655217, -0.591920, -0.469385> - 12279: < 0.624909, -0.624909, -0.467950> - 12280: < 0.601188, -0.601188, -0.526447> - 12281: < 0.625584, -0.571076, -0.531523> - 12282: < 0.641397, -0.581456, -0.500519> - 12283: < 0.613379, -0.613379, -0.497527> - 12284: < 0.588539, -0.588539, -0.554296> - 12285: < 0.607783, -0.561516, -0.561516> - 12286: < 0.625584, -0.571076, -0.531523> - 12287: < 0.601188, -0.601188, -0.526447> - 12288: < 0.561516, -0.607783, 0.561516> - 12289: < 0.531523, -0.625584, 0.571076> - 12290: < 0.538962, -0.647334, 0.538962> - 12291: < 0.571076, -0.625584, 0.531523> - 12292: < 0.531523, -0.625584, 0.571076> - 12293: < 0.500519, -0.641397, 0.581456> - 12294: < 0.506040, -0.666144, 0.547882> - 12295: < 0.538962, -0.647334, 0.538962> - 12296: < 0.500519, -0.641397, 0.581456> - 12297: < 0.469385, -0.655217, 0.591920> - 12298: < 0.473139, -0.682532, 0.557037> - 12299: < 0.506040, -0.666144, 0.547882> - 12300: < 0.469385, -0.655217, 0.591920> - 12301: < 0.437036, -0.668312, 0.601963> - 12302: < 0.439475, -0.697667, 0.565794> - 12303: < 0.473139, -0.682532, 0.557037> - 12304: < 0.437036, -0.668312, 0.601963> - 12305: < 0.403223, -0.680859, 0.611427> - 12306: < 0.404839, -0.711772, 0.574008> - 12307: < 0.439475, -0.697667, 0.565794> - 12308: < 0.403223, -0.680859, 0.611427> - 12309: < 0.368246, -0.692544, 0.620305> - 12310: < 0.369188, -0.724825, 0.581661> - 12311: < 0.404839, -0.711772, 0.574008> - 12312: < 0.368246, -0.692544, 0.620305> - 12313: < 0.331652, -0.703467, 0.628603> - 12314: < 0.332197, -0.736907, 0.588738> - 12315: < 0.369188, -0.724825, 0.581661> - 12316: < 0.331652, -0.703467, 0.628603> - 12317: < 0.293904, -0.713396, 0.636150> - 12318: < 0.294207, -0.747816, 0.595158> - 12319: < 0.332197, -0.736907, 0.588738> - 12320: < 0.293904, -0.713396, 0.636150> - 12321: < 0.255632, -0.722093, 0.642833> - 12322: < 0.255750, -0.757361, 0.600829> - 12323: < 0.294207, -0.747816, 0.595158> - 12324: < 0.255632, -0.722093, 0.642833> - 12325: < 0.216660, -0.729636, 0.648606> - 12326: < 0.216596, -0.765608, 0.605748> - 12327: < 0.255750, -0.757361, 0.600829> - 12328: < 0.216660, -0.729636, 0.648606> - 12329: < 0.176644, -0.736025, 0.653502> - 12330: < 0.176461, -0.772589, 0.609892> - 12331: < 0.216596, -0.765608, 0.605748> - 12332: < 0.176644, -0.736025, 0.653502> - 12333: < 0.135260, -0.741243, 0.657468> - 12334: < 0.135015, -0.778292, 0.613215> - 12335: < 0.176461, -0.772589, 0.609892> - 12336: < 0.135260, -0.741243, 0.657468> - 12337: < 0.092137, -0.745184, 0.660463> - 12338: < 0.091894, -0.782607, 0.615697> - 12339: < 0.135015, -0.778292, 0.613215> - 12340: < 0.092137, -0.745184, 0.660463> - 12341: < 0.046999, -0.747715, 0.662354> - 12342: < 0.046847, -0.785375, 0.617246> - 12343: < 0.091894, -0.782607, 0.615697> - 12344: < 0.046999, -0.747715, 0.662354> - 12345: < 0.000000, -0.748599, 0.663024> - 12346: < 0.000000, -0.786344, 0.617789> - 12347: < 0.046847, -0.785375, 0.617246> - 12348: < 0.000000, -0.748599, 0.663024> - 12349: <-0.046999, -0.747715, 0.662354> - 12350: <-0.046847, -0.785375, 0.617246> - 12351: < 0.000000, -0.786344, 0.617789> - 12352: <-0.046999, -0.747715, 0.662354> - 12353: <-0.092137, -0.745184, 0.660463> - 12354: <-0.091894, -0.782607, 0.615697> - 12355: <-0.046847, -0.785375, 0.617246> - 12356: <-0.092137, -0.745184, 0.660463> - 12357: <-0.135260, -0.741243, 0.657468> - 12358: <-0.134988, -0.778309, 0.613199> - 12359: <-0.091894, -0.782607, 0.615697> - 12360: <-0.135260, -0.741243, 0.657468> - 12361: <-0.176644, -0.736025, 0.653502> - 12362: <-0.176461, -0.772589, 0.609892> - 12363: <-0.134988, -0.778309, 0.613199> - 12364: <-0.176644, -0.736025, 0.653502> - 12365: <-0.216660, -0.729636, 0.648606> - 12366: <-0.216596, -0.765608, 0.605748> - 12367: <-0.176461, -0.772589, 0.609892> - 12368: <-0.216660, -0.729636, 0.648606> - 12369: <-0.255632, -0.722093, 0.642833> - 12370: <-0.255750, -0.757361, 0.600829> - 12371: <-0.216596, -0.765608, 0.605748> - 12372: <-0.255632, -0.722093, 0.642833> - 12373: <-0.293904, -0.713396, 0.636150> - 12374: <-0.294207, -0.747816, 0.595158> - 12375: <-0.255750, -0.757361, 0.600829> - 12376: <-0.293904, -0.713396, 0.636150> - 12377: <-0.331652, -0.703467, 0.628603> - 12378: <-0.332170, -0.736915, 0.588744> - 12379: <-0.294207, -0.747816, 0.595158> - 12380: <-0.331652, -0.703467, 0.628603> - 12381: <-0.368246, -0.692544, 0.620305> - 12382: <-0.369188, -0.724825, 0.581661> - 12383: <-0.332170, -0.736915, 0.588744> - 12384: <-0.368246, -0.692544, 0.620305> - 12385: <-0.403223, -0.680859, 0.611427> - 12386: <-0.404839, -0.711772, 0.574008> - 12387: <-0.369188, -0.724825, 0.581661> - 12388: <-0.403223, -0.680859, 0.611427> - 12389: <-0.437036, -0.668312, 0.601963> - 12390: <-0.439475, -0.697667, 0.565794> - 12391: <-0.404839, -0.711772, 0.574008> - 12392: <-0.437036, -0.668312, 0.601963> - 12393: <-0.469385, -0.655217, 0.591920> - 12394: <-0.473139, -0.682532, 0.557037> - 12395: <-0.439475, -0.697667, 0.565794> - 12396: <-0.469385, -0.655217, 0.591920> - 12397: <-0.500496, -0.641406, 0.581465> - 12398: <-0.506040, -0.666144, 0.547882> - 12399: <-0.473139, -0.682532, 0.557037> - 12400: <-0.500496, -0.641406, 0.581465> - 12401: <-0.531523, -0.625584, 0.571076> - 12402: <-0.538962, -0.647334, 0.538962> - 12403: <-0.506040, -0.666144, 0.547882> - 12404: <-0.531523, -0.625584, 0.571076> - 12405: <-0.561516, -0.607783, 0.561516> - 12406: <-0.571076, -0.625584, 0.531523> - 12407: <-0.538962, -0.647334, 0.538962> - 12408: < 0.571076, -0.625584, 0.531523> - 12409: < 0.538962, -0.647334, 0.538962> - 12410: < 0.547882, -0.666144, 0.506040> - 12411: < 0.581456, -0.641397, 0.500519> - 12412: < 0.538962, -0.647334, 0.538962> - 12413: < 0.506040, -0.666144, 0.547882> - 12414: < 0.513252, -0.687856, 0.513252> - 12415: < 0.547882, -0.666144, 0.506040> - 12416: < 0.506040, -0.666144, 0.547882> - 12417: < 0.473139, -0.682532, 0.557037> - 12418: < 0.478425, -0.706895, 0.520969> - 12419: < 0.513252, -0.687856, 0.513252> - 12420: < 0.473139, -0.682532, 0.557037> - 12421: < 0.439475, -0.697667, 0.565794> - 12422: < 0.443145, -0.724109, 0.528478> - 12423: < 0.478425, -0.706895, 0.520969> - 12424: < 0.439475, -0.697667, 0.565794> - 12425: < 0.404839, -0.711772, 0.574008> - 12426: < 0.407307, -0.739812, 0.535518> - 12427: < 0.443145, -0.724109, 0.528478> - 12428: < 0.404839, -0.711772, 0.574008> - 12429: < 0.369188, -0.724825, 0.581661> - 12430: < 0.370721, -0.754169, 0.542028> - 12431: < 0.407307, -0.739812, 0.535518> - 12432: < 0.369188, -0.724825, 0.581661> - 12433: < 0.332197, -0.736907, 0.588738> - 12434: < 0.333090, -0.767292, 0.548009> - 12435: < 0.370721, -0.754169, 0.542028> - 12436: < 0.332197, -0.736907, 0.588738> - 12437: < 0.294207, -0.747816, 0.595158> - 12438: < 0.294729, -0.779017, 0.553415> - 12439: < 0.333090, -0.767292, 0.548009> - 12440: < 0.294207, -0.747816, 0.595158> - 12441: < 0.255750, -0.757361, 0.600829> - 12442: < 0.255937, -0.789266, 0.558172> - 12443: < 0.294729, -0.779017, 0.553415> - 12444: < 0.255750, -0.757361, 0.600829> - 12445: < 0.216596, -0.765608, 0.605748> - 12446: < 0.216534, -0.798110, 0.562257> - 12447: < 0.255937, -0.789266, 0.558172> - 12448: < 0.216596, -0.765608, 0.605748> - 12449: < 0.176461, -0.772589, 0.609892> - 12450: < 0.176188, -0.805587, 0.565675> - 12451: < 0.216534, -0.798110, 0.562257> - 12452: < 0.176461, -0.772589, 0.609892> - 12453: < 0.135015, -0.778292, 0.613215> - 12454: < 0.134618, -0.811677, 0.568382> - 12455: < 0.176188, -0.805587, 0.565675> - 12456: < 0.135015, -0.778292, 0.613215> - 12457: < 0.091894, -0.782607, 0.615697> - 12458: < 0.091497, -0.816271, 0.570377> - 12459: < 0.134618, -0.811677, 0.568382> - 12460: < 0.091894, -0.782607, 0.615697> - 12461: < 0.046847, -0.785375, 0.617246> - 12462: < 0.046573, -0.819208, 0.571602> - 12463: < 0.091497, -0.816271, 0.570377> - 12464: < 0.046847, -0.785375, 0.617246> - 12465: < 0.000000, -0.786344, 0.617789> - 12466: < 0.000000, -0.820237, 0.572024> - 12467: < 0.046573, -0.819208, 0.571602> - 12468: < 0.000000, -0.786344, 0.617789> - 12469: <-0.046847, -0.785375, 0.617246> - 12470: <-0.046573, -0.819208, 0.571602> - 12471: < 0.000000, -0.820237, 0.572024> - 12472: <-0.046847, -0.785375, 0.617246> - 12473: <-0.091894, -0.782607, 0.615697> - 12474: <-0.091497, -0.816271, 0.570377> - 12475: <-0.046573, -0.819208, 0.571602> - 12476: <-0.091894, -0.782607, 0.615697> - 12477: <-0.134988, -0.778309, 0.613199> - 12478: <-0.134618, -0.811677, 0.568382> - 12479: <-0.091497, -0.816271, 0.570377> - 12480: <-0.134988, -0.778309, 0.613199> - 12481: <-0.176461, -0.772589, 0.609892> - 12482: <-0.176188, -0.805587, 0.565675> - 12483: <-0.134618, -0.811677, 0.568382> - 12484: <-0.176461, -0.772589, 0.609892> - 12485: <-0.216596, -0.765608, 0.605748> - 12486: <-0.216534, -0.798110, 0.562257> - 12487: <-0.176188, -0.805587, 0.565675> - 12488: <-0.216596, -0.765608, 0.605748> - 12489: <-0.255750, -0.757361, 0.600829> - 12490: <-0.255937, -0.789266, 0.558172> - 12491: <-0.216534, -0.798110, 0.562257> - 12492: <-0.255750, -0.757361, 0.600829> - 12493: <-0.294207, -0.747816, 0.595158> - 12494: <-0.294729, -0.779017, 0.553415> - 12495: <-0.255937, -0.789266, 0.558172> - 12496: <-0.294207, -0.747816, 0.595158> - 12497: <-0.332170, -0.736915, 0.588744> - 12498: <-0.333090, -0.767292, 0.548009> - 12499: <-0.294729, -0.779017, 0.553415> - 12500: <-0.332170, -0.736915, 0.588744> - 12501: <-0.369188, -0.724825, 0.581661> - 12502: <-0.370721, -0.754169, 0.542028> - 12503: <-0.333090, -0.767292, 0.548009> - 12504: <-0.369188, -0.724825, 0.581661> - 12505: <-0.404839, -0.711772, 0.574008> - 12506: <-0.407307, -0.739812, 0.535518> - 12507: <-0.370721, -0.754169, 0.542028> - 12508: <-0.404839, -0.711772, 0.574008> - 12509: <-0.439475, -0.697667, 0.565794> - 12510: <-0.443145, -0.724109, 0.528478> - 12511: <-0.407307, -0.739812, 0.535518> - 12512: <-0.439475, -0.697667, 0.565794> - 12513: <-0.473139, -0.682532, 0.557037> - 12514: <-0.478425, -0.706895, 0.520969> - 12515: <-0.443145, -0.724109, 0.528478> - 12516: <-0.473139, -0.682532, 0.557037> - 12517: <-0.506040, -0.666144, 0.547882> - 12518: <-0.513252, -0.687856, 0.513252> - 12519: <-0.478425, -0.706895, 0.520969> - 12520: <-0.506040, -0.666144, 0.547882> - 12521: <-0.538962, -0.647334, 0.538962> - 12522: <-0.547882, -0.666144, 0.506040> - 12523: <-0.513252, -0.687856, 0.513252> - 12524: <-0.538962, -0.647334, 0.538962> - 12525: <-0.571076, -0.625584, 0.531523> - 12526: <-0.581456, -0.641397, 0.500519> - 12527: <-0.547882, -0.666144, 0.506040> - 12528: < 0.581456, -0.641397, 0.500519> - 12529: < 0.547882, -0.666144, 0.506040> - 12530: < 0.557037, -0.682532, 0.473139> - 12531: < 0.591920, -0.655217, 0.469385> - 12532: < 0.547882, -0.666144, 0.506040> - 12533: < 0.513252, -0.687856, 0.513252> - 12534: < 0.520969, -0.706895, 0.478425> - 12535: < 0.557037, -0.682532, 0.473139> - 12536: < 0.513252, -0.687856, 0.513252> - 12537: < 0.478425, -0.706895, 0.520969> - 12538: < 0.484430, -0.728461, 0.484430> - 12539: < 0.520969, -0.706895, 0.478425> - 12540: < 0.478425, -0.706895, 0.520969> - 12541: < 0.443145, -0.724109, 0.528478> - 12542: < 0.447593, -0.747688, 0.490534> - 12543: < 0.484430, -0.728461, 0.484430> - 12544: < 0.443145, -0.724109, 0.528478> - 12545: < 0.407307, -0.739812, 0.535518> - 12546: < 0.410392, -0.764964, 0.496395> - 12547: < 0.447593, -0.747688, 0.490534> - 12548: < 0.407307, -0.739812, 0.535518> - 12549: < 0.370721, -0.754169, 0.542028> - 12550: < 0.372705, -0.780568, 0.501802> - 12551: < 0.410392, -0.764964, 0.496395> - 12552: < 0.370721, -0.754169, 0.542028> - 12553: < 0.333090, -0.767292, 0.548009> - 12554: < 0.334337, -0.794627, 0.506740> - 12555: < 0.372705, -0.780568, 0.501802> - 12556: < 0.333090, -0.767292, 0.548009> - 12557: < 0.294729, -0.779017, 0.553415> - 12558: < 0.295457, -0.807082, 0.511198> - 12559: < 0.334337, -0.794627, 0.506740> - 12560: < 0.294729, -0.779017, 0.553415> - 12561: < 0.255937, -0.789266, 0.558172> - 12562: < 0.256243, -0.817925, 0.515110> - 12563: < 0.295457, -0.807082, 0.511198> - 12564: < 0.255937, -0.789266, 0.558172> - 12565: < 0.216534, -0.798110, 0.562257> - 12566: < 0.216475, -0.827263, 0.518435> - 12567: < 0.256243, -0.817925, 0.515110> - 12568: < 0.216534, -0.798110, 0.562257> - 12569: < 0.176188, -0.805587, 0.565675> - 12570: < 0.175853, -0.835133, 0.521180> - 12571: < 0.216475, -0.827263, 0.518435> - 12572: < 0.176188, -0.805587, 0.565675> - 12573: < 0.134618, -0.811677, 0.568382> - 12574: < 0.134100, -0.841527, 0.523307> - 12575: < 0.175853, -0.835133, 0.521180> - 12576: < 0.134618, -0.811677, 0.568382> - 12577: < 0.091497, -0.816271, 0.570377> - 12578: < 0.091008, -0.846324, 0.524836> - 12579: < 0.134100, -0.841527, 0.523307> - 12580: < 0.091497, -0.816271, 0.570377> - 12581: < 0.046573, -0.819208, 0.571602> - 12582: < 0.046267, -0.849378, 0.525753> - 12583: < 0.091008, -0.846324, 0.524836> - 12584: < 0.046573, -0.819208, 0.571602> - 12585: < 0.000000, -0.820237, 0.572024> - 12586: < 0.000000, -0.850434, 0.526081> - 12587: < 0.046267, -0.849378, 0.525753> - 12588: < 0.000000, -0.820237, 0.572024> - 12589: <-0.046573, -0.819208, 0.571602> - 12590: <-0.046267, -0.849378, 0.525753> - 12591: < 0.000000, -0.850434, 0.526081> - 12592: <-0.046573, -0.819208, 0.571602> - 12593: <-0.091497, -0.816271, 0.570377> - 12594: <-0.091008, -0.846324, 0.524836> - 12595: <-0.046267, -0.849378, 0.525753> - 12596: <-0.091497, -0.816271, 0.570377> - 12597: <-0.134618, -0.811677, 0.568382> - 12598: <-0.134100, -0.841527, 0.523307> - 12599: <-0.091008, -0.846324, 0.524836> - 12600: <-0.134618, -0.811677, 0.568382> - 12601: <-0.176188, -0.805587, 0.565675> - 12602: <-0.175853, -0.835133, 0.521180> - 12603: <-0.134100, -0.841527, 0.523307> - 12604: <-0.176188, -0.805587, 0.565675> - 12605: <-0.216534, -0.798110, 0.562257> - 12606: <-0.216475, -0.827263, 0.518435> - 12607: <-0.175853, -0.835133, 0.521180> - 12608: <-0.216534, -0.798110, 0.562257> - 12609: <-0.255937, -0.789266, 0.558172> - 12610: <-0.256243, -0.817925, 0.515110> - 12611: <-0.216475, -0.827263, 0.518435> - 12612: <-0.255937, -0.789266, 0.558172> - 12613: <-0.294729, -0.779017, 0.553415> - 12614: <-0.295457, -0.807082, 0.511198> - 12615: <-0.256243, -0.817925, 0.515110> - 12616: <-0.294729, -0.779017, 0.553415> - 12617: <-0.333090, -0.767292, 0.548009> - 12618: <-0.334337, -0.794627, 0.506740> - 12619: <-0.295457, -0.807082, 0.511198> - 12620: <-0.333090, -0.767292, 0.548009> - 12621: <-0.370721, -0.754169, 0.542028> - 12622: <-0.372705, -0.780568, 0.501802> - 12623: <-0.334337, -0.794627, 0.506740> - 12624: <-0.370721, -0.754169, 0.542028> - 12625: <-0.407307, -0.739812, 0.535518> - 12626: <-0.410392, -0.764964, 0.496395> - 12627: <-0.372705, -0.780568, 0.501802> - 12628: <-0.407307, -0.739812, 0.535518> - 12629: <-0.443145, -0.724109, 0.528478> - 12630: <-0.447593, -0.747688, 0.490534> - 12631: <-0.410392, -0.764964, 0.496395> - 12632: <-0.443145, -0.724109, 0.528478> - 12633: <-0.478425, -0.706895, 0.520969> - 12634: <-0.484430, -0.728461, 0.484430> - 12635: <-0.447593, -0.747688, 0.490534> - 12636: <-0.478425, -0.706895, 0.520969> - 12637: <-0.513252, -0.687856, 0.513252> - 12638: <-0.520969, -0.706895, 0.478425> - 12639: <-0.484430, -0.728461, 0.484430> - 12640: <-0.513252, -0.687856, 0.513252> - 12641: <-0.547882, -0.666144, 0.506040> - 12642: <-0.557037, -0.682532, 0.473139> - 12643: <-0.520969, -0.706895, 0.478425> - 12644: <-0.547882, -0.666144, 0.506040> - 12645: <-0.581456, -0.641397, 0.500519> - 12646: <-0.591920, -0.655217, 0.469385> - 12647: <-0.557037, -0.682532, 0.473139> - 12648: < 0.591920, -0.655217, 0.469385> - 12649: < 0.557037, -0.682532, 0.473139> - 12650: < 0.565794, -0.697667, 0.439475> - 12651: < 0.601963, -0.668312, 0.437036> - 12652: < 0.557037, -0.682532, 0.473139> - 12653: < 0.520969, -0.706895, 0.478425> - 12654: < 0.528478, -0.724109, 0.443145> - 12655: < 0.565794, -0.697667, 0.439475> - 12656: < 0.520969, -0.706895, 0.478425> - 12657: < 0.484430, -0.728461, 0.484430> - 12658: < 0.490534, -0.747688, 0.447593> - 12659: < 0.528478, -0.724109, 0.443145> - 12660: < 0.484430, -0.728461, 0.484430> - 12661: < 0.447593, -0.747688, 0.490534> - 12662: < 0.452290, -0.768679, 0.452290> - 12663: < 0.490534, -0.747688, 0.447593> - 12664: < 0.447593, -0.747688, 0.490534> - 12665: < 0.410392, -0.764964, 0.496395> - 12666: < 0.413777, -0.787421, 0.456900> - 12667: < 0.452290, -0.768679, 0.452290> - 12668: < 0.410392, -0.764964, 0.496395> - 12669: < 0.372705, -0.780568, 0.501802> - 12670: < 0.374961, -0.804154, 0.461239> - 12671: < 0.413777, -0.787421, 0.456900> - 12672: < 0.372705, -0.780568, 0.501802> - 12673: < 0.334337, -0.794627, 0.506740> - 12674: < 0.335801, -0.819039, 0.465202> - 12675: < 0.374961, -0.804154, 0.461239> - 12676: < 0.334337, -0.794627, 0.506740> - 12677: < 0.295457, -0.807082, 0.511198> - 12678: < 0.296339, -0.832128, 0.468770> - 12679: < 0.335801, -0.819039, 0.465202> - 12680: < 0.295457, -0.807082, 0.511198> - 12681: < 0.256243, -0.817925, 0.515110> - 12682: < 0.256606, -0.843490, 0.471888> - 12683: < 0.296339, -0.832128, 0.468770> - 12684: < 0.256243, -0.817925, 0.515110> - 12685: < 0.216475, -0.827263, 0.518435> - 12686: < 0.216413, -0.853230, 0.474515> - 12687: < 0.256606, -0.843490, 0.471888> - 12688: < 0.216475, -0.827263, 0.518435> - 12689: < 0.175853, -0.835133, 0.521180> - 12690: < 0.175453, -0.861426, 0.476614> - 12691: < 0.216413, -0.853230, 0.474515> - 12692: < 0.175853, -0.835133, 0.521180> - 12693: < 0.134100, -0.841527, 0.523307> - 12694: < 0.133553, -0.868033, 0.478208> - 12695: < 0.175453, -0.861426, 0.476614> - 12696: < 0.134100, -0.841527, 0.523307> - 12697: < 0.091008, -0.846324, 0.524836> - 12698: < 0.090429, -0.872976, 0.479307> - 12699: < 0.133553, -0.868033, 0.478208> - 12700: < 0.091008, -0.846324, 0.524836> - 12701: < 0.046267, -0.849378, 0.525753> - 12702: < 0.045871, -0.876095, 0.479951> - 12703: < 0.090429, -0.872976, 0.479307> - 12704: < 0.046267, -0.849378, 0.525753> - 12705: < 0.000000, -0.850434, 0.526081> - 12706: < 0.000000, -0.877169, 0.480182> - 12707: < 0.045871, -0.876095, 0.479951> - 12708: < 0.000000, -0.850434, 0.526081> - 12709: <-0.046267, -0.849378, 0.525753> - 12710: <-0.045871, -0.876095, 0.479951> - 12711: < 0.000000, -0.877169, 0.480182> - 12712: <-0.046267, -0.849378, 0.525753> - 12713: <-0.091008, -0.846324, 0.524836> - 12714: <-0.090429, -0.872976, 0.479307> - 12715: <-0.045871, -0.876095, 0.479951> - 12716: <-0.091008, -0.846324, 0.524836> - 12717: <-0.134100, -0.841527, 0.523307> - 12718: <-0.133553, -0.868033, 0.478208> - 12719: <-0.090429, -0.872976, 0.479307> - 12720: <-0.134100, -0.841527, 0.523307> - 12721: <-0.175853, -0.835133, 0.521180> - 12722: <-0.175453, -0.861426, 0.476614> - 12723: <-0.133553, -0.868033, 0.478208> - 12724: <-0.175853, -0.835133, 0.521180> - 12725: <-0.216475, -0.827263, 0.518435> - 12726: <-0.216413, -0.853230, 0.474515> - 12727: <-0.175453, -0.861426, 0.476614> - 12728: <-0.216475, -0.827263, 0.518435> - 12729: <-0.256243, -0.817925, 0.515110> - 12730: <-0.256606, -0.843490, 0.471888> - 12731: <-0.216413, -0.853230, 0.474515> - 12732: <-0.256243, -0.817925, 0.515110> - 12733: <-0.295457, -0.807082, 0.511198> - 12734: <-0.296339, -0.832128, 0.468770> - 12735: <-0.256606, -0.843490, 0.471888> - 12736: <-0.295457, -0.807082, 0.511198> - 12737: <-0.334337, -0.794627, 0.506740> - 12738: <-0.335801, -0.819039, 0.465202> - 12739: <-0.296339, -0.832128, 0.468770> - 12740: <-0.334337, -0.794627, 0.506740> - 12741: <-0.372705, -0.780568, 0.501802> - 12742: <-0.374961, -0.804154, 0.461239> - 12743: <-0.335801, -0.819039, 0.465202> - 12744: <-0.372705, -0.780568, 0.501802> - 12745: <-0.410392, -0.764964, 0.496395> - 12746: <-0.413777, -0.787421, 0.456900> - 12747: <-0.374961, -0.804154, 0.461239> - 12748: <-0.410392, -0.764964, 0.496395> - 12749: <-0.447593, -0.747688, 0.490534> - 12750: <-0.452290, -0.768679, 0.452290> - 12751: <-0.413777, -0.787421, 0.456900> - 12752: <-0.447593, -0.747688, 0.490534> - 12753: <-0.484430, -0.728461, 0.484430> - 12754: <-0.490534, -0.747688, 0.447593> - 12755: <-0.452290, -0.768679, 0.452290> - 12756: <-0.484430, -0.728461, 0.484430> - 12757: <-0.520969, -0.706895, 0.478425> - 12758: <-0.528478, -0.724109, 0.443145> - 12759: <-0.490534, -0.747688, 0.447593> - 12760: <-0.520969, -0.706895, 0.478425> - 12761: <-0.557037, -0.682532, 0.473139> - 12762: <-0.565794, -0.697667, 0.439475> - 12763: <-0.528478, -0.724109, 0.443145> - 12764: <-0.557037, -0.682532, 0.473139> - 12765: <-0.591920, -0.655217, 0.469385> - 12766: <-0.601963, -0.668312, 0.437036> - 12767: <-0.565794, -0.697667, 0.439475> - 12768: < 0.601963, -0.668312, 0.437036> - 12769: < 0.565794, -0.697667, 0.439475> - 12770: < 0.574008, -0.711772, 0.404839> - 12771: < 0.611427, -0.680859, 0.403223> - 12772: < 0.565794, -0.697667, 0.439475> - 12773: < 0.528478, -0.724109, 0.443145> - 12774: < 0.535518, -0.739812, 0.407307> - 12775: < 0.574008, -0.711772, 0.404839> - 12776: < 0.528478, -0.724109, 0.443145> - 12777: < 0.490534, -0.747688, 0.447593> - 12778: < 0.496395, -0.764964, 0.410392> - 12779: < 0.535518, -0.739812, 0.407307> - 12780: < 0.490534, -0.747688, 0.447593> - 12781: < 0.452290, -0.768679, 0.452290> - 12782: < 0.456900, -0.787421, 0.413777> - 12783: < 0.496395, -0.764964, 0.410392> - 12784: < 0.452290, -0.768679, 0.452290> - 12785: < 0.413777, -0.787421, 0.456900> - 12786: < 0.417202, -0.807394, 0.417202> - 12787: < 0.456900, -0.787421, 0.413777> - 12788: < 0.413777, -0.787421, 0.456900> - 12789: < 0.374961, -0.804154, 0.461239> - 12790: < 0.377345, -0.825100, 0.420500> - 12791: < 0.417202, -0.807394, 0.417202> - 12792: < 0.374961, -0.804154, 0.461239> - 12793: < 0.335801, -0.819039, 0.465202> - 12794: < 0.337391, -0.840684, 0.423577> - 12795: < 0.377345, -0.825100, 0.420500> - 12796: < 0.335801, -0.819039, 0.465202> - 12797: < 0.296339, -0.832128, 0.468770> - 12798: < 0.297287, -0.854324, 0.426323> - 12799: < 0.337391, -0.840684, 0.423577> - 12800: < 0.296339, -0.832128, 0.468770> - 12801: < 0.256606, -0.843490, 0.471888> - 12802: < 0.256999, -0.866124, 0.428698> - 12803: < 0.297287, -0.854324, 0.426323> - 12804: < 0.256606, -0.843490, 0.471888> - 12805: < 0.216413, -0.853230, 0.474515> - 12806: < 0.216320, -0.876208, 0.430657> - 12807: < 0.256999, -0.866124, 0.428698> - 12808: < 0.216413, -0.853230, 0.474515> - 12809: < 0.175453, -0.861426, 0.476614> - 12810: < 0.175026, -0.884654, 0.432149> - 12811: < 0.216320, -0.876208, 0.430657> - 12812: < 0.175453, -0.861426, 0.476614> - 12813: < 0.133553, -0.868033, 0.478208> - 12814: < 0.132911, -0.891405, 0.433281> - 12815: < 0.175026, -0.884654, 0.432149> - 12816: < 0.133553, -0.868033, 0.478208> - 12817: < 0.090429, -0.872976, 0.479307> - 12818: < 0.089787, -0.896437, 0.433981> - 12819: < 0.132911, -0.891405, 0.433281> - 12820: < 0.090429, -0.872976, 0.479307> - 12821: < 0.045871, -0.876095, 0.479951> - 12822: < 0.045443, -0.899583, 0.434379> - 12823: < 0.089787, -0.896437, 0.433981> - 12824: < 0.045871, -0.876095, 0.479951> - 12825: < 0.000000, -0.877169, 0.480182> - 12826: < 0.000000, -0.900667, 0.434509> - 12827: < 0.045443, -0.899583, 0.434379> - 12828: < 0.000000, -0.877169, 0.480182> - 12829: <-0.045871, -0.876095, 0.479951> - 12830: <-0.045443, -0.899583, 0.434379> - 12831: < 0.000000, -0.900667, 0.434509> - 12832: <-0.045871, -0.876095, 0.479951> - 12833: <-0.090429, -0.872976, 0.479307> - 12834: <-0.089787, -0.896437, 0.433981> - 12835: <-0.045443, -0.899583, 0.434379> - 12836: <-0.090429, -0.872976, 0.479307> - 12837: <-0.133553, -0.868033, 0.478208> - 12838: <-0.132911, -0.891405, 0.433281> - 12839: <-0.089787, -0.896437, 0.433981> - 12840: <-0.133553, -0.868033, 0.478208> - 12841: <-0.175453, -0.861426, 0.476614> - 12842: <-0.175026, -0.884654, 0.432149> - 12843: <-0.132911, -0.891405, 0.433281> - 12844: <-0.175453, -0.861426, 0.476614> - 12845: <-0.216413, -0.853230, 0.474515> - 12846: <-0.216320, -0.876208, 0.430657> - 12847: <-0.175026, -0.884654, 0.432149> - 12848: <-0.216413, -0.853230, 0.474515> - 12849: <-0.256606, -0.843490, 0.471888> - 12850: <-0.256999, -0.866124, 0.428698> - 12851: <-0.216320, -0.876208, 0.430657> - 12852: <-0.256606, -0.843490, 0.471888> - 12853: <-0.296339, -0.832128, 0.468770> - 12854: <-0.297287, -0.854324, 0.426323> - 12855: <-0.256999, -0.866124, 0.428698> - 12856: <-0.296339, -0.832128, 0.468770> - 12857: <-0.335801, -0.819039, 0.465202> - 12858: <-0.337391, -0.840684, 0.423577> - 12859: <-0.297287, -0.854324, 0.426323> - 12860: <-0.335801, -0.819039, 0.465202> - 12861: <-0.374961, -0.804154, 0.461239> - 12862: <-0.377345, -0.825100, 0.420500> - 12863: <-0.337391, -0.840684, 0.423577> - 12864: <-0.374961, -0.804154, 0.461239> - 12865: <-0.413777, -0.787421, 0.456900> - 12866: <-0.417202, -0.807394, 0.417202> - 12867: <-0.377345, -0.825100, 0.420500> - 12868: <-0.413777, -0.787421, 0.456900> - 12869: <-0.452290, -0.768679, 0.452290> - 12870: <-0.456900, -0.787421, 0.413777> - 12871: <-0.417202, -0.807394, 0.417202> - 12872: <-0.452290, -0.768679, 0.452290> - 12873: <-0.490534, -0.747688, 0.447593> - 12874: <-0.496372, -0.764976, 0.410398> - 12875: <-0.456900, -0.787421, 0.413777> - 12876: <-0.490534, -0.747688, 0.447593> - 12877: <-0.528478, -0.724109, 0.443145> - 12878: <-0.535518, -0.739812, 0.407307> - 12879: <-0.496372, -0.764976, 0.410398> - 12880: <-0.528478, -0.724109, 0.443145> - 12881: <-0.565794, -0.697667, 0.439475> - 12882: <-0.574008, -0.711772, 0.404839> - 12883: <-0.535518, -0.739812, 0.407307> - 12884: <-0.565794, -0.697667, 0.439475> - 12885: <-0.601963, -0.668312, 0.437036> - 12886: <-0.611427, -0.680859, 0.403223> - 12887: <-0.574008, -0.711772, 0.404839> - 12888: < 0.611427, -0.680859, 0.403223> - 12889: < 0.574008, -0.711772, 0.404839> - 12890: < 0.581661, -0.724825, 0.369188> - 12891: < 0.620305, -0.692544, 0.368246> - 12892: < 0.574008, -0.711772, 0.404839> - 12893: < 0.535518, -0.739812, 0.407307> - 12894: < 0.542028, -0.754169, 0.370721> - 12895: < 0.581661, -0.724825, 0.369188> - 12896: < 0.535518, -0.739812, 0.407307> - 12897: < 0.496395, -0.764964, 0.410392> - 12898: < 0.501802, -0.780568, 0.372705> - 12899: < 0.542028, -0.754169, 0.370721> - 12900: < 0.496395, -0.764964, 0.410392> - 12901: < 0.456900, -0.787421, 0.413777> - 12902: < 0.461239, -0.804154, 0.374961> - 12903: < 0.501802, -0.780568, 0.372705> - 12904: < 0.456900, -0.787421, 0.413777> - 12905: < 0.417202, -0.807394, 0.417202> - 12906: < 0.420500, -0.825100, 0.377345> - 12907: < 0.461239, -0.804154, 0.374961> - 12908: < 0.417202, -0.807394, 0.417202> - 12909: < 0.377345, -0.825100, 0.420500> - 12910: < 0.379751, -0.843551, 0.379751> - 12911: < 0.420500, -0.825100, 0.377345> - 12912: < 0.377345, -0.825100, 0.420500> - 12913: < 0.337391, -0.840684, 0.423577> - 12914: < 0.339005, -0.859750, 0.381976> - 12915: < 0.379751, -0.843551, 0.379751> - 12916: < 0.337391, -0.840684, 0.423577> - 12917: < 0.297287, -0.854324, 0.426323> - 12918: < 0.298259, -0.873840, 0.383986> - 12919: < 0.339005, -0.859750, 0.381976> - 12920: < 0.297287, -0.854324, 0.426323> - 12921: < 0.256999, -0.866124, 0.428698> - 12922: < 0.257364, -0.886018, 0.385664> - 12923: < 0.298259, -0.873840, 0.383986> - 12924: < 0.256999, -0.866124, 0.428698> - 12925: < 0.216320, -0.876208, 0.430657> - 12926: < 0.216199, -0.896382, 0.386985> - 12927: < 0.257364, -0.886018, 0.385664> - 12928: < 0.216320, -0.876208, 0.430657> - 12929: < 0.175026, -0.884654, 0.432149> - 12930: < 0.174541, -0.904997, 0.387965> - 12931: < 0.216199, -0.896382, 0.386985> - 12932: < 0.175026, -0.884654, 0.432149> - 12933: < 0.132911, -0.891405, 0.433281> - 12934: < 0.132240, -0.911854, 0.388632> - 12935: < 0.174541, -0.904997, 0.387965> - 12936: < 0.132911, -0.891405, 0.433281> - 12937: < 0.089787, -0.896437, 0.433981> - 12938: < 0.089116, -0.916918, 0.388998> - 12939: < 0.132240, -0.911854, 0.388632> - 12940: < 0.089787, -0.896437, 0.433981> - 12941: < 0.045443, -0.899583, 0.434379> - 12942: < 0.045016, -0.920061, 0.389180> - 12943: < 0.089116, -0.916918, 0.388998> - 12944: < 0.045443, -0.899583, 0.434379> - 12945: < 0.000000, -0.900667, 0.434509> - 12946: < 0.000000, -0.921135, 0.389244> - 12947: < 0.045016, -0.920061, 0.389180> - 12948: < 0.000000, -0.900667, 0.434509> - 12949: <-0.045443, -0.899583, 0.434379> - 12950: <-0.045016, -0.920061, 0.389180> - 12951: < 0.000000, -0.921135, 0.389244> - 12952: <-0.045443, -0.899583, 0.434379> - 12953: <-0.089787, -0.896437, 0.433981> - 12954: <-0.089116, -0.916918, 0.388998> - 12955: <-0.045016, -0.920061, 0.389180> - 12956: <-0.089787, -0.896437, 0.433981> - 12957: <-0.132911, -0.891405, 0.433281> - 12958: <-0.132240, -0.911854, 0.388632> - 12959: <-0.089116, -0.916918, 0.388998> - 12960: <-0.132911, -0.891405, 0.433281> - 12961: <-0.175026, -0.884654, 0.432149> - 12962: <-0.174541, -0.904997, 0.387965> - 12963: <-0.132240, -0.911854, 0.388632> - 12964: <-0.175026, -0.884654, 0.432149> - 12965: <-0.216320, -0.876208, 0.430657> - 12966: <-0.216199, -0.896382, 0.386985> - 12967: <-0.174541, -0.904997, 0.387965> - 12968: <-0.216320, -0.876208, 0.430657> - 12969: <-0.256999, -0.866124, 0.428698> - 12970: <-0.257364, -0.886018, 0.385664> - 12971: <-0.216199, -0.896382, 0.386985> - 12972: <-0.256999, -0.866124, 0.428698> - 12973: <-0.297287, -0.854324, 0.426323> - 12974: <-0.298259, -0.873840, 0.383986> - 12975: <-0.257364, -0.886018, 0.385664> - 12976: <-0.297287, -0.854324, 0.426323> - 12977: <-0.337391, -0.840684, 0.423577> - 12978: <-0.339005, -0.859750, 0.381976> - 12979: <-0.298259, -0.873840, 0.383986> - 12980: <-0.337391, -0.840684, 0.423577> - 12981: <-0.377345, -0.825100, 0.420500> - 12982: <-0.379751, -0.843551, 0.379751> - 12983: <-0.339005, -0.859750, 0.381976> - 12984: <-0.377345, -0.825100, 0.420500> - 12985: <-0.417202, -0.807394, 0.417202> - 12986: <-0.420500, -0.825100, 0.377345> - 12987: <-0.379751, -0.843551, 0.379751> - 12988: <-0.417202, -0.807394, 0.417202> - 12989: <-0.456900, -0.787421, 0.413777> - 12990: <-0.461239, -0.804154, 0.374961> - 12991: <-0.420500, -0.825100, 0.377345> - 12992: <-0.456900, -0.787421, 0.413777> - 12993: <-0.496372, -0.764976, 0.410398> - 12994: <-0.501802, -0.780568, 0.372705> - 12995: <-0.461239, -0.804154, 0.374961> - 12996: <-0.496372, -0.764976, 0.410398> - 12997: <-0.535518, -0.739812, 0.407307> - 12998: <-0.542028, -0.754169, 0.370721> - 12999: <-0.501802, -0.780568, 0.372705> - 13000: <-0.535518, -0.739812, 0.407307> - 13001: <-0.574008, -0.711772, 0.404839> - 13002: <-0.581661, -0.724825, 0.369188> - 13003: <-0.542028, -0.754169, 0.370721> - 13004: <-0.574008, -0.711772, 0.404839> - 13005: <-0.611427, -0.680859, 0.403223> - 13006: <-0.620305, -0.692544, 0.368246> - 13007: <-0.581661, -0.724825, 0.369188> - 13008: < 0.620305, -0.692544, 0.368246> - 13009: < 0.581661, -0.724825, 0.369188> - 13010: < 0.588744, -0.736915, 0.332170> - 13011: < 0.628603, -0.703467, 0.331652> - 13012: < 0.581661, -0.724825, 0.369188> - 13013: < 0.542028, -0.754169, 0.370721> - 13014: < 0.548009, -0.767292, 0.333090> - 13015: < 0.588744, -0.736915, 0.332170> - 13016: < 0.542028, -0.754169, 0.370721> - 13017: < 0.501802, -0.780568, 0.372705> - 13018: < 0.506745, -0.794636, 0.334310> - 13019: < 0.548009, -0.767292, 0.333090> - 13020: < 0.501802, -0.780568, 0.372705> - 13021: < 0.461239, -0.804154, 0.374961> - 13022: < 0.465202, -0.819039, 0.335801> - 13023: < 0.506745, -0.794636, 0.334310> - 13024: < 0.461239, -0.804154, 0.374961> - 13025: < 0.420500, -0.825100, 0.377345> - 13026: < 0.423577, -0.840684, 0.337391> - 13027: < 0.465202, -0.819039, 0.335801> - 13028: < 0.420500, -0.825100, 0.377345> - 13029: < 0.379751, -0.843551, 0.379751> - 13030: < 0.381976, -0.859750, 0.339005> - 13031: < 0.423577, -0.840684, 0.337391> - 13032: < 0.379751, -0.843551, 0.379751> - 13033: < 0.339005, -0.859750, 0.381976> - 13034: < 0.340503, -0.876422, 0.340503> - 13035: < 0.381976, -0.859750, 0.339005> - 13036: < 0.339005, -0.859750, 0.381976> - 13037: < 0.298259, -0.873840, 0.383986> - 13038: < 0.299085, -0.890906, 0.341811> - 13039: < 0.340503, -0.876422, 0.340503> - 13040: < 0.298259, -0.873840, 0.383986> - 13041: < 0.257364, -0.886018, 0.385664> - 13042: < 0.257643, -0.903367, 0.342852> - 13043: < 0.299085, -0.890906, 0.341811> - 13044: < 0.257364, -0.886018, 0.385664> - 13045: < 0.216199, -0.896382, 0.386985> - 13046: < 0.215982, -0.913949, 0.343582> - 13047: < 0.257643, -0.903367, 0.342852> - 13048: < 0.216199, -0.896382, 0.386985> - 13049: < 0.174541, -0.904997, 0.387965> - 13050: < 0.173989, -0.922682, 0.344072> - 13051: < 0.215982, -0.913949, 0.343582> - 13052: < 0.174541, -0.904997, 0.387965> - 13053: < 0.132240, -0.911854, 0.388632> - 13054: < 0.131509, -0.929596, 0.344322> - 13055: < 0.173989, -0.922682, 0.344072> - 13056: < 0.132240, -0.911854, 0.388632> - 13057: < 0.089116, -0.916918, 0.388998> - 13058: < 0.088414, -0.934648, 0.344408> - 13059: < 0.131509, -0.929596, 0.344322> - 13060: < 0.089116, -0.916918, 0.388998> - 13061: < 0.045016, -0.920061, 0.389180> - 13062: < 0.044558, -0.937762, 0.344409> - 13063: < 0.088414, -0.934648, 0.344408> - 13064: < 0.045016, -0.920061, 0.389180> - 13065: < 0.000000, -0.921135, 0.389244> - 13066: < 0.000000, -0.938821, 0.344405> - 13067: < 0.044558, -0.937762, 0.344409> - 13068: < 0.000000, -0.921135, 0.389244> - 13069: <-0.045016, -0.920061, 0.389180> - 13070: <-0.044558, -0.937762, 0.344409> - 13071: < 0.000000, -0.938821, 0.344405> - 13072: <-0.045016, -0.920061, 0.389180> - 13073: <-0.089116, -0.916918, 0.388998> - 13074: <-0.088414, -0.934648, 0.344408> - 13075: <-0.044558, -0.937762, 0.344409> - 13076: <-0.089116, -0.916918, 0.388998> - 13077: <-0.132240, -0.911854, 0.388632> - 13078: <-0.131509, -0.929596, 0.344322> - 13079: <-0.088414, -0.934648, 0.344408> - 13080: <-0.132240, -0.911854, 0.388632> - 13081: <-0.174541, -0.904997, 0.387965> - 13082: <-0.173989, -0.922682, 0.344072> - 13083: <-0.131509, -0.929596, 0.344322> - 13084: <-0.174541, -0.904997, 0.387965> - 13085: <-0.216199, -0.896382, 0.386985> - 13086: <-0.215982, -0.913949, 0.343582> - 13087: <-0.173989, -0.922682, 0.344072> - 13088: <-0.216199, -0.896382, 0.386985> - 13089: <-0.257364, -0.886018, 0.385664> - 13090: <-0.257643, -0.903367, 0.342852> - 13091: <-0.215982, -0.913949, 0.343582> - 13092: <-0.257364, -0.886018, 0.385664> - 13093: <-0.298259, -0.873840, 0.383986> - 13094: <-0.299085, -0.890906, 0.341811> - 13095: <-0.257643, -0.903367, 0.342852> - 13096: <-0.298259, -0.873840, 0.383986> - 13097: <-0.339005, -0.859750, 0.381976> - 13098: <-0.340503, -0.876422, 0.340503> - 13099: <-0.299085, -0.890906, 0.341811> - 13100: <-0.339005, -0.859750, 0.381976> - 13101: <-0.379751, -0.843551, 0.379751> - 13102: <-0.381976, -0.859750, 0.339005> - 13103: <-0.340503, -0.876422, 0.340503> - 13104: <-0.379751, -0.843551, 0.379751> - 13105: <-0.420500, -0.825100, 0.377345> - 13106: <-0.423577, -0.840684, 0.337391> - 13107: <-0.381976, -0.859750, 0.339005> - 13108: <-0.420500, -0.825100, 0.377345> - 13109: <-0.461239, -0.804154, 0.374961> - 13110: <-0.465202, -0.819039, 0.335801> - 13111: <-0.423577, -0.840684, 0.337391> - 13112: <-0.461239, -0.804154, 0.374961> - 13113: <-0.501802, -0.780568, 0.372705> - 13114: <-0.506740, -0.794627, 0.334337> - 13115: <-0.465202, -0.819039, 0.335801> - 13116: <-0.501802, -0.780568, 0.372705> - 13117: <-0.542028, -0.754169, 0.370721> - 13118: <-0.548009, -0.767292, 0.333090> - 13119: <-0.506740, -0.794627, 0.334337> - 13120: <-0.542028, -0.754169, 0.370721> - 13121: <-0.581661, -0.724825, 0.369188> - 13122: <-0.588744, -0.736915, 0.332170> - 13123: <-0.548009, -0.767292, 0.333090> - 13124: <-0.581661, -0.724825, 0.369188> - 13125: <-0.620305, -0.692544, 0.368246> - 13126: <-0.628603, -0.703467, 0.331652> - 13127: <-0.588744, -0.736915, 0.332170> - 13128: < 0.628603, -0.703467, 0.331652> - 13129: < 0.588744, -0.736915, 0.332170> - 13130: < 0.595158, -0.747816, 0.294207> - 13131: < 0.636150, -0.713396, 0.293904> - 13132: < 0.588744, -0.736915, 0.332170> - 13133: < 0.548009, -0.767292, 0.333090> - 13134: < 0.553415, -0.779017, 0.294729> - 13135: < 0.595158, -0.747816, 0.294207> - 13136: < 0.548009, -0.767292, 0.333090> - 13137: < 0.506745, -0.794636, 0.334310> - 13138: < 0.511198, -0.807082, 0.295457> - 13139: < 0.553415, -0.779017, 0.294729> - 13140: < 0.506745, -0.794636, 0.334310> - 13141: < 0.465202, -0.819039, 0.335801> - 13142: < 0.468770, -0.832128, 0.296339> - 13143: < 0.511198, -0.807082, 0.295457> - 13144: < 0.465202, -0.819039, 0.335801> - 13145: < 0.423577, -0.840684, 0.337391> - 13146: < 0.426323, -0.854324, 0.297287> - 13147: < 0.468770, -0.832128, 0.296339> - 13148: < 0.423577, -0.840684, 0.337391> - 13149: < 0.381976, -0.859750, 0.339005> - 13150: < 0.383989, -0.873848, 0.298231> - 13151: < 0.426323, -0.854324, 0.297287> - 13152: < 0.381976, -0.859750, 0.339005> - 13153: < 0.340503, -0.876422, 0.340503> - 13154: < 0.341811, -0.890906, 0.299085> - 13155: < 0.383989, -0.873848, 0.298231> - 13156: < 0.340503, -0.876422, 0.340503> - 13157: < 0.299085, -0.890906, 0.341811> - 13158: < 0.299762, -0.905696, 0.299762> - 13159: < 0.341811, -0.890906, 0.299085> - 13160: < 0.299085, -0.890906, 0.341811> - 13161: < 0.257643, -0.903367, 0.342852> - 13162: < 0.257736, -0.918390, 0.300219> - 13163: < 0.299762, -0.905696, 0.299762> - 13164: < 0.257643, -0.903367, 0.342852> - 13165: < 0.215982, -0.913949, 0.343582> - 13166: < 0.215649, -0.929096, 0.300461> - 13167: < 0.257736, -0.918390, 0.300219> - 13168: < 0.215982, -0.913949, 0.343582> - 13169: < 0.173989, -0.922682, 0.344072> - 13170: < 0.173351, -0.937897, 0.300496> - 13171: < 0.215649, -0.929096, 0.300461> - 13172: < 0.173989, -0.922682, 0.344072> - 13173: < 0.131509, -0.929596, 0.344322> - 13174: < 0.130743, -0.944802, 0.300427> - 13175: < 0.173351, -0.937897, 0.300496> - 13176: < 0.131509, -0.929596, 0.344322> - 13177: < 0.088414, -0.934648, 0.344408> - 13178: < 0.087712, -0.949820, 0.300248> - 13179: < 0.130743, -0.944802, 0.300427> - 13180: < 0.088414, -0.934648, 0.344408> - 13181: < 0.044558, -0.937762, 0.344409> - 13182: < 0.044130, -0.952889, 0.300092> - 13183: < 0.087712, -0.949820, 0.300248> - 13184: < 0.044558, -0.937762, 0.344409> - 13185: < 0.000000, -0.938821, 0.344405> - 13186: < 0.000000, -0.953921, 0.300059> - 13187: < 0.044130, -0.952889, 0.300092> - 13188: < 0.000000, -0.938821, 0.344405> - 13189: <-0.044558, -0.937762, 0.344409> - 13190: <-0.044130, -0.952889, 0.300092> - 13191: < 0.000000, -0.953921, 0.300059> - 13192: <-0.044558, -0.937762, 0.344409> - 13193: <-0.088414, -0.934648, 0.344408> - 13194: <-0.087712, -0.949820, 0.300248> - 13195: <-0.044130, -0.952889, 0.300092> - 13196: <-0.088414, -0.934648, 0.344408> - 13197: <-0.131509, -0.929596, 0.344322> - 13198: <-0.130743, -0.944802, 0.300427> - 13199: <-0.087712, -0.949820, 0.300248> - 13200: <-0.131509, -0.929596, 0.344322> - 13201: <-0.173989, -0.922682, 0.344072> - 13202: <-0.173351, -0.937897, 0.300496> - 13203: <-0.130743, -0.944802, 0.300427> - 13204: <-0.173989, -0.922682, 0.344072> - 13205: <-0.215982, -0.913949, 0.343582> - 13206: <-0.215649, -0.929096, 0.300461> - 13207: <-0.173351, -0.937897, 0.300496> - 13208: <-0.215982, -0.913949, 0.343582> - 13209: <-0.257643, -0.903367, 0.342852> - 13210: <-0.257736, -0.918390, 0.300219> - 13211: <-0.215649, -0.929096, 0.300461> - 13212: <-0.257643, -0.903367, 0.342852> - 13213: <-0.299085, -0.890906, 0.341811> - 13214: <-0.299762, -0.905696, 0.299762> - 13215: <-0.257736, -0.918390, 0.300219> - 13216: <-0.299085, -0.890906, 0.341811> - 13217: <-0.340503, -0.876422, 0.340503> - 13218: <-0.341811, -0.890906, 0.299085> - 13219: <-0.299762, -0.905696, 0.299762> - 13220: <-0.340503, -0.876422, 0.340503> - 13221: <-0.381976, -0.859750, 0.339005> - 13222: <-0.383986, -0.873840, 0.298259> - 13223: <-0.341811, -0.890906, 0.299085> - 13224: <-0.381976, -0.859750, 0.339005> - 13225: <-0.423577, -0.840684, 0.337391> - 13226: <-0.426323, -0.854324, 0.297287> - 13227: <-0.383986, -0.873840, 0.298259> - 13228: <-0.423577, -0.840684, 0.337391> - 13229: <-0.465202, -0.819039, 0.335801> - 13230: <-0.468770, -0.832128, 0.296339> - 13231: <-0.426323, -0.854324, 0.297287> - 13232: <-0.465202, -0.819039, 0.335801> - 13233: <-0.506740, -0.794627, 0.334337> - 13234: <-0.511198, -0.807082, 0.295457> - 13235: <-0.468770, -0.832128, 0.296339> - 13236: <-0.506740, -0.794627, 0.334337> - 13237: <-0.548009, -0.767292, 0.333090> - 13238: <-0.553415, -0.779017, 0.294729> - 13239: <-0.511198, -0.807082, 0.295457> - 13240: <-0.548009, -0.767292, 0.333090> - 13241: <-0.588744, -0.736915, 0.332170> - 13242: <-0.595158, -0.747816, 0.294207> - 13243: <-0.553415, -0.779017, 0.294729> - 13244: <-0.588744, -0.736915, 0.332170> - 13245: <-0.628603, -0.703467, 0.331652> - 13246: <-0.636150, -0.713396, 0.293904> - 13247: <-0.595158, -0.747816, 0.294207> - 13248: < 0.636150, -0.713396, 0.293904> - 13249: < 0.595158, -0.747816, 0.294207> - 13250: < 0.600829, -0.757361, 0.255750> - 13251: < 0.642833, -0.722093, 0.255632> - 13252: < 0.595158, -0.747816, 0.294207> - 13253: < 0.553415, -0.779017, 0.294729> - 13254: < 0.558172, -0.789266, 0.255937> - 13255: < 0.600829, -0.757361, 0.255750> - 13256: < 0.553415, -0.779017, 0.294729> - 13257: < 0.511198, -0.807082, 0.295457> - 13258: < 0.515110, -0.817925, 0.256243> - 13259: < 0.558172, -0.789266, 0.255937> - 13260: < 0.511198, -0.807082, 0.295457> - 13261: < 0.468770, -0.832128, 0.296339> - 13262: < 0.471888, -0.843490, 0.256606> - 13263: < 0.515110, -0.817925, 0.256243> - 13264: < 0.468770, -0.832128, 0.296339> - 13265: < 0.426323, -0.854324, 0.297287> - 13266: < 0.428698, -0.866124, 0.256999> - 13267: < 0.471888, -0.843490, 0.256606> - 13268: < 0.426323, -0.854324, 0.297287> - 13269: < 0.383989, -0.873848, 0.298231> - 13270: < 0.385664, -0.886018, 0.257364> - 13271: < 0.428698, -0.866124, 0.256999> - 13272: < 0.383989, -0.873848, 0.298231> - 13273: < 0.341811, -0.890906, 0.299085> - 13274: < 0.342852, -0.903367, 0.257643> - 13275: < 0.385664, -0.886018, 0.257364> - 13276: < 0.341811, -0.890906, 0.299085> - 13277: < 0.299762, -0.905696, 0.299762> - 13278: < 0.300219, -0.918390, 0.257736> - 13279: < 0.342852, -0.903367, 0.257643> - 13280: < 0.299762, -0.905696, 0.299762> - 13281: < 0.257736, -0.918390, 0.300219> - 13282: < 0.257702, -0.931225, 0.257702> - 13283: < 0.300219, -0.918390, 0.257736> - 13284: < 0.257736, -0.918390, 0.300219> - 13285: < 0.215649, -0.929096, 0.300461> - 13286: < 0.215220, -0.942000, 0.257519> - 13287: < 0.257702, -0.931225, 0.257702> - 13288: < 0.215649, -0.929096, 0.300461> - 13289: < 0.173351, -0.937897, 0.300496> - 13290: < 0.172679, -0.950800, 0.257217> - 13291: < 0.215220, -0.942000, 0.257519> - 13292: < 0.173351, -0.937897, 0.300496> - 13293: < 0.130743, -0.944802, 0.300427> - 13294: < 0.129981, -0.957663, 0.256880> - 13295: < 0.172679, -0.950800, 0.257217> - 13296: < 0.130743, -0.944802, 0.300427> - 13297: < 0.087712, -0.949820, 0.300248> - 13298: < 0.087041, -0.962605, 0.256544> - 13299: < 0.129981, -0.957663, 0.256880> - 13300: < 0.087712, -0.949820, 0.300248> - 13301: < 0.044130, -0.952889, 0.300092> - 13302: < 0.043703, -0.965618, 0.256267> - 13303: < 0.087041, -0.962605, 0.256544> - 13304: < 0.044130, -0.952889, 0.300092> - 13305: < 0.000000, -0.953921, 0.300059> - 13306: < 0.000000, -0.966630, 0.256177> - 13307: < 0.043703, -0.965618, 0.256267> - 13308: < 0.000000, -0.953921, 0.300059> - 13309: <-0.044130, -0.952889, 0.300092> - 13310: <-0.043703, -0.965618, 0.256267> - 13311: < 0.000000, -0.966630, 0.256177> - 13312: <-0.044130, -0.952889, 0.300092> - 13313: <-0.087712, -0.949820, 0.300248> - 13314: <-0.087041, -0.962605, 0.256544> - 13315: <-0.043703, -0.965618, 0.256267> - 13316: <-0.087712, -0.949820, 0.300248> - 13317: <-0.130743, -0.944802, 0.300427> - 13318: <-0.129981, -0.957663, 0.256880> - 13319: <-0.087041, -0.962605, 0.256544> - 13320: <-0.130743, -0.944802, 0.300427> - 13321: <-0.173351, -0.937897, 0.300496> - 13322: <-0.172679, -0.950800, 0.257217> - 13323: <-0.129981, -0.957663, 0.256880> - 13324: <-0.173351, -0.937897, 0.300496> - 13325: <-0.215649, -0.929096, 0.300461> - 13326: <-0.215220, -0.942000, 0.257519> - 13327: <-0.172679, -0.950800, 0.257217> - 13328: <-0.215649, -0.929096, 0.300461> - 13329: <-0.257736, -0.918390, 0.300219> - 13330: <-0.257702, -0.931225, 0.257702> - 13331: <-0.215220, -0.942000, 0.257519> - 13332: <-0.257736, -0.918390, 0.300219> - 13333: <-0.299762, -0.905696, 0.299762> - 13334: <-0.300219, -0.918390, 0.257736> - 13335: <-0.257702, -0.931225, 0.257702> - 13336: <-0.299762, -0.905696, 0.299762> - 13337: <-0.341811, -0.890906, 0.299085> - 13338: <-0.342852, -0.903367, 0.257643> - 13339: <-0.300219, -0.918390, 0.257736> - 13340: <-0.341811, -0.890906, 0.299085> - 13341: <-0.383986, -0.873840, 0.298259> - 13342: <-0.385664, -0.886018, 0.257364> - 13343: <-0.342852, -0.903367, 0.257643> - 13344: <-0.383986, -0.873840, 0.298259> - 13345: <-0.426323, -0.854324, 0.297287> - 13346: <-0.428698, -0.866124, 0.256999> - 13347: <-0.385664, -0.886018, 0.257364> - 13348: <-0.426323, -0.854324, 0.297287> - 13349: <-0.468770, -0.832128, 0.296339> - 13350: <-0.471888, -0.843490, 0.256606> - 13351: <-0.428698, -0.866124, 0.256999> - 13352: <-0.468770, -0.832128, 0.296339> - 13353: <-0.511198, -0.807082, 0.295457> - 13354: <-0.515110, -0.817925, 0.256243> - 13355: <-0.471888, -0.843490, 0.256606> - 13356: <-0.511198, -0.807082, 0.295457> - 13357: <-0.553415, -0.779017, 0.294729> - 13358: <-0.558172, -0.789266, 0.255937> - 13359: <-0.515110, -0.817925, 0.256243> - 13360: <-0.553415, -0.779017, 0.294729> - 13361: <-0.595158, -0.747816, 0.294207> - 13362: <-0.600829, -0.757361, 0.255750> - 13363: <-0.558172, -0.789266, 0.255937> - 13364: <-0.595158, -0.747816, 0.294207> - 13365: <-0.636150, -0.713396, 0.293904> - 13366: <-0.642833, -0.722093, 0.255632> - 13367: <-0.600829, -0.757361, 0.255750> - 13368: < 0.642833, -0.722093, 0.255632> - 13369: < 0.600829, -0.757361, 0.255750> - 13370: < 0.605748, -0.765608, 0.216596> - 13371: < 0.648606, -0.729636, 0.216660> - 13372: < 0.600829, -0.757361, 0.255750> - 13373: < 0.558172, -0.789266, 0.255937> - 13374: < 0.562257, -0.798110, 0.216534> - 13375: < 0.605748, -0.765608, 0.216596> - 13376: < 0.558172, -0.789266, 0.255937> - 13377: < 0.515110, -0.817925, 0.256243> - 13378: < 0.518435, -0.827263, 0.216475> - 13379: < 0.562257, -0.798110, 0.216534> - 13380: < 0.515110, -0.817925, 0.256243> - 13381: < 0.471888, -0.843490, 0.256606> - 13382: < 0.474515, -0.853230, 0.216413> - 13383: < 0.518435, -0.827263, 0.216475> - 13384: < 0.471888, -0.843490, 0.256606> - 13385: < 0.428698, -0.866124, 0.256999> - 13386: < 0.430657, -0.876208, 0.216320> - 13387: < 0.474515, -0.853230, 0.216413> - 13388: < 0.428698, -0.866124, 0.256999> - 13389: < 0.385664, -0.886018, 0.257364> - 13390: < 0.386985, -0.896382, 0.216199> - 13391: < 0.430657, -0.876208, 0.216320> - 13392: < 0.385664, -0.886018, 0.257364> - 13393: < 0.342852, -0.903367, 0.257643> - 13394: < 0.343582, -0.913949, 0.215982> - 13395: < 0.386985, -0.896382, 0.216199> - 13396: < 0.342852, -0.903367, 0.257643> - 13397: < 0.300219, -0.918390, 0.257736> - 13398: < 0.300461, -0.929096, 0.215649> - 13399: < 0.343582, -0.913949, 0.215982> - 13400: < 0.300219, -0.918390, 0.257736> - 13401: < 0.257702, -0.931225, 0.257702> - 13402: < 0.257519, -0.942000, 0.215220> - 13403: < 0.300461, -0.929096, 0.215649> - 13404: < 0.257702, -0.931225, 0.257702> - 13405: < 0.215220, -0.942000, 0.257519> - 13406: < 0.214732, -0.952775, 0.214732> - 13407: < 0.257519, -0.942000, 0.215220> - 13408: < 0.215220, -0.942000, 0.257519> - 13409: < 0.172679, -0.950800, 0.257217> - 13410: < 0.172005, -0.961530, 0.214182> - 13411: < 0.214732, -0.952775, 0.214732> - 13412: < 0.172679, -0.950800, 0.257217> - 13413: < 0.129981, -0.957663, 0.256880> - 13414: < 0.129250, -0.968319, 0.213666> - 13415: < 0.172005, -0.961530, 0.214182> - 13416: < 0.129981, -0.957663, 0.256880> - 13417: < 0.087041, -0.962605, 0.256544> - 13418: < 0.086398, -0.973180, 0.213204> - 13419: < 0.129250, -0.968319, 0.213666> - 13420: < 0.087041, -0.962605, 0.256544> - 13421: < 0.043703, -0.965618, 0.256267> - 13422: < 0.043306, -0.976120, 0.212870> - 13423: < 0.086398, -0.973180, 0.213204> - 13424: < 0.043703, -0.965618, 0.256267> - 13425: < 0.000000, -0.966630, 0.256177> - 13426: < 0.000000, -0.977107, 0.212750> - 13427: < 0.043306, -0.976120, 0.212870> - 13428: < 0.000000, -0.966630, 0.256177> - 13429: <-0.043703, -0.965618, 0.256267> - 13430: <-0.043306, -0.976120, 0.212870> - 13431: < 0.000000, -0.977107, 0.212750> - 13432: <-0.043703, -0.965618, 0.256267> - 13433: <-0.087041, -0.962605, 0.256544> - 13434: <-0.086398, -0.973180, 0.213204> - 13435: <-0.043306, -0.976120, 0.212870> - 13436: <-0.087041, -0.962605, 0.256544> - 13437: <-0.129981, -0.957663, 0.256880> - 13438: <-0.129250, -0.968319, 0.213666> - 13439: <-0.086398, -0.973180, 0.213204> - 13440: <-0.129981, -0.957663, 0.256880> - 13441: <-0.172679, -0.950800, 0.257217> - 13442: <-0.172005, -0.961530, 0.214182> - 13443: <-0.129250, -0.968319, 0.213666> - 13444: <-0.172679, -0.950800, 0.257217> - 13445: <-0.215220, -0.942000, 0.257519> - 13446: <-0.214732, -0.952775, 0.214732> - 13447: <-0.172005, -0.961530, 0.214182> - 13448: <-0.215220, -0.942000, 0.257519> - 13449: <-0.257702, -0.931225, 0.257702> - 13450: <-0.257519, -0.942000, 0.215220> - 13451: <-0.214732, -0.952775, 0.214732> - 13452: <-0.257702, -0.931225, 0.257702> - 13453: <-0.300219, -0.918390, 0.257736> - 13454: <-0.300461, -0.929096, 0.215649> - 13455: <-0.257519, -0.942000, 0.215220> - 13456: <-0.300219, -0.918390, 0.257736> - 13457: <-0.342852, -0.903367, 0.257643> - 13458: <-0.343582, -0.913949, 0.215982> - 13459: <-0.300461, -0.929096, 0.215649> - 13460: <-0.342852, -0.903367, 0.257643> - 13461: <-0.385664, -0.886018, 0.257364> - 13462: <-0.386985, -0.896382, 0.216199> - 13463: <-0.343582, -0.913949, 0.215982> - 13464: <-0.385664, -0.886018, 0.257364> - 13465: <-0.428698, -0.866124, 0.256999> - 13466: <-0.430657, -0.876208, 0.216320> - 13467: <-0.386985, -0.896382, 0.216199> - 13468: <-0.428698, -0.866124, 0.256999> - 13469: <-0.471888, -0.843490, 0.256606> - 13470: <-0.474515, -0.853230, 0.216413> - 13471: <-0.430657, -0.876208, 0.216320> - 13472: <-0.471888, -0.843490, 0.256606> - 13473: <-0.515110, -0.817925, 0.256243> - 13474: <-0.518435, -0.827263, 0.216475> - 13475: <-0.474515, -0.853230, 0.216413> - 13476: <-0.515110, -0.817925, 0.256243> - 13477: <-0.558172, -0.789266, 0.255937> - 13478: <-0.562257, -0.798110, 0.216534> - 13479: <-0.518435, -0.827263, 0.216475> - 13480: <-0.558172, -0.789266, 0.255937> - 13481: <-0.600829, -0.757361, 0.255750> - 13482: <-0.605748, -0.765608, 0.216596> - 13483: <-0.562257, -0.798110, 0.216534> - 13484: <-0.600829, -0.757361, 0.255750> - 13485: <-0.642833, -0.722093, 0.255632> - 13486: <-0.648606, -0.729636, 0.216660> - 13487: <-0.605748, -0.765608, 0.216596> - 13488: < 0.648606, -0.729636, 0.216660> - 13489: < 0.605748, -0.765608, 0.216596> - 13490: < 0.609892, -0.772589, 0.176461> - 13491: < 0.653502, -0.736025, 0.176644> - 13492: < 0.605748, -0.765608, 0.216596> - 13493: < 0.562257, -0.798110, 0.216534> - 13494: < 0.565675, -0.805587, 0.176188> - 13495: < 0.609892, -0.772589, 0.176461> - 13496: < 0.562257, -0.798110, 0.216534> - 13497: < 0.518435, -0.827263, 0.216475> - 13498: < 0.521180, -0.835133, 0.175853> - 13499: < 0.565675, -0.805587, 0.176188> - 13500: < 0.518435, -0.827263, 0.216475> - 13501: < 0.474515, -0.853230, 0.216413> - 13502: < 0.476614, -0.861427, 0.175453> - 13503: < 0.521180, -0.835133, 0.175853> - 13504: < 0.474515, -0.853230, 0.216413> - 13505: < 0.430657, -0.876208, 0.216320> - 13506: < 0.432149, -0.884654, 0.175026> - 13507: < 0.476614, -0.861427, 0.175453> - 13508: < 0.430657, -0.876208, 0.216320> - 13509: < 0.386985, -0.896382, 0.216199> - 13510: < 0.387965, -0.904997, 0.174541> - 13511: < 0.432149, -0.884654, 0.175026> - 13512: < 0.386985, -0.896382, 0.216199> - 13513: < 0.343582, -0.913949, 0.215982> - 13514: < 0.344072, -0.922682, 0.173989> - 13515: < 0.387965, -0.904997, 0.174541> - 13516: < 0.343582, -0.913949, 0.215982> - 13517: < 0.300461, -0.929096, 0.215649> - 13518: < 0.300496, -0.937897, 0.173351> - 13519: < 0.344072, -0.922682, 0.173989> - 13520: < 0.300461, -0.929096, 0.215649> - 13521: < 0.257519, -0.942000, 0.215220> - 13522: < 0.257217, -0.950800, 0.172679> - 13523: < 0.300496, -0.937897, 0.173351> - 13524: < 0.257519, -0.942000, 0.215220> - 13525: < 0.214732, -0.952775, 0.214732> - 13526: < 0.214182, -0.961530, 0.172005> - 13527: < 0.257217, -0.950800, 0.172679> - 13528: < 0.214732, -0.952775, 0.214732> - 13529: < 0.172005, -0.961530, 0.214182> - 13530: < 0.171305, -0.970211, 0.171305> - 13531: < 0.214182, -0.961530, 0.172005> - 13532: < 0.172005, -0.961530, 0.214182> - 13533: < 0.129250, -0.968319, 0.213666> - 13534: < 0.128545, -0.976904, 0.170691> - 13535: < 0.171305, -0.970211, 0.171305> - 13536: < 0.129250, -0.968319, 0.213666> - 13537: < 0.086398, -0.973180, 0.213204> - 13538: < 0.085788, -0.981668, 0.170203> - 13539: < 0.128545, -0.976904, 0.170691> - 13540: < 0.086398, -0.973180, 0.213204> - 13541: < 0.043306, -0.976120, 0.212870> - 13542: < 0.042970, -0.984530, 0.169866> - 13543: < 0.085788, -0.981668, 0.170203> - 13544: < 0.043306, -0.976120, 0.212870> - 13545: < 0.000000, -0.977107, 0.212750> - 13546: < 0.000000, -0.985488, 0.169746> - 13547: < 0.042970, -0.984530, 0.169866> - 13548: < 0.000000, -0.977107, 0.212750> - 13549: <-0.043306, -0.976120, 0.212870> - 13550: <-0.042970, -0.984530, 0.169866> - 13551: < 0.000000, -0.985488, 0.169746> - 13552: <-0.043306, -0.976120, 0.212870> - 13553: <-0.086398, -0.973180, 0.213204> - 13554: <-0.085788, -0.981668, 0.170203> - 13555: <-0.042970, -0.984530, 0.169866> - 13556: <-0.086398, -0.973180, 0.213204> - 13557: <-0.129250, -0.968319, 0.213666> - 13558: <-0.128545, -0.976904, 0.170691> - 13559: <-0.085788, -0.981668, 0.170203> - 13560: <-0.129250, -0.968319, 0.213666> - 13561: <-0.172005, -0.961530, 0.214182> - 13562: <-0.171305, -0.970211, 0.171305> - 13563: <-0.128545, -0.976904, 0.170691> - 13564: <-0.172005, -0.961530, 0.214182> - 13565: <-0.214732, -0.952775, 0.214732> - 13566: <-0.214182, -0.961530, 0.172005> - 13567: <-0.171305, -0.970211, 0.171305> - 13568: <-0.214732, -0.952775, 0.214732> - 13569: <-0.257519, -0.942000, 0.215220> - 13570: <-0.257217, -0.950800, 0.172679> - 13571: <-0.214182, -0.961530, 0.172005> - 13572: <-0.257519, -0.942000, 0.215220> - 13573: <-0.300461, -0.929096, 0.215649> - 13574: <-0.300496, -0.937897, 0.173351> - 13575: <-0.257217, -0.950800, 0.172679> - 13576: <-0.300461, -0.929096, 0.215649> - 13577: <-0.343582, -0.913949, 0.215982> - 13578: <-0.344072, -0.922682, 0.173989> - 13579: <-0.300496, -0.937897, 0.173351> - 13580: <-0.343582, -0.913949, 0.215982> - 13581: <-0.386985, -0.896382, 0.216199> - 13582: <-0.387965, -0.904997, 0.174541> - 13583: <-0.344072, -0.922682, 0.173989> - 13584: <-0.386985, -0.896382, 0.216199> - 13585: <-0.430657, -0.876208, 0.216320> - 13586: <-0.432149, -0.884654, 0.175026> - 13587: <-0.387965, -0.904997, 0.174541> - 13588: <-0.430657, -0.876208, 0.216320> - 13589: <-0.474515, -0.853230, 0.216413> - 13590: <-0.476614, -0.861427, 0.175453> - 13591: <-0.432149, -0.884654, 0.175026> - 13592: <-0.474515, -0.853230, 0.216413> - 13593: <-0.518435, -0.827263, 0.216475> - 13594: <-0.521180, -0.835133, 0.175853> - 13595: <-0.476614, -0.861427, 0.175453> - 13596: <-0.518435, -0.827263, 0.216475> - 13597: <-0.562257, -0.798110, 0.216534> - 13598: <-0.565675, -0.805587, 0.176188> - 13599: <-0.521180, -0.835133, 0.175853> - 13600: <-0.562257, -0.798110, 0.216534> - 13601: <-0.605748, -0.765608, 0.216596> - 13602: <-0.609892, -0.772589, 0.176461> - 13603: <-0.565675, -0.805587, 0.176188> - 13604: <-0.605748, -0.765608, 0.216596> - 13605: <-0.648606, -0.729636, 0.216660> - 13606: <-0.653502, -0.736025, 0.176644> - 13607: <-0.609892, -0.772589, 0.176461> - 13608: < 0.653502, -0.736025, 0.176644> - 13609: < 0.609892, -0.772589, 0.176461> - 13610: < 0.613218, -0.778295, 0.134985> - 13611: < 0.657468, -0.741243, 0.135260> - 13612: < 0.609892, -0.772589, 0.176461> - 13613: < 0.565675, -0.805587, 0.176188> - 13614: < 0.568382, -0.811677, 0.134618> - 13615: < 0.613218, -0.778295, 0.134985> - 13616: < 0.565675, -0.805587, 0.176188> - 13617: < 0.521180, -0.835133, 0.175853> - 13618: < 0.523307, -0.841527, 0.134100> - 13619: < 0.568382, -0.811677, 0.134618> - 13620: < 0.521180, -0.835133, 0.175853> - 13621: < 0.476614, -0.861427, 0.175453> - 13622: < 0.478208, -0.868033, 0.133553> - 13623: < 0.523307, -0.841527, 0.134100> - 13624: < 0.476614, -0.861427, 0.175453> - 13625: < 0.432149, -0.884654, 0.175026> - 13626: < 0.433281, -0.891405, 0.132911> - 13627: < 0.478208, -0.868033, 0.133553> - 13628: < 0.432149, -0.884654, 0.175026> - 13629: < 0.387965, -0.904997, 0.174541> - 13630: < 0.388632, -0.911854, 0.132240> - 13631: < 0.433281, -0.891405, 0.132911> - 13632: < 0.387965, -0.904997, 0.174541> - 13633: < 0.344072, -0.922682, 0.173989> - 13634: < 0.344322, -0.929596, 0.131509> - 13635: < 0.388632, -0.911854, 0.132240> - 13636: < 0.344072, -0.922682, 0.173989> - 13637: < 0.300496, -0.937897, 0.173351> - 13638: < 0.300427, -0.944802, 0.130743> - 13639: < 0.344322, -0.929596, 0.131509> - 13640: < 0.300496, -0.937897, 0.173351> - 13641: < 0.257217, -0.950800, 0.172679> - 13642: < 0.256880, -0.957663, 0.129981> - 13643: < 0.300427, -0.944802, 0.130743> - 13644: < 0.257217, -0.950800, 0.172679> - 13645: < 0.214182, -0.961530, 0.172005> - 13646: < 0.213666, -0.968319, 0.129250> - 13647: < 0.256880, -0.957663, 0.129981> - 13648: < 0.214182, -0.961530, 0.172005> - 13649: < 0.171305, -0.970211, 0.171305> - 13650: < 0.170691, -0.976904, 0.128545> - 13651: < 0.213666, -0.968319, 0.129250> - 13652: < 0.171305, -0.970211, 0.171305> - 13653: < 0.128545, -0.976904, 0.170691> - 13654: < 0.127935, -0.983497, 0.127935> - 13655: < 0.170691, -0.976904, 0.128545> - 13656: < 0.128545, -0.976904, 0.170691> - 13657: < 0.085788, -0.981668, 0.170203> - 13658: < 0.085300, -0.988171, 0.127447> - 13659: < 0.127935, -0.983497, 0.127935> - 13660: < 0.085788, -0.981668, 0.170203> - 13661: < 0.042970, -0.984530, 0.169866> - 13662: < 0.042666, -0.990966, 0.127144> - 13663: < 0.085300, -0.988171, 0.127447> - 13664: < 0.042970, -0.984530, 0.169866> - 13665: < 0.000000, -0.985488, 0.169746> - 13666: < 0.000000, -0.991900, 0.127020> - 13667: < 0.042666, -0.990966, 0.127144> - 13668: < 0.000000, -0.985488, 0.169746> - 13669: <-0.042970, -0.984530, 0.169866> - 13670: <-0.042666, -0.990966, 0.127144> - 13671: < 0.000000, -0.991900, 0.127020> - 13672: <-0.042970, -0.984530, 0.169866> - 13673: <-0.085788, -0.981668, 0.170203> - 13674: <-0.085300, -0.988171, 0.127447> - 13675: <-0.042666, -0.990966, 0.127144> - 13676: <-0.085788, -0.981668, 0.170203> - 13677: <-0.128545, -0.976904, 0.170691> - 13678: <-0.127935, -0.983497, 0.127935> - 13679: <-0.085300, -0.988171, 0.127447> - 13680: <-0.128545, -0.976904, 0.170691> - 13681: <-0.171305, -0.970211, 0.171305> - 13682: <-0.170691, -0.976904, 0.128545> - 13683: <-0.127935, -0.983497, 0.127935> - 13684: <-0.171305, -0.970211, 0.171305> - 13685: <-0.214182, -0.961530, 0.172005> - 13686: <-0.213666, -0.968319, 0.129250> - 13687: <-0.170691, -0.976904, 0.128545> - 13688: <-0.214182, -0.961530, 0.172005> - 13689: <-0.257217, -0.950800, 0.172679> - 13690: <-0.256880, -0.957663, 0.129981> - 13691: <-0.213666, -0.968319, 0.129250> - 13692: <-0.257217, -0.950800, 0.172679> - 13693: <-0.300496, -0.937897, 0.173351> - 13694: <-0.300427, -0.944802, 0.130743> - 13695: <-0.256880, -0.957663, 0.129981> - 13696: <-0.300496, -0.937897, 0.173351> - 13697: <-0.344072, -0.922682, 0.173989> - 13698: <-0.344322, -0.929596, 0.131509> - 13699: <-0.300427, -0.944802, 0.130743> - 13700: <-0.344072, -0.922682, 0.173989> - 13701: <-0.387965, -0.904997, 0.174541> - 13702: <-0.388632, -0.911854, 0.132240> - 13703: <-0.344322, -0.929596, 0.131509> - 13704: <-0.387965, -0.904997, 0.174541> - 13705: <-0.432149, -0.884654, 0.175026> - 13706: <-0.433256, -0.891416, 0.132913> - 13707: <-0.388632, -0.911854, 0.132240> - 13708: <-0.432149, -0.884654, 0.175026> - 13709: <-0.476614, -0.861427, 0.175453> - 13710: <-0.478208, -0.868033, 0.133553> - 13711: <-0.433256, -0.891416, 0.132913> - 13712: <-0.476614, -0.861427, 0.175453> - 13713: <-0.521180, -0.835133, 0.175853> - 13714: <-0.523307, -0.841527, 0.134100> - 13715: <-0.478208, -0.868033, 0.133553> - 13716: <-0.521180, -0.835133, 0.175853> - 13717: <-0.565675, -0.805587, 0.176188> - 13718: <-0.568382, -0.811677, 0.134618> - 13719: <-0.523307, -0.841527, 0.134100> - 13720: <-0.565675, -0.805587, 0.176188> - 13721: <-0.609892, -0.772589, 0.176461> - 13722: <-0.613215, -0.778292, 0.135015> - 13723: <-0.568382, -0.811677, 0.134618> - 13724: <-0.609892, -0.772589, 0.176461> - 13725: <-0.653502, -0.736025, 0.176644> - 13726: <-0.657468, -0.741243, 0.135260> - 13727: <-0.613215, -0.778292, 0.135015> - 13728: < 0.657468, -0.741243, 0.135260> - 13729: < 0.613218, -0.778295, 0.134985> - 13730: < 0.615697, -0.782607, 0.091894> - 13731: < 0.660463, -0.745184, 0.092137> - 13732: < 0.613218, -0.778295, 0.134985> - 13733: < 0.568382, -0.811677, 0.134618> - 13734: < 0.570377, -0.816271, 0.091497> - 13735: < 0.615697, -0.782607, 0.091894> - 13736: < 0.568382, -0.811677, 0.134618> - 13737: < 0.523307, -0.841527, 0.134100> - 13738: < 0.524836, -0.846324, 0.091008> - 13739: < 0.570377, -0.816271, 0.091497> - 13740: < 0.523307, -0.841527, 0.134100> - 13741: < 0.478208, -0.868033, 0.133553> - 13742: < 0.479307, -0.872976, 0.090429> - 13743: < 0.524836, -0.846324, 0.091008> - 13744: < 0.478208, -0.868033, 0.133553> - 13745: < 0.433281, -0.891405, 0.132911> - 13746: < 0.433981, -0.896437, 0.089787> - 13747: < 0.479307, -0.872976, 0.090429> - 13748: < 0.433281, -0.891405, 0.132911> - 13749: < 0.388632, -0.911854, 0.132240> - 13750: < 0.388998, -0.916918, 0.089116> - 13751: < 0.433981, -0.896437, 0.089787> - 13752: < 0.388632, -0.911854, 0.132240> - 13753: < 0.344322, -0.929596, 0.131509> - 13754: < 0.344408, -0.934648, 0.088414> - 13755: < 0.388998, -0.916918, 0.089116> - 13756: < 0.344322, -0.929596, 0.131509> - 13757: < 0.300427, -0.944802, 0.130743> - 13758: < 0.300248, -0.949820, 0.087712> - 13759: < 0.344408, -0.934648, 0.088414> - 13760: < 0.300427, -0.944802, 0.130743> - 13761: < 0.256880, -0.957663, 0.129981> - 13762: < 0.256544, -0.962605, 0.087041> - 13763: < 0.300248, -0.949820, 0.087712> - 13764: < 0.256880, -0.957663, 0.129981> - 13765: < 0.213666, -0.968319, 0.129250> - 13766: < 0.213204, -0.973180, 0.086398> - 13767: < 0.256544, -0.962605, 0.087041> - 13768: < 0.213666, -0.968319, 0.129250> - 13769: < 0.170691, -0.976904, 0.128545> - 13770: < 0.170203, -0.981668, 0.085788> - 13771: < 0.213204, -0.973180, 0.086398> - 13772: < 0.170691, -0.976904, 0.128545> - 13773: < 0.127935, -0.983497, 0.127935> - 13774: < 0.127447, -0.988171, 0.085300> - 13775: < 0.170203, -0.981668, 0.085788> - 13776: < 0.127935, -0.983497, 0.127935> - 13777: < 0.085300, -0.988171, 0.127447> - 13778: < 0.084905, -0.992765, 0.084905> - 13779: < 0.127447, -0.988171, 0.085300> - 13780: < 0.085300, -0.988171, 0.127447> - 13781: < 0.042666, -0.990966, 0.127144> - 13782: < 0.042452, -0.995505, 0.084660> - 13783: < 0.084905, -0.992765, 0.084905> - 13784: < 0.042666, -0.990966, 0.127144> - 13785: < 0.000000, -0.991900, 0.127020> - 13786: < 0.000000, -0.996418, 0.084568> - 13787: < 0.042452, -0.995505, 0.084660> - 13788: < 0.000000, -0.991900, 0.127020> - 13789: <-0.042666, -0.990966, 0.127144> - 13790: <-0.042452, -0.995505, 0.084660> - 13791: < 0.000000, -0.996418, 0.084568> - 13792: <-0.042666, -0.990966, 0.127144> - 13793: <-0.085300, -0.988171, 0.127447> - 13794: <-0.084905, -0.992765, 0.084905> - 13795: <-0.042452, -0.995505, 0.084660> - 13796: <-0.085300, -0.988171, 0.127447> - 13797: <-0.127935, -0.983497, 0.127935> - 13798: <-0.127447, -0.988171, 0.085300> - 13799: <-0.084905, -0.992765, 0.084905> - 13800: <-0.127935, -0.983497, 0.127935> - 13801: <-0.170691, -0.976904, 0.128545> - 13802: <-0.170203, -0.981668, 0.085788> - 13803: <-0.127447, -0.988171, 0.085300> - 13804: <-0.170691, -0.976904, 0.128545> - 13805: <-0.213666, -0.968319, 0.129250> - 13806: <-0.213204, -0.973180, 0.086398> - 13807: <-0.170203, -0.981668, 0.085788> - 13808: <-0.213666, -0.968319, 0.129250> - 13809: <-0.256880, -0.957663, 0.129981> - 13810: <-0.256544, -0.962605, 0.087041> - 13811: <-0.213204, -0.973180, 0.086398> - 13812: <-0.256880, -0.957663, 0.129981> - 13813: <-0.300427, -0.944802, 0.130743> - 13814: <-0.300248, -0.949820, 0.087712> - 13815: <-0.256544, -0.962605, 0.087041> - 13816: <-0.300427, -0.944802, 0.130743> - 13817: <-0.344322, -0.929596, 0.131509> - 13818: <-0.344408, -0.934648, 0.088414> - 13819: <-0.300248, -0.949820, 0.087712> - 13820: <-0.344322, -0.929596, 0.131509> - 13821: <-0.388632, -0.911854, 0.132240> - 13822: <-0.388998, -0.916918, 0.089116> - 13823: <-0.344408, -0.934648, 0.088414> - 13824: <-0.388632, -0.911854, 0.132240> - 13825: <-0.433256, -0.891416, 0.132913> - 13826: <-0.433981, -0.896437, 0.089787> - 13827: <-0.388998, -0.916918, 0.089116> - 13828: <-0.433256, -0.891416, 0.132913> - 13829: <-0.478208, -0.868033, 0.133553> - 13830: <-0.479307, -0.872976, 0.090429> - 13831: <-0.433981, -0.896437, 0.089787> - 13832: <-0.478208, -0.868033, 0.133553> - 13833: <-0.523307, -0.841527, 0.134100> - 13834: <-0.524836, -0.846324, 0.091008> - 13835: <-0.479307, -0.872976, 0.090429> - 13836: <-0.523307, -0.841527, 0.134100> - 13837: <-0.568382, -0.811677, 0.134618> - 13838: <-0.570377, -0.816271, 0.091497> - 13839: <-0.524836, -0.846324, 0.091008> - 13840: <-0.568382, -0.811677, 0.134618> - 13841: <-0.613215, -0.778292, 0.135015> - 13842: <-0.615697, -0.782607, 0.091894> - 13843: <-0.570377, -0.816271, 0.091497> - 13844: <-0.613215, -0.778292, 0.135015> - 13845: <-0.657468, -0.741243, 0.135260> - 13846: <-0.660463, -0.745184, 0.092137> - 13847: <-0.615697, -0.782607, 0.091894> - 13848: < 0.660463, -0.745184, 0.092137> - 13849: < 0.615697, -0.782607, 0.091894> - 13850: < 0.617246, -0.785375, 0.046847> - 13851: < 0.662354, -0.747715, 0.046999> - 13852: < 0.615697, -0.782607, 0.091894> - 13853: < 0.570377, -0.816271, 0.091497> - 13854: < 0.571602, -0.819208, 0.046573> - 13855: < 0.617246, -0.785375, 0.046847> - 13856: < 0.570377, -0.816271, 0.091497> - 13857: < 0.524836, -0.846324, 0.091008> - 13858: < 0.525753, -0.849378, 0.046267> - 13859: < 0.571602, -0.819208, 0.046573> - 13860: < 0.524836, -0.846324, 0.091008> - 13861: < 0.479307, -0.872976, 0.090429> - 13862: < 0.479951, -0.876095, 0.045871> - 13863: < 0.525753, -0.849378, 0.046267> - 13864: < 0.479307, -0.872976, 0.090429> - 13865: < 0.433981, -0.896437, 0.089787> - 13866: < 0.434379, -0.899583, 0.045443> - 13867: < 0.479951, -0.876095, 0.045871> - 13868: < 0.433981, -0.896437, 0.089787> - 13869: < 0.388998, -0.916918, 0.089116> - 13870: < 0.389180, -0.920061, 0.045016> - 13871: < 0.434379, -0.899583, 0.045443> - 13872: < 0.388998, -0.916918, 0.089116> - 13873: < 0.344408, -0.934648, 0.088414> - 13874: < 0.344409, -0.937762, 0.044558> - 13875: < 0.389180, -0.920061, 0.045016> - 13876: < 0.344408, -0.934648, 0.088414> - 13877: < 0.300248, -0.949820, 0.087712> - 13878: < 0.300092, -0.952889, 0.044130> - 13879: < 0.344409, -0.937762, 0.044558> - 13880: < 0.300248, -0.949820, 0.087712> - 13881: < 0.256544, -0.962605, 0.087041> - 13882: < 0.256267, -0.965618, 0.043703> - 13883: < 0.300092, -0.952889, 0.044130> - 13884: < 0.256544, -0.962605, 0.087041> - 13885: < 0.213204, -0.973180, 0.086398> - 13886: < 0.212870, -0.976120, 0.043306> - 13887: < 0.256267, -0.965618, 0.043703> - 13888: < 0.213204, -0.973180, 0.086398> - 13889: < 0.170203, -0.981668, 0.085788> - 13890: < 0.169866, -0.984530, 0.042970> - 13891: < 0.212870, -0.976120, 0.043306> - 13892: < 0.170203, -0.981668, 0.085788> - 13893: < 0.127447, -0.988171, 0.085300> - 13894: < 0.127144, -0.990966, 0.042666> - 13895: < 0.169866, -0.984530, 0.042970> - 13896: < 0.127447, -0.988171, 0.085300> - 13897: < 0.084905, -0.992765, 0.084905> - 13898: < 0.084660, -0.995505, 0.042452> - 13899: < 0.127144, -0.990966, 0.042666> - 13900: < 0.084905, -0.992765, 0.084905> - 13901: < 0.042452, -0.995505, 0.084660> - 13902: < 0.042299, -0.998209, 0.042299> - 13903: < 0.084660, -0.995505, 0.042452> - 13904: < 0.042452, -0.995505, 0.084660> - 13905: < 0.000000, -0.996418, 0.084568> - 13906: < 0.000000, -0.999108, 0.042239> - 13907: < 0.042299, -0.998209, 0.042299> - 13908: < 0.000000, -0.996418, 0.084568> - 13909: <-0.042452, -0.995505, 0.084660> - 13910: <-0.042299, -0.998209, 0.042299> - 13911: < 0.000000, -0.999108, 0.042239> - 13912: <-0.042452, -0.995505, 0.084660> - 13913: <-0.084905, -0.992765, 0.084905> - 13914: <-0.084660, -0.995505, 0.042452> - 13915: <-0.042299, -0.998209, 0.042299> - 13916: <-0.084905, -0.992765, 0.084905> - 13917: <-0.127447, -0.988171, 0.085300> - 13918: <-0.127144, -0.990966, 0.042666> - 13919: <-0.084660, -0.995505, 0.042452> - 13920: <-0.127447, -0.988171, 0.085300> - 13921: <-0.170203, -0.981668, 0.085788> - 13922: <-0.169837, -0.984535, 0.042970> - 13923: <-0.127144, -0.990966, 0.042666> - 13924: <-0.170203, -0.981668, 0.085788> - 13925: <-0.213204, -0.973180, 0.086398> - 13926: <-0.212870, -0.976120, 0.043306> - 13927: <-0.169837, -0.984535, 0.042970> - 13928: <-0.213204, -0.973180, 0.086398> - 13929: <-0.256544, -0.962605, 0.087041> - 13930: <-0.256267, -0.965618, 0.043703> - 13931: <-0.212870, -0.976120, 0.043306> - 13932: <-0.256544, -0.962605, 0.087041> - 13933: <-0.300248, -0.949820, 0.087712> - 13934: <-0.300092, -0.952889, 0.044130> - 13935: <-0.256267, -0.965618, 0.043703> - 13936: <-0.300248, -0.949820, 0.087712> - 13937: <-0.344408, -0.934648, 0.088414> - 13938: <-0.344409, -0.937762, 0.044558> - 13939: <-0.300092, -0.952889, 0.044130> - 13940: <-0.344408, -0.934648, 0.088414> - 13941: <-0.388998, -0.916918, 0.089116> - 13942: <-0.389180, -0.920061, 0.045016> - 13943: <-0.344409, -0.937762, 0.044558> - 13944: <-0.388998, -0.916918, 0.089116> - 13945: <-0.433981, -0.896437, 0.089787> - 13946: <-0.434379, -0.899583, 0.045443> - 13947: <-0.389180, -0.920061, 0.045016> - 13948: <-0.433981, -0.896437, 0.089787> - 13949: <-0.479307, -0.872976, 0.090429> - 13950: <-0.479951, -0.876095, 0.045871> - 13951: <-0.434379, -0.899583, 0.045443> - 13952: <-0.479307, -0.872976, 0.090429> - 13953: <-0.524836, -0.846324, 0.091008> - 13954: <-0.525753, -0.849378, 0.046267> - 13955: <-0.479951, -0.876095, 0.045871> - 13956: <-0.524836, -0.846324, 0.091008> - 13957: <-0.570377, -0.816271, 0.091497> - 13958: <-0.571602, -0.819208, 0.046573> - 13959: <-0.525753, -0.849378, 0.046267> - 13960: <-0.570377, -0.816271, 0.091497> - 13961: <-0.615697, -0.782607, 0.091894> - 13962: <-0.617246, -0.785375, 0.046847> - 13963: <-0.571602, -0.819208, 0.046573> - 13964: <-0.615697, -0.782607, 0.091894> - 13965: <-0.660463, -0.745184, 0.092137> - 13966: <-0.662354, -0.747715, 0.046999> - 13967: <-0.617246, -0.785375, 0.046847> - 13968: < 0.662354, -0.747715, 0.046999> - 13969: < 0.617246, -0.785375, 0.046847> - 13970: < 0.617789, -0.786344, 0.000000> - 13971: < 0.663024, -0.748599, 0.000000> - 13972: < 0.617246, -0.785375, 0.046847> - 13973: < 0.571602, -0.819208, 0.046573> - 13974: < 0.572024, -0.820237, 0.000000> - 13975: < 0.617789, -0.786344, 0.000000> - 13976: < 0.571602, -0.819208, 0.046573> - 13977: < 0.525753, -0.849378, 0.046267> - 13978: < 0.526081, -0.850434, 0.000000> - 13979: < 0.572024, -0.820237, 0.000000> - 13980: < 0.525753, -0.849378, 0.046267> - 13981: < 0.479951, -0.876095, 0.045871> - 13982: < 0.480182, -0.877169, 0.000000> - 13983: < 0.526081, -0.850434, 0.000000> - 13984: < 0.479951, -0.876095, 0.045871> - 13985: < 0.434379, -0.899583, 0.045443> - 13986: < 0.434534, -0.900655, 0.000000> - 13987: < 0.480182, -0.877169, 0.000000> - 13988: < 0.434379, -0.899583, 0.045443> - 13989: < 0.389180, -0.920061, 0.045016> - 13990: < 0.389244, -0.921135, 0.000000> - 13991: < 0.434534, -0.900655, 0.000000> - 13992: < 0.389180, -0.920061, 0.045016> - 13993: < 0.344409, -0.937762, 0.044558> - 13994: < 0.344405, -0.938821, 0.000000> - 13995: < 0.389244, -0.921135, 0.000000> - 13996: < 0.344409, -0.937762, 0.044558> - 13997: < 0.300092, -0.952889, 0.044130> - 13998: < 0.300059, -0.953921, 0.000000> - 13999: < 0.344405, -0.938821, 0.000000> - 14000: < 0.300092, -0.952889, 0.044130> - 14001: < 0.256267, -0.965618, 0.043703> - 14002: < 0.256177, -0.966630, 0.000000> - 14003: < 0.300059, -0.953921, 0.000000> - 14004: < 0.256267, -0.965618, 0.043703> - 14005: < 0.212870, -0.976120, 0.043306> - 14006: < 0.212750, -0.977107, 0.000000> - 14007: < 0.256177, -0.966630, 0.000000> - 14008: < 0.212870, -0.976120, 0.043306> - 14009: < 0.169866, -0.984530, 0.042970> - 14010: < 0.169746, -0.985488, 0.000000> - 14011: < 0.212750, -0.977107, 0.000000> - 14012: < 0.169866, -0.984530, 0.042970> - 14013: < 0.127144, -0.990966, 0.042666> - 14014: < 0.127020, -0.991900, 0.000000> - 14015: < 0.169746, -0.985488, 0.000000> - 14016: < 0.127144, -0.990966, 0.042666> - 14017: < 0.084660, -0.995505, 0.042452> - 14018: < 0.084568, -0.996418, 0.000000> - 14019: < 0.127020, -0.991900, 0.000000> - 14020: < 0.084660, -0.995505, 0.042452> - 14021: < 0.042299, -0.998209, 0.042299> - 14022: < 0.042239, -0.999108, 0.000000> - 14023: < 0.084568, -0.996418, 0.000000> - 14024: < 0.042299, -0.998209, 0.042299> - 14025: < 0.000000, -0.999108, 0.042239> - 14026: < 0.000000, -1.000000, 0.000000> - 14027: < 0.042239, -0.999108, 0.000000> - 14028: < 0.000000, -0.999108, 0.042239> - 14029: <-0.042299, -0.998209, 0.042299> - 14030: <-0.042239, -0.999108, 0.000000> - 14031: < 0.000000, -1.000000, 0.000000> - 14032: <-0.042299, -0.998209, 0.042299> - 14033: <-0.084660, -0.995505, 0.042452> - 14034: <-0.084568, -0.996418, 0.000000> - 14035: <-0.042239, -0.999108, 0.000000> - 14036: <-0.084660, -0.995505, 0.042452> - 14037: <-0.127144, -0.990966, 0.042666> - 14038: <-0.127020, -0.991900, 0.000000> - 14039: <-0.084568, -0.996418, 0.000000> - 14040: <-0.127144, -0.990966, 0.042666> - 14041: <-0.169837, -0.984535, 0.042970> - 14042: <-0.169746, -0.985488, 0.000000> - 14043: <-0.127020, -0.991900, 0.000000> - 14044: <-0.169837, -0.984535, 0.042970> - 14045: <-0.212870, -0.976120, 0.043306> - 14046: <-0.212750, -0.977107, 0.000000> - 14047: <-0.169746, -0.985488, 0.000000> - 14048: <-0.212870, -0.976120, 0.043306> - 14049: <-0.256267, -0.965618, 0.043703> - 14050: <-0.256177, -0.966630, 0.000000> - 14051: <-0.212750, -0.977107, 0.000000> - 14052: <-0.256267, -0.965618, 0.043703> - 14053: <-0.300092, -0.952889, 0.044130> - 14054: <-0.300059, -0.953921, 0.000000> - 14055: <-0.256177, -0.966630, 0.000000> - 14056: <-0.300092, -0.952889, 0.044130> - 14057: <-0.344409, -0.937762, 0.044558> - 14058: <-0.344405, -0.938821, 0.000000> - 14059: <-0.300059, -0.953921, 0.000000> - 14060: <-0.344409, -0.937762, 0.044558> - 14061: <-0.389180, -0.920061, 0.045016> - 14062: <-0.389244, -0.921135, 0.000000> - 14063: <-0.344405, -0.938821, 0.000000> - 14064: <-0.389180, -0.920061, 0.045016> - 14065: <-0.434379, -0.899583, 0.045443> - 14066: <-0.434534, -0.900655, 0.000000> - 14067: <-0.389244, -0.921135, 0.000000> - 14068: <-0.434379, -0.899583, 0.045443> - 14069: <-0.479951, -0.876095, 0.045871> - 14070: <-0.480182, -0.877169, 0.000000> - 14071: <-0.434534, -0.900655, 0.000000> - 14072: <-0.479951, -0.876095, 0.045871> - 14073: <-0.525753, -0.849378, 0.046267> - 14074: <-0.526081, -0.850434, 0.000000> - 14075: <-0.480182, -0.877169, 0.000000> - 14076: <-0.525753, -0.849378, 0.046267> - 14077: <-0.571602, -0.819208, 0.046573> - 14078: <-0.572024, -0.820237, 0.000000> - 14079: <-0.526081, -0.850434, 0.000000> - 14080: <-0.571602, -0.819208, 0.046573> - 14081: <-0.617246, -0.785375, 0.046847> - 14082: <-0.617789, -0.786344, 0.000000> - 14083: <-0.572024, -0.820237, 0.000000> - 14084: <-0.617246, -0.785375, 0.046847> - 14085: <-0.662354, -0.747715, 0.046999> - 14086: <-0.663024, -0.748599, 0.000000> - 14087: <-0.617789, -0.786344, 0.000000> - 14088: < 0.663024, -0.748599, 0.000000> - 14089: < 0.617789, -0.786344, 0.000000> - 14090: < 0.617246, -0.785375, -0.046847> - 14091: < 0.662354, -0.747715, -0.046999> - 14092: < 0.617789, -0.786344, 0.000000> - 14093: < 0.572024, -0.820237, 0.000000> - 14094: < 0.571602, -0.819208, -0.046573> - 14095: < 0.617246, -0.785375, -0.046847> - 14096: < 0.572024, -0.820237, 0.000000> - 14097: < 0.526081, -0.850434, 0.000000> - 14098: < 0.525753, -0.849378, -0.046267> - 14099: < 0.571602, -0.819208, -0.046573> - 14100: < 0.526081, -0.850434, 0.000000> - 14101: < 0.480182, -0.877169, 0.000000> - 14102: < 0.479951, -0.876095, -0.045871> - 14103: < 0.525753, -0.849378, -0.046267> - 14104: < 0.480182, -0.877169, 0.000000> - 14105: < 0.434534, -0.900655, 0.000000> - 14106: < 0.434379, -0.899583, -0.045443> - 14107: < 0.479951, -0.876095, -0.045871> - 14108: < 0.434534, -0.900655, 0.000000> - 14109: < 0.389244, -0.921135, 0.000000> - 14110: < 0.389180, -0.920061, -0.045016> - 14111: < 0.434379, -0.899583, -0.045443> - 14112: < 0.389244, -0.921135, 0.000000> - 14113: < 0.344405, -0.938821, 0.000000> - 14114: < 0.344409, -0.937762, -0.044558> - 14115: < 0.389180, -0.920061, -0.045016> - 14116: < 0.344405, -0.938821, 0.000000> - 14117: < 0.300059, -0.953921, 0.000000> - 14118: < 0.300092, -0.952889, -0.044130> - 14119: < 0.344409, -0.937762, -0.044558> - 14120: < 0.300059, -0.953921, 0.000000> - 14121: < 0.256177, -0.966630, 0.000000> - 14122: < 0.256267, -0.965618, -0.043703> - 14123: < 0.300092, -0.952889, -0.044130> - 14124: < 0.256177, -0.966630, 0.000000> - 14125: < 0.212750, -0.977107, 0.000000> - 14126: < 0.212870, -0.976120, -0.043306> - 14127: < 0.256267, -0.965618, -0.043703> - 14128: < 0.212750, -0.977107, 0.000000> - 14129: < 0.169746, -0.985488, 0.000000> - 14130: < 0.169866, -0.984530, -0.042970> - 14131: < 0.212870, -0.976120, -0.043306> - 14132: < 0.169746, -0.985488, 0.000000> - 14133: < 0.127020, -0.991900, 0.000000> - 14134: < 0.127144, -0.990966, -0.042666> - 14135: < 0.169866, -0.984530, -0.042970> - 14136: < 0.127020, -0.991900, 0.000000> - 14137: < 0.084568, -0.996418, 0.000000> - 14138: < 0.084660, -0.995505, -0.042452> - 14139: < 0.127144, -0.990966, -0.042666> - 14140: < 0.084568, -0.996418, 0.000000> - 14141: < 0.042239, -0.999108, 0.000000> - 14142: < 0.042299, -0.998209, -0.042299> - 14143: < 0.084660, -0.995505, -0.042452> - 14144: < 0.042239, -0.999108, 0.000000> - 14145: < 0.000000, -1.000000, 0.000000> - 14146: < 0.000000, -0.999108, -0.042239> - 14147: < 0.042299, -0.998209, -0.042299> - 14148: < 0.000000, -1.000000, 0.000000> - 14149: <-0.042239, -0.999108, 0.000000> - 14150: <-0.042299, -0.998209, -0.042299> - 14151: < 0.000000, -0.999108, -0.042239> - 14152: <-0.042239, -0.999108, 0.000000> - 14153: <-0.084568, -0.996418, 0.000000> - 14154: <-0.084660, -0.995505, -0.042452> - 14155: <-0.042299, -0.998209, -0.042299> - 14156: <-0.084568, -0.996418, 0.000000> - 14157: <-0.127020, -0.991900, 0.000000> - 14158: <-0.127144, -0.990966, -0.042666> - 14159: <-0.084660, -0.995505, -0.042452> - 14160: <-0.127020, -0.991900, 0.000000> - 14161: <-0.169746, -0.985488, 0.000000> - 14162: <-0.169866, -0.984530, -0.042970> - 14163: <-0.127144, -0.990966, -0.042666> - 14164: <-0.169746, -0.985488, 0.000000> - 14165: <-0.212750, -0.977107, 0.000000> - 14166: <-0.212870, -0.976120, -0.043306> - 14167: <-0.169866, -0.984530, -0.042970> - 14168: <-0.212750, -0.977107, 0.000000> - 14169: <-0.256177, -0.966630, 0.000000> - 14170: <-0.256267, -0.965618, -0.043703> - 14171: <-0.212870, -0.976120, -0.043306> - 14172: <-0.256177, -0.966630, 0.000000> - 14173: <-0.300059, -0.953921, 0.000000> - 14174: <-0.300092, -0.952889, -0.044130> - 14175: <-0.256267, -0.965618, -0.043703> - 14176: <-0.300059, -0.953921, 0.000000> - 14177: <-0.344405, -0.938821, 0.000000> - 14178: <-0.344409, -0.937762, -0.044558> - 14179: <-0.300092, -0.952889, -0.044130> - 14180: <-0.344405, -0.938821, 0.000000> - 14181: <-0.389244, -0.921135, 0.000000> - 14182: <-0.389180, -0.920061, -0.045016> - 14183: <-0.344409, -0.937762, -0.044558> - 14184: <-0.389244, -0.921135, 0.000000> - 14185: <-0.434534, -0.900655, 0.000000> - 14186: <-0.434379, -0.899583, -0.045443> - 14187: <-0.389180, -0.920061, -0.045016> - 14188: <-0.434534, -0.900655, 0.000000> - 14189: <-0.480182, -0.877169, 0.000000> - 14190: <-0.479951, -0.876095, -0.045871> - 14191: <-0.434379, -0.899583, -0.045443> - 14192: <-0.480182, -0.877169, 0.000000> - 14193: <-0.526081, -0.850434, 0.000000> - 14194: <-0.525753, -0.849378, -0.046267> - 14195: <-0.479951, -0.876095, -0.045871> - 14196: <-0.526081, -0.850434, 0.000000> - 14197: <-0.572024, -0.820237, 0.000000> - 14198: <-0.571602, -0.819208, -0.046573> - 14199: <-0.525753, -0.849378, -0.046267> - 14200: <-0.572024, -0.820237, 0.000000> - 14201: <-0.617789, -0.786344, 0.000000> - 14202: <-0.617246, -0.785375, -0.046847> - 14203: <-0.571602, -0.819208, -0.046573> - 14204: <-0.617789, -0.786344, 0.000000> - 14205: <-0.663024, -0.748599, 0.000000> - 14206: <-0.662354, -0.747715, -0.046999> - 14207: <-0.617246, -0.785375, -0.046847> - 14208: < 0.662354, -0.747715, -0.046999> - 14209: < 0.617246, -0.785375, -0.046847> - 14210: < 0.615697, -0.782607, -0.091894> - 14211: < 0.660463, -0.745184, -0.092137> - 14212: < 0.617246, -0.785375, -0.046847> - 14213: < 0.571602, -0.819208, -0.046573> - 14214: < 0.570377, -0.816271, -0.091497> - 14215: < 0.615697, -0.782607, -0.091894> - 14216: < 0.571602, -0.819208, -0.046573> - 14217: < 0.525753, -0.849378, -0.046267> - 14218: < 0.524836, -0.846324, -0.091008> - 14219: < 0.570377, -0.816271, -0.091497> - 14220: < 0.525753, -0.849378, -0.046267> - 14221: < 0.479951, -0.876095, -0.045871> - 14222: < 0.479307, -0.872976, -0.090429> - 14223: < 0.524836, -0.846324, -0.091008> - 14224: < 0.479951, -0.876095, -0.045871> - 14225: < 0.434379, -0.899583, -0.045443> - 14226: < 0.433981, -0.896437, -0.089787> - 14227: < 0.479307, -0.872976, -0.090429> - 14228: < 0.434379, -0.899583, -0.045443> - 14229: < 0.389180, -0.920061, -0.045016> - 14230: < 0.388998, -0.916918, -0.089116> - 14231: < 0.433981, -0.896437, -0.089787> - 14232: < 0.389180, -0.920061, -0.045016> - 14233: < 0.344409, -0.937762, -0.044558> - 14234: < 0.344408, -0.934648, -0.088414> - 14235: < 0.388998, -0.916918, -0.089116> - 14236: < 0.344409, -0.937762, -0.044558> - 14237: < 0.300092, -0.952889, -0.044130> - 14238: < 0.300248, -0.949820, -0.087712> - 14239: < 0.344408, -0.934648, -0.088414> - 14240: < 0.300092, -0.952889, -0.044130> - 14241: < 0.256267, -0.965618, -0.043703> - 14242: < 0.256544, -0.962605, -0.087041> - 14243: < 0.300248, -0.949820, -0.087712> - 14244: < 0.256267, -0.965618, -0.043703> - 14245: < 0.212870, -0.976120, -0.043306> - 14246: < 0.213204, -0.973180, -0.086398> - 14247: < 0.256544, -0.962605, -0.087041> - 14248: < 0.212870, -0.976120, -0.043306> - 14249: < 0.169866, -0.984530, -0.042970> - 14250: < 0.170203, -0.981668, -0.085788> - 14251: < 0.213204, -0.973180, -0.086398> - 14252: < 0.169866, -0.984530, -0.042970> - 14253: < 0.127144, -0.990966, -0.042666> - 14254: < 0.127447, -0.988171, -0.085300> - 14255: < 0.170203, -0.981668, -0.085788> - 14256: < 0.127144, -0.990966, -0.042666> - 14257: < 0.084660, -0.995505, -0.042452> - 14258: < 0.084905, -0.992765, -0.084905> - 14259: < 0.127447, -0.988171, -0.085300> - 14260: < 0.084660, -0.995505, -0.042452> - 14261: < 0.042299, -0.998209, -0.042299> - 14262: < 0.042452, -0.995505, -0.084660> - 14263: < 0.084905, -0.992765, -0.084905> - 14264: < 0.042299, -0.998209, -0.042299> - 14265: < 0.000000, -0.999108, -0.042239> - 14266: < 0.000000, -0.996418, -0.084568> - 14267: < 0.042452, -0.995505, -0.084660> - 14268: < 0.000000, -0.999108, -0.042239> - 14269: <-0.042299, -0.998209, -0.042299> - 14270: <-0.042452, -0.995505, -0.084660> - 14271: < 0.000000, -0.996418, -0.084568> - 14272: <-0.042299, -0.998209, -0.042299> - 14273: <-0.084660, -0.995505, -0.042452> - 14274: <-0.084905, -0.992765, -0.084905> - 14275: <-0.042452, -0.995505, -0.084660> - 14276: <-0.084660, -0.995505, -0.042452> - 14277: <-0.127144, -0.990966, -0.042666> - 14278: <-0.127447, -0.988171, -0.085300> - 14279: <-0.084905, -0.992765, -0.084905> - 14280: <-0.127144, -0.990966, -0.042666> - 14281: <-0.169866, -0.984530, -0.042970> - 14282: <-0.170203, -0.981668, -0.085788> - 14283: <-0.127447, -0.988171, -0.085300> - 14284: <-0.169866, -0.984530, -0.042970> - 14285: <-0.212870, -0.976120, -0.043306> - 14286: <-0.213204, -0.973180, -0.086398> - 14287: <-0.170203, -0.981668, -0.085788> - 14288: <-0.212870, -0.976120, -0.043306> - 14289: <-0.256267, -0.965618, -0.043703> - 14290: <-0.256544, -0.962605, -0.087041> - 14291: <-0.213204, -0.973180, -0.086398> - 14292: <-0.256267, -0.965618, -0.043703> - 14293: <-0.300092, -0.952889, -0.044130> - 14294: <-0.300248, -0.949820, -0.087712> - 14295: <-0.256544, -0.962605, -0.087041> - 14296: <-0.300092, -0.952889, -0.044130> - 14297: <-0.344409, -0.937762, -0.044558> - 14298: <-0.344408, -0.934648, -0.088414> - 14299: <-0.300248, -0.949820, -0.087712> - 14300: <-0.344409, -0.937762, -0.044558> - 14301: <-0.389180, -0.920061, -0.045016> - 14302: <-0.388998, -0.916918, -0.089116> - 14303: <-0.344408, -0.934648, -0.088414> - 14304: <-0.389180, -0.920061, -0.045016> - 14305: <-0.434379, -0.899583, -0.045443> - 14306: <-0.433981, -0.896437, -0.089787> - 14307: <-0.388998, -0.916918, -0.089116> - 14308: <-0.434379, -0.899583, -0.045443> - 14309: <-0.479951, -0.876095, -0.045871> - 14310: <-0.479307, -0.872976, -0.090429> - 14311: <-0.433981, -0.896437, -0.089787> - 14312: <-0.479951, -0.876095, -0.045871> - 14313: <-0.525753, -0.849378, -0.046267> - 14314: <-0.524836, -0.846324, -0.091008> - 14315: <-0.479307, -0.872976, -0.090429> - 14316: <-0.525753, -0.849378, -0.046267> - 14317: <-0.571602, -0.819208, -0.046573> - 14318: <-0.570377, -0.816271, -0.091497> - 14319: <-0.524836, -0.846324, -0.091008> - 14320: <-0.571602, -0.819208, -0.046573> - 14321: <-0.617246, -0.785375, -0.046847> - 14322: <-0.615697, -0.782607, -0.091894> - 14323: <-0.570377, -0.816271, -0.091497> - 14324: <-0.617246, -0.785375, -0.046847> - 14325: <-0.662354, -0.747715, -0.046999> - 14326: <-0.660463, -0.745184, -0.092137> - 14327: <-0.615697, -0.782607, -0.091894> - 14328: < 0.660463, -0.745184, -0.092137> - 14329: < 0.615697, -0.782607, -0.091894> - 14330: < 0.613196, -0.778306, -0.135018> - 14331: < 0.657468, -0.741243, -0.135260> - 14332: < 0.615697, -0.782607, -0.091894> - 14333: < 0.570377, -0.816271, -0.091497> - 14334: < 0.568382, -0.811677, -0.134618> - 14335: < 0.613196, -0.778306, -0.135018> - 14336: < 0.570377, -0.816271, -0.091497> - 14337: < 0.524836, -0.846324, -0.091008> - 14338: < 0.523307, -0.841527, -0.134100> - 14339: < 0.568382, -0.811677, -0.134618> - 14340: < 0.524836, -0.846324, -0.091008> - 14341: < 0.479307, -0.872976, -0.090429> - 14342: < 0.478208, -0.868033, -0.133553> - 14343: < 0.523307, -0.841527, -0.134100> - 14344: < 0.479307, -0.872976, -0.090429> - 14345: < 0.433981, -0.896437, -0.089787> - 14346: < 0.433281, -0.891405, -0.132911> - 14347: < 0.478208, -0.868033, -0.133553> - 14348: < 0.433981, -0.896437, -0.089787> - 14349: < 0.388998, -0.916918, -0.089116> - 14350: < 0.388632, -0.911854, -0.132240> - 14351: < 0.433281, -0.891405, -0.132911> - 14352: < 0.388998, -0.916918, -0.089116> - 14353: < 0.344408, -0.934648, -0.088414> - 14354: < 0.344322, -0.929596, -0.131509> - 14355: < 0.388632, -0.911854, -0.132240> - 14356: < 0.344408, -0.934648, -0.088414> - 14357: < 0.300248, -0.949820, -0.087712> - 14358: < 0.300427, -0.944802, -0.130743> - 14359: < 0.344322, -0.929596, -0.131509> - 14360: < 0.300248, -0.949820, -0.087712> - 14361: < 0.256544, -0.962605, -0.087041> - 14362: < 0.256880, -0.957663, -0.129981> - 14363: < 0.300427, -0.944802, -0.130743> - 14364: < 0.256544, -0.962605, -0.087041> - 14365: < 0.213204, -0.973180, -0.086398> - 14366: < 0.213666, -0.968319, -0.129250> - 14367: < 0.256880, -0.957663, -0.129981> - 14368: < 0.213204, -0.973180, -0.086398> - 14369: < 0.170203, -0.981668, -0.085788> - 14370: < 0.170691, -0.976904, -0.128545> - 14371: < 0.213666, -0.968319, -0.129250> - 14372: < 0.170203, -0.981668, -0.085788> - 14373: < 0.127447, -0.988171, -0.085300> - 14374: < 0.127935, -0.983497, -0.127935> - 14375: < 0.170691, -0.976904, -0.128545> - 14376: < 0.127447, -0.988171, -0.085300> - 14377: < 0.084905, -0.992765, -0.084905> - 14378: < 0.085300, -0.988171, -0.127447> - 14379: < 0.127935, -0.983497, -0.127935> - 14380: < 0.084905, -0.992765, -0.084905> - 14381: < 0.042452, -0.995505, -0.084660> - 14382: < 0.042666, -0.990966, -0.127144> - 14383: < 0.085300, -0.988171, -0.127447> - 14384: < 0.042452, -0.995505, -0.084660> - 14385: < 0.000000, -0.996418, -0.084568> - 14386: < 0.000000, -0.991900, -0.127020> - 14387: < 0.042666, -0.990966, -0.127144> - 14388: < 0.000000, -0.996418, -0.084568> - 14389: <-0.042452, -0.995505, -0.084660> - 14390: <-0.042666, -0.990966, -0.127144> - 14391: < 0.000000, -0.991900, -0.127020> - 14392: <-0.042452, -0.995505, -0.084660> - 14393: <-0.084905, -0.992765, -0.084905> - 14394: <-0.085300, -0.988171, -0.127447> - 14395: <-0.042666, -0.990966, -0.127144> - 14396: <-0.084905, -0.992765, -0.084905> - 14397: <-0.127447, -0.988171, -0.085300> - 14398: <-0.127935, -0.983497, -0.127935> - 14399: <-0.085300, -0.988171, -0.127447> - 14400: <-0.127447, -0.988171, -0.085300> - 14401: <-0.170203, -0.981668, -0.085788> - 14402: <-0.170691, -0.976904, -0.128545> - 14403: <-0.127935, -0.983497, -0.127935> - 14404: <-0.170203, -0.981668, -0.085788> - 14405: <-0.213204, -0.973180, -0.086398> - 14406: <-0.213666, -0.968319, -0.129250> - 14407: <-0.170691, -0.976904, -0.128545> - 14408: <-0.213204, -0.973180, -0.086398> - 14409: <-0.256544, -0.962605, -0.087041> - 14410: <-0.256880, -0.957663, -0.129981> - 14411: <-0.213666, -0.968319, -0.129250> - 14412: <-0.256544, -0.962605, -0.087041> - 14413: <-0.300248, -0.949820, -0.087712> - 14414: <-0.300427, -0.944802, -0.130743> - 14415: <-0.256880, -0.957663, -0.129981> - 14416: <-0.300248, -0.949820, -0.087712> - 14417: <-0.344408, -0.934648, -0.088414> - 14418: <-0.344322, -0.929596, -0.131509> - 14419: <-0.300427, -0.944802, -0.130743> - 14420: <-0.344408, -0.934648, -0.088414> - 14421: <-0.388998, -0.916918, -0.089116> - 14422: <-0.388632, -0.911854, -0.132240> - 14423: <-0.344322, -0.929596, -0.131509> - 14424: <-0.388998, -0.916918, -0.089116> - 14425: <-0.433981, -0.896437, -0.089787> - 14426: <-0.433281, -0.891405, -0.132911> - 14427: <-0.388632, -0.911854, -0.132240> - 14428: <-0.433981, -0.896437, -0.089787> - 14429: <-0.479307, -0.872976, -0.090429> - 14430: <-0.478208, -0.868033, -0.133553> - 14431: <-0.433281, -0.891405, -0.132911> - 14432: <-0.479307, -0.872976, -0.090429> - 14433: <-0.524836, -0.846324, -0.091008> - 14434: <-0.523307, -0.841527, -0.134100> - 14435: <-0.478208, -0.868033, -0.133553> - 14436: <-0.524836, -0.846324, -0.091008> - 14437: <-0.570377, -0.816271, -0.091497> - 14438: <-0.568382, -0.811677, -0.134618> - 14439: <-0.523307, -0.841527, -0.134100> - 14440: <-0.570377, -0.816271, -0.091497> - 14441: <-0.615697, -0.782607, -0.091894> - 14442: <-0.613218, -0.778295, -0.134985> - 14443: <-0.568382, -0.811677, -0.134618> - 14444: <-0.615697, -0.782607, -0.091894> - 14445: <-0.660463, -0.745184, -0.092137> - 14446: <-0.657468, -0.741243, -0.135260> - 14447: <-0.613218, -0.778295, -0.134985> - 14448: < 0.657468, -0.741243, -0.135260> - 14449: < 0.613196, -0.778306, -0.135018> - 14450: < 0.609892, -0.772589, -0.176461> - 14451: < 0.653502, -0.736025, -0.176644> - 14452: < 0.613196, -0.778306, -0.135018> - 14453: < 0.568382, -0.811677, -0.134618> - 14454: < 0.565675, -0.805587, -0.176188> - 14455: < 0.609892, -0.772589, -0.176461> - 14456: < 0.568382, -0.811677, -0.134618> - 14457: < 0.523307, -0.841527, -0.134100> - 14458: < 0.521180, -0.835133, -0.175853> - 14459: < 0.565675, -0.805587, -0.176188> - 14460: < 0.523307, -0.841527, -0.134100> - 14461: < 0.478208, -0.868033, -0.133553> - 14462: < 0.476614, -0.861427, -0.175453> - 14463: < 0.521180, -0.835133, -0.175853> - 14464: < 0.478208, -0.868033, -0.133553> - 14465: < 0.433281, -0.891405, -0.132911> - 14466: < 0.432149, -0.884654, -0.175026> - 14467: < 0.476614, -0.861427, -0.175453> - 14468: < 0.433281, -0.891405, -0.132911> - 14469: < 0.388632, -0.911854, -0.132240> - 14470: < 0.387965, -0.904997, -0.174541> - 14471: < 0.432149, -0.884654, -0.175026> - 14472: < 0.388632, -0.911854, -0.132240> - 14473: < 0.344322, -0.929596, -0.131509> - 14474: < 0.344072, -0.922682, -0.173989> - 14475: < 0.387965, -0.904997, -0.174541> - 14476: < 0.344322, -0.929596, -0.131509> - 14477: < 0.300427, -0.944802, -0.130743> - 14478: < 0.300496, -0.937897, -0.173351> - 14479: < 0.344072, -0.922682, -0.173989> - 14480: < 0.300427, -0.944802, -0.130743> - 14481: < 0.256880, -0.957663, -0.129981> - 14482: < 0.257217, -0.950800, -0.172679> - 14483: < 0.300496, -0.937897, -0.173351> - 14484: < 0.256880, -0.957663, -0.129981> - 14485: < 0.213666, -0.968319, -0.129250> - 14486: < 0.214182, -0.961530, -0.172005> - 14487: < 0.257217, -0.950800, -0.172679> - 14488: < 0.213666, -0.968319, -0.129250> - 14489: < 0.170691, -0.976904, -0.128545> - 14490: < 0.171305, -0.970211, -0.171305> - 14491: < 0.214182, -0.961530, -0.172005> - 14492: < 0.170691, -0.976904, -0.128545> - 14493: < 0.127935, -0.983497, -0.127935> - 14494: < 0.128545, -0.976904, -0.170691> - 14495: < 0.171305, -0.970211, -0.171305> - 14496: < 0.127935, -0.983497, -0.127935> - 14497: < 0.085300, -0.988171, -0.127447> - 14498: < 0.085788, -0.981668, -0.170203> - 14499: < 0.128545, -0.976904, -0.170691> - 14500: < 0.085300, -0.988171, -0.127447> - 14501: < 0.042666, -0.990966, -0.127144> - 14502: < 0.042970, -0.984530, -0.169866> - 14503: < 0.085788, -0.981668, -0.170203> - 14504: < 0.042666, -0.990966, -0.127144> - 14505: < 0.000000, -0.991900, -0.127020> - 14506: < 0.000000, -0.985488, -0.169746> - 14507: < 0.042970, -0.984530, -0.169866> - 14508: < 0.000000, -0.991900, -0.127020> - 14509: <-0.042666, -0.990966, -0.127144> - 14510: <-0.042970, -0.984530, -0.169866> - 14511: < 0.000000, -0.985488, -0.169746> - 14512: <-0.042666, -0.990966, -0.127144> - 14513: <-0.085300, -0.988171, -0.127447> - 14514: <-0.085788, -0.981668, -0.170203> - 14515: <-0.042970, -0.984530, -0.169866> - 14516: <-0.085300, -0.988171, -0.127447> - 14517: <-0.127935, -0.983497, -0.127935> - 14518: <-0.128545, -0.976904, -0.170691> - 14519: <-0.085788, -0.981668, -0.170203> - 14520: <-0.127935, -0.983497, -0.127935> - 14521: <-0.170691, -0.976904, -0.128545> - 14522: <-0.171305, -0.970211, -0.171305> - 14523: <-0.128545, -0.976904, -0.170691> - 14524: <-0.170691, -0.976904, -0.128545> - 14525: <-0.213666, -0.968319, -0.129250> - 14526: <-0.214182, -0.961530, -0.172005> - 14527: <-0.171305, -0.970211, -0.171305> - 14528: <-0.213666, -0.968319, -0.129250> - 14529: <-0.256880, -0.957663, -0.129981> - 14530: <-0.257217, -0.950800, -0.172679> - 14531: <-0.214182, -0.961530, -0.172005> - 14532: <-0.256880, -0.957663, -0.129981> - 14533: <-0.300427, -0.944802, -0.130743> - 14534: <-0.300496, -0.937897, -0.173351> - 14535: <-0.257217, -0.950800, -0.172679> - 14536: <-0.300427, -0.944802, -0.130743> - 14537: <-0.344322, -0.929596, -0.131509> - 14538: <-0.344072, -0.922682, -0.173989> - 14539: <-0.300496, -0.937897, -0.173351> - 14540: <-0.344322, -0.929596, -0.131509> - 14541: <-0.388632, -0.911854, -0.132240> - 14542: <-0.387965, -0.904997, -0.174541> - 14543: <-0.344072, -0.922682, -0.173989> - 14544: <-0.388632, -0.911854, -0.132240> - 14545: <-0.433281, -0.891405, -0.132911> - 14546: <-0.432149, -0.884654, -0.175026> - 14547: <-0.387965, -0.904997, -0.174541> - 14548: <-0.433281, -0.891405, -0.132911> - 14549: <-0.478208, -0.868033, -0.133553> - 14550: <-0.476614, -0.861427, -0.175453> - 14551: <-0.432149, -0.884654, -0.175026> - 14552: <-0.478208, -0.868033, -0.133553> - 14553: <-0.523307, -0.841527, -0.134100> - 14554: <-0.521180, -0.835133, -0.175853> - 14555: <-0.476614, -0.861427, -0.175453> - 14556: <-0.523307, -0.841527, -0.134100> - 14557: <-0.568382, -0.811677, -0.134618> - 14558: <-0.565675, -0.805587, -0.176188> - 14559: <-0.521180, -0.835133, -0.175853> - 14560: <-0.568382, -0.811677, -0.134618> - 14561: <-0.613218, -0.778295, -0.134985> - 14562: <-0.609892, -0.772589, -0.176461> - 14563: <-0.565675, -0.805587, -0.176188> - 14564: <-0.613218, -0.778295, -0.134985> - 14565: <-0.657468, -0.741243, -0.135260> - 14566: <-0.653502, -0.736025, -0.176644> - 14567: <-0.609892, -0.772589, -0.176461> - 14568: < 0.653502, -0.736025, -0.176644> - 14569: < 0.609892, -0.772589, -0.176461> - 14570: < 0.605748, -0.765608, -0.216596> - 14571: < 0.648606, -0.729636, -0.216660> - 14572: < 0.609892, -0.772589, -0.176461> - 14573: < 0.565675, -0.805587, -0.176188> - 14574: < 0.562257, -0.798110, -0.216534> - 14575: < 0.605748, -0.765608, -0.216596> - 14576: < 0.565675, -0.805587, -0.176188> - 14577: < 0.521180, -0.835133, -0.175853> - 14578: < 0.518435, -0.827263, -0.216475> - 14579: < 0.562257, -0.798110, -0.216534> - 14580: < 0.521180, -0.835133, -0.175853> - 14581: < 0.476614, -0.861427, -0.175453> - 14582: < 0.474515, -0.853230, -0.216413> - 14583: < 0.518435, -0.827263, -0.216475> - 14584: < 0.476614, -0.861427, -0.175453> - 14585: < 0.432149, -0.884654, -0.175026> - 14586: < 0.430657, -0.876208, -0.216320> - 14587: < 0.474515, -0.853230, -0.216413> - 14588: < 0.432149, -0.884654, -0.175026> - 14589: < 0.387965, -0.904997, -0.174541> - 14590: < 0.386985, -0.896382, -0.216199> - 14591: < 0.430657, -0.876208, -0.216320> - 14592: < 0.387965, -0.904997, -0.174541> - 14593: < 0.344072, -0.922682, -0.173989> - 14594: < 0.343582, -0.913949, -0.215982> - 14595: < 0.386985, -0.896382, -0.216199> - 14596: < 0.344072, -0.922682, -0.173989> - 14597: < 0.300496, -0.937897, -0.173351> - 14598: < 0.300461, -0.929096, -0.215649> - 14599: < 0.343582, -0.913949, -0.215982> - 14600: < 0.300496, -0.937897, -0.173351> - 14601: < 0.257217, -0.950800, -0.172679> - 14602: < 0.257519, -0.942000, -0.215220> - 14603: < 0.300461, -0.929096, -0.215649> - 14604: < 0.257217, -0.950800, -0.172679> - 14605: < 0.214182, -0.961530, -0.172005> - 14606: < 0.214732, -0.952775, -0.214732> - 14607: < 0.257519, -0.942000, -0.215220> - 14608: < 0.214182, -0.961530, -0.172005> - 14609: < 0.171305, -0.970211, -0.171305> - 14610: < 0.172005, -0.961530, -0.214182> - 14611: < 0.214732, -0.952775, -0.214732> - 14612: < 0.171305, -0.970211, -0.171305> - 14613: < 0.128545, -0.976904, -0.170691> - 14614: < 0.129250, -0.968319, -0.213666> - 14615: < 0.172005, -0.961530, -0.214182> - 14616: < 0.128545, -0.976904, -0.170691> - 14617: < 0.085788, -0.981668, -0.170203> - 14618: < 0.086398, -0.973180, -0.213204> - 14619: < 0.129250, -0.968319, -0.213666> - 14620: < 0.085788, -0.981668, -0.170203> - 14621: < 0.042970, -0.984530, -0.169866> - 14622: < 0.043306, -0.976120, -0.212870> - 14623: < 0.086398, -0.973180, -0.213204> - 14624: < 0.042970, -0.984530, -0.169866> - 14625: < 0.000000, -0.985488, -0.169746> - 14626: < 0.000000, -0.977107, -0.212750> - 14627: < 0.043306, -0.976120, -0.212870> - 14628: < 0.000000, -0.985488, -0.169746> - 14629: <-0.042970, -0.984530, -0.169866> - 14630: <-0.043306, -0.976120, -0.212870> - 14631: < 0.000000, -0.977107, -0.212750> - 14632: <-0.042970, -0.984530, -0.169866> - 14633: <-0.085788, -0.981668, -0.170203> - 14634: <-0.086398, -0.973180, -0.213204> - 14635: <-0.043306, -0.976120, -0.212870> - 14636: <-0.085788, -0.981668, -0.170203> - 14637: <-0.128545, -0.976904, -0.170691> - 14638: <-0.129250, -0.968319, -0.213666> - 14639: <-0.086398, -0.973180, -0.213204> - 14640: <-0.128545, -0.976904, -0.170691> - 14641: <-0.171305, -0.970211, -0.171305> - 14642: <-0.172005, -0.961530, -0.214182> - 14643: <-0.129250, -0.968319, -0.213666> - 14644: <-0.171305, -0.970211, -0.171305> - 14645: <-0.214182, -0.961530, -0.172005> - 14646: <-0.214732, -0.952775, -0.214732> - 14647: <-0.172005, -0.961530, -0.214182> - 14648: <-0.214182, -0.961530, -0.172005> - 14649: <-0.257217, -0.950800, -0.172679> - 14650: <-0.257519, -0.942000, -0.215220> - 14651: <-0.214732, -0.952775, -0.214732> - 14652: <-0.257217, -0.950800, -0.172679> - 14653: <-0.300496, -0.937897, -0.173351> - 14654: <-0.300461, -0.929096, -0.215649> - 14655: <-0.257519, -0.942000, -0.215220> - 14656: <-0.300496, -0.937897, -0.173351> - 14657: <-0.344072, -0.922682, -0.173989> - 14658: <-0.343582, -0.913949, -0.215982> - 14659: <-0.300461, -0.929096, -0.215649> - 14660: <-0.344072, -0.922682, -0.173989> - 14661: <-0.387965, -0.904997, -0.174541> - 14662: <-0.386985, -0.896382, -0.216199> - 14663: <-0.343582, -0.913949, -0.215982> - 14664: <-0.387965, -0.904997, -0.174541> - 14665: <-0.432149, -0.884654, -0.175026> - 14666: <-0.430657, -0.876208, -0.216320> - 14667: <-0.386985, -0.896382, -0.216199> - 14668: <-0.432149, -0.884654, -0.175026> - 14669: <-0.476614, -0.861427, -0.175453> - 14670: <-0.474515, -0.853230, -0.216413> - 14671: <-0.430657, -0.876208, -0.216320> - 14672: <-0.476614, -0.861427, -0.175453> - 14673: <-0.521180, -0.835133, -0.175853> - 14674: <-0.518435, -0.827263, -0.216475> - 14675: <-0.474515, -0.853230, -0.216413> - 14676: <-0.521180, -0.835133, -0.175853> - 14677: <-0.565675, -0.805587, -0.176188> - 14678: <-0.562257, -0.798110, -0.216534> - 14679: <-0.518435, -0.827263, -0.216475> - 14680: <-0.565675, -0.805587, -0.176188> - 14681: <-0.609892, -0.772589, -0.176461> - 14682: <-0.605748, -0.765608, -0.216596> - 14683: <-0.562257, -0.798110, -0.216534> - 14684: <-0.609892, -0.772589, -0.176461> - 14685: <-0.653502, -0.736025, -0.176644> - 14686: <-0.648606, -0.729636, -0.216660> - 14687: <-0.605748, -0.765608, -0.216596> - 14688: < 0.648606, -0.729636, -0.216660> - 14689: < 0.605748, -0.765608, -0.216596> - 14690: < 0.600829, -0.757361, -0.255750> - 14691: < 0.642833, -0.722093, -0.255632> - 14692: < 0.605748, -0.765608, -0.216596> - 14693: < 0.562257, -0.798110, -0.216534> - 14694: < 0.558172, -0.789266, -0.255937> - 14695: < 0.600829, -0.757361, -0.255750> - 14696: < 0.562257, -0.798110, -0.216534> - 14697: < 0.518435, -0.827263, -0.216475> - 14698: < 0.515110, -0.817925, -0.256243> - 14699: < 0.558172, -0.789266, -0.255937> - 14700: < 0.518435, -0.827263, -0.216475> - 14701: < 0.474515, -0.853230, -0.216413> - 14702: < 0.471888, -0.843490, -0.256606> - 14703: < 0.515110, -0.817925, -0.256243> - 14704: < 0.474515, -0.853230, -0.216413> - 14705: < 0.430657, -0.876208, -0.216320> - 14706: < 0.428698, -0.866124, -0.256999> - 14707: < 0.471888, -0.843490, -0.256606> - 14708: < 0.430657, -0.876208, -0.216320> - 14709: < 0.386985, -0.896382, -0.216199> - 14710: < 0.385664, -0.886018, -0.257364> - 14711: < 0.428698, -0.866124, -0.256999> - 14712: < 0.386985, -0.896382, -0.216199> - 14713: < 0.343582, -0.913949, -0.215982> - 14714: < 0.342825, -0.903377, -0.257646> - 14715: < 0.385664, -0.886018, -0.257364> - 14716: < 0.343582, -0.913949, -0.215982> - 14717: < 0.300461, -0.929096, -0.215649> - 14718: < 0.300219, -0.918390, -0.257736> - 14719: < 0.342825, -0.903377, -0.257646> - 14720: < 0.300461, -0.929096, -0.215649> - 14721: < 0.257519, -0.942000, -0.215220> - 14722: < 0.257702, -0.931225, -0.257702> - 14723: < 0.300219, -0.918390, -0.257736> - 14724: < 0.257519, -0.942000, -0.215220> - 14725: < 0.214732, -0.952775, -0.214732> - 14726: < 0.215220, -0.942000, -0.257519> - 14727: < 0.257702, -0.931225, -0.257702> - 14728: < 0.214732, -0.952775, -0.214732> - 14729: < 0.172005, -0.961530, -0.214182> - 14730: < 0.172679, -0.950800, -0.257217> - 14731: < 0.215220, -0.942000, -0.257519> - 14732: < 0.172005, -0.961530, -0.214182> - 14733: < 0.129250, -0.968319, -0.213666> - 14734: < 0.129981, -0.957663, -0.256880> - 14735: < 0.172679, -0.950800, -0.257217> - 14736: < 0.129250, -0.968319, -0.213666> - 14737: < 0.086398, -0.973180, -0.213204> - 14738: < 0.087041, -0.962605, -0.256544> - 14739: < 0.129981, -0.957663, -0.256880> - 14740: < 0.086398, -0.973180, -0.213204> - 14741: < 0.043306, -0.976120, -0.212870> - 14742: < 0.043703, -0.965618, -0.256267> - 14743: < 0.087041, -0.962605, -0.256544> - 14744: < 0.043306, -0.976120, -0.212870> - 14745: < 0.000000, -0.977107, -0.212750> - 14746: < 0.000000, -0.966630, -0.256177> - 14747: < 0.043703, -0.965618, -0.256267> - 14748: < 0.000000, -0.977107, -0.212750> - 14749: <-0.043306, -0.976120, -0.212870> - 14750: <-0.043703, -0.965618, -0.256267> - 14751: < 0.000000, -0.966630, -0.256177> - 14752: <-0.043306, -0.976120, -0.212870> - 14753: <-0.086398, -0.973180, -0.213204> - 14754: <-0.087041, -0.962605, -0.256544> - 14755: <-0.043703, -0.965618, -0.256267> - 14756: <-0.086398, -0.973180, -0.213204> - 14757: <-0.129250, -0.968319, -0.213666> - 14758: <-0.129981, -0.957663, -0.256880> - 14759: <-0.087041, -0.962605, -0.256544> - 14760: <-0.129250, -0.968319, -0.213666> - 14761: <-0.172005, -0.961530, -0.214182> - 14762: <-0.172679, -0.950800, -0.257217> - 14763: <-0.129981, -0.957663, -0.256880> - 14764: <-0.172005, -0.961530, -0.214182> - 14765: <-0.214732, -0.952775, -0.214732> - 14766: <-0.215220, -0.942000, -0.257519> - 14767: <-0.172679, -0.950800, -0.257217> - 14768: <-0.214732, -0.952775, -0.214732> - 14769: <-0.257519, -0.942000, -0.215220> - 14770: <-0.257702, -0.931225, -0.257702> - 14771: <-0.215220, -0.942000, -0.257519> - 14772: <-0.257519, -0.942000, -0.215220> - 14773: <-0.300461, -0.929096, -0.215649> - 14774: <-0.300219, -0.918390, -0.257736> - 14775: <-0.257702, -0.931225, -0.257702> - 14776: <-0.300461, -0.929096, -0.215649> - 14777: <-0.343582, -0.913949, -0.215982> - 14778: <-0.342852, -0.903367, -0.257643> - 14779: <-0.300219, -0.918390, -0.257736> - 14780: <-0.343582, -0.913949, -0.215982> - 14781: <-0.386985, -0.896382, -0.216199> - 14782: <-0.385664, -0.886018, -0.257364> - 14783: <-0.342852, -0.903367, -0.257643> - 14784: <-0.386985, -0.896382, -0.216199> - 14785: <-0.430657, -0.876208, -0.216320> - 14786: <-0.428698, -0.866124, -0.256999> - 14787: <-0.385664, -0.886018, -0.257364> - 14788: <-0.430657, -0.876208, -0.216320> - 14789: <-0.474515, -0.853230, -0.216413> - 14790: <-0.471888, -0.843490, -0.256606> - 14791: <-0.428698, -0.866124, -0.256999> - 14792: <-0.474515, -0.853230, -0.216413> - 14793: <-0.518435, -0.827263, -0.216475> - 14794: <-0.515110, -0.817925, -0.256243> - 14795: <-0.471888, -0.843490, -0.256606> - 14796: <-0.518435, -0.827263, -0.216475> - 14797: <-0.562257, -0.798110, -0.216534> - 14798: <-0.558172, -0.789266, -0.255937> - 14799: <-0.515110, -0.817925, -0.256243> - 14800: <-0.562257, -0.798110, -0.216534> - 14801: <-0.605748, -0.765608, -0.216596> - 14802: <-0.600829, -0.757361, -0.255750> - 14803: <-0.558172, -0.789266, -0.255937> - 14804: <-0.605748, -0.765608, -0.216596> - 14805: <-0.648606, -0.729636, -0.216660> - 14806: <-0.642833, -0.722093, -0.255632> - 14807: <-0.600829, -0.757361, -0.255750> - 14808: < 0.642833, -0.722093, -0.255632> - 14809: < 0.600829, -0.757361, -0.255750> - 14810: < 0.595158, -0.747816, -0.294207> - 14811: < 0.636150, -0.713396, -0.293904> - 14812: < 0.600829, -0.757361, -0.255750> - 14813: < 0.558172, -0.789266, -0.255937> - 14814: < 0.553415, -0.779017, -0.294729> - 14815: < 0.595158, -0.747816, -0.294207> - 14816: < 0.558172, -0.789266, -0.255937> - 14817: < 0.515110, -0.817925, -0.256243> - 14818: < 0.511198, -0.807082, -0.295457> - 14819: < 0.553415, -0.779017, -0.294729> - 14820: < 0.515110, -0.817925, -0.256243> - 14821: < 0.471888, -0.843490, -0.256606> - 14822: < 0.468770, -0.832128, -0.296339> - 14823: < 0.511198, -0.807082, -0.295457> - 14824: < 0.471888, -0.843490, -0.256606> - 14825: < 0.428698, -0.866124, -0.256999> - 14826: < 0.426323, -0.854324, -0.297287> - 14827: < 0.468770, -0.832128, -0.296339> - 14828: < 0.428698, -0.866124, -0.256999> - 14829: < 0.385664, -0.886018, -0.257364> - 14830: < 0.383986, -0.873840, -0.298259> - 14831: < 0.426323, -0.854324, -0.297287> - 14832: < 0.385664, -0.886018, -0.257364> - 14833: < 0.342825, -0.903377, -0.257646> - 14834: < 0.341811, -0.890906, -0.299085> - 14835: < 0.383986, -0.873840, -0.298259> - 14836: < 0.342825, -0.903377, -0.257646> - 14837: < 0.300219, -0.918390, -0.257736> - 14838: < 0.299762, -0.905696, -0.299762> - 14839: < 0.341811, -0.890906, -0.299085> - 14840: < 0.300219, -0.918390, -0.257736> - 14841: < 0.257702, -0.931225, -0.257702> - 14842: < 0.257736, -0.918390, -0.300219> - 14843: < 0.299762, -0.905696, -0.299762> - 14844: < 0.257702, -0.931225, -0.257702> - 14845: < 0.215220, -0.942000, -0.257519> - 14846: < 0.215649, -0.929096, -0.300461> - 14847: < 0.257736, -0.918390, -0.300219> - 14848: < 0.215220, -0.942000, -0.257519> - 14849: < 0.172679, -0.950800, -0.257217> - 14850: < 0.173351, -0.937897, -0.300496> - 14851: < 0.215649, -0.929096, -0.300461> - 14852: < 0.172679, -0.950800, -0.257217> - 14853: < 0.129981, -0.957663, -0.256880> - 14854: < 0.130743, -0.944802, -0.300427> - 14855: < 0.173351, -0.937897, -0.300496> - 14856: < 0.129981, -0.957663, -0.256880> - 14857: < 0.087041, -0.962605, -0.256544> - 14858: < 0.087712, -0.949820, -0.300248> - 14859: < 0.130743, -0.944802, -0.300427> - 14860: < 0.087041, -0.962605, -0.256544> - 14861: < 0.043703, -0.965618, -0.256267> - 14862: < 0.044130, -0.952889, -0.300092> - 14863: < 0.087712, -0.949820, -0.300248> - 14864: < 0.043703, -0.965618, -0.256267> - 14865: < 0.000000, -0.966630, -0.256177> - 14866: < 0.000000, -0.953921, -0.300059> - 14867: < 0.044130, -0.952889, -0.300092> - 14868: < 0.000000, -0.966630, -0.256177> - 14869: <-0.043703, -0.965618, -0.256267> - 14870: <-0.044130, -0.952889, -0.300092> - 14871: < 0.000000, -0.953921, -0.300059> - 14872: <-0.043703, -0.965618, -0.256267> - 14873: <-0.087041, -0.962605, -0.256544> - 14874: <-0.087712, -0.949820, -0.300248> - 14875: <-0.044130, -0.952889, -0.300092> - 14876: <-0.087041, -0.962605, -0.256544> - 14877: <-0.129981, -0.957663, -0.256880> - 14878: <-0.130743, -0.944802, -0.300427> - 14879: <-0.087712, -0.949820, -0.300248> - 14880: <-0.129981, -0.957663, -0.256880> - 14881: <-0.172679, -0.950800, -0.257217> - 14882: <-0.173351, -0.937897, -0.300496> - 14883: <-0.130743, -0.944802, -0.300427> - 14884: <-0.172679, -0.950800, -0.257217> - 14885: <-0.215220, -0.942000, -0.257519> - 14886: <-0.215649, -0.929096, -0.300461> - 14887: <-0.173351, -0.937897, -0.300496> - 14888: <-0.215220, -0.942000, -0.257519> - 14889: <-0.257702, -0.931225, -0.257702> - 14890: <-0.257736, -0.918390, -0.300219> - 14891: <-0.215649, -0.929096, -0.300461> - 14892: <-0.257702, -0.931225, -0.257702> - 14893: <-0.300219, -0.918390, -0.257736> - 14894: <-0.299762, -0.905696, -0.299762> - 14895: <-0.257736, -0.918390, -0.300219> - 14896: <-0.300219, -0.918390, -0.257736> - 14897: <-0.342852, -0.903367, -0.257643> - 14898: <-0.341811, -0.890906, -0.299085> - 14899: <-0.299762, -0.905696, -0.299762> - 14900: <-0.342852, -0.903367, -0.257643> - 14901: <-0.385664, -0.886018, -0.257364> - 14902: <-0.383960, -0.873851, -0.298262> - 14903: <-0.341811, -0.890906, -0.299085> - 14904: <-0.385664, -0.886018, -0.257364> - 14905: <-0.428698, -0.866124, -0.256999> - 14906: <-0.426323, -0.854324, -0.297287> - 14907: <-0.383960, -0.873851, -0.298262> - 14908: <-0.428698, -0.866124, -0.256999> - 14909: <-0.471888, -0.843490, -0.256606> - 14910: <-0.468770, -0.832128, -0.296339> - 14911: <-0.426323, -0.854324, -0.297287> - 14912: <-0.471888, -0.843490, -0.256606> - 14913: <-0.515110, -0.817925, -0.256243> - 14914: <-0.511198, -0.807082, -0.295457> - 14915: <-0.468770, -0.832128, -0.296339> - 14916: <-0.515110, -0.817925, -0.256243> - 14917: <-0.558172, -0.789266, -0.255937> - 14918: <-0.553415, -0.779017, -0.294729> - 14919: <-0.511198, -0.807082, -0.295457> - 14920: <-0.558172, -0.789266, -0.255937> - 14921: <-0.600829, -0.757361, -0.255750> - 14922: <-0.595158, -0.747816, -0.294207> - 14923: <-0.553415, -0.779017, -0.294729> - 14924: <-0.600829, -0.757361, -0.255750> - 14925: <-0.642833, -0.722093, -0.255632> - 14926: <-0.636150, -0.713396, -0.293904> - 14927: <-0.595158, -0.747816, -0.294207> - 14928: < 0.636150, -0.713396, -0.293904> - 14929: < 0.595158, -0.747816, -0.294207> - 14930: < 0.588744, -0.736915, -0.332170> - 14931: < 0.628603, -0.703467, -0.331652> - 14932: < 0.595158, -0.747816, -0.294207> - 14933: < 0.553415, -0.779017, -0.294729> - 14934: < 0.548009, -0.767292, -0.333090> - 14935: < 0.588744, -0.736915, -0.332170> - 14936: < 0.553415, -0.779017, -0.294729> - 14937: < 0.511198, -0.807082, -0.295457> - 14938: < 0.506740, -0.794627, -0.334337> - 14939: < 0.548009, -0.767292, -0.333090> - 14940: < 0.511198, -0.807082, -0.295457> - 14941: < 0.468770, -0.832128, -0.296339> - 14942: < 0.465202, -0.819039, -0.335801> - 14943: < 0.506740, -0.794627, -0.334337> - 14944: < 0.468770, -0.832128, -0.296339> - 14945: < 0.426323, -0.854324, -0.297287> - 14946: < 0.423577, -0.840684, -0.337391> - 14947: < 0.465202, -0.819039, -0.335801> - 14948: < 0.426323, -0.854324, -0.297287> - 14949: < 0.383986, -0.873840, -0.298259> - 14950: < 0.381976, -0.859750, -0.339005> - 14951: < 0.423577, -0.840684, -0.337391> - 14952: < 0.383986, -0.873840, -0.298259> - 14953: < 0.341811, -0.890906, -0.299085> - 14954: < 0.340503, -0.876422, -0.340503> - 14955: < 0.381976, -0.859750, -0.339005> - 14956: < 0.341811, -0.890906, -0.299085> - 14957: < 0.299762, -0.905696, -0.299762> - 14958: < 0.299085, -0.890906, -0.341811> - 14959: < 0.340503, -0.876422, -0.340503> - 14960: < 0.299762, -0.905696, -0.299762> - 14961: < 0.257736, -0.918390, -0.300219> - 14962: < 0.257643, -0.903367, -0.342852> - 14963: < 0.299085, -0.890906, -0.341811> - 14964: < 0.257736, -0.918390, -0.300219> - 14965: < 0.215649, -0.929096, -0.300461> - 14966: < 0.215982, -0.913949, -0.343582> - 14967: < 0.257643, -0.903367, -0.342852> - 14968: < 0.215649, -0.929096, -0.300461> - 14969: < 0.173351, -0.937897, -0.300496> - 14970: < 0.173989, -0.922682, -0.344072> - 14971: < 0.215982, -0.913949, -0.343582> - 14972: < 0.173351, -0.937897, -0.300496> - 14973: < 0.130743, -0.944802, -0.300427> - 14974: < 0.131509, -0.929596, -0.344322> - 14975: < 0.173989, -0.922682, -0.344072> - 14976: < 0.130743, -0.944802, -0.300427> - 14977: < 0.087712, -0.949820, -0.300248> - 14978: < 0.088414, -0.934648, -0.344408> - 14979: < 0.131509, -0.929596, -0.344322> - 14980: < 0.087712, -0.949820, -0.300248> - 14981: < 0.044130, -0.952889, -0.300092> - 14982: < 0.044558, -0.937762, -0.344409> - 14983: < 0.088414, -0.934648, -0.344408> - 14984: < 0.044130, -0.952889, -0.300092> - 14985: < 0.000000, -0.953921, -0.300059> - 14986: < 0.000000, -0.938821, -0.344405> - 14987: < 0.044558, -0.937762, -0.344409> - 14988: < 0.000000, -0.953921, -0.300059> - 14989: <-0.044130, -0.952889, -0.300092> - 14990: <-0.044558, -0.937762, -0.344409> - 14991: < 0.000000, -0.938821, -0.344405> - 14992: <-0.044130, -0.952889, -0.300092> - 14993: <-0.087712, -0.949820, -0.300248> - 14994: <-0.088414, -0.934648, -0.344408> - 14995: <-0.044558, -0.937762, -0.344409> - 14996: <-0.087712, -0.949820, -0.300248> - 14997: <-0.130743, -0.944802, -0.300427> - 14998: <-0.131509, -0.929596, -0.344322> - 14999: <-0.088414, -0.934648, -0.344408> - 15000: <-0.130743, -0.944802, -0.300427> - 15001: <-0.173351, -0.937897, -0.300496> - 15002: <-0.173989, -0.922682, -0.344072> - 15003: <-0.131509, -0.929596, -0.344322> - 15004: <-0.173351, -0.937897, -0.300496> - 15005: <-0.215649, -0.929096, -0.300461> - 15006: <-0.215982, -0.913949, -0.343582> - 15007: <-0.173989, -0.922682, -0.344072> - 15008: <-0.215649, -0.929096, -0.300461> - 15009: <-0.257736, -0.918390, -0.300219> - 15010: <-0.257643, -0.903367, -0.342852> - 15011: <-0.215982, -0.913949, -0.343582> - 15012: <-0.257736, -0.918390, -0.300219> - 15013: <-0.299762, -0.905696, -0.299762> - 15014: <-0.299085, -0.890906, -0.341811> - 15015: <-0.257643, -0.903367, -0.342852> - 15016: <-0.299762, -0.905696, -0.299762> - 15017: <-0.341811, -0.890906, -0.299085> - 15018: <-0.340503, -0.876422, -0.340503> - 15019: <-0.299085, -0.890906, -0.341811> - 15020: <-0.341811, -0.890906, -0.299085> - 15021: <-0.383960, -0.873851, -0.298262> - 15022: <-0.381976, -0.859750, -0.339005> - 15023: <-0.340503, -0.876422, -0.340503> - 15024: <-0.383960, -0.873851, -0.298262> - 15025: <-0.426323, -0.854324, -0.297287> - 15026: <-0.423577, -0.840684, -0.337391> - 15027: <-0.381976, -0.859750, -0.339005> - 15028: <-0.426323, -0.854324, -0.297287> - 15029: <-0.468770, -0.832128, -0.296339> - 15030: <-0.465202, -0.819039, -0.335801> - 15031: <-0.423577, -0.840684, -0.337391> - 15032: <-0.468770, -0.832128, -0.296339> - 15033: <-0.511198, -0.807082, -0.295457> - 15034: <-0.506745, -0.794636, -0.334310> - 15035: <-0.465202, -0.819039, -0.335801> - 15036: <-0.511198, -0.807082, -0.295457> - 15037: <-0.553415, -0.779017, -0.294729> - 15038: <-0.548009, -0.767292, -0.333090> - 15039: <-0.506745, -0.794636, -0.334310> - 15040: <-0.553415, -0.779017, -0.294729> - 15041: <-0.595158, -0.747816, -0.294207> - 15042: <-0.588744, -0.736915, -0.332170> - 15043: <-0.548009, -0.767292, -0.333090> - 15044: <-0.595158, -0.747816, -0.294207> - 15045: <-0.636150, -0.713396, -0.293904> - 15046: <-0.628603, -0.703467, -0.331652> - 15047: <-0.588744, -0.736915, -0.332170> - 15048: < 0.628603, -0.703467, -0.331652> - 15049: < 0.588744, -0.736915, -0.332170> - 15050: < 0.581661, -0.724825, -0.369188> - 15051: < 0.620305, -0.692544, -0.368246> - 15052: < 0.588744, -0.736915, -0.332170> - 15053: < 0.548009, -0.767292, -0.333090> - 15054: < 0.542028, -0.754169, -0.370721> - 15055: < 0.581661, -0.724825, -0.369188> - 15056: < 0.548009, -0.767292, -0.333090> - 15057: < 0.506740, -0.794627, -0.334337> - 15058: < 0.501802, -0.780568, -0.372705> - 15059: < 0.542028, -0.754169, -0.370721> - 15060: < 0.506740, -0.794627, -0.334337> - 15061: < 0.465202, -0.819039, -0.335801> - 15062: < 0.461239, -0.804154, -0.374961> - 15063: < 0.501802, -0.780568, -0.372705> - 15064: < 0.465202, -0.819039, -0.335801> - 15065: < 0.423577, -0.840684, -0.337391> - 15066: < 0.420500, -0.825100, -0.377345> - 15067: < 0.461239, -0.804154, -0.374961> - 15068: < 0.423577, -0.840684, -0.337391> - 15069: < 0.381976, -0.859750, -0.339005> - 15070: < 0.379751, -0.843551, -0.379751> - 15071: < 0.420500, -0.825100, -0.377345> - 15072: < 0.381976, -0.859750, -0.339005> - 15073: < 0.340503, -0.876422, -0.340503> - 15074: < 0.339005, -0.859750, -0.381976> - 15075: < 0.379751, -0.843551, -0.379751> - 15076: < 0.340503, -0.876422, -0.340503> - 15077: < 0.299085, -0.890906, -0.341811> - 15078: < 0.298262, -0.873851, -0.383960> - 15079: < 0.339005, -0.859750, -0.381976> - 15080: < 0.299085, -0.890906, -0.341811> - 15081: < 0.257643, -0.903367, -0.342852> - 15082: < 0.257367, -0.886028, -0.385638> - 15083: < 0.298262, -0.873851, -0.383960> - 15084: < 0.257643, -0.903367, -0.342852> - 15085: < 0.215982, -0.913949, -0.343582> - 15086: < 0.216199, -0.896382, -0.386985> - 15087: < 0.257367, -0.886028, -0.385638> - 15088: < 0.215982, -0.913949, -0.343582> - 15089: < 0.173989, -0.922682, -0.344072> - 15090: < 0.174541, -0.904997, -0.387965> - 15091: < 0.216199, -0.896382, -0.386985> - 15092: < 0.173989, -0.922682, -0.344072> - 15093: < 0.131509, -0.929596, -0.344322> - 15094: < 0.132240, -0.911854, -0.388632> - 15095: < 0.174541, -0.904997, -0.387965> - 15096: < 0.131509, -0.929596, -0.344322> - 15097: < 0.088414, -0.934648, -0.344408> - 15098: < 0.089116, -0.916918, -0.388998> - 15099: < 0.132240, -0.911854, -0.388632> - 15100: < 0.088414, -0.934648, -0.344408> - 15101: < 0.044558, -0.937762, -0.344409> - 15102: < 0.045016, -0.920061, -0.389180> - 15103: < 0.089116, -0.916918, -0.388998> - 15104: < 0.044558, -0.937762, -0.344409> - 15105: < 0.000000, -0.938821, -0.344405> - 15106: < 0.000000, -0.921135, -0.389244> - 15107: < 0.045016, -0.920061, -0.389180> - 15108: < 0.000000, -0.938821, -0.344405> - 15109: <-0.044558, -0.937762, -0.344409> - 15110: <-0.045016, -0.920061, -0.389180> - 15111: < 0.000000, -0.921135, -0.389244> - 15112: <-0.044558, -0.937762, -0.344409> - 15113: <-0.088414, -0.934648, -0.344408> - 15114: <-0.089116, -0.916918, -0.388998> - 15115: <-0.045016, -0.920061, -0.389180> - 15116: <-0.088414, -0.934648, -0.344408> - 15117: <-0.131509, -0.929596, -0.344322> - 15118: <-0.132240, -0.911854, -0.388632> - 15119: <-0.089116, -0.916918, -0.388998> - 15120: <-0.131509, -0.929596, -0.344322> - 15121: <-0.173989, -0.922682, -0.344072> - 15122: <-0.174541, -0.904997, -0.387965> - 15123: <-0.132240, -0.911854, -0.388632> - 15124: <-0.173989, -0.922682, -0.344072> - 15125: <-0.215982, -0.913949, -0.343582> - 15126: <-0.216199, -0.896382, -0.386985> - 15127: <-0.174541, -0.904997, -0.387965> - 15128: <-0.215982, -0.913949, -0.343582> - 15129: <-0.257643, -0.903367, -0.342852> - 15130: <-0.257364, -0.886018, -0.385664> - 15131: <-0.216199, -0.896382, -0.386985> - 15132: <-0.257643, -0.903367, -0.342852> - 15133: <-0.299085, -0.890906, -0.341811> - 15134: <-0.298262, -0.873851, -0.383960> - 15135: <-0.257364, -0.886018, -0.385664> - 15136: <-0.299085, -0.890906, -0.341811> - 15137: <-0.340503, -0.876422, -0.340503> - 15138: <-0.339005, -0.859750, -0.381976> - 15139: <-0.298262, -0.873851, -0.383960> - 15140: <-0.340503, -0.876422, -0.340503> - 15141: <-0.381976, -0.859750, -0.339005> - 15142: <-0.379751, -0.843551, -0.379751> - 15143: <-0.339005, -0.859750, -0.381976> - 15144: <-0.381976, -0.859750, -0.339005> - 15145: <-0.423577, -0.840684, -0.337391> - 15146: <-0.420500, -0.825100, -0.377345> - 15147: <-0.379751, -0.843551, -0.379751> - 15148: <-0.423577, -0.840684, -0.337391> - 15149: <-0.465202, -0.819039, -0.335801> - 15150: <-0.461239, -0.804154, -0.374961> - 15151: <-0.420500, -0.825100, -0.377345> - 15152: <-0.465202, -0.819039, -0.335801> - 15153: <-0.506745, -0.794636, -0.334310> - 15154: <-0.501802, -0.780568, -0.372705> - 15155: <-0.461239, -0.804154, -0.374961> - 15156: <-0.506745, -0.794636, -0.334310> - 15157: <-0.548009, -0.767292, -0.333090> - 15158: <-0.542028, -0.754169, -0.370721> - 15159: <-0.501802, -0.780568, -0.372705> - 15160: <-0.548009, -0.767292, -0.333090> - 15161: <-0.588744, -0.736915, -0.332170> - 15162: <-0.581661, -0.724825, -0.369188> - 15163: <-0.542028, -0.754169, -0.370721> - 15164: <-0.588744, -0.736915, -0.332170> - 15165: <-0.628603, -0.703467, -0.331652> - 15166: <-0.620305, -0.692544, -0.368246> - 15167: <-0.581661, -0.724825, -0.369188> - 15168: < 0.620305, -0.692544, -0.368246> - 15169: < 0.581661, -0.724825, -0.369188> - 15170: < 0.574008, -0.711772, -0.404839> - 15171: < 0.611427, -0.680859, -0.403223> - 15172: < 0.581661, -0.724825, -0.369188> - 15173: < 0.542028, -0.754169, -0.370721> - 15174: < 0.535518, -0.739812, -0.407307> - 15175: < 0.574008, -0.711772, -0.404839> - 15176: < 0.542028, -0.754169, -0.370721> - 15177: < 0.501802, -0.780568, -0.372705> - 15178: < 0.496372, -0.764976, -0.410398> - 15179: < 0.535518, -0.739812, -0.407307> - 15180: < 0.501802, -0.780568, -0.372705> - 15181: < 0.461239, -0.804154, -0.374961> - 15182: < 0.456900, -0.787421, -0.413777> - 15183: < 0.496372, -0.764976, -0.410398> - 15184: < 0.461239, -0.804154, -0.374961> - 15185: < 0.420500, -0.825100, -0.377345> - 15186: < 0.417202, -0.807394, -0.417202> - 15187: < 0.456900, -0.787421, -0.413777> - 15188: < 0.420500, -0.825100, -0.377345> - 15189: < 0.379751, -0.843551, -0.379751> - 15190: < 0.377345, -0.825100, -0.420500> - 15191: < 0.417202, -0.807394, -0.417202> - 15192: < 0.379751, -0.843551, -0.379751> - 15193: < 0.339005, -0.859750, -0.381976> - 15194: < 0.337391, -0.840684, -0.423577> - 15195: < 0.377345, -0.825100, -0.420500> - 15196: < 0.339005, -0.859750, -0.381976> - 15197: < 0.298262, -0.873851, -0.383960> - 15198: < 0.297287, -0.854324, -0.426323> - 15199: < 0.337391, -0.840684, -0.423577> - 15200: < 0.298262, -0.873851, -0.383960> - 15201: < 0.257367, -0.886028, -0.385638> - 15202: < 0.256999, -0.866124, -0.428698> - 15203: < 0.297287, -0.854324, -0.426323> - 15204: < 0.257367, -0.886028, -0.385638> - 15205: < 0.216199, -0.896382, -0.386985> - 15206: < 0.216320, -0.876208, -0.430657> - 15207: < 0.256999, -0.866124, -0.428698> - 15208: < 0.216199, -0.896382, -0.386985> - 15209: < 0.174541, -0.904997, -0.387965> - 15210: < 0.175026, -0.884654, -0.432149> - 15211: < 0.216320, -0.876208, -0.430657> - 15212: < 0.174541, -0.904997, -0.387965> - 15213: < 0.132240, -0.911854, -0.388632> - 15214: < 0.132911, -0.891405, -0.433281> - 15215: < 0.175026, -0.884654, -0.432149> - 15216: < 0.132240, -0.911854, -0.388632> - 15217: < 0.089116, -0.916918, -0.388998> - 15218: < 0.089787, -0.896437, -0.433981> - 15219: < 0.132911, -0.891405, -0.433281> - 15220: < 0.089116, -0.916918, -0.388998> - 15221: < 0.045016, -0.920061, -0.389180> - 15222: < 0.045443, -0.899583, -0.434379> - 15223: < 0.089787, -0.896437, -0.433981> - 15224: < 0.045016, -0.920061, -0.389180> - 15225: < 0.000000, -0.921135, -0.389244> - 15226: < 0.000000, -0.900655, -0.434534> - 15227: < 0.045443, -0.899583, -0.434379> - 15228: < 0.000000, -0.921135, -0.389244> - 15229: <-0.045016, -0.920061, -0.389180> - 15230: <-0.045443, -0.899583, -0.434379> - 15231: < 0.000000, -0.900655, -0.434534> - 15232: <-0.045016, -0.920061, -0.389180> - 15233: <-0.089116, -0.916918, -0.388998> - 15234: <-0.089787, -0.896437, -0.433981> - 15235: <-0.045443, -0.899583, -0.434379> - 15236: <-0.089116, -0.916918, -0.388998> - 15237: <-0.132240, -0.911854, -0.388632> - 15238: <-0.132911, -0.891405, -0.433281> - 15239: <-0.089787, -0.896437, -0.433981> - 15240: <-0.132240, -0.911854, -0.388632> - 15241: <-0.174541, -0.904997, -0.387965> - 15242: <-0.175026, -0.884654, -0.432149> - 15243: <-0.132911, -0.891405, -0.433281> - 15244: <-0.174541, -0.904997, -0.387965> - 15245: <-0.216199, -0.896382, -0.386985> - 15246: <-0.216320, -0.876208, -0.430657> - 15247: <-0.175026, -0.884654, -0.432149> - 15248: <-0.216199, -0.896382, -0.386985> - 15249: <-0.257364, -0.886018, -0.385664> - 15250: <-0.256999, -0.866124, -0.428698> - 15251: <-0.216320, -0.876208, -0.430657> - 15252: <-0.257364, -0.886018, -0.385664> - 15253: <-0.298262, -0.873851, -0.383960> - 15254: <-0.297287, -0.854324, -0.426323> - 15255: <-0.256999, -0.866124, -0.428698> - 15256: <-0.298262, -0.873851, -0.383960> - 15257: <-0.339005, -0.859750, -0.381976> - 15258: <-0.337391, -0.840684, -0.423577> - 15259: <-0.297287, -0.854324, -0.426323> - 15260: <-0.339005, -0.859750, -0.381976> - 15261: <-0.379751, -0.843551, -0.379751> - 15262: <-0.377345, -0.825100, -0.420500> - 15263: <-0.337391, -0.840684, -0.423577> - 15264: <-0.379751, -0.843551, -0.379751> - 15265: <-0.420500, -0.825100, -0.377345> - 15266: <-0.417202, -0.807394, -0.417202> - 15267: <-0.377345, -0.825100, -0.420500> - 15268: <-0.420500, -0.825100, -0.377345> - 15269: <-0.461239, -0.804154, -0.374961> - 15270: <-0.456900, -0.787421, -0.413777> - 15271: <-0.417202, -0.807394, -0.417202> - 15272: <-0.461239, -0.804154, -0.374961> - 15273: <-0.501802, -0.780568, -0.372705> - 15274: <-0.496395, -0.764964, -0.410392> - 15275: <-0.456900, -0.787421, -0.413777> - 15276: <-0.501802, -0.780568, -0.372705> - 15277: <-0.542028, -0.754169, -0.370721> - 15278: <-0.535518, -0.739812, -0.407307> - 15279: <-0.496395, -0.764964, -0.410392> - 15280: <-0.542028, -0.754169, -0.370721> - 15281: <-0.581661, -0.724825, -0.369188> - 15282: <-0.574008, -0.711772, -0.404839> - 15283: <-0.535518, -0.739812, -0.407307> - 15284: <-0.581661, -0.724825, -0.369188> - 15285: <-0.620305, -0.692544, -0.368246> - 15286: <-0.611427, -0.680859, -0.403223> - 15287: <-0.574008, -0.711772, -0.404839> - 15288: < 0.611427, -0.680859, -0.403223> - 15289: < 0.574008, -0.711772, -0.404839> - 15290: < 0.565794, -0.697667, -0.439475> - 15291: < 0.601963, -0.668312, -0.437036> - 15292: < 0.574008, -0.711772, -0.404839> - 15293: < 0.535518, -0.739812, -0.407307> - 15294: < 0.528478, -0.724109, -0.443145> - 15295: < 0.565794, -0.697667, -0.439475> - 15296: < 0.535518, -0.739812, -0.407307> - 15297: < 0.496372, -0.764976, -0.410398> - 15298: < 0.490534, -0.747688, -0.447593> - 15299: < 0.528478, -0.724109, -0.443145> - 15300: < 0.496372, -0.764976, -0.410398> - 15301: < 0.456900, -0.787421, -0.413777> - 15302: < 0.452290, -0.768679, -0.452290> - 15303: < 0.490534, -0.747688, -0.447593> - 15304: < 0.456900, -0.787421, -0.413777> - 15305: < 0.417202, -0.807394, -0.417202> - 15306: < 0.413777, -0.787421, -0.456900> - 15307: < 0.452290, -0.768679, -0.452290> - 15308: < 0.417202, -0.807394, -0.417202> - 15309: < 0.377345, -0.825100, -0.420500> - 15310: < 0.374961, -0.804154, -0.461239> - 15311: < 0.413777, -0.787421, -0.456900> - 15312: < 0.377345, -0.825100, -0.420500> - 15313: < 0.337391, -0.840684, -0.423577> - 15314: < 0.335801, -0.819039, -0.465202> - 15315: < 0.374961, -0.804154, -0.461239> - 15316: < 0.337391, -0.840684, -0.423577> - 15317: < 0.297287, -0.854324, -0.426323> - 15318: < 0.296339, -0.832128, -0.468770> - 15319: < 0.335801, -0.819039, -0.465202> - 15320: < 0.297287, -0.854324, -0.426323> - 15321: < 0.256999, -0.866124, -0.428698> - 15322: < 0.256606, -0.843490, -0.471888> - 15323: < 0.296339, -0.832128, -0.468770> - 15324: < 0.256999, -0.866124, -0.428698> - 15325: < 0.216320, -0.876208, -0.430657> - 15326: < 0.216413, -0.853230, -0.474515> - 15327: < 0.256606, -0.843490, -0.471888> - 15328: < 0.216320, -0.876208, -0.430657> - 15329: < 0.175026, -0.884654, -0.432149> - 15330: < 0.175453, -0.861426, -0.476614> - 15331: < 0.216413, -0.853230, -0.474515> - 15332: < 0.175026, -0.884654, -0.432149> - 15333: < 0.132911, -0.891405, -0.433281> - 15334: < 0.133553, -0.868033, -0.478208> - 15335: < 0.175453, -0.861426, -0.476614> - 15336: < 0.132911, -0.891405, -0.433281> - 15337: < 0.089787, -0.896437, -0.433981> - 15338: < 0.090429, -0.872976, -0.479307> - 15339: < 0.133553, -0.868033, -0.478208> - 15340: < 0.089787, -0.896437, -0.433981> - 15341: < 0.045443, -0.899583, -0.434379> - 15342: < 0.045871, -0.876095, -0.479951> - 15343: < 0.090429, -0.872976, -0.479307> - 15344: < 0.045443, -0.899583, -0.434379> - 15345: < 0.000000, -0.900655, -0.434534> - 15346: < 0.000000, -0.877182, -0.480158> - 15347: < 0.045871, -0.876095, -0.479951> - 15348: < 0.000000, -0.900655, -0.434534> - 15349: <-0.045443, -0.899583, -0.434379> - 15350: <-0.045871, -0.876095, -0.479951> - 15351: < 0.000000, -0.877182, -0.480158> - 15352: <-0.045443, -0.899583, -0.434379> - 15353: <-0.089787, -0.896437, -0.433981> - 15354: <-0.090429, -0.872976, -0.479307> - 15355: <-0.045871, -0.876095, -0.479951> - 15356: <-0.089787, -0.896437, -0.433981> - 15357: <-0.132911, -0.891405, -0.433281> - 15358: <-0.133553, -0.868033, -0.478208> - 15359: <-0.090429, -0.872976, -0.479307> - 15360: <-0.132911, -0.891405, -0.433281> - 15361: <-0.175026, -0.884654, -0.432149> - 15362: <-0.175453, -0.861426, -0.476614> - 15363: <-0.133553, -0.868033, -0.478208> - 15364: <-0.175026, -0.884654, -0.432149> - 15365: <-0.216320, -0.876208, -0.430657> - 15366: <-0.216413, -0.853230, -0.474515> - 15367: <-0.175453, -0.861426, -0.476614> - 15368: <-0.216320, -0.876208, -0.430657> - 15369: <-0.256999, -0.866124, -0.428698> - 15370: <-0.256606, -0.843490, -0.471888> - 15371: <-0.216413, -0.853230, -0.474515> - 15372: <-0.256999, -0.866124, -0.428698> - 15373: <-0.297287, -0.854324, -0.426323> - 15374: <-0.296339, -0.832128, -0.468770> - 15375: <-0.256606, -0.843490, -0.471888> - 15376: <-0.297287, -0.854324, -0.426323> - 15377: <-0.337391, -0.840684, -0.423577> - 15378: <-0.335801, -0.819039, -0.465202> - 15379: <-0.296339, -0.832128, -0.468770> - 15380: <-0.337391, -0.840684, -0.423577> - 15381: <-0.377345, -0.825100, -0.420500> - 15382: <-0.374961, -0.804154, -0.461239> - 15383: <-0.335801, -0.819039, -0.465202> - 15384: <-0.377345, -0.825100, -0.420500> - 15385: <-0.417202, -0.807394, -0.417202> - 15386: <-0.413777, -0.787421, -0.456900> - 15387: <-0.374961, -0.804154, -0.461239> - 15388: <-0.417202, -0.807394, -0.417202> - 15389: <-0.456900, -0.787421, -0.413777> - 15390: <-0.452290, -0.768679, -0.452290> - 15391: <-0.413777, -0.787421, -0.456900> - 15392: <-0.456900, -0.787421, -0.413777> - 15393: <-0.496395, -0.764964, -0.410392> - 15394: <-0.490534, -0.747688, -0.447593> - 15395: <-0.452290, -0.768679, -0.452290> - 15396: <-0.496395, -0.764964, -0.410392> - 15397: <-0.535518, -0.739812, -0.407307> - 15398: <-0.528478, -0.724109, -0.443145> - 15399: <-0.490534, -0.747688, -0.447593> - 15400: <-0.535518, -0.739812, -0.407307> - 15401: <-0.574008, -0.711772, -0.404839> - 15402: <-0.565794, -0.697667, -0.439475> - 15403: <-0.528478, -0.724109, -0.443145> - 15404: <-0.574008, -0.711772, -0.404839> - 15405: <-0.611427, -0.680859, -0.403223> - 15406: <-0.601963, -0.668312, -0.437036> - 15407: <-0.565794, -0.697667, -0.439475> - 15408: < 0.601963, -0.668312, -0.437036> - 15409: < 0.565794, -0.697667, -0.439475> - 15410: < 0.557037, -0.682532, -0.473139> - 15411: < 0.591920, -0.655217, -0.469385> - 15412: < 0.565794, -0.697667, -0.439475> - 15413: < 0.528478, -0.724109, -0.443145> - 15414: < 0.520969, -0.706895, -0.478425> - 15415: < 0.557037, -0.682532, -0.473139> - 15416: < 0.528478, -0.724109, -0.443145> - 15417: < 0.490534, -0.747688, -0.447593> - 15418: < 0.484430, -0.728461, -0.484430> - 15419: < 0.520969, -0.706895, -0.478425> - 15420: < 0.490534, -0.747688, -0.447593> - 15421: < 0.452290, -0.768679, -0.452290> - 15422: < 0.447593, -0.747688, -0.490534> - 15423: < 0.484430, -0.728461, -0.484430> - 15424: < 0.452290, -0.768679, -0.452290> - 15425: < 0.413777, -0.787421, -0.456900> - 15426: < 0.410398, -0.764976, -0.496372> - 15427: < 0.447593, -0.747688, -0.490534> - 15428: < 0.413777, -0.787421, -0.456900> - 15429: < 0.374961, -0.804154, -0.461239> - 15430: < 0.372705, -0.780568, -0.501802> - 15431: < 0.410398, -0.764976, -0.496372> - 15432: < 0.374961, -0.804154, -0.461239> - 15433: < 0.335801, -0.819039, -0.465202> - 15434: < 0.334310, -0.794636, -0.506745> - 15435: < 0.372705, -0.780568, -0.501802> - 15436: < 0.335801, -0.819039, -0.465202> - 15437: < 0.296339, -0.832128, -0.468770> - 15438: < 0.295457, -0.807082, -0.511198> - 15439: < 0.334310, -0.794636, -0.506745> - 15440: < 0.296339, -0.832128, -0.468770> - 15441: < 0.256606, -0.843490, -0.471888> - 15442: < 0.256243, -0.817925, -0.515110> - 15443: < 0.295457, -0.807082, -0.511198> - 15444: < 0.256606, -0.843490, -0.471888> - 15445: < 0.216413, -0.853230, -0.474515> - 15446: < 0.216475, -0.827263, -0.518435> - 15447: < 0.256243, -0.817925, -0.515110> - 15448: < 0.216413, -0.853230, -0.474515> - 15449: < 0.175453, -0.861426, -0.476614> - 15450: < 0.175853, -0.835133, -0.521180> - 15451: < 0.216475, -0.827263, -0.518435> - 15452: < 0.175453, -0.861426, -0.476614> - 15453: < 0.133553, -0.868033, -0.478208> - 15454: < 0.134100, -0.841527, -0.523307> - 15455: < 0.175853, -0.835133, -0.521180> - 15456: < 0.133553, -0.868033, -0.478208> - 15457: < 0.090429, -0.872976, -0.479307> - 15458: < 0.091008, -0.846324, -0.524836> - 15459: < 0.134100, -0.841527, -0.523307> - 15460: < 0.090429, -0.872976, -0.479307> - 15461: < 0.045871, -0.876095, -0.479951> - 15462: < 0.046267, -0.849378, -0.525753> - 15463: < 0.091008, -0.846324, -0.524836> - 15464: < 0.045871, -0.876095, -0.479951> - 15465: < 0.000000, -0.877182, -0.480158> - 15466: < 0.000000, -0.850434, -0.526081> - 15467: < 0.046267, -0.849378, -0.525753> - 15468: < 0.000000, -0.877182, -0.480158> - 15469: <-0.045871, -0.876095, -0.479951> - 15470: <-0.046267, -0.849378, -0.525753> - 15471: < 0.000000, -0.850434, -0.526081> - 15472: <-0.045871, -0.876095, -0.479951> - 15473: <-0.090429, -0.872976, -0.479307> - 15474: <-0.091008, -0.846324, -0.524836> - 15475: <-0.046267, -0.849378, -0.525753> - 15476: <-0.090429, -0.872976, -0.479307> - 15477: <-0.133553, -0.868033, -0.478208> - 15478: <-0.134100, -0.841527, -0.523307> - 15479: <-0.091008, -0.846324, -0.524836> - 15480: <-0.133553, -0.868033, -0.478208> - 15481: <-0.175453, -0.861426, -0.476614> - 15482: <-0.175853, -0.835133, -0.521180> - 15483: <-0.134100, -0.841527, -0.523307> - 15484: <-0.175453, -0.861426, -0.476614> - 15485: <-0.216413, -0.853230, -0.474515> - 15486: <-0.216475, -0.827263, -0.518435> - 15487: <-0.175853, -0.835133, -0.521180> - 15488: <-0.216413, -0.853230, -0.474515> - 15489: <-0.256606, -0.843490, -0.471888> - 15490: <-0.256243, -0.817925, -0.515110> - 15491: <-0.216475, -0.827263, -0.518435> - 15492: <-0.256606, -0.843490, -0.471888> - 15493: <-0.296339, -0.832128, -0.468770> - 15494: <-0.295457, -0.807082, -0.511198> - 15495: <-0.256243, -0.817925, -0.515110> - 15496: <-0.296339, -0.832128, -0.468770> - 15497: <-0.335801, -0.819039, -0.465202> - 15498: <-0.334337, -0.794627, -0.506740> - 15499: <-0.295457, -0.807082, -0.511198> - 15500: <-0.335801, -0.819039, -0.465202> - 15501: <-0.374961, -0.804154, -0.461239> - 15502: <-0.372705, -0.780568, -0.501802> - 15503: <-0.334337, -0.794627, -0.506740> - 15504: <-0.374961, -0.804154, -0.461239> - 15505: <-0.413777, -0.787421, -0.456900> - 15506: <-0.410392, -0.764964, -0.496395> - 15507: <-0.372705, -0.780568, -0.501802> - 15508: <-0.413777, -0.787421, -0.456900> - 15509: <-0.452290, -0.768679, -0.452290> - 15510: <-0.447593, -0.747688, -0.490534> - 15511: <-0.410392, -0.764964, -0.496395> - 15512: <-0.452290, -0.768679, -0.452290> - 15513: <-0.490534, -0.747688, -0.447593> - 15514: <-0.484430, -0.728461, -0.484430> - 15515: <-0.447593, -0.747688, -0.490534> - 15516: <-0.490534, -0.747688, -0.447593> - 15517: <-0.528478, -0.724109, -0.443145> - 15518: <-0.520969, -0.706895, -0.478425> - 15519: <-0.484430, -0.728461, -0.484430> - 15520: <-0.528478, -0.724109, -0.443145> - 15521: <-0.565794, -0.697667, -0.439475> - 15522: <-0.557037, -0.682532, -0.473139> - 15523: <-0.520969, -0.706895, -0.478425> - 15524: <-0.565794, -0.697667, -0.439475> - 15525: <-0.601963, -0.668312, -0.437036> - 15526: <-0.591920, -0.655217, -0.469385> - 15527: <-0.557037, -0.682532, -0.473139> - 15528: < 0.591920, -0.655217, -0.469385> - 15529: < 0.557037, -0.682532, -0.473139> - 15530: < 0.547882, -0.666144, -0.506040> - 15531: < 0.581456, -0.641397, -0.500519> - 15532: < 0.557037, -0.682532, -0.473139> - 15533: < 0.520969, -0.706895, -0.478425> - 15534: < 0.513252, -0.687856, -0.513252> - 15535: < 0.547882, -0.666144, -0.506040> - 15536: < 0.520969, -0.706895, -0.478425> - 15537: < 0.484430, -0.728461, -0.484430> - 15538: < 0.478425, -0.706895, -0.520969> - 15539: < 0.513252, -0.687856, -0.513252> - 15540: < 0.484430, -0.728461, -0.484430> - 15541: < 0.447593, -0.747688, -0.490534> - 15542: < 0.443145, -0.724109, -0.528478> - 15543: < 0.478425, -0.706895, -0.520969> - 15544: < 0.447593, -0.747688, -0.490534> - 15545: < 0.410398, -0.764976, -0.496372> - 15546: < 0.407307, -0.739812, -0.535518> - 15547: < 0.443145, -0.724109, -0.528478> - 15548: < 0.410398, -0.764976, -0.496372> - 15549: < 0.372705, -0.780568, -0.501802> - 15550: < 0.370721, -0.754169, -0.542028> - 15551: < 0.407307, -0.739812, -0.535518> - 15552: < 0.372705, -0.780568, -0.501802> - 15553: < 0.334310, -0.794636, -0.506745> - 15554: < 0.333090, -0.767292, -0.548009> - 15555: < 0.370721, -0.754169, -0.542028> - 15556: < 0.334310, -0.794636, -0.506745> - 15557: < 0.295457, -0.807082, -0.511198> - 15558: < 0.294729, -0.779017, -0.553415> - 15559: < 0.333090, -0.767292, -0.548009> - 15560: < 0.295457, -0.807082, -0.511198> - 15561: < 0.256243, -0.817925, -0.515110> - 15562: < 0.255937, -0.789266, -0.558172> - 15563: < 0.294729, -0.779017, -0.553415> - 15564: < 0.256243, -0.817925, -0.515110> - 15565: < 0.216475, -0.827263, -0.518435> - 15566: < 0.216534, -0.798110, -0.562257> - 15567: < 0.255937, -0.789266, -0.558172> - 15568: < 0.216475, -0.827263, -0.518435> - 15569: < 0.175853, -0.835133, -0.521180> - 15570: < 0.176188, -0.805587, -0.565675> - 15571: < 0.216534, -0.798110, -0.562257> - 15572: < 0.175853, -0.835133, -0.521180> - 15573: < 0.134100, -0.841527, -0.523307> - 15574: < 0.134618, -0.811677, -0.568382> - 15575: < 0.176188, -0.805587, -0.565675> - 15576: < 0.134100, -0.841527, -0.523307> - 15577: < 0.091008, -0.846324, -0.524836> - 15578: < 0.091497, -0.816271, -0.570377> - 15579: < 0.134618, -0.811677, -0.568382> - 15580: < 0.091008, -0.846324, -0.524836> - 15581: < 0.046267, -0.849378, -0.525753> - 15582: < 0.046573, -0.819208, -0.571602> - 15583: < 0.091497, -0.816271, -0.570377> - 15584: < 0.046267, -0.849378, -0.525753> - 15585: < 0.000000, -0.850434, -0.526081> - 15586: < 0.000000, -0.820237, -0.572024> - 15587: < 0.046573, -0.819208, -0.571602> - 15588: < 0.000000, -0.850434, -0.526081> - 15589: <-0.046267, -0.849378, -0.525753> - 15590: <-0.046573, -0.819208, -0.571602> - 15591: < 0.000000, -0.820237, -0.572024> - 15592: <-0.046267, -0.849378, -0.525753> - 15593: <-0.091008, -0.846324, -0.524836> - 15594: <-0.091497, -0.816271, -0.570377> - 15595: <-0.046573, -0.819208, -0.571602> - 15596: <-0.091008, -0.846324, -0.524836> - 15597: <-0.134100, -0.841527, -0.523307> - 15598: <-0.134618, -0.811677, -0.568382> - 15599: <-0.091497, -0.816271, -0.570377> - 15600: <-0.134100, -0.841527, -0.523307> - 15601: <-0.175853, -0.835133, -0.521180> - 15602: <-0.176188, -0.805587, -0.565675> - 15603: <-0.134618, -0.811677, -0.568382> - 15604: <-0.175853, -0.835133, -0.521180> - 15605: <-0.216475, -0.827263, -0.518435> - 15606: <-0.216534, -0.798110, -0.562257> - 15607: <-0.176188, -0.805587, -0.565675> - 15608: <-0.216475, -0.827263, -0.518435> - 15609: <-0.256243, -0.817925, -0.515110> - 15610: <-0.255937, -0.789266, -0.558172> - 15611: <-0.216534, -0.798110, -0.562257> - 15612: <-0.256243, -0.817925, -0.515110> - 15613: <-0.295457, -0.807082, -0.511198> - 15614: <-0.294729, -0.779017, -0.553415> - 15615: <-0.255937, -0.789266, -0.558172> - 15616: <-0.295457, -0.807082, -0.511198> - 15617: <-0.334337, -0.794627, -0.506740> - 15618: <-0.333090, -0.767292, -0.548009> - 15619: <-0.294729, -0.779017, -0.553415> - 15620: <-0.334337, -0.794627, -0.506740> - 15621: <-0.372705, -0.780568, -0.501802> - 15622: <-0.370721, -0.754169, -0.542028> - 15623: <-0.333090, -0.767292, -0.548009> - 15624: <-0.372705, -0.780568, -0.501802> - 15625: <-0.410392, -0.764964, -0.496395> - 15626: <-0.407307, -0.739812, -0.535518> - 15627: <-0.370721, -0.754169, -0.542028> - 15628: <-0.410392, -0.764964, -0.496395> - 15629: <-0.447593, -0.747688, -0.490534> - 15630: <-0.443145, -0.724109, -0.528478> - 15631: <-0.407307, -0.739812, -0.535518> - 15632: <-0.447593, -0.747688, -0.490534> - 15633: <-0.484430, -0.728461, -0.484430> - 15634: <-0.478425, -0.706895, -0.520969> - 15635: <-0.443145, -0.724109, -0.528478> - 15636: <-0.484430, -0.728461, -0.484430> - 15637: <-0.520969, -0.706895, -0.478425> - 15638: <-0.513252, -0.687856, -0.513252> - 15639: <-0.478425, -0.706895, -0.520969> - 15640: <-0.520969, -0.706895, -0.478425> - 15641: <-0.557037, -0.682532, -0.473139> - 15642: <-0.547882, -0.666144, -0.506040> - 15643: <-0.513252, -0.687856, -0.513252> - 15644: <-0.557037, -0.682532, -0.473139> - 15645: <-0.591920, -0.655217, -0.469385> - 15646: <-0.581456, -0.641397, -0.500519> - 15647: <-0.547882, -0.666144, -0.506040> - 15648: < 0.581456, -0.641397, -0.500519> - 15649: < 0.547882, -0.666144, -0.506040> - 15650: < 0.538962, -0.647334, -0.538962> - 15651: < 0.571076, -0.625584, -0.531523> - 15652: < 0.547882, -0.666144, -0.506040> - 15653: < 0.513252, -0.687856, -0.513252> - 15654: < 0.506040, -0.666144, -0.547882> - 15655: < 0.538962, -0.647334, -0.538962> - 15656: < 0.513252, -0.687856, -0.513252> - 15657: < 0.478425, -0.706895, -0.520969> - 15658: < 0.473139, -0.682532, -0.557037> - 15659: < 0.506040, -0.666144, -0.547882> - 15660: < 0.478425, -0.706895, -0.520969> - 15661: < 0.443145, -0.724109, -0.528478> - 15662: < 0.439475, -0.697667, -0.565794> - 15663: < 0.473139, -0.682532, -0.557037> - 15664: < 0.443145, -0.724109, -0.528478> - 15665: < 0.407307, -0.739812, -0.535518> - 15666: < 0.404839, -0.711772, -0.574008> - 15667: < 0.439475, -0.697667, -0.565794> - 15668: < 0.407307, -0.739812, -0.535518> - 15669: < 0.370721, -0.754169, -0.542028> - 15670: < 0.369188, -0.724825, -0.581661> - 15671: < 0.404839, -0.711772, -0.574008> - 15672: < 0.370721, -0.754169, -0.542028> - 15673: < 0.333090, -0.767292, -0.548009> - 15674: < 0.332170, -0.736915, -0.588744> - 15675: < 0.369188, -0.724825, -0.581661> - 15676: < 0.333090, -0.767292, -0.548009> - 15677: < 0.294729, -0.779017, -0.553415> - 15678: < 0.294207, -0.747816, -0.595158> - 15679: < 0.332170, -0.736915, -0.588744> - 15680: < 0.294729, -0.779017, -0.553415> - 15681: < 0.255937, -0.789266, -0.558172> - 15682: < 0.255750, -0.757361, -0.600829> - 15683: < 0.294207, -0.747816, -0.595158> - 15684: < 0.255937, -0.789266, -0.558172> - 15685: < 0.216534, -0.798110, -0.562257> - 15686: < 0.216596, -0.765608, -0.605748> - 15687: < 0.255750, -0.757361, -0.600829> - 15688: < 0.216534, -0.798110, -0.562257> - 15689: < 0.176188, -0.805587, -0.565675> - 15690: < 0.176461, -0.772589, -0.609892> - 15691: < 0.216596, -0.765608, -0.605748> - 15692: < 0.176188, -0.805587, -0.565675> - 15693: < 0.134618, -0.811677, -0.568382> - 15694: < 0.135018, -0.778306, -0.613196> - 15695: < 0.176461, -0.772589, -0.609892> - 15696: < 0.134618, -0.811677, -0.568382> - 15697: < 0.091497, -0.816271, -0.570377> - 15698: < 0.091894, -0.782607, -0.615697> - 15699: < 0.135018, -0.778306, -0.613196> - 15700: < 0.091497, -0.816271, -0.570377> - 15701: < 0.046573, -0.819208, -0.571602> - 15702: < 0.046847, -0.785375, -0.617246> - 15703: < 0.091894, -0.782607, -0.615697> - 15704: < 0.046573, -0.819208, -0.571602> - 15705: < 0.000000, -0.820237, -0.572024> - 15706: < 0.000000, -0.786344, -0.617789> - 15707: < 0.046847, -0.785375, -0.617246> - 15708: < 0.000000, -0.820237, -0.572024> - 15709: <-0.046573, -0.819208, -0.571602> - 15710: <-0.046847, -0.785375, -0.617246> - 15711: < 0.000000, -0.786344, -0.617789> - 15712: <-0.046573, -0.819208, -0.571602> - 15713: <-0.091497, -0.816271, -0.570377> - 15714: <-0.091894, -0.782607, -0.615697> - 15715: <-0.046847, -0.785375, -0.617246> - 15716: <-0.091497, -0.816271, -0.570377> - 15717: <-0.134618, -0.811677, -0.568382> - 15718: <-0.134988, -0.778309, -0.613199> - 15719: <-0.091894, -0.782607, -0.615697> - 15720: <-0.134618, -0.811677, -0.568382> - 15721: <-0.176188, -0.805587, -0.565675> - 15722: <-0.176461, -0.772589, -0.609892> - 15723: <-0.134988, -0.778309, -0.613199> - 15724: <-0.176188, -0.805587, -0.565675> - 15725: <-0.216534, -0.798110, -0.562257> - 15726: <-0.216596, -0.765608, -0.605748> - 15727: <-0.176461, -0.772589, -0.609892> - 15728: <-0.216534, -0.798110, -0.562257> - 15729: <-0.255937, -0.789266, -0.558172> - 15730: <-0.255750, -0.757361, -0.600829> - 15731: <-0.216596, -0.765608, -0.605748> - 15732: <-0.255937, -0.789266, -0.558172> - 15733: <-0.294729, -0.779017, -0.553415> - 15734: <-0.294207, -0.747816, -0.595158> - 15735: <-0.255750, -0.757361, -0.600829> - 15736: <-0.294729, -0.779017, -0.553415> - 15737: <-0.333090, -0.767292, -0.548009> - 15738: <-0.332170, -0.736915, -0.588744> - 15739: <-0.294207, -0.747816, -0.595158> - 15740: <-0.333090, -0.767292, -0.548009> - 15741: <-0.370721, -0.754169, -0.542028> - 15742: <-0.369188, -0.724825, -0.581661> - 15743: <-0.332170, -0.736915, -0.588744> - 15744: <-0.370721, -0.754169, -0.542028> - 15745: <-0.407307, -0.739812, -0.535518> - 15746: <-0.404839, -0.711772, -0.574008> - 15747: <-0.369188, -0.724825, -0.581661> - 15748: <-0.407307, -0.739812, -0.535518> - 15749: <-0.443145, -0.724109, -0.528478> - 15750: <-0.439475, -0.697667, -0.565794> - 15751: <-0.404839, -0.711772, -0.574008> - 15752: <-0.443145, -0.724109, -0.528478> - 15753: <-0.478425, -0.706895, -0.520969> - 15754: <-0.473139, -0.682532, -0.557037> - 15755: <-0.439475, -0.697667, -0.565794> - 15756: <-0.478425, -0.706895, -0.520969> - 15757: <-0.513252, -0.687856, -0.513252> - 15758: <-0.506040, -0.666144, -0.547882> - 15759: <-0.473139, -0.682532, -0.557037> - 15760: <-0.513252, -0.687856, -0.513252> - 15761: <-0.547882, -0.666144, -0.506040> - 15762: <-0.538962, -0.647334, -0.538962> - 15763: <-0.506040, -0.666144, -0.547882> - 15764: <-0.547882, -0.666144, -0.506040> - 15765: <-0.581456, -0.641397, -0.500519> - 15766: <-0.571076, -0.625584, -0.531523> - 15767: <-0.538962, -0.647334, -0.538962> - 15768: < 0.571076, -0.625584, -0.531523> - 15769: < 0.538962, -0.647334, -0.538962> - 15770: < 0.531523, -0.625584, -0.571076> - 15771: < 0.561516, -0.607783, -0.561516> - 15772: < 0.538962, -0.647334, -0.538962> - 15773: < 0.506040, -0.666144, -0.547882> - 15774: < 0.500519, -0.641397, -0.581456> - 15775: < 0.531523, -0.625584, -0.571076> - 15776: < 0.506040, -0.666144, -0.547882> - 15777: < 0.473139, -0.682532, -0.557037> - 15778: < 0.469385, -0.655217, -0.591920> - 15779: < 0.500519, -0.641397, -0.581456> - 15780: < 0.473139, -0.682532, -0.557037> - 15781: < 0.439475, -0.697667, -0.565794> - 15782: < 0.437036, -0.668312, -0.601963> - 15783: < 0.469385, -0.655217, -0.591920> - 15784: < 0.439475, -0.697667, -0.565794> - 15785: < 0.404839, -0.711772, -0.574008> - 15786: < 0.403223, -0.680859, -0.611427> - 15787: < 0.437036, -0.668312, -0.601963> - 15788: < 0.404839, -0.711772, -0.574008> - 15789: < 0.369188, -0.724825, -0.581661> - 15790: < 0.368246, -0.692544, -0.620305> - 15791: < 0.403223, -0.680859, -0.611427> - 15792: < 0.369188, -0.724825, -0.581661> - 15793: < 0.332170, -0.736915, -0.588744> - 15794: < 0.331652, -0.703467, -0.628603> - 15795: < 0.368246, -0.692544, -0.620305> - 15796: < 0.332170, -0.736915, -0.588744> - 15797: < 0.294207, -0.747816, -0.595158> - 15798: < 0.293904, -0.713396, -0.636150> - 15799: < 0.331652, -0.703467, -0.628603> - 15800: < 0.294207, -0.747816, -0.595158> - 15801: < 0.255750, -0.757361, -0.600829> - 15802: < 0.255632, -0.722093, -0.642833> - 15803: < 0.293904, -0.713396, -0.636150> - 15804: < 0.255750, -0.757361, -0.600829> - 15805: < 0.216596, -0.765608, -0.605748> - 15806: < 0.216660, -0.729636, -0.648606> - 15807: < 0.255632, -0.722093, -0.642833> - 15808: < 0.216596, -0.765608, -0.605748> - 15809: < 0.176461, -0.772589, -0.609892> - 15810: < 0.176644, -0.736025, -0.653502> - 15811: < 0.216660, -0.729636, -0.648606> - 15812: < 0.176461, -0.772589, -0.609892> - 15813: < 0.135018, -0.778306, -0.613196> - 15814: < 0.135260, -0.741243, -0.657468> - 15815: < 0.176644, -0.736025, -0.653502> - 15816: < 0.135018, -0.778306, -0.613196> - 15817: < 0.091894, -0.782607, -0.615697> - 15818: < 0.092137, -0.745184, -0.660463> - 15819: < 0.135260, -0.741243, -0.657468> - 15820: < 0.091894, -0.782607, -0.615697> - 15821: < 0.046847, -0.785375, -0.617246> - 15822: < 0.046999, -0.747715, -0.662354> - 15823: < 0.092137, -0.745184, -0.660463> - 15824: < 0.046847, -0.785375, -0.617246> - 15825: < 0.000000, -0.786344, -0.617789> - 15826: < 0.000000, -0.748599, -0.663024> - 15827: < 0.046999, -0.747715, -0.662354> - 15828: < 0.000000, -0.786344, -0.617789> - 15829: <-0.046847, -0.785375, -0.617246> - 15830: <-0.046999, -0.747715, -0.662354> - 15831: < 0.000000, -0.748599, -0.663024> - 15832: <-0.046847, -0.785375, -0.617246> - 15833: <-0.091894, -0.782607, -0.615697> - 15834: <-0.092137, -0.745184, -0.660463> - 15835: <-0.046999, -0.747715, -0.662354> - 15836: <-0.091894, -0.782607, -0.615697> - 15837: <-0.134988, -0.778309, -0.613199> - 15838: <-0.135260, -0.741243, -0.657468> - 15839: <-0.092137, -0.745184, -0.660463> - 15840: <-0.134988, -0.778309, -0.613199> - 15841: <-0.176461, -0.772589, -0.609892> - 15842: <-0.176644, -0.736025, -0.653502> - 15843: <-0.135260, -0.741243, -0.657468> - 15844: <-0.176461, -0.772589, -0.609892> - 15845: <-0.216596, -0.765608, -0.605748> - 15846: <-0.216660, -0.729636, -0.648606> - 15847: <-0.176644, -0.736025, -0.653502> - 15848: <-0.216596, -0.765608, -0.605748> - 15849: <-0.255750, -0.757361, -0.600829> - 15850: <-0.255632, -0.722093, -0.642833> - 15851: <-0.216660, -0.729636, -0.648606> - 15852: <-0.255750, -0.757361, -0.600829> - 15853: <-0.294207, -0.747816, -0.595158> - 15854: <-0.293904, -0.713396, -0.636150> - 15855: <-0.255632, -0.722093, -0.642833> - 15856: <-0.294207, -0.747816, -0.595158> - 15857: <-0.332170, -0.736915, -0.588744> - 15858: <-0.331652, -0.703467, -0.628603> - 15859: <-0.293904, -0.713396, -0.636150> - 15860: <-0.332170, -0.736915, -0.588744> - 15861: <-0.369188, -0.724825, -0.581661> - 15862: <-0.368246, -0.692544, -0.620305> - 15863: <-0.331652, -0.703467, -0.628603> - 15864: <-0.369188, -0.724825, -0.581661> - 15865: <-0.404839, -0.711772, -0.574008> - 15866: <-0.403223, -0.680859, -0.611427> - 15867: <-0.368246, -0.692544, -0.620305> - 15868: <-0.404839, -0.711772, -0.574008> - 15869: <-0.439475, -0.697667, -0.565794> - 15870: <-0.437036, -0.668312, -0.601963> - 15871: <-0.403223, -0.680859, -0.611427> - 15872: <-0.439475, -0.697667, -0.565794> - 15873: <-0.473139, -0.682532, -0.557037> - 15874: <-0.469385, -0.655217, -0.591920> - 15875: <-0.437036, -0.668312, -0.601963> - 15876: <-0.473139, -0.682532, -0.557037> - 15877: <-0.506040, -0.666144, -0.547882> - 15878: <-0.500519, -0.641397, -0.581456> - 15879: <-0.469385, -0.655217, -0.591920> - 15880: <-0.506040, -0.666144, -0.547882> - 15881: <-0.538962, -0.647334, -0.538962> - 15882: <-0.531523, -0.625584, -0.571076> - 15883: <-0.500519, -0.641397, -0.581456> - 15884: <-0.538962, -0.647334, -0.538962> - 15885: <-0.571076, -0.625584, -0.531523> - 15886: <-0.561516, -0.607783, -0.561516> - 15887: <-0.531523, -0.625584, -0.571076> - 15888: < 0.577360, -0.577330, 0.577360> - 15889: < 0.554296, -0.588539, 0.588539> - 15890: < 0.561516, -0.607783, 0.561516> - 15891: < 0.588539, -0.588539, 0.554296> - 15892: < 0.554296, -0.588539, 0.588539> - 15893: < 0.526447, -0.601188, 0.601188> - 15894: < 0.531523, -0.625584, 0.571076> - 15895: < 0.561516, -0.607783, 0.561516> - 15896: < 0.526447, -0.601188, 0.601188> - 15897: < 0.497527, -0.613379, 0.613379> - 15898: < 0.500519, -0.641397, 0.581456> - 15899: < 0.531523, -0.625584, 0.571076> - 15900: < 0.497527, -0.613379, 0.613379> - 15901: < 0.467950, -0.624909, 0.624909> - 15902: < 0.469385, -0.655217, 0.591920> - 15903: < 0.500519, -0.641397, 0.581456> - 15904: < 0.467950, -0.624909, 0.624909> - 15905: < 0.436181, -0.636296, 0.636296> - 15906: < 0.437036, -0.668312, 0.601963> - 15907: < 0.469385, -0.655217, 0.591920> - 15908: < 0.436181, -0.636296, 0.636296> - 15909: < 0.402668, -0.647247, 0.647247> - 15910: < 0.403223, -0.680859, 0.611427> - 15911: < 0.437036, -0.668312, 0.601963> - 15912: < 0.402668, -0.647247, 0.647247> - 15913: < 0.367912, -0.657511, 0.657511> - 15914: < 0.368246, -0.692544, 0.620305> - 15915: < 0.403223, -0.680859, 0.611427> - 15916: < 0.367912, -0.657511, 0.657511> - 15917: < 0.331474, -0.667130, 0.667130> - 15918: < 0.331652, -0.703467, 0.628603> - 15919: < 0.368246, -0.692544, 0.620305> - 15920: < 0.331474, -0.667130, 0.667130> - 15921: < 0.293804, -0.675899, 0.675899> - 15922: < 0.293904, -0.713396, 0.636150> - 15923: < 0.331652, -0.703467, 0.628603> - 15924: < 0.293804, -0.675899, 0.675899> - 15925: < 0.255594, -0.683620, 0.683620> - 15926: < 0.255632, -0.722093, 0.642833> - 15927: < 0.293904, -0.713396, 0.636150> - 15928: < 0.255594, -0.683620, 0.683620> - 15929: < 0.216684, -0.690307, 0.690307> - 15930: < 0.216660, -0.729636, 0.648606> - 15931: < 0.255632, -0.722093, 0.642833> - 15932: < 0.216684, -0.690307, 0.690307> - 15933: < 0.176733, -0.695976, 0.695976> - 15934: < 0.176644, -0.736025, 0.653502> - 15935: < 0.216660, -0.729636, 0.648606> - 15936: < 0.176733, -0.695976, 0.695976> - 15937: < 0.135353, -0.700600, 0.700600> - 15938: < 0.135260, -0.741243, 0.657468> - 15939: < 0.176644, -0.736025, 0.653502> - 15940: < 0.135353, -0.700600, 0.700600> - 15941: < 0.092231, -0.704093, 0.704093> - 15942: < 0.092137, -0.745184, 0.660463> - 15943: < 0.135260, -0.741243, 0.657468> - 15944: < 0.092231, -0.704093, 0.704093> - 15945: < 0.047060, -0.706323, 0.706323> - 15946: < 0.046999, -0.747715, 0.662354> - 15947: < 0.092137, -0.745184, 0.660463> - 15948: < 0.047060, -0.706323, 0.706323> - 15949: < 0.000000, -0.707107, 0.707107> - 15950: < 0.000000, -0.748599, 0.663024> - 15951: < 0.046999, -0.747715, 0.662354> - 15952: < 0.000000, -0.707107, 0.707107> - 15953: <-0.047060, -0.706323, 0.706323> - 15954: <-0.046999, -0.747715, 0.662354> - 15955: < 0.000000, -0.748599, 0.663024> - 15956: <-0.047060, -0.706323, 0.706323> - 15957: <-0.092229, -0.704078, 0.704108> - 15958: <-0.092137, -0.745184, 0.660463> - 15959: <-0.046999, -0.747715, 0.662354> - 15960: <-0.092229, -0.704078, 0.704108> - 15961: <-0.135353, -0.700600, 0.700600> - 15962: <-0.135260, -0.741243, 0.657468> - 15963: <-0.092137, -0.745184, 0.660463> - 15964: <-0.135353, -0.700600, 0.700600> - 15965: <-0.176733, -0.695976, 0.695976> - 15966: <-0.176644, -0.736025, 0.653502> - 15967: <-0.135260, -0.741243, 0.657468> - 15968: <-0.176733, -0.695976, 0.695976> - 15969: <-0.216684, -0.690307, 0.690307> - 15970: <-0.216660, -0.729636, 0.648606> - 15971: <-0.176644, -0.736025, 0.653502> - 15972: <-0.216684, -0.690307, 0.690307> - 15973: <-0.255594, -0.683620, 0.683620> - 15974: <-0.255632, -0.722093, 0.642833> - 15975: <-0.216660, -0.729636, 0.648606> - 15976: <-0.255594, -0.683620, 0.683620> - 15977: <-0.293804, -0.675899, 0.675899> - 15978: <-0.293904, -0.713396, 0.636150> - 15979: <-0.255632, -0.722093, 0.642833> - 15980: <-0.293804, -0.675899, 0.675899> - 15981: <-0.331474, -0.667130, 0.667130> - 15982: <-0.331652, -0.703467, 0.628603> - 15983: <-0.293904, -0.713396, 0.636150> - 15984: <-0.331474, -0.667130, 0.667130> - 15985: <-0.367912, -0.657511, 0.657511> - 15986: <-0.368246, -0.692544, 0.620305> - 15987: <-0.331652, -0.703467, 0.628603> - 15988: <-0.367912, -0.657511, 0.657511> - 15989: <-0.402668, -0.647247, 0.647247> - 15990: <-0.403223, -0.680859, 0.611427> - 15991: <-0.368246, -0.692544, 0.620305> - 15992: <-0.402668, -0.647247, 0.647247> - 15993: <-0.436181, -0.636296, 0.636296> - 15994: <-0.437036, -0.668312, 0.601963> - 15995: <-0.403223, -0.680859, 0.611427> - 15996: <-0.436181, -0.636296, 0.636296> - 15997: <-0.467950, -0.624909, 0.624909> - 15998: <-0.469385, -0.655217, 0.591920> - 15999: <-0.437036, -0.668312, 0.601963> - 16000: <-0.467950, -0.624909, 0.624909> - 16001: <-0.497527, -0.613379, 0.613379> - 16002: <-0.500496, -0.641406, 0.581465> - 16003: <-0.469385, -0.655217, 0.591920> - 16004: <-0.497527, -0.613379, 0.613379> - 16005: <-0.526457, -0.601168, 0.601199> - 16006: <-0.531523, -0.625584, 0.571076> - 16007: <-0.500496, -0.641406, 0.581465> - 16008: <-0.526457, -0.601168, 0.601199> - 16009: <-0.554296, -0.588539, 0.588539> - 16010: <-0.561516, -0.607783, 0.561516> - 16011: <-0.531523, -0.625584, 0.571076> - 16012: <-0.554296, -0.588539, 0.588539> - 16013: <-0.577330, -0.577360, 0.577360> - 16014: <-0.588539, -0.588539, 0.554296> - 16015: <-0.561516, -0.607783, 0.561516> - 16016: <-0.561516, -0.607783, 0.561516> - 16017: <-0.588539, -0.588539, 0.554296> - 16018: <-0.601199, -0.601168, 0.526457> - 16019: <-0.571076, -0.625584, 0.531523> - 16020: <-0.571076, -0.625584, 0.531523> - 16021: <-0.601199, -0.601168, 0.526457> - 16022: <-0.613379, -0.613379, 0.497527> - 16023: <-0.581456, -0.641397, 0.500519> - 16024: <-0.581456, -0.641397, 0.500519> - 16025: <-0.613379, -0.613379, 0.497527> - 16026: <-0.624909, -0.624909, 0.467950> - 16027: <-0.591920, -0.655217, 0.469385> - 16028: <-0.591920, -0.655217, 0.469385> - 16029: <-0.624909, -0.624909, 0.467950> - 16030: <-0.636296, -0.636296, 0.436181> - 16031: <-0.601963, -0.668312, 0.437036> - 16032: <-0.601963, -0.668312, 0.437036> - 16033: <-0.636296, -0.636296, 0.436181> - 16034: <-0.647247, -0.647247, 0.402668> - 16035: <-0.611427, -0.680859, 0.403223> - 16036: <-0.611427, -0.680859, 0.403223> - 16037: <-0.647247, -0.647247, 0.402668> - 16038: <-0.657511, -0.657511, 0.367912> - 16039: <-0.620305, -0.692544, 0.368246> - 16040: <-0.620305, -0.692544, 0.368246> - 16041: <-0.657511, -0.657511, 0.367912> - 16042: <-0.667130, -0.667130, 0.331474> - 16043: <-0.628603, -0.703467, 0.331652> - 16044: <-0.628603, -0.703467, 0.331652> - 16045: <-0.667130, -0.667130, 0.331474> - 16046: <-0.675899, -0.675899, 0.293804> - 16047: <-0.636150, -0.713396, 0.293904> - 16048: <-0.636150, -0.713396, 0.293904> - 16049: <-0.675899, -0.675899, 0.293804> - 16050: <-0.683620, -0.683620, 0.255594> - 16051: <-0.642833, -0.722093, 0.255632> - 16052: <-0.642833, -0.722093, 0.255632> - 16053: <-0.683620, -0.683620, 0.255594> - 16054: <-0.690307, -0.690307, 0.216684> - 16055: <-0.648606, -0.729636, 0.216660> - 16056: <-0.648606, -0.729636, 0.216660> - 16057: <-0.690307, -0.690307, 0.216684> - 16058: <-0.695976, -0.695976, 0.176733> - 16059: <-0.653502, -0.736025, 0.176644> - 16060: <-0.653502, -0.736025, 0.176644> - 16061: <-0.695976, -0.695976, 0.176733> - 16062: <-0.700600, -0.700600, 0.135353> - 16063: <-0.657468, -0.741243, 0.135260> - 16064: <-0.657468, -0.741243, 0.135260> - 16065: <-0.700600, -0.700600, 0.135353> - 16066: <-0.704093, -0.704093, 0.092231> - 16067: <-0.660463, -0.745184, 0.092137> - 16068: <-0.660463, -0.745184, 0.092137> - 16069: <-0.704093, -0.704093, 0.092231> - 16070: <-0.706323, -0.706323, 0.047060> - 16071: <-0.662354, -0.747715, 0.046999> - 16072: <-0.662354, -0.747715, 0.046999> - 16073: <-0.706323, -0.706323, 0.047060> - 16074: <-0.707107, -0.707107, 0.000000> - 16075: <-0.663024, -0.748599, 0.000000> - 16076: <-0.663024, -0.748599, 0.000000> - 16077: <-0.707107, -0.707107, 0.000000> - 16078: <-0.706323, -0.706323, -0.047060> - 16079: <-0.662354, -0.747715, -0.046999> - 16080: <-0.662354, -0.747715, -0.046999> - 16081: <-0.706323, -0.706323, -0.047060> - 16082: <-0.704093, -0.704093, -0.092231> - 16083: <-0.660463, -0.745184, -0.092137> - 16084: <-0.660463, -0.745184, -0.092137> - 16085: <-0.704093, -0.704093, -0.092231> - 16086: <-0.700600, -0.700600, -0.135353> - 16087: <-0.657468, -0.741243, -0.135260> - 16088: <-0.657468, -0.741243, -0.135260> - 16089: <-0.700600, -0.700600, -0.135353> - 16090: <-0.695976, -0.695976, -0.176733> - 16091: <-0.653502, -0.736025, -0.176644> - 16092: <-0.653502, -0.736025, -0.176644> - 16093: <-0.695976, -0.695976, -0.176733> - 16094: <-0.690307, -0.690307, -0.216684> - 16095: <-0.648606, -0.729636, -0.216660> - 16096: <-0.648606, -0.729636, -0.216660> - 16097: <-0.690307, -0.690307, -0.216684> - 16098: <-0.683620, -0.683620, -0.255594> - 16099: <-0.642833, -0.722093, -0.255632> - 16100: <-0.642833, -0.722093, -0.255632> - 16101: <-0.683620, -0.683620, -0.255594> - 16102: <-0.675899, -0.675899, -0.293804> - 16103: <-0.636150, -0.713396, -0.293904> - 16104: <-0.636150, -0.713396, -0.293904> - 16105: <-0.675899, -0.675899, -0.293804> - 16106: <-0.667130, -0.667130, -0.331474> - 16107: <-0.628603, -0.703467, -0.331652> - 16108: <-0.628603, -0.703467, -0.331652> - 16109: <-0.667130, -0.667130, -0.331474> - 16110: <-0.657511, -0.657511, -0.367912> - 16111: <-0.620305, -0.692544, -0.368246> - 16112: <-0.620305, -0.692544, -0.368246> - 16113: <-0.657511, -0.657511, -0.367912> - 16114: <-0.647247, -0.647247, -0.402668> - 16115: <-0.611427, -0.680859, -0.403223> - 16116: <-0.611427, -0.680859, -0.403223> - 16117: <-0.647247, -0.647247, -0.402668> - 16118: <-0.636296, -0.636296, -0.436181> - 16119: <-0.601963, -0.668312, -0.437036> - 16120: <-0.601963, -0.668312, -0.437036> - 16121: <-0.636296, -0.636296, -0.436181> - 16122: <-0.624909, -0.624909, -0.467950> - 16123: <-0.591920, -0.655217, -0.469385> - 16124: <-0.591920, -0.655217, -0.469385> - 16125: <-0.624909, -0.624909, -0.467950> - 16126: <-0.613379, -0.613379, -0.497527> - 16127: <-0.581456, -0.641397, -0.500519> - 16128: <-0.581456, -0.641397, -0.500519> - 16129: <-0.613379, -0.613379, -0.497527> - 16130: <-0.601188, -0.601188, -0.526447> - 16131: <-0.571076, -0.625584, -0.531523> - 16132: <-0.571076, -0.625584, -0.531523> - 16133: <-0.601188, -0.601188, -0.526447> - 16134: <-0.588539, -0.588539, -0.554296> - 16135: <-0.561516, -0.607783, -0.561516> - 16136: <-0.561516, -0.607783, -0.561516> - 16137: <-0.588539, -0.588539, -0.554296> - 16138: <-0.577360, -0.577330, -0.577360> - 16139: <-0.554296, -0.588539, -0.588539> - 16140: <-0.531523, -0.625584, -0.571076> - 16141: <-0.561516, -0.607783, -0.561516> - 16142: <-0.554296, -0.588539, -0.588539> - 16143: <-0.526447, -0.601188, -0.601188> - 16144: <-0.500519, -0.641397, -0.581456> - 16145: <-0.531523, -0.625584, -0.571076> - 16146: <-0.526447, -0.601188, -0.601188> - 16147: <-0.497527, -0.613379, -0.613379> - 16148: <-0.469385, -0.655217, -0.591920> - 16149: <-0.500519, -0.641397, -0.581456> - 16150: <-0.497527, -0.613379, -0.613379> - 16151: <-0.467950, -0.624909, -0.624909> - 16152: <-0.437036, -0.668312, -0.601963> - 16153: <-0.469385, -0.655217, -0.591920> - 16154: <-0.467950, -0.624909, -0.624909> - 16155: <-0.436181, -0.636296, -0.636296> - 16156: <-0.403223, -0.680859, -0.611427> - 16157: <-0.437036, -0.668312, -0.601963> - 16158: <-0.436181, -0.636296, -0.636296> - 16159: <-0.402668, -0.647247, -0.647247> - 16160: <-0.368246, -0.692544, -0.620305> - 16161: <-0.403223, -0.680859, -0.611427> - 16162: <-0.402668, -0.647247, -0.647247> - 16163: <-0.367912, -0.657511, -0.657511> - 16164: <-0.331652, -0.703467, -0.628603> - 16165: <-0.368246, -0.692544, -0.620305> - 16166: <-0.367912, -0.657511, -0.657511> - 16167: <-0.331474, -0.667130, -0.667130> - 16168: <-0.293904, -0.713396, -0.636150> - 16169: <-0.331652, -0.703467, -0.628603> - 16170: <-0.331474, -0.667130, -0.667130> - 16171: <-0.293804, -0.675899, -0.675899> - 16172: <-0.255632, -0.722093, -0.642833> - 16173: <-0.293904, -0.713396, -0.636150> - 16174: <-0.293804, -0.675899, -0.675899> - 16175: <-0.255594, -0.683620, -0.683620> - 16176: <-0.216660, -0.729636, -0.648606> - 16177: <-0.255632, -0.722093, -0.642833> - 16178: <-0.255594, -0.683620, -0.683620> - 16179: <-0.216684, -0.690307, -0.690307> - 16180: <-0.176644, -0.736025, -0.653502> - 16181: <-0.216660, -0.729636, -0.648606> - 16182: <-0.216684, -0.690307, -0.690307> - 16183: <-0.176733, -0.695976, -0.695976> - 16184: <-0.135260, -0.741243, -0.657468> - 16185: <-0.176644, -0.736025, -0.653502> - 16186: <-0.176733, -0.695976, -0.695976> - 16187: <-0.135353, -0.700600, -0.700600> - 16188: <-0.092137, -0.745184, -0.660463> - 16189: <-0.135260, -0.741243, -0.657468> - 16190: <-0.135353, -0.700600, -0.700600> - 16191: <-0.092231, -0.704093, -0.704093> - 16192: <-0.046999, -0.747715, -0.662354> - 16193: <-0.092137, -0.745184, -0.660463> - 16194: <-0.092231, -0.704093, -0.704093> - 16195: <-0.047060, -0.706323, -0.706323> - 16196: < 0.000000, -0.748599, -0.663024> - 16197: <-0.046999, -0.747715, -0.662354> - 16198: <-0.047060, -0.706323, -0.706323> - 16199: < 0.000000, -0.707107, -0.707107> - 16200: < 0.046999, -0.747715, -0.662354> - 16201: < 0.000000, -0.748599, -0.663024> - 16202: < 0.000000, -0.707107, -0.707107> - 16203: < 0.047060, -0.706323, -0.706323> - 16204: < 0.092137, -0.745184, -0.660463> - 16205: < 0.046999, -0.747715, -0.662354> - 16206: < 0.047060, -0.706323, -0.706323> - 16207: < 0.092231, -0.704093, -0.704093> - 16208: < 0.135260, -0.741243, -0.657468> - 16209: < 0.092137, -0.745184, -0.660463> - 16210: < 0.092231, -0.704093, -0.704093> - 16211: < 0.135353, -0.700600, -0.700600> - 16212: < 0.176644, -0.736025, -0.653502> - 16213: < 0.135260, -0.741243, -0.657468> - 16214: < 0.135353, -0.700600, -0.700600> - 16215: < 0.176733, -0.695976, -0.695976> - 16216: < 0.216660, -0.729636, -0.648606> - 16217: < 0.176644, -0.736025, -0.653502> - 16218: < 0.176733, -0.695976, -0.695976> - 16219: < 0.216684, -0.690307, -0.690307> - 16220: < 0.255632, -0.722093, -0.642833> - 16221: < 0.216660, -0.729636, -0.648606> - 16222: < 0.216684, -0.690307, -0.690307> - 16223: < 0.255594, -0.683620, -0.683620> - 16224: < 0.293904, -0.713396, -0.636150> - 16225: < 0.255632, -0.722093, -0.642833> - 16226: < 0.255594, -0.683620, -0.683620> - 16227: < 0.293804, -0.675899, -0.675899> - 16228: < 0.331652, -0.703467, -0.628603> - 16229: < 0.293904, -0.713396, -0.636150> - 16230: < 0.293804, -0.675899, -0.675899> - 16231: < 0.331474, -0.667130, -0.667130> - 16232: < 0.368246, -0.692544, -0.620305> - 16233: < 0.331652, -0.703467, -0.628603> - 16234: < 0.331474, -0.667130, -0.667130> - 16235: < 0.367912, -0.657511, -0.657511> - 16236: < 0.403223, -0.680859, -0.611427> - 16237: < 0.368246, -0.692544, -0.620305> - 16238: < 0.367912, -0.657511, -0.657511> - 16239: < 0.402668, -0.647247, -0.647247> - 16240: < 0.437036, -0.668312, -0.601963> - 16241: < 0.403223, -0.680859, -0.611427> - 16242: < 0.402668, -0.647247, -0.647247> - 16243: < 0.436181, -0.636296, -0.636296> - 16244: < 0.469385, -0.655217, -0.591920> - 16245: < 0.437036, -0.668312, -0.601963> - 16246: < 0.436181, -0.636296, -0.636296> - 16247: < 0.467950, -0.624909, -0.624909> - 16248: < 0.500519, -0.641397, -0.581456> - 16249: < 0.469385, -0.655217, -0.591920> - 16250: < 0.467950, -0.624909, -0.624909> - 16251: < 0.497527, -0.613379, -0.613379> - 16252: < 0.531523, -0.625584, -0.571076> - 16253: < 0.500519, -0.641397, -0.581456> - 16254: < 0.497527, -0.613379, -0.613379> - 16255: < 0.526457, -0.601168, -0.601199> - 16256: < 0.561516, -0.607783, -0.561516> - 16257: < 0.531523, -0.625584, -0.571076> - 16258: < 0.526457, -0.601168, -0.601199> - 16259: < 0.554296, -0.588539, -0.588539> - 16260: < 0.588539, -0.588539, -0.554296> - 16261: < 0.561516, -0.607783, -0.561516> - 16262: < 0.554296, -0.588539, -0.588539> - 16263: < 0.577350, -0.577350, -0.577350> - 16264: < 0.601188, -0.601188, -0.526447> - 16265: < 0.571076, -0.625584, -0.531523> - 16266: < 0.561516, -0.607783, -0.561516> - 16267: < 0.588539, -0.588539, -0.554296> - 16268: < 0.613379, -0.613379, -0.497527> - 16269: < 0.581456, -0.641397, -0.500519> - 16270: < 0.571076, -0.625584, -0.531523> - 16271: < 0.601188, -0.601188, -0.526447> - 16272: < 0.624909, -0.624909, -0.467950> - 16273: < 0.591920, -0.655217, -0.469385> - 16274: < 0.581456, -0.641397, -0.500519> - 16275: < 0.613379, -0.613379, -0.497527> - 16276: < 0.636296, -0.636296, -0.436181> - 16277: < 0.601963, -0.668312, -0.437036> - 16278: < 0.591920, -0.655217, -0.469385> - 16279: < 0.624909, -0.624909, -0.467950> - 16280: < 0.647247, -0.647247, -0.402668> - 16281: < 0.611427, -0.680859, -0.403223> - 16282: < 0.601963, -0.668312, -0.437036> - 16283: < 0.636296, -0.636296, -0.436181> - 16284: < 0.657511, -0.657511, -0.367912> - 16285: < 0.620305, -0.692544, -0.368246> - 16286: < 0.611427, -0.680859, -0.403223> - 16287: < 0.647247, -0.647247, -0.402668> - 16288: < 0.667130, -0.667130, -0.331474> - 16289: < 0.628603, -0.703467, -0.331652> - 16290: < 0.620305, -0.692544, -0.368246> - 16291: < 0.657511, -0.657511, -0.367912> - 16292: < 0.675899, -0.675899, -0.293804> - 16293: < 0.636150, -0.713396, -0.293904> - 16294: < 0.628603, -0.703467, -0.331652> - 16295: < 0.667130, -0.667130, -0.331474> - 16296: < 0.683620, -0.683620, -0.255594> - 16297: < 0.642833, -0.722093, -0.255632> - 16298: < 0.636150, -0.713396, -0.293904> - 16299: < 0.675899, -0.675899, -0.293804> - 16300: < 0.690307, -0.690307, -0.216684> - 16301: < 0.648606, -0.729636, -0.216660> - 16302: < 0.642833, -0.722093, -0.255632> - 16303: < 0.683620, -0.683620, -0.255594> - 16304: < 0.695976, -0.695976, -0.176733> - 16305: < 0.653502, -0.736025, -0.176644> - 16306: < 0.648606, -0.729636, -0.216660> - 16307: < 0.690307, -0.690307, -0.216684> - 16308: < 0.700600, -0.700600, -0.135353> - 16309: < 0.657468, -0.741243, -0.135260> - 16310: < 0.653502, -0.736025, -0.176644> - 16311: < 0.695976, -0.695976, -0.176733> - 16312: < 0.704093, -0.704093, -0.092231> - 16313: < 0.660463, -0.745184, -0.092137> - 16314: < 0.657468, -0.741243, -0.135260> - 16315: < 0.700600, -0.700600, -0.135353> - 16316: < 0.706323, -0.706323, -0.047060> - 16317: < 0.662354, -0.747715, -0.046999> - 16318: < 0.660463, -0.745184, -0.092137> - 16319: < 0.704093, -0.704093, -0.092231> - 16320: < 0.707107, -0.707107, 0.000000> - 16321: < 0.663024, -0.748599, 0.000000> - 16322: < 0.662354, -0.747715, -0.046999> - 16323: < 0.706323, -0.706323, -0.047060> - 16324: < 0.706323, -0.706323, 0.047060> - 16325: < 0.662354, -0.747715, 0.046999> - 16326: < 0.663024, -0.748599, 0.000000> - 16327: < 0.707107, -0.707107, 0.000000> - 16328: < 0.704093, -0.704093, 0.092231> - 16329: < 0.660463, -0.745184, 0.092137> - 16330: < 0.662354, -0.747715, 0.046999> - 16331: < 0.706323, -0.706323, 0.047060> - 16332: < 0.700600, -0.700600, 0.135353> - 16333: < 0.657468, -0.741243, 0.135260> - 16334: < 0.660463, -0.745184, 0.092137> - 16335: < 0.704093, -0.704093, 0.092231> - 16336: < 0.695976, -0.695976, 0.176733> - 16337: < 0.653502, -0.736025, 0.176644> - 16338: < 0.657468, -0.741243, 0.135260> - 16339: < 0.700600, -0.700600, 0.135353> - 16340: < 0.690307, -0.690307, 0.216684> - 16341: < 0.648606, -0.729636, 0.216660> - 16342: < 0.653502, -0.736025, 0.176644> - 16343: < 0.695976, -0.695976, 0.176733> - 16344: < 0.683620, -0.683620, 0.255594> - 16345: < 0.642833, -0.722093, 0.255632> - 16346: < 0.648606, -0.729636, 0.216660> - 16347: < 0.690307, -0.690307, 0.216684> - 16348: < 0.675899, -0.675899, 0.293804> - 16349: < 0.636150, -0.713396, 0.293904> - 16350: < 0.642833, -0.722093, 0.255632> - 16351: < 0.683620, -0.683620, 0.255594> - 16352: < 0.667130, -0.667130, 0.331474> - 16353: < 0.628603, -0.703467, 0.331652> - 16354: < 0.636150, -0.713396, 0.293904> - 16355: < 0.675899, -0.675899, 0.293804> - 16356: < 0.657511, -0.657511, 0.367912> - 16357: < 0.620305, -0.692544, 0.368246> - 16358: < 0.628603, -0.703467, 0.331652> - 16359: < 0.667130, -0.667130, 0.331474> - 16360: < 0.647247, -0.647247, 0.402668> - 16361: < 0.611427, -0.680859, 0.403223> - 16362: < 0.620305, -0.692544, 0.368246> - 16363: < 0.657511, -0.657511, 0.367912> - 16364: < 0.636296, -0.636296, 0.436181> - 16365: < 0.601963, -0.668312, 0.437036> - 16366: < 0.611427, -0.680859, 0.403223> - 16367: < 0.647247, -0.647247, 0.402668> - 16368: < 0.624909, -0.624909, 0.467950> - 16369: < 0.591920, -0.655217, 0.469385> - 16370: < 0.601963, -0.668312, 0.437036> - 16371: < 0.636296, -0.636296, 0.436181> - 16372: < 0.613379, -0.613379, 0.497527> - 16373: < 0.581456, -0.641397, 0.500519> - 16374: < 0.591920, -0.655217, 0.469385> - 16375: < 0.624909, -0.624909, 0.467950> - 16376: < 0.601188, -0.601188, 0.526447> - 16377: < 0.571076, -0.625584, 0.531523> - 16378: < 0.581456, -0.641397, 0.500519> - 16379: < 0.613379, -0.613379, 0.497527> - 16380: < 0.588539, -0.588539, 0.554296> - 16381: < 0.561516, -0.607783, 0.561516> - 16382: < 0.571076, -0.625584, 0.531523> - 16383: < 0.601188, -0.601188, 0.526447> - 16384: <-0.607783, -0.561516, 0.561516> - 16385: <-0.625584, -0.531523, 0.571076> - 16386: <-0.647334, -0.538962, 0.538962> - 16387: <-0.625584, -0.571076, 0.531523> - 16388: <-0.625584, -0.531523, 0.571076> - 16389: <-0.641397, -0.500519, 0.581456> - 16390: <-0.666144, -0.506040, 0.547882> - 16391: <-0.647334, -0.538962, 0.538962> - 16392: <-0.641397, -0.500519, 0.581456> - 16393: <-0.655217, -0.469385, 0.591920> - 16394: <-0.682532, -0.473139, 0.557037> - 16395: <-0.666144, -0.506040, 0.547882> - 16396: <-0.655217, -0.469385, 0.591920> - 16397: <-0.668312, -0.437036, 0.601963> - 16398: <-0.697667, -0.439475, 0.565794> - 16399: <-0.682532, -0.473139, 0.557037> - 16400: <-0.668312, -0.437036, 0.601963> - 16401: <-0.680859, -0.403223, 0.611427> - 16402: <-0.711772, -0.404839, 0.574008> - 16403: <-0.697667, -0.439475, 0.565794> - 16404: <-0.680859, -0.403223, 0.611427> - 16405: <-0.692544, -0.368246, 0.620305> - 16406: <-0.724825, -0.369188, 0.581661> - 16407: <-0.711772, -0.404839, 0.574008> - 16408: <-0.692544, -0.368246, 0.620305> - 16409: <-0.703467, -0.331652, 0.628603> - 16410: <-0.736907, -0.332197, 0.588738> - 16411: <-0.724825, -0.369188, 0.581661> - 16412: <-0.703467, -0.331652, 0.628603> - 16413: <-0.713396, -0.293904, 0.636150> - 16414: <-0.747816, -0.294207, 0.595158> - 16415: <-0.736907, -0.332197, 0.588738> - 16416: <-0.713396, -0.293904, 0.636150> - 16417: <-0.722093, -0.255632, 0.642833> - 16418: <-0.757361, -0.255750, 0.600829> - 16419: <-0.747816, -0.294207, 0.595158> - 16420: <-0.722093, -0.255632, 0.642833> - 16421: <-0.729636, -0.216660, 0.648606> - 16422: <-0.765608, -0.216596, 0.605748> - 16423: <-0.757361, -0.255750, 0.600829> - 16424: <-0.729636, -0.216660, 0.648606> - 16425: <-0.736025, -0.176644, 0.653502> - 16426: <-0.772589, -0.176461, 0.609892> - 16427: <-0.765608, -0.216596, 0.605748> - 16428: <-0.736025, -0.176644, 0.653502> - 16429: <-0.741243, -0.135260, 0.657468> - 16430: <-0.778292, -0.135015, 0.613215> - 16431: <-0.772589, -0.176461, 0.609892> - 16432: <-0.741243, -0.135260, 0.657468> - 16433: <-0.745184, -0.092137, 0.660463> - 16434: <-0.782607, -0.091894, 0.615697> - 16435: <-0.778292, -0.135015, 0.613215> - 16436: <-0.745184, -0.092137, 0.660463> - 16437: <-0.747715, -0.046999, 0.662354> - 16438: <-0.785375, -0.046847, 0.617246> - 16439: <-0.782607, -0.091894, 0.615697> - 16440: <-0.747715, -0.046999, 0.662354> - 16441: <-0.748599, 0.000000, 0.663024> - 16442: <-0.786344, 0.000000, 0.617789> - 16443: <-0.785375, -0.046847, 0.617246> - 16444: <-0.748599, 0.000000, 0.663024> - 16445: <-0.747715, 0.046999, 0.662354> - 16446: <-0.785375, 0.046847, 0.617246> - 16447: <-0.786344, 0.000000, 0.617789> - 16448: <-0.747715, 0.046999, 0.662354> - 16449: <-0.745184, 0.092137, 0.660463> - 16450: <-0.782607, 0.091894, 0.615697> - 16451: <-0.785375, 0.046847, 0.617246> - 16452: <-0.745184, 0.092137, 0.660463> - 16453: <-0.741243, 0.135260, 0.657468> - 16454: <-0.778309, 0.134988, 0.613199> - 16455: <-0.782607, 0.091894, 0.615697> - 16456: <-0.741243, 0.135260, 0.657468> - 16457: <-0.736025, 0.176644, 0.653502> - 16458: <-0.772589, 0.176461, 0.609892> - 16459: <-0.778309, 0.134988, 0.613199> - 16460: <-0.736025, 0.176644, 0.653502> - 16461: <-0.729636, 0.216660, 0.648606> - 16462: <-0.765608, 0.216596, 0.605748> - 16463: <-0.772589, 0.176461, 0.609892> - 16464: <-0.729636, 0.216660, 0.648606> - 16465: <-0.722093, 0.255632, 0.642833> - 16466: <-0.757361, 0.255750, 0.600829> - 16467: <-0.765608, 0.216596, 0.605748> - 16468: <-0.722093, 0.255632, 0.642833> - 16469: <-0.713396, 0.293904, 0.636150> - 16470: <-0.747816, 0.294207, 0.595158> - 16471: <-0.757361, 0.255750, 0.600829> - 16472: <-0.713396, 0.293904, 0.636150> - 16473: <-0.703467, 0.331652, 0.628603> - 16474: <-0.736915, 0.332170, 0.588744> - 16475: <-0.747816, 0.294207, 0.595158> - 16476: <-0.703467, 0.331652, 0.628603> - 16477: <-0.692544, 0.368246, 0.620305> - 16478: <-0.724825, 0.369188, 0.581661> - 16479: <-0.736915, 0.332170, 0.588744> - 16480: <-0.692544, 0.368246, 0.620305> - 16481: <-0.680859, 0.403223, 0.611427> - 16482: <-0.711772, 0.404839, 0.574008> - 16483: <-0.724825, 0.369188, 0.581661> - 16484: <-0.680859, 0.403223, 0.611427> - 16485: <-0.668312, 0.437036, 0.601963> - 16486: <-0.697667, 0.439475, 0.565794> - 16487: <-0.711772, 0.404839, 0.574008> - 16488: <-0.668312, 0.437036, 0.601963> - 16489: <-0.655217, 0.469385, 0.591920> - 16490: <-0.682532, 0.473139, 0.557037> - 16491: <-0.697667, 0.439475, 0.565794> - 16492: <-0.655217, 0.469385, 0.591920> - 16493: <-0.641406, 0.500496, 0.581465> - 16494: <-0.666144, 0.506040, 0.547882> - 16495: <-0.682532, 0.473139, 0.557037> - 16496: <-0.641406, 0.500496, 0.581465> - 16497: <-0.625584, 0.531523, 0.571076> - 16498: <-0.647334, 0.538962, 0.538962> - 16499: <-0.666144, 0.506040, 0.547882> - 16500: <-0.625584, 0.531523, 0.571076> - 16501: <-0.607783, 0.561516, 0.561516> - 16502: <-0.625584, 0.571076, 0.531523> - 16503: <-0.647334, 0.538962, 0.538962> - 16504: <-0.625584, -0.571076, 0.531523> - 16505: <-0.647334, -0.538962, 0.538962> - 16506: <-0.666144, -0.547882, 0.506040> - 16507: <-0.641397, -0.581456, 0.500519> - 16508: <-0.647334, -0.538962, 0.538962> - 16509: <-0.666144, -0.506040, 0.547882> - 16510: <-0.687856, -0.513252, 0.513252> - 16511: <-0.666144, -0.547882, 0.506040> - 16512: <-0.666144, -0.506040, 0.547882> - 16513: <-0.682532, -0.473139, 0.557037> - 16514: <-0.706895, -0.478425, 0.520969> - 16515: <-0.687856, -0.513252, 0.513252> - 16516: <-0.682532, -0.473139, 0.557037> - 16517: <-0.697667, -0.439475, 0.565794> - 16518: <-0.724109, -0.443145, 0.528478> - 16519: <-0.706895, -0.478425, 0.520969> - 16520: <-0.697667, -0.439475, 0.565794> - 16521: <-0.711772, -0.404839, 0.574008> - 16522: <-0.739812, -0.407307, 0.535518> - 16523: <-0.724109, -0.443145, 0.528478> - 16524: <-0.711772, -0.404839, 0.574008> - 16525: <-0.724825, -0.369188, 0.581661> - 16526: <-0.754169, -0.370721, 0.542028> - 16527: <-0.739812, -0.407307, 0.535518> - 16528: <-0.724825, -0.369188, 0.581661> - 16529: <-0.736907, -0.332197, 0.588738> - 16530: <-0.767292, -0.333090, 0.548009> - 16531: <-0.754169, -0.370721, 0.542028> - 16532: <-0.736907, -0.332197, 0.588738> - 16533: <-0.747816, -0.294207, 0.595158> - 16534: <-0.779017, -0.294729, 0.553415> - 16535: <-0.767292, -0.333090, 0.548009> - 16536: <-0.747816, -0.294207, 0.595158> - 16537: <-0.757361, -0.255750, 0.600829> - 16538: <-0.789266, -0.255937, 0.558172> - 16539: <-0.779017, -0.294729, 0.553415> - 16540: <-0.757361, -0.255750, 0.600829> - 16541: <-0.765608, -0.216596, 0.605748> - 16542: <-0.798110, -0.216534, 0.562257> - 16543: <-0.789266, -0.255937, 0.558172> - 16544: <-0.765608, -0.216596, 0.605748> - 16545: <-0.772589, -0.176461, 0.609892> - 16546: <-0.805587, -0.176188, 0.565675> - 16547: <-0.798110, -0.216534, 0.562257> - 16548: <-0.772589, -0.176461, 0.609892> - 16549: <-0.778292, -0.135015, 0.613215> - 16550: <-0.811677, -0.134618, 0.568382> - 16551: <-0.805587, -0.176188, 0.565675> - 16552: <-0.778292, -0.135015, 0.613215> - 16553: <-0.782607, -0.091894, 0.615697> - 16554: <-0.816271, -0.091497, 0.570377> - 16555: <-0.811677, -0.134618, 0.568382> - 16556: <-0.782607, -0.091894, 0.615697> - 16557: <-0.785375, -0.046847, 0.617246> - 16558: <-0.819208, -0.046573, 0.571602> - 16559: <-0.816271, -0.091497, 0.570377> - 16560: <-0.785375, -0.046847, 0.617246> - 16561: <-0.786344, 0.000000, 0.617789> - 16562: <-0.820237, 0.000000, 0.572024> - 16563: <-0.819208, -0.046573, 0.571602> - 16564: <-0.786344, 0.000000, 0.617789> - 16565: <-0.785375, 0.046847, 0.617246> - 16566: <-0.819208, 0.046573, 0.571602> - 16567: <-0.820237, 0.000000, 0.572024> - 16568: <-0.785375, 0.046847, 0.617246> - 16569: <-0.782607, 0.091894, 0.615697> - 16570: <-0.816271, 0.091497, 0.570377> - 16571: <-0.819208, 0.046573, 0.571602> - 16572: <-0.782607, 0.091894, 0.615697> - 16573: <-0.778309, 0.134988, 0.613199> - 16574: <-0.811677, 0.134618, 0.568382> - 16575: <-0.816271, 0.091497, 0.570377> - 16576: <-0.778309, 0.134988, 0.613199> - 16577: <-0.772589, 0.176461, 0.609892> - 16578: <-0.805587, 0.176188, 0.565675> - 16579: <-0.811677, 0.134618, 0.568382> - 16580: <-0.772589, 0.176461, 0.609892> - 16581: <-0.765608, 0.216596, 0.605748> - 16582: <-0.798110, 0.216534, 0.562257> - 16583: <-0.805587, 0.176188, 0.565675> - 16584: <-0.765608, 0.216596, 0.605748> - 16585: <-0.757361, 0.255750, 0.600829> - 16586: <-0.789266, 0.255937, 0.558172> - 16587: <-0.798110, 0.216534, 0.562257> - 16588: <-0.757361, 0.255750, 0.600829> - 16589: <-0.747816, 0.294207, 0.595158> - 16590: <-0.779017, 0.294729, 0.553415> - 16591: <-0.789266, 0.255937, 0.558172> - 16592: <-0.747816, 0.294207, 0.595158> - 16593: <-0.736915, 0.332170, 0.588744> - 16594: <-0.767292, 0.333090, 0.548009> - 16595: <-0.779017, 0.294729, 0.553415> - 16596: <-0.736915, 0.332170, 0.588744> - 16597: <-0.724825, 0.369188, 0.581661> - 16598: <-0.754169, 0.370721, 0.542028> - 16599: <-0.767292, 0.333090, 0.548009> - 16600: <-0.724825, 0.369188, 0.581661> - 16601: <-0.711772, 0.404839, 0.574008> - 16602: <-0.739812, 0.407307, 0.535518> - 16603: <-0.754169, 0.370721, 0.542028> - 16604: <-0.711772, 0.404839, 0.574008> - 16605: <-0.697667, 0.439475, 0.565794> - 16606: <-0.724109, 0.443145, 0.528478> - 16607: <-0.739812, 0.407307, 0.535518> - 16608: <-0.697667, 0.439475, 0.565794> - 16609: <-0.682532, 0.473139, 0.557037> - 16610: <-0.706895, 0.478425, 0.520969> - 16611: <-0.724109, 0.443145, 0.528478> - 16612: <-0.682532, 0.473139, 0.557037> - 16613: <-0.666144, 0.506040, 0.547882> - 16614: <-0.687856, 0.513252, 0.513252> - 16615: <-0.706895, 0.478425, 0.520969> - 16616: <-0.666144, 0.506040, 0.547882> - 16617: <-0.647334, 0.538962, 0.538962> - 16618: <-0.666144, 0.547882, 0.506040> - 16619: <-0.687856, 0.513252, 0.513252> - 16620: <-0.647334, 0.538962, 0.538962> - 16621: <-0.625584, 0.571076, 0.531523> - 16622: <-0.641397, 0.581456, 0.500519> - 16623: <-0.666144, 0.547882, 0.506040> - 16624: <-0.641397, -0.581456, 0.500519> - 16625: <-0.666144, -0.547882, 0.506040> - 16626: <-0.682532, -0.557037, 0.473139> - 16627: <-0.655217, -0.591920, 0.469385> - 16628: <-0.666144, -0.547882, 0.506040> - 16629: <-0.687856, -0.513252, 0.513252> - 16630: <-0.706895, -0.520969, 0.478425> - 16631: <-0.682532, -0.557037, 0.473139> - 16632: <-0.687856, -0.513252, 0.513252> - 16633: <-0.706895, -0.478425, 0.520969> - 16634: <-0.728461, -0.484430, 0.484430> - 16635: <-0.706895, -0.520969, 0.478425> - 16636: <-0.706895, -0.478425, 0.520969> - 16637: <-0.724109, -0.443145, 0.528478> - 16638: <-0.747688, -0.447593, 0.490534> - 16639: <-0.728461, -0.484430, 0.484430> - 16640: <-0.724109, -0.443145, 0.528478> - 16641: <-0.739812, -0.407307, 0.535518> - 16642: <-0.764964, -0.410392, 0.496395> - 16643: <-0.747688, -0.447593, 0.490534> - 16644: <-0.739812, -0.407307, 0.535518> - 16645: <-0.754169, -0.370721, 0.542028> - 16646: <-0.780568, -0.372705, 0.501802> - 16647: <-0.764964, -0.410392, 0.496395> - 16648: <-0.754169, -0.370721, 0.542028> - 16649: <-0.767292, -0.333090, 0.548009> - 16650: <-0.794627, -0.334337, 0.506740> - 16651: <-0.780568, -0.372705, 0.501802> - 16652: <-0.767292, -0.333090, 0.548009> - 16653: <-0.779017, -0.294729, 0.553415> - 16654: <-0.807082, -0.295457, 0.511198> - 16655: <-0.794627, -0.334337, 0.506740> - 16656: <-0.779017, -0.294729, 0.553415> - 16657: <-0.789266, -0.255937, 0.558172> - 16658: <-0.817925, -0.256243, 0.515110> - 16659: <-0.807082, -0.295457, 0.511198> - 16660: <-0.789266, -0.255937, 0.558172> - 16661: <-0.798110, -0.216534, 0.562257> - 16662: <-0.827263, -0.216475, 0.518435> - 16663: <-0.817925, -0.256243, 0.515110> - 16664: <-0.798110, -0.216534, 0.562257> - 16665: <-0.805587, -0.176188, 0.565675> - 16666: <-0.835133, -0.175853, 0.521180> - 16667: <-0.827263, -0.216475, 0.518435> - 16668: <-0.805587, -0.176188, 0.565675> - 16669: <-0.811677, -0.134618, 0.568382> - 16670: <-0.841527, -0.134100, 0.523307> - 16671: <-0.835133, -0.175853, 0.521180> - 16672: <-0.811677, -0.134618, 0.568382> - 16673: <-0.816271, -0.091497, 0.570377> - 16674: <-0.846324, -0.091008, 0.524836> - 16675: <-0.841527, -0.134100, 0.523307> - 16676: <-0.816271, -0.091497, 0.570377> - 16677: <-0.819208, -0.046573, 0.571602> - 16678: <-0.849378, -0.046267, 0.525753> - 16679: <-0.846324, -0.091008, 0.524836> - 16680: <-0.819208, -0.046573, 0.571602> - 16681: <-0.820237, 0.000000, 0.572024> - 16682: <-0.850434, 0.000000, 0.526081> - 16683: <-0.849378, -0.046267, 0.525753> - 16684: <-0.820237, 0.000000, 0.572024> - 16685: <-0.819208, 0.046573, 0.571602> - 16686: <-0.849378, 0.046267, 0.525753> - 16687: <-0.850434, 0.000000, 0.526081> - 16688: <-0.819208, 0.046573, 0.571602> - 16689: <-0.816271, 0.091497, 0.570377> - 16690: <-0.846324, 0.091008, 0.524836> - 16691: <-0.849378, 0.046267, 0.525753> - 16692: <-0.816271, 0.091497, 0.570377> - 16693: <-0.811677, 0.134618, 0.568382> - 16694: <-0.841527, 0.134100, 0.523307> - 16695: <-0.846324, 0.091008, 0.524836> - 16696: <-0.811677, 0.134618, 0.568382> - 16697: <-0.805587, 0.176188, 0.565675> - 16698: <-0.835133, 0.175853, 0.521180> - 16699: <-0.841527, 0.134100, 0.523307> - 16700: <-0.805587, 0.176188, 0.565675> - 16701: <-0.798110, 0.216534, 0.562257> - 16702: <-0.827263, 0.216475, 0.518435> - 16703: <-0.835133, 0.175853, 0.521180> - 16704: <-0.798110, 0.216534, 0.562257> - 16705: <-0.789266, 0.255937, 0.558172> - 16706: <-0.817925, 0.256243, 0.515110> - 16707: <-0.827263, 0.216475, 0.518435> - 16708: <-0.789266, 0.255937, 0.558172> - 16709: <-0.779017, 0.294729, 0.553415> - 16710: <-0.807082, 0.295457, 0.511198> - 16711: <-0.817925, 0.256243, 0.515110> - 16712: <-0.779017, 0.294729, 0.553415> - 16713: <-0.767292, 0.333090, 0.548009> - 16714: <-0.794627, 0.334337, 0.506740> - 16715: <-0.807082, 0.295457, 0.511198> - 16716: <-0.767292, 0.333090, 0.548009> - 16717: <-0.754169, 0.370721, 0.542028> - 16718: <-0.780568, 0.372705, 0.501802> - 16719: <-0.794627, 0.334337, 0.506740> - 16720: <-0.754169, 0.370721, 0.542028> - 16721: <-0.739812, 0.407307, 0.535518> - 16722: <-0.764964, 0.410392, 0.496395> - 16723: <-0.780568, 0.372705, 0.501802> - 16724: <-0.739812, 0.407307, 0.535518> - 16725: <-0.724109, 0.443145, 0.528478> - 16726: <-0.747688, 0.447593, 0.490534> - 16727: <-0.764964, 0.410392, 0.496395> - 16728: <-0.724109, 0.443145, 0.528478> - 16729: <-0.706895, 0.478425, 0.520969> - 16730: <-0.728461, 0.484430, 0.484430> - 16731: <-0.747688, 0.447593, 0.490534> - 16732: <-0.706895, 0.478425, 0.520969> - 16733: <-0.687856, 0.513252, 0.513252> - 16734: <-0.706895, 0.520969, 0.478425> - 16735: <-0.728461, 0.484430, 0.484430> - 16736: <-0.687856, 0.513252, 0.513252> - 16737: <-0.666144, 0.547882, 0.506040> - 16738: <-0.682532, 0.557037, 0.473139> - 16739: <-0.706895, 0.520969, 0.478425> - 16740: <-0.666144, 0.547882, 0.506040> - 16741: <-0.641397, 0.581456, 0.500519> - 16742: <-0.655217, 0.591920, 0.469385> - 16743: <-0.682532, 0.557037, 0.473139> - 16744: <-0.655217, -0.591920, 0.469385> - 16745: <-0.682532, -0.557037, 0.473139> - 16746: <-0.697667, -0.565794, 0.439475> - 16747: <-0.668312, -0.601963, 0.437036> - 16748: <-0.682532, -0.557037, 0.473139> - 16749: <-0.706895, -0.520969, 0.478425> - 16750: <-0.724109, -0.528478, 0.443145> - 16751: <-0.697667, -0.565794, 0.439475> - 16752: <-0.706895, -0.520969, 0.478425> - 16753: <-0.728461, -0.484430, 0.484430> - 16754: <-0.747688, -0.490534, 0.447593> - 16755: <-0.724109, -0.528478, 0.443145> - 16756: <-0.728461, -0.484430, 0.484430> - 16757: <-0.747688, -0.447593, 0.490534> - 16758: <-0.768679, -0.452290, 0.452290> - 16759: <-0.747688, -0.490534, 0.447593> - 16760: <-0.747688, -0.447593, 0.490534> - 16761: <-0.764964, -0.410392, 0.496395> - 16762: <-0.787421, -0.413777, 0.456900> - 16763: <-0.768679, -0.452290, 0.452290> - 16764: <-0.764964, -0.410392, 0.496395> - 16765: <-0.780568, -0.372705, 0.501802> - 16766: <-0.804154, -0.374961, 0.461239> - 16767: <-0.787421, -0.413777, 0.456900> - 16768: <-0.780568, -0.372705, 0.501802> - 16769: <-0.794627, -0.334337, 0.506740> - 16770: <-0.819039, -0.335801, 0.465202> - 16771: <-0.804154, -0.374961, 0.461239> - 16772: <-0.794627, -0.334337, 0.506740> - 16773: <-0.807082, -0.295457, 0.511198> - 16774: <-0.832128, -0.296339, 0.468770> - 16775: <-0.819039, -0.335801, 0.465202> - 16776: <-0.807082, -0.295457, 0.511198> - 16777: <-0.817925, -0.256243, 0.515110> - 16778: <-0.843490, -0.256606, 0.471888> - 16779: <-0.832128, -0.296339, 0.468770> - 16780: <-0.817925, -0.256243, 0.515110> - 16781: <-0.827263, -0.216475, 0.518435> - 16782: <-0.853230, -0.216413, 0.474515> - 16783: <-0.843490, -0.256606, 0.471888> - 16784: <-0.827263, -0.216475, 0.518435> - 16785: <-0.835133, -0.175853, 0.521180> - 16786: <-0.861426, -0.175453, 0.476614> - 16787: <-0.853230, -0.216413, 0.474515> - 16788: <-0.835133, -0.175853, 0.521180> - 16789: <-0.841527, -0.134100, 0.523307> - 16790: <-0.868033, -0.133553, 0.478208> - 16791: <-0.861426, -0.175453, 0.476614> - 16792: <-0.841527, -0.134100, 0.523307> - 16793: <-0.846324, -0.091008, 0.524836> - 16794: <-0.872976, -0.090429, 0.479307> - 16795: <-0.868033, -0.133553, 0.478208> - 16796: <-0.846324, -0.091008, 0.524836> - 16797: <-0.849378, -0.046267, 0.525753> - 16798: <-0.876095, -0.045871, 0.479951> - 16799: <-0.872976, -0.090429, 0.479307> - 16800: <-0.849378, -0.046267, 0.525753> - 16801: <-0.850434, 0.000000, 0.526081> - 16802: <-0.877169, 0.000000, 0.480182> - 16803: <-0.876095, -0.045871, 0.479951> - 16804: <-0.850434, 0.000000, 0.526081> - 16805: <-0.849378, 0.046267, 0.525753> - 16806: <-0.876095, 0.045871, 0.479951> - 16807: <-0.877169, 0.000000, 0.480182> - 16808: <-0.849378, 0.046267, 0.525753> - 16809: <-0.846324, 0.091008, 0.524836> - 16810: <-0.872976, 0.090429, 0.479307> - 16811: <-0.876095, 0.045871, 0.479951> - 16812: <-0.846324, 0.091008, 0.524836> - 16813: <-0.841527, 0.134100, 0.523307> - 16814: <-0.868033, 0.133553, 0.478208> - 16815: <-0.872976, 0.090429, 0.479307> - 16816: <-0.841527, 0.134100, 0.523307> - 16817: <-0.835133, 0.175853, 0.521180> - 16818: <-0.861426, 0.175453, 0.476614> - 16819: <-0.868033, 0.133553, 0.478208> - 16820: <-0.835133, 0.175853, 0.521180> - 16821: <-0.827263, 0.216475, 0.518435> - 16822: <-0.853230, 0.216413, 0.474515> - 16823: <-0.861426, 0.175453, 0.476614> - 16824: <-0.827263, 0.216475, 0.518435> - 16825: <-0.817925, 0.256243, 0.515110> - 16826: <-0.843490, 0.256606, 0.471888> - 16827: <-0.853230, 0.216413, 0.474515> - 16828: <-0.817925, 0.256243, 0.515110> - 16829: <-0.807082, 0.295457, 0.511198> - 16830: <-0.832128, 0.296339, 0.468770> - 16831: <-0.843490, 0.256606, 0.471888> - 16832: <-0.807082, 0.295457, 0.511198> - 16833: <-0.794627, 0.334337, 0.506740> - 16834: <-0.819039, 0.335801, 0.465202> - 16835: <-0.832128, 0.296339, 0.468770> - 16836: <-0.794627, 0.334337, 0.506740> - 16837: <-0.780568, 0.372705, 0.501802> - 16838: <-0.804154, 0.374961, 0.461239> - 16839: <-0.819039, 0.335801, 0.465202> - 16840: <-0.780568, 0.372705, 0.501802> - 16841: <-0.764964, 0.410392, 0.496395> - 16842: <-0.787421, 0.413777, 0.456900> - 16843: <-0.804154, 0.374961, 0.461239> - 16844: <-0.764964, 0.410392, 0.496395> - 16845: <-0.747688, 0.447593, 0.490534> - 16846: <-0.768679, 0.452290, 0.452290> - 16847: <-0.787421, 0.413777, 0.456900> - 16848: <-0.747688, 0.447593, 0.490534> - 16849: <-0.728461, 0.484430, 0.484430> - 16850: <-0.747688, 0.490534, 0.447593> - 16851: <-0.768679, 0.452290, 0.452290> - 16852: <-0.728461, 0.484430, 0.484430> - 16853: <-0.706895, 0.520969, 0.478425> - 16854: <-0.724109, 0.528478, 0.443145> - 16855: <-0.747688, 0.490534, 0.447593> - 16856: <-0.706895, 0.520969, 0.478425> - 16857: <-0.682532, 0.557037, 0.473139> - 16858: <-0.697667, 0.565794, 0.439475> - 16859: <-0.724109, 0.528478, 0.443145> - 16860: <-0.682532, 0.557037, 0.473139> - 16861: <-0.655217, 0.591920, 0.469385> - 16862: <-0.668312, 0.601963, 0.437036> - 16863: <-0.697667, 0.565794, 0.439475> - 16864: <-0.668312, -0.601963, 0.437036> - 16865: <-0.697667, -0.565794, 0.439475> - 16866: <-0.711772, -0.574008, 0.404839> - 16867: <-0.680859, -0.611427, 0.403223> - 16868: <-0.697667, -0.565794, 0.439475> - 16869: <-0.724109, -0.528478, 0.443145> - 16870: <-0.739812, -0.535518, 0.407307> - 16871: <-0.711772, -0.574008, 0.404839> - 16872: <-0.724109, -0.528478, 0.443145> - 16873: <-0.747688, -0.490534, 0.447593> - 16874: <-0.764976, -0.496372, 0.410398> - 16875: <-0.739812, -0.535518, 0.407307> - 16876: <-0.747688, -0.490534, 0.447593> - 16877: <-0.768679, -0.452290, 0.452290> - 16878: <-0.787421, -0.456900, 0.413777> - 16879: <-0.764976, -0.496372, 0.410398> - 16880: <-0.768679, -0.452290, 0.452290> - 16881: <-0.787421, -0.413777, 0.456900> - 16882: <-0.807394, -0.417202, 0.417202> - 16883: <-0.787421, -0.456900, 0.413777> - 16884: <-0.787421, -0.413777, 0.456900> - 16885: <-0.804154, -0.374961, 0.461239> - 16886: <-0.825100, -0.377345, 0.420500> - 16887: <-0.807394, -0.417202, 0.417202> - 16888: <-0.804154, -0.374961, 0.461239> - 16889: <-0.819039, -0.335801, 0.465202> - 16890: <-0.840684, -0.337391, 0.423577> - 16891: <-0.825100, -0.377345, 0.420500> - 16892: <-0.819039, -0.335801, 0.465202> - 16893: <-0.832128, -0.296339, 0.468770> - 16894: <-0.854324, -0.297287, 0.426323> - 16895: <-0.840684, -0.337391, 0.423577> - 16896: <-0.832128, -0.296339, 0.468770> - 16897: <-0.843490, -0.256606, 0.471888> - 16898: <-0.866124, -0.256999, 0.428698> - 16899: <-0.854324, -0.297287, 0.426323> - 16900: <-0.843490, -0.256606, 0.471888> - 16901: <-0.853230, -0.216413, 0.474515> - 16902: <-0.876208, -0.216320, 0.430657> - 16903: <-0.866124, -0.256999, 0.428698> - 16904: <-0.853230, -0.216413, 0.474515> - 16905: <-0.861426, -0.175453, 0.476614> - 16906: <-0.884654, -0.175026, 0.432149> - 16907: <-0.876208, -0.216320, 0.430657> - 16908: <-0.861426, -0.175453, 0.476614> - 16909: <-0.868033, -0.133553, 0.478208> - 16910: <-0.891405, -0.132911, 0.433281> - 16911: <-0.884654, -0.175026, 0.432149> - 16912: <-0.868033, -0.133553, 0.478208> - 16913: <-0.872976, -0.090429, 0.479307> - 16914: <-0.896437, -0.089787, 0.433981> - 16915: <-0.891405, -0.132911, 0.433281> - 16916: <-0.872976, -0.090429, 0.479307> - 16917: <-0.876095, -0.045871, 0.479951> - 16918: <-0.899583, -0.045443, 0.434379> - 16919: <-0.896437, -0.089787, 0.433981> - 16920: <-0.876095, -0.045871, 0.479951> - 16921: <-0.877169, 0.000000, 0.480182> - 16922: <-0.900655, 0.000000, 0.434534> - 16923: <-0.899583, -0.045443, 0.434379> - 16924: <-0.877169, 0.000000, 0.480182> - 16925: <-0.876095, 0.045871, 0.479951> - 16926: <-0.899583, 0.045443, 0.434379> - 16927: <-0.900655, 0.000000, 0.434534> - 16928: <-0.876095, 0.045871, 0.479951> - 16929: <-0.872976, 0.090429, 0.479307> - 16930: <-0.896437, 0.089787, 0.433981> - 16931: <-0.899583, 0.045443, 0.434379> - 16932: <-0.872976, 0.090429, 0.479307> - 16933: <-0.868033, 0.133553, 0.478208> - 16934: <-0.891405, 0.132911, 0.433281> - 16935: <-0.896437, 0.089787, 0.433981> - 16936: <-0.868033, 0.133553, 0.478208> - 16937: <-0.861426, 0.175453, 0.476614> - 16938: <-0.884654, 0.175026, 0.432149> - 16939: <-0.891405, 0.132911, 0.433281> - 16940: <-0.861426, 0.175453, 0.476614> - 16941: <-0.853230, 0.216413, 0.474515> - 16942: <-0.876208, 0.216320, 0.430657> - 16943: <-0.884654, 0.175026, 0.432149> - 16944: <-0.853230, 0.216413, 0.474515> - 16945: <-0.843490, 0.256606, 0.471888> - 16946: <-0.866124, 0.256999, 0.428698> - 16947: <-0.876208, 0.216320, 0.430657> - 16948: <-0.843490, 0.256606, 0.471888> - 16949: <-0.832128, 0.296339, 0.468770> - 16950: <-0.854324, 0.297287, 0.426323> - 16951: <-0.866124, 0.256999, 0.428698> - 16952: <-0.832128, 0.296339, 0.468770> - 16953: <-0.819039, 0.335801, 0.465202> - 16954: <-0.840684, 0.337391, 0.423577> - 16955: <-0.854324, 0.297287, 0.426323> - 16956: <-0.819039, 0.335801, 0.465202> - 16957: <-0.804154, 0.374961, 0.461239> - 16958: <-0.825100, 0.377345, 0.420500> - 16959: <-0.840684, 0.337391, 0.423577> - 16960: <-0.804154, 0.374961, 0.461239> - 16961: <-0.787421, 0.413777, 0.456900> - 16962: <-0.807394, 0.417202, 0.417202> - 16963: <-0.825100, 0.377345, 0.420500> - 16964: <-0.787421, 0.413777, 0.456900> - 16965: <-0.768679, 0.452290, 0.452290> - 16966: <-0.787421, 0.456900, 0.413777> - 16967: <-0.807394, 0.417202, 0.417202> - 16968: <-0.768679, 0.452290, 0.452290> - 16969: <-0.747688, 0.490534, 0.447593> - 16970: <-0.764976, 0.496372, 0.410398> - 16971: <-0.787421, 0.456900, 0.413777> - 16972: <-0.747688, 0.490534, 0.447593> - 16973: <-0.724109, 0.528478, 0.443145> - 16974: <-0.739812, 0.535518, 0.407307> - 16975: <-0.764976, 0.496372, 0.410398> - 16976: <-0.724109, 0.528478, 0.443145> - 16977: <-0.697667, 0.565794, 0.439475> - 16978: <-0.711772, 0.574008, 0.404839> - 16979: <-0.739812, 0.535518, 0.407307> - 16980: <-0.697667, 0.565794, 0.439475> - 16981: <-0.668312, 0.601963, 0.437036> - 16982: <-0.680859, 0.611427, 0.403223> - 16983: <-0.711772, 0.574008, 0.404839> - 16984: <-0.680859, -0.611427, 0.403223> - 16985: <-0.711772, -0.574008, 0.404839> - 16986: <-0.724825, -0.581661, 0.369188> - 16987: <-0.692544, -0.620305, 0.368246> - 16988: <-0.711772, -0.574008, 0.404839> - 16989: <-0.739812, -0.535518, 0.407307> - 16990: <-0.754169, -0.542028, 0.370721> - 16991: <-0.724825, -0.581661, 0.369188> - 16992: <-0.739812, -0.535518, 0.407307> - 16993: <-0.764976, -0.496372, 0.410398> - 16994: <-0.780568, -0.501802, 0.372705> - 16995: <-0.754169, -0.542028, 0.370721> - 16996: <-0.764976, -0.496372, 0.410398> - 16997: <-0.787421, -0.456900, 0.413777> - 16998: <-0.804154, -0.461239, 0.374961> - 16999: <-0.780568, -0.501802, 0.372705> - 17000: <-0.787421, -0.456900, 0.413777> - 17001: <-0.807394, -0.417202, 0.417202> - 17002: <-0.825100, -0.420500, 0.377345> - 17003: <-0.804154, -0.461239, 0.374961> - 17004: <-0.807394, -0.417202, 0.417202> - 17005: <-0.825100, -0.377345, 0.420500> - 17006: <-0.843551, -0.379751, 0.379751> - 17007: <-0.825100, -0.420500, 0.377345> - 17008: <-0.825100, -0.377345, 0.420500> - 17009: <-0.840684, -0.337391, 0.423577> - 17010: <-0.859750, -0.339005, 0.381976> - 17011: <-0.843551, -0.379751, 0.379751> - 17012: <-0.840684, -0.337391, 0.423577> - 17013: <-0.854324, -0.297287, 0.426323> - 17014: <-0.873848, -0.298231, 0.383989> - 17015: <-0.859750, -0.339005, 0.381976> - 17016: <-0.854324, -0.297287, 0.426323> - 17017: <-0.866124, -0.256999, 0.428698> - 17018: <-0.886018, -0.257364, 0.385664> - 17019: <-0.873848, -0.298231, 0.383989> - 17020: <-0.866124, -0.256999, 0.428698> - 17021: <-0.876208, -0.216320, 0.430657> - 17022: <-0.896382, -0.216199, 0.386985> - 17023: <-0.886018, -0.257364, 0.385664> - 17024: <-0.876208, -0.216320, 0.430657> - 17025: <-0.884654, -0.175026, 0.432149> - 17026: <-0.904997, -0.174541, 0.387965> - 17027: <-0.896382, -0.216199, 0.386985> - 17028: <-0.884654, -0.175026, 0.432149> - 17029: <-0.891405, -0.132911, 0.433281> - 17030: <-0.911854, -0.132240, 0.388632> - 17031: <-0.904997, -0.174541, 0.387965> - 17032: <-0.891405, -0.132911, 0.433281> - 17033: <-0.896437, -0.089787, 0.433981> - 17034: <-0.916918, -0.089116, 0.388998> - 17035: <-0.911854, -0.132240, 0.388632> - 17036: <-0.896437, -0.089787, 0.433981> - 17037: <-0.899583, -0.045443, 0.434379> - 17038: <-0.920061, -0.045016, 0.389180> - 17039: <-0.916918, -0.089116, 0.388998> - 17040: <-0.899583, -0.045443, 0.434379> - 17041: <-0.900655, 0.000000, 0.434534> - 17042: <-0.921135, 0.000000, 0.389244> - 17043: <-0.920061, -0.045016, 0.389180> - 17044: <-0.900655, 0.000000, 0.434534> - 17045: <-0.899583, 0.045443, 0.434379> - 17046: <-0.920061, 0.045016, 0.389180> - 17047: <-0.921135, 0.000000, 0.389244> - 17048: <-0.899583, 0.045443, 0.434379> - 17049: <-0.896437, 0.089787, 0.433981> - 17050: <-0.916918, 0.089116, 0.388998> - 17051: <-0.920061, 0.045016, 0.389180> - 17052: <-0.896437, 0.089787, 0.433981> - 17053: <-0.891405, 0.132911, 0.433281> - 17054: <-0.911854, 0.132240, 0.388632> - 17055: <-0.916918, 0.089116, 0.388998> - 17056: <-0.891405, 0.132911, 0.433281> - 17057: <-0.884654, 0.175026, 0.432149> - 17058: <-0.904997, 0.174541, 0.387965> - 17059: <-0.911854, 0.132240, 0.388632> - 17060: <-0.884654, 0.175026, 0.432149> - 17061: <-0.876208, 0.216320, 0.430657> - 17062: <-0.896382, 0.216199, 0.386985> - 17063: <-0.904997, 0.174541, 0.387965> - 17064: <-0.876208, 0.216320, 0.430657> - 17065: <-0.866124, 0.256999, 0.428698> - 17066: <-0.886018, 0.257364, 0.385664> - 17067: <-0.896382, 0.216199, 0.386985> - 17068: <-0.866124, 0.256999, 0.428698> - 17069: <-0.854324, 0.297287, 0.426323> - 17070: <-0.873840, 0.298259, 0.383986> - 17071: <-0.886018, 0.257364, 0.385664> - 17072: <-0.854324, 0.297287, 0.426323> - 17073: <-0.840684, 0.337391, 0.423577> - 17074: <-0.859750, 0.339005, 0.381976> - 17075: <-0.873840, 0.298259, 0.383986> - 17076: <-0.840684, 0.337391, 0.423577> - 17077: <-0.825100, 0.377345, 0.420500> - 17078: <-0.843551, 0.379751, 0.379751> - 17079: <-0.859750, 0.339005, 0.381976> - 17080: <-0.825100, 0.377345, 0.420500> - 17081: <-0.807394, 0.417202, 0.417202> - 17082: <-0.825100, 0.420500, 0.377345> - 17083: <-0.843551, 0.379751, 0.379751> - 17084: <-0.807394, 0.417202, 0.417202> - 17085: <-0.787421, 0.456900, 0.413777> - 17086: <-0.804154, 0.461239, 0.374961> - 17087: <-0.825100, 0.420500, 0.377345> - 17088: <-0.787421, 0.456900, 0.413777> - 17089: <-0.764976, 0.496372, 0.410398> - 17090: <-0.780568, 0.501802, 0.372705> - 17091: <-0.804154, 0.461239, 0.374961> - 17092: <-0.764976, 0.496372, 0.410398> - 17093: <-0.739812, 0.535518, 0.407307> - 17094: <-0.754169, 0.542028, 0.370721> - 17095: <-0.780568, 0.501802, 0.372705> - 17096: <-0.739812, 0.535518, 0.407307> - 17097: <-0.711772, 0.574008, 0.404839> - 17098: <-0.724825, 0.581661, 0.369188> - 17099: <-0.754169, 0.542028, 0.370721> - 17100: <-0.711772, 0.574008, 0.404839> - 17101: <-0.680859, 0.611427, 0.403223> - 17102: <-0.692544, 0.620305, 0.368246> - 17103: <-0.724825, 0.581661, 0.369188> - 17104: <-0.692544, -0.620305, 0.368246> - 17105: <-0.724825, -0.581661, 0.369188> - 17106: <-0.736915, -0.588744, 0.332170> - 17107: <-0.703467, -0.628603, 0.331652> - 17108: <-0.724825, -0.581661, 0.369188> - 17109: <-0.754169, -0.542028, 0.370721> - 17110: <-0.767292, -0.548009, 0.333090> - 17111: <-0.736915, -0.588744, 0.332170> - 17112: <-0.754169, -0.542028, 0.370721> - 17113: <-0.780568, -0.501802, 0.372705> - 17114: <-0.794627, -0.506740, 0.334337> - 17115: <-0.767292, -0.548009, 0.333090> - 17116: <-0.780568, -0.501802, 0.372705> - 17117: <-0.804154, -0.461239, 0.374961> - 17118: <-0.819039, -0.465202, 0.335801> - 17119: <-0.794627, -0.506740, 0.334337> - 17120: <-0.804154, -0.461239, 0.374961> - 17121: <-0.825100, -0.420500, 0.377345> - 17122: <-0.840684, -0.423577, 0.337391> - 17123: <-0.819039, -0.465202, 0.335801> - 17124: <-0.825100, -0.420500, 0.377345> - 17125: <-0.843551, -0.379751, 0.379751> - 17126: <-0.859750, -0.381976, 0.339005> - 17127: <-0.840684, -0.423577, 0.337391> - 17128: <-0.843551, -0.379751, 0.379751> - 17129: <-0.859750, -0.339005, 0.381976> - 17130: <-0.876422, -0.340503, 0.340503> - 17131: <-0.859750, -0.381976, 0.339005> - 17132: <-0.859750, -0.339005, 0.381976> - 17133: <-0.873848, -0.298231, 0.383989> - 17134: <-0.890906, -0.299085, 0.341811> - 17135: <-0.876422, -0.340503, 0.340503> - 17136: <-0.873848, -0.298231, 0.383989> - 17137: <-0.886018, -0.257364, 0.385664> - 17138: <-0.903367, -0.257643, 0.342852> - 17139: <-0.890906, -0.299085, 0.341811> - 17140: <-0.886018, -0.257364, 0.385664> - 17141: <-0.896382, -0.216199, 0.386985> - 17142: <-0.913949, -0.215982, 0.343582> - 17143: <-0.903367, -0.257643, 0.342852> - 17144: <-0.896382, -0.216199, 0.386985> - 17145: <-0.904997, -0.174541, 0.387965> - 17146: <-0.922682, -0.173989, 0.344072> - 17147: <-0.913949, -0.215982, 0.343582> - 17148: <-0.904997, -0.174541, 0.387965> - 17149: <-0.911854, -0.132240, 0.388632> - 17150: <-0.929596, -0.131509, 0.344322> - 17151: <-0.922682, -0.173989, 0.344072> - 17152: <-0.911854, -0.132240, 0.388632> - 17153: <-0.916918, -0.089116, 0.388998> - 17154: <-0.934648, -0.088414, 0.344408> - 17155: <-0.929596, -0.131509, 0.344322> - 17156: <-0.916918, -0.089116, 0.388998> - 17157: <-0.920061, -0.045016, 0.389180> - 17158: <-0.937762, -0.044558, 0.344409> - 17159: <-0.934648, -0.088414, 0.344408> - 17160: <-0.920061, -0.045016, 0.389180> - 17161: <-0.921135, 0.000000, 0.389244> - 17162: <-0.938821, 0.000000, 0.344405> - 17163: <-0.937762, -0.044558, 0.344409> - 17164: <-0.921135, 0.000000, 0.389244> - 17165: <-0.920061, 0.045016, 0.389180> - 17166: <-0.937762, 0.044558, 0.344409> - 17167: <-0.938821, 0.000000, 0.344405> - 17168: <-0.920061, 0.045016, 0.389180> - 17169: <-0.916918, 0.089116, 0.388998> - 17170: <-0.934648, 0.088414, 0.344408> - 17171: <-0.937762, 0.044558, 0.344409> - 17172: <-0.916918, 0.089116, 0.388998> - 17173: <-0.911854, 0.132240, 0.388632> - 17174: <-0.929596, 0.131509, 0.344322> - 17175: <-0.934648, 0.088414, 0.344408> - 17176: <-0.911854, 0.132240, 0.388632> - 17177: <-0.904997, 0.174541, 0.387965> - 17178: <-0.922682, 0.173989, 0.344072> - 17179: <-0.929596, 0.131509, 0.344322> - 17180: <-0.904997, 0.174541, 0.387965> - 17181: <-0.896382, 0.216199, 0.386985> - 17182: <-0.913949, 0.215982, 0.343582> - 17183: <-0.922682, 0.173989, 0.344072> - 17184: <-0.896382, 0.216199, 0.386985> - 17185: <-0.886018, 0.257364, 0.385664> - 17186: <-0.903367, 0.257643, 0.342852> - 17187: <-0.913949, 0.215982, 0.343582> - 17188: <-0.886018, 0.257364, 0.385664> - 17189: <-0.873840, 0.298259, 0.383986> - 17190: <-0.890906, 0.299085, 0.341811> - 17191: <-0.903367, 0.257643, 0.342852> - 17192: <-0.873840, 0.298259, 0.383986> - 17193: <-0.859750, 0.339005, 0.381976> - 17194: <-0.876422, 0.340503, 0.340503> - 17195: <-0.890906, 0.299085, 0.341811> - 17196: <-0.859750, 0.339005, 0.381976> - 17197: <-0.843551, 0.379751, 0.379751> - 17198: <-0.859750, 0.381976, 0.339005> - 17199: <-0.876422, 0.340503, 0.340503> - 17200: <-0.843551, 0.379751, 0.379751> - 17201: <-0.825100, 0.420500, 0.377345> - 17202: <-0.840684, 0.423577, 0.337391> - 17203: <-0.859750, 0.381976, 0.339005> - 17204: <-0.825100, 0.420500, 0.377345> - 17205: <-0.804154, 0.461239, 0.374961> - 17206: <-0.819039, 0.465202, 0.335801> - 17207: <-0.840684, 0.423577, 0.337391> - 17208: <-0.804154, 0.461239, 0.374961> - 17209: <-0.780568, 0.501802, 0.372705> - 17210: <-0.794627, 0.506740, 0.334337> - 17211: <-0.819039, 0.465202, 0.335801> - 17212: <-0.780568, 0.501802, 0.372705> - 17213: <-0.754169, 0.542028, 0.370721> - 17214: <-0.767292, 0.548009, 0.333090> - 17215: <-0.794627, 0.506740, 0.334337> - 17216: <-0.754169, 0.542028, 0.370721> - 17217: <-0.724825, 0.581661, 0.369188> - 17218: <-0.736915, 0.588744, 0.332170> - 17219: <-0.767292, 0.548009, 0.333090> - 17220: <-0.724825, 0.581661, 0.369188> - 17221: <-0.692544, 0.620305, 0.368246> - 17222: <-0.703467, 0.628603, 0.331652> - 17223: <-0.736915, 0.588744, 0.332170> - 17224: <-0.703467, -0.628603, 0.331652> - 17225: <-0.736915, -0.588744, 0.332170> - 17226: <-0.747816, -0.595158, 0.294207> - 17227: <-0.713396, -0.636150, 0.293904> - 17228: <-0.736915, -0.588744, 0.332170> - 17229: <-0.767292, -0.548009, 0.333090> - 17230: <-0.779017, -0.553415, 0.294729> - 17231: <-0.747816, -0.595158, 0.294207> - 17232: <-0.767292, -0.548009, 0.333090> - 17233: <-0.794627, -0.506740, 0.334337> - 17234: <-0.807082, -0.511198, 0.295457> - 17235: <-0.779017, -0.553415, 0.294729> - 17236: <-0.794627, -0.506740, 0.334337> - 17237: <-0.819039, -0.465202, 0.335801> - 17238: <-0.832128, -0.468770, 0.296339> - 17239: <-0.807082, -0.511198, 0.295457> - 17240: <-0.819039, -0.465202, 0.335801> - 17241: <-0.840684, -0.423577, 0.337391> - 17242: <-0.854324, -0.426323, 0.297287> - 17243: <-0.832128, -0.468770, 0.296339> - 17244: <-0.840684, -0.423577, 0.337391> - 17245: <-0.859750, -0.381976, 0.339005> - 17246: <-0.873840, -0.383986, 0.298259> - 17247: <-0.854324, -0.426323, 0.297287> - 17248: <-0.859750, -0.381976, 0.339005> - 17249: <-0.876422, -0.340503, 0.340503> - 17250: <-0.890906, -0.341811, 0.299085> - 17251: <-0.873840, -0.383986, 0.298259> - 17252: <-0.876422, -0.340503, 0.340503> - 17253: <-0.890906, -0.299085, 0.341811> - 17254: <-0.905696, -0.299762, 0.299762> - 17255: <-0.890906, -0.341811, 0.299085> - 17256: <-0.890906, -0.299085, 0.341811> - 17257: <-0.903367, -0.257643, 0.342852> - 17258: <-0.918390, -0.257736, 0.300219> - 17259: <-0.905696, -0.299762, 0.299762> - 17260: <-0.903367, -0.257643, 0.342852> - 17261: <-0.913949, -0.215982, 0.343582> - 17262: <-0.929096, -0.215649, 0.300461> - 17263: <-0.918390, -0.257736, 0.300219> - 17264: <-0.913949, -0.215982, 0.343582> - 17265: <-0.922682, -0.173989, 0.344072> - 17266: <-0.937897, -0.173351, 0.300496> - 17267: <-0.929096, -0.215649, 0.300461> - 17268: <-0.922682, -0.173989, 0.344072> - 17269: <-0.929596, -0.131509, 0.344322> - 17270: <-0.944802, -0.130743, 0.300427> - 17271: <-0.937897, -0.173351, 0.300496> - 17272: <-0.929596, -0.131509, 0.344322> - 17273: <-0.934648, -0.088414, 0.344408> - 17274: <-0.949820, -0.087712, 0.300248> - 17275: <-0.944802, -0.130743, 0.300427> - 17276: <-0.934648, -0.088414, 0.344408> - 17277: <-0.937762, -0.044558, 0.344409> - 17278: <-0.952889, -0.044130, 0.300092> - 17279: <-0.949820, -0.087712, 0.300248> - 17280: <-0.937762, -0.044558, 0.344409> - 17281: <-0.938821, 0.000000, 0.344405> - 17282: <-0.953929, 0.000000, 0.300031> - 17283: <-0.952889, -0.044130, 0.300092> - 17284: <-0.938821, 0.000000, 0.344405> - 17285: <-0.937762, 0.044558, 0.344409> - 17286: <-0.952889, 0.044130, 0.300092> - 17287: <-0.953929, 0.000000, 0.300031> - 17288: <-0.937762, 0.044558, 0.344409> - 17289: <-0.934648, 0.088414, 0.344408> - 17290: <-0.949820, 0.087712, 0.300248> - 17291: <-0.952889, 0.044130, 0.300092> - 17292: <-0.934648, 0.088414, 0.344408> - 17293: <-0.929596, 0.131509, 0.344322> - 17294: <-0.944802, 0.130743, 0.300427> - 17295: <-0.949820, 0.087712, 0.300248> - 17296: <-0.929596, 0.131509, 0.344322> - 17297: <-0.922682, 0.173989, 0.344072> - 17298: <-0.937897, 0.173351, 0.300496> - 17299: <-0.944802, 0.130743, 0.300427> - 17300: <-0.922682, 0.173989, 0.344072> - 17301: <-0.913949, 0.215982, 0.343582> - 17302: <-0.929096, 0.215649, 0.300461> - 17303: <-0.937897, 0.173351, 0.300496> - 17304: <-0.913949, 0.215982, 0.343582> - 17305: <-0.903367, 0.257643, 0.342852> - 17306: <-0.918390, 0.257736, 0.300219> - 17307: <-0.929096, 0.215649, 0.300461> - 17308: <-0.903367, 0.257643, 0.342852> - 17309: <-0.890906, 0.299085, 0.341811> - 17310: <-0.905696, 0.299762, 0.299762> - 17311: <-0.918390, 0.257736, 0.300219> - 17312: <-0.890906, 0.299085, 0.341811> - 17313: <-0.876422, 0.340503, 0.340503> - 17314: <-0.890906, 0.341811, 0.299085> - 17315: <-0.905696, 0.299762, 0.299762> - 17316: <-0.876422, 0.340503, 0.340503> - 17317: <-0.859750, 0.381976, 0.339005> - 17318: <-0.873840, 0.383986, 0.298259> - 17319: <-0.890906, 0.341811, 0.299085> - 17320: <-0.859750, 0.381976, 0.339005> - 17321: <-0.840684, 0.423577, 0.337391> - 17322: <-0.854324, 0.426323, 0.297287> - 17323: <-0.873840, 0.383986, 0.298259> - 17324: <-0.840684, 0.423577, 0.337391> - 17325: <-0.819039, 0.465202, 0.335801> - 17326: <-0.832128, 0.468770, 0.296339> - 17327: <-0.854324, 0.426323, 0.297287> - 17328: <-0.819039, 0.465202, 0.335801> - 17329: <-0.794627, 0.506740, 0.334337> - 17330: <-0.807082, 0.511198, 0.295457> - 17331: <-0.832128, 0.468770, 0.296339> - 17332: <-0.794627, 0.506740, 0.334337> - 17333: <-0.767292, 0.548009, 0.333090> - 17334: <-0.779017, 0.553415, 0.294729> - 17335: <-0.807082, 0.511198, 0.295457> - 17336: <-0.767292, 0.548009, 0.333090> - 17337: <-0.736915, 0.588744, 0.332170> - 17338: <-0.747816, 0.595158, 0.294207> - 17339: <-0.779017, 0.553415, 0.294729> - 17340: <-0.736915, 0.588744, 0.332170> - 17341: <-0.703467, 0.628603, 0.331652> - 17342: <-0.713396, 0.636150, 0.293904> - 17343: <-0.747816, 0.595158, 0.294207> - 17344: <-0.713396, -0.636150, 0.293904> - 17345: <-0.747816, -0.595158, 0.294207> - 17346: <-0.757361, -0.600829, 0.255750> - 17347: <-0.722093, -0.642833, 0.255632> - 17348: <-0.747816, -0.595158, 0.294207> - 17349: <-0.779017, -0.553415, 0.294729> - 17350: <-0.789266, -0.558172, 0.255937> - 17351: <-0.757361, -0.600829, 0.255750> - 17352: <-0.779017, -0.553415, 0.294729> - 17353: <-0.807082, -0.511198, 0.295457> - 17354: <-0.817925, -0.515110, 0.256243> - 17355: <-0.789266, -0.558172, 0.255937> - 17356: <-0.807082, -0.511198, 0.295457> - 17357: <-0.832128, -0.468770, 0.296339> - 17358: <-0.843490, -0.471888, 0.256606> - 17359: <-0.817925, -0.515110, 0.256243> - 17360: <-0.832128, -0.468770, 0.296339> - 17361: <-0.854324, -0.426323, 0.297287> - 17362: <-0.866124, -0.428698, 0.256999> - 17363: <-0.843490, -0.471888, 0.256606> - 17364: <-0.854324, -0.426323, 0.297287> - 17365: <-0.873840, -0.383986, 0.298259> - 17366: <-0.886018, -0.385664, 0.257364> - 17367: <-0.866124, -0.428698, 0.256999> - 17368: <-0.873840, -0.383986, 0.298259> - 17369: <-0.890906, -0.341811, 0.299085> - 17370: <-0.903367, -0.342852, 0.257643> - 17371: <-0.886018, -0.385664, 0.257364> - 17372: <-0.890906, -0.341811, 0.299085> - 17373: <-0.905696, -0.299762, 0.299762> - 17374: <-0.918390, -0.300219, 0.257736> - 17375: <-0.903367, -0.342852, 0.257643> - 17376: <-0.905696, -0.299762, 0.299762> - 17377: <-0.918390, -0.257736, 0.300219> - 17378: <-0.931225, -0.257702, 0.257702> - 17379: <-0.918390, -0.300219, 0.257736> - 17380: <-0.918390, -0.257736, 0.300219> - 17381: <-0.929096, -0.215649, 0.300461> - 17382: <-0.942000, -0.215220, 0.257519> - 17383: <-0.931225, -0.257702, 0.257702> - 17384: <-0.929096, -0.215649, 0.300461> - 17385: <-0.937897, -0.173351, 0.300496> - 17386: <-0.950800, -0.172679, 0.257217> - 17387: <-0.942000, -0.215220, 0.257519> - 17388: <-0.937897, -0.173351, 0.300496> - 17389: <-0.944802, -0.130743, 0.300427> - 17390: <-0.957663, -0.129981, 0.256880> - 17391: <-0.950800, -0.172679, 0.257217> - 17392: <-0.944802, -0.130743, 0.300427> - 17393: <-0.949820, -0.087712, 0.300248> - 17394: <-0.962605, -0.087041, 0.256544> - 17395: <-0.957663, -0.129981, 0.256880> - 17396: <-0.949820, -0.087712, 0.300248> - 17397: <-0.952889, -0.044130, 0.300092> - 17398: <-0.965618, -0.043703, 0.256267> - 17399: <-0.962605, -0.087041, 0.256544> - 17400: <-0.952889, -0.044130, 0.300092> - 17401: <-0.953929, 0.000000, 0.300031> - 17402: <-0.966630, 0.000000, 0.256177> - 17403: <-0.965618, -0.043703, 0.256267> - 17404: <-0.953929, 0.000000, 0.300031> - 17405: <-0.952889, 0.044130, 0.300092> - 17406: <-0.965618, 0.043703, 0.256267> - 17407: <-0.966630, 0.000000, 0.256177> - 17408: <-0.952889, 0.044130, 0.300092> - 17409: <-0.949820, 0.087712, 0.300248> - 17410: <-0.962605, 0.087041, 0.256544> - 17411: <-0.965618, 0.043703, 0.256267> - 17412: <-0.949820, 0.087712, 0.300248> - 17413: <-0.944802, 0.130743, 0.300427> - 17414: <-0.957663, 0.129981, 0.256880> - 17415: <-0.962605, 0.087041, 0.256544> - 17416: <-0.944802, 0.130743, 0.300427> - 17417: <-0.937897, 0.173351, 0.300496> - 17418: <-0.950800, 0.172679, 0.257217> - 17419: <-0.957663, 0.129981, 0.256880> - 17420: <-0.937897, 0.173351, 0.300496> - 17421: <-0.929096, 0.215649, 0.300461> - 17422: <-0.942000, 0.215220, 0.257519> - 17423: <-0.950800, 0.172679, 0.257217> - 17424: <-0.929096, 0.215649, 0.300461> - 17425: <-0.918390, 0.257736, 0.300219> - 17426: <-0.931225, 0.257702, 0.257702> - 17427: <-0.942000, 0.215220, 0.257519> - 17428: <-0.918390, 0.257736, 0.300219> - 17429: <-0.905696, 0.299762, 0.299762> - 17430: <-0.918390, 0.300219, 0.257736> - 17431: <-0.931225, 0.257702, 0.257702> - 17432: <-0.905696, 0.299762, 0.299762> - 17433: <-0.890906, 0.341811, 0.299085> - 17434: <-0.903367, 0.342852, 0.257643> - 17435: <-0.918390, 0.300219, 0.257736> - 17436: <-0.890906, 0.341811, 0.299085> - 17437: <-0.873840, 0.383986, 0.298259> - 17438: <-0.886018, 0.385664, 0.257364> - 17439: <-0.903367, 0.342852, 0.257643> - 17440: <-0.873840, 0.383986, 0.298259> - 17441: <-0.854324, 0.426323, 0.297287> - 17442: <-0.866124, 0.428698, 0.256999> - 17443: <-0.886018, 0.385664, 0.257364> - 17444: <-0.854324, 0.426323, 0.297287> - 17445: <-0.832128, 0.468770, 0.296339> - 17446: <-0.843490, 0.471888, 0.256606> - 17447: <-0.866124, 0.428698, 0.256999> - 17448: <-0.832128, 0.468770, 0.296339> - 17449: <-0.807082, 0.511198, 0.295457> - 17450: <-0.817925, 0.515110, 0.256243> - 17451: <-0.843490, 0.471888, 0.256606> - 17452: <-0.807082, 0.511198, 0.295457> - 17453: <-0.779017, 0.553415, 0.294729> - 17454: <-0.789266, 0.558172, 0.255937> - 17455: <-0.817925, 0.515110, 0.256243> - 17456: <-0.779017, 0.553415, 0.294729> - 17457: <-0.747816, 0.595158, 0.294207> - 17458: <-0.757361, 0.600829, 0.255750> - 17459: <-0.789266, 0.558172, 0.255937> - 17460: <-0.747816, 0.595158, 0.294207> - 17461: <-0.713396, 0.636150, 0.293904> - 17462: <-0.722093, 0.642833, 0.255632> - 17463: <-0.757361, 0.600829, 0.255750> - 17464: <-0.722093, -0.642833, 0.255632> - 17465: <-0.757361, -0.600829, 0.255750> - 17466: <-0.765608, -0.605748, 0.216596> - 17467: <-0.729622, -0.648624, 0.216656> - 17468: <-0.757361, -0.600829, 0.255750> - 17469: <-0.789266, -0.558172, 0.255937> - 17470: <-0.798110, -0.562257, 0.216534> - 17471: <-0.765608, -0.605748, 0.216596> - 17472: <-0.789266, -0.558172, 0.255937> - 17473: <-0.817925, -0.515110, 0.256243> - 17474: <-0.827263, -0.518435, 0.216475> - 17475: <-0.798110, -0.562257, 0.216534> - 17476: <-0.817925, -0.515110, 0.256243> - 17477: <-0.843490, -0.471888, 0.256606> - 17478: <-0.853230, -0.474515, 0.216413> - 17479: <-0.827263, -0.518435, 0.216475> - 17480: <-0.843490, -0.471888, 0.256606> - 17481: <-0.866124, -0.428698, 0.256999> - 17482: <-0.876208, -0.430657, 0.216320> - 17483: <-0.853230, -0.474515, 0.216413> - 17484: <-0.866124, -0.428698, 0.256999> - 17485: <-0.886018, -0.385664, 0.257364> - 17486: <-0.896382, -0.386985, 0.216199> - 17487: <-0.876208, -0.430657, 0.216320> - 17488: <-0.886018, -0.385664, 0.257364> - 17489: <-0.903367, -0.342852, 0.257643> - 17490: <-0.913949, -0.343582, 0.215982> - 17491: <-0.896382, -0.386985, 0.216199> - 17492: <-0.903367, -0.342852, 0.257643> - 17493: <-0.918390, -0.300219, 0.257736> - 17494: <-0.929096, -0.300461, 0.215649> - 17495: <-0.913949, -0.343582, 0.215982> - 17496: <-0.918390, -0.300219, 0.257736> - 17497: <-0.931225, -0.257702, 0.257702> - 17498: <-0.942000, -0.257519, 0.215220> - 17499: <-0.929096, -0.300461, 0.215649> - 17500: <-0.931225, -0.257702, 0.257702> - 17501: <-0.942000, -0.215220, 0.257519> - 17502: <-0.952775, -0.214732, 0.214732> - 17503: <-0.942000, -0.257519, 0.215220> - 17504: <-0.942000, -0.215220, 0.257519> - 17505: <-0.950800, -0.172679, 0.257217> - 17506: <-0.961530, -0.172005, 0.214182> - 17507: <-0.952775, -0.214732, 0.214732> - 17508: <-0.950800, -0.172679, 0.257217> - 17509: <-0.957663, -0.129981, 0.256880> - 17510: <-0.968319, -0.129250, 0.213666> - 17511: <-0.961530, -0.172005, 0.214182> - 17512: <-0.957663, -0.129981, 0.256880> - 17513: <-0.962605, -0.087041, 0.256544> - 17514: <-0.973180, -0.086398, 0.213204> - 17515: <-0.968319, -0.129250, 0.213666> - 17516: <-0.962605, -0.087041, 0.256544> - 17517: <-0.965618, -0.043703, 0.256267> - 17518: <-0.976120, -0.043306, 0.212870> - 17519: <-0.973180, -0.086398, 0.213204> - 17520: <-0.965618, -0.043703, 0.256267> - 17521: <-0.966630, 0.000000, 0.256177> - 17522: <-0.977107, 0.000000, 0.212750> - 17523: <-0.976120, -0.043306, 0.212870> - 17524: <-0.966630, 0.000000, 0.256177> - 17525: <-0.965618, 0.043703, 0.256267> - 17526: <-0.976120, 0.043306, 0.212870> - 17527: <-0.977107, 0.000000, 0.212750> - 17528: <-0.965618, 0.043703, 0.256267> - 17529: <-0.962605, 0.087041, 0.256544> - 17530: <-0.973180, 0.086398, 0.213204> - 17531: <-0.976120, 0.043306, 0.212870> - 17532: <-0.962605, 0.087041, 0.256544> - 17533: <-0.957663, 0.129981, 0.256880> - 17534: <-0.968319, 0.129250, 0.213666> - 17535: <-0.973180, 0.086398, 0.213204> - 17536: <-0.957663, 0.129981, 0.256880> - 17537: <-0.950800, 0.172679, 0.257217> - 17538: <-0.961530, 0.172005, 0.214182> - 17539: <-0.968319, 0.129250, 0.213666> - 17540: <-0.950800, 0.172679, 0.257217> - 17541: <-0.942000, 0.215220, 0.257519> - 17542: <-0.952775, 0.214732, 0.214732> - 17543: <-0.961530, 0.172005, 0.214182> - 17544: <-0.942000, 0.215220, 0.257519> - 17545: <-0.931225, 0.257702, 0.257702> - 17546: <-0.942000, 0.257519, 0.215220> - 17547: <-0.952775, 0.214732, 0.214732> - 17548: <-0.931225, 0.257702, 0.257702> - 17549: <-0.918390, 0.300219, 0.257736> - 17550: <-0.929096, 0.300461, 0.215649> - 17551: <-0.942000, 0.257519, 0.215220> - 17552: <-0.918390, 0.300219, 0.257736> - 17553: <-0.903367, 0.342852, 0.257643> - 17554: <-0.913949, 0.343582, 0.215982> - 17555: <-0.929096, 0.300461, 0.215649> - 17556: <-0.903367, 0.342852, 0.257643> - 17557: <-0.886018, 0.385664, 0.257364> - 17558: <-0.896382, 0.386985, 0.216199> - 17559: <-0.913949, 0.343582, 0.215982> - 17560: <-0.886018, 0.385664, 0.257364> - 17561: <-0.866124, 0.428698, 0.256999> - 17562: <-0.876208, 0.430657, 0.216320> - 17563: <-0.896382, 0.386985, 0.216199> - 17564: <-0.866124, 0.428698, 0.256999> - 17565: <-0.843490, 0.471888, 0.256606> - 17566: <-0.853230, 0.474515, 0.216413> - 17567: <-0.876208, 0.430657, 0.216320> - 17568: <-0.843490, 0.471888, 0.256606> - 17569: <-0.817925, 0.515110, 0.256243> - 17570: <-0.827263, 0.518435, 0.216475> - 17571: <-0.853230, 0.474515, 0.216413> - 17572: <-0.817925, 0.515110, 0.256243> - 17573: <-0.789266, 0.558172, 0.255937> - 17574: <-0.798110, 0.562257, 0.216534> - 17575: <-0.827263, 0.518435, 0.216475> - 17576: <-0.789266, 0.558172, 0.255937> - 17577: <-0.757361, 0.600829, 0.255750> - 17578: <-0.765608, 0.605748, 0.216596> - 17579: <-0.798110, 0.562257, 0.216534> - 17580: <-0.757361, 0.600829, 0.255750> - 17581: <-0.722093, 0.642833, 0.255632> - 17582: <-0.729636, 0.648606, 0.216660> - 17583: <-0.765608, 0.605748, 0.216596> - 17584: <-0.729622, -0.648624, 0.216656> - 17585: <-0.765608, -0.605748, 0.216596> - 17586: <-0.772589, -0.609892, 0.176461> - 17587: <-0.736025, -0.653502, 0.176644> - 17588: <-0.765608, -0.605748, 0.216596> - 17589: <-0.798110, -0.562257, 0.216534> - 17590: <-0.805587, -0.565675, 0.176188> - 17591: <-0.772589, -0.609892, 0.176461> - 17592: <-0.798110, -0.562257, 0.216534> - 17593: <-0.827263, -0.518435, 0.216475> - 17594: <-0.835133, -0.521180, 0.175853> - 17595: <-0.805587, -0.565675, 0.176188> - 17596: <-0.827263, -0.518435, 0.216475> - 17597: <-0.853230, -0.474515, 0.216413> - 17598: <-0.861427, -0.476614, 0.175453> - 17599: <-0.835133, -0.521180, 0.175853> - 17600: <-0.853230, -0.474515, 0.216413> - 17601: <-0.876208, -0.430657, 0.216320> - 17602: <-0.884654, -0.432149, 0.175026> - 17603: <-0.861427, -0.476614, 0.175453> - 17604: <-0.876208, -0.430657, 0.216320> - 17605: <-0.896382, -0.386985, 0.216199> - 17606: <-0.904997, -0.387965, 0.174541> - 17607: <-0.884654, -0.432149, 0.175026> - 17608: <-0.896382, -0.386985, 0.216199> - 17609: <-0.913949, -0.343582, 0.215982> - 17610: <-0.922682, -0.344072, 0.173989> - 17611: <-0.904997, -0.387965, 0.174541> - 17612: <-0.913949, -0.343582, 0.215982> - 17613: <-0.929096, -0.300461, 0.215649> - 17614: <-0.937897, -0.300496, 0.173351> - 17615: <-0.922682, -0.344072, 0.173989> - 17616: <-0.929096, -0.300461, 0.215649> - 17617: <-0.942000, -0.257519, 0.215220> - 17618: <-0.950800, -0.257217, 0.172679> - 17619: <-0.937897, -0.300496, 0.173351> - 17620: <-0.942000, -0.257519, 0.215220> - 17621: <-0.952775, -0.214732, 0.214732> - 17622: <-0.961530, -0.214182, 0.172005> - 17623: <-0.950800, -0.257217, 0.172679> - 17624: <-0.952775, -0.214732, 0.214732> - 17625: <-0.961530, -0.172005, 0.214182> - 17626: <-0.970211, -0.171305, 0.171305> - 17627: <-0.961530, -0.214182, 0.172005> - 17628: <-0.961530, -0.172005, 0.214182> - 17629: <-0.968319, -0.129250, 0.213666> - 17630: <-0.976904, -0.128545, 0.170691> - 17631: <-0.970211, -0.171305, 0.171305> - 17632: <-0.968319, -0.129250, 0.213666> - 17633: <-0.973180, -0.086398, 0.213204> - 17634: <-0.981668, -0.085788, 0.170203> - 17635: <-0.976904, -0.128545, 0.170691> - 17636: <-0.973180, -0.086398, 0.213204> - 17637: <-0.976120, -0.043306, 0.212870> - 17638: <-0.984530, -0.042970, 0.169866> - 17639: <-0.981668, -0.085788, 0.170203> - 17640: <-0.976120, -0.043306, 0.212870> - 17641: <-0.977107, 0.000000, 0.212750> - 17642: <-0.985488, 0.000000, 0.169746> - 17643: <-0.984530, -0.042970, 0.169866> - 17644: <-0.977107, 0.000000, 0.212750> - 17645: <-0.976120, 0.043306, 0.212870> - 17646: <-0.984535, 0.042970, 0.169837> - 17647: <-0.985488, 0.000000, 0.169746> - 17648: <-0.976120, 0.043306, 0.212870> - 17649: <-0.973180, 0.086398, 0.213204> - 17650: <-0.981668, 0.085788, 0.170203> - 17651: <-0.984535, 0.042970, 0.169837> - 17652: <-0.973180, 0.086398, 0.213204> - 17653: <-0.968319, 0.129250, 0.213666> - 17654: <-0.976904, 0.128545, 0.170691> - 17655: <-0.981668, 0.085788, 0.170203> - 17656: <-0.968319, 0.129250, 0.213666> - 17657: <-0.961530, 0.172005, 0.214182> - 17658: <-0.970211, 0.171305, 0.171305> - 17659: <-0.976904, 0.128545, 0.170691> - 17660: <-0.961530, 0.172005, 0.214182> - 17661: <-0.952775, 0.214732, 0.214732> - 17662: <-0.961530, 0.214182, 0.172005> - 17663: <-0.970211, 0.171305, 0.171305> - 17664: <-0.952775, 0.214732, 0.214732> - 17665: <-0.942000, 0.257519, 0.215220> - 17666: <-0.950800, 0.257217, 0.172679> - 17667: <-0.961530, 0.214182, 0.172005> - 17668: <-0.942000, 0.257519, 0.215220> - 17669: <-0.929096, 0.300461, 0.215649> - 17670: <-0.937897, 0.300496, 0.173351> - 17671: <-0.950800, 0.257217, 0.172679> - 17672: <-0.929096, 0.300461, 0.215649> - 17673: <-0.913949, 0.343582, 0.215982> - 17674: <-0.922682, 0.344072, 0.173989> - 17675: <-0.937897, 0.300496, 0.173351> - 17676: <-0.913949, 0.343582, 0.215982> - 17677: <-0.896382, 0.386985, 0.216199> - 17678: <-0.904997, 0.387965, 0.174541> - 17679: <-0.922682, 0.344072, 0.173989> - 17680: <-0.896382, 0.386985, 0.216199> - 17681: <-0.876208, 0.430657, 0.216320> - 17682: <-0.884654, 0.432149, 0.175026> - 17683: <-0.904997, 0.387965, 0.174541> - 17684: <-0.876208, 0.430657, 0.216320> - 17685: <-0.853230, 0.474515, 0.216413> - 17686: <-0.861427, 0.476614, 0.175453> - 17687: <-0.884654, 0.432149, 0.175026> - 17688: <-0.853230, 0.474515, 0.216413> - 17689: <-0.827263, 0.518435, 0.216475> - 17690: <-0.835133, 0.521180, 0.175853> - 17691: <-0.861427, 0.476614, 0.175453> - 17692: <-0.827263, 0.518435, 0.216475> - 17693: <-0.798110, 0.562257, 0.216534> - 17694: <-0.805587, 0.565675, 0.176188> - 17695: <-0.835133, 0.521180, 0.175853> - 17696: <-0.798110, 0.562257, 0.216534> - 17697: <-0.765608, 0.605748, 0.216596> - 17698: <-0.772589, 0.609892, 0.176461> - 17699: <-0.805587, 0.565675, 0.176188> - 17700: <-0.765608, 0.605748, 0.216596> - 17701: <-0.729636, 0.648606, 0.216660> - 17702: <-0.736025, 0.653502, 0.176644> - 17703: <-0.772589, 0.609892, 0.176461> - 17704: <-0.736025, -0.653502, 0.176644> - 17705: <-0.772589, -0.609892, 0.176461> - 17706: <-0.778306, -0.613196, 0.135018> - 17707: <-0.741243, -0.657468, 0.135260> - 17708: <-0.772589, -0.609892, 0.176461> - 17709: <-0.805587, -0.565675, 0.176188> - 17710: <-0.811677, -0.568382, 0.134618> - 17711: <-0.778306, -0.613196, 0.135018> - 17712: <-0.805587, -0.565675, 0.176188> - 17713: <-0.835133, -0.521180, 0.175853> - 17714: <-0.841527, -0.523307, 0.134100> - 17715: <-0.811677, -0.568382, 0.134618> - 17716: <-0.835133, -0.521180, 0.175853> - 17717: <-0.861427, -0.476614, 0.175453> - 17718: <-0.868033, -0.478208, 0.133553> - 17719: <-0.841527, -0.523307, 0.134100> - 17720: <-0.861427, -0.476614, 0.175453> - 17721: <-0.884654, -0.432149, 0.175026> - 17722: <-0.891416, -0.433256, 0.132913> - 17723: <-0.868033, -0.478208, 0.133553> - 17724: <-0.884654, -0.432149, 0.175026> - 17725: <-0.904997, -0.387965, 0.174541> - 17726: <-0.911854, -0.388632, 0.132240> - 17727: <-0.891416, -0.433256, 0.132913> - 17728: <-0.904997, -0.387965, 0.174541> - 17729: <-0.922682, -0.344072, 0.173989> - 17730: <-0.929596, -0.344322, 0.131509> - 17731: <-0.911854, -0.388632, 0.132240> - 17732: <-0.922682, -0.344072, 0.173989> - 17733: <-0.937897, -0.300496, 0.173351> - 17734: <-0.944802, -0.300427, 0.130743> - 17735: <-0.929596, -0.344322, 0.131509> - 17736: <-0.937897, -0.300496, 0.173351> - 17737: <-0.950800, -0.257217, 0.172679> - 17738: <-0.957663, -0.256880, 0.129981> - 17739: <-0.944802, -0.300427, 0.130743> - 17740: <-0.950800, -0.257217, 0.172679> - 17741: <-0.961530, -0.214182, 0.172005> - 17742: <-0.968319, -0.213666, 0.129250> - 17743: <-0.957663, -0.256880, 0.129981> - 17744: <-0.961530, -0.214182, 0.172005> - 17745: <-0.970211, -0.171305, 0.171305> - 17746: <-0.976904, -0.170691, 0.128545> - 17747: <-0.968319, -0.213666, 0.129250> - 17748: <-0.970211, -0.171305, 0.171305> - 17749: <-0.976904, -0.128545, 0.170691> - 17750: <-0.983497, -0.127935, 0.127935> - 17751: <-0.976904, -0.170691, 0.128545> - 17752: <-0.976904, -0.128545, 0.170691> - 17753: <-0.981668, -0.085788, 0.170203> - 17754: <-0.988171, -0.085300, 0.127447> - 17755: <-0.983497, -0.127935, 0.127935> - 17756: <-0.981668, -0.085788, 0.170203> - 17757: <-0.984530, -0.042970, 0.169866> - 17758: <-0.990966, -0.042666, 0.127144> - 17759: <-0.988171, -0.085300, 0.127447> - 17760: <-0.984530, -0.042970, 0.169866> - 17761: <-0.985488, 0.000000, 0.169746> - 17762: <-0.991900, 0.000000, 0.127020> - 17763: <-0.990966, -0.042666, 0.127144> - 17764: <-0.985488, 0.000000, 0.169746> - 17765: <-0.984535, 0.042970, 0.169837> - 17766: <-0.990966, 0.042666, 0.127144> - 17767: <-0.991900, 0.000000, 0.127020> - 17768: <-0.984535, 0.042970, 0.169837> - 17769: <-0.981668, 0.085788, 0.170203> - 17770: <-0.988171, 0.085300, 0.127447> - 17771: <-0.990966, 0.042666, 0.127144> - 17772: <-0.981668, 0.085788, 0.170203> - 17773: <-0.976904, 0.128545, 0.170691> - 17774: <-0.983497, 0.127935, 0.127935> - 17775: <-0.988171, 0.085300, 0.127447> - 17776: <-0.976904, 0.128545, 0.170691> - 17777: <-0.970211, 0.171305, 0.171305> - 17778: <-0.976904, 0.170691, 0.128545> - 17779: <-0.983497, 0.127935, 0.127935> - 17780: <-0.970211, 0.171305, 0.171305> - 17781: <-0.961530, 0.214182, 0.172005> - 17782: <-0.968319, 0.213666, 0.129250> - 17783: <-0.976904, 0.170691, 0.128545> - 17784: <-0.961530, 0.214182, 0.172005> - 17785: <-0.950800, 0.257217, 0.172679> - 17786: <-0.957663, 0.256880, 0.129981> - 17787: <-0.968319, 0.213666, 0.129250> - 17788: <-0.950800, 0.257217, 0.172679> - 17789: <-0.937897, 0.300496, 0.173351> - 17790: <-0.944802, 0.300427, 0.130743> - 17791: <-0.957663, 0.256880, 0.129981> - 17792: <-0.937897, 0.300496, 0.173351> - 17793: <-0.922682, 0.344072, 0.173989> - 17794: <-0.929596, 0.344322, 0.131509> - 17795: <-0.944802, 0.300427, 0.130743> - 17796: <-0.922682, 0.344072, 0.173989> - 17797: <-0.904997, 0.387965, 0.174541> - 17798: <-0.911854, 0.388632, 0.132240> - 17799: <-0.929596, 0.344322, 0.131509> - 17800: <-0.904997, 0.387965, 0.174541> - 17801: <-0.884654, 0.432149, 0.175026> - 17802: <-0.891405, 0.433281, 0.132911> - 17803: <-0.911854, 0.388632, 0.132240> - 17804: <-0.884654, 0.432149, 0.175026> - 17805: <-0.861427, 0.476614, 0.175453> - 17806: <-0.868033, 0.478208, 0.133553> - 17807: <-0.891405, 0.433281, 0.132911> - 17808: <-0.861427, 0.476614, 0.175453> - 17809: <-0.835133, 0.521180, 0.175853> - 17810: <-0.841527, 0.523307, 0.134100> - 17811: <-0.868033, 0.478208, 0.133553> - 17812: <-0.835133, 0.521180, 0.175853> - 17813: <-0.805587, 0.565675, 0.176188> - 17814: <-0.811677, 0.568382, 0.134618> - 17815: <-0.841527, 0.523307, 0.134100> - 17816: <-0.805587, 0.565675, 0.176188> - 17817: <-0.772589, 0.609892, 0.176461> - 17818: <-0.778292, 0.613215, 0.135015> - 17819: <-0.811677, 0.568382, 0.134618> - 17820: <-0.772589, 0.609892, 0.176461> - 17821: <-0.736025, 0.653502, 0.176644> - 17822: <-0.741243, 0.657468, 0.135260> - 17823: <-0.778292, 0.613215, 0.135015> - 17824: <-0.741243, -0.657468, 0.135260> - 17825: <-0.778306, -0.613196, 0.135018> - 17826: <-0.782607, -0.615697, 0.091894> - 17827: <-0.745184, -0.660463, 0.092137> - 17828: <-0.778306, -0.613196, 0.135018> - 17829: <-0.811677, -0.568382, 0.134618> - 17830: <-0.816271, -0.570377, 0.091497> - 17831: <-0.782607, -0.615697, 0.091894> - 17832: <-0.811677, -0.568382, 0.134618> - 17833: <-0.841527, -0.523307, 0.134100> - 17834: <-0.846324, -0.524836, 0.091008> - 17835: <-0.816271, -0.570377, 0.091497> - 17836: <-0.841527, -0.523307, 0.134100> - 17837: <-0.868033, -0.478208, 0.133553> - 17838: <-0.872976, -0.479307, 0.090429> - 17839: <-0.846324, -0.524836, 0.091008> - 17840: <-0.868033, -0.478208, 0.133553> - 17841: <-0.891416, -0.433256, 0.132913> - 17842: <-0.896437, -0.433981, 0.089787> - 17843: <-0.872976, -0.479307, 0.090429> - 17844: <-0.891416, -0.433256, 0.132913> - 17845: <-0.911854, -0.388632, 0.132240> - 17846: <-0.916918, -0.388998, 0.089116> - 17847: <-0.896437, -0.433981, 0.089787> - 17848: <-0.911854, -0.388632, 0.132240> - 17849: <-0.929596, -0.344322, 0.131509> - 17850: <-0.934648, -0.344408, 0.088414> - 17851: <-0.916918, -0.388998, 0.089116> - 17852: <-0.929596, -0.344322, 0.131509> - 17853: <-0.944802, -0.300427, 0.130743> - 17854: <-0.949820, -0.300248, 0.087712> - 17855: <-0.934648, -0.344408, 0.088414> - 17856: <-0.944802, -0.300427, 0.130743> - 17857: <-0.957663, -0.256880, 0.129981> - 17858: <-0.962605, -0.256544, 0.087041> - 17859: <-0.949820, -0.300248, 0.087712> - 17860: <-0.957663, -0.256880, 0.129981> - 17861: <-0.968319, -0.213666, 0.129250> - 17862: <-0.973180, -0.213204, 0.086398> - 17863: <-0.962605, -0.256544, 0.087041> - 17864: <-0.968319, -0.213666, 0.129250> - 17865: <-0.976904, -0.170691, 0.128545> - 17866: <-0.981668, -0.170203, 0.085788> - 17867: <-0.973180, -0.213204, 0.086398> - 17868: <-0.976904, -0.170691, 0.128545> - 17869: <-0.983497, -0.127935, 0.127935> - 17870: <-0.988171, -0.127447, 0.085300> - 17871: <-0.981668, -0.170203, 0.085788> - 17872: <-0.983497, -0.127935, 0.127935> - 17873: <-0.988171, -0.085300, 0.127447> - 17874: <-0.992765, -0.084905, 0.084905> - 17875: <-0.988171, -0.127447, 0.085300> - 17876: <-0.988171, -0.085300, 0.127447> - 17877: <-0.990966, -0.042666, 0.127144> - 17878: <-0.995505, -0.042452, 0.084660> - 17879: <-0.992765, -0.084905, 0.084905> - 17880: <-0.990966, -0.042666, 0.127144> - 17881: <-0.991900, 0.000000, 0.127020> - 17882: <-0.996418, 0.000000, 0.084568> - 17883: <-0.995505, -0.042452, 0.084660> - 17884: <-0.991900, 0.000000, 0.127020> - 17885: <-0.990966, 0.042666, 0.127144> - 17886: <-0.995505, 0.042452, 0.084660> - 17887: <-0.996418, 0.000000, 0.084568> - 17888: <-0.990966, 0.042666, 0.127144> - 17889: <-0.988171, 0.085300, 0.127447> - 17890: <-0.992765, 0.084905, 0.084905> - 17891: <-0.995505, 0.042452, 0.084660> - 17892: <-0.988171, 0.085300, 0.127447> - 17893: <-0.983497, 0.127935, 0.127935> - 17894: <-0.988171, 0.127447, 0.085300> - 17895: <-0.992765, 0.084905, 0.084905> - 17896: <-0.983497, 0.127935, 0.127935> - 17897: <-0.976904, 0.170691, 0.128545> - 17898: <-0.981668, 0.170203, 0.085788> - 17899: <-0.988171, 0.127447, 0.085300> - 17900: <-0.976904, 0.170691, 0.128545> - 17901: <-0.968319, 0.213666, 0.129250> - 17902: <-0.973180, 0.213204, 0.086398> - 17903: <-0.981668, 0.170203, 0.085788> - 17904: <-0.968319, 0.213666, 0.129250> - 17905: <-0.957663, 0.256880, 0.129981> - 17906: <-0.962605, 0.256544, 0.087041> - 17907: <-0.973180, 0.213204, 0.086398> - 17908: <-0.957663, 0.256880, 0.129981> - 17909: <-0.944802, 0.300427, 0.130743> - 17910: <-0.949820, 0.300248, 0.087712> - 17911: <-0.962605, 0.256544, 0.087041> - 17912: <-0.944802, 0.300427, 0.130743> - 17913: <-0.929596, 0.344322, 0.131509> - 17914: <-0.934648, 0.344408, 0.088414> - 17915: <-0.949820, 0.300248, 0.087712> - 17916: <-0.929596, 0.344322, 0.131509> - 17917: <-0.911854, 0.388632, 0.132240> - 17918: <-0.916918, 0.388998, 0.089116> - 17919: <-0.934648, 0.344408, 0.088414> - 17920: <-0.911854, 0.388632, 0.132240> - 17921: <-0.891405, 0.433281, 0.132911> - 17922: <-0.896437, 0.433981, 0.089787> - 17923: <-0.916918, 0.388998, 0.089116> - 17924: <-0.891405, 0.433281, 0.132911> - 17925: <-0.868033, 0.478208, 0.133553> - 17926: <-0.872976, 0.479307, 0.090429> - 17927: <-0.896437, 0.433981, 0.089787> - 17928: <-0.868033, 0.478208, 0.133553> - 17929: <-0.841527, 0.523307, 0.134100> - 17930: <-0.846324, 0.524836, 0.091008> - 17931: <-0.872976, 0.479307, 0.090429> - 17932: <-0.841527, 0.523307, 0.134100> - 17933: <-0.811677, 0.568382, 0.134618> - 17934: <-0.816271, 0.570377, 0.091497> - 17935: <-0.846324, 0.524836, 0.091008> - 17936: <-0.811677, 0.568382, 0.134618> - 17937: <-0.778292, 0.613215, 0.135015> - 17938: <-0.782607, 0.615697, 0.091894> - 17939: <-0.816271, 0.570377, 0.091497> - 17940: <-0.778292, 0.613215, 0.135015> - 17941: <-0.741243, 0.657468, 0.135260> - 17942: <-0.745184, 0.660463, 0.092137> - 17943: <-0.782607, 0.615697, 0.091894> - 17944: <-0.745184, -0.660463, 0.092137> - 17945: <-0.782607, -0.615697, 0.091894> - 17946: <-0.785375, -0.617246, 0.046847> - 17947: <-0.747715, -0.662354, 0.046999> - 17948: <-0.782607, -0.615697, 0.091894> - 17949: <-0.816271, -0.570377, 0.091497> - 17950: <-0.819208, -0.571602, 0.046573> - 17951: <-0.785375, -0.617246, 0.046847> - 17952: <-0.816271, -0.570377, 0.091497> - 17953: <-0.846324, -0.524836, 0.091008> - 17954: <-0.849378, -0.525753, 0.046267> - 17955: <-0.819208, -0.571602, 0.046573> - 17956: <-0.846324, -0.524836, 0.091008> - 17957: <-0.872976, -0.479307, 0.090429> - 17958: <-0.876095, -0.479951, 0.045871> - 17959: <-0.849378, -0.525753, 0.046267> - 17960: <-0.872976, -0.479307, 0.090429> - 17961: <-0.896437, -0.433981, 0.089787> - 17962: <-0.899583, -0.434379, 0.045443> - 17963: <-0.876095, -0.479951, 0.045871> - 17964: <-0.896437, -0.433981, 0.089787> - 17965: <-0.916918, -0.388998, 0.089116> - 17966: <-0.920061, -0.389180, 0.045016> - 17967: <-0.899583, -0.434379, 0.045443> - 17968: <-0.916918, -0.388998, 0.089116> - 17969: <-0.934648, -0.344408, 0.088414> - 17970: <-0.937762, -0.344409, 0.044558> - 17971: <-0.920061, -0.389180, 0.045016> - 17972: <-0.934648, -0.344408, 0.088414> - 17973: <-0.949820, -0.300248, 0.087712> - 17974: <-0.952889, -0.300092, 0.044130> - 17975: <-0.937762, -0.344409, 0.044558> - 17976: <-0.949820, -0.300248, 0.087712> - 17977: <-0.962605, -0.256544, 0.087041> - 17978: <-0.965618, -0.256267, 0.043703> - 17979: <-0.952889, -0.300092, 0.044130> - 17980: <-0.962605, -0.256544, 0.087041> - 17981: <-0.973180, -0.213204, 0.086398> - 17982: <-0.976120, -0.212870, 0.043306> - 17983: <-0.965618, -0.256267, 0.043703> - 17984: <-0.973180, -0.213204, 0.086398> - 17985: <-0.981668, -0.170203, 0.085788> - 17986: <-0.984535, -0.169837, 0.042970> - 17987: <-0.976120, -0.212870, 0.043306> - 17988: <-0.981668, -0.170203, 0.085788> - 17989: <-0.988171, -0.127447, 0.085300> - 17990: <-0.990966, -0.127144, 0.042666> - 17991: <-0.984535, -0.169837, 0.042970> - 17992: <-0.988171, -0.127447, 0.085300> - 17993: <-0.992765, -0.084905, 0.084905> - 17994: <-0.995505, -0.084660, 0.042452> - 17995: <-0.990966, -0.127144, 0.042666> - 17996: <-0.992765, -0.084905, 0.084905> - 17997: <-0.995505, -0.042452, 0.084660> - 17998: <-0.998209, -0.042299, 0.042299> - 17999: <-0.995505, -0.084660, 0.042452> - 18000: <-0.995505, -0.042452, 0.084660> - 18001: <-0.996418, 0.000000, 0.084568> - 18002: <-0.999108, 0.000000, 0.042239> - 18003: <-0.998209, -0.042299, 0.042299> - 18004: <-0.996418, 0.000000, 0.084568> - 18005: <-0.995505, 0.042452, 0.084660> - 18006: <-0.998209, 0.042299, 0.042299> - 18007: <-0.999108, 0.000000, 0.042239> - 18008: <-0.995505, 0.042452, 0.084660> - 18009: <-0.992765, 0.084905, 0.084905> - 18010: <-0.995505, 0.084660, 0.042452> - 18011: <-0.998209, 0.042299, 0.042299> - 18012: <-0.992765, 0.084905, 0.084905> - 18013: <-0.988171, 0.127447, 0.085300> - 18014: <-0.990966, 0.127144, 0.042666> - 18015: <-0.995505, 0.084660, 0.042452> - 18016: <-0.988171, 0.127447, 0.085300> - 18017: <-0.981668, 0.170203, 0.085788> - 18018: <-0.984535, 0.169837, 0.042970> - 18019: <-0.990966, 0.127144, 0.042666> - 18020: <-0.981668, 0.170203, 0.085788> - 18021: <-0.973180, 0.213204, 0.086398> - 18022: <-0.976120, 0.212870, 0.043306> - 18023: <-0.984535, 0.169837, 0.042970> - 18024: <-0.973180, 0.213204, 0.086398> - 18025: <-0.962605, 0.256544, 0.087041> - 18026: <-0.965618, 0.256267, 0.043703> - 18027: <-0.976120, 0.212870, 0.043306> - 18028: <-0.962605, 0.256544, 0.087041> - 18029: <-0.949820, 0.300248, 0.087712> - 18030: <-0.952889, 0.300092, 0.044130> - 18031: <-0.965618, 0.256267, 0.043703> - 18032: <-0.949820, 0.300248, 0.087712> - 18033: <-0.934648, 0.344408, 0.088414> - 18034: <-0.937762, 0.344409, 0.044558> - 18035: <-0.952889, 0.300092, 0.044130> - 18036: <-0.934648, 0.344408, 0.088414> - 18037: <-0.916918, 0.388998, 0.089116> - 18038: <-0.920061, 0.389180, 0.045016> - 18039: <-0.937762, 0.344409, 0.044558> - 18040: <-0.916918, 0.388998, 0.089116> - 18041: <-0.896437, 0.433981, 0.089787> - 18042: <-0.899583, 0.434379, 0.045443> - 18043: <-0.920061, 0.389180, 0.045016> - 18044: <-0.896437, 0.433981, 0.089787> - 18045: <-0.872976, 0.479307, 0.090429> - 18046: <-0.876095, 0.479951, 0.045871> - 18047: <-0.899583, 0.434379, 0.045443> - 18048: <-0.872976, 0.479307, 0.090429> - 18049: <-0.846324, 0.524836, 0.091008> - 18050: <-0.849378, 0.525753, 0.046267> - 18051: <-0.876095, 0.479951, 0.045871> - 18052: <-0.846324, 0.524836, 0.091008> - 18053: <-0.816271, 0.570377, 0.091497> - 18054: <-0.819208, 0.571602, 0.046573> - 18055: <-0.849378, 0.525753, 0.046267> - 18056: <-0.816271, 0.570377, 0.091497> - 18057: <-0.782607, 0.615697, 0.091894> - 18058: <-0.785375, 0.617246, 0.046847> - 18059: <-0.819208, 0.571602, 0.046573> - 18060: <-0.782607, 0.615697, 0.091894> - 18061: <-0.745184, 0.660463, 0.092137> - 18062: <-0.747715, 0.662354, 0.046999> - 18063: <-0.785375, 0.617246, 0.046847> - 18064: <-0.747715, -0.662354, 0.046999> - 18065: <-0.785375, -0.617246, 0.046847> - 18066: <-0.786344, -0.617789, 0.000000> - 18067: <-0.748599, -0.663024, 0.000000> - 18068: <-0.785375, -0.617246, 0.046847> - 18069: <-0.819208, -0.571602, 0.046573> - 18070: <-0.820237, -0.572024, 0.000000> - 18071: <-0.786344, -0.617789, 0.000000> - 18072: <-0.819208, -0.571602, 0.046573> - 18073: <-0.849378, -0.525753, 0.046267> - 18074: <-0.850434, -0.526081, 0.000000> - 18075: <-0.820237, -0.572024, 0.000000> - 18076: <-0.849378, -0.525753, 0.046267> - 18077: <-0.876095, -0.479951, 0.045871> - 18078: <-0.877169, -0.480182, 0.000000> - 18079: <-0.850434, -0.526081, 0.000000> - 18080: <-0.876095, -0.479951, 0.045871> - 18081: <-0.899583, -0.434379, 0.045443> - 18082: <-0.900655, -0.434534, 0.000000> - 18083: <-0.877169, -0.480182, 0.000000> - 18084: <-0.899583, -0.434379, 0.045443> - 18085: <-0.920061, -0.389180, 0.045016> - 18086: <-0.921135, -0.389244, 0.000000> - 18087: <-0.900655, -0.434534, 0.000000> - 18088: <-0.920061, -0.389180, 0.045016> - 18089: <-0.937762, -0.344409, 0.044558> - 18090: <-0.938821, -0.344405, 0.000000> - 18091: <-0.921135, -0.389244, 0.000000> - 18092: <-0.937762, -0.344409, 0.044558> - 18093: <-0.952889, -0.300092, 0.044130> - 18094: <-0.953929, -0.300031, 0.000000> - 18095: <-0.938821, -0.344405, 0.000000> - 18096: <-0.952889, -0.300092, 0.044130> - 18097: <-0.965618, -0.256267, 0.043703> - 18098: <-0.966630, -0.256177, 0.000000> - 18099: <-0.953929, -0.300031, 0.000000> - 18100: <-0.965618, -0.256267, 0.043703> - 18101: <-0.976120, -0.212870, 0.043306> - 18102: <-0.977107, -0.212750, 0.000000> - 18103: <-0.966630, -0.256177, 0.000000> - 18104: <-0.976120, -0.212870, 0.043306> - 18105: <-0.984535, -0.169837, 0.042970> - 18106: <-0.985488, -0.169746, 0.000000> - 18107: <-0.977107, -0.212750, 0.000000> - 18108: <-0.984535, -0.169837, 0.042970> - 18109: <-0.990966, -0.127144, 0.042666> - 18110: <-0.991900, -0.127020, 0.000000> - 18111: <-0.985488, -0.169746, 0.000000> - 18112: <-0.990966, -0.127144, 0.042666> - 18113: <-0.995505, -0.084660, 0.042452> - 18114: <-0.996418, -0.084568, 0.000000> - 18115: <-0.991900, -0.127020, 0.000000> - 18116: <-0.995505, -0.084660, 0.042452> - 18117: <-0.998209, -0.042299, 0.042299> - 18118: <-0.999108, -0.042239, 0.000000> - 18119: <-0.996418, -0.084568, 0.000000> - 18120: <-0.998209, -0.042299, 0.042299> - 18121: <-0.999108, 0.000000, 0.042239> - 18122: <-1.000000, 0.000000, 0.000000> - 18123: <-0.999108, -0.042239, 0.000000> - 18124: <-0.999108, 0.000000, 0.042239> - 18125: <-0.998209, 0.042299, 0.042299> - 18126: <-0.999108, 0.042239, 0.000000> - 18127: <-1.000000, 0.000000, 0.000000> - 18128: <-0.998209, 0.042299, 0.042299> - 18129: <-0.995505, 0.084660, 0.042452> - 18130: <-0.996418, 0.084568, 0.000000> - 18131: <-0.999108, 0.042239, 0.000000> - 18132: <-0.995505, 0.084660, 0.042452> - 18133: <-0.990966, 0.127144, 0.042666> - 18134: <-0.991900, 0.127020, 0.000000> - 18135: <-0.996418, 0.084568, 0.000000> - 18136: <-0.990966, 0.127144, 0.042666> - 18137: <-0.984535, 0.169837, 0.042970> - 18138: <-0.985488, 0.169746, 0.000000> - 18139: <-0.991900, 0.127020, 0.000000> - 18140: <-0.984535, 0.169837, 0.042970> - 18141: <-0.976120, 0.212870, 0.043306> - 18142: <-0.977107, 0.212750, 0.000000> - 18143: <-0.985488, 0.169746, 0.000000> - 18144: <-0.976120, 0.212870, 0.043306> - 18145: <-0.965618, 0.256267, 0.043703> - 18146: <-0.966630, 0.256177, 0.000000> - 18147: <-0.977107, 0.212750, 0.000000> - 18148: <-0.965618, 0.256267, 0.043703> - 18149: <-0.952889, 0.300092, 0.044130> - 18150: <-0.953921, 0.300059, 0.000000> - 18151: <-0.966630, 0.256177, 0.000000> - 18152: <-0.952889, 0.300092, 0.044130> - 18153: <-0.937762, 0.344409, 0.044558> - 18154: <-0.938821, 0.344405, 0.000000> - 18155: <-0.953921, 0.300059, 0.000000> - 18156: <-0.937762, 0.344409, 0.044558> - 18157: <-0.920061, 0.389180, 0.045016> - 18158: <-0.921135, 0.389244, 0.000000> - 18159: <-0.938821, 0.344405, 0.000000> - 18160: <-0.920061, 0.389180, 0.045016> - 18161: <-0.899583, 0.434379, 0.045443> - 18162: <-0.900655, 0.434534, 0.000000> - 18163: <-0.921135, 0.389244, 0.000000> - 18164: <-0.899583, 0.434379, 0.045443> - 18165: <-0.876095, 0.479951, 0.045871> - 18166: <-0.877169, 0.480182, 0.000000> - 18167: <-0.900655, 0.434534, 0.000000> - 18168: <-0.876095, 0.479951, 0.045871> - 18169: <-0.849378, 0.525753, 0.046267> - 18170: <-0.850434, 0.526081, 0.000000> - 18171: <-0.877169, 0.480182, 0.000000> - 18172: <-0.849378, 0.525753, 0.046267> - 18173: <-0.819208, 0.571602, 0.046573> - 18174: <-0.820237, 0.572024, 0.000000> - 18175: <-0.850434, 0.526081, 0.000000> - 18176: <-0.819208, 0.571602, 0.046573> - 18177: <-0.785375, 0.617246, 0.046847> - 18178: <-0.786344, 0.617789, 0.000000> - 18179: <-0.820237, 0.572024, 0.000000> - 18180: <-0.785375, 0.617246, 0.046847> - 18181: <-0.747715, 0.662354, 0.046999> - 18182: <-0.748599, 0.663024, 0.000000> - 18183: <-0.786344, 0.617789, 0.000000> - 18184: <-0.748599, -0.663024, 0.000000> - 18185: <-0.786344, -0.617789, 0.000000> - 18186: <-0.785375, -0.617246, -0.046847> - 18187: <-0.747715, -0.662354, -0.046999> - 18188: <-0.786344, -0.617789, 0.000000> - 18189: <-0.820237, -0.572024, 0.000000> - 18190: <-0.819208, -0.571602, -0.046573> - 18191: <-0.785375, -0.617246, -0.046847> - 18192: <-0.820237, -0.572024, 0.000000> - 18193: <-0.850434, -0.526081, 0.000000> - 18194: <-0.849378, -0.525753, -0.046267> - 18195: <-0.819208, -0.571602, -0.046573> - 18196: <-0.850434, -0.526081, 0.000000> - 18197: <-0.877169, -0.480182, 0.000000> - 18198: <-0.876095, -0.479951, -0.045871> - 18199: <-0.849378, -0.525753, -0.046267> - 18200: <-0.877169, -0.480182, 0.000000> - 18201: <-0.900655, -0.434534, 0.000000> - 18202: <-0.899583, -0.434379, -0.045443> - 18203: <-0.876095, -0.479951, -0.045871> - 18204: <-0.900655, -0.434534, 0.000000> - 18205: <-0.921135, -0.389244, 0.000000> - 18206: <-0.920061, -0.389180, -0.045016> - 18207: <-0.899583, -0.434379, -0.045443> - 18208: <-0.921135, -0.389244, 0.000000> - 18209: <-0.938821, -0.344405, 0.000000> - 18210: <-0.937762, -0.344409, -0.044558> - 18211: <-0.920061, -0.389180, -0.045016> - 18212: <-0.938821, -0.344405, 0.000000> - 18213: <-0.953929, -0.300031, 0.000000> - 18214: <-0.952889, -0.300092, -0.044130> - 18215: <-0.937762, -0.344409, -0.044558> - 18216: <-0.953929, -0.300031, 0.000000> - 18217: <-0.966630, -0.256177, 0.000000> - 18218: <-0.965618, -0.256267, -0.043703> - 18219: <-0.952889, -0.300092, -0.044130> - 18220: <-0.966630, -0.256177, 0.000000> - 18221: <-0.977107, -0.212750, 0.000000> - 18222: <-0.976120, -0.212870, -0.043306> - 18223: <-0.965618, -0.256267, -0.043703> - 18224: <-0.977107, -0.212750, 0.000000> - 18225: <-0.985488, -0.169746, 0.000000> - 18226: <-0.984535, -0.169837, -0.042970> - 18227: <-0.976120, -0.212870, -0.043306> - 18228: <-0.985488, -0.169746, 0.000000> - 18229: <-0.991900, -0.127020, 0.000000> - 18230: <-0.990966, -0.127144, -0.042666> - 18231: <-0.984535, -0.169837, -0.042970> - 18232: <-0.991900, -0.127020, 0.000000> - 18233: <-0.996418, -0.084568, 0.000000> - 18234: <-0.995505, -0.084660, -0.042452> - 18235: <-0.990966, -0.127144, -0.042666> - 18236: <-0.996418, -0.084568, 0.000000> - 18237: <-0.999108, -0.042239, 0.000000> - 18238: <-0.998209, -0.042299, -0.042299> - 18239: <-0.995505, -0.084660, -0.042452> - 18240: <-0.999108, -0.042239, 0.000000> - 18241: <-1.000000, 0.000000, 0.000000> - 18242: <-0.999108, 0.000000, -0.042239> - 18243: <-0.998209, -0.042299, -0.042299> - 18244: <-1.000000, 0.000000, 0.000000> - 18245: <-0.999108, 0.042239, 0.000000> - 18246: <-0.998209, 0.042299, -0.042299> - 18247: <-0.999108, 0.000000, -0.042239> - 18248: <-0.999108, 0.042239, 0.000000> - 18249: <-0.996418, 0.084568, 0.000000> - 18250: <-0.995505, 0.084660, -0.042452> - 18251: <-0.998209, 0.042299, -0.042299> - 18252: <-0.996418, 0.084568, 0.000000> - 18253: <-0.991900, 0.127020, 0.000000> - 18254: <-0.990966, 0.127144, -0.042666> - 18255: <-0.995505, 0.084660, -0.042452> - 18256: <-0.991900, 0.127020, 0.000000> - 18257: <-0.985488, 0.169746, 0.000000> - 18258: <-0.984530, 0.169866, -0.042970> - 18259: <-0.990966, 0.127144, -0.042666> - 18260: <-0.985488, 0.169746, 0.000000> - 18261: <-0.977107, 0.212750, 0.000000> - 18262: <-0.976120, 0.212870, -0.043306> - 18263: <-0.984530, 0.169866, -0.042970> - 18264: <-0.977107, 0.212750, 0.000000> - 18265: <-0.966630, 0.256177, 0.000000> - 18266: <-0.965618, 0.256267, -0.043703> - 18267: <-0.976120, 0.212870, -0.043306> - 18268: <-0.966630, 0.256177, 0.000000> - 18269: <-0.953921, 0.300059, 0.000000> - 18270: <-0.952889, 0.300092, -0.044130> - 18271: <-0.965618, 0.256267, -0.043703> - 18272: <-0.953921, 0.300059, 0.000000> - 18273: <-0.938821, 0.344405, 0.000000> - 18274: <-0.937762, 0.344409, -0.044558> - 18275: <-0.952889, 0.300092, -0.044130> - 18276: <-0.938821, 0.344405, 0.000000> - 18277: <-0.921135, 0.389244, 0.000000> - 18278: <-0.920061, 0.389180, -0.045016> - 18279: <-0.937762, 0.344409, -0.044558> - 18280: <-0.921135, 0.389244, 0.000000> - 18281: <-0.900655, 0.434534, 0.000000> - 18282: <-0.899583, 0.434379, -0.045443> - 18283: <-0.920061, 0.389180, -0.045016> - 18284: <-0.900655, 0.434534, 0.000000> - 18285: <-0.877169, 0.480182, 0.000000> - 18286: <-0.876095, 0.479951, -0.045871> - 18287: <-0.899583, 0.434379, -0.045443> - 18288: <-0.877169, 0.480182, 0.000000> - 18289: <-0.850434, 0.526081, 0.000000> - 18290: <-0.849378, 0.525753, -0.046267> - 18291: <-0.876095, 0.479951, -0.045871> - 18292: <-0.850434, 0.526081, 0.000000> - 18293: <-0.820237, 0.572024, 0.000000> - 18294: <-0.819208, 0.571602, -0.046573> - 18295: <-0.849378, 0.525753, -0.046267> - 18296: <-0.820237, 0.572024, 0.000000> - 18297: <-0.786344, 0.617789, 0.000000> - 18298: <-0.785375, 0.617246, -0.046847> - 18299: <-0.819208, 0.571602, -0.046573> - 18300: <-0.786344, 0.617789, 0.000000> - 18301: <-0.748599, 0.663024, 0.000000> - 18302: <-0.747715, 0.662354, -0.046999> - 18303: <-0.785375, 0.617246, -0.046847> - 18304: <-0.747715, -0.662354, -0.046999> - 18305: <-0.785375, -0.617246, -0.046847> - 18306: <-0.782607, -0.615697, -0.091894> - 18307: <-0.745184, -0.660463, -0.092137> - 18308: <-0.785375, -0.617246, -0.046847> - 18309: <-0.819208, -0.571602, -0.046573> - 18310: <-0.816271, -0.570377, -0.091497> - 18311: <-0.782607, -0.615697, -0.091894> - 18312: <-0.819208, -0.571602, -0.046573> - 18313: <-0.849378, -0.525753, -0.046267> - 18314: <-0.846324, -0.524836, -0.091008> - 18315: <-0.816271, -0.570377, -0.091497> - 18316: <-0.849378, -0.525753, -0.046267> - 18317: <-0.876095, -0.479951, -0.045871> - 18318: <-0.872976, -0.479307, -0.090429> - 18319: <-0.846324, -0.524836, -0.091008> - 18320: <-0.876095, -0.479951, -0.045871> - 18321: <-0.899583, -0.434379, -0.045443> - 18322: <-0.896437, -0.433981, -0.089787> - 18323: <-0.872976, -0.479307, -0.090429> - 18324: <-0.899583, -0.434379, -0.045443> - 18325: <-0.920061, -0.389180, -0.045016> - 18326: <-0.916918, -0.388998, -0.089116> - 18327: <-0.896437, -0.433981, -0.089787> - 18328: <-0.920061, -0.389180, -0.045016> - 18329: <-0.937762, -0.344409, -0.044558> - 18330: <-0.934648, -0.344408, -0.088414> - 18331: <-0.916918, -0.388998, -0.089116> - 18332: <-0.937762, -0.344409, -0.044558> - 18333: <-0.952889, -0.300092, -0.044130> - 18334: <-0.949820, -0.300248, -0.087712> - 18335: <-0.934648, -0.344408, -0.088414> - 18336: <-0.952889, -0.300092, -0.044130> - 18337: <-0.965618, -0.256267, -0.043703> - 18338: <-0.962605, -0.256544, -0.087041> - 18339: <-0.949820, -0.300248, -0.087712> - 18340: <-0.965618, -0.256267, -0.043703> - 18341: <-0.976120, -0.212870, -0.043306> - 18342: <-0.973180, -0.213204, -0.086398> - 18343: <-0.962605, -0.256544, -0.087041> - 18344: <-0.976120, -0.212870, -0.043306> - 18345: <-0.984535, -0.169837, -0.042970> - 18346: <-0.981668, -0.170203, -0.085788> - 18347: <-0.973180, -0.213204, -0.086398> - 18348: <-0.984535, -0.169837, -0.042970> - 18349: <-0.990966, -0.127144, -0.042666> - 18350: <-0.988171, -0.127447, -0.085300> - 18351: <-0.981668, -0.170203, -0.085788> - 18352: <-0.990966, -0.127144, -0.042666> - 18353: <-0.995505, -0.084660, -0.042452> - 18354: <-0.992765, -0.084905, -0.084905> - 18355: <-0.988171, -0.127447, -0.085300> - 18356: <-0.995505, -0.084660, -0.042452> - 18357: <-0.998209, -0.042299, -0.042299> - 18358: <-0.995505, -0.042452, -0.084660> - 18359: <-0.992765, -0.084905, -0.084905> - 18360: <-0.998209, -0.042299, -0.042299> - 18361: <-0.999108, 0.000000, -0.042239> - 18362: <-0.996418, 0.000000, -0.084568> - 18363: <-0.995505, -0.042452, -0.084660> - 18364: <-0.999108, 0.000000, -0.042239> - 18365: <-0.998209, 0.042299, -0.042299> - 18366: <-0.995505, 0.042452, -0.084660> - 18367: <-0.996418, 0.000000, -0.084568> - 18368: <-0.998209, 0.042299, -0.042299> - 18369: <-0.995505, 0.084660, -0.042452> - 18370: <-0.992765, 0.084905, -0.084905> - 18371: <-0.995505, 0.042452, -0.084660> - 18372: <-0.995505, 0.084660, -0.042452> - 18373: <-0.990966, 0.127144, -0.042666> - 18374: <-0.988171, 0.127447, -0.085300> - 18375: <-0.992765, 0.084905, -0.084905> - 18376: <-0.990966, 0.127144, -0.042666> - 18377: <-0.984530, 0.169866, -0.042970> - 18378: <-0.981668, 0.170203, -0.085788> - 18379: <-0.988171, 0.127447, -0.085300> - 18380: <-0.984530, 0.169866, -0.042970> - 18381: <-0.976120, 0.212870, -0.043306> - 18382: <-0.973180, 0.213204, -0.086398> - 18383: <-0.981668, 0.170203, -0.085788> - 18384: <-0.976120, 0.212870, -0.043306> - 18385: <-0.965618, 0.256267, -0.043703> - 18386: <-0.962605, 0.256544, -0.087041> - 18387: <-0.973180, 0.213204, -0.086398> - 18388: <-0.965618, 0.256267, -0.043703> - 18389: <-0.952889, 0.300092, -0.044130> - 18390: <-0.949820, 0.300248, -0.087712> - 18391: <-0.962605, 0.256544, -0.087041> - 18392: <-0.952889, 0.300092, -0.044130> - 18393: <-0.937762, 0.344409, -0.044558> - 18394: <-0.934648, 0.344408, -0.088414> - 18395: <-0.949820, 0.300248, -0.087712> - 18396: <-0.937762, 0.344409, -0.044558> - 18397: <-0.920061, 0.389180, -0.045016> - 18398: <-0.916918, 0.388998, -0.089116> - 18399: <-0.934648, 0.344408, -0.088414> - 18400: <-0.920061, 0.389180, -0.045016> - 18401: <-0.899583, 0.434379, -0.045443> - 18402: <-0.896437, 0.433981, -0.089787> - 18403: <-0.916918, 0.388998, -0.089116> - 18404: <-0.899583, 0.434379, -0.045443> - 18405: <-0.876095, 0.479951, -0.045871> - 18406: <-0.872976, 0.479307, -0.090429> - 18407: <-0.896437, 0.433981, -0.089787> - 18408: <-0.876095, 0.479951, -0.045871> - 18409: <-0.849378, 0.525753, -0.046267> - 18410: <-0.846324, 0.524836, -0.091008> - 18411: <-0.872976, 0.479307, -0.090429> - 18412: <-0.849378, 0.525753, -0.046267> - 18413: <-0.819208, 0.571602, -0.046573> - 18414: <-0.816271, 0.570377, -0.091497> - 18415: <-0.846324, 0.524836, -0.091008> - 18416: <-0.819208, 0.571602, -0.046573> - 18417: <-0.785375, 0.617246, -0.046847> - 18418: <-0.782607, 0.615697, -0.091894> - 18419: <-0.816271, 0.570377, -0.091497> - 18420: <-0.785375, 0.617246, -0.046847> - 18421: <-0.747715, 0.662354, -0.046999> - 18422: <-0.745184, 0.660463, -0.092137> - 18423: <-0.782607, 0.615697, -0.091894> - 18424: <-0.745184, -0.660463, -0.092137> - 18425: <-0.782607, -0.615697, -0.091894> - 18426: <-0.778309, -0.613199, -0.134988> - 18427: <-0.741243, -0.657468, -0.135260> - 18428: <-0.782607, -0.615697, -0.091894> - 18429: <-0.816271, -0.570377, -0.091497> - 18430: <-0.811677, -0.568382, -0.134618> - 18431: <-0.778309, -0.613199, -0.134988> - 18432: <-0.816271, -0.570377, -0.091497> - 18433: <-0.846324, -0.524836, -0.091008> - 18434: <-0.841527, -0.523307, -0.134100> - 18435: <-0.811677, -0.568382, -0.134618> - 18436: <-0.846324, -0.524836, -0.091008> - 18437: <-0.872976, -0.479307, -0.090429> - 18438: <-0.868033, -0.478208, -0.133553> - 18439: <-0.841527, -0.523307, -0.134100> - 18440: <-0.872976, -0.479307, -0.090429> - 18441: <-0.896437, -0.433981, -0.089787> - 18442: <-0.891405, -0.433281, -0.132911> - 18443: <-0.868033, -0.478208, -0.133553> - 18444: <-0.896437, -0.433981, -0.089787> - 18445: <-0.916918, -0.388998, -0.089116> - 18446: <-0.911854, -0.388632, -0.132240> - 18447: <-0.891405, -0.433281, -0.132911> - 18448: <-0.916918, -0.388998, -0.089116> - 18449: <-0.934648, -0.344408, -0.088414> - 18450: <-0.929596, -0.344322, -0.131509> - 18451: <-0.911854, -0.388632, -0.132240> - 18452: <-0.934648, -0.344408, -0.088414> - 18453: <-0.949820, -0.300248, -0.087712> - 18454: <-0.944802, -0.300427, -0.130743> - 18455: <-0.929596, -0.344322, -0.131509> - 18456: <-0.949820, -0.300248, -0.087712> - 18457: <-0.962605, -0.256544, -0.087041> - 18458: <-0.957663, -0.256880, -0.129981> - 18459: <-0.944802, -0.300427, -0.130743> - 18460: <-0.962605, -0.256544, -0.087041> - 18461: <-0.973180, -0.213204, -0.086398> - 18462: <-0.968319, -0.213666, -0.129250> - 18463: <-0.957663, -0.256880, -0.129981> - 18464: <-0.973180, -0.213204, -0.086398> - 18465: <-0.981668, -0.170203, -0.085788> - 18466: <-0.976904, -0.170691, -0.128545> - 18467: <-0.968319, -0.213666, -0.129250> - 18468: <-0.981668, -0.170203, -0.085788> - 18469: <-0.988171, -0.127447, -0.085300> - 18470: <-0.983497, -0.127935, -0.127935> - 18471: <-0.976904, -0.170691, -0.128545> - 18472: <-0.988171, -0.127447, -0.085300> - 18473: <-0.992765, -0.084905, -0.084905> - 18474: <-0.988171, -0.085300, -0.127447> - 18475: <-0.983497, -0.127935, -0.127935> - 18476: <-0.992765, -0.084905, -0.084905> - 18477: <-0.995505, -0.042452, -0.084660> - 18478: <-0.990966, -0.042666, -0.127144> - 18479: <-0.988171, -0.085300, -0.127447> - 18480: <-0.995505, -0.042452, -0.084660> - 18481: <-0.996418, 0.000000, -0.084568> - 18482: <-0.991900, 0.000000, -0.127020> - 18483: <-0.990966, -0.042666, -0.127144> - 18484: <-0.996418, 0.000000, -0.084568> - 18485: <-0.995505, 0.042452, -0.084660> - 18486: <-0.990966, 0.042666, -0.127144> - 18487: <-0.991900, 0.000000, -0.127020> - 18488: <-0.995505, 0.042452, -0.084660> - 18489: <-0.992765, 0.084905, -0.084905> - 18490: <-0.988171, 0.085300, -0.127447> - 18491: <-0.990966, 0.042666, -0.127144> - 18492: <-0.992765, 0.084905, -0.084905> - 18493: <-0.988171, 0.127447, -0.085300> - 18494: <-0.983497, 0.127935, -0.127935> - 18495: <-0.988171, 0.085300, -0.127447> - 18496: <-0.988171, 0.127447, -0.085300> - 18497: <-0.981668, 0.170203, -0.085788> - 18498: <-0.976904, 0.170691, -0.128545> - 18499: <-0.983497, 0.127935, -0.127935> - 18500: <-0.981668, 0.170203, -0.085788> - 18501: <-0.973180, 0.213204, -0.086398> - 18502: <-0.968319, 0.213666, -0.129250> - 18503: <-0.976904, 0.170691, -0.128545> - 18504: <-0.973180, 0.213204, -0.086398> - 18505: <-0.962605, 0.256544, -0.087041> - 18506: <-0.957663, 0.256880, -0.129981> - 18507: <-0.968319, 0.213666, -0.129250> - 18508: <-0.962605, 0.256544, -0.087041> - 18509: <-0.949820, 0.300248, -0.087712> - 18510: <-0.944802, 0.300427, -0.130743> - 18511: <-0.957663, 0.256880, -0.129981> - 18512: <-0.949820, 0.300248, -0.087712> - 18513: <-0.934648, 0.344408, -0.088414> - 18514: <-0.929596, 0.344322, -0.131509> - 18515: <-0.944802, 0.300427, -0.130743> - 18516: <-0.934648, 0.344408, -0.088414> - 18517: <-0.916918, 0.388998, -0.089116> - 18518: <-0.911854, 0.388632, -0.132240> - 18519: <-0.929596, 0.344322, -0.131509> - 18520: <-0.916918, 0.388998, -0.089116> - 18521: <-0.896437, 0.433981, -0.089787> - 18522: <-0.891405, 0.433281, -0.132911> - 18523: <-0.911854, 0.388632, -0.132240> - 18524: <-0.896437, 0.433981, -0.089787> - 18525: <-0.872976, 0.479307, -0.090429> - 18526: <-0.868033, 0.478208, -0.133553> - 18527: <-0.891405, 0.433281, -0.132911> - 18528: <-0.872976, 0.479307, -0.090429> - 18529: <-0.846324, 0.524836, -0.091008> - 18530: <-0.841527, 0.523307, -0.134100> - 18531: <-0.868033, 0.478208, -0.133553> - 18532: <-0.846324, 0.524836, -0.091008> - 18533: <-0.816271, 0.570377, -0.091497> - 18534: <-0.811677, 0.568382, -0.134618> - 18535: <-0.841527, 0.523307, -0.134100> - 18536: <-0.816271, 0.570377, -0.091497> - 18537: <-0.782607, 0.615697, -0.091894> - 18538: <-0.778309, 0.613199, -0.134988> - 18539: <-0.811677, 0.568382, -0.134618> - 18540: <-0.782607, 0.615697, -0.091894> - 18541: <-0.745184, 0.660463, -0.092137> - 18542: <-0.741243, 0.657468, -0.135260> - 18543: <-0.778309, 0.613199, -0.134988> - 18544: <-0.741243, -0.657468, -0.135260> - 18545: <-0.778309, -0.613199, -0.134988> - 18546: <-0.772589, -0.609892, -0.176461> - 18547: <-0.736025, -0.653502, -0.176644> - 18548: <-0.778309, -0.613199, -0.134988> - 18549: <-0.811677, -0.568382, -0.134618> - 18550: <-0.805587, -0.565675, -0.176188> - 18551: <-0.772589, -0.609892, -0.176461> - 18552: <-0.811677, -0.568382, -0.134618> - 18553: <-0.841527, -0.523307, -0.134100> - 18554: <-0.835133, -0.521180, -0.175853> - 18555: <-0.805587, -0.565675, -0.176188> - 18556: <-0.841527, -0.523307, -0.134100> - 18557: <-0.868033, -0.478208, -0.133553> - 18558: <-0.861427, -0.476614, -0.175453> - 18559: <-0.835133, -0.521180, -0.175853> - 18560: <-0.868033, -0.478208, -0.133553> - 18561: <-0.891405, -0.433281, -0.132911> - 18562: <-0.884654, -0.432149, -0.175026> - 18563: <-0.861427, -0.476614, -0.175453> - 18564: <-0.891405, -0.433281, -0.132911> - 18565: <-0.911854, -0.388632, -0.132240> - 18566: <-0.904997, -0.387965, -0.174541> - 18567: <-0.884654, -0.432149, -0.175026> - 18568: <-0.911854, -0.388632, -0.132240> - 18569: <-0.929596, -0.344322, -0.131509> - 18570: <-0.922682, -0.344072, -0.173989> - 18571: <-0.904997, -0.387965, -0.174541> - 18572: <-0.929596, -0.344322, -0.131509> - 18573: <-0.944802, -0.300427, -0.130743> - 18574: <-0.937897, -0.300496, -0.173351> - 18575: <-0.922682, -0.344072, -0.173989> - 18576: <-0.944802, -0.300427, -0.130743> - 18577: <-0.957663, -0.256880, -0.129981> - 18578: <-0.950800, -0.257217, -0.172679> - 18579: <-0.937897, -0.300496, -0.173351> - 18580: <-0.957663, -0.256880, -0.129981> - 18581: <-0.968319, -0.213666, -0.129250> - 18582: <-0.961530, -0.214182, -0.172005> - 18583: <-0.950800, -0.257217, -0.172679> - 18584: <-0.968319, -0.213666, -0.129250> - 18585: <-0.976904, -0.170691, -0.128545> - 18586: <-0.970211, -0.171305, -0.171305> - 18587: <-0.961530, -0.214182, -0.172005> - 18588: <-0.976904, -0.170691, -0.128545> - 18589: <-0.983497, -0.127935, -0.127935> - 18590: <-0.976904, -0.128545, -0.170691> - 18591: <-0.970211, -0.171305, -0.171305> - 18592: <-0.983497, -0.127935, -0.127935> - 18593: <-0.988171, -0.085300, -0.127447> - 18594: <-0.981668, -0.085788, -0.170203> - 18595: <-0.976904, -0.128545, -0.170691> - 18596: <-0.988171, -0.085300, -0.127447> - 18597: <-0.990966, -0.042666, -0.127144> - 18598: <-0.984535, -0.042970, -0.169837> - 18599: <-0.981668, -0.085788, -0.170203> - 18600: <-0.990966, -0.042666, -0.127144> - 18601: <-0.991900, 0.000000, -0.127020> - 18602: <-0.985488, 0.000000, -0.169746> - 18603: <-0.984535, -0.042970, -0.169837> - 18604: <-0.991900, 0.000000, -0.127020> - 18605: <-0.990966, 0.042666, -0.127144> - 18606: <-0.984530, 0.042970, -0.169866> - 18607: <-0.985488, 0.000000, -0.169746> - 18608: <-0.990966, 0.042666, -0.127144> - 18609: <-0.988171, 0.085300, -0.127447> - 18610: <-0.981668, 0.085788, -0.170203> - 18611: <-0.984530, 0.042970, -0.169866> - 18612: <-0.988171, 0.085300, -0.127447> - 18613: <-0.983497, 0.127935, -0.127935> - 18614: <-0.976904, 0.128545, -0.170691> - 18615: <-0.981668, 0.085788, -0.170203> - 18616: <-0.983497, 0.127935, -0.127935> - 18617: <-0.976904, 0.170691, -0.128545> - 18618: <-0.970211, 0.171305, -0.171305> - 18619: <-0.976904, 0.128545, -0.170691> - 18620: <-0.976904, 0.170691, -0.128545> - 18621: <-0.968319, 0.213666, -0.129250> - 18622: <-0.961530, 0.214182, -0.172005> - 18623: <-0.970211, 0.171305, -0.171305> - 18624: <-0.968319, 0.213666, -0.129250> - 18625: <-0.957663, 0.256880, -0.129981> - 18626: <-0.950800, 0.257217, -0.172679> - 18627: <-0.961530, 0.214182, -0.172005> - 18628: <-0.957663, 0.256880, -0.129981> - 18629: <-0.944802, 0.300427, -0.130743> - 18630: <-0.937897, 0.300496, -0.173351> - 18631: <-0.950800, 0.257217, -0.172679> - 18632: <-0.944802, 0.300427, -0.130743> - 18633: <-0.929596, 0.344322, -0.131509> - 18634: <-0.922682, 0.344072, -0.173989> - 18635: <-0.937897, 0.300496, -0.173351> - 18636: <-0.929596, 0.344322, -0.131509> - 18637: <-0.911854, 0.388632, -0.132240> - 18638: <-0.904997, 0.387965, -0.174541> - 18639: <-0.922682, 0.344072, -0.173989> - 18640: <-0.911854, 0.388632, -0.132240> - 18641: <-0.891405, 0.433281, -0.132911> - 18642: <-0.884654, 0.432149, -0.175026> - 18643: <-0.904997, 0.387965, -0.174541> - 18644: <-0.891405, 0.433281, -0.132911> - 18645: <-0.868033, 0.478208, -0.133553> - 18646: <-0.861427, 0.476614, -0.175453> - 18647: <-0.884654, 0.432149, -0.175026> - 18648: <-0.868033, 0.478208, -0.133553> - 18649: <-0.841527, 0.523307, -0.134100> - 18650: <-0.835133, 0.521180, -0.175853> - 18651: <-0.861427, 0.476614, -0.175453> - 18652: <-0.841527, 0.523307, -0.134100> - 18653: <-0.811677, 0.568382, -0.134618> - 18654: <-0.805587, 0.565675, -0.176188> - 18655: <-0.835133, 0.521180, -0.175853> - 18656: <-0.811677, 0.568382, -0.134618> - 18657: <-0.778309, 0.613199, -0.134988> - 18658: <-0.772589, 0.609892, -0.176461> - 18659: <-0.805587, 0.565675, -0.176188> - 18660: <-0.778309, 0.613199, -0.134988> - 18661: <-0.741243, 0.657468, -0.135260> - 18662: <-0.736025, 0.653502, -0.176644> - 18663: <-0.772589, 0.609892, -0.176461> - 18664: <-0.736025, -0.653502, -0.176644> - 18665: <-0.772589, -0.609892, -0.176461> - 18666: <-0.765608, -0.605748, -0.216596> - 18667: <-0.729636, -0.648606, -0.216660> - 18668: <-0.772589, -0.609892, -0.176461> - 18669: <-0.805587, -0.565675, -0.176188> - 18670: <-0.798110, -0.562257, -0.216534> - 18671: <-0.765608, -0.605748, -0.216596> - 18672: <-0.805587, -0.565675, -0.176188> - 18673: <-0.835133, -0.521180, -0.175853> - 18674: <-0.827263, -0.518435, -0.216475> - 18675: <-0.798110, -0.562257, -0.216534> - 18676: <-0.835133, -0.521180, -0.175853> - 18677: <-0.861427, -0.476614, -0.175453> - 18678: <-0.853230, -0.474515, -0.216413> - 18679: <-0.827263, -0.518435, -0.216475> - 18680: <-0.861427, -0.476614, -0.175453> - 18681: <-0.884654, -0.432149, -0.175026> - 18682: <-0.876208, -0.430657, -0.216320> - 18683: <-0.853230, -0.474515, -0.216413> - 18684: <-0.884654, -0.432149, -0.175026> - 18685: <-0.904997, -0.387965, -0.174541> - 18686: <-0.896382, -0.386985, -0.216199> - 18687: <-0.876208, -0.430657, -0.216320> - 18688: <-0.904997, -0.387965, -0.174541> - 18689: <-0.922682, -0.344072, -0.173989> - 18690: <-0.913949, -0.343582, -0.215982> - 18691: <-0.896382, -0.386985, -0.216199> - 18692: <-0.922682, -0.344072, -0.173989> - 18693: <-0.937897, -0.300496, -0.173351> - 18694: <-0.929096, -0.300461, -0.215649> - 18695: <-0.913949, -0.343582, -0.215982> - 18696: <-0.937897, -0.300496, -0.173351> - 18697: <-0.950800, -0.257217, -0.172679> - 18698: <-0.942000, -0.257519, -0.215220> - 18699: <-0.929096, -0.300461, -0.215649> - 18700: <-0.950800, -0.257217, -0.172679> - 18701: <-0.961530, -0.214182, -0.172005> - 18702: <-0.952775, -0.214732, -0.214732> - 18703: <-0.942000, -0.257519, -0.215220> - 18704: <-0.961530, -0.214182, -0.172005> - 18705: <-0.970211, -0.171305, -0.171305> - 18706: <-0.961530, -0.172005, -0.214182> - 18707: <-0.952775, -0.214732, -0.214732> - 18708: <-0.970211, -0.171305, -0.171305> - 18709: <-0.976904, -0.128545, -0.170691> - 18710: <-0.968319, -0.129250, -0.213666> - 18711: <-0.961530, -0.172005, -0.214182> - 18712: <-0.976904, -0.128545, -0.170691> - 18713: <-0.981668, -0.085788, -0.170203> - 18714: <-0.973180, -0.086398, -0.213204> - 18715: <-0.968319, -0.129250, -0.213666> - 18716: <-0.981668, -0.085788, -0.170203> - 18717: <-0.984535, -0.042970, -0.169837> - 18718: <-0.976120, -0.043306, -0.212870> - 18719: <-0.973180, -0.086398, -0.213204> - 18720: <-0.984535, -0.042970, -0.169837> - 18721: <-0.985488, 0.000000, -0.169746> - 18722: <-0.977107, 0.000000, -0.212750> - 18723: <-0.976120, -0.043306, -0.212870> - 18724: <-0.985488, 0.000000, -0.169746> - 18725: <-0.984530, 0.042970, -0.169866> - 18726: <-0.976120, 0.043306, -0.212870> - 18727: <-0.977107, 0.000000, -0.212750> - 18728: <-0.984530, 0.042970, -0.169866> - 18729: <-0.981668, 0.085788, -0.170203> - 18730: <-0.973180, 0.086398, -0.213204> - 18731: <-0.976120, 0.043306, -0.212870> - 18732: <-0.981668, 0.085788, -0.170203> - 18733: <-0.976904, 0.128545, -0.170691> - 18734: <-0.968319, 0.129250, -0.213666> - 18735: <-0.973180, 0.086398, -0.213204> - 18736: <-0.976904, 0.128545, -0.170691> - 18737: <-0.970211, 0.171305, -0.171305> - 18738: <-0.961530, 0.172005, -0.214182> - 18739: <-0.968319, 0.129250, -0.213666> - 18740: <-0.970211, 0.171305, -0.171305> - 18741: <-0.961530, 0.214182, -0.172005> - 18742: <-0.952775, 0.214732, -0.214732> - 18743: <-0.961530, 0.172005, -0.214182> - 18744: <-0.961530, 0.214182, -0.172005> - 18745: <-0.950800, 0.257217, -0.172679> - 18746: <-0.942000, 0.257519, -0.215220> - 18747: <-0.952775, 0.214732, -0.214732> - 18748: <-0.950800, 0.257217, -0.172679> - 18749: <-0.937897, 0.300496, -0.173351> - 18750: <-0.929096, 0.300461, -0.215649> - 18751: <-0.942000, 0.257519, -0.215220> - 18752: <-0.937897, 0.300496, -0.173351> - 18753: <-0.922682, 0.344072, -0.173989> - 18754: <-0.913949, 0.343582, -0.215982> - 18755: <-0.929096, 0.300461, -0.215649> - 18756: <-0.922682, 0.344072, -0.173989> - 18757: <-0.904997, 0.387965, -0.174541> - 18758: <-0.896382, 0.386985, -0.216199> - 18759: <-0.913949, 0.343582, -0.215982> - 18760: <-0.904997, 0.387965, -0.174541> - 18761: <-0.884654, 0.432149, -0.175026> - 18762: <-0.876208, 0.430657, -0.216320> - 18763: <-0.896382, 0.386985, -0.216199> - 18764: <-0.884654, 0.432149, -0.175026> - 18765: <-0.861427, 0.476614, -0.175453> - 18766: <-0.853230, 0.474515, -0.216413> - 18767: <-0.876208, 0.430657, -0.216320> - 18768: <-0.861427, 0.476614, -0.175453> - 18769: <-0.835133, 0.521180, -0.175853> - 18770: <-0.827263, 0.518435, -0.216475> - 18771: <-0.853230, 0.474515, -0.216413> - 18772: <-0.835133, 0.521180, -0.175853> - 18773: <-0.805587, 0.565675, -0.176188> - 18774: <-0.798110, 0.562257, -0.216534> - 18775: <-0.827263, 0.518435, -0.216475> - 18776: <-0.805587, 0.565675, -0.176188> - 18777: <-0.772589, 0.609892, -0.176461> - 18778: <-0.765608, 0.605748, -0.216596> - 18779: <-0.798110, 0.562257, -0.216534> - 18780: <-0.772589, 0.609892, -0.176461> - 18781: <-0.736025, 0.653502, -0.176644> - 18782: <-0.729636, 0.648606, -0.216660> - 18783: <-0.765608, 0.605748, -0.216596> - 18784: <-0.729636, -0.648606, -0.216660> - 18785: <-0.765608, -0.605748, -0.216596> - 18786: <-0.757361, -0.600829, -0.255750> - 18787: <-0.722093, -0.642833, -0.255632> - 18788: <-0.765608, -0.605748, -0.216596> - 18789: <-0.798110, -0.562257, -0.216534> - 18790: <-0.789266, -0.558172, -0.255937> - 18791: <-0.757361, -0.600829, -0.255750> - 18792: <-0.798110, -0.562257, -0.216534> - 18793: <-0.827263, -0.518435, -0.216475> - 18794: <-0.817925, -0.515110, -0.256243> - 18795: <-0.789266, -0.558172, -0.255937> - 18796: <-0.827263, -0.518435, -0.216475> - 18797: <-0.853230, -0.474515, -0.216413> - 18798: <-0.843490, -0.471888, -0.256606> - 18799: <-0.817925, -0.515110, -0.256243> - 18800: <-0.853230, -0.474515, -0.216413> - 18801: <-0.876208, -0.430657, -0.216320> - 18802: <-0.866124, -0.428698, -0.256999> - 18803: <-0.843490, -0.471888, -0.256606> - 18804: <-0.876208, -0.430657, -0.216320> - 18805: <-0.896382, -0.386985, -0.216199> - 18806: <-0.886018, -0.385664, -0.257364> - 18807: <-0.866124, -0.428698, -0.256999> - 18808: <-0.896382, -0.386985, -0.216199> - 18809: <-0.913949, -0.343582, -0.215982> - 18810: <-0.903367, -0.342852, -0.257643> - 18811: <-0.886018, -0.385664, -0.257364> - 18812: <-0.913949, -0.343582, -0.215982> - 18813: <-0.929096, -0.300461, -0.215649> - 18814: <-0.918390, -0.300219, -0.257736> - 18815: <-0.903367, -0.342852, -0.257643> - 18816: <-0.929096, -0.300461, -0.215649> - 18817: <-0.942000, -0.257519, -0.215220> - 18818: <-0.931225, -0.257702, -0.257702> - 18819: <-0.918390, -0.300219, -0.257736> - 18820: <-0.942000, -0.257519, -0.215220> - 18821: <-0.952775, -0.214732, -0.214732> - 18822: <-0.942000, -0.215220, -0.257519> - 18823: <-0.931225, -0.257702, -0.257702> - 18824: <-0.952775, -0.214732, -0.214732> - 18825: <-0.961530, -0.172005, -0.214182> - 18826: <-0.950800, -0.172679, -0.257217> - 18827: <-0.942000, -0.215220, -0.257519> - 18828: <-0.961530, -0.172005, -0.214182> - 18829: <-0.968319, -0.129250, -0.213666> - 18830: <-0.957663, -0.129981, -0.256880> - 18831: <-0.950800, -0.172679, -0.257217> - 18832: <-0.968319, -0.129250, -0.213666> - 18833: <-0.973180, -0.086398, -0.213204> - 18834: <-0.962605, -0.087041, -0.256544> - 18835: <-0.957663, -0.129981, -0.256880> - 18836: <-0.973180, -0.086398, -0.213204> - 18837: <-0.976120, -0.043306, -0.212870> - 18838: <-0.965618, -0.043703, -0.256267> - 18839: <-0.962605, -0.087041, -0.256544> - 18840: <-0.976120, -0.043306, -0.212870> - 18841: <-0.977107, 0.000000, -0.212750> - 18842: <-0.966630, 0.000000, -0.256177> - 18843: <-0.965618, -0.043703, -0.256267> - 18844: <-0.977107, 0.000000, -0.212750> - 18845: <-0.976120, 0.043306, -0.212870> - 18846: <-0.965618, 0.043703, -0.256267> - 18847: <-0.966630, 0.000000, -0.256177> - 18848: <-0.976120, 0.043306, -0.212870> - 18849: <-0.973180, 0.086398, -0.213204> - 18850: <-0.962605, 0.087041, -0.256544> - 18851: <-0.965618, 0.043703, -0.256267> - 18852: <-0.973180, 0.086398, -0.213204> - 18853: <-0.968319, 0.129250, -0.213666> - 18854: <-0.957663, 0.129981, -0.256880> - 18855: <-0.962605, 0.087041, -0.256544> - 18856: <-0.968319, 0.129250, -0.213666> - 18857: <-0.961530, 0.172005, -0.214182> - 18858: <-0.950800, 0.172679, -0.257217> - 18859: <-0.957663, 0.129981, -0.256880> - 18860: <-0.961530, 0.172005, -0.214182> - 18861: <-0.952775, 0.214732, -0.214732> - 18862: <-0.942000, 0.215220, -0.257519> - 18863: <-0.950800, 0.172679, -0.257217> - 18864: <-0.952775, 0.214732, -0.214732> - 18865: <-0.942000, 0.257519, -0.215220> - 18866: <-0.931225, 0.257702, -0.257702> - 18867: <-0.942000, 0.215220, -0.257519> - 18868: <-0.942000, 0.257519, -0.215220> - 18869: <-0.929096, 0.300461, -0.215649> - 18870: <-0.918390, 0.300219, -0.257736> - 18871: <-0.931225, 0.257702, -0.257702> - 18872: <-0.929096, 0.300461, -0.215649> - 18873: <-0.913949, 0.343582, -0.215982> - 18874: <-0.903367, 0.342852, -0.257643> - 18875: <-0.918390, 0.300219, -0.257736> - 18876: <-0.913949, 0.343582, -0.215982> - 18877: <-0.896382, 0.386985, -0.216199> - 18878: <-0.886018, 0.385664, -0.257364> - 18879: <-0.903367, 0.342852, -0.257643> - 18880: <-0.896382, 0.386985, -0.216199> - 18881: <-0.876208, 0.430657, -0.216320> - 18882: <-0.866124, 0.428698, -0.256999> - 18883: <-0.886018, 0.385664, -0.257364> - 18884: <-0.876208, 0.430657, -0.216320> - 18885: <-0.853230, 0.474515, -0.216413> - 18886: <-0.843490, 0.471888, -0.256606> - 18887: <-0.866124, 0.428698, -0.256999> - 18888: <-0.853230, 0.474515, -0.216413> - 18889: <-0.827263, 0.518435, -0.216475> - 18890: <-0.817925, 0.515110, -0.256243> - 18891: <-0.843490, 0.471888, -0.256606> - 18892: <-0.827263, 0.518435, -0.216475> - 18893: <-0.798110, 0.562257, -0.216534> - 18894: <-0.789266, 0.558172, -0.255937> - 18895: <-0.817925, 0.515110, -0.256243> - 18896: <-0.798110, 0.562257, -0.216534> - 18897: <-0.765608, 0.605748, -0.216596> - 18898: <-0.757361, 0.600829, -0.255750> - 18899: <-0.789266, 0.558172, -0.255937> - 18900: <-0.765608, 0.605748, -0.216596> - 18901: <-0.729636, 0.648606, -0.216660> - 18902: <-0.722093, 0.642833, -0.255632> - 18903: <-0.757361, 0.600829, -0.255750> - 18904: <-0.722093, -0.642833, -0.255632> - 18905: <-0.757361, -0.600829, -0.255750> - 18906: <-0.747816, -0.595158, -0.294207> - 18907: <-0.713396, -0.636150, -0.293904> - 18908: <-0.757361, -0.600829, -0.255750> - 18909: <-0.789266, -0.558172, -0.255937> - 18910: <-0.779017, -0.553415, -0.294729> - 18911: <-0.747816, -0.595158, -0.294207> - 18912: <-0.789266, -0.558172, -0.255937> - 18913: <-0.817925, -0.515110, -0.256243> - 18914: <-0.807082, -0.511198, -0.295457> - 18915: <-0.779017, -0.553415, -0.294729> - 18916: <-0.817925, -0.515110, -0.256243> - 18917: <-0.843490, -0.471888, -0.256606> - 18918: <-0.832128, -0.468770, -0.296339> - 18919: <-0.807082, -0.511198, -0.295457> - 18920: <-0.843490, -0.471888, -0.256606> - 18921: <-0.866124, -0.428698, -0.256999> - 18922: <-0.854324, -0.426323, -0.297287> - 18923: <-0.832128, -0.468770, -0.296339> - 18924: <-0.866124, -0.428698, -0.256999> - 18925: <-0.886018, -0.385664, -0.257364> - 18926: <-0.873840, -0.383986, -0.298259> - 18927: <-0.854324, -0.426323, -0.297287> - 18928: <-0.886018, -0.385664, -0.257364> - 18929: <-0.903367, -0.342852, -0.257643> - 18930: <-0.890906, -0.341811, -0.299085> - 18931: <-0.873840, -0.383986, -0.298259> - 18932: <-0.903367, -0.342852, -0.257643> - 18933: <-0.918390, -0.300219, -0.257736> - 18934: <-0.905696, -0.299762, -0.299762> - 18935: <-0.890906, -0.341811, -0.299085> - 18936: <-0.918390, -0.300219, -0.257736> - 18937: <-0.931225, -0.257702, -0.257702> - 18938: <-0.918390, -0.257736, -0.300219> - 18939: <-0.905696, -0.299762, -0.299762> - 18940: <-0.931225, -0.257702, -0.257702> - 18941: <-0.942000, -0.215220, -0.257519> - 18942: <-0.929096, -0.215649, -0.300461> - 18943: <-0.918390, -0.257736, -0.300219> - 18944: <-0.942000, -0.215220, -0.257519> - 18945: <-0.950800, -0.172679, -0.257217> - 18946: <-0.937897, -0.173351, -0.300496> - 18947: <-0.929096, -0.215649, -0.300461> - 18948: <-0.950800, -0.172679, -0.257217> - 18949: <-0.957663, -0.129981, -0.256880> - 18950: <-0.944802, -0.130743, -0.300427> - 18951: <-0.937897, -0.173351, -0.300496> - 18952: <-0.957663, -0.129981, -0.256880> - 18953: <-0.962605, -0.087041, -0.256544> - 18954: <-0.949820, -0.087712, -0.300248> - 18955: <-0.944802, -0.130743, -0.300427> - 18956: <-0.962605, -0.087041, -0.256544> - 18957: <-0.965618, -0.043703, -0.256267> - 18958: <-0.952889, -0.044130, -0.300092> - 18959: <-0.949820, -0.087712, -0.300248> - 18960: <-0.965618, -0.043703, -0.256267> - 18961: <-0.966630, 0.000000, -0.256177> - 18962: <-0.953921, 0.000000, -0.300059> - 18963: <-0.952889, -0.044130, -0.300092> - 18964: <-0.966630, 0.000000, -0.256177> - 18965: <-0.965618, 0.043703, -0.256267> - 18966: <-0.952889, 0.044130, -0.300092> - 18967: <-0.953921, 0.000000, -0.300059> - 18968: <-0.965618, 0.043703, -0.256267> - 18969: <-0.962605, 0.087041, -0.256544> - 18970: <-0.949820, 0.087712, -0.300248> - 18971: <-0.952889, 0.044130, -0.300092> - 18972: <-0.962605, 0.087041, -0.256544> - 18973: <-0.957663, 0.129981, -0.256880> - 18974: <-0.944802, 0.130743, -0.300427> - 18975: <-0.949820, 0.087712, -0.300248> - 18976: <-0.957663, 0.129981, -0.256880> - 18977: <-0.950800, 0.172679, -0.257217> - 18978: <-0.937897, 0.173351, -0.300496> - 18979: <-0.944802, 0.130743, -0.300427> - 18980: <-0.950800, 0.172679, -0.257217> - 18981: <-0.942000, 0.215220, -0.257519> - 18982: <-0.929096, 0.215649, -0.300461> - 18983: <-0.937897, 0.173351, -0.300496> - 18984: <-0.942000, 0.215220, -0.257519> - 18985: <-0.931225, 0.257702, -0.257702> - 18986: <-0.918390, 0.257736, -0.300219> - 18987: <-0.929096, 0.215649, -0.300461> - 18988: <-0.931225, 0.257702, -0.257702> - 18989: <-0.918390, 0.300219, -0.257736> - 18990: <-0.905696, 0.299762, -0.299762> - 18991: <-0.918390, 0.257736, -0.300219> - 18992: <-0.918390, 0.300219, -0.257736> - 18993: <-0.903367, 0.342852, -0.257643> - 18994: <-0.890906, 0.341811, -0.299085> - 18995: <-0.905696, 0.299762, -0.299762> - 18996: <-0.903367, 0.342852, -0.257643> - 18997: <-0.886018, 0.385664, -0.257364> - 18998: <-0.873840, 0.383986, -0.298259> - 18999: <-0.890906, 0.341811, -0.299085> - 19000: <-0.886018, 0.385664, -0.257364> - 19001: <-0.866124, 0.428698, -0.256999> - 19002: <-0.854324, 0.426323, -0.297287> - 19003: <-0.873840, 0.383986, -0.298259> - 19004: <-0.866124, 0.428698, -0.256999> - 19005: <-0.843490, 0.471888, -0.256606> - 19006: <-0.832128, 0.468770, -0.296339> - 19007: <-0.854324, 0.426323, -0.297287> - 19008: <-0.843490, 0.471888, -0.256606> - 19009: <-0.817925, 0.515110, -0.256243> - 19010: <-0.807082, 0.511198, -0.295457> - 19011: <-0.832128, 0.468770, -0.296339> - 19012: <-0.817925, 0.515110, -0.256243> - 19013: <-0.789266, 0.558172, -0.255937> - 19014: <-0.779017, 0.553415, -0.294729> - 19015: <-0.807082, 0.511198, -0.295457> - 19016: <-0.789266, 0.558172, -0.255937> - 19017: <-0.757361, 0.600829, -0.255750> - 19018: <-0.747816, 0.595158, -0.294207> - 19019: <-0.779017, 0.553415, -0.294729> - 19020: <-0.757361, 0.600829, -0.255750> - 19021: <-0.722093, 0.642833, -0.255632> - 19022: <-0.713396, 0.636150, -0.293904> - 19023: <-0.747816, 0.595158, -0.294207> - 19024: <-0.713396, -0.636150, -0.293904> - 19025: <-0.747816, -0.595158, -0.294207> - 19026: <-0.736915, -0.588744, -0.332170> - 19027: <-0.703467, -0.628603, -0.331652> - 19028: <-0.747816, -0.595158, -0.294207> - 19029: <-0.779017, -0.553415, -0.294729> - 19030: <-0.767292, -0.548009, -0.333090> - 19031: <-0.736915, -0.588744, -0.332170> - 19032: <-0.779017, -0.553415, -0.294729> - 19033: <-0.807082, -0.511198, -0.295457> - 19034: <-0.794627, -0.506740, -0.334337> - 19035: <-0.767292, -0.548009, -0.333090> - 19036: <-0.807082, -0.511198, -0.295457> - 19037: <-0.832128, -0.468770, -0.296339> - 19038: <-0.819039, -0.465202, -0.335801> - 19039: <-0.794627, -0.506740, -0.334337> - 19040: <-0.832128, -0.468770, -0.296339> - 19041: <-0.854324, -0.426323, -0.297287> - 19042: <-0.840684, -0.423577, -0.337391> - 19043: <-0.819039, -0.465202, -0.335801> - 19044: <-0.854324, -0.426323, -0.297287> - 19045: <-0.873840, -0.383986, -0.298259> - 19046: <-0.859750, -0.381976, -0.339005> - 19047: <-0.840684, -0.423577, -0.337391> - 19048: <-0.873840, -0.383986, -0.298259> - 19049: <-0.890906, -0.341811, -0.299085> - 19050: <-0.876422, -0.340503, -0.340503> - 19051: <-0.859750, -0.381976, -0.339005> - 19052: <-0.890906, -0.341811, -0.299085> - 19053: <-0.905696, -0.299762, -0.299762> - 19054: <-0.890906, -0.299085, -0.341811> - 19055: <-0.876422, -0.340503, -0.340503> - 19056: <-0.905696, -0.299762, -0.299762> - 19057: <-0.918390, -0.257736, -0.300219> - 19058: <-0.903367, -0.257643, -0.342852> - 19059: <-0.890906, -0.299085, -0.341811> - 19060: <-0.918390, -0.257736, -0.300219> - 19061: <-0.929096, -0.215649, -0.300461> - 19062: <-0.913949, -0.215982, -0.343582> - 19063: <-0.903367, -0.257643, -0.342852> - 19064: <-0.929096, -0.215649, -0.300461> - 19065: <-0.937897, -0.173351, -0.300496> - 19066: <-0.922682, -0.173989, -0.344072> - 19067: <-0.913949, -0.215982, -0.343582> - 19068: <-0.937897, -0.173351, -0.300496> - 19069: <-0.944802, -0.130743, -0.300427> - 19070: <-0.929596, -0.131509, -0.344322> - 19071: <-0.922682, -0.173989, -0.344072> - 19072: <-0.944802, -0.130743, -0.300427> - 19073: <-0.949820, -0.087712, -0.300248> - 19074: <-0.934648, -0.088414, -0.344408> - 19075: <-0.929596, -0.131509, -0.344322> - 19076: <-0.949820, -0.087712, -0.300248> - 19077: <-0.952889, -0.044130, -0.300092> - 19078: <-0.937762, -0.044558, -0.344409> - 19079: <-0.934648, -0.088414, -0.344408> - 19080: <-0.952889, -0.044130, -0.300092> - 19081: <-0.953921, 0.000000, -0.300059> - 19082: <-0.938821, 0.000000, -0.344405> - 19083: <-0.937762, -0.044558, -0.344409> - 19084: <-0.953921, 0.000000, -0.300059> - 19085: <-0.952889, 0.044130, -0.300092> - 19086: <-0.937762, 0.044558, -0.344409> - 19087: <-0.938821, 0.000000, -0.344405> - 19088: <-0.952889, 0.044130, -0.300092> - 19089: <-0.949820, 0.087712, -0.300248> - 19090: <-0.934648, 0.088414, -0.344408> - 19091: <-0.937762, 0.044558, -0.344409> - 19092: <-0.949820, 0.087712, -0.300248> - 19093: <-0.944802, 0.130743, -0.300427> - 19094: <-0.929596, 0.131509, -0.344322> - 19095: <-0.934648, 0.088414, -0.344408> - 19096: <-0.944802, 0.130743, -0.300427> - 19097: <-0.937897, 0.173351, -0.300496> - 19098: <-0.922682, 0.173989, -0.344072> - 19099: <-0.929596, 0.131509, -0.344322> - 19100: <-0.937897, 0.173351, -0.300496> - 19101: <-0.929096, 0.215649, -0.300461> - 19102: <-0.913949, 0.215982, -0.343582> - 19103: <-0.922682, 0.173989, -0.344072> - 19104: <-0.929096, 0.215649, -0.300461> - 19105: <-0.918390, 0.257736, -0.300219> - 19106: <-0.903367, 0.257643, -0.342852> - 19107: <-0.913949, 0.215982, -0.343582> - 19108: <-0.918390, 0.257736, -0.300219> - 19109: <-0.905696, 0.299762, -0.299762> - 19110: <-0.890906, 0.299085, -0.341811> - 19111: <-0.903367, 0.257643, -0.342852> - 19112: <-0.905696, 0.299762, -0.299762> - 19113: <-0.890906, 0.341811, -0.299085> - 19114: <-0.876422, 0.340503, -0.340503> - 19115: <-0.890906, 0.299085, -0.341811> - 19116: <-0.890906, 0.341811, -0.299085> - 19117: <-0.873840, 0.383986, -0.298259> - 19118: <-0.859750, 0.381976, -0.339005> - 19119: <-0.876422, 0.340503, -0.340503> - 19120: <-0.873840, 0.383986, -0.298259> - 19121: <-0.854324, 0.426323, -0.297287> - 19122: <-0.840684, 0.423577, -0.337391> - 19123: <-0.859750, 0.381976, -0.339005> - 19124: <-0.854324, 0.426323, -0.297287> - 19125: <-0.832128, 0.468770, -0.296339> - 19126: <-0.819039, 0.465202, -0.335801> - 19127: <-0.840684, 0.423577, -0.337391> - 19128: <-0.832128, 0.468770, -0.296339> - 19129: <-0.807082, 0.511198, -0.295457> - 19130: <-0.794636, 0.506745, -0.334310> - 19131: <-0.819039, 0.465202, -0.335801> - 19132: <-0.807082, 0.511198, -0.295457> - 19133: <-0.779017, 0.553415, -0.294729> - 19134: <-0.767292, 0.548009, -0.333090> - 19135: <-0.794636, 0.506745, -0.334310> - 19136: <-0.779017, 0.553415, -0.294729> - 19137: <-0.747816, 0.595158, -0.294207> - 19138: <-0.736915, 0.588744, -0.332170> - 19139: <-0.767292, 0.548009, -0.333090> - 19140: <-0.747816, 0.595158, -0.294207> - 19141: <-0.713396, 0.636150, -0.293904> - 19142: <-0.703467, 0.628603, -0.331652> - 19143: <-0.736915, 0.588744, -0.332170> - 19144: <-0.703467, -0.628603, -0.331652> - 19145: <-0.736915, -0.588744, -0.332170> - 19146: <-0.724825, -0.581661, -0.369188> - 19147: <-0.692544, -0.620305, -0.368246> - 19148: <-0.736915, -0.588744, -0.332170> - 19149: <-0.767292, -0.548009, -0.333090> - 19150: <-0.754169, -0.542028, -0.370721> - 19151: <-0.724825, -0.581661, -0.369188> - 19152: <-0.767292, -0.548009, -0.333090> - 19153: <-0.794627, -0.506740, -0.334337> - 19154: <-0.780568, -0.501802, -0.372705> - 19155: <-0.754169, -0.542028, -0.370721> - 19156: <-0.794627, -0.506740, -0.334337> - 19157: <-0.819039, -0.465202, -0.335801> - 19158: <-0.804154, -0.461239, -0.374961> - 19159: <-0.780568, -0.501802, -0.372705> - 19160: <-0.819039, -0.465202, -0.335801> - 19161: <-0.840684, -0.423577, -0.337391> - 19162: <-0.825100, -0.420500, -0.377345> - 19163: <-0.804154, -0.461239, -0.374961> - 19164: <-0.840684, -0.423577, -0.337391> - 19165: <-0.859750, -0.381976, -0.339005> - 19166: <-0.843551, -0.379751, -0.379751> - 19167: <-0.825100, -0.420500, -0.377345> - 19168: <-0.859750, -0.381976, -0.339005> - 19169: <-0.876422, -0.340503, -0.340503> - 19170: <-0.859750, -0.339005, -0.381976> - 19171: <-0.843551, -0.379751, -0.379751> - 19172: <-0.876422, -0.340503, -0.340503> - 19173: <-0.890906, -0.299085, -0.341811> - 19174: <-0.873851, -0.298262, -0.383960> - 19175: <-0.859750, -0.339005, -0.381976> - 19176: <-0.890906, -0.299085, -0.341811> - 19177: <-0.903367, -0.257643, -0.342852> - 19178: <-0.886028, -0.257367, -0.385638> - 19179: <-0.873851, -0.298262, -0.383960> - 19180: <-0.903367, -0.257643, -0.342852> - 19181: <-0.913949, -0.215982, -0.343582> - 19182: <-0.896382, -0.216199, -0.386985> - 19183: <-0.886028, -0.257367, -0.385638> - 19184: <-0.913949, -0.215982, -0.343582> - 19185: <-0.922682, -0.173989, -0.344072> - 19186: <-0.904997, -0.174541, -0.387965> - 19187: <-0.896382, -0.216199, -0.386985> - 19188: <-0.922682, -0.173989, -0.344072> - 19189: <-0.929596, -0.131509, -0.344322> - 19190: <-0.911854, -0.132240, -0.388632> - 19191: <-0.904997, -0.174541, -0.387965> - 19192: <-0.929596, -0.131509, -0.344322> - 19193: <-0.934648, -0.088414, -0.344408> - 19194: <-0.916918, -0.089116, -0.388998> - 19195: <-0.911854, -0.132240, -0.388632> - 19196: <-0.934648, -0.088414, -0.344408> - 19197: <-0.937762, -0.044558, -0.344409> - 19198: <-0.920061, -0.045016, -0.389180> - 19199: <-0.916918, -0.089116, -0.388998> - 19200: <-0.937762, -0.044558, -0.344409> - 19201: <-0.938821, 0.000000, -0.344405> - 19202: <-0.921135, 0.000000, -0.389244> - 19203: <-0.920061, -0.045016, -0.389180> - 19204: <-0.938821, 0.000000, -0.344405> - 19205: <-0.937762, 0.044558, -0.344409> - 19206: <-0.920061, 0.045016, -0.389180> - 19207: <-0.921135, 0.000000, -0.389244> - 19208: <-0.937762, 0.044558, -0.344409> - 19209: <-0.934648, 0.088414, -0.344408> - 19210: <-0.916918, 0.089116, -0.388998> - 19211: <-0.920061, 0.045016, -0.389180> - 19212: <-0.934648, 0.088414, -0.344408> - 19213: <-0.929596, 0.131509, -0.344322> - 19214: <-0.911854, 0.132240, -0.388632> - 19215: <-0.916918, 0.089116, -0.388998> - 19216: <-0.929596, 0.131509, -0.344322> - 19217: <-0.922682, 0.173989, -0.344072> - 19218: <-0.904997, 0.174541, -0.387965> - 19219: <-0.911854, 0.132240, -0.388632> - 19220: <-0.922682, 0.173989, -0.344072> - 19221: <-0.913949, 0.215982, -0.343582> - 19222: <-0.896382, 0.216199, -0.386985> - 19223: <-0.904997, 0.174541, -0.387965> - 19224: <-0.913949, 0.215982, -0.343582> - 19225: <-0.903367, 0.257643, -0.342852> - 19226: <-0.886018, 0.257364, -0.385664> - 19227: <-0.896382, 0.216199, -0.386985> - 19228: <-0.903367, 0.257643, -0.342852> - 19229: <-0.890906, 0.299085, -0.341811> - 19230: <-0.873840, 0.298259, -0.383986> - 19231: <-0.886018, 0.257364, -0.385664> - 19232: <-0.890906, 0.299085, -0.341811> - 19233: <-0.876422, 0.340503, -0.340503> - 19234: <-0.859750, 0.339005, -0.381976> - 19235: <-0.873840, 0.298259, -0.383986> - 19236: <-0.876422, 0.340503, -0.340503> - 19237: <-0.859750, 0.381976, -0.339005> - 19238: <-0.843551, 0.379751, -0.379751> - 19239: <-0.859750, 0.339005, -0.381976> - 19240: <-0.859750, 0.381976, -0.339005> - 19241: <-0.840684, 0.423577, -0.337391> - 19242: <-0.825100, 0.420500, -0.377345> - 19243: <-0.843551, 0.379751, -0.379751> - 19244: <-0.840684, 0.423577, -0.337391> - 19245: <-0.819039, 0.465202, -0.335801> - 19246: <-0.804154, 0.461239, -0.374961> - 19247: <-0.825100, 0.420500, -0.377345> - 19248: <-0.819039, 0.465202, -0.335801> - 19249: <-0.794636, 0.506745, -0.334310> - 19250: <-0.780568, 0.501802, -0.372705> - 19251: <-0.804154, 0.461239, -0.374961> - 19252: <-0.794636, 0.506745, -0.334310> - 19253: <-0.767292, 0.548009, -0.333090> - 19254: <-0.754169, 0.542028, -0.370721> - 19255: <-0.780568, 0.501802, -0.372705> - 19256: <-0.767292, 0.548009, -0.333090> - 19257: <-0.736915, 0.588744, -0.332170> - 19258: <-0.724825, 0.581661, -0.369188> - 19259: <-0.754169, 0.542028, -0.370721> - 19260: <-0.736915, 0.588744, -0.332170> - 19261: <-0.703467, 0.628603, -0.331652> - 19262: <-0.692544, 0.620305, -0.368246> - 19263: <-0.724825, 0.581661, -0.369188> - 19264: <-0.692544, -0.620305, -0.368246> - 19265: <-0.724825, -0.581661, -0.369188> - 19266: <-0.711772, -0.574008, -0.404839> - 19267: <-0.680859, -0.611427, -0.403223> - 19268: <-0.724825, -0.581661, -0.369188> - 19269: <-0.754169, -0.542028, -0.370721> - 19270: <-0.739812, -0.535518, -0.407307> - 19271: <-0.711772, -0.574008, -0.404839> - 19272: <-0.754169, -0.542028, -0.370721> - 19273: <-0.780568, -0.501802, -0.372705> - 19274: <-0.764964, -0.496395, -0.410392> - 19275: <-0.739812, -0.535518, -0.407307> - 19276: <-0.780568, -0.501802, -0.372705> - 19277: <-0.804154, -0.461239, -0.374961> - 19278: <-0.787421, -0.456900, -0.413777> - 19279: <-0.764964, -0.496395, -0.410392> - 19280: <-0.804154, -0.461239, -0.374961> - 19281: <-0.825100, -0.420500, -0.377345> - 19282: <-0.807394, -0.417202, -0.417202> - 19283: <-0.787421, -0.456900, -0.413777> - 19284: <-0.825100, -0.420500, -0.377345> - 19285: <-0.843551, -0.379751, -0.379751> - 19286: <-0.825100, -0.377345, -0.420500> - 19287: <-0.807394, -0.417202, -0.417202> - 19288: <-0.843551, -0.379751, -0.379751> - 19289: <-0.859750, -0.339005, -0.381976> - 19290: <-0.840684, -0.337391, -0.423577> - 19291: <-0.825100, -0.377345, -0.420500> - 19292: <-0.859750, -0.339005, -0.381976> - 19293: <-0.873851, -0.298262, -0.383960> - 19294: <-0.854324, -0.297287, -0.426323> - 19295: <-0.840684, -0.337391, -0.423577> - 19296: <-0.873851, -0.298262, -0.383960> - 19297: <-0.886028, -0.257367, -0.385638> - 19298: <-0.866124, -0.256999, -0.428698> - 19299: <-0.854324, -0.297287, -0.426323> - 19300: <-0.886028, -0.257367, -0.385638> - 19301: <-0.896382, -0.216199, -0.386985> - 19302: <-0.876208, -0.216320, -0.430657> - 19303: <-0.866124, -0.256999, -0.428698> - 19304: <-0.896382, -0.216199, -0.386985> - 19305: <-0.904997, -0.174541, -0.387965> - 19306: <-0.884654, -0.175026, -0.432149> - 19307: <-0.876208, -0.216320, -0.430657> - 19308: <-0.904997, -0.174541, -0.387965> - 19309: <-0.911854, -0.132240, -0.388632> - 19310: <-0.891405, -0.132911, -0.433281> - 19311: <-0.884654, -0.175026, -0.432149> - 19312: <-0.911854, -0.132240, -0.388632> - 19313: <-0.916918, -0.089116, -0.388998> - 19314: <-0.896437, -0.089787, -0.433981> - 19315: <-0.891405, -0.132911, -0.433281> - 19316: <-0.916918, -0.089116, -0.388998> - 19317: <-0.920061, -0.045016, -0.389180> - 19318: <-0.899583, -0.045443, -0.434379> - 19319: <-0.896437, -0.089787, -0.433981> - 19320: <-0.920061, -0.045016, -0.389180> - 19321: <-0.921135, 0.000000, -0.389244> - 19322: <-0.900655, 0.000000, -0.434534> - 19323: <-0.899583, -0.045443, -0.434379> - 19324: <-0.921135, 0.000000, -0.389244> - 19325: <-0.920061, 0.045016, -0.389180> - 19326: <-0.899583, 0.045443, -0.434379> - 19327: <-0.900655, 0.000000, -0.434534> - 19328: <-0.920061, 0.045016, -0.389180> - 19329: <-0.916918, 0.089116, -0.388998> - 19330: <-0.896437, 0.089787, -0.433981> - 19331: <-0.899583, 0.045443, -0.434379> - 19332: <-0.916918, 0.089116, -0.388998> - 19333: <-0.911854, 0.132240, -0.388632> - 19334: <-0.891416, 0.132913, -0.433256> - 19335: <-0.896437, 0.089787, -0.433981> - 19336: <-0.911854, 0.132240, -0.388632> - 19337: <-0.904997, 0.174541, -0.387965> - 19338: <-0.884654, 0.175026, -0.432149> - 19339: <-0.891416, 0.132913, -0.433256> - 19340: <-0.904997, 0.174541, -0.387965> - 19341: <-0.896382, 0.216199, -0.386985> - 19342: <-0.876208, 0.216320, -0.430657> - 19343: <-0.884654, 0.175026, -0.432149> - 19344: <-0.896382, 0.216199, -0.386985> - 19345: <-0.886018, 0.257364, -0.385664> - 19346: <-0.866124, 0.256999, -0.428698> - 19347: <-0.876208, 0.216320, -0.430657> - 19348: <-0.886018, 0.257364, -0.385664> - 19349: <-0.873840, 0.298259, -0.383986> - 19350: <-0.854324, 0.297287, -0.426323> - 19351: <-0.866124, 0.256999, -0.428698> - 19352: <-0.873840, 0.298259, -0.383986> - 19353: <-0.859750, 0.339005, -0.381976> - 19354: <-0.840684, 0.337391, -0.423577> - 19355: <-0.854324, 0.297287, -0.426323> - 19356: <-0.859750, 0.339005, -0.381976> - 19357: <-0.843551, 0.379751, -0.379751> - 19358: <-0.825100, 0.377345, -0.420500> - 19359: <-0.840684, 0.337391, -0.423577> - 19360: <-0.843551, 0.379751, -0.379751> - 19361: <-0.825100, 0.420500, -0.377345> - 19362: <-0.807394, 0.417202, -0.417202> - 19363: <-0.825100, 0.377345, -0.420500> - 19364: <-0.825100, 0.420500, -0.377345> - 19365: <-0.804154, 0.461239, -0.374961> - 19366: <-0.787421, 0.456900, -0.413777> - 19367: <-0.807394, 0.417202, -0.417202> - 19368: <-0.804154, 0.461239, -0.374961> - 19369: <-0.780568, 0.501802, -0.372705> - 19370: <-0.764964, 0.496395, -0.410392> - 19371: <-0.787421, 0.456900, -0.413777> - 19372: <-0.780568, 0.501802, -0.372705> - 19373: <-0.754169, 0.542028, -0.370721> - 19374: <-0.739812, 0.535518, -0.407307> - 19375: <-0.764964, 0.496395, -0.410392> - 19376: <-0.754169, 0.542028, -0.370721> - 19377: <-0.724825, 0.581661, -0.369188> - 19378: <-0.711772, 0.574008, -0.404839> - 19379: <-0.739812, 0.535518, -0.407307> - 19380: <-0.724825, 0.581661, -0.369188> - 19381: <-0.692544, 0.620305, -0.368246> - 19382: <-0.680859, 0.611427, -0.403223> - 19383: <-0.711772, 0.574008, -0.404839> - 19384: <-0.680859, -0.611427, -0.403223> - 19385: <-0.711772, -0.574008, -0.404839> - 19386: <-0.697667, -0.565794, -0.439475> - 19387: <-0.668312, -0.601963, -0.437036> - 19388: <-0.711772, -0.574008, -0.404839> - 19389: <-0.739812, -0.535518, -0.407307> - 19390: <-0.724109, -0.528478, -0.443145> - 19391: <-0.697667, -0.565794, -0.439475> - 19392: <-0.739812, -0.535518, -0.407307> - 19393: <-0.764964, -0.496395, -0.410392> - 19394: <-0.747688, -0.490534, -0.447593> - 19395: <-0.724109, -0.528478, -0.443145> - 19396: <-0.764964, -0.496395, -0.410392> - 19397: <-0.787421, -0.456900, -0.413777> - 19398: <-0.768679, -0.452290, -0.452290> - 19399: <-0.747688, -0.490534, -0.447593> - 19400: <-0.787421, -0.456900, -0.413777> - 19401: <-0.807394, -0.417202, -0.417202> - 19402: <-0.787421, -0.413777, -0.456900> - 19403: <-0.768679, -0.452290, -0.452290> - 19404: <-0.807394, -0.417202, -0.417202> - 19405: <-0.825100, -0.377345, -0.420500> - 19406: <-0.804154, -0.374961, -0.461239> - 19407: <-0.787421, -0.413777, -0.456900> - 19408: <-0.825100, -0.377345, -0.420500> - 19409: <-0.840684, -0.337391, -0.423577> - 19410: <-0.819039, -0.335801, -0.465202> - 19411: <-0.804154, -0.374961, -0.461239> - 19412: <-0.840684, -0.337391, -0.423577> - 19413: <-0.854324, -0.297287, -0.426323> - 19414: <-0.832128, -0.296339, -0.468770> - 19415: <-0.819039, -0.335801, -0.465202> - 19416: <-0.854324, -0.297287, -0.426323> - 19417: <-0.866124, -0.256999, -0.428698> - 19418: <-0.843490, -0.256606, -0.471888> - 19419: <-0.832128, -0.296339, -0.468770> - 19420: <-0.866124, -0.256999, -0.428698> - 19421: <-0.876208, -0.216320, -0.430657> - 19422: <-0.853230, -0.216413, -0.474515> - 19423: <-0.843490, -0.256606, -0.471888> - 19424: <-0.876208, -0.216320, -0.430657> - 19425: <-0.884654, -0.175026, -0.432149> - 19426: <-0.861426, -0.175453, -0.476614> - 19427: <-0.853230, -0.216413, -0.474515> - 19428: <-0.884654, -0.175026, -0.432149> - 19429: <-0.891405, -0.132911, -0.433281> - 19430: <-0.868033, -0.133553, -0.478208> - 19431: <-0.861426, -0.175453, -0.476614> - 19432: <-0.891405, -0.132911, -0.433281> - 19433: <-0.896437, -0.089787, -0.433981> - 19434: <-0.872976, -0.090429, -0.479307> - 19435: <-0.868033, -0.133553, -0.478208> - 19436: <-0.896437, -0.089787, -0.433981> - 19437: <-0.899583, -0.045443, -0.434379> - 19438: <-0.876095, -0.045871, -0.479951> - 19439: <-0.872976, -0.090429, -0.479307> - 19440: <-0.899583, -0.045443, -0.434379> - 19441: <-0.900655, 0.000000, -0.434534> - 19442: <-0.877182, 0.000000, -0.480158> - 19443: <-0.876095, -0.045871, -0.479951> - 19444: <-0.900655, 0.000000, -0.434534> - 19445: <-0.899583, 0.045443, -0.434379> - 19446: <-0.876095, 0.045871, -0.479951> - 19447: <-0.877182, 0.000000, -0.480158> - 19448: <-0.899583, 0.045443, -0.434379> - 19449: <-0.896437, 0.089787, -0.433981> - 19450: <-0.872976, 0.090429, -0.479307> - 19451: <-0.876095, 0.045871, -0.479951> - 19452: <-0.896437, 0.089787, -0.433981> - 19453: <-0.891416, 0.132913, -0.433256> - 19454: <-0.868033, 0.133553, -0.478208> - 19455: <-0.872976, 0.090429, -0.479307> - 19456: <-0.891416, 0.132913, -0.433256> - 19457: <-0.884654, 0.175026, -0.432149> - 19458: <-0.861426, 0.175453, -0.476614> - 19459: <-0.868033, 0.133553, -0.478208> - 19460: <-0.884654, 0.175026, -0.432149> - 19461: <-0.876208, 0.216320, -0.430657> - 19462: <-0.853230, 0.216413, -0.474515> - 19463: <-0.861426, 0.175453, -0.476614> - 19464: <-0.876208, 0.216320, -0.430657> - 19465: <-0.866124, 0.256999, -0.428698> - 19466: <-0.843490, 0.256606, -0.471888> - 19467: <-0.853230, 0.216413, -0.474515> - 19468: <-0.866124, 0.256999, -0.428698> - 19469: <-0.854324, 0.297287, -0.426323> - 19470: <-0.832128, 0.296339, -0.468770> - 19471: <-0.843490, 0.256606, -0.471888> - 19472: <-0.854324, 0.297287, -0.426323> - 19473: <-0.840684, 0.337391, -0.423577> - 19474: <-0.819039, 0.335801, -0.465202> - 19475: <-0.832128, 0.296339, -0.468770> - 19476: <-0.840684, 0.337391, -0.423577> - 19477: <-0.825100, 0.377345, -0.420500> - 19478: <-0.804154, 0.374961, -0.461239> - 19479: <-0.819039, 0.335801, -0.465202> - 19480: <-0.825100, 0.377345, -0.420500> - 19481: <-0.807394, 0.417202, -0.417202> - 19482: <-0.787421, 0.413777, -0.456900> - 19483: <-0.804154, 0.374961, -0.461239> - 19484: <-0.807394, 0.417202, -0.417202> - 19485: <-0.787421, 0.456900, -0.413777> - 19486: <-0.768679, 0.452290, -0.452290> - 19487: <-0.787421, 0.413777, -0.456900> - 19488: <-0.787421, 0.456900, -0.413777> - 19489: <-0.764964, 0.496395, -0.410392> - 19490: <-0.747688, 0.490534, -0.447593> - 19491: <-0.768679, 0.452290, -0.452290> - 19492: <-0.764964, 0.496395, -0.410392> - 19493: <-0.739812, 0.535518, -0.407307> - 19494: <-0.724109, 0.528478, -0.443145> - 19495: <-0.747688, 0.490534, -0.447593> - 19496: <-0.739812, 0.535518, -0.407307> - 19497: <-0.711772, 0.574008, -0.404839> - 19498: <-0.697667, 0.565794, -0.439475> - 19499: <-0.724109, 0.528478, -0.443145> - 19500: <-0.711772, 0.574008, -0.404839> - 19501: <-0.680859, 0.611427, -0.403223> - 19502: <-0.668312, 0.601963, -0.437036> - 19503: <-0.697667, 0.565794, -0.439475> - 19504: <-0.668312, -0.601963, -0.437036> - 19505: <-0.697667, -0.565794, -0.439475> - 19506: <-0.682532, -0.557037, -0.473139> - 19507: <-0.655217, -0.591920, -0.469385> - 19508: <-0.697667, -0.565794, -0.439475> - 19509: <-0.724109, -0.528478, -0.443145> - 19510: <-0.706895, -0.520969, -0.478425> - 19511: <-0.682532, -0.557037, -0.473139> - 19512: <-0.724109, -0.528478, -0.443145> - 19513: <-0.747688, -0.490534, -0.447593> - 19514: <-0.728461, -0.484430, -0.484430> - 19515: <-0.706895, -0.520969, -0.478425> - 19516: <-0.747688, -0.490534, -0.447593> - 19517: <-0.768679, -0.452290, -0.452290> - 19518: <-0.747688, -0.447593, -0.490534> - 19519: <-0.728461, -0.484430, -0.484430> - 19520: <-0.768679, -0.452290, -0.452290> - 19521: <-0.787421, -0.413777, -0.456900> - 19522: <-0.764964, -0.410392, -0.496395> - 19523: <-0.747688, -0.447593, -0.490534> - 19524: <-0.787421, -0.413777, -0.456900> - 19525: <-0.804154, -0.374961, -0.461239> - 19526: <-0.780568, -0.372705, -0.501802> - 19527: <-0.764964, -0.410392, -0.496395> - 19528: <-0.804154, -0.374961, -0.461239> - 19529: <-0.819039, -0.335801, -0.465202> - 19530: <-0.794636, -0.334310, -0.506745> - 19531: <-0.780568, -0.372705, -0.501802> - 19532: <-0.819039, -0.335801, -0.465202> - 19533: <-0.832128, -0.296339, -0.468770> - 19534: <-0.807082, -0.295457, -0.511198> - 19535: <-0.794636, -0.334310, -0.506745> - 19536: <-0.832128, -0.296339, -0.468770> - 19537: <-0.843490, -0.256606, -0.471888> - 19538: <-0.817925, -0.256243, -0.515110> - 19539: <-0.807082, -0.295457, -0.511198> - 19540: <-0.843490, -0.256606, -0.471888> - 19541: <-0.853230, -0.216413, -0.474515> - 19542: <-0.827263, -0.216475, -0.518435> - 19543: <-0.817925, -0.256243, -0.515110> - 19544: <-0.853230, -0.216413, -0.474515> - 19545: <-0.861426, -0.175453, -0.476614> - 19546: <-0.835133, -0.175853, -0.521180> - 19547: <-0.827263, -0.216475, -0.518435> - 19548: <-0.861426, -0.175453, -0.476614> - 19549: <-0.868033, -0.133553, -0.478208> - 19550: <-0.841527, -0.134100, -0.523307> - 19551: <-0.835133, -0.175853, -0.521180> - 19552: <-0.868033, -0.133553, -0.478208> - 19553: <-0.872976, -0.090429, -0.479307> - 19554: <-0.846324, -0.091008, -0.524836> - 19555: <-0.841527, -0.134100, -0.523307> - 19556: <-0.872976, -0.090429, -0.479307> - 19557: <-0.876095, -0.045871, -0.479951> - 19558: <-0.849378, -0.046267, -0.525753> - 19559: <-0.846324, -0.091008, -0.524836> - 19560: <-0.876095, -0.045871, -0.479951> - 19561: <-0.877182, 0.000000, -0.480158> - 19562: <-0.850434, 0.000000, -0.526081> - 19563: <-0.849378, -0.046267, -0.525753> - 19564: <-0.877182, 0.000000, -0.480158> - 19565: <-0.876095, 0.045871, -0.479951> - 19566: <-0.849378, 0.046267, -0.525753> - 19567: <-0.850434, 0.000000, -0.526081> - 19568: <-0.876095, 0.045871, -0.479951> - 19569: <-0.872976, 0.090429, -0.479307> - 19570: <-0.846324, 0.091008, -0.524836> - 19571: <-0.849378, 0.046267, -0.525753> - 19572: <-0.872976, 0.090429, -0.479307> - 19573: <-0.868033, 0.133553, -0.478208> - 19574: <-0.841527, 0.134100, -0.523307> - 19575: <-0.846324, 0.091008, -0.524836> - 19576: <-0.868033, 0.133553, -0.478208> - 19577: <-0.861426, 0.175453, -0.476614> - 19578: <-0.835133, 0.175853, -0.521180> - 19579: <-0.841527, 0.134100, -0.523307> - 19580: <-0.861426, 0.175453, -0.476614> - 19581: <-0.853230, 0.216413, -0.474515> - 19582: <-0.827263, 0.216475, -0.518435> - 19583: <-0.835133, 0.175853, -0.521180> - 19584: <-0.853230, 0.216413, -0.474515> - 19585: <-0.843490, 0.256606, -0.471888> - 19586: <-0.817925, 0.256243, -0.515110> - 19587: <-0.827263, 0.216475, -0.518435> - 19588: <-0.843490, 0.256606, -0.471888> - 19589: <-0.832128, 0.296339, -0.468770> - 19590: <-0.807082, 0.295457, -0.511198> - 19591: <-0.817925, 0.256243, -0.515110> - 19592: <-0.832128, 0.296339, -0.468770> - 19593: <-0.819039, 0.335801, -0.465202> - 19594: <-0.794627, 0.334337, -0.506740> - 19595: <-0.807082, 0.295457, -0.511198> - 19596: <-0.819039, 0.335801, -0.465202> - 19597: <-0.804154, 0.374961, -0.461239> - 19598: <-0.780568, 0.372705, -0.501802> - 19599: <-0.794627, 0.334337, -0.506740> - 19600: <-0.804154, 0.374961, -0.461239> - 19601: <-0.787421, 0.413777, -0.456900> - 19602: <-0.764964, 0.410392, -0.496395> - 19603: <-0.780568, 0.372705, -0.501802> - 19604: <-0.787421, 0.413777, -0.456900> - 19605: <-0.768679, 0.452290, -0.452290> - 19606: <-0.747688, 0.447593, -0.490534> - 19607: <-0.764964, 0.410392, -0.496395> - 19608: <-0.768679, 0.452290, -0.452290> - 19609: <-0.747688, 0.490534, -0.447593> - 19610: <-0.728461, 0.484430, -0.484430> - 19611: <-0.747688, 0.447593, -0.490534> - 19612: <-0.747688, 0.490534, -0.447593> - 19613: <-0.724109, 0.528478, -0.443145> - 19614: <-0.706895, 0.520969, -0.478425> - 19615: <-0.728461, 0.484430, -0.484430> - 19616: <-0.724109, 0.528478, -0.443145> - 19617: <-0.697667, 0.565794, -0.439475> - 19618: <-0.682532, 0.557037, -0.473139> - 19619: <-0.706895, 0.520969, -0.478425> - 19620: <-0.697667, 0.565794, -0.439475> - 19621: <-0.668312, 0.601963, -0.437036> - 19622: <-0.655217, 0.591920, -0.469385> - 19623: <-0.682532, 0.557037, -0.473139> - 19624: <-0.655217, -0.591920, -0.469385> - 19625: <-0.682532, -0.557037, -0.473139> - 19626: <-0.666144, -0.547882, -0.506040> - 19627: <-0.641397, -0.581456, -0.500519> - 19628: <-0.682532, -0.557037, -0.473139> - 19629: <-0.706895, -0.520969, -0.478425> - 19630: <-0.687856, -0.513252, -0.513252> - 19631: <-0.666144, -0.547882, -0.506040> - 19632: <-0.706895, -0.520969, -0.478425> - 19633: <-0.728461, -0.484430, -0.484430> - 19634: <-0.706895, -0.478425, -0.520969> - 19635: <-0.687856, -0.513252, -0.513252> - 19636: <-0.728461, -0.484430, -0.484430> - 19637: <-0.747688, -0.447593, -0.490534> - 19638: <-0.724109, -0.443145, -0.528478> - 19639: <-0.706895, -0.478425, -0.520969> - 19640: <-0.747688, -0.447593, -0.490534> - 19641: <-0.764964, -0.410392, -0.496395> - 19642: <-0.739812, -0.407307, -0.535518> - 19643: <-0.724109, -0.443145, -0.528478> - 19644: <-0.764964, -0.410392, -0.496395> - 19645: <-0.780568, -0.372705, -0.501802> - 19646: <-0.754169, -0.370721, -0.542028> - 19647: <-0.739812, -0.407307, -0.535518> - 19648: <-0.780568, -0.372705, -0.501802> - 19649: <-0.794636, -0.334310, -0.506745> - 19650: <-0.767292, -0.333090, -0.548009> - 19651: <-0.754169, -0.370721, -0.542028> - 19652: <-0.794636, -0.334310, -0.506745> - 19653: <-0.807082, -0.295457, -0.511198> - 19654: <-0.779017, -0.294729, -0.553415> - 19655: <-0.767292, -0.333090, -0.548009> - 19656: <-0.807082, -0.295457, -0.511198> - 19657: <-0.817925, -0.256243, -0.515110> - 19658: <-0.789266, -0.255937, -0.558172> - 19659: <-0.779017, -0.294729, -0.553415> - 19660: <-0.817925, -0.256243, -0.515110> - 19661: <-0.827263, -0.216475, -0.518435> - 19662: <-0.798110, -0.216534, -0.562257> - 19663: <-0.789266, -0.255937, -0.558172> - 19664: <-0.827263, -0.216475, -0.518435> - 19665: <-0.835133, -0.175853, -0.521180> - 19666: <-0.805587, -0.176188, -0.565675> - 19667: <-0.798110, -0.216534, -0.562257> - 19668: <-0.835133, -0.175853, -0.521180> - 19669: <-0.841527, -0.134100, -0.523307> - 19670: <-0.811677, -0.134618, -0.568382> - 19671: <-0.805587, -0.176188, -0.565675> - 19672: <-0.841527, -0.134100, -0.523307> - 19673: <-0.846324, -0.091008, -0.524836> - 19674: <-0.816271, -0.091497, -0.570377> - 19675: <-0.811677, -0.134618, -0.568382> - 19676: <-0.846324, -0.091008, -0.524836> - 19677: <-0.849378, -0.046267, -0.525753> - 19678: <-0.819208, -0.046573, -0.571602> - 19679: <-0.816271, -0.091497, -0.570377> - 19680: <-0.849378, -0.046267, -0.525753> - 19681: <-0.850434, 0.000000, -0.526081> - 19682: <-0.820237, 0.000000, -0.572024> - 19683: <-0.819208, -0.046573, -0.571602> - 19684: <-0.850434, 0.000000, -0.526081> - 19685: <-0.849378, 0.046267, -0.525753> - 19686: <-0.819208, 0.046573, -0.571602> - 19687: <-0.820237, 0.000000, -0.572024> - 19688: <-0.849378, 0.046267, -0.525753> - 19689: <-0.846324, 0.091008, -0.524836> - 19690: <-0.816271, 0.091497, -0.570377> - 19691: <-0.819208, 0.046573, -0.571602> - 19692: <-0.846324, 0.091008, -0.524836> - 19693: <-0.841527, 0.134100, -0.523307> - 19694: <-0.811677, 0.134618, -0.568382> - 19695: <-0.816271, 0.091497, -0.570377> - 19696: <-0.841527, 0.134100, -0.523307> - 19697: <-0.835133, 0.175853, -0.521180> - 19698: <-0.805587, 0.176188, -0.565675> - 19699: <-0.811677, 0.134618, -0.568382> - 19700: <-0.835133, 0.175853, -0.521180> - 19701: <-0.827263, 0.216475, -0.518435> - 19702: <-0.798110, 0.216534, -0.562257> - 19703: <-0.805587, 0.176188, -0.565675> - 19704: <-0.827263, 0.216475, -0.518435> - 19705: <-0.817925, 0.256243, -0.515110> - 19706: <-0.789266, 0.255937, -0.558172> - 19707: <-0.798110, 0.216534, -0.562257> - 19708: <-0.817925, 0.256243, -0.515110> - 19709: <-0.807082, 0.295457, -0.511198> - 19710: <-0.779017, 0.294729, -0.553415> - 19711: <-0.789266, 0.255937, -0.558172> - 19712: <-0.807082, 0.295457, -0.511198> - 19713: <-0.794627, 0.334337, -0.506740> - 19714: <-0.767292, 0.333090, -0.548009> - 19715: <-0.779017, 0.294729, -0.553415> - 19716: <-0.794627, 0.334337, -0.506740> - 19717: <-0.780568, 0.372705, -0.501802> - 19718: <-0.754169, 0.370721, -0.542028> - 19719: <-0.767292, 0.333090, -0.548009> - 19720: <-0.780568, 0.372705, -0.501802> - 19721: <-0.764964, 0.410392, -0.496395> - 19722: <-0.739812, 0.407307, -0.535518> - 19723: <-0.754169, 0.370721, -0.542028> - 19724: <-0.764964, 0.410392, -0.496395> - 19725: <-0.747688, 0.447593, -0.490534> - 19726: <-0.724109, 0.443145, -0.528478> - 19727: <-0.739812, 0.407307, -0.535518> - 19728: <-0.747688, 0.447593, -0.490534> - 19729: <-0.728461, 0.484430, -0.484430> - 19730: <-0.706895, 0.478425, -0.520969> - 19731: <-0.724109, 0.443145, -0.528478> - 19732: <-0.728461, 0.484430, -0.484430> - 19733: <-0.706895, 0.520969, -0.478425> - 19734: <-0.687856, 0.513252, -0.513252> - 19735: <-0.706895, 0.478425, -0.520969> - 19736: <-0.706895, 0.520969, -0.478425> - 19737: <-0.682532, 0.557037, -0.473139> - 19738: <-0.666144, 0.547882, -0.506040> - 19739: <-0.687856, 0.513252, -0.513252> - 19740: <-0.682532, 0.557037, -0.473139> - 19741: <-0.655217, 0.591920, -0.469385> - 19742: <-0.641397, 0.581456, -0.500519> - 19743: <-0.666144, 0.547882, -0.506040> - 19744: <-0.641397, -0.581456, -0.500519> - 19745: <-0.666144, -0.547882, -0.506040> - 19746: <-0.647334, -0.538962, -0.538962> - 19747: <-0.625584, -0.571076, -0.531523> - 19748: <-0.666144, -0.547882, -0.506040> - 19749: <-0.687856, -0.513252, -0.513252> - 19750: <-0.666144, -0.506040, -0.547882> - 19751: <-0.647334, -0.538962, -0.538962> - 19752: <-0.687856, -0.513252, -0.513252> - 19753: <-0.706895, -0.478425, -0.520969> - 19754: <-0.682532, -0.473139, -0.557037> - 19755: <-0.666144, -0.506040, -0.547882> - 19756: <-0.706895, -0.478425, -0.520969> - 19757: <-0.724109, -0.443145, -0.528478> - 19758: <-0.697667, -0.439475, -0.565794> - 19759: <-0.682532, -0.473139, -0.557037> - 19760: <-0.724109, -0.443145, -0.528478> - 19761: <-0.739812, -0.407307, -0.535518> - 19762: <-0.711772, -0.404839, -0.574008> - 19763: <-0.697667, -0.439475, -0.565794> - 19764: <-0.739812, -0.407307, -0.535518> - 19765: <-0.754169, -0.370721, -0.542028> - 19766: <-0.724825, -0.369188, -0.581661> - 19767: <-0.711772, -0.404839, -0.574008> - 19768: <-0.754169, -0.370721, -0.542028> - 19769: <-0.767292, -0.333090, -0.548009> - 19770: <-0.736915, -0.332170, -0.588744> - 19771: <-0.724825, -0.369188, -0.581661> - 19772: <-0.767292, -0.333090, -0.548009> - 19773: <-0.779017, -0.294729, -0.553415> - 19774: <-0.747816, -0.294207, -0.595158> - 19775: <-0.736915, -0.332170, -0.588744> - 19776: <-0.779017, -0.294729, -0.553415> - 19777: <-0.789266, -0.255937, -0.558172> - 19778: <-0.757361, -0.255750, -0.600829> - 19779: <-0.747816, -0.294207, -0.595158> - 19780: <-0.789266, -0.255937, -0.558172> - 19781: <-0.798110, -0.216534, -0.562257> - 19782: <-0.765608, -0.216596, -0.605748> - 19783: <-0.757361, -0.255750, -0.600829> - 19784: <-0.798110, -0.216534, -0.562257> - 19785: <-0.805587, -0.176188, -0.565675> - 19786: <-0.772589, -0.176461, -0.609892> - 19787: <-0.765608, -0.216596, -0.605748> - 19788: <-0.805587, -0.176188, -0.565675> - 19789: <-0.811677, -0.134618, -0.568382> - 19790: <-0.778292, -0.135015, -0.613215> - 19791: <-0.772589, -0.176461, -0.609892> - 19792: <-0.811677, -0.134618, -0.568382> - 19793: <-0.816271, -0.091497, -0.570377> - 19794: <-0.782607, -0.091894, -0.615697> - 19795: <-0.778292, -0.135015, -0.613215> - 19796: <-0.816271, -0.091497, -0.570377> - 19797: <-0.819208, -0.046573, -0.571602> - 19798: <-0.785375, -0.046847, -0.617246> - 19799: <-0.782607, -0.091894, -0.615697> - 19800: <-0.819208, -0.046573, -0.571602> - 19801: <-0.820237, 0.000000, -0.572024> - 19802: <-0.786344, 0.000000, -0.617789> - 19803: <-0.785375, -0.046847, -0.617246> - 19804: <-0.820237, 0.000000, -0.572024> - 19805: <-0.819208, 0.046573, -0.571602> - 19806: <-0.785375, 0.046847, -0.617246> - 19807: <-0.786344, 0.000000, -0.617789> - 19808: <-0.819208, 0.046573, -0.571602> - 19809: <-0.816271, 0.091497, -0.570377> - 19810: <-0.782607, 0.091894, -0.615697> - 19811: <-0.785375, 0.046847, -0.617246> - 19812: <-0.816271, 0.091497, -0.570377> - 19813: <-0.811677, 0.134618, -0.568382> - 19814: <-0.778295, 0.134985, -0.613218> - 19815: <-0.782607, 0.091894, -0.615697> - 19816: <-0.811677, 0.134618, -0.568382> - 19817: <-0.805587, 0.176188, -0.565675> - 19818: <-0.772589, 0.176461, -0.609892> - 19819: <-0.778295, 0.134985, -0.613218> - 19820: <-0.805587, 0.176188, -0.565675> - 19821: <-0.798110, 0.216534, -0.562257> - 19822: <-0.765608, 0.216596, -0.605748> - 19823: <-0.772589, 0.176461, -0.609892> - 19824: <-0.798110, 0.216534, -0.562257> - 19825: <-0.789266, 0.255937, -0.558172> - 19826: <-0.757361, 0.255750, -0.600829> - 19827: <-0.765608, 0.216596, -0.605748> - 19828: <-0.789266, 0.255937, -0.558172> - 19829: <-0.779017, 0.294729, -0.553415> - 19830: <-0.747816, 0.294207, -0.595158> - 19831: <-0.757361, 0.255750, -0.600829> - 19832: <-0.779017, 0.294729, -0.553415> - 19833: <-0.767292, 0.333090, -0.548009> - 19834: <-0.736915, 0.332170, -0.588744> - 19835: <-0.747816, 0.294207, -0.595158> - 19836: <-0.767292, 0.333090, -0.548009> - 19837: <-0.754169, 0.370721, -0.542028> - 19838: <-0.724825, 0.369188, -0.581661> - 19839: <-0.736915, 0.332170, -0.588744> - 19840: <-0.754169, 0.370721, -0.542028> - 19841: <-0.739812, 0.407307, -0.535518> - 19842: <-0.711772, 0.404839, -0.574008> - 19843: <-0.724825, 0.369188, -0.581661> - 19844: <-0.739812, 0.407307, -0.535518> - 19845: <-0.724109, 0.443145, -0.528478> - 19846: <-0.697667, 0.439475, -0.565794> - 19847: <-0.711772, 0.404839, -0.574008> - 19848: <-0.724109, 0.443145, -0.528478> - 19849: <-0.706895, 0.478425, -0.520969> - 19850: <-0.682532, 0.473139, -0.557037> - 19851: <-0.697667, 0.439475, -0.565794> - 19852: <-0.706895, 0.478425, -0.520969> - 19853: <-0.687856, 0.513252, -0.513252> - 19854: <-0.666144, 0.506040, -0.547882> - 19855: <-0.682532, 0.473139, -0.557037> - 19856: <-0.687856, 0.513252, -0.513252> - 19857: <-0.666144, 0.547882, -0.506040> - 19858: <-0.647334, 0.538962, -0.538962> - 19859: <-0.666144, 0.506040, -0.547882> - 19860: <-0.666144, 0.547882, -0.506040> - 19861: <-0.641397, 0.581456, -0.500519> - 19862: <-0.625584, 0.571076, -0.531523> - 19863: <-0.647334, 0.538962, -0.538962> - 19864: <-0.625584, -0.571076, -0.531523> - 19865: <-0.647334, -0.538962, -0.538962> - 19866: <-0.625584, -0.531523, -0.571076> - 19867: <-0.607783, -0.561516, -0.561516> - 19868: <-0.647334, -0.538962, -0.538962> - 19869: <-0.666144, -0.506040, -0.547882> - 19870: <-0.641397, -0.500519, -0.581456> - 19871: <-0.625584, -0.531523, -0.571076> - 19872: <-0.666144, -0.506040, -0.547882> - 19873: <-0.682532, -0.473139, -0.557037> - 19874: <-0.655217, -0.469385, -0.591920> - 19875: <-0.641397, -0.500519, -0.581456> - 19876: <-0.682532, -0.473139, -0.557037> - 19877: <-0.697667, -0.439475, -0.565794> - 19878: <-0.668312, -0.437036, -0.601963> - 19879: <-0.655217, -0.469385, -0.591920> - 19880: <-0.697667, -0.439475, -0.565794> - 19881: <-0.711772, -0.404839, -0.574008> - 19882: <-0.680859, -0.403223, -0.611427> - 19883: <-0.668312, -0.437036, -0.601963> - 19884: <-0.711772, -0.404839, -0.574008> - 19885: <-0.724825, -0.369188, -0.581661> - 19886: <-0.692544, -0.368246, -0.620305> - 19887: <-0.680859, -0.403223, -0.611427> - 19888: <-0.724825, -0.369188, -0.581661> - 19889: <-0.736915, -0.332170, -0.588744> - 19890: <-0.703467, -0.331652, -0.628603> - 19891: <-0.692544, -0.368246, -0.620305> - 19892: <-0.736915, -0.332170, -0.588744> - 19893: <-0.747816, -0.294207, -0.595158> - 19894: <-0.713396, -0.293904, -0.636150> - 19895: <-0.703467, -0.331652, -0.628603> - 19896: <-0.747816, -0.294207, -0.595158> - 19897: <-0.757361, -0.255750, -0.600829> - 19898: <-0.722093, -0.255632, -0.642833> - 19899: <-0.713396, -0.293904, -0.636150> - 19900: <-0.757361, -0.255750, -0.600829> - 19901: <-0.765608, -0.216596, -0.605748> - 19902: <-0.729636, -0.216660, -0.648606> - 19903: <-0.722093, -0.255632, -0.642833> - 19904: <-0.765608, -0.216596, -0.605748> - 19905: <-0.772589, -0.176461, -0.609892> - 19906: <-0.736025, -0.176644, -0.653502> - 19907: <-0.729636, -0.216660, -0.648606> - 19908: <-0.772589, -0.176461, -0.609892> - 19909: <-0.778292, -0.135015, -0.613215> - 19910: <-0.741243, -0.135260, -0.657468> - 19911: <-0.736025, -0.176644, -0.653502> - 19912: <-0.778292, -0.135015, -0.613215> - 19913: <-0.782607, -0.091894, -0.615697> - 19914: <-0.745184, -0.092137, -0.660463> - 19915: <-0.741243, -0.135260, -0.657468> - 19916: <-0.782607, -0.091894, -0.615697> - 19917: <-0.785375, -0.046847, -0.617246> - 19918: <-0.747715, -0.046999, -0.662354> - 19919: <-0.745184, -0.092137, -0.660463> - 19920: <-0.785375, -0.046847, -0.617246> - 19921: <-0.786344, 0.000000, -0.617789> - 19922: <-0.748599, 0.000000, -0.663024> - 19923: <-0.747715, -0.046999, -0.662354> - 19924: <-0.786344, 0.000000, -0.617789> - 19925: <-0.785375, 0.046847, -0.617246> - 19926: <-0.747715, 0.046999, -0.662354> - 19927: <-0.748599, 0.000000, -0.663024> - 19928: <-0.785375, 0.046847, -0.617246> - 19929: <-0.782607, 0.091894, -0.615697> - 19930: <-0.745184, 0.092137, -0.660463> - 19931: <-0.747715, 0.046999, -0.662354> - 19932: <-0.782607, 0.091894, -0.615697> - 19933: <-0.778295, 0.134985, -0.613218> - 19934: <-0.741243, 0.135260, -0.657468> - 19935: <-0.745184, 0.092137, -0.660463> - 19936: <-0.778295, 0.134985, -0.613218> - 19937: <-0.772589, 0.176461, -0.609892> - 19938: <-0.736025, 0.176644, -0.653502> - 19939: <-0.741243, 0.135260, -0.657468> - 19940: <-0.772589, 0.176461, -0.609892> - 19941: <-0.765608, 0.216596, -0.605748> - 19942: <-0.729636, 0.216660, -0.648606> - 19943: <-0.736025, 0.176644, -0.653502> - 19944: <-0.765608, 0.216596, -0.605748> - 19945: <-0.757361, 0.255750, -0.600829> - 19946: <-0.722093, 0.255632, -0.642833> - 19947: <-0.729636, 0.216660, -0.648606> - 19948: <-0.757361, 0.255750, -0.600829> - 19949: <-0.747816, 0.294207, -0.595158> - 19950: <-0.713396, 0.293904, -0.636150> - 19951: <-0.722093, 0.255632, -0.642833> - 19952: <-0.747816, 0.294207, -0.595158> - 19953: <-0.736915, 0.332170, -0.588744> - 19954: <-0.703467, 0.331652, -0.628603> - 19955: <-0.713396, 0.293904, -0.636150> - 19956: <-0.736915, 0.332170, -0.588744> - 19957: <-0.724825, 0.369188, -0.581661> - 19958: <-0.692544, 0.368246, -0.620305> - 19959: <-0.703467, 0.331652, -0.628603> - 19960: <-0.724825, 0.369188, -0.581661> - 19961: <-0.711772, 0.404839, -0.574008> - 19962: <-0.680859, 0.403223, -0.611427> - 19963: <-0.692544, 0.368246, -0.620305> - 19964: <-0.711772, 0.404839, -0.574008> - 19965: <-0.697667, 0.439475, -0.565794> - 19966: <-0.668312, 0.437036, -0.601963> - 19967: <-0.680859, 0.403223, -0.611427> - 19968: <-0.697667, 0.439475, -0.565794> - 19969: <-0.682532, 0.473139, -0.557037> - 19970: <-0.655217, 0.469385, -0.591920> - 19971: <-0.668312, 0.437036, -0.601963> - 19972: <-0.682532, 0.473139, -0.557037> - 19973: <-0.666144, 0.506040, -0.547882> - 19974: <-0.641397, 0.500519, -0.581456> - 19975: <-0.655217, 0.469385, -0.591920> - 19976: <-0.666144, 0.506040, -0.547882> - 19977: <-0.647334, 0.538962, -0.538962> - 19978: <-0.625584, 0.531523, -0.571076> - 19979: <-0.641397, 0.500519, -0.581456> - 19980: <-0.647334, 0.538962, -0.538962> - 19981: <-0.625584, 0.571076, -0.531523> - 19982: <-0.607783, 0.561516, -0.561516> - 19983: <-0.625584, 0.531523, -0.571076> - 19984: <-0.577330, -0.577360, 0.577360> - 19985: <-0.588539, -0.554296, 0.588539> - 19986: <-0.607783, -0.561516, 0.561516> - 19987: <-0.588539, -0.588539, 0.554296> - 19988: <-0.588539, -0.554296, 0.588539> - 19989: <-0.601188, -0.526447, 0.601188> - 19990: <-0.625584, -0.531523, 0.571076> - 19991: <-0.607783, -0.561516, 0.561516> - 19992: <-0.601188, -0.526447, 0.601188> - 19993: <-0.613379, -0.497527, 0.613379> - 19994: <-0.641397, -0.500519, 0.581456> - 19995: <-0.625584, -0.531523, 0.571076> - 19996: <-0.613379, -0.497527, 0.613379> - 19997: <-0.624909, -0.467950, 0.624909> - 19998: <-0.655217, -0.469385, 0.591920> - 19999: <-0.641397, -0.500519, 0.581456> - 20000: <-0.624909, -0.467950, 0.624909> - 20001: <-0.636296, -0.436181, 0.636296> - 20002: <-0.668312, -0.437036, 0.601963> - 20003: <-0.655217, -0.469385, 0.591920> - 20004: <-0.636296, -0.436181, 0.636296> - 20005: <-0.647247, -0.402668, 0.647247> - 20006: <-0.680859, -0.403223, 0.611427> - 20007: <-0.668312, -0.437036, 0.601963> - 20008: <-0.647247, -0.402668, 0.647247> - 20009: <-0.657511, -0.367912, 0.657511> - 20010: <-0.692544, -0.368246, 0.620305> - 20011: <-0.680859, -0.403223, 0.611427> - 20012: <-0.657511, -0.367912, 0.657511> - 20013: <-0.667130, -0.331474, 0.667130> - 20014: <-0.703467, -0.331652, 0.628603> - 20015: <-0.692544, -0.368246, 0.620305> - 20016: <-0.667130, -0.331474, 0.667130> - 20017: <-0.675899, -0.293804, 0.675899> - 20018: <-0.713396, -0.293904, 0.636150> - 20019: <-0.703467, -0.331652, 0.628603> - 20020: <-0.675899, -0.293804, 0.675899> - 20021: <-0.683620, -0.255594, 0.683620> - 20022: <-0.722093, -0.255632, 0.642833> - 20023: <-0.713396, -0.293904, 0.636150> - 20024: <-0.683620, -0.255594, 0.683620> - 20025: <-0.690307, -0.216684, 0.690307> - 20026: <-0.729636, -0.216660, 0.648606> - 20027: <-0.722093, -0.255632, 0.642833> - 20028: <-0.690307, -0.216684, 0.690307> - 20029: <-0.695976, -0.176733, 0.695976> - 20030: <-0.736025, -0.176644, 0.653502> - 20031: <-0.729636, -0.216660, 0.648606> - 20032: <-0.695976, -0.176733, 0.695976> - 20033: <-0.700600, -0.135353, 0.700600> - 20034: <-0.741243, -0.135260, 0.657468> - 20035: <-0.736025, -0.176644, 0.653502> - 20036: <-0.700600, -0.135353, 0.700600> - 20037: <-0.704093, -0.092231, 0.704093> - 20038: <-0.745184, -0.092137, 0.660463> - 20039: <-0.741243, -0.135260, 0.657468> - 20040: <-0.704093, -0.092231, 0.704093> - 20041: <-0.706323, -0.047060, 0.706323> - 20042: <-0.747715, -0.046999, 0.662354> - 20043: <-0.745184, -0.092137, 0.660463> - 20044: <-0.706323, -0.047060, 0.706323> - 20045: <-0.707107, 0.000000, 0.707107> - 20046: <-0.748599, 0.000000, 0.663024> - 20047: <-0.747715, -0.046999, 0.662354> - 20048: <-0.707107, 0.000000, 0.707107> - 20049: <-0.706323, 0.047060, 0.706323> - 20050: <-0.747715, 0.046999, 0.662354> - 20051: <-0.748599, 0.000000, 0.663024> - 20052: <-0.706323, 0.047060, 0.706323> - 20053: <-0.704093, 0.092231, 0.704093> - 20054: <-0.745184, 0.092137, 0.660463> - 20055: <-0.747715, 0.046999, 0.662354> - 20056: <-0.704093, 0.092231, 0.704093> - 20057: <-0.700600, 0.135353, 0.700600> - 20058: <-0.741243, 0.135260, 0.657468> - 20059: <-0.745184, 0.092137, 0.660463> - 20060: <-0.700600, 0.135353, 0.700600> - 20061: <-0.695976, 0.176733, 0.695976> - 20062: <-0.736025, 0.176644, 0.653502> - 20063: <-0.741243, 0.135260, 0.657468> - 20064: <-0.695976, 0.176733, 0.695976> - 20065: <-0.690307, 0.216684, 0.690307> - 20066: <-0.729636, 0.216660, 0.648606> - 20067: <-0.736025, 0.176644, 0.653502> - 20068: <-0.690307, 0.216684, 0.690307> - 20069: <-0.683620, 0.255594, 0.683620> - 20070: <-0.722093, 0.255632, 0.642833> - 20071: <-0.729636, 0.216660, 0.648606> - 20072: <-0.683620, 0.255594, 0.683620> - 20073: <-0.675899, 0.293804, 0.675899> - 20074: <-0.713396, 0.293904, 0.636150> - 20075: <-0.722093, 0.255632, 0.642833> - 20076: <-0.675899, 0.293804, 0.675899> - 20077: <-0.667130, 0.331474, 0.667130> - 20078: <-0.703467, 0.331652, 0.628603> - 20079: <-0.713396, 0.293904, 0.636150> - 20080: <-0.667130, 0.331474, 0.667130> - 20081: <-0.657511, 0.367912, 0.657511> - 20082: <-0.692544, 0.368246, 0.620305> - 20083: <-0.703467, 0.331652, 0.628603> - 20084: <-0.657511, 0.367912, 0.657511> - 20085: <-0.647247, 0.402668, 0.647247> - 20086: <-0.680859, 0.403223, 0.611427> - 20087: <-0.692544, 0.368246, 0.620305> - 20088: <-0.647247, 0.402668, 0.647247> - 20089: <-0.636296, 0.436181, 0.636296> - 20090: <-0.668312, 0.437036, 0.601963> - 20091: <-0.680859, 0.403223, 0.611427> - 20092: <-0.636296, 0.436181, 0.636296> - 20093: <-0.624909, 0.467950, 0.624909> - 20094: <-0.655217, 0.469385, 0.591920> - 20095: <-0.668312, 0.437036, 0.601963> - 20096: <-0.624909, 0.467950, 0.624909> - 20097: <-0.613379, 0.497527, 0.613379> - 20098: <-0.641406, 0.500496, 0.581465> - 20099: <-0.655217, 0.469385, 0.591920> - 20100: <-0.613379, 0.497527, 0.613379> - 20101: <-0.601188, 0.526447, 0.601188> - 20102: <-0.625584, 0.531523, 0.571076> - 20103: <-0.641406, 0.500496, 0.581465> - 20104: <-0.601188, 0.526447, 0.601188> - 20105: <-0.588539, 0.554296, 0.588539> - 20106: <-0.607783, 0.561516, 0.561516> - 20107: <-0.625584, 0.531523, 0.571076> - 20108: <-0.588539, 0.554296, 0.588539> - 20109: <-0.577350, 0.577350, 0.577350> - 20110: <-0.588539, 0.588539, 0.554296> - 20111: <-0.607783, 0.561516, 0.561516> - 20112: <-0.607783, 0.561516, 0.561516> - 20113: <-0.588539, 0.588539, 0.554296> - 20114: <-0.601188, 0.601188, 0.526447> - 20115: <-0.625584, 0.571076, 0.531523> - 20116: <-0.625584, 0.571076, 0.531523> - 20117: <-0.601188, 0.601188, 0.526447> - 20118: <-0.613379, 0.613379, 0.497527> - 20119: <-0.641397, 0.581456, 0.500519> - 20120: <-0.641397, 0.581456, 0.500519> - 20121: <-0.613379, 0.613379, 0.497527> - 20122: <-0.624909, 0.624909, 0.467950> - 20123: <-0.655217, 0.591920, 0.469385> - 20124: <-0.655217, 0.591920, 0.469385> - 20125: <-0.624909, 0.624909, 0.467950> - 20126: <-0.636296, 0.636296, 0.436181> - 20127: <-0.668312, 0.601963, 0.437036> - 20128: <-0.668312, 0.601963, 0.437036> - 20129: <-0.636296, 0.636296, 0.436181> - 20130: <-0.647247, 0.647247, 0.402668> - 20131: <-0.680859, 0.611427, 0.403223> - 20132: <-0.680859, 0.611427, 0.403223> - 20133: <-0.647247, 0.647247, 0.402668> - 20134: <-0.657511, 0.657511, 0.367912> - 20135: <-0.692544, 0.620305, 0.368246> - 20136: <-0.692544, 0.620305, 0.368246> - 20137: <-0.657511, 0.657511, 0.367912> - 20138: <-0.667130, 0.667130, 0.331474> - 20139: <-0.703467, 0.628603, 0.331652> - 20140: <-0.703467, 0.628603, 0.331652> - 20141: <-0.667130, 0.667130, 0.331474> - 20142: <-0.675899, 0.675899, 0.293804> - 20143: <-0.713396, 0.636150, 0.293904> - 20144: <-0.713396, 0.636150, 0.293904> - 20145: <-0.675899, 0.675899, 0.293804> - 20146: <-0.683620, 0.683620, 0.255594> - 20147: <-0.722093, 0.642833, 0.255632> - 20148: <-0.722093, 0.642833, 0.255632> - 20149: <-0.683620, 0.683620, 0.255594> - 20150: <-0.690307, 0.690307, 0.216684> - 20151: <-0.729636, 0.648606, 0.216660> - 20152: <-0.729636, 0.648606, 0.216660> - 20153: <-0.690307, 0.690307, 0.216684> - 20154: <-0.695976, 0.695976, 0.176733> - 20155: <-0.736025, 0.653502, 0.176644> - 20156: <-0.736025, 0.653502, 0.176644> - 20157: <-0.695976, 0.695976, 0.176733> - 20158: <-0.700600, 0.700600, 0.135353> - 20159: <-0.741243, 0.657468, 0.135260> - 20160: <-0.741243, 0.657468, 0.135260> - 20161: <-0.700600, 0.700600, 0.135353> - 20162: <-0.704093, 0.704093, 0.092231> - 20163: <-0.745184, 0.660463, 0.092137> - 20164: <-0.745184, 0.660463, 0.092137> - 20165: <-0.704093, 0.704093, 0.092231> - 20166: <-0.706323, 0.706323, 0.047060> - 20167: <-0.747715, 0.662354, 0.046999> - 20168: <-0.747715, 0.662354, 0.046999> - 20169: <-0.706323, 0.706323, 0.047060> - 20170: <-0.707107, 0.707107, 0.000000> - 20171: <-0.748599, 0.663024, 0.000000> - 20172: <-0.748599, 0.663024, 0.000000> - 20173: <-0.707107, 0.707107, 0.000000> - 20174: <-0.706323, 0.706323, -0.047060> - 20175: <-0.747715, 0.662354, -0.046999> - 20176: <-0.747715, 0.662354, -0.046999> - 20177: <-0.706323, 0.706323, -0.047060> - 20178: <-0.704093, 0.704093, -0.092231> - 20179: <-0.745184, 0.660463, -0.092137> - 20180: <-0.745184, 0.660463, -0.092137> - 20181: <-0.704093, 0.704093, -0.092231> - 20182: <-0.700600, 0.700600, -0.135353> - 20183: <-0.741243, 0.657468, -0.135260> - 20184: <-0.741243, 0.657468, -0.135260> - 20185: <-0.700600, 0.700600, -0.135353> - 20186: <-0.695976, 0.695976, -0.176733> - 20187: <-0.736025, 0.653502, -0.176644> - 20188: <-0.736025, 0.653502, -0.176644> - 20189: <-0.695976, 0.695976, -0.176733> - 20190: <-0.690307, 0.690307, -0.216684> - 20191: <-0.729636, 0.648606, -0.216660> - 20192: <-0.729636, 0.648606, -0.216660> - 20193: <-0.690307, 0.690307, -0.216684> - 20194: <-0.683620, 0.683620, -0.255594> - 20195: <-0.722093, 0.642833, -0.255632> - 20196: <-0.722093, 0.642833, -0.255632> - 20197: <-0.683620, 0.683620, -0.255594> - 20198: <-0.675899, 0.675899, -0.293804> - 20199: <-0.713396, 0.636150, -0.293904> - 20200: <-0.713396, 0.636150, -0.293904> - 20201: <-0.675899, 0.675899, -0.293804> - 20202: <-0.667130, 0.667130, -0.331474> - 20203: <-0.703467, 0.628603, -0.331652> - 20204: <-0.703467, 0.628603, -0.331652> - 20205: <-0.667130, 0.667130, -0.331474> - 20206: <-0.657511, 0.657511, -0.367912> - 20207: <-0.692544, 0.620305, -0.368246> - 20208: <-0.692544, 0.620305, -0.368246> - 20209: <-0.657511, 0.657511, -0.367912> - 20210: <-0.647247, 0.647247, -0.402668> - 20211: <-0.680859, 0.611427, -0.403223> - 20212: <-0.680859, 0.611427, -0.403223> - 20213: <-0.647247, 0.647247, -0.402668> - 20214: <-0.636296, 0.636296, -0.436181> - 20215: <-0.668312, 0.601963, -0.437036> - 20216: <-0.668312, 0.601963, -0.437036> - 20217: <-0.636296, 0.636296, -0.436181> - 20218: <-0.624909, 0.624909, -0.467950> - 20219: <-0.655217, 0.591920, -0.469385> - 20220: <-0.655217, 0.591920, -0.469385> - 20221: <-0.624909, 0.624909, -0.467950> - 20222: <-0.613379, 0.613379, -0.497527> - 20223: <-0.641397, 0.581456, -0.500519> - 20224: <-0.641397, 0.581456, -0.500519> - 20225: <-0.613379, 0.613379, -0.497527> - 20226: <-0.601168, 0.601199, -0.526457> - 20227: <-0.625584, 0.571076, -0.531523> - 20228: <-0.625584, 0.571076, -0.531523> - 20229: <-0.601168, 0.601199, -0.526457> - 20230: <-0.588539, 0.588539, -0.554296> - 20231: <-0.607783, 0.561516, -0.561516> - 20232: <-0.607783, 0.561516, -0.561516> - 20233: <-0.588539, 0.588539, -0.554296> - 20234: <-0.577350, 0.577350, -0.577350> - 20235: <-0.588539, 0.554296, -0.588539> - 20236: <-0.625584, 0.531523, -0.571076> - 20237: <-0.607783, 0.561516, -0.561516> - 20238: <-0.588539, 0.554296, -0.588539> - 20239: <-0.601188, 0.526447, -0.601188> - 20240: <-0.641397, 0.500519, -0.581456> - 20241: <-0.625584, 0.531523, -0.571076> - 20242: <-0.601188, 0.526447, -0.601188> - 20243: <-0.613379, 0.497527, -0.613379> - 20244: <-0.655217, 0.469385, -0.591920> - 20245: <-0.641397, 0.500519, -0.581456> - 20246: <-0.613379, 0.497527, -0.613379> - 20247: <-0.624909, 0.467950, -0.624909> - 20248: <-0.668312, 0.437036, -0.601963> - 20249: <-0.655217, 0.469385, -0.591920> - 20250: <-0.624909, 0.467950, -0.624909> - 20251: <-0.636296, 0.436181, -0.636296> - 20252: <-0.680859, 0.403223, -0.611427> - 20253: <-0.668312, 0.437036, -0.601963> - 20254: <-0.636296, 0.436181, -0.636296> - 20255: <-0.647247, 0.402668, -0.647247> - 20256: <-0.692544, 0.368246, -0.620305> - 20257: <-0.680859, 0.403223, -0.611427> - 20258: <-0.647247, 0.402668, -0.647247> - 20259: <-0.657511, 0.367912, -0.657511> - 20260: <-0.703467, 0.331652, -0.628603> - 20261: <-0.692544, 0.368246, -0.620305> - 20262: <-0.657511, 0.367912, -0.657511> - 20263: <-0.667130, 0.331474, -0.667130> - 20264: <-0.713396, 0.293904, -0.636150> - 20265: <-0.703467, 0.331652, -0.628603> - 20266: <-0.667130, 0.331474, -0.667130> - 20267: <-0.675899, 0.293804, -0.675899> - 20268: <-0.722093, 0.255632, -0.642833> - 20269: <-0.713396, 0.293904, -0.636150> - 20270: <-0.675899, 0.293804, -0.675899> - 20271: <-0.683620, 0.255594, -0.683620> - 20272: <-0.729636, 0.216660, -0.648606> - 20273: <-0.722093, 0.255632, -0.642833> - 20274: <-0.683620, 0.255594, -0.683620> - 20275: <-0.690307, 0.216684, -0.690307> - 20276: <-0.736025, 0.176644, -0.653502> - 20277: <-0.729636, 0.216660, -0.648606> - 20278: <-0.690307, 0.216684, -0.690307> - 20279: <-0.695976, 0.176733, -0.695976> - 20280: <-0.741243, 0.135260, -0.657468> - 20281: <-0.736025, 0.176644, -0.653502> - 20282: <-0.695976, 0.176733, -0.695976> - 20283: <-0.700600, 0.135353, -0.700600> - 20284: <-0.745184, 0.092137, -0.660463> - 20285: <-0.741243, 0.135260, -0.657468> - 20286: <-0.700600, 0.135353, -0.700600> - 20287: <-0.704093, 0.092231, -0.704093> - 20288: <-0.747715, 0.046999, -0.662354> - 20289: <-0.745184, 0.092137, -0.660463> - 20290: <-0.704093, 0.092231, -0.704093> - 20291: <-0.706323, 0.047060, -0.706323> - 20292: <-0.748599, 0.000000, -0.663024> - 20293: <-0.747715, 0.046999, -0.662354> - 20294: <-0.706323, 0.047060, -0.706323> - 20295: <-0.707107, 0.000000, -0.707107> - 20296: <-0.747715, -0.046999, -0.662354> - 20297: <-0.748599, 0.000000, -0.663024> - 20298: <-0.707107, 0.000000, -0.707107> - 20299: <-0.706323, -0.047060, -0.706323> - 20300: <-0.745184, -0.092137, -0.660463> - 20301: <-0.747715, -0.046999, -0.662354> - 20302: <-0.706323, -0.047060, -0.706323> - 20303: <-0.704093, -0.092231, -0.704093> - 20304: <-0.741243, -0.135260, -0.657468> - 20305: <-0.745184, -0.092137, -0.660463> - 20306: <-0.704093, -0.092231, -0.704093> - 20307: <-0.700600, -0.135353, -0.700600> - 20308: <-0.736025, -0.176644, -0.653502> - 20309: <-0.741243, -0.135260, -0.657468> - 20310: <-0.700600, -0.135353, -0.700600> - 20311: <-0.695976, -0.176733, -0.695976> - 20312: <-0.729636, -0.216660, -0.648606> - 20313: <-0.736025, -0.176644, -0.653502> - 20314: <-0.695976, -0.176733, -0.695976> - 20315: <-0.690307, -0.216684, -0.690307> - 20316: <-0.722093, -0.255632, -0.642833> - 20317: <-0.729636, -0.216660, -0.648606> - 20318: <-0.690307, -0.216684, -0.690307> - 20319: <-0.683620, -0.255594, -0.683620> - 20320: <-0.713396, -0.293904, -0.636150> - 20321: <-0.722093, -0.255632, -0.642833> - 20322: <-0.683620, -0.255594, -0.683620> - 20323: <-0.675899, -0.293804, -0.675899> - 20324: <-0.703467, -0.331652, -0.628603> - 20325: <-0.713396, -0.293904, -0.636150> - 20326: <-0.675899, -0.293804, -0.675899> - 20327: <-0.667130, -0.331474, -0.667130> - 20328: <-0.692544, -0.368246, -0.620305> - 20329: <-0.703467, -0.331652, -0.628603> - 20330: <-0.667130, -0.331474, -0.667130> - 20331: <-0.657511, -0.367912, -0.657511> - 20332: <-0.680859, -0.403223, -0.611427> - 20333: <-0.692544, -0.368246, -0.620305> - 20334: <-0.657511, -0.367912, -0.657511> - 20335: <-0.647247, -0.402668, -0.647247> - 20336: <-0.668312, -0.437036, -0.601963> - 20337: <-0.680859, -0.403223, -0.611427> - 20338: <-0.647247, -0.402668, -0.647247> - 20339: <-0.636296, -0.436181, -0.636296> - 20340: <-0.655217, -0.469385, -0.591920> - 20341: <-0.668312, -0.437036, -0.601963> - 20342: <-0.636296, -0.436181, -0.636296> - 20343: <-0.624909, -0.467950, -0.624909> - 20344: <-0.641397, -0.500519, -0.581456> - 20345: <-0.655217, -0.469385, -0.591920> - 20346: <-0.624909, -0.467950, -0.624909> - 20347: <-0.613379, -0.497527, -0.613379> - 20348: <-0.625584, -0.531523, -0.571076> - 20349: <-0.641397, -0.500519, -0.581456> - 20350: <-0.613379, -0.497527, -0.613379> - 20351: <-0.601199, -0.526457, -0.601168> - 20352: <-0.607783, -0.561516, -0.561516> - 20353: <-0.625584, -0.531523, -0.571076> - 20354: <-0.601199, -0.526457, -0.601168> - 20355: <-0.588539, -0.554296, -0.588539> - 20356: <-0.588539, -0.588539, -0.554296> - 20357: <-0.607783, -0.561516, -0.561516> - 20358: <-0.588539, -0.554296, -0.588539> - 20359: <-0.577360, -0.577330, -0.577360> - 20360: <-0.601188, -0.601188, -0.526447> - 20361: <-0.625584, -0.571076, -0.531523> - 20362: <-0.607783, -0.561516, -0.561516> - 20363: <-0.588539, -0.588539, -0.554296> - 20364: <-0.613379, -0.613379, -0.497527> - 20365: <-0.641397, -0.581456, -0.500519> - 20366: <-0.625584, -0.571076, -0.531523> - 20367: <-0.601188, -0.601188, -0.526447> - 20368: <-0.624909, -0.624909, -0.467950> - 20369: <-0.655217, -0.591920, -0.469385> - 20370: <-0.641397, -0.581456, -0.500519> - 20371: <-0.613379, -0.613379, -0.497527> - 20372: <-0.636296, -0.636296, -0.436181> - 20373: <-0.668312, -0.601963, -0.437036> - 20374: <-0.655217, -0.591920, -0.469385> - 20375: <-0.624909, -0.624909, -0.467950> - 20376: <-0.647247, -0.647247, -0.402668> - 20377: <-0.680859, -0.611427, -0.403223> - 20378: <-0.668312, -0.601963, -0.437036> - 20379: <-0.636296, -0.636296, -0.436181> - 20380: <-0.657511, -0.657511, -0.367912> - 20381: <-0.692544, -0.620305, -0.368246> - 20382: <-0.680859, -0.611427, -0.403223> - 20383: <-0.647247, -0.647247, -0.402668> - 20384: <-0.667130, -0.667130, -0.331474> - 20385: <-0.703467, -0.628603, -0.331652> - 20386: <-0.692544, -0.620305, -0.368246> - 20387: <-0.657511, -0.657511, -0.367912> - 20388: <-0.675899, -0.675899, -0.293804> - 20389: <-0.713396, -0.636150, -0.293904> - 20390: <-0.703467, -0.628603, -0.331652> - 20391: <-0.667130, -0.667130, -0.331474> - 20392: <-0.683620, -0.683620, -0.255594> - 20393: <-0.722093, -0.642833, -0.255632> - 20394: <-0.713396, -0.636150, -0.293904> - 20395: <-0.675899, -0.675899, -0.293804> - 20396: <-0.690307, -0.690307, -0.216684> - 20397: <-0.729636, -0.648606, -0.216660> - 20398: <-0.722093, -0.642833, -0.255632> - 20399: <-0.683620, -0.683620, -0.255594> - 20400: <-0.695976, -0.695976, -0.176733> - 20401: <-0.736025, -0.653502, -0.176644> - 20402: <-0.729636, -0.648606, -0.216660> - 20403: <-0.690307, -0.690307, -0.216684> - 20404: <-0.700600, -0.700600, -0.135353> - 20405: <-0.741243, -0.657468, -0.135260> - 20406: <-0.736025, -0.653502, -0.176644> - 20407: <-0.695976, -0.695976, -0.176733> - 20408: <-0.704093, -0.704093, -0.092231> - 20409: <-0.745184, -0.660463, -0.092137> - 20410: <-0.741243, -0.657468, -0.135260> - 20411: <-0.700600, -0.700600, -0.135353> - 20412: <-0.706323, -0.706323, -0.047060> - 20413: <-0.747715, -0.662354, -0.046999> - 20414: <-0.745184, -0.660463, -0.092137> - 20415: <-0.704093, -0.704093, -0.092231> - 20416: <-0.707107, -0.707107, 0.000000> - 20417: <-0.748599, -0.663024, 0.000000> - 20418: <-0.747715, -0.662354, -0.046999> - 20419: <-0.706323, -0.706323, -0.047060> - 20420: <-0.706323, -0.706323, 0.047060> - 20421: <-0.747715, -0.662354, 0.046999> - 20422: <-0.748599, -0.663024, 0.000000> - 20423: <-0.707107, -0.707107, 0.000000> - 20424: <-0.704093, -0.704093, 0.092231> - 20425: <-0.745184, -0.660463, 0.092137> - 20426: <-0.747715, -0.662354, 0.046999> - 20427: <-0.706323, -0.706323, 0.047060> - 20428: <-0.700600, -0.700600, 0.135353> - 20429: <-0.741243, -0.657468, 0.135260> - 20430: <-0.745184, -0.660463, 0.092137> - 20431: <-0.704093, -0.704093, 0.092231> - 20432: <-0.695976, -0.695976, 0.176733> - 20433: <-0.736025, -0.653502, 0.176644> - 20434: <-0.741243, -0.657468, 0.135260> - 20435: <-0.700600, -0.700600, 0.135353> - 20436: <-0.690307, -0.690307, 0.216684> - 20437: <-0.729622, -0.648624, 0.216656> - 20438: <-0.736025, -0.653502, 0.176644> - 20439: <-0.695976, -0.695976, 0.176733> - 20440: <-0.683620, -0.683620, 0.255594> - 20441: <-0.722093, -0.642833, 0.255632> - 20442: <-0.729622, -0.648624, 0.216656> - 20443: <-0.690307, -0.690307, 0.216684> - 20444: <-0.675899, -0.675899, 0.293804> - 20445: <-0.713396, -0.636150, 0.293904> - 20446: <-0.722093, -0.642833, 0.255632> - 20447: <-0.683620, -0.683620, 0.255594> - 20448: <-0.667130, -0.667130, 0.331474> - 20449: <-0.703467, -0.628603, 0.331652> - 20450: <-0.713396, -0.636150, 0.293904> - 20451: <-0.675899, -0.675899, 0.293804> - 20452: <-0.657511, -0.657511, 0.367912> - 20453: <-0.692544, -0.620305, 0.368246> - 20454: <-0.703467, -0.628603, 0.331652> - 20455: <-0.667130, -0.667130, 0.331474> - 20456: <-0.647247, -0.647247, 0.402668> - 20457: <-0.680859, -0.611427, 0.403223> - 20458: <-0.692544, -0.620305, 0.368246> - 20459: <-0.657511, -0.657511, 0.367912> - 20460: <-0.636296, -0.636296, 0.436181> - 20461: <-0.668312, -0.601963, 0.437036> - 20462: <-0.680859, -0.611427, 0.403223> - 20463: <-0.647247, -0.647247, 0.402668> - 20464: <-0.624909, -0.624909, 0.467950> - 20465: <-0.655217, -0.591920, 0.469385> - 20466: <-0.668312, -0.601963, 0.437036> - 20467: <-0.636296, -0.636296, 0.436181> - 20468: <-0.613379, -0.613379, 0.497527> - 20469: <-0.641397, -0.581456, 0.500519> - 20470: <-0.655217, -0.591920, 0.469385> - 20471: <-0.624909, -0.624909, 0.467950> - 20472: <-0.601199, -0.601168, 0.526457> - 20473: <-0.625584, -0.571076, 0.531523> - 20474: <-0.641397, -0.581456, 0.500519> - 20475: <-0.613379, -0.613379, 0.497527> - 20476: <-0.588539, -0.588539, 0.554296> - 20477: <-0.607783, -0.561516, 0.561516> - 20478: <-0.625584, -0.571076, 0.531523> - 20479: <-0.601199, -0.601168, 0.526457> - 20480: < 0.561516, -0.561516, 0.607783> - 20481: < 0.571076, -0.531523, 0.625584> - 20482: < 0.538962, -0.538962, 0.647334> - 20483: < 0.531523, -0.571076, 0.625584> - 20484: < 0.571076, -0.531523, 0.625584> - 20485: < 0.581456, -0.500519, 0.641396> - 20486: < 0.547882, -0.506040, 0.666144> - 20487: < 0.538962, -0.538962, 0.647334> - 20488: < 0.581456, -0.500519, 0.641396> - 20489: < 0.591920, -0.469385, 0.655217> - 20490: < 0.557037, -0.473139, 0.682532> - 20491: < 0.547882, -0.506040, 0.666144> - 20492: < 0.591920, -0.469385, 0.655217> - 20493: < 0.601963, -0.437036, 0.668312> - 20494: < 0.565794, -0.439475, 0.697667> - 20495: < 0.557037, -0.473139, 0.682532> - 20496: < 0.601963, -0.437036, 0.668312> - 20497: < 0.611427, -0.403223, 0.680859> - 20498: < 0.574008, -0.404839, 0.711772> - 20499: < 0.565794, -0.439475, 0.697667> - 20500: < 0.611427, -0.403223, 0.680859> - 20501: < 0.620305, -0.368246, 0.692544> - 20502: < 0.581661, -0.369188, 0.724825> - 20503: < 0.574008, -0.404839, 0.711772> - 20504: < 0.620305, -0.368246, 0.692544> - 20505: < 0.628603, -0.331652, 0.703467> - 20506: < 0.588738, -0.332197, 0.736907> - 20507: < 0.581661, -0.369188, 0.724825> - 20508: < 0.628603, -0.331652, 0.703467> - 20509: < 0.636150, -0.293904, 0.713396> - 20510: < 0.595158, -0.294207, 0.747816> - 20511: < 0.588738, -0.332197, 0.736907> - 20512: < 0.636150, -0.293904, 0.713396> - 20513: < 0.642833, -0.255632, 0.722093> - 20514: < 0.600829, -0.255750, 0.757361> - 20515: < 0.595158, -0.294207, 0.747816> - 20516: < 0.642833, -0.255632, 0.722093> - 20517: < 0.648606, -0.216660, 0.729636> - 20518: < 0.605748, -0.216596, 0.765608> - 20519: < 0.600829, -0.255750, 0.757361> - 20520: < 0.648606, -0.216660, 0.729636> - 20521: < 0.653502, -0.176644, 0.736025> - 20522: < 0.609892, -0.176461, 0.772589> - 20523: < 0.605748, -0.216596, 0.765608> - 20524: < 0.653502, -0.176644, 0.736025> - 20525: < 0.657468, -0.135260, 0.741243> - 20526: < 0.613196, -0.135018, 0.778306> - 20527: < 0.609892, -0.176461, 0.772589> - 20528: < 0.657468, -0.135260, 0.741243> - 20529: < 0.660463, -0.092137, 0.745184> - 20530: < 0.615697, -0.091894, 0.782607> - 20531: < 0.613196, -0.135018, 0.778306> - 20532: < 0.660463, -0.092137, 0.745184> - 20533: < 0.662354, -0.046999, 0.747715> - 20534: < 0.617246, -0.046847, 0.785375> - 20535: < 0.615697, -0.091894, 0.782607> - 20536: < 0.662354, -0.046999, 0.747715> - 20537: < 0.663024, 0.000000, 0.748599> - 20538: < 0.617789, 0.000000, 0.786344> - 20539: < 0.617246, -0.046847, 0.785375> - 20540: < 0.663024, 0.000000, 0.748599> - 20541: < 0.662354, 0.046999, 0.747715> - 20542: < 0.617246, 0.046847, 0.785375> - 20543: < 0.617789, 0.000000, 0.786344> - 20544: < 0.662354, 0.046999, 0.747715> - 20545: < 0.660463, 0.092137, 0.745184> - 20546: < 0.615697, 0.091894, 0.782607> - 20547: < 0.617246, 0.046847, 0.785375> - 20548: < 0.660463, 0.092137, 0.745184> - 20549: < 0.657468, 0.135260, 0.741243> - 20550: < 0.613196, 0.135018, 0.778306> - 20551: < 0.615697, 0.091894, 0.782607> - 20552: < 0.657468, 0.135260, 0.741243> - 20553: < 0.653502, 0.176644, 0.736025> - 20554: < 0.609892, 0.176461, 0.772589> - 20555: < 0.613196, 0.135018, 0.778306> - 20556: < 0.653502, 0.176644, 0.736025> - 20557: < 0.648606, 0.216660, 0.729636> - 20558: < 0.605748, 0.216596, 0.765608> - 20559: < 0.609892, 0.176461, 0.772589> - 20560: < 0.648606, 0.216660, 0.729636> - 20561: < 0.642833, 0.255632, 0.722093> - 20562: < 0.600829, 0.255750, 0.757361> - 20563: < 0.605748, 0.216596, 0.765608> - 20564: < 0.642833, 0.255632, 0.722093> - 20565: < 0.636150, 0.293904, 0.713396> - 20566: < 0.595158, 0.294207, 0.747816> - 20567: < 0.600829, 0.255750, 0.757361> - 20568: < 0.636150, 0.293904, 0.713396> - 20569: < 0.628603, 0.331652, 0.703467> - 20570: < 0.588744, 0.332170, 0.736915> - 20571: < 0.595158, 0.294207, 0.747816> - 20572: < 0.628603, 0.331652, 0.703467> - 20573: < 0.620305, 0.368246, 0.692544> - 20574: < 0.581661, 0.369188, 0.724825> - 20575: < 0.588744, 0.332170, 0.736915> - 20576: < 0.620305, 0.368246, 0.692544> - 20577: < 0.611427, 0.403223, 0.680859> - 20578: < 0.574008, 0.404839, 0.711772> - 20579: < 0.581661, 0.369188, 0.724825> - 20580: < 0.611427, 0.403223, 0.680859> - 20581: < 0.601963, 0.437036, 0.668312> - 20582: < 0.565794, 0.439475, 0.697667> - 20583: < 0.574008, 0.404839, 0.711772> - 20584: < 0.601963, 0.437036, 0.668312> - 20585: < 0.591920, 0.469385, 0.655217> - 20586: < 0.557037, 0.473139, 0.682532> - 20587: < 0.565794, 0.439475, 0.697667> - 20588: < 0.591920, 0.469385, 0.655217> - 20589: < 0.581456, 0.500519, 0.641396> - 20590: < 0.547882, 0.506040, 0.666144> - 20591: < 0.557037, 0.473139, 0.682532> - 20592: < 0.581456, 0.500519, 0.641396> - 20593: < 0.571076, 0.531523, 0.625584> - 20594: < 0.538962, 0.538962, 0.647334> - 20595: < 0.547882, 0.506040, 0.666144> - 20596: < 0.571076, 0.531523, 0.625584> - 20597: < 0.561516, 0.561516, 0.607783> - 20598: < 0.531523, 0.571076, 0.625584> - 20599: < 0.538962, 0.538962, 0.647334> - 20600: < 0.531523, -0.571076, 0.625584> - 20601: < 0.538962, -0.538962, 0.647334> - 20602: < 0.506040, -0.547882, 0.666144> - 20603: < 0.500519, -0.581456, 0.641396> - 20604: < 0.538962, -0.538962, 0.647334> - 20605: < 0.547882, -0.506040, 0.666144> - 20606: < 0.513252, -0.513252, 0.687856> - 20607: < 0.506040, -0.547882, 0.666144> - 20608: < 0.547882, -0.506040, 0.666144> - 20609: < 0.557037, -0.473139, 0.682532> - 20610: < 0.520969, -0.478425, 0.706895> - 20611: < 0.513252, -0.513252, 0.687856> - 20612: < 0.557037, -0.473139, 0.682532> - 20613: < 0.565794, -0.439475, 0.697667> - 20614: < 0.528478, -0.443145, 0.724109> - 20615: < 0.520969, -0.478425, 0.706895> - 20616: < 0.565794, -0.439475, 0.697667> - 20617: < 0.574008, -0.404839, 0.711772> - 20618: < 0.535518, -0.407307, 0.739812> - 20619: < 0.528478, -0.443145, 0.724109> - 20620: < 0.574008, -0.404839, 0.711772> - 20621: < 0.581661, -0.369188, 0.724825> - 20622: < 0.542028, -0.370721, 0.754169> - 20623: < 0.535518, -0.407307, 0.739812> - 20624: < 0.581661, -0.369188, 0.724825> - 20625: < 0.588738, -0.332197, 0.736907> - 20626: < 0.548009, -0.333090, 0.767292> - 20627: < 0.542028, -0.370721, 0.754169> - 20628: < 0.588738, -0.332197, 0.736907> - 20629: < 0.595158, -0.294207, 0.747816> - 20630: < 0.553415, -0.294729, 0.779017> - 20631: < 0.548009, -0.333090, 0.767292> - 20632: < 0.595158, -0.294207, 0.747816> - 20633: < 0.600829, -0.255750, 0.757361> - 20634: < 0.558172, -0.255937, 0.789266> - 20635: < 0.553415, -0.294729, 0.779017> - 20636: < 0.600829, -0.255750, 0.757361> - 20637: < 0.605748, -0.216596, 0.765608> - 20638: < 0.562257, -0.216534, 0.798110> - 20639: < 0.558172, -0.255937, 0.789266> - 20640: < 0.605748, -0.216596, 0.765608> - 20641: < 0.609892, -0.176461, 0.772589> - 20642: < 0.565675, -0.176188, 0.805587> - 20643: < 0.562257, -0.216534, 0.798110> - 20644: < 0.609892, -0.176461, 0.772589> - 20645: < 0.613196, -0.135018, 0.778306> - 20646: < 0.568382, -0.134618, 0.811677> - 20647: < 0.565675, -0.176188, 0.805587> - 20648: < 0.613196, -0.135018, 0.778306> - 20649: < 0.615697, -0.091894, 0.782607> - 20650: < 0.570377, -0.091497, 0.816271> - 20651: < 0.568382, -0.134618, 0.811677> - 20652: < 0.615697, -0.091894, 0.782607> - 20653: < 0.617246, -0.046847, 0.785375> - 20654: < 0.571602, -0.046573, 0.819208> - 20655: < 0.570377, -0.091497, 0.816271> - 20656: < 0.617246, -0.046847, 0.785375> - 20657: < 0.617789, 0.000000, 0.786344> - 20658: < 0.572024, 0.000000, 0.820237> - 20659: < 0.571602, -0.046573, 0.819208> - 20660: < 0.617789, 0.000000, 0.786344> - 20661: < 0.617246, 0.046847, 0.785375> - 20662: < 0.571602, 0.046573, 0.819208> - 20663: < 0.572024, 0.000000, 0.820237> - 20664: < 0.617246, 0.046847, 0.785375> - 20665: < 0.615697, 0.091894, 0.782607> - 20666: < 0.570377, 0.091497, 0.816271> - 20667: < 0.571602, 0.046573, 0.819208> - 20668: < 0.615697, 0.091894, 0.782607> - 20669: < 0.613196, 0.135018, 0.778306> - 20670: < 0.568382, 0.134618, 0.811677> - 20671: < 0.570377, 0.091497, 0.816271> - 20672: < 0.613196, 0.135018, 0.778306> - 20673: < 0.609892, 0.176461, 0.772589> - 20674: < 0.565675, 0.176188, 0.805587> - 20675: < 0.568382, 0.134618, 0.811677> - 20676: < 0.609892, 0.176461, 0.772589> - 20677: < 0.605748, 0.216596, 0.765608> - 20678: < 0.562257, 0.216534, 0.798110> - 20679: < 0.565675, 0.176188, 0.805587> - 20680: < 0.605748, 0.216596, 0.765608> - 20681: < 0.600829, 0.255750, 0.757361> - 20682: < 0.558172, 0.255937, 0.789266> - 20683: < 0.562257, 0.216534, 0.798110> - 20684: < 0.600829, 0.255750, 0.757361> - 20685: < 0.595158, 0.294207, 0.747816> - 20686: < 0.553415, 0.294729, 0.779017> - 20687: < 0.558172, 0.255937, 0.789266> - 20688: < 0.595158, 0.294207, 0.747816> - 20689: < 0.588744, 0.332170, 0.736915> - 20690: < 0.548009, 0.333090, 0.767292> - 20691: < 0.553415, 0.294729, 0.779017> - 20692: < 0.588744, 0.332170, 0.736915> - 20693: < 0.581661, 0.369188, 0.724825> - 20694: < 0.542028, 0.370721, 0.754169> - 20695: < 0.548009, 0.333090, 0.767292> - 20696: < 0.581661, 0.369188, 0.724825> - 20697: < 0.574008, 0.404839, 0.711772> - 20698: < 0.535518, 0.407307, 0.739812> - 20699: < 0.542028, 0.370721, 0.754169> - 20700: < 0.574008, 0.404839, 0.711772> - 20701: < 0.565794, 0.439475, 0.697667> - 20702: < 0.528478, 0.443145, 0.724109> - 20703: < 0.535518, 0.407307, 0.739812> - 20704: < 0.565794, 0.439475, 0.697667> - 20705: < 0.557037, 0.473139, 0.682532> - 20706: < 0.520969, 0.478425, 0.706895> - 20707: < 0.528478, 0.443145, 0.724109> - 20708: < 0.557037, 0.473139, 0.682532> - 20709: < 0.547882, 0.506040, 0.666144> - 20710: < 0.513252, 0.513252, 0.687856> - 20711: < 0.520969, 0.478425, 0.706895> - 20712: < 0.547882, 0.506040, 0.666144> - 20713: < 0.538962, 0.538962, 0.647334> - 20714: < 0.506040, 0.547882, 0.666144> - 20715: < 0.513252, 0.513252, 0.687856> - 20716: < 0.538962, 0.538962, 0.647334> - 20717: < 0.531523, 0.571076, 0.625584> - 20718: < 0.500519, 0.581456, 0.641396> - 20719: < 0.506040, 0.547882, 0.666144> - 20720: < 0.500519, -0.581456, 0.641396> - 20721: < 0.506040, -0.547882, 0.666144> - 20722: < 0.473139, -0.557037, 0.682532> - 20723: < 0.469385, -0.591920, 0.655217> - 20724: < 0.506040, -0.547882, 0.666144> - 20725: < 0.513252, -0.513252, 0.687856> - 20726: < 0.478425, -0.520969, 0.706895> - 20727: < 0.473139, -0.557037, 0.682532> - 20728: < 0.513252, -0.513252, 0.687856> - 20729: < 0.520969, -0.478425, 0.706895> - 20730: < 0.484430, -0.484430, 0.728461> - 20731: < 0.478425, -0.520969, 0.706895> - 20732: < 0.520969, -0.478425, 0.706895> - 20733: < 0.528478, -0.443145, 0.724109> - 20734: < 0.490534, -0.447593, 0.747688> - 20735: < 0.484430, -0.484430, 0.728461> - 20736: < 0.528478, -0.443145, 0.724109> - 20737: < 0.535518, -0.407307, 0.739812> - 20738: < 0.496395, -0.410392, 0.764964> - 20739: < 0.490534, -0.447593, 0.747688> - 20740: < 0.535518, -0.407307, 0.739812> - 20741: < 0.542028, -0.370721, 0.754169> - 20742: < 0.501802, -0.372705, 0.780568> - 20743: < 0.496395, -0.410392, 0.764964> - 20744: < 0.542028, -0.370721, 0.754169> - 20745: < 0.548009, -0.333090, 0.767292> - 20746: < 0.506740, -0.334337, 0.794627> - 20747: < 0.501802, -0.372705, 0.780568> - 20748: < 0.548009, -0.333090, 0.767292> - 20749: < 0.553415, -0.294729, 0.779017> - 20750: < 0.511198, -0.295457, 0.807082> - 20751: < 0.506740, -0.334337, 0.794627> - 20752: < 0.553415, -0.294729, 0.779017> - 20753: < 0.558172, -0.255937, 0.789266> - 20754: < 0.515110, -0.256243, 0.817925> - 20755: < 0.511198, -0.295457, 0.807082> - 20756: < 0.558172, -0.255937, 0.789266> - 20757: < 0.562257, -0.216534, 0.798110> - 20758: < 0.518435, -0.216475, 0.827263> - 20759: < 0.515110, -0.256243, 0.817925> - 20760: < 0.562257, -0.216534, 0.798110> - 20761: < 0.565675, -0.176188, 0.805587> - 20762: < 0.521180, -0.175853, 0.835133> - 20763: < 0.518435, -0.216475, 0.827263> - 20764: < 0.565675, -0.176188, 0.805587> - 20765: < 0.568382, -0.134618, 0.811677> - 20766: < 0.523307, -0.134100, 0.841527> - 20767: < 0.521180, -0.175853, 0.835133> - 20768: < 0.568382, -0.134618, 0.811677> - 20769: < 0.570377, -0.091497, 0.816271> - 20770: < 0.524836, -0.091008, 0.846324> - 20771: < 0.523307, -0.134100, 0.841527> - 20772: < 0.570377, -0.091497, 0.816271> - 20773: < 0.571602, -0.046573, 0.819208> - 20774: < 0.525753, -0.046267, 0.849378> - 20775: < 0.524836, -0.091008, 0.846324> - 20776: < 0.571602, -0.046573, 0.819208> - 20777: < 0.572024, 0.000000, 0.820237> - 20778: < 0.526081, 0.000000, 0.850434> - 20779: < 0.525753, -0.046267, 0.849378> - 20780: < 0.572024, 0.000000, 0.820237> - 20781: < 0.571602, 0.046573, 0.819208> - 20782: < 0.525753, 0.046267, 0.849378> - 20783: < 0.526081, 0.000000, 0.850434> - 20784: < 0.571602, 0.046573, 0.819208> - 20785: < 0.570377, 0.091497, 0.816271> - 20786: < 0.524836, 0.091008, 0.846324> - 20787: < 0.525753, 0.046267, 0.849378> - 20788: < 0.570377, 0.091497, 0.816271> - 20789: < 0.568382, 0.134618, 0.811677> - 20790: < 0.523307, 0.134100, 0.841527> - 20791: < 0.524836, 0.091008, 0.846324> - 20792: < 0.568382, 0.134618, 0.811677> - 20793: < 0.565675, 0.176188, 0.805587> - 20794: < 0.521180, 0.175853, 0.835133> - 20795: < 0.523307, 0.134100, 0.841527> - 20796: < 0.565675, 0.176188, 0.805587> - 20797: < 0.562257, 0.216534, 0.798110> - 20798: < 0.518435, 0.216475, 0.827263> - 20799: < 0.521180, 0.175853, 0.835133> - 20800: < 0.562257, 0.216534, 0.798110> - 20801: < 0.558172, 0.255937, 0.789266> - 20802: < 0.515110, 0.256243, 0.817925> - 20803: < 0.518435, 0.216475, 0.827263> - 20804: < 0.558172, 0.255937, 0.789266> - 20805: < 0.553415, 0.294729, 0.779017> - 20806: < 0.511198, 0.295457, 0.807082> - 20807: < 0.515110, 0.256243, 0.817925> - 20808: < 0.553415, 0.294729, 0.779017> - 20809: < 0.548009, 0.333090, 0.767292> - 20810: < 0.506740, 0.334337, 0.794627> - 20811: < 0.511198, 0.295457, 0.807082> - 20812: < 0.548009, 0.333090, 0.767292> - 20813: < 0.542028, 0.370721, 0.754169> - 20814: < 0.501802, 0.372705, 0.780568> - 20815: < 0.506740, 0.334337, 0.794627> - 20816: < 0.542028, 0.370721, 0.754169> - 20817: < 0.535518, 0.407307, 0.739812> - 20818: < 0.496395, 0.410392, 0.764964> - 20819: < 0.501802, 0.372705, 0.780568> - 20820: < 0.535518, 0.407307, 0.739812> - 20821: < 0.528478, 0.443145, 0.724109> - 20822: < 0.490534, 0.447593, 0.747688> - 20823: < 0.496395, 0.410392, 0.764964> - 20824: < 0.528478, 0.443145, 0.724109> - 20825: < 0.520969, 0.478425, 0.706895> - 20826: < 0.484430, 0.484430, 0.728461> - 20827: < 0.490534, 0.447593, 0.747688> - 20828: < 0.520969, 0.478425, 0.706895> - 20829: < 0.513252, 0.513252, 0.687856> - 20830: < 0.478425, 0.520969, 0.706895> - 20831: < 0.484430, 0.484430, 0.728461> - 20832: < 0.513252, 0.513252, 0.687856> - 20833: < 0.506040, 0.547882, 0.666144> - 20834: < 0.473139, 0.557037, 0.682532> - 20835: < 0.478425, 0.520969, 0.706895> - 20836: < 0.506040, 0.547882, 0.666144> - 20837: < 0.500519, 0.581456, 0.641396> - 20838: < 0.469385, 0.591920, 0.655217> - 20839: < 0.473139, 0.557037, 0.682532> - 20840: < 0.469385, -0.591920, 0.655217> - 20841: < 0.473139, -0.557037, 0.682532> - 20842: < 0.439475, -0.565794, 0.697667> - 20843: < 0.437036, -0.601963, 0.668312> - 20844: < 0.473139, -0.557037, 0.682532> - 20845: < 0.478425, -0.520969, 0.706895> - 20846: < 0.443145, -0.528478, 0.724109> - 20847: < 0.439475, -0.565794, 0.697667> - 20848: < 0.478425, -0.520969, 0.706895> - 20849: < 0.484430, -0.484430, 0.728461> - 20850: < 0.447593, -0.490534, 0.747688> - 20851: < 0.443145, -0.528478, 0.724109> - 20852: < 0.484430, -0.484430, 0.728461> - 20853: < 0.490534, -0.447593, 0.747688> - 20854: < 0.452290, -0.452290, 0.768679> - 20855: < 0.447593, -0.490534, 0.747688> - 20856: < 0.490534, -0.447593, 0.747688> - 20857: < 0.496395, -0.410392, 0.764964> - 20858: < 0.456900, -0.413777, 0.787421> - 20859: < 0.452290, -0.452290, 0.768679> - 20860: < 0.496395, -0.410392, 0.764964> - 20861: < 0.501802, -0.372705, 0.780568> - 20862: < 0.461239, -0.374961, 0.804154> - 20863: < 0.456900, -0.413777, 0.787421> - 20864: < 0.501802, -0.372705, 0.780568> - 20865: < 0.506740, -0.334337, 0.794627> - 20866: < 0.465202, -0.335801, 0.819039> - 20867: < 0.461239, -0.374961, 0.804154> - 20868: < 0.506740, -0.334337, 0.794627> - 20869: < 0.511198, -0.295457, 0.807082> - 20870: < 0.468770, -0.296339, 0.832128> - 20871: < 0.465202, -0.335801, 0.819039> - 20872: < 0.511198, -0.295457, 0.807082> - 20873: < 0.515110, -0.256243, 0.817925> - 20874: < 0.471888, -0.256606, 0.843490> - 20875: < 0.468770, -0.296339, 0.832128> - 20876: < 0.515110, -0.256243, 0.817925> - 20877: < 0.518435, -0.216475, 0.827263> - 20878: < 0.474515, -0.216413, 0.853230> - 20879: < 0.471888, -0.256606, 0.843490> - 20880: < 0.518435, -0.216475, 0.827263> - 20881: < 0.521180, -0.175853, 0.835133> - 20882: < 0.476614, -0.175453, 0.861426> - 20883: < 0.474515, -0.216413, 0.853230> - 20884: < 0.521180, -0.175853, 0.835133> - 20885: < 0.523307, -0.134100, 0.841527> - 20886: < 0.478208, -0.133553, 0.868033> - 20887: < 0.476614, -0.175453, 0.861426> - 20888: < 0.523307, -0.134100, 0.841527> - 20889: < 0.524836, -0.091008, 0.846324> - 20890: < 0.479307, -0.090429, 0.872976> - 20891: < 0.478208, -0.133553, 0.868033> - 20892: < 0.524836, -0.091008, 0.846324> - 20893: < 0.525753, -0.046267, 0.849378> - 20894: < 0.479951, -0.045871, 0.876095> - 20895: < 0.479307, -0.090429, 0.872976> - 20896: < 0.525753, -0.046267, 0.849378> - 20897: < 0.526081, 0.000000, 0.850434> - 20898: < 0.480182, 0.000000, 0.877169> - 20899: < 0.479951, -0.045871, 0.876095> - 20900: < 0.526081, 0.000000, 0.850434> - 20901: < 0.525753, 0.046267, 0.849378> - 20902: < 0.479951, 0.045871, 0.876095> - 20903: < 0.480182, 0.000000, 0.877169> - 20904: < 0.525753, 0.046267, 0.849378> - 20905: < 0.524836, 0.091008, 0.846324> - 20906: < 0.479307, 0.090429, 0.872976> - 20907: < 0.479951, 0.045871, 0.876095> - 20908: < 0.524836, 0.091008, 0.846324> - 20909: < 0.523307, 0.134100, 0.841527> - 20910: < 0.478208, 0.133553, 0.868033> - 20911: < 0.479307, 0.090429, 0.872976> - 20912: < 0.523307, 0.134100, 0.841527> - 20913: < 0.521180, 0.175853, 0.835133> - 20914: < 0.476614, 0.175453, 0.861426> - 20915: < 0.478208, 0.133553, 0.868033> - 20916: < 0.521180, 0.175853, 0.835133> - 20917: < 0.518435, 0.216475, 0.827263> - 20918: < 0.474515, 0.216413, 0.853230> - 20919: < 0.476614, 0.175453, 0.861426> - 20920: < 0.518435, 0.216475, 0.827263> - 20921: < 0.515110, 0.256243, 0.817925> - 20922: < 0.471888, 0.256606, 0.843490> - 20923: < 0.474515, 0.216413, 0.853230> - 20924: < 0.515110, 0.256243, 0.817925> - 20925: < 0.511198, 0.295457, 0.807082> - 20926: < 0.468770, 0.296339, 0.832128> - 20927: < 0.471888, 0.256606, 0.843490> - 20928: < 0.511198, 0.295457, 0.807082> - 20929: < 0.506740, 0.334337, 0.794627> - 20930: < 0.465202, 0.335801, 0.819039> - 20931: < 0.468770, 0.296339, 0.832128> - 20932: < 0.506740, 0.334337, 0.794627> - 20933: < 0.501802, 0.372705, 0.780568> - 20934: < 0.461239, 0.374961, 0.804154> - 20935: < 0.465202, 0.335801, 0.819039> - 20936: < 0.501802, 0.372705, 0.780568> - 20937: < 0.496395, 0.410392, 0.764964> - 20938: < 0.456900, 0.413777, 0.787421> - 20939: < 0.461239, 0.374961, 0.804154> - 20940: < 0.496395, 0.410392, 0.764964> - 20941: < 0.490534, 0.447593, 0.747688> - 20942: < 0.452290, 0.452290, 0.768679> - 20943: < 0.456900, 0.413777, 0.787421> - 20944: < 0.490534, 0.447593, 0.747688> - 20945: < 0.484430, 0.484430, 0.728461> - 20946: < 0.447593, 0.490534, 0.747688> - 20947: < 0.452290, 0.452290, 0.768679> - 20948: < 0.484430, 0.484430, 0.728461> - 20949: < 0.478425, 0.520969, 0.706895> - 20950: < 0.443145, 0.528478, 0.724109> - 20951: < 0.447593, 0.490534, 0.747688> - 20952: < 0.478425, 0.520969, 0.706895> - 20953: < 0.473139, 0.557037, 0.682532> - 20954: < 0.439475, 0.565794, 0.697667> - 20955: < 0.443145, 0.528478, 0.724109> - 20956: < 0.473139, 0.557037, 0.682532> - 20957: < 0.469385, 0.591920, 0.655217> - 20958: < 0.437036, 0.601963, 0.668312> - 20959: < 0.439475, 0.565794, 0.697667> - 20960: < 0.437036, -0.601963, 0.668312> - 20961: < 0.439475, -0.565794, 0.697667> - 20962: < 0.404839, -0.574008, 0.711772> - 20963: < 0.403223, -0.611427, 0.680859> - 20964: < 0.439475, -0.565794, 0.697667> - 20965: < 0.443145, -0.528478, 0.724109> - 20966: < 0.407307, -0.535518, 0.739812> - 20967: < 0.404839, -0.574008, 0.711772> - 20968: < 0.443145, -0.528478, 0.724109> - 20969: < 0.447593, -0.490534, 0.747688> - 20970: < 0.410392, -0.496395, 0.764964> - 20971: < 0.407307, -0.535518, 0.739812> - 20972: < 0.447593, -0.490534, 0.747688> - 20973: < 0.452290, -0.452290, 0.768679> - 20974: < 0.413777, -0.456900, 0.787421> - 20975: < 0.410392, -0.496395, 0.764964> - 20976: < 0.452290, -0.452290, 0.768679> - 20977: < 0.456900, -0.413777, 0.787421> - 20978: < 0.417202, -0.417202, 0.807394> - 20979: < 0.413777, -0.456900, 0.787421> - 20980: < 0.456900, -0.413777, 0.787421> - 20981: < 0.461239, -0.374961, 0.804154> - 20982: < 0.420500, -0.377345, 0.825100> - 20983: < 0.417202, -0.417202, 0.807394> - 20984: < 0.461239, -0.374961, 0.804154> - 20985: < 0.465202, -0.335801, 0.819039> - 20986: < 0.423577, -0.337391, 0.840684> - 20987: < 0.420500, -0.377345, 0.825100> - 20988: < 0.465202, -0.335801, 0.819039> - 20989: < 0.468770, -0.296339, 0.832128> - 20990: < 0.426323, -0.297287, 0.854324> - 20991: < 0.423577, -0.337391, 0.840684> - 20992: < 0.468770, -0.296339, 0.832128> - 20993: < 0.471888, -0.256606, 0.843490> - 20994: < 0.428698, -0.256999, 0.866124> - 20995: < 0.426323, -0.297287, 0.854324> - 20996: < 0.471888, -0.256606, 0.843490> - 20997: < 0.474515, -0.216413, 0.853230> - 20998: < 0.430657, -0.216320, 0.876208> - 20999: < 0.428698, -0.256999, 0.866124> - 21000: < 0.474515, -0.216413, 0.853230> - 21001: < 0.476614, -0.175453, 0.861426> - 21002: < 0.432149, -0.175026, 0.884654> - 21003: < 0.430657, -0.216320, 0.876208> - 21004: < 0.476614, -0.175453, 0.861426> - 21005: < 0.478208, -0.133553, 0.868033> - 21006: < 0.433281, -0.132911, 0.891405> - 21007: < 0.432149, -0.175026, 0.884654> - 21008: < 0.478208, -0.133553, 0.868033> - 21009: < 0.479307, -0.090429, 0.872976> - 21010: < 0.433981, -0.089787, 0.896437> - 21011: < 0.433281, -0.132911, 0.891405> - 21012: < 0.479307, -0.090429, 0.872976> - 21013: < 0.479951, -0.045871, 0.876095> - 21014: < 0.434379, -0.045443, 0.899583> - 21015: < 0.433981, -0.089787, 0.896437> - 21016: < 0.479951, -0.045871, 0.876095> - 21017: < 0.480182, 0.000000, 0.877169> - 21018: < 0.434509, 0.000000, 0.900667> - 21019: < 0.434379, -0.045443, 0.899583> - 21020: < 0.480182, 0.000000, 0.877169> - 21021: < 0.479951, 0.045871, 0.876095> - 21022: < 0.434379, 0.045443, 0.899583> - 21023: < 0.434509, 0.000000, 0.900667> - 21024: < 0.479951, 0.045871, 0.876095> - 21025: < 0.479307, 0.090429, 0.872976> - 21026: < 0.433981, 0.089787, 0.896437> - 21027: < 0.434379, 0.045443, 0.899583> - 21028: < 0.479307, 0.090429, 0.872976> - 21029: < 0.478208, 0.133553, 0.868033> - 21030: < 0.433281, 0.132911, 0.891405> - 21031: < 0.433981, 0.089787, 0.896437> - 21032: < 0.478208, 0.133553, 0.868033> - 21033: < 0.476614, 0.175453, 0.861426> - 21034: < 0.432149, 0.175026, 0.884654> - 21035: < 0.433281, 0.132911, 0.891405> - 21036: < 0.476614, 0.175453, 0.861426> - 21037: < 0.474515, 0.216413, 0.853230> - 21038: < 0.430657, 0.216320, 0.876208> - 21039: < 0.432149, 0.175026, 0.884654> - 21040: < 0.474515, 0.216413, 0.853230> - 21041: < 0.471888, 0.256606, 0.843490> - 21042: < 0.428698, 0.256999, 0.866124> - 21043: < 0.430657, 0.216320, 0.876208> - 21044: < 0.471888, 0.256606, 0.843490> - 21045: < 0.468770, 0.296339, 0.832128> - 21046: < 0.426323, 0.297287, 0.854324> - 21047: < 0.428698, 0.256999, 0.866124> - 21048: < 0.468770, 0.296339, 0.832128> - 21049: < 0.465202, 0.335801, 0.819039> - 21050: < 0.423577, 0.337391, 0.840684> - 21051: < 0.426323, 0.297287, 0.854324> - 21052: < 0.465202, 0.335801, 0.819039> - 21053: < 0.461239, 0.374961, 0.804154> - 21054: < 0.420500, 0.377345, 0.825100> - 21055: < 0.423577, 0.337391, 0.840684> - 21056: < 0.461239, 0.374961, 0.804154> - 21057: < 0.456900, 0.413777, 0.787421> - 21058: < 0.417202, 0.417202, 0.807394> - 21059: < 0.420500, 0.377345, 0.825100> - 21060: < 0.456900, 0.413777, 0.787421> - 21061: < 0.452290, 0.452290, 0.768679> - 21062: < 0.413777, 0.456900, 0.787421> - 21063: < 0.417202, 0.417202, 0.807394> - 21064: < 0.452290, 0.452290, 0.768679> - 21065: < 0.447593, 0.490534, 0.747688> - 21066: < 0.410392, 0.496395, 0.764964> - 21067: < 0.413777, 0.456900, 0.787421> - 21068: < 0.447593, 0.490534, 0.747688> - 21069: < 0.443145, 0.528478, 0.724109> - 21070: < 0.407307, 0.535518, 0.739812> - 21071: < 0.410392, 0.496395, 0.764964> - 21072: < 0.443145, 0.528478, 0.724109> - 21073: < 0.439475, 0.565794, 0.697667> - 21074: < 0.404839, 0.574008, 0.711772> - 21075: < 0.407307, 0.535518, 0.739812> - 21076: < 0.439475, 0.565794, 0.697667> - 21077: < 0.437036, 0.601963, 0.668312> - 21078: < 0.403223, 0.611427, 0.680859> - 21079: < 0.404839, 0.574008, 0.711772> - 21080: < 0.403223, -0.611427, 0.680859> - 21081: < 0.404839, -0.574008, 0.711772> - 21082: < 0.369188, -0.581661, 0.724825> - 21083: < 0.368246, -0.620305, 0.692544> - 21084: < 0.404839, -0.574008, 0.711772> - 21085: < 0.407307, -0.535518, 0.739812> - 21086: < 0.370721, -0.542028, 0.754169> - 21087: < 0.369188, -0.581661, 0.724825> - 21088: < 0.407307, -0.535518, 0.739812> - 21089: < 0.410392, -0.496395, 0.764964> - 21090: < 0.372705, -0.501802, 0.780568> - 21091: < 0.370721, -0.542028, 0.754169> - 21092: < 0.410392, -0.496395, 0.764964> - 21093: < 0.413777, -0.456900, 0.787421> - 21094: < 0.374961, -0.461239, 0.804154> - 21095: < 0.372705, -0.501802, 0.780568> - 21096: < 0.413777, -0.456900, 0.787421> - 21097: < 0.417202, -0.417202, 0.807394> - 21098: < 0.377345, -0.420500, 0.825100> - 21099: < 0.374961, -0.461239, 0.804154> - 21100: < 0.417202, -0.417202, 0.807394> - 21101: < 0.420500, -0.377345, 0.825100> - 21102: < 0.379751, -0.379751, 0.843551> - 21103: < 0.377345, -0.420500, 0.825100> - 21104: < 0.420500, -0.377345, 0.825100> - 21105: < 0.423577, -0.337391, 0.840684> - 21106: < 0.381976, -0.339005, 0.859750> - 21107: < 0.379751, -0.379751, 0.843551> - 21108: < 0.423577, -0.337391, 0.840684> - 21109: < 0.426323, -0.297287, 0.854324> - 21110: < 0.383986, -0.298259, 0.873840> - 21111: < 0.381976, -0.339005, 0.859750> - 21112: < 0.426323, -0.297287, 0.854324> - 21113: < 0.428698, -0.256999, 0.866124> - 21114: < 0.385664, -0.257364, 0.886018> - 21115: < 0.383986, -0.298259, 0.873840> - 21116: < 0.428698, -0.256999, 0.866124> - 21117: < 0.430657, -0.216320, 0.876208> - 21118: < 0.386985, -0.216199, 0.896382> - 21119: < 0.385664, -0.257364, 0.886018> - 21120: < 0.430657, -0.216320, 0.876208> - 21121: < 0.432149, -0.175026, 0.884654> - 21122: < 0.387965, -0.174541, 0.904997> - 21123: < 0.386985, -0.216199, 0.896382> - 21124: < 0.432149, -0.175026, 0.884654> - 21125: < 0.433281, -0.132911, 0.891405> - 21126: < 0.388632, -0.132240, 0.911854> - 21127: < 0.387965, -0.174541, 0.904997> - 21128: < 0.433281, -0.132911, 0.891405> - 21129: < 0.433981, -0.089787, 0.896437> - 21130: < 0.388998, -0.089116, 0.916918> - 21131: < 0.388632, -0.132240, 0.911854> - 21132: < 0.433981, -0.089787, 0.896437> - 21133: < 0.434379, -0.045443, 0.899583> - 21134: < 0.389180, -0.045016, 0.920061> - 21135: < 0.388998, -0.089116, 0.916918> - 21136: < 0.434379, -0.045443, 0.899583> - 21137: < 0.434509, 0.000000, 0.900667> - 21138: < 0.389244, 0.000000, 0.921135> - 21139: < 0.389180, -0.045016, 0.920061> - 21140: < 0.434509, 0.000000, 0.900667> - 21141: < 0.434379, 0.045443, 0.899583> - 21142: < 0.389180, 0.045016, 0.920061> - 21143: < 0.389244, 0.000000, 0.921135> - 21144: < 0.434379, 0.045443, 0.899583> - 21145: < 0.433981, 0.089787, 0.896437> - 21146: < 0.388998, 0.089116, 0.916918> - 21147: < 0.389180, 0.045016, 0.920061> - 21148: < 0.433981, 0.089787, 0.896437> - 21149: < 0.433281, 0.132911, 0.891405> - 21150: < 0.388632, 0.132240, 0.911854> - 21151: < 0.388998, 0.089116, 0.916918> - 21152: < 0.433281, 0.132911, 0.891405> - 21153: < 0.432149, 0.175026, 0.884654> - 21154: < 0.387965, 0.174541, 0.904997> - 21155: < 0.388632, 0.132240, 0.911854> - 21156: < 0.432149, 0.175026, 0.884654> - 21157: < 0.430657, 0.216320, 0.876208> - 21158: < 0.386985, 0.216199, 0.896382> - 21159: < 0.387965, 0.174541, 0.904997> - 21160: < 0.430657, 0.216320, 0.876208> - 21161: < 0.428698, 0.256999, 0.866124> - 21162: < 0.385664, 0.257364, 0.886018> - 21163: < 0.386985, 0.216199, 0.896382> - 21164: < 0.428698, 0.256999, 0.866124> - 21165: < 0.426323, 0.297287, 0.854324> - 21166: < 0.383989, 0.298231, 0.873848> - 21167: < 0.385664, 0.257364, 0.886018> - 21168: < 0.426323, 0.297287, 0.854324> - 21169: < 0.423577, 0.337391, 0.840684> - 21170: < 0.381976, 0.339005, 0.859750> - 21171: < 0.383989, 0.298231, 0.873848> - 21172: < 0.423577, 0.337391, 0.840684> - 21173: < 0.420500, 0.377345, 0.825100> - 21174: < 0.379751, 0.379751, 0.843551> - 21175: < 0.381976, 0.339005, 0.859750> - 21176: < 0.420500, 0.377345, 0.825100> - 21177: < 0.417202, 0.417202, 0.807394> - 21178: < 0.377345, 0.420500, 0.825100> - 21179: < 0.379751, 0.379751, 0.843551> - 21180: < 0.417202, 0.417202, 0.807394> - 21181: < 0.413777, 0.456900, 0.787421> - 21182: < 0.374961, 0.461239, 0.804154> - 21183: < 0.377345, 0.420500, 0.825100> - 21184: < 0.413777, 0.456900, 0.787421> - 21185: < 0.410392, 0.496395, 0.764964> - 21186: < 0.372705, 0.501802, 0.780568> - 21187: < 0.374961, 0.461239, 0.804154> - 21188: < 0.410392, 0.496395, 0.764964> - 21189: < 0.407307, 0.535518, 0.739812> - 21190: < 0.370721, 0.542028, 0.754169> - 21191: < 0.372705, 0.501802, 0.780568> - 21192: < 0.407307, 0.535518, 0.739812> - 21193: < 0.404839, 0.574008, 0.711772> - 21194: < 0.369188, 0.581661, 0.724825> - 21195: < 0.370721, 0.542028, 0.754169> - 21196: < 0.404839, 0.574008, 0.711772> - 21197: < 0.403223, 0.611427, 0.680859> - 21198: < 0.368246, 0.620305, 0.692544> - 21199: < 0.369188, 0.581661, 0.724825> - 21200: < 0.368246, -0.620305, 0.692544> - 21201: < 0.369188, -0.581661, 0.724825> - 21202: < 0.332170, -0.588744, 0.736915> - 21203: < 0.331652, -0.628603, 0.703467> - 21204: < 0.369188, -0.581661, 0.724825> - 21205: < 0.370721, -0.542028, 0.754169> - 21206: < 0.333090, -0.548009, 0.767292> - 21207: < 0.332170, -0.588744, 0.736915> - 21208: < 0.370721, -0.542028, 0.754169> - 21209: < 0.372705, -0.501802, 0.780568> - 21210: < 0.334310, -0.506745, 0.794636> - 21211: < 0.333090, -0.548009, 0.767292> - 21212: < 0.372705, -0.501802, 0.780568> - 21213: < 0.374961, -0.461239, 0.804154> - 21214: < 0.335801, -0.465202, 0.819039> - 21215: < 0.334310, -0.506745, 0.794636> - 21216: < 0.374961, -0.461239, 0.804154> - 21217: < 0.377345, -0.420500, 0.825100> - 21218: < 0.337391, -0.423577, 0.840684> - 21219: < 0.335801, -0.465202, 0.819039> - 21220: < 0.377345, -0.420500, 0.825100> - 21221: < 0.379751, -0.379751, 0.843551> - 21222: < 0.339005, -0.381976, 0.859750> - 21223: < 0.337391, -0.423577, 0.840684> - 21224: < 0.379751, -0.379751, 0.843551> - 21225: < 0.381976, -0.339005, 0.859750> - 21226: < 0.340503, -0.340503, 0.876422> - 21227: < 0.339005, -0.381976, 0.859750> - 21228: < 0.381976, -0.339005, 0.859750> - 21229: < 0.383986, -0.298259, 0.873840> - 21230: < 0.341811, -0.299085, 0.890906> - 21231: < 0.340503, -0.340503, 0.876422> - 21232: < 0.383986, -0.298259, 0.873840> - 21233: < 0.385664, -0.257364, 0.886018> - 21234: < 0.342852, -0.257643, 0.903367> - 21235: < 0.341811, -0.299085, 0.890906> - 21236: < 0.385664, -0.257364, 0.886018> - 21237: < 0.386985, -0.216199, 0.896382> - 21238: < 0.343582, -0.215982, 0.913949> - 21239: < 0.342852, -0.257643, 0.903367> - 21240: < 0.386985, -0.216199, 0.896382> - 21241: < 0.387965, -0.174541, 0.904997> - 21242: < 0.344072, -0.173989, 0.922682> - 21243: < 0.343582, -0.215982, 0.913949> - 21244: < 0.387965, -0.174541, 0.904997> - 21245: < 0.388632, -0.132240, 0.911854> - 21246: < 0.344322, -0.131509, 0.929596> - 21247: < 0.344072, -0.173989, 0.922682> - 21248: < 0.388632, -0.132240, 0.911854> - 21249: < 0.388998, -0.089116, 0.916918> - 21250: < 0.344408, -0.088414, 0.934648> - 21251: < 0.344322, -0.131509, 0.929596> - 21252: < 0.388998, -0.089116, 0.916918> - 21253: < 0.389180, -0.045016, 0.920061> - 21254: < 0.344409, -0.044558, 0.937762> - 21255: < 0.344408, -0.088414, 0.934648> - 21256: < 0.389180, -0.045016, 0.920061> - 21257: < 0.389244, 0.000000, 0.921135> - 21258: < 0.344405, 0.000000, 0.938821> - 21259: < 0.344409, -0.044558, 0.937762> - 21260: < 0.389244, 0.000000, 0.921135> - 21261: < 0.389180, 0.045016, 0.920061> - 21262: < 0.344409, 0.044558, 0.937762> - 21263: < 0.344405, 0.000000, 0.938821> - 21264: < 0.389180, 0.045016, 0.920061> - 21265: < 0.388998, 0.089116, 0.916918> - 21266: < 0.344408, 0.088414, 0.934648> - 21267: < 0.344409, 0.044558, 0.937762> - 21268: < 0.388998, 0.089116, 0.916918> - 21269: < 0.388632, 0.132240, 0.911854> - 21270: < 0.344322, 0.131509, 0.929596> - 21271: < 0.344408, 0.088414, 0.934648> - 21272: < 0.388632, 0.132240, 0.911854> - 21273: < 0.387965, 0.174541, 0.904997> - 21274: < 0.344072, 0.173989, 0.922682> - 21275: < 0.344322, 0.131509, 0.929596> - 21276: < 0.387965, 0.174541, 0.904997> - 21277: < 0.386985, 0.216199, 0.896382> - 21278: < 0.343582, 0.215982, 0.913949> - 21279: < 0.344072, 0.173989, 0.922682> - 21280: < 0.386985, 0.216199, 0.896382> - 21281: < 0.385664, 0.257364, 0.886018> - 21282: < 0.342852, 0.257643, 0.903367> - 21283: < 0.343582, 0.215982, 0.913949> - 21284: < 0.385664, 0.257364, 0.886018> - 21285: < 0.383989, 0.298231, 0.873848> - 21286: < 0.341811, 0.299085, 0.890906> - 21287: < 0.342852, 0.257643, 0.903367> - 21288: < 0.383989, 0.298231, 0.873848> - 21289: < 0.381976, 0.339005, 0.859750> - 21290: < 0.340503, 0.340503, 0.876422> - 21291: < 0.341811, 0.299085, 0.890906> - 21292: < 0.381976, 0.339005, 0.859750> - 21293: < 0.379751, 0.379751, 0.843551> - 21294: < 0.339005, 0.381976, 0.859750> - 21295: < 0.340503, 0.340503, 0.876422> - 21296: < 0.379751, 0.379751, 0.843551> - 21297: < 0.377345, 0.420500, 0.825100> - 21298: < 0.337391, 0.423577, 0.840684> - 21299: < 0.339005, 0.381976, 0.859750> - 21300: < 0.377345, 0.420500, 0.825100> - 21301: < 0.374961, 0.461239, 0.804154> - 21302: < 0.335801, 0.465202, 0.819039> - 21303: < 0.337391, 0.423577, 0.840684> - 21304: < 0.374961, 0.461239, 0.804154> - 21305: < 0.372705, 0.501802, 0.780568> - 21306: < 0.334337, 0.506740, 0.794627> - 21307: < 0.335801, 0.465202, 0.819039> - 21308: < 0.372705, 0.501802, 0.780568> - 21309: < 0.370721, 0.542028, 0.754169> - 21310: < 0.333090, 0.548009, 0.767292> - 21311: < 0.334337, 0.506740, 0.794627> - 21312: < 0.370721, 0.542028, 0.754169> - 21313: < 0.369188, 0.581661, 0.724825> - 21314: < 0.332170, 0.588744, 0.736915> - 21315: < 0.333090, 0.548009, 0.767292> - 21316: < 0.369188, 0.581661, 0.724825> - 21317: < 0.368246, 0.620305, 0.692544> - 21318: < 0.331652, 0.628603, 0.703467> - 21319: < 0.332170, 0.588744, 0.736915> - 21320: < 0.331652, -0.628603, 0.703467> - 21321: < 0.332170, -0.588744, 0.736915> - 21322: < 0.294207, -0.595158, 0.747816> - 21323: < 0.293904, -0.636150, 0.713396> - 21324: < 0.332170, -0.588744, 0.736915> - 21325: < 0.333090, -0.548009, 0.767292> - 21326: < 0.294729, -0.553415, 0.779017> - 21327: < 0.294207, -0.595158, 0.747816> - 21328: < 0.333090, -0.548009, 0.767292> - 21329: < 0.334310, -0.506745, 0.794636> - 21330: < 0.295457, -0.511198, 0.807082> - 21331: < 0.294729, -0.553415, 0.779017> - 21332: < 0.334310, -0.506745, 0.794636> - 21333: < 0.335801, -0.465202, 0.819039> - 21334: < 0.296339, -0.468770, 0.832128> - 21335: < 0.295457, -0.511198, 0.807082> - 21336: < 0.335801, -0.465202, 0.819039> - 21337: < 0.337391, -0.423577, 0.840684> - 21338: < 0.297287, -0.426323, 0.854324> - 21339: < 0.296339, -0.468770, 0.832128> - 21340: < 0.337391, -0.423577, 0.840684> - 21341: < 0.339005, -0.381976, 0.859750> - 21342: < 0.298231, -0.383989, 0.873848> - 21343: < 0.297287, -0.426323, 0.854324> - 21344: < 0.339005, -0.381976, 0.859750> - 21345: < 0.340503, -0.340503, 0.876422> - 21346: < 0.299085, -0.341811, 0.890906> - 21347: < 0.298231, -0.383989, 0.873848> - 21348: < 0.340503, -0.340503, 0.876422> - 21349: < 0.341811, -0.299085, 0.890906> - 21350: < 0.299762, -0.299762, 0.905696> - 21351: < 0.299085, -0.341811, 0.890906> - 21352: < 0.341811, -0.299085, 0.890906> - 21353: < 0.342852, -0.257643, 0.903367> - 21354: < 0.300219, -0.257736, 0.918390> - 21355: < 0.299762, -0.299762, 0.905696> - 21356: < 0.342852, -0.257643, 0.903367> - 21357: < 0.343582, -0.215982, 0.913949> - 21358: < 0.300461, -0.215649, 0.929096> - 21359: < 0.300219, -0.257736, 0.918390> - 21360: < 0.343582, -0.215982, 0.913949> - 21361: < 0.344072, -0.173989, 0.922682> - 21362: < 0.300496, -0.173351, 0.937897> - 21363: < 0.300461, -0.215649, 0.929096> - 21364: < 0.344072, -0.173989, 0.922682> - 21365: < 0.344322, -0.131509, 0.929596> - 21366: < 0.300427, -0.130743, 0.944802> - 21367: < 0.300496, -0.173351, 0.937897> - 21368: < 0.344322, -0.131509, 0.929596> - 21369: < 0.344408, -0.088414, 0.934648> - 21370: < 0.300248, -0.087712, 0.949820> - 21371: < 0.300427, -0.130743, 0.944802> - 21372: < 0.344408, -0.088414, 0.934648> - 21373: < 0.344409, -0.044558, 0.937762> - 21374: < 0.300092, -0.044130, 0.952889> - 21375: < 0.300248, -0.087712, 0.949820> - 21376: < 0.344409, -0.044558, 0.937762> - 21377: < 0.344405, 0.000000, 0.938821> - 21378: < 0.300059, 0.000000, 0.953921> - 21379: < 0.300092, -0.044130, 0.952889> - 21380: < 0.344405, 0.000000, 0.938821> - 21381: < 0.344409, 0.044558, 0.937762> - 21382: < 0.300092, 0.044130, 0.952889> - 21383: < 0.300059, 0.000000, 0.953921> - 21384: < 0.344409, 0.044558, 0.937762> - 21385: < 0.344408, 0.088414, 0.934648> - 21386: < 0.300248, 0.087712, 0.949820> - 21387: < 0.300092, 0.044130, 0.952889> - 21388: < 0.344408, 0.088414, 0.934648> - 21389: < 0.344322, 0.131509, 0.929596> - 21390: < 0.300427, 0.130743, 0.944802> - 21391: < 0.300248, 0.087712, 0.949820> - 21392: < 0.344322, 0.131509, 0.929596> - 21393: < 0.344072, 0.173989, 0.922682> - 21394: < 0.300496, 0.173351, 0.937897> - 21395: < 0.300427, 0.130743, 0.944802> - 21396: < 0.344072, 0.173989, 0.922682> - 21397: < 0.343582, 0.215982, 0.913949> - 21398: < 0.300461, 0.215649, 0.929096> - 21399: < 0.300496, 0.173351, 0.937897> - 21400: < 0.343582, 0.215982, 0.913949> - 21401: < 0.342852, 0.257643, 0.903367> - 21402: < 0.300219, 0.257736, 0.918390> - 21403: < 0.300461, 0.215649, 0.929096> - 21404: < 0.342852, 0.257643, 0.903367> - 21405: < 0.341811, 0.299085, 0.890906> - 21406: < 0.299762, 0.299762, 0.905696> - 21407: < 0.300219, 0.257736, 0.918390> - 21408: < 0.341811, 0.299085, 0.890906> - 21409: < 0.340503, 0.340503, 0.876422> - 21410: < 0.299085, 0.341811, 0.890906> - 21411: < 0.299762, 0.299762, 0.905696> - 21412: < 0.340503, 0.340503, 0.876422> - 21413: < 0.339005, 0.381976, 0.859750> - 21414: < 0.298259, 0.383986, 0.873840> - 21415: < 0.299085, 0.341811, 0.890906> - 21416: < 0.339005, 0.381976, 0.859750> - 21417: < 0.337391, 0.423577, 0.840684> - 21418: < 0.297287, 0.426323, 0.854324> - 21419: < 0.298259, 0.383986, 0.873840> - 21420: < 0.337391, 0.423577, 0.840684> - 21421: < 0.335801, 0.465202, 0.819039> - 21422: < 0.296339, 0.468770, 0.832128> - 21423: < 0.297287, 0.426323, 0.854324> - 21424: < 0.335801, 0.465202, 0.819039> - 21425: < 0.334337, 0.506740, 0.794627> - 21426: < 0.295457, 0.511198, 0.807082> - 21427: < 0.296339, 0.468770, 0.832128> - 21428: < 0.334337, 0.506740, 0.794627> - 21429: < 0.333090, 0.548009, 0.767292> - 21430: < 0.294729, 0.553415, 0.779017> - 21431: < 0.295457, 0.511198, 0.807082> - 21432: < 0.333090, 0.548009, 0.767292> - 21433: < 0.332170, 0.588744, 0.736915> - 21434: < 0.294207, 0.595158, 0.747816> - 21435: < 0.294729, 0.553415, 0.779017> - 21436: < 0.332170, 0.588744, 0.736915> - 21437: < 0.331652, 0.628603, 0.703467> - 21438: < 0.293904, 0.636150, 0.713396> - 21439: < 0.294207, 0.595158, 0.747816> - 21440: < 0.293904, -0.636150, 0.713396> - 21441: < 0.294207, -0.595158, 0.747816> - 21442: < 0.255750, -0.600829, 0.757361> - 21443: < 0.255632, -0.642833, 0.722093> - 21444: < 0.294207, -0.595158, 0.747816> - 21445: < 0.294729, -0.553415, 0.779017> - 21446: < 0.255937, -0.558172, 0.789266> - 21447: < 0.255750, -0.600829, 0.757361> - 21448: < 0.294729, -0.553415, 0.779017> - 21449: < 0.295457, -0.511198, 0.807082> - 21450: < 0.256243, -0.515110, 0.817925> - 21451: < 0.255937, -0.558172, 0.789266> - 21452: < 0.295457, -0.511198, 0.807082> - 21453: < 0.296339, -0.468770, 0.832128> - 21454: < 0.256606, -0.471888, 0.843490> - 21455: < 0.256243, -0.515110, 0.817925> - 21456: < 0.296339, -0.468770, 0.832128> - 21457: < 0.297287, -0.426323, 0.854324> - 21458: < 0.256999, -0.428698, 0.866124> - 21459: < 0.256606, -0.471888, 0.843490> - 21460: < 0.297287, -0.426323, 0.854324> - 21461: < 0.298231, -0.383989, 0.873848> - 21462: < 0.257364, -0.385664, 0.886018> - 21463: < 0.256999, -0.428698, 0.866124> - 21464: < 0.298231, -0.383989, 0.873848> - 21465: < 0.299085, -0.341811, 0.890906> - 21466: < 0.257643, -0.342852, 0.903367> - 21467: < 0.257364, -0.385664, 0.886018> - 21468: < 0.299085, -0.341811, 0.890906> - 21469: < 0.299762, -0.299762, 0.905696> - 21470: < 0.257736, -0.300219, 0.918390> - 21471: < 0.257643, -0.342852, 0.903367> - 21472: < 0.299762, -0.299762, 0.905696> - 21473: < 0.300219, -0.257736, 0.918390> - 21474: < 0.257702, -0.257702, 0.931225> - 21475: < 0.257736, -0.300219, 0.918390> - 21476: < 0.300219, -0.257736, 0.918390> - 21477: < 0.300461, -0.215649, 0.929096> - 21478: < 0.257519, -0.215220, 0.942000> - 21479: < 0.257702, -0.257702, 0.931225> - 21480: < 0.300461, -0.215649, 0.929096> - 21481: < 0.300496, -0.173351, 0.937897> - 21482: < 0.257217, -0.172679, 0.950800> - 21483: < 0.257519, -0.215220, 0.942000> - 21484: < 0.300496, -0.173351, 0.937897> - 21485: < 0.300427, -0.130743, 0.944802> - 21486: < 0.256880, -0.129981, 0.957663> - 21487: < 0.257217, -0.172679, 0.950800> - 21488: < 0.300427, -0.130743, 0.944802> - 21489: < 0.300248, -0.087712, 0.949820> - 21490: < 0.256544, -0.087041, 0.962605> - 21491: < 0.256880, -0.129981, 0.957663> - 21492: < 0.300248, -0.087712, 0.949820> - 21493: < 0.300092, -0.044130, 0.952889> - 21494: < 0.256267, -0.043703, 0.965618> - 21495: < 0.256544, -0.087041, 0.962605> - 21496: < 0.300092, -0.044130, 0.952889> - 21497: < 0.300059, 0.000000, 0.953921> - 21498: < 0.256177, 0.000000, 0.966630> - 21499: < 0.256267, -0.043703, 0.965618> - 21500: < 0.300059, 0.000000, 0.953921> - 21501: < 0.300092, 0.044130, 0.952889> - 21502: < 0.256267, 0.043703, 0.965618> - 21503: < 0.256177, 0.000000, 0.966630> - 21504: < 0.300092, 0.044130, 0.952889> - 21505: < 0.300248, 0.087712, 0.949820> - 21506: < 0.256544, 0.087041, 0.962605> - 21507: < 0.256267, 0.043703, 0.965618> - 21508: < 0.300248, 0.087712, 0.949820> - 21509: < 0.300427, 0.130743, 0.944802> - 21510: < 0.256880, 0.129981, 0.957663> - 21511: < 0.256544, 0.087041, 0.962605> - 21512: < 0.300427, 0.130743, 0.944802> - 21513: < 0.300496, 0.173351, 0.937897> - 21514: < 0.257217, 0.172679, 0.950800> - 21515: < 0.256880, 0.129981, 0.957663> - 21516: < 0.300496, 0.173351, 0.937897> - 21517: < 0.300461, 0.215649, 0.929096> - 21518: < 0.257519, 0.215220, 0.942000> - 21519: < 0.257217, 0.172679, 0.950800> - 21520: < 0.300461, 0.215649, 0.929096> - 21521: < 0.300219, 0.257736, 0.918390> - 21522: < 0.257702, 0.257702, 0.931225> - 21523: < 0.257519, 0.215220, 0.942000> - 21524: < 0.300219, 0.257736, 0.918390> - 21525: < 0.299762, 0.299762, 0.905696> - 21526: < 0.257736, 0.300219, 0.918390> - 21527: < 0.257702, 0.257702, 0.931225> - 21528: < 0.299762, 0.299762, 0.905696> - 21529: < 0.299085, 0.341811, 0.890906> - 21530: < 0.257643, 0.342852, 0.903367> - 21531: < 0.257736, 0.300219, 0.918390> - 21532: < 0.299085, 0.341811, 0.890906> - 21533: < 0.298259, 0.383986, 0.873840> - 21534: < 0.257364, 0.385664, 0.886018> - 21535: < 0.257643, 0.342852, 0.903367> - 21536: < 0.298259, 0.383986, 0.873840> - 21537: < 0.297287, 0.426323, 0.854324> - 21538: < 0.256999, 0.428698, 0.866124> - 21539: < 0.257364, 0.385664, 0.886018> - 21540: < 0.297287, 0.426323, 0.854324> - 21541: < 0.296339, 0.468770, 0.832128> - 21542: < 0.256606, 0.471888, 0.843490> - 21543: < 0.256999, 0.428698, 0.866124> - 21544: < 0.296339, 0.468770, 0.832128> - 21545: < 0.295457, 0.511198, 0.807082> - 21546: < 0.256243, 0.515110, 0.817925> - 21547: < 0.256606, 0.471888, 0.843490> - 21548: < 0.295457, 0.511198, 0.807082> - 21549: < 0.294729, 0.553415, 0.779017> - 21550: < 0.255937, 0.558172, 0.789266> - 21551: < 0.256243, 0.515110, 0.817925> - 21552: < 0.294729, 0.553415, 0.779017> - 21553: < 0.294207, 0.595158, 0.747816> - 21554: < 0.255750, 0.600829, 0.757361> - 21555: < 0.255937, 0.558172, 0.789266> - 21556: < 0.294207, 0.595158, 0.747816> - 21557: < 0.293904, 0.636150, 0.713396> - 21558: < 0.255632, 0.642833, 0.722093> - 21559: < 0.255750, 0.600829, 0.757361> - 21560: < 0.255632, -0.642833, 0.722093> - 21561: < 0.255750, -0.600829, 0.757361> - 21562: < 0.216596, -0.605748, 0.765608> - 21563: < 0.216656, -0.648624, 0.729622> - 21564: < 0.255750, -0.600829, 0.757361> - 21565: < 0.255937, -0.558172, 0.789266> - 21566: < 0.216534, -0.562257, 0.798110> - 21567: < 0.216596, -0.605748, 0.765608> - 21568: < 0.255937, -0.558172, 0.789266> - 21569: < 0.256243, -0.515110, 0.817925> - 21570: < 0.216475, -0.518435, 0.827263> - 21571: < 0.216534, -0.562257, 0.798110> - 21572: < 0.256243, -0.515110, 0.817925> - 21573: < 0.256606, -0.471888, 0.843490> - 21574: < 0.216413, -0.474515, 0.853230> - 21575: < 0.216475, -0.518435, 0.827263> - 21576: < 0.256606, -0.471888, 0.843490> - 21577: < 0.256999, -0.428698, 0.866124> - 21578: < 0.216320, -0.430657, 0.876208> - 21579: < 0.216413, -0.474515, 0.853230> - 21580: < 0.256999, -0.428698, 0.866124> - 21581: < 0.257364, -0.385664, 0.886018> - 21582: < 0.216199, -0.386985, 0.896382> - 21583: < 0.216320, -0.430657, 0.876208> - 21584: < 0.257364, -0.385664, 0.886018> - 21585: < 0.257643, -0.342852, 0.903367> - 21586: < 0.215982, -0.343582, 0.913949> - 21587: < 0.216199, -0.386985, 0.896382> - 21588: < 0.257643, -0.342852, 0.903367> - 21589: < 0.257736, -0.300219, 0.918390> - 21590: < 0.215649, -0.300461, 0.929096> - 21591: < 0.215982, -0.343582, 0.913949> - 21592: < 0.257736, -0.300219, 0.918390> - 21593: < 0.257702, -0.257702, 0.931225> - 21594: < 0.215220, -0.257519, 0.942000> - 21595: < 0.215649, -0.300461, 0.929096> - 21596: < 0.257702, -0.257702, 0.931225> - 21597: < 0.257519, -0.215220, 0.942000> - 21598: < 0.214732, -0.214732, 0.952775> - 21599: < 0.215220, -0.257519, 0.942000> - 21600: < 0.257519, -0.215220, 0.942000> - 21601: < 0.257217, -0.172679, 0.950800> - 21602: < 0.214182, -0.172005, 0.961530> - 21603: < 0.214732, -0.214732, 0.952775> - 21604: < 0.257217, -0.172679, 0.950800> - 21605: < 0.256880, -0.129981, 0.957663> - 21606: < 0.213666, -0.129250, 0.968319> - 21607: < 0.214182, -0.172005, 0.961530> - 21608: < 0.256880, -0.129981, 0.957663> - 21609: < 0.256544, -0.087041, 0.962605> - 21610: < 0.213204, -0.086398, 0.973180> - 21611: < 0.213666, -0.129250, 0.968319> - 21612: < 0.256544, -0.087041, 0.962605> - 21613: < 0.256267, -0.043703, 0.965618> - 21614: < 0.212870, -0.043306, 0.976120> - 21615: < 0.213204, -0.086398, 0.973180> - 21616: < 0.256267, -0.043703, 0.965618> - 21617: < 0.256177, 0.000000, 0.966630> - 21618: < 0.212750, 0.000000, 0.977107> - 21619: < 0.212870, -0.043306, 0.976120> - 21620: < 0.256177, 0.000000, 0.966630> - 21621: < 0.256267, 0.043703, 0.965618> - 21622: < 0.212870, 0.043306, 0.976120> - 21623: < 0.212750, 0.000000, 0.977107> - 21624: < 0.256267, 0.043703, 0.965618> - 21625: < 0.256544, 0.087041, 0.962605> - 21626: < 0.213204, 0.086398, 0.973180> - 21627: < 0.212870, 0.043306, 0.976120> - 21628: < 0.256544, 0.087041, 0.962605> - 21629: < 0.256880, 0.129981, 0.957663> - 21630: < 0.213666, 0.129250, 0.968319> - 21631: < 0.213204, 0.086398, 0.973180> - 21632: < 0.256880, 0.129981, 0.957663> - 21633: < 0.257217, 0.172679, 0.950800> - 21634: < 0.214182, 0.172005, 0.961530> - 21635: < 0.213666, 0.129250, 0.968319> - 21636: < 0.257217, 0.172679, 0.950800> - 21637: < 0.257519, 0.215220, 0.942000> - 21638: < 0.214732, 0.214732, 0.952775> - 21639: < 0.214182, 0.172005, 0.961530> - 21640: < 0.257519, 0.215220, 0.942000> - 21641: < 0.257702, 0.257702, 0.931225> - 21642: < 0.215220, 0.257519, 0.942000> - 21643: < 0.214732, 0.214732, 0.952775> - 21644: < 0.257702, 0.257702, 0.931225> - 21645: < 0.257736, 0.300219, 0.918390> - 21646: < 0.215649, 0.300461, 0.929096> - 21647: < 0.215220, 0.257519, 0.942000> - 21648: < 0.257736, 0.300219, 0.918390> - 21649: < 0.257643, 0.342852, 0.903367> - 21650: < 0.215982, 0.343582, 0.913949> - 21651: < 0.215649, 0.300461, 0.929096> - 21652: < 0.257643, 0.342852, 0.903367> - 21653: < 0.257364, 0.385664, 0.886018> - 21654: < 0.216199, 0.386985, 0.896382> - 21655: < 0.215982, 0.343582, 0.913949> - 21656: < 0.257364, 0.385664, 0.886018> - 21657: < 0.256999, 0.428698, 0.866124> - 21658: < 0.216320, 0.430657, 0.876208> - 21659: < 0.216199, 0.386985, 0.896382> - 21660: < 0.256999, 0.428698, 0.866124> - 21661: < 0.256606, 0.471888, 0.843490> - 21662: < 0.216413, 0.474515, 0.853230> - 21663: < 0.216320, 0.430657, 0.876208> - 21664: < 0.256606, 0.471888, 0.843490> - 21665: < 0.256243, 0.515110, 0.817925> - 21666: < 0.216475, 0.518435, 0.827263> - 21667: < 0.216413, 0.474515, 0.853230> - 21668: < 0.256243, 0.515110, 0.817925> - 21669: < 0.255937, 0.558172, 0.789266> - 21670: < 0.216534, 0.562257, 0.798110> - 21671: < 0.216475, 0.518435, 0.827263> - 21672: < 0.255937, 0.558172, 0.789266> - 21673: < 0.255750, 0.600829, 0.757361> - 21674: < 0.216596, 0.605748, 0.765608> - 21675: < 0.216534, 0.562257, 0.798110> - 21676: < 0.255750, 0.600829, 0.757361> - 21677: < 0.255632, 0.642833, 0.722093> - 21678: < 0.216660, 0.648606, 0.729636> - 21679: < 0.216596, 0.605748, 0.765608> - 21680: < 0.216656, -0.648624, 0.729622> - 21681: < 0.216596, -0.605748, 0.765608> - 21682: < 0.176461, -0.609892, 0.772589> - 21683: < 0.176644, -0.653502, 0.736025> - 21684: < 0.216596, -0.605748, 0.765608> - 21685: < 0.216534, -0.562257, 0.798110> - 21686: < 0.176188, -0.565675, 0.805587> - 21687: < 0.176461, -0.609892, 0.772589> - 21688: < 0.216534, -0.562257, 0.798110> - 21689: < 0.216475, -0.518435, 0.827263> - 21690: < 0.175853, -0.521180, 0.835133> - 21691: < 0.176188, -0.565675, 0.805587> - 21692: < 0.216475, -0.518435, 0.827263> - 21693: < 0.216413, -0.474515, 0.853230> - 21694: < 0.175453, -0.476614, 0.861426> - 21695: < 0.175853, -0.521180, 0.835133> - 21696: < 0.216413, -0.474515, 0.853230> - 21697: < 0.216320, -0.430657, 0.876208> - 21698: < 0.175026, -0.432149, 0.884654> - 21699: < 0.175453, -0.476614, 0.861426> - 21700: < 0.216320, -0.430657, 0.876208> - 21701: < 0.216199, -0.386985, 0.896382> - 21702: < 0.174541, -0.387965, 0.904997> - 21703: < 0.175026, -0.432149, 0.884654> - 21704: < 0.216199, -0.386985, 0.896382> - 21705: < 0.215982, -0.343582, 0.913949> - 21706: < 0.173989, -0.344072, 0.922682> - 21707: < 0.174541, -0.387965, 0.904997> - 21708: < 0.215982, -0.343582, 0.913949> - 21709: < 0.215649, -0.300461, 0.929096> - 21710: < 0.173351, -0.300496, 0.937897> - 21711: < 0.173989, -0.344072, 0.922682> - 21712: < 0.215649, -0.300461, 0.929096> - 21713: < 0.215220, -0.257519, 0.942000> - 21714: < 0.172679, -0.257217, 0.950800> - 21715: < 0.173351, -0.300496, 0.937897> - 21716: < 0.215220, -0.257519, 0.942000> - 21717: < 0.214732, -0.214732, 0.952775> - 21718: < 0.172005, -0.214182, 0.961530> - 21719: < 0.172679, -0.257217, 0.950800> - 21720: < 0.214732, -0.214732, 0.952775> - 21721: < 0.214182, -0.172005, 0.961530> - 21722: < 0.171305, -0.171305, 0.970211> - 21723: < 0.172005, -0.214182, 0.961530> - 21724: < 0.214182, -0.172005, 0.961530> - 21725: < 0.213666, -0.129250, 0.968319> - 21726: < 0.170691, -0.128545, 0.976904> - 21727: < 0.171305, -0.171305, 0.970211> - 21728: < 0.213666, -0.129250, 0.968319> - 21729: < 0.213204, -0.086398, 0.973180> - 21730: < 0.170203, -0.085788, 0.981668> - 21731: < 0.170691, -0.128545, 0.976904> - 21732: < 0.213204, -0.086398, 0.973180> - 21733: < 0.212870, -0.043306, 0.976120> - 21734: < 0.169837, -0.042970, 0.984535> - 21735: < 0.170203, -0.085788, 0.981668> - 21736: < 0.212870, -0.043306, 0.976120> - 21737: < 0.212750, 0.000000, 0.977107> - 21738: < 0.169746, 0.000000, 0.985488> - 21739: < 0.169837, -0.042970, 0.984535> - 21740: < 0.212750, 0.000000, 0.977107> - 21741: < 0.212870, 0.043306, 0.976120> - 21742: < 0.169837, 0.042970, 0.984535> - 21743: < 0.169746, 0.000000, 0.985488> - 21744: < 0.212870, 0.043306, 0.976120> - 21745: < 0.213204, 0.086398, 0.973180> - 21746: < 0.170203, 0.085788, 0.981668> - 21747: < 0.169837, 0.042970, 0.984535> - 21748: < 0.213204, 0.086398, 0.973180> - 21749: < 0.213666, 0.129250, 0.968319> - 21750: < 0.170691, 0.128545, 0.976904> - 21751: < 0.170203, 0.085788, 0.981668> - 21752: < 0.213666, 0.129250, 0.968319> - 21753: < 0.214182, 0.172005, 0.961530> - 21754: < 0.171305, 0.171305, 0.970211> - 21755: < 0.170691, 0.128545, 0.976904> - 21756: < 0.214182, 0.172005, 0.961530> - 21757: < 0.214732, 0.214732, 0.952775> - 21758: < 0.172005, 0.214182, 0.961530> - 21759: < 0.171305, 0.171305, 0.970211> - 21760: < 0.214732, 0.214732, 0.952775> - 21761: < 0.215220, 0.257519, 0.942000> - 21762: < 0.172679, 0.257217, 0.950800> - 21763: < 0.172005, 0.214182, 0.961530> - 21764: < 0.215220, 0.257519, 0.942000> - 21765: < 0.215649, 0.300461, 0.929096> - 21766: < 0.173351, 0.300496, 0.937897> - 21767: < 0.172679, 0.257217, 0.950800> - 21768: < 0.215649, 0.300461, 0.929096> - 21769: < 0.215982, 0.343582, 0.913949> - 21770: < 0.173989, 0.344072, 0.922682> - 21771: < 0.173351, 0.300496, 0.937897> - 21772: < 0.215982, 0.343582, 0.913949> - 21773: < 0.216199, 0.386985, 0.896382> - 21774: < 0.174541, 0.387965, 0.904997> - 21775: < 0.173989, 0.344072, 0.922682> - 21776: < 0.216199, 0.386985, 0.896382> - 21777: < 0.216320, 0.430657, 0.876208> - 21778: < 0.175026, 0.432149, 0.884654> - 21779: < 0.174541, 0.387965, 0.904997> - 21780: < 0.216320, 0.430657, 0.876208> - 21781: < 0.216413, 0.474515, 0.853230> - 21782: < 0.175453, 0.476614, 0.861426> - 21783: < 0.175026, 0.432149, 0.884654> - 21784: < 0.216413, 0.474515, 0.853230> - 21785: < 0.216475, 0.518435, 0.827263> - 21786: < 0.175853, 0.521180, 0.835133> - 21787: < 0.175453, 0.476614, 0.861426> - 21788: < 0.216475, 0.518435, 0.827263> - 21789: < 0.216534, 0.562257, 0.798110> - 21790: < 0.176188, 0.565675, 0.805587> - 21791: < 0.175853, 0.521180, 0.835133> - 21792: < 0.216534, 0.562257, 0.798110> - 21793: < 0.216596, 0.605748, 0.765608> - 21794: < 0.176461, 0.609892, 0.772589> - 21795: < 0.176188, 0.565675, 0.805587> - 21796: < 0.216596, 0.605748, 0.765608> - 21797: < 0.216660, 0.648606, 0.729636> - 21798: < 0.176644, 0.653502, 0.736025> - 21799: < 0.176461, 0.609892, 0.772589> - 21800: < 0.176644, -0.653502, 0.736025> - 21801: < 0.176461, -0.609892, 0.772589> - 21802: < 0.134985, -0.613218, 0.778295> - 21803: < 0.135260, -0.657468, 0.741243> - 21804: < 0.176461, -0.609892, 0.772589> - 21805: < 0.176188, -0.565675, 0.805587> - 21806: < 0.134618, -0.568382, 0.811677> - 21807: < 0.134985, -0.613218, 0.778295> - 21808: < 0.176188, -0.565675, 0.805587> - 21809: < 0.175853, -0.521180, 0.835133> - 21810: < 0.134100, -0.523307, 0.841527> - 21811: < 0.134618, -0.568382, 0.811677> - 21812: < 0.175853, -0.521180, 0.835133> - 21813: < 0.175453, -0.476614, 0.861426> - 21814: < 0.133553, -0.478208, 0.868033> - 21815: < 0.134100, -0.523307, 0.841527> - 21816: < 0.175453, -0.476614, 0.861426> - 21817: < 0.175026, -0.432149, 0.884654> - 21818: < 0.132911, -0.433281, 0.891405> - 21819: < 0.133553, -0.478208, 0.868033> - 21820: < 0.175026, -0.432149, 0.884654> - 21821: < 0.174541, -0.387965, 0.904997> - 21822: < 0.132240, -0.388632, 0.911854> - 21823: < 0.132911, -0.433281, 0.891405> - 21824: < 0.174541, -0.387965, 0.904997> - 21825: < 0.173989, -0.344072, 0.922682> - 21826: < 0.131509, -0.344322, 0.929596> - 21827: < 0.132240, -0.388632, 0.911854> - 21828: < 0.173989, -0.344072, 0.922682> - 21829: < 0.173351, -0.300496, 0.937897> - 21830: < 0.130743, -0.300427, 0.944802> - 21831: < 0.131509, -0.344322, 0.929596> - 21832: < 0.173351, -0.300496, 0.937897> - 21833: < 0.172679, -0.257217, 0.950800> - 21834: < 0.129981, -0.256880, 0.957663> - 21835: < 0.130743, -0.300427, 0.944802> - 21836: < 0.172679, -0.257217, 0.950800> - 21837: < 0.172005, -0.214182, 0.961530> - 21838: < 0.129250, -0.213666, 0.968319> - 21839: < 0.129981, -0.256880, 0.957663> - 21840: < 0.172005, -0.214182, 0.961530> - 21841: < 0.171305, -0.171305, 0.970211> - 21842: < 0.128545, -0.170691, 0.976904> - 21843: < 0.129250, -0.213666, 0.968319> - 21844: < 0.171305, -0.171305, 0.970211> - 21845: < 0.170691, -0.128545, 0.976904> - 21846: < 0.127935, -0.127935, 0.983497> - 21847: < 0.128545, -0.170691, 0.976904> - 21848: < 0.170691, -0.128545, 0.976904> - 21849: < 0.170203, -0.085788, 0.981668> - 21850: < 0.127447, -0.085300, 0.988171> - 21851: < 0.127935, -0.127935, 0.983497> - 21852: < 0.170203, -0.085788, 0.981668> - 21853: < 0.169837, -0.042970, 0.984535> - 21854: < 0.127144, -0.042666, 0.990966> - 21855: < 0.127447, -0.085300, 0.988171> - 21856: < 0.169837, -0.042970, 0.984535> - 21857: < 0.169746, 0.000000, 0.985488> - 21858: < 0.127020, 0.000000, 0.991900> - 21859: < 0.127144, -0.042666, 0.990966> - 21860: < 0.169746, 0.000000, 0.985488> - 21861: < 0.169837, 0.042970, 0.984535> - 21862: < 0.127144, 0.042666, 0.990966> - 21863: < 0.127020, 0.000000, 0.991900> - 21864: < 0.169837, 0.042970, 0.984535> - 21865: < 0.170203, 0.085788, 0.981668> - 21866: < 0.127447, 0.085300, 0.988171> - 21867: < 0.127144, 0.042666, 0.990966> - 21868: < 0.170203, 0.085788, 0.981668> - 21869: < 0.170691, 0.128545, 0.976904> - 21870: < 0.127935, 0.127935, 0.983497> - 21871: < 0.127447, 0.085300, 0.988171> - 21872: < 0.170691, 0.128545, 0.976904> - 21873: < 0.171305, 0.171305, 0.970211> - 21874: < 0.128545, 0.170691, 0.976904> - 21875: < 0.127935, 0.127935, 0.983497> - 21876: < 0.171305, 0.171305, 0.970211> - 21877: < 0.172005, 0.214182, 0.961530> - 21878: < 0.129250, 0.213666, 0.968319> - 21879: < 0.128545, 0.170691, 0.976904> - 21880: < 0.172005, 0.214182, 0.961530> - 21881: < 0.172679, 0.257217, 0.950800> - 21882: < 0.129981, 0.256880, 0.957663> - 21883: < 0.129250, 0.213666, 0.968319> - 21884: < 0.172679, 0.257217, 0.950800> - 21885: < 0.173351, 0.300496, 0.937897> - 21886: < 0.130743, 0.300427, 0.944802> - 21887: < 0.129981, 0.256880, 0.957663> - 21888: < 0.173351, 0.300496, 0.937897> - 21889: < 0.173989, 0.344072, 0.922682> - 21890: < 0.131509, 0.344322, 0.929596> - 21891: < 0.130743, 0.300427, 0.944802> - 21892: < 0.173989, 0.344072, 0.922682> - 21893: < 0.174541, 0.387965, 0.904997> - 21894: < 0.132240, 0.388632, 0.911854> - 21895: < 0.131509, 0.344322, 0.929596> - 21896: < 0.174541, 0.387965, 0.904997> - 21897: < 0.175026, 0.432149, 0.884654> - 21898: < 0.132913, 0.433256, 0.891416> - 21899: < 0.132240, 0.388632, 0.911854> - 21900: < 0.175026, 0.432149, 0.884654> - 21901: < 0.175453, 0.476614, 0.861426> - 21902: < 0.133553, 0.478208, 0.868033> - 21903: < 0.132913, 0.433256, 0.891416> - 21904: < 0.175453, 0.476614, 0.861426> - 21905: < 0.175853, 0.521180, 0.835133> - 21906: < 0.134100, 0.523307, 0.841527> - 21907: < 0.133553, 0.478208, 0.868033> - 21908: < 0.175853, 0.521180, 0.835133> - 21909: < 0.176188, 0.565675, 0.805587> - 21910: < 0.134618, 0.568382, 0.811677> - 21911: < 0.134100, 0.523307, 0.841527> - 21912: < 0.176188, 0.565675, 0.805587> - 21913: < 0.176461, 0.609892, 0.772589> - 21914: < 0.135018, 0.613196, 0.778306> - 21915: < 0.134618, 0.568382, 0.811677> - 21916: < 0.176461, 0.609892, 0.772589> - 21917: < 0.176644, 0.653502, 0.736025> - 21918: < 0.135260, 0.657468, 0.741243> - 21919: < 0.135018, 0.613196, 0.778306> - 21920: < 0.135260, -0.657468, 0.741243> - 21921: < 0.134985, -0.613218, 0.778295> - 21922: < 0.091894, -0.615697, 0.782607> - 21923: < 0.092137, -0.660463, 0.745184> - 21924: < 0.134985, -0.613218, 0.778295> - 21925: < 0.134618, -0.568382, 0.811677> - 21926: < 0.091497, -0.570377, 0.816271> - 21927: < 0.091894, -0.615697, 0.782607> - 21928: < 0.134618, -0.568382, 0.811677> - 21929: < 0.134100, -0.523307, 0.841527> - 21930: < 0.091008, -0.524836, 0.846324> - 21931: < 0.091497, -0.570377, 0.816271> - 21932: < 0.134100, -0.523307, 0.841527> - 21933: < 0.133553, -0.478208, 0.868033> - 21934: < 0.090429, -0.479307, 0.872976> - 21935: < 0.091008, -0.524836, 0.846324> - 21936: < 0.133553, -0.478208, 0.868033> - 21937: < 0.132911, -0.433281, 0.891405> - 21938: < 0.089787, -0.433981, 0.896437> - 21939: < 0.090429, -0.479307, 0.872976> - 21940: < 0.132911, -0.433281, 0.891405> - 21941: < 0.132240, -0.388632, 0.911854> - 21942: < 0.089116, -0.388998, 0.916918> - 21943: < 0.089787, -0.433981, 0.896437> - 21944: < 0.132240, -0.388632, 0.911854> - 21945: < 0.131509, -0.344322, 0.929596> - 21946: < 0.088414, -0.344408, 0.934648> - 21947: < 0.089116, -0.388998, 0.916918> - 21948: < 0.131509, -0.344322, 0.929596> - 21949: < 0.130743, -0.300427, 0.944802> - 21950: < 0.087712, -0.300248, 0.949820> - 21951: < 0.088414, -0.344408, 0.934648> - 21952: < 0.130743, -0.300427, 0.944802> - 21953: < 0.129981, -0.256880, 0.957663> - 21954: < 0.087041, -0.256544, 0.962605> - 21955: < 0.087712, -0.300248, 0.949820> - 21956: < 0.129981, -0.256880, 0.957663> - 21957: < 0.129250, -0.213666, 0.968319> - 21958: < 0.086398, -0.213204, 0.973180> - 21959: < 0.087041, -0.256544, 0.962605> - 21960: < 0.129250, -0.213666, 0.968319> - 21961: < 0.128545, -0.170691, 0.976904> - 21962: < 0.085788, -0.170203, 0.981668> - 21963: < 0.086398, -0.213204, 0.973180> - 21964: < 0.128545, -0.170691, 0.976904> - 21965: < 0.127935, -0.127935, 0.983497> - 21966: < 0.085300, -0.127447, 0.988171> - 21967: < 0.085788, -0.170203, 0.981668> - 21968: < 0.127935, -0.127935, 0.983497> - 21969: < 0.127447, -0.085300, 0.988171> - 21970: < 0.084905, -0.084905, 0.992765> - 21971: < 0.085300, -0.127447, 0.988171> - 21972: < 0.127447, -0.085300, 0.988171> - 21973: < 0.127144, -0.042666, 0.990966> - 21974: < 0.084660, -0.042452, 0.995505> - 21975: < 0.084905, -0.084905, 0.992765> - 21976: < 0.127144, -0.042666, 0.990966> - 21977: < 0.127020, 0.000000, 0.991900> - 21978: < 0.084568, 0.000000, 0.996418> - 21979: < 0.084660, -0.042452, 0.995505> - 21980: < 0.127020, 0.000000, 0.991900> - 21981: < 0.127144, 0.042666, 0.990966> - 21982: < 0.084660, 0.042452, 0.995505> - 21983: < 0.084568, 0.000000, 0.996418> - 21984: < 0.127144, 0.042666, 0.990966> - 21985: < 0.127447, 0.085300, 0.988171> - 21986: < 0.084905, 0.084905, 0.992765> - 21987: < 0.084660, 0.042452, 0.995505> - 21988: < 0.127447, 0.085300, 0.988171> - 21989: < 0.127935, 0.127935, 0.983497> - 21990: < 0.085300, 0.127447, 0.988171> - 21991: < 0.084905, 0.084905, 0.992765> - 21992: < 0.127935, 0.127935, 0.983497> - 21993: < 0.128545, 0.170691, 0.976904> - 21994: < 0.085788, 0.170203, 0.981668> - 21995: < 0.085300, 0.127447, 0.988171> - 21996: < 0.128545, 0.170691, 0.976904> - 21997: < 0.129250, 0.213666, 0.968319> - 21998: < 0.086398, 0.213204, 0.973180> - 21999: < 0.085788, 0.170203, 0.981668> - 22000: < 0.129250, 0.213666, 0.968319> - 22001: < 0.129981, 0.256880, 0.957663> - 22002: < 0.087041, 0.256544, 0.962605> - 22003: < 0.086398, 0.213204, 0.973180> - 22004: < 0.129981, 0.256880, 0.957663> - 22005: < 0.130743, 0.300427, 0.944802> - 22006: < 0.087712, 0.300248, 0.949820> - 22007: < 0.087041, 0.256544, 0.962605> - 22008: < 0.130743, 0.300427, 0.944802> - 22009: < 0.131509, 0.344322, 0.929596> - 22010: < 0.088414, 0.344408, 0.934648> - 22011: < 0.087712, 0.300248, 0.949820> - 22012: < 0.131509, 0.344322, 0.929596> - 22013: < 0.132240, 0.388632, 0.911854> - 22014: < 0.089116, 0.388998, 0.916918> - 22015: < 0.088414, 0.344408, 0.934648> - 22016: < 0.132240, 0.388632, 0.911854> - 22017: < 0.132913, 0.433256, 0.891416> - 22018: < 0.089787, 0.433981, 0.896437> - 22019: < 0.089116, 0.388998, 0.916918> - 22020: < 0.132913, 0.433256, 0.891416> - 22021: < 0.133553, 0.478208, 0.868033> - 22022: < 0.090429, 0.479307, 0.872976> - 22023: < 0.089787, 0.433981, 0.896437> - 22024: < 0.133553, 0.478208, 0.868033> - 22025: < 0.134100, 0.523307, 0.841527> - 22026: < 0.091008, 0.524836, 0.846324> - 22027: < 0.090429, 0.479307, 0.872976> - 22028: < 0.134100, 0.523307, 0.841527> - 22029: < 0.134618, 0.568382, 0.811677> - 22030: < 0.091497, 0.570377, 0.816271> - 22031: < 0.091008, 0.524836, 0.846324> - 22032: < 0.134618, 0.568382, 0.811677> - 22033: < 0.135018, 0.613196, 0.778306> - 22034: < 0.091894, 0.615697, 0.782607> - 22035: < 0.091497, 0.570377, 0.816271> - 22036: < 0.135018, 0.613196, 0.778306> - 22037: < 0.135260, 0.657468, 0.741243> - 22038: < 0.092137, 0.660463, 0.745184> - 22039: < 0.091894, 0.615697, 0.782607> - 22040: < 0.092137, -0.660463, 0.745184> - 22041: < 0.091894, -0.615697, 0.782607> - 22042: < 0.046847, -0.617246, 0.785375> - 22043: < 0.046999, -0.662354, 0.747715> - 22044: < 0.091894, -0.615697, 0.782607> - 22045: < 0.091497, -0.570377, 0.816271> - 22046: < 0.046573, -0.571602, 0.819208> - 22047: < 0.046847, -0.617246, 0.785375> - 22048: < 0.091497, -0.570377, 0.816271> - 22049: < 0.091008, -0.524836, 0.846324> - 22050: < 0.046267, -0.525753, 0.849378> - 22051: < 0.046573, -0.571602, 0.819208> - 22052: < 0.091008, -0.524836, 0.846324> - 22053: < 0.090429, -0.479307, 0.872976> - 22054: < 0.045871, -0.479951, 0.876095> - 22055: < 0.046267, -0.525753, 0.849378> - 22056: < 0.090429, -0.479307, 0.872976> - 22057: < 0.089787, -0.433981, 0.896437> - 22058: < 0.045443, -0.434379, 0.899583> - 22059: < 0.045871, -0.479951, 0.876095> - 22060: < 0.089787, -0.433981, 0.896437> - 22061: < 0.089116, -0.388998, 0.916918> - 22062: < 0.045016, -0.389180, 0.920061> - 22063: < 0.045443, -0.434379, 0.899583> - 22064: < 0.089116, -0.388998, 0.916918> - 22065: < 0.088414, -0.344408, 0.934648> - 22066: < 0.044558, -0.344409, 0.937762> - 22067: < 0.045016, -0.389180, 0.920061> - 22068: < 0.088414, -0.344408, 0.934648> - 22069: < 0.087712, -0.300248, 0.949820> - 22070: < 0.044130, -0.300092, 0.952889> - 22071: < 0.044558, -0.344409, 0.937762> - 22072: < 0.087712, -0.300248, 0.949820> - 22073: < 0.087041, -0.256544, 0.962605> - 22074: < 0.043703, -0.256267, 0.965618> - 22075: < 0.044130, -0.300092, 0.952889> - 22076: < 0.087041, -0.256544, 0.962605> - 22077: < 0.086398, -0.213204, 0.973180> - 22078: < 0.043306, -0.212870, 0.976120> - 22079: < 0.043703, -0.256267, 0.965618> - 22080: < 0.086398, -0.213204, 0.973180> - 22081: < 0.085788, -0.170203, 0.981668> - 22082: < 0.042970, -0.169866, 0.984530> - 22083: < 0.043306, -0.212870, 0.976120> - 22084: < 0.085788, -0.170203, 0.981668> - 22085: < 0.085300, -0.127447, 0.988171> - 22086: < 0.042666, -0.127144, 0.990966> - 22087: < 0.042970, -0.169866, 0.984530> - 22088: < 0.085300, -0.127447, 0.988171> - 22089: < 0.084905, -0.084905, 0.992765> - 22090: < 0.042452, -0.084660, 0.995505> - 22091: < 0.042666, -0.127144, 0.990966> - 22092: < 0.084905, -0.084905, 0.992765> - 22093: < 0.084660, -0.042452, 0.995505> - 22094: < 0.042299, -0.042299, 0.998209> - 22095: < 0.042452, -0.084660, 0.995505> - 22096: < 0.084660, -0.042452, 0.995505> - 22097: < 0.084568, 0.000000, 0.996418> - 22098: < 0.042239, 0.000000, 0.999108> - 22099: < 0.042299, -0.042299, 0.998209> - 22100: < 0.084568, 0.000000, 0.996418> - 22101: < 0.084660, 0.042452, 0.995505> - 22102: < 0.042299, 0.042299, 0.998209> - 22103: < 0.042239, 0.000000, 0.999108> - 22104: < 0.084660, 0.042452, 0.995505> - 22105: < 0.084905, 0.084905, 0.992765> - 22106: < 0.042452, 0.084660, 0.995505> - 22107: < 0.042299, 0.042299, 0.998209> - 22108: < 0.084905, 0.084905, 0.992765> - 22109: < 0.085300, 0.127447, 0.988171> - 22110: < 0.042666, 0.127144, 0.990966> - 22111: < 0.042452, 0.084660, 0.995505> - 22112: < 0.085300, 0.127447, 0.988171> - 22113: < 0.085788, 0.170203, 0.981668> - 22114: < 0.042970, 0.169837, 0.984535> - 22115: < 0.042666, 0.127144, 0.990966> - 22116: < 0.085788, 0.170203, 0.981668> - 22117: < 0.086398, 0.213204, 0.973180> - 22118: < 0.043306, 0.212870, 0.976120> - 22119: < 0.042970, 0.169837, 0.984535> - 22120: < 0.086398, 0.213204, 0.973180> - 22121: < 0.087041, 0.256544, 0.962605> - 22122: < 0.043703, 0.256267, 0.965618> - 22123: < 0.043306, 0.212870, 0.976120> - 22124: < 0.087041, 0.256544, 0.962605> - 22125: < 0.087712, 0.300248, 0.949820> - 22126: < 0.044130, 0.300092, 0.952889> - 22127: < 0.043703, 0.256267, 0.965618> - 22128: < 0.087712, 0.300248, 0.949820> - 22129: < 0.088414, 0.344408, 0.934648> - 22130: < 0.044558, 0.344409, 0.937762> - 22131: < 0.044130, 0.300092, 0.952889> - 22132: < 0.088414, 0.344408, 0.934648> - 22133: < 0.089116, 0.388998, 0.916918> - 22134: < 0.045016, 0.389180, 0.920061> - 22135: < 0.044558, 0.344409, 0.937762> - 22136: < 0.089116, 0.388998, 0.916918> - 22137: < 0.089787, 0.433981, 0.896437> - 22138: < 0.045443, 0.434379, 0.899583> - 22139: < 0.045016, 0.389180, 0.920061> - 22140: < 0.089787, 0.433981, 0.896437> - 22141: < 0.090429, 0.479307, 0.872976> - 22142: < 0.045871, 0.479951, 0.876095> - 22143: < 0.045443, 0.434379, 0.899583> - 22144: < 0.090429, 0.479307, 0.872976> - 22145: < 0.091008, 0.524836, 0.846324> - 22146: < 0.046267, 0.525753, 0.849378> - 22147: < 0.045871, 0.479951, 0.876095> - 22148: < 0.091008, 0.524836, 0.846324> - 22149: < 0.091497, 0.570377, 0.816271> - 22150: < 0.046573, 0.571602, 0.819208> - 22151: < 0.046267, 0.525753, 0.849378> - 22152: < 0.091497, 0.570377, 0.816271> - 22153: < 0.091894, 0.615697, 0.782607> - 22154: < 0.046847, 0.617246, 0.785375> - 22155: < 0.046573, 0.571602, 0.819208> - 22156: < 0.091894, 0.615697, 0.782607> - 22157: < 0.092137, 0.660463, 0.745184> - 22158: < 0.046999, 0.662354, 0.747715> - 22159: < 0.046847, 0.617246, 0.785375> - 22160: < 0.046999, -0.662354, 0.747715> - 22161: < 0.046847, -0.617246, 0.785375> - 22162: < 0.000000, -0.617789, 0.786344> - 22163: < 0.000000, -0.663024, 0.748599> - 22164: < 0.046847, -0.617246, 0.785375> - 22165: < 0.046573, -0.571602, 0.819208> - 22166: < 0.000000, -0.572024, 0.820237> - 22167: < 0.000000, -0.617789, 0.786344> - 22168: < 0.046573, -0.571602, 0.819208> - 22169: < 0.046267, -0.525753, 0.849378> - 22170: < 0.000000, -0.526081, 0.850434> - 22171: < 0.000000, -0.572024, 0.820237> - 22172: < 0.046267, -0.525753, 0.849378> - 22173: < 0.045871, -0.479951, 0.876095> - 22174: < 0.000000, -0.480182, 0.877169> - 22175: < 0.000000, -0.526081, 0.850434> - 22176: < 0.045871, -0.479951, 0.876095> - 22177: < 0.045443, -0.434379, 0.899583> - 22178: < 0.000000, -0.434534, 0.900655> - 22179: < 0.000000, -0.480182, 0.877169> - 22180: < 0.045443, -0.434379, 0.899583> - 22181: < 0.045016, -0.389180, 0.920061> - 22182: < 0.000000, -0.389244, 0.921135> - 22183: < 0.000000, -0.434534, 0.900655> - 22184: < 0.045016, -0.389180, 0.920061> - 22185: < 0.044558, -0.344409, 0.937762> - 22186: < 0.000000, -0.344405, 0.938821> - 22187: < 0.000000, -0.389244, 0.921135> - 22188: < 0.044558, -0.344409, 0.937762> - 22189: < 0.044130, -0.300092, 0.952889> - 22190: < 0.000000, -0.300059, 0.953921> - 22191: < 0.000000, -0.344405, 0.938821> - 22192: < 0.044130, -0.300092, 0.952889> - 22193: < 0.043703, -0.256267, 0.965618> - 22194: < 0.000000, -0.256177, 0.966630> - 22195: < 0.000000, -0.300059, 0.953921> - 22196: < 0.043703, -0.256267, 0.965618> - 22197: < 0.043306, -0.212870, 0.976120> - 22198: < 0.000000, -0.212750, 0.977107> - 22199: < 0.000000, -0.256177, 0.966630> - 22200: < 0.043306, -0.212870, 0.976120> - 22201: < 0.042970, -0.169866, 0.984530> - 22202: < 0.000000, -0.169746, 0.985488> - 22203: < 0.000000, -0.212750, 0.977107> - 22204: < 0.042970, -0.169866, 0.984530> - 22205: < 0.042666, -0.127144, 0.990966> - 22206: < 0.000000, -0.127020, 0.991900> - 22207: < 0.000000, -0.169746, 0.985488> - 22208: < 0.042666, -0.127144, 0.990966> - 22209: < 0.042452, -0.084660, 0.995505> - 22210: < 0.000000, -0.084568, 0.996418> - 22211: < 0.000000, -0.127020, 0.991900> - 22212: < 0.042452, -0.084660, 0.995505> - 22213: < 0.042299, -0.042299, 0.998209> - 22214: < 0.000000, -0.042239, 0.999108> - 22215: < 0.000000, -0.084568, 0.996418> - 22216: < 0.042299, -0.042299, 0.998209> - 22217: < 0.042239, 0.000000, 0.999108> - 22218: < 0.000000, 0.000000, 1.000000> - 22219: < 0.000000, -0.042239, 0.999108> - 22220: < 0.042239, 0.000000, 0.999108> - 22221: < 0.042299, 0.042299, 0.998209> - 22222: < 0.000000, 0.042239, 0.999108> - 22223: < 0.000000, 0.000000, 1.000000> - 22224: < 0.042299, 0.042299, 0.998209> - 22225: < 0.042452, 0.084660, 0.995505> - 22226: < 0.000000, 0.084568, 0.996418> - 22227: < 0.000000, 0.042239, 0.999108> - 22228: < 0.042452, 0.084660, 0.995505> - 22229: < 0.042666, 0.127144, 0.990966> - 22230: < 0.000000, 0.127020, 0.991900> - 22231: < 0.000000, 0.084568, 0.996418> - 22232: < 0.042666, 0.127144, 0.990966> - 22233: < 0.042970, 0.169837, 0.984535> - 22234: < 0.000000, 0.169746, 0.985488> - 22235: < 0.000000, 0.127020, 0.991900> - 22236: < 0.042970, 0.169837, 0.984535> - 22237: < 0.043306, 0.212870, 0.976120> - 22238: < 0.000000, 0.212750, 0.977107> - 22239: < 0.000000, 0.169746, 0.985488> - 22240: < 0.043306, 0.212870, 0.976120> - 22241: < 0.043703, 0.256267, 0.965618> - 22242: < 0.000000, 0.256177, 0.966630> - 22243: < 0.000000, 0.212750, 0.977107> - 22244: < 0.043703, 0.256267, 0.965618> - 22245: < 0.044130, 0.300092, 0.952889> - 22246: < 0.000000, 0.300059, 0.953921> - 22247: < 0.000000, 0.256177, 0.966630> - 22248: < 0.044130, 0.300092, 0.952889> - 22249: < 0.044558, 0.344409, 0.937762> - 22250: < 0.000000, 0.344405, 0.938821> - 22251: < 0.000000, 0.300059, 0.953921> - 22252: < 0.044558, 0.344409, 0.937762> - 22253: < 0.045016, 0.389180, 0.920061> - 22254: < 0.000000, 0.389244, 0.921135> - 22255: < 0.000000, 0.344405, 0.938821> - 22256: < 0.045016, 0.389180, 0.920061> - 22257: < 0.045443, 0.434379, 0.899583> - 22258: < 0.000000, 0.434534, 0.900655> - 22259: < 0.000000, 0.389244, 0.921135> - 22260: < 0.045443, 0.434379, 0.899583> - 22261: < 0.045871, 0.479951, 0.876095> - 22262: < 0.000000, 0.480182, 0.877169> - 22263: < 0.000000, 0.434534, 0.900655> - 22264: < 0.045871, 0.479951, 0.876095> - 22265: < 0.046267, 0.525753, 0.849378> - 22266: < 0.000000, 0.526081, 0.850434> - 22267: < 0.000000, 0.480182, 0.877169> - 22268: < 0.046267, 0.525753, 0.849378> - 22269: < 0.046573, 0.571602, 0.819208> - 22270: < 0.000000, 0.572024, 0.820237> - 22271: < 0.000000, 0.526081, 0.850434> - 22272: < 0.046573, 0.571602, 0.819208> - 22273: < 0.046847, 0.617246, 0.785375> - 22274: < 0.000000, 0.617789, 0.786344> - 22275: < 0.000000, 0.572024, 0.820237> - 22276: < 0.046847, 0.617246, 0.785375> - 22277: < 0.046999, 0.662354, 0.747715> - 22278: < 0.000000, 0.663024, 0.748599> - 22279: < 0.000000, 0.617789, 0.786344> - 22280: < 0.000000, -0.663024, 0.748599> - 22281: < 0.000000, -0.617789, 0.786344> - 22282: <-0.046847, -0.617246, 0.785375> - 22283: <-0.046999, -0.662354, 0.747715> - 22284: < 0.000000, -0.617789, 0.786344> - 22285: < 0.000000, -0.572024, 0.820237> - 22286: <-0.046573, -0.571602, 0.819208> - 22287: <-0.046847, -0.617246, 0.785375> - 22288: < 0.000000, -0.572024, 0.820237> - 22289: < 0.000000, -0.526081, 0.850434> - 22290: <-0.046267, -0.525753, 0.849378> - 22291: <-0.046573, -0.571602, 0.819208> - 22292: < 0.000000, -0.526081, 0.850434> - 22293: < 0.000000, -0.480182, 0.877169> - 22294: <-0.045871, -0.479951, 0.876095> - 22295: <-0.046267, -0.525753, 0.849378> - 22296: < 0.000000, -0.480182, 0.877169> - 22297: < 0.000000, -0.434534, 0.900655> - 22298: <-0.045443, -0.434379, 0.899583> - 22299: <-0.045871, -0.479951, 0.876095> - 22300: < 0.000000, -0.434534, 0.900655> - 22301: < 0.000000, -0.389244, 0.921135> - 22302: <-0.045016, -0.389180, 0.920061> - 22303: <-0.045443, -0.434379, 0.899583> - 22304: < 0.000000, -0.389244, 0.921135> - 22305: < 0.000000, -0.344405, 0.938821> - 22306: <-0.044558, -0.344409, 0.937762> - 22307: <-0.045016, -0.389180, 0.920061> - 22308: < 0.000000, -0.344405, 0.938821> - 22309: < 0.000000, -0.300059, 0.953921> - 22310: <-0.044130, -0.300119, 0.952880> - 22311: <-0.044558, -0.344409, 0.937762> - 22312: < 0.000000, -0.300059, 0.953921> - 22313: < 0.000000, -0.256177, 0.966630> - 22314: <-0.043703, -0.256267, 0.965618> - 22315: <-0.044130, -0.300119, 0.952880> - 22316: < 0.000000, -0.256177, 0.966630> - 22317: < 0.000000, -0.212750, 0.977107> - 22318: <-0.043306, -0.212870, 0.976120> - 22319: <-0.043703, -0.256267, 0.965618> - 22320: < 0.000000, -0.212750, 0.977107> - 22321: < 0.000000, -0.169746, 0.985488> - 22322: <-0.042970, -0.169837, 0.984535> - 22323: <-0.043306, -0.212870, 0.976120> - 22324: < 0.000000, -0.169746, 0.985488> - 22325: < 0.000000, -0.127020, 0.991900> - 22326: <-0.042666, -0.127144, 0.990966> - 22327: <-0.042970, -0.169837, 0.984535> - 22328: < 0.000000, -0.127020, 0.991900> - 22329: < 0.000000, -0.084568, 0.996418> - 22330: <-0.042452, -0.084660, 0.995505> - 22331: <-0.042666, -0.127144, 0.990966> - 22332: < 0.000000, -0.084568, 0.996418> - 22333: < 0.000000, -0.042239, 0.999108> - 22334: <-0.042299, -0.042299, 0.998209> - 22335: <-0.042452, -0.084660, 0.995505> - 22336: < 0.000000, -0.042239, 0.999108> - 22337: < 0.000000, 0.000000, 1.000000> - 22338: <-0.042239, 0.000000, 0.999108> - 22339: <-0.042299, -0.042299, 0.998209> - 22340: < 0.000000, 0.000000, 1.000000> - 22341: < 0.000000, 0.042239, 0.999108> - 22342: <-0.042299, 0.042299, 0.998209> - 22343: <-0.042239, 0.000000, 0.999108> - 22344: < 0.000000, 0.042239, 0.999108> - 22345: < 0.000000, 0.084568, 0.996418> - 22346: <-0.042452, 0.084660, 0.995505> - 22347: <-0.042299, 0.042299, 0.998209> - 22348: < 0.000000, 0.084568, 0.996418> - 22349: < 0.000000, 0.127020, 0.991900> - 22350: <-0.042666, 0.127144, 0.990966> - 22351: <-0.042452, 0.084660, 0.995505> - 22352: < 0.000000, 0.127020, 0.991900> - 22353: < 0.000000, 0.169746, 0.985488> - 22354: <-0.042970, 0.169866, 0.984530> - 22355: <-0.042666, 0.127144, 0.990966> - 22356: < 0.000000, 0.169746, 0.985488> - 22357: < 0.000000, 0.212750, 0.977107> - 22358: <-0.043306, 0.212870, 0.976120> - 22359: <-0.042970, 0.169866, 0.984530> - 22360: < 0.000000, 0.212750, 0.977107> - 22361: < 0.000000, 0.256177, 0.966630> - 22362: <-0.043703, 0.256267, 0.965618> - 22363: <-0.043306, 0.212870, 0.976120> - 22364: < 0.000000, 0.256177, 0.966630> - 22365: < 0.000000, 0.300059, 0.953921> - 22366: <-0.044130, 0.300092, 0.952889> - 22367: <-0.043703, 0.256267, 0.965618> - 22368: < 0.000000, 0.300059, 0.953921> - 22369: < 0.000000, 0.344405, 0.938821> - 22370: <-0.044558, 0.344409, 0.937762> - 22371: <-0.044130, 0.300092, 0.952889> - 22372: < 0.000000, 0.344405, 0.938821> - 22373: < 0.000000, 0.389244, 0.921135> - 22374: <-0.045016, 0.389180, 0.920061> - 22375: <-0.044558, 0.344409, 0.937762> - 22376: < 0.000000, 0.389244, 0.921135> - 22377: < 0.000000, 0.434534, 0.900655> - 22378: <-0.045443, 0.434379, 0.899583> - 22379: <-0.045016, 0.389180, 0.920061> - 22380: < 0.000000, 0.434534, 0.900655> - 22381: < 0.000000, 0.480182, 0.877169> - 22382: <-0.045871, 0.479951, 0.876095> - 22383: <-0.045443, 0.434379, 0.899583> - 22384: < 0.000000, 0.480182, 0.877169> - 22385: < 0.000000, 0.526081, 0.850434> - 22386: <-0.046267, 0.525753, 0.849378> - 22387: <-0.045871, 0.479951, 0.876095> - 22388: < 0.000000, 0.526081, 0.850434> - 22389: < 0.000000, 0.572024, 0.820237> - 22390: <-0.046573, 0.571602, 0.819208> - 22391: <-0.046267, 0.525753, 0.849378> - 22392: < 0.000000, 0.572024, 0.820237> - 22393: < 0.000000, 0.617789, 0.786344> - 22394: <-0.046847, 0.617246, 0.785375> - 22395: <-0.046573, 0.571602, 0.819208> - 22396: < 0.000000, 0.617789, 0.786344> - 22397: < 0.000000, 0.663024, 0.748599> - 22398: <-0.046999, 0.662354, 0.747715> - 22399: <-0.046847, 0.617246, 0.785375> - 22400: <-0.046999, -0.662354, 0.747715> - 22401: <-0.046847, -0.617246, 0.785375> - 22402: <-0.091894, -0.615697, 0.782607> - 22403: <-0.092137, -0.660463, 0.745184> - 22404: <-0.046847, -0.617246, 0.785375> - 22405: <-0.046573, -0.571602, 0.819208> - 22406: <-0.091497, -0.570377, 0.816271> - 22407: <-0.091894, -0.615697, 0.782607> - 22408: <-0.046573, -0.571602, 0.819208> - 22409: <-0.046267, -0.525753, 0.849378> - 22410: <-0.091008, -0.524836, 0.846324> - 22411: <-0.091497, -0.570377, 0.816271> - 22412: <-0.046267, -0.525753, 0.849378> - 22413: <-0.045871, -0.479951, 0.876095> - 22414: <-0.090429, -0.479307, 0.872976> - 22415: <-0.091008, -0.524836, 0.846324> - 22416: <-0.045871, -0.479951, 0.876095> - 22417: <-0.045443, -0.434379, 0.899583> - 22418: <-0.089787, -0.433981, 0.896437> - 22419: <-0.090429, -0.479307, 0.872976> - 22420: <-0.045443, -0.434379, 0.899583> - 22421: <-0.045016, -0.389180, 0.920061> - 22422: <-0.089116, -0.388998, 0.916918> - 22423: <-0.089787, -0.433981, 0.896437> - 22424: <-0.045016, -0.389180, 0.920061> - 22425: <-0.044558, -0.344409, 0.937762> - 22426: <-0.088414, -0.344408, 0.934648> - 22427: <-0.089116, -0.388998, 0.916918> - 22428: <-0.044558, -0.344409, 0.937762> - 22429: <-0.044130, -0.300119, 0.952880> - 22430: <-0.087712, -0.300248, 0.949820> - 22431: <-0.088414, -0.344408, 0.934648> - 22432: <-0.044130, -0.300119, 0.952880> - 22433: <-0.043703, -0.256267, 0.965618> - 22434: <-0.087041, -0.256544, 0.962605> - 22435: <-0.087712, -0.300248, 0.949820> - 22436: <-0.043703, -0.256267, 0.965618> - 22437: <-0.043306, -0.212870, 0.976120> - 22438: <-0.086398, -0.213204, 0.973180> - 22439: <-0.087041, -0.256544, 0.962605> - 22440: <-0.043306, -0.212870, 0.976120> - 22441: <-0.042970, -0.169837, 0.984535> - 22442: <-0.085788, -0.170203, 0.981668> - 22443: <-0.086398, -0.213204, 0.973180> - 22444: <-0.042970, -0.169837, 0.984535> - 22445: <-0.042666, -0.127144, 0.990966> - 22446: <-0.085300, -0.127447, 0.988171> - 22447: <-0.085788, -0.170203, 0.981668> - 22448: <-0.042666, -0.127144, 0.990966> - 22449: <-0.042452, -0.084660, 0.995505> - 22450: <-0.084905, -0.084905, 0.992765> - 22451: <-0.085300, -0.127447, 0.988171> - 22452: <-0.042452, -0.084660, 0.995505> - 22453: <-0.042299, -0.042299, 0.998209> - 22454: <-0.084660, -0.042452, 0.995505> - 22455: <-0.084905, -0.084905, 0.992765> - 22456: <-0.042299, -0.042299, 0.998209> - 22457: <-0.042239, 0.000000, 0.999108> - 22458: <-0.084568, 0.000000, 0.996418> - 22459: <-0.084660, -0.042452, 0.995505> - 22460: <-0.042239, 0.000000, 0.999108> - 22461: <-0.042299, 0.042299, 0.998209> - 22462: <-0.084660, 0.042452, 0.995505> - 22463: <-0.084568, 0.000000, 0.996418> - 22464: <-0.042299, 0.042299, 0.998209> - 22465: <-0.042452, 0.084660, 0.995505> - 22466: <-0.084905, 0.084905, 0.992765> - 22467: <-0.084660, 0.042452, 0.995505> - 22468: <-0.042452, 0.084660, 0.995505> - 22469: <-0.042666, 0.127144, 0.990966> - 22470: <-0.085300, 0.127447, 0.988171> - 22471: <-0.084905, 0.084905, 0.992765> - 22472: <-0.042666, 0.127144, 0.990966> - 22473: <-0.042970, 0.169866, 0.984530> - 22474: <-0.085788, 0.170203, 0.981668> - 22475: <-0.085300, 0.127447, 0.988171> - 22476: <-0.042970, 0.169866, 0.984530> - 22477: <-0.043306, 0.212870, 0.976120> - 22478: <-0.086398, 0.213204, 0.973180> - 22479: <-0.085788, 0.170203, 0.981668> - 22480: <-0.043306, 0.212870, 0.976120> - 22481: <-0.043703, 0.256267, 0.965618> - 22482: <-0.087041, 0.256544, 0.962605> - 22483: <-0.086398, 0.213204, 0.973180> - 22484: <-0.043703, 0.256267, 0.965618> - 22485: <-0.044130, 0.300092, 0.952889> - 22486: <-0.087712, 0.300248, 0.949820> - 22487: <-0.087041, 0.256544, 0.962605> - 22488: <-0.044130, 0.300092, 0.952889> - 22489: <-0.044558, 0.344409, 0.937762> - 22490: <-0.088414, 0.344408, 0.934648> - 22491: <-0.087712, 0.300248, 0.949820> - 22492: <-0.044558, 0.344409, 0.937762> - 22493: <-0.045016, 0.389180, 0.920061> - 22494: <-0.089116, 0.388998, 0.916918> - 22495: <-0.088414, 0.344408, 0.934648> - 22496: <-0.045016, 0.389180, 0.920061> - 22497: <-0.045443, 0.434379, 0.899583> - 22498: <-0.089787, 0.433981, 0.896437> - 22499: <-0.089116, 0.388998, 0.916918> - 22500: <-0.045443, 0.434379, 0.899583> - 22501: <-0.045871, 0.479951, 0.876095> - 22502: <-0.090429, 0.479307, 0.872976> - 22503: <-0.089787, 0.433981, 0.896437> - 22504: <-0.045871, 0.479951, 0.876095> - 22505: <-0.046267, 0.525753, 0.849378> - 22506: <-0.091008, 0.524836, 0.846324> - 22507: <-0.090429, 0.479307, 0.872976> - 22508: <-0.046267, 0.525753, 0.849378> - 22509: <-0.046573, 0.571602, 0.819208> - 22510: <-0.091497, 0.570377, 0.816271> - 22511: <-0.091008, 0.524836, 0.846324> - 22512: <-0.046573, 0.571602, 0.819208> - 22513: <-0.046847, 0.617246, 0.785375> - 22514: <-0.091894, 0.615697, 0.782607> - 22515: <-0.091497, 0.570377, 0.816271> - 22516: <-0.046847, 0.617246, 0.785375> - 22517: <-0.046999, 0.662354, 0.747715> - 22518: <-0.092137, 0.660463, 0.745184> - 22519: <-0.091894, 0.615697, 0.782607> - 22520: <-0.092137, -0.660463, 0.745184> - 22521: <-0.091894, -0.615697, 0.782607> - 22522: <-0.134985, -0.613218, 0.778295> - 22523: <-0.135260, -0.657468, 0.741243> - 22524: <-0.091894, -0.615697, 0.782607> - 22525: <-0.091497, -0.570377, 0.816271> - 22526: <-0.134618, -0.568382, 0.811677> - 22527: <-0.134985, -0.613218, 0.778295> - 22528: <-0.091497, -0.570377, 0.816271> - 22529: <-0.091008, -0.524836, 0.846324> - 22530: <-0.134100, -0.523307, 0.841527> - 22531: <-0.134618, -0.568382, 0.811677> - 22532: <-0.091008, -0.524836, 0.846324> - 22533: <-0.090429, -0.479307, 0.872976> - 22534: <-0.133553, -0.478208, 0.868033> - 22535: <-0.134100, -0.523307, 0.841527> - 22536: <-0.090429, -0.479307, 0.872976> - 22537: <-0.089787, -0.433981, 0.896437> - 22538: <-0.132911, -0.433281, 0.891405> - 22539: <-0.133553, -0.478208, 0.868033> - 22540: <-0.089787, -0.433981, 0.896437> - 22541: <-0.089116, -0.388998, 0.916918> - 22542: <-0.132240, -0.388632, 0.911854> - 22543: <-0.132911, -0.433281, 0.891405> - 22544: <-0.089116, -0.388998, 0.916918> - 22545: <-0.088414, -0.344408, 0.934648> - 22546: <-0.131509, -0.344322, 0.929596> - 22547: <-0.132240, -0.388632, 0.911854> - 22548: <-0.088414, -0.344408, 0.934648> - 22549: <-0.087712, -0.300248, 0.949820> - 22550: <-0.130743, -0.300427, 0.944802> - 22551: <-0.131509, -0.344322, 0.929596> - 22552: <-0.087712, -0.300248, 0.949820> - 22553: <-0.087041, -0.256544, 0.962605> - 22554: <-0.129981, -0.256880, 0.957663> - 22555: <-0.130743, -0.300427, 0.944802> - 22556: <-0.087041, -0.256544, 0.962605> - 22557: <-0.086398, -0.213204, 0.973180> - 22558: <-0.129250, -0.213666, 0.968319> - 22559: <-0.129981, -0.256880, 0.957663> - 22560: <-0.086398, -0.213204, 0.973180> - 22561: <-0.085788, -0.170203, 0.981668> - 22562: <-0.128545, -0.170691, 0.976904> - 22563: <-0.129250, -0.213666, 0.968319> - 22564: <-0.085788, -0.170203, 0.981668> - 22565: <-0.085300, -0.127447, 0.988171> - 22566: <-0.127935, -0.127935, 0.983497> - 22567: <-0.128545, -0.170691, 0.976904> - 22568: <-0.085300, -0.127447, 0.988171> - 22569: <-0.084905, -0.084905, 0.992765> - 22570: <-0.127447, -0.085300, 0.988171> - 22571: <-0.127935, -0.127935, 0.983497> - 22572: <-0.084905, -0.084905, 0.992765> - 22573: <-0.084660, -0.042452, 0.995505> - 22574: <-0.127144, -0.042666, 0.990966> - 22575: <-0.127447, -0.085300, 0.988171> - 22576: <-0.084660, -0.042452, 0.995505> - 22577: <-0.084568, 0.000000, 0.996418> - 22578: <-0.127020, 0.000000, 0.991900> - 22579: <-0.127144, -0.042666, 0.990966> - 22580: <-0.084568, 0.000000, 0.996418> - 22581: <-0.084660, 0.042452, 0.995505> - 22582: <-0.127144, 0.042666, 0.990966> - 22583: <-0.127020, 0.000000, 0.991900> - 22584: <-0.084660, 0.042452, 0.995505> - 22585: <-0.084905, 0.084905, 0.992765> - 22586: <-0.127447, 0.085300, 0.988171> - 22587: <-0.127144, 0.042666, 0.990966> - 22588: <-0.084905, 0.084905, 0.992765> - 22589: <-0.085300, 0.127447, 0.988171> - 22590: <-0.127935, 0.127935, 0.983497> - 22591: <-0.127447, 0.085300, 0.988171> - 22592: <-0.085300, 0.127447, 0.988171> - 22593: <-0.085788, 0.170203, 0.981668> - 22594: <-0.128545, 0.170691, 0.976904> - 22595: <-0.127935, 0.127935, 0.983497> - 22596: <-0.085788, 0.170203, 0.981668> - 22597: <-0.086398, 0.213204, 0.973180> - 22598: <-0.129250, 0.213666, 0.968319> - 22599: <-0.128545, 0.170691, 0.976904> - 22600: <-0.086398, 0.213204, 0.973180> - 22601: <-0.087041, 0.256544, 0.962605> - 22602: <-0.129981, 0.256880, 0.957663> - 22603: <-0.129250, 0.213666, 0.968319> - 22604: <-0.087041, 0.256544, 0.962605> - 22605: <-0.087712, 0.300248, 0.949820> - 22606: <-0.130743, 0.300427, 0.944802> - 22607: <-0.129981, 0.256880, 0.957663> - 22608: <-0.087712, 0.300248, 0.949820> - 22609: <-0.088414, 0.344408, 0.934648> - 22610: <-0.131509, 0.344322, 0.929596> - 22611: <-0.130743, 0.300427, 0.944802> - 22612: <-0.088414, 0.344408, 0.934648> - 22613: <-0.089116, 0.388998, 0.916918> - 22614: <-0.132240, 0.388632, 0.911854> - 22615: <-0.131509, 0.344322, 0.929596> - 22616: <-0.089116, 0.388998, 0.916918> - 22617: <-0.089787, 0.433981, 0.896437> - 22618: <-0.132913, 0.433256, 0.891416> - 22619: <-0.132240, 0.388632, 0.911854> - 22620: <-0.089787, 0.433981, 0.896437> - 22621: <-0.090429, 0.479307, 0.872976> - 22622: <-0.133553, 0.478208, 0.868033> - 22623: <-0.132913, 0.433256, 0.891416> - 22624: <-0.090429, 0.479307, 0.872976> - 22625: <-0.091008, 0.524836, 0.846324> - 22626: <-0.134100, 0.523307, 0.841527> - 22627: <-0.133553, 0.478208, 0.868033> - 22628: <-0.091008, 0.524836, 0.846324> - 22629: <-0.091497, 0.570377, 0.816271> - 22630: <-0.134618, 0.568382, 0.811677> - 22631: <-0.134100, 0.523307, 0.841527> - 22632: <-0.091497, 0.570377, 0.816271> - 22633: <-0.091894, 0.615697, 0.782607> - 22634: <-0.134985, 0.613218, 0.778295> - 22635: <-0.134618, 0.568382, 0.811677> - 22636: <-0.091894, 0.615697, 0.782607> - 22637: <-0.092137, 0.660463, 0.745184> - 22638: <-0.135260, 0.657468, 0.741243> - 22639: <-0.134985, 0.613218, 0.778295> - 22640: <-0.135260, -0.657468, 0.741243> - 22641: <-0.134985, -0.613218, 0.778295> - 22642: <-0.176461, -0.609892, 0.772589> - 22643: <-0.176644, -0.653502, 0.736025> - 22644: <-0.134985, -0.613218, 0.778295> - 22645: <-0.134618, -0.568382, 0.811677> - 22646: <-0.176188, -0.565675, 0.805587> - 22647: <-0.176461, -0.609892, 0.772589> - 22648: <-0.134618, -0.568382, 0.811677> - 22649: <-0.134100, -0.523307, 0.841527> - 22650: <-0.175853, -0.521180, 0.835133> - 22651: <-0.176188, -0.565675, 0.805587> - 22652: <-0.134100, -0.523307, 0.841527> - 22653: <-0.133553, -0.478208, 0.868033> - 22654: <-0.175453, -0.476614, 0.861426> - 22655: <-0.175853, -0.521180, 0.835133> - 22656: <-0.133553, -0.478208, 0.868033> - 22657: <-0.132911, -0.433281, 0.891405> - 22658: <-0.175026, -0.432149, 0.884654> - 22659: <-0.175453, -0.476614, 0.861426> - 22660: <-0.132911, -0.433281, 0.891405> - 22661: <-0.132240, -0.388632, 0.911854> - 22662: <-0.174541, -0.387965, 0.904997> - 22663: <-0.175026, -0.432149, 0.884654> - 22664: <-0.132240, -0.388632, 0.911854> - 22665: <-0.131509, -0.344322, 0.929596> - 22666: <-0.173989, -0.344072, 0.922682> - 22667: <-0.174541, -0.387965, 0.904997> - 22668: <-0.131509, -0.344322, 0.929596> - 22669: <-0.130743, -0.300427, 0.944802> - 22670: <-0.173351, -0.300496, 0.937897> - 22671: <-0.173989, -0.344072, 0.922682> - 22672: <-0.130743, -0.300427, 0.944802> - 22673: <-0.129981, -0.256880, 0.957663> - 22674: <-0.172679, -0.257217, 0.950800> - 22675: <-0.173351, -0.300496, 0.937897> - 22676: <-0.129981, -0.256880, 0.957663> - 22677: <-0.129250, -0.213666, 0.968319> - 22678: <-0.172005, -0.214182, 0.961530> - 22679: <-0.172679, -0.257217, 0.950800> - 22680: <-0.129250, -0.213666, 0.968319> - 22681: <-0.128545, -0.170691, 0.976904> - 22682: <-0.171305, -0.171305, 0.970211> - 22683: <-0.172005, -0.214182, 0.961530> - 22684: <-0.128545, -0.170691, 0.976904> - 22685: <-0.127935, -0.127935, 0.983497> - 22686: <-0.170691, -0.128545, 0.976904> - 22687: <-0.171305, -0.171305, 0.970211> - 22688: <-0.127935, -0.127935, 0.983497> - 22689: <-0.127447, -0.085300, 0.988171> - 22690: <-0.170203, -0.085788, 0.981668> - 22691: <-0.170691, -0.128545, 0.976904> - 22692: <-0.127447, -0.085300, 0.988171> - 22693: <-0.127144, -0.042666, 0.990966> - 22694: <-0.169866, -0.042970, 0.984530> - 22695: <-0.170203, -0.085788, 0.981668> - 22696: <-0.127144, -0.042666, 0.990966> - 22697: <-0.127020, 0.000000, 0.991900> - 22698: <-0.169746, 0.000000, 0.985488> - 22699: <-0.169866, -0.042970, 0.984530> - 22700: <-0.127020, 0.000000, 0.991900> - 22701: <-0.127144, 0.042666, 0.990966> - 22702: <-0.169866, 0.042970, 0.984530> - 22703: <-0.169746, 0.000000, 0.985488> - 22704: <-0.127144, 0.042666, 0.990966> - 22705: <-0.127447, 0.085300, 0.988171> - 22706: <-0.170203, 0.085788, 0.981668> - 22707: <-0.169866, 0.042970, 0.984530> - 22708: <-0.127447, 0.085300, 0.988171> - 22709: <-0.127935, 0.127935, 0.983497> - 22710: <-0.170691, 0.128545, 0.976904> - 22711: <-0.170203, 0.085788, 0.981668> - 22712: <-0.127935, 0.127935, 0.983497> - 22713: <-0.128545, 0.170691, 0.976904> - 22714: <-0.171305, 0.171305, 0.970211> - 22715: <-0.170691, 0.128545, 0.976904> - 22716: <-0.128545, 0.170691, 0.976904> - 22717: <-0.129250, 0.213666, 0.968319> - 22718: <-0.172005, 0.214182, 0.961530> - 22719: <-0.171305, 0.171305, 0.970211> - 22720: <-0.129250, 0.213666, 0.968319> - 22721: <-0.129981, 0.256880, 0.957663> - 22722: <-0.172679, 0.257217, 0.950800> - 22723: <-0.172005, 0.214182, 0.961530> - 22724: <-0.129981, 0.256880, 0.957663> - 22725: <-0.130743, 0.300427, 0.944802> - 22726: <-0.173351, 0.300496, 0.937897> - 22727: <-0.172679, 0.257217, 0.950800> - 22728: <-0.130743, 0.300427, 0.944802> - 22729: <-0.131509, 0.344322, 0.929596> - 22730: <-0.173989, 0.344072, 0.922682> - 22731: <-0.173351, 0.300496, 0.937897> - 22732: <-0.131509, 0.344322, 0.929596> - 22733: <-0.132240, 0.388632, 0.911854> - 22734: <-0.174541, 0.387965, 0.904997> - 22735: <-0.173989, 0.344072, 0.922682> - 22736: <-0.132240, 0.388632, 0.911854> - 22737: <-0.132913, 0.433256, 0.891416> - 22738: <-0.175026, 0.432149, 0.884654> - 22739: <-0.174541, 0.387965, 0.904997> - 22740: <-0.132913, 0.433256, 0.891416> - 22741: <-0.133553, 0.478208, 0.868033> - 22742: <-0.175453, 0.476614, 0.861426> - 22743: <-0.175026, 0.432149, 0.884654> - 22744: <-0.133553, 0.478208, 0.868033> - 22745: <-0.134100, 0.523307, 0.841527> - 22746: <-0.175853, 0.521180, 0.835133> - 22747: <-0.175453, 0.476614, 0.861426> - 22748: <-0.134100, 0.523307, 0.841527> - 22749: <-0.134618, 0.568382, 0.811677> - 22750: <-0.176188, 0.565675, 0.805587> - 22751: <-0.175853, 0.521180, 0.835133> - 22752: <-0.134618, 0.568382, 0.811677> - 22753: <-0.134985, 0.613218, 0.778295> - 22754: <-0.176461, 0.609892, 0.772589> - 22755: <-0.176188, 0.565675, 0.805587> - 22756: <-0.134985, 0.613218, 0.778295> - 22757: <-0.135260, 0.657468, 0.741243> - 22758: <-0.176644, 0.653502, 0.736025> - 22759: <-0.176461, 0.609892, 0.772589> - 22760: <-0.176644, -0.653502, 0.736025> - 22761: <-0.176461, -0.609892, 0.772589> - 22762: <-0.216596, -0.605748, 0.765608> - 22763: <-0.216660, -0.648606, 0.729636> - 22764: <-0.176461, -0.609892, 0.772589> - 22765: <-0.176188, -0.565675, 0.805587> - 22766: <-0.216534, -0.562257, 0.798110> - 22767: <-0.216596, -0.605748, 0.765608> - 22768: <-0.176188, -0.565675, 0.805587> - 22769: <-0.175853, -0.521180, 0.835133> - 22770: <-0.216475, -0.518435, 0.827263> - 22771: <-0.216534, -0.562257, 0.798110> - 22772: <-0.175853, -0.521180, 0.835133> - 22773: <-0.175453, -0.476614, 0.861426> - 22774: <-0.216413, -0.474515, 0.853230> - 22775: <-0.216475, -0.518435, 0.827263> - 22776: <-0.175453, -0.476614, 0.861426> - 22777: <-0.175026, -0.432149, 0.884654> - 22778: <-0.216320, -0.430657, 0.876208> - 22779: <-0.216413, -0.474515, 0.853230> - 22780: <-0.175026, -0.432149, 0.884654> - 22781: <-0.174541, -0.387965, 0.904997> - 22782: <-0.216199, -0.386985, 0.896382> - 22783: <-0.216320, -0.430657, 0.876208> - 22784: <-0.174541, -0.387965, 0.904997> - 22785: <-0.173989, -0.344072, 0.922682> - 22786: <-0.215982, -0.343582, 0.913949> - 22787: <-0.216199, -0.386985, 0.896382> - 22788: <-0.173989, -0.344072, 0.922682> - 22789: <-0.173351, -0.300496, 0.937897> - 22790: <-0.215649, -0.300461, 0.929096> - 22791: <-0.215982, -0.343582, 0.913949> - 22792: <-0.173351, -0.300496, 0.937897> - 22793: <-0.172679, -0.257217, 0.950800> - 22794: <-0.215220, -0.257519, 0.942000> - 22795: <-0.215649, -0.300461, 0.929096> - 22796: <-0.172679, -0.257217, 0.950800> - 22797: <-0.172005, -0.214182, 0.961530> - 22798: <-0.214732, -0.214732, 0.952775> - 22799: <-0.215220, -0.257519, 0.942000> - 22800: <-0.172005, -0.214182, 0.961530> - 22801: <-0.171305, -0.171305, 0.970211> - 22802: <-0.214182, -0.172005, 0.961530> - 22803: <-0.214732, -0.214732, 0.952775> - 22804: <-0.171305, -0.171305, 0.970211> - 22805: <-0.170691, -0.128545, 0.976904> - 22806: <-0.213666, -0.129250, 0.968319> - 22807: <-0.214182, -0.172005, 0.961530> - 22808: <-0.170691, -0.128545, 0.976904> - 22809: <-0.170203, -0.085788, 0.981668> - 22810: <-0.213204, -0.086398, 0.973180> - 22811: <-0.213666, -0.129250, 0.968319> - 22812: <-0.170203, -0.085788, 0.981668> - 22813: <-0.169866, -0.042970, 0.984530> - 22814: <-0.212870, -0.043306, 0.976120> - 22815: <-0.213204, -0.086398, 0.973180> - 22816: <-0.169866, -0.042970, 0.984530> - 22817: <-0.169746, 0.000000, 0.985488> - 22818: <-0.212750, 0.000000, 0.977107> - 22819: <-0.212870, -0.043306, 0.976120> - 22820: <-0.169746, 0.000000, 0.985488> - 22821: <-0.169866, 0.042970, 0.984530> - 22822: <-0.212870, 0.043306, 0.976120> - 22823: <-0.212750, 0.000000, 0.977107> - 22824: <-0.169866, 0.042970, 0.984530> - 22825: <-0.170203, 0.085788, 0.981668> - 22826: <-0.213204, 0.086398, 0.973180> - 22827: <-0.212870, 0.043306, 0.976120> - 22828: <-0.170203, 0.085788, 0.981668> - 22829: <-0.170691, 0.128545, 0.976904> - 22830: <-0.213666, 0.129250, 0.968319> - 22831: <-0.213204, 0.086398, 0.973180> - 22832: <-0.170691, 0.128545, 0.976904> - 22833: <-0.171305, 0.171305, 0.970211> - 22834: <-0.214182, 0.172005, 0.961530> - 22835: <-0.213666, 0.129250, 0.968319> - 22836: <-0.171305, 0.171305, 0.970211> - 22837: <-0.172005, 0.214182, 0.961530> - 22838: <-0.214732, 0.214732, 0.952775> - 22839: <-0.214182, 0.172005, 0.961530> - 22840: <-0.172005, 0.214182, 0.961530> - 22841: <-0.172679, 0.257217, 0.950800> - 22842: <-0.215220, 0.257519, 0.942000> - 22843: <-0.214732, 0.214732, 0.952775> - 22844: <-0.172679, 0.257217, 0.950800> - 22845: <-0.173351, 0.300496, 0.937897> - 22846: <-0.215649, 0.300461, 0.929096> - 22847: <-0.215220, 0.257519, 0.942000> - 22848: <-0.173351, 0.300496, 0.937897> - 22849: <-0.173989, 0.344072, 0.922682> - 22850: <-0.215982, 0.343582, 0.913949> - 22851: <-0.215649, 0.300461, 0.929096> - 22852: <-0.173989, 0.344072, 0.922682> - 22853: <-0.174541, 0.387965, 0.904997> - 22854: <-0.216199, 0.386985, 0.896382> - 22855: <-0.215982, 0.343582, 0.913949> - 22856: <-0.174541, 0.387965, 0.904997> - 22857: <-0.175026, 0.432149, 0.884654> - 22858: <-0.216320, 0.430657, 0.876208> - 22859: <-0.216199, 0.386985, 0.896382> - 22860: <-0.175026, 0.432149, 0.884654> - 22861: <-0.175453, 0.476614, 0.861426> - 22862: <-0.216413, 0.474515, 0.853230> - 22863: <-0.216320, 0.430657, 0.876208> - 22864: <-0.175453, 0.476614, 0.861426> - 22865: <-0.175853, 0.521180, 0.835133> - 22866: <-0.216475, 0.518435, 0.827263> - 22867: <-0.216413, 0.474515, 0.853230> - 22868: <-0.175853, 0.521180, 0.835133> - 22869: <-0.176188, 0.565675, 0.805587> - 22870: <-0.216534, 0.562257, 0.798110> - 22871: <-0.216475, 0.518435, 0.827263> - 22872: <-0.176188, 0.565675, 0.805587> - 22873: <-0.176461, 0.609892, 0.772589> - 22874: <-0.216596, 0.605748, 0.765608> - 22875: <-0.216534, 0.562257, 0.798110> - 22876: <-0.176461, 0.609892, 0.772589> - 22877: <-0.176644, 0.653502, 0.736025> - 22878: <-0.216660, 0.648606, 0.729636> - 22879: <-0.216596, 0.605748, 0.765608> - 22880: <-0.216660, -0.648606, 0.729636> - 22881: <-0.216596, -0.605748, 0.765608> - 22882: <-0.255750, -0.600829, 0.757361> - 22883: <-0.255632, -0.642833, 0.722093> - 22884: <-0.216596, -0.605748, 0.765608> - 22885: <-0.216534, -0.562257, 0.798110> - 22886: <-0.255937, -0.558172, 0.789266> - 22887: <-0.255750, -0.600829, 0.757361> - 22888: <-0.216534, -0.562257, 0.798110> - 22889: <-0.216475, -0.518435, 0.827263> - 22890: <-0.256243, -0.515110, 0.817925> - 22891: <-0.255937, -0.558172, 0.789266> - 22892: <-0.216475, -0.518435, 0.827263> - 22893: <-0.216413, -0.474515, 0.853230> - 22894: <-0.256606, -0.471888, 0.843490> - 22895: <-0.256243, -0.515110, 0.817925> - 22896: <-0.216413, -0.474515, 0.853230> - 22897: <-0.216320, -0.430657, 0.876208> - 22898: <-0.256999, -0.428698, 0.866124> - 22899: <-0.256606, -0.471888, 0.843490> - 22900: <-0.216320, -0.430657, 0.876208> - 22901: <-0.216199, -0.386985, 0.896382> - 22902: <-0.257364, -0.385664, 0.886018> - 22903: <-0.256999, -0.428698, 0.866124> - 22904: <-0.216199, -0.386985, 0.896382> - 22905: <-0.215982, -0.343582, 0.913949> - 22906: <-0.257643, -0.342852, 0.903367> - 22907: <-0.257364, -0.385664, 0.886018> - 22908: <-0.215982, -0.343582, 0.913949> - 22909: <-0.215649, -0.300461, 0.929096> - 22910: <-0.257736, -0.300219, 0.918390> - 22911: <-0.257643, -0.342852, 0.903367> - 22912: <-0.215649, -0.300461, 0.929096> - 22913: <-0.215220, -0.257519, 0.942000> - 22914: <-0.257702, -0.257702, 0.931225> - 22915: <-0.257736, -0.300219, 0.918390> - 22916: <-0.215220, -0.257519, 0.942000> - 22917: <-0.214732, -0.214732, 0.952775> - 22918: <-0.257519, -0.215220, 0.942000> - 22919: <-0.257702, -0.257702, 0.931225> - 22920: <-0.214732, -0.214732, 0.952775> - 22921: <-0.214182, -0.172005, 0.961530> - 22922: <-0.257217, -0.172679, 0.950800> - 22923: <-0.257519, -0.215220, 0.942000> - 22924: <-0.214182, -0.172005, 0.961530> - 22925: <-0.213666, -0.129250, 0.968319> - 22926: <-0.256880, -0.129981, 0.957663> - 22927: <-0.257217, -0.172679, 0.950800> - 22928: <-0.213666, -0.129250, 0.968319> - 22929: <-0.213204, -0.086398, 0.973180> - 22930: <-0.256544, -0.087041, 0.962605> - 22931: <-0.256880, -0.129981, 0.957663> - 22932: <-0.213204, -0.086398, 0.973180> - 22933: <-0.212870, -0.043306, 0.976120> - 22934: <-0.256267, -0.043703, 0.965618> - 22935: <-0.256544, -0.087041, 0.962605> - 22936: <-0.212870, -0.043306, 0.976120> - 22937: <-0.212750, 0.000000, 0.977107> - 22938: <-0.256177, 0.000000, 0.966630> - 22939: <-0.256267, -0.043703, 0.965618> - 22940: <-0.212750, 0.000000, 0.977107> - 22941: <-0.212870, 0.043306, 0.976120> - 22942: <-0.256267, 0.043703, 0.965618> - 22943: <-0.256177, 0.000000, 0.966630> - 22944: <-0.212870, 0.043306, 0.976120> - 22945: <-0.213204, 0.086398, 0.973180> - 22946: <-0.256544, 0.087041, 0.962605> - 22947: <-0.256267, 0.043703, 0.965618> - 22948: <-0.213204, 0.086398, 0.973180> - 22949: <-0.213666, 0.129250, 0.968319> - 22950: <-0.256880, 0.129981, 0.957663> - 22951: <-0.256544, 0.087041, 0.962605> - 22952: <-0.213666, 0.129250, 0.968319> - 22953: <-0.214182, 0.172005, 0.961530> - 22954: <-0.257217, 0.172679, 0.950800> - 22955: <-0.256880, 0.129981, 0.957663> - 22956: <-0.214182, 0.172005, 0.961530> - 22957: <-0.214732, 0.214732, 0.952775> - 22958: <-0.257519, 0.215220, 0.942000> - 22959: <-0.257217, 0.172679, 0.950800> - 22960: <-0.214732, 0.214732, 0.952775> - 22961: <-0.215220, 0.257519, 0.942000> - 22962: <-0.257702, 0.257702, 0.931225> - 22963: <-0.257519, 0.215220, 0.942000> - 22964: <-0.215220, 0.257519, 0.942000> - 22965: <-0.215649, 0.300461, 0.929096> - 22966: <-0.257736, 0.300219, 0.918390> - 22967: <-0.257702, 0.257702, 0.931225> - 22968: <-0.215649, 0.300461, 0.929096> - 22969: <-0.215982, 0.343582, 0.913949> - 22970: <-0.257643, 0.342852, 0.903367> - 22971: <-0.257736, 0.300219, 0.918390> - 22972: <-0.215982, 0.343582, 0.913949> - 22973: <-0.216199, 0.386985, 0.896382> - 22974: <-0.257364, 0.385664, 0.886018> - 22975: <-0.257643, 0.342852, 0.903367> - 22976: <-0.216199, 0.386985, 0.896382> - 22977: <-0.216320, 0.430657, 0.876208> - 22978: <-0.256999, 0.428698, 0.866124> - 22979: <-0.257364, 0.385664, 0.886018> - 22980: <-0.216320, 0.430657, 0.876208> - 22981: <-0.216413, 0.474515, 0.853230> - 22982: <-0.256606, 0.471888, 0.843490> - 22983: <-0.256999, 0.428698, 0.866124> - 22984: <-0.216413, 0.474515, 0.853230> - 22985: <-0.216475, 0.518435, 0.827263> - 22986: <-0.256243, 0.515110, 0.817925> - 22987: <-0.256606, 0.471888, 0.843490> - 22988: <-0.216475, 0.518435, 0.827263> - 22989: <-0.216534, 0.562257, 0.798110> - 22990: <-0.255937, 0.558172, 0.789266> - 22991: <-0.256243, 0.515110, 0.817925> - 22992: <-0.216534, 0.562257, 0.798110> - 22993: <-0.216596, 0.605748, 0.765608> - 22994: <-0.255750, 0.600829, 0.757361> - 22995: <-0.255937, 0.558172, 0.789266> - 22996: <-0.216596, 0.605748, 0.765608> - 22997: <-0.216660, 0.648606, 0.729636> - 22998: <-0.255632, 0.642833, 0.722093> - 22999: <-0.255750, 0.600829, 0.757361> - 23000: <-0.255632, -0.642833, 0.722093> - 23001: <-0.255750, -0.600829, 0.757361> - 23002: <-0.294207, -0.595158, 0.747816> - 23003: <-0.293904, -0.636150, 0.713396> - 23004: <-0.255750, -0.600829, 0.757361> - 23005: <-0.255937, -0.558172, 0.789266> - 23006: <-0.294729, -0.553415, 0.779017> - 23007: <-0.294207, -0.595158, 0.747816> - 23008: <-0.255937, -0.558172, 0.789266> - 23009: <-0.256243, -0.515110, 0.817925> - 23010: <-0.295457, -0.511198, 0.807082> - 23011: <-0.294729, -0.553415, 0.779017> - 23012: <-0.256243, -0.515110, 0.817925> - 23013: <-0.256606, -0.471888, 0.843490> - 23014: <-0.296339, -0.468770, 0.832128> - 23015: <-0.295457, -0.511198, 0.807082> - 23016: <-0.256606, -0.471888, 0.843490> - 23017: <-0.256999, -0.428698, 0.866124> - 23018: <-0.297287, -0.426323, 0.854324> - 23019: <-0.296339, -0.468770, 0.832128> - 23020: <-0.256999, -0.428698, 0.866124> - 23021: <-0.257364, -0.385664, 0.886018> - 23022: <-0.298259, -0.383986, 0.873840> - 23023: <-0.297287, -0.426323, 0.854324> - 23024: <-0.257364, -0.385664, 0.886018> - 23025: <-0.257643, -0.342852, 0.903367> - 23026: <-0.299085, -0.341811, 0.890906> - 23027: <-0.298259, -0.383986, 0.873840> - 23028: <-0.257643, -0.342852, 0.903367> - 23029: <-0.257736, -0.300219, 0.918390> - 23030: <-0.299762, -0.299762, 0.905696> - 23031: <-0.299085, -0.341811, 0.890906> - 23032: <-0.257736, -0.300219, 0.918390> - 23033: <-0.257702, -0.257702, 0.931225> - 23034: <-0.300219, -0.257736, 0.918390> - 23035: <-0.299762, -0.299762, 0.905696> - 23036: <-0.257702, -0.257702, 0.931225> - 23037: <-0.257519, -0.215220, 0.942000> - 23038: <-0.300461, -0.215649, 0.929096> - 23039: <-0.300219, -0.257736, 0.918390> - 23040: <-0.257519, -0.215220, 0.942000> - 23041: <-0.257217, -0.172679, 0.950800> - 23042: <-0.300496, -0.173351, 0.937897> - 23043: <-0.300461, -0.215649, 0.929096> - 23044: <-0.257217, -0.172679, 0.950800> - 23045: <-0.256880, -0.129981, 0.957663> - 23046: <-0.300427, -0.130743, 0.944802> - 23047: <-0.300496, -0.173351, 0.937897> - 23048: <-0.256880, -0.129981, 0.957663> - 23049: <-0.256544, -0.087041, 0.962605> - 23050: <-0.300248, -0.087712, 0.949820> - 23051: <-0.300427, -0.130743, 0.944802> - 23052: <-0.256544, -0.087041, 0.962605> - 23053: <-0.256267, -0.043703, 0.965618> - 23054: <-0.300092, -0.044130, 0.952889> - 23055: <-0.300248, -0.087712, 0.949820> - 23056: <-0.256267, -0.043703, 0.965618> - 23057: <-0.256177, 0.000000, 0.966630> - 23058: <-0.300059, 0.000000, 0.953921> - 23059: <-0.300092, -0.044130, 0.952889> - 23060: <-0.256177, 0.000000, 0.966630> - 23061: <-0.256267, 0.043703, 0.965618> - 23062: <-0.300092, 0.044130, 0.952889> - 23063: <-0.300059, 0.000000, 0.953921> - 23064: <-0.256267, 0.043703, 0.965618> - 23065: <-0.256544, 0.087041, 0.962605> - 23066: <-0.300248, 0.087712, 0.949820> - 23067: <-0.300092, 0.044130, 0.952889> - 23068: <-0.256544, 0.087041, 0.962605> - 23069: <-0.256880, 0.129981, 0.957663> - 23070: <-0.300427, 0.130743, 0.944802> - 23071: <-0.300248, 0.087712, 0.949820> - 23072: <-0.256880, 0.129981, 0.957663> - 23073: <-0.257217, 0.172679, 0.950800> - 23074: <-0.300496, 0.173351, 0.937897> - 23075: <-0.300427, 0.130743, 0.944802> - 23076: <-0.257217, 0.172679, 0.950800> - 23077: <-0.257519, 0.215220, 0.942000> - 23078: <-0.300461, 0.215649, 0.929096> - 23079: <-0.300496, 0.173351, 0.937897> - 23080: <-0.257519, 0.215220, 0.942000> - 23081: <-0.257702, 0.257702, 0.931225> - 23082: <-0.300219, 0.257736, 0.918390> - 23083: <-0.300461, 0.215649, 0.929096> - 23084: <-0.257702, 0.257702, 0.931225> - 23085: <-0.257736, 0.300219, 0.918390> - 23086: <-0.299762, 0.299762, 0.905696> - 23087: <-0.300219, 0.257736, 0.918390> - 23088: <-0.257736, 0.300219, 0.918390> - 23089: <-0.257643, 0.342852, 0.903367> - 23090: <-0.299085, 0.341811, 0.890906> - 23091: <-0.299762, 0.299762, 0.905696> - 23092: <-0.257643, 0.342852, 0.903367> - 23093: <-0.257364, 0.385664, 0.886018> - 23094: <-0.298262, 0.383960, 0.873851> - 23095: <-0.299085, 0.341811, 0.890906> - 23096: <-0.257364, 0.385664, 0.886018> - 23097: <-0.256999, 0.428698, 0.866124> - 23098: <-0.297287, 0.426323, 0.854324> - 23099: <-0.298262, 0.383960, 0.873851> - 23100: <-0.256999, 0.428698, 0.866124> - 23101: <-0.256606, 0.471888, 0.843490> - 23102: <-0.296339, 0.468770, 0.832128> - 23103: <-0.297287, 0.426323, 0.854324> - 23104: <-0.256606, 0.471888, 0.843490> - 23105: <-0.256243, 0.515110, 0.817925> - 23106: <-0.295457, 0.511198, 0.807082> - 23107: <-0.296339, 0.468770, 0.832128> - 23108: <-0.256243, 0.515110, 0.817925> - 23109: <-0.255937, 0.558172, 0.789266> - 23110: <-0.294729, 0.553415, 0.779017> - 23111: <-0.295457, 0.511198, 0.807082> - 23112: <-0.255937, 0.558172, 0.789266> - 23113: <-0.255750, 0.600829, 0.757361> - 23114: <-0.294207, 0.595158, 0.747816> - 23115: <-0.294729, 0.553415, 0.779017> - 23116: <-0.255750, 0.600829, 0.757361> - 23117: <-0.255632, 0.642833, 0.722093> - 23118: <-0.293904, 0.636150, 0.713396> - 23119: <-0.294207, 0.595158, 0.747816> - 23120: <-0.293904, -0.636150, 0.713396> - 23121: <-0.294207, -0.595158, 0.747816> - 23122: <-0.332170, -0.588744, 0.736915> - 23123: <-0.331652, -0.628603, 0.703467> - 23124: <-0.294207, -0.595158, 0.747816> - 23125: <-0.294729, -0.553415, 0.779017> - 23126: <-0.333090, -0.548009, 0.767292> - 23127: <-0.332170, -0.588744, 0.736915> - 23128: <-0.294729, -0.553415, 0.779017> - 23129: <-0.295457, -0.511198, 0.807082> - 23130: <-0.334337, -0.506740, 0.794627> - 23131: <-0.333090, -0.548009, 0.767292> - 23132: <-0.295457, -0.511198, 0.807082> - 23133: <-0.296339, -0.468770, 0.832128> - 23134: <-0.335801, -0.465202, 0.819039> - 23135: <-0.334337, -0.506740, 0.794627> - 23136: <-0.296339, -0.468770, 0.832128> - 23137: <-0.297287, -0.426323, 0.854324> - 23138: <-0.337391, -0.423577, 0.840684> - 23139: <-0.335801, -0.465202, 0.819039> - 23140: <-0.297287, -0.426323, 0.854324> - 23141: <-0.298259, -0.383986, 0.873840> - 23142: <-0.339005, -0.381976, 0.859750> - 23143: <-0.337391, -0.423577, 0.840684> - 23144: <-0.298259, -0.383986, 0.873840> - 23145: <-0.299085, -0.341811, 0.890906> - 23146: <-0.340503, -0.340503, 0.876422> - 23147: <-0.339005, -0.381976, 0.859750> - 23148: <-0.299085, -0.341811, 0.890906> - 23149: <-0.299762, -0.299762, 0.905696> - 23150: <-0.341811, -0.299085, 0.890906> - 23151: <-0.340503, -0.340503, 0.876422> - 23152: <-0.299762, -0.299762, 0.905696> - 23153: <-0.300219, -0.257736, 0.918390> - 23154: <-0.342852, -0.257643, 0.903367> - 23155: <-0.341811, -0.299085, 0.890906> - 23156: <-0.300219, -0.257736, 0.918390> - 23157: <-0.300461, -0.215649, 0.929096> - 23158: <-0.343582, -0.215982, 0.913949> - 23159: <-0.342852, -0.257643, 0.903367> - 23160: <-0.300461, -0.215649, 0.929096> - 23161: <-0.300496, -0.173351, 0.937897> - 23162: <-0.344072, -0.173989, 0.922682> - 23163: <-0.343582, -0.215982, 0.913949> - 23164: <-0.300496, -0.173351, 0.937897> - 23165: <-0.300427, -0.130743, 0.944802> - 23166: <-0.344322, -0.131509, 0.929596> - 23167: <-0.344072, -0.173989, 0.922682> - 23168: <-0.300427, -0.130743, 0.944802> - 23169: <-0.300248, -0.087712, 0.949820> - 23170: <-0.344408, -0.088414, 0.934648> - 23171: <-0.344322, -0.131509, 0.929596> - 23172: <-0.300248, -0.087712, 0.949820> - 23173: <-0.300092, -0.044130, 0.952889> - 23174: <-0.344409, -0.044558, 0.937762> - 23175: <-0.344408, -0.088414, 0.934648> - 23176: <-0.300092, -0.044130, 0.952889> - 23177: <-0.300059, 0.000000, 0.953921> - 23178: <-0.344405, 0.000000, 0.938821> - 23179: <-0.344409, -0.044558, 0.937762> - 23180: <-0.300059, 0.000000, 0.953921> - 23181: <-0.300092, 0.044130, 0.952889> - 23182: <-0.344409, 0.044558, 0.937762> - 23183: <-0.344405, 0.000000, 0.938821> - 23184: <-0.300092, 0.044130, 0.952889> - 23185: <-0.300248, 0.087712, 0.949820> - 23186: <-0.344408, 0.088414, 0.934648> - 23187: <-0.344409, 0.044558, 0.937762> - 23188: <-0.300248, 0.087712, 0.949820> - 23189: <-0.300427, 0.130743, 0.944802> - 23190: <-0.344322, 0.131509, 0.929596> - 23191: <-0.344408, 0.088414, 0.934648> - 23192: <-0.300427, 0.130743, 0.944802> - 23193: <-0.300496, 0.173351, 0.937897> - 23194: <-0.344072, 0.173989, 0.922682> - 23195: <-0.344322, 0.131509, 0.929596> - 23196: <-0.300496, 0.173351, 0.937897> - 23197: <-0.300461, 0.215649, 0.929096> - 23198: <-0.343582, 0.215982, 0.913949> - 23199: <-0.344072, 0.173989, 0.922682> - 23200: <-0.300461, 0.215649, 0.929096> - 23201: <-0.300219, 0.257736, 0.918390> - 23202: <-0.342852, 0.257643, 0.903367> - 23203: <-0.343582, 0.215982, 0.913949> - 23204: <-0.300219, 0.257736, 0.918390> - 23205: <-0.299762, 0.299762, 0.905696> - 23206: <-0.341811, 0.299085, 0.890906> - 23207: <-0.342852, 0.257643, 0.903367> - 23208: <-0.299762, 0.299762, 0.905696> - 23209: <-0.299085, 0.341811, 0.890906> - 23210: <-0.340503, 0.340503, 0.876422> - 23211: <-0.341811, 0.299085, 0.890906> - 23212: <-0.299085, 0.341811, 0.890906> - 23213: <-0.298262, 0.383960, 0.873851> - 23214: <-0.339005, 0.381976, 0.859750> - 23215: <-0.340503, 0.340503, 0.876422> - 23216: <-0.298262, 0.383960, 0.873851> - 23217: <-0.297287, 0.426323, 0.854324> - 23218: <-0.337391, 0.423577, 0.840684> - 23219: <-0.339005, 0.381976, 0.859750> - 23220: <-0.297287, 0.426323, 0.854324> - 23221: <-0.296339, 0.468770, 0.832128> - 23222: <-0.335801, 0.465202, 0.819039> - 23223: <-0.337391, 0.423577, 0.840684> - 23224: <-0.296339, 0.468770, 0.832128> - 23225: <-0.295457, 0.511198, 0.807082> - 23226: <-0.334310, 0.506745, 0.794636> - 23227: <-0.335801, 0.465202, 0.819039> - 23228: <-0.295457, 0.511198, 0.807082> - 23229: <-0.294729, 0.553415, 0.779017> - 23230: <-0.333090, 0.548009, 0.767292> - 23231: <-0.334310, 0.506745, 0.794636> - 23232: <-0.294729, 0.553415, 0.779017> - 23233: <-0.294207, 0.595158, 0.747816> - 23234: <-0.332170, 0.588744, 0.736915> - 23235: <-0.333090, 0.548009, 0.767292> - 23236: <-0.294207, 0.595158, 0.747816> - 23237: <-0.293904, 0.636150, 0.713396> - 23238: <-0.331652, 0.628603, 0.703467> - 23239: <-0.332170, 0.588744, 0.736915> - 23240: <-0.331652, -0.628603, 0.703467> - 23241: <-0.332170, -0.588744, 0.736915> - 23242: <-0.369188, -0.581661, 0.724825> - 23243: <-0.368246, -0.620305, 0.692544> - 23244: <-0.332170, -0.588744, 0.736915> - 23245: <-0.333090, -0.548009, 0.767292> - 23246: <-0.370721, -0.542028, 0.754169> - 23247: <-0.369188, -0.581661, 0.724825> - 23248: <-0.333090, -0.548009, 0.767292> - 23249: <-0.334337, -0.506740, 0.794627> - 23250: <-0.372705, -0.501802, 0.780568> - 23251: <-0.370721, -0.542028, 0.754169> - 23252: <-0.334337, -0.506740, 0.794627> - 23253: <-0.335801, -0.465202, 0.819039> - 23254: <-0.374961, -0.461239, 0.804154> - 23255: <-0.372705, -0.501802, 0.780568> - 23256: <-0.335801, -0.465202, 0.819039> - 23257: <-0.337391, -0.423577, 0.840684> - 23258: <-0.377345, -0.420500, 0.825100> - 23259: <-0.374961, -0.461239, 0.804154> - 23260: <-0.337391, -0.423577, 0.840684> - 23261: <-0.339005, -0.381976, 0.859750> - 23262: <-0.379751, -0.379751, 0.843551> - 23263: <-0.377345, -0.420500, 0.825100> - 23264: <-0.339005, -0.381976, 0.859750> - 23265: <-0.340503, -0.340503, 0.876422> - 23266: <-0.381976, -0.339005, 0.859750> - 23267: <-0.379751, -0.379751, 0.843551> - 23268: <-0.340503, -0.340503, 0.876422> - 23269: <-0.341811, -0.299085, 0.890906> - 23270: <-0.383960, -0.298262, 0.873851> - 23271: <-0.381976, -0.339005, 0.859750> - 23272: <-0.341811, -0.299085, 0.890906> - 23273: <-0.342852, -0.257643, 0.903367> - 23274: <-0.385638, -0.257367, 0.886028> - 23275: <-0.383960, -0.298262, 0.873851> - 23276: <-0.342852, -0.257643, 0.903367> - 23277: <-0.343582, -0.215982, 0.913949> - 23278: <-0.386985, -0.216199, 0.896382> - 23279: <-0.385638, -0.257367, 0.886028> - 23280: <-0.343582, -0.215982, 0.913949> - 23281: <-0.344072, -0.173989, 0.922682> - 23282: <-0.387965, -0.174541, 0.904997> - 23283: <-0.386985, -0.216199, 0.896382> - 23284: <-0.344072, -0.173989, 0.922682> - 23285: <-0.344322, -0.131509, 0.929596> - 23286: <-0.388632, -0.132240, 0.911854> - 23287: <-0.387965, -0.174541, 0.904997> - 23288: <-0.344322, -0.131509, 0.929596> - 23289: <-0.344408, -0.088414, 0.934648> - 23290: <-0.388998, -0.089116, 0.916918> - 23291: <-0.388632, -0.132240, 0.911854> - 23292: <-0.344408, -0.088414, 0.934648> - 23293: <-0.344409, -0.044558, 0.937762> - 23294: <-0.389180, -0.045016, 0.920061> - 23295: <-0.388998, -0.089116, 0.916918> - 23296: <-0.344409, -0.044558, 0.937762> - 23297: <-0.344405, 0.000000, 0.938821> - 23298: <-0.389244, 0.000000, 0.921135> - 23299: <-0.389180, -0.045016, 0.920061> - 23300: <-0.344405, 0.000000, 0.938821> - 23301: <-0.344409, 0.044558, 0.937762> - 23302: <-0.389180, 0.045016, 0.920061> - 23303: <-0.389244, 0.000000, 0.921135> - 23304: <-0.344409, 0.044558, 0.937762> - 23305: <-0.344408, 0.088414, 0.934648> - 23306: <-0.388998, 0.089116, 0.916918> - 23307: <-0.389180, 0.045016, 0.920061> - 23308: <-0.344408, 0.088414, 0.934648> - 23309: <-0.344322, 0.131509, 0.929596> - 23310: <-0.388632, 0.132240, 0.911854> - 23311: <-0.388998, 0.089116, 0.916918> - 23312: <-0.344322, 0.131509, 0.929596> - 23313: <-0.344072, 0.173989, 0.922682> - 23314: <-0.387965, 0.174541, 0.904997> - 23315: <-0.388632, 0.132240, 0.911854> - 23316: <-0.344072, 0.173989, 0.922682> - 23317: <-0.343582, 0.215982, 0.913949> - 23318: <-0.386985, 0.216199, 0.896382> - 23319: <-0.387965, 0.174541, 0.904997> - 23320: <-0.343582, 0.215982, 0.913949> - 23321: <-0.342852, 0.257643, 0.903367> - 23322: <-0.385664, 0.257364, 0.886018> - 23323: <-0.386985, 0.216199, 0.896382> - 23324: <-0.342852, 0.257643, 0.903367> - 23325: <-0.341811, 0.299085, 0.890906> - 23326: <-0.383960, 0.298262, 0.873851> - 23327: <-0.385664, 0.257364, 0.886018> - 23328: <-0.341811, 0.299085, 0.890906> - 23329: <-0.340503, 0.340503, 0.876422> - 23330: <-0.381976, 0.339005, 0.859750> - 23331: <-0.383960, 0.298262, 0.873851> - 23332: <-0.340503, 0.340503, 0.876422> - 23333: <-0.339005, 0.381976, 0.859750> - 23334: <-0.379751, 0.379751, 0.843551> - 23335: <-0.381976, 0.339005, 0.859750> - 23336: <-0.339005, 0.381976, 0.859750> - 23337: <-0.337391, 0.423577, 0.840684> - 23338: <-0.377345, 0.420500, 0.825100> - 23339: <-0.379751, 0.379751, 0.843551> - 23340: <-0.337391, 0.423577, 0.840684> - 23341: <-0.335801, 0.465202, 0.819039> - 23342: <-0.374961, 0.461239, 0.804154> - 23343: <-0.377345, 0.420500, 0.825100> - 23344: <-0.335801, 0.465202, 0.819039> - 23345: <-0.334310, 0.506745, 0.794636> - 23346: <-0.372705, 0.501802, 0.780568> - 23347: <-0.374961, 0.461239, 0.804154> - 23348: <-0.334310, 0.506745, 0.794636> - 23349: <-0.333090, 0.548009, 0.767292> - 23350: <-0.370721, 0.542028, 0.754169> - 23351: <-0.372705, 0.501802, 0.780568> - 23352: <-0.333090, 0.548009, 0.767292> - 23353: <-0.332170, 0.588744, 0.736915> - 23354: <-0.369188, 0.581661, 0.724825> - 23355: <-0.370721, 0.542028, 0.754169> - 23356: <-0.332170, 0.588744, 0.736915> - 23357: <-0.331652, 0.628603, 0.703467> - 23358: <-0.368246, 0.620305, 0.692544> - 23359: <-0.369188, 0.581661, 0.724825> - 23360: <-0.368246, -0.620305, 0.692544> - 23361: <-0.369188, -0.581661, 0.724825> - 23362: <-0.404839, -0.574008, 0.711772> - 23363: <-0.403223, -0.611427, 0.680859> - 23364: <-0.369188, -0.581661, 0.724825> - 23365: <-0.370721, -0.542028, 0.754169> - 23366: <-0.407307, -0.535518, 0.739812> - 23367: <-0.404839, -0.574008, 0.711772> - 23368: <-0.370721, -0.542028, 0.754169> - 23369: <-0.372705, -0.501802, 0.780568> - 23370: <-0.410398, -0.496372, 0.764976> - 23371: <-0.407307, -0.535518, 0.739812> - 23372: <-0.372705, -0.501802, 0.780568> - 23373: <-0.374961, -0.461239, 0.804154> - 23374: <-0.413777, -0.456900, 0.787421> - 23375: <-0.410398, -0.496372, 0.764976> - 23376: <-0.374961, -0.461239, 0.804154> - 23377: <-0.377345, -0.420500, 0.825100> - 23378: <-0.417202, -0.417202, 0.807394> - 23379: <-0.413777, -0.456900, 0.787421> - 23380: <-0.377345, -0.420500, 0.825100> - 23381: <-0.379751, -0.379751, 0.843551> - 23382: <-0.420500, -0.377345, 0.825100> - 23383: <-0.417202, -0.417202, 0.807394> - 23384: <-0.379751, -0.379751, 0.843551> - 23385: <-0.381976, -0.339005, 0.859750> - 23386: <-0.423577, -0.337391, 0.840684> - 23387: <-0.420500, -0.377345, 0.825100> - 23388: <-0.381976, -0.339005, 0.859750> - 23389: <-0.383960, -0.298262, 0.873851> - 23390: <-0.426323, -0.297287, 0.854324> - 23391: <-0.423577, -0.337391, 0.840684> - 23392: <-0.383960, -0.298262, 0.873851> - 23393: <-0.385638, -0.257367, 0.886028> - 23394: <-0.428698, -0.256999, 0.866124> - 23395: <-0.426323, -0.297287, 0.854324> - 23396: <-0.385638, -0.257367, 0.886028> - 23397: <-0.386985, -0.216199, 0.896382> - 23398: <-0.430657, -0.216320, 0.876208> - 23399: <-0.428698, -0.256999, 0.866124> - 23400: <-0.386985, -0.216199, 0.896382> - 23401: <-0.387965, -0.174541, 0.904997> - 23402: <-0.432149, -0.175026, 0.884654> - 23403: <-0.430657, -0.216320, 0.876208> - 23404: <-0.387965, -0.174541, 0.904997> - 23405: <-0.388632, -0.132240, 0.911854> - 23406: <-0.433281, -0.132911, 0.891405> - 23407: <-0.432149, -0.175026, 0.884654> - 23408: <-0.388632, -0.132240, 0.911854> - 23409: <-0.388998, -0.089116, 0.916918> - 23410: <-0.433981, -0.089787, 0.896437> - 23411: <-0.433281, -0.132911, 0.891405> - 23412: <-0.388998, -0.089116, 0.916918> - 23413: <-0.389180, -0.045016, 0.920061> - 23414: <-0.434379, -0.045443, 0.899583> - 23415: <-0.433981, -0.089787, 0.896437> - 23416: <-0.389180, -0.045016, 0.920061> - 23417: <-0.389244, 0.000000, 0.921135> - 23418: <-0.434534, 0.000000, 0.900655> - 23419: <-0.434379, -0.045443, 0.899583> - 23420: <-0.389244, 0.000000, 0.921135> - 23421: <-0.389180, 0.045016, 0.920061> - 23422: <-0.434379, 0.045443, 0.899583> - 23423: <-0.434534, 0.000000, 0.900655> - 23424: <-0.389180, 0.045016, 0.920061> - 23425: <-0.388998, 0.089116, 0.916918> - 23426: <-0.433981, 0.089787, 0.896437> - 23427: <-0.434379, 0.045443, 0.899583> - 23428: <-0.388998, 0.089116, 0.916918> - 23429: <-0.388632, 0.132240, 0.911854> - 23430: <-0.433281, 0.132911, 0.891405> - 23431: <-0.433981, 0.089787, 0.896437> - 23432: <-0.388632, 0.132240, 0.911854> - 23433: <-0.387965, 0.174541, 0.904997> - 23434: <-0.432149, 0.175026, 0.884654> - 23435: <-0.433281, 0.132911, 0.891405> - 23436: <-0.387965, 0.174541, 0.904997> - 23437: <-0.386985, 0.216199, 0.896382> - 23438: <-0.430657, 0.216320, 0.876208> - 23439: <-0.432149, 0.175026, 0.884654> - 23440: <-0.386985, 0.216199, 0.896382> - 23441: <-0.385664, 0.257364, 0.886018> - 23442: <-0.428698, 0.256999, 0.866124> - 23443: <-0.430657, 0.216320, 0.876208> - 23444: <-0.385664, 0.257364, 0.886018> - 23445: <-0.383960, 0.298262, 0.873851> - 23446: <-0.426323, 0.297287, 0.854324> - 23447: <-0.428698, 0.256999, 0.866124> - 23448: <-0.383960, 0.298262, 0.873851> - 23449: <-0.381976, 0.339005, 0.859750> - 23450: <-0.423577, 0.337391, 0.840684> - 23451: <-0.426323, 0.297287, 0.854324> - 23452: <-0.381976, 0.339005, 0.859750> - 23453: <-0.379751, 0.379751, 0.843551> - 23454: <-0.420500, 0.377345, 0.825100> - 23455: <-0.423577, 0.337391, 0.840684> - 23456: <-0.379751, 0.379751, 0.843551> - 23457: <-0.377345, 0.420500, 0.825100> - 23458: <-0.417202, 0.417202, 0.807394> - 23459: <-0.420500, 0.377345, 0.825100> - 23460: <-0.377345, 0.420500, 0.825100> - 23461: <-0.374961, 0.461239, 0.804154> - 23462: <-0.413777, 0.456900, 0.787421> - 23463: <-0.417202, 0.417202, 0.807394> - 23464: <-0.374961, 0.461239, 0.804154> - 23465: <-0.372705, 0.501802, 0.780568> - 23466: <-0.410392, 0.496395, 0.764964> - 23467: <-0.413777, 0.456900, 0.787421> - 23468: <-0.372705, 0.501802, 0.780568> - 23469: <-0.370721, 0.542028, 0.754169> - 23470: <-0.407307, 0.535518, 0.739812> - 23471: <-0.410392, 0.496395, 0.764964> - 23472: <-0.370721, 0.542028, 0.754169> - 23473: <-0.369188, 0.581661, 0.724825> - 23474: <-0.404839, 0.574008, 0.711772> - 23475: <-0.407307, 0.535518, 0.739812> - 23476: <-0.369188, 0.581661, 0.724825> - 23477: <-0.368246, 0.620305, 0.692544> - 23478: <-0.403223, 0.611427, 0.680859> - 23479: <-0.404839, 0.574008, 0.711772> - 23480: <-0.403223, -0.611427, 0.680859> - 23481: <-0.404839, -0.574008, 0.711772> - 23482: <-0.439475, -0.565794, 0.697667> - 23483: <-0.437036, -0.601963, 0.668312> - 23484: <-0.404839, -0.574008, 0.711772> - 23485: <-0.407307, -0.535518, 0.739812> - 23486: <-0.443145, -0.528478, 0.724109> - 23487: <-0.439475, -0.565794, 0.697667> - 23488: <-0.407307, -0.535518, 0.739812> - 23489: <-0.410398, -0.496372, 0.764976> - 23490: <-0.447593, -0.490534, 0.747688> - 23491: <-0.443145, -0.528478, 0.724109> - 23492: <-0.410398, -0.496372, 0.764976> - 23493: <-0.413777, -0.456900, 0.787421> - 23494: <-0.452290, -0.452290, 0.768679> - 23495: <-0.447593, -0.490534, 0.747688> - 23496: <-0.413777, -0.456900, 0.787421> - 23497: <-0.417202, -0.417202, 0.807394> - 23498: <-0.456900, -0.413777, 0.787421> - 23499: <-0.452290, -0.452290, 0.768679> - 23500: <-0.417202, -0.417202, 0.807394> - 23501: <-0.420500, -0.377345, 0.825100> - 23502: <-0.461239, -0.374961, 0.804154> - 23503: <-0.456900, -0.413777, 0.787421> - 23504: <-0.420500, -0.377345, 0.825100> - 23505: <-0.423577, -0.337391, 0.840684> - 23506: <-0.465202, -0.335801, 0.819039> - 23507: <-0.461239, -0.374961, 0.804154> - 23508: <-0.423577, -0.337391, 0.840684> - 23509: <-0.426323, -0.297287, 0.854324> - 23510: <-0.468770, -0.296339, 0.832128> - 23511: <-0.465202, -0.335801, 0.819039> - 23512: <-0.426323, -0.297287, 0.854324> - 23513: <-0.428698, -0.256999, 0.866124> - 23514: <-0.471888, -0.256606, 0.843490> - 23515: <-0.468770, -0.296339, 0.832128> - 23516: <-0.428698, -0.256999, 0.866124> - 23517: <-0.430657, -0.216320, 0.876208> - 23518: <-0.474515, -0.216413, 0.853230> - 23519: <-0.471888, -0.256606, 0.843490> - 23520: <-0.430657, -0.216320, 0.876208> - 23521: <-0.432149, -0.175026, 0.884654> - 23522: <-0.476614, -0.175453, 0.861426> - 23523: <-0.474515, -0.216413, 0.853230> - 23524: <-0.432149, -0.175026, 0.884654> - 23525: <-0.433281, -0.132911, 0.891405> - 23526: <-0.478208, -0.133553, 0.868033> - 23527: <-0.476614, -0.175453, 0.861426> - 23528: <-0.433281, -0.132911, 0.891405> - 23529: <-0.433981, -0.089787, 0.896437> - 23530: <-0.479307, -0.090429, 0.872976> - 23531: <-0.478208, -0.133553, 0.868033> - 23532: <-0.433981, -0.089787, 0.896437> - 23533: <-0.434379, -0.045443, 0.899583> - 23534: <-0.479951, -0.045871, 0.876095> - 23535: <-0.479307, -0.090429, 0.872976> - 23536: <-0.434379, -0.045443, 0.899583> - 23537: <-0.434534, 0.000000, 0.900655> - 23538: <-0.480158, 0.000000, 0.877182> - 23539: <-0.479951, -0.045871, 0.876095> - 23540: <-0.434534, 0.000000, 0.900655> - 23541: <-0.434379, 0.045443, 0.899583> - 23542: <-0.479951, 0.045871, 0.876095> - 23543: <-0.480158, 0.000000, 0.877182> - 23544: <-0.434379, 0.045443, 0.899583> - 23545: <-0.433981, 0.089787, 0.896437> - 23546: <-0.479307, 0.090429, 0.872976> - 23547: <-0.479951, 0.045871, 0.876095> - 23548: <-0.433981, 0.089787, 0.896437> - 23549: <-0.433281, 0.132911, 0.891405> - 23550: <-0.478208, 0.133553, 0.868033> - 23551: <-0.479307, 0.090429, 0.872976> - 23552: <-0.433281, 0.132911, 0.891405> - 23553: <-0.432149, 0.175026, 0.884654> - 23554: <-0.476614, 0.175453, 0.861426> - 23555: <-0.478208, 0.133553, 0.868033> - 23556: <-0.432149, 0.175026, 0.884654> - 23557: <-0.430657, 0.216320, 0.876208> - 23558: <-0.474515, 0.216413, 0.853230> - 23559: <-0.476614, 0.175453, 0.861426> - 23560: <-0.430657, 0.216320, 0.876208> - 23561: <-0.428698, 0.256999, 0.866124> - 23562: <-0.471888, 0.256606, 0.843490> - 23563: <-0.474515, 0.216413, 0.853230> - 23564: <-0.428698, 0.256999, 0.866124> - 23565: <-0.426323, 0.297287, 0.854324> - 23566: <-0.468770, 0.296339, 0.832128> - 23567: <-0.471888, 0.256606, 0.843490> - 23568: <-0.426323, 0.297287, 0.854324> - 23569: <-0.423577, 0.337391, 0.840684> - 23570: <-0.465202, 0.335801, 0.819039> - 23571: <-0.468770, 0.296339, 0.832128> - 23572: <-0.423577, 0.337391, 0.840684> - 23573: <-0.420500, 0.377345, 0.825100> - 23574: <-0.461239, 0.374961, 0.804154> - 23575: <-0.465202, 0.335801, 0.819039> - 23576: <-0.420500, 0.377345, 0.825100> - 23577: <-0.417202, 0.417202, 0.807394> - 23578: <-0.456900, 0.413777, 0.787421> - 23579: <-0.461239, 0.374961, 0.804154> - 23580: <-0.417202, 0.417202, 0.807394> - 23581: <-0.413777, 0.456900, 0.787421> - 23582: <-0.452290, 0.452290, 0.768679> - 23583: <-0.456900, 0.413777, 0.787421> - 23584: <-0.413777, 0.456900, 0.787421> - 23585: <-0.410392, 0.496395, 0.764964> - 23586: <-0.447593, 0.490534, 0.747688> - 23587: <-0.452290, 0.452290, 0.768679> - 23588: <-0.410392, 0.496395, 0.764964> - 23589: <-0.407307, 0.535518, 0.739812> - 23590: <-0.443145, 0.528478, 0.724109> - 23591: <-0.447593, 0.490534, 0.747688> - 23592: <-0.407307, 0.535518, 0.739812> - 23593: <-0.404839, 0.574008, 0.711772> - 23594: <-0.439475, 0.565794, 0.697667> - 23595: <-0.443145, 0.528478, 0.724109> - 23596: <-0.404839, 0.574008, 0.711772> - 23597: <-0.403223, 0.611427, 0.680859> - 23598: <-0.437036, 0.601963, 0.668312> - 23599: <-0.439475, 0.565794, 0.697667> - 23600: <-0.437036, -0.601963, 0.668312> - 23601: <-0.439475, -0.565794, 0.697667> - 23602: <-0.473139, -0.557037, 0.682532> - 23603: <-0.469385, -0.591920, 0.655217> - 23604: <-0.439475, -0.565794, 0.697667> - 23605: <-0.443145, -0.528478, 0.724109> - 23606: <-0.478425, -0.520969, 0.706895> - 23607: <-0.473139, -0.557037, 0.682532> - 23608: <-0.443145, -0.528478, 0.724109> - 23609: <-0.447593, -0.490534, 0.747688> - 23610: <-0.484430, -0.484430, 0.728461> - 23611: <-0.478425, -0.520969, 0.706895> - 23612: <-0.447593, -0.490534, 0.747688> - 23613: <-0.452290, -0.452290, 0.768679> - 23614: <-0.490534, -0.447593, 0.747688> - 23615: <-0.484430, -0.484430, 0.728461> - 23616: <-0.452290, -0.452290, 0.768679> - 23617: <-0.456900, -0.413777, 0.787421> - 23618: <-0.496395, -0.410392, 0.764964> - 23619: <-0.490534, -0.447593, 0.747688> - 23620: <-0.456900, -0.413777, 0.787421> - 23621: <-0.461239, -0.374961, 0.804154> - 23622: <-0.501802, -0.372705, 0.780568> - 23623: <-0.496395, -0.410392, 0.764964> - 23624: <-0.461239, -0.374961, 0.804154> - 23625: <-0.465202, -0.335801, 0.819039> - 23626: <-0.506745, -0.334310, 0.794636> - 23627: <-0.501802, -0.372705, 0.780568> - 23628: <-0.465202, -0.335801, 0.819039> - 23629: <-0.468770, -0.296339, 0.832128> - 23630: <-0.511198, -0.295457, 0.807082> - 23631: <-0.506745, -0.334310, 0.794636> - 23632: <-0.468770, -0.296339, 0.832128> - 23633: <-0.471888, -0.256606, 0.843490> - 23634: <-0.515110, -0.256243, 0.817925> - 23635: <-0.511198, -0.295457, 0.807082> - 23636: <-0.471888, -0.256606, 0.843490> - 23637: <-0.474515, -0.216413, 0.853230> - 23638: <-0.518435, -0.216475, 0.827263> - 23639: <-0.515110, -0.256243, 0.817925> - 23640: <-0.474515, -0.216413, 0.853230> - 23641: <-0.476614, -0.175453, 0.861426> - 23642: <-0.521180, -0.175853, 0.835133> - 23643: <-0.518435, -0.216475, 0.827263> - 23644: <-0.476614, -0.175453, 0.861426> - 23645: <-0.478208, -0.133553, 0.868033> - 23646: <-0.523307, -0.134100, 0.841527> - 23647: <-0.521180, -0.175853, 0.835133> - 23648: <-0.478208, -0.133553, 0.868033> - 23649: <-0.479307, -0.090429, 0.872976> - 23650: <-0.524836, -0.091008, 0.846324> - 23651: <-0.523307, -0.134100, 0.841527> - 23652: <-0.479307, -0.090429, 0.872976> - 23653: <-0.479951, -0.045871, 0.876095> - 23654: <-0.525753, -0.046267, 0.849378> - 23655: <-0.524836, -0.091008, 0.846324> - 23656: <-0.479951, -0.045871, 0.876095> - 23657: <-0.480158, 0.000000, 0.877182> - 23658: <-0.526081, 0.000000, 0.850434> - 23659: <-0.525753, -0.046267, 0.849378> - 23660: <-0.480158, 0.000000, 0.877182> - 23661: <-0.479951, 0.045871, 0.876095> - 23662: <-0.525753, 0.046267, 0.849378> - 23663: <-0.526081, 0.000000, 0.850434> - 23664: <-0.479951, 0.045871, 0.876095> - 23665: <-0.479307, 0.090429, 0.872976> - 23666: <-0.524836, 0.091008, 0.846324> - 23667: <-0.525753, 0.046267, 0.849378> - 23668: <-0.479307, 0.090429, 0.872976> - 23669: <-0.478208, 0.133553, 0.868033> - 23670: <-0.523307, 0.134100, 0.841527> - 23671: <-0.524836, 0.091008, 0.846324> - 23672: <-0.478208, 0.133553, 0.868033> - 23673: <-0.476614, 0.175453, 0.861426> - 23674: <-0.521180, 0.175853, 0.835133> - 23675: <-0.523307, 0.134100, 0.841527> - 23676: <-0.476614, 0.175453, 0.861426> - 23677: <-0.474515, 0.216413, 0.853230> - 23678: <-0.518435, 0.216475, 0.827263> - 23679: <-0.521180, 0.175853, 0.835133> - 23680: <-0.474515, 0.216413, 0.853230> - 23681: <-0.471888, 0.256606, 0.843490> - 23682: <-0.515110, 0.256243, 0.817925> - 23683: <-0.518435, 0.216475, 0.827263> - 23684: <-0.471888, 0.256606, 0.843490> - 23685: <-0.468770, 0.296339, 0.832128> - 23686: <-0.511198, 0.295457, 0.807082> - 23687: <-0.515110, 0.256243, 0.817925> - 23688: <-0.468770, 0.296339, 0.832128> - 23689: <-0.465202, 0.335801, 0.819039> - 23690: <-0.506740, 0.334337, 0.794627> - 23691: <-0.511198, 0.295457, 0.807082> - 23692: <-0.465202, 0.335801, 0.819039> - 23693: <-0.461239, 0.374961, 0.804154> - 23694: <-0.501802, 0.372705, 0.780568> - 23695: <-0.506740, 0.334337, 0.794627> - 23696: <-0.461239, 0.374961, 0.804154> - 23697: <-0.456900, 0.413777, 0.787421> - 23698: <-0.496395, 0.410392, 0.764964> - 23699: <-0.501802, 0.372705, 0.780568> - 23700: <-0.456900, 0.413777, 0.787421> - 23701: <-0.452290, 0.452290, 0.768679> - 23702: <-0.490534, 0.447593, 0.747688> - 23703: <-0.496395, 0.410392, 0.764964> - 23704: <-0.452290, 0.452290, 0.768679> - 23705: <-0.447593, 0.490534, 0.747688> - 23706: <-0.484430, 0.484430, 0.728461> - 23707: <-0.490534, 0.447593, 0.747688> - 23708: <-0.447593, 0.490534, 0.747688> - 23709: <-0.443145, 0.528478, 0.724109> - 23710: <-0.478425, 0.520969, 0.706895> - 23711: <-0.484430, 0.484430, 0.728461> - 23712: <-0.443145, 0.528478, 0.724109> - 23713: <-0.439475, 0.565794, 0.697667> - 23714: <-0.473139, 0.557037, 0.682532> - 23715: <-0.478425, 0.520969, 0.706895> - 23716: <-0.439475, 0.565794, 0.697667> - 23717: <-0.437036, 0.601963, 0.668312> - 23718: <-0.469385, 0.591920, 0.655217> - 23719: <-0.473139, 0.557037, 0.682532> - 23720: <-0.469385, -0.591920, 0.655217> - 23721: <-0.473139, -0.557037, 0.682532> - 23722: <-0.506040, -0.547882, 0.666144> - 23723: <-0.500496, -0.581465, 0.641406> - 23724: <-0.473139, -0.557037, 0.682532> - 23725: <-0.478425, -0.520969, 0.706895> - 23726: <-0.513252, -0.513252, 0.687856> - 23727: <-0.506040, -0.547882, 0.666144> - 23728: <-0.478425, -0.520969, 0.706895> - 23729: <-0.484430, -0.484430, 0.728461> - 23730: <-0.520969, -0.478425, 0.706895> - 23731: <-0.513252, -0.513252, 0.687856> - 23732: <-0.484430, -0.484430, 0.728461> - 23733: <-0.490534, -0.447593, 0.747688> - 23734: <-0.528478, -0.443145, 0.724109> - 23735: <-0.520969, -0.478425, 0.706895> - 23736: <-0.490534, -0.447593, 0.747688> - 23737: <-0.496395, -0.410392, 0.764964> - 23738: <-0.535518, -0.407307, 0.739812> - 23739: <-0.528478, -0.443145, 0.724109> - 23740: <-0.496395, -0.410392, 0.764964> - 23741: <-0.501802, -0.372705, 0.780568> - 23742: <-0.542028, -0.370721, 0.754169> - 23743: <-0.535518, -0.407307, 0.739812> - 23744: <-0.501802, -0.372705, 0.780568> - 23745: <-0.506745, -0.334310, 0.794636> - 23746: <-0.548009, -0.333090, 0.767292> - 23747: <-0.542028, -0.370721, 0.754169> - 23748: <-0.506745, -0.334310, 0.794636> - 23749: <-0.511198, -0.295457, 0.807082> - 23750: <-0.553415, -0.294729, 0.779017> - 23751: <-0.548009, -0.333090, 0.767292> - 23752: <-0.511198, -0.295457, 0.807082> - 23753: <-0.515110, -0.256243, 0.817925> - 23754: <-0.558172, -0.255937, 0.789266> - 23755: <-0.553415, -0.294729, 0.779017> - 23756: <-0.515110, -0.256243, 0.817925> - 23757: <-0.518435, -0.216475, 0.827263> - 23758: <-0.562257, -0.216534, 0.798110> - 23759: <-0.558172, -0.255937, 0.789266> - 23760: <-0.518435, -0.216475, 0.827263> - 23761: <-0.521180, -0.175853, 0.835133> - 23762: <-0.565675, -0.176188, 0.805587> - 23763: <-0.562257, -0.216534, 0.798110> - 23764: <-0.521180, -0.175853, 0.835133> - 23765: <-0.523307, -0.134100, 0.841527> - 23766: <-0.568382, -0.134618, 0.811677> - 23767: <-0.565675, -0.176188, 0.805587> - 23768: <-0.523307, -0.134100, 0.841527> - 23769: <-0.524836, -0.091008, 0.846324> - 23770: <-0.570377, -0.091497, 0.816271> - 23771: <-0.568382, -0.134618, 0.811677> - 23772: <-0.524836, -0.091008, 0.846324> - 23773: <-0.525753, -0.046267, 0.849378> - 23774: <-0.571602, -0.046573, 0.819208> - 23775: <-0.570377, -0.091497, 0.816271> - 23776: <-0.525753, -0.046267, 0.849378> - 23777: <-0.526081, 0.000000, 0.850434> - 23778: <-0.572024, 0.000000, 0.820237> - 23779: <-0.571602, -0.046573, 0.819208> - 23780: <-0.526081, 0.000000, 0.850434> - 23781: <-0.525753, 0.046267, 0.849378> - 23782: <-0.571602, 0.046573, 0.819208> - 23783: <-0.572024, 0.000000, 0.820237> - 23784: <-0.525753, 0.046267, 0.849378> - 23785: <-0.524836, 0.091008, 0.846324> - 23786: <-0.570377, 0.091497, 0.816271> - 23787: <-0.571602, 0.046573, 0.819208> - 23788: <-0.524836, 0.091008, 0.846324> - 23789: <-0.523307, 0.134100, 0.841527> - 23790: <-0.568382, 0.134618, 0.811677> - 23791: <-0.570377, 0.091497, 0.816271> - 23792: <-0.523307, 0.134100, 0.841527> - 23793: <-0.521180, 0.175853, 0.835133> - 23794: <-0.565675, 0.176188, 0.805587> - 23795: <-0.568382, 0.134618, 0.811677> - 23796: <-0.521180, 0.175853, 0.835133> - 23797: <-0.518435, 0.216475, 0.827263> - 23798: <-0.562257, 0.216534, 0.798110> - 23799: <-0.565675, 0.176188, 0.805587> - 23800: <-0.518435, 0.216475, 0.827263> - 23801: <-0.515110, 0.256243, 0.817925> - 23802: <-0.558172, 0.255937, 0.789266> - 23803: <-0.562257, 0.216534, 0.798110> - 23804: <-0.515110, 0.256243, 0.817925> - 23805: <-0.511198, 0.295457, 0.807082> - 23806: <-0.553415, 0.294729, 0.779017> - 23807: <-0.558172, 0.255937, 0.789266> - 23808: <-0.511198, 0.295457, 0.807082> - 23809: <-0.506740, 0.334337, 0.794627> - 23810: <-0.548009, 0.333090, 0.767292> - 23811: <-0.553415, 0.294729, 0.779017> - 23812: <-0.506740, 0.334337, 0.794627> - 23813: <-0.501802, 0.372705, 0.780568> - 23814: <-0.542028, 0.370721, 0.754169> - 23815: <-0.548009, 0.333090, 0.767292> - 23816: <-0.501802, 0.372705, 0.780568> - 23817: <-0.496395, 0.410392, 0.764964> - 23818: <-0.535518, 0.407307, 0.739812> - 23819: <-0.542028, 0.370721, 0.754169> - 23820: <-0.496395, 0.410392, 0.764964> - 23821: <-0.490534, 0.447593, 0.747688> - 23822: <-0.528478, 0.443145, 0.724109> - 23823: <-0.535518, 0.407307, 0.739812> - 23824: <-0.490534, 0.447593, 0.747688> - 23825: <-0.484430, 0.484430, 0.728461> - 23826: <-0.520969, 0.478425, 0.706895> - 23827: <-0.528478, 0.443145, 0.724109> - 23828: <-0.484430, 0.484430, 0.728461> - 23829: <-0.478425, 0.520969, 0.706895> - 23830: <-0.513252, 0.513252, 0.687856> - 23831: <-0.520969, 0.478425, 0.706895> - 23832: <-0.478425, 0.520969, 0.706895> - 23833: <-0.473139, 0.557037, 0.682532> - 23834: <-0.506040, 0.547882, 0.666144> - 23835: <-0.513252, 0.513252, 0.687856> - 23836: <-0.473139, 0.557037, 0.682532> - 23837: <-0.469385, 0.591920, 0.655217> - 23838: <-0.500519, 0.581456, 0.641396> - 23839: <-0.506040, 0.547882, 0.666144> - 23840: <-0.500496, -0.581465, 0.641406> - 23841: <-0.506040, -0.547882, 0.666144> - 23842: <-0.538962, -0.538962, 0.647334> - 23843: <-0.531523, -0.571076, 0.625584> - 23844: <-0.506040, -0.547882, 0.666144> - 23845: <-0.513252, -0.513252, 0.687856> - 23846: <-0.547882, -0.506040, 0.666144> - 23847: <-0.538962, -0.538962, 0.647334> - 23848: <-0.513252, -0.513252, 0.687856> - 23849: <-0.520969, -0.478425, 0.706895> - 23850: <-0.557037, -0.473139, 0.682532> - 23851: <-0.547882, -0.506040, 0.666144> - 23852: <-0.520969, -0.478425, 0.706895> - 23853: <-0.528478, -0.443145, 0.724109> - 23854: <-0.565794, -0.439475, 0.697667> - 23855: <-0.557037, -0.473139, 0.682532> - 23856: <-0.528478, -0.443145, 0.724109> - 23857: <-0.535518, -0.407307, 0.739812> - 23858: <-0.574008, -0.404839, 0.711772> - 23859: <-0.565794, -0.439475, 0.697667> - 23860: <-0.535518, -0.407307, 0.739812> - 23861: <-0.542028, -0.370721, 0.754169> - 23862: <-0.581661, -0.369188, 0.724825> - 23863: <-0.574008, -0.404839, 0.711772> - 23864: <-0.542028, -0.370721, 0.754169> - 23865: <-0.548009, -0.333090, 0.767292> - 23866: <-0.588744, -0.332170, 0.736915> - 23867: <-0.581661, -0.369188, 0.724825> - 23868: <-0.548009, -0.333090, 0.767292> - 23869: <-0.553415, -0.294729, 0.779017> - 23870: <-0.595158, -0.294207, 0.747816> - 23871: <-0.588744, -0.332170, 0.736915> - 23872: <-0.553415, -0.294729, 0.779017> - 23873: <-0.558172, -0.255937, 0.789266> - 23874: <-0.600829, -0.255750, 0.757361> - 23875: <-0.595158, -0.294207, 0.747816> - 23876: <-0.558172, -0.255937, 0.789266> - 23877: <-0.562257, -0.216534, 0.798110> - 23878: <-0.605748, -0.216596, 0.765608> - 23879: <-0.600829, -0.255750, 0.757361> - 23880: <-0.562257, -0.216534, 0.798110> - 23881: <-0.565675, -0.176188, 0.805587> - 23882: <-0.609892, -0.176461, 0.772589> - 23883: <-0.605748, -0.216596, 0.765608> - 23884: <-0.565675, -0.176188, 0.805587> - 23885: <-0.568382, -0.134618, 0.811677> - 23886: <-0.613196, -0.135018, 0.778306> - 23887: <-0.609892, -0.176461, 0.772589> - 23888: <-0.568382, -0.134618, 0.811677> - 23889: <-0.570377, -0.091497, 0.816271> - 23890: <-0.615697, -0.091894, 0.782607> - 23891: <-0.613196, -0.135018, 0.778306> - 23892: <-0.570377, -0.091497, 0.816271> - 23893: <-0.571602, -0.046573, 0.819208> - 23894: <-0.617246, -0.046847, 0.785375> - 23895: <-0.615697, -0.091894, 0.782607> - 23896: <-0.571602, -0.046573, 0.819208> - 23897: <-0.572024, 0.000000, 0.820237> - 23898: <-0.617789, 0.000000, 0.786344> - 23899: <-0.617246, -0.046847, 0.785375> - 23900: <-0.572024, 0.000000, 0.820237> - 23901: <-0.571602, 0.046573, 0.819208> - 23902: <-0.617246, 0.046847, 0.785375> - 23903: <-0.617789, 0.000000, 0.786344> - 23904: <-0.571602, 0.046573, 0.819208> - 23905: <-0.570377, 0.091497, 0.816271> - 23906: <-0.615697, 0.091894, 0.782607> - 23907: <-0.617246, 0.046847, 0.785375> - 23908: <-0.570377, 0.091497, 0.816271> - 23909: <-0.568382, 0.134618, 0.811677> - 23910: <-0.613199, 0.134988, 0.778309> - 23911: <-0.615697, 0.091894, 0.782607> - 23912: <-0.568382, 0.134618, 0.811677> - 23913: <-0.565675, 0.176188, 0.805587> - 23914: <-0.609892, 0.176461, 0.772589> - 23915: <-0.613199, 0.134988, 0.778309> - 23916: <-0.565675, 0.176188, 0.805587> - 23917: <-0.562257, 0.216534, 0.798110> - 23918: <-0.605748, 0.216596, 0.765608> - 23919: <-0.609892, 0.176461, 0.772589> - 23920: <-0.562257, 0.216534, 0.798110> - 23921: <-0.558172, 0.255937, 0.789266> - 23922: <-0.600829, 0.255750, 0.757361> - 23923: <-0.605748, 0.216596, 0.765608> - 23924: <-0.558172, 0.255937, 0.789266> - 23925: <-0.553415, 0.294729, 0.779017> - 23926: <-0.595158, 0.294207, 0.747816> - 23927: <-0.600829, 0.255750, 0.757361> - 23928: <-0.553415, 0.294729, 0.779017> - 23929: <-0.548009, 0.333090, 0.767292> - 23930: <-0.588744, 0.332170, 0.736915> - 23931: <-0.595158, 0.294207, 0.747816> - 23932: <-0.548009, 0.333090, 0.767292> - 23933: <-0.542028, 0.370721, 0.754169> - 23934: <-0.581661, 0.369188, 0.724825> - 23935: <-0.588744, 0.332170, 0.736915> - 23936: <-0.542028, 0.370721, 0.754169> - 23937: <-0.535518, 0.407307, 0.739812> - 23938: <-0.574008, 0.404839, 0.711772> - 23939: <-0.581661, 0.369188, 0.724825> - 23940: <-0.535518, 0.407307, 0.739812> - 23941: <-0.528478, 0.443145, 0.724109> - 23942: <-0.565794, 0.439475, 0.697667> - 23943: <-0.574008, 0.404839, 0.711772> - 23944: <-0.528478, 0.443145, 0.724109> - 23945: <-0.520969, 0.478425, 0.706895> - 23946: <-0.557037, 0.473139, 0.682532> - 23947: <-0.565794, 0.439475, 0.697667> - 23948: <-0.520969, 0.478425, 0.706895> - 23949: <-0.513252, 0.513252, 0.687856> - 23950: <-0.547882, 0.506040, 0.666144> - 23951: <-0.557037, 0.473139, 0.682532> - 23952: <-0.513252, 0.513252, 0.687856> - 23953: <-0.506040, 0.547882, 0.666144> - 23954: <-0.538962, 0.538962, 0.647334> - 23955: <-0.547882, 0.506040, 0.666144> - 23956: <-0.506040, 0.547882, 0.666144> - 23957: <-0.500519, 0.581456, 0.641396> - 23958: <-0.531523, 0.571076, 0.625584> - 23959: <-0.538962, 0.538962, 0.647334> - 23960: <-0.531523, -0.571076, 0.625584> - 23961: <-0.538962, -0.538962, 0.647334> - 23962: <-0.571076, -0.531523, 0.625584> - 23963: <-0.561516, -0.561516, 0.607783> - 23964: <-0.538962, -0.538962, 0.647334> - 23965: <-0.547882, -0.506040, 0.666144> - 23966: <-0.581456, -0.500519, 0.641396> - 23967: <-0.571076, -0.531523, 0.625584> - 23968: <-0.547882, -0.506040, 0.666144> - 23969: <-0.557037, -0.473139, 0.682532> - 23970: <-0.591920, -0.469385, 0.655217> - 23971: <-0.581456, -0.500519, 0.641396> - 23972: <-0.557037, -0.473139, 0.682532> - 23973: <-0.565794, -0.439475, 0.697667> - 23974: <-0.601963, -0.437036, 0.668312> - 23975: <-0.591920, -0.469385, 0.655217> - 23976: <-0.565794, -0.439475, 0.697667> - 23977: <-0.574008, -0.404839, 0.711772> - 23978: <-0.611427, -0.403223, 0.680859> - 23979: <-0.601963, -0.437036, 0.668312> - 23980: <-0.574008, -0.404839, 0.711772> - 23981: <-0.581661, -0.369188, 0.724825> - 23982: <-0.620305, -0.368246, 0.692544> - 23983: <-0.611427, -0.403223, 0.680859> - 23984: <-0.581661, -0.369188, 0.724825> - 23985: <-0.588744, -0.332170, 0.736915> - 23986: <-0.628603, -0.331652, 0.703467> - 23987: <-0.620305, -0.368246, 0.692544> - 23988: <-0.588744, -0.332170, 0.736915> - 23989: <-0.595158, -0.294207, 0.747816> - 23990: <-0.636150, -0.293904, 0.713396> - 23991: <-0.628603, -0.331652, 0.703467> - 23992: <-0.595158, -0.294207, 0.747816> - 23993: <-0.600829, -0.255750, 0.757361> - 23994: <-0.642833, -0.255632, 0.722093> - 23995: <-0.636150, -0.293904, 0.713396> - 23996: <-0.600829, -0.255750, 0.757361> - 23997: <-0.605748, -0.216596, 0.765608> - 23998: <-0.648606, -0.216660, 0.729636> - 23999: <-0.642833, -0.255632, 0.722093> - 24000: <-0.605748, -0.216596, 0.765608> - 24001: <-0.609892, -0.176461, 0.772589> - 24002: <-0.653502, -0.176644, 0.736025> - 24003: <-0.648606, -0.216660, 0.729636> - 24004: <-0.609892, -0.176461, 0.772589> - 24005: <-0.613196, -0.135018, 0.778306> - 24006: <-0.657468, -0.135260, 0.741243> - 24007: <-0.653502, -0.176644, 0.736025> - 24008: <-0.613196, -0.135018, 0.778306> - 24009: <-0.615697, -0.091894, 0.782607> - 24010: <-0.660463, -0.092137, 0.745184> - 24011: <-0.657468, -0.135260, 0.741243> - 24012: <-0.615697, -0.091894, 0.782607> - 24013: <-0.617246, -0.046847, 0.785375> - 24014: <-0.662354, -0.046999, 0.747715> - 24015: <-0.660463, -0.092137, 0.745184> - 24016: <-0.617246, -0.046847, 0.785375> - 24017: <-0.617789, 0.000000, 0.786344> - 24018: <-0.663024, 0.000000, 0.748599> - 24019: <-0.662354, -0.046999, 0.747715> - 24020: <-0.617789, 0.000000, 0.786344> - 24021: <-0.617246, 0.046847, 0.785375> - 24022: <-0.662354, 0.046999, 0.747715> - 24023: <-0.663024, 0.000000, 0.748599> - 24024: <-0.617246, 0.046847, 0.785375> - 24025: <-0.615697, 0.091894, 0.782607> - 24026: <-0.660463, 0.092137, 0.745184> - 24027: <-0.662354, 0.046999, 0.747715> - 24028: <-0.615697, 0.091894, 0.782607> - 24029: <-0.613199, 0.134988, 0.778309> - 24030: <-0.657468, 0.135260, 0.741243> - 24031: <-0.660463, 0.092137, 0.745184> - 24032: <-0.613199, 0.134988, 0.778309> - 24033: <-0.609892, 0.176461, 0.772589> - 24034: <-0.653502, 0.176644, 0.736025> - 24035: <-0.657468, 0.135260, 0.741243> - 24036: <-0.609892, 0.176461, 0.772589> - 24037: <-0.605748, 0.216596, 0.765608> - 24038: <-0.648606, 0.216660, 0.729636> - 24039: <-0.653502, 0.176644, 0.736025> - 24040: <-0.605748, 0.216596, 0.765608> - 24041: <-0.600829, 0.255750, 0.757361> - 24042: <-0.642833, 0.255632, 0.722093> - 24043: <-0.648606, 0.216660, 0.729636> - 24044: <-0.600829, 0.255750, 0.757361> - 24045: <-0.595158, 0.294207, 0.747816> - 24046: <-0.636150, 0.293904, 0.713396> - 24047: <-0.642833, 0.255632, 0.722093> - 24048: <-0.595158, 0.294207, 0.747816> - 24049: <-0.588744, 0.332170, 0.736915> - 24050: <-0.628603, 0.331652, 0.703467> - 24051: <-0.636150, 0.293904, 0.713396> - 24052: <-0.588744, 0.332170, 0.736915> - 24053: <-0.581661, 0.369188, 0.724825> - 24054: <-0.620305, 0.368246, 0.692544> - 24055: <-0.628603, 0.331652, 0.703467> - 24056: <-0.581661, 0.369188, 0.724825> - 24057: <-0.574008, 0.404839, 0.711772> - 24058: <-0.611427, 0.403223, 0.680859> - 24059: <-0.620305, 0.368246, 0.692544> - 24060: <-0.574008, 0.404839, 0.711772> - 24061: <-0.565794, 0.439475, 0.697667> - 24062: <-0.601963, 0.437036, 0.668312> - 24063: <-0.611427, 0.403223, 0.680859> - 24064: <-0.565794, 0.439475, 0.697667> - 24065: <-0.557037, 0.473139, 0.682532> - 24066: <-0.591920, 0.469385, 0.655217> - 24067: <-0.601963, 0.437036, 0.668312> - 24068: <-0.557037, 0.473139, 0.682532> - 24069: <-0.547882, 0.506040, 0.666144> - 24070: <-0.581465, 0.500496, 0.641406> - 24071: <-0.591920, 0.469385, 0.655217> - 24072: <-0.547882, 0.506040, 0.666144> - 24073: <-0.538962, 0.538962, 0.647334> - 24074: <-0.571076, 0.531523, 0.625584> - 24075: <-0.581465, 0.500496, 0.641406> - 24076: <-0.538962, 0.538962, 0.647334> - 24077: <-0.531523, 0.571076, 0.625584> - 24078: <-0.561516, 0.561516, 0.607783> - 24079: <-0.571076, 0.531523, 0.625584> - 24080: < 0.577360, -0.577330, 0.577360> - 24081: < 0.588539, -0.554296, 0.588539> - 24082: < 0.561516, -0.561516, 0.607783> - 24083: < 0.554296, -0.588539, 0.588539> - 24084: < 0.588539, -0.554296, 0.588539> - 24085: < 0.601199, -0.526457, 0.601168> - 24086: < 0.571076, -0.531523, 0.625584> - 24087: < 0.561516, -0.561516, 0.607783> - 24088: < 0.601199, -0.526457, 0.601168> - 24089: < 0.613379, -0.497527, 0.613379> - 24090: < 0.581456, -0.500519, 0.641396> - 24091: < 0.571076, -0.531523, 0.625584> - 24092: < 0.613379, -0.497527, 0.613379> - 24093: < 0.624909, -0.467950, 0.624909> - 24094: < 0.591920, -0.469385, 0.655217> - 24095: < 0.581456, -0.500519, 0.641396> - 24096: < 0.624909, -0.467950, 0.624909> - 24097: < 0.636296, -0.436181, 0.636296> - 24098: < 0.601963, -0.437036, 0.668312> - 24099: < 0.591920, -0.469385, 0.655217> - 24100: < 0.636296, -0.436181, 0.636296> - 24101: < 0.647247, -0.402668, 0.647247> - 24102: < 0.611427, -0.403223, 0.680859> - 24103: < 0.601963, -0.437036, 0.668312> - 24104: < 0.647247, -0.402668, 0.647247> - 24105: < 0.657511, -0.367912, 0.657511> - 24106: < 0.620305, -0.368246, 0.692544> - 24107: < 0.611427, -0.403223, 0.680859> - 24108: < 0.657511, -0.367912, 0.657511> - 24109: < 0.667130, -0.331474, 0.667130> - 24110: < 0.628603, -0.331652, 0.703467> - 24111: < 0.620305, -0.368246, 0.692544> - 24112: < 0.667130, -0.331474, 0.667130> - 24113: < 0.675899, -0.293804, 0.675899> - 24114: < 0.636150, -0.293904, 0.713396> - 24115: < 0.628603, -0.331652, 0.703467> - 24116: < 0.675899, -0.293804, 0.675899> - 24117: < 0.683620, -0.255594, 0.683620> - 24118: < 0.642833, -0.255632, 0.722093> - 24119: < 0.636150, -0.293904, 0.713396> - 24120: < 0.683620, -0.255594, 0.683620> - 24121: < 0.690307, -0.216684, 0.690307> - 24122: < 0.648606, -0.216660, 0.729636> - 24123: < 0.642833, -0.255632, 0.722093> - 24124: < 0.690307, -0.216684, 0.690307> - 24125: < 0.695976, -0.176733, 0.695976> - 24126: < 0.653502, -0.176644, 0.736025> - 24127: < 0.648606, -0.216660, 0.729636> - 24128: < 0.695976, -0.176733, 0.695976> - 24129: < 0.700600, -0.135353, 0.700600> - 24130: < 0.657468, -0.135260, 0.741243> - 24131: < 0.653502, -0.176644, 0.736025> - 24132: < 0.700600, -0.135353, 0.700600> - 24133: < 0.704093, -0.092231, 0.704093> - 24134: < 0.660463, -0.092137, 0.745184> - 24135: < 0.657468, -0.135260, 0.741243> - 24136: < 0.704093, -0.092231, 0.704093> - 24137: < 0.706323, -0.047060, 0.706323> - 24138: < 0.662354, -0.046999, 0.747715> - 24139: < 0.660463, -0.092137, 0.745184> - 24140: < 0.706323, -0.047060, 0.706323> - 24141: < 0.707107, 0.000000, 0.707107> - 24142: < 0.663024, 0.000000, 0.748599> - 24143: < 0.662354, -0.046999, 0.747715> - 24144: < 0.707107, 0.000000, 0.707107> - 24145: < 0.706323, 0.047060, 0.706323> - 24146: < 0.662354, 0.046999, 0.747715> - 24147: < 0.663024, 0.000000, 0.748599> - 24148: < 0.706323, 0.047060, 0.706323> - 24149: < 0.704093, 0.092231, 0.704093> - 24150: < 0.660463, 0.092137, 0.745184> - 24151: < 0.662354, 0.046999, 0.747715> - 24152: < 0.704093, 0.092231, 0.704093> - 24153: < 0.700600, 0.135353, 0.700600> - 24154: < 0.657468, 0.135260, 0.741243> - 24155: < 0.660463, 0.092137, 0.745184> - 24156: < 0.700600, 0.135353, 0.700600> - 24157: < 0.695976, 0.176733, 0.695976> - 24158: < 0.653502, 0.176644, 0.736025> - 24159: < 0.657468, 0.135260, 0.741243> - 24160: < 0.695976, 0.176733, 0.695976> - 24161: < 0.690307, 0.216684, 0.690307> - 24162: < 0.648606, 0.216660, 0.729636> - 24163: < 0.653502, 0.176644, 0.736025> - 24164: < 0.690307, 0.216684, 0.690307> - 24165: < 0.683620, 0.255594, 0.683620> - 24166: < 0.642833, 0.255632, 0.722093> - 24167: < 0.648606, 0.216660, 0.729636> - 24168: < 0.683620, 0.255594, 0.683620> - 24169: < 0.675899, 0.293804, 0.675899> - 24170: < 0.636150, 0.293904, 0.713396> - 24171: < 0.642833, 0.255632, 0.722093> - 24172: < 0.675899, 0.293804, 0.675899> - 24173: < 0.667130, 0.331474, 0.667130> - 24174: < 0.628603, 0.331652, 0.703467> - 24175: < 0.636150, 0.293904, 0.713396> - 24176: < 0.667130, 0.331474, 0.667130> - 24177: < 0.657511, 0.367912, 0.657511> - 24178: < 0.620305, 0.368246, 0.692544> - 24179: < 0.628603, 0.331652, 0.703467> - 24180: < 0.657511, 0.367912, 0.657511> - 24181: < 0.647247, 0.402668, 0.647247> - 24182: < 0.611427, 0.403223, 0.680859> - 24183: < 0.620305, 0.368246, 0.692544> - 24184: < 0.647247, 0.402668, 0.647247> - 24185: < 0.636296, 0.436181, 0.636296> - 24186: < 0.601963, 0.437036, 0.668312> - 24187: < 0.611427, 0.403223, 0.680859> - 24188: < 0.636296, 0.436181, 0.636296> - 24189: < 0.624909, 0.467950, 0.624909> - 24190: < 0.591920, 0.469385, 0.655217> - 24191: < 0.601963, 0.437036, 0.668312> - 24192: < 0.624909, 0.467950, 0.624909> - 24193: < 0.613379, 0.497527, 0.613379> - 24194: < 0.581456, 0.500519, 0.641396> - 24195: < 0.591920, 0.469385, 0.655217> - 24196: < 0.613379, 0.497527, 0.613379> - 24197: < 0.601199, 0.526457, 0.601168> - 24198: < 0.571076, 0.531523, 0.625584> - 24199: < 0.581456, 0.500519, 0.641396> - 24200: < 0.601199, 0.526457, 0.601168> - 24201: < 0.588539, 0.554296, 0.588539> - 24202: < 0.561516, 0.561516, 0.607783> - 24203: < 0.571076, 0.531523, 0.625584> - 24204: < 0.588539, 0.554296, 0.588539> - 24205: < 0.577330, 0.577360, 0.577360> - 24206: < 0.554296, 0.588539, 0.588539> - 24207: < 0.561516, 0.561516, 0.607783> - 24208: < 0.561516, 0.561516, 0.607783> - 24209: < 0.554296, 0.588539, 0.588539> - 24210: < 0.526447, 0.601188, 0.601188> - 24211: < 0.531523, 0.571076, 0.625584> - 24212: < 0.531523, 0.571076, 0.625584> - 24213: < 0.526447, 0.601188, 0.601188> - 24214: < 0.497527, 0.613379, 0.613379> - 24215: < 0.500519, 0.581456, 0.641396> - 24216: < 0.500519, 0.581456, 0.641396> - 24217: < 0.497527, 0.613379, 0.613379> - 24218: < 0.467950, 0.624909, 0.624909> - 24219: < 0.469385, 0.591920, 0.655217> - 24220: < 0.469385, 0.591920, 0.655217> - 24221: < 0.467950, 0.624909, 0.624909> - 24222: < 0.436181, 0.636296, 0.636296> - 24223: < 0.437036, 0.601963, 0.668312> - 24224: < 0.437036, 0.601963, 0.668312> - 24225: < 0.436181, 0.636296, 0.636296> - 24226: < 0.402668, 0.647247, 0.647247> - 24227: < 0.403223, 0.611427, 0.680859> - 24228: < 0.403223, 0.611427, 0.680859> - 24229: < 0.402668, 0.647247, 0.647247> - 24230: < 0.367912, 0.657511, 0.657511> - 24231: < 0.368246, 0.620305, 0.692544> - 24232: < 0.368246, 0.620305, 0.692544> - 24233: < 0.367912, 0.657511, 0.657511> - 24234: < 0.331474, 0.667130, 0.667130> - 24235: < 0.331652, 0.628603, 0.703467> - 24236: < 0.331652, 0.628603, 0.703467> - 24237: < 0.331474, 0.667130, 0.667130> - 24238: < 0.293804, 0.675899, 0.675899> - 24239: < 0.293904, 0.636150, 0.713396> - 24240: < 0.293904, 0.636150, 0.713396> - 24241: < 0.293804, 0.675899, 0.675899> - 24242: < 0.255594, 0.683620, 0.683620> - 24243: < 0.255632, 0.642833, 0.722093> - 24244: < 0.255632, 0.642833, 0.722093> - 24245: < 0.255594, 0.683620, 0.683620> - 24246: < 0.216684, 0.690307, 0.690307> - 24247: < 0.216660, 0.648606, 0.729636> - 24248: < 0.216660, 0.648606, 0.729636> - 24249: < 0.216684, 0.690307, 0.690307> - 24250: < 0.176733, 0.695976, 0.695976> - 24251: < 0.176644, 0.653502, 0.736025> - 24252: < 0.176644, 0.653502, 0.736025> - 24253: < 0.176733, 0.695976, 0.695976> - 24254: < 0.135353, 0.700600, 0.700600> - 24255: < 0.135260, 0.657468, 0.741243> - 24256: < 0.135260, 0.657468, 0.741243> - 24257: < 0.135353, 0.700600, 0.700600> - 24258: < 0.092231, 0.704093, 0.704093> - 24259: < 0.092137, 0.660463, 0.745184> - 24260: < 0.092137, 0.660463, 0.745184> - 24261: < 0.092231, 0.704093, 0.704093> - 24262: < 0.047060, 0.706323, 0.706323> - 24263: < 0.046999, 0.662354, 0.747715> - 24264: < 0.046999, 0.662354, 0.747715> - 24265: < 0.047060, 0.706323, 0.706323> - 24266: < 0.000000, 0.707107, 0.707107> - 24267: < 0.000000, 0.663024, 0.748599> - 24268: < 0.000000, 0.663024, 0.748599> - 24269: < 0.000000, 0.707107, 0.707107> - 24270: <-0.047060, 0.706323, 0.706323> - 24271: <-0.046999, 0.662354, 0.747715> - 24272: <-0.046999, 0.662354, 0.747715> - 24273: <-0.047060, 0.706323, 0.706323> - 24274: <-0.092231, 0.704093, 0.704093> - 24275: <-0.092137, 0.660463, 0.745184> - 24276: <-0.092137, 0.660463, 0.745184> - 24277: <-0.092231, 0.704093, 0.704093> - 24278: <-0.135353, 0.700600, 0.700600> - 24279: <-0.135260, 0.657468, 0.741243> - 24280: <-0.135260, 0.657468, 0.741243> - 24281: <-0.135353, 0.700600, 0.700600> - 24282: <-0.176733, 0.695976, 0.695976> - 24283: <-0.176644, 0.653502, 0.736025> - 24284: <-0.176644, 0.653502, 0.736025> - 24285: <-0.176733, 0.695976, 0.695976> - 24286: <-0.216684, 0.690307, 0.690307> - 24287: <-0.216660, 0.648606, 0.729636> - 24288: <-0.216660, 0.648606, 0.729636> - 24289: <-0.216684, 0.690307, 0.690307> - 24290: <-0.255594, 0.683620, 0.683620> - 24291: <-0.255632, 0.642833, 0.722093> - 24292: <-0.255632, 0.642833, 0.722093> - 24293: <-0.255594, 0.683620, 0.683620> - 24294: <-0.293804, 0.675899, 0.675899> - 24295: <-0.293904, 0.636150, 0.713396> - 24296: <-0.293904, 0.636150, 0.713396> - 24297: <-0.293804, 0.675899, 0.675899> - 24298: <-0.331474, 0.667130, 0.667130> - 24299: <-0.331652, 0.628603, 0.703467> - 24300: <-0.331652, 0.628603, 0.703467> - 24301: <-0.331474, 0.667130, 0.667130> - 24302: <-0.367912, 0.657511, 0.657511> - 24303: <-0.368246, 0.620305, 0.692544> - 24304: <-0.368246, 0.620305, 0.692544> - 24305: <-0.367912, 0.657511, 0.657511> - 24306: <-0.402668, 0.647247, 0.647247> - 24307: <-0.403223, 0.611427, 0.680859> - 24308: <-0.403223, 0.611427, 0.680859> - 24309: <-0.402668, 0.647247, 0.647247> - 24310: <-0.436181, 0.636296, 0.636296> - 24311: <-0.437036, 0.601963, 0.668312> - 24312: <-0.437036, 0.601963, 0.668312> - 24313: <-0.436181, 0.636296, 0.636296> - 24314: <-0.467950, 0.624909, 0.624909> - 24315: <-0.469385, 0.591920, 0.655217> - 24316: <-0.469385, 0.591920, 0.655217> - 24317: <-0.467950, 0.624909, 0.624909> - 24318: <-0.497527, 0.613379, 0.613379> - 24319: <-0.500519, 0.581456, 0.641396> - 24320: <-0.500519, 0.581456, 0.641396> - 24321: <-0.497527, 0.613379, 0.613379> - 24322: <-0.526447, 0.601188, 0.601188> - 24323: <-0.531523, 0.571076, 0.625584> - 24324: <-0.531523, 0.571076, 0.625584> - 24325: <-0.526447, 0.601188, 0.601188> - 24326: <-0.554296, 0.588539, 0.588539> - 24327: <-0.561516, 0.561516, 0.607783> - 24328: <-0.561516, 0.561516, 0.607783> - 24329: <-0.554296, 0.588539, 0.588539> - 24330: <-0.577350, 0.577350, 0.577350> - 24331: <-0.588539, 0.554296, 0.588539> - 24332: <-0.571076, 0.531523, 0.625584> - 24333: <-0.561516, 0.561516, 0.607783> - 24334: <-0.588539, 0.554296, 0.588539> - 24335: <-0.601188, 0.526447, 0.601188> - 24336: <-0.581465, 0.500496, 0.641406> - 24337: <-0.571076, 0.531523, 0.625584> - 24338: <-0.601188, 0.526447, 0.601188> - 24339: <-0.613379, 0.497527, 0.613379> - 24340: <-0.591920, 0.469385, 0.655217> - 24341: <-0.581465, 0.500496, 0.641406> - 24342: <-0.613379, 0.497527, 0.613379> - 24343: <-0.624909, 0.467950, 0.624909> - 24344: <-0.601963, 0.437036, 0.668312> - 24345: <-0.591920, 0.469385, 0.655217> - 24346: <-0.624909, 0.467950, 0.624909> - 24347: <-0.636296, 0.436181, 0.636296> - 24348: <-0.611427, 0.403223, 0.680859> - 24349: <-0.601963, 0.437036, 0.668312> - 24350: <-0.636296, 0.436181, 0.636296> - 24351: <-0.647247, 0.402668, 0.647247> - 24352: <-0.620305, 0.368246, 0.692544> - 24353: <-0.611427, 0.403223, 0.680859> - 24354: <-0.647247, 0.402668, 0.647247> - 24355: <-0.657511, 0.367912, 0.657511> - 24356: <-0.628603, 0.331652, 0.703467> - 24357: <-0.620305, 0.368246, 0.692544> - 24358: <-0.657511, 0.367912, 0.657511> - 24359: <-0.667130, 0.331474, 0.667130> - 24360: <-0.636150, 0.293904, 0.713396> - 24361: <-0.628603, 0.331652, 0.703467> - 24362: <-0.667130, 0.331474, 0.667130> - 24363: <-0.675899, 0.293804, 0.675899> - 24364: <-0.642833, 0.255632, 0.722093> - 24365: <-0.636150, 0.293904, 0.713396> - 24366: <-0.675899, 0.293804, 0.675899> - 24367: <-0.683620, 0.255594, 0.683620> - 24368: <-0.648606, 0.216660, 0.729636> - 24369: <-0.642833, 0.255632, 0.722093> - 24370: <-0.683620, 0.255594, 0.683620> - 24371: <-0.690307, 0.216684, 0.690307> - 24372: <-0.653502, 0.176644, 0.736025> - 24373: <-0.648606, 0.216660, 0.729636> - 24374: <-0.690307, 0.216684, 0.690307> - 24375: <-0.695976, 0.176733, 0.695976> - 24376: <-0.657468, 0.135260, 0.741243> - 24377: <-0.653502, 0.176644, 0.736025> - 24378: <-0.695976, 0.176733, 0.695976> - 24379: <-0.700600, 0.135353, 0.700600> - 24380: <-0.660463, 0.092137, 0.745184> - 24381: <-0.657468, 0.135260, 0.741243> - 24382: <-0.700600, 0.135353, 0.700600> - 24383: <-0.704093, 0.092231, 0.704093> - 24384: <-0.662354, 0.046999, 0.747715> - 24385: <-0.660463, 0.092137, 0.745184> - 24386: <-0.704093, 0.092231, 0.704093> - 24387: <-0.706323, 0.047060, 0.706323> - 24388: <-0.663024, 0.000000, 0.748599> - 24389: <-0.662354, 0.046999, 0.747715> - 24390: <-0.706323, 0.047060, 0.706323> - 24391: <-0.707107, 0.000000, 0.707107> - 24392: <-0.662354, -0.046999, 0.747715> - 24393: <-0.663024, 0.000000, 0.748599> - 24394: <-0.707107, 0.000000, 0.707107> - 24395: <-0.706323, -0.047060, 0.706323> - 24396: <-0.660463, -0.092137, 0.745184> - 24397: <-0.662354, -0.046999, 0.747715> - 24398: <-0.706323, -0.047060, 0.706323> - 24399: <-0.704093, -0.092231, 0.704093> - 24400: <-0.657468, -0.135260, 0.741243> - 24401: <-0.660463, -0.092137, 0.745184> - 24402: <-0.704093, -0.092231, 0.704093> - 24403: <-0.700600, -0.135353, 0.700600> - 24404: <-0.653502, -0.176644, 0.736025> - 24405: <-0.657468, -0.135260, 0.741243> - 24406: <-0.700600, -0.135353, 0.700600> - 24407: <-0.695976, -0.176733, 0.695976> - 24408: <-0.648606, -0.216660, 0.729636> - 24409: <-0.653502, -0.176644, 0.736025> - 24410: <-0.695976, -0.176733, 0.695976> - 24411: <-0.690307, -0.216684, 0.690307> - 24412: <-0.642833, -0.255632, 0.722093> - 24413: <-0.648606, -0.216660, 0.729636> - 24414: <-0.690307, -0.216684, 0.690307> - 24415: <-0.683620, -0.255594, 0.683620> - 24416: <-0.636150, -0.293904, 0.713396> - 24417: <-0.642833, -0.255632, 0.722093> - 24418: <-0.683620, -0.255594, 0.683620> - 24419: <-0.675899, -0.293804, 0.675899> - 24420: <-0.628603, -0.331652, 0.703467> - 24421: <-0.636150, -0.293904, 0.713396> - 24422: <-0.675899, -0.293804, 0.675899> - 24423: <-0.667130, -0.331474, 0.667130> - 24424: <-0.620305, -0.368246, 0.692544> - 24425: <-0.628603, -0.331652, 0.703467> - 24426: <-0.667130, -0.331474, 0.667130> - 24427: <-0.657511, -0.367912, 0.657511> - 24428: <-0.611427, -0.403223, 0.680859> - 24429: <-0.620305, -0.368246, 0.692544> - 24430: <-0.657511, -0.367912, 0.657511> - 24431: <-0.647247, -0.402668, 0.647247> - 24432: <-0.601963, -0.437036, 0.668312> - 24433: <-0.611427, -0.403223, 0.680859> - 24434: <-0.647247, -0.402668, 0.647247> - 24435: <-0.636296, -0.436181, 0.636296> - 24436: <-0.591920, -0.469385, 0.655217> - 24437: <-0.601963, -0.437036, 0.668312> - 24438: <-0.636296, -0.436181, 0.636296> - 24439: <-0.624909, -0.467950, 0.624909> - 24440: <-0.581456, -0.500519, 0.641396> - 24441: <-0.591920, -0.469385, 0.655217> - 24442: <-0.624909, -0.467950, 0.624909> - 24443: <-0.613379, -0.497527, 0.613379> - 24444: <-0.571076, -0.531523, 0.625584> - 24445: <-0.581456, -0.500519, 0.641396> - 24446: <-0.613379, -0.497527, 0.613379> - 24447: <-0.601188, -0.526447, 0.601188> - 24448: <-0.561516, -0.561516, 0.607783> - 24449: <-0.571076, -0.531523, 0.625584> - 24450: <-0.601188, -0.526447, 0.601188> - 24451: <-0.588539, -0.554296, 0.588539> - 24452: <-0.554296, -0.588539, 0.588539> - 24453: <-0.561516, -0.561516, 0.607783> - 24454: <-0.588539, -0.554296, 0.588539> - 24455: <-0.577330, -0.577360, 0.577360> - 24456: <-0.526457, -0.601168, 0.601199> - 24457: <-0.531523, -0.571076, 0.625584> - 24458: <-0.561516, -0.561516, 0.607783> - 24459: <-0.554296, -0.588539, 0.588539> - 24460: <-0.497527, -0.613379, 0.613379> - 24461: <-0.500496, -0.581465, 0.641406> - 24462: <-0.531523, -0.571076, 0.625584> - 24463: <-0.526457, -0.601168, 0.601199> - 24464: <-0.467950, -0.624909, 0.624909> - 24465: <-0.469385, -0.591920, 0.655217> - 24466: <-0.500496, -0.581465, 0.641406> - 24467: <-0.497527, -0.613379, 0.613379> - 24468: <-0.436181, -0.636296, 0.636296> - 24469: <-0.437036, -0.601963, 0.668312> - 24470: <-0.469385, -0.591920, 0.655217> - 24471: <-0.467950, -0.624909, 0.624909> - 24472: <-0.402668, -0.647247, 0.647247> - 24473: <-0.403223, -0.611427, 0.680859> - 24474: <-0.437036, -0.601963, 0.668312> - 24475: <-0.436181, -0.636296, 0.636296> - 24476: <-0.367912, -0.657511, 0.657511> - 24477: <-0.368246, -0.620305, 0.692544> - 24478: <-0.403223, -0.611427, 0.680859> - 24479: <-0.402668, -0.647247, 0.647247> - 24480: <-0.331474, -0.667130, 0.667130> - 24481: <-0.331652, -0.628603, 0.703467> - 24482: <-0.368246, -0.620305, 0.692544> - 24483: <-0.367912, -0.657511, 0.657511> - 24484: <-0.293804, -0.675899, 0.675899> - 24485: <-0.293904, -0.636150, 0.713396> - 24486: <-0.331652, -0.628603, 0.703467> - 24487: <-0.331474, -0.667130, 0.667130> - 24488: <-0.255594, -0.683620, 0.683620> - 24489: <-0.255632, -0.642833, 0.722093> - 24490: <-0.293904, -0.636150, 0.713396> - 24491: <-0.293804, -0.675899, 0.675899> - 24492: <-0.216684, -0.690307, 0.690307> - 24493: <-0.216660, -0.648606, 0.729636> - 24494: <-0.255632, -0.642833, 0.722093> - 24495: <-0.255594, -0.683620, 0.683620> - 24496: <-0.176733, -0.695976, 0.695976> - 24497: <-0.176644, -0.653502, 0.736025> - 24498: <-0.216660, -0.648606, 0.729636> - 24499: <-0.216684, -0.690307, 0.690307> - 24500: <-0.135353, -0.700600, 0.700600> - 24501: <-0.135260, -0.657468, 0.741243> - 24502: <-0.176644, -0.653502, 0.736025> - 24503: <-0.176733, -0.695976, 0.695976> - 24504: <-0.092229, -0.704078, 0.704108> - 24505: <-0.092137, -0.660463, 0.745184> - 24506: <-0.135260, -0.657468, 0.741243> - 24507: <-0.135353, -0.700600, 0.700600> - 24508: <-0.047060, -0.706323, 0.706323> - 24509: <-0.046999, -0.662354, 0.747715> - 24510: <-0.092137, -0.660463, 0.745184> - 24511: <-0.092229, -0.704078, 0.704108> - 24512: < 0.000000, -0.707107, 0.707107> - 24513: < 0.000000, -0.663024, 0.748599> - 24514: <-0.046999, -0.662354, 0.747715> - 24515: <-0.047060, -0.706323, 0.706323> - 24516: < 0.047060, -0.706323, 0.706323> - 24517: < 0.046999, -0.662354, 0.747715> - 24518: < 0.000000, -0.663024, 0.748599> - 24519: < 0.000000, -0.707107, 0.707107> - 24520: < 0.092231, -0.704093, 0.704093> - 24521: < 0.092137, -0.660463, 0.745184> - 24522: < 0.046999, -0.662354, 0.747715> - 24523: < 0.047060, -0.706323, 0.706323> - 24524: < 0.135353, -0.700600, 0.700600> - 24525: < 0.135260, -0.657468, 0.741243> - 24526: < 0.092137, -0.660463, 0.745184> - 24527: < 0.092231, -0.704093, 0.704093> - 24528: < 0.176733, -0.695976, 0.695976> - 24529: < 0.176644, -0.653502, 0.736025> - 24530: < 0.135260, -0.657468, 0.741243> - 24531: < 0.135353, -0.700600, 0.700600> - 24532: < 0.216684, -0.690307, 0.690307> - 24533: < 0.216656, -0.648624, 0.729622> - 24534: < 0.176644, -0.653502, 0.736025> - 24535: < 0.176733, -0.695976, 0.695976> - 24536: < 0.255594, -0.683620, 0.683620> - 24537: < 0.255632, -0.642833, 0.722093> - 24538: < 0.216656, -0.648624, 0.729622> - 24539: < 0.216684, -0.690307, 0.690307> - 24540: < 0.293804, -0.675899, 0.675899> - 24541: < 0.293904, -0.636150, 0.713396> - 24542: < 0.255632, -0.642833, 0.722093> - 24543: < 0.255594, -0.683620, 0.683620> - 24544: < 0.331474, -0.667130, 0.667130> - 24545: < 0.331652, -0.628603, 0.703467> - 24546: < 0.293904, -0.636150, 0.713396> - 24547: < 0.293804, -0.675899, 0.675899> - 24548: < 0.367912, -0.657511, 0.657511> - 24549: < 0.368246, -0.620305, 0.692544> - 24550: < 0.331652, -0.628603, 0.703467> - 24551: < 0.331474, -0.667130, 0.667130> - 24552: < 0.402668, -0.647247, 0.647247> - 24553: < 0.403223, -0.611427, 0.680859> - 24554: < 0.368246, -0.620305, 0.692544> - 24555: < 0.367912, -0.657511, 0.657511> - 24556: < 0.436181, -0.636296, 0.636296> - 24557: < 0.437036, -0.601963, 0.668312> - 24558: < 0.403223, -0.611427, 0.680859> - 24559: < 0.402668, -0.647247, 0.647247> - 24560: < 0.467950, -0.624909, 0.624909> - 24561: < 0.469385, -0.591920, 0.655217> - 24562: < 0.437036, -0.601963, 0.668312> - 24563: < 0.436181, -0.636296, 0.636296> - 24564: < 0.497527, -0.613379, 0.613379> - 24565: < 0.500519, -0.581456, 0.641396> - 24566: < 0.469385, -0.591920, 0.655217> - 24567: < 0.467950, -0.624909, 0.624909> - 24568: < 0.526447, -0.601188, 0.601188> - 24569: < 0.531523, -0.571076, 0.625584> - 24570: < 0.500519, -0.581456, 0.641396> - 24571: < 0.497527, -0.613379, 0.613379> - 24572: < 0.554296, -0.588539, 0.588539> - 24573: < 0.561516, -0.561516, 0.607783> - 24574: < 0.531523, -0.571076, 0.625584> - 24575: < 0.526447, -0.601188, 0.601188> FaceList: Count 12288. Hash: 13183441914179219962 - 0: 0, 1, 2, - 1: 0, 2, 3, - 2: 4, 5, 6, - 3: 4, 6, 7, - 4: 8, 9, 10, - 5: 8, 10, 11, - 6: 12, 13, 14, - 7: 12, 14, 15, - 8: 16, 17, 18, - 9: 16, 18, 19, - 10: 20, 21, 22, - 11: 20, 22, 23, - 12: 24, 25, 26, - 13: 24, 26, 27, - 14: 28, 29, 30, - 15: 28, 30, 31, - 16: 32, 33, 34, - 17: 32, 34, 35, - 18: 36, 37, 38, - 19: 36, 38, 39, - 20: 40, 41, 42, - 21: 40, 42, 43, - 22: 44, 45, 46, - 23: 44, 46, 47, - 24: 48, 49, 50, - 25: 48, 50, 51, - 26: 52, 53, 54, - 27: 52, 54, 55, - 28: 56, 57, 58, - 29: 56, 58, 59, - 30: 60, 61, 62, - 31: 60, 62, 63, - 32: 64, 65, 66, - 33: 64, 66, 67, - 34: 68, 69, 70, - 35: 68, 70, 71, - 36: 72, 73, 74, - 37: 72, 74, 75, - 38: 76, 77, 78, - 39: 76, 78, 79, - 40: 80, 81, 82, - 41: 80, 82, 83, - 42: 84, 85, 86, - 43: 84, 86, 87, - 44: 88, 89, 90, - 45: 88, 90, 91, - 46: 92, 93, 94, - 47: 92, 94, 95, - 48: 96, 97, 98, - 49: 96, 98, 99, - 50: 100, 101, 102, - 51: 100, 102, 103, - 52: 104, 105, 106, - 53: 104, 106, 107, - 54: 108, 109, 110, - 55: 108, 110, 111, - 56: 112, 113, 114, - 57: 112, 114, 115, - 58: 116, 117, 118, - 59: 116, 118, 119, - 60: 120, 121, 122, - 61: 120, 122, 123, - 62: 124, 125, 126, - 63: 124, 126, 127, - 64: 128, 129, 130, - 65: 128, 130, 131, - 66: 132, 133, 134, - 67: 132, 134, 135, - 68: 136, 137, 138, - 69: 136, 138, 139, - 70: 140, 141, 142, - 71: 140, 142, 143, - 72: 144, 145, 146, - 73: 144, 146, 147, - 74: 148, 149, 150, - 75: 148, 150, 151, - 76: 152, 153, 154, - 77: 152, 154, 155, - 78: 156, 157, 158, - 79: 156, 158, 159, - 80: 160, 161, 162, - 81: 160, 162, 163, - 82: 164, 165, 166, - 83: 164, 166, 167, - 84: 168, 169, 170, - 85: 168, 170, 171, - 86: 172, 173, 174, - 87: 172, 174, 175, - 88: 176, 177, 178, - 89: 176, 178, 179, - 90: 180, 181, 182, - 91: 180, 182, 183, - 92: 184, 185, 186, - 93: 184, 186, 187, - 94: 188, 189, 190, - 95: 188, 190, 191, - 96: 192, 193, 194, - 97: 192, 194, 195, - 98: 196, 197, 198, - 99: 196, 198, 199, - 100: 200, 201, 202, - 101: 200, 202, 203, - 102: 204, 205, 206, - 103: 204, 206, 207, - 104: 208, 209, 210, - 105: 208, 210, 211, - 106: 212, 213, 214, - 107: 212, 214, 215, - 108: 216, 217, 218, - 109: 216, 218, 219, - 110: 220, 221, 222, - 111: 220, 222, 223, - 112: 224, 225, 226, - 113: 224, 226, 227, - 114: 228, 229, 230, - 115: 228, 230, 231, - 116: 232, 233, 234, - 117: 232, 234, 235, - 118: 236, 237, 238, - 119: 236, 238, 239, - 120: 240, 241, 242, - 121: 240, 242, 243, - 122: 244, 245, 246, - 123: 244, 246, 247, - 124: 248, 249, 250, - 125: 248, 250, 251, - 126: 252, 253, 254, - 127: 252, 254, 255, - 128: 256, 257, 258, - 129: 256, 258, 259, - 130: 260, 261, 262, - 131: 260, 262, 263, - 132: 264, 265, 266, - 133: 264, 266, 267, - 134: 268, 269, 270, - 135: 268, 270, 271, - 136: 272, 273, 274, - 137: 272, 274, 275, - 138: 276, 277, 278, - 139: 276, 278, 279, - 140: 280, 281, 282, - 141: 280, 282, 283, - 142: 284, 285, 286, - 143: 284, 286, 287, - 144: 288, 289, 290, - 145: 288, 290, 291, - 146: 292, 293, 294, - 147: 292, 294, 295, - 148: 296, 297, 298, - 149: 296, 298, 299, - 150: 300, 301, 302, - 151: 300, 302, 303, - 152: 304, 305, 306, - 153: 304, 306, 307, - 154: 308, 309, 310, - 155: 308, 310, 311, - 156: 312, 313, 314, - 157: 312, 314, 315, - 158: 316, 317, 318, - 159: 316, 318, 319, - 160: 320, 321, 322, - 161: 320, 322, 323, - 162: 324, 325, 326, - 163: 324, 326, 327, - 164: 328, 329, 330, - 165: 328, 330, 331, - 166: 332, 333, 334, - 167: 332, 334, 335, - 168: 336, 337, 338, - 169: 336, 338, 339, - 170: 340, 341, 342, - 171: 340, 342, 343, - 172: 344, 345, 346, - 173: 344, 346, 347, - 174: 348, 349, 350, - 175: 348, 350, 351, - 176: 352, 353, 354, - 177: 352, 354, 355, - 178: 356, 357, 358, - 179: 356, 358, 359, - 180: 360, 361, 362, - 181: 360, 362, 363, - 182: 364, 365, 366, - 183: 364, 366, 367, - 184: 368, 369, 370, - 185: 368, 370, 371, - 186: 372, 373, 374, - 187: 372, 374, 375, - 188: 376, 377, 378, - 189: 376, 378, 379, - 190: 380, 381, 382, - 191: 380, 382, 383, - 192: 384, 385, 386, - 193: 384, 386, 387, - 194: 388, 389, 390, - 195: 388, 390, 391, - 196: 392, 393, 394, - 197: 392, 394, 395, - 198: 396, 397, 398, - 199: 396, 398, 399, - 200: 400, 401, 402, - 201: 400, 402, 403, - 202: 404, 405, 406, - 203: 404, 406, 407, - 204: 408, 409, 410, - 205: 408, 410, 411, - 206: 412, 413, 414, - 207: 412, 414, 415, - 208: 416, 417, 418, - 209: 416, 418, 419, - 210: 420, 421, 422, - 211: 420, 422, 423, - 212: 424, 425, 426, - 213: 424, 426, 427, - 214: 428, 429, 430, - 215: 428, 430, 431, - 216: 432, 433, 434, - 217: 432, 434, 435, - 218: 436, 437, 438, - 219: 436, 438, 439, - 220: 440, 441, 442, - 221: 440, 442, 443, - 222: 444, 445, 446, - 223: 444, 446, 447, - 224: 448, 449, 450, - 225: 448, 450, 451, - 226: 452, 453, 454, - 227: 452, 454, 455, - 228: 456, 457, 458, - 229: 456, 458, 459, - 230: 460, 461, 462, - 231: 460, 462, 463, - 232: 464, 465, 466, - 233: 464, 466, 467, - 234: 468, 469, 470, - 235: 468, 470, 471, - 236: 472, 473, 474, - 237: 472, 474, 475, - 238: 476, 477, 478, - 239: 476, 478, 479, - 240: 480, 481, 482, - 241: 480, 482, 483, - 242: 484, 485, 486, - 243: 484, 486, 487, - 244: 488, 489, 490, - 245: 488, 490, 491, - 246: 492, 493, 494, - 247: 492, 494, 495, - 248: 496, 497, 498, - 249: 496, 498, 499, - 250: 500, 501, 502, - 251: 500, 502, 503, - 252: 504, 505, 506, - 253: 504, 506, 507, - 254: 508, 509, 510, - 255: 508, 510, 511, - 256: 512, 513, 514, - 257: 512, 514, 515, - 258: 516, 517, 518, - 259: 516, 518, 519, - 260: 520, 521, 522, - 261: 520, 522, 523, - 262: 524, 525, 526, - 263: 524, 526, 527, - 264: 528, 529, 530, - 265: 528, 530, 531, - 266: 532, 533, 534, - 267: 532, 534, 535, - 268: 536, 537, 538, - 269: 536, 538, 539, - 270: 540, 541, 542, - 271: 540, 542, 543, - 272: 544, 545, 546, - 273: 544, 546, 547, - 274: 548, 549, 550, - 275: 548, 550, 551, - 276: 552, 553, 554, - 277: 552, 554, 555, - 278: 556, 557, 558, - 279: 556, 558, 559, - 280: 560, 561, 562, - 281: 560, 562, 563, - 282: 564, 565, 566, - 283: 564, 566, 567, - 284: 568, 569, 570, - 285: 568, 570, 571, - 286: 572, 573, 574, - 287: 572, 574, 575, - 288: 576, 577, 578, - 289: 576, 578, 579, - 290: 580, 581, 582, - 291: 580, 582, 583, - 292: 584, 585, 586, - 293: 584, 586, 587, - 294: 588, 589, 590, - 295: 588, 590, 591, - 296: 592, 593, 594, - 297: 592, 594, 595, - 298: 596, 597, 598, - 299: 596, 598, 599, - 300: 600, 601, 602, - 301: 600, 602, 603, - 302: 604, 605, 606, - 303: 604, 606, 607, - 304: 608, 609, 610, - 305: 608, 610, 611, - 306: 612, 613, 614, - 307: 612, 614, 615, - 308: 616, 617, 618, - 309: 616, 618, 619, - 310: 620, 621, 622, - 311: 620, 622, 623, - 312: 624, 625, 626, - 313: 624, 626, 627, - 314: 628, 629, 630, - 315: 628, 630, 631, - 316: 632, 633, 634, - 317: 632, 634, 635, - 318: 636, 637, 638, - 319: 636, 638, 639, - 320: 640, 641, 642, - 321: 640, 642, 643, - 322: 644, 645, 646, - 323: 644, 646, 647, - 324: 648, 649, 650, - 325: 648, 650, 651, - 326: 652, 653, 654, - 327: 652, 654, 655, - 328: 656, 657, 658, - 329: 656, 658, 659, - 330: 660, 661, 662, - 331: 660, 662, 663, - 332: 664, 665, 666, - 333: 664, 666, 667, - 334: 668, 669, 670, - 335: 668, 670, 671, - 336: 672, 673, 674, - 337: 672, 674, 675, - 338: 676, 677, 678, - 339: 676, 678, 679, - 340: 680, 681, 682, - 341: 680, 682, 683, - 342: 684, 685, 686, - 343: 684, 686, 687, - 344: 688, 689, 690, - 345: 688, 690, 691, - 346: 692, 693, 694, - 347: 692, 694, 695, - 348: 696, 697, 698, - 349: 696, 698, 699, - 350: 700, 701, 702, - 351: 700, 702, 703, - 352: 704, 705, 706, - 353: 704, 706, 707, - 354: 708, 709, 710, - 355: 708, 710, 711, - 356: 712, 713, 714, - 357: 712, 714, 715, - 358: 716, 717, 718, - 359: 716, 718, 719, - 360: 720, 721, 722, - 361: 720, 722, 723, - 362: 724, 725, 726, - 363: 724, 726, 727, - 364: 728, 729, 730, - 365: 728, 730, 731, - 366: 732, 733, 734, - 367: 732, 734, 735, - 368: 736, 737, 738, - 369: 736, 738, 739, - 370: 740, 741, 742, - 371: 740, 742, 743, - 372: 744, 745, 746, - 373: 744, 746, 747, - 374: 748, 749, 750, - 375: 748, 750, 751, - 376: 752, 753, 754, - 377: 752, 754, 755, - 378: 756, 757, 758, - 379: 756, 758, 759, - 380: 760, 761, 762, - 381: 760, 762, 763, - 382: 764, 765, 766, - 383: 764, 766, 767, - 384: 768, 769, 770, - 385: 768, 770, 771, - 386: 772, 773, 774, - 387: 772, 774, 775, - 388: 776, 777, 778, - 389: 776, 778, 779, - 390: 780, 781, 782, - 391: 780, 782, 783, - 392: 784, 785, 786, - 393: 784, 786, 787, - 394: 788, 789, 790, - 395: 788, 790, 791, - 396: 792, 793, 794, - 397: 792, 794, 795, - 398: 796, 797, 798, - 399: 796, 798, 799, - 400: 800, 801, 802, - 401: 800, 802, 803, - 402: 804, 805, 806, - 403: 804, 806, 807, - 404: 808, 809, 810, - 405: 808, 810, 811, - 406: 812, 813, 814, - 407: 812, 814, 815, - 408: 816, 817, 818, - 409: 816, 818, 819, - 410: 820, 821, 822, - 411: 820, 822, 823, - 412: 824, 825, 826, - 413: 824, 826, 827, - 414: 828, 829, 830, - 415: 828, 830, 831, - 416: 832, 833, 834, - 417: 832, 834, 835, - 418: 836, 837, 838, - 419: 836, 838, 839, - 420: 840, 841, 842, - 421: 840, 842, 843, - 422: 844, 845, 846, - 423: 844, 846, 847, - 424: 848, 849, 850, - 425: 848, 850, 851, - 426: 852, 853, 854, - 427: 852, 854, 855, - 428: 856, 857, 858, - 429: 856, 858, 859, - 430: 860, 861, 862, - 431: 860, 862, 863, - 432: 864, 865, 866, - 433: 864, 866, 867, - 434: 868, 869, 870, - 435: 868, 870, 871, - 436: 872, 873, 874, - 437: 872, 874, 875, - 438: 876, 877, 878, - 439: 876, 878, 879, - 440: 880, 881, 882, - 441: 880, 882, 883, - 442: 884, 885, 886, - 443: 884, 886, 887, - 444: 888, 889, 890, - 445: 888, 890, 891, - 446: 892, 893, 894, - 447: 892, 894, 895, - 448: 896, 897, 898, - 449: 896, 898, 899, - 450: 900, 901, 902, - 451: 900, 902, 903, - 452: 904, 905, 906, - 453: 904, 906, 907, - 454: 908, 909, 910, - 455: 908, 910, 911, - 456: 912, 913, 914, - 457: 912, 914, 915, - 458: 916, 917, 918, - 459: 916, 918, 919, - 460: 920, 921, 922, - 461: 920, 922, 923, - 462: 924, 925, 926, - 463: 924, 926, 927, - 464: 928, 929, 930, - 465: 928, 930, 931, - 466: 932, 933, 934, - 467: 932, 934, 935, - 468: 936, 937, 938, - 469: 936, 938, 939, - 470: 940, 941, 942, - 471: 940, 942, 943, - 472: 944, 945, 946, - 473: 944, 946, 947, - 474: 948, 949, 950, - 475: 948, 950, 951, - 476: 952, 953, 954, - 477: 952, 954, 955, - 478: 956, 957, 958, - 479: 956, 958, 959, - 480: 960, 961, 962, - 481: 960, 962, 963, - 482: 964, 965, 966, - 483: 964, 966, 967, - 484: 968, 969, 970, - 485: 968, 970, 971, - 486: 972, 973, 974, - 487: 972, 974, 975, - 488: 976, 977, 978, - 489: 976, 978, 979, - 490: 980, 981, 982, - 491: 980, 982, 983, - 492: 984, 985, 986, - 493: 984, 986, 987, - 494: 988, 989, 990, - 495: 988, 990, 991, - 496: 992, 993, 994, - 497: 992, 994, 995, - 498: 996, 997, 998, - 499: 996, 998, 999, - 500: 1000, 1001, 1002, - 501: 1000, 1002, 1003, - 502: 1004, 1005, 1006, - 503: 1004, 1006, 1007, - 504: 1008, 1009, 1010, - 505: 1008, 1010, 1011, - 506: 1012, 1013, 1014, - 507: 1012, 1014, 1015, - 508: 1016, 1017, 1018, - 509: 1016, 1018, 1019, - 510: 1020, 1021, 1022, - 511: 1020, 1022, 1023, - 512: 1024, 1025, 1026, - 513: 1024, 1026, 1027, - 514: 1028, 1029, 1030, - 515: 1028, 1030, 1031, - 516: 1032, 1033, 1034, - 517: 1032, 1034, 1035, - 518: 1036, 1037, 1038, - 519: 1036, 1038, 1039, - 520: 1040, 1041, 1042, - 521: 1040, 1042, 1043, - 522: 1044, 1045, 1046, - 523: 1044, 1046, 1047, - 524: 1048, 1049, 1050, - 525: 1048, 1050, 1051, - 526: 1052, 1053, 1054, - 527: 1052, 1054, 1055, - 528: 1056, 1057, 1058, - 529: 1056, 1058, 1059, - 530: 1060, 1061, 1062, - 531: 1060, 1062, 1063, - 532: 1064, 1065, 1066, - 533: 1064, 1066, 1067, - 534: 1068, 1069, 1070, - 535: 1068, 1070, 1071, - 536: 1072, 1073, 1074, - 537: 1072, 1074, 1075, - 538: 1076, 1077, 1078, - 539: 1076, 1078, 1079, - 540: 1080, 1081, 1082, - 541: 1080, 1082, 1083, - 542: 1084, 1085, 1086, - 543: 1084, 1086, 1087, - 544: 1088, 1089, 1090, - 545: 1088, 1090, 1091, - 546: 1092, 1093, 1094, - 547: 1092, 1094, 1095, - 548: 1096, 1097, 1098, - 549: 1096, 1098, 1099, - 550: 1100, 1101, 1102, - 551: 1100, 1102, 1103, - 552: 1104, 1105, 1106, - 553: 1104, 1106, 1107, - 554: 1108, 1109, 1110, - 555: 1108, 1110, 1111, - 556: 1112, 1113, 1114, - 557: 1112, 1114, 1115, - 558: 1116, 1117, 1118, - 559: 1116, 1118, 1119, - 560: 1120, 1121, 1122, - 561: 1120, 1122, 1123, - 562: 1124, 1125, 1126, - 563: 1124, 1126, 1127, - 564: 1128, 1129, 1130, - 565: 1128, 1130, 1131, - 566: 1132, 1133, 1134, - 567: 1132, 1134, 1135, - 568: 1136, 1137, 1138, - 569: 1136, 1138, 1139, - 570: 1140, 1141, 1142, - 571: 1140, 1142, 1143, - 572: 1144, 1145, 1146, - 573: 1144, 1146, 1147, - 574: 1148, 1149, 1150, - 575: 1148, 1150, 1151, - 576: 1152, 1153, 1154, - 577: 1152, 1154, 1155, - 578: 1156, 1157, 1158, - 579: 1156, 1158, 1159, - 580: 1160, 1161, 1162, - 581: 1160, 1162, 1163, - 582: 1164, 1165, 1166, - 583: 1164, 1166, 1167, - 584: 1168, 1169, 1170, - 585: 1168, 1170, 1171, - 586: 1172, 1173, 1174, - 587: 1172, 1174, 1175, - 588: 1176, 1177, 1178, - 589: 1176, 1178, 1179, - 590: 1180, 1181, 1182, - 591: 1180, 1182, 1183, - 592: 1184, 1185, 1186, - 593: 1184, 1186, 1187, - 594: 1188, 1189, 1190, - 595: 1188, 1190, 1191, - 596: 1192, 1193, 1194, - 597: 1192, 1194, 1195, - 598: 1196, 1197, 1198, - 599: 1196, 1198, 1199, - 600: 1200, 1201, 1202, - 601: 1200, 1202, 1203, - 602: 1204, 1205, 1206, - 603: 1204, 1206, 1207, - 604: 1208, 1209, 1210, - 605: 1208, 1210, 1211, - 606: 1212, 1213, 1214, - 607: 1212, 1214, 1215, - 608: 1216, 1217, 1218, - 609: 1216, 1218, 1219, - 610: 1220, 1221, 1222, - 611: 1220, 1222, 1223, - 612: 1224, 1225, 1226, - 613: 1224, 1226, 1227, - 614: 1228, 1229, 1230, - 615: 1228, 1230, 1231, - 616: 1232, 1233, 1234, - 617: 1232, 1234, 1235, - 618: 1236, 1237, 1238, - 619: 1236, 1238, 1239, - 620: 1240, 1241, 1242, - 621: 1240, 1242, 1243, - 622: 1244, 1245, 1246, - 623: 1244, 1246, 1247, - 624: 1248, 1249, 1250, - 625: 1248, 1250, 1251, - 626: 1252, 1253, 1254, - 627: 1252, 1254, 1255, - 628: 1256, 1257, 1258, - 629: 1256, 1258, 1259, - 630: 1260, 1261, 1262, - 631: 1260, 1262, 1263, - 632: 1264, 1265, 1266, - 633: 1264, 1266, 1267, - 634: 1268, 1269, 1270, - 635: 1268, 1270, 1271, - 636: 1272, 1273, 1274, - 637: 1272, 1274, 1275, - 638: 1276, 1277, 1278, - 639: 1276, 1278, 1279, - 640: 1280, 1281, 1282, - 641: 1280, 1282, 1283, - 642: 1284, 1285, 1286, - 643: 1284, 1286, 1287, - 644: 1288, 1289, 1290, - 645: 1288, 1290, 1291, - 646: 1292, 1293, 1294, - 647: 1292, 1294, 1295, - 648: 1296, 1297, 1298, - 649: 1296, 1298, 1299, - 650: 1300, 1301, 1302, - 651: 1300, 1302, 1303, - 652: 1304, 1305, 1306, - 653: 1304, 1306, 1307, - 654: 1308, 1309, 1310, - 655: 1308, 1310, 1311, - 656: 1312, 1313, 1314, - 657: 1312, 1314, 1315, - 658: 1316, 1317, 1318, - 659: 1316, 1318, 1319, - 660: 1320, 1321, 1322, - 661: 1320, 1322, 1323, - 662: 1324, 1325, 1326, - 663: 1324, 1326, 1327, - 664: 1328, 1329, 1330, - 665: 1328, 1330, 1331, - 666: 1332, 1333, 1334, - 667: 1332, 1334, 1335, - 668: 1336, 1337, 1338, - 669: 1336, 1338, 1339, - 670: 1340, 1341, 1342, - 671: 1340, 1342, 1343, - 672: 1344, 1345, 1346, - 673: 1344, 1346, 1347, - 674: 1348, 1349, 1350, - 675: 1348, 1350, 1351, - 676: 1352, 1353, 1354, - 677: 1352, 1354, 1355, - 678: 1356, 1357, 1358, - 679: 1356, 1358, 1359, - 680: 1360, 1361, 1362, - 681: 1360, 1362, 1363, - 682: 1364, 1365, 1366, - 683: 1364, 1366, 1367, - 684: 1368, 1369, 1370, - 685: 1368, 1370, 1371, - 686: 1372, 1373, 1374, - 687: 1372, 1374, 1375, - 688: 1376, 1377, 1378, - 689: 1376, 1378, 1379, - 690: 1380, 1381, 1382, - 691: 1380, 1382, 1383, - 692: 1384, 1385, 1386, - 693: 1384, 1386, 1387, - 694: 1388, 1389, 1390, - 695: 1388, 1390, 1391, - 696: 1392, 1393, 1394, - 697: 1392, 1394, 1395, - 698: 1396, 1397, 1398, - 699: 1396, 1398, 1399, - 700: 1400, 1401, 1402, - 701: 1400, 1402, 1403, - 702: 1404, 1405, 1406, - 703: 1404, 1406, 1407, - 704: 1408, 1409, 1410, - 705: 1408, 1410, 1411, - 706: 1412, 1413, 1414, - 707: 1412, 1414, 1415, - 708: 1416, 1417, 1418, - 709: 1416, 1418, 1419, - 710: 1420, 1421, 1422, - 711: 1420, 1422, 1423, - 712: 1424, 1425, 1426, - 713: 1424, 1426, 1427, - 714: 1428, 1429, 1430, - 715: 1428, 1430, 1431, - 716: 1432, 1433, 1434, - 717: 1432, 1434, 1435, - 718: 1436, 1437, 1438, - 719: 1436, 1438, 1439, - 720: 1440, 1441, 1442, - 721: 1440, 1442, 1443, - 722: 1444, 1445, 1446, - 723: 1444, 1446, 1447, - 724: 1448, 1449, 1450, - 725: 1448, 1450, 1451, - 726: 1452, 1453, 1454, - 727: 1452, 1454, 1455, - 728: 1456, 1457, 1458, - 729: 1456, 1458, 1459, - 730: 1460, 1461, 1462, - 731: 1460, 1462, 1463, - 732: 1464, 1465, 1466, - 733: 1464, 1466, 1467, - 734: 1468, 1469, 1470, - 735: 1468, 1470, 1471, - 736: 1472, 1473, 1474, - 737: 1472, 1474, 1475, - 738: 1476, 1477, 1478, - 739: 1476, 1478, 1479, - 740: 1480, 1481, 1482, - 741: 1480, 1482, 1483, - 742: 1484, 1485, 1486, - 743: 1484, 1486, 1487, - 744: 1488, 1489, 1490, - 745: 1488, 1490, 1491, - 746: 1492, 1493, 1494, - 747: 1492, 1494, 1495, - 748: 1496, 1497, 1498, - 749: 1496, 1498, 1499, - 750: 1500, 1501, 1502, - 751: 1500, 1502, 1503, - 752: 1504, 1505, 1506, - 753: 1504, 1506, 1507, - 754: 1508, 1509, 1510, - 755: 1508, 1510, 1511, - 756: 1512, 1513, 1514, - 757: 1512, 1514, 1515, - 758: 1516, 1517, 1518, - 759: 1516, 1518, 1519, - 760: 1520, 1521, 1522, - 761: 1520, 1522, 1523, - 762: 1524, 1525, 1526, - 763: 1524, 1526, 1527, - 764: 1528, 1529, 1530, - 765: 1528, 1530, 1531, - 766: 1532, 1533, 1534, - 767: 1532, 1534, 1535, - 768: 1536, 1537, 1538, - 769: 1536, 1538, 1539, - 770: 1540, 1541, 1542, - 771: 1540, 1542, 1543, - 772: 1544, 1545, 1546, - 773: 1544, 1546, 1547, - 774: 1548, 1549, 1550, - 775: 1548, 1550, 1551, - 776: 1552, 1553, 1554, - 777: 1552, 1554, 1555, - 778: 1556, 1557, 1558, - 779: 1556, 1558, 1559, - 780: 1560, 1561, 1562, - 781: 1560, 1562, 1563, - 782: 1564, 1565, 1566, - 783: 1564, 1566, 1567, - 784: 1568, 1569, 1570, - 785: 1568, 1570, 1571, - 786: 1572, 1573, 1574, - 787: 1572, 1574, 1575, - 788: 1576, 1577, 1578, - 789: 1576, 1578, 1579, - 790: 1580, 1581, 1582, - 791: 1580, 1582, 1583, - 792: 1584, 1585, 1586, - 793: 1584, 1586, 1587, - 794: 1588, 1589, 1590, - 795: 1588, 1590, 1591, - 796: 1592, 1593, 1594, - 797: 1592, 1594, 1595, - 798: 1596, 1597, 1598, - 799: 1596, 1598, 1599, - 800: 1600, 1601, 1602, - 801: 1600, 1602, 1603, - 802: 1604, 1605, 1606, - 803: 1604, 1606, 1607, - 804: 1608, 1609, 1610, - 805: 1608, 1610, 1611, - 806: 1612, 1613, 1614, - 807: 1612, 1614, 1615, - 808: 1616, 1617, 1618, - 809: 1616, 1618, 1619, - 810: 1620, 1621, 1622, - 811: 1620, 1622, 1623, - 812: 1624, 1625, 1626, - 813: 1624, 1626, 1627, - 814: 1628, 1629, 1630, - 815: 1628, 1630, 1631, - 816: 1632, 1633, 1634, - 817: 1632, 1634, 1635, - 818: 1636, 1637, 1638, - 819: 1636, 1638, 1639, - 820: 1640, 1641, 1642, - 821: 1640, 1642, 1643, - 822: 1644, 1645, 1646, - 823: 1644, 1646, 1647, - 824: 1648, 1649, 1650, - 825: 1648, 1650, 1651, - 826: 1652, 1653, 1654, - 827: 1652, 1654, 1655, - 828: 1656, 1657, 1658, - 829: 1656, 1658, 1659, - 830: 1660, 1661, 1662, - 831: 1660, 1662, 1663, - 832: 1664, 1665, 1666, - 833: 1664, 1666, 1667, - 834: 1668, 1669, 1670, - 835: 1668, 1670, 1671, - 836: 1672, 1673, 1674, - 837: 1672, 1674, 1675, - 838: 1676, 1677, 1678, - 839: 1676, 1678, 1679, - 840: 1680, 1681, 1682, - 841: 1680, 1682, 1683, - 842: 1684, 1685, 1686, - 843: 1684, 1686, 1687, - 844: 1688, 1689, 1690, - 845: 1688, 1690, 1691, - 846: 1692, 1693, 1694, - 847: 1692, 1694, 1695, - 848: 1696, 1697, 1698, - 849: 1696, 1698, 1699, - 850: 1700, 1701, 1702, - 851: 1700, 1702, 1703, - 852: 1704, 1705, 1706, - 853: 1704, 1706, 1707, - 854: 1708, 1709, 1710, - 855: 1708, 1710, 1711, - 856: 1712, 1713, 1714, - 857: 1712, 1714, 1715, - 858: 1716, 1717, 1718, - 859: 1716, 1718, 1719, - 860: 1720, 1721, 1722, - 861: 1720, 1722, 1723, - 862: 1724, 1725, 1726, - 863: 1724, 1726, 1727, - 864: 1728, 1729, 1730, - 865: 1728, 1730, 1731, - 866: 1732, 1733, 1734, - 867: 1732, 1734, 1735, - 868: 1736, 1737, 1738, - 869: 1736, 1738, 1739, - 870: 1740, 1741, 1742, - 871: 1740, 1742, 1743, - 872: 1744, 1745, 1746, - 873: 1744, 1746, 1747, - 874: 1748, 1749, 1750, - 875: 1748, 1750, 1751, - 876: 1752, 1753, 1754, - 877: 1752, 1754, 1755, - 878: 1756, 1757, 1758, - 879: 1756, 1758, 1759, - 880: 1760, 1761, 1762, - 881: 1760, 1762, 1763, - 882: 1764, 1765, 1766, - 883: 1764, 1766, 1767, - 884: 1768, 1769, 1770, - 885: 1768, 1770, 1771, - 886: 1772, 1773, 1774, - 887: 1772, 1774, 1775, - 888: 1776, 1777, 1778, - 889: 1776, 1778, 1779, - 890: 1780, 1781, 1782, - 891: 1780, 1782, 1783, - 892: 1784, 1785, 1786, - 893: 1784, 1786, 1787, - 894: 1788, 1789, 1790, - 895: 1788, 1790, 1791, - 896: 1792, 1793, 1794, - 897: 1792, 1794, 1795, - 898: 1796, 1797, 1798, - 899: 1796, 1798, 1799, - 900: 1800, 1801, 1802, - 901: 1800, 1802, 1803, - 902: 1804, 1805, 1806, - 903: 1804, 1806, 1807, - 904: 1808, 1809, 1810, - 905: 1808, 1810, 1811, - 906: 1812, 1813, 1814, - 907: 1812, 1814, 1815, - 908: 1816, 1817, 1818, - 909: 1816, 1818, 1819, - 910: 1820, 1821, 1822, - 911: 1820, 1822, 1823, - 912: 1824, 1825, 1826, - 913: 1824, 1826, 1827, - 914: 1828, 1829, 1830, - 915: 1828, 1830, 1831, - 916: 1832, 1833, 1834, - 917: 1832, 1834, 1835, - 918: 1836, 1837, 1838, - 919: 1836, 1838, 1839, - 920: 1840, 1841, 1842, - 921: 1840, 1842, 1843, - 922: 1844, 1845, 1846, - 923: 1844, 1846, 1847, - 924: 1848, 1849, 1850, - 925: 1848, 1850, 1851, - 926: 1852, 1853, 1854, - 927: 1852, 1854, 1855, - 928: 1856, 1857, 1858, - 929: 1856, 1858, 1859, - 930: 1860, 1861, 1862, - 931: 1860, 1862, 1863, - 932: 1864, 1865, 1866, - 933: 1864, 1866, 1867, - 934: 1868, 1869, 1870, - 935: 1868, 1870, 1871, - 936: 1872, 1873, 1874, - 937: 1872, 1874, 1875, - 938: 1876, 1877, 1878, - 939: 1876, 1878, 1879, - 940: 1880, 1881, 1882, - 941: 1880, 1882, 1883, - 942: 1884, 1885, 1886, - 943: 1884, 1886, 1887, - 944: 1888, 1889, 1890, - 945: 1888, 1890, 1891, - 946: 1892, 1893, 1894, - 947: 1892, 1894, 1895, - 948: 1896, 1897, 1898, - 949: 1896, 1898, 1899, - 950: 1900, 1901, 1902, - 951: 1900, 1902, 1903, - 952: 1904, 1905, 1906, - 953: 1904, 1906, 1907, - 954: 1908, 1909, 1910, - 955: 1908, 1910, 1911, - 956: 1912, 1913, 1914, - 957: 1912, 1914, 1915, - 958: 1916, 1917, 1918, - 959: 1916, 1918, 1919, - 960: 1920, 1921, 1922, - 961: 1920, 1922, 1923, - 962: 1924, 1925, 1926, - 963: 1924, 1926, 1927, - 964: 1928, 1929, 1930, - 965: 1928, 1930, 1931, - 966: 1932, 1933, 1934, - 967: 1932, 1934, 1935, - 968: 1936, 1937, 1938, - 969: 1936, 1938, 1939, - 970: 1940, 1941, 1942, - 971: 1940, 1942, 1943, - 972: 1944, 1945, 1946, - 973: 1944, 1946, 1947, - 974: 1948, 1949, 1950, - 975: 1948, 1950, 1951, - 976: 1952, 1953, 1954, - 977: 1952, 1954, 1955, - 978: 1956, 1957, 1958, - 979: 1956, 1958, 1959, - 980: 1960, 1961, 1962, - 981: 1960, 1962, 1963, - 982: 1964, 1965, 1966, - 983: 1964, 1966, 1967, - 984: 1968, 1969, 1970, - 985: 1968, 1970, 1971, - 986: 1972, 1973, 1974, - 987: 1972, 1974, 1975, - 988: 1976, 1977, 1978, - 989: 1976, 1978, 1979, - 990: 1980, 1981, 1982, - 991: 1980, 1982, 1983, - 992: 1984, 1985, 1986, - 993: 1984, 1986, 1987, - 994: 1988, 1989, 1990, - 995: 1988, 1990, 1991, - 996: 1992, 1993, 1994, - 997: 1992, 1994, 1995, - 998: 1996, 1997, 1998, - 999: 1996, 1998, 1999, - 1000: 2000, 2001, 2002, - 1001: 2000, 2002, 2003, - 1002: 2004, 2005, 2006, - 1003: 2004, 2006, 2007, - 1004: 2008, 2009, 2010, - 1005: 2008, 2010, 2011, - 1006: 2012, 2013, 2014, - 1007: 2012, 2014, 2015, - 1008: 2016, 2017, 2018, - 1009: 2016, 2018, 2019, - 1010: 2020, 2021, 2022, - 1011: 2020, 2022, 2023, - 1012: 2024, 2025, 2026, - 1013: 2024, 2026, 2027, - 1014: 2028, 2029, 2030, - 1015: 2028, 2030, 2031, - 1016: 2032, 2033, 2034, - 1017: 2032, 2034, 2035, - 1018: 2036, 2037, 2038, - 1019: 2036, 2038, 2039, - 1020: 2040, 2041, 2042, - 1021: 2040, 2042, 2043, - 1022: 2044, 2045, 2046, - 1023: 2044, 2046, 2047, - 1024: 2048, 2049, 2050, - 1025: 2048, 2050, 2051, - 1026: 2052, 2053, 2054, - 1027: 2052, 2054, 2055, - 1028: 2056, 2057, 2058, - 1029: 2056, 2058, 2059, - 1030: 2060, 2061, 2062, - 1031: 2060, 2062, 2063, - 1032: 2064, 2065, 2066, - 1033: 2064, 2066, 2067, - 1034: 2068, 2069, 2070, - 1035: 2068, 2070, 2071, - 1036: 2072, 2073, 2074, - 1037: 2072, 2074, 2075, - 1038: 2076, 2077, 2078, - 1039: 2076, 2078, 2079, - 1040: 2080, 2081, 2082, - 1041: 2080, 2082, 2083, - 1042: 2084, 2085, 2086, - 1043: 2084, 2086, 2087, - 1044: 2088, 2089, 2090, - 1045: 2088, 2090, 2091, - 1046: 2092, 2093, 2094, - 1047: 2092, 2094, 2095, - 1048: 2096, 2097, 2098, - 1049: 2096, 2098, 2099, - 1050: 2100, 2101, 2102, - 1051: 2100, 2102, 2103, - 1052: 2104, 2105, 2106, - 1053: 2104, 2106, 2107, - 1054: 2108, 2109, 2110, - 1055: 2108, 2110, 2111, - 1056: 2112, 2113, 2114, - 1057: 2112, 2114, 2115, - 1058: 2116, 2117, 2118, - 1059: 2116, 2118, 2119, - 1060: 2120, 2121, 2122, - 1061: 2120, 2122, 2123, - 1062: 2124, 2125, 2126, - 1063: 2124, 2126, 2127, - 1064: 2128, 2129, 2130, - 1065: 2128, 2130, 2131, - 1066: 2132, 2133, 2134, - 1067: 2132, 2134, 2135, - 1068: 2136, 2137, 2138, - 1069: 2136, 2138, 2139, - 1070: 2140, 2141, 2142, - 1071: 2140, 2142, 2143, - 1072: 2144, 2145, 2146, - 1073: 2144, 2146, 2147, - 1074: 2148, 2149, 2150, - 1075: 2148, 2150, 2151, - 1076: 2152, 2153, 2154, - 1077: 2152, 2154, 2155, - 1078: 2156, 2157, 2158, - 1079: 2156, 2158, 2159, - 1080: 2160, 2161, 2162, - 1081: 2160, 2162, 2163, - 1082: 2164, 2165, 2166, - 1083: 2164, 2166, 2167, - 1084: 2168, 2169, 2170, - 1085: 2168, 2170, 2171, - 1086: 2172, 2173, 2174, - 1087: 2172, 2174, 2175, - 1088: 2176, 2177, 2178, - 1089: 2176, 2178, 2179, - 1090: 2180, 2181, 2182, - 1091: 2180, 2182, 2183, - 1092: 2184, 2185, 2186, - 1093: 2184, 2186, 2187, - 1094: 2188, 2189, 2190, - 1095: 2188, 2190, 2191, - 1096: 2192, 2193, 2194, - 1097: 2192, 2194, 2195, - 1098: 2196, 2197, 2198, - 1099: 2196, 2198, 2199, - 1100: 2200, 2201, 2202, - 1101: 2200, 2202, 2203, - 1102: 2204, 2205, 2206, - 1103: 2204, 2206, 2207, - 1104: 2208, 2209, 2210, - 1105: 2208, 2210, 2211, - 1106: 2212, 2213, 2214, - 1107: 2212, 2214, 2215, - 1108: 2216, 2217, 2218, - 1109: 2216, 2218, 2219, - 1110: 2220, 2221, 2222, - 1111: 2220, 2222, 2223, - 1112: 2224, 2225, 2226, - 1113: 2224, 2226, 2227, - 1114: 2228, 2229, 2230, - 1115: 2228, 2230, 2231, - 1116: 2232, 2233, 2234, - 1117: 2232, 2234, 2235, - 1118: 2236, 2237, 2238, - 1119: 2236, 2238, 2239, - 1120: 2240, 2241, 2242, - 1121: 2240, 2242, 2243, - 1122: 2244, 2245, 2246, - 1123: 2244, 2246, 2247, - 1124: 2248, 2249, 2250, - 1125: 2248, 2250, 2251, - 1126: 2252, 2253, 2254, - 1127: 2252, 2254, 2255, - 1128: 2256, 2257, 2258, - 1129: 2256, 2258, 2259, - 1130: 2260, 2261, 2262, - 1131: 2260, 2262, 2263, - 1132: 2264, 2265, 2266, - 1133: 2264, 2266, 2267, - 1134: 2268, 2269, 2270, - 1135: 2268, 2270, 2271, - 1136: 2272, 2273, 2274, - 1137: 2272, 2274, 2275, - 1138: 2276, 2277, 2278, - 1139: 2276, 2278, 2279, - 1140: 2280, 2281, 2282, - 1141: 2280, 2282, 2283, - 1142: 2284, 2285, 2286, - 1143: 2284, 2286, 2287, - 1144: 2288, 2289, 2290, - 1145: 2288, 2290, 2291, - 1146: 2292, 2293, 2294, - 1147: 2292, 2294, 2295, - 1148: 2296, 2297, 2298, - 1149: 2296, 2298, 2299, - 1150: 2300, 2301, 2302, - 1151: 2300, 2302, 2303, - 1152: 2304, 2305, 2306, - 1153: 2304, 2306, 2307, - 1154: 2308, 2309, 2310, - 1155: 2308, 2310, 2311, - 1156: 2312, 2313, 2314, - 1157: 2312, 2314, 2315, - 1158: 2316, 2317, 2318, - 1159: 2316, 2318, 2319, - 1160: 2320, 2321, 2322, - 1161: 2320, 2322, 2323, - 1162: 2324, 2325, 2326, - 1163: 2324, 2326, 2327, - 1164: 2328, 2329, 2330, - 1165: 2328, 2330, 2331, - 1166: 2332, 2333, 2334, - 1167: 2332, 2334, 2335, - 1168: 2336, 2337, 2338, - 1169: 2336, 2338, 2339, - 1170: 2340, 2341, 2342, - 1171: 2340, 2342, 2343, - 1172: 2344, 2345, 2346, - 1173: 2344, 2346, 2347, - 1174: 2348, 2349, 2350, - 1175: 2348, 2350, 2351, - 1176: 2352, 2353, 2354, - 1177: 2352, 2354, 2355, - 1178: 2356, 2357, 2358, - 1179: 2356, 2358, 2359, - 1180: 2360, 2361, 2362, - 1181: 2360, 2362, 2363, - 1182: 2364, 2365, 2366, - 1183: 2364, 2366, 2367, - 1184: 2368, 2369, 2370, - 1185: 2368, 2370, 2371, - 1186: 2372, 2373, 2374, - 1187: 2372, 2374, 2375, - 1188: 2376, 2377, 2378, - 1189: 2376, 2378, 2379, - 1190: 2380, 2381, 2382, - 1191: 2380, 2382, 2383, - 1192: 2384, 2385, 2386, - 1193: 2384, 2386, 2387, - 1194: 2388, 2389, 2390, - 1195: 2388, 2390, 2391, - 1196: 2392, 2393, 2394, - 1197: 2392, 2394, 2395, - 1198: 2396, 2397, 2398, - 1199: 2396, 2398, 2399, - 1200: 2400, 2401, 2402, - 1201: 2400, 2402, 2403, - 1202: 2404, 2405, 2406, - 1203: 2404, 2406, 2407, - 1204: 2408, 2409, 2410, - 1205: 2408, 2410, 2411, - 1206: 2412, 2413, 2414, - 1207: 2412, 2414, 2415, - 1208: 2416, 2417, 2418, - 1209: 2416, 2418, 2419, - 1210: 2420, 2421, 2422, - 1211: 2420, 2422, 2423, - 1212: 2424, 2425, 2426, - 1213: 2424, 2426, 2427, - 1214: 2428, 2429, 2430, - 1215: 2428, 2430, 2431, - 1216: 2432, 2433, 2434, - 1217: 2432, 2434, 2435, - 1218: 2436, 2437, 2438, - 1219: 2436, 2438, 2439, - 1220: 2440, 2441, 2442, - 1221: 2440, 2442, 2443, - 1222: 2444, 2445, 2446, - 1223: 2444, 2446, 2447, - 1224: 2448, 2449, 2450, - 1225: 2448, 2450, 2451, - 1226: 2452, 2453, 2454, - 1227: 2452, 2454, 2455, - 1228: 2456, 2457, 2458, - 1229: 2456, 2458, 2459, - 1230: 2460, 2461, 2462, - 1231: 2460, 2462, 2463, - 1232: 2464, 2465, 2466, - 1233: 2464, 2466, 2467, - 1234: 2468, 2469, 2470, - 1235: 2468, 2470, 2471, - 1236: 2472, 2473, 2474, - 1237: 2472, 2474, 2475, - 1238: 2476, 2477, 2478, - 1239: 2476, 2478, 2479, - 1240: 2480, 2481, 2482, - 1241: 2480, 2482, 2483, - 1242: 2484, 2485, 2486, - 1243: 2484, 2486, 2487, - 1244: 2488, 2489, 2490, - 1245: 2488, 2490, 2491, - 1246: 2492, 2493, 2494, - 1247: 2492, 2494, 2495, - 1248: 2496, 2497, 2498, - 1249: 2496, 2498, 2499, - 1250: 2500, 2501, 2502, - 1251: 2500, 2502, 2503, - 1252: 2504, 2505, 2506, - 1253: 2504, 2506, 2507, - 1254: 2508, 2509, 2510, - 1255: 2508, 2510, 2511, - 1256: 2512, 2513, 2514, - 1257: 2512, 2514, 2515, - 1258: 2516, 2517, 2518, - 1259: 2516, 2518, 2519, - 1260: 2520, 2521, 2522, - 1261: 2520, 2522, 2523, - 1262: 2524, 2525, 2526, - 1263: 2524, 2526, 2527, - 1264: 2528, 2529, 2530, - 1265: 2528, 2530, 2531, - 1266: 2532, 2533, 2534, - 1267: 2532, 2534, 2535, - 1268: 2536, 2537, 2538, - 1269: 2536, 2538, 2539, - 1270: 2540, 2541, 2542, - 1271: 2540, 2542, 2543, - 1272: 2544, 2545, 2546, - 1273: 2544, 2546, 2547, - 1274: 2548, 2549, 2550, - 1275: 2548, 2550, 2551, - 1276: 2552, 2553, 2554, - 1277: 2552, 2554, 2555, - 1278: 2556, 2557, 2558, - 1279: 2556, 2558, 2559, - 1280: 2560, 2561, 2562, - 1281: 2560, 2562, 2563, - 1282: 2564, 2565, 2566, - 1283: 2564, 2566, 2567, - 1284: 2568, 2569, 2570, - 1285: 2568, 2570, 2571, - 1286: 2572, 2573, 2574, - 1287: 2572, 2574, 2575, - 1288: 2576, 2577, 2578, - 1289: 2576, 2578, 2579, - 1290: 2580, 2581, 2582, - 1291: 2580, 2582, 2583, - 1292: 2584, 2585, 2586, - 1293: 2584, 2586, 2587, - 1294: 2588, 2589, 2590, - 1295: 2588, 2590, 2591, - 1296: 2592, 2593, 2594, - 1297: 2592, 2594, 2595, - 1298: 2596, 2597, 2598, - 1299: 2596, 2598, 2599, - 1300: 2600, 2601, 2602, - 1301: 2600, 2602, 2603, - 1302: 2604, 2605, 2606, - 1303: 2604, 2606, 2607, - 1304: 2608, 2609, 2610, - 1305: 2608, 2610, 2611, - 1306: 2612, 2613, 2614, - 1307: 2612, 2614, 2615, - 1308: 2616, 2617, 2618, - 1309: 2616, 2618, 2619, - 1310: 2620, 2621, 2622, - 1311: 2620, 2622, 2623, - 1312: 2624, 2625, 2626, - 1313: 2624, 2626, 2627, - 1314: 2628, 2629, 2630, - 1315: 2628, 2630, 2631, - 1316: 2632, 2633, 2634, - 1317: 2632, 2634, 2635, - 1318: 2636, 2637, 2638, - 1319: 2636, 2638, 2639, - 1320: 2640, 2641, 2642, - 1321: 2640, 2642, 2643, - 1322: 2644, 2645, 2646, - 1323: 2644, 2646, 2647, - 1324: 2648, 2649, 2650, - 1325: 2648, 2650, 2651, - 1326: 2652, 2653, 2654, - 1327: 2652, 2654, 2655, - 1328: 2656, 2657, 2658, - 1329: 2656, 2658, 2659, - 1330: 2660, 2661, 2662, - 1331: 2660, 2662, 2663, - 1332: 2664, 2665, 2666, - 1333: 2664, 2666, 2667, - 1334: 2668, 2669, 2670, - 1335: 2668, 2670, 2671, - 1336: 2672, 2673, 2674, - 1337: 2672, 2674, 2675, - 1338: 2676, 2677, 2678, - 1339: 2676, 2678, 2679, - 1340: 2680, 2681, 2682, - 1341: 2680, 2682, 2683, - 1342: 2684, 2685, 2686, - 1343: 2684, 2686, 2687, - 1344: 2688, 2689, 2690, - 1345: 2688, 2690, 2691, - 1346: 2692, 2693, 2694, - 1347: 2692, 2694, 2695, - 1348: 2696, 2697, 2698, - 1349: 2696, 2698, 2699, - 1350: 2700, 2701, 2702, - 1351: 2700, 2702, 2703, - 1352: 2704, 2705, 2706, - 1353: 2704, 2706, 2707, - 1354: 2708, 2709, 2710, - 1355: 2708, 2710, 2711, - 1356: 2712, 2713, 2714, - 1357: 2712, 2714, 2715, - 1358: 2716, 2717, 2718, - 1359: 2716, 2718, 2719, - 1360: 2720, 2721, 2722, - 1361: 2720, 2722, 2723, - 1362: 2724, 2725, 2726, - 1363: 2724, 2726, 2727, - 1364: 2728, 2729, 2730, - 1365: 2728, 2730, 2731, - 1366: 2732, 2733, 2734, - 1367: 2732, 2734, 2735, - 1368: 2736, 2737, 2738, - 1369: 2736, 2738, 2739, - 1370: 2740, 2741, 2742, - 1371: 2740, 2742, 2743, - 1372: 2744, 2745, 2746, - 1373: 2744, 2746, 2747, - 1374: 2748, 2749, 2750, - 1375: 2748, 2750, 2751, - 1376: 2752, 2753, 2754, - 1377: 2752, 2754, 2755, - 1378: 2756, 2757, 2758, - 1379: 2756, 2758, 2759, - 1380: 2760, 2761, 2762, - 1381: 2760, 2762, 2763, - 1382: 2764, 2765, 2766, - 1383: 2764, 2766, 2767, - 1384: 2768, 2769, 2770, - 1385: 2768, 2770, 2771, - 1386: 2772, 2773, 2774, - 1387: 2772, 2774, 2775, - 1388: 2776, 2777, 2778, - 1389: 2776, 2778, 2779, - 1390: 2780, 2781, 2782, - 1391: 2780, 2782, 2783, - 1392: 2784, 2785, 2786, - 1393: 2784, 2786, 2787, - 1394: 2788, 2789, 2790, - 1395: 2788, 2790, 2791, - 1396: 2792, 2793, 2794, - 1397: 2792, 2794, 2795, - 1398: 2796, 2797, 2798, - 1399: 2796, 2798, 2799, - 1400: 2800, 2801, 2802, - 1401: 2800, 2802, 2803, - 1402: 2804, 2805, 2806, - 1403: 2804, 2806, 2807, - 1404: 2808, 2809, 2810, - 1405: 2808, 2810, 2811, - 1406: 2812, 2813, 2814, - 1407: 2812, 2814, 2815, - 1408: 2816, 2817, 2818, - 1409: 2816, 2818, 2819, - 1410: 2820, 2821, 2822, - 1411: 2820, 2822, 2823, - 1412: 2824, 2825, 2826, - 1413: 2824, 2826, 2827, - 1414: 2828, 2829, 2830, - 1415: 2828, 2830, 2831, - 1416: 2832, 2833, 2834, - 1417: 2832, 2834, 2835, - 1418: 2836, 2837, 2838, - 1419: 2836, 2838, 2839, - 1420: 2840, 2841, 2842, - 1421: 2840, 2842, 2843, - 1422: 2844, 2845, 2846, - 1423: 2844, 2846, 2847, - 1424: 2848, 2849, 2850, - 1425: 2848, 2850, 2851, - 1426: 2852, 2853, 2854, - 1427: 2852, 2854, 2855, - 1428: 2856, 2857, 2858, - 1429: 2856, 2858, 2859, - 1430: 2860, 2861, 2862, - 1431: 2860, 2862, 2863, - 1432: 2864, 2865, 2866, - 1433: 2864, 2866, 2867, - 1434: 2868, 2869, 2870, - 1435: 2868, 2870, 2871, - 1436: 2872, 2873, 2874, - 1437: 2872, 2874, 2875, - 1438: 2876, 2877, 2878, - 1439: 2876, 2878, 2879, - 1440: 2880, 2881, 2882, - 1441: 2880, 2882, 2883, - 1442: 2884, 2885, 2886, - 1443: 2884, 2886, 2887, - 1444: 2888, 2889, 2890, - 1445: 2888, 2890, 2891, - 1446: 2892, 2893, 2894, - 1447: 2892, 2894, 2895, - 1448: 2896, 2897, 2898, - 1449: 2896, 2898, 2899, - 1450: 2900, 2901, 2902, - 1451: 2900, 2902, 2903, - 1452: 2904, 2905, 2906, - 1453: 2904, 2906, 2907, - 1454: 2908, 2909, 2910, - 1455: 2908, 2910, 2911, - 1456: 2912, 2913, 2914, - 1457: 2912, 2914, 2915, - 1458: 2916, 2917, 2918, - 1459: 2916, 2918, 2919, - 1460: 2920, 2921, 2922, - 1461: 2920, 2922, 2923, - 1462: 2924, 2925, 2926, - 1463: 2924, 2926, 2927, - 1464: 2928, 2929, 2930, - 1465: 2928, 2930, 2931, - 1466: 2932, 2933, 2934, - 1467: 2932, 2934, 2935, - 1468: 2936, 2937, 2938, - 1469: 2936, 2938, 2939, - 1470: 2940, 2941, 2942, - 1471: 2940, 2942, 2943, - 1472: 2944, 2945, 2946, - 1473: 2944, 2946, 2947, - 1474: 2948, 2949, 2950, - 1475: 2948, 2950, 2951, - 1476: 2952, 2953, 2954, - 1477: 2952, 2954, 2955, - 1478: 2956, 2957, 2958, - 1479: 2956, 2958, 2959, - 1480: 2960, 2961, 2962, - 1481: 2960, 2962, 2963, - 1482: 2964, 2965, 2966, - 1483: 2964, 2966, 2967, - 1484: 2968, 2969, 2970, - 1485: 2968, 2970, 2971, - 1486: 2972, 2973, 2974, - 1487: 2972, 2974, 2975, - 1488: 2976, 2977, 2978, - 1489: 2976, 2978, 2979, - 1490: 2980, 2981, 2982, - 1491: 2980, 2982, 2983, - 1492: 2984, 2985, 2986, - 1493: 2984, 2986, 2987, - 1494: 2988, 2989, 2990, - 1495: 2988, 2990, 2991, - 1496: 2992, 2993, 2994, - 1497: 2992, 2994, 2995, - 1498: 2996, 2997, 2998, - 1499: 2996, 2998, 2999, - 1500: 3000, 3001, 3002, - 1501: 3000, 3002, 3003, - 1502: 3004, 3005, 3006, - 1503: 3004, 3006, 3007, - 1504: 3008, 3009, 3010, - 1505: 3008, 3010, 3011, - 1506: 3012, 3013, 3014, - 1507: 3012, 3014, 3015, - 1508: 3016, 3017, 3018, - 1509: 3016, 3018, 3019, - 1510: 3020, 3021, 3022, - 1511: 3020, 3022, 3023, - 1512: 3024, 3025, 3026, - 1513: 3024, 3026, 3027, - 1514: 3028, 3029, 3030, - 1515: 3028, 3030, 3031, - 1516: 3032, 3033, 3034, - 1517: 3032, 3034, 3035, - 1518: 3036, 3037, 3038, - 1519: 3036, 3038, 3039, - 1520: 3040, 3041, 3042, - 1521: 3040, 3042, 3043, - 1522: 3044, 3045, 3046, - 1523: 3044, 3046, 3047, - 1524: 3048, 3049, 3050, - 1525: 3048, 3050, 3051, - 1526: 3052, 3053, 3054, - 1527: 3052, 3054, 3055, - 1528: 3056, 3057, 3058, - 1529: 3056, 3058, 3059, - 1530: 3060, 3061, 3062, - 1531: 3060, 3062, 3063, - 1532: 3064, 3065, 3066, - 1533: 3064, 3066, 3067, - 1534: 3068, 3069, 3070, - 1535: 3068, 3070, 3071, - 1536: 3072, 3073, 3074, - 1537: 3072, 3074, 3075, - 1538: 3076, 3077, 3078, - 1539: 3076, 3078, 3079, - 1540: 3080, 3081, 3082, - 1541: 3080, 3082, 3083, - 1542: 3084, 3085, 3086, - 1543: 3084, 3086, 3087, - 1544: 3088, 3089, 3090, - 1545: 3088, 3090, 3091, - 1546: 3092, 3093, 3094, - 1547: 3092, 3094, 3095, - 1548: 3096, 3097, 3098, - 1549: 3096, 3098, 3099, - 1550: 3100, 3101, 3102, - 1551: 3100, 3102, 3103, - 1552: 3104, 3105, 3106, - 1553: 3104, 3106, 3107, - 1554: 3108, 3109, 3110, - 1555: 3108, 3110, 3111, - 1556: 3112, 3113, 3114, - 1557: 3112, 3114, 3115, - 1558: 3116, 3117, 3118, - 1559: 3116, 3118, 3119, - 1560: 3120, 3121, 3122, - 1561: 3120, 3122, 3123, - 1562: 3124, 3125, 3126, - 1563: 3124, 3126, 3127, - 1564: 3128, 3129, 3130, - 1565: 3128, 3130, 3131, - 1566: 3132, 3133, 3134, - 1567: 3132, 3134, 3135, - 1568: 3136, 3137, 3138, - 1569: 3136, 3138, 3139, - 1570: 3140, 3141, 3142, - 1571: 3140, 3142, 3143, - 1572: 3144, 3145, 3146, - 1573: 3144, 3146, 3147, - 1574: 3148, 3149, 3150, - 1575: 3148, 3150, 3151, - 1576: 3152, 3153, 3154, - 1577: 3152, 3154, 3155, - 1578: 3156, 3157, 3158, - 1579: 3156, 3158, 3159, - 1580: 3160, 3161, 3162, - 1581: 3160, 3162, 3163, - 1582: 3164, 3165, 3166, - 1583: 3164, 3166, 3167, - 1584: 3168, 3169, 3170, - 1585: 3168, 3170, 3171, - 1586: 3172, 3173, 3174, - 1587: 3172, 3174, 3175, - 1588: 3176, 3177, 3178, - 1589: 3176, 3178, 3179, - 1590: 3180, 3181, 3182, - 1591: 3180, 3182, 3183, - 1592: 3184, 3185, 3186, - 1593: 3184, 3186, 3187, - 1594: 3188, 3189, 3190, - 1595: 3188, 3190, 3191, - 1596: 3192, 3193, 3194, - 1597: 3192, 3194, 3195, - 1598: 3196, 3197, 3198, - 1599: 3196, 3198, 3199, - 1600: 3200, 3201, 3202, - 1601: 3200, 3202, 3203, - 1602: 3204, 3205, 3206, - 1603: 3204, 3206, 3207, - 1604: 3208, 3209, 3210, - 1605: 3208, 3210, 3211, - 1606: 3212, 3213, 3214, - 1607: 3212, 3214, 3215, - 1608: 3216, 3217, 3218, - 1609: 3216, 3218, 3219, - 1610: 3220, 3221, 3222, - 1611: 3220, 3222, 3223, - 1612: 3224, 3225, 3226, - 1613: 3224, 3226, 3227, - 1614: 3228, 3229, 3230, - 1615: 3228, 3230, 3231, - 1616: 3232, 3233, 3234, - 1617: 3232, 3234, 3235, - 1618: 3236, 3237, 3238, - 1619: 3236, 3238, 3239, - 1620: 3240, 3241, 3242, - 1621: 3240, 3242, 3243, - 1622: 3244, 3245, 3246, - 1623: 3244, 3246, 3247, - 1624: 3248, 3249, 3250, - 1625: 3248, 3250, 3251, - 1626: 3252, 3253, 3254, - 1627: 3252, 3254, 3255, - 1628: 3256, 3257, 3258, - 1629: 3256, 3258, 3259, - 1630: 3260, 3261, 3262, - 1631: 3260, 3262, 3263, - 1632: 3264, 3265, 3266, - 1633: 3264, 3266, 3267, - 1634: 3268, 3269, 3270, - 1635: 3268, 3270, 3271, - 1636: 3272, 3273, 3274, - 1637: 3272, 3274, 3275, - 1638: 3276, 3277, 3278, - 1639: 3276, 3278, 3279, - 1640: 3280, 3281, 3282, - 1641: 3280, 3282, 3283, - 1642: 3284, 3285, 3286, - 1643: 3284, 3286, 3287, - 1644: 3288, 3289, 3290, - 1645: 3288, 3290, 3291, - 1646: 3292, 3293, 3294, - 1647: 3292, 3294, 3295, - 1648: 3296, 3297, 3298, - 1649: 3296, 3298, 3299, - 1650: 3300, 3301, 3302, - 1651: 3300, 3302, 3303, - 1652: 3304, 3305, 3306, - 1653: 3304, 3306, 3307, - 1654: 3308, 3309, 3310, - 1655: 3308, 3310, 3311, - 1656: 3312, 3313, 3314, - 1657: 3312, 3314, 3315, - 1658: 3316, 3317, 3318, - 1659: 3316, 3318, 3319, - 1660: 3320, 3321, 3322, - 1661: 3320, 3322, 3323, - 1662: 3324, 3325, 3326, - 1663: 3324, 3326, 3327, - 1664: 3328, 3329, 3330, - 1665: 3328, 3330, 3331, - 1666: 3332, 3333, 3334, - 1667: 3332, 3334, 3335, - 1668: 3336, 3337, 3338, - 1669: 3336, 3338, 3339, - 1670: 3340, 3341, 3342, - 1671: 3340, 3342, 3343, - 1672: 3344, 3345, 3346, - 1673: 3344, 3346, 3347, - 1674: 3348, 3349, 3350, - 1675: 3348, 3350, 3351, - 1676: 3352, 3353, 3354, - 1677: 3352, 3354, 3355, - 1678: 3356, 3357, 3358, - 1679: 3356, 3358, 3359, - 1680: 3360, 3361, 3362, - 1681: 3360, 3362, 3363, - 1682: 3364, 3365, 3366, - 1683: 3364, 3366, 3367, - 1684: 3368, 3369, 3370, - 1685: 3368, 3370, 3371, - 1686: 3372, 3373, 3374, - 1687: 3372, 3374, 3375, - 1688: 3376, 3377, 3378, - 1689: 3376, 3378, 3379, - 1690: 3380, 3381, 3382, - 1691: 3380, 3382, 3383, - 1692: 3384, 3385, 3386, - 1693: 3384, 3386, 3387, - 1694: 3388, 3389, 3390, - 1695: 3388, 3390, 3391, - 1696: 3392, 3393, 3394, - 1697: 3392, 3394, 3395, - 1698: 3396, 3397, 3398, - 1699: 3396, 3398, 3399, - 1700: 3400, 3401, 3402, - 1701: 3400, 3402, 3403, - 1702: 3404, 3405, 3406, - 1703: 3404, 3406, 3407, - 1704: 3408, 3409, 3410, - 1705: 3408, 3410, 3411, - 1706: 3412, 3413, 3414, - 1707: 3412, 3414, 3415, - 1708: 3416, 3417, 3418, - 1709: 3416, 3418, 3419, - 1710: 3420, 3421, 3422, - 1711: 3420, 3422, 3423, - 1712: 3424, 3425, 3426, - 1713: 3424, 3426, 3427, - 1714: 3428, 3429, 3430, - 1715: 3428, 3430, 3431, - 1716: 3432, 3433, 3434, - 1717: 3432, 3434, 3435, - 1718: 3436, 3437, 3438, - 1719: 3436, 3438, 3439, - 1720: 3440, 3441, 3442, - 1721: 3440, 3442, 3443, - 1722: 3444, 3445, 3446, - 1723: 3444, 3446, 3447, - 1724: 3448, 3449, 3450, - 1725: 3448, 3450, 3451, - 1726: 3452, 3453, 3454, - 1727: 3452, 3454, 3455, - 1728: 3456, 3457, 3458, - 1729: 3456, 3458, 3459, - 1730: 3460, 3461, 3462, - 1731: 3460, 3462, 3463, - 1732: 3464, 3465, 3466, - 1733: 3464, 3466, 3467, - 1734: 3468, 3469, 3470, - 1735: 3468, 3470, 3471, - 1736: 3472, 3473, 3474, - 1737: 3472, 3474, 3475, - 1738: 3476, 3477, 3478, - 1739: 3476, 3478, 3479, - 1740: 3480, 3481, 3482, - 1741: 3480, 3482, 3483, - 1742: 3484, 3485, 3486, - 1743: 3484, 3486, 3487, - 1744: 3488, 3489, 3490, - 1745: 3488, 3490, 3491, - 1746: 3492, 3493, 3494, - 1747: 3492, 3494, 3495, - 1748: 3496, 3497, 3498, - 1749: 3496, 3498, 3499, - 1750: 3500, 3501, 3502, - 1751: 3500, 3502, 3503, - 1752: 3504, 3505, 3506, - 1753: 3504, 3506, 3507, - 1754: 3508, 3509, 3510, - 1755: 3508, 3510, 3511, - 1756: 3512, 3513, 3514, - 1757: 3512, 3514, 3515, - 1758: 3516, 3517, 3518, - 1759: 3516, 3518, 3519, - 1760: 3520, 3521, 3522, - 1761: 3520, 3522, 3523, - 1762: 3524, 3525, 3526, - 1763: 3524, 3526, 3527, - 1764: 3528, 3529, 3530, - 1765: 3528, 3530, 3531, - 1766: 3532, 3533, 3534, - 1767: 3532, 3534, 3535, - 1768: 3536, 3537, 3538, - 1769: 3536, 3538, 3539, - 1770: 3540, 3541, 3542, - 1771: 3540, 3542, 3543, - 1772: 3544, 3545, 3546, - 1773: 3544, 3546, 3547, - 1774: 3548, 3549, 3550, - 1775: 3548, 3550, 3551, - 1776: 3552, 3553, 3554, - 1777: 3552, 3554, 3555, - 1778: 3556, 3557, 3558, - 1779: 3556, 3558, 3559, - 1780: 3560, 3561, 3562, - 1781: 3560, 3562, 3563, - 1782: 3564, 3565, 3566, - 1783: 3564, 3566, 3567, - 1784: 3568, 3569, 3570, - 1785: 3568, 3570, 3571, - 1786: 3572, 3573, 3574, - 1787: 3572, 3574, 3575, - 1788: 3576, 3577, 3578, - 1789: 3576, 3578, 3579, - 1790: 3580, 3581, 3582, - 1791: 3580, 3582, 3583, - 1792: 3584, 3585, 3586, - 1793: 3584, 3586, 3587, - 1794: 3588, 3589, 3590, - 1795: 3588, 3590, 3591, - 1796: 3592, 3593, 3594, - 1797: 3592, 3594, 3595, - 1798: 3596, 3597, 3598, - 1799: 3596, 3598, 3599, - 1800: 3600, 3601, 3602, - 1801: 3600, 3602, 3603, - 1802: 3604, 3605, 3606, - 1803: 3604, 3606, 3607, - 1804: 3608, 3609, 3610, - 1805: 3608, 3610, 3611, - 1806: 3612, 3613, 3614, - 1807: 3612, 3614, 3615, - 1808: 3616, 3617, 3618, - 1809: 3616, 3618, 3619, - 1810: 3620, 3621, 3622, - 1811: 3620, 3622, 3623, - 1812: 3624, 3625, 3626, - 1813: 3624, 3626, 3627, - 1814: 3628, 3629, 3630, - 1815: 3628, 3630, 3631, - 1816: 3632, 3633, 3634, - 1817: 3632, 3634, 3635, - 1818: 3636, 3637, 3638, - 1819: 3636, 3638, 3639, - 1820: 3640, 3641, 3642, - 1821: 3640, 3642, 3643, - 1822: 3644, 3645, 3646, - 1823: 3644, 3646, 3647, - 1824: 3648, 3649, 3650, - 1825: 3648, 3650, 3651, - 1826: 3652, 3653, 3654, - 1827: 3652, 3654, 3655, - 1828: 3656, 3657, 3658, - 1829: 3656, 3658, 3659, - 1830: 3660, 3661, 3662, - 1831: 3660, 3662, 3663, - 1832: 3664, 3665, 3666, - 1833: 3664, 3666, 3667, - 1834: 3668, 3669, 3670, - 1835: 3668, 3670, 3671, - 1836: 3672, 3673, 3674, - 1837: 3672, 3674, 3675, - 1838: 3676, 3677, 3678, - 1839: 3676, 3678, 3679, - 1840: 3680, 3681, 3682, - 1841: 3680, 3682, 3683, - 1842: 3684, 3685, 3686, - 1843: 3684, 3686, 3687, - 1844: 3688, 3689, 3690, - 1845: 3688, 3690, 3691, - 1846: 3692, 3693, 3694, - 1847: 3692, 3694, 3695, - 1848: 3696, 3697, 3698, - 1849: 3696, 3698, 3699, - 1850: 3700, 3701, 3702, - 1851: 3700, 3702, 3703, - 1852: 3704, 3705, 3706, - 1853: 3704, 3706, 3707, - 1854: 3708, 3709, 3710, - 1855: 3708, 3710, 3711, - 1856: 3712, 3713, 3714, - 1857: 3712, 3714, 3715, - 1858: 3716, 3717, 3718, - 1859: 3716, 3718, 3719, - 1860: 3720, 3721, 3722, - 1861: 3720, 3722, 3723, - 1862: 3724, 3725, 3726, - 1863: 3724, 3726, 3727, - 1864: 3728, 3729, 3730, - 1865: 3728, 3730, 3731, - 1866: 3732, 3733, 3734, - 1867: 3732, 3734, 3735, - 1868: 3736, 3737, 3738, - 1869: 3736, 3738, 3739, - 1870: 3740, 3741, 3742, - 1871: 3740, 3742, 3743, - 1872: 3744, 3745, 3746, - 1873: 3744, 3746, 3747, - 1874: 3748, 3749, 3750, - 1875: 3748, 3750, 3751, - 1876: 3752, 3753, 3754, - 1877: 3752, 3754, 3755, - 1878: 3756, 3757, 3758, - 1879: 3756, 3758, 3759, - 1880: 3760, 3761, 3762, - 1881: 3760, 3762, 3763, - 1882: 3764, 3765, 3766, - 1883: 3764, 3766, 3767, - 1884: 3768, 3769, 3770, - 1885: 3768, 3770, 3771, - 1886: 3772, 3773, 3774, - 1887: 3772, 3774, 3775, - 1888: 3776, 3777, 3778, - 1889: 3776, 3778, 3779, - 1890: 3780, 3781, 3782, - 1891: 3780, 3782, 3783, - 1892: 3784, 3785, 3786, - 1893: 3784, 3786, 3787, - 1894: 3788, 3789, 3790, - 1895: 3788, 3790, 3791, - 1896: 3792, 3793, 3794, - 1897: 3792, 3794, 3795, - 1898: 3796, 3797, 3798, - 1899: 3796, 3798, 3799, - 1900: 3800, 3801, 3802, - 1901: 3800, 3802, 3803, - 1902: 3804, 3805, 3806, - 1903: 3804, 3806, 3807, - 1904: 3808, 3809, 3810, - 1905: 3808, 3810, 3811, - 1906: 3812, 3813, 3814, - 1907: 3812, 3814, 3815, - 1908: 3816, 3817, 3818, - 1909: 3816, 3818, 3819, - 1910: 3820, 3821, 3822, - 1911: 3820, 3822, 3823, - 1912: 3824, 3825, 3826, - 1913: 3824, 3826, 3827, - 1914: 3828, 3829, 3830, - 1915: 3828, 3830, 3831, - 1916: 3832, 3833, 3834, - 1917: 3832, 3834, 3835, - 1918: 3836, 3837, 3838, - 1919: 3836, 3838, 3839, - 1920: 3840, 3841, 3842, - 1921: 3840, 3842, 3843, - 1922: 3844, 3845, 3846, - 1923: 3844, 3846, 3847, - 1924: 3848, 3849, 3850, - 1925: 3848, 3850, 3851, - 1926: 3852, 3853, 3854, - 1927: 3852, 3854, 3855, - 1928: 3856, 3857, 3858, - 1929: 3856, 3858, 3859, - 1930: 3860, 3861, 3862, - 1931: 3860, 3862, 3863, - 1932: 3864, 3865, 3866, - 1933: 3864, 3866, 3867, - 1934: 3868, 3869, 3870, - 1935: 3868, 3870, 3871, - 1936: 3872, 3873, 3874, - 1937: 3872, 3874, 3875, - 1938: 3876, 3877, 3878, - 1939: 3876, 3878, 3879, - 1940: 3880, 3881, 3882, - 1941: 3880, 3882, 3883, - 1942: 3884, 3885, 3886, - 1943: 3884, 3886, 3887, - 1944: 3888, 3889, 3890, - 1945: 3888, 3890, 3891, - 1946: 3892, 3893, 3894, - 1947: 3892, 3894, 3895, - 1948: 3896, 3897, 3898, - 1949: 3896, 3898, 3899, - 1950: 3900, 3901, 3902, - 1951: 3900, 3902, 3903, - 1952: 3904, 3905, 3906, - 1953: 3904, 3906, 3907, - 1954: 3908, 3909, 3910, - 1955: 3908, 3910, 3911, - 1956: 3912, 3913, 3914, - 1957: 3912, 3914, 3915, - 1958: 3916, 3917, 3918, - 1959: 3916, 3918, 3919, - 1960: 3920, 3921, 3922, - 1961: 3920, 3922, 3923, - 1962: 3924, 3925, 3926, - 1963: 3924, 3926, 3927, - 1964: 3928, 3929, 3930, - 1965: 3928, 3930, 3931, - 1966: 3932, 3933, 3934, - 1967: 3932, 3934, 3935, - 1968: 3936, 3937, 3938, - 1969: 3936, 3938, 3939, - 1970: 3940, 3941, 3942, - 1971: 3940, 3942, 3943, - 1972: 3944, 3945, 3946, - 1973: 3944, 3946, 3947, - 1974: 3948, 3949, 3950, - 1975: 3948, 3950, 3951, - 1976: 3952, 3953, 3954, - 1977: 3952, 3954, 3955, - 1978: 3956, 3957, 3958, - 1979: 3956, 3958, 3959, - 1980: 3960, 3961, 3962, - 1981: 3960, 3962, 3963, - 1982: 3964, 3965, 3966, - 1983: 3964, 3966, 3967, - 1984: 3968, 3969, 3970, - 1985: 3968, 3970, 3971, - 1986: 3972, 3973, 3974, - 1987: 3972, 3974, 3975, - 1988: 3976, 3977, 3978, - 1989: 3976, 3978, 3979, - 1990: 3980, 3981, 3982, - 1991: 3980, 3982, 3983, - 1992: 3984, 3985, 3986, - 1993: 3984, 3986, 3987, - 1994: 3988, 3989, 3990, - 1995: 3988, 3990, 3991, - 1996: 3992, 3993, 3994, - 1997: 3992, 3994, 3995, - 1998: 3996, 3997, 3998, - 1999: 3996, 3998, 3999, - 2000: 4000, 4001, 4002, - 2001: 4000, 4002, 4003, - 2002: 4004, 4005, 4006, - 2003: 4004, 4006, 4007, - 2004: 4008, 4009, 4010, - 2005: 4008, 4010, 4011, - 2006: 4012, 4013, 4014, - 2007: 4012, 4014, 4015, - 2008: 4016, 4017, 4018, - 2009: 4016, 4018, 4019, - 2010: 4020, 4021, 4022, - 2011: 4020, 4022, 4023, - 2012: 4024, 4025, 4026, - 2013: 4024, 4026, 4027, - 2014: 4028, 4029, 4030, - 2015: 4028, 4030, 4031, - 2016: 4032, 4033, 4034, - 2017: 4032, 4034, 4035, - 2018: 4036, 4037, 4038, - 2019: 4036, 4038, 4039, - 2020: 4040, 4041, 4042, - 2021: 4040, 4042, 4043, - 2022: 4044, 4045, 4046, - 2023: 4044, 4046, 4047, - 2024: 4048, 4049, 4050, - 2025: 4048, 4050, 4051, - 2026: 4052, 4053, 4054, - 2027: 4052, 4054, 4055, - 2028: 4056, 4057, 4058, - 2029: 4056, 4058, 4059, - 2030: 4060, 4061, 4062, - 2031: 4060, 4062, 4063, - 2032: 4064, 4065, 4066, - 2033: 4064, 4066, 4067, - 2034: 4068, 4069, 4070, - 2035: 4068, 4070, 4071, - 2036: 4072, 4073, 4074, - 2037: 4072, 4074, 4075, - 2038: 4076, 4077, 4078, - 2039: 4076, 4078, 4079, - 2040: 4080, 4081, 4082, - 2041: 4080, 4082, 4083, - 2042: 4084, 4085, 4086, - 2043: 4084, 4086, 4087, - 2044: 4088, 4089, 4090, - 2045: 4088, 4090, 4091, - 2046: 4092, 4093, 4094, - 2047: 4092, 4094, 4095, - 2048: 4096, 4097, 4098, - 2049: 4096, 4098, 4099, - 2050: 4100, 4101, 4102, - 2051: 4100, 4102, 4103, - 2052: 4104, 4105, 4106, - 2053: 4104, 4106, 4107, - 2054: 4108, 4109, 4110, - 2055: 4108, 4110, 4111, - 2056: 4112, 4113, 4114, - 2057: 4112, 4114, 4115, - 2058: 4116, 4117, 4118, - 2059: 4116, 4118, 4119, - 2060: 4120, 4121, 4122, - 2061: 4120, 4122, 4123, - 2062: 4124, 4125, 4126, - 2063: 4124, 4126, 4127, - 2064: 4128, 4129, 4130, - 2065: 4128, 4130, 4131, - 2066: 4132, 4133, 4134, - 2067: 4132, 4134, 4135, - 2068: 4136, 4137, 4138, - 2069: 4136, 4138, 4139, - 2070: 4140, 4141, 4142, - 2071: 4140, 4142, 4143, - 2072: 4144, 4145, 4146, - 2073: 4144, 4146, 4147, - 2074: 4148, 4149, 4150, - 2075: 4148, 4150, 4151, - 2076: 4152, 4153, 4154, - 2077: 4152, 4154, 4155, - 2078: 4156, 4157, 4158, - 2079: 4156, 4158, 4159, - 2080: 4160, 4161, 4162, - 2081: 4160, 4162, 4163, - 2082: 4164, 4165, 4166, - 2083: 4164, 4166, 4167, - 2084: 4168, 4169, 4170, - 2085: 4168, 4170, 4171, - 2086: 4172, 4173, 4174, - 2087: 4172, 4174, 4175, - 2088: 4176, 4177, 4178, - 2089: 4176, 4178, 4179, - 2090: 4180, 4181, 4182, - 2091: 4180, 4182, 4183, - 2092: 4184, 4185, 4186, - 2093: 4184, 4186, 4187, - 2094: 4188, 4189, 4190, - 2095: 4188, 4190, 4191, - 2096: 4192, 4193, 4194, - 2097: 4192, 4194, 4195, - 2098: 4196, 4197, 4198, - 2099: 4196, 4198, 4199, - 2100: 4200, 4201, 4202, - 2101: 4200, 4202, 4203, - 2102: 4204, 4205, 4206, - 2103: 4204, 4206, 4207, - 2104: 4208, 4209, 4210, - 2105: 4208, 4210, 4211, - 2106: 4212, 4213, 4214, - 2107: 4212, 4214, 4215, - 2108: 4216, 4217, 4218, - 2109: 4216, 4218, 4219, - 2110: 4220, 4221, 4222, - 2111: 4220, 4222, 4223, - 2112: 4224, 4225, 4226, - 2113: 4224, 4226, 4227, - 2114: 4228, 4229, 4230, - 2115: 4228, 4230, 4231, - 2116: 4232, 4233, 4234, - 2117: 4232, 4234, 4235, - 2118: 4236, 4237, 4238, - 2119: 4236, 4238, 4239, - 2120: 4240, 4241, 4242, - 2121: 4240, 4242, 4243, - 2122: 4244, 4245, 4246, - 2123: 4244, 4246, 4247, - 2124: 4248, 4249, 4250, - 2125: 4248, 4250, 4251, - 2126: 4252, 4253, 4254, - 2127: 4252, 4254, 4255, - 2128: 4256, 4257, 4258, - 2129: 4256, 4258, 4259, - 2130: 4260, 4261, 4262, - 2131: 4260, 4262, 4263, - 2132: 4264, 4265, 4266, - 2133: 4264, 4266, 4267, - 2134: 4268, 4269, 4270, - 2135: 4268, 4270, 4271, - 2136: 4272, 4273, 4274, - 2137: 4272, 4274, 4275, - 2138: 4276, 4277, 4278, - 2139: 4276, 4278, 4279, - 2140: 4280, 4281, 4282, - 2141: 4280, 4282, 4283, - 2142: 4284, 4285, 4286, - 2143: 4284, 4286, 4287, - 2144: 4288, 4289, 4290, - 2145: 4288, 4290, 4291, - 2146: 4292, 4293, 4294, - 2147: 4292, 4294, 4295, - 2148: 4296, 4297, 4298, - 2149: 4296, 4298, 4299, - 2150: 4300, 4301, 4302, - 2151: 4300, 4302, 4303, - 2152: 4304, 4305, 4306, - 2153: 4304, 4306, 4307, - 2154: 4308, 4309, 4310, - 2155: 4308, 4310, 4311, - 2156: 4312, 4313, 4314, - 2157: 4312, 4314, 4315, - 2158: 4316, 4317, 4318, - 2159: 4316, 4318, 4319, - 2160: 4320, 4321, 4322, - 2161: 4320, 4322, 4323, - 2162: 4324, 4325, 4326, - 2163: 4324, 4326, 4327, - 2164: 4328, 4329, 4330, - 2165: 4328, 4330, 4331, - 2166: 4332, 4333, 4334, - 2167: 4332, 4334, 4335, - 2168: 4336, 4337, 4338, - 2169: 4336, 4338, 4339, - 2170: 4340, 4341, 4342, - 2171: 4340, 4342, 4343, - 2172: 4344, 4345, 4346, - 2173: 4344, 4346, 4347, - 2174: 4348, 4349, 4350, - 2175: 4348, 4350, 4351, - 2176: 4352, 4353, 4354, - 2177: 4352, 4354, 4355, - 2178: 4356, 4357, 4358, - 2179: 4356, 4358, 4359, - 2180: 4360, 4361, 4362, - 2181: 4360, 4362, 4363, - 2182: 4364, 4365, 4366, - 2183: 4364, 4366, 4367, - 2184: 4368, 4369, 4370, - 2185: 4368, 4370, 4371, - 2186: 4372, 4373, 4374, - 2187: 4372, 4374, 4375, - 2188: 4376, 4377, 4378, - 2189: 4376, 4378, 4379, - 2190: 4380, 4381, 4382, - 2191: 4380, 4382, 4383, - 2192: 4384, 4385, 4386, - 2193: 4384, 4386, 4387, - 2194: 4388, 4389, 4390, - 2195: 4388, 4390, 4391, - 2196: 4392, 4393, 4394, - 2197: 4392, 4394, 4395, - 2198: 4396, 4397, 4398, - 2199: 4396, 4398, 4399, - 2200: 4400, 4401, 4402, - 2201: 4400, 4402, 4403, - 2202: 4404, 4405, 4406, - 2203: 4404, 4406, 4407, - 2204: 4408, 4409, 4410, - 2205: 4408, 4410, 4411, - 2206: 4412, 4413, 4414, - 2207: 4412, 4414, 4415, - 2208: 4416, 4417, 4418, - 2209: 4416, 4418, 4419, - 2210: 4420, 4421, 4422, - 2211: 4420, 4422, 4423, - 2212: 4424, 4425, 4426, - 2213: 4424, 4426, 4427, - 2214: 4428, 4429, 4430, - 2215: 4428, 4430, 4431, - 2216: 4432, 4433, 4434, - 2217: 4432, 4434, 4435, - 2218: 4436, 4437, 4438, - 2219: 4436, 4438, 4439, - 2220: 4440, 4441, 4442, - 2221: 4440, 4442, 4443, - 2222: 4444, 4445, 4446, - 2223: 4444, 4446, 4447, - 2224: 4448, 4449, 4450, - 2225: 4448, 4450, 4451, - 2226: 4452, 4453, 4454, - 2227: 4452, 4454, 4455, - 2228: 4456, 4457, 4458, - 2229: 4456, 4458, 4459, - 2230: 4460, 4461, 4462, - 2231: 4460, 4462, 4463, - 2232: 4464, 4465, 4466, - 2233: 4464, 4466, 4467, - 2234: 4468, 4469, 4470, - 2235: 4468, 4470, 4471, - 2236: 4472, 4473, 4474, - 2237: 4472, 4474, 4475, - 2238: 4476, 4477, 4478, - 2239: 4476, 4478, 4479, - 2240: 4480, 4481, 4482, - 2241: 4480, 4482, 4483, - 2242: 4484, 4485, 4486, - 2243: 4484, 4486, 4487, - 2244: 4488, 4489, 4490, - 2245: 4488, 4490, 4491, - 2246: 4492, 4493, 4494, - 2247: 4492, 4494, 4495, - 2248: 4496, 4497, 4498, - 2249: 4496, 4498, 4499, - 2250: 4500, 4501, 4502, - 2251: 4500, 4502, 4503, - 2252: 4504, 4505, 4506, - 2253: 4504, 4506, 4507, - 2254: 4508, 4509, 4510, - 2255: 4508, 4510, 4511, - 2256: 4512, 4513, 4514, - 2257: 4512, 4514, 4515, - 2258: 4516, 4517, 4518, - 2259: 4516, 4518, 4519, - 2260: 4520, 4521, 4522, - 2261: 4520, 4522, 4523, - 2262: 4524, 4525, 4526, - 2263: 4524, 4526, 4527, - 2264: 4528, 4529, 4530, - 2265: 4528, 4530, 4531, - 2266: 4532, 4533, 4534, - 2267: 4532, 4534, 4535, - 2268: 4536, 4537, 4538, - 2269: 4536, 4538, 4539, - 2270: 4540, 4541, 4542, - 2271: 4540, 4542, 4543, - 2272: 4544, 4545, 4546, - 2273: 4544, 4546, 4547, - 2274: 4548, 4549, 4550, - 2275: 4548, 4550, 4551, - 2276: 4552, 4553, 4554, - 2277: 4552, 4554, 4555, - 2278: 4556, 4557, 4558, - 2279: 4556, 4558, 4559, - 2280: 4560, 4561, 4562, - 2281: 4560, 4562, 4563, - 2282: 4564, 4565, 4566, - 2283: 4564, 4566, 4567, - 2284: 4568, 4569, 4570, - 2285: 4568, 4570, 4571, - 2286: 4572, 4573, 4574, - 2287: 4572, 4574, 4575, - 2288: 4576, 4577, 4578, - 2289: 4576, 4578, 4579, - 2290: 4580, 4581, 4582, - 2291: 4580, 4582, 4583, - 2292: 4584, 4585, 4586, - 2293: 4584, 4586, 4587, - 2294: 4588, 4589, 4590, - 2295: 4588, 4590, 4591, - 2296: 4592, 4593, 4594, - 2297: 4592, 4594, 4595, - 2298: 4596, 4597, 4598, - 2299: 4596, 4598, 4599, - 2300: 4600, 4601, 4602, - 2301: 4600, 4602, 4603, - 2302: 4604, 4605, 4606, - 2303: 4604, 4606, 4607, - 2304: 4608, 4609, 4610, - 2305: 4608, 4610, 4611, - 2306: 4612, 4613, 4614, - 2307: 4612, 4614, 4615, - 2308: 4616, 4617, 4618, - 2309: 4616, 4618, 4619, - 2310: 4620, 4621, 4622, - 2311: 4620, 4622, 4623, - 2312: 4624, 4625, 4626, - 2313: 4624, 4626, 4627, - 2314: 4628, 4629, 4630, - 2315: 4628, 4630, 4631, - 2316: 4632, 4633, 4634, - 2317: 4632, 4634, 4635, - 2318: 4636, 4637, 4638, - 2319: 4636, 4638, 4639, - 2320: 4640, 4641, 4642, - 2321: 4640, 4642, 4643, - 2322: 4644, 4645, 4646, - 2323: 4644, 4646, 4647, - 2324: 4648, 4649, 4650, - 2325: 4648, 4650, 4651, - 2326: 4652, 4653, 4654, - 2327: 4652, 4654, 4655, - 2328: 4656, 4657, 4658, - 2329: 4656, 4658, 4659, - 2330: 4660, 4661, 4662, - 2331: 4660, 4662, 4663, - 2332: 4664, 4665, 4666, - 2333: 4664, 4666, 4667, - 2334: 4668, 4669, 4670, - 2335: 4668, 4670, 4671, - 2336: 4672, 4673, 4674, - 2337: 4672, 4674, 4675, - 2338: 4676, 4677, 4678, - 2339: 4676, 4678, 4679, - 2340: 4680, 4681, 4682, - 2341: 4680, 4682, 4683, - 2342: 4684, 4685, 4686, - 2343: 4684, 4686, 4687, - 2344: 4688, 4689, 4690, - 2345: 4688, 4690, 4691, - 2346: 4692, 4693, 4694, - 2347: 4692, 4694, 4695, - 2348: 4696, 4697, 4698, - 2349: 4696, 4698, 4699, - 2350: 4700, 4701, 4702, - 2351: 4700, 4702, 4703, - 2352: 4704, 4705, 4706, - 2353: 4704, 4706, 4707, - 2354: 4708, 4709, 4710, - 2355: 4708, 4710, 4711, - 2356: 4712, 4713, 4714, - 2357: 4712, 4714, 4715, - 2358: 4716, 4717, 4718, - 2359: 4716, 4718, 4719, - 2360: 4720, 4721, 4722, - 2361: 4720, 4722, 4723, - 2362: 4724, 4725, 4726, - 2363: 4724, 4726, 4727, - 2364: 4728, 4729, 4730, - 2365: 4728, 4730, 4731, - 2366: 4732, 4733, 4734, - 2367: 4732, 4734, 4735, - 2368: 4736, 4737, 4738, - 2369: 4736, 4738, 4739, - 2370: 4740, 4741, 4742, - 2371: 4740, 4742, 4743, - 2372: 4744, 4745, 4746, - 2373: 4744, 4746, 4747, - 2374: 4748, 4749, 4750, - 2375: 4748, 4750, 4751, - 2376: 4752, 4753, 4754, - 2377: 4752, 4754, 4755, - 2378: 4756, 4757, 4758, - 2379: 4756, 4758, 4759, - 2380: 4760, 4761, 4762, - 2381: 4760, 4762, 4763, - 2382: 4764, 4765, 4766, - 2383: 4764, 4766, 4767, - 2384: 4768, 4769, 4770, - 2385: 4768, 4770, 4771, - 2386: 4772, 4773, 4774, - 2387: 4772, 4774, 4775, - 2388: 4776, 4777, 4778, - 2389: 4776, 4778, 4779, - 2390: 4780, 4781, 4782, - 2391: 4780, 4782, 4783, - 2392: 4784, 4785, 4786, - 2393: 4784, 4786, 4787, - 2394: 4788, 4789, 4790, - 2395: 4788, 4790, 4791, - 2396: 4792, 4793, 4794, - 2397: 4792, 4794, 4795, - 2398: 4796, 4797, 4798, - 2399: 4796, 4798, 4799, - 2400: 4800, 4801, 4802, - 2401: 4800, 4802, 4803, - 2402: 4804, 4805, 4806, - 2403: 4804, 4806, 4807, - 2404: 4808, 4809, 4810, - 2405: 4808, 4810, 4811, - 2406: 4812, 4813, 4814, - 2407: 4812, 4814, 4815, - 2408: 4816, 4817, 4818, - 2409: 4816, 4818, 4819, - 2410: 4820, 4821, 4822, - 2411: 4820, 4822, 4823, - 2412: 4824, 4825, 4826, - 2413: 4824, 4826, 4827, - 2414: 4828, 4829, 4830, - 2415: 4828, 4830, 4831, - 2416: 4832, 4833, 4834, - 2417: 4832, 4834, 4835, - 2418: 4836, 4837, 4838, - 2419: 4836, 4838, 4839, - 2420: 4840, 4841, 4842, - 2421: 4840, 4842, 4843, - 2422: 4844, 4845, 4846, - 2423: 4844, 4846, 4847, - 2424: 4848, 4849, 4850, - 2425: 4848, 4850, 4851, - 2426: 4852, 4853, 4854, - 2427: 4852, 4854, 4855, - 2428: 4856, 4857, 4858, - 2429: 4856, 4858, 4859, - 2430: 4860, 4861, 4862, - 2431: 4860, 4862, 4863, - 2432: 4864, 4865, 4866, - 2433: 4864, 4866, 4867, - 2434: 4868, 4869, 4870, - 2435: 4868, 4870, 4871, - 2436: 4872, 4873, 4874, - 2437: 4872, 4874, 4875, - 2438: 4876, 4877, 4878, - 2439: 4876, 4878, 4879, - 2440: 4880, 4881, 4882, - 2441: 4880, 4882, 4883, - 2442: 4884, 4885, 4886, - 2443: 4884, 4886, 4887, - 2444: 4888, 4889, 4890, - 2445: 4888, 4890, 4891, - 2446: 4892, 4893, 4894, - 2447: 4892, 4894, 4895, - 2448: 4896, 4897, 4898, - 2449: 4896, 4898, 4899, - 2450: 4900, 4901, 4902, - 2451: 4900, 4902, 4903, - 2452: 4904, 4905, 4906, - 2453: 4904, 4906, 4907, - 2454: 4908, 4909, 4910, - 2455: 4908, 4910, 4911, - 2456: 4912, 4913, 4914, - 2457: 4912, 4914, 4915, - 2458: 4916, 4917, 4918, - 2459: 4916, 4918, 4919, - 2460: 4920, 4921, 4922, - 2461: 4920, 4922, 4923, - 2462: 4924, 4925, 4926, - 2463: 4924, 4926, 4927, - 2464: 4928, 4929, 4930, - 2465: 4928, 4930, 4931, - 2466: 4932, 4933, 4934, - 2467: 4932, 4934, 4935, - 2468: 4936, 4937, 4938, - 2469: 4936, 4938, 4939, - 2470: 4940, 4941, 4942, - 2471: 4940, 4942, 4943, - 2472: 4944, 4945, 4946, - 2473: 4944, 4946, 4947, - 2474: 4948, 4949, 4950, - 2475: 4948, 4950, 4951, - 2476: 4952, 4953, 4954, - 2477: 4952, 4954, 4955, - 2478: 4956, 4957, 4958, - 2479: 4956, 4958, 4959, - 2480: 4960, 4961, 4962, - 2481: 4960, 4962, 4963, - 2482: 4964, 4965, 4966, - 2483: 4964, 4966, 4967, - 2484: 4968, 4969, 4970, - 2485: 4968, 4970, 4971, - 2486: 4972, 4973, 4974, - 2487: 4972, 4974, 4975, - 2488: 4976, 4977, 4978, - 2489: 4976, 4978, 4979, - 2490: 4980, 4981, 4982, - 2491: 4980, 4982, 4983, - 2492: 4984, 4985, 4986, - 2493: 4984, 4986, 4987, - 2494: 4988, 4989, 4990, - 2495: 4988, 4990, 4991, - 2496: 4992, 4993, 4994, - 2497: 4992, 4994, 4995, - 2498: 4996, 4997, 4998, - 2499: 4996, 4998, 4999, - 2500: 5000, 5001, 5002, - 2501: 5000, 5002, 5003, - 2502: 5004, 5005, 5006, - 2503: 5004, 5006, 5007, - 2504: 5008, 5009, 5010, - 2505: 5008, 5010, 5011, - 2506: 5012, 5013, 5014, - 2507: 5012, 5014, 5015, - 2508: 5016, 5017, 5018, - 2509: 5016, 5018, 5019, - 2510: 5020, 5021, 5022, - 2511: 5020, 5022, 5023, - 2512: 5024, 5025, 5026, - 2513: 5024, 5026, 5027, - 2514: 5028, 5029, 5030, - 2515: 5028, 5030, 5031, - 2516: 5032, 5033, 5034, - 2517: 5032, 5034, 5035, - 2518: 5036, 5037, 5038, - 2519: 5036, 5038, 5039, - 2520: 5040, 5041, 5042, - 2521: 5040, 5042, 5043, - 2522: 5044, 5045, 5046, - 2523: 5044, 5046, 5047, - 2524: 5048, 5049, 5050, - 2525: 5048, 5050, 5051, - 2526: 5052, 5053, 5054, - 2527: 5052, 5054, 5055, - 2528: 5056, 5057, 5058, - 2529: 5056, 5058, 5059, - 2530: 5060, 5061, 5062, - 2531: 5060, 5062, 5063, - 2532: 5064, 5065, 5066, - 2533: 5064, 5066, 5067, - 2534: 5068, 5069, 5070, - 2535: 5068, 5070, 5071, - 2536: 5072, 5073, 5074, - 2537: 5072, 5074, 5075, - 2538: 5076, 5077, 5078, - 2539: 5076, 5078, 5079, - 2540: 5080, 5081, 5082, - 2541: 5080, 5082, 5083, - 2542: 5084, 5085, 5086, - 2543: 5084, 5086, 5087, - 2544: 5088, 5089, 5090, - 2545: 5088, 5090, 5091, - 2546: 5092, 5093, 5094, - 2547: 5092, 5094, 5095, - 2548: 5096, 5097, 5098, - 2549: 5096, 5098, 5099, - 2550: 5100, 5101, 5102, - 2551: 5100, 5102, 5103, - 2552: 5104, 5105, 5106, - 2553: 5104, 5106, 5107, - 2554: 5108, 5109, 5110, - 2555: 5108, 5110, 5111, - 2556: 5112, 5113, 5114, - 2557: 5112, 5114, 5115, - 2558: 5116, 5117, 5118, - 2559: 5116, 5118, 5119, - 2560: 5120, 5121, 5122, - 2561: 5120, 5122, 5123, - 2562: 5124, 5125, 5126, - 2563: 5124, 5126, 5127, - 2564: 5128, 5129, 5130, - 2565: 5128, 5130, 5131, - 2566: 5132, 5133, 5134, - 2567: 5132, 5134, 5135, - 2568: 5136, 5137, 5138, - 2569: 5136, 5138, 5139, - 2570: 5140, 5141, 5142, - 2571: 5140, 5142, 5143, - 2572: 5144, 5145, 5146, - 2573: 5144, 5146, 5147, - 2574: 5148, 5149, 5150, - 2575: 5148, 5150, 5151, - 2576: 5152, 5153, 5154, - 2577: 5152, 5154, 5155, - 2578: 5156, 5157, 5158, - 2579: 5156, 5158, 5159, - 2580: 5160, 5161, 5162, - 2581: 5160, 5162, 5163, - 2582: 5164, 5165, 5166, - 2583: 5164, 5166, 5167, - 2584: 5168, 5169, 5170, - 2585: 5168, 5170, 5171, - 2586: 5172, 5173, 5174, - 2587: 5172, 5174, 5175, - 2588: 5176, 5177, 5178, - 2589: 5176, 5178, 5179, - 2590: 5180, 5181, 5182, - 2591: 5180, 5182, 5183, - 2592: 5184, 5185, 5186, - 2593: 5184, 5186, 5187, - 2594: 5188, 5189, 5190, - 2595: 5188, 5190, 5191, - 2596: 5192, 5193, 5194, - 2597: 5192, 5194, 5195, - 2598: 5196, 5197, 5198, - 2599: 5196, 5198, 5199, - 2600: 5200, 5201, 5202, - 2601: 5200, 5202, 5203, - 2602: 5204, 5205, 5206, - 2603: 5204, 5206, 5207, - 2604: 5208, 5209, 5210, - 2605: 5208, 5210, 5211, - 2606: 5212, 5213, 5214, - 2607: 5212, 5214, 5215, - 2608: 5216, 5217, 5218, - 2609: 5216, 5218, 5219, - 2610: 5220, 5221, 5222, - 2611: 5220, 5222, 5223, - 2612: 5224, 5225, 5226, - 2613: 5224, 5226, 5227, - 2614: 5228, 5229, 5230, - 2615: 5228, 5230, 5231, - 2616: 5232, 5233, 5234, - 2617: 5232, 5234, 5235, - 2618: 5236, 5237, 5238, - 2619: 5236, 5238, 5239, - 2620: 5240, 5241, 5242, - 2621: 5240, 5242, 5243, - 2622: 5244, 5245, 5246, - 2623: 5244, 5246, 5247, - 2624: 5248, 5249, 5250, - 2625: 5248, 5250, 5251, - 2626: 5252, 5253, 5254, - 2627: 5252, 5254, 5255, - 2628: 5256, 5257, 5258, - 2629: 5256, 5258, 5259, - 2630: 5260, 5261, 5262, - 2631: 5260, 5262, 5263, - 2632: 5264, 5265, 5266, - 2633: 5264, 5266, 5267, - 2634: 5268, 5269, 5270, - 2635: 5268, 5270, 5271, - 2636: 5272, 5273, 5274, - 2637: 5272, 5274, 5275, - 2638: 5276, 5277, 5278, - 2639: 5276, 5278, 5279, - 2640: 5280, 5281, 5282, - 2641: 5280, 5282, 5283, - 2642: 5284, 5285, 5286, - 2643: 5284, 5286, 5287, - 2644: 5288, 5289, 5290, - 2645: 5288, 5290, 5291, - 2646: 5292, 5293, 5294, - 2647: 5292, 5294, 5295, - 2648: 5296, 5297, 5298, - 2649: 5296, 5298, 5299, - 2650: 5300, 5301, 5302, - 2651: 5300, 5302, 5303, - 2652: 5304, 5305, 5306, - 2653: 5304, 5306, 5307, - 2654: 5308, 5309, 5310, - 2655: 5308, 5310, 5311, - 2656: 5312, 5313, 5314, - 2657: 5312, 5314, 5315, - 2658: 5316, 5317, 5318, - 2659: 5316, 5318, 5319, - 2660: 5320, 5321, 5322, - 2661: 5320, 5322, 5323, - 2662: 5324, 5325, 5326, - 2663: 5324, 5326, 5327, - 2664: 5328, 5329, 5330, - 2665: 5328, 5330, 5331, - 2666: 5332, 5333, 5334, - 2667: 5332, 5334, 5335, - 2668: 5336, 5337, 5338, - 2669: 5336, 5338, 5339, - 2670: 5340, 5341, 5342, - 2671: 5340, 5342, 5343, - 2672: 5344, 5345, 5346, - 2673: 5344, 5346, 5347, - 2674: 5348, 5349, 5350, - 2675: 5348, 5350, 5351, - 2676: 5352, 5353, 5354, - 2677: 5352, 5354, 5355, - 2678: 5356, 5357, 5358, - 2679: 5356, 5358, 5359, - 2680: 5360, 5361, 5362, - 2681: 5360, 5362, 5363, - 2682: 5364, 5365, 5366, - 2683: 5364, 5366, 5367, - 2684: 5368, 5369, 5370, - 2685: 5368, 5370, 5371, - 2686: 5372, 5373, 5374, - 2687: 5372, 5374, 5375, - 2688: 5376, 5377, 5378, - 2689: 5376, 5378, 5379, - 2690: 5380, 5381, 5382, - 2691: 5380, 5382, 5383, - 2692: 5384, 5385, 5386, - 2693: 5384, 5386, 5387, - 2694: 5388, 5389, 5390, - 2695: 5388, 5390, 5391, - 2696: 5392, 5393, 5394, - 2697: 5392, 5394, 5395, - 2698: 5396, 5397, 5398, - 2699: 5396, 5398, 5399, - 2700: 5400, 5401, 5402, - 2701: 5400, 5402, 5403, - 2702: 5404, 5405, 5406, - 2703: 5404, 5406, 5407, - 2704: 5408, 5409, 5410, - 2705: 5408, 5410, 5411, - 2706: 5412, 5413, 5414, - 2707: 5412, 5414, 5415, - 2708: 5416, 5417, 5418, - 2709: 5416, 5418, 5419, - 2710: 5420, 5421, 5422, - 2711: 5420, 5422, 5423, - 2712: 5424, 5425, 5426, - 2713: 5424, 5426, 5427, - 2714: 5428, 5429, 5430, - 2715: 5428, 5430, 5431, - 2716: 5432, 5433, 5434, - 2717: 5432, 5434, 5435, - 2718: 5436, 5437, 5438, - 2719: 5436, 5438, 5439, - 2720: 5440, 5441, 5442, - 2721: 5440, 5442, 5443, - 2722: 5444, 5445, 5446, - 2723: 5444, 5446, 5447, - 2724: 5448, 5449, 5450, - 2725: 5448, 5450, 5451, - 2726: 5452, 5453, 5454, - 2727: 5452, 5454, 5455, - 2728: 5456, 5457, 5458, - 2729: 5456, 5458, 5459, - 2730: 5460, 5461, 5462, - 2731: 5460, 5462, 5463, - 2732: 5464, 5465, 5466, - 2733: 5464, 5466, 5467, - 2734: 5468, 5469, 5470, - 2735: 5468, 5470, 5471, - 2736: 5472, 5473, 5474, - 2737: 5472, 5474, 5475, - 2738: 5476, 5477, 5478, - 2739: 5476, 5478, 5479, - 2740: 5480, 5481, 5482, - 2741: 5480, 5482, 5483, - 2742: 5484, 5485, 5486, - 2743: 5484, 5486, 5487, - 2744: 5488, 5489, 5490, - 2745: 5488, 5490, 5491, - 2746: 5492, 5493, 5494, - 2747: 5492, 5494, 5495, - 2748: 5496, 5497, 5498, - 2749: 5496, 5498, 5499, - 2750: 5500, 5501, 5502, - 2751: 5500, 5502, 5503, - 2752: 5504, 5505, 5506, - 2753: 5504, 5506, 5507, - 2754: 5508, 5509, 5510, - 2755: 5508, 5510, 5511, - 2756: 5512, 5513, 5514, - 2757: 5512, 5514, 5515, - 2758: 5516, 5517, 5518, - 2759: 5516, 5518, 5519, - 2760: 5520, 5521, 5522, - 2761: 5520, 5522, 5523, - 2762: 5524, 5525, 5526, - 2763: 5524, 5526, 5527, - 2764: 5528, 5529, 5530, - 2765: 5528, 5530, 5531, - 2766: 5532, 5533, 5534, - 2767: 5532, 5534, 5535, - 2768: 5536, 5537, 5538, - 2769: 5536, 5538, 5539, - 2770: 5540, 5541, 5542, - 2771: 5540, 5542, 5543, - 2772: 5544, 5545, 5546, - 2773: 5544, 5546, 5547, - 2774: 5548, 5549, 5550, - 2775: 5548, 5550, 5551, - 2776: 5552, 5553, 5554, - 2777: 5552, 5554, 5555, - 2778: 5556, 5557, 5558, - 2779: 5556, 5558, 5559, - 2780: 5560, 5561, 5562, - 2781: 5560, 5562, 5563, - 2782: 5564, 5565, 5566, - 2783: 5564, 5566, 5567, - 2784: 5568, 5569, 5570, - 2785: 5568, 5570, 5571, - 2786: 5572, 5573, 5574, - 2787: 5572, 5574, 5575, - 2788: 5576, 5577, 5578, - 2789: 5576, 5578, 5579, - 2790: 5580, 5581, 5582, - 2791: 5580, 5582, 5583, - 2792: 5584, 5585, 5586, - 2793: 5584, 5586, 5587, - 2794: 5588, 5589, 5590, - 2795: 5588, 5590, 5591, - 2796: 5592, 5593, 5594, - 2797: 5592, 5594, 5595, - 2798: 5596, 5597, 5598, - 2799: 5596, 5598, 5599, - 2800: 5600, 5601, 5602, - 2801: 5600, 5602, 5603, - 2802: 5604, 5605, 5606, - 2803: 5604, 5606, 5607, - 2804: 5608, 5609, 5610, - 2805: 5608, 5610, 5611, - 2806: 5612, 5613, 5614, - 2807: 5612, 5614, 5615, - 2808: 5616, 5617, 5618, - 2809: 5616, 5618, 5619, - 2810: 5620, 5621, 5622, - 2811: 5620, 5622, 5623, - 2812: 5624, 5625, 5626, - 2813: 5624, 5626, 5627, - 2814: 5628, 5629, 5630, - 2815: 5628, 5630, 5631, - 2816: 5632, 5633, 5634, - 2817: 5632, 5634, 5635, - 2818: 5636, 5637, 5638, - 2819: 5636, 5638, 5639, - 2820: 5640, 5641, 5642, - 2821: 5640, 5642, 5643, - 2822: 5644, 5645, 5646, - 2823: 5644, 5646, 5647, - 2824: 5648, 5649, 5650, - 2825: 5648, 5650, 5651, - 2826: 5652, 5653, 5654, - 2827: 5652, 5654, 5655, - 2828: 5656, 5657, 5658, - 2829: 5656, 5658, 5659, - 2830: 5660, 5661, 5662, - 2831: 5660, 5662, 5663, - 2832: 5664, 5665, 5666, - 2833: 5664, 5666, 5667, - 2834: 5668, 5669, 5670, - 2835: 5668, 5670, 5671, - 2836: 5672, 5673, 5674, - 2837: 5672, 5674, 5675, - 2838: 5676, 5677, 5678, - 2839: 5676, 5678, 5679, - 2840: 5680, 5681, 5682, - 2841: 5680, 5682, 5683, - 2842: 5684, 5685, 5686, - 2843: 5684, 5686, 5687, - 2844: 5688, 5689, 5690, - 2845: 5688, 5690, 5691, - 2846: 5692, 5693, 5694, - 2847: 5692, 5694, 5695, - 2848: 5696, 5697, 5698, - 2849: 5696, 5698, 5699, - 2850: 5700, 5701, 5702, - 2851: 5700, 5702, 5703, - 2852: 5704, 5705, 5706, - 2853: 5704, 5706, 5707, - 2854: 5708, 5709, 5710, - 2855: 5708, 5710, 5711, - 2856: 5712, 5713, 5714, - 2857: 5712, 5714, 5715, - 2858: 5716, 5717, 5718, - 2859: 5716, 5718, 5719, - 2860: 5720, 5721, 5722, - 2861: 5720, 5722, 5723, - 2862: 5724, 5725, 5726, - 2863: 5724, 5726, 5727, - 2864: 5728, 5729, 5730, - 2865: 5728, 5730, 5731, - 2866: 5732, 5733, 5734, - 2867: 5732, 5734, 5735, - 2868: 5736, 5737, 5738, - 2869: 5736, 5738, 5739, - 2870: 5740, 5741, 5742, - 2871: 5740, 5742, 5743, - 2872: 5744, 5745, 5746, - 2873: 5744, 5746, 5747, - 2874: 5748, 5749, 5750, - 2875: 5748, 5750, 5751, - 2876: 5752, 5753, 5754, - 2877: 5752, 5754, 5755, - 2878: 5756, 5757, 5758, - 2879: 5756, 5758, 5759, - 2880: 5760, 5761, 5762, - 2881: 5760, 5762, 5763, - 2882: 5764, 5765, 5766, - 2883: 5764, 5766, 5767, - 2884: 5768, 5769, 5770, - 2885: 5768, 5770, 5771, - 2886: 5772, 5773, 5774, - 2887: 5772, 5774, 5775, - 2888: 5776, 5777, 5778, - 2889: 5776, 5778, 5779, - 2890: 5780, 5781, 5782, - 2891: 5780, 5782, 5783, - 2892: 5784, 5785, 5786, - 2893: 5784, 5786, 5787, - 2894: 5788, 5789, 5790, - 2895: 5788, 5790, 5791, - 2896: 5792, 5793, 5794, - 2897: 5792, 5794, 5795, - 2898: 5796, 5797, 5798, - 2899: 5796, 5798, 5799, - 2900: 5800, 5801, 5802, - 2901: 5800, 5802, 5803, - 2902: 5804, 5805, 5806, - 2903: 5804, 5806, 5807, - 2904: 5808, 5809, 5810, - 2905: 5808, 5810, 5811, - 2906: 5812, 5813, 5814, - 2907: 5812, 5814, 5815, - 2908: 5816, 5817, 5818, - 2909: 5816, 5818, 5819, - 2910: 5820, 5821, 5822, - 2911: 5820, 5822, 5823, - 2912: 5824, 5825, 5826, - 2913: 5824, 5826, 5827, - 2914: 5828, 5829, 5830, - 2915: 5828, 5830, 5831, - 2916: 5832, 5833, 5834, - 2917: 5832, 5834, 5835, - 2918: 5836, 5837, 5838, - 2919: 5836, 5838, 5839, - 2920: 5840, 5841, 5842, - 2921: 5840, 5842, 5843, - 2922: 5844, 5845, 5846, - 2923: 5844, 5846, 5847, - 2924: 5848, 5849, 5850, - 2925: 5848, 5850, 5851, - 2926: 5852, 5853, 5854, - 2927: 5852, 5854, 5855, - 2928: 5856, 5857, 5858, - 2929: 5856, 5858, 5859, - 2930: 5860, 5861, 5862, - 2931: 5860, 5862, 5863, - 2932: 5864, 5865, 5866, - 2933: 5864, 5866, 5867, - 2934: 5868, 5869, 5870, - 2935: 5868, 5870, 5871, - 2936: 5872, 5873, 5874, - 2937: 5872, 5874, 5875, - 2938: 5876, 5877, 5878, - 2939: 5876, 5878, 5879, - 2940: 5880, 5881, 5882, - 2941: 5880, 5882, 5883, - 2942: 5884, 5885, 5886, - 2943: 5884, 5886, 5887, - 2944: 5888, 5889, 5890, - 2945: 5888, 5890, 5891, - 2946: 5892, 5893, 5894, - 2947: 5892, 5894, 5895, - 2948: 5896, 5897, 5898, - 2949: 5896, 5898, 5899, - 2950: 5900, 5901, 5902, - 2951: 5900, 5902, 5903, - 2952: 5904, 5905, 5906, - 2953: 5904, 5906, 5907, - 2954: 5908, 5909, 5910, - 2955: 5908, 5910, 5911, - 2956: 5912, 5913, 5914, - 2957: 5912, 5914, 5915, - 2958: 5916, 5917, 5918, - 2959: 5916, 5918, 5919, - 2960: 5920, 5921, 5922, - 2961: 5920, 5922, 5923, - 2962: 5924, 5925, 5926, - 2963: 5924, 5926, 5927, - 2964: 5928, 5929, 5930, - 2965: 5928, 5930, 5931, - 2966: 5932, 5933, 5934, - 2967: 5932, 5934, 5935, - 2968: 5936, 5937, 5938, - 2969: 5936, 5938, 5939, - 2970: 5940, 5941, 5942, - 2971: 5940, 5942, 5943, - 2972: 5944, 5945, 5946, - 2973: 5944, 5946, 5947, - 2974: 5948, 5949, 5950, - 2975: 5948, 5950, 5951, - 2976: 5952, 5953, 5954, - 2977: 5952, 5954, 5955, - 2978: 5956, 5957, 5958, - 2979: 5956, 5958, 5959, - 2980: 5960, 5961, 5962, - 2981: 5960, 5962, 5963, - 2982: 5964, 5965, 5966, - 2983: 5964, 5966, 5967, - 2984: 5968, 5969, 5970, - 2985: 5968, 5970, 5971, - 2986: 5972, 5973, 5974, - 2987: 5972, 5974, 5975, - 2988: 5976, 5977, 5978, - 2989: 5976, 5978, 5979, - 2990: 5980, 5981, 5982, - 2991: 5980, 5982, 5983, - 2992: 5984, 5985, 5986, - 2993: 5984, 5986, 5987, - 2994: 5988, 5989, 5990, - 2995: 5988, 5990, 5991, - 2996: 5992, 5993, 5994, - 2997: 5992, 5994, 5995, - 2998: 5996, 5997, 5998, - 2999: 5996, 5998, 5999, - 3000: 6000, 6001, 6002, - 3001: 6000, 6002, 6003, - 3002: 6004, 6005, 6006, - 3003: 6004, 6006, 6007, - 3004: 6008, 6009, 6010, - 3005: 6008, 6010, 6011, - 3006: 6012, 6013, 6014, - 3007: 6012, 6014, 6015, - 3008: 6016, 6017, 6018, - 3009: 6016, 6018, 6019, - 3010: 6020, 6021, 6022, - 3011: 6020, 6022, 6023, - 3012: 6024, 6025, 6026, - 3013: 6024, 6026, 6027, - 3014: 6028, 6029, 6030, - 3015: 6028, 6030, 6031, - 3016: 6032, 6033, 6034, - 3017: 6032, 6034, 6035, - 3018: 6036, 6037, 6038, - 3019: 6036, 6038, 6039, - 3020: 6040, 6041, 6042, - 3021: 6040, 6042, 6043, - 3022: 6044, 6045, 6046, - 3023: 6044, 6046, 6047, - 3024: 6048, 6049, 6050, - 3025: 6048, 6050, 6051, - 3026: 6052, 6053, 6054, - 3027: 6052, 6054, 6055, - 3028: 6056, 6057, 6058, - 3029: 6056, 6058, 6059, - 3030: 6060, 6061, 6062, - 3031: 6060, 6062, 6063, - 3032: 6064, 6065, 6066, - 3033: 6064, 6066, 6067, - 3034: 6068, 6069, 6070, - 3035: 6068, 6070, 6071, - 3036: 6072, 6073, 6074, - 3037: 6072, 6074, 6075, - 3038: 6076, 6077, 6078, - 3039: 6076, 6078, 6079, - 3040: 6080, 6081, 6082, - 3041: 6080, 6082, 6083, - 3042: 6084, 6085, 6086, - 3043: 6084, 6086, 6087, - 3044: 6088, 6089, 6090, - 3045: 6088, 6090, 6091, - 3046: 6092, 6093, 6094, - 3047: 6092, 6094, 6095, - 3048: 6096, 6097, 6098, - 3049: 6096, 6098, 6099, - 3050: 6100, 6101, 6102, - 3051: 6100, 6102, 6103, - 3052: 6104, 6105, 6106, - 3053: 6104, 6106, 6107, - 3054: 6108, 6109, 6110, - 3055: 6108, 6110, 6111, - 3056: 6112, 6113, 6114, - 3057: 6112, 6114, 6115, - 3058: 6116, 6117, 6118, - 3059: 6116, 6118, 6119, - 3060: 6120, 6121, 6122, - 3061: 6120, 6122, 6123, - 3062: 6124, 6125, 6126, - 3063: 6124, 6126, 6127, - 3064: 6128, 6129, 6130, - 3065: 6128, 6130, 6131, - 3066: 6132, 6133, 6134, - 3067: 6132, 6134, 6135, - 3068: 6136, 6137, 6138, - 3069: 6136, 6138, 6139, - 3070: 6140, 6141, 6142, - 3071: 6140, 6142, 6143, - 3072: 6144, 6145, 6146, - 3073: 6144, 6146, 6147, - 3074: 6148, 6149, 6150, - 3075: 6148, 6150, 6151, - 3076: 6152, 6153, 6154, - 3077: 6152, 6154, 6155, - 3078: 6156, 6157, 6158, - 3079: 6156, 6158, 6159, - 3080: 6160, 6161, 6162, - 3081: 6160, 6162, 6163, - 3082: 6164, 6165, 6166, - 3083: 6164, 6166, 6167, - 3084: 6168, 6169, 6170, - 3085: 6168, 6170, 6171, - 3086: 6172, 6173, 6174, - 3087: 6172, 6174, 6175, - 3088: 6176, 6177, 6178, - 3089: 6176, 6178, 6179, - 3090: 6180, 6181, 6182, - 3091: 6180, 6182, 6183, - 3092: 6184, 6185, 6186, - 3093: 6184, 6186, 6187, - 3094: 6188, 6189, 6190, - 3095: 6188, 6190, 6191, - 3096: 6192, 6193, 6194, - 3097: 6192, 6194, 6195, - 3098: 6196, 6197, 6198, - 3099: 6196, 6198, 6199, - 3100: 6200, 6201, 6202, - 3101: 6200, 6202, 6203, - 3102: 6204, 6205, 6206, - 3103: 6204, 6206, 6207, - 3104: 6208, 6209, 6210, - 3105: 6208, 6210, 6211, - 3106: 6212, 6213, 6214, - 3107: 6212, 6214, 6215, - 3108: 6216, 6217, 6218, - 3109: 6216, 6218, 6219, - 3110: 6220, 6221, 6222, - 3111: 6220, 6222, 6223, - 3112: 6224, 6225, 6226, - 3113: 6224, 6226, 6227, - 3114: 6228, 6229, 6230, - 3115: 6228, 6230, 6231, - 3116: 6232, 6233, 6234, - 3117: 6232, 6234, 6235, - 3118: 6236, 6237, 6238, - 3119: 6236, 6238, 6239, - 3120: 6240, 6241, 6242, - 3121: 6240, 6242, 6243, - 3122: 6244, 6245, 6246, - 3123: 6244, 6246, 6247, - 3124: 6248, 6249, 6250, - 3125: 6248, 6250, 6251, - 3126: 6252, 6253, 6254, - 3127: 6252, 6254, 6255, - 3128: 6256, 6257, 6258, - 3129: 6256, 6258, 6259, - 3130: 6260, 6261, 6262, - 3131: 6260, 6262, 6263, - 3132: 6264, 6265, 6266, - 3133: 6264, 6266, 6267, - 3134: 6268, 6269, 6270, - 3135: 6268, 6270, 6271, - 3136: 6272, 6273, 6274, - 3137: 6272, 6274, 6275, - 3138: 6276, 6277, 6278, - 3139: 6276, 6278, 6279, - 3140: 6280, 6281, 6282, - 3141: 6280, 6282, 6283, - 3142: 6284, 6285, 6286, - 3143: 6284, 6286, 6287, - 3144: 6288, 6289, 6290, - 3145: 6288, 6290, 6291, - 3146: 6292, 6293, 6294, - 3147: 6292, 6294, 6295, - 3148: 6296, 6297, 6298, - 3149: 6296, 6298, 6299, - 3150: 6300, 6301, 6302, - 3151: 6300, 6302, 6303, - 3152: 6304, 6305, 6306, - 3153: 6304, 6306, 6307, - 3154: 6308, 6309, 6310, - 3155: 6308, 6310, 6311, - 3156: 6312, 6313, 6314, - 3157: 6312, 6314, 6315, - 3158: 6316, 6317, 6318, - 3159: 6316, 6318, 6319, - 3160: 6320, 6321, 6322, - 3161: 6320, 6322, 6323, - 3162: 6324, 6325, 6326, - 3163: 6324, 6326, 6327, - 3164: 6328, 6329, 6330, - 3165: 6328, 6330, 6331, - 3166: 6332, 6333, 6334, - 3167: 6332, 6334, 6335, - 3168: 6336, 6337, 6338, - 3169: 6336, 6338, 6339, - 3170: 6340, 6341, 6342, - 3171: 6340, 6342, 6343, - 3172: 6344, 6345, 6346, - 3173: 6344, 6346, 6347, - 3174: 6348, 6349, 6350, - 3175: 6348, 6350, 6351, - 3176: 6352, 6353, 6354, - 3177: 6352, 6354, 6355, - 3178: 6356, 6357, 6358, - 3179: 6356, 6358, 6359, - 3180: 6360, 6361, 6362, - 3181: 6360, 6362, 6363, - 3182: 6364, 6365, 6366, - 3183: 6364, 6366, 6367, - 3184: 6368, 6369, 6370, - 3185: 6368, 6370, 6371, - 3186: 6372, 6373, 6374, - 3187: 6372, 6374, 6375, - 3188: 6376, 6377, 6378, - 3189: 6376, 6378, 6379, - 3190: 6380, 6381, 6382, - 3191: 6380, 6382, 6383, - 3192: 6384, 6385, 6386, - 3193: 6384, 6386, 6387, - 3194: 6388, 6389, 6390, - 3195: 6388, 6390, 6391, - 3196: 6392, 6393, 6394, - 3197: 6392, 6394, 6395, - 3198: 6396, 6397, 6398, - 3199: 6396, 6398, 6399, - 3200: 6400, 6401, 6402, - 3201: 6400, 6402, 6403, - 3202: 6404, 6405, 6406, - 3203: 6404, 6406, 6407, - 3204: 6408, 6409, 6410, - 3205: 6408, 6410, 6411, - 3206: 6412, 6413, 6414, - 3207: 6412, 6414, 6415, - 3208: 6416, 6417, 6418, - 3209: 6416, 6418, 6419, - 3210: 6420, 6421, 6422, - 3211: 6420, 6422, 6423, - 3212: 6424, 6425, 6426, - 3213: 6424, 6426, 6427, - 3214: 6428, 6429, 6430, - 3215: 6428, 6430, 6431, - 3216: 6432, 6433, 6434, - 3217: 6432, 6434, 6435, - 3218: 6436, 6437, 6438, - 3219: 6436, 6438, 6439, - 3220: 6440, 6441, 6442, - 3221: 6440, 6442, 6443, - 3222: 6444, 6445, 6446, - 3223: 6444, 6446, 6447, - 3224: 6448, 6449, 6450, - 3225: 6448, 6450, 6451, - 3226: 6452, 6453, 6454, - 3227: 6452, 6454, 6455, - 3228: 6456, 6457, 6458, - 3229: 6456, 6458, 6459, - 3230: 6460, 6461, 6462, - 3231: 6460, 6462, 6463, - 3232: 6464, 6465, 6466, - 3233: 6464, 6466, 6467, - 3234: 6468, 6469, 6470, - 3235: 6468, 6470, 6471, - 3236: 6472, 6473, 6474, - 3237: 6472, 6474, 6475, - 3238: 6476, 6477, 6478, - 3239: 6476, 6478, 6479, - 3240: 6480, 6481, 6482, - 3241: 6480, 6482, 6483, - 3242: 6484, 6485, 6486, - 3243: 6484, 6486, 6487, - 3244: 6488, 6489, 6490, - 3245: 6488, 6490, 6491, - 3246: 6492, 6493, 6494, - 3247: 6492, 6494, 6495, - 3248: 6496, 6497, 6498, - 3249: 6496, 6498, 6499, - 3250: 6500, 6501, 6502, - 3251: 6500, 6502, 6503, - 3252: 6504, 6505, 6506, - 3253: 6504, 6506, 6507, - 3254: 6508, 6509, 6510, - 3255: 6508, 6510, 6511, - 3256: 6512, 6513, 6514, - 3257: 6512, 6514, 6515, - 3258: 6516, 6517, 6518, - 3259: 6516, 6518, 6519, - 3260: 6520, 6521, 6522, - 3261: 6520, 6522, 6523, - 3262: 6524, 6525, 6526, - 3263: 6524, 6526, 6527, - 3264: 6528, 6529, 6530, - 3265: 6528, 6530, 6531, - 3266: 6532, 6533, 6534, - 3267: 6532, 6534, 6535, - 3268: 6536, 6537, 6538, - 3269: 6536, 6538, 6539, - 3270: 6540, 6541, 6542, - 3271: 6540, 6542, 6543, - 3272: 6544, 6545, 6546, - 3273: 6544, 6546, 6547, - 3274: 6548, 6549, 6550, - 3275: 6548, 6550, 6551, - 3276: 6552, 6553, 6554, - 3277: 6552, 6554, 6555, - 3278: 6556, 6557, 6558, - 3279: 6556, 6558, 6559, - 3280: 6560, 6561, 6562, - 3281: 6560, 6562, 6563, - 3282: 6564, 6565, 6566, - 3283: 6564, 6566, 6567, - 3284: 6568, 6569, 6570, - 3285: 6568, 6570, 6571, - 3286: 6572, 6573, 6574, - 3287: 6572, 6574, 6575, - 3288: 6576, 6577, 6578, - 3289: 6576, 6578, 6579, - 3290: 6580, 6581, 6582, - 3291: 6580, 6582, 6583, - 3292: 6584, 6585, 6586, - 3293: 6584, 6586, 6587, - 3294: 6588, 6589, 6590, - 3295: 6588, 6590, 6591, - 3296: 6592, 6593, 6594, - 3297: 6592, 6594, 6595, - 3298: 6596, 6597, 6598, - 3299: 6596, 6598, 6599, - 3300: 6600, 6601, 6602, - 3301: 6600, 6602, 6603, - 3302: 6604, 6605, 6606, - 3303: 6604, 6606, 6607, - 3304: 6608, 6609, 6610, - 3305: 6608, 6610, 6611, - 3306: 6612, 6613, 6614, - 3307: 6612, 6614, 6615, - 3308: 6616, 6617, 6618, - 3309: 6616, 6618, 6619, - 3310: 6620, 6621, 6622, - 3311: 6620, 6622, 6623, - 3312: 6624, 6625, 6626, - 3313: 6624, 6626, 6627, - 3314: 6628, 6629, 6630, - 3315: 6628, 6630, 6631, - 3316: 6632, 6633, 6634, - 3317: 6632, 6634, 6635, - 3318: 6636, 6637, 6638, - 3319: 6636, 6638, 6639, - 3320: 6640, 6641, 6642, - 3321: 6640, 6642, 6643, - 3322: 6644, 6645, 6646, - 3323: 6644, 6646, 6647, - 3324: 6648, 6649, 6650, - 3325: 6648, 6650, 6651, - 3326: 6652, 6653, 6654, - 3327: 6652, 6654, 6655, - 3328: 6656, 6657, 6658, - 3329: 6656, 6658, 6659, - 3330: 6660, 6661, 6662, - 3331: 6660, 6662, 6663, - 3332: 6664, 6665, 6666, - 3333: 6664, 6666, 6667, - 3334: 6668, 6669, 6670, - 3335: 6668, 6670, 6671, - 3336: 6672, 6673, 6674, - 3337: 6672, 6674, 6675, - 3338: 6676, 6677, 6678, - 3339: 6676, 6678, 6679, - 3340: 6680, 6681, 6682, - 3341: 6680, 6682, 6683, - 3342: 6684, 6685, 6686, - 3343: 6684, 6686, 6687, - 3344: 6688, 6689, 6690, - 3345: 6688, 6690, 6691, - 3346: 6692, 6693, 6694, - 3347: 6692, 6694, 6695, - 3348: 6696, 6697, 6698, - 3349: 6696, 6698, 6699, - 3350: 6700, 6701, 6702, - 3351: 6700, 6702, 6703, - 3352: 6704, 6705, 6706, - 3353: 6704, 6706, 6707, - 3354: 6708, 6709, 6710, - 3355: 6708, 6710, 6711, - 3356: 6712, 6713, 6714, - 3357: 6712, 6714, 6715, - 3358: 6716, 6717, 6718, - 3359: 6716, 6718, 6719, - 3360: 6720, 6721, 6722, - 3361: 6720, 6722, 6723, - 3362: 6724, 6725, 6726, - 3363: 6724, 6726, 6727, - 3364: 6728, 6729, 6730, - 3365: 6728, 6730, 6731, - 3366: 6732, 6733, 6734, - 3367: 6732, 6734, 6735, - 3368: 6736, 6737, 6738, - 3369: 6736, 6738, 6739, - 3370: 6740, 6741, 6742, - 3371: 6740, 6742, 6743, - 3372: 6744, 6745, 6746, - 3373: 6744, 6746, 6747, - 3374: 6748, 6749, 6750, - 3375: 6748, 6750, 6751, - 3376: 6752, 6753, 6754, - 3377: 6752, 6754, 6755, - 3378: 6756, 6757, 6758, - 3379: 6756, 6758, 6759, - 3380: 6760, 6761, 6762, - 3381: 6760, 6762, 6763, - 3382: 6764, 6765, 6766, - 3383: 6764, 6766, 6767, - 3384: 6768, 6769, 6770, - 3385: 6768, 6770, 6771, - 3386: 6772, 6773, 6774, - 3387: 6772, 6774, 6775, - 3388: 6776, 6777, 6778, - 3389: 6776, 6778, 6779, - 3390: 6780, 6781, 6782, - 3391: 6780, 6782, 6783, - 3392: 6784, 6785, 6786, - 3393: 6784, 6786, 6787, - 3394: 6788, 6789, 6790, - 3395: 6788, 6790, 6791, - 3396: 6792, 6793, 6794, - 3397: 6792, 6794, 6795, - 3398: 6796, 6797, 6798, - 3399: 6796, 6798, 6799, - 3400: 6800, 6801, 6802, - 3401: 6800, 6802, 6803, - 3402: 6804, 6805, 6806, - 3403: 6804, 6806, 6807, - 3404: 6808, 6809, 6810, - 3405: 6808, 6810, 6811, - 3406: 6812, 6813, 6814, - 3407: 6812, 6814, 6815, - 3408: 6816, 6817, 6818, - 3409: 6816, 6818, 6819, - 3410: 6820, 6821, 6822, - 3411: 6820, 6822, 6823, - 3412: 6824, 6825, 6826, - 3413: 6824, 6826, 6827, - 3414: 6828, 6829, 6830, - 3415: 6828, 6830, 6831, - 3416: 6832, 6833, 6834, - 3417: 6832, 6834, 6835, - 3418: 6836, 6837, 6838, - 3419: 6836, 6838, 6839, - 3420: 6840, 6841, 6842, - 3421: 6840, 6842, 6843, - 3422: 6844, 6845, 6846, - 3423: 6844, 6846, 6847, - 3424: 6848, 6849, 6850, - 3425: 6848, 6850, 6851, - 3426: 6852, 6853, 6854, - 3427: 6852, 6854, 6855, - 3428: 6856, 6857, 6858, - 3429: 6856, 6858, 6859, - 3430: 6860, 6861, 6862, - 3431: 6860, 6862, 6863, - 3432: 6864, 6865, 6866, - 3433: 6864, 6866, 6867, - 3434: 6868, 6869, 6870, - 3435: 6868, 6870, 6871, - 3436: 6872, 6873, 6874, - 3437: 6872, 6874, 6875, - 3438: 6876, 6877, 6878, - 3439: 6876, 6878, 6879, - 3440: 6880, 6881, 6882, - 3441: 6880, 6882, 6883, - 3442: 6884, 6885, 6886, - 3443: 6884, 6886, 6887, - 3444: 6888, 6889, 6890, - 3445: 6888, 6890, 6891, - 3446: 6892, 6893, 6894, - 3447: 6892, 6894, 6895, - 3448: 6896, 6897, 6898, - 3449: 6896, 6898, 6899, - 3450: 6900, 6901, 6902, - 3451: 6900, 6902, 6903, - 3452: 6904, 6905, 6906, - 3453: 6904, 6906, 6907, - 3454: 6908, 6909, 6910, - 3455: 6908, 6910, 6911, - 3456: 6912, 6913, 6914, - 3457: 6912, 6914, 6915, - 3458: 6916, 6917, 6918, - 3459: 6916, 6918, 6919, - 3460: 6920, 6921, 6922, - 3461: 6920, 6922, 6923, - 3462: 6924, 6925, 6926, - 3463: 6924, 6926, 6927, - 3464: 6928, 6929, 6930, - 3465: 6928, 6930, 6931, - 3466: 6932, 6933, 6934, - 3467: 6932, 6934, 6935, - 3468: 6936, 6937, 6938, - 3469: 6936, 6938, 6939, - 3470: 6940, 6941, 6942, - 3471: 6940, 6942, 6943, - 3472: 6944, 6945, 6946, - 3473: 6944, 6946, 6947, - 3474: 6948, 6949, 6950, - 3475: 6948, 6950, 6951, - 3476: 6952, 6953, 6954, - 3477: 6952, 6954, 6955, - 3478: 6956, 6957, 6958, - 3479: 6956, 6958, 6959, - 3480: 6960, 6961, 6962, - 3481: 6960, 6962, 6963, - 3482: 6964, 6965, 6966, - 3483: 6964, 6966, 6967, - 3484: 6968, 6969, 6970, - 3485: 6968, 6970, 6971, - 3486: 6972, 6973, 6974, - 3487: 6972, 6974, 6975, - 3488: 6976, 6977, 6978, - 3489: 6976, 6978, 6979, - 3490: 6980, 6981, 6982, - 3491: 6980, 6982, 6983, - 3492: 6984, 6985, 6986, - 3493: 6984, 6986, 6987, - 3494: 6988, 6989, 6990, - 3495: 6988, 6990, 6991, - 3496: 6992, 6993, 6994, - 3497: 6992, 6994, 6995, - 3498: 6996, 6997, 6998, - 3499: 6996, 6998, 6999, - 3500: 7000, 7001, 7002, - 3501: 7000, 7002, 7003, - 3502: 7004, 7005, 7006, - 3503: 7004, 7006, 7007, - 3504: 7008, 7009, 7010, - 3505: 7008, 7010, 7011, - 3506: 7012, 7013, 7014, - 3507: 7012, 7014, 7015, - 3508: 7016, 7017, 7018, - 3509: 7016, 7018, 7019, - 3510: 7020, 7021, 7022, - 3511: 7020, 7022, 7023, - 3512: 7024, 7025, 7026, - 3513: 7024, 7026, 7027, - 3514: 7028, 7029, 7030, - 3515: 7028, 7030, 7031, - 3516: 7032, 7033, 7034, - 3517: 7032, 7034, 7035, - 3518: 7036, 7037, 7038, - 3519: 7036, 7038, 7039, - 3520: 7040, 7041, 7042, - 3521: 7040, 7042, 7043, - 3522: 7044, 7045, 7046, - 3523: 7044, 7046, 7047, - 3524: 7048, 7049, 7050, - 3525: 7048, 7050, 7051, - 3526: 7052, 7053, 7054, - 3527: 7052, 7054, 7055, - 3528: 7056, 7057, 7058, - 3529: 7056, 7058, 7059, - 3530: 7060, 7061, 7062, - 3531: 7060, 7062, 7063, - 3532: 7064, 7065, 7066, - 3533: 7064, 7066, 7067, - 3534: 7068, 7069, 7070, - 3535: 7068, 7070, 7071, - 3536: 7072, 7073, 7074, - 3537: 7072, 7074, 7075, - 3538: 7076, 7077, 7078, - 3539: 7076, 7078, 7079, - 3540: 7080, 7081, 7082, - 3541: 7080, 7082, 7083, - 3542: 7084, 7085, 7086, - 3543: 7084, 7086, 7087, - 3544: 7088, 7089, 7090, - 3545: 7088, 7090, 7091, - 3546: 7092, 7093, 7094, - 3547: 7092, 7094, 7095, - 3548: 7096, 7097, 7098, - 3549: 7096, 7098, 7099, - 3550: 7100, 7101, 7102, - 3551: 7100, 7102, 7103, - 3552: 7104, 7105, 7106, - 3553: 7104, 7106, 7107, - 3554: 7108, 7109, 7110, - 3555: 7108, 7110, 7111, - 3556: 7112, 7113, 7114, - 3557: 7112, 7114, 7115, - 3558: 7116, 7117, 7118, - 3559: 7116, 7118, 7119, - 3560: 7120, 7121, 7122, - 3561: 7120, 7122, 7123, - 3562: 7124, 7125, 7126, - 3563: 7124, 7126, 7127, - 3564: 7128, 7129, 7130, - 3565: 7128, 7130, 7131, - 3566: 7132, 7133, 7134, - 3567: 7132, 7134, 7135, - 3568: 7136, 7137, 7138, - 3569: 7136, 7138, 7139, - 3570: 7140, 7141, 7142, - 3571: 7140, 7142, 7143, - 3572: 7144, 7145, 7146, - 3573: 7144, 7146, 7147, - 3574: 7148, 7149, 7150, - 3575: 7148, 7150, 7151, - 3576: 7152, 7153, 7154, - 3577: 7152, 7154, 7155, - 3578: 7156, 7157, 7158, - 3579: 7156, 7158, 7159, - 3580: 7160, 7161, 7162, - 3581: 7160, 7162, 7163, - 3582: 7164, 7165, 7166, - 3583: 7164, 7166, 7167, - 3584: 7168, 7169, 7170, - 3585: 7168, 7170, 7171, - 3586: 7172, 7173, 7174, - 3587: 7172, 7174, 7175, - 3588: 7176, 7177, 7178, - 3589: 7176, 7178, 7179, - 3590: 7180, 7181, 7182, - 3591: 7180, 7182, 7183, - 3592: 7184, 7185, 7186, - 3593: 7184, 7186, 7187, - 3594: 7188, 7189, 7190, - 3595: 7188, 7190, 7191, - 3596: 7192, 7193, 7194, - 3597: 7192, 7194, 7195, - 3598: 7196, 7197, 7198, - 3599: 7196, 7198, 7199, - 3600: 7200, 7201, 7202, - 3601: 7200, 7202, 7203, - 3602: 7204, 7205, 7206, - 3603: 7204, 7206, 7207, - 3604: 7208, 7209, 7210, - 3605: 7208, 7210, 7211, - 3606: 7212, 7213, 7214, - 3607: 7212, 7214, 7215, - 3608: 7216, 7217, 7218, - 3609: 7216, 7218, 7219, - 3610: 7220, 7221, 7222, - 3611: 7220, 7222, 7223, - 3612: 7224, 7225, 7226, - 3613: 7224, 7226, 7227, - 3614: 7228, 7229, 7230, - 3615: 7228, 7230, 7231, - 3616: 7232, 7233, 7234, - 3617: 7232, 7234, 7235, - 3618: 7236, 7237, 7238, - 3619: 7236, 7238, 7239, - 3620: 7240, 7241, 7242, - 3621: 7240, 7242, 7243, - 3622: 7244, 7245, 7246, - 3623: 7244, 7246, 7247, - 3624: 7248, 7249, 7250, - 3625: 7248, 7250, 7251, - 3626: 7252, 7253, 7254, - 3627: 7252, 7254, 7255, - 3628: 7256, 7257, 7258, - 3629: 7256, 7258, 7259, - 3630: 7260, 7261, 7262, - 3631: 7260, 7262, 7263, - 3632: 7264, 7265, 7266, - 3633: 7264, 7266, 7267, - 3634: 7268, 7269, 7270, - 3635: 7268, 7270, 7271, - 3636: 7272, 7273, 7274, - 3637: 7272, 7274, 7275, - 3638: 7276, 7277, 7278, - 3639: 7276, 7278, 7279, - 3640: 7280, 7281, 7282, - 3641: 7280, 7282, 7283, - 3642: 7284, 7285, 7286, - 3643: 7284, 7286, 7287, - 3644: 7288, 7289, 7290, - 3645: 7288, 7290, 7291, - 3646: 7292, 7293, 7294, - 3647: 7292, 7294, 7295, - 3648: 7296, 7297, 7298, - 3649: 7296, 7298, 7299, - 3650: 7300, 7301, 7302, - 3651: 7300, 7302, 7303, - 3652: 7304, 7305, 7306, - 3653: 7304, 7306, 7307, - 3654: 7308, 7309, 7310, - 3655: 7308, 7310, 7311, - 3656: 7312, 7313, 7314, - 3657: 7312, 7314, 7315, - 3658: 7316, 7317, 7318, - 3659: 7316, 7318, 7319, - 3660: 7320, 7321, 7322, - 3661: 7320, 7322, 7323, - 3662: 7324, 7325, 7326, - 3663: 7324, 7326, 7327, - 3664: 7328, 7329, 7330, - 3665: 7328, 7330, 7331, - 3666: 7332, 7333, 7334, - 3667: 7332, 7334, 7335, - 3668: 7336, 7337, 7338, - 3669: 7336, 7338, 7339, - 3670: 7340, 7341, 7342, - 3671: 7340, 7342, 7343, - 3672: 7344, 7345, 7346, - 3673: 7344, 7346, 7347, - 3674: 7348, 7349, 7350, - 3675: 7348, 7350, 7351, - 3676: 7352, 7353, 7354, - 3677: 7352, 7354, 7355, - 3678: 7356, 7357, 7358, - 3679: 7356, 7358, 7359, - 3680: 7360, 7361, 7362, - 3681: 7360, 7362, 7363, - 3682: 7364, 7365, 7366, - 3683: 7364, 7366, 7367, - 3684: 7368, 7369, 7370, - 3685: 7368, 7370, 7371, - 3686: 7372, 7373, 7374, - 3687: 7372, 7374, 7375, - 3688: 7376, 7377, 7378, - 3689: 7376, 7378, 7379, - 3690: 7380, 7381, 7382, - 3691: 7380, 7382, 7383, - 3692: 7384, 7385, 7386, - 3693: 7384, 7386, 7387, - 3694: 7388, 7389, 7390, - 3695: 7388, 7390, 7391, - 3696: 7392, 7393, 7394, - 3697: 7392, 7394, 7395, - 3698: 7396, 7397, 7398, - 3699: 7396, 7398, 7399, - 3700: 7400, 7401, 7402, - 3701: 7400, 7402, 7403, - 3702: 7404, 7405, 7406, - 3703: 7404, 7406, 7407, - 3704: 7408, 7409, 7410, - 3705: 7408, 7410, 7411, - 3706: 7412, 7413, 7414, - 3707: 7412, 7414, 7415, - 3708: 7416, 7417, 7418, - 3709: 7416, 7418, 7419, - 3710: 7420, 7421, 7422, - 3711: 7420, 7422, 7423, - 3712: 7424, 7425, 7426, - 3713: 7424, 7426, 7427, - 3714: 7428, 7429, 7430, - 3715: 7428, 7430, 7431, - 3716: 7432, 7433, 7434, - 3717: 7432, 7434, 7435, - 3718: 7436, 7437, 7438, - 3719: 7436, 7438, 7439, - 3720: 7440, 7441, 7442, - 3721: 7440, 7442, 7443, - 3722: 7444, 7445, 7446, - 3723: 7444, 7446, 7447, - 3724: 7448, 7449, 7450, - 3725: 7448, 7450, 7451, - 3726: 7452, 7453, 7454, - 3727: 7452, 7454, 7455, - 3728: 7456, 7457, 7458, - 3729: 7456, 7458, 7459, - 3730: 7460, 7461, 7462, - 3731: 7460, 7462, 7463, - 3732: 7464, 7465, 7466, - 3733: 7464, 7466, 7467, - 3734: 7468, 7469, 7470, - 3735: 7468, 7470, 7471, - 3736: 7472, 7473, 7474, - 3737: 7472, 7474, 7475, - 3738: 7476, 7477, 7478, - 3739: 7476, 7478, 7479, - 3740: 7480, 7481, 7482, - 3741: 7480, 7482, 7483, - 3742: 7484, 7485, 7486, - 3743: 7484, 7486, 7487, - 3744: 7488, 7489, 7490, - 3745: 7488, 7490, 7491, - 3746: 7492, 7493, 7494, - 3747: 7492, 7494, 7495, - 3748: 7496, 7497, 7498, - 3749: 7496, 7498, 7499, - 3750: 7500, 7501, 7502, - 3751: 7500, 7502, 7503, - 3752: 7504, 7505, 7506, - 3753: 7504, 7506, 7507, - 3754: 7508, 7509, 7510, - 3755: 7508, 7510, 7511, - 3756: 7512, 7513, 7514, - 3757: 7512, 7514, 7515, - 3758: 7516, 7517, 7518, - 3759: 7516, 7518, 7519, - 3760: 7520, 7521, 7522, - 3761: 7520, 7522, 7523, - 3762: 7524, 7525, 7526, - 3763: 7524, 7526, 7527, - 3764: 7528, 7529, 7530, - 3765: 7528, 7530, 7531, - 3766: 7532, 7533, 7534, - 3767: 7532, 7534, 7535, - 3768: 7536, 7537, 7538, - 3769: 7536, 7538, 7539, - 3770: 7540, 7541, 7542, - 3771: 7540, 7542, 7543, - 3772: 7544, 7545, 7546, - 3773: 7544, 7546, 7547, - 3774: 7548, 7549, 7550, - 3775: 7548, 7550, 7551, - 3776: 7552, 7553, 7554, - 3777: 7552, 7554, 7555, - 3778: 7556, 7557, 7558, - 3779: 7556, 7558, 7559, - 3780: 7560, 7561, 7562, - 3781: 7560, 7562, 7563, - 3782: 7564, 7565, 7566, - 3783: 7564, 7566, 7567, - 3784: 7568, 7569, 7570, - 3785: 7568, 7570, 7571, - 3786: 7572, 7573, 7574, - 3787: 7572, 7574, 7575, - 3788: 7576, 7577, 7578, - 3789: 7576, 7578, 7579, - 3790: 7580, 7581, 7582, - 3791: 7580, 7582, 7583, - 3792: 7584, 7585, 7586, - 3793: 7584, 7586, 7587, - 3794: 7588, 7589, 7590, - 3795: 7588, 7590, 7591, - 3796: 7592, 7593, 7594, - 3797: 7592, 7594, 7595, - 3798: 7596, 7597, 7598, - 3799: 7596, 7598, 7599, - 3800: 7600, 7601, 7602, - 3801: 7600, 7602, 7603, - 3802: 7604, 7605, 7606, - 3803: 7604, 7606, 7607, - 3804: 7608, 7609, 7610, - 3805: 7608, 7610, 7611, - 3806: 7612, 7613, 7614, - 3807: 7612, 7614, 7615, - 3808: 7616, 7617, 7618, - 3809: 7616, 7618, 7619, - 3810: 7620, 7621, 7622, - 3811: 7620, 7622, 7623, - 3812: 7624, 7625, 7626, - 3813: 7624, 7626, 7627, - 3814: 7628, 7629, 7630, - 3815: 7628, 7630, 7631, - 3816: 7632, 7633, 7634, - 3817: 7632, 7634, 7635, - 3818: 7636, 7637, 7638, - 3819: 7636, 7638, 7639, - 3820: 7640, 7641, 7642, - 3821: 7640, 7642, 7643, - 3822: 7644, 7645, 7646, - 3823: 7644, 7646, 7647, - 3824: 7648, 7649, 7650, - 3825: 7648, 7650, 7651, - 3826: 7652, 7653, 7654, - 3827: 7652, 7654, 7655, - 3828: 7656, 7657, 7658, - 3829: 7656, 7658, 7659, - 3830: 7660, 7661, 7662, - 3831: 7660, 7662, 7663, - 3832: 7664, 7665, 7666, - 3833: 7664, 7666, 7667, - 3834: 7668, 7669, 7670, - 3835: 7668, 7670, 7671, - 3836: 7672, 7673, 7674, - 3837: 7672, 7674, 7675, - 3838: 7676, 7677, 7678, - 3839: 7676, 7678, 7679, - 3840: 7680, 7681, 7682, - 3841: 7680, 7682, 7683, - 3842: 7684, 7685, 7686, - 3843: 7684, 7686, 7687, - 3844: 7688, 7689, 7690, - 3845: 7688, 7690, 7691, - 3846: 7692, 7693, 7694, - 3847: 7692, 7694, 7695, - 3848: 7696, 7697, 7698, - 3849: 7696, 7698, 7699, - 3850: 7700, 7701, 7702, - 3851: 7700, 7702, 7703, - 3852: 7704, 7705, 7706, - 3853: 7704, 7706, 7707, - 3854: 7708, 7709, 7710, - 3855: 7708, 7710, 7711, - 3856: 7712, 7713, 7714, - 3857: 7712, 7714, 7715, - 3858: 7716, 7717, 7718, - 3859: 7716, 7718, 7719, - 3860: 7720, 7721, 7722, - 3861: 7720, 7722, 7723, - 3862: 7724, 7725, 7726, - 3863: 7724, 7726, 7727, - 3864: 7728, 7729, 7730, - 3865: 7728, 7730, 7731, - 3866: 7732, 7733, 7734, - 3867: 7732, 7734, 7735, - 3868: 7736, 7737, 7738, - 3869: 7736, 7738, 7739, - 3870: 7740, 7741, 7742, - 3871: 7740, 7742, 7743, - 3872: 7744, 7745, 7746, - 3873: 7744, 7746, 7747, - 3874: 7748, 7749, 7750, - 3875: 7748, 7750, 7751, - 3876: 7752, 7753, 7754, - 3877: 7752, 7754, 7755, - 3878: 7756, 7757, 7758, - 3879: 7756, 7758, 7759, - 3880: 7760, 7761, 7762, - 3881: 7760, 7762, 7763, - 3882: 7764, 7765, 7766, - 3883: 7764, 7766, 7767, - 3884: 7768, 7769, 7770, - 3885: 7768, 7770, 7771, - 3886: 7772, 7773, 7774, - 3887: 7772, 7774, 7775, - 3888: 7776, 7777, 7778, - 3889: 7776, 7778, 7779, - 3890: 7780, 7781, 7782, - 3891: 7780, 7782, 7783, - 3892: 7784, 7785, 7786, - 3893: 7784, 7786, 7787, - 3894: 7788, 7789, 7790, - 3895: 7788, 7790, 7791, - 3896: 7792, 7793, 7794, - 3897: 7792, 7794, 7795, - 3898: 7796, 7797, 7798, - 3899: 7796, 7798, 7799, - 3900: 7800, 7801, 7802, - 3901: 7800, 7802, 7803, - 3902: 7804, 7805, 7806, - 3903: 7804, 7806, 7807, - 3904: 7808, 7809, 7810, - 3905: 7808, 7810, 7811, - 3906: 7812, 7813, 7814, - 3907: 7812, 7814, 7815, - 3908: 7816, 7817, 7818, - 3909: 7816, 7818, 7819, - 3910: 7820, 7821, 7822, - 3911: 7820, 7822, 7823, - 3912: 7824, 7825, 7826, - 3913: 7824, 7826, 7827, - 3914: 7828, 7829, 7830, - 3915: 7828, 7830, 7831, - 3916: 7832, 7833, 7834, - 3917: 7832, 7834, 7835, - 3918: 7836, 7837, 7838, - 3919: 7836, 7838, 7839, - 3920: 7840, 7841, 7842, - 3921: 7840, 7842, 7843, - 3922: 7844, 7845, 7846, - 3923: 7844, 7846, 7847, - 3924: 7848, 7849, 7850, - 3925: 7848, 7850, 7851, - 3926: 7852, 7853, 7854, - 3927: 7852, 7854, 7855, - 3928: 7856, 7857, 7858, - 3929: 7856, 7858, 7859, - 3930: 7860, 7861, 7862, - 3931: 7860, 7862, 7863, - 3932: 7864, 7865, 7866, - 3933: 7864, 7866, 7867, - 3934: 7868, 7869, 7870, - 3935: 7868, 7870, 7871, - 3936: 7872, 7873, 7874, - 3937: 7872, 7874, 7875, - 3938: 7876, 7877, 7878, - 3939: 7876, 7878, 7879, - 3940: 7880, 7881, 7882, - 3941: 7880, 7882, 7883, - 3942: 7884, 7885, 7886, - 3943: 7884, 7886, 7887, - 3944: 7888, 7889, 7890, - 3945: 7888, 7890, 7891, - 3946: 7892, 7893, 7894, - 3947: 7892, 7894, 7895, - 3948: 7896, 7897, 7898, - 3949: 7896, 7898, 7899, - 3950: 7900, 7901, 7902, - 3951: 7900, 7902, 7903, - 3952: 7904, 7905, 7906, - 3953: 7904, 7906, 7907, - 3954: 7908, 7909, 7910, - 3955: 7908, 7910, 7911, - 3956: 7912, 7913, 7914, - 3957: 7912, 7914, 7915, - 3958: 7916, 7917, 7918, - 3959: 7916, 7918, 7919, - 3960: 7920, 7921, 7922, - 3961: 7920, 7922, 7923, - 3962: 7924, 7925, 7926, - 3963: 7924, 7926, 7927, - 3964: 7928, 7929, 7930, - 3965: 7928, 7930, 7931, - 3966: 7932, 7933, 7934, - 3967: 7932, 7934, 7935, - 3968: 7936, 7937, 7938, - 3969: 7936, 7938, 7939, - 3970: 7940, 7941, 7942, - 3971: 7940, 7942, 7943, - 3972: 7944, 7945, 7946, - 3973: 7944, 7946, 7947, - 3974: 7948, 7949, 7950, - 3975: 7948, 7950, 7951, - 3976: 7952, 7953, 7954, - 3977: 7952, 7954, 7955, - 3978: 7956, 7957, 7958, - 3979: 7956, 7958, 7959, - 3980: 7960, 7961, 7962, - 3981: 7960, 7962, 7963, - 3982: 7964, 7965, 7966, - 3983: 7964, 7966, 7967, - 3984: 7968, 7969, 7970, - 3985: 7968, 7970, 7971, - 3986: 7972, 7973, 7974, - 3987: 7972, 7974, 7975, - 3988: 7976, 7977, 7978, - 3989: 7976, 7978, 7979, - 3990: 7980, 7981, 7982, - 3991: 7980, 7982, 7983, - 3992: 7984, 7985, 7986, - 3993: 7984, 7986, 7987, - 3994: 7988, 7989, 7990, - 3995: 7988, 7990, 7991, - 3996: 7992, 7993, 7994, - 3997: 7992, 7994, 7995, - 3998: 7996, 7997, 7998, - 3999: 7996, 7998, 7999, - 4000: 8000, 8001, 8002, - 4001: 8000, 8002, 8003, - 4002: 8004, 8005, 8006, - 4003: 8004, 8006, 8007, - 4004: 8008, 8009, 8010, - 4005: 8008, 8010, 8011, - 4006: 8012, 8013, 8014, - 4007: 8012, 8014, 8015, - 4008: 8016, 8017, 8018, - 4009: 8016, 8018, 8019, - 4010: 8020, 8021, 8022, - 4011: 8020, 8022, 8023, - 4012: 8024, 8025, 8026, - 4013: 8024, 8026, 8027, - 4014: 8028, 8029, 8030, - 4015: 8028, 8030, 8031, - 4016: 8032, 8033, 8034, - 4017: 8032, 8034, 8035, - 4018: 8036, 8037, 8038, - 4019: 8036, 8038, 8039, - 4020: 8040, 8041, 8042, - 4021: 8040, 8042, 8043, - 4022: 8044, 8045, 8046, - 4023: 8044, 8046, 8047, - 4024: 8048, 8049, 8050, - 4025: 8048, 8050, 8051, - 4026: 8052, 8053, 8054, - 4027: 8052, 8054, 8055, - 4028: 8056, 8057, 8058, - 4029: 8056, 8058, 8059, - 4030: 8060, 8061, 8062, - 4031: 8060, 8062, 8063, - 4032: 8064, 8065, 8066, - 4033: 8064, 8066, 8067, - 4034: 8068, 8069, 8070, - 4035: 8068, 8070, 8071, - 4036: 8072, 8073, 8074, - 4037: 8072, 8074, 8075, - 4038: 8076, 8077, 8078, - 4039: 8076, 8078, 8079, - 4040: 8080, 8081, 8082, - 4041: 8080, 8082, 8083, - 4042: 8084, 8085, 8086, - 4043: 8084, 8086, 8087, - 4044: 8088, 8089, 8090, - 4045: 8088, 8090, 8091, - 4046: 8092, 8093, 8094, - 4047: 8092, 8094, 8095, - 4048: 8096, 8097, 8098, - 4049: 8096, 8098, 8099, - 4050: 8100, 8101, 8102, - 4051: 8100, 8102, 8103, - 4052: 8104, 8105, 8106, - 4053: 8104, 8106, 8107, - 4054: 8108, 8109, 8110, - 4055: 8108, 8110, 8111, - 4056: 8112, 8113, 8114, - 4057: 8112, 8114, 8115, - 4058: 8116, 8117, 8118, - 4059: 8116, 8118, 8119, - 4060: 8120, 8121, 8122, - 4061: 8120, 8122, 8123, - 4062: 8124, 8125, 8126, - 4063: 8124, 8126, 8127, - 4064: 8128, 8129, 8130, - 4065: 8128, 8130, 8131, - 4066: 8132, 8133, 8134, - 4067: 8132, 8134, 8135, - 4068: 8136, 8137, 8138, - 4069: 8136, 8138, 8139, - 4070: 8140, 8141, 8142, - 4071: 8140, 8142, 8143, - 4072: 8144, 8145, 8146, - 4073: 8144, 8146, 8147, - 4074: 8148, 8149, 8150, - 4075: 8148, 8150, 8151, - 4076: 8152, 8153, 8154, - 4077: 8152, 8154, 8155, - 4078: 8156, 8157, 8158, - 4079: 8156, 8158, 8159, - 4080: 8160, 8161, 8162, - 4081: 8160, 8162, 8163, - 4082: 8164, 8165, 8166, - 4083: 8164, 8166, 8167, - 4084: 8168, 8169, 8170, - 4085: 8168, 8170, 8171, - 4086: 8172, 8173, 8174, - 4087: 8172, 8174, 8175, - 4088: 8176, 8177, 8178, - 4089: 8176, 8178, 8179, - 4090: 8180, 8181, 8182, - 4091: 8180, 8182, 8183, - 4092: 8184, 8185, 8186, - 4093: 8184, 8186, 8187, - 4094: 8188, 8189, 8190, - 4095: 8188, 8190, 8191, - 4096: 8192, 8193, 8194, - 4097: 8192, 8194, 8195, - 4098: 8196, 8197, 8198, - 4099: 8196, 8198, 8199, - 4100: 8200, 8201, 8202, - 4101: 8200, 8202, 8203, - 4102: 8204, 8205, 8206, - 4103: 8204, 8206, 8207, - 4104: 8208, 8209, 8210, - 4105: 8208, 8210, 8211, - 4106: 8212, 8213, 8214, - 4107: 8212, 8214, 8215, - 4108: 8216, 8217, 8218, - 4109: 8216, 8218, 8219, - 4110: 8220, 8221, 8222, - 4111: 8220, 8222, 8223, - 4112: 8224, 8225, 8226, - 4113: 8224, 8226, 8227, - 4114: 8228, 8229, 8230, - 4115: 8228, 8230, 8231, - 4116: 8232, 8233, 8234, - 4117: 8232, 8234, 8235, - 4118: 8236, 8237, 8238, - 4119: 8236, 8238, 8239, - 4120: 8240, 8241, 8242, - 4121: 8240, 8242, 8243, - 4122: 8244, 8245, 8246, - 4123: 8244, 8246, 8247, - 4124: 8248, 8249, 8250, - 4125: 8248, 8250, 8251, - 4126: 8252, 8253, 8254, - 4127: 8252, 8254, 8255, - 4128: 8256, 8257, 8258, - 4129: 8256, 8258, 8259, - 4130: 8260, 8261, 8262, - 4131: 8260, 8262, 8263, - 4132: 8264, 8265, 8266, - 4133: 8264, 8266, 8267, - 4134: 8268, 8269, 8270, - 4135: 8268, 8270, 8271, - 4136: 8272, 8273, 8274, - 4137: 8272, 8274, 8275, - 4138: 8276, 8277, 8278, - 4139: 8276, 8278, 8279, - 4140: 8280, 8281, 8282, - 4141: 8280, 8282, 8283, - 4142: 8284, 8285, 8286, - 4143: 8284, 8286, 8287, - 4144: 8288, 8289, 8290, - 4145: 8288, 8290, 8291, - 4146: 8292, 8293, 8294, - 4147: 8292, 8294, 8295, - 4148: 8296, 8297, 8298, - 4149: 8296, 8298, 8299, - 4150: 8300, 8301, 8302, - 4151: 8300, 8302, 8303, - 4152: 8304, 8305, 8306, - 4153: 8304, 8306, 8307, - 4154: 8308, 8309, 8310, - 4155: 8308, 8310, 8311, - 4156: 8312, 8313, 8314, - 4157: 8312, 8314, 8315, - 4158: 8316, 8317, 8318, - 4159: 8316, 8318, 8319, - 4160: 8320, 8321, 8322, - 4161: 8320, 8322, 8323, - 4162: 8324, 8325, 8326, - 4163: 8324, 8326, 8327, - 4164: 8328, 8329, 8330, - 4165: 8328, 8330, 8331, - 4166: 8332, 8333, 8334, - 4167: 8332, 8334, 8335, - 4168: 8336, 8337, 8338, - 4169: 8336, 8338, 8339, - 4170: 8340, 8341, 8342, - 4171: 8340, 8342, 8343, - 4172: 8344, 8345, 8346, - 4173: 8344, 8346, 8347, - 4174: 8348, 8349, 8350, - 4175: 8348, 8350, 8351, - 4176: 8352, 8353, 8354, - 4177: 8352, 8354, 8355, - 4178: 8356, 8357, 8358, - 4179: 8356, 8358, 8359, - 4180: 8360, 8361, 8362, - 4181: 8360, 8362, 8363, - 4182: 8364, 8365, 8366, - 4183: 8364, 8366, 8367, - 4184: 8368, 8369, 8370, - 4185: 8368, 8370, 8371, - 4186: 8372, 8373, 8374, - 4187: 8372, 8374, 8375, - 4188: 8376, 8377, 8378, - 4189: 8376, 8378, 8379, - 4190: 8380, 8381, 8382, - 4191: 8380, 8382, 8383, - 4192: 8384, 8385, 8386, - 4193: 8384, 8386, 8387, - 4194: 8388, 8389, 8390, - 4195: 8388, 8390, 8391, - 4196: 8392, 8393, 8394, - 4197: 8392, 8394, 8395, - 4198: 8396, 8397, 8398, - 4199: 8396, 8398, 8399, - 4200: 8400, 8401, 8402, - 4201: 8400, 8402, 8403, - 4202: 8404, 8405, 8406, - 4203: 8404, 8406, 8407, - 4204: 8408, 8409, 8410, - 4205: 8408, 8410, 8411, - 4206: 8412, 8413, 8414, - 4207: 8412, 8414, 8415, - 4208: 8416, 8417, 8418, - 4209: 8416, 8418, 8419, - 4210: 8420, 8421, 8422, - 4211: 8420, 8422, 8423, - 4212: 8424, 8425, 8426, - 4213: 8424, 8426, 8427, - 4214: 8428, 8429, 8430, - 4215: 8428, 8430, 8431, - 4216: 8432, 8433, 8434, - 4217: 8432, 8434, 8435, - 4218: 8436, 8437, 8438, - 4219: 8436, 8438, 8439, - 4220: 8440, 8441, 8442, - 4221: 8440, 8442, 8443, - 4222: 8444, 8445, 8446, - 4223: 8444, 8446, 8447, - 4224: 8448, 8449, 8450, - 4225: 8448, 8450, 8451, - 4226: 8452, 8453, 8454, - 4227: 8452, 8454, 8455, - 4228: 8456, 8457, 8458, - 4229: 8456, 8458, 8459, - 4230: 8460, 8461, 8462, - 4231: 8460, 8462, 8463, - 4232: 8464, 8465, 8466, - 4233: 8464, 8466, 8467, - 4234: 8468, 8469, 8470, - 4235: 8468, 8470, 8471, - 4236: 8472, 8473, 8474, - 4237: 8472, 8474, 8475, - 4238: 8476, 8477, 8478, - 4239: 8476, 8478, 8479, - 4240: 8480, 8481, 8482, - 4241: 8480, 8482, 8483, - 4242: 8484, 8485, 8486, - 4243: 8484, 8486, 8487, - 4244: 8488, 8489, 8490, - 4245: 8488, 8490, 8491, - 4246: 8492, 8493, 8494, - 4247: 8492, 8494, 8495, - 4248: 8496, 8497, 8498, - 4249: 8496, 8498, 8499, - 4250: 8500, 8501, 8502, - 4251: 8500, 8502, 8503, - 4252: 8504, 8505, 8506, - 4253: 8504, 8506, 8507, - 4254: 8508, 8509, 8510, - 4255: 8508, 8510, 8511, - 4256: 8512, 8513, 8514, - 4257: 8512, 8514, 8515, - 4258: 8516, 8517, 8518, - 4259: 8516, 8518, 8519, - 4260: 8520, 8521, 8522, - 4261: 8520, 8522, 8523, - 4262: 8524, 8525, 8526, - 4263: 8524, 8526, 8527, - 4264: 8528, 8529, 8530, - 4265: 8528, 8530, 8531, - 4266: 8532, 8533, 8534, - 4267: 8532, 8534, 8535, - 4268: 8536, 8537, 8538, - 4269: 8536, 8538, 8539, - 4270: 8540, 8541, 8542, - 4271: 8540, 8542, 8543, - 4272: 8544, 8545, 8546, - 4273: 8544, 8546, 8547, - 4274: 8548, 8549, 8550, - 4275: 8548, 8550, 8551, - 4276: 8552, 8553, 8554, - 4277: 8552, 8554, 8555, - 4278: 8556, 8557, 8558, - 4279: 8556, 8558, 8559, - 4280: 8560, 8561, 8562, - 4281: 8560, 8562, 8563, - 4282: 8564, 8565, 8566, - 4283: 8564, 8566, 8567, - 4284: 8568, 8569, 8570, - 4285: 8568, 8570, 8571, - 4286: 8572, 8573, 8574, - 4287: 8572, 8574, 8575, - 4288: 8576, 8577, 8578, - 4289: 8576, 8578, 8579, - 4290: 8580, 8581, 8582, - 4291: 8580, 8582, 8583, - 4292: 8584, 8585, 8586, - 4293: 8584, 8586, 8587, - 4294: 8588, 8589, 8590, - 4295: 8588, 8590, 8591, - 4296: 8592, 8593, 8594, - 4297: 8592, 8594, 8595, - 4298: 8596, 8597, 8598, - 4299: 8596, 8598, 8599, - 4300: 8600, 8601, 8602, - 4301: 8600, 8602, 8603, - 4302: 8604, 8605, 8606, - 4303: 8604, 8606, 8607, - 4304: 8608, 8609, 8610, - 4305: 8608, 8610, 8611, - 4306: 8612, 8613, 8614, - 4307: 8612, 8614, 8615, - 4308: 8616, 8617, 8618, - 4309: 8616, 8618, 8619, - 4310: 8620, 8621, 8622, - 4311: 8620, 8622, 8623, - 4312: 8624, 8625, 8626, - 4313: 8624, 8626, 8627, - 4314: 8628, 8629, 8630, - 4315: 8628, 8630, 8631, - 4316: 8632, 8633, 8634, - 4317: 8632, 8634, 8635, - 4318: 8636, 8637, 8638, - 4319: 8636, 8638, 8639, - 4320: 8640, 8641, 8642, - 4321: 8640, 8642, 8643, - 4322: 8644, 8645, 8646, - 4323: 8644, 8646, 8647, - 4324: 8648, 8649, 8650, - 4325: 8648, 8650, 8651, - 4326: 8652, 8653, 8654, - 4327: 8652, 8654, 8655, - 4328: 8656, 8657, 8658, - 4329: 8656, 8658, 8659, - 4330: 8660, 8661, 8662, - 4331: 8660, 8662, 8663, - 4332: 8664, 8665, 8666, - 4333: 8664, 8666, 8667, - 4334: 8668, 8669, 8670, - 4335: 8668, 8670, 8671, - 4336: 8672, 8673, 8674, - 4337: 8672, 8674, 8675, - 4338: 8676, 8677, 8678, - 4339: 8676, 8678, 8679, - 4340: 8680, 8681, 8682, - 4341: 8680, 8682, 8683, - 4342: 8684, 8685, 8686, - 4343: 8684, 8686, 8687, - 4344: 8688, 8689, 8690, - 4345: 8688, 8690, 8691, - 4346: 8692, 8693, 8694, - 4347: 8692, 8694, 8695, - 4348: 8696, 8697, 8698, - 4349: 8696, 8698, 8699, - 4350: 8700, 8701, 8702, - 4351: 8700, 8702, 8703, - 4352: 8704, 8705, 8706, - 4353: 8704, 8706, 8707, - 4354: 8708, 8709, 8710, - 4355: 8708, 8710, 8711, - 4356: 8712, 8713, 8714, - 4357: 8712, 8714, 8715, - 4358: 8716, 8717, 8718, - 4359: 8716, 8718, 8719, - 4360: 8720, 8721, 8722, - 4361: 8720, 8722, 8723, - 4362: 8724, 8725, 8726, - 4363: 8724, 8726, 8727, - 4364: 8728, 8729, 8730, - 4365: 8728, 8730, 8731, - 4366: 8732, 8733, 8734, - 4367: 8732, 8734, 8735, - 4368: 8736, 8737, 8738, - 4369: 8736, 8738, 8739, - 4370: 8740, 8741, 8742, - 4371: 8740, 8742, 8743, - 4372: 8744, 8745, 8746, - 4373: 8744, 8746, 8747, - 4374: 8748, 8749, 8750, - 4375: 8748, 8750, 8751, - 4376: 8752, 8753, 8754, - 4377: 8752, 8754, 8755, - 4378: 8756, 8757, 8758, - 4379: 8756, 8758, 8759, - 4380: 8760, 8761, 8762, - 4381: 8760, 8762, 8763, - 4382: 8764, 8765, 8766, - 4383: 8764, 8766, 8767, - 4384: 8768, 8769, 8770, - 4385: 8768, 8770, 8771, - 4386: 8772, 8773, 8774, - 4387: 8772, 8774, 8775, - 4388: 8776, 8777, 8778, - 4389: 8776, 8778, 8779, - 4390: 8780, 8781, 8782, - 4391: 8780, 8782, 8783, - 4392: 8784, 8785, 8786, - 4393: 8784, 8786, 8787, - 4394: 8788, 8789, 8790, - 4395: 8788, 8790, 8791, - 4396: 8792, 8793, 8794, - 4397: 8792, 8794, 8795, - 4398: 8796, 8797, 8798, - 4399: 8796, 8798, 8799, - 4400: 8800, 8801, 8802, - 4401: 8800, 8802, 8803, - 4402: 8804, 8805, 8806, - 4403: 8804, 8806, 8807, - 4404: 8808, 8809, 8810, - 4405: 8808, 8810, 8811, - 4406: 8812, 8813, 8814, - 4407: 8812, 8814, 8815, - 4408: 8816, 8817, 8818, - 4409: 8816, 8818, 8819, - 4410: 8820, 8821, 8822, - 4411: 8820, 8822, 8823, - 4412: 8824, 8825, 8826, - 4413: 8824, 8826, 8827, - 4414: 8828, 8829, 8830, - 4415: 8828, 8830, 8831, - 4416: 8832, 8833, 8834, - 4417: 8832, 8834, 8835, - 4418: 8836, 8837, 8838, - 4419: 8836, 8838, 8839, - 4420: 8840, 8841, 8842, - 4421: 8840, 8842, 8843, - 4422: 8844, 8845, 8846, - 4423: 8844, 8846, 8847, - 4424: 8848, 8849, 8850, - 4425: 8848, 8850, 8851, - 4426: 8852, 8853, 8854, - 4427: 8852, 8854, 8855, - 4428: 8856, 8857, 8858, - 4429: 8856, 8858, 8859, - 4430: 8860, 8861, 8862, - 4431: 8860, 8862, 8863, - 4432: 8864, 8865, 8866, - 4433: 8864, 8866, 8867, - 4434: 8868, 8869, 8870, - 4435: 8868, 8870, 8871, - 4436: 8872, 8873, 8874, - 4437: 8872, 8874, 8875, - 4438: 8876, 8877, 8878, - 4439: 8876, 8878, 8879, - 4440: 8880, 8881, 8882, - 4441: 8880, 8882, 8883, - 4442: 8884, 8885, 8886, - 4443: 8884, 8886, 8887, - 4444: 8888, 8889, 8890, - 4445: 8888, 8890, 8891, - 4446: 8892, 8893, 8894, - 4447: 8892, 8894, 8895, - 4448: 8896, 8897, 8898, - 4449: 8896, 8898, 8899, - 4450: 8900, 8901, 8902, - 4451: 8900, 8902, 8903, - 4452: 8904, 8905, 8906, - 4453: 8904, 8906, 8907, - 4454: 8908, 8909, 8910, - 4455: 8908, 8910, 8911, - 4456: 8912, 8913, 8914, - 4457: 8912, 8914, 8915, - 4458: 8916, 8917, 8918, - 4459: 8916, 8918, 8919, - 4460: 8920, 8921, 8922, - 4461: 8920, 8922, 8923, - 4462: 8924, 8925, 8926, - 4463: 8924, 8926, 8927, - 4464: 8928, 8929, 8930, - 4465: 8928, 8930, 8931, - 4466: 8932, 8933, 8934, - 4467: 8932, 8934, 8935, - 4468: 8936, 8937, 8938, - 4469: 8936, 8938, 8939, - 4470: 8940, 8941, 8942, - 4471: 8940, 8942, 8943, - 4472: 8944, 8945, 8946, - 4473: 8944, 8946, 8947, - 4474: 8948, 8949, 8950, - 4475: 8948, 8950, 8951, - 4476: 8952, 8953, 8954, - 4477: 8952, 8954, 8955, - 4478: 8956, 8957, 8958, - 4479: 8956, 8958, 8959, - 4480: 8960, 8961, 8962, - 4481: 8960, 8962, 8963, - 4482: 8964, 8965, 8966, - 4483: 8964, 8966, 8967, - 4484: 8968, 8969, 8970, - 4485: 8968, 8970, 8971, - 4486: 8972, 8973, 8974, - 4487: 8972, 8974, 8975, - 4488: 8976, 8977, 8978, - 4489: 8976, 8978, 8979, - 4490: 8980, 8981, 8982, - 4491: 8980, 8982, 8983, - 4492: 8984, 8985, 8986, - 4493: 8984, 8986, 8987, - 4494: 8988, 8989, 8990, - 4495: 8988, 8990, 8991, - 4496: 8992, 8993, 8994, - 4497: 8992, 8994, 8995, - 4498: 8996, 8997, 8998, - 4499: 8996, 8998, 8999, - 4500: 9000, 9001, 9002, - 4501: 9000, 9002, 9003, - 4502: 9004, 9005, 9006, - 4503: 9004, 9006, 9007, - 4504: 9008, 9009, 9010, - 4505: 9008, 9010, 9011, - 4506: 9012, 9013, 9014, - 4507: 9012, 9014, 9015, - 4508: 9016, 9017, 9018, - 4509: 9016, 9018, 9019, - 4510: 9020, 9021, 9022, - 4511: 9020, 9022, 9023, - 4512: 9024, 9025, 9026, - 4513: 9024, 9026, 9027, - 4514: 9028, 9029, 9030, - 4515: 9028, 9030, 9031, - 4516: 9032, 9033, 9034, - 4517: 9032, 9034, 9035, - 4518: 9036, 9037, 9038, - 4519: 9036, 9038, 9039, - 4520: 9040, 9041, 9042, - 4521: 9040, 9042, 9043, - 4522: 9044, 9045, 9046, - 4523: 9044, 9046, 9047, - 4524: 9048, 9049, 9050, - 4525: 9048, 9050, 9051, - 4526: 9052, 9053, 9054, - 4527: 9052, 9054, 9055, - 4528: 9056, 9057, 9058, - 4529: 9056, 9058, 9059, - 4530: 9060, 9061, 9062, - 4531: 9060, 9062, 9063, - 4532: 9064, 9065, 9066, - 4533: 9064, 9066, 9067, - 4534: 9068, 9069, 9070, - 4535: 9068, 9070, 9071, - 4536: 9072, 9073, 9074, - 4537: 9072, 9074, 9075, - 4538: 9076, 9077, 9078, - 4539: 9076, 9078, 9079, - 4540: 9080, 9081, 9082, - 4541: 9080, 9082, 9083, - 4542: 9084, 9085, 9086, - 4543: 9084, 9086, 9087, - 4544: 9088, 9089, 9090, - 4545: 9088, 9090, 9091, - 4546: 9092, 9093, 9094, - 4547: 9092, 9094, 9095, - 4548: 9096, 9097, 9098, - 4549: 9096, 9098, 9099, - 4550: 9100, 9101, 9102, - 4551: 9100, 9102, 9103, - 4552: 9104, 9105, 9106, - 4553: 9104, 9106, 9107, - 4554: 9108, 9109, 9110, - 4555: 9108, 9110, 9111, - 4556: 9112, 9113, 9114, - 4557: 9112, 9114, 9115, - 4558: 9116, 9117, 9118, - 4559: 9116, 9118, 9119, - 4560: 9120, 9121, 9122, - 4561: 9120, 9122, 9123, - 4562: 9124, 9125, 9126, - 4563: 9124, 9126, 9127, - 4564: 9128, 9129, 9130, - 4565: 9128, 9130, 9131, - 4566: 9132, 9133, 9134, - 4567: 9132, 9134, 9135, - 4568: 9136, 9137, 9138, - 4569: 9136, 9138, 9139, - 4570: 9140, 9141, 9142, - 4571: 9140, 9142, 9143, - 4572: 9144, 9145, 9146, - 4573: 9144, 9146, 9147, - 4574: 9148, 9149, 9150, - 4575: 9148, 9150, 9151, - 4576: 9152, 9153, 9154, - 4577: 9152, 9154, 9155, - 4578: 9156, 9157, 9158, - 4579: 9156, 9158, 9159, - 4580: 9160, 9161, 9162, - 4581: 9160, 9162, 9163, - 4582: 9164, 9165, 9166, - 4583: 9164, 9166, 9167, - 4584: 9168, 9169, 9170, - 4585: 9168, 9170, 9171, - 4586: 9172, 9173, 9174, - 4587: 9172, 9174, 9175, - 4588: 9176, 9177, 9178, - 4589: 9176, 9178, 9179, - 4590: 9180, 9181, 9182, - 4591: 9180, 9182, 9183, - 4592: 9184, 9185, 9186, - 4593: 9184, 9186, 9187, - 4594: 9188, 9189, 9190, - 4595: 9188, 9190, 9191, - 4596: 9192, 9193, 9194, - 4597: 9192, 9194, 9195, - 4598: 9196, 9197, 9198, - 4599: 9196, 9198, 9199, - 4600: 9200, 9201, 9202, - 4601: 9200, 9202, 9203, - 4602: 9204, 9205, 9206, - 4603: 9204, 9206, 9207, - 4604: 9208, 9209, 9210, - 4605: 9208, 9210, 9211, - 4606: 9212, 9213, 9214, - 4607: 9212, 9214, 9215, - 4608: 9216, 9217, 9218, - 4609: 9216, 9218, 9219, - 4610: 9220, 9221, 9222, - 4611: 9220, 9222, 9223, - 4612: 9224, 9225, 9226, - 4613: 9224, 9226, 9227, - 4614: 9228, 9229, 9230, - 4615: 9228, 9230, 9231, - 4616: 9232, 9233, 9234, - 4617: 9232, 9234, 9235, - 4618: 9236, 9237, 9238, - 4619: 9236, 9238, 9239, - 4620: 9240, 9241, 9242, - 4621: 9240, 9242, 9243, - 4622: 9244, 9245, 9246, - 4623: 9244, 9246, 9247, - 4624: 9248, 9249, 9250, - 4625: 9248, 9250, 9251, - 4626: 9252, 9253, 9254, - 4627: 9252, 9254, 9255, - 4628: 9256, 9257, 9258, - 4629: 9256, 9258, 9259, - 4630: 9260, 9261, 9262, - 4631: 9260, 9262, 9263, - 4632: 9264, 9265, 9266, - 4633: 9264, 9266, 9267, - 4634: 9268, 9269, 9270, - 4635: 9268, 9270, 9271, - 4636: 9272, 9273, 9274, - 4637: 9272, 9274, 9275, - 4638: 9276, 9277, 9278, - 4639: 9276, 9278, 9279, - 4640: 9280, 9281, 9282, - 4641: 9280, 9282, 9283, - 4642: 9284, 9285, 9286, - 4643: 9284, 9286, 9287, - 4644: 9288, 9289, 9290, - 4645: 9288, 9290, 9291, - 4646: 9292, 9293, 9294, - 4647: 9292, 9294, 9295, - 4648: 9296, 9297, 9298, - 4649: 9296, 9298, 9299, - 4650: 9300, 9301, 9302, - 4651: 9300, 9302, 9303, - 4652: 9304, 9305, 9306, - 4653: 9304, 9306, 9307, - 4654: 9308, 9309, 9310, - 4655: 9308, 9310, 9311, - 4656: 9312, 9313, 9314, - 4657: 9312, 9314, 9315, - 4658: 9316, 9317, 9318, - 4659: 9316, 9318, 9319, - 4660: 9320, 9321, 9322, - 4661: 9320, 9322, 9323, - 4662: 9324, 9325, 9326, - 4663: 9324, 9326, 9327, - 4664: 9328, 9329, 9330, - 4665: 9328, 9330, 9331, - 4666: 9332, 9333, 9334, - 4667: 9332, 9334, 9335, - 4668: 9336, 9337, 9338, - 4669: 9336, 9338, 9339, - 4670: 9340, 9341, 9342, - 4671: 9340, 9342, 9343, - 4672: 9344, 9345, 9346, - 4673: 9344, 9346, 9347, - 4674: 9348, 9349, 9350, - 4675: 9348, 9350, 9351, - 4676: 9352, 9353, 9354, - 4677: 9352, 9354, 9355, - 4678: 9356, 9357, 9358, - 4679: 9356, 9358, 9359, - 4680: 9360, 9361, 9362, - 4681: 9360, 9362, 9363, - 4682: 9364, 9365, 9366, - 4683: 9364, 9366, 9367, - 4684: 9368, 9369, 9370, - 4685: 9368, 9370, 9371, - 4686: 9372, 9373, 9374, - 4687: 9372, 9374, 9375, - 4688: 9376, 9377, 9378, - 4689: 9376, 9378, 9379, - 4690: 9380, 9381, 9382, - 4691: 9380, 9382, 9383, - 4692: 9384, 9385, 9386, - 4693: 9384, 9386, 9387, - 4694: 9388, 9389, 9390, - 4695: 9388, 9390, 9391, - 4696: 9392, 9393, 9394, - 4697: 9392, 9394, 9395, - 4698: 9396, 9397, 9398, - 4699: 9396, 9398, 9399, - 4700: 9400, 9401, 9402, - 4701: 9400, 9402, 9403, - 4702: 9404, 9405, 9406, - 4703: 9404, 9406, 9407, - 4704: 9408, 9409, 9410, - 4705: 9408, 9410, 9411, - 4706: 9412, 9413, 9414, - 4707: 9412, 9414, 9415, - 4708: 9416, 9417, 9418, - 4709: 9416, 9418, 9419, - 4710: 9420, 9421, 9422, - 4711: 9420, 9422, 9423, - 4712: 9424, 9425, 9426, - 4713: 9424, 9426, 9427, - 4714: 9428, 9429, 9430, - 4715: 9428, 9430, 9431, - 4716: 9432, 9433, 9434, - 4717: 9432, 9434, 9435, - 4718: 9436, 9437, 9438, - 4719: 9436, 9438, 9439, - 4720: 9440, 9441, 9442, - 4721: 9440, 9442, 9443, - 4722: 9444, 9445, 9446, - 4723: 9444, 9446, 9447, - 4724: 9448, 9449, 9450, - 4725: 9448, 9450, 9451, - 4726: 9452, 9453, 9454, - 4727: 9452, 9454, 9455, - 4728: 9456, 9457, 9458, - 4729: 9456, 9458, 9459, - 4730: 9460, 9461, 9462, - 4731: 9460, 9462, 9463, - 4732: 9464, 9465, 9466, - 4733: 9464, 9466, 9467, - 4734: 9468, 9469, 9470, - 4735: 9468, 9470, 9471, - 4736: 9472, 9473, 9474, - 4737: 9472, 9474, 9475, - 4738: 9476, 9477, 9478, - 4739: 9476, 9478, 9479, - 4740: 9480, 9481, 9482, - 4741: 9480, 9482, 9483, - 4742: 9484, 9485, 9486, - 4743: 9484, 9486, 9487, - 4744: 9488, 9489, 9490, - 4745: 9488, 9490, 9491, - 4746: 9492, 9493, 9494, - 4747: 9492, 9494, 9495, - 4748: 9496, 9497, 9498, - 4749: 9496, 9498, 9499, - 4750: 9500, 9501, 9502, - 4751: 9500, 9502, 9503, - 4752: 9504, 9505, 9506, - 4753: 9504, 9506, 9507, - 4754: 9508, 9509, 9510, - 4755: 9508, 9510, 9511, - 4756: 9512, 9513, 9514, - 4757: 9512, 9514, 9515, - 4758: 9516, 9517, 9518, - 4759: 9516, 9518, 9519, - 4760: 9520, 9521, 9522, - 4761: 9520, 9522, 9523, - 4762: 9524, 9525, 9526, - 4763: 9524, 9526, 9527, - 4764: 9528, 9529, 9530, - 4765: 9528, 9530, 9531, - 4766: 9532, 9533, 9534, - 4767: 9532, 9534, 9535, - 4768: 9536, 9537, 9538, - 4769: 9536, 9538, 9539, - 4770: 9540, 9541, 9542, - 4771: 9540, 9542, 9543, - 4772: 9544, 9545, 9546, - 4773: 9544, 9546, 9547, - 4774: 9548, 9549, 9550, - 4775: 9548, 9550, 9551, - 4776: 9552, 9553, 9554, - 4777: 9552, 9554, 9555, - 4778: 9556, 9557, 9558, - 4779: 9556, 9558, 9559, - 4780: 9560, 9561, 9562, - 4781: 9560, 9562, 9563, - 4782: 9564, 9565, 9566, - 4783: 9564, 9566, 9567, - 4784: 9568, 9569, 9570, - 4785: 9568, 9570, 9571, - 4786: 9572, 9573, 9574, - 4787: 9572, 9574, 9575, - 4788: 9576, 9577, 9578, - 4789: 9576, 9578, 9579, - 4790: 9580, 9581, 9582, - 4791: 9580, 9582, 9583, - 4792: 9584, 9585, 9586, - 4793: 9584, 9586, 9587, - 4794: 9588, 9589, 9590, - 4795: 9588, 9590, 9591, - 4796: 9592, 9593, 9594, - 4797: 9592, 9594, 9595, - 4798: 9596, 9597, 9598, - 4799: 9596, 9598, 9599, - 4800: 9600, 9601, 9602, - 4801: 9600, 9602, 9603, - 4802: 9604, 9605, 9606, - 4803: 9604, 9606, 9607, - 4804: 9608, 9609, 9610, - 4805: 9608, 9610, 9611, - 4806: 9612, 9613, 9614, - 4807: 9612, 9614, 9615, - 4808: 9616, 9617, 9618, - 4809: 9616, 9618, 9619, - 4810: 9620, 9621, 9622, - 4811: 9620, 9622, 9623, - 4812: 9624, 9625, 9626, - 4813: 9624, 9626, 9627, - 4814: 9628, 9629, 9630, - 4815: 9628, 9630, 9631, - 4816: 9632, 9633, 9634, - 4817: 9632, 9634, 9635, - 4818: 9636, 9637, 9638, - 4819: 9636, 9638, 9639, - 4820: 9640, 9641, 9642, - 4821: 9640, 9642, 9643, - 4822: 9644, 9645, 9646, - 4823: 9644, 9646, 9647, - 4824: 9648, 9649, 9650, - 4825: 9648, 9650, 9651, - 4826: 9652, 9653, 9654, - 4827: 9652, 9654, 9655, - 4828: 9656, 9657, 9658, - 4829: 9656, 9658, 9659, - 4830: 9660, 9661, 9662, - 4831: 9660, 9662, 9663, - 4832: 9664, 9665, 9666, - 4833: 9664, 9666, 9667, - 4834: 9668, 9669, 9670, - 4835: 9668, 9670, 9671, - 4836: 9672, 9673, 9674, - 4837: 9672, 9674, 9675, - 4838: 9676, 9677, 9678, - 4839: 9676, 9678, 9679, - 4840: 9680, 9681, 9682, - 4841: 9680, 9682, 9683, - 4842: 9684, 9685, 9686, - 4843: 9684, 9686, 9687, - 4844: 9688, 9689, 9690, - 4845: 9688, 9690, 9691, - 4846: 9692, 9693, 9694, - 4847: 9692, 9694, 9695, - 4848: 9696, 9697, 9698, - 4849: 9696, 9698, 9699, - 4850: 9700, 9701, 9702, - 4851: 9700, 9702, 9703, - 4852: 9704, 9705, 9706, - 4853: 9704, 9706, 9707, - 4854: 9708, 9709, 9710, - 4855: 9708, 9710, 9711, - 4856: 9712, 9713, 9714, - 4857: 9712, 9714, 9715, - 4858: 9716, 9717, 9718, - 4859: 9716, 9718, 9719, - 4860: 9720, 9721, 9722, - 4861: 9720, 9722, 9723, - 4862: 9724, 9725, 9726, - 4863: 9724, 9726, 9727, - 4864: 9728, 9729, 9730, - 4865: 9728, 9730, 9731, - 4866: 9732, 9733, 9734, - 4867: 9732, 9734, 9735, - 4868: 9736, 9737, 9738, - 4869: 9736, 9738, 9739, - 4870: 9740, 9741, 9742, - 4871: 9740, 9742, 9743, - 4872: 9744, 9745, 9746, - 4873: 9744, 9746, 9747, - 4874: 9748, 9749, 9750, - 4875: 9748, 9750, 9751, - 4876: 9752, 9753, 9754, - 4877: 9752, 9754, 9755, - 4878: 9756, 9757, 9758, - 4879: 9756, 9758, 9759, - 4880: 9760, 9761, 9762, - 4881: 9760, 9762, 9763, - 4882: 9764, 9765, 9766, - 4883: 9764, 9766, 9767, - 4884: 9768, 9769, 9770, - 4885: 9768, 9770, 9771, - 4886: 9772, 9773, 9774, - 4887: 9772, 9774, 9775, - 4888: 9776, 9777, 9778, - 4889: 9776, 9778, 9779, - 4890: 9780, 9781, 9782, - 4891: 9780, 9782, 9783, - 4892: 9784, 9785, 9786, - 4893: 9784, 9786, 9787, - 4894: 9788, 9789, 9790, - 4895: 9788, 9790, 9791, - 4896: 9792, 9793, 9794, - 4897: 9792, 9794, 9795, - 4898: 9796, 9797, 9798, - 4899: 9796, 9798, 9799, - 4900: 9800, 9801, 9802, - 4901: 9800, 9802, 9803, - 4902: 9804, 9805, 9806, - 4903: 9804, 9806, 9807, - 4904: 9808, 9809, 9810, - 4905: 9808, 9810, 9811, - 4906: 9812, 9813, 9814, - 4907: 9812, 9814, 9815, - 4908: 9816, 9817, 9818, - 4909: 9816, 9818, 9819, - 4910: 9820, 9821, 9822, - 4911: 9820, 9822, 9823, - 4912: 9824, 9825, 9826, - 4913: 9824, 9826, 9827, - 4914: 9828, 9829, 9830, - 4915: 9828, 9830, 9831, - 4916: 9832, 9833, 9834, - 4917: 9832, 9834, 9835, - 4918: 9836, 9837, 9838, - 4919: 9836, 9838, 9839, - 4920: 9840, 9841, 9842, - 4921: 9840, 9842, 9843, - 4922: 9844, 9845, 9846, - 4923: 9844, 9846, 9847, - 4924: 9848, 9849, 9850, - 4925: 9848, 9850, 9851, - 4926: 9852, 9853, 9854, - 4927: 9852, 9854, 9855, - 4928: 9856, 9857, 9858, - 4929: 9856, 9858, 9859, - 4930: 9860, 9861, 9862, - 4931: 9860, 9862, 9863, - 4932: 9864, 9865, 9866, - 4933: 9864, 9866, 9867, - 4934: 9868, 9869, 9870, - 4935: 9868, 9870, 9871, - 4936: 9872, 9873, 9874, - 4937: 9872, 9874, 9875, - 4938: 9876, 9877, 9878, - 4939: 9876, 9878, 9879, - 4940: 9880, 9881, 9882, - 4941: 9880, 9882, 9883, - 4942: 9884, 9885, 9886, - 4943: 9884, 9886, 9887, - 4944: 9888, 9889, 9890, - 4945: 9888, 9890, 9891, - 4946: 9892, 9893, 9894, - 4947: 9892, 9894, 9895, - 4948: 9896, 9897, 9898, - 4949: 9896, 9898, 9899, - 4950: 9900, 9901, 9902, - 4951: 9900, 9902, 9903, - 4952: 9904, 9905, 9906, - 4953: 9904, 9906, 9907, - 4954: 9908, 9909, 9910, - 4955: 9908, 9910, 9911, - 4956: 9912, 9913, 9914, - 4957: 9912, 9914, 9915, - 4958: 9916, 9917, 9918, - 4959: 9916, 9918, 9919, - 4960: 9920, 9921, 9922, - 4961: 9920, 9922, 9923, - 4962: 9924, 9925, 9926, - 4963: 9924, 9926, 9927, - 4964: 9928, 9929, 9930, - 4965: 9928, 9930, 9931, - 4966: 9932, 9933, 9934, - 4967: 9932, 9934, 9935, - 4968: 9936, 9937, 9938, - 4969: 9936, 9938, 9939, - 4970: 9940, 9941, 9942, - 4971: 9940, 9942, 9943, - 4972: 9944, 9945, 9946, - 4973: 9944, 9946, 9947, - 4974: 9948, 9949, 9950, - 4975: 9948, 9950, 9951, - 4976: 9952, 9953, 9954, - 4977: 9952, 9954, 9955, - 4978: 9956, 9957, 9958, - 4979: 9956, 9958, 9959, - 4980: 9960, 9961, 9962, - 4981: 9960, 9962, 9963, - 4982: 9964, 9965, 9966, - 4983: 9964, 9966, 9967, - 4984: 9968, 9969, 9970, - 4985: 9968, 9970, 9971, - 4986: 9972, 9973, 9974, - 4987: 9972, 9974, 9975, - 4988: 9976, 9977, 9978, - 4989: 9976, 9978, 9979, - 4990: 9980, 9981, 9982, - 4991: 9980, 9982, 9983, - 4992: 9984, 9985, 9986, - 4993: 9984, 9986, 9987, - 4994: 9988, 9989, 9990, - 4995: 9988, 9990, 9991, - 4996: 9992, 9993, 9994, - 4997: 9992, 9994, 9995, - 4998: 9996, 9997, 9998, - 4999: 9996, 9998, 9999, - 5000: 10000, 10001, 10002, - 5001: 10000, 10002, 10003, - 5002: 10004, 10005, 10006, - 5003: 10004, 10006, 10007, - 5004: 10008, 10009, 10010, - 5005: 10008, 10010, 10011, - 5006: 10012, 10013, 10014, - 5007: 10012, 10014, 10015, - 5008: 10016, 10017, 10018, - 5009: 10016, 10018, 10019, - 5010: 10020, 10021, 10022, - 5011: 10020, 10022, 10023, - 5012: 10024, 10025, 10026, - 5013: 10024, 10026, 10027, - 5014: 10028, 10029, 10030, - 5015: 10028, 10030, 10031, - 5016: 10032, 10033, 10034, - 5017: 10032, 10034, 10035, - 5018: 10036, 10037, 10038, - 5019: 10036, 10038, 10039, - 5020: 10040, 10041, 10042, - 5021: 10040, 10042, 10043, - 5022: 10044, 10045, 10046, - 5023: 10044, 10046, 10047, - 5024: 10048, 10049, 10050, - 5025: 10048, 10050, 10051, - 5026: 10052, 10053, 10054, - 5027: 10052, 10054, 10055, - 5028: 10056, 10057, 10058, - 5029: 10056, 10058, 10059, - 5030: 10060, 10061, 10062, - 5031: 10060, 10062, 10063, - 5032: 10064, 10065, 10066, - 5033: 10064, 10066, 10067, - 5034: 10068, 10069, 10070, - 5035: 10068, 10070, 10071, - 5036: 10072, 10073, 10074, - 5037: 10072, 10074, 10075, - 5038: 10076, 10077, 10078, - 5039: 10076, 10078, 10079, - 5040: 10080, 10081, 10082, - 5041: 10080, 10082, 10083, - 5042: 10084, 10085, 10086, - 5043: 10084, 10086, 10087, - 5044: 10088, 10089, 10090, - 5045: 10088, 10090, 10091, - 5046: 10092, 10093, 10094, - 5047: 10092, 10094, 10095, - 5048: 10096, 10097, 10098, - 5049: 10096, 10098, 10099, - 5050: 10100, 10101, 10102, - 5051: 10100, 10102, 10103, - 5052: 10104, 10105, 10106, - 5053: 10104, 10106, 10107, - 5054: 10108, 10109, 10110, - 5055: 10108, 10110, 10111, - 5056: 10112, 10113, 10114, - 5057: 10112, 10114, 10115, - 5058: 10116, 10117, 10118, - 5059: 10116, 10118, 10119, - 5060: 10120, 10121, 10122, - 5061: 10120, 10122, 10123, - 5062: 10124, 10125, 10126, - 5063: 10124, 10126, 10127, - 5064: 10128, 10129, 10130, - 5065: 10128, 10130, 10131, - 5066: 10132, 10133, 10134, - 5067: 10132, 10134, 10135, - 5068: 10136, 10137, 10138, - 5069: 10136, 10138, 10139, - 5070: 10140, 10141, 10142, - 5071: 10140, 10142, 10143, - 5072: 10144, 10145, 10146, - 5073: 10144, 10146, 10147, - 5074: 10148, 10149, 10150, - 5075: 10148, 10150, 10151, - 5076: 10152, 10153, 10154, - 5077: 10152, 10154, 10155, - 5078: 10156, 10157, 10158, - 5079: 10156, 10158, 10159, - 5080: 10160, 10161, 10162, - 5081: 10160, 10162, 10163, - 5082: 10164, 10165, 10166, - 5083: 10164, 10166, 10167, - 5084: 10168, 10169, 10170, - 5085: 10168, 10170, 10171, - 5086: 10172, 10173, 10174, - 5087: 10172, 10174, 10175, - 5088: 10176, 10177, 10178, - 5089: 10176, 10178, 10179, - 5090: 10180, 10181, 10182, - 5091: 10180, 10182, 10183, - 5092: 10184, 10185, 10186, - 5093: 10184, 10186, 10187, - 5094: 10188, 10189, 10190, - 5095: 10188, 10190, 10191, - 5096: 10192, 10193, 10194, - 5097: 10192, 10194, 10195, - 5098: 10196, 10197, 10198, - 5099: 10196, 10198, 10199, - 5100: 10200, 10201, 10202, - 5101: 10200, 10202, 10203, - 5102: 10204, 10205, 10206, - 5103: 10204, 10206, 10207, - 5104: 10208, 10209, 10210, - 5105: 10208, 10210, 10211, - 5106: 10212, 10213, 10214, - 5107: 10212, 10214, 10215, - 5108: 10216, 10217, 10218, - 5109: 10216, 10218, 10219, - 5110: 10220, 10221, 10222, - 5111: 10220, 10222, 10223, - 5112: 10224, 10225, 10226, - 5113: 10224, 10226, 10227, - 5114: 10228, 10229, 10230, - 5115: 10228, 10230, 10231, - 5116: 10232, 10233, 10234, - 5117: 10232, 10234, 10235, - 5118: 10236, 10237, 10238, - 5119: 10236, 10238, 10239, - 5120: 10240, 10241, 10242, - 5121: 10240, 10242, 10243, - 5122: 10244, 10245, 10246, - 5123: 10244, 10246, 10247, - 5124: 10248, 10249, 10250, - 5125: 10248, 10250, 10251, - 5126: 10252, 10253, 10254, - 5127: 10252, 10254, 10255, - 5128: 10256, 10257, 10258, - 5129: 10256, 10258, 10259, - 5130: 10260, 10261, 10262, - 5131: 10260, 10262, 10263, - 5132: 10264, 10265, 10266, - 5133: 10264, 10266, 10267, - 5134: 10268, 10269, 10270, - 5135: 10268, 10270, 10271, - 5136: 10272, 10273, 10274, - 5137: 10272, 10274, 10275, - 5138: 10276, 10277, 10278, - 5139: 10276, 10278, 10279, - 5140: 10280, 10281, 10282, - 5141: 10280, 10282, 10283, - 5142: 10284, 10285, 10286, - 5143: 10284, 10286, 10287, - 5144: 10288, 10289, 10290, - 5145: 10288, 10290, 10291, - 5146: 10292, 10293, 10294, - 5147: 10292, 10294, 10295, - 5148: 10296, 10297, 10298, - 5149: 10296, 10298, 10299, - 5150: 10300, 10301, 10302, - 5151: 10300, 10302, 10303, - 5152: 10304, 10305, 10306, - 5153: 10304, 10306, 10307, - 5154: 10308, 10309, 10310, - 5155: 10308, 10310, 10311, - 5156: 10312, 10313, 10314, - 5157: 10312, 10314, 10315, - 5158: 10316, 10317, 10318, - 5159: 10316, 10318, 10319, - 5160: 10320, 10321, 10322, - 5161: 10320, 10322, 10323, - 5162: 10324, 10325, 10326, - 5163: 10324, 10326, 10327, - 5164: 10328, 10329, 10330, - 5165: 10328, 10330, 10331, - 5166: 10332, 10333, 10334, - 5167: 10332, 10334, 10335, - 5168: 10336, 10337, 10338, - 5169: 10336, 10338, 10339, - 5170: 10340, 10341, 10342, - 5171: 10340, 10342, 10343, - 5172: 10344, 10345, 10346, - 5173: 10344, 10346, 10347, - 5174: 10348, 10349, 10350, - 5175: 10348, 10350, 10351, - 5176: 10352, 10353, 10354, - 5177: 10352, 10354, 10355, - 5178: 10356, 10357, 10358, - 5179: 10356, 10358, 10359, - 5180: 10360, 10361, 10362, - 5181: 10360, 10362, 10363, - 5182: 10364, 10365, 10366, - 5183: 10364, 10366, 10367, - 5184: 10368, 10369, 10370, - 5185: 10368, 10370, 10371, - 5186: 10372, 10373, 10374, - 5187: 10372, 10374, 10375, - 5188: 10376, 10377, 10378, - 5189: 10376, 10378, 10379, - 5190: 10380, 10381, 10382, - 5191: 10380, 10382, 10383, - 5192: 10384, 10385, 10386, - 5193: 10384, 10386, 10387, - 5194: 10388, 10389, 10390, - 5195: 10388, 10390, 10391, - 5196: 10392, 10393, 10394, - 5197: 10392, 10394, 10395, - 5198: 10396, 10397, 10398, - 5199: 10396, 10398, 10399, - 5200: 10400, 10401, 10402, - 5201: 10400, 10402, 10403, - 5202: 10404, 10405, 10406, - 5203: 10404, 10406, 10407, - 5204: 10408, 10409, 10410, - 5205: 10408, 10410, 10411, - 5206: 10412, 10413, 10414, - 5207: 10412, 10414, 10415, - 5208: 10416, 10417, 10418, - 5209: 10416, 10418, 10419, - 5210: 10420, 10421, 10422, - 5211: 10420, 10422, 10423, - 5212: 10424, 10425, 10426, - 5213: 10424, 10426, 10427, - 5214: 10428, 10429, 10430, - 5215: 10428, 10430, 10431, - 5216: 10432, 10433, 10434, - 5217: 10432, 10434, 10435, - 5218: 10436, 10437, 10438, - 5219: 10436, 10438, 10439, - 5220: 10440, 10441, 10442, - 5221: 10440, 10442, 10443, - 5222: 10444, 10445, 10446, - 5223: 10444, 10446, 10447, - 5224: 10448, 10449, 10450, - 5225: 10448, 10450, 10451, - 5226: 10452, 10453, 10454, - 5227: 10452, 10454, 10455, - 5228: 10456, 10457, 10458, - 5229: 10456, 10458, 10459, - 5230: 10460, 10461, 10462, - 5231: 10460, 10462, 10463, - 5232: 10464, 10465, 10466, - 5233: 10464, 10466, 10467, - 5234: 10468, 10469, 10470, - 5235: 10468, 10470, 10471, - 5236: 10472, 10473, 10474, - 5237: 10472, 10474, 10475, - 5238: 10476, 10477, 10478, - 5239: 10476, 10478, 10479, - 5240: 10480, 10481, 10482, - 5241: 10480, 10482, 10483, - 5242: 10484, 10485, 10486, - 5243: 10484, 10486, 10487, - 5244: 10488, 10489, 10490, - 5245: 10488, 10490, 10491, - 5246: 10492, 10493, 10494, - 5247: 10492, 10494, 10495, - 5248: 10496, 10497, 10498, - 5249: 10496, 10498, 10499, - 5250: 10500, 10501, 10502, - 5251: 10500, 10502, 10503, - 5252: 10504, 10505, 10506, - 5253: 10504, 10506, 10507, - 5254: 10508, 10509, 10510, - 5255: 10508, 10510, 10511, - 5256: 10512, 10513, 10514, - 5257: 10512, 10514, 10515, - 5258: 10516, 10517, 10518, - 5259: 10516, 10518, 10519, - 5260: 10520, 10521, 10522, - 5261: 10520, 10522, 10523, - 5262: 10524, 10525, 10526, - 5263: 10524, 10526, 10527, - 5264: 10528, 10529, 10530, - 5265: 10528, 10530, 10531, - 5266: 10532, 10533, 10534, - 5267: 10532, 10534, 10535, - 5268: 10536, 10537, 10538, - 5269: 10536, 10538, 10539, - 5270: 10540, 10541, 10542, - 5271: 10540, 10542, 10543, - 5272: 10544, 10545, 10546, - 5273: 10544, 10546, 10547, - 5274: 10548, 10549, 10550, - 5275: 10548, 10550, 10551, - 5276: 10552, 10553, 10554, - 5277: 10552, 10554, 10555, - 5278: 10556, 10557, 10558, - 5279: 10556, 10558, 10559, - 5280: 10560, 10561, 10562, - 5281: 10560, 10562, 10563, - 5282: 10564, 10565, 10566, - 5283: 10564, 10566, 10567, - 5284: 10568, 10569, 10570, - 5285: 10568, 10570, 10571, - 5286: 10572, 10573, 10574, - 5287: 10572, 10574, 10575, - 5288: 10576, 10577, 10578, - 5289: 10576, 10578, 10579, - 5290: 10580, 10581, 10582, - 5291: 10580, 10582, 10583, - 5292: 10584, 10585, 10586, - 5293: 10584, 10586, 10587, - 5294: 10588, 10589, 10590, - 5295: 10588, 10590, 10591, - 5296: 10592, 10593, 10594, - 5297: 10592, 10594, 10595, - 5298: 10596, 10597, 10598, - 5299: 10596, 10598, 10599, - 5300: 10600, 10601, 10602, - 5301: 10600, 10602, 10603, - 5302: 10604, 10605, 10606, - 5303: 10604, 10606, 10607, - 5304: 10608, 10609, 10610, - 5305: 10608, 10610, 10611, - 5306: 10612, 10613, 10614, - 5307: 10612, 10614, 10615, - 5308: 10616, 10617, 10618, - 5309: 10616, 10618, 10619, - 5310: 10620, 10621, 10622, - 5311: 10620, 10622, 10623, - 5312: 10624, 10625, 10626, - 5313: 10624, 10626, 10627, - 5314: 10628, 10629, 10630, - 5315: 10628, 10630, 10631, - 5316: 10632, 10633, 10634, - 5317: 10632, 10634, 10635, - 5318: 10636, 10637, 10638, - 5319: 10636, 10638, 10639, - 5320: 10640, 10641, 10642, - 5321: 10640, 10642, 10643, - 5322: 10644, 10645, 10646, - 5323: 10644, 10646, 10647, - 5324: 10648, 10649, 10650, - 5325: 10648, 10650, 10651, - 5326: 10652, 10653, 10654, - 5327: 10652, 10654, 10655, - 5328: 10656, 10657, 10658, - 5329: 10656, 10658, 10659, - 5330: 10660, 10661, 10662, - 5331: 10660, 10662, 10663, - 5332: 10664, 10665, 10666, - 5333: 10664, 10666, 10667, - 5334: 10668, 10669, 10670, - 5335: 10668, 10670, 10671, - 5336: 10672, 10673, 10674, - 5337: 10672, 10674, 10675, - 5338: 10676, 10677, 10678, - 5339: 10676, 10678, 10679, - 5340: 10680, 10681, 10682, - 5341: 10680, 10682, 10683, - 5342: 10684, 10685, 10686, - 5343: 10684, 10686, 10687, - 5344: 10688, 10689, 10690, - 5345: 10688, 10690, 10691, - 5346: 10692, 10693, 10694, - 5347: 10692, 10694, 10695, - 5348: 10696, 10697, 10698, - 5349: 10696, 10698, 10699, - 5350: 10700, 10701, 10702, - 5351: 10700, 10702, 10703, - 5352: 10704, 10705, 10706, - 5353: 10704, 10706, 10707, - 5354: 10708, 10709, 10710, - 5355: 10708, 10710, 10711, - 5356: 10712, 10713, 10714, - 5357: 10712, 10714, 10715, - 5358: 10716, 10717, 10718, - 5359: 10716, 10718, 10719, - 5360: 10720, 10721, 10722, - 5361: 10720, 10722, 10723, - 5362: 10724, 10725, 10726, - 5363: 10724, 10726, 10727, - 5364: 10728, 10729, 10730, - 5365: 10728, 10730, 10731, - 5366: 10732, 10733, 10734, - 5367: 10732, 10734, 10735, - 5368: 10736, 10737, 10738, - 5369: 10736, 10738, 10739, - 5370: 10740, 10741, 10742, - 5371: 10740, 10742, 10743, - 5372: 10744, 10745, 10746, - 5373: 10744, 10746, 10747, - 5374: 10748, 10749, 10750, - 5375: 10748, 10750, 10751, - 5376: 10752, 10753, 10754, - 5377: 10752, 10754, 10755, - 5378: 10756, 10757, 10758, - 5379: 10756, 10758, 10759, - 5380: 10760, 10761, 10762, - 5381: 10760, 10762, 10763, - 5382: 10764, 10765, 10766, - 5383: 10764, 10766, 10767, - 5384: 10768, 10769, 10770, - 5385: 10768, 10770, 10771, - 5386: 10772, 10773, 10774, - 5387: 10772, 10774, 10775, - 5388: 10776, 10777, 10778, - 5389: 10776, 10778, 10779, - 5390: 10780, 10781, 10782, - 5391: 10780, 10782, 10783, - 5392: 10784, 10785, 10786, - 5393: 10784, 10786, 10787, - 5394: 10788, 10789, 10790, - 5395: 10788, 10790, 10791, - 5396: 10792, 10793, 10794, - 5397: 10792, 10794, 10795, - 5398: 10796, 10797, 10798, - 5399: 10796, 10798, 10799, - 5400: 10800, 10801, 10802, - 5401: 10800, 10802, 10803, - 5402: 10804, 10805, 10806, - 5403: 10804, 10806, 10807, - 5404: 10808, 10809, 10810, - 5405: 10808, 10810, 10811, - 5406: 10812, 10813, 10814, - 5407: 10812, 10814, 10815, - 5408: 10816, 10817, 10818, - 5409: 10816, 10818, 10819, - 5410: 10820, 10821, 10822, - 5411: 10820, 10822, 10823, - 5412: 10824, 10825, 10826, - 5413: 10824, 10826, 10827, - 5414: 10828, 10829, 10830, - 5415: 10828, 10830, 10831, - 5416: 10832, 10833, 10834, - 5417: 10832, 10834, 10835, - 5418: 10836, 10837, 10838, - 5419: 10836, 10838, 10839, - 5420: 10840, 10841, 10842, - 5421: 10840, 10842, 10843, - 5422: 10844, 10845, 10846, - 5423: 10844, 10846, 10847, - 5424: 10848, 10849, 10850, - 5425: 10848, 10850, 10851, - 5426: 10852, 10853, 10854, - 5427: 10852, 10854, 10855, - 5428: 10856, 10857, 10858, - 5429: 10856, 10858, 10859, - 5430: 10860, 10861, 10862, - 5431: 10860, 10862, 10863, - 5432: 10864, 10865, 10866, - 5433: 10864, 10866, 10867, - 5434: 10868, 10869, 10870, - 5435: 10868, 10870, 10871, - 5436: 10872, 10873, 10874, - 5437: 10872, 10874, 10875, - 5438: 10876, 10877, 10878, - 5439: 10876, 10878, 10879, - 5440: 10880, 10881, 10882, - 5441: 10880, 10882, 10883, - 5442: 10884, 10885, 10886, - 5443: 10884, 10886, 10887, - 5444: 10888, 10889, 10890, - 5445: 10888, 10890, 10891, - 5446: 10892, 10893, 10894, - 5447: 10892, 10894, 10895, - 5448: 10896, 10897, 10898, - 5449: 10896, 10898, 10899, - 5450: 10900, 10901, 10902, - 5451: 10900, 10902, 10903, - 5452: 10904, 10905, 10906, - 5453: 10904, 10906, 10907, - 5454: 10908, 10909, 10910, - 5455: 10908, 10910, 10911, - 5456: 10912, 10913, 10914, - 5457: 10912, 10914, 10915, - 5458: 10916, 10917, 10918, - 5459: 10916, 10918, 10919, - 5460: 10920, 10921, 10922, - 5461: 10920, 10922, 10923, - 5462: 10924, 10925, 10926, - 5463: 10924, 10926, 10927, - 5464: 10928, 10929, 10930, - 5465: 10928, 10930, 10931, - 5466: 10932, 10933, 10934, - 5467: 10932, 10934, 10935, - 5468: 10936, 10937, 10938, - 5469: 10936, 10938, 10939, - 5470: 10940, 10941, 10942, - 5471: 10940, 10942, 10943, - 5472: 10944, 10945, 10946, - 5473: 10944, 10946, 10947, - 5474: 10948, 10949, 10950, - 5475: 10948, 10950, 10951, - 5476: 10952, 10953, 10954, - 5477: 10952, 10954, 10955, - 5478: 10956, 10957, 10958, - 5479: 10956, 10958, 10959, - 5480: 10960, 10961, 10962, - 5481: 10960, 10962, 10963, - 5482: 10964, 10965, 10966, - 5483: 10964, 10966, 10967, - 5484: 10968, 10969, 10970, - 5485: 10968, 10970, 10971, - 5486: 10972, 10973, 10974, - 5487: 10972, 10974, 10975, - 5488: 10976, 10977, 10978, - 5489: 10976, 10978, 10979, - 5490: 10980, 10981, 10982, - 5491: 10980, 10982, 10983, - 5492: 10984, 10985, 10986, - 5493: 10984, 10986, 10987, - 5494: 10988, 10989, 10990, - 5495: 10988, 10990, 10991, - 5496: 10992, 10993, 10994, - 5497: 10992, 10994, 10995, - 5498: 10996, 10997, 10998, - 5499: 10996, 10998, 10999, - 5500: 11000, 11001, 11002, - 5501: 11000, 11002, 11003, - 5502: 11004, 11005, 11006, - 5503: 11004, 11006, 11007, - 5504: 11008, 11009, 11010, - 5505: 11008, 11010, 11011, - 5506: 11012, 11013, 11014, - 5507: 11012, 11014, 11015, - 5508: 11016, 11017, 11018, - 5509: 11016, 11018, 11019, - 5510: 11020, 11021, 11022, - 5511: 11020, 11022, 11023, - 5512: 11024, 11025, 11026, - 5513: 11024, 11026, 11027, - 5514: 11028, 11029, 11030, - 5515: 11028, 11030, 11031, - 5516: 11032, 11033, 11034, - 5517: 11032, 11034, 11035, - 5518: 11036, 11037, 11038, - 5519: 11036, 11038, 11039, - 5520: 11040, 11041, 11042, - 5521: 11040, 11042, 11043, - 5522: 11044, 11045, 11046, - 5523: 11044, 11046, 11047, - 5524: 11048, 11049, 11050, - 5525: 11048, 11050, 11051, - 5526: 11052, 11053, 11054, - 5527: 11052, 11054, 11055, - 5528: 11056, 11057, 11058, - 5529: 11056, 11058, 11059, - 5530: 11060, 11061, 11062, - 5531: 11060, 11062, 11063, - 5532: 11064, 11065, 11066, - 5533: 11064, 11066, 11067, - 5534: 11068, 11069, 11070, - 5535: 11068, 11070, 11071, - 5536: 11072, 11073, 11074, - 5537: 11072, 11074, 11075, - 5538: 11076, 11077, 11078, - 5539: 11076, 11078, 11079, - 5540: 11080, 11081, 11082, - 5541: 11080, 11082, 11083, - 5542: 11084, 11085, 11086, - 5543: 11084, 11086, 11087, - 5544: 11088, 11089, 11090, - 5545: 11088, 11090, 11091, - 5546: 11092, 11093, 11094, - 5547: 11092, 11094, 11095, - 5548: 11096, 11097, 11098, - 5549: 11096, 11098, 11099, - 5550: 11100, 11101, 11102, - 5551: 11100, 11102, 11103, - 5552: 11104, 11105, 11106, - 5553: 11104, 11106, 11107, - 5554: 11108, 11109, 11110, - 5555: 11108, 11110, 11111, - 5556: 11112, 11113, 11114, - 5557: 11112, 11114, 11115, - 5558: 11116, 11117, 11118, - 5559: 11116, 11118, 11119, - 5560: 11120, 11121, 11122, - 5561: 11120, 11122, 11123, - 5562: 11124, 11125, 11126, - 5563: 11124, 11126, 11127, - 5564: 11128, 11129, 11130, - 5565: 11128, 11130, 11131, - 5566: 11132, 11133, 11134, - 5567: 11132, 11134, 11135, - 5568: 11136, 11137, 11138, - 5569: 11136, 11138, 11139, - 5570: 11140, 11141, 11142, - 5571: 11140, 11142, 11143, - 5572: 11144, 11145, 11146, - 5573: 11144, 11146, 11147, - 5574: 11148, 11149, 11150, - 5575: 11148, 11150, 11151, - 5576: 11152, 11153, 11154, - 5577: 11152, 11154, 11155, - 5578: 11156, 11157, 11158, - 5579: 11156, 11158, 11159, - 5580: 11160, 11161, 11162, - 5581: 11160, 11162, 11163, - 5582: 11164, 11165, 11166, - 5583: 11164, 11166, 11167, - 5584: 11168, 11169, 11170, - 5585: 11168, 11170, 11171, - 5586: 11172, 11173, 11174, - 5587: 11172, 11174, 11175, - 5588: 11176, 11177, 11178, - 5589: 11176, 11178, 11179, - 5590: 11180, 11181, 11182, - 5591: 11180, 11182, 11183, - 5592: 11184, 11185, 11186, - 5593: 11184, 11186, 11187, - 5594: 11188, 11189, 11190, - 5595: 11188, 11190, 11191, - 5596: 11192, 11193, 11194, - 5597: 11192, 11194, 11195, - 5598: 11196, 11197, 11198, - 5599: 11196, 11198, 11199, - 5600: 11200, 11201, 11202, - 5601: 11200, 11202, 11203, - 5602: 11204, 11205, 11206, - 5603: 11204, 11206, 11207, - 5604: 11208, 11209, 11210, - 5605: 11208, 11210, 11211, - 5606: 11212, 11213, 11214, - 5607: 11212, 11214, 11215, - 5608: 11216, 11217, 11218, - 5609: 11216, 11218, 11219, - 5610: 11220, 11221, 11222, - 5611: 11220, 11222, 11223, - 5612: 11224, 11225, 11226, - 5613: 11224, 11226, 11227, - 5614: 11228, 11229, 11230, - 5615: 11228, 11230, 11231, - 5616: 11232, 11233, 11234, - 5617: 11232, 11234, 11235, - 5618: 11236, 11237, 11238, - 5619: 11236, 11238, 11239, - 5620: 11240, 11241, 11242, - 5621: 11240, 11242, 11243, - 5622: 11244, 11245, 11246, - 5623: 11244, 11246, 11247, - 5624: 11248, 11249, 11250, - 5625: 11248, 11250, 11251, - 5626: 11252, 11253, 11254, - 5627: 11252, 11254, 11255, - 5628: 11256, 11257, 11258, - 5629: 11256, 11258, 11259, - 5630: 11260, 11261, 11262, - 5631: 11260, 11262, 11263, - 5632: 11264, 11265, 11266, - 5633: 11264, 11266, 11267, - 5634: 11268, 11269, 11270, - 5635: 11268, 11270, 11271, - 5636: 11272, 11273, 11274, - 5637: 11272, 11274, 11275, - 5638: 11276, 11277, 11278, - 5639: 11276, 11278, 11279, - 5640: 11280, 11281, 11282, - 5641: 11280, 11282, 11283, - 5642: 11284, 11285, 11286, - 5643: 11284, 11286, 11287, - 5644: 11288, 11289, 11290, - 5645: 11288, 11290, 11291, - 5646: 11292, 11293, 11294, - 5647: 11292, 11294, 11295, - 5648: 11296, 11297, 11298, - 5649: 11296, 11298, 11299, - 5650: 11300, 11301, 11302, - 5651: 11300, 11302, 11303, - 5652: 11304, 11305, 11306, - 5653: 11304, 11306, 11307, - 5654: 11308, 11309, 11310, - 5655: 11308, 11310, 11311, - 5656: 11312, 11313, 11314, - 5657: 11312, 11314, 11315, - 5658: 11316, 11317, 11318, - 5659: 11316, 11318, 11319, - 5660: 11320, 11321, 11322, - 5661: 11320, 11322, 11323, - 5662: 11324, 11325, 11326, - 5663: 11324, 11326, 11327, - 5664: 11328, 11329, 11330, - 5665: 11328, 11330, 11331, - 5666: 11332, 11333, 11334, - 5667: 11332, 11334, 11335, - 5668: 11336, 11337, 11338, - 5669: 11336, 11338, 11339, - 5670: 11340, 11341, 11342, - 5671: 11340, 11342, 11343, - 5672: 11344, 11345, 11346, - 5673: 11344, 11346, 11347, - 5674: 11348, 11349, 11350, - 5675: 11348, 11350, 11351, - 5676: 11352, 11353, 11354, - 5677: 11352, 11354, 11355, - 5678: 11356, 11357, 11358, - 5679: 11356, 11358, 11359, - 5680: 11360, 11361, 11362, - 5681: 11360, 11362, 11363, - 5682: 11364, 11365, 11366, - 5683: 11364, 11366, 11367, - 5684: 11368, 11369, 11370, - 5685: 11368, 11370, 11371, - 5686: 11372, 11373, 11374, - 5687: 11372, 11374, 11375, - 5688: 11376, 11377, 11378, - 5689: 11376, 11378, 11379, - 5690: 11380, 11381, 11382, - 5691: 11380, 11382, 11383, - 5692: 11384, 11385, 11386, - 5693: 11384, 11386, 11387, - 5694: 11388, 11389, 11390, - 5695: 11388, 11390, 11391, - 5696: 11392, 11393, 11394, - 5697: 11392, 11394, 11395, - 5698: 11396, 11397, 11398, - 5699: 11396, 11398, 11399, - 5700: 11400, 11401, 11402, - 5701: 11400, 11402, 11403, - 5702: 11404, 11405, 11406, - 5703: 11404, 11406, 11407, - 5704: 11408, 11409, 11410, - 5705: 11408, 11410, 11411, - 5706: 11412, 11413, 11414, - 5707: 11412, 11414, 11415, - 5708: 11416, 11417, 11418, - 5709: 11416, 11418, 11419, - 5710: 11420, 11421, 11422, - 5711: 11420, 11422, 11423, - 5712: 11424, 11425, 11426, - 5713: 11424, 11426, 11427, - 5714: 11428, 11429, 11430, - 5715: 11428, 11430, 11431, - 5716: 11432, 11433, 11434, - 5717: 11432, 11434, 11435, - 5718: 11436, 11437, 11438, - 5719: 11436, 11438, 11439, - 5720: 11440, 11441, 11442, - 5721: 11440, 11442, 11443, - 5722: 11444, 11445, 11446, - 5723: 11444, 11446, 11447, - 5724: 11448, 11449, 11450, - 5725: 11448, 11450, 11451, - 5726: 11452, 11453, 11454, - 5727: 11452, 11454, 11455, - 5728: 11456, 11457, 11458, - 5729: 11456, 11458, 11459, - 5730: 11460, 11461, 11462, - 5731: 11460, 11462, 11463, - 5732: 11464, 11465, 11466, - 5733: 11464, 11466, 11467, - 5734: 11468, 11469, 11470, - 5735: 11468, 11470, 11471, - 5736: 11472, 11473, 11474, - 5737: 11472, 11474, 11475, - 5738: 11476, 11477, 11478, - 5739: 11476, 11478, 11479, - 5740: 11480, 11481, 11482, - 5741: 11480, 11482, 11483, - 5742: 11484, 11485, 11486, - 5743: 11484, 11486, 11487, - 5744: 11488, 11489, 11490, - 5745: 11488, 11490, 11491, - 5746: 11492, 11493, 11494, - 5747: 11492, 11494, 11495, - 5748: 11496, 11497, 11498, - 5749: 11496, 11498, 11499, - 5750: 11500, 11501, 11502, - 5751: 11500, 11502, 11503, - 5752: 11504, 11505, 11506, - 5753: 11504, 11506, 11507, - 5754: 11508, 11509, 11510, - 5755: 11508, 11510, 11511, - 5756: 11512, 11513, 11514, - 5757: 11512, 11514, 11515, - 5758: 11516, 11517, 11518, - 5759: 11516, 11518, 11519, - 5760: 11520, 11521, 11522, - 5761: 11520, 11522, 11523, - 5762: 11524, 11525, 11526, - 5763: 11524, 11526, 11527, - 5764: 11528, 11529, 11530, - 5765: 11528, 11530, 11531, - 5766: 11532, 11533, 11534, - 5767: 11532, 11534, 11535, - 5768: 11536, 11537, 11538, - 5769: 11536, 11538, 11539, - 5770: 11540, 11541, 11542, - 5771: 11540, 11542, 11543, - 5772: 11544, 11545, 11546, - 5773: 11544, 11546, 11547, - 5774: 11548, 11549, 11550, - 5775: 11548, 11550, 11551, - 5776: 11552, 11553, 11554, - 5777: 11552, 11554, 11555, - 5778: 11556, 11557, 11558, - 5779: 11556, 11558, 11559, - 5780: 11560, 11561, 11562, - 5781: 11560, 11562, 11563, - 5782: 11564, 11565, 11566, - 5783: 11564, 11566, 11567, - 5784: 11568, 11569, 11570, - 5785: 11568, 11570, 11571, - 5786: 11572, 11573, 11574, - 5787: 11572, 11574, 11575, - 5788: 11576, 11577, 11578, - 5789: 11576, 11578, 11579, - 5790: 11580, 11581, 11582, - 5791: 11580, 11582, 11583, - 5792: 11584, 11585, 11586, - 5793: 11584, 11586, 11587, - 5794: 11588, 11589, 11590, - 5795: 11588, 11590, 11591, - 5796: 11592, 11593, 11594, - 5797: 11592, 11594, 11595, - 5798: 11596, 11597, 11598, - 5799: 11596, 11598, 11599, - 5800: 11600, 11601, 11602, - 5801: 11600, 11602, 11603, - 5802: 11604, 11605, 11606, - 5803: 11604, 11606, 11607, - 5804: 11608, 11609, 11610, - 5805: 11608, 11610, 11611, - 5806: 11612, 11613, 11614, - 5807: 11612, 11614, 11615, - 5808: 11616, 11617, 11618, - 5809: 11616, 11618, 11619, - 5810: 11620, 11621, 11622, - 5811: 11620, 11622, 11623, - 5812: 11624, 11625, 11626, - 5813: 11624, 11626, 11627, - 5814: 11628, 11629, 11630, - 5815: 11628, 11630, 11631, - 5816: 11632, 11633, 11634, - 5817: 11632, 11634, 11635, - 5818: 11636, 11637, 11638, - 5819: 11636, 11638, 11639, - 5820: 11640, 11641, 11642, - 5821: 11640, 11642, 11643, - 5822: 11644, 11645, 11646, - 5823: 11644, 11646, 11647, - 5824: 11648, 11649, 11650, - 5825: 11648, 11650, 11651, - 5826: 11652, 11653, 11654, - 5827: 11652, 11654, 11655, - 5828: 11656, 11657, 11658, - 5829: 11656, 11658, 11659, - 5830: 11660, 11661, 11662, - 5831: 11660, 11662, 11663, - 5832: 11664, 11665, 11666, - 5833: 11664, 11666, 11667, - 5834: 11668, 11669, 11670, - 5835: 11668, 11670, 11671, - 5836: 11672, 11673, 11674, - 5837: 11672, 11674, 11675, - 5838: 11676, 11677, 11678, - 5839: 11676, 11678, 11679, - 5840: 11680, 11681, 11682, - 5841: 11680, 11682, 11683, - 5842: 11684, 11685, 11686, - 5843: 11684, 11686, 11687, - 5844: 11688, 11689, 11690, - 5845: 11688, 11690, 11691, - 5846: 11692, 11693, 11694, - 5847: 11692, 11694, 11695, - 5848: 11696, 11697, 11698, - 5849: 11696, 11698, 11699, - 5850: 11700, 11701, 11702, - 5851: 11700, 11702, 11703, - 5852: 11704, 11705, 11706, - 5853: 11704, 11706, 11707, - 5854: 11708, 11709, 11710, - 5855: 11708, 11710, 11711, - 5856: 11712, 11713, 11714, - 5857: 11712, 11714, 11715, - 5858: 11716, 11717, 11718, - 5859: 11716, 11718, 11719, - 5860: 11720, 11721, 11722, - 5861: 11720, 11722, 11723, - 5862: 11724, 11725, 11726, - 5863: 11724, 11726, 11727, - 5864: 11728, 11729, 11730, - 5865: 11728, 11730, 11731, - 5866: 11732, 11733, 11734, - 5867: 11732, 11734, 11735, - 5868: 11736, 11737, 11738, - 5869: 11736, 11738, 11739, - 5870: 11740, 11741, 11742, - 5871: 11740, 11742, 11743, - 5872: 11744, 11745, 11746, - 5873: 11744, 11746, 11747, - 5874: 11748, 11749, 11750, - 5875: 11748, 11750, 11751, - 5876: 11752, 11753, 11754, - 5877: 11752, 11754, 11755, - 5878: 11756, 11757, 11758, - 5879: 11756, 11758, 11759, - 5880: 11760, 11761, 11762, - 5881: 11760, 11762, 11763, - 5882: 11764, 11765, 11766, - 5883: 11764, 11766, 11767, - 5884: 11768, 11769, 11770, - 5885: 11768, 11770, 11771, - 5886: 11772, 11773, 11774, - 5887: 11772, 11774, 11775, - 5888: 11776, 11777, 11778, - 5889: 11776, 11778, 11779, - 5890: 11780, 11781, 11782, - 5891: 11780, 11782, 11783, - 5892: 11784, 11785, 11786, - 5893: 11784, 11786, 11787, - 5894: 11788, 11789, 11790, - 5895: 11788, 11790, 11791, - 5896: 11792, 11793, 11794, - 5897: 11792, 11794, 11795, - 5898: 11796, 11797, 11798, - 5899: 11796, 11798, 11799, - 5900: 11800, 11801, 11802, - 5901: 11800, 11802, 11803, - 5902: 11804, 11805, 11806, - 5903: 11804, 11806, 11807, - 5904: 11808, 11809, 11810, - 5905: 11808, 11810, 11811, - 5906: 11812, 11813, 11814, - 5907: 11812, 11814, 11815, - 5908: 11816, 11817, 11818, - 5909: 11816, 11818, 11819, - 5910: 11820, 11821, 11822, - 5911: 11820, 11822, 11823, - 5912: 11824, 11825, 11826, - 5913: 11824, 11826, 11827, - 5914: 11828, 11829, 11830, - 5915: 11828, 11830, 11831, - 5916: 11832, 11833, 11834, - 5917: 11832, 11834, 11835, - 5918: 11836, 11837, 11838, - 5919: 11836, 11838, 11839, - 5920: 11840, 11841, 11842, - 5921: 11840, 11842, 11843, - 5922: 11844, 11845, 11846, - 5923: 11844, 11846, 11847, - 5924: 11848, 11849, 11850, - 5925: 11848, 11850, 11851, - 5926: 11852, 11853, 11854, - 5927: 11852, 11854, 11855, - 5928: 11856, 11857, 11858, - 5929: 11856, 11858, 11859, - 5930: 11860, 11861, 11862, - 5931: 11860, 11862, 11863, - 5932: 11864, 11865, 11866, - 5933: 11864, 11866, 11867, - 5934: 11868, 11869, 11870, - 5935: 11868, 11870, 11871, - 5936: 11872, 11873, 11874, - 5937: 11872, 11874, 11875, - 5938: 11876, 11877, 11878, - 5939: 11876, 11878, 11879, - 5940: 11880, 11881, 11882, - 5941: 11880, 11882, 11883, - 5942: 11884, 11885, 11886, - 5943: 11884, 11886, 11887, - 5944: 11888, 11889, 11890, - 5945: 11888, 11890, 11891, - 5946: 11892, 11893, 11894, - 5947: 11892, 11894, 11895, - 5948: 11896, 11897, 11898, - 5949: 11896, 11898, 11899, - 5950: 11900, 11901, 11902, - 5951: 11900, 11902, 11903, - 5952: 11904, 11905, 11906, - 5953: 11904, 11906, 11907, - 5954: 11908, 11909, 11910, - 5955: 11908, 11910, 11911, - 5956: 11912, 11913, 11914, - 5957: 11912, 11914, 11915, - 5958: 11916, 11917, 11918, - 5959: 11916, 11918, 11919, - 5960: 11920, 11921, 11922, - 5961: 11920, 11922, 11923, - 5962: 11924, 11925, 11926, - 5963: 11924, 11926, 11927, - 5964: 11928, 11929, 11930, - 5965: 11928, 11930, 11931, - 5966: 11932, 11933, 11934, - 5967: 11932, 11934, 11935, - 5968: 11936, 11937, 11938, - 5969: 11936, 11938, 11939, - 5970: 11940, 11941, 11942, - 5971: 11940, 11942, 11943, - 5972: 11944, 11945, 11946, - 5973: 11944, 11946, 11947, - 5974: 11948, 11949, 11950, - 5975: 11948, 11950, 11951, - 5976: 11952, 11953, 11954, - 5977: 11952, 11954, 11955, - 5978: 11956, 11957, 11958, - 5979: 11956, 11958, 11959, - 5980: 11960, 11961, 11962, - 5981: 11960, 11962, 11963, - 5982: 11964, 11965, 11966, - 5983: 11964, 11966, 11967, - 5984: 11968, 11969, 11970, - 5985: 11968, 11970, 11971, - 5986: 11972, 11973, 11974, - 5987: 11972, 11974, 11975, - 5988: 11976, 11977, 11978, - 5989: 11976, 11978, 11979, - 5990: 11980, 11981, 11982, - 5991: 11980, 11982, 11983, - 5992: 11984, 11985, 11986, - 5993: 11984, 11986, 11987, - 5994: 11988, 11989, 11990, - 5995: 11988, 11990, 11991, - 5996: 11992, 11993, 11994, - 5997: 11992, 11994, 11995, - 5998: 11996, 11997, 11998, - 5999: 11996, 11998, 11999, - 6000: 12000, 12001, 12002, - 6001: 12000, 12002, 12003, - 6002: 12004, 12005, 12006, - 6003: 12004, 12006, 12007, - 6004: 12008, 12009, 12010, - 6005: 12008, 12010, 12011, - 6006: 12012, 12013, 12014, - 6007: 12012, 12014, 12015, - 6008: 12016, 12017, 12018, - 6009: 12016, 12018, 12019, - 6010: 12020, 12021, 12022, - 6011: 12020, 12022, 12023, - 6012: 12024, 12025, 12026, - 6013: 12024, 12026, 12027, - 6014: 12028, 12029, 12030, - 6015: 12028, 12030, 12031, - 6016: 12032, 12033, 12034, - 6017: 12032, 12034, 12035, - 6018: 12036, 12037, 12038, - 6019: 12036, 12038, 12039, - 6020: 12040, 12041, 12042, - 6021: 12040, 12042, 12043, - 6022: 12044, 12045, 12046, - 6023: 12044, 12046, 12047, - 6024: 12048, 12049, 12050, - 6025: 12048, 12050, 12051, - 6026: 12052, 12053, 12054, - 6027: 12052, 12054, 12055, - 6028: 12056, 12057, 12058, - 6029: 12056, 12058, 12059, - 6030: 12060, 12061, 12062, - 6031: 12060, 12062, 12063, - 6032: 12064, 12065, 12066, - 6033: 12064, 12066, 12067, - 6034: 12068, 12069, 12070, - 6035: 12068, 12070, 12071, - 6036: 12072, 12073, 12074, - 6037: 12072, 12074, 12075, - 6038: 12076, 12077, 12078, - 6039: 12076, 12078, 12079, - 6040: 12080, 12081, 12082, - 6041: 12080, 12082, 12083, - 6042: 12084, 12085, 12086, - 6043: 12084, 12086, 12087, - 6044: 12088, 12089, 12090, - 6045: 12088, 12090, 12091, - 6046: 12092, 12093, 12094, - 6047: 12092, 12094, 12095, - 6048: 12096, 12097, 12098, - 6049: 12096, 12098, 12099, - 6050: 12100, 12101, 12102, - 6051: 12100, 12102, 12103, - 6052: 12104, 12105, 12106, - 6053: 12104, 12106, 12107, - 6054: 12108, 12109, 12110, - 6055: 12108, 12110, 12111, - 6056: 12112, 12113, 12114, - 6057: 12112, 12114, 12115, - 6058: 12116, 12117, 12118, - 6059: 12116, 12118, 12119, - 6060: 12120, 12121, 12122, - 6061: 12120, 12122, 12123, - 6062: 12124, 12125, 12126, - 6063: 12124, 12126, 12127, - 6064: 12128, 12129, 12130, - 6065: 12128, 12130, 12131, - 6066: 12132, 12133, 12134, - 6067: 12132, 12134, 12135, - 6068: 12136, 12137, 12138, - 6069: 12136, 12138, 12139, - 6070: 12140, 12141, 12142, - 6071: 12140, 12142, 12143, - 6072: 12144, 12145, 12146, - 6073: 12144, 12146, 12147, - 6074: 12148, 12149, 12150, - 6075: 12148, 12150, 12151, - 6076: 12152, 12153, 12154, - 6077: 12152, 12154, 12155, - 6078: 12156, 12157, 12158, - 6079: 12156, 12158, 12159, - 6080: 12160, 12161, 12162, - 6081: 12160, 12162, 12163, - 6082: 12164, 12165, 12166, - 6083: 12164, 12166, 12167, - 6084: 12168, 12169, 12170, - 6085: 12168, 12170, 12171, - 6086: 12172, 12173, 12174, - 6087: 12172, 12174, 12175, - 6088: 12176, 12177, 12178, - 6089: 12176, 12178, 12179, - 6090: 12180, 12181, 12182, - 6091: 12180, 12182, 12183, - 6092: 12184, 12185, 12186, - 6093: 12184, 12186, 12187, - 6094: 12188, 12189, 12190, - 6095: 12188, 12190, 12191, - 6096: 12192, 12193, 12194, - 6097: 12192, 12194, 12195, - 6098: 12196, 12197, 12198, - 6099: 12196, 12198, 12199, - 6100: 12200, 12201, 12202, - 6101: 12200, 12202, 12203, - 6102: 12204, 12205, 12206, - 6103: 12204, 12206, 12207, - 6104: 12208, 12209, 12210, - 6105: 12208, 12210, 12211, - 6106: 12212, 12213, 12214, - 6107: 12212, 12214, 12215, - 6108: 12216, 12217, 12218, - 6109: 12216, 12218, 12219, - 6110: 12220, 12221, 12222, - 6111: 12220, 12222, 12223, - 6112: 12224, 12225, 12226, - 6113: 12224, 12226, 12227, - 6114: 12228, 12229, 12230, - 6115: 12228, 12230, 12231, - 6116: 12232, 12233, 12234, - 6117: 12232, 12234, 12235, - 6118: 12236, 12237, 12238, - 6119: 12236, 12238, 12239, - 6120: 12240, 12241, 12242, - 6121: 12240, 12242, 12243, - 6122: 12244, 12245, 12246, - 6123: 12244, 12246, 12247, - 6124: 12248, 12249, 12250, - 6125: 12248, 12250, 12251, - 6126: 12252, 12253, 12254, - 6127: 12252, 12254, 12255, - 6128: 12256, 12257, 12258, - 6129: 12256, 12258, 12259, - 6130: 12260, 12261, 12262, - 6131: 12260, 12262, 12263, - 6132: 12264, 12265, 12266, - 6133: 12264, 12266, 12267, - 6134: 12268, 12269, 12270, - 6135: 12268, 12270, 12271, - 6136: 12272, 12273, 12274, - 6137: 12272, 12274, 12275, - 6138: 12276, 12277, 12278, - 6139: 12276, 12278, 12279, - 6140: 12280, 12281, 12282, - 6141: 12280, 12282, 12283, - 6142: 12284, 12285, 12286, - 6143: 12284, 12286, 12287, - 6144: 12288, 12289, 12290, - 6145: 12288, 12290, 12291, - 6146: 12292, 12293, 12294, - 6147: 12292, 12294, 12295, - 6148: 12296, 12297, 12298, - 6149: 12296, 12298, 12299, - 6150: 12300, 12301, 12302, - 6151: 12300, 12302, 12303, - 6152: 12304, 12305, 12306, - 6153: 12304, 12306, 12307, - 6154: 12308, 12309, 12310, - 6155: 12308, 12310, 12311, - 6156: 12312, 12313, 12314, - 6157: 12312, 12314, 12315, - 6158: 12316, 12317, 12318, - 6159: 12316, 12318, 12319, - 6160: 12320, 12321, 12322, - 6161: 12320, 12322, 12323, - 6162: 12324, 12325, 12326, - 6163: 12324, 12326, 12327, - 6164: 12328, 12329, 12330, - 6165: 12328, 12330, 12331, - 6166: 12332, 12333, 12334, - 6167: 12332, 12334, 12335, - 6168: 12336, 12337, 12338, - 6169: 12336, 12338, 12339, - 6170: 12340, 12341, 12342, - 6171: 12340, 12342, 12343, - 6172: 12344, 12345, 12346, - 6173: 12344, 12346, 12347, - 6174: 12348, 12349, 12350, - 6175: 12348, 12350, 12351, - 6176: 12352, 12353, 12354, - 6177: 12352, 12354, 12355, - 6178: 12356, 12357, 12358, - 6179: 12356, 12358, 12359, - 6180: 12360, 12361, 12362, - 6181: 12360, 12362, 12363, - 6182: 12364, 12365, 12366, - 6183: 12364, 12366, 12367, - 6184: 12368, 12369, 12370, - 6185: 12368, 12370, 12371, - 6186: 12372, 12373, 12374, - 6187: 12372, 12374, 12375, - 6188: 12376, 12377, 12378, - 6189: 12376, 12378, 12379, - 6190: 12380, 12381, 12382, - 6191: 12380, 12382, 12383, - 6192: 12384, 12385, 12386, - 6193: 12384, 12386, 12387, - 6194: 12388, 12389, 12390, - 6195: 12388, 12390, 12391, - 6196: 12392, 12393, 12394, - 6197: 12392, 12394, 12395, - 6198: 12396, 12397, 12398, - 6199: 12396, 12398, 12399, - 6200: 12400, 12401, 12402, - 6201: 12400, 12402, 12403, - 6202: 12404, 12405, 12406, - 6203: 12404, 12406, 12407, - 6204: 12408, 12409, 12410, - 6205: 12408, 12410, 12411, - 6206: 12412, 12413, 12414, - 6207: 12412, 12414, 12415, - 6208: 12416, 12417, 12418, - 6209: 12416, 12418, 12419, - 6210: 12420, 12421, 12422, - 6211: 12420, 12422, 12423, - 6212: 12424, 12425, 12426, - 6213: 12424, 12426, 12427, - 6214: 12428, 12429, 12430, - 6215: 12428, 12430, 12431, - 6216: 12432, 12433, 12434, - 6217: 12432, 12434, 12435, - 6218: 12436, 12437, 12438, - 6219: 12436, 12438, 12439, - 6220: 12440, 12441, 12442, - 6221: 12440, 12442, 12443, - 6222: 12444, 12445, 12446, - 6223: 12444, 12446, 12447, - 6224: 12448, 12449, 12450, - 6225: 12448, 12450, 12451, - 6226: 12452, 12453, 12454, - 6227: 12452, 12454, 12455, - 6228: 12456, 12457, 12458, - 6229: 12456, 12458, 12459, - 6230: 12460, 12461, 12462, - 6231: 12460, 12462, 12463, - 6232: 12464, 12465, 12466, - 6233: 12464, 12466, 12467, - 6234: 12468, 12469, 12470, - 6235: 12468, 12470, 12471, - 6236: 12472, 12473, 12474, - 6237: 12472, 12474, 12475, - 6238: 12476, 12477, 12478, - 6239: 12476, 12478, 12479, - 6240: 12480, 12481, 12482, - 6241: 12480, 12482, 12483, - 6242: 12484, 12485, 12486, - 6243: 12484, 12486, 12487, - 6244: 12488, 12489, 12490, - 6245: 12488, 12490, 12491, - 6246: 12492, 12493, 12494, - 6247: 12492, 12494, 12495, - 6248: 12496, 12497, 12498, - 6249: 12496, 12498, 12499, - 6250: 12500, 12501, 12502, - 6251: 12500, 12502, 12503, - 6252: 12504, 12505, 12506, - 6253: 12504, 12506, 12507, - 6254: 12508, 12509, 12510, - 6255: 12508, 12510, 12511, - 6256: 12512, 12513, 12514, - 6257: 12512, 12514, 12515, - 6258: 12516, 12517, 12518, - 6259: 12516, 12518, 12519, - 6260: 12520, 12521, 12522, - 6261: 12520, 12522, 12523, - 6262: 12524, 12525, 12526, - 6263: 12524, 12526, 12527, - 6264: 12528, 12529, 12530, - 6265: 12528, 12530, 12531, - 6266: 12532, 12533, 12534, - 6267: 12532, 12534, 12535, - 6268: 12536, 12537, 12538, - 6269: 12536, 12538, 12539, - 6270: 12540, 12541, 12542, - 6271: 12540, 12542, 12543, - 6272: 12544, 12545, 12546, - 6273: 12544, 12546, 12547, - 6274: 12548, 12549, 12550, - 6275: 12548, 12550, 12551, - 6276: 12552, 12553, 12554, - 6277: 12552, 12554, 12555, - 6278: 12556, 12557, 12558, - 6279: 12556, 12558, 12559, - 6280: 12560, 12561, 12562, - 6281: 12560, 12562, 12563, - 6282: 12564, 12565, 12566, - 6283: 12564, 12566, 12567, - 6284: 12568, 12569, 12570, - 6285: 12568, 12570, 12571, - 6286: 12572, 12573, 12574, - 6287: 12572, 12574, 12575, - 6288: 12576, 12577, 12578, - 6289: 12576, 12578, 12579, - 6290: 12580, 12581, 12582, - 6291: 12580, 12582, 12583, - 6292: 12584, 12585, 12586, - 6293: 12584, 12586, 12587, - 6294: 12588, 12589, 12590, - 6295: 12588, 12590, 12591, - 6296: 12592, 12593, 12594, - 6297: 12592, 12594, 12595, - 6298: 12596, 12597, 12598, - 6299: 12596, 12598, 12599, - 6300: 12600, 12601, 12602, - 6301: 12600, 12602, 12603, - 6302: 12604, 12605, 12606, - 6303: 12604, 12606, 12607, - 6304: 12608, 12609, 12610, - 6305: 12608, 12610, 12611, - 6306: 12612, 12613, 12614, - 6307: 12612, 12614, 12615, - 6308: 12616, 12617, 12618, - 6309: 12616, 12618, 12619, - 6310: 12620, 12621, 12622, - 6311: 12620, 12622, 12623, - 6312: 12624, 12625, 12626, - 6313: 12624, 12626, 12627, - 6314: 12628, 12629, 12630, - 6315: 12628, 12630, 12631, - 6316: 12632, 12633, 12634, - 6317: 12632, 12634, 12635, - 6318: 12636, 12637, 12638, - 6319: 12636, 12638, 12639, - 6320: 12640, 12641, 12642, - 6321: 12640, 12642, 12643, - 6322: 12644, 12645, 12646, - 6323: 12644, 12646, 12647, - 6324: 12648, 12649, 12650, - 6325: 12648, 12650, 12651, - 6326: 12652, 12653, 12654, - 6327: 12652, 12654, 12655, - 6328: 12656, 12657, 12658, - 6329: 12656, 12658, 12659, - 6330: 12660, 12661, 12662, - 6331: 12660, 12662, 12663, - 6332: 12664, 12665, 12666, - 6333: 12664, 12666, 12667, - 6334: 12668, 12669, 12670, - 6335: 12668, 12670, 12671, - 6336: 12672, 12673, 12674, - 6337: 12672, 12674, 12675, - 6338: 12676, 12677, 12678, - 6339: 12676, 12678, 12679, - 6340: 12680, 12681, 12682, - 6341: 12680, 12682, 12683, - 6342: 12684, 12685, 12686, - 6343: 12684, 12686, 12687, - 6344: 12688, 12689, 12690, - 6345: 12688, 12690, 12691, - 6346: 12692, 12693, 12694, - 6347: 12692, 12694, 12695, - 6348: 12696, 12697, 12698, - 6349: 12696, 12698, 12699, - 6350: 12700, 12701, 12702, - 6351: 12700, 12702, 12703, - 6352: 12704, 12705, 12706, - 6353: 12704, 12706, 12707, - 6354: 12708, 12709, 12710, - 6355: 12708, 12710, 12711, - 6356: 12712, 12713, 12714, - 6357: 12712, 12714, 12715, - 6358: 12716, 12717, 12718, - 6359: 12716, 12718, 12719, - 6360: 12720, 12721, 12722, - 6361: 12720, 12722, 12723, - 6362: 12724, 12725, 12726, - 6363: 12724, 12726, 12727, - 6364: 12728, 12729, 12730, - 6365: 12728, 12730, 12731, - 6366: 12732, 12733, 12734, - 6367: 12732, 12734, 12735, - 6368: 12736, 12737, 12738, - 6369: 12736, 12738, 12739, - 6370: 12740, 12741, 12742, - 6371: 12740, 12742, 12743, - 6372: 12744, 12745, 12746, - 6373: 12744, 12746, 12747, - 6374: 12748, 12749, 12750, - 6375: 12748, 12750, 12751, - 6376: 12752, 12753, 12754, - 6377: 12752, 12754, 12755, - 6378: 12756, 12757, 12758, - 6379: 12756, 12758, 12759, - 6380: 12760, 12761, 12762, - 6381: 12760, 12762, 12763, - 6382: 12764, 12765, 12766, - 6383: 12764, 12766, 12767, - 6384: 12768, 12769, 12770, - 6385: 12768, 12770, 12771, - 6386: 12772, 12773, 12774, - 6387: 12772, 12774, 12775, - 6388: 12776, 12777, 12778, - 6389: 12776, 12778, 12779, - 6390: 12780, 12781, 12782, - 6391: 12780, 12782, 12783, - 6392: 12784, 12785, 12786, - 6393: 12784, 12786, 12787, - 6394: 12788, 12789, 12790, - 6395: 12788, 12790, 12791, - 6396: 12792, 12793, 12794, - 6397: 12792, 12794, 12795, - 6398: 12796, 12797, 12798, - 6399: 12796, 12798, 12799, - 6400: 12800, 12801, 12802, - 6401: 12800, 12802, 12803, - 6402: 12804, 12805, 12806, - 6403: 12804, 12806, 12807, - 6404: 12808, 12809, 12810, - 6405: 12808, 12810, 12811, - 6406: 12812, 12813, 12814, - 6407: 12812, 12814, 12815, - 6408: 12816, 12817, 12818, - 6409: 12816, 12818, 12819, - 6410: 12820, 12821, 12822, - 6411: 12820, 12822, 12823, - 6412: 12824, 12825, 12826, - 6413: 12824, 12826, 12827, - 6414: 12828, 12829, 12830, - 6415: 12828, 12830, 12831, - 6416: 12832, 12833, 12834, - 6417: 12832, 12834, 12835, - 6418: 12836, 12837, 12838, - 6419: 12836, 12838, 12839, - 6420: 12840, 12841, 12842, - 6421: 12840, 12842, 12843, - 6422: 12844, 12845, 12846, - 6423: 12844, 12846, 12847, - 6424: 12848, 12849, 12850, - 6425: 12848, 12850, 12851, - 6426: 12852, 12853, 12854, - 6427: 12852, 12854, 12855, - 6428: 12856, 12857, 12858, - 6429: 12856, 12858, 12859, - 6430: 12860, 12861, 12862, - 6431: 12860, 12862, 12863, - 6432: 12864, 12865, 12866, - 6433: 12864, 12866, 12867, - 6434: 12868, 12869, 12870, - 6435: 12868, 12870, 12871, - 6436: 12872, 12873, 12874, - 6437: 12872, 12874, 12875, - 6438: 12876, 12877, 12878, - 6439: 12876, 12878, 12879, - 6440: 12880, 12881, 12882, - 6441: 12880, 12882, 12883, - 6442: 12884, 12885, 12886, - 6443: 12884, 12886, 12887, - 6444: 12888, 12889, 12890, - 6445: 12888, 12890, 12891, - 6446: 12892, 12893, 12894, - 6447: 12892, 12894, 12895, - 6448: 12896, 12897, 12898, - 6449: 12896, 12898, 12899, - 6450: 12900, 12901, 12902, - 6451: 12900, 12902, 12903, - 6452: 12904, 12905, 12906, - 6453: 12904, 12906, 12907, - 6454: 12908, 12909, 12910, - 6455: 12908, 12910, 12911, - 6456: 12912, 12913, 12914, - 6457: 12912, 12914, 12915, - 6458: 12916, 12917, 12918, - 6459: 12916, 12918, 12919, - 6460: 12920, 12921, 12922, - 6461: 12920, 12922, 12923, - 6462: 12924, 12925, 12926, - 6463: 12924, 12926, 12927, - 6464: 12928, 12929, 12930, - 6465: 12928, 12930, 12931, - 6466: 12932, 12933, 12934, - 6467: 12932, 12934, 12935, - 6468: 12936, 12937, 12938, - 6469: 12936, 12938, 12939, - 6470: 12940, 12941, 12942, - 6471: 12940, 12942, 12943, - 6472: 12944, 12945, 12946, - 6473: 12944, 12946, 12947, - 6474: 12948, 12949, 12950, - 6475: 12948, 12950, 12951, - 6476: 12952, 12953, 12954, - 6477: 12952, 12954, 12955, - 6478: 12956, 12957, 12958, - 6479: 12956, 12958, 12959, - 6480: 12960, 12961, 12962, - 6481: 12960, 12962, 12963, - 6482: 12964, 12965, 12966, - 6483: 12964, 12966, 12967, - 6484: 12968, 12969, 12970, - 6485: 12968, 12970, 12971, - 6486: 12972, 12973, 12974, - 6487: 12972, 12974, 12975, - 6488: 12976, 12977, 12978, - 6489: 12976, 12978, 12979, - 6490: 12980, 12981, 12982, - 6491: 12980, 12982, 12983, - 6492: 12984, 12985, 12986, - 6493: 12984, 12986, 12987, - 6494: 12988, 12989, 12990, - 6495: 12988, 12990, 12991, - 6496: 12992, 12993, 12994, - 6497: 12992, 12994, 12995, - 6498: 12996, 12997, 12998, - 6499: 12996, 12998, 12999, - 6500: 13000, 13001, 13002, - 6501: 13000, 13002, 13003, - 6502: 13004, 13005, 13006, - 6503: 13004, 13006, 13007, - 6504: 13008, 13009, 13010, - 6505: 13008, 13010, 13011, - 6506: 13012, 13013, 13014, - 6507: 13012, 13014, 13015, - 6508: 13016, 13017, 13018, - 6509: 13016, 13018, 13019, - 6510: 13020, 13021, 13022, - 6511: 13020, 13022, 13023, - 6512: 13024, 13025, 13026, - 6513: 13024, 13026, 13027, - 6514: 13028, 13029, 13030, - 6515: 13028, 13030, 13031, - 6516: 13032, 13033, 13034, - 6517: 13032, 13034, 13035, - 6518: 13036, 13037, 13038, - 6519: 13036, 13038, 13039, - 6520: 13040, 13041, 13042, - 6521: 13040, 13042, 13043, - 6522: 13044, 13045, 13046, - 6523: 13044, 13046, 13047, - 6524: 13048, 13049, 13050, - 6525: 13048, 13050, 13051, - 6526: 13052, 13053, 13054, - 6527: 13052, 13054, 13055, - 6528: 13056, 13057, 13058, - 6529: 13056, 13058, 13059, - 6530: 13060, 13061, 13062, - 6531: 13060, 13062, 13063, - 6532: 13064, 13065, 13066, - 6533: 13064, 13066, 13067, - 6534: 13068, 13069, 13070, - 6535: 13068, 13070, 13071, - 6536: 13072, 13073, 13074, - 6537: 13072, 13074, 13075, - 6538: 13076, 13077, 13078, - 6539: 13076, 13078, 13079, - 6540: 13080, 13081, 13082, - 6541: 13080, 13082, 13083, - 6542: 13084, 13085, 13086, - 6543: 13084, 13086, 13087, - 6544: 13088, 13089, 13090, - 6545: 13088, 13090, 13091, - 6546: 13092, 13093, 13094, - 6547: 13092, 13094, 13095, - 6548: 13096, 13097, 13098, - 6549: 13096, 13098, 13099, - 6550: 13100, 13101, 13102, - 6551: 13100, 13102, 13103, - 6552: 13104, 13105, 13106, - 6553: 13104, 13106, 13107, - 6554: 13108, 13109, 13110, - 6555: 13108, 13110, 13111, - 6556: 13112, 13113, 13114, - 6557: 13112, 13114, 13115, - 6558: 13116, 13117, 13118, - 6559: 13116, 13118, 13119, - 6560: 13120, 13121, 13122, - 6561: 13120, 13122, 13123, - 6562: 13124, 13125, 13126, - 6563: 13124, 13126, 13127, - 6564: 13128, 13129, 13130, - 6565: 13128, 13130, 13131, - 6566: 13132, 13133, 13134, - 6567: 13132, 13134, 13135, - 6568: 13136, 13137, 13138, - 6569: 13136, 13138, 13139, - 6570: 13140, 13141, 13142, - 6571: 13140, 13142, 13143, - 6572: 13144, 13145, 13146, - 6573: 13144, 13146, 13147, - 6574: 13148, 13149, 13150, - 6575: 13148, 13150, 13151, - 6576: 13152, 13153, 13154, - 6577: 13152, 13154, 13155, - 6578: 13156, 13157, 13158, - 6579: 13156, 13158, 13159, - 6580: 13160, 13161, 13162, - 6581: 13160, 13162, 13163, - 6582: 13164, 13165, 13166, - 6583: 13164, 13166, 13167, - 6584: 13168, 13169, 13170, - 6585: 13168, 13170, 13171, - 6586: 13172, 13173, 13174, - 6587: 13172, 13174, 13175, - 6588: 13176, 13177, 13178, - 6589: 13176, 13178, 13179, - 6590: 13180, 13181, 13182, - 6591: 13180, 13182, 13183, - 6592: 13184, 13185, 13186, - 6593: 13184, 13186, 13187, - 6594: 13188, 13189, 13190, - 6595: 13188, 13190, 13191, - 6596: 13192, 13193, 13194, - 6597: 13192, 13194, 13195, - 6598: 13196, 13197, 13198, - 6599: 13196, 13198, 13199, - 6600: 13200, 13201, 13202, - 6601: 13200, 13202, 13203, - 6602: 13204, 13205, 13206, - 6603: 13204, 13206, 13207, - 6604: 13208, 13209, 13210, - 6605: 13208, 13210, 13211, - 6606: 13212, 13213, 13214, - 6607: 13212, 13214, 13215, - 6608: 13216, 13217, 13218, - 6609: 13216, 13218, 13219, - 6610: 13220, 13221, 13222, - 6611: 13220, 13222, 13223, - 6612: 13224, 13225, 13226, - 6613: 13224, 13226, 13227, - 6614: 13228, 13229, 13230, - 6615: 13228, 13230, 13231, - 6616: 13232, 13233, 13234, - 6617: 13232, 13234, 13235, - 6618: 13236, 13237, 13238, - 6619: 13236, 13238, 13239, - 6620: 13240, 13241, 13242, - 6621: 13240, 13242, 13243, - 6622: 13244, 13245, 13246, - 6623: 13244, 13246, 13247, - 6624: 13248, 13249, 13250, - 6625: 13248, 13250, 13251, - 6626: 13252, 13253, 13254, - 6627: 13252, 13254, 13255, - 6628: 13256, 13257, 13258, - 6629: 13256, 13258, 13259, - 6630: 13260, 13261, 13262, - 6631: 13260, 13262, 13263, - 6632: 13264, 13265, 13266, - 6633: 13264, 13266, 13267, - 6634: 13268, 13269, 13270, - 6635: 13268, 13270, 13271, - 6636: 13272, 13273, 13274, - 6637: 13272, 13274, 13275, - 6638: 13276, 13277, 13278, - 6639: 13276, 13278, 13279, - 6640: 13280, 13281, 13282, - 6641: 13280, 13282, 13283, - 6642: 13284, 13285, 13286, - 6643: 13284, 13286, 13287, - 6644: 13288, 13289, 13290, - 6645: 13288, 13290, 13291, - 6646: 13292, 13293, 13294, - 6647: 13292, 13294, 13295, - 6648: 13296, 13297, 13298, - 6649: 13296, 13298, 13299, - 6650: 13300, 13301, 13302, - 6651: 13300, 13302, 13303, - 6652: 13304, 13305, 13306, - 6653: 13304, 13306, 13307, - 6654: 13308, 13309, 13310, - 6655: 13308, 13310, 13311, - 6656: 13312, 13313, 13314, - 6657: 13312, 13314, 13315, - 6658: 13316, 13317, 13318, - 6659: 13316, 13318, 13319, - 6660: 13320, 13321, 13322, - 6661: 13320, 13322, 13323, - 6662: 13324, 13325, 13326, - 6663: 13324, 13326, 13327, - 6664: 13328, 13329, 13330, - 6665: 13328, 13330, 13331, - 6666: 13332, 13333, 13334, - 6667: 13332, 13334, 13335, - 6668: 13336, 13337, 13338, - 6669: 13336, 13338, 13339, - 6670: 13340, 13341, 13342, - 6671: 13340, 13342, 13343, - 6672: 13344, 13345, 13346, - 6673: 13344, 13346, 13347, - 6674: 13348, 13349, 13350, - 6675: 13348, 13350, 13351, - 6676: 13352, 13353, 13354, - 6677: 13352, 13354, 13355, - 6678: 13356, 13357, 13358, - 6679: 13356, 13358, 13359, - 6680: 13360, 13361, 13362, - 6681: 13360, 13362, 13363, - 6682: 13364, 13365, 13366, - 6683: 13364, 13366, 13367, - 6684: 13368, 13369, 13370, - 6685: 13368, 13370, 13371, - 6686: 13372, 13373, 13374, - 6687: 13372, 13374, 13375, - 6688: 13376, 13377, 13378, - 6689: 13376, 13378, 13379, - 6690: 13380, 13381, 13382, - 6691: 13380, 13382, 13383, - 6692: 13384, 13385, 13386, - 6693: 13384, 13386, 13387, - 6694: 13388, 13389, 13390, - 6695: 13388, 13390, 13391, - 6696: 13392, 13393, 13394, - 6697: 13392, 13394, 13395, - 6698: 13396, 13397, 13398, - 6699: 13396, 13398, 13399, - 6700: 13400, 13401, 13402, - 6701: 13400, 13402, 13403, - 6702: 13404, 13405, 13406, - 6703: 13404, 13406, 13407, - 6704: 13408, 13409, 13410, - 6705: 13408, 13410, 13411, - 6706: 13412, 13413, 13414, - 6707: 13412, 13414, 13415, - 6708: 13416, 13417, 13418, - 6709: 13416, 13418, 13419, - 6710: 13420, 13421, 13422, - 6711: 13420, 13422, 13423, - 6712: 13424, 13425, 13426, - 6713: 13424, 13426, 13427, - 6714: 13428, 13429, 13430, - 6715: 13428, 13430, 13431, - 6716: 13432, 13433, 13434, - 6717: 13432, 13434, 13435, - 6718: 13436, 13437, 13438, - 6719: 13436, 13438, 13439, - 6720: 13440, 13441, 13442, - 6721: 13440, 13442, 13443, - 6722: 13444, 13445, 13446, - 6723: 13444, 13446, 13447, - 6724: 13448, 13449, 13450, - 6725: 13448, 13450, 13451, - 6726: 13452, 13453, 13454, - 6727: 13452, 13454, 13455, - 6728: 13456, 13457, 13458, - 6729: 13456, 13458, 13459, - 6730: 13460, 13461, 13462, - 6731: 13460, 13462, 13463, - 6732: 13464, 13465, 13466, - 6733: 13464, 13466, 13467, - 6734: 13468, 13469, 13470, - 6735: 13468, 13470, 13471, - 6736: 13472, 13473, 13474, - 6737: 13472, 13474, 13475, - 6738: 13476, 13477, 13478, - 6739: 13476, 13478, 13479, - 6740: 13480, 13481, 13482, - 6741: 13480, 13482, 13483, - 6742: 13484, 13485, 13486, - 6743: 13484, 13486, 13487, - 6744: 13488, 13489, 13490, - 6745: 13488, 13490, 13491, - 6746: 13492, 13493, 13494, - 6747: 13492, 13494, 13495, - 6748: 13496, 13497, 13498, - 6749: 13496, 13498, 13499, - 6750: 13500, 13501, 13502, - 6751: 13500, 13502, 13503, - 6752: 13504, 13505, 13506, - 6753: 13504, 13506, 13507, - 6754: 13508, 13509, 13510, - 6755: 13508, 13510, 13511, - 6756: 13512, 13513, 13514, - 6757: 13512, 13514, 13515, - 6758: 13516, 13517, 13518, - 6759: 13516, 13518, 13519, - 6760: 13520, 13521, 13522, - 6761: 13520, 13522, 13523, - 6762: 13524, 13525, 13526, - 6763: 13524, 13526, 13527, - 6764: 13528, 13529, 13530, - 6765: 13528, 13530, 13531, - 6766: 13532, 13533, 13534, - 6767: 13532, 13534, 13535, - 6768: 13536, 13537, 13538, - 6769: 13536, 13538, 13539, - 6770: 13540, 13541, 13542, - 6771: 13540, 13542, 13543, - 6772: 13544, 13545, 13546, - 6773: 13544, 13546, 13547, - 6774: 13548, 13549, 13550, - 6775: 13548, 13550, 13551, - 6776: 13552, 13553, 13554, - 6777: 13552, 13554, 13555, - 6778: 13556, 13557, 13558, - 6779: 13556, 13558, 13559, - 6780: 13560, 13561, 13562, - 6781: 13560, 13562, 13563, - 6782: 13564, 13565, 13566, - 6783: 13564, 13566, 13567, - 6784: 13568, 13569, 13570, - 6785: 13568, 13570, 13571, - 6786: 13572, 13573, 13574, - 6787: 13572, 13574, 13575, - 6788: 13576, 13577, 13578, - 6789: 13576, 13578, 13579, - 6790: 13580, 13581, 13582, - 6791: 13580, 13582, 13583, - 6792: 13584, 13585, 13586, - 6793: 13584, 13586, 13587, - 6794: 13588, 13589, 13590, - 6795: 13588, 13590, 13591, - 6796: 13592, 13593, 13594, - 6797: 13592, 13594, 13595, - 6798: 13596, 13597, 13598, - 6799: 13596, 13598, 13599, - 6800: 13600, 13601, 13602, - 6801: 13600, 13602, 13603, - 6802: 13604, 13605, 13606, - 6803: 13604, 13606, 13607, - 6804: 13608, 13609, 13610, - 6805: 13608, 13610, 13611, - 6806: 13612, 13613, 13614, - 6807: 13612, 13614, 13615, - 6808: 13616, 13617, 13618, - 6809: 13616, 13618, 13619, - 6810: 13620, 13621, 13622, - 6811: 13620, 13622, 13623, - 6812: 13624, 13625, 13626, - 6813: 13624, 13626, 13627, - 6814: 13628, 13629, 13630, - 6815: 13628, 13630, 13631, - 6816: 13632, 13633, 13634, - 6817: 13632, 13634, 13635, - 6818: 13636, 13637, 13638, - 6819: 13636, 13638, 13639, - 6820: 13640, 13641, 13642, - 6821: 13640, 13642, 13643, - 6822: 13644, 13645, 13646, - 6823: 13644, 13646, 13647, - 6824: 13648, 13649, 13650, - 6825: 13648, 13650, 13651, - 6826: 13652, 13653, 13654, - 6827: 13652, 13654, 13655, - 6828: 13656, 13657, 13658, - 6829: 13656, 13658, 13659, - 6830: 13660, 13661, 13662, - 6831: 13660, 13662, 13663, - 6832: 13664, 13665, 13666, - 6833: 13664, 13666, 13667, - 6834: 13668, 13669, 13670, - 6835: 13668, 13670, 13671, - 6836: 13672, 13673, 13674, - 6837: 13672, 13674, 13675, - 6838: 13676, 13677, 13678, - 6839: 13676, 13678, 13679, - 6840: 13680, 13681, 13682, - 6841: 13680, 13682, 13683, - 6842: 13684, 13685, 13686, - 6843: 13684, 13686, 13687, - 6844: 13688, 13689, 13690, - 6845: 13688, 13690, 13691, - 6846: 13692, 13693, 13694, - 6847: 13692, 13694, 13695, - 6848: 13696, 13697, 13698, - 6849: 13696, 13698, 13699, - 6850: 13700, 13701, 13702, - 6851: 13700, 13702, 13703, - 6852: 13704, 13705, 13706, - 6853: 13704, 13706, 13707, - 6854: 13708, 13709, 13710, - 6855: 13708, 13710, 13711, - 6856: 13712, 13713, 13714, - 6857: 13712, 13714, 13715, - 6858: 13716, 13717, 13718, - 6859: 13716, 13718, 13719, - 6860: 13720, 13721, 13722, - 6861: 13720, 13722, 13723, - 6862: 13724, 13725, 13726, - 6863: 13724, 13726, 13727, - 6864: 13728, 13729, 13730, - 6865: 13728, 13730, 13731, - 6866: 13732, 13733, 13734, - 6867: 13732, 13734, 13735, - 6868: 13736, 13737, 13738, - 6869: 13736, 13738, 13739, - 6870: 13740, 13741, 13742, - 6871: 13740, 13742, 13743, - 6872: 13744, 13745, 13746, - 6873: 13744, 13746, 13747, - 6874: 13748, 13749, 13750, - 6875: 13748, 13750, 13751, - 6876: 13752, 13753, 13754, - 6877: 13752, 13754, 13755, - 6878: 13756, 13757, 13758, - 6879: 13756, 13758, 13759, - 6880: 13760, 13761, 13762, - 6881: 13760, 13762, 13763, - 6882: 13764, 13765, 13766, - 6883: 13764, 13766, 13767, - 6884: 13768, 13769, 13770, - 6885: 13768, 13770, 13771, - 6886: 13772, 13773, 13774, - 6887: 13772, 13774, 13775, - 6888: 13776, 13777, 13778, - 6889: 13776, 13778, 13779, - 6890: 13780, 13781, 13782, - 6891: 13780, 13782, 13783, - 6892: 13784, 13785, 13786, - 6893: 13784, 13786, 13787, - 6894: 13788, 13789, 13790, - 6895: 13788, 13790, 13791, - 6896: 13792, 13793, 13794, - 6897: 13792, 13794, 13795, - 6898: 13796, 13797, 13798, - 6899: 13796, 13798, 13799, - 6900: 13800, 13801, 13802, - 6901: 13800, 13802, 13803, - 6902: 13804, 13805, 13806, - 6903: 13804, 13806, 13807, - 6904: 13808, 13809, 13810, - 6905: 13808, 13810, 13811, - 6906: 13812, 13813, 13814, - 6907: 13812, 13814, 13815, - 6908: 13816, 13817, 13818, - 6909: 13816, 13818, 13819, - 6910: 13820, 13821, 13822, - 6911: 13820, 13822, 13823, - 6912: 13824, 13825, 13826, - 6913: 13824, 13826, 13827, - 6914: 13828, 13829, 13830, - 6915: 13828, 13830, 13831, - 6916: 13832, 13833, 13834, - 6917: 13832, 13834, 13835, - 6918: 13836, 13837, 13838, - 6919: 13836, 13838, 13839, - 6920: 13840, 13841, 13842, - 6921: 13840, 13842, 13843, - 6922: 13844, 13845, 13846, - 6923: 13844, 13846, 13847, - 6924: 13848, 13849, 13850, - 6925: 13848, 13850, 13851, - 6926: 13852, 13853, 13854, - 6927: 13852, 13854, 13855, - 6928: 13856, 13857, 13858, - 6929: 13856, 13858, 13859, - 6930: 13860, 13861, 13862, - 6931: 13860, 13862, 13863, - 6932: 13864, 13865, 13866, - 6933: 13864, 13866, 13867, - 6934: 13868, 13869, 13870, - 6935: 13868, 13870, 13871, - 6936: 13872, 13873, 13874, - 6937: 13872, 13874, 13875, - 6938: 13876, 13877, 13878, - 6939: 13876, 13878, 13879, - 6940: 13880, 13881, 13882, - 6941: 13880, 13882, 13883, - 6942: 13884, 13885, 13886, - 6943: 13884, 13886, 13887, - 6944: 13888, 13889, 13890, - 6945: 13888, 13890, 13891, - 6946: 13892, 13893, 13894, - 6947: 13892, 13894, 13895, - 6948: 13896, 13897, 13898, - 6949: 13896, 13898, 13899, - 6950: 13900, 13901, 13902, - 6951: 13900, 13902, 13903, - 6952: 13904, 13905, 13906, - 6953: 13904, 13906, 13907, - 6954: 13908, 13909, 13910, - 6955: 13908, 13910, 13911, - 6956: 13912, 13913, 13914, - 6957: 13912, 13914, 13915, - 6958: 13916, 13917, 13918, - 6959: 13916, 13918, 13919, - 6960: 13920, 13921, 13922, - 6961: 13920, 13922, 13923, - 6962: 13924, 13925, 13926, - 6963: 13924, 13926, 13927, - 6964: 13928, 13929, 13930, - 6965: 13928, 13930, 13931, - 6966: 13932, 13933, 13934, - 6967: 13932, 13934, 13935, - 6968: 13936, 13937, 13938, - 6969: 13936, 13938, 13939, - 6970: 13940, 13941, 13942, - 6971: 13940, 13942, 13943, - 6972: 13944, 13945, 13946, - 6973: 13944, 13946, 13947, - 6974: 13948, 13949, 13950, - 6975: 13948, 13950, 13951, - 6976: 13952, 13953, 13954, - 6977: 13952, 13954, 13955, - 6978: 13956, 13957, 13958, - 6979: 13956, 13958, 13959, - 6980: 13960, 13961, 13962, - 6981: 13960, 13962, 13963, - 6982: 13964, 13965, 13966, - 6983: 13964, 13966, 13967, - 6984: 13968, 13969, 13970, - 6985: 13968, 13970, 13971, - 6986: 13972, 13973, 13974, - 6987: 13972, 13974, 13975, - 6988: 13976, 13977, 13978, - 6989: 13976, 13978, 13979, - 6990: 13980, 13981, 13982, - 6991: 13980, 13982, 13983, - 6992: 13984, 13985, 13986, - 6993: 13984, 13986, 13987, - 6994: 13988, 13989, 13990, - 6995: 13988, 13990, 13991, - 6996: 13992, 13993, 13994, - 6997: 13992, 13994, 13995, - 6998: 13996, 13997, 13998, - 6999: 13996, 13998, 13999, - 7000: 14000, 14001, 14002, - 7001: 14000, 14002, 14003, - 7002: 14004, 14005, 14006, - 7003: 14004, 14006, 14007, - 7004: 14008, 14009, 14010, - 7005: 14008, 14010, 14011, - 7006: 14012, 14013, 14014, - 7007: 14012, 14014, 14015, - 7008: 14016, 14017, 14018, - 7009: 14016, 14018, 14019, - 7010: 14020, 14021, 14022, - 7011: 14020, 14022, 14023, - 7012: 14024, 14025, 14026, - 7013: 14024, 14026, 14027, - 7014: 14028, 14029, 14030, - 7015: 14028, 14030, 14031, - 7016: 14032, 14033, 14034, - 7017: 14032, 14034, 14035, - 7018: 14036, 14037, 14038, - 7019: 14036, 14038, 14039, - 7020: 14040, 14041, 14042, - 7021: 14040, 14042, 14043, - 7022: 14044, 14045, 14046, - 7023: 14044, 14046, 14047, - 7024: 14048, 14049, 14050, - 7025: 14048, 14050, 14051, - 7026: 14052, 14053, 14054, - 7027: 14052, 14054, 14055, - 7028: 14056, 14057, 14058, - 7029: 14056, 14058, 14059, - 7030: 14060, 14061, 14062, - 7031: 14060, 14062, 14063, - 7032: 14064, 14065, 14066, - 7033: 14064, 14066, 14067, - 7034: 14068, 14069, 14070, - 7035: 14068, 14070, 14071, - 7036: 14072, 14073, 14074, - 7037: 14072, 14074, 14075, - 7038: 14076, 14077, 14078, - 7039: 14076, 14078, 14079, - 7040: 14080, 14081, 14082, - 7041: 14080, 14082, 14083, - 7042: 14084, 14085, 14086, - 7043: 14084, 14086, 14087, - 7044: 14088, 14089, 14090, - 7045: 14088, 14090, 14091, - 7046: 14092, 14093, 14094, - 7047: 14092, 14094, 14095, - 7048: 14096, 14097, 14098, - 7049: 14096, 14098, 14099, - 7050: 14100, 14101, 14102, - 7051: 14100, 14102, 14103, - 7052: 14104, 14105, 14106, - 7053: 14104, 14106, 14107, - 7054: 14108, 14109, 14110, - 7055: 14108, 14110, 14111, - 7056: 14112, 14113, 14114, - 7057: 14112, 14114, 14115, - 7058: 14116, 14117, 14118, - 7059: 14116, 14118, 14119, - 7060: 14120, 14121, 14122, - 7061: 14120, 14122, 14123, - 7062: 14124, 14125, 14126, - 7063: 14124, 14126, 14127, - 7064: 14128, 14129, 14130, - 7065: 14128, 14130, 14131, - 7066: 14132, 14133, 14134, - 7067: 14132, 14134, 14135, - 7068: 14136, 14137, 14138, - 7069: 14136, 14138, 14139, - 7070: 14140, 14141, 14142, - 7071: 14140, 14142, 14143, - 7072: 14144, 14145, 14146, - 7073: 14144, 14146, 14147, - 7074: 14148, 14149, 14150, - 7075: 14148, 14150, 14151, - 7076: 14152, 14153, 14154, - 7077: 14152, 14154, 14155, - 7078: 14156, 14157, 14158, - 7079: 14156, 14158, 14159, - 7080: 14160, 14161, 14162, - 7081: 14160, 14162, 14163, - 7082: 14164, 14165, 14166, - 7083: 14164, 14166, 14167, - 7084: 14168, 14169, 14170, - 7085: 14168, 14170, 14171, - 7086: 14172, 14173, 14174, - 7087: 14172, 14174, 14175, - 7088: 14176, 14177, 14178, - 7089: 14176, 14178, 14179, - 7090: 14180, 14181, 14182, - 7091: 14180, 14182, 14183, - 7092: 14184, 14185, 14186, - 7093: 14184, 14186, 14187, - 7094: 14188, 14189, 14190, - 7095: 14188, 14190, 14191, - 7096: 14192, 14193, 14194, - 7097: 14192, 14194, 14195, - 7098: 14196, 14197, 14198, - 7099: 14196, 14198, 14199, - 7100: 14200, 14201, 14202, - 7101: 14200, 14202, 14203, - 7102: 14204, 14205, 14206, - 7103: 14204, 14206, 14207, - 7104: 14208, 14209, 14210, - 7105: 14208, 14210, 14211, - 7106: 14212, 14213, 14214, - 7107: 14212, 14214, 14215, - 7108: 14216, 14217, 14218, - 7109: 14216, 14218, 14219, - 7110: 14220, 14221, 14222, - 7111: 14220, 14222, 14223, - 7112: 14224, 14225, 14226, - 7113: 14224, 14226, 14227, - 7114: 14228, 14229, 14230, - 7115: 14228, 14230, 14231, - 7116: 14232, 14233, 14234, - 7117: 14232, 14234, 14235, - 7118: 14236, 14237, 14238, - 7119: 14236, 14238, 14239, - 7120: 14240, 14241, 14242, - 7121: 14240, 14242, 14243, - 7122: 14244, 14245, 14246, - 7123: 14244, 14246, 14247, - 7124: 14248, 14249, 14250, - 7125: 14248, 14250, 14251, - 7126: 14252, 14253, 14254, - 7127: 14252, 14254, 14255, - 7128: 14256, 14257, 14258, - 7129: 14256, 14258, 14259, - 7130: 14260, 14261, 14262, - 7131: 14260, 14262, 14263, - 7132: 14264, 14265, 14266, - 7133: 14264, 14266, 14267, - 7134: 14268, 14269, 14270, - 7135: 14268, 14270, 14271, - 7136: 14272, 14273, 14274, - 7137: 14272, 14274, 14275, - 7138: 14276, 14277, 14278, - 7139: 14276, 14278, 14279, - 7140: 14280, 14281, 14282, - 7141: 14280, 14282, 14283, - 7142: 14284, 14285, 14286, - 7143: 14284, 14286, 14287, - 7144: 14288, 14289, 14290, - 7145: 14288, 14290, 14291, - 7146: 14292, 14293, 14294, - 7147: 14292, 14294, 14295, - 7148: 14296, 14297, 14298, - 7149: 14296, 14298, 14299, - 7150: 14300, 14301, 14302, - 7151: 14300, 14302, 14303, - 7152: 14304, 14305, 14306, - 7153: 14304, 14306, 14307, - 7154: 14308, 14309, 14310, - 7155: 14308, 14310, 14311, - 7156: 14312, 14313, 14314, - 7157: 14312, 14314, 14315, - 7158: 14316, 14317, 14318, - 7159: 14316, 14318, 14319, - 7160: 14320, 14321, 14322, - 7161: 14320, 14322, 14323, - 7162: 14324, 14325, 14326, - 7163: 14324, 14326, 14327, - 7164: 14328, 14329, 14330, - 7165: 14328, 14330, 14331, - 7166: 14332, 14333, 14334, - 7167: 14332, 14334, 14335, - 7168: 14336, 14337, 14338, - 7169: 14336, 14338, 14339, - 7170: 14340, 14341, 14342, - 7171: 14340, 14342, 14343, - 7172: 14344, 14345, 14346, - 7173: 14344, 14346, 14347, - 7174: 14348, 14349, 14350, - 7175: 14348, 14350, 14351, - 7176: 14352, 14353, 14354, - 7177: 14352, 14354, 14355, - 7178: 14356, 14357, 14358, - 7179: 14356, 14358, 14359, - 7180: 14360, 14361, 14362, - 7181: 14360, 14362, 14363, - 7182: 14364, 14365, 14366, - 7183: 14364, 14366, 14367, - 7184: 14368, 14369, 14370, - 7185: 14368, 14370, 14371, - 7186: 14372, 14373, 14374, - 7187: 14372, 14374, 14375, - 7188: 14376, 14377, 14378, - 7189: 14376, 14378, 14379, - 7190: 14380, 14381, 14382, - 7191: 14380, 14382, 14383, - 7192: 14384, 14385, 14386, - 7193: 14384, 14386, 14387, - 7194: 14388, 14389, 14390, - 7195: 14388, 14390, 14391, - 7196: 14392, 14393, 14394, - 7197: 14392, 14394, 14395, - 7198: 14396, 14397, 14398, - 7199: 14396, 14398, 14399, - 7200: 14400, 14401, 14402, - 7201: 14400, 14402, 14403, - 7202: 14404, 14405, 14406, - 7203: 14404, 14406, 14407, - 7204: 14408, 14409, 14410, - 7205: 14408, 14410, 14411, - 7206: 14412, 14413, 14414, - 7207: 14412, 14414, 14415, - 7208: 14416, 14417, 14418, - 7209: 14416, 14418, 14419, - 7210: 14420, 14421, 14422, - 7211: 14420, 14422, 14423, - 7212: 14424, 14425, 14426, - 7213: 14424, 14426, 14427, - 7214: 14428, 14429, 14430, - 7215: 14428, 14430, 14431, - 7216: 14432, 14433, 14434, - 7217: 14432, 14434, 14435, - 7218: 14436, 14437, 14438, - 7219: 14436, 14438, 14439, - 7220: 14440, 14441, 14442, - 7221: 14440, 14442, 14443, - 7222: 14444, 14445, 14446, - 7223: 14444, 14446, 14447, - 7224: 14448, 14449, 14450, - 7225: 14448, 14450, 14451, - 7226: 14452, 14453, 14454, - 7227: 14452, 14454, 14455, - 7228: 14456, 14457, 14458, - 7229: 14456, 14458, 14459, - 7230: 14460, 14461, 14462, - 7231: 14460, 14462, 14463, - 7232: 14464, 14465, 14466, - 7233: 14464, 14466, 14467, - 7234: 14468, 14469, 14470, - 7235: 14468, 14470, 14471, - 7236: 14472, 14473, 14474, - 7237: 14472, 14474, 14475, - 7238: 14476, 14477, 14478, - 7239: 14476, 14478, 14479, - 7240: 14480, 14481, 14482, - 7241: 14480, 14482, 14483, - 7242: 14484, 14485, 14486, - 7243: 14484, 14486, 14487, - 7244: 14488, 14489, 14490, - 7245: 14488, 14490, 14491, - 7246: 14492, 14493, 14494, - 7247: 14492, 14494, 14495, - 7248: 14496, 14497, 14498, - 7249: 14496, 14498, 14499, - 7250: 14500, 14501, 14502, - 7251: 14500, 14502, 14503, - 7252: 14504, 14505, 14506, - 7253: 14504, 14506, 14507, - 7254: 14508, 14509, 14510, - 7255: 14508, 14510, 14511, - 7256: 14512, 14513, 14514, - 7257: 14512, 14514, 14515, - 7258: 14516, 14517, 14518, - 7259: 14516, 14518, 14519, - 7260: 14520, 14521, 14522, - 7261: 14520, 14522, 14523, - 7262: 14524, 14525, 14526, - 7263: 14524, 14526, 14527, - 7264: 14528, 14529, 14530, - 7265: 14528, 14530, 14531, - 7266: 14532, 14533, 14534, - 7267: 14532, 14534, 14535, - 7268: 14536, 14537, 14538, - 7269: 14536, 14538, 14539, - 7270: 14540, 14541, 14542, - 7271: 14540, 14542, 14543, - 7272: 14544, 14545, 14546, - 7273: 14544, 14546, 14547, - 7274: 14548, 14549, 14550, - 7275: 14548, 14550, 14551, - 7276: 14552, 14553, 14554, - 7277: 14552, 14554, 14555, - 7278: 14556, 14557, 14558, - 7279: 14556, 14558, 14559, - 7280: 14560, 14561, 14562, - 7281: 14560, 14562, 14563, - 7282: 14564, 14565, 14566, - 7283: 14564, 14566, 14567, - 7284: 14568, 14569, 14570, - 7285: 14568, 14570, 14571, - 7286: 14572, 14573, 14574, - 7287: 14572, 14574, 14575, - 7288: 14576, 14577, 14578, - 7289: 14576, 14578, 14579, - 7290: 14580, 14581, 14582, - 7291: 14580, 14582, 14583, - 7292: 14584, 14585, 14586, - 7293: 14584, 14586, 14587, - 7294: 14588, 14589, 14590, - 7295: 14588, 14590, 14591, - 7296: 14592, 14593, 14594, - 7297: 14592, 14594, 14595, - 7298: 14596, 14597, 14598, - 7299: 14596, 14598, 14599, - 7300: 14600, 14601, 14602, - 7301: 14600, 14602, 14603, - 7302: 14604, 14605, 14606, - 7303: 14604, 14606, 14607, - 7304: 14608, 14609, 14610, - 7305: 14608, 14610, 14611, - 7306: 14612, 14613, 14614, - 7307: 14612, 14614, 14615, - 7308: 14616, 14617, 14618, - 7309: 14616, 14618, 14619, - 7310: 14620, 14621, 14622, - 7311: 14620, 14622, 14623, - 7312: 14624, 14625, 14626, - 7313: 14624, 14626, 14627, - 7314: 14628, 14629, 14630, - 7315: 14628, 14630, 14631, - 7316: 14632, 14633, 14634, - 7317: 14632, 14634, 14635, - 7318: 14636, 14637, 14638, - 7319: 14636, 14638, 14639, - 7320: 14640, 14641, 14642, - 7321: 14640, 14642, 14643, - 7322: 14644, 14645, 14646, - 7323: 14644, 14646, 14647, - 7324: 14648, 14649, 14650, - 7325: 14648, 14650, 14651, - 7326: 14652, 14653, 14654, - 7327: 14652, 14654, 14655, - 7328: 14656, 14657, 14658, - 7329: 14656, 14658, 14659, - 7330: 14660, 14661, 14662, - 7331: 14660, 14662, 14663, - 7332: 14664, 14665, 14666, - 7333: 14664, 14666, 14667, - 7334: 14668, 14669, 14670, - 7335: 14668, 14670, 14671, - 7336: 14672, 14673, 14674, - 7337: 14672, 14674, 14675, - 7338: 14676, 14677, 14678, - 7339: 14676, 14678, 14679, - 7340: 14680, 14681, 14682, - 7341: 14680, 14682, 14683, - 7342: 14684, 14685, 14686, - 7343: 14684, 14686, 14687, - 7344: 14688, 14689, 14690, - 7345: 14688, 14690, 14691, - 7346: 14692, 14693, 14694, - 7347: 14692, 14694, 14695, - 7348: 14696, 14697, 14698, - 7349: 14696, 14698, 14699, - 7350: 14700, 14701, 14702, - 7351: 14700, 14702, 14703, - 7352: 14704, 14705, 14706, - 7353: 14704, 14706, 14707, - 7354: 14708, 14709, 14710, - 7355: 14708, 14710, 14711, - 7356: 14712, 14713, 14714, - 7357: 14712, 14714, 14715, - 7358: 14716, 14717, 14718, - 7359: 14716, 14718, 14719, - 7360: 14720, 14721, 14722, - 7361: 14720, 14722, 14723, - 7362: 14724, 14725, 14726, - 7363: 14724, 14726, 14727, - 7364: 14728, 14729, 14730, - 7365: 14728, 14730, 14731, - 7366: 14732, 14733, 14734, - 7367: 14732, 14734, 14735, - 7368: 14736, 14737, 14738, - 7369: 14736, 14738, 14739, - 7370: 14740, 14741, 14742, - 7371: 14740, 14742, 14743, - 7372: 14744, 14745, 14746, - 7373: 14744, 14746, 14747, - 7374: 14748, 14749, 14750, - 7375: 14748, 14750, 14751, - 7376: 14752, 14753, 14754, - 7377: 14752, 14754, 14755, - 7378: 14756, 14757, 14758, - 7379: 14756, 14758, 14759, - 7380: 14760, 14761, 14762, - 7381: 14760, 14762, 14763, - 7382: 14764, 14765, 14766, - 7383: 14764, 14766, 14767, - 7384: 14768, 14769, 14770, - 7385: 14768, 14770, 14771, - 7386: 14772, 14773, 14774, - 7387: 14772, 14774, 14775, - 7388: 14776, 14777, 14778, - 7389: 14776, 14778, 14779, - 7390: 14780, 14781, 14782, - 7391: 14780, 14782, 14783, - 7392: 14784, 14785, 14786, - 7393: 14784, 14786, 14787, - 7394: 14788, 14789, 14790, - 7395: 14788, 14790, 14791, - 7396: 14792, 14793, 14794, - 7397: 14792, 14794, 14795, - 7398: 14796, 14797, 14798, - 7399: 14796, 14798, 14799, - 7400: 14800, 14801, 14802, - 7401: 14800, 14802, 14803, - 7402: 14804, 14805, 14806, - 7403: 14804, 14806, 14807, - 7404: 14808, 14809, 14810, - 7405: 14808, 14810, 14811, - 7406: 14812, 14813, 14814, - 7407: 14812, 14814, 14815, - 7408: 14816, 14817, 14818, - 7409: 14816, 14818, 14819, - 7410: 14820, 14821, 14822, - 7411: 14820, 14822, 14823, - 7412: 14824, 14825, 14826, - 7413: 14824, 14826, 14827, - 7414: 14828, 14829, 14830, - 7415: 14828, 14830, 14831, - 7416: 14832, 14833, 14834, - 7417: 14832, 14834, 14835, - 7418: 14836, 14837, 14838, - 7419: 14836, 14838, 14839, - 7420: 14840, 14841, 14842, - 7421: 14840, 14842, 14843, - 7422: 14844, 14845, 14846, - 7423: 14844, 14846, 14847, - 7424: 14848, 14849, 14850, - 7425: 14848, 14850, 14851, - 7426: 14852, 14853, 14854, - 7427: 14852, 14854, 14855, - 7428: 14856, 14857, 14858, - 7429: 14856, 14858, 14859, - 7430: 14860, 14861, 14862, - 7431: 14860, 14862, 14863, - 7432: 14864, 14865, 14866, - 7433: 14864, 14866, 14867, - 7434: 14868, 14869, 14870, - 7435: 14868, 14870, 14871, - 7436: 14872, 14873, 14874, - 7437: 14872, 14874, 14875, - 7438: 14876, 14877, 14878, - 7439: 14876, 14878, 14879, - 7440: 14880, 14881, 14882, - 7441: 14880, 14882, 14883, - 7442: 14884, 14885, 14886, - 7443: 14884, 14886, 14887, - 7444: 14888, 14889, 14890, - 7445: 14888, 14890, 14891, - 7446: 14892, 14893, 14894, - 7447: 14892, 14894, 14895, - 7448: 14896, 14897, 14898, - 7449: 14896, 14898, 14899, - 7450: 14900, 14901, 14902, - 7451: 14900, 14902, 14903, - 7452: 14904, 14905, 14906, - 7453: 14904, 14906, 14907, - 7454: 14908, 14909, 14910, - 7455: 14908, 14910, 14911, - 7456: 14912, 14913, 14914, - 7457: 14912, 14914, 14915, - 7458: 14916, 14917, 14918, - 7459: 14916, 14918, 14919, - 7460: 14920, 14921, 14922, - 7461: 14920, 14922, 14923, - 7462: 14924, 14925, 14926, - 7463: 14924, 14926, 14927, - 7464: 14928, 14929, 14930, - 7465: 14928, 14930, 14931, - 7466: 14932, 14933, 14934, - 7467: 14932, 14934, 14935, - 7468: 14936, 14937, 14938, - 7469: 14936, 14938, 14939, - 7470: 14940, 14941, 14942, - 7471: 14940, 14942, 14943, - 7472: 14944, 14945, 14946, - 7473: 14944, 14946, 14947, - 7474: 14948, 14949, 14950, - 7475: 14948, 14950, 14951, - 7476: 14952, 14953, 14954, - 7477: 14952, 14954, 14955, - 7478: 14956, 14957, 14958, - 7479: 14956, 14958, 14959, - 7480: 14960, 14961, 14962, - 7481: 14960, 14962, 14963, - 7482: 14964, 14965, 14966, - 7483: 14964, 14966, 14967, - 7484: 14968, 14969, 14970, - 7485: 14968, 14970, 14971, - 7486: 14972, 14973, 14974, - 7487: 14972, 14974, 14975, - 7488: 14976, 14977, 14978, - 7489: 14976, 14978, 14979, - 7490: 14980, 14981, 14982, - 7491: 14980, 14982, 14983, - 7492: 14984, 14985, 14986, - 7493: 14984, 14986, 14987, - 7494: 14988, 14989, 14990, - 7495: 14988, 14990, 14991, - 7496: 14992, 14993, 14994, - 7497: 14992, 14994, 14995, - 7498: 14996, 14997, 14998, - 7499: 14996, 14998, 14999, - 7500: 15000, 15001, 15002, - 7501: 15000, 15002, 15003, - 7502: 15004, 15005, 15006, - 7503: 15004, 15006, 15007, - 7504: 15008, 15009, 15010, - 7505: 15008, 15010, 15011, - 7506: 15012, 15013, 15014, - 7507: 15012, 15014, 15015, - 7508: 15016, 15017, 15018, - 7509: 15016, 15018, 15019, - 7510: 15020, 15021, 15022, - 7511: 15020, 15022, 15023, - 7512: 15024, 15025, 15026, - 7513: 15024, 15026, 15027, - 7514: 15028, 15029, 15030, - 7515: 15028, 15030, 15031, - 7516: 15032, 15033, 15034, - 7517: 15032, 15034, 15035, - 7518: 15036, 15037, 15038, - 7519: 15036, 15038, 15039, - 7520: 15040, 15041, 15042, - 7521: 15040, 15042, 15043, - 7522: 15044, 15045, 15046, - 7523: 15044, 15046, 15047, - 7524: 15048, 15049, 15050, - 7525: 15048, 15050, 15051, - 7526: 15052, 15053, 15054, - 7527: 15052, 15054, 15055, - 7528: 15056, 15057, 15058, - 7529: 15056, 15058, 15059, - 7530: 15060, 15061, 15062, - 7531: 15060, 15062, 15063, - 7532: 15064, 15065, 15066, - 7533: 15064, 15066, 15067, - 7534: 15068, 15069, 15070, - 7535: 15068, 15070, 15071, - 7536: 15072, 15073, 15074, - 7537: 15072, 15074, 15075, - 7538: 15076, 15077, 15078, - 7539: 15076, 15078, 15079, - 7540: 15080, 15081, 15082, - 7541: 15080, 15082, 15083, - 7542: 15084, 15085, 15086, - 7543: 15084, 15086, 15087, - 7544: 15088, 15089, 15090, - 7545: 15088, 15090, 15091, - 7546: 15092, 15093, 15094, - 7547: 15092, 15094, 15095, - 7548: 15096, 15097, 15098, - 7549: 15096, 15098, 15099, - 7550: 15100, 15101, 15102, - 7551: 15100, 15102, 15103, - 7552: 15104, 15105, 15106, - 7553: 15104, 15106, 15107, - 7554: 15108, 15109, 15110, - 7555: 15108, 15110, 15111, - 7556: 15112, 15113, 15114, - 7557: 15112, 15114, 15115, - 7558: 15116, 15117, 15118, - 7559: 15116, 15118, 15119, - 7560: 15120, 15121, 15122, - 7561: 15120, 15122, 15123, - 7562: 15124, 15125, 15126, - 7563: 15124, 15126, 15127, - 7564: 15128, 15129, 15130, - 7565: 15128, 15130, 15131, - 7566: 15132, 15133, 15134, - 7567: 15132, 15134, 15135, - 7568: 15136, 15137, 15138, - 7569: 15136, 15138, 15139, - 7570: 15140, 15141, 15142, - 7571: 15140, 15142, 15143, - 7572: 15144, 15145, 15146, - 7573: 15144, 15146, 15147, - 7574: 15148, 15149, 15150, - 7575: 15148, 15150, 15151, - 7576: 15152, 15153, 15154, - 7577: 15152, 15154, 15155, - 7578: 15156, 15157, 15158, - 7579: 15156, 15158, 15159, - 7580: 15160, 15161, 15162, - 7581: 15160, 15162, 15163, - 7582: 15164, 15165, 15166, - 7583: 15164, 15166, 15167, - 7584: 15168, 15169, 15170, - 7585: 15168, 15170, 15171, - 7586: 15172, 15173, 15174, - 7587: 15172, 15174, 15175, - 7588: 15176, 15177, 15178, - 7589: 15176, 15178, 15179, - 7590: 15180, 15181, 15182, - 7591: 15180, 15182, 15183, - 7592: 15184, 15185, 15186, - 7593: 15184, 15186, 15187, - 7594: 15188, 15189, 15190, - 7595: 15188, 15190, 15191, - 7596: 15192, 15193, 15194, - 7597: 15192, 15194, 15195, - 7598: 15196, 15197, 15198, - 7599: 15196, 15198, 15199, - 7600: 15200, 15201, 15202, - 7601: 15200, 15202, 15203, - 7602: 15204, 15205, 15206, - 7603: 15204, 15206, 15207, - 7604: 15208, 15209, 15210, - 7605: 15208, 15210, 15211, - 7606: 15212, 15213, 15214, - 7607: 15212, 15214, 15215, - 7608: 15216, 15217, 15218, - 7609: 15216, 15218, 15219, - 7610: 15220, 15221, 15222, - 7611: 15220, 15222, 15223, - 7612: 15224, 15225, 15226, - 7613: 15224, 15226, 15227, - 7614: 15228, 15229, 15230, - 7615: 15228, 15230, 15231, - 7616: 15232, 15233, 15234, - 7617: 15232, 15234, 15235, - 7618: 15236, 15237, 15238, - 7619: 15236, 15238, 15239, - 7620: 15240, 15241, 15242, - 7621: 15240, 15242, 15243, - 7622: 15244, 15245, 15246, - 7623: 15244, 15246, 15247, - 7624: 15248, 15249, 15250, - 7625: 15248, 15250, 15251, - 7626: 15252, 15253, 15254, - 7627: 15252, 15254, 15255, - 7628: 15256, 15257, 15258, - 7629: 15256, 15258, 15259, - 7630: 15260, 15261, 15262, - 7631: 15260, 15262, 15263, - 7632: 15264, 15265, 15266, - 7633: 15264, 15266, 15267, - 7634: 15268, 15269, 15270, - 7635: 15268, 15270, 15271, - 7636: 15272, 15273, 15274, - 7637: 15272, 15274, 15275, - 7638: 15276, 15277, 15278, - 7639: 15276, 15278, 15279, - 7640: 15280, 15281, 15282, - 7641: 15280, 15282, 15283, - 7642: 15284, 15285, 15286, - 7643: 15284, 15286, 15287, - 7644: 15288, 15289, 15290, - 7645: 15288, 15290, 15291, - 7646: 15292, 15293, 15294, - 7647: 15292, 15294, 15295, - 7648: 15296, 15297, 15298, - 7649: 15296, 15298, 15299, - 7650: 15300, 15301, 15302, - 7651: 15300, 15302, 15303, - 7652: 15304, 15305, 15306, - 7653: 15304, 15306, 15307, - 7654: 15308, 15309, 15310, - 7655: 15308, 15310, 15311, - 7656: 15312, 15313, 15314, - 7657: 15312, 15314, 15315, - 7658: 15316, 15317, 15318, - 7659: 15316, 15318, 15319, - 7660: 15320, 15321, 15322, - 7661: 15320, 15322, 15323, - 7662: 15324, 15325, 15326, - 7663: 15324, 15326, 15327, - 7664: 15328, 15329, 15330, - 7665: 15328, 15330, 15331, - 7666: 15332, 15333, 15334, - 7667: 15332, 15334, 15335, - 7668: 15336, 15337, 15338, - 7669: 15336, 15338, 15339, - 7670: 15340, 15341, 15342, - 7671: 15340, 15342, 15343, - 7672: 15344, 15345, 15346, - 7673: 15344, 15346, 15347, - 7674: 15348, 15349, 15350, - 7675: 15348, 15350, 15351, - 7676: 15352, 15353, 15354, - 7677: 15352, 15354, 15355, - 7678: 15356, 15357, 15358, - 7679: 15356, 15358, 15359, - 7680: 15360, 15361, 15362, - 7681: 15360, 15362, 15363, - 7682: 15364, 15365, 15366, - 7683: 15364, 15366, 15367, - 7684: 15368, 15369, 15370, - 7685: 15368, 15370, 15371, - 7686: 15372, 15373, 15374, - 7687: 15372, 15374, 15375, - 7688: 15376, 15377, 15378, - 7689: 15376, 15378, 15379, - 7690: 15380, 15381, 15382, - 7691: 15380, 15382, 15383, - 7692: 15384, 15385, 15386, - 7693: 15384, 15386, 15387, - 7694: 15388, 15389, 15390, - 7695: 15388, 15390, 15391, - 7696: 15392, 15393, 15394, - 7697: 15392, 15394, 15395, - 7698: 15396, 15397, 15398, - 7699: 15396, 15398, 15399, - 7700: 15400, 15401, 15402, - 7701: 15400, 15402, 15403, - 7702: 15404, 15405, 15406, - 7703: 15404, 15406, 15407, - 7704: 15408, 15409, 15410, - 7705: 15408, 15410, 15411, - 7706: 15412, 15413, 15414, - 7707: 15412, 15414, 15415, - 7708: 15416, 15417, 15418, - 7709: 15416, 15418, 15419, - 7710: 15420, 15421, 15422, - 7711: 15420, 15422, 15423, - 7712: 15424, 15425, 15426, - 7713: 15424, 15426, 15427, - 7714: 15428, 15429, 15430, - 7715: 15428, 15430, 15431, - 7716: 15432, 15433, 15434, - 7717: 15432, 15434, 15435, - 7718: 15436, 15437, 15438, - 7719: 15436, 15438, 15439, - 7720: 15440, 15441, 15442, - 7721: 15440, 15442, 15443, - 7722: 15444, 15445, 15446, - 7723: 15444, 15446, 15447, - 7724: 15448, 15449, 15450, - 7725: 15448, 15450, 15451, - 7726: 15452, 15453, 15454, - 7727: 15452, 15454, 15455, - 7728: 15456, 15457, 15458, - 7729: 15456, 15458, 15459, - 7730: 15460, 15461, 15462, - 7731: 15460, 15462, 15463, - 7732: 15464, 15465, 15466, - 7733: 15464, 15466, 15467, - 7734: 15468, 15469, 15470, - 7735: 15468, 15470, 15471, - 7736: 15472, 15473, 15474, - 7737: 15472, 15474, 15475, - 7738: 15476, 15477, 15478, - 7739: 15476, 15478, 15479, - 7740: 15480, 15481, 15482, - 7741: 15480, 15482, 15483, - 7742: 15484, 15485, 15486, - 7743: 15484, 15486, 15487, - 7744: 15488, 15489, 15490, - 7745: 15488, 15490, 15491, - 7746: 15492, 15493, 15494, - 7747: 15492, 15494, 15495, - 7748: 15496, 15497, 15498, - 7749: 15496, 15498, 15499, - 7750: 15500, 15501, 15502, - 7751: 15500, 15502, 15503, - 7752: 15504, 15505, 15506, - 7753: 15504, 15506, 15507, - 7754: 15508, 15509, 15510, - 7755: 15508, 15510, 15511, - 7756: 15512, 15513, 15514, - 7757: 15512, 15514, 15515, - 7758: 15516, 15517, 15518, - 7759: 15516, 15518, 15519, - 7760: 15520, 15521, 15522, - 7761: 15520, 15522, 15523, - 7762: 15524, 15525, 15526, - 7763: 15524, 15526, 15527, - 7764: 15528, 15529, 15530, - 7765: 15528, 15530, 15531, - 7766: 15532, 15533, 15534, - 7767: 15532, 15534, 15535, - 7768: 15536, 15537, 15538, - 7769: 15536, 15538, 15539, - 7770: 15540, 15541, 15542, - 7771: 15540, 15542, 15543, - 7772: 15544, 15545, 15546, - 7773: 15544, 15546, 15547, - 7774: 15548, 15549, 15550, - 7775: 15548, 15550, 15551, - 7776: 15552, 15553, 15554, - 7777: 15552, 15554, 15555, - 7778: 15556, 15557, 15558, - 7779: 15556, 15558, 15559, - 7780: 15560, 15561, 15562, - 7781: 15560, 15562, 15563, - 7782: 15564, 15565, 15566, - 7783: 15564, 15566, 15567, - 7784: 15568, 15569, 15570, - 7785: 15568, 15570, 15571, - 7786: 15572, 15573, 15574, - 7787: 15572, 15574, 15575, - 7788: 15576, 15577, 15578, - 7789: 15576, 15578, 15579, - 7790: 15580, 15581, 15582, - 7791: 15580, 15582, 15583, - 7792: 15584, 15585, 15586, - 7793: 15584, 15586, 15587, - 7794: 15588, 15589, 15590, - 7795: 15588, 15590, 15591, - 7796: 15592, 15593, 15594, - 7797: 15592, 15594, 15595, - 7798: 15596, 15597, 15598, - 7799: 15596, 15598, 15599, - 7800: 15600, 15601, 15602, - 7801: 15600, 15602, 15603, - 7802: 15604, 15605, 15606, - 7803: 15604, 15606, 15607, - 7804: 15608, 15609, 15610, - 7805: 15608, 15610, 15611, - 7806: 15612, 15613, 15614, - 7807: 15612, 15614, 15615, - 7808: 15616, 15617, 15618, - 7809: 15616, 15618, 15619, - 7810: 15620, 15621, 15622, - 7811: 15620, 15622, 15623, - 7812: 15624, 15625, 15626, - 7813: 15624, 15626, 15627, - 7814: 15628, 15629, 15630, - 7815: 15628, 15630, 15631, - 7816: 15632, 15633, 15634, - 7817: 15632, 15634, 15635, - 7818: 15636, 15637, 15638, - 7819: 15636, 15638, 15639, - 7820: 15640, 15641, 15642, - 7821: 15640, 15642, 15643, - 7822: 15644, 15645, 15646, - 7823: 15644, 15646, 15647, - 7824: 15648, 15649, 15650, - 7825: 15648, 15650, 15651, - 7826: 15652, 15653, 15654, - 7827: 15652, 15654, 15655, - 7828: 15656, 15657, 15658, - 7829: 15656, 15658, 15659, - 7830: 15660, 15661, 15662, - 7831: 15660, 15662, 15663, - 7832: 15664, 15665, 15666, - 7833: 15664, 15666, 15667, - 7834: 15668, 15669, 15670, - 7835: 15668, 15670, 15671, - 7836: 15672, 15673, 15674, - 7837: 15672, 15674, 15675, - 7838: 15676, 15677, 15678, - 7839: 15676, 15678, 15679, - 7840: 15680, 15681, 15682, - 7841: 15680, 15682, 15683, - 7842: 15684, 15685, 15686, - 7843: 15684, 15686, 15687, - 7844: 15688, 15689, 15690, - 7845: 15688, 15690, 15691, - 7846: 15692, 15693, 15694, - 7847: 15692, 15694, 15695, - 7848: 15696, 15697, 15698, - 7849: 15696, 15698, 15699, - 7850: 15700, 15701, 15702, - 7851: 15700, 15702, 15703, - 7852: 15704, 15705, 15706, - 7853: 15704, 15706, 15707, - 7854: 15708, 15709, 15710, - 7855: 15708, 15710, 15711, - 7856: 15712, 15713, 15714, - 7857: 15712, 15714, 15715, - 7858: 15716, 15717, 15718, - 7859: 15716, 15718, 15719, - 7860: 15720, 15721, 15722, - 7861: 15720, 15722, 15723, - 7862: 15724, 15725, 15726, - 7863: 15724, 15726, 15727, - 7864: 15728, 15729, 15730, - 7865: 15728, 15730, 15731, - 7866: 15732, 15733, 15734, - 7867: 15732, 15734, 15735, - 7868: 15736, 15737, 15738, - 7869: 15736, 15738, 15739, - 7870: 15740, 15741, 15742, - 7871: 15740, 15742, 15743, - 7872: 15744, 15745, 15746, - 7873: 15744, 15746, 15747, - 7874: 15748, 15749, 15750, - 7875: 15748, 15750, 15751, - 7876: 15752, 15753, 15754, - 7877: 15752, 15754, 15755, - 7878: 15756, 15757, 15758, - 7879: 15756, 15758, 15759, - 7880: 15760, 15761, 15762, - 7881: 15760, 15762, 15763, - 7882: 15764, 15765, 15766, - 7883: 15764, 15766, 15767, - 7884: 15768, 15769, 15770, - 7885: 15768, 15770, 15771, - 7886: 15772, 15773, 15774, - 7887: 15772, 15774, 15775, - 7888: 15776, 15777, 15778, - 7889: 15776, 15778, 15779, - 7890: 15780, 15781, 15782, - 7891: 15780, 15782, 15783, - 7892: 15784, 15785, 15786, - 7893: 15784, 15786, 15787, - 7894: 15788, 15789, 15790, - 7895: 15788, 15790, 15791, - 7896: 15792, 15793, 15794, - 7897: 15792, 15794, 15795, - 7898: 15796, 15797, 15798, - 7899: 15796, 15798, 15799, - 7900: 15800, 15801, 15802, - 7901: 15800, 15802, 15803, - 7902: 15804, 15805, 15806, - 7903: 15804, 15806, 15807, - 7904: 15808, 15809, 15810, - 7905: 15808, 15810, 15811, - 7906: 15812, 15813, 15814, - 7907: 15812, 15814, 15815, - 7908: 15816, 15817, 15818, - 7909: 15816, 15818, 15819, - 7910: 15820, 15821, 15822, - 7911: 15820, 15822, 15823, - 7912: 15824, 15825, 15826, - 7913: 15824, 15826, 15827, - 7914: 15828, 15829, 15830, - 7915: 15828, 15830, 15831, - 7916: 15832, 15833, 15834, - 7917: 15832, 15834, 15835, - 7918: 15836, 15837, 15838, - 7919: 15836, 15838, 15839, - 7920: 15840, 15841, 15842, - 7921: 15840, 15842, 15843, - 7922: 15844, 15845, 15846, - 7923: 15844, 15846, 15847, - 7924: 15848, 15849, 15850, - 7925: 15848, 15850, 15851, - 7926: 15852, 15853, 15854, - 7927: 15852, 15854, 15855, - 7928: 15856, 15857, 15858, - 7929: 15856, 15858, 15859, - 7930: 15860, 15861, 15862, - 7931: 15860, 15862, 15863, - 7932: 15864, 15865, 15866, - 7933: 15864, 15866, 15867, - 7934: 15868, 15869, 15870, - 7935: 15868, 15870, 15871, - 7936: 15872, 15873, 15874, - 7937: 15872, 15874, 15875, - 7938: 15876, 15877, 15878, - 7939: 15876, 15878, 15879, - 7940: 15880, 15881, 15882, - 7941: 15880, 15882, 15883, - 7942: 15884, 15885, 15886, - 7943: 15884, 15886, 15887, - 7944: 15888, 15889, 15890, - 7945: 15888, 15890, 15891, - 7946: 15892, 15893, 15894, - 7947: 15892, 15894, 15895, - 7948: 15896, 15897, 15898, - 7949: 15896, 15898, 15899, - 7950: 15900, 15901, 15902, - 7951: 15900, 15902, 15903, - 7952: 15904, 15905, 15906, - 7953: 15904, 15906, 15907, - 7954: 15908, 15909, 15910, - 7955: 15908, 15910, 15911, - 7956: 15912, 15913, 15914, - 7957: 15912, 15914, 15915, - 7958: 15916, 15917, 15918, - 7959: 15916, 15918, 15919, - 7960: 15920, 15921, 15922, - 7961: 15920, 15922, 15923, - 7962: 15924, 15925, 15926, - 7963: 15924, 15926, 15927, - 7964: 15928, 15929, 15930, - 7965: 15928, 15930, 15931, - 7966: 15932, 15933, 15934, - 7967: 15932, 15934, 15935, - 7968: 15936, 15937, 15938, - 7969: 15936, 15938, 15939, - 7970: 15940, 15941, 15942, - 7971: 15940, 15942, 15943, - 7972: 15944, 15945, 15946, - 7973: 15944, 15946, 15947, - 7974: 15948, 15949, 15950, - 7975: 15948, 15950, 15951, - 7976: 15952, 15953, 15954, - 7977: 15952, 15954, 15955, - 7978: 15956, 15957, 15958, - 7979: 15956, 15958, 15959, - 7980: 15960, 15961, 15962, - 7981: 15960, 15962, 15963, - 7982: 15964, 15965, 15966, - 7983: 15964, 15966, 15967, - 7984: 15968, 15969, 15970, - 7985: 15968, 15970, 15971, - 7986: 15972, 15973, 15974, - 7987: 15972, 15974, 15975, - 7988: 15976, 15977, 15978, - 7989: 15976, 15978, 15979, - 7990: 15980, 15981, 15982, - 7991: 15980, 15982, 15983, - 7992: 15984, 15985, 15986, - 7993: 15984, 15986, 15987, - 7994: 15988, 15989, 15990, - 7995: 15988, 15990, 15991, - 7996: 15992, 15993, 15994, - 7997: 15992, 15994, 15995, - 7998: 15996, 15997, 15998, - 7999: 15996, 15998, 15999, - 8000: 16000, 16001, 16002, - 8001: 16000, 16002, 16003, - 8002: 16004, 16005, 16006, - 8003: 16004, 16006, 16007, - 8004: 16008, 16009, 16010, - 8005: 16008, 16010, 16011, - 8006: 16012, 16013, 16014, - 8007: 16012, 16014, 16015, - 8008: 16016, 16017, 16018, - 8009: 16016, 16018, 16019, - 8010: 16020, 16021, 16022, - 8011: 16020, 16022, 16023, - 8012: 16024, 16025, 16026, - 8013: 16024, 16026, 16027, - 8014: 16028, 16029, 16030, - 8015: 16028, 16030, 16031, - 8016: 16032, 16033, 16034, - 8017: 16032, 16034, 16035, - 8018: 16036, 16037, 16038, - 8019: 16036, 16038, 16039, - 8020: 16040, 16041, 16042, - 8021: 16040, 16042, 16043, - 8022: 16044, 16045, 16046, - 8023: 16044, 16046, 16047, - 8024: 16048, 16049, 16050, - 8025: 16048, 16050, 16051, - 8026: 16052, 16053, 16054, - 8027: 16052, 16054, 16055, - 8028: 16056, 16057, 16058, - 8029: 16056, 16058, 16059, - 8030: 16060, 16061, 16062, - 8031: 16060, 16062, 16063, - 8032: 16064, 16065, 16066, - 8033: 16064, 16066, 16067, - 8034: 16068, 16069, 16070, - 8035: 16068, 16070, 16071, - 8036: 16072, 16073, 16074, - 8037: 16072, 16074, 16075, - 8038: 16076, 16077, 16078, - 8039: 16076, 16078, 16079, - 8040: 16080, 16081, 16082, - 8041: 16080, 16082, 16083, - 8042: 16084, 16085, 16086, - 8043: 16084, 16086, 16087, - 8044: 16088, 16089, 16090, - 8045: 16088, 16090, 16091, - 8046: 16092, 16093, 16094, - 8047: 16092, 16094, 16095, - 8048: 16096, 16097, 16098, - 8049: 16096, 16098, 16099, - 8050: 16100, 16101, 16102, - 8051: 16100, 16102, 16103, - 8052: 16104, 16105, 16106, - 8053: 16104, 16106, 16107, - 8054: 16108, 16109, 16110, - 8055: 16108, 16110, 16111, - 8056: 16112, 16113, 16114, - 8057: 16112, 16114, 16115, - 8058: 16116, 16117, 16118, - 8059: 16116, 16118, 16119, - 8060: 16120, 16121, 16122, - 8061: 16120, 16122, 16123, - 8062: 16124, 16125, 16126, - 8063: 16124, 16126, 16127, - 8064: 16128, 16129, 16130, - 8065: 16128, 16130, 16131, - 8066: 16132, 16133, 16134, - 8067: 16132, 16134, 16135, - 8068: 16136, 16137, 16138, - 8069: 16136, 16138, 16139, - 8070: 16140, 16141, 16142, - 8071: 16140, 16142, 16143, - 8072: 16144, 16145, 16146, - 8073: 16144, 16146, 16147, - 8074: 16148, 16149, 16150, - 8075: 16148, 16150, 16151, - 8076: 16152, 16153, 16154, - 8077: 16152, 16154, 16155, - 8078: 16156, 16157, 16158, - 8079: 16156, 16158, 16159, - 8080: 16160, 16161, 16162, - 8081: 16160, 16162, 16163, - 8082: 16164, 16165, 16166, - 8083: 16164, 16166, 16167, - 8084: 16168, 16169, 16170, - 8085: 16168, 16170, 16171, - 8086: 16172, 16173, 16174, - 8087: 16172, 16174, 16175, - 8088: 16176, 16177, 16178, - 8089: 16176, 16178, 16179, - 8090: 16180, 16181, 16182, - 8091: 16180, 16182, 16183, - 8092: 16184, 16185, 16186, - 8093: 16184, 16186, 16187, - 8094: 16188, 16189, 16190, - 8095: 16188, 16190, 16191, - 8096: 16192, 16193, 16194, - 8097: 16192, 16194, 16195, - 8098: 16196, 16197, 16198, - 8099: 16196, 16198, 16199, - 8100: 16200, 16201, 16202, - 8101: 16200, 16202, 16203, - 8102: 16204, 16205, 16206, - 8103: 16204, 16206, 16207, - 8104: 16208, 16209, 16210, - 8105: 16208, 16210, 16211, - 8106: 16212, 16213, 16214, - 8107: 16212, 16214, 16215, - 8108: 16216, 16217, 16218, - 8109: 16216, 16218, 16219, - 8110: 16220, 16221, 16222, - 8111: 16220, 16222, 16223, - 8112: 16224, 16225, 16226, - 8113: 16224, 16226, 16227, - 8114: 16228, 16229, 16230, - 8115: 16228, 16230, 16231, - 8116: 16232, 16233, 16234, - 8117: 16232, 16234, 16235, - 8118: 16236, 16237, 16238, - 8119: 16236, 16238, 16239, - 8120: 16240, 16241, 16242, - 8121: 16240, 16242, 16243, - 8122: 16244, 16245, 16246, - 8123: 16244, 16246, 16247, - 8124: 16248, 16249, 16250, - 8125: 16248, 16250, 16251, - 8126: 16252, 16253, 16254, - 8127: 16252, 16254, 16255, - 8128: 16256, 16257, 16258, - 8129: 16256, 16258, 16259, - 8130: 16260, 16261, 16262, - 8131: 16260, 16262, 16263, - 8132: 16264, 16265, 16266, - 8133: 16264, 16266, 16267, - 8134: 16268, 16269, 16270, - 8135: 16268, 16270, 16271, - 8136: 16272, 16273, 16274, - 8137: 16272, 16274, 16275, - 8138: 16276, 16277, 16278, - 8139: 16276, 16278, 16279, - 8140: 16280, 16281, 16282, - 8141: 16280, 16282, 16283, - 8142: 16284, 16285, 16286, - 8143: 16284, 16286, 16287, - 8144: 16288, 16289, 16290, - 8145: 16288, 16290, 16291, - 8146: 16292, 16293, 16294, - 8147: 16292, 16294, 16295, - 8148: 16296, 16297, 16298, - 8149: 16296, 16298, 16299, - 8150: 16300, 16301, 16302, - 8151: 16300, 16302, 16303, - 8152: 16304, 16305, 16306, - 8153: 16304, 16306, 16307, - 8154: 16308, 16309, 16310, - 8155: 16308, 16310, 16311, - 8156: 16312, 16313, 16314, - 8157: 16312, 16314, 16315, - 8158: 16316, 16317, 16318, - 8159: 16316, 16318, 16319, - 8160: 16320, 16321, 16322, - 8161: 16320, 16322, 16323, - 8162: 16324, 16325, 16326, - 8163: 16324, 16326, 16327, - 8164: 16328, 16329, 16330, - 8165: 16328, 16330, 16331, - 8166: 16332, 16333, 16334, - 8167: 16332, 16334, 16335, - 8168: 16336, 16337, 16338, - 8169: 16336, 16338, 16339, - 8170: 16340, 16341, 16342, - 8171: 16340, 16342, 16343, - 8172: 16344, 16345, 16346, - 8173: 16344, 16346, 16347, - 8174: 16348, 16349, 16350, - 8175: 16348, 16350, 16351, - 8176: 16352, 16353, 16354, - 8177: 16352, 16354, 16355, - 8178: 16356, 16357, 16358, - 8179: 16356, 16358, 16359, - 8180: 16360, 16361, 16362, - 8181: 16360, 16362, 16363, - 8182: 16364, 16365, 16366, - 8183: 16364, 16366, 16367, - 8184: 16368, 16369, 16370, - 8185: 16368, 16370, 16371, - 8186: 16372, 16373, 16374, - 8187: 16372, 16374, 16375, - 8188: 16376, 16377, 16378, - 8189: 16376, 16378, 16379, - 8190: 16380, 16381, 16382, - 8191: 16380, 16382, 16383, - 8192: 16384, 16385, 16386, - 8193: 16384, 16386, 16387, - 8194: 16388, 16389, 16390, - 8195: 16388, 16390, 16391, - 8196: 16392, 16393, 16394, - 8197: 16392, 16394, 16395, - 8198: 16396, 16397, 16398, - 8199: 16396, 16398, 16399, - 8200: 16400, 16401, 16402, - 8201: 16400, 16402, 16403, - 8202: 16404, 16405, 16406, - 8203: 16404, 16406, 16407, - 8204: 16408, 16409, 16410, - 8205: 16408, 16410, 16411, - 8206: 16412, 16413, 16414, - 8207: 16412, 16414, 16415, - 8208: 16416, 16417, 16418, - 8209: 16416, 16418, 16419, - 8210: 16420, 16421, 16422, - 8211: 16420, 16422, 16423, - 8212: 16424, 16425, 16426, - 8213: 16424, 16426, 16427, - 8214: 16428, 16429, 16430, - 8215: 16428, 16430, 16431, - 8216: 16432, 16433, 16434, - 8217: 16432, 16434, 16435, - 8218: 16436, 16437, 16438, - 8219: 16436, 16438, 16439, - 8220: 16440, 16441, 16442, - 8221: 16440, 16442, 16443, - 8222: 16444, 16445, 16446, - 8223: 16444, 16446, 16447, - 8224: 16448, 16449, 16450, - 8225: 16448, 16450, 16451, - 8226: 16452, 16453, 16454, - 8227: 16452, 16454, 16455, - 8228: 16456, 16457, 16458, - 8229: 16456, 16458, 16459, - 8230: 16460, 16461, 16462, - 8231: 16460, 16462, 16463, - 8232: 16464, 16465, 16466, - 8233: 16464, 16466, 16467, - 8234: 16468, 16469, 16470, - 8235: 16468, 16470, 16471, - 8236: 16472, 16473, 16474, - 8237: 16472, 16474, 16475, - 8238: 16476, 16477, 16478, - 8239: 16476, 16478, 16479, - 8240: 16480, 16481, 16482, - 8241: 16480, 16482, 16483, - 8242: 16484, 16485, 16486, - 8243: 16484, 16486, 16487, - 8244: 16488, 16489, 16490, - 8245: 16488, 16490, 16491, - 8246: 16492, 16493, 16494, - 8247: 16492, 16494, 16495, - 8248: 16496, 16497, 16498, - 8249: 16496, 16498, 16499, - 8250: 16500, 16501, 16502, - 8251: 16500, 16502, 16503, - 8252: 16504, 16505, 16506, - 8253: 16504, 16506, 16507, - 8254: 16508, 16509, 16510, - 8255: 16508, 16510, 16511, - 8256: 16512, 16513, 16514, - 8257: 16512, 16514, 16515, - 8258: 16516, 16517, 16518, - 8259: 16516, 16518, 16519, - 8260: 16520, 16521, 16522, - 8261: 16520, 16522, 16523, - 8262: 16524, 16525, 16526, - 8263: 16524, 16526, 16527, - 8264: 16528, 16529, 16530, - 8265: 16528, 16530, 16531, - 8266: 16532, 16533, 16534, - 8267: 16532, 16534, 16535, - 8268: 16536, 16537, 16538, - 8269: 16536, 16538, 16539, - 8270: 16540, 16541, 16542, - 8271: 16540, 16542, 16543, - 8272: 16544, 16545, 16546, - 8273: 16544, 16546, 16547, - 8274: 16548, 16549, 16550, - 8275: 16548, 16550, 16551, - 8276: 16552, 16553, 16554, - 8277: 16552, 16554, 16555, - 8278: 16556, 16557, 16558, - 8279: 16556, 16558, 16559, - 8280: 16560, 16561, 16562, - 8281: 16560, 16562, 16563, - 8282: 16564, 16565, 16566, - 8283: 16564, 16566, 16567, - 8284: 16568, 16569, 16570, - 8285: 16568, 16570, 16571, - 8286: 16572, 16573, 16574, - 8287: 16572, 16574, 16575, - 8288: 16576, 16577, 16578, - 8289: 16576, 16578, 16579, - 8290: 16580, 16581, 16582, - 8291: 16580, 16582, 16583, - 8292: 16584, 16585, 16586, - 8293: 16584, 16586, 16587, - 8294: 16588, 16589, 16590, - 8295: 16588, 16590, 16591, - 8296: 16592, 16593, 16594, - 8297: 16592, 16594, 16595, - 8298: 16596, 16597, 16598, - 8299: 16596, 16598, 16599, - 8300: 16600, 16601, 16602, - 8301: 16600, 16602, 16603, - 8302: 16604, 16605, 16606, - 8303: 16604, 16606, 16607, - 8304: 16608, 16609, 16610, - 8305: 16608, 16610, 16611, - 8306: 16612, 16613, 16614, - 8307: 16612, 16614, 16615, - 8308: 16616, 16617, 16618, - 8309: 16616, 16618, 16619, - 8310: 16620, 16621, 16622, - 8311: 16620, 16622, 16623, - 8312: 16624, 16625, 16626, - 8313: 16624, 16626, 16627, - 8314: 16628, 16629, 16630, - 8315: 16628, 16630, 16631, - 8316: 16632, 16633, 16634, - 8317: 16632, 16634, 16635, - 8318: 16636, 16637, 16638, - 8319: 16636, 16638, 16639, - 8320: 16640, 16641, 16642, - 8321: 16640, 16642, 16643, - 8322: 16644, 16645, 16646, - 8323: 16644, 16646, 16647, - 8324: 16648, 16649, 16650, - 8325: 16648, 16650, 16651, - 8326: 16652, 16653, 16654, - 8327: 16652, 16654, 16655, - 8328: 16656, 16657, 16658, - 8329: 16656, 16658, 16659, - 8330: 16660, 16661, 16662, - 8331: 16660, 16662, 16663, - 8332: 16664, 16665, 16666, - 8333: 16664, 16666, 16667, - 8334: 16668, 16669, 16670, - 8335: 16668, 16670, 16671, - 8336: 16672, 16673, 16674, - 8337: 16672, 16674, 16675, - 8338: 16676, 16677, 16678, - 8339: 16676, 16678, 16679, - 8340: 16680, 16681, 16682, - 8341: 16680, 16682, 16683, - 8342: 16684, 16685, 16686, - 8343: 16684, 16686, 16687, - 8344: 16688, 16689, 16690, - 8345: 16688, 16690, 16691, - 8346: 16692, 16693, 16694, - 8347: 16692, 16694, 16695, - 8348: 16696, 16697, 16698, - 8349: 16696, 16698, 16699, - 8350: 16700, 16701, 16702, - 8351: 16700, 16702, 16703, - 8352: 16704, 16705, 16706, - 8353: 16704, 16706, 16707, - 8354: 16708, 16709, 16710, - 8355: 16708, 16710, 16711, - 8356: 16712, 16713, 16714, - 8357: 16712, 16714, 16715, - 8358: 16716, 16717, 16718, - 8359: 16716, 16718, 16719, - 8360: 16720, 16721, 16722, - 8361: 16720, 16722, 16723, - 8362: 16724, 16725, 16726, - 8363: 16724, 16726, 16727, - 8364: 16728, 16729, 16730, - 8365: 16728, 16730, 16731, - 8366: 16732, 16733, 16734, - 8367: 16732, 16734, 16735, - 8368: 16736, 16737, 16738, - 8369: 16736, 16738, 16739, - 8370: 16740, 16741, 16742, - 8371: 16740, 16742, 16743, - 8372: 16744, 16745, 16746, - 8373: 16744, 16746, 16747, - 8374: 16748, 16749, 16750, - 8375: 16748, 16750, 16751, - 8376: 16752, 16753, 16754, - 8377: 16752, 16754, 16755, - 8378: 16756, 16757, 16758, - 8379: 16756, 16758, 16759, - 8380: 16760, 16761, 16762, - 8381: 16760, 16762, 16763, - 8382: 16764, 16765, 16766, - 8383: 16764, 16766, 16767, - 8384: 16768, 16769, 16770, - 8385: 16768, 16770, 16771, - 8386: 16772, 16773, 16774, - 8387: 16772, 16774, 16775, - 8388: 16776, 16777, 16778, - 8389: 16776, 16778, 16779, - 8390: 16780, 16781, 16782, - 8391: 16780, 16782, 16783, - 8392: 16784, 16785, 16786, - 8393: 16784, 16786, 16787, - 8394: 16788, 16789, 16790, - 8395: 16788, 16790, 16791, - 8396: 16792, 16793, 16794, - 8397: 16792, 16794, 16795, - 8398: 16796, 16797, 16798, - 8399: 16796, 16798, 16799, - 8400: 16800, 16801, 16802, - 8401: 16800, 16802, 16803, - 8402: 16804, 16805, 16806, - 8403: 16804, 16806, 16807, - 8404: 16808, 16809, 16810, - 8405: 16808, 16810, 16811, - 8406: 16812, 16813, 16814, - 8407: 16812, 16814, 16815, - 8408: 16816, 16817, 16818, - 8409: 16816, 16818, 16819, - 8410: 16820, 16821, 16822, - 8411: 16820, 16822, 16823, - 8412: 16824, 16825, 16826, - 8413: 16824, 16826, 16827, - 8414: 16828, 16829, 16830, - 8415: 16828, 16830, 16831, - 8416: 16832, 16833, 16834, - 8417: 16832, 16834, 16835, - 8418: 16836, 16837, 16838, - 8419: 16836, 16838, 16839, - 8420: 16840, 16841, 16842, - 8421: 16840, 16842, 16843, - 8422: 16844, 16845, 16846, - 8423: 16844, 16846, 16847, - 8424: 16848, 16849, 16850, - 8425: 16848, 16850, 16851, - 8426: 16852, 16853, 16854, - 8427: 16852, 16854, 16855, - 8428: 16856, 16857, 16858, - 8429: 16856, 16858, 16859, - 8430: 16860, 16861, 16862, - 8431: 16860, 16862, 16863, - 8432: 16864, 16865, 16866, - 8433: 16864, 16866, 16867, - 8434: 16868, 16869, 16870, - 8435: 16868, 16870, 16871, - 8436: 16872, 16873, 16874, - 8437: 16872, 16874, 16875, - 8438: 16876, 16877, 16878, - 8439: 16876, 16878, 16879, - 8440: 16880, 16881, 16882, - 8441: 16880, 16882, 16883, - 8442: 16884, 16885, 16886, - 8443: 16884, 16886, 16887, - 8444: 16888, 16889, 16890, - 8445: 16888, 16890, 16891, - 8446: 16892, 16893, 16894, - 8447: 16892, 16894, 16895, - 8448: 16896, 16897, 16898, - 8449: 16896, 16898, 16899, - 8450: 16900, 16901, 16902, - 8451: 16900, 16902, 16903, - 8452: 16904, 16905, 16906, - 8453: 16904, 16906, 16907, - 8454: 16908, 16909, 16910, - 8455: 16908, 16910, 16911, - 8456: 16912, 16913, 16914, - 8457: 16912, 16914, 16915, - 8458: 16916, 16917, 16918, - 8459: 16916, 16918, 16919, - 8460: 16920, 16921, 16922, - 8461: 16920, 16922, 16923, - 8462: 16924, 16925, 16926, - 8463: 16924, 16926, 16927, - 8464: 16928, 16929, 16930, - 8465: 16928, 16930, 16931, - 8466: 16932, 16933, 16934, - 8467: 16932, 16934, 16935, - 8468: 16936, 16937, 16938, - 8469: 16936, 16938, 16939, - 8470: 16940, 16941, 16942, - 8471: 16940, 16942, 16943, - 8472: 16944, 16945, 16946, - 8473: 16944, 16946, 16947, - 8474: 16948, 16949, 16950, - 8475: 16948, 16950, 16951, - 8476: 16952, 16953, 16954, - 8477: 16952, 16954, 16955, - 8478: 16956, 16957, 16958, - 8479: 16956, 16958, 16959, - 8480: 16960, 16961, 16962, - 8481: 16960, 16962, 16963, - 8482: 16964, 16965, 16966, - 8483: 16964, 16966, 16967, - 8484: 16968, 16969, 16970, - 8485: 16968, 16970, 16971, - 8486: 16972, 16973, 16974, - 8487: 16972, 16974, 16975, - 8488: 16976, 16977, 16978, - 8489: 16976, 16978, 16979, - 8490: 16980, 16981, 16982, - 8491: 16980, 16982, 16983, - 8492: 16984, 16985, 16986, - 8493: 16984, 16986, 16987, - 8494: 16988, 16989, 16990, - 8495: 16988, 16990, 16991, - 8496: 16992, 16993, 16994, - 8497: 16992, 16994, 16995, - 8498: 16996, 16997, 16998, - 8499: 16996, 16998, 16999, - 8500: 17000, 17001, 17002, - 8501: 17000, 17002, 17003, - 8502: 17004, 17005, 17006, - 8503: 17004, 17006, 17007, - 8504: 17008, 17009, 17010, - 8505: 17008, 17010, 17011, - 8506: 17012, 17013, 17014, - 8507: 17012, 17014, 17015, - 8508: 17016, 17017, 17018, - 8509: 17016, 17018, 17019, - 8510: 17020, 17021, 17022, - 8511: 17020, 17022, 17023, - 8512: 17024, 17025, 17026, - 8513: 17024, 17026, 17027, - 8514: 17028, 17029, 17030, - 8515: 17028, 17030, 17031, - 8516: 17032, 17033, 17034, - 8517: 17032, 17034, 17035, - 8518: 17036, 17037, 17038, - 8519: 17036, 17038, 17039, - 8520: 17040, 17041, 17042, - 8521: 17040, 17042, 17043, - 8522: 17044, 17045, 17046, - 8523: 17044, 17046, 17047, - 8524: 17048, 17049, 17050, - 8525: 17048, 17050, 17051, - 8526: 17052, 17053, 17054, - 8527: 17052, 17054, 17055, - 8528: 17056, 17057, 17058, - 8529: 17056, 17058, 17059, - 8530: 17060, 17061, 17062, - 8531: 17060, 17062, 17063, - 8532: 17064, 17065, 17066, - 8533: 17064, 17066, 17067, - 8534: 17068, 17069, 17070, - 8535: 17068, 17070, 17071, - 8536: 17072, 17073, 17074, - 8537: 17072, 17074, 17075, - 8538: 17076, 17077, 17078, - 8539: 17076, 17078, 17079, - 8540: 17080, 17081, 17082, - 8541: 17080, 17082, 17083, - 8542: 17084, 17085, 17086, - 8543: 17084, 17086, 17087, - 8544: 17088, 17089, 17090, - 8545: 17088, 17090, 17091, - 8546: 17092, 17093, 17094, - 8547: 17092, 17094, 17095, - 8548: 17096, 17097, 17098, - 8549: 17096, 17098, 17099, - 8550: 17100, 17101, 17102, - 8551: 17100, 17102, 17103, - 8552: 17104, 17105, 17106, - 8553: 17104, 17106, 17107, - 8554: 17108, 17109, 17110, - 8555: 17108, 17110, 17111, - 8556: 17112, 17113, 17114, - 8557: 17112, 17114, 17115, - 8558: 17116, 17117, 17118, - 8559: 17116, 17118, 17119, - 8560: 17120, 17121, 17122, - 8561: 17120, 17122, 17123, - 8562: 17124, 17125, 17126, - 8563: 17124, 17126, 17127, - 8564: 17128, 17129, 17130, - 8565: 17128, 17130, 17131, - 8566: 17132, 17133, 17134, - 8567: 17132, 17134, 17135, - 8568: 17136, 17137, 17138, - 8569: 17136, 17138, 17139, - 8570: 17140, 17141, 17142, - 8571: 17140, 17142, 17143, - 8572: 17144, 17145, 17146, - 8573: 17144, 17146, 17147, - 8574: 17148, 17149, 17150, - 8575: 17148, 17150, 17151, - 8576: 17152, 17153, 17154, - 8577: 17152, 17154, 17155, - 8578: 17156, 17157, 17158, - 8579: 17156, 17158, 17159, - 8580: 17160, 17161, 17162, - 8581: 17160, 17162, 17163, - 8582: 17164, 17165, 17166, - 8583: 17164, 17166, 17167, - 8584: 17168, 17169, 17170, - 8585: 17168, 17170, 17171, - 8586: 17172, 17173, 17174, - 8587: 17172, 17174, 17175, - 8588: 17176, 17177, 17178, - 8589: 17176, 17178, 17179, - 8590: 17180, 17181, 17182, - 8591: 17180, 17182, 17183, - 8592: 17184, 17185, 17186, - 8593: 17184, 17186, 17187, - 8594: 17188, 17189, 17190, - 8595: 17188, 17190, 17191, - 8596: 17192, 17193, 17194, - 8597: 17192, 17194, 17195, - 8598: 17196, 17197, 17198, - 8599: 17196, 17198, 17199, - 8600: 17200, 17201, 17202, - 8601: 17200, 17202, 17203, - 8602: 17204, 17205, 17206, - 8603: 17204, 17206, 17207, - 8604: 17208, 17209, 17210, - 8605: 17208, 17210, 17211, - 8606: 17212, 17213, 17214, - 8607: 17212, 17214, 17215, - 8608: 17216, 17217, 17218, - 8609: 17216, 17218, 17219, - 8610: 17220, 17221, 17222, - 8611: 17220, 17222, 17223, - 8612: 17224, 17225, 17226, - 8613: 17224, 17226, 17227, - 8614: 17228, 17229, 17230, - 8615: 17228, 17230, 17231, - 8616: 17232, 17233, 17234, - 8617: 17232, 17234, 17235, - 8618: 17236, 17237, 17238, - 8619: 17236, 17238, 17239, - 8620: 17240, 17241, 17242, - 8621: 17240, 17242, 17243, - 8622: 17244, 17245, 17246, - 8623: 17244, 17246, 17247, - 8624: 17248, 17249, 17250, - 8625: 17248, 17250, 17251, - 8626: 17252, 17253, 17254, - 8627: 17252, 17254, 17255, - 8628: 17256, 17257, 17258, - 8629: 17256, 17258, 17259, - 8630: 17260, 17261, 17262, - 8631: 17260, 17262, 17263, - 8632: 17264, 17265, 17266, - 8633: 17264, 17266, 17267, - 8634: 17268, 17269, 17270, - 8635: 17268, 17270, 17271, - 8636: 17272, 17273, 17274, - 8637: 17272, 17274, 17275, - 8638: 17276, 17277, 17278, - 8639: 17276, 17278, 17279, - 8640: 17280, 17281, 17282, - 8641: 17280, 17282, 17283, - 8642: 17284, 17285, 17286, - 8643: 17284, 17286, 17287, - 8644: 17288, 17289, 17290, - 8645: 17288, 17290, 17291, - 8646: 17292, 17293, 17294, - 8647: 17292, 17294, 17295, - 8648: 17296, 17297, 17298, - 8649: 17296, 17298, 17299, - 8650: 17300, 17301, 17302, - 8651: 17300, 17302, 17303, - 8652: 17304, 17305, 17306, - 8653: 17304, 17306, 17307, - 8654: 17308, 17309, 17310, - 8655: 17308, 17310, 17311, - 8656: 17312, 17313, 17314, - 8657: 17312, 17314, 17315, - 8658: 17316, 17317, 17318, - 8659: 17316, 17318, 17319, - 8660: 17320, 17321, 17322, - 8661: 17320, 17322, 17323, - 8662: 17324, 17325, 17326, - 8663: 17324, 17326, 17327, - 8664: 17328, 17329, 17330, - 8665: 17328, 17330, 17331, - 8666: 17332, 17333, 17334, - 8667: 17332, 17334, 17335, - 8668: 17336, 17337, 17338, - 8669: 17336, 17338, 17339, - 8670: 17340, 17341, 17342, - 8671: 17340, 17342, 17343, - 8672: 17344, 17345, 17346, - 8673: 17344, 17346, 17347, - 8674: 17348, 17349, 17350, - 8675: 17348, 17350, 17351, - 8676: 17352, 17353, 17354, - 8677: 17352, 17354, 17355, - 8678: 17356, 17357, 17358, - 8679: 17356, 17358, 17359, - 8680: 17360, 17361, 17362, - 8681: 17360, 17362, 17363, - 8682: 17364, 17365, 17366, - 8683: 17364, 17366, 17367, - 8684: 17368, 17369, 17370, - 8685: 17368, 17370, 17371, - 8686: 17372, 17373, 17374, - 8687: 17372, 17374, 17375, - 8688: 17376, 17377, 17378, - 8689: 17376, 17378, 17379, - 8690: 17380, 17381, 17382, - 8691: 17380, 17382, 17383, - 8692: 17384, 17385, 17386, - 8693: 17384, 17386, 17387, - 8694: 17388, 17389, 17390, - 8695: 17388, 17390, 17391, - 8696: 17392, 17393, 17394, - 8697: 17392, 17394, 17395, - 8698: 17396, 17397, 17398, - 8699: 17396, 17398, 17399, - 8700: 17400, 17401, 17402, - 8701: 17400, 17402, 17403, - 8702: 17404, 17405, 17406, - 8703: 17404, 17406, 17407, - 8704: 17408, 17409, 17410, - 8705: 17408, 17410, 17411, - 8706: 17412, 17413, 17414, - 8707: 17412, 17414, 17415, - 8708: 17416, 17417, 17418, - 8709: 17416, 17418, 17419, - 8710: 17420, 17421, 17422, - 8711: 17420, 17422, 17423, - 8712: 17424, 17425, 17426, - 8713: 17424, 17426, 17427, - 8714: 17428, 17429, 17430, - 8715: 17428, 17430, 17431, - 8716: 17432, 17433, 17434, - 8717: 17432, 17434, 17435, - 8718: 17436, 17437, 17438, - 8719: 17436, 17438, 17439, - 8720: 17440, 17441, 17442, - 8721: 17440, 17442, 17443, - 8722: 17444, 17445, 17446, - 8723: 17444, 17446, 17447, - 8724: 17448, 17449, 17450, - 8725: 17448, 17450, 17451, - 8726: 17452, 17453, 17454, - 8727: 17452, 17454, 17455, - 8728: 17456, 17457, 17458, - 8729: 17456, 17458, 17459, - 8730: 17460, 17461, 17462, - 8731: 17460, 17462, 17463, - 8732: 17464, 17465, 17466, - 8733: 17464, 17466, 17467, - 8734: 17468, 17469, 17470, - 8735: 17468, 17470, 17471, - 8736: 17472, 17473, 17474, - 8737: 17472, 17474, 17475, - 8738: 17476, 17477, 17478, - 8739: 17476, 17478, 17479, - 8740: 17480, 17481, 17482, - 8741: 17480, 17482, 17483, - 8742: 17484, 17485, 17486, - 8743: 17484, 17486, 17487, - 8744: 17488, 17489, 17490, - 8745: 17488, 17490, 17491, - 8746: 17492, 17493, 17494, - 8747: 17492, 17494, 17495, - 8748: 17496, 17497, 17498, - 8749: 17496, 17498, 17499, - 8750: 17500, 17501, 17502, - 8751: 17500, 17502, 17503, - 8752: 17504, 17505, 17506, - 8753: 17504, 17506, 17507, - 8754: 17508, 17509, 17510, - 8755: 17508, 17510, 17511, - 8756: 17512, 17513, 17514, - 8757: 17512, 17514, 17515, - 8758: 17516, 17517, 17518, - 8759: 17516, 17518, 17519, - 8760: 17520, 17521, 17522, - 8761: 17520, 17522, 17523, - 8762: 17524, 17525, 17526, - 8763: 17524, 17526, 17527, - 8764: 17528, 17529, 17530, - 8765: 17528, 17530, 17531, - 8766: 17532, 17533, 17534, - 8767: 17532, 17534, 17535, - 8768: 17536, 17537, 17538, - 8769: 17536, 17538, 17539, - 8770: 17540, 17541, 17542, - 8771: 17540, 17542, 17543, - 8772: 17544, 17545, 17546, - 8773: 17544, 17546, 17547, - 8774: 17548, 17549, 17550, - 8775: 17548, 17550, 17551, - 8776: 17552, 17553, 17554, - 8777: 17552, 17554, 17555, - 8778: 17556, 17557, 17558, - 8779: 17556, 17558, 17559, - 8780: 17560, 17561, 17562, - 8781: 17560, 17562, 17563, - 8782: 17564, 17565, 17566, - 8783: 17564, 17566, 17567, - 8784: 17568, 17569, 17570, - 8785: 17568, 17570, 17571, - 8786: 17572, 17573, 17574, - 8787: 17572, 17574, 17575, - 8788: 17576, 17577, 17578, - 8789: 17576, 17578, 17579, - 8790: 17580, 17581, 17582, - 8791: 17580, 17582, 17583, - 8792: 17584, 17585, 17586, - 8793: 17584, 17586, 17587, - 8794: 17588, 17589, 17590, - 8795: 17588, 17590, 17591, - 8796: 17592, 17593, 17594, - 8797: 17592, 17594, 17595, - 8798: 17596, 17597, 17598, - 8799: 17596, 17598, 17599, - 8800: 17600, 17601, 17602, - 8801: 17600, 17602, 17603, - 8802: 17604, 17605, 17606, - 8803: 17604, 17606, 17607, - 8804: 17608, 17609, 17610, - 8805: 17608, 17610, 17611, - 8806: 17612, 17613, 17614, - 8807: 17612, 17614, 17615, - 8808: 17616, 17617, 17618, - 8809: 17616, 17618, 17619, - 8810: 17620, 17621, 17622, - 8811: 17620, 17622, 17623, - 8812: 17624, 17625, 17626, - 8813: 17624, 17626, 17627, - 8814: 17628, 17629, 17630, - 8815: 17628, 17630, 17631, - 8816: 17632, 17633, 17634, - 8817: 17632, 17634, 17635, - 8818: 17636, 17637, 17638, - 8819: 17636, 17638, 17639, - 8820: 17640, 17641, 17642, - 8821: 17640, 17642, 17643, - 8822: 17644, 17645, 17646, - 8823: 17644, 17646, 17647, - 8824: 17648, 17649, 17650, - 8825: 17648, 17650, 17651, - 8826: 17652, 17653, 17654, - 8827: 17652, 17654, 17655, - 8828: 17656, 17657, 17658, - 8829: 17656, 17658, 17659, - 8830: 17660, 17661, 17662, - 8831: 17660, 17662, 17663, - 8832: 17664, 17665, 17666, - 8833: 17664, 17666, 17667, - 8834: 17668, 17669, 17670, - 8835: 17668, 17670, 17671, - 8836: 17672, 17673, 17674, - 8837: 17672, 17674, 17675, - 8838: 17676, 17677, 17678, - 8839: 17676, 17678, 17679, - 8840: 17680, 17681, 17682, - 8841: 17680, 17682, 17683, - 8842: 17684, 17685, 17686, - 8843: 17684, 17686, 17687, - 8844: 17688, 17689, 17690, - 8845: 17688, 17690, 17691, - 8846: 17692, 17693, 17694, - 8847: 17692, 17694, 17695, - 8848: 17696, 17697, 17698, - 8849: 17696, 17698, 17699, - 8850: 17700, 17701, 17702, - 8851: 17700, 17702, 17703, - 8852: 17704, 17705, 17706, - 8853: 17704, 17706, 17707, - 8854: 17708, 17709, 17710, - 8855: 17708, 17710, 17711, - 8856: 17712, 17713, 17714, - 8857: 17712, 17714, 17715, - 8858: 17716, 17717, 17718, - 8859: 17716, 17718, 17719, - 8860: 17720, 17721, 17722, - 8861: 17720, 17722, 17723, - 8862: 17724, 17725, 17726, - 8863: 17724, 17726, 17727, - 8864: 17728, 17729, 17730, - 8865: 17728, 17730, 17731, - 8866: 17732, 17733, 17734, - 8867: 17732, 17734, 17735, - 8868: 17736, 17737, 17738, - 8869: 17736, 17738, 17739, - 8870: 17740, 17741, 17742, - 8871: 17740, 17742, 17743, - 8872: 17744, 17745, 17746, - 8873: 17744, 17746, 17747, - 8874: 17748, 17749, 17750, - 8875: 17748, 17750, 17751, - 8876: 17752, 17753, 17754, - 8877: 17752, 17754, 17755, - 8878: 17756, 17757, 17758, - 8879: 17756, 17758, 17759, - 8880: 17760, 17761, 17762, - 8881: 17760, 17762, 17763, - 8882: 17764, 17765, 17766, - 8883: 17764, 17766, 17767, - 8884: 17768, 17769, 17770, - 8885: 17768, 17770, 17771, - 8886: 17772, 17773, 17774, - 8887: 17772, 17774, 17775, - 8888: 17776, 17777, 17778, - 8889: 17776, 17778, 17779, - 8890: 17780, 17781, 17782, - 8891: 17780, 17782, 17783, - 8892: 17784, 17785, 17786, - 8893: 17784, 17786, 17787, - 8894: 17788, 17789, 17790, - 8895: 17788, 17790, 17791, - 8896: 17792, 17793, 17794, - 8897: 17792, 17794, 17795, - 8898: 17796, 17797, 17798, - 8899: 17796, 17798, 17799, - 8900: 17800, 17801, 17802, - 8901: 17800, 17802, 17803, - 8902: 17804, 17805, 17806, - 8903: 17804, 17806, 17807, - 8904: 17808, 17809, 17810, - 8905: 17808, 17810, 17811, - 8906: 17812, 17813, 17814, - 8907: 17812, 17814, 17815, - 8908: 17816, 17817, 17818, - 8909: 17816, 17818, 17819, - 8910: 17820, 17821, 17822, - 8911: 17820, 17822, 17823, - 8912: 17824, 17825, 17826, - 8913: 17824, 17826, 17827, - 8914: 17828, 17829, 17830, - 8915: 17828, 17830, 17831, - 8916: 17832, 17833, 17834, - 8917: 17832, 17834, 17835, - 8918: 17836, 17837, 17838, - 8919: 17836, 17838, 17839, - 8920: 17840, 17841, 17842, - 8921: 17840, 17842, 17843, - 8922: 17844, 17845, 17846, - 8923: 17844, 17846, 17847, - 8924: 17848, 17849, 17850, - 8925: 17848, 17850, 17851, - 8926: 17852, 17853, 17854, - 8927: 17852, 17854, 17855, - 8928: 17856, 17857, 17858, - 8929: 17856, 17858, 17859, - 8930: 17860, 17861, 17862, - 8931: 17860, 17862, 17863, - 8932: 17864, 17865, 17866, - 8933: 17864, 17866, 17867, - 8934: 17868, 17869, 17870, - 8935: 17868, 17870, 17871, - 8936: 17872, 17873, 17874, - 8937: 17872, 17874, 17875, - 8938: 17876, 17877, 17878, - 8939: 17876, 17878, 17879, - 8940: 17880, 17881, 17882, - 8941: 17880, 17882, 17883, - 8942: 17884, 17885, 17886, - 8943: 17884, 17886, 17887, - 8944: 17888, 17889, 17890, - 8945: 17888, 17890, 17891, - 8946: 17892, 17893, 17894, - 8947: 17892, 17894, 17895, - 8948: 17896, 17897, 17898, - 8949: 17896, 17898, 17899, - 8950: 17900, 17901, 17902, - 8951: 17900, 17902, 17903, - 8952: 17904, 17905, 17906, - 8953: 17904, 17906, 17907, - 8954: 17908, 17909, 17910, - 8955: 17908, 17910, 17911, - 8956: 17912, 17913, 17914, - 8957: 17912, 17914, 17915, - 8958: 17916, 17917, 17918, - 8959: 17916, 17918, 17919, - 8960: 17920, 17921, 17922, - 8961: 17920, 17922, 17923, - 8962: 17924, 17925, 17926, - 8963: 17924, 17926, 17927, - 8964: 17928, 17929, 17930, - 8965: 17928, 17930, 17931, - 8966: 17932, 17933, 17934, - 8967: 17932, 17934, 17935, - 8968: 17936, 17937, 17938, - 8969: 17936, 17938, 17939, - 8970: 17940, 17941, 17942, - 8971: 17940, 17942, 17943, - 8972: 17944, 17945, 17946, - 8973: 17944, 17946, 17947, - 8974: 17948, 17949, 17950, - 8975: 17948, 17950, 17951, - 8976: 17952, 17953, 17954, - 8977: 17952, 17954, 17955, - 8978: 17956, 17957, 17958, - 8979: 17956, 17958, 17959, - 8980: 17960, 17961, 17962, - 8981: 17960, 17962, 17963, - 8982: 17964, 17965, 17966, - 8983: 17964, 17966, 17967, - 8984: 17968, 17969, 17970, - 8985: 17968, 17970, 17971, - 8986: 17972, 17973, 17974, - 8987: 17972, 17974, 17975, - 8988: 17976, 17977, 17978, - 8989: 17976, 17978, 17979, - 8990: 17980, 17981, 17982, - 8991: 17980, 17982, 17983, - 8992: 17984, 17985, 17986, - 8993: 17984, 17986, 17987, - 8994: 17988, 17989, 17990, - 8995: 17988, 17990, 17991, - 8996: 17992, 17993, 17994, - 8997: 17992, 17994, 17995, - 8998: 17996, 17997, 17998, - 8999: 17996, 17998, 17999, - 9000: 18000, 18001, 18002, - 9001: 18000, 18002, 18003, - 9002: 18004, 18005, 18006, - 9003: 18004, 18006, 18007, - 9004: 18008, 18009, 18010, - 9005: 18008, 18010, 18011, - 9006: 18012, 18013, 18014, - 9007: 18012, 18014, 18015, - 9008: 18016, 18017, 18018, - 9009: 18016, 18018, 18019, - 9010: 18020, 18021, 18022, - 9011: 18020, 18022, 18023, - 9012: 18024, 18025, 18026, - 9013: 18024, 18026, 18027, - 9014: 18028, 18029, 18030, - 9015: 18028, 18030, 18031, - 9016: 18032, 18033, 18034, - 9017: 18032, 18034, 18035, - 9018: 18036, 18037, 18038, - 9019: 18036, 18038, 18039, - 9020: 18040, 18041, 18042, - 9021: 18040, 18042, 18043, - 9022: 18044, 18045, 18046, - 9023: 18044, 18046, 18047, - 9024: 18048, 18049, 18050, - 9025: 18048, 18050, 18051, - 9026: 18052, 18053, 18054, - 9027: 18052, 18054, 18055, - 9028: 18056, 18057, 18058, - 9029: 18056, 18058, 18059, - 9030: 18060, 18061, 18062, - 9031: 18060, 18062, 18063, - 9032: 18064, 18065, 18066, - 9033: 18064, 18066, 18067, - 9034: 18068, 18069, 18070, - 9035: 18068, 18070, 18071, - 9036: 18072, 18073, 18074, - 9037: 18072, 18074, 18075, - 9038: 18076, 18077, 18078, - 9039: 18076, 18078, 18079, - 9040: 18080, 18081, 18082, - 9041: 18080, 18082, 18083, - 9042: 18084, 18085, 18086, - 9043: 18084, 18086, 18087, - 9044: 18088, 18089, 18090, - 9045: 18088, 18090, 18091, - 9046: 18092, 18093, 18094, - 9047: 18092, 18094, 18095, - 9048: 18096, 18097, 18098, - 9049: 18096, 18098, 18099, - 9050: 18100, 18101, 18102, - 9051: 18100, 18102, 18103, - 9052: 18104, 18105, 18106, - 9053: 18104, 18106, 18107, - 9054: 18108, 18109, 18110, - 9055: 18108, 18110, 18111, - 9056: 18112, 18113, 18114, - 9057: 18112, 18114, 18115, - 9058: 18116, 18117, 18118, - 9059: 18116, 18118, 18119, - 9060: 18120, 18121, 18122, - 9061: 18120, 18122, 18123, - 9062: 18124, 18125, 18126, - 9063: 18124, 18126, 18127, - 9064: 18128, 18129, 18130, - 9065: 18128, 18130, 18131, - 9066: 18132, 18133, 18134, - 9067: 18132, 18134, 18135, - 9068: 18136, 18137, 18138, - 9069: 18136, 18138, 18139, - 9070: 18140, 18141, 18142, - 9071: 18140, 18142, 18143, - 9072: 18144, 18145, 18146, - 9073: 18144, 18146, 18147, - 9074: 18148, 18149, 18150, - 9075: 18148, 18150, 18151, - 9076: 18152, 18153, 18154, - 9077: 18152, 18154, 18155, - 9078: 18156, 18157, 18158, - 9079: 18156, 18158, 18159, - 9080: 18160, 18161, 18162, - 9081: 18160, 18162, 18163, - 9082: 18164, 18165, 18166, - 9083: 18164, 18166, 18167, - 9084: 18168, 18169, 18170, - 9085: 18168, 18170, 18171, - 9086: 18172, 18173, 18174, - 9087: 18172, 18174, 18175, - 9088: 18176, 18177, 18178, - 9089: 18176, 18178, 18179, - 9090: 18180, 18181, 18182, - 9091: 18180, 18182, 18183, - 9092: 18184, 18185, 18186, - 9093: 18184, 18186, 18187, - 9094: 18188, 18189, 18190, - 9095: 18188, 18190, 18191, - 9096: 18192, 18193, 18194, - 9097: 18192, 18194, 18195, - 9098: 18196, 18197, 18198, - 9099: 18196, 18198, 18199, - 9100: 18200, 18201, 18202, - 9101: 18200, 18202, 18203, - 9102: 18204, 18205, 18206, - 9103: 18204, 18206, 18207, - 9104: 18208, 18209, 18210, - 9105: 18208, 18210, 18211, - 9106: 18212, 18213, 18214, - 9107: 18212, 18214, 18215, - 9108: 18216, 18217, 18218, - 9109: 18216, 18218, 18219, - 9110: 18220, 18221, 18222, - 9111: 18220, 18222, 18223, - 9112: 18224, 18225, 18226, - 9113: 18224, 18226, 18227, - 9114: 18228, 18229, 18230, - 9115: 18228, 18230, 18231, - 9116: 18232, 18233, 18234, - 9117: 18232, 18234, 18235, - 9118: 18236, 18237, 18238, - 9119: 18236, 18238, 18239, - 9120: 18240, 18241, 18242, - 9121: 18240, 18242, 18243, - 9122: 18244, 18245, 18246, - 9123: 18244, 18246, 18247, - 9124: 18248, 18249, 18250, - 9125: 18248, 18250, 18251, - 9126: 18252, 18253, 18254, - 9127: 18252, 18254, 18255, - 9128: 18256, 18257, 18258, - 9129: 18256, 18258, 18259, - 9130: 18260, 18261, 18262, - 9131: 18260, 18262, 18263, - 9132: 18264, 18265, 18266, - 9133: 18264, 18266, 18267, - 9134: 18268, 18269, 18270, - 9135: 18268, 18270, 18271, - 9136: 18272, 18273, 18274, - 9137: 18272, 18274, 18275, - 9138: 18276, 18277, 18278, - 9139: 18276, 18278, 18279, - 9140: 18280, 18281, 18282, - 9141: 18280, 18282, 18283, - 9142: 18284, 18285, 18286, - 9143: 18284, 18286, 18287, - 9144: 18288, 18289, 18290, - 9145: 18288, 18290, 18291, - 9146: 18292, 18293, 18294, - 9147: 18292, 18294, 18295, - 9148: 18296, 18297, 18298, - 9149: 18296, 18298, 18299, - 9150: 18300, 18301, 18302, - 9151: 18300, 18302, 18303, - 9152: 18304, 18305, 18306, - 9153: 18304, 18306, 18307, - 9154: 18308, 18309, 18310, - 9155: 18308, 18310, 18311, - 9156: 18312, 18313, 18314, - 9157: 18312, 18314, 18315, - 9158: 18316, 18317, 18318, - 9159: 18316, 18318, 18319, - 9160: 18320, 18321, 18322, - 9161: 18320, 18322, 18323, - 9162: 18324, 18325, 18326, - 9163: 18324, 18326, 18327, - 9164: 18328, 18329, 18330, - 9165: 18328, 18330, 18331, - 9166: 18332, 18333, 18334, - 9167: 18332, 18334, 18335, - 9168: 18336, 18337, 18338, - 9169: 18336, 18338, 18339, - 9170: 18340, 18341, 18342, - 9171: 18340, 18342, 18343, - 9172: 18344, 18345, 18346, - 9173: 18344, 18346, 18347, - 9174: 18348, 18349, 18350, - 9175: 18348, 18350, 18351, - 9176: 18352, 18353, 18354, - 9177: 18352, 18354, 18355, - 9178: 18356, 18357, 18358, - 9179: 18356, 18358, 18359, - 9180: 18360, 18361, 18362, - 9181: 18360, 18362, 18363, - 9182: 18364, 18365, 18366, - 9183: 18364, 18366, 18367, - 9184: 18368, 18369, 18370, - 9185: 18368, 18370, 18371, - 9186: 18372, 18373, 18374, - 9187: 18372, 18374, 18375, - 9188: 18376, 18377, 18378, - 9189: 18376, 18378, 18379, - 9190: 18380, 18381, 18382, - 9191: 18380, 18382, 18383, - 9192: 18384, 18385, 18386, - 9193: 18384, 18386, 18387, - 9194: 18388, 18389, 18390, - 9195: 18388, 18390, 18391, - 9196: 18392, 18393, 18394, - 9197: 18392, 18394, 18395, - 9198: 18396, 18397, 18398, - 9199: 18396, 18398, 18399, - 9200: 18400, 18401, 18402, - 9201: 18400, 18402, 18403, - 9202: 18404, 18405, 18406, - 9203: 18404, 18406, 18407, - 9204: 18408, 18409, 18410, - 9205: 18408, 18410, 18411, - 9206: 18412, 18413, 18414, - 9207: 18412, 18414, 18415, - 9208: 18416, 18417, 18418, - 9209: 18416, 18418, 18419, - 9210: 18420, 18421, 18422, - 9211: 18420, 18422, 18423, - 9212: 18424, 18425, 18426, - 9213: 18424, 18426, 18427, - 9214: 18428, 18429, 18430, - 9215: 18428, 18430, 18431, - 9216: 18432, 18433, 18434, - 9217: 18432, 18434, 18435, - 9218: 18436, 18437, 18438, - 9219: 18436, 18438, 18439, - 9220: 18440, 18441, 18442, - 9221: 18440, 18442, 18443, - 9222: 18444, 18445, 18446, - 9223: 18444, 18446, 18447, - 9224: 18448, 18449, 18450, - 9225: 18448, 18450, 18451, - 9226: 18452, 18453, 18454, - 9227: 18452, 18454, 18455, - 9228: 18456, 18457, 18458, - 9229: 18456, 18458, 18459, - 9230: 18460, 18461, 18462, - 9231: 18460, 18462, 18463, - 9232: 18464, 18465, 18466, - 9233: 18464, 18466, 18467, - 9234: 18468, 18469, 18470, - 9235: 18468, 18470, 18471, - 9236: 18472, 18473, 18474, - 9237: 18472, 18474, 18475, - 9238: 18476, 18477, 18478, - 9239: 18476, 18478, 18479, - 9240: 18480, 18481, 18482, - 9241: 18480, 18482, 18483, - 9242: 18484, 18485, 18486, - 9243: 18484, 18486, 18487, - 9244: 18488, 18489, 18490, - 9245: 18488, 18490, 18491, - 9246: 18492, 18493, 18494, - 9247: 18492, 18494, 18495, - 9248: 18496, 18497, 18498, - 9249: 18496, 18498, 18499, - 9250: 18500, 18501, 18502, - 9251: 18500, 18502, 18503, - 9252: 18504, 18505, 18506, - 9253: 18504, 18506, 18507, - 9254: 18508, 18509, 18510, - 9255: 18508, 18510, 18511, - 9256: 18512, 18513, 18514, - 9257: 18512, 18514, 18515, - 9258: 18516, 18517, 18518, - 9259: 18516, 18518, 18519, - 9260: 18520, 18521, 18522, - 9261: 18520, 18522, 18523, - 9262: 18524, 18525, 18526, - 9263: 18524, 18526, 18527, - 9264: 18528, 18529, 18530, - 9265: 18528, 18530, 18531, - 9266: 18532, 18533, 18534, - 9267: 18532, 18534, 18535, - 9268: 18536, 18537, 18538, - 9269: 18536, 18538, 18539, - 9270: 18540, 18541, 18542, - 9271: 18540, 18542, 18543, - 9272: 18544, 18545, 18546, - 9273: 18544, 18546, 18547, - 9274: 18548, 18549, 18550, - 9275: 18548, 18550, 18551, - 9276: 18552, 18553, 18554, - 9277: 18552, 18554, 18555, - 9278: 18556, 18557, 18558, - 9279: 18556, 18558, 18559, - 9280: 18560, 18561, 18562, - 9281: 18560, 18562, 18563, - 9282: 18564, 18565, 18566, - 9283: 18564, 18566, 18567, - 9284: 18568, 18569, 18570, - 9285: 18568, 18570, 18571, - 9286: 18572, 18573, 18574, - 9287: 18572, 18574, 18575, - 9288: 18576, 18577, 18578, - 9289: 18576, 18578, 18579, - 9290: 18580, 18581, 18582, - 9291: 18580, 18582, 18583, - 9292: 18584, 18585, 18586, - 9293: 18584, 18586, 18587, - 9294: 18588, 18589, 18590, - 9295: 18588, 18590, 18591, - 9296: 18592, 18593, 18594, - 9297: 18592, 18594, 18595, - 9298: 18596, 18597, 18598, - 9299: 18596, 18598, 18599, - 9300: 18600, 18601, 18602, - 9301: 18600, 18602, 18603, - 9302: 18604, 18605, 18606, - 9303: 18604, 18606, 18607, - 9304: 18608, 18609, 18610, - 9305: 18608, 18610, 18611, - 9306: 18612, 18613, 18614, - 9307: 18612, 18614, 18615, - 9308: 18616, 18617, 18618, - 9309: 18616, 18618, 18619, - 9310: 18620, 18621, 18622, - 9311: 18620, 18622, 18623, - 9312: 18624, 18625, 18626, - 9313: 18624, 18626, 18627, - 9314: 18628, 18629, 18630, - 9315: 18628, 18630, 18631, - 9316: 18632, 18633, 18634, - 9317: 18632, 18634, 18635, - 9318: 18636, 18637, 18638, - 9319: 18636, 18638, 18639, - 9320: 18640, 18641, 18642, - 9321: 18640, 18642, 18643, - 9322: 18644, 18645, 18646, - 9323: 18644, 18646, 18647, - 9324: 18648, 18649, 18650, - 9325: 18648, 18650, 18651, - 9326: 18652, 18653, 18654, - 9327: 18652, 18654, 18655, - 9328: 18656, 18657, 18658, - 9329: 18656, 18658, 18659, - 9330: 18660, 18661, 18662, - 9331: 18660, 18662, 18663, - 9332: 18664, 18665, 18666, - 9333: 18664, 18666, 18667, - 9334: 18668, 18669, 18670, - 9335: 18668, 18670, 18671, - 9336: 18672, 18673, 18674, - 9337: 18672, 18674, 18675, - 9338: 18676, 18677, 18678, - 9339: 18676, 18678, 18679, - 9340: 18680, 18681, 18682, - 9341: 18680, 18682, 18683, - 9342: 18684, 18685, 18686, - 9343: 18684, 18686, 18687, - 9344: 18688, 18689, 18690, - 9345: 18688, 18690, 18691, - 9346: 18692, 18693, 18694, - 9347: 18692, 18694, 18695, - 9348: 18696, 18697, 18698, - 9349: 18696, 18698, 18699, - 9350: 18700, 18701, 18702, - 9351: 18700, 18702, 18703, - 9352: 18704, 18705, 18706, - 9353: 18704, 18706, 18707, - 9354: 18708, 18709, 18710, - 9355: 18708, 18710, 18711, - 9356: 18712, 18713, 18714, - 9357: 18712, 18714, 18715, - 9358: 18716, 18717, 18718, - 9359: 18716, 18718, 18719, - 9360: 18720, 18721, 18722, - 9361: 18720, 18722, 18723, - 9362: 18724, 18725, 18726, - 9363: 18724, 18726, 18727, - 9364: 18728, 18729, 18730, - 9365: 18728, 18730, 18731, - 9366: 18732, 18733, 18734, - 9367: 18732, 18734, 18735, - 9368: 18736, 18737, 18738, - 9369: 18736, 18738, 18739, - 9370: 18740, 18741, 18742, - 9371: 18740, 18742, 18743, - 9372: 18744, 18745, 18746, - 9373: 18744, 18746, 18747, - 9374: 18748, 18749, 18750, - 9375: 18748, 18750, 18751, - 9376: 18752, 18753, 18754, - 9377: 18752, 18754, 18755, - 9378: 18756, 18757, 18758, - 9379: 18756, 18758, 18759, - 9380: 18760, 18761, 18762, - 9381: 18760, 18762, 18763, - 9382: 18764, 18765, 18766, - 9383: 18764, 18766, 18767, - 9384: 18768, 18769, 18770, - 9385: 18768, 18770, 18771, - 9386: 18772, 18773, 18774, - 9387: 18772, 18774, 18775, - 9388: 18776, 18777, 18778, - 9389: 18776, 18778, 18779, - 9390: 18780, 18781, 18782, - 9391: 18780, 18782, 18783, - 9392: 18784, 18785, 18786, - 9393: 18784, 18786, 18787, - 9394: 18788, 18789, 18790, - 9395: 18788, 18790, 18791, - 9396: 18792, 18793, 18794, - 9397: 18792, 18794, 18795, - 9398: 18796, 18797, 18798, - 9399: 18796, 18798, 18799, - 9400: 18800, 18801, 18802, - 9401: 18800, 18802, 18803, - 9402: 18804, 18805, 18806, - 9403: 18804, 18806, 18807, - 9404: 18808, 18809, 18810, - 9405: 18808, 18810, 18811, - 9406: 18812, 18813, 18814, - 9407: 18812, 18814, 18815, - 9408: 18816, 18817, 18818, - 9409: 18816, 18818, 18819, - 9410: 18820, 18821, 18822, - 9411: 18820, 18822, 18823, - 9412: 18824, 18825, 18826, - 9413: 18824, 18826, 18827, - 9414: 18828, 18829, 18830, - 9415: 18828, 18830, 18831, - 9416: 18832, 18833, 18834, - 9417: 18832, 18834, 18835, - 9418: 18836, 18837, 18838, - 9419: 18836, 18838, 18839, - 9420: 18840, 18841, 18842, - 9421: 18840, 18842, 18843, - 9422: 18844, 18845, 18846, - 9423: 18844, 18846, 18847, - 9424: 18848, 18849, 18850, - 9425: 18848, 18850, 18851, - 9426: 18852, 18853, 18854, - 9427: 18852, 18854, 18855, - 9428: 18856, 18857, 18858, - 9429: 18856, 18858, 18859, - 9430: 18860, 18861, 18862, - 9431: 18860, 18862, 18863, - 9432: 18864, 18865, 18866, - 9433: 18864, 18866, 18867, - 9434: 18868, 18869, 18870, - 9435: 18868, 18870, 18871, - 9436: 18872, 18873, 18874, - 9437: 18872, 18874, 18875, - 9438: 18876, 18877, 18878, - 9439: 18876, 18878, 18879, - 9440: 18880, 18881, 18882, - 9441: 18880, 18882, 18883, - 9442: 18884, 18885, 18886, - 9443: 18884, 18886, 18887, - 9444: 18888, 18889, 18890, - 9445: 18888, 18890, 18891, - 9446: 18892, 18893, 18894, - 9447: 18892, 18894, 18895, - 9448: 18896, 18897, 18898, - 9449: 18896, 18898, 18899, - 9450: 18900, 18901, 18902, - 9451: 18900, 18902, 18903, - 9452: 18904, 18905, 18906, - 9453: 18904, 18906, 18907, - 9454: 18908, 18909, 18910, - 9455: 18908, 18910, 18911, - 9456: 18912, 18913, 18914, - 9457: 18912, 18914, 18915, - 9458: 18916, 18917, 18918, - 9459: 18916, 18918, 18919, - 9460: 18920, 18921, 18922, - 9461: 18920, 18922, 18923, - 9462: 18924, 18925, 18926, - 9463: 18924, 18926, 18927, - 9464: 18928, 18929, 18930, - 9465: 18928, 18930, 18931, - 9466: 18932, 18933, 18934, - 9467: 18932, 18934, 18935, - 9468: 18936, 18937, 18938, - 9469: 18936, 18938, 18939, - 9470: 18940, 18941, 18942, - 9471: 18940, 18942, 18943, - 9472: 18944, 18945, 18946, - 9473: 18944, 18946, 18947, - 9474: 18948, 18949, 18950, - 9475: 18948, 18950, 18951, - 9476: 18952, 18953, 18954, - 9477: 18952, 18954, 18955, - 9478: 18956, 18957, 18958, - 9479: 18956, 18958, 18959, - 9480: 18960, 18961, 18962, - 9481: 18960, 18962, 18963, - 9482: 18964, 18965, 18966, - 9483: 18964, 18966, 18967, - 9484: 18968, 18969, 18970, - 9485: 18968, 18970, 18971, - 9486: 18972, 18973, 18974, - 9487: 18972, 18974, 18975, - 9488: 18976, 18977, 18978, - 9489: 18976, 18978, 18979, - 9490: 18980, 18981, 18982, - 9491: 18980, 18982, 18983, - 9492: 18984, 18985, 18986, - 9493: 18984, 18986, 18987, - 9494: 18988, 18989, 18990, - 9495: 18988, 18990, 18991, - 9496: 18992, 18993, 18994, - 9497: 18992, 18994, 18995, - 9498: 18996, 18997, 18998, - 9499: 18996, 18998, 18999, - 9500: 19000, 19001, 19002, - 9501: 19000, 19002, 19003, - 9502: 19004, 19005, 19006, - 9503: 19004, 19006, 19007, - 9504: 19008, 19009, 19010, - 9505: 19008, 19010, 19011, - 9506: 19012, 19013, 19014, - 9507: 19012, 19014, 19015, - 9508: 19016, 19017, 19018, - 9509: 19016, 19018, 19019, - 9510: 19020, 19021, 19022, - 9511: 19020, 19022, 19023, - 9512: 19024, 19025, 19026, - 9513: 19024, 19026, 19027, - 9514: 19028, 19029, 19030, - 9515: 19028, 19030, 19031, - 9516: 19032, 19033, 19034, - 9517: 19032, 19034, 19035, - 9518: 19036, 19037, 19038, - 9519: 19036, 19038, 19039, - 9520: 19040, 19041, 19042, - 9521: 19040, 19042, 19043, - 9522: 19044, 19045, 19046, - 9523: 19044, 19046, 19047, - 9524: 19048, 19049, 19050, - 9525: 19048, 19050, 19051, - 9526: 19052, 19053, 19054, - 9527: 19052, 19054, 19055, - 9528: 19056, 19057, 19058, - 9529: 19056, 19058, 19059, - 9530: 19060, 19061, 19062, - 9531: 19060, 19062, 19063, - 9532: 19064, 19065, 19066, - 9533: 19064, 19066, 19067, - 9534: 19068, 19069, 19070, - 9535: 19068, 19070, 19071, - 9536: 19072, 19073, 19074, - 9537: 19072, 19074, 19075, - 9538: 19076, 19077, 19078, - 9539: 19076, 19078, 19079, - 9540: 19080, 19081, 19082, - 9541: 19080, 19082, 19083, - 9542: 19084, 19085, 19086, - 9543: 19084, 19086, 19087, - 9544: 19088, 19089, 19090, - 9545: 19088, 19090, 19091, - 9546: 19092, 19093, 19094, - 9547: 19092, 19094, 19095, - 9548: 19096, 19097, 19098, - 9549: 19096, 19098, 19099, - 9550: 19100, 19101, 19102, - 9551: 19100, 19102, 19103, - 9552: 19104, 19105, 19106, - 9553: 19104, 19106, 19107, - 9554: 19108, 19109, 19110, - 9555: 19108, 19110, 19111, - 9556: 19112, 19113, 19114, - 9557: 19112, 19114, 19115, - 9558: 19116, 19117, 19118, - 9559: 19116, 19118, 19119, - 9560: 19120, 19121, 19122, - 9561: 19120, 19122, 19123, - 9562: 19124, 19125, 19126, - 9563: 19124, 19126, 19127, - 9564: 19128, 19129, 19130, - 9565: 19128, 19130, 19131, - 9566: 19132, 19133, 19134, - 9567: 19132, 19134, 19135, - 9568: 19136, 19137, 19138, - 9569: 19136, 19138, 19139, - 9570: 19140, 19141, 19142, - 9571: 19140, 19142, 19143, - 9572: 19144, 19145, 19146, - 9573: 19144, 19146, 19147, - 9574: 19148, 19149, 19150, - 9575: 19148, 19150, 19151, - 9576: 19152, 19153, 19154, - 9577: 19152, 19154, 19155, - 9578: 19156, 19157, 19158, - 9579: 19156, 19158, 19159, - 9580: 19160, 19161, 19162, - 9581: 19160, 19162, 19163, - 9582: 19164, 19165, 19166, - 9583: 19164, 19166, 19167, - 9584: 19168, 19169, 19170, - 9585: 19168, 19170, 19171, - 9586: 19172, 19173, 19174, - 9587: 19172, 19174, 19175, - 9588: 19176, 19177, 19178, - 9589: 19176, 19178, 19179, - 9590: 19180, 19181, 19182, - 9591: 19180, 19182, 19183, - 9592: 19184, 19185, 19186, - 9593: 19184, 19186, 19187, - 9594: 19188, 19189, 19190, - 9595: 19188, 19190, 19191, - 9596: 19192, 19193, 19194, - 9597: 19192, 19194, 19195, - 9598: 19196, 19197, 19198, - 9599: 19196, 19198, 19199, - 9600: 19200, 19201, 19202, - 9601: 19200, 19202, 19203, - 9602: 19204, 19205, 19206, - 9603: 19204, 19206, 19207, - 9604: 19208, 19209, 19210, - 9605: 19208, 19210, 19211, - 9606: 19212, 19213, 19214, - 9607: 19212, 19214, 19215, - 9608: 19216, 19217, 19218, - 9609: 19216, 19218, 19219, - 9610: 19220, 19221, 19222, - 9611: 19220, 19222, 19223, - 9612: 19224, 19225, 19226, - 9613: 19224, 19226, 19227, - 9614: 19228, 19229, 19230, - 9615: 19228, 19230, 19231, - 9616: 19232, 19233, 19234, - 9617: 19232, 19234, 19235, - 9618: 19236, 19237, 19238, - 9619: 19236, 19238, 19239, - 9620: 19240, 19241, 19242, - 9621: 19240, 19242, 19243, - 9622: 19244, 19245, 19246, - 9623: 19244, 19246, 19247, - 9624: 19248, 19249, 19250, - 9625: 19248, 19250, 19251, - 9626: 19252, 19253, 19254, - 9627: 19252, 19254, 19255, - 9628: 19256, 19257, 19258, - 9629: 19256, 19258, 19259, - 9630: 19260, 19261, 19262, - 9631: 19260, 19262, 19263, - 9632: 19264, 19265, 19266, - 9633: 19264, 19266, 19267, - 9634: 19268, 19269, 19270, - 9635: 19268, 19270, 19271, - 9636: 19272, 19273, 19274, - 9637: 19272, 19274, 19275, - 9638: 19276, 19277, 19278, - 9639: 19276, 19278, 19279, - 9640: 19280, 19281, 19282, - 9641: 19280, 19282, 19283, - 9642: 19284, 19285, 19286, - 9643: 19284, 19286, 19287, - 9644: 19288, 19289, 19290, - 9645: 19288, 19290, 19291, - 9646: 19292, 19293, 19294, - 9647: 19292, 19294, 19295, - 9648: 19296, 19297, 19298, - 9649: 19296, 19298, 19299, - 9650: 19300, 19301, 19302, - 9651: 19300, 19302, 19303, - 9652: 19304, 19305, 19306, - 9653: 19304, 19306, 19307, - 9654: 19308, 19309, 19310, - 9655: 19308, 19310, 19311, - 9656: 19312, 19313, 19314, - 9657: 19312, 19314, 19315, - 9658: 19316, 19317, 19318, - 9659: 19316, 19318, 19319, - 9660: 19320, 19321, 19322, - 9661: 19320, 19322, 19323, - 9662: 19324, 19325, 19326, - 9663: 19324, 19326, 19327, - 9664: 19328, 19329, 19330, - 9665: 19328, 19330, 19331, - 9666: 19332, 19333, 19334, - 9667: 19332, 19334, 19335, - 9668: 19336, 19337, 19338, - 9669: 19336, 19338, 19339, - 9670: 19340, 19341, 19342, - 9671: 19340, 19342, 19343, - 9672: 19344, 19345, 19346, - 9673: 19344, 19346, 19347, - 9674: 19348, 19349, 19350, - 9675: 19348, 19350, 19351, - 9676: 19352, 19353, 19354, - 9677: 19352, 19354, 19355, - 9678: 19356, 19357, 19358, - 9679: 19356, 19358, 19359, - 9680: 19360, 19361, 19362, - 9681: 19360, 19362, 19363, - 9682: 19364, 19365, 19366, - 9683: 19364, 19366, 19367, - 9684: 19368, 19369, 19370, - 9685: 19368, 19370, 19371, - 9686: 19372, 19373, 19374, - 9687: 19372, 19374, 19375, - 9688: 19376, 19377, 19378, - 9689: 19376, 19378, 19379, - 9690: 19380, 19381, 19382, - 9691: 19380, 19382, 19383, - 9692: 19384, 19385, 19386, - 9693: 19384, 19386, 19387, - 9694: 19388, 19389, 19390, - 9695: 19388, 19390, 19391, - 9696: 19392, 19393, 19394, - 9697: 19392, 19394, 19395, - 9698: 19396, 19397, 19398, - 9699: 19396, 19398, 19399, - 9700: 19400, 19401, 19402, - 9701: 19400, 19402, 19403, - 9702: 19404, 19405, 19406, - 9703: 19404, 19406, 19407, - 9704: 19408, 19409, 19410, - 9705: 19408, 19410, 19411, - 9706: 19412, 19413, 19414, - 9707: 19412, 19414, 19415, - 9708: 19416, 19417, 19418, - 9709: 19416, 19418, 19419, - 9710: 19420, 19421, 19422, - 9711: 19420, 19422, 19423, - 9712: 19424, 19425, 19426, - 9713: 19424, 19426, 19427, - 9714: 19428, 19429, 19430, - 9715: 19428, 19430, 19431, - 9716: 19432, 19433, 19434, - 9717: 19432, 19434, 19435, - 9718: 19436, 19437, 19438, - 9719: 19436, 19438, 19439, - 9720: 19440, 19441, 19442, - 9721: 19440, 19442, 19443, - 9722: 19444, 19445, 19446, - 9723: 19444, 19446, 19447, - 9724: 19448, 19449, 19450, - 9725: 19448, 19450, 19451, - 9726: 19452, 19453, 19454, - 9727: 19452, 19454, 19455, - 9728: 19456, 19457, 19458, - 9729: 19456, 19458, 19459, - 9730: 19460, 19461, 19462, - 9731: 19460, 19462, 19463, - 9732: 19464, 19465, 19466, - 9733: 19464, 19466, 19467, - 9734: 19468, 19469, 19470, - 9735: 19468, 19470, 19471, - 9736: 19472, 19473, 19474, - 9737: 19472, 19474, 19475, - 9738: 19476, 19477, 19478, - 9739: 19476, 19478, 19479, - 9740: 19480, 19481, 19482, - 9741: 19480, 19482, 19483, - 9742: 19484, 19485, 19486, - 9743: 19484, 19486, 19487, - 9744: 19488, 19489, 19490, - 9745: 19488, 19490, 19491, - 9746: 19492, 19493, 19494, - 9747: 19492, 19494, 19495, - 9748: 19496, 19497, 19498, - 9749: 19496, 19498, 19499, - 9750: 19500, 19501, 19502, - 9751: 19500, 19502, 19503, - 9752: 19504, 19505, 19506, - 9753: 19504, 19506, 19507, - 9754: 19508, 19509, 19510, - 9755: 19508, 19510, 19511, - 9756: 19512, 19513, 19514, - 9757: 19512, 19514, 19515, - 9758: 19516, 19517, 19518, - 9759: 19516, 19518, 19519, - 9760: 19520, 19521, 19522, - 9761: 19520, 19522, 19523, - 9762: 19524, 19525, 19526, - 9763: 19524, 19526, 19527, - 9764: 19528, 19529, 19530, - 9765: 19528, 19530, 19531, - 9766: 19532, 19533, 19534, - 9767: 19532, 19534, 19535, - 9768: 19536, 19537, 19538, - 9769: 19536, 19538, 19539, - 9770: 19540, 19541, 19542, - 9771: 19540, 19542, 19543, - 9772: 19544, 19545, 19546, - 9773: 19544, 19546, 19547, - 9774: 19548, 19549, 19550, - 9775: 19548, 19550, 19551, - 9776: 19552, 19553, 19554, - 9777: 19552, 19554, 19555, - 9778: 19556, 19557, 19558, - 9779: 19556, 19558, 19559, - 9780: 19560, 19561, 19562, - 9781: 19560, 19562, 19563, - 9782: 19564, 19565, 19566, - 9783: 19564, 19566, 19567, - 9784: 19568, 19569, 19570, - 9785: 19568, 19570, 19571, - 9786: 19572, 19573, 19574, - 9787: 19572, 19574, 19575, - 9788: 19576, 19577, 19578, - 9789: 19576, 19578, 19579, - 9790: 19580, 19581, 19582, - 9791: 19580, 19582, 19583, - 9792: 19584, 19585, 19586, - 9793: 19584, 19586, 19587, - 9794: 19588, 19589, 19590, - 9795: 19588, 19590, 19591, - 9796: 19592, 19593, 19594, - 9797: 19592, 19594, 19595, - 9798: 19596, 19597, 19598, - 9799: 19596, 19598, 19599, - 9800: 19600, 19601, 19602, - 9801: 19600, 19602, 19603, - 9802: 19604, 19605, 19606, - 9803: 19604, 19606, 19607, - 9804: 19608, 19609, 19610, - 9805: 19608, 19610, 19611, - 9806: 19612, 19613, 19614, - 9807: 19612, 19614, 19615, - 9808: 19616, 19617, 19618, - 9809: 19616, 19618, 19619, - 9810: 19620, 19621, 19622, - 9811: 19620, 19622, 19623, - 9812: 19624, 19625, 19626, - 9813: 19624, 19626, 19627, - 9814: 19628, 19629, 19630, - 9815: 19628, 19630, 19631, - 9816: 19632, 19633, 19634, - 9817: 19632, 19634, 19635, - 9818: 19636, 19637, 19638, - 9819: 19636, 19638, 19639, - 9820: 19640, 19641, 19642, - 9821: 19640, 19642, 19643, - 9822: 19644, 19645, 19646, - 9823: 19644, 19646, 19647, - 9824: 19648, 19649, 19650, - 9825: 19648, 19650, 19651, - 9826: 19652, 19653, 19654, - 9827: 19652, 19654, 19655, - 9828: 19656, 19657, 19658, - 9829: 19656, 19658, 19659, - 9830: 19660, 19661, 19662, - 9831: 19660, 19662, 19663, - 9832: 19664, 19665, 19666, - 9833: 19664, 19666, 19667, - 9834: 19668, 19669, 19670, - 9835: 19668, 19670, 19671, - 9836: 19672, 19673, 19674, - 9837: 19672, 19674, 19675, - 9838: 19676, 19677, 19678, - 9839: 19676, 19678, 19679, - 9840: 19680, 19681, 19682, - 9841: 19680, 19682, 19683, - 9842: 19684, 19685, 19686, - 9843: 19684, 19686, 19687, - 9844: 19688, 19689, 19690, - 9845: 19688, 19690, 19691, - 9846: 19692, 19693, 19694, - 9847: 19692, 19694, 19695, - 9848: 19696, 19697, 19698, - 9849: 19696, 19698, 19699, - 9850: 19700, 19701, 19702, - 9851: 19700, 19702, 19703, - 9852: 19704, 19705, 19706, - 9853: 19704, 19706, 19707, - 9854: 19708, 19709, 19710, - 9855: 19708, 19710, 19711, - 9856: 19712, 19713, 19714, - 9857: 19712, 19714, 19715, - 9858: 19716, 19717, 19718, - 9859: 19716, 19718, 19719, - 9860: 19720, 19721, 19722, - 9861: 19720, 19722, 19723, - 9862: 19724, 19725, 19726, - 9863: 19724, 19726, 19727, - 9864: 19728, 19729, 19730, - 9865: 19728, 19730, 19731, - 9866: 19732, 19733, 19734, - 9867: 19732, 19734, 19735, - 9868: 19736, 19737, 19738, - 9869: 19736, 19738, 19739, - 9870: 19740, 19741, 19742, - 9871: 19740, 19742, 19743, - 9872: 19744, 19745, 19746, - 9873: 19744, 19746, 19747, - 9874: 19748, 19749, 19750, - 9875: 19748, 19750, 19751, - 9876: 19752, 19753, 19754, - 9877: 19752, 19754, 19755, - 9878: 19756, 19757, 19758, - 9879: 19756, 19758, 19759, - 9880: 19760, 19761, 19762, - 9881: 19760, 19762, 19763, - 9882: 19764, 19765, 19766, - 9883: 19764, 19766, 19767, - 9884: 19768, 19769, 19770, - 9885: 19768, 19770, 19771, - 9886: 19772, 19773, 19774, - 9887: 19772, 19774, 19775, - 9888: 19776, 19777, 19778, - 9889: 19776, 19778, 19779, - 9890: 19780, 19781, 19782, - 9891: 19780, 19782, 19783, - 9892: 19784, 19785, 19786, - 9893: 19784, 19786, 19787, - 9894: 19788, 19789, 19790, - 9895: 19788, 19790, 19791, - 9896: 19792, 19793, 19794, - 9897: 19792, 19794, 19795, - 9898: 19796, 19797, 19798, - 9899: 19796, 19798, 19799, - 9900: 19800, 19801, 19802, - 9901: 19800, 19802, 19803, - 9902: 19804, 19805, 19806, - 9903: 19804, 19806, 19807, - 9904: 19808, 19809, 19810, - 9905: 19808, 19810, 19811, - 9906: 19812, 19813, 19814, - 9907: 19812, 19814, 19815, - 9908: 19816, 19817, 19818, - 9909: 19816, 19818, 19819, - 9910: 19820, 19821, 19822, - 9911: 19820, 19822, 19823, - 9912: 19824, 19825, 19826, - 9913: 19824, 19826, 19827, - 9914: 19828, 19829, 19830, - 9915: 19828, 19830, 19831, - 9916: 19832, 19833, 19834, - 9917: 19832, 19834, 19835, - 9918: 19836, 19837, 19838, - 9919: 19836, 19838, 19839, - 9920: 19840, 19841, 19842, - 9921: 19840, 19842, 19843, - 9922: 19844, 19845, 19846, - 9923: 19844, 19846, 19847, - 9924: 19848, 19849, 19850, - 9925: 19848, 19850, 19851, - 9926: 19852, 19853, 19854, - 9927: 19852, 19854, 19855, - 9928: 19856, 19857, 19858, - 9929: 19856, 19858, 19859, - 9930: 19860, 19861, 19862, - 9931: 19860, 19862, 19863, - 9932: 19864, 19865, 19866, - 9933: 19864, 19866, 19867, - 9934: 19868, 19869, 19870, - 9935: 19868, 19870, 19871, - 9936: 19872, 19873, 19874, - 9937: 19872, 19874, 19875, - 9938: 19876, 19877, 19878, - 9939: 19876, 19878, 19879, - 9940: 19880, 19881, 19882, - 9941: 19880, 19882, 19883, - 9942: 19884, 19885, 19886, - 9943: 19884, 19886, 19887, - 9944: 19888, 19889, 19890, - 9945: 19888, 19890, 19891, - 9946: 19892, 19893, 19894, - 9947: 19892, 19894, 19895, - 9948: 19896, 19897, 19898, - 9949: 19896, 19898, 19899, - 9950: 19900, 19901, 19902, - 9951: 19900, 19902, 19903, - 9952: 19904, 19905, 19906, - 9953: 19904, 19906, 19907, - 9954: 19908, 19909, 19910, - 9955: 19908, 19910, 19911, - 9956: 19912, 19913, 19914, - 9957: 19912, 19914, 19915, - 9958: 19916, 19917, 19918, - 9959: 19916, 19918, 19919, - 9960: 19920, 19921, 19922, - 9961: 19920, 19922, 19923, - 9962: 19924, 19925, 19926, - 9963: 19924, 19926, 19927, - 9964: 19928, 19929, 19930, - 9965: 19928, 19930, 19931, - 9966: 19932, 19933, 19934, - 9967: 19932, 19934, 19935, - 9968: 19936, 19937, 19938, - 9969: 19936, 19938, 19939, - 9970: 19940, 19941, 19942, - 9971: 19940, 19942, 19943, - 9972: 19944, 19945, 19946, - 9973: 19944, 19946, 19947, - 9974: 19948, 19949, 19950, - 9975: 19948, 19950, 19951, - 9976: 19952, 19953, 19954, - 9977: 19952, 19954, 19955, - 9978: 19956, 19957, 19958, - 9979: 19956, 19958, 19959, - 9980: 19960, 19961, 19962, - 9981: 19960, 19962, 19963, - 9982: 19964, 19965, 19966, - 9983: 19964, 19966, 19967, - 9984: 19968, 19969, 19970, - 9985: 19968, 19970, 19971, - 9986: 19972, 19973, 19974, - 9987: 19972, 19974, 19975, - 9988: 19976, 19977, 19978, - 9989: 19976, 19978, 19979, - 9990: 19980, 19981, 19982, - 9991: 19980, 19982, 19983, - 9992: 19984, 19985, 19986, - 9993: 19984, 19986, 19987, - 9994: 19988, 19989, 19990, - 9995: 19988, 19990, 19991, - 9996: 19992, 19993, 19994, - 9997: 19992, 19994, 19995, - 9998: 19996, 19997, 19998, - 9999: 19996, 19998, 19999, - 10000: 20000, 20001, 20002, - 10001: 20000, 20002, 20003, - 10002: 20004, 20005, 20006, - 10003: 20004, 20006, 20007, - 10004: 20008, 20009, 20010, - 10005: 20008, 20010, 20011, - 10006: 20012, 20013, 20014, - 10007: 20012, 20014, 20015, - 10008: 20016, 20017, 20018, - 10009: 20016, 20018, 20019, - 10010: 20020, 20021, 20022, - 10011: 20020, 20022, 20023, - 10012: 20024, 20025, 20026, - 10013: 20024, 20026, 20027, - 10014: 20028, 20029, 20030, - 10015: 20028, 20030, 20031, - 10016: 20032, 20033, 20034, - 10017: 20032, 20034, 20035, - 10018: 20036, 20037, 20038, - 10019: 20036, 20038, 20039, - 10020: 20040, 20041, 20042, - 10021: 20040, 20042, 20043, - 10022: 20044, 20045, 20046, - 10023: 20044, 20046, 20047, - 10024: 20048, 20049, 20050, - 10025: 20048, 20050, 20051, - 10026: 20052, 20053, 20054, - 10027: 20052, 20054, 20055, - 10028: 20056, 20057, 20058, - 10029: 20056, 20058, 20059, - 10030: 20060, 20061, 20062, - 10031: 20060, 20062, 20063, - 10032: 20064, 20065, 20066, - 10033: 20064, 20066, 20067, - 10034: 20068, 20069, 20070, - 10035: 20068, 20070, 20071, - 10036: 20072, 20073, 20074, - 10037: 20072, 20074, 20075, - 10038: 20076, 20077, 20078, - 10039: 20076, 20078, 20079, - 10040: 20080, 20081, 20082, - 10041: 20080, 20082, 20083, - 10042: 20084, 20085, 20086, - 10043: 20084, 20086, 20087, - 10044: 20088, 20089, 20090, - 10045: 20088, 20090, 20091, - 10046: 20092, 20093, 20094, - 10047: 20092, 20094, 20095, - 10048: 20096, 20097, 20098, - 10049: 20096, 20098, 20099, - 10050: 20100, 20101, 20102, - 10051: 20100, 20102, 20103, - 10052: 20104, 20105, 20106, - 10053: 20104, 20106, 20107, - 10054: 20108, 20109, 20110, - 10055: 20108, 20110, 20111, - 10056: 20112, 20113, 20114, - 10057: 20112, 20114, 20115, - 10058: 20116, 20117, 20118, - 10059: 20116, 20118, 20119, - 10060: 20120, 20121, 20122, - 10061: 20120, 20122, 20123, - 10062: 20124, 20125, 20126, - 10063: 20124, 20126, 20127, - 10064: 20128, 20129, 20130, - 10065: 20128, 20130, 20131, - 10066: 20132, 20133, 20134, - 10067: 20132, 20134, 20135, - 10068: 20136, 20137, 20138, - 10069: 20136, 20138, 20139, - 10070: 20140, 20141, 20142, - 10071: 20140, 20142, 20143, - 10072: 20144, 20145, 20146, - 10073: 20144, 20146, 20147, - 10074: 20148, 20149, 20150, - 10075: 20148, 20150, 20151, - 10076: 20152, 20153, 20154, - 10077: 20152, 20154, 20155, - 10078: 20156, 20157, 20158, - 10079: 20156, 20158, 20159, - 10080: 20160, 20161, 20162, - 10081: 20160, 20162, 20163, - 10082: 20164, 20165, 20166, - 10083: 20164, 20166, 20167, - 10084: 20168, 20169, 20170, - 10085: 20168, 20170, 20171, - 10086: 20172, 20173, 20174, - 10087: 20172, 20174, 20175, - 10088: 20176, 20177, 20178, - 10089: 20176, 20178, 20179, - 10090: 20180, 20181, 20182, - 10091: 20180, 20182, 20183, - 10092: 20184, 20185, 20186, - 10093: 20184, 20186, 20187, - 10094: 20188, 20189, 20190, - 10095: 20188, 20190, 20191, - 10096: 20192, 20193, 20194, - 10097: 20192, 20194, 20195, - 10098: 20196, 20197, 20198, - 10099: 20196, 20198, 20199, - 10100: 20200, 20201, 20202, - 10101: 20200, 20202, 20203, - 10102: 20204, 20205, 20206, - 10103: 20204, 20206, 20207, - 10104: 20208, 20209, 20210, - 10105: 20208, 20210, 20211, - 10106: 20212, 20213, 20214, - 10107: 20212, 20214, 20215, - 10108: 20216, 20217, 20218, - 10109: 20216, 20218, 20219, - 10110: 20220, 20221, 20222, - 10111: 20220, 20222, 20223, - 10112: 20224, 20225, 20226, - 10113: 20224, 20226, 20227, - 10114: 20228, 20229, 20230, - 10115: 20228, 20230, 20231, - 10116: 20232, 20233, 20234, - 10117: 20232, 20234, 20235, - 10118: 20236, 20237, 20238, - 10119: 20236, 20238, 20239, - 10120: 20240, 20241, 20242, - 10121: 20240, 20242, 20243, - 10122: 20244, 20245, 20246, - 10123: 20244, 20246, 20247, - 10124: 20248, 20249, 20250, - 10125: 20248, 20250, 20251, - 10126: 20252, 20253, 20254, - 10127: 20252, 20254, 20255, - 10128: 20256, 20257, 20258, - 10129: 20256, 20258, 20259, - 10130: 20260, 20261, 20262, - 10131: 20260, 20262, 20263, - 10132: 20264, 20265, 20266, - 10133: 20264, 20266, 20267, - 10134: 20268, 20269, 20270, - 10135: 20268, 20270, 20271, - 10136: 20272, 20273, 20274, - 10137: 20272, 20274, 20275, - 10138: 20276, 20277, 20278, - 10139: 20276, 20278, 20279, - 10140: 20280, 20281, 20282, - 10141: 20280, 20282, 20283, - 10142: 20284, 20285, 20286, - 10143: 20284, 20286, 20287, - 10144: 20288, 20289, 20290, - 10145: 20288, 20290, 20291, - 10146: 20292, 20293, 20294, - 10147: 20292, 20294, 20295, - 10148: 20296, 20297, 20298, - 10149: 20296, 20298, 20299, - 10150: 20300, 20301, 20302, - 10151: 20300, 20302, 20303, - 10152: 20304, 20305, 20306, - 10153: 20304, 20306, 20307, - 10154: 20308, 20309, 20310, - 10155: 20308, 20310, 20311, - 10156: 20312, 20313, 20314, - 10157: 20312, 20314, 20315, - 10158: 20316, 20317, 20318, - 10159: 20316, 20318, 20319, - 10160: 20320, 20321, 20322, - 10161: 20320, 20322, 20323, - 10162: 20324, 20325, 20326, - 10163: 20324, 20326, 20327, - 10164: 20328, 20329, 20330, - 10165: 20328, 20330, 20331, - 10166: 20332, 20333, 20334, - 10167: 20332, 20334, 20335, - 10168: 20336, 20337, 20338, - 10169: 20336, 20338, 20339, - 10170: 20340, 20341, 20342, - 10171: 20340, 20342, 20343, - 10172: 20344, 20345, 20346, - 10173: 20344, 20346, 20347, - 10174: 20348, 20349, 20350, - 10175: 20348, 20350, 20351, - 10176: 20352, 20353, 20354, - 10177: 20352, 20354, 20355, - 10178: 20356, 20357, 20358, - 10179: 20356, 20358, 20359, - 10180: 20360, 20361, 20362, - 10181: 20360, 20362, 20363, - 10182: 20364, 20365, 20366, - 10183: 20364, 20366, 20367, - 10184: 20368, 20369, 20370, - 10185: 20368, 20370, 20371, - 10186: 20372, 20373, 20374, - 10187: 20372, 20374, 20375, - 10188: 20376, 20377, 20378, - 10189: 20376, 20378, 20379, - 10190: 20380, 20381, 20382, - 10191: 20380, 20382, 20383, - 10192: 20384, 20385, 20386, - 10193: 20384, 20386, 20387, - 10194: 20388, 20389, 20390, - 10195: 20388, 20390, 20391, - 10196: 20392, 20393, 20394, - 10197: 20392, 20394, 20395, - 10198: 20396, 20397, 20398, - 10199: 20396, 20398, 20399, - 10200: 20400, 20401, 20402, - 10201: 20400, 20402, 20403, - 10202: 20404, 20405, 20406, - 10203: 20404, 20406, 20407, - 10204: 20408, 20409, 20410, - 10205: 20408, 20410, 20411, - 10206: 20412, 20413, 20414, - 10207: 20412, 20414, 20415, - 10208: 20416, 20417, 20418, - 10209: 20416, 20418, 20419, - 10210: 20420, 20421, 20422, - 10211: 20420, 20422, 20423, - 10212: 20424, 20425, 20426, - 10213: 20424, 20426, 20427, - 10214: 20428, 20429, 20430, - 10215: 20428, 20430, 20431, - 10216: 20432, 20433, 20434, - 10217: 20432, 20434, 20435, - 10218: 20436, 20437, 20438, - 10219: 20436, 20438, 20439, - 10220: 20440, 20441, 20442, - 10221: 20440, 20442, 20443, - 10222: 20444, 20445, 20446, - 10223: 20444, 20446, 20447, - 10224: 20448, 20449, 20450, - 10225: 20448, 20450, 20451, - 10226: 20452, 20453, 20454, - 10227: 20452, 20454, 20455, - 10228: 20456, 20457, 20458, - 10229: 20456, 20458, 20459, - 10230: 20460, 20461, 20462, - 10231: 20460, 20462, 20463, - 10232: 20464, 20465, 20466, - 10233: 20464, 20466, 20467, - 10234: 20468, 20469, 20470, - 10235: 20468, 20470, 20471, - 10236: 20472, 20473, 20474, - 10237: 20472, 20474, 20475, - 10238: 20476, 20477, 20478, - 10239: 20476, 20478, 20479, - 10240: 20480, 20481, 20482, - 10241: 20480, 20482, 20483, - 10242: 20484, 20485, 20486, - 10243: 20484, 20486, 20487, - 10244: 20488, 20489, 20490, - 10245: 20488, 20490, 20491, - 10246: 20492, 20493, 20494, - 10247: 20492, 20494, 20495, - 10248: 20496, 20497, 20498, - 10249: 20496, 20498, 20499, - 10250: 20500, 20501, 20502, - 10251: 20500, 20502, 20503, - 10252: 20504, 20505, 20506, - 10253: 20504, 20506, 20507, - 10254: 20508, 20509, 20510, - 10255: 20508, 20510, 20511, - 10256: 20512, 20513, 20514, - 10257: 20512, 20514, 20515, - 10258: 20516, 20517, 20518, - 10259: 20516, 20518, 20519, - 10260: 20520, 20521, 20522, - 10261: 20520, 20522, 20523, - 10262: 20524, 20525, 20526, - 10263: 20524, 20526, 20527, - 10264: 20528, 20529, 20530, - 10265: 20528, 20530, 20531, - 10266: 20532, 20533, 20534, - 10267: 20532, 20534, 20535, - 10268: 20536, 20537, 20538, - 10269: 20536, 20538, 20539, - 10270: 20540, 20541, 20542, - 10271: 20540, 20542, 20543, - 10272: 20544, 20545, 20546, - 10273: 20544, 20546, 20547, - 10274: 20548, 20549, 20550, - 10275: 20548, 20550, 20551, - 10276: 20552, 20553, 20554, - 10277: 20552, 20554, 20555, - 10278: 20556, 20557, 20558, - 10279: 20556, 20558, 20559, - 10280: 20560, 20561, 20562, - 10281: 20560, 20562, 20563, - 10282: 20564, 20565, 20566, - 10283: 20564, 20566, 20567, - 10284: 20568, 20569, 20570, - 10285: 20568, 20570, 20571, - 10286: 20572, 20573, 20574, - 10287: 20572, 20574, 20575, - 10288: 20576, 20577, 20578, - 10289: 20576, 20578, 20579, - 10290: 20580, 20581, 20582, - 10291: 20580, 20582, 20583, - 10292: 20584, 20585, 20586, - 10293: 20584, 20586, 20587, - 10294: 20588, 20589, 20590, - 10295: 20588, 20590, 20591, - 10296: 20592, 20593, 20594, - 10297: 20592, 20594, 20595, - 10298: 20596, 20597, 20598, - 10299: 20596, 20598, 20599, - 10300: 20600, 20601, 20602, - 10301: 20600, 20602, 20603, - 10302: 20604, 20605, 20606, - 10303: 20604, 20606, 20607, - 10304: 20608, 20609, 20610, - 10305: 20608, 20610, 20611, - 10306: 20612, 20613, 20614, - 10307: 20612, 20614, 20615, - 10308: 20616, 20617, 20618, - 10309: 20616, 20618, 20619, - 10310: 20620, 20621, 20622, - 10311: 20620, 20622, 20623, - 10312: 20624, 20625, 20626, - 10313: 20624, 20626, 20627, - 10314: 20628, 20629, 20630, - 10315: 20628, 20630, 20631, - 10316: 20632, 20633, 20634, - 10317: 20632, 20634, 20635, - 10318: 20636, 20637, 20638, - 10319: 20636, 20638, 20639, - 10320: 20640, 20641, 20642, - 10321: 20640, 20642, 20643, - 10322: 20644, 20645, 20646, - 10323: 20644, 20646, 20647, - 10324: 20648, 20649, 20650, - 10325: 20648, 20650, 20651, - 10326: 20652, 20653, 20654, - 10327: 20652, 20654, 20655, - 10328: 20656, 20657, 20658, - 10329: 20656, 20658, 20659, - 10330: 20660, 20661, 20662, - 10331: 20660, 20662, 20663, - 10332: 20664, 20665, 20666, - 10333: 20664, 20666, 20667, - 10334: 20668, 20669, 20670, - 10335: 20668, 20670, 20671, - 10336: 20672, 20673, 20674, - 10337: 20672, 20674, 20675, - 10338: 20676, 20677, 20678, - 10339: 20676, 20678, 20679, - 10340: 20680, 20681, 20682, - 10341: 20680, 20682, 20683, - 10342: 20684, 20685, 20686, - 10343: 20684, 20686, 20687, - 10344: 20688, 20689, 20690, - 10345: 20688, 20690, 20691, - 10346: 20692, 20693, 20694, - 10347: 20692, 20694, 20695, - 10348: 20696, 20697, 20698, - 10349: 20696, 20698, 20699, - 10350: 20700, 20701, 20702, - 10351: 20700, 20702, 20703, - 10352: 20704, 20705, 20706, - 10353: 20704, 20706, 20707, - 10354: 20708, 20709, 20710, - 10355: 20708, 20710, 20711, - 10356: 20712, 20713, 20714, - 10357: 20712, 20714, 20715, - 10358: 20716, 20717, 20718, - 10359: 20716, 20718, 20719, - 10360: 20720, 20721, 20722, - 10361: 20720, 20722, 20723, - 10362: 20724, 20725, 20726, - 10363: 20724, 20726, 20727, - 10364: 20728, 20729, 20730, - 10365: 20728, 20730, 20731, - 10366: 20732, 20733, 20734, - 10367: 20732, 20734, 20735, - 10368: 20736, 20737, 20738, - 10369: 20736, 20738, 20739, - 10370: 20740, 20741, 20742, - 10371: 20740, 20742, 20743, - 10372: 20744, 20745, 20746, - 10373: 20744, 20746, 20747, - 10374: 20748, 20749, 20750, - 10375: 20748, 20750, 20751, - 10376: 20752, 20753, 20754, - 10377: 20752, 20754, 20755, - 10378: 20756, 20757, 20758, - 10379: 20756, 20758, 20759, - 10380: 20760, 20761, 20762, - 10381: 20760, 20762, 20763, - 10382: 20764, 20765, 20766, - 10383: 20764, 20766, 20767, - 10384: 20768, 20769, 20770, - 10385: 20768, 20770, 20771, - 10386: 20772, 20773, 20774, - 10387: 20772, 20774, 20775, - 10388: 20776, 20777, 20778, - 10389: 20776, 20778, 20779, - 10390: 20780, 20781, 20782, - 10391: 20780, 20782, 20783, - 10392: 20784, 20785, 20786, - 10393: 20784, 20786, 20787, - 10394: 20788, 20789, 20790, - 10395: 20788, 20790, 20791, - 10396: 20792, 20793, 20794, - 10397: 20792, 20794, 20795, - 10398: 20796, 20797, 20798, - 10399: 20796, 20798, 20799, - 10400: 20800, 20801, 20802, - 10401: 20800, 20802, 20803, - 10402: 20804, 20805, 20806, - 10403: 20804, 20806, 20807, - 10404: 20808, 20809, 20810, - 10405: 20808, 20810, 20811, - 10406: 20812, 20813, 20814, - 10407: 20812, 20814, 20815, - 10408: 20816, 20817, 20818, - 10409: 20816, 20818, 20819, - 10410: 20820, 20821, 20822, - 10411: 20820, 20822, 20823, - 10412: 20824, 20825, 20826, - 10413: 20824, 20826, 20827, - 10414: 20828, 20829, 20830, - 10415: 20828, 20830, 20831, - 10416: 20832, 20833, 20834, - 10417: 20832, 20834, 20835, - 10418: 20836, 20837, 20838, - 10419: 20836, 20838, 20839, - 10420: 20840, 20841, 20842, - 10421: 20840, 20842, 20843, - 10422: 20844, 20845, 20846, - 10423: 20844, 20846, 20847, - 10424: 20848, 20849, 20850, - 10425: 20848, 20850, 20851, - 10426: 20852, 20853, 20854, - 10427: 20852, 20854, 20855, - 10428: 20856, 20857, 20858, - 10429: 20856, 20858, 20859, - 10430: 20860, 20861, 20862, - 10431: 20860, 20862, 20863, - 10432: 20864, 20865, 20866, - 10433: 20864, 20866, 20867, - 10434: 20868, 20869, 20870, - 10435: 20868, 20870, 20871, - 10436: 20872, 20873, 20874, - 10437: 20872, 20874, 20875, - 10438: 20876, 20877, 20878, - 10439: 20876, 20878, 20879, - 10440: 20880, 20881, 20882, - 10441: 20880, 20882, 20883, - 10442: 20884, 20885, 20886, - 10443: 20884, 20886, 20887, - 10444: 20888, 20889, 20890, - 10445: 20888, 20890, 20891, - 10446: 20892, 20893, 20894, - 10447: 20892, 20894, 20895, - 10448: 20896, 20897, 20898, - 10449: 20896, 20898, 20899, - 10450: 20900, 20901, 20902, - 10451: 20900, 20902, 20903, - 10452: 20904, 20905, 20906, - 10453: 20904, 20906, 20907, - 10454: 20908, 20909, 20910, - 10455: 20908, 20910, 20911, - 10456: 20912, 20913, 20914, - 10457: 20912, 20914, 20915, - 10458: 20916, 20917, 20918, - 10459: 20916, 20918, 20919, - 10460: 20920, 20921, 20922, - 10461: 20920, 20922, 20923, - 10462: 20924, 20925, 20926, - 10463: 20924, 20926, 20927, - 10464: 20928, 20929, 20930, - 10465: 20928, 20930, 20931, - 10466: 20932, 20933, 20934, - 10467: 20932, 20934, 20935, - 10468: 20936, 20937, 20938, - 10469: 20936, 20938, 20939, - 10470: 20940, 20941, 20942, - 10471: 20940, 20942, 20943, - 10472: 20944, 20945, 20946, - 10473: 20944, 20946, 20947, - 10474: 20948, 20949, 20950, - 10475: 20948, 20950, 20951, - 10476: 20952, 20953, 20954, - 10477: 20952, 20954, 20955, - 10478: 20956, 20957, 20958, - 10479: 20956, 20958, 20959, - 10480: 20960, 20961, 20962, - 10481: 20960, 20962, 20963, - 10482: 20964, 20965, 20966, - 10483: 20964, 20966, 20967, - 10484: 20968, 20969, 20970, - 10485: 20968, 20970, 20971, - 10486: 20972, 20973, 20974, - 10487: 20972, 20974, 20975, - 10488: 20976, 20977, 20978, - 10489: 20976, 20978, 20979, - 10490: 20980, 20981, 20982, - 10491: 20980, 20982, 20983, - 10492: 20984, 20985, 20986, - 10493: 20984, 20986, 20987, - 10494: 20988, 20989, 20990, - 10495: 20988, 20990, 20991, - 10496: 20992, 20993, 20994, - 10497: 20992, 20994, 20995, - 10498: 20996, 20997, 20998, - 10499: 20996, 20998, 20999, - 10500: 21000, 21001, 21002, - 10501: 21000, 21002, 21003, - 10502: 21004, 21005, 21006, - 10503: 21004, 21006, 21007, - 10504: 21008, 21009, 21010, - 10505: 21008, 21010, 21011, - 10506: 21012, 21013, 21014, - 10507: 21012, 21014, 21015, - 10508: 21016, 21017, 21018, - 10509: 21016, 21018, 21019, - 10510: 21020, 21021, 21022, - 10511: 21020, 21022, 21023, - 10512: 21024, 21025, 21026, - 10513: 21024, 21026, 21027, - 10514: 21028, 21029, 21030, - 10515: 21028, 21030, 21031, - 10516: 21032, 21033, 21034, - 10517: 21032, 21034, 21035, - 10518: 21036, 21037, 21038, - 10519: 21036, 21038, 21039, - 10520: 21040, 21041, 21042, - 10521: 21040, 21042, 21043, - 10522: 21044, 21045, 21046, - 10523: 21044, 21046, 21047, - 10524: 21048, 21049, 21050, - 10525: 21048, 21050, 21051, - 10526: 21052, 21053, 21054, - 10527: 21052, 21054, 21055, - 10528: 21056, 21057, 21058, - 10529: 21056, 21058, 21059, - 10530: 21060, 21061, 21062, - 10531: 21060, 21062, 21063, - 10532: 21064, 21065, 21066, - 10533: 21064, 21066, 21067, - 10534: 21068, 21069, 21070, - 10535: 21068, 21070, 21071, - 10536: 21072, 21073, 21074, - 10537: 21072, 21074, 21075, - 10538: 21076, 21077, 21078, - 10539: 21076, 21078, 21079, - 10540: 21080, 21081, 21082, - 10541: 21080, 21082, 21083, - 10542: 21084, 21085, 21086, - 10543: 21084, 21086, 21087, - 10544: 21088, 21089, 21090, - 10545: 21088, 21090, 21091, - 10546: 21092, 21093, 21094, - 10547: 21092, 21094, 21095, - 10548: 21096, 21097, 21098, - 10549: 21096, 21098, 21099, - 10550: 21100, 21101, 21102, - 10551: 21100, 21102, 21103, - 10552: 21104, 21105, 21106, - 10553: 21104, 21106, 21107, - 10554: 21108, 21109, 21110, - 10555: 21108, 21110, 21111, - 10556: 21112, 21113, 21114, - 10557: 21112, 21114, 21115, - 10558: 21116, 21117, 21118, - 10559: 21116, 21118, 21119, - 10560: 21120, 21121, 21122, - 10561: 21120, 21122, 21123, - 10562: 21124, 21125, 21126, - 10563: 21124, 21126, 21127, - 10564: 21128, 21129, 21130, - 10565: 21128, 21130, 21131, - 10566: 21132, 21133, 21134, - 10567: 21132, 21134, 21135, - 10568: 21136, 21137, 21138, - 10569: 21136, 21138, 21139, - 10570: 21140, 21141, 21142, - 10571: 21140, 21142, 21143, - 10572: 21144, 21145, 21146, - 10573: 21144, 21146, 21147, - 10574: 21148, 21149, 21150, - 10575: 21148, 21150, 21151, - 10576: 21152, 21153, 21154, - 10577: 21152, 21154, 21155, - 10578: 21156, 21157, 21158, - 10579: 21156, 21158, 21159, - 10580: 21160, 21161, 21162, - 10581: 21160, 21162, 21163, - 10582: 21164, 21165, 21166, - 10583: 21164, 21166, 21167, - 10584: 21168, 21169, 21170, - 10585: 21168, 21170, 21171, - 10586: 21172, 21173, 21174, - 10587: 21172, 21174, 21175, - 10588: 21176, 21177, 21178, - 10589: 21176, 21178, 21179, - 10590: 21180, 21181, 21182, - 10591: 21180, 21182, 21183, - 10592: 21184, 21185, 21186, - 10593: 21184, 21186, 21187, - 10594: 21188, 21189, 21190, - 10595: 21188, 21190, 21191, - 10596: 21192, 21193, 21194, - 10597: 21192, 21194, 21195, - 10598: 21196, 21197, 21198, - 10599: 21196, 21198, 21199, - 10600: 21200, 21201, 21202, - 10601: 21200, 21202, 21203, - 10602: 21204, 21205, 21206, - 10603: 21204, 21206, 21207, - 10604: 21208, 21209, 21210, - 10605: 21208, 21210, 21211, - 10606: 21212, 21213, 21214, - 10607: 21212, 21214, 21215, - 10608: 21216, 21217, 21218, - 10609: 21216, 21218, 21219, - 10610: 21220, 21221, 21222, - 10611: 21220, 21222, 21223, - 10612: 21224, 21225, 21226, - 10613: 21224, 21226, 21227, - 10614: 21228, 21229, 21230, - 10615: 21228, 21230, 21231, - 10616: 21232, 21233, 21234, - 10617: 21232, 21234, 21235, - 10618: 21236, 21237, 21238, - 10619: 21236, 21238, 21239, - 10620: 21240, 21241, 21242, - 10621: 21240, 21242, 21243, - 10622: 21244, 21245, 21246, - 10623: 21244, 21246, 21247, - 10624: 21248, 21249, 21250, - 10625: 21248, 21250, 21251, - 10626: 21252, 21253, 21254, - 10627: 21252, 21254, 21255, - 10628: 21256, 21257, 21258, - 10629: 21256, 21258, 21259, - 10630: 21260, 21261, 21262, - 10631: 21260, 21262, 21263, - 10632: 21264, 21265, 21266, - 10633: 21264, 21266, 21267, - 10634: 21268, 21269, 21270, - 10635: 21268, 21270, 21271, - 10636: 21272, 21273, 21274, - 10637: 21272, 21274, 21275, - 10638: 21276, 21277, 21278, - 10639: 21276, 21278, 21279, - 10640: 21280, 21281, 21282, - 10641: 21280, 21282, 21283, - 10642: 21284, 21285, 21286, - 10643: 21284, 21286, 21287, - 10644: 21288, 21289, 21290, - 10645: 21288, 21290, 21291, - 10646: 21292, 21293, 21294, - 10647: 21292, 21294, 21295, - 10648: 21296, 21297, 21298, - 10649: 21296, 21298, 21299, - 10650: 21300, 21301, 21302, - 10651: 21300, 21302, 21303, - 10652: 21304, 21305, 21306, - 10653: 21304, 21306, 21307, - 10654: 21308, 21309, 21310, - 10655: 21308, 21310, 21311, - 10656: 21312, 21313, 21314, - 10657: 21312, 21314, 21315, - 10658: 21316, 21317, 21318, - 10659: 21316, 21318, 21319, - 10660: 21320, 21321, 21322, - 10661: 21320, 21322, 21323, - 10662: 21324, 21325, 21326, - 10663: 21324, 21326, 21327, - 10664: 21328, 21329, 21330, - 10665: 21328, 21330, 21331, - 10666: 21332, 21333, 21334, - 10667: 21332, 21334, 21335, - 10668: 21336, 21337, 21338, - 10669: 21336, 21338, 21339, - 10670: 21340, 21341, 21342, - 10671: 21340, 21342, 21343, - 10672: 21344, 21345, 21346, - 10673: 21344, 21346, 21347, - 10674: 21348, 21349, 21350, - 10675: 21348, 21350, 21351, - 10676: 21352, 21353, 21354, - 10677: 21352, 21354, 21355, - 10678: 21356, 21357, 21358, - 10679: 21356, 21358, 21359, - 10680: 21360, 21361, 21362, - 10681: 21360, 21362, 21363, - 10682: 21364, 21365, 21366, - 10683: 21364, 21366, 21367, - 10684: 21368, 21369, 21370, - 10685: 21368, 21370, 21371, - 10686: 21372, 21373, 21374, - 10687: 21372, 21374, 21375, - 10688: 21376, 21377, 21378, - 10689: 21376, 21378, 21379, - 10690: 21380, 21381, 21382, - 10691: 21380, 21382, 21383, - 10692: 21384, 21385, 21386, - 10693: 21384, 21386, 21387, - 10694: 21388, 21389, 21390, - 10695: 21388, 21390, 21391, - 10696: 21392, 21393, 21394, - 10697: 21392, 21394, 21395, - 10698: 21396, 21397, 21398, - 10699: 21396, 21398, 21399, - 10700: 21400, 21401, 21402, - 10701: 21400, 21402, 21403, - 10702: 21404, 21405, 21406, - 10703: 21404, 21406, 21407, - 10704: 21408, 21409, 21410, - 10705: 21408, 21410, 21411, - 10706: 21412, 21413, 21414, - 10707: 21412, 21414, 21415, - 10708: 21416, 21417, 21418, - 10709: 21416, 21418, 21419, - 10710: 21420, 21421, 21422, - 10711: 21420, 21422, 21423, - 10712: 21424, 21425, 21426, - 10713: 21424, 21426, 21427, - 10714: 21428, 21429, 21430, - 10715: 21428, 21430, 21431, - 10716: 21432, 21433, 21434, - 10717: 21432, 21434, 21435, - 10718: 21436, 21437, 21438, - 10719: 21436, 21438, 21439, - 10720: 21440, 21441, 21442, - 10721: 21440, 21442, 21443, - 10722: 21444, 21445, 21446, - 10723: 21444, 21446, 21447, - 10724: 21448, 21449, 21450, - 10725: 21448, 21450, 21451, - 10726: 21452, 21453, 21454, - 10727: 21452, 21454, 21455, - 10728: 21456, 21457, 21458, - 10729: 21456, 21458, 21459, - 10730: 21460, 21461, 21462, - 10731: 21460, 21462, 21463, - 10732: 21464, 21465, 21466, - 10733: 21464, 21466, 21467, - 10734: 21468, 21469, 21470, - 10735: 21468, 21470, 21471, - 10736: 21472, 21473, 21474, - 10737: 21472, 21474, 21475, - 10738: 21476, 21477, 21478, - 10739: 21476, 21478, 21479, - 10740: 21480, 21481, 21482, - 10741: 21480, 21482, 21483, - 10742: 21484, 21485, 21486, - 10743: 21484, 21486, 21487, - 10744: 21488, 21489, 21490, - 10745: 21488, 21490, 21491, - 10746: 21492, 21493, 21494, - 10747: 21492, 21494, 21495, - 10748: 21496, 21497, 21498, - 10749: 21496, 21498, 21499, - 10750: 21500, 21501, 21502, - 10751: 21500, 21502, 21503, - 10752: 21504, 21505, 21506, - 10753: 21504, 21506, 21507, - 10754: 21508, 21509, 21510, - 10755: 21508, 21510, 21511, - 10756: 21512, 21513, 21514, - 10757: 21512, 21514, 21515, - 10758: 21516, 21517, 21518, - 10759: 21516, 21518, 21519, - 10760: 21520, 21521, 21522, - 10761: 21520, 21522, 21523, - 10762: 21524, 21525, 21526, - 10763: 21524, 21526, 21527, - 10764: 21528, 21529, 21530, - 10765: 21528, 21530, 21531, - 10766: 21532, 21533, 21534, - 10767: 21532, 21534, 21535, - 10768: 21536, 21537, 21538, - 10769: 21536, 21538, 21539, - 10770: 21540, 21541, 21542, - 10771: 21540, 21542, 21543, - 10772: 21544, 21545, 21546, - 10773: 21544, 21546, 21547, - 10774: 21548, 21549, 21550, - 10775: 21548, 21550, 21551, - 10776: 21552, 21553, 21554, - 10777: 21552, 21554, 21555, - 10778: 21556, 21557, 21558, - 10779: 21556, 21558, 21559, - 10780: 21560, 21561, 21562, - 10781: 21560, 21562, 21563, - 10782: 21564, 21565, 21566, - 10783: 21564, 21566, 21567, - 10784: 21568, 21569, 21570, - 10785: 21568, 21570, 21571, - 10786: 21572, 21573, 21574, - 10787: 21572, 21574, 21575, - 10788: 21576, 21577, 21578, - 10789: 21576, 21578, 21579, - 10790: 21580, 21581, 21582, - 10791: 21580, 21582, 21583, - 10792: 21584, 21585, 21586, - 10793: 21584, 21586, 21587, - 10794: 21588, 21589, 21590, - 10795: 21588, 21590, 21591, - 10796: 21592, 21593, 21594, - 10797: 21592, 21594, 21595, - 10798: 21596, 21597, 21598, - 10799: 21596, 21598, 21599, - 10800: 21600, 21601, 21602, - 10801: 21600, 21602, 21603, - 10802: 21604, 21605, 21606, - 10803: 21604, 21606, 21607, - 10804: 21608, 21609, 21610, - 10805: 21608, 21610, 21611, - 10806: 21612, 21613, 21614, - 10807: 21612, 21614, 21615, - 10808: 21616, 21617, 21618, - 10809: 21616, 21618, 21619, - 10810: 21620, 21621, 21622, - 10811: 21620, 21622, 21623, - 10812: 21624, 21625, 21626, - 10813: 21624, 21626, 21627, - 10814: 21628, 21629, 21630, - 10815: 21628, 21630, 21631, - 10816: 21632, 21633, 21634, - 10817: 21632, 21634, 21635, - 10818: 21636, 21637, 21638, - 10819: 21636, 21638, 21639, - 10820: 21640, 21641, 21642, - 10821: 21640, 21642, 21643, - 10822: 21644, 21645, 21646, - 10823: 21644, 21646, 21647, - 10824: 21648, 21649, 21650, - 10825: 21648, 21650, 21651, - 10826: 21652, 21653, 21654, - 10827: 21652, 21654, 21655, - 10828: 21656, 21657, 21658, - 10829: 21656, 21658, 21659, - 10830: 21660, 21661, 21662, - 10831: 21660, 21662, 21663, - 10832: 21664, 21665, 21666, - 10833: 21664, 21666, 21667, - 10834: 21668, 21669, 21670, - 10835: 21668, 21670, 21671, - 10836: 21672, 21673, 21674, - 10837: 21672, 21674, 21675, - 10838: 21676, 21677, 21678, - 10839: 21676, 21678, 21679, - 10840: 21680, 21681, 21682, - 10841: 21680, 21682, 21683, - 10842: 21684, 21685, 21686, - 10843: 21684, 21686, 21687, - 10844: 21688, 21689, 21690, - 10845: 21688, 21690, 21691, - 10846: 21692, 21693, 21694, - 10847: 21692, 21694, 21695, - 10848: 21696, 21697, 21698, - 10849: 21696, 21698, 21699, - 10850: 21700, 21701, 21702, - 10851: 21700, 21702, 21703, - 10852: 21704, 21705, 21706, - 10853: 21704, 21706, 21707, - 10854: 21708, 21709, 21710, - 10855: 21708, 21710, 21711, - 10856: 21712, 21713, 21714, - 10857: 21712, 21714, 21715, - 10858: 21716, 21717, 21718, - 10859: 21716, 21718, 21719, - 10860: 21720, 21721, 21722, - 10861: 21720, 21722, 21723, - 10862: 21724, 21725, 21726, - 10863: 21724, 21726, 21727, - 10864: 21728, 21729, 21730, - 10865: 21728, 21730, 21731, - 10866: 21732, 21733, 21734, - 10867: 21732, 21734, 21735, - 10868: 21736, 21737, 21738, - 10869: 21736, 21738, 21739, - 10870: 21740, 21741, 21742, - 10871: 21740, 21742, 21743, - 10872: 21744, 21745, 21746, - 10873: 21744, 21746, 21747, - 10874: 21748, 21749, 21750, - 10875: 21748, 21750, 21751, - 10876: 21752, 21753, 21754, - 10877: 21752, 21754, 21755, - 10878: 21756, 21757, 21758, - 10879: 21756, 21758, 21759, - 10880: 21760, 21761, 21762, - 10881: 21760, 21762, 21763, - 10882: 21764, 21765, 21766, - 10883: 21764, 21766, 21767, - 10884: 21768, 21769, 21770, - 10885: 21768, 21770, 21771, - 10886: 21772, 21773, 21774, - 10887: 21772, 21774, 21775, - 10888: 21776, 21777, 21778, - 10889: 21776, 21778, 21779, - 10890: 21780, 21781, 21782, - 10891: 21780, 21782, 21783, - 10892: 21784, 21785, 21786, - 10893: 21784, 21786, 21787, - 10894: 21788, 21789, 21790, - 10895: 21788, 21790, 21791, - 10896: 21792, 21793, 21794, - 10897: 21792, 21794, 21795, - 10898: 21796, 21797, 21798, - 10899: 21796, 21798, 21799, - 10900: 21800, 21801, 21802, - 10901: 21800, 21802, 21803, - 10902: 21804, 21805, 21806, - 10903: 21804, 21806, 21807, - 10904: 21808, 21809, 21810, - 10905: 21808, 21810, 21811, - 10906: 21812, 21813, 21814, - 10907: 21812, 21814, 21815, - 10908: 21816, 21817, 21818, - 10909: 21816, 21818, 21819, - 10910: 21820, 21821, 21822, - 10911: 21820, 21822, 21823, - 10912: 21824, 21825, 21826, - 10913: 21824, 21826, 21827, - 10914: 21828, 21829, 21830, - 10915: 21828, 21830, 21831, - 10916: 21832, 21833, 21834, - 10917: 21832, 21834, 21835, - 10918: 21836, 21837, 21838, - 10919: 21836, 21838, 21839, - 10920: 21840, 21841, 21842, - 10921: 21840, 21842, 21843, - 10922: 21844, 21845, 21846, - 10923: 21844, 21846, 21847, - 10924: 21848, 21849, 21850, - 10925: 21848, 21850, 21851, - 10926: 21852, 21853, 21854, - 10927: 21852, 21854, 21855, - 10928: 21856, 21857, 21858, - 10929: 21856, 21858, 21859, - 10930: 21860, 21861, 21862, - 10931: 21860, 21862, 21863, - 10932: 21864, 21865, 21866, - 10933: 21864, 21866, 21867, - 10934: 21868, 21869, 21870, - 10935: 21868, 21870, 21871, - 10936: 21872, 21873, 21874, - 10937: 21872, 21874, 21875, - 10938: 21876, 21877, 21878, - 10939: 21876, 21878, 21879, - 10940: 21880, 21881, 21882, - 10941: 21880, 21882, 21883, - 10942: 21884, 21885, 21886, - 10943: 21884, 21886, 21887, - 10944: 21888, 21889, 21890, - 10945: 21888, 21890, 21891, - 10946: 21892, 21893, 21894, - 10947: 21892, 21894, 21895, - 10948: 21896, 21897, 21898, - 10949: 21896, 21898, 21899, - 10950: 21900, 21901, 21902, - 10951: 21900, 21902, 21903, - 10952: 21904, 21905, 21906, - 10953: 21904, 21906, 21907, - 10954: 21908, 21909, 21910, - 10955: 21908, 21910, 21911, - 10956: 21912, 21913, 21914, - 10957: 21912, 21914, 21915, - 10958: 21916, 21917, 21918, - 10959: 21916, 21918, 21919, - 10960: 21920, 21921, 21922, - 10961: 21920, 21922, 21923, - 10962: 21924, 21925, 21926, - 10963: 21924, 21926, 21927, - 10964: 21928, 21929, 21930, - 10965: 21928, 21930, 21931, - 10966: 21932, 21933, 21934, - 10967: 21932, 21934, 21935, - 10968: 21936, 21937, 21938, - 10969: 21936, 21938, 21939, - 10970: 21940, 21941, 21942, - 10971: 21940, 21942, 21943, - 10972: 21944, 21945, 21946, - 10973: 21944, 21946, 21947, - 10974: 21948, 21949, 21950, - 10975: 21948, 21950, 21951, - 10976: 21952, 21953, 21954, - 10977: 21952, 21954, 21955, - 10978: 21956, 21957, 21958, - 10979: 21956, 21958, 21959, - 10980: 21960, 21961, 21962, - 10981: 21960, 21962, 21963, - 10982: 21964, 21965, 21966, - 10983: 21964, 21966, 21967, - 10984: 21968, 21969, 21970, - 10985: 21968, 21970, 21971, - 10986: 21972, 21973, 21974, - 10987: 21972, 21974, 21975, - 10988: 21976, 21977, 21978, - 10989: 21976, 21978, 21979, - 10990: 21980, 21981, 21982, - 10991: 21980, 21982, 21983, - 10992: 21984, 21985, 21986, - 10993: 21984, 21986, 21987, - 10994: 21988, 21989, 21990, - 10995: 21988, 21990, 21991, - 10996: 21992, 21993, 21994, - 10997: 21992, 21994, 21995, - 10998: 21996, 21997, 21998, - 10999: 21996, 21998, 21999, - 11000: 22000, 22001, 22002, - 11001: 22000, 22002, 22003, - 11002: 22004, 22005, 22006, - 11003: 22004, 22006, 22007, - 11004: 22008, 22009, 22010, - 11005: 22008, 22010, 22011, - 11006: 22012, 22013, 22014, - 11007: 22012, 22014, 22015, - 11008: 22016, 22017, 22018, - 11009: 22016, 22018, 22019, - 11010: 22020, 22021, 22022, - 11011: 22020, 22022, 22023, - 11012: 22024, 22025, 22026, - 11013: 22024, 22026, 22027, - 11014: 22028, 22029, 22030, - 11015: 22028, 22030, 22031, - 11016: 22032, 22033, 22034, - 11017: 22032, 22034, 22035, - 11018: 22036, 22037, 22038, - 11019: 22036, 22038, 22039, - 11020: 22040, 22041, 22042, - 11021: 22040, 22042, 22043, - 11022: 22044, 22045, 22046, - 11023: 22044, 22046, 22047, - 11024: 22048, 22049, 22050, - 11025: 22048, 22050, 22051, - 11026: 22052, 22053, 22054, - 11027: 22052, 22054, 22055, - 11028: 22056, 22057, 22058, - 11029: 22056, 22058, 22059, - 11030: 22060, 22061, 22062, - 11031: 22060, 22062, 22063, - 11032: 22064, 22065, 22066, - 11033: 22064, 22066, 22067, - 11034: 22068, 22069, 22070, - 11035: 22068, 22070, 22071, - 11036: 22072, 22073, 22074, - 11037: 22072, 22074, 22075, - 11038: 22076, 22077, 22078, - 11039: 22076, 22078, 22079, - 11040: 22080, 22081, 22082, - 11041: 22080, 22082, 22083, - 11042: 22084, 22085, 22086, - 11043: 22084, 22086, 22087, - 11044: 22088, 22089, 22090, - 11045: 22088, 22090, 22091, - 11046: 22092, 22093, 22094, - 11047: 22092, 22094, 22095, - 11048: 22096, 22097, 22098, - 11049: 22096, 22098, 22099, - 11050: 22100, 22101, 22102, - 11051: 22100, 22102, 22103, - 11052: 22104, 22105, 22106, - 11053: 22104, 22106, 22107, - 11054: 22108, 22109, 22110, - 11055: 22108, 22110, 22111, - 11056: 22112, 22113, 22114, - 11057: 22112, 22114, 22115, - 11058: 22116, 22117, 22118, - 11059: 22116, 22118, 22119, - 11060: 22120, 22121, 22122, - 11061: 22120, 22122, 22123, - 11062: 22124, 22125, 22126, - 11063: 22124, 22126, 22127, - 11064: 22128, 22129, 22130, - 11065: 22128, 22130, 22131, - 11066: 22132, 22133, 22134, - 11067: 22132, 22134, 22135, - 11068: 22136, 22137, 22138, - 11069: 22136, 22138, 22139, - 11070: 22140, 22141, 22142, - 11071: 22140, 22142, 22143, - 11072: 22144, 22145, 22146, - 11073: 22144, 22146, 22147, - 11074: 22148, 22149, 22150, - 11075: 22148, 22150, 22151, - 11076: 22152, 22153, 22154, - 11077: 22152, 22154, 22155, - 11078: 22156, 22157, 22158, - 11079: 22156, 22158, 22159, - 11080: 22160, 22161, 22162, - 11081: 22160, 22162, 22163, - 11082: 22164, 22165, 22166, - 11083: 22164, 22166, 22167, - 11084: 22168, 22169, 22170, - 11085: 22168, 22170, 22171, - 11086: 22172, 22173, 22174, - 11087: 22172, 22174, 22175, - 11088: 22176, 22177, 22178, - 11089: 22176, 22178, 22179, - 11090: 22180, 22181, 22182, - 11091: 22180, 22182, 22183, - 11092: 22184, 22185, 22186, - 11093: 22184, 22186, 22187, - 11094: 22188, 22189, 22190, - 11095: 22188, 22190, 22191, - 11096: 22192, 22193, 22194, - 11097: 22192, 22194, 22195, - 11098: 22196, 22197, 22198, - 11099: 22196, 22198, 22199, - 11100: 22200, 22201, 22202, - 11101: 22200, 22202, 22203, - 11102: 22204, 22205, 22206, - 11103: 22204, 22206, 22207, - 11104: 22208, 22209, 22210, - 11105: 22208, 22210, 22211, - 11106: 22212, 22213, 22214, - 11107: 22212, 22214, 22215, - 11108: 22216, 22217, 22218, - 11109: 22216, 22218, 22219, - 11110: 22220, 22221, 22222, - 11111: 22220, 22222, 22223, - 11112: 22224, 22225, 22226, - 11113: 22224, 22226, 22227, - 11114: 22228, 22229, 22230, - 11115: 22228, 22230, 22231, - 11116: 22232, 22233, 22234, - 11117: 22232, 22234, 22235, - 11118: 22236, 22237, 22238, - 11119: 22236, 22238, 22239, - 11120: 22240, 22241, 22242, - 11121: 22240, 22242, 22243, - 11122: 22244, 22245, 22246, - 11123: 22244, 22246, 22247, - 11124: 22248, 22249, 22250, - 11125: 22248, 22250, 22251, - 11126: 22252, 22253, 22254, - 11127: 22252, 22254, 22255, - 11128: 22256, 22257, 22258, - 11129: 22256, 22258, 22259, - 11130: 22260, 22261, 22262, - 11131: 22260, 22262, 22263, - 11132: 22264, 22265, 22266, - 11133: 22264, 22266, 22267, - 11134: 22268, 22269, 22270, - 11135: 22268, 22270, 22271, - 11136: 22272, 22273, 22274, - 11137: 22272, 22274, 22275, - 11138: 22276, 22277, 22278, - 11139: 22276, 22278, 22279, - 11140: 22280, 22281, 22282, - 11141: 22280, 22282, 22283, - 11142: 22284, 22285, 22286, - 11143: 22284, 22286, 22287, - 11144: 22288, 22289, 22290, - 11145: 22288, 22290, 22291, - 11146: 22292, 22293, 22294, - 11147: 22292, 22294, 22295, - 11148: 22296, 22297, 22298, - 11149: 22296, 22298, 22299, - 11150: 22300, 22301, 22302, - 11151: 22300, 22302, 22303, - 11152: 22304, 22305, 22306, - 11153: 22304, 22306, 22307, - 11154: 22308, 22309, 22310, - 11155: 22308, 22310, 22311, - 11156: 22312, 22313, 22314, - 11157: 22312, 22314, 22315, - 11158: 22316, 22317, 22318, - 11159: 22316, 22318, 22319, - 11160: 22320, 22321, 22322, - 11161: 22320, 22322, 22323, - 11162: 22324, 22325, 22326, - 11163: 22324, 22326, 22327, - 11164: 22328, 22329, 22330, - 11165: 22328, 22330, 22331, - 11166: 22332, 22333, 22334, - 11167: 22332, 22334, 22335, - 11168: 22336, 22337, 22338, - 11169: 22336, 22338, 22339, - 11170: 22340, 22341, 22342, - 11171: 22340, 22342, 22343, - 11172: 22344, 22345, 22346, - 11173: 22344, 22346, 22347, - 11174: 22348, 22349, 22350, - 11175: 22348, 22350, 22351, - 11176: 22352, 22353, 22354, - 11177: 22352, 22354, 22355, - 11178: 22356, 22357, 22358, - 11179: 22356, 22358, 22359, - 11180: 22360, 22361, 22362, - 11181: 22360, 22362, 22363, - 11182: 22364, 22365, 22366, - 11183: 22364, 22366, 22367, - 11184: 22368, 22369, 22370, - 11185: 22368, 22370, 22371, - 11186: 22372, 22373, 22374, - 11187: 22372, 22374, 22375, - 11188: 22376, 22377, 22378, - 11189: 22376, 22378, 22379, - 11190: 22380, 22381, 22382, - 11191: 22380, 22382, 22383, - 11192: 22384, 22385, 22386, - 11193: 22384, 22386, 22387, - 11194: 22388, 22389, 22390, - 11195: 22388, 22390, 22391, - 11196: 22392, 22393, 22394, - 11197: 22392, 22394, 22395, - 11198: 22396, 22397, 22398, - 11199: 22396, 22398, 22399, - 11200: 22400, 22401, 22402, - 11201: 22400, 22402, 22403, - 11202: 22404, 22405, 22406, - 11203: 22404, 22406, 22407, - 11204: 22408, 22409, 22410, - 11205: 22408, 22410, 22411, - 11206: 22412, 22413, 22414, - 11207: 22412, 22414, 22415, - 11208: 22416, 22417, 22418, - 11209: 22416, 22418, 22419, - 11210: 22420, 22421, 22422, - 11211: 22420, 22422, 22423, - 11212: 22424, 22425, 22426, - 11213: 22424, 22426, 22427, - 11214: 22428, 22429, 22430, - 11215: 22428, 22430, 22431, - 11216: 22432, 22433, 22434, - 11217: 22432, 22434, 22435, - 11218: 22436, 22437, 22438, - 11219: 22436, 22438, 22439, - 11220: 22440, 22441, 22442, - 11221: 22440, 22442, 22443, - 11222: 22444, 22445, 22446, - 11223: 22444, 22446, 22447, - 11224: 22448, 22449, 22450, - 11225: 22448, 22450, 22451, - 11226: 22452, 22453, 22454, - 11227: 22452, 22454, 22455, - 11228: 22456, 22457, 22458, - 11229: 22456, 22458, 22459, - 11230: 22460, 22461, 22462, - 11231: 22460, 22462, 22463, - 11232: 22464, 22465, 22466, - 11233: 22464, 22466, 22467, - 11234: 22468, 22469, 22470, - 11235: 22468, 22470, 22471, - 11236: 22472, 22473, 22474, - 11237: 22472, 22474, 22475, - 11238: 22476, 22477, 22478, - 11239: 22476, 22478, 22479, - 11240: 22480, 22481, 22482, - 11241: 22480, 22482, 22483, - 11242: 22484, 22485, 22486, - 11243: 22484, 22486, 22487, - 11244: 22488, 22489, 22490, - 11245: 22488, 22490, 22491, - 11246: 22492, 22493, 22494, - 11247: 22492, 22494, 22495, - 11248: 22496, 22497, 22498, - 11249: 22496, 22498, 22499, - 11250: 22500, 22501, 22502, - 11251: 22500, 22502, 22503, - 11252: 22504, 22505, 22506, - 11253: 22504, 22506, 22507, - 11254: 22508, 22509, 22510, - 11255: 22508, 22510, 22511, - 11256: 22512, 22513, 22514, - 11257: 22512, 22514, 22515, - 11258: 22516, 22517, 22518, - 11259: 22516, 22518, 22519, - 11260: 22520, 22521, 22522, - 11261: 22520, 22522, 22523, - 11262: 22524, 22525, 22526, - 11263: 22524, 22526, 22527, - 11264: 22528, 22529, 22530, - 11265: 22528, 22530, 22531, - 11266: 22532, 22533, 22534, - 11267: 22532, 22534, 22535, - 11268: 22536, 22537, 22538, - 11269: 22536, 22538, 22539, - 11270: 22540, 22541, 22542, - 11271: 22540, 22542, 22543, - 11272: 22544, 22545, 22546, - 11273: 22544, 22546, 22547, - 11274: 22548, 22549, 22550, - 11275: 22548, 22550, 22551, - 11276: 22552, 22553, 22554, - 11277: 22552, 22554, 22555, - 11278: 22556, 22557, 22558, - 11279: 22556, 22558, 22559, - 11280: 22560, 22561, 22562, - 11281: 22560, 22562, 22563, - 11282: 22564, 22565, 22566, - 11283: 22564, 22566, 22567, - 11284: 22568, 22569, 22570, - 11285: 22568, 22570, 22571, - 11286: 22572, 22573, 22574, - 11287: 22572, 22574, 22575, - 11288: 22576, 22577, 22578, - 11289: 22576, 22578, 22579, - 11290: 22580, 22581, 22582, - 11291: 22580, 22582, 22583, - 11292: 22584, 22585, 22586, - 11293: 22584, 22586, 22587, - 11294: 22588, 22589, 22590, - 11295: 22588, 22590, 22591, - 11296: 22592, 22593, 22594, - 11297: 22592, 22594, 22595, - 11298: 22596, 22597, 22598, - 11299: 22596, 22598, 22599, - 11300: 22600, 22601, 22602, - 11301: 22600, 22602, 22603, - 11302: 22604, 22605, 22606, - 11303: 22604, 22606, 22607, - 11304: 22608, 22609, 22610, - 11305: 22608, 22610, 22611, - 11306: 22612, 22613, 22614, - 11307: 22612, 22614, 22615, - 11308: 22616, 22617, 22618, - 11309: 22616, 22618, 22619, - 11310: 22620, 22621, 22622, - 11311: 22620, 22622, 22623, - 11312: 22624, 22625, 22626, - 11313: 22624, 22626, 22627, - 11314: 22628, 22629, 22630, - 11315: 22628, 22630, 22631, - 11316: 22632, 22633, 22634, - 11317: 22632, 22634, 22635, - 11318: 22636, 22637, 22638, - 11319: 22636, 22638, 22639, - 11320: 22640, 22641, 22642, - 11321: 22640, 22642, 22643, - 11322: 22644, 22645, 22646, - 11323: 22644, 22646, 22647, - 11324: 22648, 22649, 22650, - 11325: 22648, 22650, 22651, - 11326: 22652, 22653, 22654, - 11327: 22652, 22654, 22655, - 11328: 22656, 22657, 22658, - 11329: 22656, 22658, 22659, - 11330: 22660, 22661, 22662, - 11331: 22660, 22662, 22663, - 11332: 22664, 22665, 22666, - 11333: 22664, 22666, 22667, - 11334: 22668, 22669, 22670, - 11335: 22668, 22670, 22671, - 11336: 22672, 22673, 22674, - 11337: 22672, 22674, 22675, - 11338: 22676, 22677, 22678, - 11339: 22676, 22678, 22679, - 11340: 22680, 22681, 22682, - 11341: 22680, 22682, 22683, - 11342: 22684, 22685, 22686, - 11343: 22684, 22686, 22687, - 11344: 22688, 22689, 22690, - 11345: 22688, 22690, 22691, - 11346: 22692, 22693, 22694, - 11347: 22692, 22694, 22695, - 11348: 22696, 22697, 22698, - 11349: 22696, 22698, 22699, - 11350: 22700, 22701, 22702, - 11351: 22700, 22702, 22703, - 11352: 22704, 22705, 22706, - 11353: 22704, 22706, 22707, - 11354: 22708, 22709, 22710, - 11355: 22708, 22710, 22711, - 11356: 22712, 22713, 22714, - 11357: 22712, 22714, 22715, - 11358: 22716, 22717, 22718, - 11359: 22716, 22718, 22719, - 11360: 22720, 22721, 22722, - 11361: 22720, 22722, 22723, - 11362: 22724, 22725, 22726, - 11363: 22724, 22726, 22727, - 11364: 22728, 22729, 22730, - 11365: 22728, 22730, 22731, - 11366: 22732, 22733, 22734, - 11367: 22732, 22734, 22735, - 11368: 22736, 22737, 22738, - 11369: 22736, 22738, 22739, - 11370: 22740, 22741, 22742, - 11371: 22740, 22742, 22743, - 11372: 22744, 22745, 22746, - 11373: 22744, 22746, 22747, - 11374: 22748, 22749, 22750, - 11375: 22748, 22750, 22751, - 11376: 22752, 22753, 22754, - 11377: 22752, 22754, 22755, - 11378: 22756, 22757, 22758, - 11379: 22756, 22758, 22759, - 11380: 22760, 22761, 22762, - 11381: 22760, 22762, 22763, - 11382: 22764, 22765, 22766, - 11383: 22764, 22766, 22767, - 11384: 22768, 22769, 22770, - 11385: 22768, 22770, 22771, - 11386: 22772, 22773, 22774, - 11387: 22772, 22774, 22775, - 11388: 22776, 22777, 22778, - 11389: 22776, 22778, 22779, - 11390: 22780, 22781, 22782, - 11391: 22780, 22782, 22783, - 11392: 22784, 22785, 22786, - 11393: 22784, 22786, 22787, - 11394: 22788, 22789, 22790, - 11395: 22788, 22790, 22791, - 11396: 22792, 22793, 22794, - 11397: 22792, 22794, 22795, - 11398: 22796, 22797, 22798, - 11399: 22796, 22798, 22799, - 11400: 22800, 22801, 22802, - 11401: 22800, 22802, 22803, - 11402: 22804, 22805, 22806, - 11403: 22804, 22806, 22807, - 11404: 22808, 22809, 22810, - 11405: 22808, 22810, 22811, - 11406: 22812, 22813, 22814, - 11407: 22812, 22814, 22815, - 11408: 22816, 22817, 22818, - 11409: 22816, 22818, 22819, - 11410: 22820, 22821, 22822, - 11411: 22820, 22822, 22823, - 11412: 22824, 22825, 22826, - 11413: 22824, 22826, 22827, - 11414: 22828, 22829, 22830, - 11415: 22828, 22830, 22831, - 11416: 22832, 22833, 22834, - 11417: 22832, 22834, 22835, - 11418: 22836, 22837, 22838, - 11419: 22836, 22838, 22839, - 11420: 22840, 22841, 22842, - 11421: 22840, 22842, 22843, - 11422: 22844, 22845, 22846, - 11423: 22844, 22846, 22847, - 11424: 22848, 22849, 22850, - 11425: 22848, 22850, 22851, - 11426: 22852, 22853, 22854, - 11427: 22852, 22854, 22855, - 11428: 22856, 22857, 22858, - 11429: 22856, 22858, 22859, - 11430: 22860, 22861, 22862, - 11431: 22860, 22862, 22863, - 11432: 22864, 22865, 22866, - 11433: 22864, 22866, 22867, - 11434: 22868, 22869, 22870, - 11435: 22868, 22870, 22871, - 11436: 22872, 22873, 22874, - 11437: 22872, 22874, 22875, - 11438: 22876, 22877, 22878, - 11439: 22876, 22878, 22879, - 11440: 22880, 22881, 22882, - 11441: 22880, 22882, 22883, - 11442: 22884, 22885, 22886, - 11443: 22884, 22886, 22887, - 11444: 22888, 22889, 22890, - 11445: 22888, 22890, 22891, - 11446: 22892, 22893, 22894, - 11447: 22892, 22894, 22895, - 11448: 22896, 22897, 22898, - 11449: 22896, 22898, 22899, - 11450: 22900, 22901, 22902, - 11451: 22900, 22902, 22903, - 11452: 22904, 22905, 22906, - 11453: 22904, 22906, 22907, - 11454: 22908, 22909, 22910, - 11455: 22908, 22910, 22911, - 11456: 22912, 22913, 22914, - 11457: 22912, 22914, 22915, - 11458: 22916, 22917, 22918, - 11459: 22916, 22918, 22919, - 11460: 22920, 22921, 22922, - 11461: 22920, 22922, 22923, - 11462: 22924, 22925, 22926, - 11463: 22924, 22926, 22927, - 11464: 22928, 22929, 22930, - 11465: 22928, 22930, 22931, - 11466: 22932, 22933, 22934, - 11467: 22932, 22934, 22935, - 11468: 22936, 22937, 22938, - 11469: 22936, 22938, 22939, - 11470: 22940, 22941, 22942, - 11471: 22940, 22942, 22943, - 11472: 22944, 22945, 22946, - 11473: 22944, 22946, 22947, - 11474: 22948, 22949, 22950, - 11475: 22948, 22950, 22951, - 11476: 22952, 22953, 22954, - 11477: 22952, 22954, 22955, - 11478: 22956, 22957, 22958, - 11479: 22956, 22958, 22959, - 11480: 22960, 22961, 22962, - 11481: 22960, 22962, 22963, - 11482: 22964, 22965, 22966, - 11483: 22964, 22966, 22967, - 11484: 22968, 22969, 22970, - 11485: 22968, 22970, 22971, - 11486: 22972, 22973, 22974, - 11487: 22972, 22974, 22975, - 11488: 22976, 22977, 22978, - 11489: 22976, 22978, 22979, - 11490: 22980, 22981, 22982, - 11491: 22980, 22982, 22983, - 11492: 22984, 22985, 22986, - 11493: 22984, 22986, 22987, - 11494: 22988, 22989, 22990, - 11495: 22988, 22990, 22991, - 11496: 22992, 22993, 22994, - 11497: 22992, 22994, 22995, - 11498: 22996, 22997, 22998, - 11499: 22996, 22998, 22999, - 11500: 23000, 23001, 23002, - 11501: 23000, 23002, 23003, - 11502: 23004, 23005, 23006, - 11503: 23004, 23006, 23007, - 11504: 23008, 23009, 23010, - 11505: 23008, 23010, 23011, - 11506: 23012, 23013, 23014, - 11507: 23012, 23014, 23015, - 11508: 23016, 23017, 23018, - 11509: 23016, 23018, 23019, - 11510: 23020, 23021, 23022, - 11511: 23020, 23022, 23023, - 11512: 23024, 23025, 23026, - 11513: 23024, 23026, 23027, - 11514: 23028, 23029, 23030, - 11515: 23028, 23030, 23031, - 11516: 23032, 23033, 23034, - 11517: 23032, 23034, 23035, - 11518: 23036, 23037, 23038, - 11519: 23036, 23038, 23039, - 11520: 23040, 23041, 23042, - 11521: 23040, 23042, 23043, - 11522: 23044, 23045, 23046, - 11523: 23044, 23046, 23047, - 11524: 23048, 23049, 23050, - 11525: 23048, 23050, 23051, - 11526: 23052, 23053, 23054, - 11527: 23052, 23054, 23055, - 11528: 23056, 23057, 23058, - 11529: 23056, 23058, 23059, - 11530: 23060, 23061, 23062, - 11531: 23060, 23062, 23063, - 11532: 23064, 23065, 23066, - 11533: 23064, 23066, 23067, - 11534: 23068, 23069, 23070, - 11535: 23068, 23070, 23071, - 11536: 23072, 23073, 23074, - 11537: 23072, 23074, 23075, - 11538: 23076, 23077, 23078, - 11539: 23076, 23078, 23079, - 11540: 23080, 23081, 23082, - 11541: 23080, 23082, 23083, - 11542: 23084, 23085, 23086, - 11543: 23084, 23086, 23087, - 11544: 23088, 23089, 23090, - 11545: 23088, 23090, 23091, - 11546: 23092, 23093, 23094, - 11547: 23092, 23094, 23095, - 11548: 23096, 23097, 23098, - 11549: 23096, 23098, 23099, - 11550: 23100, 23101, 23102, - 11551: 23100, 23102, 23103, - 11552: 23104, 23105, 23106, - 11553: 23104, 23106, 23107, - 11554: 23108, 23109, 23110, - 11555: 23108, 23110, 23111, - 11556: 23112, 23113, 23114, - 11557: 23112, 23114, 23115, - 11558: 23116, 23117, 23118, - 11559: 23116, 23118, 23119, - 11560: 23120, 23121, 23122, - 11561: 23120, 23122, 23123, - 11562: 23124, 23125, 23126, - 11563: 23124, 23126, 23127, - 11564: 23128, 23129, 23130, - 11565: 23128, 23130, 23131, - 11566: 23132, 23133, 23134, - 11567: 23132, 23134, 23135, - 11568: 23136, 23137, 23138, - 11569: 23136, 23138, 23139, - 11570: 23140, 23141, 23142, - 11571: 23140, 23142, 23143, - 11572: 23144, 23145, 23146, - 11573: 23144, 23146, 23147, - 11574: 23148, 23149, 23150, - 11575: 23148, 23150, 23151, - 11576: 23152, 23153, 23154, - 11577: 23152, 23154, 23155, - 11578: 23156, 23157, 23158, - 11579: 23156, 23158, 23159, - 11580: 23160, 23161, 23162, - 11581: 23160, 23162, 23163, - 11582: 23164, 23165, 23166, - 11583: 23164, 23166, 23167, - 11584: 23168, 23169, 23170, - 11585: 23168, 23170, 23171, - 11586: 23172, 23173, 23174, - 11587: 23172, 23174, 23175, - 11588: 23176, 23177, 23178, - 11589: 23176, 23178, 23179, - 11590: 23180, 23181, 23182, - 11591: 23180, 23182, 23183, - 11592: 23184, 23185, 23186, - 11593: 23184, 23186, 23187, - 11594: 23188, 23189, 23190, - 11595: 23188, 23190, 23191, - 11596: 23192, 23193, 23194, - 11597: 23192, 23194, 23195, - 11598: 23196, 23197, 23198, - 11599: 23196, 23198, 23199, - 11600: 23200, 23201, 23202, - 11601: 23200, 23202, 23203, - 11602: 23204, 23205, 23206, - 11603: 23204, 23206, 23207, - 11604: 23208, 23209, 23210, - 11605: 23208, 23210, 23211, - 11606: 23212, 23213, 23214, - 11607: 23212, 23214, 23215, - 11608: 23216, 23217, 23218, - 11609: 23216, 23218, 23219, - 11610: 23220, 23221, 23222, - 11611: 23220, 23222, 23223, - 11612: 23224, 23225, 23226, - 11613: 23224, 23226, 23227, - 11614: 23228, 23229, 23230, - 11615: 23228, 23230, 23231, - 11616: 23232, 23233, 23234, - 11617: 23232, 23234, 23235, - 11618: 23236, 23237, 23238, - 11619: 23236, 23238, 23239, - 11620: 23240, 23241, 23242, - 11621: 23240, 23242, 23243, - 11622: 23244, 23245, 23246, - 11623: 23244, 23246, 23247, - 11624: 23248, 23249, 23250, - 11625: 23248, 23250, 23251, - 11626: 23252, 23253, 23254, - 11627: 23252, 23254, 23255, - 11628: 23256, 23257, 23258, - 11629: 23256, 23258, 23259, - 11630: 23260, 23261, 23262, - 11631: 23260, 23262, 23263, - 11632: 23264, 23265, 23266, - 11633: 23264, 23266, 23267, - 11634: 23268, 23269, 23270, - 11635: 23268, 23270, 23271, - 11636: 23272, 23273, 23274, - 11637: 23272, 23274, 23275, - 11638: 23276, 23277, 23278, - 11639: 23276, 23278, 23279, - 11640: 23280, 23281, 23282, - 11641: 23280, 23282, 23283, - 11642: 23284, 23285, 23286, - 11643: 23284, 23286, 23287, - 11644: 23288, 23289, 23290, - 11645: 23288, 23290, 23291, - 11646: 23292, 23293, 23294, - 11647: 23292, 23294, 23295, - 11648: 23296, 23297, 23298, - 11649: 23296, 23298, 23299, - 11650: 23300, 23301, 23302, - 11651: 23300, 23302, 23303, - 11652: 23304, 23305, 23306, - 11653: 23304, 23306, 23307, - 11654: 23308, 23309, 23310, - 11655: 23308, 23310, 23311, - 11656: 23312, 23313, 23314, - 11657: 23312, 23314, 23315, - 11658: 23316, 23317, 23318, - 11659: 23316, 23318, 23319, - 11660: 23320, 23321, 23322, - 11661: 23320, 23322, 23323, - 11662: 23324, 23325, 23326, - 11663: 23324, 23326, 23327, - 11664: 23328, 23329, 23330, - 11665: 23328, 23330, 23331, - 11666: 23332, 23333, 23334, - 11667: 23332, 23334, 23335, - 11668: 23336, 23337, 23338, - 11669: 23336, 23338, 23339, - 11670: 23340, 23341, 23342, - 11671: 23340, 23342, 23343, - 11672: 23344, 23345, 23346, - 11673: 23344, 23346, 23347, - 11674: 23348, 23349, 23350, - 11675: 23348, 23350, 23351, - 11676: 23352, 23353, 23354, - 11677: 23352, 23354, 23355, - 11678: 23356, 23357, 23358, - 11679: 23356, 23358, 23359, - 11680: 23360, 23361, 23362, - 11681: 23360, 23362, 23363, - 11682: 23364, 23365, 23366, - 11683: 23364, 23366, 23367, - 11684: 23368, 23369, 23370, - 11685: 23368, 23370, 23371, - 11686: 23372, 23373, 23374, - 11687: 23372, 23374, 23375, - 11688: 23376, 23377, 23378, - 11689: 23376, 23378, 23379, - 11690: 23380, 23381, 23382, - 11691: 23380, 23382, 23383, - 11692: 23384, 23385, 23386, - 11693: 23384, 23386, 23387, - 11694: 23388, 23389, 23390, - 11695: 23388, 23390, 23391, - 11696: 23392, 23393, 23394, - 11697: 23392, 23394, 23395, - 11698: 23396, 23397, 23398, - 11699: 23396, 23398, 23399, - 11700: 23400, 23401, 23402, - 11701: 23400, 23402, 23403, - 11702: 23404, 23405, 23406, - 11703: 23404, 23406, 23407, - 11704: 23408, 23409, 23410, - 11705: 23408, 23410, 23411, - 11706: 23412, 23413, 23414, - 11707: 23412, 23414, 23415, - 11708: 23416, 23417, 23418, - 11709: 23416, 23418, 23419, - 11710: 23420, 23421, 23422, - 11711: 23420, 23422, 23423, - 11712: 23424, 23425, 23426, - 11713: 23424, 23426, 23427, - 11714: 23428, 23429, 23430, - 11715: 23428, 23430, 23431, - 11716: 23432, 23433, 23434, - 11717: 23432, 23434, 23435, - 11718: 23436, 23437, 23438, - 11719: 23436, 23438, 23439, - 11720: 23440, 23441, 23442, - 11721: 23440, 23442, 23443, - 11722: 23444, 23445, 23446, - 11723: 23444, 23446, 23447, - 11724: 23448, 23449, 23450, - 11725: 23448, 23450, 23451, - 11726: 23452, 23453, 23454, - 11727: 23452, 23454, 23455, - 11728: 23456, 23457, 23458, - 11729: 23456, 23458, 23459, - 11730: 23460, 23461, 23462, - 11731: 23460, 23462, 23463, - 11732: 23464, 23465, 23466, - 11733: 23464, 23466, 23467, - 11734: 23468, 23469, 23470, - 11735: 23468, 23470, 23471, - 11736: 23472, 23473, 23474, - 11737: 23472, 23474, 23475, - 11738: 23476, 23477, 23478, - 11739: 23476, 23478, 23479, - 11740: 23480, 23481, 23482, - 11741: 23480, 23482, 23483, - 11742: 23484, 23485, 23486, - 11743: 23484, 23486, 23487, - 11744: 23488, 23489, 23490, - 11745: 23488, 23490, 23491, - 11746: 23492, 23493, 23494, - 11747: 23492, 23494, 23495, - 11748: 23496, 23497, 23498, - 11749: 23496, 23498, 23499, - 11750: 23500, 23501, 23502, - 11751: 23500, 23502, 23503, - 11752: 23504, 23505, 23506, - 11753: 23504, 23506, 23507, - 11754: 23508, 23509, 23510, - 11755: 23508, 23510, 23511, - 11756: 23512, 23513, 23514, - 11757: 23512, 23514, 23515, - 11758: 23516, 23517, 23518, - 11759: 23516, 23518, 23519, - 11760: 23520, 23521, 23522, - 11761: 23520, 23522, 23523, - 11762: 23524, 23525, 23526, - 11763: 23524, 23526, 23527, - 11764: 23528, 23529, 23530, - 11765: 23528, 23530, 23531, - 11766: 23532, 23533, 23534, - 11767: 23532, 23534, 23535, - 11768: 23536, 23537, 23538, - 11769: 23536, 23538, 23539, - 11770: 23540, 23541, 23542, - 11771: 23540, 23542, 23543, - 11772: 23544, 23545, 23546, - 11773: 23544, 23546, 23547, - 11774: 23548, 23549, 23550, - 11775: 23548, 23550, 23551, - 11776: 23552, 23553, 23554, - 11777: 23552, 23554, 23555, - 11778: 23556, 23557, 23558, - 11779: 23556, 23558, 23559, - 11780: 23560, 23561, 23562, - 11781: 23560, 23562, 23563, - 11782: 23564, 23565, 23566, - 11783: 23564, 23566, 23567, - 11784: 23568, 23569, 23570, - 11785: 23568, 23570, 23571, - 11786: 23572, 23573, 23574, - 11787: 23572, 23574, 23575, - 11788: 23576, 23577, 23578, - 11789: 23576, 23578, 23579, - 11790: 23580, 23581, 23582, - 11791: 23580, 23582, 23583, - 11792: 23584, 23585, 23586, - 11793: 23584, 23586, 23587, - 11794: 23588, 23589, 23590, - 11795: 23588, 23590, 23591, - 11796: 23592, 23593, 23594, - 11797: 23592, 23594, 23595, - 11798: 23596, 23597, 23598, - 11799: 23596, 23598, 23599, - 11800: 23600, 23601, 23602, - 11801: 23600, 23602, 23603, - 11802: 23604, 23605, 23606, - 11803: 23604, 23606, 23607, - 11804: 23608, 23609, 23610, - 11805: 23608, 23610, 23611, - 11806: 23612, 23613, 23614, - 11807: 23612, 23614, 23615, - 11808: 23616, 23617, 23618, - 11809: 23616, 23618, 23619, - 11810: 23620, 23621, 23622, - 11811: 23620, 23622, 23623, - 11812: 23624, 23625, 23626, - 11813: 23624, 23626, 23627, - 11814: 23628, 23629, 23630, - 11815: 23628, 23630, 23631, - 11816: 23632, 23633, 23634, - 11817: 23632, 23634, 23635, - 11818: 23636, 23637, 23638, - 11819: 23636, 23638, 23639, - 11820: 23640, 23641, 23642, - 11821: 23640, 23642, 23643, - 11822: 23644, 23645, 23646, - 11823: 23644, 23646, 23647, - 11824: 23648, 23649, 23650, - 11825: 23648, 23650, 23651, - 11826: 23652, 23653, 23654, - 11827: 23652, 23654, 23655, - 11828: 23656, 23657, 23658, - 11829: 23656, 23658, 23659, - 11830: 23660, 23661, 23662, - 11831: 23660, 23662, 23663, - 11832: 23664, 23665, 23666, - 11833: 23664, 23666, 23667, - 11834: 23668, 23669, 23670, - 11835: 23668, 23670, 23671, - 11836: 23672, 23673, 23674, - 11837: 23672, 23674, 23675, - 11838: 23676, 23677, 23678, - 11839: 23676, 23678, 23679, - 11840: 23680, 23681, 23682, - 11841: 23680, 23682, 23683, - 11842: 23684, 23685, 23686, - 11843: 23684, 23686, 23687, - 11844: 23688, 23689, 23690, - 11845: 23688, 23690, 23691, - 11846: 23692, 23693, 23694, - 11847: 23692, 23694, 23695, - 11848: 23696, 23697, 23698, - 11849: 23696, 23698, 23699, - 11850: 23700, 23701, 23702, - 11851: 23700, 23702, 23703, - 11852: 23704, 23705, 23706, - 11853: 23704, 23706, 23707, - 11854: 23708, 23709, 23710, - 11855: 23708, 23710, 23711, - 11856: 23712, 23713, 23714, - 11857: 23712, 23714, 23715, - 11858: 23716, 23717, 23718, - 11859: 23716, 23718, 23719, - 11860: 23720, 23721, 23722, - 11861: 23720, 23722, 23723, - 11862: 23724, 23725, 23726, - 11863: 23724, 23726, 23727, - 11864: 23728, 23729, 23730, - 11865: 23728, 23730, 23731, - 11866: 23732, 23733, 23734, - 11867: 23732, 23734, 23735, - 11868: 23736, 23737, 23738, - 11869: 23736, 23738, 23739, - 11870: 23740, 23741, 23742, - 11871: 23740, 23742, 23743, - 11872: 23744, 23745, 23746, - 11873: 23744, 23746, 23747, - 11874: 23748, 23749, 23750, - 11875: 23748, 23750, 23751, - 11876: 23752, 23753, 23754, - 11877: 23752, 23754, 23755, - 11878: 23756, 23757, 23758, - 11879: 23756, 23758, 23759, - 11880: 23760, 23761, 23762, - 11881: 23760, 23762, 23763, - 11882: 23764, 23765, 23766, - 11883: 23764, 23766, 23767, - 11884: 23768, 23769, 23770, - 11885: 23768, 23770, 23771, - 11886: 23772, 23773, 23774, - 11887: 23772, 23774, 23775, - 11888: 23776, 23777, 23778, - 11889: 23776, 23778, 23779, - 11890: 23780, 23781, 23782, - 11891: 23780, 23782, 23783, - 11892: 23784, 23785, 23786, - 11893: 23784, 23786, 23787, - 11894: 23788, 23789, 23790, - 11895: 23788, 23790, 23791, - 11896: 23792, 23793, 23794, - 11897: 23792, 23794, 23795, - 11898: 23796, 23797, 23798, - 11899: 23796, 23798, 23799, - 11900: 23800, 23801, 23802, - 11901: 23800, 23802, 23803, - 11902: 23804, 23805, 23806, - 11903: 23804, 23806, 23807, - 11904: 23808, 23809, 23810, - 11905: 23808, 23810, 23811, - 11906: 23812, 23813, 23814, - 11907: 23812, 23814, 23815, - 11908: 23816, 23817, 23818, - 11909: 23816, 23818, 23819, - 11910: 23820, 23821, 23822, - 11911: 23820, 23822, 23823, - 11912: 23824, 23825, 23826, - 11913: 23824, 23826, 23827, - 11914: 23828, 23829, 23830, - 11915: 23828, 23830, 23831, - 11916: 23832, 23833, 23834, - 11917: 23832, 23834, 23835, - 11918: 23836, 23837, 23838, - 11919: 23836, 23838, 23839, - 11920: 23840, 23841, 23842, - 11921: 23840, 23842, 23843, - 11922: 23844, 23845, 23846, - 11923: 23844, 23846, 23847, - 11924: 23848, 23849, 23850, - 11925: 23848, 23850, 23851, - 11926: 23852, 23853, 23854, - 11927: 23852, 23854, 23855, - 11928: 23856, 23857, 23858, - 11929: 23856, 23858, 23859, - 11930: 23860, 23861, 23862, - 11931: 23860, 23862, 23863, - 11932: 23864, 23865, 23866, - 11933: 23864, 23866, 23867, - 11934: 23868, 23869, 23870, - 11935: 23868, 23870, 23871, - 11936: 23872, 23873, 23874, - 11937: 23872, 23874, 23875, - 11938: 23876, 23877, 23878, - 11939: 23876, 23878, 23879, - 11940: 23880, 23881, 23882, - 11941: 23880, 23882, 23883, - 11942: 23884, 23885, 23886, - 11943: 23884, 23886, 23887, - 11944: 23888, 23889, 23890, - 11945: 23888, 23890, 23891, - 11946: 23892, 23893, 23894, - 11947: 23892, 23894, 23895, - 11948: 23896, 23897, 23898, - 11949: 23896, 23898, 23899, - 11950: 23900, 23901, 23902, - 11951: 23900, 23902, 23903, - 11952: 23904, 23905, 23906, - 11953: 23904, 23906, 23907, - 11954: 23908, 23909, 23910, - 11955: 23908, 23910, 23911, - 11956: 23912, 23913, 23914, - 11957: 23912, 23914, 23915, - 11958: 23916, 23917, 23918, - 11959: 23916, 23918, 23919, - 11960: 23920, 23921, 23922, - 11961: 23920, 23922, 23923, - 11962: 23924, 23925, 23926, - 11963: 23924, 23926, 23927, - 11964: 23928, 23929, 23930, - 11965: 23928, 23930, 23931, - 11966: 23932, 23933, 23934, - 11967: 23932, 23934, 23935, - 11968: 23936, 23937, 23938, - 11969: 23936, 23938, 23939, - 11970: 23940, 23941, 23942, - 11971: 23940, 23942, 23943, - 11972: 23944, 23945, 23946, - 11973: 23944, 23946, 23947, - 11974: 23948, 23949, 23950, - 11975: 23948, 23950, 23951, - 11976: 23952, 23953, 23954, - 11977: 23952, 23954, 23955, - 11978: 23956, 23957, 23958, - 11979: 23956, 23958, 23959, - 11980: 23960, 23961, 23962, - 11981: 23960, 23962, 23963, - 11982: 23964, 23965, 23966, - 11983: 23964, 23966, 23967, - 11984: 23968, 23969, 23970, - 11985: 23968, 23970, 23971, - 11986: 23972, 23973, 23974, - 11987: 23972, 23974, 23975, - 11988: 23976, 23977, 23978, - 11989: 23976, 23978, 23979, - 11990: 23980, 23981, 23982, - 11991: 23980, 23982, 23983, - 11992: 23984, 23985, 23986, - 11993: 23984, 23986, 23987, - 11994: 23988, 23989, 23990, - 11995: 23988, 23990, 23991, - 11996: 23992, 23993, 23994, - 11997: 23992, 23994, 23995, - 11998: 23996, 23997, 23998, - 11999: 23996, 23998, 23999, - 12000: 24000, 24001, 24002, - 12001: 24000, 24002, 24003, - 12002: 24004, 24005, 24006, - 12003: 24004, 24006, 24007, - 12004: 24008, 24009, 24010, - 12005: 24008, 24010, 24011, - 12006: 24012, 24013, 24014, - 12007: 24012, 24014, 24015, - 12008: 24016, 24017, 24018, - 12009: 24016, 24018, 24019, - 12010: 24020, 24021, 24022, - 12011: 24020, 24022, 24023, - 12012: 24024, 24025, 24026, - 12013: 24024, 24026, 24027, - 12014: 24028, 24029, 24030, - 12015: 24028, 24030, 24031, - 12016: 24032, 24033, 24034, - 12017: 24032, 24034, 24035, - 12018: 24036, 24037, 24038, - 12019: 24036, 24038, 24039, - 12020: 24040, 24041, 24042, - 12021: 24040, 24042, 24043, - 12022: 24044, 24045, 24046, - 12023: 24044, 24046, 24047, - 12024: 24048, 24049, 24050, - 12025: 24048, 24050, 24051, - 12026: 24052, 24053, 24054, - 12027: 24052, 24054, 24055, - 12028: 24056, 24057, 24058, - 12029: 24056, 24058, 24059, - 12030: 24060, 24061, 24062, - 12031: 24060, 24062, 24063, - 12032: 24064, 24065, 24066, - 12033: 24064, 24066, 24067, - 12034: 24068, 24069, 24070, - 12035: 24068, 24070, 24071, - 12036: 24072, 24073, 24074, - 12037: 24072, 24074, 24075, - 12038: 24076, 24077, 24078, - 12039: 24076, 24078, 24079, - 12040: 24080, 24081, 24082, - 12041: 24080, 24082, 24083, - 12042: 24084, 24085, 24086, - 12043: 24084, 24086, 24087, - 12044: 24088, 24089, 24090, - 12045: 24088, 24090, 24091, - 12046: 24092, 24093, 24094, - 12047: 24092, 24094, 24095, - 12048: 24096, 24097, 24098, - 12049: 24096, 24098, 24099, - 12050: 24100, 24101, 24102, - 12051: 24100, 24102, 24103, - 12052: 24104, 24105, 24106, - 12053: 24104, 24106, 24107, - 12054: 24108, 24109, 24110, - 12055: 24108, 24110, 24111, - 12056: 24112, 24113, 24114, - 12057: 24112, 24114, 24115, - 12058: 24116, 24117, 24118, - 12059: 24116, 24118, 24119, - 12060: 24120, 24121, 24122, - 12061: 24120, 24122, 24123, - 12062: 24124, 24125, 24126, - 12063: 24124, 24126, 24127, - 12064: 24128, 24129, 24130, - 12065: 24128, 24130, 24131, - 12066: 24132, 24133, 24134, - 12067: 24132, 24134, 24135, - 12068: 24136, 24137, 24138, - 12069: 24136, 24138, 24139, - 12070: 24140, 24141, 24142, - 12071: 24140, 24142, 24143, - 12072: 24144, 24145, 24146, - 12073: 24144, 24146, 24147, - 12074: 24148, 24149, 24150, - 12075: 24148, 24150, 24151, - 12076: 24152, 24153, 24154, - 12077: 24152, 24154, 24155, - 12078: 24156, 24157, 24158, - 12079: 24156, 24158, 24159, - 12080: 24160, 24161, 24162, - 12081: 24160, 24162, 24163, - 12082: 24164, 24165, 24166, - 12083: 24164, 24166, 24167, - 12084: 24168, 24169, 24170, - 12085: 24168, 24170, 24171, - 12086: 24172, 24173, 24174, - 12087: 24172, 24174, 24175, - 12088: 24176, 24177, 24178, - 12089: 24176, 24178, 24179, - 12090: 24180, 24181, 24182, - 12091: 24180, 24182, 24183, - 12092: 24184, 24185, 24186, - 12093: 24184, 24186, 24187, - 12094: 24188, 24189, 24190, - 12095: 24188, 24190, 24191, - 12096: 24192, 24193, 24194, - 12097: 24192, 24194, 24195, - 12098: 24196, 24197, 24198, - 12099: 24196, 24198, 24199, - 12100: 24200, 24201, 24202, - 12101: 24200, 24202, 24203, - 12102: 24204, 24205, 24206, - 12103: 24204, 24206, 24207, - 12104: 24208, 24209, 24210, - 12105: 24208, 24210, 24211, - 12106: 24212, 24213, 24214, - 12107: 24212, 24214, 24215, - 12108: 24216, 24217, 24218, - 12109: 24216, 24218, 24219, - 12110: 24220, 24221, 24222, - 12111: 24220, 24222, 24223, - 12112: 24224, 24225, 24226, - 12113: 24224, 24226, 24227, - 12114: 24228, 24229, 24230, - 12115: 24228, 24230, 24231, - 12116: 24232, 24233, 24234, - 12117: 24232, 24234, 24235, - 12118: 24236, 24237, 24238, - 12119: 24236, 24238, 24239, - 12120: 24240, 24241, 24242, - 12121: 24240, 24242, 24243, - 12122: 24244, 24245, 24246, - 12123: 24244, 24246, 24247, - 12124: 24248, 24249, 24250, - 12125: 24248, 24250, 24251, - 12126: 24252, 24253, 24254, - 12127: 24252, 24254, 24255, - 12128: 24256, 24257, 24258, - 12129: 24256, 24258, 24259, - 12130: 24260, 24261, 24262, - 12131: 24260, 24262, 24263, - 12132: 24264, 24265, 24266, - 12133: 24264, 24266, 24267, - 12134: 24268, 24269, 24270, - 12135: 24268, 24270, 24271, - 12136: 24272, 24273, 24274, - 12137: 24272, 24274, 24275, - 12138: 24276, 24277, 24278, - 12139: 24276, 24278, 24279, - 12140: 24280, 24281, 24282, - 12141: 24280, 24282, 24283, - 12142: 24284, 24285, 24286, - 12143: 24284, 24286, 24287, - 12144: 24288, 24289, 24290, - 12145: 24288, 24290, 24291, - 12146: 24292, 24293, 24294, - 12147: 24292, 24294, 24295, - 12148: 24296, 24297, 24298, - 12149: 24296, 24298, 24299, - 12150: 24300, 24301, 24302, - 12151: 24300, 24302, 24303, - 12152: 24304, 24305, 24306, - 12153: 24304, 24306, 24307, - 12154: 24308, 24309, 24310, - 12155: 24308, 24310, 24311, - 12156: 24312, 24313, 24314, - 12157: 24312, 24314, 24315, - 12158: 24316, 24317, 24318, - 12159: 24316, 24318, 24319, - 12160: 24320, 24321, 24322, - 12161: 24320, 24322, 24323, - 12162: 24324, 24325, 24326, - 12163: 24324, 24326, 24327, - 12164: 24328, 24329, 24330, - 12165: 24328, 24330, 24331, - 12166: 24332, 24333, 24334, - 12167: 24332, 24334, 24335, - 12168: 24336, 24337, 24338, - 12169: 24336, 24338, 24339, - 12170: 24340, 24341, 24342, - 12171: 24340, 24342, 24343, - 12172: 24344, 24345, 24346, - 12173: 24344, 24346, 24347, - 12174: 24348, 24349, 24350, - 12175: 24348, 24350, 24351, - 12176: 24352, 24353, 24354, - 12177: 24352, 24354, 24355, - 12178: 24356, 24357, 24358, - 12179: 24356, 24358, 24359, - 12180: 24360, 24361, 24362, - 12181: 24360, 24362, 24363, - 12182: 24364, 24365, 24366, - 12183: 24364, 24366, 24367, - 12184: 24368, 24369, 24370, - 12185: 24368, 24370, 24371, - 12186: 24372, 24373, 24374, - 12187: 24372, 24374, 24375, - 12188: 24376, 24377, 24378, - 12189: 24376, 24378, 24379, - 12190: 24380, 24381, 24382, - 12191: 24380, 24382, 24383, - 12192: 24384, 24385, 24386, - 12193: 24384, 24386, 24387, - 12194: 24388, 24389, 24390, - 12195: 24388, 24390, 24391, - 12196: 24392, 24393, 24394, - 12197: 24392, 24394, 24395, - 12198: 24396, 24397, 24398, - 12199: 24396, 24398, 24399, - 12200: 24400, 24401, 24402, - 12201: 24400, 24402, 24403, - 12202: 24404, 24405, 24406, - 12203: 24404, 24406, 24407, - 12204: 24408, 24409, 24410, - 12205: 24408, 24410, 24411, - 12206: 24412, 24413, 24414, - 12207: 24412, 24414, 24415, - 12208: 24416, 24417, 24418, - 12209: 24416, 24418, 24419, - 12210: 24420, 24421, 24422, - 12211: 24420, 24422, 24423, - 12212: 24424, 24425, 24426, - 12213: 24424, 24426, 24427, - 12214: 24428, 24429, 24430, - 12215: 24428, 24430, 24431, - 12216: 24432, 24433, 24434, - 12217: 24432, 24434, 24435, - 12218: 24436, 24437, 24438, - 12219: 24436, 24438, 24439, - 12220: 24440, 24441, 24442, - 12221: 24440, 24442, 24443, - 12222: 24444, 24445, 24446, - 12223: 24444, 24446, 24447, - 12224: 24448, 24449, 24450, - 12225: 24448, 24450, 24451, - 12226: 24452, 24453, 24454, - 12227: 24452, 24454, 24455, - 12228: 24456, 24457, 24458, - 12229: 24456, 24458, 24459, - 12230: 24460, 24461, 24462, - 12231: 24460, 24462, 24463, - 12232: 24464, 24465, 24466, - 12233: 24464, 24466, 24467, - 12234: 24468, 24469, 24470, - 12235: 24468, 24470, 24471, - 12236: 24472, 24473, 24474, - 12237: 24472, 24474, 24475, - 12238: 24476, 24477, 24478, - 12239: 24476, 24478, 24479, - 12240: 24480, 24481, 24482, - 12241: 24480, 24482, 24483, - 12242: 24484, 24485, 24486, - 12243: 24484, 24486, 24487, - 12244: 24488, 24489, 24490, - 12245: 24488, 24490, 24491, - 12246: 24492, 24493, 24494, - 12247: 24492, 24494, 24495, - 12248: 24496, 24497, 24498, - 12249: 24496, 24498, 24499, - 12250: 24500, 24501, 24502, - 12251: 24500, 24502, 24503, - 12252: 24504, 24505, 24506, - 12253: 24504, 24506, 24507, - 12254: 24508, 24509, 24510, - 12255: 24508, 24510, 24511, - 12256: 24512, 24513, 24514, - 12257: 24512, 24514, 24515, - 12258: 24516, 24517, 24518, - 12259: 24516, 24518, 24519, - 12260: 24520, 24521, 24522, - 12261: 24520, 24522, 24523, - 12262: 24524, 24525, 24526, - 12263: 24524, 24526, 24527, - 12264: 24528, 24529, 24530, - 12265: 24528, 24530, 24531, - 12266: 24532, 24533, 24534, - 12267: 24532, 24534, 24535, - 12268: 24536, 24537, 24538, - 12269: 24536, 24538, 24539, - 12270: 24540, 24541, 24542, - 12271: 24540, 24542, 24543, - 12272: 24544, 24545, 24546, - 12273: 24544, 24546, 24547, - 12274: 24548, 24549, 24550, - 12275: 24548, 24550, 24551, - 12276: 24552, 24553, 24554, - 12277: 24552, 24554, 24555, - 12278: 24556, 24557, 24558, - 12279: 24556, 24558, 24559, - 12280: 24560, 24561, 24562, - 12281: 24560, 24562, 24563, - 12282: 24564, 24565, 24566, - 12283: 24564, 24566, 24567, - 12284: 24568, 24569, 24570, - 12285: 24568, 24570, 24571, - 12286: 24572, 24573, 24574, - 12287: 24572, 24574, 24575, FaceMaterialIds: Count 12288. Hash: 12545154121625736090 Node Name: Cube_optimized Node Path: RootNode.Cube_optimized Node Type: MeshData Positions: Count 24576. Hash: 7031773714680283213 - 0: <-0.004894, 0.005206, 0.004894> - 1: <-0.004691, 0.005326, 0.004959> - 2: <-0.004738, 0.005479, 0.004738> - 3: <-0.004959, 0.005326, 0.004691> - 4: <-0.004691, 0.005326, 0.004959> - 5: <-0.004460, 0.005446, 0.005034> - 6: <-0.004494, 0.005623, 0.004798> - 7: <-0.004738, 0.005479, 0.004738> - 8: <-0.004460, 0.005446, 0.005034> - 9: <-0.004199, 0.005564, 0.005120> - 10: <-0.004226, 0.005760, 0.004870> - 11: <-0.004494, 0.005623, 0.004798> - 12: <-0.004199, 0.005564, 0.005120> - 13: <-0.003918, 0.005678, 0.005207> - 14: <-0.003941, 0.005887, 0.004946> - 15: <-0.004226, 0.005760, 0.004870> - 16: <-0.003918, 0.005678, 0.005207> - 17: <-0.003619, 0.005786, 0.005294> - 18: <-0.003637, 0.006006, 0.005023> - 19: <-0.003941, 0.005887, 0.004946> - 20: <-0.003619, 0.005786, 0.005294> - 21: <-0.003302, 0.005888, 0.005379> - 22: <-0.003318, 0.006117, 0.005099> - 23: <-0.003637, 0.006006, 0.005023> - 24: <-0.003302, 0.005888, 0.005379> - 25: <-0.002971, 0.005983, 0.005459> - 26: <-0.002984, 0.006219, 0.005172> - 27: <-0.003318, 0.006117, 0.005099> - 28: <-0.002971, 0.005983, 0.005459> - 29: <-0.002627, 0.006069, 0.005533> - 30: <-0.002638, 0.006311, 0.005240> - 31: <-0.002984, 0.006219, 0.005172> - 32: <-0.002627, 0.006069, 0.005533> - 33: <-0.002272, 0.006146, 0.005599> - 34: <-0.002281, 0.006393, 0.005301> - 35: <-0.002638, 0.006311, 0.005240> - 36: <-0.002272, 0.006146, 0.005599> - 37: <-0.001908, 0.006212, 0.005657> - 38: <-0.001915, 0.006464, 0.005355> - 39: <-0.002281, 0.006393, 0.005301> - 40: <-0.001908, 0.006212, 0.005657> - 41: <-0.001536, 0.006269, 0.005707> - 42: <-0.001541, 0.006523, 0.005401> - 43: <-0.001915, 0.006464, 0.005355> - 44: <-0.001536, 0.006269, 0.005707> - 45: <-0.001157, 0.006313, 0.005747> - 46: <-0.001161, 0.006570, 0.005438> - 47: <-0.001541, 0.006523, 0.005401> - 48: <-0.001157, 0.006313, 0.005747> - 49: <-0.000774, 0.006346, 0.005776> - 50: <-0.000777, 0.006605, 0.005466> - 51: <-0.001161, 0.006570, 0.005438> - 52: <-0.000774, 0.006346, 0.005776> - 53: <-0.000388, 0.006366, 0.005794> - 54: <-0.000389, 0.006626, 0.005483> - 55: <-0.000777, 0.006605, 0.005466> - 56: <-0.000388, 0.006366, 0.005794> - 57: < 0.000000, 0.006373, 0.005801> - 58: < 0.000000, 0.006633, 0.005489> - 59: <-0.000389, 0.006626, 0.005483> - 60: < 0.000000, 0.006373, 0.005801> - 61: < 0.000388, 0.006366, 0.005794> - 62: < 0.000389, 0.006626, 0.005483> - 63: < 0.000000, 0.006633, 0.005489> - 64: < 0.000388, 0.006366, 0.005794> - 65: < 0.000774, 0.006346, 0.005776> - 66: < 0.000777, 0.006605, 0.005466> - 67: < 0.000389, 0.006626, 0.005483> - 68: < 0.000774, 0.006346, 0.005776> - 69: < 0.001157, 0.006313, 0.005747> - 70: < 0.001161, 0.006570, 0.005438> - 71: < 0.000777, 0.006605, 0.005466> - 72: < 0.001157, 0.006313, 0.005747> - 73: < 0.001536, 0.006269, 0.005707> - 74: < 0.001541, 0.006523, 0.005401> - 75: < 0.001161, 0.006570, 0.005438> - 76: < 0.001536, 0.006269, 0.005707> - 77: < 0.001908, 0.006212, 0.005657> - 78: < 0.001915, 0.006464, 0.005355> - 79: < 0.001541, 0.006523, 0.005401> - 80: < 0.001908, 0.006212, 0.005657> - 81: < 0.002272, 0.006146, 0.005599> - 82: < 0.002281, 0.006393, 0.005301> - 83: < 0.001915, 0.006464, 0.005355> - 84: < 0.002272, 0.006146, 0.005599> - 85: < 0.002627, 0.006069, 0.005533> - 86: < 0.002638, 0.006311, 0.005240> - 87: < 0.002281, 0.006393, 0.005301> - 88: < 0.002627, 0.006069, 0.005533> - 89: < 0.002971, 0.005983, 0.005459> - 90: < 0.002984, 0.006219, 0.005172> - 91: < 0.002638, 0.006311, 0.005240> - 92: < 0.002971, 0.005983, 0.005459> - 93: < 0.003302, 0.005888, 0.005379> - 94: < 0.003318, 0.006117, 0.005099> - 95: < 0.002984, 0.006219, 0.005172> - 96: < 0.003302, 0.005888, 0.005379> - 97: < 0.003619, 0.005786, 0.005294> - 98: < 0.003637, 0.006006, 0.005023> - 99: < 0.003318, 0.006117, 0.005099> - 100: < 0.003619, 0.005786, 0.005294> - 101: < 0.003918, 0.005678, 0.005207> - 102: < 0.003941, 0.005887, 0.004946> - 103: < 0.003637, 0.006006, 0.005023> - 104: < 0.003918, 0.005678, 0.005207> - 105: < 0.004199, 0.005564, 0.005120> - 106: < 0.004226, 0.005760, 0.004870> - 107: < 0.003941, 0.005887, 0.004946> - 108: < 0.004199, 0.005564, 0.005120> - 109: < 0.004460, 0.005446, 0.005034> - 110: < 0.004494, 0.005623, 0.004798> - 111: < 0.004226, 0.005760, 0.004870> - 112: < 0.004460, 0.005446, 0.005034> - 113: < 0.004691, 0.005326, 0.004959> - 114: < 0.004738, 0.005479, 0.004738> - 115: < 0.004494, 0.005623, 0.004798> - 116: < 0.004691, 0.005326, 0.004959> - 117: < 0.004894, 0.005206, 0.004894> - 118: < 0.004959, 0.005326, 0.004691> - 119: < 0.004738, 0.005479, 0.004738> - 120: <-0.004959, 0.005326, 0.004691> - 121: <-0.004738, 0.005479, 0.004738> - 122: <-0.004798, 0.005623, 0.004494> - 123: <-0.005034, 0.005446, 0.004460> - 124: <-0.004738, 0.005479, 0.004738> - 125: <-0.004494, 0.005623, 0.004798> - 126: <-0.004542, 0.005788, 0.004542> - 127: <-0.004798, 0.005623, 0.004494> - 128: <-0.004494, 0.005623, 0.004798> - 129: <-0.004226, 0.005760, 0.004870> - 130: <-0.004267, 0.005939, 0.004602> - 131: <-0.004542, 0.005788, 0.004542> - 132: <-0.004226, 0.005760, 0.004870> - 133: <-0.003941, 0.005887, 0.004946> - 134: <-0.003975, 0.006080, 0.004668> - 135: <-0.004267, 0.005939, 0.004602> - 136: <-0.003941, 0.005887, 0.004946> - 137: <-0.003637, 0.006006, 0.005023> - 138: <-0.003666, 0.006210, 0.004736> - 139: <-0.003975, 0.006080, 0.004668> - 140: <-0.003637, 0.006006, 0.005023> - 141: <-0.003318, 0.006117, 0.005099> - 142: <-0.003342, 0.006329, 0.004804> - 143: <-0.003666, 0.006210, 0.004736> - 144: <-0.003318, 0.006117, 0.005099> - 145: <-0.002984, 0.006219, 0.005172> - 146: <-0.003004, 0.006439, 0.004870> - 147: <-0.003342, 0.006329, 0.004804> - 148: <-0.002984, 0.006219, 0.005172> - 149: <-0.002638, 0.006311, 0.005240> - 150: <-0.002655, 0.006537, 0.004931> - 151: <-0.003004, 0.006439, 0.004870> - 152: <-0.002638, 0.006311, 0.005240> - 153: <-0.002281, 0.006393, 0.005301> - 154: <-0.002295, 0.006623, 0.004987> - 155: <-0.002655, 0.006537, 0.004931> - 156: <-0.002281, 0.006393, 0.005301> - 157: <-0.001915, 0.006464, 0.005355> - 158: <-0.001926, 0.006698, 0.005037> - 159: <-0.002295, 0.006623, 0.004987> - 160: <-0.001915, 0.006464, 0.005355> - 161: <-0.001541, 0.006523, 0.005401> - 162: <-0.001550, 0.006761, 0.005080> - 163: <-0.001926, 0.006698, 0.005037> - 164: <-0.001541, 0.006523, 0.005401> - 165: <-0.001161, 0.006570, 0.005438> - 166: <-0.001168, 0.006810, 0.005114> - 167: <-0.001550, 0.006761, 0.005080> - 168: <-0.001161, 0.006570, 0.005438> - 169: <-0.000777, 0.006605, 0.005466> - 170: <-0.000781, 0.006846, 0.005140> - 171: <-0.001168, 0.006810, 0.005114> - 172: <-0.000777, 0.006605, 0.005466> - 173: <-0.000389, 0.006626, 0.005483> - 174: <-0.000391, 0.006868, 0.005156> - 175: <-0.000781, 0.006846, 0.005140> - 176: <-0.000389, 0.006626, 0.005483> - 177: < 0.000000, 0.006633, 0.005489> - 178: <-0.000000, 0.006875, 0.005162> - 179: <-0.000391, 0.006868, 0.005156> - 180: < 0.000000, 0.006633, 0.005489> - 181: < 0.000389, 0.006626, 0.005483> - 182: < 0.000391, 0.006868, 0.005156> - 183: <-0.000000, 0.006875, 0.005162> - 184: < 0.000389, 0.006626, 0.005483> - 185: < 0.000777, 0.006605, 0.005466> - 186: < 0.000781, 0.006846, 0.005140> - 187: < 0.000391, 0.006868, 0.005156> - 188: < 0.000777, 0.006605, 0.005466> - 189: < 0.001161, 0.006570, 0.005438> - 190: < 0.001168, 0.006810, 0.005114> - 191: < 0.000781, 0.006846, 0.005140> - 192: < 0.001161, 0.006570, 0.005438> - 193: < 0.001541, 0.006523, 0.005401> - 194: < 0.001550, 0.006761, 0.005080> - 195: < 0.001168, 0.006810, 0.005114> - 196: < 0.001541, 0.006523, 0.005401> - 197: < 0.001915, 0.006464, 0.005355> - 198: < 0.001926, 0.006698, 0.005037> - 199: < 0.001550, 0.006761, 0.005080> - 200: < 0.001915, 0.006464, 0.005355> - 201: < 0.002281, 0.006393, 0.005301> - 202: < 0.002295, 0.006623, 0.004987> - 203: < 0.001926, 0.006698, 0.005037> - 204: < 0.002281, 0.006393, 0.005301> - 205: < 0.002638, 0.006311, 0.005240> - 206: < 0.002655, 0.006537, 0.004931> - 207: < 0.002295, 0.006623, 0.004987> - 208: < 0.002638, 0.006311, 0.005240> - 209: < 0.002984, 0.006219, 0.005172> - 210: < 0.003004, 0.006439, 0.004870> - 211: < 0.002655, 0.006537, 0.004931> - 212: < 0.002984, 0.006219, 0.005172> - 213: < 0.003318, 0.006117, 0.005099> - 214: < 0.003342, 0.006329, 0.004804> - 215: < 0.003004, 0.006439, 0.004870> - 216: < 0.003318, 0.006117, 0.005099> - 217: < 0.003637, 0.006006, 0.005023> - 218: < 0.003666, 0.006210, 0.004736> - 219: < 0.003342, 0.006329, 0.004804> - 220: < 0.003637, 0.006006, 0.005023> - 221: < 0.003941, 0.005887, 0.004946> - 222: < 0.003975, 0.006080, 0.004668> - 223: < 0.003666, 0.006210, 0.004736> - 224: < 0.003941, 0.005887, 0.004946> - 225: < 0.004226, 0.005760, 0.004870> - 226: < 0.004267, 0.005939, 0.004602> - 227: < 0.003975, 0.006080, 0.004668> - 228: < 0.004226, 0.005760, 0.004870> - 229: < 0.004494, 0.005623, 0.004798> - 230: < 0.004542, 0.005788, 0.004542> - 231: < 0.004267, 0.005939, 0.004602> - 232: < 0.004494, 0.005623, 0.004798> - 233: < 0.004738, 0.005479, 0.004738> - 234: < 0.004798, 0.005623, 0.004494> - 235: < 0.004542, 0.005788, 0.004542> - 236: < 0.004738, 0.005479, 0.004738> - 237: < 0.004959, 0.005326, 0.004691> - 238: < 0.005034, 0.005446, 0.004460> - 239: < 0.004798, 0.005623, 0.004494> - 240: <-0.005034, 0.005446, 0.004460> - 241: <-0.004798, 0.005623, 0.004494> - 242: <-0.004870, 0.005760, 0.004226> - 243: <-0.005120, 0.005564, 0.004199> - 244: <-0.004798, 0.005623, 0.004494> - 245: <-0.004542, 0.005788, 0.004542> - 246: <-0.004602, 0.005939, 0.004267> - 247: <-0.004870, 0.005760, 0.004226> - 248: <-0.004542, 0.005788, 0.004542> - 249: <-0.004267, 0.005939, 0.004602> - 250: <-0.004318, 0.006105, 0.004318> - 251: <-0.004602, 0.005939, 0.004267> - 252: <-0.004267, 0.005939, 0.004602> - 253: <-0.003975, 0.006080, 0.004668> - 254: <-0.004017, 0.006257, 0.004374> - 255: <-0.004318, 0.006105, 0.004318> - 256: <-0.003975, 0.006080, 0.004668> - 257: <-0.003666, 0.006210, 0.004736> - 258: <-0.003701, 0.006397, 0.004434> - 259: <-0.004017, 0.006257, 0.004374> - 260: <-0.003666, 0.006210, 0.004736> - 261: <-0.003342, 0.006329, 0.004804> - 262: <-0.003372, 0.006525, 0.004494> - 263: <-0.003701, 0.006397, 0.004434> - 264: <-0.003342, 0.006329, 0.004804> - 265: <-0.003004, 0.006439, 0.004870> - 266: <-0.003030, 0.006641, 0.004553> - 267: <-0.003372, 0.006525, 0.004494> - 268: <-0.003004, 0.006439, 0.004870> - 269: <-0.002655, 0.006537, 0.004931> - 270: <-0.002676, 0.006745, 0.004609> - 271: <-0.003030, 0.006641, 0.004553> - 272: <-0.002655, 0.006537, 0.004931> - 273: <-0.002295, 0.006623, 0.004987> - 274: <-0.002313, 0.006836, 0.004659> - 275: <-0.002676, 0.006745, 0.004609> - 276: <-0.002295, 0.006623, 0.004987> - 277: <-0.001926, 0.006698, 0.005037> - 278: <-0.001940, 0.006915, 0.004705> - 279: <-0.002313, 0.006836, 0.004659> - 280: <-0.001926, 0.006698, 0.005037> - 281: <-0.001550, 0.006761, 0.005080> - 282: <-0.001561, 0.006980, 0.004744> - 283: <-0.001940, 0.006915, 0.004705> - 284: <-0.001550, 0.006761, 0.005080> - 285: <-0.001168, 0.006810, 0.005114> - 286: <-0.001176, 0.007032, 0.004776> - 287: <-0.001561, 0.006980, 0.004744> - 288: <-0.001168, 0.006810, 0.005114> - 289: <-0.000781, 0.006846, 0.005140> - 290: <-0.000786, 0.007069, 0.004800> - 291: <-0.001176, 0.007032, 0.004776> - 292: <-0.000781, 0.006846, 0.005140> - 293: <-0.000391, 0.006868, 0.005156> - 294: <-0.000394, 0.007092, 0.004815> - 295: <-0.000786, 0.007069, 0.004800> - 296: <-0.000391, 0.006868, 0.005156> - 297: <-0.000000, 0.006875, 0.005162> - 298: <-0.000000, 0.007099, 0.004820> - 299: <-0.000394, 0.007092, 0.004815> - 300: <-0.000000, 0.006875, 0.005162> - 301: < 0.000391, 0.006868, 0.005156> - 302: < 0.000394, 0.007092, 0.004815> - 303: <-0.000000, 0.007099, 0.004820> - 304: < 0.000391, 0.006868, 0.005156> - 305: < 0.000781, 0.006846, 0.005140> - 306: < 0.000786, 0.007069, 0.004800> - 307: < 0.000394, 0.007092, 0.004815> - 308: < 0.000781, 0.006846, 0.005140> - 309: < 0.001168, 0.006810, 0.005114> - 310: < 0.001176, 0.007032, 0.004776> - 311: < 0.000786, 0.007069, 0.004800> - 312: < 0.001168, 0.006810, 0.005114> - 313: < 0.001550, 0.006761, 0.005080> - 314: < 0.001561, 0.006980, 0.004744> - 315: < 0.001176, 0.007032, 0.004776> - 316: < 0.001550, 0.006761, 0.005080> - 317: < 0.001926, 0.006698, 0.005037> - 318: < 0.001940, 0.006915, 0.004705> - 319: < 0.001561, 0.006980, 0.004744> - 320: < 0.001926, 0.006698, 0.005037> - 321: < 0.002295, 0.006623, 0.004987> - 322: < 0.002313, 0.006836, 0.004659> - 323: < 0.001940, 0.006915, 0.004705> - 324: < 0.002295, 0.006623, 0.004987> - 325: < 0.002655, 0.006537, 0.004931> - 326: < 0.002676, 0.006745, 0.004609> - 327: < 0.002313, 0.006836, 0.004659> - 328: < 0.002655, 0.006537, 0.004931> - 329: < 0.003004, 0.006439, 0.004870> - 330: < 0.003030, 0.006641, 0.004553> - 331: < 0.002676, 0.006745, 0.004609> - 332: < 0.003004, 0.006439, 0.004870> - 333: < 0.003342, 0.006329, 0.004804> - 334: < 0.003372, 0.006525, 0.004494> - 335: < 0.003030, 0.006641, 0.004553> - 336: < 0.003342, 0.006329, 0.004804> - 337: < 0.003666, 0.006210, 0.004736> - 338: < 0.003701, 0.006397, 0.004434> - 339: < 0.003372, 0.006525, 0.004494> - 340: < 0.003666, 0.006210, 0.004736> - 341: < 0.003975, 0.006080, 0.004668> - 342: < 0.004017, 0.006257, 0.004374> - 343: < 0.003701, 0.006397, 0.004434> - 344: < 0.003975, 0.006080, 0.004668> - 345: < 0.004267, 0.005939, 0.004602> - 346: < 0.004318, 0.006105, 0.004318> - 347: < 0.004017, 0.006257, 0.004374> - 348: < 0.004267, 0.005939, 0.004602> - 349: < 0.004542, 0.005788, 0.004542> - 350: < 0.004602, 0.005939, 0.004267> - 351: < 0.004318, 0.006105, 0.004318> - 352: < 0.004542, 0.005788, 0.004542> - 353: < 0.004798, 0.005623, 0.004494> - 354: < 0.004870, 0.005760, 0.004226> - 355: < 0.004602, 0.005939, 0.004267> - 356: < 0.004798, 0.005623, 0.004494> - 357: < 0.005034, 0.005446, 0.004460> - 358: < 0.005120, 0.005564, 0.004199> - 359: < 0.004870, 0.005760, 0.004226> - 360: <-0.005120, 0.005564, 0.004199> - 361: <-0.004870, 0.005760, 0.004226> - 362: <-0.004946, 0.005887, 0.003941> - 363: <-0.005207, 0.005678, 0.003918> - 364: <-0.004870, 0.005760, 0.004226> - 365: <-0.004602, 0.005939, 0.004267> - 366: <-0.004668, 0.006080, 0.003975> - 367: <-0.004946, 0.005887, 0.003941> - 368: <-0.004602, 0.005939, 0.004267> - 369: <-0.004318, 0.006105, 0.004318> - 370: <-0.004374, 0.006257, 0.004017> - 371: <-0.004668, 0.006080, 0.003975> - 372: <-0.004318, 0.006105, 0.004318> - 373: <-0.004017, 0.006257, 0.004374> - 374: <-0.004065, 0.006421, 0.004065> - 375: <-0.004374, 0.006257, 0.004017> - 376: <-0.004017, 0.006257, 0.004374> - 377: <-0.003701, 0.006397, 0.004434> - 378: <-0.003743, 0.006570, 0.004117> - 379: <-0.004065, 0.006421, 0.004065> - 380: <-0.003701, 0.006397, 0.004434> - 381: <-0.003372, 0.006525, 0.004494> - 382: <-0.003407, 0.006705, 0.004170> - 383: <-0.003743, 0.006570, 0.004117> - 384: <-0.003372, 0.006525, 0.004494> - 385: <-0.003030, 0.006641, 0.004553> - 386: <-0.003060, 0.006828, 0.004223> - 387: <-0.003407, 0.006705, 0.004170> - 388: <-0.003030, 0.006641, 0.004553> - 389: <-0.002676, 0.006745, 0.004609> - 390: <-0.002701, 0.006937, 0.004273> - 391: <-0.003060, 0.006828, 0.004223> - 392: <-0.002676, 0.006745, 0.004609> - 393: <-0.002313, 0.006836, 0.004659> - 394: <-0.002333, 0.007033, 0.004318> - 395: <-0.002701, 0.006937, 0.004273> - 396: <-0.002313, 0.006836, 0.004659> - 397: <-0.001940, 0.006915, 0.004705> - 398: <-0.001957, 0.007115, 0.004360> - 399: <-0.002333, 0.007033, 0.004318> - 400: <-0.001940, 0.006915, 0.004705> - 401: <-0.001561, 0.006980, 0.004744> - 402: <-0.001574, 0.007183, 0.004395> - 403: <-0.001957, 0.007115, 0.004360> - 404: <-0.001561, 0.006980, 0.004744> - 405: <-0.001176, 0.007032, 0.004776> - 406: <-0.001185, 0.007236, 0.004424> - 407: <-0.001574, 0.007183, 0.004395> - 408: <-0.001176, 0.007032, 0.004776> - 409: <-0.000786, 0.007069, 0.004800> - 410: <-0.000792, 0.007275, 0.004446> - 411: <-0.001185, 0.007236, 0.004424> - 412: <-0.000786, 0.007069, 0.004800> - 413: <-0.000394, 0.007092, 0.004815> - 414: <-0.000397, 0.007298, 0.004460> - 415: <-0.000792, 0.007275, 0.004446> - 416: <-0.000394, 0.007092, 0.004815> - 417: <-0.000000, 0.007099, 0.004820> - 418: <-0.000000, 0.007306, 0.004465> - 419: <-0.000397, 0.007298, 0.004460> - 420: <-0.000000, 0.007099, 0.004820> - 421: < 0.000394, 0.007092, 0.004815> - 422: < 0.000397, 0.007298, 0.004460> - 423: <-0.000000, 0.007306, 0.004465> - 424: < 0.000394, 0.007092, 0.004815> - 425: < 0.000786, 0.007069, 0.004800> - 426: < 0.000792, 0.007275, 0.004446> - 427: < 0.000397, 0.007298, 0.004460> - 428: < 0.000786, 0.007069, 0.004800> - 429: < 0.001176, 0.007032, 0.004776> - 430: < 0.001185, 0.007236, 0.004424> - 431: < 0.000792, 0.007275, 0.004446> - 432: < 0.001176, 0.007032, 0.004776> - 433: < 0.001561, 0.006980, 0.004744> - 434: < 0.001574, 0.007183, 0.004395> - 435: < 0.001185, 0.007236, 0.004424> - 436: < 0.001561, 0.006980, 0.004744> - 437: < 0.001940, 0.006915, 0.004705> - 438: < 0.001957, 0.007115, 0.004360> - 439: < 0.001574, 0.007183, 0.004395> - 440: < 0.001940, 0.006915, 0.004705> - 441: < 0.002313, 0.006836, 0.004659> - 442: < 0.002333, 0.007033, 0.004318> - 443: < 0.001957, 0.007115, 0.004360> - 444: < 0.002313, 0.006836, 0.004659> - 445: < 0.002676, 0.006745, 0.004609> - 446: < 0.002701, 0.006937, 0.004273> - 447: < 0.002333, 0.007033, 0.004318> - 448: < 0.002676, 0.006745, 0.004609> - 449: < 0.003030, 0.006641, 0.004553> - 450: < 0.003060, 0.006828, 0.004223> - 451: < 0.002701, 0.006937, 0.004273> - 452: < 0.003030, 0.006641, 0.004553> - 453: < 0.003372, 0.006525, 0.004494> - 454: < 0.003407, 0.006705, 0.004170> - 455: < 0.003060, 0.006828, 0.004223> - 456: < 0.003372, 0.006525, 0.004494> - 457: < 0.003701, 0.006397, 0.004434> - 458: < 0.003743, 0.006570, 0.004117> - 459: < 0.003407, 0.006705, 0.004170> - 460: < 0.003701, 0.006397, 0.004434> - 461: < 0.004017, 0.006257, 0.004374> - 462: < 0.004065, 0.006421, 0.004065> - 463: < 0.003743, 0.006570, 0.004117> - 464: < 0.004017, 0.006257, 0.004374> - 465: < 0.004318, 0.006105, 0.004318> - 466: < 0.004374, 0.006257, 0.004017> - 467: < 0.004065, 0.006421, 0.004065> - 468: < 0.004318, 0.006105, 0.004318> - 469: < 0.004602, 0.005939, 0.004267> - 470: < 0.004668, 0.006080, 0.003975> - 471: < 0.004374, 0.006257, 0.004017> - 472: < 0.004602, 0.005939, 0.004267> - 473: < 0.004870, 0.005760, 0.004226> - 474: < 0.004946, 0.005887, 0.003941> - 475: < 0.004668, 0.006080, 0.003975> - 476: < 0.004870, 0.005760, 0.004226> - 477: < 0.005120, 0.005564, 0.004199> - 478: < 0.005207, 0.005678, 0.003918> - 479: < 0.004946, 0.005887, 0.003941> - 480: <-0.005207, 0.005678, 0.003918> - 481: <-0.004946, 0.005887, 0.003941> - 482: <-0.005023, 0.006006, 0.003637> - 483: <-0.005294, 0.005786, 0.003619> - 484: <-0.004946, 0.005887, 0.003941> - 485: <-0.004668, 0.006080, 0.003975> - 486: <-0.004736, 0.006210, 0.003666> - 487: <-0.005023, 0.006006, 0.003637> - 488: <-0.004668, 0.006080, 0.003975> - 489: <-0.004374, 0.006257, 0.004017> - 490: <-0.004434, 0.006397, 0.003701> - 491: <-0.004736, 0.006210, 0.003666> - 492: <-0.004374, 0.006257, 0.004017> - 493: <-0.004065, 0.006421, 0.004065> - 494: <-0.004117, 0.006570, 0.003743> - 495: <-0.004434, 0.006397, 0.003701> - 496: <-0.004065, 0.006421, 0.004065> - 497: <-0.003743, 0.006570, 0.004117> - 498: <-0.003788, 0.006727, 0.003788> - 499: <-0.004117, 0.006570, 0.003743> - 500: <-0.003743, 0.006570, 0.004117> - 501: <-0.003407, 0.006705, 0.004170> - 502: <-0.003446, 0.006870, 0.003834> - 503: <-0.003788, 0.006727, 0.003788> - 504: <-0.003407, 0.006705, 0.004170> - 505: <-0.003060, 0.006828, 0.004223> - 506: <-0.003093, 0.006998, 0.003880> - 507: <-0.003446, 0.006870, 0.003834> - 508: <-0.003060, 0.006828, 0.004223> - 509: <-0.002701, 0.006937, 0.004273> - 510: <-0.002729, 0.007112, 0.003924> - 511: <-0.003093, 0.006998, 0.003880> - 512: <-0.002701, 0.006937, 0.004273> - 513: <-0.002333, 0.007033, 0.004318> - 514: <-0.002356, 0.007212, 0.003965> - 515: <-0.002729, 0.007112, 0.003924> - 516: <-0.002333, 0.007033, 0.004318> - 517: <-0.001957, 0.007115, 0.004360> - 518: <-0.001975, 0.007297, 0.004002> - 519: <-0.002356, 0.007212, 0.003965> - 520: <-0.001957, 0.007115, 0.004360> - 521: <-0.001574, 0.007183, 0.004395> - 522: <-0.001588, 0.007367, 0.004034> - 523: <-0.001975, 0.007297, 0.004002> - 524: <-0.001574, 0.007183, 0.004395> - 525: <-0.001185, 0.007236, 0.004424> - 526: <-0.001196, 0.007423, 0.004061> - 527: <-0.001588, 0.007367, 0.004034> - 528: <-0.001185, 0.007236, 0.004424> - 529: <-0.000792, 0.007275, 0.004446> - 530: <-0.000799, 0.007462, 0.004081> - 531: <-0.001196, 0.007423, 0.004061> - 532: <-0.000792, 0.007275, 0.004446> - 533: <-0.000397, 0.007298, 0.004460> - 534: <-0.000400, 0.007487, 0.004093> - 535: <-0.000799, 0.007462, 0.004081> - 536: <-0.000397, 0.007298, 0.004460> - 537: <-0.000000, 0.007306, 0.004465> - 538: <-0.000000, 0.007495, 0.004098> - 539: <-0.000400, 0.007487, 0.004093> - 540: <-0.000000, 0.007306, 0.004465> - 541: < 0.000397, 0.007298, 0.004460> - 542: < 0.000400, 0.007487, 0.004093> - 543: <-0.000000, 0.007495, 0.004098> - 544: < 0.000397, 0.007298, 0.004460> - 545: < 0.000792, 0.007275, 0.004446> - 546: < 0.000799, 0.007462, 0.004081> - 547: < 0.000400, 0.007487, 0.004093> - 548: < 0.000792, 0.007275, 0.004446> - 549: < 0.001185, 0.007236, 0.004424> - 550: < 0.001196, 0.007423, 0.004061> - 551: < 0.000799, 0.007462, 0.004081> - 552: < 0.001185, 0.007236, 0.004424> - 553: < 0.001574, 0.007183, 0.004395> - 554: < 0.001588, 0.007367, 0.004034> - 555: < 0.001196, 0.007423, 0.004061> - 556: < 0.001574, 0.007183, 0.004395> - 557: < 0.001957, 0.007115, 0.004360> - 558: < 0.001975, 0.007297, 0.004002> - 559: < 0.001588, 0.007367, 0.004034> - 560: < 0.001957, 0.007115, 0.004360> - 561: < 0.002333, 0.007033, 0.004318> - 562: < 0.002356, 0.007212, 0.003965> - 563: < 0.001975, 0.007297, 0.004002> - 564: < 0.002333, 0.007033, 0.004318> - 565: < 0.002701, 0.006937, 0.004273> - 566: < 0.002729, 0.007112, 0.003924> - 567: < 0.002356, 0.007212, 0.003965> - 568: < 0.002701, 0.006937, 0.004273> - 569: < 0.003060, 0.006828, 0.004223> - 570: < 0.003093, 0.006998, 0.003880> - 571: < 0.002729, 0.007112, 0.003924> - 572: < 0.003060, 0.006828, 0.004223> - 573: < 0.003407, 0.006705, 0.004170> - 574: < 0.003446, 0.006870, 0.003834> - 575: < 0.003093, 0.006998, 0.003880> - 576: < 0.003407, 0.006705, 0.004170> - 577: < 0.003743, 0.006570, 0.004117> - 578: < 0.003788, 0.006727, 0.003788> - 579: < 0.003446, 0.006870, 0.003834> - 580: < 0.003743, 0.006570, 0.004117> - 581: < 0.004065, 0.006421, 0.004065> - 582: < 0.004117, 0.006570, 0.003743> - 583: < 0.003788, 0.006727, 0.003788> - 584: < 0.004065, 0.006421, 0.004065> - 585: < 0.004374, 0.006257, 0.004017> - 586: < 0.004434, 0.006397, 0.003701> - 587: < 0.004117, 0.006570, 0.003743> - 588: < 0.004374, 0.006257, 0.004017> - 589: < 0.004668, 0.006080, 0.003975> - 590: < 0.004736, 0.006210, 0.003666> - 591: < 0.004434, 0.006397, 0.003701> - 592: < 0.004668, 0.006080, 0.003975> - 593: < 0.004946, 0.005887, 0.003941> - 594: < 0.005023, 0.006006, 0.003637> - 595: < 0.004736, 0.006210, 0.003666> - 596: < 0.004946, 0.005887, 0.003941> - 597: < 0.005207, 0.005678, 0.003918> - 598: < 0.005294, 0.005786, 0.003619> - 599: < 0.005023, 0.006006, 0.003637> - 600: <-0.005294, 0.005786, 0.003619> - 601: <-0.005023, 0.006006, 0.003637> - 602: <-0.005099, 0.006117, 0.003318> - 603: <-0.005379, 0.005888, 0.003302> - 604: <-0.005023, 0.006006, 0.003637> - 605: <-0.004736, 0.006210, 0.003666> - 606: <-0.004804, 0.006329, 0.003342> - 607: <-0.005099, 0.006117, 0.003318> - 608: <-0.004736, 0.006210, 0.003666> - 609: <-0.004434, 0.006397, 0.003701> - 610: <-0.004494, 0.006525, 0.003372> - 611: <-0.004804, 0.006329, 0.003342> - 612: <-0.004434, 0.006397, 0.003701> - 613: <-0.004117, 0.006570, 0.003743> - 614: <-0.004170, 0.006705, 0.003407> - 615: <-0.004494, 0.006525, 0.003372> - 616: <-0.004117, 0.006570, 0.003743> - 617: <-0.003788, 0.006727, 0.003788> - 618: <-0.003834, 0.006870, 0.003446> - 619: <-0.004170, 0.006705, 0.003407> - 620: <-0.003788, 0.006727, 0.003788> - 621: <-0.003446, 0.006870, 0.003834> - 622: <-0.003486, 0.007018, 0.003486> - 623: <-0.003834, 0.006870, 0.003446> - 624: <-0.003446, 0.006870, 0.003834> - 625: <-0.003093, 0.006998, 0.003880> - 626: <-0.003127, 0.007152, 0.003526> - 627: <-0.003486, 0.007018, 0.003486> - 628: <-0.003093, 0.006998, 0.003880> - 629: <-0.002729, 0.007112, 0.003924> - 630: <-0.002758, 0.007270, 0.003565> - 631: <-0.003127, 0.007152, 0.003526> - 632: <-0.002729, 0.007112, 0.003924> - 633: <-0.002356, 0.007212, 0.003965> - 634: <-0.002380, 0.007374, 0.003601> - 635: <-0.002758, 0.007270, 0.003565> - 636: <-0.002356, 0.007212, 0.003965> - 637: <-0.001975, 0.007297, 0.004002> - 638: <-0.001995, 0.007462, 0.003634> - 639: <-0.002380, 0.007374, 0.003601> - 640: <-0.001975, 0.007297, 0.004002> - 641: <-0.001588, 0.007367, 0.004034> - 642: <-0.001603, 0.007535, 0.003663> - 643: <-0.001995, 0.007462, 0.003634> - 644: <-0.001588, 0.007367, 0.004034> - 645: <-0.001196, 0.007423, 0.004061> - 646: <-0.001207, 0.007591, 0.003686> - 647: <-0.001603, 0.007535, 0.003663> - 648: <-0.001196, 0.007423, 0.004061> - 649: <-0.000799, 0.007462, 0.004081> - 650: <-0.000807, 0.007632, 0.003704> - 651: <-0.001207, 0.007591, 0.003686> - 652: <-0.000799, 0.007462, 0.004081> - 653: <-0.000400, 0.007487, 0.004093> - 654: <-0.000404, 0.007657, 0.003716> - 655: <-0.000807, 0.007632, 0.003704> - 656: <-0.000400, 0.007487, 0.004093> - 657: <-0.000000, 0.007495, 0.004098> - 658: <-0.000000, 0.007665, 0.003720> - 659: <-0.000404, 0.007657, 0.003716> - 660: <-0.000000, 0.007495, 0.004098> - 661: < 0.000400, 0.007487, 0.004093> - 662: < 0.000404, 0.007657, 0.003716> - 663: <-0.000000, 0.007665, 0.003720> - 664: < 0.000400, 0.007487, 0.004093> - 665: < 0.000799, 0.007462, 0.004081> - 666: < 0.000807, 0.007632, 0.003704> - 667: < 0.000404, 0.007657, 0.003716> - 668: < 0.000799, 0.007462, 0.004081> - 669: < 0.001196, 0.007423, 0.004061> - 670: < 0.001207, 0.007591, 0.003686> - 671: < 0.000807, 0.007632, 0.003704> - 672: < 0.001196, 0.007423, 0.004061> - 673: < 0.001588, 0.007367, 0.004034> - 674: < 0.001603, 0.007535, 0.003663> - 675: < 0.001207, 0.007591, 0.003686> - 676: < 0.001588, 0.007367, 0.004034> - 677: < 0.001975, 0.007297, 0.004002> - 678: < 0.001995, 0.007462, 0.003634> - 679: < 0.001603, 0.007535, 0.003663> - 680: < 0.001975, 0.007297, 0.004002> - 681: < 0.002356, 0.007212, 0.003965> - 682: < 0.002380, 0.007374, 0.003601> - 683: < 0.001995, 0.007462, 0.003634> - 684: < 0.002356, 0.007212, 0.003965> - 685: < 0.002729, 0.007112, 0.003924> - 686: < 0.002758, 0.007270, 0.003565> - 687: < 0.002380, 0.007374, 0.003601> - 688: < 0.002729, 0.007112, 0.003924> - 689: < 0.003093, 0.006998, 0.003880> - 690: < 0.003127, 0.007152, 0.003526> - 691: < 0.002758, 0.007270, 0.003565> - 692: < 0.003093, 0.006998, 0.003880> - 693: < 0.003446, 0.006870, 0.003834> - 694: < 0.003486, 0.007018, 0.003486> - 695: < 0.003127, 0.007152, 0.003526> - 696: < 0.003446, 0.006870, 0.003834> - 697: < 0.003788, 0.006727, 0.003788> - 698: < 0.003834, 0.006870, 0.003446> - 699: < 0.003486, 0.007018, 0.003486> - 700: < 0.003788, 0.006727, 0.003788> - 701: < 0.004117, 0.006570, 0.003743> - 702: < 0.004170, 0.006705, 0.003407> - 703: < 0.003834, 0.006870, 0.003446> - 704: < 0.004117, 0.006570, 0.003743> - 705: < 0.004434, 0.006397, 0.003701> - 706: < 0.004494, 0.006525, 0.003372> - 707: < 0.004170, 0.006705, 0.003407> - 708: < 0.004434, 0.006397, 0.003701> - 709: < 0.004736, 0.006210, 0.003666> - 710: < 0.004804, 0.006329, 0.003342> - 711: < 0.004494, 0.006525, 0.003372> - 712: < 0.004736, 0.006210, 0.003666> - 713: < 0.005023, 0.006006, 0.003637> - 714: < 0.005099, 0.006117, 0.003318> - 715: < 0.004804, 0.006329, 0.003342> - 716: < 0.005023, 0.006006, 0.003637> - 717: < 0.005294, 0.005786, 0.003619> - 718: < 0.005379, 0.005888, 0.003302> - 719: < 0.005099, 0.006117, 0.003318> - 720: <-0.005379, 0.005888, 0.003302> - 721: <-0.005099, 0.006117, 0.003318> - 722: <-0.005172, 0.006219, 0.002984> - 723: <-0.005459, 0.005983, 0.002971> - 724: <-0.005099, 0.006117, 0.003318> - 725: <-0.004804, 0.006329, 0.003342> - 726: <-0.004870, 0.006439, 0.003004> - 727: <-0.005172, 0.006219, 0.002984> - 728: <-0.004804, 0.006329, 0.003342> - 729: <-0.004494, 0.006525, 0.003372> - 730: <-0.004553, 0.006641, 0.003030> - 731: <-0.004870, 0.006439, 0.003004> - 732: <-0.004494, 0.006525, 0.003372> - 733: <-0.004170, 0.006705, 0.003407> - 734: <-0.004223, 0.006828, 0.003060> - 735: <-0.004553, 0.006641, 0.003030> - 736: <-0.004170, 0.006705, 0.003407> - 737: <-0.003834, 0.006870, 0.003446> - 738: <-0.003880, 0.006998, 0.003093> - 739: <-0.004223, 0.006828, 0.003060> - 740: <-0.003834, 0.006870, 0.003446> - 741: <-0.003486, 0.007018, 0.003486> - 742: <-0.003526, 0.007152, 0.003127> - 743: <-0.003880, 0.006998, 0.003093> - 744: <-0.003486, 0.007018, 0.003486> - 745: <-0.003127, 0.007152, 0.003526> - 746: <-0.003162, 0.007290, 0.003162> - 747: <-0.003526, 0.007152, 0.003127> - 748: <-0.003127, 0.007152, 0.003526> - 749: <-0.002758, 0.007270, 0.003565> - 750: <-0.002787, 0.007412, 0.003195> - 751: <-0.003162, 0.007290, 0.003162> - 752: <-0.002758, 0.007270, 0.003565> - 753: <-0.002380, 0.007374, 0.003601> - 754: <-0.002405, 0.007519, 0.003227> - 755: <-0.002787, 0.007412, 0.003195> - 756: <-0.002380, 0.007374, 0.003601> - 757: <-0.001995, 0.007462, 0.003634> - 758: <-0.002015, 0.007610, 0.003255> - 759: <-0.002405, 0.007519, 0.003227> - 760: <-0.001995, 0.007462, 0.003634> - 761: <-0.001603, 0.007535, 0.003663> - 762: <-0.001619, 0.007684, 0.003281> - 763: <-0.002015, 0.007610, 0.003255> - 764: <-0.001603, 0.007535, 0.003663> - 765: <-0.001207, 0.007591, 0.003686> - 766: <-0.001219, 0.007743, 0.003302> - 767: <-0.001619, 0.007684, 0.003281> - 768: <-0.001207, 0.007591, 0.003686> - 769: <-0.000807, 0.007632, 0.003704> - 770: <-0.000814, 0.007785, 0.003318> - 771: <-0.001219, 0.007743, 0.003302> - 772: <-0.000807, 0.007632, 0.003704> - 773: <-0.000404, 0.007657, 0.003716> - 774: <-0.000408, 0.007810, 0.003328> - 775: <-0.000814, 0.007785, 0.003318> - 776: <-0.000404, 0.007657, 0.003716> - 777: <-0.000000, 0.007665, 0.003720> - 778: <-0.000000, 0.007818, 0.003331> - 779: <-0.000408, 0.007810, 0.003328> - 780: <-0.000000, 0.007665, 0.003720> - 781: < 0.000404, 0.007657, 0.003716> - 782: < 0.000408, 0.007810, 0.003328> - 783: <-0.000000, 0.007818, 0.003331> - 784: < 0.000404, 0.007657, 0.003716> - 785: < 0.000807, 0.007632, 0.003704> - 786: < 0.000814, 0.007785, 0.003318> - 787: < 0.000408, 0.007810, 0.003328> - 788: < 0.000807, 0.007632, 0.003704> - 789: < 0.001207, 0.007591, 0.003686> - 790: < 0.001219, 0.007743, 0.003302> - 791: < 0.000814, 0.007785, 0.003318> - 792: < 0.001207, 0.007591, 0.003686> - 793: < 0.001603, 0.007535, 0.003663> - 794: < 0.001619, 0.007684, 0.003281> - 795: < 0.001219, 0.007743, 0.003302> - 796: < 0.001603, 0.007535, 0.003663> - 797: < 0.001995, 0.007462, 0.003634> - 798: < 0.002015, 0.007610, 0.003255> - 799: < 0.001619, 0.007684, 0.003281> - 800: < 0.001995, 0.007462, 0.003634> - 801: < 0.002380, 0.007374, 0.003601> - 802: < 0.002405, 0.007519, 0.003227> - 803: < 0.002015, 0.007610, 0.003255> - 804: < 0.002380, 0.007374, 0.003601> - 805: < 0.002758, 0.007270, 0.003565> - 806: < 0.002787, 0.007412, 0.003195> - 807: < 0.002405, 0.007519, 0.003227> - 808: < 0.002758, 0.007270, 0.003565> - 809: < 0.003127, 0.007152, 0.003526> - 810: < 0.003162, 0.007290, 0.003162> - 811: < 0.002787, 0.007412, 0.003195> - 812: < 0.003127, 0.007152, 0.003526> - 813: < 0.003486, 0.007018, 0.003486> - 814: < 0.003526, 0.007152, 0.003127> - 815: < 0.003162, 0.007290, 0.003162> - 816: < 0.003486, 0.007018, 0.003486> - 817: < 0.003834, 0.006870, 0.003446> - 818: < 0.003880, 0.006998, 0.003093> - 819: < 0.003526, 0.007152, 0.003127> - 820: < 0.003834, 0.006870, 0.003446> - 821: < 0.004170, 0.006705, 0.003407> - 822: < 0.004223, 0.006828, 0.003060> - 823: < 0.003880, 0.006998, 0.003093> - 824: < 0.004170, 0.006705, 0.003407> - 825: < 0.004494, 0.006525, 0.003372> - 826: < 0.004553, 0.006641, 0.003030> - 827: < 0.004223, 0.006828, 0.003060> - 828: < 0.004494, 0.006525, 0.003372> - 829: < 0.004804, 0.006329, 0.003342> - 830: < 0.004870, 0.006439, 0.003004> - 831: < 0.004553, 0.006641, 0.003030> - 832: < 0.004804, 0.006329, 0.003342> - 833: < 0.005099, 0.006117, 0.003318> - 834: < 0.005172, 0.006219, 0.002984> - 835: < 0.004870, 0.006439, 0.003004> - 836: < 0.005099, 0.006117, 0.003318> - 837: < 0.005379, 0.005888, 0.003302> - 838: < 0.005459, 0.005983, 0.002971> - 839: < 0.005172, 0.006219, 0.002984> - 840: <-0.005459, 0.005983, 0.002971> - 841: <-0.005172, 0.006219, 0.002984> - 842: <-0.005240, 0.006311, 0.002638> - 843: <-0.005533, 0.006069, 0.002627> - 844: <-0.005172, 0.006219, 0.002984> - 845: <-0.004870, 0.006439, 0.003004> - 846: <-0.004931, 0.006537, 0.002655> - 847: <-0.005240, 0.006311, 0.002638> - 848: <-0.004870, 0.006439, 0.003004> - 849: <-0.004553, 0.006641, 0.003030> - 850: <-0.004609, 0.006745, 0.002676> - 851: <-0.004931, 0.006537, 0.002655> - 852: <-0.004553, 0.006641, 0.003030> - 853: <-0.004223, 0.006828, 0.003060> - 854: <-0.004273, 0.006937, 0.002701> - 855: <-0.004609, 0.006745, 0.002676> - 856: <-0.004223, 0.006828, 0.003060> - 857: <-0.003880, 0.006998, 0.003093> - 858: <-0.003924, 0.007112, 0.002729> - 859: <-0.004273, 0.006937, 0.002701> - 860: <-0.003880, 0.006998, 0.003093> - 861: <-0.003526, 0.007152, 0.003127> - 862: <-0.003565, 0.007270, 0.002758> - 863: <-0.003924, 0.007112, 0.002729> - 864: <-0.003526, 0.007152, 0.003127> - 865: <-0.003162, 0.007290, 0.003162> - 866: <-0.003195, 0.007412, 0.002787> - 867: <-0.003565, 0.007270, 0.002758> - 868: <-0.003162, 0.007290, 0.003162> - 869: <-0.002787, 0.007412, 0.003195> - 870: <-0.002816, 0.007538, 0.002816> - 871: <-0.003195, 0.007412, 0.002787> - 872: <-0.002787, 0.007412, 0.003195> - 873: <-0.002405, 0.007519, 0.003227> - 874: <-0.002429, 0.007648, 0.002843> - 875: <-0.002816, 0.007538, 0.002816> - 876: <-0.002405, 0.007519, 0.003227> - 877: <-0.002015, 0.007610, 0.003255> - 878: <-0.002035, 0.007740, 0.002868> - 879: <-0.002429, 0.007648, 0.002843> - 880: <-0.002015, 0.007610, 0.003255> - 881: <-0.001619, 0.007684, 0.003281> - 882: <-0.001635, 0.007817, 0.002890> - 883: <-0.002035, 0.007740, 0.002868> - 884: <-0.001619, 0.007684, 0.003281> - 885: <-0.001219, 0.007743, 0.003302> - 886: <-0.001230, 0.007876, 0.002908> - 887: <-0.001635, 0.007817, 0.002890> - 888: <-0.001219, 0.007743, 0.003302> - 889: <-0.000814, 0.007785, 0.003318> - 890: <-0.000822, 0.007919, 0.002922> - 891: <-0.001230, 0.007876, 0.002908> - 892: <-0.000814, 0.007785, 0.003318> - 893: <-0.000408, 0.007810, 0.003328> - 894: <-0.000412, 0.007945, 0.002931> - 895: <-0.000822, 0.007919, 0.002922> - 896: <-0.000408, 0.007810, 0.003328> - 897: <-0.000000, 0.007818, 0.003331> - 898: <-0.000000, 0.007953, 0.002934> - 899: <-0.000412, 0.007945, 0.002931> - 900: <-0.000000, 0.007818, 0.003331> - 901: < 0.000408, 0.007810, 0.003328> - 902: < 0.000412, 0.007945, 0.002931> - 903: <-0.000000, 0.007953, 0.002934> - 904: < 0.000408, 0.007810, 0.003328> - 905: < 0.000814, 0.007785, 0.003318> - 906: < 0.000822, 0.007919, 0.002922> - 907: < 0.000412, 0.007945, 0.002931> - 908: < 0.000814, 0.007785, 0.003318> - 909: < 0.001219, 0.007743, 0.003302> - 910: < 0.001230, 0.007876, 0.002908> - 911: < 0.000822, 0.007919, 0.002922> - 912: < 0.001219, 0.007743, 0.003302> - 913: < 0.001619, 0.007684, 0.003281> - 914: < 0.001635, 0.007817, 0.002890> - 915: < 0.001230, 0.007876, 0.002908> - 916: < 0.001619, 0.007684, 0.003281> - 917: < 0.002015, 0.007610, 0.003255> - 918: < 0.002035, 0.007740, 0.002868> - 919: < 0.001635, 0.007817, 0.002890> - 920: < 0.002015, 0.007610, 0.003255> - 921: < 0.002405, 0.007519, 0.003227> - 922: < 0.002429, 0.007648, 0.002843> - 923: < 0.002035, 0.007740, 0.002868> - 924: < 0.002405, 0.007519, 0.003227> - 925: < 0.002787, 0.007412, 0.003195> - 926: < 0.002816, 0.007538, 0.002816> - 927: < 0.002429, 0.007648, 0.002843> - 928: < 0.002787, 0.007412, 0.003195> - 929: < 0.003162, 0.007290, 0.003162> - 930: < 0.003195, 0.007412, 0.002787> - 931: < 0.002816, 0.007538, 0.002816> - 932: < 0.003162, 0.007290, 0.003162> - 933: < 0.003526, 0.007152, 0.003127> - 934: < 0.003565, 0.007270, 0.002758> - 935: < 0.003195, 0.007412, 0.002787> - 936: < 0.003526, 0.007152, 0.003127> - 937: < 0.003880, 0.006998, 0.003093> - 938: < 0.003924, 0.007112, 0.002729> - 939: < 0.003565, 0.007270, 0.002758> - 940: < 0.003880, 0.006998, 0.003093> - 941: < 0.004223, 0.006828, 0.003060> - 942: < 0.004273, 0.006937, 0.002701> - 943: < 0.003924, 0.007112, 0.002729> - 944: < 0.004223, 0.006828, 0.003060> - 945: < 0.004553, 0.006641, 0.003030> - 946: < 0.004609, 0.006745, 0.002676> - 947: < 0.004273, 0.006937, 0.002701> - 948: < 0.004553, 0.006641, 0.003030> - 949: < 0.004870, 0.006439, 0.003004> - 950: < 0.004931, 0.006537, 0.002655> - 951: < 0.004609, 0.006745, 0.002676> - 952: < 0.004870, 0.006439, 0.003004> - 953: < 0.005172, 0.006219, 0.002984> - 954: < 0.005240, 0.006311, 0.002638> - 955: < 0.004931, 0.006537, 0.002655> - 956: < 0.005172, 0.006219, 0.002984> - 957: < 0.005459, 0.005983, 0.002971> - 958: < 0.005533, 0.006069, 0.002627> - 959: < 0.005240, 0.006311, 0.002638> - 960: <-0.005533, 0.006069, 0.002627> - 961: <-0.005240, 0.006311, 0.002638> - 962: <-0.005301, 0.006393, 0.002281> - 963: <-0.005599, 0.006146, 0.002272> - 964: <-0.005240, 0.006311, 0.002638> - 965: <-0.004931, 0.006537, 0.002655> - 966: <-0.004987, 0.006623, 0.002295> - 967: <-0.005301, 0.006393, 0.002281> - 968: <-0.004931, 0.006537, 0.002655> - 969: <-0.004609, 0.006745, 0.002676> - 970: <-0.004659, 0.006836, 0.002313> - 971: <-0.004987, 0.006623, 0.002295> - 972: <-0.004609, 0.006745, 0.002676> - 973: <-0.004273, 0.006937, 0.002701> - 974: <-0.004318, 0.007033, 0.002333> - 975: <-0.004659, 0.006836, 0.002313> - 976: <-0.004273, 0.006937, 0.002701> - 977: <-0.003924, 0.007112, 0.002729> - 978: <-0.003965, 0.007212, 0.002356> - 979: <-0.004318, 0.007033, 0.002333> - 980: <-0.003924, 0.007112, 0.002729> - 981: <-0.003565, 0.007270, 0.002758> - 982: <-0.003601, 0.007374, 0.002380> - 983: <-0.003965, 0.007212, 0.002356> - 984: <-0.003565, 0.007270, 0.002758> - 985: <-0.003195, 0.007412, 0.002787> - 986: <-0.003227, 0.007519, 0.002405> - 987: <-0.003601, 0.007374, 0.002380> - 988: <-0.003195, 0.007412, 0.002787> - 989: <-0.002816, 0.007538, 0.002816> - 990: <-0.002843, 0.007648, 0.002429> - 991: <-0.003227, 0.007519, 0.002405> - 992: <-0.002816, 0.007538, 0.002816> - 993: <-0.002429, 0.007648, 0.002843> - 994: <-0.002452, 0.007759, 0.002452> - 995: <-0.002843, 0.007648, 0.002429> - 996: <-0.002429, 0.007648, 0.002843> - 997: <-0.002035, 0.007740, 0.002868> - 998: <-0.002053, 0.007854, 0.002473> - 999: <-0.002452, 0.007759, 0.002452> - 1000: <-0.002035, 0.007740, 0.002868> - 1001: <-0.001635, 0.007817, 0.002890> - 1002: <-0.001650, 0.007932, 0.002492> - 1003: <-0.002053, 0.007854, 0.002473> - 1004: <-0.001635, 0.007817, 0.002890> - 1005: <-0.001230, 0.007876, 0.002908> - 1006: <-0.001241, 0.007992, 0.002507> - 1007: <-0.001650, 0.007932, 0.002492> - 1008: <-0.001230, 0.007876, 0.002908> - 1009: <-0.000822, 0.007919, 0.002922> - 1010: <-0.000829, 0.008036, 0.002519> - 1011: <-0.001241, 0.007992, 0.002507> - 1012: <-0.000822, 0.007919, 0.002922> - 1013: <-0.000412, 0.007945, 0.002931> - 1014: <-0.000415, 0.008062, 0.002527> - 1015: <-0.000829, 0.008036, 0.002519> - 1016: <-0.000412, 0.007945, 0.002931> - 1017: <-0.000000, 0.007953, 0.002934> - 1018: <-0.000000, 0.008070, 0.002530> - 1019: <-0.000415, 0.008062, 0.002527> - 1020: <-0.000000, 0.007953, 0.002934> - 1021: < 0.000412, 0.007945, 0.002931> - 1022: < 0.000415, 0.008062, 0.002527> - 1023: <-0.000000, 0.008070, 0.002530> - 1024: < 0.000412, 0.007945, 0.002931> - 1025: < 0.000822, 0.007919, 0.002922> - 1026: < 0.000829, 0.008036, 0.002519> - 1027: < 0.000415, 0.008062, 0.002527> - 1028: < 0.000822, 0.007919, 0.002922> - 1029: < 0.001230, 0.007876, 0.002908> - 1030: < 0.001241, 0.007992, 0.002507> - 1031: < 0.000829, 0.008036, 0.002519> - 1032: < 0.001230, 0.007876, 0.002908> - 1033: < 0.001635, 0.007817, 0.002890> - 1034: < 0.001650, 0.007932, 0.002492> - 1035: < 0.001241, 0.007992, 0.002507> - 1036: < 0.001635, 0.007817, 0.002890> - 1037: < 0.002035, 0.007740, 0.002868> - 1038: < 0.002053, 0.007854, 0.002473> - 1039: < 0.001650, 0.007932, 0.002492> - 1040: < 0.002035, 0.007740, 0.002868> - 1041: < 0.002429, 0.007648, 0.002843> - 1042: < 0.002452, 0.007759, 0.002452> - 1043: < 0.002053, 0.007854, 0.002473> - 1044: < 0.002429, 0.007648, 0.002843> - 1045: < 0.002816, 0.007538, 0.002816> - 1046: < 0.002843, 0.007648, 0.002429> - 1047: < 0.002452, 0.007759, 0.002452> - 1048: < 0.002816, 0.007538, 0.002816> - 1049: < 0.003195, 0.007412, 0.002787> - 1050: < 0.003227, 0.007519, 0.002405> - 1051: < 0.002843, 0.007648, 0.002429> - 1052: < 0.003195, 0.007412, 0.002787> - 1053: < 0.003565, 0.007270, 0.002758> - 1054: < 0.003601, 0.007374, 0.002380> - 1055: < 0.003227, 0.007519, 0.002405> - 1056: < 0.003565, 0.007270, 0.002758> - 1057: < 0.003924, 0.007112, 0.002729> - 1058: < 0.003965, 0.007212, 0.002356> - 1059: < 0.003601, 0.007374, 0.002380> - 1060: < 0.003924, 0.007112, 0.002729> - 1061: < 0.004273, 0.006937, 0.002701> - 1062: < 0.004318, 0.007033, 0.002333> - 1063: < 0.003965, 0.007212, 0.002356> - 1064: < 0.004273, 0.006937, 0.002701> - 1065: < 0.004609, 0.006745, 0.002676> - 1066: < 0.004659, 0.006836, 0.002313> - 1067: < 0.004318, 0.007033, 0.002333> - 1068: < 0.004609, 0.006745, 0.002676> - 1069: < 0.004931, 0.006537, 0.002655> - 1070: < 0.004987, 0.006623, 0.002295> - 1071: < 0.004659, 0.006836, 0.002313> - 1072: < 0.004931, 0.006537, 0.002655> - 1073: < 0.005240, 0.006311, 0.002638> - 1074: < 0.005301, 0.006393, 0.002281> - 1075: < 0.004987, 0.006623, 0.002295> - 1076: < 0.005240, 0.006311, 0.002638> - 1077: < 0.005533, 0.006069, 0.002627> - 1078: < 0.005599, 0.006146, 0.002272> - 1079: < 0.005301, 0.006393, 0.002281> - 1080: <-0.005599, 0.006146, 0.002272> - 1081: <-0.005301, 0.006393, 0.002281> - 1082: <-0.005355, 0.006464, 0.001915> - 1083: <-0.005657, 0.006212, 0.001908> - 1084: <-0.005301, 0.006393, 0.002281> - 1085: <-0.004987, 0.006623, 0.002295> - 1086: <-0.005037, 0.006698, 0.001926> - 1087: <-0.005355, 0.006464, 0.001915> - 1088: <-0.004987, 0.006623, 0.002295> - 1089: <-0.004659, 0.006836, 0.002313> - 1090: <-0.004705, 0.006915, 0.001940> - 1091: <-0.005037, 0.006698, 0.001926> - 1092: <-0.004659, 0.006836, 0.002313> - 1093: <-0.004318, 0.007033, 0.002333> - 1094: <-0.004360, 0.007115, 0.001957> - 1095: <-0.004705, 0.006915, 0.001940> - 1096: <-0.004318, 0.007033, 0.002333> - 1097: <-0.003965, 0.007212, 0.002356> - 1098: <-0.004002, 0.007297, 0.001975> - 1099: <-0.004360, 0.007115, 0.001957> - 1100: <-0.003965, 0.007212, 0.002356> - 1101: <-0.003601, 0.007374, 0.002380> - 1102: <-0.003634, 0.007462, 0.001995> - 1103: <-0.004002, 0.007297, 0.001975> - 1104: <-0.003601, 0.007374, 0.002380> - 1105: <-0.003227, 0.007519, 0.002405> - 1106: <-0.003255, 0.007610, 0.002015> - 1107: <-0.003634, 0.007462, 0.001995> - 1108: <-0.003227, 0.007519, 0.002405> - 1109: <-0.002843, 0.007648, 0.002429> - 1110: <-0.002868, 0.007740, 0.002035> - 1111: <-0.003255, 0.007610, 0.002015> - 1112: <-0.002843, 0.007648, 0.002429> - 1113: <-0.002452, 0.007759, 0.002452> - 1114: <-0.002473, 0.007854, 0.002053> - 1115: <-0.002868, 0.007740, 0.002035> - 1116: <-0.002452, 0.007759, 0.002452> - 1117: <-0.002053, 0.007854, 0.002473> - 1118: <-0.002071, 0.007950, 0.002071> - 1119: <-0.002473, 0.007854, 0.002053> - 1120: <-0.002053, 0.007854, 0.002473> - 1121: <-0.001650, 0.007932, 0.002492> - 1122: <-0.001663, 0.008029, 0.002086> - 1123: <-0.002071, 0.007950, 0.002071> - 1124: <-0.001650, 0.007932, 0.002492> - 1125: <-0.001241, 0.007992, 0.002507> - 1126: <-0.001252, 0.008090, 0.002099> - 1127: <-0.001663, 0.008029, 0.002086> - 1128: <-0.001241, 0.007992, 0.002507> - 1129: <-0.000829, 0.008036, 0.002519> - 1130: <-0.000836, 0.008134, 0.002109> - 1131: <-0.001252, 0.008090, 0.002099> - 1132: <-0.000829, 0.008036, 0.002519> - 1133: <-0.000415, 0.008062, 0.002527> - 1134: <-0.000419, 0.008161, 0.002116> - 1135: <-0.000836, 0.008134, 0.002109> - 1136: <-0.000415, 0.008062, 0.002527> - 1137: <-0.000000, 0.008070, 0.002530> - 1138: <-0.000000, 0.008169, 0.002118> - 1139: <-0.000419, 0.008161, 0.002116> - 1140: <-0.000000, 0.008070, 0.002530> - 1141: < 0.000415, 0.008062, 0.002527> - 1142: < 0.000419, 0.008161, 0.002116> - 1143: <-0.000000, 0.008169, 0.002118> - 1144: < 0.000415, 0.008062, 0.002527> - 1145: < 0.000829, 0.008036, 0.002519> - 1146: < 0.000836, 0.008134, 0.002109> - 1147: < 0.000419, 0.008161, 0.002116> - 1148: < 0.000829, 0.008036, 0.002519> - 1149: < 0.001241, 0.007992, 0.002507> - 1150: < 0.001252, 0.008090, 0.002099> - 1151: < 0.000836, 0.008134, 0.002109> - 1152: < 0.001241, 0.007992, 0.002507> - 1153: < 0.001650, 0.007932, 0.002492> - 1154: < 0.001663, 0.008029, 0.002086> - 1155: < 0.001252, 0.008090, 0.002099> - 1156: < 0.001650, 0.007932, 0.002492> - 1157: < 0.002053, 0.007854, 0.002473> - 1158: < 0.002071, 0.007950, 0.002071> - 1159: < 0.001663, 0.008029, 0.002086> - 1160: < 0.002053, 0.007854, 0.002473> - 1161: < 0.002452, 0.007759, 0.002452> - 1162: < 0.002473, 0.007854, 0.002053> - 1163: < 0.002071, 0.007950, 0.002071> - 1164: < 0.002452, 0.007759, 0.002452> - 1165: < 0.002843, 0.007648, 0.002429> - 1166: < 0.002868, 0.007740, 0.002035> - 1167: < 0.002473, 0.007854, 0.002053> - 1168: < 0.002843, 0.007648, 0.002429> - 1169: < 0.003227, 0.007519, 0.002405> - 1170: < 0.003255, 0.007610, 0.002015> - 1171: < 0.002868, 0.007740, 0.002035> - 1172: < 0.003227, 0.007519, 0.002405> - 1173: < 0.003601, 0.007374, 0.002380> - 1174: < 0.003634, 0.007462, 0.001995> - 1175: < 0.003255, 0.007610, 0.002015> - 1176: < 0.003601, 0.007374, 0.002380> - 1177: < 0.003965, 0.007212, 0.002356> - 1178: < 0.004002, 0.007297, 0.001975> - 1179: < 0.003634, 0.007462, 0.001995> - 1180: < 0.003965, 0.007212, 0.002356> - 1181: < 0.004318, 0.007033, 0.002333> - 1182: < 0.004360, 0.007115, 0.001957> - 1183: < 0.004002, 0.007297, 0.001975> - 1184: < 0.004318, 0.007033, 0.002333> - 1185: < 0.004659, 0.006836, 0.002313> - 1186: < 0.004705, 0.006915, 0.001940> - 1187: < 0.004360, 0.007115, 0.001957> - 1188: < 0.004659, 0.006836, 0.002313> - 1189: < 0.004987, 0.006623, 0.002295> - 1190: < 0.005037, 0.006698, 0.001926> - 1191: < 0.004705, 0.006915, 0.001940> - 1192: < 0.004987, 0.006623, 0.002295> - 1193: < 0.005301, 0.006393, 0.002281> - 1194: < 0.005355, 0.006464, 0.001915> - 1195: < 0.005037, 0.006698, 0.001926> - 1196: < 0.005301, 0.006393, 0.002281> - 1197: < 0.005599, 0.006146, 0.002272> - 1198: < 0.005657, 0.006212, 0.001908> - 1199: < 0.005355, 0.006464, 0.001915> - 1200: <-0.005657, 0.006212, 0.001908> - 1201: <-0.005355, 0.006464, 0.001915> - 1202: <-0.005401, 0.006523, 0.001541> - 1203: <-0.005707, 0.006269, 0.001536> - 1204: <-0.005355, 0.006464, 0.001915> - 1205: <-0.005037, 0.006698, 0.001926> - 1206: <-0.005080, 0.006761, 0.001550> - 1207: <-0.005401, 0.006523, 0.001541> - 1208: <-0.005037, 0.006698, 0.001926> - 1209: <-0.004705, 0.006915, 0.001940> - 1210: <-0.004744, 0.006980, 0.001561> - 1211: <-0.005080, 0.006761, 0.001550> - 1212: <-0.004705, 0.006915, 0.001940> - 1213: <-0.004360, 0.007115, 0.001957> - 1214: <-0.004395, 0.007183, 0.001574> - 1215: <-0.004744, 0.006980, 0.001561> - 1216: <-0.004360, 0.007115, 0.001957> - 1217: <-0.004002, 0.007297, 0.001975> - 1218: <-0.004034, 0.007367, 0.001588> - 1219: <-0.004395, 0.007183, 0.001574> - 1220: <-0.004002, 0.007297, 0.001975> - 1221: <-0.003634, 0.007462, 0.001995> - 1222: <-0.003663, 0.007535, 0.001603> - 1223: <-0.004034, 0.007367, 0.001588> - 1224: <-0.003634, 0.007462, 0.001995> - 1225: <-0.003255, 0.007610, 0.002015> - 1226: <-0.003281, 0.007684, 0.001619> - 1227: <-0.003663, 0.007535, 0.001603> - 1228: <-0.003255, 0.007610, 0.002015> - 1229: <-0.002868, 0.007740, 0.002035> - 1230: <-0.002890, 0.007817, 0.001635> - 1231: <-0.003281, 0.007684, 0.001619> - 1232: <-0.002868, 0.007740, 0.002035> - 1233: <-0.002473, 0.007854, 0.002053> - 1234: <-0.002492, 0.007932, 0.001650> - 1235: <-0.002890, 0.007817, 0.001635> - 1236: <-0.002473, 0.007854, 0.002053> - 1237: <-0.002071, 0.007950, 0.002071> - 1238: <-0.002086, 0.008029, 0.001663> - 1239: <-0.002492, 0.007932, 0.001650> - 1240: <-0.002071, 0.007950, 0.002071> - 1241: <-0.001663, 0.008029, 0.002086> - 1242: <-0.001676, 0.008109, 0.001676> - 1243: <-0.002086, 0.008029, 0.001663> - 1244: <-0.001663, 0.008029, 0.002086> - 1245: <-0.001252, 0.008090, 0.002099> - 1246: <-0.001261, 0.008171, 0.001686> - 1247: <-0.001676, 0.008109, 0.001676> - 1248: <-0.001252, 0.008090, 0.002099> - 1249: <-0.000836, 0.008134, 0.002109> - 1250: <-0.000842, 0.008215, 0.001694> - 1251: <-0.001261, 0.008171, 0.001686> - 1252: <-0.000836, 0.008134, 0.002109> - 1253: <-0.000419, 0.008161, 0.002116> - 1254: <-0.000422, 0.008242, 0.001699> - 1255: <-0.000842, 0.008215, 0.001694> - 1256: <-0.000419, 0.008161, 0.002116> - 1257: <-0.000000, 0.008169, 0.002118> - 1258: < 0.000000, 0.008251, 0.001701> - 1259: <-0.000422, 0.008242, 0.001699> - 1260: <-0.000000, 0.008169, 0.002118> - 1261: < 0.000419, 0.008161, 0.002116> - 1262: < 0.000422, 0.008242, 0.001699> - 1263: < 0.000000, 0.008251, 0.001701> - 1264: < 0.000419, 0.008161, 0.002116> - 1265: < 0.000836, 0.008134, 0.002109> - 1266: < 0.000842, 0.008215, 0.001694> - 1267: < 0.000422, 0.008242, 0.001699> - 1268: < 0.000836, 0.008134, 0.002109> - 1269: < 0.001252, 0.008090, 0.002099> - 1270: < 0.001261, 0.008171, 0.001686> - 1271: < 0.000842, 0.008215, 0.001694> - 1272: < 0.001252, 0.008090, 0.002099> - 1273: < 0.001663, 0.008029, 0.002086> - 1274: < 0.001676, 0.008109, 0.001676> - 1275: < 0.001261, 0.008171, 0.001686> - 1276: < 0.001663, 0.008029, 0.002086> - 1277: < 0.002071, 0.007950, 0.002071> - 1278: < 0.002086, 0.008029, 0.001663> - 1279: < 0.001676, 0.008109, 0.001676> - 1280: < 0.002071, 0.007950, 0.002071> - 1281: < 0.002473, 0.007854, 0.002053> - 1282: < 0.002492, 0.007932, 0.001650> - 1283: < 0.002086, 0.008029, 0.001663> - 1284: < 0.002473, 0.007854, 0.002053> - 1285: < 0.002868, 0.007740, 0.002035> - 1286: < 0.002890, 0.007817, 0.001635> - 1287: < 0.002492, 0.007932, 0.001650> - 1288: < 0.002868, 0.007740, 0.002035> - 1289: < 0.003255, 0.007610, 0.002015> - 1290: < 0.003281, 0.007684, 0.001619> - 1291: < 0.002890, 0.007817, 0.001635> - 1292: < 0.003255, 0.007610, 0.002015> - 1293: < 0.003634, 0.007462, 0.001995> - 1294: < 0.003663, 0.007535, 0.001603> - 1295: < 0.003281, 0.007684, 0.001619> - 1296: < 0.003634, 0.007462, 0.001995> - 1297: < 0.004002, 0.007297, 0.001975> - 1298: < 0.004034, 0.007367, 0.001588> - 1299: < 0.003663, 0.007535, 0.001603> - 1300: < 0.004002, 0.007297, 0.001975> - 1301: < 0.004360, 0.007115, 0.001957> - 1302: < 0.004395, 0.007183, 0.001574> - 1303: < 0.004034, 0.007367, 0.001588> - 1304: < 0.004360, 0.007115, 0.001957> - 1305: < 0.004705, 0.006915, 0.001940> - 1306: < 0.004744, 0.006980, 0.001561> - 1307: < 0.004395, 0.007183, 0.001574> - 1308: < 0.004705, 0.006915, 0.001940> - 1309: < 0.005037, 0.006698, 0.001926> - 1310: < 0.005080, 0.006761, 0.001550> - 1311: < 0.004744, 0.006980, 0.001561> - 1312: < 0.005037, 0.006698, 0.001926> - 1313: < 0.005355, 0.006464, 0.001915> - 1314: < 0.005401, 0.006523, 0.001541> - 1315: < 0.005080, 0.006761, 0.001550> - 1316: < 0.005355, 0.006464, 0.001915> - 1317: < 0.005657, 0.006212, 0.001908> - 1318: < 0.005707, 0.006269, 0.001536> - 1319: < 0.005401, 0.006523, 0.001541> - 1320: <-0.005707, 0.006269, 0.001536> - 1321: <-0.005401, 0.006523, 0.001541> - 1322: <-0.005438, 0.006570, 0.001161> - 1323: <-0.005747, 0.006313, 0.001157> - 1324: <-0.005401, 0.006523, 0.001541> - 1325: <-0.005080, 0.006761, 0.001550> - 1326: <-0.005114, 0.006810, 0.001168> - 1327: <-0.005438, 0.006570, 0.001161> - 1328: <-0.005080, 0.006761, 0.001550> - 1329: <-0.004744, 0.006980, 0.001561> - 1330: <-0.004776, 0.007032, 0.001176> - 1331: <-0.005114, 0.006810, 0.001168> - 1332: <-0.004744, 0.006980, 0.001561> - 1333: <-0.004395, 0.007183, 0.001574> - 1334: <-0.004424, 0.007236, 0.001185> - 1335: <-0.004776, 0.007032, 0.001176> - 1336: <-0.004395, 0.007183, 0.001574> - 1337: <-0.004034, 0.007367, 0.001588> - 1338: <-0.004061, 0.007423, 0.001196> - 1339: <-0.004424, 0.007236, 0.001185> - 1340: <-0.004034, 0.007367, 0.001588> - 1341: <-0.003663, 0.007535, 0.001603> - 1342: <-0.003686, 0.007591, 0.001207> - 1343: <-0.004061, 0.007423, 0.001196> - 1344: <-0.003663, 0.007535, 0.001603> - 1345: <-0.003281, 0.007684, 0.001619> - 1346: <-0.003302, 0.007743, 0.001219> - 1347: <-0.003686, 0.007591, 0.001207> - 1348: <-0.003281, 0.007684, 0.001619> - 1349: <-0.002890, 0.007817, 0.001635> - 1350: <-0.002908, 0.007876, 0.001230> - 1351: <-0.003302, 0.007743, 0.001219> - 1352: <-0.002890, 0.007817, 0.001635> - 1353: <-0.002492, 0.007932, 0.001650> - 1354: <-0.002507, 0.007992, 0.001241> - 1355: <-0.002908, 0.007876, 0.001230> - 1356: <-0.002492, 0.007932, 0.001650> - 1357: <-0.002086, 0.008029, 0.001663> - 1358: <-0.002099, 0.008090, 0.001252> - 1359: <-0.002507, 0.007992, 0.001241> - 1360: <-0.002086, 0.008029, 0.001663> - 1361: <-0.001676, 0.008109, 0.001676> - 1362: <-0.001686, 0.008171, 0.001261> - 1363: <-0.002099, 0.008090, 0.001252> - 1364: <-0.001676, 0.008109, 0.001676> - 1365: <-0.001261, 0.008171, 0.001686> - 1366: <-0.001269, 0.008233, 0.001269> - 1367: <-0.001686, 0.008171, 0.001261> - 1368: <-0.001261, 0.008171, 0.001686> - 1369: <-0.000842, 0.008215, 0.001694> - 1370: <-0.000848, 0.008278, 0.001275> - 1371: <-0.001269, 0.008233, 0.001269> - 1372: <-0.000842, 0.008215, 0.001694> - 1373: <-0.000422, 0.008242, 0.001699> - 1374: <-0.000424, 0.008305, 0.001278> - 1375: <-0.000848, 0.008278, 0.001275> - 1376: <-0.000422, 0.008242, 0.001699> - 1377: < 0.000000, 0.008251, 0.001701> - 1378: < 0.000000, 0.008314, 0.001280> - 1379: <-0.000424, 0.008305, 0.001278> - 1380: < 0.000000, 0.008251, 0.001701> - 1381: < 0.000422, 0.008242, 0.001699> - 1382: < 0.000424, 0.008305, 0.001278> - 1383: < 0.000000, 0.008314, 0.001280> - 1384: < 0.000422, 0.008242, 0.001699> - 1385: < 0.000842, 0.008215, 0.001694> - 1386: < 0.000848, 0.008278, 0.001275> - 1387: < 0.000424, 0.008305, 0.001278> - 1388: < 0.000842, 0.008215, 0.001694> - 1389: < 0.001261, 0.008171, 0.001686> - 1390: < 0.001269, 0.008233, 0.001269> - 1391: < 0.000848, 0.008278, 0.001275> - 1392: < 0.001261, 0.008171, 0.001686> - 1393: < 0.001676, 0.008109, 0.001676> - 1394: < 0.001686, 0.008171, 0.001261> - 1395: < 0.001269, 0.008233, 0.001269> - 1396: < 0.001676, 0.008109, 0.001676> - 1397: < 0.002086, 0.008029, 0.001663> - 1398: < 0.002099, 0.008090, 0.001252> - 1399: < 0.001686, 0.008171, 0.001261> - 1400: < 0.002086, 0.008029, 0.001663> - 1401: < 0.002492, 0.007932, 0.001650> - 1402: < 0.002507, 0.007992, 0.001241> - 1403: < 0.002099, 0.008090, 0.001252> - 1404: < 0.002492, 0.007932, 0.001650> - 1405: < 0.002890, 0.007817, 0.001635> - 1406: < 0.002908, 0.007876, 0.001230> - 1407: < 0.002507, 0.007992, 0.001241> - 1408: < 0.002890, 0.007817, 0.001635> - 1409: < 0.003281, 0.007684, 0.001619> - 1410: < 0.003302, 0.007743, 0.001219> - 1411: < 0.002908, 0.007876, 0.001230> - 1412: < 0.003281, 0.007684, 0.001619> - 1413: < 0.003663, 0.007535, 0.001603> - 1414: < 0.003686, 0.007591, 0.001207> - 1415: < 0.003302, 0.007743, 0.001219> - 1416: < 0.003663, 0.007535, 0.001603> - 1417: < 0.004034, 0.007367, 0.001588> - 1418: < 0.004061, 0.007423, 0.001196> - 1419: < 0.003686, 0.007591, 0.001207> - 1420: < 0.004034, 0.007367, 0.001588> - 1421: < 0.004395, 0.007183, 0.001574> - 1422: < 0.004424, 0.007236, 0.001185> - 1423: < 0.004061, 0.007423, 0.001196> - 1424: < 0.004395, 0.007183, 0.001574> - 1425: < 0.004744, 0.006980, 0.001561> - 1426: < 0.004776, 0.007032, 0.001176> - 1427: < 0.004424, 0.007236, 0.001185> - 1428: < 0.004744, 0.006980, 0.001561> - 1429: < 0.005080, 0.006761, 0.001550> - 1430: < 0.005114, 0.006810, 0.001168> - 1431: < 0.004776, 0.007032, 0.001176> - 1432: < 0.005080, 0.006761, 0.001550> - 1433: < 0.005401, 0.006523, 0.001541> - 1434: < 0.005438, 0.006570, 0.001161> - 1435: < 0.005114, 0.006810, 0.001168> - 1436: < 0.005401, 0.006523, 0.001541> - 1437: < 0.005707, 0.006269, 0.001536> - 1438: < 0.005747, 0.006313, 0.001157> - 1439: < 0.005438, 0.006570, 0.001161> - 1440: <-0.005747, 0.006313, 0.001157> - 1441: <-0.005438, 0.006570, 0.001161> - 1442: <-0.005466, 0.006605, 0.000777> - 1443: <-0.005776, 0.006346, 0.000774> - 1444: <-0.005438, 0.006570, 0.001161> - 1445: <-0.005114, 0.006810, 0.001168> - 1446: <-0.005140, 0.006846, 0.000781> - 1447: <-0.005466, 0.006605, 0.000777> - 1448: <-0.005114, 0.006810, 0.001168> - 1449: <-0.004776, 0.007032, 0.001176> - 1450: <-0.004800, 0.007069, 0.000786> - 1451: <-0.005140, 0.006846, 0.000781> - 1452: <-0.004776, 0.007032, 0.001176> - 1453: <-0.004424, 0.007236, 0.001185> - 1454: <-0.004446, 0.007275, 0.000792> - 1455: <-0.004800, 0.007069, 0.000786> - 1456: <-0.004424, 0.007236, 0.001185> - 1457: <-0.004061, 0.007423, 0.001196> - 1458: <-0.004081, 0.007462, 0.000799> - 1459: <-0.004446, 0.007275, 0.000792> - 1460: <-0.004061, 0.007423, 0.001196> - 1461: <-0.003686, 0.007591, 0.001207> - 1462: <-0.003704, 0.007632, 0.000807> - 1463: <-0.004081, 0.007462, 0.000799> - 1464: <-0.003686, 0.007591, 0.001207> - 1465: <-0.003302, 0.007743, 0.001219> - 1466: <-0.003318, 0.007785, 0.000814> - 1467: <-0.003704, 0.007632, 0.000807> - 1468: <-0.003302, 0.007743, 0.001219> - 1469: <-0.002908, 0.007876, 0.001230> - 1470: <-0.002922, 0.007919, 0.000822> - 1471: <-0.003318, 0.007785, 0.000814> - 1472: <-0.002908, 0.007876, 0.001230> - 1473: <-0.002507, 0.007992, 0.001241> - 1474: <-0.002519, 0.008036, 0.000829> - 1475: <-0.002922, 0.007919, 0.000822> - 1476: <-0.002507, 0.007992, 0.001241> - 1477: <-0.002099, 0.008090, 0.001252> - 1478: <-0.002109, 0.008134, 0.000836> - 1479: <-0.002519, 0.008036, 0.000829> - 1480: <-0.002099, 0.008090, 0.001252> - 1481: <-0.001686, 0.008171, 0.001261> - 1482: <-0.001694, 0.008215, 0.000842> - 1483: <-0.002109, 0.008134, 0.000836> - 1484: <-0.001686, 0.008171, 0.001261> - 1485: <-0.001269, 0.008233, 0.001269> - 1486: <-0.001275, 0.008278, 0.000848> - 1487: <-0.001694, 0.008215, 0.000842> - 1488: <-0.001269, 0.008233, 0.001269> - 1489: <-0.000848, 0.008278, 0.001275> - 1490: <-0.000852, 0.008323, 0.000852> - 1491: <-0.001275, 0.008278, 0.000848> - 1492: <-0.000848, 0.008278, 0.001275> - 1493: <-0.000424, 0.008305, 0.001278> - 1494: <-0.000426, 0.008350, 0.000854> - 1495: <-0.000852, 0.008323, 0.000852> - 1496: <-0.000424, 0.008305, 0.001278> - 1497: < 0.000000, 0.008314, 0.001280> - 1498: < 0.000000, 0.008359, 0.000855> - 1499: <-0.000426, 0.008350, 0.000854> - 1500: < 0.000000, 0.008314, 0.001280> - 1501: < 0.000424, 0.008305, 0.001278> - 1502: < 0.000426, 0.008350, 0.000854> - 1503: < 0.000000, 0.008359, 0.000855> - 1504: < 0.000424, 0.008305, 0.001278> - 1505: < 0.000848, 0.008278, 0.001275> - 1506: < 0.000852, 0.008323, 0.000852> - 1507: < 0.000426, 0.008350, 0.000854> - 1508: < 0.000848, 0.008278, 0.001275> - 1509: < 0.001269, 0.008233, 0.001269> - 1510: < 0.001275, 0.008278, 0.000848> - 1511: < 0.000852, 0.008323, 0.000852> - 1512: < 0.001269, 0.008233, 0.001269> - 1513: < 0.001686, 0.008171, 0.001261> - 1514: < 0.001694, 0.008215, 0.000842> - 1515: < 0.001275, 0.008278, 0.000848> - 1516: < 0.001686, 0.008171, 0.001261> - 1517: < 0.002099, 0.008090, 0.001252> - 1518: < 0.002109, 0.008134, 0.000836> - 1519: < 0.001694, 0.008215, 0.000842> - 1520: < 0.002099, 0.008090, 0.001252> - 1521: < 0.002507, 0.007992, 0.001241> - 1522: < 0.002519, 0.008036, 0.000829> - 1523: < 0.002109, 0.008134, 0.000836> - 1524: < 0.002507, 0.007992, 0.001241> - 1525: < 0.002908, 0.007876, 0.001230> - 1526: < 0.002922, 0.007919, 0.000822> - 1527: < 0.002519, 0.008036, 0.000829> - 1528: < 0.002908, 0.007876, 0.001230> - 1529: < 0.003302, 0.007743, 0.001219> - 1530: < 0.003318, 0.007785, 0.000814> - 1531: < 0.002922, 0.007919, 0.000822> - 1532: < 0.003302, 0.007743, 0.001219> - 1533: < 0.003686, 0.007591, 0.001207> - 1534: < 0.003704, 0.007632, 0.000807> - 1535: < 0.003318, 0.007785, 0.000814> - 1536: < 0.003686, 0.007591, 0.001207> - 1537: < 0.004061, 0.007423, 0.001196> - 1538: < 0.004081, 0.007462, 0.000799> - 1539: < 0.003704, 0.007632, 0.000807> - 1540: < 0.004061, 0.007423, 0.001196> - 1541: < 0.004424, 0.007236, 0.001185> - 1542: < 0.004446, 0.007275, 0.000792> - 1543: < 0.004081, 0.007462, 0.000799> - 1544: < 0.004424, 0.007236, 0.001185> - 1545: < 0.004776, 0.007032, 0.001176> - 1546: < 0.004800, 0.007069, 0.000786> - 1547: < 0.004446, 0.007275, 0.000792> - 1548: < 0.004776, 0.007032, 0.001176> - 1549: < 0.005114, 0.006810, 0.001168> - 1550: < 0.005140, 0.006846, 0.000781> - 1551: < 0.004800, 0.007069, 0.000786> - 1552: < 0.005114, 0.006810, 0.001168> - 1553: < 0.005438, 0.006570, 0.001161> - 1554: < 0.005466, 0.006605, 0.000777> - 1555: < 0.005140, 0.006846, 0.000781> - 1556: < 0.005438, 0.006570, 0.001161> - 1557: < 0.005747, 0.006313, 0.001157> - 1558: < 0.005776, 0.006346, 0.000774> - 1559: < 0.005466, 0.006605, 0.000777> - 1560: <-0.005776, 0.006346, 0.000774> - 1561: <-0.005466, 0.006605, 0.000777> - 1562: <-0.005483, 0.006626, 0.000389> - 1563: <-0.005794, 0.006366, 0.000388> - 1564: <-0.005466, 0.006605, 0.000777> - 1565: <-0.005140, 0.006846, 0.000781> - 1566: <-0.005156, 0.006868, 0.000391> - 1567: <-0.005483, 0.006626, 0.000389> - 1568: <-0.005140, 0.006846, 0.000781> - 1569: <-0.004800, 0.007069, 0.000786> - 1570: <-0.004815, 0.007092, 0.000394> - 1571: <-0.005156, 0.006868, 0.000391> - 1572: <-0.004800, 0.007069, 0.000786> - 1573: <-0.004446, 0.007275, 0.000792> - 1574: <-0.004460, 0.007298, 0.000397> - 1575: <-0.004815, 0.007092, 0.000394> - 1576: <-0.004446, 0.007275, 0.000792> - 1577: <-0.004081, 0.007462, 0.000799> - 1578: <-0.004093, 0.007487, 0.000400> - 1579: <-0.004460, 0.007298, 0.000397> - 1580: <-0.004081, 0.007462, 0.000799> - 1581: <-0.003704, 0.007632, 0.000807> - 1582: <-0.003716, 0.007657, 0.000404> - 1583: <-0.004093, 0.007487, 0.000400> - 1584: <-0.003704, 0.007632, 0.000807> - 1585: <-0.003318, 0.007785, 0.000814> - 1586: <-0.003328, 0.007810, 0.000408> - 1587: <-0.003716, 0.007657, 0.000404> - 1588: <-0.003318, 0.007785, 0.000814> - 1589: <-0.002922, 0.007919, 0.000822> - 1590: <-0.002931, 0.007945, 0.000412> - 1591: <-0.003328, 0.007810, 0.000408> - 1592: <-0.002922, 0.007919, 0.000822> - 1593: <-0.002519, 0.008036, 0.000829> - 1594: <-0.002527, 0.008062, 0.000415> - 1595: <-0.002931, 0.007945, 0.000412> - 1596: <-0.002519, 0.008036, 0.000829> - 1597: <-0.002109, 0.008134, 0.000836> - 1598: <-0.002116, 0.008161, 0.000419> - 1599: <-0.002527, 0.008062, 0.000415> - 1600: <-0.002109, 0.008134, 0.000836> - 1601: <-0.001694, 0.008215, 0.000842> - 1602: <-0.001699, 0.008242, 0.000422> - 1603: <-0.002116, 0.008161, 0.000419> - 1604: <-0.001694, 0.008215, 0.000842> - 1605: <-0.001275, 0.008278, 0.000848> - 1606: <-0.001278, 0.008305, 0.000424> - 1607: <-0.001699, 0.008242, 0.000422> - 1608: <-0.001275, 0.008278, 0.000848> - 1609: <-0.000852, 0.008323, 0.000852> - 1610: <-0.000854, 0.008350, 0.000426> - 1611: <-0.001278, 0.008305, 0.000424> - 1612: <-0.000852, 0.008323, 0.000852> - 1613: <-0.000426, 0.008350, 0.000854> - 1614: <-0.000428, 0.008377, 0.000428> - 1615: <-0.000854, 0.008350, 0.000426> - 1616: <-0.000426, 0.008350, 0.000854> - 1617: < 0.000000, 0.008359, 0.000855> - 1618: < 0.000000, 0.008386, 0.000428> - 1619: <-0.000428, 0.008377, 0.000428> - 1620: < 0.000000, 0.008359, 0.000855> - 1621: < 0.000426, 0.008350, 0.000854> - 1622: < 0.000428, 0.008377, 0.000428> - 1623: < 0.000000, 0.008386, 0.000428> - 1624: < 0.000426, 0.008350, 0.000854> - 1625: < 0.000852, 0.008323, 0.000852> - 1626: < 0.000854, 0.008350, 0.000426> - 1627: < 0.000428, 0.008377, 0.000428> - 1628: < 0.000852, 0.008323, 0.000852> - 1629: < 0.001275, 0.008278, 0.000848> - 1630: < 0.001278, 0.008305, 0.000424> - 1631: < 0.000854, 0.008350, 0.000426> - 1632: < 0.001275, 0.008278, 0.000848> - 1633: < 0.001694, 0.008215, 0.000842> - 1634: < 0.001699, 0.008242, 0.000422> - 1635: < 0.001278, 0.008305, 0.000424> - 1636: < 0.001694, 0.008215, 0.000842> - 1637: < 0.002109, 0.008134, 0.000836> - 1638: < 0.002116, 0.008161, 0.000419> - 1639: < 0.001699, 0.008242, 0.000422> - 1640: < 0.002109, 0.008134, 0.000836> - 1641: < 0.002519, 0.008036, 0.000829> - 1642: < 0.002527, 0.008062, 0.000415> - 1643: < 0.002116, 0.008161, 0.000419> - 1644: < 0.002519, 0.008036, 0.000829> - 1645: < 0.002922, 0.007919, 0.000822> - 1646: < 0.002931, 0.007945, 0.000412> - 1647: < 0.002527, 0.008062, 0.000415> - 1648: < 0.002922, 0.007919, 0.000822> - 1649: < 0.003318, 0.007785, 0.000814> - 1650: < 0.003328, 0.007810, 0.000408> - 1651: < 0.002931, 0.007945, 0.000412> - 1652: < 0.003318, 0.007785, 0.000814> - 1653: < 0.003704, 0.007632, 0.000807> - 1654: < 0.003716, 0.007657, 0.000404> - 1655: < 0.003328, 0.007810, 0.000408> - 1656: < 0.003704, 0.007632, 0.000807> - 1657: < 0.004081, 0.007462, 0.000799> - 1658: < 0.004093, 0.007487, 0.000400> - 1659: < 0.003716, 0.007657, 0.000404> - 1660: < 0.004081, 0.007462, 0.000799> - 1661: < 0.004446, 0.007275, 0.000792> - 1662: < 0.004460, 0.007298, 0.000397> - 1663: < 0.004093, 0.007487, 0.000400> - 1664: < 0.004446, 0.007275, 0.000792> - 1665: < 0.004800, 0.007069, 0.000786> - 1666: < 0.004815, 0.007092, 0.000394> - 1667: < 0.004460, 0.007298, 0.000397> - 1668: < 0.004800, 0.007069, 0.000786> - 1669: < 0.005140, 0.006846, 0.000781> - 1670: < 0.005156, 0.006868, 0.000391> - 1671: < 0.004815, 0.007092, 0.000394> - 1672: < 0.005140, 0.006846, 0.000781> - 1673: < 0.005466, 0.006605, 0.000777> - 1674: < 0.005483, 0.006626, 0.000389> - 1675: < 0.005156, 0.006868, 0.000391> - 1676: < 0.005466, 0.006605, 0.000777> - 1677: < 0.005776, 0.006346, 0.000774> - 1678: < 0.005794, 0.006366, 0.000388> - 1679: < 0.005483, 0.006626, 0.000389> - 1680: <-0.005794, 0.006366, 0.000388> - 1681: <-0.005483, 0.006626, 0.000389> - 1682: <-0.005489, 0.006633, -0.000000> - 1683: <-0.005801, 0.006373, -0.000000> - 1684: <-0.005483, 0.006626, 0.000389> - 1685: <-0.005156, 0.006868, 0.000391> - 1686: <-0.005162, 0.006875, -0.000000> - 1687: <-0.005489, 0.006633, -0.000000> - 1688: <-0.005156, 0.006868, 0.000391> - 1689: <-0.004815, 0.007092, 0.000394> - 1690: <-0.004820, 0.007099, -0.000000> - 1691: <-0.005162, 0.006875, -0.000000> - 1692: <-0.004815, 0.007092, 0.000394> - 1693: <-0.004460, 0.007298, 0.000397> - 1694: <-0.004465, 0.007306, -0.000000> - 1695: <-0.004820, 0.007099, -0.000000> - 1696: <-0.004460, 0.007298, 0.000397> - 1697: <-0.004093, 0.007487, 0.000400> - 1698: <-0.004098, 0.007495, -0.000000> - 1699: <-0.004465, 0.007306, -0.000000> - 1700: <-0.004093, 0.007487, 0.000400> - 1701: <-0.003716, 0.007657, 0.000404> - 1702: <-0.003720, 0.007665, -0.000000> - 1703: <-0.004098, 0.007495, -0.000000> - 1704: <-0.003716, 0.007657, 0.000404> - 1705: <-0.003328, 0.007810, 0.000408> - 1706: <-0.003331, 0.007818, -0.000000> - 1707: <-0.003720, 0.007665, -0.000000> - 1708: <-0.003328, 0.007810, 0.000408> - 1709: <-0.002931, 0.007945, 0.000412> - 1710: <-0.002934, 0.007953, -0.000000> - 1711: <-0.003331, 0.007818, -0.000000> - 1712: <-0.002931, 0.007945, 0.000412> - 1713: <-0.002527, 0.008062, 0.000415> - 1714: <-0.002530, 0.008070, 0.000000> - 1715: <-0.002934, 0.007953, -0.000000> - 1716: <-0.002527, 0.008062, 0.000415> - 1717: <-0.002116, 0.008161, 0.000419> - 1718: <-0.002118, 0.008169, -0.000000> - 1719: <-0.002530, 0.008070, 0.000000> - 1720: <-0.002116, 0.008161, 0.000419> - 1721: <-0.001699, 0.008242, 0.000422> - 1722: <-0.001701, 0.008251, 0.000000> - 1723: <-0.002118, 0.008169, -0.000000> - 1724: <-0.001699, 0.008242, 0.000422> - 1725: <-0.001278, 0.008305, 0.000424> - 1726: <-0.001280, 0.008314, 0.000000> - 1727: <-0.001701, 0.008251, 0.000000> - 1728: <-0.001278, 0.008305, 0.000424> - 1729: <-0.000854, 0.008350, 0.000426> - 1730: <-0.000855, 0.008359, 0.000000> - 1731: <-0.001280, 0.008314, 0.000000> - 1732: <-0.000854, 0.008350, 0.000426> - 1733: <-0.000428, 0.008377, 0.000428> - 1734: <-0.000428, 0.008386, 0.000000> - 1735: <-0.000855, 0.008359, 0.000000> - 1736: <-0.000428, 0.008377, 0.000428> - 1737: < 0.000000, 0.008386, 0.000428> - 1738: < 0.000000, 0.008395, 0.000000> - 1739: <-0.000428, 0.008386, 0.000000> - 1740: < 0.000000, 0.008386, 0.000428> - 1741: < 0.000428, 0.008377, 0.000428> - 1742: < 0.000428, 0.008386, 0.000000> - 1743: < 0.000000, 0.008395, 0.000000> - 1744: < 0.000428, 0.008377, 0.000428> - 1745: < 0.000854, 0.008350, 0.000426> - 1746: < 0.000855, 0.008359, 0.000000> - 1747: < 0.000428, 0.008386, 0.000000> - 1748: < 0.000854, 0.008350, 0.000426> - 1749: < 0.001278, 0.008305, 0.000424> - 1750: < 0.001280, 0.008314, 0.000000> - 1751: < 0.000855, 0.008359, 0.000000> - 1752: < 0.001278, 0.008305, 0.000424> - 1753: < 0.001699, 0.008242, 0.000422> - 1754: < 0.001701, 0.008251, 0.000000> - 1755: < 0.001280, 0.008314, 0.000000> - 1756: < 0.001699, 0.008242, 0.000422> - 1757: < 0.002116, 0.008161, 0.000419> - 1758: < 0.002118, 0.008169, 0.000000> - 1759: < 0.001701, 0.008251, 0.000000> - 1760: < 0.002116, 0.008161, 0.000419> - 1761: < 0.002527, 0.008062, 0.000415> - 1762: < 0.002530, 0.008070, 0.000000> - 1763: < 0.002118, 0.008169, 0.000000> - 1764: < 0.002527, 0.008062, 0.000415> - 1765: < 0.002931, 0.007945, 0.000412> - 1766: < 0.002934, 0.007953, 0.000000> - 1767: < 0.002530, 0.008070, 0.000000> - 1768: < 0.002931, 0.007945, 0.000412> - 1769: < 0.003328, 0.007810, 0.000408> - 1770: < 0.003331, 0.007818, 0.000000> - 1771: < 0.002934, 0.007953, 0.000000> - 1772: < 0.003328, 0.007810, 0.000408> - 1773: < 0.003716, 0.007657, 0.000404> - 1774: < 0.003720, 0.007665, 0.000000> - 1775: < 0.003331, 0.007818, 0.000000> - 1776: < 0.003716, 0.007657, 0.000404> - 1777: < 0.004093, 0.007487, 0.000400> - 1778: < 0.004098, 0.007495, 0.000000> - 1779: < 0.003720, 0.007665, 0.000000> - 1780: < 0.004093, 0.007487, 0.000400> - 1781: < 0.004460, 0.007298, 0.000397> - 1782: < 0.004465, 0.007306, -0.000000> - 1783: < 0.004098, 0.007495, 0.000000> - 1784: < 0.004460, 0.007298, 0.000397> - 1785: < 0.004815, 0.007092, 0.000394> - 1786: < 0.004820, 0.007099, 0.000000> - 1787: < 0.004465, 0.007306, -0.000000> - 1788: < 0.004815, 0.007092, 0.000394> - 1789: < 0.005156, 0.006868, 0.000391> - 1790: < 0.005162, 0.006875, 0.000000> - 1791: < 0.004820, 0.007099, 0.000000> - 1792: < 0.005156, 0.006868, 0.000391> - 1793: < 0.005483, 0.006626, 0.000389> - 1794: < 0.005489, 0.006633, 0.000000> - 1795: < 0.005162, 0.006875, 0.000000> - 1796: < 0.005483, 0.006626, 0.000389> - 1797: < 0.005794, 0.006366, 0.000388> - 1798: < 0.005801, 0.006373, 0.000000> - 1799: < 0.005489, 0.006633, 0.000000> - 1800: <-0.005801, 0.006373, -0.000000> - 1801: <-0.005489, 0.006633, -0.000000> - 1802: <-0.005483, 0.006626, -0.000389> - 1803: <-0.005794, 0.006366, -0.000388> - 1804: <-0.005489, 0.006633, -0.000000> - 1805: <-0.005162, 0.006875, -0.000000> - 1806: <-0.005156, 0.006868, -0.000391> - 1807: <-0.005483, 0.006626, -0.000389> - 1808: <-0.005162, 0.006875, -0.000000> - 1809: <-0.004820, 0.007099, -0.000000> - 1810: <-0.004815, 0.007092, -0.000394> - 1811: <-0.005156, 0.006868, -0.000391> - 1812: <-0.004820, 0.007099, -0.000000> - 1813: <-0.004465, 0.007306, -0.000000> - 1814: <-0.004460, 0.007298, -0.000397> - 1815: <-0.004815, 0.007092, -0.000394> - 1816: <-0.004465, 0.007306, -0.000000> - 1817: <-0.004098, 0.007495, -0.000000> - 1818: <-0.004093, 0.007487, -0.000400> - 1819: <-0.004460, 0.007298, -0.000397> - 1820: <-0.004098, 0.007495, -0.000000> - 1821: <-0.003720, 0.007665, -0.000000> - 1822: <-0.003716, 0.007657, -0.000404> - 1823: <-0.004093, 0.007487, -0.000400> - 1824: <-0.003720, 0.007665, -0.000000> - 1825: <-0.003331, 0.007818, -0.000000> - 1826: <-0.003328, 0.007810, -0.000408> - 1827: <-0.003716, 0.007657, -0.000404> - 1828: <-0.003331, 0.007818, -0.000000> - 1829: <-0.002934, 0.007953, -0.000000> - 1830: <-0.002931, 0.007945, -0.000412> - 1831: <-0.003328, 0.007810, -0.000408> - 1832: <-0.002934, 0.007953, -0.000000> - 1833: <-0.002530, 0.008070, 0.000000> - 1834: <-0.002527, 0.008062, -0.000415> - 1835: <-0.002931, 0.007945, -0.000412> - 1836: <-0.002530, 0.008070, 0.000000> - 1837: <-0.002118, 0.008169, -0.000000> - 1838: <-0.002116, 0.008161, -0.000419> - 1839: <-0.002527, 0.008062, -0.000415> - 1840: <-0.002118, 0.008169, -0.000000> - 1841: <-0.001701, 0.008251, 0.000000> - 1842: <-0.001699, 0.008242, -0.000422> - 1843: <-0.002116, 0.008161, -0.000419> - 1844: <-0.001701, 0.008251, 0.000000> - 1845: <-0.001280, 0.008314, 0.000000> - 1846: <-0.001278, 0.008305, -0.000424> - 1847: <-0.001699, 0.008242, -0.000422> - 1848: <-0.001280, 0.008314, 0.000000> - 1849: <-0.000855, 0.008359, 0.000000> - 1850: <-0.000854, 0.008350, -0.000426> - 1851: <-0.001278, 0.008305, -0.000424> - 1852: <-0.000855, 0.008359, 0.000000> - 1853: <-0.000428, 0.008386, 0.000000> - 1854: <-0.000428, 0.008377, -0.000428> - 1855: <-0.000854, 0.008350, -0.000426> - 1856: <-0.000428, 0.008386, 0.000000> - 1857: < 0.000000, 0.008395, 0.000000> - 1858: < 0.000000, 0.008386, -0.000428> - 1859: <-0.000428, 0.008377, -0.000428> - 1860: < 0.000000, 0.008395, 0.000000> - 1861: < 0.000428, 0.008386, 0.000000> - 1862: < 0.000428, 0.008377, -0.000428> - 1863: < 0.000000, 0.008386, -0.000428> - 1864: < 0.000428, 0.008386, 0.000000> - 1865: < 0.000855, 0.008359, 0.000000> - 1866: < 0.000854, 0.008350, -0.000426> - 1867: < 0.000428, 0.008377, -0.000428> - 1868: < 0.000855, 0.008359, 0.000000> - 1869: < 0.001280, 0.008314, 0.000000> - 1870: < 0.001278, 0.008305, -0.000424> - 1871: < 0.000854, 0.008350, -0.000426> - 1872: < 0.001280, 0.008314, 0.000000> - 1873: < 0.001701, 0.008251, 0.000000> - 1874: < 0.001699, 0.008242, -0.000422> - 1875: < 0.001278, 0.008305, -0.000424> - 1876: < 0.001701, 0.008251, 0.000000> - 1877: < 0.002118, 0.008169, 0.000000> - 1878: < 0.002116, 0.008161, -0.000419> - 1879: < 0.001699, 0.008242, -0.000422> - 1880: < 0.002118, 0.008169, 0.000000> - 1881: < 0.002530, 0.008070, 0.000000> - 1882: < 0.002527, 0.008062, -0.000415> - 1883: < 0.002116, 0.008161, -0.000419> - 1884: < 0.002530, 0.008070, 0.000000> - 1885: < 0.002934, 0.007953, 0.000000> - 1886: < 0.002931, 0.007945, -0.000412> - 1887: < 0.002527, 0.008062, -0.000415> - 1888: < 0.002934, 0.007953, 0.000000> - 1889: < 0.003331, 0.007818, 0.000000> - 1890: < 0.003328, 0.007810, -0.000408> - 1891: < 0.002931, 0.007945, -0.000412> - 1892: < 0.003331, 0.007818, 0.000000> - 1893: < 0.003720, 0.007665, 0.000000> - 1894: < 0.003716, 0.007657, -0.000404> - 1895: < 0.003328, 0.007810, -0.000408> - 1896: < 0.003720, 0.007665, 0.000000> - 1897: < 0.004098, 0.007495, 0.000000> - 1898: < 0.004093, 0.007487, -0.000400> - 1899: < 0.003716, 0.007657, -0.000404> - 1900: < 0.004098, 0.007495, 0.000000> - 1901: < 0.004465, 0.007306, -0.000000> - 1902: < 0.004460, 0.007298, -0.000397> - 1903: < 0.004093, 0.007487, -0.000400> - 1904: < 0.004465, 0.007306, -0.000000> - 1905: < 0.004820, 0.007099, 0.000000> - 1906: < 0.004815, 0.007092, -0.000394> - 1907: < 0.004460, 0.007298, -0.000397> - 1908: < 0.004820, 0.007099, 0.000000> - 1909: < 0.005162, 0.006875, 0.000000> - 1910: < 0.005156, 0.006868, -0.000391> - 1911: < 0.004815, 0.007092, -0.000394> - 1912: < 0.005162, 0.006875, 0.000000> - 1913: < 0.005489, 0.006633, 0.000000> - 1914: < 0.005483, 0.006626, -0.000389> - 1915: < 0.005156, 0.006868, -0.000391> - 1916: < 0.005489, 0.006633, 0.000000> - 1917: < 0.005801, 0.006373, 0.000000> - 1918: < 0.005794, 0.006366, -0.000388> - 1919: < 0.005483, 0.006626, -0.000389> - 1920: <-0.005794, 0.006366, -0.000388> - 1921: <-0.005483, 0.006626, -0.000389> - 1922: <-0.005466, 0.006605, -0.000777> - 1923: <-0.005776, 0.006346, -0.000774> - 1924: <-0.005483, 0.006626, -0.000389> - 1925: <-0.005156, 0.006868, -0.000391> - 1926: <-0.005140, 0.006846, -0.000781> - 1927: <-0.005466, 0.006605, -0.000777> - 1928: <-0.005156, 0.006868, -0.000391> - 1929: <-0.004815, 0.007092, -0.000394> - 1930: <-0.004800, 0.007069, -0.000786> - 1931: <-0.005140, 0.006846, -0.000781> - 1932: <-0.004815, 0.007092, -0.000394> - 1933: <-0.004460, 0.007298, -0.000397> - 1934: <-0.004446, 0.007275, -0.000792> - 1935: <-0.004800, 0.007069, -0.000786> - 1936: <-0.004460, 0.007298, -0.000397> - 1937: <-0.004093, 0.007487, -0.000400> - 1938: <-0.004081, 0.007462, -0.000799> - 1939: <-0.004446, 0.007275, -0.000792> - 1940: <-0.004093, 0.007487, -0.000400> - 1941: <-0.003716, 0.007657, -0.000404> - 1942: <-0.003704, 0.007632, -0.000807> - 1943: <-0.004081, 0.007462, -0.000799> - 1944: <-0.003716, 0.007657, -0.000404> - 1945: <-0.003328, 0.007810, -0.000408> - 1946: <-0.003318, 0.007785, -0.000814> - 1947: <-0.003704, 0.007632, -0.000807> - 1948: <-0.003328, 0.007810, -0.000408> - 1949: <-0.002931, 0.007945, -0.000412> - 1950: <-0.002922, 0.007919, -0.000822> - 1951: <-0.003318, 0.007785, -0.000814> - 1952: <-0.002931, 0.007945, -0.000412> - 1953: <-0.002527, 0.008062, -0.000415> - 1954: <-0.002519, 0.008036, -0.000829> - 1955: <-0.002922, 0.007919, -0.000822> - 1956: <-0.002527, 0.008062, -0.000415> - 1957: <-0.002116, 0.008161, -0.000419> - 1958: <-0.002109, 0.008134, -0.000836> - 1959: <-0.002519, 0.008036, -0.000829> - 1960: <-0.002116, 0.008161, -0.000419> - 1961: <-0.001699, 0.008242, -0.000422> - 1962: <-0.001694, 0.008215, -0.000842> - 1963: <-0.002109, 0.008134, -0.000836> - 1964: <-0.001699, 0.008242, -0.000422> - 1965: <-0.001278, 0.008305, -0.000424> - 1966: <-0.001275, 0.008278, -0.000848> - 1967: <-0.001694, 0.008215, -0.000842> - 1968: <-0.001278, 0.008305, -0.000424> - 1969: <-0.000854, 0.008350, -0.000426> - 1970: <-0.000852, 0.008323, -0.000852> - 1971: <-0.001275, 0.008278, -0.000848> - 1972: <-0.000854, 0.008350, -0.000426> - 1973: <-0.000428, 0.008377, -0.000428> - 1974: <-0.000426, 0.008350, -0.000854> - 1975: <-0.000852, 0.008323, -0.000852> - 1976: <-0.000428, 0.008377, -0.000428> - 1977: < 0.000000, 0.008386, -0.000428> - 1978: < 0.000000, 0.008359, -0.000855> - 1979: <-0.000426, 0.008350, -0.000854> - 1980: < 0.000000, 0.008386, -0.000428> - 1981: < 0.000428, 0.008377, -0.000428> - 1982: < 0.000426, 0.008350, -0.000854> - 1983: < 0.000000, 0.008359, -0.000855> - 1984: < 0.000428, 0.008377, -0.000428> - 1985: < 0.000854, 0.008350, -0.000426> - 1986: < 0.000852, 0.008323, -0.000852> - 1987: < 0.000426, 0.008350, -0.000854> - 1988: < 0.000854, 0.008350, -0.000426> - 1989: < 0.001278, 0.008305, -0.000424> - 1990: < 0.001275, 0.008278, -0.000848> - 1991: < 0.000852, 0.008323, -0.000852> - 1992: < 0.001278, 0.008305, -0.000424> - 1993: < 0.001699, 0.008242, -0.000422> - 1994: < 0.001694, 0.008215, -0.000842> - 1995: < 0.001275, 0.008278, -0.000848> - 1996: < 0.001699, 0.008242, -0.000422> - 1997: < 0.002116, 0.008161, -0.000419> - 1998: < 0.002109, 0.008134, -0.000836> - 1999: < 0.001694, 0.008215, -0.000842> - 2000: < 0.002116, 0.008161, -0.000419> - 2001: < 0.002527, 0.008062, -0.000415> - 2002: < 0.002519, 0.008036, -0.000829> - 2003: < 0.002109, 0.008134, -0.000836> - 2004: < 0.002527, 0.008062, -0.000415> - 2005: < 0.002931, 0.007945, -0.000412> - 2006: < 0.002922, 0.007919, -0.000822> - 2007: < 0.002519, 0.008036, -0.000829> - 2008: < 0.002931, 0.007945, -0.000412> - 2009: < 0.003328, 0.007810, -0.000408> - 2010: < 0.003318, 0.007785, -0.000814> - 2011: < 0.002922, 0.007919, -0.000822> - 2012: < 0.003328, 0.007810, -0.000408> - 2013: < 0.003716, 0.007657, -0.000404> - 2014: < 0.003704, 0.007632, -0.000807> - 2015: < 0.003318, 0.007785, -0.000814> - 2016: < 0.003716, 0.007657, -0.000404> - 2017: < 0.004093, 0.007487, -0.000400> - 2018: < 0.004081, 0.007462, -0.000799> - 2019: < 0.003704, 0.007632, -0.000807> - 2020: < 0.004093, 0.007487, -0.000400> - 2021: < 0.004460, 0.007298, -0.000397> - 2022: < 0.004446, 0.007275, -0.000792> - 2023: < 0.004081, 0.007462, -0.000799> - 2024: < 0.004460, 0.007298, -0.000397> - 2025: < 0.004815, 0.007092, -0.000394> - 2026: < 0.004800, 0.007069, -0.000786> - 2027: < 0.004446, 0.007275, -0.000792> - 2028: < 0.004815, 0.007092, -0.000394> - 2029: < 0.005156, 0.006868, -0.000391> - 2030: < 0.005140, 0.006846, -0.000781> - 2031: < 0.004800, 0.007069, -0.000786> - 2032: < 0.005156, 0.006868, -0.000391> - 2033: < 0.005483, 0.006626, -0.000389> - 2034: < 0.005466, 0.006605, -0.000777> - 2035: < 0.005140, 0.006846, -0.000781> - 2036: < 0.005483, 0.006626, -0.000389> - 2037: < 0.005794, 0.006366, -0.000388> - 2038: < 0.005776, 0.006346, -0.000774> - 2039: < 0.005466, 0.006605, -0.000777> - 2040: <-0.005776, 0.006346, -0.000774> - 2041: <-0.005466, 0.006605, -0.000777> - 2042: <-0.005438, 0.006570, -0.001161> - 2043: <-0.005747, 0.006313, -0.001157> - 2044: <-0.005466, 0.006605, -0.000777> - 2045: <-0.005140, 0.006846, -0.000781> - 2046: <-0.005114, 0.006810, -0.001168> - 2047: <-0.005438, 0.006570, -0.001161> - 2048: <-0.005140, 0.006846, -0.000781> - 2049: <-0.004800, 0.007069, -0.000786> - 2050: <-0.004776, 0.007032, -0.001176> - 2051: <-0.005114, 0.006810, -0.001168> - 2052: <-0.004800, 0.007069, -0.000786> - 2053: <-0.004446, 0.007275, -0.000792> - 2054: <-0.004424, 0.007236, -0.001185> - 2055: <-0.004776, 0.007032, -0.001176> - 2056: <-0.004446, 0.007275, -0.000792> - 2057: <-0.004081, 0.007462, -0.000799> - 2058: <-0.004061, 0.007423, -0.001196> - 2059: <-0.004424, 0.007236, -0.001185> - 2060: <-0.004081, 0.007462, -0.000799> - 2061: <-0.003704, 0.007632, -0.000807> - 2062: <-0.003686, 0.007591, -0.001207> - 2063: <-0.004061, 0.007423, -0.001196> - 2064: <-0.003704, 0.007632, -0.000807> - 2065: <-0.003318, 0.007785, -0.000814> - 2066: <-0.003302, 0.007743, -0.001219> - 2067: <-0.003686, 0.007591, -0.001207> - 2068: <-0.003318, 0.007785, -0.000814> - 2069: <-0.002922, 0.007919, -0.000822> - 2070: <-0.002908, 0.007876, -0.001230> - 2071: <-0.003302, 0.007743, -0.001219> - 2072: <-0.002922, 0.007919, -0.000822> - 2073: <-0.002519, 0.008036, -0.000829> - 2074: <-0.002507, 0.007992, -0.001241> - 2075: <-0.002908, 0.007876, -0.001230> - 2076: <-0.002519, 0.008036, -0.000829> - 2077: <-0.002109, 0.008134, -0.000836> - 2078: <-0.002099, 0.008090, -0.001252> - 2079: <-0.002507, 0.007992, -0.001241> - 2080: <-0.002109, 0.008134, -0.000836> - 2081: <-0.001694, 0.008215, -0.000842> - 2082: <-0.001686, 0.008171, -0.001261> - 2083: <-0.002099, 0.008090, -0.001252> - 2084: <-0.001694, 0.008215, -0.000842> - 2085: <-0.001275, 0.008278, -0.000848> - 2086: <-0.001269, 0.008233, -0.001269> - 2087: <-0.001686, 0.008171, -0.001261> - 2088: <-0.001275, 0.008278, -0.000848> - 2089: <-0.000852, 0.008323, -0.000852> - 2090: <-0.000848, 0.008278, -0.001275> - 2091: <-0.001269, 0.008233, -0.001269> - 2092: <-0.000852, 0.008323, -0.000852> - 2093: <-0.000426, 0.008350, -0.000854> - 2094: <-0.000424, 0.008305, -0.001278> - 2095: <-0.000848, 0.008278, -0.001275> - 2096: <-0.000426, 0.008350, -0.000854> - 2097: < 0.000000, 0.008359, -0.000855> - 2098: < 0.000000, 0.008314, -0.001280> - 2099: <-0.000424, 0.008305, -0.001278> - 2100: < 0.000000, 0.008359, -0.000855> - 2101: < 0.000426, 0.008350, -0.000854> - 2102: < 0.000424, 0.008305, -0.001278> - 2103: < 0.000000, 0.008314, -0.001280> - 2104: < 0.000426, 0.008350, -0.000854> - 2105: < 0.000852, 0.008323, -0.000852> - 2106: < 0.000848, 0.008278, -0.001275> - 2107: < 0.000424, 0.008305, -0.001278> - 2108: < 0.000852, 0.008323, -0.000852> - 2109: < 0.001275, 0.008278, -0.000848> - 2110: < 0.001269, 0.008233, -0.001269> - 2111: < 0.000848, 0.008278, -0.001275> - 2112: < 0.001275, 0.008278, -0.000848> - 2113: < 0.001694, 0.008215, -0.000842> - 2114: < 0.001686, 0.008171, -0.001261> - 2115: < 0.001269, 0.008233, -0.001269> - 2116: < 0.001694, 0.008215, -0.000842> - 2117: < 0.002109, 0.008134, -0.000836> - 2118: < 0.002099, 0.008090, -0.001252> - 2119: < 0.001686, 0.008171, -0.001261> - 2120: < 0.002109, 0.008134, -0.000836> - 2121: < 0.002519, 0.008036, -0.000829> - 2122: < 0.002507, 0.007992, -0.001241> - 2123: < 0.002099, 0.008090, -0.001252> - 2124: < 0.002519, 0.008036, -0.000829> - 2125: < 0.002922, 0.007919, -0.000822> - 2126: < 0.002908, 0.007876, -0.001230> - 2127: < 0.002507, 0.007992, -0.001241> - 2128: < 0.002922, 0.007919, -0.000822> - 2129: < 0.003318, 0.007785, -0.000814> - 2130: < 0.003302, 0.007743, -0.001219> - 2131: < 0.002908, 0.007876, -0.001230> - 2132: < 0.003318, 0.007785, -0.000814> - 2133: < 0.003704, 0.007632, -0.000807> - 2134: < 0.003686, 0.007591, -0.001207> - 2135: < 0.003302, 0.007743, -0.001219> - 2136: < 0.003704, 0.007632, -0.000807> - 2137: < 0.004081, 0.007462, -0.000799> - 2138: < 0.004061, 0.007423, -0.001196> - 2139: < 0.003686, 0.007591, -0.001207> - 2140: < 0.004081, 0.007462, -0.000799> - 2141: < 0.004446, 0.007275, -0.000792> - 2142: < 0.004424, 0.007236, -0.001185> - 2143: < 0.004061, 0.007423, -0.001196> - 2144: < 0.004446, 0.007275, -0.000792> - 2145: < 0.004800, 0.007069, -0.000786> - 2146: < 0.004776, 0.007032, -0.001176> - 2147: < 0.004424, 0.007236, -0.001185> - 2148: < 0.004800, 0.007069, -0.000786> - 2149: < 0.005140, 0.006846, -0.000781> - 2150: < 0.005114, 0.006810, -0.001168> - 2151: < 0.004776, 0.007032, -0.001176> - 2152: < 0.005140, 0.006846, -0.000781> - 2153: < 0.005466, 0.006605, -0.000777> - 2154: < 0.005438, 0.006570, -0.001161> - 2155: < 0.005114, 0.006810, -0.001168> - 2156: < 0.005466, 0.006605, -0.000777> - 2157: < 0.005776, 0.006346, -0.000774> - 2158: < 0.005747, 0.006313, -0.001157> - 2159: < 0.005438, 0.006570, -0.001161> - 2160: <-0.005747, 0.006313, -0.001157> - 2161: <-0.005438, 0.006570, -0.001161> - 2162: <-0.005401, 0.006523, -0.001541> - 2163: <-0.005707, 0.006269, -0.001536> - 2164: <-0.005438, 0.006570, -0.001161> - 2165: <-0.005114, 0.006810, -0.001168> - 2166: <-0.005080, 0.006761, -0.001550> - 2167: <-0.005401, 0.006523, -0.001541> - 2168: <-0.005114, 0.006810, -0.001168> - 2169: <-0.004776, 0.007032, -0.001176> - 2170: <-0.004744, 0.006980, -0.001561> - 2171: <-0.005080, 0.006761, -0.001550> - 2172: <-0.004776, 0.007032, -0.001176> - 2173: <-0.004424, 0.007236, -0.001185> - 2174: <-0.004395, 0.007183, -0.001574> - 2175: <-0.004744, 0.006980, -0.001561> - 2176: <-0.004424, 0.007236, -0.001185> - 2177: <-0.004061, 0.007423, -0.001196> - 2178: <-0.004034, 0.007367, -0.001588> - 2179: <-0.004395, 0.007183, -0.001574> - 2180: <-0.004061, 0.007423, -0.001196> - 2181: <-0.003686, 0.007591, -0.001207> - 2182: <-0.003663, 0.007535, -0.001603> - 2183: <-0.004034, 0.007367, -0.001588> - 2184: <-0.003686, 0.007591, -0.001207> - 2185: <-0.003302, 0.007743, -0.001219> - 2186: <-0.003281, 0.007684, -0.001619> - 2187: <-0.003663, 0.007535, -0.001603> - 2188: <-0.003302, 0.007743, -0.001219> - 2189: <-0.002908, 0.007876, -0.001230> - 2190: <-0.002890, 0.007817, -0.001635> - 2191: <-0.003281, 0.007684, -0.001619> - 2192: <-0.002908, 0.007876, -0.001230> - 2193: <-0.002507, 0.007992, -0.001241> - 2194: <-0.002492, 0.007932, -0.001650> - 2195: <-0.002890, 0.007817, -0.001635> - 2196: <-0.002507, 0.007992, -0.001241> - 2197: <-0.002099, 0.008090, -0.001252> - 2198: <-0.002086, 0.008029, -0.001663> - 2199: <-0.002492, 0.007932, -0.001650> - 2200: <-0.002099, 0.008090, -0.001252> - 2201: <-0.001686, 0.008171, -0.001261> - 2202: <-0.001676, 0.008109, -0.001676> - 2203: <-0.002086, 0.008029, -0.001663> - 2204: <-0.001686, 0.008171, -0.001261> - 2205: <-0.001269, 0.008233, -0.001269> - 2206: <-0.001261, 0.008171, -0.001686> - 2207: <-0.001676, 0.008109, -0.001676> - 2208: <-0.001269, 0.008233, -0.001269> - 2209: <-0.000848, 0.008278, -0.001275> - 2210: <-0.000842, 0.008215, -0.001694> - 2211: <-0.001261, 0.008171, -0.001686> - 2212: <-0.000848, 0.008278, -0.001275> - 2213: <-0.000424, 0.008305, -0.001278> - 2214: <-0.000422, 0.008242, -0.001699> - 2215: <-0.000842, 0.008215, -0.001694> - 2216: <-0.000424, 0.008305, -0.001278> - 2217: < 0.000000, 0.008314, -0.001280> - 2218: < 0.000000, 0.008251, -0.001701> - 2219: <-0.000422, 0.008242, -0.001699> - 2220: < 0.000000, 0.008314, -0.001280> - 2221: < 0.000424, 0.008305, -0.001278> - 2222: < 0.000422, 0.008242, -0.001699> - 2223: < 0.000000, 0.008251, -0.001701> - 2224: < 0.000424, 0.008305, -0.001278> - 2225: < 0.000848, 0.008278, -0.001275> - 2226: < 0.000842, 0.008215, -0.001694> - 2227: < 0.000422, 0.008242, -0.001699> - 2228: < 0.000848, 0.008278, -0.001275> - 2229: < 0.001269, 0.008233, -0.001269> - 2230: < 0.001261, 0.008171, -0.001686> - 2231: < 0.000842, 0.008215, -0.001694> - 2232: < 0.001269, 0.008233, -0.001269> - 2233: < 0.001686, 0.008171, -0.001261> - 2234: < 0.001676, 0.008109, -0.001676> - 2235: < 0.001261, 0.008171, -0.001686> - 2236: < 0.001686, 0.008171, -0.001261> - 2237: < 0.002099, 0.008090, -0.001252> - 2238: < 0.002086, 0.008029, -0.001663> - 2239: < 0.001676, 0.008109, -0.001676> - 2240: < 0.002099, 0.008090, -0.001252> - 2241: < 0.002507, 0.007992, -0.001241> - 2242: < 0.002492, 0.007932, -0.001650> - 2243: < 0.002086, 0.008029, -0.001663> - 2244: < 0.002507, 0.007992, -0.001241> - 2245: < 0.002908, 0.007876, -0.001230> - 2246: < 0.002890, 0.007817, -0.001635> - 2247: < 0.002492, 0.007932, -0.001650> - 2248: < 0.002908, 0.007876, -0.001230> - 2249: < 0.003302, 0.007743, -0.001219> - 2250: < 0.003281, 0.007684, -0.001619> - 2251: < 0.002890, 0.007817, -0.001635> - 2252: < 0.003302, 0.007743, -0.001219> - 2253: < 0.003686, 0.007591, -0.001207> - 2254: < 0.003663, 0.007535, -0.001603> - 2255: < 0.003281, 0.007684, -0.001619> - 2256: < 0.003686, 0.007591, -0.001207> - 2257: < 0.004061, 0.007423, -0.001196> - 2258: < 0.004034, 0.007367, -0.001588> - 2259: < 0.003663, 0.007535, -0.001603> - 2260: < 0.004061, 0.007423, -0.001196> - 2261: < 0.004424, 0.007236, -0.001185> - 2262: < 0.004395, 0.007183, -0.001574> - 2263: < 0.004034, 0.007367, -0.001588> - 2264: < 0.004424, 0.007236, -0.001185> - 2265: < 0.004776, 0.007032, -0.001176> - 2266: < 0.004744, 0.006980, -0.001561> - 2267: < 0.004395, 0.007183, -0.001574> - 2268: < 0.004776, 0.007032, -0.001176> - 2269: < 0.005114, 0.006810, -0.001168> - 2270: < 0.005080, 0.006761, -0.001550> - 2271: < 0.004744, 0.006980, -0.001561> - 2272: < 0.005114, 0.006810, -0.001168> - 2273: < 0.005438, 0.006570, -0.001161> - 2274: < 0.005401, 0.006523, -0.001541> - 2275: < 0.005080, 0.006761, -0.001550> - 2276: < 0.005438, 0.006570, -0.001161> - 2277: < 0.005747, 0.006313, -0.001157> - 2278: < 0.005707, 0.006269, -0.001536> - 2279: < 0.005401, 0.006523, -0.001541> - 2280: <-0.005707, 0.006269, -0.001536> - 2281: <-0.005401, 0.006523, -0.001541> - 2282: <-0.005355, 0.006464, -0.001915> - 2283: <-0.005657, 0.006212, -0.001908> - 2284: <-0.005401, 0.006523, -0.001541> - 2285: <-0.005080, 0.006761, -0.001550> - 2286: <-0.005037, 0.006698, -0.001926> - 2287: <-0.005355, 0.006464, -0.001915> - 2288: <-0.005080, 0.006761, -0.001550> - 2289: <-0.004744, 0.006980, -0.001561> - 2290: <-0.004705, 0.006915, -0.001940> - 2291: <-0.005037, 0.006698, -0.001926> - 2292: <-0.004744, 0.006980, -0.001561> - 2293: <-0.004395, 0.007183, -0.001574> - 2294: <-0.004360, 0.007115, -0.001957> - 2295: <-0.004705, 0.006915, -0.001940> - 2296: <-0.004395, 0.007183, -0.001574> - 2297: <-0.004034, 0.007367, -0.001588> - 2298: <-0.004002, 0.007297, -0.001975> - 2299: <-0.004360, 0.007115, -0.001957> - 2300: <-0.004034, 0.007367, -0.001588> - 2301: <-0.003663, 0.007535, -0.001603> - 2302: <-0.003634, 0.007462, -0.001995> - 2303: <-0.004002, 0.007297, -0.001975> - 2304: <-0.003663, 0.007535, -0.001603> - 2305: <-0.003281, 0.007684, -0.001619> - 2306: <-0.003255, 0.007610, -0.002015> - 2307: <-0.003634, 0.007462, -0.001995> - 2308: <-0.003281, 0.007684, -0.001619> - 2309: <-0.002890, 0.007817, -0.001635> - 2310: <-0.002868, 0.007740, -0.002035> - 2311: <-0.003255, 0.007610, -0.002015> - 2312: <-0.002890, 0.007817, -0.001635> - 2313: <-0.002492, 0.007932, -0.001650> - 2314: <-0.002473, 0.007854, -0.002053> - 2315: <-0.002868, 0.007740, -0.002035> - 2316: <-0.002492, 0.007932, -0.001650> - 2317: <-0.002086, 0.008029, -0.001663> - 2318: <-0.002071, 0.007950, -0.002071> - 2319: <-0.002473, 0.007854, -0.002053> - 2320: <-0.002086, 0.008029, -0.001663> - 2321: <-0.001676, 0.008109, -0.001676> - 2322: <-0.001663, 0.008029, -0.002086> - 2323: <-0.002071, 0.007950, -0.002071> - 2324: <-0.001676, 0.008109, -0.001676> - 2325: <-0.001261, 0.008171, -0.001686> - 2326: <-0.001252, 0.008090, -0.002099> - 2327: <-0.001663, 0.008029, -0.002086> - 2328: <-0.001261, 0.008171, -0.001686> - 2329: <-0.000842, 0.008215, -0.001694> - 2330: <-0.000836, 0.008134, -0.002109> - 2331: <-0.001252, 0.008090, -0.002099> - 2332: <-0.000842, 0.008215, -0.001694> - 2333: <-0.000422, 0.008242, -0.001699> - 2334: <-0.000419, 0.008161, -0.002116> - 2335: <-0.000836, 0.008134, -0.002109> - 2336: <-0.000422, 0.008242, -0.001699> - 2337: < 0.000000, 0.008251, -0.001701> - 2338: < 0.000000, 0.008169, -0.002118> - 2339: <-0.000419, 0.008161, -0.002116> - 2340: < 0.000000, 0.008251, -0.001701> - 2341: < 0.000422, 0.008242, -0.001699> - 2342: < 0.000419, 0.008161, -0.002116> - 2343: < 0.000000, 0.008169, -0.002118> - 2344: < 0.000422, 0.008242, -0.001699> - 2345: < 0.000842, 0.008215, -0.001694> - 2346: < 0.000836, 0.008134, -0.002109> - 2347: < 0.000419, 0.008161, -0.002116> - 2348: < 0.000842, 0.008215, -0.001694> - 2349: < 0.001261, 0.008171, -0.001686> - 2350: < 0.001252, 0.008090, -0.002099> - 2351: < 0.000836, 0.008134, -0.002109> - 2352: < 0.001261, 0.008171, -0.001686> - 2353: < 0.001676, 0.008109, -0.001676> - 2354: < 0.001663, 0.008029, -0.002086> - 2355: < 0.001252, 0.008090, -0.002099> - 2356: < 0.001676, 0.008109, -0.001676> - 2357: < 0.002086, 0.008029, -0.001663> - 2358: < 0.002071, 0.007950, -0.002071> - 2359: < 0.001663, 0.008029, -0.002086> - 2360: < 0.002086, 0.008029, -0.001663> - 2361: < 0.002492, 0.007932, -0.001650> - 2362: < 0.002473, 0.007854, -0.002053> - 2363: < 0.002071, 0.007950, -0.002071> - 2364: < 0.002492, 0.007932, -0.001650> - 2365: < 0.002890, 0.007817, -0.001635> - 2366: < 0.002868, 0.007740, -0.002035> - 2367: < 0.002473, 0.007854, -0.002053> - 2368: < 0.002890, 0.007817, -0.001635> - 2369: < 0.003281, 0.007684, -0.001619> - 2370: < 0.003255, 0.007610, -0.002015> - 2371: < 0.002868, 0.007740, -0.002035> - 2372: < 0.003281, 0.007684, -0.001619> - 2373: < 0.003663, 0.007535, -0.001603> - 2374: < 0.003634, 0.007462, -0.001995> - 2375: < 0.003255, 0.007610, -0.002015> - 2376: < 0.003663, 0.007535, -0.001603> - 2377: < 0.004034, 0.007367, -0.001588> - 2378: < 0.004002, 0.007297, -0.001975> - 2379: < 0.003634, 0.007462, -0.001995> - 2380: < 0.004034, 0.007367, -0.001588> - 2381: < 0.004395, 0.007183, -0.001574> - 2382: < 0.004360, 0.007115, -0.001957> - 2383: < 0.004002, 0.007297, -0.001975> - 2384: < 0.004395, 0.007183, -0.001574> - 2385: < 0.004744, 0.006980, -0.001561> - 2386: < 0.004705, 0.006915, -0.001940> - 2387: < 0.004360, 0.007115, -0.001957> - 2388: < 0.004744, 0.006980, -0.001561> - 2389: < 0.005080, 0.006761, -0.001550> - 2390: < 0.005037, 0.006698, -0.001926> - 2391: < 0.004705, 0.006915, -0.001940> - 2392: < 0.005080, 0.006761, -0.001550> - 2393: < 0.005401, 0.006523, -0.001541> - 2394: < 0.005355, 0.006464, -0.001915> - 2395: < 0.005037, 0.006698, -0.001926> - 2396: < 0.005401, 0.006523, -0.001541> - 2397: < 0.005707, 0.006269, -0.001536> - 2398: < 0.005657, 0.006212, -0.001908> - 2399: < 0.005355, 0.006464, -0.001915> - 2400: <-0.005657, 0.006212, -0.001908> - 2401: <-0.005355, 0.006464, -0.001915> - 2402: <-0.005301, 0.006393, -0.002281> - 2403: <-0.005599, 0.006146, -0.002272> - 2404: <-0.005355, 0.006464, -0.001915> - 2405: <-0.005037, 0.006698, -0.001926> - 2406: <-0.004987, 0.006623, -0.002295> - 2407: <-0.005301, 0.006393, -0.002281> - 2408: <-0.005037, 0.006698, -0.001926> - 2409: <-0.004705, 0.006915, -0.001940> - 2410: <-0.004659, 0.006836, -0.002313> - 2411: <-0.004987, 0.006623, -0.002295> - 2412: <-0.004705, 0.006915, -0.001940> - 2413: <-0.004360, 0.007115, -0.001957> - 2414: <-0.004318, 0.007033, -0.002333> - 2415: <-0.004659, 0.006836, -0.002313> - 2416: <-0.004360, 0.007115, -0.001957> - 2417: <-0.004002, 0.007297, -0.001975> - 2418: <-0.003965, 0.007212, -0.002356> - 2419: <-0.004318, 0.007033, -0.002333> - 2420: <-0.004002, 0.007297, -0.001975> - 2421: <-0.003634, 0.007462, -0.001995> - 2422: <-0.003601, 0.007374, -0.002380> - 2423: <-0.003965, 0.007212, -0.002356> - 2424: <-0.003634, 0.007462, -0.001995> - 2425: <-0.003255, 0.007610, -0.002015> - 2426: <-0.003227, 0.007519, -0.002405> - 2427: <-0.003601, 0.007374, -0.002380> - 2428: <-0.003255, 0.007610, -0.002015> - 2429: <-0.002868, 0.007740, -0.002035> - 2430: <-0.002843, 0.007648, -0.002429> - 2431: <-0.003227, 0.007519, -0.002405> - 2432: <-0.002868, 0.007740, -0.002035> - 2433: <-0.002473, 0.007854, -0.002053> - 2434: <-0.002452, 0.007759, -0.002452> - 2435: <-0.002843, 0.007648, -0.002429> - 2436: <-0.002473, 0.007854, -0.002053> - 2437: <-0.002071, 0.007950, -0.002071> - 2438: <-0.002053, 0.007854, -0.002473> - 2439: <-0.002452, 0.007759, -0.002452> - 2440: <-0.002071, 0.007950, -0.002071> - 2441: <-0.001663, 0.008029, -0.002086> - 2442: <-0.001650, 0.007932, -0.002492> - 2443: <-0.002053, 0.007854, -0.002473> - 2444: <-0.001663, 0.008029, -0.002086> - 2445: <-0.001252, 0.008090, -0.002099> - 2446: <-0.001241, 0.007992, -0.002507> - 2447: <-0.001650, 0.007932, -0.002492> - 2448: <-0.001252, 0.008090, -0.002099> - 2449: <-0.000836, 0.008134, -0.002109> - 2450: <-0.000829, 0.008036, -0.002519> - 2451: <-0.001241, 0.007992, -0.002507> - 2452: <-0.000836, 0.008134, -0.002109> - 2453: <-0.000419, 0.008161, -0.002116> - 2454: <-0.000415, 0.008062, -0.002527> - 2455: <-0.000829, 0.008036, -0.002519> - 2456: <-0.000419, 0.008161, -0.002116> - 2457: < 0.000000, 0.008169, -0.002118> - 2458: < 0.000000, 0.008070, -0.002530> - 2459: <-0.000415, 0.008062, -0.002527> - 2460: < 0.000000, 0.008169, -0.002118> - 2461: < 0.000419, 0.008161, -0.002116> - 2462: < 0.000415, 0.008062, -0.002527> - 2463: < 0.000000, 0.008070, -0.002530> - 2464: < 0.000419, 0.008161, -0.002116> - 2465: < 0.000836, 0.008134, -0.002109> - 2466: < 0.000829, 0.008036, -0.002519> - 2467: < 0.000415, 0.008062, -0.002527> - 2468: < 0.000836, 0.008134, -0.002109> - 2469: < 0.001252, 0.008090, -0.002099> - 2470: < 0.001241, 0.007992, -0.002507> - 2471: < 0.000829, 0.008036, -0.002519> - 2472: < 0.001252, 0.008090, -0.002099> - 2473: < 0.001663, 0.008029, -0.002086> - 2474: < 0.001650, 0.007932, -0.002492> - 2475: < 0.001241, 0.007992, -0.002507> - 2476: < 0.001663, 0.008029, -0.002086> - 2477: < 0.002071, 0.007950, -0.002071> - 2478: < 0.002053, 0.007854, -0.002473> - 2479: < 0.001650, 0.007932, -0.002492> - 2480: < 0.002071, 0.007950, -0.002071> - 2481: < 0.002473, 0.007854, -0.002053> - 2482: < 0.002452, 0.007759, -0.002452> - 2483: < 0.002053, 0.007854, -0.002473> - 2484: < 0.002473, 0.007854, -0.002053> - 2485: < 0.002868, 0.007740, -0.002035> - 2486: < 0.002843, 0.007648, -0.002429> - 2487: < 0.002452, 0.007759, -0.002452> - 2488: < 0.002868, 0.007740, -0.002035> - 2489: < 0.003255, 0.007610, -0.002015> - 2490: < 0.003227, 0.007519, -0.002405> - 2491: < 0.002843, 0.007648, -0.002429> - 2492: < 0.003255, 0.007610, -0.002015> - 2493: < 0.003634, 0.007462, -0.001995> - 2494: < 0.003601, 0.007374, -0.002380> - 2495: < 0.003227, 0.007519, -0.002405> - 2496: < 0.003634, 0.007462, -0.001995> - 2497: < 0.004002, 0.007297, -0.001975> - 2498: < 0.003965, 0.007212, -0.002356> - 2499: < 0.003601, 0.007374, -0.002380> - 2500: < 0.004002, 0.007297, -0.001975> - 2501: < 0.004360, 0.007115, -0.001957> - 2502: < 0.004318, 0.007033, -0.002333> - 2503: < 0.003965, 0.007212, -0.002356> - 2504: < 0.004360, 0.007115, -0.001957> - 2505: < 0.004705, 0.006915, -0.001940> - 2506: < 0.004659, 0.006836, -0.002313> - 2507: < 0.004318, 0.007033, -0.002333> - 2508: < 0.004705, 0.006915, -0.001940> - 2509: < 0.005037, 0.006698, -0.001926> - 2510: < 0.004987, 0.006623, -0.002295> - 2511: < 0.004659, 0.006836, -0.002313> - 2512: < 0.005037, 0.006698, -0.001926> - 2513: < 0.005355, 0.006464, -0.001915> - 2514: < 0.005301, 0.006393, -0.002281> - 2515: < 0.004987, 0.006623, -0.002295> - 2516: < 0.005355, 0.006464, -0.001915> - 2517: < 0.005657, 0.006212, -0.001908> - 2518: < 0.005599, 0.006146, -0.002272> - 2519: < 0.005301, 0.006393, -0.002281> - 2520: <-0.005599, 0.006146, -0.002272> - 2521: <-0.005301, 0.006393, -0.002281> - 2522: <-0.005240, 0.006311, -0.002638> - 2523: <-0.005533, 0.006069, -0.002627> - 2524: <-0.005301, 0.006393, -0.002281> - 2525: <-0.004987, 0.006623, -0.002295> - 2526: <-0.004931, 0.006537, -0.002655> - 2527: <-0.005240, 0.006311, -0.002638> - 2528: <-0.004987, 0.006623, -0.002295> - 2529: <-0.004659, 0.006836, -0.002313> - 2530: <-0.004609, 0.006745, -0.002676> - 2531: <-0.004931, 0.006537, -0.002655> - 2532: <-0.004659, 0.006836, -0.002313> - 2533: <-0.004318, 0.007033, -0.002333> - 2534: <-0.004273, 0.006937, -0.002701> - 2535: <-0.004609, 0.006745, -0.002676> - 2536: <-0.004318, 0.007033, -0.002333> - 2537: <-0.003965, 0.007212, -0.002356> - 2538: <-0.003924, 0.007112, -0.002729> - 2539: <-0.004273, 0.006937, -0.002701> - 2540: <-0.003965, 0.007212, -0.002356> - 2541: <-0.003601, 0.007374, -0.002380> - 2542: <-0.003565, 0.007270, -0.002758> - 2543: <-0.003924, 0.007112, -0.002729> - 2544: <-0.003601, 0.007374, -0.002380> - 2545: <-0.003227, 0.007519, -0.002405> - 2546: <-0.003195, 0.007412, -0.002787> - 2547: <-0.003565, 0.007270, -0.002758> - 2548: <-0.003227, 0.007519, -0.002405> - 2549: <-0.002843, 0.007648, -0.002429> - 2550: <-0.002816, 0.007538, -0.002816> - 2551: <-0.003195, 0.007412, -0.002787> - 2552: <-0.002843, 0.007648, -0.002429> - 2553: <-0.002452, 0.007759, -0.002452> - 2554: <-0.002429, 0.007648, -0.002843> - 2555: <-0.002816, 0.007538, -0.002816> - 2556: <-0.002452, 0.007759, -0.002452> - 2557: <-0.002053, 0.007854, -0.002473> - 2558: <-0.002035, 0.007740, -0.002868> - 2559: <-0.002429, 0.007648, -0.002843> - 2560: <-0.002053, 0.007854, -0.002473> - 2561: <-0.001650, 0.007932, -0.002492> - 2562: <-0.001635, 0.007817, -0.002890> - 2563: <-0.002035, 0.007740, -0.002868> - 2564: <-0.001650, 0.007932, -0.002492> - 2565: <-0.001241, 0.007992, -0.002507> - 2566: <-0.001230, 0.007876, -0.002908> - 2567: <-0.001635, 0.007817, -0.002890> - 2568: <-0.001241, 0.007992, -0.002507> - 2569: <-0.000829, 0.008036, -0.002519> - 2570: <-0.000822, 0.007919, -0.002922> - 2571: <-0.001230, 0.007876, -0.002908> - 2572: <-0.000829, 0.008036, -0.002519> - 2573: <-0.000415, 0.008062, -0.002527> - 2574: <-0.000412, 0.007945, -0.002931> - 2575: <-0.000822, 0.007919, -0.002922> - 2576: <-0.000415, 0.008062, -0.002527> - 2577: < 0.000000, 0.008070, -0.002530> - 2578: < 0.000000, 0.007953, -0.002934> - 2579: <-0.000412, 0.007945, -0.002931> - 2580: < 0.000000, 0.008070, -0.002530> - 2581: < 0.000415, 0.008062, -0.002527> - 2582: < 0.000412, 0.007945, -0.002931> - 2583: < 0.000000, 0.007953, -0.002934> - 2584: < 0.000415, 0.008062, -0.002527> - 2585: < 0.000829, 0.008036, -0.002519> - 2586: < 0.000822, 0.007919, -0.002922> - 2587: < 0.000412, 0.007945, -0.002931> - 2588: < 0.000829, 0.008036, -0.002519> - 2589: < 0.001241, 0.007992, -0.002507> - 2590: < 0.001230, 0.007876, -0.002908> - 2591: < 0.000822, 0.007919, -0.002922> - 2592: < 0.001241, 0.007992, -0.002507> - 2593: < 0.001650, 0.007932, -0.002492> - 2594: < 0.001635, 0.007817, -0.002890> - 2595: < 0.001230, 0.007876, -0.002908> - 2596: < 0.001650, 0.007932, -0.002492> - 2597: < 0.002053, 0.007854, -0.002473> - 2598: < 0.002035, 0.007740, -0.002868> - 2599: < 0.001635, 0.007817, -0.002890> - 2600: < 0.002053, 0.007854, -0.002473> - 2601: < 0.002452, 0.007759, -0.002452> - 2602: < 0.002429, 0.007648, -0.002843> - 2603: < 0.002035, 0.007740, -0.002868> - 2604: < 0.002452, 0.007759, -0.002452> - 2605: < 0.002843, 0.007648, -0.002429> - 2606: < 0.002816, 0.007538, -0.002816> - 2607: < 0.002429, 0.007648, -0.002843> - 2608: < 0.002843, 0.007648, -0.002429> - 2609: < 0.003227, 0.007519, -0.002405> - 2610: < 0.003195, 0.007412, -0.002787> - 2611: < 0.002816, 0.007538, -0.002816> - 2612: < 0.003227, 0.007519, -0.002405> - 2613: < 0.003601, 0.007374, -0.002380> - 2614: < 0.003565, 0.007270, -0.002758> - 2615: < 0.003195, 0.007412, -0.002787> - 2616: < 0.003601, 0.007374, -0.002380> - 2617: < 0.003965, 0.007212, -0.002356> - 2618: < 0.003924, 0.007112, -0.002729> - 2619: < 0.003565, 0.007270, -0.002758> - 2620: < 0.003965, 0.007212, -0.002356> - 2621: < 0.004318, 0.007033, -0.002333> - 2622: < 0.004273, 0.006937, -0.002701> - 2623: < 0.003924, 0.007112, -0.002729> - 2624: < 0.004318, 0.007033, -0.002333> - 2625: < 0.004659, 0.006836, -0.002313> - 2626: < 0.004609, 0.006745, -0.002676> - 2627: < 0.004273, 0.006937, -0.002701> - 2628: < 0.004659, 0.006836, -0.002313> - 2629: < 0.004987, 0.006623, -0.002295> - 2630: < 0.004931, 0.006537, -0.002655> - 2631: < 0.004609, 0.006745, -0.002676> - 2632: < 0.004987, 0.006623, -0.002295> - 2633: < 0.005301, 0.006393, -0.002281> - 2634: < 0.005240, 0.006311, -0.002638> - 2635: < 0.004931, 0.006537, -0.002655> - 2636: < 0.005301, 0.006393, -0.002281> - 2637: < 0.005599, 0.006146, -0.002272> - 2638: < 0.005533, 0.006069, -0.002627> - 2639: < 0.005240, 0.006311, -0.002638> - 2640: <-0.005533, 0.006069, -0.002627> - 2641: <-0.005240, 0.006311, -0.002638> - 2642: <-0.005172, 0.006219, -0.002984> - 2643: <-0.005459, 0.005983, -0.002971> - 2644: <-0.005240, 0.006311, -0.002638> - 2645: <-0.004931, 0.006537, -0.002655> - 2646: <-0.004870, 0.006439, -0.003004> - 2647: <-0.005172, 0.006219, -0.002984> - 2648: <-0.004931, 0.006537, -0.002655> - 2649: <-0.004609, 0.006745, -0.002676> - 2650: <-0.004553, 0.006641, -0.003030> - 2651: <-0.004870, 0.006439, -0.003004> - 2652: <-0.004609, 0.006745, -0.002676> - 2653: <-0.004273, 0.006937, -0.002701> - 2654: <-0.004223, 0.006828, -0.003060> - 2655: <-0.004553, 0.006641, -0.003030> - 2656: <-0.004273, 0.006937, -0.002701> - 2657: <-0.003924, 0.007112, -0.002729> - 2658: <-0.003880, 0.006998, -0.003093> - 2659: <-0.004223, 0.006828, -0.003060> - 2660: <-0.003924, 0.007112, -0.002729> - 2661: <-0.003565, 0.007270, -0.002758> - 2662: <-0.003526, 0.007152, -0.003127> - 2663: <-0.003880, 0.006998, -0.003093> - 2664: <-0.003565, 0.007270, -0.002758> - 2665: <-0.003195, 0.007412, -0.002787> - 2666: <-0.003162, 0.007290, -0.003162> - 2667: <-0.003526, 0.007152, -0.003127> - 2668: <-0.003195, 0.007412, -0.002787> - 2669: <-0.002816, 0.007538, -0.002816> - 2670: <-0.002787, 0.007412, -0.003195> - 2671: <-0.003162, 0.007290, -0.003162> - 2672: <-0.002816, 0.007538, -0.002816> - 2673: <-0.002429, 0.007648, -0.002843> - 2674: <-0.002405, 0.007519, -0.003227> - 2675: <-0.002787, 0.007412, -0.003195> - 2676: <-0.002429, 0.007648, -0.002843> - 2677: <-0.002035, 0.007740, -0.002868> - 2678: <-0.002015, 0.007610, -0.003255> - 2679: <-0.002405, 0.007519, -0.003227> - 2680: <-0.002035, 0.007740, -0.002868> - 2681: <-0.001635, 0.007817, -0.002890> - 2682: <-0.001619, 0.007684, -0.003281> - 2683: <-0.002015, 0.007610, -0.003255> - 2684: <-0.001635, 0.007817, -0.002890> - 2685: <-0.001230, 0.007876, -0.002908> - 2686: <-0.001219, 0.007743, -0.003302> - 2687: <-0.001619, 0.007684, -0.003281> - 2688: <-0.001230, 0.007876, -0.002908> - 2689: <-0.000822, 0.007919, -0.002922> - 2690: <-0.000814, 0.007785, -0.003318> - 2691: <-0.001219, 0.007743, -0.003302> - 2692: <-0.000822, 0.007919, -0.002922> - 2693: <-0.000412, 0.007945, -0.002931> - 2694: <-0.000408, 0.007810, -0.003328> - 2695: <-0.000814, 0.007785, -0.003318> - 2696: <-0.000412, 0.007945, -0.002931> - 2697: < 0.000000, 0.007953, -0.002934> - 2698: < 0.000000, 0.007818, -0.003331> - 2699: <-0.000408, 0.007810, -0.003328> - 2700: < 0.000000, 0.007953, -0.002934> - 2701: < 0.000412, 0.007945, -0.002931> - 2702: < 0.000408, 0.007810, -0.003328> - 2703: < 0.000000, 0.007818, -0.003331> - 2704: < 0.000412, 0.007945, -0.002931> - 2705: < 0.000822, 0.007919, -0.002922> - 2706: < 0.000814, 0.007785, -0.003318> - 2707: < 0.000408, 0.007810, -0.003328> - 2708: < 0.000822, 0.007919, -0.002922> - 2709: < 0.001230, 0.007876, -0.002908> - 2710: < 0.001219, 0.007743, -0.003302> - 2711: < 0.000814, 0.007785, -0.003318> - 2712: < 0.001230, 0.007876, -0.002908> - 2713: < 0.001635, 0.007817, -0.002890> - 2714: < 0.001619, 0.007684, -0.003281> - 2715: < 0.001219, 0.007743, -0.003302> - 2716: < 0.001635, 0.007817, -0.002890> - 2717: < 0.002035, 0.007740, -0.002868> - 2718: < 0.002015, 0.007610, -0.003255> - 2719: < 0.001619, 0.007684, -0.003281> - 2720: < 0.002035, 0.007740, -0.002868> - 2721: < 0.002429, 0.007648, -0.002843> - 2722: < 0.002405, 0.007519, -0.003227> - 2723: < 0.002015, 0.007610, -0.003255> - 2724: < 0.002429, 0.007648, -0.002843> - 2725: < 0.002816, 0.007538, -0.002816> - 2726: < 0.002787, 0.007412, -0.003195> - 2727: < 0.002405, 0.007519, -0.003227> - 2728: < 0.002816, 0.007538, -0.002816> - 2729: < 0.003195, 0.007412, -0.002787> - 2730: < 0.003162, 0.007290, -0.003162> - 2731: < 0.002787, 0.007412, -0.003195> - 2732: < 0.003195, 0.007412, -0.002787> - 2733: < 0.003565, 0.007270, -0.002758> - 2734: < 0.003526, 0.007152, -0.003127> - 2735: < 0.003162, 0.007290, -0.003162> - 2736: < 0.003565, 0.007270, -0.002758> - 2737: < 0.003924, 0.007112, -0.002729> - 2738: < 0.003880, 0.006998, -0.003093> - 2739: < 0.003526, 0.007152, -0.003127> - 2740: < 0.003924, 0.007112, -0.002729> - 2741: < 0.004273, 0.006937, -0.002701> - 2742: < 0.004223, 0.006828, -0.003060> - 2743: < 0.003880, 0.006998, -0.003093> - 2744: < 0.004273, 0.006937, -0.002701> - 2745: < 0.004609, 0.006745, -0.002676> - 2746: < 0.004553, 0.006641, -0.003030> - 2747: < 0.004223, 0.006828, -0.003060> - 2748: < 0.004609, 0.006745, -0.002676> - 2749: < 0.004931, 0.006537, -0.002655> - 2750: < 0.004870, 0.006439, -0.003004> - 2751: < 0.004553, 0.006641, -0.003030> - 2752: < 0.004931, 0.006537, -0.002655> - 2753: < 0.005240, 0.006311, -0.002638> - 2754: < 0.005172, 0.006219, -0.002984> - 2755: < 0.004870, 0.006439, -0.003004> - 2756: < 0.005240, 0.006311, -0.002638> - 2757: < 0.005533, 0.006069, -0.002627> - 2758: < 0.005459, 0.005983, -0.002971> - 2759: < 0.005172, 0.006219, -0.002984> - 2760: <-0.005459, 0.005983, -0.002971> - 2761: <-0.005172, 0.006219, -0.002984> - 2762: <-0.005099, 0.006117, -0.003318> - 2763: <-0.005379, 0.005888, -0.003302> - 2764: <-0.005172, 0.006219, -0.002984> - 2765: <-0.004870, 0.006439, -0.003004> - 2766: <-0.004804, 0.006329, -0.003342> - 2767: <-0.005099, 0.006117, -0.003318> - 2768: <-0.004870, 0.006439, -0.003004> - 2769: <-0.004553, 0.006641, -0.003030> - 2770: <-0.004494, 0.006525, -0.003372> - 2771: <-0.004804, 0.006329, -0.003342> - 2772: <-0.004553, 0.006641, -0.003030> - 2773: <-0.004223, 0.006828, -0.003060> - 2774: <-0.004170, 0.006705, -0.003407> - 2775: <-0.004494, 0.006525, -0.003372> - 2776: <-0.004223, 0.006828, -0.003060> - 2777: <-0.003880, 0.006998, -0.003093> - 2778: <-0.003834, 0.006870, -0.003446> - 2779: <-0.004170, 0.006705, -0.003407> - 2780: <-0.003880, 0.006998, -0.003093> - 2781: <-0.003526, 0.007152, -0.003127> - 2782: <-0.003486, 0.007018, -0.003486> - 2783: <-0.003834, 0.006870, -0.003446> - 2784: <-0.003526, 0.007152, -0.003127> - 2785: <-0.003162, 0.007290, -0.003162> - 2786: <-0.003127, 0.007152, -0.003526> - 2787: <-0.003486, 0.007018, -0.003486> - 2788: <-0.003162, 0.007290, -0.003162> - 2789: <-0.002787, 0.007412, -0.003195> - 2790: <-0.002758, 0.007270, -0.003565> - 2791: <-0.003127, 0.007152, -0.003526> - 2792: <-0.002787, 0.007412, -0.003195> - 2793: <-0.002405, 0.007519, -0.003227> - 2794: <-0.002380, 0.007374, -0.003601> - 2795: <-0.002758, 0.007270, -0.003565> - 2796: <-0.002405, 0.007519, -0.003227> - 2797: <-0.002015, 0.007610, -0.003255> - 2798: <-0.001995, 0.007462, -0.003634> - 2799: <-0.002380, 0.007374, -0.003601> - 2800: <-0.002015, 0.007610, -0.003255> - 2801: <-0.001619, 0.007684, -0.003281> - 2802: <-0.001603, 0.007535, -0.003663> - 2803: <-0.001995, 0.007462, -0.003634> - 2804: <-0.001619, 0.007684, -0.003281> - 2805: <-0.001219, 0.007743, -0.003302> - 2806: <-0.001207, 0.007591, -0.003686> - 2807: <-0.001603, 0.007535, -0.003663> - 2808: <-0.001219, 0.007743, -0.003302> - 2809: <-0.000814, 0.007785, -0.003318> - 2810: <-0.000807, 0.007632, -0.003704> - 2811: <-0.001207, 0.007591, -0.003686> - 2812: <-0.000814, 0.007785, -0.003318> - 2813: <-0.000408, 0.007810, -0.003328> - 2814: <-0.000404, 0.007657, -0.003716> - 2815: <-0.000807, 0.007632, -0.003704> - 2816: <-0.000408, 0.007810, -0.003328> - 2817: < 0.000000, 0.007818, -0.003331> - 2818: < 0.000000, 0.007665, -0.003720> - 2819: <-0.000404, 0.007657, -0.003716> - 2820: < 0.000000, 0.007818, -0.003331> - 2821: < 0.000408, 0.007810, -0.003328> - 2822: < 0.000404, 0.007657, -0.003716> - 2823: < 0.000000, 0.007665, -0.003720> - 2824: < 0.000408, 0.007810, -0.003328> - 2825: < 0.000814, 0.007785, -0.003318> - 2826: < 0.000807, 0.007632, -0.003704> - 2827: < 0.000404, 0.007657, -0.003716> - 2828: < 0.000814, 0.007785, -0.003318> - 2829: < 0.001219, 0.007743, -0.003302> - 2830: < 0.001207, 0.007591, -0.003686> - 2831: < 0.000807, 0.007632, -0.003704> - 2832: < 0.001219, 0.007743, -0.003302> - 2833: < 0.001619, 0.007684, -0.003281> - 2834: < 0.001603, 0.007535, -0.003663> - 2835: < 0.001207, 0.007591, -0.003686> - 2836: < 0.001619, 0.007684, -0.003281> - 2837: < 0.002015, 0.007610, -0.003255> - 2838: < 0.001995, 0.007462, -0.003634> - 2839: < 0.001603, 0.007535, -0.003663> - 2840: < 0.002015, 0.007610, -0.003255> - 2841: < 0.002405, 0.007519, -0.003227> - 2842: < 0.002380, 0.007374, -0.003601> - 2843: < 0.001995, 0.007462, -0.003634> - 2844: < 0.002405, 0.007519, -0.003227> - 2845: < 0.002787, 0.007412, -0.003195> - 2846: < 0.002758, 0.007270, -0.003565> - 2847: < 0.002380, 0.007374, -0.003601> - 2848: < 0.002787, 0.007412, -0.003195> - 2849: < 0.003162, 0.007290, -0.003162> - 2850: < 0.003127, 0.007152, -0.003526> - 2851: < 0.002758, 0.007270, -0.003565> - 2852: < 0.003162, 0.007290, -0.003162> - 2853: < 0.003526, 0.007152, -0.003127> - 2854: < 0.003486, 0.007018, -0.003486> - 2855: < 0.003127, 0.007152, -0.003526> - 2856: < 0.003526, 0.007152, -0.003127> - 2857: < 0.003880, 0.006998, -0.003093> - 2858: < 0.003834, 0.006870, -0.003446> - 2859: < 0.003486, 0.007018, -0.003486> - 2860: < 0.003880, 0.006998, -0.003093> - 2861: < 0.004223, 0.006828, -0.003060> - 2862: < 0.004170, 0.006705, -0.003407> - 2863: < 0.003834, 0.006870, -0.003446> - 2864: < 0.004223, 0.006828, -0.003060> - 2865: < 0.004553, 0.006641, -0.003030> - 2866: < 0.004494, 0.006525, -0.003372> - 2867: < 0.004170, 0.006705, -0.003407> - 2868: < 0.004553, 0.006641, -0.003030> - 2869: < 0.004870, 0.006439, -0.003004> - 2870: < 0.004804, 0.006329, -0.003342> - 2871: < 0.004494, 0.006525, -0.003372> - 2872: < 0.004870, 0.006439, -0.003004> - 2873: < 0.005172, 0.006219, -0.002984> - 2874: < 0.005099, 0.006117, -0.003318> - 2875: < 0.004804, 0.006329, -0.003342> - 2876: < 0.005172, 0.006219, -0.002984> - 2877: < 0.005459, 0.005983, -0.002971> - 2878: < 0.005379, 0.005888, -0.003302> - 2879: < 0.005099, 0.006117, -0.003318> - 2880: <-0.005379, 0.005888, -0.003302> - 2881: <-0.005099, 0.006117, -0.003318> - 2882: <-0.005023, 0.006006, -0.003637> - 2883: <-0.005294, 0.005786, -0.003619> - 2884: <-0.005099, 0.006117, -0.003318> - 2885: <-0.004804, 0.006329, -0.003342> - 2886: <-0.004736, 0.006210, -0.003666> - 2887: <-0.005023, 0.006006, -0.003637> - 2888: <-0.004804, 0.006329, -0.003342> - 2889: <-0.004494, 0.006525, -0.003372> - 2890: <-0.004434, 0.006397, -0.003701> - 2891: <-0.004736, 0.006210, -0.003666> - 2892: <-0.004494, 0.006525, -0.003372> - 2893: <-0.004170, 0.006705, -0.003407> - 2894: <-0.004117, 0.006570, -0.003743> - 2895: <-0.004434, 0.006397, -0.003701> - 2896: <-0.004170, 0.006705, -0.003407> - 2897: <-0.003834, 0.006870, -0.003446> - 2898: <-0.003788, 0.006727, -0.003788> - 2899: <-0.004117, 0.006570, -0.003743> - 2900: <-0.003834, 0.006870, -0.003446> - 2901: <-0.003486, 0.007018, -0.003486> - 2902: <-0.003446, 0.006870, -0.003834> - 2903: <-0.003788, 0.006727, -0.003788> - 2904: <-0.003486, 0.007018, -0.003486> - 2905: <-0.003127, 0.007152, -0.003526> - 2906: <-0.003093, 0.006998, -0.003880> - 2907: <-0.003446, 0.006870, -0.003834> - 2908: <-0.003127, 0.007152, -0.003526> - 2909: <-0.002758, 0.007270, -0.003565> - 2910: <-0.002729, 0.007112, -0.003924> - 2911: <-0.003093, 0.006998, -0.003880> - 2912: <-0.002758, 0.007270, -0.003565> - 2913: <-0.002380, 0.007374, -0.003601> - 2914: <-0.002356, 0.007212, -0.003965> - 2915: <-0.002729, 0.007112, -0.003924> - 2916: <-0.002380, 0.007374, -0.003601> - 2917: <-0.001995, 0.007462, -0.003634> - 2918: <-0.001975, 0.007297, -0.004002> - 2919: <-0.002356, 0.007212, -0.003965> - 2920: <-0.001995, 0.007462, -0.003634> - 2921: <-0.001603, 0.007535, -0.003663> - 2922: <-0.001588, 0.007367, -0.004034> - 2923: <-0.001975, 0.007297, -0.004002> - 2924: <-0.001603, 0.007535, -0.003663> - 2925: <-0.001207, 0.007591, -0.003686> - 2926: <-0.001196, 0.007423, -0.004061> - 2927: <-0.001588, 0.007367, -0.004034> - 2928: <-0.001207, 0.007591, -0.003686> - 2929: <-0.000807, 0.007632, -0.003704> - 2930: <-0.000799, 0.007462, -0.004081> - 2931: <-0.001196, 0.007423, -0.004061> - 2932: <-0.000807, 0.007632, -0.003704> - 2933: <-0.000404, 0.007657, -0.003716> - 2934: <-0.000400, 0.007487, -0.004093> - 2935: <-0.000799, 0.007462, -0.004081> - 2936: <-0.000404, 0.007657, -0.003716> - 2937: < 0.000000, 0.007665, -0.003720> - 2938: < 0.000000, 0.007495, -0.004098> - 2939: <-0.000400, 0.007487, -0.004093> - 2940: < 0.000000, 0.007665, -0.003720> - 2941: < 0.000404, 0.007657, -0.003716> - 2942: < 0.000400, 0.007487, -0.004093> - 2943: < 0.000000, 0.007495, -0.004098> - 2944: < 0.000404, 0.007657, -0.003716> - 2945: < 0.000807, 0.007632, -0.003704> - 2946: < 0.000799, 0.007462, -0.004081> - 2947: < 0.000400, 0.007487, -0.004093> - 2948: < 0.000807, 0.007632, -0.003704> - 2949: < 0.001207, 0.007591, -0.003686> - 2950: < 0.001196, 0.007423, -0.004061> - 2951: < 0.000799, 0.007462, -0.004081> - 2952: < 0.001207, 0.007591, -0.003686> - 2953: < 0.001603, 0.007535, -0.003663> - 2954: < 0.001588, 0.007367, -0.004034> - 2955: < 0.001196, 0.007423, -0.004061> - 2956: < 0.001603, 0.007535, -0.003663> - 2957: < 0.001995, 0.007462, -0.003634> - 2958: < 0.001975, 0.007297, -0.004002> - 2959: < 0.001588, 0.007367, -0.004034> - 2960: < 0.001995, 0.007462, -0.003634> - 2961: < 0.002380, 0.007374, -0.003601> - 2962: < 0.002356, 0.007212, -0.003965> - 2963: < 0.001975, 0.007297, -0.004002> - 2964: < 0.002380, 0.007374, -0.003601> - 2965: < 0.002758, 0.007270, -0.003565> - 2966: < 0.002729, 0.007112, -0.003924> - 2967: < 0.002356, 0.007212, -0.003965> - 2968: < 0.002758, 0.007270, -0.003565> - 2969: < 0.003127, 0.007152, -0.003526> - 2970: < 0.003093, 0.006998, -0.003880> - 2971: < 0.002729, 0.007112, -0.003924> - 2972: < 0.003127, 0.007152, -0.003526> - 2973: < 0.003486, 0.007018, -0.003486> - 2974: < 0.003446, 0.006870, -0.003834> - 2975: < 0.003093, 0.006998, -0.003880> - 2976: < 0.003486, 0.007018, -0.003486> - 2977: < 0.003834, 0.006870, -0.003446> - 2978: < 0.003788, 0.006727, -0.003788> - 2979: < 0.003446, 0.006870, -0.003834> - 2980: < 0.003834, 0.006870, -0.003446> - 2981: < 0.004170, 0.006705, -0.003407> - 2982: < 0.004117, 0.006570, -0.003743> - 2983: < 0.003788, 0.006727, -0.003788> - 2984: < 0.004170, 0.006705, -0.003407> - 2985: < 0.004494, 0.006525, -0.003372> - 2986: < 0.004434, 0.006397, -0.003701> - 2987: < 0.004117, 0.006570, -0.003743> - 2988: < 0.004494, 0.006525, -0.003372> - 2989: < 0.004804, 0.006329, -0.003342> - 2990: < 0.004736, 0.006210, -0.003666> - 2991: < 0.004434, 0.006397, -0.003701> - 2992: < 0.004804, 0.006329, -0.003342> - 2993: < 0.005099, 0.006117, -0.003318> - 2994: < 0.005023, 0.006006, -0.003637> - 2995: < 0.004736, 0.006210, -0.003666> - 2996: < 0.005099, 0.006117, -0.003318> - 2997: < 0.005379, 0.005888, -0.003302> - 2998: < 0.005294, 0.005786, -0.003619> - 2999: < 0.005023, 0.006006, -0.003637> - 3000: <-0.005294, 0.005786, -0.003619> - 3001: <-0.005023, 0.006006, -0.003637> - 3002: <-0.004946, 0.005887, -0.003941> - 3003: <-0.005207, 0.005678, -0.003918> - 3004: <-0.005023, 0.006006, -0.003637> - 3005: <-0.004736, 0.006210, -0.003666> - 3006: <-0.004668, 0.006080, -0.003975> - 3007: <-0.004946, 0.005887, -0.003941> - 3008: <-0.004736, 0.006210, -0.003666> - 3009: <-0.004434, 0.006397, -0.003701> - 3010: <-0.004374, 0.006257, -0.004017> - 3011: <-0.004668, 0.006080, -0.003975> - 3012: <-0.004434, 0.006397, -0.003701> - 3013: <-0.004117, 0.006570, -0.003743> - 3014: <-0.004065, 0.006421, -0.004065> - 3015: <-0.004374, 0.006257, -0.004017> - 3016: <-0.004117, 0.006570, -0.003743> - 3017: <-0.003788, 0.006727, -0.003788> - 3018: <-0.003743, 0.006570, -0.004117> - 3019: <-0.004065, 0.006421, -0.004065> - 3020: <-0.003788, 0.006727, -0.003788> - 3021: <-0.003446, 0.006870, -0.003834> - 3022: <-0.003407, 0.006705, -0.004170> - 3023: <-0.003743, 0.006570, -0.004117> - 3024: <-0.003446, 0.006870, -0.003834> - 3025: <-0.003093, 0.006998, -0.003880> - 3026: <-0.003060, 0.006828, -0.004223> - 3027: <-0.003407, 0.006705, -0.004170> - 3028: <-0.003093, 0.006998, -0.003880> - 3029: <-0.002729, 0.007112, -0.003924> - 3030: <-0.002701, 0.006937, -0.004273> - 3031: <-0.003060, 0.006828, -0.004223> - 3032: <-0.002729, 0.007112, -0.003924> - 3033: <-0.002356, 0.007212, -0.003965> - 3034: <-0.002333, 0.007033, -0.004318> - 3035: <-0.002701, 0.006937, -0.004273> - 3036: <-0.002356, 0.007212, -0.003965> - 3037: <-0.001975, 0.007297, -0.004002> - 3038: <-0.001957, 0.007115, -0.004360> - 3039: <-0.002333, 0.007033, -0.004318> - 3040: <-0.001975, 0.007297, -0.004002> - 3041: <-0.001588, 0.007367, -0.004034> - 3042: <-0.001574, 0.007183, -0.004395> - 3043: <-0.001957, 0.007115, -0.004360> - 3044: <-0.001588, 0.007367, -0.004034> - 3045: <-0.001196, 0.007423, -0.004061> - 3046: <-0.001185, 0.007236, -0.004424> - 3047: <-0.001574, 0.007183, -0.004395> - 3048: <-0.001196, 0.007423, -0.004061> - 3049: <-0.000799, 0.007462, -0.004081> - 3050: <-0.000792, 0.007275, -0.004446> - 3051: <-0.001185, 0.007236, -0.004424> - 3052: <-0.000799, 0.007462, -0.004081> - 3053: <-0.000400, 0.007487, -0.004093> - 3054: <-0.000397, 0.007298, -0.004460> - 3055: <-0.000792, 0.007275, -0.004446> - 3056: <-0.000400, 0.007487, -0.004093> - 3057: < 0.000000, 0.007495, -0.004098> - 3058: < 0.000000, 0.007306, -0.004465> - 3059: <-0.000397, 0.007298, -0.004460> - 3060: < 0.000000, 0.007495, -0.004098> - 3061: < 0.000400, 0.007487, -0.004093> - 3062: < 0.000397, 0.007298, -0.004460> - 3063: < 0.000000, 0.007306, -0.004465> - 3064: < 0.000400, 0.007487, -0.004093> - 3065: < 0.000799, 0.007462, -0.004081> - 3066: < 0.000792, 0.007275, -0.004446> - 3067: < 0.000397, 0.007298, -0.004460> - 3068: < 0.000799, 0.007462, -0.004081> - 3069: < 0.001196, 0.007423, -0.004061> - 3070: < 0.001185, 0.007236, -0.004424> - 3071: < 0.000792, 0.007275, -0.004446> - 3072: < 0.001196, 0.007423, -0.004061> - 3073: < 0.001588, 0.007367, -0.004034> - 3074: < 0.001574, 0.007183, -0.004395> - 3075: < 0.001185, 0.007236, -0.004424> - 3076: < 0.001588, 0.007367, -0.004034> - 3077: < 0.001975, 0.007297, -0.004002> - 3078: < 0.001957, 0.007115, -0.004360> - 3079: < 0.001574, 0.007183, -0.004395> - 3080: < 0.001975, 0.007297, -0.004002> - 3081: < 0.002356, 0.007212, -0.003965> - 3082: < 0.002333, 0.007033, -0.004318> - 3083: < 0.001957, 0.007115, -0.004360> - 3084: < 0.002356, 0.007212, -0.003965> - 3085: < 0.002729, 0.007112, -0.003924> - 3086: < 0.002701, 0.006937, -0.004273> - 3087: < 0.002333, 0.007033, -0.004318> - 3088: < 0.002729, 0.007112, -0.003924> - 3089: < 0.003093, 0.006998, -0.003880> - 3090: < 0.003060, 0.006828, -0.004223> - 3091: < 0.002701, 0.006937, -0.004273> - 3092: < 0.003093, 0.006998, -0.003880> - 3093: < 0.003446, 0.006870, -0.003834> - 3094: < 0.003407, 0.006705, -0.004170> - 3095: < 0.003060, 0.006828, -0.004223> - 3096: < 0.003446, 0.006870, -0.003834> - 3097: < 0.003788, 0.006727, -0.003788> - 3098: < 0.003743, 0.006570, -0.004117> - 3099: < 0.003407, 0.006705, -0.004170> - 3100: < 0.003788, 0.006727, -0.003788> - 3101: < 0.004117, 0.006570, -0.003743> - 3102: < 0.004065, 0.006421, -0.004065> - 3103: < 0.003743, 0.006570, -0.004117> - 3104: < 0.004117, 0.006570, -0.003743> - 3105: < 0.004434, 0.006397, -0.003701> - 3106: < 0.004374, 0.006257, -0.004017> - 3107: < 0.004065, 0.006421, -0.004065> - 3108: < 0.004434, 0.006397, -0.003701> - 3109: < 0.004736, 0.006210, -0.003666> - 3110: < 0.004668, 0.006080, -0.003975> - 3111: < 0.004374, 0.006257, -0.004017> - 3112: < 0.004736, 0.006210, -0.003666> - 3113: < 0.005023, 0.006006, -0.003637> - 3114: < 0.004946, 0.005887, -0.003941> - 3115: < 0.004668, 0.006080, -0.003975> - 3116: < 0.005023, 0.006006, -0.003637> - 3117: < 0.005294, 0.005786, -0.003619> - 3118: < 0.005207, 0.005678, -0.003918> - 3119: < 0.004946, 0.005887, -0.003941> - 3120: <-0.005207, 0.005678, -0.003918> - 3121: <-0.004946, 0.005887, -0.003941> - 3122: <-0.004870, 0.005760, -0.004226> - 3123: <-0.005120, 0.005564, -0.004199> - 3124: <-0.004946, 0.005887, -0.003941> - 3125: <-0.004668, 0.006080, -0.003975> - 3126: <-0.004602, 0.005939, -0.004267> - 3127: <-0.004870, 0.005760, -0.004226> - 3128: <-0.004668, 0.006080, -0.003975> - 3129: <-0.004374, 0.006257, -0.004017> - 3130: <-0.004318, 0.006105, -0.004318> - 3131: <-0.004602, 0.005939, -0.004267> - 3132: <-0.004374, 0.006257, -0.004017> - 3133: <-0.004065, 0.006421, -0.004065> - 3134: <-0.004017, 0.006257, -0.004374> - 3135: <-0.004318, 0.006105, -0.004318> - 3136: <-0.004065, 0.006421, -0.004065> - 3137: <-0.003743, 0.006570, -0.004117> - 3138: <-0.003701, 0.006397, -0.004434> - 3139: <-0.004017, 0.006257, -0.004374> - 3140: <-0.003743, 0.006570, -0.004117> - 3141: <-0.003407, 0.006705, -0.004170> - 3142: <-0.003372, 0.006525, -0.004494> - 3143: <-0.003701, 0.006397, -0.004434> - 3144: <-0.003407, 0.006705, -0.004170> - 3145: <-0.003060, 0.006828, -0.004223> - 3146: <-0.003030, 0.006641, -0.004553> - 3147: <-0.003372, 0.006525, -0.004494> - 3148: <-0.003060, 0.006828, -0.004223> - 3149: <-0.002701, 0.006937, -0.004273> - 3150: <-0.002676, 0.006745, -0.004609> - 3151: <-0.003030, 0.006641, -0.004553> - 3152: <-0.002701, 0.006937, -0.004273> - 3153: <-0.002333, 0.007033, -0.004318> - 3154: <-0.002313, 0.006836, -0.004659> - 3155: <-0.002676, 0.006745, -0.004609> - 3156: <-0.002333, 0.007033, -0.004318> - 3157: <-0.001957, 0.007115, -0.004360> - 3158: <-0.001940, 0.006915, -0.004705> - 3159: <-0.002313, 0.006836, -0.004659> - 3160: <-0.001957, 0.007115, -0.004360> - 3161: <-0.001574, 0.007183, -0.004395> - 3162: <-0.001561, 0.006980, -0.004744> - 3163: <-0.001940, 0.006915, -0.004705> - 3164: <-0.001574, 0.007183, -0.004395> - 3165: <-0.001185, 0.007236, -0.004424> - 3166: <-0.001176, 0.007032, -0.004776> - 3167: <-0.001561, 0.006980, -0.004744> - 3168: <-0.001185, 0.007236, -0.004424> - 3169: <-0.000792, 0.007275, -0.004446> - 3170: <-0.000786, 0.007069, -0.004800> - 3171: <-0.001176, 0.007032, -0.004776> - 3172: <-0.000792, 0.007275, -0.004446> - 3173: <-0.000397, 0.007298, -0.004460> - 3174: <-0.000394, 0.007092, -0.004815> - 3175: <-0.000786, 0.007069, -0.004800> - 3176: <-0.000397, 0.007298, -0.004460> - 3177: < 0.000000, 0.007306, -0.004465> - 3178: < 0.000000, 0.007099, -0.004820> - 3179: <-0.000394, 0.007092, -0.004815> - 3180: < 0.000000, 0.007306, -0.004465> - 3181: < 0.000397, 0.007298, -0.004460> - 3182: < 0.000394, 0.007092, -0.004815> - 3183: < 0.000000, 0.007099, -0.004820> - 3184: < 0.000397, 0.007298, -0.004460> - 3185: < 0.000792, 0.007275, -0.004446> - 3186: < 0.000786, 0.007069, -0.004800> - 3187: < 0.000394, 0.007092, -0.004815> - 3188: < 0.000792, 0.007275, -0.004446> - 3189: < 0.001185, 0.007236, -0.004424> - 3190: < 0.001176, 0.007032, -0.004776> - 3191: < 0.000786, 0.007069, -0.004800> - 3192: < 0.001185, 0.007236, -0.004424> - 3193: < 0.001574, 0.007183, -0.004395> - 3194: < 0.001561, 0.006980, -0.004744> - 3195: < 0.001176, 0.007032, -0.004776> - 3196: < 0.001574, 0.007183, -0.004395> - 3197: < 0.001957, 0.007115, -0.004360> - 3198: < 0.001940, 0.006915, -0.004705> - 3199: < 0.001561, 0.006980, -0.004744> - 3200: < 0.001957, 0.007115, -0.004360> - 3201: < 0.002333, 0.007033, -0.004318> - 3202: < 0.002313, 0.006836, -0.004659> - 3203: < 0.001940, 0.006915, -0.004705> - 3204: < 0.002333, 0.007033, -0.004318> - 3205: < 0.002701, 0.006937, -0.004273> - 3206: < 0.002676, 0.006745, -0.004609> - 3207: < 0.002313, 0.006836, -0.004659> - 3208: < 0.002701, 0.006937, -0.004273> - 3209: < 0.003060, 0.006828, -0.004223> - 3210: < 0.003030, 0.006641, -0.004553> - 3211: < 0.002676, 0.006745, -0.004609> - 3212: < 0.003060, 0.006828, -0.004223> - 3213: < 0.003407, 0.006705, -0.004170> - 3214: < 0.003372, 0.006525, -0.004494> - 3215: < 0.003030, 0.006641, -0.004553> - 3216: < 0.003407, 0.006705, -0.004170> - 3217: < 0.003743, 0.006570, -0.004117> - 3218: < 0.003701, 0.006397, -0.004434> - 3219: < 0.003372, 0.006525, -0.004494> - 3220: < 0.003743, 0.006570, -0.004117> - 3221: < 0.004065, 0.006421, -0.004065> - 3222: < 0.004017, 0.006257, -0.004374> - 3223: < 0.003701, 0.006397, -0.004434> - 3224: < 0.004065, 0.006421, -0.004065> - 3225: < 0.004374, 0.006257, -0.004017> - 3226: < 0.004318, 0.006105, -0.004318> - 3227: < 0.004017, 0.006257, -0.004374> - 3228: < 0.004374, 0.006257, -0.004017> - 3229: < 0.004668, 0.006080, -0.003975> - 3230: < 0.004602, 0.005939, -0.004267> - 3231: < 0.004318, 0.006105, -0.004318> - 3232: < 0.004668, 0.006080, -0.003975> - 3233: < 0.004946, 0.005887, -0.003941> - 3234: < 0.004870, 0.005760, -0.004226> - 3235: < 0.004602, 0.005939, -0.004267> - 3236: < 0.004946, 0.005887, -0.003941> - 3237: < 0.005207, 0.005678, -0.003918> - 3238: < 0.005120, 0.005564, -0.004199> - 3239: < 0.004870, 0.005760, -0.004226> - 3240: <-0.005120, 0.005564, -0.004199> - 3241: <-0.004870, 0.005760, -0.004226> - 3242: <-0.004798, 0.005623, -0.004494> - 3243: <-0.005034, 0.005446, -0.004460> - 3244: <-0.004870, 0.005760, -0.004226> - 3245: <-0.004602, 0.005939, -0.004267> - 3246: <-0.004542, 0.005788, -0.004542> - 3247: <-0.004798, 0.005623, -0.004494> - 3248: <-0.004602, 0.005939, -0.004267> - 3249: <-0.004318, 0.006105, -0.004318> - 3250: <-0.004267, 0.005939, -0.004602> - 3251: <-0.004542, 0.005788, -0.004542> - 3252: <-0.004318, 0.006105, -0.004318> - 3253: <-0.004017, 0.006257, -0.004374> - 3254: <-0.003975, 0.006080, -0.004668> - 3255: <-0.004267, 0.005939, -0.004602> - 3256: <-0.004017, 0.006257, -0.004374> - 3257: <-0.003701, 0.006397, -0.004434> - 3258: <-0.003666, 0.006210, -0.004736> - 3259: <-0.003975, 0.006080, -0.004668> - 3260: <-0.003701, 0.006397, -0.004434> - 3261: <-0.003372, 0.006525, -0.004494> - 3262: <-0.003342, 0.006329, -0.004804> - 3263: <-0.003666, 0.006210, -0.004736> - 3264: <-0.003372, 0.006525, -0.004494> - 3265: <-0.003030, 0.006641, -0.004553> - 3266: <-0.003004, 0.006439, -0.004870> - 3267: <-0.003342, 0.006329, -0.004804> - 3268: <-0.003030, 0.006641, -0.004553> - 3269: <-0.002676, 0.006745, -0.004609> - 3270: <-0.002655, 0.006537, -0.004931> - 3271: <-0.003004, 0.006439, -0.004870> - 3272: <-0.002676, 0.006745, -0.004609> - 3273: <-0.002313, 0.006836, -0.004659> - 3274: <-0.002295, 0.006623, -0.004987> - 3275: <-0.002655, 0.006537, -0.004931> - 3276: <-0.002313, 0.006836, -0.004659> - 3277: <-0.001940, 0.006915, -0.004705> - 3278: <-0.001926, 0.006698, -0.005037> - 3279: <-0.002295, 0.006623, -0.004987> - 3280: <-0.001940, 0.006915, -0.004705> - 3281: <-0.001561, 0.006980, -0.004744> - 3282: <-0.001550, 0.006761, -0.005080> - 3283: <-0.001926, 0.006698, -0.005037> - 3284: <-0.001561, 0.006980, -0.004744> - 3285: <-0.001176, 0.007032, -0.004776> - 3286: <-0.001168, 0.006810, -0.005114> - 3287: <-0.001550, 0.006761, -0.005080> - 3288: <-0.001176, 0.007032, -0.004776> - 3289: <-0.000786, 0.007069, -0.004800> - 3290: <-0.000781, 0.006846, -0.005140> - 3291: <-0.001168, 0.006810, -0.005114> - 3292: <-0.000786, 0.007069, -0.004800> - 3293: <-0.000394, 0.007092, -0.004815> - 3294: <-0.000391, 0.006868, -0.005156> - 3295: <-0.000781, 0.006846, -0.005140> - 3296: <-0.000394, 0.007092, -0.004815> - 3297: < 0.000000, 0.007099, -0.004820> - 3298: < 0.000000, 0.006875, -0.005162> - 3299: <-0.000391, 0.006868, -0.005156> - 3300: < 0.000000, 0.007099, -0.004820> - 3301: < 0.000394, 0.007092, -0.004815> - 3302: < 0.000391, 0.006868, -0.005156> - 3303: < 0.000000, 0.006875, -0.005162> - 3304: < 0.000394, 0.007092, -0.004815> - 3305: < 0.000786, 0.007069, -0.004800> - 3306: < 0.000781, 0.006846, -0.005140> - 3307: < 0.000391, 0.006868, -0.005156> - 3308: < 0.000786, 0.007069, -0.004800> - 3309: < 0.001176, 0.007032, -0.004776> - 3310: < 0.001168, 0.006810, -0.005114> - 3311: < 0.000781, 0.006846, -0.005140> - 3312: < 0.001176, 0.007032, -0.004776> - 3313: < 0.001561, 0.006980, -0.004744> - 3314: < 0.001550, 0.006761, -0.005080> - 3315: < 0.001168, 0.006810, -0.005114> - 3316: < 0.001561, 0.006980, -0.004744> - 3317: < 0.001940, 0.006915, -0.004705> - 3318: < 0.001926, 0.006698, -0.005037> - 3319: < 0.001550, 0.006761, -0.005080> - 3320: < 0.001940, 0.006915, -0.004705> - 3321: < 0.002313, 0.006836, -0.004659> - 3322: < 0.002295, 0.006623, -0.004987> - 3323: < 0.001926, 0.006698, -0.005037> - 3324: < 0.002313, 0.006836, -0.004659> - 3325: < 0.002676, 0.006745, -0.004609> - 3326: < 0.002655, 0.006537, -0.004931> - 3327: < 0.002295, 0.006623, -0.004987> - 3328: < 0.002676, 0.006745, -0.004609> - 3329: < 0.003030, 0.006641, -0.004553> - 3330: < 0.003004, 0.006439, -0.004870> - 3331: < 0.002655, 0.006537, -0.004931> - 3332: < 0.003030, 0.006641, -0.004553> - 3333: < 0.003372, 0.006525, -0.004494> - 3334: < 0.003342, 0.006329, -0.004804> - 3335: < 0.003004, 0.006439, -0.004870> - 3336: < 0.003372, 0.006525, -0.004494> - 3337: < 0.003701, 0.006397, -0.004434> - 3338: < 0.003666, 0.006210, -0.004736> - 3339: < 0.003342, 0.006329, -0.004804> - 3340: < 0.003701, 0.006397, -0.004434> - 3341: < 0.004017, 0.006257, -0.004374> - 3342: < 0.003975, 0.006080, -0.004668> - 3343: < 0.003666, 0.006210, -0.004736> - 3344: < 0.004017, 0.006257, -0.004374> - 3345: < 0.004318, 0.006105, -0.004318> - 3346: < 0.004267, 0.005939, -0.004602> - 3347: < 0.003975, 0.006080, -0.004668> - 3348: < 0.004318, 0.006105, -0.004318> - 3349: < 0.004602, 0.005939, -0.004267> - 3350: < 0.004542, 0.005788, -0.004542> - 3351: < 0.004267, 0.005939, -0.004602> - 3352: < 0.004602, 0.005939, -0.004267> - 3353: < 0.004870, 0.005760, -0.004226> - 3354: < 0.004798, 0.005623, -0.004494> - 3355: < 0.004542, 0.005788, -0.004542> - 3356: < 0.004870, 0.005760, -0.004226> - 3357: < 0.005120, 0.005564, -0.004199> - 3358: < 0.005034, 0.005446, -0.004460> - 3359: < 0.004798, 0.005623, -0.004494> - 3360: <-0.005034, 0.005446, -0.004460> - 3361: <-0.004798, 0.005623, -0.004494> - 3362: <-0.004738, 0.005479, -0.004738> - 3363: <-0.004959, 0.005326, -0.004691> - 3364: <-0.004798, 0.005623, -0.004494> - 3365: <-0.004542, 0.005788, -0.004542> - 3366: <-0.004494, 0.005623, -0.004798> - 3367: <-0.004738, 0.005479, -0.004738> - 3368: <-0.004542, 0.005788, -0.004542> - 3369: <-0.004267, 0.005939, -0.004602> - 3370: <-0.004226, 0.005760, -0.004870> - 3371: <-0.004494, 0.005623, -0.004798> - 3372: <-0.004267, 0.005939, -0.004602> - 3373: <-0.003975, 0.006080, -0.004668> - 3374: <-0.003941, 0.005887, -0.004946> - 3375: <-0.004226, 0.005760, -0.004870> - 3376: <-0.003975, 0.006080, -0.004668> - 3377: <-0.003666, 0.006210, -0.004736> - 3378: <-0.003637, 0.006006, -0.005023> - 3379: <-0.003941, 0.005887, -0.004946> - 3380: <-0.003666, 0.006210, -0.004736> - 3381: <-0.003342, 0.006329, -0.004804> - 3382: <-0.003318, 0.006117, -0.005099> - 3383: <-0.003637, 0.006006, -0.005023> - 3384: <-0.003342, 0.006329, -0.004804> - 3385: <-0.003004, 0.006439, -0.004870> - 3386: <-0.002984, 0.006219, -0.005172> - 3387: <-0.003318, 0.006117, -0.005099> - 3388: <-0.003004, 0.006439, -0.004870> - 3389: <-0.002655, 0.006537, -0.004931> - 3390: <-0.002638, 0.006311, -0.005240> - 3391: <-0.002984, 0.006219, -0.005172> - 3392: <-0.002655, 0.006537, -0.004931> - 3393: <-0.002295, 0.006623, -0.004987> - 3394: <-0.002281, 0.006393, -0.005301> - 3395: <-0.002638, 0.006311, -0.005240> - 3396: <-0.002295, 0.006623, -0.004987> - 3397: <-0.001926, 0.006698, -0.005037> - 3398: <-0.001915, 0.006464, -0.005355> - 3399: <-0.002281, 0.006393, -0.005301> - 3400: <-0.001926, 0.006698, -0.005037> - 3401: <-0.001550, 0.006761, -0.005080> - 3402: <-0.001541, 0.006523, -0.005401> - 3403: <-0.001915, 0.006464, -0.005355> - 3404: <-0.001550, 0.006761, -0.005080> - 3405: <-0.001168, 0.006810, -0.005114> - 3406: <-0.001161, 0.006570, -0.005438> - 3407: <-0.001541, 0.006523, -0.005401> - 3408: <-0.001168, 0.006810, -0.005114> - 3409: <-0.000781, 0.006846, -0.005140> - 3410: <-0.000777, 0.006605, -0.005466> - 3411: <-0.001161, 0.006570, -0.005438> - 3412: <-0.000781, 0.006846, -0.005140> - 3413: <-0.000391, 0.006868, -0.005156> - 3414: <-0.000389, 0.006626, -0.005483> - 3415: <-0.000777, 0.006605, -0.005466> - 3416: <-0.000391, 0.006868, -0.005156> - 3417: < 0.000000, 0.006875, -0.005162> - 3418: < 0.000000, 0.006633, -0.005489> - 3419: <-0.000389, 0.006626, -0.005483> - 3420: < 0.000000, 0.006875, -0.005162> - 3421: < 0.000391, 0.006868, -0.005156> - 3422: < 0.000389, 0.006626, -0.005483> - 3423: < 0.000000, 0.006633, -0.005489> - 3424: < 0.000391, 0.006868, -0.005156> - 3425: < 0.000781, 0.006846, -0.005140> - 3426: < 0.000777, 0.006605, -0.005466> - 3427: < 0.000389, 0.006626, -0.005483> - 3428: < 0.000781, 0.006846, -0.005140> - 3429: < 0.001168, 0.006810, -0.005114> - 3430: < 0.001161, 0.006570, -0.005438> - 3431: < 0.000777, 0.006605, -0.005466> - 3432: < 0.001168, 0.006810, -0.005114> - 3433: < 0.001550, 0.006761, -0.005080> - 3434: < 0.001541, 0.006523, -0.005401> - 3435: < 0.001161, 0.006570, -0.005438> - 3436: < 0.001550, 0.006761, -0.005080> - 3437: < 0.001926, 0.006698, -0.005037> - 3438: < 0.001915, 0.006464, -0.005355> - 3439: < 0.001541, 0.006523, -0.005401> - 3440: < 0.001926, 0.006698, -0.005037> - 3441: < 0.002295, 0.006623, -0.004987> - 3442: < 0.002281, 0.006393, -0.005301> - 3443: < 0.001915, 0.006464, -0.005355> - 3444: < 0.002295, 0.006623, -0.004987> - 3445: < 0.002655, 0.006537, -0.004931> - 3446: < 0.002638, 0.006311, -0.005240> - 3447: < 0.002281, 0.006393, -0.005301> - 3448: < 0.002655, 0.006537, -0.004931> - 3449: < 0.003004, 0.006439, -0.004870> - 3450: < 0.002984, 0.006219, -0.005172> - 3451: < 0.002638, 0.006311, -0.005240> - 3452: < 0.003004, 0.006439, -0.004870> - 3453: < 0.003342, 0.006329, -0.004804> - 3454: < 0.003318, 0.006117, -0.005099> - 3455: < 0.002984, 0.006219, -0.005172> - 3456: < 0.003342, 0.006329, -0.004804> - 3457: < 0.003666, 0.006210, -0.004736> - 3458: < 0.003637, 0.006006, -0.005023> - 3459: < 0.003318, 0.006117, -0.005099> - 3460: < 0.003666, 0.006210, -0.004736> - 3461: < 0.003975, 0.006080, -0.004668> - 3462: < 0.003941, 0.005887, -0.004946> - 3463: < 0.003637, 0.006006, -0.005023> - 3464: < 0.003975, 0.006080, -0.004668> - 3465: < 0.004267, 0.005939, -0.004602> - 3466: < 0.004226, 0.005760, -0.004870> - 3467: < 0.003941, 0.005887, -0.004946> - 3468: < 0.004267, 0.005939, -0.004602> - 3469: < 0.004542, 0.005788, -0.004542> - 3470: < 0.004494, 0.005623, -0.004798> - 3471: < 0.004226, 0.005760, -0.004870> - 3472: < 0.004542, 0.005788, -0.004542> - 3473: < 0.004798, 0.005623, -0.004494> - 3474: < 0.004738, 0.005479, -0.004738> - 3475: < 0.004494, 0.005623, -0.004798> - 3476: < 0.004798, 0.005623, -0.004494> - 3477: < 0.005034, 0.005446, -0.004460> - 3478: < 0.004959, 0.005326, -0.004691> - 3479: < 0.004738, 0.005479, -0.004738> - 3480: <-0.004959, 0.005326, -0.004691> - 3481: <-0.004738, 0.005479, -0.004738> - 3482: <-0.004691, 0.005326, -0.004959> - 3483: <-0.004894, 0.005206, -0.004894> - 3484: <-0.004738, 0.005479, -0.004738> - 3485: <-0.004494, 0.005623, -0.004798> - 3486: <-0.004460, 0.005446, -0.005034> - 3487: <-0.004691, 0.005326, -0.004959> - 3488: <-0.004494, 0.005623, -0.004798> - 3489: <-0.004226, 0.005760, -0.004870> - 3490: <-0.004199, 0.005564, -0.005120> - 3491: <-0.004460, 0.005446, -0.005034> - 3492: <-0.004226, 0.005760, -0.004870> - 3493: <-0.003941, 0.005887, -0.004946> - 3494: <-0.003918, 0.005678, -0.005207> - 3495: <-0.004199, 0.005564, -0.005120> - 3496: <-0.003941, 0.005887, -0.004946> - 3497: <-0.003637, 0.006006, -0.005023> - 3498: <-0.003619, 0.005786, -0.005294> - 3499: <-0.003918, 0.005678, -0.005207> - 3500: <-0.003637, 0.006006, -0.005023> - 3501: <-0.003318, 0.006117, -0.005099> - 3502: <-0.003302, 0.005888, -0.005379> - 3503: <-0.003619, 0.005786, -0.005294> - 3504: <-0.003318, 0.006117, -0.005099> - 3505: <-0.002984, 0.006219, -0.005172> - 3506: <-0.002971, 0.005983, -0.005459> - 3507: <-0.003302, 0.005888, -0.005379> - 3508: <-0.002984, 0.006219, -0.005172> - 3509: <-0.002638, 0.006311, -0.005240> - 3510: <-0.002627, 0.006069, -0.005533> - 3511: <-0.002971, 0.005983, -0.005459> - 3512: <-0.002638, 0.006311, -0.005240> - 3513: <-0.002281, 0.006393, -0.005301> - 3514: <-0.002272, 0.006146, -0.005599> - 3515: <-0.002627, 0.006069, -0.005533> - 3516: <-0.002281, 0.006393, -0.005301> - 3517: <-0.001915, 0.006464, -0.005355> - 3518: <-0.001908, 0.006212, -0.005657> - 3519: <-0.002272, 0.006146, -0.005599> - 3520: <-0.001915, 0.006464, -0.005355> - 3521: <-0.001541, 0.006523, -0.005401> - 3522: <-0.001536, 0.006269, -0.005707> - 3523: <-0.001908, 0.006212, -0.005657> - 3524: <-0.001541, 0.006523, -0.005401> - 3525: <-0.001161, 0.006570, -0.005438> - 3526: <-0.001157, 0.006313, -0.005747> - 3527: <-0.001536, 0.006269, -0.005707> - 3528: <-0.001161, 0.006570, -0.005438> - 3529: <-0.000777, 0.006605, -0.005466> - 3530: <-0.000774, 0.006346, -0.005776> - 3531: <-0.001157, 0.006313, -0.005747> - 3532: <-0.000777, 0.006605, -0.005466> - 3533: <-0.000389, 0.006626, -0.005483> - 3534: <-0.000388, 0.006366, -0.005794> - 3535: <-0.000774, 0.006346, -0.005776> - 3536: <-0.000389, 0.006626, -0.005483> - 3537: < 0.000000, 0.006633, -0.005489> - 3538: <-0.000000, 0.006373, -0.005801> - 3539: <-0.000388, 0.006366, -0.005794> - 3540: < 0.000000, 0.006633, -0.005489> - 3541: < 0.000389, 0.006626, -0.005483> - 3542: < 0.000388, 0.006366, -0.005794> - 3543: <-0.000000, 0.006373, -0.005801> - 3544: < 0.000389, 0.006626, -0.005483> - 3545: < 0.000777, 0.006605, -0.005466> - 3546: < 0.000774, 0.006346, -0.005776> - 3547: < 0.000388, 0.006366, -0.005794> - 3548: < 0.000777, 0.006605, -0.005466> - 3549: < 0.001161, 0.006570, -0.005438> - 3550: < 0.001157, 0.006313, -0.005747> - 3551: < 0.000774, 0.006346, -0.005776> - 3552: < 0.001161, 0.006570, -0.005438> - 3553: < 0.001541, 0.006523, -0.005401> - 3554: < 0.001536, 0.006269, -0.005707> - 3555: < 0.001157, 0.006313, -0.005747> - 3556: < 0.001541, 0.006523, -0.005401> - 3557: < 0.001915, 0.006464, -0.005355> - 3558: < 0.001908, 0.006212, -0.005657> - 3559: < 0.001536, 0.006269, -0.005707> - 3560: < 0.001915, 0.006464, -0.005355> - 3561: < 0.002281, 0.006393, -0.005301> - 3562: < 0.002272, 0.006146, -0.005599> - 3563: < 0.001908, 0.006212, -0.005657> - 3564: < 0.002281, 0.006393, -0.005301> - 3565: < 0.002638, 0.006311, -0.005240> - 3566: < 0.002627, 0.006069, -0.005533> - 3567: < 0.002272, 0.006146, -0.005599> - 3568: < 0.002638, 0.006311, -0.005240> - 3569: < 0.002984, 0.006219, -0.005172> - 3570: < 0.002971, 0.005983, -0.005459> - 3571: < 0.002627, 0.006069, -0.005533> - 3572: < 0.002984, 0.006219, -0.005172> - 3573: < 0.003318, 0.006117, -0.005099> - 3574: < 0.003302, 0.005888, -0.005379> - 3575: < 0.002971, 0.005983, -0.005459> - 3576: < 0.003318, 0.006117, -0.005099> - 3577: < 0.003637, 0.006006, -0.005023> - 3578: < 0.003619, 0.005786, -0.005294> - 3579: < 0.003302, 0.005888, -0.005379> - 3580: < 0.003637, 0.006006, -0.005023> - 3581: < 0.003941, 0.005887, -0.004946> - 3582: < 0.003918, 0.005678, -0.005207> - 3583: < 0.003619, 0.005786, -0.005294> - 3584: < 0.003941, 0.005887, -0.004946> - 3585: < 0.004226, 0.005760, -0.004870> - 3586: < 0.004199, 0.005564, -0.005120> - 3587: < 0.003918, 0.005678, -0.005207> - 3588: < 0.004226, 0.005760, -0.004870> - 3589: < 0.004494, 0.005623, -0.004798> - 3590: < 0.004460, 0.005446, -0.005034> - 3591: < 0.004199, 0.005564, -0.005120> - 3592: < 0.004494, 0.005623, -0.004798> - 3593: < 0.004738, 0.005479, -0.004738> - 3594: < 0.004691, 0.005326, -0.004959> - 3595: < 0.004460, 0.005446, -0.005034> - 3596: < 0.004738, 0.005479, -0.004738> - 3597: < 0.004959, 0.005326, -0.004691> - 3598: < 0.004894, 0.005206, -0.004894> - 3599: < 0.004691, 0.005326, -0.004959> - 3600: <-0.005000, 0.005000, 0.005000> - 3601: <-0.004833, 0.005081, 0.005081> - 3602: <-0.004894, 0.005206, 0.004894> - 3603: <-0.005081, 0.005081, 0.004833> - 3604: <-0.004833, 0.005081, 0.005081> - 3605: <-0.004647, 0.005166, 0.005166> - 3606: <-0.004691, 0.005326, 0.004959> - 3607: <-0.004894, 0.005206, 0.004894> - 3608: <-0.004647, 0.005166, 0.005166> - 3609: <-0.004436, 0.005255, 0.005255> - 3610: <-0.004460, 0.005446, 0.005034> - 3611: <-0.004691, 0.005326, 0.004959> - 3612: <-0.004436, 0.005255, 0.005255> - 3613: <-0.004188, 0.005351, 0.005351> - 3614: <-0.004199, 0.005564, 0.005120> - 3615: <-0.004460, 0.005446, 0.005034> - 3616: <-0.004188, 0.005351, 0.005351> - 3617: <-0.003910, 0.005451, 0.005451> - 3618: <-0.003918, 0.005678, 0.005207> - 3619: <-0.004199, 0.005564, 0.005120> - 3620: <-0.003910, 0.005451, 0.005451> - 3621: <-0.003612, 0.005549, 0.005549> - 3622: <-0.003619, 0.005786, 0.005294> - 3623: <-0.003918, 0.005678, 0.005207> - 3624: <-0.003612, 0.005549, 0.005549> - 3625: <-0.003297, 0.005642, 0.005642> - 3626: <-0.003302, 0.005888, 0.005379> - 3627: <-0.003619, 0.005786, 0.005294> - 3628: <-0.003297, 0.005642, 0.005642> - 3629: <-0.002966, 0.005729, 0.005729> - 3630: <-0.002971, 0.005983, 0.005459> - 3631: <-0.003302, 0.005888, 0.005379> - 3632: <-0.002966, 0.005729, 0.005729> - 3633: <-0.002623, 0.005809, 0.005809> - 3634: <-0.002627, 0.006069, 0.005533> - 3635: <-0.002971, 0.005983, 0.005459> - 3636: <-0.002623, 0.005809, 0.005809> - 3637: <-0.002269, 0.005881, 0.005881> - 3638: <-0.002272, 0.006146, 0.005599> - 3639: <-0.002627, 0.006069, 0.005533> - 3640: <-0.002269, 0.005881, 0.005881> - 3641: <-0.001906, 0.005944, 0.005944> - 3642: <-0.001908, 0.006212, 0.005657> - 3643: <-0.002272, 0.006146, 0.005599> - 3644: <-0.001906, 0.005944, 0.005944> - 3645: <-0.001534, 0.005996, 0.005996> - 3646: <-0.001536, 0.006269, 0.005707> - 3647: <-0.001908, 0.006212, 0.005657> - 3648: <-0.001534, 0.005996, 0.005996> - 3649: <-0.001156, 0.006039, 0.006039> - 3650: <-0.001157, 0.006313, 0.005747> - 3651: <-0.001536, 0.006269, 0.005707> - 3652: <-0.001156, 0.006039, 0.006039> - 3653: <-0.000773, 0.006070, 0.006070> - 3654: <-0.000774, 0.006346, 0.005776> - 3655: <-0.001157, 0.006313, 0.005747> - 3656: <-0.000773, 0.006070, 0.006070> - 3657: <-0.000387, 0.006089, 0.006089> - 3658: <-0.000388, 0.006366, 0.005794> - 3659: <-0.000774, 0.006346, 0.005776> - 3660: <-0.000387, 0.006089, 0.006089> - 3661: <-0.000000, 0.006096, 0.006096> - 3662: < 0.000000, 0.006373, 0.005801> - 3663: <-0.000388, 0.006366, 0.005794> - 3664: <-0.000000, 0.006096, 0.006096> - 3665: < 0.000387, 0.006089, 0.006089> - 3666: < 0.000388, 0.006366, 0.005794> - 3667: < 0.000000, 0.006373, 0.005801> - 3668: < 0.000387, 0.006089, 0.006089> - 3669: < 0.000773, 0.006070, 0.006070> - 3670: < 0.000774, 0.006346, 0.005776> - 3671: < 0.000388, 0.006366, 0.005794> - 3672: < 0.000773, 0.006070, 0.006070> - 3673: < 0.001156, 0.006039, 0.006039> - 3674: < 0.001157, 0.006313, 0.005747> - 3675: < 0.000774, 0.006346, 0.005776> - 3676: < 0.001156, 0.006039, 0.006039> - 3677: < 0.001534, 0.005996, 0.005996> - 3678: < 0.001536, 0.006269, 0.005707> - 3679: < 0.001157, 0.006313, 0.005747> - 3680: < 0.001534, 0.005996, 0.005996> - 3681: < 0.001906, 0.005944, 0.005944> - 3682: < 0.001908, 0.006212, 0.005657> - 3683: < 0.001536, 0.006269, 0.005707> - 3684: < 0.001906, 0.005944, 0.005944> - 3685: < 0.002269, 0.005881, 0.005881> - 3686: < 0.002272, 0.006146, 0.005599> - 3687: < 0.001908, 0.006212, 0.005657> - 3688: < 0.002269, 0.005881, 0.005881> - 3689: < 0.002623, 0.005809, 0.005809> - 3690: < 0.002627, 0.006069, 0.005533> - 3691: < 0.002272, 0.006146, 0.005599> - 3692: < 0.002623, 0.005809, 0.005809> - 3693: < 0.002966, 0.005729, 0.005729> - 3694: < 0.002971, 0.005983, 0.005459> - 3695: < 0.002627, 0.006069, 0.005533> - 3696: < 0.002966, 0.005729, 0.005729> - 3697: < 0.003297, 0.005642, 0.005642> - 3698: < 0.003302, 0.005888, 0.005379> - 3699: < 0.002971, 0.005983, 0.005459> - 3700: < 0.003297, 0.005642, 0.005642> - 3701: < 0.003612, 0.005549, 0.005549> - 3702: < 0.003619, 0.005786, 0.005294> - 3703: < 0.003302, 0.005888, 0.005379> - 3704: < 0.003612, 0.005549, 0.005549> - 3705: < 0.003910, 0.005451, 0.005451> - 3706: < 0.003918, 0.005678, 0.005207> - 3707: < 0.003619, 0.005786, 0.005294> - 3708: < 0.003910, 0.005451, 0.005451> - 3709: < 0.004188, 0.005351, 0.005351> - 3710: < 0.004199, 0.005564, 0.005120> - 3711: < 0.003918, 0.005678, 0.005207> - 3712: < 0.004188, 0.005351, 0.005351> - 3713: < 0.004436, 0.005255, 0.005255> - 3714: < 0.004460, 0.005446, 0.005034> - 3715: < 0.004199, 0.005564, 0.005120> - 3716: < 0.004436, 0.005255, 0.005255> - 3717: < 0.004647, 0.005166, 0.005166> - 3718: < 0.004691, 0.005326, 0.004959> - 3719: < 0.004460, 0.005446, 0.005034> - 3720: < 0.004647, 0.005166, 0.005166> - 3721: < 0.004833, 0.005081, 0.005081> - 3722: < 0.004894, 0.005206, 0.004894> - 3723: < 0.004691, 0.005326, 0.004959> - 3724: < 0.004833, 0.005081, 0.005081> - 3725: < 0.005000, 0.005000, 0.005000> - 3726: < 0.005081, 0.005081, 0.004833> - 3727: < 0.004894, 0.005206, 0.004894> - 3728: < 0.004894, 0.005206, 0.004894> - 3729: < 0.005081, 0.005081, 0.004833> - 3730: < 0.005166, 0.005166, 0.004647> - 3731: < 0.004959, 0.005326, 0.004691> - 3732: < 0.004959, 0.005326, 0.004691> - 3733: < 0.005166, 0.005166, 0.004647> - 3734: < 0.005255, 0.005255, 0.004436> - 3735: < 0.005034, 0.005446, 0.004460> - 3736: < 0.005034, 0.005446, 0.004460> - 3737: < 0.005255, 0.005255, 0.004436> - 3738: < 0.005351, 0.005351, 0.004188> - 3739: < 0.005120, 0.005564, 0.004199> - 3740: < 0.005120, 0.005564, 0.004199> - 3741: < 0.005351, 0.005351, 0.004188> - 3742: < 0.005451, 0.005451, 0.003910> - 3743: < 0.005207, 0.005678, 0.003918> - 3744: < 0.005207, 0.005678, 0.003918> - 3745: < 0.005451, 0.005451, 0.003910> - 3746: < 0.005549, 0.005549, 0.003612> - 3747: < 0.005294, 0.005786, 0.003619> - 3748: < 0.005294, 0.005786, 0.003619> - 3749: < 0.005549, 0.005549, 0.003612> - 3750: < 0.005642, 0.005642, 0.003297> - 3751: < 0.005379, 0.005888, 0.003302> - 3752: < 0.005379, 0.005888, 0.003302> - 3753: < 0.005642, 0.005642, 0.003297> - 3754: < 0.005729, 0.005729, 0.002966> - 3755: < 0.005459, 0.005983, 0.002971> - 3756: < 0.005459, 0.005983, 0.002971> - 3757: < 0.005729, 0.005729, 0.002966> - 3758: < 0.005809, 0.005809, 0.002623> - 3759: < 0.005533, 0.006069, 0.002627> - 3760: < 0.005533, 0.006069, 0.002627> - 3761: < 0.005809, 0.005809, 0.002623> - 3762: < 0.005881, 0.005881, 0.002269> - 3763: < 0.005599, 0.006146, 0.002272> - 3764: < 0.005599, 0.006146, 0.002272> - 3765: < 0.005881, 0.005881, 0.002269> - 3766: < 0.005944, 0.005944, 0.001906> - 3767: < 0.005657, 0.006212, 0.001908> - 3768: < 0.005657, 0.006212, 0.001908> - 3769: < 0.005944, 0.005944, 0.001906> - 3770: < 0.005996, 0.005996, 0.001534> - 3771: < 0.005707, 0.006269, 0.001536> - 3772: < 0.005707, 0.006269, 0.001536> - 3773: < 0.005996, 0.005996, 0.001534> - 3774: < 0.006039, 0.006039, 0.001156> - 3775: < 0.005747, 0.006313, 0.001157> - 3776: < 0.005747, 0.006313, 0.001157> - 3777: < 0.006039, 0.006039, 0.001156> - 3778: < 0.006070, 0.006070, 0.000773> - 3779: < 0.005776, 0.006346, 0.000774> - 3780: < 0.005776, 0.006346, 0.000774> - 3781: < 0.006070, 0.006070, 0.000773> - 3782: < 0.006089, 0.006089, 0.000387> - 3783: < 0.005794, 0.006366, 0.000388> - 3784: < 0.005794, 0.006366, 0.000388> - 3785: < 0.006089, 0.006089, 0.000387> - 3786: < 0.006096, 0.006096, 0.000000> - 3787: < 0.005801, 0.006373, 0.000000> - 3788: < 0.005801, 0.006373, 0.000000> - 3789: < 0.006096, 0.006096, 0.000000> - 3790: < 0.006089, 0.006089, -0.000387> - 3791: < 0.005794, 0.006366, -0.000388> - 3792: < 0.005794, 0.006366, -0.000388> - 3793: < 0.006089, 0.006089, -0.000387> - 3794: < 0.006070, 0.006070, -0.000773> - 3795: < 0.005776, 0.006346, -0.000774> - 3796: < 0.005776, 0.006346, -0.000774> - 3797: < 0.006070, 0.006070, -0.000773> - 3798: < 0.006039, 0.006039, -0.001156> - 3799: < 0.005747, 0.006313, -0.001157> - 3800: < 0.005747, 0.006313, -0.001157> - 3801: < 0.006039, 0.006039, -0.001156> - 3802: < 0.005996, 0.005996, -0.001534> - 3803: < 0.005707, 0.006269, -0.001536> - 3804: < 0.005707, 0.006269, -0.001536> - 3805: < 0.005996, 0.005996, -0.001534> - 3806: < 0.005944, 0.005944, -0.001906> - 3807: < 0.005657, 0.006212, -0.001908> - 3808: < 0.005657, 0.006212, -0.001908> - 3809: < 0.005944, 0.005944, -0.001906> - 3810: < 0.005881, 0.005881, -0.002269> - 3811: < 0.005599, 0.006146, -0.002272> - 3812: < 0.005599, 0.006146, -0.002272> - 3813: < 0.005881, 0.005881, -0.002269> - 3814: < 0.005809, 0.005809, -0.002623> - 3815: < 0.005533, 0.006069, -0.002627> - 3816: < 0.005533, 0.006069, -0.002627> - 3817: < 0.005809, 0.005809, -0.002623> - 3818: < 0.005729, 0.005729, -0.002966> - 3819: < 0.005459, 0.005983, -0.002971> - 3820: < 0.005459, 0.005983, -0.002971> - 3821: < 0.005729, 0.005729, -0.002966> - 3822: < 0.005642, 0.005642, -0.003297> - 3823: < 0.005379, 0.005888, -0.003302> - 3824: < 0.005379, 0.005888, -0.003302> - 3825: < 0.005642, 0.005642, -0.003297> - 3826: < 0.005549, 0.005549, -0.003612> - 3827: < 0.005294, 0.005786, -0.003619> - 3828: < 0.005294, 0.005786, -0.003619> - 3829: < 0.005549, 0.005549, -0.003612> - 3830: < 0.005451, 0.005451, -0.003910> - 3831: < 0.005207, 0.005678, -0.003918> - 3832: < 0.005207, 0.005678, -0.003918> - 3833: < 0.005451, 0.005451, -0.003910> - 3834: < 0.005351, 0.005351, -0.004188> - 3835: < 0.005120, 0.005564, -0.004199> - 3836: < 0.005120, 0.005564, -0.004199> - 3837: < 0.005351, 0.005351, -0.004188> - 3838: < 0.005255, 0.005255, -0.004436> - 3839: < 0.005034, 0.005446, -0.004460> - 3840: < 0.005034, 0.005446, -0.004460> - 3841: < 0.005255, 0.005255, -0.004436> - 3842: < 0.005166, 0.005166, -0.004647> - 3843: < 0.004959, 0.005326, -0.004691> - 3844: < 0.004959, 0.005326, -0.004691> - 3845: < 0.005166, 0.005166, -0.004647> - 3846: < 0.005081, 0.005081, -0.004833> - 3847: < 0.004894, 0.005206, -0.004894> - 3848: < 0.004894, 0.005206, -0.004894> - 3849: < 0.005081, 0.005081, -0.004833> - 3850: < 0.005000, 0.005000, -0.005000> - 3851: < 0.004833, 0.005081, -0.005081> - 3852: < 0.004691, 0.005326, -0.004959> - 3853: < 0.004894, 0.005206, -0.004894> - 3854: < 0.004833, 0.005081, -0.005081> - 3855: < 0.004647, 0.005166, -0.005166> - 3856: < 0.004460, 0.005446, -0.005034> - 3857: < 0.004691, 0.005326, -0.004959> - 3858: < 0.004647, 0.005166, -0.005166> - 3859: < 0.004436, 0.005255, -0.005255> - 3860: < 0.004199, 0.005564, -0.005120> - 3861: < 0.004460, 0.005446, -0.005034> - 3862: < 0.004436, 0.005255, -0.005255> - 3863: < 0.004188, 0.005351, -0.005351> - 3864: < 0.003918, 0.005678, -0.005207> - 3865: < 0.004199, 0.005564, -0.005120> - 3866: < 0.004188, 0.005351, -0.005351> - 3867: < 0.003910, 0.005451, -0.005451> - 3868: < 0.003619, 0.005786, -0.005294> - 3869: < 0.003918, 0.005678, -0.005207> - 3870: < 0.003910, 0.005451, -0.005451> - 3871: < 0.003612, 0.005549, -0.005549> - 3872: < 0.003302, 0.005888, -0.005379> - 3873: < 0.003619, 0.005786, -0.005294> - 3874: < 0.003612, 0.005549, -0.005549> - 3875: < 0.003297, 0.005642, -0.005642> - 3876: < 0.002971, 0.005983, -0.005459> - 3877: < 0.003302, 0.005888, -0.005379> - 3878: < 0.003297, 0.005642, -0.005642> - 3879: < 0.002966, 0.005729, -0.005729> - 3880: < 0.002627, 0.006069, -0.005533> - 3881: < 0.002971, 0.005983, -0.005459> - 3882: < 0.002966, 0.005729, -0.005729> - 3883: < 0.002623, 0.005809, -0.005809> - 3884: < 0.002272, 0.006146, -0.005599> - 3885: < 0.002627, 0.006069, -0.005533> - 3886: < 0.002623, 0.005809, -0.005809> - 3887: < 0.002269, 0.005881, -0.005881> - 3888: < 0.001908, 0.006212, -0.005657> - 3889: < 0.002272, 0.006146, -0.005599> - 3890: < 0.002269, 0.005881, -0.005881> - 3891: < 0.001906, 0.005944, -0.005944> - 3892: < 0.001536, 0.006269, -0.005707> - 3893: < 0.001908, 0.006212, -0.005657> - 3894: < 0.001906, 0.005944, -0.005944> - 3895: < 0.001534, 0.005996, -0.005996> - 3896: < 0.001157, 0.006313, -0.005747> - 3897: < 0.001536, 0.006269, -0.005707> - 3898: < 0.001534, 0.005996, -0.005996> - 3899: < 0.001156, 0.006039, -0.006039> - 3900: < 0.000774, 0.006346, -0.005776> - 3901: < 0.001157, 0.006313, -0.005747> - 3902: < 0.001156, 0.006039, -0.006039> - 3903: < 0.000773, 0.006070, -0.006070> - 3904: < 0.000388, 0.006366, -0.005794> - 3905: < 0.000774, 0.006346, -0.005776> - 3906: < 0.000773, 0.006070, -0.006070> - 3907: < 0.000387, 0.006089, -0.006089> - 3908: <-0.000000, 0.006373, -0.005801> - 3909: < 0.000388, 0.006366, -0.005794> - 3910: < 0.000387, 0.006089, -0.006089> - 3911: < 0.000000, 0.006096, -0.006096> - 3912: <-0.000388, 0.006366, -0.005794> - 3913: <-0.000000, 0.006373, -0.005801> - 3914: < 0.000000, 0.006096, -0.006096> - 3915: <-0.000387, 0.006089, -0.006089> - 3916: <-0.000774, 0.006346, -0.005776> - 3917: <-0.000388, 0.006366, -0.005794> - 3918: <-0.000387, 0.006089, -0.006089> - 3919: <-0.000773, 0.006070, -0.006070> - 3920: <-0.001157, 0.006313, -0.005747> - 3921: <-0.000774, 0.006346, -0.005776> - 3922: <-0.000773, 0.006070, -0.006070> - 3923: <-0.001156, 0.006039, -0.006039> - 3924: <-0.001536, 0.006269, -0.005707> - 3925: <-0.001157, 0.006313, -0.005747> - 3926: <-0.001156, 0.006039, -0.006039> - 3927: <-0.001534, 0.005996, -0.005996> - 3928: <-0.001908, 0.006212, -0.005657> - 3929: <-0.001536, 0.006269, -0.005707> - 3930: <-0.001534, 0.005996, -0.005996> - 3931: <-0.001906, 0.005944, -0.005944> - 3932: <-0.002272, 0.006146, -0.005599> - 3933: <-0.001908, 0.006212, -0.005657> - 3934: <-0.001906, 0.005944, -0.005944> - 3935: <-0.002269, 0.005881, -0.005881> - 3936: <-0.002627, 0.006069, -0.005533> - 3937: <-0.002272, 0.006146, -0.005599> - 3938: <-0.002269, 0.005881, -0.005881> - 3939: <-0.002623, 0.005809, -0.005809> - 3940: <-0.002971, 0.005983, -0.005459> - 3941: <-0.002627, 0.006069, -0.005533> - 3942: <-0.002623, 0.005809, -0.005809> - 3943: <-0.002966, 0.005729, -0.005729> - 3944: <-0.003302, 0.005888, -0.005379> - 3945: <-0.002971, 0.005983, -0.005459> - 3946: <-0.002966, 0.005729, -0.005729> - 3947: <-0.003297, 0.005642, -0.005642> - 3948: <-0.003619, 0.005786, -0.005294> - 3949: <-0.003302, 0.005888, -0.005379> - 3950: <-0.003297, 0.005642, -0.005642> - 3951: <-0.003612, 0.005549, -0.005549> - 3952: <-0.003918, 0.005678, -0.005207> - 3953: <-0.003619, 0.005786, -0.005294> - 3954: <-0.003612, 0.005549, -0.005549> - 3955: <-0.003910, 0.005451, -0.005451> - 3956: <-0.004199, 0.005564, -0.005120> - 3957: <-0.003918, 0.005678, -0.005207> - 3958: <-0.003910, 0.005451, -0.005451> - 3959: <-0.004188, 0.005351, -0.005351> - 3960: <-0.004460, 0.005446, -0.005034> - 3961: <-0.004199, 0.005564, -0.005120> - 3962: <-0.004188, 0.005351, -0.005351> - 3963: <-0.004436, 0.005255, -0.005255> - 3964: <-0.004691, 0.005326, -0.004959> - 3965: <-0.004460, 0.005446, -0.005034> - 3966: <-0.004436, 0.005255, -0.005255> - 3967: <-0.004647, 0.005166, -0.005166> - 3968: <-0.004894, 0.005206, -0.004894> - 3969: <-0.004691, 0.005326, -0.004959> - 3970: <-0.004647, 0.005166, -0.005166> - 3971: <-0.004833, 0.005081, -0.005081> - 3972: <-0.005081, 0.005081, -0.004833> - 3973: <-0.004894, 0.005206, -0.004894> - 3974: <-0.004833, 0.005081, -0.005081> - 3975: <-0.005000, 0.005000, -0.005000> - 3976: <-0.005166, 0.005166, -0.004647> - 3977: <-0.004959, 0.005326, -0.004691> - 3978: <-0.004894, 0.005206, -0.004894> - 3979: <-0.005081, 0.005081, -0.004833> - 3980: <-0.005255, 0.005255, -0.004436> - 3981: <-0.005034, 0.005446, -0.004460> - 3982: <-0.004959, 0.005326, -0.004691> - 3983: <-0.005166, 0.005166, -0.004647> - 3984: <-0.005351, 0.005351, -0.004188> - 3985: <-0.005120, 0.005564, -0.004199> - 3986: <-0.005034, 0.005446, -0.004460> - 3987: <-0.005255, 0.005255, -0.004436> - 3988: <-0.005451, 0.005451, -0.003910> - 3989: <-0.005207, 0.005678, -0.003918> - 3990: <-0.005120, 0.005564, -0.004199> - 3991: <-0.005351, 0.005351, -0.004188> - 3992: <-0.005549, 0.005549, -0.003612> - 3993: <-0.005294, 0.005786, -0.003619> - 3994: <-0.005207, 0.005678, -0.003918> - 3995: <-0.005451, 0.005451, -0.003910> - 3996: <-0.005642, 0.005642, -0.003297> - 3997: <-0.005379, 0.005888, -0.003302> - 3998: <-0.005294, 0.005786, -0.003619> - 3999: <-0.005549, 0.005549, -0.003612> - 4000: <-0.005729, 0.005729, -0.002966> - 4001: <-0.005459, 0.005983, -0.002971> - 4002: <-0.005379, 0.005888, -0.003302> - 4003: <-0.005642, 0.005642, -0.003297> - 4004: <-0.005809, 0.005809, -0.002623> - 4005: <-0.005533, 0.006069, -0.002627> - 4006: <-0.005459, 0.005983, -0.002971> - 4007: <-0.005729, 0.005729, -0.002966> - 4008: <-0.005881, 0.005881, -0.002269> - 4009: <-0.005599, 0.006146, -0.002272> - 4010: <-0.005533, 0.006069, -0.002627> - 4011: <-0.005809, 0.005809, -0.002623> - 4012: <-0.005944, 0.005944, -0.001906> - 4013: <-0.005657, 0.006212, -0.001908> - 4014: <-0.005599, 0.006146, -0.002272> - 4015: <-0.005881, 0.005881, -0.002269> - 4016: <-0.005996, 0.005996, -0.001534> - 4017: <-0.005707, 0.006269, -0.001536> - 4018: <-0.005657, 0.006212, -0.001908> - 4019: <-0.005944, 0.005944, -0.001906> - 4020: <-0.006039, 0.006039, -0.001156> - 4021: <-0.005747, 0.006313, -0.001157> - 4022: <-0.005707, 0.006269, -0.001536> - 4023: <-0.005996, 0.005996, -0.001534> - 4024: <-0.006070, 0.006070, -0.000773> - 4025: <-0.005776, 0.006346, -0.000774> - 4026: <-0.005747, 0.006313, -0.001157> - 4027: <-0.006039, 0.006039, -0.001156> - 4028: <-0.006089, 0.006089, -0.000387> - 4029: <-0.005794, 0.006366, -0.000388> - 4030: <-0.005776, 0.006346, -0.000774> - 4031: <-0.006070, 0.006070, -0.000773> - 4032: <-0.006096, 0.006096, -0.000000> - 4033: <-0.005801, 0.006373, -0.000000> - 4034: <-0.005794, 0.006366, -0.000388> - 4035: <-0.006089, 0.006089, -0.000387> - 4036: <-0.006089, 0.006089, 0.000387> - 4037: <-0.005794, 0.006366, 0.000388> - 4038: <-0.005801, 0.006373, -0.000000> - 4039: <-0.006096, 0.006096, -0.000000> - 4040: <-0.006070, 0.006070, 0.000773> - 4041: <-0.005776, 0.006346, 0.000774> - 4042: <-0.005794, 0.006366, 0.000388> - 4043: <-0.006089, 0.006089, 0.000387> - 4044: <-0.006039, 0.006039, 0.001156> - 4045: <-0.005747, 0.006313, 0.001157> - 4046: <-0.005776, 0.006346, 0.000774> - 4047: <-0.006070, 0.006070, 0.000773> - 4048: <-0.005996, 0.005996, 0.001534> - 4049: <-0.005707, 0.006269, 0.001536> - 4050: <-0.005747, 0.006313, 0.001157> - 4051: <-0.006039, 0.006039, 0.001156> - 4052: <-0.005944, 0.005944, 0.001906> - 4053: <-0.005657, 0.006212, 0.001908> - 4054: <-0.005707, 0.006269, 0.001536> - 4055: <-0.005996, 0.005996, 0.001534> - 4056: <-0.005881, 0.005881, 0.002269> - 4057: <-0.005599, 0.006146, 0.002272> - 4058: <-0.005657, 0.006212, 0.001908> - 4059: <-0.005944, 0.005944, 0.001906> - 4060: <-0.005809, 0.005809, 0.002623> - 4061: <-0.005533, 0.006069, 0.002627> - 4062: <-0.005599, 0.006146, 0.002272> - 4063: <-0.005881, 0.005881, 0.002269> - 4064: <-0.005729, 0.005729, 0.002966> - 4065: <-0.005459, 0.005983, 0.002971> - 4066: <-0.005533, 0.006069, 0.002627> - 4067: <-0.005809, 0.005809, 0.002623> - 4068: <-0.005642, 0.005642, 0.003297> - 4069: <-0.005379, 0.005888, 0.003302> - 4070: <-0.005459, 0.005983, 0.002971> - 4071: <-0.005729, 0.005729, 0.002966> - 4072: <-0.005549, 0.005549, 0.003612> - 4073: <-0.005294, 0.005786, 0.003619> - 4074: <-0.005379, 0.005888, 0.003302> - 4075: <-0.005642, 0.005642, 0.003297> - 4076: <-0.005451, 0.005451, 0.003910> - 4077: <-0.005207, 0.005678, 0.003918> - 4078: <-0.005294, 0.005786, 0.003619> - 4079: <-0.005549, 0.005549, 0.003612> - 4080: <-0.005351, 0.005351, 0.004188> - 4081: <-0.005120, 0.005564, 0.004199> - 4082: <-0.005207, 0.005678, 0.003918> - 4083: <-0.005451, 0.005451, 0.003910> - 4084: <-0.005255, 0.005255, 0.004436> - 4085: <-0.005034, 0.005446, 0.004460> - 4086: <-0.005120, 0.005564, 0.004199> - 4087: <-0.005351, 0.005351, 0.004188> - 4088: <-0.005166, 0.005166, 0.004647> - 4089: <-0.004959, 0.005326, 0.004691> - 4090: <-0.005034, 0.005446, 0.004460> - 4091: <-0.005255, 0.005255, 0.004436> - 4092: <-0.005081, 0.005081, 0.004833> - 4093: <-0.004894, 0.005206, 0.004894> - 4094: <-0.004959, 0.005326, 0.004691> - 4095: <-0.005166, 0.005166, 0.004647> - 4096: <-0.004894, -0.004894, -0.005206> - 4097: <-0.004959, -0.004691, -0.005326> - 4098: <-0.004738, -0.004738, -0.005479> - 4099: <-0.004691, -0.004959, -0.005326> - 4100: <-0.004959, -0.004691, -0.005326> - 4101: <-0.005034, -0.004460, -0.005446> - 4102: <-0.004798, -0.004494, -0.005623> - 4103: <-0.004738, -0.004738, -0.005479> - 4104: <-0.005034, -0.004460, -0.005446> - 4105: <-0.005120, -0.004199, -0.005564> - 4106: <-0.004870, -0.004226, -0.005760> - 4107: <-0.004798, -0.004494, -0.005623> - 4108: <-0.005120, -0.004199, -0.005564> - 4109: <-0.005207, -0.003918, -0.005678> - 4110: <-0.004946, -0.003941, -0.005887> - 4111: <-0.004870, -0.004226, -0.005760> - 4112: <-0.005207, -0.003918, -0.005678> - 4113: <-0.005294, -0.003619, -0.005786> - 4114: <-0.005023, -0.003637, -0.006006> - 4115: <-0.004946, -0.003941, -0.005887> - 4116: <-0.005294, -0.003619, -0.005786> - 4117: <-0.005379, -0.003302, -0.005888> - 4118: <-0.005099, -0.003318, -0.006117> - 4119: <-0.005023, -0.003637, -0.006006> - 4120: <-0.005379, -0.003302, -0.005888> - 4121: <-0.005459, -0.002971, -0.005983> - 4122: <-0.005172, -0.002984, -0.006219> - 4123: <-0.005099, -0.003318, -0.006117> - 4124: <-0.005459, -0.002971, -0.005983> - 4125: <-0.005533, -0.002627, -0.006069> - 4126: <-0.005240, -0.002638, -0.006311> - 4127: <-0.005172, -0.002984, -0.006219> - 4128: <-0.005533, -0.002627, -0.006069> - 4129: <-0.005599, -0.002272, -0.006146> - 4130: <-0.005301, -0.002281, -0.006393> - 4131: <-0.005240, -0.002638, -0.006311> - 4132: <-0.005599, -0.002272, -0.006146> - 4133: <-0.005657, -0.001908, -0.006212> - 4134: <-0.005355, -0.001915, -0.006464> - 4135: <-0.005301, -0.002281, -0.006393> - 4136: <-0.005657, -0.001908, -0.006212> - 4137: <-0.005707, -0.001536, -0.006269> - 4138: <-0.005401, -0.001541, -0.006523> - 4139: <-0.005355, -0.001915, -0.006464> - 4140: <-0.005707, -0.001536, -0.006269> - 4141: <-0.005747, -0.001157, -0.006313> - 4142: <-0.005438, -0.001161, -0.006570> - 4143: <-0.005401, -0.001541, -0.006523> - 4144: <-0.005747, -0.001157, -0.006313> - 4145: <-0.005776, -0.000774, -0.006346> - 4146: <-0.005466, -0.000777, -0.006605> - 4147: <-0.005438, -0.001161, -0.006570> - 4148: <-0.005776, -0.000774, -0.006346> - 4149: <-0.005794, -0.000388, -0.006366> - 4150: <-0.005483, -0.000389, -0.006626> - 4151: <-0.005466, -0.000777, -0.006605> - 4152: <-0.005794, -0.000388, -0.006366> - 4153: <-0.005801, 0.000000, -0.006373> - 4154: <-0.005489, -0.000000, -0.006633> - 4155: <-0.005483, -0.000389, -0.006626> - 4156: <-0.005801, 0.000000, -0.006373> - 4157: <-0.005794, 0.000388, -0.006366> - 4158: <-0.005483, 0.000389, -0.006626> - 4159: <-0.005489, -0.000000, -0.006633> - 4160: <-0.005794, 0.000388, -0.006366> - 4161: <-0.005776, 0.000774, -0.006346> - 4162: <-0.005466, 0.000777, -0.006605> - 4163: <-0.005483, 0.000389, -0.006626> - 4164: <-0.005776, 0.000774, -0.006346> - 4165: <-0.005747, 0.001157, -0.006313> - 4166: <-0.005438, 0.001161, -0.006570> - 4167: <-0.005466, 0.000777, -0.006605> - 4168: <-0.005747, 0.001157, -0.006313> - 4169: <-0.005707, 0.001536, -0.006269> - 4170: <-0.005401, 0.001541, -0.006523> - 4171: <-0.005438, 0.001161, -0.006570> - 4172: <-0.005707, 0.001536, -0.006269> - 4173: <-0.005657, 0.001908, -0.006212> - 4174: <-0.005355, 0.001915, -0.006464> - 4175: <-0.005401, 0.001541, -0.006523> - 4176: <-0.005657, 0.001908, -0.006212> - 4177: <-0.005599, 0.002272, -0.006146> - 4178: <-0.005301, 0.002281, -0.006393> - 4179: <-0.005355, 0.001915, -0.006464> - 4180: <-0.005599, 0.002272, -0.006146> - 4181: <-0.005533, 0.002627, -0.006069> - 4182: <-0.005240, 0.002638, -0.006311> - 4183: <-0.005301, 0.002281, -0.006393> - 4184: <-0.005533, 0.002627, -0.006069> - 4185: <-0.005459, 0.002971, -0.005983> - 4186: <-0.005172, 0.002984, -0.006219> - 4187: <-0.005240, 0.002638, -0.006311> - 4188: <-0.005459, 0.002971, -0.005983> - 4189: <-0.005379, 0.003302, -0.005888> - 4190: <-0.005099, 0.003318, -0.006117> - 4191: <-0.005172, 0.002984, -0.006219> - 4192: <-0.005379, 0.003302, -0.005888> - 4193: <-0.005294, 0.003619, -0.005786> - 4194: <-0.005023, 0.003637, -0.006006> - 4195: <-0.005099, 0.003318, -0.006117> - 4196: <-0.005294, 0.003619, -0.005786> - 4197: <-0.005207, 0.003918, -0.005678> - 4198: <-0.004946, 0.003941, -0.005887> - 4199: <-0.005023, 0.003637, -0.006006> - 4200: <-0.005207, 0.003918, -0.005678> - 4201: <-0.005120, 0.004199, -0.005564> - 4202: <-0.004870, 0.004226, -0.005760> - 4203: <-0.004946, 0.003941, -0.005887> - 4204: <-0.005120, 0.004199, -0.005564> - 4205: <-0.005034, 0.004460, -0.005446> - 4206: <-0.004798, 0.004494, -0.005623> - 4207: <-0.004870, 0.004226, -0.005760> - 4208: <-0.005034, 0.004460, -0.005446> - 4209: <-0.004959, 0.004691, -0.005326> - 4210: <-0.004738, 0.004738, -0.005479> - 4211: <-0.004798, 0.004494, -0.005623> - 4212: <-0.004959, 0.004691, -0.005326> - 4213: <-0.004894, 0.004894, -0.005206> - 4214: <-0.004691, 0.004959, -0.005326> - 4215: <-0.004738, 0.004738, -0.005479> - 4216: <-0.004691, -0.004959, -0.005326> - 4217: <-0.004738, -0.004738, -0.005479> - 4218: <-0.004494, -0.004798, -0.005623> - 4219: <-0.004460, -0.005034, -0.005446> - 4220: <-0.004738, -0.004738, -0.005479> - 4221: <-0.004798, -0.004494, -0.005623> - 4222: <-0.004542, -0.004542, -0.005788> - 4223: <-0.004494, -0.004798, -0.005623> - 4224: <-0.004798, -0.004494, -0.005623> - 4225: <-0.004870, -0.004226, -0.005760> - 4226: <-0.004602, -0.004267, -0.005939> - 4227: <-0.004542, -0.004542, -0.005788> - 4228: <-0.004870, -0.004226, -0.005760> - 4229: <-0.004946, -0.003941, -0.005887> - 4230: <-0.004668, -0.003975, -0.006080> - 4231: <-0.004602, -0.004267, -0.005939> - 4232: <-0.004946, -0.003941, -0.005887> - 4233: <-0.005023, -0.003637, -0.006006> - 4234: <-0.004736, -0.003666, -0.006210> - 4235: <-0.004668, -0.003975, -0.006080> - 4236: <-0.005023, -0.003637, -0.006006> - 4237: <-0.005099, -0.003318, -0.006117> - 4238: <-0.004804, -0.003342, -0.006329> - 4239: <-0.004736, -0.003666, -0.006210> - 4240: <-0.005099, -0.003318, -0.006117> - 4241: <-0.005172, -0.002984, -0.006219> - 4242: <-0.004870, -0.003004, -0.006439> - 4243: <-0.004804, -0.003342, -0.006329> - 4244: <-0.005172, -0.002984, -0.006219> - 4245: <-0.005240, -0.002638, -0.006311> - 4246: <-0.004931, -0.002655, -0.006537> - 4247: <-0.004870, -0.003004, -0.006439> - 4248: <-0.005240, -0.002638, -0.006311> - 4249: <-0.005301, -0.002281, -0.006393> - 4250: <-0.004987, -0.002295, -0.006623> - 4251: <-0.004931, -0.002655, -0.006537> - 4252: <-0.005301, -0.002281, -0.006393> - 4253: <-0.005355, -0.001915, -0.006464> - 4254: <-0.005037, -0.001926, -0.006698> - 4255: <-0.004987, -0.002295, -0.006623> - 4256: <-0.005355, -0.001915, -0.006464> - 4257: <-0.005401, -0.001541, -0.006523> - 4258: <-0.005080, -0.001550, -0.006761> - 4259: <-0.005037, -0.001926, -0.006698> - 4260: <-0.005401, -0.001541, -0.006523> - 4261: <-0.005438, -0.001161, -0.006570> - 4262: <-0.005114, -0.001168, -0.006810> - 4263: <-0.005080, -0.001550, -0.006761> - 4264: <-0.005438, -0.001161, -0.006570> - 4265: <-0.005466, -0.000777, -0.006605> - 4266: <-0.005140, -0.000781, -0.006846> - 4267: <-0.005114, -0.001168, -0.006810> - 4268: <-0.005466, -0.000777, -0.006605> - 4269: <-0.005483, -0.000389, -0.006626> - 4270: <-0.005156, -0.000391, -0.006868> - 4271: <-0.005140, -0.000781, -0.006846> - 4272: <-0.005483, -0.000389, -0.006626> - 4273: <-0.005489, -0.000000, -0.006633> - 4274: <-0.005162, -0.000000, -0.006875> - 4275: <-0.005156, -0.000391, -0.006868> - 4276: <-0.005489, -0.000000, -0.006633> - 4277: <-0.005483, 0.000389, -0.006626> - 4278: <-0.005156, 0.000391, -0.006868> - 4279: <-0.005162, -0.000000, -0.006875> - 4280: <-0.005483, 0.000389, -0.006626> - 4281: <-0.005466, 0.000777, -0.006605> - 4282: <-0.005140, 0.000781, -0.006846> - 4283: <-0.005156, 0.000391, -0.006868> - 4284: <-0.005466, 0.000777, -0.006605> - 4285: <-0.005438, 0.001161, -0.006570> - 4286: <-0.005114, 0.001168, -0.006810> - 4287: <-0.005140, 0.000781, -0.006846> - 4288: <-0.005438, 0.001161, -0.006570> - 4289: <-0.005401, 0.001541, -0.006523> - 4290: <-0.005080, 0.001550, -0.006761> - 4291: <-0.005114, 0.001168, -0.006810> - 4292: <-0.005401, 0.001541, -0.006523> - 4293: <-0.005355, 0.001915, -0.006464> - 4294: <-0.005037, 0.001926, -0.006698> - 4295: <-0.005080, 0.001550, -0.006761> - 4296: <-0.005355, 0.001915, -0.006464> - 4297: <-0.005301, 0.002281, -0.006393> - 4298: <-0.004987, 0.002295, -0.006623> - 4299: <-0.005037, 0.001926, -0.006698> - 4300: <-0.005301, 0.002281, -0.006393> - 4301: <-0.005240, 0.002638, -0.006311> - 4302: <-0.004931, 0.002655, -0.006537> - 4303: <-0.004987, 0.002295, -0.006623> - 4304: <-0.005240, 0.002638, -0.006311> - 4305: <-0.005172, 0.002984, -0.006219> - 4306: <-0.004870, 0.003004, -0.006439> - 4307: <-0.004931, 0.002655, -0.006537> - 4308: <-0.005172, 0.002984, -0.006219> - 4309: <-0.005099, 0.003318, -0.006117> - 4310: <-0.004804, 0.003342, -0.006329> - 4311: <-0.004870, 0.003004, -0.006439> - 4312: <-0.005099, 0.003318, -0.006117> - 4313: <-0.005023, 0.003637, -0.006006> - 4314: <-0.004736, 0.003666, -0.006210> - 4315: <-0.004804, 0.003342, -0.006329> - 4316: <-0.005023, 0.003637, -0.006006> - 4317: <-0.004946, 0.003941, -0.005887> - 4318: <-0.004668, 0.003975, -0.006080> - 4319: <-0.004736, 0.003666, -0.006210> - 4320: <-0.004946, 0.003941, -0.005887> - 4321: <-0.004870, 0.004226, -0.005760> - 4322: <-0.004602, 0.004267, -0.005939> - 4323: <-0.004668, 0.003975, -0.006080> - 4324: <-0.004870, 0.004226, -0.005760> - 4325: <-0.004798, 0.004494, -0.005623> - 4326: <-0.004542, 0.004542, -0.005788> - 4327: <-0.004602, 0.004267, -0.005939> - 4328: <-0.004798, 0.004494, -0.005623> - 4329: <-0.004738, 0.004738, -0.005479> - 4330: <-0.004494, 0.004798, -0.005623> - 4331: <-0.004542, 0.004542, -0.005788> - 4332: <-0.004738, 0.004738, -0.005479> - 4333: <-0.004691, 0.004959, -0.005326> - 4334: <-0.004460, 0.005034, -0.005446> - 4335: <-0.004494, 0.004798, -0.005623> - 4336: <-0.004460, -0.005034, -0.005446> - 4337: <-0.004494, -0.004798, -0.005623> - 4338: <-0.004226, -0.004870, -0.005760> - 4339: <-0.004199, -0.005120, -0.005564> - 4340: <-0.004494, -0.004798, -0.005623> - 4341: <-0.004542, -0.004542, -0.005788> - 4342: <-0.004267, -0.004602, -0.005939> - 4343: <-0.004226, -0.004870, -0.005760> - 4344: <-0.004542, -0.004542, -0.005788> - 4345: <-0.004602, -0.004267, -0.005939> - 4346: <-0.004318, -0.004318, -0.006105> - 4347: <-0.004267, -0.004602, -0.005939> - 4348: <-0.004602, -0.004267, -0.005939> - 4349: <-0.004668, -0.003975, -0.006080> - 4350: <-0.004374, -0.004017, -0.006257> - 4351: <-0.004318, -0.004318, -0.006105> - 4352: <-0.004668, -0.003975, -0.006080> - 4353: <-0.004736, -0.003666, -0.006210> - 4354: <-0.004434, -0.003701, -0.006397> - 4355: <-0.004374, -0.004017, -0.006257> - 4356: <-0.004736, -0.003666, -0.006210> - 4357: <-0.004804, -0.003342, -0.006329> - 4358: <-0.004494, -0.003372, -0.006525> - 4359: <-0.004434, -0.003701, -0.006397> - 4360: <-0.004804, -0.003342, -0.006329> - 4361: <-0.004870, -0.003004, -0.006439> - 4362: <-0.004553, -0.003030, -0.006641> - 4363: <-0.004494, -0.003372, -0.006525> - 4364: <-0.004870, -0.003004, -0.006439> - 4365: <-0.004931, -0.002655, -0.006537> - 4366: <-0.004609, -0.002676, -0.006745> - 4367: <-0.004553, -0.003030, -0.006641> - 4368: <-0.004931, -0.002655, -0.006537> - 4369: <-0.004987, -0.002295, -0.006623> - 4370: <-0.004659, -0.002313, -0.006836> - 4371: <-0.004609, -0.002676, -0.006745> - 4372: <-0.004987, -0.002295, -0.006623> - 4373: <-0.005037, -0.001926, -0.006698> - 4374: <-0.004705, -0.001940, -0.006915> - 4375: <-0.004659, -0.002313, -0.006836> - 4376: <-0.005037, -0.001926, -0.006698> - 4377: <-0.005080, -0.001550, -0.006761> - 4378: <-0.004744, -0.001561, -0.006980> - 4379: <-0.004705, -0.001940, -0.006915> - 4380: <-0.005080, -0.001550, -0.006761> - 4381: <-0.005114, -0.001168, -0.006810> - 4382: <-0.004776, -0.001176, -0.007032> - 4383: <-0.004744, -0.001561, -0.006980> - 4384: <-0.005114, -0.001168, -0.006810> - 4385: <-0.005140, -0.000781, -0.006846> - 4386: <-0.004800, -0.000786, -0.007069> - 4387: <-0.004776, -0.001176, -0.007032> - 4388: <-0.005140, -0.000781, -0.006846> - 4389: <-0.005156, -0.000391, -0.006868> - 4390: <-0.004815, -0.000394, -0.007092> - 4391: <-0.004800, -0.000786, -0.007069> - 4392: <-0.005156, -0.000391, -0.006868> - 4393: <-0.005162, -0.000000, -0.006875> - 4394: <-0.004820, -0.000000, -0.007099> - 4395: <-0.004815, -0.000394, -0.007092> - 4396: <-0.005162, -0.000000, -0.006875> - 4397: <-0.005156, 0.000391, -0.006868> - 4398: <-0.004815, 0.000394, -0.007092> - 4399: <-0.004820, -0.000000, -0.007099> - 4400: <-0.005156, 0.000391, -0.006868> - 4401: <-0.005140, 0.000781, -0.006846> - 4402: <-0.004800, 0.000786, -0.007069> - 4403: <-0.004815, 0.000394, -0.007092> - 4404: <-0.005140, 0.000781, -0.006846> - 4405: <-0.005114, 0.001168, -0.006810> - 4406: <-0.004776, 0.001176, -0.007032> - 4407: <-0.004800, 0.000786, -0.007069> - 4408: <-0.005114, 0.001168, -0.006810> - 4409: <-0.005080, 0.001550, -0.006761> - 4410: <-0.004744, 0.001561, -0.006980> - 4411: <-0.004776, 0.001176, -0.007032> - 4412: <-0.005080, 0.001550, -0.006761> - 4413: <-0.005037, 0.001926, -0.006698> - 4414: <-0.004705, 0.001940, -0.006915> - 4415: <-0.004744, 0.001561, -0.006980> - 4416: <-0.005037, 0.001926, -0.006698> - 4417: <-0.004987, 0.002295, -0.006623> - 4418: <-0.004659, 0.002313, -0.006836> - 4419: <-0.004705, 0.001940, -0.006915> - 4420: <-0.004987, 0.002295, -0.006623> - 4421: <-0.004931, 0.002655, -0.006537> - 4422: <-0.004609, 0.002676, -0.006745> - 4423: <-0.004659, 0.002313, -0.006836> - 4424: <-0.004931, 0.002655, -0.006537> - 4425: <-0.004870, 0.003004, -0.006439> - 4426: <-0.004553, 0.003030, -0.006641> - 4427: <-0.004609, 0.002676, -0.006745> - 4428: <-0.004870, 0.003004, -0.006439> - 4429: <-0.004804, 0.003342, -0.006329> - 4430: <-0.004494, 0.003372, -0.006525> - 4431: <-0.004553, 0.003030, -0.006641> - 4432: <-0.004804, 0.003342, -0.006329> - 4433: <-0.004736, 0.003666, -0.006210> - 4434: <-0.004434, 0.003701, -0.006397> - 4435: <-0.004494, 0.003372, -0.006525> - 4436: <-0.004736, 0.003666, -0.006210> - 4437: <-0.004668, 0.003975, -0.006080> - 4438: <-0.004374, 0.004017, -0.006257> - 4439: <-0.004434, 0.003701, -0.006397> - 4440: <-0.004668, 0.003975, -0.006080> - 4441: <-0.004602, 0.004267, -0.005939> - 4442: <-0.004318, 0.004318, -0.006105> - 4443: <-0.004374, 0.004017, -0.006257> - 4444: <-0.004602, 0.004267, -0.005939> - 4445: <-0.004542, 0.004542, -0.005788> - 4446: <-0.004267, 0.004602, -0.005939> - 4447: <-0.004318, 0.004318, -0.006105> - 4448: <-0.004542, 0.004542, -0.005788> - 4449: <-0.004494, 0.004798, -0.005623> - 4450: <-0.004226, 0.004870, -0.005760> - 4451: <-0.004267, 0.004602, -0.005939> - 4452: <-0.004494, 0.004798, -0.005623> - 4453: <-0.004460, 0.005034, -0.005446> - 4454: <-0.004199, 0.005120, -0.005564> - 4455: <-0.004226, 0.004870, -0.005760> - 4456: <-0.004199, -0.005120, -0.005564> - 4457: <-0.004226, -0.004870, -0.005760> - 4458: <-0.003941, -0.004946, -0.005887> - 4459: <-0.003918, -0.005207, -0.005678> - 4460: <-0.004226, -0.004870, -0.005760> - 4461: <-0.004267, -0.004602, -0.005939> - 4462: <-0.003975, -0.004668, -0.006080> - 4463: <-0.003941, -0.004946, -0.005887> - 4464: <-0.004267, -0.004602, -0.005939> - 4465: <-0.004318, -0.004318, -0.006105> - 4466: <-0.004017, -0.004374, -0.006257> - 4467: <-0.003975, -0.004668, -0.006080> - 4468: <-0.004318, -0.004318, -0.006105> - 4469: <-0.004374, -0.004017, -0.006257> - 4470: <-0.004065, -0.004065, -0.006421> - 4471: <-0.004017, -0.004374, -0.006257> - 4472: <-0.004374, -0.004017, -0.006257> - 4473: <-0.004434, -0.003701, -0.006397> - 4474: <-0.004117, -0.003743, -0.006570> - 4475: <-0.004065, -0.004065, -0.006421> - 4476: <-0.004434, -0.003701, -0.006397> - 4477: <-0.004494, -0.003372, -0.006525> - 4478: <-0.004170, -0.003407, -0.006705> - 4479: <-0.004117, -0.003743, -0.006570> - 4480: <-0.004494, -0.003372, -0.006525> - 4481: <-0.004553, -0.003030, -0.006641> - 4482: <-0.004223, -0.003060, -0.006828> - 4483: <-0.004170, -0.003407, -0.006705> - 4484: <-0.004553, -0.003030, -0.006641> - 4485: <-0.004609, -0.002676, -0.006745> - 4486: <-0.004273, -0.002701, -0.006937> - 4487: <-0.004223, -0.003060, -0.006828> - 4488: <-0.004609, -0.002676, -0.006745> - 4489: <-0.004659, -0.002313, -0.006836> - 4490: <-0.004318, -0.002333, -0.007033> - 4491: <-0.004273, -0.002701, -0.006937> - 4492: <-0.004659, -0.002313, -0.006836> - 4493: <-0.004705, -0.001940, -0.006915> - 4494: <-0.004360, -0.001957, -0.007115> - 4495: <-0.004318, -0.002333, -0.007033> - 4496: <-0.004705, -0.001940, -0.006915> - 4497: <-0.004744, -0.001561, -0.006980> - 4498: <-0.004395, -0.001574, -0.007183> - 4499: <-0.004360, -0.001957, -0.007115> - 4500: <-0.004744, -0.001561, -0.006980> - 4501: <-0.004776, -0.001176, -0.007032> - 4502: <-0.004424, -0.001185, -0.007236> - 4503: <-0.004395, -0.001574, -0.007183> - 4504: <-0.004776, -0.001176, -0.007032> - 4505: <-0.004800, -0.000786, -0.007069> - 4506: <-0.004446, -0.000792, -0.007275> - 4507: <-0.004424, -0.001185, -0.007236> - 4508: <-0.004800, -0.000786, -0.007069> - 4509: <-0.004815, -0.000394, -0.007092> - 4510: <-0.004460, -0.000397, -0.007298> - 4511: <-0.004446, -0.000792, -0.007275> - 4512: <-0.004815, -0.000394, -0.007092> - 4513: <-0.004820, -0.000000, -0.007099> - 4514: <-0.004465, -0.000000, -0.007306> - 4515: <-0.004460, -0.000397, -0.007298> - 4516: <-0.004820, -0.000000, -0.007099> - 4517: <-0.004815, 0.000394, -0.007092> - 4518: <-0.004460, 0.000397, -0.007298> - 4519: <-0.004465, -0.000000, -0.007306> - 4520: <-0.004815, 0.000394, -0.007092> - 4521: <-0.004800, 0.000786, -0.007069> - 4522: <-0.004446, 0.000792, -0.007275> - 4523: <-0.004460, 0.000397, -0.007298> - 4524: <-0.004800, 0.000786, -0.007069> - 4525: <-0.004776, 0.001176, -0.007032> - 4526: <-0.004424, 0.001185, -0.007236> - 4527: <-0.004446, 0.000792, -0.007275> - 4528: <-0.004776, 0.001176, -0.007032> - 4529: <-0.004744, 0.001561, -0.006980> - 4530: <-0.004395, 0.001574, -0.007183> - 4531: <-0.004424, 0.001185, -0.007236> - 4532: <-0.004744, 0.001561, -0.006980> - 4533: <-0.004705, 0.001940, -0.006915> - 4534: <-0.004360, 0.001957, -0.007115> - 4535: <-0.004395, 0.001574, -0.007183> - 4536: <-0.004705, 0.001940, -0.006915> - 4537: <-0.004659, 0.002313, -0.006836> - 4538: <-0.004318, 0.002333, -0.007033> - 4539: <-0.004360, 0.001957, -0.007115> - 4540: <-0.004659, 0.002313, -0.006836> - 4541: <-0.004609, 0.002676, -0.006745> - 4542: <-0.004273, 0.002701, -0.006937> - 4543: <-0.004318, 0.002333, -0.007033> - 4544: <-0.004609, 0.002676, -0.006745> - 4545: <-0.004553, 0.003030, -0.006641> - 4546: <-0.004223, 0.003060, -0.006828> - 4547: <-0.004273, 0.002701, -0.006937> - 4548: <-0.004553, 0.003030, -0.006641> - 4549: <-0.004494, 0.003372, -0.006525> - 4550: <-0.004170, 0.003407, -0.006705> - 4551: <-0.004223, 0.003060, -0.006828> - 4552: <-0.004494, 0.003372, -0.006525> - 4553: <-0.004434, 0.003701, -0.006397> - 4554: <-0.004117, 0.003743, -0.006570> - 4555: <-0.004170, 0.003407, -0.006705> - 4556: <-0.004434, 0.003701, -0.006397> - 4557: <-0.004374, 0.004017, -0.006257> - 4558: <-0.004065, 0.004065, -0.006421> - 4559: <-0.004117, 0.003743, -0.006570> - 4560: <-0.004374, 0.004017, -0.006257> - 4561: <-0.004318, 0.004318, -0.006105> - 4562: <-0.004017, 0.004374, -0.006257> - 4563: <-0.004065, 0.004065, -0.006421> - 4564: <-0.004318, 0.004318, -0.006105> - 4565: <-0.004267, 0.004602, -0.005939> - 4566: <-0.003975, 0.004668, -0.006080> - 4567: <-0.004017, 0.004374, -0.006257> - 4568: <-0.004267, 0.004602, -0.005939> - 4569: <-0.004226, 0.004870, -0.005760> - 4570: <-0.003941, 0.004946, -0.005887> - 4571: <-0.003975, 0.004668, -0.006080> - 4572: <-0.004226, 0.004870, -0.005760> - 4573: <-0.004199, 0.005120, -0.005564> - 4574: <-0.003918, 0.005207, -0.005678> - 4575: <-0.003941, 0.004946, -0.005887> - 4576: <-0.003918, -0.005207, -0.005678> - 4577: <-0.003941, -0.004946, -0.005887> - 4578: <-0.003637, -0.005023, -0.006006> - 4579: <-0.003619, -0.005294, -0.005786> - 4580: <-0.003941, -0.004946, -0.005887> - 4581: <-0.003975, -0.004668, -0.006080> - 4582: <-0.003666, -0.004736, -0.006210> - 4583: <-0.003637, -0.005023, -0.006006> - 4584: <-0.003975, -0.004668, -0.006080> - 4585: <-0.004017, -0.004374, -0.006257> - 4586: <-0.003701, -0.004434, -0.006397> - 4587: <-0.003666, -0.004736, -0.006210> - 4588: <-0.004017, -0.004374, -0.006257> - 4589: <-0.004065, -0.004065, -0.006421> - 4590: <-0.003743, -0.004117, -0.006570> - 4591: <-0.003701, -0.004434, -0.006397> - 4592: <-0.004065, -0.004065, -0.006421> - 4593: <-0.004117, -0.003743, -0.006570> - 4594: <-0.003788, -0.003788, -0.006727> - 4595: <-0.003743, -0.004117, -0.006570> - 4596: <-0.004117, -0.003743, -0.006570> - 4597: <-0.004170, -0.003407, -0.006705> - 4598: <-0.003834, -0.003446, -0.006870> - 4599: <-0.003788, -0.003788, -0.006727> - 4600: <-0.004170, -0.003407, -0.006705> - 4601: <-0.004223, -0.003060, -0.006828> - 4602: <-0.003880, -0.003093, -0.006998> - 4603: <-0.003834, -0.003446, -0.006870> - 4604: <-0.004223, -0.003060, -0.006828> - 4605: <-0.004273, -0.002701, -0.006937> - 4606: <-0.003924, -0.002729, -0.007112> - 4607: <-0.003880, -0.003093, -0.006998> - 4608: <-0.004273, -0.002701, -0.006937> - 4609: <-0.004318, -0.002333, -0.007033> - 4610: <-0.003965, -0.002356, -0.007212> - 4611: <-0.003924, -0.002729, -0.007112> - 4612: <-0.004318, -0.002333, -0.007033> - 4613: <-0.004360, -0.001957, -0.007115> - 4614: <-0.004002, -0.001975, -0.007297> - 4615: <-0.003965, -0.002356, -0.007212> - 4616: <-0.004360, -0.001957, -0.007115> - 4617: <-0.004395, -0.001574, -0.007183> - 4618: <-0.004034, -0.001588, -0.007367> - 4619: <-0.004002, -0.001975, -0.007297> - 4620: <-0.004395, -0.001574, -0.007183> - 4621: <-0.004424, -0.001185, -0.007236> - 4622: <-0.004061, -0.001196, -0.007423> - 4623: <-0.004034, -0.001588, -0.007367> - 4624: <-0.004424, -0.001185, -0.007236> - 4625: <-0.004446, -0.000792, -0.007275> - 4626: <-0.004081, -0.000799, -0.007462> - 4627: <-0.004061, -0.001196, -0.007423> - 4628: <-0.004446, -0.000792, -0.007275> - 4629: <-0.004460, -0.000397, -0.007298> - 4630: <-0.004093, -0.000400, -0.007487> - 4631: <-0.004081, -0.000799, -0.007462> - 4632: <-0.004460, -0.000397, -0.007298> - 4633: <-0.004465, -0.000000, -0.007306> - 4634: <-0.004098, -0.000000, -0.007495> - 4635: <-0.004093, -0.000400, -0.007487> - 4636: <-0.004465, -0.000000, -0.007306> - 4637: <-0.004460, 0.000397, -0.007298> - 4638: <-0.004093, 0.000400, -0.007487> - 4639: <-0.004098, -0.000000, -0.007495> - 4640: <-0.004460, 0.000397, -0.007298> - 4641: <-0.004446, 0.000792, -0.007275> - 4642: <-0.004081, 0.000799, -0.007462> - 4643: <-0.004093, 0.000400, -0.007487> - 4644: <-0.004446, 0.000792, -0.007275> - 4645: <-0.004424, 0.001185, -0.007236> - 4646: <-0.004061, 0.001196, -0.007423> - 4647: <-0.004081, 0.000799, -0.007462> - 4648: <-0.004424, 0.001185, -0.007236> - 4649: <-0.004395, 0.001574, -0.007183> - 4650: <-0.004034, 0.001588, -0.007367> - 4651: <-0.004061, 0.001196, -0.007423> - 4652: <-0.004395, 0.001574, -0.007183> - 4653: <-0.004360, 0.001957, -0.007115> - 4654: <-0.004002, 0.001975, -0.007297> - 4655: <-0.004034, 0.001588, -0.007367> - 4656: <-0.004360, 0.001957, -0.007115> - 4657: <-0.004318, 0.002333, -0.007033> - 4658: <-0.003965, 0.002356, -0.007212> - 4659: <-0.004002, 0.001975, -0.007297> - 4660: <-0.004318, 0.002333, -0.007033> - 4661: <-0.004273, 0.002701, -0.006937> - 4662: <-0.003924, 0.002729, -0.007112> - 4663: <-0.003965, 0.002356, -0.007212> - 4664: <-0.004273, 0.002701, -0.006937> - 4665: <-0.004223, 0.003060, -0.006828> - 4666: <-0.003880, 0.003093, -0.006998> - 4667: <-0.003924, 0.002729, -0.007112> - 4668: <-0.004223, 0.003060, -0.006828> - 4669: <-0.004170, 0.003407, -0.006705> - 4670: <-0.003834, 0.003446, -0.006870> - 4671: <-0.003880, 0.003093, -0.006998> - 4672: <-0.004170, 0.003407, -0.006705> - 4673: <-0.004117, 0.003743, -0.006570> - 4674: <-0.003788, 0.003788, -0.006727> - 4675: <-0.003834, 0.003446, -0.006870> - 4676: <-0.004117, 0.003743, -0.006570> - 4677: <-0.004065, 0.004065, -0.006421> - 4678: <-0.003743, 0.004117, -0.006570> - 4679: <-0.003788, 0.003788, -0.006727> - 4680: <-0.004065, 0.004065, -0.006421> - 4681: <-0.004017, 0.004374, -0.006257> - 4682: <-0.003701, 0.004434, -0.006397> - 4683: <-0.003743, 0.004117, -0.006570> - 4684: <-0.004017, 0.004374, -0.006257> - 4685: <-0.003975, 0.004668, -0.006080> - 4686: <-0.003666, 0.004736, -0.006210> - 4687: <-0.003701, 0.004434, -0.006397> - 4688: <-0.003975, 0.004668, -0.006080> - 4689: <-0.003941, 0.004946, -0.005887> - 4690: <-0.003637, 0.005023, -0.006006> - 4691: <-0.003666, 0.004736, -0.006210> - 4692: <-0.003941, 0.004946, -0.005887> - 4693: <-0.003918, 0.005207, -0.005678> - 4694: <-0.003619, 0.005294, -0.005786> - 4695: <-0.003637, 0.005023, -0.006006> - 4696: <-0.003619, -0.005294, -0.005786> - 4697: <-0.003637, -0.005023, -0.006006> - 4698: <-0.003318, -0.005099, -0.006117> - 4699: <-0.003302, -0.005379, -0.005888> - 4700: <-0.003637, -0.005023, -0.006006> - 4701: <-0.003666, -0.004736, -0.006210> - 4702: <-0.003342, -0.004804, -0.006329> - 4703: <-0.003318, -0.005099, -0.006117> - 4704: <-0.003666, -0.004736, -0.006210> - 4705: <-0.003701, -0.004434, -0.006397> - 4706: <-0.003372, -0.004494, -0.006525> - 4707: <-0.003342, -0.004804, -0.006329> - 4708: <-0.003701, -0.004434, -0.006397> - 4709: <-0.003743, -0.004117, -0.006570> - 4710: <-0.003407, -0.004170, -0.006705> - 4711: <-0.003372, -0.004494, -0.006525> - 4712: <-0.003743, -0.004117, -0.006570> - 4713: <-0.003788, -0.003788, -0.006727> - 4714: <-0.003446, -0.003834, -0.006870> - 4715: <-0.003407, -0.004170, -0.006705> - 4716: <-0.003788, -0.003788, -0.006727> - 4717: <-0.003834, -0.003446, -0.006870> - 4718: <-0.003486, -0.003486, -0.007018> - 4719: <-0.003446, -0.003834, -0.006870> - 4720: <-0.003834, -0.003446, -0.006870> - 4721: <-0.003880, -0.003093, -0.006998> - 4722: <-0.003526, -0.003127, -0.007152> - 4723: <-0.003486, -0.003486, -0.007018> - 4724: <-0.003880, -0.003093, -0.006998> - 4725: <-0.003924, -0.002729, -0.007112> - 4726: <-0.003565, -0.002758, -0.007270> - 4727: <-0.003526, -0.003127, -0.007152> - 4728: <-0.003924, -0.002729, -0.007112> - 4729: <-0.003965, -0.002356, -0.007212> - 4730: <-0.003601, -0.002380, -0.007374> - 4731: <-0.003565, -0.002758, -0.007270> - 4732: <-0.003965, -0.002356, -0.007212> - 4733: <-0.004002, -0.001975, -0.007297> - 4734: <-0.003634, -0.001995, -0.007462> - 4735: <-0.003601, -0.002380, -0.007374> - 4736: <-0.004002, -0.001975, -0.007297> - 4737: <-0.004034, -0.001588, -0.007367> - 4738: <-0.003663, -0.001603, -0.007535> - 4739: <-0.003634, -0.001995, -0.007462> - 4740: <-0.004034, -0.001588, -0.007367> - 4741: <-0.004061, -0.001196, -0.007423> - 4742: <-0.003686, -0.001207, -0.007591> - 4743: <-0.003663, -0.001603, -0.007535> - 4744: <-0.004061, -0.001196, -0.007423> - 4745: <-0.004081, -0.000799, -0.007462> - 4746: <-0.003704, -0.000807, -0.007632> - 4747: <-0.003686, -0.001207, -0.007591> - 4748: <-0.004081, -0.000799, -0.007462> - 4749: <-0.004093, -0.000400, -0.007487> - 4750: <-0.003716, -0.000404, -0.007657> - 4751: <-0.003704, -0.000807, -0.007632> - 4752: <-0.004093, -0.000400, -0.007487> - 4753: <-0.004098, -0.000000, -0.007495> - 4754: <-0.003720, -0.000000, -0.007665> - 4755: <-0.003716, -0.000404, -0.007657> - 4756: <-0.004098, -0.000000, -0.007495> - 4757: <-0.004093, 0.000400, -0.007487> - 4758: <-0.003716, 0.000404, -0.007657> - 4759: <-0.003720, -0.000000, -0.007665> - 4760: <-0.004093, 0.000400, -0.007487> - 4761: <-0.004081, 0.000799, -0.007462> - 4762: <-0.003704, 0.000807, -0.007632> - 4763: <-0.003716, 0.000404, -0.007657> - 4764: <-0.004081, 0.000799, -0.007462> - 4765: <-0.004061, 0.001196, -0.007423> - 4766: <-0.003686, 0.001207, -0.007591> - 4767: <-0.003704, 0.000807, -0.007632> - 4768: <-0.004061, 0.001196, -0.007423> - 4769: <-0.004034, 0.001588, -0.007367> - 4770: <-0.003663, 0.001603, -0.007535> - 4771: <-0.003686, 0.001207, -0.007591> - 4772: <-0.004034, 0.001588, -0.007367> - 4773: <-0.004002, 0.001975, -0.007297> - 4774: <-0.003634, 0.001995, -0.007462> - 4775: <-0.003663, 0.001603, -0.007535> - 4776: <-0.004002, 0.001975, -0.007297> - 4777: <-0.003965, 0.002356, -0.007212> - 4778: <-0.003601, 0.002380, -0.007374> - 4779: <-0.003634, 0.001995, -0.007462> - 4780: <-0.003965, 0.002356, -0.007212> - 4781: <-0.003924, 0.002729, -0.007112> - 4782: <-0.003565, 0.002758, -0.007270> - 4783: <-0.003601, 0.002380, -0.007374> - 4784: <-0.003924, 0.002729, -0.007112> - 4785: <-0.003880, 0.003093, -0.006998> - 4786: <-0.003526, 0.003127, -0.007152> - 4787: <-0.003565, 0.002758, -0.007270> - 4788: <-0.003880, 0.003093, -0.006998> - 4789: <-0.003834, 0.003446, -0.006870> - 4790: <-0.003486, 0.003486, -0.007018> - 4791: <-0.003526, 0.003127, -0.007152> - 4792: <-0.003834, 0.003446, -0.006870> - 4793: <-0.003788, 0.003788, -0.006727> - 4794: <-0.003446, 0.003834, -0.006870> - 4795: <-0.003486, 0.003486, -0.007018> - 4796: <-0.003788, 0.003788, -0.006727> - 4797: <-0.003743, 0.004117, -0.006570> - 4798: <-0.003407, 0.004170, -0.006705> - 4799: <-0.003446, 0.003834, -0.006870> - 4800: <-0.003743, 0.004117, -0.006570> - 4801: <-0.003701, 0.004434, -0.006397> - 4802: <-0.003372, 0.004494, -0.006525> - 4803: <-0.003407, 0.004170, -0.006705> - 4804: <-0.003701, 0.004434, -0.006397> - 4805: <-0.003666, 0.004736, -0.006210> - 4806: <-0.003342, 0.004804, -0.006329> - 4807: <-0.003372, 0.004494, -0.006525> - 4808: <-0.003666, 0.004736, -0.006210> - 4809: <-0.003637, 0.005023, -0.006006> - 4810: <-0.003318, 0.005099, -0.006117> - 4811: <-0.003342, 0.004804, -0.006329> - 4812: <-0.003637, 0.005023, -0.006006> - 4813: <-0.003619, 0.005294, -0.005786> - 4814: <-0.003302, 0.005379, -0.005888> - 4815: <-0.003318, 0.005099, -0.006117> - 4816: <-0.003302, -0.005379, -0.005888> - 4817: <-0.003318, -0.005099, -0.006117> - 4818: <-0.002984, -0.005172, -0.006219> - 4819: <-0.002971, -0.005459, -0.005983> - 4820: <-0.003318, -0.005099, -0.006117> - 4821: <-0.003342, -0.004804, -0.006329> - 4822: <-0.003004, -0.004870, -0.006439> - 4823: <-0.002984, -0.005172, -0.006219> - 4824: <-0.003342, -0.004804, -0.006329> - 4825: <-0.003372, -0.004494, -0.006525> - 4826: <-0.003030, -0.004553, -0.006641> - 4827: <-0.003004, -0.004870, -0.006439> - 4828: <-0.003372, -0.004494, -0.006525> - 4829: <-0.003407, -0.004170, -0.006705> - 4830: <-0.003060, -0.004223, -0.006828> - 4831: <-0.003030, -0.004553, -0.006641> - 4832: <-0.003407, -0.004170, -0.006705> - 4833: <-0.003446, -0.003834, -0.006870> - 4834: <-0.003093, -0.003880, -0.006998> - 4835: <-0.003060, -0.004223, -0.006828> - 4836: <-0.003446, -0.003834, -0.006870> - 4837: <-0.003486, -0.003486, -0.007018> - 4838: <-0.003127, -0.003526, -0.007152> - 4839: <-0.003093, -0.003880, -0.006998> - 4840: <-0.003486, -0.003486, -0.007018> - 4841: <-0.003526, -0.003127, -0.007152> - 4842: <-0.003162, -0.003162, -0.007290> - 4843: <-0.003127, -0.003526, -0.007152> - 4844: <-0.003526, -0.003127, -0.007152> - 4845: <-0.003565, -0.002758, -0.007270> - 4846: <-0.003195, -0.002787, -0.007412> - 4847: <-0.003162, -0.003162, -0.007290> - 4848: <-0.003565, -0.002758, -0.007270> - 4849: <-0.003601, -0.002380, -0.007374> - 4850: <-0.003227, -0.002405, -0.007519> - 4851: <-0.003195, -0.002787, -0.007412> - 4852: <-0.003601, -0.002380, -0.007374> - 4853: <-0.003634, -0.001995, -0.007462> - 4854: <-0.003255, -0.002015, -0.007610> - 4855: <-0.003227, -0.002405, -0.007519> - 4856: <-0.003634, -0.001995, -0.007462> - 4857: <-0.003663, -0.001603, -0.007535> - 4858: <-0.003281, -0.001619, -0.007684> - 4859: <-0.003255, -0.002015, -0.007610> - 4860: <-0.003663, -0.001603, -0.007535> - 4861: <-0.003686, -0.001207, -0.007591> - 4862: <-0.003302, -0.001219, -0.007743> - 4863: <-0.003281, -0.001619, -0.007684> - 4864: <-0.003686, -0.001207, -0.007591> - 4865: <-0.003704, -0.000807, -0.007632> - 4866: <-0.003318, -0.000814, -0.007785> - 4867: <-0.003302, -0.001219, -0.007743> - 4868: <-0.003704, -0.000807, -0.007632> - 4869: <-0.003716, -0.000404, -0.007657> - 4870: <-0.003328, -0.000408, -0.007810> - 4871: <-0.003318, -0.000814, -0.007785> - 4872: <-0.003716, -0.000404, -0.007657> - 4873: <-0.003720, -0.000000, -0.007665> - 4874: <-0.003331, -0.000000, -0.007818> - 4875: <-0.003328, -0.000408, -0.007810> - 4876: <-0.003720, -0.000000, -0.007665> - 4877: <-0.003716, 0.000404, -0.007657> - 4878: <-0.003328, 0.000408, -0.007810> - 4879: <-0.003331, -0.000000, -0.007818> - 4880: <-0.003716, 0.000404, -0.007657> - 4881: <-0.003704, 0.000807, -0.007632> - 4882: <-0.003318, 0.000814, -0.007785> - 4883: <-0.003328, 0.000408, -0.007810> - 4884: <-0.003704, 0.000807, -0.007632> - 4885: <-0.003686, 0.001207, -0.007591> - 4886: <-0.003302, 0.001219, -0.007743> - 4887: <-0.003318, 0.000814, -0.007785> - 4888: <-0.003686, 0.001207, -0.007591> - 4889: <-0.003663, 0.001603, -0.007535> - 4890: <-0.003281, 0.001619, -0.007684> - 4891: <-0.003302, 0.001219, -0.007743> - 4892: <-0.003663, 0.001603, -0.007535> - 4893: <-0.003634, 0.001995, -0.007462> - 4894: <-0.003255, 0.002015, -0.007610> - 4895: <-0.003281, 0.001619, -0.007684> - 4896: <-0.003634, 0.001995, -0.007462> - 4897: <-0.003601, 0.002380, -0.007374> - 4898: <-0.003227, 0.002405, -0.007519> - 4899: <-0.003255, 0.002015, -0.007610> - 4900: <-0.003601, 0.002380, -0.007374> - 4901: <-0.003565, 0.002758, -0.007270> - 4902: <-0.003195, 0.002787, -0.007412> - 4903: <-0.003227, 0.002405, -0.007519> - 4904: <-0.003565, 0.002758, -0.007270> - 4905: <-0.003526, 0.003127, -0.007152> - 4906: <-0.003162, 0.003162, -0.007290> - 4907: <-0.003195, 0.002787, -0.007412> - 4908: <-0.003526, 0.003127, -0.007152> - 4909: <-0.003486, 0.003486, -0.007018> - 4910: <-0.003127, 0.003526, -0.007152> - 4911: <-0.003162, 0.003162, -0.007290> - 4912: <-0.003486, 0.003486, -0.007018> - 4913: <-0.003446, 0.003834, -0.006870> - 4914: <-0.003093, 0.003880, -0.006998> - 4915: <-0.003127, 0.003526, -0.007152> - 4916: <-0.003446, 0.003834, -0.006870> - 4917: <-0.003407, 0.004170, -0.006705> - 4918: <-0.003060, 0.004223, -0.006828> - 4919: <-0.003093, 0.003880, -0.006998> - 4920: <-0.003407, 0.004170, -0.006705> - 4921: <-0.003372, 0.004494, -0.006525> - 4922: <-0.003030, 0.004553, -0.006641> - 4923: <-0.003060, 0.004223, -0.006828> - 4924: <-0.003372, 0.004494, -0.006525> - 4925: <-0.003342, 0.004804, -0.006329> - 4926: <-0.003004, 0.004870, -0.006439> - 4927: <-0.003030, 0.004553, -0.006641> - 4928: <-0.003342, 0.004804, -0.006329> - 4929: <-0.003318, 0.005099, -0.006117> - 4930: <-0.002984, 0.005172, -0.006219> - 4931: <-0.003004, 0.004870, -0.006439> - 4932: <-0.003318, 0.005099, -0.006117> - 4933: <-0.003302, 0.005379, -0.005888> - 4934: <-0.002971, 0.005459, -0.005983> - 4935: <-0.002984, 0.005172, -0.006219> - 4936: <-0.002971, -0.005459, -0.005983> - 4937: <-0.002984, -0.005172, -0.006219> - 4938: <-0.002638, -0.005240, -0.006311> - 4939: <-0.002627, -0.005533, -0.006069> - 4940: <-0.002984, -0.005172, -0.006219> - 4941: <-0.003004, -0.004870, -0.006439> - 4942: <-0.002655, -0.004931, -0.006537> - 4943: <-0.002638, -0.005240, -0.006311> - 4944: <-0.003004, -0.004870, -0.006439> - 4945: <-0.003030, -0.004553, -0.006641> - 4946: <-0.002676, -0.004609, -0.006745> - 4947: <-0.002655, -0.004931, -0.006537> - 4948: <-0.003030, -0.004553, -0.006641> - 4949: <-0.003060, -0.004223, -0.006828> - 4950: <-0.002701, -0.004273, -0.006937> - 4951: <-0.002676, -0.004609, -0.006745> - 4952: <-0.003060, -0.004223, -0.006828> - 4953: <-0.003093, -0.003880, -0.006998> - 4954: <-0.002729, -0.003924, -0.007112> - 4955: <-0.002701, -0.004273, -0.006937> - 4956: <-0.003093, -0.003880, -0.006998> - 4957: <-0.003127, -0.003526, -0.007152> - 4958: <-0.002758, -0.003565, -0.007270> - 4959: <-0.002729, -0.003924, -0.007112> - 4960: <-0.003127, -0.003526, -0.007152> - 4961: <-0.003162, -0.003162, -0.007290> - 4962: <-0.002787, -0.003195, -0.007412> - 4963: <-0.002758, -0.003565, -0.007270> - 4964: <-0.003162, -0.003162, -0.007290> - 4965: <-0.003195, -0.002787, -0.007412> - 4966: <-0.002816, -0.002816, -0.007538> - 4967: <-0.002787, -0.003195, -0.007412> - 4968: <-0.003195, -0.002787, -0.007412> - 4969: <-0.003227, -0.002405, -0.007519> - 4970: <-0.002843, -0.002429, -0.007648> - 4971: <-0.002816, -0.002816, -0.007538> - 4972: <-0.003227, -0.002405, -0.007519> - 4973: <-0.003255, -0.002015, -0.007610> - 4974: <-0.002868, -0.002035, -0.007740> - 4975: <-0.002843, -0.002429, -0.007648> - 4976: <-0.003255, -0.002015, -0.007610> - 4977: <-0.003281, -0.001619, -0.007684> - 4978: <-0.002890, -0.001635, -0.007817> - 4979: <-0.002868, -0.002035, -0.007740> - 4980: <-0.003281, -0.001619, -0.007684> - 4981: <-0.003302, -0.001219, -0.007743> - 4982: <-0.002908, -0.001230, -0.007876> - 4983: <-0.002890, -0.001635, -0.007817> - 4984: <-0.003302, -0.001219, -0.007743> - 4985: <-0.003318, -0.000814, -0.007785> - 4986: <-0.002922, -0.000822, -0.007919> - 4987: <-0.002908, -0.001230, -0.007876> - 4988: <-0.003318, -0.000814, -0.007785> - 4989: <-0.003328, -0.000408, -0.007810> - 4990: <-0.002931, -0.000412, -0.007945> - 4991: <-0.002922, -0.000822, -0.007919> - 4992: <-0.003328, -0.000408, -0.007810> - 4993: <-0.003331, -0.000000, -0.007818> - 4994: <-0.002934, -0.000000, -0.007953> - 4995: <-0.002931, -0.000412, -0.007945> - 4996: <-0.003331, -0.000000, -0.007818> - 4997: <-0.003328, 0.000408, -0.007810> - 4998: <-0.002931, 0.000412, -0.007945> - 4999: <-0.002934, -0.000000, -0.007953> - 5000: <-0.003328, 0.000408, -0.007810> - 5001: <-0.003318, 0.000814, -0.007785> - 5002: <-0.002922, 0.000822, -0.007919> - 5003: <-0.002931, 0.000412, -0.007945> - 5004: <-0.003318, 0.000814, -0.007785> - 5005: <-0.003302, 0.001219, -0.007743> - 5006: <-0.002908, 0.001230, -0.007876> - 5007: <-0.002922, 0.000822, -0.007919> - 5008: <-0.003302, 0.001219, -0.007743> - 5009: <-0.003281, 0.001619, -0.007684> - 5010: <-0.002890, 0.001635, -0.007817> - 5011: <-0.002908, 0.001230, -0.007876> - 5012: <-0.003281, 0.001619, -0.007684> - 5013: <-0.003255, 0.002015, -0.007610> - 5014: <-0.002868, 0.002035, -0.007740> - 5015: <-0.002890, 0.001635, -0.007817> - 5016: <-0.003255, 0.002015, -0.007610> - 5017: <-0.003227, 0.002405, -0.007519> - 5018: <-0.002843, 0.002429, -0.007648> - 5019: <-0.002868, 0.002035, -0.007740> - 5020: <-0.003227, 0.002405, -0.007519> - 5021: <-0.003195, 0.002787, -0.007412> - 5022: <-0.002816, 0.002816, -0.007538> - 5023: <-0.002843, 0.002429, -0.007648> - 5024: <-0.003195, 0.002787, -0.007412> - 5025: <-0.003162, 0.003162, -0.007290> - 5026: <-0.002787, 0.003195, -0.007412> - 5027: <-0.002816, 0.002816, -0.007538> - 5028: <-0.003162, 0.003162, -0.007290> - 5029: <-0.003127, 0.003526, -0.007152> - 5030: <-0.002758, 0.003565, -0.007270> - 5031: <-0.002787, 0.003195, -0.007412> - 5032: <-0.003127, 0.003526, -0.007152> - 5033: <-0.003093, 0.003880, -0.006998> - 5034: <-0.002729, 0.003924, -0.007112> - 5035: <-0.002758, 0.003565, -0.007270> - 5036: <-0.003093, 0.003880, -0.006998> - 5037: <-0.003060, 0.004223, -0.006828> - 5038: <-0.002701, 0.004273, -0.006937> - 5039: <-0.002729, 0.003924, -0.007112> - 5040: <-0.003060, 0.004223, -0.006828> - 5041: <-0.003030, 0.004553, -0.006641> - 5042: <-0.002676, 0.004609, -0.006745> - 5043: <-0.002701, 0.004273, -0.006937> - 5044: <-0.003030, 0.004553, -0.006641> - 5045: <-0.003004, 0.004870, -0.006439> - 5046: <-0.002655, 0.004931, -0.006537> - 5047: <-0.002676, 0.004609, -0.006745> - 5048: <-0.003004, 0.004870, -0.006439> - 5049: <-0.002984, 0.005172, -0.006219> - 5050: <-0.002638, 0.005240, -0.006311> - 5051: <-0.002655, 0.004931, -0.006537> - 5052: <-0.002984, 0.005172, -0.006219> - 5053: <-0.002971, 0.005459, -0.005983> - 5054: <-0.002627, 0.005533, -0.006069> - 5055: <-0.002638, 0.005240, -0.006311> - 5056: <-0.002627, -0.005533, -0.006069> - 5057: <-0.002638, -0.005240, -0.006311> - 5058: <-0.002281, -0.005301, -0.006393> - 5059: <-0.002272, -0.005599, -0.006146> - 5060: <-0.002638, -0.005240, -0.006311> - 5061: <-0.002655, -0.004931, -0.006537> - 5062: <-0.002295, -0.004987, -0.006623> - 5063: <-0.002281, -0.005301, -0.006393> - 5064: <-0.002655, -0.004931, -0.006537> - 5065: <-0.002676, -0.004609, -0.006745> - 5066: <-0.002313, -0.004659, -0.006836> - 5067: <-0.002295, -0.004987, -0.006623> - 5068: <-0.002676, -0.004609, -0.006745> - 5069: <-0.002701, -0.004273, -0.006937> - 5070: <-0.002333, -0.004318, -0.007033> - 5071: <-0.002313, -0.004659, -0.006836> - 5072: <-0.002701, -0.004273, -0.006937> - 5073: <-0.002729, -0.003924, -0.007112> - 5074: <-0.002356, -0.003965, -0.007212> - 5075: <-0.002333, -0.004318, -0.007033> - 5076: <-0.002729, -0.003924, -0.007112> - 5077: <-0.002758, -0.003565, -0.007270> - 5078: <-0.002380, -0.003601, -0.007374> - 5079: <-0.002356, -0.003965, -0.007212> - 5080: <-0.002758, -0.003565, -0.007270> - 5081: <-0.002787, -0.003195, -0.007412> - 5082: <-0.002405, -0.003227, -0.007519> - 5083: <-0.002380, -0.003601, -0.007374> - 5084: <-0.002787, -0.003195, -0.007412> - 5085: <-0.002816, -0.002816, -0.007538> - 5086: <-0.002429, -0.002843, -0.007648> - 5087: <-0.002405, -0.003227, -0.007519> - 5088: <-0.002816, -0.002816, -0.007538> - 5089: <-0.002843, -0.002429, -0.007648> - 5090: <-0.002452, -0.002452, -0.007759> - 5091: <-0.002429, -0.002843, -0.007648> - 5092: <-0.002843, -0.002429, -0.007648> - 5093: <-0.002868, -0.002035, -0.007740> - 5094: <-0.002473, -0.002053, -0.007854> - 5095: <-0.002452, -0.002452, -0.007759> - 5096: <-0.002868, -0.002035, -0.007740> - 5097: <-0.002890, -0.001635, -0.007817> - 5098: <-0.002492, -0.001650, -0.007932> - 5099: <-0.002473, -0.002053, -0.007854> - 5100: <-0.002890, -0.001635, -0.007817> - 5101: <-0.002908, -0.001230, -0.007876> - 5102: <-0.002507, -0.001241, -0.007992> - 5103: <-0.002492, -0.001650, -0.007932> - 5104: <-0.002908, -0.001230, -0.007876> - 5105: <-0.002922, -0.000822, -0.007919> - 5106: <-0.002519, -0.000829, -0.008036> - 5107: <-0.002507, -0.001241, -0.007992> - 5108: <-0.002922, -0.000822, -0.007919> - 5109: <-0.002931, -0.000412, -0.007945> - 5110: <-0.002527, -0.000415, -0.008062> - 5111: <-0.002519, -0.000829, -0.008036> - 5112: <-0.002931, -0.000412, -0.007945> - 5113: <-0.002934, -0.000000, -0.007953> - 5114: <-0.002530, -0.000000, -0.008070> - 5115: <-0.002527, -0.000415, -0.008062> - 5116: <-0.002934, -0.000000, -0.007953> - 5117: <-0.002931, 0.000412, -0.007945> - 5118: <-0.002527, 0.000415, -0.008062> - 5119: <-0.002530, -0.000000, -0.008070> - 5120: <-0.002931, 0.000412, -0.007945> - 5121: <-0.002922, 0.000822, -0.007919> - 5122: <-0.002519, 0.000829, -0.008036> - 5123: <-0.002527, 0.000415, -0.008062> - 5124: <-0.002922, 0.000822, -0.007919> - 5125: <-0.002908, 0.001230, -0.007876> - 5126: <-0.002507, 0.001241, -0.007992> - 5127: <-0.002519, 0.000829, -0.008036> - 5128: <-0.002908, 0.001230, -0.007876> - 5129: <-0.002890, 0.001635, -0.007817> - 5130: <-0.002492, 0.001650, -0.007932> - 5131: <-0.002507, 0.001241, -0.007992> - 5132: <-0.002890, 0.001635, -0.007817> - 5133: <-0.002868, 0.002035, -0.007740> - 5134: <-0.002473, 0.002053, -0.007854> - 5135: <-0.002492, 0.001650, -0.007932> - 5136: <-0.002868, 0.002035, -0.007740> - 5137: <-0.002843, 0.002429, -0.007648> - 5138: <-0.002452, 0.002452, -0.007759> - 5139: <-0.002473, 0.002053, -0.007854> - 5140: <-0.002843, 0.002429, -0.007648> - 5141: <-0.002816, 0.002816, -0.007538> - 5142: <-0.002429, 0.002843, -0.007648> - 5143: <-0.002452, 0.002452, -0.007759> - 5144: <-0.002816, 0.002816, -0.007538> - 5145: <-0.002787, 0.003195, -0.007412> - 5146: <-0.002405, 0.003227, -0.007519> - 5147: <-0.002429, 0.002843, -0.007648> - 5148: <-0.002787, 0.003195, -0.007412> - 5149: <-0.002758, 0.003565, -0.007270> - 5150: <-0.002380, 0.003601, -0.007374> - 5151: <-0.002405, 0.003227, -0.007519> - 5152: <-0.002758, 0.003565, -0.007270> - 5153: <-0.002729, 0.003924, -0.007112> - 5154: <-0.002356, 0.003965, -0.007212> - 5155: <-0.002380, 0.003601, -0.007374> - 5156: <-0.002729, 0.003924, -0.007112> - 5157: <-0.002701, 0.004273, -0.006937> - 5158: <-0.002333, 0.004318, -0.007033> - 5159: <-0.002356, 0.003965, -0.007212> - 5160: <-0.002701, 0.004273, -0.006937> - 5161: <-0.002676, 0.004609, -0.006745> - 5162: <-0.002313, 0.004659, -0.006836> - 5163: <-0.002333, 0.004318, -0.007033> - 5164: <-0.002676, 0.004609, -0.006745> - 5165: <-0.002655, 0.004931, -0.006537> - 5166: <-0.002295, 0.004987, -0.006623> - 5167: <-0.002313, 0.004659, -0.006836> - 5168: <-0.002655, 0.004931, -0.006537> - 5169: <-0.002638, 0.005240, -0.006311> - 5170: <-0.002281, 0.005301, -0.006393> - 5171: <-0.002295, 0.004987, -0.006623> - 5172: <-0.002638, 0.005240, -0.006311> - 5173: <-0.002627, 0.005533, -0.006069> - 5174: <-0.002272, 0.005599, -0.006146> - 5175: <-0.002281, 0.005301, -0.006393> - 5176: <-0.002272, -0.005599, -0.006146> - 5177: <-0.002281, -0.005301, -0.006393> - 5178: <-0.001915, -0.005355, -0.006464> - 5179: <-0.001908, -0.005657, -0.006212> - 5180: <-0.002281, -0.005301, -0.006393> - 5181: <-0.002295, -0.004987, -0.006623> - 5182: <-0.001926, -0.005037, -0.006698> - 5183: <-0.001915, -0.005355, -0.006464> - 5184: <-0.002295, -0.004987, -0.006623> - 5185: <-0.002313, -0.004659, -0.006836> - 5186: <-0.001940, -0.004705, -0.006915> - 5187: <-0.001926, -0.005037, -0.006698> - 5188: <-0.002313, -0.004659, -0.006836> - 5189: <-0.002333, -0.004318, -0.007033> - 5190: <-0.001957, -0.004360, -0.007115> - 5191: <-0.001940, -0.004705, -0.006915> - 5192: <-0.002333, -0.004318, -0.007033> - 5193: <-0.002356, -0.003965, -0.007212> - 5194: <-0.001975, -0.004002, -0.007297> - 5195: <-0.001957, -0.004360, -0.007115> - 5196: <-0.002356, -0.003965, -0.007212> - 5197: <-0.002380, -0.003601, -0.007374> - 5198: <-0.001995, -0.003634, -0.007462> - 5199: <-0.001975, -0.004002, -0.007297> - 5200: <-0.002380, -0.003601, -0.007374> - 5201: <-0.002405, -0.003227, -0.007519> - 5202: <-0.002015, -0.003255, -0.007610> - 5203: <-0.001995, -0.003634, -0.007462> - 5204: <-0.002405, -0.003227, -0.007519> - 5205: <-0.002429, -0.002843, -0.007648> - 5206: <-0.002035, -0.002868, -0.007740> - 5207: <-0.002015, -0.003255, -0.007610> - 5208: <-0.002429, -0.002843, -0.007648> - 5209: <-0.002452, -0.002452, -0.007759> - 5210: <-0.002053, -0.002473, -0.007854> - 5211: <-0.002035, -0.002868, -0.007740> - 5212: <-0.002452, -0.002452, -0.007759> - 5213: <-0.002473, -0.002053, -0.007854> - 5214: <-0.002071, -0.002071, -0.007950> - 5215: <-0.002053, -0.002473, -0.007854> - 5216: <-0.002473, -0.002053, -0.007854> - 5217: <-0.002492, -0.001650, -0.007932> - 5218: <-0.002086, -0.001663, -0.008029> - 5219: <-0.002071, -0.002071, -0.007950> - 5220: <-0.002492, -0.001650, -0.007932> - 5221: <-0.002507, -0.001241, -0.007992> - 5222: <-0.002099, -0.001252, -0.008090> - 5223: <-0.002086, -0.001663, -0.008029> - 5224: <-0.002507, -0.001241, -0.007992> - 5225: <-0.002519, -0.000829, -0.008036> - 5226: <-0.002109, -0.000836, -0.008134> - 5227: <-0.002099, -0.001252, -0.008090> - 5228: <-0.002519, -0.000829, -0.008036> - 5229: <-0.002527, -0.000415, -0.008062> - 5230: <-0.002116, -0.000419, -0.008161> - 5231: <-0.002109, -0.000836, -0.008134> - 5232: <-0.002527, -0.000415, -0.008062> - 5233: <-0.002530, -0.000000, -0.008070> - 5234: <-0.002118, -0.000000, -0.008169> - 5235: <-0.002116, -0.000419, -0.008161> - 5236: <-0.002530, -0.000000, -0.008070> - 5237: <-0.002527, 0.000415, -0.008062> - 5238: <-0.002116, 0.000419, -0.008161> - 5239: <-0.002118, -0.000000, -0.008169> - 5240: <-0.002527, 0.000415, -0.008062> - 5241: <-0.002519, 0.000829, -0.008036> - 5242: <-0.002109, 0.000836, -0.008134> - 5243: <-0.002116, 0.000419, -0.008161> - 5244: <-0.002519, 0.000829, -0.008036> - 5245: <-0.002507, 0.001241, -0.007992> - 5246: <-0.002099, 0.001252, -0.008090> - 5247: <-0.002109, 0.000836, -0.008134> - 5248: <-0.002507, 0.001241, -0.007992> - 5249: <-0.002492, 0.001650, -0.007932> - 5250: <-0.002086, 0.001663, -0.008029> - 5251: <-0.002099, 0.001252, -0.008090> - 5252: <-0.002492, 0.001650, -0.007932> - 5253: <-0.002473, 0.002053, -0.007854> - 5254: <-0.002071, 0.002071, -0.007950> - 5255: <-0.002086, 0.001663, -0.008029> - 5256: <-0.002473, 0.002053, -0.007854> - 5257: <-0.002452, 0.002452, -0.007759> - 5258: <-0.002053, 0.002473, -0.007854> - 5259: <-0.002071, 0.002071, -0.007950> - 5260: <-0.002452, 0.002452, -0.007759> - 5261: <-0.002429, 0.002843, -0.007648> - 5262: <-0.002035, 0.002868, -0.007740> - 5263: <-0.002053, 0.002473, -0.007854> - 5264: <-0.002429, 0.002843, -0.007648> - 5265: <-0.002405, 0.003227, -0.007519> - 5266: <-0.002015, 0.003255, -0.007610> - 5267: <-0.002035, 0.002868, -0.007740> - 5268: <-0.002405, 0.003227, -0.007519> - 5269: <-0.002380, 0.003601, -0.007374> - 5270: <-0.001995, 0.003634, -0.007462> - 5271: <-0.002015, 0.003255, -0.007610> - 5272: <-0.002380, 0.003601, -0.007374> - 5273: <-0.002356, 0.003965, -0.007212> - 5274: <-0.001975, 0.004002, -0.007297> - 5275: <-0.001995, 0.003634, -0.007462> - 5276: <-0.002356, 0.003965, -0.007212> - 5277: <-0.002333, 0.004318, -0.007033> - 5278: <-0.001957, 0.004360, -0.007115> - 5279: <-0.001975, 0.004002, -0.007297> - 5280: <-0.002333, 0.004318, -0.007033> - 5281: <-0.002313, 0.004659, -0.006836> - 5282: <-0.001940, 0.004705, -0.006915> - 5283: <-0.001957, 0.004360, -0.007115> - 5284: <-0.002313, 0.004659, -0.006836> - 5285: <-0.002295, 0.004987, -0.006623> - 5286: <-0.001926, 0.005037, -0.006698> - 5287: <-0.001940, 0.004705, -0.006915> - 5288: <-0.002295, 0.004987, -0.006623> - 5289: <-0.002281, 0.005301, -0.006393> - 5290: <-0.001915, 0.005355, -0.006464> - 5291: <-0.001926, 0.005037, -0.006698> - 5292: <-0.002281, 0.005301, -0.006393> - 5293: <-0.002272, 0.005599, -0.006146> - 5294: <-0.001908, 0.005657, -0.006212> - 5295: <-0.001915, 0.005355, -0.006464> - 5296: <-0.001908, -0.005657, -0.006212> - 5297: <-0.001915, -0.005355, -0.006464> - 5298: <-0.001541, -0.005401, -0.006523> - 5299: <-0.001536, -0.005707, -0.006269> - 5300: <-0.001915, -0.005355, -0.006464> - 5301: <-0.001926, -0.005037, -0.006698> - 5302: <-0.001550, -0.005080, -0.006761> - 5303: <-0.001541, -0.005401, -0.006523> - 5304: <-0.001926, -0.005037, -0.006698> - 5305: <-0.001940, -0.004705, -0.006915> - 5306: <-0.001561, -0.004744, -0.006980> - 5307: <-0.001550, -0.005080, -0.006761> - 5308: <-0.001940, -0.004705, -0.006915> - 5309: <-0.001957, -0.004360, -0.007115> - 5310: <-0.001574, -0.004395, -0.007183> - 5311: <-0.001561, -0.004744, -0.006980> - 5312: <-0.001957, -0.004360, -0.007115> - 5313: <-0.001975, -0.004002, -0.007297> - 5314: <-0.001588, -0.004034, -0.007367> - 5315: <-0.001574, -0.004395, -0.007183> - 5316: <-0.001975, -0.004002, -0.007297> - 5317: <-0.001995, -0.003634, -0.007462> - 5318: <-0.001603, -0.003663, -0.007535> - 5319: <-0.001588, -0.004034, -0.007367> - 5320: <-0.001995, -0.003634, -0.007462> - 5321: <-0.002015, -0.003255, -0.007610> - 5322: <-0.001619, -0.003281, -0.007684> - 5323: <-0.001603, -0.003663, -0.007535> - 5324: <-0.002015, -0.003255, -0.007610> - 5325: <-0.002035, -0.002868, -0.007740> - 5326: <-0.001635, -0.002890, -0.007817> - 5327: <-0.001619, -0.003281, -0.007684> - 5328: <-0.002035, -0.002868, -0.007740> - 5329: <-0.002053, -0.002473, -0.007854> - 5330: <-0.001650, -0.002492, -0.007932> - 5331: <-0.001635, -0.002890, -0.007817> - 5332: <-0.002053, -0.002473, -0.007854> - 5333: <-0.002071, -0.002071, -0.007950> - 5334: <-0.001663, -0.002086, -0.008029> - 5335: <-0.001650, -0.002492, -0.007932> - 5336: <-0.002071, -0.002071, -0.007950> - 5337: <-0.002086, -0.001663, -0.008029> - 5338: <-0.001676, -0.001676, -0.008109> - 5339: <-0.001663, -0.002086, -0.008029> - 5340: <-0.002086, -0.001663, -0.008029> - 5341: <-0.002099, -0.001252, -0.008090> - 5342: <-0.001686, -0.001261, -0.008171> - 5343: <-0.001676, -0.001676, -0.008109> - 5344: <-0.002099, -0.001252, -0.008090> - 5345: <-0.002109, -0.000836, -0.008134> - 5346: <-0.001694, -0.000842, -0.008215> - 5347: <-0.001686, -0.001261, -0.008171> - 5348: <-0.002109, -0.000836, -0.008134> - 5349: <-0.002116, -0.000419, -0.008161> - 5350: <-0.001699, -0.000422, -0.008242> - 5351: <-0.001694, -0.000842, -0.008215> - 5352: <-0.002116, -0.000419, -0.008161> - 5353: <-0.002118, -0.000000, -0.008169> - 5354: <-0.001701, 0.000000, -0.008251> - 5355: <-0.001699, -0.000422, -0.008242> - 5356: <-0.002118, -0.000000, -0.008169> - 5357: <-0.002116, 0.000419, -0.008161> - 5358: <-0.001699, 0.000422, -0.008242> - 5359: <-0.001701, 0.000000, -0.008251> - 5360: <-0.002116, 0.000419, -0.008161> - 5361: <-0.002109, 0.000836, -0.008134> - 5362: <-0.001694, 0.000842, -0.008215> - 5363: <-0.001699, 0.000422, -0.008242> - 5364: <-0.002109, 0.000836, -0.008134> - 5365: <-0.002099, 0.001252, -0.008090> - 5366: <-0.001686, 0.001261, -0.008171> - 5367: <-0.001694, 0.000842, -0.008215> - 5368: <-0.002099, 0.001252, -0.008090> - 5369: <-0.002086, 0.001663, -0.008029> - 5370: <-0.001676, 0.001676, -0.008109> - 5371: <-0.001686, 0.001261, -0.008171> - 5372: <-0.002086, 0.001663, -0.008029> - 5373: <-0.002071, 0.002071, -0.007950> - 5374: <-0.001663, 0.002086, -0.008029> - 5375: <-0.001676, 0.001676, -0.008109> - 5376: <-0.002071, 0.002071, -0.007950> - 5377: <-0.002053, 0.002473, -0.007854> - 5378: <-0.001650, 0.002492, -0.007932> - 5379: <-0.001663, 0.002086, -0.008029> - 5380: <-0.002053, 0.002473, -0.007854> - 5381: <-0.002035, 0.002868, -0.007740> - 5382: <-0.001635, 0.002890, -0.007817> - 5383: <-0.001650, 0.002492, -0.007932> - 5384: <-0.002035, 0.002868, -0.007740> - 5385: <-0.002015, 0.003255, -0.007610> - 5386: <-0.001619, 0.003281, -0.007684> - 5387: <-0.001635, 0.002890, -0.007817> - 5388: <-0.002015, 0.003255, -0.007610> - 5389: <-0.001995, 0.003634, -0.007462> - 5390: <-0.001603, 0.003663, -0.007535> - 5391: <-0.001619, 0.003281, -0.007684> - 5392: <-0.001995, 0.003634, -0.007462> - 5393: <-0.001975, 0.004002, -0.007297> - 5394: <-0.001588, 0.004034, -0.007367> - 5395: <-0.001603, 0.003663, -0.007535> - 5396: <-0.001975, 0.004002, -0.007297> - 5397: <-0.001957, 0.004360, -0.007115> - 5398: <-0.001574, 0.004395, -0.007183> - 5399: <-0.001588, 0.004034, -0.007367> - 5400: <-0.001957, 0.004360, -0.007115> - 5401: <-0.001940, 0.004705, -0.006915> - 5402: <-0.001561, 0.004744, -0.006980> - 5403: <-0.001574, 0.004395, -0.007183> - 5404: <-0.001940, 0.004705, -0.006915> - 5405: <-0.001926, 0.005037, -0.006698> - 5406: <-0.001550, 0.005080, -0.006761> - 5407: <-0.001561, 0.004744, -0.006980> - 5408: <-0.001926, 0.005037, -0.006698> - 5409: <-0.001915, 0.005355, -0.006464> - 5410: <-0.001541, 0.005401, -0.006523> - 5411: <-0.001550, 0.005080, -0.006761> - 5412: <-0.001915, 0.005355, -0.006464> - 5413: <-0.001908, 0.005657, -0.006212> - 5414: <-0.001536, 0.005707, -0.006269> - 5415: <-0.001541, 0.005401, -0.006523> - 5416: <-0.001536, -0.005707, -0.006269> - 5417: <-0.001541, -0.005401, -0.006523> - 5418: <-0.001161, -0.005438, -0.006570> - 5419: <-0.001157, -0.005747, -0.006313> - 5420: <-0.001541, -0.005401, -0.006523> - 5421: <-0.001550, -0.005080, -0.006761> - 5422: <-0.001168, -0.005114, -0.006810> - 5423: <-0.001161, -0.005438, -0.006570> - 5424: <-0.001550, -0.005080, -0.006761> - 5425: <-0.001561, -0.004744, -0.006980> - 5426: <-0.001176, -0.004776, -0.007032> - 5427: <-0.001168, -0.005114, -0.006810> - 5428: <-0.001561, -0.004744, -0.006980> - 5429: <-0.001574, -0.004395, -0.007183> - 5430: <-0.001185, -0.004424, -0.007236> - 5431: <-0.001176, -0.004776, -0.007032> - 5432: <-0.001574, -0.004395, -0.007183> - 5433: <-0.001588, -0.004034, -0.007367> - 5434: <-0.001196, -0.004061, -0.007423> - 5435: <-0.001185, -0.004424, -0.007236> - 5436: <-0.001588, -0.004034, -0.007367> - 5437: <-0.001603, -0.003663, -0.007535> - 5438: <-0.001207, -0.003686, -0.007591> - 5439: <-0.001196, -0.004061, -0.007423> - 5440: <-0.001603, -0.003663, -0.007535> - 5441: <-0.001619, -0.003281, -0.007684> - 5442: <-0.001219, -0.003302, -0.007743> - 5443: <-0.001207, -0.003686, -0.007591> - 5444: <-0.001619, -0.003281, -0.007684> - 5445: <-0.001635, -0.002890, -0.007817> - 5446: <-0.001230, -0.002908, -0.007876> - 5447: <-0.001219, -0.003302, -0.007743> - 5448: <-0.001635, -0.002890, -0.007817> - 5449: <-0.001650, -0.002492, -0.007932> - 5450: <-0.001241, -0.002507, -0.007992> - 5451: <-0.001230, -0.002908, -0.007876> - 5452: <-0.001650, -0.002492, -0.007932> - 5453: <-0.001663, -0.002086, -0.008029> - 5454: <-0.001252, -0.002099, -0.008090> - 5455: <-0.001241, -0.002507, -0.007992> - 5456: <-0.001663, -0.002086, -0.008029> - 5457: <-0.001676, -0.001676, -0.008109> - 5458: <-0.001261, -0.001686, -0.008171> - 5459: <-0.001252, -0.002099, -0.008090> - 5460: <-0.001676, -0.001676, -0.008109> - 5461: <-0.001686, -0.001261, -0.008171> - 5462: <-0.001269, -0.001269, -0.008233> - 5463: <-0.001261, -0.001686, -0.008171> - 5464: <-0.001686, -0.001261, -0.008171> - 5465: <-0.001694, -0.000842, -0.008215> - 5466: <-0.001275, -0.000848, -0.008278> - 5467: <-0.001269, -0.001269, -0.008233> - 5468: <-0.001694, -0.000842, -0.008215> - 5469: <-0.001699, -0.000422, -0.008242> - 5470: <-0.001278, -0.000424, -0.008305> - 5471: <-0.001275, -0.000848, -0.008278> - 5472: <-0.001699, -0.000422, -0.008242> - 5473: <-0.001701, 0.000000, -0.008251> - 5474: <-0.001280, 0.000000, -0.008314> - 5475: <-0.001278, -0.000424, -0.008305> - 5476: <-0.001701, 0.000000, -0.008251> - 5477: <-0.001699, 0.000422, -0.008242> - 5478: <-0.001278, 0.000424, -0.008305> - 5479: <-0.001280, 0.000000, -0.008314> - 5480: <-0.001699, 0.000422, -0.008242> - 5481: <-0.001694, 0.000842, -0.008215> - 5482: <-0.001275, 0.000848, -0.008278> - 5483: <-0.001278, 0.000424, -0.008305> - 5484: <-0.001694, 0.000842, -0.008215> - 5485: <-0.001686, 0.001261, -0.008171> - 5486: <-0.001269, 0.001269, -0.008233> - 5487: <-0.001275, 0.000848, -0.008278> - 5488: <-0.001686, 0.001261, -0.008171> - 5489: <-0.001676, 0.001676, -0.008109> - 5490: <-0.001261, 0.001686, -0.008171> - 5491: <-0.001269, 0.001269, -0.008233> - 5492: <-0.001676, 0.001676, -0.008109> - 5493: <-0.001663, 0.002086, -0.008029> - 5494: <-0.001252, 0.002099, -0.008090> - 5495: <-0.001261, 0.001686, -0.008171> - 5496: <-0.001663, 0.002086, -0.008029> - 5497: <-0.001650, 0.002492, -0.007932> - 5498: <-0.001241, 0.002507, -0.007992> - 5499: <-0.001252, 0.002099, -0.008090> - 5500: <-0.001650, 0.002492, -0.007932> - 5501: <-0.001635, 0.002890, -0.007817> - 5502: <-0.001230, 0.002908, -0.007876> - 5503: <-0.001241, 0.002507, -0.007992> - 5504: <-0.001635, 0.002890, -0.007817> - 5505: <-0.001619, 0.003281, -0.007684> - 5506: <-0.001219, 0.003302, -0.007743> - 5507: <-0.001230, 0.002908, -0.007876> - 5508: <-0.001619, 0.003281, -0.007684> - 5509: <-0.001603, 0.003663, -0.007535> - 5510: <-0.001207, 0.003686, -0.007591> - 5511: <-0.001219, 0.003302, -0.007743> - 5512: <-0.001603, 0.003663, -0.007535> - 5513: <-0.001588, 0.004034, -0.007367> - 5514: <-0.001196, 0.004061, -0.007423> - 5515: <-0.001207, 0.003686, -0.007591> - 5516: <-0.001588, 0.004034, -0.007367> - 5517: <-0.001574, 0.004395, -0.007183> - 5518: <-0.001185, 0.004424, -0.007236> - 5519: <-0.001196, 0.004061, -0.007423> - 5520: <-0.001574, 0.004395, -0.007183> - 5521: <-0.001561, 0.004744, -0.006980> - 5522: <-0.001176, 0.004776, -0.007032> - 5523: <-0.001185, 0.004424, -0.007236> - 5524: <-0.001561, 0.004744, -0.006980> - 5525: <-0.001550, 0.005080, -0.006761> - 5526: <-0.001168, 0.005114, -0.006810> - 5527: <-0.001176, 0.004776, -0.007032> - 5528: <-0.001550, 0.005080, -0.006761> - 5529: <-0.001541, 0.005401, -0.006523> - 5530: <-0.001161, 0.005438, -0.006570> - 5531: <-0.001168, 0.005114, -0.006810> - 5532: <-0.001541, 0.005401, -0.006523> - 5533: <-0.001536, 0.005707, -0.006269> - 5534: <-0.001157, 0.005747, -0.006313> - 5535: <-0.001161, 0.005438, -0.006570> - 5536: <-0.001157, -0.005747, -0.006313> - 5537: <-0.001161, -0.005438, -0.006570> - 5538: <-0.000777, -0.005466, -0.006605> - 5539: <-0.000774, -0.005776, -0.006346> - 5540: <-0.001161, -0.005438, -0.006570> - 5541: <-0.001168, -0.005114, -0.006810> - 5542: <-0.000781, -0.005140, -0.006846> - 5543: <-0.000777, -0.005466, -0.006605> - 5544: <-0.001168, -0.005114, -0.006810> - 5545: <-0.001176, -0.004776, -0.007032> - 5546: <-0.000786, -0.004800, -0.007069> - 5547: <-0.000781, -0.005140, -0.006846> - 5548: <-0.001176, -0.004776, -0.007032> - 5549: <-0.001185, -0.004424, -0.007236> - 5550: <-0.000792, -0.004446, -0.007275> - 5551: <-0.000786, -0.004800, -0.007069> - 5552: <-0.001185, -0.004424, -0.007236> - 5553: <-0.001196, -0.004061, -0.007423> - 5554: <-0.000799, -0.004081, -0.007462> - 5555: <-0.000792, -0.004446, -0.007275> - 5556: <-0.001196, -0.004061, -0.007423> - 5557: <-0.001207, -0.003686, -0.007591> - 5558: <-0.000807, -0.003704, -0.007632> - 5559: <-0.000799, -0.004081, -0.007462> - 5560: <-0.001207, -0.003686, -0.007591> - 5561: <-0.001219, -0.003302, -0.007743> - 5562: <-0.000814, -0.003318, -0.007785> - 5563: <-0.000807, -0.003704, -0.007632> - 5564: <-0.001219, -0.003302, -0.007743> - 5565: <-0.001230, -0.002908, -0.007876> - 5566: <-0.000822, -0.002922, -0.007919> - 5567: <-0.000814, -0.003318, -0.007785> - 5568: <-0.001230, -0.002908, -0.007876> - 5569: <-0.001241, -0.002507, -0.007992> - 5570: <-0.000829, -0.002519, -0.008036> - 5571: <-0.000822, -0.002922, -0.007919> - 5572: <-0.001241, -0.002507, -0.007992> - 5573: <-0.001252, -0.002099, -0.008090> - 5574: <-0.000836, -0.002109, -0.008134> - 5575: <-0.000829, -0.002519, -0.008036> - 5576: <-0.001252, -0.002099, -0.008090> - 5577: <-0.001261, -0.001686, -0.008171> - 5578: <-0.000842, -0.001694, -0.008215> - 5579: <-0.000836, -0.002109, -0.008134> - 5580: <-0.001261, -0.001686, -0.008171> - 5581: <-0.001269, -0.001269, -0.008233> - 5582: <-0.000848, -0.001275, -0.008278> - 5583: <-0.000842, -0.001694, -0.008215> - 5584: <-0.001269, -0.001269, -0.008233> - 5585: <-0.001275, -0.000848, -0.008278> - 5586: <-0.000852, -0.000852, -0.008323> - 5587: <-0.000848, -0.001275, -0.008278> - 5588: <-0.001275, -0.000848, -0.008278> - 5589: <-0.001278, -0.000424, -0.008305> - 5590: <-0.000854, -0.000426, -0.008350> - 5591: <-0.000852, -0.000852, -0.008323> - 5592: <-0.001278, -0.000424, -0.008305> - 5593: <-0.001280, 0.000000, -0.008314> - 5594: <-0.000855, 0.000000, -0.008359> - 5595: <-0.000854, -0.000426, -0.008350> - 5596: <-0.001280, 0.000000, -0.008314> - 5597: <-0.001278, 0.000424, -0.008305> - 5598: <-0.000854, 0.000426, -0.008350> - 5599: <-0.000855, 0.000000, -0.008359> - 5600: <-0.001278, 0.000424, -0.008305> - 5601: <-0.001275, 0.000848, -0.008278> - 5602: <-0.000852, 0.000852, -0.008323> - 5603: <-0.000854, 0.000426, -0.008350> - 5604: <-0.001275, 0.000848, -0.008278> - 5605: <-0.001269, 0.001269, -0.008233> - 5606: <-0.000848, 0.001275, -0.008278> - 5607: <-0.000852, 0.000852, -0.008323> - 5608: <-0.001269, 0.001269, -0.008233> - 5609: <-0.001261, 0.001686, -0.008171> - 5610: <-0.000842, 0.001694, -0.008215> - 5611: <-0.000848, 0.001275, -0.008278> - 5612: <-0.001261, 0.001686, -0.008171> - 5613: <-0.001252, 0.002099, -0.008090> - 5614: <-0.000836, 0.002109, -0.008134> - 5615: <-0.000842, 0.001694, -0.008215> - 5616: <-0.001252, 0.002099, -0.008090> - 5617: <-0.001241, 0.002507, -0.007992> - 5618: <-0.000829, 0.002519, -0.008036> - 5619: <-0.000836, 0.002109, -0.008134> - 5620: <-0.001241, 0.002507, -0.007992> - 5621: <-0.001230, 0.002908, -0.007876> - 5622: <-0.000822, 0.002922, -0.007919> - 5623: <-0.000829, 0.002519, -0.008036> - 5624: <-0.001230, 0.002908, -0.007876> - 5625: <-0.001219, 0.003302, -0.007743> - 5626: <-0.000814, 0.003318, -0.007785> - 5627: <-0.000822, 0.002922, -0.007919> - 5628: <-0.001219, 0.003302, -0.007743> - 5629: <-0.001207, 0.003686, -0.007591> - 5630: <-0.000807, 0.003704, -0.007632> - 5631: <-0.000814, 0.003318, -0.007785> - 5632: <-0.001207, 0.003686, -0.007591> - 5633: <-0.001196, 0.004061, -0.007423> - 5634: <-0.000799, 0.004081, -0.007462> - 5635: <-0.000807, 0.003704, -0.007632> - 5636: <-0.001196, 0.004061, -0.007423> - 5637: <-0.001185, 0.004424, -0.007236> - 5638: <-0.000792, 0.004446, -0.007275> - 5639: <-0.000799, 0.004081, -0.007462> - 5640: <-0.001185, 0.004424, -0.007236> - 5641: <-0.001176, 0.004776, -0.007032> - 5642: <-0.000786, 0.004800, -0.007069> - 5643: <-0.000792, 0.004446, -0.007275> - 5644: <-0.001176, 0.004776, -0.007032> - 5645: <-0.001168, 0.005114, -0.006810> - 5646: <-0.000781, 0.005140, -0.006846> - 5647: <-0.000786, 0.004800, -0.007069> - 5648: <-0.001168, 0.005114, -0.006810> - 5649: <-0.001161, 0.005438, -0.006570> - 5650: <-0.000777, 0.005466, -0.006605> - 5651: <-0.000781, 0.005140, -0.006846> - 5652: <-0.001161, 0.005438, -0.006570> - 5653: <-0.001157, 0.005747, -0.006313> - 5654: <-0.000774, 0.005776, -0.006346> - 5655: <-0.000777, 0.005466, -0.006605> - 5656: <-0.000774, -0.005776, -0.006346> - 5657: <-0.000777, -0.005466, -0.006605> - 5658: <-0.000389, -0.005483, -0.006626> - 5659: <-0.000388, -0.005794, -0.006366> - 5660: <-0.000777, -0.005466, -0.006605> - 5661: <-0.000781, -0.005140, -0.006846> - 5662: <-0.000391, -0.005156, -0.006868> - 5663: <-0.000389, -0.005483, -0.006626> - 5664: <-0.000781, -0.005140, -0.006846> - 5665: <-0.000786, -0.004800, -0.007069> - 5666: <-0.000394, -0.004815, -0.007092> - 5667: <-0.000391, -0.005156, -0.006868> - 5668: <-0.000786, -0.004800, -0.007069> - 5669: <-0.000792, -0.004446, -0.007275> - 5670: <-0.000397, -0.004460, -0.007298> - 5671: <-0.000394, -0.004815, -0.007092> - 5672: <-0.000792, -0.004446, -0.007275> - 5673: <-0.000799, -0.004081, -0.007462> - 5674: <-0.000400, -0.004093, -0.007487> - 5675: <-0.000397, -0.004460, -0.007298> - 5676: <-0.000799, -0.004081, -0.007462> - 5677: <-0.000807, -0.003704, -0.007632> - 5678: <-0.000404, -0.003716, -0.007657> - 5679: <-0.000400, -0.004093, -0.007487> - 5680: <-0.000807, -0.003704, -0.007632> - 5681: <-0.000814, -0.003318, -0.007785> - 5682: <-0.000408, -0.003328, -0.007810> - 5683: <-0.000404, -0.003716, -0.007657> - 5684: <-0.000814, -0.003318, -0.007785> - 5685: <-0.000822, -0.002922, -0.007919> - 5686: <-0.000412, -0.002931, -0.007945> - 5687: <-0.000408, -0.003328, -0.007810> - 5688: <-0.000822, -0.002922, -0.007919> - 5689: <-0.000829, -0.002519, -0.008036> - 5690: <-0.000415, -0.002527, -0.008062> - 5691: <-0.000412, -0.002931, -0.007945> - 5692: <-0.000829, -0.002519, -0.008036> - 5693: <-0.000836, -0.002109, -0.008134> - 5694: <-0.000419, -0.002116, -0.008161> - 5695: <-0.000415, -0.002527, -0.008062> - 5696: <-0.000836, -0.002109, -0.008134> - 5697: <-0.000842, -0.001694, -0.008215> - 5698: <-0.000422, -0.001699, -0.008242> - 5699: <-0.000419, -0.002116, -0.008161> - 5700: <-0.000842, -0.001694, -0.008215> - 5701: <-0.000848, -0.001275, -0.008278> - 5702: <-0.000424, -0.001278, -0.008305> - 5703: <-0.000422, -0.001699, -0.008242> - 5704: <-0.000848, -0.001275, -0.008278> - 5705: <-0.000852, -0.000852, -0.008323> - 5706: <-0.000426, -0.000854, -0.008350> - 5707: <-0.000424, -0.001278, -0.008305> - 5708: <-0.000852, -0.000852, -0.008323> - 5709: <-0.000854, -0.000426, -0.008350> - 5710: <-0.000428, -0.000428, -0.008377> - 5711: <-0.000426, -0.000854, -0.008350> - 5712: <-0.000854, -0.000426, -0.008350> - 5713: <-0.000855, 0.000000, -0.008359> - 5714: <-0.000428, 0.000000, -0.008386> - 5715: <-0.000428, -0.000428, -0.008377> - 5716: <-0.000855, 0.000000, -0.008359> - 5717: <-0.000854, 0.000426, -0.008350> - 5718: <-0.000428, 0.000428, -0.008377> - 5719: <-0.000428, 0.000000, -0.008386> - 5720: <-0.000854, 0.000426, -0.008350> - 5721: <-0.000852, 0.000852, -0.008323> - 5722: <-0.000426, 0.000854, -0.008350> - 5723: <-0.000428, 0.000428, -0.008377> - 5724: <-0.000852, 0.000852, -0.008323> - 5725: <-0.000848, 0.001275, -0.008278> - 5726: <-0.000424, 0.001278, -0.008305> - 5727: <-0.000426, 0.000854, -0.008350> - 5728: <-0.000848, 0.001275, -0.008278> - 5729: <-0.000842, 0.001694, -0.008215> - 5730: <-0.000422, 0.001699, -0.008242> - 5731: <-0.000424, 0.001278, -0.008305> - 5732: <-0.000842, 0.001694, -0.008215> - 5733: <-0.000836, 0.002109, -0.008134> - 5734: <-0.000419, 0.002116, -0.008161> - 5735: <-0.000422, 0.001699, -0.008242> - 5736: <-0.000836, 0.002109, -0.008134> - 5737: <-0.000829, 0.002519, -0.008036> - 5738: <-0.000415, 0.002527, -0.008062> - 5739: <-0.000419, 0.002116, -0.008161> - 5740: <-0.000829, 0.002519, -0.008036> - 5741: <-0.000822, 0.002922, -0.007919> - 5742: <-0.000412, 0.002931, -0.007945> - 5743: <-0.000415, 0.002527, -0.008062> - 5744: <-0.000822, 0.002922, -0.007919> - 5745: <-0.000814, 0.003318, -0.007785> - 5746: <-0.000408, 0.003328, -0.007810> - 5747: <-0.000412, 0.002931, -0.007945> - 5748: <-0.000814, 0.003318, -0.007785> - 5749: <-0.000807, 0.003704, -0.007632> - 5750: <-0.000404, 0.003716, -0.007657> - 5751: <-0.000408, 0.003328, -0.007810> - 5752: <-0.000807, 0.003704, -0.007632> - 5753: <-0.000799, 0.004081, -0.007462> - 5754: <-0.000400, 0.004093, -0.007487> - 5755: <-0.000404, 0.003716, -0.007657> - 5756: <-0.000799, 0.004081, -0.007462> - 5757: <-0.000792, 0.004446, -0.007275> - 5758: <-0.000397, 0.004460, -0.007298> - 5759: <-0.000400, 0.004093, -0.007487> - 5760: <-0.000792, 0.004446, -0.007275> - 5761: <-0.000786, 0.004800, -0.007069> - 5762: <-0.000394, 0.004815, -0.007092> - 5763: <-0.000397, 0.004460, -0.007298> - 5764: <-0.000786, 0.004800, -0.007069> - 5765: <-0.000781, 0.005140, -0.006846> - 5766: <-0.000391, 0.005156, -0.006868> - 5767: <-0.000394, 0.004815, -0.007092> - 5768: <-0.000781, 0.005140, -0.006846> - 5769: <-0.000777, 0.005466, -0.006605> - 5770: <-0.000389, 0.005483, -0.006626> - 5771: <-0.000391, 0.005156, -0.006868> - 5772: <-0.000777, 0.005466, -0.006605> - 5773: <-0.000774, 0.005776, -0.006346> - 5774: <-0.000388, 0.005794, -0.006366> - 5775: <-0.000389, 0.005483, -0.006626> - 5776: <-0.000388, -0.005794, -0.006366> - 5777: <-0.000389, -0.005483, -0.006626> - 5778: < 0.000000, -0.005489, -0.006633> - 5779: <-0.000000, -0.005801, -0.006373> - 5780: <-0.000389, -0.005483, -0.006626> - 5781: <-0.000391, -0.005156, -0.006868> - 5782: < 0.000000, -0.005162, -0.006875> - 5783: < 0.000000, -0.005489, -0.006633> - 5784: <-0.000391, -0.005156, -0.006868> - 5785: <-0.000394, -0.004815, -0.007092> - 5786: < 0.000000, -0.004820, -0.007099> - 5787: < 0.000000, -0.005162, -0.006875> - 5788: <-0.000394, -0.004815, -0.007092> - 5789: <-0.000397, -0.004460, -0.007298> - 5790: < 0.000000, -0.004465, -0.007306> - 5791: < 0.000000, -0.004820, -0.007099> - 5792: <-0.000397, -0.004460, -0.007298> - 5793: <-0.000400, -0.004093, -0.007487> - 5794: < 0.000000, -0.004098, -0.007495> - 5795: < 0.000000, -0.004465, -0.007306> - 5796: <-0.000400, -0.004093, -0.007487> - 5797: <-0.000404, -0.003716, -0.007657> - 5798: < 0.000000, -0.003720, -0.007665> - 5799: < 0.000000, -0.004098, -0.007495> - 5800: <-0.000404, -0.003716, -0.007657> - 5801: <-0.000408, -0.003328, -0.007810> - 5802: < 0.000000, -0.003331, -0.007818> - 5803: < 0.000000, -0.003720, -0.007665> - 5804: <-0.000408, -0.003328, -0.007810> - 5805: <-0.000412, -0.002931, -0.007945> - 5806: < 0.000000, -0.002934, -0.007953> - 5807: < 0.000000, -0.003331, -0.007818> - 5808: <-0.000412, -0.002931, -0.007945> - 5809: <-0.000415, -0.002527, -0.008062> - 5810: < 0.000000, -0.002530, -0.008070> - 5811: < 0.000000, -0.002934, -0.007953> - 5812: <-0.000415, -0.002527, -0.008062> - 5813: <-0.000419, -0.002116, -0.008161> - 5814: < 0.000000, -0.002118, -0.008169> - 5815: < 0.000000, -0.002530, -0.008070> - 5816: <-0.000419, -0.002116, -0.008161> - 5817: <-0.000422, -0.001699, -0.008242> - 5818: <-0.000000, -0.001701, -0.008251> - 5819: < 0.000000, -0.002118, -0.008169> - 5820: <-0.000422, -0.001699, -0.008242> - 5821: <-0.000424, -0.001278, -0.008305> - 5822: <-0.000000, -0.001280, -0.008314> - 5823: <-0.000000, -0.001701, -0.008251> - 5824: <-0.000424, -0.001278, -0.008305> - 5825: <-0.000426, -0.000854, -0.008350> - 5826: <-0.000000, -0.000855, -0.008359> - 5827: <-0.000000, -0.001280, -0.008314> - 5828: <-0.000426, -0.000854, -0.008350> - 5829: <-0.000428, -0.000428, -0.008377> - 5830: <-0.000000, -0.000428, -0.008386> - 5831: <-0.000000, -0.000855, -0.008359> - 5832: <-0.000428, -0.000428, -0.008377> - 5833: <-0.000428, 0.000000, -0.008386> - 5834: <-0.000000, 0.000000, -0.008395> - 5835: <-0.000000, -0.000428, -0.008386> - 5836: <-0.000428, 0.000000, -0.008386> - 5837: <-0.000428, 0.000428, -0.008377> - 5838: <-0.000000, 0.000428, -0.008386> - 5839: <-0.000000, 0.000000, -0.008395> - 5840: <-0.000428, 0.000428, -0.008377> - 5841: <-0.000426, 0.000854, -0.008350> - 5842: <-0.000000, 0.000855, -0.008359> - 5843: <-0.000000, 0.000428, -0.008386> - 5844: <-0.000426, 0.000854, -0.008350> - 5845: <-0.000424, 0.001278, -0.008305> - 5846: <-0.000000, 0.001280, -0.008314> - 5847: <-0.000000, 0.000855, -0.008359> - 5848: <-0.000424, 0.001278, -0.008305> - 5849: <-0.000422, 0.001699, -0.008242> - 5850: <-0.000000, 0.001701, -0.008251> - 5851: <-0.000000, 0.001280, -0.008314> - 5852: <-0.000422, 0.001699, -0.008242> - 5853: <-0.000419, 0.002116, -0.008161> - 5854: <-0.000000, 0.002118, -0.008169> - 5855: <-0.000000, 0.001701, -0.008251> - 5856: <-0.000419, 0.002116, -0.008161> - 5857: <-0.000415, 0.002527, -0.008062> - 5858: <-0.000000, 0.002530, -0.008070> - 5859: <-0.000000, 0.002118, -0.008169> - 5860: <-0.000415, 0.002527, -0.008062> - 5861: <-0.000412, 0.002931, -0.007945> - 5862: <-0.000000, 0.002934, -0.007953> - 5863: <-0.000000, 0.002530, -0.008070> - 5864: <-0.000412, 0.002931, -0.007945> - 5865: <-0.000408, 0.003328, -0.007810> - 5866: <-0.000000, 0.003331, -0.007818> - 5867: <-0.000000, 0.002934, -0.007953> - 5868: <-0.000408, 0.003328, -0.007810> - 5869: <-0.000404, 0.003716, -0.007657> - 5870: <-0.000000, 0.003720, -0.007665> - 5871: <-0.000000, 0.003331, -0.007818> - 5872: <-0.000404, 0.003716, -0.007657> - 5873: <-0.000400, 0.004093, -0.007487> - 5874: <-0.000000, 0.004098, -0.007495> - 5875: <-0.000000, 0.003720, -0.007665> - 5876: <-0.000400, 0.004093, -0.007487> - 5877: <-0.000397, 0.004460, -0.007298> - 5878: <-0.000000, 0.004465, -0.007306> - 5879: <-0.000000, 0.004098, -0.007495> - 5880: <-0.000397, 0.004460, -0.007298> - 5881: <-0.000394, 0.004815, -0.007092> - 5882: <-0.000000, 0.004820, -0.007099> - 5883: <-0.000000, 0.004465, -0.007306> - 5884: <-0.000394, 0.004815, -0.007092> - 5885: <-0.000391, 0.005156, -0.006868> - 5886: <-0.000000, 0.005162, -0.006875> - 5887: <-0.000000, 0.004820, -0.007099> - 5888: <-0.000391, 0.005156, -0.006868> - 5889: <-0.000389, 0.005483, -0.006626> - 5890: <-0.000000, 0.005489, -0.006633> - 5891: <-0.000000, 0.005162, -0.006875> - 5892: <-0.000389, 0.005483, -0.006626> - 5893: <-0.000388, 0.005794, -0.006366> - 5894: <-0.000000, 0.005801, -0.006373> - 5895: <-0.000000, 0.005489, -0.006633> - 5896: <-0.000000, -0.005801, -0.006373> - 5897: < 0.000000, -0.005489, -0.006633> - 5898: < 0.000389, -0.005483, -0.006626> - 5899: < 0.000388, -0.005794, -0.006366> - 5900: < 0.000000, -0.005489, -0.006633> - 5901: < 0.000000, -0.005162, -0.006875> - 5902: < 0.000391, -0.005156, -0.006868> - 5903: < 0.000389, -0.005483, -0.006626> - 5904: < 0.000000, -0.005162, -0.006875> - 5905: < 0.000000, -0.004820, -0.007099> - 5906: < 0.000394, -0.004815, -0.007092> - 5907: < 0.000391, -0.005156, -0.006868> - 5908: < 0.000000, -0.004820, -0.007099> - 5909: < 0.000000, -0.004465, -0.007306> - 5910: < 0.000397, -0.004460, -0.007298> - 5911: < 0.000394, -0.004815, -0.007092> - 5912: < 0.000000, -0.004465, -0.007306> - 5913: < 0.000000, -0.004098, -0.007495> - 5914: < 0.000400, -0.004093, -0.007487> - 5915: < 0.000397, -0.004460, -0.007298> - 5916: < 0.000000, -0.004098, -0.007495> - 5917: < 0.000000, -0.003720, -0.007665> - 5918: < 0.000404, -0.003716, -0.007657> - 5919: < 0.000400, -0.004093, -0.007487> - 5920: < 0.000000, -0.003720, -0.007665> - 5921: < 0.000000, -0.003331, -0.007818> - 5922: < 0.000408, -0.003328, -0.007810> - 5923: < 0.000404, -0.003716, -0.007657> - 5924: < 0.000000, -0.003331, -0.007818> - 5925: < 0.000000, -0.002934, -0.007953> - 5926: < 0.000412, -0.002931, -0.007945> - 5927: < 0.000408, -0.003328, -0.007810> - 5928: < 0.000000, -0.002934, -0.007953> - 5929: < 0.000000, -0.002530, -0.008070> - 5930: < 0.000415, -0.002527, -0.008062> - 5931: < 0.000412, -0.002931, -0.007945> - 5932: < 0.000000, -0.002530, -0.008070> - 5933: < 0.000000, -0.002118, -0.008169> - 5934: < 0.000419, -0.002116, -0.008161> - 5935: < 0.000415, -0.002527, -0.008062> - 5936: < 0.000000, -0.002118, -0.008169> - 5937: <-0.000000, -0.001701, -0.008251> - 5938: < 0.000422, -0.001699, -0.008242> - 5939: < 0.000419, -0.002116, -0.008161> - 5940: <-0.000000, -0.001701, -0.008251> - 5941: <-0.000000, -0.001280, -0.008314> - 5942: < 0.000424, -0.001278, -0.008305> - 5943: < 0.000422, -0.001699, -0.008242> - 5944: <-0.000000, -0.001280, -0.008314> - 5945: <-0.000000, -0.000855, -0.008359> - 5946: < 0.000426, -0.000854, -0.008350> - 5947: < 0.000424, -0.001278, -0.008305> - 5948: <-0.000000, -0.000855, -0.008359> - 5949: <-0.000000, -0.000428, -0.008386> - 5950: < 0.000428, -0.000428, -0.008377> - 5951: < 0.000426, -0.000854, -0.008350> - 5952: <-0.000000, -0.000428, -0.008386> - 5953: <-0.000000, 0.000000, -0.008395> - 5954: < 0.000428, 0.000000, -0.008386> - 5955: < 0.000428, -0.000428, -0.008377> - 5956: <-0.000000, 0.000000, -0.008395> - 5957: <-0.000000, 0.000428, -0.008386> - 5958: < 0.000428, 0.000428, -0.008377> - 5959: < 0.000428, 0.000000, -0.008386> - 5960: <-0.000000, 0.000428, -0.008386> - 5961: <-0.000000, 0.000855, -0.008359> - 5962: < 0.000426, 0.000854, -0.008350> - 5963: < 0.000428, 0.000428, -0.008377> - 5964: <-0.000000, 0.000855, -0.008359> - 5965: <-0.000000, 0.001280, -0.008314> - 5966: < 0.000424, 0.001278, -0.008305> - 5967: < 0.000426, 0.000854, -0.008350> - 5968: <-0.000000, 0.001280, -0.008314> - 5969: <-0.000000, 0.001701, -0.008251> - 5970: < 0.000422, 0.001699, -0.008242> - 5971: < 0.000424, 0.001278, -0.008305> - 5972: <-0.000000, 0.001701, -0.008251> - 5973: <-0.000000, 0.002118, -0.008169> - 5974: < 0.000419, 0.002116, -0.008161> - 5975: < 0.000422, 0.001699, -0.008242> - 5976: <-0.000000, 0.002118, -0.008169> - 5977: <-0.000000, 0.002530, -0.008070> - 5978: < 0.000415, 0.002527, -0.008062> - 5979: < 0.000419, 0.002116, -0.008161> - 5980: <-0.000000, 0.002530, -0.008070> - 5981: <-0.000000, 0.002934, -0.007953> - 5982: < 0.000412, 0.002931, -0.007945> - 5983: < 0.000415, 0.002527, -0.008062> - 5984: <-0.000000, 0.002934, -0.007953> - 5985: <-0.000000, 0.003331, -0.007818> - 5986: < 0.000408, 0.003328, -0.007810> - 5987: < 0.000412, 0.002931, -0.007945> - 5988: <-0.000000, 0.003331, -0.007818> - 5989: <-0.000000, 0.003720, -0.007665> - 5990: < 0.000404, 0.003716, -0.007657> - 5991: < 0.000408, 0.003328, -0.007810> - 5992: <-0.000000, 0.003720, -0.007665> - 5993: <-0.000000, 0.004098, -0.007495> - 5994: < 0.000400, 0.004093, -0.007487> - 5995: < 0.000404, 0.003716, -0.007657> - 5996: <-0.000000, 0.004098, -0.007495> - 5997: <-0.000000, 0.004465, -0.007306> - 5998: < 0.000397, 0.004460, -0.007298> - 5999: < 0.000400, 0.004093, -0.007487> - 6000: <-0.000000, 0.004465, -0.007306> - 6001: <-0.000000, 0.004820, -0.007099> - 6002: < 0.000394, 0.004815, -0.007092> - 6003: < 0.000397, 0.004460, -0.007298> - 6004: <-0.000000, 0.004820, -0.007099> - 6005: <-0.000000, 0.005162, -0.006875> - 6006: < 0.000391, 0.005156, -0.006868> - 6007: < 0.000394, 0.004815, -0.007092> - 6008: <-0.000000, 0.005162, -0.006875> - 6009: <-0.000000, 0.005489, -0.006633> - 6010: < 0.000389, 0.005483, -0.006626> - 6011: < 0.000391, 0.005156, -0.006868> - 6012: <-0.000000, 0.005489, -0.006633> - 6013: <-0.000000, 0.005801, -0.006373> - 6014: < 0.000388, 0.005794, -0.006366> - 6015: < 0.000389, 0.005483, -0.006626> - 6016: < 0.000388, -0.005794, -0.006366> - 6017: < 0.000389, -0.005483, -0.006626> - 6018: < 0.000777, -0.005466, -0.006605> - 6019: < 0.000774, -0.005776, -0.006346> - 6020: < 0.000389, -0.005483, -0.006626> - 6021: < 0.000391, -0.005156, -0.006868> - 6022: < 0.000781, -0.005140, -0.006846> - 6023: < 0.000777, -0.005466, -0.006605> - 6024: < 0.000391, -0.005156, -0.006868> - 6025: < 0.000394, -0.004815, -0.007092> - 6026: < 0.000786, -0.004800, -0.007069> - 6027: < 0.000781, -0.005140, -0.006846> - 6028: < 0.000394, -0.004815, -0.007092> - 6029: < 0.000397, -0.004460, -0.007298> - 6030: < 0.000792, -0.004446, -0.007275> - 6031: < 0.000786, -0.004800, -0.007069> - 6032: < 0.000397, -0.004460, -0.007298> - 6033: < 0.000400, -0.004093, -0.007487> - 6034: < 0.000799, -0.004081, -0.007462> - 6035: < 0.000792, -0.004446, -0.007275> - 6036: < 0.000400, -0.004093, -0.007487> - 6037: < 0.000404, -0.003716, -0.007657> - 6038: < 0.000807, -0.003704, -0.007632> - 6039: < 0.000799, -0.004081, -0.007462> - 6040: < 0.000404, -0.003716, -0.007657> - 6041: < 0.000408, -0.003328, -0.007810> - 6042: < 0.000814, -0.003318, -0.007785> - 6043: < 0.000807, -0.003704, -0.007632> - 6044: < 0.000408, -0.003328, -0.007810> - 6045: < 0.000412, -0.002931, -0.007945> - 6046: < 0.000822, -0.002922, -0.007919> - 6047: < 0.000814, -0.003318, -0.007785> - 6048: < 0.000412, -0.002931, -0.007945> - 6049: < 0.000415, -0.002527, -0.008062> - 6050: < 0.000829, -0.002519, -0.008036> - 6051: < 0.000822, -0.002922, -0.007919> - 6052: < 0.000415, -0.002527, -0.008062> - 6053: < 0.000419, -0.002116, -0.008161> - 6054: < 0.000836, -0.002109, -0.008134> - 6055: < 0.000829, -0.002519, -0.008036> - 6056: < 0.000419, -0.002116, -0.008161> - 6057: < 0.000422, -0.001699, -0.008242> - 6058: < 0.000842, -0.001694, -0.008215> - 6059: < 0.000836, -0.002109, -0.008134> - 6060: < 0.000422, -0.001699, -0.008242> - 6061: < 0.000424, -0.001278, -0.008305> - 6062: < 0.000848, -0.001275, -0.008278> - 6063: < 0.000842, -0.001694, -0.008215> - 6064: < 0.000424, -0.001278, -0.008305> - 6065: < 0.000426, -0.000854, -0.008350> - 6066: < 0.000852, -0.000852, -0.008323> - 6067: < 0.000848, -0.001275, -0.008278> - 6068: < 0.000426, -0.000854, -0.008350> - 6069: < 0.000428, -0.000428, -0.008377> - 6070: < 0.000854, -0.000426, -0.008350> - 6071: < 0.000852, -0.000852, -0.008323> - 6072: < 0.000428, -0.000428, -0.008377> - 6073: < 0.000428, 0.000000, -0.008386> - 6074: < 0.000855, 0.000000, -0.008359> - 6075: < 0.000854, -0.000426, -0.008350> - 6076: < 0.000428, 0.000000, -0.008386> - 6077: < 0.000428, 0.000428, -0.008377> - 6078: < 0.000854, 0.000426, -0.008350> - 6079: < 0.000855, 0.000000, -0.008359> - 6080: < 0.000428, 0.000428, -0.008377> - 6081: < 0.000426, 0.000854, -0.008350> - 6082: < 0.000852, 0.000852, -0.008323> - 6083: < 0.000854, 0.000426, -0.008350> - 6084: < 0.000426, 0.000854, -0.008350> - 6085: < 0.000424, 0.001278, -0.008305> - 6086: < 0.000848, 0.001275, -0.008278> - 6087: < 0.000852, 0.000852, -0.008323> - 6088: < 0.000424, 0.001278, -0.008305> - 6089: < 0.000422, 0.001699, -0.008242> - 6090: < 0.000842, 0.001694, -0.008215> - 6091: < 0.000848, 0.001275, -0.008278> - 6092: < 0.000422, 0.001699, -0.008242> - 6093: < 0.000419, 0.002116, -0.008161> - 6094: < 0.000836, 0.002109, -0.008134> - 6095: < 0.000842, 0.001694, -0.008215> - 6096: < 0.000419, 0.002116, -0.008161> - 6097: < 0.000415, 0.002527, -0.008062> - 6098: < 0.000829, 0.002519, -0.008036> - 6099: < 0.000836, 0.002109, -0.008134> - 6100: < 0.000415, 0.002527, -0.008062> - 6101: < 0.000412, 0.002931, -0.007945> - 6102: < 0.000822, 0.002922, -0.007919> - 6103: < 0.000829, 0.002519, -0.008036> - 6104: < 0.000412, 0.002931, -0.007945> - 6105: < 0.000408, 0.003328, -0.007810> - 6106: < 0.000814, 0.003318, -0.007785> - 6107: < 0.000822, 0.002922, -0.007919> - 6108: < 0.000408, 0.003328, -0.007810> - 6109: < 0.000404, 0.003716, -0.007657> - 6110: < 0.000807, 0.003704, -0.007632> - 6111: < 0.000814, 0.003318, -0.007785> - 6112: < 0.000404, 0.003716, -0.007657> - 6113: < 0.000400, 0.004093, -0.007487> - 6114: < 0.000799, 0.004081, -0.007462> - 6115: < 0.000807, 0.003704, -0.007632> - 6116: < 0.000400, 0.004093, -0.007487> - 6117: < 0.000397, 0.004460, -0.007298> - 6118: < 0.000792, 0.004446, -0.007275> - 6119: < 0.000799, 0.004081, -0.007462> - 6120: < 0.000397, 0.004460, -0.007298> - 6121: < 0.000394, 0.004815, -0.007092> - 6122: < 0.000786, 0.004800, -0.007069> - 6123: < 0.000792, 0.004446, -0.007275> - 6124: < 0.000394, 0.004815, -0.007092> - 6125: < 0.000391, 0.005156, -0.006868> - 6126: < 0.000781, 0.005140, -0.006846> - 6127: < 0.000786, 0.004800, -0.007069> - 6128: < 0.000391, 0.005156, -0.006868> - 6129: < 0.000389, 0.005483, -0.006626> - 6130: < 0.000777, 0.005466, -0.006605> - 6131: < 0.000781, 0.005140, -0.006846> - 6132: < 0.000389, 0.005483, -0.006626> - 6133: < 0.000388, 0.005794, -0.006366> - 6134: < 0.000774, 0.005776, -0.006346> - 6135: < 0.000777, 0.005466, -0.006605> - 6136: < 0.000774, -0.005776, -0.006346> - 6137: < 0.000777, -0.005466, -0.006605> - 6138: < 0.001161, -0.005438, -0.006570> - 6139: < 0.001157, -0.005747, -0.006313> - 6140: < 0.000777, -0.005466, -0.006605> - 6141: < 0.000781, -0.005140, -0.006846> - 6142: < 0.001168, -0.005114, -0.006810> - 6143: < 0.001161, -0.005438, -0.006570> - 6144: < 0.000781, -0.005140, -0.006846> - 6145: < 0.000786, -0.004800, -0.007069> - 6146: < 0.001176, -0.004776, -0.007032> - 6147: < 0.001168, -0.005114, -0.006810> - 6148: < 0.000786, -0.004800, -0.007069> - 6149: < 0.000792, -0.004446, -0.007275> - 6150: < 0.001185, -0.004424, -0.007236> - 6151: < 0.001176, -0.004776, -0.007032> - 6152: < 0.000792, -0.004446, -0.007275> - 6153: < 0.000799, -0.004081, -0.007462> - 6154: < 0.001196, -0.004061, -0.007423> - 6155: < 0.001185, -0.004424, -0.007236> - 6156: < 0.000799, -0.004081, -0.007462> - 6157: < 0.000807, -0.003704, -0.007632> - 6158: < 0.001207, -0.003686, -0.007591> - 6159: < 0.001196, -0.004061, -0.007423> - 6160: < 0.000807, -0.003704, -0.007632> - 6161: < 0.000814, -0.003318, -0.007785> - 6162: < 0.001219, -0.003302, -0.007743> - 6163: < 0.001207, -0.003686, -0.007591> - 6164: < 0.000814, -0.003318, -0.007785> - 6165: < 0.000822, -0.002922, -0.007919> - 6166: < 0.001230, -0.002908, -0.007876> - 6167: < 0.001219, -0.003302, -0.007743> - 6168: < 0.000822, -0.002922, -0.007919> - 6169: < 0.000829, -0.002519, -0.008036> - 6170: < 0.001241, -0.002507, -0.007992> - 6171: < 0.001230, -0.002908, -0.007876> - 6172: < 0.000829, -0.002519, -0.008036> - 6173: < 0.000836, -0.002109, -0.008134> - 6174: < 0.001252, -0.002099, -0.008090> - 6175: < 0.001241, -0.002507, -0.007992> - 6176: < 0.000836, -0.002109, -0.008134> - 6177: < 0.000842, -0.001694, -0.008215> - 6178: < 0.001261, -0.001686, -0.008171> - 6179: < 0.001252, -0.002099, -0.008090> - 6180: < 0.000842, -0.001694, -0.008215> - 6181: < 0.000848, -0.001275, -0.008278> - 6182: < 0.001269, -0.001269, -0.008233> - 6183: < 0.001261, -0.001686, -0.008171> - 6184: < 0.000848, -0.001275, -0.008278> - 6185: < 0.000852, -0.000852, -0.008323> - 6186: < 0.001275, -0.000848, -0.008278> - 6187: < 0.001269, -0.001269, -0.008233> - 6188: < 0.000852, -0.000852, -0.008323> - 6189: < 0.000854, -0.000426, -0.008350> - 6190: < 0.001278, -0.000424, -0.008305> - 6191: < 0.001275, -0.000848, -0.008278> - 6192: < 0.000854, -0.000426, -0.008350> - 6193: < 0.000855, 0.000000, -0.008359> - 6194: < 0.001280, 0.000000, -0.008314> - 6195: < 0.001278, -0.000424, -0.008305> - 6196: < 0.000855, 0.000000, -0.008359> - 6197: < 0.000854, 0.000426, -0.008350> - 6198: < 0.001278, 0.000424, -0.008305> - 6199: < 0.001280, 0.000000, -0.008314> - 6200: < 0.000854, 0.000426, -0.008350> - 6201: < 0.000852, 0.000852, -0.008323> - 6202: < 0.001275, 0.000848, -0.008278> - 6203: < 0.001278, 0.000424, -0.008305> - 6204: < 0.000852, 0.000852, -0.008323> - 6205: < 0.000848, 0.001275, -0.008278> - 6206: < 0.001269, 0.001269, -0.008233> - 6207: < 0.001275, 0.000848, -0.008278> - 6208: < 0.000848, 0.001275, -0.008278> - 6209: < 0.000842, 0.001694, -0.008215> - 6210: < 0.001261, 0.001686, -0.008171> - 6211: < 0.001269, 0.001269, -0.008233> - 6212: < 0.000842, 0.001694, -0.008215> - 6213: < 0.000836, 0.002109, -0.008134> - 6214: < 0.001252, 0.002099, -0.008090> - 6215: < 0.001261, 0.001686, -0.008171> - 6216: < 0.000836, 0.002109, -0.008134> - 6217: < 0.000829, 0.002519, -0.008036> - 6218: < 0.001241, 0.002507, -0.007992> - 6219: < 0.001252, 0.002099, -0.008090> - 6220: < 0.000829, 0.002519, -0.008036> - 6221: < 0.000822, 0.002922, -0.007919> - 6222: < 0.001230, 0.002908, -0.007876> - 6223: < 0.001241, 0.002507, -0.007992> - 6224: < 0.000822, 0.002922, -0.007919> - 6225: < 0.000814, 0.003318, -0.007785> - 6226: < 0.001219, 0.003302, -0.007743> - 6227: < 0.001230, 0.002908, -0.007876> - 6228: < 0.000814, 0.003318, -0.007785> - 6229: < 0.000807, 0.003704, -0.007632> - 6230: < 0.001207, 0.003686, -0.007591> - 6231: < 0.001219, 0.003302, -0.007743> - 6232: < 0.000807, 0.003704, -0.007632> - 6233: < 0.000799, 0.004081, -0.007462> - 6234: < 0.001196, 0.004061, -0.007423> - 6235: < 0.001207, 0.003686, -0.007591> - 6236: < 0.000799, 0.004081, -0.007462> - 6237: < 0.000792, 0.004446, -0.007275> - 6238: < 0.001185, 0.004424, -0.007236> - 6239: < 0.001196, 0.004061, -0.007423> - 6240: < 0.000792, 0.004446, -0.007275> - 6241: < 0.000786, 0.004800, -0.007069> - 6242: < 0.001176, 0.004776, -0.007032> - 6243: < 0.001185, 0.004424, -0.007236> - 6244: < 0.000786, 0.004800, -0.007069> - 6245: < 0.000781, 0.005140, -0.006846> - 6246: < 0.001168, 0.005114, -0.006810> - 6247: < 0.001176, 0.004776, -0.007032> - 6248: < 0.000781, 0.005140, -0.006846> - 6249: < 0.000777, 0.005466, -0.006605> - 6250: < 0.001161, 0.005438, -0.006570> - 6251: < 0.001168, 0.005114, -0.006810> - 6252: < 0.000777, 0.005466, -0.006605> - 6253: < 0.000774, 0.005776, -0.006346> - 6254: < 0.001157, 0.005747, -0.006313> - 6255: < 0.001161, 0.005438, -0.006570> - 6256: < 0.001157, -0.005747, -0.006313> - 6257: < 0.001161, -0.005438, -0.006570> - 6258: < 0.001541, -0.005401, -0.006523> - 6259: < 0.001536, -0.005707, -0.006269> - 6260: < 0.001161, -0.005438, -0.006570> - 6261: < 0.001168, -0.005114, -0.006810> - 6262: < 0.001550, -0.005080, -0.006761> - 6263: < 0.001541, -0.005401, -0.006523> - 6264: < 0.001168, -0.005114, -0.006810> - 6265: < 0.001176, -0.004776, -0.007032> - 6266: < 0.001561, -0.004744, -0.006980> - 6267: < 0.001550, -0.005080, -0.006761> - 6268: < 0.001176, -0.004776, -0.007032> - 6269: < 0.001185, -0.004424, -0.007236> - 6270: < 0.001574, -0.004395, -0.007183> - 6271: < 0.001561, -0.004744, -0.006980> - 6272: < 0.001185, -0.004424, -0.007236> - 6273: < 0.001196, -0.004061, -0.007423> - 6274: < 0.001588, -0.004034, -0.007367> - 6275: < 0.001574, -0.004395, -0.007183> - 6276: < 0.001196, -0.004061, -0.007423> - 6277: < 0.001207, -0.003686, -0.007591> - 6278: < 0.001603, -0.003663, -0.007535> - 6279: < 0.001588, -0.004034, -0.007367> - 6280: < 0.001207, -0.003686, -0.007591> - 6281: < 0.001219, -0.003302, -0.007743> - 6282: < 0.001619, -0.003281, -0.007684> - 6283: < 0.001603, -0.003663, -0.007535> - 6284: < 0.001219, -0.003302, -0.007743> - 6285: < 0.001230, -0.002908, -0.007876> - 6286: < 0.001635, -0.002890, -0.007817> - 6287: < 0.001619, -0.003281, -0.007684> - 6288: < 0.001230, -0.002908, -0.007876> - 6289: < 0.001241, -0.002507, -0.007992> - 6290: < 0.001650, -0.002492, -0.007932> - 6291: < 0.001635, -0.002890, -0.007817> - 6292: < 0.001241, -0.002507, -0.007992> - 6293: < 0.001252, -0.002099, -0.008090> - 6294: < 0.001663, -0.002086, -0.008029> - 6295: < 0.001650, -0.002492, -0.007932> - 6296: < 0.001252, -0.002099, -0.008090> - 6297: < 0.001261, -0.001686, -0.008171> - 6298: < 0.001676, -0.001676, -0.008109> - 6299: < 0.001663, -0.002086, -0.008029> - 6300: < 0.001261, -0.001686, -0.008171> - 6301: < 0.001269, -0.001269, -0.008233> - 6302: < 0.001686, -0.001261, -0.008171> - 6303: < 0.001676, -0.001676, -0.008109> - 6304: < 0.001269, -0.001269, -0.008233> - 6305: < 0.001275, -0.000848, -0.008278> - 6306: < 0.001694, -0.000842, -0.008215> - 6307: < 0.001686, -0.001261, -0.008171> - 6308: < 0.001275, -0.000848, -0.008278> - 6309: < 0.001278, -0.000424, -0.008305> - 6310: < 0.001699, -0.000422, -0.008242> - 6311: < 0.001694, -0.000842, -0.008215> - 6312: < 0.001278, -0.000424, -0.008305> - 6313: < 0.001280, 0.000000, -0.008314> - 6314: < 0.001701, 0.000000, -0.008251> - 6315: < 0.001699, -0.000422, -0.008242> - 6316: < 0.001280, 0.000000, -0.008314> - 6317: < 0.001278, 0.000424, -0.008305> - 6318: < 0.001699, 0.000422, -0.008242> - 6319: < 0.001701, 0.000000, -0.008251> - 6320: < 0.001278, 0.000424, -0.008305> - 6321: < 0.001275, 0.000848, -0.008278> - 6322: < 0.001694, 0.000842, -0.008215> - 6323: < 0.001699, 0.000422, -0.008242> - 6324: < 0.001275, 0.000848, -0.008278> - 6325: < 0.001269, 0.001269, -0.008233> - 6326: < 0.001686, 0.001261, -0.008171> - 6327: < 0.001694, 0.000842, -0.008215> - 6328: < 0.001269, 0.001269, -0.008233> - 6329: < 0.001261, 0.001686, -0.008171> - 6330: < 0.001676, 0.001676, -0.008109> - 6331: < 0.001686, 0.001261, -0.008171> - 6332: < 0.001261, 0.001686, -0.008171> - 6333: < 0.001252, 0.002099, -0.008090> - 6334: < 0.001663, 0.002086, -0.008029> - 6335: < 0.001676, 0.001676, -0.008109> - 6336: < 0.001252, 0.002099, -0.008090> - 6337: < 0.001241, 0.002507, -0.007992> - 6338: < 0.001650, 0.002492, -0.007932> - 6339: < 0.001663, 0.002086, -0.008029> - 6340: < 0.001241, 0.002507, -0.007992> - 6341: < 0.001230, 0.002908, -0.007876> - 6342: < 0.001635, 0.002890, -0.007817> - 6343: < 0.001650, 0.002492, -0.007932> - 6344: < 0.001230, 0.002908, -0.007876> - 6345: < 0.001219, 0.003302, -0.007743> - 6346: < 0.001619, 0.003281, -0.007684> - 6347: < 0.001635, 0.002890, -0.007817> - 6348: < 0.001219, 0.003302, -0.007743> - 6349: < 0.001207, 0.003686, -0.007591> - 6350: < 0.001603, 0.003663, -0.007535> - 6351: < 0.001619, 0.003281, -0.007684> - 6352: < 0.001207, 0.003686, -0.007591> - 6353: < 0.001196, 0.004061, -0.007423> - 6354: < 0.001588, 0.004034, -0.007367> - 6355: < 0.001603, 0.003663, -0.007535> - 6356: < 0.001196, 0.004061, -0.007423> - 6357: < 0.001185, 0.004424, -0.007236> - 6358: < 0.001574, 0.004395, -0.007183> - 6359: < 0.001588, 0.004034, -0.007367> - 6360: < 0.001185, 0.004424, -0.007236> - 6361: < 0.001176, 0.004776, -0.007032> - 6362: < 0.001561, 0.004744, -0.006980> - 6363: < 0.001574, 0.004395, -0.007183> - 6364: < 0.001176, 0.004776, -0.007032> - 6365: < 0.001168, 0.005114, -0.006810> - 6366: < 0.001550, 0.005080, -0.006761> - 6367: < 0.001561, 0.004744, -0.006980> - 6368: < 0.001168, 0.005114, -0.006810> - 6369: < 0.001161, 0.005438, -0.006570> - 6370: < 0.001541, 0.005401, -0.006523> - 6371: < 0.001550, 0.005080, -0.006761> - 6372: < 0.001161, 0.005438, -0.006570> - 6373: < 0.001157, 0.005747, -0.006313> - 6374: < 0.001536, 0.005707, -0.006269> - 6375: < 0.001541, 0.005401, -0.006523> - 6376: < 0.001536, -0.005707, -0.006269> - 6377: < 0.001541, -0.005401, -0.006523> - 6378: < 0.001915, -0.005355, -0.006464> - 6379: < 0.001908, -0.005657, -0.006212> - 6380: < 0.001541, -0.005401, -0.006523> - 6381: < 0.001550, -0.005080, -0.006761> - 6382: < 0.001926, -0.005037, -0.006698> - 6383: < 0.001915, -0.005355, -0.006464> - 6384: < 0.001550, -0.005080, -0.006761> - 6385: < 0.001561, -0.004744, -0.006980> - 6386: < 0.001940, -0.004705, -0.006915> - 6387: < 0.001926, -0.005037, -0.006698> - 6388: < 0.001561, -0.004744, -0.006980> - 6389: < 0.001574, -0.004395, -0.007183> - 6390: < 0.001957, -0.004360, -0.007115> - 6391: < 0.001940, -0.004705, -0.006915> - 6392: < 0.001574, -0.004395, -0.007183> - 6393: < 0.001588, -0.004034, -0.007367> - 6394: < 0.001975, -0.004002, -0.007297> - 6395: < 0.001957, -0.004360, -0.007115> - 6396: < 0.001588, -0.004034, -0.007367> - 6397: < 0.001603, -0.003663, -0.007535> - 6398: < 0.001995, -0.003634, -0.007462> - 6399: < 0.001975, -0.004002, -0.007297> - 6400: < 0.001603, -0.003663, -0.007535> - 6401: < 0.001619, -0.003281, -0.007684> - 6402: < 0.002015, -0.003255, -0.007610> - 6403: < 0.001995, -0.003634, -0.007462> - 6404: < 0.001619, -0.003281, -0.007684> - 6405: < 0.001635, -0.002890, -0.007817> - 6406: < 0.002035, -0.002868, -0.007740> - 6407: < 0.002015, -0.003255, -0.007610> - 6408: < 0.001635, -0.002890, -0.007817> - 6409: < 0.001650, -0.002492, -0.007932> - 6410: < 0.002053, -0.002473, -0.007854> - 6411: < 0.002035, -0.002868, -0.007740> - 6412: < 0.001650, -0.002492, -0.007932> - 6413: < 0.001663, -0.002086, -0.008029> - 6414: < 0.002071, -0.002071, -0.007950> - 6415: < 0.002053, -0.002473, -0.007854> - 6416: < 0.001663, -0.002086, -0.008029> - 6417: < 0.001676, -0.001676, -0.008109> - 6418: < 0.002086, -0.001663, -0.008029> - 6419: < 0.002071, -0.002071, -0.007950> - 6420: < 0.001676, -0.001676, -0.008109> - 6421: < 0.001686, -0.001261, -0.008171> - 6422: < 0.002099, -0.001252, -0.008090> - 6423: < 0.002086, -0.001663, -0.008029> - 6424: < 0.001686, -0.001261, -0.008171> - 6425: < 0.001694, -0.000842, -0.008215> - 6426: < 0.002109, -0.000836, -0.008134> - 6427: < 0.002099, -0.001252, -0.008090> - 6428: < 0.001694, -0.000842, -0.008215> - 6429: < 0.001699, -0.000422, -0.008242> - 6430: < 0.002116, -0.000419, -0.008161> - 6431: < 0.002109, -0.000836, -0.008134> - 6432: < 0.001699, -0.000422, -0.008242> - 6433: < 0.001701, 0.000000, -0.008251> - 6434: < 0.002118, 0.000000, -0.008169> - 6435: < 0.002116, -0.000419, -0.008161> - 6436: < 0.001701, 0.000000, -0.008251> - 6437: < 0.001699, 0.000422, -0.008242> - 6438: < 0.002116, 0.000419, -0.008161> - 6439: < 0.002118, 0.000000, -0.008169> - 6440: < 0.001699, 0.000422, -0.008242> - 6441: < 0.001694, 0.000842, -0.008215> - 6442: < 0.002109, 0.000836, -0.008134> - 6443: < 0.002116, 0.000419, -0.008161> - 6444: < 0.001694, 0.000842, -0.008215> - 6445: < 0.001686, 0.001261, -0.008171> - 6446: < 0.002099, 0.001252, -0.008090> - 6447: < 0.002109, 0.000836, -0.008134> - 6448: < 0.001686, 0.001261, -0.008171> - 6449: < 0.001676, 0.001676, -0.008109> - 6450: < 0.002086, 0.001663, -0.008029> - 6451: < 0.002099, 0.001252, -0.008090> - 6452: < 0.001676, 0.001676, -0.008109> - 6453: < 0.001663, 0.002086, -0.008029> - 6454: < 0.002071, 0.002071, -0.007950> - 6455: < 0.002086, 0.001663, -0.008029> - 6456: < 0.001663, 0.002086, -0.008029> - 6457: < 0.001650, 0.002492, -0.007932> - 6458: < 0.002053, 0.002473, -0.007854> - 6459: < 0.002071, 0.002071, -0.007950> - 6460: < 0.001650, 0.002492, -0.007932> - 6461: < 0.001635, 0.002890, -0.007817> - 6462: < 0.002035, 0.002868, -0.007740> - 6463: < 0.002053, 0.002473, -0.007854> - 6464: < 0.001635, 0.002890, -0.007817> - 6465: < 0.001619, 0.003281, -0.007684> - 6466: < 0.002015, 0.003255, -0.007610> - 6467: < 0.002035, 0.002868, -0.007740> - 6468: < 0.001619, 0.003281, -0.007684> - 6469: < 0.001603, 0.003663, -0.007535> - 6470: < 0.001995, 0.003634, -0.007462> - 6471: < 0.002015, 0.003255, -0.007610> - 6472: < 0.001603, 0.003663, -0.007535> - 6473: < 0.001588, 0.004034, -0.007367> - 6474: < 0.001975, 0.004002, -0.007297> - 6475: < 0.001995, 0.003634, -0.007462> - 6476: < 0.001588, 0.004034, -0.007367> - 6477: < 0.001574, 0.004395, -0.007183> - 6478: < 0.001957, 0.004360, -0.007115> - 6479: < 0.001975, 0.004002, -0.007297> - 6480: < 0.001574, 0.004395, -0.007183> - 6481: < 0.001561, 0.004744, -0.006980> - 6482: < 0.001940, 0.004705, -0.006915> - 6483: < 0.001957, 0.004360, -0.007115> - 6484: < 0.001561, 0.004744, -0.006980> - 6485: < 0.001550, 0.005080, -0.006761> - 6486: < 0.001926, 0.005037, -0.006698> - 6487: < 0.001940, 0.004705, -0.006915> - 6488: < 0.001550, 0.005080, -0.006761> - 6489: < 0.001541, 0.005401, -0.006523> - 6490: < 0.001915, 0.005355, -0.006464> - 6491: < 0.001926, 0.005037, -0.006698> - 6492: < 0.001541, 0.005401, -0.006523> - 6493: < 0.001536, 0.005707, -0.006269> - 6494: < 0.001908, 0.005657, -0.006212> - 6495: < 0.001915, 0.005355, -0.006464> - 6496: < 0.001908, -0.005657, -0.006212> - 6497: < 0.001915, -0.005355, -0.006464> - 6498: < 0.002281, -0.005301, -0.006393> - 6499: < 0.002272, -0.005599, -0.006146> - 6500: < 0.001915, -0.005355, -0.006464> - 6501: < 0.001926, -0.005037, -0.006698> - 6502: < 0.002295, -0.004987, -0.006623> - 6503: < 0.002281, -0.005301, -0.006393> - 6504: < 0.001926, -0.005037, -0.006698> - 6505: < 0.001940, -0.004705, -0.006915> - 6506: < 0.002313, -0.004659, -0.006836> - 6507: < 0.002295, -0.004987, -0.006623> - 6508: < 0.001940, -0.004705, -0.006915> - 6509: < 0.001957, -0.004360, -0.007115> - 6510: < 0.002333, -0.004318, -0.007033> - 6511: < 0.002313, -0.004659, -0.006836> - 6512: < 0.001957, -0.004360, -0.007115> - 6513: < 0.001975, -0.004002, -0.007297> - 6514: < 0.002356, -0.003965, -0.007212> - 6515: < 0.002333, -0.004318, -0.007033> - 6516: < 0.001975, -0.004002, -0.007297> - 6517: < 0.001995, -0.003634, -0.007462> - 6518: < 0.002380, -0.003601, -0.007374> - 6519: < 0.002356, -0.003965, -0.007212> - 6520: < 0.001995, -0.003634, -0.007462> - 6521: < 0.002015, -0.003255, -0.007610> - 6522: < 0.002405, -0.003227, -0.007519> - 6523: < 0.002380, -0.003601, -0.007374> - 6524: < 0.002015, -0.003255, -0.007610> - 6525: < 0.002035, -0.002868, -0.007740> - 6526: < 0.002429, -0.002843, -0.007648> - 6527: < 0.002405, -0.003227, -0.007519> - 6528: < 0.002035, -0.002868, -0.007740> - 6529: < 0.002053, -0.002473, -0.007854> - 6530: < 0.002452, -0.002452, -0.007759> - 6531: < 0.002429, -0.002843, -0.007648> - 6532: < 0.002053, -0.002473, -0.007854> - 6533: < 0.002071, -0.002071, -0.007950> - 6534: < 0.002473, -0.002053, -0.007854> - 6535: < 0.002452, -0.002452, -0.007759> - 6536: < 0.002071, -0.002071, -0.007950> - 6537: < 0.002086, -0.001663, -0.008029> - 6538: < 0.002492, -0.001650, -0.007932> - 6539: < 0.002473, -0.002053, -0.007854> - 6540: < 0.002086, -0.001663, -0.008029> - 6541: < 0.002099, -0.001252, -0.008090> - 6542: < 0.002507, -0.001241, -0.007992> - 6543: < 0.002492, -0.001650, -0.007932> - 6544: < 0.002099, -0.001252, -0.008090> - 6545: < 0.002109, -0.000836, -0.008134> - 6546: < 0.002519, -0.000829, -0.008036> - 6547: < 0.002507, -0.001241, -0.007992> - 6548: < 0.002109, -0.000836, -0.008134> - 6549: < 0.002116, -0.000419, -0.008161> - 6550: < 0.002527, -0.000415, -0.008062> - 6551: < 0.002519, -0.000829, -0.008036> - 6552: < 0.002116, -0.000419, -0.008161> - 6553: < 0.002118, 0.000000, -0.008169> - 6554: < 0.002530, 0.000000, -0.008070> - 6555: < 0.002527, -0.000415, -0.008062> - 6556: < 0.002118, 0.000000, -0.008169> - 6557: < 0.002116, 0.000419, -0.008161> - 6558: < 0.002527, 0.000415, -0.008062> - 6559: < 0.002530, 0.000000, -0.008070> - 6560: < 0.002116, 0.000419, -0.008161> - 6561: < 0.002109, 0.000836, -0.008134> - 6562: < 0.002519, 0.000829, -0.008036> - 6563: < 0.002527, 0.000415, -0.008062> - 6564: < 0.002109, 0.000836, -0.008134> - 6565: < 0.002099, 0.001252, -0.008090> - 6566: < 0.002507, 0.001241, -0.007992> - 6567: < 0.002519, 0.000829, -0.008036> - 6568: < 0.002099, 0.001252, -0.008090> - 6569: < 0.002086, 0.001663, -0.008029> - 6570: < 0.002492, 0.001650, -0.007932> - 6571: < 0.002507, 0.001241, -0.007992> - 6572: < 0.002086, 0.001663, -0.008029> - 6573: < 0.002071, 0.002071, -0.007950> - 6574: < 0.002473, 0.002053, -0.007854> - 6575: < 0.002492, 0.001650, -0.007932> - 6576: < 0.002071, 0.002071, -0.007950> - 6577: < 0.002053, 0.002473, -0.007854> - 6578: < 0.002452, 0.002452, -0.007759> - 6579: < 0.002473, 0.002053, -0.007854> - 6580: < 0.002053, 0.002473, -0.007854> - 6581: < 0.002035, 0.002868, -0.007740> - 6582: < 0.002429, 0.002843, -0.007648> - 6583: < 0.002452, 0.002452, -0.007759> - 6584: < 0.002035, 0.002868, -0.007740> - 6585: < 0.002015, 0.003255, -0.007610> - 6586: < 0.002405, 0.003227, -0.007519> - 6587: < 0.002429, 0.002843, -0.007648> - 6588: < 0.002015, 0.003255, -0.007610> - 6589: < 0.001995, 0.003634, -0.007462> - 6590: < 0.002380, 0.003601, -0.007374> - 6591: < 0.002405, 0.003227, -0.007519> - 6592: < 0.001995, 0.003634, -0.007462> - 6593: < 0.001975, 0.004002, -0.007297> - 6594: < 0.002356, 0.003965, -0.007212> - 6595: < 0.002380, 0.003601, -0.007374> - 6596: < 0.001975, 0.004002, -0.007297> - 6597: < 0.001957, 0.004360, -0.007115> - 6598: < 0.002333, 0.004318, -0.007033> - 6599: < 0.002356, 0.003965, -0.007212> - 6600: < 0.001957, 0.004360, -0.007115> - 6601: < 0.001940, 0.004705, -0.006915> - 6602: < 0.002313, 0.004659, -0.006836> - 6603: < 0.002333, 0.004318, -0.007033> - 6604: < 0.001940, 0.004705, -0.006915> - 6605: < 0.001926, 0.005037, -0.006698> - 6606: < 0.002295, 0.004987, -0.006623> - 6607: < 0.002313, 0.004659, -0.006836> - 6608: < 0.001926, 0.005037, -0.006698> - 6609: < 0.001915, 0.005355, -0.006464> - 6610: < 0.002281, 0.005301, -0.006393> - 6611: < 0.002295, 0.004987, -0.006623> - 6612: < 0.001915, 0.005355, -0.006464> - 6613: < 0.001908, 0.005657, -0.006212> - 6614: < 0.002272, 0.005599, -0.006146> - 6615: < 0.002281, 0.005301, -0.006393> - 6616: < 0.002272, -0.005599, -0.006146> - 6617: < 0.002281, -0.005301, -0.006393> - 6618: < 0.002638, -0.005240, -0.006311> - 6619: < 0.002627, -0.005533, -0.006069> - 6620: < 0.002281, -0.005301, -0.006393> - 6621: < 0.002295, -0.004987, -0.006623> - 6622: < 0.002655, -0.004931, -0.006537> - 6623: < 0.002638, -0.005240, -0.006311> - 6624: < 0.002295, -0.004987, -0.006623> - 6625: < 0.002313, -0.004659, -0.006836> - 6626: < 0.002676, -0.004609, -0.006745> - 6627: < 0.002655, -0.004931, -0.006537> - 6628: < 0.002313, -0.004659, -0.006836> - 6629: < 0.002333, -0.004318, -0.007033> - 6630: < 0.002701, -0.004273, -0.006937> - 6631: < 0.002676, -0.004609, -0.006745> - 6632: < 0.002333, -0.004318, -0.007033> - 6633: < 0.002356, -0.003965, -0.007212> - 6634: < 0.002729, -0.003924, -0.007112> - 6635: < 0.002701, -0.004273, -0.006937> - 6636: < 0.002356, -0.003965, -0.007212> - 6637: < 0.002380, -0.003601, -0.007374> - 6638: < 0.002758, -0.003565, -0.007270> - 6639: < 0.002729, -0.003924, -0.007112> - 6640: < 0.002380, -0.003601, -0.007374> - 6641: < 0.002405, -0.003227, -0.007519> - 6642: < 0.002787, -0.003195, -0.007412> - 6643: < 0.002758, -0.003565, -0.007270> - 6644: < 0.002405, -0.003227, -0.007519> - 6645: < 0.002429, -0.002843, -0.007648> - 6646: < 0.002816, -0.002816, -0.007538> - 6647: < 0.002787, -0.003195, -0.007412> - 6648: < 0.002429, -0.002843, -0.007648> - 6649: < 0.002452, -0.002452, -0.007759> - 6650: < 0.002843, -0.002429, -0.007648> - 6651: < 0.002816, -0.002816, -0.007538> - 6652: < 0.002452, -0.002452, -0.007759> - 6653: < 0.002473, -0.002053, -0.007854> - 6654: < 0.002868, -0.002035, -0.007740> - 6655: < 0.002843, -0.002429, -0.007648> - 6656: < 0.002473, -0.002053, -0.007854> - 6657: < 0.002492, -0.001650, -0.007932> - 6658: < 0.002890, -0.001635, -0.007817> - 6659: < 0.002868, -0.002035, -0.007740> - 6660: < 0.002492, -0.001650, -0.007932> - 6661: < 0.002507, -0.001241, -0.007992> - 6662: < 0.002908, -0.001230, -0.007876> - 6663: < 0.002890, -0.001635, -0.007817> - 6664: < 0.002507, -0.001241, -0.007992> - 6665: < 0.002519, -0.000829, -0.008036> - 6666: < 0.002922, -0.000822, -0.007919> - 6667: < 0.002908, -0.001230, -0.007876> - 6668: < 0.002519, -0.000829, -0.008036> - 6669: < 0.002527, -0.000415, -0.008062> - 6670: < 0.002931, -0.000412, -0.007945> - 6671: < 0.002922, -0.000822, -0.007919> - 6672: < 0.002527, -0.000415, -0.008062> - 6673: < 0.002530, 0.000000, -0.008070> - 6674: < 0.002934, 0.000000, -0.007953> - 6675: < 0.002931, -0.000412, -0.007945> - 6676: < 0.002530, 0.000000, -0.008070> - 6677: < 0.002527, 0.000415, -0.008062> - 6678: < 0.002931, 0.000412, -0.007945> - 6679: < 0.002934, 0.000000, -0.007953> - 6680: < 0.002527, 0.000415, -0.008062> - 6681: < 0.002519, 0.000829, -0.008036> - 6682: < 0.002922, 0.000822, -0.007919> - 6683: < 0.002931, 0.000412, -0.007945> - 6684: < 0.002519, 0.000829, -0.008036> - 6685: < 0.002507, 0.001241, -0.007992> - 6686: < 0.002908, 0.001230, -0.007876> - 6687: < 0.002922, 0.000822, -0.007919> - 6688: < 0.002507, 0.001241, -0.007992> - 6689: < 0.002492, 0.001650, -0.007932> - 6690: < 0.002890, 0.001635, -0.007817> - 6691: < 0.002908, 0.001230, -0.007876> - 6692: < 0.002492, 0.001650, -0.007932> - 6693: < 0.002473, 0.002053, -0.007854> - 6694: < 0.002868, 0.002035, -0.007740> - 6695: < 0.002890, 0.001635, -0.007817> - 6696: < 0.002473, 0.002053, -0.007854> - 6697: < 0.002452, 0.002452, -0.007759> - 6698: < 0.002843, 0.002429, -0.007648> - 6699: < 0.002868, 0.002035, -0.007740> - 6700: < 0.002452, 0.002452, -0.007759> - 6701: < 0.002429, 0.002843, -0.007648> - 6702: < 0.002816, 0.002816, -0.007538> - 6703: < 0.002843, 0.002429, -0.007648> - 6704: < 0.002429, 0.002843, -0.007648> - 6705: < 0.002405, 0.003227, -0.007519> - 6706: < 0.002787, 0.003195, -0.007412> - 6707: < 0.002816, 0.002816, -0.007538> - 6708: < 0.002405, 0.003227, -0.007519> - 6709: < 0.002380, 0.003601, -0.007374> - 6710: < 0.002758, 0.003565, -0.007270> - 6711: < 0.002787, 0.003195, -0.007412> - 6712: < 0.002380, 0.003601, -0.007374> - 6713: < 0.002356, 0.003965, -0.007212> - 6714: < 0.002729, 0.003924, -0.007112> - 6715: < 0.002758, 0.003565, -0.007270> - 6716: < 0.002356, 0.003965, -0.007212> - 6717: < 0.002333, 0.004318, -0.007033> - 6718: < 0.002701, 0.004273, -0.006937> - 6719: < 0.002729, 0.003924, -0.007112> - 6720: < 0.002333, 0.004318, -0.007033> - 6721: < 0.002313, 0.004659, -0.006836> - 6722: < 0.002676, 0.004609, -0.006745> - 6723: < 0.002701, 0.004273, -0.006937> - 6724: < 0.002313, 0.004659, -0.006836> - 6725: < 0.002295, 0.004987, -0.006623> - 6726: < 0.002655, 0.004931, -0.006537> - 6727: < 0.002676, 0.004609, -0.006745> - 6728: < 0.002295, 0.004987, -0.006623> - 6729: < 0.002281, 0.005301, -0.006393> - 6730: < 0.002638, 0.005240, -0.006311> - 6731: < 0.002655, 0.004931, -0.006537> - 6732: < 0.002281, 0.005301, -0.006393> - 6733: < 0.002272, 0.005599, -0.006146> - 6734: < 0.002627, 0.005533, -0.006069> - 6735: < 0.002638, 0.005240, -0.006311> - 6736: < 0.002627, -0.005533, -0.006069> - 6737: < 0.002638, -0.005240, -0.006311> - 6738: < 0.002984, -0.005172, -0.006219> - 6739: < 0.002971, -0.005459, -0.005983> - 6740: < 0.002638, -0.005240, -0.006311> - 6741: < 0.002655, -0.004931, -0.006537> - 6742: < 0.003004, -0.004870, -0.006439> - 6743: < 0.002984, -0.005172, -0.006219> - 6744: < 0.002655, -0.004931, -0.006537> - 6745: < 0.002676, -0.004609, -0.006745> - 6746: < 0.003030, -0.004553, -0.006641> - 6747: < 0.003004, -0.004870, -0.006439> - 6748: < 0.002676, -0.004609, -0.006745> - 6749: < 0.002701, -0.004273, -0.006937> - 6750: < 0.003060, -0.004223, -0.006828> - 6751: < 0.003030, -0.004553, -0.006641> - 6752: < 0.002701, -0.004273, -0.006937> - 6753: < 0.002729, -0.003924, -0.007112> - 6754: < 0.003093, -0.003880, -0.006998> - 6755: < 0.003060, -0.004223, -0.006828> - 6756: < 0.002729, -0.003924, -0.007112> - 6757: < 0.002758, -0.003565, -0.007270> - 6758: < 0.003127, -0.003526, -0.007152> - 6759: < 0.003093, -0.003880, -0.006998> - 6760: < 0.002758, -0.003565, -0.007270> - 6761: < 0.002787, -0.003195, -0.007412> - 6762: < 0.003162, -0.003162, -0.007290> - 6763: < 0.003127, -0.003526, -0.007152> - 6764: < 0.002787, -0.003195, -0.007412> - 6765: < 0.002816, -0.002816, -0.007538> - 6766: < 0.003195, -0.002787, -0.007412> - 6767: < 0.003162, -0.003162, -0.007290> - 6768: < 0.002816, -0.002816, -0.007538> - 6769: < 0.002843, -0.002429, -0.007648> - 6770: < 0.003227, -0.002405, -0.007519> - 6771: < 0.003195, -0.002787, -0.007412> - 6772: < 0.002843, -0.002429, -0.007648> - 6773: < 0.002868, -0.002035, -0.007740> - 6774: < 0.003255, -0.002015, -0.007610> - 6775: < 0.003227, -0.002405, -0.007519> - 6776: < 0.002868, -0.002035, -0.007740> - 6777: < 0.002890, -0.001635, -0.007817> - 6778: < 0.003281, -0.001619, -0.007684> - 6779: < 0.003255, -0.002015, -0.007610> - 6780: < 0.002890, -0.001635, -0.007817> - 6781: < 0.002908, -0.001230, -0.007876> - 6782: < 0.003302, -0.001219, -0.007743> - 6783: < 0.003281, -0.001619, -0.007684> - 6784: < 0.002908, -0.001230, -0.007876> - 6785: < 0.002922, -0.000822, -0.007919> - 6786: < 0.003318, -0.000814, -0.007785> - 6787: < 0.003302, -0.001219, -0.007743> - 6788: < 0.002922, -0.000822, -0.007919> - 6789: < 0.002931, -0.000412, -0.007945> - 6790: < 0.003328, -0.000408, -0.007810> - 6791: < 0.003318, -0.000814, -0.007785> - 6792: < 0.002931, -0.000412, -0.007945> - 6793: < 0.002934, 0.000000, -0.007953> - 6794: < 0.003331, 0.000000, -0.007818> - 6795: < 0.003328, -0.000408, -0.007810> - 6796: < 0.002934, 0.000000, -0.007953> - 6797: < 0.002931, 0.000412, -0.007945> - 6798: < 0.003328, 0.000408, -0.007810> - 6799: < 0.003331, 0.000000, -0.007818> - 6800: < 0.002931, 0.000412, -0.007945> - 6801: < 0.002922, 0.000822, -0.007919> - 6802: < 0.003318, 0.000814, -0.007785> - 6803: < 0.003328, 0.000408, -0.007810> - 6804: < 0.002922, 0.000822, -0.007919> - 6805: < 0.002908, 0.001230, -0.007876> - 6806: < 0.003302, 0.001219, -0.007743> - 6807: < 0.003318, 0.000814, -0.007785> - 6808: < 0.002908, 0.001230, -0.007876> - 6809: < 0.002890, 0.001635, -0.007817> - 6810: < 0.003281, 0.001619, -0.007684> - 6811: < 0.003302, 0.001219, -0.007743> - 6812: < 0.002890, 0.001635, -0.007817> - 6813: < 0.002868, 0.002035, -0.007740> - 6814: < 0.003255, 0.002015, -0.007610> - 6815: < 0.003281, 0.001619, -0.007684> - 6816: < 0.002868, 0.002035, -0.007740> - 6817: < 0.002843, 0.002429, -0.007648> - 6818: < 0.003227, 0.002405, -0.007519> - 6819: < 0.003255, 0.002015, -0.007610> - 6820: < 0.002843, 0.002429, -0.007648> - 6821: < 0.002816, 0.002816, -0.007538> - 6822: < 0.003195, 0.002787, -0.007412> - 6823: < 0.003227, 0.002405, -0.007519> - 6824: < 0.002816, 0.002816, -0.007538> - 6825: < 0.002787, 0.003195, -0.007412> - 6826: < 0.003162, 0.003162, -0.007290> - 6827: < 0.003195, 0.002787, -0.007412> - 6828: < 0.002787, 0.003195, -0.007412> - 6829: < 0.002758, 0.003565, -0.007270> - 6830: < 0.003127, 0.003526, -0.007152> - 6831: < 0.003162, 0.003162, -0.007290> - 6832: < 0.002758, 0.003565, -0.007270> - 6833: < 0.002729, 0.003924, -0.007112> - 6834: < 0.003093, 0.003880, -0.006998> - 6835: < 0.003127, 0.003526, -0.007152> - 6836: < 0.002729, 0.003924, -0.007112> - 6837: < 0.002701, 0.004273, -0.006937> - 6838: < 0.003060, 0.004223, -0.006828> - 6839: < 0.003093, 0.003880, -0.006998> - 6840: < 0.002701, 0.004273, -0.006937> - 6841: < 0.002676, 0.004609, -0.006745> - 6842: < 0.003030, 0.004553, -0.006641> - 6843: < 0.003060, 0.004223, -0.006828> - 6844: < 0.002676, 0.004609, -0.006745> - 6845: < 0.002655, 0.004931, -0.006537> - 6846: < 0.003004, 0.004870, -0.006439> - 6847: < 0.003030, 0.004553, -0.006641> - 6848: < 0.002655, 0.004931, -0.006537> - 6849: < 0.002638, 0.005240, -0.006311> - 6850: < 0.002984, 0.005172, -0.006219> - 6851: < 0.003004, 0.004870, -0.006439> - 6852: < 0.002638, 0.005240, -0.006311> - 6853: < 0.002627, 0.005533, -0.006069> - 6854: < 0.002971, 0.005459, -0.005983> - 6855: < 0.002984, 0.005172, -0.006219> - 6856: < 0.002971, -0.005459, -0.005983> - 6857: < 0.002984, -0.005172, -0.006219> - 6858: < 0.003318, -0.005099, -0.006117> - 6859: < 0.003302, -0.005379, -0.005888> - 6860: < 0.002984, -0.005172, -0.006219> - 6861: < 0.003004, -0.004870, -0.006439> - 6862: < 0.003342, -0.004804, -0.006329> - 6863: < 0.003318, -0.005099, -0.006117> - 6864: < 0.003004, -0.004870, -0.006439> - 6865: < 0.003030, -0.004553, -0.006641> - 6866: < 0.003372, -0.004494, -0.006525> - 6867: < 0.003342, -0.004804, -0.006329> - 6868: < 0.003030, -0.004553, -0.006641> - 6869: < 0.003060, -0.004223, -0.006828> - 6870: < 0.003407, -0.004170, -0.006705> - 6871: < 0.003372, -0.004494, -0.006525> - 6872: < 0.003060, -0.004223, -0.006828> - 6873: < 0.003093, -0.003880, -0.006998> - 6874: < 0.003446, -0.003834, -0.006870> - 6875: < 0.003407, -0.004170, -0.006705> - 6876: < 0.003093, -0.003880, -0.006998> - 6877: < 0.003127, -0.003526, -0.007152> - 6878: < 0.003486, -0.003486, -0.007018> - 6879: < 0.003446, -0.003834, -0.006870> - 6880: < 0.003127, -0.003526, -0.007152> - 6881: < 0.003162, -0.003162, -0.007290> - 6882: < 0.003526, -0.003127, -0.007152> - 6883: < 0.003486, -0.003486, -0.007018> - 6884: < 0.003162, -0.003162, -0.007290> - 6885: < 0.003195, -0.002787, -0.007412> - 6886: < 0.003565, -0.002758, -0.007270> - 6887: < 0.003526, -0.003127, -0.007152> - 6888: < 0.003195, -0.002787, -0.007412> - 6889: < 0.003227, -0.002405, -0.007519> - 6890: < 0.003601, -0.002380, -0.007374> - 6891: < 0.003565, -0.002758, -0.007270> - 6892: < 0.003227, -0.002405, -0.007519> - 6893: < 0.003255, -0.002015, -0.007610> - 6894: < 0.003634, -0.001995, -0.007462> - 6895: < 0.003601, -0.002380, -0.007374> - 6896: < 0.003255, -0.002015, -0.007610> - 6897: < 0.003281, -0.001619, -0.007684> - 6898: < 0.003663, -0.001603, -0.007535> - 6899: < 0.003634, -0.001995, -0.007462> - 6900: < 0.003281, -0.001619, -0.007684> - 6901: < 0.003302, -0.001219, -0.007743> - 6902: < 0.003686, -0.001207, -0.007591> - 6903: < 0.003663, -0.001603, -0.007535> - 6904: < 0.003302, -0.001219, -0.007743> - 6905: < 0.003318, -0.000814, -0.007785> - 6906: < 0.003704, -0.000807, -0.007632> - 6907: < 0.003686, -0.001207, -0.007591> - 6908: < 0.003318, -0.000814, -0.007785> - 6909: < 0.003328, -0.000408, -0.007810> - 6910: < 0.003716, -0.000404, -0.007657> - 6911: < 0.003704, -0.000807, -0.007632> - 6912: < 0.003328, -0.000408, -0.007810> - 6913: < 0.003331, 0.000000, -0.007818> - 6914: < 0.003720, 0.000000, -0.007665> - 6915: < 0.003716, -0.000404, -0.007657> - 6916: < 0.003331, 0.000000, -0.007818> - 6917: < 0.003328, 0.000408, -0.007810> - 6918: < 0.003716, 0.000404, -0.007657> - 6919: < 0.003720, 0.000000, -0.007665> - 6920: < 0.003328, 0.000408, -0.007810> - 6921: < 0.003318, 0.000814, -0.007785> - 6922: < 0.003704, 0.000807, -0.007632> - 6923: < 0.003716, 0.000404, -0.007657> - 6924: < 0.003318, 0.000814, -0.007785> - 6925: < 0.003302, 0.001219, -0.007743> - 6926: < 0.003686, 0.001207, -0.007591> - 6927: < 0.003704, 0.000807, -0.007632> - 6928: < 0.003302, 0.001219, -0.007743> - 6929: < 0.003281, 0.001619, -0.007684> - 6930: < 0.003663, 0.001603, -0.007535> - 6931: < 0.003686, 0.001207, -0.007591> - 6932: < 0.003281, 0.001619, -0.007684> - 6933: < 0.003255, 0.002015, -0.007610> - 6934: < 0.003634, 0.001995, -0.007462> - 6935: < 0.003663, 0.001603, -0.007535> - 6936: < 0.003255, 0.002015, -0.007610> - 6937: < 0.003227, 0.002405, -0.007519> - 6938: < 0.003601, 0.002380, -0.007374> - 6939: < 0.003634, 0.001995, -0.007462> - 6940: < 0.003227, 0.002405, -0.007519> - 6941: < 0.003195, 0.002787, -0.007412> - 6942: < 0.003565, 0.002758, -0.007270> - 6943: < 0.003601, 0.002380, -0.007374> - 6944: < 0.003195, 0.002787, -0.007412> - 6945: < 0.003162, 0.003162, -0.007290> - 6946: < 0.003526, 0.003127, -0.007152> - 6947: < 0.003565, 0.002758, -0.007270> - 6948: < 0.003162, 0.003162, -0.007290> - 6949: < 0.003127, 0.003526, -0.007152> - 6950: < 0.003486, 0.003486, -0.007018> - 6951: < 0.003526, 0.003127, -0.007152> - 6952: < 0.003127, 0.003526, -0.007152> - 6953: < 0.003093, 0.003880, -0.006998> - 6954: < 0.003446, 0.003834, -0.006870> - 6955: < 0.003486, 0.003486, -0.007018> - 6956: < 0.003093, 0.003880, -0.006998> - 6957: < 0.003060, 0.004223, -0.006828> - 6958: < 0.003407, 0.004170, -0.006705> - 6959: < 0.003446, 0.003834, -0.006870> - 6960: < 0.003060, 0.004223, -0.006828> - 6961: < 0.003030, 0.004553, -0.006641> - 6962: < 0.003372, 0.004494, -0.006525> - 6963: < 0.003407, 0.004170, -0.006705> - 6964: < 0.003030, 0.004553, -0.006641> - 6965: < 0.003004, 0.004870, -0.006439> - 6966: < 0.003342, 0.004804, -0.006329> - 6967: < 0.003372, 0.004494, -0.006525> - 6968: < 0.003004, 0.004870, -0.006439> - 6969: < 0.002984, 0.005172, -0.006219> - 6970: < 0.003318, 0.005099, -0.006117> - 6971: < 0.003342, 0.004804, -0.006329> - 6972: < 0.002984, 0.005172, -0.006219> - 6973: < 0.002971, 0.005459, -0.005983> - 6974: < 0.003302, 0.005379, -0.005888> - 6975: < 0.003318, 0.005099, -0.006117> - 6976: < 0.003302, -0.005379, -0.005888> - 6977: < 0.003318, -0.005099, -0.006117> - 6978: < 0.003637, -0.005023, -0.006006> - 6979: < 0.003619, -0.005294, -0.005786> - 6980: < 0.003318, -0.005099, -0.006117> - 6981: < 0.003342, -0.004804, -0.006329> - 6982: < 0.003666, -0.004736, -0.006210> - 6983: < 0.003637, -0.005023, -0.006006> - 6984: < 0.003342, -0.004804, -0.006329> - 6985: < 0.003372, -0.004494, -0.006525> - 6986: < 0.003701, -0.004434, -0.006397> - 6987: < 0.003666, -0.004736, -0.006210> - 6988: < 0.003372, -0.004494, -0.006525> - 6989: < 0.003407, -0.004170, -0.006705> - 6990: < 0.003743, -0.004117, -0.006570> - 6991: < 0.003701, -0.004434, -0.006397> - 6992: < 0.003407, -0.004170, -0.006705> - 6993: < 0.003446, -0.003834, -0.006870> - 6994: < 0.003788, -0.003788, -0.006727> - 6995: < 0.003743, -0.004117, -0.006570> - 6996: < 0.003446, -0.003834, -0.006870> - 6997: < 0.003486, -0.003486, -0.007018> - 6998: < 0.003834, -0.003446, -0.006870> - 6999: < 0.003788, -0.003788, -0.006727> - 7000: < 0.003486, -0.003486, -0.007018> - 7001: < 0.003526, -0.003127, -0.007152> - 7002: < 0.003880, -0.003093, -0.006998> - 7003: < 0.003834, -0.003446, -0.006870> - 7004: < 0.003526, -0.003127, -0.007152> - 7005: < 0.003565, -0.002758, -0.007270> - 7006: < 0.003924, -0.002729, -0.007112> - 7007: < 0.003880, -0.003093, -0.006998> - 7008: < 0.003565, -0.002758, -0.007270> - 7009: < 0.003601, -0.002380, -0.007374> - 7010: < 0.003965, -0.002356, -0.007212> - 7011: < 0.003924, -0.002729, -0.007112> - 7012: < 0.003601, -0.002380, -0.007374> - 7013: < 0.003634, -0.001995, -0.007462> - 7014: < 0.004002, -0.001975, -0.007297> - 7015: < 0.003965, -0.002356, -0.007212> - 7016: < 0.003634, -0.001995, -0.007462> - 7017: < 0.003663, -0.001603, -0.007535> - 7018: < 0.004034, -0.001588, -0.007367> - 7019: < 0.004002, -0.001975, -0.007297> - 7020: < 0.003663, -0.001603, -0.007535> - 7021: < 0.003686, -0.001207, -0.007591> - 7022: < 0.004061, -0.001196, -0.007423> - 7023: < 0.004034, -0.001588, -0.007367> - 7024: < 0.003686, -0.001207, -0.007591> - 7025: < 0.003704, -0.000807, -0.007632> - 7026: < 0.004081, -0.000799, -0.007462> - 7027: < 0.004061, -0.001196, -0.007423> - 7028: < 0.003704, -0.000807, -0.007632> - 7029: < 0.003716, -0.000404, -0.007657> - 7030: < 0.004093, -0.000400, -0.007487> - 7031: < 0.004081, -0.000799, -0.007462> - 7032: < 0.003716, -0.000404, -0.007657> - 7033: < 0.003720, 0.000000, -0.007665> - 7034: < 0.004098, -0.000000, -0.007495> - 7035: < 0.004093, -0.000400, -0.007487> - 7036: < 0.003720, 0.000000, -0.007665> - 7037: < 0.003716, 0.000404, -0.007657> - 7038: < 0.004093, 0.000400, -0.007487> - 7039: < 0.004098, -0.000000, -0.007495> - 7040: < 0.003716, 0.000404, -0.007657> - 7041: < 0.003704, 0.000807, -0.007632> - 7042: < 0.004081, 0.000799, -0.007462> - 7043: < 0.004093, 0.000400, -0.007487> - 7044: < 0.003704, 0.000807, -0.007632> - 7045: < 0.003686, 0.001207, -0.007591> - 7046: < 0.004061, 0.001196, -0.007423> - 7047: < 0.004081, 0.000799, -0.007462> - 7048: < 0.003686, 0.001207, -0.007591> - 7049: < 0.003663, 0.001603, -0.007535> - 7050: < 0.004034, 0.001588, -0.007367> - 7051: < 0.004061, 0.001196, -0.007423> - 7052: < 0.003663, 0.001603, -0.007535> - 7053: < 0.003634, 0.001995, -0.007462> - 7054: < 0.004002, 0.001975, -0.007297> - 7055: < 0.004034, 0.001588, -0.007367> - 7056: < 0.003634, 0.001995, -0.007462> - 7057: < 0.003601, 0.002380, -0.007374> - 7058: < 0.003965, 0.002356, -0.007212> - 7059: < 0.004002, 0.001975, -0.007297> - 7060: < 0.003601, 0.002380, -0.007374> - 7061: < 0.003565, 0.002758, -0.007270> - 7062: < 0.003924, 0.002729, -0.007112> - 7063: < 0.003965, 0.002356, -0.007212> - 7064: < 0.003565, 0.002758, -0.007270> - 7065: < 0.003526, 0.003127, -0.007152> - 7066: < 0.003880, 0.003093, -0.006998> - 7067: < 0.003924, 0.002729, -0.007112> - 7068: < 0.003526, 0.003127, -0.007152> - 7069: < 0.003486, 0.003486, -0.007018> - 7070: < 0.003834, 0.003446, -0.006870> - 7071: < 0.003880, 0.003093, -0.006998> - 7072: < 0.003486, 0.003486, -0.007018> - 7073: < 0.003446, 0.003834, -0.006870> - 7074: < 0.003788, 0.003788, -0.006727> - 7075: < 0.003834, 0.003446, -0.006870> - 7076: < 0.003446, 0.003834, -0.006870> - 7077: < 0.003407, 0.004170, -0.006705> - 7078: < 0.003743, 0.004117, -0.006570> - 7079: < 0.003788, 0.003788, -0.006727> - 7080: < 0.003407, 0.004170, -0.006705> - 7081: < 0.003372, 0.004494, -0.006525> - 7082: < 0.003701, 0.004434, -0.006397> - 7083: < 0.003743, 0.004117, -0.006570> - 7084: < 0.003372, 0.004494, -0.006525> - 7085: < 0.003342, 0.004804, -0.006329> - 7086: < 0.003666, 0.004736, -0.006210> - 7087: < 0.003701, 0.004434, -0.006397> - 7088: < 0.003342, 0.004804, -0.006329> - 7089: < 0.003318, 0.005099, -0.006117> - 7090: < 0.003637, 0.005023, -0.006006> - 7091: < 0.003666, 0.004736, -0.006210> - 7092: < 0.003318, 0.005099, -0.006117> - 7093: < 0.003302, 0.005379, -0.005888> - 7094: < 0.003619, 0.005294, -0.005786> - 7095: < 0.003637, 0.005023, -0.006006> - 7096: < 0.003619, -0.005294, -0.005786> - 7097: < 0.003637, -0.005023, -0.006006> - 7098: < 0.003941, -0.004946, -0.005887> - 7099: < 0.003918, -0.005207, -0.005678> - 7100: < 0.003637, -0.005023, -0.006006> - 7101: < 0.003666, -0.004736, -0.006210> - 7102: < 0.003975, -0.004668, -0.006080> - 7103: < 0.003941, -0.004946, -0.005887> - 7104: < 0.003666, -0.004736, -0.006210> - 7105: < 0.003701, -0.004434, -0.006397> - 7106: < 0.004017, -0.004374, -0.006257> - 7107: < 0.003975, -0.004668, -0.006080> - 7108: < 0.003701, -0.004434, -0.006397> - 7109: < 0.003743, -0.004117, -0.006570> - 7110: < 0.004065, -0.004065, -0.006421> - 7111: < 0.004017, -0.004374, -0.006257> - 7112: < 0.003743, -0.004117, -0.006570> - 7113: < 0.003788, -0.003788, -0.006727> - 7114: < 0.004117, -0.003743, -0.006570> - 7115: < 0.004065, -0.004065, -0.006421> - 7116: < 0.003788, -0.003788, -0.006727> - 7117: < 0.003834, -0.003446, -0.006870> - 7118: < 0.004170, -0.003407, -0.006705> - 7119: < 0.004117, -0.003743, -0.006570> - 7120: < 0.003834, -0.003446, -0.006870> - 7121: < 0.003880, -0.003093, -0.006998> - 7122: < 0.004223, -0.003060, -0.006828> - 7123: < 0.004170, -0.003407, -0.006705> - 7124: < 0.003880, -0.003093, -0.006998> - 7125: < 0.003924, -0.002729, -0.007112> - 7126: < 0.004273, -0.002701, -0.006937> - 7127: < 0.004223, -0.003060, -0.006828> - 7128: < 0.003924, -0.002729, -0.007112> - 7129: < 0.003965, -0.002356, -0.007212> - 7130: < 0.004318, -0.002333, -0.007033> - 7131: < 0.004273, -0.002701, -0.006937> - 7132: < 0.003965, -0.002356, -0.007212> - 7133: < 0.004002, -0.001975, -0.007297> - 7134: < 0.004360, -0.001957, -0.007115> - 7135: < 0.004318, -0.002333, -0.007033> - 7136: < 0.004002, -0.001975, -0.007297> - 7137: < 0.004034, -0.001588, -0.007367> - 7138: < 0.004395, -0.001574, -0.007183> - 7139: < 0.004360, -0.001957, -0.007115> - 7140: < 0.004034, -0.001588, -0.007367> - 7141: < 0.004061, -0.001196, -0.007423> - 7142: < 0.004424, -0.001185, -0.007236> - 7143: < 0.004395, -0.001574, -0.007183> - 7144: < 0.004061, -0.001196, -0.007423> - 7145: < 0.004081, -0.000799, -0.007462> - 7146: < 0.004446, -0.000792, -0.007275> - 7147: < 0.004424, -0.001185, -0.007236> - 7148: < 0.004081, -0.000799, -0.007462> - 7149: < 0.004093, -0.000400, -0.007487> - 7150: < 0.004460, -0.000397, -0.007298> - 7151: < 0.004446, -0.000792, -0.007275> - 7152: < 0.004093, -0.000400, -0.007487> - 7153: < 0.004098, -0.000000, -0.007495> - 7154: < 0.004465, 0.000000, -0.007306> - 7155: < 0.004460, -0.000397, -0.007298> - 7156: < 0.004098, -0.000000, -0.007495> - 7157: < 0.004093, 0.000400, -0.007487> - 7158: < 0.004460, 0.000397, -0.007298> - 7159: < 0.004465, 0.000000, -0.007306> - 7160: < 0.004093, 0.000400, -0.007487> - 7161: < 0.004081, 0.000799, -0.007462> - 7162: < 0.004446, 0.000792, -0.007275> - 7163: < 0.004460, 0.000397, -0.007298> - 7164: < 0.004081, 0.000799, -0.007462> - 7165: < 0.004061, 0.001196, -0.007423> - 7166: < 0.004424, 0.001185, -0.007236> - 7167: < 0.004446, 0.000792, -0.007275> - 7168: < 0.004061, 0.001196, -0.007423> - 7169: < 0.004034, 0.001588, -0.007367> - 7170: < 0.004395, 0.001574, -0.007183> - 7171: < 0.004424, 0.001185, -0.007236> - 7172: < 0.004034, 0.001588, -0.007367> - 7173: < 0.004002, 0.001975, -0.007297> - 7174: < 0.004360, 0.001957, -0.007115> - 7175: < 0.004395, 0.001574, -0.007183> - 7176: < 0.004002, 0.001975, -0.007297> - 7177: < 0.003965, 0.002356, -0.007212> - 7178: < 0.004318, 0.002333, -0.007033> - 7179: < 0.004360, 0.001957, -0.007115> - 7180: < 0.003965, 0.002356, -0.007212> - 7181: < 0.003924, 0.002729, -0.007112> - 7182: < 0.004273, 0.002701, -0.006937> - 7183: < 0.004318, 0.002333, -0.007033> - 7184: < 0.003924, 0.002729, -0.007112> - 7185: < 0.003880, 0.003093, -0.006998> - 7186: < 0.004223, 0.003060, -0.006828> - 7187: < 0.004273, 0.002701, -0.006937> - 7188: < 0.003880, 0.003093, -0.006998> - 7189: < 0.003834, 0.003446, -0.006870> - 7190: < 0.004170, 0.003407, -0.006705> - 7191: < 0.004223, 0.003060, -0.006828> - 7192: < 0.003834, 0.003446, -0.006870> - 7193: < 0.003788, 0.003788, -0.006727> - 7194: < 0.004117, 0.003743, -0.006570> - 7195: < 0.004170, 0.003407, -0.006705> - 7196: < 0.003788, 0.003788, -0.006727> - 7197: < 0.003743, 0.004117, -0.006570> - 7198: < 0.004065, 0.004065, -0.006421> - 7199: < 0.004117, 0.003743, -0.006570> - 7200: < 0.003743, 0.004117, -0.006570> - 7201: < 0.003701, 0.004434, -0.006397> - 7202: < 0.004017, 0.004374, -0.006257> - 7203: < 0.004065, 0.004065, -0.006421> - 7204: < 0.003701, 0.004434, -0.006397> - 7205: < 0.003666, 0.004736, -0.006210> - 7206: < 0.003975, 0.004668, -0.006080> - 7207: < 0.004017, 0.004374, -0.006257> - 7208: < 0.003666, 0.004736, -0.006210> - 7209: < 0.003637, 0.005023, -0.006006> - 7210: < 0.003941, 0.004946, -0.005887> - 7211: < 0.003975, 0.004668, -0.006080> - 7212: < 0.003637, 0.005023, -0.006006> - 7213: < 0.003619, 0.005294, -0.005786> - 7214: < 0.003918, 0.005207, -0.005678> - 7215: < 0.003941, 0.004946, -0.005887> - 7216: < 0.003918, -0.005207, -0.005678> - 7217: < 0.003941, -0.004946, -0.005887> - 7218: < 0.004226, -0.004870, -0.005760> - 7219: < 0.004199, -0.005120, -0.005564> - 7220: < 0.003941, -0.004946, -0.005887> - 7221: < 0.003975, -0.004668, -0.006080> - 7222: < 0.004267, -0.004602, -0.005939> - 7223: < 0.004226, -0.004870, -0.005760> - 7224: < 0.003975, -0.004668, -0.006080> - 7225: < 0.004017, -0.004374, -0.006257> - 7226: < 0.004318, -0.004318, -0.006105> - 7227: < 0.004267, -0.004602, -0.005939> - 7228: < 0.004017, -0.004374, -0.006257> - 7229: < 0.004065, -0.004065, -0.006421> - 7230: < 0.004374, -0.004017, -0.006257> - 7231: < 0.004318, -0.004318, -0.006105> - 7232: < 0.004065, -0.004065, -0.006421> - 7233: < 0.004117, -0.003743, -0.006570> - 7234: < 0.004434, -0.003701, -0.006397> - 7235: < 0.004374, -0.004017, -0.006257> - 7236: < 0.004117, -0.003743, -0.006570> - 7237: < 0.004170, -0.003407, -0.006705> - 7238: < 0.004494, -0.003372, -0.006525> - 7239: < 0.004434, -0.003701, -0.006397> - 7240: < 0.004170, -0.003407, -0.006705> - 7241: < 0.004223, -0.003060, -0.006828> - 7242: < 0.004553, -0.003030, -0.006641> - 7243: < 0.004494, -0.003372, -0.006525> - 7244: < 0.004223, -0.003060, -0.006828> - 7245: < 0.004273, -0.002701, -0.006937> - 7246: < 0.004609, -0.002676, -0.006745> - 7247: < 0.004553, -0.003030, -0.006641> - 7248: < 0.004273, -0.002701, -0.006937> - 7249: < 0.004318, -0.002333, -0.007033> - 7250: < 0.004659, -0.002313, -0.006836> - 7251: < 0.004609, -0.002676, -0.006745> - 7252: < 0.004318, -0.002333, -0.007033> - 7253: < 0.004360, -0.001957, -0.007115> - 7254: < 0.004705, -0.001940, -0.006915> - 7255: < 0.004659, -0.002313, -0.006836> - 7256: < 0.004360, -0.001957, -0.007115> - 7257: < 0.004395, -0.001574, -0.007183> - 7258: < 0.004744, -0.001561, -0.006980> - 7259: < 0.004705, -0.001940, -0.006915> - 7260: < 0.004395, -0.001574, -0.007183> - 7261: < 0.004424, -0.001185, -0.007236> - 7262: < 0.004776, -0.001176, -0.007032> - 7263: < 0.004744, -0.001561, -0.006980> - 7264: < 0.004424, -0.001185, -0.007236> - 7265: < 0.004446, -0.000792, -0.007275> - 7266: < 0.004800, -0.000786, -0.007069> - 7267: < 0.004776, -0.001176, -0.007032> - 7268: < 0.004446, -0.000792, -0.007275> - 7269: < 0.004460, -0.000397, -0.007298> - 7270: < 0.004815, -0.000394, -0.007092> - 7271: < 0.004800, -0.000786, -0.007069> - 7272: < 0.004460, -0.000397, -0.007298> - 7273: < 0.004465, 0.000000, -0.007306> - 7274: < 0.004820, 0.000000, -0.007099> - 7275: < 0.004815, -0.000394, -0.007092> - 7276: < 0.004465, 0.000000, -0.007306> - 7277: < 0.004460, 0.000397, -0.007298> - 7278: < 0.004815, 0.000394, -0.007092> - 7279: < 0.004820, 0.000000, -0.007099> - 7280: < 0.004460, 0.000397, -0.007298> - 7281: < 0.004446, 0.000792, -0.007275> - 7282: < 0.004800, 0.000786, -0.007069> - 7283: < 0.004815, 0.000394, -0.007092> - 7284: < 0.004446, 0.000792, -0.007275> - 7285: < 0.004424, 0.001185, -0.007236> - 7286: < 0.004776, 0.001176, -0.007032> - 7287: < 0.004800, 0.000786, -0.007069> - 7288: < 0.004424, 0.001185, -0.007236> - 7289: < 0.004395, 0.001574, -0.007183> - 7290: < 0.004744, 0.001561, -0.006980> - 7291: < 0.004776, 0.001176, -0.007032> - 7292: < 0.004395, 0.001574, -0.007183> - 7293: < 0.004360, 0.001957, -0.007115> - 7294: < 0.004705, 0.001940, -0.006915> - 7295: < 0.004744, 0.001561, -0.006980> - 7296: < 0.004360, 0.001957, -0.007115> - 7297: < 0.004318, 0.002333, -0.007033> - 7298: < 0.004659, 0.002313, -0.006836> - 7299: < 0.004705, 0.001940, -0.006915> - 7300: < 0.004318, 0.002333, -0.007033> - 7301: < 0.004273, 0.002701, -0.006937> - 7302: < 0.004609, 0.002676, -0.006745> - 7303: < 0.004659, 0.002313, -0.006836> - 7304: < 0.004273, 0.002701, -0.006937> - 7305: < 0.004223, 0.003060, -0.006828> - 7306: < 0.004553, 0.003030, -0.006641> - 7307: < 0.004609, 0.002676, -0.006745> - 7308: < 0.004223, 0.003060, -0.006828> - 7309: < 0.004170, 0.003407, -0.006705> - 7310: < 0.004494, 0.003372, -0.006525> - 7311: < 0.004553, 0.003030, -0.006641> - 7312: < 0.004170, 0.003407, -0.006705> - 7313: < 0.004117, 0.003743, -0.006570> - 7314: < 0.004434, 0.003701, -0.006397> - 7315: < 0.004494, 0.003372, -0.006525> - 7316: < 0.004117, 0.003743, -0.006570> - 7317: < 0.004065, 0.004065, -0.006421> - 7318: < 0.004374, 0.004017, -0.006257> - 7319: < 0.004434, 0.003701, -0.006397> - 7320: < 0.004065, 0.004065, -0.006421> - 7321: < 0.004017, 0.004374, -0.006257> - 7322: < 0.004318, 0.004318, -0.006105> - 7323: < 0.004374, 0.004017, -0.006257> - 7324: < 0.004017, 0.004374, -0.006257> - 7325: < 0.003975, 0.004668, -0.006080> - 7326: < 0.004267, 0.004602, -0.005939> - 7327: < 0.004318, 0.004318, -0.006105> - 7328: < 0.003975, 0.004668, -0.006080> - 7329: < 0.003941, 0.004946, -0.005887> - 7330: < 0.004226, 0.004870, -0.005760> - 7331: < 0.004267, 0.004602, -0.005939> - 7332: < 0.003941, 0.004946, -0.005887> - 7333: < 0.003918, 0.005207, -0.005678> - 7334: < 0.004199, 0.005120, -0.005564> - 7335: < 0.004226, 0.004870, -0.005760> - 7336: < 0.004199, -0.005120, -0.005564> - 7337: < 0.004226, -0.004870, -0.005760> - 7338: < 0.004494, -0.004798, -0.005623> - 7339: < 0.004460, -0.005034, -0.005446> - 7340: < 0.004226, -0.004870, -0.005760> - 7341: < 0.004267, -0.004602, -0.005939> - 7342: < 0.004542, -0.004542, -0.005788> - 7343: < 0.004494, -0.004798, -0.005623> - 7344: < 0.004267, -0.004602, -0.005939> - 7345: < 0.004318, -0.004318, -0.006105> - 7346: < 0.004602, -0.004267, -0.005939> - 7347: < 0.004542, -0.004542, -0.005788> - 7348: < 0.004318, -0.004318, -0.006105> - 7349: < 0.004374, -0.004017, -0.006257> - 7350: < 0.004668, -0.003975, -0.006080> - 7351: < 0.004602, -0.004267, -0.005939> - 7352: < 0.004374, -0.004017, -0.006257> - 7353: < 0.004434, -0.003701, -0.006397> - 7354: < 0.004736, -0.003666, -0.006210> - 7355: < 0.004668, -0.003975, -0.006080> - 7356: < 0.004434, -0.003701, -0.006397> - 7357: < 0.004494, -0.003372, -0.006525> - 7358: < 0.004804, -0.003342, -0.006329> - 7359: < 0.004736, -0.003666, -0.006210> - 7360: < 0.004494, -0.003372, -0.006525> - 7361: < 0.004553, -0.003030, -0.006641> - 7362: < 0.004870, -0.003004, -0.006439> - 7363: < 0.004804, -0.003342, -0.006329> - 7364: < 0.004553, -0.003030, -0.006641> - 7365: < 0.004609, -0.002676, -0.006745> - 7366: < 0.004931, -0.002655, -0.006537> - 7367: < 0.004870, -0.003004, -0.006439> - 7368: < 0.004609, -0.002676, -0.006745> - 7369: < 0.004659, -0.002313, -0.006836> - 7370: < 0.004987, -0.002295, -0.006623> - 7371: < 0.004931, -0.002655, -0.006537> - 7372: < 0.004659, -0.002313, -0.006836> - 7373: < 0.004705, -0.001940, -0.006915> - 7374: < 0.005037, -0.001926, -0.006698> - 7375: < 0.004987, -0.002295, -0.006623> - 7376: < 0.004705, -0.001940, -0.006915> - 7377: < 0.004744, -0.001561, -0.006980> - 7378: < 0.005080, -0.001550, -0.006761> - 7379: < 0.005037, -0.001926, -0.006698> - 7380: < 0.004744, -0.001561, -0.006980> - 7381: < 0.004776, -0.001176, -0.007032> - 7382: < 0.005114, -0.001168, -0.006810> - 7383: < 0.005080, -0.001550, -0.006761> - 7384: < 0.004776, -0.001176, -0.007032> - 7385: < 0.004800, -0.000786, -0.007069> - 7386: < 0.005140, -0.000781, -0.006846> - 7387: < 0.005114, -0.001168, -0.006810> - 7388: < 0.004800, -0.000786, -0.007069> - 7389: < 0.004815, -0.000394, -0.007092> - 7390: < 0.005156, -0.000391, -0.006868> - 7391: < 0.005140, -0.000781, -0.006846> - 7392: < 0.004815, -0.000394, -0.007092> - 7393: < 0.004820, 0.000000, -0.007099> - 7394: < 0.005162, 0.000000, -0.006875> - 7395: < 0.005156, -0.000391, -0.006868> - 7396: < 0.004820, 0.000000, -0.007099> - 7397: < 0.004815, 0.000394, -0.007092> - 7398: < 0.005156, 0.000391, -0.006868> - 7399: < 0.005162, 0.000000, -0.006875> - 7400: < 0.004815, 0.000394, -0.007092> - 7401: < 0.004800, 0.000786, -0.007069> - 7402: < 0.005140, 0.000781, -0.006846> - 7403: < 0.005156, 0.000391, -0.006868> - 7404: < 0.004800, 0.000786, -0.007069> - 7405: < 0.004776, 0.001176, -0.007032> - 7406: < 0.005114, 0.001168, -0.006810> - 7407: < 0.005140, 0.000781, -0.006846> - 7408: < 0.004776, 0.001176, -0.007032> - 7409: < 0.004744, 0.001561, -0.006980> - 7410: < 0.005080, 0.001550, -0.006761> - 7411: < 0.005114, 0.001168, -0.006810> - 7412: < 0.004744, 0.001561, -0.006980> - 7413: < 0.004705, 0.001940, -0.006915> - 7414: < 0.005037, 0.001926, -0.006698> - 7415: < 0.005080, 0.001550, -0.006761> - 7416: < 0.004705, 0.001940, -0.006915> - 7417: < 0.004659, 0.002313, -0.006836> - 7418: < 0.004987, 0.002295, -0.006623> - 7419: < 0.005037, 0.001926, -0.006698> - 7420: < 0.004659, 0.002313, -0.006836> - 7421: < 0.004609, 0.002676, -0.006745> - 7422: < 0.004931, 0.002655, -0.006537> - 7423: < 0.004987, 0.002295, -0.006623> - 7424: < 0.004609, 0.002676, -0.006745> - 7425: < 0.004553, 0.003030, -0.006641> - 7426: < 0.004870, 0.003004, -0.006439> - 7427: < 0.004931, 0.002655, -0.006537> - 7428: < 0.004553, 0.003030, -0.006641> - 7429: < 0.004494, 0.003372, -0.006525> - 7430: < 0.004804, 0.003342, -0.006329> - 7431: < 0.004870, 0.003004, -0.006439> - 7432: < 0.004494, 0.003372, -0.006525> - 7433: < 0.004434, 0.003701, -0.006397> - 7434: < 0.004736, 0.003666, -0.006210> - 7435: < 0.004804, 0.003342, -0.006329> - 7436: < 0.004434, 0.003701, -0.006397> - 7437: < 0.004374, 0.004017, -0.006257> - 7438: < 0.004668, 0.003975, -0.006080> - 7439: < 0.004736, 0.003666, -0.006210> - 7440: < 0.004374, 0.004017, -0.006257> - 7441: < 0.004318, 0.004318, -0.006105> - 7442: < 0.004602, 0.004267, -0.005939> - 7443: < 0.004668, 0.003975, -0.006080> - 7444: < 0.004318, 0.004318, -0.006105> - 7445: < 0.004267, 0.004602, -0.005939> - 7446: < 0.004542, 0.004542, -0.005788> - 7447: < 0.004602, 0.004267, -0.005939> - 7448: < 0.004267, 0.004602, -0.005939> - 7449: < 0.004226, 0.004870, -0.005760> - 7450: < 0.004494, 0.004798, -0.005623> - 7451: < 0.004542, 0.004542, -0.005788> - 7452: < 0.004226, 0.004870, -0.005760> - 7453: < 0.004199, 0.005120, -0.005564> - 7454: < 0.004460, 0.005034, -0.005446> - 7455: < 0.004494, 0.004798, -0.005623> - 7456: < 0.004460, -0.005034, -0.005446> - 7457: < 0.004494, -0.004798, -0.005623> - 7458: < 0.004738, -0.004738, -0.005479> - 7459: < 0.004691, -0.004959, -0.005326> - 7460: < 0.004494, -0.004798, -0.005623> - 7461: < 0.004542, -0.004542, -0.005788> - 7462: < 0.004798, -0.004494, -0.005623> - 7463: < 0.004738, -0.004738, -0.005479> - 7464: < 0.004542, -0.004542, -0.005788> - 7465: < 0.004602, -0.004267, -0.005939> - 7466: < 0.004870, -0.004226, -0.005760> - 7467: < 0.004798, -0.004494, -0.005623> - 7468: < 0.004602, -0.004267, -0.005939> - 7469: < 0.004668, -0.003975, -0.006080> - 7470: < 0.004946, -0.003941, -0.005887> - 7471: < 0.004870, -0.004226, -0.005760> - 7472: < 0.004668, -0.003975, -0.006080> - 7473: < 0.004736, -0.003666, -0.006210> - 7474: < 0.005023, -0.003637, -0.006006> - 7475: < 0.004946, -0.003941, -0.005887> - 7476: < 0.004736, -0.003666, -0.006210> - 7477: < 0.004804, -0.003342, -0.006329> - 7478: < 0.005099, -0.003318, -0.006117> - 7479: < 0.005023, -0.003637, -0.006006> - 7480: < 0.004804, -0.003342, -0.006329> - 7481: < 0.004870, -0.003004, -0.006439> - 7482: < 0.005172, -0.002984, -0.006219> - 7483: < 0.005099, -0.003318, -0.006117> - 7484: < 0.004870, -0.003004, -0.006439> - 7485: < 0.004931, -0.002655, -0.006537> - 7486: < 0.005240, -0.002638, -0.006311> - 7487: < 0.005172, -0.002984, -0.006219> - 7488: < 0.004931, -0.002655, -0.006537> - 7489: < 0.004987, -0.002295, -0.006623> - 7490: < 0.005301, -0.002281, -0.006393> - 7491: < 0.005240, -0.002638, -0.006311> - 7492: < 0.004987, -0.002295, -0.006623> - 7493: < 0.005037, -0.001926, -0.006698> - 7494: < 0.005355, -0.001915, -0.006464> - 7495: < 0.005301, -0.002281, -0.006393> - 7496: < 0.005037, -0.001926, -0.006698> - 7497: < 0.005080, -0.001550, -0.006761> - 7498: < 0.005401, -0.001541, -0.006523> - 7499: < 0.005355, -0.001915, -0.006464> - 7500: < 0.005080, -0.001550, -0.006761> - 7501: < 0.005114, -0.001168, -0.006810> - 7502: < 0.005438, -0.001161, -0.006570> - 7503: < 0.005401, -0.001541, -0.006523> - 7504: < 0.005114, -0.001168, -0.006810> - 7505: < 0.005140, -0.000781, -0.006846> - 7506: < 0.005466, -0.000777, -0.006605> - 7507: < 0.005438, -0.001161, -0.006570> - 7508: < 0.005140, -0.000781, -0.006846> - 7509: < 0.005156, -0.000391, -0.006868> - 7510: < 0.005483, -0.000389, -0.006626> - 7511: < 0.005466, -0.000777, -0.006605> - 7512: < 0.005156, -0.000391, -0.006868> - 7513: < 0.005162, 0.000000, -0.006875> - 7514: < 0.005489, 0.000000, -0.006633> - 7515: < 0.005483, -0.000389, -0.006626> - 7516: < 0.005162, 0.000000, -0.006875> - 7517: < 0.005156, 0.000391, -0.006868> - 7518: < 0.005483, 0.000389, -0.006626> - 7519: < 0.005489, 0.000000, -0.006633> - 7520: < 0.005156, 0.000391, -0.006868> - 7521: < 0.005140, 0.000781, -0.006846> - 7522: < 0.005466, 0.000777, -0.006605> - 7523: < 0.005483, 0.000389, -0.006626> - 7524: < 0.005140, 0.000781, -0.006846> - 7525: < 0.005114, 0.001168, -0.006810> - 7526: < 0.005438, 0.001161, -0.006570> - 7527: < 0.005466, 0.000777, -0.006605> - 7528: < 0.005114, 0.001168, -0.006810> - 7529: < 0.005080, 0.001550, -0.006761> - 7530: < 0.005401, 0.001541, -0.006523> - 7531: < 0.005438, 0.001161, -0.006570> - 7532: < 0.005080, 0.001550, -0.006761> - 7533: < 0.005037, 0.001926, -0.006698> - 7534: < 0.005355, 0.001915, -0.006464> - 7535: < 0.005401, 0.001541, -0.006523> - 7536: < 0.005037, 0.001926, -0.006698> - 7537: < 0.004987, 0.002295, -0.006623> - 7538: < 0.005301, 0.002281, -0.006393> - 7539: < 0.005355, 0.001915, -0.006464> - 7540: < 0.004987, 0.002295, -0.006623> - 7541: < 0.004931, 0.002655, -0.006537> - 7542: < 0.005240, 0.002638, -0.006311> - 7543: < 0.005301, 0.002281, -0.006393> - 7544: < 0.004931, 0.002655, -0.006537> - 7545: < 0.004870, 0.003004, -0.006439> - 7546: < 0.005172, 0.002984, -0.006219> - 7547: < 0.005240, 0.002638, -0.006311> - 7548: < 0.004870, 0.003004, -0.006439> - 7549: < 0.004804, 0.003342, -0.006329> - 7550: < 0.005099, 0.003318, -0.006117> - 7551: < 0.005172, 0.002984, -0.006219> - 7552: < 0.004804, 0.003342, -0.006329> - 7553: < 0.004736, 0.003666, -0.006210> - 7554: < 0.005023, 0.003637, -0.006006> - 7555: < 0.005099, 0.003318, -0.006117> - 7556: < 0.004736, 0.003666, -0.006210> - 7557: < 0.004668, 0.003975, -0.006080> - 7558: < 0.004946, 0.003941, -0.005887> - 7559: < 0.005023, 0.003637, -0.006006> - 7560: < 0.004668, 0.003975, -0.006080> - 7561: < 0.004602, 0.004267, -0.005939> - 7562: < 0.004870, 0.004226, -0.005760> - 7563: < 0.004946, 0.003941, -0.005887> - 7564: < 0.004602, 0.004267, -0.005939> - 7565: < 0.004542, 0.004542, -0.005788> - 7566: < 0.004798, 0.004494, -0.005623> - 7567: < 0.004870, 0.004226, -0.005760> - 7568: < 0.004542, 0.004542, -0.005788> - 7569: < 0.004494, 0.004798, -0.005623> - 7570: < 0.004738, 0.004738, -0.005479> - 7571: < 0.004798, 0.004494, -0.005623> - 7572: < 0.004494, 0.004798, -0.005623> - 7573: < 0.004460, 0.005034, -0.005446> - 7574: < 0.004691, 0.004959, -0.005326> - 7575: < 0.004738, 0.004738, -0.005479> - 7576: < 0.004691, -0.004959, -0.005326> - 7577: < 0.004738, -0.004738, -0.005479> - 7578: < 0.004959, -0.004691, -0.005326> - 7579: < 0.004894, -0.004894, -0.005206> - 7580: < 0.004738, -0.004738, -0.005479> - 7581: < 0.004798, -0.004494, -0.005623> - 7582: < 0.005034, -0.004460, -0.005446> - 7583: < 0.004959, -0.004691, -0.005326> - 7584: < 0.004798, -0.004494, -0.005623> - 7585: < 0.004870, -0.004226, -0.005760> - 7586: < 0.005120, -0.004199, -0.005564> - 7587: < 0.005034, -0.004460, -0.005446> - 7588: < 0.004870, -0.004226, -0.005760> - 7589: < 0.004946, -0.003941, -0.005887> - 7590: < 0.005207, -0.003918, -0.005678> - 7591: < 0.005120, -0.004199, -0.005564> - 7592: < 0.004946, -0.003941, -0.005887> - 7593: < 0.005023, -0.003637, -0.006006> - 7594: < 0.005294, -0.003619, -0.005786> - 7595: < 0.005207, -0.003918, -0.005678> - 7596: < 0.005023, -0.003637, -0.006006> - 7597: < 0.005099, -0.003318, -0.006117> - 7598: < 0.005379, -0.003302, -0.005888> - 7599: < 0.005294, -0.003619, -0.005786> - 7600: < 0.005099, -0.003318, -0.006117> - 7601: < 0.005172, -0.002984, -0.006219> - 7602: < 0.005459, -0.002971, -0.005983> - 7603: < 0.005379, -0.003302, -0.005888> - 7604: < 0.005172, -0.002984, -0.006219> - 7605: < 0.005240, -0.002638, -0.006311> - 7606: < 0.005533, -0.002627, -0.006069> - 7607: < 0.005459, -0.002971, -0.005983> - 7608: < 0.005240, -0.002638, -0.006311> - 7609: < 0.005301, -0.002281, -0.006393> - 7610: < 0.005599, -0.002272, -0.006146> - 7611: < 0.005533, -0.002627, -0.006069> - 7612: < 0.005301, -0.002281, -0.006393> - 7613: < 0.005355, -0.001915, -0.006464> - 7614: < 0.005657, -0.001908, -0.006212> - 7615: < 0.005599, -0.002272, -0.006146> - 7616: < 0.005355, -0.001915, -0.006464> - 7617: < 0.005401, -0.001541, -0.006523> - 7618: < 0.005707, -0.001536, -0.006269> - 7619: < 0.005657, -0.001908, -0.006212> - 7620: < 0.005401, -0.001541, -0.006523> - 7621: < 0.005438, -0.001161, -0.006570> - 7622: < 0.005747, -0.001157, -0.006313> - 7623: < 0.005707, -0.001536, -0.006269> - 7624: < 0.005438, -0.001161, -0.006570> - 7625: < 0.005466, -0.000777, -0.006605> - 7626: < 0.005776, -0.000774, -0.006346> - 7627: < 0.005747, -0.001157, -0.006313> - 7628: < 0.005466, -0.000777, -0.006605> - 7629: < 0.005483, -0.000389, -0.006626> - 7630: < 0.005794, -0.000388, -0.006366> - 7631: < 0.005776, -0.000774, -0.006346> - 7632: < 0.005483, -0.000389, -0.006626> - 7633: < 0.005489, 0.000000, -0.006633> - 7634: < 0.005801, -0.000000, -0.006373> - 7635: < 0.005794, -0.000388, -0.006366> - 7636: < 0.005489, 0.000000, -0.006633> - 7637: < 0.005483, 0.000389, -0.006626> - 7638: < 0.005794, 0.000388, -0.006366> - 7639: < 0.005801, -0.000000, -0.006373> - 7640: < 0.005483, 0.000389, -0.006626> - 7641: < 0.005466, 0.000777, -0.006605> - 7642: < 0.005776, 0.000774, -0.006346> - 7643: < 0.005794, 0.000388, -0.006366> - 7644: < 0.005466, 0.000777, -0.006605> - 7645: < 0.005438, 0.001161, -0.006570> - 7646: < 0.005747, 0.001157, -0.006313> - 7647: < 0.005776, 0.000774, -0.006346> - 7648: < 0.005438, 0.001161, -0.006570> - 7649: < 0.005401, 0.001541, -0.006523> - 7650: < 0.005707, 0.001536, -0.006269> - 7651: < 0.005747, 0.001157, -0.006313> - 7652: < 0.005401, 0.001541, -0.006523> - 7653: < 0.005355, 0.001915, -0.006464> - 7654: < 0.005657, 0.001908, -0.006212> - 7655: < 0.005707, 0.001536, -0.006269> - 7656: < 0.005355, 0.001915, -0.006464> - 7657: < 0.005301, 0.002281, -0.006393> - 7658: < 0.005599, 0.002272, -0.006146> - 7659: < 0.005657, 0.001908, -0.006212> - 7660: < 0.005301, 0.002281, -0.006393> - 7661: < 0.005240, 0.002638, -0.006311> - 7662: < 0.005533, 0.002627, -0.006069> - 7663: < 0.005599, 0.002272, -0.006146> - 7664: < 0.005240, 0.002638, -0.006311> - 7665: < 0.005172, 0.002984, -0.006219> - 7666: < 0.005459, 0.002971, -0.005983> - 7667: < 0.005533, 0.002627, -0.006069> - 7668: < 0.005172, 0.002984, -0.006219> - 7669: < 0.005099, 0.003318, -0.006117> - 7670: < 0.005379, 0.003302, -0.005888> - 7671: < 0.005459, 0.002971, -0.005983> - 7672: < 0.005099, 0.003318, -0.006117> - 7673: < 0.005023, 0.003637, -0.006006> - 7674: < 0.005294, 0.003619, -0.005786> - 7675: < 0.005379, 0.003302, -0.005888> - 7676: < 0.005023, 0.003637, -0.006006> - 7677: < 0.004946, 0.003941, -0.005887> - 7678: < 0.005207, 0.003918, -0.005678> - 7679: < 0.005294, 0.003619, -0.005786> - 7680: < 0.004946, 0.003941, -0.005887> - 7681: < 0.004870, 0.004226, -0.005760> - 7682: < 0.005120, 0.004199, -0.005564> - 7683: < 0.005207, 0.003918, -0.005678> - 7684: < 0.004870, 0.004226, -0.005760> - 7685: < 0.004798, 0.004494, -0.005623> - 7686: < 0.005034, 0.004460, -0.005446> - 7687: < 0.005120, 0.004199, -0.005564> - 7688: < 0.004798, 0.004494, -0.005623> - 7689: < 0.004738, 0.004738, -0.005479> - 7690: < 0.004959, 0.004691, -0.005326> - 7691: < 0.005034, 0.004460, -0.005446> - 7692: < 0.004738, 0.004738, -0.005479> - 7693: < 0.004691, 0.004959, -0.005326> - 7694: < 0.004894, 0.004894, -0.005206> - 7695: < 0.004959, 0.004691, -0.005326> - 7696: <-0.005000, -0.005000, -0.005000> - 7697: <-0.005081, -0.004833, -0.005081> - 7698: <-0.004894, -0.004894, -0.005206> - 7699: <-0.004833, -0.005081, -0.005081> - 7700: <-0.005081, -0.004833, -0.005081> - 7701: <-0.005166, -0.004647, -0.005166> - 7702: <-0.004959, -0.004691, -0.005326> - 7703: <-0.004894, -0.004894, -0.005206> - 7704: <-0.005166, -0.004647, -0.005166> - 7705: <-0.005255, -0.004436, -0.005255> - 7706: <-0.005034, -0.004460, -0.005446> - 7707: <-0.004959, -0.004691, -0.005326> - 7708: <-0.005255, -0.004436, -0.005255> - 7709: <-0.005351, -0.004188, -0.005351> - 7710: <-0.005120, -0.004199, -0.005564> - 7711: <-0.005034, -0.004460, -0.005446> - 7712: <-0.005351, -0.004188, -0.005351> - 7713: <-0.005451, -0.003910, -0.005451> - 7714: <-0.005207, -0.003918, -0.005678> - 7715: <-0.005120, -0.004199, -0.005564> - 7716: <-0.005451, -0.003910, -0.005451> - 7717: <-0.005549, -0.003612, -0.005549> - 7718: <-0.005294, -0.003619, -0.005786> - 7719: <-0.005207, -0.003918, -0.005678> - 7720: <-0.005549, -0.003612, -0.005549> - 7721: <-0.005642, -0.003297, -0.005642> - 7722: <-0.005379, -0.003302, -0.005888> - 7723: <-0.005294, -0.003619, -0.005786> - 7724: <-0.005642, -0.003297, -0.005642> - 7725: <-0.005729, -0.002966, -0.005729> - 7726: <-0.005459, -0.002971, -0.005983> - 7727: <-0.005379, -0.003302, -0.005888> - 7728: <-0.005729, -0.002966, -0.005729> - 7729: <-0.005809, -0.002623, -0.005809> - 7730: <-0.005533, -0.002627, -0.006069> - 7731: <-0.005459, -0.002971, -0.005983> - 7732: <-0.005809, -0.002623, -0.005809> - 7733: <-0.005881, -0.002269, -0.005881> - 7734: <-0.005599, -0.002272, -0.006146> - 7735: <-0.005533, -0.002627, -0.006069> - 7736: <-0.005881, -0.002269, -0.005881> - 7737: <-0.005944, -0.001906, -0.005944> - 7738: <-0.005657, -0.001908, -0.006212> - 7739: <-0.005599, -0.002272, -0.006146> - 7740: <-0.005944, -0.001906, -0.005944> - 7741: <-0.005996, -0.001534, -0.005996> - 7742: <-0.005707, -0.001536, -0.006269> - 7743: <-0.005657, -0.001908, -0.006212> - 7744: <-0.005996, -0.001534, -0.005996> - 7745: <-0.006039, -0.001156, -0.006039> - 7746: <-0.005747, -0.001157, -0.006313> - 7747: <-0.005707, -0.001536, -0.006269> - 7748: <-0.006039, -0.001156, -0.006039> - 7749: <-0.006070, -0.000773, -0.006070> - 7750: <-0.005776, -0.000774, -0.006346> - 7751: <-0.005747, -0.001157, -0.006313> - 7752: <-0.006070, -0.000773, -0.006070> - 7753: <-0.006089, -0.000387, -0.006089> - 7754: <-0.005794, -0.000388, -0.006366> - 7755: <-0.005776, -0.000774, -0.006346> - 7756: <-0.006089, -0.000387, -0.006089> - 7757: <-0.006096, 0.000000, -0.006096> - 7758: <-0.005801, 0.000000, -0.006373> - 7759: <-0.005794, -0.000388, -0.006366> - 7760: <-0.006096, 0.000000, -0.006096> - 7761: <-0.006089, 0.000387, -0.006089> - 7762: <-0.005794, 0.000388, -0.006366> - 7763: <-0.005801, 0.000000, -0.006373> - 7764: <-0.006089, 0.000387, -0.006089> - 7765: <-0.006070, 0.000773, -0.006070> - 7766: <-0.005776, 0.000774, -0.006346> - 7767: <-0.005794, 0.000388, -0.006366> - 7768: <-0.006070, 0.000773, -0.006070> - 7769: <-0.006039, 0.001156, -0.006039> - 7770: <-0.005747, 0.001157, -0.006313> - 7771: <-0.005776, 0.000774, -0.006346> - 7772: <-0.006039, 0.001156, -0.006039> - 7773: <-0.005996, 0.001534, -0.005996> - 7774: <-0.005707, 0.001536, -0.006269> - 7775: <-0.005747, 0.001157, -0.006313> - 7776: <-0.005996, 0.001534, -0.005996> - 7777: <-0.005944, 0.001906, -0.005944> - 7778: <-0.005657, 0.001908, -0.006212> - 7779: <-0.005707, 0.001536, -0.006269> - 7780: <-0.005944, 0.001906, -0.005944> - 7781: <-0.005881, 0.002269, -0.005881> - 7782: <-0.005599, 0.002272, -0.006146> - 7783: <-0.005657, 0.001908, -0.006212> - 7784: <-0.005881, 0.002269, -0.005881> - 7785: <-0.005809, 0.002623, -0.005809> - 7786: <-0.005533, 0.002627, -0.006069> - 7787: <-0.005599, 0.002272, -0.006146> - 7788: <-0.005809, 0.002623, -0.005809> - 7789: <-0.005729, 0.002966, -0.005729> - 7790: <-0.005459, 0.002971, -0.005983> - 7791: <-0.005533, 0.002627, -0.006069> - 7792: <-0.005729, 0.002966, -0.005729> - 7793: <-0.005642, 0.003297, -0.005642> - 7794: <-0.005379, 0.003302, -0.005888> - 7795: <-0.005459, 0.002971, -0.005983> - 7796: <-0.005642, 0.003297, -0.005642> - 7797: <-0.005549, 0.003612, -0.005549> - 7798: <-0.005294, 0.003619, -0.005786> - 7799: <-0.005379, 0.003302, -0.005888> - 7800: <-0.005549, 0.003612, -0.005549> - 7801: <-0.005451, 0.003910, -0.005451> - 7802: <-0.005207, 0.003918, -0.005678> - 7803: <-0.005294, 0.003619, -0.005786> - 7804: <-0.005451, 0.003910, -0.005451> - 7805: <-0.005351, 0.004188, -0.005351> - 7806: <-0.005120, 0.004199, -0.005564> - 7807: <-0.005207, 0.003918, -0.005678> - 7808: <-0.005351, 0.004188, -0.005351> - 7809: <-0.005255, 0.004436, -0.005255> - 7810: <-0.005034, 0.004460, -0.005446> - 7811: <-0.005120, 0.004199, -0.005564> - 7812: <-0.005255, 0.004436, -0.005255> - 7813: <-0.005166, 0.004647, -0.005166> - 7814: <-0.004959, 0.004691, -0.005326> - 7815: <-0.005034, 0.004460, -0.005446> - 7816: <-0.005166, 0.004647, -0.005166> - 7817: <-0.005081, 0.004833, -0.005081> - 7818: <-0.004894, 0.004894, -0.005206> - 7819: <-0.004959, 0.004691, -0.005326> - 7820: <-0.005081, 0.004833, -0.005081> - 7821: <-0.005000, 0.005000, -0.005000> - 7822: <-0.004833, 0.005081, -0.005081> - 7823: <-0.004894, 0.004894, -0.005206> - 7824: <-0.004894, 0.004894, -0.005206> - 7825: <-0.004833, 0.005081, -0.005081> - 7826: <-0.004647, 0.005166, -0.005166> - 7827: <-0.004691, 0.004959, -0.005326> - 7828: <-0.004691, 0.004959, -0.005326> - 7829: <-0.004647, 0.005166, -0.005166> - 7830: <-0.004436, 0.005255, -0.005255> - 7831: <-0.004460, 0.005034, -0.005446> - 7832: <-0.004460, 0.005034, -0.005446> - 7833: <-0.004436, 0.005255, -0.005255> - 7834: <-0.004188, 0.005351, -0.005351> - 7835: <-0.004199, 0.005120, -0.005564> - 7836: <-0.004199, 0.005120, -0.005564> - 7837: <-0.004188, 0.005351, -0.005351> - 7838: <-0.003910, 0.005451, -0.005451> - 7839: <-0.003918, 0.005207, -0.005678> - 7840: <-0.003918, 0.005207, -0.005678> - 7841: <-0.003910, 0.005451, -0.005451> - 7842: <-0.003612, 0.005549, -0.005549> - 7843: <-0.003619, 0.005294, -0.005786> - 7844: <-0.003619, 0.005294, -0.005786> - 7845: <-0.003612, 0.005549, -0.005549> - 7846: <-0.003297, 0.005642, -0.005642> - 7847: <-0.003302, 0.005379, -0.005888> - 7848: <-0.003302, 0.005379, -0.005888> - 7849: <-0.003297, 0.005642, -0.005642> - 7850: <-0.002966, 0.005729, -0.005729> - 7851: <-0.002971, 0.005459, -0.005983> - 7852: <-0.002971, 0.005459, -0.005983> - 7853: <-0.002966, 0.005729, -0.005729> - 7854: <-0.002623, 0.005809, -0.005809> - 7855: <-0.002627, 0.005533, -0.006069> - 7856: <-0.002627, 0.005533, -0.006069> - 7857: <-0.002623, 0.005809, -0.005809> - 7858: <-0.002269, 0.005881, -0.005881> - 7859: <-0.002272, 0.005599, -0.006146> - 7860: <-0.002272, 0.005599, -0.006146> - 7861: <-0.002269, 0.005881, -0.005881> - 7862: <-0.001906, 0.005944, -0.005944> - 7863: <-0.001908, 0.005657, -0.006212> - 7864: <-0.001908, 0.005657, -0.006212> - 7865: <-0.001906, 0.005944, -0.005944> - 7866: <-0.001534, 0.005996, -0.005996> - 7867: <-0.001536, 0.005707, -0.006269> - 7868: <-0.001536, 0.005707, -0.006269> - 7869: <-0.001534, 0.005996, -0.005996> - 7870: <-0.001156, 0.006039, -0.006039> - 7871: <-0.001157, 0.005747, -0.006313> - 7872: <-0.001157, 0.005747, -0.006313> - 7873: <-0.001156, 0.006039, -0.006039> - 7874: <-0.000773, 0.006070, -0.006070> - 7875: <-0.000774, 0.005776, -0.006346> - 7876: <-0.000774, 0.005776, -0.006346> - 7877: <-0.000773, 0.006070, -0.006070> - 7878: <-0.000387, 0.006089, -0.006089> - 7879: <-0.000388, 0.005794, -0.006366> - 7880: <-0.000388, 0.005794, -0.006366> - 7881: <-0.000387, 0.006089, -0.006089> - 7882: < 0.000000, 0.006096, -0.006096> - 7883: <-0.000000, 0.005801, -0.006373> - 7884: <-0.000000, 0.005801, -0.006373> - 7885: < 0.000000, 0.006096, -0.006096> - 7886: < 0.000387, 0.006089, -0.006089> - 7887: < 0.000388, 0.005794, -0.006366> - 7888: < 0.000388, 0.005794, -0.006366> - 7889: < 0.000387, 0.006089, -0.006089> - 7890: < 0.000773, 0.006070, -0.006070> - 7891: < 0.000774, 0.005776, -0.006346> - 7892: < 0.000774, 0.005776, -0.006346> - 7893: < 0.000773, 0.006070, -0.006070> - 7894: < 0.001156, 0.006039, -0.006039> - 7895: < 0.001157, 0.005747, -0.006313> - 7896: < 0.001157, 0.005747, -0.006313> - 7897: < 0.001156, 0.006039, -0.006039> - 7898: < 0.001534, 0.005996, -0.005996> - 7899: < 0.001536, 0.005707, -0.006269> - 7900: < 0.001536, 0.005707, -0.006269> - 7901: < 0.001534, 0.005996, -0.005996> - 7902: < 0.001906, 0.005944, -0.005944> - 7903: < 0.001908, 0.005657, -0.006212> - 7904: < 0.001908, 0.005657, -0.006212> - 7905: < 0.001906, 0.005944, -0.005944> - 7906: < 0.002269, 0.005881, -0.005881> - 7907: < 0.002272, 0.005599, -0.006146> - 7908: < 0.002272, 0.005599, -0.006146> - 7909: < 0.002269, 0.005881, -0.005881> - 7910: < 0.002623, 0.005809, -0.005809> - 7911: < 0.002627, 0.005533, -0.006069> - 7912: < 0.002627, 0.005533, -0.006069> - 7913: < 0.002623, 0.005809, -0.005809> - 7914: < 0.002966, 0.005729, -0.005729> - 7915: < 0.002971, 0.005459, -0.005983> - 7916: < 0.002971, 0.005459, -0.005983> - 7917: < 0.002966, 0.005729, -0.005729> - 7918: < 0.003297, 0.005642, -0.005642> - 7919: < 0.003302, 0.005379, -0.005888> - 7920: < 0.003302, 0.005379, -0.005888> - 7921: < 0.003297, 0.005642, -0.005642> - 7922: < 0.003612, 0.005549, -0.005549> - 7923: < 0.003619, 0.005294, -0.005786> - 7924: < 0.003619, 0.005294, -0.005786> - 7925: < 0.003612, 0.005549, -0.005549> - 7926: < 0.003910, 0.005451, -0.005451> - 7927: < 0.003918, 0.005207, -0.005678> - 7928: < 0.003918, 0.005207, -0.005678> - 7929: < 0.003910, 0.005451, -0.005451> - 7930: < 0.004188, 0.005351, -0.005351> - 7931: < 0.004199, 0.005120, -0.005564> - 7932: < 0.004199, 0.005120, -0.005564> - 7933: < 0.004188, 0.005351, -0.005351> - 7934: < 0.004436, 0.005255, -0.005255> - 7935: < 0.004460, 0.005034, -0.005446> - 7936: < 0.004460, 0.005034, -0.005446> - 7937: < 0.004436, 0.005255, -0.005255> - 7938: < 0.004647, 0.005166, -0.005166> - 7939: < 0.004691, 0.004959, -0.005326> - 7940: < 0.004691, 0.004959, -0.005326> - 7941: < 0.004647, 0.005166, -0.005166> - 7942: < 0.004833, 0.005081, -0.005081> - 7943: < 0.004894, 0.004894, -0.005206> - 7944: < 0.004894, 0.004894, -0.005206> - 7945: < 0.004833, 0.005081, -0.005081> - 7946: < 0.005000, 0.005000, -0.005000> - 7947: < 0.005081, 0.004833, -0.005081> - 7948: < 0.004959, 0.004691, -0.005326> - 7949: < 0.004894, 0.004894, -0.005206> - 7950: < 0.005081, 0.004833, -0.005081> - 7951: < 0.005166, 0.004647, -0.005166> - 7952: < 0.005034, 0.004460, -0.005446> - 7953: < 0.004959, 0.004691, -0.005326> - 7954: < 0.005166, 0.004647, -0.005166> - 7955: < 0.005255, 0.004436, -0.005255> - 7956: < 0.005120, 0.004199, -0.005564> - 7957: < 0.005034, 0.004460, -0.005446> - 7958: < 0.005255, 0.004436, -0.005255> - 7959: < 0.005351, 0.004188, -0.005351> - 7960: < 0.005207, 0.003918, -0.005678> - 7961: < 0.005120, 0.004199, -0.005564> - 7962: < 0.005351, 0.004188, -0.005351> - 7963: < 0.005451, 0.003910, -0.005451> - 7964: < 0.005294, 0.003619, -0.005786> - 7965: < 0.005207, 0.003918, -0.005678> - 7966: < 0.005451, 0.003910, -0.005451> - 7967: < 0.005549, 0.003612, -0.005549> - 7968: < 0.005379, 0.003302, -0.005888> - 7969: < 0.005294, 0.003619, -0.005786> - 7970: < 0.005549, 0.003612, -0.005549> - 7971: < 0.005642, 0.003297, -0.005642> - 7972: < 0.005459, 0.002971, -0.005983> - 7973: < 0.005379, 0.003302, -0.005888> - 7974: < 0.005642, 0.003297, -0.005642> - 7975: < 0.005729, 0.002966, -0.005729> - 7976: < 0.005533, 0.002627, -0.006069> - 7977: < 0.005459, 0.002971, -0.005983> - 7978: < 0.005729, 0.002966, -0.005729> - 7979: < 0.005809, 0.002623, -0.005809> - 7980: < 0.005599, 0.002272, -0.006146> - 7981: < 0.005533, 0.002627, -0.006069> - 7982: < 0.005809, 0.002623, -0.005809> - 7983: < 0.005881, 0.002269, -0.005881> - 7984: < 0.005657, 0.001908, -0.006212> - 7985: < 0.005599, 0.002272, -0.006146> - 7986: < 0.005881, 0.002269, -0.005881> - 7987: < 0.005944, 0.001906, -0.005944> - 7988: < 0.005707, 0.001536, -0.006269> - 7989: < 0.005657, 0.001908, -0.006212> - 7990: < 0.005944, 0.001906, -0.005944> - 7991: < 0.005996, 0.001534, -0.005996> - 7992: < 0.005747, 0.001157, -0.006313> - 7993: < 0.005707, 0.001536, -0.006269> - 7994: < 0.005996, 0.001534, -0.005996> - 7995: < 0.006039, 0.001156, -0.006039> - 7996: < 0.005776, 0.000774, -0.006346> - 7997: < 0.005747, 0.001157, -0.006313> - 7998: < 0.006039, 0.001156, -0.006039> - 7999: < 0.006070, 0.000773, -0.006070> - 8000: < 0.005794, 0.000388, -0.006366> - 8001: < 0.005776, 0.000774, -0.006346> - 8002: < 0.006070, 0.000773, -0.006070> - 8003: < 0.006089, 0.000387, -0.006089> - 8004: < 0.005801, -0.000000, -0.006373> - 8005: < 0.005794, 0.000388, -0.006366> - 8006: < 0.006089, 0.000387, -0.006089> - 8007: < 0.006096, -0.000000, -0.006096> - 8008: < 0.005794, -0.000388, -0.006366> - 8009: < 0.005801, -0.000000, -0.006373> - 8010: < 0.006096, -0.000000, -0.006096> - 8011: < 0.006089, -0.000387, -0.006089> - 8012: < 0.005776, -0.000774, -0.006346> - 8013: < 0.005794, -0.000388, -0.006366> - 8014: < 0.006089, -0.000387, -0.006089> - 8015: < 0.006070, -0.000773, -0.006070> - 8016: < 0.005747, -0.001157, -0.006313> - 8017: < 0.005776, -0.000774, -0.006346> - 8018: < 0.006070, -0.000773, -0.006070> - 8019: < 0.006039, -0.001156, -0.006039> - 8020: < 0.005707, -0.001536, -0.006269> - 8021: < 0.005747, -0.001157, -0.006313> - 8022: < 0.006039, -0.001156, -0.006039> - 8023: < 0.005996, -0.001534, -0.005996> - 8024: < 0.005657, -0.001908, -0.006212> - 8025: < 0.005707, -0.001536, -0.006269> - 8026: < 0.005996, -0.001534, -0.005996> - 8027: < 0.005944, -0.001906, -0.005944> - 8028: < 0.005599, -0.002272, -0.006146> - 8029: < 0.005657, -0.001908, -0.006212> - 8030: < 0.005944, -0.001906, -0.005944> - 8031: < 0.005881, -0.002269, -0.005881> - 8032: < 0.005533, -0.002627, -0.006069> - 8033: < 0.005599, -0.002272, -0.006146> - 8034: < 0.005881, -0.002269, -0.005881> - 8035: < 0.005809, -0.002623, -0.005809> - 8036: < 0.005459, -0.002971, -0.005983> - 8037: < 0.005533, -0.002627, -0.006069> - 8038: < 0.005809, -0.002623, -0.005809> - 8039: < 0.005729, -0.002966, -0.005729> - 8040: < 0.005379, -0.003302, -0.005888> - 8041: < 0.005459, -0.002971, -0.005983> - 8042: < 0.005729, -0.002966, -0.005729> - 8043: < 0.005642, -0.003297, -0.005642> - 8044: < 0.005294, -0.003619, -0.005786> - 8045: < 0.005379, -0.003302, -0.005888> - 8046: < 0.005642, -0.003297, -0.005642> - 8047: < 0.005549, -0.003612, -0.005549> - 8048: < 0.005207, -0.003918, -0.005678> - 8049: < 0.005294, -0.003619, -0.005786> - 8050: < 0.005549, -0.003612, -0.005549> - 8051: < 0.005451, -0.003910, -0.005451> - 8052: < 0.005120, -0.004199, -0.005564> - 8053: < 0.005207, -0.003918, -0.005678> - 8054: < 0.005451, -0.003910, -0.005451> - 8055: < 0.005351, -0.004188, -0.005351> - 8056: < 0.005034, -0.004460, -0.005446> - 8057: < 0.005120, -0.004199, -0.005564> - 8058: < 0.005351, -0.004188, -0.005351> - 8059: < 0.005255, -0.004436, -0.005255> - 8060: < 0.004959, -0.004691, -0.005326> - 8061: < 0.005034, -0.004460, -0.005446> - 8062: < 0.005255, -0.004436, -0.005255> - 8063: < 0.005166, -0.004647, -0.005166> - 8064: < 0.004894, -0.004894, -0.005206> - 8065: < 0.004959, -0.004691, -0.005326> - 8066: < 0.005166, -0.004647, -0.005166> - 8067: < 0.005081, -0.004833, -0.005081> - 8068: < 0.004833, -0.005081, -0.005081> - 8069: < 0.004894, -0.004894, -0.005206> - 8070: < 0.005081, -0.004833, -0.005081> - 8071: < 0.005000, -0.005000, -0.005000> - 8072: < 0.004647, -0.005166, -0.005166> - 8073: < 0.004691, -0.004959, -0.005326> - 8074: < 0.004894, -0.004894, -0.005206> - 8075: < 0.004833, -0.005081, -0.005081> - 8076: < 0.004436, -0.005255, -0.005255> - 8077: < 0.004460, -0.005034, -0.005446> - 8078: < 0.004691, -0.004959, -0.005326> - 8079: < 0.004647, -0.005166, -0.005166> - 8080: < 0.004188, -0.005351, -0.005351> - 8081: < 0.004199, -0.005120, -0.005564> - 8082: < 0.004460, -0.005034, -0.005446> - 8083: < 0.004436, -0.005255, -0.005255> - 8084: < 0.003910, -0.005451, -0.005451> - 8085: < 0.003918, -0.005207, -0.005678> - 8086: < 0.004199, -0.005120, -0.005564> - 8087: < 0.004188, -0.005351, -0.005351> - 8088: < 0.003612, -0.005549, -0.005549> - 8089: < 0.003619, -0.005294, -0.005786> - 8090: < 0.003918, -0.005207, -0.005678> - 8091: < 0.003910, -0.005451, -0.005451> - 8092: < 0.003297, -0.005642, -0.005642> - 8093: < 0.003302, -0.005379, -0.005888> - 8094: < 0.003619, -0.005294, -0.005786> - 8095: < 0.003612, -0.005549, -0.005549> - 8096: < 0.002966, -0.005729, -0.005729> - 8097: < 0.002971, -0.005459, -0.005983> - 8098: < 0.003302, -0.005379, -0.005888> - 8099: < 0.003297, -0.005642, -0.005642> - 8100: < 0.002623, -0.005809, -0.005809> - 8101: < 0.002627, -0.005533, -0.006069> - 8102: < 0.002971, -0.005459, -0.005983> - 8103: < 0.002966, -0.005729, -0.005729> - 8104: < 0.002269, -0.005881, -0.005881> - 8105: < 0.002272, -0.005599, -0.006146> - 8106: < 0.002627, -0.005533, -0.006069> - 8107: < 0.002623, -0.005809, -0.005809> - 8108: < 0.001906, -0.005944, -0.005944> - 8109: < 0.001908, -0.005657, -0.006212> - 8110: < 0.002272, -0.005599, -0.006146> - 8111: < 0.002269, -0.005881, -0.005881> - 8112: < 0.001534, -0.005996, -0.005996> - 8113: < 0.001536, -0.005707, -0.006269> - 8114: < 0.001908, -0.005657, -0.006212> - 8115: < 0.001906, -0.005944, -0.005944> - 8116: < 0.001156, -0.006039, -0.006039> - 8117: < 0.001157, -0.005747, -0.006313> - 8118: < 0.001536, -0.005707, -0.006269> - 8119: < 0.001534, -0.005996, -0.005996> - 8120: < 0.000773, -0.006070, -0.006070> - 8121: < 0.000774, -0.005776, -0.006346> - 8122: < 0.001157, -0.005747, -0.006313> - 8123: < 0.001156, -0.006039, -0.006039> - 8124: < 0.000387, -0.006089, -0.006089> - 8125: < 0.000388, -0.005794, -0.006366> - 8126: < 0.000774, -0.005776, -0.006346> - 8127: < 0.000773, -0.006070, -0.006070> - 8128: < 0.000000, -0.006096, -0.006096> - 8129: <-0.000000, -0.005801, -0.006373> - 8130: < 0.000388, -0.005794, -0.006366> - 8131: < 0.000387, -0.006089, -0.006089> - 8132: <-0.000387, -0.006089, -0.006089> - 8133: <-0.000388, -0.005794, -0.006366> - 8134: <-0.000000, -0.005801, -0.006373> - 8135: < 0.000000, -0.006096, -0.006096> - 8136: <-0.000773, -0.006070, -0.006070> - 8137: <-0.000774, -0.005776, -0.006346> - 8138: <-0.000388, -0.005794, -0.006366> - 8139: <-0.000387, -0.006089, -0.006089> - 8140: <-0.001156, -0.006039, -0.006039> - 8141: <-0.001157, -0.005747, -0.006313> - 8142: <-0.000774, -0.005776, -0.006346> - 8143: <-0.000773, -0.006070, -0.006070> - 8144: <-0.001534, -0.005996, -0.005996> - 8145: <-0.001536, -0.005707, -0.006269> - 8146: <-0.001157, -0.005747, -0.006313> - 8147: <-0.001156, -0.006039, -0.006039> - 8148: <-0.001906, -0.005944, -0.005944> - 8149: <-0.001908, -0.005657, -0.006212> - 8150: <-0.001536, -0.005707, -0.006269> - 8151: <-0.001534, -0.005996, -0.005996> - 8152: <-0.002269, -0.005881, -0.005881> - 8153: <-0.002272, -0.005599, -0.006146> - 8154: <-0.001908, -0.005657, -0.006212> - 8155: <-0.001906, -0.005944, -0.005944> - 8156: <-0.002623, -0.005809, -0.005809> - 8157: <-0.002627, -0.005533, -0.006069> - 8158: <-0.002272, -0.005599, -0.006146> - 8159: <-0.002269, -0.005881, -0.005881> - 8160: <-0.002966, -0.005729, -0.005729> - 8161: <-0.002971, -0.005459, -0.005983> - 8162: <-0.002627, -0.005533, -0.006069> - 8163: <-0.002623, -0.005809, -0.005809> - 8164: <-0.003297, -0.005642, -0.005642> - 8165: <-0.003302, -0.005379, -0.005888> - 8166: <-0.002971, -0.005459, -0.005983> - 8167: <-0.002966, -0.005729, -0.005729> - 8168: <-0.003612, -0.005549, -0.005549> - 8169: <-0.003619, -0.005294, -0.005786> - 8170: <-0.003302, -0.005379, -0.005888> - 8171: <-0.003297, -0.005642, -0.005642> - 8172: <-0.003910, -0.005451, -0.005451> - 8173: <-0.003918, -0.005207, -0.005678> - 8174: <-0.003619, -0.005294, -0.005786> - 8175: <-0.003612, -0.005549, -0.005549> - 8176: <-0.004188, -0.005351, -0.005351> - 8177: <-0.004199, -0.005120, -0.005564> - 8178: <-0.003918, -0.005207, -0.005678> - 8179: <-0.003910, -0.005451, -0.005451> - 8180: <-0.004436, -0.005255, -0.005255> - 8181: <-0.004460, -0.005034, -0.005446> - 8182: <-0.004199, -0.005120, -0.005564> - 8183: <-0.004188, -0.005351, -0.005351> - 8184: <-0.004647, -0.005166, -0.005166> - 8185: <-0.004691, -0.004959, -0.005326> - 8186: <-0.004460, -0.005034, -0.005446> - 8187: <-0.004436, -0.005255, -0.005255> - 8188: <-0.004833, -0.005081, -0.005081> - 8189: <-0.004894, -0.004894, -0.005206> - 8190: <-0.004691, -0.004959, -0.005326> - 8191: <-0.004647, -0.005166, -0.005166> - 8192: < 0.005206, -0.004894, -0.004894> - 8193: < 0.005326, -0.004691, -0.004959> - 8194: < 0.005479, -0.004738, -0.004738> - 8195: < 0.005326, -0.004959, -0.004691> - 8196: < 0.005326, -0.004691, -0.004959> - 8197: < 0.005446, -0.004460, -0.005034> - 8198: < 0.005623, -0.004494, -0.004798> - 8199: < 0.005479, -0.004738, -0.004738> - 8200: < 0.005446, -0.004460, -0.005034> - 8201: < 0.005564, -0.004199, -0.005120> - 8202: < 0.005760, -0.004226, -0.004870> - 8203: < 0.005623, -0.004494, -0.004798> - 8204: < 0.005564, -0.004199, -0.005120> - 8205: < 0.005678, -0.003918, -0.005207> - 8206: < 0.005887, -0.003941, -0.004946> - 8207: < 0.005760, -0.004226, -0.004870> - 8208: < 0.005678, -0.003918, -0.005207> - 8209: < 0.005786, -0.003619, -0.005294> - 8210: < 0.006006, -0.003637, -0.005023> - 8211: < 0.005887, -0.003941, -0.004946> - 8212: < 0.005786, -0.003619, -0.005294> - 8213: < 0.005888, -0.003302, -0.005379> - 8214: < 0.006117, -0.003318, -0.005099> - 8215: < 0.006006, -0.003637, -0.005023> - 8216: < 0.005888, -0.003302, -0.005379> - 8217: < 0.005983, -0.002971, -0.005459> - 8218: < 0.006219, -0.002984, -0.005172> - 8219: < 0.006117, -0.003318, -0.005099> - 8220: < 0.005983, -0.002971, -0.005459> - 8221: < 0.006069, -0.002627, -0.005533> - 8222: < 0.006311, -0.002638, -0.005240> - 8223: < 0.006219, -0.002984, -0.005172> - 8224: < 0.006069, -0.002627, -0.005533> - 8225: < 0.006146, -0.002272, -0.005599> - 8226: < 0.006393, -0.002281, -0.005301> - 8227: < 0.006311, -0.002638, -0.005240> - 8228: < 0.006146, -0.002272, -0.005599> - 8229: < 0.006212, -0.001908, -0.005657> - 8230: < 0.006464, -0.001915, -0.005355> - 8231: < 0.006393, -0.002281, -0.005301> - 8232: < 0.006212, -0.001908, -0.005657> - 8233: < 0.006269, -0.001536, -0.005707> - 8234: < 0.006523, -0.001541, -0.005401> - 8235: < 0.006464, -0.001915, -0.005355> - 8236: < 0.006269, -0.001536, -0.005707> - 8237: < 0.006313, -0.001157, -0.005747> - 8238: < 0.006570, -0.001161, -0.005438> - 8239: < 0.006523, -0.001541, -0.005401> - 8240: < 0.006313, -0.001157, -0.005747> - 8241: < 0.006346, -0.000774, -0.005776> - 8242: < 0.006605, -0.000777, -0.005466> - 8243: < 0.006570, -0.001161, -0.005438> - 8244: < 0.006346, -0.000774, -0.005776> - 8245: < 0.006366, -0.000388, -0.005794> - 8246: < 0.006626, -0.000389, -0.005483> - 8247: < 0.006605, -0.000777, -0.005466> - 8248: < 0.006366, -0.000388, -0.005794> - 8249: < 0.006373, -0.000000, -0.005801> - 8250: < 0.006633, -0.000000, -0.005489> - 8251: < 0.006626, -0.000389, -0.005483> - 8252: < 0.006373, -0.000000, -0.005801> - 8253: < 0.006366, 0.000388, -0.005794> - 8254: < 0.006626, 0.000389, -0.005483> - 8255: < 0.006633, -0.000000, -0.005489> - 8256: < 0.006366, 0.000388, -0.005794> - 8257: < 0.006346, 0.000774, -0.005776> - 8258: < 0.006605, 0.000777, -0.005466> - 8259: < 0.006626, 0.000389, -0.005483> - 8260: < 0.006346, 0.000774, -0.005776> - 8261: < 0.006313, 0.001157, -0.005747> - 8262: < 0.006570, 0.001161, -0.005438> - 8263: < 0.006605, 0.000777, -0.005466> - 8264: < 0.006313, 0.001157, -0.005747> - 8265: < 0.006269, 0.001536, -0.005707> - 8266: < 0.006523, 0.001541, -0.005401> - 8267: < 0.006570, 0.001161, -0.005438> - 8268: < 0.006269, 0.001536, -0.005707> - 8269: < 0.006212, 0.001908, -0.005657> - 8270: < 0.006464, 0.001915, -0.005355> - 8271: < 0.006523, 0.001541, -0.005401> - 8272: < 0.006212, 0.001908, -0.005657> - 8273: < 0.006146, 0.002272, -0.005599> - 8274: < 0.006393, 0.002281, -0.005301> - 8275: < 0.006464, 0.001915, -0.005355> - 8276: < 0.006146, 0.002272, -0.005599> - 8277: < 0.006069, 0.002627, -0.005533> - 8278: < 0.006311, 0.002638, -0.005240> - 8279: < 0.006393, 0.002281, -0.005301> - 8280: < 0.006069, 0.002627, -0.005533> - 8281: < 0.005983, 0.002971, -0.005459> - 8282: < 0.006219, 0.002984, -0.005172> - 8283: < 0.006311, 0.002638, -0.005240> - 8284: < 0.005983, 0.002971, -0.005459> - 8285: < 0.005888, 0.003302, -0.005379> - 8286: < 0.006117, 0.003318, -0.005099> - 8287: < 0.006219, 0.002984, -0.005172> - 8288: < 0.005888, 0.003302, -0.005379> - 8289: < 0.005786, 0.003619, -0.005294> - 8290: < 0.006006, 0.003637, -0.005023> - 8291: < 0.006117, 0.003318, -0.005099> - 8292: < 0.005786, 0.003619, -0.005294> - 8293: < 0.005678, 0.003918, -0.005207> - 8294: < 0.005887, 0.003941, -0.004946> - 8295: < 0.006006, 0.003637, -0.005023> - 8296: < 0.005678, 0.003918, -0.005207> - 8297: < 0.005564, 0.004199, -0.005120> - 8298: < 0.005760, 0.004226, -0.004870> - 8299: < 0.005887, 0.003941, -0.004946> - 8300: < 0.005564, 0.004199, -0.005120> - 8301: < 0.005446, 0.004460, -0.005034> - 8302: < 0.005623, 0.004494, -0.004798> - 8303: < 0.005760, 0.004226, -0.004870> - 8304: < 0.005446, 0.004460, -0.005034> - 8305: < 0.005326, 0.004691, -0.004959> - 8306: < 0.005479, 0.004738, -0.004738> - 8307: < 0.005623, 0.004494, -0.004798> - 8308: < 0.005326, 0.004691, -0.004959> - 8309: < 0.005206, 0.004894, -0.004894> - 8310: < 0.005326, 0.004959, -0.004691> - 8311: < 0.005479, 0.004738, -0.004738> - 8312: < 0.005326, -0.004959, -0.004691> - 8313: < 0.005479, -0.004738, -0.004738> - 8314: < 0.005623, -0.004798, -0.004494> - 8315: < 0.005446, -0.005034, -0.004460> - 8316: < 0.005479, -0.004738, -0.004738> - 8317: < 0.005623, -0.004494, -0.004798> - 8318: < 0.005788, -0.004542, -0.004542> - 8319: < 0.005623, -0.004798, -0.004494> - 8320: < 0.005623, -0.004494, -0.004798> - 8321: < 0.005760, -0.004226, -0.004870> - 8322: < 0.005939, -0.004267, -0.004602> - 8323: < 0.005788, -0.004542, -0.004542> - 8324: < 0.005760, -0.004226, -0.004870> - 8325: < 0.005887, -0.003941, -0.004946> - 8326: < 0.006080, -0.003975, -0.004668> - 8327: < 0.005939, -0.004267, -0.004602> - 8328: < 0.005887, -0.003941, -0.004946> - 8329: < 0.006006, -0.003637, -0.005023> - 8330: < 0.006210, -0.003666, -0.004736> - 8331: < 0.006080, -0.003975, -0.004668> - 8332: < 0.006006, -0.003637, -0.005023> - 8333: < 0.006117, -0.003318, -0.005099> - 8334: < 0.006329, -0.003342, -0.004804> - 8335: < 0.006210, -0.003666, -0.004736> - 8336: < 0.006117, -0.003318, -0.005099> - 8337: < 0.006219, -0.002984, -0.005172> - 8338: < 0.006439, -0.003004, -0.004870> - 8339: < 0.006329, -0.003342, -0.004804> - 8340: < 0.006219, -0.002984, -0.005172> - 8341: < 0.006311, -0.002638, -0.005240> - 8342: < 0.006537, -0.002655, -0.004931> - 8343: < 0.006439, -0.003004, -0.004870> - 8344: < 0.006311, -0.002638, -0.005240> - 8345: < 0.006393, -0.002281, -0.005301> - 8346: < 0.006623, -0.002295, -0.004987> - 8347: < 0.006537, -0.002655, -0.004931> - 8348: < 0.006393, -0.002281, -0.005301> - 8349: < 0.006464, -0.001915, -0.005355> - 8350: < 0.006698, -0.001926, -0.005037> - 8351: < 0.006623, -0.002295, -0.004987> - 8352: < 0.006464, -0.001915, -0.005355> - 8353: < 0.006523, -0.001541, -0.005401> - 8354: < 0.006761, -0.001550, -0.005080> - 8355: < 0.006698, -0.001926, -0.005037> - 8356: < 0.006523, -0.001541, -0.005401> - 8357: < 0.006570, -0.001161, -0.005438> - 8358: < 0.006810, -0.001168, -0.005114> - 8359: < 0.006761, -0.001550, -0.005080> - 8360: < 0.006570, -0.001161, -0.005438> - 8361: < 0.006605, -0.000777, -0.005466> - 8362: < 0.006846, -0.000781, -0.005140> - 8363: < 0.006810, -0.001168, -0.005114> - 8364: < 0.006605, -0.000777, -0.005466> - 8365: < 0.006626, -0.000389, -0.005483> - 8366: < 0.006868, -0.000391, -0.005156> - 8367: < 0.006846, -0.000781, -0.005140> - 8368: < 0.006626, -0.000389, -0.005483> - 8369: < 0.006633, -0.000000, -0.005489> - 8370: < 0.006875, -0.000000, -0.005162> - 8371: < 0.006868, -0.000391, -0.005156> - 8372: < 0.006633, -0.000000, -0.005489> - 8373: < 0.006626, 0.000389, -0.005483> - 8374: < 0.006868, 0.000391, -0.005156> - 8375: < 0.006875, -0.000000, -0.005162> - 8376: < 0.006626, 0.000389, -0.005483> - 8377: < 0.006605, 0.000777, -0.005466> - 8378: < 0.006846, 0.000781, -0.005140> - 8379: < 0.006868, 0.000391, -0.005156> - 8380: < 0.006605, 0.000777, -0.005466> - 8381: < 0.006570, 0.001161, -0.005438> - 8382: < 0.006810, 0.001168, -0.005114> - 8383: < 0.006846, 0.000781, -0.005140> - 8384: < 0.006570, 0.001161, -0.005438> - 8385: < 0.006523, 0.001541, -0.005401> - 8386: < 0.006761, 0.001550, -0.005080> - 8387: < 0.006810, 0.001168, -0.005114> - 8388: < 0.006523, 0.001541, -0.005401> - 8389: < 0.006464, 0.001915, -0.005355> - 8390: < 0.006698, 0.001926, -0.005037> - 8391: < 0.006761, 0.001550, -0.005080> - 8392: < 0.006464, 0.001915, -0.005355> - 8393: < 0.006393, 0.002281, -0.005301> - 8394: < 0.006623, 0.002295, -0.004987> - 8395: < 0.006698, 0.001926, -0.005037> - 8396: < 0.006393, 0.002281, -0.005301> - 8397: < 0.006311, 0.002638, -0.005240> - 8398: < 0.006537, 0.002655, -0.004931> - 8399: < 0.006623, 0.002295, -0.004987> - 8400: < 0.006311, 0.002638, -0.005240> - 8401: < 0.006219, 0.002984, -0.005172> - 8402: < 0.006439, 0.003004, -0.004870> - 8403: < 0.006537, 0.002655, -0.004931> - 8404: < 0.006219, 0.002984, -0.005172> - 8405: < 0.006117, 0.003318, -0.005099> - 8406: < 0.006329, 0.003342, -0.004804> - 8407: < 0.006439, 0.003004, -0.004870> - 8408: < 0.006117, 0.003318, -0.005099> - 8409: < 0.006006, 0.003637, -0.005023> - 8410: < 0.006210, 0.003666, -0.004736> - 8411: < 0.006329, 0.003342, -0.004804> - 8412: < 0.006006, 0.003637, -0.005023> - 8413: < 0.005887, 0.003941, -0.004946> - 8414: < 0.006080, 0.003975, -0.004668> - 8415: < 0.006210, 0.003666, -0.004736> - 8416: < 0.005887, 0.003941, -0.004946> - 8417: < 0.005760, 0.004226, -0.004870> - 8418: < 0.005939, 0.004267, -0.004602> - 8419: < 0.006080, 0.003975, -0.004668> - 8420: < 0.005760, 0.004226, -0.004870> - 8421: < 0.005623, 0.004494, -0.004798> - 8422: < 0.005788, 0.004542, -0.004542> - 8423: < 0.005939, 0.004267, -0.004602> - 8424: < 0.005623, 0.004494, -0.004798> - 8425: < 0.005479, 0.004738, -0.004738> - 8426: < 0.005623, 0.004798, -0.004494> - 8427: < 0.005788, 0.004542, -0.004542> - 8428: < 0.005479, 0.004738, -0.004738> - 8429: < 0.005326, 0.004959, -0.004691> - 8430: < 0.005446, 0.005034, -0.004460> - 8431: < 0.005623, 0.004798, -0.004494> - 8432: < 0.005446, -0.005034, -0.004460> - 8433: < 0.005623, -0.004798, -0.004494> - 8434: < 0.005760, -0.004870, -0.004226> - 8435: < 0.005564, -0.005120, -0.004199> - 8436: < 0.005623, -0.004798, -0.004494> - 8437: < 0.005788, -0.004542, -0.004542> - 8438: < 0.005939, -0.004602, -0.004267> - 8439: < 0.005760, -0.004870, -0.004226> - 8440: < 0.005788, -0.004542, -0.004542> - 8441: < 0.005939, -0.004267, -0.004602> - 8442: < 0.006105, -0.004318, -0.004318> - 8443: < 0.005939, -0.004602, -0.004267> - 8444: < 0.005939, -0.004267, -0.004602> - 8445: < 0.006080, -0.003975, -0.004668> - 8446: < 0.006257, -0.004017, -0.004374> - 8447: < 0.006105, -0.004318, -0.004318> - 8448: < 0.006080, -0.003975, -0.004668> - 8449: < 0.006210, -0.003666, -0.004736> - 8450: < 0.006397, -0.003701, -0.004434> - 8451: < 0.006257, -0.004017, -0.004374> - 8452: < 0.006210, -0.003666, -0.004736> - 8453: < 0.006329, -0.003342, -0.004804> - 8454: < 0.006525, -0.003372, -0.004494> - 8455: < 0.006397, -0.003701, -0.004434> - 8456: < 0.006329, -0.003342, -0.004804> - 8457: < 0.006439, -0.003004, -0.004870> - 8458: < 0.006641, -0.003030, -0.004553> - 8459: < 0.006525, -0.003372, -0.004494> - 8460: < 0.006439, -0.003004, -0.004870> - 8461: < 0.006537, -0.002655, -0.004931> - 8462: < 0.006745, -0.002676, -0.004609> - 8463: < 0.006641, -0.003030, -0.004553> - 8464: < 0.006537, -0.002655, -0.004931> - 8465: < 0.006623, -0.002295, -0.004987> - 8466: < 0.006836, -0.002313, -0.004659> - 8467: < 0.006745, -0.002676, -0.004609> - 8468: < 0.006623, -0.002295, -0.004987> - 8469: < 0.006698, -0.001926, -0.005037> - 8470: < 0.006915, -0.001940, -0.004705> - 8471: < 0.006836, -0.002313, -0.004659> - 8472: < 0.006698, -0.001926, -0.005037> - 8473: < 0.006761, -0.001550, -0.005080> - 8474: < 0.006980, -0.001561, -0.004744> - 8475: < 0.006915, -0.001940, -0.004705> - 8476: < 0.006761, -0.001550, -0.005080> - 8477: < 0.006810, -0.001168, -0.005114> - 8478: < 0.007032, -0.001176, -0.004776> - 8479: < 0.006980, -0.001561, -0.004744> - 8480: < 0.006810, -0.001168, -0.005114> - 8481: < 0.006846, -0.000781, -0.005140> - 8482: < 0.007069, -0.000786, -0.004800> - 8483: < 0.007032, -0.001176, -0.004776> - 8484: < 0.006846, -0.000781, -0.005140> - 8485: < 0.006868, -0.000391, -0.005156> - 8486: < 0.007092, -0.000394, -0.004815> - 8487: < 0.007069, -0.000786, -0.004800> - 8488: < 0.006868, -0.000391, -0.005156> - 8489: < 0.006875, -0.000000, -0.005162> - 8490: < 0.007099, -0.000000, -0.004820> - 8491: < 0.007092, -0.000394, -0.004815> - 8492: < 0.006875, -0.000000, -0.005162> - 8493: < 0.006868, 0.000391, -0.005156> - 8494: < 0.007092, 0.000394, -0.004815> - 8495: < 0.007099, -0.000000, -0.004820> - 8496: < 0.006868, 0.000391, -0.005156> - 8497: < 0.006846, 0.000781, -0.005140> - 8498: < 0.007069, 0.000786, -0.004800> - 8499: < 0.007092, 0.000394, -0.004815> - 8500: < 0.006846, 0.000781, -0.005140> - 8501: < 0.006810, 0.001168, -0.005114> - 8502: < 0.007032, 0.001176, -0.004776> - 8503: < 0.007069, 0.000786, -0.004800> - 8504: < 0.006810, 0.001168, -0.005114> - 8505: < 0.006761, 0.001550, -0.005080> - 8506: < 0.006980, 0.001561, -0.004744> - 8507: < 0.007032, 0.001176, -0.004776> - 8508: < 0.006761, 0.001550, -0.005080> - 8509: < 0.006698, 0.001926, -0.005037> - 8510: < 0.006915, 0.001940, -0.004705> - 8511: < 0.006980, 0.001561, -0.004744> - 8512: < 0.006698, 0.001926, -0.005037> - 8513: < 0.006623, 0.002295, -0.004987> - 8514: < 0.006836, 0.002313, -0.004659> - 8515: < 0.006915, 0.001940, -0.004705> - 8516: < 0.006623, 0.002295, -0.004987> - 8517: < 0.006537, 0.002655, -0.004931> - 8518: < 0.006745, 0.002676, -0.004609> - 8519: < 0.006836, 0.002313, -0.004659> - 8520: < 0.006537, 0.002655, -0.004931> - 8521: < 0.006439, 0.003004, -0.004870> - 8522: < 0.006641, 0.003030, -0.004553> - 8523: < 0.006745, 0.002676, -0.004609> - 8524: < 0.006439, 0.003004, -0.004870> - 8525: < 0.006329, 0.003342, -0.004804> - 8526: < 0.006525, 0.003372, -0.004494> - 8527: < 0.006641, 0.003030, -0.004553> - 8528: < 0.006329, 0.003342, -0.004804> - 8529: < 0.006210, 0.003666, -0.004736> - 8530: < 0.006397, 0.003701, -0.004434> - 8531: < 0.006525, 0.003372, -0.004494> - 8532: < 0.006210, 0.003666, -0.004736> - 8533: < 0.006080, 0.003975, -0.004668> - 8534: < 0.006257, 0.004017, -0.004374> - 8535: < 0.006397, 0.003701, -0.004434> - 8536: < 0.006080, 0.003975, -0.004668> - 8537: < 0.005939, 0.004267, -0.004602> - 8538: < 0.006105, 0.004318, -0.004318> - 8539: < 0.006257, 0.004017, -0.004374> - 8540: < 0.005939, 0.004267, -0.004602> - 8541: < 0.005788, 0.004542, -0.004542> - 8542: < 0.005939, 0.004602, -0.004267> - 8543: < 0.006105, 0.004318, -0.004318> - 8544: < 0.005788, 0.004542, -0.004542> - 8545: < 0.005623, 0.004798, -0.004494> - 8546: < 0.005760, 0.004870, -0.004226> - 8547: < 0.005939, 0.004602, -0.004267> - 8548: < 0.005623, 0.004798, -0.004494> - 8549: < 0.005446, 0.005034, -0.004460> - 8550: < 0.005564, 0.005120, -0.004199> - 8551: < 0.005760, 0.004870, -0.004226> - 8552: < 0.005564, -0.005120, -0.004199> - 8553: < 0.005760, -0.004870, -0.004226> - 8554: < 0.005887, -0.004946, -0.003941> - 8555: < 0.005678, -0.005207, -0.003918> - 8556: < 0.005760, -0.004870, -0.004226> - 8557: < 0.005939, -0.004602, -0.004267> - 8558: < 0.006080, -0.004668, -0.003975> - 8559: < 0.005887, -0.004946, -0.003941> - 8560: < 0.005939, -0.004602, -0.004267> - 8561: < 0.006105, -0.004318, -0.004318> - 8562: < 0.006257, -0.004374, -0.004017> - 8563: < 0.006080, -0.004668, -0.003975> - 8564: < 0.006105, -0.004318, -0.004318> - 8565: < 0.006257, -0.004017, -0.004374> - 8566: < 0.006421, -0.004065, -0.004065> - 8567: < 0.006257, -0.004374, -0.004017> - 8568: < 0.006257, -0.004017, -0.004374> - 8569: < 0.006397, -0.003701, -0.004434> - 8570: < 0.006570, -0.003743, -0.004117> - 8571: < 0.006421, -0.004065, -0.004065> - 8572: < 0.006397, -0.003701, -0.004434> - 8573: < 0.006525, -0.003372, -0.004494> - 8574: < 0.006705, -0.003407, -0.004170> - 8575: < 0.006570, -0.003743, -0.004117> - 8576: < 0.006525, -0.003372, -0.004494> - 8577: < 0.006641, -0.003030, -0.004553> - 8578: < 0.006828, -0.003060, -0.004223> - 8579: < 0.006705, -0.003407, -0.004170> - 8580: < 0.006641, -0.003030, -0.004553> - 8581: < 0.006745, -0.002676, -0.004609> - 8582: < 0.006937, -0.002701, -0.004273> - 8583: < 0.006828, -0.003060, -0.004223> - 8584: < 0.006745, -0.002676, -0.004609> - 8585: < 0.006836, -0.002313, -0.004659> - 8586: < 0.007033, -0.002333, -0.004318> - 8587: < 0.006937, -0.002701, -0.004273> - 8588: < 0.006836, -0.002313, -0.004659> - 8589: < 0.006915, -0.001940, -0.004705> - 8590: < 0.007115, -0.001957, -0.004360> - 8591: < 0.007033, -0.002333, -0.004318> - 8592: < 0.006915, -0.001940, -0.004705> - 8593: < 0.006980, -0.001561, -0.004744> - 8594: < 0.007183, -0.001574, -0.004395> - 8595: < 0.007115, -0.001957, -0.004360> - 8596: < 0.006980, -0.001561, -0.004744> - 8597: < 0.007032, -0.001176, -0.004776> - 8598: < 0.007236, -0.001185, -0.004424> - 8599: < 0.007183, -0.001574, -0.004395> - 8600: < 0.007032, -0.001176, -0.004776> - 8601: < 0.007069, -0.000786, -0.004800> - 8602: < 0.007275, -0.000792, -0.004446> - 8603: < 0.007236, -0.001185, -0.004424> - 8604: < 0.007069, -0.000786, -0.004800> - 8605: < 0.007092, -0.000394, -0.004815> - 8606: < 0.007298, -0.000397, -0.004460> - 8607: < 0.007275, -0.000792, -0.004446> - 8608: < 0.007092, -0.000394, -0.004815> - 8609: < 0.007099, -0.000000, -0.004820> - 8610: < 0.007306, -0.000000, -0.004465> - 8611: < 0.007298, -0.000397, -0.004460> - 8612: < 0.007099, -0.000000, -0.004820> - 8613: < 0.007092, 0.000394, -0.004815> - 8614: < 0.007298, 0.000397, -0.004460> - 8615: < 0.007306, -0.000000, -0.004465> - 8616: < 0.007092, 0.000394, -0.004815> - 8617: < 0.007069, 0.000786, -0.004800> - 8618: < 0.007275, 0.000792, -0.004446> - 8619: < 0.007298, 0.000397, -0.004460> - 8620: < 0.007069, 0.000786, -0.004800> - 8621: < 0.007032, 0.001176, -0.004776> - 8622: < 0.007236, 0.001185, -0.004424> - 8623: < 0.007275, 0.000792, -0.004446> - 8624: < 0.007032, 0.001176, -0.004776> - 8625: < 0.006980, 0.001561, -0.004744> - 8626: < 0.007183, 0.001574, -0.004395> - 8627: < 0.007236, 0.001185, -0.004424> - 8628: < 0.006980, 0.001561, -0.004744> - 8629: < 0.006915, 0.001940, -0.004705> - 8630: < 0.007115, 0.001957, -0.004360> - 8631: < 0.007183, 0.001574, -0.004395> - 8632: < 0.006915, 0.001940, -0.004705> - 8633: < 0.006836, 0.002313, -0.004659> - 8634: < 0.007033, 0.002333, -0.004318> - 8635: < 0.007115, 0.001957, -0.004360> - 8636: < 0.006836, 0.002313, -0.004659> - 8637: < 0.006745, 0.002676, -0.004609> - 8638: < 0.006937, 0.002701, -0.004273> - 8639: < 0.007033, 0.002333, -0.004318> - 8640: < 0.006745, 0.002676, -0.004609> - 8641: < 0.006641, 0.003030, -0.004553> - 8642: < 0.006828, 0.003060, -0.004223> - 8643: < 0.006937, 0.002701, -0.004273> - 8644: < 0.006641, 0.003030, -0.004553> - 8645: < 0.006525, 0.003372, -0.004494> - 8646: < 0.006705, 0.003407, -0.004170> - 8647: < 0.006828, 0.003060, -0.004223> - 8648: < 0.006525, 0.003372, -0.004494> - 8649: < 0.006397, 0.003701, -0.004434> - 8650: < 0.006570, 0.003743, -0.004117> - 8651: < 0.006705, 0.003407, -0.004170> - 8652: < 0.006397, 0.003701, -0.004434> - 8653: < 0.006257, 0.004017, -0.004374> - 8654: < 0.006421, 0.004065, -0.004065> - 8655: < 0.006570, 0.003743, -0.004117> - 8656: < 0.006257, 0.004017, -0.004374> - 8657: < 0.006105, 0.004318, -0.004318> - 8658: < 0.006257, 0.004374, -0.004017> - 8659: < 0.006421, 0.004065, -0.004065> - 8660: < 0.006105, 0.004318, -0.004318> - 8661: < 0.005939, 0.004602, -0.004267> - 8662: < 0.006080, 0.004668, -0.003975> - 8663: < 0.006257, 0.004374, -0.004017> - 8664: < 0.005939, 0.004602, -0.004267> - 8665: < 0.005760, 0.004870, -0.004226> - 8666: < 0.005887, 0.004946, -0.003941> - 8667: < 0.006080, 0.004668, -0.003975> - 8668: < 0.005760, 0.004870, -0.004226> - 8669: < 0.005564, 0.005120, -0.004199> - 8670: < 0.005678, 0.005207, -0.003918> - 8671: < 0.005887, 0.004946, -0.003941> - 8672: < 0.005678, -0.005207, -0.003918> - 8673: < 0.005887, -0.004946, -0.003941> - 8674: < 0.006006, -0.005023, -0.003637> - 8675: < 0.005786, -0.005294, -0.003619> - 8676: < 0.005887, -0.004946, -0.003941> - 8677: < 0.006080, -0.004668, -0.003975> - 8678: < 0.006210, -0.004736, -0.003666> - 8679: < 0.006006, -0.005023, -0.003637> - 8680: < 0.006080, -0.004668, -0.003975> - 8681: < 0.006257, -0.004374, -0.004017> - 8682: < 0.006397, -0.004434, -0.003701> - 8683: < 0.006210, -0.004736, -0.003666> - 8684: < 0.006257, -0.004374, -0.004017> - 8685: < 0.006421, -0.004065, -0.004065> - 8686: < 0.006570, -0.004117, -0.003743> - 8687: < 0.006397, -0.004434, -0.003701> - 8688: < 0.006421, -0.004065, -0.004065> - 8689: < 0.006570, -0.003743, -0.004117> - 8690: < 0.006727, -0.003788, -0.003788> - 8691: < 0.006570, -0.004117, -0.003743> - 8692: < 0.006570, -0.003743, -0.004117> - 8693: < 0.006705, -0.003407, -0.004170> - 8694: < 0.006870, -0.003446, -0.003834> - 8695: < 0.006727, -0.003788, -0.003788> - 8696: < 0.006705, -0.003407, -0.004170> - 8697: < 0.006828, -0.003060, -0.004223> - 8698: < 0.006998, -0.003093, -0.003880> - 8699: < 0.006870, -0.003446, -0.003834> - 8700: < 0.006828, -0.003060, -0.004223> - 8701: < 0.006937, -0.002701, -0.004273> - 8702: < 0.007112, -0.002729, -0.003924> - 8703: < 0.006998, -0.003093, -0.003880> - 8704: < 0.006937, -0.002701, -0.004273> - 8705: < 0.007033, -0.002333, -0.004318> - 8706: < 0.007212, -0.002356, -0.003965> - 8707: < 0.007112, -0.002729, -0.003924> - 8708: < 0.007033, -0.002333, -0.004318> - 8709: < 0.007115, -0.001957, -0.004360> - 8710: < 0.007297, -0.001975, -0.004002> - 8711: < 0.007212, -0.002356, -0.003965> - 8712: < 0.007115, -0.001957, -0.004360> - 8713: < 0.007183, -0.001574, -0.004395> - 8714: < 0.007367, -0.001588, -0.004034> - 8715: < 0.007297, -0.001975, -0.004002> - 8716: < 0.007183, -0.001574, -0.004395> - 8717: < 0.007236, -0.001185, -0.004424> - 8718: < 0.007423, -0.001196, -0.004061> - 8719: < 0.007367, -0.001588, -0.004034> - 8720: < 0.007236, -0.001185, -0.004424> - 8721: < 0.007275, -0.000792, -0.004446> - 8722: < 0.007462, -0.000799, -0.004081> - 8723: < 0.007423, -0.001196, -0.004061> - 8724: < 0.007275, -0.000792, -0.004446> - 8725: < 0.007298, -0.000397, -0.004460> - 8726: < 0.007487, -0.000400, -0.004093> - 8727: < 0.007462, -0.000799, -0.004081> - 8728: < 0.007298, -0.000397, -0.004460> - 8729: < 0.007306, -0.000000, -0.004465> - 8730: < 0.007495, -0.000000, -0.004098> - 8731: < 0.007487, -0.000400, -0.004093> - 8732: < 0.007306, -0.000000, -0.004465> - 8733: < 0.007298, 0.000397, -0.004460> - 8734: < 0.007487, 0.000400, -0.004093> - 8735: < 0.007495, -0.000000, -0.004098> - 8736: < 0.007298, 0.000397, -0.004460> - 8737: < 0.007275, 0.000792, -0.004446> - 8738: < 0.007462, 0.000799, -0.004081> - 8739: < 0.007487, 0.000400, -0.004093> - 8740: < 0.007275, 0.000792, -0.004446> - 8741: < 0.007236, 0.001185, -0.004424> - 8742: < 0.007423, 0.001196, -0.004061> - 8743: < 0.007462, 0.000799, -0.004081> - 8744: < 0.007236, 0.001185, -0.004424> - 8745: < 0.007183, 0.001574, -0.004395> - 8746: < 0.007367, 0.001588, -0.004034> - 8747: < 0.007423, 0.001196, -0.004061> - 8748: < 0.007183, 0.001574, -0.004395> - 8749: < 0.007115, 0.001957, -0.004360> - 8750: < 0.007297, 0.001975, -0.004002> - 8751: < 0.007367, 0.001588, -0.004034> - 8752: < 0.007115, 0.001957, -0.004360> - 8753: < 0.007033, 0.002333, -0.004318> - 8754: < 0.007212, 0.002356, -0.003965> - 8755: < 0.007297, 0.001975, -0.004002> - 8756: < 0.007033, 0.002333, -0.004318> - 8757: < 0.006937, 0.002701, -0.004273> - 8758: < 0.007112, 0.002729, -0.003924> - 8759: < 0.007212, 0.002356, -0.003965> - 8760: < 0.006937, 0.002701, -0.004273> - 8761: < 0.006828, 0.003060, -0.004223> - 8762: < 0.006998, 0.003093, -0.003880> - 8763: < 0.007112, 0.002729, -0.003924> - 8764: < 0.006828, 0.003060, -0.004223> - 8765: < 0.006705, 0.003407, -0.004170> - 8766: < 0.006870, 0.003446, -0.003834> - 8767: < 0.006998, 0.003093, -0.003880> - 8768: < 0.006705, 0.003407, -0.004170> - 8769: < 0.006570, 0.003743, -0.004117> - 8770: < 0.006727, 0.003788, -0.003788> - 8771: < 0.006870, 0.003446, -0.003834> - 8772: < 0.006570, 0.003743, -0.004117> - 8773: < 0.006421, 0.004065, -0.004065> - 8774: < 0.006570, 0.004117, -0.003743> - 8775: < 0.006727, 0.003788, -0.003788> - 8776: < 0.006421, 0.004065, -0.004065> - 8777: < 0.006257, 0.004374, -0.004017> - 8778: < 0.006397, 0.004434, -0.003701> - 8779: < 0.006570, 0.004117, -0.003743> - 8780: < 0.006257, 0.004374, -0.004017> - 8781: < 0.006080, 0.004668, -0.003975> - 8782: < 0.006210, 0.004736, -0.003666> - 8783: < 0.006397, 0.004434, -0.003701> - 8784: < 0.006080, 0.004668, -0.003975> - 8785: < 0.005887, 0.004946, -0.003941> - 8786: < 0.006006, 0.005023, -0.003637> - 8787: < 0.006210, 0.004736, -0.003666> - 8788: < 0.005887, 0.004946, -0.003941> - 8789: < 0.005678, 0.005207, -0.003918> - 8790: < 0.005786, 0.005294, -0.003619> - 8791: < 0.006006, 0.005023, -0.003637> - 8792: < 0.005786, -0.005294, -0.003619> - 8793: < 0.006006, -0.005023, -0.003637> - 8794: < 0.006117, -0.005099, -0.003318> - 8795: < 0.005888, -0.005379, -0.003302> - 8796: < 0.006006, -0.005023, -0.003637> - 8797: < 0.006210, -0.004736, -0.003666> - 8798: < 0.006329, -0.004804, -0.003342> - 8799: < 0.006117, -0.005099, -0.003318> - 8800: < 0.006210, -0.004736, -0.003666> - 8801: < 0.006397, -0.004434, -0.003701> - 8802: < 0.006525, -0.004494, -0.003372> - 8803: < 0.006329, -0.004804, -0.003342> - 8804: < 0.006397, -0.004434, -0.003701> - 8805: < 0.006570, -0.004117, -0.003743> - 8806: < 0.006705, -0.004170, -0.003407> - 8807: < 0.006525, -0.004494, -0.003372> - 8808: < 0.006570, -0.004117, -0.003743> - 8809: < 0.006727, -0.003788, -0.003788> - 8810: < 0.006870, -0.003834, -0.003446> - 8811: < 0.006705, -0.004170, -0.003407> - 8812: < 0.006727, -0.003788, -0.003788> - 8813: < 0.006870, -0.003446, -0.003834> - 8814: < 0.007018, -0.003486, -0.003486> - 8815: < 0.006870, -0.003834, -0.003446> - 8816: < 0.006870, -0.003446, -0.003834> - 8817: < 0.006998, -0.003093, -0.003880> - 8818: < 0.007152, -0.003127, -0.003526> - 8819: < 0.007018, -0.003486, -0.003486> - 8820: < 0.006998, -0.003093, -0.003880> - 8821: < 0.007112, -0.002729, -0.003924> - 8822: < 0.007270, -0.002758, -0.003565> - 8823: < 0.007152, -0.003127, -0.003526> - 8824: < 0.007112, -0.002729, -0.003924> - 8825: < 0.007212, -0.002356, -0.003965> - 8826: < 0.007374, -0.002380, -0.003601> - 8827: < 0.007270, -0.002758, -0.003565> - 8828: < 0.007212, -0.002356, -0.003965> - 8829: < 0.007297, -0.001975, -0.004002> - 8830: < 0.007462, -0.001995, -0.003634> - 8831: < 0.007374, -0.002380, -0.003601> - 8832: < 0.007297, -0.001975, -0.004002> - 8833: < 0.007367, -0.001588, -0.004034> - 8834: < 0.007535, -0.001603, -0.003663> - 8835: < 0.007462, -0.001995, -0.003634> - 8836: < 0.007367, -0.001588, -0.004034> - 8837: < 0.007423, -0.001196, -0.004061> - 8838: < 0.007591, -0.001207, -0.003686> - 8839: < 0.007535, -0.001603, -0.003663> - 8840: < 0.007423, -0.001196, -0.004061> - 8841: < 0.007462, -0.000799, -0.004081> - 8842: < 0.007632, -0.000807, -0.003704> - 8843: < 0.007591, -0.001207, -0.003686> - 8844: < 0.007462, -0.000799, -0.004081> - 8845: < 0.007487, -0.000400, -0.004093> - 8846: < 0.007657, -0.000404, -0.003716> - 8847: < 0.007632, -0.000807, -0.003704> - 8848: < 0.007487, -0.000400, -0.004093> - 8849: < 0.007495, -0.000000, -0.004098> - 8850: < 0.007665, -0.000000, -0.003720> - 8851: < 0.007657, -0.000404, -0.003716> - 8852: < 0.007495, -0.000000, -0.004098> - 8853: < 0.007487, 0.000400, -0.004093> - 8854: < 0.007657, 0.000404, -0.003716> - 8855: < 0.007665, -0.000000, -0.003720> - 8856: < 0.007487, 0.000400, -0.004093> - 8857: < 0.007462, 0.000799, -0.004081> - 8858: < 0.007632, 0.000807, -0.003704> - 8859: < 0.007657, 0.000404, -0.003716> - 8860: < 0.007462, 0.000799, -0.004081> - 8861: < 0.007423, 0.001196, -0.004061> - 8862: < 0.007591, 0.001207, -0.003686> - 8863: < 0.007632, 0.000807, -0.003704> - 8864: < 0.007423, 0.001196, -0.004061> - 8865: < 0.007367, 0.001588, -0.004034> - 8866: < 0.007535, 0.001603, -0.003663> - 8867: < 0.007591, 0.001207, -0.003686> - 8868: < 0.007367, 0.001588, -0.004034> - 8869: < 0.007297, 0.001975, -0.004002> - 8870: < 0.007462, 0.001995, -0.003634> - 8871: < 0.007535, 0.001603, -0.003663> - 8872: < 0.007297, 0.001975, -0.004002> - 8873: < 0.007212, 0.002356, -0.003965> - 8874: < 0.007374, 0.002380, -0.003601> - 8875: < 0.007462, 0.001995, -0.003634> - 8876: < 0.007212, 0.002356, -0.003965> - 8877: < 0.007112, 0.002729, -0.003924> - 8878: < 0.007270, 0.002758, -0.003565> - 8879: < 0.007374, 0.002380, -0.003601> - 8880: < 0.007112, 0.002729, -0.003924> - 8881: < 0.006998, 0.003093, -0.003880> - 8882: < 0.007152, 0.003127, -0.003526> - 8883: < 0.007270, 0.002758, -0.003565> - 8884: < 0.006998, 0.003093, -0.003880> - 8885: < 0.006870, 0.003446, -0.003834> - 8886: < 0.007018, 0.003486, -0.003486> - 8887: < 0.007152, 0.003127, -0.003526> - 8888: < 0.006870, 0.003446, -0.003834> - 8889: < 0.006727, 0.003788, -0.003788> - 8890: < 0.006870, 0.003834, -0.003446> - 8891: < 0.007018, 0.003486, -0.003486> - 8892: < 0.006727, 0.003788, -0.003788> - 8893: < 0.006570, 0.004117, -0.003743> - 8894: < 0.006705, 0.004170, -0.003407> - 8895: < 0.006870, 0.003834, -0.003446> - 8896: < 0.006570, 0.004117, -0.003743> - 8897: < 0.006397, 0.004434, -0.003701> - 8898: < 0.006525, 0.004494, -0.003372> - 8899: < 0.006705, 0.004170, -0.003407> - 8900: < 0.006397, 0.004434, -0.003701> - 8901: < 0.006210, 0.004736, -0.003666> - 8902: < 0.006329, 0.004804, -0.003342> - 8903: < 0.006525, 0.004494, -0.003372> - 8904: < 0.006210, 0.004736, -0.003666> - 8905: < 0.006006, 0.005023, -0.003637> - 8906: < 0.006117, 0.005099, -0.003318> - 8907: < 0.006329, 0.004804, -0.003342> - 8908: < 0.006006, 0.005023, -0.003637> - 8909: < 0.005786, 0.005294, -0.003619> - 8910: < 0.005888, 0.005379, -0.003302> - 8911: < 0.006117, 0.005099, -0.003318> - 8912: < 0.005888, -0.005379, -0.003302> - 8913: < 0.006117, -0.005099, -0.003318> - 8914: < 0.006219, -0.005172, -0.002984> - 8915: < 0.005983, -0.005459, -0.002971> - 8916: < 0.006117, -0.005099, -0.003318> - 8917: < 0.006329, -0.004804, -0.003342> - 8918: < 0.006439, -0.004870, -0.003004> - 8919: < 0.006219, -0.005172, -0.002984> - 8920: < 0.006329, -0.004804, -0.003342> - 8921: < 0.006525, -0.004494, -0.003372> - 8922: < 0.006641, -0.004553, -0.003030> - 8923: < 0.006439, -0.004870, -0.003004> - 8924: < 0.006525, -0.004494, -0.003372> - 8925: < 0.006705, -0.004170, -0.003407> - 8926: < 0.006828, -0.004223, -0.003060> - 8927: < 0.006641, -0.004553, -0.003030> - 8928: < 0.006705, -0.004170, -0.003407> - 8929: < 0.006870, -0.003834, -0.003446> - 8930: < 0.006998, -0.003880, -0.003093> - 8931: < 0.006828, -0.004223, -0.003060> - 8932: < 0.006870, -0.003834, -0.003446> - 8933: < 0.007018, -0.003486, -0.003486> - 8934: < 0.007152, -0.003526, -0.003127> - 8935: < 0.006998, -0.003880, -0.003093> - 8936: < 0.007018, -0.003486, -0.003486> - 8937: < 0.007152, -0.003127, -0.003526> - 8938: < 0.007290, -0.003162, -0.003162> - 8939: < 0.007152, -0.003526, -0.003127> - 8940: < 0.007152, -0.003127, -0.003526> - 8941: < 0.007270, -0.002758, -0.003565> - 8942: < 0.007412, -0.002787, -0.003195> - 8943: < 0.007290, -0.003162, -0.003162> - 8944: < 0.007270, -0.002758, -0.003565> - 8945: < 0.007374, -0.002380, -0.003601> - 8946: < 0.007519, -0.002405, -0.003227> - 8947: < 0.007412, -0.002787, -0.003195> - 8948: < 0.007374, -0.002380, -0.003601> - 8949: < 0.007462, -0.001995, -0.003634> - 8950: < 0.007610, -0.002015, -0.003255> - 8951: < 0.007519, -0.002405, -0.003227> - 8952: < 0.007462, -0.001995, -0.003634> - 8953: < 0.007535, -0.001603, -0.003663> - 8954: < 0.007684, -0.001619, -0.003281> - 8955: < 0.007610, -0.002015, -0.003255> - 8956: < 0.007535, -0.001603, -0.003663> - 8957: < 0.007591, -0.001207, -0.003686> - 8958: < 0.007743, -0.001219, -0.003302> - 8959: < 0.007684, -0.001619, -0.003281> - 8960: < 0.007591, -0.001207, -0.003686> - 8961: < 0.007632, -0.000807, -0.003704> - 8962: < 0.007785, -0.000814, -0.003318> - 8963: < 0.007743, -0.001219, -0.003302> - 8964: < 0.007632, -0.000807, -0.003704> - 8965: < 0.007657, -0.000404, -0.003716> - 8966: < 0.007810, -0.000408, -0.003328> - 8967: < 0.007785, -0.000814, -0.003318> - 8968: < 0.007657, -0.000404, -0.003716> - 8969: < 0.007665, -0.000000, -0.003720> - 8970: < 0.007818, -0.000000, -0.003331> - 8971: < 0.007810, -0.000408, -0.003328> - 8972: < 0.007665, -0.000000, -0.003720> - 8973: < 0.007657, 0.000404, -0.003716> - 8974: < 0.007810, 0.000408, -0.003328> - 8975: < 0.007818, -0.000000, -0.003331> - 8976: < 0.007657, 0.000404, -0.003716> - 8977: < 0.007632, 0.000807, -0.003704> - 8978: < 0.007785, 0.000814, -0.003318> - 8979: < 0.007810, 0.000408, -0.003328> - 8980: < 0.007632, 0.000807, -0.003704> - 8981: < 0.007591, 0.001207, -0.003686> - 8982: < 0.007743, 0.001219, -0.003302> - 8983: < 0.007785, 0.000814, -0.003318> - 8984: < 0.007591, 0.001207, -0.003686> - 8985: < 0.007535, 0.001603, -0.003663> - 8986: < 0.007684, 0.001619, -0.003281> - 8987: < 0.007743, 0.001219, -0.003302> - 8988: < 0.007535, 0.001603, -0.003663> - 8989: < 0.007462, 0.001995, -0.003634> - 8990: < 0.007610, 0.002015, -0.003255> - 8991: < 0.007684, 0.001619, -0.003281> - 8992: < 0.007462, 0.001995, -0.003634> - 8993: < 0.007374, 0.002380, -0.003601> - 8994: < 0.007519, 0.002405, -0.003227> - 8995: < 0.007610, 0.002015, -0.003255> - 8996: < 0.007374, 0.002380, -0.003601> - 8997: < 0.007270, 0.002758, -0.003565> - 8998: < 0.007412, 0.002787, -0.003195> - 8999: < 0.007519, 0.002405, -0.003227> - 9000: < 0.007270, 0.002758, -0.003565> - 9001: < 0.007152, 0.003127, -0.003526> - 9002: < 0.007290, 0.003162, -0.003162> - 9003: < 0.007412, 0.002787, -0.003195> - 9004: < 0.007152, 0.003127, -0.003526> - 9005: < 0.007018, 0.003486, -0.003486> - 9006: < 0.007152, 0.003526, -0.003127> - 9007: < 0.007290, 0.003162, -0.003162> - 9008: < 0.007018, 0.003486, -0.003486> - 9009: < 0.006870, 0.003834, -0.003446> - 9010: < 0.006998, 0.003880, -0.003093> - 9011: < 0.007152, 0.003526, -0.003127> - 9012: < 0.006870, 0.003834, -0.003446> - 9013: < 0.006705, 0.004170, -0.003407> - 9014: < 0.006828, 0.004223, -0.003060> - 9015: < 0.006998, 0.003880, -0.003093> - 9016: < 0.006705, 0.004170, -0.003407> - 9017: < 0.006525, 0.004494, -0.003372> - 9018: < 0.006641, 0.004553, -0.003030> - 9019: < 0.006828, 0.004223, -0.003060> - 9020: < 0.006525, 0.004494, -0.003372> - 9021: < 0.006329, 0.004804, -0.003342> - 9022: < 0.006439, 0.004870, -0.003004> - 9023: < 0.006641, 0.004553, -0.003030> - 9024: < 0.006329, 0.004804, -0.003342> - 9025: < 0.006117, 0.005099, -0.003318> - 9026: < 0.006219, 0.005172, -0.002984> - 9027: < 0.006439, 0.004870, -0.003004> - 9028: < 0.006117, 0.005099, -0.003318> - 9029: < 0.005888, 0.005379, -0.003302> - 9030: < 0.005983, 0.005459, -0.002971> - 9031: < 0.006219, 0.005172, -0.002984> - 9032: < 0.005983, -0.005459, -0.002971> - 9033: < 0.006219, -0.005172, -0.002984> - 9034: < 0.006311, -0.005240, -0.002638> - 9035: < 0.006069, -0.005533, -0.002627> - 9036: < 0.006219, -0.005172, -0.002984> - 9037: < 0.006439, -0.004870, -0.003004> - 9038: < 0.006537, -0.004931, -0.002655> - 9039: < 0.006311, -0.005240, -0.002638> - 9040: < 0.006439, -0.004870, -0.003004> - 9041: < 0.006641, -0.004553, -0.003030> - 9042: < 0.006745, -0.004609, -0.002676> - 9043: < 0.006537, -0.004931, -0.002655> - 9044: < 0.006641, -0.004553, -0.003030> - 9045: < 0.006828, -0.004223, -0.003060> - 9046: < 0.006937, -0.004273, -0.002701> - 9047: < 0.006745, -0.004609, -0.002676> - 9048: < 0.006828, -0.004223, -0.003060> - 9049: < 0.006998, -0.003880, -0.003093> - 9050: < 0.007112, -0.003924, -0.002729> - 9051: < 0.006937, -0.004273, -0.002701> - 9052: < 0.006998, -0.003880, -0.003093> - 9053: < 0.007152, -0.003526, -0.003127> - 9054: < 0.007270, -0.003565, -0.002758> - 9055: < 0.007112, -0.003924, -0.002729> - 9056: < 0.007152, -0.003526, -0.003127> - 9057: < 0.007290, -0.003162, -0.003162> - 9058: < 0.007412, -0.003195, -0.002787> - 9059: < 0.007270, -0.003565, -0.002758> - 9060: < 0.007290, -0.003162, -0.003162> - 9061: < 0.007412, -0.002787, -0.003195> - 9062: < 0.007538, -0.002816, -0.002816> - 9063: < 0.007412, -0.003195, -0.002787> - 9064: < 0.007412, -0.002787, -0.003195> - 9065: < 0.007519, -0.002405, -0.003227> - 9066: < 0.007648, -0.002429, -0.002843> - 9067: < 0.007538, -0.002816, -0.002816> - 9068: < 0.007519, -0.002405, -0.003227> - 9069: < 0.007610, -0.002015, -0.003255> - 9070: < 0.007740, -0.002035, -0.002868> - 9071: < 0.007648, -0.002429, -0.002843> - 9072: < 0.007610, -0.002015, -0.003255> - 9073: < 0.007684, -0.001619, -0.003281> - 9074: < 0.007817, -0.001635, -0.002890> - 9075: < 0.007740, -0.002035, -0.002868> - 9076: < 0.007684, -0.001619, -0.003281> - 9077: < 0.007743, -0.001219, -0.003302> - 9078: < 0.007876, -0.001230, -0.002908> - 9079: < 0.007817, -0.001635, -0.002890> - 9080: < 0.007743, -0.001219, -0.003302> - 9081: < 0.007785, -0.000814, -0.003318> - 9082: < 0.007919, -0.000822, -0.002922> - 9083: < 0.007876, -0.001230, -0.002908> - 9084: < 0.007785, -0.000814, -0.003318> - 9085: < 0.007810, -0.000408, -0.003328> - 9086: < 0.007945, -0.000412, -0.002931> - 9087: < 0.007919, -0.000822, -0.002922> - 9088: < 0.007810, -0.000408, -0.003328> - 9089: < 0.007818, -0.000000, -0.003331> - 9090: < 0.007953, -0.000000, -0.002934> - 9091: < 0.007945, -0.000412, -0.002931> - 9092: < 0.007818, -0.000000, -0.003331> - 9093: < 0.007810, 0.000408, -0.003328> - 9094: < 0.007945, 0.000412, -0.002931> - 9095: < 0.007953, -0.000000, -0.002934> - 9096: < 0.007810, 0.000408, -0.003328> - 9097: < 0.007785, 0.000814, -0.003318> - 9098: < 0.007919, 0.000822, -0.002922> - 9099: < 0.007945, 0.000412, -0.002931> - 9100: < 0.007785, 0.000814, -0.003318> - 9101: < 0.007743, 0.001219, -0.003302> - 9102: < 0.007876, 0.001230, -0.002908> - 9103: < 0.007919, 0.000822, -0.002922> - 9104: < 0.007743, 0.001219, -0.003302> - 9105: < 0.007684, 0.001619, -0.003281> - 9106: < 0.007817, 0.001635, -0.002890> - 9107: < 0.007876, 0.001230, -0.002908> - 9108: < 0.007684, 0.001619, -0.003281> - 9109: < 0.007610, 0.002015, -0.003255> - 9110: < 0.007740, 0.002035, -0.002868> - 9111: < 0.007817, 0.001635, -0.002890> - 9112: < 0.007610, 0.002015, -0.003255> - 9113: < 0.007519, 0.002405, -0.003227> - 9114: < 0.007648, 0.002429, -0.002843> - 9115: < 0.007740, 0.002035, -0.002868> - 9116: < 0.007519, 0.002405, -0.003227> - 9117: < 0.007412, 0.002787, -0.003195> - 9118: < 0.007538, 0.002816, -0.002816> - 9119: < 0.007648, 0.002429, -0.002843> - 9120: < 0.007412, 0.002787, -0.003195> - 9121: < 0.007290, 0.003162, -0.003162> - 9122: < 0.007412, 0.003195, -0.002787> - 9123: < 0.007538, 0.002816, -0.002816> - 9124: < 0.007290, 0.003162, -0.003162> - 9125: < 0.007152, 0.003526, -0.003127> - 9126: < 0.007270, 0.003565, -0.002758> - 9127: < 0.007412, 0.003195, -0.002787> - 9128: < 0.007152, 0.003526, -0.003127> - 9129: < 0.006998, 0.003880, -0.003093> - 9130: < 0.007112, 0.003924, -0.002729> - 9131: < 0.007270, 0.003565, -0.002758> - 9132: < 0.006998, 0.003880, -0.003093> - 9133: < 0.006828, 0.004223, -0.003060> - 9134: < 0.006937, 0.004273, -0.002701> - 9135: < 0.007112, 0.003924, -0.002729> - 9136: < 0.006828, 0.004223, -0.003060> - 9137: < 0.006641, 0.004553, -0.003030> - 9138: < 0.006745, 0.004609, -0.002676> - 9139: < 0.006937, 0.004273, -0.002701> - 9140: < 0.006641, 0.004553, -0.003030> - 9141: < 0.006439, 0.004870, -0.003004> - 9142: < 0.006537, 0.004931, -0.002655> - 9143: < 0.006745, 0.004609, -0.002676> - 9144: < 0.006439, 0.004870, -0.003004> - 9145: < 0.006219, 0.005172, -0.002984> - 9146: < 0.006311, 0.005240, -0.002638> - 9147: < 0.006537, 0.004931, -0.002655> - 9148: < 0.006219, 0.005172, -0.002984> - 9149: < 0.005983, 0.005459, -0.002971> - 9150: < 0.006069, 0.005533, -0.002627> - 9151: < 0.006311, 0.005240, -0.002638> - 9152: < 0.006069, -0.005533, -0.002627> - 9153: < 0.006311, -0.005240, -0.002638> - 9154: < 0.006393, -0.005301, -0.002281> - 9155: < 0.006146, -0.005599, -0.002272> - 9156: < 0.006311, -0.005240, -0.002638> - 9157: < 0.006537, -0.004931, -0.002655> - 9158: < 0.006623, -0.004987, -0.002295> - 9159: < 0.006393, -0.005301, -0.002281> - 9160: < 0.006537, -0.004931, -0.002655> - 9161: < 0.006745, -0.004609, -0.002676> - 9162: < 0.006836, -0.004659, -0.002313> - 9163: < 0.006623, -0.004987, -0.002295> - 9164: < 0.006745, -0.004609, -0.002676> - 9165: < 0.006937, -0.004273, -0.002701> - 9166: < 0.007033, -0.004318, -0.002333> - 9167: < 0.006836, -0.004659, -0.002313> - 9168: < 0.006937, -0.004273, -0.002701> - 9169: < 0.007112, -0.003924, -0.002729> - 9170: < 0.007212, -0.003965, -0.002356> - 9171: < 0.007033, -0.004318, -0.002333> - 9172: < 0.007112, -0.003924, -0.002729> - 9173: < 0.007270, -0.003565, -0.002758> - 9174: < 0.007374, -0.003601, -0.002380> - 9175: < 0.007212, -0.003965, -0.002356> - 9176: < 0.007270, -0.003565, -0.002758> - 9177: < 0.007412, -0.003195, -0.002787> - 9178: < 0.007519, -0.003227, -0.002405> - 9179: < 0.007374, -0.003601, -0.002380> - 9180: < 0.007412, -0.003195, -0.002787> - 9181: < 0.007538, -0.002816, -0.002816> - 9182: < 0.007648, -0.002843, -0.002429> - 9183: < 0.007519, -0.003227, -0.002405> - 9184: < 0.007538, -0.002816, -0.002816> - 9185: < 0.007648, -0.002429, -0.002843> - 9186: < 0.007759, -0.002452, -0.002452> - 9187: < 0.007648, -0.002843, -0.002429> - 9188: < 0.007648, -0.002429, -0.002843> - 9189: < 0.007740, -0.002035, -0.002868> - 9190: < 0.007854, -0.002053, -0.002473> - 9191: < 0.007759, -0.002452, -0.002452> - 9192: < 0.007740, -0.002035, -0.002868> - 9193: < 0.007817, -0.001635, -0.002890> - 9194: < 0.007932, -0.001650, -0.002492> - 9195: < 0.007854, -0.002053, -0.002473> - 9196: < 0.007817, -0.001635, -0.002890> - 9197: < 0.007876, -0.001230, -0.002908> - 9198: < 0.007992, -0.001241, -0.002507> - 9199: < 0.007932, -0.001650, -0.002492> - 9200: < 0.007876, -0.001230, -0.002908> - 9201: < 0.007919, -0.000822, -0.002922> - 9202: < 0.008036, -0.000829, -0.002519> - 9203: < 0.007992, -0.001241, -0.002507> - 9204: < 0.007919, -0.000822, -0.002922> - 9205: < 0.007945, -0.000412, -0.002931> - 9206: < 0.008062, -0.000415, -0.002527> - 9207: < 0.008036, -0.000829, -0.002519> - 9208: < 0.007945, -0.000412, -0.002931> - 9209: < 0.007953, -0.000000, -0.002934> - 9210: < 0.008070, -0.000000, -0.002530> - 9211: < 0.008062, -0.000415, -0.002527> - 9212: < 0.007953, -0.000000, -0.002934> - 9213: < 0.007945, 0.000412, -0.002931> - 9214: < 0.008062, 0.000415, -0.002527> - 9215: < 0.008070, -0.000000, -0.002530> - 9216: < 0.007945, 0.000412, -0.002931> - 9217: < 0.007919, 0.000822, -0.002922> - 9218: < 0.008036, 0.000829, -0.002519> - 9219: < 0.008062, 0.000415, -0.002527> - 9220: < 0.007919, 0.000822, -0.002922> - 9221: < 0.007876, 0.001230, -0.002908> - 9222: < 0.007992, 0.001241, -0.002507> - 9223: < 0.008036, 0.000829, -0.002519> - 9224: < 0.007876, 0.001230, -0.002908> - 9225: < 0.007817, 0.001635, -0.002890> - 9226: < 0.007932, 0.001650, -0.002492> - 9227: < 0.007992, 0.001241, -0.002507> - 9228: < 0.007817, 0.001635, -0.002890> - 9229: < 0.007740, 0.002035, -0.002868> - 9230: < 0.007854, 0.002053, -0.002473> - 9231: < 0.007932, 0.001650, -0.002492> - 9232: < 0.007740, 0.002035, -0.002868> - 9233: < 0.007648, 0.002429, -0.002843> - 9234: < 0.007759, 0.002452, -0.002452> - 9235: < 0.007854, 0.002053, -0.002473> - 9236: < 0.007648, 0.002429, -0.002843> - 9237: < 0.007538, 0.002816, -0.002816> - 9238: < 0.007648, 0.002843, -0.002429> - 9239: < 0.007759, 0.002452, -0.002452> - 9240: < 0.007538, 0.002816, -0.002816> - 9241: < 0.007412, 0.003195, -0.002787> - 9242: < 0.007519, 0.003227, -0.002405> - 9243: < 0.007648, 0.002843, -0.002429> - 9244: < 0.007412, 0.003195, -0.002787> - 9245: < 0.007270, 0.003565, -0.002758> - 9246: < 0.007374, 0.003601, -0.002380> - 9247: < 0.007519, 0.003227, -0.002405> - 9248: < 0.007270, 0.003565, -0.002758> - 9249: < 0.007112, 0.003924, -0.002729> - 9250: < 0.007212, 0.003965, -0.002356> - 9251: < 0.007374, 0.003601, -0.002380> - 9252: < 0.007112, 0.003924, -0.002729> - 9253: < 0.006937, 0.004273, -0.002701> - 9254: < 0.007033, 0.004318, -0.002333> - 9255: < 0.007212, 0.003965, -0.002356> - 9256: < 0.006937, 0.004273, -0.002701> - 9257: < 0.006745, 0.004609, -0.002676> - 9258: < 0.006836, 0.004659, -0.002313> - 9259: < 0.007033, 0.004318, -0.002333> - 9260: < 0.006745, 0.004609, -0.002676> - 9261: < 0.006537, 0.004931, -0.002655> - 9262: < 0.006623, 0.004987, -0.002295> - 9263: < 0.006836, 0.004659, -0.002313> - 9264: < 0.006537, 0.004931, -0.002655> - 9265: < 0.006311, 0.005240, -0.002638> - 9266: < 0.006393, 0.005301, -0.002281> - 9267: < 0.006623, 0.004987, -0.002295> - 9268: < 0.006311, 0.005240, -0.002638> - 9269: < 0.006069, 0.005533, -0.002627> - 9270: < 0.006146, 0.005599, -0.002272> - 9271: < 0.006393, 0.005301, -0.002281> - 9272: < 0.006146, -0.005599, -0.002272> - 9273: < 0.006393, -0.005301, -0.002281> - 9274: < 0.006464, -0.005355, -0.001915> - 9275: < 0.006212, -0.005657, -0.001908> - 9276: < 0.006393, -0.005301, -0.002281> - 9277: < 0.006623, -0.004987, -0.002295> - 9278: < 0.006698, -0.005037, -0.001926> - 9279: < 0.006464, -0.005355, -0.001915> - 9280: < 0.006623, -0.004987, -0.002295> - 9281: < 0.006836, -0.004659, -0.002313> - 9282: < 0.006915, -0.004705, -0.001940> - 9283: < 0.006698, -0.005037, -0.001926> - 9284: < 0.006836, -0.004659, -0.002313> - 9285: < 0.007033, -0.004318, -0.002333> - 9286: < 0.007115, -0.004360, -0.001957> - 9287: < 0.006915, -0.004705, -0.001940> - 9288: < 0.007033, -0.004318, -0.002333> - 9289: < 0.007212, -0.003965, -0.002356> - 9290: < 0.007297, -0.004002, -0.001975> - 9291: < 0.007115, -0.004360, -0.001957> - 9292: < 0.007212, -0.003965, -0.002356> - 9293: < 0.007374, -0.003601, -0.002380> - 9294: < 0.007462, -0.003634, -0.001995> - 9295: < 0.007297, -0.004002, -0.001975> - 9296: < 0.007374, -0.003601, -0.002380> - 9297: < 0.007519, -0.003227, -0.002405> - 9298: < 0.007610, -0.003255, -0.002015> - 9299: < 0.007462, -0.003634, -0.001995> - 9300: < 0.007519, -0.003227, -0.002405> - 9301: < 0.007648, -0.002843, -0.002429> - 9302: < 0.007740, -0.002868, -0.002035> - 9303: < 0.007610, -0.003255, -0.002015> - 9304: < 0.007648, -0.002843, -0.002429> - 9305: < 0.007759, -0.002452, -0.002452> - 9306: < 0.007854, -0.002473, -0.002053> - 9307: < 0.007740, -0.002868, -0.002035> - 9308: < 0.007759, -0.002452, -0.002452> - 9309: < 0.007854, -0.002053, -0.002473> - 9310: < 0.007950, -0.002071, -0.002071> - 9311: < 0.007854, -0.002473, -0.002053> - 9312: < 0.007854, -0.002053, -0.002473> - 9313: < 0.007932, -0.001650, -0.002492> - 9314: < 0.008029, -0.001663, -0.002086> - 9315: < 0.007950, -0.002071, -0.002071> - 9316: < 0.007932, -0.001650, -0.002492> - 9317: < 0.007992, -0.001241, -0.002507> - 9318: < 0.008090, -0.001252, -0.002099> - 9319: < 0.008029, -0.001663, -0.002086> - 9320: < 0.007992, -0.001241, -0.002507> - 9321: < 0.008036, -0.000829, -0.002519> - 9322: < 0.008134, -0.000836, -0.002109> - 9323: < 0.008090, -0.001252, -0.002099> - 9324: < 0.008036, -0.000829, -0.002519> - 9325: < 0.008062, -0.000415, -0.002527> - 9326: < 0.008161, -0.000419, -0.002116> - 9327: < 0.008134, -0.000836, -0.002109> - 9328: < 0.008062, -0.000415, -0.002527> - 9329: < 0.008070, -0.000000, -0.002530> - 9330: < 0.008169, -0.000000, -0.002118> - 9331: < 0.008161, -0.000419, -0.002116> - 9332: < 0.008070, -0.000000, -0.002530> - 9333: < 0.008062, 0.000415, -0.002527> - 9334: < 0.008161, 0.000419, -0.002116> - 9335: < 0.008169, -0.000000, -0.002118> - 9336: < 0.008062, 0.000415, -0.002527> - 9337: < 0.008036, 0.000829, -0.002519> - 9338: < 0.008134, 0.000836, -0.002109> - 9339: < 0.008161, 0.000419, -0.002116> - 9340: < 0.008036, 0.000829, -0.002519> - 9341: < 0.007992, 0.001241, -0.002507> - 9342: < 0.008090, 0.001252, -0.002099> - 9343: < 0.008134, 0.000836, -0.002109> - 9344: < 0.007992, 0.001241, -0.002507> - 9345: < 0.007932, 0.001650, -0.002492> - 9346: < 0.008029, 0.001663, -0.002086> - 9347: < 0.008090, 0.001252, -0.002099> - 9348: < 0.007932, 0.001650, -0.002492> - 9349: < 0.007854, 0.002053, -0.002473> - 9350: < 0.007950, 0.002071, -0.002071> - 9351: < 0.008029, 0.001663, -0.002086> - 9352: < 0.007854, 0.002053, -0.002473> - 9353: < 0.007759, 0.002452, -0.002452> - 9354: < 0.007854, 0.002473, -0.002053> - 9355: < 0.007950, 0.002071, -0.002071> - 9356: < 0.007759, 0.002452, -0.002452> - 9357: < 0.007648, 0.002843, -0.002429> - 9358: < 0.007740, 0.002868, -0.002035> - 9359: < 0.007854, 0.002473, -0.002053> - 9360: < 0.007648, 0.002843, -0.002429> - 9361: < 0.007519, 0.003227, -0.002405> - 9362: < 0.007610, 0.003255, -0.002015> - 9363: < 0.007740, 0.002868, -0.002035> - 9364: < 0.007519, 0.003227, -0.002405> - 9365: < 0.007374, 0.003601, -0.002380> - 9366: < 0.007462, 0.003634, -0.001995> - 9367: < 0.007610, 0.003255, -0.002015> - 9368: < 0.007374, 0.003601, -0.002380> - 9369: < 0.007212, 0.003965, -0.002356> - 9370: < 0.007297, 0.004002, -0.001975> - 9371: < 0.007462, 0.003634, -0.001995> - 9372: < 0.007212, 0.003965, -0.002356> - 9373: < 0.007033, 0.004318, -0.002333> - 9374: < 0.007115, 0.004360, -0.001957> - 9375: < 0.007297, 0.004002, -0.001975> - 9376: < 0.007033, 0.004318, -0.002333> - 9377: < 0.006836, 0.004659, -0.002313> - 9378: < 0.006915, 0.004705, -0.001940> - 9379: < 0.007115, 0.004360, -0.001957> - 9380: < 0.006836, 0.004659, -0.002313> - 9381: < 0.006623, 0.004987, -0.002295> - 9382: < 0.006698, 0.005037, -0.001926> - 9383: < 0.006915, 0.004705, -0.001940> - 9384: < 0.006623, 0.004987, -0.002295> - 9385: < 0.006393, 0.005301, -0.002281> - 9386: < 0.006464, 0.005355, -0.001915> - 9387: < 0.006698, 0.005037, -0.001926> - 9388: < 0.006393, 0.005301, -0.002281> - 9389: < 0.006146, 0.005599, -0.002272> - 9390: < 0.006212, 0.005657, -0.001908> - 9391: < 0.006464, 0.005355, -0.001915> - 9392: < 0.006212, -0.005657, -0.001908> - 9393: < 0.006464, -0.005355, -0.001915> - 9394: < 0.006523, -0.005401, -0.001541> - 9395: < 0.006269, -0.005707, -0.001536> - 9396: < 0.006464, -0.005355, -0.001915> - 9397: < 0.006698, -0.005037, -0.001926> - 9398: < 0.006761, -0.005080, -0.001550> - 9399: < 0.006523, -0.005401, -0.001541> - 9400: < 0.006698, -0.005037, -0.001926> - 9401: < 0.006915, -0.004705, -0.001940> - 9402: < 0.006980, -0.004744, -0.001561> - 9403: < 0.006761, -0.005080, -0.001550> - 9404: < 0.006915, -0.004705, -0.001940> - 9405: < 0.007115, -0.004360, -0.001957> - 9406: < 0.007183, -0.004395, -0.001574> - 9407: < 0.006980, -0.004744, -0.001561> - 9408: < 0.007115, -0.004360, -0.001957> - 9409: < 0.007297, -0.004002, -0.001975> - 9410: < 0.007367, -0.004034, -0.001588> - 9411: < 0.007183, -0.004395, -0.001574> - 9412: < 0.007297, -0.004002, -0.001975> - 9413: < 0.007462, -0.003634, -0.001995> - 9414: < 0.007535, -0.003663, -0.001603> - 9415: < 0.007367, -0.004034, -0.001588> - 9416: < 0.007462, -0.003634, -0.001995> - 9417: < 0.007610, -0.003255, -0.002015> - 9418: < 0.007684, -0.003281, -0.001619> - 9419: < 0.007535, -0.003663, -0.001603> - 9420: < 0.007610, -0.003255, -0.002015> - 9421: < 0.007740, -0.002868, -0.002035> - 9422: < 0.007817, -0.002890, -0.001635> - 9423: < 0.007684, -0.003281, -0.001619> - 9424: < 0.007740, -0.002868, -0.002035> - 9425: < 0.007854, -0.002473, -0.002053> - 9426: < 0.007932, -0.002492, -0.001650> - 9427: < 0.007817, -0.002890, -0.001635> - 9428: < 0.007854, -0.002473, -0.002053> - 9429: < 0.007950, -0.002071, -0.002071> - 9430: < 0.008029, -0.002086, -0.001663> - 9431: < 0.007932, -0.002492, -0.001650> - 9432: < 0.007950, -0.002071, -0.002071> - 9433: < 0.008029, -0.001663, -0.002086> - 9434: < 0.008109, -0.001676, -0.001676> - 9435: < 0.008029, -0.002086, -0.001663> - 9436: < 0.008029, -0.001663, -0.002086> - 9437: < 0.008090, -0.001252, -0.002099> - 9438: < 0.008171, -0.001261, -0.001686> - 9439: < 0.008109, -0.001676, -0.001676> - 9440: < 0.008090, -0.001252, -0.002099> - 9441: < 0.008134, -0.000836, -0.002109> - 9442: < 0.008215, -0.000842, -0.001694> - 9443: < 0.008171, -0.001261, -0.001686> - 9444: < 0.008134, -0.000836, -0.002109> - 9445: < 0.008161, -0.000419, -0.002116> - 9446: < 0.008242, -0.000422, -0.001699> - 9447: < 0.008215, -0.000842, -0.001694> - 9448: < 0.008161, -0.000419, -0.002116> - 9449: < 0.008169, -0.000000, -0.002118> - 9450: < 0.008251, -0.000000, -0.001701> - 9451: < 0.008242, -0.000422, -0.001699> - 9452: < 0.008169, -0.000000, -0.002118> - 9453: < 0.008161, 0.000419, -0.002116> - 9454: < 0.008242, 0.000422, -0.001699> - 9455: < 0.008251, -0.000000, -0.001701> - 9456: < 0.008161, 0.000419, -0.002116> - 9457: < 0.008134, 0.000836, -0.002109> - 9458: < 0.008215, 0.000842, -0.001694> - 9459: < 0.008242, 0.000422, -0.001699> - 9460: < 0.008134, 0.000836, -0.002109> - 9461: < 0.008090, 0.001252, -0.002099> - 9462: < 0.008171, 0.001261, -0.001686> - 9463: < 0.008215, 0.000842, -0.001694> - 9464: < 0.008090, 0.001252, -0.002099> - 9465: < 0.008029, 0.001663, -0.002086> - 9466: < 0.008109, 0.001676, -0.001676> - 9467: < 0.008171, 0.001261, -0.001686> - 9468: < 0.008029, 0.001663, -0.002086> - 9469: < 0.007950, 0.002071, -0.002071> - 9470: < 0.008029, 0.002086, -0.001663> - 9471: < 0.008109, 0.001676, -0.001676> - 9472: < 0.007950, 0.002071, -0.002071> - 9473: < 0.007854, 0.002473, -0.002053> - 9474: < 0.007932, 0.002492, -0.001650> - 9475: < 0.008029, 0.002086, -0.001663> - 9476: < 0.007854, 0.002473, -0.002053> - 9477: < 0.007740, 0.002868, -0.002035> - 9478: < 0.007817, 0.002890, -0.001635> - 9479: < 0.007932, 0.002492, -0.001650> - 9480: < 0.007740, 0.002868, -0.002035> - 9481: < 0.007610, 0.003255, -0.002015> - 9482: < 0.007684, 0.003281, -0.001619> - 9483: < 0.007817, 0.002890, -0.001635> - 9484: < 0.007610, 0.003255, -0.002015> - 9485: < 0.007462, 0.003634, -0.001995> - 9486: < 0.007535, 0.003663, -0.001603> - 9487: < 0.007684, 0.003281, -0.001619> - 9488: < 0.007462, 0.003634, -0.001995> - 9489: < 0.007297, 0.004002, -0.001975> - 9490: < 0.007367, 0.004034, -0.001588> - 9491: < 0.007535, 0.003663, -0.001603> - 9492: < 0.007297, 0.004002, -0.001975> - 9493: < 0.007115, 0.004360, -0.001957> - 9494: < 0.007183, 0.004395, -0.001574> - 9495: < 0.007367, 0.004034, -0.001588> - 9496: < 0.007115, 0.004360, -0.001957> - 9497: < 0.006915, 0.004705, -0.001940> - 9498: < 0.006980, 0.004744, -0.001561> - 9499: < 0.007183, 0.004395, -0.001574> - 9500: < 0.006915, 0.004705, -0.001940> - 9501: < 0.006698, 0.005037, -0.001926> - 9502: < 0.006761, 0.005080, -0.001550> - 9503: < 0.006980, 0.004744, -0.001561> - 9504: < 0.006698, 0.005037, -0.001926> - 9505: < 0.006464, 0.005355, -0.001915> - 9506: < 0.006523, 0.005401, -0.001541> - 9507: < 0.006761, 0.005080, -0.001550> - 9508: < 0.006464, 0.005355, -0.001915> - 9509: < 0.006212, 0.005657, -0.001908> - 9510: < 0.006269, 0.005707, -0.001536> - 9511: < 0.006523, 0.005401, -0.001541> - 9512: < 0.006269, -0.005707, -0.001536> - 9513: < 0.006523, -0.005401, -0.001541> - 9514: < 0.006570, -0.005438, -0.001161> - 9515: < 0.006313, -0.005747, -0.001157> - 9516: < 0.006523, -0.005401, -0.001541> - 9517: < 0.006761, -0.005080, -0.001550> - 9518: < 0.006810, -0.005114, -0.001168> - 9519: < 0.006570, -0.005438, -0.001161> - 9520: < 0.006761, -0.005080, -0.001550> - 9521: < 0.006980, -0.004744, -0.001561> - 9522: < 0.007032, -0.004776, -0.001176> - 9523: < 0.006810, -0.005114, -0.001168> - 9524: < 0.006980, -0.004744, -0.001561> - 9525: < 0.007183, -0.004395, -0.001574> - 9526: < 0.007236, -0.004424, -0.001185> - 9527: < 0.007032, -0.004776, -0.001176> - 9528: < 0.007183, -0.004395, -0.001574> - 9529: < 0.007367, -0.004034, -0.001588> - 9530: < 0.007423, -0.004061, -0.001196> - 9531: < 0.007236, -0.004424, -0.001185> - 9532: < 0.007367, -0.004034, -0.001588> - 9533: < 0.007535, -0.003663, -0.001603> - 9534: < 0.007591, -0.003686, -0.001207> - 9535: < 0.007423, -0.004061, -0.001196> - 9536: < 0.007535, -0.003663, -0.001603> - 9537: < 0.007684, -0.003281, -0.001619> - 9538: < 0.007743, -0.003302, -0.001219> - 9539: < 0.007591, -0.003686, -0.001207> - 9540: < 0.007684, -0.003281, -0.001619> - 9541: < 0.007817, -0.002890, -0.001635> - 9542: < 0.007876, -0.002908, -0.001230> - 9543: < 0.007743, -0.003302, -0.001219> - 9544: < 0.007817, -0.002890, -0.001635> - 9545: < 0.007932, -0.002492, -0.001650> - 9546: < 0.007992, -0.002507, -0.001241> - 9547: < 0.007876, -0.002908, -0.001230> - 9548: < 0.007932, -0.002492, -0.001650> - 9549: < 0.008029, -0.002086, -0.001663> - 9550: < 0.008090, -0.002099, -0.001252> - 9551: < 0.007992, -0.002507, -0.001241> - 9552: < 0.008029, -0.002086, -0.001663> - 9553: < 0.008109, -0.001676, -0.001676> - 9554: < 0.008171, -0.001686, -0.001261> - 9555: < 0.008090, -0.002099, -0.001252> - 9556: < 0.008109, -0.001676, -0.001676> - 9557: < 0.008171, -0.001261, -0.001686> - 9558: < 0.008233, -0.001269, -0.001269> - 9559: < 0.008171, -0.001686, -0.001261> - 9560: < 0.008171, -0.001261, -0.001686> - 9561: < 0.008215, -0.000842, -0.001694> - 9562: < 0.008278, -0.000848, -0.001275> - 9563: < 0.008233, -0.001269, -0.001269> - 9564: < 0.008215, -0.000842, -0.001694> - 9565: < 0.008242, -0.000422, -0.001699> - 9566: < 0.008305, -0.000424, -0.001278> - 9567: < 0.008278, -0.000848, -0.001275> - 9568: < 0.008242, -0.000422, -0.001699> - 9569: < 0.008251, -0.000000, -0.001701> - 9570: < 0.008314, 0.000000, -0.001280> - 9571: < 0.008305, -0.000424, -0.001278> - 9572: < 0.008251, -0.000000, -0.001701> - 9573: < 0.008242, 0.000422, -0.001699> - 9574: < 0.008305, 0.000424, -0.001278> - 9575: < 0.008314, 0.000000, -0.001280> - 9576: < 0.008242, 0.000422, -0.001699> - 9577: < 0.008215, 0.000842, -0.001694> - 9578: < 0.008278, 0.000848, -0.001275> - 9579: < 0.008305, 0.000424, -0.001278> - 9580: < 0.008215, 0.000842, -0.001694> - 9581: < 0.008171, 0.001261, -0.001686> - 9582: < 0.008233, 0.001269, -0.001269> - 9583: < 0.008278, 0.000848, -0.001275> - 9584: < 0.008171, 0.001261, -0.001686> - 9585: < 0.008109, 0.001676, -0.001676> - 9586: < 0.008171, 0.001686, -0.001261> - 9587: < 0.008233, 0.001269, -0.001269> - 9588: < 0.008109, 0.001676, -0.001676> - 9589: < 0.008029, 0.002086, -0.001663> - 9590: < 0.008090, 0.002099, -0.001252> - 9591: < 0.008171, 0.001686, -0.001261> - 9592: < 0.008029, 0.002086, -0.001663> - 9593: < 0.007932, 0.002492, -0.001650> - 9594: < 0.007992, 0.002507, -0.001241> - 9595: < 0.008090, 0.002099, -0.001252> - 9596: < 0.007932, 0.002492, -0.001650> - 9597: < 0.007817, 0.002890, -0.001635> - 9598: < 0.007876, 0.002908, -0.001230> - 9599: < 0.007992, 0.002507, -0.001241> - 9600: < 0.007817, 0.002890, -0.001635> - 9601: < 0.007684, 0.003281, -0.001619> - 9602: < 0.007743, 0.003302, -0.001219> - 9603: < 0.007876, 0.002908, -0.001230> - 9604: < 0.007684, 0.003281, -0.001619> - 9605: < 0.007535, 0.003663, -0.001603> - 9606: < 0.007591, 0.003686, -0.001207> - 9607: < 0.007743, 0.003302, -0.001219> - 9608: < 0.007535, 0.003663, -0.001603> - 9609: < 0.007367, 0.004034, -0.001588> - 9610: < 0.007423, 0.004061, -0.001196> - 9611: < 0.007591, 0.003686, -0.001207> - 9612: < 0.007367, 0.004034, -0.001588> - 9613: < 0.007183, 0.004395, -0.001574> - 9614: < 0.007236, 0.004424, -0.001185> - 9615: < 0.007423, 0.004061, -0.001196> - 9616: < 0.007183, 0.004395, -0.001574> - 9617: < 0.006980, 0.004744, -0.001561> - 9618: < 0.007032, 0.004776, -0.001176> - 9619: < 0.007236, 0.004424, -0.001185> - 9620: < 0.006980, 0.004744, -0.001561> - 9621: < 0.006761, 0.005080, -0.001550> - 9622: < 0.006810, 0.005114, -0.001168> - 9623: < 0.007032, 0.004776, -0.001176> - 9624: < 0.006761, 0.005080, -0.001550> - 9625: < 0.006523, 0.005401, -0.001541> - 9626: < 0.006570, 0.005438, -0.001161> - 9627: < 0.006810, 0.005114, -0.001168> - 9628: < 0.006523, 0.005401, -0.001541> - 9629: < 0.006269, 0.005707, -0.001536> - 9630: < 0.006313, 0.005747, -0.001157> - 9631: < 0.006570, 0.005438, -0.001161> - 9632: < 0.006313, -0.005747, -0.001157> - 9633: < 0.006570, -0.005438, -0.001161> - 9634: < 0.006605, -0.005466, -0.000777> - 9635: < 0.006346, -0.005776, -0.000774> - 9636: < 0.006570, -0.005438, -0.001161> - 9637: < 0.006810, -0.005114, -0.001168> - 9638: < 0.006846, -0.005140, -0.000781> - 9639: < 0.006605, -0.005466, -0.000777> - 9640: < 0.006810, -0.005114, -0.001168> - 9641: < 0.007032, -0.004776, -0.001176> - 9642: < 0.007069, -0.004800, -0.000786> - 9643: < 0.006846, -0.005140, -0.000781> - 9644: < 0.007032, -0.004776, -0.001176> - 9645: < 0.007236, -0.004424, -0.001185> - 9646: < 0.007275, -0.004446, -0.000792> - 9647: < 0.007069, -0.004800, -0.000786> - 9648: < 0.007236, -0.004424, -0.001185> - 9649: < 0.007423, -0.004061, -0.001196> - 9650: < 0.007462, -0.004081, -0.000799> - 9651: < 0.007275, -0.004446, -0.000792> - 9652: < 0.007423, -0.004061, -0.001196> - 9653: < 0.007591, -0.003686, -0.001207> - 9654: < 0.007632, -0.003704, -0.000807> - 9655: < 0.007462, -0.004081, -0.000799> - 9656: < 0.007591, -0.003686, -0.001207> - 9657: < 0.007743, -0.003302, -0.001219> - 9658: < 0.007785, -0.003318, -0.000814> - 9659: < 0.007632, -0.003704, -0.000807> - 9660: < 0.007743, -0.003302, -0.001219> - 9661: < 0.007876, -0.002908, -0.001230> - 9662: < 0.007919, -0.002922, -0.000822> - 9663: < 0.007785, -0.003318, -0.000814> - 9664: < 0.007876, -0.002908, -0.001230> - 9665: < 0.007992, -0.002507, -0.001241> - 9666: < 0.008036, -0.002519, -0.000829> - 9667: < 0.007919, -0.002922, -0.000822> - 9668: < 0.007992, -0.002507, -0.001241> - 9669: < 0.008090, -0.002099, -0.001252> - 9670: < 0.008134, -0.002109, -0.000836> - 9671: < 0.008036, -0.002519, -0.000829> - 9672: < 0.008090, -0.002099, -0.001252> - 9673: < 0.008171, -0.001686, -0.001261> - 9674: < 0.008215, -0.001694, -0.000842> - 9675: < 0.008134, -0.002109, -0.000836> - 9676: < 0.008171, -0.001686, -0.001261> - 9677: < 0.008233, -0.001269, -0.001269> - 9678: < 0.008278, -0.001275, -0.000848> - 9679: < 0.008215, -0.001694, -0.000842> - 9680: < 0.008233, -0.001269, -0.001269> - 9681: < 0.008278, -0.000848, -0.001275> - 9682: < 0.008323, -0.000852, -0.000852> - 9683: < 0.008278, -0.001275, -0.000848> - 9684: < 0.008278, -0.000848, -0.001275> - 9685: < 0.008305, -0.000424, -0.001278> - 9686: < 0.008350, -0.000426, -0.000854> - 9687: < 0.008323, -0.000852, -0.000852> - 9688: < 0.008305, -0.000424, -0.001278> - 9689: < 0.008314, 0.000000, -0.001280> - 9690: < 0.008359, 0.000000, -0.000855> - 9691: < 0.008350, -0.000426, -0.000854> - 9692: < 0.008314, 0.000000, -0.001280> - 9693: < 0.008305, 0.000424, -0.001278> - 9694: < 0.008350, 0.000426, -0.000854> - 9695: < 0.008359, 0.000000, -0.000855> - 9696: < 0.008305, 0.000424, -0.001278> - 9697: < 0.008278, 0.000848, -0.001275> - 9698: < 0.008323, 0.000852, -0.000852> - 9699: < 0.008350, 0.000426, -0.000854> - 9700: < 0.008278, 0.000848, -0.001275> - 9701: < 0.008233, 0.001269, -0.001269> - 9702: < 0.008278, 0.001275, -0.000848> - 9703: < 0.008323, 0.000852, -0.000852> - 9704: < 0.008233, 0.001269, -0.001269> - 9705: < 0.008171, 0.001686, -0.001261> - 9706: < 0.008215, 0.001694, -0.000842> - 9707: < 0.008278, 0.001275, -0.000848> - 9708: < 0.008171, 0.001686, -0.001261> - 9709: < 0.008090, 0.002099, -0.001252> - 9710: < 0.008134, 0.002109, -0.000836> - 9711: < 0.008215, 0.001694, -0.000842> - 9712: < 0.008090, 0.002099, -0.001252> - 9713: < 0.007992, 0.002507, -0.001241> - 9714: < 0.008036, 0.002519, -0.000829> - 9715: < 0.008134, 0.002109, -0.000836> - 9716: < 0.007992, 0.002507, -0.001241> - 9717: < 0.007876, 0.002908, -0.001230> - 9718: < 0.007919, 0.002922, -0.000822> - 9719: < 0.008036, 0.002519, -0.000829> - 9720: < 0.007876, 0.002908, -0.001230> - 9721: < 0.007743, 0.003302, -0.001219> - 9722: < 0.007785, 0.003318, -0.000814> - 9723: < 0.007919, 0.002922, -0.000822> - 9724: < 0.007743, 0.003302, -0.001219> - 9725: < 0.007591, 0.003686, -0.001207> - 9726: < 0.007632, 0.003704, -0.000807> - 9727: < 0.007785, 0.003318, -0.000814> - 9728: < 0.007591, 0.003686, -0.001207> - 9729: < 0.007423, 0.004061, -0.001196> - 9730: < 0.007462, 0.004081, -0.000799> - 9731: < 0.007632, 0.003704, -0.000807> - 9732: < 0.007423, 0.004061, -0.001196> - 9733: < 0.007236, 0.004424, -0.001185> - 9734: < 0.007275, 0.004446, -0.000792> - 9735: < 0.007462, 0.004081, -0.000799> - 9736: < 0.007236, 0.004424, -0.001185> - 9737: < 0.007032, 0.004776, -0.001176> - 9738: < 0.007069, 0.004800, -0.000786> - 9739: < 0.007275, 0.004446, -0.000792> - 9740: < 0.007032, 0.004776, -0.001176> - 9741: < 0.006810, 0.005114, -0.001168> - 9742: < 0.006846, 0.005140, -0.000781> - 9743: < 0.007069, 0.004800, -0.000786> - 9744: < 0.006810, 0.005114, -0.001168> - 9745: < 0.006570, 0.005438, -0.001161> - 9746: < 0.006605, 0.005466, -0.000777> - 9747: < 0.006846, 0.005140, -0.000781> - 9748: < 0.006570, 0.005438, -0.001161> - 9749: < 0.006313, 0.005747, -0.001157> - 9750: < 0.006346, 0.005776, -0.000774> - 9751: < 0.006605, 0.005466, -0.000777> - 9752: < 0.006346, -0.005776, -0.000774> - 9753: < 0.006605, -0.005466, -0.000777> - 9754: < 0.006626, -0.005483, -0.000389> - 9755: < 0.006366, -0.005794, -0.000388> - 9756: < 0.006605, -0.005466, -0.000777> - 9757: < 0.006846, -0.005140, -0.000781> - 9758: < 0.006868, -0.005156, -0.000391> - 9759: < 0.006626, -0.005483, -0.000389> - 9760: < 0.006846, -0.005140, -0.000781> - 9761: < 0.007069, -0.004800, -0.000786> - 9762: < 0.007092, -0.004815, -0.000394> - 9763: < 0.006868, -0.005156, -0.000391> - 9764: < 0.007069, -0.004800, -0.000786> - 9765: < 0.007275, -0.004446, -0.000792> - 9766: < 0.007298, -0.004460, -0.000397> - 9767: < 0.007092, -0.004815, -0.000394> - 9768: < 0.007275, -0.004446, -0.000792> - 9769: < 0.007462, -0.004081, -0.000799> - 9770: < 0.007487, -0.004093, -0.000400> - 9771: < 0.007298, -0.004460, -0.000397> - 9772: < 0.007462, -0.004081, -0.000799> - 9773: < 0.007632, -0.003704, -0.000807> - 9774: < 0.007657, -0.003716, -0.000404> - 9775: < 0.007487, -0.004093, -0.000400> - 9776: < 0.007632, -0.003704, -0.000807> - 9777: < 0.007785, -0.003318, -0.000814> - 9778: < 0.007810, -0.003328, -0.000408> - 9779: < 0.007657, -0.003716, -0.000404> - 9780: < 0.007785, -0.003318, -0.000814> - 9781: < 0.007919, -0.002922, -0.000822> - 9782: < 0.007945, -0.002931, -0.000412> - 9783: < 0.007810, -0.003328, -0.000408> - 9784: < 0.007919, -0.002922, -0.000822> - 9785: < 0.008036, -0.002519, -0.000829> - 9786: < 0.008062, -0.002527, -0.000415> - 9787: < 0.007945, -0.002931, -0.000412> - 9788: < 0.008036, -0.002519, -0.000829> - 9789: < 0.008134, -0.002109, -0.000836> - 9790: < 0.008161, -0.002116, -0.000419> - 9791: < 0.008062, -0.002527, -0.000415> - 9792: < 0.008134, -0.002109, -0.000836> - 9793: < 0.008215, -0.001694, -0.000842> - 9794: < 0.008242, -0.001699, -0.000422> - 9795: < 0.008161, -0.002116, -0.000419> - 9796: < 0.008215, -0.001694, -0.000842> - 9797: < 0.008278, -0.001275, -0.000848> - 9798: < 0.008305, -0.001278, -0.000424> - 9799: < 0.008242, -0.001699, -0.000422> - 9800: < 0.008278, -0.001275, -0.000848> - 9801: < 0.008323, -0.000852, -0.000852> - 9802: < 0.008350, -0.000854, -0.000426> - 9803: < 0.008305, -0.001278, -0.000424> - 9804: < 0.008323, -0.000852, -0.000852> - 9805: < 0.008350, -0.000426, -0.000854> - 9806: < 0.008377, -0.000428, -0.000428> - 9807: < 0.008350, -0.000854, -0.000426> - 9808: < 0.008350, -0.000426, -0.000854> - 9809: < 0.008359, 0.000000, -0.000855> - 9810: < 0.008386, 0.000000, -0.000428> - 9811: < 0.008377, -0.000428, -0.000428> - 9812: < 0.008359, 0.000000, -0.000855> - 9813: < 0.008350, 0.000426, -0.000854> - 9814: < 0.008377, 0.000428, -0.000428> - 9815: < 0.008386, 0.000000, -0.000428> - 9816: < 0.008350, 0.000426, -0.000854> - 9817: < 0.008323, 0.000852, -0.000852> - 9818: < 0.008350, 0.000854, -0.000426> - 9819: < 0.008377, 0.000428, -0.000428> - 9820: < 0.008323, 0.000852, -0.000852> - 9821: < 0.008278, 0.001275, -0.000848> - 9822: < 0.008305, 0.001278, -0.000424> - 9823: < 0.008350, 0.000854, -0.000426> - 9824: < 0.008278, 0.001275, -0.000848> - 9825: < 0.008215, 0.001694, -0.000842> - 9826: < 0.008242, 0.001699, -0.000422> - 9827: < 0.008305, 0.001278, -0.000424> - 9828: < 0.008215, 0.001694, -0.000842> - 9829: < 0.008134, 0.002109, -0.000836> - 9830: < 0.008161, 0.002116, -0.000419> - 9831: < 0.008242, 0.001699, -0.000422> - 9832: < 0.008134, 0.002109, -0.000836> - 9833: < 0.008036, 0.002519, -0.000829> - 9834: < 0.008062, 0.002527, -0.000415> - 9835: < 0.008161, 0.002116, -0.000419> - 9836: < 0.008036, 0.002519, -0.000829> - 9837: < 0.007919, 0.002922, -0.000822> - 9838: < 0.007945, 0.002931, -0.000412> - 9839: < 0.008062, 0.002527, -0.000415> - 9840: < 0.007919, 0.002922, -0.000822> - 9841: < 0.007785, 0.003318, -0.000814> - 9842: < 0.007810, 0.003328, -0.000408> - 9843: < 0.007945, 0.002931, -0.000412> - 9844: < 0.007785, 0.003318, -0.000814> - 9845: < 0.007632, 0.003704, -0.000807> - 9846: < 0.007657, 0.003716, -0.000404> - 9847: < 0.007810, 0.003328, -0.000408> - 9848: < 0.007632, 0.003704, -0.000807> - 9849: < 0.007462, 0.004081, -0.000799> - 9850: < 0.007487, 0.004093, -0.000400> - 9851: < 0.007657, 0.003716, -0.000404> - 9852: < 0.007462, 0.004081, -0.000799> - 9853: < 0.007275, 0.004446, -0.000792> - 9854: < 0.007298, 0.004460, -0.000397> - 9855: < 0.007487, 0.004093, -0.000400> - 9856: < 0.007275, 0.004446, -0.000792> - 9857: < 0.007069, 0.004800, -0.000786> - 9858: < 0.007092, 0.004815, -0.000394> - 9859: < 0.007298, 0.004460, -0.000397> - 9860: < 0.007069, 0.004800, -0.000786> - 9861: < 0.006846, 0.005140, -0.000781> - 9862: < 0.006868, 0.005156, -0.000391> - 9863: < 0.007092, 0.004815, -0.000394> - 9864: < 0.006846, 0.005140, -0.000781> - 9865: < 0.006605, 0.005466, -0.000777> - 9866: < 0.006626, 0.005483, -0.000389> - 9867: < 0.006868, 0.005156, -0.000391> - 9868: < 0.006605, 0.005466, -0.000777> - 9869: < 0.006346, 0.005776, -0.000774> - 9870: < 0.006366, 0.005794, -0.000388> - 9871: < 0.006626, 0.005483, -0.000389> - 9872: < 0.006366, -0.005794, -0.000388> - 9873: < 0.006626, -0.005483, -0.000389> - 9874: < 0.006633, -0.005489, 0.000000> - 9875: < 0.006373, -0.005801, 0.000000> - 9876: < 0.006626, -0.005483, -0.000389> - 9877: < 0.006868, -0.005156, -0.000391> - 9878: < 0.006875, -0.005162, 0.000000> - 9879: < 0.006633, -0.005489, 0.000000> - 9880: < 0.006868, -0.005156, -0.000391> - 9881: < 0.007092, -0.004815, -0.000394> - 9882: < 0.007099, -0.004820, 0.000000> - 9883: < 0.006875, -0.005162, 0.000000> - 9884: < 0.007092, -0.004815, -0.000394> - 9885: < 0.007298, -0.004460, -0.000397> - 9886: < 0.007306, -0.004465, 0.000000> - 9887: < 0.007099, -0.004820, 0.000000> - 9888: < 0.007298, -0.004460, -0.000397> - 9889: < 0.007487, -0.004093, -0.000400> - 9890: < 0.007495, -0.004098, 0.000000> - 9891: < 0.007306, -0.004465, 0.000000> - 9892: < 0.007487, -0.004093, -0.000400> - 9893: < 0.007657, -0.003716, -0.000404> - 9894: < 0.007665, -0.003720, 0.000000> - 9895: < 0.007495, -0.004098, 0.000000> - 9896: < 0.007657, -0.003716, -0.000404> - 9897: < 0.007810, -0.003328, -0.000408> - 9898: < 0.007818, -0.003331, 0.000000> - 9899: < 0.007665, -0.003720, 0.000000> - 9900: < 0.007810, -0.003328, -0.000408> - 9901: < 0.007945, -0.002931, -0.000412> - 9902: < 0.007953, -0.002934, 0.000000> - 9903: < 0.007818, -0.003331, 0.000000> - 9904: < 0.007945, -0.002931, -0.000412> - 9905: < 0.008062, -0.002527, -0.000415> - 9906: < 0.008070, -0.002530, 0.000000> - 9907: < 0.007953, -0.002934, 0.000000> - 9908: < 0.008062, -0.002527, -0.000415> - 9909: < 0.008161, -0.002116, -0.000419> - 9910: < 0.008169, -0.002118, 0.000000> - 9911: < 0.008070, -0.002530, 0.000000> - 9912: < 0.008161, -0.002116, -0.000419> - 9913: < 0.008242, -0.001699, -0.000422> - 9914: < 0.008251, -0.001701, 0.000000> - 9915: < 0.008169, -0.002118, 0.000000> - 9916: < 0.008242, -0.001699, -0.000422> - 9917: < 0.008305, -0.001278, -0.000424> - 9918: < 0.008314, -0.001280, 0.000000> - 9919: < 0.008251, -0.001701, 0.000000> - 9920: < 0.008305, -0.001278, -0.000424> - 9921: < 0.008350, -0.000854, -0.000426> - 9922: < 0.008359, -0.000855, 0.000000> - 9923: < 0.008314, -0.001280, 0.000000> - 9924: < 0.008350, -0.000854, -0.000426> - 9925: < 0.008377, -0.000428, -0.000428> - 9926: < 0.008386, -0.000428, 0.000000> - 9927: < 0.008359, -0.000855, 0.000000> - 9928: < 0.008377, -0.000428, -0.000428> - 9929: < 0.008386, 0.000000, -0.000428> - 9930: < 0.008395, 0.000000, 0.000000> - 9931: < 0.008386, -0.000428, 0.000000> - 9932: < 0.008386, 0.000000, -0.000428> - 9933: < 0.008377, 0.000428, -0.000428> - 9934: < 0.008386, 0.000428, 0.000000> - 9935: < 0.008395, 0.000000, 0.000000> - 9936: < 0.008377, 0.000428, -0.000428> - 9937: < 0.008350, 0.000854, -0.000426> - 9938: < 0.008359, 0.000855, 0.000000> - 9939: < 0.008386, 0.000428, 0.000000> - 9940: < 0.008350, 0.000854, -0.000426> - 9941: < 0.008305, 0.001278, -0.000424> - 9942: < 0.008314, 0.001280, 0.000000> - 9943: < 0.008359, 0.000855, 0.000000> - 9944: < 0.008305, 0.001278, -0.000424> - 9945: < 0.008242, 0.001699, -0.000422> - 9946: < 0.008251, 0.001701, 0.000000> - 9947: < 0.008314, 0.001280, 0.000000> - 9948: < 0.008242, 0.001699, -0.000422> - 9949: < 0.008161, 0.002116, -0.000419> - 9950: < 0.008169, 0.002118, 0.000000> - 9951: < 0.008251, 0.001701, 0.000000> - 9952: < 0.008161, 0.002116, -0.000419> - 9953: < 0.008062, 0.002527, -0.000415> - 9954: < 0.008070, 0.002530, 0.000000> - 9955: < 0.008169, 0.002118, 0.000000> - 9956: < 0.008062, 0.002527, -0.000415> - 9957: < 0.007945, 0.002931, -0.000412> - 9958: < 0.007953, 0.002934, 0.000000> - 9959: < 0.008070, 0.002530, 0.000000> - 9960: < 0.007945, 0.002931, -0.000412> - 9961: < 0.007810, 0.003328, -0.000408> - 9962: < 0.007818, 0.003331, -0.000000> - 9963: < 0.007953, 0.002934, 0.000000> - 9964: < 0.007810, 0.003328, -0.000408> - 9965: < 0.007657, 0.003716, -0.000404> - 9966: < 0.007665, 0.003720, 0.000000> - 9967: < 0.007818, 0.003331, -0.000000> - 9968: < 0.007657, 0.003716, -0.000404> - 9969: < 0.007487, 0.004093, -0.000400> - 9970: < 0.007495, 0.004098, 0.000000> - 9971: < 0.007665, 0.003720, 0.000000> - 9972: < 0.007487, 0.004093, -0.000400> - 9973: < 0.007298, 0.004460, -0.000397> - 9974: < 0.007306, 0.004465, 0.000000> - 9975: < 0.007495, 0.004098, 0.000000> - 9976: < 0.007298, 0.004460, -0.000397> - 9977: < 0.007092, 0.004815, -0.000394> - 9978: < 0.007099, 0.004820, 0.000000> - 9979: < 0.007306, 0.004465, 0.000000> - 9980: < 0.007092, 0.004815, -0.000394> - 9981: < 0.006868, 0.005156, -0.000391> - 9982: < 0.006875, 0.005162, 0.000000> - 9983: < 0.007099, 0.004820, 0.000000> - 9984: < 0.006868, 0.005156, -0.000391> - 9985: < 0.006626, 0.005483, -0.000389> - 9986: < 0.006633, 0.005489, 0.000000> - 9987: < 0.006875, 0.005162, 0.000000> - 9988: < 0.006626, 0.005483, -0.000389> - 9989: < 0.006366, 0.005794, -0.000388> - 9990: < 0.006373, 0.005801, 0.000000> - 9991: < 0.006633, 0.005489, 0.000000> - 9992: < 0.006373, -0.005801, 0.000000> - 9993: < 0.006633, -0.005489, 0.000000> - 9994: < 0.006626, -0.005483, 0.000389> - 9995: < 0.006366, -0.005794, 0.000388> - 9996: < 0.006633, -0.005489, 0.000000> - 9997: < 0.006875, -0.005162, 0.000000> - 9998: < 0.006868, -0.005156, 0.000391> - 9999: < 0.006626, -0.005483, 0.000389> - 10000: < 0.006875, -0.005162, 0.000000> - 10001: < 0.007099, -0.004820, 0.000000> - 10002: < 0.007092, -0.004815, 0.000394> - 10003: < 0.006868, -0.005156, 0.000391> - 10004: < 0.007099, -0.004820, 0.000000> - 10005: < 0.007306, -0.004465, 0.000000> - 10006: < 0.007298, -0.004460, 0.000397> - 10007: < 0.007092, -0.004815, 0.000394> - 10008: < 0.007306, -0.004465, 0.000000> - 10009: < 0.007495, -0.004098, 0.000000> - 10010: < 0.007487, -0.004093, 0.000400> - 10011: < 0.007298, -0.004460, 0.000397> - 10012: < 0.007495, -0.004098, 0.000000> - 10013: < 0.007665, -0.003720, 0.000000> - 10014: < 0.007657, -0.003716, 0.000404> - 10015: < 0.007487, -0.004093, 0.000400> - 10016: < 0.007665, -0.003720, 0.000000> - 10017: < 0.007818, -0.003331, 0.000000> - 10018: < 0.007810, -0.003328, 0.000408> - 10019: < 0.007657, -0.003716, 0.000404> - 10020: < 0.007818, -0.003331, 0.000000> - 10021: < 0.007953, -0.002934, 0.000000> - 10022: < 0.007945, -0.002931, 0.000412> - 10023: < 0.007810, -0.003328, 0.000408> - 10024: < 0.007953, -0.002934, 0.000000> - 10025: < 0.008070, -0.002530, 0.000000> - 10026: < 0.008062, -0.002527, 0.000415> - 10027: < 0.007945, -0.002931, 0.000412> - 10028: < 0.008070, -0.002530, 0.000000> - 10029: < 0.008169, -0.002118, 0.000000> - 10030: < 0.008161, -0.002116, 0.000419> - 10031: < 0.008062, -0.002527, 0.000415> - 10032: < 0.008169, -0.002118, 0.000000> - 10033: < 0.008251, -0.001701, 0.000000> - 10034: < 0.008242, -0.001699, 0.000422> - 10035: < 0.008161, -0.002116, 0.000419> - 10036: < 0.008251, -0.001701, 0.000000> - 10037: < 0.008314, -0.001280, 0.000000> - 10038: < 0.008305, -0.001278, 0.000424> - 10039: < 0.008242, -0.001699, 0.000422> - 10040: < 0.008314, -0.001280, 0.000000> - 10041: < 0.008359, -0.000855, 0.000000> - 10042: < 0.008350, -0.000854, 0.000426> - 10043: < 0.008305, -0.001278, 0.000424> - 10044: < 0.008359, -0.000855, 0.000000> - 10045: < 0.008386, -0.000428, 0.000000> - 10046: < 0.008377, -0.000428, 0.000428> - 10047: < 0.008350, -0.000854, 0.000426> - 10048: < 0.008386, -0.000428, 0.000000> - 10049: < 0.008395, 0.000000, 0.000000> - 10050: < 0.008386, 0.000000, 0.000428> - 10051: < 0.008377, -0.000428, 0.000428> - 10052: < 0.008395, 0.000000, 0.000000> - 10053: < 0.008386, 0.000428, 0.000000> - 10054: < 0.008377, 0.000428, 0.000428> - 10055: < 0.008386, 0.000000, 0.000428> - 10056: < 0.008386, 0.000428, 0.000000> - 10057: < 0.008359, 0.000855, 0.000000> - 10058: < 0.008350, 0.000854, 0.000426> - 10059: < 0.008377, 0.000428, 0.000428> - 10060: < 0.008359, 0.000855, 0.000000> - 10061: < 0.008314, 0.001280, 0.000000> - 10062: < 0.008305, 0.001278, 0.000424> - 10063: < 0.008350, 0.000854, 0.000426> - 10064: < 0.008314, 0.001280, 0.000000> - 10065: < 0.008251, 0.001701, 0.000000> - 10066: < 0.008242, 0.001699, 0.000422> - 10067: < 0.008305, 0.001278, 0.000424> - 10068: < 0.008251, 0.001701, 0.000000> - 10069: < 0.008169, 0.002118, 0.000000> - 10070: < 0.008161, 0.002116, 0.000419> - 10071: < 0.008242, 0.001699, 0.000422> - 10072: < 0.008169, 0.002118, 0.000000> - 10073: < 0.008070, 0.002530, 0.000000> - 10074: < 0.008062, 0.002527, 0.000415> - 10075: < 0.008161, 0.002116, 0.000419> - 10076: < 0.008070, 0.002530, 0.000000> - 10077: < 0.007953, 0.002934, 0.000000> - 10078: < 0.007945, 0.002931, 0.000412> - 10079: < 0.008062, 0.002527, 0.000415> - 10080: < 0.007953, 0.002934, 0.000000> - 10081: < 0.007818, 0.003331, -0.000000> - 10082: < 0.007810, 0.003328, 0.000408> - 10083: < 0.007945, 0.002931, 0.000412> - 10084: < 0.007818, 0.003331, -0.000000> - 10085: < 0.007665, 0.003720, 0.000000> - 10086: < 0.007657, 0.003716, 0.000404> - 10087: < 0.007810, 0.003328, 0.000408> - 10088: < 0.007665, 0.003720, 0.000000> - 10089: < 0.007495, 0.004098, 0.000000> - 10090: < 0.007487, 0.004093, 0.000400> - 10091: < 0.007657, 0.003716, 0.000404> - 10092: < 0.007495, 0.004098, 0.000000> - 10093: < 0.007306, 0.004465, 0.000000> - 10094: < 0.007298, 0.004460, 0.000397> - 10095: < 0.007487, 0.004093, 0.000400> - 10096: < 0.007306, 0.004465, 0.000000> - 10097: < 0.007099, 0.004820, 0.000000> - 10098: < 0.007092, 0.004815, 0.000394> - 10099: < 0.007298, 0.004460, 0.000397> - 10100: < 0.007099, 0.004820, 0.000000> - 10101: < 0.006875, 0.005162, 0.000000> - 10102: < 0.006868, 0.005156, 0.000391> - 10103: < 0.007092, 0.004815, 0.000394> - 10104: < 0.006875, 0.005162, 0.000000> - 10105: < 0.006633, 0.005489, 0.000000> - 10106: < 0.006626, 0.005483, 0.000389> - 10107: < 0.006868, 0.005156, 0.000391> - 10108: < 0.006633, 0.005489, 0.000000> - 10109: < 0.006373, 0.005801, 0.000000> - 10110: < 0.006366, 0.005794, 0.000388> - 10111: < 0.006626, 0.005483, 0.000389> - 10112: < 0.006366, -0.005794, 0.000388> - 10113: < 0.006626, -0.005483, 0.000389> - 10114: < 0.006605, -0.005466, 0.000777> - 10115: < 0.006346, -0.005776, 0.000774> - 10116: < 0.006626, -0.005483, 0.000389> - 10117: < 0.006868, -0.005156, 0.000391> - 10118: < 0.006846, -0.005140, 0.000781> - 10119: < 0.006605, -0.005466, 0.000777> - 10120: < 0.006868, -0.005156, 0.000391> - 10121: < 0.007092, -0.004815, 0.000394> - 10122: < 0.007069, -0.004800, 0.000786> - 10123: < 0.006846, -0.005140, 0.000781> - 10124: < 0.007092, -0.004815, 0.000394> - 10125: < 0.007298, -0.004460, 0.000397> - 10126: < 0.007275, -0.004446, 0.000792> - 10127: < 0.007069, -0.004800, 0.000786> - 10128: < 0.007298, -0.004460, 0.000397> - 10129: < 0.007487, -0.004093, 0.000400> - 10130: < 0.007462, -0.004081, 0.000799> - 10131: < 0.007275, -0.004446, 0.000792> - 10132: < 0.007487, -0.004093, 0.000400> - 10133: < 0.007657, -0.003716, 0.000404> - 10134: < 0.007632, -0.003704, 0.000807> - 10135: < 0.007462, -0.004081, 0.000799> - 10136: < 0.007657, -0.003716, 0.000404> - 10137: < 0.007810, -0.003328, 0.000408> - 10138: < 0.007785, -0.003318, 0.000814> - 10139: < 0.007632, -0.003704, 0.000807> - 10140: < 0.007810, -0.003328, 0.000408> - 10141: < 0.007945, -0.002931, 0.000412> - 10142: < 0.007919, -0.002922, 0.000822> - 10143: < 0.007785, -0.003318, 0.000814> - 10144: < 0.007945, -0.002931, 0.000412> - 10145: < 0.008062, -0.002527, 0.000415> - 10146: < 0.008036, -0.002519, 0.000829> - 10147: < 0.007919, -0.002922, 0.000822> - 10148: < 0.008062, -0.002527, 0.000415> - 10149: < 0.008161, -0.002116, 0.000419> - 10150: < 0.008134, -0.002109, 0.000836> - 10151: < 0.008036, -0.002519, 0.000829> - 10152: < 0.008161, -0.002116, 0.000419> - 10153: < 0.008242, -0.001699, 0.000422> - 10154: < 0.008215, -0.001694, 0.000842> - 10155: < 0.008134, -0.002109, 0.000836> - 10156: < 0.008242, -0.001699, 0.000422> - 10157: < 0.008305, -0.001278, 0.000424> - 10158: < 0.008278, -0.001275, 0.000848> - 10159: < 0.008215, -0.001694, 0.000842> - 10160: < 0.008305, -0.001278, 0.000424> - 10161: < 0.008350, -0.000854, 0.000426> - 10162: < 0.008323, -0.000852, 0.000852> - 10163: < 0.008278, -0.001275, 0.000848> - 10164: < 0.008350, -0.000854, 0.000426> - 10165: < 0.008377, -0.000428, 0.000428> - 10166: < 0.008350, -0.000426, 0.000854> - 10167: < 0.008323, -0.000852, 0.000852> - 10168: < 0.008377, -0.000428, 0.000428> - 10169: < 0.008386, 0.000000, 0.000428> - 10170: < 0.008359, 0.000000, 0.000855> - 10171: < 0.008350, -0.000426, 0.000854> - 10172: < 0.008386, 0.000000, 0.000428> - 10173: < 0.008377, 0.000428, 0.000428> - 10174: < 0.008350, 0.000426, 0.000854> - 10175: < 0.008359, 0.000000, 0.000855> - 10176: < 0.008377, 0.000428, 0.000428> - 10177: < 0.008350, 0.000854, 0.000426> - 10178: < 0.008323, 0.000852, 0.000852> - 10179: < 0.008350, 0.000426, 0.000854> - 10180: < 0.008350, 0.000854, 0.000426> - 10181: < 0.008305, 0.001278, 0.000424> - 10182: < 0.008278, 0.001275, 0.000848> - 10183: < 0.008323, 0.000852, 0.000852> - 10184: < 0.008305, 0.001278, 0.000424> - 10185: < 0.008242, 0.001699, 0.000422> - 10186: < 0.008215, 0.001694, 0.000842> - 10187: < 0.008278, 0.001275, 0.000848> - 10188: < 0.008242, 0.001699, 0.000422> - 10189: < 0.008161, 0.002116, 0.000419> - 10190: < 0.008134, 0.002109, 0.000836> - 10191: < 0.008215, 0.001694, 0.000842> - 10192: < 0.008161, 0.002116, 0.000419> - 10193: < 0.008062, 0.002527, 0.000415> - 10194: < 0.008036, 0.002519, 0.000829> - 10195: < 0.008134, 0.002109, 0.000836> - 10196: < 0.008062, 0.002527, 0.000415> - 10197: < 0.007945, 0.002931, 0.000412> - 10198: < 0.007919, 0.002922, 0.000822> - 10199: < 0.008036, 0.002519, 0.000829> - 10200: < 0.007945, 0.002931, 0.000412> - 10201: < 0.007810, 0.003328, 0.000408> - 10202: < 0.007785, 0.003318, 0.000814> - 10203: < 0.007919, 0.002922, 0.000822> - 10204: < 0.007810, 0.003328, 0.000408> - 10205: < 0.007657, 0.003716, 0.000404> - 10206: < 0.007632, 0.003704, 0.000807> - 10207: < 0.007785, 0.003318, 0.000814> - 10208: < 0.007657, 0.003716, 0.000404> - 10209: < 0.007487, 0.004093, 0.000400> - 10210: < 0.007462, 0.004081, 0.000799> - 10211: < 0.007632, 0.003704, 0.000807> - 10212: < 0.007487, 0.004093, 0.000400> - 10213: < 0.007298, 0.004460, 0.000397> - 10214: < 0.007275, 0.004446, 0.000792> - 10215: < 0.007462, 0.004081, 0.000799> - 10216: < 0.007298, 0.004460, 0.000397> - 10217: < 0.007092, 0.004815, 0.000394> - 10218: < 0.007069, 0.004800, 0.000786> - 10219: < 0.007275, 0.004446, 0.000792> - 10220: < 0.007092, 0.004815, 0.000394> - 10221: < 0.006868, 0.005156, 0.000391> - 10222: < 0.006846, 0.005140, 0.000781> - 10223: < 0.007069, 0.004800, 0.000786> - 10224: < 0.006868, 0.005156, 0.000391> - 10225: < 0.006626, 0.005483, 0.000389> - 10226: < 0.006605, 0.005466, 0.000777> - 10227: < 0.006846, 0.005140, 0.000781> - 10228: < 0.006626, 0.005483, 0.000389> - 10229: < 0.006366, 0.005794, 0.000388> - 10230: < 0.006346, 0.005776, 0.000774> - 10231: < 0.006605, 0.005466, 0.000777> - 10232: < 0.006346, -0.005776, 0.000774> - 10233: < 0.006605, -0.005466, 0.000777> - 10234: < 0.006570, -0.005438, 0.001161> - 10235: < 0.006313, -0.005747, 0.001157> - 10236: < 0.006605, -0.005466, 0.000777> - 10237: < 0.006846, -0.005140, 0.000781> - 10238: < 0.006810, -0.005114, 0.001168> - 10239: < 0.006570, -0.005438, 0.001161> - 10240: < 0.006846, -0.005140, 0.000781> - 10241: < 0.007069, -0.004800, 0.000786> - 10242: < 0.007032, -0.004776, 0.001176> - 10243: < 0.006810, -0.005114, 0.001168> - 10244: < 0.007069, -0.004800, 0.000786> - 10245: < 0.007275, -0.004446, 0.000792> - 10246: < 0.007236, -0.004424, 0.001185> - 10247: < 0.007032, -0.004776, 0.001176> - 10248: < 0.007275, -0.004446, 0.000792> - 10249: < 0.007462, -0.004081, 0.000799> - 10250: < 0.007423, -0.004061, 0.001196> - 10251: < 0.007236, -0.004424, 0.001185> - 10252: < 0.007462, -0.004081, 0.000799> - 10253: < 0.007632, -0.003704, 0.000807> - 10254: < 0.007591, -0.003686, 0.001207> - 10255: < 0.007423, -0.004061, 0.001196> - 10256: < 0.007632, -0.003704, 0.000807> - 10257: < 0.007785, -0.003318, 0.000814> - 10258: < 0.007743, -0.003302, 0.001219> - 10259: < 0.007591, -0.003686, 0.001207> - 10260: < 0.007785, -0.003318, 0.000814> - 10261: < 0.007919, -0.002922, 0.000822> - 10262: < 0.007876, -0.002908, 0.001230> - 10263: < 0.007743, -0.003302, 0.001219> - 10264: < 0.007919, -0.002922, 0.000822> - 10265: < 0.008036, -0.002519, 0.000829> - 10266: < 0.007992, -0.002507, 0.001241> - 10267: < 0.007876, -0.002908, 0.001230> - 10268: < 0.008036, -0.002519, 0.000829> - 10269: < 0.008134, -0.002109, 0.000836> - 10270: < 0.008090, -0.002099, 0.001252> - 10271: < 0.007992, -0.002507, 0.001241> - 10272: < 0.008134, -0.002109, 0.000836> - 10273: < 0.008215, -0.001694, 0.000842> - 10274: < 0.008171, -0.001686, 0.001261> - 10275: < 0.008090, -0.002099, 0.001252> - 10276: < 0.008215, -0.001694, 0.000842> - 10277: < 0.008278, -0.001275, 0.000848> - 10278: < 0.008233, -0.001269, 0.001269> - 10279: < 0.008171, -0.001686, 0.001261> - 10280: < 0.008278, -0.001275, 0.000848> - 10281: < 0.008323, -0.000852, 0.000852> - 10282: < 0.008278, -0.000848, 0.001275> - 10283: < 0.008233, -0.001269, 0.001269> - 10284: < 0.008323, -0.000852, 0.000852> - 10285: < 0.008350, -0.000426, 0.000854> - 10286: < 0.008305, -0.000424, 0.001278> - 10287: < 0.008278, -0.000848, 0.001275> - 10288: < 0.008350, -0.000426, 0.000854> - 10289: < 0.008359, 0.000000, 0.000855> - 10290: < 0.008314, 0.000000, 0.001280> - 10291: < 0.008305, -0.000424, 0.001278> - 10292: < 0.008359, 0.000000, 0.000855> - 10293: < 0.008350, 0.000426, 0.000854> - 10294: < 0.008305, 0.000424, 0.001278> - 10295: < 0.008314, 0.000000, 0.001280> - 10296: < 0.008350, 0.000426, 0.000854> - 10297: < 0.008323, 0.000852, 0.000852> - 10298: < 0.008278, 0.000848, 0.001275> - 10299: < 0.008305, 0.000424, 0.001278> - 10300: < 0.008323, 0.000852, 0.000852> - 10301: < 0.008278, 0.001275, 0.000848> - 10302: < 0.008233, 0.001269, 0.001269> - 10303: < 0.008278, 0.000848, 0.001275> - 10304: < 0.008278, 0.001275, 0.000848> - 10305: < 0.008215, 0.001694, 0.000842> - 10306: < 0.008171, 0.001686, 0.001261> - 10307: < 0.008233, 0.001269, 0.001269> - 10308: < 0.008215, 0.001694, 0.000842> - 10309: < 0.008134, 0.002109, 0.000836> - 10310: < 0.008090, 0.002099, 0.001252> - 10311: < 0.008171, 0.001686, 0.001261> - 10312: < 0.008134, 0.002109, 0.000836> - 10313: < 0.008036, 0.002519, 0.000829> - 10314: < 0.007992, 0.002507, 0.001241> - 10315: < 0.008090, 0.002099, 0.001252> - 10316: < 0.008036, 0.002519, 0.000829> - 10317: < 0.007919, 0.002922, 0.000822> - 10318: < 0.007876, 0.002908, 0.001230> - 10319: < 0.007992, 0.002507, 0.001241> - 10320: < 0.007919, 0.002922, 0.000822> - 10321: < 0.007785, 0.003318, 0.000814> - 10322: < 0.007743, 0.003302, 0.001219> - 10323: < 0.007876, 0.002908, 0.001230> - 10324: < 0.007785, 0.003318, 0.000814> - 10325: < 0.007632, 0.003704, 0.000807> - 10326: < 0.007591, 0.003686, 0.001207> - 10327: < 0.007743, 0.003302, 0.001219> - 10328: < 0.007632, 0.003704, 0.000807> - 10329: < 0.007462, 0.004081, 0.000799> - 10330: < 0.007423, 0.004061, 0.001196> - 10331: < 0.007591, 0.003686, 0.001207> - 10332: < 0.007462, 0.004081, 0.000799> - 10333: < 0.007275, 0.004446, 0.000792> - 10334: < 0.007236, 0.004424, 0.001185> - 10335: < 0.007423, 0.004061, 0.001196> - 10336: < 0.007275, 0.004446, 0.000792> - 10337: < 0.007069, 0.004800, 0.000786> - 10338: < 0.007032, 0.004776, 0.001176> - 10339: < 0.007236, 0.004424, 0.001185> - 10340: < 0.007069, 0.004800, 0.000786> - 10341: < 0.006846, 0.005140, 0.000781> - 10342: < 0.006810, 0.005114, 0.001168> - 10343: < 0.007032, 0.004776, 0.001176> - 10344: < 0.006846, 0.005140, 0.000781> - 10345: < 0.006605, 0.005466, 0.000777> - 10346: < 0.006570, 0.005438, 0.001161> - 10347: < 0.006810, 0.005114, 0.001168> - 10348: < 0.006605, 0.005466, 0.000777> - 10349: < 0.006346, 0.005776, 0.000774> - 10350: < 0.006313, 0.005747, 0.001157> - 10351: < 0.006570, 0.005438, 0.001161> - 10352: < 0.006313, -0.005747, 0.001157> - 10353: < 0.006570, -0.005438, 0.001161> - 10354: < 0.006523, -0.005401, 0.001541> - 10355: < 0.006269, -0.005707, 0.001536> - 10356: < 0.006570, -0.005438, 0.001161> - 10357: < 0.006810, -0.005114, 0.001168> - 10358: < 0.006761, -0.005080, 0.001550> - 10359: < 0.006523, -0.005401, 0.001541> - 10360: < 0.006810, -0.005114, 0.001168> - 10361: < 0.007032, -0.004776, 0.001176> - 10362: < 0.006980, -0.004744, 0.001561> - 10363: < 0.006761, -0.005080, 0.001550> - 10364: < 0.007032, -0.004776, 0.001176> - 10365: < 0.007236, -0.004424, 0.001185> - 10366: < 0.007183, -0.004395, 0.001574> - 10367: < 0.006980, -0.004744, 0.001561> - 10368: < 0.007236, -0.004424, 0.001185> - 10369: < 0.007423, -0.004061, 0.001196> - 10370: < 0.007367, -0.004034, 0.001588> - 10371: < 0.007183, -0.004395, 0.001574> - 10372: < 0.007423, -0.004061, 0.001196> - 10373: < 0.007591, -0.003686, 0.001207> - 10374: < 0.007535, -0.003663, 0.001603> - 10375: < 0.007367, -0.004034, 0.001588> - 10376: < 0.007591, -0.003686, 0.001207> - 10377: < 0.007743, -0.003302, 0.001219> - 10378: < 0.007684, -0.003281, 0.001619> - 10379: < 0.007535, -0.003663, 0.001603> - 10380: < 0.007743, -0.003302, 0.001219> - 10381: < 0.007876, -0.002908, 0.001230> - 10382: < 0.007817, -0.002890, 0.001635> - 10383: < 0.007684, -0.003281, 0.001619> - 10384: < 0.007876, -0.002908, 0.001230> - 10385: < 0.007992, -0.002507, 0.001241> - 10386: < 0.007932, -0.002492, 0.001650> - 10387: < 0.007817, -0.002890, 0.001635> - 10388: < 0.007992, -0.002507, 0.001241> - 10389: < 0.008090, -0.002099, 0.001252> - 10390: < 0.008029, -0.002086, 0.001663> - 10391: < 0.007932, -0.002492, 0.001650> - 10392: < 0.008090, -0.002099, 0.001252> - 10393: < 0.008171, -0.001686, 0.001261> - 10394: < 0.008109, -0.001676, 0.001676> - 10395: < 0.008029, -0.002086, 0.001663> - 10396: < 0.008171, -0.001686, 0.001261> - 10397: < 0.008233, -0.001269, 0.001269> - 10398: < 0.008171, -0.001261, 0.001686> - 10399: < 0.008109, -0.001676, 0.001676> - 10400: < 0.008233, -0.001269, 0.001269> - 10401: < 0.008278, -0.000848, 0.001275> - 10402: < 0.008215, -0.000842, 0.001694> - 10403: < 0.008171, -0.001261, 0.001686> - 10404: < 0.008278, -0.000848, 0.001275> - 10405: < 0.008305, -0.000424, 0.001278> - 10406: < 0.008242, -0.000422, 0.001699> - 10407: < 0.008215, -0.000842, 0.001694> - 10408: < 0.008305, -0.000424, 0.001278> - 10409: < 0.008314, 0.000000, 0.001280> - 10410: < 0.008251, 0.000000, 0.001701> - 10411: < 0.008242, -0.000422, 0.001699> - 10412: < 0.008314, 0.000000, 0.001280> - 10413: < 0.008305, 0.000424, 0.001278> - 10414: < 0.008242, 0.000422, 0.001699> - 10415: < 0.008251, 0.000000, 0.001701> - 10416: < 0.008305, 0.000424, 0.001278> - 10417: < 0.008278, 0.000848, 0.001275> - 10418: < 0.008215, 0.000842, 0.001694> - 10419: < 0.008242, 0.000422, 0.001699> - 10420: < 0.008278, 0.000848, 0.001275> - 10421: < 0.008233, 0.001269, 0.001269> - 10422: < 0.008171, 0.001261, 0.001686> - 10423: < 0.008215, 0.000842, 0.001694> - 10424: < 0.008233, 0.001269, 0.001269> - 10425: < 0.008171, 0.001686, 0.001261> - 10426: < 0.008109, 0.001676, 0.001676> - 10427: < 0.008171, 0.001261, 0.001686> - 10428: < 0.008171, 0.001686, 0.001261> - 10429: < 0.008090, 0.002099, 0.001252> - 10430: < 0.008029, 0.002086, 0.001663> - 10431: < 0.008109, 0.001676, 0.001676> - 10432: < 0.008090, 0.002099, 0.001252> - 10433: < 0.007992, 0.002507, 0.001241> - 10434: < 0.007932, 0.002492, 0.001650> - 10435: < 0.008029, 0.002086, 0.001663> - 10436: < 0.007992, 0.002507, 0.001241> - 10437: < 0.007876, 0.002908, 0.001230> - 10438: < 0.007817, 0.002890, 0.001635> - 10439: < 0.007932, 0.002492, 0.001650> - 10440: < 0.007876, 0.002908, 0.001230> - 10441: < 0.007743, 0.003302, 0.001219> - 10442: < 0.007684, 0.003281, 0.001619> - 10443: < 0.007817, 0.002890, 0.001635> - 10444: < 0.007743, 0.003302, 0.001219> - 10445: < 0.007591, 0.003686, 0.001207> - 10446: < 0.007535, 0.003663, 0.001603> - 10447: < 0.007684, 0.003281, 0.001619> - 10448: < 0.007591, 0.003686, 0.001207> - 10449: < 0.007423, 0.004061, 0.001196> - 10450: < 0.007367, 0.004034, 0.001588> - 10451: < 0.007535, 0.003663, 0.001603> - 10452: < 0.007423, 0.004061, 0.001196> - 10453: < 0.007236, 0.004424, 0.001185> - 10454: < 0.007183, 0.004395, 0.001574> - 10455: < 0.007367, 0.004034, 0.001588> - 10456: < 0.007236, 0.004424, 0.001185> - 10457: < 0.007032, 0.004776, 0.001176> - 10458: < 0.006980, 0.004744, 0.001561> - 10459: < 0.007183, 0.004395, 0.001574> - 10460: < 0.007032, 0.004776, 0.001176> - 10461: < 0.006810, 0.005114, 0.001168> - 10462: < 0.006761, 0.005080, 0.001550> - 10463: < 0.006980, 0.004744, 0.001561> - 10464: < 0.006810, 0.005114, 0.001168> - 10465: < 0.006570, 0.005438, 0.001161> - 10466: < 0.006523, 0.005401, 0.001541> - 10467: < 0.006761, 0.005080, 0.001550> - 10468: < 0.006570, 0.005438, 0.001161> - 10469: < 0.006313, 0.005747, 0.001157> - 10470: < 0.006269, 0.005707, 0.001536> - 10471: < 0.006523, 0.005401, 0.001541> - 10472: < 0.006269, -0.005707, 0.001536> - 10473: < 0.006523, -0.005401, 0.001541> - 10474: < 0.006464, -0.005355, 0.001915> - 10475: < 0.006212, -0.005657, 0.001908> - 10476: < 0.006523, -0.005401, 0.001541> - 10477: < 0.006761, -0.005080, 0.001550> - 10478: < 0.006698, -0.005037, 0.001926> - 10479: < 0.006464, -0.005355, 0.001915> - 10480: < 0.006761, -0.005080, 0.001550> - 10481: < 0.006980, -0.004744, 0.001561> - 10482: < 0.006915, -0.004705, 0.001940> - 10483: < 0.006698, -0.005037, 0.001926> - 10484: < 0.006980, -0.004744, 0.001561> - 10485: < 0.007183, -0.004395, 0.001574> - 10486: < 0.007115, -0.004360, 0.001957> - 10487: < 0.006915, -0.004705, 0.001940> - 10488: < 0.007183, -0.004395, 0.001574> - 10489: < 0.007367, -0.004034, 0.001588> - 10490: < 0.007297, -0.004002, 0.001975> - 10491: < 0.007115, -0.004360, 0.001957> - 10492: < 0.007367, -0.004034, 0.001588> - 10493: < 0.007535, -0.003663, 0.001603> - 10494: < 0.007462, -0.003634, 0.001995> - 10495: < 0.007297, -0.004002, 0.001975> - 10496: < 0.007535, -0.003663, 0.001603> - 10497: < 0.007684, -0.003281, 0.001619> - 10498: < 0.007610, -0.003255, 0.002015> - 10499: < 0.007462, -0.003634, 0.001995> - 10500: < 0.007684, -0.003281, 0.001619> - 10501: < 0.007817, -0.002890, 0.001635> - 10502: < 0.007740, -0.002868, 0.002035> - 10503: < 0.007610, -0.003255, 0.002015> - 10504: < 0.007817, -0.002890, 0.001635> - 10505: < 0.007932, -0.002492, 0.001650> - 10506: < 0.007854, -0.002473, 0.002053> - 10507: < 0.007740, -0.002868, 0.002035> - 10508: < 0.007932, -0.002492, 0.001650> - 10509: < 0.008029, -0.002086, 0.001663> - 10510: < 0.007950, -0.002071, 0.002071> - 10511: < 0.007854, -0.002473, 0.002053> - 10512: < 0.008029, -0.002086, 0.001663> - 10513: < 0.008109, -0.001676, 0.001676> - 10514: < 0.008029, -0.001663, 0.002086> - 10515: < 0.007950, -0.002071, 0.002071> - 10516: < 0.008109, -0.001676, 0.001676> - 10517: < 0.008171, -0.001261, 0.001686> - 10518: < 0.008090, -0.001252, 0.002099> - 10519: < 0.008029, -0.001663, 0.002086> - 10520: < 0.008171, -0.001261, 0.001686> - 10521: < 0.008215, -0.000842, 0.001694> - 10522: < 0.008134, -0.000836, 0.002109> - 10523: < 0.008090, -0.001252, 0.002099> - 10524: < 0.008215, -0.000842, 0.001694> - 10525: < 0.008242, -0.000422, 0.001699> - 10526: < 0.008161, -0.000419, 0.002116> - 10527: < 0.008134, -0.000836, 0.002109> - 10528: < 0.008242, -0.000422, 0.001699> - 10529: < 0.008251, 0.000000, 0.001701> - 10530: < 0.008169, 0.000000, 0.002118> - 10531: < 0.008161, -0.000419, 0.002116> - 10532: < 0.008251, 0.000000, 0.001701> - 10533: < 0.008242, 0.000422, 0.001699> - 10534: < 0.008161, 0.000419, 0.002116> - 10535: < 0.008169, 0.000000, 0.002118> - 10536: < 0.008242, 0.000422, 0.001699> - 10537: < 0.008215, 0.000842, 0.001694> - 10538: < 0.008134, 0.000836, 0.002109> - 10539: < 0.008161, 0.000419, 0.002116> - 10540: < 0.008215, 0.000842, 0.001694> - 10541: < 0.008171, 0.001261, 0.001686> - 10542: < 0.008090, 0.001252, 0.002099> - 10543: < 0.008134, 0.000836, 0.002109> - 10544: < 0.008171, 0.001261, 0.001686> - 10545: < 0.008109, 0.001676, 0.001676> - 10546: < 0.008029, 0.001663, 0.002086> - 10547: < 0.008090, 0.001252, 0.002099> - 10548: < 0.008109, 0.001676, 0.001676> - 10549: < 0.008029, 0.002086, 0.001663> - 10550: < 0.007950, 0.002071, 0.002071> - 10551: < 0.008029, 0.001663, 0.002086> - 10552: < 0.008029, 0.002086, 0.001663> - 10553: < 0.007932, 0.002492, 0.001650> - 10554: < 0.007854, 0.002473, 0.002053> - 10555: < 0.007950, 0.002071, 0.002071> - 10556: < 0.007932, 0.002492, 0.001650> - 10557: < 0.007817, 0.002890, 0.001635> - 10558: < 0.007740, 0.002868, 0.002035> - 10559: < 0.007854, 0.002473, 0.002053> - 10560: < 0.007817, 0.002890, 0.001635> - 10561: < 0.007684, 0.003281, 0.001619> - 10562: < 0.007610, 0.003255, 0.002015> - 10563: < 0.007740, 0.002868, 0.002035> - 10564: < 0.007684, 0.003281, 0.001619> - 10565: < 0.007535, 0.003663, 0.001603> - 10566: < 0.007462, 0.003634, 0.001995> - 10567: < 0.007610, 0.003255, 0.002015> - 10568: < 0.007535, 0.003663, 0.001603> - 10569: < 0.007367, 0.004034, 0.001588> - 10570: < 0.007297, 0.004002, 0.001975> - 10571: < 0.007462, 0.003634, 0.001995> - 10572: < 0.007367, 0.004034, 0.001588> - 10573: < 0.007183, 0.004395, 0.001574> - 10574: < 0.007115, 0.004360, 0.001957> - 10575: < 0.007297, 0.004002, 0.001975> - 10576: < 0.007183, 0.004395, 0.001574> - 10577: < 0.006980, 0.004744, 0.001561> - 10578: < 0.006915, 0.004705, 0.001940> - 10579: < 0.007115, 0.004360, 0.001957> - 10580: < 0.006980, 0.004744, 0.001561> - 10581: < 0.006761, 0.005080, 0.001550> - 10582: < 0.006698, 0.005037, 0.001926> - 10583: < 0.006915, 0.004705, 0.001940> - 10584: < 0.006761, 0.005080, 0.001550> - 10585: < 0.006523, 0.005401, 0.001541> - 10586: < 0.006464, 0.005355, 0.001915> - 10587: < 0.006698, 0.005037, 0.001926> - 10588: < 0.006523, 0.005401, 0.001541> - 10589: < 0.006269, 0.005707, 0.001536> - 10590: < 0.006212, 0.005657, 0.001908> - 10591: < 0.006464, 0.005355, 0.001915> - 10592: < 0.006212, -0.005657, 0.001908> - 10593: < 0.006464, -0.005355, 0.001915> - 10594: < 0.006393, -0.005301, 0.002281> - 10595: < 0.006146, -0.005599, 0.002272> - 10596: < 0.006464, -0.005355, 0.001915> - 10597: < 0.006698, -0.005037, 0.001926> - 10598: < 0.006623, -0.004987, 0.002295> - 10599: < 0.006393, -0.005301, 0.002281> - 10600: < 0.006698, -0.005037, 0.001926> - 10601: < 0.006915, -0.004705, 0.001940> - 10602: < 0.006836, -0.004659, 0.002313> - 10603: < 0.006623, -0.004987, 0.002295> - 10604: < 0.006915, -0.004705, 0.001940> - 10605: < 0.007115, -0.004360, 0.001957> - 10606: < 0.007033, -0.004318, 0.002333> - 10607: < 0.006836, -0.004659, 0.002313> - 10608: < 0.007115, -0.004360, 0.001957> - 10609: < 0.007297, -0.004002, 0.001975> - 10610: < 0.007212, -0.003965, 0.002356> - 10611: < 0.007033, -0.004318, 0.002333> - 10612: < 0.007297, -0.004002, 0.001975> - 10613: < 0.007462, -0.003634, 0.001995> - 10614: < 0.007374, -0.003601, 0.002380> - 10615: < 0.007212, -0.003965, 0.002356> - 10616: < 0.007462, -0.003634, 0.001995> - 10617: < 0.007610, -0.003255, 0.002015> - 10618: < 0.007519, -0.003227, 0.002405> - 10619: < 0.007374, -0.003601, 0.002380> - 10620: < 0.007610, -0.003255, 0.002015> - 10621: < 0.007740, -0.002868, 0.002035> - 10622: < 0.007648, -0.002843, 0.002429> - 10623: < 0.007519, -0.003227, 0.002405> - 10624: < 0.007740, -0.002868, 0.002035> - 10625: < 0.007854, -0.002473, 0.002053> - 10626: < 0.007759, -0.002452, 0.002452> - 10627: < 0.007648, -0.002843, 0.002429> - 10628: < 0.007854, -0.002473, 0.002053> - 10629: < 0.007950, -0.002071, 0.002071> - 10630: < 0.007854, -0.002053, 0.002473> - 10631: < 0.007759, -0.002452, 0.002452> - 10632: < 0.007950, -0.002071, 0.002071> - 10633: < 0.008029, -0.001663, 0.002086> - 10634: < 0.007932, -0.001650, 0.002492> - 10635: < 0.007854, -0.002053, 0.002473> - 10636: < 0.008029, -0.001663, 0.002086> - 10637: < 0.008090, -0.001252, 0.002099> - 10638: < 0.007992, -0.001241, 0.002507> - 10639: < 0.007932, -0.001650, 0.002492> - 10640: < 0.008090, -0.001252, 0.002099> - 10641: < 0.008134, -0.000836, 0.002109> - 10642: < 0.008036, -0.000829, 0.002519> - 10643: < 0.007992, -0.001241, 0.002507> - 10644: < 0.008134, -0.000836, 0.002109> - 10645: < 0.008161, -0.000419, 0.002116> - 10646: < 0.008062, -0.000415, 0.002527> - 10647: < 0.008036, -0.000829, 0.002519> - 10648: < 0.008161, -0.000419, 0.002116> - 10649: < 0.008169, 0.000000, 0.002118> - 10650: < 0.008070, 0.000000, 0.002530> - 10651: < 0.008062, -0.000415, 0.002527> - 10652: < 0.008169, 0.000000, 0.002118> - 10653: < 0.008161, 0.000419, 0.002116> - 10654: < 0.008062, 0.000415, 0.002527> - 10655: < 0.008070, 0.000000, 0.002530> - 10656: < 0.008161, 0.000419, 0.002116> - 10657: < 0.008134, 0.000836, 0.002109> - 10658: < 0.008036, 0.000829, 0.002519> - 10659: < 0.008062, 0.000415, 0.002527> - 10660: < 0.008134, 0.000836, 0.002109> - 10661: < 0.008090, 0.001252, 0.002099> - 10662: < 0.007992, 0.001241, 0.002507> - 10663: < 0.008036, 0.000829, 0.002519> - 10664: < 0.008090, 0.001252, 0.002099> - 10665: < 0.008029, 0.001663, 0.002086> - 10666: < 0.007932, 0.001650, 0.002492> - 10667: < 0.007992, 0.001241, 0.002507> - 10668: < 0.008029, 0.001663, 0.002086> - 10669: < 0.007950, 0.002071, 0.002071> - 10670: < 0.007854, 0.002053, 0.002473> - 10671: < 0.007932, 0.001650, 0.002492> - 10672: < 0.007950, 0.002071, 0.002071> - 10673: < 0.007854, 0.002473, 0.002053> - 10674: < 0.007759, 0.002452, 0.002452> - 10675: < 0.007854, 0.002053, 0.002473> - 10676: < 0.007854, 0.002473, 0.002053> - 10677: < 0.007740, 0.002868, 0.002035> - 10678: < 0.007648, 0.002843, 0.002429> - 10679: < 0.007759, 0.002452, 0.002452> - 10680: < 0.007740, 0.002868, 0.002035> - 10681: < 0.007610, 0.003255, 0.002015> - 10682: < 0.007519, 0.003227, 0.002405> - 10683: < 0.007648, 0.002843, 0.002429> - 10684: < 0.007610, 0.003255, 0.002015> - 10685: < 0.007462, 0.003634, 0.001995> - 10686: < 0.007374, 0.003601, 0.002380> - 10687: < 0.007519, 0.003227, 0.002405> - 10688: < 0.007462, 0.003634, 0.001995> - 10689: < 0.007297, 0.004002, 0.001975> - 10690: < 0.007212, 0.003965, 0.002356> - 10691: < 0.007374, 0.003601, 0.002380> - 10692: < 0.007297, 0.004002, 0.001975> - 10693: < 0.007115, 0.004360, 0.001957> - 10694: < 0.007033, 0.004318, 0.002333> - 10695: < 0.007212, 0.003965, 0.002356> - 10696: < 0.007115, 0.004360, 0.001957> - 10697: < 0.006915, 0.004705, 0.001940> - 10698: < 0.006836, 0.004659, 0.002313> - 10699: < 0.007033, 0.004318, 0.002333> - 10700: < 0.006915, 0.004705, 0.001940> - 10701: < 0.006698, 0.005037, 0.001926> - 10702: < 0.006623, 0.004987, 0.002295> - 10703: < 0.006836, 0.004659, 0.002313> - 10704: < 0.006698, 0.005037, 0.001926> - 10705: < 0.006464, 0.005355, 0.001915> - 10706: < 0.006393, 0.005301, 0.002281> - 10707: < 0.006623, 0.004987, 0.002295> - 10708: < 0.006464, 0.005355, 0.001915> - 10709: < 0.006212, 0.005657, 0.001908> - 10710: < 0.006146, 0.005599, 0.002272> - 10711: < 0.006393, 0.005301, 0.002281> - 10712: < 0.006146, -0.005599, 0.002272> - 10713: < 0.006393, -0.005301, 0.002281> - 10714: < 0.006311, -0.005240, 0.002638> - 10715: < 0.006069, -0.005533, 0.002627> - 10716: < 0.006393, -0.005301, 0.002281> - 10717: < 0.006623, -0.004987, 0.002295> - 10718: < 0.006537, -0.004931, 0.002655> - 10719: < 0.006311, -0.005240, 0.002638> - 10720: < 0.006623, -0.004987, 0.002295> - 10721: < 0.006836, -0.004659, 0.002313> - 10722: < 0.006745, -0.004609, 0.002676> - 10723: < 0.006537, -0.004931, 0.002655> - 10724: < 0.006836, -0.004659, 0.002313> - 10725: < 0.007033, -0.004318, 0.002333> - 10726: < 0.006937, -0.004273, 0.002701> - 10727: < 0.006745, -0.004609, 0.002676> - 10728: < 0.007033, -0.004318, 0.002333> - 10729: < 0.007212, -0.003965, 0.002356> - 10730: < 0.007112, -0.003924, 0.002729> - 10731: < 0.006937, -0.004273, 0.002701> - 10732: < 0.007212, -0.003965, 0.002356> - 10733: < 0.007374, -0.003601, 0.002380> - 10734: < 0.007270, -0.003565, 0.002758> - 10735: < 0.007112, -0.003924, 0.002729> - 10736: < 0.007374, -0.003601, 0.002380> - 10737: < 0.007519, -0.003227, 0.002405> - 10738: < 0.007412, -0.003195, 0.002787> - 10739: < 0.007270, -0.003565, 0.002758> - 10740: < 0.007519, -0.003227, 0.002405> - 10741: < 0.007648, -0.002843, 0.002429> - 10742: < 0.007538, -0.002816, 0.002816> - 10743: < 0.007412, -0.003195, 0.002787> - 10744: < 0.007648, -0.002843, 0.002429> - 10745: < 0.007759, -0.002452, 0.002452> - 10746: < 0.007648, -0.002429, 0.002843> - 10747: < 0.007538, -0.002816, 0.002816> - 10748: < 0.007759, -0.002452, 0.002452> - 10749: < 0.007854, -0.002053, 0.002473> - 10750: < 0.007740, -0.002035, 0.002868> - 10751: < 0.007648, -0.002429, 0.002843> - 10752: < 0.007854, -0.002053, 0.002473> - 10753: < 0.007932, -0.001650, 0.002492> - 10754: < 0.007817, -0.001635, 0.002890> - 10755: < 0.007740, -0.002035, 0.002868> - 10756: < 0.007932, -0.001650, 0.002492> - 10757: < 0.007992, -0.001241, 0.002507> - 10758: < 0.007876, -0.001230, 0.002908> - 10759: < 0.007817, -0.001635, 0.002890> - 10760: < 0.007992, -0.001241, 0.002507> - 10761: < 0.008036, -0.000829, 0.002519> - 10762: < 0.007919, -0.000822, 0.002922> - 10763: < 0.007876, -0.001230, 0.002908> - 10764: < 0.008036, -0.000829, 0.002519> - 10765: < 0.008062, -0.000415, 0.002527> - 10766: < 0.007945, -0.000412, 0.002931> - 10767: < 0.007919, -0.000822, 0.002922> - 10768: < 0.008062, -0.000415, 0.002527> - 10769: < 0.008070, 0.000000, 0.002530> - 10770: < 0.007953, 0.000000, 0.002934> - 10771: < 0.007945, -0.000412, 0.002931> - 10772: < 0.008070, 0.000000, 0.002530> - 10773: < 0.008062, 0.000415, 0.002527> - 10774: < 0.007945, 0.000412, 0.002931> - 10775: < 0.007953, 0.000000, 0.002934> - 10776: < 0.008062, 0.000415, 0.002527> - 10777: < 0.008036, 0.000829, 0.002519> - 10778: < 0.007919, 0.000822, 0.002922> - 10779: < 0.007945, 0.000412, 0.002931> - 10780: < 0.008036, 0.000829, 0.002519> - 10781: < 0.007992, 0.001241, 0.002507> - 10782: < 0.007876, 0.001230, 0.002908> - 10783: < 0.007919, 0.000822, 0.002922> - 10784: < 0.007992, 0.001241, 0.002507> - 10785: < 0.007932, 0.001650, 0.002492> - 10786: < 0.007817, 0.001635, 0.002890> - 10787: < 0.007876, 0.001230, 0.002908> - 10788: < 0.007932, 0.001650, 0.002492> - 10789: < 0.007854, 0.002053, 0.002473> - 10790: < 0.007740, 0.002035, 0.002868> - 10791: < 0.007817, 0.001635, 0.002890> - 10792: < 0.007854, 0.002053, 0.002473> - 10793: < 0.007759, 0.002452, 0.002452> - 10794: < 0.007648, 0.002429, 0.002843> - 10795: < 0.007740, 0.002035, 0.002868> - 10796: < 0.007759, 0.002452, 0.002452> - 10797: < 0.007648, 0.002843, 0.002429> - 10798: < 0.007538, 0.002816, 0.002816> - 10799: < 0.007648, 0.002429, 0.002843> - 10800: < 0.007648, 0.002843, 0.002429> - 10801: < 0.007519, 0.003227, 0.002405> - 10802: < 0.007412, 0.003195, 0.002787> - 10803: < 0.007538, 0.002816, 0.002816> - 10804: < 0.007519, 0.003227, 0.002405> - 10805: < 0.007374, 0.003601, 0.002380> - 10806: < 0.007270, 0.003565, 0.002758> - 10807: < 0.007412, 0.003195, 0.002787> - 10808: < 0.007374, 0.003601, 0.002380> - 10809: < 0.007212, 0.003965, 0.002356> - 10810: < 0.007112, 0.003924, 0.002729> - 10811: < 0.007270, 0.003565, 0.002758> - 10812: < 0.007212, 0.003965, 0.002356> - 10813: < 0.007033, 0.004318, 0.002333> - 10814: < 0.006937, 0.004273, 0.002701> - 10815: < 0.007112, 0.003924, 0.002729> - 10816: < 0.007033, 0.004318, 0.002333> - 10817: < 0.006836, 0.004659, 0.002313> - 10818: < 0.006745, 0.004609, 0.002676> - 10819: < 0.006937, 0.004273, 0.002701> - 10820: < 0.006836, 0.004659, 0.002313> - 10821: < 0.006623, 0.004987, 0.002295> - 10822: < 0.006537, 0.004931, 0.002655> - 10823: < 0.006745, 0.004609, 0.002676> - 10824: < 0.006623, 0.004987, 0.002295> - 10825: < 0.006393, 0.005301, 0.002281> - 10826: < 0.006311, 0.005240, 0.002638> - 10827: < 0.006537, 0.004931, 0.002655> - 10828: < 0.006393, 0.005301, 0.002281> - 10829: < 0.006146, 0.005599, 0.002272> - 10830: < 0.006069, 0.005533, 0.002627> - 10831: < 0.006311, 0.005240, 0.002638> - 10832: < 0.006069, -0.005533, 0.002627> - 10833: < 0.006311, -0.005240, 0.002638> - 10834: < 0.006219, -0.005172, 0.002984> - 10835: < 0.005983, -0.005459, 0.002971> - 10836: < 0.006311, -0.005240, 0.002638> - 10837: < 0.006537, -0.004931, 0.002655> - 10838: < 0.006439, -0.004870, 0.003004> - 10839: < 0.006219, -0.005172, 0.002984> - 10840: < 0.006537, -0.004931, 0.002655> - 10841: < 0.006745, -0.004609, 0.002676> - 10842: < 0.006641, -0.004553, 0.003030> - 10843: < 0.006439, -0.004870, 0.003004> - 10844: < 0.006745, -0.004609, 0.002676> - 10845: < 0.006937, -0.004273, 0.002701> - 10846: < 0.006828, -0.004223, 0.003060> - 10847: < 0.006641, -0.004553, 0.003030> - 10848: < 0.006937, -0.004273, 0.002701> - 10849: < 0.007112, -0.003924, 0.002729> - 10850: < 0.006998, -0.003880, 0.003093> - 10851: < 0.006828, -0.004223, 0.003060> - 10852: < 0.007112, -0.003924, 0.002729> - 10853: < 0.007270, -0.003565, 0.002758> - 10854: < 0.007152, -0.003526, 0.003127> - 10855: < 0.006998, -0.003880, 0.003093> - 10856: < 0.007270, -0.003565, 0.002758> - 10857: < 0.007412, -0.003195, 0.002787> - 10858: < 0.007290, -0.003162, 0.003162> - 10859: < 0.007152, -0.003526, 0.003127> - 10860: < 0.007412, -0.003195, 0.002787> - 10861: < 0.007538, -0.002816, 0.002816> - 10862: < 0.007412, -0.002787, 0.003195> - 10863: < 0.007290, -0.003162, 0.003162> - 10864: < 0.007538, -0.002816, 0.002816> - 10865: < 0.007648, -0.002429, 0.002843> - 10866: < 0.007519, -0.002405, 0.003227> - 10867: < 0.007412, -0.002787, 0.003195> - 10868: < 0.007648, -0.002429, 0.002843> - 10869: < 0.007740, -0.002035, 0.002868> - 10870: < 0.007610, -0.002015, 0.003255> - 10871: < 0.007519, -0.002405, 0.003227> - 10872: < 0.007740, -0.002035, 0.002868> - 10873: < 0.007817, -0.001635, 0.002890> - 10874: < 0.007684, -0.001619, 0.003281> - 10875: < 0.007610, -0.002015, 0.003255> - 10876: < 0.007817, -0.001635, 0.002890> - 10877: < 0.007876, -0.001230, 0.002908> - 10878: < 0.007743, -0.001219, 0.003302> - 10879: < 0.007684, -0.001619, 0.003281> - 10880: < 0.007876, -0.001230, 0.002908> - 10881: < 0.007919, -0.000822, 0.002922> - 10882: < 0.007785, -0.000814, 0.003318> - 10883: < 0.007743, -0.001219, 0.003302> - 10884: < 0.007919, -0.000822, 0.002922> - 10885: < 0.007945, -0.000412, 0.002931> - 10886: < 0.007810, -0.000408, 0.003328> - 10887: < 0.007785, -0.000814, 0.003318> - 10888: < 0.007945, -0.000412, 0.002931> - 10889: < 0.007953, 0.000000, 0.002934> - 10890: < 0.007818, 0.000000, 0.003331> - 10891: < 0.007810, -0.000408, 0.003328> - 10892: < 0.007953, 0.000000, 0.002934> - 10893: < 0.007945, 0.000412, 0.002931> - 10894: < 0.007810, 0.000408, 0.003328> - 10895: < 0.007818, 0.000000, 0.003331> - 10896: < 0.007945, 0.000412, 0.002931> - 10897: < 0.007919, 0.000822, 0.002922> - 10898: < 0.007785, 0.000814, 0.003318> - 10899: < 0.007810, 0.000408, 0.003328> - 10900: < 0.007919, 0.000822, 0.002922> - 10901: < 0.007876, 0.001230, 0.002908> - 10902: < 0.007743, 0.001219, 0.003302> - 10903: < 0.007785, 0.000814, 0.003318> - 10904: < 0.007876, 0.001230, 0.002908> - 10905: < 0.007817, 0.001635, 0.002890> - 10906: < 0.007684, 0.001619, 0.003281> - 10907: < 0.007743, 0.001219, 0.003302> - 10908: < 0.007817, 0.001635, 0.002890> - 10909: < 0.007740, 0.002035, 0.002868> - 10910: < 0.007610, 0.002015, 0.003255> - 10911: < 0.007684, 0.001619, 0.003281> - 10912: < 0.007740, 0.002035, 0.002868> - 10913: < 0.007648, 0.002429, 0.002843> - 10914: < 0.007519, 0.002405, 0.003227> - 10915: < 0.007610, 0.002015, 0.003255> - 10916: < 0.007648, 0.002429, 0.002843> - 10917: < 0.007538, 0.002816, 0.002816> - 10918: < 0.007412, 0.002787, 0.003195> - 10919: < 0.007519, 0.002405, 0.003227> - 10920: < 0.007538, 0.002816, 0.002816> - 10921: < 0.007412, 0.003195, 0.002787> - 10922: < 0.007290, 0.003162, 0.003162> - 10923: < 0.007412, 0.002787, 0.003195> - 10924: < 0.007412, 0.003195, 0.002787> - 10925: < 0.007270, 0.003565, 0.002758> - 10926: < 0.007152, 0.003526, 0.003127> - 10927: < 0.007290, 0.003162, 0.003162> - 10928: < 0.007270, 0.003565, 0.002758> - 10929: < 0.007112, 0.003924, 0.002729> - 10930: < 0.006998, 0.003880, 0.003093> - 10931: < 0.007152, 0.003526, 0.003127> - 10932: < 0.007112, 0.003924, 0.002729> - 10933: < 0.006937, 0.004273, 0.002701> - 10934: < 0.006828, 0.004223, 0.003060> - 10935: < 0.006998, 0.003880, 0.003093> - 10936: < 0.006937, 0.004273, 0.002701> - 10937: < 0.006745, 0.004609, 0.002676> - 10938: < 0.006641, 0.004553, 0.003030> - 10939: < 0.006828, 0.004223, 0.003060> - 10940: < 0.006745, 0.004609, 0.002676> - 10941: < 0.006537, 0.004931, 0.002655> - 10942: < 0.006439, 0.004870, 0.003004> - 10943: < 0.006641, 0.004553, 0.003030> - 10944: < 0.006537, 0.004931, 0.002655> - 10945: < 0.006311, 0.005240, 0.002638> - 10946: < 0.006219, 0.005172, 0.002984> - 10947: < 0.006439, 0.004870, 0.003004> - 10948: < 0.006311, 0.005240, 0.002638> - 10949: < 0.006069, 0.005533, 0.002627> - 10950: < 0.005983, 0.005459, 0.002971> - 10951: < 0.006219, 0.005172, 0.002984> - 10952: < 0.005983, -0.005459, 0.002971> - 10953: < 0.006219, -0.005172, 0.002984> - 10954: < 0.006117, -0.005099, 0.003318> - 10955: < 0.005888, -0.005379, 0.003302> - 10956: < 0.006219, -0.005172, 0.002984> - 10957: < 0.006439, -0.004870, 0.003004> - 10958: < 0.006329, -0.004804, 0.003342> - 10959: < 0.006117, -0.005099, 0.003318> - 10960: < 0.006439, -0.004870, 0.003004> - 10961: < 0.006641, -0.004553, 0.003030> - 10962: < 0.006525, -0.004494, 0.003372> - 10963: < 0.006329, -0.004804, 0.003342> - 10964: < 0.006641, -0.004553, 0.003030> - 10965: < 0.006828, -0.004223, 0.003060> - 10966: < 0.006705, -0.004170, 0.003407> - 10967: < 0.006525, -0.004494, 0.003372> - 10968: < 0.006828, -0.004223, 0.003060> - 10969: < 0.006998, -0.003880, 0.003093> - 10970: < 0.006870, -0.003834, 0.003446> - 10971: < 0.006705, -0.004170, 0.003407> - 10972: < 0.006998, -0.003880, 0.003093> - 10973: < 0.007152, -0.003526, 0.003127> - 10974: < 0.007018, -0.003486, 0.003486> - 10975: < 0.006870, -0.003834, 0.003446> - 10976: < 0.007152, -0.003526, 0.003127> - 10977: < 0.007290, -0.003162, 0.003162> - 10978: < 0.007152, -0.003127, 0.003526> - 10979: < 0.007018, -0.003486, 0.003486> - 10980: < 0.007290, -0.003162, 0.003162> - 10981: < 0.007412, -0.002787, 0.003195> - 10982: < 0.007270, -0.002758, 0.003565> - 10983: < 0.007152, -0.003127, 0.003526> - 10984: < 0.007412, -0.002787, 0.003195> - 10985: < 0.007519, -0.002405, 0.003227> - 10986: < 0.007374, -0.002380, 0.003601> - 10987: < 0.007270, -0.002758, 0.003565> - 10988: < 0.007519, -0.002405, 0.003227> - 10989: < 0.007610, -0.002015, 0.003255> - 10990: < 0.007462, -0.001995, 0.003634> - 10991: < 0.007374, -0.002380, 0.003601> - 10992: < 0.007610, -0.002015, 0.003255> - 10993: < 0.007684, -0.001619, 0.003281> - 10994: < 0.007535, -0.001603, 0.003663> - 10995: < 0.007462, -0.001995, 0.003634> - 10996: < 0.007684, -0.001619, 0.003281> - 10997: < 0.007743, -0.001219, 0.003302> - 10998: < 0.007591, -0.001207, 0.003686> - 10999: < 0.007535, -0.001603, 0.003663> - 11000: < 0.007743, -0.001219, 0.003302> - 11001: < 0.007785, -0.000814, 0.003318> - 11002: < 0.007632, -0.000807, 0.003704> - 11003: < 0.007591, -0.001207, 0.003686> - 11004: < 0.007785, -0.000814, 0.003318> - 11005: < 0.007810, -0.000408, 0.003328> - 11006: < 0.007657, -0.000404, 0.003716> - 11007: < 0.007632, -0.000807, 0.003704> - 11008: < 0.007810, -0.000408, 0.003328> - 11009: < 0.007818, 0.000000, 0.003331> - 11010: < 0.007665, 0.000000, 0.003720> - 11011: < 0.007657, -0.000404, 0.003716> - 11012: < 0.007818, 0.000000, 0.003331> - 11013: < 0.007810, 0.000408, 0.003328> - 11014: < 0.007657, 0.000404, 0.003716> - 11015: < 0.007665, 0.000000, 0.003720> - 11016: < 0.007810, 0.000408, 0.003328> - 11017: < 0.007785, 0.000814, 0.003318> - 11018: < 0.007632, 0.000807, 0.003704> - 11019: < 0.007657, 0.000404, 0.003716> - 11020: < 0.007785, 0.000814, 0.003318> - 11021: < 0.007743, 0.001219, 0.003302> - 11022: < 0.007591, 0.001207, 0.003686> - 11023: < 0.007632, 0.000807, 0.003704> - 11024: < 0.007743, 0.001219, 0.003302> - 11025: < 0.007684, 0.001619, 0.003281> - 11026: < 0.007535, 0.001603, 0.003663> - 11027: < 0.007591, 0.001207, 0.003686> - 11028: < 0.007684, 0.001619, 0.003281> - 11029: < 0.007610, 0.002015, 0.003255> - 11030: < 0.007462, 0.001995, 0.003634> - 11031: < 0.007535, 0.001603, 0.003663> - 11032: < 0.007610, 0.002015, 0.003255> - 11033: < 0.007519, 0.002405, 0.003227> - 11034: < 0.007374, 0.002380, 0.003601> - 11035: < 0.007462, 0.001995, 0.003634> - 11036: < 0.007519, 0.002405, 0.003227> - 11037: < 0.007412, 0.002787, 0.003195> - 11038: < 0.007270, 0.002758, 0.003565> - 11039: < 0.007374, 0.002380, 0.003601> - 11040: < 0.007412, 0.002787, 0.003195> - 11041: < 0.007290, 0.003162, 0.003162> - 11042: < 0.007152, 0.003127, 0.003526> - 11043: < 0.007270, 0.002758, 0.003565> - 11044: < 0.007290, 0.003162, 0.003162> - 11045: < 0.007152, 0.003526, 0.003127> - 11046: < 0.007018, 0.003486, 0.003486> - 11047: < 0.007152, 0.003127, 0.003526> - 11048: < 0.007152, 0.003526, 0.003127> - 11049: < 0.006998, 0.003880, 0.003093> - 11050: < 0.006870, 0.003834, 0.003446> - 11051: < 0.007018, 0.003486, 0.003486> - 11052: < 0.006998, 0.003880, 0.003093> - 11053: < 0.006828, 0.004223, 0.003060> - 11054: < 0.006705, 0.004170, 0.003407> - 11055: < 0.006870, 0.003834, 0.003446> - 11056: < 0.006828, 0.004223, 0.003060> - 11057: < 0.006641, 0.004553, 0.003030> - 11058: < 0.006525, 0.004494, 0.003372> - 11059: < 0.006705, 0.004170, 0.003407> - 11060: < 0.006641, 0.004553, 0.003030> - 11061: < 0.006439, 0.004870, 0.003004> - 11062: < 0.006329, 0.004804, 0.003342> - 11063: < 0.006525, 0.004494, 0.003372> - 11064: < 0.006439, 0.004870, 0.003004> - 11065: < 0.006219, 0.005172, 0.002984> - 11066: < 0.006117, 0.005099, 0.003318> - 11067: < 0.006329, 0.004804, 0.003342> - 11068: < 0.006219, 0.005172, 0.002984> - 11069: < 0.005983, 0.005459, 0.002971> - 11070: < 0.005888, 0.005379, 0.003302> - 11071: < 0.006117, 0.005099, 0.003318> - 11072: < 0.005888, -0.005379, 0.003302> - 11073: < 0.006117, -0.005099, 0.003318> - 11074: < 0.006006, -0.005023, 0.003637> - 11075: < 0.005786, -0.005294, 0.003619> - 11076: < 0.006117, -0.005099, 0.003318> - 11077: < 0.006329, -0.004804, 0.003342> - 11078: < 0.006210, -0.004736, 0.003666> - 11079: < 0.006006, -0.005023, 0.003637> - 11080: < 0.006329, -0.004804, 0.003342> - 11081: < 0.006525, -0.004494, 0.003372> - 11082: < 0.006397, -0.004434, 0.003701> - 11083: < 0.006210, -0.004736, 0.003666> - 11084: < 0.006525, -0.004494, 0.003372> - 11085: < 0.006705, -0.004170, 0.003407> - 11086: < 0.006570, -0.004117, 0.003743> - 11087: < 0.006397, -0.004434, 0.003701> - 11088: < 0.006705, -0.004170, 0.003407> - 11089: < 0.006870, -0.003834, 0.003446> - 11090: < 0.006727, -0.003788, 0.003788> - 11091: < 0.006570, -0.004117, 0.003743> - 11092: < 0.006870, -0.003834, 0.003446> - 11093: < 0.007018, -0.003486, 0.003486> - 11094: < 0.006870, -0.003446, 0.003834> - 11095: < 0.006727, -0.003788, 0.003788> - 11096: < 0.007018, -0.003486, 0.003486> - 11097: < 0.007152, -0.003127, 0.003526> - 11098: < 0.006998, -0.003093, 0.003880> - 11099: < 0.006870, -0.003446, 0.003834> - 11100: < 0.007152, -0.003127, 0.003526> - 11101: < 0.007270, -0.002758, 0.003565> - 11102: < 0.007112, -0.002729, 0.003924> - 11103: < 0.006998, -0.003093, 0.003880> - 11104: < 0.007270, -0.002758, 0.003565> - 11105: < 0.007374, -0.002380, 0.003601> - 11106: < 0.007212, -0.002356, 0.003965> - 11107: < 0.007112, -0.002729, 0.003924> - 11108: < 0.007374, -0.002380, 0.003601> - 11109: < 0.007462, -0.001995, 0.003634> - 11110: < 0.007297, -0.001975, 0.004002> - 11111: < 0.007212, -0.002356, 0.003965> - 11112: < 0.007462, -0.001995, 0.003634> - 11113: < 0.007535, -0.001603, 0.003663> - 11114: < 0.007367, -0.001588, 0.004034> - 11115: < 0.007297, -0.001975, 0.004002> - 11116: < 0.007535, -0.001603, 0.003663> - 11117: < 0.007591, -0.001207, 0.003686> - 11118: < 0.007423, -0.001196, 0.004061> - 11119: < 0.007367, -0.001588, 0.004034> - 11120: < 0.007591, -0.001207, 0.003686> - 11121: < 0.007632, -0.000807, 0.003704> - 11122: < 0.007462, -0.000799, 0.004081> - 11123: < 0.007423, -0.001196, 0.004061> - 11124: < 0.007632, -0.000807, 0.003704> - 11125: < 0.007657, -0.000404, 0.003716> - 11126: < 0.007487, -0.000400, 0.004093> - 11127: < 0.007462, -0.000799, 0.004081> - 11128: < 0.007657, -0.000404, 0.003716> - 11129: < 0.007665, 0.000000, 0.003720> - 11130: < 0.007495, 0.000000, 0.004098> - 11131: < 0.007487, -0.000400, 0.004093> - 11132: < 0.007665, 0.000000, 0.003720> - 11133: < 0.007657, 0.000404, 0.003716> - 11134: < 0.007487, 0.000400, 0.004093> - 11135: < 0.007495, 0.000000, 0.004098> - 11136: < 0.007657, 0.000404, 0.003716> - 11137: < 0.007632, 0.000807, 0.003704> - 11138: < 0.007462, 0.000799, 0.004081> - 11139: < 0.007487, 0.000400, 0.004093> - 11140: < 0.007632, 0.000807, 0.003704> - 11141: < 0.007591, 0.001207, 0.003686> - 11142: < 0.007423, 0.001196, 0.004061> - 11143: < 0.007462, 0.000799, 0.004081> - 11144: < 0.007591, 0.001207, 0.003686> - 11145: < 0.007535, 0.001603, 0.003663> - 11146: < 0.007367, 0.001588, 0.004034> - 11147: < 0.007423, 0.001196, 0.004061> - 11148: < 0.007535, 0.001603, 0.003663> - 11149: < 0.007462, 0.001995, 0.003634> - 11150: < 0.007297, 0.001975, 0.004002> - 11151: < 0.007367, 0.001588, 0.004034> - 11152: < 0.007462, 0.001995, 0.003634> - 11153: < 0.007374, 0.002380, 0.003601> - 11154: < 0.007212, 0.002356, 0.003965> - 11155: < 0.007297, 0.001975, 0.004002> - 11156: < 0.007374, 0.002380, 0.003601> - 11157: < 0.007270, 0.002758, 0.003565> - 11158: < 0.007112, 0.002729, 0.003924> - 11159: < 0.007212, 0.002356, 0.003965> - 11160: < 0.007270, 0.002758, 0.003565> - 11161: < 0.007152, 0.003127, 0.003526> - 11162: < 0.006998, 0.003093, 0.003880> - 11163: < 0.007112, 0.002729, 0.003924> - 11164: < 0.007152, 0.003127, 0.003526> - 11165: < 0.007018, 0.003486, 0.003486> - 11166: < 0.006870, 0.003446, 0.003834> - 11167: < 0.006998, 0.003093, 0.003880> - 11168: < 0.007018, 0.003486, 0.003486> - 11169: < 0.006870, 0.003834, 0.003446> - 11170: < 0.006727, 0.003788, 0.003788> - 11171: < 0.006870, 0.003446, 0.003834> - 11172: < 0.006870, 0.003834, 0.003446> - 11173: < 0.006705, 0.004170, 0.003407> - 11174: < 0.006570, 0.004117, 0.003743> - 11175: < 0.006727, 0.003788, 0.003788> - 11176: < 0.006705, 0.004170, 0.003407> - 11177: < 0.006525, 0.004494, 0.003372> - 11178: < 0.006397, 0.004434, 0.003701> - 11179: < 0.006570, 0.004117, 0.003743> - 11180: < 0.006525, 0.004494, 0.003372> - 11181: < 0.006329, 0.004804, 0.003342> - 11182: < 0.006210, 0.004736, 0.003666> - 11183: < 0.006397, 0.004434, 0.003701> - 11184: < 0.006329, 0.004804, 0.003342> - 11185: < 0.006117, 0.005099, 0.003318> - 11186: < 0.006006, 0.005023, 0.003637> - 11187: < 0.006210, 0.004736, 0.003666> - 11188: < 0.006117, 0.005099, 0.003318> - 11189: < 0.005888, 0.005379, 0.003302> - 11190: < 0.005786, 0.005294, 0.003619> - 11191: < 0.006006, 0.005023, 0.003637> - 11192: < 0.005786, -0.005294, 0.003619> - 11193: < 0.006006, -0.005023, 0.003637> - 11194: < 0.005887, -0.004946, 0.003941> - 11195: < 0.005678, -0.005207, 0.003918> - 11196: < 0.006006, -0.005023, 0.003637> - 11197: < 0.006210, -0.004736, 0.003666> - 11198: < 0.006080, -0.004668, 0.003975> - 11199: < 0.005887, -0.004946, 0.003941> - 11200: < 0.006210, -0.004736, 0.003666> - 11201: < 0.006397, -0.004434, 0.003701> - 11202: < 0.006257, -0.004374, 0.004017> - 11203: < 0.006080, -0.004668, 0.003975> - 11204: < 0.006397, -0.004434, 0.003701> - 11205: < 0.006570, -0.004117, 0.003743> - 11206: < 0.006421, -0.004065, 0.004065> - 11207: < 0.006257, -0.004374, 0.004017> - 11208: < 0.006570, -0.004117, 0.003743> - 11209: < 0.006727, -0.003788, 0.003788> - 11210: < 0.006570, -0.003743, 0.004117> - 11211: < 0.006421, -0.004065, 0.004065> - 11212: < 0.006727, -0.003788, 0.003788> - 11213: < 0.006870, -0.003446, 0.003834> - 11214: < 0.006705, -0.003407, 0.004170> - 11215: < 0.006570, -0.003743, 0.004117> - 11216: < 0.006870, -0.003446, 0.003834> - 11217: < 0.006998, -0.003093, 0.003880> - 11218: < 0.006828, -0.003060, 0.004223> - 11219: < 0.006705, -0.003407, 0.004170> - 11220: < 0.006998, -0.003093, 0.003880> - 11221: < 0.007112, -0.002729, 0.003924> - 11222: < 0.006937, -0.002701, 0.004273> - 11223: < 0.006828, -0.003060, 0.004223> - 11224: < 0.007112, -0.002729, 0.003924> - 11225: < 0.007212, -0.002356, 0.003965> - 11226: < 0.007033, -0.002333, 0.004318> - 11227: < 0.006937, -0.002701, 0.004273> - 11228: < 0.007212, -0.002356, 0.003965> - 11229: < 0.007297, -0.001975, 0.004002> - 11230: < 0.007115, -0.001957, 0.004360> - 11231: < 0.007033, -0.002333, 0.004318> - 11232: < 0.007297, -0.001975, 0.004002> - 11233: < 0.007367, -0.001588, 0.004034> - 11234: < 0.007183, -0.001574, 0.004395> - 11235: < 0.007115, -0.001957, 0.004360> - 11236: < 0.007367, -0.001588, 0.004034> - 11237: < 0.007423, -0.001196, 0.004061> - 11238: < 0.007236, -0.001185, 0.004424> - 11239: < 0.007183, -0.001574, 0.004395> - 11240: < 0.007423, -0.001196, 0.004061> - 11241: < 0.007462, -0.000799, 0.004081> - 11242: < 0.007275, -0.000792, 0.004446> - 11243: < 0.007236, -0.001185, 0.004424> - 11244: < 0.007462, -0.000799, 0.004081> - 11245: < 0.007487, -0.000400, 0.004093> - 11246: < 0.007298, -0.000397, 0.004460> - 11247: < 0.007275, -0.000792, 0.004446> - 11248: < 0.007487, -0.000400, 0.004093> - 11249: < 0.007495, 0.000000, 0.004098> - 11250: < 0.007306, 0.000000, 0.004465> - 11251: < 0.007298, -0.000397, 0.004460> - 11252: < 0.007495, 0.000000, 0.004098> - 11253: < 0.007487, 0.000400, 0.004093> - 11254: < 0.007298, 0.000397, 0.004460> - 11255: < 0.007306, 0.000000, 0.004465> - 11256: < 0.007487, 0.000400, 0.004093> - 11257: < 0.007462, 0.000799, 0.004081> - 11258: < 0.007275, 0.000792, 0.004446> - 11259: < 0.007298, 0.000397, 0.004460> - 11260: < 0.007462, 0.000799, 0.004081> - 11261: < 0.007423, 0.001196, 0.004061> - 11262: < 0.007236, 0.001185, 0.004424> - 11263: < 0.007275, 0.000792, 0.004446> - 11264: < 0.007423, 0.001196, 0.004061> - 11265: < 0.007367, 0.001588, 0.004034> - 11266: < 0.007183, 0.001574, 0.004395> - 11267: < 0.007236, 0.001185, 0.004424> - 11268: < 0.007367, 0.001588, 0.004034> - 11269: < 0.007297, 0.001975, 0.004002> - 11270: < 0.007115, 0.001957, 0.004360> - 11271: < 0.007183, 0.001574, 0.004395> - 11272: < 0.007297, 0.001975, 0.004002> - 11273: < 0.007212, 0.002356, 0.003965> - 11274: < 0.007033, 0.002333, 0.004318> - 11275: < 0.007115, 0.001957, 0.004360> - 11276: < 0.007212, 0.002356, 0.003965> - 11277: < 0.007112, 0.002729, 0.003924> - 11278: < 0.006937, 0.002701, 0.004273> - 11279: < 0.007033, 0.002333, 0.004318> - 11280: < 0.007112, 0.002729, 0.003924> - 11281: < 0.006998, 0.003093, 0.003880> - 11282: < 0.006828, 0.003060, 0.004223> - 11283: < 0.006937, 0.002701, 0.004273> - 11284: < 0.006998, 0.003093, 0.003880> - 11285: < 0.006870, 0.003446, 0.003834> - 11286: < 0.006705, 0.003407, 0.004170> - 11287: < 0.006828, 0.003060, 0.004223> - 11288: < 0.006870, 0.003446, 0.003834> - 11289: < 0.006727, 0.003788, 0.003788> - 11290: < 0.006570, 0.003743, 0.004117> - 11291: < 0.006705, 0.003407, 0.004170> - 11292: < 0.006727, 0.003788, 0.003788> - 11293: < 0.006570, 0.004117, 0.003743> - 11294: < 0.006421, 0.004065, 0.004065> - 11295: < 0.006570, 0.003743, 0.004117> - 11296: < 0.006570, 0.004117, 0.003743> - 11297: < 0.006397, 0.004434, 0.003701> - 11298: < 0.006257, 0.004374, 0.004017> - 11299: < 0.006421, 0.004065, 0.004065> - 11300: < 0.006397, 0.004434, 0.003701> - 11301: < 0.006210, 0.004736, 0.003666> - 11302: < 0.006080, 0.004668, 0.003975> - 11303: < 0.006257, 0.004374, 0.004017> - 11304: < 0.006210, 0.004736, 0.003666> - 11305: < 0.006006, 0.005023, 0.003637> - 11306: < 0.005887, 0.004946, 0.003941> - 11307: < 0.006080, 0.004668, 0.003975> - 11308: < 0.006006, 0.005023, 0.003637> - 11309: < 0.005786, 0.005294, 0.003619> - 11310: < 0.005678, 0.005207, 0.003918> - 11311: < 0.005887, 0.004946, 0.003941> - 11312: < 0.005678, -0.005207, 0.003918> - 11313: < 0.005887, -0.004946, 0.003941> - 11314: < 0.005760, -0.004870, 0.004226> - 11315: < 0.005564, -0.005120, 0.004199> - 11316: < 0.005887, -0.004946, 0.003941> - 11317: < 0.006080, -0.004668, 0.003975> - 11318: < 0.005939, -0.004602, 0.004267> - 11319: < 0.005760, -0.004870, 0.004226> - 11320: < 0.006080, -0.004668, 0.003975> - 11321: < 0.006257, -0.004374, 0.004017> - 11322: < 0.006105, -0.004318, 0.004318> - 11323: < 0.005939, -0.004602, 0.004267> - 11324: < 0.006257, -0.004374, 0.004017> - 11325: < 0.006421, -0.004065, 0.004065> - 11326: < 0.006257, -0.004017, 0.004374> - 11327: < 0.006105, -0.004318, 0.004318> - 11328: < 0.006421, -0.004065, 0.004065> - 11329: < 0.006570, -0.003743, 0.004117> - 11330: < 0.006397, -0.003701, 0.004434> - 11331: < 0.006257, -0.004017, 0.004374> - 11332: < 0.006570, -0.003743, 0.004117> - 11333: < 0.006705, -0.003407, 0.004170> - 11334: < 0.006525, -0.003372, 0.004494> - 11335: < 0.006397, -0.003701, 0.004434> - 11336: < 0.006705, -0.003407, 0.004170> - 11337: < 0.006828, -0.003060, 0.004223> - 11338: < 0.006641, -0.003030, 0.004553> - 11339: < 0.006525, -0.003372, 0.004494> - 11340: < 0.006828, -0.003060, 0.004223> - 11341: < 0.006937, -0.002701, 0.004273> - 11342: < 0.006745, -0.002676, 0.004609> - 11343: < 0.006641, -0.003030, 0.004553> - 11344: < 0.006937, -0.002701, 0.004273> - 11345: < 0.007033, -0.002333, 0.004318> - 11346: < 0.006836, -0.002313, 0.004659> - 11347: < 0.006745, -0.002676, 0.004609> - 11348: < 0.007033, -0.002333, 0.004318> - 11349: < 0.007115, -0.001957, 0.004360> - 11350: < 0.006915, -0.001940, 0.004705> - 11351: < 0.006836, -0.002313, 0.004659> - 11352: < 0.007115, -0.001957, 0.004360> - 11353: < 0.007183, -0.001574, 0.004395> - 11354: < 0.006980, -0.001561, 0.004744> - 11355: < 0.006915, -0.001940, 0.004705> - 11356: < 0.007183, -0.001574, 0.004395> - 11357: < 0.007236, -0.001185, 0.004424> - 11358: < 0.007032, -0.001176, 0.004776> - 11359: < 0.006980, -0.001561, 0.004744> - 11360: < 0.007236, -0.001185, 0.004424> - 11361: < 0.007275, -0.000792, 0.004446> - 11362: < 0.007069, -0.000786, 0.004800> - 11363: < 0.007032, -0.001176, 0.004776> - 11364: < 0.007275, -0.000792, 0.004446> - 11365: < 0.007298, -0.000397, 0.004460> - 11366: < 0.007092, -0.000394, 0.004815> - 11367: < 0.007069, -0.000786, 0.004800> - 11368: < 0.007298, -0.000397, 0.004460> - 11369: < 0.007306, 0.000000, 0.004465> - 11370: < 0.007099, 0.000000, 0.004820> - 11371: < 0.007092, -0.000394, 0.004815> - 11372: < 0.007306, 0.000000, 0.004465> - 11373: < 0.007298, 0.000397, 0.004460> - 11374: < 0.007092, 0.000394, 0.004815> - 11375: < 0.007099, 0.000000, 0.004820> - 11376: < 0.007298, 0.000397, 0.004460> - 11377: < 0.007275, 0.000792, 0.004446> - 11378: < 0.007069, 0.000786, 0.004800> - 11379: < 0.007092, 0.000394, 0.004815> - 11380: < 0.007275, 0.000792, 0.004446> - 11381: < 0.007236, 0.001185, 0.004424> - 11382: < 0.007032, 0.001176, 0.004776> - 11383: < 0.007069, 0.000786, 0.004800> - 11384: < 0.007236, 0.001185, 0.004424> - 11385: < 0.007183, 0.001574, 0.004395> - 11386: < 0.006980, 0.001561, 0.004744> - 11387: < 0.007032, 0.001176, 0.004776> - 11388: < 0.007183, 0.001574, 0.004395> - 11389: < 0.007115, 0.001957, 0.004360> - 11390: < 0.006915, 0.001940, 0.004705> - 11391: < 0.006980, 0.001561, 0.004744> - 11392: < 0.007115, 0.001957, 0.004360> - 11393: < 0.007033, 0.002333, 0.004318> - 11394: < 0.006836, 0.002313, 0.004659> - 11395: < 0.006915, 0.001940, 0.004705> - 11396: < 0.007033, 0.002333, 0.004318> - 11397: < 0.006937, 0.002701, 0.004273> - 11398: < 0.006745, 0.002676, 0.004609> - 11399: < 0.006836, 0.002313, 0.004659> - 11400: < 0.006937, 0.002701, 0.004273> - 11401: < 0.006828, 0.003060, 0.004223> - 11402: < 0.006641, 0.003030, 0.004553> - 11403: < 0.006745, 0.002676, 0.004609> - 11404: < 0.006828, 0.003060, 0.004223> - 11405: < 0.006705, 0.003407, 0.004170> - 11406: < 0.006525, 0.003372, 0.004494> - 11407: < 0.006641, 0.003030, 0.004553> - 11408: < 0.006705, 0.003407, 0.004170> - 11409: < 0.006570, 0.003743, 0.004117> - 11410: < 0.006397, 0.003701, 0.004434> - 11411: < 0.006525, 0.003372, 0.004494> - 11412: < 0.006570, 0.003743, 0.004117> - 11413: < 0.006421, 0.004065, 0.004065> - 11414: < 0.006257, 0.004017, 0.004374> - 11415: < 0.006397, 0.003701, 0.004434> - 11416: < 0.006421, 0.004065, 0.004065> - 11417: < 0.006257, 0.004374, 0.004017> - 11418: < 0.006105, 0.004318, 0.004318> - 11419: < 0.006257, 0.004017, 0.004374> - 11420: < 0.006257, 0.004374, 0.004017> - 11421: < 0.006080, 0.004668, 0.003975> - 11422: < 0.005939, 0.004602, 0.004267> - 11423: < 0.006105, 0.004318, 0.004318> - 11424: < 0.006080, 0.004668, 0.003975> - 11425: < 0.005887, 0.004946, 0.003941> - 11426: < 0.005760, 0.004870, 0.004226> - 11427: < 0.005939, 0.004602, 0.004267> - 11428: < 0.005887, 0.004946, 0.003941> - 11429: < 0.005678, 0.005207, 0.003918> - 11430: < 0.005564, 0.005120, 0.004199> - 11431: < 0.005760, 0.004870, 0.004226> - 11432: < 0.005564, -0.005120, 0.004199> - 11433: < 0.005760, -0.004870, 0.004226> - 11434: < 0.005623, -0.004798, 0.004494> - 11435: < 0.005446, -0.005034, 0.004460> - 11436: < 0.005760, -0.004870, 0.004226> - 11437: < 0.005939, -0.004602, 0.004267> - 11438: < 0.005788, -0.004542, 0.004542> - 11439: < 0.005623, -0.004798, 0.004494> - 11440: < 0.005939, -0.004602, 0.004267> - 11441: < 0.006105, -0.004318, 0.004318> - 11442: < 0.005939, -0.004267, 0.004602> - 11443: < 0.005788, -0.004542, 0.004542> - 11444: < 0.006105, -0.004318, 0.004318> - 11445: < 0.006257, -0.004017, 0.004374> - 11446: < 0.006080, -0.003975, 0.004668> - 11447: < 0.005939, -0.004267, 0.004602> - 11448: < 0.006257, -0.004017, 0.004374> - 11449: < 0.006397, -0.003701, 0.004434> - 11450: < 0.006210, -0.003666, 0.004736> - 11451: < 0.006080, -0.003975, 0.004668> - 11452: < 0.006397, -0.003701, 0.004434> - 11453: < 0.006525, -0.003372, 0.004494> - 11454: < 0.006329, -0.003342, 0.004804> - 11455: < 0.006210, -0.003666, 0.004736> - 11456: < 0.006525, -0.003372, 0.004494> - 11457: < 0.006641, -0.003030, 0.004553> - 11458: < 0.006439, -0.003004, 0.004870> - 11459: < 0.006329, -0.003342, 0.004804> - 11460: < 0.006641, -0.003030, 0.004553> - 11461: < 0.006745, -0.002676, 0.004609> - 11462: < 0.006537, -0.002655, 0.004931> - 11463: < 0.006439, -0.003004, 0.004870> - 11464: < 0.006745, -0.002676, 0.004609> - 11465: < 0.006836, -0.002313, 0.004659> - 11466: < 0.006623, -0.002295, 0.004987> - 11467: < 0.006537, -0.002655, 0.004931> - 11468: < 0.006836, -0.002313, 0.004659> - 11469: < 0.006915, -0.001940, 0.004705> - 11470: < 0.006698, -0.001926, 0.005037> - 11471: < 0.006623, -0.002295, 0.004987> - 11472: < 0.006915, -0.001940, 0.004705> - 11473: < 0.006980, -0.001561, 0.004744> - 11474: < 0.006761, -0.001550, 0.005080> - 11475: < 0.006698, -0.001926, 0.005037> - 11476: < 0.006980, -0.001561, 0.004744> - 11477: < 0.007032, -0.001176, 0.004776> - 11478: < 0.006810, -0.001168, 0.005114> - 11479: < 0.006761, -0.001550, 0.005080> - 11480: < 0.007032, -0.001176, 0.004776> - 11481: < 0.007069, -0.000786, 0.004800> - 11482: < 0.006846, -0.000781, 0.005140> - 11483: < 0.006810, -0.001168, 0.005114> - 11484: < 0.007069, -0.000786, 0.004800> - 11485: < 0.007092, -0.000394, 0.004815> - 11486: < 0.006868, -0.000391, 0.005156> - 11487: < 0.006846, -0.000781, 0.005140> - 11488: < 0.007092, -0.000394, 0.004815> - 11489: < 0.007099, 0.000000, 0.004820> - 11490: < 0.006875, 0.000000, 0.005162> - 11491: < 0.006868, -0.000391, 0.005156> - 11492: < 0.007099, 0.000000, 0.004820> - 11493: < 0.007092, 0.000394, 0.004815> - 11494: < 0.006868, 0.000391, 0.005156> - 11495: < 0.006875, 0.000000, 0.005162> - 11496: < 0.007092, 0.000394, 0.004815> - 11497: < 0.007069, 0.000786, 0.004800> - 11498: < 0.006846, 0.000781, 0.005140> - 11499: < 0.006868, 0.000391, 0.005156> - 11500: < 0.007069, 0.000786, 0.004800> - 11501: < 0.007032, 0.001176, 0.004776> - 11502: < 0.006810, 0.001168, 0.005114> - 11503: < 0.006846, 0.000781, 0.005140> - 11504: < 0.007032, 0.001176, 0.004776> - 11505: < 0.006980, 0.001561, 0.004744> - 11506: < 0.006761, 0.001550, 0.005080> - 11507: < 0.006810, 0.001168, 0.005114> - 11508: < 0.006980, 0.001561, 0.004744> - 11509: < 0.006915, 0.001940, 0.004705> - 11510: < 0.006698, 0.001926, 0.005037> - 11511: < 0.006761, 0.001550, 0.005080> - 11512: < 0.006915, 0.001940, 0.004705> - 11513: < 0.006836, 0.002313, 0.004659> - 11514: < 0.006623, 0.002295, 0.004987> - 11515: < 0.006698, 0.001926, 0.005037> - 11516: < 0.006836, 0.002313, 0.004659> - 11517: < 0.006745, 0.002676, 0.004609> - 11518: < 0.006537, 0.002655, 0.004931> - 11519: < 0.006623, 0.002295, 0.004987> - 11520: < 0.006745, 0.002676, 0.004609> - 11521: < 0.006641, 0.003030, 0.004553> - 11522: < 0.006439, 0.003004, 0.004870> - 11523: < 0.006537, 0.002655, 0.004931> - 11524: < 0.006641, 0.003030, 0.004553> - 11525: < 0.006525, 0.003372, 0.004494> - 11526: < 0.006329, 0.003342, 0.004804> - 11527: < 0.006439, 0.003004, 0.004870> - 11528: < 0.006525, 0.003372, 0.004494> - 11529: < 0.006397, 0.003701, 0.004434> - 11530: < 0.006210, 0.003666, 0.004736> - 11531: < 0.006329, 0.003342, 0.004804> - 11532: < 0.006397, 0.003701, 0.004434> - 11533: < 0.006257, 0.004017, 0.004374> - 11534: < 0.006080, 0.003975, 0.004668> - 11535: < 0.006210, 0.003666, 0.004736> - 11536: < 0.006257, 0.004017, 0.004374> - 11537: < 0.006105, 0.004318, 0.004318> - 11538: < 0.005939, 0.004267, 0.004602> - 11539: < 0.006080, 0.003975, 0.004668> - 11540: < 0.006105, 0.004318, 0.004318> - 11541: < 0.005939, 0.004602, 0.004267> - 11542: < 0.005788, 0.004542, 0.004542> - 11543: < 0.005939, 0.004267, 0.004602> - 11544: < 0.005939, 0.004602, 0.004267> - 11545: < 0.005760, 0.004870, 0.004226> - 11546: < 0.005623, 0.004798, 0.004494> - 11547: < 0.005788, 0.004542, 0.004542> - 11548: < 0.005760, 0.004870, 0.004226> - 11549: < 0.005564, 0.005120, 0.004199> - 11550: < 0.005446, 0.005034, 0.004460> - 11551: < 0.005623, 0.004798, 0.004494> - 11552: < 0.005446, -0.005034, 0.004460> - 11553: < 0.005623, -0.004798, 0.004494> - 11554: < 0.005479, -0.004738, 0.004738> - 11555: < 0.005326, -0.004959, 0.004691> - 11556: < 0.005623, -0.004798, 0.004494> - 11557: < 0.005788, -0.004542, 0.004542> - 11558: < 0.005623, -0.004494, 0.004798> - 11559: < 0.005479, -0.004738, 0.004738> - 11560: < 0.005788, -0.004542, 0.004542> - 11561: < 0.005939, -0.004267, 0.004602> - 11562: < 0.005760, -0.004226, 0.004870> - 11563: < 0.005623, -0.004494, 0.004798> - 11564: < 0.005939, -0.004267, 0.004602> - 11565: < 0.006080, -0.003975, 0.004668> - 11566: < 0.005887, -0.003941, 0.004946> - 11567: < 0.005760, -0.004226, 0.004870> - 11568: < 0.006080, -0.003975, 0.004668> - 11569: < 0.006210, -0.003666, 0.004736> - 11570: < 0.006006, -0.003637, 0.005023> - 11571: < 0.005887, -0.003941, 0.004946> - 11572: < 0.006210, -0.003666, 0.004736> - 11573: < 0.006329, -0.003342, 0.004804> - 11574: < 0.006117, -0.003318, 0.005099> - 11575: < 0.006006, -0.003637, 0.005023> - 11576: < 0.006329, -0.003342, 0.004804> - 11577: < 0.006439, -0.003004, 0.004870> - 11578: < 0.006219, -0.002984, 0.005172> - 11579: < 0.006117, -0.003318, 0.005099> - 11580: < 0.006439, -0.003004, 0.004870> - 11581: < 0.006537, -0.002655, 0.004931> - 11582: < 0.006311, -0.002638, 0.005240> - 11583: < 0.006219, -0.002984, 0.005172> - 11584: < 0.006537, -0.002655, 0.004931> - 11585: < 0.006623, -0.002295, 0.004987> - 11586: < 0.006393, -0.002281, 0.005301> - 11587: < 0.006311, -0.002638, 0.005240> - 11588: < 0.006623, -0.002295, 0.004987> - 11589: < 0.006698, -0.001926, 0.005037> - 11590: < 0.006464, -0.001915, 0.005355> - 11591: < 0.006393, -0.002281, 0.005301> - 11592: < 0.006698, -0.001926, 0.005037> - 11593: < 0.006761, -0.001550, 0.005080> - 11594: < 0.006523, -0.001541, 0.005401> - 11595: < 0.006464, -0.001915, 0.005355> - 11596: < 0.006761, -0.001550, 0.005080> - 11597: < 0.006810, -0.001168, 0.005114> - 11598: < 0.006570, -0.001161, 0.005438> - 11599: < 0.006523, -0.001541, 0.005401> - 11600: < 0.006810, -0.001168, 0.005114> - 11601: < 0.006846, -0.000781, 0.005140> - 11602: < 0.006605, -0.000777, 0.005466> - 11603: < 0.006570, -0.001161, 0.005438> - 11604: < 0.006846, -0.000781, 0.005140> - 11605: < 0.006868, -0.000391, 0.005156> - 11606: < 0.006626, -0.000389, 0.005483> - 11607: < 0.006605, -0.000777, 0.005466> - 11608: < 0.006868, -0.000391, 0.005156> - 11609: < 0.006875, 0.000000, 0.005162> - 11610: < 0.006633, 0.000000, 0.005489> - 11611: < 0.006626, -0.000389, 0.005483> - 11612: < 0.006875, 0.000000, 0.005162> - 11613: < 0.006868, 0.000391, 0.005156> - 11614: < 0.006626, 0.000389, 0.005483> - 11615: < 0.006633, 0.000000, 0.005489> - 11616: < 0.006868, 0.000391, 0.005156> - 11617: < 0.006846, 0.000781, 0.005140> - 11618: < 0.006605, 0.000777, 0.005466> - 11619: < 0.006626, 0.000389, 0.005483> - 11620: < 0.006846, 0.000781, 0.005140> - 11621: < 0.006810, 0.001168, 0.005114> - 11622: < 0.006570, 0.001161, 0.005438> - 11623: < 0.006605, 0.000777, 0.005466> - 11624: < 0.006810, 0.001168, 0.005114> - 11625: < 0.006761, 0.001550, 0.005080> - 11626: < 0.006523, 0.001541, 0.005401> - 11627: < 0.006570, 0.001161, 0.005438> - 11628: < 0.006761, 0.001550, 0.005080> - 11629: < 0.006698, 0.001926, 0.005037> - 11630: < 0.006464, 0.001915, 0.005355> - 11631: < 0.006523, 0.001541, 0.005401> - 11632: < 0.006698, 0.001926, 0.005037> - 11633: < 0.006623, 0.002295, 0.004987> - 11634: < 0.006393, 0.002281, 0.005301> - 11635: < 0.006464, 0.001915, 0.005355> - 11636: < 0.006623, 0.002295, 0.004987> - 11637: < 0.006537, 0.002655, 0.004931> - 11638: < 0.006311, 0.002638, 0.005240> - 11639: < 0.006393, 0.002281, 0.005301> - 11640: < 0.006537, 0.002655, 0.004931> - 11641: < 0.006439, 0.003004, 0.004870> - 11642: < 0.006219, 0.002984, 0.005172> - 11643: < 0.006311, 0.002638, 0.005240> - 11644: < 0.006439, 0.003004, 0.004870> - 11645: < 0.006329, 0.003342, 0.004804> - 11646: < 0.006117, 0.003318, 0.005099> - 11647: < 0.006219, 0.002984, 0.005172> - 11648: < 0.006329, 0.003342, 0.004804> - 11649: < 0.006210, 0.003666, 0.004736> - 11650: < 0.006006, 0.003637, 0.005023> - 11651: < 0.006117, 0.003318, 0.005099> - 11652: < 0.006210, 0.003666, 0.004736> - 11653: < 0.006080, 0.003975, 0.004668> - 11654: < 0.005887, 0.003941, 0.004946> - 11655: < 0.006006, 0.003637, 0.005023> - 11656: < 0.006080, 0.003975, 0.004668> - 11657: < 0.005939, 0.004267, 0.004602> - 11658: < 0.005760, 0.004226, 0.004870> - 11659: < 0.005887, 0.003941, 0.004946> - 11660: < 0.005939, 0.004267, 0.004602> - 11661: < 0.005788, 0.004542, 0.004542> - 11662: < 0.005623, 0.004494, 0.004798> - 11663: < 0.005760, 0.004226, 0.004870> - 11664: < 0.005788, 0.004542, 0.004542> - 11665: < 0.005623, 0.004798, 0.004494> - 11666: < 0.005479, 0.004738, 0.004738> - 11667: < 0.005623, 0.004494, 0.004798> - 11668: < 0.005623, 0.004798, 0.004494> - 11669: < 0.005446, 0.005034, 0.004460> - 11670: < 0.005326, 0.004959, 0.004691> - 11671: < 0.005479, 0.004738, 0.004738> - 11672: < 0.005326, -0.004959, 0.004691> - 11673: < 0.005479, -0.004738, 0.004738> - 11674: < 0.005326, -0.004691, 0.004959> - 11675: < 0.005206, -0.004894, 0.004894> - 11676: < 0.005479, -0.004738, 0.004738> - 11677: < 0.005623, -0.004494, 0.004798> - 11678: < 0.005446, -0.004460, 0.005034> - 11679: < 0.005326, -0.004691, 0.004959> - 11680: < 0.005623, -0.004494, 0.004798> - 11681: < 0.005760, -0.004226, 0.004870> - 11682: < 0.005564, -0.004199, 0.005120> - 11683: < 0.005446, -0.004460, 0.005034> - 11684: < 0.005760, -0.004226, 0.004870> - 11685: < 0.005887, -0.003941, 0.004946> - 11686: < 0.005678, -0.003918, 0.005207> - 11687: < 0.005564, -0.004199, 0.005120> - 11688: < 0.005887, -0.003941, 0.004946> - 11689: < 0.006006, -0.003637, 0.005023> - 11690: < 0.005786, -0.003619, 0.005294> - 11691: < 0.005678, -0.003918, 0.005207> - 11692: < 0.006006, -0.003637, 0.005023> - 11693: < 0.006117, -0.003318, 0.005099> - 11694: < 0.005888, -0.003302, 0.005379> - 11695: < 0.005786, -0.003619, 0.005294> - 11696: < 0.006117, -0.003318, 0.005099> - 11697: < 0.006219, -0.002984, 0.005172> - 11698: < 0.005983, -0.002971, 0.005459> - 11699: < 0.005888, -0.003302, 0.005379> - 11700: < 0.006219, -0.002984, 0.005172> - 11701: < 0.006311, -0.002638, 0.005240> - 11702: < 0.006069, -0.002627, 0.005533> - 11703: < 0.005983, -0.002971, 0.005459> - 11704: < 0.006311, -0.002638, 0.005240> - 11705: < 0.006393, -0.002281, 0.005301> - 11706: < 0.006146, -0.002272, 0.005599> - 11707: < 0.006069, -0.002627, 0.005533> - 11708: < 0.006393, -0.002281, 0.005301> - 11709: < 0.006464, -0.001915, 0.005355> - 11710: < 0.006212, -0.001908, 0.005657> - 11711: < 0.006146, -0.002272, 0.005599> - 11712: < 0.006464, -0.001915, 0.005355> - 11713: < 0.006523, -0.001541, 0.005401> - 11714: < 0.006269, -0.001536, 0.005707> - 11715: < 0.006212, -0.001908, 0.005657> - 11716: < 0.006523, -0.001541, 0.005401> - 11717: < 0.006570, -0.001161, 0.005438> - 11718: < 0.006313, -0.001157, 0.005747> - 11719: < 0.006269, -0.001536, 0.005707> - 11720: < 0.006570, -0.001161, 0.005438> - 11721: < 0.006605, -0.000777, 0.005466> - 11722: < 0.006346, -0.000774, 0.005776> - 11723: < 0.006313, -0.001157, 0.005747> - 11724: < 0.006605, -0.000777, 0.005466> - 11725: < 0.006626, -0.000389, 0.005483> - 11726: < 0.006366, -0.000388, 0.005794> - 11727: < 0.006346, -0.000774, 0.005776> - 11728: < 0.006626, -0.000389, 0.005483> - 11729: < 0.006633, 0.000000, 0.005489> - 11730: < 0.006373, 0.000000, 0.005801> - 11731: < 0.006366, -0.000388, 0.005794> - 11732: < 0.006633, 0.000000, 0.005489> - 11733: < 0.006626, 0.000389, 0.005483> - 11734: < 0.006366, 0.000388, 0.005794> - 11735: < 0.006373, 0.000000, 0.005801> - 11736: < 0.006626, 0.000389, 0.005483> - 11737: < 0.006605, 0.000777, 0.005466> - 11738: < 0.006346, 0.000774, 0.005776> - 11739: < 0.006366, 0.000388, 0.005794> - 11740: < 0.006605, 0.000777, 0.005466> - 11741: < 0.006570, 0.001161, 0.005438> - 11742: < 0.006313, 0.001157, 0.005747> - 11743: < 0.006346, 0.000774, 0.005776> - 11744: < 0.006570, 0.001161, 0.005438> - 11745: < 0.006523, 0.001541, 0.005401> - 11746: < 0.006269, 0.001536, 0.005707> - 11747: < 0.006313, 0.001157, 0.005747> - 11748: < 0.006523, 0.001541, 0.005401> - 11749: < 0.006464, 0.001915, 0.005355> - 11750: < 0.006212, 0.001908, 0.005657> - 11751: < 0.006269, 0.001536, 0.005707> - 11752: < 0.006464, 0.001915, 0.005355> - 11753: < 0.006393, 0.002281, 0.005301> - 11754: < 0.006146, 0.002272, 0.005599> - 11755: < 0.006212, 0.001908, 0.005657> - 11756: < 0.006393, 0.002281, 0.005301> - 11757: < 0.006311, 0.002638, 0.005240> - 11758: < 0.006069, 0.002627, 0.005533> - 11759: < 0.006146, 0.002272, 0.005599> - 11760: < 0.006311, 0.002638, 0.005240> - 11761: < 0.006219, 0.002984, 0.005172> - 11762: < 0.005983, 0.002971, 0.005459> - 11763: < 0.006069, 0.002627, 0.005533> - 11764: < 0.006219, 0.002984, 0.005172> - 11765: < 0.006117, 0.003318, 0.005099> - 11766: < 0.005888, 0.003302, 0.005379> - 11767: < 0.005983, 0.002971, 0.005459> - 11768: < 0.006117, 0.003318, 0.005099> - 11769: < 0.006006, 0.003637, 0.005023> - 11770: < 0.005786, 0.003619, 0.005294> - 11771: < 0.005888, 0.003302, 0.005379> - 11772: < 0.006006, 0.003637, 0.005023> - 11773: < 0.005887, 0.003941, 0.004946> - 11774: < 0.005678, 0.003918, 0.005207> - 11775: < 0.005786, 0.003619, 0.005294> - 11776: < 0.005887, 0.003941, 0.004946> - 11777: < 0.005760, 0.004226, 0.004870> - 11778: < 0.005564, 0.004199, 0.005120> - 11779: < 0.005678, 0.003918, 0.005207> - 11780: < 0.005760, 0.004226, 0.004870> - 11781: < 0.005623, 0.004494, 0.004798> - 11782: < 0.005446, 0.004460, 0.005034> - 11783: < 0.005564, 0.004199, 0.005120> - 11784: < 0.005623, 0.004494, 0.004798> - 11785: < 0.005479, 0.004738, 0.004738> - 11786: < 0.005326, 0.004691, 0.004959> - 11787: < 0.005446, 0.004460, 0.005034> - 11788: < 0.005479, 0.004738, 0.004738> - 11789: < 0.005326, 0.004959, 0.004691> - 11790: < 0.005206, 0.004894, 0.004894> - 11791: < 0.005326, 0.004691, 0.004959> - 11792: < 0.005000, -0.005000, -0.005000> - 11793: < 0.005081, -0.004833, -0.005081> - 11794: < 0.005206, -0.004894, -0.004894> - 11795: < 0.005081, -0.005081, -0.004833> - 11796: < 0.005081, -0.004833, -0.005081> - 11797: < 0.005166, -0.004647, -0.005166> - 11798: < 0.005326, -0.004691, -0.004959> - 11799: < 0.005206, -0.004894, -0.004894> - 11800: < 0.005166, -0.004647, -0.005166> - 11801: < 0.005255, -0.004436, -0.005255> - 11802: < 0.005446, -0.004460, -0.005034> - 11803: < 0.005326, -0.004691, -0.004959> - 11804: < 0.005255, -0.004436, -0.005255> - 11805: < 0.005351, -0.004188, -0.005351> - 11806: < 0.005564, -0.004199, -0.005120> - 11807: < 0.005446, -0.004460, -0.005034> - 11808: < 0.005351, -0.004188, -0.005351> - 11809: < 0.005451, -0.003910, -0.005451> - 11810: < 0.005678, -0.003918, -0.005207> - 11811: < 0.005564, -0.004199, -0.005120> - 11812: < 0.005451, -0.003910, -0.005451> - 11813: < 0.005549, -0.003612, -0.005549> - 11814: < 0.005786, -0.003619, -0.005294> - 11815: < 0.005678, -0.003918, -0.005207> - 11816: < 0.005549, -0.003612, -0.005549> - 11817: < 0.005642, -0.003297, -0.005642> - 11818: < 0.005888, -0.003302, -0.005379> - 11819: < 0.005786, -0.003619, -0.005294> - 11820: < 0.005642, -0.003297, -0.005642> - 11821: < 0.005729, -0.002966, -0.005729> - 11822: < 0.005983, -0.002971, -0.005459> - 11823: < 0.005888, -0.003302, -0.005379> - 11824: < 0.005729, -0.002966, -0.005729> - 11825: < 0.005809, -0.002623, -0.005809> - 11826: < 0.006069, -0.002627, -0.005533> - 11827: < 0.005983, -0.002971, -0.005459> - 11828: < 0.005809, -0.002623, -0.005809> - 11829: < 0.005881, -0.002269, -0.005881> - 11830: < 0.006146, -0.002272, -0.005599> - 11831: < 0.006069, -0.002627, -0.005533> - 11832: < 0.005881, -0.002269, -0.005881> - 11833: < 0.005944, -0.001906, -0.005944> - 11834: < 0.006212, -0.001908, -0.005657> - 11835: < 0.006146, -0.002272, -0.005599> - 11836: < 0.005944, -0.001906, -0.005944> - 11837: < 0.005996, -0.001534, -0.005996> - 11838: < 0.006269, -0.001536, -0.005707> - 11839: < 0.006212, -0.001908, -0.005657> - 11840: < 0.005996, -0.001534, -0.005996> - 11841: < 0.006039, -0.001156, -0.006039> - 11842: < 0.006313, -0.001157, -0.005747> - 11843: < 0.006269, -0.001536, -0.005707> - 11844: < 0.006039, -0.001156, -0.006039> - 11845: < 0.006070, -0.000773, -0.006070> - 11846: < 0.006346, -0.000774, -0.005776> - 11847: < 0.006313, -0.001157, -0.005747> - 11848: < 0.006070, -0.000773, -0.006070> - 11849: < 0.006089, -0.000387, -0.006089> - 11850: < 0.006366, -0.000388, -0.005794> - 11851: < 0.006346, -0.000774, -0.005776> - 11852: < 0.006089, -0.000387, -0.006089> - 11853: < 0.006096, -0.000000, -0.006096> - 11854: < 0.006373, -0.000000, -0.005801> - 11855: < 0.006366, -0.000388, -0.005794> - 11856: < 0.006096, -0.000000, -0.006096> - 11857: < 0.006089, 0.000387, -0.006089> - 11858: < 0.006366, 0.000388, -0.005794> - 11859: < 0.006373, -0.000000, -0.005801> - 11860: < 0.006089, 0.000387, -0.006089> - 11861: < 0.006070, 0.000773, -0.006070> - 11862: < 0.006346, 0.000774, -0.005776> - 11863: < 0.006366, 0.000388, -0.005794> - 11864: < 0.006070, 0.000773, -0.006070> - 11865: < 0.006039, 0.001156, -0.006039> - 11866: < 0.006313, 0.001157, -0.005747> - 11867: < 0.006346, 0.000774, -0.005776> - 11868: < 0.006039, 0.001156, -0.006039> - 11869: < 0.005996, 0.001534, -0.005996> - 11870: < 0.006269, 0.001536, -0.005707> - 11871: < 0.006313, 0.001157, -0.005747> - 11872: < 0.005996, 0.001534, -0.005996> - 11873: < 0.005944, 0.001906, -0.005944> - 11874: < 0.006212, 0.001908, -0.005657> - 11875: < 0.006269, 0.001536, -0.005707> - 11876: < 0.005944, 0.001906, -0.005944> - 11877: < 0.005881, 0.002269, -0.005881> - 11878: < 0.006146, 0.002272, -0.005599> - 11879: < 0.006212, 0.001908, -0.005657> - 11880: < 0.005881, 0.002269, -0.005881> - 11881: < 0.005809, 0.002623, -0.005809> - 11882: < 0.006069, 0.002627, -0.005533> - 11883: < 0.006146, 0.002272, -0.005599> - 11884: < 0.005809, 0.002623, -0.005809> - 11885: < 0.005729, 0.002966, -0.005729> - 11886: < 0.005983, 0.002971, -0.005459> - 11887: < 0.006069, 0.002627, -0.005533> - 11888: < 0.005729, 0.002966, -0.005729> - 11889: < 0.005642, 0.003297, -0.005642> - 11890: < 0.005888, 0.003302, -0.005379> - 11891: < 0.005983, 0.002971, -0.005459> - 11892: < 0.005642, 0.003297, -0.005642> - 11893: < 0.005549, 0.003612, -0.005549> - 11894: < 0.005786, 0.003619, -0.005294> - 11895: < 0.005888, 0.003302, -0.005379> - 11896: < 0.005549, 0.003612, -0.005549> - 11897: < 0.005451, 0.003910, -0.005451> - 11898: < 0.005678, 0.003918, -0.005207> - 11899: < 0.005786, 0.003619, -0.005294> - 11900: < 0.005451, 0.003910, -0.005451> - 11901: < 0.005351, 0.004188, -0.005351> - 11902: < 0.005564, 0.004199, -0.005120> - 11903: < 0.005678, 0.003918, -0.005207> - 11904: < 0.005351, 0.004188, -0.005351> - 11905: < 0.005255, 0.004436, -0.005255> - 11906: < 0.005446, 0.004460, -0.005034> - 11907: < 0.005564, 0.004199, -0.005120> - 11908: < 0.005255, 0.004436, -0.005255> - 11909: < 0.005166, 0.004647, -0.005166> - 11910: < 0.005326, 0.004691, -0.004959> - 11911: < 0.005446, 0.004460, -0.005034> - 11912: < 0.005166, 0.004647, -0.005166> - 11913: < 0.005081, 0.004833, -0.005081> - 11914: < 0.005206, 0.004894, -0.004894> - 11915: < 0.005326, 0.004691, -0.004959> - 11916: < 0.005081, 0.004833, -0.005081> - 11917: < 0.005000, 0.005000, -0.005000> - 11918: < 0.005081, 0.005081, -0.004833> - 11919: < 0.005206, 0.004894, -0.004894> - 11920: < 0.005206, 0.004894, -0.004894> - 11921: < 0.005081, 0.005081, -0.004833> - 11922: < 0.005166, 0.005166, -0.004647> - 11923: < 0.005326, 0.004959, -0.004691> - 11924: < 0.005326, 0.004959, -0.004691> - 11925: < 0.005166, 0.005166, -0.004647> - 11926: < 0.005255, 0.005255, -0.004436> - 11927: < 0.005446, 0.005034, -0.004460> - 11928: < 0.005446, 0.005034, -0.004460> - 11929: < 0.005255, 0.005255, -0.004436> - 11930: < 0.005351, 0.005351, -0.004188> - 11931: < 0.005564, 0.005120, -0.004199> - 11932: < 0.005564, 0.005120, -0.004199> - 11933: < 0.005351, 0.005351, -0.004188> - 11934: < 0.005451, 0.005451, -0.003910> - 11935: < 0.005678, 0.005207, -0.003918> - 11936: < 0.005678, 0.005207, -0.003918> - 11937: < 0.005451, 0.005451, -0.003910> - 11938: < 0.005549, 0.005549, -0.003612> - 11939: < 0.005786, 0.005294, -0.003619> - 11940: < 0.005786, 0.005294, -0.003619> - 11941: < 0.005549, 0.005549, -0.003612> - 11942: < 0.005642, 0.005642, -0.003297> - 11943: < 0.005888, 0.005379, -0.003302> - 11944: < 0.005888, 0.005379, -0.003302> - 11945: < 0.005642, 0.005642, -0.003297> - 11946: < 0.005729, 0.005729, -0.002966> - 11947: < 0.005983, 0.005459, -0.002971> - 11948: < 0.005983, 0.005459, -0.002971> - 11949: < 0.005729, 0.005729, -0.002966> - 11950: < 0.005809, 0.005809, -0.002623> - 11951: < 0.006069, 0.005533, -0.002627> - 11952: < 0.006069, 0.005533, -0.002627> - 11953: < 0.005809, 0.005809, -0.002623> - 11954: < 0.005881, 0.005881, -0.002269> - 11955: < 0.006146, 0.005599, -0.002272> - 11956: < 0.006146, 0.005599, -0.002272> - 11957: < 0.005881, 0.005881, -0.002269> - 11958: < 0.005944, 0.005944, -0.001906> - 11959: < 0.006212, 0.005657, -0.001908> - 11960: < 0.006212, 0.005657, -0.001908> - 11961: < 0.005944, 0.005944, -0.001906> - 11962: < 0.005996, 0.005996, -0.001534> - 11963: < 0.006269, 0.005707, -0.001536> - 11964: < 0.006269, 0.005707, -0.001536> - 11965: < 0.005996, 0.005996, -0.001534> - 11966: < 0.006039, 0.006039, -0.001156> - 11967: < 0.006313, 0.005747, -0.001157> - 11968: < 0.006313, 0.005747, -0.001157> - 11969: < 0.006039, 0.006039, -0.001156> - 11970: < 0.006070, 0.006070, -0.000773> - 11971: < 0.006346, 0.005776, -0.000774> - 11972: < 0.006346, 0.005776, -0.000774> - 11973: < 0.006070, 0.006070, -0.000773> - 11974: < 0.006089, 0.006089, -0.000387> - 11975: < 0.006366, 0.005794, -0.000388> - 11976: < 0.006366, 0.005794, -0.000388> - 11977: < 0.006089, 0.006089, -0.000387> - 11978: < 0.006096, 0.006096, 0.000000> - 11979: < 0.006373, 0.005801, 0.000000> - 11980: < 0.006373, 0.005801, 0.000000> - 11981: < 0.006096, 0.006096, 0.000000> - 11982: < 0.006089, 0.006089, 0.000387> - 11983: < 0.006366, 0.005794, 0.000388> - 11984: < 0.006366, 0.005794, 0.000388> - 11985: < 0.006089, 0.006089, 0.000387> - 11986: < 0.006070, 0.006070, 0.000773> - 11987: < 0.006346, 0.005776, 0.000774> - 11988: < 0.006346, 0.005776, 0.000774> - 11989: < 0.006070, 0.006070, 0.000773> - 11990: < 0.006039, 0.006039, 0.001156> - 11991: < 0.006313, 0.005747, 0.001157> - 11992: < 0.006313, 0.005747, 0.001157> - 11993: < 0.006039, 0.006039, 0.001156> - 11994: < 0.005996, 0.005996, 0.001534> - 11995: < 0.006269, 0.005707, 0.001536> - 11996: < 0.006269, 0.005707, 0.001536> - 11997: < 0.005996, 0.005996, 0.001534> - 11998: < 0.005944, 0.005944, 0.001906> - 11999: < 0.006212, 0.005657, 0.001908> - 12000: < 0.006212, 0.005657, 0.001908> - 12001: < 0.005944, 0.005944, 0.001906> - 12002: < 0.005881, 0.005881, 0.002269> - 12003: < 0.006146, 0.005599, 0.002272> - 12004: < 0.006146, 0.005599, 0.002272> - 12005: < 0.005881, 0.005881, 0.002269> - 12006: < 0.005809, 0.005809, 0.002623> - 12007: < 0.006069, 0.005533, 0.002627> - 12008: < 0.006069, 0.005533, 0.002627> - 12009: < 0.005809, 0.005809, 0.002623> - 12010: < 0.005729, 0.005729, 0.002966> - 12011: < 0.005983, 0.005459, 0.002971> - 12012: < 0.005983, 0.005459, 0.002971> - 12013: < 0.005729, 0.005729, 0.002966> - 12014: < 0.005642, 0.005642, 0.003297> - 12015: < 0.005888, 0.005379, 0.003302> - 12016: < 0.005888, 0.005379, 0.003302> - 12017: < 0.005642, 0.005642, 0.003297> - 12018: < 0.005549, 0.005549, 0.003612> - 12019: < 0.005786, 0.005294, 0.003619> - 12020: < 0.005786, 0.005294, 0.003619> - 12021: < 0.005549, 0.005549, 0.003612> - 12022: < 0.005451, 0.005451, 0.003910> - 12023: < 0.005678, 0.005207, 0.003918> - 12024: < 0.005678, 0.005207, 0.003918> - 12025: < 0.005451, 0.005451, 0.003910> - 12026: < 0.005351, 0.005351, 0.004188> - 12027: < 0.005564, 0.005120, 0.004199> - 12028: < 0.005564, 0.005120, 0.004199> - 12029: < 0.005351, 0.005351, 0.004188> - 12030: < 0.005255, 0.005255, 0.004436> - 12031: < 0.005446, 0.005034, 0.004460> - 12032: < 0.005446, 0.005034, 0.004460> - 12033: < 0.005255, 0.005255, 0.004436> - 12034: < 0.005166, 0.005166, 0.004647> - 12035: < 0.005326, 0.004959, 0.004691> - 12036: < 0.005326, 0.004959, 0.004691> - 12037: < 0.005166, 0.005166, 0.004647> - 12038: < 0.005081, 0.005081, 0.004833> - 12039: < 0.005206, 0.004894, 0.004894> - 12040: < 0.005206, 0.004894, 0.004894> - 12041: < 0.005081, 0.005081, 0.004833> - 12042: < 0.005000, 0.005000, 0.005000> - 12043: < 0.005081, 0.004833, 0.005081> - 12044: < 0.005326, 0.004691, 0.004959> - 12045: < 0.005206, 0.004894, 0.004894> - 12046: < 0.005081, 0.004833, 0.005081> - 12047: < 0.005166, 0.004647, 0.005166> - 12048: < 0.005446, 0.004460, 0.005034> - 12049: < 0.005326, 0.004691, 0.004959> - 12050: < 0.005166, 0.004647, 0.005166> - 12051: < 0.005255, 0.004436, 0.005255> - 12052: < 0.005564, 0.004199, 0.005120> - 12053: < 0.005446, 0.004460, 0.005034> - 12054: < 0.005255, 0.004436, 0.005255> - 12055: < 0.005351, 0.004188, 0.005351> - 12056: < 0.005678, 0.003918, 0.005207> - 12057: < 0.005564, 0.004199, 0.005120> - 12058: < 0.005351, 0.004188, 0.005351> - 12059: < 0.005451, 0.003910, 0.005451> - 12060: < 0.005786, 0.003619, 0.005294> - 12061: < 0.005678, 0.003918, 0.005207> - 12062: < 0.005451, 0.003910, 0.005451> - 12063: < 0.005549, 0.003612, 0.005549> - 12064: < 0.005888, 0.003302, 0.005379> - 12065: < 0.005786, 0.003619, 0.005294> - 12066: < 0.005549, 0.003612, 0.005549> - 12067: < 0.005642, 0.003297, 0.005642> - 12068: < 0.005983, 0.002971, 0.005459> - 12069: < 0.005888, 0.003302, 0.005379> - 12070: < 0.005642, 0.003297, 0.005642> - 12071: < 0.005729, 0.002966, 0.005729> - 12072: < 0.006069, 0.002627, 0.005533> - 12073: < 0.005983, 0.002971, 0.005459> - 12074: < 0.005729, 0.002966, 0.005729> - 12075: < 0.005809, 0.002623, 0.005809> - 12076: < 0.006146, 0.002272, 0.005599> - 12077: < 0.006069, 0.002627, 0.005533> - 12078: < 0.005809, 0.002623, 0.005809> - 12079: < 0.005881, 0.002269, 0.005881> - 12080: < 0.006212, 0.001908, 0.005657> - 12081: < 0.006146, 0.002272, 0.005599> - 12082: < 0.005881, 0.002269, 0.005881> - 12083: < 0.005944, 0.001906, 0.005944> - 12084: < 0.006269, 0.001536, 0.005707> - 12085: < 0.006212, 0.001908, 0.005657> - 12086: < 0.005944, 0.001906, 0.005944> - 12087: < 0.005996, 0.001534, 0.005996> - 12088: < 0.006313, 0.001157, 0.005747> - 12089: < 0.006269, 0.001536, 0.005707> - 12090: < 0.005996, 0.001534, 0.005996> - 12091: < 0.006039, 0.001156, 0.006039> - 12092: < 0.006346, 0.000774, 0.005776> - 12093: < 0.006313, 0.001157, 0.005747> - 12094: < 0.006039, 0.001156, 0.006039> - 12095: < 0.006070, 0.000773, 0.006070> - 12096: < 0.006366, 0.000388, 0.005794> - 12097: < 0.006346, 0.000774, 0.005776> - 12098: < 0.006070, 0.000773, 0.006070> - 12099: < 0.006089, 0.000387, 0.006089> - 12100: < 0.006373, 0.000000, 0.005801> - 12101: < 0.006366, 0.000388, 0.005794> - 12102: < 0.006089, 0.000387, 0.006089> - 12103: < 0.006096, -0.000000, 0.006096> - 12104: < 0.006366, -0.000388, 0.005794> - 12105: < 0.006373, 0.000000, 0.005801> - 12106: < 0.006096, -0.000000, 0.006096> - 12107: < 0.006089, -0.000387, 0.006089> - 12108: < 0.006346, -0.000774, 0.005776> - 12109: < 0.006366, -0.000388, 0.005794> - 12110: < 0.006089, -0.000387, 0.006089> - 12111: < 0.006070, -0.000773, 0.006070> - 12112: < 0.006313, -0.001157, 0.005747> - 12113: < 0.006346, -0.000774, 0.005776> - 12114: < 0.006070, -0.000773, 0.006070> - 12115: < 0.006039, -0.001156, 0.006039> - 12116: < 0.006269, -0.001536, 0.005707> - 12117: < 0.006313, -0.001157, 0.005747> - 12118: < 0.006039, -0.001156, 0.006039> - 12119: < 0.005996, -0.001534, 0.005996> - 12120: < 0.006212, -0.001908, 0.005657> - 12121: < 0.006269, -0.001536, 0.005707> - 12122: < 0.005996, -0.001534, 0.005996> - 12123: < 0.005944, -0.001906, 0.005944> - 12124: < 0.006146, -0.002272, 0.005599> - 12125: < 0.006212, -0.001908, 0.005657> - 12126: < 0.005944, -0.001906, 0.005944> - 12127: < 0.005881, -0.002269, 0.005881> - 12128: < 0.006069, -0.002627, 0.005533> - 12129: < 0.006146, -0.002272, 0.005599> - 12130: < 0.005881, -0.002269, 0.005881> - 12131: < 0.005809, -0.002623, 0.005809> - 12132: < 0.005983, -0.002971, 0.005459> - 12133: < 0.006069, -0.002627, 0.005533> - 12134: < 0.005809, -0.002623, 0.005809> - 12135: < 0.005729, -0.002966, 0.005729> - 12136: < 0.005888, -0.003302, 0.005379> - 12137: < 0.005983, -0.002971, 0.005459> - 12138: < 0.005729, -0.002966, 0.005729> - 12139: < 0.005642, -0.003297, 0.005642> - 12140: < 0.005786, -0.003619, 0.005294> - 12141: < 0.005888, -0.003302, 0.005379> - 12142: < 0.005642, -0.003297, 0.005642> - 12143: < 0.005549, -0.003612, 0.005549> - 12144: < 0.005678, -0.003918, 0.005207> - 12145: < 0.005786, -0.003619, 0.005294> - 12146: < 0.005549, -0.003612, 0.005549> - 12147: < 0.005451, -0.003910, 0.005451> - 12148: < 0.005564, -0.004199, 0.005120> - 12149: < 0.005678, -0.003918, 0.005207> - 12150: < 0.005451, -0.003910, 0.005451> - 12151: < 0.005351, -0.004188, 0.005351> - 12152: < 0.005446, -0.004460, 0.005034> - 12153: < 0.005564, -0.004199, 0.005120> - 12154: < 0.005351, -0.004188, 0.005351> - 12155: < 0.005255, -0.004436, 0.005255> - 12156: < 0.005326, -0.004691, 0.004959> - 12157: < 0.005446, -0.004460, 0.005034> - 12158: < 0.005255, -0.004436, 0.005255> - 12159: < 0.005166, -0.004647, 0.005166> - 12160: < 0.005206, -0.004894, 0.004894> - 12161: < 0.005326, -0.004691, 0.004959> - 12162: < 0.005166, -0.004647, 0.005166> - 12163: < 0.005081, -0.004833, 0.005081> - 12164: < 0.005081, -0.005081, 0.004833> - 12165: < 0.005206, -0.004894, 0.004894> - 12166: < 0.005081, -0.004833, 0.005081> - 12167: < 0.005000, -0.005000, 0.005000> - 12168: < 0.005166, -0.005166, 0.004647> - 12169: < 0.005326, -0.004959, 0.004691> - 12170: < 0.005206, -0.004894, 0.004894> - 12171: < 0.005081, -0.005081, 0.004833> - 12172: < 0.005255, -0.005255, 0.004436> - 12173: < 0.005446, -0.005034, 0.004460> - 12174: < 0.005326, -0.004959, 0.004691> - 12175: < 0.005166, -0.005166, 0.004647> - 12176: < 0.005351, -0.005351, 0.004188> - 12177: < 0.005564, -0.005120, 0.004199> - 12178: < 0.005446, -0.005034, 0.004460> - 12179: < 0.005255, -0.005255, 0.004436> - 12180: < 0.005451, -0.005451, 0.003910> - 12181: < 0.005678, -0.005207, 0.003918> - 12182: < 0.005564, -0.005120, 0.004199> - 12183: < 0.005351, -0.005351, 0.004188> - 12184: < 0.005549, -0.005549, 0.003612> - 12185: < 0.005786, -0.005294, 0.003619> - 12186: < 0.005678, -0.005207, 0.003918> - 12187: < 0.005451, -0.005451, 0.003910> - 12188: < 0.005642, -0.005642, 0.003297> - 12189: < 0.005888, -0.005379, 0.003302> - 12190: < 0.005786, -0.005294, 0.003619> - 12191: < 0.005549, -0.005549, 0.003612> - 12192: < 0.005729, -0.005729, 0.002966> - 12193: < 0.005983, -0.005459, 0.002971> - 12194: < 0.005888, -0.005379, 0.003302> - 12195: < 0.005642, -0.005642, 0.003297> - 12196: < 0.005809, -0.005809, 0.002623> - 12197: < 0.006069, -0.005533, 0.002627> - 12198: < 0.005983, -0.005459, 0.002971> - 12199: < 0.005729, -0.005729, 0.002966> - 12200: < 0.005881, -0.005881, 0.002269> - 12201: < 0.006146, -0.005599, 0.002272> - 12202: < 0.006069, -0.005533, 0.002627> - 12203: < 0.005809, -0.005809, 0.002623> - 12204: < 0.005944, -0.005944, 0.001906> - 12205: < 0.006212, -0.005657, 0.001908> - 12206: < 0.006146, -0.005599, 0.002272> - 12207: < 0.005881, -0.005881, 0.002269> - 12208: < 0.005996, -0.005996, 0.001534> - 12209: < 0.006269, -0.005707, 0.001536> - 12210: < 0.006212, -0.005657, 0.001908> - 12211: < 0.005944, -0.005944, 0.001906> - 12212: < 0.006039, -0.006039, 0.001156> - 12213: < 0.006313, -0.005747, 0.001157> - 12214: < 0.006269, -0.005707, 0.001536> - 12215: < 0.005996, -0.005996, 0.001534> - 12216: < 0.006070, -0.006070, 0.000773> - 12217: < 0.006346, -0.005776, 0.000774> - 12218: < 0.006313, -0.005747, 0.001157> - 12219: < 0.006039, -0.006039, 0.001156> - 12220: < 0.006089, -0.006089, 0.000387> - 12221: < 0.006366, -0.005794, 0.000388> - 12222: < 0.006346, -0.005776, 0.000774> - 12223: < 0.006070, -0.006070, 0.000773> - 12224: < 0.006096, -0.006096, 0.000000> - 12225: < 0.006373, -0.005801, 0.000000> - 12226: < 0.006366, -0.005794, 0.000388> - 12227: < 0.006089, -0.006089, 0.000387> - 12228: < 0.006089, -0.006089, -0.000387> - 12229: < 0.006366, -0.005794, -0.000388> - 12230: < 0.006373, -0.005801, 0.000000> - 12231: < 0.006096, -0.006096, 0.000000> - 12232: < 0.006070, -0.006070, -0.000773> - 12233: < 0.006346, -0.005776, -0.000774> - 12234: < 0.006366, -0.005794, -0.000388> - 12235: < 0.006089, -0.006089, -0.000387> - 12236: < 0.006039, -0.006039, -0.001156> - 12237: < 0.006313, -0.005747, -0.001157> - 12238: < 0.006346, -0.005776, -0.000774> - 12239: < 0.006070, -0.006070, -0.000773> - 12240: < 0.005996, -0.005996, -0.001534> - 12241: < 0.006269, -0.005707, -0.001536> - 12242: < 0.006313, -0.005747, -0.001157> - 12243: < 0.006039, -0.006039, -0.001156> - 12244: < 0.005944, -0.005944, -0.001906> - 12245: < 0.006212, -0.005657, -0.001908> - 12246: < 0.006269, -0.005707, -0.001536> - 12247: < 0.005996, -0.005996, -0.001534> - 12248: < 0.005881, -0.005881, -0.002269> - 12249: < 0.006146, -0.005599, -0.002272> - 12250: < 0.006212, -0.005657, -0.001908> - 12251: < 0.005944, -0.005944, -0.001906> - 12252: < 0.005809, -0.005809, -0.002623> - 12253: < 0.006069, -0.005533, -0.002627> - 12254: < 0.006146, -0.005599, -0.002272> - 12255: < 0.005881, -0.005881, -0.002269> - 12256: < 0.005729, -0.005729, -0.002966> - 12257: < 0.005983, -0.005459, -0.002971> - 12258: < 0.006069, -0.005533, -0.002627> - 12259: < 0.005809, -0.005809, -0.002623> - 12260: < 0.005642, -0.005642, -0.003297> - 12261: < 0.005888, -0.005379, -0.003302> - 12262: < 0.005983, -0.005459, -0.002971> - 12263: < 0.005729, -0.005729, -0.002966> - 12264: < 0.005549, -0.005549, -0.003612> - 12265: < 0.005786, -0.005294, -0.003619> - 12266: < 0.005888, -0.005379, -0.003302> - 12267: < 0.005642, -0.005642, -0.003297> - 12268: < 0.005451, -0.005451, -0.003910> - 12269: < 0.005678, -0.005207, -0.003918> - 12270: < 0.005786, -0.005294, -0.003619> - 12271: < 0.005549, -0.005549, -0.003612> - 12272: < 0.005351, -0.005351, -0.004188> - 12273: < 0.005564, -0.005120, -0.004199> - 12274: < 0.005678, -0.005207, -0.003918> - 12275: < 0.005451, -0.005451, -0.003910> - 12276: < 0.005255, -0.005255, -0.004436> - 12277: < 0.005446, -0.005034, -0.004460> - 12278: < 0.005564, -0.005120, -0.004199> - 12279: < 0.005351, -0.005351, -0.004188> - 12280: < 0.005166, -0.005166, -0.004647> - 12281: < 0.005326, -0.004959, -0.004691> - 12282: < 0.005446, -0.005034, -0.004460> - 12283: < 0.005255, -0.005255, -0.004436> - 12284: < 0.005081, -0.005081, -0.004833> - 12285: < 0.005206, -0.004894, -0.004894> - 12286: < 0.005326, -0.004959, -0.004691> - 12287: < 0.005166, -0.005166, -0.004647> - 12288: < 0.004894, -0.005206, 0.004894> - 12289: < 0.004691, -0.005326, 0.004959> - 12290: < 0.004738, -0.005479, 0.004738> - 12291: < 0.004959, -0.005326, 0.004691> - 12292: < 0.004691, -0.005326, 0.004959> - 12293: < 0.004460, -0.005446, 0.005034> - 12294: < 0.004494, -0.005623, 0.004798> - 12295: < 0.004738, -0.005479, 0.004738> - 12296: < 0.004460, -0.005446, 0.005034> - 12297: < 0.004199, -0.005564, 0.005120> - 12298: < 0.004226, -0.005760, 0.004870> - 12299: < 0.004494, -0.005623, 0.004798> - 12300: < 0.004199, -0.005564, 0.005120> - 12301: < 0.003918, -0.005678, 0.005207> - 12302: < 0.003941, -0.005887, 0.004946> - 12303: < 0.004226, -0.005760, 0.004870> - 12304: < 0.003918, -0.005678, 0.005207> - 12305: < 0.003619, -0.005786, 0.005294> - 12306: < 0.003637, -0.006006, 0.005023> - 12307: < 0.003941, -0.005887, 0.004946> - 12308: < 0.003619, -0.005786, 0.005294> - 12309: < 0.003302, -0.005888, 0.005379> - 12310: < 0.003318, -0.006117, 0.005099> - 12311: < 0.003637, -0.006006, 0.005023> - 12312: < 0.003302, -0.005888, 0.005379> - 12313: < 0.002971, -0.005983, 0.005459> - 12314: < 0.002984, -0.006219, 0.005172> - 12315: < 0.003318, -0.006117, 0.005099> - 12316: < 0.002971, -0.005983, 0.005459> - 12317: < 0.002627, -0.006069, 0.005533> - 12318: < 0.002638, -0.006311, 0.005240> - 12319: < 0.002984, -0.006219, 0.005172> - 12320: < 0.002627, -0.006069, 0.005533> - 12321: < 0.002272, -0.006146, 0.005599> - 12322: < 0.002281, -0.006393, 0.005301> - 12323: < 0.002638, -0.006311, 0.005240> - 12324: < 0.002272, -0.006146, 0.005599> - 12325: < 0.001908, -0.006212, 0.005657> - 12326: < 0.001915, -0.006464, 0.005355> - 12327: < 0.002281, -0.006393, 0.005301> - 12328: < 0.001908, -0.006212, 0.005657> - 12329: < 0.001536, -0.006269, 0.005707> - 12330: < 0.001541, -0.006523, 0.005401> - 12331: < 0.001915, -0.006464, 0.005355> - 12332: < 0.001536, -0.006269, 0.005707> - 12333: < 0.001157, -0.006313, 0.005747> - 12334: < 0.001161, -0.006570, 0.005438> - 12335: < 0.001541, -0.006523, 0.005401> - 12336: < 0.001157, -0.006313, 0.005747> - 12337: < 0.000774, -0.006346, 0.005776> - 12338: < 0.000777, -0.006605, 0.005466> - 12339: < 0.001161, -0.006570, 0.005438> - 12340: < 0.000774, -0.006346, 0.005776> - 12341: < 0.000388, -0.006366, 0.005794> - 12342: < 0.000389, -0.006626, 0.005483> - 12343: < 0.000777, -0.006605, 0.005466> - 12344: < 0.000388, -0.006366, 0.005794> - 12345: <-0.000000, -0.006373, 0.005801> - 12346: < 0.000000, -0.006633, 0.005489> - 12347: < 0.000389, -0.006626, 0.005483> - 12348: <-0.000000, -0.006373, 0.005801> - 12349: <-0.000388, -0.006366, 0.005794> - 12350: <-0.000389, -0.006626, 0.005483> - 12351: < 0.000000, -0.006633, 0.005489> - 12352: <-0.000388, -0.006366, 0.005794> - 12353: <-0.000774, -0.006346, 0.005776> - 12354: <-0.000777, -0.006605, 0.005466> - 12355: <-0.000389, -0.006626, 0.005483> - 12356: <-0.000774, -0.006346, 0.005776> - 12357: <-0.001157, -0.006313, 0.005747> - 12358: <-0.001161, -0.006570, 0.005438> - 12359: <-0.000777, -0.006605, 0.005466> - 12360: <-0.001157, -0.006313, 0.005747> - 12361: <-0.001536, -0.006269, 0.005707> - 12362: <-0.001541, -0.006523, 0.005401> - 12363: <-0.001161, -0.006570, 0.005438> - 12364: <-0.001536, -0.006269, 0.005707> - 12365: <-0.001908, -0.006212, 0.005657> - 12366: <-0.001915, -0.006464, 0.005355> - 12367: <-0.001541, -0.006523, 0.005401> - 12368: <-0.001908, -0.006212, 0.005657> - 12369: <-0.002272, -0.006146, 0.005599> - 12370: <-0.002281, -0.006393, 0.005301> - 12371: <-0.001915, -0.006464, 0.005355> - 12372: <-0.002272, -0.006146, 0.005599> - 12373: <-0.002627, -0.006069, 0.005533> - 12374: <-0.002638, -0.006311, 0.005240> - 12375: <-0.002281, -0.006393, 0.005301> - 12376: <-0.002627, -0.006069, 0.005533> - 12377: <-0.002971, -0.005983, 0.005459> - 12378: <-0.002984, -0.006219, 0.005172> - 12379: <-0.002638, -0.006311, 0.005240> - 12380: <-0.002971, -0.005983, 0.005459> - 12381: <-0.003302, -0.005888, 0.005379> - 12382: <-0.003318, -0.006117, 0.005099> - 12383: <-0.002984, -0.006219, 0.005172> - 12384: <-0.003302, -0.005888, 0.005379> - 12385: <-0.003619, -0.005786, 0.005294> - 12386: <-0.003637, -0.006006, 0.005023> - 12387: <-0.003318, -0.006117, 0.005099> - 12388: <-0.003619, -0.005786, 0.005294> - 12389: <-0.003918, -0.005678, 0.005207> - 12390: <-0.003941, -0.005887, 0.004946> - 12391: <-0.003637, -0.006006, 0.005023> - 12392: <-0.003918, -0.005678, 0.005207> - 12393: <-0.004199, -0.005564, 0.005120> - 12394: <-0.004226, -0.005760, 0.004870> - 12395: <-0.003941, -0.005887, 0.004946> - 12396: <-0.004199, -0.005564, 0.005120> - 12397: <-0.004460, -0.005446, 0.005034> - 12398: <-0.004494, -0.005623, 0.004798> - 12399: <-0.004226, -0.005760, 0.004870> - 12400: <-0.004460, -0.005446, 0.005034> - 12401: <-0.004691, -0.005326, 0.004959> - 12402: <-0.004738, -0.005479, 0.004738> - 12403: <-0.004494, -0.005623, 0.004798> - 12404: <-0.004691, -0.005326, 0.004959> - 12405: <-0.004894, -0.005206, 0.004894> - 12406: <-0.004959, -0.005326, 0.004691> - 12407: <-0.004738, -0.005479, 0.004738> - 12408: < 0.004959, -0.005326, 0.004691> - 12409: < 0.004738, -0.005479, 0.004738> - 12410: < 0.004798, -0.005623, 0.004494> - 12411: < 0.005034, -0.005446, 0.004460> - 12412: < 0.004738, -0.005479, 0.004738> - 12413: < 0.004494, -0.005623, 0.004798> - 12414: < 0.004542, -0.005788, 0.004542> - 12415: < 0.004798, -0.005623, 0.004494> - 12416: < 0.004494, -0.005623, 0.004798> - 12417: < 0.004226, -0.005760, 0.004870> - 12418: < 0.004267, -0.005939, 0.004602> - 12419: < 0.004542, -0.005788, 0.004542> - 12420: < 0.004226, -0.005760, 0.004870> - 12421: < 0.003941, -0.005887, 0.004946> - 12422: < 0.003975, -0.006080, 0.004668> - 12423: < 0.004267, -0.005939, 0.004602> - 12424: < 0.003941, -0.005887, 0.004946> - 12425: < 0.003637, -0.006006, 0.005023> - 12426: < 0.003666, -0.006210, 0.004736> - 12427: < 0.003975, -0.006080, 0.004668> - 12428: < 0.003637, -0.006006, 0.005023> - 12429: < 0.003318, -0.006117, 0.005099> - 12430: < 0.003342, -0.006329, 0.004804> - 12431: < 0.003666, -0.006210, 0.004736> - 12432: < 0.003318, -0.006117, 0.005099> - 12433: < 0.002984, -0.006219, 0.005172> - 12434: < 0.003004, -0.006439, 0.004870> - 12435: < 0.003342, -0.006329, 0.004804> - 12436: < 0.002984, -0.006219, 0.005172> - 12437: < 0.002638, -0.006311, 0.005240> - 12438: < 0.002655, -0.006537, 0.004931> - 12439: < 0.003004, -0.006439, 0.004870> - 12440: < 0.002638, -0.006311, 0.005240> - 12441: < 0.002281, -0.006393, 0.005301> - 12442: < 0.002295, -0.006623, 0.004987> - 12443: < 0.002655, -0.006537, 0.004931> - 12444: < 0.002281, -0.006393, 0.005301> - 12445: < 0.001915, -0.006464, 0.005355> - 12446: < 0.001926, -0.006698, 0.005037> - 12447: < 0.002295, -0.006623, 0.004987> - 12448: < 0.001915, -0.006464, 0.005355> - 12449: < 0.001541, -0.006523, 0.005401> - 12450: < 0.001550, -0.006761, 0.005080> - 12451: < 0.001926, -0.006698, 0.005037> - 12452: < 0.001541, -0.006523, 0.005401> - 12453: < 0.001161, -0.006570, 0.005438> - 12454: < 0.001168, -0.006810, 0.005114> - 12455: < 0.001550, -0.006761, 0.005080> - 12456: < 0.001161, -0.006570, 0.005438> - 12457: < 0.000777, -0.006605, 0.005466> - 12458: < 0.000781, -0.006846, 0.005140> - 12459: < 0.001168, -0.006810, 0.005114> - 12460: < 0.000777, -0.006605, 0.005466> - 12461: < 0.000389, -0.006626, 0.005483> - 12462: < 0.000391, -0.006868, 0.005156> - 12463: < 0.000781, -0.006846, 0.005140> - 12464: < 0.000389, -0.006626, 0.005483> - 12465: < 0.000000, -0.006633, 0.005489> - 12466: < 0.000000, -0.006875, 0.005162> - 12467: < 0.000391, -0.006868, 0.005156> - 12468: < 0.000000, -0.006633, 0.005489> - 12469: <-0.000389, -0.006626, 0.005483> - 12470: <-0.000391, -0.006868, 0.005156> - 12471: < 0.000000, -0.006875, 0.005162> - 12472: <-0.000389, -0.006626, 0.005483> - 12473: <-0.000777, -0.006605, 0.005466> - 12474: <-0.000781, -0.006846, 0.005140> - 12475: <-0.000391, -0.006868, 0.005156> - 12476: <-0.000777, -0.006605, 0.005466> - 12477: <-0.001161, -0.006570, 0.005438> - 12478: <-0.001168, -0.006810, 0.005114> - 12479: <-0.000781, -0.006846, 0.005140> - 12480: <-0.001161, -0.006570, 0.005438> - 12481: <-0.001541, -0.006523, 0.005401> - 12482: <-0.001550, -0.006761, 0.005080> - 12483: <-0.001168, -0.006810, 0.005114> - 12484: <-0.001541, -0.006523, 0.005401> - 12485: <-0.001915, -0.006464, 0.005355> - 12486: <-0.001926, -0.006698, 0.005037> - 12487: <-0.001550, -0.006761, 0.005080> - 12488: <-0.001915, -0.006464, 0.005355> - 12489: <-0.002281, -0.006393, 0.005301> - 12490: <-0.002295, -0.006623, 0.004987> - 12491: <-0.001926, -0.006698, 0.005037> - 12492: <-0.002281, -0.006393, 0.005301> - 12493: <-0.002638, -0.006311, 0.005240> - 12494: <-0.002655, -0.006537, 0.004931> - 12495: <-0.002295, -0.006623, 0.004987> - 12496: <-0.002638, -0.006311, 0.005240> - 12497: <-0.002984, -0.006219, 0.005172> - 12498: <-0.003004, -0.006439, 0.004870> - 12499: <-0.002655, -0.006537, 0.004931> - 12500: <-0.002984, -0.006219, 0.005172> - 12501: <-0.003318, -0.006117, 0.005099> - 12502: <-0.003342, -0.006329, 0.004804> - 12503: <-0.003004, -0.006439, 0.004870> - 12504: <-0.003318, -0.006117, 0.005099> - 12505: <-0.003637, -0.006006, 0.005023> - 12506: <-0.003666, -0.006210, 0.004736> - 12507: <-0.003342, -0.006329, 0.004804> - 12508: <-0.003637, -0.006006, 0.005023> - 12509: <-0.003941, -0.005887, 0.004946> - 12510: <-0.003975, -0.006080, 0.004668> - 12511: <-0.003666, -0.006210, 0.004736> - 12512: <-0.003941, -0.005887, 0.004946> - 12513: <-0.004226, -0.005760, 0.004870> - 12514: <-0.004267, -0.005939, 0.004602> - 12515: <-0.003975, -0.006080, 0.004668> - 12516: <-0.004226, -0.005760, 0.004870> - 12517: <-0.004494, -0.005623, 0.004798> - 12518: <-0.004542, -0.005788, 0.004542> - 12519: <-0.004267, -0.005939, 0.004602> - 12520: <-0.004494, -0.005623, 0.004798> - 12521: <-0.004738, -0.005479, 0.004738> - 12522: <-0.004798, -0.005623, 0.004494> - 12523: <-0.004542, -0.005788, 0.004542> - 12524: <-0.004738, -0.005479, 0.004738> - 12525: <-0.004959, -0.005326, 0.004691> - 12526: <-0.005034, -0.005446, 0.004460> - 12527: <-0.004798, -0.005623, 0.004494> - 12528: < 0.005034, -0.005446, 0.004460> - 12529: < 0.004798, -0.005623, 0.004494> - 12530: < 0.004870, -0.005760, 0.004226> - 12531: < 0.005120, -0.005564, 0.004199> - 12532: < 0.004798, -0.005623, 0.004494> - 12533: < 0.004542, -0.005788, 0.004542> - 12534: < 0.004602, -0.005939, 0.004267> - 12535: < 0.004870, -0.005760, 0.004226> - 12536: < 0.004542, -0.005788, 0.004542> - 12537: < 0.004267, -0.005939, 0.004602> - 12538: < 0.004318, -0.006105, 0.004318> - 12539: < 0.004602, -0.005939, 0.004267> - 12540: < 0.004267, -0.005939, 0.004602> - 12541: < 0.003975, -0.006080, 0.004668> - 12542: < 0.004017, -0.006257, 0.004374> - 12543: < 0.004318, -0.006105, 0.004318> - 12544: < 0.003975, -0.006080, 0.004668> - 12545: < 0.003666, -0.006210, 0.004736> - 12546: < 0.003701, -0.006397, 0.004434> - 12547: < 0.004017, -0.006257, 0.004374> - 12548: < 0.003666, -0.006210, 0.004736> - 12549: < 0.003342, -0.006329, 0.004804> - 12550: < 0.003372, -0.006525, 0.004494> - 12551: < 0.003701, -0.006397, 0.004434> - 12552: < 0.003342, -0.006329, 0.004804> - 12553: < 0.003004, -0.006439, 0.004870> - 12554: < 0.003030, -0.006641, 0.004553> - 12555: < 0.003372, -0.006525, 0.004494> - 12556: < 0.003004, -0.006439, 0.004870> - 12557: < 0.002655, -0.006537, 0.004931> - 12558: < 0.002676, -0.006745, 0.004609> - 12559: < 0.003030, -0.006641, 0.004553> - 12560: < 0.002655, -0.006537, 0.004931> - 12561: < 0.002295, -0.006623, 0.004987> - 12562: < 0.002313, -0.006836, 0.004659> - 12563: < 0.002676, -0.006745, 0.004609> - 12564: < 0.002295, -0.006623, 0.004987> - 12565: < 0.001926, -0.006698, 0.005037> - 12566: < 0.001940, -0.006915, 0.004705> - 12567: < 0.002313, -0.006836, 0.004659> - 12568: < 0.001926, -0.006698, 0.005037> - 12569: < 0.001550, -0.006761, 0.005080> - 12570: < 0.001561, -0.006980, 0.004744> - 12571: < 0.001940, -0.006915, 0.004705> - 12572: < 0.001550, -0.006761, 0.005080> - 12573: < 0.001168, -0.006810, 0.005114> - 12574: < 0.001176, -0.007032, 0.004776> - 12575: < 0.001561, -0.006980, 0.004744> - 12576: < 0.001168, -0.006810, 0.005114> - 12577: < 0.000781, -0.006846, 0.005140> - 12578: < 0.000786, -0.007069, 0.004800> - 12579: < 0.001176, -0.007032, 0.004776> - 12580: < 0.000781, -0.006846, 0.005140> - 12581: < 0.000391, -0.006868, 0.005156> - 12582: < 0.000394, -0.007092, 0.004815> - 12583: < 0.000786, -0.007069, 0.004800> - 12584: < 0.000391, -0.006868, 0.005156> - 12585: < 0.000000, -0.006875, 0.005162> - 12586: < 0.000000, -0.007099, 0.004820> - 12587: < 0.000394, -0.007092, 0.004815> - 12588: < 0.000000, -0.006875, 0.005162> - 12589: <-0.000391, -0.006868, 0.005156> - 12590: <-0.000394, -0.007092, 0.004815> - 12591: < 0.000000, -0.007099, 0.004820> - 12592: <-0.000391, -0.006868, 0.005156> - 12593: <-0.000781, -0.006846, 0.005140> - 12594: <-0.000786, -0.007069, 0.004800> - 12595: <-0.000394, -0.007092, 0.004815> - 12596: <-0.000781, -0.006846, 0.005140> - 12597: <-0.001168, -0.006810, 0.005114> - 12598: <-0.001176, -0.007032, 0.004776> - 12599: <-0.000786, -0.007069, 0.004800> - 12600: <-0.001168, -0.006810, 0.005114> - 12601: <-0.001550, -0.006761, 0.005080> - 12602: <-0.001561, -0.006980, 0.004744> - 12603: <-0.001176, -0.007032, 0.004776> - 12604: <-0.001550, -0.006761, 0.005080> - 12605: <-0.001926, -0.006698, 0.005037> - 12606: <-0.001940, -0.006915, 0.004705> - 12607: <-0.001561, -0.006980, 0.004744> - 12608: <-0.001926, -0.006698, 0.005037> - 12609: <-0.002295, -0.006623, 0.004987> - 12610: <-0.002313, -0.006836, 0.004659> - 12611: <-0.001940, -0.006915, 0.004705> - 12612: <-0.002295, -0.006623, 0.004987> - 12613: <-0.002655, -0.006537, 0.004931> - 12614: <-0.002676, -0.006745, 0.004609> - 12615: <-0.002313, -0.006836, 0.004659> - 12616: <-0.002655, -0.006537, 0.004931> - 12617: <-0.003004, -0.006439, 0.004870> - 12618: <-0.003030, -0.006641, 0.004553> - 12619: <-0.002676, -0.006745, 0.004609> - 12620: <-0.003004, -0.006439, 0.004870> - 12621: <-0.003342, -0.006329, 0.004804> - 12622: <-0.003372, -0.006525, 0.004494> - 12623: <-0.003030, -0.006641, 0.004553> - 12624: <-0.003342, -0.006329, 0.004804> - 12625: <-0.003666, -0.006210, 0.004736> - 12626: <-0.003701, -0.006397, 0.004434> - 12627: <-0.003372, -0.006525, 0.004494> - 12628: <-0.003666, -0.006210, 0.004736> - 12629: <-0.003975, -0.006080, 0.004668> - 12630: <-0.004017, -0.006257, 0.004374> - 12631: <-0.003701, -0.006397, 0.004434> - 12632: <-0.003975, -0.006080, 0.004668> - 12633: <-0.004267, -0.005939, 0.004602> - 12634: <-0.004318, -0.006105, 0.004318> - 12635: <-0.004017, -0.006257, 0.004374> - 12636: <-0.004267, -0.005939, 0.004602> - 12637: <-0.004542, -0.005788, 0.004542> - 12638: <-0.004602, -0.005939, 0.004267> - 12639: <-0.004318, -0.006105, 0.004318> - 12640: <-0.004542, -0.005788, 0.004542> - 12641: <-0.004798, -0.005623, 0.004494> - 12642: <-0.004870, -0.005760, 0.004226> - 12643: <-0.004602, -0.005939, 0.004267> - 12644: <-0.004798, -0.005623, 0.004494> - 12645: <-0.005034, -0.005446, 0.004460> - 12646: <-0.005120, -0.005564, 0.004199> - 12647: <-0.004870, -0.005760, 0.004226> - 12648: < 0.005120, -0.005564, 0.004199> - 12649: < 0.004870, -0.005760, 0.004226> - 12650: < 0.004946, -0.005887, 0.003941> - 12651: < 0.005207, -0.005678, 0.003918> - 12652: < 0.004870, -0.005760, 0.004226> - 12653: < 0.004602, -0.005939, 0.004267> - 12654: < 0.004668, -0.006080, 0.003975> - 12655: < 0.004946, -0.005887, 0.003941> - 12656: < 0.004602, -0.005939, 0.004267> - 12657: < 0.004318, -0.006105, 0.004318> - 12658: < 0.004374, -0.006257, 0.004017> - 12659: < 0.004668, -0.006080, 0.003975> - 12660: < 0.004318, -0.006105, 0.004318> - 12661: < 0.004017, -0.006257, 0.004374> - 12662: < 0.004065, -0.006421, 0.004065> - 12663: < 0.004374, -0.006257, 0.004017> - 12664: < 0.004017, -0.006257, 0.004374> - 12665: < 0.003701, -0.006397, 0.004434> - 12666: < 0.003743, -0.006570, 0.004117> - 12667: < 0.004065, -0.006421, 0.004065> - 12668: < 0.003701, -0.006397, 0.004434> - 12669: < 0.003372, -0.006525, 0.004494> - 12670: < 0.003407, -0.006705, 0.004170> - 12671: < 0.003743, -0.006570, 0.004117> - 12672: < 0.003372, -0.006525, 0.004494> - 12673: < 0.003030, -0.006641, 0.004553> - 12674: < 0.003060, -0.006828, 0.004223> - 12675: < 0.003407, -0.006705, 0.004170> - 12676: < 0.003030, -0.006641, 0.004553> - 12677: < 0.002676, -0.006745, 0.004609> - 12678: < 0.002701, -0.006937, 0.004273> - 12679: < 0.003060, -0.006828, 0.004223> - 12680: < 0.002676, -0.006745, 0.004609> - 12681: < 0.002313, -0.006836, 0.004659> - 12682: < 0.002333, -0.007033, 0.004318> - 12683: < 0.002701, -0.006937, 0.004273> - 12684: < 0.002313, -0.006836, 0.004659> - 12685: < 0.001940, -0.006915, 0.004705> - 12686: < 0.001957, -0.007115, 0.004360> - 12687: < 0.002333, -0.007033, 0.004318> - 12688: < 0.001940, -0.006915, 0.004705> - 12689: < 0.001561, -0.006980, 0.004744> - 12690: < 0.001574, -0.007183, 0.004395> - 12691: < 0.001957, -0.007115, 0.004360> - 12692: < 0.001561, -0.006980, 0.004744> - 12693: < 0.001176, -0.007032, 0.004776> - 12694: < 0.001185, -0.007236, 0.004424> - 12695: < 0.001574, -0.007183, 0.004395> - 12696: < 0.001176, -0.007032, 0.004776> - 12697: < 0.000786, -0.007069, 0.004800> - 12698: < 0.000792, -0.007275, 0.004446> - 12699: < 0.001185, -0.007236, 0.004424> - 12700: < 0.000786, -0.007069, 0.004800> - 12701: < 0.000394, -0.007092, 0.004815> - 12702: < 0.000397, -0.007298, 0.004460> - 12703: < 0.000792, -0.007275, 0.004446> - 12704: < 0.000394, -0.007092, 0.004815> - 12705: < 0.000000, -0.007099, 0.004820> - 12706: < 0.000000, -0.007306, 0.004465> - 12707: < 0.000397, -0.007298, 0.004460> - 12708: < 0.000000, -0.007099, 0.004820> - 12709: <-0.000394, -0.007092, 0.004815> - 12710: <-0.000397, -0.007298, 0.004460> - 12711: < 0.000000, -0.007306, 0.004465> - 12712: <-0.000394, -0.007092, 0.004815> - 12713: <-0.000786, -0.007069, 0.004800> - 12714: <-0.000792, -0.007275, 0.004446> - 12715: <-0.000397, -0.007298, 0.004460> - 12716: <-0.000786, -0.007069, 0.004800> - 12717: <-0.001176, -0.007032, 0.004776> - 12718: <-0.001185, -0.007236, 0.004424> - 12719: <-0.000792, -0.007275, 0.004446> - 12720: <-0.001176, -0.007032, 0.004776> - 12721: <-0.001561, -0.006980, 0.004744> - 12722: <-0.001574, -0.007183, 0.004395> - 12723: <-0.001185, -0.007236, 0.004424> - 12724: <-0.001561, -0.006980, 0.004744> - 12725: <-0.001940, -0.006915, 0.004705> - 12726: <-0.001957, -0.007115, 0.004360> - 12727: <-0.001574, -0.007183, 0.004395> - 12728: <-0.001940, -0.006915, 0.004705> - 12729: <-0.002313, -0.006836, 0.004659> - 12730: <-0.002333, -0.007033, 0.004318> - 12731: <-0.001957, -0.007115, 0.004360> - 12732: <-0.002313, -0.006836, 0.004659> - 12733: <-0.002676, -0.006745, 0.004609> - 12734: <-0.002701, -0.006937, 0.004273> - 12735: <-0.002333, -0.007033, 0.004318> - 12736: <-0.002676, -0.006745, 0.004609> - 12737: <-0.003030, -0.006641, 0.004553> - 12738: <-0.003060, -0.006828, 0.004223> - 12739: <-0.002701, -0.006937, 0.004273> - 12740: <-0.003030, -0.006641, 0.004553> - 12741: <-0.003372, -0.006525, 0.004494> - 12742: <-0.003407, -0.006705, 0.004170> - 12743: <-0.003060, -0.006828, 0.004223> - 12744: <-0.003372, -0.006525, 0.004494> - 12745: <-0.003701, -0.006397, 0.004434> - 12746: <-0.003743, -0.006570, 0.004117> - 12747: <-0.003407, -0.006705, 0.004170> - 12748: <-0.003701, -0.006397, 0.004434> - 12749: <-0.004017, -0.006257, 0.004374> - 12750: <-0.004065, -0.006421, 0.004065> - 12751: <-0.003743, -0.006570, 0.004117> - 12752: <-0.004017, -0.006257, 0.004374> - 12753: <-0.004318, -0.006105, 0.004318> - 12754: <-0.004374, -0.006257, 0.004017> - 12755: <-0.004065, -0.006421, 0.004065> - 12756: <-0.004318, -0.006105, 0.004318> - 12757: <-0.004602, -0.005939, 0.004267> - 12758: <-0.004668, -0.006080, 0.003975> - 12759: <-0.004374, -0.006257, 0.004017> - 12760: <-0.004602, -0.005939, 0.004267> - 12761: <-0.004870, -0.005760, 0.004226> - 12762: <-0.004946, -0.005887, 0.003941> - 12763: <-0.004668, -0.006080, 0.003975> - 12764: <-0.004870, -0.005760, 0.004226> - 12765: <-0.005120, -0.005564, 0.004199> - 12766: <-0.005207, -0.005678, 0.003918> - 12767: <-0.004946, -0.005887, 0.003941> - 12768: < 0.005207, -0.005678, 0.003918> - 12769: < 0.004946, -0.005887, 0.003941> - 12770: < 0.005023, -0.006006, 0.003637> - 12771: < 0.005294, -0.005786, 0.003619> - 12772: < 0.004946, -0.005887, 0.003941> - 12773: < 0.004668, -0.006080, 0.003975> - 12774: < 0.004736, -0.006210, 0.003666> - 12775: < 0.005023, -0.006006, 0.003637> - 12776: < 0.004668, -0.006080, 0.003975> - 12777: < 0.004374, -0.006257, 0.004017> - 12778: < 0.004434, -0.006397, 0.003701> - 12779: < 0.004736, -0.006210, 0.003666> - 12780: < 0.004374, -0.006257, 0.004017> - 12781: < 0.004065, -0.006421, 0.004065> - 12782: < 0.004117, -0.006570, 0.003743> - 12783: < 0.004434, -0.006397, 0.003701> - 12784: < 0.004065, -0.006421, 0.004065> - 12785: < 0.003743, -0.006570, 0.004117> - 12786: < 0.003788, -0.006727, 0.003788> - 12787: < 0.004117, -0.006570, 0.003743> - 12788: < 0.003743, -0.006570, 0.004117> - 12789: < 0.003407, -0.006705, 0.004170> - 12790: < 0.003446, -0.006870, 0.003834> - 12791: < 0.003788, -0.006727, 0.003788> - 12792: < 0.003407, -0.006705, 0.004170> - 12793: < 0.003060, -0.006828, 0.004223> - 12794: < 0.003093, -0.006998, 0.003880> - 12795: < 0.003446, -0.006870, 0.003834> - 12796: < 0.003060, -0.006828, 0.004223> - 12797: < 0.002701, -0.006937, 0.004273> - 12798: < 0.002729, -0.007112, 0.003924> - 12799: < 0.003093, -0.006998, 0.003880> - 12800: < 0.002701, -0.006937, 0.004273> - 12801: < 0.002333, -0.007033, 0.004318> - 12802: < 0.002356, -0.007212, 0.003965> - 12803: < 0.002729, -0.007112, 0.003924> - 12804: < 0.002333, -0.007033, 0.004318> - 12805: < 0.001957, -0.007115, 0.004360> - 12806: < 0.001975, -0.007297, 0.004002> - 12807: < 0.002356, -0.007212, 0.003965> - 12808: < 0.001957, -0.007115, 0.004360> - 12809: < 0.001574, -0.007183, 0.004395> - 12810: < 0.001588, -0.007367, 0.004034> - 12811: < 0.001975, -0.007297, 0.004002> - 12812: < 0.001574, -0.007183, 0.004395> - 12813: < 0.001185, -0.007236, 0.004424> - 12814: < 0.001196, -0.007423, 0.004061> - 12815: < 0.001588, -0.007367, 0.004034> - 12816: < 0.001185, -0.007236, 0.004424> - 12817: < 0.000792, -0.007275, 0.004446> - 12818: < 0.000799, -0.007462, 0.004081> - 12819: < 0.001196, -0.007423, 0.004061> - 12820: < 0.000792, -0.007275, 0.004446> - 12821: < 0.000397, -0.007298, 0.004460> - 12822: < 0.000400, -0.007487, 0.004093> - 12823: < 0.000799, -0.007462, 0.004081> - 12824: < 0.000397, -0.007298, 0.004460> - 12825: < 0.000000, -0.007306, 0.004465> - 12826: < 0.000000, -0.007495, 0.004098> - 12827: < 0.000400, -0.007487, 0.004093> - 12828: < 0.000000, -0.007306, 0.004465> - 12829: <-0.000397, -0.007298, 0.004460> - 12830: <-0.000400, -0.007487, 0.004093> - 12831: < 0.000000, -0.007495, 0.004098> - 12832: <-0.000397, -0.007298, 0.004460> - 12833: <-0.000792, -0.007275, 0.004446> - 12834: <-0.000799, -0.007462, 0.004081> - 12835: <-0.000400, -0.007487, 0.004093> - 12836: <-0.000792, -0.007275, 0.004446> - 12837: <-0.001185, -0.007236, 0.004424> - 12838: <-0.001196, -0.007423, 0.004061> - 12839: <-0.000799, -0.007462, 0.004081> - 12840: <-0.001185, -0.007236, 0.004424> - 12841: <-0.001574, -0.007183, 0.004395> - 12842: <-0.001588, -0.007367, 0.004034> - 12843: <-0.001196, -0.007423, 0.004061> - 12844: <-0.001574, -0.007183, 0.004395> - 12845: <-0.001957, -0.007115, 0.004360> - 12846: <-0.001975, -0.007297, 0.004002> - 12847: <-0.001588, -0.007367, 0.004034> - 12848: <-0.001957, -0.007115, 0.004360> - 12849: <-0.002333, -0.007033, 0.004318> - 12850: <-0.002356, -0.007212, 0.003965> - 12851: <-0.001975, -0.007297, 0.004002> - 12852: <-0.002333, -0.007033, 0.004318> - 12853: <-0.002701, -0.006937, 0.004273> - 12854: <-0.002729, -0.007112, 0.003924> - 12855: <-0.002356, -0.007212, 0.003965> - 12856: <-0.002701, -0.006937, 0.004273> - 12857: <-0.003060, -0.006828, 0.004223> - 12858: <-0.003093, -0.006998, 0.003880> - 12859: <-0.002729, -0.007112, 0.003924> - 12860: <-0.003060, -0.006828, 0.004223> - 12861: <-0.003407, -0.006705, 0.004170> - 12862: <-0.003446, -0.006870, 0.003834> - 12863: <-0.003093, -0.006998, 0.003880> - 12864: <-0.003407, -0.006705, 0.004170> - 12865: <-0.003743, -0.006570, 0.004117> - 12866: <-0.003788, -0.006727, 0.003788> - 12867: <-0.003446, -0.006870, 0.003834> - 12868: <-0.003743, -0.006570, 0.004117> - 12869: <-0.004065, -0.006421, 0.004065> - 12870: <-0.004117, -0.006570, 0.003743> - 12871: <-0.003788, -0.006727, 0.003788> - 12872: <-0.004065, -0.006421, 0.004065> - 12873: <-0.004374, -0.006257, 0.004017> - 12874: <-0.004434, -0.006397, 0.003701> - 12875: <-0.004117, -0.006570, 0.003743> - 12876: <-0.004374, -0.006257, 0.004017> - 12877: <-0.004668, -0.006080, 0.003975> - 12878: <-0.004736, -0.006210, 0.003666> - 12879: <-0.004434, -0.006397, 0.003701> - 12880: <-0.004668, -0.006080, 0.003975> - 12881: <-0.004946, -0.005887, 0.003941> - 12882: <-0.005023, -0.006006, 0.003637> - 12883: <-0.004736, -0.006210, 0.003666> - 12884: <-0.004946, -0.005887, 0.003941> - 12885: <-0.005207, -0.005678, 0.003918> - 12886: <-0.005294, -0.005786, 0.003619> - 12887: <-0.005023, -0.006006, 0.003637> - 12888: < 0.005294, -0.005786, 0.003619> - 12889: < 0.005023, -0.006006, 0.003637> - 12890: < 0.005099, -0.006117, 0.003318> - 12891: < 0.005379, -0.005888, 0.003302> - 12892: < 0.005023, -0.006006, 0.003637> - 12893: < 0.004736, -0.006210, 0.003666> - 12894: < 0.004804, -0.006329, 0.003342> - 12895: < 0.005099, -0.006117, 0.003318> - 12896: < 0.004736, -0.006210, 0.003666> - 12897: < 0.004434, -0.006397, 0.003701> - 12898: < 0.004494, -0.006525, 0.003372> - 12899: < 0.004804, -0.006329, 0.003342> - 12900: < 0.004434, -0.006397, 0.003701> - 12901: < 0.004117, -0.006570, 0.003743> - 12902: < 0.004170, -0.006705, 0.003407> - 12903: < 0.004494, -0.006525, 0.003372> - 12904: < 0.004117, -0.006570, 0.003743> - 12905: < 0.003788, -0.006727, 0.003788> - 12906: < 0.003834, -0.006870, 0.003446> - 12907: < 0.004170, -0.006705, 0.003407> - 12908: < 0.003788, -0.006727, 0.003788> - 12909: < 0.003446, -0.006870, 0.003834> - 12910: < 0.003486, -0.007018, 0.003486> - 12911: < 0.003834, -0.006870, 0.003446> - 12912: < 0.003446, -0.006870, 0.003834> - 12913: < 0.003093, -0.006998, 0.003880> - 12914: < 0.003127, -0.007152, 0.003526> - 12915: < 0.003486, -0.007018, 0.003486> - 12916: < 0.003093, -0.006998, 0.003880> - 12917: < 0.002729, -0.007112, 0.003924> - 12918: < 0.002758, -0.007270, 0.003565> - 12919: < 0.003127, -0.007152, 0.003526> - 12920: < 0.002729, -0.007112, 0.003924> - 12921: < 0.002356, -0.007212, 0.003965> - 12922: < 0.002380, -0.007374, 0.003601> - 12923: < 0.002758, -0.007270, 0.003565> - 12924: < 0.002356, -0.007212, 0.003965> - 12925: < 0.001975, -0.007297, 0.004002> - 12926: < 0.001995, -0.007462, 0.003634> - 12927: < 0.002380, -0.007374, 0.003601> - 12928: < 0.001975, -0.007297, 0.004002> - 12929: < 0.001588, -0.007367, 0.004034> - 12930: < 0.001603, -0.007535, 0.003663> - 12931: < 0.001995, -0.007462, 0.003634> - 12932: < 0.001588, -0.007367, 0.004034> - 12933: < 0.001196, -0.007423, 0.004061> - 12934: < 0.001207, -0.007591, 0.003686> - 12935: < 0.001603, -0.007535, 0.003663> - 12936: < 0.001196, -0.007423, 0.004061> - 12937: < 0.000799, -0.007462, 0.004081> - 12938: < 0.000807, -0.007632, 0.003704> - 12939: < 0.001207, -0.007591, 0.003686> - 12940: < 0.000799, -0.007462, 0.004081> - 12941: < 0.000400, -0.007487, 0.004093> - 12942: < 0.000404, -0.007657, 0.003716> - 12943: < 0.000807, -0.007632, 0.003704> - 12944: < 0.000400, -0.007487, 0.004093> - 12945: < 0.000000, -0.007495, 0.004098> - 12946: < 0.000000, -0.007665, 0.003720> - 12947: < 0.000404, -0.007657, 0.003716> - 12948: < 0.000000, -0.007495, 0.004098> - 12949: <-0.000400, -0.007487, 0.004093> - 12950: <-0.000404, -0.007657, 0.003716> - 12951: < 0.000000, -0.007665, 0.003720> - 12952: <-0.000400, -0.007487, 0.004093> - 12953: <-0.000799, -0.007462, 0.004081> - 12954: <-0.000807, -0.007632, 0.003704> - 12955: <-0.000404, -0.007657, 0.003716> - 12956: <-0.000799, -0.007462, 0.004081> - 12957: <-0.001196, -0.007423, 0.004061> - 12958: <-0.001207, -0.007591, 0.003686> - 12959: <-0.000807, -0.007632, 0.003704> - 12960: <-0.001196, -0.007423, 0.004061> - 12961: <-0.001588, -0.007367, 0.004034> - 12962: <-0.001603, -0.007535, 0.003663> - 12963: <-0.001207, -0.007591, 0.003686> - 12964: <-0.001588, -0.007367, 0.004034> - 12965: <-0.001975, -0.007297, 0.004002> - 12966: <-0.001995, -0.007462, 0.003634> - 12967: <-0.001603, -0.007535, 0.003663> - 12968: <-0.001975, -0.007297, 0.004002> - 12969: <-0.002356, -0.007212, 0.003965> - 12970: <-0.002380, -0.007374, 0.003601> - 12971: <-0.001995, -0.007462, 0.003634> - 12972: <-0.002356, -0.007212, 0.003965> - 12973: <-0.002729, -0.007112, 0.003924> - 12974: <-0.002758, -0.007270, 0.003565> - 12975: <-0.002380, -0.007374, 0.003601> - 12976: <-0.002729, -0.007112, 0.003924> - 12977: <-0.003093, -0.006998, 0.003880> - 12978: <-0.003127, -0.007152, 0.003526> - 12979: <-0.002758, -0.007270, 0.003565> - 12980: <-0.003093, -0.006998, 0.003880> - 12981: <-0.003446, -0.006870, 0.003834> - 12982: <-0.003486, -0.007018, 0.003486> - 12983: <-0.003127, -0.007152, 0.003526> - 12984: <-0.003446, -0.006870, 0.003834> - 12985: <-0.003788, -0.006727, 0.003788> - 12986: <-0.003834, -0.006870, 0.003446> - 12987: <-0.003486, -0.007018, 0.003486> - 12988: <-0.003788, -0.006727, 0.003788> - 12989: <-0.004117, -0.006570, 0.003743> - 12990: <-0.004170, -0.006705, 0.003407> - 12991: <-0.003834, -0.006870, 0.003446> - 12992: <-0.004117, -0.006570, 0.003743> - 12993: <-0.004434, -0.006397, 0.003701> - 12994: <-0.004494, -0.006525, 0.003372> - 12995: <-0.004170, -0.006705, 0.003407> - 12996: <-0.004434, -0.006397, 0.003701> - 12997: <-0.004736, -0.006210, 0.003666> - 12998: <-0.004804, -0.006329, 0.003342> - 12999: <-0.004494, -0.006525, 0.003372> - 13000: <-0.004736, -0.006210, 0.003666> - 13001: <-0.005023, -0.006006, 0.003637> - 13002: <-0.005099, -0.006117, 0.003318> - 13003: <-0.004804, -0.006329, 0.003342> - 13004: <-0.005023, -0.006006, 0.003637> - 13005: <-0.005294, -0.005786, 0.003619> - 13006: <-0.005379, -0.005888, 0.003302> - 13007: <-0.005099, -0.006117, 0.003318> - 13008: < 0.005379, -0.005888, 0.003302> - 13009: < 0.005099, -0.006117, 0.003318> - 13010: < 0.005172, -0.006219, 0.002984> - 13011: < 0.005459, -0.005983, 0.002971> - 13012: < 0.005099, -0.006117, 0.003318> - 13013: < 0.004804, -0.006329, 0.003342> - 13014: < 0.004870, -0.006439, 0.003004> - 13015: < 0.005172, -0.006219, 0.002984> - 13016: < 0.004804, -0.006329, 0.003342> - 13017: < 0.004494, -0.006525, 0.003372> - 13018: < 0.004553, -0.006641, 0.003030> - 13019: < 0.004870, -0.006439, 0.003004> - 13020: < 0.004494, -0.006525, 0.003372> - 13021: < 0.004170, -0.006705, 0.003407> - 13022: < 0.004223, -0.006828, 0.003060> - 13023: < 0.004553, -0.006641, 0.003030> - 13024: < 0.004170, -0.006705, 0.003407> - 13025: < 0.003834, -0.006870, 0.003446> - 13026: < 0.003880, -0.006998, 0.003093> - 13027: < 0.004223, -0.006828, 0.003060> - 13028: < 0.003834, -0.006870, 0.003446> - 13029: < 0.003486, -0.007018, 0.003486> - 13030: < 0.003526, -0.007152, 0.003127> - 13031: < 0.003880, -0.006998, 0.003093> - 13032: < 0.003486, -0.007018, 0.003486> - 13033: < 0.003127, -0.007152, 0.003526> - 13034: < 0.003162, -0.007290, 0.003162> - 13035: < 0.003526, -0.007152, 0.003127> - 13036: < 0.003127, -0.007152, 0.003526> - 13037: < 0.002758, -0.007270, 0.003565> - 13038: < 0.002787, -0.007412, 0.003195> - 13039: < 0.003162, -0.007290, 0.003162> - 13040: < 0.002758, -0.007270, 0.003565> - 13041: < 0.002380, -0.007374, 0.003601> - 13042: < 0.002405, -0.007519, 0.003227> - 13043: < 0.002787, -0.007412, 0.003195> - 13044: < 0.002380, -0.007374, 0.003601> - 13045: < 0.001995, -0.007462, 0.003634> - 13046: < 0.002015, -0.007610, 0.003255> - 13047: < 0.002405, -0.007519, 0.003227> - 13048: < 0.001995, -0.007462, 0.003634> - 13049: < 0.001603, -0.007535, 0.003663> - 13050: < 0.001619, -0.007684, 0.003281> - 13051: < 0.002015, -0.007610, 0.003255> - 13052: < 0.001603, -0.007535, 0.003663> - 13053: < 0.001207, -0.007591, 0.003686> - 13054: < 0.001219, -0.007743, 0.003302> - 13055: < 0.001619, -0.007684, 0.003281> - 13056: < 0.001207, -0.007591, 0.003686> - 13057: < 0.000807, -0.007632, 0.003704> - 13058: < 0.000814, -0.007785, 0.003318> - 13059: < 0.001219, -0.007743, 0.003302> - 13060: < 0.000807, -0.007632, 0.003704> - 13061: < 0.000404, -0.007657, 0.003716> - 13062: < 0.000408, -0.007810, 0.003328> - 13063: < 0.000814, -0.007785, 0.003318> - 13064: < 0.000404, -0.007657, 0.003716> - 13065: < 0.000000, -0.007665, 0.003720> - 13066: < 0.000000, -0.007818, 0.003331> - 13067: < 0.000408, -0.007810, 0.003328> - 13068: < 0.000000, -0.007665, 0.003720> - 13069: <-0.000404, -0.007657, 0.003716> - 13070: <-0.000408, -0.007810, 0.003328> - 13071: < 0.000000, -0.007818, 0.003331> - 13072: <-0.000404, -0.007657, 0.003716> - 13073: <-0.000807, -0.007632, 0.003704> - 13074: <-0.000814, -0.007785, 0.003318> - 13075: <-0.000408, -0.007810, 0.003328> - 13076: <-0.000807, -0.007632, 0.003704> - 13077: <-0.001207, -0.007591, 0.003686> - 13078: <-0.001219, -0.007743, 0.003302> - 13079: <-0.000814, -0.007785, 0.003318> - 13080: <-0.001207, -0.007591, 0.003686> - 13081: <-0.001603, -0.007535, 0.003663> - 13082: <-0.001619, -0.007684, 0.003281> - 13083: <-0.001219, -0.007743, 0.003302> - 13084: <-0.001603, -0.007535, 0.003663> - 13085: <-0.001995, -0.007462, 0.003634> - 13086: <-0.002015, -0.007610, 0.003255> - 13087: <-0.001619, -0.007684, 0.003281> - 13088: <-0.001995, -0.007462, 0.003634> - 13089: <-0.002380, -0.007374, 0.003601> - 13090: <-0.002405, -0.007519, 0.003227> - 13091: <-0.002015, -0.007610, 0.003255> - 13092: <-0.002380, -0.007374, 0.003601> - 13093: <-0.002758, -0.007270, 0.003565> - 13094: <-0.002787, -0.007412, 0.003195> - 13095: <-0.002405, -0.007519, 0.003227> - 13096: <-0.002758, -0.007270, 0.003565> - 13097: <-0.003127, -0.007152, 0.003526> - 13098: <-0.003162, -0.007290, 0.003162> - 13099: <-0.002787, -0.007412, 0.003195> - 13100: <-0.003127, -0.007152, 0.003526> - 13101: <-0.003486, -0.007018, 0.003486> - 13102: <-0.003526, -0.007152, 0.003127> - 13103: <-0.003162, -0.007290, 0.003162> - 13104: <-0.003486, -0.007018, 0.003486> - 13105: <-0.003834, -0.006870, 0.003446> - 13106: <-0.003880, -0.006998, 0.003093> - 13107: <-0.003526, -0.007152, 0.003127> - 13108: <-0.003834, -0.006870, 0.003446> - 13109: <-0.004170, -0.006705, 0.003407> - 13110: <-0.004223, -0.006828, 0.003060> - 13111: <-0.003880, -0.006998, 0.003093> - 13112: <-0.004170, -0.006705, 0.003407> - 13113: <-0.004494, -0.006525, 0.003372> - 13114: <-0.004553, -0.006641, 0.003030> - 13115: <-0.004223, -0.006828, 0.003060> - 13116: <-0.004494, -0.006525, 0.003372> - 13117: <-0.004804, -0.006329, 0.003342> - 13118: <-0.004870, -0.006439, 0.003004> - 13119: <-0.004553, -0.006641, 0.003030> - 13120: <-0.004804, -0.006329, 0.003342> - 13121: <-0.005099, -0.006117, 0.003318> - 13122: <-0.005172, -0.006219, 0.002984> - 13123: <-0.004870, -0.006439, 0.003004> - 13124: <-0.005099, -0.006117, 0.003318> - 13125: <-0.005379, -0.005888, 0.003302> - 13126: <-0.005459, -0.005983, 0.002971> - 13127: <-0.005172, -0.006219, 0.002984> - 13128: < 0.005459, -0.005983, 0.002971> - 13129: < 0.005172, -0.006219, 0.002984> - 13130: < 0.005240, -0.006311, 0.002638> - 13131: < 0.005533, -0.006069, 0.002627> - 13132: < 0.005172, -0.006219, 0.002984> - 13133: < 0.004870, -0.006439, 0.003004> - 13134: < 0.004931, -0.006537, 0.002655> - 13135: < 0.005240, -0.006311, 0.002638> - 13136: < 0.004870, -0.006439, 0.003004> - 13137: < 0.004553, -0.006641, 0.003030> - 13138: < 0.004609, -0.006745, 0.002676> - 13139: < 0.004931, -0.006537, 0.002655> - 13140: < 0.004553, -0.006641, 0.003030> - 13141: < 0.004223, -0.006828, 0.003060> - 13142: < 0.004273, -0.006937, 0.002701> - 13143: < 0.004609, -0.006745, 0.002676> - 13144: < 0.004223, -0.006828, 0.003060> - 13145: < 0.003880, -0.006998, 0.003093> - 13146: < 0.003924, -0.007112, 0.002729> - 13147: < 0.004273, -0.006937, 0.002701> - 13148: < 0.003880, -0.006998, 0.003093> - 13149: < 0.003526, -0.007152, 0.003127> - 13150: < 0.003565, -0.007270, 0.002758> - 13151: < 0.003924, -0.007112, 0.002729> - 13152: < 0.003526, -0.007152, 0.003127> - 13153: < 0.003162, -0.007290, 0.003162> - 13154: < 0.003195, -0.007412, 0.002787> - 13155: < 0.003565, -0.007270, 0.002758> - 13156: < 0.003162, -0.007290, 0.003162> - 13157: < 0.002787, -0.007412, 0.003195> - 13158: < 0.002816, -0.007538, 0.002816> - 13159: < 0.003195, -0.007412, 0.002787> - 13160: < 0.002787, -0.007412, 0.003195> - 13161: < 0.002405, -0.007519, 0.003227> - 13162: < 0.002429, -0.007648, 0.002843> - 13163: < 0.002816, -0.007538, 0.002816> - 13164: < 0.002405, -0.007519, 0.003227> - 13165: < 0.002015, -0.007610, 0.003255> - 13166: < 0.002035, -0.007740, 0.002868> - 13167: < 0.002429, -0.007648, 0.002843> - 13168: < 0.002015, -0.007610, 0.003255> - 13169: < 0.001619, -0.007684, 0.003281> - 13170: < 0.001635, -0.007817, 0.002890> - 13171: < 0.002035, -0.007740, 0.002868> - 13172: < 0.001619, -0.007684, 0.003281> - 13173: < 0.001219, -0.007743, 0.003302> - 13174: < 0.001230, -0.007876, 0.002908> - 13175: < 0.001635, -0.007817, 0.002890> - 13176: < 0.001219, -0.007743, 0.003302> - 13177: < 0.000814, -0.007785, 0.003318> - 13178: < 0.000822, -0.007919, 0.002922> - 13179: < 0.001230, -0.007876, 0.002908> - 13180: < 0.000814, -0.007785, 0.003318> - 13181: < 0.000408, -0.007810, 0.003328> - 13182: < 0.000412, -0.007945, 0.002931> - 13183: < 0.000822, -0.007919, 0.002922> - 13184: < 0.000408, -0.007810, 0.003328> - 13185: < 0.000000, -0.007818, 0.003331> - 13186: < 0.000000, -0.007953, 0.002934> - 13187: < 0.000412, -0.007945, 0.002931> - 13188: < 0.000000, -0.007818, 0.003331> - 13189: <-0.000408, -0.007810, 0.003328> - 13190: <-0.000412, -0.007945, 0.002931> - 13191: < 0.000000, -0.007953, 0.002934> - 13192: <-0.000408, -0.007810, 0.003328> - 13193: <-0.000814, -0.007785, 0.003318> - 13194: <-0.000822, -0.007919, 0.002922> - 13195: <-0.000412, -0.007945, 0.002931> - 13196: <-0.000814, -0.007785, 0.003318> - 13197: <-0.001219, -0.007743, 0.003302> - 13198: <-0.001230, -0.007876, 0.002908> - 13199: <-0.000822, -0.007919, 0.002922> - 13200: <-0.001219, -0.007743, 0.003302> - 13201: <-0.001619, -0.007684, 0.003281> - 13202: <-0.001635, -0.007817, 0.002890> - 13203: <-0.001230, -0.007876, 0.002908> - 13204: <-0.001619, -0.007684, 0.003281> - 13205: <-0.002015, -0.007610, 0.003255> - 13206: <-0.002035, -0.007740, 0.002868> - 13207: <-0.001635, -0.007817, 0.002890> - 13208: <-0.002015, -0.007610, 0.003255> - 13209: <-0.002405, -0.007519, 0.003227> - 13210: <-0.002429, -0.007648, 0.002843> - 13211: <-0.002035, -0.007740, 0.002868> - 13212: <-0.002405, -0.007519, 0.003227> - 13213: <-0.002787, -0.007412, 0.003195> - 13214: <-0.002816, -0.007538, 0.002816> - 13215: <-0.002429, -0.007648, 0.002843> - 13216: <-0.002787, -0.007412, 0.003195> - 13217: <-0.003162, -0.007290, 0.003162> - 13218: <-0.003195, -0.007412, 0.002787> - 13219: <-0.002816, -0.007538, 0.002816> - 13220: <-0.003162, -0.007290, 0.003162> - 13221: <-0.003526, -0.007152, 0.003127> - 13222: <-0.003565, -0.007270, 0.002758> - 13223: <-0.003195, -0.007412, 0.002787> - 13224: <-0.003526, -0.007152, 0.003127> - 13225: <-0.003880, -0.006998, 0.003093> - 13226: <-0.003924, -0.007112, 0.002729> - 13227: <-0.003565, -0.007270, 0.002758> - 13228: <-0.003880, -0.006998, 0.003093> - 13229: <-0.004223, -0.006828, 0.003060> - 13230: <-0.004273, -0.006937, 0.002701> - 13231: <-0.003924, -0.007112, 0.002729> - 13232: <-0.004223, -0.006828, 0.003060> - 13233: <-0.004553, -0.006641, 0.003030> - 13234: <-0.004609, -0.006745, 0.002676> - 13235: <-0.004273, -0.006937, 0.002701> - 13236: <-0.004553, -0.006641, 0.003030> - 13237: <-0.004870, -0.006439, 0.003004> - 13238: <-0.004931, -0.006537, 0.002655> - 13239: <-0.004609, -0.006745, 0.002676> - 13240: <-0.004870, -0.006439, 0.003004> - 13241: <-0.005172, -0.006219, 0.002984> - 13242: <-0.005240, -0.006311, 0.002638> - 13243: <-0.004931, -0.006537, 0.002655> - 13244: <-0.005172, -0.006219, 0.002984> - 13245: <-0.005459, -0.005983, 0.002971> - 13246: <-0.005533, -0.006069, 0.002627> - 13247: <-0.005240, -0.006311, 0.002638> - 13248: < 0.005533, -0.006069, 0.002627> - 13249: < 0.005240, -0.006311, 0.002638> - 13250: < 0.005301, -0.006393, 0.002281> - 13251: < 0.005599, -0.006146, 0.002272> - 13252: < 0.005240, -0.006311, 0.002638> - 13253: < 0.004931, -0.006537, 0.002655> - 13254: < 0.004987, -0.006623, 0.002295> - 13255: < 0.005301, -0.006393, 0.002281> - 13256: < 0.004931, -0.006537, 0.002655> - 13257: < 0.004609, -0.006745, 0.002676> - 13258: < 0.004659, -0.006836, 0.002313> - 13259: < 0.004987, -0.006623, 0.002295> - 13260: < 0.004609, -0.006745, 0.002676> - 13261: < 0.004273, -0.006937, 0.002701> - 13262: < 0.004318, -0.007033, 0.002333> - 13263: < 0.004659, -0.006836, 0.002313> - 13264: < 0.004273, -0.006937, 0.002701> - 13265: < 0.003924, -0.007112, 0.002729> - 13266: < 0.003965, -0.007212, 0.002356> - 13267: < 0.004318, -0.007033, 0.002333> - 13268: < 0.003924, -0.007112, 0.002729> - 13269: < 0.003565, -0.007270, 0.002758> - 13270: < 0.003601, -0.007374, 0.002380> - 13271: < 0.003965, -0.007212, 0.002356> - 13272: < 0.003565, -0.007270, 0.002758> - 13273: < 0.003195, -0.007412, 0.002787> - 13274: < 0.003227, -0.007519, 0.002405> - 13275: < 0.003601, -0.007374, 0.002380> - 13276: < 0.003195, -0.007412, 0.002787> - 13277: < 0.002816, -0.007538, 0.002816> - 13278: < 0.002843, -0.007648, 0.002429> - 13279: < 0.003227, -0.007519, 0.002405> - 13280: < 0.002816, -0.007538, 0.002816> - 13281: < 0.002429, -0.007648, 0.002843> - 13282: < 0.002452, -0.007759, 0.002452> - 13283: < 0.002843, -0.007648, 0.002429> - 13284: < 0.002429, -0.007648, 0.002843> - 13285: < 0.002035, -0.007740, 0.002868> - 13286: < 0.002053, -0.007854, 0.002473> - 13287: < 0.002452, -0.007759, 0.002452> - 13288: < 0.002035, -0.007740, 0.002868> - 13289: < 0.001635, -0.007817, 0.002890> - 13290: < 0.001650, -0.007932, 0.002492> - 13291: < 0.002053, -0.007854, 0.002473> - 13292: < 0.001635, -0.007817, 0.002890> - 13293: < 0.001230, -0.007876, 0.002908> - 13294: < 0.001241, -0.007992, 0.002507> - 13295: < 0.001650, -0.007932, 0.002492> - 13296: < 0.001230, -0.007876, 0.002908> - 13297: < 0.000822, -0.007919, 0.002922> - 13298: < 0.000829, -0.008036, 0.002519> - 13299: < 0.001241, -0.007992, 0.002507> - 13300: < 0.000822, -0.007919, 0.002922> - 13301: < 0.000412, -0.007945, 0.002931> - 13302: < 0.000415, -0.008062, 0.002527> - 13303: < 0.000829, -0.008036, 0.002519> - 13304: < 0.000412, -0.007945, 0.002931> - 13305: < 0.000000, -0.007953, 0.002934> - 13306: < 0.000000, -0.008070, 0.002530> - 13307: < 0.000415, -0.008062, 0.002527> - 13308: < 0.000000, -0.007953, 0.002934> - 13309: <-0.000412, -0.007945, 0.002931> - 13310: <-0.000415, -0.008062, 0.002527> - 13311: < 0.000000, -0.008070, 0.002530> - 13312: <-0.000412, -0.007945, 0.002931> - 13313: <-0.000822, -0.007919, 0.002922> - 13314: <-0.000829, -0.008036, 0.002519> - 13315: <-0.000415, -0.008062, 0.002527> - 13316: <-0.000822, -0.007919, 0.002922> - 13317: <-0.001230, -0.007876, 0.002908> - 13318: <-0.001241, -0.007992, 0.002507> - 13319: <-0.000829, -0.008036, 0.002519> - 13320: <-0.001230, -0.007876, 0.002908> - 13321: <-0.001635, -0.007817, 0.002890> - 13322: <-0.001650, -0.007932, 0.002492> - 13323: <-0.001241, -0.007992, 0.002507> - 13324: <-0.001635, -0.007817, 0.002890> - 13325: <-0.002035, -0.007740, 0.002868> - 13326: <-0.002053, -0.007854, 0.002473> - 13327: <-0.001650, -0.007932, 0.002492> - 13328: <-0.002035, -0.007740, 0.002868> - 13329: <-0.002429, -0.007648, 0.002843> - 13330: <-0.002452, -0.007759, 0.002452> - 13331: <-0.002053, -0.007854, 0.002473> - 13332: <-0.002429, -0.007648, 0.002843> - 13333: <-0.002816, -0.007538, 0.002816> - 13334: <-0.002843, -0.007648, 0.002429> - 13335: <-0.002452, -0.007759, 0.002452> - 13336: <-0.002816, -0.007538, 0.002816> - 13337: <-0.003195, -0.007412, 0.002787> - 13338: <-0.003227, -0.007519, 0.002405> - 13339: <-0.002843, -0.007648, 0.002429> - 13340: <-0.003195, -0.007412, 0.002787> - 13341: <-0.003565, -0.007270, 0.002758> - 13342: <-0.003601, -0.007374, 0.002380> - 13343: <-0.003227, -0.007519, 0.002405> - 13344: <-0.003565, -0.007270, 0.002758> - 13345: <-0.003924, -0.007112, 0.002729> - 13346: <-0.003965, -0.007212, 0.002356> - 13347: <-0.003601, -0.007374, 0.002380> - 13348: <-0.003924, -0.007112, 0.002729> - 13349: <-0.004273, -0.006937, 0.002701> - 13350: <-0.004318, -0.007033, 0.002333> - 13351: <-0.003965, -0.007212, 0.002356> - 13352: <-0.004273, -0.006937, 0.002701> - 13353: <-0.004609, -0.006745, 0.002676> - 13354: <-0.004659, -0.006836, 0.002313> - 13355: <-0.004318, -0.007033, 0.002333> - 13356: <-0.004609, -0.006745, 0.002676> - 13357: <-0.004931, -0.006537, 0.002655> - 13358: <-0.004987, -0.006623, 0.002295> - 13359: <-0.004659, -0.006836, 0.002313> - 13360: <-0.004931, -0.006537, 0.002655> - 13361: <-0.005240, -0.006311, 0.002638> - 13362: <-0.005301, -0.006393, 0.002281> - 13363: <-0.004987, -0.006623, 0.002295> - 13364: <-0.005240, -0.006311, 0.002638> - 13365: <-0.005533, -0.006069, 0.002627> - 13366: <-0.005599, -0.006146, 0.002272> - 13367: <-0.005301, -0.006393, 0.002281> - 13368: < 0.005599, -0.006146, 0.002272> - 13369: < 0.005301, -0.006393, 0.002281> - 13370: < 0.005355, -0.006464, 0.001915> - 13371: < 0.005657, -0.006212, 0.001908> - 13372: < 0.005301, -0.006393, 0.002281> - 13373: < 0.004987, -0.006623, 0.002295> - 13374: < 0.005037, -0.006698, 0.001926> - 13375: < 0.005355, -0.006464, 0.001915> - 13376: < 0.004987, -0.006623, 0.002295> - 13377: < 0.004659, -0.006836, 0.002313> - 13378: < 0.004705, -0.006915, 0.001940> - 13379: < 0.005037, -0.006698, 0.001926> - 13380: < 0.004659, -0.006836, 0.002313> - 13381: < 0.004318, -0.007033, 0.002333> - 13382: < 0.004360, -0.007115, 0.001957> - 13383: < 0.004705, -0.006915, 0.001940> - 13384: < 0.004318, -0.007033, 0.002333> - 13385: < 0.003965, -0.007212, 0.002356> - 13386: < 0.004002, -0.007297, 0.001975> - 13387: < 0.004360, -0.007115, 0.001957> - 13388: < 0.003965, -0.007212, 0.002356> - 13389: < 0.003601, -0.007374, 0.002380> - 13390: < 0.003634, -0.007462, 0.001995> - 13391: < 0.004002, -0.007297, 0.001975> - 13392: < 0.003601, -0.007374, 0.002380> - 13393: < 0.003227, -0.007519, 0.002405> - 13394: < 0.003255, -0.007610, 0.002015> - 13395: < 0.003634, -0.007462, 0.001995> - 13396: < 0.003227, -0.007519, 0.002405> - 13397: < 0.002843, -0.007648, 0.002429> - 13398: < 0.002868, -0.007740, 0.002035> - 13399: < 0.003255, -0.007610, 0.002015> - 13400: < 0.002843, -0.007648, 0.002429> - 13401: < 0.002452, -0.007759, 0.002452> - 13402: < 0.002473, -0.007854, 0.002053> - 13403: < 0.002868, -0.007740, 0.002035> - 13404: < 0.002452, -0.007759, 0.002452> - 13405: < 0.002053, -0.007854, 0.002473> - 13406: < 0.002071, -0.007950, 0.002071> - 13407: < 0.002473, -0.007854, 0.002053> - 13408: < 0.002053, -0.007854, 0.002473> - 13409: < 0.001650, -0.007932, 0.002492> - 13410: < 0.001663, -0.008029, 0.002086> - 13411: < 0.002071, -0.007950, 0.002071> - 13412: < 0.001650, -0.007932, 0.002492> - 13413: < 0.001241, -0.007992, 0.002507> - 13414: < 0.001252, -0.008090, 0.002099> - 13415: < 0.001663, -0.008029, 0.002086> - 13416: < 0.001241, -0.007992, 0.002507> - 13417: < 0.000829, -0.008036, 0.002519> - 13418: < 0.000836, -0.008134, 0.002109> - 13419: < 0.001252, -0.008090, 0.002099> - 13420: < 0.000829, -0.008036, 0.002519> - 13421: < 0.000415, -0.008062, 0.002527> - 13422: < 0.000419, -0.008161, 0.002116> - 13423: < 0.000836, -0.008134, 0.002109> - 13424: < 0.000415, -0.008062, 0.002527> - 13425: < 0.000000, -0.008070, 0.002530> - 13426: < 0.000000, -0.008169, 0.002118> - 13427: < 0.000419, -0.008161, 0.002116> - 13428: < 0.000000, -0.008070, 0.002530> - 13429: <-0.000415, -0.008062, 0.002527> - 13430: <-0.000419, -0.008161, 0.002116> - 13431: < 0.000000, -0.008169, 0.002118> - 13432: <-0.000415, -0.008062, 0.002527> - 13433: <-0.000829, -0.008036, 0.002519> - 13434: <-0.000836, -0.008134, 0.002109> - 13435: <-0.000419, -0.008161, 0.002116> - 13436: <-0.000829, -0.008036, 0.002519> - 13437: <-0.001241, -0.007992, 0.002507> - 13438: <-0.001252, -0.008090, 0.002099> - 13439: <-0.000836, -0.008134, 0.002109> - 13440: <-0.001241, -0.007992, 0.002507> - 13441: <-0.001650, -0.007932, 0.002492> - 13442: <-0.001663, -0.008029, 0.002086> - 13443: <-0.001252, -0.008090, 0.002099> - 13444: <-0.001650, -0.007932, 0.002492> - 13445: <-0.002053, -0.007854, 0.002473> - 13446: <-0.002071, -0.007950, 0.002071> - 13447: <-0.001663, -0.008029, 0.002086> - 13448: <-0.002053, -0.007854, 0.002473> - 13449: <-0.002452, -0.007759, 0.002452> - 13450: <-0.002473, -0.007854, 0.002053> - 13451: <-0.002071, -0.007950, 0.002071> - 13452: <-0.002452, -0.007759, 0.002452> - 13453: <-0.002843, -0.007648, 0.002429> - 13454: <-0.002868, -0.007740, 0.002035> - 13455: <-0.002473, -0.007854, 0.002053> - 13456: <-0.002843, -0.007648, 0.002429> - 13457: <-0.003227, -0.007519, 0.002405> - 13458: <-0.003255, -0.007610, 0.002015> - 13459: <-0.002868, -0.007740, 0.002035> - 13460: <-0.003227, -0.007519, 0.002405> - 13461: <-0.003601, -0.007374, 0.002380> - 13462: <-0.003634, -0.007462, 0.001995> - 13463: <-0.003255, -0.007610, 0.002015> - 13464: <-0.003601, -0.007374, 0.002380> - 13465: <-0.003965, -0.007212, 0.002356> - 13466: <-0.004002, -0.007297, 0.001975> - 13467: <-0.003634, -0.007462, 0.001995> - 13468: <-0.003965, -0.007212, 0.002356> - 13469: <-0.004318, -0.007033, 0.002333> - 13470: <-0.004360, -0.007115, 0.001957> - 13471: <-0.004002, -0.007297, 0.001975> - 13472: <-0.004318, -0.007033, 0.002333> - 13473: <-0.004659, -0.006836, 0.002313> - 13474: <-0.004705, -0.006915, 0.001940> - 13475: <-0.004360, -0.007115, 0.001957> - 13476: <-0.004659, -0.006836, 0.002313> - 13477: <-0.004987, -0.006623, 0.002295> - 13478: <-0.005037, -0.006698, 0.001926> - 13479: <-0.004705, -0.006915, 0.001940> - 13480: <-0.004987, -0.006623, 0.002295> - 13481: <-0.005301, -0.006393, 0.002281> - 13482: <-0.005355, -0.006464, 0.001915> - 13483: <-0.005037, -0.006698, 0.001926> - 13484: <-0.005301, -0.006393, 0.002281> - 13485: <-0.005599, -0.006146, 0.002272> - 13486: <-0.005657, -0.006212, 0.001908> - 13487: <-0.005355, -0.006464, 0.001915> - 13488: < 0.005657, -0.006212, 0.001908> - 13489: < 0.005355, -0.006464, 0.001915> - 13490: < 0.005401, -0.006523, 0.001541> - 13491: < 0.005707, -0.006269, 0.001536> - 13492: < 0.005355, -0.006464, 0.001915> - 13493: < 0.005037, -0.006698, 0.001926> - 13494: < 0.005080, -0.006761, 0.001550> - 13495: < 0.005401, -0.006523, 0.001541> - 13496: < 0.005037, -0.006698, 0.001926> - 13497: < 0.004705, -0.006915, 0.001940> - 13498: < 0.004744, -0.006980, 0.001561> - 13499: < 0.005080, -0.006761, 0.001550> - 13500: < 0.004705, -0.006915, 0.001940> - 13501: < 0.004360, -0.007115, 0.001957> - 13502: < 0.004395, -0.007183, 0.001574> - 13503: < 0.004744, -0.006980, 0.001561> - 13504: < 0.004360, -0.007115, 0.001957> - 13505: < 0.004002, -0.007297, 0.001975> - 13506: < 0.004034, -0.007367, 0.001588> - 13507: < 0.004395, -0.007183, 0.001574> - 13508: < 0.004002, -0.007297, 0.001975> - 13509: < 0.003634, -0.007462, 0.001995> - 13510: < 0.003663, -0.007535, 0.001603> - 13511: < 0.004034, -0.007367, 0.001588> - 13512: < 0.003634, -0.007462, 0.001995> - 13513: < 0.003255, -0.007610, 0.002015> - 13514: < 0.003281, -0.007684, 0.001619> - 13515: < 0.003663, -0.007535, 0.001603> - 13516: < 0.003255, -0.007610, 0.002015> - 13517: < 0.002868, -0.007740, 0.002035> - 13518: < 0.002890, -0.007817, 0.001635> - 13519: < 0.003281, -0.007684, 0.001619> - 13520: < 0.002868, -0.007740, 0.002035> - 13521: < 0.002473, -0.007854, 0.002053> - 13522: < 0.002492, -0.007932, 0.001650> - 13523: < 0.002890, -0.007817, 0.001635> - 13524: < 0.002473, -0.007854, 0.002053> - 13525: < 0.002071, -0.007950, 0.002071> - 13526: < 0.002086, -0.008029, 0.001663> - 13527: < 0.002492, -0.007932, 0.001650> - 13528: < 0.002071, -0.007950, 0.002071> - 13529: < 0.001663, -0.008029, 0.002086> - 13530: < 0.001676, -0.008109, 0.001676> - 13531: < 0.002086, -0.008029, 0.001663> - 13532: < 0.001663, -0.008029, 0.002086> - 13533: < 0.001252, -0.008090, 0.002099> - 13534: < 0.001261, -0.008171, 0.001686> - 13535: < 0.001676, -0.008109, 0.001676> - 13536: < 0.001252, -0.008090, 0.002099> - 13537: < 0.000836, -0.008134, 0.002109> - 13538: < 0.000842, -0.008215, 0.001694> - 13539: < 0.001261, -0.008171, 0.001686> - 13540: < 0.000836, -0.008134, 0.002109> - 13541: < 0.000419, -0.008161, 0.002116> - 13542: < 0.000422, -0.008242, 0.001699> - 13543: < 0.000842, -0.008215, 0.001694> - 13544: < 0.000419, -0.008161, 0.002116> - 13545: < 0.000000, -0.008169, 0.002118> - 13546: < 0.000000, -0.008251, 0.001701> - 13547: < 0.000422, -0.008242, 0.001699> - 13548: < 0.000000, -0.008169, 0.002118> - 13549: <-0.000419, -0.008161, 0.002116> - 13550: <-0.000422, -0.008242, 0.001699> - 13551: < 0.000000, -0.008251, 0.001701> - 13552: <-0.000419, -0.008161, 0.002116> - 13553: <-0.000836, -0.008134, 0.002109> - 13554: <-0.000842, -0.008215, 0.001694> - 13555: <-0.000422, -0.008242, 0.001699> - 13556: <-0.000836, -0.008134, 0.002109> - 13557: <-0.001252, -0.008090, 0.002099> - 13558: <-0.001261, -0.008171, 0.001686> - 13559: <-0.000842, -0.008215, 0.001694> - 13560: <-0.001252, -0.008090, 0.002099> - 13561: <-0.001663, -0.008029, 0.002086> - 13562: <-0.001676, -0.008109, 0.001676> - 13563: <-0.001261, -0.008171, 0.001686> - 13564: <-0.001663, -0.008029, 0.002086> - 13565: <-0.002071, -0.007950, 0.002071> - 13566: <-0.002086, -0.008029, 0.001663> - 13567: <-0.001676, -0.008109, 0.001676> - 13568: <-0.002071, -0.007950, 0.002071> - 13569: <-0.002473, -0.007854, 0.002053> - 13570: <-0.002492, -0.007932, 0.001650> - 13571: <-0.002086, -0.008029, 0.001663> - 13572: <-0.002473, -0.007854, 0.002053> - 13573: <-0.002868, -0.007740, 0.002035> - 13574: <-0.002890, -0.007817, 0.001635> - 13575: <-0.002492, -0.007932, 0.001650> - 13576: <-0.002868, -0.007740, 0.002035> - 13577: <-0.003255, -0.007610, 0.002015> - 13578: <-0.003281, -0.007684, 0.001619> - 13579: <-0.002890, -0.007817, 0.001635> - 13580: <-0.003255, -0.007610, 0.002015> - 13581: <-0.003634, -0.007462, 0.001995> - 13582: <-0.003663, -0.007535, 0.001603> - 13583: <-0.003281, -0.007684, 0.001619> - 13584: <-0.003634, -0.007462, 0.001995> - 13585: <-0.004002, -0.007297, 0.001975> - 13586: <-0.004034, -0.007367, 0.001588> - 13587: <-0.003663, -0.007535, 0.001603> - 13588: <-0.004002, -0.007297, 0.001975> - 13589: <-0.004360, -0.007115, 0.001957> - 13590: <-0.004395, -0.007183, 0.001574> - 13591: <-0.004034, -0.007367, 0.001588> - 13592: <-0.004360, -0.007115, 0.001957> - 13593: <-0.004705, -0.006915, 0.001940> - 13594: <-0.004744, -0.006980, 0.001561> - 13595: <-0.004395, -0.007183, 0.001574> - 13596: <-0.004705, -0.006915, 0.001940> - 13597: <-0.005037, -0.006698, 0.001926> - 13598: <-0.005080, -0.006761, 0.001550> - 13599: <-0.004744, -0.006980, 0.001561> - 13600: <-0.005037, -0.006698, 0.001926> - 13601: <-0.005355, -0.006464, 0.001915> - 13602: <-0.005401, -0.006523, 0.001541> - 13603: <-0.005080, -0.006761, 0.001550> - 13604: <-0.005355, -0.006464, 0.001915> - 13605: <-0.005657, -0.006212, 0.001908> - 13606: <-0.005707, -0.006269, 0.001536> - 13607: <-0.005401, -0.006523, 0.001541> - 13608: < 0.005707, -0.006269, 0.001536> - 13609: < 0.005401, -0.006523, 0.001541> - 13610: < 0.005438, -0.006570, 0.001161> - 13611: < 0.005747, -0.006313, 0.001157> - 13612: < 0.005401, -0.006523, 0.001541> - 13613: < 0.005080, -0.006761, 0.001550> - 13614: < 0.005114, -0.006810, 0.001168> - 13615: < 0.005438, -0.006570, 0.001161> - 13616: < 0.005080, -0.006761, 0.001550> - 13617: < 0.004744, -0.006980, 0.001561> - 13618: < 0.004776, -0.007032, 0.001176> - 13619: < 0.005114, -0.006810, 0.001168> - 13620: < 0.004744, -0.006980, 0.001561> - 13621: < 0.004395, -0.007183, 0.001574> - 13622: < 0.004424, -0.007236, 0.001185> - 13623: < 0.004776, -0.007032, 0.001176> - 13624: < 0.004395, -0.007183, 0.001574> - 13625: < 0.004034, -0.007367, 0.001588> - 13626: < 0.004061, -0.007423, 0.001196> - 13627: < 0.004424, -0.007236, 0.001185> - 13628: < 0.004034, -0.007367, 0.001588> - 13629: < 0.003663, -0.007535, 0.001603> - 13630: < 0.003686, -0.007591, 0.001207> - 13631: < 0.004061, -0.007423, 0.001196> - 13632: < 0.003663, -0.007535, 0.001603> - 13633: < 0.003281, -0.007684, 0.001619> - 13634: < 0.003302, -0.007743, 0.001219> - 13635: < 0.003686, -0.007591, 0.001207> - 13636: < 0.003281, -0.007684, 0.001619> - 13637: < 0.002890, -0.007817, 0.001635> - 13638: < 0.002908, -0.007876, 0.001230> - 13639: < 0.003302, -0.007743, 0.001219> - 13640: < 0.002890, -0.007817, 0.001635> - 13641: < 0.002492, -0.007932, 0.001650> - 13642: < 0.002507, -0.007992, 0.001241> - 13643: < 0.002908, -0.007876, 0.001230> - 13644: < 0.002492, -0.007932, 0.001650> - 13645: < 0.002086, -0.008029, 0.001663> - 13646: < 0.002099, -0.008090, 0.001252> - 13647: < 0.002507, -0.007992, 0.001241> - 13648: < 0.002086, -0.008029, 0.001663> - 13649: < 0.001676, -0.008109, 0.001676> - 13650: < 0.001686, -0.008171, 0.001261> - 13651: < 0.002099, -0.008090, 0.001252> - 13652: < 0.001676, -0.008109, 0.001676> - 13653: < 0.001261, -0.008171, 0.001686> - 13654: < 0.001269, -0.008233, 0.001269> - 13655: < 0.001686, -0.008171, 0.001261> - 13656: < 0.001261, -0.008171, 0.001686> - 13657: < 0.000842, -0.008215, 0.001694> - 13658: < 0.000848, -0.008278, 0.001275> - 13659: < 0.001269, -0.008233, 0.001269> - 13660: < 0.000842, -0.008215, 0.001694> - 13661: < 0.000422, -0.008242, 0.001699> - 13662: < 0.000424, -0.008305, 0.001278> - 13663: < 0.000848, -0.008278, 0.001275> - 13664: < 0.000422, -0.008242, 0.001699> - 13665: < 0.000000, -0.008251, 0.001701> - 13666: < 0.000000, -0.008314, 0.001280> - 13667: < 0.000424, -0.008305, 0.001278> - 13668: < 0.000000, -0.008251, 0.001701> - 13669: <-0.000422, -0.008242, 0.001699> - 13670: <-0.000424, -0.008305, 0.001278> - 13671: < 0.000000, -0.008314, 0.001280> - 13672: <-0.000422, -0.008242, 0.001699> - 13673: <-0.000842, -0.008215, 0.001694> - 13674: <-0.000848, -0.008278, 0.001275> - 13675: <-0.000424, -0.008305, 0.001278> - 13676: <-0.000842, -0.008215, 0.001694> - 13677: <-0.001261, -0.008171, 0.001686> - 13678: <-0.001269, -0.008233, 0.001269> - 13679: <-0.000848, -0.008278, 0.001275> - 13680: <-0.001261, -0.008171, 0.001686> - 13681: <-0.001676, -0.008109, 0.001676> - 13682: <-0.001686, -0.008171, 0.001261> - 13683: <-0.001269, -0.008233, 0.001269> - 13684: <-0.001676, -0.008109, 0.001676> - 13685: <-0.002086, -0.008029, 0.001663> - 13686: <-0.002099, -0.008090, 0.001252> - 13687: <-0.001686, -0.008171, 0.001261> - 13688: <-0.002086, -0.008029, 0.001663> - 13689: <-0.002492, -0.007932, 0.001650> - 13690: <-0.002507, -0.007992, 0.001241> - 13691: <-0.002099, -0.008090, 0.001252> - 13692: <-0.002492, -0.007932, 0.001650> - 13693: <-0.002890, -0.007817, 0.001635> - 13694: <-0.002908, -0.007876, 0.001230> - 13695: <-0.002507, -0.007992, 0.001241> - 13696: <-0.002890, -0.007817, 0.001635> - 13697: <-0.003281, -0.007684, 0.001619> - 13698: <-0.003302, -0.007743, 0.001219> - 13699: <-0.002908, -0.007876, 0.001230> - 13700: <-0.003281, -0.007684, 0.001619> - 13701: <-0.003663, -0.007535, 0.001603> - 13702: <-0.003686, -0.007591, 0.001207> - 13703: <-0.003302, -0.007743, 0.001219> - 13704: <-0.003663, -0.007535, 0.001603> - 13705: <-0.004034, -0.007367, 0.001588> - 13706: <-0.004061, -0.007423, 0.001196> - 13707: <-0.003686, -0.007591, 0.001207> - 13708: <-0.004034, -0.007367, 0.001588> - 13709: <-0.004395, -0.007183, 0.001574> - 13710: <-0.004424, -0.007236, 0.001185> - 13711: <-0.004061, -0.007423, 0.001196> - 13712: <-0.004395, -0.007183, 0.001574> - 13713: <-0.004744, -0.006980, 0.001561> - 13714: <-0.004776, -0.007032, 0.001176> - 13715: <-0.004424, -0.007236, 0.001185> - 13716: <-0.004744, -0.006980, 0.001561> - 13717: <-0.005080, -0.006761, 0.001550> - 13718: <-0.005114, -0.006810, 0.001168> - 13719: <-0.004776, -0.007032, 0.001176> - 13720: <-0.005080, -0.006761, 0.001550> - 13721: <-0.005401, -0.006523, 0.001541> - 13722: <-0.005438, -0.006570, 0.001161> - 13723: <-0.005114, -0.006810, 0.001168> - 13724: <-0.005401, -0.006523, 0.001541> - 13725: <-0.005707, -0.006269, 0.001536> - 13726: <-0.005747, -0.006313, 0.001157> - 13727: <-0.005438, -0.006570, 0.001161> - 13728: < 0.005747, -0.006313, 0.001157> - 13729: < 0.005438, -0.006570, 0.001161> - 13730: < 0.005466, -0.006605, 0.000777> - 13731: < 0.005776, -0.006346, 0.000774> - 13732: < 0.005438, -0.006570, 0.001161> - 13733: < 0.005114, -0.006810, 0.001168> - 13734: < 0.005140, -0.006846, 0.000781> - 13735: < 0.005466, -0.006605, 0.000777> - 13736: < 0.005114, -0.006810, 0.001168> - 13737: < 0.004776, -0.007032, 0.001176> - 13738: < 0.004800, -0.007069, 0.000786> - 13739: < 0.005140, -0.006846, 0.000781> - 13740: < 0.004776, -0.007032, 0.001176> - 13741: < 0.004424, -0.007236, 0.001185> - 13742: < 0.004446, -0.007275, 0.000792> - 13743: < 0.004800, -0.007069, 0.000786> - 13744: < 0.004424, -0.007236, 0.001185> - 13745: < 0.004061, -0.007423, 0.001196> - 13746: < 0.004081, -0.007462, 0.000799> - 13747: < 0.004446, -0.007275, 0.000792> - 13748: < 0.004061, -0.007423, 0.001196> - 13749: < 0.003686, -0.007591, 0.001207> - 13750: < 0.003704, -0.007632, 0.000807> - 13751: < 0.004081, -0.007462, 0.000799> - 13752: < 0.003686, -0.007591, 0.001207> - 13753: < 0.003302, -0.007743, 0.001219> - 13754: < 0.003318, -0.007785, 0.000814> - 13755: < 0.003704, -0.007632, 0.000807> - 13756: < 0.003302, -0.007743, 0.001219> - 13757: < 0.002908, -0.007876, 0.001230> - 13758: < 0.002922, -0.007919, 0.000822> - 13759: < 0.003318, -0.007785, 0.000814> - 13760: < 0.002908, -0.007876, 0.001230> - 13761: < 0.002507, -0.007992, 0.001241> - 13762: < 0.002519, -0.008036, 0.000829> - 13763: < 0.002922, -0.007919, 0.000822> - 13764: < 0.002507, -0.007992, 0.001241> - 13765: < 0.002099, -0.008090, 0.001252> - 13766: < 0.002109, -0.008134, 0.000836> - 13767: < 0.002519, -0.008036, 0.000829> - 13768: < 0.002099, -0.008090, 0.001252> - 13769: < 0.001686, -0.008171, 0.001261> - 13770: < 0.001694, -0.008215, 0.000842> - 13771: < 0.002109, -0.008134, 0.000836> - 13772: < 0.001686, -0.008171, 0.001261> - 13773: < 0.001269, -0.008233, 0.001269> - 13774: < 0.001275, -0.008278, 0.000848> - 13775: < 0.001694, -0.008215, 0.000842> - 13776: < 0.001269, -0.008233, 0.001269> - 13777: < 0.000848, -0.008278, 0.001275> - 13778: < 0.000852, -0.008323, 0.000852> - 13779: < 0.001275, -0.008278, 0.000848> - 13780: < 0.000848, -0.008278, 0.001275> - 13781: < 0.000424, -0.008305, 0.001278> - 13782: < 0.000426, -0.008350, 0.000854> - 13783: < 0.000852, -0.008323, 0.000852> - 13784: < 0.000424, -0.008305, 0.001278> - 13785: < 0.000000, -0.008314, 0.001280> - 13786: < 0.000000, -0.008359, 0.000855> - 13787: < 0.000426, -0.008350, 0.000854> - 13788: < 0.000000, -0.008314, 0.001280> - 13789: <-0.000424, -0.008305, 0.001278> - 13790: <-0.000426, -0.008350, 0.000854> - 13791: < 0.000000, -0.008359, 0.000855> - 13792: <-0.000424, -0.008305, 0.001278> - 13793: <-0.000848, -0.008278, 0.001275> - 13794: <-0.000852, -0.008323, 0.000852> - 13795: <-0.000426, -0.008350, 0.000854> - 13796: <-0.000848, -0.008278, 0.001275> - 13797: <-0.001269, -0.008233, 0.001269> - 13798: <-0.001275, -0.008278, 0.000848> - 13799: <-0.000852, -0.008323, 0.000852> - 13800: <-0.001269, -0.008233, 0.001269> - 13801: <-0.001686, -0.008171, 0.001261> - 13802: <-0.001694, -0.008215, 0.000842> - 13803: <-0.001275, -0.008278, 0.000848> - 13804: <-0.001686, -0.008171, 0.001261> - 13805: <-0.002099, -0.008090, 0.001252> - 13806: <-0.002109, -0.008134, 0.000836> - 13807: <-0.001694, -0.008215, 0.000842> - 13808: <-0.002099, -0.008090, 0.001252> - 13809: <-0.002507, -0.007992, 0.001241> - 13810: <-0.002519, -0.008036, 0.000829> - 13811: <-0.002109, -0.008134, 0.000836> - 13812: <-0.002507, -0.007992, 0.001241> - 13813: <-0.002908, -0.007876, 0.001230> - 13814: <-0.002922, -0.007919, 0.000822> - 13815: <-0.002519, -0.008036, 0.000829> - 13816: <-0.002908, -0.007876, 0.001230> - 13817: <-0.003302, -0.007743, 0.001219> - 13818: <-0.003318, -0.007785, 0.000814> - 13819: <-0.002922, -0.007919, 0.000822> - 13820: <-0.003302, -0.007743, 0.001219> - 13821: <-0.003686, -0.007591, 0.001207> - 13822: <-0.003704, -0.007632, 0.000807> - 13823: <-0.003318, -0.007785, 0.000814> - 13824: <-0.003686, -0.007591, 0.001207> - 13825: <-0.004061, -0.007423, 0.001196> - 13826: <-0.004081, -0.007462, 0.000799> - 13827: <-0.003704, -0.007632, 0.000807> - 13828: <-0.004061, -0.007423, 0.001196> - 13829: <-0.004424, -0.007236, 0.001185> - 13830: <-0.004446, -0.007275, 0.000792> - 13831: <-0.004081, -0.007462, 0.000799> - 13832: <-0.004424, -0.007236, 0.001185> - 13833: <-0.004776, -0.007032, 0.001176> - 13834: <-0.004800, -0.007069, 0.000786> - 13835: <-0.004446, -0.007275, 0.000792> - 13836: <-0.004776, -0.007032, 0.001176> - 13837: <-0.005114, -0.006810, 0.001168> - 13838: <-0.005140, -0.006846, 0.000781> - 13839: <-0.004800, -0.007069, 0.000786> - 13840: <-0.005114, -0.006810, 0.001168> - 13841: <-0.005438, -0.006570, 0.001161> - 13842: <-0.005466, -0.006605, 0.000777> - 13843: <-0.005140, -0.006846, 0.000781> - 13844: <-0.005438, -0.006570, 0.001161> - 13845: <-0.005747, -0.006313, 0.001157> - 13846: <-0.005776, -0.006346, 0.000774> - 13847: <-0.005466, -0.006605, 0.000777> - 13848: < 0.005776, -0.006346, 0.000774> - 13849: < 0.005466, -0.006605, 0.000777> - 13850: < 0.005483, -0.006626, 0.000389> - 13851: < 0.005794, -0.006366, 0.000388> - 13852: < 0.005466, -0.006605, 0.000777> - 13853: < 0.005140, -0.006846, 0.000781> - 13854: < 0.005156, -0.006868, 0.000391> - 13855: < 0.005483, -0.006626, 0.000389> - 13856: < 0.005140, -0.006846, 0.000781> - 13857: < 0.004800, -0.007069, 0.000786> - 13858: < 0.004815, -0.007092, 0.000394> - 13859: < 0.005156, -0.006868, 0.000391> - 13860: < 0.004800, -0.007069, 0.000786> - 13861: < 0.004446, -0.007275, 0.000792> - 13862: < 0.004460, -0.007298, 0.000397> - 13863: < 0.004815, -0.007092, 0.000394> - 13864: < 0.004446, -0.007275, 0.000792> - 13865: < 0.004081, -0.007462, 0.000799> - 13866: < 0.004093, -0.007487, 0.000400> - 13867: < 0.004460, -0.007298, 0.000397> - 13868: < 0.004081, -0.007462, 0.000799> - 13869: < 0.003704, -0.007632, 0.000807> - 13870: < 0.003716, -0.007657, 0.000404> - 13871: < 0.004093, -0.007487, 0.000400> - 13872: < 0.003704, -0.007632, 0.000807> - 13873: < 0.003318, -0.007785, 0.000814> - 13874: < 0.003328, -0.007810, 0.000408> - 13875: < 0.003716, -0.007657, 0.000404> - 13876: < 0.003318, -0.007785, 0.000814> - 13877: < 0.002922, -0.007919, 0.000822> - 13878: < 0.002931, -0.007945, 0.000412> - 13879: < 0.003328, -0.007810, 0.000408> - 13880: < 0.002922, -0.007919, 0.000822> - 13881: < 0.002519, -0.008036, 0.000829> - 13882: < 0.002527, -0.008062, 0.000415> - 13883: < 0.002931, -0.007945, 0.000412> - 13884: < 0.002519, -0.008036, 0.000829> - 13885: < 0.002109, -0.008134, 0.000836> - 13886: < 0.002116, -0.008161, 0.000419> - 13887: < 0.002527, -0.008062, 0.000415> - 13888: < 0.002109, -0.008134, 0.000836> - 13889: < 0.001694, -0.008215, 0.000842> - 13890: < 0.001699, -0.008242, 0.000422> - 13891: < 0.002116, -0.008161, 0.000419> - 13892: < 0.001694, -0.008215, 0.000842> - 13893: < 0.001275, -0.008278, 0.000848> - 13894: < 0.001278, -0.008305, 0.000424> - 13895: < 0.001699, -0.008242, 0.000422> - 13896: < 0.001275, -0.008278, 0.000848> - 13897: < 0.000852, -0.008323, 0.000852> - 13898: < 0.000854, -0.008350, 0.000426> - 13899: < 0.001278, -0.008305, 0.000424> - 13900: < 0.000852, -0.008323, 0.000852> - 13901: < 0.000426, -0.008350, 0.000854> - 13902: < 0.000428, -0.008377, 0.000428> - 13903: < 0.000854, -0.008350, 0.000426> - 13904: < 0.000426, -0.008350, 0.000854> - 13905: < 0.000000, -0.008359, 0.000855> - 13906: < 0.000000, -0.008386, 0.000428> - 13907: < 0.000428, -0.008377, 0.000428> - 13908: < 0.000000, -0.008359, 0.000855> - 13909: <-0.000426, -0.008350, 0.000854> - 13910: <-0.000428, -0.008377, 0.000428> - 13911: < 0.000000, -0.008386, 0.000428> - 13912: <-0.000426, -0.008350, 0.000854> - 13913: <-0.000852, -0.008323, 0.000852> - 13914: <-0.000854, -0.008350, 0.000426> - 13915: <-0.000428, -0.008377, 0.000428> - 13916: <-0.000852, -0.008323, 0.000852> - 13917: <-0.001275, -0.008278, 0.000848> - 13918: <-0.001278, -0.008305, 0.000424> - 13919: <-0.000854, -0.008350, 0.000426> - 13920: <-0.001275, -0.008278, 0.000848> - 13921: <-0.001694, -0.008215, 0.000842> - 13922: <-0.001699, -0.008242, 0.000422> - 13923: <-0.001278, -0.008305, 0.000424> - 13924: <-0.001694, -0.008215, 0.000842> - 13925: <-0.002109, -0.008134, 0.000836> - 13926: <-0.002116, -0.008161, 0.000419> - 13927: <-0.001699, -0.008242, 0.000422> - 13928: <-0.002109, -0.008134, 0.000836> - 13929: <-0.002519, -0.008036, 0.000829> - 13930: <-0.002527, -0.008062, 0.000415> - 13931: <-0.002116, -0.008161, 0.000419> - 13932: <-0.002519, -0.008036, 0.000829> - 13933: <-0.002922, -0.007919, 0.000822> - 13934: <-0.002931, -0.007945, 0.000412> - 13935: <-0.002527, -0.008062, 0.000415> - 13936: <-0.002922, -0.007919, 0.000822> - 13937: <-0.003318, -0.007785, 0.000814> - 13938: <-0.003328, -0.007810, 0.000408> - 13939: <-0.002931, -0.007945, 0.000412> - 13940: <-0.003318, -0.007785, 0.000814> - 13941: <-0.003704, -0.007632, 0.000807> - 13942: <-0.003716, -0.007657, 0.000404> - 13943: <-0.003328, -0.007810, 0.000408> - 13944: <-0.003704, -0.007632, 0.000807> - 13945: <-0.004081, -0.007462, 0.000799> - 13946: <-0.004093, -0.007487, 0.000400> - 13947: <-0.003716, -0.007657, 0.000404> - 13948: <-0.004081, -0.007462, 0.000799> - 13949: <-0.004446, -0.007275, 0.000792> - 13950: <-0.004460, -0.007298, 0.000397> - 13951: <-0.004093, -0.007487, 0.000400> - 13952: <-0.004446, -0.007275, 0.000792> - 13953: <-0.004800, -0.007069, 0.000786> - 13954: <-0.004815, -0.007092, 0.000394> - 13955: <-0.004460, -0.007298, 0.000397> - 13956: <-0.004800, -0.007069, 0.000786> - 13957: <-0.005140, -0.006846, 0.000781> - 13958: <-0.005156, -0.006868, 0.000391> - 13959: <-0.004815, -0.007092, 0.000394> - 13960: <-0.005140, -0.006846, 0.000781> - 13961: <-0.005466, -0.006605, 0.000777> - 13962: <-0.005483, -0.006626, 0.000389> - 13963: <-0.005156, -0.006868, 0.000391> - 13964: <-0.005466, -0.006605, 0.000777> - 13965: <-0.005776, -0.006346, 0.000774> - 13966: <-0.005794, -0.006366, 0.000388> - 13967: <-0.005483, -0.006626, 0.000389> - 13968: < 0.005794, -0.006366, 0.000388> - 13969: < 0.005483, -0.006626, 0.000389> - 13970: < 0.005489, -0.006633, 0.000000> - 13971: < 0.005801, -0.006373, 0.000000> - 13972: < 0.005483, -0.006626, 0.000389> - 13973: < 0.005156, -0.006868, 0.000391> - 13974: < 0.005162, -0.006875, 0.000000> - 13975: < 0.005489, -0.006633, 0.000000> - 13976: < 0.005156, -0.006868, 0.000391> - 13977: < 0.004815, -0.007092, 0.000394> - 13978: < 0.004820, -0.007099, 0.000000> - 13979: < 0.005162, -0.006875, 0.000000> - 13980: < 0.004815, -0.007092, 0.000394> - 13981: < 0.004460, -0.007298, 0.000397> - 13982: < 0.004465, -0.007306, 0.000000> - 13983: < 0.004820, -0.007099, 0.000000> - 13984: < 0.004460, -0.007298, 0.000397> - 13985: < 0.004093, -0.007487, 0.000400> - 13986: < 0.004098, -0.007495, -0.000000> - 13987: < 0.004465, -0.007306, 0.000000> - 13988: < 0.004093, -0.007487, 0.000400> - 13989: < 0.003716, -0.007657, 0.000404> - 13990: < 0.003720, -0.007665, -0.000000> - 13991: < 0.004098, -0.007495, -0.000000> - 13992: < 0.003716, -0.007657, 0.000404> - 13993: < 0.003328, -0.007810, 0.000408> - 13994: < 0.003331, -0.007818, -0.000000> - 13995: < 0.003720, -0.007665, -0.000000> - 13996: < 0.003328, -0.007810, 0.000408> - 13997: < 0.002931, -0.007945, 0.000412> - 13998: < 0.002934, -0.007953, -0.000000> - 13999: < 0.003331, -0.007818, -0.000000> - 14000: < 0.002931, -0.007945, 0.000412> - 14001: < 0.002527, -0.008062, 0.000415> - 14002: < 0.002530, -0.008070, -0.000000> - 14003: < 0.002934, -0.007953, -0.000000> - 14004: < 0.002527, -0.008062, 0.000415> - 14005: < 0.002116, -0.008161, 0.000419> - 14006: < 0.002118, -0.008169, -0.000000> - 14007: < 0.002530, -0.008070, -0.000000> - 14008: < 0.002116, -0.008161, 0.000419> - 14009: < 0.001699, -0.008242, 0.000422> - 14010: < 0.001701, -0.008251, -0.000000> - 14011: < 0.002118, -0.008169, -0.000000> - 14012: < 0.001699, -0.008242, 0.000422> - 14013: < 0.001278, -0.008305, 0.000424> - 14014: < 0.001280, -0.008314, -0.000000> - 14015: < 0.001701, -0.008251, -0.000000> - 14016: < 0.001278, -0.008305, 0.000424> - 14017: < 0.000854, -0.008350, 0.000426> - 14018: < 0.000855, -0.008359, -0.000000> - 14019: < 0.001280, -0.008314, -0.000000> - 14020: < 0.000854, -0.008350, 0.000426> - 14021: < 0.000428, -0.008377, 0.000428> - 14022: < 0.000428, -0.008386, -0.000000> - 14023: < 0.000855, -0.008359, -0.000000> - 14024: < 0.000428, -0.008377, 0.000428> - 14025: < 0.000000, -0.008386, 0.000428> - 14026: < 0.000000, -0.008395, -0.000000> - 14027: < 0.000428, -0.008386, -0.000000> - 14028: < 0.000000, -0.008386, 0.000428> - 14029: <-0.000428, -0.008377, 0.000428> - 14030: <-0.000428, -0.008386, -0.000000> - 14031: < 0.000000, -0.008395, -0.000000> - 14032: <-0.000428, -0.008377, 0.000428> - 14033: <-0.000854, -0.008350, 0.000426> - 14034: <-0.000855, -0.008359, 0.000000> - 14035: <-0.000428, -0.008386, -0.000000> - 14036: <-0.000854, -0.008350, 0.000426> - 14037: <-0.001278, -0.008305, 0.000424> - 14038: <-0.001280, -0.008314, 0.000000> - 14039: <-0.000855, -0.008359, 0.000000> - 14040: <-0.001278, -0.008305, 0.000424> - 14041: <-0.001699, -0.008242, 0.000422> - 14042: <-0.001701, -0.008251, 0.000000> - 14043: <-0.001280, -0.008314, 0.000000> - 14044: <-0.001699, -0.008242, 0.000422> - 14045: <-0.002116, -0.008161, 0.000419> - 14046: <-0.002118, -0.008169, 0.000000> - 14047: <-0.001701, -0.008251, 0.000000> - 14048: <-0.002116, -0.008161, 0.000419> - 14049: <-0.002527, -0.008062, 0.000415> - 14050: <-0.002530, -0.008070, 0.000000> - 14051: <-0.002118, -0.008169, 0.000000> - 14052: <-0.002527, -0.008062, 0.000415> - 14053: <-0.002931, -0.007945, 0.000412> - 14054: <-0.002934, -0.007953, 0.000000> - 14055: <-0.002530, -0.008070, 0.000000> - 14056: <-0.002931, -0.007945, 0.000412> - 14057: <-0.003328, -0.007810, 0.000408> - 14058: <-0.003331, -0.007818, 0.000000> - 14059: <-0.002934, -0.007953, 0.000000> - 14060: <-0.003328, -0.007810, 0.000408> - 14061: <-0.003716, -0.007657, 0.000404> - 14062: <-0.003720, -0.007665, 0.000000> - 14063: <-0.003331, -0.007818, 0.000000> - 14064: <-0.003716, -0.007657, 0.000404> - 14065: <-0.004093, -0.007487, 0.000400> - 14066: <-0.004098, -0.007495, 0.000000> - 14067: <-0.003720, -0.007665, 0.000000> - 14068: <-0.004093, -0.007487, 0.000400> - 14069: <-0.004460, -0.007298, 0.000397> - 14070: <-0.004465, -0.007306, 0.000000> - 14071: <-0.004098, -0.007495, 0.000000> - 14072: <-0.004460, -0.007298, 0.000397> - 14073: <-0.004815, -0.007092, 0.000394> - 14074: <-0.004820, -0.007099, 0.000000> - 14075: <-0.004465, -0.007306, 0.000000> - 14076: <-0.004815, -0.007092, 0.000394> - 14077: <-0.005156, -0.006868, 0.000391> - 14078: <-0.005162, -0.006875, 0.000000> - 14079: <-0.004820, -0.007099, 0.000000> - 14080: <-0.005156, -0.006868, 0.000391> - 14081: <-0.005483, -0.006626, 0.000389> - 14082: <-0.005489, -0.006633, 0.000000> - 14083: <-0.005162, -0.006875, 0.000000> - 14084: <-0.005483, -0.006626, 0.000389> - 14085: <-0.005794, -0.006366, 0.000388> - 14086: <-0.005801, -0.006373, 0.000000> - 14087: <-0.005489, -0.006633, 0.000000> - 14088: < 0.005801, -0.006373, 0.000000> - 14089: < 0.005489, -0.006633, 0.000000> - 14090: < 0.005483, -0.006626, -0.000389> - 14091: < 0.005794, -0.006366, -0.000388> - 14092: < 0.005489, -0.006633, 0.000000> - 14093: < 0.005162, -0.006875, 0.000000> - 14094: < 0.005156, -0.006868, -0.000391> - 14095: < 0.005483, -0.006626, -0.000389> - 14096: < 0.005162, -0.006875, 0.000000> - 14097: < 0.004820, -0.007099, 0.000000> - 14098: < 0.004815, -0.007092, -0.000394> - 14099: < 0.005156, -0.006868, -0.000391> - 14100: < 0.004820, -0.007099, 0.000000> - 14101: < 0.004465, -0.007306, 0.000000> - 14102: < 0.004460, -0.007298, -0.000397> - 14103: < 0.004815, -0.007092, -0.000394> - 14104: < 0.004465, -0.007306, 0.000000> - 14105: < 0.004098, -0.007495, -0.000000> - 14106: < 0.004093, -0.007487, -0.000400> - 14107: < 0.004460, -0.007298, -0.000397> - 14108: < 0.004098, -0.007495, -0.000000> - 14109: < 0.003720, -0.007665, -0.000000> - 14110: < 0.003716, -0.007657, -0.000404> - 14111: < 0.004093, -0.007487, -0.000400> - 14112: < 0.003720, -0.007665, -0.000000> - 14113: < 0.003331, -0.007818, -0.000000> - 14114: < 0.003328, -0.007810, -0.000408> - 14115: < 0.003716, -0.007657, -0.000404> - 14116: < 0.003331, -0.007818, -0.000000> - 14117: < 0.002934, -0.007953, -0.000000> - 14118: < 0.002931, -0.007945, -0.000412> - 14119: < 0.003328, -0.007810, -0.000408> - 14120: < 0.002934, -0.007953, -0.000000> - 14121: < 0.002530, -0.008070, -0.000000> - 14122: < 0.002527, -0.008062, -0.000415> - 14123: < 0.002931, -0.007945, -0.000412> - 14124: < 0.002530, -0.008070, -0.000000> - 14125: < 0.002118, -0.008169, -0.000000> - 14126: < 0.002116, -0.008161, -0.000419> - 14127: < 0.002527, -0.008062, -0.000415> - 14128: < 0.002118, -0.008169, -0.000000> - 14129: < 0.001701, -0.008251, -0.000000> - 14130: < 0.001699, -0.008242, -0.000422> - 14131: < 0.002116, -0.008161, -0.000419> - 14132: < 0.001701, -0.008251, -0.000000> - 14133: < 0.001280, -0.008314, -0.000000> - 14134: < 0.001278, -0.008305, -0.000424> - 14135: < 0.001699, -0.008242, -0.000422> - 14136: < 0.001280, -0.008314, -0.000000> - 14137: < 0.000855, -0.008359, -0.000000> - 14138: < 0.000854, -0.008350, -0.000426> - 14139: < 0.001278, -0.008305, -0.000424> - 14140: < 0.000855, -0.008359, -0.000000> - 14141: < 0.000428, -0.008386, -0.000000> - 14142: < 0.000428, -0.008377, -0.000428> - 14143: < 0.000854, -0.008350, -0.000426> - 14144: < 0.000428, -0.008386, -0.000000> - 14145: < 0.000000, -0.008395, -0.000000> - 14146: <-0.000000, -0.008386, -0.000428> - 14147: < 0.000428, -0.008377, -0.000428> - 14148: < 0.000000, -0.008395, -0.000000> - 14149: <-0.000428, -0.008386, -0.000000> - 14150: <-0.000428, -0.008377, -0.000428> - 14151: <-0.000000, -0.008386, -0.000428> - 14152: <-0.000428, -0.008386, -0.000000> - 14153: <-0.000855, -0.008359, 0.000000> - 14154: <-0.000854, -0.008350, -0.000426> - 14155: <-0.000428, -0.008377, -0.000428> - 14156: <-0.000855, -0.008359, 0.000000> - 14157: <-0.001280, -0.008314, 0.000000> - 14158: <-0.001278, -0.008305, -0.000424> - 14159: <-0.000854, -0.008350, -0.000426> - 14160: <-0.001280, -0.008314, 0.000000> - 14161: <-0.001701, -0.008251, 0.000000> - 14162: <-0.001699, -0.008242, -0.000422> - 14163: <-0.001278, -0.008305, -0.000424> - 14164: <-0.001701, -0.008251, 0.000000> - 14165: <-0.002118, -0.008169, 0.000000> - 14166: <-0.002116, -0.008161, -0.000419> - 14167: <-0.001699, -0.008242, -0.000422> - 14168: <-0.002118, -0.008169, 0.000000> - 14169: <-0.002530, -0.008070, 0.000000> - 14170: <-0.002527, -0.008062, -0.000415> - 14171: <-0.002116, -0.008161, -0.000419> - 14172: <-0.002530, -0.008070, 0.000000> - 14173: <-0.002934, -0.007953, 0.000000> - 14174: <-0.002931, -0.007945, -0.000412> - 14175: <-0.002527, -0.008062, -0.000415> - 14176: <-0.002934, -0.007953, 0.000000> - 14177: <-0.003331, -0.007818, 0.000000> - 14178: <-0.003328, -0.007810, -0.000408> - 14179: <-0.002931, -0.007945, -0.000412> - 14180: <-0.003331, -0.007818, 0.000000> - 14181: <-0.003720, -0.007665, 0.000000> - 14182: <-0.003716, -0.007657, -0.000404> - 14183: <-0.003328, -0.007810, -0.000408> - 14184: <-0.003720, -0.007665, 0.000000> - 14185: <-0.004098, -0.007495, 0.000000> - 14186: <-0.004093, -0.007487, -0.000400> - 14187: <-0.003716, -0.007657, -0.000404> - 14188: <-0.004098, -0.007495, 0.000000> - 14189: <-0.004465, -0.007306, 0.000000> - 14190: <-0.004460, -0.007298, -0.000397> - 14191: <-0.004093, -0.007487, -0.000400> - 14192: <-0.004465, -0.007306, 0.000000> - 14193: <-0.004820, -0.007099, 0.000000> - 14194: <-0.004815, -0.007092, -0.000394> - 14195: <-0.004460, -0.007298, -0.000397> - 14196: <-0.004820, -0.007099, 0.000000> - 14197: <-0.005162, -0.006875, 0.000000> - 14198: <-0.005156, -0.006868, -0.000391> - 14199: <-0.004815, -0.007092, -0.000394> - 14200: <-0.005162, -0.006875, 0.000000> - 14201: <-0.005489, -0.006633, 0.000000> - 14202: <-0.005483, -0.006626, -0.000389> - 14203: <-0.005156, -0.006868, -0.000391> - 14204: <-0.005489, -0.006633, 0.000000> - 14205: <-0.005801, -0.006373, 0.000000> - 14206: <-0.005794, -0.006366, -0.000388> - 14207: <-0.005483, -0.006626, -0.000389> - 14208: < 0.005794, -0.006366, -0.000388> - 14209: < 0.005483, -0.006626, -0.000389> - 14210: < 0.005466, -0.006605, -0.000777> - 14211: < 0.005776, -0.006346, -0.000774> - 14212: < 0.005483, -0.006626, -0.000389> - 14213: < 0.005156, -0.006868, -0.000391> - 14214: < 0.005140, -0.006846, -0.000781> - 14215: < 0.005466, -0.006605, -0.000777> - 14216: < 0.005156, -0.006868, -0.000391> - 14217: < 0.004815, -0.007092, -0.000394> - 14218: < 0.004800, -0.007069, -0.000786> - 14219: < 0.005140, -0.006846, -0.000781> - 14220: < 0.004815, -0.007092, -0.000394> - 14221: < 0.004460, -0.007298, -0.000397> - 14222: < 0.004446, -0.007275, -0.000792> - 14223: < 0.004800, -0.007069, -0.000786> - 14224: < 0.004460, -0.007298, -0.000397> - 14225: < 0.004093, -0.007487, -0.000400> - 14226: < 0.004081, -0.007462, -0.000799> - 14227: < 0.004446, -0.007275, -0.000792> - 14228: < 0.004093, -0.007487, -0.000400> - 14229: < 0.003716, -0.007657, -0.000404> - 14230: < 0.003704, -0.007632, -0.000807> - 14231: < 0.004081, -0.007462, -0.000799> - 14232: < 0.003716, -0.007657, -0.000404> - 14233: < 0.003328, -0.007810, -0.000408> - 14234: < 0.003318, -0.007785, -0.000814> - 14235: < 0.003704, -0.007632, -0.000807> - 14236: < 0.003328, -0.007810, -0.000408> - 14237: < 0.002931, -0.007945, -0.000412> - 14238: < 0.002922, -0.007919, -0.000822> - 14239: < 0.003318, -0.007785, -0.000814> - 14240: < 0.002931, -0.007945, -0.000412> - 14241: < 0.002527, -0.008062, -0.000415> - 14242: < 0.002519, -0.008036, -0.000829> - 14243: < 0.002922, -0.007919, -0.000822> - 14244: < 0.002527, -0.008062, -0.000415> - 14245: < 0.002116, -0.008161, -0.000419> - 14246: < 0.002109, -0.008134, -0.000836> - 14247: < 0.002519, -0.008036, -0.000829> - 14248: < 0.002116, -0.008161, -0.000419> - 14249: < 0.001699, -0.008242, -0.000422> - 14250: < 0.001694, -0.008215, -0.000842> - 14251: < 0.002109, -0.008134, -0.000836> - 14252: < 0.001699, -0.008242, -0.000422> - 14253: < 0.001278, -0.008305, -0.000424> - 14254: < 0.001275, -0.008278, -0.000848> - 14255: < 0.001694, -0.008215, -0.000842> - 14256: < 0.001278, -0.008305, -0.000424> - 14257: < 0.000854, -0.008350, -0.000426> - 14258: < 0.000852, -0.008323, -0.000852> - 14259: < 0.001275, -0.008278, -0.000848> - 14260: < 0.000854, -0.008350, -0.000426> - 14261: < 0.000428, -0.008377, -0.000428> - 14262: < 0.000426, -0.008350, -0.000854> - 14263: < 0.000852, -0.008323, -0.000852> - 14264: < 0.000428, -0.008377, -0.000428> - 14265: <-0.000000, -0.008386, -0.000428> - 14266: <-0.000000, -0.008359, -0.000855> - 14267: < 0.000426, -0.008350, -0.000854> - 14268: <-0.000000, -0.008386, -0.000428> - 14269: <-0.000428, -0.008377, -0.000428> - 14270: <-0.000426, -0.008350, -0.000854> - 14271: <-0.000000, -0.008359, -0.000855> - 14272: <-0.000428, -0.008377, -0.000428> - 14273: <-0.000854, -0.008350, -0.000426> - 14274: <-0.000852, -0.008323, -0.000852> - 14275: <-0.000426, -0.008350, -0.000854> - 14276: <-0.000854, -0.008350, -0.000426> - 14277: <-0.001278, -0.008305, -0.000424> - 14278: <-0.001275, -0.008278, -0.000848> - 14279: <-0.000852, -0.008323, -0.000852> - 14280: <-0.001278, -0.008305, -0.000424> - 14281: <-0.001699, -0.008242, -0.000422> - 14282: <-0.001694, -0.008215, -0.000842> - 14283: <-0.001275, -0.008278, -0.000848> - 14284: <-0.001699, -0.008242, -0.000422> - 14285: <-0.002116, -0.008161, -0.000419> - 14286: <-0.002109, -0.008134, -0.000836> - 14287: <-0.001694, -0.008215, -0.000842> - 14288: <-0.002116, -0.008161, -0.000419> - 14289: <-0.002527, -0.008062, -0.000415> - 14290: <-0.002519, -0.008036, -0.000829> - 14291: <-0.002109, -0.008134, -0.000836> - 14292: <-0.002527, -0.008062, -0.000415> - 14293: <-0.002931, -0.007945, -0.000412> - 14294: <-0.002922, -0.007919, -0.000822> - 14295: <-0.002519, -0.008036, -0.000829> - 14296: <-0.002931, -0.007945, -0.000412> - 14297: <-0.003328, -0.007810, -0.000408> - 14298: <-0.003318, -0.007785, -0.000814> - 14299: <-0.002922, -0.007919, -0.000822> - 14300: <-0.003328, -0.007810, -0.000408> - 14301: <-0.003716, -0.007657, -0.000404> - 14302: <-0.003704, -0.007632, -0.000807> - 14303: <-0.003318, -0.007785, -0.000814> - 14304: <-0.003716, -0.007657, -0.000404> - 14305: <-0.004093, -0.007487, -0.000400> - 14306: <-0.004081, -0.007462, -0.000799> - 14307: <-0.003704, -0.007632, -0.000807> - 14308: <-0.004093, -0.007487, -0.000400> - 14309: <-0.004460, -0.007298, -0.000397> - 14310: <-0.004446, -0.007275, -0.000792> - 14311: <-0.004081, -0.007462, -0.000799> - 14312: <-0.004460, -0.007298, -0.000397> - 14313: <-0.004815, -0.007092, -0.000394> - 14314: <-0.004800, -0.007069, -0.000786> - 14315: <-0.004446, -0.007275, -0.000792> - 14316: <-0.004815, -0.007092, -0.000394> - 14317: <-0.005156, -0.006868, -0.000391> - 14318: <-0.005140, -0.006846, -0.000781> - 14319: <-0.004800, -0.007069, -0.000786> - 14320: <-0.005156, -0.006868, -0.000391> - 14321: <-0.005483, -0.006626, -0.000389> - 14322: <-0.005466, -0.006605, -0.000777> - 14323: <-0.005140, -0.006846, -0.000781> - 14324: <-0.005483, -0.006626, -0.000389> - 14325: <-0.005794, -0.006366, -0.000388> - 14326: <-0.005776, -0.006346, -0.000774> - 14327: <-0.005466, -0.006605, -0.000777> - 14328: < 0.005776, -0.006346, -0.000774> - 14329: < 0.005466, -0.006605, -0.000777> - 14330: < 0.005438, -0.006570, -0.001161> - 14331: < 0.005747, -0.006313, -0.001157> - 14332: < 0.005466, -0.006605, -0.000777> - 14333: < 0.005140, -0.006846, -0.000781> - 14334: < 0.005114, -0.006810, -0.001168> - 14335: < 0.005438, -0.006570, -0.001161> - 14336: < 0.005140, -0.006846, -0.000781> - 14337: < 0.004800, -0.007069, -0.000786> - 14338: < 0.004776, -0.007032, -0.001176> - 14339: < 0.005114, -0.006810, -0.001168> - 14340: < 0.004800, -0.007069, -0.000786> - 14341: < 0.004446, -0.007275, -0.000792> - 14342: < 0.004424, -0.007236, -0.001185> - 14343: < 0.004776, -0.007032, -0.001176> - 14344: < 0.004446, -0.007275, -0.000792> - 14345: < 0.004081, -0.007462, -0.000799> - 14346: < 0.004061, -0.007423, -0.001196> - 14347: < 0.004424, -0.007236, -0.001185> - 14348: < 0.004081, -0.007462, -0.000799> - 14349: < 0.003704, -0.007632, -0.000807> - 14350: < 0.003686, -0.007591, -0.001207> - 14351: < 0.004061, -0.007423, -0.001196> - 14352: < 0.003704, -0.007632, -0.000807> - 14353: < 0.003318, -0.007785, -0.000814> - 14354: < 0.003302, -0.007743, -0.001219> - 14355: < 0.003686, -0.007591, -0.001207> - 14356: < 0.003318, -0.007785, -0.000814> - 14357: < 0.002922, -0.007919, -0.000822> - 14358: < 0.002908, -0.007876, -0.001230> - 14359: < 0.003302, -0.007743, -0.001219> - 14360: < 0.002922, -0.007919, -0.000822> - 14361: < 0.002519, -0.008036, -0.000829> - 14362: < 0.002507, -0.007992, -0.001241> - 14363: < 0.002908, -0.007876, -0.001230> - 14364: < 0.002519, -0.008036, -0.000829> - 14365: < 0.002109, -0.008134, -0.000836> - 14366: < 0.002099, -0.008090, -0.001252> - 14367: < 0.002507, -0.007992, -0.001241> - 14368: < 0.002109, -0.008134, -0.000836> - 14369: < 0.001694, -0.008215, -0.000842> - 14370: < 0.001686, -0.008171, -0.001261> - 14371: < 0.002099, -0.008090, -0.001252> - 14372: < 0.001694, -0.008215, -0.000842> - 14373: < 0.001275, -0.008278, -0.000848> - 14374: < 0.001269, -0.008233, -0.001269> - 14375: < 0.001686, -0.008171, -0.001261> - 14376: < 0.001275, -0.008278, -0.000848> - 14377: < 0.000852, -0.008323, -0.000852> - 14378: < 0.000848, -0.008278, -0.001275> - 14379: < 0.001269, -0.008233, -0.001269> - 14380: < 0.000852, -0.008323, -0.000852> - 14381: < 0.000426, -0.008350, -0.000854> - 14382: < 0.000424, -0.008305, -0.001278> - 14383: < 0.000848, -0.008278, -0.001275> - 14384: < 0.000426, -0.008350, -0.000854> - 14385: <-0.000000, -0.008359, -0.000855> - 14386: <-0.000000, -0.008314, -0.001280> - 14387: < 0.000424, -0.008305, -0.001278> - 14388: <-0.000000, -0.008359, -0.000855> - 14389: <-0.000426, -0.008350, -0.000854> - 14390: <-0.000424, -0.008305, -0.001278> - 14391: <-0.000000, -0.008314, -0.001280> - 14392: <-0.000426, -0.008350, -0.000854> - 14393: <-0.000852, -0.008323, -0.000852> - 14394: <-0.000848, -0.008278, -0.001275> - 14395: <-0.000424, -0.008305, -0.001278> - 14396: <-0.000852, -0.008323, -0.000852> - 14397: <-0.001275, -0.008278, -0.000848> - 14398: <-0.001269, -0.008233, -0.001269> - 14399: <-0.000848, -0.008278, -0.001275> - 14400: <-0.001275, -0.008278, -0.000848> - 14401: <-0.001694, -0.008215, -0.000842> - 14402: <-0.001686, -0.008171, -0.001261> - 14403: <-0.001269, -0.008233, -0.001269> - 14404: <-0.001694, -0.008215, -0.000842> - 14405: <-0.002109, -0.008134, -0.000836> - 14406: <-0.002099, -0.008090, -0.001252> - 14407: <-0.001686, -0.008171, -0.001261> - 14408: <-0.002109, -0.008134, -0.000836> - 14409: <-0.002519, -0.008036, -0.000829> - 14410: <-0.002507, -0.007992, -0.001241> - 14411: <-0.002099, -0.008090, -0.001252> - 14412: <-0.002519, -0.008036, -0.000829> - 14413: <-0.002922, -0.007919, -0.000822> - 14414: <-0.002908, -0.007876, -0.001230> - 14415: <-0.002507, -0.007992, -0.001241> - 14416: <-0.002922, -0.007919, -0.000822> - 14417: <-0.003318, -0.007785, -0.000814> - 14418: <-0.003302, -0.007743, -0.001219> - 14419: <-0.002908, -0.007876, -0.001230> - 14420: <-0.003318, -0.007785, -0.000814> - 14421: <-0.003704, -0.007632, -0.000807> - 14422: <-0.003686, -0.007591, -0.001207> - 14423: <-0.003302, -0.007743, -0.001219> - 14424: <-0.003704, -0.007632, -0.000807> - 14425: <-0.004081, -0.007462, -0.000799> - 14426: <-0.004061, -0.007423, -0.001196> - 14427: <-0.003686, -0.007591, -0.001207> - 14428: <-0.004081, -0.007462, -0.000799> - 14429: <-0.004446, -0.007275, -0.000792> - 14430: <-0.004424, -0.007236, -0.001185> - 14431: <-0.004061, -0.007423, -0.001196> - 14432: <-0.004446, -0.007275, -0.000792> - 14433: <-0.004800, -0.007069, -0.000786> - 14434: <-0.004776, -0.007032, -0.001176> - 14435: <-0.004424, -0.007236, -0.001185> - 14436: <-0.004800, -0.007069, -0.000786> - 14437: <-0.005140, -0.006846, -0.000781> - 14438: <-0.005114, -0.006810, -0.001168> - 14439: <-0.004776, -0.007032, -0.001176> - 14440: <-0.005140, -0.006846, -0.000781> - 14441: <-0.005466, -0.006605, -0.000777> - 14442: <-0.005438, -0.006570, -0.001161> - 14443: <-0.005114, -0.006810, -0.001168> - 14444: <-0.005466, -0.006605, -0.000777> - 14445: <-0.005776, -0.006346, -0.000774> - 14446: <-0.005747, -0.006313, -0.001157> - 14447: <-0.005438, -0.006570, -0.001161> - 14448: < 0.005747, -0.006313, -0.001157> - 14449: < 0.005438, -0.006570, -0.001161> - 14450: < 0.005401, -0.006523, -0.001541> - 14451: < 0.005707, -0.006269, -0.001536> - 14452: < 0.005438, -0.006570, -0.001161> - 14453: < 0.005114, -0.006810, -0.001168> - 14454: < 0.005080, -0.006761, -0.001550> - 14455: < 0.005401, -0.006523, -0.001541> - 14456: < 0.005114, -0.006810, -0.001168> - 14457: < 0.004776, -0.007032, -0.001176> - 14458: < 0.004744, -0.006980, -0.001561> - 14459: < 0.005080, -0.006761, -0.001550> - 14460: < 0.004776, -0.007032, -0.001176> - 14461: < 0.004424, -0.007236, -0.001185> - 14462: < 0.004395, -0.007183, -0.001574> - 14463: < 0.004744, -0.006980, -0.001561> - 14464: < 0.004424, -0.007236, -0.001185> - 14465: < 0.004061, -0.007423, -0.001196> - 14466: < 0.004034, -0.007367, -0.001588> - 14467: < 0.004395, -0.007183, -0.001574> - 14468: < 0.004061, -0.007423, -0.001196> - 14469: < 0.003686, -0.007591, -0.001207> - 14470: < 0.003663, -0.007535, -0.001603> - 14471: < 0.004034, -0.007367, -0.001588> - 14472: < 0.003686, -0.007591, -0.001207> - 14473: < 0.003302, -0.007743, -0.001219> - 14474: < 0.003281, -0.007684, -0.001619> - 14475: < 0.003663, -0.007535, -0.001603> - 14476: < 0.003302, -0.007743, -0.001219> - 14477: < 0.002908, -0.007876, -0.001230> - 14478: < 0.002890, -0.007817, -0.001635> - 14479: < 0.003281, -0.007684, -0.001619> - 14480: < 0.002908, -0.007876, -0.001230> - 14481: < 0.002507, -0.007992, -0.001241> - 14482: < 0.002492, -0.007932, -0.001650> - 14483: < 0.002890, -0.007817, -0.001635> - 14484: < 0.002507, -0.007992, -0.001241> - 14485: < 0.002099, -0.008090, -0.001252> - 14486: < 0.002086, -0.008029, -0.001663> - 14487: < 0.002492, -0.007932, -0.001650> - 14488: < 0.002099, -0.008090, -0.001252> - 14489: < 0.001686, -0.008171, -0.001261> - 14490: < 0.001676, -0.008109, -0.001676> - 14491: < 0.002086, -0.008029, -0.001663> - 14492: < 0.001686, -0.008171, -0.001261> - 14493: < 0.001269, -0.008233, -0.001269> - 14494: < 0.001261, -0.008171, -0.001686> - 14495: < 0.001676, -0.008109, -0.001676> - 14496: < 0.001269, -0.008233, -0.001269> - 14497: < 0.000848, -0.008278, -0.001275> - 14498: < 0.000842, -0.008215, -0.001694> - 14499: < 0.001261, -0.008171, -0.001686> - 14500: < 0.000848, -0.008278, -0.001275> - 14501: < 0.000424, -0.008305, -0.001278> - 14502: < 0.000422, -0.008242, -0.001699> - 14503: < 0.000842, -0.008215, -0.001694> - 14504: < 0.000424, -0.008305, -0.001278> - 14505: <-0.000000, -0.008314, -0.001280> - 14506: <-0.000000, -0.008251, -0.001701> - 14507: < 0.000422, -0.008242, -0.001699> - 14508: <-0.000000, -0.008314, -0.001280> - 14509: <-0.000424, -0.008305, -0.001278> - 14510: <-0.000422, -0.008242, -0.001699> - 14511: <-0.000000, -0.008251, -0.001701> - 14512: <-0.000424, -0.008305, -0.001278> - 14513: <-0.000848, -0.008278, -0.001275> - 14514: <-0.000842, -0.008215, -0.001694> - 14515: <-0.000422, -0.008242, -0.001699> - 14516: <-0.000848, -0.008278, -0.001275> - 14517: <-0.001269, -0.008233, -0.001269> - 14518: <-0.001261, -0.008171, -0.001686> - 14519: <-0.000842, -0.008215, -0.001694> - 14520: <-0.001269, -0.008233, -0.001269> - 14521: <-0.001686, -0.008171, -0.001261> - 14522: <-0.001676, -0.008109, -0.001676> - 14523: <-0.001261, -0.008171, -0.001686> - 14524: <-0.001686, -0.008171, -0.001261> - 14525: <-0.002099, -0.008090, -0.001252> - 14526: <-0.002086, -0.008029, -0.001663> - 14527: <-0.001676, -0.008109, -0.001676> - 14528: <-0.002099, -0.008090, -0.001252> - 14529: <-0.002507, -0.007992, -0.001241> - 14530: <-0.002492, -0.007932, -0.001650> - 14531: <-0.002086, -0.008029, -0.001663> - 14532: <-0.002507, -0.007992, -0.001241> - 14533: <-0.002908, -0.007876, -0.001230> - 14534: <-0.002890, -0.007817, -0.001635> - 14535: <-0.002492, -0.007932, -0.001650> - 14536: <-0.002908, -0.007876, -0.001230> - 14537: <-0.003302, -0.007743, -0.001219> - 14538: <-0.003281, -0.007684, -0.001619> - 14539: <-0.002890, -0.007817, -0.001635> - 14540: <-0.003302, -0.007743, -0.001219> - 14541: <-0.003686, -0.007591, -0.001207> - 14542: <-0.003663, -0.007535, -0.001603> - 14543: <-0.003281, -0.007684, -0.001619> - 14544: <-0.003686, -0.007591, -0.001207> - 14545: <-0.004061, -0.007423, -0.001196> - 14546: <-0.004034, -0.007367, -0.001588> - 14547: <-0.003663, -0.007535, -0.001603> - 14548: <-0.004061, -0.007423, -0.001196> - 14549: <-0.004424, -0.007236, -0.001185> - 14550: <-0.004395, -0.007183, -0.001574> - 14551: <-0.004034, -0.007367, -0.001588> - 14552: <-0.004424, -0.007236, -0.001185> - 14553: <-0.004776, -0.007032, -0.001176> - 14554: <-0.004744, -0.006980, -0.001561> - 14555: <-0.004395, -0.007183, -0.001574> - 14556: <-0.004776, -0.007032, -0.001176> - 14557: <-0.005114, -0.006810, -0.001168> - 14558: <-0.005080, -0.006761, -0.001550> - 14559: <-0.004744, -0.006980, -0.001561> - 14560: <-0.005114, -0.006810, -0.001168> - 14561: <-0.005438, -0.006570, -0.001161> - 14562: <-0.005401, -0.006523, -0.001541> - 14563: <-0.005080, -0.006761, -0.001550> - 14564: <-0.005438, -0.006570, -0.001161> - 14565: <-0.005747, -0.006313, -0.001157> - 14566: <-0.005707, -0.006269, -0.001536> - 14567: <-0.005401, -0.006523, -0.001541> - 14568: < 0.005707, -0.006269, -0.001536> - 14569: < 0.005401, -0.006523, -0.001541> - 14570: < 0.005355, -0.006464, -0.001915> - 14571: < 0.005657, -0.006212, -0.001908> - 14572: < 0.005401, -0.006523, -0.001541> - 14573: < 0.005080, -0.006761, -0.001550> - 14574: < 0.005037, -0.006698, -0.001926> - 14575: < 0.005355, -0.006464, -0.001915> - 14576: < 0.005080, -0.006761, -0.001550> - 14577: < 0.004744, -0.006980, -0.001561> - 14578: < 0.004705, -0.006915, -0.001940> - 14579: < 0.005037, -0.006698, -0.001926> - 14580: < 0.004744, -0.006980, -0.001561> - 14581: < 0.004395, -0.007183, -0.001574> - 14582: < 0.004360, -0.007115, -0.001957> - 14583: < 0.004705, -0.006915, -0.001940> - 14584: < 0.004395, -0.007183, -0.001574> - 14585: < 0.004034, -0.007367, -0.001588> - 14586: < 0.004002, -0.007297, -0.001975> - 14587: < 0.004360, -0.007115, -0.001957> - 14588: < 0.004034, -0.007367, -0.001588> - 14589: < 0.003663, -0.007535, -0.001603> - 14590: < 0.003634, -0.007462, -0.001995> - 14591: < 0.004002, -0.007297, -0.001975> - 14592: < 0.003663, -0.007535, -0.001603> - 14593: < 0.003281, -0.007684, -0.001619> - 14594: < 0.003255, -0.007610, -0.002015> - 14595: < 0.003634, -0.007462, -0.001995> - 14596: < 0.003281, -0.007684, -0.001619> - 14597: < 0.002890, -0.007817, -0.001635> - 14598: < 0.002868, -0.007740, -0.002035> - 14599: < 0.003255, -0.007610, -0.002015> - 14600: < 0.002890, -0.007817, -0.001635> - 14601: < 0.002492, -0.007932, -0.001650> - 14602: < 0.002473, -0.007854, -0.002053> - 14603: < 0.002868, -0.007740, -0.002035> - 14604: < 0.002492, -0.007932, -0.001650> - 14605: < 0.002086, -0.008029, -0.001663> - 14606: < 0.002071, -0.007950, -0.002071> - 14607: < 0.002473, -0.007854, -0.002053> - 14608: < 0.002086, -0.008029, -0.001663> - 14609: < 0.001676, -0.008109, -0.001676> - 14610: < 0.001663, -0.008029, -0.002086> - 14611: < 0.002071, -0.007950, -0.002071> - 14612: < 0.001676, -0.008109, -0.001676> - 14613: < 0.001261, -0.008171, -0.001686> - 14614: < 0.001252, -0.008090, -0.002099> - 14615: < 0.001663, -0.008029, -0.002086> - 14616: < 0.001261, -0.008171, -0.001686> - 14617: < 0.000842, -0.008215, -0.001694> - 14618: < 0.000836, -0.008134, -0.002109> - 14619: < 0.001252, -0.008090, -0.002099> - 14620: < 0.000842, -0.008215, -0.001694> - 14621: < 0.000422, -0.008242, -0.001699> - 14622: < 0.000419, -0.008161, -0.002116> - 14623: < 0.000836, -0.008134, -0.002109> - 14624: < 0.000422, -0.008242, -0.001699> - 14625: <-0.000000, -0.008251, -0.001701> - 14626: <-0.000000, -0.008169, -0.002118> - 14627: < 0.000419, -0.008161, -0.002116> - 14628: <-0.000000, -0.008251, -0.001701> - 14629: <-0.000422, -0.008242, -0.001699> - 14630: <-0.000419, -0.008161, -0.002116> - 14631: <-0.000000, -0.008169, -0.002118> - 14632: <-0.000422, -0.008242, -0.001699> - 14633: <-0.000842, -0.008215, -0.001694> - 14634: <-0.000836, -0.008134, -0.002109> - 14635: <-0.000419, -0.008161, -0.002116> - 14636: <-0.000842, -0.008215, -0.001694> - 14637: <-0.001261, -0.008171, -0.001686> - 14638: <-0.001252, -0.008090, -0.002099> - 14639: <-0.000836, -0.008134, -0.002109> - 14640: <-0.001261, -0.008171, -0.001686> - 14641: <-0.001676, -0.008109, -0.001676> - 14642: <-0.001663, -0.008029, -0.002086> - 14643: <-0.001252, -0.008090, -0.002099> - 14644: <-0.001676, -0.008109, -0.001676> - 14645: <-0.002086, -0.008029, -0.001663> - 14646: <-0.002071, -0.007950, -0.002071> - 14647: <-0.001663, -0.008029, -0.002086> - 14648: <-0.002086, -0.008029, -0.001663> - 14649: <-0.002492, -0.007932, -0.001650> - 14650: <-0.002473, -0.007854, -0.002053> - 14651: <-0.002071, -0.007950, -0.002071> - 14652: <-0.002492, -0.007932, -0.001650> - 14653: <-0.002890, -0.007817, -0.001635> - 14654: <-0.002868, -0.007740, -0.002035> - 14655: <-0.002473, -0.007854, -0.002053> - 14656: <-0.002890, -0.007817, -0.001635> - 14657: <-0.003281, -0.007684, -0.001619> - 14658: <-0.003255, -0.007610, -0.002015> - 14659: <-0.002868, -0.007740, -0.002035> - 14660: <-0.003281, -0.007684, -0.001619> - 14661: <-0.003663, -0.007535, -0.001603> - 14662: <-0.003634, -0.007462, -0.001995> - 14663: <-0.003255, -0.007610, -0.002015> - 14664: <-0.003663, -0.007535, -0.001603> - 14665: <-0.004034, -0.007367, -0.001588> - 14666: <-0.004002, -0.007297, -0.001975> - 14667: <-0.003634, -0.007462, -0.001995> - 14668: <-0.004034, -0.007367, -0.001588> - 14669: <-0.004395, -0.007183, -0.001574> - 14670: <-0.004360, -0.007115, -0.001957> - 14671: <-0.004002, -0.007297, -0.001975> - 14672: <-0.004395, -0.007183, -0.001574> - 14673: <-0.004744, -0.006980, -0.001561> - 14674: <-0.004705, -0.006915, -0.001940> - 14675: <-0.004360, -0.007115, -0.001957> - 14676: <-0.004744, -0.006980, -0.001561> - 14677: <-0.005080, -0.006761, -0.001550> - 14678: <-0.005037, -0.006698, -0.001926> - 14679: <-0.004705, -0.006915, -0.001940> - 14680: <-0.005080, -0.006761, -0.001550> - 14681: <-0.005401, -0.006523, -0.001541> - 14682: <-0.005355, -0.006464, -0.001915> - 14683: <-0.005037, -0.006698, -0.001926> - 14684: <-0.005401, -0.006523, -0.001541> - 14685: <-0.005707, -0.006269, -0.001536> - 14686: <-0.005657, -0.006212, -0.001908> - 14687: <-0.005355, -0.006464, -0.001915> - 14688: < 0.005657, -0.006212, -0.001908> - 14689: < 0.005355, -0.006464, -0.001915> - 14690: < 0.005301, -0.006393, -0.002281> - 14691: < 0.005599, -0.006146, -0.002272> - 14692: < 0.005355, -0.006464, -0.001915> - 14693: < 0.005037, -0.006698, -0.001926> - 14694: < 0.004987, -0.006623, -0.002295> - 14695: < 0.005301, -0.006393, -0.002281> - 14696: < 0.005037, -0.006698, -0.001926> - 14697: < 0.004705, -0.006915, -0.001940> - 14698: < 0.004659, -0.006836, -0.002313> - 14699: < 0.004987, -0.006623, -0.002295> - 14700: < 0.004705, -0.006915, -0.001940> - 14701: < 0.004360, -0.007115, -0.001957> - 14702: < 0.004318, -0.007033, -0.002333> - 14703: < 0.004659, -0.006836, -0.002313> - 14704: < 0.004360, -0.007115, -0.001957> - 14705: < 0.004002, -0.007297, -0.001975> - 14706: < 0.003965, -0.007212, -0.002356> - 14707: < 0.004318, -0.007033, -0.002333> - 14708: < 0.004002, -0.007297, -0.001975> - 14709: < 0.003634, -0.007462, -0.001995> - 14710: < 0.003601, -0.007374, -0.002380> - 14711: < 0.003965, -0.007212, -0.002356> - 14712: < 0.003634, -0.007462, -0.001995> - 14713: < 0.003255, -0.007610, -0.002015> - 14714: < 0.003227, -0.007519, -0.002405> - 14715: < 0.003601, -0.007374, -0.002380> - 14716: < 0.003255, -0.007610, -0.002015> - 14717: < 0.002868, -0.007740, -0.002035> - 14718: < 0.002843, -0.007648, -0.002429> - 14719: < 0.003227, -0.007519, -0.002405> - 14720: < 0.002868, -0.007740, -0.002035> - 14721: < 0.002473, -0.007854, -0.002053> - 14722: < 0.002452, -0.007759, -0.002452> - 14723: < 0.002843, -0.007648, -0.002429> - 14724: < 0.002473, -0.007854, -0.002053> - 14725: < 0.002071, -0.007950, -0.002071> - 14726: < 0.002053, -0.007854, -0.002473> - 14727: < 0.002452, -0.007759, -0.002452> - 14728: < 0.002071, -0.007950, -0.002071> - 14729: < 0.001663, -0.008029, -0.002086> - 14730: < 0.001650, -0.007932, -0.002492> - 14731: < 0.002053, -0.007854, -0.002473> - 14732: < 0.001663, -0.008029, -0.002086> - 14733: < 0.001252, -0.008090, -0.002099> - 14734: < 0.001241, -0.007992, -0.002507> - 14735: < 0.001650, -0.007932, -0.002492> - 14736: < 0.001252, -0.008090, -0.002099> - 14737: < 0.000836, -0.008134, -0.002109> - 14738: < 0.000829, -0.008036, -0.002519> - 14739: < 0.001241, -0.007992, -0.002507> - 14740: < 0.000836, -0.008134, -0.002109> - 14741: < 0.000419, -0.008161, -0.002116> - 14742: < 0.000415, -0.008062, -0.002527> - 14743: < 0.000829, -0.008036, -0.002519> - 14744: < 0.000419, -0.008161, -0.002116> - 14745: <-0.000000, -0.008169, -0.002118> - 14746: <-0.000000, -0.008070, -0.002530> - 14747: < 0.000415, -0.008062, -0.002527> - 14748: <-0.000000, -0.008169, -0.002118> - 14749: <-0.000419, -0.008161, -0.002116> - 14750: <-0.000415, -0.008062, -0.002527> - 14751: <-0.000000, -0.008070, -0.002530> - 14752: <-0.000419, -0.008161, -0.002116> - 14753: <-0.000836, -0.008134, -0.002109> - 14754: <-0.000829, -0.008036, -0.002519> - 14755: <-0.000415, -0.008062, -0.002527> - 14756: <-0.000836, -0.008134, -0.002109> - 14757: <-0.001252, -0.008090, -0.002099> - 14758: <-0.001241, -0.007992, -0.002507> - 14759: <-0.000829, -0.008036, -0.002519> - 14760: <-0.001252, -0.008090, -0.002099> - 14761: <-0.001663, -0.008029, -0.002086> - 14762: <-0.001650, -0.007932, -0.002492> - 14763: <-0.001241, -0.007992, -0.002507> - 14764: <-0.001663, -0.008029, -0.002086> - 14765: <-0.002071, -0.007950, -0.002071> - 14766: <-0.002053, -0.007854, -0.002473> - 14767: <-0.001650, -0.007932, -0.002492> - 14768: <-0.002071, -0.007950, -0.002071> - 14769: <-0.002473, -0.007854, -0.002053> - 14770: <-0.002452, -0.007759, -0.002452> - 14771: <-0.002053, -0.007854, -0.002473> - 14772: <-0.002473, -0.007854, -0.002053> - 14773: <-0.002868, -0.007740, -0.002035> - 14774: <-0.002843, -0.007648, -0.002429> - 14775: <-0.002452, -0.007759, -0.002452> - 14776: <-0.002868, -0.007740, -0.002035> - 14777: <-0.003255, -0.007610, -0.002015> - 14778: <-0.003227, -0.007519, -0.002405> - 14779: <-0.002843, -0.007648, -0.002429> - 14780: <-0.003255, -0.007610, -0.002015> - 14781: <-0.003634, -0.007462, -0.001995> - 14782: <-0.003601, -0.007374, -0.002380> - 14783: <-0.003227, -0.007519, -0.002405> - 14784: <-0.003634, -0.007462, -0.001995> - 14785: <-0.004002, -0.007297, -0.001975> - 14786: <-0.003965, -0.007212, -0.002356> - 14787: <-0.003601, -0.007374, -0.002380> - 14788: <-0.004002, -0.007297, -0.001975> - 14789: <-0.004360, -0.007115, -0.001957> - 14790: <-0.004318, -0.007033, -0.002333> - 14791: <-0.003965, -0.007212, -0.002356> - 14792: <-0.004360, -0.007115, -0.001957> - 14793: <-0.004705, -0.006915, -0.001940> - 14794: <-0.004659, -0.006836, -0.002313> - 14795: <-0.004318, -0.007033, -0.002333> - 14796: <-0.004705, -0.006915, -0.001940> - 14797: <-0.005037, -0.006698, -0.001926> - 14798: <-0.004987, -0.006623, -0.002295> - 14799: <-0.004659, -0.006836, -0.002313> - 14800: <-0.005037, -0.006698, -0.001926> - 14801: <-0.005355, -0.006464, -0.001915> - 14802: <-0.005301, -0.006393, -0.002281> - 14803: <-0.004987, -0.006623, -0.002295> - 14804: <-0.005355, -0.006464, -0.001915> - 14805: <-0.005657, -0.006212, -0.001908> - 14806: <-0.005599, -0.006146, -0.002272> - 14807: <-0.005301, -0.006393, -0.002281> - 14808: < 0.005599, -0.006146, -0.002272> - 14809: < 0.005301, -0.006393, -0.002281> - 14810: < 0.005240, -0.006311, -0.002638> - 14811: < 0.005533, -0.006069, -0.002627> - 14812: < 0.005301, -0.006393, -0.002281> - 14813: < 0.004987, -0.006623, -0.002295> - 14814: < 0.004931, -0.006537, -0.002655> - 14815: < 0.005240, -0.006311, -0.002638> - 14816: < 0.004987, -0.006623, -0.002295> - 14817: < 0.004659, -0.006836, -0.002313> - 14818: < 0.004609, -0.006745, -0.002676> - 14819: < 0.004931, -0.006537, -0.002655> - 14820: < 0.004659, -0.006836, -0.002313> - 14821: < 0.004318, -0.007033, -0.002333> - 14822: < 0.004273, -0.006937, -0.002701> - 14823: < 0.004609, -0.006745, -0.002676> - 14824: < 0.004318, -0.007033, -0.002333> - 14825: < 0.003965, -0.007212, -0.002356> - 14826: < 0.003924, -0.007112, -0.002729> - 14827: < 0.004273, -0.006937, -0.002701> - 14828: < 0.003965, -0.007212, -0.002356> - 14829: < 0.003601, -0.007374, -0.002380> - 14830: < 0.003565, -0.007270, -0.002758> - 14831: < 0.003924, -0.007112, -0.002729> - 14832: < 0.003601, -0.007374, -0.002380> - 14833: < 0.003227, -0.007519, -0.002405> - 14834: < 0.003195, -0.007412, -0.002787> - 14835: < 0.003565, -0.007270, -0.002758> - 14836: < 0.003227, -0.007519, -0.002405> - 14837: < 0.002843, -0.007648, -0.002429> - 14838: < 0.002816, -0.007538, -0.002816> - 14839: < 0.003195, -0.007412, -0.002787> - 14840: < 0.002843, -0.007648, -0.002429> - 14841: < 0.002452, -0.007759, -0.002452> - 14842: < 0.002429, -0.007648, -0.002843> - 14843: < 0.002816, -0.007538, -0.002816> - 14844: < 0.002452, -0.007759, -0.002452> - 14845: < 0.002053, -0.007854, -0.002473> - 14846: < 0.002035, -0.007740, -0.002868> - 14847: < 0.002429, -0.007648, -0.002843> - 14848: < 0.002053, -0.007854, -0.002473> - 14849: < 0.001650, -0.007932, -0.002492> - 14850: < 0.001635, -0.007817, -0.002890> - 14851: < 0.002035, -0.007740, -0.002868> - 14852: < 0.001650, -0.007932, -0.002492> - 14853: < 0.001241, -0.007992, -0.002507> - 14854: < 0.001230, -0.007876, -0.002908> - 14855: < 0.001635, -0.007817, -0.002890> - 14856: < 0.001241, -0.007992, -0.002507> - 14857: < 0.000829, -0.008036, -0.002519> - 14858: < 0.000822, -0.007919, -0.002922> - 14859: < 0.001230, -0.007876, -0.002908> - 14860: < 0.000829, -0.008036, -0.002519> - 14861: < 0.000415, -0.008062, -0.002527> - 14862: < 0.000412, -0.007945, -0.002931> - 14863: < 0.000822, -0.007919, -0.002922> - 14864: < 0.000415, -0.008062, -0.002527> - 14865: <-0.000000, -0.008070, -0.002530> - 14866: <-0.000000, -0.007953, -0.002934> - 14867: < 0.000412, -0.007945, -0.002931> - 14868: <-0.000000, -0.008070, -0.002530> - 14869: <-0.000415, -0.008062, -0.002527> - 14870: <-0.000412, -0.007945, -0.002931> - 14871: <-0.000000, -0.007953, -0.002934> - 14872: <-0.000415, -0.008062, -0.002527> - 14873: <-0.000829, -0.008036, -0.002519> - 14874: <-0.000822, -0.007919, -0.002922> - 14875: <-0.000412, -0.007945, -0.002931> - 14876: <-0.000829, -0.008036, -0.002519> - 14877: <-0.001241, -0.007992, -0.002507> - 14878: <-0.001230, -0.007876, -0.002908> - 14879: <-0.000822, -0.007919, -0.002922> - 14880: <-0.001241, -0.007992, -0.002507> - 14881: <-0.001650, -0.007932, -0.002492> - 14882: <-0.001635, -0.007817, -0.002890> - 14883: <-0.001230, -0.007876, -0.002908> - 14884: <-0.001650, -0.007932, -0.002492> - 14885: <-0.002053, -0.007854, -0.002473> - 14886: <-0.002035, -0.007740, -0.002868> - 14887: <-0.001635, -0.007817, -0.002890> - 14888: <-0.002053, -0.007854, -0.002473> - 14889: <-0.002452, -0.007759, -0.002452> - 14890: <-0.002429, -0.007648, -0.002843> - 14891: <-0.002035, -0.007740, -0.002868> - 14892: <-0.002452, -0.007759, -0.002452> - 14893: <-0.002843, -0.007648, -0.002429> - 14894: <-0.002816, -0.007538, -0.002816> - 14895: <-0.002429, -0.007648, -0.002843> - 14896: <-0.002843, -0.007648, -0.002429> - 14897: <-0.003227, -0.007519, -0.002405> - 14898: <-0.003195, -0.007412, -0.002787> - 14899: <-0.002816, -0.007538, -0.002816> - 14900: <-0.003227, -0.007519, -0.002405> - 14901: <-0.003601, -0.007374, -0.002380> - 14902: <-0.003565, -0.007270, -0.002758> - 14903: <-0.003195, -0.007412, -0.002787> - 14904: <-0.003601, -0.007374, -0.002380> - 14905: <-0.003965, -0.007212, -0.002356> - 14906: <-0.003924, -0.007112, -0.002729> - 14907: <-0.003565, -0.007270, -0.002758> - 14908: <-0.003965, -0.007212, -0.002356> - 14909: <-0.004318, -0.007033, -0.002333> - 14910: <-0.004273, -0.006937, -0.002701> - 14911: <-0.003924, -0.007112, -0.002729> - 14912: <-0.004318, -0.007033, -0.002333> - 14913: <-0.004659, -0.006836, -0.002313> - 14914: <-0.004609, -0.006745, -0.002676> - 14915: <-0.004273, -0.006937, -0.002701> - 14916: <-0.004659, -0.006836, -0.002313> - 14917: <-0.004987, -0.006623, -0.002295> - 14918: <-0.004931, -0.006537, -0.002655> - 14919: <-0.004609, -0.006745, -0.002676> - 14920: <-0.004987, -0.006623, -0.002295> - 14921: <-0.005301, -0.006393, -0.002281> - 14922: <-0.005240, -0.006311, -0.002638> - 14923: <-0.004931, -0.006537, -0.002655> - 14924: <-0.005301, -0.006393, -0.002281> - 14925: <-0.005599, -0.006146, -0.002272> - 14926: <-0.005533, -0.006069, -0.002627> - 14927: <-0.005240, -0.006311, -0.002638> - 14928: < 0.005533, -0.006069, -0.002627> - 14929: < 0.005240, -0.006311, -0.002638> - 14930: < 0.005172, -0.006219, -0.002984> - 14931: < 0.005459, -0.005983, -0.002971> - 14932: < 0.005240, -0.006311, -0.002638> - 14933: < 0.004931, -0.006537, -0.002655> - 14934: < 0.004870, -0.006439, -0.003004> - 14935: < 0.005172, -0.006219, -0.002984> - 14936: < 0.004931, -0.006537, -0.002655> - 14937: < 0.004609, -0.006745, -0.002676> - 14938: < 0.004553, -0.006641, -0.003030> - 14939: < 0.004870, -0.006439, -0.003004> - 14940: < 0.004609, -0.006745, -0.002676> - 14941: < 0.004273, -0.006937, -0.002701> - 14942: < 0.004223, -0.006828, -0.003060> - 14943: < 0.004553, -0.006641, -0.003030> - 14944: < 0.004273, -0.006937, -0.002701> - 14945: < 0.003924, -0.007112, -0.002729> - 14946: < 0.003880, -0.006998, -0.003093> - 14947: < 0.004223, -0.006828, -0.003060> - 14948: < 0.003924, -0.007112, -0.002729> - 14949: < 0.003565, -0.007270, -0.002758> - 14950: < 0.003526, -0.007152, -0.003127> - 14951: < 0.003880, -0.006998, -0.003093> - 14952: < 0.003565, -0.007270, -0.002758> - 14953: < 0.003195, -0.007412, -0.002787> - 14954: < 0.003162, -0.007290, -0.003162> - 14955: < 0.003526, -0.007152, -0.003127> - 14956: < 0.003195, -0.007412, -0.002787> - 14957: < 0.002816, -0.007538, -0.002816> - 14958: < 0.002787, -0.007412, -0.003195> - 14959: < 0.003162, -0.007290, -0.003162> - 14960: < 0.002816, -0.007538, -0.002816> - 14961: < 0.002429, -0.007648, -0.002843> - 14962: < 0.002405, -0.007519, -0.003227> - 14963: < 0.002787, -0.007412, -0.003195> - 14964: < 0.002429, -0.007648, -0.002843> - 14965: < 0.002035, -0.007740, -0.002868> - 14966: < 0.002015, -0.007610, -0.003255> - 14967: < 0.002405, -0.007519, -0.003227> - 14968: < 0.002035, -0.007740, -0.002868> - 14969: < 0.001635, -0.007817, -0.002890> - 14970: < 0.001619, -0.007684, -0.003281> - 14971: < 0.002015, -0.007610, -0.003255> - 14972: < 0.001635, -0.007817, -0.002890> - 14973: < 0.001230, -0.007876, -0.002908> - 14974: < 0.001219, -0.007743, -0.003302> - 14975: < 0.001619, -0.007684, -0.003281> - 14976: < 0.001230, -0.007876, -0.002908> - 14977: < 0.000822, -0.007919, -0.002922> - 14978: < 0.000814, -0.007785, -0.003318> - 14979: < 0.001219, -0.007743, -0.003302> - 14980: < 0.000822, -0.007919, -0.002922> - 14981: < 0.000412, -0.007945, -0.002931> - 14982: < 0.000408, -0.007810, -0.003328> - 14983: < 0.000814, -0.007785, -0.003318> - 14984: < 0.000412, -0.007945, -0.002931> - 14985: <-0.000000, -0.007953, -0.002934> - 14986: <-0.000000, -0.007818, -0.003331> - 14987: < 0.000408, -0.007810, -0.003328> - 14988: <-0.000000, -0.007953, -0.002934> - 14989: <-0.000412, -0.007945, -0.002931> - 14990: <-0.000408, -0.007810, -0.003328> - 14991: <-0.000000, -0.007818, -0.003331> - 14992: <-0.000412, -0.007945, -0.002931> - 14993: <-0.000822, -0.007919, -0.002922> - 14994: <-0.000814, -0.007785, -0.003318> - 14995: <-0.000408, -0.007810, -0.003328> - 14996: <-0.000822, -0.007919, -0.002922> - 14997: <-0.001230, -0.007876, -0.002908> - 14998: <-0.001219, -0.007743, -0.003302> - 14999: <-0.000814, -0.007785, -0.003318> - 15000: <-0.001230, -0.007876, -0.002908> - 15001: <-0.001635, -0.007817, -0.002890> - 15002: <-0.001619, -0.007684, -0.003281> - 15003: <-0.001219, -0.007743, -0.003302> - 15004: <-0.001635, -0.007817, -0.002890> - 15005: <-0.002035, -0.007740, -0.002868> - 15006: <-0.002015, -0.007610, -0.003255> - 15007: <-0.001619, -0.007684, -0.003281> - 15008: <-0.002035, -0.007740, -0.002868> - 15009: <-0.002429, -0.007648, -0.002843> - 15010: <-0.002405, -0.007519, -0.003227> - 15011: <-0.002015, -0.007610, -0.003255> - 15012: <-0.002429, -0.007648, -0.002843> - 15013: <-0.002816, -0.007538, -0.002816> - 15014: <-0.002787, -0.007412, -0.003195> - 15015: <-0.002405, -0.007519, -0.003227> - 15016: <-0.002816, -0.007538, -0.002816> - 15017: <-0.003195, -0.007412, -0.002787> - 15018: <-0.003162, -0.007290, -0.003162> - 15019: <-0.002787, -0.007412, -0.003195> - 15020: <-0.003195, -0.007412, -0.002787> - 15021: <-0.003565, -0.007270, -0.002758> - 15022: <-0.003526, -0.007152, -0.003127> - 15023: <-0.003162, -0.007290, -0.003162> - 15024: <-0.003565, -0.007270, -0.002758> - 15025: <-0.003924, -0.007112, -0.002729> - 15026: <-0.003880, -0.006998, -0.003093> - 15027: <-0.003526, -0.007152, -0.003127> - 15028: <-0.003924, -0.007112, -0.002729> - 15029: <-0.004273, -0.006937, -0.002701> - 15030: <-0.004223, -0.006828, -0.003060> - 15031: <-0.003880, -0.006998, -0.003093> - 15032: <-0.004273, -0.006937, -0.002701> - 15033: <-0.004609, -0.006745, -0.002676> - 15034: <-0.004553, -0.006641, -0.003030> - 15035: <-0.004223, -0.006828, -0.003060> - 15036: <-0.004609, -0.006745, -0.002676> - 15037: <-0.004931, -0.006537, -0.002655> - 15038: <-0.004870, -0.006439, -0.003004> - 15039: <-0.004553, -0.006641, -0.003030> - 15040: <-0.004931, -0.006537, -0.002655> - 15041: <-0.005240, -0.006311, -0.002638> - 15042: <-0.005172, -0.006219, -0.002984> - 15043: <-0.004870, -0.006439, -0.003004> - 15044: <-0.005240, -0.006311, -0.002638> - 15045: <-0.005533, -0.006069, -0.002627> - 15046: <-0.005459, -0.005983, -0.002971> - 15047: <-0.005172, -0.006219, -0.002984> - 15048: < 0.005459, -0.005983, -0.002971> - 15049: < 0.005172, -0.006219, -0.002984> - 15050: < 0.005099, -0.006117, -0.003318> - 15051: < 0.005379, -0.005888, -0.003302> - 15052: < 0.005172, -0.006219, -0.002984> - 15053: < 0.004870, -0.006439, -0.003004> - 15054: < 0.004804, -0.006329, -0.003342> - 15055: < 0.005099, -0.006117, -0.003318> - 15056: < 0.004870, -0.006439, -0.003004> - 15057: < 0.004553, -0.006641, -0.003030> - 15058: < 0.004494, -0.006525, -0.003372> - 15059: < 0.004804, -0.006329, -0.003342> - 15060: < 0.004553, -0.006641, -0.003030> - 15061: < 0.004223, -0.006828, -0.003060> - 15062: < 0.004170, -0.006705, -0.003407> - 15063: < 0.004494, -0.006525, -0.003372> - 15064: < 0.004223, -0.006828, -0.003060> - 15065: < 0.003880, -0.006998, -0.003093> - 15066: < 0.003834, -0.006870, -0.003446> - 15067: < 0.004170, -0.006705, -0.003407> - 15068: < 0.003880, -0.006998, -0.003093> - 15069: < 0.003526, -0.007152, -0.003127> - 15070: < 0.003486, -0.007018, -0.003486> - 15071: < 0.003834, -0.006870, -0.003446> - 15072: < 0.003526, -0.007152, -0.003127> - 15073: < 0.003162, -0.007290, -0.003162> - 15074: < 0.003127, -0.007152, -0.003526> - 15075: < 0.003486, -0.007018, -0.003486> - 15076: < 0.003162, -0.007290, -0.003162> - 15077: < 0.002787, -0.007412, -0.003195> - 15078: < 0.002758, -0.007270, -0.003565> - 15079: < 0.003127, -0.007152, -0.003526> - 15080: < 0.002787, -0.007412, -0.003195> - 15081: < 0.002405, -0.007519, -0.003227> - 15082: < 0.002380, -0.007374, -0.003601> - 15083: < 0.002758, -0.007270, -0.003565> - 15084: < 0.002405, -0.007519, -0.003227> - 15085: < 0.002015, -0.007610, -0.003255> - 15086: < 0.001995, -0.007462, -0.003634> - 15087: < 0.002380, -0.007374, -0.003601> - 15088: < 0.002015, -0.007610, -0.003255> - 15089: < 0.001619, -0.007684, -0.003281> - 15090: < 0.001603, -0.007535, -0.003663> - 15091: < 0.001995, -0.007462, -0.003634> - 15092: < 0.001619, -0.007684, -0.003281> - 15093: < 0.001219, -0.007743, -0.003302> - 15094: < 0.001207, -0.007591, -0.003686> - 15095: < 0.001603, -0.007535, -0.003663> - 15096: < 0.001219, -0.007743, -0.003302> - 15097: < 0.000814, -0.007785, -0.003318> - 15098: < 0.000807, -0.007632, -0.003704> - 15099: < 0.001207, -0.007591, -0.003686> - 15100: < 0.000814, -0.007785, -0.003318> - 15101: < 0.000408, -0.007810, -0.003328> - 15102: < 0.000404, -0.007657, -0.003716> - 15103: < 0.000807, -0.007632, -0.003704> - 15104: < 0.000408, -0.007810, -0.003328> - 15105: <-0.000000, -0.007818, -0.003331> - 15106: <-0.000000, -0.007665, -0.003720> - 15107: < 0.000404, -0.007657, -0.003716> - 15108: <-0.000000, -0.007818, -0.003331> - 15109: <-0.000408, -0.007810, -0.003328> - 15110: <-0.000404, -0.007657, -0.003716> - 15111: <-0.000000, -0.007665, -0.003720> - 15112: <-0.000408, -0.007810, -0.003328> - 15113: <-0.000814, -0.007785, -0.003318> - 15114: <-0.000807, -0.007632, -0.003704> - 15115: <-0.000404, -0.007657, -0.003716> - 15116: <-0.000814, -0.007785, -0.003318> - 15117: <-0.001219, -0.007743, -0.003302> - 15118: <-0.001207, -0.007591, -0.003686> - 15119: <-0.000807, -0.007632, -0.003704> - 15120: <-0.001219, -0.007743, -0.003302> - 15121: <-0.001619, -0.007684, -0.003281> - 15122: <-0.001603, -0.007535, -0.003663> - 15123: <-0.001207, -0.007591, -0.003686> - 15124: <-0.001619, -0.007684, -0.003281> - 15125: <-0.002015, -0.007610, -0.003255> - 15126: <-0.001995, -0.007462, -0.003634> - 15127: <-0.001603, -0.007535, -0.003663> - 15128: <-0.002015, -0.007610, -0.003255> - 15129: <-0.002405, -0.007519, -0.003227> - 15130: <-0.002380, -0.007374, -0.003601> - 15131: <-0.001995, -0.007462, -0.003634> - 15132: <-0.002405, -0.007519, -0.003227> - 15133: <-0.002787, -0.007412, -0.003195> - 15134: <-0.002758, -0.007270, -0.003565> - 15135: <-0.002380, -0.007374, -0.003601> - 15136: <-0.002787, -0.007412, -0.003195> - 15137: <-0.003162, -0.007290, -0.003162> - 15138: <-0.003127, -0.007152, -0.003526> - 15139: <-0.002758, -0.007270, -0.003565> - 15140: <-0.003162, -0.007290, -0.003162> - 15141: <-0.003526, -0.007152, -0.003127> - 15142: <-0.003486, -0.007018, -0.003486> - 15143: <-0.003127, -0.007152, -0.003526> - 15144: <-0.003526, -0.007152, -0.003127> - 15145: <-0.003880, -0.006998, -0.003093> - 15146: <-0.003834, -0.006870, -0.003446> - 15147: <-0.003486, -0.007018, -0.003486> - 15148: <-0.003880, -0.006998, -0.003093> - 15149: <-0.004223, -0.006828, -0.003060> - 15150: <-0.004170, -0.006705, -0.003407> - 15151: <-0.003834, -0.006870, -0.003446> - 15152: <-0.004223, -0.006828, -0.003060> - 15153: <-0.004553, -0.006641, -0.003030> - 15154: <-0.004494, -0.006525, -0.003372> - 15155: <-0.004170, -0.006705, -0.003407> - 15156: <-0.004553, -0.006641, -0.003030> - 15157: <-0.004870, -0.006439, -0.003004> - 15158: <-0.004804, -0.006329, -0.003342> - 15159: <-0.004494, -0.006525, -0.003372> - 15160: <-0.004870, -0.006439, -0.003004> - 15161: <-0.005172, -0.006219, -0.002984> - 15162: <-0.005099, -0.006117, -0.003318> - 15163: <-0.004804, -0.006329, -0.003342> - 15164: <-0.005172, -0.006219, -0.002984> - 15165: <-0.005459, -0.005983, -0.002971> - 15166: <-0.005379, -0.005888, -0.003302> - 15167: <-0.005099, -0.006117, -0.003318> - 15168: < 0.005379, -0.005888, -0.003302> - 15169: < 0.005099, -0.006117, -0.003318> - 15170: < 0.005023, -0.006006, -0.003637> - 15171: < 0.005294, -0.005786, -0.003619> - 15172: < 0.005099, -0.006117, -0.003318> - 15173: < 0.004804, -0.006329, -0.003342> - 15174: < 0.004736, -0.006210, -0.003666> - 15175: < 0.005023, -0.006006, -0.003637> - 15176: < 0.004804, -0.006329, -0.003342> - 15177: < 0.004494, -0.006525, -0.003372> - 15178: < 0.004434, -0.006397, -0.003701> - 15179: < 0.004736, -0.006210, -0.003666> - 15180: < 0.004494, -0.006525, -0.003372> - 15181: < 0.004170, -0.006705, -0.003407> - 15182: < 0.004117, -0.006570, -0.003743> - 15183: < 0.004434, -0.006397, -0.003701> - 15184: < 0.004170, -0.006705, -0.003407> - 15185: < 0.003834, -0.006870, -0.003446> - 15186: < 0.003788, -0.006727, -0.003788> - 15187: < 0.004117, -0.006570, -0.003743> - 15188: < 0.003834, -0.006870, -0.003446> - 15189: < 0.003486, -0.007018, -0.003486> - 15190: < 0.003446, -0.006870, -0.003834> - 15191: < 0.003788, -0.006727, -0.003788> - 15192: < 0.003486, -0.007018, -0.003486> - 15193: < 0.003127, -0.007152, -0.003526> - 15194: < 0.003093, -0.006998, -0.003880> - 15195: < 0.003446, -0.006870, -0.003834> - 15196: < 0.003127, -0.007152, -0.003526> - 15197: < 0.002758, -0.007270, -0.003565> - 15198: < 0.002729, -0.007112, -0.003924> - 15199: < 0.003093, -0.006998, -0.003880> - 15200: < 0.002758, -0.007270, -0.003565> - 15201: < 0.002380, -0.007374, -0.003601> - 15202: < 0.002356, -0.007212, -0.003965> - 15203: < 0.002729, -0.007112, -0.003924> - 15204: < 0.002380, -0.007374, -0.003601> - 15205: < 0.001995, -0.007462, -0.003634> - 15206: < 0.001975, -0.007297, -0.004002> - 15207: < 0.002356, -0.007212, -0.003965> - 15208: < 0.001995, -0.007462, -0.003634> - 15209: < 0.001603, -0.007535, -0.003663> - 15210: < 0.001588, -0.007367, -0.004034> - 15211: < 0.001975, -0.007297, -0.004002> - 15212: < 0.001603, -0.007535, -0.003663> - 15213: < 0.001207, -0.007591, -0.003686> - 15214: < 0.001196, -0.007423, -0.004061> - 15215: < 0.001588, -0.007367, -0.004034> - 15216: < 0.001207, -0.007591, -0.003686> - 15217: < 0.000807, -0.007632, -0.003704> - 15218: < 0.000799, -0.007462, -0.004081> - 15219: < 0.001196, -0.007423, -0.004061> - 15220: < 0.000807, -0.007632, -0.003704> - 15221: < 0.000404, -0.007657, -0.003716> - 15222: < 0.000400, -0.007487, -0.004093> - 15223: < 0.000799, -0.007462, -0.004081> - 15224: < 0.000404, -0.007657, -0.003716> - 15225: <-0.000000, -0.007665, -0.003720> - 15226: <-0.000000, -0.007495, -0.004098> - 15227: < 0.000400, -0.007487, -0.004093> - 15228: <-0.000000, -0.007665, -0.003720> - 15229: <-0.000404, -0.007657, -0.003716> - 15230: <-0.000400, -0.007487, -0.004093> - 15231: <-0.000000, -0.007495, -0.004098> - 15232: <-0.000404, -0.007657, -0.003716> - 15233: <-0.000807, -0.007632, -0.003704> - 15234: <-0.000799, -0.007462, -0.004081> - 15235: <-0.000400, -0.007487, -0.004093> - 15236: <-0.000807, -0.007632, -0.003704> - 15237: <-0.001207, -0.007591, -0.003686> - 15238: <-0.001196, -0.007423, -0.004061> - 15239: <-0.000799, -0.007462, -0.004081> - 15240: <-0.001207, -0.007591, -0.003686> - 15241: <-0.001603, -0.007535, -0.003663> - 15242: <-0.001588, -0.007367, -0.004034> - 15243: <-0.001196, -0.007423, -0.004061> - 15244: <-0.001603, -0.007535, -0.003663> - 15245: <-0.001995, -0.007462, -0.003634> - 15246: <-0.001975, -0.007297, -0.004002> - 15247: <-0.001588, -0.007367, -0.004034> - 15248: <-0.001995, -0.007462, -0.003634> - 15249: <-0.002380, -0.007374, -0.003601> - 15250: <-0.002356, -0.007212, -0.003965> - 15251: <-0.001975, -0.007297, -0.004002> - 15252: <-0.002380, -0.007374, -0.003601> - 15253: <-0.002758, -0.007270, -0.003565> - 15254: <-0.002729, -0.007112, -0.003924> - 15255: <-0.002356, -0.007212, -0.003965> - 15256: <-0.002758, -0.007270, -0.003565> - 15257: <-0.003127, -0.007152, -0.003526> - 15258: <-0.003093, -0.006998, -0.003880> - 15259: <-0.002729, -0.007112, -0.003924> - 15260: <-0.003127, -0.007152, -0.003526> - 15261: <-0.003486, -0.007018, -0.003486> - 15262: <-0.003446, -0.006870, -0.003834> - 15263: <-0.003093, -0.006998, -0.003880> - 15264: <-0.003486, -0.007018, -0.003486> - 15265: <-0.003834, -0.006870, -0.003446> - 15266: <-0.003788, -0.006727, -0.003788> - 15267: <-0.003446, -0.006870, -0.003834> - 15268: <-0.003834, -0.006870, -0.003446> - 15269: <-0.004170, -0.006705, -0.003407> - 15270: <-0.004117, -0.006570, -0.003743> - 15271: <-0.003788, -0.006727, -0.003788> - 15272: <-0.004170, -0.006705, -0.003407> - 15273: <-0.004494, -0.006525, -0.003372> - 15274: <-0.004434, -0.006397, -0.003701> - 15275: <-0.004117, -0.006570, -0.003743> - 15276: <-0.004494, -0.006525, -0.003372> - 15277: <-0.004804, -0.006329, -0.003342> - 15278: <-0.004736, -0.006210, -0.003666> - 15279: <-0.004434, -0.006397, -0.003701> - 15280: <-0.004804, -0.006329, -0.003342> - 15281: <-0.005099, -0.006117, -0.003318> - 15282: <-0.005023, -0.006006, -0.003637> - 15283: <-0.004736, -0.006210, -0.003666> - 15284: <-0.005099, -0.006117, -0.003318> - 15285: <-0.005379, -0.005888, -0.003302> - 15286: <-0.005294, -0.005786, -0.003619> - 15287: <-0.005023, -0.006006, -0.003637> - 15288: < 0.005294, -0.005786, -0.003619> - 15289: < 0.005023, -0.006006, -0.003637> - 15290: < 0.004946, -0.005887, -0.003941> - 15291: < 0.005207, -0.005678, -0.003918> - 15292: < 0.005023, -0.006006, -0.003637> - 15293: < 0.004736, -0.006210, -0.003666> - 15294: < 0.004668, -0.006080, -0.003975> - 15295: < 0.004946, -0.005887, -0.003941> - 15296: < 0.004736, -0.006210, -0.003666> - 15297: < 0.004434, -0.006397, -0.003701> - 15298: < 0.004374, -0.006257, -0.004017> - 15299: < 0.004668, -0.006080, -0.003975> - 15300: < 0.004434, -0.006397, -0.003701> - 15301: < 0.004117, -0.006570, -0.003743> - 15302: < 0.004065, -0.006421, -0.004065> - 15303: < 0.004374, -0.006257, -0.004017> - 15304: < 0.004117, -0.006570, -0.003743> - 15305: < 0.003788, -0.006727, -0.003788> - 15306: < 0.003743, -0.006570, -0.004117> - 15307: < 0.004065, -0.006421, -0.004065> - 15308: < 0.003788, -0.006727, -0.003788> - 15309: < 0.003446, -0.006870, -0.003834> - 15310: < 0.003407, -0.006705, -0.004170> - 15311: < 0.003743, -0.006570, -0.004117> - 15312: < 0.003446, -0.006870, -0.003834> - 15313: < 0.003093, -0.006998, -0.003880> - 15314: < 0.003060, -0.006828, -0.004223> - 15315: < 0.003407, -0.006705, -0.004170> - 15316: < 0.003093, -0.006998, -0.003880> - 15317: < 0.002729, -0.007112, -0.003924> - 15318: < 0.002701, -0.006937, -0.004273> - 15319: < 0.003060, -0.006828, -0.004223> - 15320: < 0.002729, -0.007112, -0.003924> - 15321: < 0.002356, -0.007212, -0.003965> - 15322: < 0.002333, -0.007033, -0.004318> - 15323: < 0.002701, -0.006937, -0.004273> - 15324: < 0.002356, -0.007212, -0.003965> - 15325: < 0.001975, -0.007297, -0.004002> - 15326: < 0.001957, -0.007115, -0.004360> - 15327: < 0.002333, -0.007033, -0.004318> - 15328: < 0.001975, -0.007297, -0.004002> - 15329: < 0.001588, -0.007367, -0.004034> - 15330: < 0.001574, -0.007183, -0.004395> - 15331: < 0.001957, -0.007115, -0.004360> - 15332: < 0.001588, -0.007367, -0.004034> - 15333: < 0.001196, -0.007423, -0.004061> - 15334: < 0.001185, -0.007236, -0.004424> - 15335: < 0.001574, -0.007183, -0.004395> - 15336: < 0.001196, -0.007423, -0.004061> - 15337: < 0.000799, -0.007462, -0.004081> - 15338: < 0.000792, -0.007275, -0.004446> - 15339: < 0.001185, -0.007236, -0.004424> - 15340: < 0.000799, -0.007462, -0.004081> - 15341: < 0.000400, -0.007487, -0.004093> - 15342: < 0.000397, -0.007298, -0.004460> - 15343: < 0.000792, -0.007275, -0.004446> - 15344: < 0.000400, -0.007487, -0.004093> - 15345: <-0.000000, -0.007495, -0.004098> - 15346: <-0.000000, -0.007306, -0.004465> - 15347: < 0.000397, -0.007298, -0.004460> - 15348: <-0.000000, -0.007495, -0.004098> - 15349: <-0.000400, -0.007487, -0.004093> - 15350: <-0.000397, -0.007298, -0.004460> - 15351: <-0.000000, -0.007306, -0.004465> - 15352: <-0.000400, -0.007487, -0.004093> - 15353: <-0.000799, -0.007462, -0.004081> - 15354: <-0.000792, -0.007275, -0.004446> - 15355: <-0.000397, -0.007298, -0.004460> - 15356: <-0.000799, -0.007462, -0.004081> - 15357: <-0.001196, -0.007423, -0.004061> - 15358: <-0.001185, -0.007236, -0.004424> - 15359: <-0.000792, -0.007275, -0.004446> - 15360: <-0.001196, -0.007423, -0.004061> - 15361: <-0.001588, -0.007367, -0.004034> - 15362: <-0.001574, -0.007183, -0.004395> - 15363: <-0.001185, -0.007236, -0.004424> - 15364: <-0.001588, -0.007367, -0.004034> - 15365: <-0.001975, -0.007297, -0.004002> - 15366: <-0.001957, -0.007115, -0.004360> - 15367: <-0.001574, -0.007183, -0.004395> - 15368: <-0.001975, -0.007297, -0.004002> - 15369: <-0.002356, -0.007212, -0.003965> - 15370: <-0.002333, -0.007033, -0.004318> - 15371: <-0.001957, -0.007115, -0.004360> - 15372: <-0.002356, -0.007212, -0.003965> - 15373: <-0.002729, -0.007112, -0.003924> - 15374: <-0.002701, -0.006937, -0.004273> - 15375: <-0.002333, -0.007033, -0.004318> - 15376: <-0.002729, -0.007112, -0.003924> - 15377: <-0.003093, -0.006998, -0.003880> - 15378: <-0.003060, -0.006828, -0.004223> - 15379: <-0.002701, -0.006937, -0.004273> - 15380: <-0.003093, -0.006998, -0.003880> - 15381: <-0.003446, -0.006870, -0.003834> - 15382: <-0.003407, -0.006705, -0.004170> - 15383: <-0.003060, -0.006828, -0.004223> - 15384: <-0.003446, -0.006870, -0.003834> - 15385: <-0.003788, -0.006727, -0.003788> - 15386: <-0.003743, -0.006570, -0.004117> - 15387: <-0.003407, -0.006705, -0.004170> - 15388: <-0.003788, -0.006727, -0.003788> - 15389: <-0.004117, -0.006570, -0.003743> - 15390: <-0.004065, -0.006421, -0.004065> - 15391: <-0.003743, -0.006570, -0.004117> - 15392: <-0.004117, -0.006570, -0.003743> - 15393: <-0.004434, -0.006397, -0.003701> - 15394: <-0.004374, -0.006257, -0.004017> - 15395: <-0.004065, -0.006421, -0.004065> - 15396: <-0.004434, -0.006397, -0.003701> - 15397: <-0.004736, -0.006210, -0.003666> - 15398: <-0.004668, -0.006080, -0.003975> - 15399: <-0.004374, -0.006257, -0.004017> - 15400: <-0.004736, -0.006210, -0.003666> - 15401: <-0.005023, -0.006006, -0.003637> - 15402: <-0.004946, -0.005887, -0.003941> - 15403: <-0.004668, -0.006080, -0.003975> - 15404: <-0.005023, -0.006006, -0.003637> - 15405: <-0.005294, -0.005786, -0.003619> - 15406: <-0.005207, -0.005678, -0.003918> - 15407: <-0.004946, -0.005887, -0.003941> - 15408: < 0.005207, -0.005678, -0.003918> - 15409: < 0.004946, -0.005887, -0.003941> - 15410: < 0.004870, -0.005760, -0.004226> - 15411: < 0.005120, -0.005564, -0.004199> - 15412: < 0.004946, -0.005887, -0.003941> - 15413: < 0.004668, -0.006080, -0.003975> - 15414: < 0.004602, -0.005939, -0.004267> - 15415: < 0.004870, -0.005760, -0.004226> - 15416: < 0.004668, -0.006080, -0.003975> - 15417: < 0.004374, -0.006257, -0.004017> - 15418: < 0.004318, -0.006105, -0.004318> - 15419: < 0.004602, -0.005939, -0.004267> - 15420: < 0.004374, -0.006257, -0.004017> - 15421: < 0.004065, -0.006421, -0.004065> - 15422: < 0.004017, -0.006257, -0.004374> - 15423: < 0.004318, -0.006105, -0.004318> - 15424: < 0.004065, -0.006421, -0.004065> - 15425: < 0.003743, -0.006570, -0.004117> - 15426: < 0.003701, -0.006397, -0.004434> - 15427: < 0.004017, -0.006257, -0.004374> - 15428: < 0.003743, -0.006570, -0.004117> - 15429: < 0.003407, -0.006705, -0.004170> - 15430: < 0.003372, -0.006525, -0.004494> - 15431: < 0.003701, -0.006397, -0.004434> - 15432: < 0.003407, -0.006705, -0.004170> - 15433: < 0.003060, -0.006828, -0.004223> - 15434: < 0.003030, -0.006641, -0.004553> - 15435: < 0.003372, -0.006525, -0.004494> - 15436: < 0.003060, -0.006828, -0.004223> - 15437: < 0.002701, -0.006937, -0.004273> - 15438: < 0.002676, -0.006745, -0.004609> - 15439: < 0.003030, -0.006641, -0.004553> - 15440: < 0.002701, -0.006937, -0.004273> - 15441: < 0.002333, -0.007033, -0.004318> - 15442: < 0.002313, -0.006836, -0.004659> - 15443: < 0.002676, -0.006745, -0.004609> - 15444: < 0.002333, -0.007033, -0.004318> - 15445: < 0.001957, -0.007115, -0.004360> - 15446: < 0.001940, -0.006915, -0.004705> - 15447: < 0.002313, -0.006836, -0.004659> - 15448: < 0.001957, -0.007115, -0.004360> - 15449: < 0.001574, -0.007183, -0.004395> - 15450: < 0.001561, -0.006980, -0.004744> - 15451: < 0.001940, -0.006915, -0.004705> - 15452: < 0.001574, -0.007183, -0.004395> - 15453: < 0.001185, -0.007236, -0.004424> - 15454: < 0.001176, -0.007032, -0.004776> - 15455: < 0.001561, -0.006980, -0.004744> - 15456: < 0.001185, -0.007236, -0.004424> - 15457: < 0.000792, -0.007275, -0.004446> - 15458: < 0.000786, -0.007069, -0.004800> - 15459: < 0.001176, -0.007032, -0.004776> - 15460: < 0.000792, -0.007275, -0.004446> - 15461: < 0.000397, -0.007298, -0.004460> - 15462: < 0.000394, -0.007092, -0.004815> - 15463: < 0.000786, -0.007069, -0.004800> - 15464: < 0.000397, -0.007298, -0.004460> - 15465: <-0.000000, -0.007306, -0.004465> - 15466: <-0.000000, -0.007099, -0.004820> - 15467: < 0.000394, -0.007092, -0.004815> - 15468: <-0.000000, -0.007306, -0.004465> - 15469: <-0.000397, -0.007298, -0.004460> - 15470: <-0.000394, -0.007092, -0.004815> - 15471: <-0.000000, -0.007099, -0.004820> - 15472: <-0.000397, -0.007298, -0.004460> - 15473: <-0.000792, -0.007275, -0.004446> - 15474: <-0.000786, -0.007069, -0.004800> - 15475: <-0.000394, -0.007092, -0.004815> - 15476: <-0.000792, -0.007275, -0.004446> - 15477: <-0.001185, -0.007236, -0.004424> - 15478: <-0.001176, -0.007032, -0.004776> - 15479: <-0.000786, -0.007069, -0.004800> - 15480: <-0.001185, -0.007236, -0.004424> - 15481: <-0.001574, -0.007183, -0.004395> - 15482: <-0.001561, -0.006980, -0.004744> - 15483: <-0.001176, -0.007032, -0.004776> - 15484: <-0.001574, -0.007183, -0.004395> - 15485: <-0.001957, -0.007115, -0.004360> - 15486: <-0.001940, -0.006915, -0.004705> - 15487: <-0.001561, -0.006980, -0.004744> - 15488: <-0.001957, -0.007115, -0.004360> - 15489: <-0.002333, -0.007033, -0.004318> - 15490: <-0.002313, -0.006836, -0.004659> - 15491: <-0.001940, -0.006915, -0.004705> - 15492: <-0.002333, -0.007033, -0.004318> - 15493: <-0.002701, -0.006937, -0.004273> - 15494: <-0.002676, -0.006745, -0.004609> - 15495: <-0.002313, -0.006836, -0.004659> - 15496: <-0.002701, -0.006937, -0.004273> - 15497: <-0.003060, -0.006828, -0.004223> - 15498: <-0.003030, -0.006641, -0.004553> - 15499: <-0.002676, -0.006745, -0.004609> - 15500: <-0.003060, -0.006828, -0.004223> - 15501: <-0.003407, -0.006705, -0.004170> - 15502: <-0.003372, -0.006525, -0.004494> - 15503: <-0.003030, -0.006641, -0.004553> - 15504: <-0.003407, -0.006705, -0.004170> - 15505: <-0.003743, -0.006570, -0.004117> - 15506: <-0.003701, -0.006397, -0.004434> - 15507: <-0.003372, -0.006525, -0.004494> - 15508: <-0.003743, -0.006570, -0.004117> - 15509: <-0.004065, -0.006421, -0.004065> - 15510: <-0.004017, -0.006257, -0.004374> - 15511: <-0.003701, -0.006397, -0.004434> - 15512: <-0.004065, -0.006421, -0.004065> - 15513: <-0.004374, -0.006257, -0.004017> - 15514: <-0.004318, -0.006105, -0.004318> - 15515: <-0.004017, -0.006257, -0.004374> - 15516: <-0.004374, -0.006257, -0.004017> - 15517: <-0.004668, -0.006080, -0.003975> - 15518: <-0.004602, -0.005939, -0.004267> - 15519: <-0.004318, -0.006105, -0.004318> - 15520: <-0.004668, -0.006080, -0.003975> - 15521: <-0.004946, -0.005887, -0.003941> - 15522: <-0.004870, -0.005760, -0.004226> - 15523: <-0.004602, -0.005939, -0.004267> - 15524: <-0.004946, -0.005887, -0.003941> - 15525: <-0.005207, -0.005678, -0.003918> - 15526: <-0.005120, -0.005564, -0.004199> - 15527: <-0.004870, -0.005760, -0.004226> - 15528: < 0.005120, -0.005564, -0.004199> - 15529: < 0.004870, -0.005760, -0.004226> - 15530: < 0.004798, -0.005623, -0.004494> - 15531: < 0.005034, -0.005446, -0.004460> - 15532: < 0.004870, -0.005760, -0.004226> - 15533: < 0.004602, -0.005939, -0.004267> - 15534: < 0.004542, -0.005788, -0.004542> - 15535: < 0.004798, -0.005623, -0.004494> - 15536: < 0.004602, -0.005939, -0.004267> - 15537: < 0.004318, -0.006105, -0.004318> - 15538: < 0.004267, -0.005939, -0.004602> - 15539: < 0.004542, -0.005788, -0.004542> - 15540: < 0.004318, -0.006105, -0.004318> - 15541: < 0.004017, -0.006257, -0.004374> - 15542: < 0.003975, -0.006080, -0.004668> - 15543: < 0.004267, -0.005939, -0.004602> - 15544: < 0.004017, -0.006257, -0.004374> - 15545: < 0.003701, -0.006397, -0.004434> - 15546: < 0.003666, -0.006210, -0.004736> - 15547: < 0.003975, -0.006080, -0.004668> - 15548: < 0.003701, -0.006397, -0.004434> - 15549: < 0.003372, -0.006525, -0.004494> - 15550: < 0.003342, -0.006329, -0.004804> - 15551: < 0.003666, -0.006210, -0.004736> - 15552: < 0.003372, -0.006525, -0.004494> - 15553: < 0.003030, -0.006641, -0.004553> - 15554: < 0.003004, -0.006439, -0.004870> - 15555: < 0.003342, -0.006329, -0.004804> - 15556: < 0.003030, -0.006641, -0.004553> - 15557: < 0.002676, -0.006745, -0.004609> - 15558: < 0.002655, -0.006537, -0.004931> - 15559: < 0.003004, -0.006439, -0.004870> - 15560: < 0.002676, -0.006745, -0.004609> - 15561: < 0.002313, -0.006836, -0.004659> - 15562: < 0.002295, -0.006623, -0.004987> - 15563: < 0.002655, -0.006537, -0.004931> - 15564: < 0.002313, -0.006836, -0.004659> - 15565: < 0.001940, -0.006915, -0.004705> - 15566: < 0.001926, -0.006698, -0.005037> - 15567: < 0.002295, -0.006623, -0.004987> - 15568: < 0.001940, -0.006915, -0.004705> - 15569: < 0.001561, -0.006980, -0.004744> - 15570: < 0.001550, -0.006761, -0.005080> - 15571: < 0.001926, -0.006698, -0.005037> - 15572: < 0.001561, -0.006980, -0.004744> - 15573: < 0.001176, -0.007032, -0.004776> - 15574: < 0.001168, -0.006810, -0.005114> - 15575: < 0.001550, -0.006761, -0.005080> - 15576: < 0.001176, -0.007032, -0.004776> - 15577: < 0.000786, -0.007069, -0.004800> - 15578: < 0.000781, -0.006846, -0.005140> - 15579: < 0.001168, -0.006810, -0.005114> - 15580: < 0.000786, -0.007069, -0.004800> - 15581: < 0.000394, -0.007092, -0.004815> - 15582: < 0.000391, -0.006868, -0.005156> - 15583: < 0.000781, -0.006846, -0.005140> - 15584: < 0.000394, -0.007092, -0.004815> - 15585: <-0.000000, -0.007099, -0.004820> - 15586: <-0.000000, -0.006875, -0.005162> - 15587: < 0.000391, -0.006868, -0.005156> - 15588: <-0.000000, -0.007099, -0.004820> - 15589: <-0.000394, -0.007092, -0.004815> - 15590: <-0.000391, -0.006868, -0.005156> - 15591: <-0.000000, -0.006875, -0.005162> - 15592: <-0.000394, -0.007092, -0.004815> - 15593: <-0.000786, -0.007069, -0.004800> - 15594: <-0.000781, -0.006846, -0.005140> - 15595: <-0.000391, -0.006868, -0.005156> - 15596: <-0.000786, -0.007069, -0.004800> - 15597: <-0.001176, -0.007032, -0.004776> - 15598: <-0.001168, -0.006810, -0.005114> - 15599: <-0.000781, -0.006846, -0.005140> - 15600: <-0.001176, -0.007032, -0.004776> - 15601: <-0.001561, -0.006980, -0.004744> - 15602: <-0.001550, -0.006761, -0.005080> - 15603: <-0.001168, -0.006810, -0.005114> - 15604: <-0.001561, -0.006980, -0.004744> - 15605: <-0.001940, -0.006915, -0.004705> - 15606: <-0.001926, -0.006698, -0.005037> - 15607: <-0.001550, -0.006761, -0.005080> - 15608: <-0.001940, -0.006915, -0.004705> - 15609: <-0.002313, -0.006836, -0.004659> - 15610: <-0.002295, -0.006623, -0.004987> - 15611: <-0.001926, -0.006698, -0.005037> - 15612: <-0.002313, -0.006836, -0.004659> - 15613: <-0.002676, -0.006745, -0.004609> - 15614: <-0.002655, -0.006537, -0.004931> - 15615: <-0.002295, -0.006623, -0.004987> - 15616: <-0.002676, -0.006745, -0.004609> - 15617: <-0.003030, -0.006641, -0.004553> - 15618: <-0.003004, -0.006439, -0.004870> - 15619: <-0.002655, -0.006537, -0.004931> - 15620: <-0.003030, -0.006641, -0.004553> - 15621: <-0.003372, -0.006525, -0.004494> - 15622: <-0.003342, -0.006329, -0.004804> - 15623: <-0.003004, -0.006439, -0.004870> - 15624: <-0.003372, -0.006525, -0.004494> - 15625: <-0.003701, -0.006397, -0.004434> - 15626: <-0.003666, -0.006210, -0.004736> - 15627: <-0.003342, -0.006329, -0.004804> - 15628: <-0.003701, -0.006397, -0.004434> - 15629: <-0.004017, -0.006257, -0.004374> - 15630: <-0.003975, -0.006080, -0.004668> - 15631: <-0.003666, -0.006210, -0.004736> - 15632: <-0.004017, -0.006257, -0.004374> - 15633: <-0.004318, -0.006105, -0.004318> - 15634: <-0.004267, -0.005939, -0.004602> - 15635: <-0.003975, -0.006080, -0.004668> - 15636: <-0.004318, -0.006105, -0.004318> - 15637: <-0.004602, -0.005939, -0.004267> - 15638: <-0.004542, -0.005788, -0.004542> - 15639: <-0.004267, -0.005939, -0.004602> - 15640: <-0.004602, -0.005939, -0.004267> - 15641: <-0.004870, -0.005760, -0.004226> - 15642: <-0.004798, -0.005623, -0.004494> - 15643: <-0.004542, -0.005788, -0.004542> - 15644: <-0.004870, -0.005760, -0.004226> - 15645: <-0.005120, -0.005564, -0.004199> - 15646: <-0.005034, -0.005446, -0.004460> - 15647: <-0.004798, -0.005623, -0.004494> - 15648: < 0.005034, -0.005446, -0.004460> - 15649: < 0.004798, -0.005623, -0.004494> - 15650: < 0.004738, -0.005479, -0.004738> - 15651: < 0.004959, -0.005326, -0.004691> - 15652: < 0.004798, -0.005623, -0.004494> - 15653: < 0.004542, -0.005788, -0.004542> - 15654: < 0.004494, -0.005623, -0.004798> - 15655: < 0.004738, -0.005479, -0.004738> - 15656: < 0.004542, -0.005788, -0.004542> - 15657: < 0.004267, -0.005939, -0.004602> - 15658: < 0.004226, -0.005760, -0.004870> - 15659: < 0.004494, -0.005623, -0.004798> - 15660: < 0.004267, -0.005939, -0.004602> - 15661: < 0.003975, -0.006080, -0.004668> - 15662: < 0.003941, -0.005887, -0.004946> - 15663: < 0.004226, -0.005760, -0.004870> - 15664: < 0.003975, -0.006080, -0.004668> - 15665: < 0.003666, -0.006210, -0.004736> - 15666: < 0.003637, -0.006006, -0.005023> - 15667: < 0.003941, -0.005887, -0.004946> - 15668: < 0.003666, -0.006210, -0.004736> - 15669: < 0.003342, -0.006329, -0.004804> - 15670: < 0.003318, -0.006117, -0.005099> - 15671: < 0.003637, -0.006006, -0.005023> - 15672: < 0.003342, -0.006329, -0.004804> - 15673: < 0.003004, -0.006439, -0.004870> - 15674: < 0.002984, -0.006219, -0.005172> - 15675: < 0.003318, -0.006117, -0.005099> - 15676: < 0.003004, -0.006439, -0.004870> - 15677: < 0.002655, -0.006537, -0.004931> - 15678: < 0.002638, -0.006311, -0.005240> - 15679: < 0.002984, -0.006219, -0.005172> - 15680: < 0.002655, -0.006537, -0.004931> - 15681: < 0.002295, -0.006623, -0.004987> - 15682: < 0.002281, -0.006393, -0.005301> - 15683: < 0.002638, -0.006311, -0.005240> - 15684: < 0.002295, -0.006623, -0.004987> - 15685: < 0.001926, -0.006698, -0.005037> - 15686: < 0.001915, -0.006464, -0.005355> - 15687: < 0.002281, -0.006393, -0.005301> - 15688: < 0.001926, -0.006698, -0.005037> - 15689: < 0.001550, -0.006761, -0.005080> - 15690: < 0.001541, -0.006523, -0.005401> - 15691: < 0.001915, -0.006464, -0.005355> - 15692: < 0.001550, -0.006761, -0.005080> - 15693: < 0.001168, -0.006810, -0.005114> - 15694: < 0.001161, -0.006570, -0.005438> - 15695: < 0.001541, -0.006523, -0.005401> - 15696: < 0.001168, -0.006810, -0.005114> - 15697: < 0.000781, -0.006846, -0.005140> - 15698: < 0.000777, -0.006605, -0.005466> - 15699: < 0.001161, -0.006570, -0.005438> - 15700: < 0.000781, -0.006846, -0.005140> - 15701: < 0.000391, -0.006868, -0.005156> - 15702: < 0.000389, -0.006626, -0.005483> - 15703: < 0.000777, -0.006605, -0.005466> - 15704: < 0.000391, -0.006868, -0.005156> - 15705: <-0.000000, -0.006875, -0.005162> - 15706: <-0.000000, -0.006633, -0.005489> - 15707: < 0.000389, -0.006626, -0.005483> - 15708: <-0.000000, -0.006875, -0.005162> - 15709: <-0.000391, -0.006868, -0.005156> - 15710: <-0.000389, -0.006626, -0.005483> - 15711: <-0.000000, -0.006633, -0.005489> - 15712: <-0.000391, -0.006868, -0.005156> - 15713: <-0.000781, -0.006846, -0.005140> - 15714: <-0.000777, -0.006605, -0.005466> - 15715: <-0.000389, -0.006626, -0.005483> - 15716: <-0.000781, -0.006846, -0.005140> - 15717: <-0.001168, -0.006810, -0.005114> - 15718: <-0.001161, -0.006570, -0.005438> - 15719: <-0.000777, -0.006605, -0.005466> - 15720: <-0.001168, -0.006810, -0.005114> - 15721: <-0.001550, -0.006761, -0.005080> - 15722: <-0.001541, -0.006523, -0.005401> - 15723: <-0.001161, -0.006570, -0.005438> - 15724: <-0.001550, -0.006761, -0.005080> - 15725: <-0.001926, -0.006698, -0.005037> - 15726: <-0.001915, -0.006464, -0.005355> - 15727: <-0.001541, -0.006523, -0.005401> - 15728: <-0.001926, -0.006698, -0.005037> - 15729: <-0.002295, -0.006623, -0.004987> - 15730: <-0.002281, -0.006393, -0.005301> - 15731: <-0.001915, -0.006464, -0.005355> - 15732: <-0.002295, -0.006623, -0.004987> - 15733: <-0.002655, -0.006537, -0.004931> - 15734: <-0.002638, -0.006311, -0.005240> - 15735: <-0.002281, -0.006393, -0.005301> - 15736: <-0.002655, -0.006537, -0.004931> - 15737: <-0.003004, -0.006439, -0.004870> - 15738: <-0.002984, -0.006219, -0.005172> - 15739: <-0.002638, -0.006311, -0.005240> - 15740: <-0.003004, -0.006439, -0.004870> - 15741: <-0.003342, -0.006329, -0.004804> - 15742: <-0.003318, -0.006117, -0.005099> - 15743: <-0.002984, -0.006219, -0.005172> - 15744: <-0.003342, -0.006329, -0.004804> - 15745: <-0.003666, -0.006210, -0.004736> - 15746: <-0.003637, -0.006006, -0.005023> - 15747: <-0.003318, -0.006117, -0.005099> - 15748: <-0.003666, -0.006210, -0.004736> - 15749: <-0.003975, -0.006080, -0.004668> - 15750: <-0.003941, -0.005887, -0.004946> - 15751: <-0.003637, -0.006006, -0.005023> - 15752: <-0.003975, -0.006080, -0.004668> - 15753: <-0.004267, -0.005939, -0.004602> - 15754: <-0.004226, -0.005760, -0.004870> - 15755: <-0.003941, -0.005887, -0.004946> - 15756: <-0.004267, -0.005939, -0.004602> - 15757: <-0.004542, -0.005788, -0.004542> - 15758: <-0.004494, -0.005623, -0.004798> - 15759: <-0.004226, -0.005760, -0.004870> - 15760: <-0.004542, -0.005788, -0.004542> - 15761: <-0.004798, -0.005623, -0.004494> - 15762: <-0.004738, -0.005479, -0.004738> - 15763: <-0.004494, -0.005623, -0.004798> - 15764: <-0.004798, -0.005623, -0.004494> - 15765: <-0.005034, -0.005446, -0.004460> - 15766: <-0.004959, -0.005326, -0.004691> - 15767: <-0.004738, -0.005479, -0.004738> - 15768: < 0.004959, -0.005326, -0.004691> - 15769: < 0.004738, -0.005479, -0.004738> - 15770: < 0.004691, -0.005326, -0.004959> - 15771: < 0.004894, -0.005206, -0.004894> - 15772: < 0.004738, -0.005479, -0.004738> - 15773: < 0.004494, -0.005623, -0.004798> - 15774: < 0.004460, -0.005446, -0.005034> - 15775: < 0.004691, -0.005326, -0.004959> - 15776: < 0.004494, -0.005623, -0.004798> - 15777: < 0.004226, -0.005760, -0.004870> - 15778: < 0.004199, -0.005564, -0.005120> - 15779: < 0.004460, -0.005446, -0.005034> - 15780: < 0.004226, -0.005760, -0.004870> - 15781: < 0.003941, -0.005887, -0.004946> - 15782: < 0.003918, -0.005678, -0.005207> - 15783: < 0.004199, -0.005564, -0.005120> - 15784: < 0.003941, -0.005887, -0.004946> - 15785: < 0.003637, -0.006006, -0.005023> - 15786: < 0.003619, -0.005786, -0.005294> - 15787: < 0.003918, -0.005678, -0.005207> - 15788: < 0.003637, -0.006006, -0.005023> - 15789: < 0.003318, -0.006117, -0.005099> - 15790: < 0.003302, -0.005888, -0.005379> - 15791: < 0.003619, -0.005786, -0.005294> - 15792: < 0.003318, -0.006117, -0.005099> - 15793: < 0.002984, -0.006219, -0.005172> - 15794: < 0.002971, -0.005983, -0.005459> - 15795: < 0.003302, -0.005888, -0.005379> - 15796: < 0.002984, -0.006219, -0.005172> - 15797: < 0.002638, -0.006311, -0.005240> - 15798: < 0.002627, -0.006069, -0.005533> - 15799: < 0.002971, -0.005983, -0.005459> - 15800: < 0.002638, -0.006311, -0.005240> - 15801: < 0.002281, -0.006393, -0.005301> - 15802: < 0.002272, -0.006146, -0.005599> - 15803: < 0.002627, -0.006069, -0.005533> - 15804: < 0.002281, -0.006393, -0.005301> - 15805: < 0.001915, -0.006464, -0.005355> - 15806: < 0.001908, -0.006212, -0.005657> - 15807: < 0.002272, -0.006146, -0.005599> - 15808: < 0.001915, -0.006464, -0.005355> - 15809: < 0.001541, -0.006523, -0.005401> - 15810: < 0.001536, -0.006269, -0.005707> - 15811: < 0.001908, -0.006212, -0.005657> - 15812: < 0.001541, -0.006523, -0.005401> - 15813: < 0.001161, -0.006570, -0.005438> - 15814: < 0.001157, -0.006313, -0.005747> - 15815: < 0.001536, -0.006269, -0.005707> - 15816: < 0.001161, -0.006570, -0.005438> - 15817: < 0.000777, -0.006605, -0.005466> - 15818: < 0.000774, -0.006346, -0.005776> - 15819: < 0.001157, -0.006313, -0.005747> - 15820: < 0.000777, -0.006605, -0.005466> - 15821: < 0.000389, -0.006626, -0.005483> - 15822: < 0.000388, -0.006366, -0.005794> - 15823: < 0.000774, -0.006346, -0.005776> - 15824: < 0.000389, -0.006626, -0.005483> - 15825: <-0.000000, -0.006633, -0.005489> - 15826: <-0.000000, -0.006373, -0.005801> - 15827: < 0.000388, -0.006366, -0.005794> - 15828: <-0.000000, -0.006633, -0.005489> - 15829: <-0.000389, -0.006626, -0.005483> - 15830: <-0.000388, -0.006366, -0.005794> - 15831: <-0.000000, -0.006373, -0.005801> - 15832: <-0.000389, -0.006626, -0.005483> - 15833: <-0.000777, -0.006605, -0.005466> - 15834: <-0.000774, -0.006346, -0.005776> - 15835: <-0.000388, -0.006366, -0.005794> - 15836: <-0.000777, -0.006605, -0.005466> - 15837: <-0.001161, -0.006570, -0.005438> - 15838: <-0.001157, -0.006313, -0.005747> - 15839: <-0.000774, -0.006346, -0.005776> - 15840: <-0.001161, -0.006570, -0.005438> - 15841: <-0.001541, -0.006523, -0.005401> - 15842: <-0.001536, -0.006269, -0.005707> - 15843: <-0.001157, -0.006313, -0.005747> - 15844: <-0.001541, -0.006523, -0.005401> - 15845: <-0.001915, -0.006464, -0.005355> - 15846: <-0.001908, -0.006212, -0.005657> - 15847: <-0.001536, -0.006269, -0.005707> - 15848: <-0.001915, -0.006464, -0.005355> - 15849: <-0.002281, -0.006393, -0.005301> - 15850: <-0.002272, -0.006146, -0.005599> - 15851: <-0.001908, -0.006212, -0.005657> - 15852: <-0.002281, -0.006393, -0.005301> - 15853: <-0.002638, -0.006311, -0.005240> - 15854: <-0.002627, -0.006069, -0.005533> - 15855: <-0.002272, -0.006146, -0.005599> - 15856: <-0.002638, -0.006311, -0.005240> - 15857: <-0.002984, -0.006219, -0.005172> - 15858: <-0.002971, -0.005983, -0.005459> - 15859: <-0.002627, -0.006069, -0.005533> - 15860: <-0.002984, -0.006219, -0.005172> - 15861: <-0.003318, -0.006117, -0.005099> - 15862: <-0.003302, -0.005888, -0.005379> - 15863: <-0.002971, -0.005983, -0.005459> - 15864: <-0.003318, -0.006117, -0.005099> - 15865: <-0.003637, -0.006006, -0.005023> - 15866: <-0.003619, -0.005786, -0.005294> - 15867: <-0.003302, -0.005888, -0.005379> - 15868: <-0.003637, -0.006006, -0.005023> - 15869: <-0.003941, -0.005887, -0.004946> - 15870: <-0.003918, -0.005678, -0.005207> - 15871: <-0.003619, -0.005786, -0.005294> - 15872: <-0.003941, -0.005887, -0.004946> - 15873: <-0.004226, -0.005760, -0.004870> - 15874: <-0.004199, -0.005564, -0.005120> - 15875: <-0.003918, -0.005678, -0.005207> - 15876: <-0.004226, -0.005760, -0.004870> - 15877: <-0.004494, -0.005623, -0.004798> - 15878: <-0.004460, -0.005446, -0.005034> - 15879: <-0.004199, -0.005564, -0.005120> - 15880: <-0.004494, -0.005623, -0.004798> - 15881: <-0.004738, -0.005479, -0.004738> - 15882: <-0.004691, -0.005326, -0.004959> - 15883: <-0.004460, -0.005446, -0.005034> - 15884: <-0.004738, -0.005479, -0.004738> - 15885: <-0.004959, -0.005326, -0.004691> - 15886: <-0.004894, -0.005206, -0.004894> - 15887: <-0.004691, -0.005326, -0.004959> - 15888: < 0.005000, -0.005000, 0.005000> - 15889: < 0.004833, -0.005081, 0.005081> - 15890: < 0.004894, -0.005206, 0.004894> - 15891: < 0.005081, -0.005081, 0.004833> - 15892: < 0.004833, -0.005081, 0.005081> - 15893: < 0.004647, -0.005166, 0.005166> - 15894: < 0.004691, -0.005326, 0.004959> - 15895: < 0.004894, -0.005206, 0.004894> - 15896: < 0.004647, -0.005166, 0.005166> - 15897: < 0.004436, -0.005255, 0.005255> - 15898: < 0.004460, -0.005446, 0.005034> - 15899: < 0.004691, -0.005326, 0.004959> - 15900: < 0.004436, -0.005255, 0.005255> - 15901: < 0.004188, -0.005351, 0.005351> - 15902: < 0.004199, -0.005564, 0.005120> - 15903: < 0.004460, -0.005446, 0.005034> - 15904: < 0.004188, -0.005351, 0.005351> - 15905: < 0.003910, -0.005451, 0.005451> - 15906: < 0.003918, -0.005678, 0.005207> - 15907: < 0.004199, -0.005564, 0.005120> - 15908: < 0.003910, -0.005451, 0.005451> - 15909: < 0.003612, -0.005549, 0.005549> - 15910: < 0.003619, -0.005786, 0.005294> - 15911: < 0.003918, -0.005678, 0.005207> - 15912: < 0.003612, -0.005549, 0.005549> - 15913: < 0.003297, -0.005642, 0.005642> - 15914: < 0.003302, -0.005888, 0.005379> - 15915: < 0.003619, -0.005786, 0.005294> - 15916: < 0.003297, -0.005642, 0.005642> - 15917: < 0.002966, -0.005729, 0.005729> - 15918: < 0.002971, -0.005983, 0.005459> - 15919: < 0.003302, -0.005888, 0.005379> - 15920: < 0.002966, -0.005729, 0.005729> - 15921: < 0.002623, -0.005809, 0.005809> - 15922: < 0.002627, -0.006069, 0.005533> - 15923: < 0.002971, -0.005983, 0.005459> - 15924: < 0.002623, -0.005809, 0.005809> - 15925: < 0.002269, -0.005881, 0.005881> - 15926: < 0.002272, -0.006146, 0.005599> - 15927: < 0.002627, -0.006069, 0.005533> - 15928: < 0.002269, -0.005881, 0.005881> - 15929: < 0.001906, -0.005944, 0.005944> - 15930: < 0.001908, -0.006212, 0.005657> - 15931: < 0.002272, -0.006146, 0.005599> - 15932: < 0.001906, -0.005944, 0.005944> - 15933: < 0.001534, -0.005996, 0.005996> - 15934: < 0.001536, -0.006269, 0.005707> - 15935: < 0.001908, -0.006212, 0.005657> - 15936: < 0.001534, -0.005996, 0.005996> - 15937: < 0.001156, -0.006039, 0.006039> - 15938: < 0.001157, -0.006313, 0.005747> - 15939: < 0.001536, -0.006269, 0.005707> - 15940: < 0.001156, -0.006039, 0.006039> - 15941: < 0.000773, -0.006070, 0.006070> - 15942: < 0.000774, -0.006346, 0.005776> - 15943: < 0.001157, -0.006313, 0.005747> - 15944: < 0.000773, -0.006070, 0.006070> - 15945: < 0.000387, -0.006089, 0.006089> - 15946: < 0.000388, -0.006366, 0.005794> - 15947: < 0.000774, -0.006346, 0.005776> - 15948: < 0.000387, -0.006089, 0.006089> - 15949: <-0.000000, -0.006096, 0.006096> - 15950: <-0.000000, -0.006373, 0.005801> - 15951: < 0.000388, -0.006366, 0.005794> - 15952: <-0.000000, -0.006096, 0.006096> - 15953: <-0.000387, -0.006089, 0.006089> - 15954: <-0.000388, -0.006366, 0.005794> - 15955: <-0.000000, -0.006373, 0.005801> - 15956: <-0.000387, -0.006089, 0.006089> - 15957: <-0.000773, -0.006070, 0.006070> - 15958: <-0.000774, -0.006346, 0.005776> - 15959: <-0.000388, -0.006366, 0.005794> - 15960: <-0.000773, -0.006070, 0.006070> - 15961: <-0.001156, -0.006039, 0.006039> - 15962: <-0.001157, -0.006313, 0.005747> - 15963: <-0.000774, -0.006346, 0.005776> - 15964: <-0.001156, -0.006039, 0.006039> - 15965: <-0.001534, -0.005996, 0.005996> - 15966: <-0.001536, -0.006269, 0.005707> - 15967: <-0.001157, -0.006313, 0.005747> - 15968: <-0.001534, -0.005996, 0.005996> - 15969: <-0.001906, -0.005944, 0.005944> - 15970: <-0.001908, -0.006212, 0.005657> - 15971: <-0.001536, -0.006269, 0.005707> - 15972: <-0.001906, -0.005944, 0.005944> - 15973: <-0.002269, -0.005881, 0.005881> - 15974: <-0.002272, -0.006146, 0.005599> - 15975: <-0.001908, -0.006212, 0.005657> - 15976: <-0.002269, -0.005881, 0.005881> - 15977: <-0.002623, -0.005809, 0.005809> - 15978: <-0.002627, -0.006069, 0.005533> - 15979: <-0.002272, -0.006146, 0.005599> - 15980: <-0.002623, -0.005809, 0.005809> - 15981: <-0.002966, -0.005729, 0.005729> - 15982: <-0.002971, -0.005983, 0.005459> - 15983: <-0.002627, -0.006069, 0.005533> - 15984: <-0.002966, -0.005729, 0.005729> - 15985: <-0.003297, -0.005642, 0.005642> - 15986: <-0.003302, -0.005888, 0.005379> - 15987: <-0.002971, -0.005983, 0.005459> - 15988: <-0.003297, -0.005642, 0.005642> - 15989: <-0.003612, -0.005549, 0.005549> - 15990: <-0.003619, -0.005786, 0.005294> - 15991: <-0.003302, -0.005888, 0.005379> - 15992: <-0.003612, -0.005549, 0.005549> - 15993: <-0.003910, -0.005451, 0.005451> - 15994: <-0.003918, -0.005678, 0.005207> - 15995: <-0.003619, -0.005786, 0.005294> - 15996: <-0.003910, -0.005451, 0.005451> - 15997: <-0.004188, -0.005351, 0.005351> - 15998: <-0.004199, -0.005564, 0.005120> - 15999: <-0.003918, -0.005678, 0.005207> - 16000: <-0.004188, -0.005351, 0.005351> - 16001: <-0.004436, -0.005255, 0.005255> - 16002: <-0.004460, -0.005446, 0.005034> - 16003: <-0.004199, -0.005564, 0.005120> - 16004: <-0.004436, -0.005255, 0.005255> - 16005: <-0.004647, -0.005166, 0.005166> - 16006: <-0.004691, -0.005326, 0.004959> - 16007: <-0.004460, -0.005446, 0.005034> - 16008: <-0.004647, -0.005166, 0.005166> - 16009: <-0.004833, -0.005081, 0.005081> - 16010: <-0.004894, -0.005206, 0.004894> - 16011: <-0.004691, -0.005326, 0.004959> - 16012: <-0.004833, -0.005081, 0.005081> - 16013: <-0.005000, -0.005000, 0.005000> - 16014: <-0.005081, -0.005081, 0.004833> - 16015: <-0.004894, -0.005206, 0.004894> - 16016: <-0.004894, -0.005206, 0.004894> - 16017: <-0.005081, -0.005081, 0.004833> - 16018: <-0.005166, -0.005166, 0.004647> - 16019: <-0.004959, -0.005326, 0.004691> - 16020: <-0.004959, -0.005326, 0.004691> - 16021: <-0.005166, -0.005166, 0.004647> - 16022: <-0.005255, -0.005255, 0.004436> - 16023: <-0.005034, -0.005446, 0.004460> - 16024: <-0.005034, -0.005446, 0.004460> - 16025: <-0.005255, -0.005255, 0.004436> - 16026: <-0.005351, -0.005351, 0.004188> - 16027: <-0.005120, -0.005564, 0.004199> - 16028: <-0.005120, -0.005564, 0.004199> - 16029: <-0.005351, -0.005351, 0.004188> - 16030: <-0.005451, -0.005451, 0.003910> - 16031: <-0.005207, -0.005678, 0.003918> - 16032: <-0.005207, -0.005678, 0.003918> - 16033: <-0.005451, -0.005451, 0.003910> - 16034: <-0.005549, -0.005549, 0.003612> - 16035: <-0.005294, -0.005786, 0.003619> - 16036: <-0.005294, -0.005786, 0.003619> - 16037: <-0.005549, -0.005549, 0.003612> - 16038: <-0.005642, -0.005642, 0.003297> - 16039: <-0.005379, -0.005888, 0.003302> - 16040: <-0.005379, -0.005888, 0.003302> - 16041: <-0.005642, -0.005642, 0.003297> - 16042: <-0.005729, -0.005729, 0.002966> - 16043: <-0.005459, -0.005983, 0.002971> - 16044: <-0.005459, -0.005983, 0.002971> - 16045: <-0.005729, -0.005729, 0.002966> - 16046: <-0.005809, -0.005809, 0.002623> - 16047: <-0.005533, -0.006069, 0.002627> - 16048: <-0.005533, -0.006069, 0.002627> - 16049: <-0.005809, -0.005809, 0.002623> - 16050: <-0.005881, -0.005881, 0.002269> - 16051: <-0.005599, -0.006146, 0.002272> - 16052: <-0.005599, -0.006146, 0.002272> - 16053: <-0.005881, -0.005881, 0.002269> - 16054: <-0.005944, -0.005944, 0.001906> - 16055: <-0.005657, -0.006212, 0.001908> - 16056: <-0.005657, -0.006212, 0.001908> - 16057: <-0.005944, -0.005944, 0.001906> - 16058: <-0.005996, -0.005996, 0.001534> - 16059: <-0.005707, -0.006269, 0.001536> - 16060: <-0.005707, -0.006269, 0.001536> - 16061: <-0.005996, -0.005996, 0.001534> - 16062: <-0.006039, -0.006039, 0.001156> - 16063: <-0.005747, -0.006313, 0.001157> - 16064: <-0.005747, -0.006313, 0.001157> - 16065: <-0.006039, -0.006039, 0.001156> - 16066: <-0.006070, -0.006070, 0.000773> - 16067: <-0.005776, -0.006346, 0.000774> - 16068: <-0.005776, -0.006346, 0.000774> - 16069: <-0.006070, -0.006070, 0.000773> - 16070: <-0.006089, -0.006089, 0.000387> - 16071: <-0.005794, -0.006366, 0.000388> - 16072: <-0.005794, -0.006366, 0.000388> - 16073: <-0.006089, -0.006089, 0.000387> - 16074: <-0.006096, -0.006096, -0.000000> - 16075: <-0.005801, -0.006373, 0.000000> - 16076: <-0.005801, -0.006373, 0.000000> - 16077: <-0.006096, -0.006096, -0.000000> - 16078: <-0.006089, -0.006089, -0.000387> - 16079: <-0.005794, -0.006366, -0.000388> - 16080: <-0.005794, -0.006366, -0.000388> - 16081: <-0.006089, -0.006089, -0.000387> - 16082: <-0.006070, -0.006070, -0.000773> - 16083: <-0.005776, -0.006346, -0.000774> - 16084: <-0.005776, -0.006346, -0.000774> - 16085: <-0.006070, -0.006070, -0.000773> - 16086: <-0.006039, -0.006039, -0.001156> - 16087: <-0.005747, -0.006313, -0.001157> - 16088: <-0.005747, -0.006313, -0.001157> - 16089: <-0.006039, -0.006039, -0.001156> - 16090: <-0.005996, -0.005996, -0.001534> - 16091: <-0.005707, -0.006269, -0.001536> - 16092: <-0.005707, -0.006269, -0.001536> - 16093: <-0.005996, -0.005996, -0.001534> - 16094: <-0.005944, -0.005944, -0.001906> - 16095: <-0.005657, -0.006212, -0.001908> - 16096: <-0.005657, -0.006212, -0.001908> - 16097: <-0.005944, -0.005944, -0.001906> - 16098: <-0.005881, -0.005881, -0.002269> - 16099: <-0.005599, -0.006146, -0.002272> - 16100: <-0.005599, -0.006146, -0.002272> - 16101: <-0.005881, -0.005881, -0.002269> - 16102: <-0.005809, -0.005809, -0.002623> - 16103: <-0.005533, -0.006069, -0.002627> - 16104: <-0.005533, -0.006069, -0.002627> - 16105: <-0.005809, -0.005809, -0.002623> - 16106: <-0.005729, -0.005729, -0.002966> - 16107: <-0.005459, -0.005983, -0.002971> - 16108: <-0.005459, -0.005983, -0.002971> - 16109: <-0.005729, -0.005729, -0.002966> - 16110: <-0.005642, -0.005642, -0.003297> - 16111: <-0.005379, -0.005888, -0.003302> - 16112: <-0.005379, -0.005888, -0.003302> - 16113: <-0.005642, -0.005642, -0.003297> - 16114: <-0.005549, -0.005549, -0.003612> - 16115: <-0.005294, -0.005786, -0.003619> - 16116: <-0.005294, -0.005786, -0.003619> - 16117: <-0.005549, -0.005549, -0.003612> - 16118: <-0.005451, -0.005451, -0.003910> - 16119: <-0.005207, -0.005678, -0.003918> - 16120: <-0.005207, -0.005678, -0.003918> - 16121: <-0.005451, -0.005451, -0.003910> - 16122: <-0.005351, -0.005351, -0.004188> - 16123: <-0.005120, -0.005564, -0.004199> - 16124: <-0.005120, -0.005564, -0.004199> - 16125: <-0.005351, -0.005351, -0.004188> - 16126: <-0.005255, -0.005255, -0.004436> - 16127: <-0.005034, -0.005446, -0.004460> - 16128: <-0.005034, -0.005446, -0.004460> - 16129: <-0.005255, -0.005255, -0.004436> - 16130: <-0.005166, -0.005166, -0.004647> - 16131: <-0.004959, -0.005326, -0.004691> - 16132: <-0.004959, -0.005326, -0.004691> - 16133: <-0.005166, -0.005166, -0.004647> - 16134: <-0.005081, -0.005081, -0.004833> - 16135: <-0.004894, -0.005206, -0.004894> - 16136: <-0.004894, -0.005206, -0.004894> - 16137: <-0.005081, -0.005081, -0.004833> - 16138: <-0.005000, -0.005000, -0.005000> - 16139: <-0.004833, -0.005081, -0.005081> - 16140: <-0.004691, -0.005326, -0.004959> - 16141: <-0.004894, -0.005206, -0.004894> - 16142: <-0.004833, -0.005081, -0.005081> - 16143: <-0.004647, -0.005166, -0.005166> - 16144: <-0.004460, -0.005446, -0.005034> - 16145: <-0.004691, -0.005326, -0.004959> - 16146: <-0.004647, -0.005166, -0.005166> - 16147: <-0.004436, -0.005255, -0.005255> - 16148: <-0.004199, -0.005564, -0.005120> - 16149: <-0.004460, -0.005446, -0.005034> - 16150: <-0.004436, -0.005255, -0.005255> - 16151: <-0.004188, -0.005351, -0.005351> - 16152: <-0.003918, -0.005678, -0.005207> - 16153: <-0.004199, -0.005564, -0.005120> - 16154: <-0.004188, -0.005351, -0.005351> - 16155: <-0.003910, -0.005451, -0.005451> - 16156: <-0.003619, -0.005786, -0.005294> - 16157: <-0.003918, -0.005678, -0.005207> - 16158: <-0.003910, -0.005451, -0.005451> - 16159: <-0.003612, -0.005549, -0.005549> - 16160: <-0.003302, -0.005888, -0.005379> - 16161: <-0.003619, -0.005786, -0.005294> - 16162: <-0.003612, -0.005549, -0.005549> - 16163: <-0.003297, -0.005642, -0.005642> - 16164: <-0.002971, -0.005983, -0.005459> - 16165: <-0.003302, -0.005888, -0.005379> - 16166: <-0.003297, -0.005642, -0.005642> - 16167: <-0.002966, -0.005729, -0.005729> - 16168: <-0.002627, -0.006069, -0.005533> - 16169: <-0.002971, -0.005983, -0.005459> - 16170: <-0.002966, -0.005729, -0.005729> - 16171: <-0.002623, -0.005809, -0.005809> - 16172: <-0.002272, -0.006146, -0.005599> - 16173: <-0.002627, -0.006069, -0.005533> - 16174: <-0.002623, -0.005809, -0.005809> - 16175: <-0.002269, -0.005881, -0.005881> - 16176: <-0.001908, -0.006212, -0.005657> - 16177: <-0.002272, -0.006146, -0.005599> - 16178: <-0.002269, -0.005881, -0.005881> - 16179: <-0.001906, -0.005944, -0.005944> - 16180: <-0.001536, -0.006269, -0.005707> - 16181: <-0.001908, -0.006212, -0.005657> - 16182: <-0.001906, -0.005944, -0.005944> - 16183: <-0.001534, -0.005996, -0.005996> - 16184: <-0.001157, -0.006313, -0.005747> - 16185: <-0.001536, -0.006269, -0.005707> - 16186: <-0.001534, -0.005996, -0.005996> - 16187: <-0.001156, -0.006039, -0.006039> - 16188: <-0.000774, -0.006346, -0.005776> - 16189: <-0.001157, -0.006313, -0.005747> - 16190: <-0.001156, -0.006039, -0.006039> - 16191: <-0.000773, -0.006070, -0.006070> - 16192: <-0.000388, -0.006366, -0.005794> - 16193: <-0.000774, -0.006346, -0.005776> - 16194: <-0.000773, -0.006070, -0.006070> - 16195: <-0.000387, -0.006089, -0.006089> - 16196: <-0.000000, -0.006373, -0.005801> - 16197: <-0.000388, -0.006366, -0.005794> - 16198: <-0.000387, -0.006089, -0.006089> - 16199: < 0.000000, -0.006096, -0.006096> - 16200: < 0.000388, -0.006366, -0.005794> - 16201: <-0.000000, -0.006373, -0.005801> - 16202: < 0.000000, -0.006096, -0.006096> - 16203: < 0.000387, -0.006089, -0.006089> - 16204: < 0.000774, -0.006346, -0.005776> - 16205: < 0.000388, -0.006366, -0.005794> - 16206: < 0.000387, -0.006089, -0.006089> - 16207: < 0.000773, -0.006070, -0.006070> - 16208: < 0.001157, -0.006313, -0.005747> - 16209: < 0.000774, -0.006346, -0.005776> - 16210: < 0.000773, -0.006070, -0.006070> - 16211: < 0.001156, -0.006039, -0.006039> - 16212: < 0.001536, -0.006269, -0.005707> - 16213: < 0.001157, -0.006313, -0.005747> - 16214: < 0.001156, -0.006039, -0.006039> - 16215: < 0.001534, -0.005996, -0.005996> - 16216: < 0.001908, -0.006212, -0.005657> - 16217: < 0.001536, -0.006269, -0.005707> - 16218: < 0.001534, -0.005996, -0.005996> - 16219: < 0.001906, -0.005944, -0.005944> - 16220: < 0.002272, -0.006146, -0.005599> - 16221: < 0.001908, -0.006212, -0.005657> - 16222: < 0.001906, -0.005944, -0.005944> - 16223: < 0.002269, -0.005881, -0.005881> - 16224: < 0.002627, -0.006069, -0.005533> - 16225: < 0.002272, -0.006146, -0.005599> - 16226: < 0.002269, -0.005881, -0.005881> - 16227: < 0.002623, -0.005809, -0.005809> - 16228: < 0.002971, -0.005983, -0.005459> - 16229: < 0.002627, -0.006069, -0.005533> - 16230: < 0.002623, -0.005809, -0.005809> - 16231: < 0.002966, -0.005729, -0.005729> - 16232: < 0.003302, -0.005888, -0.005379> - 16233: < 0.002971, -0.005983, -0.005459> - 16234: < 0.002966, -0.005729, -0.005729> - 16235: < 0.003297, -0.005642, -0.005642> - 16236: < 0.003619, -0.005786, -0.005294> - 16237: < 0.003302, -0.005888, -0.005379> - 16238: < 0.003297, -0.005642, -0.005642> - 16239: < 0.003612, -0.005549, -0.005549> - 16240: < 0.003918, -0.005678, -0.005207> - 16241: < 0.003619, -0.005786, -0.005294> - 16242: < 0.003612, -0.005549, -0.005549> - 16243: < 0.003910, -0.005451, -0.005451> - 16244: < 0.004199, -0.005564, -0.005120> - 16245: < 0.003918, -0.005678, -0.005207> - 16246: < 0.003910, -0.005451, -0.005451> - 16247: < 0.004188, -0.005351, -0.005351> - 16248: < 0.004460, -0.005446, -0.005034> - 16249: < 0.004199, -0.005564, -0.005120> - 16250: < 0.004188, -0.005351, -0.005351> - 16251: < 0.004436, -0.005255, -0.005255> - 16252: < 0.004691, -0.005326, -0.004959> - 16253: < 0.004460, -0.005446, -0.005034> - 16254: < 0.004436, -0.005255, -0.005255> - 16255: < 0.004647, -0.005166, -0.005166> - 16256: < 0.004894, -0.005206, -0.004894> - 16257: < 0.004691, -0.005326, -0.004959> - 16258: < 0.004647, -0.005166, -0.005166> - 16259: < 0.004833, -0.005081, -0.005081> - 16260: < 0.005081, -0.005081, -0.004833> - 16261: < 0.004894, -0.005206, -0.004894> - 16262: < 0.004833, -0.005081, -0.005081> - 16263: < 0.005000, -0.005000, -0.005000> - 16264: < 0.005166, -0.005166, -0.004647> - 16265: < 0.004959, -0.005326, -0.004691> - 16266: < 0.004894, -0.005206, -0.004894> - 16267: < 0.005081, -0.005081, -0.004833> - 16268: < 0.005255, -0.005255, -0.004436> - 16269: < 0.005034, -0.005446, -0.004460> - 16270: < 0.004959, -0.005326, -0.004691> - 16271: < 0.005166, -0.005166, -0.004647> - 16272: < 0.005351, -0.005351, -0.004188> - 16273: < 0.005120, -0.005564, -0.004199> - 16274: < 0.005034, -0.005446, -0.004460> - 16275: < 0.005255, -0.005255, -0.004436> - 16276: < 0.005451, -0.005451, -0.003910> - 16277: < 0.005207, -0.005678, -0.003918> - 16278: < 0.005120, -0.005564, -0.004199> - 16279: < 0.005351, -0.005351, -0.004188> - 16280: < 0.005549, -0.005549, -0.003612> - 16281: < 0.005294, -0.005786, -0.003619> - 16282: < 0.005207, -0.005678, -0.003918> - 16283: < 0.005451, -0.005451, -0.003910> - 16284: < 0.005642, -0.005642, -0.003297> - 16285: < 0.005379, -0.005888, -0.003302> - 16286: < 0.005294, -0.005786, -0.003619> - 16287: < 0.005549, -0.005549, -0.003612> - 16288: < 0.005729, -0.005729, -0.002966> - 16289: < 0.005459, -0.005983, -0.002971> - 16290: < 0.005379, -0.005888, -0.003302> - 16291: < 0.005642, -0.005642, -0.003297> - 16292: < 0.005809, -0.005809, -0.002623> - 16293: < 0.005533, -0.006069, -0.002627> - 16294: < 0.005459, -0.005983, -0.002971> - 16295: < 0.005729, -0.005729, -0.002966> - 16296: < 0.005881, -0.005881, -0.002269> - 16297: < 0.005599, -0.006146, -0.002272> - 16298: < 0.005533, -0.006069, -0.002627> - 16299: < 0.005809, -0.005809, -0.002623> - 16300: < 0.005944, -0.005944, -0.001906> - 16301: < 0.005657, -0.006212, -0.001908> - 16302: < 0.005599, -0.006146, -0.002272> - 16303: < 0.005881, -0.005881, -0.002269> - 16304: < 0.005996, -0.005996, -0.001534> - 16305: < 0.005707, -0.006269, -0.001536> - 16306: < 0.005657, -0.006212, -0.001908> - 16307: < 0.005944, -0.005944, -0.001906> - 16308: < 0.006039, -0.006039, -0.001156> - 16309: < 0.005747, -0.006313, -0.001157> - 16310: < 0.005707, -0.006269, -0.001536> - 16311: < 0.005996, -0.005996, -0.001534> - 16312: < 0.006070, -0.006070, -0.000773> - 16313: < 0.005776, -0.006346, -0.000774> - 16314: < 0.005747, -0.006313, -0.001157> - 16315: < 0.006039, -0.006039, -0.001156> - 16316: < 0.006089, -0.006089, -0.000387> - 16317: < 0.005794, -0.006366, -0.000388> - 16318: < 0.005776, -0.006346, -0.000774> - 16319: < 0.006070, -0.006070, -0.000773> - 16320: < 0.006096, -0.006096, 0.000000> - 16321: < 0.005801, -0.006373, 0.000000> - 16322: < 0.005794, -0.006366, -0.000388> - 16323: < 0.006089, -0.006089, -0.000387> - 16324: < 0.006089, -0.006089, 0.000387> - 16325: < 0.005794, -0.006366, 0.000388> - 16326: < 0.005801, -0.006373, 0.000000> - 16327: < 0.006096, -0.006096, 0.000000> - 16328: < 0.006070, -0.006070, 0.000773> - 16329: < 0.005776, -0.006346, 0.000774> - 16330: < 0.005794, -0.006366, 0.000388> - 16331: < 0.006089, -0.006089, 0.000387> - 16332: < 0.006039, -0.006039, 0.001156> - 16333: < 0.005747, -0.006313, 0.001157> - 16334: < 0.005776, -0.006346, 0.000774> - 16335: < 0.006070, -0.006070, 0.000773> - 16336: < 0.005996, -0.005996, 0.001534> - 16337: < 0.005707, -0.006269, 0.001536> - 16338: < 0.005747, -0.006313, 0.001157> - 16339: < 0.006039, -0.006039, 0.001156> - 16340: < 0.005944, -0.005944, 0.001906> - 16341: < 0.005657, -0.006212, 0.001908> - 16342: < 0.005707, -0.006269, 0.001536> - 16343: < 0.005996, -0.005996, 0.001534> - 16344: < 0.005881, -0.005881, 0.002269> - 16345: < 0.005599, -0.006146, 0.002272> - 16346: < 0.005657, -0.006212, 0.001908> - 16347: < 0.005944, -0.005944, 0.001906> - 16348: < 0.005809, -0.005809, 0.002623> - 16349: < 0.005533, -0.006069, 0.002627> - 16350: < 0.005599, -0.006146, 0.002272> - 16351: < 0.005881, -0.005881, 0.002269> - 16352: < 0.005729, -0.005729, 0.002966> - 16353: < 0.005459, -0.005983, 0.002971> - 16354: < 0.005533, -0.006069, 0.002627> - 16355: < 0.005809, -0.005809, 0.002623> - 16356: < 0.005642, -0.005642, 0.003297> - 16357: < 0.005379, -0.005888, 0.003302> - 16358: < 0.005459, -0.005983, 0.002971> - 16359: < 0.005729, -0.005729, 0.002966> - 16360: < 0.005549, -0.005549, 0.003612> - 16361: < 0.005294, -0.005786, 0.003619> - 16362: < 0.005379, -0.005888, 0.003302> - 16363: < 0.005642, -0.005642, 0.003297> - 16364: < 0.005451, -0.005451, 0.003910> - 16365: < 0.005207, -0.005678, 0.003918> - 16366: < 0.005294, -0.005786, 0.003619> - 16367: < 0.005549, -0.005549, 0.003612> - 16368: < 0.005351, -0.005351, 0.004188> - 16369: < 0.005120, -0.005564, 0.004199> - 16370: < 0.005207, -0.005678, 0.003918> - 16371: < 0.005451, -0.005451, 0.003910> - 16372: < 0.005255, -0.005255, 0.004436> - 16373: < 0.005034, -0.005446, 0.004460> - 16374: < 0.005120, -0.005564, 0.004199> - 16375: < 0.005351, -0.005351, 0.004188> - 16376: < 0.005166, -0.005166, 0.004647> - 16377: < 0.004959, -0.005326, 0.004691> - 16378: < 0.005034, -0.005446, 0.004460> - 16379: < 0.005255, -0.005255, 0.004436> - 16380: < 0.005081, -0.005081, 0.004833> - 16381: < 0.004894, -0.005206, 0.004894> - 16382: < 0.004959, -0.005326, 0.004691> - 16383: < 0.005166, -0.005166, 0.004647> - 16384: <-0.005206, -0.004894, 0.004894> - 16385: <-0.005326, -0.004691, 0.004959> - 16386: <-0.005479, -0.004738, 0.004738> - 16387: <-0.005326, -0.004959, 0.004691> - 16388: <-0.005326, -0.004691, 0.004959> - 16389: <-0.005446, -0.004460, 0.005034> - 16390: <-0.005623, -0.004494, 0.004798> - 16391: <-0.005479, -0.004738, 0.004738> - 16392: <-0.005446, -0.004460, 0.005034> - 16393: <-0.005564, -0.004199, 0.005120> - 16394: <-0.005760, -0.004226, 0.004870> - 16395: <-0.005623, -0.004494, 0.004798> - 16396: <-0.005564, -0.004199, 0.005120> - 16397: <-0.005678, -0.003918, 0.005207> - 16398: <-0.005887, -0.003941, 0.004946> - 16399: <-0.005760, -0.004226, 0.004870> - 16400: <-0.005678, -0.003918, 0.005207> - 16401: <-0.005786, -0.003619, 0.005294> - 16402: <-0.006006, -0.003637, 0.005023> - 16403: <-0.005887, -0.003941, 0.004946> - 16404: <-0.005786, -0.003619, 0.005294> - 16405: <-0.005888, -0.003302, 0.005379> - 16406: <-0.006117, -0.003318, 0.005099> - 16407: <-0.006006, -0.003637, 0.005023> - 16408: <-0.005888, -0.003302, 0.005379> - 16409: <-0.005983, -0.002971, 0.005459> - 16410: <-0.006219, -0.002984, 0.005172> - 16411: <-0.006117, -0.003318, 0.005099> - 16412: <-0.005983, -0.002971, 0.005459> - 16413: <-0.006069, -0.002627, 0.005533> - 16414: <-0.006311, -0.002638, 0.005240> - 16415: <-0.006219, -0.002984, 0.005172> - 16416: <-0.006069, -0.002627, 0.005533> - 16417: <-0.006146, -0.002272, 0.005599> - 16418: <-0.006393, -0.002281, 0.005301> - 16419: <-0.006311, -0.002638, 0.005240> - 16420: <-0.006146, -0.002272, 0.005599> - 16421: <-0.006212, -0.001908, 0.005657> - 16422: <-0.006464, -0.001915, 0.005355> - 16423: <-0.006393, -0.002281, 0.005301> - 16424: <-0.006212, -0.001908, 0.005657> - 16425: <-0.006269, -0.001536, 0.005707> - 16426: <-0.006523, -0.001541, 0.005401> - 16427: <-0.006464, -0.001915, 0.005355> - 16428: <-0.006269, -0.001536, 0.005707> - 16429: <-0.006313, -0.001157, 0.005747> - 16430: <-0.006570, -0.001161, 0.005438> - 16431: <-0.006523, -0.001541, 0.005401> - 16432: <-0.006313, -0.001157, 0.005747> - 16433: <-0.006346, -0.000774, 0.005776> - 16434: <-0.006605, -0.000777, 0.005466> - 16435: <-0.006570, -0.001161, 0.005438> - 16436: <-0.006346, -0.000774, 0.005776> - 16437: <-0.006366, -0.000388, 0.005794> - 16438: <-0.006626, -0.000389, 0.005483> - 16439: <-0.006605, -0.000777, 0.005466> - 16440: <-0.006366, -0.000388, 0.005794> - 16441: <-0.006373, 0.000000, 0.005801> - 16442: <-0.006633, -0.000000, 0.005489> - 16443: <-0.006626, -0.000389, 0.005483> - 16444: <-0.006373, 0.000000, 0.005801> - 16445: <-0.006366, 0.000388, 0.005794> - 16446: <-0.006626, 0.000389, 0.005483> - 16447: <-0.006633, -0.000000, 0.005489> - 16448: <-0.006366, 0.000388, 0.005794> - 16449: <-0.006346, 0.000774, 0.005776> - 16450: <-0.006605, 0.000777, 0.005466> - 16451: <-0.006626, 0.000389, 0.005483> - 16452: <-0.006346, 0.000774, 0.005776> - 16453: <-0.006313, 0.001157, 0.005747> - 16454: <-0.006570, 0.001161, 0.005438> - 16455: <-0.006605, 0.000777, 0.005466> - 16456: <-0.006313, 0.001157, 0.005747> - 16457: <-0.006269, 0.001536, 0.005707> - 16458: <-0.006523, 0.001541, 0.005401> - 16459: <-0.006570, 0.001161, 0.005438> - 16460: <-0.006269, 0.001536, 0.005707> - 16461: <-0.006212, 0.001908, 0.005657> - 16462: <-0.006464, 0.001915, 0.005355> - 16463: <-0.006523, 0.001541, 0.005401> - 16464: <-0.006212, 0.001908, 0.005657> - 16465: <-0.006146, 0.002272, 0.005599> - 16466: <-0.006393, 0.002281, 0.005301> - 16467: <-0.006464, 0.001915, 0.005355> - 16468: <-0.006146, 0.002272, 0.005599> - 16469: <-0.006069, 0.002627, 0.005533> - 16470: <-0.006311, 0.002638, 0.005240> - 16471: <-0.006393, 0.002281, 0.005301> - 16472: <-0.006069, 0.002627, 0.005533> - 16473: <-0.005983, 0.002971, 0.005459> - 16474: <-0.006219, 0.002984, 0.005172> - 16475: <-0.006311, 0.002638, 0.005240> - 16476: <-0.005983, 0.002971, 0.005459> - 16477: <-0.005888, 0.003302, 0.005379> - 16478: <-0.006117, 0.003318, 0.005099> - 16479: <-0.006219, 0.002984, 0.005172> - 16480: <-0.005888, 0.003302, 0.005379> - 16481: <-0.005786, 0.003619, 0.005294> - 16482: <-0.006006, 0.003637, 0.005023> - 16483: <-0.006117, 0.003318, 0.005099> - 16484: <-0.005786, 0.003619, 0.005294> - 16485: <-0.005678, 0.003918, 0.005207> - 16486: <-0.005887, 0.003941, 0.004946> - 16487: <-0.006006, 0.003637, 0.005023> - 16488: <-0.005678, 0.003918, 0.005207> - 16489: <-0.005564, 0.004199, 0.005120> - 16490: <-0.005760, 0.004226, 0.004870> - 16491: <-0.005887, 0.003941, 0.004946> - 16492: <-0.005564, 0.004199, 0.005120> - 16493: <-0.005446, 0.004460, 0.005034> - 16494: <-0.005623, 0.004494, 0.004798> - 16495: <-0.005760, 0.004226, 0.004870> - 16496: <-0.005446, 0.004460, 0.005034> - 16497: <-0.005326, 0.004691, 0.004959> - 16498: <-0.005479, 0.004738, 0.004738> - 16499: <-0.005623, 0.004494, 0.004798> - 16500: <-0.005326, 0.004691, 0.004959> - 16501: <-0.005206, 0.004894, 0.004894> - 16502: <-0.005326, 0.004959, 0.004691> - 16503: <-0.005479, 0.004738, 0.004738> - 16504: <-0.005326, -0.004959, 0.004691> - 16505: <-0.005479, -0.004738, 0.004738> - 16506: <-0.005623, -0.004798, 0.004494> - 16507: <-0.005446, -0.005034, 0.004460> - 16508: <-0.005479, -0.004738, 0.004738> - 16509: <-0.005623, -0.004494, 0.004798> - 16510: <-0.005788, -0.004542, 0.004542> - 16511: <-0.005623, -0.004798, 0.004494> - 16512: <-0.005623, -0.004494, 0.004798> - 16513: <-0.005760, -0.004226, 0.004870> - 16514: <-0.005939, -0.004267, 0.004602> - 16515: <-0.005788, -0.004542, 0.004542> - 16516: <-0.005760, -0.004226, 0.004870> - 16517: <-0.005887, -0.003941, 0.004946> - 16518: <-0.006080, -0.003975, 0.004668> - 16519: <-0.005939, -0.004267, 0.004602> - 16520: <-0.005887, -0.003941, 0.004946> - 16521: <-0.006006, -0.003637, 0.005023> - 16522: <-0.006210, -0.003666, 0.004736> - 16523: <-0.006080, -0.003975, 0.004668> - 16524: <-0.006006, -0.003637, 0.005023> - 16525: <-0.006117, -0.003318, 0.005099> - 16526: <-0.006329, -0.003342, 0.004804> - 16527: <-0.006210, -0.003666, 0.004736> - 16528: <-0.006117, -0.003318, 0.005099> - 16529: <-0.006219, -0.002984, 0.005172> - 16530: <-0.006439, -0.003004, 0.004870> - 16531: <-0.006329, -0.003342, 0.004804> - 16532: <-0.006219, -0.002984, 0.005172> - 16533: <-0.006311, -0.002638, 0.005240> - 16534: <-0.006537, -0.002655, 0.004931> - 16535: <-0.006439, -0.003004, 0.004870> - 16536: <-0.006311, -0.002638, 0.005240> - 16537: <-0.006393, -0.002281, 0.005301> - 16538: <-0.006623, -0.002295, 0.004987> - 16539: <-0.006537, -0.002655, 0.004931> - 16540: <-0.006393, -0.002281, 0.005301> - 16541: <-0.006464, -0.001915, 0.005355> - 16542: <-0.006698, -0.001926, 0.005037> - 16543: <-0.006623, -0.002295, 0.004987> - 16544: <-0.006464, -0.001915, 0.005355> - 16545: <-0.006523, -0.001541, 0.005401> - 16546: <-0.006761, -0.001550, 0.005080> - 16547: <-0.006698, -0.001926, 0.005037> - 16548: <-0.006523, -0.001541, 0.005401> - 16549: <-0.006570, -0.001161, 0.005438> - 16550: <-0.006810, -0.001168, 0.005114> - 16551: <-0.006761, -0.001550, 0.005080> - 16552: <-0.006570, -0.001161, 0.005438> - 16553: <-0.006605, -0.000777, 0.005466> - 16554: <-0.006846, -0.000781, 0.005140> - 16555: <-0.006810, -0.001168, 0.005114> - 16556: <-0.006605, -0.000777, 0.005466> - 16557: <-0.006626, -0.000389, 0.005483> - 16558: <-0.006868, -0.000391, 0.005156> - 16559: <-0.006846, -0.000781, 0.005140> - 16560: <-0.006626, -0.000389, 0.005483> - 16561: <-0.006633, -0.000000, 0.005489> - 16562: <-0.006875, -0.000000, 0.005162> - 16563: <-0.006868, -0.000391, 0.005156> - 16564: <-0.006633, -0.000000, 0.005489> - 16565: <-0.006626, 0.000389, 0.005483> - 16566: <-0.006868, 0.000391, 0.005156> - 16567: <-0.006875, -0.000000, 0.005162> - 16568: <-0.006626, 0.000389, 0.005483> - 16569: <-0.006605, 0.000777, 0.005466> - 16570: <-0.006846, 0.000781, 0.005140> - 16571: <-0.006868, 0.000391, 0.005156> - 16572: <-0.006605, 0.000777, 0.005466> - 16573: <-0.006570, 0.001161, 0.005438> - 16574: <-0.006810, 0.001168, 0.005114> - 16575: <-0.006846, 0.000781, 0.005140> - 16576: <-0.006570, 0.001161, 0.005438> - 16577: <-0.006523, 0.001541, 0.005401> - 16578: <-0.006761, 0.001550, 0.005080> - 16579: <-0.006810, 0.001168, 0.005114> - 16580: <-0.006523, 0.001541, 0.005401> - 16581: <-0.006464, 0.001915, 0.005355> - 16582: <-0.006698, 0.001926, 0.005037> - 16583: <-0.006761, 0.001550, 0.005080> - 16584: <-0.006464, 0.001915, 0.005355> - 16585: <-0.006393, 0.002281, 0.005301> - 16586: <-0.006623, 0.002295, 0.004987> - 16587: <-0.006698, 0.001926, 0.005037> - 16588: <-0.006393, 0.002281, 0.005301> - 16589: <-0.006311, 0.002638, 0.005240> - 16590: <-0.006537, 0.002655, 0.004931> - 16591: <-0.006623, 0.002295, 0.004987> - 16592: <-0.006311, 0.002638, 0.005240> - 16593: <-0.006219, 0.002984, 0.005172> - 16594: <-0.006439, 0.003004, 0.004870> - 16595: <-0.006537, 0.002655, 0.004931> - 16596: <-0.006219, 0.002984, 0.005172> - 16597: <-0.006117, 0.003318, 0.005099> - 16598: <-0.006329, 0.003342, 0.004804> - 16599: <-0.006439, 0.003004, 0.004870> - 16600: <-0.006117, 0.003318, 0.005099> - 16601: <-0.006006, 0.003637, 0.005023> - 16602: <-0.006210, 0.003666, 0.004736> - 16603: <-0.006329, 0.003342, 0.004804> - 16604: <-0.006006, 0.003637, 0.005023> - 16605: <-0.005887, 0.003941, 0.004946> - 16606: <-0.006080, 0.003975, 0.004668> - 16607: <-0.006210, 0.003666, 0.004736> - 16608: <-0.005887, 0.003941, 0.004946> - 16609: <-0.005760, 0.004226, 0.004870> - 16610: <-0.005939, 0.004267, 0.004602> - 16611: <-0.006080, 0.003975, 0.004668> - 16612: <-0.005760, 0.004226, 0.004870> - 16613: <-0.005623, 0.004494, 0.004798> - 16614: <-0.005788, 0.004542, 0.004542> - 16615: <-0.005939, 0.004267, 0.004602> - 16616: <-0.005623, 0.004494, 0.004798> - 16617: <-0.005479, 0.004738, 0.004738> - 16618: <-0.005623, 0.004798, 0.004494> - 16619: <-0.005788, 0.004542, 0.004542> - 16620: <-0.005479, 0.004738, 0.004738> - 16621: <-0.005326, 0.004959, 0.004691> - 16622: <-0.005446, 0.005034, 0.004460> - 16623: <-0.005623, 0.004798, 0.004494> - 16624: <-0.005446, -0.005034, 0.004460> - 16625: <-0.005623, -0.004798, 0.004494> - 16626: <-0.005760, -0.004870, 0.004226> - 16627: <-0.005564, -0.005120, 0.004199> - 16628: <-0.005623, -0.004798, 0.004494> - 16629: <-0.005788, -0.004542, 0.004542> - 16630: <-0.005939, -0.004602, 0.004267> - 16631: <-0.005760, -0.004870, 0.004226> - 16632: <-0.005788, -0.004542, 0.004542> - 16633: <-0.005939, -0.004267, 0.004602> - 16634: <-0.006105, -0.004318, 0.004318> - 16635: <-0.005939, -0.004602, 0.004267> - 16636: <-0.005939, -0.004267, 0.004602> - 16637: <-0.006080, -0.003975, 0.004668> - 16638: <-0.006257, -0.004017, 0.004374> - 16639: <-0.006105, -0.004318, 0.004318> - 16640: <-0.006080, -0.003975, 0.004668> - 16641: <-0.006210, -0.003666, 0.004736> - 16642: <-0.006397, -0.003701, 0.004434> - 16643: <-0.006257, -0.004017, 0.004374> - 16644: <-0.006210, -0.003666, 0.004736> - 16645: <-0.006329, -0.003342, 0.004804> - 16646: <-0.006525, -0.003372, 0.004494> - 16647: <-0.006397, -0.003701, 0.004434> - 16648: <-0.006329, -0.003342, 0.004804> - 16649: <-0.006439, -0.003004, 0.004870> - 16650: <-0.006641, -0.003030, 0.004553> - 16651: <-0.006525, -0.003372, 0.004494> - 16652: <-0.006439, -0.003004, 0.004870> - 16653: <-0.006537, -0.002655, 0.004931> - 16654: <-0.006745, -0.002676, 0.004609> - 16655: <-0.006641, -0.003030, 0.004553> - 16656: <-0.006537, -0.002655, 0.004931> - 16657: <-0.006623, -0.002295, 0.004987> - 16658: <-0.006836, -0.002313, 0.004659> - 16659: <-0.006745, -0.002676, 0.004609> - 16660: <-0.006623, -0.002295, 0.004987> - 16661: <-0.006698, -0.001926, 0.005037> - 16662: <-0.006915, -0.001940, 0.004705> - 16663: <-0.006836, -0.002313, 0.004659> - 16664: <-0.006698, -0.001926, 0.005037> - 16665: <-0.006761, -0.001550, 0.005080> - 16666: <-0.006980, -0.001561, 0.004744> - 16667: <-0.006915, -0.001940, 0.004705> - 16668: <-0.006761, -0.001550, 0.005080> - 16669: <-0.006810, -0.001168, 0.005114> - 16670: <-0.007032, -0.001176, 0.004776> - 16671: <-0.006980, -0.001561, 0.004744> - 16672: <-0.006810, -0.001168, 0.005114> - 16673: <-0.006846, -0.000781, 0.005140> - 16674: <-0.007069, -0.000786, 0.004800> - 16675: <-0.007032, -0.001176, 0.004776> - 16676: <-0.006846, -0.000781, 0.005140> - 16677: <-0.006868, -0.000391, 0.005156> - 16678: <-0.007092, -0.000394, 0.004815> - 16679: <-0.007069, -0.000786, 0.004800> - 16680: <-0.006868, -0.000391, 0.005156> - 16681: <-0.006875, -0.000000, 0.005162> - 16682: <-0.007099, -0.000000, 0.004820> - 16683: <-0.007092, -0.000394, 0.004815> - 16684: <-0.006875, -0.000000, 0.005162> - 16685: <-0.006868, 0.000391, 0.005156> - 16686: <-0.007092, 0.000394, 0.004815> - 16687: <-0.007099, -0.000000, 0.004820> - 16688: <-0.006868, 0.000391, 0.005156> - 16689: <-0.006846, 0.000781, 0.005140> - 16690: <-0.007069, 0.000786, 0.004800> - 16691: <-0.007092, 0.000394, 0.004815> - 16692: <-0.006846, 0.000781, 0.005140> - 16693: <-0.006810, 0.001168, 0.005114> - 16694: <-0.007032, 0.001176, 0.004776> - 16695: <-0.007069, 0.000786, 0.004800> - 16696: <-0.006810, 0.001168, 0.005114> - 16697: <-0.006761, 0.001550, 0.005080> - 16698: <-0.006980, 0.001561, 0.004744> - 16699: <-0.007032, 0.001176, 0.004776> - 16700: <-0.006761, 0.001550, 0.005080> - 16701: <-0.006698, 0.001926, 0.005037> - 16702: <-0.006915, 0.001940, 0.004705> - 16703: <-0.006980, 0.001561, 0.004744> - 16704: <-0.006698, 0.001926, 0.005037> - 16705: <-0.006623, 0.002295, 0.004987> - 16706: <-0.006836, 0.002313, 0.004659> - 16707: <-0.006915, 0.001940, 0.004705> - 16708: <-0.006623, 0.002295, 0.004987> - 16709: <-0.006537, 0.002655, 0.004931> - 16710: <-0.006745, 0.002676, 0.004609> - 16711: <-0.006836, 0.002313, 0.004659> - 16712: <-0.006537, 0.002655, 0.004931> - 16713: <-0.006439, 0.003004, 0.004870> - 16714: <-0.006641, 0.003030, 0.004553> - 16715: <-0.006745, 0.002676, 0.004609> - 16716: <-0.006439, 0.003004, 0.004870> - 16717: <-0.006329, 0.003342, 0.004804> - 16718: <-0.006525, 0.003372, 0.004494> - 16719: <-0.006641, 0.003030, 0.004553> - 16720: <-0.006329, 0.003342, 0.004804> - 16721: <-0.006210, 0.003666, 0.004736> - 16722: <-0.006397, 0.003701, 0.004434> - 16723: <-0.006525, 0.003372, 0.004494> - 16724: <-0.006210, 0.003666, 0.004736> - 16725: <-0.006080, 0.003975, 0.004668> - 16726: <-0.006257, 0.004017, 0.004374> - 16727: <-0.006397, 0.003701, 0.004434> - 16728: <-0.006080, 0.003975, 0.004668> - 16729: <-0.005939, 0.004267, 0.004602> - 16730: <-0.006105, 0.004318, 0.004318> - 16731: <-0.006257, 0.004017, 0.004374> - 16732: <-0.005939, 0.004267, 0.004602> - 16733: <-0.005788, 0.004542, 0.004542> - 16734: <-0.005939, 0.004602, 0.004267> - 16735: <-0.006105, 0.004318, 0.004318> - 16736: <-0.005788, 0.004542, 0.004542> - 16737: <-0.005623, 0.004798, 0.004494> - 16738: <-0.005760, 0.004870, 0.004226> - 16739: <-0.005939, 0.004602, 0.004267> - 16740: <-0.005623, 0.004798, 0.004494> - 16741: <-0.005446, 0.005034, 0.004460> - 16742: <-0.005564, 0.005120, 0.004199> - 16743: <-0.005760, 0.004870, 0.004226> - 16744: <-0.005564, -0.005120, 0.004199> - 16745: <-0.005760, -0.004870, 0.004226> - 16746: <-0.005887, -0.004946, 0.003941> - 16747: <-0.005678, -0.005207, 0.003918> - 16748: <-0.005760, -0.004870, 0.004226> - 16749: <-0.005939, -0.004602, 0.004267> - 16750: <-0.006080, -0.004668, 0.003975> - 16751: <-0.005887, -0.004946, 0.003941> - 16752: <-0.005939, -0.004602, 0.004267> - 16753: <-0.006105, -0.004318, 0.004318> - 16754: <-0.006257, -0.004374, 0.004017> - 16755: <-0.006080, -0.004668, 0.003975> - 16756: <-0.006105, -0.004318, 0.004318> - 16757: <-0.006257, -0.004017, 0.004374> - 16758: <-0.006421, -0.004065, 0.004065> - 16759: <-0.006257, -0.004374, 0.004017> - 16760: <-0.006257, -0.004017, 0.004374> - 16761: <-0.006397, -0.003701, 0.004434> - 16762: <-0.006570, -0.003743, 0.004117> - 16763: <-0.006421, -0.004065, 0.004065> - 16764: <-0.006397, -0.003701, 0.004434> - 16765: <-0.006525, -0.003372, 0.004494> - 16766: <-0.006705, -0.003407, 0.004170> - 16767: <-0.006570, -0.003743, 0.004117> - 16768: <-0.006525, -0.003372, 0.004494> - 16769: <-0.006641, -0.003030, 0.004553> - 16770: <-0.006828, -0.003060, 0.004223> - 16771: <-0.006705, -0.003407, 0.004170> - 16772: <-0.006641, -0.003030, 0.004553> - 16773: <-0.006745, -0.002676, 0.004609> - 16774: <-0.006937, -0.002701, 0.004273> - 16775: <-0.006828, -0.003060, 0.004223> - 16776: <-0.006745, -0.002676, 0.004609> - 16777: <-0.006836, -0.002313, 0.004659> - 16778: <-0.007033, -0.002333, 0.004318> - 16779: <-0.006937, -0.002701, 0.004273> - 16780: <-0.006836, -0.002313, 0.004659> - 16781: <-0.006915, -0.001940, 0.004705> - 16782: <-0.007115, -0.001957, 0.004360> - 16783: <-0.007033, -0.002333, 0.004318> - 16784: <-0.006915, -0.001940, 0.004705> - 16785: <-0.006980, -0.001561, 0.004744> - 16786: <-0.007183, -0.001574, 0.004395> - 16787: <-0.007115, -0.001957, 0.004360> - 16788: <-0.006980, -0.001561, 0.004744> - 16789: <-0.007032, -0.001176, 0.004776> - 16790: <-0.007236, -0.001185, 0.004424> - 16791: <-0.007183, -0.001574, 0.004395> - 16792: <-0.007032, -0.001176, 0.004776> - 16793: <-0.007069, -0.000786, 0.004800> - 16794: <-0.007275, -0.000792, 0.004446> - 16795: <-0.007236, -0.001185, 0.004424> - 16796: <-0.007069, -0.000786, 0.004800> - 16797: <-0.007092, -0.000394, 0.004815> - 16798: <-0.007298, -0.000397, 0.004460> - 16799: <-0.007275, -0.000792, 0.004446> - 16800: <-0.007092, -0.000394, 0.004815> - 16801: <-0.007099, -0.000000, 0.004820> - 16802: <-0.007306, -0.000000, 0.004465> - 16803: <-0.007298, -0.000397, 0.004460> - 16804: <-0.007099, -0.000000, 0.004820> - 16805: <-0.007092, 0.000394, 0.004815> - 16806: <-0.007298, 0.000397, 0.004460> - 16807: <-0.007306, -0.000000, 0.004465> - 16808: <-0.007092, 0.000394, 0.004815> - 16809: <-0.007069, 0.000786, 0.004800> - 16810: <-0.007275, 0.000792, 0.004446> - 16811: <-0.007298, 0.000397, 0.004460> - 16812: <-0.007069, 0.000786, 0.004800> - 16813: <-0.007032, 0.001176, 0.004776> - 16814: <-0.007236, 0.001185, 0.004424> - 16815: <-0.007275, 0.000792, 0.004446> - 16816: <-0.007032, 0.001176, 0.004776> - 16817: <-0.006980, 0.001561, 0.004744> - 16818: <-0.007183, 0.001574, 0.004395> - 16819: <-0.007236, 0.001185, 0.004424> - 16820: <-0.006980, 0.001561, 0.004744> - 16821: <-0.006915, 0.001940, 0.004705> - 16822: <-0.007115, 0.001957, 0.004360> - 16823: <-0.007183, 0.001574, 0.004395> - 16824: <-0.006915, 0.001940, 0.004705> - 16825: <-0.006836, 0.002313, 0.004659> - 16826: <-0.007033, 0.002333, 0.004318> - 16827: <-0.007115, 0.001957, 0.004360> - 16828: <-0.006836, 0.002313, 0.004659> - 16829: <-0.006745, 0.002676, 0.004609> - 16830: <-0.006937, 0.002701, 0.004273> - 16831: <-0.007033, 0.002333, 0.004318> - 16832: <-0.006745, 0.002676, 0.004609> - 16833: <-0.006641, 0.003030, 0.004553> - 16834: <-0.006828, 0.003060, 0.004223> - 16835: <-0.006937, 0.002701, 0.004273> - 16836: <-0.006641, 0.003030, 0.004553> - 16837: <-0.006525, 0.003372, 0.004494> - 16838: <-0.006705, 0.003407, 0.004170> - 16839: <-0.006828, 0.003060, 0.004223> - 16840: <-0.006525, 0.003372, 0.004494> - 16841: <-0.006397, 0.003701, 0.004434> - 16842: <-0.006570, 0.003743, 0.004117> - 16843: <-0.006705, 0.003407, 0.004170> - 16844: <-0.006397, 0.003701, 0.004434> - 16845: <-0.006257, 0.004017, 0.004374> - 16846: <-0.006421, 0.004065, 0.004065> - 16847: <-0.006570, 0.003743, 0.004117> - 16848: <-0.006257, 0.004017, 0.004374> - 16849: <-0.006105, 0.004318, 0.004318> - 16850: <-0.006257, 0.004374, 0.004017> - 16851: <-0.006421, 0.004065, 0.004065> - 16852: <-0.006105, 0.004318, 0.004318> - 16853: <-0.005939, 0.004602, 0.004267> - 16854: <-0.006080, 0.004668, 0.003975> - 16855: <-0.006257, 0.004374, 0.004017> - 16856: <-0.005939, 0.004602, 0.004267> - 16857: <-0.005760, 0.004870, 0.004226> - 16858: <-0.005887, 0.004946, 0.003941> - 16859: <-0.006080, 0.004668, 0.003975> - 16860: <-0.005760, 0.004870, 0.004226> - 16861: <-0.005564, 0.005120, 0.004199> - 16862: <-0.005678, 0.005207, 0.003918> - 16863: <-0.005887, 0.004946, 0.003941> - 16864: <-0.005678, -0.005207, 0.003918> - 16865: <-0.005887, -0.004946, 0.003941> - 16866: <-0.006006, -0.005023, 0.003637> - 16867: <-0.005786, -0.005294, 0.003619> - 16868: <-0.005887, -0.004946, 0.003941> - 16869: <-0.006080, -0.004668, 0.003975> - 16870: <-0.006210, -0.004736, 0.003666> - 16871: <-0.006006, -0.005023, 0.003637> - 16872: <-0.006080, -0.004668, 0.003975> - 16873: <-0.006257, -0.004374, 0.004017> - 16874: <-0.006397, -0.004434, 0.003701> - 16875: <-0.006210, -0.004736, 0.003666> - 16876: <-0.006257, -0.004374, 0.004017> - 16877: <-0.006421, -0.004065, 0.004065> - 16878: <-0.006570, -0.004117, 0.003743> - 16879: <-0.006397, -0.004434, 0.003701> - 16880: <-0.006421, -0.004065, 0.004065> - 16881: <-0.006570, -0.003743, 0.004117> - 16882: <-0.006727, -0.003788, 0.003788> - 16883: <-0.006570, -0.004117, 0.003743> - 16884: <-0.006570, -0.003743, 0.004117> - 16885: <-0.006705, -0.003407, 0.004170> - 16886: <-0.006870, -0.003446, 0.003834> - 16887: <-0.006727, -0.003788, 0.003788> - 16888: <-0.006705, -0.003407, 0.004170> - 16889: <-0.006828, -0.003060, 0.004223> - 16890: <-0.006998, -0.003093, 0.003880> - 16891: <-0.006870, -0.003446, 0.003834> - 16892: <-0.006828, -0.003060, 0.004223> - 16893: <-0.006937, -0.002701, 0.004273> - 16894: <-0.007112, -0.002729, 0.003924> - 16895: <-0.006998, -0.003093, 0.003880> - 16896: <-0.006937, -0.002701, 0.004273> - 16897: <-0.007033, -0.002333, 0.004318> - 16898: <-0.007212, -0.002356, 0.003965> - 16899: <-0.007112, -0.002729, 0.003924> - 16900: <-0.007033, -0.002333, 0.004318> - 16901: <-0.007115, -0.001957, 0.004360> - 16902: <-0.007297, -0.001975, 0.004002> - 16903: <-0.007212, -0.002356, 0.003965> - 16904: <-0.007115, -0.001957, 0.004360> - 16905: <-0.007183, -0.001574, 0.004395> - 16906: <-0.007367, -0.001588, 0.004034> - 16907: <-0.007297, -0.001975, 0.004002> - 16908: <-0.007183, -0.001574, 0.004395> - 16909: <-0.007236, -0.001185, 0.004424> - 16910: <-0.007423, -0.001196, 0.004061> - 16911: <-0.007367, -0.001588, 0.004034> - 16912: <-0.007236, -0.001185, 0.004424> - 16913: <-0.007275, -0.000792, 0.004446> - 16914: <-0.007462, -0.000799, 0.004081> - 16915: <-0.007423, -0.001196, 0.004061> - 16916: <-0.007275, -0.000792, 0.004446> - 16917: <-0.007298, -0.000397, 0.004460> - 16918: <-0.007487, -0.000400, 0.004093> - 16919: <-0.007462, -0.000799, 0.004081> - 16920: <-0.007298, -0.000397, 0.004460> - 16921: <-0.007306, -0.000000, 0.004465> - 16922: <-0.007495, -0.000000, 0.004098> - 16923: <-0.007487, -0.000400, 0.004093> - 16924: <-0.007306, -0.000000, 0.004465> - 16925: <-0.007298, 0.000397, 0.004460> - 16926: <-0.007487, 0.000400, 0.004093> - 16927: <-0.007495, -0.000000, 0.004098> - 16928: <-0.007298, 0.000397, 0.004460> - 16929: <-0.007275, 0.000792, 0.004446> - 16930: <-0.007462, 0.000799, 0.004081> - 16931: <-0.007487, 0.000400, 0.004093> - 16932: <-0.007275, 0.000792, 0.004446> - 16933: <-0.007236, 0.001185, 0.004424> - 16934: <-0.007423, 0.001196, 0.004061> - 16935: <-0.007462, 0.000799, 0.004081> - 16936: <-0.007236, 0.001185, 0.004424> - 16937: <-0.007183, 0.001574, 0.004395> - 16938: <-0.007367, 0.001588, 0.004034> - 16939: <-0.007423, 0.001196, 0.004061> - 16940: <-0.007183, 0.001574, 0.004395> - 16941: <-0.007115, 0.001957, 0.004360> - 16942: <-0.007297, 0.001975, 0.004002> - 16943: <-0.007367, 0.001588, 0.004034> - 16944: <-0.007115, 0.001957, 0.004360> - 16945: <-0.007033, 0.002333, 0.004318> - 16946: <-0.007212, 0.002356, 0.003965> - 16947: <-0.007297, 0.001975, 0.004002> - 16948: <-0.007033, 0.002333, 0.004318> - 16949: <-0.006937, 0.002701, 0.004273> - 16950: <-0.007112, 0.002729, 0.003924> - 16951: <-0.007212, 0.002356, 0.003965> - 16952: <-0.006937, 0.002701, 0.004273> - 16953: <-0.006828, 0.003060, 0.004223> - 16954: <-0.006998, 0.003093, 0.003880> - 16955: <-0.007112, 0.002729, 0.003924> - 16956: <-0.006828, 0.003060, 0.004223> - 16957: <-0.006705, 0.003407, 0.004170> - 16958: <-0.006870, 0.003446, 0.003834> - 16959: <-0.006998, 0.003093, 0.003880> - 16960: <-0.006705, 0.003407, 0.004170> - 16961: <-0.006570, 0.003743, 0.004117> - 16962: <-0.006727, 0.003788, 0.003788> - 16963: <-0.006870, 0.003446, 0.003834> - 16964: <-0.006570, 0.003743, 0.004117> - 16965: <-0.006421, 0.004065, 0.004065> - 16966: <-0.006570, 0.004117, 0.003743> - 16967: <-0.006727, 0.003788, 0.003788> - 16968: <-0.006421, 0.004065, 0.004065> - 16969: <-0.006257, 0.004374, 0.004017> - 16970: <-0.006397, 0.004434, 0.003701> - 16971: <-0.006570, 0.004117, 0.003743> - 16972: <-0.006257, 0.004374, 0.004017> - 16973: <-0.006080, 0.004668, 0.003975> - 16974: <-0.006210, 0.004736, 0.003666> - 16975: <-0.006397, 0.004434, 0.003701> - 16976: <-0.006080, 0.004668, 0.003975> - 16977: <-0.005887, 0.004946, 0.003941> - 16978: <-0.006006, 0.005023, 0.003637> - 16979: <-0.006210, 0.004736, 0.003666> - 16980: <-0.005887, 0.004946, 0.003941> - 16981: <-0.005678, 0.005207, 0.003918> - 16982: <-0.005786, 0.005294, 0.003619> - 16983: <-0.006006, 0.005023, 0.003637> - 16984: <-0.005786, -0.005294, 0.003619> - 16985: <-0.006006, -0.005023, 0.003637> - 16986: <-0.006117, -0.005099, 0.003318> - 16987: <-0.005888, -0.005379, 0.003302> - 16988: <-0.006006, -0.005023, 0.003637> - 16989: <-0.006210, -0.004736, 0.003666> - 16990: <-0.006329, -0.004804, 0.003342> - 16991: <-0.006117, -0.005099, 0.003318> - 16992: <-0.006210, -0.004736, 0.003666> - 16993: <-0.006397, -0.004434, 0.003701> - 16994: <-0.006525, -0.004494, 0.003372> - 16995: <-0.006329, -0.004804, 0.003342> - 16996: <-0.006397, -0.004434, 0.003701> - 16997: <-0.006570, -0.004117, 0.003743> - 16998: <-0.006705, -0.004170, 0.003407> - 16999: <-0.006525, -0.004494, 0.003372> - 17000: <-0.006570, -0.004117, 0.003743> - 17001: <-0.006727, -0.003788, 0.003788> - 17002: <-0.006870, -0.003834, 0.003446> - 17003: <-0.006705, -0.004170, 0.003407> - 17004: <-0.006727, -0.003788, 0.003788> - 17005: <-0.006870, -0.003446, 0.003834> - 17006: <-0.007018, -0.003486, 0.003486> - 17007: <-0.006870, -0.003834, 0.003446> - 17008: <-0.006870, -0.003446, 0.003834> - 17009: <-0.006998, -0.003093, 0.003880> - 17010: <-0.007152, -0.003127, 0.003526> - 17011: <-0.007018, -0.003486, 0.003486> - 17012: <-0.006998, -0.003093, 0.003880> - 17013: <-0.007112, -0.002729, 0.003924> - 17014: <-0.007270, -0.002758, 0.003565> - 17015: <-0.007152, -0.003127, 0.003526> - 17016: <-0.007112, -0.002729, 0.003924> - 17017: <-0.007212, -0.002356, 0.003965> - 17018: <-0.007374, -0.002380, 0.003601> - 17019: <-0.007270, -0.002758, 0.003565> - 17020: <-0.007212, -0.002356, 0.003965> - 17021: <-0.007297, -0.001975, 0.004002> - 17022: <-0.007462, -0.001995, 0.003634> - 17023: <-0.007374, -0.002380, 0.003601> - 17024: <-0.007297, -0.001975, 0.004002> - 17025: <-0.007367, -0.001588, 0.004034> - 17026: <-0.007535, -0.001603, 0.003663> - 17027: <-0.007462, -0.001995, 0.003634> - 17028: <-0.007367, -0.001588, 0.004034> - 17029: <-0.007423, -0.001196, 0.004061> - 17030: <-0.007591, -0.001207, 0.003686> - 17031: <-0.007535, -0.001603, 0.003663> - 17032: <-0.007423, -0.001196, 0.004061> - 17033: <-0.007462, -0.000799, 0.004081> - 17034: <-0.007632, -0.000807, 0.003704> - 17035: <-0.007591, -0.001207, 0.003686> - 17036: <-0.007462, -0.000799, 0.004081> - 17037: <-0.007487, -0.000400, 0.004093> - 17038: <-0.007657, -0.000404, 0.003716> - 17039: <-0.007632, -0.000807, 0.003704> - 17040: <-0.007487, -0.000400, 0.004093> - 17041: <-0.007495, -0.000000, 0.004098> - 17042: <-0.007665, -0.000000, 0.003720> - 17043: <-0.007657, -0.000404, 0.003716> - 17044: <-0.007495, -0.000000, 0.004098> - 17045: <-0.007487, 0.000400, 0.004093> - 17046: <-0.007657, 0.000404, 0.003716> - 17047: <-0.007665, -0.000000, 0.003720> - 17048: <-0.007487, 0.000400, 0.004093> - 17049: <-0.007462, 0.000799, 0.004081> - 17050: <-0.007632, 0.000807, 0.003704> - 17051: <-0.007657, 0.000404, 0.003716> - 17052: <-0.007462, 0.000799, 0.004081> - 17053: <-0.007423, 0.001196, 0.004061> - 17054: <-0.007591, 0.001207, 0.003686> - 17055: <-0.007632, 0.000807, 0.003704> - 17056: <-0.007423, 0.001196, 0.004061> - 17057: <-0.007367, 0.001588, 0.004034> - 17058: <-0.007535, 0.001603, 0.003663> - 17059: <-0.007591, 0.001207, 0.003686> - 17060: <-0.007367, 0.001588, 0.004034> - 17061: <-0.007297, 0.001975, 0.004002> - 17062: <-0.007462, 0.001995, 0.003634> - 17063: <-0.007535, 0.001603, 0.003663> - 17064: <-0.007297, 0.001975, 0.004002> - 17065: <-0.007212, 0.002356, 0.003965> - 17066: <-0.007374, 0.002380, 0.003601> - 17067: <-0.007462, 0.001995, 0.003634> - 17068: <-0.007212, 0.002356, 0.003965> - 17069: <-0.007112, 0.002729, 0.003924> - 17070: <-0.007270, 0.002758, 0.003565> - 17071: <-0.007374, 0.002380, 0.003601> - 17072: <-0.007112, 0.002729, 0.003924> - 17073: <-0.006998, 0.003093, 0.003880> - 17074: <-0.007152, 0.003127, 0.003526> - 17075: <-0.007270, 0.002758, 0.003565> - 17076: <-0.006998, 0.003093, 0.003880> - 17077: <-0.006870, 0.003446, 0.003834> - 17078: <-0.007018, 0.003486, 0.003486> - 17079: <-0.007152, 0.003127, 0.003526> - 17080: <-0.006870, 0.003446, 0.003834> - 17081: <-0.006727, 0.003788, 0.003788> - 17082: <-0.006870, 0.003834, 0.003446> - 17083: <-0.007018, 0.003486, 0.003486> - 17084: <-0.006727, 0.003788, 0.003788> - 17085: <-0.006570, 0.004117, 0.003743> - 17086: <-0.006705, 0.004170, 0.003407> - 17087: <-0.006870, 0.003834, 0.003446> - 17088: <-0.006570, 0.004117, 0.003743> - 17089: <-0.006397, 0.004434, 0.003701> - 17090: <-0.006525, 0.004494, 0.003372> - 17091: <-0.006705, 0.004170, 0.003407> - 17092: <-0.006397, 0.004434, 0.003701> - 17093: <-0.006210, 0.004736, 0.003666> - 17094: <-0.006329, 0.004804, 0.003342> - 17095: <-0.006525, 0.004494, 0.003372> - 17096: <-0.006210, 0.004736, 0.003666> - 17097: <-0.006006, 0.005023, 0.003637> - 17098: <-0.006117, 0.005099, 0.003318> - 17099: <-0.006329, 0.004804, 0.003342> - 17100: <-0.006006, 0.005023, 0.003637> - 17101: <-0.005786, 0.005294, 0.003619> - 17102: <-0.005888, 0.005379, 0.003302> - 17103: <-0.006117, 0.005099, 0.003318> - 17104: <-0.005888, -0.005379, 0.003302> - 17105: <-0.006117, -0.005099, 0.003318> - 17106: <-0.006219, -0.005172, 0.002984> - 17107: <-0.005983, -0.005459, 0.002971> - 17108: <-0.006117, -0.005099, 0.003318> - 17109: <-0.006329, -0.004804, 0.003342> - 17110: <-0.006439, -0.004870, 0.003004> - 17111: <-0.006219, -0.005172, 0.002984> - 17112: <-0.006329, -0.004804, 0.003342> - 17113: <-0.006525, -0.004494, 0.003372> - 17114: <-0.006641, -0.004553, 0.003030> - 17115: <-0.006439, -0.004870, 0.003004> - 17116: <-0.006525, -0.004494, 0.003372> - 17117: <-0.006705, -0.004170, 0.003407> - 17118: <-0.006828, -0.004223, 0.003060> - 17119: <-0.006641, -0.004553, 0.003030> - 17120: <-0.006705, -0.004170, 0.003407> - 17121: <-0.006870, -0.003834, 0.003446> - 17122: <-0.006998, -0.003880, 0.003093> - 17123: <-0.006828, -0.004223, 0.003060> - 17124: <-0.006870, -0.003834, 0.003446> - 17125: <-0.007018, -0.003486, 0.003486> - 17126: <-0.007152, -0.003526, 0.003127> - 17127: <-0.006998, -0.003880, 0.003093> - 17128: <-0.007018, -0.003486, 0.003486> - 17129: <-0.007152, -0.003127, 0.003526> - 17130: <-0.007290, -0.003162, 0.003162> - 17131: <-0.007152, -0.003526, 0.003127> - 17132: <-0.007152, -0.003127, 0.003526> - 17133: <-0.007270, -0.002758, 0.003565> - 17134: <-0.007412, -0.002787, 0.003195> - 17135: <-0.007290, -0.003162, 0.003162> - 17136: <-0.007270, -0.002758, 0.003565> - 17137: <-0.007374, -0.002380, 0.003601> - 17138: <-0.007519, -0.002405, 0.003227> - 17139: <-0.007412, -0.002787, 0.003195> - 17140: <-0.007374, -0.002380, 0.003601> - 17141: <-0.007462, -0.001995, 0.003634> - 17142: <-0.007610, -0.002015, 0.003255> - 17143: <-0.007519, -0.002405, 0.003227> - 17144: <-0.007462, -0.001995, 0.003634> - 17145: <-0.007535, -0.001603, 0.003663> - 17146: <-0.007684, -0.001619, 0.003281> - 17147: <-0.007610, -0.002015, 0.003255> - 17148: <-0.007535, -0.001603, 0.003663> - 17149: <-0.007591, -0.001207, 0.003686> - 17150: <-0.007743, -0.001219, 0.003302> - 17151: <-0.007684, -0.001619, 0.003281> - 17152: <-0.007591, -0.001207, 0.003686> - 17153: <-0.007632, -0.000807, 0.003704> - 17154: <-0.007785, -0.000814, 0.003318> - 17155: <-0.007743, -0.001219, 0.003302> - 17156: <-0.007632, -0.000807, 0.003704> - 17157: <-0.007657, -0.000404, 0.003716> - 17158: <-0.007810, -0.000408, 0.003328> - 17159: <-0.007785, -0.000814, 0.003318> - 17160: <-0.007657, -0.000404, 0.003716> - 17161: <-0.007665, -0.000000, 0.003720> - 17162: <-0.007818, -0.000000, 0.003331> - 17163: <-0.007810, -0.000408, 0.003328> - 17164: <-0.007665, -0.000000, 0.003720> - 17165: <-0.007657, 0.000404, 0.003716> - 17166: <-0.007810, 0.000408, 0.003328> - 17167: <-0.007818, -0.000000, 0.003331> - 17168: <-0.007657, 0.000404, 0.003716> - 17169: <-0.007632, 0.000807, 0.003704> - 17170: <-0.007785, 0.000814, 0.003318> - 17171: <-0.007810, 0.000408, 0.003328> - 17172: <-0.007632, 0.000807, 0.003704> - 17173: <-0.007591, 0.001207, 0.003686> - 17174: <-0.007743, 0.001219, 0.003302> - 17175: <-0.007785, 0.000814, 0.003318> - 17176: <-0.007591, 0.001207, 0.003686> - 17177: <-0.007535, 0.001603, 0.003663> - 17178: <-0.007684, 0.001619, 0.003281> - 17179: <-0.007743, 0.001219, 0.003302> - 17180: <-0.007535, 0.001603, 0.003663> - 17181: <-0.007462, 0.001995, 0.003634> - 17182: <-0.007610, 0.002015, 0.003255> - 17183: <-0.007684, 0.001619, 0.003281> - 17184: <-0.007462, 0.001995, 0.003634> - 17185: <-0.007374, 0.002380, 0.003601> - 17186: <-0.007519, 0.002405, 0.003227> - 17187: <-0.007610, 0.002015, 0.003255> - 17188: <-0.007374, 0.002380, 0.003601> - 17189: <-0.007270, 0.002758, 0.003565> - 17190: <-0.007412, 0.002787, 0.003195> - 17191: <-0.007519, 0.002405, 0.003227> - 17192: <-0.007270, 0.002758, 0.003565> - 17193: <-0.007152, 0.003127, 0.003526> - 17194: <-0.007290, 0.003162, 0.003162> - 17195: <-0.007412, 0.002787, 0.003195> - 17196: <-0.007152, 0.003127, 0.003526> - 17197: <-0.007018, 0.003486, 0.003486> - 17198: <-0.007152, 0.003526, 0.003127> - 17199: <-0.007290, 0.003162, 0.003162> - 17200: <-0.007018, 0.003486, 0.003486> - 17201: <-0.006870, 0.003834, 0.003446> - 17202: <-0.006998, 0.003880, 0.003093> - 17203: <-0.007152, 0.003526, 0.003127> - 17204: <-0.006870, 0.003834, 0.003446> - 17205: <-0.006705, 0.004170, 0.003407> - 17206: <-0.006828, 0.004223, 0.003060> - 17207: <-0.006998, 0.003880, 0.003093> - 17208: <-0.006705, 0.004170, 0.003407> - 17209: <-0.006525, 0.004494, 0.003372> - 17210: <-0.006641, 0.004553, 0.003030> - 17211: <-0.006828, 0.004223, 0.003060> - 17212: <-0.006525, 0.004494, 0.003372> - 17213: <-0.006329, 0.004804, 0.003342> - 17214: <-0.006439, 0.004870, 0.003004> - 17215: <-0.006641, 0.004553, 0.003030> - 17216: <-0.006329, 0.004804, 0.003342> - 17217: <-0.006117, 0.005099, 0.003318> - 17218: <-0.006219, 0.005172, 0.002984> - 17219: <-0.006439, 0.004870, 0.003004> - 17220: <-0.006117, 0.005099, 0.003318> - 17221: <-0.005888, 0.005379, 0.003302> - 17222: <-0.005983, 0.005459, 0.002971> - 17223: <-0.006219, 0.005172, 0.002984> - 17224: <-0.005983, -0.005459, 0.002971> - 17225: <-0.006219, -0.005172, 0.002984> - 17226: <-0.006311, -0.005240, 0.002638> - 17227: <-0.006069, -0.005533, 0.002627> - 17228: <-0.006219, -0.005172, 0.002984> - 17229: <-0.006439, -0.004870, 0.003004> - 17230: <-0.006537, -0.004931, 0.002655> - 17231: <-0.006311, -0.005240, 0.002638> - 17232: <-0.006439, -0.004870, 0.003004> - 17233: <-0.006641, -0.004553, 0.003030> - 17234: <-0.006745, -0.004609, 0.002676> - 17235: <-0.006537, -0.004931, 0.002655> - 17236: <-0.006641, -0.004553, 0.003030> - 17237: <-0.006828, -0.004223, 0.003060> - 17238: <-0.006937, -0.004273, 0.002701> - 17239: <-0.006745, -0.004609, 0.002676> - 17240: <-0.006828, -0.004223, 0.003060> - 17241: <-0.006998, -0.003880, 0.003093> - 17242: <-0.007112, -0.003924, 0.002729> - 17243: <-0.006937, -0.004273, 0.002701> - 17244: <-0.006998, -0.003880, 0.003093> - 17245: <-0.007152, -0.003526, 0.003127> - 17246: <-0.007270, -0.003565, 0.002758> - 17247: <-0.007112, -0.003924, 0.002729> - 17248: <-0.007152, -0.003526, 0.003127> - 17249: <-0.007290, -0.003162, 0.003162> - 17250: <-0.007412, -0.003195, 0.002787> - 17251: <-0.007270, -0.003565, 0.002758> - 17252: <-0.007290, -0.003162, 0.003162> - 17253: <-0.007412, -0.002787, 0.003195> - 17254: <-0.007538, -0.002816, 0.002816> - 17255: <-0.007412, -0.003195, 0.002787> - 17256: <-0.007412, -0.002787, 0.003195> - 17257: <-0.007519, -0.002405, 0.003227> - 17258: <-0.007648, -0.002429, 0.002843> - 17259: <-0.007538, -0.002816, 0.002816> - 17260: <-0.007519, -0.002405, 0.003227> - 17261: <-0.007610, -0.002015, 0.003255> - 17262: <-0.007740, -0.002035, 0.002868> - 17263: <-0.007648, -0.002429, 0.002843> - 17264: <-0.007610, -0.002015, 0.003255> - 17265: <-0.007684, -0.001619, 0.003281> - 17266: <-0.007817, -0.001635, 0.002890> - 17267: <-0.007740, -0.002035, 0.002868> - 17268: <-0.007684, -0.001619, 0.003281> - 17269: <-0.007743, -0.001219, 0.003302> - 17270: <-0.007876, -0.001230, 0.002908> - 17271: <-0.007817, -0.001635, 0.002890> - 17272: <-0.007743, -0.001219, 0.003302> - 17273: <-0.007785, -0.000814, 0.003318> - 17274: <-0.007919, -0.000822, 0.002922> - 17275: <-0.007876, -0.001230, 0.002908> - 17276: <-0.007785, -0.000814, 0.003318> - 17277: <-0.007810, -0.000408, 0.003328> - 17278: <-0.007945, -0.000412, 0.002931> - 17279: <-0.007919, -0.000822, 0.002922> - 17280: <-0.007810, -0.000408, 0.003328> - 17281: <-0.007818, -0.000000, 0.003331> - 17282: <-0.007953, -0.000000, 0.002934> - 17283: <-0.007945, -0.000412, 0.002931> - 17284: <-0.007818, -0.000000, 0.003331> - 17285: <-0.007810, 0.000408, 0.003328> - 17286: <-0.007945, 0.000412, 0.002931> - 17287: <-0.007953, -0.000000, 0.002934> - 17288: <-0.007810, 0.000408, 0.003328> - 17289: <-0.007785, 0.000814, 0.003318> - 17290: <-0.007919, 0.000822, 0.002922> - 17291: <-0.007945, 0.000412, 0.002931> - 17292: <-0.007785, 0.000814, 0.003318> - 17293: <-0.007743, 0.001219, 0.003302> - 17294: <-0.007876, 0.001230, 0.002908> - 17295: <-0.007919, 0.000822, 0.002922> - 17296: <-0.007743, 0.001219, 0.003302> - 17297: <-0.007684, 0.001619, 0.003281> - 17298: <-0.007817, 0.001635, 0.002890> - 17299: <-0.007876, 0.001230, 0.002908> - 17300: <-0.007684, 0.001619, 0.003281> - 17301: <-0.007610, 0.002015, 0.003255> - 17302: <-0.007740, 0.002035, 0.002868> - 17303: <-0.007817, 0.001635, 0.002890> - 17304: <-0.007610, 0.002015, 0.003255> - 17305: <-0.007519, 0.002405, 0.003227> - 17306: <-0.007648, 0.002429, 0.002843> - 17307: <-0.007740, 0.002035, 0.002868> - 17308: <-0.007519, 0.002405, 0.003227> - 17309: <-0.007412, 0.002787, 0.003195> - 17310: <-0.007538, 0.002816, 0.002816> - 17311: <-0.007648, 0.002429, 0.002843> - 17312: <-0.007412, 0.002787, 0.003195> - 17313: <-0.007290, 0.003162, 0.003162> - 17314: <-0.007412, 0.003195, 0.002787> - 17315: <-0.007538, 0.002816, 0.002816> - 17316: <-0.007290, 0.003162, 0.003162> - 17317: <-0.007152, 0.003526, 0.003127> - 17318: <-0.007270, 0.003565, 0.002758> - 17319: <-0.007412, 0.003195, 0.002787> - 17320: <-0.007152, 0.003526, 0.003127> - 17321: <-0.006998, 0.003880, 0.003093> - 17322: <-0.007112, 0.003924, 0.002729> - 17323: <-0.007270, 0.003565, 0.002758> - 17324: <-0.006998, 0.003880, 0.003093> - 17325: <-0.006828, 0.004223, 0.003060> - 17326: <-0.006937, 0.004273, 0.002701> - 17327: <-0.007112, 0.003924, 0.002729> - 17328: <-0.006828, 0.004223, 0.003060> - 17329: <-0.006641, 0.004553, 0.003030> - 17330: <-0.006745, 0.004609, 0.002676> - 17331: <-0.006937, 0.004273, 0.002701> - 17332: <-0.006641, 0.004553, 0.003030> - 17333: <-0.006439, 0.004870, 0.003004> - 17334: <-0.006537, 0.004931, 0.002655> - 17335: <-0.006745, 0.004609, 0.002676> - 17336: <-0.006439, 0.004870, 0.003004> - 17337: <-0.006219, 0.005172, 0.002984> - 17338: <-0.006311, 0.005240, 0.002638> - 17339: <-0.006537, 0.004931, 0.002655> - 17340: <-0.006219, 0.005172, 0.002984> - 17341: <-0.005983, 0.005459, 0.002971> - 17342: <-0.006069, 0.005533, 0.002627> - 17343: <-0.006311, 0.005240, 0.002638> - 17344: <-0.006069, -0.005533, 0.002627> - 17345: <-0.006311, -0.005240, 0.002638> - 17346: <-0.006393, -0.005301, 0.002281> - 17347: <-0.006146, -0.005599, 0.002272> - 17348: <-0.006311, -0.005240, 0.002638> - 17349: <-0.006537, -0.004931, 0.002655> - 17350: <-0.006623, -0.004987, 0.002295> - 17351: <-0.006393, -0.005301, 0.002281> - 17352: <-0.006537, -0.004931, 0.002655> - 17353: <-0.006745, -0.004609, 0.002676> - 17354: <-0.006836, -0.004659, 0.002313> - 17355: <-0.006623, -0.004987, 0.002295> - 17356: <-0.006745, -0.004609, 0.002676> - 17357: <-0.006937, -0.004273, 0.002701> - 17358: <-0.007033, -0.004318, 0.002333> - 17359: <-0.006836, -0.004659, 0.002313> - 17360: <-0.006937, -0.004273, 0.002701> - 17361: <-0.007112, -0.003924, 0.002729> - 17362: <-0.007212, -0.003965, 0.002356> - 17363: <-0.007033, -0.004318, 0.002333> - 17364: <-0.007112, -0.003924, 0.002729> - 17365: <-0.007270, -0.003565, 0.002758> - 17366: <-0.007374, -0.003601, 0.002380> - 17367: <-0.007212, -0.003965, 0.002356> - 17368: <-0.007270, -0.003565, 0.002758> - 17369: <-0.007412, -0.003195, 0.002787> - 17370: <-0.007519, -0.003227, 0.002405> - 17371: <-0.007374, -0.003601, 0.002380> - 17372: <-0.007412, -0.003195, 0.002787> - 17373: <-0.007538, -0.002816, 0.002816> - 17374: <-0.007648, -0.002843, 0.002429> - 17375: <-0.007519, -0.003227, 0.002405> - 17376: <-0.007538, -0.002816, 0.002816> - 17377: <-0.007648, -0.002429, 0.002843> - 17378: <-0.007759, -0.002452, 0.002452> - 17379: <-0.007648, -0.002843, 0.002429> - 17380: <-0.007648, -0.002429, 0.002843> - 17381: <-0.007740, -0.002035, 0.002868> - 17382: <-0.007854, -0.002053, 0.002473> - 17383: <-0.007759, -0.002452, 0.002452> - 17384: <-0.007740, -0.002035, 0.002868> - 17385: <-0.007817, -0.001635, 0.002890> - 17386: <-0.007932, -0.001650, 0.002492> - 17387: <-0.007854, -0.002053, 0.002473> - 17388: <-0.007817, -0.001635, 0.002890> - 17389: <-0.007876, -0.001230, 0.002908> - 17390: <-0.007992, -0.001241, 0.002507> - 17391: <-0.007932, -0.001650, 0.002492> - 17392: <-0.007876, -0.001230, 0.002908> - 17393: <-0.007919, -0.000822, 0.002922> - 17394: <-0.008036, -0.000829, 0.002519> - 17395: <-0.007992, -0.001241, 0.002507> - 17396: <-0.007919, -0.000822, 0.002922> - 17397: <-0.007945, -0.000412, 0.002931> - 17398: <-0.008062, -0.000415, 0.002527> - 17399: <-0.008036, -0.000829, 0.002519> - 17400: <-0.007945, -0.000412, 0.002931> - 17401: <-0.007953, -0.000000, 0.002934> - 17402: <-0.008070, -0.000000, 0.002530> - 17403: <-0.008062, -0.000415, 0.002527> - 17404: <-0.007953, -0.000000, 0.002934> - 17405: <-0.007945, 0.000412, 0.002931> - 17406: <-0.008062, 0.000415, 0.002527> - 17407: <-0.008070, -0.000000, 0.002530> - 17408: <-0.007945, 0.000412, 0.002931> - 17409: <-0.007919, 0.000822, 0.002922> - 17410: <-0.008036, 0.000829, 0.002519> - 17411: <-0.008062, 0.000415, 0.002527> - 17412: <-0.007919, 0.000822, 0.002922> - 17413: <-0.007876, 0.001230, 0.002908> - 17414: <-0.007992, 0.001241, 0.002507> - 17415: <-0.008036, 0.000829, 0.002519> - 17416: <-0.007876, 0.001230, 0.002908> - 17417: <-0.007817, 0.001635, 0.002890> - 17418: <-0.007932, 0.001650, 0.002492> - 17419: <-0.007992, 0.001241, 0.002507> - 17420: <-0.007817, 0.001635, 0.002890> - 17421: <-0.007740, 0.002035, 0.002868> - 17422: <-0.007854, 0.002053, 0.002473> - 17423: <-0.007932, 0.001650, 0.002492> - 17424: <-0.007740, 0.002035, 0.002868> - 17425: <-0.007648, 0.002429, 0.002843> - 17426: <-0.007759, 0.002452, 0.002452> - 17427: <-0.007854, 0.002053, 0.002473> - 17428: <-0.007648, 0.002429, 0.002843> - 17429: <-0.007538, 0.002816, 0.002816> - 17430: <-0.007648, 0.002843, 0.002429> - 17431: <-0.007759, 0.002452, 0.002452> - 17432: <-0.007538, 0.002816, 0.002816> - 17433: <-0.007412, 0.003195, 0.002787> - 17434: <-0.007519, 0.003227, 0.002405> - 17435: <-0.007648, 0.002843, 0.002429> - 17436: <-0.007412, 0.003195, 0.002787> - 17437: <-0.007270, 0.003565, 0.002758> - 17438: <-0.007374, 0.003601, 0.002380> - 17439: <-0.007519, 0.003227, 0.002405> - 17440: <-0.007270, 0.003565, 0.002758> - 17441: <-0.007112, 0.003924, 0.002729> - 17442: <-0.007212, 0.003965, 0.002356> - 17443: <-0.007374, 0.003601, 0.002380> - 17444: <-0.007112, 0.003924, 0.002729> - 17445: <-0.006937, 0.004273, 0.002701> - 17446: <-0.007033, 0.004318, 0.002333> - 17447: <-0.007212, 0.003965, 0.002356> - 17448: <-0.006937, 0.004273, 0.002701> - 17449: <-0.006745, 0.004609, 0.002676> - 17450: <-0.006836, 0.004659, 0.002313> - 17451: <-0.007033, 0.004318, 0.002333> - 17452: <-0.006745, 0.004609, 0.002676> - 17453: <-0.006537, 0.004931, 0.002655> - 17454: <-0.006623, 0.004987, 0.002295> - 17455: <-0.006836, 0.004659, 0.002313> - 17456: <-0.006537, 0.004931, 0.002655> - 17457: <-0.006311, 0.005240, 0.002638> - 17458: <-0.006393, 0.005301, 0.002281> - 17459: <-0.006623, 0.004987, 0.002295> - 17460: <-0.006311, 0.005240, 0.002638> - 17461: <-0.006069, 0.005533, 0.002627> - 17462: <-0.006146, 0.005599, 0.002272> - 17463: <-0.006393, 0.005301, 0.002281> - 17464: <-0.006146, -0.005599, 0.002272> - 17465: <-0.006393, -0.005301, 0.002281> - 17466: <-0.006464, -0.005355, 0.001915> - 17467: <-0.006212, -0.005657, 0.001908> - 17468: <-0.006393, -0.005301, 0.002281> - 17469: <-0.006623, -0.004987, 0.002295> - 17470: <-0.006698, -0.005037, 0.001926> - 17471: <-0.006464, -0.005355, 0.001915> - 17472: <-0.006623, -0.004987, 0.002295> - 17473: <-0.006836, -0.004659, 0.002313> - 17474: <-0.006915, -0.004705, 0.001940> - 17475: <-0.006698, -0.005037, 0.001926> - 17476: <-0.006836, -0.004659, 0.002313> - 17477: <-0.007033, -0.004318, 0.002333> - 17478: <-0.007115, -0.004360, 0.001957> - 17479: <-0.006915, -0.004705, 0.001940> - 17480: <-0.007033, -0.004318, 0.002333> - 17481: <-0.007212, -0.003965, 0.002356> - 17482: <-0.007297, -0.004002, 0.001975> - 17483: <-0.007115, -0.004360, 0.001957> - 17484: <-0.007212, -0.003965, 0.002356> - 17485: <-0.007374, -0.003601, 0.002380> - 17486: <-0.007462, -0.003634, 0.001995> - 17487: <-0.007297, -0.004002, 0.001975> - 17488: <-0.007374, -0.003601, 0.002380> - 17489: <-0.007519, -0.003227, 0.002405> - 17490: <-0.007610, -0.003255, 0.002015> - 17491: <-0.007462, -0.003634, 0.001995> - 17492: <-0.007519, -0.003227, 0.002405> - 17493: <-0.007648, -0.002843, 0.002429> - 17494: <-0.007740, -0.002868, 0.002035> - 17495: <-0.007610, -0.003255, 0.002015> - 17496: <-0.007648, -0.002843, 0.002429> - 17497: <-0.007759, -0.002452, 0.002452> - 17498: <-0.007854, -0.002473, 0.002053> - 17499: <-0.007740, -0.002868, 0.002035> - 17500: <-0.007759, -0.002452, 0.002452> - 17501: <-0.007854, -0.002053, 0.002473> - 17502: <-0.007950, -0.002071, 0.002071> - 17503: <-0.007854, -0.002473, 0.002053> - 17504: <-0.007854, -0.002053, 0.002473> - 17505: <-0.007932, -0.001650, 0.002492> - 17506: <-0.008029, -0.001663, 0.002086> - 17507: <-0.007950, -0.002071, 0.002071> - 17508: <-0.007932, -0.001650, 0.002492> - 17509: <-0.007992, -0.001241, 0.002507> - 17510: <-0.008090, -0.001252, 0.002099> - 17511: <-0.008029, -0.001663, 0.002086> - 17512: <-0.007992, -0.001241, 0.002507> - 17513: <-0.008036, -0.000829, 0.002519> - 17514: <-0.008134, -0.000836, 0.002109> - 17515: <-0.008090, -0.001252, 0.002099> - 17516: <-0.008036, -0.000829, 0.002519> - 17517: <-0.008062, -0.000415, 0.002527> - 17518: <-0.008161, -0.000419, 0.002116> - 17519: <-0.008134, -0.000836, 0.002109> - 17520: <-0.008062, -0.000415, 0.002527> - 17521: <-0.008070, -0.000000, 0.002530> - 17522: <-0.008169, -0.000000, 0.002118> - 17523: <-0.008161, -0.000419, 0.002116> - 17524: <-0.008070, -0.000000, 0.002530> - 17525: <-0.008062, 0.000415, 0.002527> - 17526: <-0.008161, 0.000419, 0.002116> - 17527: <-0.008169, -0.000000, 0.002118> - 17528: <-0.008062, 0.000415, 0.002527> - 17529: <-0.008036, 0.000829, 0.002519> - 17530: <-0.008134, 0.000836, 0.002109> - 17531: <-0.008161, 0.000419, 0.002116> - 17532: <-0.008036, 0.000829, 0.002519> - 17533: <-0.007992, 0.001241, 0.002507> - 17534: <-0.008090, 0.001252, 0.002099> - 17535: <-0.008134, 0.000836, 0.002109> - 17536: <-0.007992, 0.001241, 0.002507> - 17537: <-0.007932, 0.001650, 0.002492> - 17538: <-0.008029, 0.001663, 0.002086> - 17539: <-0.008090, 0.001252, 0.002099> - 17540: <-0.007932, 0.001650, 0.002492> - 17541: <-0.007854, 0.002053, 0.002473> - 17542: <-0.007950, 0.002071, 0.002071> - 17543: <-0.008029, 0.001663, 0.002086> - 17544: <-0.007854, 0.002053, 0.002473> - 17545: <-0.007759, 0.002452, 0.002452> - 17546: <-0.007854, 0.002473, 0.002053> - 17547: <-0.007950, 0.002071, 0.002071> - 17548: <-0.007759, 0.002452, 0.002452> - 17549: <-0.007648, 0.002843, 0.002429> - 17550: <-0.007740, 0.002868, 0.002035> - 17551: <-0.007854, 0.002473, 0.002053> - 17552: <-0.007648, 0.002843, 0.002429> - 17553: <-0.007519, 0.003227, 0.002405> - 17554: <-0.007610, 0.003255, 0.002015> - 17555: <-0.007740, 0.002868, 0.002035> - 17556: <-0.007519, 0.003227, 0.002405> - 17557: <-0.007374, 0.003601, 0.002380> - 17558: <-0.007462, 0.003634, 0.001995> - 17559: <-0.007610, 0.003255, 0.002015> - 17560: <-0.007374, 0.003601, 0.002380> - 17561: <-0.007212, 0.003965, 0.002356> - 17562: <-0.007297, 0.004002, 0.001975> - 17563: <-0.007462, 0.003634, 0.001995> - 17564: <-0.007212, 0.003965, 0.002356> - 17565: <-0.007033, 0.004318, 0.002333> - 17566: <-0.007115, 0.004360, 0.001957> - 17567: <-0.007297, 0.004002, 0.001975> - 17568: <-0.007033, 0.004318, 0.002333> - 17569: <-0.006836, 0.004659, 0.002313> - 17570: <-0.006915, 0.004705, 0.001940> - 17571: <-0.007115, 0.004360, 0.001957> - 17572: <-0.006836, 0.004659, 0.002313> - 17573: <-0.006623, 0.004987, 0.002295> - 17574: <-0.006698, 0.005037, 0.001926> - 17575: <-0.006915, 0.004705, 0.001940> - 17576: <-0.006623, 0.004987, 0.002295> - 17577: <-0.006393, 0.005301, 0.002281> - 17578: <-0.006464, 0.005355, 0.001915> - 17579: <-0.006698, 0.005037, 0.001926> - 17580: <-0.006393, 0.005301, 0.002281> - 17581: <-0.006146, 0.005599, 0.002272> - 17582: <-0.006212, 0.005657, 0.001908> - 17583: <-0.006464, 0.005355, 0.001915> - 17584: <-0.006212, -0.005657, 0.001908> - 17585: <-0.006464, -0.005355, 0.001915> - 17586: <-0.006523, -0.005401, 0.001541> - 17587: <-0.006269, -0.005707, 0.001536> - 17588: <-0.006464, -0.005355, 0.001915> - 17589: <-0.006698, -0.005037, 0.001926> - 17590: <-0.006761, -0.005080, 0.001550> - 17591: <-0.006523, -0.005401, 0.001541> - 17592: <-0.006698, -0.005037, 0.001926> - 17593: <-0.006915, -0.004705, 0.001940> - 17594: <-0.006980, -0.004744, 0.001561> - 17595: <-0.006761, -0.005080, 0.001550> - 17596: <-0.006915, -0.004705, 0.001940> - 17597: <-0.007115, -0.004360, 0.001957> - 17598: <-0.007183, -0.004395, 0.001574> - 17599: <-0.006980, -0.004744, 0.001561> - 17600: <-0.007115, -0.004360, 0.001957> - 17601: <-0.007297, -0.004002, 0.001975> - 17602: <-0.007367, -0.004034, 0.001588> - 17603: <-0.007183, -0.004395, 0.001574> - 17604: <-0.007297, -0.004002, 0.001975> - 17605: <-0.007462, -0.003634, 0.001995> - 17606: <-0.007535, -0.003663, 0.001603> - 17607: <-0.007367, -0.004034, 0.001588> - 17608: <-0.007462, -0.003634, 0.001995> - 17609: <-0.007610, -0.003255, 0.002015> - 17610: <-0.007684, -0.003281, 0.001619> - 17611: <-0.007535, -0.003663, 0.001603> - 17612: <-0.007610, -0.003255, 0.002015> - 17613: <-0.007740, -0.002868, 0.002035> - 17614: <-0.007817, -0.002890, 0.001635> - 17615: <-0.007684, -0.003281, 0.001619> - 17616: <-0.007740, -0.002868, 0.002035> - 17617: <-0.007854, -0.002473, 0.002053> - 17618: <-0.007932, -0.002492, 0.001650> - 17619: <-0.007817, -0.002890, 0.001635> - 17620: <-0.007854, -0.002473, 0.002053> - 17621: <-0.007950, -0.002071, 0.002071> - 17622: <-0.008029, -0.002086, 0.001663> - 17623: <-0.007932, -0.002492, 0.001650> - 17624: <-0.007950, -0.002071, 0.002071> - 17625: <-0.008029, -0.001663, 0.002086> - 17626: <-0.008109, -0.001676, 0.001676> - 17627: <-0.008029, -0.002086, 0.001663> - 17628: <-0.008029, -0.001663, 0.002086> - 17629: <-0.008090, -0.001252, 0.002099> - 17630: <-0.008171, -0.001261, 0.001686> - 17631: <-0.008109, -0.001676, 0.001676> - 17632: <-0.008090, -0.001252, 0.002099> - 17633: <-0.008134, -0.000836, 0.002109> - 17634: <-0.008215, -0.000842, 0.001694> - 17635: <-0.008171, -0.001261, 0.001686> - 17636: <-0.008134, -0.000836, 0.002109> - 17637: <-0.008161, -0.000419, 0.002116> - 17638: <-0.008242, -0.000422, 0.001699> - 17639: <-0.008215, -0.000842, 0.001694> - 17640: <-0.008161, -0.000419, 0.002116> - 17641: <-0.008169, -0.000000, 0.002118> - 17642: <-0.008251, -0.000000, 0.001701> - 17643: <-0.008242, -0.000422, 0.001699> - 17644: <-0.008169, -0.000000, 0.002118> - 17645: <-0.008161, 0.000419, 0.002116> - 17646: <-0.008242, 0.000422, 0.001699> - 17647: <-0.008251, -0.000000, 0.001701> - 17648: <-0.008161, 0.000419, 0.002116> - 17649: <-0.008134, 0.000836, 0.002109> - 17650: <-0.008215, 0.000842, 0.001694> - 17651: <-0.008242, 0.000422, 0.001699> - 17652: <-0.008134, 0.000836, 0.002109> - 17653: <-0.008090, 0.001252, 0.002099> - 17654: <-0.008171, 0.001261, 0.001686> - 17655: <-0.008215, 0.000842, 0.001694> - 17656: <-0.008090, 0.001252, 0.002099> - 17657: <-0.008029, 0.001663, 0.002086> - 17658: <-0.008109, 0.001676, 0.001676> - 17659: <-0.008171, 0.001261, 0.001686> - 17660: <-0.008029, 0.001663, 0.002086> - 17661: <-0.007950, 0.002071, 0.002071> - 17662: <-0.008029, 0.002086, 0.001663> - 17663: <-0.008109, 0.001676, 0.001676> - 17664: <-0.007950, 0.002071, 0.002071> - 17665: <-0.007854, 0.002473, 0.002053> - 17666: <-0.007932, 0.002492, 0.001650> - 17667: <-0.008029, 0.002086, 0.001663> - 17668: <-0.007854, 0.002473, 0.002053> - 17669: <-0.007740, 0.002868, 0.002035> - 17670: <-0.007817, 0.002890, 0.001635> - 17671: <-0.007932, 0.002492, 0.001650> - 17672: <-0.007740, 0.002868, 0.002035> - 17673: <-0.007610, 0.003255, 0.002015> - 17674: <-0.007684, 0.003281, 0.001619> - 17675: <-0.007817, 0.002890, 0.001635> - 17676: <-0.007610, 0.003255, 0.002015> - 17677: <-0.007462, 0.003634, 0.001995> - 17678: <-0.007535, 0.003663, 0.001603> - 17679: <-0.007684, 0.003281, 0.001619> - 17680: <-0.007462, 0.003634, 0.001995> - 17681: <-0.007297, 0.004002, 0.001975> - 17682: <-0.007367, 0.004034, 0.001588> - 17683: <-0.007535, 0.003663, 0.001603> - 17684: <-0.007297, 0.004002, 0.001975> - 17685: <-0.007115, 0.004360, 0.001957> - 17686: <-0.007183, 0.004395, 0.001574> - 17687: <-0.007367, 0.004034, 0.001588> - 17688: <-0.007115, 0.004360, 0.001957> - 17689: <-0.006915, 0.004705, 0.001940> - 17690: <-0.006980, 0.004744, 0.001561> - 17691: <-0.007183, 0.004395, 0.001574> - 17692: <-0.006915, 0.004705, 0.001940> - 17693: <-0.006698, 0.005037, 0.001926> - 17694: <-0.006761, 0.005080, 0.001550> - 17695: <-0.006980, 0.004744, 0.001561> - 17696: <-0.006698, 0.005037, 0.001926> - 17697: <-0.006464, 0.005355, 0.001915> - 17698: <-0.006523, 0.005401, 0.001541> - 17699: <-0.006761, 0.005080, 0.001550> - 17700: <-0.006464, 0.005355, 0.001915> - 17701: <-0.006212, 0.005657, 0.001908> - 17702: <-0.006269, 0.005707, 0.001536> - 17703: <-0.006523, 0.005401, 0.001541> - 17704: <-0.006269, -0.005707, 0.001536> - 17705: <-0.006523, -0.005401, 0.001541> - 17706: <-0.006570, -0.005438, 0.001161> - 17707: <-0.006313, -0.005747, 0.001157> - 17708: <-0.006523, -0.005401, 0.001541> - 17709: <-0.006761, -0.005080, 0.001550> - 17710: <-0.006810, -0.005114, 0.001168> - 17711: <-0.006570, -0.005438, 0.001161> - 17712: <-0.006761, -0.005080, 0.001550> - 17713: <-0.006980, -0.004744, 0.001561> - 17714: <-0.007032, -0.004776, 0.001176> - 17715: <-0.006810, -0.005114, 0.001168> - 17716: <-0.006980, -0.004744, 0.001561> - 17717: <-0.007183, -0.004395, 0.001574> - 17718: <-0.007236, -0.004424, 0.001185> - 17719: <-0.007032, -0.004776, 0.001176> - 17720: <-0.007183, -0.004395, 0.001574> - 17721: <-0.007367, -0.004034, 0.001588> - 17722: <-0.007423, -0.004061, 0.001196> - 17723: <-0.007236, -0.004424, 0.001185> - 17724: <-0.007367, -0.004034, 0.001588> - 17725: <-0.007535, -0.003663, 0.001603> - 17726: <-0.007591, -0.003686, 0.001207> - 17727: <-0.007423, -0.004061, 0.001196> - 17728: <-0.007535, -0.003663, 0.001603> - 17729: <-0.007684, -0.003281, 0.001619> - 17730: <-0.007743, -0.003302, 0.001219> - 17731: <-0.007591, -0.003686, 0.001207> - 17732: <-0.007684, -0.003281, 0.001619> - 17733: <-0.007817, -0.002890, 0.001635> - 17734: <-0.007876, -0.002908, 0.001230> - 17735: <-0.007743, -0.003302, 0.001219> - 17736: <-0.007817, -0.002890, 0.001635> - 17737: <-0.007932, -0.002492, 0.001650> - 17738: <-0.007992, -0.002507, 0.001241> - 17739: <-0.007876, -0.002908, 0.001230> - 17740: <-0.007932, -0.002492, 0.001650> - 17741: <-0.008029, -0.002086, 0.001663> - 17742: <-0.008090, -0.002099, 0.001252> - 17743: <-0.007992, -0.002507, 0.001241> - 17744: <-0.008029, -0.002086, 0.001663> - 17745: <-0.008109, -0.001676, 0.001676> - 17746: <-0.008171, -0.001686, 0.001261> - 17747: <-0.008090, -0.002099, 0.001252> - 17748: <-0.008109, -0.001676, 0.001676> - 17749: <-0.008171, -0.001261, 0.001686> - 17750: <-0.008233, -0.001269, 0.001269> - 17751: <-0.008171, -0.001686, 0.001261> - 17752: <-0.008171, -0.001261, 0.001686> - 17753: <-0.008215, -0.000842, 0.001694> - 17754: <-0.008278, -0.000848, 0.001275> - 17755: <-0.008233, -0.001269, 0.001269> - 17756: <-0.008215, -0.000842, 0.001694> - 17757: <-0.008242, -0.000422, 0.001699> - 17758: <-0.008305, -0.000424, 0.001278> - 17759: <-0.008278, -0.000848, 0.001275> - 17760: <-0.008242, -0.000422, 0.001699> - 17761: <-0.008251, -0.000000, 0.001701> - 17762: <-0.008314, -0.000000, 0.001280> - 17763: <-0.008305, -0.000424, 0.001278> - 17764: <-0.008251, -0.000000, 0.001701> - 17765: <-0.008242, 0.000422, 0.001699> - 17766: <-0.008305, 0.000424, 0.001278> - 17767: <-0.008314, -0.000000, 0.001280> - 17768: <-0.008242, 0.000422, 0.001699> - 17769: <-0.008215, 0.000842, 0.001694> - 17770: <-0.008278, 0.000848, 0.001275> - 17771: <-0.008305, 0.000424, 0.001278> - 17772: <-0.008215, 0.000842, 0.001694> - 17773: <-0.008171, 0.001261, 0.001686> - 17774: <-0.008233, 0.001269, 0.001269> - 17775: <-0.008278, 0.000848, 0.001275> - 17776: <-0.008171, 0.001261, 0.001686> - 17777: <-0.008109, 0.001676, 0.001676> - 17778: <-0.008171, 0.001686, 0.001261> - 17779: <-0.008233, 0.001269, 0.001269> - 17780: <-0.008109, 0.001676, 0.001676> - 17781: <-0.008029, 0.002086, 0.001663> - 17782: <-0.008090, 0.002099, 0.001252> - 17783: <-0.008171, 0.001686, 0.001261> - 17784: <-0.008029, 0.002086, 0.001663> - 17785: <-0.007932, 0.002492, 0.001650> - 17786: <-0.007992, 0.002507, 0.001241> - 17787: <-0.008090, 0.002099, 0.001252> - 17788: <-0.007932, 0.002492, 0.001650> - 17789: <-0.007817, 0.002890, 0.001635> - 17790: <-0.007876, 0.002908, 0.001230> - 17791: <-0.007992, 0.002507, 0.001241> - 17792: <-0.007817, 0.002890, 0.001635> - 17793: <-0.007684, 0.003281, 0.001619> - 17794: <-0.007743, 0.003302, 0.001219> - 17795: <-0.007876, 0.002908, 0.001230> - 17796: <-0.007684, 0.003281, 0.001619> - 17797: <-0.007535, 0.003663, 0.001603> - 17798: <-0.007591, 0.003686, 0.001207> - 17799: <-0.007743, 0.003302, 0.001219> - 17800: <-0.007535, 0.003663, 0.001603> - 17801: <-0.007367, 0.004034, 0.001588> - 17802: <-0.007423, 0.004061, 0.001196> - 17803: <-0.007591, 0.003686, 0.001207> - 17804: <-0.007367, 0.004034, 0.001588> - 17805: <-0.007183, 0.004395, 0.001574> - 17806: <-0.007236, 0.004424, 0.001185> - 17807: <-0.007423, 0.004061, 0.001196> - 17808: <-0.007183, 0.004395, 0.001574> - 17809: <-0.006980, 0.004744, 0.001561> - 17810: <-0.007032, 0.004776, 0.001176> - 17811: <-0.007236, 0.004424, 0.001185> - 17812: <-0.006980, 0.004744, 0.001561> - 17813: <-0.006761, 0.005080, 0.001550> - 17814: <-0.006810, 0.005114, 0.001168> - 17815: <-0.007032, 0.004776, 0.001176> - 17816: <-0.006761, 0.005080, 0.001550> - 17817: <-0.006523, 0.005401, 0.001541> - 17818: <-0.006570, 0.005438, 0.001161> - 17819: <-0.006810, 0.005114, 0.001168> - 17820: <-0.006523, 0.005401, 0.001541> - 17821: <-0.006269, 0.005707, 0.001536> - 17822: <-0.006313, 0.005747, 0.001157> - 17823: <-0.006570, 0.005438, 0.001161> - 17824: <-0.006313, -0.005747, 0.001157> - 17825: <-0.006570, -0.005438, 0.001161> - 17826: <-0.006605, -0.005466, 0.000777> - 17827: <-0.006346, -0.005776, 0.000774> - 17828: <-0.006570, -0.005438, 0.001161> - 17829: <-0.006810, -0.005114, 0.001168> - 17830: <-0.006846, -0.005140, 0.000781> - 17831: <-0.006605, -0.005466, 0.000777> - 17832: <-0.006810, -0.005114, 0.001168> - 17833: <-0.007032, -0.004776, 0.001176> - 17834: <-0.007069, -0.004800, 0.000786> - 17835: <-0.006846, -0.005140, 0.000781> - 17836: <-0.007032, -0.004776, 0.001176> - 17837: <-0.007236, -0.004424, 0.001185> - 17838: <-0.007275, -0.004446, 0.000792> - 17839: <-0.007069, -0.004800, 0.000786> - 17840: <-0.007236, -0.004424, 0.001185> - 17841: <-0.007423, -0.004061, 0.001196> - 17842: <-0.007462, -0.004081, 0.000799> - 17843: <-0.007275, -0.004446, 0.000792> - 17844: <-0.007423, -0.004061, 0.001196> - 17845: <-0.007591, -0.003686, 0.001207> - 17846: <-0.007632, -0.003704, 0.000807> - 17847: <-0.007462, -0.004081, 0.000799> - 17848: <-0.007591, -0.003686, 0.001207> - 17849: <-0.007743, -0.003302, 0.001219> - 17850: <-0.007785, -0.003318, 0.000814> - 17851: <-0.007632, -0.003704, 0.000807> - 17852: <-0.007743, -0.003302, 0.001219> - 17853: <-0.007876, -0.002908, 0.001230> - 17854: <-0.007919, -0.002922, 0.000822> - 17855: <-0.007785, -0.003318, 0.000814> - 17856: <-0.007876, -0.002908, 0.001230> - 17857: <-0.007992, -0.002507, 0.001241> - 17858: <-0.008036, -0.002519, 0.000829> - 17859: <-0.007919, -0.002922, 0.000822> - 17860: <-0.007992, -0.002507, 0.001241> - 17861: <-0.008090, -0.002099, 0.001252> - 17862: <-0.008134, -0.002109, 0.000836> - 17863: <-0.008036, -0.002519, 0.000829> - 17864: <-0.008090, -0.002099, 0.001252> - 17865: <-0.008171, -0.001686, 0.001261> - 17866: <-0.008215, -0.001694, 0.000842> - 17867: <-0.008134, -0.002109, 0.000836> - 17868: <-0.008171, -0.001686, 0.001261> - 17869: <-0.008233, -0.001269, 0.001269> - 17870: <-0.008278, -0.001275, 0.000848> - 17871: <-0.008215, -0.001694, 0.000842> - 17872: <-0.008233, -0.001269, 0.001269> - 17873: <-0.008278, -0.000848, 0.001275> - 17874: <-0.008323, -0.000852, 0.000852> - 17875: <-0.008278, -0.001275, 0.000848> - 17876: <-0.008278, -0.000848, 0.001275> - 17877: <-0.008305, -0.000424, 0.001278> - 17878: <-0.008350, -0.000426, 0.000854> - 17879: <-0.008323, -0.000852, 0.000852> - 17880: <-0.008305, -0.000424, 0.001278> - 17881: <-0.008314, -0.000000, 0.001280> - 17882: <-0.008359, -0.000000, 0.000855> - 17883: <-0.008350, -0.000426, 0.000854> - 17884: <-0.008314, -0.000000, 0.001280> - 17885: <-0.008305, 0.000424, 0.001278> - 17886: <-0.008350, 0.000426, 0.000854> - 17887: <-0.008359, -0.000000, 0.000855> - 17888: <-0.008305, 0.000424, 0.001278> - 17889: <-0.008278, 0.000848, 0.001275> - 17890: <-0.008323, 0.000852, 0.000852> - 17891: <-0.008350, 0.000426, 0.000854> - 17892: <-0.008278, 0.000848, 0.001275> - 17893: <-0.008233, 0.001269, 0.001269> - 17894: <-0.008278, 0.001275, 0.000848> - 17895: <-0.008323, 0.000852, 0.000852> - 17896: <-0.008233, 0.001269, 0.001269> - 17897: <-0.008171, 0.001686, 0.001261> - 17898: <-0.008215, 0.001694, 0.000842> - 17899: <-0.008278, 0.001275, 0.000848> - 17900: <-0.008171, 0.001686, 0.001261> - 17901: <-0.008090, 0.002099, 0.001252> - 17902: <-0.008134, 0.002109, 0.000836> - 17903: <-0.008215, 0.001694, 0.000842> - 17904: <-0.008090, 0.002099, 0.001252> - 17905: <-0.007992, 0.002507, 0.001241> - 17906: <-0.008036, 0.002519, 0.000829> - 17907: <-0.008134, 0.002109, 0.000836> - 17908: <-0.007992, 0.002507, 0.001241> - 17909: <-0.007876, 0.002908, 0.001230> - 17910: <-0.007919, 0.002922, 0.000822> - 17911: <-0.008036, 0.002519, 0.000829> - 17912: <-0.007876, 0.002908, 0.001230> - 17913: <-0.007743, 0.003302, 0.001219> - 17914: <-0.007785, 0.003318, 0.000814> - 17915: <-0.007919, 0.002922, 0.000822> - 17916: <-0.007743, 0.003302, 0.001219> - 17917: <-0.007591, 0.003686, 0.001207> - 17918: <-0.007632, 0.003704, 0.000807> - 17919: <-0.007785, 0.003318, 0.000814> - 17920: <-0.007591, 0.003686, 0.001207> - 17921: <-0.007423, 0.004061, 0.001196> - 17922: <-0.007462, 0.004081, 0.000799> - 17923: <-0.007632, 0.003704, 0.000807> - 17924: <-0.007423, 0.004061, 0.001196> - 17925: <-0.007236, 0.004424, 0.001185> - 17926: <-0.007275, 0.004446, 0.000792> - 17927: <-0.007462, 0.004081, 0.000799> - 17928: <-0.007236, 0.004424, 0.001185> - 17929: <-0.007032, 0.004776, 0.001176> - 17930: <-0.007069, 0.004800, 0.000786> - 17931: <-0.007275, 0.004446, 0.000792> - 17932: <-0.007032, 0.004776, 0.001176> - 17933: <-0.006810, 0.005114, 0.001168> - 17934: <-0.006846, 0.005140, 0.000781> - 17935: <-0.007069, 0.004800, 0.000786> - 17936: <-0.006810, 0.005114, 0.001168> - 17937: <-0.006570, 0.005438, 0.001161> - 17938: <-0.006605, 0.005466, 0.000777> - 17939: <-0.006846, 0.005140, 0.000781> - 17940: <-0.006570, 0.005438, 0.001161> - 17941: <-0.006313, 0.005747, 0.001157> - 17942: <-0.006346, 0.005776, 0.000774> - 17943: <-0.006605, 0.005466, 0.000777> - 17944: <-0.006346, -0.005776, 0.000774> - 17945: <-0.006605, -0.005466, 0.000777> - 17946: <-0.006626, -0.005483, 0.000389> - 17947: <-0.006366, -0.005794, 0.000388> - 17948: <-0.006605, -0.005466, 0.000777> - 17949: <-0.006846, -0.005140, 0.000781> - 17950: <-0.006868, -0.005156, 0.000391> - 17951: <-0.006626, -0.005483, 0.000389> - 17952: <-0.006846, -0.005140, 0.000781> - 17953: <-0.007069, -0.004800, 0.000786> - 17954: <-0.007092, -0.004815, 0.000394> - 17955: <-0.006868, -0.005156, 0.000391> - 17956: <-0.007069, -0.004800, 0.000786> - 17957: <-0.007275, -0.004446, 0.000792> - 17958: <-0.007298, -0.004460, 0.000397> - 17959: <-0.007092, -0.004815, 0.000394> - 17960: <-0.007275, -0.004446, 0.000792> - 17961: <-0.007462, -0.004081, 0.000799> - 17962: <-0.007487, -0.004093, 0.000400> - 17963: <-0.007298, -0.004460, 0.000397> - 17964: <-0.007462, -0.004081, 0.000799> - 17965: <-0.007632, -0.003704, 0.000807> - 17966: <-0.007657, -0.003716, 0.000404> - 17967: <-0.007487, -0.004093, 0.000400> - 17968: <-0.007632, -0.003704, 0.000807> - 17969: <-0.007785, -0.003318, 0.000814> - 17970: <-0.007810, -0.003328, 0.000408> - 17971: <-0.007657, -0.003716, 0.000404> - 17972: <-0.007785, -0.003318, 0.000814> - 17973: <-0.007919, -0.002922, 0.000822> - 17974: <-0.007945, -0.002931, 0.000412> - 17975: <-0.007810, -0.003328, 0.000408> - 17976: <-0.007919, -0.002922, 0.000822> - 17977: <-0.008036, -0.002519, 0.000829> - 17978: <-0.008062, -0.002527, 0.000415> - 17979: <-0.007945, -0.002931, 0.000412> - 17980: <-0.008036, -0.002519, 0.000829> - 17981: <-0.008134, -0.002109, 0.000836> - 17982: <-0.008161, -0.002116, 0.000419> - 17983: <-0.008062, -0.002527, 0.000415> - 17984: <-0.008134, -0.002109, 0.000836> - 17985: <-0.008215, -0.001694, 0.000842> - 17986: <-0.008242, -0.001699, 0.000422> - 17987: <-0.008161, -0.002116, 0.000419> - 17988: <-0.008215, -0.001694, 0.000842> - 17989: <-0.008278, -0.001275, 0.000848> - 17990: <-0.008305, -0.001278, 0.000424> - 17991: <-0.008242, -0.001699, 0.000422> - 17992: <-0.008278, -0.001275, 0.000848> - 17993: <-0.008323, -0.000852, 0.000852> - 17994: <-0.008350, -0.000854, 0.000426> - 17995: <-0.008305, -0.001278, 0.000424> - 17996: <-0.008323, -0.000852, 0.000852> - 17997: <-0.008350, -0.000426, 0.000854> - 17998: <-0.008377, -0.000428, 0.000428> - 17999: <-0.008350, -0.000854, 0.000426> - 18000: <-0.008350, -0.000426, 0.000854> - 18001: <-0.008359, -0.000000, 0.000855> - 18002: <-0.008386, -0.000000, 0.000428> - 18003: <-0.008377, -0.000428, 0.000428> - 18004: <-0.008359, -0.000000, 0.000855> - 18005: <-0.008350, 0.000426, 0.000854> - 18006: <-0.008377, 0.000428, 0.000428> - 18007: <-0.008386, -0.000000, 0.000428> - 18008: <-0.008350, 0.000426, 0.000854> - 18009: <-0.008323, 0.000852, 0.000852> - 18010: <-0.008350, 0.000854, 0.000426> - 18011: <-0.008377, 0.000428, 0.000428> - 18012: <-0.008323, 0.000852, 0.000852> - 18013: <-0.008278, 0.001275, 0.000848> - 18014: <-0.008305, 0.001278, 0.000424> - 18015: <-0.008350, 0.000854, 0.000426> - 18016: <-0.008278, 0.001275, 0.000848> - 18017: <-0.008215, 0.001694, 0.000842> - 18018: <-0.008242, 0.001699, 0.000422> - 18019: <-0.008305, 0.001278, 0.000424> - 18020: <-0.008215, 0.001694, 0.000842> - 18021: <-0.008134, 0.002109, 0.000836> - 18022: <-0.008161, 0.002116, 0.000419> - 18023: <-0.008242, 0.001699, 0.000422> - 18024: <-0.008134, 0.002109, 0.000836> - 18025: <-0.008036, 0.002519, 0.000829> - 18026: <-0.008062, 0.002527, 0.000415> - 18027: <-0.008161, 0.002116, 0.000419> - 18028: <-0.008036, 0.002519, 0.000829> - 18029: <-0.007919, 0.002922, 0.000822> - 18030: <-0.007945, 0.002931, 0.000412> - 18031: <-0.008062, 0.002527, 0.000415> - 18032: <-0.007919, 0.002922, 0.000822> - 18033: <-0.007785, 0.003318, 0.000814> - 18034: <-0.007810, 0.003328, 0.000408> - 18035: <-0.007945, 0.002931, 0.000412> - 18036: <-0.007785, 0.003318, 0.000814> - 18037: <-0.007632, 0.003704, 0.000807> - 18038: <-0.007657, 0.003716, 0.000404> - 18039: <-0.007810, 0.003328, 0.000408> - 18040: <-0.007632, 0.003704, 0.000807> - 18041: <-0.007462, 0.004081, 0.000799> - 18042: <-0.007487, 0.004093, 0.000400> - 18043: <-0.007657, 0.003716, 0.000404> - 18044: <-0.007462, 0.004081, 0.000799> - 18045: <-0.007275, 0.004446, 0.000792> - 18046: <-0.007298, 0.004460, 0.000397> - 18047: <-0.007487, 0.004093, 0.000400> - 18048: <-0.007275, 0.004446, 0.000792> - 18049: <-0.007069, 0.004800, 0.000786> - 18050: <-0.007092, 0.004815, 0.000394> - 18051: <-0.007298, 0.004460, 0.000397> - 18052: <-0.007069, 0.004800, 0.000786> - 18053: <-0.006846, 0.005140, 0.000781> - 18054: <-0.006868, 0.005156, 0.000391> - 18055: <-0.007092, 0.004815, 0.000394> - 18056: <-0.006846, 0.005140, 0.000781> - 18057: <-0.006605, 0.005466, 0.000777> - 18058: <-0.006626, 0.005483, 0.000389> - 18059: <-0.006868, 0.005156, 0.000391> - 18060: <-0.006605, 0.005466, 0.000777> - 18061: <-0.006346, 0.005776, 0.000774> - 18062: <-0.006366, 0.005794, 0.000388> - 18063: <-0.006626, 0.005483, 0.000389> - 18064: <-0.006366, -0.005794, 0.000388> - 18065: <-0.006626, -0.005483, 0.000389> - 18066: <-0.006633, -0.005489, 0.000000> - 18067: <-0.006373, -0.005801, 0.000000> - 18068: <-0.006626, -0.005483, 0.000389> - 18069: <-0.006868, -0.005156, 0.000391> - 18070: <-0.006875, -0.005162, 0.000000> - 18071: <-0.006633, -0.005489, 0.000000> - 18072: <-0.006868, -0.005156, 0.000391> - 18073: <-0.007092, -0.004815, 0.000394> - 18074: <-0.007099, -0.004820, -0.000000> - 18075: <-0.006875, -0.005162, 0.000000> - 18076: <-0.007092, -0.004815, 0.000394> - 18077: <-0.007298, -0.004460, 0.000397> - 18078: <-0.007306, -0.004465, -0.000000> - 18079: <-0.007099, -0.004820, -0.000000> - 18080: <-0.007298, -0.004460, 0.000397> - 18081: <-0.007487, -0.004093, 0.000400> - 18082: <-0.007495, -0.004098, -0.000000> - 18083: <-0.007306, -0.004465, -0.000000> - 18084: <-0.007487, -0.004093, 0.000400> - 18085: <-0.007657, -0.003716, 0.000404> - 18086: <-0.007665, -0.003720, -0.000000> - 18087: <-0.007495, -0.004098, -0.000000> - 18088: <-0.007657, -0.003716, 0.000404> - 18089: <-0.007810, -0.003328, 0.000408> - 18090: <-0.007818, -0.003331, -0.000000> - 18091: <-0.007665, -0.003720, -0.000000> - 18092: <-0.007810, -0.003328, 0.000408> - 18093: <-0.007945, -0.002931, 0.000412> - 18094: <-0.007953, -0.002934, -0.000000> - 18095: <-0.007818, -0.003331, -0.000000> - 18096: <-0.007945, -0.002931, 0.000412> - 18097: <-0.008062, -0.002527, 0.000415> - 18098: <-0.008070, -0.002530, -0.000000> - 18099: <-0.007953, -0.002934, -0.000000> - 18100: <-0.008062, -0.002527, 0.000415> - 18101: <-0.008161, -0.002116, 0.000419> - 18102: <-0.008169, -0.002118, -0.000000> - 18103: <-0.008070, -0.002530, -0.000000> - 18104: <-0.008161, -0.002116, 0.000419> - 18105: <-0.008242, -0.001699, 0.000422> - 18106: <-0.008251, -0.001701, 0.000000> - 18107: <-0.008169, -0.002118, -0.000000> - 18108: <-0.008242, -0.001699, 0.000422> - 18109: <-0.008305, -0.001278, 0.000424> - 18110: <-0.008314, -0.001280, 0.000000> - 18111: <-0.008251, -0.001701, 0.000000> - 18112: <-0.008305, -0.001278, 0.000424> - 18113: <-0.008350, -0.000854, 0.000426> - 18114: <-0.008359, -0.000855, 0.000000> - 18115: <-0.008314, -0.001280, 0.000000> - 18116: <-0.008350, -0.000854, 0.000426> - 18117: <-0.008377, -0.000428, 0.000428> - 18118: <-0.008386, -0.000428, 0.000000> - 18119: <-0.008359, -0.000855, 0.000000> - 18120: <-0.008377, -0.000428, 0.000428> - 18121: <-0.008386, -0.000000, 0.000428> - 18122: <-0.008395, 0.000000, 0.000000> - 18123: <-0.008386, -0.000428, 0.000000> - 18124: <-0.008386, -0.000000, 0.000428> - 18125: <-0.008377, 0.000428, 0.000428> - 18126: <-0.008386, 0.000428, 0.000000> - 18127: <-0.008395, 0.000000, 0.000000> - 18128: <-0.008377, 0.000428, 0.000428> - 18129: <-0.008350, 0.000854, 0.000426> - 18130: <-0.008359, 0.000855, 0.000000> - 18131: <-0.008386, 0.000428, 0.000000> - 18132: <-0.008350, 0.000854, 0.000426> - 18133: <-0.008305, 0.001278, 0.000424> - 18134: <-0.008314, 0.001280, 0.000000> - 18135: <-0.008359, 0.000855, 0.000000> - 18136: <-0.008305, 0.001278, 0.000424> - 18137: <-0.008242, 0.001699, 0.000422> - 18138: <-0.008251, 0.001701, 0.000000> - 18139: <-0.008314, 0.001280, 0.000000> - 18140: <-0.008242, 0.001699, 0.000422> - 18141: <-0.008161, 0.002116, 0.000419> - 18142: <-0.008169, 0.002118, 0.000000> - 18143: <-0.008251, 0.001701, 0.000000> - 18144: <-0.008161, 0.002116, 0.000419> - 18145: <-0.008062, 0.002527, 0.000415> - 18146: <-0.008070, 0.002530, 0.000000> - 18147: <-0.008169, 0.002118, 0.000000> - 18148: <-0.008062, 0.002527, 0.000415> - 18149: <-0.007945, 0.002931, 0.000412> - 18150: <-0.007953, 0.002934, 0.000000> - 18151: <-0.008070, 0.002530, 0.000000> - 18152: <-0.007945, 0.002931, 0.000412> - 18153: <-0.007810, 0.003328, 0.000408> - 18154: <-0.007818, 0.003331, 0.000000> - 18155: <-0.007953, 0.002934, 0.000000> - 18156: <-0.007810, 0.003328, 0.000408> - 18157: <-0.007657, 0.003716, 0.000404> - 18158: <-0.007665, 0.003720, 0.000000> - 18159: <-0.007818, 0.003331, 0.000000> - 18160: <-0.007657, 0.003716, 0.000404> - 18161: <-0.007487, 0.004093, 0.000400> - 18162: <-0.007495, 0.004098, 0.000000> - 18163: <-0.007665, 0.003720, 0.000000> - 18164: <-0.007487, 0.004093, 0.000400> - 18165: <-0.007298, 0.004460, 0.000397> - 18166: <-0.007306, 0.004465, 0.000000> - 18167: <-0.007495, 0.004098, 0.000000> - 18168: <-0.007298, 0.004460, 0.000397> - 18169: <-0.007092, 0.004815, 0.000394> - 18170: <-0.007099, 0.004820, 0.000000> - 18171: <-0.007306, 0.004465, 0.000000> - 18172: <-0.007092, 0.004815, 0.000394> - 18173: <-0.006868, 0.005156, 0.000391> - 18174: <-0.006875, 0.005162, 0.000000> - 18175: <-0.007099, 0.004820, 0.000000> - 18176: <-0.006868, 0.005156, 0.000391> - 18177: <-0.006626, 0.005483, 0.000389> - 18178: <-0.006633, 0.005489, 0.000000> - 18179: <-0.006875, 0.005162, 0.000000> - 18180: <-0.006626, 0.005483, 0.000389> - 18181: <-0.006366, 0.005794, 0.000388> - 18182: <-0.006373, 0.005801, 0.000000> - 18183: <-0.006633, 0.005489, 0.000000> - 18184: <-0.006373, -0.005801, 0.000000> - 18185: <-0.006633, -0.005489, 0.000000> - 18186: <-0.006626, -0.005483, -0.000389> - 18187: <-0.006366, -0.005794, -0.000388> - 18188: <-0.006633, -0.005489, 0.000000> - 18189: <-0.006875, -0.005162, 0.000000> - 18190: <-0.006868, -0.005156, -0.000391> - 18191: <-0.006626, -0.005483, -0.000389> - 18192: <-0.006875, -0.005162, 0.000000> - 18193: <-0.007099, -0.004820, -0.000000> - 18194: <-0.007092, -0.004815, -0.000394> - 18195: <-0.006868, -0.005156, -0.000391> - 18196: <-0.007099, -0.004820, -0.000000> - 18197: <-0.007306, -0.004465, -0.000000> - 18198: <-0.007298, -0.004460, -0.000397> - 18199: <-0.007092, -0.004815, -0.000394> - 18200: <-0.007306, -0.004465, -0.000000> - 18201: <-0.007495, -0.004098, -0.000000> - 18202: <-0.007487, -0.004093, -0.000400> - 18203: <-0.007298, -0.004460, -0.000397> - 18204: <-0.007495, -0.004098, -0.000000> - 18205: <-0.007665, -0.003720, -0.000000> - 18206: <-0.007657, -0.003716, -0.000404> - 18207: <-0.007487, -0.004093, -0.000400> - 18208: <-0.007665, -0.003720, -0.000000> - 18209: <-0.007818, -0.003331, -0.000000> - 18210: <-0.007810, -0.003328, -0.000408> - 18211: <-0.007657, -0.003716, -0.000404> - 18212: <-0.007818, -0.003331, -0.000000> - 18213: <-0.007953, -0.002934, -0.000000> - 18214: <-0.007945, -0.002931, -0.000412> - 18215: <-0.007810, -0.003328, -0.000408> - 18216: <-0.007953, -0.002934, -0.000000> - 18217: <-0.008070, -0.002530, -0.000000> - 18218: <-0.008062, -0.002527, -0.000415> - 18219: <-0.007945, -0.002931, -0.000412> - 18220: <-0.008070, -0.002530, -0.000000> - 18221: <-0.008169, -0.002118, -0.000000> - 18222: <-0.008161, -0.002116, -0.000419> - 18223: <-0.008062, -0.002527, -0.000415> - 18224: <-0.008169, -0.002118, -0.000000> - 18225: <-0.008251, -0.001701, 0.000000> - 18226: <-0.008242, -0.001699, -0.000422> - 18227: <-0.008161, -0.002116, -0.000419> - 18228: <-0.008251, -0.001701, 0.000000> - 18229: <-0.008314, -0.001280, 0.000000> - 18230: <-0.008305, -0.001278, -0.000424> - 18231: <-0.008242, -0.001699, -0.000422> - 18232: <-0.008314, -0.001280, 0.000000> - 18233: <-0.008359, -0.000855, 0.000000> - 18234: <-0.008350, -0.000854, -0.000426> - 18235: <-0.008305, -0.001278, -0.000424> - 18236: <-0.008359, -0.000855, 0.000000> - 18237: <-0.008386, -0.000428, 0.000000> - 18238: <-0.008377, -0.000428, -0.000428> - 18239: <-0.008350, -0.000854, -0.000426> - 18240: <-0.008386, -0.000428, 0.000000> - 18241: <-0.008395, 0.000000, 0.000000> - 18242: <-0.008386, 0.000000, -0.000428> - 18243: <-0.008377, -0.000428, -0.000428> - 18244: <-0.008395, 0.000000, 0.000000> - 18245: <-0.008386, 0.000428, 0.000000> - 18246: <-0.008377, 0.000428, -0.000428> - 18247: <-0.008386, 0.000000, -0.000428> - 18248: <-0.008386, 0.000428, 0.000000> - 18249: <-0.008359, 0.000855, 0.000000> - 18250: <-0.008350, 0.000854, -0.000426> - 18251: <-0.008377, 0.000428, -0.000428> - 18252: <-0.008359, 0.000855, 0.000000> - 18253: <-0.008314, 0.001280, 0.000000> - 18254: <-0.008305, 0.001278, -0.000424> - 18255: <-0.008350, 0.000854, -0.000426> - 18256: <-0.008314, 0.001280, 0.000000> - 18257: <-0.008251, 0.001701, 0.000000> - 18258: <-0.008242, 0.001699, -0.000422> - 18259: <-0.008305, 0.001278, -0.000424> - 18260: <-0.008251, 0.001701, 0.000000> - 18261: <-0.008169, 0.002118, 0.000000> - 18262: <-0.008161, 0.002116, -0.000419> - 18263: <-0.008242, 0.001699, -0.000422> - 18264: <-0.008169, 0.002118, 0.000000> - 18265: <-0.008070, 0.002530, 0.000000> - 18266: <-0.008062, 0.002527, -0.000415> - 18267: <-0.008161, 0.002116, -0.000419> - 18268: <-0.008070, 0.002530, 0.000000> - 18269: <-0.007953, 0.002934, 0.000000> - 18270: <-0.007945, 0.002931, -0.000412> - 18271: <-0.008062, 0.002527, -0.000415> - 18272: <-0.007953, 0.002934, 0.000000> - 18273: <-0.007818, 0.003331, 0.000000> - 18274: <-0.007810, 0.003328, -0.000408> - 18275: <-0.007945, 0.002931, -0.000412> - 18276: <-0.007818, 0.003331, 0.000000> - 18277: <-0.007665, 0.003720, 0.000000> - 18278: <-0.007657, 0.003716, -0.000404> - 18279: <-0.007810, 0.003328, -0.000408> - 18280: <-0.007665, 0.003720, 0.000000> - 18281: <-0.007495, 0.004098, 0.000000> - 18282: <-0.007487, 0.004093, -0.000400> - 18283: <-0.007657, 0.003716, -0.000404> - 18284: <-0.007495, 0.004098, 0.000000> - 18285: <-0.007306, 0.004465, 0.000000> - 18286: <-0.007298, 0.004460, -0.000397> - 18287: <-0.007487, 0.004093, -0.000400> - 18288: <-0.007306, 0.004465, 0.000000> - 18289: <-0.007099, 0.004820, 0.000000> - 18290: <-0.007092, 0.004815, -0.000394> - 18291: <-0.007298, 0.004460, -0.000397> - 18292: <-0.007099, 0.004820, 0.000000> - 18293: <-0.006875, 0.005162, 0.000000> - 18294: <-0.006868, 0.005156, -0.000391> - 18295: <-0.007092, 0.004815, -0.000394> - 18296: <-0.006875, 0.005162, 0.000000> - 18297: <-0.006633, 0.005489, 0.000000> - 18298: <-0.006626, 0.005483, -0.000389> - 18299: <-0.006868, 0.005156, -0.000391> - 18300: <-0.006633, 0.005489, 0.000000> - 18301: <-0.006373, 0.005801, 0.000000> - 18302: <-0.006366, 0.005794, -0.000388> - 18303: <-0.006626, 0.005483, -0.000389> - 18304: <-0.006366, -0.005794, -0.000388> - 18305: <-0.006626, -0.005483, -0.000389> - 18306: <-0.006605, -0.005466, -0.000777> - 18307: <-0.006346, -0.005776, -0.000774> - 18308: <-0.006626, -0.005483, -0.000389> - 18309: <-0.006868, -0.005156, -0.000391> - 18310: <-0.006846, -0.005140, -0.000781> - 18311: <-0.006605, -0.005466, -0.000777> - 18312: <-0.006868, -0.005156, -0.000391> - 18313: <-0.007092, -0.004815, -0.000394> - 18314: <-0.007069, -0.004800, -0.000786> - 18315: <-0.006846, -0.005140, -0.000781> - 18316: <-0.007092, -0.004815, -0.000394> - 18317: <-0.007298, -0.004460, -0.000397> - 18318: <-0.007275, -0.004446, -0.000792> - 18319: <-0.007069, -0.004800, -0.000786> - 18320: <-0.007298, -0.004460, -0.000397> - 18321: <-0.007487, -0.004093, -0.000400> - 18322: <-0.007462, -0.004081, -0.000799> - 18323: <-0.007275, -0.004446, -0.000792> - 18324: <-0.007487, -0.004093, -0.000400> - 18325: <-0.007657, -0.003716, -0.000404> - 18326: <-0.007632, -0.003704, -0.000807> - 18327: <-0.007462, -0.004081, -0.000799> - 18328: <-0.007657, -0.003716, -0.000404> - 18329: <-0.007810, -0.003328, -0.000408> - 18330: <-0.007785, -0.003318, -0.000814> - 18331: <-0.007632, -0.003704, -0.000807> - 18332: <-0.007810, -0.003328, -0.000408> - 18333: <-0.007945, -0.002931, -0.000412> - 18334: <-0.007919, -0.002922, -0.000822> - 18335: <-0.007785, -0.003318, -0.000814> - 18336: <-0.007945, -0.002931, -0.000412> - 18337: <-0.008062, -0.002527, -0.000415> - 18338: <-0.008036, -0.002519, -0.000829> - 18339: <-0.007919, -0.002922, -0.000822> - 18340: <-0.008062, -0.002527, -0.000415> - 18341: <-0.008161, -0.002116, -0.000419> - 18342: <-0.008134, -0.002109, -0.000836> - 18343: <-0.008036, -0.002519, -0.000829> - 18344: <-0.008161, -0.002116, -0.000419> - 18345: <-0.008242, -0.001699, -0.000422> - 18346: <-0.008215, -0.001694, -0.000842> - 18347: <-0.008134, -0.002109, -0.000836> - 18348: <-0.008242, -0.001699, -0.000422> - 18349: <-0.008305, -0.001278, -0.000424> - 18350: <-0.008278, -0.001275, -0.000848> - 18351: <-0.008215, -0.001694, -0.000842> - 18352: <-0.008305, -0.001278, -0.000424> - 18353: <-0.008350, -0.000854, -0.000426> - 18354: <-0.008323, -0.000852, -0.000852> - 18355: <-0.008278, -0.001275, -0.000848> - 18356: <-0.008350, -0.000854, -0.000426> - 18357: <-0.008377, -0.000428, -0.000428> - 18358: <-0.008350, -0.000426, -0.000854> - 18359: <-0.008323, -0.000852, -0.000852> - 18360: <-0.008377, -0.000428, -0.000428> - 18361: <-0.008386, 0.000000, -0.000428> - 18362: <-0.008359, 0.000000, -0.000855> - 18363: <-0.008350, -0.000426, -0.000854> - 18364: <-0.008386, 0.000000, -0.000428> - 18365: <-0.008377, 0.000428, -0.000428> - 18366: <-0.008350, 0.000426, -0.000854> - 18367: <-0.008359, 0.000000, -0.000855> - 18368: <-0.008377, 0.000428, -0.000428> - 18369: <-0.008350, 0.000854, -0.000426> - 18370: <-0.008323, 0.000852, -0.000852> - 18371: <-0.008350, 0.000426, -0.000854> - 18372: <-0.008350, 0.000854, -0.000426> - 18373: <-0.008305, 0.001278, -0.000424> - 18374: <-0.008278, 0.001275, -0.000848> - 18375: <-0.008323, 0.000852, -0.000852> - 18376: <-0.008305, 0.001278, -0.000424> - 18377: <-0.008242, 0.001699, -0.000422> - 18378: <-0.008215, 0.001694, -0.000842> - 18379: <-0.008278, 0.001275, -0.000848> - 18380: <-0.008242, 0.001699, -0.000422> - 18381: <-0.008161, 0.002116, -0.000419> - 18382: <-0.008134, 0.002109, -0.000836> - 18383: <-0.008215, 0.001694, -0.000842> - 18384: <-0.008161, 0.002116, -0.000419> - 18385: <-0.008062, 0.002527, -0.000415> - 18386: <-0.008036, 0.002519, -0.000829> - 18387: <-0.008134, 0.002109, -0.000836> - 18388: <-0.008062, 0.002527, -0.000415> - 18389: <-0.007945, 0.002931, -0.000412> - 18390: <-0.007919, 0.002922, -0.000822> - 18391: <-0.008036, 0.002519, -0.000829> - 18392: <-0.007945, 0.002931, -0.000412> - 18393: <-0.007810, 0.003328, -0.000408> - 18394: <-0.007785, 0.003318, -0.000814> - 18395: <-0.007919, 0.002922, -0.000822> - 18396: <-0.007810, 0.003328, -0.000408> - 18397: <-0.007657, 0.003716, -0.000404> - 18398: <-0.007632, 0.003704, -0.000807> - 18399: <-0.007785, 0.003318, -0.000814> - 18400: <-0.007657, 0.003716, -0.000404> - 18401: <-0.007487, 0.004093, -0.000400> - 18402: <-0.007462, 0.004081, -0.000799> - 18403: <-0.007632, 0.003704, -0.000807> - 18404: <-0.007487, 0.004093, -0.000400> - 18405: <-0.007298, 0.004460, -0.000397> - 18406: <-0.007275, 0.004446, -0.000792> - 18407: <-0.007462, 0.004081, -0.000799> - 18408: <-0.007298, 0.004460, -0.000397> - 18409: <-0.007092, 0.004815, -0.000394> - 18410: <-0.007069, 0.004800, -0.000786> - 18411: <-0.007275, 0.004446, -0.000792> - 18412: <-0.007092, 0.004815, -0.000394> - 18413: <-0.006868, 0.005156, -0.000391> - 18414: <-0.006846, 0.005140, -0.000781> - 18415: <-0.007069, 0.004800, -0.000786> - 18416: <-0.006868, 0.005156, -0.000391> - 18417: <-0.006626, 0.005483, -0.000389> - 18418: <-0.006605, 0.005466, -0.000777> - 18419: <-0.006846, 0.005140, -0.000781> - 18420: <-0.006626, 0.005483, -0.000389> - 18421: <-0.006366, 0.005794, -0.000388> - 18422: <-0.006346, 0.005776, -0.000774> - 18423: <-0.006605, 0.005466, -0.000777> - 18424: <-0.006346, -0.005776, -0.000774> - 18425: <-0.006605, -0.005466, -0.000777> - 18426: <-0.006570, -0.005438, -0.001161> - 18427: <-0.006313, -0.005747, -0.001157> - 18428: <-0.006605, -0.005466, -0.000777> - 18429: <-0.006846, -0.005140, -0.000781> - 18430: <-0.006810, -0.005114, -0.001168> - 18431: <-0.006570, -0.005438, -0.001161> - 18432: <-0.006846, -0.005140, -0.000781> - 18433: <-0.007069, -0.004800, -0.000786> - 18434: <-0.007032, -0.004776, -0.001176> - 18435: <-0.006810, -0.005114, -0.001168> - 18436: <-0.007069, -0.004800, -0.000786> - 18437: <-0.007275, -0.004446, -0.000792> - 18438: <-0.007236, -0.004424, -0.001185> - 18439: <-0.007032, -0.004776, -0.001176> - 18440: <-0.007275, -0.004446, -0.000792> - 18441: <-0.007462, -0.004081, -0.000799> - 18442: <-0.007423, -0.004061, -0.001196> - 18443: <-0.007236, -0.004424, -0.001185> - 18444: <-0.007462, -0.004081, -0.000799> - 18445: <-0.007632, -0.003704, -0.000807> - 18446: <-0.007591, -0.003686, -0.001207> - 18447: <-0.007423, -0.004061, -0.001196> - 18448: <-0.007632, -0.003704, -0.000807> - 18449: <-0.007785, -0.003318, -0.000814> - 18450: <-0.007743, -0.003302, -0.001219> - 18451: <-0.007591, -0.003686, -0.001207> - 18452: <-0.007785, -0.003318, -0.000814> - 18453: <-0.007919, -0.002922, -0.000822> - 18454: <-0.007876, -0.002908, -0.001230> - 18455: <-0.007743, -0.003302, -0.001219> - 18456: <-0.007919, -0.002922, -0.000822> - 18457: <-0.008036, -0.002519, -0.000829> - 18458: <-0.007992, -0.002507, -0.001241> - 18459: <-0.007876, -0.002908, -0.001230> - 18460: <-0.008036, -0.002519, -0.000829> - 18461: <-0.008134, -0.002109, -0.000836> - 18462: <-0.008090, -0.002099, -0.001252> - 18463: <-0.007992, -0.002507, -0.001241> - 18464: <-0.008134, -0.002109, -0.000836> - 18465: <-0.008215, -0.001694, -0.000842> - 18466: <-0.008171, -0.001686, -0.001261> - 18467: <-0.008090, -0.002099, -0.001252> - 18468: <-0.008215, -0.001694, -0.000842> - 18469: <-0.008278, -0.001275, -0.000848> - 18470: <-0.008233, -0.001269, -0.001269> - 18471: <-0.008171, -0.001686, -0.001261> - 18472: <-0.008278, -0.001275, -0.000848> - 18473: <-0.008323, -0.000852, -0.000852> - 18474: <-0.008278, -0.000848, -0.001275> - 18475: <-0.008233, -0.001269, -0.001269> - 18476: <-0.008323, -0.000852, -0.000852> - 18477: <-0.008350, -0.000426, -0.000854> - 18478: <-0.008305, -0.000424, -0.001278> - 18479: <-0.008278, -0.000848, -0.001275> - 18480: <-0.008350, -0.000426, -0.000854> - 18481: <-0.008359, 0.000000, -0.000855> - 18482: <-0.008314, 0.000000, -0.001280> - 18483: <-0.008305, -0.000424, -0.001278> - 18484: <-0.008359, 0.000000, -0.000855> - 18485: <-0.008350, 0.000426, -0.000854> - 18486: <-0.008305, 0.000424, -0.001278> - 18487: <-0.008314, 0.000000, -0.001280> - 18488: <-0.008350, 0.000426, -0.000854> - 18489: <-0.008323, 0.000852, -0.000852> - 18490: <-0.008278, 0.000848, -0.001275> - 18491: <-0.008305, 0.000424, -0.001278> - 18492: <-0.008323, 0.000852, -0.000852> - 18493: <-0.008278, 0.001275, -0.000848> - 18494: <-0.008233, 0.001269, -0.001269> - 18495: <-0.008278, 0.000848, -0.001275> - 18496: <-0.008278, 0.001275, -0.000848> - 18497: <-0.008215, 0.001694, -0.000842> - 18498: <-0.008171, 0.001686, -0.001261> - 18499: <-0.008233, 0.001269, -0.001269> - 18500: <-0.008215, 0.001694, -0.000842> - 18501: <-0.008134, 0.002109, -0.000836> - 18502: <-0.008090, 0.002099, -0.001252> - 18503: <-0.008171, 0.001686, -0.001261> - 18504: <-0.008134, 0.002109, -0.000836> - 18505: <-0.008036, 0.002519, -0.000829> - 18506: <-0.007992, 0.002507, -0.001241> - 18507: <-0.008090, 0.002099, -0.001252> - 18508: <-0.008036, 0.002519, -0.000829> - 18509: <-0.007919, 0.002922, -0.000822> - 18510: <-0.007876, 0.002908, -0.001230> - 18511: <-0.007992, 0.002507, -0.001241> - 18512: <-0.007919, 0.002922, -0.000822> - 18513: <-0.007785, 0.003318, -0.000814> - 18514: <-0.007743, 0.003302, -0.001219> - 18515: <-0.007876, 0.002908, -0.001230> - 18516: <-0.007785, 0.003318, -0.000814> - 18517: <-0.007632, 0.003704, -0.000807> - 18518: <-0.007591, 0.003686, -0.001207> - 18519: <-0.007743, 0.003302, -0.001219> - 18520: <-0.007632, 0.003704, -0.000807> - 18521: <-0.007462, 0.004081, -0.000799> - 18522: <-0.007423, 0.004061, -0.001196> - 18523: <-0.007591, 0.003686, -0.001207> - 18524: <-0.007462, 0.004081, -0.000799> - 18525: <-0.007275, 0.004446, -0.000792> - 18526: <-0.007236, 0.004424, -0.001185> - 18527: <-0.007423, 0.004061, -0.001196> - 18528: <-0.007275, 0.004446, -0.000792> - 18529: <-0.007069, 0.004800, -0.000786> - 18530: <-0.007032, 0.004776, -0.001176> - 18531: <-0.007236, 0.004424, -0.001185> - 18532: <-0.007069, 0.004800, -0.000786> - 18533: <-0.006846, 0.005140, -0.000781> - 18534: <-0.006810, 0.005114, -0.001168> - 18535: <-0.007032, 0.004776, -0.001176> - 18536: <-0.006846, 0.005140, -0.000781> - 18537: <-0.006605, 0.005466, -0.000777> - 18538: <-0.006570, 0.005438, -0.001161> - 18539: <-0.006810, 0.005114, -0.001168> - 18540: <-0.006605, 0.005466, -0.000777> - 18541: <-0.006346, 0.005776, -0.000774> - 18542: <-0.006313, 0.005747, -0.001157> - 18543: <-0.006570, 0.005438, -0.001161> - 18544: <-0.006313, -0.005747, -0.001157> - 18545: <-0.006570, -0.005438, -0.001161> - 18546: <-0.006523, -0.005401, -0.001541> - 18547: <-0.006269, -0.005707, -0.001536> - 18548: <-0.006570, -0.005438, -0.001161> - 18549: <-0.006810, -0.005114, -0.001168> - 18550: <-0.006761, -0.005080, -0.001550> - 18551: <-0.006523, -0.005401, -0.001541> - 18552: <-0.006810, -0.005114, -0.001168> - 18553: <-0.007032, -0.004776, -0.001176> - 18554: <-0.006980, -0.004744, -0.001561> - 18555: <-0.006761, -0.005080, -0.001550> - 18556: <-0.007032, -0.004776, -0.001176> - 18557: <-0.007236, -0.004424, -0.001185> - 18558: <-0.007183, -0.004395, -0.001574> - 18559: <-0.006980, -0.004744, -0.001561> - 18560: <-0.007236, -0.004424, -0.001185> - 18561: <-0.007423, -0.004061, -0.001196> - 18562: <-0.007367, -0.004034, -0.001588> - 18563: <-0.007183, -0.004395, -0.001574> - 18564: <-0.007423, -0.004061, -0.001196> - 18565: <-0.007591, -0.003686, -0.001207> - 18566: <-0.007535, -0.003663, -0.001603> - 18567: <-0.007367, -0.004034, -0.001588> - 18568: <-0.007591, -0.003686, -0.001207> - 18569: <-0.007743, -0.003302, -0.001219> - 18570: <-0.007684, -0.003281, -0.001619> - 18571: <-0.007535, -0.003663, -0.001603> - 18572: <-0.007743, -0.003302, -0.001219> - 18573: <-0.007876, -0.002908, -0.001230> - 18574: <-0.007817, -0.002890, -0.001635> - 18575: <-0.007684, -0.003281, -0.001619> - 18576: <-0.007876, -0.002908, -0.001230> - 18577: <-0.007992, -0.002507, -0.001241> - 18578: <-0.007932, -0.002492, -0.001650> - 18579: <-0.007817, -0.002890, -0.001635> - 18580: <-0.007992, -0.002507, -0.001241> - 18581: <-0.008090, -0.002099, -0.001252> - 18582: <-0.008029, -0.002086, -0.001663> - 18583: <-0.007932, -0.002492, -0.001650> - 18584: <-0.008090, -0.002099, -0.001252> - 18585: <-0.008171, -0.001686, -0.001261> - 18586: <-0.008109, -0.001676, -0.001676> - 18587: <-0.008029, -0.002086, -0.001663> - 18588: <-0.008171, -0.001686, -0.001261> - 18589: <-0.008233, -0.001269, -0.001269> - 18590: <-0.008171, -0.001261, -0.001686> - 18591: <-0.008109, -0.001676, -0.001676> - 18592: <-0.008233, -0.001269, -0.001269> - 18593: <-0.008278, -0.000848, -0.001275> - 18594: <-0.008215, -0.000842, -0.001694> - 18595: <-0.008171, -0.001261, -0.001686> - 18596: <-0.008278, -0.000848, -0.001275> - 18597: <-0.008305, -0.000424, -0.001278> - 18598: <-0.008242, -0.000422, -0.001699> - 18599: <-0.008215, -0.000842, -0.001694> - 18600: <-0.008305, -0.000424, -0.001278> - 18601: <-0.008314, 0.000000, -0.001280> - 18602: <-0.008251, 0.000000, -0.001701> - 18603: <-0.008242, -0.000422, -0.001699> - 18604: <-0.008314, 0.000000, -0.001280> - 18605: <-0.008305, 0.000424, -0.001278> - 18606: <-0.008242, 0.000422, -0.001699> - 18607: <-0.008251, 0.000000, -0.001701> - 18608: <-0.008305, 0.000424, -0.001278> - 18609: <-0.008278, 0.000848, -0.001275> - 18610: <-0.008215, 0.000842, -0.001694> - 18611: <-0.008242, 0.000422, -0.001699> - 18612: <-0.008278, 0.000848, -0.001275> - 18613: <-0.008233, 0.001269, -0.001269> - 18614: <-0.008171, 0.001261, -0.001686> - 18615: <-0.008215, 0.000842, -0.001694> - 18616: <-0.008233, 0.001269, -0.001269> - 18617: <-0.008171, 0.001686, -0.001261> - 18618: <-0.008109, 0.001676, -0.001676> - 18619: <-0.008171, 0.001261, -0.001686> - 18620: <-0.008171, 0.001686, -0.001261> - 18621: <-0.008090, 0.002099, -0.001252> - 18622: <-0.008029, 0.002086, -0.001663> - 18623: <-0.008109, 0.001676, -0.001676> - 18624: <-0.008090, 0.002099, -0.001252> - 18625: <-0.007992, 0.002507, -0.001241> - 18626: <-0.007932, 0.002492, -0.001650> - 18627: <-0.008029, 0.002086, -0.001663> - 18628: <-0.007992, 0.002507, -0.001241> - 18629: <-0.007876, 0.002908, -0.001230> - 18630: <-0.007817, 0.002890, -0.001635> - 18631: <-0.007932, 0.002492, -0.001650> - 18632: <-0.007876, 0.002908, -0.001230> - 18633: <-0.007743, 0.003302, -0.001219> - 18634: <-0.007684, 0.003281, -0.001619> - 18635: <-0.007817, 0.002890, -0.001635> - 18636: <-0.007743, 0.003302, -0.001219> - 18637: <-0.007591, 0.003686, -0.001207> - 18638: <-0.007535, 0.003663, -0.001603> - 18639: <-0.007684, 0.003281, -0.001619> - 18640: <-0.007591, 0.003686, -0.001207> - 18641: <-0.007423, 0.004061, -0.001196> - 18642: <-0.007367, 0.004034, -0.001588> - 18643: <-0.007535, 0.003663, -0.001603> - 18644: <-0.007423, 0.004061, -0.001196> - 18645: <-0.007236, 0.004424, -0.001185> - 18646: <-0.007183, 0.004395, -0.001574> - 18647: <-0.007367, 0.004034, -0.001588> - 18648: <-0.007236, 0.004424, -0.001185> - 18649: <-0.007032, 0.004776, -0.001176> - 18650: <-0.006980, 0.004744, -0.001561> - 18651: <-0.007183, 0.004395, -0.001574> - 18652: <-0.007032, 0.004776, -0.001176> - 18653: <-0.006810, 0.005114, -0.001168> - 18654: <-0.006761, 0.005080, -0.001550> - 18655: <-0.006980, 0.004744, -0.001561> - 18656: <-0.006810, 0.005114, -0.001168> - 18657: <-0.006570, 0.005438, -0.001161> - 18658: <-0.006523, 0.005401, -0.001541> - 18659: <-0.006761, 0.005080, -0.001550> - 18660: <-0.006570, 0.005438, -0.001161> - 18661: <-0.006313, 0.005747, -0.001157> - 18662: <-0.006269, 0.005707, -0.001536> - 18663: <-0.006523, 0.005401, -0.001541> - 18664: <-0.006269, -0.005707, -0.001536> - 18665: <-0.006523, -0.005401, -0.001541> - 18666: <-0.006464, -0.005355, -0.001915> - 18667: <-0.006212, -0.005657, -0.001908> - 18668: <-0.006523, -0.005401, -0.001541> - 18669: <-0.006761, -0.005080, -0.001550> - 18670: <-0.006698, -0.005037, -0.001926> - 18671: <-0.006464, -0.005355, -0.001915> - 18672: <-0.006761, -0.005080, -0.001550> - 18673: <-0.006980, -0.004744, -0.001561> - 18674: <-0.006915, -0.004705, -0.001940> - 18675: <-0.006698, -0.005037, -0.001926> - 18676: <-0.006980, -0.004744, -0.001561> - 18677: <-0.007183, -0.004395, -0.001574> - 18678: <-0.007115, -0.004360, -0.001957> - 18679: <-0.006915, -0.004705, -0.001940> - 18680: <-0.007183, -0.004395, -0.001574> - 18681: <-0.007367, -0.004034, -0.001588> - 18682: <-0.007297, -0.004002, -0.001975> - 18683: <-0.007115, -0.004360, -0.001957> - 18684: <-0.007367, -0.004034, -0.001588> - 18685: <-0.007535, -0.003663, -0.001603> - 18686: <-0.007462, -0.003634, -0.001995> - 18687: <-0.007297, -0.004002, -0.001975> - 18688: <-0.007535, -0.003663, -0.001603> - 18689: <-0.007684, -0.003281, -0.001619> - 18690: <-0.007610, -0.003255, -0.002015> - 18691: <-0.007462, -0.003634, -0.001995> - 18692: <-0.007684, -0.003281, -0.001619> - 18693: <-0.007817, -0.002890, -0.001635> - 18694: <-0.007740, -0.002868, -0.002035> - 18695: <-0.007610, -0.003255, -0.002015> - 18696: <-0.007817, -0.002890, -0.001635> - 18697: <-0.007932, -0.002492, -0.001650> - 18698: <-0.007854, -0.002473, -0.002053> - 18699: <-0.007740, -0.002868, -0.002035> - 18700: <-0.007932, -0.002492, -0.001650> - 18701: <-0.008029, -0.002086, -0.001663> - 18702: <-0.007950, -0.002071, -0.002071> - 18703: <-0.007854, -0.002473, -0.002053> - 18704: <-0.008029, -0.002086, -0.001663> - 18705: <-0.008109, -0.001676, -0.001676> - 18706: <-0.008029, -0.001663, -0.002086> - 18707: <-0.007950, -0.002071, -0.002071> - 18708: <-0.008109, -0.001676, -0.001676> - 18709: <-0.008171, -0.001261, -0.001686> - 18710: <-0.008090, -0.001252, -0.002099> - 18711: <-0.008029, -0.001663, -0.002086> - 18712: <-0.008171, -0.001261, -0.001686> - 18713: <-0.008215, -0.000842, -0.001694> - 18714: <-0.008134, -0.000836, -0.002109> - 18715: <-0.008090, -0.001252, -0.002099> - 18716: <-0.008215, -0.000842, -0.001694> - 18717: <-0.008242, -0.000422, -0.001699> - 18718: <-0.008161, -0.000419, -0.002116> - 18719: <-0.008134, -0.000836, -0.002109> - 18720: <-0.008242, -0.000422, -0.001699> - 18721: <-0.008251, 0.000000, -0.001701> - 18722: <-0.008169, 0.000000, -0.002118> - 18723: <-0.008161, -0.000419, -0.002116> - 18724: <-0.008251, 0.000000, -0.001701> - 18725: <-0.008242, 0.000422, -0.001699> - 18726: <-0.008161, 0.000419, -0.002116> - 18727: <-0.008169, 0.000000, -0.002118> - 18728: <-0.008242, 0.000422, -0.001699> - 18729: <-0.008215, 0.000842, -0.001694> - 18730: <-0.008134, 0.000836, -0.002109> - 18731: <-0.008161, 0.000419, -0.002116> - 18732: <-0.008215, 0.000842, -0.001694> - 18733: <-0.008171, 0.001261, -0.001686> - 18734: <-0.008090, 0.001252, -0.002099> - 18735: <-0.008134, 0.000836, -0.002109> - 18736: <-0.008171, 0.001261, -0.001686> - 18737: <-0.008109, 0.001676, -0.001676> - 18738: <-0.008029, 0.001663, -0.002086> - 18739: <-0.008090, 0.001252, -0.002099> - 18740: <-0.008109, 0.001676, -0.001676> - 18741: <-0.008029, 0.002086, -0.001663> - 18742: <-0.007950, 0.002071, -0.002071> - 18743: <-0.008029, 0.001663, -0.002086> - 18744: <-0.008029, 0.002086, -0.001663> - 18745: <-0.007932, 0.002492, -0.001650> - 18746: <-0.007854, 0.002473, -0.002053> - 18747: <-0.007950, 0.002071, -0.002071> - 18748: <-0.007932, 0.002492, -0.001650> - 18749: <-0.007817, 0.002890, -0.001635> - 18750: <-0.007740, 0.002868, -0.002035> - 18751: <-0.007854, 0.002473, -0.002053> - 18752: <-0.007817, 0.002890, -0.001635> - 18753: <-0.007684, 0.003281, -0.001619> - 18754: <-0.007610, 0.003255, -0.002015> - 18755: <-0.007740, 0.002868, -0.002035> - 18756: <-0.007684, 0.003281, -0.001619> - 18757: <-0.007535, 0.003663, -0.001603> - 18758: <-0.007462, 0.003634, -0.001995> - 18759: <-0.007610, 0.003255, -0.002015> - 18760: <-0.007535, 0.003663, -0.001603> - 18761: <-0.007367, 0.004034, -0.001588> - 18762: <-0.007297, 0.004002, -0.001975> - 18763: <-0.007462, 0.003634, -0.001995> - 18764: <-0.007367, 0.004034, -0.001588> - 18765: <-0.007183, 0.004395, -0.001574> - 18766: <-0.007115, 0.004360, -0.001957> - 18767: <-0.007297, 0.004002, -0.001975> - 18768: <-0.007183, 0.004395, -0.001574> - 18769: <-0.006980, 0.004744, -0.001561> - 18770: <-0.006915, 0.004705, -0.001940> - 18771: <-0.007115, 0.004360, -0.001957> - 18772: <-0.006980, 0.004744, -0.001561> - 18773: <-0.006761, 0.005080, -0.001550> - 18774: <-0.006698, 0.005037, -0.001926> - 18775: <-0.006915, 0.004705, -0.001940> - 18776: <-0.006761, 0.005080, -0.001550> - 18777: <-0.006523, 0.005401, -0.001541> - 18778: <-0.006464, 0.005355, -0.001915> - 18779: <-0.006698, 0.005037, -0.001926> - 18780: <-0.006523, 0.005401, -0.001541> - 18781: <-0.006269, 0.005707, -0.001536> - 18782: <-0.006212, 0.005657, -0.001908> - 18783: <-0.006464, 0.005355, -0.001915> - 18784: <-0.006212, -0.005657, -0.001908> - 18785: <-0.006464, -0.005355, -0.001915> - 18786: <-0.006393, -0.005301, -0.002281> - 18787: <-0.006146, -0.005599, -0.002272> - 18788: <-0.006464, -0.005355, -0.001915> - 18789: <-0.006698, -0.005037, -0.001926> - 18790: <-0.006623, -0.004987, -0.002295> - 18791: <-0.006393, -0.005301, -0.002281> - 18792: <-0.006698, -0.005037, -0.001926> - 18793: <-0.006915, -0.004705, -0.001940> - 18794: <-0.006836, -0.004659, -0.002313> - 18795: <-0.006623, -0.004987, -0.002295> - 18796: <-0.006915, -0.004705, -0.001940> - 18797: <-0.007115, -0.004360, -0.001957> - 18798: <-0.007033, -0.004318, -0.002333> - 18799: <-0.006836, -0.004659, -0.002313> - 18800: <-0.007115, -0.004360, -0.001957> - 18801: <-0.007297, -0.004002, -0.001975> - 18802: <-0.007212, -0.003965, -0.002356> - 18803: <-0.007033, -0.004318, -0.002333> - 18804: <-0.007297, -0.004002, -0.001975> - 18805: <-0.007462, -0.003634, -0.001995> - 18806: <-0.007374, -0.003601, -0.002380> - 18807: <-0.007212, -0.003965, -0.002356> - 18808: <-0.007462, -0.003634, -0.001995> - 18809: <-0.007610, -0.003255, -0.002015> - 18810: <-0.007519, -0.003227, -0.002405> - 18811: <-0.007374, -0.003601, -0.002380> - 18812: <-0.007610, -0.003255, -0.002015> - 18813: <-0.007740, -0.002868, -0.002035> - 18814: <-0.007648, -0.002843, -0.002429> - 18815: <-0.007519, -0.003227, -0.002405> - 18816: <-0.007740, -0.002868, -0.002035> - 18817: <-0.007854, -0.002473, -0.002053> - 18818: <-0.007759, -0.002452, -0.002452> - 18819: <-0.007648, -0.002843, -0.002429> - 18820: <-0.007854, -0.002473, -0.002053> - 18821: <-0.007950, -0.002071, -0.002071> - 18822: <-0.007854, -0.002053, -0.002473> - 18823: <-0.007759, -0.002452, -0.002452> - 18824: <-0.007950, -0.002071, -0.002071> - 18825: <-0.008029, -0.001663, -0.002086> - 18826: <-0.007932, -0.001650, -0.002492> - 18827: <-0.007854, -0.002053, -0.002473> - 18828: <-0.008029, -0.001663, -0.002086> - 18829: <-0.008090, -0.001252, -0.002099> - 18830: <-0.007992, -0.001241, -0.002507> - 18831: <-0.007932, -0.001650, -0.002492> - 18832: <-0.008090, -0.001252, -0.002099> - 18833: <-0.008134, -0.000836, -0.002109> - 18834: <-0.008036, -0.000829, -0.002519> - 18835: <-0.007992, -0.001241, -0.002507> - 18836: <-0.008134, -0.000836, -0.002109> - 18837: <-0.008161, -0.000419, -0.002116> - 18838: <-0.008062, -0.000415, -0.002527> - 18839: <-0.008036, -0.000829, -0.002519> - 18840: <-0.008161, -0.000419, -0.002116> - 18841: <-0.008169, 0.000000, -0.002118> - 18842: <-0.008070, 0.000000, -0.002530> - 18843: <-0.008062, -0.000415, -0.002527> - 18844: <-0.008169, 0.000000, -0.002118> - 18845: <-0.008161, 0.000419, -0.002116> - 18846: <-0.008062, 0.000415, -0.002527> - 18847: <-0.008070, 0.000000, -0.002530> - 18848: <-0.008161, 0.000419, -0.002116> - 18849: <-0.008134, 0.000836, -0.002109> - 18850: <-0.008036, 0.000829, -0.002519> - 18851: <-0.008062, 0.000415, -0.002527> - 18852: <-0.008134, 0.000836, -0.002109> - 18853: <-0.008090, 0.001252, -0.002099> - 18854: <-0.007992, 0.001241, -0.002507> - 18855: <-0.008036, 0.000829, -0.002519> - 18856: <-0.008090, 0.001252, -0.002099> - 18857: <-0.008029, 0.001663, -0.002086> - 18858: <-0.007932, 0.001650, -0.002492> - 18859: <-0.007992, 0.001241, -0.002507> - 18860: <-0.008029, 0.001663, -0.002086> - 18861: <-0.007950, 0.002071, -0.002071> - 18862: <-0.007854, 0.002053, -0.002473> - 18863: <-0.007932, 0.001650, -0.002492> - 18864: <-0.007950, 0.002071, -0.002071> - 18865: <-0.007854, 0.002473, -0.002053> - 18866: <-0.007759, 0.002452, -0.002452> - 18867: <-0.007854, 0.002053, -0.002473> - 18868: <-0.007854, 0.002473, -0.002053> - 18869: <-0.007740, 0.002868, -0.002035> - 18870: <-0.007648, 0.002843, -0.002429> - 18871: <-0.007759, 0.002452, -0.002452> - 18872: <-0.007740, 0.002868, -0.002035> - 18873: <-0.007610, 0.003255, -0.002015> - 18874: <-0.007519, 0.003227, -0.002405> - 18875: <-0.007648, 0.002843, -0.002429> - 18876: <-0.007610, 0.003255, -0.002015> - 18877: <-0.007462, 0.003634, -0.001995> - 18878: <-0.007374, 0.003601, -0.002380> - 18879: <-0.007519, 0.003227, -0.002405> - 18880: <-0.007462, 0.003634, -0.001995> - 18881: <-0.007297, 0.004002, -0.001975> - 18882: <-0.007212, 0.003965, -0.002356> - 18883: <-0.007374, 0.003601, -0.002380> - 18884: <-0.007297, 0.004002, -0.001975> - 18885: <-0.007115, 0.004360, -0.001957> - 18886: <-0.007033, 0.004318, -0.002333> - 18887: <-0.007212, 0.003965, -0.002356> - 18888: <-0.007115, 0.004360, -0.001957> - 18889: <-0.006915, 0.004705, -0.001940> - 18890: <-0.006836, 0.004659, -0.002313> - 18891: <-0.007033, 0.004318, -0.002333> - 18892: <-0.006915, 0.004705, -0.001940> - 18893: <-0.006698, 0.005037, -0.001926> - 18894: <-0.006623, 0.004987, -0.002295> - 18895: <-0.006836, 0.004659, -0.002313> - 18896: <-0.006698, 0.005037, -0.001926> - 18897: <-0.006464, 0.005355, -0.001915> - 18898: <-0.006393, 0.005301, -0.002281> - 18899: <-0.006623, 0.004987, -0.002295> - 18900: <-0.006464, 0.005355, -0.001915> - 18901: <-0.006212, 0.005657, -0.001908> - 18902: <-0.006146, 0.005599, -0.002272> - 18903: <-0.006393, 0.005301, -0.002281> - 18904: <-0.006146, -0.005599, -0.002272> - 18905: <-0.006393, -0.005301, -0.002281> - 18906: <-0.006311, -0.005240, -0.002638> - 18907: <-0.006069, -0.005533, -0.002627> - 18908: <-0.006393, -0.005301, -0.002281> - 18909: <-0.006623, -0.004987, -0.002295> - 18910: <-0.006537, -0.004931, -0.002655> - 18911: <-0.006311, -0.005240, -0.002638> - 18912: <-0.006623, -0.004987, -0.002295> - 18913: <-0.006836, -0.004659, -0.002313> - 18914: <-0.006745, -0.004609, -0.002676> - 18915: <-0.006537, -0.004931, -0.002655> - 18916: <-0.006836, -0.004659, -0.002313> - 18917: <-0.007033, -0.004318, -0.002333> - 18918: <-0.006937, -0.004273, -0.002701> - 18919: <-0.006745, -0.004609, -0.002676> - 18920: <-0.007033, -0.004318, -0.002333> - 18921: <-0.007212, -0.003965, -0.002356> - 18922: <-0.007112, -0.003924, -0.002729> - 18923: <-0.006937, -0.004273, -0.002701> - 18924: <-0.007212, -0.003965, -0.002356> - 18925: <-0.007374, -0.003601, -0.002380> - 18926: <-0.007270, -0.003565, -0.002758> - 18927: <-0.007112, -0.003924, -0.002729> - 18928: <-0.007374, -0.003601, -0.002380> - 18929: <-0.007519, -0.003227, -0.002405> - 18930: <-0.007412, -0.003195, -0.002787> - 18931: <-0.007270, -0.003565, -0.002758> - 18932: <-0.007519, -0.003227, -0.002405> - 18933: <-0.007648, -0.002843, -0.002429> - 18934: <-0.007538, -0.002816, -0.002816> - 18935: <-0.007412, -0.003195, -0.002787> - 18936: <-0.007648, -0.002843, -0.002429> - 18937: <-0.007759, -0.002452, -0.002452> - 18938: <-0.007648, -0.002429, -0.002843> - 18939: <-0.007538, -0.002816, -0.002816> - 18940: <-0.007759, -0.002452, -0.002452> - 18941: <-0.007854, -0.002053, -0.002473> - 18942: <-0.007740, -0.002035, -0.002868> - 18943: <-0.007648, -0.002429, -0.002843> - 18944: <-0.007854, -0.002053, -0.002473> - 18945: <-0.007932, -0.001650, -0.002492> - 18946: <-0.007817, -0.001635, -0.002890> - 18947: <-0.007740, -0.002035, -0.002868> - 18948: <-0.007932, -0.001650, -0.002492> - 18949: <-0.007992, -0.001241, -0.002507> - 18950: <-0.007876, -0.001230, -0.002908> - 18951: <-0.007817, -0.001635, -0.002890> - 18952: <-0.007992, -0.001241, -0.002507> - 18953: <-0.008036, -0.000829, -0.002519> - 18954: <-0.007919, -0.000822, -0.002922> - 18955: <-0.007876, -0.001230, -0.002908> - 18956: <-0.008036, -0.000829, -0.002519> - 18957: <-0.008062, -0.000415, -0.002527> - 18958: <-0.007945, -0.000412, -0.002931> - 18959: <-0.007919, -0.000822, -0.002922> - 18960: <-0.008062, -0.000415, -0.002527> - 18961: <-0.008070, 0.000000, -0.002530> - 18962: <-0.007953, 0.000000, -0.002934> - 18963: <-0.007945, -0.000412, -0.002931> - 18964: <-0.008070, 0.000000, -0.002530> - 18965: <-0.008062, 0.000415, -0.002527> - 18966: <-0.007945, 0.000412, -0.002931> - 18967: <-0.007953, 0.000000, -0.002934> - 18968: <-0.008062, 0.000415, -0.002527> - 18969: <-0.008036, 0.000829, -0.002519> - 18970: <-0.007919, 0.000822, -0.002922> - 18971: <-0.007945, 0.000412, -0.002931> - 18972: <-0.008036, 0.000829, -0.002519> - 18973: <-0.007992, 0.001241, -0.002507> - 18974: <-0.007876, 0.001230, -0.002908> - 18975: <-0.007919, 0.000822, -0.002922> - 18976: <-0.007992, 0.001241, -0.002507> - 18977: <-0.007932, 0.001650, -0.002492> - 18978: <-0.007817, 0.001635, -0.002890> - 18979: <-0.007876, 0.001230, -0.002908> - 18980: <-0.007932, 0.001650, -0.002492> - 18981: <-0.007854, 0.002053, -0.002473> - 18982: <-0.007740, 0.002035, -0.002868> - 18983: <-0.007817, 0.001635, -0.002890> - 18984: <-0.007854, 0.002053, -0.002473> - 18985: <-0.007759, 0.002452, -0.002452> - 18986: <-0.007648, 0.002429, -0.002843> - 18987: <-0.007740, 0.002035, -0.002868> - 18988: <-0.007759, 0.002452, -0.002452> - 18989: <-0.007648, 0.002843, -0.002429> - 18990: <-0.007538, 0.002816, -0.002816> - 18991: <-0.007648, 0.002429, -0.002843> - 18992: <-0.007648, 0.002843, -0.002429> - 18993: <-0.007519, 0.003227, -0.002405> - 18994: <-0.007412, 0.003195, -0.002787> - 18995: <-0.007538, 0.002816, -0.002816> - 18996: <-0.007519, 0.003227, -0.002405> - 18997: <-0.007374, 0.003601, -0.002380> - 18998: <-0.007270, 0.003565, -0.002758> - 18999: <-0.007412, 0.003195, -0.002787> - 19000: <-0.007374, 0.003601, -0.002380> - 19001: <-0.007212, 0.003965, -0.002356> - 19002: <-0.007112, 0.003924, -0.002729> - 19003: <-0.007270, 0.003565, -0.002758> - 19004: <-0.007212, 0.003965, -0.002356> - 19005: <-0.007033, 0.004318, -0.002333> - 19006: <-0.006937, 0.004273, -0.002701> - 19007: <-0.007112, 0.003924, -0.002729> - 19008: <-0.007033, 0.004318, -0.002333> - 19009: <-0.006836, 0.004659, -0.002313> - 19010: <-0.006745, 0.004609, -0.002676> - 19011: <-0.006937, 0.004273, -0.002701> - 19012: <-0.006836, 0.004659, -0.002313> - 19013: <-0.006623, 0.004987, -0.002295> - 19014: <-0.006537, 0.004931, -0.002655> - 19015: <-0.006745, 0.004609, -0.002676> - 19016: <-0.006623, 0.004987, -0.002295> - 19017: <-0.006393, 0.005301, -0.002281> - 19018: <-0.006311, 0.005240, -0.002638> - 19019: <-0.006537, 0.004931, -0.002655> - 19020: <-0.006393, 0.005301, -0.002281> - 19021: <-0.006146, 0.005599, -0.002272> - 19022: <-0.006069, 0.005533, -0.002627> - 19023: <-0.006311, 0.005240, -0.002638> - 19024: <-0.006069, -0.005533, -0.002627> - 19025: <-0.006311, -0.005240, -0.002638> - 19026: <-0.006219, -0.005172, -0.002984> - 19027: <-0.005983, -0.005459, -0.002971> - 19028: <-0.006311, -0.005240, -0.002638> - 19029: <-0.006537, -0.004931, -0.002655> - 19030: <-0.006439, -0.004870, -0.003004> - 19031: <-0.006219, -0.005172, -0.002984> - 19032: <-0.006537, -0.004931, -0.002655> - 19033: <-0.006745, -0.004609, -0.002676> - 19034: <-0.006641, -0.004553, -0.003030> - 19035: <-0.006439, -0.004870, -0.003004> - 19036: <-0.006745, -0.004609, -0.002676> - 19037: <-0.006937, -0.004273, -0.002701> - 19038: <-0.006828, -0.004223, -0.003060> - 19039: <-0.006641, -0.004553, -0.003030> - 19040: <-0.006937, -0.004273, -0.002701> - 19041: <-0.007112, -0.003924, -0.002729> - 19042: <-0.006998, -0.003880, -0.003093> - 19043: <-0.006828, -0.004223, -0.003060> - 19044: <-0.007112, -0.003924, -0.002729> - 19045: <-0.007270, -0.003565, -0.002758> - 19046: <-0.007152, -0.003526, -0.003127> - 19047: <-0.006998, -0.003880, -0.003093> - 19048: <-0.007270, -0.003565, -0.002758> - 19049: <-0.007412, -0.003195, -0.002787> - 19050: <-0.007290, -0.003162, -0.003162> - 19051: <-0.007152, -0.003526, -0.003127> - 19052: <-0.007412, -0.003195, -0.002787> - 19053: <-0.007538, -0.002816, -0.002816> - 19054: <-0.007412, -0.002787, -0.003195> - 19055: <-0.007290, -0.003162, -0.003162> - 19056: <-0.007538, -0.002816, -0.002816> - 19057: <-0.007648, -0.002429, -0.002843> - 19058: <-0.007519, -0.002405, -0.003227> - 19059: <-0.007412, -0.002787, -0.003195> - 19060: <-0.007648, -0.002429, -0.002843> - 19061: <-0.007740, -0.002035, -0.002868> - 19062: <-0.007610, -0.002015, -0.003255> - 19063: <-0.007519, -0.002405, -0.003227> - 19064: <-0.007740, -0.002035, -0.002868> - 19065: <-0.007817, -0.001635, -0.002890> - 19066: <-0.007684, -0.001619, -0.003281> - 19067: <-0.007610, -0.002015, -0.003255> - 19068: <-0.007817, -0.001635, -0.002890> - 19069: <-0.007876, -0.001230, -0.002908> - 19070: <-0.007743, -0.001219, -0.003302> - 19071: <-0.007684, -0.001619, -0.003281> - 19072: <-0.007876, -0.001230, -0.002908> - 19073: <-0.007919, -0.000822, -0.002922> - 19074: <-0.007785, -0.000814, -0.003318> - 19075: <-0.007743, -0.001219, -0.003302> - 19076: <-0.007919, -0.000822, -0.002922> - 19077: <-0.007945, -0.000412, -0.002931> - 19078: <-0.007810, -0.000408, -0.003328> - 19079: <-0.007785, -0.000814, -0.003318> - 19080: <-0.007945, -0.000412, -0.002931> - 19081: <-0.007953, 0.000000, -0.002934> - 19082: <-0.007818, 0.000000, -0.003331> - 19083: <-0.007810, -0.000408, -0.003328> - 19084: <-0.007953, 0.000000, -0.002934> - 19085: <-0.007945, 0.000412, -0.002931> - 19086: <-0.007810, 0.000408, -0.003328> - 19087: <-0.007818, 0.000000, -0.003331> - 19088: <-0.007945, 0.000412, -0.002931> - 19089: <-0.007919, 0.000822, -0.002922> - 19090: <-0.007785, 0.000814, -0.003318> - 19091: <-0.007810, 0.000408, -0.003328> - 19092: <-0.007919, 0.000822, -0.002922> - 19093: <-0.007876, 0.001230, -0.002908> - 19094: <-0.007743, 0.001219, -0.003302> - 19095: <-0.007785, 0.000814, -0.003318> - 19096: <-0.007876, 0.001230, -0.002908> - 19097: <-0.007817, 0.001635, -0.002890> - 19098: <-0.007684, 0.001619, -0.003281> - 19099: <-0.007743, 0.001219, -0.003302> - 19100: <-0.007817, 0.001635, -0.002890> - 19101: <-0.007740, 0.002035, -0.002868> - 19102: <-0.007610, 0.002015, -0.003255> - 19103: <-0.007684, 0.001619, -0.003281> - 19104: <-0.007740, 0.002035, -0.002868> - 19105: <-0.007648, 0.002429, -0.002843> - 19106: <-0.007519, 0.002405, -0.003227> - 19107: <-0.007610, 0.002015, -0.003255> - 19108: <-0.007648, 0.002429, -0.002843> - 19109: <-0.007538, 0.002816, -0.002816> - 19110: <-0.007412, 0.002787, -0.003195> - 19111: <-0.007519, 0.002405, -0.003227> - 19112: <-0.007538, 0.002816, -0.002816> - 19113: <-0.007412, 0.003195, -0.002787> - 19114: <-0.007290, 0.003162, -0.003162> - 19115: <-0.007412, 0.002787, -0.003195> - 19116: <-0.007412, 0.003195, -0.002787> - 19117: <-0.007270, 0.003565, -0.002758> - 19118: <-0.007152, 0.003526, -0.003127> - 19119: <-0.007290, 0.003162, -0.003162> - 19120: <-0.007270, 0.003565, -0.002758> - 19121: <-0.007112, 0.003924, -0.002729> - 19122: <-0.006998, 0.003880, -0.003093> - 19123: <-0.007152, 0.003526, -0.003127> - 19124: <-0.007112, 0.003924, -0.002729> - 19125: <-0.006937, 0.004273, -0.002701> - 19126: <-0.006828, 0.004223, -0.003060> - 19127: <-0.006998, 0.003880, -0.003093> - 19128: <-0.006937, 0.004273, -0.002701> - 19129: <-0.006745, 0.004609, -0.002676> - 19130: <-0.006641, 0.004553, -0.003030> - 19131: <-0.006828, 0.004223, -0.003060> - 19132: <-0.006745, 0.004609, -0.002676> - 19133: <-0.006537, 0.004931, -0.002655> - 19134: <-0.006439, 0.004870, -0.003004> - 19135: <-0.006641, 0.004553, -0.003030> - 19136: <-0.006537, 0.004931, -0.002655> - 19137: <-0.006311, 0.005240, -0.002638> - 19138: <-0.006219, 0.005172, -0.002984> - 19139: <-0.006439, 0.004870, -0.003004> - 19140: <-0.006311, 0.005240, -0.002638> - 19141: <-0.006069, 0.005533, -0.002627> - 19142: <-0.005983, 0.005459, -0.002971> - 19143: <-0.006219, 0.005172, -0.002984> - 19144: <-0.005983, -0.005459, -0.002971> - 19145: <-0.006219, -0.005172, -0.002984> - 19146: <-0.006117, -0.005099, -0.003318> - 19147: <-0.005888, -0.005379, -0.003302> - 19148: <-0.006219, -0.005172, -0.002984> - 19149: <-0.006439, -0.004870, -0.003004> - 19150: <-0.006329, -0.004804, -0.003342> - 19151: <-0.006117, -0.005099, -0.003318> - 19152: <-0.006439, -0.004870, -0.003004> - 19153: <-0.006641, -0.004553, -0.003030> - 19154: <-0.006525, -0.004494, -0.003372> - 19155: <-0.006329, -0.004804, -0.003342> - 19156: <-0.006641, -0.004553, -0.003030> - 19157: <-0.006828, -0.004223, -0.003060> - 19158: <-0.006705, -0.004170, -0.003407> - 19159: <-0.006525, -0.004494, -0.003372> - 19160: <-0.006828, -0.004223, -0.003060> - 19161: <-0.006998, -0.003880, -0.003093> - 19162: <-0.006870, -0.003834, -0.003446> - 19163: <-0.006705, -0.004170, -0.003407> - 19164: <-0.006998, -0.003880, -0.003093> - 19165: <-0.007152, -0.003526, -0.003127> - 19166: <-0.007018, -0.003486, -0.003486> - 19167: <-0.006870, -0.003834, -0.003446> - 19168: <-0.007152, -0.003526, -0.003127> - 19169: <-0.007290, -0.003162, -0.003162> - 19170: <-0.007152, -0.003127, -0.003526> - 19171: <-0.007018, -0.003486, -0.003486> - 19172: <-0.007290, -0.003162, -0.003162> - 19173: <-0.007412, -0.002787, -0.003195> - 19174: <-0.007270, -0.002758, -0.003565> - 19175: <-0.007152, -0.003127, -0.003526> - 19176: <-0.007412, -0.002787, -0.003195> - 19177: <-0.007519, -0.002405, -0.003227> - 19178: <-0.007374, -0.002380, -0.003601> - 19179: <-0.007270, -0.002758, -0.003565> - 19180: <-0.007519, -0.002405, -0.003227> - 19181: <-0.007610, -0.002015, -0.003255> - 19182: <-0.007462, -0.001995, -0.003634> - 19183: <-0.007374, -0.002380, -0.003601> - 19184: <-0.007610, -0.002015, -0.003255> - 19185: <-0.007684, -0.001619, -0.003281> - 19186: <-0.007535, -0.001603, -0.003663> - 19187: <-0.007462, -0.001995, -0.003634> - 19188: <-0.007684, -0.001619, -0.003281> - 19189: <-0.007743, -0.001219, -0.003302> - 19190: <-0.007591, -0.001207, -0.003686> - 19191: <-0.007535, -0.001603, -0.003663> - 19192: <-0.007743, -0.001219, -0.003302> - 19193: <-0.007785, -0.000814, -0.003318> - 19194: <-0.007632, -0.000807, -0.003704> - 19195: <-0.007591, -0.001207, -0.003686> - 19196: <-0.007785, -0.000814, -0.003318> - 19197: <-0.007810, -0.000408, -0.003328> - 19198: <-0.007657, -0.000404, -0.003716> - 19199: <-0.007632, -0.000807, -0.003704> - 19200: <-0.007810, -0.000408, -0.003328> - 19201: <-0.007818, 0.000000, -0.003331> - 19202: <-0.007665, 0.000000, -0.003720> - 19203: <-0.007657, -0.000404, -0.003716> - 19204: <-0.007818, 0.000000, -0.003331> - 19205: <-0.007810, 0.000408, -0.003328> - 19206: <-0.007657, 0.000404, -0.003716> - 19207: <-0.007665, 0.000000, -0.003720> - 19208: <-0.007810, 0.000408, -0.003328> - 19209: <-0.007785, 0.000814, -0.003318> - 19210: <-0.007632, 0.000807, -0.003704> - 19211: <-0.007657, 0.000404, -0.003716> - 19212: <-0.007785, 0.000814, -0.003318> - 19213: <-0.007743, 0.001219, -0.003302> - 19214: <-0.007591, 0.001207, -0.003686> - 19215: <-0.007632, 0.000807, -0.003704> - 19216: <-0.007743, 0.001219, -0.003302> - 19217: <-0.007684, 0.001619, -0.003281> - 19218: <-0.007535, 0.001603, -0.003663> - 19219: <-0.007591, 0.001207, -0.003686> - 19220: <-0.007684, 0.001619, -0.003281> - 19221: <-0.007610, 0.002015, -0.003255> - 19222: <-0.007462, 0.001995, -0.003634> - 19223: <-0.007535, 0.001603, -0.003663> - 19224: <-0.007610, 0.002015, -0.003255> - 19225: <-0.007519, 0.002405, -0.003227> - 19226: <-0.007374, 0.002380, -0.003601> - 19227: <-0.007462, 0.001995, -0.003634> - 19228: <-0.007519, 0.002405, -0.003227> - 19229: <-0.007412, 0.002787, -0.003195> - 19230: <-0.007270, 0.002758, -0.003565> - 19231: <-0.007374, 0.002380, -0.003601> - 19232: <-0.007412, 0.002787, -0.003195> - 19233: <-0.007290, 0.003162, -0.003162> - 19234: <-0.007152, 0.003127, -0.003526> - 19235: <-0.007270, 0.002758, -0.003565> - 19236: <-0.007290, 0.003162, -0.003162> - 19237: <-0.007152, 0.003526, -0.003127> - 19238: <-0.007018, 0.003486, -0.003486> - 19239: <-0.007152, 0.003127, -0.003526> - 19240: <-0.007152, 0.003526, -0.003127> - 19241: <-0.006998, 0.003880, -0.003093> - 19242: <-0.006870, 0.003834, -0.003446> - 19243: <-0.007018, 0.003486, -0.003486> - 19244: <-0.006998, 0.003880, -0.003093> - 19245: <-0.006828, 0.004223, -0.003060> - 19246: <-0.006705, 0.004170, -0.003407> - 19247: <-0.006870, 0.003834, -0.003446> - 19248: <-0.006828, 0.004223, -0.003060> - 19249: <-0.006641, 0.004553, -0.003030> - 19250: <-0.006525, 0.004494, -0.003372> - 19251: <-0.006705, 0.004170, -0.003407> - 19252: <-0.006641, 0.004553, -0.003030> - 19253: <-0.006439, 0.004870, -0.003004> - 19254: <-0.006329, 0.004804, -0.003342> - 19255: <-0.006525, 0.004494, -0.003372> - 19256: <-0.006439, 0.004870, -0.003004> - 19257: <-0.006219, 0.005172, -0.002984> - 19258: <-0.006117, 0.005099, -0.003318> - 19259: <-0.006329, 0.004804, -0.003342> - 19260: <-0.006219, 0.005172, -0.002984> - 19261: <-0.005983, 0.005459, -0.002971> - 19262: <-0.005888, 0.005379, -0.003302> - 19263: <-0.006117, 0.005099, -0.003318> - 19264: <-0.005888, -0.005379, -0.003302> - 19265: <-0.006117, -0.005099, -0.003318> - 19266: <-0.006006, -0.005023, -0.003637> - 19267: <-0.005786, -0.005294, -0.003619> - 19268: <-0.006117, -0.005099, -0.003318> - 19269: <-0.006329, -0.004804, -0.003342> - 19270: <-0.006210, -0.004736, -0.003666> - 19271: <-0.006006, -0.005023, -0.003637> - 19272: <-0.006329, -0.004804, -0.003342> - 19273: <-0.006525, -0.004494, -0.003372> - 19274: <-0.006397, -0.004434, -0.003701> - 19275: <-0.006210, -0.004736, -0.003666> - 19276: <-0.006525, -0.004494, -0.003372> - 19277: <-0.006705, -0.004170, -0.003407> - 19278: <-0.006570, -0.004117, -0.003743> - 19279: <-0.006397, -0.004434, -0.003701> - 19280: <-0.006705, -0.004170, -0.003407> - 19281: <-0.006870, -0.003834, -0.003446> - 19282: <-0.006727, -0.003788, -0.003788> - 19283: <-0.006570, -0.004117, -0.003743> - 19284: <-0.006870, -0.003834, -0.003446> - 19285: <-0.007018, -0.003486, -0.003486> - 19286: <-0.006870, -0.003446, -0.003834> - 19287: <-0.006727, -0.003788, -0.003788> - 19288: <-0.007018, -0.003486, -0.003486> - 19289: <-0.007152, -0.003127, -0.003526> - 19290: <-0.006998, -0.003093, -0.003880> - 19291: <-0.006870, -0.003446, -0.003834> - 19292: <-0.007152, -0.003127, -0.003526> - 19293: <-0.007270, -0.002758, -0.003565> - 19294: <-0.007112, -0.002729, -0.003924> - 19295: <-0.006998, -0.003093, -0.003880> - 19296: <-0.007270, -0.002758, -0.003565> - 19297: <-0.007374, -0.002380, -0.003601> - 19298: <-0.007212, -0.002356, -0.003965> - 19299: <-0.007112, -0.002729, -0.003924> - 19300: <-0.007374, -0.002380, -0.003601> - 19301: <-0.007462, -0.001995, -0.003634> - 19302: <-0.007297, -0.001975, -0.004002> - 19303: <-0.007212, -0.002356, -0.003965> - 19304: <-0.007462, -0.001995, -0.003634> - 19305: <-0.007535, -0.001603, -0.003663> - 19306: <-0.007367, -0.001588, -0.004034> - 19307: <-0.007297, -0.001975, -0.004002> - 19308: <-0.007535, -0.001603, -0.003663> - 19309: <-0.007591, -0.001207, -0.003686> - 19310: <-0.007423, -0.001196, -0.004061> - 19311: <-0.007367, -0.001588, -0.004034> - 19312: <-0.007591, -0.001207, -0.003686> - 19313: <-0.007632, -0.000807, -0.003704> - 19314: <-0.007462, -0.000799, -0.004081> - 19315: <-0.007423, -0.001196, -0.004061> - 19316: <-0.007632, -0.000807, -0.003704> - 19317: <-0.007657, -0.000404, -0.003716> - 19318: <-0.007487, -0.000400, -0.004093> - 19319: <-0.007462, -0.000799, -0.004081> - 19320: <-0.007657, -0.000404, -0.003716> - 19321: <-0.007665, 0.000000, -0.003720> - 19322: <-0.007495, 0.000000, -0.004098> - 19323: <-0.007487, -0.000400, -0.004093> - 19324: <-0.007665, 0.000000, -0.003720> - 19325: <-0.007657, 0.000404, -0.003716> - 19326: <-0.007487, 0.000400, -0.004093> - 19327: <-0.007495, 0.000000, -0.004098> - 19328: <-0.007657, 0.000404, -0.003716> - 19329: <-0.007632, 0.000807, -0.003704> - 19330: <-0.007462, 0.000799, -0.004081> - 19331: <-0.007487, 0.000400, -0.004093> - 19332: <-0.007632, 0.000807, -0.003704> - 19333: <-0.007591, 0.001207, -0.003686> - 19334: <-0.007423, 0.001196, -0.004061> - 19335: <-0.007462, 0.000799, -0.004081> - 19336: <-0.007591, 0.001207, -0.003686> - 19337: <-0.007535, 0.001603, -0.003663> - 19338: <-0.007367, 0.001588, -0.004034> - 19339: <-0.007423, 0.001196, -0.004061> - 19340: <-0.007535, 0.001603, -0.003663> - 19341: <-0.007462, 0.001995, -0.003634> - 19342: <-0.007297, 0.001975, -0.004002> - 19343: <-0.007367, 0.001588, -0.004034> - 19344: <-0.007462, 0.001995, -0.003634> - 19345: <-0.007374, 0.002380, -0.003601> - 19346: <-0.007212, 0.002356, -0.003965> - 19347: <-0.007297, 0.001975, -0.004002> - 19348: <-0.007374, 0.002380, -0.003601> - 19349: <-0.007270, 0.002758, -0.003565> - 19350: <-0.007112, 0.002729, -0.003924> - 19351: <-0.007212, 0.002356, -0.003965> - 19352: <-0.007270, 0.002758, -0.003565> - 19353: <-0.007152, 0.003127, -0.003526> - 19354: <-0.006998, 0.003093, -0.003880> - 19355: <-0.007112, 0.002729, -0.003924> - 19356: <-0.007152, 0.003127, -0.003526> - 19357: <-0.007018, 0.003486, -0.003486> - 19358: <-0.006870, 0.003446, -0.003834> - 19359: <-0.006998, 0.003093, -0.003880> - 19360: <-0.007018, 0.003486, -0.003486> - 19361: <-0.006870, 0.003834, -0.003446> - 19362: <-0.006727, 0.003788, -0.003788> - 19363: <-0.006870, 0.003446, -0.003834> - 19364: <-0.006870, 0.003834, -0.003446> - 19365: <-0.006705, 0.004170, -0.003407> - 19366: <-0.006570, 0.004117, -0.003743> - 19367: <-0.006727, 0.003788, -0.003788> - 19368: <-0.006705, 0.004170, -0.003407> - 19369: <-0.006525, 0.004494, -0.003372> - 19370: <-0.006397, 0.004434, -0.003701> - 19371: <-0.006570, 0.004117, -0.003743> - 19372: <-0.006525, 0.004494, -0.003372> - 19373: <-0.006329, 0.004804, -0.003342> - 19374: <-0.006210, 0.004736, -0.003666> - 19375: <-0.006397, 0.004434, -0.003701> - 19376: <-0.006329, 0.004804, -0.003342> - 19377: <-0.006117, 0.005099, -0.003318> - 19378: <-0.006006, 0.005023, -0.003637> - 19379: <-0.006210, 0.004736, -0.003666> - 19380: <-0.006117, 0.005099, -0.003318> - 19381: <-0.005888, 0.005379, -0.003302> - 19382: <-0.005786, 0.005294, -0.003619> - 19383: <-0.006006, 0.005023, -0.003637> - 19384: <-0.005786, -0.005294, -0.003619> - 19385: <-0.006006, -0.005023, -0.003637> - 19386: <-0.005887, -0.004946, -0.003941> - 19387: <-0.005678, -0.005207, -0.003918> - 19388: <-0.006006, -0.005023, -0.003637> - 19389: <-0.006210, -0.004736, -0.003666> - 19390: <-0.006080, -0.004668, -0.003975> - 19391: <-0.005887, -0.004946, -0.003941> - 19392: <-0.006210, -0.004736, -0.003666> - 19393: <-0.006397, -0.004434, -0.003701> - 19394: <-0.006257, -0.004374, -0.004017> - 19395: <-0.006080, -0.004668, -0.003975> - 19396: <-0.006397, -0.004434, -0.003701> - 19397: <-0.006570, -0.004117, -0.003743> - 19398: <-0.006421, -0.004065, -0.004065> - 19399: <-0.006257, -0.004374, -0.004017> - 19400: <-0.006570, -0.004117, -0.003743> - 19401: <-0.006727, -0.003788, -0.003788> - 19402: <-0.006570, -0.003743, -0.004117> - 19403: <-0.006421, -0.004065, -0.004065> - 19404: <-0.006727, -0.003788, -0.003788> - 19405: <-0.006870, -0.003446, -0.003834> - 19406: <-0.006705, -0.003407, -0.004170> - 19407: <-0.006570, -0.003743, -0.004117> - 19408: <-0.006870, -0.003446, -0.003834> - 19409: <-0.006998, -0.003093, -0.003880> - 19410: <-0.006828, -0.003060, -0.004223> - 19411: <-0.006705, -0.003407, -0.004170> - 19412: <-0.006998, -0.003093, -0.003880> - 19413: <-0.007112, -0.002729, -0.003924> - 19414: <-0.006937, -0.002701, -0.004273> - 19415: <-0.006828, -0.003060, -0.004223> - 19416: <-0.007112, -0.002729, -0.003924> - 19417: <-0.007212, -0.002356, -0.003965> - 19418: <-0.007033, -0.002333, -0.004318> - 19419: <-0.006937, -0.002701, -0.004273> - 19420: <-0.007212, -0.002356, -0.003965> - 19421: <-0.007297, -0.001975, -0.004002> - 19422: <-0.007115, -0.001957, -0.004360> - 19423: <-0.007033, -0.002333, -0.004318> - 19424: <-0.007297, -0.001975, -0.004002> - 19425: <-0.007367, -0.001588, -0.004034> - 19426: <-0.007183, -0.001574, -0.004395> - 19427: <-0.007115, -0.001957, -0.004360> - 19428: <-0.007367, -0.001588, -0.004034> - 19429: <-0.007423, -0.001196, -0.004061> - 19430: <-0.007236, -0.001185, -0.004424> - 19431: <-0.007183, -0.001574, -0.004395> - 19432: <-0.007423, -0.001196, -0.004061> - 19433: <-0.007462, -0.000799, -0.004081> - 19434: <-0.007275, -0.000792, -0.004446> - 19435: <-0.007236, -0.001185, -0.004424> - 19436: <-0.007462, -0.000799, -0.004081> - 19437: <-0.007487, -0.000400, -0.004093> - 19438: <-0.007298, -0.000397, -0.004460> - 19439: <-0.007275, -0.000792, -0.004446> - 19440: <-0.007487, -0.000400, -0.004093> - 19441: <-0.007495, 0.000000, -0.004098> - 19442: <-0.007306, 0.000000, -0.004465> - 19443: <-0.007298, -0.000397, -0.004460> - 19444: <-0.007495, 0.000000, -0.004098> - 19445: <-0.007487, 0.000400, -0.004093> - 19446: <-0.007298, 0.000397, -0.004460> - 19447: <-0.007306, 0.000000, -0.004465> - 19448: <-0.007487, 0.000400, -0.004093> - 19449: <-0.007462, 0.000799, -0.004081> - 19450: <-0.007275, 0.000792, -0.004446> - 19451: <-0.007298, 0.000397, -0.004460> - 19452: <-0.007462, 0.000799, -0.004081> - 19453: <-0.007423, 0.001196, -0.004061> - 19454: <-0.007236, 0.001185, -0.004424> - 19455: <-0.007275, 0.000792, -0.004446> - 19456: <-0.007423, 0.001196, -0.004061> - 19457: <-0.007367, 0.001588, -0.004034> - 19458: <-0.007183, 0.001574, -0.004395> - 19459: <-0.007236, 0.001185, -0.004424> - 19460: <-0.007367, 0.001588, -0.004034> - 19461: <-0.007297, 0.001975, -0.004002> - 19462: <-0.007115, 0.001957, -0.004360> - 19463: <-0.007183, 0.001574, -0.004395> - 19464: <-0.007297, 0.001975, -0.004002> - 19465: <-0.007212, 0.002356, -0.003965> - 19466: <-0.007033, 0.002333, -0.004318> - 19467: <-0.007115, 0.001957, -0.004360> - 19468: <-0.007212, 0.002356, -0.003965> - 19469: <-0.007112, 0.002729, -0.003924> - 19470: <-0.006937, 0.002701, -0.004273> - 19471: <-0.007033, 0.002333, -0.004318> - 19472: <-0.007112, 0.002729, -0.003924> - 19473: <-0.006998, 0.003093, -0.003880> - 19474: <-0.006828, 0.003060, -0.004223> - 19475: <-0.006937, 0.002701, -0.004273> - 19476: <-0.006998, 0.003093, -0.003880> - 19477: <-0.006870, 0.003446, -0.003834> - 19478: <-0.006705, 0.003407, -0.004170> - 19479: <-0.006828, 0.003060, -0.004223> - 19480: <-0.006870, 0.003446, -0.003834> - 19481: <-0.006727, 0.003788, -0.003788> - 19482: <-0.006570, 0.003743, -0.004117> - 19483: <-0.006705, 0.003407, -0.004170> - 19484: <-0.006727, 0.003788, -0.003788> - 19485: <-0.006570, 0.004117, -0.003743> - 19486: <-0.006421, 0.004065, -0.004065> - 19487: <-0.006570, 0.003743, -0.004117> - 19488: <-0.006570, 0.004117, -0.003743> - 19489: <-0.006397, 0.004434, -0.003701> - 19490: <-0.006257, 0.004374, -0.004017> - 19491: <-0.006421, 0.004065, -0.004065> - 19492: <-0.006397, 0.004434, -0.003701> - 19493: <-0.006210, 0.004736, -0.003666> - 19494: <-0.006080, 0.004668, -0.003975> - 19495: <-0.006257, 0.004374, -0.004017> - 19496: <-0.006210, 0.004736, -0.003666> - 19497: <-0.006006, 0.005023, -0.003637> - 19498: <-0.005887, 0.004946, -0.003941> - 19499: <-0.006080, 0.004668, -0.003975> - 19500: <-0.006006, 0.005023, -0.003637> - 19501: <-0.005786, 0.005294, -0.003619> - 19502: <-0.005678, 0.005207, -0.003918> - 19503: <-0.005887, 0.004946, -0.003941> - 19504: <-0.005678, -0.005207, -0.003918> - 19505: <-0.005887, -0.004946, -0.003941> - 19506: <-0.005760, -0.004870, -0.004226> - 19507: <-0.005564, -0.005120, -0.004199> - 19508: <-0.005887, -0.004946, -0.003941> - 19509: <-0.006080, -0.004668, -0.003975> - 19510: <-0.005939, -0.004602, -0.004267> - 19511: <-0.005760, -0.004870, -0.004226> - 19512: <-0.006080, -0.004668, -0.003975> - 19513: <-0.006257, -0.004374, -0.004017> - 19514: <-0.006105, -0.004318, -0.004318> - 19515: <-0.005939, -0.004602, -0.004267> - 19516: <-0.006257, -0.004374, -0.004017> - 19517: <-0.006421, -0.004065, -0.004065> - 19518: <-0.006257, -0.004017, -0.004374> - 19519: <-0.006105, -0.004318, -0.004318> - 19520: <-0.006421, -0.004065, -0.004065> - 19521: <-0.006570, -0.003743, -0.004117> - 19522: <-0.006397, -0.003701, -0.004434> - 19523: <-0.006257, -0.004017, -0.004374> - 19524: <-0.006570, -0.003743, -0.004117> - 19525: <-0.006705, -0.003407, -0.004170> - 19526: <-0.006525, -0.003372, -0.004494> - 19527: <-0.006397, -0.003701, -0.004434> - 19528: <-0.006705, -0.003407, -0.004170> - 19529: <-0.006828, -0.003060, -0.004223> - 19530: <-0.006641, -0.003030, -0.004553> - 19531: <-0.006525, -0.003372, -0.004494> - 19532: <-0.006828, -0.003060, -0.004223> - 19533: <-0.006937, -0.002701, -0.004273> - 19534: <-0.006745, -0.002676, -0.004609> - 19535: <-0.006641, -0.003030, -0.004553> - 19536: <-0.006937, -0.002701, -0.004273> - 19537: <-0.007033, -0.002333, -0.004318> - 19538: <-0.006836, -0.002313, -0.004659> - 19539: <-0.006745, -0.002676, -0.004609> - 19540: <-0.007033, -0.002333, -0.004318> - 19541: <-0.007115, -0.001957, -0.004360> - 19542: <-0.006915, -0.001940, -0.004705> - 19543: <-0.006836, -0.002313, -0.004659> - 19544: <-0.007115, -0.001957, -0.004360> - 19545: <-0.007183, -0.001574, -0.004395> - 19546: <-0.006980, -0.001561, -0.004744> - 19547: <-0.006915, -0.001940, -0.004705> - 19548: <-0.007183, -0.001574, -0.004395> - 19549: <-0.007236, -0.001185, -0.004424> - 19550: <-0.007032, -0.001176, -0.004776> - 19551: <-0.006980, -0.001561, -0.004744> - 19552: <-0.007236, -0.001185, -0.004424> - 19553: <-0.007275, -0.000792, -0.004446> - 19554: <-0.007069, -0.000786, -0.004800> - 19555: <-0.007032, -0.001176, -0.004776> - 19556: <-0.007275, -0.000792, -0.004446> - 19557: <-0.007298, -0.000397, -0.004460> - 19558: <-0.007092, -0.000394, -0.004815> - 19559: <-0.007069, -0.000786, -0.004800> - 19560: <-0.007298, -0.000397, -0.004460> - 19561: <-0.007306, 0.000000, -0.004465> - 19562: <-0.007099, 0.000000, -0.004820> - 19563: <-0.007092, -0.000394, -0.004815> - 19564: <-0.007306, 0.000000, -0.004465> - 19565: <-0.007298, 0.000397, -0.004460> - 19566: <-0.007092, 0.000394, -0.004815> - 19567: <-0.007099, 0.000000, -0.004820> - 19568: <-0.007298, 0.000397, -0.004460> - 19569: <-0.007275, 0.000792, -0.004446> - 19570: <-0.007069, 0.000786, -0.004800> - 19571: <-0.007092, 0.000394, -0.004815> - 19572: <-0.007275, 0.000792, -0.004446> - 19573: <-0.007236, 0.001185, -0.004424> - 19574: <-0.007032, 0.001176, -0.004776> - 19575: <-0.007069, 0.000786, -0.004800> - 19576: <-0.007236, 0.001185, -0.004424> - 19577: <-0.007183, 0.001574, -0.004395> - 19578: <-0.006980, 0.001561, -0.004744> - 19579: <-0.007032, 0.001176, -0.004776> - 19580: <-0.007183, 0.001574, -0.004395> - 19581: <-0.007115, 0.001957, -0.004360> - 19582: <-0.006915, 0.001940, -0.004705> - 19583: <-0.006980, 0.001561, -0.004744> - 19584: <-0.007115, 0.001957, -0.004360> - 19585: <-0.007033, 0.002333, -0.004318> - 19586: <-0.006836, 0.002313, -0.004659> - 19587: <-0.006915, 0.001940, -0.004705> - 19588: <-0.007033, 0.002333, -0.004318> - 19589: <-0.006937, 0.002701, -0.004273> - 19590: <-0.006745, 0.002676, -0.004609> - 19591: <-0.006836, 0.002313, -0.004659> - 19592: <-0.006937, 0.002701, -0.004273> - 19593: <-0.006828, 0.003060, -0.004223> - 19594: <-0.006641, 0.003030, -0.004553> - 19595: <-0.006745, 0.002676, -0.004609> - 19596: <-0.006828, 0.003060, -0.004223> - 19597: <-0.006705, 0.003407, -0.004170> - 19598: <-0.006525, 0.003372, -0.004494> - 19599: <-0.006641, 0.003030, -0.004553> - 19600: <-0.006705, 0.003407, -0.004170> - 19601: <-0.006570, 0.003743, -0.004117> - 19602: <-0.006397, 0.003701, -0.004434> - 19603: <-0.006525, 0.003372, -0.004494> - 19604: <-0.006570, 0.003743, -0.004117> - 19605: <-0.006421, 0.004065, -0.004065> - 19606: <-0.006257, 0.004017, -0.004374> - 19607: <-0.006397, 0.003701, -0.004434> - 19608: <-0.006421, 0.004065, -0.004065> - 19609: <-0.006257, 0.004374, -0.004017> - 19610: <-0.006105, 0.004318, -0.004318> - 19611: <-0.006257, 0.004017, -0.004374> - 19612: <-0.006257, 0.004374, -0.004017> - 19613: <-0.006080, 0.004668, -0.003975> - 19614: <-0.005939, 0.004602, -0.004267> - 19615: <-0.006105, 0.004318, -0.004318> - 19616: <-0.006080, 0.004668, -0.003975> - 19617: <-0.005887, 0.004946, -0.003941> - 19618: <-0.005760, 0.004870, -0.004226> - 19619: <-0.005939, 0.004602, -0.004267> - 19620: <-0.005887, 0.004946, -0.003941> - 19621: <-0.005678, 0.005207, -0.003918> - 19622: <-0.005564, 0.005120, -0.004199> - 19623: <-0.005760, 0.004870, -0.004226> - 19624: <-0.005564, -0.005120, -0.004199> - 19625: <-0.005760, -0.004870, -0.004226> - 19626: <-0.005623, -0.004798, -0.004494> - 19627: <-0.005446, -0.005034, -0.004460> - 19628: <-0.005760, -0.004870, -0.004226> - 19629: <-0.005939, -0.004602, -0.004267> - 19630: <-0.005788, -0.004542, -0.004542> - 19631: <-0.005623, -0.004798, -0.004494> - 19632: <-0.005939, -0.004602, -0.004267> - 19633: <-0.006105, -0.004318, -0.004318> - 19634: <-0.005939, -0.004267, -0.004602> - 19635: <-0.005788, -0.004542, -0.004542> - 19636: <-0.006105, -0.004318, -0.004318> - 19637: <-0.006257, -0.004017, -0.004374> - 19638: <-0.006080, -0.003975, -0.004668> - 19639: <-0.005939, -0.004267, -0.004602> - 19640: <-0.006257, -0.004017, -0.004374> - 19641: <-0.006397, -0.003701, -0.004434> - 19642: <-0.006210, -0.003666, -0.004736> - 19643: <-0.006080, -0.003975, -0.004668> - 19644: <-0.006397, -0.003701, -0.004434> - 19645: <-0.006525, -0.003372, -0.004494> - 19646: <-0.006329, -0.003342, -0.004804> - 19647: <-0.006210, -0.003666, -0.004736> - 19648: <-0.006525, -0.003372, -0.004494> - 19649: <-0.006641, -0.003030, -0.004553> - 19650: <-0.006439, -0.003004, -0.004870> - 19651: <-0.006329, -0.003342, -0.004804> - 19652: <-0.006641, -0.003030, -0.004553> - 19653: <-0.006745, -0.002676, -0.004609> - 19654: <-0.006537, -0.002655, -0.004931> - 19655: <-0.006439, -0.003004, -0.004870> - 19656: <-0.006745, -0.002676, -0.004609> - 19657: <-0.006836, -0.002313, -0.004659> - 19658: <-0.006623, -0.002295, -0.004987> - 19659: <-0.006537, -0.002655, -0.004931> - 19660: <-0.006836, -0.002313, -0.004659> - 19661: <-0.006915, -0.001940, -0.004705> - 19662: <-0.006698, -0.001926, -0.005037> - 19663: <-0.006623, -0.002295, -0.004987> - 19664: <-0.006915, -0.001940, -0.004705> - 19665: <-0.006980, -0.001561, -0.004744> - 19666: <-0.006761, -0.001550, -0.005080> - 19667: <-0.006698, -0.001926, -0.005037> - 19668: <-0.006980, -0.001561, -0.004744> - 19669: <-0.007032, -0.001176, -0.004776> - 19670: <-0.006810, -0.001168, -0.005114> - 19671: <-0.006761, -0.001550, -0.005080> - 19672: <-0.007032, -0.001176, -0.004776> - 19673: <-0.007069, -0.000786, -0.004800> - 19674: <-0.006846, -0.000781, -0.005140> - 19675: <-0.006810, -0.001168, -0.005114> - 19676: <-0.007069, -0.000786, -0.004800> - 19677: <-0.007092, -0.000394, -0.004815> - 19678: <-0.006868, -0.000391, -0.005156> - 19679: <-0.006846, -0.000781, -0.005140> - 19680: <-0.007092, -0.000394, -0.004815> - 19681: <-0.007099, 0.000000, -0.004820> - 19682: <-0.006875, 0.000000, -0.005162> - 19683: <-0.006868, -0.000391, -0.005156> - 19684: <-0.007099, 0.000000, -0.004820> - 19685: <-0.007092, 0.000394, -0.004815> - 19686: <-0.006868, 0.000391, -0.005156> - 19687: <-0.006875, 0.000000, -0.005162> - 19688: <-0.007092, 0.000394, -0.004815> - 19689: <-0.007069, 0.000786, -0.004800> - 19690: <-0.006846, 0.000781, -0.005140> - 19691: <-0.006868, 0.000391, -0.005156> - 19692: <-0.007069, 0.000786, -0.004800> - 19693: <-0.007032, 0.001176, -0.004776> - 19694: <-0.006810, 0.001168, -0.005114> - 19695: <-0.006846, 0.000781, -0.005140> - 19696: <-0.007032, 0.001176, -0.004776> - 19697: <-0.006980, 0.001561, -0.004744> - 19698: <-0.006761, 0.001550, -0.005080> - 19699: <-0.006810, 0.001168, -0.005114> - 19700: <-0.006980, 0.001561, -0.004744> - 19701: <-0.006915, 0.001940, -0.004705> - 19702: <-0.006698, 0.001926, -0.005037> - 19703: <-0.006761, 0.001550, -0.005080> - 19704: <-0.006915, 0.001940, -0.004705> - 19705: <-0.006836, 0.002313, -0.004659> - 19706: <-0.006623, 0.002295, -0.004987> - 19707: <-0.006698, 0.001926, -0.005037> - 19708: <-0.006836, 0.002313, -0.004659> - 19709: <-0.006745, 0.002676, -0.004609> - 19710: <-0.006537, 0.002655, -0.004931> - 19711: <-0.006623, 0.002295, -0.004987> - 19712: <-0.006745, 0.002676, -0.004609> - 19713: <-0.006641, 0.003030, -0.004553> - 19714: <-0.006439, 0.003004, -0.004870> - 19715: <-0.006537, 0.002655, -0.004931> - 19716: <-0.006641, 0.003030, -0.004553> - 19717: <-0.006525, 0.003372, -0.004494> - 19718: <-0.006329, 0.003342, -0.004804> - 19719: <-0.006439, 0.003004, -0.004870> - 19720: <-0.006525, 0.003372, -0.004494> - 19721: <-0.006397, 0.003701, -0.004434> - 19722: <-0.006210, 0.003666, -0.004736> - 19723: <-0.006329, 0.003342, -0.004804> - 19724: <-0.006397, 0.003701, -0.004434> - 19725: <-0.006257, 0.004017, -0.004374> - 19726: <-0.006080, 0.003975, -0.004668> - 19727: <-0.006210, 0.003666, -0.004736> - 19728: <-0.006257, 0.004017, -0.004374> - 19729: <-0.006105, 0.004318, -0.004318> - 19730: <-0.005939, 0.004267, -0.004602> - 19731: <-0.006080, 0.003975, -0.004668> - 19732: <-0.006105, 0.004318, -0.004318> - 19733: <-0.005939, 0.004602, -0.004267> - 19734: <-0.005788, 0.004542, -0.004542> - 19735: <-0.005939, 0.004267, -0.004602> - 19736: <-0.005939, 0.004602, -0.004267> - 19737: <-0.005760, 0.004870, -0.004226> - 19738: <-0.005623, 0.004798, -0.004494> - 19739: <-0.005788, 0.004542, -0.004542> - 19740: <-0.005760, 0.004870, -0.004226> - 19741: <-0.005564, 0.005120, -0.004199> - 19742: <-0.005446, 0.005034, -0.004460> - 19743: <-0.005623, 0.004798, -0.004494> - 19744: <-0.005446, -0.005034, -0.004460> - 19745: <-0.005623, -0.004798, -0.004494> - 19746: <-0.005479, -0.004738, -0.004738> - 19747: <-0.005326, -0.004959, -0.004691> - 19748: <-0.005623, -0.004798, -0.004494> - 19749: <-0.005788, -0.004542, -0.004542> - 19750: <-0.005623, -0.004494, -0.004798> - 19751: <-0.005479, -0.004738, -0.004738> - 19752: <-0.005788, -0.004542, -0.004542> - 19753: <-0.005939, -0.004267, -0.004602> - 19754: <-0.005760, -0.004226, -0.004870> - 19755: <-0.005623, -0.004494, -0.004798> - 19756: <-0.005939, -0.004267, -0.004602> - 19757: <-0.006080, -0.003975, -0.004668> - 19758: <-0.005887, -0.003941, -0.004946> - 19759: <-0.005760, -0.004226, -0.004870> - 19760: <-0.006080, -0.003975, -0.004668> - 19761: <-0.006210, -0.003666, -0.004736> - 19762: <-0.006006, -0.003637, -0.005023> - 19763: <-0.005887, -0.003941, -0.004946> - 19764: <-0.006210, -0.003666, -0.004736> - 19765: <-0.006329, -0.003342, -0.004804> - 19766: <-0.006117, -0.003318, -0.005099> - 19767: <-0.006006, -0.003637, -0.005023> - 19768: <-0.006329, -0.003342, -0.004804> - 19769: <-0.006439, -0.003004, -0.004870> - 19770: <-0.006219, -0.002984, -0.005172> - 19771: <-0.006117, -0.003318, -0.005099> - 19772: <-0.006439, -0.003004, -0.004870> - 19773: <-0.006537, -0.002655, -0.004931> - 19774: <-0.006311, -0.002638, -0.005240> - 19775: <-0.006219, -0.002984, -0.005172> - 19776: <-0.006537, -0.002655, -0.004931> - 19777: <-0.006623, -0.002295, -0.004987> - 19778: <-0.006393, -0.002281, -0.005301> - 19779: <-0.006311, -0.002638, -0.005240> - 19780: <-0.006623, -0.002295, -0.004987> - 19781: <-0.006698, -0.001926, -0.005037> - 19782: <-0.006464, -0.001915, -0.005355> - 19783: <-0.006393, -0.002281, -0.005301> - 19784: <-0.006698, -0.001926, -0.005037> - 19785: <-0.006761, -0.001550, -0.005080> - 19786: <-0.006523, -0.001541, -0.005401> - 19787: <-0.006464, -0.001915, -0.005355> - 19788: <-0.006761, -0.001550, -0.005080> - 19789: <-0.006810, -0.001168, -0.005114> - 19790: <-0.006570, -0.001161, -0.005438> - 19791: <-0.006523, -0.001541, -0.005401> - 19792: <-0.006810, -0.001168, -0.005114> - 19793: <-0.006846, -0.000781, -0.005140> - 19794: <-0.006605, -0.000777, -0.005466> - 19795: <-0.006570, -0.001161, -0.005438> - 19796: <-0.006846, -0.000781, -0.005140> - 19797: <-0.006868, -0.000391, -0.005156> - 19798: <-0.006626, -0.000389, -0.005483> - 19799: <-0.006605, -0.000777, -0.005466> - 19800: <-0.006868, -0.000391, -0.005156> - 19801: <-0.006875, 0.000000, -0.005162> - 19802: <-0.006633, 0.000000, -0.005489> - 19803: <-0.006626, -0.000389, -0.005483> - 19804: <-0.006875, 0.000000, -0.005162> - 19805: <-0.006868, 0.000391, -0.005156> - 19806: <-0.006626, 0.000389, -0.005483> - 19807: <-0.006633, 0.000000, -0.005489> - 19808: <-0.006868, 0.000391, -0.005156> - 19809: <-0.006846, 0.000781, -0.005140> - 19810: <-0.006605, 0.000777, -0.005466> - 19811: <-0.006626, 0.000389, -0.005483> - 19812: <-0.006846, 0.000781, -0.005140> - 19813: <-0.006810, 0.001168, -0.005114> - 19814: <-0.006570, 0.001161, -0.005438> - 19815: <-0.006605, 0.000777, -0.005466> - 19816: <-0.006810, 0.001168, -0.005114> - 19817: <-0.006761, 0.001550, -0.005080> - 19818: <-0.006523, 0.001541, -0.005401> - 19819: <-0.006570, 0.001161, -0.005438> - 19820: <-0.006761, 0.001550, -0.005080> - 19821: <-0.006698, 0.001926, -0.005037> - 19822: <-0.006464, 0.001915, -0.005355> - 19823: <-0.006523, 0.001541, -0.005401> - 19824: <-0.006698, 0.001926, -0.005037> - 19825: <-0.006623, 0.002295, -0.004987> - 19826: <-0.006393, 0.002281, -0.005301> - 19827: <-0.006464, 0.001915, -0.005355> - 19828: <-0.006623, 0.002295, -0.004987> - 19829: <-0.006537, 0.002655, -0.004931> - 19830: <-0.006311, 0.002638, -0.005240> - 19831: <-0.006393, 0.002281, -0.005301> - 19832: <-0.006537, 0.002655, -0.004931> - 19833: <-0.006439, 0.003004, -0.004870> - 19834: <-0.006219, 0.002984, -0.005172> - 19835: <-0.006311, 0.002638, -0.005240> - 19836: <-0.006439, 0.003004, -0.004870> - 19837: <-0.006329, 0.003342, -0.004804> - 19838: <-0.006117, 0.003318, -0.005099> - 19839: <-0.006219, 0.002984, -0.005172> - 19840: <-0.006329, 0.003342, -0.004804> - 19841: <-0.006210, 0.003666, -0.004736> - 19842: <-0.006006, 0.003637, -0.005023> - 19843: <-0.006117, 0.003318, -0.005099> - 19844: <-0.006210, 0.003666, -0.004736> - 19845: <-0.006080, 0.003975, -0.004668> - 19846: <-0.005887, 0.003941, -0.004946> - 19847: <-0.006006, 0.003637, -0.005023> - 19848: <-0.006080, 0.003975, -0.004668> - 19849: <-0.005939, 0.004267, -0.004602> - 19850: <-0.005760, 0.004226, -0.004870> - 19851: <-0.005887, 0.003941, -0.004946> - 19852: <-0.005939, 0.004267, -0.004602> - 19853: <-0.005788, 0.004542, -0.004542> - 19854: <-0.005623, 0.004494, -0.004798> - 19855: <-0.005760, 0.004226, -0.004870> - 19856: <-0.005788, 0.004542, -0.004542> - 19857: <-0.005623, 0.004798, -0.004494> - 19858: <-0.005479, 0.004738, -0.004738> - 19859: <-0.005623, 0.004494, -0.004798> - 19860: <-0.005623, 0.004798, -0.004494> - 19861: <-0.005446, 0.005034, -0.004460> - 19862: <-0.005326, 0.004959, -0.004691> - 19863: <-0.005479, 0.004738, -0.004738> - 19864: <-0.005326, -0.004959, -0.004691> - 19865: <-0.005479, -0.004738, -0.004738> - 19866: <-0.005326, -0.004691, -0.004959> - 19867: <-0.005206, -0.004894, -0.004894> - 19868: <-0.005479, -0.004738, -0.004738> - 19869: <-0.005623, -0.004494, -0.004798> - 19870: <-0.005446, -0.004460, -0.005034> - 19871: <-0.005326, -0.004691, -0.004959> - 19872: <-0.005623, -0.004494, -0.004798> - 19873: <-0.005760, -0.004226, -0.004870> - 19874: <-0.005564, -0.004199, -0.005120> - 19875: <-0.005446, -0.004460, -0.005034> - 19876: <-0.005760, -0.004226, -0.004870> - 19877: <-0.005887, -0.003941, -0.004946> - 19878: <-0.005678, -0.003918, -0.005207> - 19879: <-0.005564, -0.004199, -0.005120> - 19880: <-0.005887, -0.003941, -0.004946> - 19881: <-0.006006, -0.003637, -0.005023> - 19882: <-0.005786, -0.003619, -0.005294> - 19883: <-0.005678, -0.003918, -0.005207> - 19884: <-0.006006, -0.003637, -0.005023> - 19885: <-0.006117, -0.003318, -0.005099> - 19886: <-0.005888, -0.003302, -0.005379> - 19887: <-0.005786, -0.003619, -0.005294> - 19888: <-0.006117, -0.003318, -0.005099> - 19889: <-0.006219, -0.002984, -0.005172> - 19890: <-0.005983, -0.002971, -0.005459> - 19891: <-0.005888, -0.003302, -0.005379> - 19892: <-0.006219, -0.002984, -0.005172> - 19893: <-0.006311, -0.002638, -0.005240> - 19894: <-0.006069, -0.002627, -0.005533> - 19895: <-0.005983, -0.002971, -0.005459> - 19896: <-0.006311, -0.002638, -0.005240> - 19897: <-0.006393, -0.002281, -0.005301> - 19898: <-0.006146, -0.002272, -0.005599> - 19899: <-0.006069, -0.002627, -0.005533> - 19900: <-0.006393, -0.002281, -0.005301> - 19901: <-0.006464, -0.001915, -0.005355> - 19902: <-0.006212, -0.001908, -0.005657> - 19903: <-0.006146, -0.002272, -0.005599> - 19904: <-0.006464, -0.001915, -0.005355> - 19905: <-0.006523, -0.001541, -0.005401> - 19906: <-0.006269, -0.001536, -0.005707> - 19907: <-0.006212, -0.001908, -0.005657> - 19908: <-0.006523, -0.001541, -0.005401> - 19909: <-0.006570, -0.001161, -0.005438> - 19910: <-0.006313, -0.001157, -0.005747> - 19911: <-0.006269, -0.001536, -0.005707> - 19912: <-0.006570, -0.001161, -0.005438> - 19913: <-0.006605, -0.000777, -0.005466> - 19914: <-0.006346, -0.000774, -0.005776> - 19915: <-0.006313, -0.001157, -0.005747> - 19916: <-0.006605, -0.000777, -0.005466> - 19917: <-0.006626, -0.000389, -0.005483> - 19918: <-0.006366, -0.000388, -0.005794> - 19919: <-0.006346, -0.000774, -0.005776> - 19920: <-0.006626, -0.000389, -0.005483> - 19921: <-0.006633, 0.000000, -0.005489> - 19922: <-0.006373, 0.000000, -0.005801> - 19923: <-0.006366, -0.000388, -0.005794> - 19924: <-0.006633, 0.000000, -0.005489> - 19925: <-0.006626, 0.000389, -0.005483> - 19926: <-0.006366, 0.000388, -0.005794> - 19927: <-0.006373, 0.000000, -0.005801> - 19928: <-0.006626, 0.000389, -0.005483> - 19929: <-0.006605, 0.000777, -0.005466> - 19930: <-0.006346, 0.000774, -0.005776> - 19931: <-0.006366, 0.000388, -0.005794> - 19932: <-0.006605, 0.000777, -0.005466> - 19933: <-0.006570, 0.001161, -0.005438> - 19934: <-0.006313, 0.001157, -0.005747> - 19935: <-0.006346, 0.000774, -0.005776> - 19936: <-0.006570, 0.001161, -0.005438> - 19937: <-0.006523, 0.001541, -0.005401> - 19938: <-0.006269, 0.001536, -0.005707> - 19939: <-0.006313, 0.001157, -0.005747> - 19940: <-0.006523, 0.001541, -0.005401> - 19941: <-0.006464, 0.001915, -0.005355> - 19942: <-0.006212, 0.001908, -0.005657> - 19943: <-0.006269, 0.001536, -0.005707> - 19944: <-0.006464, 0.001915, -0.005355> - 19945: <-0.006393, 0.002281, -0.005301> - 19946: <-0.006146, 0.002272, -0.005599> - 19947: <-0.006212, 0.001908, -0.005657> - 19948: <-0.006393, 0.002281, -0.005301> - 19949: <-0.006311, 0.002638, -0.005240> - 19950: <-0.006069, 0.002627, -0.005533> - 19951: <-0.006146, 0.002272, -0.005599> - 19952: <-0.006311, 0.002638, -0.005240> - 19953: <-0.006219, 0.002984, -0.005172> - 19954: <-0.005983, 0.002971, -0.005459> - 19955: <-0.006069, 0.002627, -0.005533> - 19956: <-0.006219, 0.002984, -0.005172> - 19957: <-0.006117, 0.003318, -0.005099> - 19958: <-0.005888, 0.003302, -0.005379> - 19959: <-0.005983, 0.002971, -0.005459> - 19960: <-0.006117, 0.003318, -0.005099> - 19961: <-0.006006, 0.003637, -0.005023> - 19962: <-0.005786, 0.003619, -0.005294> - 19963: <-0.005888, 0.003302, -0.005379> - 19964: <-0.006006, 0.003637, -0.005023> - 19965: <-0.005887, 0.003941, -0.004946> - 19966: <-0.005678, 0.003918, -0.005207> - 19967: <-0.005786, 0.003619, -0.005294> - 19968: <-0.005887, 0.003941, -0.004946> - 19969: <-0.005760, 0.004226, -0.004870> - 19970: <-0.005564, 0.004199, -0.005120> - 19971: <-0.005678, 0.003918, -0.005207> - 19972: <-0.005760, 0.004226, -0.004870> - 19973: <-0.005623, 0.004494, -0.004798> - 19974: <-0.005446, 0.004460, -0.005034> - 19975: <-0.005564, 0.004199, -0.005120> - 19976: <-0.005623, 0.004494, -0.004798> - 19977: <-0.005479, 0.004738, -0.004738> - 19978: <-0.005326, 0.004691, -0.004959> - 19979: <-0.005446, 0.004460, -0.005034> - 19980: <-0.005479, 0.004738, -0.004738> - 19981: <-0.005326, 0.004959, -0.004691> - 19982: <-0.005206, 0.004894, -0.004894> - 19983: <-0.005326, 0.004691, -0.004959> - 19984: <-0.005000, -0.005000, 0.005000> - 19985: <-0.005081, -0.004833, 0.005081> - 19986: <-0.005206, -0.004894, 0.004894> - 19987: <-0.005081, -0.005081, 0.004833> - 19988: <-0.005081, -0.004833, 0.005081> - 19989: <-0.005166, -0.004647, 0.005166> - 19990: <-0.005326, -0.004691, 0.004959> - 19991: <-0.005206, -0.004894, 0.004894> - 19992: <-0.005166, -0.004647, 0.005166> - 19993: <-0.005255, -0.004436, 0.005255> - 19994: <-0.005446, -0.004460, 0.005034> - 19995: <-0.005326, -0.004691, 0.004959> - 19996: <-0.005255, -0.004436, 0.005255> - 19997: <-0.005351, -0.004188, 0.005351> - 19998: <-0.005564, -0.004199, 0.005120> - 19999: <-0.005446, -0.004460, 0.005034> - 20000: <-0.005351, -0.004188, 0.005351> - 20001: <-0.005451, -0.003910, 0.005451> - 20002: <-0.005678, -0.003918, 0.005207> - 20003: <-0.005564, -0.004199, 0.005120> - 20004: <-0.005451, -0.003910, 0.005451> - 20005: <-0.005549, -0.003612, 0.005549> - 20006: <-0.005786, -0.003619, 0.005294> - 20007: <-0.005678, -0.003918, 0.005207> - 20008: <-0.005549, -0.003612, 0.005549> - 20009: <-0.005642, -0.003297, 0.005642> - 20010: <-0.005888, -0.003302, 0.005379> - 20011: <-0.005786, -0.003619, 0.005294> - 20012: <-0.005642, -0.003297, 0.005642> - 20013: <-0.005729, -0.002966, 0.005729> - 20014: <-0.005983, -0.002971, 0.005459> - 20015: <-0.005888, -0.003302, 0.005379> - 20016: <-0.005729, -0.002966, 0.005729> - 20017: <-0.005809, -0.002623, 0.005809> - 20018: <-0.006069, -0.002627, 0.005533> - 20019: <-0.005983, -0.002971, 0.005459> - 20020: <-0.005809, -0.002623, 0.005809> - 20021: <-0.005881, -0.002269, 0.005881> - 20022: <-0.006146, -0.002272, 0.005599> - 20023: <-0.006069, -0.002627, 0.005533> - 20024: <-0.005881, -0.002269, 0.005881> - 20025: <-0.005944, -0.001906, 0.005944> - 20026: <-0.006212, -0.001908, 0.005657> - 20027: <-0.006146, -0.002272, 0.005599> - 20028: <-0.005944, -0.001906, 0.005944> - 20029: <-0.005996, -0.001534, 0.005996> - 20030: <-0.006269, -0.001536, 0.005707> - 20031: <-0.006212, -0.001908, 0.005657> - 20032: <-0.005996, -0.001534, 0.005996> - 20033: <-0.006039, -0.001156, 0.006039> - 20034: <-0.006313, -0.001157, 0.005747> - 20035: <-0.006269, -0.001536, 0.005707> - 20036: <-0.006039, -0.001156, 0.006039> - 20037: <-0.006070, -0.000773, 0.006070> - 20038: <-0.006346, -0.000774, 0.005776> - 20039: <-0.006313, -0.001157, 0.005747> - 20040: <-0.006070, -0.000773, 0.006070> - 20041: <-0.006089, -0.000387, 0.006089> - 20042: <-0.006366, -0.000388, 0.005794> - 20043: <-0.006346, -0.000774, 0.005776> - 20044: <-0.006089, -0.000387, 0.006089> - 20045: <-0.006096, 0.000000, 0.006096> - 20046: <-0.006373, 0.000000, 0.005801> - 20047: <-0.006366, -0.000388, 0.005794> - 20048: <-0.006096, 0.000000, 0.006096> - 20049: <-0.006089, 0.000387, 0.006089> - 20050: <-0.006366, 0.000388, 0.005794> - 20051: <-0.006373, 0.000000, 0.005801> - 20052: <-0.006089, 0.000387, 0.006089> - 20053: <-0.006070, 0.000773, 0.006070> - 20054: <-0.006346, 0.000774, 0.005776> - 20055: <-0.006366, 0.000388, 0.005794> - 20056: <-0.006070, 0.000773, 0.006070> - 20057: <-0.006039, 0.001156, 0.006039> - 20058: <-0.006313, 0.001157, 0.005747> - 20059: <-0.006346, 0.000774, 0.005776> - 20060: <-0.006039, 0.001156, 0.006039> - 20061: <-0.005996, 0.001534, 0.005996> - 20062: <-0.006269, 0.001536, 0.005707> - 20063: <-0.006313, 0.001157, 0.005747> - 20064: <-0.005996, 0.001534, 0.005996> - 20065: <-0.005944, 0.001906, 0.005944> - 20066: <-0.006212, 0.001908, 0.005657> - 20067: <-0.006269, 0.001536, 0.005707> - 20068: <-0.005944, 0.001906, 0.005944> - 20069: <-0.005881, 0.002269, 0.005881> - 20070: <-0.006146, 0.002272, 0.005599> - 20071: <-0.006212, 0.001908, 0.005657> - 20072: <-0.005881, 0.002269, 0.005881> - 20073: <-0.005809, 0.002623, 0.005809> - 20074: <-0.006069, 0.002627, 0.005533> - 20075: <-0.006146, 0.002272, 0.005599> - 20076: <-0.005809, 0.002623, 0.005809> - 20077: <-0.005729, 0.002966, 0.005729> - 20078: <-0.005983, 0.002971, 0.005459> - 20079: <-0.006069, 0.002627, 0.005533> - 20080: <-0.005729, 0.002966, 0.005729> - 20081: <-0.005642, 0.003297, 0.005642> - 20082: <-0.005888, 0.003302, 0.005379> - 20083: <-0.005983, 0.002971, 0.005459> - 20084: <-0.005642, 0.003297, 0.005642> - 20085: <-0.005549, 0.003612, 0.005549> - 20086: <-0.005786, 0.003619, 0.005294> - 20087: <-0.005888, 0.003302, 0.005379> - 20088: <-0.005549, 0.003612, 0.005549> - 20089: <-0.005451, 0.003910, 0.005451> - 20090: <-0.005678, 0.003918, 0.005207> - 20091: <-0.005786, 0.003619, 0.005294> - 20092: <-0.005451, 0.003910, 0.005451> - 20093: <-0.005351, 0.004188, 0.005351> - 20094: <-0.005564, 0.004199, 0.005120> - 20095: <-0.005678, 0.003918, 0.005207> - 20096: <-0.005351, 0.004188, 0.005351> - 20097: <-0.005255, 0.004436, 0.005255> - 20098: <-0.005446, 0.004460, 0.005034> - 20099: <-0.005564, 0.004199, 0.005120> - 20100: <-0.005255, 0.004436, 0.005255> - 20101: <-0.005166, 0.004647, 0.005166> - 20102: <-0.005326, 0.004691, 0.004959> - 20103: <-0.005446, 0.004460, 0.005034> - 20104: <-0.005166, 0.004647, 0.005166> - 20105: <-0.005081, 0.004833, 0.005081> - 20106: <-0.005206, 0.004894, 0.004894> - 20107: <-0.005326, 0.004691, 0.004959> - 20108: <-0.005081, 0.004833, 0.005081> - 20109: <-0.005000, 0.005000, 0.005000> - 20110: <-0.005081, 0.005081, 0.004833> - 20111: <-0.005206, 0.004894, 0.004894> - 20112: <-0.005206, 0.004894, 0.004894> - 20113: <-0.005081, 0.005081, 0.004833> - 20114: <-0.005166, 0.005166, 0.004647> - 20115: <-0.005326, 0.004959, 0.004691> - 20116: <-0.005326, 0.004959, 0.004691> - 20117: <-0.005166, 0.005166, 0.004647> - 20118: <-0.005255, 0.005255, 0.004436> - 20119: <-0.005446, 0.005034, 0.004460> - 20120: <-0.005446, 0.005034, 0.004460> - 20121: <-0.005255, 0.005255, 0.004436> - 20122: <-0.005351, 0.005351, 0.004188> - 20123: <-0.005564, 0.005120, 0.004199> - 20124: <-0.005564, 0.005120, 0.004199> - 20125: <-0.005351, 0.005351, 0.004188> - 20126: <-0.005451, 0.005451, 0.003910> - 20127: <-0.005678, 0.005207, 0.003918> - 20128: <-0.005678, 0.005207, 0.003918> - 20129: <-0.005451, 0.005451, 0.003910> - 20130: <-0.005549, 0.005549, 0.003612> - 20131: <-0.005786, 0.005294, 0.003619> - 20132: <-0.005786, 0.005294, 0.003619> - 20133: <-0.005549, 0.005549, 0.003612> - 20134: <-0.005642, 0.005642, 0.003297> - 20135: <-0.005888, 0.005379, 0.003302> - 20136: <-0.005888, 0.005379, 0.003302> - 20137: <-0.005642, 0.005642, 0.003297> - 20138: <-0.005729, 0.005729, 0.002966> - 20139: <-0.005983, 0.005459, 0.002971> - 20140: <-0.005983, 0.005459, 0.002971> - 20141: <-0.005729, 0.005729, 0.002966> - 20142: <-0.005809, 0.005809, 0.002623> - 20143: <-0.006069, 0.005533, 0.002627> - 20144: <-0.006069, 0.005533, 0.002627> - 20145: <-0.005809, 0.005809, 0.002623> - 20146: <-0.005881, 0.005881, 0.002269> - 20147: <-0.006146, 0.005599, 0.002272> - 20148: <-0.006146, 0.005599, 0.002272> - 20149: <-0.005881, 0.005881, 0.002269> - 20150: <-0.005944, 0.005944, 0.001906> - 20151: <-0.006212, 0.005657, 0.001908> - 20152: <-0.006212, 0.005657, 0.001908> - 20153: <-0.005944, 0.005944, 0.001906> - 20154: <-0.005996, 0.005996, 0.001534> - 20155: <-0.006269, 0.005707, 0.001536> - 20156: <-0.006269, 0.005707, 0.001536> - 20157: <-0.005996, 0.005996, 0.001534> - 20158: <-0.006039, 0.006039, 0.001156> - 20159: <-0.006313, 0.005747, 0.001157> - 20160: <-0.006313, 0.005747, 0.001157> - 20161: <-0.006039, 0.006039, 0.001156> - 20162: <-0.006070, 0.006070, 0.000773> - 20163: <-0.006346, 0.005776, 0.000774> - 20164: <-0.006346, 0.005776, 0.000774> - 20165: <-0.006070, 0.006070, 0.000773> - 20166: <-0.006089, 0.006089, 0.000387> - 20167: <-0.006366, 0.005794, 0.000388> - 20168: <-0.006366, 0.005794, 0.000388> - 20169: <-0.006089, 0.006089, 0.000387> - 20170: <-0.006096, 0.006096, -0.000000> - 20171: <-0.006373, 0.005801, 0.000000> - 20172: <-0.006373, 0.005801, 0.000000> - 20173: <-0.006096, 0.006096, -0.000000> - 20174: <-0.006089, 0.006089, -0.000387> - 20175: <-0.006366, 0.005794, -0.000388> - 20176: <-0.006366, 0.005794, -0.000388> - 20177: <-0.006089, 0.006089, -0.000387> - 20178: <-0.006070, 0.006070, -0.000773> - 20179: <-0.006346, 0.005776, -0.000774> - 20180: <-0.006346, 0.005776, -0.000774> - 20181: <-0.006070, 0.006070, -0.000773> - 20182: <-0.006039, 0.006039, -0.001156> - 20183: <-0.006313, 0.005747, -0.001157> - 20184: <-0.006313, 0.005747, -0.001157> - 20185: <-0.006039, 0.006039, -0.001156> - 20186: <-0.005996, 0.005996, -0.001534> - 20187: <-0.006269, 0.005707, -0.001536> - 20188: <-0.006269, 0.005707, -0.001536> - 20189: <-0.005996, 0.005996, -0.001534> - 20190: <-0.005944, 0.005944, -0.001906> - 20191: <-0.006212, 0.005657, -0.001908> - 20192: <-0.006212, 0.005657, -0.001908> - 20193: <-0.005944, 0.005944, -0.001906> - 20194: <-0.005881, 0.005881, -0.002269> - 20195: <-0.006146, 0.005599, -0.002272> - 20196: <-0.006146, 0.005599, -0.002272> - 20197: <-0.005881, 0.005881, -0.002269> - 20198: <-0.005809, 0.005809, -0.002623> - 20199: <-0.006069, 0.005533, -0.002627> - 20200: <-0.006069, 0.005533, -0.002627> - 20201: <-0.005809, 0.005809, -0.002623> - 20202: <-0.005729, 0.005729, -0.002966> - 20203: <-0.005983, 0.005459, -0.002971> - 20204: <-0.005983, 0.005459, -0.002971> - 20205: <-0.005729, 0.005729, -0.002966> - 20206: <-0.005642, 0.005642, -0.003297> - 20207: <-0.005888, 0.005379, -0.003302> - 20208: <-0.005888, 0.005379, -0.003302> - 20209: <-0.005642, 0.005642, -0.003297> - 20210: <-0.005549, 0.005549, -0.003612> - 20211: <-0.005786, 0.005294, -0.003619> - 20212: <-0.005786, 0.005294, -0.003619> - 20213: <-0.005549, 0.005549, -0.003612> - 20214: <-0.005451, 0.005451, -0.003910> - 20215: <-0.005678, 0.005207, -0.003918> - 20216: <-0.005678, 0.005207, -0.003918> - 20217: <-0.005451, 0.005451, -0.003910> - 20218: <-0.005351, 0.005351, -0.004188> - 20219: <-0.005564, 0.005120, -0.004199> - 20220: <-0.005564, 0.005120, -0.004199> - 20221: <-0.005351, 0.005351, -0.004188> - 20222: <-0.005255, 0.005255, -0.004436> - 20223: <-0.005446, 0.005034, -0.004460> - 20224: <-0.005446, 0.005034, -0.004460> - 20225: <-0.005255, 0.005255, -0.004436> - 20226: <-0.005166, 0.005166, -0.004647> - 20227: <-0.005326, 0.004959, -0.004691> - 20228: <-0.005326, 0.004959, -0.004691> - 20229: <-0.005166, 0.005166, -0.004647> - 20230: <-0.005081, 0.005081, -0.004833> - 20231: <-0.005206, 0.004894, -0.004894> - 20232: <-0.005206, 0.004894, -0.004894> - 20233: <-0.005081, 0.005081, -0.004833> - 20234: <-0.005000, 0.005000, -0.005000> - 20235: <-0.005081, 0.004833, -0.005081> - 20236: <-0.005326, 0.004691, -0.004959> - 20237: <-0.005206, 0.004894, -0.004894> - 20238: <-0.005081, 0.004833, -0.005081> - 20239: <-0.005166, 0.004647, -0.005166> - 20240: <-0.005446, 0.004460, -0.005034> - 20241: <-0.005326, 0.004691, -0.004959> - 20242: <-0.005166, 0.004647, -0.005166> - 20243: <-0.005255, 0.004436, -0.005255> - 20244: <-0.005564, 0.004199, -0.005120> - 20245: <-0.005446, 0.004460, -0.005034> - 20246: <-0.005255, 0.004436, -0.005255> - 20247: <-0.005351, 0.004188, -0.005351> - 20248: <-0.005678, 0.003918, -0.005207> - 20249: <-0.005564, 0.004199, -0.005120> - 20250: <-0.005351, 0.004188, -0.005351> - 20251: <-0.005451, 0.003910, -0.005451> - 20252: <-0.005786, 0.003619, -0.005294> - 20253: <-0.005678, 0.003918, -0.005207> - 20254: <-0.005451, 0.003910, -0.005451> - 20255: <-0.005549, 0.003612, -0.005549> - 20256: <-0.005888, 0.003302, -0.005379> - 20257: <-0.005786, 0.003619, -0.005294> - 20258: <-0.005549, 0.003612, -0.005549> - 20259: <-0.005642, 0.003297, -0.005642> - 20260: <-0.005983, 0.002971, -0.005459> - 20261: <-0.005888, 0.003302, -0.005379> - 20262: <-0.005642, 0.003297, -0.005642> - 20263: <-0.005729, 0.002966, -0.005729> - 20264: <-0.006069, 0.002627, -0.005533> - 20265: <-0.005983, 0.002971, -0.005459> - 20266: <-0.005729, 0.002966, -0.005729> - 20267: <-0.005809, 0.002623, -0.005809> - 20268: <-0.006146, 0.002272, -0.005599> - 20269: <-0.006069, 0.002627, -0.005533> - 20270: <-0.005809, 0.002623, -0.005809> - 20271: <-0.005881, 0.002269, -0.005881> - 20272: <-0.006212, 0.001908, -0.005657> - 20273: <-0.006146, 0.002272, -0.005599> - 20274: <-0.005881, 0.002269, -0.005881> - 20275: <-0.005944, 0.001906, -0.005944> - 20276: <-0.006269, 0.001536, -0.005707> - 20277: <-0.006212, 0.001908, -0.005657> - 20278: <-0.005944, 0.001906, -0.005944> - 20279: <-0.005996, 0.001534, -0.005996> - 20280: <-0.006313, 0.001157, -0.005747> - 20281: <-0.006269, 0.001536, -0.005707> - 20282: <-0.005996, 0.001534, -0.005996> - 20283: <-0.006039, 0.001156, -0.006039> - 20284: <-0.006346, 0.000774, -0.005776> - 20285: <-0.006313, 0.001157, -0.005747> - 20286: <-0.006039, 0.001156, -0.006039> - 20287: <-0.006070, 0.000773, -0.006070> - 20288: <-0.006366, 0.000388, -0.005794> - 20289: <-0.006346, 0.000774, -0.005776> - 20290: <-0.006070, 0.000773, -0.006070> - 20291: <-0.006089, 0.000387, -0.006089> - 20292: <-0.006373, 0.000000, -0.005801> - 20293: <-0.006366, 0.000388, -0.005794> - 20294: <-0.006089, 0.000387, -0.006089> - 20295: <-0.006096, 0.000000, -0.006096> - 20296: <-0.006366, -0.000388, -0.005794> - 20297: <-0.006373, 0.000000, -0.005801> - 20298: <-0.006096, 0.000000, -0.006096> - 20299: <-0.006089, -0.000387, -0.006089> - 20300: <-0.006346, -0.000774, -0.005776> - 20301: <-0.006366, -0.000388, -0.005794> - 20302: <-0.006089, -0.000387, -0.006089> - 20303: <-0.006070, -0.000773, -0.006070> - 20304: <-0.006313, -0.001157, -0.005747> - 20305: <-0.006346, -0.000774, -0.005776> - 20306: <-0.006070, -0.000773, -0.006070> - 20307: <-0.006039, -0.001156, -0.006039> - 20308: <-0.006269, -0.001536, -0.005707> - 20309: <-0.006313, -0.001157, -0.005747> - 20310: <-0.006039, -0.001156, -0.006039> - 20311: <-0.005996, -0.001534, -0.005996> - 20312: <-0.006212, -0.001908, -0.005657> - 20313: <-0.006269, -0.001536, -0.005707> - 20314: <-0.005996, -0.001534, -0.005996> - 20315: <-0.005944, -0.001906, -0.005944> - 20316: <-0.006146, -0.002272, -0.005599> - 20317: <-0.006212, -0.001908, -0.005657> - 20318: <-0.005944, -0.001906, -0.005944> - 20319: <-0.005881, -0.002269, -0.005881> - 20320: <-0.006069, -0.002627, -0.005533> - 20321: <-0.006146, -0.002272, -0.005599> - 20322: <-0.005881, -0.002269, -0.005881> - 20323: <-0.005809, -0.002623, -0.005809> - 20324: <-0.005983, -0.002971, -0.005459> - 20325: <-0.006069, -0.002627, -0.005533> - 20326: <-0.005809, -0.002623, -0.005809> - 20327: <-0.005729, -0.002966, -0.005729> - 20328: <-0.005888, -0.003302, -0.005379> - 20329: <-0.005983, -0.002971, -0.005459> - 20330: <-0.005729, -0.002966, -0.005729> - 20331: <-0.005642, -0.003297, -0.005642> - 20332: <-0.005786, -0.003619, -0.005294> - 20333: <-0.005888, -0.003302, -0.005379> - 20334: <-0.005642, -0.003297, -0.005642> - 20335: <-0.005549, -0.003612, -0.005549> - 20336: <-0.005678, -0.003918, -0.005207> - 20337: <-0.005786, -0.003619, -0.005294> - 20338: <-0.005549, -0.003612, -0.005549> - 20339: <-0.005451, -0.003910, -0.005451> - 20340: <-0.005564, -0.004199, -0.005120> - 20341: <-0.005678, -0.003918, -0.005207> - 20342: <-0.005451, -0.003910, -0.005451> - 20343: <-0.005351, -0.004188, -0.005351> - 20344: <-0.005446, -0.004460, -0.005034> - 20345: <-0.005564, -0.004199, -0.005120> - 20346: <-0.005351, -0.004188, -0.005351> - 20347: <-0.005255, -0.004436, -0.005255> - 20348: <-0.005326, -0.004691, -0.004959> - 20349: <-0.005446, -0.004460, -0.005034> - 20350: <-0.005255, -0.004436, -0.005255> - 20351: <-0.005166, -0.004647, -0.005166> - 20352: <-0.005206, -0.004894, -0.004894> - 20353: <-0.005326, -0.004691, -0.004959> - 20354: <-0.005166, -0.004647, -0.005166> - 20355: <-0.005081, -0.004833, -0.005081> - 20356: <-0.005081, -0.005081, -0.004833> - 20357: <-0.005206, -0.004894, -0.004894> - 20358: <-0.005081, -0.004833, -0.005081> - 20359: <-0.005000, -0.005000, -0.005000> - 20360: <-0.005166, -0.005166, -0.004647> - 20361: <-0.005326, -0.004959, -0.004691> - 20362: <-0.005206, -0.004894, -0.004894> - 20363: <-0.005081, -0.005081, -0.004833> - 20364: <-0.005255, -0.005255, -0.004436> - 20365: <-0.005446, -0.005034, -0.004460> - 20366: <-0.005326, -0.004959, -0.004691> - 20367: <-0.005166, -0.005166, -0.004647> - 20368: <-0.005351, -0.005351, -0.004188> - 20369: <-0.005564, -0.005120, -0.004199> - 20370: <-0.005446, -0.005034, -0.004460> - 20371: <-0.005255, -0.005255, -0.004436> - 20372: <-0.005451, -0.005451, -0.003910> - 20373: <-0.005678, -0.005207, -0.003918> - 20374: <-0.005564, -0.005120, -0.004199> - 20375: <-0.005351, -0.005351, -0.004188> - 20376: <-0.005549, -0.005549, -0.003612> - 20377: <-0.005786, -0.005294, -0.003619> - 20378: <-0.005678, -0.005207, -0.003918> - 20379: <-0.005451, -0.005451, -0.003910> - 20380: <-0.005642, -0.005642, -0.003297> - 20381: <-0.005888, -0.005379, -0.003302> - 20382: <-0.005786, -0.005294, -0.003619> - 20383: <-0.005549, -0.005549, -0.003612> - 20384: <-0.005729, -0.005729, -0.002966> - 20385: <-0.005983, -0.005459, -0.002971> - 20386: <-0.005888, -0.005379, -0.003302> - 20387: <-0.005642, -0.005642, -0.003297> - 20388: <-0.005809, -0.005809, -0.002623> - 20389: <-0.006069, -0.005533, -0.002627> - 20390: <-0.005983, -0.005459, -0.002971> - 20391: <-0.005729, -0.005729, -0.002966> - 20392: <-0.005881, -0.005881, -0.002269> - 20393: <-0.006146, -0.005599, -0.002272> - 20394: <-0.006069, -0.005533, -0.002627> - 20395: <-0.005809, -0.005809, -0.002623> - 20396: <-0.005944, -0.005944, -0.001906> - 20397: <-0.006212, -0.005657, -0.001908> - 20398: <-0.006146, -0.005599, -0.002272> - 20399: <-0.005881, -0.005881, -0.002269> - 20400: <-0.005996, -0.005996, -0.001534> - 20401: <-0.006269, -0.005707, -0.001536> - 20402: <-0.006212, -0.005657, -0.001908> - 20403: <-0.005944, -0.005944, -0.001906> - 20404: <-0.006039, -0.006039, -0.001156> - 20405: <-0.006313, -0.005747, -0.001157> - 20406: <-0.006269, -0.005707, -0.001536> - 20407: <-0.005996, -0.005996, -0.001534> - 20408: <-0.006070, -0.006070, -0.000773> - 20409: <-0.006346, -0.005776, -0.000774> - 20410: <-0.006313, -0.005747, -0.001157> - 20411: <-0.006039, -0.006039, -0.001156> - 20412: <-0.006089, -0.006089, -0.000387> - 20413: <-0.006366, -0.005794, -0.000388> - 20414: <-0.006346, -0.005776, -0.000774> - 20415: <-0.006070, -0.006070, -0.000773> - 20416: <-0.006096, -0.006096, -0.000000> - 20417: <-0.006373, -0.005801, 0.000000> - 20418: <-0.006366, -0.005794, -0.000388> - 20419: <-0.006089, -0.006089, -0.000387> - 20420: <-0.006089, -0.006089, 0.000387> - 20421: <-0.006366, -0.005794, 0.000388> - 20422: <-0.006373, -0.005801, 0.000000> - 20423: <-0.006096, -0.006096, -0.000000> - 20424: <-0.006070, -0.006070, 0.000773> - 20425: <-0.006346, -0.005776, 0.000774> - 20426: <-0.006366, -0.005794, 0.000388> - 20427: <-0.006089, -0.006089, 0.000387> - 20428: <-0.006039, -0.006039, 0.001156> - 20429: <-0.006313, -0.005747, 0.001157> - 20430: <-0.006346, -0.005776, 0.000774> - 20431: <-0.006070, -0.006070, 0.000773> - 20432: <-0.005996, -0.005996, 0.001534> - 20433: <-0.006269, -0.005707, 0.001536> - 20434: <-0.006313, -0.005747, 0.001157> - 20435: <-0.006039, -0.006039, 0.001156> - 20436: <-0.005944, -0.005944, 0.001906> - 20437: <-0.006212, -0.005657, 0.001908> - 20438: <-0.006269, -0.005707, 0.001536> - 20439: <-0.005996, -0.005996, 0.001534> - 20440: <-0.005881, -0.005881, 0.002269> - 20441: <-0.006146, -0.005599, 0.002272> - 20442: <-0.006212, -0.005657, 0.001908> - 20443: <-0.005944, -0.005944, 0.001906> - 20444: <-0.005809, -0.005809, 0.002623> - 20445: <-0.006069, -0.005533, 0.002627> - 20446: <-0.006146, -0.005599, 0.002272> - 20447: <-0.005881, -0.005881, 0.002269> - 20448: <-0.005729, -0.005729, 0.002966> - 20449: <-0.005983, -0.005459, 0.002971> - 20450: <-0.006069, -0.005533, 0.002627> - 20451: <-0.005809, -0.005809, 0.002623> - 20452: <-0.005642, -0.005642, 0.003297> - 20453: <-0.005888, -0.005379, 0.003302> - 20454: <-0.005983, -0.005459, 0.002971> - 20455: <-0.005729, -0.005729, 0.002966> - 20456: <-0.005549, -0.005549, 0.003612> - 20457: <-0.005786, -0.005294, 0.003619> - 20458: <-0.005888, -0.005379, 0.003302> - 20459: <-0.005642, -0.005642, 0.003297> - 20460: <-0.005451, -0.005451, 0.003910> - 20461: <-0.005678, -0.005207, 0.003918> - 20462: <-0.005786, -0.005294, 0.003619> - 20463: <-0.005549, -0.005549, 0.003612> - 20464: <-0.005351, -0.005351, 0.004188> - 20465: <-0.005564, -0.005120, 0.004199> - 20466: <-0.005678, -0.005207, 0.003918> - 20467: <-0.005451, -0.005451, 0.003910> - 20468: <-0.005255, -0.005255, 0.004436> - 20469: <-0.005446, -0.005034, 0.004460> - 20470: <-0.005564, -0.005120, 0.004199> - 20471: <-0.005351, -0.005351, 0.004188> - 20472: <-0.005166, -0.005166, 0.004647> - 20473: <-0.005326, -0.004959, 0.004691> - 20474: <-0.005446, -0.005034, 0.004460> - 20475: <-0.005255, -0.005255, 0.004436> - 20476: <-0.005081, -0.005081, 0.004833> - 20477: <-0.005206, -0.004894, 0.004894> - 20478: <-0.005326, -0.004959, 0.004691> - 20479: <-0.005166, -0.005166, 0.004647> - 20480: < 0.004894, -0.004894, 0.005206> - 20481: < 0.004959, -0.004691, 0.005326> - 20482: < 0.004738, -0.004738, 0.005479> - 20483: < 0.004691, -0.004959, 0.005326> - 20484: < 0.004959, -0.004691, 0.005326> - 20485: < 0.005034, -0.004460, 0.005446> - 20486: < 0.004798, -0.004494, 0.005623> - 20487: < 0.004738, -0.004738, 0.005479> - 20488: < 0.005034, -0.004460, 0.005446> - 20489: < 0.005120, -0.004199, 0.005564> - 20490: < 0.004870, -0.004226, 0.005760> - 20491: < 0.004798, -0.004494, 0.005623> - 20492: < 0.005120, -0.004199, 0.005564> - 20493: < 0.005207, -0.003918, 0.005678> - 20494: < 0.004946, -0.003941, 0.005887> - 20495: < 0.004870, -0.004226, 0.005760> - 20496: < 0.005207, -0.003918, 0.005678> - 20497: < 0.005294, -0.003619, 0.005786> - 20498: < 0.005023, -0.003637, 0.006006> - 20499: < 0.004946, -0.003941, 0.005887> - 20500: < 0.005294, -0.003619, 0.005786> - 20501: < 0.005379, -0.003302, 0.005888> - 20502: < 0.005099, -0.003318, 0.006117> - 20503: < 0.005023, -0.003637, 0.006006> - 20504: < 0.005379, -0.003302, 0.005888> - 20505: < 0.005459, -0.002971, 0.005983> - 20506: < 0.005172, -0.002984, 0.006219> - 20507: < 0.005099, -0.003318, 0.006117> - 20508: < 0.005459, -0.002971, 0.005983> - 20509: < 0.005533, -0.002627, 0.006069> - 20510: < 0.005240, -0.002638, 0.006311> - 20511: < 0.005172, -0.002984, 0.006219> - 20512: < 0.005533, -0.002627, 0.006069> - 20513: < 0.005599, -0.002272, 0.006146> - 20514: < 0.005301, -0.002281, 0.006393> - 20515: < 0.005240, -0.002638, 0.006311> - 20516: < 0.005599, -0.002272, 0.006146> - 20517: < 0.005657, -0.001908, 0.006212> - 20518: < 0.005355, -0.001915, 0.006464> - 20519: < 0.005301, -0.002281, 0.006393> - 20520: < 0.005657, -0.001908, 0.006212> - 20521: < 0.005707, -0.001536, 0.006269> - 20522: < 0.005401, -0.001541, 0.006523> - 20523: < 0.005355, -0.001915, 0.006464> - 20524: < 0.005707, -0.001536, 0.006269> - 20525: < 0.005747, -0.001157, 0.006313> - 20526: < 0.005438, -0.001161, 0.006570> - 20527: < 0.005401, -0.001541, 0.006523> - 20528: < 0.005747, -0.001157, 0.006313> - 20529: < 0.005776, -0.000774, 0.006346> - 20530: < 0.005466, -0.000777, 0.006605> - 20531: < 0.005438, -0.001161, 0.006570> - 20532: < 0.005776, -0.000774, 0.006346> - 20533: < 0.005794, -0.000388, 0.006366> - 20534: < 0.005483, -0.000389, 0.006626> - 20535: < 0.005466, -0.000777, 0.006605> - 20536: < 0.005794, -0.000388, 0.006366> - 20537: < 0.005801, -0.000000, 0.006373> - 20538: < 0.005489, -0.000000, 0.006633> - 20539: < 0.005483, -0.000389, 0.006626> - 20540: < 0.005801, -0.000000, 0.006373> - 20541: < 0.005794, 0.000388, 0.006366> - 20542: < 0.005483, 0.000389, 0.006626> - 20543: < 0.005489, -0.000000, 0.006633> - 20544: < 0.005794, 0.000388, 0.006366> - 20545: < 0.005776, 0.000774, 0.006346> - 20546: < 0.005466, 0.000777, 0.006605> - 20547: < 0.005483, 0.000389, 0.006626> - 20548: < 0.005776, 0.000774, 0.006346> - 20549: < 0.005747, 0.001157, 0.006313> - 20550: < 0.005438, 0.001161, 0.006570> - 20551: < 0.005466, 0.000777, 0.006605> - 20552: < 0.005747, 0.001157, 0.006313> - 20553: < 0.005707, 0.001536, 0.006269> - 20554: < 0.005401, 0.001541, 0.006523> - 20555: < 0.005438, 0.001161, 0.006570> - 20556: < 0.005707, 0.001536, 0.006269> - 20557: < 0.005657, 0.001908, 0.006212> - 20558: < 0.005355, 0.001915, 0.006464> - 20559: < 0.005401, 0.001541, 0.006523> - 20560: < 0.005657, 0.001908, 0.006212> - 20561: < 0.005599, 0.002272, 0.006146> - 20562: < 0.005301, 0.002281, 0.006393> - 20563: < 0.005355, 0.001915, 0.006464> - 20564: < 0.005599, 0.002272, 0.006146> - 20565: < 0.005533, 0.002627, 0.006069> - 20566: < 0.005240, 0.002638, 0.006311> - 20567: < 0.005301, 0.002281, 0.006393> - 20568: < 0.005533, 0.002627, 0.006069> - 20569: < 0.005459, 0.002971, 0.005983> - 20570: < 0.005172, 0.002984, 0.006219> - 20571: < 0.005240, 0.002638, 0.006311> - 20572: < 0.005459, 0.002971, 0.005983> - 20573: < 0.005379, 0.003302, 0.005888> - 20574: < 0.005099, 0.003318, 0.006117> - 20575: < 0.005172, 0.002984, 0.006219> - 20576: < 0.005379, 0.003302, 0.005888> - 20577: < 0.005294, 0.003619, 0.005786> - 20578: < 0.005023, 0.003637, 0.006006> - 20579: < 0.005099, 0.003318, 0.006117> - 20580: < 0.005294, 0.003619, 0.005786> - 20581: < 0.005207, 0.003918, 0.005678> - 20582: < 0.004946, 0.003941, 0.005887> - 20583: < 0.005023, 0.003637, 0.006006> - 20584: < 0.005207, 0.003918, 0.005678> - 20585: < 0.005120, 0.004199, 0.005564> - 20586: < 0.004870, 0.004226, 0.005760> - 20587: < 0.004946, 0.003941, 0.005887> - 20588: < 0.005120, 0.004199, 0.005564> - 20589: < 0.005034, 0.004460, 0.005446> - 20590: < 0.004798, 0.004494, 0.005623> - 20591: < 0.004870, 0.004226, 0.005760> - 20592: < 0.005034, 0.004460, 0.005446> - 20593: < 0.004959, 0.004691, 0.005326> - 20594: < 0.004738, 0.004738, 0.005479> - 20595: < 0.004798, 0.004494, 0.005623> - 20596: < 0.004959, 0.004691, 0.005326> - 20597: < 0.004894, 0.004894, 0.005206> - 20598: < 0.004691, 0.004959, 0.005326> - 20599: < 0.004738, 0.004738, 0.005479> - 20600: < 0.004691, -0.004959, 0.005326> - 20601: < 0.004738, -0.004738, 0.005479> - 20602: < 0.004494, -0.004798, 0.005623> - 20603: < 0.004460, -0.005034, 0.005446> - 20604: < 0.004738, -0.004738, 0.005479> - 20605: < 0.004798, -0.004494, 0.005623> - 20606: < 0.004542, -0.004542, 0.005788> - 20607: < 0.004494, -0.004798, 0.005623> - 20608: < 0.004798, -0.004494, 0.005623> - 20609: < 0.004870, -0.004226, 0.005760> - 20610: < 0.004602, -0.004267, 0.005939> - 20611: < 0.004542, -0.004542, 0.005788> - 20612: < 0.004870, -0.004226, 0.005760> - 20613: < 0.004946, -0.003941, 0.005887> - 20614: < 0.004668, -0.003975, 0.006080> - 20615: < 0.004602, -0.004267, 0.005939> - 20616: < 0.004946, -0.003941, 0.005887> - 20617: < 0.005023, -0.003637, 0.006006> - 20618: < 0.004736, -0.003666, 0.006210> - 20619: < 0.004668, -0.003975, 0.006080> - 20620: < 0.005023, -0.003637, 0.006006> - 20621: < 0.005099, -0.003318, 0.006117> - 20622: < 0.004804, -0.003342, 0.006329> - 20623: < 0.004736, -0.003666, 0.006210> - 20624: < 0.005099, -0.003318, 0.006117> - 20625: < 0.005172, -0.002984, 0.006219> - 20626: < 0.004870, -0.003004, 0.006439> - 20627: < 0.004804, -0.003342, 0.006329> - 20628: < 0.005172, -0.002984, 0.006219> - 20629: < 0.005240, -0.002638, 0.006311> - 20630: < 0.004931, -0.002655, 0.006537> - 20631: < 0.004870, -0.003004, 0.006439> - 20632: < 0.005240, -0.002638, 0.006311> - 20633: < 0.005301, -0.002281, 0.006393> - 20634: < 0.004987, -0.002295, 0.006623> - 20635: < 0.004931, -0.002655, 0.006537> - 20636: < 0.005301, -0.002281, 0.006393> - 20637: < 0.005355, -0.001915, 0.006464> - 20638: < 0.005037, -0.001926, 0.006698> - 20639: < 0.004987, -0.002295, 0.006623> - 20640: < 0.005355, -0.001915, 0.006464> - 20641: < 0.005401, -0.001541, 0.006523> - 20642: < 0.005080, -0.001550, 0.006761> - 20643: < 0.005037, -0.001926, 0.006698> - 20644: < 0.005401, -0.001541, 0.006523> - 20645: < 0.005438, -0.001161, 0.006570> - 20646: < 0.005114, -0.001168, 0.006810> - 20647: < 0.005080, -0.001550, 0.006761> - 20648: < 0.005438, -0.001161, 0.006570> - 20649: < 0.005466, -0.000777, 0.006605> - 20650: < 0.005140, -0.000781, 0.006846> - 20651: < 0.005114, -0.001168, 0.006810> - 20652: < 0.005466, -0.000777, 0.006605> - 20653: < 0.005483, -0.000389, 0.006626> - 20654: < 0.005156, -0.000391, 0.006868> - 20655: < 0.005140, -0.000781, 0.006846> - 20656: < 0.005483, -0.000389, 0.006626> - 20657: < 0.005489, -0.000000, 0.006633> - 20658: < 0.005162, -0.000000, 0.006875> - 20659: < 0.005156, -0.000391, 0.006868> - 20660: < 0.005489, -0.000000, 0.006633> - 20661: < 0.005483, 0.000389, 0.006626> - 20662: < 0.005156, 0.000391, 0.006868> - 20663: < 0.005162, -0.000000, 0.006875> - 20664: < 0.005483, 0.000389, 0.006626> - 20665: < 0.005466, 0.000777, 0.006605> - 20666: < 0.005140, 0.000781, 0.006846> - 20667: < 0.005156, 0.000391, 0.006868> - 20668: < 0.005466, 0.000777, 0.006605> - 20669: < 0.005438, 0.001161, 0.006570> - 20670: < 0.005114, 0.001168, 0.006810> - 20671: < 0.005140, 0.000781, 0.006846> - 20672: < 0.005438, 0.001161, 0.006570> - 20673: < 0.005401, 0.001541, 0.006523> - 20674: < 0.005080, 0.001550, 0.006761> - 20675: < 0.005114, 0.001168, 0.006810> - 20676: < 0.005401, 0.001541, 0.006523> - 20677: < 0.005355, 0.001915, 0.006464> - 20678: < 0.005037, 0.001926, 0.006698> - 20679: < 0.005080, 0.001550, 0.006761> - 20680: < 0.005355, 0.001915, 0.006464> - 20681: < 0.005301, 0.002281, 0.006393> - 20682: < 0.004987, 0.002295, 0.006623> - 20683: < 0.005037, 0.001926, 0.006698> - 20684: < 0.005301, 0.002281, 0.006393> - 20685: < 0.005240, 0.002638, 0.006311> - 20686: < 0.004931, 0.002655, 0.006537> - 20687: < 0.004987, 0.002295, 0.006623> - 20688: < 0.005240, 0.002638, 0.006311> - 20689: < 0.005172, 0.002984, 0.006219> - 20690: < 0.004870, 0.003004, 0.006439> - 20691: < 0.004931, 0.002655, 0.006537> - 20692: < 0.005172, 0.002984, 0.006219> - 20693: < 0.005099, 0.003318, 0.006117> - 20694: < 0.004804, 0.003342, 0.006329> - 20695: < 0.004870, 0.003004, 0.006439> - 20696: < 0.005099, 0.003318, 0.006117> - 20697: < 0.005023, 0.003637, 0.006006> - 20698: < 0.004736, 0.003666, 0.006210> - 20699: < 0.004804, 0.003342, 0.006329> - 20700: < 0.005023, 0.003637, 0.006006> - 20701: < 0.004946, 0.003941, 0.005887> - 20702: < 0.004668, 0.003975, 0.006080> - 20703: < 0.004736, 0.003666, 0.006210> - 20704: < 0.004946, 0.003941, 0.005887> - 20705: < 0.004870, 0.004226, 0.005760> - 20706: < 0.004602, 0.004267, 0.005939> - 20707: < 0.004668, 0.003975, 0.006080> - 20708: < 0.004870, 0.004226, 0.005760> - 20709: < 0.004798, 0.004494, 0.005623> - 20710: < 0.004542, 0.004542, 0.005788> - 20711: < 0.004602, 0.004267, 0.005939> - 20712: < 0.004798, 0.004494, 0.005623> - 20713: < 0.004738, 0.004738, 0.005479> - 20714: < 0.004494, 0.004798, 0.005623> - 20715: < 0.004542, 0.004542, 0.005788> - 20716: < 0.004738, 0.004738, 0.005479> - 20717: < 0.004691, 0.004959, 0.005326> - 20718: < 0.004460, 0.005034, 0.005446> - 20719: < 0.004494, 0.004798, 0.005623> - 20720: < 0.004460, -0.005034, 0.005446> - 20721: < 0.004494, -0.004798, 0.005623> - 20722: < 0.004226, -0.004870, 0.005760> - 20723: < 0.004199, -0.005120, 0.005564> - 20724: < 0.004494, -0.004798, 0.005623> - 20725: < 0.004542, -0.004542, 0.005788> - 20726: < 0.004267, -0.004602, 0.005939> - 20727: < 0.004226, -0.004870, 0.005760> - 20728: < 0.004542, -0.004542, 0.005788> - 20729: < 0.004602, -0.004267, 0.005939> - 20730: < 0.004318, -0.004318, 0.006105> - 20731: < 0.004267, -0.004602, 0.005939> - 20732: < 0.004602, -0.004267, 0.005939> - 20733: < 0.004668, -0.003975, 0.006080> - 20734: < 0.004374, -0.004017, 0.006257> - 20735: < 0.004318, -0.004318, 0.006105> - 20736: < 0.004668, -0.003975, 0.006080> - 20737: < 0.004736, -0.003666, 0.006210> - 20738: < 0.004434, -0.003701, 0.006397> - 20739: < 0.004374, -0.004017, 0.006257> - 20740: < 0.004736, -0.003666, 0.006210> - 20741: < 0.004804, -0.003342, 0.006329> - 20742: < 0.004494, -0.003372, 0.006525> - 20743: < 0.004434, -0.003701, 0.006397> - 20744: < 0.004804, -0.003342, 0.006329> - 20745: < 0.004870, -0.003004, 0.006439> - 20746: < 0.004553, -0.003030, 0.006641> - 20747: < 0.004494, -0.003372, 0.006525> - 20748: < 0.004870, -0.003004, 0.006439> - 20749: < 0.004931, -0.002655, 0.006537> - 20750: < 0.004609, -0.002676, 0.006745> - 20751: < 0.004553, -0.003030, 0.006641> - 20752: < 0.004931, -0.002655, 0.006537> - 20753: < 0.004987, -0.002295, 0.006623> - 20754: < 0.004659, -0.002313, 0.006836> - 20755: < 0.004609, -0.002676, 0.006745> - 20756: < 0.004987, -0.002295, 0.006623> - 20757: < 0.005037, -0.001926, 0.006698> - 20758: < 0.004705, -0.001940, 0.006915> - 20759: < 0.004659, -0.002313, 0.006836> - 20760: < 0.005037, -0.001926, 0.006698> - 20761: < 0.005080, -0.001550, 0.006761> - 20762: < 0.004744, -0.001561, 0.006980> - 20763: < 0.004705, -0.001940, 0.006915> - 20764: < 0.005080, -0.001550, 0.006761> - 20765: < 0.005114, -0.001168, 0.006810> - 20766: < 0.004776, -0.001176, 0.007032> - 20767: < 0.004744, -0.001561, 0.006980> - 20768: < 0.005114, -0.001168, 0.006810> - 20769: < 0.005140, -0.000781, 0.006846> - 20770: < 0.004800, -0.000786, 0.007069> - 20771: < 0.004776, -0.001176, 0.007032> - 20772: < 0.005140, -0.000781, 0.006846> - 20773: < 0.005156, -0.000391, 0.006868> - 20774: < 0.004815, -0.000394, 0.007092> - 20775: < 0.004800, -0.000786, 0.007069> - 20776: < 0.005156, -0.000391, 0.006868> - 20777: < 0.005162, -0.000000, 0.006875> - 20778: < 0.004820, -0.000000, 0.007099> - 20779: < 0.004815, -0.000394, 0.007092> - 20780: < 0.005162, -0.000000, 0.006875> - 20781: < 0.005156, 0.000391, 0.006868> - 20782: < 0.004815, 0.000394, 0.007092> - 20783: < 0.004820, -0.000000, 0.007099> - 20784: < 0.005156, 0.000391, 0.006868> - 20785: < 0.005140, 0.000781, 0.006846> - 20786: < 0.004800, 0.000786, 0.007069> - 20787: < 0.004815, 0.000394, 0.007092> - 20788: < 0.005140, 0.000781, 0.006846> - 20789: < 0.005114, 0.001168, 0.006810> - 20790: < 0.004776, 0.001176, 0.007032> - 20791: < 0.004800, 0.000786, 0.007069> - 20792: < 0.005114, 0.001168, 0.006810> - 20793: < 0.005080, 0.001550, 0.006761> - 20794: < 0.004744, 0.001561, 0.006980> - 20795: < 0.004776, 0.001176, 0.007032> - 20796: < 0.005080, 0.001550, 0.006761> - 20797: < 0.005037, 0.001926, 0.006698> - 20798: < 0.004705, 0.001940, 0.006915> - 20799: < 0.004744, 0.001561, 0.006980> - 20800: < 0.005037, 0.001926, 0.006698> - 20801: < 0.004987, 0.002295, 0.006623> - 20802: < 0.004659, 0.002313, 0.006836> - 20803: < 0.004705, 0.001940, 0.006915> - 20804: < 0.004987, 0.002295, 0.006623> - 20805: < 0.004931, 0.002655, 0.006537> - 20806: < 0.004609, 0.002676, 0.006745> - 20807: < 0.004659, 0.002313, 0.006836> - 20808: < 0.004931, 0.002655, 0.006537> - 20809: < 0.004870, 0.003004, 0.006439> - 20810: < 0.004553, 0.003030, 0.006641> - 20811: < 0.004609, 0.002676, 0.006745> - 20812: < 0.004870, 0.003004, 0.006439> - 20813: < 0.004804, 0.003342, 0.006329> - 20814: < 0.004494, 0.003372, 0.006525> - 20815: < 0.004553, 0.003030, 0.006641> - 20816: < 0.004804, 0.003342, 0.006329> - 20817: < 0.004736, 0.003666, 0.006210> - 20818: < 0.004434, 0.003701, 0.006397> - 20819: < 0.004494, 0.003372, 0.006525> - 20820: < 0.004736, 0.003666, 0.006210> - 20821: < 0.004668, 0.003975, 0.006080> - 20822: < 0.004374, 0.004017, 0.006257> - 20823: < 0.004434, 0.003701, 0.006397> - 20824: < 0.004668, 0.003975, 0.006080> - 20825: < 0.004602, 0.004267, 0.005939> - 20826: < 0.004318, 0.004318, 0.006105> - 20827: < 0.004374, 0.004017, 0.006257> - 20828: < 0.004602, 0.004267, 0.005939> - 20829: < 0.004542, 0.004542, 0.005788> - 20830: < 0.004267, 0.004602, 0.005939> - 20831: < 0.004318, 0.004318, 0.006105> - 20832: < 0.004542, 0.004542, 0.005788> - 20833: < 0.004494, 0.004798, 0.005623> - 20834: < 0.004226, 0.004870, 0.005760> - 20835: < 0.004267, 0.004602, 0.005939> - 20836: < 0.004494, 0.004798, 0.005623> - 20837: < 0.004460, 0.005034, 0.005446> - 20838: < 0.004199, 0.005120, 0.005564> - 20839: < 0.004226, 0.004870, 0.005760> - 20840: < 0.004199, -0.005120, 0.005564> - 20841: < 0.004226, -0.004870, 0.005760> - 20842: < 0.003941, -0.004946, 0.005887> - 20843: < 0.003918, -0.005207, 0.005678> - 20844: < 0.004226, -0.004870, 0.005760> - 20845: < 0.004267, -0.004602, 0.005939> - 20846: < 0.003975, -0.004668, 0.006080> - 20847: < 0.003941, -0.004946, 0.005887> - 20848: < 0.004267, -0.004602, 0.005939> - 20849: < 0.004318, -0.004318, 0.006105> - 20850: < 0.004017, -0.004374, 0.006257> - 20851: < 0.003975, -0.004668, 0.006080> - 20852: < 0.004318, -0.004318, 0.006105> - 20853: < 0.004374, -0.004017, 0.006257> - 20854: < 0.004065, -0.004065, 0.006421> - 20855: < 0.004017, -0.004374, 0.006257> - 20856: < 0.004374, -0.004017, 0.006257> - 20857: < 0.004434, -0.003701, 0.006397> - 20858: < 0.004117, -0.003743, 0.006570> - 20859: < 0.004065, -0.004065, 0.006421> - 20860: < 0.004434, -0.003701, 0.006397> - 20861: < 0.004494, -0.003372, 0.006525> - 20862: < 0.004170, -0.003407, 0.006705> - 20863: < 0.004117, -0.003743, 0.006570> - 20864: < 0.004494, -0.003372, 0.006525> - 20865: < 0.004553, -0.003030, 0.006641> - 20866: < 0.004223, -0.003060, 0.006828> - 20867: < 0.004170, -0.003407, 0.006705> - 20868: < 0.004553, -0.003030, 0.006641> - 20869: < 0.004609, -0.002676, 0.006745> - 20870: < 0.004273, -0.002701, 0.006937> - 20871: < 0.004223, -0.003060, 0.006828> - 20872: < 0.004609, -0.002676, 0.006745> - 20873: < 0.004659, -0.002313, 0.006836> - 20874: < 0.004318, -0.002333, 0.007033> - 20875: < 0.004273, -0.002701, 0.006937> - 20876: < 0.004659, -0.002313, 0.006836> - 20877: < 0.004705, -0.001940, 0.006915> - 20878: < 0.004360, -0.001957, 0.007115> - 20879: < 0.004318, -0.002333, 0.007033> - 20880: < 0.004705, -0.001940, 0.006915> - 20881: < 0.004744, -0.001561, 0.006980> - 20882: < 0.004395, -0.001574, 0.007183> - 20883: < 0.004360, -0.001957, 0.007115> - 20884: < 0.004744, -0.001561, 0.006980> - 20885: < 0.004776, -0.001176, 0.007032> - 20886: < 0.004424, -0.001185, 0.007236> - 20887: < 0.004395, -0.001574, 0.007183> - 20888: < 0.004776, -0.001176, 0.007032> - 20889: < 0.004800, -0.000786, 0.007069> - 20890: < 0.004446, -0.000792, 0.007275> - 20891: < 0.004424, -0.001185, 0.007236> - 20892: < 0.004800, -0.000786, 0.007069> - 20893: < 0.004815, -0.000394, 0.007092> - 20894: < 0.004460, -0.000397, 0.007298> - 20895: < 0.004446, -0.000792, 0.007275> - 20896: < 0.004815, -0.000394, 0.007092> - 20897: < 0.004820, -0.000000, 0.007099> - 20898: < 0.004465, -0.000000, 0.007306> - 20899: < 0.004460, -0.000397, 0.007298> - 20900: < 0.004820, -0.000000, 0.007099> - 20901: < 0.004815, 0.000394, 0.007092> - 20902: < 0.004460, 0.000397, 0.007298> - 20903: < 0.004465, -0.000000, 0.007306> - 20904: < 0.004815, 0.000394, 0.007092> - 20905: < 0.004800, 0.000786, 0.007069> - 20906: < 0.004446, 0.000792, 0.007275> - 20907: < 0.004460, 0.000397, 0.007298> - 20908: < 0.004800, 0.000786, 0.007069> - 20909: < 0.004776, 0.001176, 0.007032> - 20910: < 0.004424, 0.001185, 0.007236> - 20911: < 0.004446, 0.000792, 0.007275> - 20912: < 0.004776, 0.001176, 0.007032> - 20913: < 0.004744, 0.001561, 0.006980> - 20914: < 0.004395, 0.001574, 0.007183> - 20915: < 0.004424, 0.001185, 0.007236> - 20916: < 0.004744, 0.001561, 0.006980> - 20917: < 0.004705, 0.001940, 0.006915> - 20918: < 0.004360, 0.001957, 0.007115> - 20919: < 0.004395, 0.001574, 0.007183> - 20920: < 0.004705, 0.001940, 0.006915> - 20921: < 0.004659, 0.002313, 0.006836> - 20922: < 0.004318, 0.002333, 0.007033> - 20923: < 0.004360, 0.001957, 0.007115> - 20924: < 0.004659, 0.002313, 0.006836> - 20925: < 0.004609, 0.002676, 0.006745> - 20926: < 0.004273, 0.002701, 0.006937> - 20927: < 0.004318, 0.002333, 0.007033> - 20928: < 0.004609, 0.002676, 0.006745> - 20929: < 0.004553, 0.003030, 0.006641> - 20930: < 0.004223, 0.003060, 0.006828> - 20931: < 0.004273, 0.002701, 0.006937> - 20932: < 0.004553, 0.003030, 0.006641> - 20933: < 0.004494, 0.003372, 0.006525> - 20934: < 0.004170, 0.003407, 0.006705> - 20935: < 0.004223, 0.003060, 0.006828> - 20936: < 0.004494, 0.003372, 0.006525> - 20937: < 0.004434, 0.003701, 0.006397> - 20938: < 0.004117, 0.003743, 0.006570> - 20939: < 0.004170, 0.003407, 0.006705> - 20940: < 0.004434, 0.003701, 0.006397> - 20941: < 0.004374, 0.004017, 0.006257> - 20942: < 0.004065, 0.004065, 0.006421> - 20943: < 0.004117, 0.003743, 0.006570> - 20944: < 0.004374, 0.004017, 0.006257> - 20945: < 0.004318, 0.004318, 0.006105> - 20946: < 0.004017, 0.004374, 0.006257> - 20947: < 0.004065, 0.004065, 0.006421> - 20948: < 0.004318, 0.004318, 0.006105> - 20949: < 0.004267, 0.004602, 0.005939> - 20950: < 0.003975, 0.004668, 0.006080> - 20951: < 0.004017, 0.004374, 0.006257> - 20952: < 0.004267, 0.004602, 0.005939> - 20953: < 0.004226, 0.004870, 0.005760> - 20954: < 0.003941, 0.004946, 0.005887> - 20955: < 0.003975, 0.004668, 0.006080> - 20956: < 0.004226, 0.004870, 0.005760> - 20957: < 0.004199, 0.005120, 0.005564> - 20958: < 0.003918, 0.005207, 0.005678> - 20959: < 0.003941, 0.004946, 0.005887> - 20960: < 0.003918, -0.005207, 0.005678> - 20961: < 0.003941, -0.004946, 0.005887> - 20962: < 0.003637, -0.005023, 0.006006> - 20963: < 0.003619, -0.005294, 0.005786> - 20964: < 0.003941, -0.004946, 0.005887> - 20965: < 0.003975, -0.004668, 0.006080> - 20966: < 0.003666, -0.004736, 0.006210> - 20967: < 0.003637, -0.005023, 0.006006> - 20968: < 0.003975, -0.004668, 0.006080> - 20969: < 0.004017, -0.004374, 0.006257> - 20970: < 0.003701, -0.004434, 0.006397> - 20971: < 0.003666, -0.004736, 0.006210> - 20972: < 0.004017, -0.004374, 0.006257> - 20973: < 0.004065, -0.004065, 0.006421> - 20974: < 0.003743, -0.004117, 0.006570> - 20975: < 0.003701, -0.004434, 0.006397> - 20976: < 0.004065, -0.004065, 0.006421> - 20977: < 0.004117, -0.003743, 0.006570> - 20978: < 0.003788, -0.003788, 0.006727> - 20979: < 0.003743, -0.004117, 0.006570> - 20980: < 0.004117, -0.003743, 0.006570> - 20981: < 0.004170, -0.003407, 0.006705> - 20982: < 0.003834, -0.003446, 0.006870> - 20983: < 0.003788, -0.003788, 0.006727> - 20984: < 0.004170, -0.003407, 0.006705> - 20985: < 0.004223, -0.003060, 0.006828> - 20986: < 0.003880, -0.003093, 0.006998> - 20987: < 0.003834, -0.003446, 0.006870> - 20988: < 0.004223, -0.003060, 0.006828> - 20989: < 0.004273, -0.002701, 0.006937> - 20990: < 0.003924, -0.002729, 0.007112> - 20991: < 0.003880, -0.003093, 0.006998> - 20992: < 0.004273, -0.002701, 0.006937> - 20993: < 0.004318, -0.002333, 0.007033> - 20994: < 0.003965, -0.002356, 0.007212> - 20995: < 0.003924, -0.002729, 0.007112> - 20996: < 0.004318, -0.002333, 0.007033> - 20997: < 0.004360, -0.001957, 0.007115> - 20998: < 0.004002, -0.001975, 0.007297> - 20999: < 0.003965, -0.002356, 0.007212> - 21000: < 0.004360, -0.001957, 0.007115> - 21001: < 0.004395, -0.001574, 0.007183> - 21002: < 0.004034, -0.001588, 0.007367> - 21003: < 0.004002, -0.001975, 0.007297> - 21004: < 0.004395, -0.001574, 0.007183> - 21005: < 0.004424, -0.001185, 0.007236> - 21006: < 0.004061, -0.001196, 0.007423> - 21007: < 0.004034, -0.001588, 0.007367> - 21008: < 0.004424, -0.001185, 0.007236> - 21009: < 0.004446, -0.000792, 0.007275> - 21010: < 0.004081, -0.000799, 0.007462> - 21011: < 0.004061, -0.001196, 0.007423> - 21012: < 0.004446, -0.000792, 0.007275> - 21013: < 0.004460, -0.000397, 0.007298> - 21014: < 0.004093, -0.000400, 0.007487> - 21015: < 0.004081, -0.000799, 0.007462> - 21016: < 0.004460, -0.000397, 0.007298> - 21017: < 0.004465, -0.000000, 0.007306> - 21018: < 0.004098, -0.000000, 0.007495> - 21019: < 0.004093, -0.000400, 0.007487> - 21020: < 0.004465, -0.000000, 0.007306> - 21021: < 0.004460, 0.000397, 0.007298> - 21022: < 0.004093, 0.000400, 0.007487> - 21023: < 0.004098, -0.000000, 0.007495> - 21024: < 0.004460, 0.000397, 0.007298> - 21025: < 0.004446, 0.000792, 0.007275> - 21026: < 0.004081, 0.000799, 0.007462> - 21027: < 0.004093, 0.000400, 0.007487> - 21028: < 0.004446, 0.000792, 0.007275> - 21029: < 0.004424, 0.001185, 0.007236> - 21030: < 0.004061, 0.001196, 0.007423> - 21031: < 0.004081, 0.000799, 0.007462> - 21032: < 0.004424, 0.001185, 0.007236> - 21033: < 0.004395, 0.001574, 0.007183> - 21034: < 0.004034, 0.001588, 0.007367> - 21035: < 0.004061, 0.001196, 0.007423> - 21036: < 0.004395, 0.001574, 0.007183> - 21037: < 0.004360, 0.001957, 0.007115> - 21038: < 0.004002, 0.001975, 0.007297> - 21039: < 0.004034, 0.001588, 0.007367> - 21040: < 0.004360, 0.001957, 0.007115> - 21041: < 0.004318, 0.002333, 0.007033> - 21042: < 0.003965, 0.002356, 0.007212> - 21043: < 0.004002, 0.001975, 0.007297> - 21044: < 0.004318, 0.002333, 0.007033> - 21045: < 0.004273, 0.002701, 0.006937> - 21046: < 0.003924, 0.002729, 0.007112> - 21047: < 0.003965, 0.002356, 0.007212> - 21048: < 0.004273, 0.002701, 0.006937> - 21049: < 0.004223, 0.003060, 0.006828> - 21050: < 0.003880, 0.003093, 0.006998> - 21051: < 0.003924, 0.002729, 0.007112> - 21052: < 0.004223, 0.003060, 0.006828> - 21053: < 0.004170, 0.003407, 0.006705> - 21054: < 0.003834, 0.003446, 0.006870> - 21055: < 0.003880, 0.003093, 0.006998> - 21056: < 0.004170, 0.003407, 0.006705> - 21057: < 0.004117, 0.003743, 0.006570> - 21058: < 0.003788, 0.003788, 0.006727> - 21059: < 0.003834, 0.003446, 0.006870> - 21060: < 0.004117, 0.003743, 0.006570> - 21061: < 0.004065, 0.004065, 0.006421> - 21062: < 0.003743, 0.004117, 0.006570> - 21063: < 0.003788, 0.003788, 0.006727> - 21064: < 0.004065, 0.004065, 0.006421> - 21065: < 0.004017, 0.004374, 0.006257> - 21066: < 0.003701, 0.004434, 0.006397> - 21067: < 0.003743, 0.004117, 0.006570> - 21068: < 0.004017, 0.004374, 0.006257> - 21069: < 0.003975, 0.004668, 0.006080> - 21070: < 0.003666, 0.004736, 0.006210> - 21071: < 0.003701, 0.004434, 0.006397> - 21072: < 0.003975, 0.004668, 0.006080> - 21073: < 0.003941, 0.004946, 0.005887> - 21074: < 0.003637, 0.005023, 0.006006> - 21075: < 0.003666, 0.004736, 0.006210> - 21076: < 0.003941, 0.004946, 0.005887> - 21077: < 0.003918, 0.005207, 0.005678> - 21078: < 0.003619, 0.005294, 0.005786> - 21079: < 0.003637, 0.005023, 0.006006> - 21080: < 0.003619, -0.005294, 0.005786> - 21081: < 0.003637, -0.005023, 0.006006> - 21082: < 0.003318, -0.005099, 0.006117> - 21083: < 0.003302, -0.005379, 0.005888> - 21084: < 0.003637, -0.005023, 0.006006> - 21085: < 0.003666, -0.004736, 0.006210> - 21086: < 0.003342, -0.004804, 0.006329> - 21087: < 0.003318, -0.005099, 0.006117> - 21088: < 0.003666, -0.004736, 0.006210> - 21089: < 0.003701, -0.004434, 0.006397> - 21090: < 0.003372, -0.004494, 0.006525> - 21091: < 0.003342, -0.004804, 0.006329> - 21092: < 0.003701, -0.004434, 0.006397> - 21093: < 0.003743, -0.004117, 0.006570> - 21094: < 0.003407, -0.004170, 0.006705> - 21095: < 0.003372, -0.004494, 0.006525> - 21096: < 0.003743, -0.004117, 0.006570> - 21097: < 0.003788, -0.003788, 0.006727> - 21098: < 0.003446, -0.003834, 0.006870> - 21099: < 0.003407, -0.004170, 0.006705> - 21100: < 0.003788, -0.003788, 0.006727> - 21101: < 0.003834, -0.003446, 0.006870> - 21102: < 0.003486, -0.003486, 0.007018> - 21103: < 0.003446, -0.003834, 0.006870> - 21104: < 0.003834, -0.003446, 0.006870> - 21105: < 0.003880, -0.003093, 0.006998> - 21106: < 0.003526, -0.003127, 0.007152> - 21107: < 0.003486, -0.003486, 0.007018> - 21108: < 0.003880, -0.003093, 0.006998> - 21109: < 0.003924, -0.002729, 0.007112> - 21110: < 0.003565, -0.002758, 0.007270> - 21111: < 0.003526, -0.003127, 0.007152> - 21112: < 0.003924, -0.002729, 0.007112> - 21113: < 0.003965, -0.002356, 0.007212> - 21114: < 0.003601, -0.002380, 0.007374> - 21115: < 0.003565, -0.002758, 0.007270> - 21116: < 0.003965, -0.002356, 0.007212> - 21117: < 0.004002, -0.001975, 0.007297> - 21118: < 0.003634, -0.001995, 0.007462> - 21119: < 0.003601, -0.002380, 0.007374> - 21120: < 0.004002, -0.001975, 0.007297> - 21121: < 0.004034, -0.001588, 0.007367> - 21122: < 0.003663, -0.001603, 0.007535> - 21123: < 0.003634, -0.001995, 0.007462> - 21124: < 0.004034, -0.001588, 0.007367> - 21125: < 0.004061, -0.001196, 0.007423> - 21126: < 0.003686, -0.001207, 0.007591> - 21127: < 0.003663, -0.001603, 0.007535> - 21128: < 0.004061, -0.001196, 0.007423> - 21129: < 0.004081, -0.000799, 0.007462> - 21130: < 0.003704, -0.000807, 0.007632> - 21131: < 0.003686, -0.001207, 0.007591> - 21132: < 0.004081, -0.000799, 0.007462> - 21133: < 0.004093, -0.000400, 0.007487> - 21134: < 0.003716, -0.000404, 0.007657> - 21135: < 0.003704, -0.000807, 0.007632> - 21136: < 0.004093, -0.000400, 0.007487> - 21137: < 0.004098, -0.000000, 0.007495> - 21138: < 0.003720, -0.000000, 0.007665> - 21139: < 0.003716, -0.000404, 0.007657> - 21140: < 0.004098, -0.000000, 0.007495> - 21141: < 0.004093, 0.000400, 0.007487> - 21142: < 0.003716, 0.000404, 0.007657> - 21143: < 0.003720, -0.000000, 0.007665> - 21144: < 0.004093, 0.000400, 0.007487> - 21145: < 0.004081, 0.000799, 0.007462> - 21146: < 0.003704, 0.000807, 0.007632> - 21147: < 0.003716, 0.000404, 0.007657> - 21148: < 0.004081, 0.000799, 0.007462> - 21149: < 0.004061, 0.001196, 0.007423> - 21150: < 0.003686, 0.001207, 0.007591> - 21151: < 0.003704, 0.000807, 0.007632> - 21152: < 0.004061, 0.001196, 0.007423> - 21153: < 0.004034, 0.001588, 0.007367> - 21154: < 0.003663, 0.001603, 0.007535> - 21155: < 0.003686, 0.001207, 0.007591> - 21156: < 0.004034, 0.001588, 0.007367> - 21157: < 0.004002, 0.001975, 0.007297> - 21158: < 0.003634, 0.001995, 0.007462> - 21159: < 0.003663, 0.001603, 0.007535> - 21160: < 0.004002, 0.001975, 0.007297> - 21161: < 0.003965, 0.002356, 0.007212> - 21162: < 0.003601, 0.002380, 0.007374> - 21163: < 0.003634, 0.001995, 0.007462> - 21164: < 0.003965, 0.002356, 0.007212> - 21165: < 0.003924, 0.002729, 0.007112> - 21166: < 0.003565, 0.002758, 0.007270> - 21167: < 0.003601, 0.002380, 0.007374> - 21168: < 0.003924, 0.002729, 0.007112> - 21169: < 0.003880, 0.003093, 0.006998> - 21170: < 0.003526, 0.003127, 0.007152> - 21171: < 0.003565, 0.002758, 0.007270> - 21172: < 0.003880, 0.003093, 0.006998> - 21173: < 0.003834, 0.003446, 0.006870> - 21174: < 0.003486, 0.003486, 0.007018> - 21175: < 0.003526, 0.003127, 0.007152> - 21176: < 0.003834, 0.003446, 0.006870> - 21177: < 0.003788, 0.003788, 0.006727> - 21178: < 0.003446, 0.003834, 0.006870> - 21179: < 0.003486, 0.003486, 0.007018> - 21180: < 0.003788, 0.003788, 0.006727> - 21181: < 0.003743, 0.004117, 0.006570> - 21182: < 0.003407, 0.004170, 0.006705> - 21183: < 0.003446, 0.003834, 0.006870> - 21184: < 0.003743, 0.004117, 0.006570> - 21185: < 0.003701, 0.004434, 0.006397> - 21186: < 0.003372, 0.004494, 0.006525> - 21187: < 0.003407, 0.004170, 0.006705> - 21188: < 0.003701, 0.004434, 0.006397> - 21189: < 0.003666, 0.004736, 0.006210> - 21190: < 0.003342, 0.004804, 0.006329> - 21191: < 0.003372, 0.004494, 0.006525> - 21192: < 0.003666, 0.004736, 0.006210> - 21193: < 0.003637, 0.005023, 0.006006> - 21194: < 0.003318, 0.005099, 0.006117> - 21195: < 0.003342, 0.004804, 0.006329> - 21196: < 0.003637, 0.005023, 0.006006> - 21197: < 0.003619, 0.005294, 0.005786> - 21198: < 0.003302, 0.005379, 0.005888> - 21199: < 0.003318, 0.005099, 0.006117> - 21200: < 0.003302, -0.005379, 0.005888> - 21201: < 0.003318, -0.005099, 0.006117> - 21202: < 0.002984, -0.005172, 0.006219> - 21203: < 0.002971, -0.005459, 0.005983> - 21204: < 0.003318, -0.005099, 0.006117> - 21205: < 0.003342, -0.004804, 0.006329> - 21206: < 0.003004, -0.004870, 0.006439> - 21207: < 0.002984, -0.005172, 0.006219> - 21208: < 0.003342, -0.004804, 0.006329> - 21209: < 0.003372, -0.004494, 0.006525> - 21210: < 0.003030, -0.004553, 0.006641> - 21211: < 0.003004, -0.004870, 0.006439> - 21212: < 0.003372, -0.004494, 0.006525> - 21213: < 0.003407, -0.004170, 0.006705> - 21214: < 0.003060, -0.004223, 0.006828> - 21215: < 0.003030, -0.004553, 0.006641> - 21216: < 0.003407, -0.004170, 0.006705> - 21217: < 0.003446, -0.003834, 0.006870> - 21218: < 0.003093, -0.003880, 0.006998> - 21219: < 0.003060, -0.004223, 0.006828> - 21220: < 0.003446, -0.003834, 0.006870> - 21221: < 0.003486, -0.003486, 0.007018> - 21222: < 0.003127, -0.003526, 0.007152> - 21223: < 0.003093, -0.003880, 0.006998> - 21224: < 0.003486, -0.003486, 0.007018> - 21225: < 0.003526, -0.003127, 0.007152> - 21226: < 0.003162, -0.003162, 0.007290> - 21227: < 0.003127, -0.003526, 0.007152> - 21228: < 0.003526, -0.003127, 0.007152> - 21229: < 0.003565, -0.002758, 0.007270> - 21230: < 0.003195, -0.002787, 0.007412> - 21231: < 0.003162, -0.003162, 0.007290> - 21232: < 0.003565, -0.002758, 0.007270> - 21233: < 0.003601, -0.002380, 0.007374> - 21234: < 0.003227, -0.002405, 0.007519> - 21235: < 0.003195, -0.002787, 0.007412> - 21236: < 0.003601, -0.002380, 0.007374> - 21237: < 0.003634, -0.001995, 0.007462> - 21238: < 0.003255, -0.002015, 0.007610> - 21239: < 0.003227, -0.002405, 0.007519> - 21240: < 0.003634, -0.001995, 0.007462> - 21241: < 0.003663, -0.001603, 0.007535> - 21242: < 0.003281, -0.001619, 0.007684> - 21243: < 0.003255, -0.002015, 0.007610> - 21244: < 0.003663, -0.001603, 0.007535> - 21245: < 0.003686, -0.001207, 0.007591> - 21246: < 0.003302, -0.001219, 0.007743> - 21247: < 0.003281, -0.001619, 0.007684> - 21248: < 0.003686, -0.001207, 0.007591> - 21249: < 0.003704, -0.000807, 0.007632> - 21250: < 0.003318, -0.000814, 0.007785> - 21251: < 0.003302, -0.001219, 0.007743> - 21252: < 0.003704, -0.000807, 0.007632> - 21253: < 0.003716, -0.000404, 0.007657> - 21254: < 0.003328, -0.000408, 0.007810> - 21255: < 0.003318, -0.000814, 0.007785> - 21256: < 0.003716, -0.000404, 0.007657> - 21257: < 0.003720, -0.000000, 0.007665> - 21258: < 0.003331, -0.000000, 0.007818> - 21259: < 0.003328, -0.000408, 0.007810> - 21260: < 0.003720, -0.000000, 0.007665> - 21261: < 0.003716, 0.000404, 0.007657> - 21262: < 0.003328, 0.000408, 0.007810> - 21263: < 0.003331, -0.000000, 0.007818> - 21264: < 0.003716, 0.000404, 0.007657> - 21265: < 0.003704, 0.000807, 0.007632> - 21266: < 0.003318, 0.000814, 0.007785> - 21267: < 0.003328, 0.000408, 0.007810> - 21268: < 0.003704, 0.000807, 0.007632> - 21269: < 0.003686, 0.001207, 0.007591> - 21270: < 0.003302, 0.001219, 0.007743> - 21271: < 0.003318, 0.000814, 0.007785> - 21272: < 0.003686, 0.001207, 0.007591> - 21273: < 0.003663, 0.001603, 0.007535> - 21274: < 0.003281, 0.001619, 0.007684> - 21275: < 0.003302, 0.001219, 0.007743> - 21276: < 0.003663, 0.001603, 0.007535> - 21277: < 0.003634, 0.001995, 0.007462> - 21278: < 0.003255, 0.002015, 0.007610> - 21279: < 0.003281, 0.001619, 0.007684> - 21280: < 0.003634, 0.001995, 0.007462> - 21281: < 0.003601, 0.002380, 0.007374> - 21282: < 0.003227, 0.002405, 0.007519> - 21283: < 0.003255, 0.002015, 0.007610> - 21284: < 0.003601, 0.002380, 0.007374> - 21285: < 0.003565, 0.002758, 0.007270> - 21286: < 0.003195, 0.002787, 0.007412> - 21287: < 0.003227, 0.002405, 0.007519> - 21288: < 0.003565, 0.002758, 0.007270> - 21289: < 0.003526, 0.003127, 0.007152> - 21290: < 0.003162, 0.003162, 0.007290> - 21291: < 0.003195, 0.002787, 0.007412> - 21292: < 0.003526, 0.003127, 0.007152> - 21293: < 0.003486, 0.003486, 0.007018> - 21294: < 0.003127, 0.003526, 0.007152> - 21295: < 0.003162, 0.003162, 0.007290> - 21296: < 0.003486, 0.003486, 0.007018> - 21297: < 0.003446, 0.003834, 0.006870> - 21298: < 0.003093, 0.003880, 0.006998> - 21299: < 0.003127, 0.003526, 0.007152> - 21300: < 0.003446, 0.003834, 0.006870> - 21301: < 0.003407, 0.004170, 0.006705> - 21302: < 0.003060, 0.004223, 0.006828> - 21303: < 0.003093, 0.003880, 0.006998> - 21304: < 0.003407, 0.004170, 0.006705> - 21305: < 0.003372, 0.004494, 0.006525> - 21306: < 0.003030, 0.004553, 0.006641> - 21307: < 0.003060, 0.004223, 0.006828> - 21308: < 0.003372, 0.004494, 0.006525> - 21309: < 0.003342, 0.004804, 0.006329> - 21310: < 0.003004, 0.004870, 0.006439> - 21311: < 0.003030, 0.004553, 0.006641> - 21312: < 0.003342, 0.004804, 0.006329> - 21313: < 0.003318, 0.005099, 0.006117> - 21314: < 0.002984, 0.005172, 0.006219> - 21315: < 0.003004, 0.004870, 0.006439> - 21316: < 0.003318, 0.005099, 0.006117> - 21317: < 0.003302, 0.005379, 0.005888> - 21318: < 0.002971, 0.005459, 0.005983> - 21319: < 0.002984, 0.005172, 0.006219> - 21320: < 0.002971, -0.005459, 0.005983> - 21321: < 0.002984, -0.005172, 0.006219> - 21322: < 0.002638, -0.005240, 0.006311> - 21323: < 0.002627, -0.005533, 0.006069> - 21324: < 0.002984, -0.005172, 0.006219> - 21325: < 0.003004, -0.004870, 0.006439> - 21326: < 0.002655, -0.004931, 0.006537> - 21327: < 0.002638, -0.005240, 0.006311> - 21328: < 0.003004, -0.004870, 0.006439> - 21329: < 0.003030, -0.004553, 0.006641> - 21330: < 0.002676, -0.004609, 0.006745> - 21331: < 0.002655, -0.004931, 0.006537> - 21332: < 0.003030, -0.004553, 0.006641> - 21333: < 0.003060, -0.004223, 0.006828> - 21334: < 0.002701, -0.004273, 0.006937> - 21335: < 0.002676, -0.004609, 0.006745> - 21336: < 0.003060, -0.004223, 0.006828> - 21337: < 0.003093, -0.003880, 0.006998> - 21338: < 0.002729, -0.003924, 0.007112> - 21339: < 0.002701, -0.004273, 0.006937> - 21340: < 0.003093, -0.003880, 0.006998> - 21341: < 0.003127, -0.003526, 0.007152> - 21342: < 0.002758, -0.003565, 0.007270> - 21343: < 0.002729, -0.003924, 0.007112> - 21344: < 0.003127, -0.003526, 0.007152> - 21345: < 0.003162, -0.003162, 0.007290> - 21346: < 0.002787, -0.003195, 0.007412> - 21347: < 0.002758, -0.003565, 0.007270> - 21348: < 0.003162, -0.003162, 0.007290> - 21349: < 0.003195, -0.002787, 0.007412> - 21350: < 0.002816, -0.002816, 0.007538> - 21351: < 0.002787, -0.003195, 0.007412> - 21352: < 0.003195, -0.002787, 0.007412> - 21353: < 0.003227, -0.002405, 0.007519> - 21354: < 0.002843, -0.002429, 0.007648> - 21355: < 0.002816, -0.002816, 0.007538> - 21356: < 0.003227, -0.002405, 0.007519> - 21357: < 0.003255, -0.002015, 0.007610> - 21358: < 0.002868, -0.002035, 0.007740> - 21359: < 0.002843, -0.002429, 0.007648> - 21360: < 0.003255, -0.002015, 0.007610> - 21361: < 0.003281, -0.001619, 0.007684> - 21362: < 0.002890, -0.001635, 0.007817> - 21363: < 0.002868, -0.002035, 0.007740> - 21364: < 0.003281, -0.001619, 0.007684> - 21365: < 0.003302, -0.001219, 0.007743> - 21366: < 0.002908, -0.001230, 0.007876> - 21367: < 0.002890, -0.001635, 0.007817> - 21368: < 0.003302, -0.001219, 0.007743> - 21369: < 0.003318, -0.000814, 0.007785> - 21370: < 0.002922, -0.000822, 0.007919> - 21371: < 0.002908, -0.001230, 0.007876> - 21372: < 0.003318, -0.000814, 0.007785> - 21373: < 0.003328, -0.000408, 0.007810> - 21374: < 0.002931, -0.000412, 0.007945> - 21375: < 0.002922, -0.000822, 0.007919> - 21376: < 0.003328, -0.000408, 0.007810> - 21377: < 0.003331, -0.000000, 0.007818> - 21378: < 0.002934, -0.000000, 0.007953> - 21379: < 0.002931, -0.000412, 0.007945> - 21380: < 0.003331, -0.000000, 0.007818> - 21381: < 0.003328, 0.000408, 0.007810> - 21382: < 0.002931, 0.000412, 0.007945> - 21383: < 0.002934, -0.000000, 0.007953> - 21384: < 0.003328, 0.000408, 0.007810> - 21385: < 0.003318, 0.000814, 0.007785> - 21386: < 0.002922, 0.000822, 0.007919> - 21387: < 0.002931, 0.000412, 0.007945> - 21388: < 0.003318, 0.000814, 0.007785> - 21389: < 0.003302, 0.001219, 0.007743> - 21390: < 0.002908, 0.001230, 0.007876> - 21391: < 0.002922, 0.000822, 0.007919> - 21392: < 0.003302, 0.001219, 0.007743> - 21393: < 0.003281, 0.001619, 0.007684> - 21394: < 0.002890, 0.001635, 0.007817> - 21395: < 0.002908, 0.001230, 0.007876> - 21396: < 0.003281, 0.001619, 0.007684> - 21397: < 0.003255, 0.002015, 0.007610> - 21398: < 0.002868, 0.002035, 0.007740> - 21399: < 0.002890, 0.001635, 0.007817> - 21400: < 0.003255, 0.002015, 0.007610> - 21401: < 0.003227, 0.002405, 0.007519> - 21402: < 0.002843, 0.002429, 0.007648> - 21403: < 0.002868, 0.002035, 0.007740> - 21404: < 0.003227, 0.002405, 0.007519> - 21405: < 0.003195, 0.002787, 0.007412> - 21406: < 0.002816, 0.002816, 0.007538> - 21407: < 0.002843, 0.002429, 0.007648> - 21408: < 0.003195, 0.002787, 0.007412> - 21409: < 0.003162, 0.003162, 0.007290> - 21410: < 0.002787, 0.003195, 0.007412> - 21411: < 0.002816, 0.002816, 0.007538> - 21412: < 0.003162, 0.003162, 0.007290> - 21413: < 0.003127, 0.003526, 0.007152> - 21414: < 0.002758, 0.003565, 0.007270> - 21415: < 0.002787, 0.003195, 0.007412> - 21416: < 0.003127, 0.003526, 0.007152> - 21417: < 0.003093, 0.003880, 0.006998> - 21418: < 0.002729, 0.003924, 0.007112> - 21419: < 0.002758, 0.003565, 0.007270> - 21420: < 0.003093, 0.003880, 0.006998> - 21421: < 0.003060, 0.004223, 0.006828> - 21422: < 0.002701, 0.004273, 0.006937> - 21423: < 0.002729, 0.003924, 0.007112> - 21424: < 0.003060, 0.004223, 0.006828> - 21425: < 0.003030, 0.004553, 0.006641> - 21426: < 0.002676, 0.004609, 0.006745> - 21427: < 0.002701, 0.004273, 0.006937> - 21428: < 0.003030, 0.004553, 0.006641> - 21429: < 0.003004, 0.004870, 0.006439> - 21430: < 0.002655, 0.004931, 0.006537> - 21431: < 0.002676, 0.004609, 0.006745> - 21432: < 0.003004, 0.004870, 0.006439> - 21433: < 0.002984, 0.005172, 0.006219> - 21434: < 0.002638, 0.005240, 0.006311> - 21435: < 0.002655, 0.004931, 0.006537> - 21436: < 0.002984, 0.005172, 0.006219> - 21437: < 0.002971, 0.005459, 0.005983> - 21438: < 0.002627, 0.005533, 0.006069> - 21439: < 0.002638, 0.005240, 0.006311> - 21440: < 0.002627, -0.005533, 0.006069> - 21441: < 0.002638, -0.005240, 0.006311> - 21442: < 0.002281, -0.005301, 0.006393> - 21443: < 0.002272, -0.005599, 0.006146> - 21444: < 0.002638, -0.005240, 0.006311> - 21445: < 0.002655, -0.004931, 0.006537> - 21446: < 0.002295, -0.004987, 0.006623> - 21447: < 0.002281, -0.005301, 0.006393> - 21448: < 0.002655, -0.004931, 0.006537> - 21449: < 0.002676, -0.004609, 0.006745> - 21450: < 0.002313, -0.004659, 0.006836> - 21451: < 0.002295, -0.004987, 0.006623> - 21452: < 0.002676, -0.004609, 0.006745> - 21453: < 0.002701, -0.004273, 0.006937> - 21454: < 0.002333, -0.004318, 0.007033> - 21455: < 0.002313, -0.004659, 0.006836> - 21456: < 0.002701, -0.004273, 0.006937> - 21457: < 0.002729, -0.003924, 0.007112> - 21458: < 0.002356, -0.003965, 0.007212> - 21459: < 0.002333, -0.004318, 0.007033> - 21460: < 0.002729, -0.003924, 0.007112> - 21461: < 0.002758, -0.003565, 0.007270> - 21462: < 0.002380, -0.003601, 0.007374> - 21463: < 0.002356, -0.003965, 0.007212> - 21464: < 0.002758, -0.003565, 0.007270> - 21465: < 0.002787, -0.003195, 0.007412> - 21466: < 0.002405, -0.003227, 0.007519> - 21467: < 0.002380, -0.003601, 0.007374> - 21468: < 0.002787, -0.003195, 0.007412> - 21469: < 0.002816, -0.002816, 0.007538> - 21470: < 0.002429, -0.002843, 0.007648> - 21471: < 0.002405, -0.003227, 0.007519> - 21472: < 0.002816, -0.002816, 0.007538> - 21473: < 0.002843, -0.002429, 0.007648> - 21474: < 0.002452, -0.002452, 0.007759> - 21475: < 0.002429, -0.002843, 0.007648> - 21476: < 0.002843, -0.002429, 0.007648> - 21477: < 0.002868, -0.002035, 0.007740> - 21478: < 0.002473, -0.002053, 0.007854> - 21479: < 0.002452, -0.002452, 0.007759> - 21480: < 0.002868, -0.002035, 0.007740> - 21481: < 0.002890, -0.001635, 0.007817> - 21482: < 0.002492, -0.001650, 0.007932> - 21483: < 0.002473, -0.002053, 0.007854> - 21484: < 0.002890, -0.001635, 0.007817> - 21485: < 0.002908, -0.001230, 0.007876> - 21486: < 0.002507, -0.001241, 0.007992> - 21487: < 0.002492, -0.001650, 0.007932> - 21488: < 0.002908, -0.001230, 0.007876> - 21489: < 0.002922, -0.000822, 0.007919> - 21490: < 0.002519, -0.000829, 0.008036> - 21491: < 0.002507, -0.001241, 0.007992> - 21492: < 0.002922, -0.000822, 0.007919> - 21493: < 0.002931, -0.000412, 0.007945> - 21494: < 0.002527, -0.000415, 0.008062> - 21495: < 0.002519, -0.000829, 0.008036> - 21496: < 0.002931, -0.000412, 0.007945> - 21497: < 0.002934, -0.000000, 0.007953> - 21498: < 0.002530, -0.000000, 0.008070> - 21499: < 0.002527, -0.000415, 0.008062> - 21500: < 0.002934, -0.000000, 0.007953> - 21501: < 0.002931, 0.000412, 0.007945> - 21502: < 0.002527, 0.000415, 0.008062> - 21503: < 0.002530, -0.000000, 0.008070> - 21504: < 0.002931, 0.000412, 0.007945> - 21505: < 0.002922, 0.000822, 0.007919> - 21506: < 0.002519, 0.000829, 0.008036> - 21507: < 0.002527, 0.000415, 0.008062> - 21508: < 0.002922, 0.000822, 0.007919> - 21509: < 0.002908, 0.001230, 0.007876> - 21510: < 0.002507, 0.001241, 0.007992> - 21511: < 0.002519, 0.000829, 0.008036> - 21512: < 0.002908, 0.001230, 0.007876> - 21513: < 0.002890, 0.001635, 0.007817> - 21514: < 0.002492, 0.001650, 0.007932> - 21515: < 0.002507, 0.001241, 0.007992> - 21516: < 0.002890, 0.001635, 0.007817> - 21517: < 0.002868, 0.002035, 0.007740> - 21518: < 0.002473, 0.002053, 0.007854> - 21519: < 0.002492, 0.001650, 0.007932> - 21520: < 0.002868, 0.002035, 0.007740> - 21521: < 0.002843, 0.002429, 0.007648> - 21522: < 0.002452, 0.002452, 0.007759> - 21523: < 0.002473, 0.002053, 0.007854> - 21524: < 0.002843, 0.002429, 0.007648> - 21525: < 0.002816, 0.002816, 0.007538> - 21526: < 0.002429, 0.002843, 0.007648> - 21527: < 0.002452, 0.002452, 0.007759> - 21528: < 0.002816, 0.002816, 0.007538> - 21529: < 0.002787, 0.003195, 0.007412> - 21530: < 0.002405, 0.003227, 0.007519> - 21531: < 0.002429, 0.002843, 0.007648> - 21532: < 0.002787, 0.003195, 0.007412> - 21533: < 0.002758, 0.003565, 0.007270> - 21534: < 0.002380, 0.003601, 0.007374> - 21535: < 0.002405, 0.003227, 0.007519> - 21536: < 0.002758, 0.003565, 0.007270> - 21537: < 0.002729, 0.003924, 0.007112> - 21538: < 0.002356, 0.003965, 0.007212> - 21539: < 0.002380, 0.003601, 0.007374> - 21540: < 0.002729, 0.003924, 0.007112> - 21541: < 0.002701, 0.004273, 0.006937> - 21542: < 0.002333, 0.004318, 0.007033> - 21543: < 0.002356, 0.003965, 0.007212> - 21544: < 0.002701, 0.004273, 0.006937> - 21545: < 0.002676, 0.004609, 0.006745> - 21546: < 0.002313, 0.004659, 0.006836> - 21547: < 0.002333, 0.004318, 0.007033> - 21548: < 0.002676, 0.004609, 0.006745> - 21549: < 0.002655, 0.004931, 0.006537> - 21550: < 0.002295, 0.004987, 0.006623> - 21551: < 0.002313, 0.004659, 0.006836> - 21552: < 0.002655, 0.004931, 0.006537> - 21553: < 0.002638, 0.005240, 0.006311> - 21554: < 0.002281, 0.005301, 0.006393> - 21555: < 0.002295, 0.004987, 0.006623> - 21556: < 0.002638, 0.005240, 0.006311> - 21557: < 0.002627, 0.005533, 0.006069> - 21558: < 0.002272, 0.005599, 0.006146> - 21559: < 0.002281, 0.005301, 0.006393> - 21560: < 0.002272, -0.005599, 0.006146> - 21561: < 0.002281, -0.005301, 0.006393> - 21562: < 0.001915, -0.005355, 0.006464> - 21563: < 0.001908, -0.005657, 0.006212> - 21564: < 0.002281, -0.005301, 0.006393> - 21565: < 0.002295, -0.004987, 0.006623> - 21566: < 0.001926, -0.005037, 0.006698> - 21567: < 0.001915, -0.005355, 0.006464> - 21568: < 0.002295, -0.004987, 0.006623> - 21569: < 0.002313, -0.004659, 0.006836> - 21570: < 0.001940, -0.004705, 0.006915> - 21571: < 0.001926, -0.005037, 0.006698> - 21572: < 0.002313, -0.004659, 0.006836> - 21573: < 0.002333, -0.004318, 0.007033> - 21574: < 0.001957, -0.004360, 0.007115> - 21575: < 0.001940, -0.004705, 0.006915> - 21576: < 0.002333, -0.004318, 0.007033> - 21577: < 0.002356, -0.003965, 0.007212> - 21578: < 0.001975, -0.004002, 0.007297> - 21579: < 0.001957, -0.004360, 0.007115> - 21580: < 0.002356, -0.003965, 0.007212> - 21581: < 0.002380, -0.003601, 0.007374> - 21582: < 0.001995, -0.003634, 0.007462> - 21583: < 0.001975, -0.004002, 0.007297> - 21584: < 0.002380, -0.003601, 0.007374> - 21585: < 0.002405, -0.003227, 0.007519> - 21586: < 0.002015, -0.003255, 0.007610> - 21587: < 0.001995, -0.003634, 0.007462> - 21588: < 0.002405, -0.003227, 0.007519> - 21589: < 0.002429, -0.002843, 0.007648> - 21590: < 0.002035, -0.002868, 0.007740> - 21591: < 0.002015, -0.003255, 0.007610> - 21592: < 0.002429, -0.002843, 0.007648> - 21593: < 0.002452, -0.002452, 0.007759> - 21594: < 0.002053, -0.002473, 0.007854> - 21595: < 0.002035, -0.002868, 0.007740> - 21596: < 0.002452, -0.002452, 0.007759> - 21597: < 0.002473, -0.002053, 0.007854> - 21598: < 0.002071, -0.002071, 0.007950> - 21599: < 0.002053, -0.002473, 0.007854> - 21600: < 0.002473, -0.002053, 0.007854> - 21601: < 0.002492, -0.001650, 0.007932> - 21602: < 0.002086, -0.001663, 0.008029> - 21603: < 0.002071, -0.002071, 0.007950> - 21604: < 0.002492, -0.001650, 0.007932> - 21605: < 0.002507, -0.001241, 0.007992> - 21606: < 0.002099, -0.001252, 0.008090> - 21607: < 0.002086, -0.001663, 0.008029> - 21608: < 0.002507, -0.001241, 0.007992> - 21609: < 0.002519, -0.000829, 0.008036> - 21610: < 0.002109, -0.000836, 0.008134> - 21611: < 0.002099, -0.001252, 0.008090> - 21612: < 0.002519, -0.000829, 0.008036> - 21613: < 0.002527, -0.000415, 0.008062> - 21614: < 0.002116, -0.000419, 0.008161> - 21615: < 0.002109, -0.000836, 0.008134> - 21616: < 0.002527, -0.000415, 0.008062> - 21617: < 0.002530, -0.000000, 0.008070> - 21618: < 0.002118, -0.000000, 0.008169> - 21619: < 0.002116, -0.000419, 0.008161> - 21620: < 0.002530, -0.000000, 0.008070> - 21621: < 0.002527, 0.000415, 0.008062> - 21622: < 0.002116, 0.000419, 0.008161> - 21623: < 0.002118, -0.000000, 0.008169> - 21624: < 0.002527, 0.000415, 0.008062> - 21625: < 0.002519, 0.000829, 0.008036> - 21626: < 0.002109, 0.000836, 0.008134> - 21627: < 0.002116, 0.000419, 0.008161> - 21628: < 0.002519, 0.000829, 0.008036> - 21629: < 0.002507, 0.001241, 0.007992> - 21630: < 0.002099, 0.001252, 0.008090> - 21631: < 0.002109, 0.000836, 0.008134> - 21632: < 0.002507, 0.001241, 0.007992> - 21633: < 0.002492, 0.001650, 0.007932> - 21634: < 0.002086, 0.001663, 0.008029> - 21635: < 0.002099, 0.001252, 0.008090> - 21636: < 0.002492, 0.001650, 0.007932> - 21637: < 0.002473, 0.002053, 0.007854> - 21638: < 0.002071, 0.002071, 0.007950> - 21639: < 0.002086, 0.001663, 0.008029> - 21640: < 0.002473, 0.002053, 0.007854> - 21641: < 0.002452, 0.002452, 0.007759> - 21642: < 0.002053, 0.002473, 0.007854> - 21643: < 0.002071, 0.002071, 0.007950> - 21644: < 0.002452, 0.002452, 0.007759> - 21645: < 0.002429, 0.002843, 0.007648> - 21646: < 0.002035, 0.002868, 0.007740> - 21647: < 0.002053, 0.002473, 0.007854> - 21648: < 0.002429, 0.002843, 0.007648> - 21649: < 0.002405, 0.003227, 0.007519> - 21650: < 0.002015, 0.003255, 0.007610> - 21651: < 0.002035, 0.002868, 0.007740> - 21652: < 0.002405, 0.003227, 0.007519> - 21653: < 0.002380, 0.003601, 0.007374> - 21654: < 0.001995, 0.003634, 0.007462> - 21655: < 0.002015, 0.003255, 0.007610> - 21656: < 0.002380, 0.003601, 0.007374> - 21657: < 0.002356, 0.003965, 0.007212> - 21658: < 0.001975, 0.004002, 0.007297> - 21659: < 0.001995, 0.003634, 0.007462> - 21660: < 0.002356, 0.003965, 0.007212> - 21661: < 0.002333, 0.004318, 0.007033> - 21662: < 0.001957, 0.004360, 0.007115> - 21663: < 0.001975, 0.004002, 0.007297> - 21664: < 0.002333, 0.004318, 0.007033> - 21665: < 0.002313, 0.004659, 0.006836> - 21666: < 0.001940, 0.004705, 0.006915> - 21667: < 0.001957, 0.004360, 0.007115> - 21668: < 0.002313, 0.004659, 0.006836> - 21669: < 0.002295, 0.004987, 0.006623> - 21670: < 0.001926, 0.005037, 0.006698> - 21671: < 0.001940, 0.004705, 0.006915> - 21672: < 0.002295, 0.004987, 0.006623> - 21673: < 0.002281, 0.005301, 0.006393> - 21674: < 0.001915, 0.005355, 0.006464> - 21675: < 0.001926, 0.005037, 0.006698> - 21676: < 0.002281, 0.005301, 0.006393> - 21677: < 0.002272, 0.005599, 0.006146> - 21678: < 0.001908, 0.005657, 0.006212> - 21679: < 0.001915, 0.005355, 0.006464> - 21680: < 0.001908, -0.005657, 0.006212> - 21681: < 0.001915, -0.005355, 0.006464> - 21682: < 0.001541, -0.005401, 0.006523> - 21683: < 0.001536, -0.005707, 0.006269> - 21684: < 0.001915, -0.005355, 0.006464> - 21685: < 0.001926, -0.005037, 0.006698> - 21686: < 0.001550, -0.005080, 0.006761> - 21687: < 0.001541, -0.005401, 0.006523> - 21688: < 0.001926, -0.005037, 0.006698> - 21689: < 0.001940, -0.004705, 0.006915> - 21690: < 0.001561, -0.004744, 0.006980> - 21691: < 0.001550, -0.005080, 0.006761> - 21692: < 0.001940, -0.004705, 0.006915> - 21693: < 0.001957, -0.004360, 0.007115> - 21694: < 0.001574, -0.004395, 0.007183> - 21695: < 0.001561, -0.004744, 0.006980> - 21696: < 0.001957, -0.004360, 0.007115> - 21697: < 0.001975, -0.004002, 0.007297> - 21698: < 0.001588, -0.004034, 0.007367> - 21699: < 0.001574, -0.004395, 0.007183> - 21700: < 0.001975, -0.004002, 0.007297> - 21701: < 0.001995, -0.003634, 0.007462> - 21702: < 0.001603, -0.003663, 0.007535> - 21703: < 0.001588, -0.004034, 0.007367> - 21704: < 0.001995, -0.003634, 0.007462> - 21705: < 0.002015, -0.003255, 0.007610> - 21706: < 0.001619, -0.003281, 0.007684> - 21707: < 0.001603, -0.003663, 0.007535> - 21708: < 0.002015, -0.003255, 0.007610> - 21709: < 0.002035, -0.002868, 0.007740> - 21710: < 0.001635, -0.002890, 0.007817> - 21711: < 0.001619, -0.003281, 0.007684> - 21712: < 0.002035, -0.002868, 0.007740> - 21713: < 0.002053, -0.002473, 0.007854> - 21714: < 0.001650, -0.002492, 0.007932> - 21715: < 0.001635, -0.002890, 0.007817> - 21716: < 0.002053, -0.002473, 0.007854> - 21717: < 0.002071, -0.002071, 0.007950> - 21718: < 0.001663, -0.002086, 0.008029> - 21719: < 0.001650, -0.002492, 0.007932> - 21720: < 0.002071, -0.002071, 0.007950> - 21721: < 0.002086, -0.001663, 0.008029> - 21722: < 0.001676, -0.001676, 0.008109> - 21723: < 0.001663, -0.002086, 0.008029> - 21724: < 0.002086, -0.001663, 0.008029> - 21725: < 0.002099, -0.001252, 0.008090> - 21726: < 0.001686, -0.001261, 0.008171> - 21727: < 0.001676, -0.001676, 0.008109> - 21728: < 0.002099, -0.001252, 0.008090> - 21729: < 0.002109, -0.000836, 0.008134> - 21730: < 0.001694, -0.000842, 0.008215> - 21731: < 0.001686, -0.001261, 0.008171> - 21732: < 0.002109, -0.000836, 0.008134> - 21733: < 0.002116, -0.000419, 0.008161> - 21734: < 0.001699, -0.000422, 0.008242> - 21735: < 0.001694, -0.000842, 0.008215> - 21736: < 0.002116, -0.000419, 0.008161> - 21737: < 0.002118, -0.000000, 0.008169> - 21738: < 0.001701, -0.000000, 0.008251> - 21739: < 0.001699, -0.000422, 0.008242> - 21740: < 0.002118, -0.000000, 0.008169> - 21741: < 0.002116, 0.000419, 0.008161> - 21742: < 0.001699, 0.000422, 0.008242> - 21743: < 0.001701, -0.000000, 0.008251> - 21744: < 0.002116, 0.000419, 0.008161> - 21745: < 0.002109, 0.000836, 0.008134> - 21746: < 0.001694, 0.000842, 0.008215> - 21747: < 0.001699, 0.000422, 0.008242> - 21748: < 0.002109, 0.000836, 0.008134> - 21749: < 0.002099, 0.001252, 0.008090> - 21750: < 0.001686, 0.001261, 0.008171> - 21751: < 0.001694, 0.000842, 0.008215> - 21752: < 0.002099, 0.001252, 0.008090> - 21753: < 0.002086, 0.001663, 0.008029> - 21754: < 0.001676, 0.001676, 0.008109> - 21755: < 0.001686, 0.001261, 0.008171> - 21756: < 0.002086, 0.001663, 0.008029> - 21757: < 0.002071, 0.002071, 0.007950> - 21758: < 0.001663, 0.002086, 0.008029> - 21759: < 0.001676, 0.001676, 0.008109> - 21760: < 0.002071, 0.002071, 0.007950> - 21761: < 0.002053, 0.002473, 0.007854> - 21762: < 0.001650, 0.002492, 0.007932> - 21763: < 0.001663, 0.002086, 0.008029> - 21764: < 0.002053, 0.002473, 0.007854> - 21765: < 0.002035, 0.002868, 0.007740> - 21766: < 0.001635, 0.002890, 0.007817> - 21767: < 0.001650, 0.002492, 0.007932> - 21768: < 0.002035, 0.002868, 0.007740> - 21769: < 0.002015, 0.003255, 0.007610> - 21770: < 0.001619, 0.003281, 0.007684> - 21771: < 0.001635, 0.002890, 0.007817> - 21772: < 0.002015, 0.003255, 0.007610> - 21773: < 0.001995, 0.003634, 0.007462> - 21774: < 0.001603, 0.003663, 0.007535> - 21775: < 0.001619, 0.003281, 0.007684> - 21776: < 0.001995, 0.003634, 0.007462> - 21777: < 0.001975, 0.004002, 0.007297> - 21778: < 0.001588, 0.004034, 0.007367> - 21779: < 0.001603, 0.003663, 0.007535> - 21780: < 0.001975, 0.004002, 0.007297> - 21781: < 0.001957, 0.004360, 0.007115> - 21782: < 0.001574, 0.004395, 0.007183> - 21783: < 0.001588, 0.004034, 0.007367> - 21784: < 0.001957, 0.004360, 0.007115> - 21785: < 0.001940, 0.004705, 0.006915> - 21786: < 0.001561, 0.004744, 0.006980> - 21787: < 0.001574, 0.004395, 0.007183> - 21788: < 0.001940, 0.004705, 0.006915> - 21789: < 0.001926, 0.005037, 0.006698> - 21790: < 0.001550, 0.005080, 0.006761> - 21791: < 0.001561, 0.004744, 0.006980> - 21792: < 0.001926, 0.005037, 0.006698> - 21793: < 0.001915, 0.005355, 0.006464> - 21794: < 0.001541, 0.005401, 0.006523> - 21795: < 0.001550, 0.005080, 0.006761> - 21796: < 0.001915, 0.005355, 0.006464> - 21797: < 0.001908, 0.005657, 0.006212> - 21798: < 0.001536, 0.005707, 0.006269> - 21799: < 0.001541, 0.005401, 0.006523> - 21800: < 0.001536, -0.005707, 0.006269> - 21801: < 0.001541, -0.005401, 0.006523> - 21802: < 0.001161, -0.005438, 0.006570> - 21803: < 0.001157, -0.005747, 0.006313> - 21804: < 0.001541, -0.005401, 0.006523> - 21805: < 0.001550, -0.005080, 0.006761> - 21806: < 0.001168, -0.005114, 0.006810> - 21807: < 0.001161, -0.005438, 0.006570> - 21808: < 0.001550, -0.005080, 0.006761> - 21809: < 0.001561, -0.004744, 0.006980> - 21810: < 0.001176, -0.004776, 0.007032> - 21811: < 0.001168, -0.005114, 0.006810> - 21812: < 0.001561, -0.004744, 0.006980> - 21813: < 0.001574, -0.004395, 0.007183> - 21814: < 0.001185, -0.004424, 0.007236> - 21815: < 0.001176, -0.004776, 0.007032> - 21816: < 0.001574, -0.004395, 0.007183> - 21817: < 0.001588, -0.004034, 0.007367> - 21818: < 0.001196, -0.004061, 0.007423> - 21819: < 0.001185, -0.004424, 0.007236> - 21820: < 0.001588, -0.004034, 0.007367> - 21821: < 0.001603, -0.003663, 0.007535> - 21822: < 0.001207, -0.003686, 0.007591> - 21823: < 0.001196, -0.004061, 0.007423> - 21824: < 0.001603, -0.003663, 0.007535> - 21825: < 0.001619, -0.003281, 0.007684> - 21826: < 0.001219, -0.003302, 0.007743> - 21827: < 0.001207, -0.003686, 0.007591> - 21828: < 0.001619, -0.003281, 0.007684> - 21829: < 0.001635, -0.002890, 0.007817> - 21830: < 0.001230, -0.002908, 0.007876> - 21831: < 0.001219, -0.003302, 0.007743> - 21832: < 0.001635, -0.002890, 0.007817> - 21833: < 0.001650, -0.002492, 0.007932> - 21834: < 0.001241, -0.002507, 0.007992> - 21835: < 0.001230, -0.002908, 0.007876> - 21836: < 0.001650, -0.002492, 0.007932> - 21837: < 0.001663, -0.002086, 0.008029> - 21838: < 0.001252, -0.002099, 0.008090> - 21839: < 0.001241, -0.002507, 0.007992> - 21840: < 0.001663, -0.002086, 0.008029> - 21841: < 0.001676, -0.001676, 0.008109> - 21842: < 0.001261, -0.001686, 0.008171> - 21843: < 0.001252, -0.002099, 0.008090> - 21844: < 0.001676, -0.001676, 0.008109> - 21845: < 0.001686, -0.001261, 0.008171> - 21846: < 0.001269, -0.001269, 0.008233> - 21847: < 0.001261, -0.001686, 0.008171> - 21848: < 0.001686, -0.001261, 0.008171> - 21849: < 0.001694, -0.000842, 0.008215> - 21850: < 0.001275, -0.000848, 0.008278> - 21851: < 0.001269, -0.001269, 0.008233> - 21852: < 0.001694, -0.000842, 0.008215> - 21853: < 0.001699, -0.000422, 0.008242> - 21854: < 0.001278, -0.000424, 0.008305> - 21855: < 0.001275, -0.000848, 0.008278> - 21856: < 0.001699, -0.000422, 0.008242> - 21857: < 0.001701, -0.000000, 0.008251> - 21858: < 0.001280, 0.000000, 0.008314> - 21859: < 0.001278, -0.000424, 0.008305> - 21860: < 0.001701, -0.000000, 0.008251> - 21861: < 0.001699, 0.000422, 0.008242> - 21862: < 0.001278, 0.000424, 0.008305> - 21863: < 0.001280, 0.000000, 0.008314> - 21864: < 0.001699, 0.000422, 0.008242> - 21865: < 0.001694, 0.000842, 0.008215> - 21866: < 0.001275, 0.000848, 0.008278> - 21867: < 0.001278, 0.000424, 0.008305> - 21868: < 0.001694, 0.000842, 0.008215> - 21869: < 0.001686, 0.001261, 0.008171> - 21870: < 0.001269, 0.001269, 0.008233> - 21871: < 0.001275, 0.000848, 0.008278> - 21872: < 0.001686, 0.001261, 0.008171> - 21873: < 0.001676, 0.001676, 0.008109> - 21874: < 0.001261, 0.001686, 0.008171> - 21875: < 0.001269, 0.001269, 0.008233> - 21876: < 0.001676, 0.001676, 0.008109> - 21877: < 0.001663, 0.002086, 0.008029> - 21878: < 0.001252, 0.002099, 0.008090> - 21879: < 0.001261, 0.001686, 0.008171> - 21880: < 0.001663, 0.002086, 0.008029> - 21881: < 0.001650, 0.002492, 0.007932> - 21882: < 0.001241, 0.002507, 0.007992> - 21883: < 0.001252, 0.002099, 0.008090> - 21884: < 0.001650, 0.002492, 0.007932> - 21885: < 0.001635, 0.002890, 0.007817> - 21886: < 0.001230, 0.002908, 0.007876> - 21887: < 0.001241, 0.002507, 0.007992> - 21888: < 0.001635, 0.002890, 0.007817> - 21889: < 0.001619, 0.003281, 0.007684> - 21890: < 0.001219, 0.003302, 0.007743> - 21891: < 0.001230, 0.002908, 0.007876> - 21892: < 0.001619, 0.003281, 0.007684> - 21893: < 0.001603, 0.003663, 0.007535> - 21894: < 0.001207, 0.003686, 0.007591> - 21895: < 0.001219, 0.003302, 0.007743> - 21896: < 0.001603, 0.003663, 0.007535> - 21897: < 0.001588, 0.004034, 0.007367> - 21898: < 0.001196, 0.004061, 0.007423> - 21899: < 0.001207, 0.003686, 0.007591> - 21900: < 0.001588, 0.004034, 0.007367> - 21901: < 0.001574, 0.004395, 0.007183> - 21902: < 0.001185, 0.004424, 0.007236> - 21903: < 0.001196, 0.004061, 0.007423> - 21904: < 0.001574, 0.004395, 0.007183> - 21905: < 0.001561, 0.004744, 0.006980> - 21906: < 0.001176, 0.004776, 0.007032> - 21907: < 0.001185, 0.004424, 0.007236> - 21908: < 0.001561, 0.004744, 0.006980> - 21909: < 0.001550, 0.005080, 0.006761> - 21910: < 0.001168, 0.005114, 0.006810> - 21911: < 0.001176, 0.004776, 0.007032> - 21912: < 0.001550, 0.005080, 0.006761> - 21913: < 0.001541, 0.005401, 0.006523> - 21914: < 0.001161, 0.005438, 0.006570> - 21915: < 0.001168, 0.005114, 0.006810> - 21916: < 0.001541, 0.005401, 0.006523> - 21917: < 0.001536, 0.005707, 0.006269> - 21918: < 0.001157, 0.005747, 0.006313> - 21919: < 0.001161, 0.005438, 0.006570> - 21920: < 0.001157, -0.005747, 0.006313> - 21921: < 0.001161, -0.005438, 0.006570> - 21922: < 0.000777, -0.005466, 0.006605> - 21923: < 0.000774, -0.005776, 0.006346> - 21924: < 0.001161, -0.005438, 0.006570> - 21925: < 0.001168, -0.005114, 0.006810> - 21926: < 0.000781, -0.005140, 0.006846> - 21927: < 0.000777, -0.005466, 0.006605> - 21928: < 0.001168, -0.005114, 0.006810> - 21929: < 0.001176, -0.004776, 0.007032> - 21930: < 0.000786, -0.004800, 0.007069> - 21931: < 0.000781, -0.005140, 0.006846> - 21932: < 0.001176, -0.004776, 0.007032> - 21933: < 0.001185, -0.004424, 0.007236> - 21934: < 0.000792, -0.004446, 0.007275> - 21935: < 0.000786, -0.004800, 0.007069> - 21936: < 0.001185, -0.004424, 0.007236> - 21937: < 0.001196, -0.004061, 0.007423> - 21938: < 0.000799, -0.004081, 0.007462> - 21939: < 0.000792, -0.004446, 0.007275> - 21940: < 0.001196, -0.004061, 0.007423> - 21941: < 0.001207, -0.003686, 0.007591> - 21942: < 0.000807, -0.003704, 0.007632> - 21943: < 0.000799, -0.004081, 0.007462> - 21944: < 0.001207, -0.003686, 0.007591> - 21945: < 0.001219, -0.003302, 0.007743> - 21946: < 0.000814, -0.003318, 0.007785> - 21947: < 0.000807, -0.003704, 0.007632> - 21948: < 0.001219, -0.003302, 0.007743> - 21949: < 0.001230, -0.002908, 0.007876> - 21950: < 0.000822, -0.002922, 0.007919> - 21951: < 0.000814, -0.003318, 0.007785> - 21952: < 0.001230, -0.002908, 0.007876> - 21953: < 0.001241, -0.002507, 0.007992> - 21954: < 0.000829, -0.002519, 0.008036> - 21955: < 0.000822, -0.002922, 0.007919> - 21956: < 0.001241, -0.002507, 0.007992> - 21957: < 0.001252, -0.002099, 0.008090> - 21958: < 0.000836, -0.002109, 0.008134> - 21959: < 0.000829, -0.002519, 0.008036> - 21960: < 0.001252, -0.002099, 0.008090> - 21961: < 0.001261, -0.001686, 0.008171> - 21962: < 0.000842, -0.001694, 0.008215> - 21963: < 0.000836, -0.002109, 0.008134> - 21964: < 0.001261, -0.001686, 0.008171> - 21965: < 0.001269, -0.001269, 0.008233> - 21966: < 0.000848, -0.001275, 0.008278> - 21967: < 0.000842, -0.001694, 0.008215> - 21968: < 0.001269, -0.001269, 0.008233> - 21969: < 0.001275, -0.000848, 0.008278> - 21970: < 0.000852, -0.000852, 0.008323> - 21971: < 0.000848, -0.001275, 0.008278> - 21972: < 0.001275, -0.000848, 0.008278> - 21973: < 0.001278, -0.000424, 0.008305> - 21974: < 0.000854, -0.000426, 0.008350> - 21975: < 0.000852, -0.000852, 0.008323> - 21976: < 0.001278, -0.000424, 0.008305> - 21977: < 0.001280, 0.000000, 0.008314> - 21978: < 0.000855, 0.000000, 0.008359> - 21979: < 0.000854, -0.000426, 0.008350> - 21980: < 0.001280, 0.000000, 0.008314> - 21981: < 0.001278, 0.000424, 0.008305> - 21982: < 0.000854, 0.000426, 0.008350> - 21983: < 0.000855, 0.000000, 0.008359> - 21984: < 0.001278, 0.000424, 0.008305> - 21985: < 0.001275, 0.000848, 0.008278> - 21986: < 0.000852, 0.000852, 0.008323> - 21987: < 0.000854, 0.000426, 0.008350> - 21988: < 0.001275, 0.000848, 0.008278> - 21989: < 0.001269, 0.001269, 0.008233> - 21990: < 0.000848, 0.001275, 0.008278> - 21991: < 0.000852, 0.000852, 0.008323> - 21992: < 0.001269, 0.001269, 0.008233> - 21993: < 0.001261, 0.001686, 0.008171> - 21994: < 0.000842, 0.001694, 0.008215> - 21995: < 0.000848, 0.001275, 0.008278> - 21996: < 0.001261, 0.001686, 0.008171> - 21997: < 0.001252, 0.002099, 0.008090> - 21998: < 0.000836, 0.002109, 0.008134> - 21999: < 0.000842, 0.001694, 0.008215> - 22000: < 0.001252, 0.002099, 0.008090> - 22001: < 0.001241, 0.002507, 0.007992> - 22002: < 0.000829, 0.002519, 0.008036> - 22003: < 0.000836, 0.002109, 0.008134> - 22004: < 0.001241, 0.002507, 0.007992> - 22005: < 0.001230, 0.002908, 0.007876> - 22006: < 0.000822, 0.002922, 0.007919> - 22007: < 0.000829, 0.002519, 0.008036> - 22008: < 0.001230, 0.002908, 0.007876> - 22009: < 0.001219, 0.003302, 0.007743> - 22010: < 0.000814, 0.003318, 0.007785> - 22011: < 0.000822, 0.002922, 0.007919> - 22012: < 0.001219, 0.003302, 0.007743> - 22013: < 0.001207, 0.003686, 0.007591> - 22014: < 0.000807, 0.003704, 0.007632> - 22015: < 0.000814, 0.003318, 0.007785> - 22016: < 0.001207, 0.003686, 0.007591> - 22017: < 0.001196, 0.004061, 0.007423> - 22018: < 0.000799, 0.004081, 0.007462> - 22019: < 0.000807, 0.003704, 0.007632> - 22020: < 0.001196, 0.004061, 0.007423> - 22021: < 0.001185, 0.004424, 0.007236> - 22022: < 0.000792, 0.004446, 0.007275> - 22023: < 0.000799, 0.004081, 0.007462> - 22024: < 0.001185, 0.004424, 0.007236> - 22025: < 0.001176, 0.004776, 0.007032> - 22026: < 0.000786, 0.004800, 0.007069> - 22027: < 0.000792, 0.004446, 0.007275> - 22028: < 0.001176, 0.004776, 0.007032> - 22029: < 0.001168, 0.005114, 0.006810> - 22030: < 0.000781, 0.005140, 0.006846> - 22031: < 0.000786, 0.004800, 0.007069> - 22032: < 0.001168, 0.005114, 0.006810> - 22033: < 0.001161, 0.005438, 0.006570> - 22034: < 0.000777, 0.005466, 0.006605> - 22035: < 0.000781, 0.005140, 0.006846> - 22036: < 0.001161, 0.005438, 0.006570> - 22037: < 0.001157, 0.005747, 0.006313> - 22038: < 0.000774, 0.005776, 0.006346> - 22039: < 0.000777, 0.005466, 0.006605> - 22040: < 0.000774, -0.005776, 0.006346> - 22041: < 0.000777, -0.005466, 0.006605> - 22042: < 0.000389, -0.005483, 0.006626> - 22043: < 0.000388, -0.005794, 0.006366> - 22044: < 0.000777, -0.005466, 0.006605> - 22045: < 0.000781, -0.005140, 0.006846> - 22046: < 0.000391, -0.005156, 0.006868> - 22047: < 0.000389, -0.005483, 0.006626> - 22048: < 0.000781, -0.005140, 0.006846> - 22049: < 0.000786, -0.004800, 0.007069> - 22050: < 0.000394, -0.004815, 0.007092> - 22051: < 0.000391, -0.005156, 0.006868> - 22052: < 0.000786, -0.004800, 0.007069> - 22053: < 0.000792, -0.004446, 0.007275> - 22054: < 0.000397, -0.004460, 0.007298> - 22055: < 0.000394, -0.004815, 0.007092> - 22056: < 0.000792, -0.004446, 0.007275> - 22057: < 0.000799, -0.004081, 0.007462> - 22058: < 0.000400, -0.004093, 0.007487> - 22059: < 0.000397, -0.004460, 0.007298> - 22060: < 0.000799, -0.004081, 0.007462> - 22061: < 0.000807, -0.003704, 0.007632> - 22062: < 0.000404, -0.003716, 0.007657> - 22063: < 0.000400, -0.004093, 0.007487> - 22064: < 0.000807, -0.003704, 0.007632> - 22065: < 0.000814, -0.003318, 0.007785> - 22066: < 0.000408, -0.003328, 0.007810> - 22067: < 0.000404, -0.003716, 0.007657> - 22068: < 0.000814, -0.003318, 0.007785> - 22069: < 0.000822, -0.002922, 0.007919> - 22070: < 0.000412, -0.002931, 0.007945> - 22071: < 0.000408, -0.003328, 0.007810> - 22072: < 0.000822, -0.002922, 0.007919> - 22073: < 0.000829, -0.002519, 0.008036> - 22074: < 0.000415, -0.002527, 0.008062> - 22075: < 0.000412, -0.002931, 0.007945> - 22076: < 0.000829, -0.002519, 0.008036> - 22077: < 0.000836, -0.002109, 0.008134> - 22078: < 0.000419, -0.002116, 0.008161> - 22079: < 0.000415, -0.002527, 0.008062> - 22080: < 0.000836, -0.002109, 0.008134> - 22081: < 0.000842, -0.001694, 0.008215> - 22082: < 0.000422, -0.001699, 0.008242> - 22083: < 0.000419, -0.002116, 0.008161> - 22084: < 0.000842, -0.001694, 0.008215> - 22085: < 0.000848, -0.001275, 0.008278> - 22086: < 0.000424, -0.001278, 0.008305> - 22087: < 0.000422, -0.001699, 0.008242> - 22088: < 0.000848, -0.001275, 0.008278> - 22089: < 0.000852, -0.000852, 0.008323> - 22090: < 0.000426, -0.000854, 0.008350> - 22091: < 0.000424, -0.001278, 0.008305> - 22092: < 0.000852, -0.000852, 0.008323> - 22093: < 0.000854, -0.000426, 0.008350> - 22094: < 0.000428, -0.000428, 0.008377> - 22095: < 0.000426, -0.000854, 0.008350> - 22096: < 0.000854, -0.000426, 0.008350> - 22097: < 0.000855, 0.000000, 0.008359> - 22098: < 0.000428, 0.000000, 0.008386> - 22099: < 0.000428, -0.000428, 0.008377> - 22100: < 0.000855, 0.000000, 0.008359> - 22101: < 0.000854, 0.000426, 0.008350> - 22102: < 0.000428, 0.000428, 0.008377> - 22103: < 0.000428, 0.000000, 0.008386> - 22104: < 0.000854, 0.000426, 0.008350> - 22105: < 0.000852, 0.000852, 0.008323> - 22106: < 0.000426, 0.000854, 0.008350> - 22107: < 0.000428, 0.000428, 0.008377> - 22108: < 0.000852, 0.000852, 0.008323> - 22109: < 0.000848, 0.001275, 0.008278> - 22110: < 0.000424, 0.001278, 0.008305> - 22111: < 0.000426, 0.000854, 0.008350> - 22112: < 0.000848, 0.001275, 0.008278> - 22113: < 0.000842, 0.001694, 0.008215> - 22114: < 0.000422, 0.001699, 0.008242> - 22115: < 0.000424, 0.001278, 0.008305> - 22116: < 0.000842, 0.001694, 0.008215> - 22117: < 0.000836, 0.002109, 0.008134> - 22118: < 0.000419, 0.002116, 0.008161> - 22119: < 0.000422, 0.001699, 0.008242> - 22120: < 0.000836, 0.002109, 0.008134> - 22121: < 0.000829, 0.002519, 0.008036> - 22122: < 0.000415, 0.002527, 0.008062> - 22123: < 0.000419, 0.002116, 0.008161> - 22124: < 0.000829, 0.002519, 0.008036> - 22125: < 0.000822, 0.002922, 0.007919> - 22126: < 0.000412, 0.002931, 0.007945> - 22127: < 0.000415, 0.002527, 0.008062> - 22128: < 0.000822, 0.002922, 0.007919> - 22129: < 0.000814, 0.003318, 0.007785> - 22130: < 0.000408, 0.003328, 0.007810> - 22131: < 0.000412, 0.002931, 0.007945> - 22132: < 0.000814, 0.003318, 0.007785> - 22133: < 0.000807, 0.003704, 0.007632> - 22134: < 0.000404, 0.003716, 0.007657> - 22135: < 0.000408, 0.003328, 0.007810> - 22136: < 0.000807, 0.003704, 0.007632> - 22137: < 0.000799, 0.004081, 0.007462> - 22138: < 0.000400, 0.004093, 0.007487> - 22139: < 0.000404, 0.003716, 0.007657> - 22140: < 0.000799, 0.004081, 0.007462> - 22141: < 0.000792, 0.004446, 0.007275> - 22142: < 0.000397, 0.004460, 0.007298> - 22143: < 0.000400, 0.004093, 0.007487> - 22144: < 0.000792, 0.004446, 0.007275> - 22145: < 0.000786, 0.004800, 0.007069> - 22146: < 0.000394, 0.004815, 0.007092> - 22147: < 0.000397, 0.004460, 0.007298> - 22148: < 0.000786, 0.004800, 0.007069> - 22149: < 0.000781, 0.005140, 0.006846> - 22150: < 0.000391, 0.005156, 0.006868> - 22151: < 0.000394, 0.004815, 0.007092> - 22152: < 0.000781, 0.005140, 0.006846> - 22153: < 0.000777, 0.005466, 0.006605> - 22154: < 0.000389, 0.005483, 0.006626> - 22155: < 0.000391, 0.005156, 0.006868> - 22156: < 0.000777, 0.005466, 0.006605> - 22157: < 0.000774, 0.005776, 0.006346> - 22158: < 0.000388, 0.005794, 0.006366> - 22159: < 0.000389, 0.005483, 0.006626> - 22160: < 0.000388, -0.005794, 0.006366> - 22161: < 0.000389, -0.005483, 0.006626> - 22162: <-0.000000, -0.005489, 0.006633> - 22163: <-0.000000, -0.005801, 0.006373> - 22164: < 0.000389, -0.005483, 0.006626> - 22165: < 0.000391, -0.005156, 0.006868> - 22166: <-0.000000, -0.005162, 0.006875> - 22167: <-0.000000, -0.005489, 0.006633> - 22168: < 0.000391, -0.005156, 0.006868> - 22169: < 0.000394, -0.004815, 0.007092> - 22170: <-0.000000, -0.004820, 0.007099> - 22171: <-0.000000, -0.005162, 0.006875> - 22172: < 0.000394, -0.004815, 0.007092> - 22173: < 0.000397, -0.004460, 0.007298> - 22174: <-0.000000, -0.004465, 0.007306> - 22175: <-0.000000, -0.004820, 0.007099> - 22176: < 0.000397, -0.004460, 0.007298> - 22177: < 0.000400, -0.004093, 0.007487> - 22178: <-0.000000, -0.004098, 0.007495> - 22179: <-0.000000, -0.004465, 0.007306> - 22180: < 0.000400, -0.004093, 0.007487> - 22181: < 0.000404, -0.003716, 0.007657> - 22182: <-0.000000, -0.003720, 0.007665> - 22183: <-0.000000, -0.004098, 0.007495> - 22184: < 0.000404, -0.003716, 0.007657> - 22185: < 0.000408, -0.003328, 0.007810> - 22186: <-0.000000, -0.003331, 0.007818> - 22187: <-0.000000, -0.003720, 0.007665> - 22188: < 0.000408, -0.003328, 0.007810> - 22189: < 0.000412, -0.002931, 0.007945> - 22190: <-0.000000, -0.002934, 0.007953> - 22191: <-0.000000, -0.003331, 0.007818> - 22192: < 0.000412, -0.002931, 0.007945> - 22193: < 0.000415, -0.002527, 0.008062> - 22194: <-0.000000, -0.002530, 0.008070> - 22195: <-0.000000, -0.002934, 0.007953> - 22196: < 0.000415, -0.002527, 0.008062> - 22197: < 0.000419, -0.002116, 0.008161> - 22198: <-0.000000, -0.002118, 0.008169> - 22199: <-0.000000, -0.002530, 0.008070> - 22200: < 0.000419, -0.002116, 0.008161> - 22201: < 0.000422, -0.001699, 0.008242> - 22202: <-0.000000, -0.001701, 0.008251> - 22203: <-0.000000, -0.002118, 0.008169> - 22204: < 0.000422, -0.001699, 0.008242> - 22205: < 0.000424, -0.001278, 0.008305> - 22206: <-0.000000, -0.001280, 0.008314> - 22207: <-0.000000, -0.001701, 0.008251> - 22208: < 0.000424, -0.001278, 0.008305> - 22209: < 0.000426, -0.000854, 0.008350> - 22210: <-0.000000, -0.000855, 0.008359> - 22211: <-0.000000, -0.001280, 0.008314> - 22212: < 0.000426, -0.000854, 0.008350> - 22213: < 0.000428, -0.000428, 0.008377> - 22214: <-0.000000, -0.000428, 0.008386> - 22215: <-0.000000, -0.000855, 0.008359> - 22216: < 0.000428, -0.000428, 0.008377> - 22217: < 0.000428, 0.000000, 0.008386> - 22218: <-0.000000, 0.000000, 0.008395> - 22219: <-0.000000, -0.000428, 0.008386> - 22220: < 0.000428, 0.000000, 0.008386> - 22221: < 0.000428, 0.000428, 0.008377> - 22222: <-0.000000, 0.000428, 0.008386> - 22223: <-0.000000, 0.000000, 0.008395> - 22224: < 0.000428, 0.000428, 0.008377> - 22225: < 0.000426, 0.000854, 0.008350> - 22226: <-0.000000, 0.000855, 0.008359> - 22227: <-0.000000, 0.000428, 0.008386> - 22228: < 0.000426, 0.000854, 0.008350> - 22229: < 0.000424, 0.001278, 0.008305> - 22230: <-0.000000, 0.001280, 0.008314> - 22231: <-0.000000, 0.000855, 0.008359> - 22232: < 0.000424, 0.001278, 0.008305> - 22233: < 0.000422, 0.001699, 0.008242> - 22234: <-0.000000, 0.001701, 0.008251> - 22235: <-0.000000, 0.001280, 0.008314> - 22236: < 0.000422, 0.001699, 0.008242> - 22237: < 0.000419, 0.002116, 0.008161> - 22238: < 0.000000, 0.002118, 0.008169> - 22239: <-0.000000, 0.001701, 0.008251> - 22240: < 0.000419, 0.002116, 0.008161> - 22241: < 0.000415, 0.002527, 0.008062> - 22242: <-0.000000, 0.002530, 0.008070> - 22243: < 0.000000, 0.002118, 0.008169> - 22244: < 0.000415, 0.002527, 0.008062> - 22245: < 0.000412, 0.002931, 0.007945> - 22246: < 0.000000, 0.002934, 0.007953> - 22247: <-0.000000, 0.002530, 0.008070> - 22248: < 0.000412, 0.002931, 0.007945> - 22249: < 0.000408, 0.003328, 0.007810> - 22250: < 0.000000, 0.003331, 0.007818> - 22251: < 0.000000, 0.002934, 0.007953> - 22252: < 0.000408, 0.003328, 0.007810> - 22253: < 0.000404, 0.003716, 0.007657> - 22254: < 0.000000, 0.003720, 0.007665> - 22255: < 0.000000, 0.003331, 0.007818> - 22256: < 0.000404, 0.003716, 0.007657> - 22257: < 0.000400, 0.004093, 0.007487> - 22258: < 0.000000, 0.004098, 0.007495> - 22259: < 0.000000, 0.003720, 0.007665> - 22260: < 0.000400, 0.004093, 0.007487> - 22261: < 0.000397, 0.004460, 0.007298> - 22262: <-0.000000, 0.004465, 0.007306> - 22263: < 0.000000, 0.004098, 0.007495> - 22264: < 0.000397, 0.004460, 0.007298> - 22265: < 0.000394, 0.004815, 0.007092> - 22266: < 0.000000, 0.004820, 0.007099> - 22267: <-0.000000, 0.004465, 0.007306> - 22268: < 0.000394, 0.004815, 0.007092> - 22269: < 0.000391, 0.005156, 0.006868> - 22270: < 0.000000, 0.005162, 0.006875> - 22271: < 0.000000, 0.004820, 0.007099> - 22272: < 0.000391, 0.005156, 0.006868> - 22273: < 0.000389, 0.005483, 0.006626> - 22274: < 0.000000, 0.005489, 0.006633> - 22275: < 0.000000, 0.005162, 0.006875> - 22276: < 0.000389, 0.005483, 0.006626> - 22277: < 0.000388, 0.005794, 0.006366> - 22278: < 0.000000, 0.005801, 0.006373> - 22279: < 0.000000, 0.005489, 0.006633> - 22280: <-0.000000, -0.005801, 0.006373> - 22281: <-0.000000, -0.005489, 0.006633> - 22282: <-0.000389, -0.005483, 0.006626> - 22283: <-0.000388, -0.005794, 0.006366> - 22284: <-0.000000, -0.005489, 0.006633> - 22285: <-0.000000, -0.005162, 0.006875> - 22286: <-0.000391, -0.005156, 0.006868> - 22287: <-0.000389, -0.005483, 0.006626> - 22288: <-0.000000, -0.005162, 0.006875> - 22289: <-0.000000, -0.004820, 0.007099> - 22290: <-0.000394, -0.004815, 0.007092> - 22291: <-0.000391, -0.005156, 0.006868> - 22292: <-0.000000, -0.004820, 0.007099> - 22293: <-0.000000, -0.004465, 0.007306> - 22294: <-0.000397, -0.004460, 0.007298> - 22295: <-0.000394, -0.004815, 0.007092> - 22296: <-0.000000, -0.004465, 0.007306> - 22297: <-0.000000, -0.004098, 0.007495> - 22298: <-0.000400, -0.004093, 0.007487> - 22299: <-0.000397, -0.004460, 0.007298> - 22300: <-0.000000, -0.004098, 0.007495> - 22301: <-0.000000, -0.003720, 0.007665> - 22302: <-0.000404, -0.003716, 0.007657> - 22303: <-0.000400, -0.004093, 0.007487> - 22304: <-0.000000, -0.003720, 0.007665> - 22305: <-0.000000, -0.003331, 0.007818> - 22306: <-0.000408, -0.003328, 0.007810> - 22307: <-0.000404, -0.003716, 0.007657> - 22308: <-0.000000, -0.003331, 0.007818> - 22309: <-0.000000, -0.002934, 0.007953> - 22310: <-0.000412, -0.002931, 0.007945> - 22311: <-0.000408, -0.003328, 0.007810> - 22312: <-0.000000, -0.002934, 0.007953> - 22313: <-0.000000, -0.002530, 0.008070> - 22314: <-0.000415, -0.002527, 0.008062> - 22315: <-0.000412, -0.002931, 0.007945> - 22316: <-0.000000, -0.002530, 0.008070> - 22317: <-0.000000, -0.002118, 0.008169> - 22318: <-0.000419, -0.002116, 0.008161> - 22319: <-0.000415, -0.002527, 0.008062> - 22320: <-0.000000, -0.002118, 0.008169> - 22321: <-0.000000, -0.001701, 0.008251> - 22322: <-0.000422, -0.001699, 0.008242> - 22323: <-0.000419, -0.002116, 0.008161> - 22324: <-0.000000, -0.001701, 0.008251> - 22325: <-0.000000, -0.001280, 0.008314> - 22326: <-0.000424, -0.001278, 0.008305> - 22327: <-0.000422, -0.001699, 0.008242> - 22328: <-0.000000, -0.001280, 0.008314> - 22329: <-0.000000, -0.000855, 0.008359> - 22330: <-0.000426, -0.000854, 0.008350> - 22331: <-0.000424, -0.001278, 0.008305> - 22332: <-0.000000, -0.000855, 0.008359> - 22333: <-0.000000, -0.000428, 0.008386> - 22334: <-0.000428, -0.000428, 0.008377> - 22335: <-0.000426, -0.000854, 0.008350> - 22336: <-0.000000, -0.000428, 0.008386> - 22337: <-0.000000, 0.000000, 0.008395> - 22338: <-0.000428, 0.000000, 0.008386> - 22339: <-0.000428, -0.000428, 0.008377> - 22340: <-0.000000, 0.000000, 0.008395> - 22341: <-0.000000, 0.000428, 0.008386> - 22342: <-0.000428, 0.000428, 0.008377> - 22343: <-0.000428, 0.000000, 0.008386> - 22344: <-0.000000, 0.000428, 0.008386> - 22345: <-0.000000, 0.000855, 0.008359> - 22346: <-0.000426, 0.000854, 0.008350> - 22347: <-0.000428, 0.000428, 0.008377> - 22348: <-0.000000, 0.000855, 0.008359> - 22349: <-0.000000, 0.001280, 0.008314> - 22350: <-0.000424, 0.001278, 0.008305> - 22351: <-0.000426, 0.000854, 0.008350> - 22352: <-0.000000, 0.001280, 0.008314> - 22353: <-0.000000, 0.001701, 0.008251> - 22354: <-0.000422, 0.001699, 0.008242> - 22355: <-0.000424, 0.001278, 0.008305> - 22356: <-0.000000, 0.001701, 0.008251> - 22357: < 0.000000, 0.002118, 0.008169> - 22358: <-0.000419, 0.002116, 0.008161> - 22359: <-0.000422, 0.001699, 0.008242> - 22360: < 0.000000, 0.002118, 0.008169> - 22361: <-0.000000, 0.002530, 0.008070> - 22362: <-0.000415, 0.002527, 0.008062> - 22363: <-0.000419, 0.002116, 0.008161> - 22364: <-0.000000, 0.002530, 0.008070> - 22365: < 0.000000, 0.002934, 0.007953> - 22366: <-0.000412, 0.002931, 0.007945> - 22367: <-0.000415, 0.002527, 0.008062> - 22368: < 0.000000, 0.002934, 0.007953> - 22369: < 0.000000, 0.003331, 0.007818> - 22370: <-0.000408, 0.003328, 0.007810> - 22371: <-0.000412, 0.002931, 0.007945> - 22372: < 0.000000, 0.003331, 0.007818> - 22373: < 0.000000, 0.003720, 0.007665> - 22374: <-0.000404, 0.003716, 0.007657> - 22375: <-0.000408, 0.003328, 0.007810> - 22376: < 0.000000, 0.003720, 0.007665> - 22377: < 0.000000, 0.004098, 0.007495> - 22378: <-0.000400, 0.004093, 0.007487> - 22379: <-0.000404, 0.003716, 0.007657> - 22380: < 0.000000, 0.004098, 0.007495> - 22381: <-0.000000, 0.004465, 0.007306> - 22382: <-0.000397, 0.004460, 0.007298> - 22383: <-0.000400, 0.004093, 0.007487> - 22384: <-0.000000, 0.004465, 0.007306> - 22385: < 0.000000, 0.004820, 0.007099> - 22386: <-0.000394, 0.004815, 0.007092> - 22387: <-0.000397, 0.004460, 0.007298> - 22388: < 0.000000, 0.004820, 0.007099> - 22389: < 0.000000, 0.005162, 0.006875> - 22390: <-0.000391, 0.005156, 0.006868> - 22391: <-0.000394, 0.004815, 0.007092> - 22392: < 0.000000, 0.005162, 0.006875> - 22393: < 0.000000, 0.005489, 0.006633> - 22394: <-0.000389, 0.005483, 0.006626> - 22395: <-0.000391, 0.005156, 0.006868> - 22396: < 0.000000, 0.005489, 0.006633> - 22397: < 0.000000, 0.005801, 0.006373> - 22398: <-0.000388, 0.005794, 0.006366> - 22399: <-0.000389, 0.005483, 0.006626> - 22400: <-0.000388, -0.005794, 0.006366> - 22401: <-0.000389, -0.005483, 0.006626> - 22402: <-0.000777, -0.005466, 0.006605> - 22403: <-0.000774, -0.005776, 0.006346> - 22404: <-0.000389, -0.005483, 0.006626> - 22405: <-0.000391, -0.005156, 0.006868> - 22406: <-0.000781, -0.005140, 0.006846> - 22407: <-0.000777, -0.005466, 0.006605> - 22408: <-0.000391, -0.005156, 0.006868> - 22409: <-0.000394, -0.004815, 0.007092> - 22410: <-0.000786, -0.004800, 0.007069> - 22411: <-0.000781, -0.005140, 0.006846> - 22412: <-0.000394, -0.004815, 0.007092> - 22413: <-0.000397, -0.004460, 0.007298> - 22414: <-0.000792, -0.004446, 0.007275> - 22415: <-0.000786, -0.004800, 0.007069> - 22416: <-0.000397, -0.004460, 0.007298> - 22417: <-0.000400, -0.004093, 0.007487> - 22418: <-0.000799, -0.004081, 0.007462> - 22419: <-0.000792, -0.004446, 0.007275> - 22420: <-0.000400, -0.004093, 0.007487> - 22421: <-0.000404, -0.003716, 0.007657> - 22422: <-0.000807, -0.003704, 0.007632> - 22423: <-0.000799, -0.004081, 0.007462> - 22424: <-0.000404, -0.003716, 0.007657> - 22425: <-0.000408, -0.003328, 0.007810> - 22426: <-0.000814, -0.003318, 0.007785> - 22427: <-0.000807, -0.003704, 0.007632> - 22428: <-0.000408, -0.003328, 0.007810> - 22429: <-0.000412, -0.002931, 0.007945> - 22430: <-0.000822, -0.002922, 0.007919> - 22431: <-0.000814, -0.003318, 0.007785> - 22432: <-0.000412, -0.002931, 0.007945> - 22433: <-0.000415, -0.002527, 0.008062> - 22434: <-0.000829, -0.002519, 0.008036> - 22435: <-0.000822, -0.002922, 0.007919> - 22436: <-0.000415, -0.002527, 0.008062> - 22437: <-0.000419, -0.002116, 0.008161> - 22438: <-0.000836, -0.002109, 0.008134> - 22439: <-0.000829, -0.002519, 0.008036> - 22440: <-0.000419, -0.002116, 0.008161> - 22441: <-0.000422, -0.001699, 0.008242> - 22442: <-0.000842, -0.001694, 0.008215> - 22443: <-0.000836, -0.002109, 0.008134> - 22444: <-0.000422, -0.001699, 0.008242> - 22445: <-0.000424, -0.001278, 0.008305> - 22446: <-0.000848, -0.001275, 0.008278> - 22447: <-0.000842, -0.001694, 0.008215> - 22448: <-0.000424, -0.001278, 0.008305> - 22449: <-0.000426, -0.000854, 0.008350> - 22450: <-0.000852, -0.000852, 0.008323> - 22451: <-0.000848, -0.001275, 0.008278> - 22452: <-0.000426, -0.000854, 0.008350> - 22453: <-0.000428, -0.000428, 0.008377> - 22454: <-0.000854, -0.000426, 0.008350> - 22455: <-0.000852, -0.000852, 0.008323> - 22456: <-0.000428, -0.000428, 0.008377> - 22457: <-0.000428, 0.000000, 0.008386> - 22458: <-0.000855, 0.000000, 0.008359> - 22459: <-0.000854, -0.000426, 0.008350> - 22460: <-0.000428, 0.000000, 0.008386> - 22461: <-0.000428, 0.000428, 0.008377> - 22462: <-0.000854, 0.000426, 0.008350> - 22463: <-0.000855, 0.000000, 0.008359> - 22464: <-0.000428, 0.000428, 0.008377> - 22465: <-0.000426, 0.000854, 0.008350> - 22466: <-0.000852, 0.000852, 0.008323> - 22467: <-0.000854, 0.000426, 0.008350> - 22468: <-0.000426, 0.000854, 0.008350> - 22469: <-0.000424, 0.001278, 0.008305> - 22470: <-0.000848, 0.001275, 0.008278> - 22471: <-0.000852, 0.000852, 0.008323> - 22472: <-0.000424, 0.001278, 0.008305> - 22473: <-0.000422, 0.001699, 0.008242> - 22474: <-0.000842, 0.001694, 0.008215> - 22475: <-0.000848, 0.001275, 0.008278> - 22476: <-0.000422, 0.001699, 0.008242> - 22477: <-0.000419, 0.002116, 0.008161> - 22478: <-0.000836, 0.002109, 0.008134> - 22479: <-0.000842, 0.001694, 0.008215> - 22480: <-0.000419, 0.002116, 0.008161> - 22481: <-0.000415, 0.002527, 0.008062> - 22482: <-0.000829, 0.002519, 0.008036> - 22483: <-0.000836, 0.002109, 0.008134> - 22484: <-0.000415, 0.002527, 0.008062> - 22485: <-0.000412, 0.002931, 0.007945> - 22486: <-0.000822, 0.002922, 0.007919> - 22487: <-0.000829, 0.002519, 0.008036> - 22488: <-0.000412, 0.002931, 0.007945> - 22489: <-0.000408, 0.003328, 0.007810> - 22490: <-0.000814, 0.003318, 0.007785> - 22491: <-0.000822, 0.002922, 0.007919> - 22492: <-0.000408, 0.003328, 0.007810> - 22493: <-0.000404, 0.003716, 0.007657> - 22494: <-0.000807, 0.003704, 0.007632> - 22495: <-0.000814, 0.003318, 0.007785> - 22496: <-0.000404, 0.003716, 0.007657> - 22497: <-0.000400, 0.004093, 0.007487> - 22498: <-0.000799, 0.004081, 0.007462> - 22499: <-0.000807, 0.003704, 0.007632> - 22500: <-0.000400, 0.004093, 0.007487> - 22501: <-0.000397, 0.004460, 0.007298> - 22502: <-0.000792, 0.004446, 0.007275> - 22503: <-0.000799, 0.004081, 0.007462> - 22504: <-0.000397, 0.004460, 0.007298> - 22505: <-0.000394, 0.004815, 0.007092> - 22506: <-0.000786, 0.004800, 0.007069> - 22507: <-0.000792, 0.004446, 0.007275> - 22508: <-0.000394, 0.004815, 0.007092> - 22509: <-0.000391, 0.005156, 0.006868> - 22510: <-0.000781, 0.005140, 0.006846> - 22511: <-0.000786, 0.004800, 0.007069> - 22512: <-0.000391, 0.005156, 0.006868> - 22513: <-0.000389, 0.005483, 0.006626> - 22514: <-0.000777, 0.005466, 0.006605> - 22515: <-0.000781, 0.005140, 0.006846> - 22516: <-0.000389, 0.005483, 0.006626> - 22517: <-0.000388, 0.005794, 0.006366> - 22518: <-0.000774, 0.005776, 0.006346> - 22519: <-0.000777, 0.005466, 0.006605> - 22520: <-0.000774, -0.005776, 0.006346> - 22521: <-0.000777, -0.005466, 0.006605> - 22522: <-0.001161, -0.005438, 0.006570> - 22523: <-0.001157, -0.005747, 0.006313> - 22524: <-0.000777, -0.005466, 0.006605> - 22525: <-0.000781, -0.005140, 0.006846> - 22526: <-0.001168, -0.005114, 0.006810> - 22527: <-0.001161, -0.005438, 0.006570> - 22528: <-0.000781, -0.005140, 0.006846> - 22529: <-0.000786, -0.004800, 0.007069> - 22530: <-0.001176, -0.004776, 0.007032> - 22531: <-0.001168, -0.005114, 0.006810> - 22532: <-0.000786, -0.004800, 0.007069> - 22533: <-0.000792, -0.004446, 0.007275> - 22534: <-0.001185, -0.004424, 0.007236> - 22535: <-0.001176, -0.004776, 0.007032> - 22536: <-0.000792, -0.004446, 0.007275> - 22537: <-0.000799, -0.004081, 0.007462> - 22538: <-0.001196, -0.004061, 0.007423> - 22539: <-0.001185, -0.004424, 0.007236> - 22540: <-0.000799, -0.004081, 0.007462> - 22541: <-0.000807, -0.003704, 0.007632> - 22542: <-0.001207, -0.003686, 0.007591> - 22543: <-0.001196, -0.004061, 0.007423> - 22544: <-0.000807, -0.003704, 0.007632> - 22545: <-0.000814, -0.003318, 0.007785> - 22546: <-0.001219, -0.003302, 0.007743> - 22547: <-0.001207, -0.003686, 0.007591> - 22548: <-0.000814, -0.003318, 0.007785> - 22549: <-0.000822, -0.002922, 0.007919> - 22550: <-0.001230, -0.002908, 0.007876> - 22551: <-0.001219, -0.003302, 0.007743> - 22552: <-0.000822, -0.002922, 0.007919> - 22553: <-0.000829, -0.002519, 0.008036> - 22554: <-0.001241, -0.002507, 0.007992> - 22555: <-0.001230, -0.002908, 0.007876> - 22556: <-0.000829, -0.002519, 0.008036> - 22557: <-0.000836, -0.002109, 0.008134> - 22558: <-0.001252, -0.002099, 0.008090> - 22559: <-0.001241, -0.002507, 0.007992> - 22560: <-0.000836, -0.002109, 0.008134> - 22561: <-0.000842, -0.001694, 0.008215> - 22562: <-0.001261, -0.001686, 0.008171> - 22563: <-0.001252, -0.002099, 0.008090> - 22564: <-0.000842, -0.001694, 0.008215> - 22565: <-0.000848, -0.001275, 0.008278> - 22566: <-0.001269, -0.001269, 0.008233> - 22567: <-0.001261, -0.001686, 0.008171> - 22568: <-0.000848, -0.001275, 0.008278> - 22569: <-0.000852, -0.000852, 0.008323> - 22570: <-0.001275, -0.000848, 0.008278> - 22571: <-0.001269, -0.001269, 0.008233> - 22572: <-0.000852, -0.000852, 0.008323> - 22573: <-0.000854, -0.000426, 0.008350> - 22574: <-0.001278, -0.000424, 0.008305> - 22575: <-0.001275, -0.000848, 0.008278> - 22576: <-0.000854, -0.000426, 0.008350> - 22577: <-0.000855, 0.000000, 0.008359> - 22578: <-0.001280, 0.000000, 0.008314> - 22579: <-0.001278, -0.000424, 0.008305> - 22580: <-0.000855, 0.000000, 0.008359> - 22581: <-0.000854, 0.000426, 0.008350> - 22582: <-0.001278, 0.000424, 0.008305> - 22583: <-0.001280, 0.000000, 0.008314> - 22584: <-0.000854, 0.000426, 0.008350> - 22585: <-0.000852, 0.000852, 0.008323> - 22586: <-0.001275, 0.000848, 0.008278> - 22587: <-0.001278, 0.000424, 0.008305> - 22588: <-0.000852, 0.000852, 0.008323> - 22589: <-0.000848, 0.001275, 0.008278> - 22590: <-0.001269, 0.001269, 0.008233> - 22591: <-0.001275, 0.000848, 0.008278> - 22592: <-0.000848, 0.001275, 0.008278> - 22593: <-0.000842, 0.001694, 0.008215> - 22594: <-0.001261, 0.001686, 0.008171> - 22595: <-0.001269, 0.001269, 0.008233> - 22596: <-0.000842, 0.001694, 0.008215> - 22597: <-0.000836, 0.002109, 0.008134> - 22598: <-0.001252, 0.002099, 0.008090> - 22599: <-0.001261, 0.001686, 0.008171> - 22600: <-0.000836, 0.002109, 0.008134> - 22601: <-0.000829, 0.002519, 0.008036> - 22602: <-0.001241, 0.002507, 0.007992> - 22603: <-0.001252, 0.002099, 0.008090> - 22604: <-0.000829, 0.002519, 0.008036> - 22605: <-0.000822, 0.002922, 0.007919> - 22606: <-0.001230, 0.002908, 0.007876> - 22607: <-0.001241, 0.002507, 0.007992> - 22608: <-0.000822, 0.002922, 0.007919> - 22609: <-0.000814, 0.003318, 0.007785> - 22610: <-0.001219, 0.003302, 0.007743> - 22611: <-0.001230, 0.002908, 0.007876> - 22612: <-0.000814, 0.003318, 0.007785> - 22613: <-0.000807, 0.003704, 0.007632> - 22614: <-0.001207, 0.003686, 0.007591> - 22615: <-0.001219, 0.003302, 0.007743> - 22616: <-0.000807, 0.003704, 0.007632> - 22617: <-0.000799, 0.004081, 0.007462> - 22618: <-0.001196, 0.004061, 0.007423> - 22619: <-0.001207, 0.003686, 0.007591> - 22620: <-0.000799, 0.004081, 0.007462> - 22621: <-0.000792, 0.004446, 0.007275> - 22622: <-0.001185, 0.004424, 0.007236> - 22623: <-0.001196, 0.004061, 0.007423> - 22624: <-0.000792, 0.004446, 0.007275> - 22625: <-0.000786, 0.004800, 0.007069> - 22626: <-0.001176, 0.004776, 0.007032> - 22627: <-0.001185, 0.004424, 0.007236> - 22628: <-0.000786, 0.004800, 0.007069> - 22629: <-0.000781, 0.005140, 0.006846> - 22630: <-0.001168, 0.005114, 0.006810> - 22631: <-0.001176, 0.004776, 0.007032> - 22632: <-0.000781, 0.005140, 0.006846> - 22633: <-0.000777, 0.005466, 0.006605> - 22634: <-0.001161, 0.005438, 0.006570> - 22635: <-0.001168, 0.005114, 0.006810> - 22636: <-0.000777, 0.005466, 0.006605> - 22637: <-0.000774, 0.005776, 0.006346> - 22638: <-0.001157, 0.005747, 0.006313> - 22639: <-0.001161, 0.005438, 0.006570> - 22640: <-0.001157, -0.005747, 0.006313> - 22641: <-0.001161, -0.005438, 0.006570> - 22642: <-0.001541, -0.005401, 0.006523> - 22643: <-0.001536, -0.005707, 0.006269> - 22644: <-0.001161, -0.005438, 0.006570> - 22645: <-0.001168, -0.005114, 0.006810> - 22646: <-0.001550, -0.005080, 0.006761> - 22647: <-0.001541, -0.005401, 0.006523> - 22648: <-0.001168, -0.005114, 0.006810> - 22649: <-0.001176, -0.004776, 0.007032> - 22650: <-0.001561, -0.004744, 0.006980> - 22651: <-0.001550, -0.005080, 0.006761> - 22652: <-0.001176, -0.004776, 0.007032> - 22653: <-0.001185, -0.004424, 0.007236> - 22654: <-0.001574, -0.004395, 0.007183> - 22655: <-0.001561, -0.004744, 0.006980> - 22656: <-0.001185, -0.004424, 0.007236> - 22657: <-0.001196, -0.004061, 0.007423> - 22658: <-0.001588, -0.004034, 0.007367> - 22659: <-0.001574, -0.004395, 0.007183> - 22660: <-0.001196, -0.004061, 0.007423> - 22661: <-0.001207, -0.003686, 0.007591> - 22662: <-0.001603, -0.003663, 0.007535> - 22663: <-0.001588, -0.004034, 0.007367> - 22664: <-0.001207, -0.003686, 0.007591> - 22665: <-0.001219, -0.003302, 0.007743> - 22666: <-0.001619, -0.003281, 0.007684> - 22667: <-0.001603, -0.003663, 0.007535> - 22668: <-0.001219, -0.003302, 0.007743> - 22669: <-0.001230, -0.002908, 0.007876> - 22670: <-0.001635, -0.002890, 0.007817> - 22671: <-0.001619, -0.003281, 0.007684> - 22672: <-0.001230, -0.002908, 0.007876> - 22673: <-0.001241, -0.002507, 0.007992> - 22674: <-0.001650, -0.002492, 0.007932> - 22675: <-0.001635, -0.002890, 0.007817> - 22676: <-0.001241, -0.002507, 0.007992> - 22677: <-0.001252, -0.002099, 0.008090> - 22678: <-0.001663, -0.002086, 0.008029> - 22679: <-0.001650, -0.002492, 0.007932> - 22680: <-0.001252, -0.002099, 0.008090> - 22681: <-0.001261, -0.001686, 0.008171> - 22682: <-0.001676, -0.001676, 0.008109> - 22683: <-0.001663, -0.002086, 0.008029> - 22684: <-0.001261, -0.001686, 0.008171> - 22685: <-0.001269, -0.001269, 0.008233> - 22686: <-0.001686, -0.001261, 0.008171> - 22687: <-0.001676, -0.001676, 0.008109> - 22688: <-0.001269, -0.001269, 0.008233> - 22689: <-0.001275, -0.000848, 0.008278> - 22690: <-0.001694, -0.000842, 0.008215> - 22691: <-0.001686, -0.001261, 0.008171> - 22692: <-0.001275, -0.000848, 0.008278> - 22693: <-0.001278, -0.000424, 0.008305> - 22694: <-0.001699, -0.000422, 0.008242> - 22695: <-0.001694, -0.000842, 0.008215> - 22696: <-0.001278, -0.000424, 0.008305> - 22697: <-0.001280, 0.000000, 0.008314> - 22698: <-0.001701, 0.000000, 0.008251> - 22699: <-0.001699, -0.000422, 0.008242> - 22700: <-0.001280, 0.000000, 0.008314> - 22701: <-0.001278, 0.000424, 0.008305> - 22702: <-0.001699, 0.000422, 0.008242> - 22703: <-0.001701, 0.000000, 0.008251> - 22704: <-0.001278, 0.000424, 0.008305> - 22705: <-0.001275, 0.000848, 0.008278> - 22706: <-0.001694, 0.000842, 0.008215> - 22707: <-0.001699, 0.000422, 0.008242> - 22708: <-0.001275, 0.000848, 0.008278> - 22709: <-0.001269, 0.001269, 0.008233> - 22710: <-0.001686, 0.001261, 0.008171> - 22711: <-0.001694, 0.000842, 0.008215> - 22712: <-0.001269, 0.001269, 0.008233> - 22713: <-0.001261, 0.001686, 0.008171> - 22714: <-0.001676, 0.001676, 0.008109> - 22715: <-0.001686, 0.001261, 0.008171> - 22716: <-0.001261, 0.001686, 0.008171> - 22717: <-0.001252, 0.002099, 0.008090> - 22718: <-0.001663, 0.002086, 0.008029> - 22719: <-0.001676, 0.001676, 0.008109> - 22720: <-0.001252, 0.002099, 0.008090> - 22721: <-0.001241, 0.002507, 0.007992> - 22722: <-0.001650, 0.002492, 0.007932> - 22723: <-0.001663, 0.002086, 0.008029> - 22724: <-0.001241, 0.002507, 0.007992> - 22725: <-0.001230, 0.002908, 0.007876> - 22726: <-0.001635, 0.002890, 0.007817> - 22727: <-0.001650, 0.002492, 0.007932> - 22728: <-0.001230, 0.002908, 0.007876> - 22729: <-0.001219, 0.003302, 0.007743> - 22730: <-0.001619, 0.003281, 0.007684> - 22731: <-0.001635, 0.002890, 0.007817> - 22732: <-0.001219, 0.003302, 0.007743> - 22733: <-0.001207, 0.003686, 0.007591> - 22734: <-0.001603, 0.003663, 0.007535> - 22735: <-0.001619, 0.003281, 0.007684> - 22736: <-0.001207, 0.003686, 0.007591> - 22737: <-0.001196, 0.004061, 0.007423> - 22738: <-0.001588, 0.004034, 0.007367> - 22739: <-0.001603, 0.003663, 0.007535> - 22740: <-0.001196, 0.004061, 0.007423> - 22741: <-0.001185, 0.004424, 0.007236> - 22742: <-0.001574, 0.004395, 0.007183> - 22743: <-0.001588, 0.004034, 0.007367> - 22744: <-0.001185, 0.004424, 0.007236> - 22745: <-0.001176, 0.004776, 0.007032> - 22746: <-0.001561, 0.004744, 0.006980> - 22747: <-0.001574, 0.004395, 0.007183> - 22748: <-0.001176, 0.004776, 0.007032> - 22749: <-0.001168, 0.005114, 0.006810> - 22750: <-0.001550, 0.005080, 0.006761> - 22751: <-0.001561, 0.004744, 0.006980> - 22752: <-0.001168, 0.005114, 0.006810> - 22753: <-0.001161, 0.005438, 0.006570> - 22754: <-0.001541, 0.005401, 0.006523> - 22755: <-0.001550, 0.005080, 0.006761> - 22756: <-0.001161, 0.005438, 0.006570> - 22757: <-0.001157, 0.005747, 0.006313> - 22758: <-0.001536, 0.005707, 0.006269> - 22759: <-0.001541, 0.005401, 0.006523> - 22760: <-0.001536, -0.005707, 0.006269> - 22761: <-0.001541, -0.005401, 0.006523> - 22762: <-0.001915, -0.005355, 0.006464> - 22763: <-0.001908, -0.005657, 0.006212> - 22764: <-0.001541, -0.005401, 0.006523> - 22765: <-0.001550, -0.005080, 0.006761> - 22766: <-0.001926, -0.005037, 0.006698> - 22767: <-0.001915, -0.005355, 0.006464> - 22768: <-0.001550, -0.005080, 0.006761> - 22769: <-0.001561, -0.004744, 0.006980> - 22770: <-0.001940, -0.004705, 0.006915> - 22771: <-0.001926, -0.005037, 0.006698> - 22772: <-0.001561, -0.004744, 0.006980> - 22773: <-0.001574, -0.004395, 0.007183> - 22774: <-0.001957, -0.004360, 0.007115> - 22775: <-0.001940, -0.004705, 0.006915> - 22776: <-0.001574, -0.004395, 0.007183> - 22777: <-0.001588, -0.004034, 0.007367> - 22778: <-0.001975, -0.004002, 0.007297> - 22779: <-0.001957, -0.004360, 0.007115> - 22780: <-0.001588, -0.004034, 0.007367> - 22781: <-0.001603, -0.003663, 0.007535> - 22782: <-0.001995, -0.003634, 0.007462> - 22783: <-0.001975, -0.004002, 0.007297> - 22784: <-0.001603, -0.003663, 0.007535> - 22785: <-0.001619, -0.003281, 0.007684> - 22786: <-0.002015, -0.003255, 0.007610> - 22787: <-0.001995, -0.003634, 0.007462> - 22788: <-0.001619, -0.003281, 0.007684> - 22789: <-0.001635, -0.002890, 0.007817> - 22790: <-0.002035, -0.002868, 0.007740> - 22791: <-0.002015, -0.003255, 0.007610> - 22792: <-0.001635, -0.002890, 0.007817> - 22793: <-0.001650, -0.002492, 0.007932> - 22794: <-0.002053, -0.002473, 0.007854> - 22795: <-0.002035, -0.002868, 0.007740> - 22796: <-0.001650, -0.002492, 0.007932> - 22797: <-0.001663, -0.002086, 0.008029> - 22798: <-0.002071, -0.002071, 0.007950> - 22799: <-0.002053, -0.002473, 0.007854> - 22800: <-0.001663, -0.002086, 0.008029> - 22801: <-0.001676, -0.001676, 0.008109> - 22802: <-0.002086, -0.001663, 0.008029> - 22803: <-0.002071, -0.002071, 0.007950> - 22804: <-0.001676, -0.001676, 0.008109> - 22805: <-0.001686, -0.001261, 0.008171> - 22806: <-0.002099, -0.001252, 0.008090> - 22807: <-0.002086, -0.001663, 0.008029> - 22808: <-0.001686, -0.001261, 0.008171> - 22809: <-0.001694, -0.000842, 0.008215> - 22810: <-0.002109, -0.000836, 0.008134> - 22811: <-0.002099, -0.001252, 0.008090> - 22812: <-0.001694, -0.000842, 0.008215> - 22813: <-0.001699, -0.000422, 0.008242> - 22814: <-0.002116, -0.000419, 0.008161> - 22815: <-0.002109, -0.000836, 0.008134> - 22816: <-0.001699, -0.000422, 0.008242> - 22817: <-0.001701, 0.000000, 0.008251> - 22818: <-0.002118, 0.000000, 0.008169> - 22819: <-0.002116, -0.000419, 0.008161> - 22820: <-0.001701, 0.000000, 0.008251> - 22821: <-0.001699, 0.000422, 0.008242> - 22822: <-0.002116, 0.000419, 0.008161> - 22823: <-0.002118, 0.000000, 0.008169> - 22824: <-0.001699, 0.000422, 0.008242> - 22825: <-0.001694, 0.000842, 0.008215> - 22826: <-0.002109, 0.000836, 0.008134> - 22827: <-0.002116, 0.000419, 0.008161> - 22828: <-0.001694, 0.000842, 0.008215> - 22829: <-0.001686, 0.001261, 0.008171> - 22830: <-0.002099, 0.001252, 0.008090> - 22831: <-0.002109, 0.000836, 0.008134> - 22832: <-0.001686, 0.001261, 0.008171> - 22833: <-0.001676, 0.001676, 0.008109> - 22834: <-0.002086, 0.001663, 0.008029> - 22835: <-0.002099, 0.001252, 0.008090> - 22836: <-0.001676, 0.001676, 0.008109> - 22837: <-0.001663, 0.002086, 0.008029> - 22838: <-0.002071, 0.002071, 0.007950> - 22839: <-0.002086, 0.001663, 0.008029> - 22840: <-0.001663, 0.002086, 0.008029> - 22841: <-0.001650, 0.002492, 0.007932> - 22842: <-0.002053, 0.002473, 0.007854> - 22843: <-0.002071, 0.002071, 0.007950> - 22844: <-0.001650, 0.002492, 0.007932> - 22845: <-0.001635, 0.002890, 0.007817> - 22846: <-0.002035, 0.002868, 0.007740> - 22847: <-0.002053, 0.002473, 0.007854> - 22848: <-0.001635, 0.002890, 0.007817> - 22849: <-0.001619, 0.003281, 0.007684> - 22850: <-0.002015, 0.003255, 0.007610> - 22851: <-0.002035, 0.002868, 0.007740> - 22852: <-0.001619, 0.003281, 0.007684> - 22853: <-0.001603, 0.003663, 0.007535> - 22854: <-0.001995, 0.003634, 0.007462> - 22855: <-0.002015, 0.003255, 0.007610> - 22856: <-0.001603, 0.003663, 0.007535> - 22857: <-0.001588, 0.004034, 0.007367> - 22858: <-0.001975, 0.004002, 0.007297> - 22859: <-0.001995, 0.003634, 0.007462> - 22860: <-0.001588, 0.004034, 0.007367> - 22861: <-0.001574, 0.004395, 0.007183> - 22862: <-0.001957, 0.004360, 0.007115> - 22863: <-0.001975, 0.004002, 0.007297> - 22864: <-0.001574, 0.004395, 0.007183> - 22865: <-0.001561, 0.004744, 0.006980> - 22866: <-0.001940, 0.004705, 0.006915> - 22867: <-0.001957, 0.004360, 0.007115> - 22868: <-0.001561, 0.004744, 0.006980> - 22869: <-0.001550, 0.005080, 0.006761> - 22870: <-0.001926, 0.005037, 0.006698> - 22871: <-0.001940, 0.004705, 0.006915> - 22872: <-0.001550, 0.005080, 0.006761> - 22873: <-0.001541, 0.005401, 0.006523> - 22874: <-0.001915, 0.005355, 0.006464> - 22875: <-0.001926, 0.005037, 0.006698> - 22876: <-0.001541, 0.005401, 0.006523> - 22877: <-0.001536, 0.005707, 0.006269> - 22878: <-0.001908, 0.005657, 0.006212> - 22879: <-0.001915, 0.005355, 0.006464> - 22880: <-0.001908, -0.005657, 0.006212> - 22881: <-0.001915, -0.005355, 0.006464> - 22882: <-0.002281, -0.005301, 0.006393> - 22883: <-0.002272, -0.005599, 0.006146> - 22884: <-0.001915, -0.005355, 0.006464> - 22885: <-0.001926, -0.005037, 0.006698> - 22886: <-0.002295, -0.004987, 0.006623> - 22887: <-0.002281, -0.005301, 0.006393> - 22888: <-0.001926, -0.005037, 0.006698> - 22889: <-0.001940, -0.004705, 0.006915> - 22890: <-0.002313, -0.004659, 0.006836> - 22891: <-0.002295, -0.004987, 0.006623> - 22892: <-0.001940, -0.004705, 0.006915> - 22893: <-0.001957, -0.004360, 0.007115> - 22894: <-0.002333, -0.004318, 0.007033> - 22895: <-0.002313, -0.004659, 0.006836> - 22896: <-0.001957, -0.004360, 0.007115> - 22897: <-0.001975, -0.004002, 0.007297> - 22898: <-0.002356, -0.003965, 0.007212> - 22899: <-0.002333, -0.004318, 0.007033> - 22900: <-0.001975, -0.004002, 0.007297> - 22901: <-0.001995, -0.003634, 0.007462> - 22902: <-0.002380, -0.003601, 0.007374> - 22903: <-0.002356, -0.003965, 0.007212> - 22904: <-0.001995, -0.003634, 0.007462> - 22905: <-0.002015, -0.003255, 0.007610> - 22906: <-0.002405, -0.003227, 0.007519> - 22907: <-0.002380, -0.003601, 0.007374> - 22908: <-0.002015, -0.003255, 0.007610> - 22909: <-0.002035, -0.002868, 0.007740> - 22910: <-0.002429, -0.002843, 0.007648> - 22911: <-0.002405, -0.003227, 0.007519> - 22912: <-0.002035, -0.002868, 0.007740> - 22913: <-0.002053, -0.002473, 0.007854> - 22914: <-0.002452, -0.002452, 0.007759> - 22915: <-0.002429, -0.002843, 0.007648> - 22916: <-0.002053, -0.002473, 0.007854> - 22917: <-0.002071, -0.002071, 0.007950> - 22918: <-0.002473, -0.002053, 0.007854> - 22919: <-0.002452, -0.002452, 0.007759> - 22920: <-0.002071, -0.002071, 0.007950> - 22921: <-0.002086, -0.001663, 0.008029> - 22922: <-0.002492, -0.001650, 0.007932> - 22923: <-0.002473, -0.002053, 0.007854> - 22924: <-0.002086, -0.001663, 0.008029> - 22925: <-0.002099, -0.001252, 0.008090> - 22926: <-0.002507, -0.001241, 0.007992> - 22927: <-0.002492, -0.001650, 0.007932> - 22928: <-0.002099, -0.001252, 0.008090> - 22929: <-0.002109, -0.000836, 0.008134> - 22930: <-0.002519, -0.000829, 0.008036> - 22931: <-0.002507, -0.001241, 0.007992> - 22932: <-0.002109, -0.000836, 0.008134> - 22933: <-0.002116, -0.000419, 0.008161> - 22934: <-0.002527, -0.000415, 0.008062> - 22935: <-0.002519, -0.000829, 0.008036> - 22936: <-0.002116, -0.000419, 0.008161> - 22937: <-0.002118, 0.000000, 0.008169> - 22938: <-0.002530, 0.000000, 0.008070> - 22939: <-0.002527, -0.000415, 0.008062> - 22940: <-0.002118, 0.000000, 0.008169> - 22941: <-0.002116, 0.000419, 0.008161> - 22942: <-0.002527, 0.000415, 0.008062> - 22943: <-0.002530, 0.000000, 0.008070> - 22944: <-0.002116, 0.000419, 0.008161> - 22945: <-0.002109, 0.000836, 0.008134> - 22946: <-0.002519, 0.000829, 0.008036> - 22947: <-0.002527, 0.000415, 0.008062> - 22948: <-0.002109, 0.000836, 0.008134> - 22949: <-0.002099, 0.001252, 0.008090> - 22950: <-0.002507, 0.001241, 0.007992> - 22951: <-0.002519, 0.000829, 0.008036> - 22952: <-0.002099, 0.001252, 0.008090> - 22953: <-0.002086, 0.001663, 0.008029> - 22954: <-0.002492, 0.001650, 0.007932> - 22955: <-0.002507, 0.001241, 0.007992> - 22956: <-0.002086, 0.001663, 0.008029> - 22957: <-0.002071, 0.002071, 0.007950> - 22958: <-0.002473, 0.002053, 0.007854> - 22959: <-0.002492, 0.001650, 0.007932> - 22960: <-0.002071, 0.002071, 0.007950> - 22961: <-0.002053, 0.002473, 0.007854> - 22962: <-0.002452, 0.002452, 0.007759> - 22963: <-0.002473, 0.002053, 0.007854> - 22964: <-0.002053, 0.002473, 0.007854> - 22965: <-0.002035, 0.002868, 0.007740> - 22966: <-0.002429, 0.002843, 0.007648> - 22967: <-0.002452, 0.002452, 0.007759> - 22968: <-0.002035, 0.002868, 0.007740> - 22969: <-0.002015, 0.003255, 0.007610> - 22970: <-0.002405, 0.003227, 0.007519> - 22971: <-0.002429, 0.002843, 0.007648> - 22972: <-0.002015, 0.003255, 0.007610> - 22973: <-0.001995, 0.003634, 0.007462> - 22974: <-0.002380, 0.003601, 0.007374> - 22975: <-0.002405, 0.003227, 0.007519> - 22976: <-0.001995, 0.003634, 0.007462> - 22977: <-0.001975, 0.004002, 0.007297> - 22978: <-0.002356, 0.003965, 0.007212> - 22979: <-0.002380, 0.003601, 0.007374> - 22980: <-0.001975, 0.004002, 0.007297> - 22981: <-0.001957, 0.004360, 0.007115> - 22982: <-0.002333, 0.004318, 0.007033> - 22983: <-0.002356, 0.003965, 0.007212> - 22984: <-0.001957, 0.004360, 0.007115> - 22985: <-0.001940, 0.004705, 0.006915> - 22986: <-0.002313, 0.004659, 0.006836> - 22987: <-0.002333, 0.004318, 0.007033> - 22988: <-0.001940, 0.004705, 0.006915> - 22989: <-0.001926, 0.005037, 0.006698> - 22990: <-0.002295, 0.004987, 0.006623> - 22991: <-0.002313, 0.004659, 0.006836> - 22992: <-0.001926, 0.005037, 0.006698> - 22993: <-0.001915, 0.005355, 0.006464> - 22994: <-0.002281, 0.005301, 0.006393> - 22995: <-0.002295, 0.004987, 0.006623> - 22996: <-0.001915, 0.005355, 0.006464> - 22997: <-0.001908, 0.005657, 0.006212> - 22998: <-0.002272, 0.005599, 0.006146> - 22999: <-0.002281, 0.005301, 0.006393> - 23000: <-0.002272, -0.005599, 0.006146> - 23001: <-0.002281, -0.005301, 0.006393> - 23002: <-0.002638, -0.005240, 0.006311> - 23003: <-0.002627, -0.005533, 0.006069> - 23004: <-0.002281, -0.005301, 0.006393> - 23005: <-0.002295, -0.004987, 0.006623> - 23006: <-0.002655, -0.004931, 0.006537> - 23007: <-0.002638, -0.005240, 0.006311> - 23008: <-0.002295, -0.004987, 0.006623> - 23009: <-0.002313, -0.004659, 0.006836> - 23010: <-0.002676, -0.004609, 0.006745> - 23011: <-0.002655, -0.004931, 0.006537> - 23012: <-0.002313, -0.004659, 0.006836> - 23013: <-0.002333, -0.004318, 0.007033> - 23014: <-0.002701, -0.004273, 0.006937> - 23015: <-0.002676, -0.004609, 0.006745> - 23016: <-0.002333, -0.004318, 0.007033> - 23017: <-0.002356, -0.003965, 0.007212> - 23018: <-0.002729, -0.003924, 0.007112> - 23019: <-0.002701, -0.004273, 0.006937> - 23020: <-0.002356, -0.003965, 0.007212> - 23021: <-0.002380, -0.003601, 0.007374> - 23022: <-0.002758, -0.003565, 0.007270> - 23023: <-0.002729, -0.003924, 0.007112> - 23024: <-0.002380, -0.003601, 0.007374> - 23025: <-0.002405, -0.003227, 0.007519> - 23026: <-0.002787, -0.003195, 0.007412> - 23027: <-0.002758, -0.003565, 0.007270> - 23028: <-0.002405, -0.003227, 0.007519> - 23029: <-0.002429, -0.002843, 0.007648> - 23030: <-0.002816, -0.002816, 0.007538> - 23031: <-0.002787, -0.003195, 0.007412> - 23032: <-0.002429, -0.002843, 0.007648> - 23033: <-0.002452, -0.002452, 0.007759> - 23034: <-0.002843, -0.002429, 0.007648> - 23035: <-0.002816, -0.002816, 0.007538> - 23036: <-0.002452, -0.002452, 0.007759> - 23037: <-0.002473, -0.002053, 0.007854> - 23038: <-0.002868, -0.002035, 0.007740> - 23039: <-0.002843, -0.002429, 0.007648> - 23040: <-0.002473, -0.002053, 0.007854> - 23041: <-0.002492, -0.001650, 0.007932> - 23042: <-0.002890, -0.001635, 0.007817> - 23043: <-0.002868, -0.002035, 0.007740> - 23044: <-0.002492, -0.001650, 0.007932> - 23045: <-0.002507, -0.001241, 0.007992> - 23046: <-0.002908, -0.001230, 0.007876> - 23047: <-0.002890, -0.001635, 0.007817> - 23048: <-0.002507, -0.001241, 0.007992> - 23049: <-0.002519, -0.000829, 0.008036> - 23050: <-0.002922, -0.000822, 0.007919> - 23051: <-0.002908, -0.001230, 0.007876> - 23052: <-0.002519, -0.000829, 0.008036> - 23053: <-0.002527, -0.000415, 0.008062> - 23054: <-0.002931, -0.000412, 0.007945> - 23055: <-0.002922, -0.000822, 0.007919> - 23056: <-0.002527, -0.000415, 0.008062> - 23057: <-0.002530, 0.000000, 0.008070> - 23058: <-0.002934, 0.000000, 0.007953> - 23059: <-0.002931, -0.000412, 0.007945> - 23060: <-0.002530, 0.000000, 0.008070> - 23061: <-0.002527, 0.000415, 0.008062> - 23062: <-0.002931, 0.000412, 0.007945> - 23063: <-0.002934, 0.000000, 0.007953> - 23064: <-0.002527, 0.000415, 0.008062> - 23065: <-0.002519, 0.000829, 0.008036> - 23066: <-0.002922, 0.000822, 0.007919> - 23067: <-0.002931, 0.000412, 0.007945> - 23068: <-0.002519, 0.000829, 0.008036> - 23069: <-0.002507, 0.001241, 0.007992> - 23070: <-0.002908, 0.001230, 0.007876> - 23071: <-0.002922, 0.000822, 0.007919> - 23072: <-0.002507, 0.001241, 0.007992> - 23073: <-0.002492, 0.001650, 0.007932> - 23074: <-0.002890, 0.001635, 0.007817> - 23075: <-0.002908, 0.001230, 0.007876> - 23076: <-0.002492, 0.001650, 0.007932> - 23077: <-0.002473, 0.002053, 0.007854> - 23078: <-0.002868, 0.002035, 0.007740> - 23079: <-0.002890, 0.001635, 0.007817> - 23080: <-0.002473, 0.002053, 0.007854> - 23081: <-0.002452, 0.002452, 0.007759> - 23082: <-0.002843, 0.002429, 0.007648> - 23083: <-0.002868, 0.002035, 0.007740> - 23084: <-0.002452, 0.002452, 0.007759> - 23085: <-0.002429, 0.002843, 0.007648> - 23086: <-0.002816, 0.002816, 0.007538> - 23087: <-0.002843, 0.002429, 0.007648> - 23088: <-0.002429, 0.002843, 0.007648> - 23089: <-0.002405, 0.003227, 0.007519> - 23090: <-0.002787, 0.003195, 0.007412> - 23091: <-0.002816, 0.002816, 0.007538> - 23092: <-0.002405, 0.003227, 0.007519> - 23093: <-0.002380, 0.003601, 0.007374> - 23094: <-0.002758, 0.003565, 0.007270> - 23095: <-0.002787, 0.003195, 0.007412> - 23096: <-0.002380, 0.003601, 0.007374> - 23097: <-0.002356, 0.003965, 0.007212> - 23098: <-0.002729, 0.003924, 0.007112> - 23099: <-0.002758, 0.003565, 0.007270> - 23100: <-0.002356, 0.003965, 0.007212> - 23101: <-0.002333, 0.004318, 0.007033> - 23102: <-0.002701, 0.004273, 0.006937> - 23103: <-0.002729, 0.003924, 0.007112> - 23104: <-0.002333, 0.004318, 0.007033> - 23105: <-0.002313, 0.004659, 0.006836> - 23106: <-0.002676, 0.004609, 0.006745> - 23107: <-0.002701, 0.004273, 0.006937> - 23108: <-0.002313, 0.004659, 0.006836> - 23109: <-0.002295, 0.004987, 0.006623> - 23110: <-0.002655, 0.004931, 0.006537> - 23111: <-0.002676, 0.004609, 0.006745> - 23112: <-0.002295, 0.004987, 0.006623> - 23113: <-0.002281, 0.005301, 0.006393> - 23114: <-0.002638, 0.005240, 0.006311> - 23115: <-0.002655, 0.004931, 0.006537> - 23116: <-0.002281, 0.005301, 0.006393> - 23117: <-0.002272, 0.005599, 0.006146> - 23118: <-0.002627, 0.005533, 0.006069> - 23119: <-0.002638, 0.005240, 0.006311> - 23120: <-0.002627, -0.005533, 0.006069> - 23121: <-0.002638, -0.005240, 0.006311> - 23122: <-0.002984, -0.005172, 0.006219> - 23123: <-0.002971, -0.005459, 0.005983> - 23124: <-0.002638, -0.005240, 0.006311> - 23125: <-0.002655, -0.004931, 0.006537> - 23126: <-0.003004, -0.004870, 0.006439> - 23127: <-0.002984, -0.005172, 0.006219> - 23128: <-0.002655, -0.004931, 0.006537> - 23129: <-0.002676, -0.004609, 0.006745> - 23130: <-0.003030, -0.004553, 0.006641> - 23131: <-0.003004, -0.004870, 0.006439> - 23132: <-0.002676, -0.004609, 0.006745> - 23133: <-0.002701, -0.004273, 0.006937> - 23134: <-0.003060, -0.004223, 0.006828> - 23135: <-0.003030, -0.004553, 0.006641> - 23136: <-0.002701, -0.004273, 0.006937> - 23137: <-0.002729, -0.003924, 0.007112> - 23138: <-0.003093, -0.003880, 0.006998> - 23139: <-0.003060, -0.004223, 0.006828> - 23140: <-0.002729, -0.003924, 0.007112> - 23141: <-0.002758, -0.003565, 0.007270> - 23142: <-0.003127, -0.003526, 0.007152> - 23143: <-0.003093, -0.003880, 0.006998> - 23144: <-0.002758, -0.003565, 0.007270> - 23145: <-0.002787, -0.003195, 0.007412> - 23146: <-0.003162, -0.003162, 0.007290> - 23147: <-0.003127, -0.003526, 0.007152> - 23148: <-0.002787, -0.003195, 0.007412> - 23149: <-0.002816, -0.002816, 0.007538> - 23150: <-0.003195, -0.002787, 0.007412> - 23151: <-0.003162, -0.003162, 0.007290> - 23152: <-0.002816, -0.002816, 0.007538> - 23153: <-0.002843, -0.002429, 0.007648> - 23154: <-0.003227, -0.002405, 0.007519> - 23155: <-0.003195, -0.002787, 0.007412> - 23156: <-0.002843, -0.002429, 0.007648> - 23157: <-0.002868, -0.002035, 0.007740> - 23158: <-0.003255, -0.002015, 0.007610> - 23159: <-0.003227, -0.002405, 0.007519> - 23160: <-0.002868, -0.002035, 0.007740> - 23161: <-0.002890, -0.001635, 0.007817> - 23162: <-0.003281, -0.001619, 0.007684> - 23163: <-0.003255, -0.002015, 0.007610> - 23164: <-0.002890, -0.001635, 0.007817> - 23165: <-0.002908, -0.001230, 0.007876> - 23166: <-0.003302, -0.001219, 0.007743> - 23167: <-0.003281, -0.001619, 0.007684> - 23168: <-0.002908, -0.001230, 0.007876> - 23169: <-0.002922, -0.000822, 0.007919> - 23170: <-0.003318, -0.000814, 0.007785> - 23171: <-0.003302, -0.001219, 0.007743> - 23172: <-0.002922, -0.000822, 0.007919> - 23173: <-0.002931, -0.000412, 0.007945> - 23174: <-0.003328, -0.000408, 0.007810> - 23175: <-0.003318, -0.000814, 0.007785> - 23176: <-0.002931, -0.000412, 0.007945> - 23177: <-0.002934, 0.000000, 0.007953> - 23178: <-0.003331, 0.000000, 0.007818> - 23179: <-0.003328, -0.000408, 0.007810> - 23180: <-0.002934, 0.000000, 0.007953> - 23181: <-0.002931, 0.000412, 0.007945> - 23182: <-0.003328, 0.000408, 0.007810> - 23183: <-0.003331, 0.000000, 0.007818> - 23184: <-0.002931, 0.000412, 0.007945> - 23185: <-0.002922, 0.000822, 0.007919> - 23186: <-0.003318, 0.000814, 0.007785> - 23187: <-0.003328, 0.000408, 0.007810> - 23188: <-0.002922, 0.000822, 0.007919> - 23189: <-0.002908, 0.001230, 0.007876> - 23190: <-0.003302, 0.001219, 0.007743> - 23191: <-0.003318, 0.000814, 0.007785> - 23192: <-0.002908, 0.001230, 0.007876> - 23193: <-0.002890, 0.001635, 0.007817> - 23194: <-0.003281, 0.001619, 0.007684> - 23195: <-0.003302, 0.001219, 0.007743> - 23196: <-0.002890, 0.001635, 0.007817> - 23197: <-0.002868, 0.002035, 0.007740> - 23198: <-0.003255, 0.002015, 0.007610> - 23199: <-0.003281, 0.001619, 0.007684> - 23200: <-0.002868, 0.002035, 0.007740> - 23201: <-0.002843, 0.002429, 0.007648> - 23202: <-0.003227, 0.002405, 0.007519> - 23203: <-0.003255, 0.002015, 0.007610> - 23204: <-0.002843, 0.002429, 0.007648> - 23205: <-0.002816, 0.002816, 0.007538> - 23206: <-0.003195, 0.002787, 0.007412> - 23207: <-0.003227, 0.002405, 0.007519> - 23208: <-0.002816, 0.002816, 0.007538> - 23209: <-0.002787, 0.003195, 0.007412> - 23210: <-0.003162, 0.003162, 0.007290> - 23211: <-0.003195, 0.002787, 0.007412> - 23212: <-0.002787, 0.003195, 0.007412> - 23213: <-0.002758, 0.003565, 0.007270> - 23214: <-0.003127, 0.003526, 0.007152> - 23215: <-0.003162, 0.003162, 0.007290> - 23216: <-0.002758, 0.003565, 0.007270> - 23217: <-0.002729, 0.003924, 0.007112> - 23218: <-0.003093, 0.003880, 0.006998> - 23219: <-0.003127, 0.003526, 0.007152> - 23220: <-0.002729, 0.003924, 0.007112> - 23221: <-0.002701, 0.004273, 0.006937> - 23222: <-0.003060, 0.004223, 0.006828> - 23223: <-0.003093, 0.003880, 0.006998> - 23224: <-0.002701, 0.004273, 0.006937> - 23225: <-0.002676, 0.004609, 0.006745> - 23226: <-0.003030, 0.004553, 0.006641> - 23227: <-0.003060, 0.004223, 0.006828> - 23228: <-0.002676, 0.004609, 0.006745> - 23229: <-0.002655, 0.004931, 0.006537> - 23230: <-0.003004, 0.004870, 0.006439> - 23231: <-0.003030, 0.004553, 0.006641> - 23232: <-0.002655, 0.004931, 0.006537> - 23233: <-0.002638, 0.005240, 0.006311> - 23234: <-0.002984, 0.005172, 0.006219> - 23235: <-0.003004, 0.004870, 0.006439> - 23236: <-0.002638, 0.005240, 0.006311> - 23237: <-0.002627, 0.005533, 0.006069> - 23238: <-0.002971, 0.005459, 0.005983> - 23239: <-0.002984, 0.005172, 0.006219> - 23240: <-0.002971, -0.005459, 0.005983> - 23241: <-0.002984, -0.005172, 0.006219> - 23242: <-0.003318, -0.005099, 0.006117> - 23243: <-0.003302, -0.005379, 0.005888> - 23244: <-0.002984, -0.005172, 0.006219> - 23245: <-0.003004, -0.004870, 0.006439> - 23246: <-0.003342, -0.004804, 0.006329> - 23247: <-0.003318, -0.005099, 0.006117> - 23248: <-0.003004, -0.004870, 0.006439> - 23249: <-0.003030, -0.004553, 0.006641> - 23250: <-0.003372, -0.004494, 0.006525> - 23251: <-0.003342, -0.004804, 0.006329> - 23252: <-0.003030, -0.004553, 0.006641> - 23253: <-0.003060, -0.004223, 0.006828> - 23254: <-0.003407, -0.004170, 0.006705> - 23255: <-0.003372, -0.004494, 0.006525> - 23256: <-0.003060, -0.004223, 0.006828> - 23257: <-0.003093, -0.003880, 0.006998> - 23258: <-0.003446, -0.003834, 0.006870> - 23259: <-0.003407, -0.004170, 0.006705> - 23260: <-0.003093, -0.003880, 0.006998> - 23261: <-0.003127, -0.003526, 0.007152> - 23262: <-0.003486, -0.003486, 0.007018> - 23263: <-0.003446, -0.003834, 0.006870> - 23264: <-0.003127, -0.003526, 0.007152> - 23265: <-0.003162, -0.003162, 0.007290> - 23266: <-0.003526, -0.003127, 0.007152> - 23267: <-0.003486, -0.003486, 0.007018> - 23268: <-0.003162, -0.003162, 0.007290> - 23269: <-0.003195, -0.002787, 0.007412> - 23270: <-0.003565, -0.002758, 0.007270> - 23271: <-0.003526, -0.003127, 0.007152> - 23272: <-0.003195, -0.002787, 0.007412> - 23273: <-0.003227, -0.002405, 0.007519> - 23274: <-0.003601, -0.002380, 0.007374> - 23275: <-0.003565, -0.002758, 0.007270> - 23276: <-0.003227, -0.002405, 0.007519> - 23277: <-0.003255, -0.002015, 0.007610> - 23278: <-0.003634, -0.001995, 0.007462> - 23279: <-0.003601, -0.002380, 0.007374> - 23280: <-0.003255, -0.002015, 0.007610> - 23281: <-0.003281, -0.001619, 0.007684> - 23282: <-0.003663, -0.001603, 0.007535> - 23283: <-0.003634, -0.001995, 0.007462> - 23284: <-0.003281, -0.001619, 0.007684> - 23285: <-0.003302, -0.001219, 0.007743> - 23286: <-0.003686, -0.001207, 0.007591> - 23287: <-0.003663, -0.001603, 0.007535> - 23288: <-0.003302, -0.001219, 0.007743> - 23289: <-0.003318, -0.000814, 0.007785> - 23290: <-0.003704, -0.000807, 0.007632> - 23291: <-0.003686, -0.001207, 0.007591> - 23292: <-0.003318, -0.000814, 0.007785> - 23293: <-0.003328, -0.000408, 0.007810> - 23294: <-0.003716, -0.000404, 0.007657> - 23295: <-0.003704, -0.000807, 0.007632> - 23296: <-0.003328, -0.000408, 0.007810> - 23297: <-0.003331, 0.000000, 0.007818> - 23298: <-0.003720, 0.000000, 0.007665> - 23299: <-0.003716, -0.000404, 0.007657> - 23300: <-0.003331, 0.000000, 0.007818> - 23301: <-0.003328, 0.000408, 0.007810> - 23302: <-0.003716, 0.000404, 0.007657> - 23303: <-0.003720, 0.000000, 0.007665> - 23304: <-0.003328, 0.000408, 0.007810> - 23305: <-0.003318, 0.000814, 0.007785> - 23306: <-0.003704, 0.000807, 0.007632> - 23307: <-0.003716, 0.000404, 0.007657> - 23308: <-0.003318, 0.000814, 0.007785> - 23309: <-0.003302, 0.001219, 0.007743> - 23310: <-0.003686, 0.001207, 0.007591> - 23311: <-0.003704, 0.000807, 0.007632> - 23312: <-0.003302, 0.001219, 0.007743> - 23313: <-0.003281, 0.001619, 0.007684> - 23314: <-0.003663, 0.001603, 0.007535> - 23315: <-0.003686, 0.001207, 0.007591> - 23316: <-0.003281, 0.001619, 0.007684> - 23317: <-0.003255, 0.002015, 0.007610> - 23318: <-0.003634, 0.001995, 0.007462> - 23319: <-0.003663, 0.001603, 0.007535> - 23320: <-0.003255, 0.002015, 0.007610> - 23321: <-0.003227, 0.002405, 0.007519> - 23322: <-0.003601, 0.002380, 0.007374> - 23323: <-0.003634, 0.001995, 0.007462> - 23324: <-0.003227, 0.002405, 0.007519> - 23325: <-0.003195, 0.002787, 0.007412> - 23326: <-0.003565, 0.002758, 0.007270> - 23327: <-0.003601, 0.002380, 0.007374> - 23328: <-0.003195, 0.002787, 0.007412> - 23329: <-0.003162, 0.003162, 0.007290> - 23330: <-0.003526, 0.003127, 0.007152> - 23331: <-0.003565, 0.002758, 0.007270> - 23332: <-0.003162, 0.003162, 0.007290> - 23333: <-0.003127, 0.003526, 0.007152> - 23334: <-0.003486, 0.003486, 0.007018> - 23335: <-0.003526, 0.003127, 0.007152> - 23336: <-0.003127, 0.003526, 0.007152> - 23337: <-0.003093, 0.003880, 0.006998> - 23338: <-0.003446, 0.003834, 0.006870> - 23339: <-0.003486, 0.003486, 0.007018> - 23340: <-0.003093, 0.003880, 0.006998> - 23341: <-0.003060, 0.004223, 0.006828> - 23342: <-0.003407, 0.004170, 0.006705> - 23343: <-0.003446, 0.003834, 0.006870> - 23344: <-0.003060, 0.004223, 0.006828> - 23345: <-0.003030, 0.004553, 0.006641> - 23346: <-0.003372, 0.004494, 0.006525> - 23347: <-0.003407, 0.004170, 0.006705> - 23348: <-0.003030, 0.004553, 0.006641> - 23349: <-0.003004, 0.004870, 0.006439> - 23350: <-0.003342, 0.004804, 0.006329> - 23351: <-0.003372, 0.004494, 0.006525> - 23352: <-0.003004, 0.004870, 0.006439> - 23353: <-0.002984, 0.005172, 0.006219> - 23354: <-0.003318, 0.005099, 0.006117> - 23355: <-0.003342, 0.004804, 0.006329> - 23356: <-0.002984, 0.005172, 0.006219> - 23357: <-0.002971, 0.005459, 0.005983> - 23358: <-0.003302, 0.005379, 0.005888> - 23359: <-0.003318, 0.005099, 0.006117> - 23360: <-0.003302, -0.005379, 0.005888> - 23361: <-0.003318, -0.005099, 0.006117> - 23362: <-0.003637, -0.005023, 0.006006> - 23363: <-0.003619, -0.005294, 0.005786> - 23364: <-0.003318, -0.005099, 0.006117> - 23365: <-0.003342, -0.004804, 0.006329> - 23366: <-0.003666, -0.004736, 0.006210> - 23367: <-0.003637, -0.005023, 0.006006> - 23368: <-0.003342, -0.004804, 0.006329> - 23369: <-0.003372, -0.004494, 0.006525> - 23370: <-0.003701, -0.004434, 0.006397> - 23371: <-0.003666, -0.004736, 0.006210> - 23372: <-0.003372, -0.004494, 0.006525> - 23373: <-0.003407, -0.004170, 0.006705> - 23374: <-0.003743, -0.004117, 0.006570> - 23375: <-0.003701, -0.004434, 0.006397> - 23376: <-0.003407, -0.004170, 0.006705> - 23377: <-0.003446, -0.003834, 0.006870> - 23378: <-0.003788, -0.003788, 0.006727> - 23379: <-0.003743, -0.004117, 0.006570> - 23380: <-0.003446, -0.003834, 0.006870> - 23381: <-0.003486, -0.003486, 0.007018> - 23382: <-0.003834, -0.003446, 0.006870> - 23383: <-0.003788, -0.003788, 0.006727> - 23384: <-0.003486, -0.003486, 0.007018> - 23385: <-0.003526, -0.003127, 0.007152> - 23386: <-0.003880, -0.003093, 0.006998> - 23387: <-0.003834, -0.003446, 0.006870> - 23388: <-0.003526, -0.003127, 0.007152> - 23389: <-0.003565, -0.002758, 0.007270> - 23390: <-0.003924, -0.002729, 0.007112> - 23391: <-0.003880, -0.003093, 0.006998> - 23392: <-0.003565, -0.002758, 0.007270> - 23393: <-0.003601, -0.002380, 0.007374> - 23394: <-0.003965, -0.002356, 0.007212> - 23395: <-0.003924, -0.002729, 0.007112> - 23396: <-0.003601, -0.002380, 0.007374> - 23397: <-0.003634, -0.001995, 0.007462> - 23398: <-0.004002, -0.001975, 0.007297> - 23399: <-0.003965, -0.002356, 0.007212> - 23400: <-0.003634, -0.001995, 0.007462> - 23401: <-0.003663, -0.001603, 0.007535> - 23402: <-0.004034, -0.001588, 0.007367> - 23403: <-0.004002, -0.001975, 0.007297> - 23404: <-0.003663, -0.001603, 0.007535> - 23405: <-0.003686, -0.001207, 0.007591> - 23406: <-0.004061, -0.001196, 0.007423> - 23407: <-0.004034, -0.001588, 0.007367> - 23408: <-0.003686, -0.001207, 0.007591> - 23409: <-0.003704, -0.000807, 0.007632> - 23410: <-0.004081, -0.000799, 0.007462> - 23411: <-0.004061, -0.001196, 0.007423> - 23412: <-0.003704, -0.000807, 0.007632> - 23413: <-0.003716, -0.000404, 0.007657> - 23414: <-0.004093, -0.000400, 0.007487> - 23415: <-0.004081, -0.000799, 0.007462> - 23416: <-0.003716, -0.000404, 0.007657> - 23417: <-0.003720, 0.000000, 0.007665> - 23418: <-0.004098, 0.000000, 0.007495> - 23419: <-0.004093, -0.000400, 0.007487> - 23420: <-0.003720, 0.000000, 0.007665> - 23421: <-0.003716, 0.000404, 0.007657> - 23422: <-0.004093, 0.000400, 0.007487> - 23423: <-0.004098, 0.000000, 0.007495> - 23424: <-0.003716, 0.000404, 0.007657> - 23425: <-0.003704, 0.000807, 0.007632> - 23426: <-0.004081, 0.000799, 0.007462> - 23427: <-0.004093, 0.000400, 0.007487> - 23428: <-0.003704, 0.000807, 0.007632> - 23429: <-0.003686, 0.001207, 0.007591> - 23430: <-0.004061, 0.001196, 0.007423> - 23431: <-0.004081, 0.000799, 0.007462> - 23432: <-0.003686, 0.001207, 0.007591> - 23433: <-0.003663, 0.001603, 0.007535> - 23434: <-0.004034, 0.001588, 0.007367> - 23435: <-0.004061, 0.001196, 0.007423> - 23436: <-0.003663, 0.001603, 0.007535> - 23437: <-0.003634, 0.001995, 0.007462> - 23438: <-0.004002, 0.001975, 0.007297> - 23439: <-0.004034, 0.001588, 0.007367> - 23440: <-0.003634, 0.001995, 0.007462> - 23441: <-0.003601, 0.002380, 0.007374> - 23442: <-0.003965, 0.002356, 0.007212> - 23443: <-0.004002, 0.001975, 0.007297> - 23444: <-0.003601, 0.002380, 0.007374> - 23445: <-0.003565, 0.002758, 0.007270> - 23446: <-0.003924, 0.002729, 0.007112> - 23447: <-0.003965, 0.002356, 0.007212> - 23448: <-0.003565, 0.002758, 0.007270> - 23449: <-0.003526, 0.003127, 0.007152> - 23450: <-0.003880, 0.003093, 0.006998> - 23451: <-0.003924, 0.002729, 0.007112> - 23452: <-0.003526, 0.003127, 0.007152> - 23453: <-0.003486, 0.003486, 0.007018> - 23454: <-0.003834, 0.003446, 0.006870> - 23455: <-0.003880, 0.003093, 0.006998> - 23456: <-0.003486, 0.003486, 0.007018> - 23457: <-0.003446, 0.003834, 0.006870> - 23458: <-0.003788, 0.003788, 0.006727> - 23459: <-0.003834, 0.003446, 0.006870> - 23460: <-0.003446, 0.003834, 0.006870> - 23461: <-0.003407, 0.004170, 0.006705> - 23462: <-0.003743, 0.004117, 0.006570> - 23463: <-0.003788, 0.003788, 0.006727> - 23464: <-0.003407, 0.004170, 0.006705> - 23465: <-0.003372, 0.004494, 0.006525> - 23466: <-0.003701, 0.004434, 0.006397> - 23467: <-0.003743, 0.004117, 0.006570> - 23468: <-0.003372, 0.004494, 0.006525> - 23469: <-0.003342, 0.004804, 0.006329> - 23470: <-0.003666, 0.004736, 0.006210> - 23471: <-0.003701, 0.004434, 0.006397> - 23472: <-0.003342, 0.004804, 0.006329> - 23473: <-0.003318, 0.005099, 0.006117> - 23474: <-0.003637, 0.005023, 0.006006> - 23475: <-0.003666, 0.004736, 0.006210> - 23476: <-0.003318, 0.005099, 0.006117> - 23477: <-0.003302, 0.005379, 0.005888> - 23478: <-0.003619, 0.005294, 0.005786> - 23479: <-0.003637, 0.005023, 0.006006> - 23480: <-0.003619, -0.005294, 0.005786> - 23481: <-0.003637, -0.005023, 0.006006> - 23482: <-0.003941, -0.004946, 0.005887> - 23483: <-0.003918, -0.005207, 0.005678> - 23484: <-0.003637, -0.005023, 0.006006> - 23485: <-0.003666, -0.004736, 0.006210> - 23486: <-0.003975, -0.004668, 0.006080> - 23487: <-0.003941, -0.004946, 0.005887> - 23488: <-0.003666, -0.004736, 0.006210> - 23489: <-0.003701, -0.004434, 0.006397> - 23490: <-0.004017, -0.004374, 0.006257> - 23491: <-0.003975, -0.004668, 0.006080> - 23492: <-0.003701, -0.004434, 0.006397> - 23493: <-0.003743, -0.004117, 0.006570> - 23494: <-0.004065, -0.004065, 0.006421> - 23495: <-0.004017, -0.004374, 0.006257> - 23496: <-0.003743, -0.004117, 0.006570> - 23497: <-0.003788, -0.003788, 0.006727> - 23498: <-0.004117, -0.003743, 0.006570> - 23499: <-0.004065, -0.004065, 0.006421> - 23500: <-0.003788, -0.003788, 0.006727> - 23501: <-0.003834, -0.003446, 0.006870> - 23502: <-0.004170, -0.003407, 0.006705> - 23503: <-0.004117, -0.003743, 0.006570> - 23504: <-0.003834, -0.003446, 0.006870> - 23505: <-0.003880, -0.003093, 0.006998> - 23506: <-0.004223, -0.003060, 0.006828> - 23507: <-0.004170, -0.003407, 0.006705> - 23508: <-0.003880, -0.003093, 0.006998> - 23509: <-0.003924, -0.002729, 0.007112> - 23510: <-0.004273, -0.002701, 0.006937> - 23511: <-0.004223, -0.003060, 0.006828> - 23512: <-0.003924, -0.002729, 0.007112> - 23513: <-0.003965, -0.002356, 0.007212> - 23514: <-0.004318, -0.002333, 0.007033> - 23515: <-0.004273, -0.002701, 0.006937> - 23516: <-0.003965, -0.002356, 0.007212> - 23517: <-0.004002, -0.001975, 0.007297> - 23518: <-0.004360, -0.001957, 0.007115> - 23519: <-0.004318, -0.002333, 0.007033> - 23520: <-0.004002, -0.001975, 0.007297> - 23521: <-0.004034, -0.001588, 0.007367> - 23522: <-0.004395, -0.001574, 0.007183> - 23523: <-0.004360, -0.001957, 0.007115> - 23524: <-0.004034, -0.001588, 0.007367> - 23525: <-0.004061, -0.001196, 0.007423> - 23526: <-0.004424, -0.001185, 0.007236> - 23527: <-0.004395, -0.001574, 0.007183> - 23528: <-0.004061, -0.001196, 0.007423> - 23529: <-0.004081, -0.000799, 0.007462> - 23530: <-0.004446, -0.000792, 0.007275> - 23531: <-0.004424, -0.001185, 0.007236> - 23532: <-0.004081, -0.000799, 0.007462> - 23533: <-0.004093, -0.000400, 0.007487> - 23534: <-0.004460, -0.000397, 0.007298> - 23535: <-0.004446, -0.000792, 0.007275> - 23536: <-0.004093, -0.000400, 0.007487> - 23537: <-0.004098, 0.000000, 0.007495> - 23538: <-0.004465, 0.000000, 0.007306> - 23539: <-0.004460, -0.000397, 0.007298> - 23540: <-0.004098, 0.000000, 0.007495> - 23541: <-0.004093, 0.000400, 0.007487> - 23542: <-0.004460, 0.000397, 0.007298> - 23543: <-0.004465, 0.000000, 0.007306> - 23544: <-0.004093, 0.000400, 0.007487> - 23545: <-0.004081, 0.000799, 0.007462> - 23546: <-0.004446, 0.000792, 0.007275> - 23547: <-0.004460, 0.000397, 0.007298> - 23548: <-0.004081, 0.000799, 0.007462> - 23549: <-0.004061, 0.001196, 0.007423> - 23550: <-0.004424, 0.001185, 0.007236> - 23551: <-0.004446, 0.000792, 0.007275> - 23552: <-0.004061, 0.001196, 0.007423> - 23553: <-0.004034, 0.001588, 0.007367> - 23554: <-0.004395, 0.001574, 0.007183> - 23555: <-0.004424, 0.001185, 0.007236> - 23556: <-0.004034, 0.001588, 0.007367> - 23557: <-0.004002, 0.001975, 0.007297> - 23558: <-0.004360, 0.001957, 0.007115> - 23559: <-0.004395, 0.001574, 0.007183> - 23560: <-0.004002, 0.001975, 0.007297> - 23561: <-0.003965, 0.002356, 0.007212> - 23562: <-0.004318, 0.002333, 0.007033> - 23563: <-0.004360, 0.001957, 0.007115> - 23564: <-0.003965, 0.002356, 0.007212> - 23565: <-0.003924, 0.002729, 0.007112> - 23566: <-0.004273, 0.002701, 0.006937> - 23567: <-0.004318, 0.002333, 0.007033> - 23568: <-0.003924, 0.002729, 0.007112> - 23569: <-0.003880, 0.003093, 0.006998> - 23570: <-0.004223, 0.003060, 0.006828> - 23571: <-0.004273, 0.002701, 0.006937> - 23572: <-0.003880, 0.003093, 0.006998> - 23573: <-0.003834, 0.003446, 0.006870> - 23574: <-0.004170, 0.003407, 0.006705> - 23575: <-0.004223, 0.003060, 0.006828> - 23576: <-0.003834, 0.003446, 0.006870> - 23577: <-0.003788, 0.003788, 0.006727> - 23578: <-0.004117, 0.003743, 0.006570> - 23579: <-0.004170, 0.003407, 0.006705> - 23580: <-0.003788, 0.003788, 0.006727> - 23581: <-0.003743, 0.004117, 0.006570> - 23582: <-0.004065, 0.004065, 0.006421> - 23583: <-0.004117, 0.003743, 0.006570> - 23584: <-0.003743, 0.004117, 0.006570> - 23585: <-0.003701, 0.004434, 0.006397> - 23586: <-0.004017, 0.004374, 0.006257> - 23587: <-0.004065, 0.004065, 0.006421> - 23588: <-0.003701, 0.004434, 0.006397> - 23589: <-0.003666, 0.004736, 0.006210> - 23590: <-0.003975, 0.004668, 0.006080> - 23591: <-0.004017, 0.004374, 0.006257> - 23592: <-0.003666, 0.004736, 0.006210> - 23593: <-0.003637, 0.005023, 0.006006> - 23594: <-0.003941, 0.004946, 0.005887> - 23595: <-0.003975, 0.004668, 0.006080> - 23596: <-0.003637, 0.005023, 0.006006> - 23597: <-0.003619, 0.005294, 0.005786> - 23598: <-0.003918, 0.005207, 0.005678> - 23599: <-0.003941, 0.004946, 0.005887> - 23600: <-0.003918, -0.005207, 0.005678> - 23601: <-0.003941, -0.004946, 0.005887> - 23602: <-0.004226, -0.004870, 0.005760> - 23603: <-0.004199, -0.005120, 0.005564> - 23604: <-0.003941, -0.004946, 0.005887> - 23605: <-0.003975, -0.004668, 0.006080> - 23606: <-0.004267, -0.004602, 0.005939> - 23607: <-0.004226, -0.004870, 0.005760> - 23608: <-0.003975, -0.004668, 0.006080> - 23609: <-0.004017, -0.004374, 0.006257> - 23610: <-0.004318, -0.004318, 0.006105> - 23611: <-0.004267, -0.004602, 0.005939> - 23612: <-0.004017, -0.004374, 0.006257> - 23613: <-0.004065, -0.004065, 0.006421> - 23614: <-0.004374, -0.004017, 0.006257> - 23615: <-0.004318, -0.004318, 0.006105> - 23616: <-0.004065, -0.004065, 0.006421> - 23617: <-0.004117, -0.003743, 0.006570> - 23618: <-0.004434, -0.003701, 0.006397> - 23619: <-0.004374, -0.004017, 0.006257> - 23620: <-0.004117, -0.003743, 0.006570> - 23621: <-0.004170, -0.003407, 0.006705> - 23622: <-0.004494, -0.003372, 0.006525> - 23623: <-0.004434, -0.003701, 0.006397> - 23624: <-0.004170, -0.003407, 0.006705> - 23625: <-0.004223, -0.003060, 0.006828> - 23626: <-0.004553, -0.003030, 0.006641> - 23627: <-0.004494, -0.003372, 0.006525> - 23628: <-0.004223, -0.003060, 0.006828> - 23629: <-0.004273, -0.002701, 0.006937> - 23630: <-0.004609, -0.002676, 0.006745> - 23631: <-0.004553, -0.003030, 0.006641> - 23632: <-0.004273, -0.002701, 0.006937> - 23633: <-0.004318, -0.002333, 0.007033> - 23634: <-0.004659, -0.002313, 0.006836> - 23635: <-0.004609, -0.002676, 0.006745> - 23636: <-0.004318, -0.002333, 0.007033> - 23637: <-0.004360, -0.001957, 0.007115> - 23638: <-0.004705, -0.001940, 0.006915> - 23639: <-0.004659, -0.002313, 0.006836> - 23640: <-0.004360, -0.001957, 0.007115> - 23641: <-0.004395, -0.001574, 0.007183> - 23642: <-0.004744, -0.001561, 0.006980> - 23643: <-0.004705, -0.001940, 0.006915> - 23644: <-0.004395, -0.001574, 0.007183> - 23645: <-0.004424, -0.001185, 0.007236> - 23646: <-0.004776, -0.001176, 0.007032> - 23647: <-0.004744, -0.001561, 0.006980> - 23648: <-0.004424, -0.001185, 0.007236> - 23649: <-0.004446, -0.000792, 0.007275> - 23650: <-0.004800, -0.000786, 0.007069> - 23651: <-0.004776, -0.001176, 0.007032> - 23652: <-0.004446, -0.000792, 0.007275> - 23653: <-0.004460, -0.000397, 0.007298> - 23654: <-0.004815, -0.000394, 0.007092> - 23655: <-0.004800, -0.000786, 0.007069> - 23656: <-0.004460, -0.000397, 0.007298> - 23657: <-0.004465, 0.000000, 0.007306> - 23658: <-0.004820, 0.000000, 0.007099> - 23659: <-0.004815, -0.000394, 0.007092> - 23660: <-0.004465, 0.000000, 0.007306> - 23661: <-0.004460, 0.000397, 0.007298> - 23662: <-0.004815, 0.000394, 0.007092> - 23663: <-0.004820, 0.000000, 0.007099> - 23664: <-0.004460, 0.000397, 0.007298> - 23665: <-0.004446, 0.000792, 0.007275> - 23666: <-0.004800, 0.000786, 0.007069> - 23667: <-0.004815, 0.000394, 0.007092> - 23668: <-0.004446, 0.000792, 0.007275> - 23669: <-0.004424, 0.001185, 0.007236> - 23670: <-0.004776, 0.001176, 0.007032> - 23671: <-0.004800, 0.000786, 0.007069> - 23672: <-0.004424, 0.001185, 0.007236> - 23673: <-0.004395, 0.001574, 0.007183> - 23674: <-0.004744, 0.001561, 0.006980> - 23675: <-0.004776, 0.001176, 0.007032> - 23676: <-0.004395, 0.001574, 0.007183> - 23677: <-0.004360, 0.001957, 0.007115> - 23678: <-0.004705, 0.001940, 0.006915> - 23679: <-0.004744, 0.001561, 0.006980> - 23680: <-0.004360, 0.001957, 0.007115> - 23681: <-0.004318, 0.002333, 0.007033> - 23682: <-0.004659, 0.002313, 0.006836> - 23683: <-0.004705, 0.001940, 0.006915> - 23684: <-0.004318, 0.002333, 0.007033> - 23685: <-0.004273, 0.002701, 0.006937> - 23686: <-0.004609, 0.002676, 0.006745> - 23687: <-0.004659, 0.002313, 0.006836> - 23688: <-0.004273, 0.002701, 0.006937> - 23689: <-0.004223, 0.003060, 0.006828> - 23690: <-0.004553, 0.003030, 0.006641> - 23691: <-0.004609, 0.002676, 0.006745> - 23692: <-0.004223, 0.003060, 0.006828> - 23693: <-0.004170, 0.003407, 0.006705> - 23694: <-0.004494, 0.003372, 0.006525> - 23695: <-0.004553, 0.003030, 0.006641> - 23696: <-0.004170, 0.003407, 0.006705> - 23697: <-0.004117, 0.003743, 0.006570> - 23698: <-0.004434, 0.003701, 0.006397> - 23699: <-0.004494, 0.003372, 0.006525> - 23700: <-0.004117, 0.003743, 0.006570> - 23701: <-0.004065, 0.004065, 0.006421> - 23702: <-0.004374, 0.004017, 0.006257> - 23703: <-0.004434, 0.003701, 0.006397> - 23704: <-0.004065, 0.004065, 0.006421> - 23705: <-0.004017, 0.004374, 0.006257> - 23706: <-0.004318, 0.004318, 0.006105> - 23707: <-0.004374, 0.004017, 0.006257> - 23708: <-0.004017, 0.004374, 0.006257> - 23709: <-0.003975, 0.004668, 0.006080> - 23710: <-0.004267, 0.004602, 0.005939> - 23711: <-0.004318, 0.004318, 0.006105> - 23712: <-0.003975, 0.004668, 0.006080> - 23713: <-0.003941, 0.004946, 0.005887> - 23714: <-0.004226, 0.004870, 0.005760> - 23715: <-0.004267, 0.004602, 0.005939> - 23716: <-0.003941, 0.004946, 0.005887> - 23717: <-0.003918, 0.005207, 0.005678> - 23718: <-0.004199, 0.005120, 0.005564> - 23719: <-0.004226, 0.004870, 0.005760> - 23720: <-0.004199, -0.005120, 0.005564> - 23721: <-0.004226, -0.004870, 0.005760> - 23722: <-0.004494, -0.004798, 0.005623> - 23723: <-0.004460, -0.005034, 0.005446> - 23724: <-0.004226, -0.004870, 0.005760> - 23725: <-0.004267, -0.004602, 0.005939> - 23726: <-0.004542, -0.004542, 0.005788> - 23727: <-0.004494, -0.004798, 0.005623> - 23728: <-0.004267, -0.004602, 0.005939> - 23729: <-0.004318, -0.004318, 0.006105> - 23730: <-0.004602, -0.004267, 0.005939> - 23731: <-0.004542, -0.004542, 0.005788> - 23732: <-0.004318, -0.004318, 0.006105> - 23733: <-0.004374, -0.004017, 0.006257> - 23734: <-0.004668, -0.003975, 0.006080> - 23735: <-0.004602, -0.004267, 0.005939> - 23736: <-0.004374, -0.004017, 0.006257> - 23737: <-0.004434, -0.003701, 0.006397> - 23738: <-0.004736, -0.003666, 0.006210> - 23739: <-0.004668, -0.003975, 0.006080> - 23740: <-0.004434, -0.003701, 0.006397> - 23741: <-0.004494, -0.003372, 0.006525> - 23742: <-0.004804, -0.003342, 0.006329> - 23743: <-0.004736, -0.003666, 0.006210> - 23744: <-0.004494, -0.003372, 0.006525> - 23745: <-0.004553, -0.003030, 0.006641> - 23746: <-0.004870, -0.003004, 0.006439> - 23747: <-0.004804, -0.003342, 0.006329> - 23748: <-0.004553, -0.003030, 0.006641> - 23749: <-0.004609, -0.002676, 0.006745> - 23750: <-0.004931, -0.002655, 0.006537> - 23751: <-0.004870, -0.003004, 0.006439> - 23752: <-0.004609, -0.002676, 0.006745> - 23753: <-0.004659, -0.002313, 0.006836> - 23754: <-0.004987, -0.002295, 0.006623> - 23755: <-0.004931, -0.002655, 0.006537> - 23756: <-0.004659, -0.002313, 0.006836> - 23757: <-0.004705, -0.001940, 0.006915> - 23758: <-0.005037, -0.001926, 0.006698> - 23759: <-0.004987, -0.002295, 0.006623> - 23760: <-0.004705, -0.001940, 0.006915> - 23761: <-0.004744, -0.001561, 0.006980> - 23762: <-0.005080, -0.001550, 0.006761> - 23763: <-0.005037, -0.001926, 0.006698> - 23764: <-0.004744, -0.001561, 0.006980> - 23765: <-0.004776, -0.001176, 0.007032> - 23766: <-0.005114, -0.001168, 0.006810> - 23767: <-0.005080, -0.001550, 0.006761> - 23768: <-0.004776, -0.001176, 0.007032> - 23769: <-0.004800, -0.000786, 0.007069> - 23770: <-0.005140, -0.000781, 0.006846> - 23771: <-0.005114, -0.001168, 0.006810> - 23772: <-0.004800, -0.000786, 0.007069> - 23773: <-0.004815, -0.000394, 0.007092> - 23774: <-0.005156, -0.000391, 0.006868> - 23775: <-0.005140, -0.000781, 0.006846> - 23776: <-0.004815, -0.000394, 0.007092> - 23777: <-0.004820, 0.000000, 0.007099> - 23778: <-0.005162, 0.000000, 0.006875> - 23779: <-0.005156, -0.000391, 0.006868> - 23780: <-0.004820, 0.000000, 0.007099> - 23781: <-0.004815, 0.000394, 0.007092> - 23782: <-0.005156, 0.000391, 0.006868> - 23783: <-0.005162, 0.000000, 0.006875> - 23784: <-0.004815, 0.000394, 0.007092> - 23785: <-0.004800, 0.000786, 0.007069> - 23786: <-0.005140, 0.000781, 0.006846> - 23787: <-0.005156, 0.000391, 0.006868> - 23788: <-0.004800, 0.000786, 0.007069> - 23789: <-0.004776, 0.001176, 0.007032> - 23790: <-0.005114, 0.001168, 0.006810> - 23791: <-0.005140, 0.000781, 0.006846> - 23792: <-0.004776, 0.001176, 0.007032> - 23793: <-0.004744, 0.001561, 0.006980> - 23794: <-0.005080, 0.001550, 0.006761> - 23795: <-0.005114, 0.001168, 0.006810> - 23796: <-0.004744, 0.001561, 0.006980> - 23797: <-0.004705, 0.001940, 0.006915> - 23798: <-0.005037, 0.001926, 0.006698> - 23799: <-0.005080, 0.001550, 0.006761> - 23800: <-0.004705, 0.001940, 0.006915> - 23801: <-0.004659, 0.002313, 0.006836> - 23802: <-0.004987, 0.002295, 0.006623> - 23803: <-0.005037, 0.001926, 0.006698> - 23804: <-0.004659, 0.002313, 0.006836> - 23805: <-0.004609, 0.002676, 0.006745> - 23806: <-0.004931, 0.002655, 0.006537> - 23807: <-0.004987, 0.002295, 0.006623> - 23808: <-0.004609, 0.002676, 0.006745> - 23809: <-0.004553, 0.003030, 0.006641> - 23810: <-0.004870, 0.003004, 0.006439> - 23811: <-0.004931, 0.002655, 0.006537> - 23812: <-0.004553, 0.003030, 0.006641> - 23813: <-0.004494, 0.003372, 0.006525> - 23814: <-0.004804, 0.003342, 0.006329> - 23815: <-0.004870, 0.003004, 0.006439> - 23816: <-0.004494, 0.003372, 0.006525> - 23817: <-0.004434, 0.003701, 0.006397> - 23818: <-0.004736, 0.003666, 0.006210> - 23819: <-0.004804, 0.003342, 0.006329> - 23820: <-0.004434, 0.003701, 0.006397> - 23821: <-0.004374, 0.004017, 0.006257> - 23822: <-0.004668, 0.003975, 0.006080> - 23823: <-0.004736, 0.003666, 0.006210> - 23824: <-0.004374, 0.004017, 0.006257> - 23825: <-0.004318, 0.004318, 0.006105> - 23826: <-0.004602, 0.004267, 0.005939> - 23827: <-0.004668, 0.003975, 0.006080> - 23828: <-0.004318, 0.004318, 0.006105> - 23829: <-0.004267, 0.004602, 0.005939> - 23830: <-0.004542, 0.004542, 0.005788> - 23831: <-0.004602, 0.004267, 0.005939> - 23832: <-0.004267, 0.004602, 0.005939> - 23833: <-0.004226, 0.004870, 0.005760> - 23834: <-0.004494, 0.004798, 0.005623> - 23835: <-0.004542, 0.004542, 0.005788> - 23836: <-0.004226, 0.004870, 0.005760> - 23837: <-0.004199, 0.005120, 0.005564> - 23838: <-0.004460, 0.005034, 0.005446> - 23839: <-0.004494, 0.004798, 0.005623> - 23840: <-0.004460, -0.005034, 0.005446> - 23841: <-0.004494, -0.004798, 0.005623> - 23842: <-0.004738, -0.004738, 0.005479> - 23843: <-0.004691, -0.004959, 0.005326> - 23844: <-0.004494, -0.004798, 0.005623> - 23845: <-0.004542, -0.004542, 0.005788> - 23846: <-0.004798, -0.004494, 0.005623> - 23847: <-0.004738, -0.004738, 0.005479> - 23848: <-0.004542, -0.004542, 0.005788> - 23849: <-0.004602, -0.004267, 0.005939> - 23850: <-0.004870, -0.004226, 0.005760> - 23851: <-0.004798, -0.004494, 0.005623> - 23852: <-0.004602, -0.004267, 0.005939> - 23853: <-0.004668, -0.003975, 0.006080> - 23854: <-0.004946, -0.003941, 0.005887> - 23855: <-0.004870, -0.004226, 0.005760> - 23856: <-0.004668, -0.003975, 0.006080> - 23857: <-0.004736, -0.003666, 0.006210> - 23858: <-0.005023, -0.003637, 0.006006> - 23859: <-0.004946, -0.003941, 0.005887> - 23860: <-0.004736, -0.003666, 0.006210> - 23861: <-0.004804, -0.003342, 0.006329> - 23862: <-0.005099, -0.003318, 0.006117> - 23863: <-0.005023, -0.003637, 0.006006> - 23864: <-0.004804, -0.003342, 0.006329> - 23865: <-0.004870, -0.003004, 0.006439> - 23866: <-0.005172, -0.002984, 0.006219> - 23867: <-0.005099, -0.003318, 0.006117> - 23868: <-0.004870, -0.003004, 0.006439> - 23869: <-0.004931, -0.002655, 0.006537> - 23870: <-0.005240, -0.002638, 0.006311> - 23871: <-0.005172, -0.002984, 0.006219> - 23872: <-0.004931, -0.002655, 0.006537> - 23873: <-0.004987, -0.002295, 0.006623> - 23874: <-0.005301, -0.002281, 0.006393> - 23875: <-0.005240, -0.002638, 0.006311> - 23876: <-0.004987, -0.002295, 0.006623> - 23877: <-0.005037, -0.001926, 0.006698> - 23878: <-0.005355, -0.001915, 0.006464> - 23879: <-0.005301, -0.002281, 0.006393> - 23880: <-0.005037, -0.001926, 0.006698> - 23881: <-0.005080, -0.001550, 0.006761> - 23882: <-0.005401, -0.001541, 0.006523> - 23883: <-0.005355, -0.001915, 0.006464> - 23884: <-0.005080, -0.001550, 0.006761> - 23885: <-0.005114, -0.001168, 0.006810> - 23886: <-0.005438, -0.001161, 0.006570> - 23887: <-0.005401, -0.001541, 0.006523> - 23888: <-0.005114, -0.001168, 0.006810> - 23889: <-0.005140, -0.000781, 0.006846> - 23890: <-0.005466, -0.000777, 0.006605> - 23891: <-0.005438, -0.001161, 0.006570> - 23892: <-0.005140, -0.000781, 0.006846> - 23893: <-0.005156, -0.000391, 0.006868> - 23894: <-0.005483, -0.000389, 0.006626> - 23895: <-0.005466, -0.000777, 0.006605> - 23896: <-0.005156, -0.000391, 0.006868> - 23897: <-0.005162, 0.000000, 0.006875> - 23898: <-0.005489, 0.000000, 0.006633> - 23899: <-0.005483, -0.000389, 0.006626> - 23900: <-0.005162, 0.000000, 0.006875> - 23901: <-0.005156, 0.000391, 0.006868> - 23902: <-0.005483, 0.000389, 0.006626> - 23903: <-0.005489, 0.000000, 0.006633> - 23904: <-0.005156, 0.000391, 0.006868> - 23905: <-0.005140, 0.000781, 0.006846> - 23906: <-0.005466, 0.000777, 0.006605> - 23907: <-0.005483, 0.000389, 0.006626> - 23908: <-0.005140, 0.000781, 0.006846> - 23909: <-0.005114, 0.001168, 0.006810> - 23910: <-0.005438, 0.001161, 0.006570> - 23911: <-0.005466, 0.000777, 0.006605> - 23912: <-0.005114, 0.001168, 0.006810> - 23913: <-0.005080, 0.001550, 0.006761> - 23914: <-0.005401, 0.001541, 0.006523> - 23915: <-0.005438, 0.001161, 0.006570> - 23916: <-0.005080, 0.001550, 0.006761> - 23917: <-0.005037, 0.001926, 0.006698> - 23918: <-0.005355, 0.001915, 0.006464> - 23919: <-0.005401, 0.001541, 0.006523> - 23920: <-0.005037, 0.001926, 0.006698> - 23921: <-0.004987, 0.002295, 0.006623> - 23922: <-0.005301, 0.002281, 0.006393> - 23923: <-0.005355, 0.001915, 0.006464> - 23924: <-0.004987, 0.002295, 0.006623> - 23925: <-0.004931, 0.002655, 0.006537> - 23926: <-0.005240, 0.002638, 0.006311> - 23927: <-0.005301, 0.002281, 0.006393> - 23928: <-0.004931, 0.002655, 0.006537> - 23929: <-0.004870, 0.003004, 0.006439> - 23930: <-0.005172, 0.002984, 0.006219> - 23931: <-0.005240, 0.002638, 0.006311> - 23932: <-0.004870, 0.003004, 0.006439> - 23933: <-0.004804, 0.003342, 0.006329> - 23934: <-0.005099, 0.003318, 0.006117> - 23935: <-0.005172, 0.002984, 0.006219> - 23936: <-0.004804, 0.003342, 0.006329> - 23937: <-0.004736, 0.003666, 0.006210> - 23938: <-0.005023, 0.003637, 0.006006> - 23939: <-0.005099, 0.003318, 0.006117> - 23940: <-0.004736, 0.003666, 0.006210> - 23941: <-0.004668, 0.003975, 0.006080> - 23942: <-0.004946, 0.003941, 0.005887> - 23943: <-0.005023, 0.003637, 0.006006> - 23944: <-0.004668, 0.003975, 0.006080> - 23945: <-0.004602, 0.004267, 0.005939> - 23946: <-0.004870, 0.004226, 0.005760> - 23947: <-0.004946, 0.003941, 0.005887> - 23948: <-0.004602, 0.004267, 0.005939> - 23949: <-0.004542, 0.004542, 0.005788> - 23950: <-0.004798, 0.004494, 0.005623> - 23951: <-0.004870, 0.004226, 0.005760> - 23952: <-0.004542, 0.004542, 0.005788> - 23953: <-0.004494, 0.004798, 0.005623> - 23954: <-0.004738, 0.004738, 0.005479> - 23955: <-0.004798, 0.004494, 0.005623> - 23956: <-0.004494, 0.004798, 0.005623> - 23957: <-0.004460, 0.005034, 0.005446> - 23958: <-0.004691, 0.004959, 0.005326> - 23959: <-0.004738, 0.004738, 0.005479> - 23960: <-0.004691, -0.004959, 0.005326> - 23961: <-0.004738, -0.004738, 0.005479> - 23962: <-0.004959, -0.004691, 0.005326> - 23963: <-0.004894, -0.004894, 0.005206> - 23964: <-0.004738, -0.004738, 0.005479> - 23965: <-0.004798, -0.004494, 0.005623> - 23966: <-0.005034, -0.004460, 0.005446> - 23967: <-0.004959, -0.004691, 0.005326> - 23968: <-0.004798, -0.004494, 0.005623> - 23969: <-0.004870, -0.004226, 0.005760> - 23970: <-0.005120, -0.004199, 0.005564> - 23971: <-0.005034, -0.004460, 0.005446> - 23972: <-0.004870, -0.004226, 0.005760> - 23973: <-0.004946, -0.003941, 0.005887> - 23974: <-0.005207, -0.003918, 0.005678> - 23975: <-0.005120, -0.004199, 0.005564> - 23976: <-0.004946, -0.003941, 0.005887> - 23977: <-0.005023, -0.003637, 0.006006> - 23978: <-0.005294, -0.003619, 0.005786> - 23979: <-0.005207, -0.003918, 0.005678> - 23980: <-0.005023, -0.003637, 0.006006> - 23981: <-0.005099, -0.003318, 0.006117> - 23982: <-0.005379, -0.003302, 0.005888> - 23983: <-0.005294, -0.003619, 0.005786> - 23984: <-0.005099, -0.003318, 0.006117> - 23985: <-0.005172, -0.002984, 0.006219> - 23986: <-0.005459, -0.002971, 0.005983> - 23987: <-0.005379, -0.003302, 0.005888> - 23988: <-0.005172, -0.002984, 0.006219> - 23989: <-0.005240, -0.002638, 0.006311> - 23990: <-0.005533, -0.002627, 0.006069> - 23991: <-0.005459, -0.002971, 0.005983> - 23992: <-0.005240, -0.002638, 0.006311> - 23993: <-0.005301, -0.002281, 0.006393> - 23994: <-0.005599, -0.002272, 0.006146> - 23995: <-0.005533, -0.002627, 0.006069> - 23996: <-0.005301, -0.002281, 0.006393> - 23997: <-0.005355, -0.001915, 0.006464> - 23998: <-0.005657, -0.001908, 0.006212> - 23999: <-0.005599, -0.002272, 0.006146> - 24000: <-0.005355, -0.001915, 0.006464> - 24001: <-0.005401, -0.001541, 0.006523> - 24002: <-0.005707, -0.001536, 0.006269> - 24003: <-0.005657, -0.001908, 0.006212> - 24004: <-0.005401, -0.001541, 0.006523> - 24005: <-0.005438, -0.001161, 0.006570> - 24006: <-0.005747, -0.001157, 0.006313> - 24007: <-0.005707, -0.001536, 0.006269> - 24008: <-0.005438, -0.001161, 0.006570> - 24009: <-0.005466, -0.000777, 0.006605> - 24010: <-0.005776, -0.000774, 0.006346> - 24011: <-0.005747, -0.001157, 0.006313> - 24012: <-0.005466, -0.000777, 0.006605> - 24013: <-0.005483, -0.000389, 0.006626> - 24014: <-0.005794, -0.000388, 0.006366> - 24015: <-0.005776, -0.000774, 0.006346> - 24016: <-0.005483, -0.000389, 0.006626> - 24017: <-0.005489, 0.000000, 0.006633> - 24018: <-0.005801, 0.000000, 0.006373> - 24019: <-0.005794, -0.000388, 0.006366> - 24020: <-0.005489, 0.000000, 0.006633> - 24021: <-0.005483, 0.000389, 0.006626> - 24022: <-0.005794, 0.000388, 0.006366> - 24023: <-0.005801, 0.000000, 0.006373> - 24024: <-0.005483, 0.000389, 0.006626> - 24025: <-0.005466, 0.000777, 0.006605> - 24026: <-0.005776, 0.000774, 0.006346> - 24027: <-0.005794, 0.000388, 0.006366> - 24028: <-0.005466, 0.000777, 0.006605> - 24029: <-0.005438, 0.001161, 0.006570> - 24030: <-0.005747, 0.001157, 0.006313> - 24031: <-0.005776, 0.000774, 0.006346> - 24032: <-0.005438, 0.001161, 0.006570> - 24033: <-0.005401, 0.001541, 0.006523> - 24034: <-0.005707, 0.001536, 0.006269> - 24035: <-0.005747, 0.001157, 0.006313> - 24036: <-0.005401, 0.001541, 0.006523> - 24037: <-0.005355, 0.001915, 0.006464> - 24038: <-0.005657, 0.001908, 0.006212> - 24039: <-0.005707, 0.001536, 0.006269> - 24040: <-0.005355, 0.001915, 0.006464> - 24041: <-0.005301, 0.002281, 0.006393> - 24042: <-0.005599, 0.002272, 0.006146> - 24043: <-0.005657, 0.001908, 0.006212> - 24044: <-0.005301, 0.002281, 0.006393> - 24045: <-0.005240, 0.002638, 0.006311> - 24046: <-0.005533, 0.002627, 0.006069> - 24047: <-0.005599, 0.002272, 0.006146> - 24048: <-0.005240, 0.002638, 0.006311> - 24049: <-0.005172, 0.002984, 0.006219> - 24050: <-0.005459, 0.002971, 0.005983> - 24051: <-0.005533, 0.002627, 0.006069> - 24052: <-0.005172, 0.002984, 0.006219> - 24053: <-0.005099, 0.003318, 0.006117> - 24054: <-0.005379, 0.003302, 0.005888> - 24055: <-0.005459, 0.002971, 0.005983> - 24056: <-0.005099, 0.003318, 0.006117> - 24057: <-0.005023, 0.003637, 0.006006> - 24058: <-0.005294, 0.003619, 0.005786> - 24059: <-0.005379, 0.003302, 0.005888> - 24060: <-0.005023, 0.003637, 0.006006> - 24061: <-0.004946, 0.003941, 0.005887> - 24062: <-0.005207, 0.003918, 0.005678> - 24063: <-0.005294, 0.003619, 0.005786> - 24064: <-0.004946, 0.003941, 0.005887> - 24065: <-0.004870, 0.004226, 0.005760> - 24066: <-0.005120, 0.004199, 0.005564> - 24067: <-0.005207, 0.003918, 0.005678> - 24068: <-0.004870, 0.004226, 0.005760> - 24069: <-0.004798, 0.004494, 0.005623> - 24070: <-0.005034, 0.004460, 0.005446> - 24071: <-0.005120, 0.004199, 0.005564> - 24072: <-0.004798, 0.004494, 0.005623> - 24073: <-0.004738, 0.004738, 0.005479> - 24074: <-0.004959, 0.004691, 0.005326> - 24075: <-0.005034, 0.004460, 0.005446> - 24076: <-0.004738, 0.004738, 0.005479> - 24077: <-0.004691, 0.004959, 0.005326> - 24078: <-0.004894, 0.004894, 0.005206> - 24079: <-0.004959, 0.004691, 0.005326> - 24080: < 0.005000, -0.005000, 0.005000> - 24081: < 0.005081, -0.004833, 0.005081> - 24082: < 0.004894, -0.004894, 0.005206> - 24083: < 0.004833, -0.005081, 0.005081> - 24084: < 0.005081, -0.004833, 0.005081> - 24085: < 0.005166, -0.004647, 0.005166> - 24086: < 0.004959, -0.004691, 0.005326> - 24087: < 0.004894, -0.004894, 0.005206> - 24088: < 0.005166, -0.004647, 0.005166> - 24089: < 0.005255, -0.004436, 0.005255> - 24090: < 0.005034, -0.004460, 0.005446> - 24091: < 0.004959, -0.004691, 0.005326> - 24092: < 0.005255, -0.004436, 0.005255> - 24093: < 0.005351, -0.004188, 0.005351> - 24094: < 0.005120, -0.004199, 0.005564> - 24095: < 0.005034, -0.004460, 0.005446> - 24096: < 0.005351, -0.004188, 0.005351> - 24097: < 0.005451, -0.003910, 0.005451> - 24098: < 0.005207, -0.003918, 0.005678> - 24099: < 0.005120, -0.004199, 0.005564> - 24100: < 0.005451, -0.003910, 0.005451> - 24101: < 0.005549, -0.003612, 0.005549> - 24102: < 0.005294, -0.003619, 0.005786> - 24103: < 0.005207, -0.003918, 0.005678> - 24104: < 0.005549, -0.003612, 0.005549> - 24105: < 0.005642, -0.003297, 0.005642> - 24106: < 0.005379, -0.003302, 0.005888> - 24107: < 0.005294, -0.003619, 0.005786> - 24108: < 0.005642, -0.003297, 0.005642> - 24109: < 0.005729, -0.002966, 0.005729> - 24110: < 0.005459, -0.002971, 0.005983> - 24111: < 0.005379, -0.003302, 0.005888> - 24112: < 0.005729, -0.002966, 0.005729> - 24113: < 0.005809, -0.002623, 0.005809> - 24114: < 0.005533, -0.002627, 0.006069> - 24115: < 0.005459, -0.002971, 0.005983> - 24116: < 0.005809, -0.002623, 0.005809> - 24117: < 0.005881, -0.002269, 0.005881> - 24118: < 0.005599, -0.002272, 0.006146> - 24119: < 0.005533, -0.002627, 0.006069> - 24120: < 0.005881, -0.002269, 0.005881> - 24121: < 0.005944, -0.001906, 0.005944> - 24122: < 0.005657, -0.001908, 0.006212> - 24123: < 0.005599, -0.002272, 0.006146> - 24124: < 0.005944, -0.001906, 0.005944> - 24125: < 0.005996, -0.001534, 0.005996> - 24126: < 0.005707, -0.001536, 0.006269> - 24127: < 0.005657, -0.001908, 0.006212> - 24128: < 0.005996, -0.001534, 0.005996> - 24129: < 0.006039, -0.001156, 0.006039> - 24130: < 0.005747, -0.001157, 0.006313> - 24131: < 0.005707, -0.001536, 0.006269> - 24132: < 0.006039, -0.001156, 0.006039> - 24133: < 0.006070, -0.000773, 0.006070> - 24134: < 0.005776, -0.000774, 0.006346> - 24135: < 0.005747, -0.001157, 0.006313> - 24136: < 0.006070, -0.000773, 0.006070> - 24137: < 0.006089, -0.000387, 0.006089> - 24138: < 0.005794, -0.000388, 0.006366> - 24139: < 0.005776, -0.000774, 0.006346> - 24140: < 0.006089, -0.000387, 0.006089> - 24141: < 0.006096, -0.000000, 0.006096> - 24142: < 0.005801, -0.000000, 0.006373> - 24143: < 0.005794, -0.000388, 0.006366> - 24144: < 0.006096, -0.000000, 0.006096> - 24145: < 0.006089, 0.000387, 0.006089> - 24146: < 0.005794, 0.000388, 0.006366> - 24147: < 0.005801, -0.000000, 0.006373> - 24148: < 0.006089, 0.000387, 0.006089> - 24149: < 0.006070, 0.000773, 0.006070> - 24150: < 0.005776, 0.000774, 0.006346> - 24151: < 0.005794, 0.000388, 0.006366> - 24152: < 0.006070, 0.000773, 0.006070> - 24153: < 0.006039, 0.001156, 0.006039> - 24154: < 0.005747, 0.001157, 0.006313> - 24155: < 0.005776, 0.000774, 0.006346> - 24156: < 0.006039, 0.001156, 0.006039> - 24157: < 0.005996, 0.001534, 0.005996> - 24158: < 0.005707, 0.001536, 0.006269> - 24159: < 0.005747, 0.001157, 0.006313> - 24160: < 0.005996, 0.001534, 0.005996> - 24161: < 0.005944, 0.001906, 0.005944> - 24162: < 0.005657, 0.001908, 0.006212> - 24163: < 0.005707, 0.001536, 0.006269> - 24164: < 0.005944, 0.001906, 0.005944> - 24165: < 0.005881, 0.002269, 0.005881> - 24166: < 0.005599, 0.002272, 0.006146> - 24167: < 0.005657, 0.001908, 0.006212> - 24168: < 0.005881, 0.002269, 0.005881> - 24169: < 0.005809, 0.002623, 0.005809> - 24170: < 0.005533, 0.002627, 0.006069> - 24171: < 0.005599, 0.002272, 0.006146> - 24172: < 0.005809, 0.002623, 0.005809> - 24173: < 0.005729, 0.002966, 0.005729> - 24174: < 0.005459, 0.002971, 0.005983> - 24175: < 0.005533, 0.002627, 0.006069> - 24176: < 0.005729, 0.002966, 0.005729> - 24177: < 0.005642, 0.003297, 0.005642> - 24178: < 0.005379, 0.003302, 0.005888> - 24179: < 0.005459, 0.002971, 0.005983> - 24180: < 0.005642, 0.003297, 0.005642> - 24181: < 0.005549, 0.003612, 0.005549> - 24182: < 0.005294, 0.003619, 0.005786> - 24183: < 0.005379, 0.003302, 0.005888> - 24184: < 0.005549, 0.003612, 0.005549> - 24185: < 0.005451, 0.003910, 0.005451> - 24186: < 0.005207, 0.003918, 0.005678> - 24187: < 0.005294, 0.003619, 0.005786> - 24188: < 0.005451, 0.003910, 0.005451> - 24189: < 0.005351, 0.004188, 0.005351> - 24190: < 0.005120, 0.004199, 0.005564> - 24191: < 0.005207, 0.003918, 0.005678> - 24192: < 0.005351, 0.004188, 0.005351> - 24193: < 0.005255, 0.004436, 0.005255> - 24194: < 0.005034, 0.004460, 0.005446> - 24195: < 0.005120, 0.004199, 0.005564> - 24196: < 0.005255, 0.004436, 0.005255> - 24197: < 0.005166, 0.004647, 0.005166> - 24198: < 0.004959, 0.004691, 0.005326> - 24199: < 0.005034, 0.004460, 0.005446> - 24200: < 0.005166, 0.004647, 0.005166> - 24201: < 0.005081, 0.004833, 0.005081> - 24202: < 0.004894, 0.004894, 0.005206> - 24203: < 0.004959, 0.004691, 0.005326> - 24204: < 0.005081, 0.004833, 0.005081> - 24205: < 0.005000, 0.005000, 0.005000> - 24206: < 0.004833, 0.005081, 0.005081> - 24207: < 0.004894, 0.004894, 0.005206> - 24208: < 0.004894, 0.004894, 0.005206> - 24209: < 0.004833, 0.005081, 0.005081> - 24210: < 0.004647, 0.005166, 0.005166> - 24211: < 0.004691, 0.004959, 0.005326> - 24212: < 0.004691, 0.004959, 0.005326> - 24213: < 0.004647, 0.005166, 0.005166> - 24214: < 0.004436, 0.005255, 0.005255> - 24215: < 0.004460, 0.005034, 0.005446> - 24216: < 0.004460, 0.005034, 0.005446> - 24217: < 0.004436, 0.005255, 0.005255> - 24218: < 0.004188, 0.005351, 0.005351> - 24219: < 0.004199, 0.005120, 0.005564> - 24220: < 0.004199, 0.005120, 0.005564> - 24221: < 0.004188, 0.005351, 0.005351> - 24222: < 0.003910, 0.005451, 0.005451> - 24223: < 0.003918, 0.005207, 0.005678> - 24224: < 0.003918, 0.005207, 0.005678> - 24225: < 0.003910, 0.005451, 0.005451> - 24226: < 0.003612, 0.005549, 0.005549> - 24227: < 0.003619, 0.005294, 0.005786> - 24228: < 0.003619, 0.005294, 0.005786> - 24229: < 0.003612, 0.005549, 0.005549> - 24230: < 0.003297, 0.005642, 0.005642> - 24231: < 0.003302, 0.005379, 0.005888> - 24232: < 0.003302, 0.005379, 0.005888> - 24233: < 0.003297, 0.005642, 0.005642> - 24234: < 0.002966, 0.005729, 0.005729> - 24235: < 0.002971, 0.005459, 0.005983> - 24236: < 0.002971, 0.005459, 0.005983> - 24237: < 0.002966, 0.005729, 0.005729> - 24238: < 0.002623, 0.005809, 0.005809> - 24239: < 0.002627, 0.005533, 0.006069> - 24240: < 0.002627, 0.005533, 0.006069> - 24241: < 0.002623, 0.005809, 0.005809> - 24242: < 0.002269, 0.005881, 0.005881> - 24243: < 0.002272, 0.005599, 0.006146> - 24244: < 0.002272, 0.005599, 0.006146> - 24245: < 0.002269, 0.005881, 0.005881> - 24246: < 0.001906, 0.005944, 0.005944> - 24247: < 0.001908, 0.005657, 0.006212> - 24248: < 0.001908, 0.005657, 0.006212> - 24249: < 0.001906, 0.005944, 0.005944> - 24250: < 0.001534, 0.005996, 0.005996> - 24251: < 0.001536, 0.005707, 0.006269> - 24252: < 0.001536, 0.005707, 0.006269> - 24253: < 0.001534, 0.005996, 0.005996> - 24254: < 0.001156, 0.006039, 0.006039> - 24255: < 0.001157, 0.005747, 0.006313> - 24256: < 0.001157, 0.005747, 0.006313> - 24257: < 0.001156, 0.006039, 0.006039> - 24258: < 0.000773, 0.006070, 0.006070> - 24259: < 0.000774, 0.005776, 0.006346> - 24260: < 0.000774, 0.005776, 0.006346> - 24261: < 0.000773, 0.006070, 0.006070> - 24262: < 0.000387, 0.006089, 0.006089> - 24263: < 0.000388, 0.005794, 0.006366> - 24264: < 0.000388, 0.005794, 0.006366> - 24265: < 0.000387, 0.006089, 0.006089> - 24266: <-0.000000, 0.006096, 0.006096> - 24267: < 0.000000, 0.005801, 0.006373> - 24268: < 0.000000, 0.005801, 0.006373> - 24269: <-0.000000, 0.006096, 0.006096> - 24270: <-0.000387, 0.006089, 0.006089> - 24271: <-0.000388, 0.005794, 0.006366> - 24272: <-0.000388, 0.005794, 0.006366> - 24273: <-0.000387, 0.006089, 0.006089> - 24274: <-0.000773, 0.006070, 0.006070> - 24275: <-0.000774, 0.005776, 0.006346> - 24276: <-0.000774, 0.005776, 0.006346> - 24277: <-0.000773, 0.006070, 0.006070> - 24278: <-0.001156, 0.006039, 0.006039> - 24279: <-0.001157, 0.005747, 0.006313> - 24280: <-0.001157, 0.005747, 0.006313> - 24281: <-0.001156, 0.006039, 0.006039> - 24282: <-0.001534, 0.005996, 0.005996> - 24283: <-0.001536, 0.005707, 0.006269> - 24284: <-0.001536, 0.005707, 0.006269> - 24285: <-0.001534, 0.005996, 0.005996> - 24286: <-0.001906, 0.005944, 0.005944> - 24287: <-0.001908, 0.005657, 0.006212> - 24288: <-0.001908, 0.005657, 0.006212> - 24289: <-0.001906, 0.005944, 0.005944> - 24290: <-0.002269, 0.005881, 0.005881> - 24291: <-0.002272, 0.005599, 0.006146> - 24292: <-0.002272, 0.005599, 0.006146> - 24293: <-0.002269, 0.005881, 0.005881> - 24294: <-0.002623, 0.005809, 0.005809> - 24295: <-0.002627, 0.005533, 0.006069> - 24296: <-0.002627, 0.005533, 0.006069> - 24297: <-0.002623, 0.005809, 0.005809> - 24298: <-0.002966, 0.005729, 0.005729> - 24299: <-0.002971, 0.005459, 0.005983> - 24300: <-0.002971, 0.005459, 0.005983> - 24301: <-0.002966, 0.005729, 0.005729> - 24302: <-0.003297, 0.005642, 0.005642> - 24303: <-0.003302, 0.005379, 0.005888> - 24304: <-0.003302, 0.005379, 0.005888> - 24305: <-0.003297, 0.005642, 0.005642> - 24306: <-0.003612, 0.005549, 0.005549> - 24307: <-0.003619, 0.005294, 0.005786> - 24308: <-0.003619, 0.005294, 0.005786> - 24309: <-0.003612, 0.005549, 0.005549> - 24310: <-0.003910, 0.005451, 0.005451> - 24311: <-0.003918, 0.005207, 0.005678> - 24312: <-0.003918, 0.005207, 0.005678> - 24313: <-0.003910, 0.005451, 0.005451> - 24314: <-0.004188, 0.005351, 0.005351> - 24315: <-0.004199, 0.005120, 0.005564> - 24316: <-0.004199, 0.005120, 0.005564> - 24317: <-0.004188, 0.005351, 0.005351> - 24318: <-0.004436, 0.005255, 0.005255> - 24319: <-0.004460, 0.005034, 0.005446> - 24320: <-0.004460, 0.005034, 0.005446> - 24321: <-0.004436, 0.005255, 0.005255> - 24322: <-0.004647, 0.005166, 0.005166> - 24323: <-0.004691, 0.004959, 0.005326> - 24324: <-0.004691, 0.004959, 0.005326> - 24325: <-0.004647, 0.005166, 0.005166> - 24326: <-0.004833, 0.005081, 0.005081> - 24327: <-0.004894, 0.004894, 0.005206> - 24328: <-0.004894, 0.004894, 0.005206> - 24329: <-0.004833, 0.005081, 0.005081> - 24330: <-0.005000, 0.005000, 0.005000> - 24331: <-0.005081, 0.004833, 0.005081> - 24332: <-0.004959, 0.004691, 0.005326> - 24333: <-0.004894, 0.004894, 0.005206> - 24334: <-0.005081, 0.004833, 0.005081> - 24335: <-0.005166, 0.004647, 0.005166> - 24336: <-0.005034, 0.004460, 0.005446> - 24337: <-0.004959, 0.004691, 0.005326> - 24338: <-0.005166, 0.004647, 0.005166> - 24339: <-0.005255, 0.004436, 0.005255> - 24340: <-0.005120, 0.004199, 0.005564> - 24341: <-0.005034, 0.004460, 0.005446> - 24342: <-0.005255, 0.004436, 0.005255> - 24343: <-0.005351, 0.004188, 0.005351> - 24344: <-0.005207, 0.003918, 0.005678> - 24345: <-0.005120, 0.004199, 0.005564> - 24346: <-0.005351, 0.004188, 0.005351> - 24347: <-0.005451, 0.003910, 0.005451> - 24348: <-0.005294, 0.003619, 0.005786> - 24349: <-0.005207, 0.003918, 0.005678> - 24350: <-0.005451, 0.003910, 0.005451> - 24351: <-0.005549, 0.003612, 0.005549> - 24352: <-0.005379, 0.003302, 0.005888> - 24353: <-0.005294, 0.003619, 0.005786> - 24354: <-0.005549, 0.003612, 0.005549> - 24355: <-0.005642, 0.003297, 0.005642> - 24356: <-0.005459, 0.002971, 0.005983> - 24357: <-0.005379, 0.003302, 0.005888> - 24358: <-0.005642, 0.003297, 0.005642> - 24359: <-0.005729, 0.002966, 0.005729> - 24360: <-0.005533, 0.002627, 0.006069> - 24361: <-0.005459, 0.002971, 0.005983> - 24362: <-0.005729, 0.002966, 0.005729> - 24363: <-0.005809, 0.002623, 0.005809> - 24364: <-0.005599, 0.002272, 0.006146> - 24365: <-0.005533, 0.002627, 0.006069> - 24366: <-0.005809, 0.002623, 0.005809> - 24367: <-0.005881, 0.002269, 0.005881> - 24368: <-0.005657, 0.001908, 0.006212> - 24369: <-0.005599, 0.002272, 0.006146> - 24370: <-0.005881, 0.002269, 0.005881> - 24371: <-0.005944, 0.001906, 0.005944> - 24372: <-0.005707, 0.001536, 0.006269> - 24373: <-0.005657, 0.001908, 0.006212> - 24374: <-0.005944, 0.001906, 0.005944> - 24375: <-0.005996, 0.001534, 0.005996> - 24376: <-0.005747, 0.001157, 0.006313> - 24377: <-0.005707, 0.001536, 0.006269> - 24378: <-0.005996, 0.001534, 0.005996> - 24379: <-0.006039, 0.001156, 0.006039> - 24380: <-0.005776, 0.000774, 0.006346> - 24381: <-0.005747, 0.001157, 0.006313> - 24382: <-0.006039, 0.001156, 0.006039> - 24383: <-0.006070, 0.000773, 0.006070> - 24384: <-0.005794, 0.000388, 0.006366> - 24385: <-0.005776, 0.000774, 0.006346> - 24386: <-0.006070, 0.000773, 0.006070> - 24387: <-0.006089, 0.000387, 0.006089> - 24388: <-0.005801, 0.000000, 0.006373> - 24389: <-0.005794, 0.000388, 0.006366> - 24390: <-0.006089, 0.000387, 0.006089> - 24391: <-0.006096, 0.000000, 0.006096> - 24392: <-0.005794, -0.000388, 0.006366> - 24393: <-0.005801, 0.000000, 0.006373> - 24394: <-0.006096, 0.000000, 0.006096> - 24395: <-0.006089, -0.000387, 0.006089> - 24396: <-0.005776, -0.000774, 0.006346> - 24397: <-0.005794, -0.000388, 0.006366> - 24398: <-0.006089, -0.000387, 0.006089> - 24399: <-0.006070, -0.000773, 0.006070> - 24400: <-0.005747, -0.001157, 0.006313> - 24401: <-0.005776, -0.000774, 0.006346> - 24402: <-0.006070, -0.000773, 0.006070> - 24403: <-0.006039, -0.001156, 0.006039> - 24404: <-0.005707, -0.001536, 0.006269> - 24405: <-0.005747, -0.001157, 0.006313> - 24406: <-0.006039, -0.001156, 0.006039> - 24407: <-0.005996, -0.001534, 0.005996> - 24408: <-0.005657, -0.001908, 0.006212> - 24409: <-0.005707, -0.001536, 0.006269> - 24410: <-0.005996, -0.001534, 0.005996> - 24411: <-0.005944, -0.001906, 0.005944> - 24412: <-0.005599, -0.002272, 0.006146> - 24413: <-0.005657, -0.001908, 0.006212> - 24414: <-0.005944, -0.001906, 0.005944> - 24415: <-0.005881, -0.002269, 0.005881> - 24416: <-0.005533, -0.002627, 0.006069> - 24417: <-0.005599, -0.002272, 0.006146> - 24418: <-0.005881, -0.002269, 0.005881> - 24419: <-0.005809, -0.002623, 0.005809> - 24420: <-0.005459, -0.002971, 0.005983> - 24421: <-0.005533, -0.002627, 0.006069> - 24422: <-0.005809, -0.002623, 0.005809> - 24423: <-0.005729, -0.002966, 0.005729> - 24424: <-0.005379, -0.003302, 0.005888> - 24425: <-0.005459, -0.002971, 0.005983> - 24426: <-0.005729, -0.002966, 0.005729> - 24427: <-0.005642, -0.003297, 0.005642> - 24428: <-0.005294, -0.003619, 0.005786> - 24429: <-0.005379, -0.003302, 0.005888> - 24430: <-0.005642, -0.003297, 0.005642> - 24431: <-0.005549, -0.003612, 0.005549> - 24432: <-0.005207, -0.003918, 0.005678> - 24433: <-0.005294, -0.003619, 0.005786> - 24434: <-0.005549, -0.003612, 0.005549> - 24435: <-0.005451, -0.003910, 0.005451> - 24436: <-0.005120, -0.004199, 0.005564> - 24437: <-0.005207, -0.003918, 0.005678> - 24438: <-0.005451, -0.003910, 0.005451> - 24439: <-0.005351, -0.004188, 0.005351> - 24440: <-0.005034, -0.004460, 0.005446> - 24441: <-0.005120, -0.004199, 0.005564> - 24442: <-0.005351, -0.004188, 0.005351> - 24443: <-0.005255, -0.004436, 0.005255> - 24444: <-0.004959, -0.004691, 0.005326> - 24445: <-0.005034, -0.004460, 0.005446> - 24446: <-0.005255, -0.004436, 0.005255> - 24447: <-0.005166, -0.004647, 0.005166> - 24448: <-0.004894, -0.004894, 0.005206> - 24449: <-0.004959, -0.004691, 0.005326> - 24450: <-0.005166, -0.004647, 0.005166> - 24451: <-0.005081, -0.004833, 0.005081> - 24452: <-0.004833, -0.005081, 0.005081> - 24453: <-0.004894, -0.004894, 0.005206> - 24454: <-0.005081, -0.004833, 0.005081> - 24455: <-0.005000, -0.005000, 0.005000> - 24456: <-0.004647, -0.005166, 0.005166> - 24457: <-0.004691, -0.004959, 0.005326> - 24458: <-0.004894, -0.004894, 0.005206> - 24459: <-0.004833, -0.005081, 0.005081> - 24460: <-0.004436, -0.005255, 0.005255> - 24461: <-0.004460, -0.005034, 0.005446> - 24462: <-0.004691, -0.004959, 0.005326> - 24463: <-0.004647, -0.005166, 0.005166> - 24464: <-0.004188, -0.005351, 0.005351> - 24465: <-0.004199, -0.005120, 0.005564> - 24466: <-0.004460, -0.005034, 0.005446> - 24467: <-0.004436, -0.005255, 0.005255> - 24468: <-0.003910, -0.005451, 0.005451> - 24469: <-0.003918, -0.005207, 0.005678> - 24470: <-0.004199, -0.005120, 0.005564> - 24471: <-0.004188, -0.005351, 0.005351> - 24472: <-0.003612, -0.005549, 0.005549> - 24473: <-0.003619, -0.005294, 0.005786> - 24474: <-0.003918, -0.005207, 0.005678> - 24475: <-0.003910, -0.005451, 0.005451> - 24476: <-0.003297, -0.005642, 0.005642> - 24477: <-0.003302, -0.005379, 0.005888> - 24478: <-0.003619, -0.005294, 0.005786> - 24479: <-0.003612, -0.005549, 0.005549> - 24480: <-0.002966, -0.005729, 0.005729> - 24481: <-0.002971, -0.005459, 0.005983> - 24482: <-0.003302, -0.005379, 0.005888> - 24483: <-0.003297, -0.005642, 0.005642> - 24484: <-0.002623, -0.005809, 0.005809> - 24485: <-0.002627, -0.005533, 0.006069> - 24486: <-0.002971, -0.005459, 0.005983> - 24487: <-0.002966, -0.005729, 0.005729> - 24488: <-0.002269, -0.005881, 0.005881> - 24489: <-0.002272, -0.005599, 0.006146> - 24490: <-0.002627, -0.005533, 0.006069> - 24491: <-0.002623, -0.005809, 0.005809> - 24492: <-0.001906, -0.005944, 0.005944> - 24493: <-0.001908, -0.005657, 0.006212> - 24494: <-0.002272, -0.005599, 0.006146> - 24495: <-0.002269, -0.005881, 0.005881> - 24496: <-0.001534, -0.005996, 0.005996> - 24497: <-0.001536, -0.005707, 0.006269> - 24498: <-0.001908, -0.005657, 0.006212> - 24499: <-0.001906, -0.005944, 0.005944> - 24500: <-0.001156, -0.006039, 0.006039> - 24501: <-0.001157, -0.005747, 0.006313> - 24502: <-0.001536, -0.005707, 0.006269> - 24503: <-0.001534, -0.005996, 0.005996> - 24504: <-0.000773, -0.006070, 0.006070> - 24505: <-0.000774, -0.005776, 0.006346> - 24506: <-0.001157, -0.005747, 0.006313> - 24507: <-0.001156, -0.006039, 0.006039> - 24508: <-0.000387, -0.006089, 0.006089> - 24509: <-0.000388, -0.005794, 0.006366> - 24510: <-0.000774, -0.005776, 0.006346> - 24511: <-0.000773, -0.006070, 0.006070> - 24512: <-0.000000, -0.006096, 0.006096> - 24513: <-0.000000, -0.005801, 0.006373> - 24514: <-0.000388, -0.005794, 0.006366> - 24515: <-0.000387, -0.006089, 0.006089> - 24516: < 0.000387, -0.006089, 0.006089> - 24517: < 0.000388, -0.005794, 0.006366> - 24518: <-0.000000, -0.005801, 0.006373> - 24519: <-0.000000, -0.006096, 0.006096> - 24520: < 0.000773, -0.006070, 0.006070> - 24521: < 0.000774, -0.005776, 0.006346> - 24522: < 0.000388, -0.005794, 0.006366> - 24523: < 0.000387, -0.006089, 0.006089> - 24524: < 0.001156, -0.006039, 0.006039> - 24525: < 0.001157, -0.005747, 0.006313> - 24526: < 0.000774, -0.005776, 0.006346> - 24527: < 0.000773, -0.006070, 0.006070> - 24528: < 0.001534, -0.005996, 0.005996> - 24529: < 0.001536, -0.005707, 0.006269> - 24530: < 0.001157, -0.005747, 0.006313> - 24531: < 0.001156, -0.006039, 0.006039> - 24532: < 0.001906, -0.005944, 0.005944> - 24533: < 0.001908, -0.005657, 0.006212> - 24534: < 0.001536, -0.005707, 0.006269> - 24535: < 0.001534, -0.005996, 0.005996> - 24536: < 0.002269, -0.005881, 0.005881> - 24537: < 0.002272, -0.005599, 0.006146> - 24538: < 0.001908, -0.005657, 0.006212> - 24539: < 0.001906, -0.005944, 0.005944> - 24540: < 0.002623, -0.005809, 0.005809> - 24541: < 0.002627, -0.005533, 0.006069> - 24542: < 0.002272, -0.005599, 0.006146> - 24543: < 0.002269, -0.005881, 0.005881> - 24544: < 0.002966, -0.005729, 0.005729> - 24545: < 0.002971, -0.005459, 0.005983> - 24546: < 0.002627, -0.005533, 0.006069> - 24547: < 0.002623, -0.005809, 0.005809> - 24548: < 0.003297, -0.005642, 0.005642> - 24549: < 0.003302, -0.005379, 0.005888> - 24550: < 0.002971, -0.005459, 0.005983> - 24551: < 0.002966, -0.005729, 0.005729> - 24552: < 0.003612, -0.005549, 0.005549> - 24553: < 0.003619, -0.005294, 0.005786> - 24554: < 0.003302, -0.005379, 0.005888> - 24555: < 0.003297, -0.005642, 0.005642> - 24556: < 0.003910, -0.005451, 0.005451> - 24557: < 0.003918, -0.005207, 0.005678> - 24558: < 0.003619, -0.005294, 0.005786> - 24559: < 0.003612, -0.005549, 0.005549> - 24560: < 0.004188, -0.005351, 0.005351> - 24561: < 0.004199, -0.005120, 0.005564> - 24562: < 0.003918, -0.005207, 0.005678> - 24563: < 0.003910, -0.005451, 0.005451> - 24564: < 0.004436, -0.005255, 0.005255> - 24565: < 0.004460, -0.005034, 0.005446> - 24566: < 0.004199, -0.005120, 0.005564> - 24567: < 0.004188, -0.005351, 0.005351> - 24568: < 0.004647, -0.005166, 0.005166> - 24569: < 0.004691, -0.004959, 0.005326> - 24570: < 0.004460, -0.005034, 0.005446> - 24571: < 0.004436, -0.005255, 0.005255> - 24572: < 0.004833, -0.005081, 0.005081> - 24573: < 0.004894, -0.004894, 0.005206> - 24574: < 0.004691, -0.004959, 0.005326> - 24575: < 0.004647, -0.005166, 0.005166> Normals: Count 24576. Hash: 8968157737282745201 - 0: <-0.561516, 0.607783, 0.561516> - 1: <-0.531523, 0.625584, 0.571076> - 2: <-0.538962, 0.647334, 0.538962> - 3: <-0.571076, 0.625584, 0.531523> - 4: <-0.531523, 0.625584, 0.571076> - 5: <-0.500519, 0.641397, 0.581456> - 6: <-0.506040, 0.666144, 0.547882> - 7: <-0.538962, 0.647334, 0.538962> - 8: <-0.500519, 0.641397, 0.581456> - 9: <-0.469385, 0.655217, 0.591920> - 10: <-0.473139, 0.682532, 0.557037> - 11: <-0.506040, 0.666144, 0.547882> - 12: <-0.469385, 0.655217, 0.591920> - 13: <-0.437036, 0.668312, 0.601963> - 14: <-0.439475, 0.697667, 0.565794> - 15: <-0.473139, 0.682532, 0.557037> - 16: <-0.437036, 0.668312, 0.601963> - 17: <-0.403223, 0.680859, 0.611427> - 18: <-0.404839, 0.711772, 0.574008> - 19: <-0.439475, 0.697667, 0.565794> - 20: <-0.403223, 0.680859, 0.611427> - 21: <-0.368246, 0.692544, 0.620305> - 22: <-0.369188, 0.724825, 0.581661> - 23: <-0.404839, 0.711772, 0.574008> - 24: <-0.368246, 0.692544, 0.620305> - 25: <-0.331652, 0.703467, 0.628603> - 26: <-0.332197, 0.736907, 0.588738> - 27: <-0.369188, 0.724825, 0.581661> - 28: <-0.331652, 0.703467, 0.628603> - 29: <-0.293904, 0.713396, 0.636150> - 30: <-0.294207, 0.747816, 0.595158> - 31: <-0.332197, 0.736907, 0.588738> - 32: <-0.293904, 0.713396, 0.636150> - 33: <-0.255632, 0.722093, 0.642833> - 34: <-0.255750, 0.757361, 0.600829> - 35: <-0.294207, 0.747816, 0.595158> - 36: <-0.255632, 0.722093, 0.642833> - 37: <-0.216660, 0.729636, 0.648606> - 38: <-0.216596, 0.765608, 0.605748> - 39: <-0.255750, 0.757361, 0.600829> - 40: <-0.216660, 0.729636, 0.648606> - 41: <-0.176644, 0.736025, 0.653502> - 42: <-0.176461, 0.772589, 0.609892> - 43: <-0.216596, 0.765608, 0.605748> - 44: <-0.176644, 0.736025, 0.653502> - 45: <-0.135260, 0.741243, 0.657468> - 46: <-0.135018, 0.778306, 0.613196> - 47: <-0.176461, 0.772589, 0.609892> - 48: <-0.135260, 0.741243, 0.657468> - 49: <-0.092137, 0.745184, 0.660463> - 50: <-0.091894, 0.782607, 0.615697> - 51: <-0.135018, 0.778306, 0.613196> - 52: <-0.092137, 0.745184, 0.660463> - 53: <-0.046999, 0.747715, 0.662354> - 54: <-0.046847, 0.785375, 0.617246> - 55: <-0.091894, 0.782607, 0.615697> - 56: <-0.046999, 0.747715, 0.662354> - 57: < 0.000000, 0.748599, 0.663024> - 58: < 0.000000, 0.786344, 0.617789> - 59: <-0.046847, 0.785375, 0.617246> - 60: < 0.000000, 0.748599, 0.663024> - 61: < 0.046999, 0.747715, 0.662354> - 62: < 0.046847, 0.785375, 0.617246> - 63: < 0.000000, 0.786344, 0.617789> - 64: < 0.046999, 0.747715, 0.662354> - 65: < 0.092137, 0.745184, 0.660463> - 66: < 0.091894, 0.782607, 0.615697> - 67: < 0.046847, 0.785375, 0.617246> - 68: < 0.092137, 0.745184, 0.660463> - 69: < 0.135260, 0.741243, 0.657468> - 70: < 0.135018, 0.778306, 0.613196> - 71: < 0.091894, 0.782607, 0.615697> - 72: < 0.135260, 0.741243, 0.657468> - 73: < 0.176644, 0.736025, 0.653502> - 74: < 0.176461, 0.772589, 0.609892> - 75: < 0.135018, 0.778306, 0.613196> - 76: < 0.176644, 0.736025, 0.653502> - 77: < 0.216660, 0.729636, 0.648606> - 78: < 0.216596, 0.765608, 0.605748> - 79: < 0.176461, 0.772589, 0.609892> - 80: < 0.216660, 0.729636, 0.648606> - 81: < 0.255632, 0.722093, 0.642833> - 82: < 0.255750, 0.757361, 0.600829> - 83: < 0.216596, 0.765608, 0.605748> - 84: < 0.255632, 0.722093, 0.642833> - 85: < 0.293904, 0.713396, 0.636150> - 86: < 0.294207, 0.747816, 0.595158> - 87: < 0.255750, 0.757361, 0.600829> - 88: < 0.293904, 0.713396, 0.636150> - 89: < 0.331652, 0.703467, 0.628603> - 90: < 0.332170, 0.736915, 0.588744> - 91: < 0.294207, 0.747816, 0.595158> - 92: < 0.331652, 0.703467, 0.628603> - 93: < 0.368246, 0.692544, 0.620305> - 94: < 0.369188, 0.724825, 0.581661> - 95: < 0.332170, 0.736915, 0.588744> - 96: < 0.368246, 0.692544, 0.620305> - 97: < 0.403223, 0.680859, 0.611427> - 98: < 0.404839, 0.711772, 0.574008> - 99: < 0.369188, 0.724825, 0.581661> - 100: < 0.403223, 0.680859, 0.611427> - 101: < 0.437036, 0.668312, 0.601963> - 102: < 0.439475, 0.697667, 0.565794> - 103: < 0.404839, 0.711772, 0.574008> - 104: < 0.437036, 0.668312, 0.601963> - 105: < 0.469385, 0.655217, 0.591920> - 106: < 0.473139, 0.682532, 0.557037> - 107: < 0.439475, 0.697667, 0.565794> - 108: < 0.469385, 0.655217, 0.591920> - 109: < 0.500496, 0.641406, 0.581465> - 110: < 0.506040, 0.666144, 0.547882> - 111: < 0.473139, 0.682532, 0.557037> - 112: < 0.500496, 0.641406, 0.581465> - 113: < 0.531523, 0.625584, 0.571076> - 114: < 0.538962, 0.647334, 0.538962> - 115: < 0.506040, 0.666144, 0.547882> - 116: < 0.531523, 0.625584, 0.571076> - 117: < 0.561516, 0.607783, 0.561516> - 118: < 0.571076, 0.625584, 0.531523> - 119: < 0.538962, 0.647334, 0.538962> - 120: <-0.571076, 0.625584, 0.531523> - 121: <-0.538962, 0.647334, 0.538962> - 122: <-0.547882, 0.666144, 0.506040> - 123: <-0.581456, 0.641397, 0.500519> - 124: <-0.538962, 0.647334, 0.538962> - 125: <-0.506040, 0.666144, 0.547882> - 126: <-0.513252, 0.687856, 0.513252> - 127: <-0.547882, 0.666144, 0.506040> - 128: <-0.506040, 0.666144, 0.547882> - 129: <-0.473139, 0.682532, 0.557037> - 130: <-0.478425, 0.706895, 0.520969> - 131: <-0.513252, 0.687856, 0.513252> - 132: <-0.473139, 0.682532, 0.557037> - 133: <-0.439475, 0.697667, 0.565794> - 134: <-0.443145, 0.724109, 0.528478> - 135: <-0.478425, 0.706895, 0.520969> - 136: <-0.439475, 0.697667, 0.565794> - 137: <-0.404839, 0.711772, 0.574008> - 138: <-0.407307, 0.739812, 0.535518> - 139: <-0.443145, 0.724109, 0.528478> - 140: <-0.404839, 0.711772, 0.574008> - 141: <-0.369188, 0.724825, 0.581661> - 142: <-0.370721, 0.754169, 0.542028> - 143: <-0.407307, 0.739812, 0.535518> - 144: <-0.369188, 0.724825, 0.581661> - 145: <-0.332197, 0.736907, 0.588738> - 146: <-0.333090, 0.767292, 0.548009> - 147: <-0.370721, 0.754169, 0.542028> - 148: <-0.332197, 0.736907, 0.588738> - 149: <-0.294207, 0.747816, 0.595158> - 150: <-0.294729, 0.779017, 0.553415> - 151: <-0.333090, 0.767292, 0.548009> - 152: <-0.294207, 0.747816, 0.595158> - 153: <-0.255750, 0.757361, 0.600829> - 154: <-0.255937, 0.789266, 0.558172> - 155: <-0.294729, 0.779017, 0.553415> - 156: <-0.255750, 0.757361, 0.600829> - 157: <-0.216596, 0.765608, 0.605748> - 158: <-0.216534, 0.798110, 0.562257> - 159: <-0.255937, 0.789266, 0.558172> - 160: <-0.216596, 0.765608, 0.605748> - 161: <-0.176461, 0.772589, 0.609892> - 162: <-0.176188, 0.805587, 0.565675> - 163: <-0.216534, 0.798110, 0.562257> - 164: <-0.176461, 0.772589, 0.609892> - 165: <-0.135018, 0.778306, 0.613196> - 166: <-0.134618, 0.811677, 0.568382> - 167: <-0.176188, 0.805587, 0.565675> - 168: <-0.135018, 0.778306, 0.613196> - 169: <-0.091894, 0.782607, 0.615697> - 170: <-0.091497, 0.816271, 0.570377> - 171: <-0.134618, 0.811677, 0.568382> - 172: <-0.091894, 0.782607, 0.615697> - 173: <-0.046847, 0.785375, 0.617246> - 174: <-0.046573, 0.819208, 0.571602> - 175: <-0.091497, 0.816271, 0.570377> - 176: <-0.046847, 0.785375, 0.617246> - 177: < 0.000000, 0.786344, 0.617789> - 178: < 0.000000, 0.820237, 0.572024> - 179: <-0.046573, 0.819208, 0.571602> - 180: < 0.000000, 0.786344, 0.617789> - 181: < 0.046847, 0.785375, 0.617246> - 182: < 0.046573, 0.819208, 0.571602> - 183: < 0.000000, 0.820237, 0.572024> - 184: < 0.046847, 0.785375, 0.617246> - 185: < 0.091894, 0.782607, 0.615697> - 186: < 0.091497, 0.816271, 0.570377> - 187: < 0.046573, 0.819208, 0.571602> - 188: < 0.091894, 0.782607, 0.615697> - 189: < 0.135018, 0.778306, 0.613196> - 190: < 0.134618, 0.811677, 0.568382> - 191: < 0.091497, 0.816271, 0.570377> - 192: < 0.135018, 0.778306, 0.613196> - 193: < 0.176461, 0.772589, 0.609892> - 194: < 0.176188, 0.805587, 0.565675> - 195: < 0.134618, 0.811677, 0.568382> - 196: < 0.176461, 0.772589, 0.609892> - 197: < 0.216596, 0.765608, 0.605748> - 198: < 0.216534, 0.798110, 0.562257> - 199: < 0.176188, 0.805587, 0.565675> - 200: < 0.216596, 0.765608, 0.605748> - 201: < 0.255750, 0.757361, 0.600829> - 202: < 0.255937, 0.789266, 0.558172> - 203: < 0.216534, 0.798110, 0.562257> - 204: < 0.255750, 0.757361, 0.600829> - 205: < 0.294207, 0.747816, 0.595158> - 206: < 0.294729, 0.779017, 0.553415> - 207: < 0.255937, 0.789266, 0.558172> - 208: < 0.294207, 0.747816, 0.595158> - 209: < 0.332170, 0.736915, 0.588744> - 210: < 0.333090, 0.767292, 0.548009> - 211: < 0.294729, 0.779017, 0.553415> - 212: < 0.332170, 0.736915, 0.588744> - 213: < 0.369188, 0.724825, 0.581661> - 214: < 0.370721, 0.754169, 0.542028> - 215: < 0.333090, 0.767292, 0.548009> - 216: < 0.369188, 0.724825, 0.581661> - 217: < 0.404839, 0.711772, 0.574008> - 218: < 0.407307, 0.739812, 0.535518> - 219: < 0.370721, 0.754169, 0.542028> - 220: < 0.404839, 0.711772, 0.574008> - 221: < 0.439475, 0.697667, 0.565794> - 222: < 0.443145, 0.724109, 0.528478> - 223: < 0.407307, 0.739812, 0.535518> - 224: < 0.439475, 0.697667, 0.565794> - 225: < 0.473139, 0.682532, 0.557037> - 226: < 0.478425, 0.706895, 0.520969> - 227: < 0.443145, 0.724109, 0.528478> - 228: < 0.473139, 0.682532, 0.557037> - 229: < 0.506040, 0.666144, 0.547882> - 230: < 0.513252, 0.687856, 0.513252> - 231: < 0.478425, 0.706895, 0.520969> - 232: < 0.506040, 0.666144, 0.547882> - 233: < 0.538962, 0.647334, 0.538962> - 234: < 0.547882, 0.666144, 0.506040> - 235: < 0.513252, 0.687856, 0.513252> - 236: < 0.538962, 0.647334, 0.538962> - 237: < 0.571076, 0.625584, 0.531523> - 238: < 0.581456, 0.641397, 0.500519> - 239: < 0.547882, 0.666144, 0.506040> - 240: <-0.581456, 0.641397, 0.500519> - 241: <-0.547882, 0.666144, 0.506040> - 242: <-0.557037, 0.682532, 0.473139> - 243: <-0.591920, 0.655217, 0.469385> - 244: <-0.547882, 0.666144, 0.506040> - 245: <-0.513252, 0.687856, 0.513252> - 246: <-0.520969, 0.706895, 0.478425> - 247: <-0.557037, 0.682532, 0.473139> - 248: <-0.513252, 0.687856, 0.513252> - 249: <-0.478425, 0.706895, 0.520969> - 250: <-0.484430, 0.728461, 0.484430> - 251: <-0.520969, 0.706895, 0.478425> - 252: <-0.478425, 0.706895, 0.520969> - 253: <-0.443145, 0.724109, 0.528478> - 254: <-0.447593, 0.747688, 0.490534> - 255: <-0.484430, 0.728461, 0.484430> - 256: <-0.443145, 0.724109, 0.528478> - 257: <-0.407307, 0.739812, 0.535518> - 258: <-0.410392, 0.764964, 0.496395> - 259: <-0.447593, 0.747688, 0.490534> - 260: <-0.407307, 0.739812, 0.535518> - 261: <-0.370721, 0.754169, 0.542028> - 262: <-0.372705, 0.780568, 0.501802> - 263: <-0.410392, 0.764964, 0.496395> - 264: <-0.370721, 0.754169, 0.542028> - 265: <-0.333090, 0.767292, 0.548009> - 266: <-0.334337, 0.794627, 0.506740> - 267: <-0.372705, 0.780568, 0.501802> - 268: <-0.333090, 0.767292, 0.548009> - 269: <-0.294729, 0.779017, 0.553415> - 270: <-0.295457, 0.807082, 0.511198> - 271: <-0.334337, 0.794627, 0.506740> - 272: <-0.294729, 0.779017, 0.553415> - 273: <-0.255937, 0.789266, 0.558172> - 274: <-0.256243, 0.817925, 0.515110> - 275: <-0.295457, 0.807082, 0.511198> - 276: <-0.255937, 0.789266, 0.558172> - 277: <-0.216534, 0.798110, 0.562257> - 278: <-0.216475, 0.827263, 0.518435> - 279: <-0.256243, 0.817925, 0.515110> - 280: <-0.216534, 0.798110, 0.562257> - 281: <-0.176188, 0.805587, 0.565675> - 282: <-0.175853, 0.835133, 0.521180> - 283: <-0.216475, 0.827263, 0.518435> - 284: <-0.176188, 0.805587, 0.565675> - 285: <-0.134618, 0.811677, 0.568382> - 286: <-0.134100, 0.841527, 0.523307> - 287: <-0.175853, 0.835133, 0.521180> - 288: <-0.134618, 0.811677, 0.568382> - 289: <-0.091497, 0.816271, 0.570377> - 290: <-0.091008, 0.846324, 0.524836> - 291: <-0.134100, 0.841527, 0.523307> - 292: <-0.091497, 0.816271, 0.570377> - 293: <-0.046573, 0.819208, 0.571602> - 294: <-0.046267, 0.849378, 0.525753> - 295: <-0.091008, 0.846324, 0.524836> - 296: <-0.046573, 0.819208, 0.571602> - 297: < 0.000000, 0.820237, 0.572024> - 298: < 0.000000, 0.850434, 0.526081> - 299: <-0.046267, 0.849378, 0.525753> - 300: < 0.000000, 0.820237, 0.572024> - 301: < 0.046573, 0.819208, 0.571602> - 302: < 0.046267, 0.849378, 0.525753> - 303: < 0.000000, 0.850434, 0.526081> - 304: < 0.046573, 0.819208, 0.571602> - 305: < 0.091497, 0.816271, 0.570377> - 306: < 0.091008, 0.846324, 0.524836> - 307: < 0.046267, 0.849378, 0.525753> - 308: < 0.091497, 0.816271, 0.570377> - 309: < 0.134618, 0.811677, 0.568382> - 310: < 0.134100, 0.841527, 0.523307> - 311: < 0.091008, 0.846324, 0.524836> - 312: < 0.134618, 0.811677, 0.568382> - 313: < 0.176188, 0.805587, 0.565675> - 314: < 0.175853, 0.835133, 0.521180> - 315: < 0.134100, 0.841527, 0.523307> - 316: < 0.176188, 0.805587, 0.565675> - 317: < 0.216534, 0.798110, 0.562257> - 318: < 0.216475, 0.827263, 0.518435> - 319: < 0.175853, 0.835133, 0.521180> - 320: < 0.216534, 0.798110, 0.562257> - 321: < 0.255937, 0.789266, 0.558172> - 322: < 0.256243, 0.817925, 0.515110> - 323: < 0.216475, 0.827263, 0.518435> - 324: < 0.255937, 0.789266, 0.558172> - 325: < 0.294729, 0.779017, 0.553415> - 326: < 0.295457, 0.807082, 0.511198> - 327: < 0.256243, 0.817925, 0.515110> - 328: < 0.294729, 0.779017, 0.553415> - 329: < 0.333090, 0.767292, 0.548009> - 330: < 0.334310, 0.794636, 0.506745> - 331: < 0.295457, 0.807082, 0.511198> - 332: < 0.333090, 0.767292, 0.548009> - 333: < 0.370721, 0.754169, 0.542028> - 334: < 0.372705, 0.780568, 0.501802> - 335: < 0.334310, 0.794636, 0.506745> - 336: < 0.370721, 0.754169, 0.542028> - 337: < 0.407307, 0.739812, 0.535518> - 338: < 0.410392, 0.764964, 0.496395> - 339: < 0.372705, 0.780568, 0.501802> - 340: < 0.407307, 0.739812, 0.535518> - 341: < 0.443145, 0.724109, 0.528478> - 342: < 0.447593, 0.747688, 0.490534> - 343: < 0.410392, 0.764964, 0.496395> - 344: < 0.443145, 0.724109, 0.528478> - 345: < 0.478425, 0.706895, 0.520969> - 346: < 0.484430, 0.728461, 0.484430> - 347: < 0.447593, 0.747688, 0.490534> - 348: < 0.478425, 0.706895, 0.520969> - 349: < 0.513252, 0.687856, 0.513252> - 350: < 0.520969, 0.706895, 0.478425> - 351: < 0.484430, 0.728461, 0.484430> - 352: < 0.513252, 0.687856, 0.513252> - 353: < 0.547882, 0.666144, 0.506040> - 354: < 0.557037, 0.682532, 0.473139> - 355: < 0.520969, 0.706895, 0.478425> - 356: < 0.547882, 0.666144, 0.506040> - 357: < 0.581456, 0.641397, 0.500519> - 358: < 0.591920, 0.655217, 0.469385> - 359: < 0.557037, 0.682532, 0.473139> - 360: <-0.591920, 0.655217, 0.469385> - 361: <-0.557037, 0.682532, 0.473139> - 362: <-0.565794, 0.697667, 0.439475> - 363: <-0.601963, 0.668312, 0.437036> - 364: <-0.557037, 0.682532, 0.473139> - 365: <-0.520969, 0.706895, 0.478425> - 366: <-0.528478, 0.724109, 0.443145> - 367: <-0.565794, 0.697667, 0.439475> - 368: <-0.520969, 0.706895, 0.478425> - 369: <-0.484430, 0.728461, 0.484430> - 370: <-0.490534, 0.747688, 0.447593> - 371: <-0.528478, 0.724109, 0.443145> - 372: <-0.484430, 0.728461, 0.484430> - 373: <-0.447593, 0.747688, 0.490534> - 374: <-0.452290, 0.768679, 0.452290> - 375: <-0.490534, 0.747688, 0.447593> - 376: <-0.447593, 0.747688, 0.490534> - 377: <-0.410392, 0.764964, 0.496395> - 378: <-0.413777, 0.787421, 0.456900> - 379: <-0.452290, 0.768679, 0.452290> - 380: <-0.410392, 0.764964, 0.496395> - 381: <-0.372705, 0.780568, 0.501802> - 382: <-0.374961, 0.804154, 0.461239> - 383: <-0.413777, 0.787421, 0.456900> - 384: <-0.372705, 0.780568, 0.501802> - 385: <-0.334337, 0.794627, 0.506740> - 386: <-0.335801, 0.819039, 0.465202> - 387: <-0.374961, 0.804154, 0.461239> - 388: <-0.334337, 0.794627, 0.506740> - 389: <-0.295457, 0.807082, 0.511198> - 390: <-0.296339, 0.832128, 0.468770> - 391: <-0.335801, 0.819039, 0.465202> - 392: <-0.295457, 0.807082, 0.511198> - 393: <-0.256243, 0.817925, 0.515110> - 394: <-0.256606, 0.843490, 0.471888> - 395: <-0.296339, 0.832128, 0.468770> - 396: <-0.256243, 0.817925, 0.515110> - 397: <-0.216475, 0.827263, 0.518435> - 398: <-0.216413, 0.853230, 0.474515> - 399: <-0.256606, 0.843490, 0.471888> - 400: <-0.216475, 0.827263, 0.518435> - 401: <-0.175853, 0.835133, 0.521180> - 402: <-0.175453, 0.861426, 0.476614> - 403: <-0.216413, 0.853230, 0.474515> - 404: <-0.175853, 0.835133, 0.521180> - 405: <-0.134100, 0.841527, 0.523307> - 406: <-0.133553, 0.868033, 0.478208> - 407: <-0.175453, 0.861426, 0.476614> - 408: <-0.134100, 0.841527, 0.523307> - 409: <-0.091008, 0.846324, 0.524836> - 410: <-0.090429, 0.872976, 0.479307> - 411: <-0.133553, 0.868033, 0.478208> - 412: <-0.091008, 0.846324, 0.524836> - 413: <-0.046267, 0.849378, 0.525753> - 414: <-0.045871, 0.876095, 0.479951> - 415: <-0.090429, 0.872976, 0.479307> - 416: <-0.046267, 0.849378, 0.525753> - 417: < 0.000000, 0.850434, 0.526081> - 418: < 0.000000, 0.877169, 0.480182> - 419: <-0.045871, 0.876095, 0.479951> - 420: < 0.000000, 0.850434, 0.526081> - 421: < 0.046267, 0.849378, 0.525753> - 422: < 0.045871, 0.876095, 0.479951> - 423: < 0.000000, 0.877169, 0.480182> - 424: < 0.046267, 0.849378, 0.525753> - 425: < 0.091008, 0.846324, 0.524836> - 426: < 0.090429, 0.872976, 0.479307> - 427: < 0.045871, 0.876095, 0.479951> - 428: < 0.091008, 0.846324, 0.524836> - 429: < 0.134100, 0.841527, 0.523307> - 430: < 0.133553, 0.868033, 0.478208> - 431: < 0.090429, 0.872976, 0.479307> - 432: < 0.134100, 0.841527, 0.523307> - 433: < 0.175853, 0.835133, 0.521180> - 434: < 0.175453, 0.861426, 0.476614> - 435: < 0.133553, 0.868033, 0.478208> - 436: < 0.175853, 0.835133, 0.521180> - 437: < 0.216475, 0.827263, 0.518435> - 438: < 0.216413, 0.853230, 0.474515> - 439: < 0.175453, 0.861426, 0.476614> - 440: < 0.216475, 0.827263, 0.518435> - 441: < 0.256243, 0.817925, 0.515110> - 442: < 0.256606, 0.843490, 0.471888> - 443: < 0.216413, 0.853230, 0.474515> - 444: < 0.256243, 0.817925, 0.515110> - 445: < 0.295457, 0.807082, 0.511198> - 446: < 0.296339, 0.832128, 0.468770> - 447: < 0.256606, 0.843490, 0.471888> - 448: < 0.295457, 0.807082, 0.511198> - 449: < 0.334310, 0.794636, 0.506745> - 450: < 0.335801, 0.819039, 0.465202> - 451: < 0.296339, 0.832128, 0.468770> - 452: < 0.334310, 0.794636, 0.506745> - 453: < 0.372705, 0.780568, 0.501802> - 454: < 0.374961, 0.804154, 0.461239> - 455: < 0.335801, 0.819039, 0.465202> - 456: < 0.372705, 0.780568, 0.501802> - 457: < 0.410392, 0.764964, 0.496395> - 458: < 0.413777, 0.787421, 0.456900> - 459: < 0.374961, 0.804154, 0.461239> - 460: < 0.410392, 0.764964, 0.496395> - 461: < 0.447593, 0.747688, 0.490534> - 462: < 0.452290, 0.768679, 0.452290> - 463: < 0.413777, 0.787421, 0.456900> - 464: < 0.447593, 0.747688, 0.490534> - 465: < 0.484430, 0.728461, 0.484430> - 466: < 0.490534, 0.747688, 0.447593> - 467: < 0.452290, 0.768679, 0.452290> - 468: < 0.484430, 0.728461, 0.484430> - 469: < 0.520969, 0.706895, 0.478425> - 470: < 0.528478, 0.724109, 0.443145> - 471: < 0.490534, 0.747688, 0.447593> - 472: < 0.520969, 0.706895, 0.478425> - 473: < 0.557037, 0.682532, 0.473139> - 474: < 0.565794, 0.697667, 0.439475> - 475: < 0.528478, 0.724109, 0.443145> - 476: < 0.557037, 0.682532, 0.473139> - 477: < 0.591920, 0.655217, 0.469385> - 478: < 0.601963, 0.668312, 0.437036> - 479: < 0.565794, 0.697667, 0.439475> - 480: <-0.601963, 0.668312, 0.437036> - 481: <-0.565794, 0.697667, 0.439475> - 482: <-0.574008, 0.711772, 0.404839> - 483: <-0.611427, 0.680859, 0.403223> - 484: <-0.565794, 0.697667, 0.439475> - 485: <-0.528478, 0.724109, 0.443145> - 486: <-0.535518, 0.739812, 0.407307> - 487: <-0.574008, 0.711772, 0.404839> - 488: <-0.528478, 0.724109, 0.443145> - 489: <-0.490534, 0.747688, 0.447593> - 490: <-0.496372, 0.764976, 0.410398> - 491: <-0.535518, 0.739812, 0.407307> - 492: <-0.490534, 0.747688, 0.447593> - 493: <-0.452290, 0.768679, 0.452290> - 494: <-0.456900, 0.787421, 0.413777> - 495: <-0.496372, 0.764976, 0.410398> - 496: <-0.452290, 0.768679, 0.452290> - 497: <-0.413777, 0.787421, 0.456900> - 498: <-0.417202, 0.807394, 0.417202> - 499: <-0.456900, 0.787421, 0.413777> - 500: <-0.413777, 0.787421, 0.456900> - 501: <-0.374961, 0.804154, 0.461239> - 502: <-0.377345, 0.825100, 0.420500> - 503: <-0.417202, 0.807394, 0.417202> - 504: <-0.374961, 0.804154, 0.461239> - 505: <-0.335801, 0.819039, 0.465202> - 506: <-0.337391, 0.840684, 0.423577> - 507: <-0.377345, 0.825100, 0.420500> - 508: <-0.335801, 0.819039, 0.465202> - 509: <-0.296339, 0.832128, 0.468770> - 510: <-0.297287, 0.854324, 0.426323> - 511: <-0.337391, 0.840684, 0.423577> - 512: <-0.296339, 0.832128, 0.468770> - 513: <-0.256606, 0.843490, 0.471888> - 514: <-0.256999, 0.866124, 0.428698> - 515: <-0.297287, 0.854324, 0.426323> - 516: <-0.256606, 0.843490, 0.471888> - 517: <-0.216413, 0.853230, 0.474515> - 518: <-0.216320, 0.876208, 0.430657> - 519: <-0.256999, 0.866124, 0.428698> - 520: <-0.216413, 0.853230, 0.474515> - 521: <-0.175453, 0.861426, 0.476614> - 522: <-0.175026, 0.884654, 0.432149> - 523: <-0.216320, 0.876208, 0.430657> - 524: <-0.175453, 0.861426, 0.476614> - 525: <-0.133553, 0.868033, 0.478208> - 526: <-0.132911, 0.891405, 0.433281> - 527: <-0.175026, 0.884654, 0.432149> - 528: <-0.133553, 0.868033, 0.478208> - 529: <-0.090429, 0.872976, 0.479307> - 530: <-0.089787, 0.896437, 0.433981> - 531: <-0.132911, 0.891405, 0.433281> - 532: <-0.090429, 0.872976, 0.479307> - 533: <-0.045871, 0.876095, 0.479951> - 534: <-0.045443, 0.899583, 0.434379> - 535: <-0.089787, 0.896437, 0.433981> - 536: <-0.045871, 0.876095, 0.479951> - 537: < 0.000000, 0.877169, 0.480182> - 538: < 0.000000, 0.900667, 0.434509> - 539: <-0.045443, 0.899583, 0.434379> - 540: < 0.000000, 0.877169, 0.480182> - 541: < 0.045871, 0.876095, 0.479951> - 542: < 0.045443, 0.899583, 0.434379> - 543: < 0.000000, 0.900667, 0.434509> - 544: < 0.045871, 0.876095, 0.479951> - 545: < 0.090429, 0.872976, 0.479307> - 546: < 0.089787, 0.896437, 0.433981> - 547: < 0.045443, 0.899583, 0.434379> - 548: < 0.090429, 0.872976, 0.479307> - 549: < 0.133553, 0.868033, 0.478208> - 550: < 0.132911, 0.891405, 0.433281> - 551: < 0.089787, 0.896437, 0.433981> - 552: < 0.133553, 0.868033, 0.478208> - 553: < 0.175453, 0.861426, 0.476614> - 554: < 0.175026, 0.884654, 0.432149> - 555: < 0.132911, 0.891405, 0.433281> - 556: < 0.175453, 0.861426, 0.476614> - 557: < 0.216413, 0.853230, 0.474515> - 558: < 0.216320, 0.876208, 0.430657> - 559: < 0.175026, 0.884654, 0.432149> - 560: < 0.216413, 0.853230, 0.474515> - 561: < 0.256606, 0.843490, 0.471888> - 562: < 0.256999, 0.866124, 0.428698> - 563: < 0.216320, 0.876208, 0.430657> - 564: < 0.256606, 0.843490, 0.471888> - 565: < 0.296339, 0.832128, 0.468770> - 566: < 0.297287, 0.854324, 0.426323> - 567: < 0.256999, 0.866124, 0.428698> - 568: < 0.296339, 0.832128, 0.468770> - 569: < 0.335801, 0.819039, 0.465202> - 570: < 0.337391, 0.840684, 0.423577> - 571: < 0.297287, 0.854324, 0.426323> - 572: < 0.335801, 0.819039, 0.465202> - 573: < 0.374961, 0.804154, 0.461239> - 574: < 0.377345, 0.825100, 0.420500> - 575: < 0.337391, 0.840684, 0.423577> - 576: < 0.374961, 0.804154, 0.461239> - 577: < 0.413777, 0.787421, 0.456900> - 578: < 0.417202, 0.807394, 0.417202> - 579: < 0.377345, 0.825100, 0.420500> - 580: < 0.413777, 0.787421, 0.456900> - 581: < 0.452290, 0.768679, 0.452290> - 582: < 0.456900, 0.787421, 0.413777> - 583: < 0.417202, 0.807394, 0.417202> - 584: < 0.452290, 0.768679, 0.452290> - 585: < 0.490534, 0.747688, 0.447593> - 586: < 0.496372, 0.764976, 0.410398> - 587: < 0.456900, 0.787421, 0.413777> - 588: < 0.490534, 0.747688, 0.447593> - 589: < 0.528478, 0.724109, 0.443145> - 590: < 0.535518, 0.739812, 0.407307> - 591: < 0.496372, 0.764976, 0.410398> - 592: < 0.528478, 0.724109, 0.443145> - 593: < 0.565794, 0.697667, 0.439475> - 594: < 0.574008, 0.711772, 0.404839> - 595: < 0.535518, 0.739812, 0.407307> - 596: < 0.565794, 0.697667, 0.439475> - 597: < 0.601963, 0.668312, 0.437036> - 598: < 0.611427, 0.680859, 0.403223> - 599: < 0.574008, 0.711772, 0.404839> - 600: <-0.611427, 0.680859, 0.403223> - 601: <-0.574008, 0.711772, 0.404839> - 602: <-0.581661, 0.724825, 0.369188> - 603: <-0.620305, 0.692544, 0.368246> - 604: <-0.574008, 0.711772, 0.404839> - 605: <-0.535518, 0.739812, 0.407307> - 606: <-0.542028, 0.754169, 0.370721> - 607: <-0.581661, 0.724825, 0.369188> - 608: <-0.535518, 0.739812, 0.407307> - 609: <-0.496372, 0.764976, 0.410398> - 610: <-0.501802, 0.780568, 0.372705> - 611: <-0.542028, 0.754169, 0.370721> - 612: <-0.496372, 0.764976, 0.410398> - 613: <-0.456900, 0.787421, 0.413777> - 614: <-0.461239, 0.804154, 0.374961> - 615: <-0.501802, 0.780568, 0.372705> - 616: <-0.456900, 0.787421, 0.413777> - 617: <-0.417202, 0.807394, 0.417202> - 618: <-0.420500, 0.825100, 0.377345> - 619: <-0.461239, 0.804154, 0.374961> - 620: <-0.417202, 0.807394, 0.417202> - 621: <-0.377345, 0.825100, 0.420500> - 622: <-0.379751, 0.843551, 0.379751> - 623: <-0.420500, 0.825100, 0.377345> - 624: <-0.377345, 0.825100, 0.420500> - 625: <-0.337391, 0.840684, 0.423577> - 626: <-0.339005, 0.859750, 0.381976> - 627: <-0.379751, 0.843551, 0.379751> - 628: <-0.337391, 0.840684, 0.423577> - 629: <-0.297287, 0.854324, 0.426323> - 630: <-0.298259, 0.873840, 0.383986> - 631: <-0.339005, 0.859750, 0.381976> - 632: <-0.297287, 0.854324, 0.426323> - 633: <-0.256999, 0.866124, 0.428698> - 634: <-0.257364, 0.886018, 0.385664> - 635: <-0.298259, 0.873840, 0.383986> - 636: <-0.256999, 0.866124, 0.428698> - 637: <-0.216320, 0.876208, 0.430657> - 638: <-0.216199, 0.896382, 0.386985> - 639: <-0.257364, 0.886018, 0.385664> - 640: <-0.216320, 0.876208, 0.430657> - 641: <-0.175026, 0.884654, 0.432149> - 642: <-0.174541, 0.904997, 0.387965> - 643: <-0.216199, 0.896382, 0.386985> - 644: <-0.175026, 0.884654, 0.432149> - 645: <-0.132911, 0.891405, 0.433281> - 646: <-0.132240, 0.911854, 0.388632> - 647: <-0.174541, 0.904997, 0.387965> - 648: <-0.132911, 0.891405, 0.433281> - 649: <-0.089787, 0.896437, 0.433981> - 650: <-0.089116, 0.916918, 0.388998> - 651: <-0.132240, 0.911854, 0.388632> - 652: <-0.089787, 0.896437, 0.433981> - 653: <-0.045443, 0.899583, 0.434379> - 654: <-0.045016, 0.920061, 0.389180> - 655: <-0.089116, 0.916918, 0.388998> - 656: <-0.045443, 0.899583, 0.434379> - 657: < 0.000000, 0.900667, 0.434509> - 658: < 0.000000, 0.921135, 0.389244> - 659: <-0.045016, 0.920061, 0.389180> - 660: < 0.000000, 0.900667, 0.434509> - 661: < 0.045443, 0.899583, 0.434379> - 662: < 0.045016, 0.920061, 0.389180> - 663: < 0.000000, 0.921135, 0.389244> - 664: < 0.045443, 0.899583, 0.434379> - 665: < 0.089787, 0.896437, 0.433981> - 666: < 0.089116, 0.916918, 0.388998> - 667: < 0.045016, 0.920061, 0.389180> - 668: < 0.089787, 0.896437, 0.433981> - 669: < 0.132911, 0.891405, 0.433281> - 670: < 0.132240, 0.911854, 0.388632> - 671: < 0.089116, 0.916918, 0.388998> - 672: < 0.132911, 0.891405, 0.433281> - 673: < 0.175026, 0.884654, 0.432149> - 674: < 0.174541, 0.904997, 0.387965> - 675: < 0.132240, 0.911854, 0.388632> - 676: < 0.175026, 0.884654, 0.432149> - 677: < 0.216320, 0.876208, 0.430657> - 678: < 0.216199, 0.896382, 0.386985> - 679: < 0.174541, 0.904997, 0.387965> - 680: < 0.216320, 0.876208, 0.430657> - 681: < 0.256999, 0.866124, 0.428698> - 682: < 0.257364, 0.886018, 0.385664> - 683: < 0.216199, 0.896382, 0.386985> - 684: < 0.256999, 0.866124, 0.428698> - 685: < 0.297287, 0.854324, 0.426323> - 686: < 0.298259, 0.873840, 0.383986> - 687: < 0.257364, 0.886018, 0.385664> - 688: < 0.297287, 0.854324, 0.426323> - 689: < 0.337391, 0.840684, 0.423577> - 690: < 0.339005, 0.859750, 0.381976> - 691: < 0.298259, 0.873840, 0.383986> - 692: < 0.337391, 0.840684, 0.423577> - 693: < 0.377345, 0.825100, 0.420500> - 694: < 0.379751, 0.843551, 0.379751> - 695: < 0.339005, 0.859750, 0.381976> - 696: < 0.377345, 0.825100, 0.420500> - 697: < 0.417202, 0.807394, 0.417202> - 698: < 0.420500, 0.825100, 0.377345> - 699: < 0.379751, 0.843551, 0.379751> - 700: < 0.417202, 0.807394, 0.417202> - 701: < 0.456900, 0.787421, 0.413777> - 702: < 0.461239, 0.804154, 0.374961> - 703: < 0.420500, 0.825100, 0.377345> - 704: < 0.456900, 0.787421, 0.413777> - 705: < 0.496372, 0.764976, 0.410398> - 706: < 0.501802, 0.780568, 0.372705> - 707: < 0.461239, 0.804154, 0.374961> - 708: < 0.496372, 0.764976, 0.410398> - 709: < 0.535518, 0.739812, 0.407307> - 710: < 0.542028, 0.754169, 0.370721> - 711: < 0.501802, 0.780568, 0.372705> - 712: < 0.535518, 0.739812, 0.407307> - 713: < 0.574008, 0.711772, 0.404839> - 714: < 0.581661, 0.724825, 0.369188> - 715: < 0.542028, 0.754169, 0.370721> - 716: < 0.574008, 0.711772, 0.404839> - 717: < 0.611427, 0.680859, 0.403223> - 718: < 0.620305, 0.692544, 0.368246> - 719: < 0.581661, 0.724825, 0.369188> - 720: <-0.620305, 0.692544, 0.368246> - 721: <-0.581661, 0.724825, 0.369188> - 722: <-0.588744, 0.736915, 0.332170> - 723: <-0.628603, 0.703467, 0.331652> - 724: <-0.581661, 0.724825, 0.369188> - 725: <-0.542028, 0.754169, 0.370721> - 726: <-0.548009, 0.767292, 0.333090> - 727: <-0.588744, 0.736915, 0.332170> - 728: <-0.542028, 0.754169, 0.370721> - 729: <-0.501802, 0.780568, 0.372705> - 730: <-0.506745, 0.794636, 0.334310> - 731: <-0.548009, 0.767292, 0.333090> - 732: <-0.501802, 0.780568, 0.372705> - 733: <-0.461239, 0.804154, 0.374961> - 734: <-0.465202, 0.819039, 0.335801> - 735: <-0.506745, 0.794636, 0.334310> - 736: <-0.461239, 0.804154, 0.374961> - 737: <-0.420500, 0.825100, 0.377345> - 738: <-0.423577, 0.840684, 0.337391> - 739: <-0.465202, 0.819039, 0.335801> - 740: <-0.420500, 0.825100, 0.377345> - 741: <-0.379751, 0.843551, 0.379751> - 742: <-0.381976, 0.859750, 0.339005> - 743: <-0.423577, 0.840684, 0.337391> - 744: <-0.379751, 0.843551, 0.379751> - 745: <-0.339005, 0.859750, 0.381976> - 746: <-0.340503, 0.876422, 0.340503> - 747: <-0.381976, 0.859750, 0.339005> - 748: <-0.339005, 0.859750, 0.381976> - 749: <-0.298259, 0.873840, 0.383986> - 750: <-0.299085, 0.890906, 0.341811> - 751: <-0.340503, 0.876422, 0.340503> - 752: <-0.298259, 0.873840, 0.383986> - 753: <-0.257364, 0.886018, 0.385664> - 754: <-0.257643, 0.903367, 0.342852> - 755: <-0.299085, 0.890906, 0.341811> - 756: <-0.257364, 0.886018, 0.385664> - 757: <-0.216199, 0.896382, 0.386985> - 758: <-0.215982, 0.913949, 0.343582> - 759: <-0.257643, 0.903367, 0.342852> - 760: <-0.216199, 0.896382, 0.386985> - 761: <-0.174541, 0.904997, 0.387965> - 762: <-0.173989, 0.922682, 0.344072> - 763: <-0.215982, 0.913949, 0.343582> - 764: <-0.174541, 0.904997, 0.387965> - 765: <-0.132240, 0.911854, 0.388632> - 766: <-0.131509, 0.929596, 0.344322> - 767: <-0.173989, 0.922682, 0.344072> - 768: <-0.132240, 0.911854, 0.388632> - 769: <-0.089116, 0.916918, 0.388998> - 770: <-0.088414, 0.934648, 0.344408> - 771: <-0.131509, 0.929596, 0.344322> - 772: <-0.089116, 0.916918, 0.388998> - 773: <-0.045016, 0.920061, 0.389180> - 774: <-0.044558, 0.937762, 0.344409> - 775: <-0.088414, 0.934648, 0.344408> - 776: <-0.045016, 0.920061, 0.389180> - 777: < 0.000000, 0.921135, 0.389244> - 778: < 0.000000, 0.938821, 0.344405> - 779: <-0.044558, 0.937762, 0.344409> - 780: < 0.000000, 0.921135, 0.389244> - 781: < 0.045016, 0.920061, 0.389180> - 782: < 0.044558, 0.937762, 0.344409> - 783: < 0.000000, 0.938821, 0.344405> - 784: < 0.045016, 0.920061, 0.389180> - 785: < 0.089116, 0.916918, 0.388998> - 786: < 0.088414, 0.934648, 0.344408> - 787: < 0.044558, 0.937762, 0.344409> - 788: < 0.089116, 0.916918, 0.388998> - 789: < 0.132240, 0.911854, 0.388632> - 790: < 0.131509, 0.929596, 0.344322> - 791: < 0.088414, 0.934648, 0.344408> - 792: < 0.132240, 0.911854, 0.388632> - 793: < 0.174541, 0.904997, 0.387965> - 794: < 0.173989, 0.922682, 0.344072> - 795: < 0.131509, 0.929596, 0.344322> - 796: < 0.174541, 0.904997, 0.387965> - 797: < 0.216199, 0.896382, 0.386985> - 798: < 0.215982, 0.913949, 0.343582> - 799: < 0.173989, 0.922682, 0.344072> - 800: < 0.216199, 0.896382, 0.386985> - 801: < 0.257364, 0.886018, 0.385664> - 802: < 0.257643, 0.903367, 0.342852> - 803: < 0.215982, 0.913949, 0.343582> - 804: < 0.257364, 0.886018, 0.385664> - 805: < 0.298259, 0.873840, 0.383986> - 806: < 0.299085, 0.890906, 0.341811> - 807: < 0.257643, 0.903367, 0.342852> - 808: < 0.298259, 0.873840, 0.383986> - 809: < 0.339005, 0.859750, 0.381976> - 810: < 0.340503, 0.876422, 0.340503> - 811: < 0.299085, 0.890906, 0.341811> - 812: < 0.339005, 0.859750, 0.381976> - 813: < 0.379751, 0.843551, 0.379751> - 814: < 0.381976, 0.859750, 0.339005> - 815: < 0.340503, 0.876422, 0.340503> - 816: < 0.379751, 0.843551, 0.379751> - 817: < 0.420500, 0.825100, 0.377345> - 818: < 0.423577, 0.840684, 0.337391> - 819: < 0.381976, 0.859750, 0.339005> - 820: < 0.420500, 0.825100, 0.377345> - 821: < 0.461239, 0.804154, 0.374961> - 822: < 0.465202, 0.819039, 0.335801> - 823: < 0.423577, 0.840684, 0.337391> - 824: < 0.461239, 0.804154, 0.374961> - 825: < 0.501802, 0.780568, 0.372705> - 826: < 0.506740, 0.794627, 0.334337> - 827: < 0.465202, 0.819039, 0.335801> - 828: < 0.501802, 0.780568, 0.372705> - 829: < 0.542028, 0.754169, 0.370721> - 830: < 0.548009, 0.767292, 0.333090> - 831: < 0.506740, 0.794627, 0.334337> - 832: < 0.542028, 0.754169, 0.370721> - 833: < 0.581661, 0.724825, 0.369188> - 834: < 0.588744, 0.736915, 0.332170> - 835: < 0.548009, 0.767292, 0.333090> - 836: < 0.581661, 0.724825, 0.369188> - 837: < 0.620305, 0.692544, 0.368246> - 838: < 0.628603, 0.703467, 0.331652> - 839: < 0.588744, 0.736915, 0.332170> - 840: <-0.628603, 0.703467, 0.331652> - 841: <-0.588744, 0.736915, 0.332170> - 842: <-0.595158, 0.747816, 0.294207> - 843: <-0.636150, 0.713396, 0.293904> - 844: <-0.588744, 0.736915, 0.332170> - 845: <-0.548009, 0.767292, 0.333090> - 846: <-0.553415, 0.779017, 0.294729> - 847: <-0.595158, 0.747816, 0.294207> - 848: <-0.548009, 0.767292, 0.333090> - 849: <-0.506745, 0.794636, 0.334310> - 850: <-0.511198, 0.807082, 0.295457> - 851: <-0.553415, 0.779017, 0.294729> - 852: <-0.506745, 0.794636, 0.334310> - 853: <-0.465202, 0.819039, 0.335801> - 854: <-0.468770, 0.832128, 0.296339> - 855: <-0.511198, 0.807082, 0.295457> - 856: <-0.465202, 0.819039, 0.335801> - 857: <-0.423577, 0.840684, 0.337391> - 858: <-0.426323, 0.854324, 0.297287> - 859: <-0.468770, 0.832128, 0.296339> - 860: <-0.423577, 0.840684, 0.337391> - 861: <-0.381976, 0.859750, 0.339005> - 862: <-0.383989, 0.873848, 0.298231> - 863: <-0.426323, 0.854324, 0.297287> - 864: <-0.381976, 0.859750, 0.339005> - 865: <-0.340503, 0.876422, 0.340503> - 866: <-0.341811, 0.890906, 0.299085> - 867: <-0.383989, 0.873848, 0.298231> - 868: <-0.340503, 0.876422, 0.340503> - 869: <-0.299085, 0.890906, 0.341811> - 870: <-0.299762, 0.905696, 0.299762> - 871: <-0.341811, 0.890906, 0.299085> - 872: <-0.299085, 0.890906, 0.341811> - 873: <-0.257643, 0.903367, 0.342852> - 874: <-0.257736, 0.918390, 0.300219> - 875: <-0.299762, 0.905696, 0.299762> - 876: <-0.257643, 0.903367, 0.342852> - 877: <-0.215982, 0.913949, 0.343582> - 878: <-0.215649, 0.929096, 0.300461> - 879: <-0.257736, 0.918390, 0.300219> - 880: <-0.215982, 0.913949, 0.343582> - 881: <-0.173989, 0.922682, 0.344072> - 882: <-0.173351, 0.937897, 0.300496> - 883: <-0.215649, 0.929096, 0.300461> - 884: <-0.173989, 0.922682, 0.344072> - 885: <-0.131509, 0.929596, 0.344322> - 886: <-0.130743, 0.944802, 0.300427> - 887: <-0.173351, 0.937897, 0.300496> - 888: <-0.131509, 0.929596, 0.344322> - 889: <-0.088414, 0.934648, 0.344408> - 890: <-0.087712, 0.949820, 0.300248> - 891: <-0.130743, 0.944802, 0.300427> - 892: <-0.088414, 0.934648, 0.344408> - 893: <-0.044558, 0.937762, 0.344409> - 894: <-0.044130, 0.952889, 0.300092> - 895: <-0.087712, 0.949820, 0.300248> - 896: <-0.044558, 0.937762, 0.344409> - 897: < 0.000000, 0.938821, 0.344405> - 898: < 0.000000, 0.953921, 0.300059> - 899: <-0.044130, 0.952889, 0.300092> - 900: < 0.000000, 0.938821, 0.344405> - 901: < 0.044558, 0.937762, 0.344409> - 902: < 0.044130, 0.952889, 0.300092> - 903: < 0.000000, 0.953921, 0.300059> - 904: < 0.044558, 0.937762, 0.344409> - 905: < 0.088414, 0.934648, 0.344408> - 906: < 0.087712, 0.949820, 0.300248> - 907: < 0.044130, 0.952889, 0.300092> - 908: < 0.088414, 0.934648, 0.344408> - 909: < 0.131509, 0.929596, 0.344322> - 910: < 0.130743, 0.944802, 0.300427> - 911: < 0.087712, 0.949820, 0.300248> - 912: < 0.131509, 0.929596, 0.344322> - 913: < 0.173989, 0.922682, 0.344072> - 914: < 0.173351, 0.937897, 0.300496> - 915: < 0.130743, 0.944802, 0.300427> - 916: < 0.173989, 0.922682, 0.344072> - 917: < 0.215982, 0.913949, 0.343582> - 918: < 0.215649, 0.929096, 0.300461> - 919: < 0.173351, 0.937897, 0.300496> - 920: < 0.215982, 0.913949, 0.343582> - 921: < 0.257643, 0.903367, 0.342852> - 922: < 0.257736, 0.918390, 0.300219> - 923: < 0.215649, 0.929096, 0.300461> - 924: < 0.257643, 0.903367, 0.342852> - 925: < 0.299085, 0.890906, 0.341811> - 926: < 0.299762, 0.905696, 0.299762> - 927: < 0.257736, 0.918390, 0.300219> - 928: < 0.299085, 0.890906, 0.341811> - 929: < 0.340503, 0.876422, 0.340503> - 930: < 0.341811, 0.890906, 0.299085> - 931: < 0.299762, 0.905696, 0.299762> - 932: < 0.340503, 0.876422, 0.340503> - 933: < 0.381976, 0.859750, 0.339005> - 934: < 0.383986, 0.873840, 0.298259> - 935: < 0.341811, 0.890906, 0.299085> - 936: < 0.381976, 0.859750, 0.339005> - 937: < 0.423577, 0.840684, 0.337391> - 938: < 0.426323, 0.854324, 0.297287> - 939: < 0.383986, 0.873840, 0.298259> - 940: < 0.423577, 0.840684, 0.337391> - 941: < 0.465202, 0.819039, 0.335801> - 942: < 0.468770, 0.832128, 0.296339> - 943: < 0.426323, 0.854324, 0.297287> - 944: < 0.465202, 0.819039, 0.335801> - 945: < 0.506740, 0.794627, 0.334337> - 946: < 0.511198, 0.807082, 0.295457> - 947: < 0.468770, 0.832128, 0.296339> - 948: < 0.506740, 0.794627, 0.334337> - 949: < 0.548009, 0.767292, 0.333090> - 950: < 0.553415, 0.779017, 0.294729> - 951: < 0.511198, 0.807082, 0.295457> - 952: < 0.548009, 0.767292, 0.333090> - 953: < 0.588744, 0.736915, 0.332170> - 954: < 0.595158, 0.747816, 0.294207> - 955: < 0.553415, 0.779017, 0.294729> - 956: < 0.588744, 0.736915, 0.332170> - 957: < 0.628603, 0.703467, 0.331652> - 958: < 0.636150, 0.713396, 0.293904> - 959: < 0.595158, 0.747816, 0.294207> - 960: <-0.636150, 0.713396, 0.293904> - 961: <-0.595158, 0.747816, 0.294207> - 962: <-0.600829, 0.757361, 0.255750> - 963: <-0.642833, 0.722093, 0.255632> - 964: <-0.595158, 0.747816, 0.294207> - 965: <-0.553415, 0.779017, 0.294729> - 966: <-0.558172, 0.789266, 0.255937> - 967: <-0.600829, 0.757361, 0.255750> - 968: <-0.553415, 0.779017, 0.294729> - 969: <-0.511198, 0.807082, 0.295457> - 970: <-0.515110, 0.817925, 0.256243> - 971: <-0.558172, 0.789266, 0.255937> - 972: <-0.511198, 0.807082, 0.295457> - 973: <-0.468770, 0.832128, 0.296339> - 974: <-0.471888, 0.843490, 0.256606> - 975: <-0.515110, 0.817925, 0.256243> - 976: <-0.468770, 0.832128, 0.296339> - 977: <-0.426323, 0.854324, 0.297287> - 978: <-0.428698, 0.866124, 0.256999> - 979: <-0.471888, 0.843490, 0.256606> - 980: <-0.426323, 0.854324, 0.297287> - 981: <-0.383989, 0.873848, 0.298231> - 982: <-0.385664, 0.886018, 0.257364> - 983: <-0.428698, 0.866124, 0.256999> - 984: <-0.383989, 0.873848, 0.298231> - 985: <-0.341811, 0.890906, 0.299085> - 986: <-0.342852, 0.903367, 0.257643> - 987: <-0.385664, 0.886018, 0.257364> - 988: <-0.341811, 0.890906, 0.299085> - 989: <-0.299762, 0.905696, 0.299762> - 990: <-0.300219, 0.918390, 0.257736> - 991: <-0.342852, 0.903367, 0.257643> - 992: <-0.299762, 0.905696, 0.299762> - 993: <-0.257736, 0.918390, 0.300219> - 994: <-0.257702, 0.931225, 0.257702> - 995: <-0.300219, 0.918390, 0.257736> - 996: <-0.257736, 0.918390, 0.300219> - 997: <-0.215649, 0.929096, 0.300461> - 998: <-0.215220, 0.942000, 0.257519> - 999: <-0.257702, 0.931225, 0.257702> - 1000: <-0.215649, 0.929096, 0.300461> - 1001: <-0.173351, 0.937897, 0.300496> - 1002: <-0.172679, 0.950800, 0.257217> - 1003: <-0.215220, 0.942000, 0.257519> - 1004: <-0.173351, 0.937897, 0.300496> - 1005: <-0.130743, 0.944802, 0.300427> - 1006: <-0.129981, 0.957663, 0.256880> - 1007: <-0.172679, 0.950800, 0.257217> - 1008: <-0.130743, 0.944802, 0.300427> - 1009: <-0.087712, 0.949820, 0.300248> - 1010: <-0.087041, 0.962605, 0.256544> - 1011: <-0.129981, 0.957663, 0.256880> - 1012: <-0.087712, 0.949820, 0.300248> - 1013: <-0.044130, 0.952889, 0.300092> - 1014: <-0.043703, 0.965618, 0.256267> - 1015: <-0.087041, 0.962605, 0.256544> - 1016: <-0.044130, 0.952889, 0.300092> - 1017: < 0.000000, 0.953921, 0.300059> - 1018: < 0.000000, 0.966630, 0.256177> - 1019: <-0.043703, 0.965618, 0.256267> - 1020: < 0.000000, 0.953921, 0.300059> - 1021: < 0.044130, 0.952889, 0.300092> - 1022: < 0.043703, 0.965618, 0.256267> - 1023: < 0.000000, 0.966630, 0.256177> - 1024: < 0.044130, 0.952889, 0.300092> - 1025: < 0.087712, 0.949820, 0.300248> - 1026: < 0.087041, 0.962605, 0.256544> - 1027: < 0.043703, 0.965618, 0.256267> - 1028: < 0.087712, 0.949820, 0.300248> - 1029: < 0.130743, 0.944802, 0.300427> - 1030: < 0.129981, 0.957663, 0.256880> - 1031: < 0.087041, 0.962605, 0.256544> - 1032: < 0.130743, 0.944802, 0.300427> - 1033: < 0.173351, 0.937897, 0.300496> - 1034: < 0.172679, 0.950800, 0.257217> - 1035: < 0.129981, 0.957663, 0.256880> - 1036: < 0.173351, 0.937897, 0.300496> - 1037: < 0.215649, 0.929096, 0.300461> - 1038: < 0.215220, 0.942000, 0.257519> - 1039: < 0.172679, 0.950800, 0.257217> - 1040: < 0.215649, 0.929096, 0.300461> - 1041: < 0.257736, 0.918390, 0.300219> - 1042: < 0.257702, 0.931225, 0.257702> - 1043: < 0.215220, 0.942000, 0.257519> - 1044: < 0.257736, 0.918390, 0.300219> - 1045: < 0.299762, 0.905696, 0.299762> - 1046: < 0.300219, 0.918390, 0.257736> - 1047: < 0.257702, 0.931225, 0.257702> - 1048: < 0.299762, 0.905696, 0.299762> - 1049: < 0.341811, 0.890906, 0.299085> - 1050: < 0.342852, 0.903367, 0.257643> - 1051: < 0.300219, 0.918390, 0.257736> - 1052: < 0.341811, 0.890906, 0.299085> - 1053: < 0.383986, 0.873840, 0.298259> - 1054: < 0.385664, 0.886018, 0.257364> - 1055: < 0.342852, 0.903367, 0.257643> - 1056: < 0.383986, 0.873840, 0.298259> - 1057: < 0.426323, 0.854324, 0.297287> - 1058: < 0.428698, 0.866124, 0.256999> - 1059: < 0.385664, 0.886018, 0.257364> - 1060: < 0.426323, 0.854324, 0.297287> - 1061: < 0.468770, 0.832128, 0.296339> - 1062: < 0.471888, 0.843490, 0.256606> - 1063: < 0.428698, 0.866124, 0.256999> - 1064: < 0.468770, 0.832128, 0.296339> - 1065: < 0.511198, 0.807082, 0.295457> - 1066: < 0.515110, 0.817925, 0.256243> - 1067: < 0.471888, 0.843490, 0.256606> - 1068: < 0.511198, 0.807082, 0.295457> - 1069: < 0.553415, 0.779017, 0.294729> - 1070: < 0.558172, 0.789266, 0.255937> - 1071: < 0.515110, 0.817925, 0.256243> - 1072: < 0.553415, 0.779017, 0.294729> - 1073: < 0.595158, 0.747816, 0.294207> - 1074: < 0.600829, 0.757361, 0.255750> - 1075: < 0.558172, 0.789266, 0.255937> - 1076: < 0.595158, 0.747816, 0.294207> - 1077: < 0.636150, 0.713396, 0.293904> - 1078: < 0.642833, 0.722093, 0.255632> - 1079: < 0.600829, 0.757361, 0.255750> - 1080: <-0.642833, 0.722093, 0.255632> - 1081: <-0.600829, 0.757361, 0.255750> - 1082: <-0.605748, 0.765608, 0.216596> - 1083: <-0.648606, 0.729636, 0.216660> - 1084: <-0.600829, 0.757361, 0.255750> - 1085: <-0.558172, 0.789266, 0.255937> - 1086: <-0.562257, 0.798110, 0.216534> - 1087: <-0.605748, 0.765608, 0.216596> - 1088: <-0.558172, 0.789266, 0.255937> - 1089: <-0.515110, 0.817925, 0.256243> - 1090: <-0.518435, 0.827263, 0.216475> - 1091: <-0.562257, 0.798110, 0.216534> - 1092: <-0.515110, 0.817925, 0.256243> - 1093: <-0.471888, 0.843490, 0.256606> - 1094: <-0.474515, 0.853230, 0.216413> - 1095: <-0.518435, 0.827263, 0.216475> - 1096: <-0.471888, 0.843490, 0.256606> - 1097: <-0.428698, 0.866124, 0.256999> - 1098: <-0.430657, 0.876208, 0.216320> - 1099: <-0.474515, 0.853230, 0.216413> - 1100: <-0.428698, 0.866124, 0.256999> - 1101: <-0.385664, 0.886018, 0.257364> - 1102: <-0.386985, 0.896382, 0.216199> - 1103: <-0.430657, 0.876208, 0.216320> - 1104: <-0.385664, 0.886018, 0.257364> - 1105: <-0.342852, 0.903367, 0.257643> - 1106: <-0.343582, 0.913949, 0.215982> - 1107: <-0.386985, 0.896382, 0.216199> - 1108: <-0.342852, 0.903367, 0.257643> - 1109: <-0.300219, 0.918390, 0.257736> - 1110: <-0.300461, 0.929096, 0.215649> - 1111: <-0.343582, 0.913949, 0.215982> - 1112: <-0.300219, 0.918390, 0.257736> - 1113: <-0.257702, 0.931225, 0.257702> - 1114: <-0.257519, 0.942000, 0.215220> - 1115: <-0.300461, 0.929096, 0.215649> - 1116: <-0.257702, 0.931225, 0.257702> - 1117: <-0.215220, 0.942000, 0.257519> - 1118: <-0.214732, 0.952775, 0.214732> - 1119: <-0.257519, 0.942000, 0.215220> - 1120: <-0.215220, 0.942000, 0.257519> - 1121: <-0.172679, 0.950800, 0.257217> - 1122: <-0.172005, 0.961530, 0.214182> - 1123: <-0.214732, 0.952775, 0.214732> - 1124: <-0.172679, 0.950800, 0.257217> - 1125: <-0.129981, 0.957663, 0.256880> - 1126: <-0.129250, 0.968319, 0.213666> - 1127: <-0.172005, 0.961530, 0.214182> - 1128: <-0.129981, 0.957663, 0.256880> - 1129: <-0.087041, 0.962605, 0.256544> - 1130: <-0.086398, 0.973180, 0.213204> - 1131: <-0.129250, 0.968319, 0.213666> - 1132: <-0.087041, 0.962605, 0.256544> - 1133: <-0.043703, 0.965618, 0.256267> - 1134: <-0.043306, 0.976120, 0.212870> - 1135: <-0.086398, 0.973180, 0.213204> - 1136: <-0.043703, 0.965618, 0.256267> - 1137: < 0.000000, 0.966630, 0.256177> - 1138: < 0.000000, 0.977107, 0.212750> - 1139: <-0.043306, 0.976120, 0.212870> - 1140: < 0.000000, 0.966630, 0.256177> - 1141: < 0.043703, 0.965618, 0.256267> - 1142: < 0.043306, 0.976120, 0.212870> - 1143: < 0.000000, 0.977107, 0.212750> - 1144: < 0.043703, 0.965618, 0.256267> - 1145: < 0.087041, 0.962605, 0.256544> - 1146: < 0.086398, 0.973180, 0.213204> - 1147: < 0.043306, 0.976120, 0.212870> - 1148: < 0.087041, 0.962605, 0.256544> - 1149: < 0.129981, 0.957663, 0.256880> - 1150: < 0.129250, 0.968319, 0.213666> - 1151: < 0.086398, 0.973180, 0.213204> - 1152: < 0.129981, 0.957663, 0.256880> - 1153: < 0.172679, 0.950800, 0.257217> - 1154: < 0.172005, 0.961530, 0.214182> - 1155: < 0.129250, 0.968319, 0.213666> - 1156: < 0.172679, 0.950800, 0.257217> - 1157: < 0.215220, 0.942000, 0.257519> - 1158: < 0.214732, 0.952775, 0.214732> - 1159: < 0.172005, 0.961530, 0.214182> - 1160: < 0.215220, 0.942000, 0.257519> - 1161: < 0.257702, 0.931225, 0.257702> - 1162: < 0.257519, 0.942000, 0.215220> - 1163: < 0.214732, 0.952775, 0.214732> - 1164: < 0.257702, 0.931225, 0.257702> - 1165: < 0.300219, 0.918390, 0.257736> - 1166: < 0.300461, 0.929096, 0.215649> - 1167: < 0.257519, 0.942000, 0.215220> - 1168: < 0.300219, 0.918390, 0.257736> - 1169: < 0.342852, 0.903367, 0.257643> - 1170: < 0.343582, 0.913949, 0.215982> - 1171: < 0.300461, 0.929096, 0.215649> - 1172: < 0.342852, 0.903367, 0.257643> - 1173: < 0.385664, 0.886018, 0.257364> - 1174: < 0.386985, 0.896382, 0.216199> - 1175: < 0.343582, 0.913949, 0.215982> - 1176: < 0.385664, 0.886018, 0.257364> - 1177: < 0.428698, 0.866124, 0.256999> - 1178: < 0.430657, 0.876208, 0.216320> - 1179: < 0.386985, 0.896382, 0.216199> - 1180: < 0.428698, 0.866124, 0.256999> - 1181: < 0.471888, 0.843490, 0.256606> - 1182: < 0.474515, 0.853230, 0.216413> - 1183: < 0.430657, 0.876208, 0.216320> - 1184: < 0.471888, 0.843490, 0.256606> - 1185: < 0.515110, 0.817925, 0.256243> - 1186: < 0.518435, 0.827263, 0.216475> - 1187: < 0.474515, 0.853230, 0.216413> - 1188: < 0.515110, 0.817925, 0.256243> - 1189: < 0.558172, 0.789266, 0.255937> - 1190: < 0.562257, 0.798110, 0.216534> - 1191: < 0.518435, 0.827263, 0.216475> - 1192: < 0.558172, 0.789266, 0.255937> - 1193: < 0.600829, 0.757361, 0.255750> - 1194: < 0.605748, 0.765608, 0.216596> - 1195: < 0.562257, 0.798110, 0.216534> - 1196: < 0.600829, 0.757361, 0.255750> - 1197: < 0.642833, 0.722093, 0.255632> - 1198: < 0.648606, 0.729636, 0.216660> - 1199: < 0.605748, 0.765608, 0.216596> - 1200: <-0.648606, 0.729636, 0.216660> - 1201: <-0.605748, 0.765608, 0.216596> - 1202: <-0.609892, 0.772589, 0.176461> - 1203: <-0.653502, 0.736025, 0.176644> - 1204: <-0.605748, 0.765608, 0.216596> - 1205: <-0.562257, 0.798110, 0.216534> - 1206: <-0.565675, 0.805587, 0.176188> - 1207: <-0.609892, 0.772589, 0.176461> - 1208: <-0.562257, 0.798110, 0.216534> - 1209: <-0.518435, 0.827263, 0.216475> - 1210: <-0.521180, 0.835133, 0.175853> - 1211: <-0.565675, 0.805587, 0.176188> - 1212: <-0.518435, 0.827263, 0.216475> - 1213: <-0.474515, 0.853230, 0.216413> - 1214: <-0.476614, 0.861427, 0.175453> - 1215: <-0.521180, 0.835133, 0.175853> - 1216: <-0.474515, 0.853230, 0.216413> - 1217: <-0.430657, 0.876208, 0.216320> - 1218: <-0.432149, 0.884654, 0.175026> - 1219: <-0.476614, 0.861427, 0.175453> - 1220: <-0.430657, 0.876208, 0.216320> - 1221: <-0.386985, 0.896382, 0.216199> - 1222: <-0.387965, 0.904997, 0.174541> - 1223: <-0.432149, 0.884654, 0.175026> - 1224: <-0.386985, 0.896382, 0.216199> - 1225: <-0.343582, 0.913949, 0.215982> - 1226: <-0.344072, 0.922682, 0.173989> - 1227: <-0.387965, 0.904997, 0.174541> - 1228: <-0.343582, 0.913949, 0.215982> - 1229: <-0.300461, 0.929096, 0.215649> - 1230: <-0.300496, 0.937897, 0.173351> - 1231: <-0.344072, 0.922682, 0.173989> - 1232: <-0.300461, 0.929096, 0.215649> - 1233: <-0.257519, 0.942000, 0.215220> - 1234: <-0.257217, 0.950800, 0.172679> - 1235: <-0.300496, 0.937897, 0.173351> - 1236: <-0.257519, 0.942000, 0.215220> - 1237: <-0.214732, 0.952775, 0.214732> - 1238: <-0.214182, 0.961530, 0.172005> - 1239: <-0.257217, 0.950800, 0.172679> - 1240: <-0.214732, 0.952775, 0.214732> - 1241: <-0.172005, 0.961530, 0.214182> - 1242: <-0.171305, 0.970211, 0.171305> - 1243: <-0.214182, 0.961530, 0.172005> - 1244: <-0.172005, 0.961530, 0.214182> - 1245: <-0.129250, 0.968319, 0.213666> - 1246: <-0.128545, 0.976904, 0.170691> - 1247: <-0.171305, 0.970211, 0.171305> - 1248: <-0.129250, 0.968319, 0.213666> - 1249: <-0.086398, 0.973180, 0.213204> - 1250: <-0.085788, 0.981668, 0.170203> - 1251: <-0.128545, 0.976904, 0.170691> - 1252: <-0.086398, 0.973180, 0.213204> - 1253: <-0.043306, 0.976120, 0.212870> - 1254: <-0.042970, 0.984535, 0.169837> - 1255: <-0.085788, 0.981668, 0.170203> - 1256: <-0.043306, 0.976120, 0.212870> - 1257: < 0.000000, 0.977107, 0.212750> - 1258: < 0.000000, 0.985488, 0.169746> - 1259: <-0.042970, 0.984535, 0.169837> - 1260: < 0.000000, 0.977107, 0.212750> - 1261: < 0.043306, 0.976120, 0.212870> - 1262: < 0.042970, 0.984530, 0.169866> - 1263: < 0.000000, 0.985488, 0.169746> - 1264: < 0.043306, 0.976120, 0.212870> - 1265: < 0.086398, 0.973180, 0.213204> - 1266: < 0.085788, 0.981668, 0.170203> - 1267: < 0.042970, 0.984530, 0.169866> - 1268: < 0.086398, 0.973180, 0.213204> - 1269: < 0.129250, 0.968319, 0.213666> - 1270: < 0.128545, 0.976904, 0.170691> - 1271: < 0.085788, 0.981668, 0.170203> - 1272: < 0.129250, 0.968319, 0.213666> - 1273: < 0.172005, 0.961530, 0.214182> - 1274: < 0.171305, 0.970211, 0.171305> - 1275: < 0.128545, 0.976904, 0.170691> - 1276: < 0.172005, 0.961530, 0.214182> - 1277: < 0.214732, 0.952775, 0.214732> - 1278: < 0.214182, 0.961530, 0.172005> - 1279: < 0.171305, 0.970211, 0.171305> - 1280: < 0.214732, 0.952775, 0.214732> - 1281: < 0.257519, 0.942000, 0.215220> - 1282: < 0.257217, 0.950800, 0.172679> - 1283: < 0.214182, 0.961530, 0.172005> - 1284: < 0.257519, 0.942000, 0.215220> - 1285: < 0.300461, 0.929096, 0.215649> - 1286: < 0.300496, 0.937897, 0.173351> - 1287: < 0.257217, 0.950800, 0.172679> - 1288: < 0.300461, 0.929096, 0.215649> - 1289: < 0.343582, 0.913949, 0.215982> - 1290: < 0.344072, 0.922682, 0.173989> - 1291: < 0.300496, 0.937897, 0.173351> - 1292: < 0.343582, 0.913949, 0.215982> - 1293: < 0.386985, 0.896382, 0.216199> - 1294: < 0.387965, 0.904997, 0.174541> - 1295: < 0.344072, 0.922682, 0.173989> - 1296: < 0.386985, 0.896382, 0.216199> - 1297: < 0.430657, 0.876208, 0.216320> - 1298: < 0.432149, 0.884654, 0.175026> - 1299: < 0.387965, 0.904997, 0.174541> - 1300: < 0.430657, 0.876208, 0.216320> - 1301: < 0.474515, 0.853230, 0.216413> - 1302: < 0.476614, 0.861427, 0.175453> - 1303: < 0.432149, 0.884654, 0.175026> - 1304: < 0.474515, 0.853230, 0.216413> - 1305: < 0.518435, 0.827263, 0.216475> - 1306: < 0.521180, 0.835133, 0.175853> - 1307: < 0.476614, 0.861427, 0.175453> - 1308: < 0.518435, 0.827263, 0.216475> - 1309: < 0.562257, 0.798110, 0.216534> - 1310: < 0.565675, 0.805587, 0.176188> - 1311: < 0.521180, 0.835133, 0.175853> - 1312: < 0.562257, 0.798110, 0.216534> - 1313: < 0.605748, 0.765608, 0.216596> - 1314: < 0.609892, 0.772589, 0.176461> - 1315: < 0.565675, 0.805587, 0.176188> - 1316: < 0.605748, 0.765608, 0.216596> - 1317: < 0.648606, 0.729636, 0.216660> - 1318: < 0.653502, 0.736025, 0.176644> - 1319: < 0.609892, 0.772589, 0.176461> - 1320: <-0.653502, 0.736025, 0.176644> - 1321: <-0.609892, 0.772589, 0.176461> - 1322: <-0.613215, 0.778292, 0.135015> - 1323: <-0.657468, 0.741243, 0.135260> - 1324: <-0.609892, 0.772589, 0.176461> - 1325: <-0.565675, 0.805587, 0.176188> - 1326: <-0.568382, 0.811677, 0.134618> - 1327: <-0.613215, 0.778292, 0.135015> - 1328: <-0.565675, 0.805587, 0.176188> - 1329: <-0.521180, 0.835133, 0.175853> - 1330: <-0.523307, 0.841527, 0.134100> - 1331: <-0.568382, 0.811677, 0.134618> - 1332: <-0.521180, 0.835133, 0.175853> - 1333: <-0.476614, 0.861427, 0.175453> - 1334: <-0.478208, 0.868033, 0.133553> - 1335: <-0.523307, 0.841527, 0.134100> - 1336: <-0.476614, 0.861427, 0.175453> - 1337: <-0.432149, 0.884654, 0.175026> - 1338: <-0.433256, 0.891416, 0.132913> - 1339: <-0.478208, 0.868033, 0.133553> - 1340: <-0.432149, 0.884654, 0.175026> - 1341: <-0.387965, 0.904997, 0.174541> - 1342: <-0.388632, 0.911854, 0.132240> - 1343: <-0.433256, 0.891416, 0.132913> - 1344: <-0.387965, 0.904997, 0.174541> - 1345: <-0.344072, 0.922682, 0.173989> - 1346: <-0.344322, 0.929596, 0.131509> - 1347: <-0.388632, 0.911854, 0.132240> - 1348: <-0.344072, 0.922682, 0.173989> - 1349: <-0.300496, 0.937897, 0.173351> - 1350: <-0.300427, 0.944802, 0.130743> - 1351: <-0.344322, 0.929596, 0.131509> - 1352: <-0.300496, 0.937897, 0.173351> - 1353: <-0.257217, 0.950800, 0.172679> - 1354: <-0.256880, 0.957663, 0.129981> - 1355: <-0.300427, 0.944802, 0.130743> - 1356: <-0.257217, 0.950800, 0.172679> - 1357: <-0.214182, 0.961530, 0.172005> - 1358: <-0.213666, 0.968319, 0.129250> - 1359: <-0.256880, 0.957663, 0.129981> - 1360: <-0.214182, 0.961530, 0.172005> - 1361: <-0.171305, 0.970211, 0.171305> - 1362: <-0.170691, 0.976904, 0.128545> - 1363: <-0.213666, 0.968319, 0.129250> - 1364: <-0.171305, 0.970211, 0.171305> - 1365: <-0.128545, 0.976904, 0.170691> - 1366: <-0.127935, 0.983497, 0.127935> - 1367: <-0.170691, 0.976904, 0.128545> - 1368: <-0.128545, 0.976904, 0.170691> - 1369: <-0.085788, 0.981668, 0.170203> - 1370: <-0.085300, 0.988171, 0.127447> - 1371: <-0.127935, 0.983497, 0.127935> - 1372: <-0.085788, 0.981668, 0.170203> - 1373: <-0.042970, 0.984535, 0.169837> - 1374: <-0.042666, 0.990966, 0.127144> - 1375: <-0.085300, 0.988171, 0.127447> - 1376: <-0.042970, 0.984535, 0.169837> - 1377: < 0.000000, 0.985488, 0.169746> - 1378: < 0.000000, 0.991900, 0.127020> - 1379: <-0.042666, 0.990966, 0.127144> - 1380: < 0.000000, 0.985488, 0.169746> - 1381: < 0.042970, 0.984530, 0.169866> - 1382: < 0.042666, 0.990966, 0.127144> - 1383: < 0.000000, 0.991900, 0.127020> - 1384: < 0.042970, 0.984530, 0.169866> - 1385: < 0.085788, 0.981668, 0.170203> - 1386: < 0.085300, 0.988171, 0.127447> - 1387: < 0.042666, 0.990966, 0.127144> - 1388: < 0.085788, 0.981668, 0.170203> - 1389: < 0.128545, 0.976904, 0.170691> - 1390: < 0.127935, 0.983497, 0.127935> - 1391: < 0.085300, 0.988171, 0.127447> - 1392: < 0.128545, 0.976904, 0.170691> - 1393: < 0.171305, 0.970211, 0.171305> - 1394: < 0.170691, 0.976904, 0.128545> - 1395: < 0.127935, 0.983497, 0.127935> - 1396: < 0.171305, 0.970211, 0.171305> - 1397: < 0.214182, 0.961530, 0.172005> - 1398: < 0.213666, 0.968319, 0.129250> - 1399: < 0.170691, 0.976904, 0.128545> - 1400: < 0.214182, 0.961530, 0.172005> - 1401: < 0.257217, 0.950800, 0.172679> - 1402: < 0.256880, 0.957663, 0.129981> - 1403: < 0.213666, 0.968319, 0.129250> - 1404: < 0.257217, 0.950800, 0.172679> - 1405: < 0.300496, 0.937897, 0.173351> - 1406: < 0.300427, 0.944802, 0.130743> - 1407: < 0.256880, 0.957663, 0.129981> - 1408: < 0.300496, 0.937897, 0.173351> - 1409: < 0.344072, 0.922682, 0.173989> - 1410: < 0.344322, 0.929596, 0.131509> - 1411: < 0.300427, 0.944802, 0.130743> - 1412: < 0.344072, 0.922682, 0.173989> - 1413: < 0.387965, 0.904997, 0.174541> - 1414: < 0.388632, 0.911854, 0.132240> - 1415: < 0.344322, 0.929596, 0.131509> - 1416: < 0.387965, 0.904997, 0.174541> - 1417: < 0.432149, 0.884654, 0.175026> - 1418: < 0.433281, 0.891405, 0.132911> - 1419: < 0.388632, 0.911854, 0.132240> - 1420: < 0.432149, 0.884654, 0.175026> - 1421: < 0.476614, 0.861427, 0.175453> - 1422: < 0.478208, 0.868033, 0.133553> - 1423: < 0.433281, 0.891405, 0.132911> - 1424: < 0.476614, 0.861427, 0.175453> - 1425: < 0.521180, 0.835133, 0.175853> - 1426: < 0.523307, 0.841527, 0.134100> - 1427: < 0.478208, 0.868033, 0.133553> - 1428: < 0.521180, 0.835133, 0.175853> - 1429: < 0.565675, 0.805587, 0.176188> - 1430: < 0.568382, 0.811677, 0.134618> - 1431: < 0.523307, 0.841527, 0.134100> - 1432: < 0.565675, 0.805587, 0.176188> - 1433: < 0.609892, 0.772589, 0.176461> - 1434: < 0.613196, 0.778306, 0.135018> - 1435: < 0.568382, 0.811677, 0.134618> - 1436: < 0.609892, 0.772589, 0.176461> - 1437: < 0.653502, 0.736025, 0.176644> - 1438: < 0.657468, 0.741243, 0.135260> - 1439: < 0.613196, 0.778306, 0.135018> - 1440: <-0.657468, 0.741243, 0.135260> - 1441: <-0.613215, 0.778292, 0.135015> - 1442: <-0.615697, 0.782607, 0.091894> - 1443: <-0.660463, 0.745184, 0.092137> - 1444: <-0.613215, 0.778292, 0.135015> - 1445: <-0.568382, 0.811677, 0.134618> - 1446: <-0.570377, 0.816271, 0.091497> - 1447: <-0.615697, 0.782607, 0.091894> - 1448: <-0.568382, 0.811677, 0.134618> - 1449: <-0.523307, 0.841527, 0.134100> - 1450: <-0.524836, 0.846324, 0.091008> - 1451: <-0.570377, 0.816271, 0.091497> - 1452: <-0.523307, 0.841527, 0.134100> - 1453: <-0.478208, 0.868033, 0.133553> - 1454: <-0.479307, 0.872976, 0.090429> - 1455: <-0.524836, 0.846324, 0.091008> - 1456: <-0.478208, 0.868033, 0.133553> - 1457: <-0.433256, 0.891416, 0.132913> - 1458: <-0.433981, 0.896437, 0.089787> - 1459: <-0.479307, 0.872976, 0.090429> - 1460: <-0.433256, 0.891416, 0.132913> - 1461: <-0.388632, 0.911854, 0.132240> - 1462: <-0.388998, 0.916918, 0.089116> - 1463: <-0.433981, 0.896437, 0.089787> - 1464: <-0.388632, 0.911854, 0.132240> - 1465: <-0.344322, 0.929596, 0.131509> - 1466: <-0.344408, 0.934648, 0.088414> - 1467: <-0.388998, 0.916918, 0.089116> - 1468: <-0.344322, 0.929596, 0.131509> - 1469: <-0.300427, 0.944802, 0.130743> - 1470: <-0.300248, 0.949820, 0.087712> - 1471: <-0.344408, 0.934648, 0.088414> - 1472: <-0.300427, 0.944802, 0.130743> - 1473: <-0.256880, 0.957663, 0.129981> - 1474: <-0.256544, 0.962605, 0.087041> - 1475: <-0.300248, 0.949820, 0.087712> - 1476: <-0.256880, 0.957663, 0.129981> - 1477: <-0.213666, 0.968319, 0.129250> - 1478: <-0.213204, 0.973180, 0.086398> - 1479: <-0.256544, 0.962605, 0.087041> - 1480: <-0.213666, 0.968319, 0.129250> - 1481: <-0.170691, 0.976904, 0.128545> - 1482: <-0.170203, 0.981668, 0.085788> - 1483: <-0.213204, 0.973180, 0.086398> - 1484: <-0.170691, 0.976904, 0.128545> - 1485: <-0.127935, 0.983497, 0.127935> - 1486: <-0.127447, 0.988171, 0.085300> - 1487: <-0.170203, 0.981668, 0.085788> - 1488: <-0.127935, 0.983497, 0.127935> - 1489: <-0.085300, 0.988171, 0.127447> - 1490: <-0.084905, 0.992765, 0.084905> - 1491: <-0.127447, 0.988171, 0.085300> - 1492: <-0.085300, 0.988171, 0.127447> - 1493: <-0.042666, 0.990966, 0.127144> - 1494: <-0.042452, 0.995505, 0.084660> - 1495: <-0.084905, 0.992765, 0.084905> - 1496: <-0.042666, 0.990966, 0.127144> - 1497: < 0.000000, 0.991900, 0.127020> - 1498: < 0.000000, 0.996418, 0.084568> - 1499: <-0.042452, 0.995505, 0.084660> - 1500: < 0.000000, 0.991900, 0.127020> - 1501: < 0.042666, 0.990966, 0.127144> - 1502: < 0.042452, 0.995505, 0.084660> - 1503: < 0.000000, 0.996418, 0.084568> - 1504: < 0.042666, 0.990966, 0.127144> - 1505: < 0.085300, 0.988171, 0.127447> - 1506: < 0.084905, 0.992765, 0.084905> - 1507: < 0.042452, 0.995505, 0.084660> - 1508: < 0.085300, 0.988171, 0.127447> - 1509: < 0.127935, 0.983497, 0.127935> - 1510: < 0.127447, 0.988171, 0.085300> - 1511: < 0.084905, 0.992765, 0.084905> - 1512: < 0.127935, 0.983497, 0.127935> - 1513: < 0.170691, 0.976904, 0.128545> - 1514: < 0.170203, 0.981668, 0.085788> - 1515: < 0.127447, 0.988171, 0.085300> - 1516: < 0.170691, 0.976904, 0.128545> - 1517: < 0.213666, 0.968319, 0.129250> - 1518: < 0.213204, 0.973180, 0.086398> - 1519: < 0.170203, 0.981668, 0.085788> - 1520: < 0.213666, 0.968319, 0.129250> - 1521: < 0.256880, 0.957663, 0.129981> - 1522: < 0.256544, 0.962605, 0.087041> - 1523: < 0.213204, 0.973180, 0.086398> - 1524: < 0.256880, 0.957663, 0.129981> - 1525: < 0.300427, 0.944802, 0.130743> - 1526: < 0.300248, 0.949820, 0.087712> - 1527: < 0.256544, 0.962605, 0.087041> - 1528: < 0.300427, 0.944802, 0.130743> - 1529: < 0.344322, 0.929596, 0.131509> - 1530: < 0.344408, 0.934648, 0.088414> - 1531: < 0.300248, 0.949820, 0.087712> - 1532: < 0.344322, 0.929596, 0.131509> - 1533: < 0.388632, 0.911854, 0.132240> - 1534: < 0.388998, 0.916918, 0.089116> - 1535: < 0.344408, 0.934648, 0.088414> - 1536: < 0.388632, 0.911854, 0.132240> - 1537: < 0.433281, 0.891405, 0.132911> - 1538: < 0.433981, 0.896437, 0.089787> - 1539: < 0.388998, 0.916918, 0.089116> - 1540: < 0.433281, 0.891405, 0.132911> - 1541: < 0.478208, 0.868033, 0.133553> - 1542: < 0.479307, 0.872976, 0.090429> - 1543: < 0.433981, 0.896437, 0.089787> - 1544: < 0.478208, 0.868033, 0.133553> - 1545: < 0.523307, 0.841527, 0.134100> - 1546: < 0.524836, 0.846324, 0.091008> - 1547: < 0.479307, 0.872976, 0.090429> - 1548: < 0.523307, 0.841527, 0.134100> - 1549: < 0.568382, 0.811677, 0.134618> - 1550: < 0.570377, 0.816271, 0.091497> - 1551: < 0.524836, 0.846324, 0.091008> - 1552: < 0.568382, 0.811677, 0.134618> - 1553: < 0.613196, 0.778306, 0.135018> - 1554: < 0.615697, 0.782607, 0.091894> - 1555: < 0.570377, 0.816271, 0.091497> - 1556: < 0.613196, 0.778306, 0.135018> - 1557: < 0.657468, 0.741243, 0.135260> - 1558: < 0.660463, 0.745184, 0.092137> - 1559: < 0.615697, 0.782607, 0.091894> - 1560: <-0.660463, 0.745184, 0.092137> - 1561: <-0.615697, 0.782607, 0.091894> - 1562: <-0.617246, 0.785375, 0.046847> - 1563: <-0.662354, 0.747715, 0.046999> - 1564: <-0.615697, 0.782607, 0.091894> - 1565: <-0.570377, 0.816271, 0.091497> - 1566: <-0.571602, 0.819208, 0.046573> - 1567: <-0.617246, 0.785375, 0.046847> - 1568: <-0.570377, 0.816271, 0.091497> - 1569: <-0.524836, 0.846324, 0.091008> - 1570: <-0.525753, 0.849378, 0.046267> - 1571: <-0.571602, 0.819208, 0.046573> - 1572: <-0.524836, 0.846324, 0.091008> - 1573: <-0.479307, 0.872976, 0.090429> - 1574: <-0.479951, 0.876095, 0.045871> - 1575: <-0.525753, 0.849378, 0.046267> - 1576: <-0.479307, 0.872976, 0.090429> - 1577: <-0.433981, 0.896437, 0.089787> - 1578: <-0.434379, 0.899583, 0.045443> - 1579: <-0.479951, 0.876095, 0.045871> - 1580: <-0.433981, 0.896437, 0.089787> - 1581: <-0.388998, 0.916918, 0.089116> - 1582: <-0.389180, 0.920061, 0.045016> - 1583: <-0.434379, 0.899583, 0.045443> - 1584: <-0.388998, 0.916918, 0.089116> - 1585: <-0.344408, 0.934648, 0.088414> - 1586: <-0.344409, 0.937762, 0.044558> - 1587: <-0.389180, 0.920061, 0.045016> - 1588: <-0.344408, 0.934648, 0.088414> - 1589: <-0.300248, 0.949820, 0.087712> - 1590: <-0.300092, 0.952889, 0.044130> - 1591: <-0.344409, 0.937762, 0.044558> - 1592: <-0.300248, 0.949820, 0.087712> - 1593: <-0.256544, 0.962605, 0.087041> - 1594: <-0.256267, 0.965618, 0.043703> - 1595: <-0.300092, 0.952889, 0.044130> - 1596: <-0.256544, 0.962605, 0.087041> - 1597: <-0.213204, 0.973180, 0.086398> - 1598: <-0.212870, 0.976120, 0.043306> - 1599: <-0.256267, 0.965618, 0.043703> - 1600: <-0.213204, 0.973180, 0.086398> - 1601: <-0.170203, 0.981668, 0.085788> - 1602: <-0.169837, 0.984535, 0.042970> - 1603: <-0.212870, 0.976120, 0.043306> - 1604: <-0.170203, 0.981668, 0.085788> - 1605: <-0.127447, 0.988171, 0.085300> - 1606: <-0.127144, 0.990966, 0.042666> - 1607: <-0.169837, 0.984535, 0.042970> - 1608: <-0.127447, 0.988171, 0.085300> - 1609: <-0.084905, 0.992765, 0.084905> - 1610: <-0.084660, 0.995505, 0.042452> - 1611: <-0.127144, 0.990966, 0.042666> - 1612: <-0.084905, 0.992765, 0.084905> - 1613: <-0.042452, 0.995505, 0.084660> - 1614: <-0.042299, 0.998209, 0.042299> - 1615: <-0.084660, 0.995505, 0.042452> - 1616: <-0.042452, 0.995505, 0.084660> - 1617: < 0.000000, 0.996418, 0.084568> - 1618: < 0.000000, 0.999108, 0.042239> - 1619: <-0.042299, 0.998209, 0.042299> - 1620: < 0.000000, 0.996418, 0.084568> - 1621: < 0.042452, 0.995505, 0.084660> - 1622: < 0.042299, 0.998209, 0.042299> - 1623: < 0.000000, 0.999108, 0.042239> - 1624: < 0.042452, 0.995505, 0.084660> - 1625: < 0.084905, 0.992765, 0.084905> - 1626: < 0.084660, 0.995505, 0.042452> - 1627: < 0.042299, 0.998209, 0.042299> - 1628: < 0.084905, 0.992765, 0.084905> - 1629: < 0.127447, 0.988171, 0.085300> - 1630: < 0.127144, 0.990966, 0.042666> - 1631: < 0.084660, 0.995505, 0.042452> - 1632: < 0.127447, 0.988171, 0.085300> - 1633: < 0.170203, 0.981668, 0.085788> - 1634: < 0.169837, 0.984535, 0.042970> - 1635: < 0.127144, 0.990966, 0.042666> - 1636: < 0.170203, 0.981668, 0.085788> - 1637: < 0.213204, 0.973180, 0.086398> - 1638: < 0.212870, 0.976120, 0.043306> - 1639: < 0.169837, 0.984535, 0.042970> - 1640: < 0.213204, 0.973180, 0.086398> - 1641: < 0.256544, 0.962605, 0.087041> - 1642: < 0.256267, 0.965618, 0.043703> - 1643: < 0.212870, 0.976120, 0.043306> - 1644: < 0.256544, 0.962605, 0.087041> - 1645: < 0.300248, 0.949820, 0.087712> - 1646: < 0.300092, 0.952889, 0.044130> - 1647: < 0.256267, 0.965618, 0.043703> - 1648: < 0.300248, 0.949820, 0.087712> - 1649: < 0.344408, 0.934648, 0.088414> - 1650: < 0.344409, 0.937762, 0.044558> - 1651: < 0.300092, 0.952889, 0.044130> - 1652: < 0.344408, 0.934648, 0.088414> - 1653: < 0.388998, 0.916918, 0.089116> - 1654: < 0.389180, 0.920061, 0.045016> - 1655: < 0.344409, 0.937762, 0.044558> - 1656: < 0.388998, 0.916918, 0.089116> - 1657: < 0.433981, 0.896437, 0.089787> - 1658: < 0.434379, 0.899583, 0.045443> - 1659: < 0.389180, 0.920061, 0.045016> - 1660: < 0.433981, 0.896437, 0.089787> - 1661: < 0.479307, 0.872976, 0.090429> - 1662: < 0.479951, 0.876095, 0.045871> - 1663: < 0.434379, 0.899583, 0.045443> - 1664: < 0.479307, 0.872976, 0.090429> - 1665: < 0.524836, 0.846324, 0.091008> - 1666: < 0.525753, 0.849378, 0.046267> - 1667: < 0.479951, 0.876095, 0.045871> - 1668: < 0.524836, 0.846324, 0.091008> - 1669: < 0.570377, 0.816271, 0.091497> - 1670: < 0.571602, 0.819208, 0.046573> - 1671: < 0.525753, 0.849378, 0.046267> - 1672: < 0.570377, 0.816271, 0.091497> - 1673: < 0.615697, 0.782607, 0.091894> - 1674: < 0.617246, 0.785375, 0.046847> - 1675: < 0.571602, 0.819208, 0.046573> - 1676: < 0.615697, 0.782607, 0.091894> - 1677: < 0.660463, 0.745184, 0.092137> - 1678: < 0.662354, 0.747715, 0.046999> - 1679: < 0.617246, 0.785375, 0.046847> - 1680: <-0.662354, 0.747715, 0.046999> - 1681: <-0.617246, 0.785375, 0.046847> - 1682: <-0.617789, 0.786344, 0.000000> - 1683: <-0.663024, 0.748599, 0.000000> - 1684: <-0.617246, 0.785375, 0.046847> - 1685: <-0.571602, 0.819208, 0.046573> - 1686: <-0.572024, 0.820237, 0.000000> - 1687: <-0.617789, 0.786344, 0.000000> - 1688: <-0.571602, 0.819208, 0.046573> - 1689: <-0.525753, 0.849378, 0.046267> - 1690: <-0.526081, 0.850434, 0.000000> - 1691: <-0.572024, 0.820237, 0.000000> - 1692: <-0.525753, 0.849378, 0.046267> - 1693: <-0.479951, 0.876095, 0.045871> - 1694: <-0.480182, 0.877169, 0.000000> - 1695: <-0.526081, 0.850434, 0.000000> - 1696: <-0.479951, 0.876095, 0.045871> - 1697: <-0.434379, 0.899583, 0.045443> - 1698: <-0.434534, 0.900655, 0.000000> - 1699: <-0.480182, 0.877169, 0.000000> - 1700: <-0.434379, 0.899583, 0.045443> - 1701: <-0.389180, 0.920061, 0.045016> - 1702: <-0.389244, 0.921135, 0.000000> - 1703: <-0.434534, 0.900655, 0.000000> - 1704: <-0.389180, 0.920061, 0.045016> - 1705: <-0.344409, 0.937762, 0.044558> - 1706: <-0.344405, 0.938821, 0.000000> - 1707: <-0.389244, 0.921135, 0.000000> - 1708: <-0.344409, 0.937762, 0.044558> - 1709: <-0.300092, 0.952889, 0.044130> - 1710: <-0.300059, 0.953921, 0.000000> - 1711: <-0.344405, 0.938821, 0.000000> - 1712: <-0.300092, 0.952889, 0.044130> - 1713: <-0.256267, 0.965618, 0.043703> - 1714: <-0.256177, 0.966630, 0.000000> - 1715: <-0.300059, 0.953921, 0.000000> - 1716: <-0.256267, 0.965618, 0.043703> - 1717: <-0.212870, 0.976120, 0.043306> - 1718: <-0.212750, 0.977107, 0.000000> - 1719: <-0.256177, 0.966630, 0.000000> - 1720: <-0.212870, 0.976120, 0.043306> - 1721: <-0.169837, 0.984535, 0.042970> - 1722: <-0.169746, 0.985488, 0.000000> - 1723: <-0.212750, 0.977107, 0.000000> - 1724: <-0.169837, 0.984535, 0.042970> - 1725: <-0.127144, 0.990966, 0.042666> - 1726: <-0.127020, 0.991900, 0.000000> - 1727: <-0.169746, 0.985488, 0.000000> - 1728: <-0.127144, 0.990966, 0.042666> - 1729: <-0.084660, 0.995505, 0.042452> - 1730: <-0.084568, 0.996418, 0.000000> - 1731: <-0.127020, 0.991900, 0.000000> - 1732: <-0.084660, 0.995505, 0.042452> - 1733: <-0.042299, 0.998209, 0.042299> - 1734: <-0.042239, 0.999108, 0.000000> - 1735: <-0.084568, 0.996418, 0.000000> - 1736: <-0.042299, 0.998209, 0.042299> - 1737: < 0.000000, 0.999108, 0.042239> - 1738: < 0.000000, 1.000000, 0.000000> - 1739: <-0.042239, 0.999108, 0.000000> - 1740: < 0.000000, 0.999108, 0.042239> - 1741: < 0.042299, 0.998209, 0.042299> - 1742: < 0.042239, 0.999108, 0.000000> - 1743: < 0.000000, 1.000000, 0.000000> - 1744: < 0.042299, 0.998209, 0.042299> - 1745: < 0.084660, 0.995505, 0.042452> - 1746: < 0.084568, 0.996418, 0.000000> - 1747: < 0.042239, 0.999108, 0.000000> - 1748: < 0.084660, 0.995505, 0.042452> - 1749: < 0.127144, 0.990966, 0.042666> - 1750: < 0.127020, 0.991900, 0.000000> - 1751: < 0.084568, 0.996418, 0.000000> - 1752: < 0.127144, 0.990966, 0.042666> - 1753: < 0.169837, 0.984535, 0.042970> - 1754: < 0.169746, 0.985488, 0.000000> - 1755: < 0.127020, 0.991900, 0.000000> - 1756: < 0.169837, 0.984535, 0.042970> - 1757: < 0.212870, 0.976120, 0.043306> - 1758: < 0.212750, 0.977107, 0.000000> - 1759: < 0.169746, 0.985488, 0.000000> - 1760: < 0.212870, 0.976120, 0.043306> - 1761: < 0.256267, 0.965618, 0.043703> - 1762: < 0.256177, 0.966630, 0.000000> - 1763: < 0.212750, 0.977107, 0.000000> - 1764: < 0.256267, 0.965618, 0.043703> - 1765: < 0.300092, 0.952889, 0.044130> - 1766: < 0.300059, 0.953921, 0.000000> - 1767: < 0.256177, 0.966630, 0.000000> - 1768: < 0.300092, 0.952889, 0.044130> - 1769: < 0.344409, 0.937762, 0.044558> - 1770: < 0.344405, 0.938821, 0.000000> - 1771: < 0.300059, 0.953921, 0.000000> - 1772: < 0.344409, 0.937762, 0.044558> - 1773: < 0.389180, 0.920061, 0.045016> - 1774: < 0.389244, 0.921135, 0.000000> - 1775: < 0.344405, 0.938821, 0.000000> - 1776: < 0.389180, 0.920061, 0.045016> - 1777: < 0.434379, 0.899583, 0.045443> - 1778: < 0.434534, 0.900655, 0.000000> - 1779: < 0.389244, 0.921135, 0.000000> - 1780: < 0.434379, 0.899583, 0.045443> - 1781: < 0.479951, 0.876095, 0.045871> - 1782: < 0.480182, 0.877169, 0.000000> - 1783: < 0.434534, 0.900655, 0.000000> - 1784: < 0.479951, 0.876095, 0.045871> - 1785: < 0.525753, 0.849378, 0.046267> - 1786: < 0.526081, 0.850434, 0.000000> - 1787: < 0.480182, 0.877169, 0.000000> - 1788: < 0.525753, 0.849378, 0.046267> - 1789: < 0.571602, 0.819208, 0.046573> - 1790: < 0.572024, 0.820237, 0.000000> - 1791: < 0.526081, 0.850434, 0.000000> - 1792: < 0.571602, 0.819208, 0.046573> - 1793: < 0.617246, 0.785375, 0.046847> - 1794: < 0.617789, 0.786344, 0.000000> - 1795: < 0.572024, 0.820237, 0.000000> - 1796: < 0.617246, 0.785375, 0.046847> - 1797: < 0.662354, 0.747715, 0.046999> - 1798: < 0.663024, 0.748599, 0.000000> - 1799: < 0.617789, 0.786344, 0.000000> - 1800: <-0.663024, 0.748599, 0.000000> - 1801: <-0.617789, 0.786344, 0.000000> - 1802: <-0.617246, 0.785375, -0.046847> - 1803: <-0.662354, 0.747715, -0.046999> - 1804: <-0.617789, 0.786344, 0.000000> - 1805: <-0.572024, 0.820237, 0.000000> - 1806: <-0.571602, 0.819208, -0.046573> - 1807: <-0.617246, 0.785375, -0.046847> - 1808: <-0.572024, 0.820237, 0.000000> - 1809: <-0.526081, 0.850434, 0.000000> - 1810: <-0.525753, 0.849378, -0.046267> - 1811: <-0.571602, 0.819208, -0.046573> - 1812: <-0.526081, 0.850434, 0.000000> - 1813: <-0.480182, 0.877169, 0.000000> - 1814: <-0.479951, 0.876095, -0.045871> - 1815: <-0.525753, 0.849378, -0.046267> - 1816: <-0.480182, 0.877169, 0.000000> - 1817: <-0.434534, 0.900655, 0.000000> - 1818: <-0.434379, 0.899583, -0.045443> - 1819: <-0.479951, 0.876095, -0.045871> - 1820: <-0.434534, 0.900655, 0.000000> - 1821: <-0.389244, 0.921135, 0.000000> - 1822: <-0.389180, 0.920061, -0.045016> - 1823: <-0.434379, 0.899583, -0.045443> - 1824: <-0.389244, 0.921135, 0.000000> - 1825: <-0.344405, 0.938821, 0.000000> - 1826: <-0.344409, 0.937762, -0.044558> - 1827: <-0.389180, 0.920061, -0.045016> - 1828: <-0.344405, 0.938821, 0.000000> - 1829: <-0.300059, 0.953921, 0.000000> - 1830: <-0.300119, 0.952880, -0.044130> - 1831: <-0.344409, 0.937762, -0.044558> - 1832: <-0.300059, 0.953921, 0.000000> - 1833: <-0.256177, 0.966630, 0.000000> - 1834: <-0.256267, 0.965618, -0.043703> - 1835: <-0.300119, 0.952880, -0.044130> - 1836: <-0.256177, 0.966630, 0.000000> - 1837: <-0.212750, 0.977107, 0.000000> - 1838: <-0.212870, 0.976120, -0.043306> - 1839: <-0.256267, 0.965618, -0.043703> - 1840: <-0.212750, 0.977107, 0.000000> - 1841: <-0.169746, 0.985488, 0.000000> - 1842: <-0.169866, 0.984530, -0.042970> - 1843: <-0.212870, 0.976120, -0.043306> - 1844: <-0.169746, 0.985488, 0.000000> - 1845: <-0.127020, 0.991900, 0.000000> - 1846: <-0.127144, 0.990966, -0.042666> - 1847: <-0.169866, 0.984530, -0.042970> - 1848: <-0.127020, 0.991900, 0.000000> - 1849: <-0.084568, 0.996418, 0.000000> - 1850: <-0.084660, 0.995505, -0.042452> - 1851: <-0.127144, 0.990966, -0.042666> - 1852: <-0.084568, 0.996418, 0.000000> - 1853: <-0.042239, 0.999108, 0.000000> - 1854: <-0.042299, 0.998209, -0.042299> - 1855: <-0.084660, 0.995505, -0.042452> - 1856: <-0.042239, 0.999108, 0.000000> - 1857: < 0.000000, 1.000000, 0.000000> - 1858: < 0.000000, 0.999108, -0.042239> - 1859: <-0.042299, 0.998209, -0.042299> - 1860: < 0.000000, 1.000000, 0.000000> - 1861: < 0.042239, 0.999108, 0.000000> - 1862: < 0.042299, 0.998209, -0.042299> - 1863: < 0.000000, 0.999108, -0.042239> - 1864: < 0.042239, 0.999108, 0.000000> - 1865: < 0.084568, 0.996418, 0.000000> - 1866: < 0.084660, 0.995505, -0.042452> - 1867: < 0.042299, 0.998209, -0.042299> - 1868: < 0.084568, 0.996418, 0.000000> - 1869: < 0.127020, 0.991900, 0.000000> - 1870: < 0.127144, 0.990966, -0.042666> - 1871: < 0.084660, 0.995505, -0.042452> - 1872: < 0.127020, 0.991900, 0.000000> - 1873: < 0.169746, 0.985488, 0.000000> - 1874: < 0.169866, 0.984530, -0.042970> - 1875: < 0.127144, 0.990966, -0.042666> - 1876: < 0.169746, 0.985488, 0.000000> - 1877: < 0.212750, 0.977107, 0.000000> - 1878: < 0.212870, 0.976120, -0.043306> - 1879: < 0.169866, 0.984530, -0.042970> - 1880: < 0.212750, 0.977107, 0.000000> - 1881: < 0.256177, 0.966630, 0.000000> - 1882: < 0.256267, 0.965618, -0.043703> - 1883: < 0.212870, 0.976120, -0.043306> - 1884: < 0.256177, 0.966630, 0.000000> - 1885: < 0.300059, 0.953921, 0.000000> - 1886: < 0.300092, 0.952889, -0.044130> - 1887: < 0.256267, 0.965618, -0.043703> - 1888: < 0.300059, 0.953921, 0.000000> - 1889: < 0.344405, 0.938821, 0.000000> - 1890: < 0.344409, 0.937762, -0.044558> - 1891: < 0.300092, 0.952889, -0.044130> - 1892: < 0.344405, 0.938821, 0.000000> - 1893: < 0.389244, 0.921135, 0.000000> - 1894: < 0.389180, 0.920061, -0.045016> - 1895: < 0.344409, 0.937762, -0.044558> - 1896: < 0.389244, 0.921135, 0.000000> - 1897: < 0.434534, 0.900655, 0.000000> - 1898: < 0.434379, 0.899583, -0.045443> - 1899: < 0.389180, 0.920061, -0.045016> - 1900: < 0.434534, 0.900655, 0.000000> - 1901: < 0.480182, 0.877169, 0.000000> - 1902: < 0.479951, 0.876095, -0.045871> - 1903: < 0.434379, 0.899583, -0.045443> - 1904: < 0.480182, 0.877169, 0.000000> - 1905: < 0.526081, 0.850434, 0.000000> - 1906: < 0.525753, 0.849378, -0.046267> - 1907: < 0.479951, 0.876095, -0.045871> - 1908: < 0.526081, 0.850434, 0.000000> - 1909: < 0.572024, 0.820237, 0.000000> - 1910: < 0.571602, 0.819208, -0.046573> - 1911: < 0.525753, 0.849378, -0.046267> - 1912: < 0.572024, 0.820237, 0.000000> - 1913: < 0.617789, 0.786344, 0.000000> - 1914: < 0.617246, 0.785375, -0.046847> - 1915: < 0.571602, 0.819208, -0.046573> - 1916: < 0.617789, 0.786344, 0.000000> - 1917: < 0.663024, 0.748599, 0.000000> - 1918: < 0.662354, 0.747715, -0.046999> - 1919: < 0.617246, 0.785375, -0.046847> - 1920: <-0.662354, 0.747715, -0.046999> - 1921: <-0.617246, 0.785375, -0.046847> - 1922: <-0.615697, 0.782607, -0.091894> - 1923: <-0.660463, 0.745184, -0.092137> - 1924: <-0.617246, 0.785375, -0.046847> - 1925: <-0.571602, 0.819208, -0.046573> - 1926: <-0.570377, 0.816271, -0.091497> - 1927: <-0.615697, 0.782607, -0.091894> - 1928: <-0.571602, 0.819208, -0.046573> - 1929: <-0.525753, 0.849378, -0.046267> - 1930: <-0.524836, 0.846324, -0.091008> - 1931: <-0.570377, 0.816271, -0.091497> - 1932: <-0.525753, 0.849378, -0.046267> - 1933: <-0.479951, 0.876095, -0.045871> - 1934: <-0.479307, 0.872976, -0.090429> - 1935: <-0.524836, 0.846324, -0.091008> - 1936: <-0.479951, 0.876095, -0.045871> - 1937: <-0.434379, 0.899583, -0.045443> - 1938: <-0.433981, 0.896437, -0.089787> - 1939: <-0.479307, 0.872976, -0.090429> - 1940: <-0.434379, 0.899583, -0.045443> - 1941: <-0.389180, 0.920061, -0.045016> - 1942: <-0.388998, 0.916918, -0.089116> - 1943: <-0.433981, 0.896437, -0.089787> - 1944: <-0.389180, 0.920061, -0.045016> - 1945: <-0.344409, 0.937762, -0.044558> - 1946: <-0.344408, 0.934648, -0.088414> - 1947: <-0.388998, 0.916918, -0.089116> - 1948: <-0.344409, 0.937762, -0.044558> - 1949: <-0.300119, 0.952880, -0.044130> - 1950: <-0.300248, 0.949820, -0.087712> - 1951: <-0.344408, 0.934648, -0.088414> - 1952: <-0.300119, 0.952880, -0.044130> - 1953: <-0.256267, 0.965618, -0.043703> - 1954: <-0.256544, 0.962605, -0.087041> - 1955: <-0.300248, 0.949820, -0.087712> - 1956: <-0.256267, 0.965618, -0.043703> - 1957: <-0.212870, 0.976120, -0.043306> - 1958: <-0.213204, 0.973180, -0.086398> - 1959: <-0.256544, 0.962605, -0.087041> - 1960: <-0.212870, 0.976120, -0.043306> - 1961: <-0.169866, 0.984530, -0.042970> - 1962: <-0.170203, 0.981668, -0.085788> - 1963: <-0.213204, 0.973180, -0.086398> - 1964: <-0.169866, 0.984530, -0.042970> - 1965: <-0.127144, 0.990966, -0.042666> - 1966: <-0.127447, 0.988171, -0.085300> - 1967: <-0.170203, 0.981668, -0.085788> - 1968: <-0.127144, 0.990966, -0.042666> - 1969: <-0.084660, 0.995505, -0.042452> - 1970: <-0.084905, 0.992765, -0.084905> - 1971: <-0.127447, 0.988171, -0.085300> - 1972: <-0.084660, 0.995505, -0.042452> - 1973: <-0.042299, 0.998209, -0.042299> - 1974: <-0.042452, 0.995505, -0.084660> - 1975: <-0.084905, 0.992765, -0.084905> - 1976: <-0.042299, 0.998209, -0.042299> - 1977: < 0.000000, 0.999108, -0.042239> - 1978: < 0.000000, 0.996418, -0.084568> - 1979: <-0.042452, 0.995505, -0.084660> - 1980: < 0.000000, 0.999108, -0.042239> - 1981: < 0.042299, 0.998209, -0.042299> - 1982: < 0.042452, 0.995505, -0.084660> - 1983: < 0.000000, 0.996418, -0.084568> - 1984: < 0.042299, 0.998209, -0.042299> - 1985: < 0.084660, 0.995505, -0.042452> - 1986: < 0.084905, 0.992765, -0.084905> - 1987: < 0.042452, 0.995505, -0.084660> - 1988: < 0.084660, 0.995505, -0.042452> - 1989: < 0.127144, 0.990966, -0.042666> - 1990: < 0.127447, 0.988171, -0.085300> - 1991: < 0.084905, 0.992765, -0.084905> - 1992: < 0.127144, 0.990966, -0.042666> - 1993: < 0.169866, 0.984530, -0.042970> - 1994: < 0.170203, 0.981668, -0.085788> - 1995: < 0.127447, 0.988171, -0.085300> - 1996: < 0.169866, 0.984530, -0.042970> - 1997: < 0.212870, 0.976120, -0.043306> - 1998: < 0.213204, 0.973180, -0.086398> - 1999: < 0.170203, 0.981668, -0.085788> - 2000: < 0.212870, 0.976120, -0.043306> - 2001: < 0.256267, 0.965618, -0.043703> - 2002: < 0.256544, 0.962605, -0.087041> - 2003: < 0.213204, 0.973180, -0.086398> - 2004: < 0.256267, 0.965618, -0.043703> - 2005: < 0.300092, 0.952889, -0.044130> - 2006: < 0.300248, 0.949820, -0.087712> - 2007: < 0.256544, 0.962605, -0.087041> - 2008: < 0.300092, 0.952889, -0.044130> - 2009: < 0.344409, 0.937762, -0.044558> - 2010: < 0.344408, 0.934648, -0.088414> - 2011: < 0.300248, 0.949820, -0.087712> - 2012: < 0.344409, 0.937762, -0.044558> - 2013: < 0.389180, 0.920061, -0.045016> - 2014: < 0.388998, 0.916918, -0.089116> - 2015: < 0.344408, 0.934648, -0.088414> - 2016: < 0.389180, 0.920061, -0.045016> - 2017: < 0.434379, 0.899583, -0.045443> - 2018: < 0.433981, 0.896437, -0.089787> - 2019: < 0.388998, 0.916918, -0.089116> - 2020: < 0.434379, 0.899583, -0.045443> - 2021: < 0.479951, 0.876095, -0.045871> - 2022: < 0.479307, 0.872976, -0.090429> - 2023: < 0.433981, 0.896437, -0.089787> - 2024: < 0.479951, 0.876095, -0.045871> - 2025: < 0.525753, 0.849378, -0.046267> - 2026: < 0.524836, 0.846324, -0.091008> - 2027: < 0.479307, 0.872976, -0.090429> - 2028: < 0.525753, 0.849378, -0.046267> - 2029: < 0.571602, 0.819208, -0.046573> - 2030: < 0.570377, 0.816271, -0.091497> - 2031: < 0.524836, 0.846324, -0.091008> - 2032: < 0.571602, 0.819208, -0.046573> - 2033: < 0.617246, 0.785375, -0.046847> - 2034: < 0.615697, 0.782607, -0.091894> - 2035: < 0.570377, 0.816271, -0.091497> - 2036: < 0.617246, 0.785375, -0.046847> - 2037: < 0.662354, 0.747715, -0.046999> - 2038: < 0.660463, 0.745184, -0.092137> - 2039: < 0.615697, 0.782607, -0.091894> - 2040: <-0.660463, 0.745184, -0.092137> - 2041: <-0.615697, 0.782607, -0.091894> - 2042: <-0.613218, 0.778295, -0.134985> - 2043: <-0.657468, 0.741243, -0.135260> - 2044: <-0.615697, 0.782607, -0.091894> - 2045: <-0.570377, 0.816271, -0.091497> - 2046: <-0.568382, 0.811677, -0.134618> - 2047: <-0.613218, 0.778295, -0.134985> - 2048: <-0.570377, 0.816271, -0.091497> - 2049: <-0.524836, 0.846324, -0.091008> - 2050: <-0.523307, 0.841527, -0.134100> - 2051: <-0.568382, 0.811677, -0.134618> - 2052: <-0.524836, 0.846324, -0.091008> - 2053: <-0.479307, 0.872976, -0.090429> - 2054: <-0.478208, 0.868033, -0.133553> - 2055: <-0.523307, 0.841527, -0.134100> - 2056: <-0.479307, 0.872976, -0.090429> - 2057: <-0.433981, 0.896437, -0.089787> - 2058: <-0.433281, 0.891405, -0.132911> - 2059: <-0.478208, 0.868033, -0.133553> - 2060: <-0.433981, 0.896437, -0.089787> - 2061: <-0.388998, 0.916918, -0.089116> - 2062: <-0.388632, 0.911854, -0.132240> - 2063: <-0.433281, 0.891405, -0.132911> - 2064: <-0.388998, 0.916918, -0.089116> - 2065: <-0.344408, 0.934648, -0.088414> - 2066: <-0.344322, 0.929596, -0.131509> - 2067: <-0.388632, 0.911854, -0.132240> - 2068: <-0.344408, 0.934648, -0.088414> - 2069: <-0.300248, 0.949820, -0.087712> - 2070: <-0.300427, 0.944802, -0.130743> - 2071: <-0.344322, 0.929596, -0.131509> - 2072: <-0.300248, 0.949820, -0.087712> - 2073: <-0.256544, 0.962605, -0.087041> - 2074: <-0.256880, 0.957663, -0.129981> - 2075: <-0.300427, 0.944802, -0.130743> - 2076: <-0.256544, 0.962605, -0.087041> - 2077: <-0.213204, 0.973180, -0.086398> - 2078: <-0.213666, 0.968319, -0.129250> - 2079: <-0.256880, 0.957663, -0.129981> - 2080: <-0.213204, 0.973180, -0.086398> - 2081: <-0.170203, 0.981668, -0.085788> - 2082: <-0.170691, 0.976904, -0.128545> - 2083: <-0.213666, 0.968319, -0.129250> - 2084: <-0.170203, 0.981668, -0.085788> - 2085: <-0.127447, 0.988171, -0.085300> - 2086: <-0.127935, 0.983497, -0.127935> - 2087: <-0.170691, 0.976904, -0.128545> - 2088: <-0.127447, 0.988171, -0.085300> - 2089: <-0.084905, 0.992765, -0.084905> - 2090: <-0.085300, 0.988171, -0.127447> - 2091: <-0.127935, 0.983497, -0.127935> - 2092: <-0.084905, 0.992765, -0.084905> - 2093: <-0.042452, 0.995505, -0.084660> - 2094: <-0.042666, 0.990966, -0.127144> - 2095: <-0.085300, 0.988171, -0.127447> - 2096: <-0.042452, 0.995505, -0.084660> - 2097: < 0.000000, 0.996418, -0.084568> - 2098: < 0.000000, 0.991900, -0.127020> - 2099: <-0.042666, 0.990966, -0.127144> - 2100: < 0.000000, 0.996418, -0.084568> - 2101: < 0.042452, 0.995505, -0.084660> - 2102: < 0.042666, 0.990966, -0.127144> - 2103: < 0.000000, 0.991900, -0.127020> - 2104: < 0.042452, 0.995505, -0.084660> - 2105: < 0.084905, 0.992765, -0.084905> - 2106: < 0.085300, 0.988171, -0.127447> - 2107: < 0.042666, 0.990966, -0.127144> - 2108: < 0.084905, 0.992765, -0.084905> - 2109: < 0.127447, 0.988171, -0.085300> - 2110: < 0.127935, 0.983497, -0.127935> - 2111: < 0.085300, 0.988171, -0.127447> - 2112: < 0.127447, 0.988171, -0.085300> - 2113: < 0.170203, 0.981668, -0.085788> - 2114: < 0.170691, 0.976904, -0.128545> - 2115: < 0.127935, 0.983497, -0.127935> - 2116: < 0.170203, 0.981668, -0.085788> - 2117: < 0.213204, 0.973180, -0.086398> - 2118: < 0.213666, 0.968319, -0.129250> - 2119: < 0.170691, 0.976904, -0.128545> - 2120: < 0.213204, 0.973180, -0.086398> - 2121: < 0.256544, 0.962605, -0.087041> - 2122: < 0.256880, 0.957663, -0.129981> - 2123: < 0.213666, 0.968319, -0.129250> - 2124: < 0.256544, 0.962605, -0.087041> - 2125: < 0.300248, 0.949820, -0.087712> - 2126: < 0.300427, 0.944802, -0.130743> - 2127: < 0.256880, 0.957663, -0.129981> - 2128: < 0.300248, 0.949820, -0.087712> - 2129: < 0.344408, 0.934648, -0.088414> - 2130: < 0.344322, 0.929596, -0.131509> - 2131: < 0.300427, 0.944802, -0.130743> - 2132: < 0.344408, 0.934648, -0.088414> - 2133: < 0.388998, 0.916918, -0.089116> - 2134: < 0.388632, 0.911854, -0.132240> - 2135: < 0.344322, 0.929596, -0.131509> - 2136: < 0.388998, 0.916918, -0.089116> - 2137: < 0.433981, 0.896437, -0.089787> - 2138: < 0.433281, 0.891405, -0.132911> - 2139: < 0.388632, 0.911854, -0.132240> - 2140: < 0.433981, 0.896437, -0.089787> - 2141: < 0.479307, 0.872976, -0.090429> - 2142: < 0.478208, 0.868033, -0.133553> - 2143: < 0.433281, 0.891405, -0.132911> - 2144: < 0.479307, 0.872976, -0.090429> - 2145: < 0.524836, 0.846324, -0.091008> - 2146: < 0.523307, 0.841527, -0.134100> - 2147: < 0.478208, 0.868033, -0.133553> - 2148: < 0.524836, 0.846324, -0.091008> - 2149: < 0.570377, 0.816271, -0.091497> - 2150: < 0.568382, 0.811677, -0.134618> - 2151: < 0.523307, 0.841527, -0.134100> - 2152: < 0.570377, 0.816271, -0.091497> - 2153: < 0.615697, 0.782607, -0.091894> - 2154: < 0.613218, 0.778295, -0.134985> - 2155: < 0.568382, 0.811677, -0.134618> - 2156: < 0.615697, 0.782607, -0.091894> - 2157: < 0.660463, 0.745184, -0.092137> - 2158: < 0.657468, 0.741243, -0.135260> - 2159: < 0.613218, 0.778295, -0.134985> - 2160: <-0.657468, 0.741243, -0.135260> - 2161: <-0.613218, 0.778295, -0.134985> - 2162: <-0.609892, 0.772589, -0.176461> - 2163: <-0.653502, 0.736025, -0.176644> - 2164: <-0.613218, 0.778295, -0.134985> - 2165: <-0.568382, 0.811677, -0.134618> - 2166: <-0.565675, 0.805587, -0.176188> - 2167: <-0.609892, 0.772589, -0.176461> - 2168: <-0.568382, 0.811677, -0.134618> - 2169: <-0.523307, 0.841527, -0.134100> - 2170: <-0.521180, 0.835133, -0.175853> - 2171: <-0.565675, 0.805587, -0.176188> - 2172: <-0.523307, 0.841527, -0.134100> - 2173: <-0.478208, 0.868033, -0.133553> - 2174: <-0.476614, 0.861427, -0.175453> - 2175: <-0.521180, 0.835133, -0.175853> - 2176: <-0.478208, 0.868033, -0.133553> - 2177: <-0.433281, 0.891405, -0.132911> - 2178: <-0.432149, 0.884654, -0.175026> - 2179: <-0.476614, 0.861427, -0.175453> - 2180: <-0.433281, 0.891405, -0.132911> - 2181: <-0.388632, 0.911854, -0.132240> - 2182: <-0.387965, 0.904997, -0.174541> - 2183: <-0.432149, 0.884654, -0.175026> - 2184: <-0.388632, 0.911854, -0.132240> - 2185: <-0.344322, 0.929596, -0.131509> - 2186: <-0.344072, 0.922682, -0.173989> - 2187: <-0.387965, 0.904997, -0.174541> - 2188: <-0.344322, 0.929596, -0.131509> - 2189: <-0.300427, 0.944802, -0.130743> - 2190: <-0.300496, 0.937897, -0.173351> - 2191: <-0.344072, 0.922682, -0.173989> - 2192: <-0.300427, 0.944802, -0.130743> - 2193: <-0.256880, 0.957663, -0.129981> - 2194: <-0.257217, 0.950800, -0.172679> - 2195: <-0.300496, 0.937897, -0.173351> - 2196: <-0.256880, 0.957663, -0.129981> - 2197: <-0.213666, 0.968319, -0.129250> - 2198: <-0.214182, 0.961530, -0.172005> - 2199: <-0.257217, 0.950800, -0.172679> - 2200: <-0.213666, 0.968319, -0.129250> - 2201: <-0.170691, 0.976904, -0.128545> - 2202: <-0.171305, 0.970211, -0.171305> - 2203: <-0.214182, 0.961530, -0.172005> - 2204: <-0.170691, 0.976904, -0.128545> - 2205: <-0.127935, 0.983497, -0.127935> - 2206: <-0.128545, 0.976904, -0.170691> - 2207: <-0.171305, 0.970211, -0.171305> - 2208: <-0.127935, 0.983497, -0.127935> - 2209: <-0.085300, 0.988171, -0.127447> - 2210: <-0.085788, 0.981668, -0.170203> - 2211: <-0.128545, 0.976904, -0.170691> - 2212: <-0.085300, 0.988171, -0.127447> - 2213: <-0.042666, 0.990966, -0.127144> - 2214: <-0.042970, 0.984535, -0.169837> - 2215: <-0.085788, 0.981668, -0.170203> - 2216: <-0.042666, 0.990966, -0.127144> - 2217: < 0.000000, 0.991900, -0.127020> - 2218: < 0.000000, 0.985488, -0.169746> - 2219: <-0.042970, 0.984535, -0.169837> - 2220: < 0.000000, 0.991900, -0.127020> - 2221: < 0.042666, 0.990966, -0.127144> - 2222: < 0.042970, 0.984530, -0.169866> - 2223: < 0.000000, 0.985488, -0.169746> - 2224: < 0.042666, 0.990966, -0.127144> - 2225: < 0.085300, 0.988171, -0.127447> - 2226: < 0.085788, 0.981668, -0.170203> - 2227: < 0.042970, 0.984530, -0.169866> - 2228: < 0.085300, 0.988171, -0.127447> - 2229: < 0.127935, 0.983497, -0.127935> - 2230: < 0.128545, 0.976904, -0.170691> - 2231: < 0.085788, 0.981668, -0.170203> - 2232: < 0.127935, 0.983497, -0.127935> - 2233: < 0.170691, 0.976904, -0.128545> - 2234: < 0.171305, 0.970211, -0.171305> - 2235: < 0.128545, 0.976904, -0.170691> - 2236: < 0.170691, 0.976904, -0.128545> - 2237: < 0.213666, 0.968319, -0.129250> - 2238: < 0.214182, 0.961530, -0.172005> - 2239: < 0.171305, 0.970211, -0.171305> - 2240: < 0.213666, 0.968319, -0.129250> - 2241: < 0.256880, 0.957663, -0.129981> - 2242: < 0.257217, 0.950800, -0.172679> - 2243: < 0.214182, 0.961530, -0.172005> - 2244: < 0.256880, 0.957663, -0.129981> - 2245: < 0.300427, 0.944802, -0.130743> - 2246: < 0.300496, 0.937897, -0.173351> - 2247: < 0.257217, 0.950800, -0.172679> - 2248: < 0.300427, 0.944802, -0.130743> - 2249: < 0.344322, 0.929596, -0.131509> - 2250: < 0.344072, 0.922682, -0.173989> - 2251: < 0.300496, 0.937897, -0.173351> - 2252: < 0.344322, 0.929596, -0.131509> - 2253: < 0.388632, 0.911854, -0.132240> - 2254: < 0.387965, 0.904997, -0.174541> - 2255: < 0.344072, 0.922682, -0.173989> - 2256: < 0.388632, 0.911854, -0.132240> - 2257: < 0.433281, 0.891405, -0.132911> - 2258: < 0.432149, 0.884654, -0.175026> - 2259: < 0.387965, 0.904997, -0.174541> - 2260: < 0.433281, 0.891405, -0.132911> - 2261: < 0.478208, 0.868033, -0.133553> - 2262: < 0.476614, 0.861427, -0.175453> - 2263: < 0.432149, 0.884654, -0.175026> - 2264: < 0.478208, 0.868033, -0.133553> - 2265: < 0.523307, 0.841527, -0.134100> - 2266: < 0.521180, 0.835133, -0.175853> - 2267: < 0.476614, 0.861427, -0.175453> - 2268: < 0.523307, 0.841527, -0.134100> - 2269: < 0.568382, 0.811677, -0.134618> - 2270: < 0.565675, 0.805587, -0.176188> - 2271: < 0.521180, 0.835133, -0.175853> - 2272: < 0.568382, 0.811677, -0.134618> - 2273: < 0.613218, 0.778295, -0.134985> - 2274: < 0.609892, 0.772589, -0.176461> - 2275: < 0.565675, 0.805587, -0.176188> - 2276: < 0.613218, 0.778295, -0.134985> - 2277: < 0.657468, 0.741243, -0.135260> - 2278: < 0.653502, 0.736025, -0.176644> - 2279: < 0.609892, 0.772589, -0.176461> - 2280: <-0.653502, 0.736025, -0.176644> - 2281: <-0.609892, 0.772589, -0.176461> - 2282: <-0.605748, 0.765608, -0.216596> - 2283: <-0.648606, 0.729636, -0.216660> - 2284: <-0.609892, 0.772589, -0.176461> - 2285: <-0.565675, 0.805587, -0.176188> - 2286: <-0.562257, 0.798110, -0.216534> - 2287: <-0.605748, 0.765608, -0.216596> - 2288: <-0.565675, 0.805587, -0.176188> - 2289: <-0.521180, 0.835133, -0.175853> - 2290: <-0.518435, 0.827263, -0.216475> - 2291: <-0.562257, 0.798110, -0.216534> - 2292: <-0.521180, 0.835133, -0.175853> - 2293: <-0.476614, 0.861427, -0.175453> - 2294: <-0.474515, 0.853230, -0.216413> - 2295: <-0.518435, 0.827263, -0.216475> - 2296: <-0.476614, 0.861427, -0.175453> - 2297: <-0.432149, 0.884654, -0.175026> - 2298: <-0.430657, 0.876208, -0.216320> - 2299: <-0.474515, 0.853230, -0.216413> - 2300: <-0.432149, 0.884654, -0.175026> - 2301: <-0.387965, 0.904997, -0.174541> - 2302: <-0.386985, 0.896382, -0.216199> - 2303: <-0.430657, 0.876208, -0.216320> - 2304: <-0.387965, 0.904997, -0.174541> - 2305: <-0.344072, 0.922682, -0.173989> - 2306: <-0.343582, 0.913949, -0.215982> - 2307: <-0.386985, 0.896382, -0.216199> - 2308: <-0.344072, 0.922682, -0.173989> - 2309: <-0.300496, 0.937897, -0.173351> - 2310: <-0.300461, 0.929096, -0.215649> - 2311: <-0.343582, 0.913949, -0.215982> - 2312: <-0.300496, 0.937897, -0.173351> - 2313: <-0.257217, 0.950800, -0.172679> - 2314: <-0.257519, 0.942000, -0.215220> - 2315: <-0.300461, 0.929096, -0.215649> - 2316: <-0.257217, 0.950800, -0.172679> - 2317: <-0.214182, 0.961530, -0.172005> - 2318: <-0.214732, 0.952775, -0.214732> - 2319: <-0.257519, 0.942000, -0.215220> - 2320: <-0.214182, 0.961530, -0.172005> - 2321: <-0.171305, 0.970211, -0.171305> - 2322: <-0.172005, 0.961530, -0.214182> - 2323: <-0.214732, 0.952775, -0.214732> - 2324: <-0.171305, 0.970211, -0.171305> - 2325: <-0.128545, 0.976904, -0.170691> - 2326: <-0.129250, 0.968319, -0.213666> - 2327: <-0.172005, 0.961530, -0.214182> - 2328: <-0.128545, 0.976904, -0.170691> - 2329: <-0.085788, 0.981668, -0.170203> - 2330: <-0.086398, 0.973180, -0.213204> - 2331: <-0.129250, 0.968319, -0.213666> - 2332: <-0.085788, 0.981668, -0.170203> - 2333: <-0.042970, 0.984535, -0.169837> - 2334: <-0.043306, 0.976120, -0.212870> - 2335: <-0.086398, 0.973180, -0.213204> - 2336: <-0.042970, 0.984535, -0.169837> - 2337: < 0.000000, 0.985488, -0.169746> - 2338: < 0.000000, 0.977107, -0.212750> - 2339: <-0.043306, 0.976120, -0.212870> - 2340: < 0.000000, 0.985488, -0.169746> - 2341: < 0.042970, 0.984530, -0.169866> - 2342: < 0.043306, 0.976120, -0.212870> - 2343: < 0.000000, 0.977107, -0.212750> - 2344: < 0.042970, 0.984530, -0.169866> - 2345: < 0.085788, 0.981668, -0.170203> - 2346: < 0.086398, 0.973180, -0.213204> - 2347: < 0.043306, 0.976120, -0.212870> - 2348: < 0.085788, 0.981668, -0.170203> - 2349: < 0.128545, 0.976904, -0.170691> - 2350: < 0.129250, 0.968319, -0.213666> - 2351: < 0.086398, 0.973180, -0.213204> - 2352: < 0.128545, 0.976904, -0.170691> - 2353: < 0.171305, 0.970211, -0.171305> - 2354: < 0.172005, 0.961530, -0.214182> - 2355: < 0.129250, 0.968319, -0.213666> - 2356: < 0.171305, 0.970211, -0.171305> - 2357: < 0.214182, 0.961530, -0.172005> - 2358: < 0.214732, 0.952775, -0.214732> - 2359: < 0.172005, 0.961530, -0.214182> - 2360: < 0.214182, 0.961530, -0.172005> - 2361: < 0.257217, 0.950800, -0.172679> - 2362: < 0.257519, 0.942000, -0.215220> - 2363: < 0.214732, 0.952775, -0.214732> - 2364: < 0.257217, 0.950800, -0.172679> - 2365: < 0.300496, 0.937897, -0.173351> - 2366: < 0.300461, 0.929096, -0.215649> - 2367: < 0.257519, 0.942000, -0.215220> - 2368: < 0.300496, 0.937897, -0.173351> - 2369: < 0.344072, 0.922682, -0.173989> - 2370: < 0.343582, 0.913949, -0.215982> - 2371: < 0.300461, 0.929096, -0.215649> - 2372: < 0.344072, 0.922682, -0.173989> - 2373: < 0.387965, 0.904997, -0.174541> - 2374: < 0.386985, 0.896382, -0.216199> - 2375: < 0.343582, 0.913949, -0.215982> - 2376: < 0.387965, 0.904997, -0.174541> - 2377: < 0.432149, 0.884654, -0.175026> - 2378: < 0.430657, 0.876208, -0.216320> - 2379: < 0.386985, 0.896382, -0.216199> - 2380: < 0.432149, 0.884654, -0.175026> - 2381: < 0.476614, 0.861427, -0.175453> - 2382: < 0.474515, 0.853230, -0.216413> - 2383: < 0.430657, 0.876208, -0.216320> - 2384: < 0.476614, 0.861427, -0.175453> - 2385: < 0.521180, 0.835133, -0.175853> - 2386: < 0.518435, 0.827263, -0.216475> - 2387: < 0.474515, 0.853230, -0.216413> - 2388: < 0.521180, 0.835133, -0.175853> - 2389: < 0.565675, 0.805587, -0.176188> - 2390: < 0.562257, 0.798110, -0.216534> - 2391: < 0.518435, 0.827263, -0.216475> - 2392: < 0.565675, 0.805587, -0.176188> - 2393: < 0.609892, 0.772589, -0.176461> - 2394: < 0.605748, 0.765608, -0.216596> - 2395: < 0.562257, 0.798110, -0.216534> - 2396: < 0.609892, 0.772589, -0.176461> - 2397: < 0.653502, 0.736025, -0.176644> - 2398: < 0.648606, 0.729636, -0.216660> - 2399: < 0.605748, 0.765608, -0.216596> - 2400: <-0.648606, 0.729636, -0.216660> - 2401: <-0.605748, 0.765608, -0.216596> - 2402: <-0.600829, 0.757361, -0.255750> - 2403: <-0.642833, 0.722093, -0.255632> - 2404: <-0.605748, 0.765608, -0.216596> - 2405: <-0.562257, 0.798110, -0.216534> - 2406: <-0.558172, 0.789266, -0.255937> - 2407: <-0.600829, 0.757361, -0.255750> - 2408: <-0.562257, 0.798110, -0.216534> - 2409: <-0.518435, 0.827263, -0.216475> - 2410: <-0.515110, 0.817925, -0.256243> - 2411: <-0.558172, 0.789266, -0.255937> - 2412: <-0.518435, 0.827263, -0.216475> - 2413: <-0.474515, 0.853230, -0.216413> - 2414: <-0.471888, 0.843490, -0.256606> - 2415: <-0.515110, 0.817925, -0.256243> - 2416: <-0.474515, 0.853230, -0.216413> - 2417: <-0.430657, 0.876208, -0.216320> - 2418: <-0.428698, 0.866124, -0.256999> - 2419: <-0.471888, 0.843490, -0.256606> - 2420: <-0.430657, 0.876208, -0.216320> - 2421: <-0.386985, 0.896382, -0.216199> - 2422: <-0.385664, 0.886018, -0.257364> - 2423: <-0.428698, 0.866124, -0.256999> - 2424: <-0.386985, 0.896382, -0.216199> - 2425: <-0.343582, 0.913949, -0.215982> - 2426: <-0.342852, 0.903367, -0.257643> - 2427: <-0.385664, 0.886018, -0.257364> - 2428: <-0.343582, 0.913949, -0.215982> - 2429: <-0.300461, 0.929096, -0.215649> - 2430: <-0.300219, 0.918390, -0.257736> - 2431: <-0.342852, 0.903367, -0.257643> - 2432: <-0.300461, 0.929096, -0.215649> - 2433: <-0.257519, 0.942000, -0.215220> - 2434: <-0.257702, 0.931225, -0.257702> - 2435: <-0.300219, 0.918390, -0.257736> - 2436: <-0.257519, 0.942000, -0.215220> - 2437: <-0.214732, 0.952775, -0.214732> - 2438: <-0.215220, 0.942000, -0.257519> - 2439: <-0.257702, 0.931225, -0.257702> - 2440: <-0.214732, 0.952775, -0.214732> - 2441: <-0.172005, 0.961530, -0.214182> - 2442: <-0.172679, 0.950800, -0.257217> - 2443: <-0.215220, 0.942000, -0.257519> - 2444: <-0.172005, 0.961530, -0.214182> - 2445: <-0.129250, 0.968319, -0.213666> - 2446: <-0.129981, 0.957663, -0.256880> - 2447: <-0.172679, 0.950800, -0.257217> - 2448: <-0.129250, 0.968319, -0.213666> - 2449: <-0.086398, 0.973180, -0.213204> - 2450: <-0.087041, 0.962605, -0.256544> - 2451: <-0.129981, 0.957663, -0.256880> - 2452: <-0.086398, 0.973180, -0.213204> - 2453: <-0.043306, 0.976120, -0.212870> - 2454: <-0.043703, 0.965618, -0.256267> - 2455: <-0.087041, 0.962605, -0.256544> - 2456: <-0.043306, 0.976120, -0.212870> - 2457: < 0.000000, 0.977107, -0.212750> - 2458: < 0.000000, 0.966630, -0.256177> - 2459: <-0.043703, 0.965618, -0.256267> - 2460: < 0.000000, 0.977107, -0.212750> - 2461: < 0.043306, 0.976120, -0.212870> - 2462: < 0.043703, 0.965618, -0.256267> - 2463: < 0.000000, 0.966630, -0.256177> - 2464: < 0.043306, 0.976120, -0.212870> - 2465: < 0.086398, 0.973180, -0.213204> - 2466: < 0.087041, 0.962605, -0.256544> - 2467: < 0.043703, 0.965618, -0.256267> - 2468: < 0.086398, 0.973180, -0.213204> - 2469: < 0.129250, 0.968319, -0.213666> - 2470: < 0.129981, 0.957663, -0.256880> - 2471: < 0.087041, 0.962605, -0.256544> - 2472: < 0.129250, 0.968319, -0.213666> - 2473: < 0.172005, 0.961530, -0.214182> - 2474: < 0.172679, 0.950800, -0.257217> - 2475: < 0.129981, 0.957663, -0.256880> - 2476: < 0.172005, 0.961530, -0.214182> - 2477: < 0.214732, 0.952775, -0.214732> - 2478: < 0.215220, 0.942000, -0.257519> - 2479: < 0.172679, 0.950800, -0.257217> - 2480: < 0.214732, 0.952775, -0.214732> - 2481: < 0.257519, 0.942000, -0.215220> - 2482: < 0.257702, 0.931225, -0.257702> - 2483: < 0.215220, 0.942000, -0.257519> - 2484: < 0.257519, 0.942000, -0.215220> - 2485: < 0.300461, 0.929096, -0.215649> - 2486: < 0.300219, 0.918390, -0.257736> - 2487: < 0.257702, 0.931225, -0.257702> - 2488: < 0.300461, 0.929096, -0.215649> - 2489: < 0.343582, 0.913949, -0.215982> - 2490: < 0.342852, 0.903367, -0.257643> - 2491: < 0.300219, 0.918390, -0.257736> - 2492: < 0.343582, 0.913949, -0.215982> - 2493: < 0.386985, 0.896382, -0.216199> - 2494: < 0.385664, 0.886018, -0.257364> - 2495: < 0.342852, 0.903367, -0.257643> - 2496: < 0.386985, 0.896382, -0.216199> - 2497: < 0.430657, 0.876208, -0.216320> - 2498: < 0.428698, 0.866124, -0.256999> - 2499: < 0.385664, 0.886018, -0.257364> - 2500: < 0.430657, 0.876208, -0.216320> - 2501: < 0.474515, 0.853230, -0.216413> - 2502: < 0.471888, 0.843490, -0.256606> - 2503: < 0.428698, 0.866124, -0.256999> - 2504: < 0.474515, 0.853230, -0.216413> - 2505: < 0.518435, 0.827263, -0.216475> - 2506: < 0.515110, 0.817925, -0.256243> - 2507: < 0.471888, 0.843490, -0.256606> - 2508: < 0.518435, 0.827263, -0.216475> - 2509: < 0.562257, 0.798110, -0.216534> - 2510: < 0.558172, 0.789266, -0.255937> - 2511: < 0.515110, 0.817925, -0.256243> - 2512: < 0.562257, 0.798110, -0.216534> - 2513: < 0.605748, 0.765608, -0.216596> - 2514: < 0.600829, 0.757361, -0.255750> - 2515: < 0.558172, 0.789266, -0.255937> - 2516: < 0.605748, 0.765608, -0.216596> - 2517: < 0.648606, 0.729636, -0.216660> - 2518: < 0.642833, 0.722093, -0.255632> - 2519: < 0.600829, 0.757361, -0.255750> - 2520: <-0.642833, 0.722093, -0.255632> - 2521: <-0.600829, 0.757361, -0.255750> - 2522: <-0.595158, 0.747816, -0.294207> - 2523: <-0.636150, 0.713396, -0.293904> - 2524: <-0.600829, 0.757361, -0.255750> - 2525: <-0.558172, 0.789266, -0.255937> - 2526: <-0.553415, 0.779017, -0.294729> - 2527: <-0.595158, 0.747816, -0.294207> - 2528: <-0.558172, 0.789266, -0.255937> - 2529: <-0.515110, 0.817925, -0.256243> - 2530: <-0.511198, 0.807082, -0.295457> - 2531: <-0.553415, 0.779017, -0.294729> - 2532: <-0.515110, 0.817925, -0.256243> - 2533: <-0.471888, 0.843490, -0.256606> - 2534: <-0.468770, 0.832128, -0.296339> - 2535: <-0.511198, 0.807082, -0.295457> - 2536: <-0.471888, 0.843490, -0.256606> - 2537: <-0.428698, 0.866124, -0.256999> - 2538: <-0.426323, 0.854324, -0.297287> - 2539: <-0.468770, 0.832128, -0.296339> - 2540: <-0.428698, 0.866124, -0.256999> - 2541: <-0.385664, 0.886018, -0.257364> - 2542: <-0.383986, 0.873840, -0.298259> - 2543: <-0.426323, 0.854324, -0.297287> - 2544: <-0.385664, 0.886018, -0.257364> - 2545: <-0.342852, 0.903367, -0.257643> - 2546: <-0.341811, 0.890906, -0.299085> - 2547: <-0.383986, 0.873840, -0.298259> - 2548: <-0.342852, 0.903367, -0.257643> - 2549: <-0.300219, 0.918390, -0.257736> - 2550: <-0.299762, 0.905696, -0.299762> - 2551: <-0.341811, 0.890906, -0.299085> - 2552: <-0.300219, 0.918390, -0.257736> - 2553: <-0.257702, 0.931225, -0.257702> - 2554: <-0.257736, 0.918390, -0.300219> - 2555: <-0.299762, 0.905696, -0.299762> - 2556: <-0.257702, 0.931225, -0.257702> - 2557: <-0.215220, 0.942000, -0.257519> - 2558: <-0.215649, 0.929096, -0.300461> - 2559: <-0.257736, 0.918390, -0.300219> - 2560: <-0.215220, 0.942000, -0.257519> - 2561: <-0.172679, 0.950800, -0.257217> - 2562: <-0.173351, 0.937897, -0.300496> - 2563: <-0.215649, 0.929096, -0.300461> - 2564: <-0.172679, 0.950800, -0.257217> - 2565: <-0.129981, 0.957663, -0.256880> - 2566: <-0.130743, 0.944802, -0.300427> - 2567: <-0.173351, 0.937897, -0.300496> - 2568: <-0.129981, 0.957663, -0.256880> - 2569: <-0.087041, 0.962605, -0.256544> - 2570: <-0.087712, 0.949820, -0.300248> - 2571: <-0.130743, 0.944802, -0.300427> - 2572: <-0.087041, 0.962605, -0.256544> - 2573: <-0.043703, 0.965618, -0.256267> - 2574: <-0.044130, 0.952889, -0.300092> - 2575: <-0.087712, 0.949820, -0.300248> - 2576: <-0.043703, 0.965618, -0.256267> - 2577: < 0.000000, 0.966630, -0.256177> - 2578: < 0.000000, 0.953921, -0.300059> - 2579: <-0.044130, 0.952889, -0.300092> - 2580: < 0.000000, 0.966630, -0.256177> - 2581: < 0.043703, 0.965618, -0.256267> - 2582: < 0.044130, 0.952889, -0.300092> - 2583: < 0.000000, 0.953921, -0.300059> - 2584: < 0.043703, 0.965618, -0.256267> - 2585: < 0.087041, 0.962605, -0.256544> - 2586: < 0.087712, 0.949820, -0.300248> - 2587: < 0.044130, 0.952889, -0.300092> - 2588: < 0.087041, 0.962605, -0.256544> - 2589: < 0.129981, 0.957663, -0.256880> - 2590: < 0.130743, 0.944802, -0.300427> - 2591: < 0.087712, 0.949820, -0.300248> - 2592: < 0.129981, 0.957663, -0.256880> - 2593: < 0.172679, 0.950800, -0.257217> - 2594: < 0.173351, 0.937897, -0.300496> - 2595: < 0.130743, 0.944802, -0.300427> - 2596: < 0.172679, 0.950800, -0.257217> - 2597: < 0.215220, 0.942000, -0.257519> - 2598: < 0.215649, 0.929096, -0.300461> - 2599: < 0.173351, 0.937897, -0.300496> - 2600: < 0.215220, 0.942000, -0.257519> - 2601: < 0.257702, 0.931225, -0.257702> - 2602: < 0.257736, 0.918390, -0.300219> - 2603: < 0.215649, 0.929096, -0.300461> - 2604: < 0.257702, 0.931225, -0.257702> - 2605: < 0.300219, 0.918390, -0.257736> - 2606: < 0.299762, 0.905696, -0.299762> - 2607: < 0.257736, 0.918390, -0.300219> - 2608: < 0.300219, 0.918390, -0.257736> - 2609: < 0.342852, 0.903367, -0.257643> - 2610: < 0.341811, 0.890906, -0.299085> - 2611: < 0.299762, 0.905696, -0.299762> - 2612: < 0.342852, 0.903367, -0.257643> - 2613: < 0.385664, 0.886018, -0.257364> - 2614: < 0.383960, 0.873851, -0.298262> - 2615: < 0.341811, 0.890906, -0.299085> - 2616: < 0.385664, 0.886018, -0.257364> - 2617: < 0.428698, 0.866124, -0.256999> - 2618: < 0.426323, 0.854324, -0.297287> - 2619: < 0.383960, 0.873851, -0.298262> - 2620: < 0.428698, 0.866124, -0.256999> - 2621: < 0.471888, 0.843490, -0.256606> - 2622: < 0.468770, 0.832128, -0.296339> - 2623: < 0.426323, 0.854324, -0.297287> - 2624: < 0.471888, 0.843490, -0.256606> - 2625: < 0.515110, 0.817925, -0.256243> - 2626: < 0.511198, 0.807082, -0.295457> - 2627: < 0.468770, 0.832128, -0.296339> - 2628: < 0.515110, 0.817925, -0.256243> - 2629: < 0.558172, 0.789266, -0.255937> - 2630: < 0.553415, 0.779017, -0.294729> - 2631: < 0.511198, 0.807082, -0.295457> - 2632: < 0.558172, 0.789266, -0.255937> - 2633: < 0.600829, 0.757361, -0.255750> - 2634: < 0.595158, 0.747816, -0.294207> - 2635: < 0.553415, 0.779017, -0.294729> - 2636: < 0.600829, 0.757361, -0.255750> - 2637: < 0.642833, 0.722093, -0.255632> - 2638: < 0.636150, 0.713396, -0.293904> - 2639: < 0.595158, 0.747816, -0.294207> - 2640: <-0.636150, 0.713396, -0.293904> - 2641: <-0.595158, 0.747816, -0.294207> - 2642: <-0.588744, 0.736915, -0.332170> - 2643: <-0.628603, 0.703467, -0.331652> - 2644: <-0.595158, 0.747816, -0.294207> - 2645: <-0.553415, 0.779017, -0.294729> - 2646: <-0.548009, 0.767292, -0.333090> - 2647: <-0.588744, 0.736915, -0.332170> - 2648: <-0.553415, 0.779017, -0.294729> - 2649: <-0.511198, 0.807082, -0.295457> - 2650: <-0.506740, 0.794627, -0.334337> - 2651: <-0.548009, 0.767292, -0.333090> - 2652: <-0.511198, 0.807082, -0.295457> - 2653: <-0.468770, 0.832128, -0.296339> - 2654: <-0.465202, 0.819039, -0.335801> - 2655: <-0.506740, 0.794627, -0.334337> - 2656: <-0.468770, 0.832128, -0.296339> - 2657: <-0.426323, 0.854324, -0.297287> - 2658: <-0.423577, 0.840684, -0.337391> - 2659: <-0.465202, 0.819039, -0.335801> - 2660: <-0.426323, 0.854324, -0.297287> - 2661: <-0.383986, 0.873840, -0.298259> - 2662: <-0.381976, 0.859750, -0.339005> - 2663: <-0.423577, 0.840684, -0.337391> - 2664: <-0.383986, 0.873840, -0.298259> - 2665: <-0.341811, 0.890906, -0.299085> - 2666: <-0.340503, 0.876422, -0.340503> - 2667: <-0.381976, 0.859750, -0.339005> - 2668: <-0.341811, 0.890906, -0.299085> - 2669: <-0.299762, 0.905696, -0.299762> - 2670: <-0.299085, 0.890906, -0.341811> - 2671: <-0.340503, 0.876422, -0.340503> - 2672: <-0.299762, 0.905696, -0.299762> - 2673: <-0.257736, 0.918390, -0.300219> - 2674: <-0.257643, 0.903367, -0.342852> - 2675: <-0.299085, 0.890906, -0.341811> - 2676: <-0.257736, 0.918390, -0.300219> - 2677: <-0.215649, 0.929096, -0.300461> - 2678: <-0.215982, 0.913949, -0.343582> - 2679: <-0.257643, 0.903367, -0.342852> - 2680: <-0.215649, 0.929096, -0.300461> - 2681: <-0.173351, 0.937897, -0.300496> - 2682: <-0.173989, 0.922682, -0.344072> - 2683: <-0.215982, 0.913949, -0.343582> - 2684: <-0.173351, 0.937897, -0.300496> - 2685: <-0.130743, 0.944802, -0.300427> - 2686: <-0.131509, 0.929596, -0.344322> - 2687: <-0.173989, 0.922682, -0.344072> - 2688: <-0.130743, 0.944802, -0.300427> - 2689: <-0.087712, 0.949820, -0.300248> - 2690: <-0.088414, 0.934648, -0.344408> - 2691: <-0.131509, 0.929596, -0.344322> - 2692: <-0.087712, 0.949820, -0.300248> - 2693: <-0.044130, 0.952889, -0.300092> - 2694: <-0.044558, 0.937762, -0.344409> - 2695: <-0.088414, 0.934648, -0.344408> - 2696: <-0.044130, 0.952889, -0.300092> - 2697: < 0.000000, 0.953921, -0.300059> - 2698: < 0.000000, 0.938821, -0.344405> - 2699: <-0.044558, 0.937762, -0.344409> - 2700: < 0.000000, 0.953921, -0.300059> - 2701: < 0.044130, 0.952889, -0.300092> - 2702: < 0.044558, 0.937762, -0.344409> - 2703: < 0.000000, 0.938821, -0.344405> - 2704: < 0.044130, 0.952889, -0.300092> - 2705: < 0.087712, 0.949820, -0.300248> - 2706: < 0.088414, 0.934648, -0.344408> - 2707: < 0.044558, 0.937762, -0.344409> - 2708: < 0.087712, 0.949820, -0.300248> - 2709: < 0.130743, 0.944802, -0.300427> - 2710: < 0.131509, 0.929596, -0.344322> - 2711: < 0.088414, 0.934648, -0.344408> - 2712: < 0.130743, 0.944802, -0.300427> - 2713: < 0.173351, 0.937897, -0.300496> - 2714: < 0.173989, 0.922682, -0.344072> - 2715: < 0.131509, 0.929596, -0.344322> - 2716: < 0.173351, 0.937897, -0.300496> - 2717: < 0.215649, 0.929096, -0.300461> - 2718: < 0.215982, 0.913949, -0.343582> - 2719: < 0.173989, 0.922682, -0.344072> - 2720: < 0.215649, 0.929096, -0.300461> - 2721: < 0.257736, 0.918390, -0.300219> - 2722: < 0.257643, 0.903367, -0.342852> - 2723: < 0.215982, 0.913949, -0.343582> - 2724: < 0.257736, 0.918390, -0.300219> - 2725: < 0.299762, 0.905696, -0.299762> - 2726: < 0.299085, 0.890906, -0.341811> - 2727: < 0.257643, 0.903367, -0.342852> - 2728: < 0.299762, 0.905696, -0.299762> - 2729: < 0.341811, 0.890906, -0.299085> - 2730: < 0.340503, 0.876422, -0.340503> - 2731: < 0.299085, 0.890906, -0.341811> - 2732: < 0.341811, 0.890906, -0.299085> - 2733: < 0.383960, 0.873851, -0.298262> - 2734: < 0.381976, 0.859750, -0.339005> - 2735: < 0.340503, 0.876422, -0.340503> - 2736: < 0.383960, 0.873851, -0.298262> - 2737: < 0.426323, 0.854324, -0.297287> - 2738: < 0.423577, 0.840684, -0.337391> - 2739: < 0.381976, 0.859750, -0.339005> - 2740: < 0.426323, 0.854324, -0.297287> - 2741: < 0.468770, 0.832128, -0.296339> - 2742: < 0.465202, 0.819039, -0.335801> - 2743: < 0.423577, 0.840684, -0.337391> - 2744: < 0.468770, 0.832128, -0.296339> - 2745: < 0.511198, 0.807082, -0.295457> - 2746: < 0.506745, 0.794636, -0.334310> - 2747: < 0.465202, 0.819039, -0.335801> - 2748: < 0.511198, 0.807082, -0.295457> - 2749: < 0.553415, 0.779017, -0.294729> - 2750: < 0.548009, 0.767292, -0.333090> - 2751: < 0.506745, 0.794636, -0.334310> - 2752: < 0.553415, 0.779017, -0.294729> - 2753: < 0.595158, 0.747816, -0.294207> - 2754: < 0.588744, 0.736915, -0.332170> - 2755: < 0.548009, 0.767292, -0.333090> - 2756: < 0.595158, 0.747816, -0.294207> - 2757: < 0.636150, 0.713396, -0.293904> - 2758: < 0.628603, 0.703467, -0.331652> - 2759: < 0.588744, 0.736915, -0.332170> - 2760: <-0.628603, 0.703467, -0.331652> - 2761: <-0.588744, 0.736915, -0.332170> - 2762: <-0.581661, 0.724825, -0.369188> - 2763: <-0.620305, 0.692544, -0.368246> - 2764: <-0.588744, 0.736915, -0.332170> - 2765: <-0.548009, 0.767292, -0.333090> - 2766: <-0.542028, 0.754169, -0.370721> - 2767: <-0.581661, 0.724825, -0.369188> - 2768: <-0.548009, 0.767292, -0.333090> - 2769: <-0.506740, 0.794627, -0.334337> - 2770: <-0.501802, 0.780568, -0.372705> - 2771: <-0.542028, 0.754169, -0.370721> - 2772: <-0.506740, 0.794627, -0.334337> - 2773: <-0.465202, 0.819039, -0.335801> - 2774: <-0.461239, 0.804154, -0.374961> - 2775: <-0.501802, 0.780568, -0.372705> - 2776: <-0.465202, 0.819039, -0.335801> - 2777: <-0.423577, 0.840684, -0.337391> - 2778: <-0.420500, 0.825100, -0.377345> - 2779: <-0.461239, 0.804154, -0.374961> - 2780: <-0.423577, 0.840684, -0.337391> - 2781: <-0.381976, 0.859750, -0.339005> - 2782: <-0.379751, 0.843551, -0.379751> - 2783: <-0.420500, 0.825100, -0.377345> - 2784: <-0.381976, 0.859750, -0.339005> - 2785: <-0.340503, 0.876422, -0.340503> - 2786: <-0.339005, 0.859750, -0.381976> - 2787: <-0.379751, 0.843551, -0.379751> - 2788: <-0.340503, 0.876422, -0.340503> - 2789: <-0.299085, 0.890906, -0.341811> - 2790: <-0.298262, 0.873851, -0.383960> - 2791: <-0.339005, 0.859750, -0.381976> - 2792: <-0.299085, 0.890906, -0.341811> - 2793: <-0.257643, 0.903367, -0.342852> - 2794: <-0.257367, 0.886028, -0.385638> - 2795: <-0.298262, 0.873851, -0.383960> - 2796: <-0.257643, 0.903367, -0.342852> - 2797: <-0.215982, 0.913949, -0.343582> - 2798: <-0.216199, 0.896382, -0.386985> - 2799: <-0.257367, 0.886028, -0.385638> - 2800: <-0.215982, 0.913949, -0.343582> - 2801: <-0.173989, 0.922682, -0.344072> - 2802: <-0.174541, 0.904997, -0.387965> - 2803: <-0.216199, 0.896382, -0.386985> - 2804: <-0.173989, 0.922682, -0.344072> - 2805: <-0.131509, 0.929596, -0.344322> - 2806: <-0.132240, 0.911854, -0.388632> - 2807: <-0.174541, 0.904997, -0.387965> - 2808: <-0.131509, 0.929596, -0.344322> - 2809: <-0.088414, 0.934648, -0.344408> - 2810: <-0.089116, 0.916918, -0.388998> - 2811: <-0.132240, 0.911854, -0.388632> - 2812: <-0.088414, 0.934648, -0.344408> - 2813: <-0.044558, 0.937762, -0.344409> - 2814: <-0.045016, 0.920061, -0.389180> - 2815: <-0.089116, 0.916918, -0.388998> - 2816: <-0.044558, 0.937762, -0.344409> - 2817: < 0.000000, 0.938821, -0.344405> - 2818: < 0.000000, 0.921135, -0.389244> - 2819: <-0.045016, 0.920061, -0.389180> - 2820: < 0.000000, 0.938821, -0.344405> - 2821: < 0.044558, 0.937762, -0.344409> - 2822: < 0.045016, 0.920061, -0.389180> - 2823: < 0.000000, 0.921135, -0.389244> - 2824: < 0.044558, 0.937762, -0.344409> - 2825: < 0.088414, 0.934648, -0.344408> - 2826: < 0.089116, 0.916918, -0.388998> - 2827: < 0.045016, 0.920061, -0.389180> - 2828: < 0.088414, 0.934648, -0.344408> - 2829: < 0.131509, 0.929596, -0.344322> - 2830: < 0.132240, 0.911854, -0.388632> - 2831: < 0.089116, 0.916918, -0.388998> - 2832: < 0.131509, 0.929596, -0.344322> - 2833: < 0.173989, 0.922682, -0.344072> - 2834: < 0.174541, 0.904997, -0.387965> - 2835: < 0.132240, 0.911854, -0.388632> - 2836: < 0.173989, 0.922682, -0.344072> - 2837: < 0.215982, 0.913949, -0.343582> - 2838: < 0.216199, 0.896382, -0.386985> - 2839: < 0.174541, 0.904997, -0.387965> - 2840: < 0.215982, 0.913949, -0.343582> - 2841: < 0.257643, 0.903367, -0.342852> - 2842: < 0.257364, 0.886018, -0.385664> - 2843: < 0.216199, 0.896382, -0.386985> - 2844: < 0.257643, 0.903367, -0.342852> - 2845: < 0.299085, 0.890906, -0.341811> - 2846: < 0.298262, 0.873851, -0.383960> - 2847: < 0.257364, 0.886018, -0.385664> - 2848: < 0.299085, 0.890906, -0.341811> - 2849: < 0.340503, 0.876422, -0.340503> - 2850: < 0.339005, 0.859750, -0.381976> - 2851: < 0.298262, 0.873851, -0.383960> - 2852: < 0.340503, 0.876422, -0.340503> - 2853: < 0.381976, 0.859750, -0.339005> - 2854: < 0.379751, 0.843551, -0.379751> - 2855: < 0.339005, 0.859750, -0.381976> - 2856: < 0.381976, 0.859750, -0.339005> - 2857: < 0.423577, 0.840684, -0.337391> - 2858: < 0.420500, 0.825100, -0.377345> - 2859: < 0.379751, 0.843551, -0.379751> - 2860: < 0.423577, 0.840684, -0.337391> - 2861: < 0.465202, 0.819039, -0.335801> - 2862: < 0.461239, 0.804154, -0.374961> - 2863: < 0.420500, 0.825100, -0.377345> - 2864: < 0.465202, 0.819039, -0.335801> - 2865: < 0.506745, 0.794636, -0.334310> - 2866: < 0.501802, 0.780568, -0.372705> - 2867: < 0.461239, 0.804154, -0.374961> - 2868: < 0.506745, 0.794636, -0.334310> - 2869: < 0.548009, 0.767292, -0.333090> - 2870: < 0.542028, 0.754169, -0.370721> - 2871: < 0.501802, 0.780568, -0.372705> - 2872: < 0.548009, 0.767292, -0.333090> - 2873: < 0.588744, 0.736915, -0.332170> - 2874: < 0.581661, 0.724825, -0.369188> - 2875: < 0.542028, 0.754169, -0.370721> - 2876: < 0.588744, 0.736915, -0.332170> - 2877: < 0.628603, 0.703467, -0.331652> - 2878: < 0.620305, 0.692544, -0.368246> - 2879: < 0.581661, 0.724825, -0.369188> - 2880: <-0.620305, 0.692544, -0.368246> - 2881: <-0.581661, 0.724825, -0.369188> - 2882: <-0.574008, 0.711772, -0.404839> - 2883: <-0.611427, 0.680859, -0.403223> - 2884: <-0.581661, 0.724825, -0.369188> - 2885: <-0.542028, 0.754169, -0.370721> - 2886: <-0.535518, 0.739812, -0.407307> - 2887: <-0.574008, 0.711772, -0.404839> - 2888: <-0.542028, 0.754169, -0.370721> - 2889: <-0.501802, 0.780568, -0.372705> - 2890: <-0.496395, 0.764964, -0.410392> - 2891: <-0.535518, 0.739812, -0.407307> - 2892: <-0.501802, 0.780568, -0.372705> - 2893: <-0.461239, 0.804154, -0.374961> - 2894: <-0.456900, 0.787421, -0.413777> - 2895: <-0.496395, 0.764964, -0.410392> - 2896: <-0.461239, 0.804154, -0.374961> - 2897: <-0.420500, 0.825100, -0.377345> - 2898: <-0.417202, 0.807394, -0.417202> - 2899: <-0.456900, 0.787421, -0.413777> - 2900: <-0.420500, 0.825100, -0.377345> - 2901: <-0.379751, 0.843551, -0.379751> - 2902: <-0.377345, 0.825100, -0.420500> - 2903: <-0.417202, 0.807394, -0.417202> - 2904: <-0.379751, 0.843551, -0.379751> - 2905: <-0.339005, 0.859750, -0.381976> - 2906: <-0.337391, 0.840684, -0.423577> - 2907: <-0.377345, 0.825100, -0.420500> - 2908: <-0.339005, 0.859750, -0.381976> - 2909: <-0.298262, 0.873851, -0.383960> - 2910: <-0.297287, 0.854324, -0.426323> - 2911: <-0.337391, 0.840684, -0.423577> - 2912: <-0.298262, 0.873851, -0.383960> - 2913: <-0.257367, 0.886028, -0.385638> - 2914: <-0.256999, 0.866124, -0.428698> - 2915: <-0.297287, 0.854324, -0.426323> - 2916: <-0.257367, 0.886028, -0.385638> - 2917: <-0.216199, 0.896382, -0.386985> - 2918: <-0.216320, 0.876208, -0.430657> - 2919: <-0.256999, 0.866124, -0.428698> - 2920: <-0.216199, 0.896382, -0.386985> - 2921: <-0.174541, 0.904997, -0.387965> - 2922: <-0.175026, 0.884654, -0.432149> - 2923: <-0.216320, 0.876208, -0.430657> - 2924: <-0.174541, 0.904997, -0.387965> - 2925: <-0.132240, 0.911854, -0.388632> - 2926: <-0.132911, 0.891405, -0.433281> - 2927: <-0.175026, 0.884654, -0.432149> - 2928: <-0.132240, 0.911854, -0.388632> - 2929: <-0.089116, 0.916918, -0.388998> - 2930: <-0.089787, 0.896437, -0.433981> - 2931: <-0.132911, 0.891405, -0.433281> - 2932: <-0.089116, 0.916918, -0.388998> - 2933: <-0.045016, 0.920061, -0.389180> - 2934: <-0.045443, 0.899583, -0.434379> - 2935: <-0.089787, 0.896437, -0.433981> - 2936: <-0.045016, 0.920061, -0.389180> - 2937: < 0.000000, 0.921135, -0.389244> - 2938: < 0.000000, 0.900655, -0.434534> - 2939: <-0.045443, 0.899583, -0.434379> - 2940: < 0.000000, 0.921135, -0.389244> - 2941: < 0.045016, 0.920061, -0.389180> - 2942: < 0.045443, 0.899583, -0.434379> - 2943: < 0.000000, 0.900655, -0.434534> - 2944: < 0.045016, 0.920061, -0.389180> - 2945: < 0.089116, 0.916918, -0.388998> - 2946: < 0.089787, 0.896437, -0.433981> - 2947: < 0.045443, 0.899583, -0.434379> - 2948: < 0.089116, 0.916918, -0.388998> - 2949: < 0.132240, 0.911854, -0.388632> - 2950: < 0.132911, 0.891405, -0.433281> - 2951: < 0.089787, 0.896437, -0.433981> - 2952: < 0.132240, 0.911854, -0.388632> - 2953: < 0.174541, 0.904997, -0.387965> - 2954: < 0.175026, 0.884654, -0.432149> - 2955: < 0.132911, 0.891405, -0.433281> - 2956: < 0.174541, 0.904997, -0.387965> - 2957: < 0.216199, 0.896382, -0.386985> - 2958: < 0.216320, 0.876208, -0.430657> - 2959: < 0.175026, 0.884654, -0.432149> - 2960: < 0.216199, 0.896382, -0.386985> - 2961: < 0.257364, 0.886018, -0.385664> - 2962: < 0.256999, 0.866124, -0.428698> - 2963: < 0.216320, 0.876208, -0.430657> - 2964: < 0.257364, 0.886018, -0.385664> - 2965: < 0.298262, 0.873851, -0.383960> - 2966: < 0.297287, 0.854324, -0.426323> - 2967: < 0.256999, 0.866124, -0.428698> - 2968: < 0.298262, 0.873851, -0.383960> - 2969: < 0.339005, 0.859750, -0.381976> - 2970: < 0.337391, 0.840684, -0.423577> - 2971: < 0.297287, 0.854324, -0.426323> - 2972: < 0.339005, 0.859750, -0.381976> - 2973: < 0.379751, 0.843551, -0.379751> - 2974: < 0.377345, 0.825100, -0.420500> - 2975: < 0.337391, 0.840684, -0.423577> - 2976: < 0.379751, 0.843551, -0.379751> - 2977: < 0.420500, 0.825100, -0.377345> - 2978: < 0.417202, 0.807394, -0.417202> - 2979: < 0.377345, 0.825100, -0.420500> - 2980: < 0.420500, 0.825100, -0.377345> - 2981: < 0.461239, 0.804154, -0.374961> - 2982: < 0.456900, 0.787421, -0.413777> - 2983: < 0.417202, 0.807394, -0.417202> - 2984: < 0.461239, 0.804154, -0.374961> - 2985: < 0.501802, 0.780568, -0.372705> - 2986: < 0.496395, 0.764964, -0.410392> - 2987: < 0.456900, 0.787421, -0.413777> - 2988: < 0.501802, 0.780568, -0.372705> - 2989: < 0.542028, 0.754169, -0.370721> - 2990: < 0.535518, 0.739812, -0.407307> - 2991: < 0.496395, 0.764964, -0.410392> - 2992: < 0.542028, 0.754169, -0.370721> - 2993: < 0.581661, 0.724825, -0.369188> - 2994: < 0.574008, 0.711772, -0.404839> - 2995: < 0.535518, 0.739812, -0.407307> - 2996: < 0.581661, 0.724825, -0.369188> - 2997: < 0.620305, 0.692544, -0.368246> - 2998: < 0.611427, 0.680859, -0.403223> - 2999: < 0.574008, 0.711772, -0.404839> - 3000: <-0.611427, 0.680859, -0.403223> - 3001: <-0.574008, 0.711772, -0.404839> - 3002: <-0.565794, 0.697667, -0.439475> - 3003: <-0.601963, 0.668312, -0.437036> - 3004: <-0.574008, 0.711772, -0.404839> - 3005: <-0.535518, 0.739812, -0.407307> - 3006: <-0.528478, 0.724109, -0.443145> - 3007: <-0.565794, 0.697667, -0.439475> - 3008: <-0.535518, 0.739812, -0.407307> - 3009: <-0.496395, 0.764964, -0.410392> - 3010: <-0.490534, 0.747688, -0.447593> - 3011: <-0.528478, 0.724109, -0.443145> - 3012: <-0.496395, 0.764964, -0.410392> - 3013: <-0.456900, 0.787421, -0.413777> - 3014: <-0.452290, 0.768679, -0.452290> - 3015: <-0.490534, 0.747688, -0.447593> - 3016: <-0.456900, 0.787421, -0.413777> - 3017: <-0.417202, 0.807394, -0.417202> - 3018: <-0.413777, 0.787421, -0.456900> - 3019: <-0.452290, 0.768679, -0.452290> - 3020: <-0.417202, 0.807394, -0.417202> - 3021: <-0.377345, 0.825100, -0.420500> - 3022: <-0.374961, 0.804154, -0.461239> - 3023: <-0.413777, 0.787421, -0.456900> - 3024: <-0.377345, 0.825100, -0.420500> - 3025: <-0.337391, 0.840684, -0.423577> - 3026: <-0.335801, 0.819039, -0.465202> - 3027: <-0.374961, 0.804154, -0.461239> - 3028: <-0.337391, 0.840684, -0.423577> - 3029: <-0.297287, 0.854324, -0.426323> - 3030: <-0.296339, 0.832128, -0.468770> - 3031: <-0.335801, 0.819039, -0.465202> - 3032: <-0.297287, 0.854324, -0.426323> - 3033: <-0.256999, 0.866124, -0.428698> - 3034: <-0.256606, 0.843490, -0.471888> - 3035: <-0.296339, 0.832128, -0.468770> - 3036: <-0.256999, 0.866124, -0.428698> - 3037: <-0.216320, 0.876208, -0.430657> - 3038: <-0.216413, 0.853230, -0.474515> - 3039: <-0.256606, 0.843490, -0.471888> - 3040: <-0.216320, 0.876208, -0.430657> - 3041: <-0.175026, 0.884654, -0.432149> - 3042: <-0.175453, 0.861426, -0.476614> - 3043: <-0.216413, 0.853230, -0.474515> - 3044: <-0.175026, 0.884654, -0.432149> - 3045: <-0.132911, 0.891405, -0.433281> - 3046: <-0.133553, 0.868033, -0.478208> - 3047: <-0.175453, 0.861426, -0.476614> - 3048: <-0.132911, 0.891405, -0.433281> - 3049: <-0.089787, 0.896437, -0.433981> - 3050: <-0.090429, 0.872976, -0.479307> - 3051: <-0.133553, 0.868033, -0.478208> - 3052: <-0.089787, 0.896437, -0.433981> - 3053: <-0.045443, 0.899583, -0.434379> - 3054: <-0.045871, 0.876095, -0.479951> - 3055: <-0.090429, 0.872976, -0.479307> - 3056: <-0.045443, 0.899583, -0.434379> - 3057: < 0.000000, 0.900655, -0.434534> - 3058: < 0.000000, 0.877182, -0.480158> - 3059: <-0.045871, 0.876095, -0.479951> - 3060: < 0.000000, 0.900655, -0.434534> - 3061: < 0.045443, 0.899583, -0.434379> - 3062: < 0.045871, 0.876095, -0.479951> - 3063: < 0.000000, 0.877182, -0.480158> - 3064: < 0.045443, 0.899583, -0.434379> - 3065: < 0.089787, 0.896437, -0.433981> - 3066: < 0.090429, 0.872976, -0.479307> - 3067: < 0.045871, 0.876095, -0.479951> - 3068: < 0.089787, 0.896437, -0.433981> - 3069: < 0.132911, 0.891405, -0.433281> - 3070: < 0.133553, 0.868033, -0.478208> - 3071: < 0.090429, 0.872976, -0.479307> - 3072: < 0.132911, 0.891405, -0.433281> - 3073: < 0.175026, 0.884654, -0.432149> - 3074: < 0.175453, 0.861426, -0.476614> - 3075: < 0.133553, 0.868033, -0.478208> - 3076: < 0.175026, 0.884654, -0.432149> - 3077: < 0.216320, 0.876208, -0.430657> - 3078: < 0.216413, 0.853230, -0.474515> - 3079: < 0.175453, 0.861426, -0.476614> - 3080: < 0.216320, 0.876208, -0.430657> - 3081: < 0.256999, 0.866124, -0.428698> - 3082: < 0.256606, 0.843490, -0.471888> - 3083: < 0.216413, 0.853230, -0.474515> - 3084: < 0.256999, 0.866124, -0.428698> - 3085: < 0.297287, 0.854324, -0.426323> - 3086: < 0.296339, 0.832128, -0.468770> - 3087: < 0.256606, 0.843490, -0.471888> - 3088: < 0.297287, 0.854324, -0.426323> - 3089: < 0.337391, 0.840684, -0.423577> - 3090: < 0.335801, 0.819039, -0.465202> - 3091: < 0.296339, 0.832128, -0.468770> - 3092: < 0.337391, 0.840684, -0.423577> - 3093: < 0.377345, 0.825100, -0.420500> - 3094: < 0.374961, 0.804154, -0.461239> - 3095: < 0.335801, 0.819039, -0.465202> - 3096: < 0.377345, 0.825100, -0.420500> - 3097: < 0.417202, 0.807394, -0.417202> - 3098: < 0.413777, 0.787421, -0.456900> - 3099: < 0.374961, 0.804154, -0.461239> - 3100: < 0.417202, 0.807394, -0.417202> - 3101: < 0.456900, 0.787421, -0.413777> - 3102: < 0.452290, 0.768679, -0.452290> - 3103: < 0.413777, 0.787421, -0.456900> - 3104: < 0.456900, 0.787421, -0.413777> - 3105: < 0.496395, 0.764964, -0.410392> - 3106: < 0.490534, 0.747688, -0.447593> - 3107: < 0.452290, 0.768679, -0.452290> - 3108: < 0.496395, 0.764964, -0.410392> - 3109: < 0.535518, 0.739812, -0.407307> - 3110: < 0.528478, 0.724109, -0.443145> - 3111: < 0.490534, 0.747688, -0.447593> - 3112: < 0.535518, 0.739812, -0.407307> - 3113: < 0.574008, 0.711772, -0.404839> - 3114: < 0.565794, 0.697667, -0.439475> - 3115: < 0.528478, 0.724109, -0.443145> - 3116: < 0.574008, 0.711772, -0.404839> - 3117: < 0.611427, 0.680859, -0.403223> - 3118: < 0.601963, 0.668312, -0.437036> - 3119: < 0.565794, 0.697667, -0.439475> - 3120: <-0.601963, 0.668312, -0.437036> - 3121: <-0.565794, 0.697667, -0.439475> - 3122: <-0.557037, 0.682532, -0.473139> - 3123: <-0.591920, 0.655217, -0.469385> - 3124: <-0.565794, 0.697667, -0.439475> - 3125: <-0.528478, 0.724109, -0.443145> - 3126: <-0.520969, 0.706895, -0.478425> - 3127: <-0.557037, 0.682532, -0.473139> - 3128: <-0.528478, 0.724109, -0.443145> - 3129: <-0.490534, 0.747688, -0.447593> - 3130: <-0.484430, 0.728461, -0.484430> - 3131: <-0.520969, 0.706895, -0.478425> - 3132: <-0.490534, 0.747688, -0.447593> - 3133: <-0.452290, 0.768679, -0.452290> - 3134: <-0.447593, 0.747688, -0.490534> - 3135: <-0.484430, 0.728461, -0.484430> - 3136: <-0.452290, 0.768679, -0.452290> - 3137: <-0.413777, 0.787421, -0.456900> - 3138: <-0.410398, 0.764976, -0.496372> - 3139: <-0.447593, 0.747688, -0.490534> - 3140: <-0.413777, 0.787421, -0.456900> - 3141: <-0.374961, 0.804154, -0.461239> - 3142: <-0.372705, 0.780568, -0.501802> - 3143: <-0.410398, 0.764976, -0.496372> - 3144: <-0.374961, 0.804154, -0.461239> - 3145: <-0.335801, 0.819039, -0.465202> - 3146: <-0.334337, 0.794627, -0.506740> - 3147: <-0.372705, 0.780568, -0.501802> - 3148: <-0.335801, 0.819039, -0.465202> - 3149: <-0.296339, 0.832128, -0.468770> - 3150: <-0.295457, 0.807082, -0.511198> - 3151: <-0.334337, 0.794627, -0.506740> - 3152: <-0.296339, 0.832128, -0.468770> - 3153: <-0.256606, 0.843490, -0.471888> - 3154: <-0.256243, 0.817925, -0.515110> - 3155: <-0.295457, 0.807082, -0.511198> - 3156: <-0.256606, 0.843490, -0.471888> - 3157: <-0.216413, 0.853230, -0.474515> - 3158: <-0.216475, 0.827263, -0.518435> - 3159: <-0.256243, 0.817925, -0.515110> - 3160: <-0.216413, 0.853230, -0.474515> - 3161: <-0.175453, 0.861426, -0.476614> - 3162: <-0.175853, 0.835133, -0.521180> - 3163: <-0.216475, 0.827263, -0.518435> - 3164: <-0.175453, 0.861426, -0.476614> - 3165: <-0.133553, 0.868033, -0.478208> - 3166: <-0.134100, 0.841527, -0.523307> - 3167: <-0.175853, 0.835133, -0.521180> - 3168: <-0.133553, 0.868033, -0.478208> - 3169: <-0.090429, 0.872976, -0.479307> - 3170: <-0.091008, 0.846324, -0.524836> - 3171: <-0.134100, 0.841527, -0.523307> - 3172: <-0.090429, 0.872976, -0.479307> - 3173: <-0.045871, 0.876095, -0.479951> - 3174: <-0.046267, 0.849378, -0.525753> - 3175: <-0.091008, 0.846324, -0.524836> - 3176: <-0.045871, 0.876095, -0.479951> - 3177: < 0.000000, 0.877182, -0.480158> - 3178: < 0.000000, 0.850434, -0.526081> - 3179: <-0.046267, 0.849378, -0.525753> - 3180: < 0.000000, 0.877182, -0.480158> - 3181: < 0.045871, 0.876095, -0.479951> - 3182: < 0.046267, 0.849378, -0.525753> - 3183: < 0.000000, 0.850434, -0.526081> - 3184: < 0.045871, 0.876095, -0.479951> - 3185: < 0.090429, 0.872976, -0.479307> - 3186: < 0.091008, 0.846324, -0.524836> - 3187: < 0.046267, 0.849378, -0.525753> - 3188: < 0.090429, 0.872976, -0.479307> - 3189: < 0.133553, 0.868033, -0.478208> - 3190: < 0.134100, 0.841527, -0.523307> - 3191: < 0.091008, 0.846324, -0.524836> - 3192: < 0.133553, 0.868033, -0.478208> - 3193: < 0.175453, 0.861426, -0.476614> - 3194: < 0.175853, 0.835133, -0.521180> - 3195: < 0.134100, 0.841527, -0.523307> - 3196: < 0.175453, 0.861426, -0.476614> - 3197: < 0.216413, 0.853230, -0.474515> - 3198: < 0.216475, 0.827263, -0.518435> - 3199: < 0.175853, 0.835133, -0.521180> - 3200: < 0.216413, 0.853230, -0.474515> - 3201: < 0.256606, 0.843490, -0.471888> - 3202: < 0.256243, 0.817925, -0.515110> - 3203: < 0.216475, 0.827263, -0.518435> - 3204: < 0.256606, 0.843490, -0.471888> - 3205: < 0.296339, 0.832128, -0.468770> - 3206: < 0.295457, 0.807082, -0.511198> - 3207: < 0.256243, 0.817925, -0.515110> - 3208: < 0.296339, 0.832128, -0.468770> - 3209: < 0.335801, 0.819039, -0.465202> - 3210: < 0.334337, 0.794627, -0.506740> - 3211: < 0.295457, 0.807082, -0.511198> - 3212: < 0.335801, 0.819039, -0.465202> - 3213: < 0.374961, 0.804154, -0.461239> - 3214: < 0.372705, 0.780568, -0.501802> - 3215: < 0.334337, 0.794627, -0.506740> - 3216: < 0.374961, 0.804154, -0.461239> - 3217: < 0.413777, 0.787421, -0.456900> - 3218: < 0.410392, 0.764964, -0.496395> - 3219: < 0.372705, 0.780568, -0.501802> - 3220: < 0.413777, 0.787421, -0.456900> - 3221: < 0.452290, 0.768679, -0.452290> - 3222: < 0.447593, 0.747688, -0.490534> - 3223: < 0.410392, 0.764964, -0.496395> - 3224: < 0.452290, 0.768679, -0.452290> - 3225: < 0.490534, 0.747688, -0.447593> - 3226: < 0.484430, 0.728461, -0.484430> - 3227: < 0.447593, 0.747688, -0.490534> - 3228: < 0.490534, 0.747688, -0.447593> - 3229: < 0.528478, 0.724109, -0.443145> - 3230: < 0.520969, 0.706895, -0.478425> - 3231: < 0.484430, 0.728461, -0.484430> - 3232: < 0.528478, 0.724109, -0.443145> - 3233: < 0.565794, 0.697667, -0.439475> - 3234: < 0.557037, 0.682532, -0.473139> - 3235: < 0.520969, 0.706895, -0.478425> - 3236: < 0.565794, 0.697667, -0.439475> - 3237: < 0.601963, 0.668312, -0.437036> - 3238: < 0.591920, 0.655217, -0.469385> - 3239: < 0.557037, 0.682532, -0.473139> - 3240: <-0.591920, 0.655217, -0.469385> - 3241: <-0.557037, 0.682532, -0.473139> - 3242: <-0.547882, 0.666144, -0.506040> - 3243: <-0.581456, 0.641397, -0.500519> - 3244: <-0.557037, 0.682532, -0.473139> - 3245: <-0.520969, 0.706895, -0.478425> - 3246: <-0.513252, 0.687856, -0.513252> - 3247: <-0.547882, 0.666144, -0.506040> - 3248: <-0.520969, 0.706895, -0.478425> - 3249: <-0.484430, 0.728461, -0.484430> - 3250: <-0.478425, 0.706895, -0.520969> - 3251: <-0.513252, 0.687856, -0.513252> - 3252: <-0.484430, 0.728461, -0.484430> - 3253: <-0.447593, 0.747688, -0.490534> - 3254: <-0.443145, 0.724109, -0.528478> - 3255: <-0.478425, 0.706895, -0.520969> - 3256: <-0.447593, 0.747688, -0.490534> - 3257: <-0.410398, 0.764976, -0.496372> - 3258: <-0.407307, 0.739812, -0.535518> - 3259: <-0.443145, 0.724109, -0.528478> - 3260: <-0.410398, 0.764976, -0.496372> - 3261: <-0.372705, 0.780568, -0.501802> - 3262: <-0.370721, 0.754169, -0.542028> - 3263: <-0.407307, 0.739812, -0.535518> - 3264: <-0.372705, 0.780568, -0.501802> - 3265: <-0.334337, 0.794627, -0.506740> - 3266: <-0.333090, 0.767292, -0.548009> - 3267: <-0.370721, 0.754169, -0.542028> - 3268: <-0.334337, 0.794627, -0.506740> - 3269: <-0.295457, 0.807082, -0.511198> - 3270: <-0.294729, 0.779017, -0.553415> - 3271: <-0.333090, 0.767292, -0.548009> - 3272: <-0.295457, 0.807082, -0.511198> - 3273: <-0.256243, 0.817925, -0.515110> - 3274: <-0.255937, 0.789266, -0.558172> - 3275: <-0.294729, 0.779017, -0.553415> - 3276: <-0.256243, 0.817925, -0.515110> - 3277: <-0.216475, 0.827263, -0.518435> - 3278: <-0.216534, 0.798110, -0.562257> - 3279: <-0.255937, 0.789266, -0.558172> - 3280: <-0.216475, 0.827263, -0.518435> - 3281: <-0.175853, 0.835133, -0.521180> - 3282: <-0.176188, 0.805587, -0.565675> - 3283: <-0.216534, 0.798110, -0.562257> - 3284: <-0.175853, 0.835133, -0.521180> - 3285: <-0.134100, 0.841527, -0.523307> - 3286: <-0.134618, 0.811677, -0.568382> - 3287: <-0.176188, 0.805587, -0.565675> - 3288: <-0.134100, 0.841527, -0.523307> - 3289: <-0.091008, 0.846324, -0.524836> - 3290: <-0.091497, 0.816271, -0.570377> - 3291: <-0.134618, 0.811677, -0.568382> - 3292: <-0.091008, 0.846324, -0.524836> - 3293: <-0.046267, 0.849378, -0.525753> - 3294: <-0.046573, 0.819208, -0.571602> - 3295: <-0.091497, 0.816271, -0.570377> - 3296: <-0.046267, 0.849378, -0.525753> - 3297: < 0.000000, 0.850434, -0.526081> - 3298: < 0.000000, 0.820237, -0.572024> - 3299: <-0.046573, 0.819208, -0.571602> - 3300: < 0.000000, 0.850434, -0.526081> - 3301: < 0.046267, 0.849378, -0.525753> - 3302: < 0.046573, 0.819208, -0.571602> - 3303: < 0.000000, 0.820237, -0.572024> - 3304: < 0.046267, 0.849378, -0.525753> - 3305: < 0.091008, 0.846324, -0.524836> - 3306: < 0.091497, 0.816271, -0.570377> - 3307: < 0.046573, 0.819208, -0.571602> - 3308: < 0.091008, 0.846324, -0.524836> - 3309: < 0.134100, 0.841527, -0.523307> - 3310: < 0.134618, 0.811677, -0.568382> - 3311: < 0.091497, 0.816271, -0.570377> - 3312: < 0.134100, 0.841527, -0.523307> - 3313: < 0.175853, 0.835133, -0.521180> - 3314: < 0.176188, 0.805587, -0.565675> - 3315: < 0.134618, 0.811677, -0.568382> - 3316: < 0.175853, 0.835133, -0.521180> - 3317: < 0.216475, 0.827263, -0.518435> - 3318: < 0.216534, 0.798110, -0.562257> - 3319: < 0.176188, 0.805587, -0.565675> - 3320: < 0.216475, 0.827263, -0.518435> - 3321: < 0.256243, 0.817925, -0.515110> - 3322: < 0.255937, 0.789266, -0.558172> - 3323: < 0.216534, 0.798110, -0.562257> - 3324: < 0.256243, 0.817925, -0.515110> - 3325: < 0.295457, 0.807082, -0.511198> - 3326: < 0.294729, 0.779017, -0.553415> - 3327: < 0.255937, 0.789266, -0.558172> - 3328: < 0.295457, 0.807082, -0.511198> - 3329: < 0.334337, 0.794627, -0.506740> - 3330: < 0.333090, 0.767292, -0.548009> - 3331: < 0.294729, 0.779017, -0.553415> - 3332: < 0.334337, 0.794627, -0.506740> - 3333: < 0.372705, 0.780568, -0.501802> - 3334: < 0.370721, 0.754169, -0.542028> - 3335: < 0.333090, 0.767292, -0.548009> - 3336: < 0.372705, 0.780568, -0.501802> - 3337: < 0.410392, 0.764964, -0.496395> - 3338: < 0.407307, 0.739812, -0.535518> - 3339: < 0.370721, 0.754169, -0.542028> - 3340: < 0.410392, 0.764964, -0.496395> - 3341: < 0.447593, 0.747688, -0.490534> - 3342: < 0.443145, 0.724109, -0.528478> - 3343: < 0.407307, 0.739812, -0.535518> - 3344: < 0.447593, 0.747688, -0.490534> - 3345: < 0.484430, 0.728461, -0.484430> - 3346: < 0.478425, 0.706895, -0.520969> - 3347: < 0.443145, 0.724109, -0.528478> - 3348: < 0.484430, 0.728461, -0.484430> - 3349: < 0.520969, 0.706895, -0.478425> - 3350: < 0.513252, 0.687856, -0.513252> - 3351: < 0.478425, 0.706895, -0.520969> - 3352: < 0.520969, 0.706895, -0.478425> - 3353: < 0.557037, 0.682532, -0.473139> - 3354: < 0.547882, 0.666144, -0.506040> - 3355: < 0.513252, 0.687856, -0.513252> - 3356: < 0.557037, 0.682532, -0.473139> - 3357: < 0.591920, 0.655217, -0.469385> - 3358: < 0.581456, 0.641397, -0.500519> - 3359: < 0.547882, 0.666144, -0.506040> - 3360: <-0.581456, 0.641397, -0.500519> - 3361: <-0.547882, 0.666144, -0.506040> - 3362: <-0.538962, 0.647334, -0.538962> - 3363: <-0.571076, 0.625584, -0.531523> - 3364: <-0.547882, 0.666144, -0.506040> - 3365: <-0.513252, 0.687856, -0.513252> - 3366: <-0.506040, 0.666144, -0.547882> - 3367: <-0.538962, 0.647334, -0.538962> - 3368: <-0.513252, 0.687856, -0.513252> - 3369: <-0.478425, 0.706895, -0.520969> - 3370: <-0.473139, 0.682532, -0.557037> - 3371: <-0.506040, 0.666144, -0.547882> - 3372: <-0.478425, 0.706895, -0.520969> - 3373: <-0.443145, 0.724109, -0.528478> - 3374: <-0.439475, 0.697667, -0.565794> - 3375: <-0.473139, 0.682532, -0.557037> - 3376: <-0.443145, 0.724109, -0.528478> - 3377: <-0.407307, 0.739812, -0.535518> - 3378: <-0.404839, 0.711772, -0.574008> - 3379: <-0.439475, 0.697667, -0.565794> - 3380: <-0.407307, 0.739812, -0.535518> - 3381: <-0.370721, 0.754169, -0.542028> - 3382: <-0.369188, 0.724825, -0.581661> - 3383: <-0.404839, 0.711772, -0.574008> - 3384: <-0.370721, 0.754169, -0.542028> - 3385: <-0.333090, 0.767292, -0.548009> - 3386: <-0.332197, 0.736907, -0.588738> - 3387: <-0.369188, 0.724825, -0.581661> - 3388: <-0.333090, 0.767292, -0.548009> - 3389: <-0.294729, 0.779017, -0.553415> - 3390: <-0.294207, 0.747816, -0.595158> - 3391: <-0.332197, 0.736907, -0.588738> - 3392: <-0.294729, 0.779017, -0.553415> - 3393: <-0.255937, 0.789266, -0.558172> - 3394: <-0.255750, 0.757361, -0.600829> - 3395: <-0.294207, 0.747816, -0.595158> - 3396: <-0.255937, 0.789266, -0.558172> - 3397: <-0.216534, 0.798110, -0.562257> - 3398: <-0.216596, 0.765608, -0.605748> - 3399: <-0.255750, 0.757361, -0.600829> - 3400: <-0.216534, 0.798110, -0.562257> - 3401: <-0.176188, 0.805587, -0.565675> - 3402: <-0.176461, 0.772589, -0.609892> - 3403: <-0.216596, 0.765608, -0.605748> - 3404: <-0.176188, 0.805587, -0.565675> - 3405: <-0.134618, 0.811677, -0.568382> - 3406: <-0.135018, 0.778306, -0.613196> - 3407: <-0.176461, 0.772589, -0.609892> - 3408: <-0.134618, 0.811677, -0.568382> - 3409: <-0.091497, 0.816271, -0.570377> - 3410: <-0.091894, 0.782607, -0.615697> - 3411: <-0.135018, 0.778306, -0.613196> - 3412: <-0.091497, 0.816271, -0.570377> - 3413: <-0.046573, 0.819208, -0.571602> - 3414: <-0.046847, 0.785375, -0.617246> - 3415: <-0.091894, 0.782607, -0.615697> - 3416: <-0.046573, 0.819208, -0.571602> - 3417: < 0.000000, 0.820237, -0.572024> - 3418: < 0.000000, 0.786344, -0.617789> - 3419: <-0.046847, 0.785375, -0.617246> - 3420: < 0.000000, 0.820237, -0.572024> - 3421: < 0.046573, 0.819208, -0.571602> - 3422: < 0.046847, 0.785375, -0.617246> - 3423: < 0.000000, 0.786344, -0.617789> - 3424: < 0.046573, 0.819208, -0.571602> - 3425: < 0.091497, 0.816271, -0.570377> - 3426: < 0.091894, 0.782607, -0.615697> - 3427: < 0.046847, 0.785375, -0.617246> - 3428: < 0.091497, 0.816271, -0.570377> - 3429: < 0.134618, 0.811677, -0.568382> - 3430: < 0.134985, 0.778295, -0.613218> - 3431: < 0.091894, 0.782607, -0.615697> - 3432: < 0.134618, 0.811677, -0.568382> - 3433: < 0.176188, 0.805587, -0.565675> - 3434: < 0.176461, 0.772589, -0.609892> - 3435: < 0.134985, 0.778295, -0.613218> - 3436: < 0.176188, 0.805587, -0.565675> - 3437: < 0.216534, 0.798110, -0.562257> - 3438: < 0.216596, 0.765608, -0.605748> - 3439: < 0.176461, 0.772589, -0.609892> - 3440: < 0.216534, 0.798110, -0.562257> - 3441: < 0.255937, 0.789266, -0.558172> - 3442: < 0.255750, 0.757361, -0.600829> - 3443: < 0.216596, 0.765608, -0.605748> - 3444: < 0.255937, 0.789266, -0.558172> - 3445: < 0.294729, 0.779017, -0.553415> - 3446: < 0.294207, 0.747816, -0.595158> - 3447: < 0.255750, 0.757361, -0.600829> - 3448: < 0.294729, 0.779017, -0.553415> - 3449: < 0.333090, 0.767292, -0.548009> - 3450: < 0.332170, 0.736915, -0.588744> - 3451: < 0.294207, 0.747816, -0.595158> - 3452: < 0.333090, 0.767292, -0.548009> - 3453: < 0.370721, 0.754169, -0.542028> - 3454: < 0.369188, 0.724825, -0.581661> - 3455: < 0.332170, 0.736915, -0.588744> - 3456: < 0.370721, 0.754169, -0.542028> - 3457: < 0.407307, 0.739812, -0.535518> - 3458: < 0.404839, 0.711772, -0.574008> - 3459: < 0.369188, 0.724825, -0.581661> - 3460: < 0.407307, 0.739812, -0.535518> - 3461: < 0.443145, 0.724109, -0.528478> - 3462: < 0.439475, 0.697667, -0.565794> - 3463: < 0.404839, 0.711772, -0.574008> - 3464: < 0.443145, 0.724109, -0.528478> - 3465: < 0.478425, 0.706895, -0.520969> - 3466: < 0.473139, 0.682532, -0.557037> - 3467: < 0.439475, 0.697667, -0.565794> - 3468: < 0.478425, 0.706895, -0.520969> - 3469: < 0.513252, 0.687856, -0.513252> - 3470: < 0.506040, 0.666144, -0.547882> - 3471: < 0.473139, 0.682532, -0.557037> - 3472: < 0.513252, 0.687856, -0.513252> - 3473: < 0.547882, 0.666144, -0.506040> - 3474: < 0.538962, 0.647334, -0.538962> - 3475: < 0.506040, 0.666144, -0.547882> - 3476: < 0.547882, 0.666144, -0.506040> - 3477: < 0.581456, 0.641397, -0.500519> - 3478: < 0.571076, 0.625584, -0.531523> - 3479: < 0.538962, 0.647334, -0.538962> - 3480: <-0.571076, 0.625584, -0.531523> - 3481: <-0.538962, 0.647334, -0.538962> - 3482: <-0.531523, 0.625584, -0.571076> - 3483: <-0.561516, 0.607783, -0.561516> - 3484: <-0.538962, 0.647334, -0.538962> - 3485: <-0.506040, 0.666144, -0.547882> - 3486: <-0.500519, 0.641397, -0.581456> - 3487: <-0.531523, 0.625584, -0.571076> - 3488: <-0.506040, 0.666144, -0.547882> - 3489: <-0.473139, 0.682532, -0.557037> - 3490: <-0.469385, 0.655217, -0.591920> - 3491: <-0.500519, 0.641397, -0.581456> - 3492: <-0.473139, 0.682532, -0.557037> - 3493: <-0.439475, 0.697667, -0.565794> - 3494: <-0.437036, 0.668312, -0.601963> - 3495: <-0.469385, 0.655217, -0.591920> - 3496: <-0.439475, 0.697667, -0.565794> - 3497: <-0.404839, 0.711772, -0.574008> - 3498: <-0.403223, 0.680859, -0.611427> - 3499: <-0.437036, 0.668312, -0.601963> - 3500: <-0.404839, 0.711772, -0.574008> - 3501: <-0.369188, 0.724825, -0.581661> - 3502: <-0.368246, 0.692544, -0.620305> - 3503: <-0.403223, 0.680859, -0.611427> - 3504: <-0.369188, 0.724825, -0.581661> - 3505: <-0.332197, 0.736907, -0.588738> - 3506: <-0.331652, 0.703467, -0.628603> - 3507: <-0.368246, 0.692544, -0.620305> - 3508: <-0.332197, 0.736907, -0.588738> - 3509: <-0.294207, 0.747816, -0.595158> - 3510: <-0.293904, 0.713396, -0.636150> - 3511: <-0.331652, 0.703467, -0.628603> - 3512: <-0.294207, 0.747816, -0.595158> - 3513: <-0.255750, 0.757361, -0.600829> - 3514: <-0.255632, 0.722093, -0.642833> - 3515: <-0.293904, 0.713396, -0.636150> - 3516: <-0.255750, 0.757361, -0.600829> - 3517: <-0.216596, 0.765608, -0.605748> - 3518: <-0.216660, 0.729636, -0.648606> - 3519: <-0.255632, 0.722093, -0.642833> - 3520: <-0.216596, 0.765608, -0.605748> - 3521: <-0.176461, 0.772589, -0.609892> - 3522: <-0.176644, 0.736025, -0.653502> - 3523: <-0.216660, 0.729636, -0.648606> - 3524: <-0.176461, 0.772589, -0.609892> - 3525: <-0.135018, 0.778306, -0.613196> - 3526: <-0.135260, 0.741243, -0.657468> - 3527: <-0.176644, 0.736025, -0.653502> - 3528: <-0.135018, 0.778306, -0.613196> - 3529: <-0.091894, 0.782607, -0.615697> - 3530: <-0.092137, 0.745184, -0.660463> - 3531: <-0.135260, 0.741243, -0.657468> - 3532: <-0.091894, 0.782607, -0.615697> - 3533: <-0.046847, 0.785375, -0.617246> - 3534: <-0.046999, 0.747715, -0.662354> - 3535: <-0.092137, 0.745184, -0.660463> - 3536: <-0.046847, 0.785375, -0.617246> - 3537: < 0.000000, 0.786344, -0.617789> - 3538: < 0.000000, 0.748599, -0.663024> - 3539: <-0.046999, 0.747715, -0.662354> - 3540: < 0.000000, 0.786344, -0.617789> - 3541: < 0.046847, 0.785375, -0.617246> - 3542: < 0.046999, 0.747715, -0.662354> - 3543: < 0.000000, 0.748599, -0.663024> - 3544: < 0.046847, 0.785375, -0.617246> - 3545: < 0.091894, 0.782607, -0.615697> - 3546: < 0.092137, 0.745184, -0.660463> - 3547: < 0.046999, 0.747715, -0.662354> - 3548: < 0.091894, 0.782607, -0.615697> - 3549: < 0.134985, 0.778295, -0.613218> - 3550: < 0.135260, 0.741243, -0.657468> - 3551: < 0.092137, 0.745184, -0.660463> - 3552: < 0.134985, 0.778295, -0.613218> - 3553: < 0.176461, 0.772589, -0.609892> - 3554: < 0.176644, 0.736025, -0.653502> - 3555: < 0.135260, 0.741243, -0.657468> - 3556: < 0.176461, 0.772589, -0.609892> - 3557: < 0.216596, 0.765608, -0.605748> - 3558: < 0.216660, 0.729636, -0.648606> - 3559: < 0.176644, 0.736025, -0.653502> - 3560: < 0.216596, 0.765608, -0.605748> - 3561: < 0.255750, 0.757361, -0.600829> - 3562: < 0.255632, 0.722093, -0.642833> - 3563: < 0.216660, 0.729636, -0.648606> - 3564: < 0.255750, 0.757361, -0.600829> - 3565: < 0.294207, 0.747816, -0.595158> - 3566: < 0.293904, 0.713396, -0.636150> - 3567: < 0.255632, 0.722093, -0.642833> - 3568: < 0.294207, 0.747816, -0.595158> - 3569: < 0.332170, 0.736915, -0.588744> - 3570: < 0.331652, 0.703467, -0.628603> - 3571: < 0.293904, 0.713396, -0.636150> - 3572: < 0.332170, 0.736915, -0.588744> - 3573: < 0.369188, 0.724825, -0.581661> - 3574: < 0.368246, 0.692544, -0.620305> - 3575: < 0.331652, 0.703467, -0.628603> - 3576: < 0.369188, 0.724825, -0.581661> - 3577: < 0.404839, 0.711772, -0.574008> - 3578: < 0.403223, 0.680859, -0.611427> - 3579: < 0.368246, 0.692544, -0.620305> - 3580: < 0.404839, 0.711772, -0.574008> - 3581: < 0.439475, 0.697667, -0.565794> - 3582: < 0.437036, 0.668312, -0.601963> - 3583: < 0.403223, 0.680859, -0.611427> - 3584: < 0.439475, 0.697667, -0.565794> - 3585: < 0.473139, 0.682532, -0.557037> - 3586: < 0.469385, 0.655217, -0.591920> - 3587: < 0.437036, 0.668312, -0.601963> - 3588: < 0.473139, 0.682532, -0.557037> - 3589: < 0.506040, 0.666144, -0.547882> - 3590: < 0.500519, 0.641397, -0.581456> - 3591: < 0.469385, 0.655217, -0.591920> - 3592: < 0.506040, 0.666144, -0.547882> - 3593: < 0.538962, 0.647334, -0.538962> - 3594: < 0.531523, 0.625584, -0.571076> - 3595: < 0.500519, 0.641397, -0.581456> - 3596: < 0.538962, 0.647334, -0.538962> - 3597: < 0.571076, 0.625584, -0.531523> - 3598: < 0.561516, 0.607783, -0.561516> - 3599: < 0.531523, 0.625584, -0.571076> - 3600: <-0.577350, 0.577350, 0.577350> - 3601: <-0.554296, 0.588539, 0.588539> - 3602: <-0.561516, 0.607783, 0.561516> - 3603: <-0.588539, 0.588539, 0.554296> - 3604: <-0.554296, 0.588539, 0.588539> - 3605: <-0.526447, 0.601188, 0.601188> - 3606: <-0.531523, 0.625584, 0.571076> - 3607: <-0.561516, 0.607783, 0.561516> - 3608: <-0.526447, 0.601188, 0.601188> - 3609: <-0.497527, 0.613379, 0.613379> - 3610: <-0.500519, 0.641397, 0.581456> - 3611: <-0.531523, 0.625584, 0.571076> - 3612: <-0.497527, 0.613379, 0.613379> - 3613: <-0.467950, 0.624909, 0.624909> - 3614: <-0.469385, 0.655217, 0.591920> - 3615: <-0.500519, 0.641397, 0.581456> - 3616: <-0.467950, 0.624909, 0.624909> - 3617: <-0.436181, 0.636296, 0.636296> - 3618: <-0.437036, 0.668312, 0.601963> - 3619: <-0.469385, 0.655217, 0.591920> - 3620: <-0.436181, 0.636296, 0.636296> - 3621: <-0.402668, 0.647247, 0.647247> - 3622: <-0.403223, 0.680859, 0.611427> - 3623: <-0.437036, 0.668312, 0.601963> - 3624: <-0.402668, 0.647247, 0.647247> - 3625: <-0.367912, 0.657511, 0.657511> - 3626: <-0.368246, 0.692544, 0.620305> - 3627: <-0.403223, 0.680859, 0.611427> - 3628: <-0.367912, 0.657511, 0.657511> - 3629: <-0.331474, 0.667130, 0.667130> - 3630: <-0.331652, 0.703467, 0.628603> - 3631: <-0.368246, 0.692544, 0.620305> - 3632: <-0.331474, 0.667130, 0.667130> - 3633: <-0.293804, 0.675899, 0.675899> - 3634: <-0.293904, 0.713396, 0.636150> - 3635: <-0.331652, 0.703467, 0.628603> - 3636: <-0.293804, 0.675899, 0.675899> - 3637: <-0.255594, 0.683620, 0.683620> - 3638: <-0.255632, 0.722093, 0.642833> - 3639: <-0.293904, 0.713396, 0.636150> - 3640: <-0.255594, 0.683620, 0.683620> - 3641: <-0.216684, 0.690307, 0.690307> - 3642: <-0.216660, 0.729636, 0.648606> - 3643: <-0.255632, 0.722093, 0.642833> - 3644: <-0.216684, 0.690307, 0.690307> - 3645: <-0.176733, 0.695976, 0.695976> - 3646: <-0.176644, 0.736025, 0.653502> - 3647: <-0.216660, 0.729636, 0.648606> - 3648: <-0.176733, 0.695976, 0.695976> - 3649: <-0.135353, 0.700600, 0.700600> - 3650: <-0.135260, 0.741243, 0.657468> - 3651: <-0.176644, 0.736025, 0.653502> - 3652: <-0.135353, 0.700600, 0.700600> - 3653: <-0.092231, 0.704093, 0.704093> - 3654: <-0.092137, 0.745184, 0.660463> - 3655: <-0.135260, 0.741243, 0.657468> - 3656: <-0.092231, 0.704093, 0.704093> - 3657: <-0.047060, 0.706323, 0.706323> - 3658: <-0.046999, 0.747715, 0.662354> - 3659: <-0.092137, 0.745184, 0.660463> - 3660: <-0.047060, 0.706323, 0.706323> - 3661: < 0.000000, 0.707107, 0.707107> - 3662: < 0.000000, 0.748599, 0.663024> - 3663: <-0.046999, 0.747715, 0.662354> - 3664: < 0.000000, 0.707107, 0.707107> - 3665: < 0.047060, 0.706323, 0.706323> - 3666: < 0.046999, 0.747715, 0.662354> - 3667: < 0.000000, 0.748599, 0.663024> - 3668: < 0.047060, 0.706323, 0.706323> - 3669: < 0.092231, 0.704093, 0.704093> - 3670: < 0.092137, 0.745184, 0.660463> - 3671: < 0.046999, 0.747715, 0.662354> - 3672: < 0.092231, 0.704093, 0.704093> - 3673: < 0.135353, 0.700600, 0.700600> - 3674: < 0.135260, 0.741243, 0.657468> - 3675: < 0.092137, 0.745184, 0.660463> - 3676: < 0.135353, 0.700600, 0.700600> - 3677: < 0.176733, 0.695976, 0.695976> - 3678: < 0.176644, 0.736025, 0.653502> - 3679: < 0.135260, 0.741243, 0.657468> - 3680: < 0.176733, 0.695976, 0.695976> - 3681: < 0.216684, 0.690307, 0.690307> - 3682: < 0.216660, 0.729636, 0.648606> - 3683: < 0.176644, 0.736025, 0.653502> - 3684: < 0.216684, 0.690307, 0.690307> - 3685: < 0.255594, 0.683620, 0.683620> - 3686: < 0.255632, 0.722093, 0.642833> - 3687: < 0.216660, 0.729636, 0.648606> - 3688: < 0.255594, 0.683620, 0.683620> - 3689: < 0.293804, 0.675899, 0.675899> - 3690: < 0.293904, 0.713396, 0.636150> - 3691: < 0.255632, 0.722093, 0.642833> - 3692: < 0.293804, 0.675899, 0.675899> - 3693: < 0.331474, 0.667130, 0.667130> - 3694: < 0.331652, 0.703467, 0.628603> - 3695: < 0.293904, 0.713396, 0.636150> - 3696: < 0.331474, 0.667130, 0.667130> - 3697: < 0.367912, 0.657511, 0.657511> - 3698: < 0.368246, 0.692544, 0.620305> - 3699: < 0.331652, 0.703467, 0.628603> - 3700: < 0.367912, 0.657511, 0.657511> - 3701: < 0.402668, 0.647247, 0.647247> - 3702: < 0.403223, 0.680859, 0.611427> - 3703: < 0.368246, 0.692544, 0.620305> - 3704: < 0.402668, 0.647247, 0.647247> - 3705: < 0.436181, 0.636296, 0.636296> - 3706: < 0.437036, 0.668312, 0.601963> - 3707: < 0.403223, 0.680859, 0.611427> - 3708: < 0.436181, 0.636296, 0.636296> - 3709: < 0.467950, 0.624909, 0.624909> - 3710: < 0.469385, 0.655217, 0.591920> - 3711: < 0.437036, 0.668312, 0.601963> - 3712: < 0.467950, 0.624909, 0.624909> - 3713: < 0.497527, 0.613379, 0.613379> - 3714: < 0.500496, 0.641406, 0.581465> - 3715: < 0.469385, 0.655217, 0.591920> - 3716: < 0.497527, 0.613379, 0.613379> - 3717: < 0.526447, 0.601188, 0.601188> - 3718: < 0.531523, 0.625584, 0.571076> - 3719: < 0.500496, 0.641406, 0.581465> - 3720: < 0.526447, 0.601188, 0.601188> - 3721: < 0.554296, 0.588539, 0.588539> - 3722: < 0.561516, 0.607783, 0.561516> - 3723: < 0.531523, 0.625584, 0.571076> - 3724: < 0.554296, 0.588539, 0.588539> - 3725: < 0.577330, 0.577360, 0.577360> - 3726: < 0.588539, 0.588539, 0.554296> - 3727: < 0.561516, 0.607783, 0.561516> - 3728: < 0.561516, 0.607783, 0.561516> - 3729: < 0.588539, 0.588539, 0.554296> - 3730: < 0.601188, 0.601188, 0.526447> - 3731: < 0.571076, 0.625584, 0.531523> - 3732: < 0.571076, 0.625584, 0.531523> - 3733: < 0.601188, 0.601188, 0.526447> - 3734: < 0.613379, 0.613379, 0.497527> - 3735: < 0.581456, 0.641397, 0.500519> - 3736: < 0.581456, 0.641397, 0.500519> - 3737: < 0.613379, 0.613379, 0.497527> - 3738: < 0.624909, 0.624909, 0.467950> - 3739: < 0.591920, 0.655217, 0.469385> - 3740: < 0.591920, 0.655217, 0.469385> - 3741: < 0.624909, 0.624909, 0.467950> - 3742: < 0.636296, 0.636296, 0.436181> - 3743: < 0.601963, 0.668312, 0.437036> - 3744: < 0.601963, 0.668312, 0.437036> - 3745: < 0.636296, 0.636296, 0.436181> - 3746: < 0.647247, 0.647247, 0.402668> - 3747: < 0.611427, 0.680859, 0.403223> - 3748: < 0.611427, 0.680859, 0.403223> - 3749: < 0.647247, 0.647247, 0.402668> - 3750: < 0.657511, 0.657511, 0.367912> - 3751: < 0.620305, 0.692544, 0.368246> - 3752: < 0.620305, 0.692544, 0.368246> - 3753: < 0.657511, 0.657511, 0.367912> - 3754: < 0.667130, 0.667130, 0.331474> - 3755: < 0.628603, 0.703467, 0.331652> - 3756: < 0.628603, 0.703467, 0.331652> - 3757: < 0.667130, 0.667130, 0.331474> - 3758: < 0.675899, 0.675899, 0.293804> - 3759: < 0.636150, 0.713396, 0.293904> - 3760: < 0.636150, 0.713396, 0.293904> - 3761: < 0.675899, 0.675899, 0.293804> - 3762: < 0.683620, 0.683620, 0.255594> - 3763: < 0.642833, 0.722093, 0.255632> - 3764: < 0.642833, 0.722093, 0.255632> - 3765: < 0.683620, 0.683620, 0.255594> - 3766: < 0.690307, 0.690307, 0.216684> - 3767: < 0.648606, 0.729636, 0.216660> - 3768: < 0.648606, 0.729636, 0.216660> - 3769: < 0.690307, 0.690307, 0.216684> - 3770: < 0.695976, 0.695976, 0.176733> - 3771: < 0.653502, 0.736025, 0.176644> - 3772: < 0.653502, 0.736025, 0.176644> - 3773: < 0.695976, 0.695976, 0.176733> - 3774: < 0.700600, 0.700600, 0.135353> - 3775: < 0.657468, 0.741243, 0.135260> - 3776: < 0.657468, 0.741243, 0.135260> - 3777: < 0.700600, 0.700600, 0.135353> - 3778: < 0.704093, 0.704093, 0.092231> - 3779: < 0.660463, 0.745184, 0.092137> - 3780: < 0.660463, 0.745184, 0.092137> - 3781: < 0.704093, 0.704093, 0.092231> - 3782: < 0.706323, 0.706323, 0.047060> - 3783: < 0.662354, 0.747715, 0.046999> - 3784: < 0.662354, 0.747715, 0.046999> - 3785: < 0.706323, 0.706323, 0.047060> - 3786: < 0.707107, 0.707107, 0.000000> - 3787: < 0.663024, 0.748599, 0.000000> - 3788: < 0.663024, 0.748599, 0.000000> - 3789: < 0.707107, 0.707107, 0.000000> - 3790: < 0.706323, 0.706323, -0.047060> - 3791: < 0.662354, 0.747715, -0.046999> - 3792: < 0.662354, 0.747715, -0.046999> - 3793: < 0.706323, 0.706323, -0.047060> - 3794: < 0.704093, 0.704093, -0.092231> - 3795: < 0.660463, 0.745184, -0.092137> - 3796: < 0.660463, 0.745184, -0.092137> - 3797: < 0.704093, 0.704093, -0.092231> - 3798: < 0.700600, 0.700600, -0.135353> - 3799: < 0.657468, 0.741243, -0.135260> - 3800: < 0.657468, 0.741243, -0.135260> - 3801: < 0.700600, 0.700600, -0.135353> - 3802: < 0.695976, 0.695976, -0.176733> - 3803: < 0.653502, 0.736025, -0.176644> - 3804: < 0.653502, 0.736025, -0.176644> - 3805: < 0.695976, 0.695976, -0.176733> - 3806: < 0.690307, 0.690307, -0.216684> - 3807: < 0.648606, 0.729636, -0.216660> - 3808: < 0.648606, 0.729636, -0.216660> - 3809: < 0.690307, 0.690307, -0.216684> - 3810: < 0.683620, 0.683620, -0.255594> - 3811: < 0.642833, 0.722093, -0.255632> - 3812: < 0.642833, 0.722093, -0.255632> - 3813: < 0.683620, 0.683620, -0.255594> - 3814: < 0.675899, 0.675899, -0.293804> - 3815: < 0.636150, 0.713396, -0.293904> - 3816: < 0.636150, 0.713396, -0.293904> - 3817: < 0.675899, 0.675899, -0.293804> - 3818: < 0.667130, 0.667130, -0.331474> - 3819: < 0.628603, 0.703467, -0.331652> - 3820: < 0.628603, 0.703467, -0.331652> - 3821: < 0.667130, 0.667130, -0.331474> - 3822: < 0.657511, 0.657511, -0.367912> - 3823: < 0.620305, 0.692544, -0.368246> - 3824: < 0.620305, 0.692544, -0.368246> - 3825: < 0.657511, 0.657511, -0.367912> - 3826: < 0.647247, 0.647247, -0.402668> - 3827: < 0.611427, 0.680859, -0.403223> - 3828: < 0.611427, 0.680859, -0.403223> - 3829: < 0.647247, 0.647247, -0.402668> - 3830: < 0.636296, 0.636296, -0.436181> - 3831: < 0.601963, 0.668312, -0.437036> - 3832: < 0.601963, 0.668312, -0.437036> - 3833: < 0.636296, 0.636296, -0.436181> - 3834: < 0.624909, 0.624909, -0.467950> - 3835: < 0.591920, 0.655217, -0.469385> - 3836: < 0.591920, 0.655217, -0.469385> - 3837: < 0.624909, 0.624909, -0.467950> - 3838: < 0.613379, 0.613379, -0.497527> - 3839: < 0.581456, 0.641397, -0.500519> - 3840: < 0.581456, 0.641397, -0.500519> - 3841: < 0.613379, 0.613379, -0.497527> - 3842: < 0.601168, 0.601199, -0.526457> - 3843: < 0.571076, 0.625584, -0.531523> - 3844: < 0.571076, 0.625584, -0.531523> - 3845: < 0.601168, 0.601199, -0.526457> - 3846: < 0.588539, 0.588539, -0.554296> - 3847: < 0.561516, 0.607783, -0.561516> - 3848: < 0.561516, 0.607783, -0.561516> - 3849: < 0.588539, 0.588539, -0.554296> - 3850: < 0.577350, 0.577350, -0.577350> - 3851: < 0.554296, 0.588539, -0.588539> - 3852: < 0.531523, 0.625584, -0.571076> - 3853: < 0.561516, 0.607783, -0.561516> - 3854: < 0.554296, 0.588539, -0.588539> - 3855: < 0.526467, 0.601179, -0.601179> - 3856: < 0.500519, 0.641397, -0.581456> - 3857: < 0.531523, 0.625584, -0.571076> - 3858: < 0.526467, 0.601179, -0.601179> - 3859: < 0.497527, 0.613379, -0.613379> - 3860: < 0.469385, 0.655217, -0.591920> - 3861: < 0.500519, 0.641397, -0.581456> - 3862: < 0.497527, 0.613379, -0.613379> - 3863: < 0.467950, 0.624909, -0.624909> - 3864: < 0.437036, 0.668312, -0.601963> - 3865: < 0.469385, 0.655217, -0.591920> - 3866: < 0.467950, 0.624909, -0.624909> - 3867: < 0.436181, 0.636296, -0.636296> - 3868: < 0.403223, 0.680859, -0.611427> - 3869: < 0.437036, 0.668312, -0.601963> - 3870: < 0.436181, 0.636296, -0.636296> - 3871: < 0.402668, 0.647247, -0.647247> - 3872: < 0.368246, 0.692544, -0.620305> - 3873: < 0.403223, 0.680859, -0.611427> - 3874: < 0.402668, 0.647247, -0.647247> - 3875: < 0.367912, 0.657511, -0.657511> - 3876: < 0.331652, 0.703467, -0.628603> - 3877: < 0.368246, 0.692544, -0.620305> - 3878: < 0.367912, 0.657511, -0.657511> - 3879: < 0.331474, 0.667130, -0.667130> - 3880: < 0.293904, 0.713396, -0.636150> - 3881: < 0.331652, 0.703467, -0.628603> - 3882: < 0.331474, 0.667130, -0.667130> - 3883: < 0.293804, 0.675899, -0.675899> - 3884: < 0.255632, 0.722093, -0.642833> - 3885: < 0.293904, 0.713396, -0.636150> - 3886: < 0.293804, 0.675899, -0.675899> - 3887: < 0.255594, 0.683620, -0.683620> - 3888: < 0.216660, 0.729636, -0.648606> - 3889: < 0.255632, 0.722093, -0.642833> - 3890: < 0.255594, 0.683620, -0.683620> - 3891: < 0.216684, 0.690307, -0.690307> - 3892: < 0.176644, 0.736025, -0.653502> - 3893: < 0.216660, 0.729636, -0.648606> - 3894: < 0.216684, 0.690307, -0.690307> - 3895: < 0.176733, 0.695976, -0.695976> - 3896: < 0.135260, 0.741243, -0.657468> - 3897: < 0.176644, 0.736025, -0.653502> - 3898: < 0.176733, 0.695976, -0.695976> - 3899: < 0.135353, 0.700600, -0.700600> - 3900: < 0.092137, 0.745184, -0.660463> - 3901: < 0.135260, 0.741243, -0.657468> - 3902: < 0.135353, 0.700600, -0.700600> - 3903: < 0.092231, 0.704093, -0.704093> - 3904: < 0.046999, 0.747715, -0.662354> - 3905: < 0.092137, 0.745184, -0.660463> - 3906: < 0.092231, 0.704093, -0.704093> - 3907: < 0.047060, 0.706323, -0.706323> - 3908: < 0.000000, 0.748599, -0.663024> - 3909: < 0.046999, 0.747715, -0.662354> - 3910: < 0.047060, 0.706323, -0.706323> - 3911: < 0.000000, 0.707107, -0.707107> - 3912: <-0.046999, 0.747715, -0.662354> - 3913: < 0.000000, 0.748599, -0.663024> - 3914: < 0.000000, 0.707107, -0.707107> - 3915: <-0.047060, 0.706323, -0.706323> - 3916: <-0.092137, 0.745184, -0.660463> - 3917: <-0.046999, 0.747715, -0.662354> - 3918: <-0.047060, 0.706323, -0.706323> - 3919: <-0.092231, 0.704093, -0.704093> - 3920: <-0.135260, 0.741243, -0.657468> - 3921: <-0.092137, 0.745184, -0.660463> - 3922: <-0.092231, 0.704093, -0.704093> - 3923: <-0.135353, 0.700600, -0.700600> - 3924: <-0.176644, 0.736025, -0.653502> - 3925: <-0.135260, 0.741243, -0.657468> - 3926: <-0.135353, 0.700600, -0.700600> - 3927: <-0.176733, 0.695976, -0.695976> - 3928: <-0.216660, 0.729636, -0.648606> - 3929: <-0.176644, 0.736025, -0.653502> - 3930: <-0.176733, 0.695976, -0.695976> - 3931: <-0.216684, 0.690307, -0.690307> - 3932: <-0.255632, 0.722093, -0.642833> - 3933: <-0.216660, 0.729636, -0.648606> - 3934: <-0.216684, 0.690307, -0.690307> - 3935: <-0.255594, 0.683620, -0.683620> - 3936: <-0.293904, 0.713396, -0.636150> - 3937: <-0.255632, 0.722093, -0.642833> - 3938: <-0.255594, 0.683620, -0.683620> - 3939: <-0.293804, 0.675899, -0.675899> - 3940: <-0.331652, 0.703467, -0.628603> - 3941: <-0.293904, 0.713396, -0.636150> - 3942: <-0.293804, 0.675899, -0.675899> - 3943: <-0.331474, 0.667130, -0.667130> - 3944: <-0.368246, 0.692544, -0.620305> - 3945: <-0.331652, 0.703467, -0.628603> - 3946: <-0.331474, 0.667130, -0.667130> - 3947: <-0.367912, 0.657511, -0.657511> - 3948: <-0.403223, 0.680859, -0.611427> - 3949: <-0.368246, 0.692544, -0.620305> - 3950: <-0.367912, 0.657511, -0.657511> - 3951: <-0.402668, 0.647247, -0.647247> - 3952: <-0.437036, 0.668312, -0.601963> - 3953: <-0.403223, 0.680859, -0.611427> - 3954: <-0.402668, 0.647247, -0.647247> - 3955: <-0.436181, 0.636296, -0.636296> - 3956: <-0.469385, 0.655217, -0.591920> - 3957: <-0.437036, 0.668312, -0.601963> - 3958: <-0.436181, 0.636296, -0.636296> - 3959: <-0.467950, 0.624909, -0.624909> - 3960: <-0.500519, 0.641397, -0.581456> - 3961: <-0.469385, 0.655217, -0.591920> - 3962: <-0.467950, 0.624909, -0.624909> - 3963: <-0.497527, 0.613379, -0.613379> - 3964: <-0.531523, 0.625584, -0.571076> - 3965: <-0.500519, 0.641397, -0.581456> - 3966: <-0.497527, 0.613379, -0.613379> - 3967: <-0.526447, 0.601188, -0.601188> - 3968: <-0.561516, 0.607783, -0.561516> - 3969: <-0.531523, 0.625584, -0.571076> - 3970: <-0.526447, 0.601188, -0.601188> - 3971: <-0.554296, 0.588539, -0.588539> - 3972: <-0.588539, 0.588539, -0.554296> - 3973: <-0.561516, 0.607783, -0.561516> - 3974: <-0.554296, 0.588539, -0.588539> - 3975: <-0.577350, 0.577350, -0.577350> - 3976: <-0.601168, 0.601199, -0.526457> - 3977: <-0.571076, 0.625584, -0.531523> - 3978: <-0.561516, 0.607783, -0.561516> - 3979: <-0.588539, 0.588539, -0.554296> - 3980: <-0.613379, 0.613379, -0.497527> - 3981: <-0.581456, 0.641397, -0.500519> - 3982: <-0.571076, 0.625584, -0.531523> - 3983: <-0.601168, 0.601199, -0.526457> - 3984: <-0.624909, 0.624909, -0.467950> - 3985: <-0.591920, 0.655217, -0.469385> - 3986: <-0.581456, 0.641397, -0.500519> - 3987: <-0.613379, 0.613379, -0.497527> - 3988: <-0.636296, 0.636296, -0.436181> - 3989: <-0.601963, 0.668312, -0.437036> - 3990: <-0.591920, 0.655217, -0.469385> - 3991: <-0.624909, 0.624909, -0.467950> - 3992: <-0.647247, 0.647247, -0.402668> - 3993: <-0.611427, 0.680859, -0.403223> - 3994: <-0.601963, 0.668312, -0.437036> - 3995: <-0.636296, 0.636296, -0.436181> - 3996: <-0.657511, 0.657511, -0.367912> - 3997: <-0.620305, 0.692544, -0.368246> - 3998: <-0.611427, 0.680859, -0.403223> - 3999: <-0.647247, 0.647247, -0.402668> - 4000: <-0.667130, 0.667130, -0.331474> - 4001: <-0.628603, 0.703467, -0.331652> - 4002: <-0.620305, 0.692544, -0.368246> - 4003: <-0.657511, 0.657511, -0.367912> - 4004: <-0.675899, 0.675899, -0.293804> - 4005: <-0.636150, 0.713396, -0.293904> - 4006: <-0.628603, 0.703467, -0.331652> - 4007: <-0.667130, 0.667130, -0.331474> - 4008: <-0.683620, 0.683620, -0.255594> - 4009: <-0.642833, 0.722093, -0.255632> - 4010: <-0.636150, 0.713396, -0.293904> - 4011: <-0.675899, 0.675899, -0.293804> - 4012: <-0.690307, 0.690307, -0.216684> - 4013: <-0.648606, 0.729636, -0.216660> - 4014: <-0.642833, 0.722093, -0.255632> - 4015: <-0.683620, 0.683620, -0.255594> - 4016: <-0.695976, 0.695976, -0.176733> - 4017: <-0.653502, 0.736025, -0.176644> - 4018: <-0.648606, 0.729636, -0.216660> - 4019: <-0.690307, 0.690307, -0.216684> - 4020: <-0.700600, 0.700600, -0.135353> - 4021: <-0.657468, 0.741243, -0.135260> - 4022: <-0.653502, 0.736025, -0.176644> - 4023: <-0.695976, 0.695976, -0.176733> - 4024: <-0.704093, 0.704093, -0.092231> - 4025: <-0.660463, 0.745184, -0.092137> - 4026: <-0.657468, 0.741243, -0.135260> - 4027: <-0.700600, 0.700600, -0.135353> - 4028: <-0.706323, 0.706323, -0.047060> - 4029: <-0.662354, 0.747715, -0.046999> - 4030: <-0.660463, 0.745184, -0.092137> - 4031: <-0.704093, 0.704093, -0.092231> - 4032: <-0.707107, 0.707107, 0.000000> - 4033: <-0.663024, 0.748599, 0.000000> - 4034: <-0.662354, 0.747715, -0.046999> - 4035: <-0.706323, 0.706323, -0.047060> - 4036: <-0.706323, 0.706323, 0.047060> - 4037: <-0.662354, 0.747715, 0.046999> - 4038: <-0.663024, 0.748599, 0.000000> - 4039: <-0.707107, 0.707107, 0.000000> - 4040: <-0.704093, 0.704093, 0.092231> - 4041: <-0.660463, 0.745184, 0.092137> - 4042: <-0.662354, 0.747715, 0.046999> - 4043: <-0.706323, 0.706323, 0.047060> - 4044: <-0.700600, 0.700600, 0.135353> - 4045: <-0.657468, 0.741243, 0.135260> - 4046: <-0.660463, 0.745184, 0.092137> - 4047: <-0.704093, 0.704093, 0.092231> - 4048: <-0.695976, 0.695976, 0.176733> - 4049: <-0.653502, 0.736025, 0.176644> - 4050: <-0.657468, 0.741243, 0.135260> - 4051: <-0.700600, 0.700600, 0.135353> - 4052: <-0.690307, 0.690307, 0.216684> - 4053: <-0.648606, 0.729636, 0.216660> - 4054: <-0.653502, 0.736025, 0.176644> - 4055: <-0.695976, 0.695976, 0.176733> - 4056: <-0.683620, 0.683620, 0.255594> - 4057: <-0.642833, 0.722093, 0.255632> - 4058: <-0.648606, 0.729636, 0.216660> - 4059: <-0.690307, 0.690307, 0.216684> - 4060: <-0.675899, 0.675899, 0.293804> - 4061: <-0.636150, 0.713396, 0.293904> - 4062: <-0.642833, 0.722093, 0.255632> - 4063: <-0.683620, 0.683620, 0.255594> - 4064: <-0.667130, 0.667130, 0.331474> - 4065: <-0.628603, 0.703467, 0.331652> - 4066: <-0.636150, 0.713396, 0.293904> - 4067: <-0.675899, 0.675899, 0.293804> - 4068: <-0.657511, 0.657511, 0.367912> - 4069: <-0.620305, 0.692544, 0.368246> - 4070: <-0.628603, 0.703467, 0.331652> - 4071: <-0.667130, 0.667130, 0.331474> - 4072: <-0.647247, 0.647247, 0.402668> - 4073: <-0.611427, 0.680859, 0.403223> - 4074: <-0.620305, 0.692544, 0.368246> - 4075: <-0.657511, 0.657511, 0.367912> - 4076: <-0.636296, 0.636296, 0.436181> - 4077: <-0.601963, 0.668312, 0.437036> - 4078: <-0.611427, 0.680859, 0.403223> - 4079: <-0.647247, 0.647247, 0.402668> - 4080: <-0.624909, 0.624909, 0.467950> - 4081: <-0.591920, 0.655217, 0.469385> - 4082: <-0.601963, 0.668312, 0.437036> - 4083: <-0.636296, 0.636296, 0.436181> - 4084: <-0.613379, 0.613379, 0.497527> - 4085: <-0.581456, 0.641397, 0.500519> - 4086: <-0.591920, 0.655217, 0.469385> - 4087: <-0.624909, 0.624909, 0.467950> - 4088: <-0.601188, 0.601188, 0.526447> - 4089: <-0.571076, 0.625584, 0.531523> - 4090: <-0.581456, 0.641397, 0.500519> - 4091: <-0.613379, 0.613379, 0.497527> - 4092: <-0.588539, 0.588539, 0.554296> - 4093: <-0.561516, 0.607783, 0.561516> - 4094: <-0.571076, 0.625584, 0.531523> - 4095: <-0.601188, 0.601188, 0.526447> - 4096: <-0.561516, -0.561516, -0.607783> - 4097: <-0.571076, -0.531523, -0.625584> - 4098: <-0.538962, -0.538962, -0.647334> - 4099: <-0.531523, -0.571076, -0.625584> - 4100: <-0.571076, -0.531523, -0.625584> - 4101: <-0.581456, -0.500519, -0.641396> - 4102: <-0.547882, -0.506040, -0.666144> - 4103: <-0.538962, -0.538962, -0.647334> - 4104: <-0.581456, -0.500519, -0.641396> - 4105: <-0.591920, -0.469385, -0.655217> - 4106: <-0.557037, -0.473139, -0.682532> - 4107: <-0.547882, -0.506040, -0.666144> - 4108: <-0.591920, -0.469385, -0.655217> - 4109: <-0.601963, -0.437036, -0.668312> - 4110: <-0.565794, -0.439475, -0.697667> - 4111: <-0.557037, -0.473139, -0.682532> - 4112: <-0.601963, -0.437036, -0.668312> - 4113: <-0.611427, -0.403223, -0.680859> - 4114: <-0.574008, -0.404839, -0.711772> - 4115: <-0.565794, -0.439475, -0.697667> - 4116: <-0.611427, -0.403223, -0.680859> - 4117: <-0.620305, -0.368246, -0.692544> - 4118: <-0.581661, -0.369188, -0.724825> - 4119: <-0.574008, -0.404839, -0.711772> - 4120: <-0.620305, -0.368246, -0.692544> - 4121: <-0.628603, -0.331652, -0.703467> - 4122: <-0.588738, -0.332197, -0.736907> - 4123: <-0.581661, -0.369188, -0.724825> - 4124: <-0.628603, -0.331652, -0.703467> - 4125: <-0.636150, -0.293904, -0.713396> - 4126: <-0.595158, -0.294207, -0.747816> - 4127: <-0.588738, -0.332197, -0.736907> - 4128: <-0.636150, -0.293904, -0.713396> - 4129: <-0.642833, -0.255632, -0.722093> - 4130: <-0.600829, -0.255750, -0.757361> - 4131: <-0.595158, -0.294207, -0.747816> - 4132: <-0.642833, -0.255632, -0.722093> - 4133: <-0.648606, -0.216660, -0.729636> - 4134: <-0.605748, -0.216596, -0.765608> - 4135: <-0.600829, -0.255750, -0.757361> - 4136: <-0.648606, -0.216660, -0.729636> - 4137: <-0.653502, -0.176644, -0.736025> - 4138: <-0.609892, -0.176461, -0.772589> - 4139: <-0.605748, -0.216596, -0.765608> - 4140: <-0.653502, -0.176644, -0.736025> - 4141: <-0.657468, -0.135260, -0.741243> - 4142: <-0.613215, -0.135015, -0.778292> - 4143: <-0.609892, -0.176461, -0.772589> - 4144: <-0.657468, -0.135260, -0.741243> - 4145: <-0.660463, -0.092137, -0.745184> - 4146: <-0.615697, -0.091894, -0.782607> - 4147: <-0.613215, -0.135015, -0.778292> - 4148: <-0.660463, -0.092137, -0.745184> - 4149: <-0.662354, -0.046999, -0.747715> - 4150: <-0.617246, -0.046847, -0.785375> - 4151: <-0.615697, -0.091894, -0.782607> - 4152: <-0.662354, -0.046999, -0.747715> - 4153: <-0.663024, 0.000000, -0.748599> - 4154: <-0.617789, 0.000000, -0.786344> - 4155: <-0.617246, -0.046847, -0.785375> - 4156: <-0.663024, 0.000000, -0.748599> - 4157: <-0.662354, 0.046999, -0.747715> - 4158: <-0.617246, 0.046847, -0.785375> - 4159: <-0.617789, 0.000000, -0.786344> - 4160: <-0.662354, 0.046999, -0.747715> - 4161: <-0.660463, 0.092137, -0.745184> - 4162: <-0.615697, 0.091894, -0.782607> - 4163: <-0.617246, 0.046847, -0.785375> - 4164: <-0.660463, 0.092137, -0.745184> - 4165: <-0.657468, 0.135260, -0.741243> - 4166: <-0.613199, 0.134988, -0.778309> - 4167: <-0.615697, 0.091894, -0.782607> - 4168: <-0.657468, 0.135260, -0.741243> - 4169: <-0.653502, 0.176644, -0.736025> - 4170: <-0.609892, 0.176461, -0.772589> - 4171: <-0.613199, 0.134988, -0.778309> - 4172: <-0.653502, 0.176644, -0.736025> - 4173: <-0.648606, 0.216660, -0.729636> - 4174: <-0.605748, 0.216596, -0.765608> - 4175: <-0.609892, 0.176461, -0.772589> - 4176: <-0.648606, 0.216660, -0.729636> - 4177: <-0.642833, 0.255632, -0.722093> - 4178: <-0.600829, 0.255750, -0.757361> - 4179: <-0.605748, 0.216596, -0.765608> - 4180: <-0.642833, 0.255632, -0.722093> - 4181: <-0.636150, 0.293904, -0.713396> - 4182: <-0.595158, 0.294207, -0.747816> - 4183: <-0.600829, 0.255750, -0.757361> - 4184: <-0.636150, 0.293904, -0.713396> - 4185: <-0.628603, 0.331652, -0.703467> - 4186: <-0.588744, 0.332170, -0.736915> - 4187: <-0.595158, 0.294207, -0.747816> - 4188: <-0.628603, 0.331652, -0.703467> - 4189: <-0.620305, 0.368246, -0.692544> - 4190: <-0.581661, 0.369188, -0.724825> - 4191: <-0.588744, 0.332170, -0.736915> - 4192: <-0.620305, 0.368246, -0.692544> - 4193: <-0.611427, 0.403223, -0.680859> - 4194: <-0.574008, 0.404839, -0.711772> - 4195: <-0.581661, 0.369188, -0.724825> - 4196: <-0.611427, 0.403223, -0.680859> - 4197: <-0.601963, 0.437036, -0.668312> - 4198: <-0.565794, 0.439475, -0.697667> - 4199: <-0.574008, 0.404839, -0.711772> - 4200: <-0.601963, 0.437036, -0.668312> - 4201: <-0.591920, 0.469385, -0.655217> - 4202: <-0.557037, 0.473139, -0.682532> - 4203: <-0.565794, 0.439475, -0.697667> - 4204: <-0.591920, 0.469385, -0.655217> - 4205: <-0.581465, 0.500496, -0.641406> - 4206: <-0.547882, 0.506040, -0.666144> - 4207: <-0.557037, 0.473139, -0.682532> - 4208: <-0.581465, 0.500496, -0.641406> - 4209: <-0.571076, 0.531523, -0.625584> - 4210: <-0.538962, 0.538962, -0.647334> - 4211: <-0.547882, 0.506040, -0.666144> - 4212: <-0.571076, 0.531523, -0.625584> - 4213: <-0.561516, 0.561516, -0.607783> - 4214: <-0.531523, 0.571076, -0.625584> - 4215: <-0.538962, 0.538962, -0.647334> - 4216: <-0.531523, -0.571076, -0.625584> - 4217: <-0.538962, -0.538962, -0.647334> - 4218: <-0.506040, -0.547882, -0.666144> - 4219: <-0.500519, -0.581456, -0.641396> - 4220: <-0.538962, -0.538962, -0.647334> - 4221: <-0.547882, -0.506040, -0.666144> - 4222: <-0.513252, -0.513252, -0.687856> - 4223: <-0.506040, -0.547882, -0.666144> - 4224: <-0.547882, -0.506040, -0.666144> - 4225: <-0.557037, -0.473139, -0.682532> - 4226: <-0.520969, -0.478425, -0.706895> - 4227: <-0.513252, -0.513252, -0.687856> - 4228: <-0.557037, -0.473139, -0.682532> - 4229: <-0.565794, -0.439475, -0.697667> - 4230: <-0.528466, -0.443135, -0.724123> - 4231: <-0.520969, -0.478425, -0.706895> - 4232: <-0.565794, -0.439475, -0.697667> - 4233: <-0.574008, -0.404839, -0.711772> - 4234: <-0.535518, -0.407307, -0.739812> - 4235: <-0.528466, -0.443135, -0.724123> - 4236: <-0.574008, -0.404839, -0.711772> - 4237: <-0.581661, -0.369188, -0.724825> - 4238: <-0.542028, -0.370721, -0.754169> - 4239: <-0.535518, -0.407307, -0.739812> - 4240: <-0.581661, -0.369188, -0.724825> - 4241: <-0.588738, -0.332197, -0.736907> - 4242: <-0.548009, -0.333090, -0.767292> - 4243: <-0.542028, -0.370721, -0.754169> - 4244: <-0.588738, -0.332197, -0.736907> - 4245: <-0.595158, -0.294207, -0.747816> - 4246: <-0.553415, -0.294729, -0.779017> - 4247: <-0.548009, -0.333090, -0.767292> - 4248: <-0.595158, -0.294207, -0.747816> - 4249: <-0.600829, -0.255750, -0.757361> - 4250: <-0.558172, -0.255937, -0.789266> - 4251: <-0.553415, -0.294729, -0.779017> - 4252: <-0.600829, -0.255750, -0.757361> - 4253: <-0.605748, -0.216596, -0.765608> - 4254: <-0.562257, -0.216534, -0.798110> - 4255: <-0.558172, -0.255937, -0.789266> - 4256: <-0.605748, -0.216596, -0.765608> - 4257: <-0.609892, -0.176461, -0.772589> - 4258: <-0.565675, -0.176188, -0.805587> - 4259: <-0.562257, -0.216534, -0.798110> - 4260: <-0.609892, -0.176461, -0.772589> - 4261: <-0.613215, -0.135015, -0.778292> - 4262: <-0.568382, -0.134618, -0.811677> - 4263: <-0.565675, -0.176188, -0.805587> - 4264: <-0.613215, -0.135015, -0.778292> - 4265: <-0.615697, -0.091894, -0.782607> - 4266: <-0.570377, -0.091497, -0.816271> - 4267: <-0.568382, -0.134618, -0.811677> - 4268: <-0.615697, -0.091894, -0.782607> - 4269: <-0.617246, -0.046847, -0.785375> - 4270: <-0.571602, -0.046573, -0.819208> - 4271: <-0.570377, -0.091497, -0.816271> - 4272: <-0.617246, -0.046847, -0.785375> - 4273: <-0.617789, 0.000000, -0.786344> - 4274: <-0.572024, 0.000000, -0.820237> - 4275: <-0.571602, -0.046573, -0.819208> - 4276: <-0.617789, 0.000000, -0.786344> - 4277: <-0.617246, 0.046847, -0.785375> - 4278: <-0.571602, 0.046573, -0.819208> - 4279: <-0.572024, 0.000000, -0.820237> - 4280: <-0.617246, 0.046847, -0.785375> - 4281: <-0.615697, 0.091894, -0.782607> - 4282: <-0.570377, 0.091497, -0.816271> - 4283: <-0.571602, 0.046573, -0.819208> - 4284: <-0.615697, 0.091894, -0.782607> - 4285: <-0.613199, 0.134988, -0.778309> - 4286: <-0.568382, 0.134618, -0.811677> - 4287: <-0.570377, 0.091497, -0.816271> - 4288: <-0.613199, 0.134988, -0.778309> - 4289: <-0.609892, 0.176461, -0.772589> - 4290: <-0.565675, 0.176188, -0.805587> - 4291: <-0.568382, 0.134618, -0.811677> - 4292: <-0.609892, 0.176461, -0.772589> - 4293: <-0.605748, 0.216596, -0.765608> - 4294: <-0.562257, 0.216534, -0.798110> - 4295: <-0.565675, 0.176188, -0.805587> - 4296: <-0.605748, 0.216596, -0.765608> - 4297: <-0.600829, 0.255750, -0.757361> - 4298: <-0.558172, 0.255937, -0.789266> - 4299: <-0.562257, 0.216534, -0.798110> - 4300: <-0.600829, 0.255750, -0.757361> - 4301: <-0.595158, 0.294207, -0.747816> - 4302: <-0.553415, 0.294729, -0.779017> - 4303: <-0.558172, 0.255937, -0.789266> - 4304: <-0.595158, 0.294207, -0.747816> - 4305: <-0.588744, 0.332170, -0.736915> - 4306: <-0.548009, 0.333090, -0.767292> - 4307: <-0.553415, 0.294729, -0.779017> - 4308: <-0.588744, 0.332170, -0.736915> - 4309: <-0.581661, 0.369188, -0.724825> - 4310: <-0.542028, 0.370721, -0.754169> - 4311: <-0.548009, 0.333090, -0.767292> - 4312: <-0.581661, 0.369188, -0.724825> - 4313: <-0.574008, 0.404839, -0.711772> - 4314: <-0.535518, 0.407307, -0.739812> - 4315: <-0.542028, 0.370721, -0.754169> - 4316: <-0.574008, 0.404839, -0.711772> - 4317: <-0.565794, 0.439475, -0.697667> - 4318: <-0.528478, 0.443145, -0.724109> - 4319: <-0.535518, 0.407307, -0.739812> - 4320: <-0.565794, 0.439475, -0.697667> - 4321: <-0.557037, 0.473139, -0.682532> - 4322: <-0.520969, 0.478425, -0.706895> - 4323: <-0.528478, 0.443145, -0.724109> - 4324: <-0.557037, 0.473139, -0.682532> - 4325: <-0.547882, 0.506040, -0.666144> - 4326: <-0.513252, 0.513252, -0.687856> - 4327: <-0.520969, 0.478425, -0.706895> - 4328: <-0.547882, 0.506040, -0.666144> - 4329: <-0.538962, 0.538962, -0.647334> - 4330: <-0.506040, 0.547882, -0.666144> - 4331: <-0.513252, 0.513252, -0.687856> - 4332: <-0.538962, 0.538962, -0.647334> - 4333: <-0.531523, 0.571076, -0.625584> - 4334: <-0.500519, 0.581456, -0.641396> - 4335: <-0.506040, 0.547882, -0.666144> - 4336: <-0.500519, -0.581456, -0.641396> - 4337: <-0.506040, -0.547882, -0.666144> - 4338: <-0.473139, -0.557037, -0.682532> - 4339: <-0.469385, -0.591920, -0.655217> - 4340: <-0.506040, -0.547882, -0.666144> - 4341: <-0.513252, -0.513252, -0.687856> - 4342: <-0.478425, -0.520969, -0.706895> - 4343: <-0.473139, -0.557037, -0.682532> - 4344: <-0.513252, -0.513252, -0.687856> - 4345: <-0.520969, -0.478425, -0.706895> - 4346: <-0.484430, -0.484430, -0.728461> - 4347: <-0.478425, -0.520969, -0.706895> - 4348: <-0.520969, -0.478425, -0.706895> - 4349: <-0.528466, -0.443135, -0.724123> - 4350: <-0.490534, -0.447593, -0.747688> - 4351: <-0.484430, -0.484430, -0.728461> - 4352: <-0.528466, -0.443135, -0.724123> - 4353: <-0.535518, -0.407307, -0.739812> - 4354: <-0.496395, -0.410392, -0.764964> - 4355: <-0.490534, -0.447593, -0.747688> - 4356: <-0.535518, -0.407307, -0.739812> - 4357: <-0.542028, -0.370721, -0.754169> - 4358: <-0.501802, -0.372705, -0.780568> - 4359: <-0.496395, -0.410392, -0.764964> - 4360: <-0.542028, -0.370721, -0.754169> - 4361: <-0.548009, -0.333090, -0.767292> - 4362: <-0.506740, -0.334337, -0.794627> - 4363: <-0.501802, -0.372705, -0.780568> - 4364: <-0.548009, -0.333090, -0.767292> - 4365: <-0.553415, -0.294729, -0.779017> - 4366: <-0.511198, -0.295457, -0.807082> - 4367: <-0.506740, -0.334337, -0.794627> - 4368: <-0.553415, -0.294729, -0.779017> - 4369: <-0.558172, -0.255937, -0.789266> - 4370: <-0.515110, -0.256243, -0.817925> - 4371: <-0.511198, -0.295457, -0.807082> - 4372: <-0.558172, -0.255937, -0.789266> - 4373: <-0.562257, -0.216534, -0.798110> - 4374: <-0.518435, -0.216475, -0.827263> - 4375: <-0.515110, -0.256243, -0.817925> - 4376: <-0.562257, -0.216534, -0.798110> - 4377: <-0.565675, -0.176188, -0.805587> - 4378: <-0.521180, -0.175853, -0.835133> - 4379: <-0.518435, -0.216475, -0.827263> - 4380: <-0.565675, -0.176188, -0.805587> - 4381: <-0.568382, -0.134618, -0.811677> - 4382: <-0.523307, -0.134100, -0.841527> - 4383: <-0.521180, -0.175853, -0.835133> - 4384: <-0.568382, -0.134618, -0.811677> - 4385: <-0.570377, -0.091497, -0.816271> - 4386: <-0.524836, -0.091008, -0.846324> - 4387: <-0.523307, -0.134100, -0.841527> - 4388: <-0.570377, -0.091497, -0.816271> - 4389: <-0.571602, -0.046573, -0.819208> - 4390: <-0.525753, -0.046267, -0.849378> - 4391: <-0.524836, -0.091008, -0.846324> - 4392: <-0.571602, -0.046573, -0.819208> - 4393: <-0.572024, 0.000000, -0.820237> - 4394: <-0.526081, 0.000000, -0.850434> - 4395: <-0.525753, -0.046267, -0.849378> - 4396: <-0.572024, 0.000000, -0.820237> - 4397: <-0.571602, 0.046573, -0.819208> - 4398: <-0.525753, 0.046267, -0.849378> - 4399: <-0.526081, 0.000000, -0.850434> - 4400: <-0.571602, 0.046573, -0.819208> - 4401: <-0.570377, 0.091497, -0.816271> - 4402: <-0.524836, 0.091008, -0.846324> - 4403: <-0.525753, 0.046267, -0.849378> - 4404: <-0.570377, 0.091497, -0.816271> - 4405: <-0.568382, 0.134618, -0.811677> - 4406: <-0.523307, 0.134100, -0.841527> - 4407: <-0.524836, 0.091008, -0.846324> - 4408: <-0.568382, 0.134618, -0.811677> - 4409: <-0.565675, 0.176188, -0.805587> - 4410: <-0.521180, 0.175853, -0.835133> - 4411: <-0.523307, 0.134100, -0.841527> - 4412: <-0.565675, 0.176188, -0.805587> - 4413: <-0.562257, 0.216534, -0.798110> - 4414: <-0.518435, 0.216475, -0.827263> - 4415: <-0.521180, 0.175853, -0.835133> - 4416: <-0.562257, 0.216534, -0.798110> - 4417: <-0.558172, 0.255937, -0.789266> - 4418: <-0.515110, 0.256243, -0.817925> - 4419: <-0.518435, 0.216475, -0.827263> - 4420: <-0.558172, 0.255937, -0.789266> - 4421: <-0.553415, 0.294729, -0.779017> - 4422: <-0.511198, 0.295457, -0.807082> - 4423: <-0.515110, 0.256243, -0.817925> - 4424: <-0.553415, 0.294729, -0.779017> - 4425: <-0.548009, 0.333090, -0.767292> - 4426: <-0.506740, 0.334337, -0.794627> - 4427: <-0.511198, 0.295457, -0.807082> - 4428: <-0.548009, 0.333090, -0.767292> - 4429: <-0.542028, 0.370721, -0.754169> - 4430: <-0.501802, 0.372705, -0.780568> - 4431: <-0.506740, 0.334337, -0.794627> - 4432: <-0.542028, 0.370721, -0.754169> - 4433: <-0.535518, 0.407307, -0.739812> - 4434: <-0.496395, 0.410392, -0.764964> - 4435: <-0.501802, 0.372705, -0.780568> - 4436: <-0.535518, 0.407307, -0.739812> - 4437: <-0.528478, 0.443145, -0.724109> - 4438: <-0.490534, 0.447593, -0.747688> - 4439: <-0.496395, 0.410392, -0.764964> - 4440: <-0.528478, 0.443145, -0.724109> - 4441: <-0.520969, 0.478425, -0.706895> - 4442: <-0.484430, 0.484430, -0.728461> - 4443: <-0.490534, 0.447593, -0.747688> - 4444: <-0.520969, 0.478425, -0.706895> - 4445: <-0.513252, 0.513252, -0.687856> - 4446: <-0.478425, 0.520969, -0.706895> - 4447: <-0.484430, 0.484430, -0.728461> - 4448: <-0.513252, 0.513252, -0.687856> - 4449: <-0.506040, 0.547882, -0.666144> - 4450: <-0.473139, 0.557037, -0.682532> - 4451: <-0.478425, 0.520969, -0.706895> - 4452: <-0.506040, 0.547882, -0.666144> - 4453: <-0.500519, 0.581456, -0.641396> - 4454: <-0.469385, 0.591920, -0.655217> - 4455: <-0.473139, 0.557037, -0.682532> - 4456: <-0.469385, -0.591920, -0.655217> - 4457: <-0.473139, -0.557037, -0.682532> - 4458: <-0.439475, -0.565794, -0.697667> - 4459: <-0.437036, -0.601963, -0.668312> - 4460: <-0.473139, -0.557037, -0.682532> - 4461: <-0.478425, -0.520969, -0.706895> - 4462: <-0.443145, -0.528478, -0.724109> - 4463: <-0.439475, -0.565794, -0.697667> - 4464: <-0.478425, -0.520969, -0.706895> - 4465: <-0.484430, -0.484430, -0.728461> - 4466: <-0.447593, -0.490534, -0.747688> - 4467: <-0.443145, -0.528478, -0.724109> - 4468: <-0.484430, -0.484430, -0.728461> - 4469: <-0.490534, -0.447593, -0.747688> - 4470: <-0.452290, -0.452290, -0.768679> - 4471: <-0.447593, -0.490534, -0.747688> - 4472: <-0.490534, -0.447593, -0.747688> - 4473: <-0.496395, -0.410392, -0.764964> - 4474: <-0.456900, -0.413777, -0.787421> - 4475: <-0.452290, -0.452290, -0.768679> - 4476: <-0.496395, -0.410392, -0.764964> - 4477: <-0.501802, -0.372705, -0.780568> - 4478: <-0.461239, -0.374961, -0.804154> - 4479: <-0.456900, -0.413777, -0.787421> - 4480: <-0.501802, -0.372705, -0.780568> - 4481: <-0.506740, -0.334337, -0.794627> - 4482: <-0.465202, -0.335801, -0.819039> - 4483: <-0.461239, -0.374961, -0.804154> - 4484: <-0.506740, -0.334337, -0.794627> - 4485: <-0.511198, -0.295457, -0.807082> - 4486: <-0.468770, -0.296339, -0.832128> - 4487: <-0.465202, -0.335801, -0.819039> - 4488: <-0.511198, -0.295457, -0.807082> - 4489: <-0.515110, -0.256243, -0.817925> - 4490: <-0.471888, -0.256606, -0.843490> - 4491: <-0.468770, -0.296339, -0.832128> - 4492: <-0.515110, -0.256243, -0.817925> - 4493: <-0.518435, -0.216475, -0.827263> - 4494: <-0.474515, -0.216413, -0.853230> - 4495: <-0.471888, -0.256606, -0.843490> - 4496: <-0.518435, -0.216475, -0.827263> - 4497: <-0.521180, -0.175853, -0.835133> - 4498: <-0.476614, -0.175453, -0.861426> - 4499: <-0.474515, -0.216413, -0.853230> - 4500: <-0.521180, -0.175853, -0.835133> - 4501: <-0.523307, -0.134100, -0.841527> - 4502: <-0.478208, -0.133553, -0.868033> - 4503: <-0.476614, -0.175453, -0.861426> - 4504: <-0.523307, -0.134100, -0.841527> - 4505: <-0.524836, -0.091008, -0.846324> - 4506: <-0.479307, -0.090429, -0.872976> - 4507: <-0.478208, -0.133553, -0.868033> - 4508: <-0.524836, -0.091008, -0.846324> - 4509: <-0.525753, -0.046267, -0.849378> - 4510: <-0.479951, -0.045871, -0.876095> - 4511: <-0.479307, -0.090429, -0.872976> - 4512: <-0.525753, -0.046267, -0.849378> - 4513: <-0.526081, 0.000000, -0.850434> - 4514: <-0.480182, 0.000000, -0.877169> - 4515: <-0.479951, -0.045871, -0.876095> - 4516: <-0.526081, 0.000000, -0.850434> - 4517: <-0.525753, 0.046267, -0.849378> - 4518: <-0.479951, 0.045871, -0.876095> - 4519: <-0.480182, 0.000000, -0.877169> - 4520: <-0.525753, 0.046267, -0.849378> - 4521: <-0.524836, 0.091008, -0.846324> - 4522: <-0.479307, 0.090429, -0.872976> - 4523: <-0.479951, 0.045871, -0.876095> - 4524: <-0.524836, 0.091008, -0.846324> - 4525: <-0.523307, 0.134100, -0.841527> - 4526: <-0.478208, 0.133553, -0.868033> - 4527: <-0.479307, 0.090429, -0.872976> - 4528: <-0.523307, 0.134100, -0.841527> - 4529: <-0.521180, 0.175853, -0.835133> - 4530: <-0.476614, 0.175453, -0.861426> - 4531: <-0.478208, 0.133553, -0.868033> - 4532: <-0.521180, 0.175853, -0.835133> - 4533: <-0.518435, 0.216475, -0.827263> - 4534: <-0.474515, 0.216413, -0.853230> - 4535: <-0.476614, 0.175453, -0.861426> - 4536: <-0.518435, 0.216475, -0.827263> - 4537: <-0.515110, 0.256243, -0.817925> - 4538: <-0.471888, 0.256606, -0.843490> - 4539: <-0.474515, 0.216413, -0.853230> - 4540: <-0.515110, 0.256243, -0.817925> - 4541: <-0.511198, 0.295457, -0.807082> - 4542: <-0.468770, 0.296339, -0.832128> - 4543: <-0.471888, 0.256606, -0.843490> - 4544: <-0.511198, 0.295457, -0.807082> - 4545: <-0.506740, 0.334337, -0.794627> - 4546: <-0.465202, 0.335801, -0.819039> - 4547: <-0.468770, 0.296339, -0.832128> - 4548: <-0.506740, 0.334337, -0.794627> - 4549: <-0.501802, 0.372705, -0.780568> - 4550: <-0.461239, 0.374961, -0.804154> - 4551: <-0.465202, 0.335801, -0.819039> - 4552: <-0.501802, 0.372705, -0.780568> - 4553: <-0.496395, 0.410392, -0.764964> - 4554: <-0.456900, 0.413777, -0.787421> - 4555: <-0.461239, 0.374961, -0.804154> - 4556: <-0.496395, 0.410392, -0.764964> - 4557: <-0.490534, 0.447593, -0.747688> - 4558: <-0.452290, 0.452290, -0.768679> - 4559: <-0.456900, 0.413777, -0.787421> - 4560: <-0.490534, 0.447593, -0.747688> - 4561: <-0.484430, 0.484430, -0.728461> - 4562: <-0.447593, 0.490534, -0.747688> - 4563: <-0.452290, 0.452290, -0.768679> - 4564: <-0.484430, 0.484430, -0.728461> - 4565: <-0.478425, 0.520969, -0.706895> - 4566: <-0.443145, 0.528478, -0.724109> - 4567: <-0.447593, 0.490534, -0.747688> - 4568: <-0.478425, 0.520969, -0.706895> - 4569: <-0.473139, 0.557037, -0.682532> - 4570: <-0.439475, 0.565794, -0.697667> - 4571: <-0.443145, 0.528478, -0.724109> - 4572: <-0.473139, 0.557037, -0.682532> - 4573: <-0.469385, 0.591920, -0.655217> - 4574: <-0.437036, 0.601963, -0.668312> - 4575: <-0.439475, 0.565794, -0.697667> - 4576: <-0.437036, -0.601963, -0.668312> - 4577: <-0.439475, -0.565794, -0.697667> - 4578: <-0.404839, -0.574008, -0.711772> - 4579: <-0.403223, -0.611427, -0.680859> - 4580: <-0.439475, -0.565794, -0.697667> - 4581: <-0.443145, -0.528478, -0.724109> - 4582: <-0.407307, -0.535518, -0.739812> - 4583: <-0.404839, -0.574008, -0.711772> - 4584: <-0.443145, -0.528478, -0.724109> - 4585: <-0.447593, -0.490534, -0.747688> - 4586: <-0.410392, -0.496395, -0.764964> - 4587: <-0.407307, -0.535518, -0.739812> - 4588: <-0.447593, -0.490534, -0.747688> - 4589: <-0.452290, -0.452290, -0.768679> - 4590: <-0.413777, -0.456900, -0.787421> - 4591: <-0.410392, -0.496395, -0.764964> - 4592: <-0.452290, -0.452290, -0.768679> - 4593: <-0.456900, -0.413777, -0.787421> - 4594: <-0.417202, -0.417202, -0.807394> - 4595: <-0.413777, -0.456900, -0.787421> - 4596: <-0.456900, -0.413777, -0.787421> - 4597: <-0.461239, -0.374961, -0.804154> - 4598: <-0.420500, -0.377345, -0.825100> - 4599: <-0.417202, -0.417202, -0.807394> - 4600: <-0.461239, -0.374961, -0.804154> - 4601: <-0.465202, -0.335801, -0.819039> - 4602: <-0.423577, -0.337391, -0.840684> - 4603: <-0.420500, -0.377345, -0.825100> - 4604: <-0.465202, -0.335801, -0.819039> - 4605: <-0.468770, -0.296339, -0.832128> - 4606: <-0.426323, -0.297287, -0.854324> - 4607: <-0.423577, -0.337391, -0.840684> - 4608: <-0.468770, -0.296339, -0.832128> - 4609: <-0.471888, -0.256606, -0.843490> - 4610: <-0.428698, -0.256999, -0.866124> - 4611: <-0.426323, -0.297287, -0.854324> - 4612: <-0.471888, -0.256606, -0.843490> - 4613: <-0.474515, -0.216413, -0.853230> - 4614: <-0.430657, -0.216320, -0.876208> - 4615: <-0.428698, -0.256999, -0.866124> - 4616: <-0.474515, -0.216413, -0.853230> - 4617: <-0.476614, -0.175453, -0.861426> - 4618: <-0.432149, -0.175026, -0.884654> - 4619: <-0.430657, -0.216320, -0.876208> - 4620: <-0.476614, -0.175453, -0.861426> - 4621: <-0.478208, -0.133553, -0.868033> - 4622: <-0.433281, -0.132911, -0.891405> - 4623: <-0.432149, -0.175026, -0.884654> - 4624: <-0.478208, -0.133553, -0.868033> - 4625: <-0.479307, -0.090429, -0.872976> - 4626: <-0.433981, -0.089787, -0.896437> - 4627: <-0.433281, -0.132911, -0.891405> - 4628: <-0.479307, -0.090429, -0.872976> - 4629: <-0.479951, -0.045871, -0.876095> - 4630: <-0.434379, -0.045443, -0.899583> - 4631: <-0.433981, -0.089787, -0.896437> - 4632: <-0.479951, -0.045871, -0.876095> - 4633: <-0.480182, 0.000000, -0.877169> - 4634: <-0.434509, 0.000000, -0.900667> - 4635: <-0.434379, -0.045443, -0.899583> - 4636: <-0.480182, 0.000000, -0.877169> - 4637: <-0.479951, 0.045871, -0.876095> - 4638: <-0.434379, 0.045443, -0.899583> - 4639: <-0.434509, 0.000000, -0.900667> - 4640: <-0.479951, 0.045871, -0.876095> - 4641: <-0.479307, 0.090429, -0.872976> - 4642: <-0.433981, 0.089787, -0.896437> - 4643: <-0.434379, 0.045443, -0.899583> - 4644: <-0.479307, 0.090429, -0.872976> - 4645: <-0.478208, 0.133553, -0.868033> - 4646: <-0.433281, 0.132911, -0.891405> - 4647: <-0.433981, 0.089787, -0.896437> - 4648: <-0.478208, 0.133553, -0.868033> - 4649: <-0.476614, 0.175453, -0.861426> - 4650: <-0.432149, 0.175026, -0.884654> - 4651: <-0.433281, 0.132911, -0.891405> - 4652: <-0.476614, 0.175453, -0.861426> - 4653: <-0.474515, 0.216413, -0.853230> - 4654: <-0.430657, 0.216320, -0.876208> - 4655: <-0.432149, 0.175026, -0.884654> - 4656: <-0.474515, 0.216413, -0.853230> - 4657: <-0.471888, 0.256606, -0.843490> - 4658: <-0.428698, 0.256999, -0.866124> - 4659: <-0.430657, 0.216320, -0.876208> - 4660: <-0.471888, 0.256606, -0.843490> - 4661: <-0.468770, 0.296339, -0.832128> - 4662: <-0.426323, 0.297287, -0.854324> - 4663: <-0.428698, 0.256999, -0.866124> - 4664: <-0.468770, 0.296339, -0.832128> - 4665: <-0.465202, 0.335801, -0.819039> - 4666: <-0.423577, 0.337391, -0.840684> - 4667: <-0.426323, 0.297287, -0.854324> - 4668: <-0.465202, 0.335801, -0.819039> - 4669: <-0.461239, 0.374961, -0.804154> - 4670: <-0.420500, 0.377345, -0.825100> - 4671: <-0.423577, 0.337391, -0.840684> - 4672: <-0.461239, 0.374961, -0.804154> - 4673: <-0.456900, 0.413777, -0.787421> - 4674: <-0.417202, 0.417202, -0.807394> - 4675: <-0.420500, 0.377345, -0.825100> - 4676: <-0.456900, 0.413777, -0.787421> - 4677: <-0.452290, 0.452290, -0.768679> - 4678: <-0.413777, 0.456900, -0.787421> - 4679: <-0.417202, 0.417202, -0.807394> - 4680: <-0.452290, 0.452290, -0.768679> - 4681: <-0.447593, 0.490534, -0.747688> - 4682: <-0.410398, 0.496372, -0.764976> - 4683: <-0.413777, 0.456900, -0.787421> - 4684: <-0.447593, 0.490534, -0.747688> - 4685: <-0.443145, 0.528478, -0.724109> - 4686: <-0.407307, 0.535518, -0.739812> - 4687: <-0.410398, 0.496372, -0.764976> - 4688: <-0.443145, 0.528478, -0.724109> - 4689: <-0.439475, 0.565794, -0.697667> - 4690: <-0.404839, 0.574008, -0.711772> - 4691: <-0.407307, 0.535518, -0.739812> - 4692: <-0.439475, 0.565794, -0.697667> - 4693: <-0.437036, 0.601963, -0.668312> - 4694: <-0.403223, 0.611427, -0.680859> - 4695: <-0.404839, 0.574008, -0.711772> - 4696: <-0.403223, -0.611427, -0.680859> - 4697: <-0.404839, -0.574008, -0.711772> - 4698: <-0.369188, -0.581661, -0.724825> - 4699: <-0.368246, -0.620305, -0.692544> - 4700: <-0.404839, -0.574008, -0.711772> - 4701: <-0.407307, -0.535518, -0.739812> - 4702: <-0.370721, -0.542028, -0.754169> - 4703: <-0.369188, -0.581661, -0.724825> - 4704: <-0.407307, -0.535518, -0.739812> - 4705: <-0.410392, -0.496395, -0.764964> - 4706: <-0.372705, -0.501802, -0.780568> - 4707: <-0.370721, -0.542028, -0.754169> - 4708: <-0.410392, -0.496395, -0.764964> - 4709: <-0.413777, -0.456900, -0.787421> - 4710: <-0.374961, -0.461239, -0.804154> - 4711: <-0.372705, -0.501802, -0.780568> - 4712: <-0.413777, -0.456900, -0.787421> - 4713: <-0.417202, -0.417202, -0.807394> - 4714: <-0.377345, -0.420500, -0.825100> - 4715: <-0.374961, -0.461239, -0.804154> - 4716: <-0.417202, -0.417202, -0.807394> - 4717: <-0.420500, -0.377345, -0.825100> - 4718: <-0.379751, -0.379751, -0.843551> - 4719: <-0.377345, -0.420500, -0.825100> - 4720: <-0.420500, -0.377345, -0.825100> - 4721: <-0.423577, -0.337391, -0.840684> - 4722: <-0.381976, -0.339005, -0.859750> - 4723: <-0.379751, -0.379751, -0.843551> - 4724: <-0.423577, -0.337391, -0.840684> - 4725: <-0.426323, -0.297287, -0.854324> - 4726: <-0.383986, -0.298259, -0.873840> - 4727: <-0.381976, -0.339005, -0.859750> - 4728: <-0.426323, -0.297287, -0.854324> - 4729: <-0.428698, -0.256999, -0.866124> - 4730: <-0.385664, -0.257364, -0.886018> - 4731: <-0.383986, -0.298259, -0.873840> - 4732: <-0.428698, -0.256999, -0.866124> - 4733: <-0.430657, -0.216320, -0.876208> - 4734: <-0.386985, -0.216199, -0.896382> - 4735: <-0.385664, -0.257364, -0.886018> - 4736: <-0.430657, -0.216320, -0.876208> - 4737: <-0.432149, -0.175026, -0.884654> - 4738: <-0.387965, -0.174541, -0.904997> - 4739: <-0.386985, -0.216199, -0.896382> - 4740: <-0.432149, -0.175026, -0.884654> - 4741: <-0.433281, -0.132911, -0.891405> - 4742: <-0.388632, -0.132240, -0.911854> - 4743: <-0.387965, -0.174541, -0.904997> - 4744: <-0.433281, -0.132911, -0.891405> - 4745: <-0.433981, -0.089787, -0.896437> - 4746: <-0.388998, -0.089116, -0.916918> - 4747: <-0.388632, -0.132240, -0.911854> - 4748: <-0.433981, -0.089787, -0.896437> - 4749: <-0.434379, -0.045443, -0.899583> - 4750: <-0.389180, -0.045016, -0.920061> - 4751: <-0.388998, -0.089116, -0.916918> - 4752: <-0.434379, -0.045443, -0.899583> - 4753: <-0.434509, 0.000000, -0.900667> - 4754: <-0.389244, 0.000000, -0.921135> - 4755: <-0.389180, -0.045016, -0.920061> - 4756: <-0.434509, 0.000000, -0.900667> - 4757: <-0.434379, 0.045443, -0.899583> - 4758: <-0.389180, 0.045016, -0.920061> - 4759: <-0.389244, 0.000000, -0.921135> - 4760: <-0.434379, 0.045443, -0.899583> - 4761: <-0.433981, 0.089787, -0.896437> - 4762: <-0.388998, 0.089116, -0.916918> - 4763: <-0.389180, 0.045016, -0.920061> - 4764: <-0.433981, 0.089787, -0.896437> - 4765: <-0.433281, 0.132911, -0.891405> - 4766: <-0.388632, 0.132240, -0.911854> - 4767: <-0.388998, 0.089116, -0.916918> - 4768: <-0.433281, 0.132911, -0.891405> - 4769: <-0.432149, 0.175026, -0.884654> - 4770: <-0.387965, 0.174541, -0.904997> - 4771: <-0.388632, 0.132240, -0.911854> - 4772: <-0.432149, 0.175026, -0.884654> - 4773: <-0.430657, 0.216320, -0.876208> - 4774: <-0.386985, 0.216199, -0.896382> - 4775: <-0.387965, 0.174541, -0.904997> - 4776: <-0.430657, 0.216320, -0.876208> - 4777: <-0.428698, 0.256999, -0.866124> - 4778: <-0.385664, 0.257364, -0.886018> - 4779: <-0.386985, 0.216199, -0.896382> - 4780: <-0.428698, 0.256999, -0.866124> - 4781: <-0.426323, 0.297287, -0.854324> - 4782: <-0.383986, 0.298259, -0.873840> - 4783: <-0.385664, 0.257364, -0.886018> - 4784: <-0.426323, 0.297287, -0.854324> - 4785: <-0.423577, 0.337391, -0.840684> - 4786: <-0.381976, 0.339005, -0.859750> - 4787: <-0.383986, 0.298259, -0.873840> - 4788: <-0.423577, 0.337391, -0.840684> - 4789: <-0.420500, 0.377345, -0.825100> - 4790: <-0.379751, 0.379751, -0.843551> - 4791: <-0.381976, 0.339005, -0.859750> - 4792: <-0.420500, 0.377345, -0.825100> - 4793: <-0.417202, 0.417202, -0.807394> - 4794: <-0.377345, 0.420500, -0.825100> - 4795: <-0.379751, 0.379751, -0.843551> - 4796: <-0.417202, 0.417202, -0.807394> - 4797: <-0.413777, 0.456900, -0.787421> - 4798: <-0.374961, 0.461239, -0.804154> - 4799: <-0.377345, 0.420500, -0.825100> - 4800: <-0.413777, 0.456900, -0.787421> - 4801: <-0.410398, 0.496372, -0.764976> - 4802: <-0.372705, 0.501802, -0.780568> - 4803: <-0.374961, 0.461239, -0.804154> - 4804: <-0.410398, 0.496372, -0.764976> - 4805: <-0.407307, 0.535518, -0.739812> - 4806: <-0.370721, 0.542028, -0.754169> - 4807: <-0.372705, 0.501802, -0.780568> - 4808: <-0.407307, 0.535518, -0.739812> - 4809: <-0.404839, 0.574008, -0.711772> - 4810: <-0.369188, 0.581661, -0.724825> - 4811: <-0.370721, 0.542028, -0.754169> - 4812: <-0.404839, 0.574008, -0.711772> - 4813: <-0.403223, 0.611427, -0.680859> - 4814: <-0.368246, 0.620305, -0.692544> - 4815: <-0.369188, 0.581661, -0.724825> - 4816: <-0.368246, -0.620305, -0.692544> - 4817: <-0.369188, -0.581661, -0.724825> - 4818: <-0.332170, -0.588744, -0.736915> - 4819: <-0.331652, -0.628603, -0.703467> - 4820: <-0.369188, -0.581661, -0.724825> - 4821: <-0.370721, -0.542028, -0.754169> - 4822: <-0.333090, -0.548009, -0.767292> - 4823: <-0.332170, -0.588744, -0.736915> - 4824: <-0.370721, -0.542028, -0.754169> - 4825: <-0.372705, -0.501802, -0.780568> - 4826: <-0.334310, -0.506745, -0.794636> - 4827: <-0.333090, -0.548009, -0.767292> - 4828: <-0.372705, -0.501802, -0.780568> - 4829: <-0.374961, -0.461239, -0.804154> - 4830: <-0.335801, -0.465202, -0.819039> - 4831: <-0.334310, -0.506745, -0.794636> - 4832: <-0.374961, -0.461239, -0.804154> - 4833: <-0.377345, -0.420500, -0.825100> - 4834: <-0.337391, -0.423577, -0.840684> - 4835: <-0.335801, -0.465202, -0.819039> - 4836: <-0.377345, -0.420500, -0.825100> - 4837: <-0.379751, -0.379751, -0.843551> - 4838: <-0.339005, -0.381976, -0.859750> - 4839: <-0.337391, -0.423577, -0.840684> - 4840: <-0.379751, -0.379751, -0.843551> - 4841: <-0.381976, -0.339005, -0.859750> - 4842: <-0.340503, -0.340503, -0.876422> - 4843: <-0.339005, -0.381976, -0.859750> - 4844: <-0.381976, -0.339005, -0.859750> - 4845: <-0.383986, -0.298259, -0.873840> - 4846: <-0.341811, -0.299085, -0.890906> - 4847: <-0.340503, -0.340503, -0.876422> - 4848: <-0.383986, -0.298259, -0.873840> - 4849: <-0.385664, -0.257364, -0.886018> - 4850: <-0.342852, -0.257643, -0.903367> - 4851: <-0.341811, -0.299085, -0.890906> - 4852: <-0.385664, -0.257364, -0.886018> - 4853: <-0.386985, -0.216199, -0.896382> - 4854: <-0.343582, -0.215982, -0.913949> - 4855: <-0.342852, -0.257643, -0.903367> - 4856: <-0.386985, -0.216199, -0.896382> - 4857: <-0.387965, -0.174541, -0.904997> - 4858: <-0.344072, -0.173989, -0.922682> - 4859: <-0.343582, -0.215982, -0.913949> - 4860: <-0.387965, -0.174541, -0.904997> - 4861: <-0.388632, -0.132240, -0.911854> - 4862: <-0.344322, -0.131509, -0.929596> - 4863: <-0.344072, -0.173989, -0.922682> - 4864: <-0.388632, -0.132240, -0.911854> - 4865: <-0.388998, -0.089116, -0.916918> - 4866: <-0.344408, -0.088414, -0.934648> - 4867: <-0.344322, -0.131509, -0.929596> - 4868: <-0.388998, -0.089116, -0.916918> - 4869: <-0.389180, -0.045016, -0.920061> - 4870: <-0.344409, -0.044558, -0.937762> - 4871: <-0.344408, -0.088414, -0.934648> - 4872: <-0.389180, -0.045016, -0.920061> - 4873: <-0.389244, 0.000000, -0.921135> - 4874: <-0.344405, 0.000000, -0.938821> - 4875: <-0.344409, -0.044558, -0.937762> - 4876: <-0.389244, 0.000000, -0.921135> - 4877: <-0.389180, 0.045016, -0.920061> - 4878: <-0.344409, 0.044558, -0.937762> - 4879: <-0.344405, 0.000000, -0.938821> - 4880: <-0.389180, 0.045016, -0.920061> - 4881: <-0.388998, 0.089116, -0.916918> - 4882: <-0.344408, 0.088414, -0.934648> - 4883: <-0.344409, 0.044558, -0.937762> - 4884: <-0.388998, 0.089116, -0.916918> - 4885: <-0.388632, 0.132240, -0.911854> - 4886: <-0.344322, 0.131509, -0.929596> - 4887: <-0.344408, 0.088414, -0.934648> - 4888: <-0.388632, 0.132240, -0.911854> - 4889: <-0.387965, 0.174541, -0.904997> - 4890: <-0.344072, 0.173989, -0.922682> - 4891: <-0.344322, 0.131509, -0.929596> - 4892: <-0.387965, 0.174541, -0.904997> - 4893: <-0.386985, 0.216199, -0.896382> - 4894: <-0.343582, 0.215982, -0.913949> - 4895: <-0.344072, 0.173989, -0.922682> - 4896: <-0.386985, 0.216199, -0.896382> - 4897: <-0.385664, 0.257364, -0.886018> - 4898: <-0.342852, 0.257643, -0.903367> - 4899: <-0.343582, 0.215982, -0.913949> - 4900: <-0.385664, 0.257364, -0.886018> - 4901: <-0.383986, 0.298259, -0.873840> - 4902: <-0.341811, 0.299085, -0.890906> - 4903: <-0.342852, 0.257643, -0.903367> - 4904: <-0.383986, 0.298259, -0.873840> - 4905: <-0.381976, 0.339005, -0.859750> - 4906: <-0.340503, 0.340503, -0.876422> - 4907: <-0.341811, 0.299085, -0.890906> - 4908: <-0.381976, 0.339005, -0.859750> - 4909: <-0.379751, 0.379751, -0.843551> - 4910: <-0.339005, 0.381976, -0.859750> - 4911: <-0.340503, 0.340503, -0.876422> - 4912: <-0.379751, 0.379751, -0.843551> - 4913: <-0.377345, 0.420500, -0.825100> - 4914: <-0.337391, 0.423577, -0.840684> - 4915: <-0.339005, 0.381976, -0.859750> - 4916: <-0.377345, 0.420500, -0.825100> - 4917: <-0.374961, 0.461239, -0.804154> - 4918: <-0.335801, 0.465202, -0.819039> - 4919: <-0.337391, 0.423577, -0.840684> - 4920: <-0.374961, 0.461239, -0.804154> - 4921: <-0.372705, 0.501802, -0.780568> - 4922: <-0.334337, 0.506740, -0.794627> - 4923: <-0.335801, 0.465202, -0.819039> - 4924: <-0.372705, 0.501802, -0.780568> - 4925: <-0.370721, 0.542028, -0.754169> - 4926: <-0.333090, 0.548009, -0.767292> - 4927: <-0.334337, 0.506740, -0.794627> - 4928: <-0.370721, 0.542028, -0.754169> - 4929: <-0.369188, 0.581661, -0.724825> - 4930: <-0.332170, 0.588744, -0.736915> - 4931: <-0.333090, 0.548009, -0.767292> - 4932: <-0.369188, 0.581661, -0.724825> - 4933: <-0.368246, 0.620305, -0.692544> - 4934: <-0.331652, 0.628603, -0.703467> - 4935: <-0.332170, 0.588744, -0.736915> - 4936: <-0.331652, -0.628603, -0.703467> - 4937: <-0.332170, -0.588744, -0.736915> - 4938: <-0.294207, -0.595158, -0.747816> - 4939: <-0.293904, -0.636150, -0.713396> - 4940: <-0.332170, -0.588744, -0.736915> - 4941: <-0.333090, -0.548009, -0.767292> - 4942: <-0.294729, -0.553415, -0.779017> - 4943: <-0.294207, -0.595158, -0.747816> - 4944: <-0.333090, -0.548009, -0.767292> - 4945: <-0.334310, -0.506745, -0.794636> - 4946: <-0.295457, -0.511198, -0.807082> - 4947: <-0.294729, -0.553415, -0.779017> - 4948: <-0.334310, -0.506745, -0.794636> - 4949: <-0.335801, -0.465202, -0.819039> - 4950: <-0.296339, -0.468770, -0.832128> - 4951: <-0.295457, -0.511198, -0.807082> - 4952: <-0.335801, -0.465202, -0.819039> - 4953: <-0.337391, -0.423577, -0.840684> - 4954: <-0.297287, -0.426323, -0.854324> - 4955: <-0.296339, -0.468770, -0.832128> - 4956: <-0.337391, -0.423577, -0.840684> - 4957: <-0.339005, -0.381976, -0.859750> - 4958: <-0.298234, -0.383963, -0.873859> - 4959: <-0.297287, -0.426323, -0.854324> - 4960: <-0.339005, -0.381976, -0.859750> - 4961: <-0.340503, -0.340503, -0.876422> - 4962: <-0.299085, -0.341811, -0.890906> - 4963: <-0.298234, -0.383963, -0.873859> - 4964: <-0.340503, -0.340503, -0.876422> - 4965: <-0.341811, -0.299085, -0.890906> - 4966: <-0.299762, -0.299762, -0.905696> - 4967: <-0.299085, -0.341811, -0.890906> - 4968: <-0.341811, -0.299085, -0.890906> - 4969: <-0.342852, -0.257643, -0.903367> - 4970: <-0.300219, -0.257736, -0.918390> - 4971: <-0.299762, -0.299762, -0.905696> - 4972: <-0.342852, -0.257643, -0.903367> - 4973: <-0.343582, -0.215982, -0.913949> - 4974: <-0.300461, -0.215649, -0.929096> - 4975: <-0.300219, -0.257736, -0.918390> - 4976: <-0.343582, -0.215982, -0.913949> - 4977: <-0.344072, -0.173989, -0.922682> - 4978: <-0.300496, -0.173351, -0.937897> - 4979: <-0.300461, -0.215649, -0.929096> - 4980: <-0.344072, -0.173989, -0.922682> - 4981: <-0.344322, -0.131509, -0.929596> - 4982: <-0.300427, -0.130743, -0.944802> - 4983: <-0.300496, -0.173351, -0.937897> - 4984: <-0.344322, -0.131509, -0.929596> - 4985: <-0.344408, -0.088414, -0.934648> - 4986: <-0.300248, -0.087712, -0.949820> - 4987: <-0.300427, -0.130743, -0.944802> - 4988: <-0.344408, -0.088414, -0.934648> - 4989: <-0.344409, -0.044558, -0.937762> - 4990: <-0.300092, -0.044130, -0.952889> - 4991: <-0.300248, -0.087712, -0.949820> - 4992: <-0.344409, -0.044558, -0.937762> - 4993: <-0.344405, 0.000000, -0.938821> - 4994: <-0.300059, 0.000000, -0.953921> - 4995: <-0.300092, -0.044130, -0.952889> - 4996: <-0.344405, 0.000000, -0.938821> - 4997: <-0.344409, 0.044558, -0.937762> - 4998: <-0.300092, 0.044130, -0.952889> - 4999: <-0.300059, 0.000000, -0.953921> - 5000: <-0.344409, 0.044558, -0.937762> - 5001: <-0.344408, 0.088414, -0.934648> - 5002: <-0.300248, 0.087712, -0.949820> - 5003: <-0.300092, 0.044130, -0.952889> - 5004: <-0.344408, 0.088414, -0.934648> - 5005: <-0.344322, 0.131509, -0.929596> - 5006: <-0.300427, 0.130743, -0.944802> - 5007: <-0.300248, 0.087712, -0.949820> - 5008: <-0.344322, 0.131509, -0.929596> - 5009: <-0.344072, 0.173989, -0.922682> - 5010: <-0.300496, 0.173351, -0.937897> - 5011: <-0.300427, 0.130743, -0.944802> - 5012: <-0.344072, 0.173989, -0.922682> - 5013: <-0.343582, 0.215982, -0.913949> - 5014: <-0.300461, 0.215649, -0.929096> - 5015: <-0.300496, 0.173351, -0.937897> - 5016: <-0.343582, 0.215982, -0.913949> - 5017: <-0.342852, 0.257643, -0.903367> - 5018: <-0.300219, 0.257736, -0.918390> - 5019: <-0.300461, 0.215649, -0.929096> - 5020: <-0.342852, 0.257643, -0.903367> - 5021: <-0.341811, 0.299085, -0.890906> - 5022: <-0.299762, 0.299762, -0.905696> - 5023: <-0.300219, 0.257736, -0.918390> - 5024: <-0.341811, 0.299085, -0.890906> - 5025: <-0.340503, 0.340503, -0.876422> - 5026: <-0.299085, 0.341811, -0.890906> - 5027: <-0.299762, 0.299762, -0.905696> - 5028: <-0.340503, 0.340503, -0.876422> - 5029: <-0.339005, 0.381976, -0.859750> - 5030: <-0.298259, 0.383986, -0.873840> - 5031: <-0.299085, 0.341811, -0.890906> - 5032: <-0.339005, 0.381976, -0.859750> - 5033: <-0.337391, 0.423577, -0.840684> - 5034: <-0.297287, 0.426323, -0.854324> - 5035: <-0.298259, 0.383986, -0.873840> - 5036: <-0.337391, 0.423577, -0.840684> - 5037: <-0.335801, 0.465202, -0.819039> - 5038: <-0.296339, 0.468770, -0.832128> - 5039: <-0.297287, 0.426323, -0.854324> - 5040: <-0.335801, 0.465202, -0.819039> - 5041: <-0.334337, 0.506740, -0.794627> - 5042: <-0.295457, 0.511198, -0.807082> - 5043: <-0.296339, 0.468770, -0.832128> - 5044: <-0.334337, 0.506740, -0.794627> - 5045: <-0.333090, 0.548009, -0.767292> - 5046: <-0.294729, 0.553415, -0.779017> - 5047: <-0.295457, 0.511198, -0.807082> - 5048: <-0.333090, 0.548009, -0.767292> - 5049: <-0.332170, 0.588744, -0.736915> - 5050: <-0.294207, 0.595158, -0.747816> - 5051: <-0.294729, 0.553415, -0.779017> - 5052: <-0.332170, 0.588744, -0.736915> - 5053: <-0.331652, 0.628603, -0.703467> - 5054: <-0.293904, 0.636150, -0.713396> - 5055: <-0.294207, 0.595158, -0.747816> - 5056: <-0.293904, -0.636150, -0.713396> - 5057: <-0.294207, -0.595158, -0.747816> - 5058: <-0.255750, -0.600829, -0.757361> - 5059: <-0.255632, -0.642833, -0.722093> - 5060: <-0.294207, -0.595158, -0.747816> - 5061: <-0.294729, -0.553415, -0.779017> - 5062: <-0.255937, -0.558172, -0.789266> - 5063: <-0.255750, -0.600829, -0.757361> - 5064: <-0.294729, -0.553415, -0.779017> - 5065: <-0.295457, -0.511198, -0.807082> - 5066: <-0.256243, -0.515110, -0.817925> - 5067: <-0.255937, -0.558172, -0.789266> - 5068: <-0.295457, -0.511198, -0.807082> - 5069: <-0.296339, -0.468770, -0.832128> - 5070: <-0.256606, -0.471888, -0.843490> - 5071: <-0.256243, -0.515110, -0.817925> - 5072: <-0.296339, -0.468770, -0.832128> - 5073: <-0.297287, -0.426323, -0.854324> - 5074: <-0.256999, -0.428698, -0.866124> - 5075: <-0.256606, -0.471888, -0.843490> - 5076: <-0.297287, -0.426323, -0.854324> - 5077: <-0.298234, -0.383963, -0.873859> - 5078: <-0.257364, -0.385664, -0.886018> - 5079: <-0.256999, -0.428698, -0.866124> - 5080: <-0.298234, -0.383963, -0.873859> - 5081: <-0.299085, -0.341811, -0.890906> - 5082: <-0.257643, -0.342852, -0.903367> - 5083: <-0.257364, -0.385664, -0.886018> - 5084: <-0.299085, -0.341811, -0.890906> - 5085: <-0.299762, -0.299762, -0.905696> - 5086: <-0.257736, -0.300219, -0.918390> - 5087: <-0.257643, -0.342852, -0.903367> - 5088: <-0.299762, -0.299762, -0.905696> - 5089: <-0.300219, -0.257736, -0.918390> - 5090: <-0.257702, -0.257702, -0.931225> - 5091: <-0.257736, -0.300219, -0.918390> - 5092: <-0.300219, -0.257736, -0.918390> - 5093: <-0.300461, -0.215649, -0.929096> - 5094: <-0.257519, -0.215220, -0.942000> - 5095: <-0.257702, -0.257702, -0.931225> - 5096: <-0.300461, -0.215649, -0.929096> - 5097: <-0.300496, -0.173351, -0.937897> - 5098: <-0.257217, -0.172679, -0.950800> - 5099: <-0.257519, -0.215220, -0.942000> - 5100: <-0.300496, -0.173351, -0.937897> - 5101: <-0.300427, -0.130743, -0.944802> - 5102: <-0.256880, -0.129981, -0.957663> - 5103: <-0.257217, -0.172679, -0.950800> - 5104: <-0.300427, -0.130743, -0.944802> - 5105: <-0.300248, -0.087712, -0.949820> - 5106: <-0.256544, -0.087041, -0.962605> - 5107: <-0.256880, -0.129981, -0.957663> - 5108: <-0.300248, -0.087712, -0.949820> - 5109: <-0.300092, -0.044130, -0.952889> - 5110: <-0.256267, -0.043703, -0.965618> - 5111: <-0.256544, -0.087041, -0.962605> - 5112: <-0.300092, -0.044130, -0.952889> - 5113: <-0.300059, 0.000000, -0.953921> - 5114: <-0.256177, 0.000000, -0.966630> - 5115: <-0.256267, -0.043703, -0.965618> - 5116: <-0.300059, 0.000000, -0.953921> - 5117: <-0.300092, 0.044130, -0.952889> - 5118: <-0.256267, 0.043703, -0.965618> - 5119: <-0.256177, 0.000000, -0.966630> - 5120: <-0.300092, 0.044130, -0.952889> - 5121: <-0.300248, 0.087712, -0.949820> - 5122: <-0.256544, 0.087041, -0.962605> - 5123: <-0.256267, 0.043703, -0.965618> - 5124: <-0.300248, 0.087712, -0.949820> - 5125: <-0.300427, 0.130743, -0.944802> - 5126: <-0.256880, 0.129981, -0.957663> - 5127: <-0.256544, 0.087041, -0.962605> - 5128: <-0.300427, 0.130743, -0.944802> - 5129: <-0.300496, 0.173351, -0.937897> - 5130: <-0.257217, 0.172679, -0.950800> - 5131: <-0.256880, 0.129981, -0.957663> - 5132: <-0.300496, 0.173351, -0.937897> - 5133: <-0.300461, 0.215649, -0.929096> - 5134: <-0.257519, 0.215220, -0.942000> - 5135: <-0.257217, 0.172679, -0.950800> - 5136: <-0.300461, 0.215649, -0.929096> - 5137: <-0.300219, 0.257736, -0.918390> - 5138: <-0.257702, 0.257702, -0.931225> - 5139: <-0.257519, 0.215220, -0.942000> - 5140: <-0.300219, 0.257736, -0.918390> - 5141: <-0.299762, 0.299762, -0.905696> - 5142: <-0.257736, 0.300219, -0.918390> - 5143: <-0.257702, 0.257702, -0.931225> - 5144: <-0.299762, 0.299762, -0.905696> - 5145: <-0.299085, 0.341811, -0.890906> - 5146: <-0.257643, 0.342852, -0.903367> - 5147: <-0.257736, 0.300219, -0.918390> - 5148: <-0.299085, 0.341811, -0.890906> - 5149: <-0.298259, 0.383986, -0.873840> - 5150: <-0.257364, 0.385664, -0.886018> - 5151: <-0.257643, 0.342852, -0.903367> - 5152: <-0.298259, 0.383986, -0.873840> - 5153: <-0.297287, 0.426323, -0.854324> - 5154: <-0.256999, 0.428698, -0.866124> - 5155: <-0.257364, 0.385664, -0.886018> - 5156: <-0.297287, 0.426323, -0.854324> - 5157: <-0.296339, 0.468770, -0.832128> - 5158: <-0.256606, 0.471888, -0.843490> - 5159: <-0.256999, 0.428698, -0.866124> - 5160: <-0.296339, 0.468770, -0.832128> - 5161: <-0.295457, 0.511198, -0.807082> - 5162: <-0.256243, 0.515110, -0.817925> - 5163: <-0.256606, 0.471888, -0.843490> - 5164: <-0.295457, 0.511198, -0.807082> - 5165: <-0.294729, 0.553415, -0.779017> - 5166: <-0.255937, 0.558172, -0.789266> - 5167: <-0.256243, 0.515110, -0.817925> - 5168: <-0.294729, 0.553415, -0.779017> - 5169: <-0.294207, 0.595158, -0.747816> - 5170: <-0.255750, 0.600829, -0.757361> - 5171: <-0.255937, 0.558172, -0.789266> - 5172: <-0.294207, 0.595158, -0.747816> - 5173: <-0.293904, 0.636150, -0.713396> - 5174: <-0.255632, 0.642833, -0.722093> - 5175: <-0.255750, 0.600829, -0.757361> - 5176: <-0.255632, -0.642833, -0.722093> - 5177: <-0.255750, -0.600829, -0.757361> - 5178: <-0.216596, -0.605748, -0.765608> - 5179: <-0.216660, -0.648606, -0.729636> - 5180: <-0.255750, -0.600829, -0.757361> - 5181: <-0.255937, -0.558172, -0.789266> - 5182: <-0.216534, -0.562257, -0.798110> - 5183: <-0.216596, -0.605748, -0.765608> - 5184: <-0.255937, -0.558172, -0.789266> - 5185: <-0.256243, -0.515110, -0.817925> - 5186: <-0.216475, -0.518435, -0.827263> - 5187: <-0.216534, -0.562257, -0.798110> - 5188: <-0.256243, -0.515110, -0.817925> - 5189: <-0.256606, -0.471888, -0.843490> - 5190: <-0.216413, -0.474515, -0.853230> - 5191: <-0.216475, -0.518435, -0.827263> - 5192: <-0.256606, -0.471888, -0.843490> - 5193: <-0.256999, -0.428698, -0.866124> - 5194: <-0.216320, -0.430657, -0.876208> - 5195: <-0.216413, -0.474515, -0.853230> - 5196: <-0.256999, -0.428698, -0.866124> - 5197: <-0.257364, -0.385664, -0.886018> - 5198: <-0.216199, -0.386985, -0.896382> - 5199: <-0.216320, -0.430657, -0.876208> - 5200: <-0.257364, -0.385664, -0.886018> - 5201: <-0.257643, -0.342852, -0.903367> - 5202: <-0.215982, -0.343582, -0.913949> - 5203: <-0.216199, -0.386985, -0.896382> - 5204: <-0.257643, -0.342852, -0.903367> - 5205: <-0.257736, -0.300219, -0.918390> - 5206: <-0.215649, -0.300461, -0.929096> - 5207: <-0.215982, -0.343582, -0.913949> - 5208: <-0.257736, -0.300219, -0.918390> - 5209: <-0.257702, -0.257702, -0.931225> - 5210: <-0.215220, -0.257519, -0.942000> - 5211: <-0.215649, -0.300461, -0.929096> - 5212: <-0.257702, -0.257702, -0.931225> - 5213: <-0.257519, -0.215220, -0.942000> - 5214: <-0.214732, -0.214732, -0.952775> - 5215: <-0.215220, -0.257519, -0.942000> - 5216: <-0.257519, -0.215220, -0.942000> - 5217: <-0.257217, -0.172679, -0.950800> - 5218: <-0.214182, -0.172005, -0.961530> - 5219: <-0.214732, -0.214732, -0.952775> - 5220: <-0.257217, -0.172679, -0.950800> - 5221: <-0.256880, -0.129981, -0.957663> - 5222: <-0.213666, -0.129250, -0.968319> - 5223: <-0.214182, -0.172005, -0.961530> - 5224: <-0.256880, -0.129981, -0.957663> - 5225: <-0.256544, -0.087041, -0.962605> - 5226: <-0.213204, -0.086398, -0.973180> - 5227: <-0.213666, -0.129250, -0.968319> - 5228: <-0.256544, -0.087041, -0.962605> - 5229: <-0.256267, -0.043703, -0.965618> - 5230: <-0.212870, -0.043306, -0.976120> - 5231: <-0.213204, -0.086398, -0.973180> - 5232: <-0.256267, -0.043703, -0.965618> - 5233: <-0.256177, 0.000000, -0.966630> - 5234: <-0.212750, 0.000000, -0.977107> - 5235: <-0.212870, -0.043306, -0.976120> - 5236: <-0.256177, 0.000000, -0.966630> - 5237: <-0.256267, 0.043703, -0.965618> - 5238: <-0.212870, 0.043306, -0.976120> - 5239: <-0.212750, 0.000000, -0.977107> - 5240: <-0.256267, 0.043703, -0.965618> - 5241: <-0.256544, 0.087041, -0.962605> - 5242: <-0.213204, 0.086398, -0.973180> - 5243: <-0.212870, 0.043306, -0.976120> - 5244: <-0.256544, 0.087041, -0.962605> - 5245: <-0.256880, 0.129981, -0.957663> - 5246: <-0.213666, 0.129250, -0.968319> - 5247: <-0.213204, 0.086398, -0.973180> - 5248: <-0.256880, 0.129981, -0.957663> - 5249: <-0.257217, 0.172679, -0.950800> - 5250: <-0.214182, 0.172005, -0.961530> - 5251: <-0.213666, 0.129250, -0.968319> - 5252: <-0.257217, 0.172679, -0.950800> - 5253: <-0.257519, 0.215220, -0.942000> - 5254: <-0.214732, 0.214732, -0.952775> - 5255: <-0.214182, 0.172005, -0.961530> - 5256: <-0.257519, 0.215220, -0.942000> - 5257: <-0.257702, 0.257702, -0.931225> - 5258: <-0.215220, 0.257519, -0.942000> - 5259: <-0.214732, 0.214732, -0.952775> - 5260: <-0.257702, 0.257702, -0.931225> - 5261: <-0.257736, 0.300219, -0.918390> - 5262: <-0.215649, 0.300461, -0.929096> - 5263: <-0.215220, 0.257519, -0.942000> - 5264: <-0.257736, 0.300219, -0.918390> - 5265: <-0.257643, 0.342852, -0.903367> - 5266: <-0.215982, 0.343582, -0.913949> - 5267: <-0.215649, 0.300461, -0.929096> - 5268: <-0.257643, 0.342852, -0.903367> - 5269: <-0.257364, 0.385664, -0.886018> - 5270: <-0.216199, 0.386985, -0.896382> - 5271: <-0.215982, 0.343582, -0.913949> - 5272: <-0.257364, 0.385664, -0.886018> - 5273: <-0.256999, 0.428698, -0.866124> - 5274: <-0.216320, 0.430657, -0.876208> - 5275: <-0.216199, 0.386985, -0.896382> - 5276: <-0.256999, 0.428698, -0.866124> - 5277: <-0.256606, 0.471888, -0.843490> - 5278: <-0.216413, 0.474515, -0.853230> - 5279: <-0.216320, 0.430657, -0.876208> - 5280: <-0.256606, 0.471888, -0.843490> - 5281: <-0.256243, 0.515110, -0.817925> - 5282: <-0.216475, 0.518435, -0.827263> - 5283: <-0.216413, 0.474515, -0.853230> - 5284: <-0.256243, 0.515110, -0.817925> - 5285: <-0.255937, 0.558172, -0.789266> - 5286: <-0.216534, 0.562257, -0.798110> - 5287: <-0.216475, 0.518435, -0.827263> - 5288: <-0.255937, 0.558172, -0.789266> - 5289: <-0.255750, 0.600829, -0.757361> - 5290: <-0.216596, 0.605748, -0.765608> - 5291: <-0.216534, 0.562257, -0.798110> - 5292: <-0.255750, 0.600829, -0.757361> - 5293: <-0.255632, 0.642833, -0.722093> - 5294: <-0.216660, 0.648606, -0.729636> - 5295: <-0.216596, 0.605748, -0.765608> - 5296: <-0.216660, -0.648606, -0.729636> - 5297: <-0.216596, -0.605748, -0.765608> - 5298: <-0.176461, -0.609892, -0.772589> - 5299: <-0.176644, -0.653502, -0.736025> - 5300: <-0.216596, -0.605748, -0.765608> - 5301: <-0.216534, -0.562257, -0.798110> - 5302: <-0.176188, -0.565675, -0.805587> - 5303: <-0.176461, -0.609892, -0.772589> - 5304: <-0.216534, -0.562257, -0.798110> - 5305: <-0.216475, -0.518435, -0.827263> - 5306: <-0.175853, -0.521180, -0.835133> - 5307: <-0.176188, -0.565675, -0.805587> - 5308: <-0.216475, -0.518435, -0.827263> - 5309: <-0.216413, -0.474515, -0.853230> - 5310: <-0.175453, -0.476614, -0.861426> - 5311: <-0.175853, -0.521180, -0.835133> - 5312: <-0.216413, -0.474515, -0.853230> - 5313: <-0.216320, -0.430657, -0.876208> - 5314: <-0.175026, -0.432149, -0.884654> - 5315: <-0.175453, -0.476614, -0.861426> - 5316: <-0.216320, -0.430657, -0.876208> - 5317: <-0.216199, -0.386985, -0.896382> - 5318: <-0.174541, -0.387965, -0.904997> - 5319: <-0.175026, -0.432149, -0.884654> - 5320: <-0.216199, -0.386985, -0.896382> - 5321: <-0.215982, -0.343582, -0.913949> - 5322: <-0.173989, -0.344072, -0.922682> - 5323: <-0.174541, -0.387965, -0.904997> - 5324: <-0.215982, -0.343582, -0.913949> - 5325: <-0.215649, -0.300461, -0.929096> - 5326: <-0.173351, -0.300496, -0.937897> - 5327: <-0.173989, -0.344072, -0.922682> - 5328: <-0.215649, -0.300461, -0.929096> - 5329: <-0.215220, -0.257519, -0.942000> - 5330: <-0.172679, -0.257217, -0.950800> - 5331: <-0.173351, -0.300496, -0.937897> - 5332: <-0.215220, -0.257519, -0.942000> - 5333: <-0.214732, -0.214732, -0.952775> - 5334: <-0.172005, -0.214182, -0.961530> - 5335: <-0.172679, -0.257217, -0.950800> - 5336: <-0.214732, -0.214732, -0.952775> - 5337: <-0.214182, -0.172005, -0.961530> - 5338: <-0.171305, -0.171305, -0.970211> - 5339: <-0.172005, -0.214182, -0.961530> - 5340: <-0.214182, -0.172005, -0.961530> - 5341: <-0.213666, -0.129250, -0.968319> - 5342: <-0.170691, -0.128545, -0.976904> - 5343: <-0.171305, -0.171305, -0.970211> - 5344: <-0.213666, -0.129250, -0.968319> - 5345: <-0.213204, -0.086398, -0.973180> - 5346: <-0.170203, -0.085788, -0.981668> - 5347: <-0.170691, -0.128545, -0.976904> - 5348: <-0.213204, -0.086398, -0.973180> - 5349: <-0.212870, -0.043306, -0.976120> - 5350: <-0.169837, -0.042970, -0.984535> - 5351: <-0.170203, -0.085788, -0.981668> - 5352: <-0.212870, -0.043306, -0.976120> - 5353: <-0.212750, 0.000000, -0.977107> - 5354: <-0.169746, 0.000000, -0.985488> - 5355: <-0.169837, -0.042970, -0.984535> - 5356: <-0.212750, 0.000000, -0.977107> - 5357: <-0.212870, 0.043306, -0.976120> - 5358: <-0.169866, 0.042970, -0.984530> - 5359: <-0.169746, 0.000000, -0.985488> - 5360: <-0.212870, 0.043306, -0.976120> - 5361: <-0.213204, 0.086398, -0.973180> - 5362: <-0.170203, 0.085788, -0.981668> - 5363: <-0.169866, 0.042970, -0.984530> - 5364: <-0.213204, 0.086398, -0.973180> - 5365: <-0.213666, 0.129250, -0.968319> - 5366: <-0.170691, 0.128545, -0.976904> - 5367: <-0.170203, 0.085788, -0.981668> - 5368: <-0.213666, 0.129250, -0.968319> - 5369: <-0.214182, 0.172005, -0.961530> - 5370: <-0.171305, 0.171305, -0.970211> - 5371: <-0.170691, 0.128545, -0.976904> - 5372: <-0.214182, 0.172005, -0.961530> - 5373: <-0.214732, 0.214732, -0.952775> - 5374: <-0.172005, 0.214182, -0.961530> - 5375: <-0.171305, 0.171305, -0.970211> - 5376: <-0.214732, 0.214732, -0.952775> - 5377: <-0.215220, 0.257519, -0.942000> - 5378: <-0.172679, 0.257217, -0.950800> - 5379: <-0.172005, 0.214182, -0.961530> - 5380: <-0.215220, 0.257519, -0.942000> - 5381: <-0.215649, 0.300461, -0.929096> - 5382: <-0.173351, 0.300496, -0.937897> - 5383: <-0.172679, 0.257217, -0.950800> - 5384: <-0.215649, 0.300461, -0.929096> - 5385: <-0.215982, 0.343582, -0.913949> - 5386: <-0.173989, 0.344072, -0.922682> - 5387: <-0.173351, 0.300496, -0.937897> - 5388: <-0.215982, 0.343582, -0.913949> - 5389: <-0.216199, 0.386985, -0.896382> - 5390: <-0.174541, 0.387965, -0.904997> - 5391: <-0.173989, 0.344072, -0.922682> - 5392: <-0.216199, 0.386985, -0.896382> - 5393: <-0.216320, 0.430657, -0.876208> - 5394: <-0.175026, 0.432149, -0.884654> - 5395: <-0.174541, 0.387965, -0.904997> - 5396: <-0.216320, 0.430657, -0.876208> - 5397: <-0.216413, 0.474515, -0.853230> - 5398: <-0.175453, 0.476614, -0.861426> - 5399: <-0.175026, 0.432149, -0.884654> - 5400: <-0.216413, 0.474515, -0.853230> - 5401: <-0.216475, 0.518435, -0.827263> - 5402: <-0.175853, 0.521180, -0.835133> - 5403: <-0.175453, 0.476614, -0.861426> - 5404: <-0.216475, 0.518435, -0.827263> - 5405: <-0.216534, 0.562257, -0.798110> - 5406: <-0.176188, 0.565675, -0.805587> - 5407: <-0.175853, 0.521180, -0.835133> - 5408: <-0.216534, 0.562257, -0.798110> - 5409: <-0.216596, 0.605748, -0.765608> - 5410: <-0.176461, 0.609892, -0.772589> - 5411: <-0.176188, 0.565675, -0.805587> - 5412: <-0.216596, 0.605748, -0.765608> - 5413: <-0.216660, 0.648606, -0.729636> - 5414: <-0.176644, 0.653502, -0.736025> - 5415: <-0.176461, 0.609892, -0.772589> - 5416: <-0.176644, -0.653502, -0.736025> - 5417: <-0.176461, -0.609892, -0.772589> - 5418: <-0.135015, -0.613215, -0.778292> - 5419: <-0.135260, -0.657468, -0.741243> - 5420: <-0.176461, -0.609892, -0.772589> - 5421: <-0.176188, -0.565675, -0.805587> - 5422: <-0.134618, -0.568382, -0.811677> - 5423: <-0.135015, -0.613215, -0.778292> - 5424: <-0.176188, -0.565675, -0.805587> - 5425: <-0.175853, -0.521180, -0.835133> - 5426: <-0.134100, -0.523307, -0.841527> - 5427: <-0.134618, -0.568382, -0.811677> - 5428: <-0.175853, -0.521180, -0.835133> - 5429: <-0.175453, -0.476614, -0.861426> - 5430: <-0.133553, -0.478208, -0.868033> - 5431: <-0.134100, -0.523307, -0.841527> - 5432: <-0.175453, -0.476614, -0.861426> - 5433: <-0.175026, -0.432149, -0.884654> - 5434: <-0.132911, -0.433281, -0.891405> - 5435: <-0.133553, -0.478208, -0.868033> - 5436: <-0.175026, -0.432149, -0.884654> - 5437: <-0.174541, -0.387965, -0.904997> - 5438: <-0.132240, -0.388632, -0.911854> - 5439: <-0.132911, -0.433281, -0.891405> - 5440: <-0.174541, -0.387965, -0.904997> - 5441: <-0.173989, -0.344072, -0.922682> - 5442: <-0.131509, -0.344322, -0.929596> - 5443: <-0.132240, -0.388632, -0.911854> - 5444: <-0.173989, -0.344072, -0.922682> - 5445: <-0.173351, -0.300496, -0.937897> - 5446: <-0.130743, -0.300427, -0.944802> - 5447: <-0.131509, -0.344322, -0.929596> - 5448: <-0.173351, -0.300496, -0.937897> - 5449: <-0.172679, -0.257217, -0.950800> - 5450: <-0.129981, -0.256880, -0.957663> - 5451: <-0.130743, -0.300427, -0.944802> - 5452: <-0.172679, -0.257217, -0.950800> - 5453: <-0.172005, -0.214182, -0.961530> - 5454: <-0.129250, -0.213666, -0.968319> - 5455: <-0.129981, -0.256880, -0.957663> - 5456: <-0.172005, -0.214182, -0.961530> - 5457: <-0.171305, -0.171305, -0.970211> - 5458: <-0.128545, -0.170691, -0.976904> - 5459: <-0.129250, -0.213666, -0.968319> - 5460: <-0.171305, -0.171305, -0.970211> - 5461: <-0.170691, -0.128545, -0.976904> - 5462: <-0.127935, -0.127935, -0.983497> - 5463: <-0.128545, -0.170691, -0.976904> - 5464: <-0.170691, -0.128545, -0.976904> - 5465: <-0.170203, -0.085788, -0.981668> - 5466: <-0.127447, -0.085300, -0.988171> - 5467: <-0.127935, -0.127935, -0.983497> - 5468: <-0.170203, -0.085788, -0.981668> - 5469: <-0.169837, -0.042970, -0.984535> - 5470: <-0.127144, -0.042666, -0.990966> - 5471: <-0.127447, -0.085300, -0.988171> - 5472: <-0.169837, -0.042970, -0.984535> - 5473: <-0.169746, 0.000000, -0.985488> - 5474: <-0.127020, 0.000000, -0.991900> - 5475: <-0.127144, -0.042666, -0.990966> - 5476: <-0.169746, 0.000000, -0.985488> - 5477: <-0.169866, 0.042970, -0.984530> - 5478: <-0.127144, 0.042666, -0.990966> - 5479: <-0.127020, 0.000000, -0.991900> - 5480: <-0.169866, 0.042970, -0.984530> - 5481: <-0.170203, 0.085788, -0.981668> - 5482: <-0.127447, 0.085300, -0.988171> - 5483: <-0.127144, 0.042666, -0.990966> - 5484: <-0.170203, 0.085788, -0.981668> - 5485: <-0.170691, 0.128545, -0.976904> - 5486: <-0.127935, 0.127935, -0.983497> - 5487: <-0.127447, 0.085300, -0.988171> - 5488: <-0.170691, 0.128545, -0.976904> - 5489: <-0.171305, 0.171305, -0.970211> - 5490: <-0.128545, 0.170691, -0.976904> - 5491: <-0.127935, 0.127935, -0.983497> - 5492: <-0.171305, 0.171305, -0.970211> - 5493: <-0.172005, 0.214182, -0.961530> - 5494: <-0.129250, 0.213666, -0.968319> - 5495: <-0.128545, 0.170691, -0.976904> - 5496: <-0.172005, 0.214182, -0.961530> - 5497: <-0.172679, 0.257217, -0.950800> - 5498: <-0.129981, 0.256880, -0.957663> - 5499: <-0.129250, 0.213666, -0.968319> - 5500: <-0.172679, 0.257217, -0.950800> - 5501: <-0.173351, 0.300496, -0.937897> - 5502: <-0.130743, 0.300427, -0.944802> - 5503: <-0.129981, 0.256880, -0.957663> - 5504: <-0.173351, 0.300496, -0.937897> - 5505: <-0.173989, 0.344072, -0.922682> - 5506: <-0.131509, 0.344322, -0.929596> - 5507: <-0.130743, 0.300427, -0.944802> - 5508: <-0.173989, 0.344072, -0.922682> - 5509: <-0.174541, 0.387965, -0.904997> - 5510: <-0.132240, 0.388632, -0.911854> - 5511: <-0.131509, 0.344322, -0.929596> - 5512: <-0.174541, 0.387965, -0.904997> - 5513: <-0.175026, 0.432149, -0.884654> - 5514: <-0.132911, 0.433281, -0.891405> - 5515: <-0.132240, 0.388632, -0.911854> - 5516: <-0.175026, 0.432149, -0.884654> - 5517: <-0.175453, 0.476614, -0.861426> - 5518: <-0.133553, 0.478208, -0.868033> - 5519: <-0.132911, 0.433281, -0.891405> - 5520: <-0.175453, 0.476614, -0.861426> - 5521: <-0.175853, 0.521180, -0.835133> - 5522: <-0.134100, 0.523307, -0.841527> - 5523: <-0.133553, 0.478208, -0.868033> - 5524: <-0.175853, 0.521180, -0.835133> - 5525: <-0.176188, 0.565675, -0.805587> - 5526: <-0.134618, 0.568382, -0.811677> - 5527: <-0.134100, 0.523307, -0.841527> - 5528: <-0.176188, 0.565675, -0.805587> - 5529: <-0.176461, 0.609892, -0.772589> - 5530: <-0.134985, 0.613218, -0.778295> - 5531: <-0.134618, 0.568382, -0.811677> - 5532: <-0.176461, 0.609892, -0.772589> - 5533: <-0.176644, 0.653502, -0.736025> - 5534: <-0.135260, 0.657468, -0.741243> - 5535: <-0.134985, 0.613218, -0.778295> - 5536: <-0.135260, -0.657468, -0.741243> - 5537: <-0.135015, -0.613215, -0.778292> - 5538: <-0.091894, -0.615697, -0.782607> - 5539: <-0.092137, -0.660463, -0.745184> - 5540: <-0.135015, -0.613215, -0.778292> - 5541: <-0.134618, -0.568382, -0.811677> - 5542: <-0.091497, -0.570377, -0.816271> - 5543: <-0.091894, -0.615697, -0.782607> - 5544: <-0.134618, -0.568382, -0.811677> - 5545: <-0.134100, -0.523307, -0.841527> - 5546: <-0.091008, -0.524836, -0.846324> - 5547: <-0.091497, -0.570377, -0.816271> - 5548: <-0.134100, -0.523307, -0.841527> - 5549: <-0.133553, -0.478208, -0.868033> - 5550: <-0.090429, -0.479307, -0.872976> - 5551: <-0.091008, -0.524836, -0.846324> - 5552: <-0.133553, -0.478208, -0.868033> - 5553: <-0.132911, -0.433281, -0.891405> - 5554: <-0.089787, -0.433981, -0.896437> - 5555: <-0.090429, -0.479307, -0.872976> - 5556: <-0.132911, -0.433281, -0.891405> - 5557: <-0.132240, -0.388632, -0.911854> - 5558: <-0.089116, -0.388998, -0.916918> - 5559: <-0.089787, -0.433981, -0.896437> - 5560: <-0.132240, -0.388632, -0.911854> - 5561: <-0.131509, -0.344322, -0.929596> - 5562: <-0.088414, -0.344408, -0.934648> - 5563: <-0.089116, -0.388998, -0.916918> - 5564: <-0.131509, -0.344322, -0.929596> - 5565: <-0.130743, -0.300427, -0.944802> - 5566: <-0.087712, -0.300248, -0.949820> - 5567: <-0.088414, -0.344408, -0.934648> - 5568: <-0.130743, -0.300427, -0.944802> - 5569: <-0.129981, -0.256880, -0.957663> - 5570: <-0.087041, -0.256544, -0.962605> - 5571: <-0.087712, -0.300248, -0.949820> - 5572: <-0.129981, -0.256880, -0.957663> - 5573: <-0.129250, -0.213666, -0.968319> - 5574: <-0.086398, -0.213204, -0.973180> - 5575: <-0.087041, -0.256544, -0.962605> - 5576: <-0.129250, -0.213666, -0.968319> - 5577: <-0.128545, -0.170691, -0.976904> - 5578: <-0.085788, -0.170203, -0.981668> - 5579: <-0.086398, -0.213204, -0.973180> - 5580: <-0.128545, -0.170691, -0.976904> - 5581: <-0.127935, -0.127935, -0.983497> - 5582: <-0.085300, -0.127447, -0.988171> - 5583: <-0.085788, -0.170203, -0.981668> - 5584: <-0.127935, -0.127935, -0.983497> - 5585: <-0.127447, -0.085300, -0.988171> - 5586: <-0.084905, -0.084905, -0.992765> - 5587: <-0.085300, -0.127447, -0.988171> - 5588: <-0.127447, -0.085300, -0.988171> - 5589: <-0.127144, -0.042666, -0.990966> - 5590: <-0.084660, -0.042452, -0.995505> - 5591: <-0.084905, -0.084905, -0.992765> - 5592: <-0.127144, -0.042666, -0.990966> - 5593: <-0.127020, 0.000000, -0.991900> - 5594: <-0.084568, 0.000000, -0.996418> - 5595: <-0.084660, -0.042452, -0.995505> - 5596: <-0.127020, 0.000000, -0.991900> - 5597: <-0.127144, 0.042666, -0.990966> - 5598: <-0.084660, 0.042452, -0.995505> - 5599: <-0.084568, 0.000000, -0.996418> - 5600: <-0.127144, 0.042666, -0.990966> - 5601: <-0.127447, 0.085300, -0.988171> - 5602: <-0.084905, 0.084905, -0.992765> - 5603: <-0.084660, 0.042452, -0.995505> - 5604: <-0.127447, 0.085300, -0.988171> - 5605: <-0.127935, 0.127935, -0.983497> - 5606: <-0.085300, 0.127447, -0.988171> - 5607: <-0.084905, 0.084905, -0.992765> - 5608: <-0.127935, 0.127935, -0.983497> - 5609: <-0.128545, 0.170691, -0.976904> - 5610: <-0.085788, 0.170203, -0.981668> - 5611: <-0.085300, 0.127447, -0.988171> - 5612: <-0.128545, 0.170691, -0.976904> - 5613: <-0.129250, 0.213666, -0.968319> - 5614: <-0.086398, 0.213204, -0.973180> - 5615: <-0.085788, 0.170203, -0.981668> - 5616: <-0.129250, 0.213666, -0.968319> - 5617: <-0.129981, 0.256880, -0.957663> - 5618: <-0.087041, 0.256544, -0.962605> - 5619: <-0.086398, 0.213204, -0.973180> - 5620: <-0.129981, 0.256880, -0.957663> - 5621: <-0.130743, 0.300427, -0.944802> - 5622: <-0.087712, 0.300248, -0.949820> - 5623: <-0.087041, 0.256544, -0.962605> - 5624: <-0.130743, 0.300427, -0.944802> - 5625: <-0.131509, 0.344322, -0.929596> - 5626: <-0.088414, 0.344408, -0.934648> - 5627: <-0.087712, 0.300248, -0.949820> - 5628: <-0.131509, 0.344322, -0.929596> - 5629: <-0.132240, 0.388632, -0.911854> - 5630: <-0.089116, 0.388998, -0.916918> - 5631: <-0.088414, 0.344408, -0.934648> - 5632: <-0.132240, 0.388632, -0.911854> - 5633: <-0.132911, 0.433281, -0.891405> - 5634: <-0.089787, 0.433981, -0.896437> - 5635: <-0.089116, 0.388998, -0.916918> - 5636: <-0.132911, 0.433281, -0.891405> - 5637: <-0.133553, 0.478208, -0.868033> - 5638: <-0.090429, 0.479307, -0.872976> - 5639: <-0.089787, 0.433981, -0.896437> - 5640: <-0.133553, 0.478208, -0.868033> - 5641: <-0.134100, 0.523307, -0.841527> - 5642: <-0.091008, 0.524836, -0.846324> - 5643: <-0.090429, 0.479307, -0.872976> - 5644: <-0.134100, 0.523307, -0.841527> - 5645: <-0.134618, 0.568382, -0.811677> - 5646: <-0.091497, 0.570377, -0.816271> - 5647: <-0.091008, 0.524836, -0.846324> - 5648: <-0.134618, 0.568382, -0.811677> - 5649: <-0.134985, 0.613218, -0.778295> - 5650: <-0.091894, 0.615697, -0.782607> - 5651: <-0.091497, 0.570377, -0.816271> - 5652: <-0.134985, 0.613218, -0.778295> - 5653: <-0.135260, 0.657468, -0.741243> - 5654: <-0.092137, 0.660463, -0.745184> - 5655: <-0.091894, 0.615697, -0.782607> - 5656: <-0.092137, -0.660463, -0.745184> - 5657: <-0.091894, -0.615697, -0.782607> - 5658: <-0.046847, -0.617246, -0.785375> - 5659: <-0.046999, -0.662354, -0.747715> - 5660: <-0.091894, -0.615697, -0.782607> - 5661: <-0.091497, -0.570377, -0.816271> - 5662: <-0.046573, -0.571602, -0.819208> - 5663: <-0.046847, -0.617246, -0.785375> - 5664: <-0.091497, -0.570377, -0.816271> - 5665: <-0.091008, -0.524836, -0.846324> - 5666: <-0.046267, -0.525753, -0.849378> - 5667: <-0.046573, -0.571602, -0.819208> - 5668: <-0.091008, -0.524836, -0.846324> - 5669: <-0.090429, -0.479307, -0.872976> - 5670: <-0.045871, -0.479951, -0.876095> - 5671: <-0.046267, -0.525753, -0.849378> - 5672: <-0.090429, -0.479307, -0.872976> - 5673: <-0.089787, -0.433981, -0.896437> - 5674: <-0.045443, -0.434379, -0.899583> - 5675: <-0.045871, -0.479951, -0.876095> - 5676: <-0.089787, -0.433981, -0.896437> - 5677: <-0.089116, -0.388998, -0.916918> - 5678: <-0.045016, -0.389180, -0.920061> - 5679: <-0.045443, -0.434379, -0.899583> - 5680: <-0.089116, -0.388998, -0.916918> - 5681: <-0.088414, -0.344408, -0.934648> - 5682: <-0.044558, -0.344409, -0.937762> - 5683: <-0.045016, -0.389180, -0.920061> - 5684: <-0.088414, -0.344408, -0.934648> - 5685: <-0.087712, -0.300248, -0.949820> - 5686: <-0.044130, -0.300092, -0.952889> - 5687: <-0.044558, -0.344409, -0.937762> - 5688: <-0.087712, -0.300248, -0.949820> - 5689: <-0.087041, -0.256544, -0.962605> - 5690: <-0.043703, -0.256267, -0.965618> - 5691: <-0.044130, -0.300092, -0.952889> - 5692: <-0.087041, -0.256544, -0.962605> - 5693: <-0.086398, -0.213204, -0.973180> - 5694: <-0.043306, -0.212870, -0.976120> - 5695: <-0.043703, -0.256267, -0.965618> - 5696: <-0.086398, -0.213204, -0.973180> - 5697: <-0.085788, -0.170203, -0.981668> - 5698: <-0.042970, -0.169837, -0.984535> - 5699: <-0.043306, -0.212870, -0.976120> - 5700: <-0.085788, -0.170203, -0.981668> - 5701: <-0.085300, -0.127447, -0.988171> - 5702: <-0.042666, -0.127144, -0.990966> - 5703: <-0.042970, -0.169837, -0.984535> - 5704: <-0.085300, -0.127447, -0.988171> - 5705: <-0.084905, -0.084905, -0.992765> - 5706: <-0.042452, -0.084660, -0.995505> - 5707: <-0.042666, -0.127144, -0.990966> - 5708: <-0.084905, -0.084905, -0.992765> - 5709: <-0.084660, -0.042452, -0.995505> - 5710: <-0.042299, -0.042299, -0.998209> - 5711: <-0.042452, -0.084660, -0.995505> - 5712: <-0.084660, -0.042452, -0.995505> - 5713: <-0.084568, 0.000000, -0.996418> - 5714: <-0.042239, 0.000000, -0.999108> - 5715: <-0.042299, -0.042299, -0.998209> - 5716: <-0.084568, 0.000000, -0.996418> - 5717: <-0.084660, 0.042452, -0.995505> - 5718: <-0.042299, 0.042299, -0.998209> - 5719: <-0.042239, 0.000000, -0.999108> - 5720: <-0.084660, 0.042452, -0.995505> - 5721: <-0.084905, 0.084905, -0.992765> - 5722: <-0.042452, 0.084660, -0.995505> - 5723: <-0.042299, 0.042299, -0.998209> - 5724: <-0.084905, 0.084905, -0.992765> - 5725: <-0.085300, 0.127447, -0.988171> - 5726: <-0.042666, 0.127144, -0.990966> - 5727: <-0.042452, 0.084660, -0.995505> - 5728: <-0.085300, 0.127447, -0.988171> - 5729: <-0.085788, 0.170203, -0.981668> - 5730: <-0.042970, 0.169837, -0.984535> - 5731: <-0.042666, 0.127144, -0.990966> - 5732: <-0.085788, 0.170203, -0.981668> - 5733: <-0.086398, 0.213204, -0.973180> - 5734: <-0.043306, 0.212870, -0.976120> - 5735: <-0.042970, 0.169837, -0.984535> - 5736: <-0.086398, 0.213204, -0.973180> - 5737: <-0.087041, 0.256544, -0.962605> - 5738: <-0.043703, 0.256267, -0.965618> - 5739: <-0.043306, 0.212870, -0.976120> - 5740: <-0.087041, 0.256544, -0.962605> - 5741: <-0.087712, 0.300248, -0.949820> - 5742: <-0.044130, 0.300092, -0.952889> - 5743: <-0.043703, 0.256267, -0.965618> - 5744: <-0.087712, 0.300248, -0.949820> - 5745: <-0.088414, 0.344408, -0.934648> - 5746: <-0.044558, 0.344409, -0.937762> - 5747: <-0.044130, 0.300092, -0.952889> - 5748: <-0.088414, 0.344408, -0.934648> - 5749: <-0.089116, 0.388998, -0.916918> - 5750: <-0.045016, 0.389180, -0.920061> - 5751: <-0.044558, 0.344409, -0.937762> - 5752: <-0.089116, 0.388998, -0.916918> - 5753: <-0.089787, 0.433981, -0.896437> - 5754: <-0.045443, 0.434379, -0.899583> - 5755: <-0.045016, 0.389180, -0.920061> - 5756: <-0.089787, 0.433981, -0.896437> - 5757: <-0.090429, 0.479307, -0.872976> - 5758: <-0.045871, 0.479951, -0.876095> - 5759: <-0.045443, 0.434379, -0.899583> - 5760: <-0.090429, 0.479307, -0.872976> - 5761: <-0.091008, 0.524836, -0.846324> - 5762: <-0.046267, 0.525753, -0.849378> - 5763: <-0.045871, 0.479951, -0.876095> - 5764: <-0.091008, 0.524836, -0.846324> - 5765: <-0.091497, 0.570377, -0.816271> - 5766: <-0.046573, 0.571602, -0.819208> - 5767: <-0.046267, 0.525753, -0.849378> - 5768: <-0.091497, 0.570377, -0.816271> - 5769: <-0.091894, 0.615697, -0.782607> - 5770: <-0.046847, 0.617246, -0.785375> - 5771: <-0.046573, 0.571602, -0.819208> - 5772: <-0.091894, 0.615697, -0.782607> - 5773: <-0.092137, 0.660463, -0.745184> - 5774: <-0.046999, 0.662354, -0.747715> - 5775: <-0.046847, 0.617246, -0.785375> - 5776: <-0.046999, -0.662354, -0.747715> - 5777: <-0.046847, -0.617246, -0.785375> - 5778: < 0.000000, -0.617789, -0.786344> - 5779: < 0.000000, -0.663024, -0.748599> - 5780: <-0.046847, -0.617246, -0.785375> - 5781: <-0.046573, -0.571602, -0.819208> - 5782: < 0.000000, -0.572024, -0.820237> - 5783: < 0.000000, -0.617789, -0.786344> - 5784: <-0.046573, -0.571602, -0.819208> - 5785: <-0.046267, -0.525753, -0.849378> - 5786: < 0.000000, -0.526081, -0.850434> - 5787: < 0.000000, -0.572024, -0.820237> - 5788: <-0.046267, -0.525753, -0.849378> - 5789: <-0.045871, -0.479951, -0.876095> - 5790: < 0.000000, -0.480158, -0.877182> - 5791: < 0.000000, -0.526081, -0.850434> - 5792: <-0.045871, -0.479951, -0.876095> - 5793: <-0.045443, -0.434379, -0.899583> - 5794: < 0.000000, -0.434534, -0.900655> - 5795: < 0.000000, -0.480158, -0.877182> - 5796: <-0.045443, -0.434379, -0.899583> - 5797: <-0.045016, -0.389180, -0.920061> - 5798: < 0.000000, -0.389244, -0.921135> - 5799: < 0.000000, -0.434534, -0.900655> - 5800: <-0.045016, -0.389180, -0.920061> - 5801: <-0.044558, -0.344409, -0.937762> - 5802: < 0.000000, -0.344405, -0.938821> - 5803: < 0.000000, -0.389244, -0.921135> - 5804: <-0.044558, -0.344409, -0.937762> - 5805: <-0.044130, -0.300092, -0.952889> - 5806: < 0.000000, -0.300059, -0.953921> - 5807: < 0.000000, -0.344405, -0.938821> - 5808: <-0.044130, -0.300092, -0.952889> - 5809: <-0.043703, -0.256267, -0.965618> - 5810: < 0.000000, -0.256177, -0.966630> - 5811: < 0.000000, -0.300059, -0.953921> - 5812: <-0.043703, -0.256267, -0.965618> - 5813: <-0.043306, -0.212870, -0.976120> - 5814: < 0.000000, -0.212750, -0.977107> - 5815: < 0.000000, -0.256177, -0.966630> - 5816: <-0.043306, -0.212870, -0.976120> - 5817: <-0.042970, -0.169837, -0.984535> - 5818: < 0.000000, -0.169746, -0.985488> - 5819: < 0.000000, -0.212750, -0.977107> - 5820: <-0.042970, -0.169837, -0.984535> - 5821: <-0.042666, -0.127144, -0.990966> - 5822: < 0.000000, -0.127020, -0.991900> - 5823: < 0.000000, -0.169746, -0.985488> - 5824: <-0.042666, -0.127144, -0.990966> - 5825: <-0.042452, -0.084660, -0.995505> - 5826: < 0.000000, -0.084568, -0.996418> - 5827: < 0.000000, -0.127020, -0.991900> - 5828: <-0.042452, -0.084660, -0.995505> - 5829: <-0.042299, -0.042299, -0.998209> - 5830: < 0.000000, -0.042239, -0.999108> - 5831: < 0.000000, -0.084568, -0.996418> - 5832: <-0.042299, -0.042299, -0.998209> - 5833: <-0.042239, 0.000000, -0.999108> - 5834: < 0.000000, 0.000000, -1.000000> - 5835: < 0.000000, -0.042239, -0.999108> - 5836: <-0.042239, 0.000000, -0.999108> - 5837: <-0.042299, 0.042299, -0.998209> - 5838: < 0.000000, 0.042239, -0.999108> - 5839: < 0.000000, 0.000000, -1.000000> - 5840: <-0.042299, 0.042299, -0.998209> - 5841: <-0.042452, 0.084660, -0.995505> - 5842: < 0.000000, 0.084568, -0.996418> - 5843: < 0.000000, 0.042239, -0.999108> - 5844: <-0.042452, 0.084660, -0.995505> - 5845: <-0.042666, 0.127144, -0.990966> - 5846: < 0.000000, 0.127020, -0.991900> - 5847: < 0.000000, 0.084568, -0.996418> - 5848: <-0.042666, 0.127144, -0.990966> - 5849: <-0.042970, 0.169837, -0.984535> - 5850: < 0.000000, 0.169746, -0.985488> - 5851: < 0.000000, 0.127020, -0.991900> - 5852: <-0.042970, 0.169837, -0.984535> - 5853: <-0.043306, 0.212870, -0.976120> - 5854: < 0.000000, 0.212750, -0.977107> - 5855: < 0.000000, 0.169746, -0.985488> - 5856: <-0.043306, 0.212870, -0.976120> - 5857: <-0.043703, 0.256267, -0.965618> - 5858: < 0.000000, 0.256177, -0.966630> - 5859: < 0.000000, 0.212750, -0.977107> - 5860: <-0.043703, 0.256267, -0.965618> - 5861: <-0.044130, 0.300092, -0.952889> - 5862: < 0.000000, 0.300059, -0.953921> - 5863: < 0.000000, 0.256177, -0.966630> - 5864: <-0.044130, 0.300092, -0.952889> - 5865: <-0.044558, 0.344409, -0.937762> - 5866: < 0.000000, 0.344405, -0.938821> - 5867: < 0.000000, 0.300059, -0.953921> - 5868: <-0.044558, 0.344409, -0.937762> - 5869: <-0.045016, 0.389180, -0.920061> - 5870: < 0.000000, 0.389244, -0.921135> - 5871: < 0.000000, 0.344405, -0.938821> - 5872: <-0.045016, 0.389180, -0.920061> - 5873: <-0.045443, 0.434379, -0.899583> - 5874: < 0.000000, 0.434534, -0.900655> - 5875: < 0.000000, 0.389244, -0.921135> - 5876: <-0.045443, 0.434379, -0.899583> - 5877: <-0.045871, 0.479951, -0.876095> - 5878: < 0.000000, 0.480158, -0.877182> - 5879: < 0.000000, 0.434534, -0.900655> - 5880: <-0.045871, 0.479951, -0.876095> - 5881: <-0.046267, 0.525753, -0.849378> - 5882: < 0.000000, 0.526081, -0.850434> - 5883: < 0.000000, 0.480158, -0.877182> - 5884: <-0.046267, 0.525753, -0.849378> - 5885: <-0.046573, 0.571602, -0.819208> - 5886: < 0.000000, 0.572024, -0.820237> - 5887: < 0.000000, 0.526081, -0.850434> - 5888: <-0.046573, 0.571602, -0.819208> - 5889: <-0.046847, 0.617246, -0.785375> - 5890: < 0.000000, 0.617789, -0.786344> - 5891: < 0.000000, 0.572024, -0.820237> - 5892: <-0.046847, 0.617246, -0.785375> - 5893: <-0.046999, 0.662354, -0.747715> - 5894: < 0.000000, 0.663024, -0.748599> - 5895: < 0.000000, 0.617789, -0.786344> - 5896: < 0.000000, -0.663024, -0.748599> - 5897: < 0.000000, -0.617789, -0.786344> - 5898: < 0.046847, -0.617246, -0.785375> - 5899: < 0.046999, -0.662354, -0.747715> - 5900: < 0.000000, -0.617789, -0.786344> - 5901: < 0.000000, -0.572024, -0.820237> - 5902: < 0.046573, -0.571602, -0.819208> - 5903: < 0.046847, -0.617246, -0.785375> - 5904: < 0.000000, -0.572024, -0.820237> - 5905: < 0.000000, -0.526081, -0.850434> - 5906: < 0.046267, -0.525753, -0.849378> - 5907: < 0.046573, -0.571602, -0.819208> - 5908: < 0.000000, -0.526081, -0.850434> - 5909: < 0.000000, -0.480158, -0.877182> - 5910: < 0.045871, -0.479951, -0.876095> - 5911: < 0.046267, -0.525753, -0.849378> - 5912: < 0.000000, -0.480158, -0.877182> - 5913: < 0.000000, -0.434534, -0.900655> - 5914: < 0.045443, -0.434379, -0.899583> - 5915: < 0.045871, -0.479951, -0.876095> - 5916: < 0.000000, -0.434534, -0.900655> - 5917: < 0.000000, -0.389244, -0.921135> - 5918: < 0.045016, -0.389180, -0.920061> - 5919: < 0.045443, -0.434379, -0.899583> - 5920: < 0.000000, -0.389244, -0.921135> - 5921: < 0.000000, -0.344405, -0.938821> - 5922: < 0.044558, -0.344409, -0.937762> - 5923: < 0.045016, -0.389180, -0.920061> - 5924: < 0.000000, -0.344405, -0.938821> - 5925: < 0.000000, -0.300059, -0.953921> - 5926: < 0.044130, -0.300092, -0.952889> - 5927: < 0.044558, -0.344409, -0.937762> - 5928: < 0.000000, -0.300059, -0.953921> - 5929: < 0.000000, -0.256177, -0.966630> - 5930: < 0.043703, -0.256267, -0.965618> - 5931: < 0.044130, -0.300092, -0.952889> - 5932: < 0.000000, -0.256177, -0.966630> - 5933: < 0.000000, -0.212750, -0.977107> - 5934: < 0.043306, -0.212870, -0.976120> - 5935: < 0.043703, -0.256267, -0.965618> - 5936: < 0.000000, -0.212750, -0.977107> - 5937: < 0.000000, -0.169746, -0.985488> - 5938: < 0.042970, -0.169866, -0.984530> - 5939: < 0.043306, -0.212870, -0.976120> - 5940: < 0.000000, -0.169746, -0.985488> - 5941: < 0.000000, -0.127020, -0.991900> - 5942: < 0.042666, -0.127144, -0.990966> - 5943: < 0.042970, -0.169866, -0.984530> - 5944: < 0.000000, -0.127020, -0.991900> - 5945: < 0.000000, -0.084568, -0.996418> - 5946: < 0.042452, -0.084660, -0.995505> - 5947: < 0.042666, -0.127144, -0.990966> - 5948: < 0.000000, -0.084568, -0.996418> - 5949: < 0.000000, -0.042239, -0.999108> - 5950: < 0.042299, -0.042299, -0.998209> - 5951: < 0.042452, -0.084660, -0.995505> - 5952: < 0.000000, -0.042239, -0.999108> - 5953: < 0.000000, 0.000000, -1.000000> - 5954: < 0.042239, 0.000000, -0.999108> - 5955: < 0.042299, -0.042299, -0.998209> - 5956: < 0.000000, 0.000000, -1.000000> - 5957: < 0.000000, 0.042239, -0.999108> - 5958: < 0.042299, 0.042299, -0.998209> - 5959: < 0.042239, 0.000000, -0.999108> - 5960: < 0.000000, 0.042239, -0.999108> - 5961: < 0.000000, 0.084568, -0.996418> - 5962: < 0.042452, 0.084660, -0.995505> - 5963: < 0.042299, 0.042299, -0.998209> - 5964: < 0.000000, 0.084568, -0.996418> - 5965: < 0.000000, 0.127020, -0.991900> - 5966: < 0.042666, 0.127144, -0.990966> - 5967: < 0.042452, 0.084660, -0.995505> - 5968: < 0.000000, 0.127020, -0.991900> - 5969: < 0.000000, 0.169746, -0.985488> - 5970: < 0.042970, 0.169866, -0.984530> - 5971: < 0.042666, 0.127144, -0.990966> - 5972: < 0.000000, 0.169746, -0.985488> - 5973: < 0.000000, 0.212750, -0.977107> - 5974: < 0.043306, 0.212870, -0.976120> - 5975: < 0.042970, 0.169866, -0.984530> - 5976: < 0.000000, 0.212750, -0.977107> - 5977: < 0.000000, 0.256177, -0.966630> - 5978: < 0.043703, 0.256267, -0.965618> - 5979: < 0.043306, 0.212870, -0.976120> - 5980: < 0.000000, 0.256177, -0.966630> - 5981: < 0.000000, 0.300059, -0.953921> - 5982: < 0.044130, 0.300092, -0.952889> - 5983: < 0.043703, 0.256267, -0.965618> - 5984: < 0.000000, 0.300059, -0.953921> - 5985: < 0.000000, 0.344405, -0.938821> - 5986: < 0.044558, 0.344409, -0.937762> - 5987: < 0.044130, 0.300092, -0.952889> - 5988: < 0.000000, 0.344405, -0.938821> - 5989: < 0.000000, 0.389244, -0.921135> - 5990: < 0.045016, 0.389180, -0.920061> - 5991: < 0.044558, 0.344409, -0.937762> - 5992: < 0.000000, 0.389244, -0.921135> - 5993: < 0.000000, 0.434534, -0.900655> - 5994: < 0.045443, 0.434379, -0.899583> - 5995: < 0.045016, 0.389180, -0.920061> - 5996: < 0.000000, 0.434534, -0.900655> - 5997: < 0.000000, 0.480158, -0.877182> - 5998: < 0.045871, 0.479951, -0.876095> - 5999: < 0.045443, 0.434379, -0.899583> - 6000: < 0.000000, 0.480158, -0.877182> - 6001: < 0.000000, 0.526081, -0.850434> - 6002: < 0.046267, 0.525753, -0.849378> - 6003: < 0.045871, 0.479951, -0.876095> - 6004: < 0.000000, 0.526081, -0.850434> - 6005: < 0.000000, 0.572024, -0.820237> - 6006: < 0.046573, 0.571602, -0.819208> - 6007: < 0.046267, 0.525753, -0.849378> - 6008: < 0.000000, 0.572024, -0.820237> - 6009: < 0.000000, 0.617789, -0.786344> - 6010: < 0.046847, 0.617246, -0.785375> - 6011: < 0.046573, 0.571602, -0.819208> - 6012: < 0.000000, 0.617789, -0.786344> - 6013: < 0.000000, 0.663024, -0.748599> - 6014: < 0.046999, 0.662354, -0.747715> - 6015: < 0.046847, 0.617246, -0.785375> - 6016: < 0.046999, -0.662354, -0.747715> - 6017: < 0.046847, -0.617246, -0.785375> - 6018: < 0.091894, -0.615697, -0.782607> - 6019: < 0.092137, -0.660463, -0.745184> - 6020: < 0.046847, -0.617246, -0.785375> - 6021: < 0.046573, -0.571602, -0.819208> - 6022: < 0.091497, -0.570377, -0.816271> - 6023: < 0.091894, -0.615697, -0.782607> - 6024: < 0.046573, -0.571602, -0.819208> - 6025: < 0.046267, -0.525753, -0.849378> - 6026: < 0.091008, -0.524836, -0.846324> - 6027: < 0.091497, -0.570377, -0.816271> - 6028: < 0.046267, -0.525753, -0.849378> - 6029: < 0.045871, -0.479951, -0.876095> - 6030: < 0.090429, -0.479307, -0.872976> - 6031: < 0.091008, -0.524836, -0.846324> - 6032: < 0.045871, -0.479951, -0.876095> - 6033: < 0.045443, -0.434379, -0.899583> - 6034: < 0.089787, -0.433981, -0.896437> - 6035: < 0.090429, -0.479307, -0.872976> - 6036: < 0.045443, -0.434379, -0.899583> - 6037: < 0.045016, -0.389180, -0.920061> - 6038: < 0.089116, -0.388998, -0.916918> - 6039: < 0.089787, -0.433981, -0.896437> - 6040: < 0.045016, -0.389180, -0.920061> - 6041: < 0.044558, -0.344409, -0.937762> - 6042: < 0.088414, -0.344408, -0.934648> - 6043: < 0.089116, -0.388998, -0.916918> - 6044: < 0.044558, -0.344409, -0.937762> - 6045: < 0.044130, -0.300092, -0.952889> - 6046: < 0.087712, -0.300248, -0.949820> - 6047: < 0.088414, -0.344408, -0.934648> - 6048: < 0.044130, -0.300092, -0.952889> - 6049: < 0.043703, -0.256267, -0.965618> - 6050: < 0.087041, -0.256544, -0.962605> - 6051: < 0.087712, -0.300248, -0.949820> - 6052: < 0.043703, -0.256267, -0.965618> - 6053: < 0.043306, -0.212870, -0.976120> - 6054: < 0.086398, -0.213204, -0.973180> - 6055: < 0.087041, -0.256544, -0.962605> - 6056: < 0.043306, -0.212870, -0.976120> - 6057: < 0.042970, -0.169866, -0.984530> - 6058: < 0.085788, -0.170203, -0.981668> - 6059: < 0.086398, -0.213204, -0.973180> - 6060: < 0.042970, -0.169866, -0.984530> - 6061: < 0.042666, -0.127144, -0.990966> - 6062: < 0.085300, -0.127447, -0.988171> - 6063: < 0.085788, -0.170203, -0.981668> - 6064: < 0.042666, -0.127144, -0.990966> - 6065: < 0.042452, -0.084660, -0.995505> - 6066: < 0.084905, -0.084905, -0.992765> - 6067: < 0.085300, -0.127447, -0.988171> - 6068: < 0.042452, -0.084660, -0.995505> - 6069: < 0.042299, -0.042299, -0.998209> - 6070: < 0.084660, -0.042452, -0.995505> - 6071: < 0.084905, -0.084905, -0.992765> - 6072: < 0.042299, -0.042299, -0.998209> - 6073: < 0.042239, 0.000000, -0.999108> - 6074: < 0.084568, 0.000000, -0.996418> - 6075: < 0.084660, -0.042452, -0.995505> - 6076: < 0.042239, 0.000000, -0.999108> - 6077: < 0.042299, 0.042299, -0.998209> - 6078: < 0.084660, 0.042452, -0.995505> - 6079: < 0.084568, 0.000000, -0.996418> - 6080: < 0.042299, 0.042299, -0.998209> - 6081: < 0.042452, 0.084660, -0.995505> - 6082: < 0.084905, 0.084905, -0.992765> - 6083: < 0.084660, 0.042452, -0.995505> - 6084: < 0.042452, 0.084660, -0.995505> - 6085: < 0.042666, 0.127144, -0.990966> - 6086: < 0.085300, 0.127447, -0.988171> - 6087: < 0.084905, 0.084905, -0.992765> - 6088: < 0.042666, 0.127144, -0.990966> - 6089: < 0.042970, 0.169866, -0.984530> - 6090: < 0.085788, 0.170203, -0.981668> - 6091: < 0.085300, 0.127447, -0.988171> - 6092: < 0.042970, 0.169866, -0.984530> - 6093: < 0.043306, 0.212870, -0.976120> - 6094: < 0.086398, 0.213204, -0.973180> - 6095: < 0.085788, 0.170203, -0.981668> - 6096: < 0.043306, 0.212870, -0.976120> - 6097: < 0.043703, 0.256267, -0.965618> - 6098: < 0.087041, 0.256544, -0.962605> - 6099: < 0.086398, 0.213204, -0.973180> - 6100: < 0.043703, 0.256267, -0.965618> - 6101: < 0.044130, 0.300092, -0.952889> - 6102: < 0.087712, 0.300248, -0.949820> - 6103: < 0.087041, 0.256544, -0.962605> - 6104: < 0.044130, 0.300092, -0.952889> - 6105: < 0.044558, 0.344409, -0.937762> - 6106: < 0.088414, 0.344408, -0.934648> - 6107: < 0.087712, 0.300248, -0.949820> - 6108: < 0.044558, 0.344409, -0.937762> - 6109: < 0.045016, 0.389180, -0.920061> - 6110: < 0.089116, 0.388998, -0.916918> - 6111: < 0.088414, 0.344408, -0.934648> - 6112: < 0.045016, 0.389180, -0.920061> - 6113: < 0.045443, 0.434379, -0.899583> - 6114: < 0.089787, 0.433981, -0.896437> - 6115: < 0.089116, 0.388998, -0.916918> - 6116: < 0.045443, 0.434379, -0.899583> - 6117: < 0.045871, 0.479951, -0.876095> - 6118: < 0.090429, 0.479307, -0.872976> - 6119: < 0.089787, 0.433981, -0.896437> - 6120: < 0.045871, 0.479951, -0.876095> - 6121: < 0.046267, 0.525753, -0.849378> - 6122: < 0.091008, 0.524836, -0.846324> - 6123: < 0.090429, 0.479307, -0.872976> - 6124: < 0.046267, 0.525753, -0.849378> - 6125: < 0.046573, 0.571602, -0.819208> - 6126: < 0.091497, 0.570377, -0.816271> - 6127: < 0.091008, 0.524836, -0.846324> - 6128: < 0.046573, 0.571602, -0.819208> - 6129: < 0.046847, 0.617246, -0.785375> - 6130: < 0.091894, 0.615697, -0.782607> - 6131: < 0.091497, 0.570377, -0.816271> - 6132: < 0.046847, 0.617246, -0.785375> - 6133: < 0.046999, 0.662354, -0.747715> - 6134: < 0.092137, 0.660463, -0.745184> - 6135: < 0.091894, 0.615697, -0.782607> - 6136: < 0.092137, -0.660463, -0.745184> - 6137: < 0.091894, -0.615697, -0.782607> - 6138: < 0.134985, -0.613218, -0.778295> - 6139: < 0.135260, -0.657468, -0.741243> - 6140: < 0.091894, -0.615697, -0.782607> - 6141: < 0.091497, -0.570377, -0.816271> - 6142: < 0.134618, -0.568382, -0.811677> - 6143: < 0.134985, -0.613218, -0.778295> - 6144: < 0.091497, -0.570377, -0.816271> - 6145: < 0.091008, -0.524836, -0.846324> - 6146: < 0.134100, -0.523307, -0.841527> - 6147: < 0.134618, -0.568382, -0.811677> - 6148: < 0.091008, -0.524836, -0.846324> - 6149: < 0.090429, -0.479307, -0.872976> - 6150: < 0.133553, -0.478208, -0.868033> - 6151: < 0.134100, -0.523307, -0.841527> - 6152: < 0.090429, -0.479307, -0.872976> - 6153: < 0.089787, -0.433981, -0.896437> - 6154: < 0.132911, -0.433281, -0.891405> - 6155: < 0.133553, -0.478208, -0.868033> - 6156: < 0.089787, -0.433981, -0.896437> - 6157: < 0.089116, -0.388998, -0.916918> - 6158: < 0.132240, -0.388632, -0.911854> - 6159: < 0.132911, -0.433281, -0.891405> - 6160: < 0.089116, -0.388998, -0.916918> - 6161: < 0.088414, -0.344408, -0.934648> - 6162: < 0.131509, -0.344322, -0.929596> - 6163: < 0.132240, -0.388632, -0.911854> - 6164: < 0.088414, -0.344408, -0.934648> - 6165: < 0.087712, -0.300248, -0.949820> - 6166: < 0.130743, -0.300427, -0.944802> - 6167: < 0.131509, -0.344322, -0.929596> - 6168: < 0.087712, -0.300248, -0.949820> - 6169: < 0.087041, -0.256544, -0.962605> - 6170: < 0.129981, -0.256880, -0.957663> - 6171: < 0.130743, -0.300427, -0.944802> - 6172: < 0.087041, -0.256544, -0.962605> - 6173: < 0.086398, -0.213204, -0.973180> - 6174: < 0.129250, -0.213666, -0.968319> - 6175: < 0.129981, -0.256880, -0.957663> - 6176: < 0.086398, -0.213204, -0.973180> - 6177: < 0.085788, -0.170203, -0.981668> - 6178: < 0.128545, -0.170691, -0.976904> - 6179: < 0.129250, -0.213666, -0.968319> - 6180: < 0.085788, -0.170203, -0.981668> - 6181: < 0.085300, -0.127447, -0.988171> - 6182: < 0.127935, -0.127935, -0.983497> - 6183: < 0.128545, -0.170691, -0.976904> - 6184: < 0.085300, -0.127447, -0.988171> - 6185: < 0.084905, -0.084905, -0.992765> - 6186: < 0.127447, -0.085300, -0.988171> - 6187: < 0.127935, -0.127935, -0.983497> - 6188: < 0.084905, -0.084905, -0.992765> - 6189: < 0.084660, -0.042452, -0.995505> - 6190: < 0.127144, -0.042666, -0.990966> - 6191: < 0.127447, -0.085300, -0.988171> - 6192: < 0.084660, -0.042452, -0.995505> - 6193: < 0.084568, 0.000000, -0.996418> - 6194: < 0.127020, 0.000000, -0.991900> - 6195: < 0.127144, -0.042666, -0.990966> - 6196: < 0.084568, 0.000000, -0.996418> - 6197: < 0.084660, 0.042452, -0.995505> - 6198: < 0.127144, 0.042666, -0.990966> - 6199: < 0.127020, 0.000000, -0.991900> - 6200: < 0.084660, 0.042452, -0.995505> - 6201: < 0.084905, 0.084905, -0.992765> - 6202: < 0.127447, 0.085300, -0.988171> - 6203: < 0.127144, 0.042666, -0.990966> - 6204: < 0.084905, 0.084905, -0.992765> - 6205: < 0.085300, 0.127447, -0.988171> - 6206: < 0.127935, 0.127935, -0.983497> - 6207: < 0.127447, 0.085300, -0.988171> - 6208: < 0.085300, 0.127447, -0.988171> - 6209: < 0.085788, 0.170203, -0.981668> - 6210: < 0.128545, 0.170691, -0.976904> - 6211: < 0.127935, 0.127935, -0.983497> - 6212: < 0.085788, 0.170203, -0.981668> - 6213: < 0.086398, 0.213204, -0.973180> - 6214: < 0.129250, 0.213666, -0.968319> - 6215: < 0.128545, 0.170691, -0.976904> - 6216: < 0.086398, 0.213204, -0.973180> - 6217: < 0.087041, 0.256544, -0.962605> - 6218: < 0.129981, 0.256880, -0.957663> - 6219: < 0.129250, 0.213666, -0.968319> - 6220: < 0.087041, 0.256544, -0.962605> - 6221: < 0.087712, 0.300248, -0.949820> - 6222: < 0.130743, 0.300427, -0.944802> - 6223: < 0.129981, 0.256880, -0.957663> - 6224: < 0.087712, 0.300248, -0.949820> - 6225: < 0.088414, 0.344408, -0.934648> - 6226: < 0.131509, 0.344322, -0.929596> - 6227: < 0.130743, 0.300427, -0.944802> - 6228: < 0.088414, 0.344408, -0.934648> - 6229: < 0.089116, 0.388998, -0.916918> - 6230: < 0.132240, 0.388632, -0.911854> - 6231: < 0.131509, 0.344322, -0.929596> - 6232: < 0.089116, 0.388998, -0.916918> - 6233: < 0.089787, 0.433981, -0.896437> - 6234: < 0.132911, 0.433281, -0.891405> - 6235: < 0.132240, 0.388632, -0.911854> - 6236: < 0.089787, 0.433981, -0.896437> - 6237: < 0.090429, 0.479307, -0.872976> - 6238: < 0.133553, 0.478208, -0.868033> - 6239: < 0.132911, 0.433281, -0.891405> - 6240: < 0.090429, 0.479307, -0.872976> - 6241: < 0.091008, 0.524836, -0.846324> - 6242: < 0.134100, 0.523307, -0.841527> - 6243: < 0.133553, 0.478208, -0.868033> - 6244: < 0.091008, 0.524836, -0.846324> - 6245: < 0.091497, 0.570377, -0.816271> - 6246: < 0.134618, 0.568382, -0.811677> - 6247: < 0.134100, 0.523307, -0.841527> - 6248: < 0.091497, 0.570377, -0.816271> - 6249: < 0.091894, 0.615697, -0.782607> - 6250: < 0.135015, 0.613215, -0.778292> - 6251: < 0.134618, 0.568382, -0.811677> - 6252: < 0.091894, 0.615697, -0.782607> - 6253: < 0.092137, 0.660463, -0.745184> - 6254: < 0.135260, 0.657468, -0.741243> - 6255: < 0.135015, 0.613215, -0.778292> - 6256: < 0.135260, -0.657468, -0.741243> - 6257: < 0.134985, -0.613218, -0.778295> - 6258: < 0.176461, -0.609892, -0.772589> - 6259: < 0.176644, -0.653502, -0.736025> - 6260: < 0.134985, -0.613218, -0.778295> - 6261: < 0.134618, -0.568382, -0.811677> - 6262: < 0.176188, -0.565675, -0.805587> - 6263: < 0.176461, -0.609892, -0.772589> - 6264: < 0.134618, -0.568382, -0.811677> - 6265: < 0.134100, -0.523307, -0.841527> - 6266: < 0.175853, -0.521180, -0.835133> - 6267: < 0.176188, -0.565675, -0.805587> - 6268: < 0.134100, -0.523307, -0.841527> - 6269: < 0.133553, -0.478208, -0.868033> - 6270: < 0.175453, -0.476614, -0.861426> - 6271: < 0.175853, -0.521180, -0.835133> - 6272: < 0.133553, -0.478208, -0.868033> - 6273: < 0.132911, -0.433281, -0.891405> - 6274: < 0.175026, -0.432149, -0.884654> - 6275: < 0.175453, -0.476614, -0.861426> - 6276: < 0.132911, -0.433281, -0.891405> - 6277: < 0.132240, -0.388632, -0.911854> - 6278: < 0.174541, -0.387965, -0.904997> - 6279: < 0.175026, -0.432149, -0.884654> - 6280: < 0.132240, -0.388632, -0.911854> - 6281: < 0.131509, -0.344322, -0.929596> - 6282: < 0.173989, -0.344072, -0.922682> - 6283: < 0.174541, -0.387965, -0.904997> - 6284: < 0.131509, -0.344322, -0.929596> - 6285: < 0.130743, -0.300427, -0.944802> - 6286: < 0.173351, -0.300496, -0.937897> - 6287: < 0.173989, -0.344072, -0.922682> - 6288: < 0.130743, -0.300427, -0.944802> - 6289: < 0.129981, -0.256880, -0.957663> - 6290: < 0.172679, -0.257217, -0.950800> - 6291: < 0.173351, -0.300496, -0.937897> - 6292: < 0.129981, -0.256880, -0.957663> - 6293: < 0.129250, -0.213666, -0.968319> - 6294: < 0.172005, -0.214182, -0.961530> - 6295: < 0.172679, -0.257217, -0.950800> - 6296: < 0.129250, -0.213666, -0.968319> - 6297: < 0.128545, -0.170691, -0.976904> - 6298: < 0.171305, -0.171305, -0.970211> - 6299: < 0.172005, -0.214182, -0.961530> - 6300: < 0.128545, -0.170691, -0.976904> - 6301: < 0.127935, -0.127935, -0.983497> - 6302: < 0.170691, -0.128545, -0.976904> - 6303: < 0.171305, -0.171305, -0.970211> - 6304: < 0.127935, -0.127935, -0.983497> - 6305: < 0.127447, -0.085300, -0.988171> - 6306: < 0.170203, -0.085788, -0.981668> - 6307: < 0.170691, -0.128545, -0.976904> - 6308: < 0.127447, -0.085300, -0.988171> - 6309: < 0.127144, -0.042666, -0.990966> - 6310: < 0.169837, -0.042970, -0.984535> - 6311: < 0.170203, -0.085788, -0.981668> - 6312: < 0.127144, -0.042666, -0.990966> - 6313: < 0.127020, 0.000000, -0.991900> - 6314: < 0.169746, 0.000000, -0.985488> - 6315: < 0.169837, -0.042970, -0.984535> - 6316: < 0.127020, 0.000000, -0.991900> - 6317: < 0.127144, 0.042666, -0.990966> - 6318: < 0.169866, 0.042970, -0.984530> - 6319: < 0.169746, 0.000000, -0.985488> - 6320: < 0.127144, 0.042666, -0.990966> - 6321: < 0.127447, 0.085300, -0.988171> - 6322: < 0.170203, 0.085788, -0.981668> - 6323: < 0.169866, 0.042970, -0.984530> - 6324: < 0.127447, 0.085300, -0.988171> - 6325: < 0.127935, 0.127935, -0.983497> - 6326: < 0.170691, 0.128545, -0.976904> - 6327: < 0.170203, 0.085788, -0.981668> - 6328: < 0.127935, 0.127935, -0.983497> - 6329: < 0.128545, 0.170691, -0.976904> - 6330: < 0.171305, 0.171305, -0.970211> - 6331: < 0.170691, 0.128545, -0.976904> - 6332: < 0.128545, 0.170691, -0.976904> - 6333: < 0.129250, 0.213666, -0.968319> - 6334: < 0.172005, 0.214182, -0.961530> - 6335: < 0.171305, 0.171305, -0.970211> - 6336: < 0.129250, 0.213666, -0.968319> - 6337: < 0.129981, 0.256880, -0.957663> - 6338: < 0.172679, 0.257217, -0.950800> - 6339: < 0.172005, 0.214182, -0.961530> - 6340: < 0.129981, 0.256880, -0.957663> - 6341: < 0.130743, 0.300427, -0.944802> - 6342: < 0.173351, 0.300496, -0.937897> - 6343: < 0.172679, 0.257217, -0.950800> - 6344: < 0.130743, 0.300427, -0.944802> - 6345: < 0.131509, 0.344322, -0.929596> - 6346: < 0.173989, 0.344072, -0.922682> - 6347: < 0.173351, 0.300496, -0.937897> - 6348: < 0.131509, 0.344322, -0.929596> - 6349: < 0.132240, 0.388632, -0.911854> - 6350: < 0.174541, 0.387965, -0.904997> - 6351: < 0.173989, 0.344072, -0.922682> - 6352: < 0.132240, 0.388632, -0.911854> - 6353: < 0.132911, 0.433281, -0.891405> - 6354: < 0.175026, 0.432149, -0.884654> - 6355: < 0.174541, 0.387965, -0.904997> - 6356: < 0.132911, 0.433281, -0.891405> - 6357: < 0.133553, 0.478208, -0.868033> - 6358: < 0.175453, 0.476614, -0.861426> - 6359: < 0.175026, 0.432149, -0.884654> - 6360: < 0.133553, 0.478208, -0.868033> - 6361: < 0.134100, 0.523307, -0.841527> - 6362: < 0.175853, 0.521180, -0.835133> - 6363: < 0.175453, 0.476614, -0.861426> - 6364: < 0.134100, 0.523307, -0.841527> - 6365: < 0.134618, 0.568382, -0.811677> - 6366: < 0.176188, 0.565675, -0.805587> - 6367: < 0.175853, 0.521180, -0.835133> - 6368: < 0.134618, 0.568382, -0.811677> - 6369: < 0.135015, 0.613215, -0.778292> - 6370: < 0.176461, 0.609892, -0.772589> - 6371: < 0.176188, 0.565675, -0.805587> - 6372: < 0.135015, 0.613215, -0.778292> - 6373: < 0.135260, 0.657468, -0.741243> - 6374: < 0.176644, 0.653502, -0.736025> - 6375: < 0.176461, 0.609892, -0.772589> - 6376: < 0.176644, -0.653502, -0.736025> - 6377: < 0.176461, -0.609892, -0.772589> - 6378: < 0.216596, -0.605748, -0.765608> - 6379: < 0.216660, -0.648606, -0.729636> - 6380: < 0.176461, -0.609892, -0.772589> - 6381: < 0.176188, -0.565675, -0.805587> - 6382: < 0.216534, -0.562257, -0.798110> - 6383: < 0.216596, -0.605748, -0.765608> - 6384: < 0.176188, -0.565675, -0.805587> - 6385: < 0.175853, -0.521180, -0.835133> - 6386: < 0.216475, -0.518435, -0.827263> - 6387: < 0.216534, -0.562257, -0.798110> - 6388: < 0.175853, -0.521180, -0.835133> - 6389: < 0.175453, -0.476614, -0.861426> - 6390: < 0.216413, -0.474515, -0.853230> - 6391: < 0.216475, -0.518435, -0.827263> - 6392: < 0.175453, -0.476614, -0.861426> - 6393: < 0.175026, -0.432149, -0.884654> - 6394: < 0.216320, -0.430657, -0.876208> - 6395: < 0.216413, -0.474515, -0.853230> - 6396: < 0.175026, -0.432149, -0.884654> - 6397: < 0.174541, -0.387965, -0.904997> - 6398: < 0.216199, -0.386985, -0.896382> - 6399: < 0.216320, -0.430657, -0.876208> - 6400: < 0.174541, -0.387965, -0.904997> - 6401: < 0.173989, -0.344072, -0.922682> - 6402: < 0.215982, -0.343582, -0.913949> - 6403: < 0.216199, -0.386985, -0.896382> - 6404: < 0.173989, -0.344072, -0.922682> - 6405: < 0.173351, -0.300496, -0.937897> - 6406: < 0.215649, -0.300461, -0.929096> - 6407: < 0.215982, -0.343582, -0.913949> - 6408: < 0.173351, -0.300496, -0.937897> - 6409: < 0.172679, -0.257217, -0.950800> - 6410: < 0.215220, -0.257519, -0.942000> - 6411: < 0.215649, -0.300461, -0.929096> - 6412: < 0.172679, -0.257217, -0.950800> - 6413: < 0.172005, -0.214182, -0.961530> - 6414: < 0.214732, -0.214732, -0.952775> - 6415: < 0.215220, -0.257519, -0.942000> - 6416: < 0.172005, -0.214182, -0.961530> - 6417: < 0.171305, -0.171305, -0.970211> - 6418: < 0.214182, -0.172005, -0.961530> - 6419: < 0.214732, -0.214732, -0.952775> - 6420: < 0.171305, -0.171305, -0.970211> - 6421: < 0.170691, -0.128545, -0.976904> - 6422: < 0.213666, -0.129250, -0.968319> - 6423: < 0.214182, -0.172005, -0.961530> - 6424: < 0.170691, -0.128545, -0.976904> - 6425: < 0.170203, -0.085788, -0.981668> - 6426: < 0.213204, -0.086398, -0.973180> - 6427: < 0.213666, -0.129250, -0.968319> - 6428: < 0.170203, -0.085788, -0.981668> - 6429: < 0.169837, -0.042970, -0.984535> - 6430: < 0.212870, -0.043306, -0.976120> - 6431: < 0.213204, -0.086398, -0.973180> - 6432: < 0.169837, -0.042970, -0.984535> - 6433: < 0.169746, 0.000000, -0.985488> - 6434: < 0.212750, 0.000000, -0.977107> - 6435: < 0.212870, -0.043306, -0.976120> - 6436: < 0.169746, 0.000000, -0.985488> - 6437: < 0.169866, 0.042970, -0.984530> - 6438: < 0.212870, 0.043306, -0.976120> - 6439: < 0.212750, 0.000000, -0.977107> - 6440: < 0.169866, 0.042970, -0.984530> - 6441: < 0.170203, 0.085788, -0.981668> - 6442: < 0.213204, 0.086398, -0.973180> - 6443: < 0.212870, 0.043306, -0.976120> - 6444: < 0.170203, 0.085788, -0.981668> - 6445: < 0.170691, 0.128545, -0.976904> - 6446: < 0.213666, 0.129250, -0.968319> - 6447: < 0.213204, 0.086398, -0.973180> - 6448: < 0.170691, 0.128545, -0.976904> - 6449: < 0.171305, 0.171305, -0.970211> - 6450: < 0.214182, 0.172005, -0.961530> - 6451: < 0.213666, 0.129250, -0.968319> - 6452: < 0.171305, 0.171305, -0.970211> - 6453: < 0.172005, 0.214182, -0.961530> - 6454: < 0.214732, 0.214732, -0.952775> - 6455: < 0.214182, 0.172005, -0.961530> - 6456: < 0.172005, 0.214182, -0.961530> - 6457: < 0.172679, 0.257217, -0.950800> - 6458: < 0.215220, 0.257519, -0.942000> - 6459: < 0.214732, 0.214732, -0.952775> - 6460: < 0.172679, 0.257217, -0.950800> - 6461: < 0.173351, 0.300496, -0.937897> - 6462: < 0.215649, 0.300461, -0.929096> - 6463: < 0.215220, 0.257519, -0.942000> - 6464: < 0.173351, 0.300496, -0.937897> - 6465: < 0.173989, 0.344072, -0.922682> - 6466: < 0.215982, 0.343582, -0.913949> - 6467: < 0.215649, 0.300461, -0.929096> - 6468: < 0.173989, 0.344072, -0.922682> - 6469: < 0.174541, 0.387965, -0.904997> - 6470: < 0.216199, 0.386985, -0.896382> - 6471: < 0.215982, 0.343582, -0.913949> - 6472: < 0.174541, 0.387965, -0.904997> - 6473: < 0.175026, 0.432149, -0.884654> - 6474: < 0.216320, 0.430657, -0.876208> - 6475: < 0.216199, 0.386985, -0.896382> - 6476: < 0.175026, 0.432149, -0.884654> - 6477: < 0.175453, 0.476614, -0.861426> - 6478: < 0.216413, 0.474515, -0.853230> - 6479: < 0.216320, 0.430657, -0.876208> - 6480: < 0.175453, 0.476614, -0.861426> - 6481: < 0.175853, 0.521180, -0.835133> - 6482: < 0.216475, 0.518435, -0.827263> - 6483: < 0.216413, 0.474515, -0.853230> - 6484: < 0.175853, 0.521180, -0.835133> - 6485: < 0.176188, 0.565675, -0.805587> - 6486: < 0.216534, 0.562257, -0.798110> - 6487: < 0.216475, 0.518435, -0.827263> - 6488: < 0.176188, 0.565675, -0.805587> - 6489: < 0.176461, 0.609892, -0.772589> - 6490: < 0.216596, 0.605748, -0.765608> - 6491: < 0.216534, 0.562257, -0.798110> - 6492: < 0.176461, 0.609892, -0.772589> - 6493: < 0.176644, 0.653502, -0.736025> - 6494: < 0.216660, 0.648606, -0.729636> - 6495: < 0.216596, 0.605748, -0.765608> - 6496: < 0.216660, -0.648606, -0.729636> - 6497: < 0.216596, -0.605748, -0.765608> - 6498: < 0.255750, -0.600829, -0.757361> - 6499: < 0.255632, -0.642833, -0.722093> - 6500: < 0.216596, -0.605748, -0.765608> - 6501: < 0.216534, -0.562257, -0.798110> - 6502: < 0.255937, -0.558172, -0.789266> - 6503: < 0.255750, -0.600829, -0.757361> - 6504: < 0.216534, -0.562257, -0.798110> - 6505: < 0.216475, -0.518435, -0.827263> - 6506: < 0.256243, -0.515110, -0.817925> - 6507: < 0.255937, -0.558172, -0.789266> - 6508: < 0.216475, -0.518435, -0.827263> - 6509: < 0.216413, -0.474515, -0.853230> - 6510: < 0.256606, -0.471888, -0.843490> - 6511: < 0.256243, -0.515110, -0.817925> - 6512: < 0.216413, -0.474515, -0.853230> - 6513: < 0.216320, -0.430657, -0.876208> - 6514: < 0.256999, -0.428698, -0.866124> - 6515: < 0.256606, -0.471888, -0.843490> - 6516: < 0.216320, -0.430657, -0.876208> - 6517: < 0.216199, -0.386985, -0.896382> - 6518: < 0.257364, -0.385664, -0.886018> - 6519: < 0.256999, -0.428698, -0.866124> - 6520: < 0.216199, -0.386985, -0.896382> - 6521: < 0.215982, -0.343582, -0.913949> - 6522: < 0.257643, -0.342852, -0.903367> - 6523: < 0.257364, -0.385664, -0.886018> - 6524: < 0.215982, -0.343582, -0.913949> - 6525: < 0.215649, -0.300461, -0.929096> - 6526: < 0.257736, -0.300219, -0.918390> - 6527: < 0.257643, -0.342852, -0.903367> - 6528: < 0.215649, -0.300461, -0.929096> - 6529: < 0.215220, -0.257519, -0.942000> - 6530: < 0.257702, -0.257702, -0.931225> - 6531: < 0.257736, -0.300219, -0.918390> - 6532: < 0.215220, -0.257519, -0.942000> - 6533: < 0.214732, -0.214732, -0.952775> - 6534: < 0.257519, -0.215220, -0.942000> - 6535: < 0.257702, -0.257702, -0.931225> - 6536: < 0.214732, -0.214732, -0.952775> - 6537: < 0.214182, -0.172005, -0.961530> - 6538: < 0.257217, -0.172679, -0.950800> - 6539: < 0.257519, -0.215220, -0.942000> - 6540: < 0.214182, -0.172005, -0.961530> - 6541: < 0.213666, -0.129250, -0.968319> - 6542: < 0.256880, -0.129981, -0.957663> - 6543: < 0.257217, -0.172679, -0.950800> - 6544: < 0.213666, -0.129250, -0.968319> - 6545: < 0.213204, -0.086398, -0.973180> - 6546: < 0.256544, -0.087041, -0.962605> - 6547: < 0.256880, -0.129981, -0.957663> - 6548: < 0.213204, -0.086398, -0.973180> - 6549: < 0.212870, -0.043306, -0.976120> - 6550: < 0.256267, -0.043703, -0.965618> - 6551: < 0.256544, -0.087041, -0.962605> - 6552: < 0.212870, -0.043306, -0.976120> - 6553: < 0.212750, 0.000000, -0.977107> - 6554: < 0.256177, 0.000000, -0.966630> - 6555: < 0.256267, -0.043703, -0.965618> - 6556: < 0.212750, 0.000000, -0.977107> - 6557: < 0.212870, 0.043306, -0.976120> - 6558: < 0.256267, 0.043703, -0.965618> - 6559: < 0.256177, 0.000000, -0.966630> - 6560: < 0.212870, 0.043306, -0.976120> - 6561: < 0.213204, 0.086398, -0.973180> - 6562: < 0.256544, 0.087041, -0.962605> - 6563: < 0.256267, 0.043703, -0.965618> - 6564: < 0.213204, 0.086398, -0.973180> - 6565: < 0.213666, 0.129250, -0.968319> - 6566: < 0.256880, 0.129981, -0.957663> - 6567: < 0.256544, 0.087041, -0.962605> - 6568: < 0.213666, 0.129250, -0.968319> - 6569: < 0.214182, 0.172005, -0.961530> - 6570: < 0.257217, 0.172679, -0.950800> - 6571: < 0.256880, 0.129981, -0.957663> - 6572: < 0.214182, 0.172005, -0.961530> - 6573: < 0.214732, 0.214732, -0.952775> - 6574: < 0.257519, 0.215220, -0.942000> - 6575: < 0.257217, 0.172679, -0.950800> - 6576: < 0.214732, 0.214732, -0.952775> - 6577: < 0.215220, 0.257519, -0.942000> - 6578: < 0.257702, 0.257702, -0.931225> - 6579: < 0.257519, 0.215220, -0.942000> - 6580: < 0.215220, 0.257519, -0.942000> - 6581: < 0.215649, 0.300461, -0.929096> - 6582: < 0.257736, 0.300219, -0.918390> - 6583: < 0.257702, 0.257702, -0.931225> - 6584: < 0.215649, 0.300461, -0.929096> - 6585: < 0.215982, 0.343582, -0.913949> - 6586: < 0.257643, 0.342852, -0.903367> - 6587: < 0.257736, 0.300219, -0.918390> - 6588: < 0.215982, 0.343582, -0.913949> - 6589: < 0.216199, 0.386985, -0.896382> - 6590: < 0.257367, 0.385638, -0.886028> - 6591: < 0.257643, 0.342852, -0.903367> - 6592: < 0.216199, 0.386985, -0.896382> - 6593: < 0.216320, 0.430657, -0.876208> - 6594: < 0.256999, 0.428698, -0.866124> - 6595: < 0.257367, 0.385638, -0.886028> - 6596: < 0.216320, 0.430657, -0.876208> - 6597: < 0.216413, 0.474515, -0.853230> - 6598: < 0.256606, 0.471888, -0.843490> - 6599: < 0.256999, 0.428698, -0.866124> - 6600: < 0.216413, 0.474515, -0.853230> - 6601: < 0.216475, 0.518435, -0.827263> - 6602: < 0.256243, 0.515110, -0.817925> - 6603: < 0.256606, 0.471888, -0.843490> - 6604: < 0.216475, 0.518435, -0.827263> - 6605: < 0.216534, 0.562257, -0.798110> - 6606: < 0.255937, 0.558172, -0.789266> - 6607: < 0.256243, 0.515110, -0.817925> - 6608: < 0.216534, 0.562257, -0.798110> - 6609: < 0.216596, 0.605748, -0.765608> - 6610: < 0.255750, 0.600829, -0.757361> - 6611: < 0.255937, 0.558172, -0.789266> - 6612: < 0.216596, 0.605748, -0.765608> - 6613: < 0.216660, 0.648606, -0.729636> - 6614: < 0.255632, 0.642833, -0.722093> - 6615: < 0.255750, 0.600829, -0.757361> - 6616: < 0.255632, -0.642833, -0.722093> - 6617: < 0.255750, -0.600829, -0.757361> - 6618: < 0.294207, -0.595158, -0.747816> - 6619: < 0.293904, -0.636150, -0.713396> - 6620: < 0.255750, -0.600829, -0.757361> - 6621: < 0.255937, -0.558172, -0.789266> - 6622: < 0.294729, -0.553415, -0.779017> - 6623: < 0.294207, -0.595158, -0.747816> - 6624: < 0.255937, -0.558172, -0.789266> - 6625: < 0.256243, -0.515110, -0.817925> - 6626: < 0.295457, -0.511198, -0.807082> - 6627: < 0.294729, -0.553415, -0.779017> - 6628: < 0.256243, -0.515110, -0.817925> - 6629: < 0.256606, -0.471888, -0.843490> - 6630: < 0.296339, -0.468770, -0.832128> - 6631: < 0.295457, -0.511198, -0.807082> - 6632: < 0.256606, -0.471888, -0.843490> - 6633: < 0.256999, -0.428698, -0.866124> - 6634: < 0.297287, -0.426323, -0.854324> - 6635: < 0.296339, -0.468770, -0.832128> - 6636: < 0.256999, -0.428698, -0.866124> - 6637: < 0.257364, -0.385664, -0.886018> - 6638: < 0.298259, -0.383986, -0.873840> - 6639: < 0.297287, -0.426323, -0.854324> - 6640: < 0.257364, -0.385664, -0.886018> - 6641: < 0.257643, -0.342852, -0.903367> - 6642: < 0.299085, -0.341811, -0.890906> - 6643: < 0.298259, -0.383986, -0.873840> - 6644: < 0.257643, -0.342852, -0.903367> - 6645: < 0.257736, -0.300219, -0.918390> - 6646: < 0.299762, -0.299762, -0.905696> - 6647: < 0.299085, -0.341811, -0.890906> - 6648: < 0.257736, -0.300219, -0.918390> - 6649: < 0.257702, -0.257702, -0.931225> - 6650: < 0.300219, -0.257736, -0.918390> - 6651: < 0.299762, -0.299762, -0.905696> - 6652: < 0.257702, -0.257702, -0.931225> - 6653: < 0.257519, -0.215220, -0.942000> - 6654: < 0.300461, -0.215649, -0.929096> - 6655: < 0.300219, -0.257736, -0.918390> - 6656: < 0.257519, -0.215220, -0.942000> - 6657: < 0.257217, -0.172679, -0.950800> - 6658: < 0.300496, -0.173351, -0.937897> - 6659: < 0.300461, -0.215649, -0.929096> - 6660: < 0.257217, -0.172679, -0.950800> - 6661: < 0.256880, -0.129981, -0.957663> - 6662: < 0.300427, -0.130743, -0.944802> - 6663: < 0.300496, -0.173351, -0.937897> - 6664: < 0.256880, -0.129981, -0.957663> - 6665: < 0.256544, -0.087041, -0.962605> - 6666: < 0.300248, -0.087712, -0.949820> - 6667: < 0.300427, -0.130743, -0.944802> - 6668: < 0.256544, -0.087041, -0.962605> - 6669: < 0.256267, -0.043703, -0.965618> - 6670: < 0.300092, -0.044130, -0.952889> - 6671: < 0.300248, -0.087712, -0.949820> - 6672: < 0.256267, -0.043703, -0.965618> - 6673: < 0.256177, 0.000000, -0.966630> - 6674: < 0.300059, 0.000000, -0.953921> - 6675: < 0.300092, -0.044130, -0.952889> - 6676: < 0.256177, 0.000000, -0.966630> - 6677: < 0.256267, 0.043703, -0.965618> - 6678: < 0.300092, 0.044130, -0.952889> - 6679: < 0.300059, 0.000000, -0.953921> - 6680: < 0.256267, 0.043703, -0.965618> - 6681: < 0.256544, 0.087041, -0.962605> - 6682: < 0.300248, 0.087712, -0.949820> - 6683: < 0.300092, 0.044130, -0.952889> - 6684: < 0.256544, 0.087041, -0.962605> - 6685: < 0.256880, 0.129981, -0.957663> - 6686: < 0.300427, 0.130743, -0.944802> - 6687: < 0.300248, 0.087712, -0.949820> - 6688: < 0.256880, 0.129981, -0.957663> - 6689: < 0.257217, 0.172679, -0.950800> - 6690: < 0.300496, 0.173351, -0.937897> - 6691: < 0.300427, 0.130743, -0.944802> - 6692: < 0.257217, 0.172679, -0.950800> - 6693: < 0.257519, 0.215220, -0.942000> - 6694: < 0.300461, 0.215649, -0.929096> - 6695: < 0.300496, 0.173351, -0.937897> - 6696: < 0.257519, 0.215220, -0.942000> - 6697: < 0.257702, 0.257702, -0.931225> - 6698: < 0.300219, 0.257736, -0.918390> - 6699: < 0.300461, 0.215649, -0.929096> - 6700: < 0.257702, 0.257702, -0.931225> - 6701: < 0.257736, 0.300219, -0.918390> - 6702: < 0.299762, 0.299762, -0.905696> - 6703: < 0.300219, 0.257736, -0.918390> - 6704: < 0.257736, 0.300219, -0.918390> - 6705: < 0.257643, 0.342852, -0.903367> - 6706: < 0.299085, 0.341811, -0.890906> - 6707: < 0.299762, 0.299762, -0.905696> - 6708: < 0.257643, 0.342852, -0.903367> - 6709: < 0.257367, 0.385638, -0.886028> - 6710: < 0.298262, 0.383960, -0.873851> - 6711: < 0.299085, 0.341811, -0.890906> - 6712: < 0.257367, 0.385638, -0.886028> - 6713: < 0.256999, 0.428698, -0.866124> - 6714: < 0.297287, 0.426323, -0.854324> - 6715: < 0.298262, 0.383960, -0.873851> - 6716: < 0.256999, 0.428698, -0.866124> - 6717: < 0.256606, 0.471888, -0.843490> - 6718: < 0.296339, 0.468770, -0.832128> - 6719: < 0.297287, 0.426323, -0.854324> - 6720: < 0.256606, 0.471888, -0.843490> - 6721: < 0.256243, 0.515110, -0.817925> - 6722: < 0.295457, 0.511198, -0.807082> - 6723: < 0.296339, 0.468770, -0.832128> - 6724: < 0.256243, 0.515110, -0.817925> - 6725: < 0.255937, 0.558172, -0.789266> - 6726: < 0.294729, 0.553415, -0.779017> - 6727: < 0.295457, 0.511198, -0.807082> - 6728: < 0.255937, 0.558172, -0.789266> - 6729: < 0.255750, 0.600829, -0.757361> - 6730: < 0.294207, 0.595158, -0.747816> - 6731: < 0.294729, 0.553415, -0.779017> - 6732: < 0.255750, 0.600829, -0.757361> - 6733: < 0.255632, 0.642833, -0.722093> - 6734: < 0.293904, 0.636150, -0.713396> - 6735: < 0.294207, 0.595158, -0.747816> - 6736: < 0.293904, -0.636150, -0.713396> - 6737: < 0.294207, -0.595158, -0.747816> - 6738: < 0.332170, -0.588744, -0.736915> - 6739: < 0.331652, -0.628603, -0.703467> - 6740: < 0.294207, -0.595158, -0.747816> - 6741: < 0.294729, -0.553415, -0.779017> - 6742: < 0.333090, -0.548009, -0.767292> - 6743: < 0.332170, -0.588744, -0.736915> - 6744: < 0.294729, -0.553415, -0.779017> - 6745: < 0.295457, -0.511198, -0.807082> - 6746: < 0.334337, -0.506740, -0.794627> - 6747: < 0.333090, -0.548009, -0.767292> - 6748: < 0.295457, -0.511198, -0.807082> - 6749: < 0.296339, -0.468770, -0.832128> - 6750: < 0.335801, -0.465202, -0.819039> - 6751: < 0.334337, -0.506740, -0.794627> - 6752: < 0.296339, -0.468770, -0.832128> - 6753: < 0.297287, -0.426323, -0.854324> - 6754: < 0.337391, -0.423577, -0.840684> - 6755: < 0.335801, -0.465202, -0.819039> - 6756: < 0.297287, -0.426323, -0.854324> - 6757: < 0.298259, -0.383986, -0.873840> - 6758: < 0.339005, -0.381976, -0.859750> - 6759: < 0.337391, -0.423577, -0.840684> - 6760: < 0.298259, -0.383986, -0.873840> - 6761: < 0.299085, -0.341811, -0.890906> - 6762: < 0.340503, -0.340503, -0.876422> - 6763: < 0.339005, -0.381976, -0.859750> - 6764: < 0.299085, -0.341811, -0.890906> - 6765: < 0.299762, -0.299762, -0.905696> - 6766: < 0.341811, -0.299085, -0.890906> - 6767: < 0.340503, -0.340503, -0.876422> - 6768: < 0.299762, -0.299762, -0.905696> - 6769: < 0.300219, -0.257736, -0.918390> - 6770: < 0.342852, -0.257643, -0.903367> - 6771: < 0.341811, -0.299085, -0.890906> - 6772: < 0.300219, -0.257736, -0.918390> - 6773: < 0.300461, -0.215649, -0.929096> - 6774: < 0.343582, -0.215982, -0.913949> - 6775: < 0.342852, -0.257643, -0.903367> - 6776: < 0.300461, -0.215649, -0.929096> - 6777: < 0.300496, -0.173351, -0.937897> - 6778: < 0.344072, -0.173989, -0.922682> - 6779: < 0.343582, -0.215982, -0.913949> - 6780: < 0.300496, -0.173351, -0.937897> - 6781: < 0.300427, -0.130743, -0.944802> - 6782: < 0.344322, -0.131509, -0.929596> - 6783: < 0.344072, -0.173989, -0.922682> - 6784: < 0.300427, -0.130743, -0.944802> - 6785: < 0.300248, -0.087712, -0.949820> - 6786: < 0.344408, -0.088414, -0.934648> - 6787: < 0.344322, -0.131509, -0.929596> - 6788: < 0.300248, -0.087712, -0.949820> - 6789: < 0.300092, -0.044130, -0.952889> - 6790: < 0.344409, -0.044558, -0.937762> - 6791: < 0.344408, -0.088414, -0.934648> - 6792: < 0.300092, -0.044130, -0.952889> - 6793: < 0.300059, 0.000000, -0.953921> - 6794: < 0.344405, 0.000000, -0.938821> - 6795: < 0.344409, -0.044558, -0.937762> - 6796: < 0.300059, 0.000000, -0.953921> - 6797: < 0.300092, 0.044130, -0.952889> - 6798: < 0.344409, 0.044558, -0.937762> - 6799: < 0.344405, 0.000000, -0.938821> - 6800: < 0.300092, 0.044130, -0.952889> - 6801: < 0.300248, 0.087712, -0.949820> - 6802: < 0.344408, 0.088414, -0.934648> - 6803: < 0.344409, 0.044558, -0.937762> - 6804: < 0.300248, 0.087712, -0.949820> - 6805: < 0.300427, 0.130743, -0.944802> - 6806: < 0.344322, 0.131509, -0.929596> - 6807: < 0.344408, 0.088414, -0.934648> - 6808: < 0.300427, 0.130743, -0.944802> - 6809: < 0.300496, 0.173351, -0.937897> - 6810: < 0.344072, 0.173989, -0.922682> - 6811: < 0.344322, 0.131509, -0.929596> - 6812: < 0.300496, 0.173351, -0.937897> - 6813: < 0.300461, 0.215649, -0.929096> - 6814: < 0.343582, 0.215982, -0.913949> - 6815: < 0.344072, 0.173989, -0.922682> - 6816: < 0.300461, 0.215649, -0.929096> - 6817: < 0.300219, 0.257736, -0.918390> - 6818: < 0.342852, 0.257643, -0.903367> - 6819: < 0.343582, 0.215982, -0.913949> - 6820: < 0.300219, 0.257736, -0.918390> - 6821: < 0.299762, 0.299762, -0.905696> - 6822: < 0.341811, 0.299085, -0.890906> - 6823: < 0.342852, 0.257643, -0.903367> - 6824: < 0.299762, 0.299762, -0.905696> - 6825: < 0.299085, 0.341811, -0.890906> - 6826: < 0.340503, 0.340503, -0.876422> - 6827: < 0.341811, 0.299085, -0.890906> - 6828: < 0.299085, 0.341811, -0.890906> - 6829: < 0.298262, 0.383960, -0.873851> - 6830: < 0.339005, 0.381976, -0.859750> - 6831: < 0.340503, 0.340503, -0.876422> - 6832: < 0.298262, 0.383960, -0.873851> - 6833: < 0.297287, 0.426323, -0.854324> - 6834: < 0.337391, 0.423577, -0.840684> - 6835: < 0.339005, 0.381976, -0.859750> - 6836: < 0.297287, 0.426323, -0.854324> - 6837: < 0.296339, 0.468770, -0.832128> - 6838: < 0.335801, 0.465202, -0.819039> - 6839: < 0.337391, 0.423577, -0.840684> - 6840: < 0.296339, 0.468770, -0.832128> - 6841: < 0.295457, 0.511198, -0.807082> - 6842: < 0.334310, 0.506745, -0.794636> - 6843: < 0.335801, 0.465202, -0.819039> - 6844: < 0.295457, 0.511198, -0.807082> - 6845: < 0.294729, 0.553415, -0.779017> - 6846: < 0.333090, 0.548009, -0.767292> - 6847: < 0.334310, 0.506745, -0.794636> - 6848: < 0.294729, 0.553415, -0.779017> - 6849: < 0.294207, 0.595158, -0.747816> - 6850: < 0.332170, 0.588744, -0.736915> - 6851: < 0.333090, 0.548009, -0.767292> - 6852: < 0.294207, 0.595158, -0.747816> - 6853: < 0.293904, 0.636150, -0.713396> - 6854: < 0.331652, 0.628603, -0.703467> - 6855: < 0.332170, 0.588744, -0.736915> - 6856: < 0.331652, -0.628603, -0.703467> - 6857: < 0.332170, -0.588744, -0.736915> - 6858: < 0.369188, -0.581661, -0.724825> - 6859: < 0.368246, -0.620305, -0.692544> - 6860: < 0.332170, -0.588744, -0.736915> - 6861: < 0.333090, -0.548009, -0.767292> - 6862: < 0.370721, -0.542028, -0.754169> - 6863: < 0.369188, -0.581661, -0.724825> - 6864: < 0.333090, -0.548009, -0.767292> - 6865: < 0.334337, -0.506740, -0.794627> - 6866: < 0.372705, -0.501802, -0.780568> - 6867: < 0.370721, -0.542028, -0.754169> - 6868: < 0.334337, -0.506740, -0.794627> - 6869: < 0.335801, -0.465202, -0.819039> - 6870: < 0.374961, -0.461239, -0.804154> - 6871: < 0.372705, -0.501802, -0.780568> - 6872: < 0.335801, -0.465202, -0.819039> - 6873: < 0.337391, -0.423577, -0.840684> - 6874: < 0.377345, -0.420500, -0.825100> - 6875: < 0.374961, -0.461239, -0.804154> - 6876: < 0.337391, -0.423577, -0.840684> - 6877: < 0.339005, -0.381976, -0.859750> - 6878: < 0.379751, -0.379751, -0.843551> - 6879: < 0.377345, -0.420500, -0.825100> - 6880: < 0.339005, -0.381976, -0.859750> - 6881: < 0.340503, -0.340503, -0.876422> - 6882: < 0.381976, -0.339005, -0.859750> - 6883: < 0.379751, -0.379751, -0.843551> - 6884: < 0.340503, -0.340503, -0.876422> - 6885: < 0.341811, -0.299085, -0.890906> - 6886: < 0.383960, -0.298262, -0.873851> - 6887: < 0.381976, -0.339005, -0.859750> - 6888: < 0.341811, -0.299085, -0.890906> - 6889: < 0.342852, -0.257643, -0.903367> - 6890: < 0.385638, -0.257367, -0.886028> - 6891: < 0.383960, -0.298262, -0.873851> - 6892: < 0.342852, -0.257643, -0.903367> - 6893: < 0.343582, -0.215982, -0.913949> - 6894: < 0.386985, -0.216199, -0.896382> - 6895: < 0.385638, -0.257367, -0.886028> - 6896: < 0.343582, -0.215982, -0.913949> - 6897: < 0.344072, -0.173989, -0.922682> - 6898: < 0.387965, -0.174541, -0.904997> - 6899: < 0.386985, -0.216199, -0.896382> - 6900: < 0.344072, -0.173989, -0.922682> - 6901: < 0.344322, -0.131509, -0.929596> - 6902: < 0.388632, -0.132240, -0.911854> - 6903: < 0.387965, -0.174541, -0.904997> - 6904: < 0.344322, -0.131509, -0.929596> - 6905: < 0.344408, -0.088414, -0.934648> - 6906: < 0.388998, -0.089116, -0.916918> - 6907: < 0.388632, -0.132240, -0.911854> - 6908: < 0.344408, -0.088414, -0.934648> - 6909: < 0.344409, -0.044558, -0.937762> - 6910: < 0.389180, -0.045016, -0.920061> - 6911: < 0.388998, -0.089116, -0.916918> - 6912: < 0.344409, -0.044558, -0.937762> - 6913: < 0.344405, 0.000000, -0.938821> - 6914: < 0.389244, 0.000000, -0.921135> - 6915: < 0.389180, -0.045016, -0.920061> - 6916: < 0.344405, 0.000000, -0.938821> - 6917: < 0.344409, 0.044558, -0.937762> - 6918: < 0.389180, 0.045016, -0.920061> - 6919: < 0.389244, 0.000000, -0.921135> - 6920: < 0.344409, 0.044558, -0.937762> - 6921: < 0.344408, 0.088414, -0.934648> - 6922: < 0.388998, 0.089116, -0.916918> - 6923: < 0.389180, 0.045016, -0.920061> - 6924: < 0.344408, 0.088414, -0.934648> - 6925: < 0.344322, 0.131509, -0.929596> - 6926: < 0.388632, 0.132240, -0.911854> - 6927: < 0.388998, 0.089116, -0.916918> - 6928: < 0.344322, 0.131509, -0.929596> - 6929: < 0.344072, 0.173989, -0.922682> - 6930: < 0.387965, 0.174541, -0.904997> - 6931: < 0.388632, 0.132240, -0.911854> - 6932: < 0.344072, 0.173989, -0.922682> - 6933: < 0.343582, 0.215982, -0.913949> - 6934: < 0.386985, 0.216199, -0.896382> - 6935: < 0.387965, 0.174541, -0.904997> - 6936: < 0.343582, 0.215982, -0.913949> - 6937: < 0.342852, 0.257643, -0.903367> - 6938: < 0.385664, 0.257364, -0.886018> - 6939: < 0.386985, 0.216199, -0.896382> - 6940: < 0.342852, 0.257643, -0.903367> - 6941: < 0.341811, 0.299085, -0.890906> - 6942: < 0.383960, 0.298262, -0.873851> - 6943: < 0.385664, 0.257364, -0.886018> - 6944: < 0.341811, 0.299085, -0.890906> - 6945: < 0.340503, 0.340503, -0.876422> - 6946: < 0.381976, 0.339005, -0.859750> - 6947: < 0.383960, 0.298262, -0.873851> - 6948: < 0.340503, 0.340503, -0.876422> - 6949: < 0.339005, 0.381976, -0.859750> - 6950: < 0.379751, 0.379751, -0.843551> - 6951: < 0.381976, 0.339005, -0.859750> - 6952: < 0.339005, 0.381976, -0.859750> - 6953: < 0.337391, 0.423577, -0.840684> - 6954: < 0.377345, 0.420500, -0.825100> - 6955: < 0.379751, 0.379751, -0.843551> - 6956: < 0.337391, 0.423577, -0.840684> - 6957: < 0.335801, 0.465202, -0.819039> - 6958: < 0.374961, 0.461239, -0.804154> - 6959: < 0.377345, 0.420500, -0.825100> - 6960: < 0.335801, 0.465202, -0.819039> - 6961: < 0.334310, 0.506745, -0.794636> - 6962: < 0.372705, 0.501802, -0.780568> - 6963: < 0.374961, 0.461239, -0.804154> - 6964: < 0.334310, 0.506745, -0.794636> - 6965: < 0.333090, 0.548009, -0.767292> - 6966: < 0.370721, 0.542028, -0.754169> - 6967: < 0.372705, 0.501802, -0.780568> - 6968: < 0.333090, 0.548009, -0.767292> - 6969: < 0.332170, 0.588744, -0.736915> - 6970: < 0.369188, 0.581661, -0.724825> - 6971: < 0.370721, 0.542028, -0.754169> - 6972: < 0.332170, 0.588744, -0.736915> - 6973: < 0.331652, 0.628603, -0.703467> - 6974: < 0.368246, 0.620305, -0.692544> - 6975: < 0.369188, 0.581661, -0.724825> - 6976: < 0.368246, -0.620305, -0.692544> - 6977: < 0.369188, -0.581661, -0.724825> - 6978: < 0.404839, -0.574008, -0.711772> - 6979: < 0.403223, -0.611427, -0.680859> - 6980: < 0.369188, -0.581661, -0.724825> - 6981: < 0.370721, -0.542028, -0.754169> - 6982: < 0.407307, -0.535518, -0.739812> - 6983: < 0.404839, -0.574008, -0.711772> - 6984: < 0.370721, -0.542028, -0.754169> - 6985: < 0.372705, -0.501802, -0.780568> - 6986: < 0.410392, -0.496395, -0.764964> - 6987: < 0.407307, -0.535518, -0.739812> - 6988: < 0.372705, -0.501802, -0.780568> - 6989: < 0.374961, -0.461239, -0.804154> - 6990: < 0.413777, -0.456900, -0.787421> - 6991: < 0.410392, -0.496395, -0.764964> - 6992: < 0.374961, -0.461239, -0.804154> - 6993: < 0.377345, -0.420500, -0.825100> - 6994: < 0.417202, -0.417202, -0.807394> - 6995: < 0.413777, -0.456900, -0.787421> - 6996: < 0.377345, -0.420500, -0.825100> - 6997: < 0.379751, -0.379751, -0.843551> - 6998: < 0.420500, -0.377345, -0.825100> - 6999: < 0.417202, -0.417202, -0.807394> - 7000: < 0.379751, -0.379751, -0.843551> - 7001: < 0.381976, -0.339005, -0.859750> - 7002: < 0.423577, -0.337391, -0.840684> - 7003: < 0.420500, -0.377345, -0.825100> - 7004: < 0.381976, -0.339005, -0.859750> - 7005: < 0.383960, -0.298262, -0.873851> - 7006: < 0.426323, -0.297287, -0.854324> - 7007: < 0.423577, -0.337391, -0.840684> - 7008: < 0.383960, -0.298262, -0.873851> - 7009: < 0.385638, -0.257367, -0.886028> - 7010: < 0.428698, -0.256999, -0.866124> - 7011: < 0.426323, -0.297287, -0.854324> - 7012: < 0.385638, -0.257367, -0.886028> - 7013: < 0.386985, -0.216199, -0.896382> - 7014: < 0.430657, -0.216320, -0.876208> - 7015: < 0.428698, -0.256999, -0.866124> - 7016: < 0.386985, -0.216199, -0.896382> - 7017: < 0.387965, -0.174541, -0.904997> - 7018: < 0.432149, -0.175026, -0.884654> - 7019: < 0.430657, -0.216320, -0.876208> - 7020: < 0.387965, -0.174541, -0.904997> - 7021: < 0.388632, -0.132240, -0.911854> - 7022: < 0.433281, -0.132911, -0.891405> - 7023: < 0.432149, -0.175026, -0.884654> - 7024: < 0.388632, -0.132240, -0.911854> - 7025: < 0.388998, -0.089116, -0.916918> - 7026: < 0.433981, -0.089787, -0.896437> - 7027: < 0.433281, -0.132911, -0.891405> - 7028: < 0.388998, -0.089116, -0.916918> - 7029: < 0.389180, -0.045016, -0.920061> - 7030: < 0.434379, -0.045443, -0.899583> - 7031: < 0.433981, -0.089787, -0.896437> - 7032: < 0.389180, -0.045016, -0.920061> - 7033: < 0.389244, 0.000000, -0.921135> - 7034: < 0.434534, 0.000000, -0.900655> - 7035: < 0.434379, -0.045443, -0.899583> - 7036: < 0.389244, 0.000000, -0.921135> - 7037: < 0.389180, 0.045016, -0.920061> - 7038: < 0.434379, 0.045443, -0.899583> - 7039: < 0.434534, 0.000000, -0.900655> - 7040: < 0.389180, 0.045016, -0.920061> - 7041: < 0.388998, 0.089116, -0.916918> - 7042: < 0.433981, 0.089787, -0.896437> - 7043: < 0.434379, 0.045443, -0.899583> - 7044: < 0.388998, 0.089116, -0.916918> - 7045: < 0.388632, 0.132240, -0.911854> - 7046: < 0.433281, 0.132911, -0.891405> - 7047: < 0.433981, 0.089787, -0.896437> - 7048: < 0.388632, 0.132240, -0.911854> - 7049: < 0.387965, 0.174541, -0.904997> - 7050: < 0.432149, 0.175026, -0.884654> - 7051: < 0.433281, 0.132911, -0.891405> - 7052: < 0.387965, 0.174541, -0.904997> - 7053: < 0.386985, 0.216199, -0.896382> - 7054: < 0.430657, 0.216320, -0.876208> - 7055: < 0.432149, 0.175026, -0.884654> - 7056: < 0.386985, 0.216199, -0.896382> - 7057: < 0.385664, 0.257364, -0.886018> - 7058: < 0.428698, 0.256999, -0.866124> - 7059: < 0.430657, 0.216320, -0.876208> - 7060: < 0.385664, 0.257364, -0.886018> - 7061: < 0.383960, 0.298262, -0.873851> - 7062: < 0.426323, 0.297287, -0.854324> - 7063: < 0.428698, 0.256999, -0.866124> - 7064: < 0.383960, 0.298262, -0.873851> - 7065: < 0.381976, 0.339005, -0.859750> - 7066: < 0.423577, 0.337391, -0.840684> - 7067: < 0.426323, 0.297287, -0.854324> - 7068: < 0.381976, 0.339005, -0.859750> - 7069: < 0.379751, 0.379751, -0.843551> - 7070: < 0.420500, 0.377345, -0.825100> - 7071: < 0.423577, 0.337391, -0.840684> - 7072: < 0.379751, 0.379751, -0.843551> - 7073: < 0.377345, 0.420500, -0.825100> - 7074: < 0.417202, 0.417202, -0.807394> - 7075: < 0.420500, 0.377345, -0.825100> - 7076: < 0.377345, 0.420500, -0.825100> - 7077: < 0.374961, 0.461239, -0.804154> - 7078: < 0.413777, 0.456900, -0.787421> - 7079: < 0.417202, 0.417202, -0.807394> - 7080: < 0.374961, 0.461239, -0.804154> - 7081: < 0.372705, 0.501802, -0.780568> - 7082: < 0.410392, 0.496395, -0.764964> - 7083: < 0.413777, 0.456900, -0.787421> - 7084: < 0.372705, 0.501802, -0.780568> - 7085: < 0.370721, 0.542028, -0.754169> - 7086: < 0.407307, 0.535518, -0.739812> - 7087: < 0.410392, 0.496395, -0.764964> - 7088: < 0.370721, 0.542028, -0.754169> - 7089: < 0.369188, 0.581661, -0.724825> - 7090: < 0.404839, 0.574008, -0.711772> - 7091: < 0.407307, 0.535518, -0.739812> - 7092: < 0.369188, 0.581661, -0.724825> - 7093: < 0.368246, 0.620305, -0.692544> - 7094: < 0.403223, 0.611427, -0.680859> - 7095: < 0.404839, 0.574008, -0.711772> - 7096: < 0.403223, -0.611427, -0.680859> - 7097: < 0.404839, -0.574008, -0.711772> - 7098: < 0.439475, -0.565794, -0.697667> - 7099: < 0.437036, -0.601963, -0.668312> - 7100: < 0.404839, -0.574008, -0.711772> - 7101: < 0.407307, -0.535518, -0.739812> - 7102: < 0.443145, -0.528478, -0.724109> - 7103: < 0.439475, -0.565794, -0.697667> - 7104: < 0.407307, -0.535518, -0.739812> - 7105: < 0.410392, -0.496395, -0.764964> - 7106: < 0.447593, -0.490534, -0.747688> - 7107: < 0.443145, -0.528478, -0.724109> - 7108: < 0.410392, -0.496395, -0.764964> - 7109: < 0.413777, -0.456900, -0.787421> - 7110: < 0.452290, -0.452290, -0.768679> - 7111: < 0.447593, -0.490534, -0.747688> - 7112: < 0.413777, -0.456900, -0.787421> - 7113: < 0.417202, -0.417202, -0.807394> - 7114: < 0.456900, -0.413777, -0.787421> - 7115: < 0.452290, -0.452290, -0.768679> - 7116: < 0.417202, -0.417202, -0.807394> - 7117: < 0.420500, -0.377345, -0.825100> - 7118: < 0.461239, -0.374961, -0.804154> - 7119: < 0.456900, -0.413777, -0.787421> - 7120: < 0.420500, -0.377345, -0.825100> - 7121: < 0.423577, -0.337391, -0.840684> - 7122: < 0.465202, -0.335801, -0.819039> - 7123: < 0.461239, -0.374961, -0.804154> - 7124: < 0.423577, -0.337391, -0.840684> - 7125: < 0.426323, -0.297287, -0.854324> - 7126: < 0.468770, -0.296339, -0.832128> - 7127: < 0.465202, -0.335801, -0.819039> - 7128: < 0.426323, -0.297287, -0.854324> - 7129: < 0.428698, -0.256999, -0.866124> - 7130: < 0.471888, -0.256606, -0.843490> - 7131: < 0.468770, -0.296339, -0.832128> - 7132: < 0.428698, -0.256999, -0.866124> - 7133: < 0.430657, -0.216320, -0.876208> - 7134: < 0.474515, -0.216413, -0.853230> - 7135: < 0.471888, -0.256606, -0.843490> - 7136: < 0.430657, -0.216320, -0.876208> - 7137: < 0.432149, -0.175026, -0.884654> - 7138: < 0.476614, -0.175453, -0.861426> - 7139: < 0.474515, -0.216413, -0.853230> - 7140: < 0.432149, -0.175026, -0.884654> - 7141: < 0.433281, -0.132911, -0.891405> - 7142: < 0.478208, -0.133553, -0.868033> - 7143: < 0.476614, -0.175453, -0.861426> - 7144: < 0.433281, -0.132911, -0.891405> - 7145: < 0.433981, -0.089787, -0.896437> - 7146: < 0.479307, -0.090429, -0.872976> - 7147: < 0.478208, -0.133553, -0.868033> - 7148: < 0.433981, -0.089787, -0.896437> - 7149: < 0.434379, -0.045443, -0.899583> - 7150: < 0.479951, -0.045871, -0.876095> - 7151: < 0.479307, -0.090429, -0.872976> - 7152: < 0.434379, -0.045443, -0.899583> - 7153: < 0.434534, 0.000000, -0.900655> - 7154: < 0.480158, 0.000000, -0.877182> - 7155: < 0.479951, -0.045871, -0.876095> - 7156: < 0.434534, 0.000000, -0.900655> - 7157: < 0.434379, 0.045443, -0.899583> - 7158: < 0.479951, 0.045871, -0.876095> - 7159: < 0.480158, 0.000000, -0.877182> - 7160: < 0.434379, 0.045443, -0.899583> - 7161: < 0.433981, 0.089787, -0.896437> - 7162: < 0.479307, 0.090429, -0.872976> - 7163: < 0.479951, 0.045871, -0.876095> - 7164: < 0.433981, 0.089787, -0.896437> - 7165: < 0.433281, 0.132911, -0.891405> - 7166: < 0.478208, 0.133553, -0.868033> - 7167: < 0.479307, 0.090429, -0.872976> - 7168: < 0.433281, 0.132911, -0.891405> - 7169: < 0.432149, 0.175026, -0.884654> - 7170: < 0.476614, 0.175453, -0.861426> - 7171: < 0.478208, 0.133553, -0.868033> - 7172: < 0.432149, 0.175026, -0.884654> - 7173: < 0.430657, 0.216320, -0.876208> - 7174: < 0.474515, 0.216413, -0.853230> - 7175: < 0.476614, 0.175453, -0.861426> - 7176: < 0.430657, 0.216320, -0.876208> - 7177: < 0.428698, 0.256999, -0.866124> - 7178: < 0.471888, 0.256606, -0.843490> - 7179: < 0.474515, 0.216413, -0.853230> - 7180: < 0.428698, 0.256999, -0.866124> - 7181: < 0.426323, 0.297287, -0.854324> - 7182: < 0.468770, 0.296339, -0.832128> - 7183: < 0.471888, 0.256606, -0.843490> - 7184: < 0.426323, 0.297287, -0.854324> - 7185: < 0.423577, 0.337391, -0.840684> - 7186: < 0.465202, 0.335801, -0.819039> - 7187: < 0.468770, 0.296339, -0.832128> - 7188: < 0.423577, 0.337391, -0.840684> - 7189: < 0.420500, 0.377345, -0.825100> - 7190: < 0.461239, 0.374961, -0.804154> - 7191: < 0.465202, 0.335801, -0.819039> - 7192: < 0.420500, 0.377345, -0.825100> - 7193: < 0.417202, 0.417202, -0.807394> - 7194: < 0.456900, 0.413777, -0.787421> - 7195: < 0.461239, 0.374961, -0.804154> - 7196: < 0.417202, 0.417202, -0.807394> - 7197: < 0.413777, 0.456900, -0.787421> - 7198: < 0.452290, 0.452290, -0.768679> - 7199: < 0.456900, 0.413777, -0.787421> - 7200: < 0.413777, 0.456900, -0.787421> - 7201: < 0.410392, 0.496395, -0.764964> - 7202: < 0.447593, 0.490534, -0.747688> - 7203: < 0.452290, 0.452290, -0.768679> - 7204: < 0.410392, 0.496395, -0.764964> - 7205: < 0.407307, 0.535518, -0.739812> - 7206: < 0.443145, 0.528478, -0.724109> - 7207: < 0.447593, 0.490534, -0.747688> - 7208: < 0.407307, 0.535518, -0.739812> - 7209: < 0.404839, 0.574008, -0.711772> - 7210: < 0.439475, 0.565794, -0.697667> - 7211: < 0.443145, 0.528478, -0.724109> - 7212: < 0.404839, 0.574008, -0.711772> - 7213: < 0.403223, 0.611427, -0.680859> - 7214: < 0.437036, 0.601963, -0.668312> - 7215: < 0.439475, 0.565794, -0.697667> - 7216: < 0.437036, -0.601963, -0.668312> - 7217: < 0.439475, -0.565794, -0.697667> - 7218: < 0.473139, -0.557037, -0.682532> - 7219: < 0.469385, -0.591920, -0.655217> - 7220: < 0.439475, -0.565794, -0.697667> - 7221: < 0.443145, -0.528478, -0.724109> - 7222: < 0.478425, -0.520969, -0.706895> - 7223: < 0.473139, -0.557037, -0.682532> - 7224: < 0.443145, -0.528478, -0.724109> - 7225: < 0.447593, -0.490534, -0.747688> - 7226: < 0.484430, -0.484430, -0.728461> - 7227: < 0.478425, -0.520969, -0.706895> - 7228: < 0.447593, -0.490534, -0.747688> - 7229: < 0.452290, -0.452290, -0.768679> - 7230: < 0.490534, -0.447593, -0.747688> - 7231: < 0.484430, -0.484430, -0.728461> - 7232: < 0.452290, -0.452290, -0.768679> - 7233: < 0.456900, -0.413777, -0.787421> - 7234: < 0.496395, -0.410392, -0.764964> - 7235: < 0.490534, -0.447593, -0.747688> - 7236: < 0.456900, -0.413777, -0.787421> - 7237: < 0.461239, -0.374961, -0.804154> - 7238: < 0.501802, -0.372705, -0.780568> - 7239: < 0.496395, -0.410392, -0.764964> - 7240: < 0.461239, -0.374961, -0.804154> - 7241: < 0.465202, -0.335801, -0.819039> - 7242: < 0.506745, -0.334310, -0.794636> - 7243: < 0.501802, -0.372705, -0.780568> - 7244: < 0.465202, -0.335801, -0.819039> - 7245: < 0.468770, -0.296339, -0.832128> - 7246: < 0.511198, -0.295457, -0.807082> - 7247: < 0.506745, -0.334310, -0.794636> - 7248: < 0.468770, -0.296339, -0.832128> - 7249: < 0.471888, -0.256606, -0.843490> - 7250: < 0.515110, -0.256243, -0.817925> - 7251: < 0.511198, -0.295457, -0.807082> - 7252: < 0.471888, -0.256606, -0.843490> - 7253: < 0.474515, -0.216413, -0.853230> - 7254: < 0.518435, -0.216475, -0.827263> - 7255: < 0.515110, -0.256243, -0.817925> - 7256: < 0.474515, -0.216413, -0.853230> - 7257: < 0.476614, -0.175453, -0.861426> - 7258: < 0.521180, -0.175853, -0.835133> - 7259: < 0.518435, -0.216475, -0.827263> - 7260: < 0.476614, -0.175453, -0.861426> - 7261: < 0.478208, -0.133553, -0.868033> - 7262: < 0.523307, -0.134100, -0.841527> - 7263: < 0.521180, -0.175853, -0.835133> - 7264: < 0.478208, -0.133553, -0.868033> - 7265: < 0.479307, -0.090429, -0.872976> - 7266: < 0.524836, -0.091008, -0.846324> - 7267: < 0.523307, -0.134100, -0.841527> - 7268: < 0.479307, -0.090429, -0.872976> - 7269: < 0.479951, -0.045871, -0.876095> - 7270: < 0.525753, -0.046267, -0.849378> - 7271: < 0.524836, -0.091008, -0.846324> - 7272: < 0.479951, -0.045871, -0.876095> - 7273: < 0.480158, 0.000000, -0.877182> - 7274: < 0.526081, 0.000000, -0.850434> - 7275: < 0.525753, -0.046267, -0.849378> - 7276: < 0.480158, 0.000000, -0.877182> - 7277: < 0.479951, 0.045871, -0.876095> - 7278: < 0.525753, 0.046267, -0.849378> - 7279: < 0.526081, 0.000000, -0.850434> - 7280: < 0.479951, 0.045871, -0.876095> - 7281: < 0.479307, 0.090429, -0.872976> - 7282: < 0.524836, 0.091008, -0.846324> - 7283: < 0.525753, 0.046267, -0.849378> - 7284: < 0.479307, 0.090429, -0.872976> - 7285: < 0.478208, 0.133553, -0.868033> - 7286: < 0.523307, 0.134100, -0.841527> - 7287: < 0.524836, 0.091008, -0.846324> - 7288: < 0.478208, 0.133553, -0.868033> - 7289: < 0.476614, 0.175453, -0.861426> - 7290: < 0.521180, 0.175853, -0.835133> - 7291: < 0.523307, 0.134100, -0.841527> - 7292: < 0.476614, 0.175453, -0.861426> - 7293: < 0.474515, 0.216413, -0.853230> - 7294: < 0.518435, 0.216475, -0.827263> - 7295: < 0.521180, 0.175853, -0.835133> - 7296: < 0.474515, 0.216413, -0.853230> - 7297: < 0.471888, 0.256606, -0.843490> - 7298: < 0.515110, 0.256243, -0.817925> - 7299: < 0.518435, 0.216475, -0.827263> - 7300: < 0.471888, 0.256606, -0.843490> - 7301: < 0.468770, 0.296339, -0.832128> - 7302: < 0.511198, 0.295457, -0.807082> - 7303: < 0.515110, 0.256243, -0.817925> - 7304: < 0.468770, 0.296339, -0.832128> - 7305: < 0.465202, 0.335801, -0.819039> - 7306: < 0.506740, 0.334337, -0.794627> - 7307: < 0.511198, 0.295457, -0.807082> - 7308: < 0.465202, 0.335801, -0.819039> - 7309: < 0.461239, 0.374961, -0.804154> - 7310: < 0.501802, 0.372705, -0.780568> - 7311: < 0.506740, 0.334337, -0.794627> - 7312: < 0.461239, 0.374961, -0.804154> - 7313: < 0.456900, 0.413777, -0.787421> - 7314: < 0.496395, 0.410392, -0.764964> - 7315: < 0.501802, 0.372705, -0.780568> - 7316: < 0.456900, 0.413777, -0.787421> - 7317: < 0.452290, 0.452290, -0.768679> - 7318: < 0.490534, 0.447593, -0.747688> - 7319: < 0.496395, 0.410392, -0.764964> - 7320: < 0.452290, 0.452290, -0.768679> - 7321: < 0.447593, 0.490534, -0.747688> - 7322: < 0.484430, 0.484430, -0.728461> - 7323: < 0.490534, 0.447593, -0.747688> - 7324: < 0.447593, 0.490534, -0.747688> - 7325: < 0.443145, 0.528478, -0.724109> - 7326: < 0.478425, 0.520969, -0.706895> - 7327: < 0.484430, 0.484430, -0.728461> - 7328: < 0.443145, 0.528478, -0.724109> - 7329: < 0.439475, 0.565794, -0.697667> - 7330: < 0.473139, 0.557037, -0.682532> - 7331: < 0.478425, 0.520969, -0.706895> - 7332: < 0.439475, 0.565794, -0.697667> - 7333: < 0.437036, 0.601963, -0.668312> - 7334: < 0.469385, 0.591920, -0.655217> - 7335: < 0.473139, 0.557037, -0.682532> - 7336: < 0.469385, -0.591920, -0.655217> - 7337: < 0.473139, -0.557037, -0.682532> - 7338: < 0.506040, -0.547882, -0.666144> - 7339: < 0.500519, -0.581456, -0.641396> - 7340: < 0.473139, -0.557037, -0.682532> - 7341: < 0.478425, -0.520969, -0.706895> - 7342: < 0.513252, -0.513252, -0.687856> - 7343: < 0.506040, -0.547882, -0.666144> - 7344: < 0.478425, -0.520969, -0.706895> - 7345: < 0.484430, -0.484430, -0.728461> - 7346: < 0.520969, -0.478425, -0.706895> - 7347: < 0.513252, -0.513252, -0.687856> - 7348: < 0.484430, -0.484430, -0.728461> - 7349: < 0.490534, -0.447593, -0.747688> - 7350: < 0.528478, -0.443145, -0.724109> - 7351: < 0.520969, -0.478425, -0.706895> - 7352: < 0.490534, -0.447593, -0.747688> - 7353: < 0.496395, -0.410392, -0.764964> - 7354: < 0.535518, -0.407307, -0.739812> - 7355: < 0.528478, -0.443145, -0.724109> - 7356: < 0.496395, -0.410392, -0.764964> - 7357: < 0.501802, -0.372705, -0.780568> - 7358: < 0.542028, -0.370721, -0.754169> - 7359: < 0.535518, -0.407307, -0.739812> - 7360: < 0.501802, -0.372705, -0.780568> - 7361: < 0.506745, -0.334310, -0.794636> - 7362: < 0.548009, -0.333090, -0.767292> - 7363: < 0.542028, -0.370721, -0.754169> - 7364: < 0.506745, -0.334310, -0.794636> - 7365: < 0.511198, -0.295457, -0.807082> - 7366: < 0.553415, -0.294729, -0.779017> - 7367: < 0.548009, -0.333090, -0.767292> - 7368: < 0.511198, -0.295457, -0.807082> - 7369: < 0.515110, -0.256243, -0.817925> - 7370: < 0.558172, -0.255937, -0.789266> - 7371: < 0.553415, -0.294729, -0.779017> - 7372: < 0.515110, -0.256243, -0.817925> - 7373: < 0.518435, -0.216475, -0.827263> - 7374: < 0.562257, -0.216534, -0.798110> - 7375: < 0.558172, -0.255937, -0.789266> - 7376: < 0.518435, -0.216475, -0.827263> - 7377: < 0.521180, -0.175853, -0.835133> - 7378: < 0.565675, -0.176188, -0.805587> - 7379: < 0.562257, -0.216534, -0.798110> - 7380: < 0.521180, -0.175853, -0.835133> - 7381: < 0.523307, -0.134100, -0.841527> - 7382: < 0.568382, -0.134618, -0.811677> - 7383: < 0.565675, -0.176188, -0.805587> - 7384: < 0.523307, -0.134100, -0.841527> - 7385: < 0.524836, -0.091008, -0.846324> - 7386: < 0.570377, -0.091497, -0.816271> - 7387: < 0.568382, -0.134618, -0.811677> - 7388: < 0.524836, -0.091008, -0.846324> - 7389: < 0.525753, -0.046267, -0.849378> - 7390: < 0.571602, -0.046573, -0.819208> - 7391: < 0.570377, -0.091497, -0.816271> - 7392: < 0.525753, -0.046267, -0.849378> - 7393: < 0.526081, 0.000000, -0.850434> - 7394: < 0.572024, 0.000000, -0.820237> - 7395: < 0.571602, -0.046573, -0.819208> - 7396: < 0.526081, 0.000000, -0.850434> - 7397: < 0.525753, 0.046267, -0.849378> - 7398: < 0.571602, 0.046573, -0.819208> - 7399: < 0.572024, 0.000000, -0.820237> - 7400: < 0.525753, 0.046267, -0.849378> - 7401: < 0.524836, 0.091008, -0.846324> - 7402: < 0.570377, 0.091497, -0.816271> - 7403: < 0.571602, 0.046573, -0.819208> - 7404: < 0.524836, 0.091008, -0.846324> - 7405: < 0.523307, 0.134100, -0.841527> - 7406: < 0.568382, 0.134618, -0.811677> - 7407: < 0.570377, 0.091497, -0.816271> - 7408: < 0.523307, 0.134100, -0.841527> - 7409: < 0.521180, 0.175853, -0.835133> - 7410: < 0.565675, 0.176188, -0.805587> - 7411: < 0.568382, 0.134618, -0.811677> - 7412: < 0.521180, 0.175853, -0.835133> - 7413: < 0.518435, 0.216475, -0.827263> - 7414: < 0.562257, 0.216534, -0.798110> - 7415: < 0.565675, 0.176188, -0.805587> - 7416: < 0.518435, 0.216475, -0.827263> - 7417: < 0.515110, 0.256243, -0.817925> - 7418: < 0.558172, 0.255937, -0.789266> - 7419: < 0.562257, 0.216534, -0.798110> - 7420: < 0.515110, 0.256243, -0.817925> - 7421: < 0.511198, 0.295457, -0.807082> - 7422: < 0.553415, 0.294729, -0.779017> - 7423: < 0.558172, 0.255937, -0.789266> - 7424: < 0.511198, 0.295457, -0.807082> - 7425: < 0.506740, 0.334337, -0.794627> - 7426: < 0.548009, 0.333090, -0.767292> - 7427: < 0.553415, 0.294729, -0.779017> - 7428: < 0.506740, 0.334337, -0.794627> - 7429: < 0.501802, 0.372705, -0.780568> - 7430: < 0.542028, 0.370721, -0.754169> - 7431: < 0.548009, 0.333090, -0.767292> - 7432: < 0.501802, 0.372705, -0.780568> - 7433: < 0.496395, 0.410392, -0.764964> - 7434: < 0.535518, 0.407307, -0.739812> - 7435: < 0.542028, 0.370721, -0.754169> - 7436: < 0.496395, 0.410392, -0.764964> - 7437: < 0.490534, 0.447593, -0.747688> - 7438: < 0.528478, 0.443145, -0.724109> - 7439: < 0.535518, 0.407307, -0.739812> - 7440: < 0.490534, 0.447593, -0.747688> - 7441: < 0.484430, 0.484430, -0.728461> - 7442: < 0.520969, 0.478425, -0.706895> - 7443: < 0.528478, 0.443145, -0.724109> - 7444: < 0.484430, 0.484430, -0.728461> - 7445: < 0.478425, 0.520969, -0.706895> - 7446: < 0.513252, 0.513252, -0.687856> - 7447: < 0.520969, 0.478425, -0.706895> - 7448: < 0.478425, 0.520969, -0.706895> - 7449: < 0.473139, 0.557037, -0.682532> - 7450: < 0.506040, 0.547882, -0.666144> - 7451: < 0.513252, 0.513252, -0.687856> - 7452: < 0.473139, 0.557037, -0.682532> - 7453: < 0.469385, 0.591920, -0.655217> - 7454: < 0.500519, 0.581456, -0.641396> - 7455: < 0.506040, 0.547882, -0.666144> - 7456: < 0.500519, -0.581456, -0.641396> - 7457: < 0.506040, -0.547882, -0.666144> - 7458: < 0.538962, -0.538962, -0.647334> - 7459: < 0.531523, -0.571076, -0.625584> - 7460: < 0.506040, -0.547882, -0.666144> - 7461: < 0.513252, -0.513252, -0.687856> - 7462: < 0.547882, -0.506040, -0.666144> - 7463: < 0.538962, -0.538962, -0.647334> - 7464: < 0.513252, -0.513252, -0.687856> - 7465: < 0.520969, -0.478425, -0.706895> - 7466: < 0.557037, -0.473139, -0.682532> - 7467: < 0.547882, -0.506040, -0.666144> - 7468: < 0.520969, -0.478425, -0.706895> - 7469: < 0.528478, -0.443145, -0.724109> - 7470: < 0.565794, -0.439475, -0.697667> - 7471: < 0.557037, -0.473139, -0.682532> - 7472: < 0.528478, -0.443145, -0.724109> - 7473: < 0.535518, -0.407307, -0.739812> - 7474: < 0.574008, -0.404839, -0.711772> - 7475: < 0.565794, -0.439475, -0.697667> - 7476: < 0.535518, -0.407307, -0.739812> - 7477: < 0.542028, -0.370721, -0.754169> - 7478: < 0.581661, -0.369188, -0.724825> - 7479: < 0.574008, -0.404839, -0.711772> - 7480: < 0.542028, -0.370721, -0.754169> - 7481: < 0.548009, -0.333090, -0.767292> - 7482: < 0.588744, -0.332170, -0.736915> - 7483: < 0.581661, -0.369188, -0.724825> - 7484: < 0.548009, -0.333090, -0.767292> - 7485: < 0.553415, -0.294729, -0.779017> - 7486: < 0.595158, -0.294207, -0.747816> - 7487: < 0.588744, -0.332170, -0.736915> - 7488: < 0.553415, -0.294729, -0.779017> - 7489: < 0.558172, -0.255937, -0.789266> - 7490: < 0.600829, -0.255750, -0.757361> - 7491: < 0.595158, -0.294207, -0.747816> - 7492: < 0.558172, -0.255937, -0.789266> - 7493: < 0.562257, -0.216534, -0.798110> - 7494: < 0.605748, -0.216596, -0.765608> - 7495: < 0.600829, -0.255750, -0.757361> - 7496: < 0.562257, -0.216534, -0.798110> - 7497: < 0.565675, -0.176188, -0.805587> - 7498: < 0.609892, -0.176461, -0.772589> - 7499: < 0.605748, -0.216596, -0.765608> - 7500: < 0.565675, -0.176188, -0.805587> - 7501: < 0.568382, -0.134618, -0.811677> - 7502: < 0.613215, -0.135015, -0.778292> - 7503: < 0.609892, -0.176461, -0.772589> - 7504: < 0.568382, -0.134618, -0.811677> - 7505: < 0.570377, -0.091497, -0.816271> - 7506: < 0.615697, -0.091894, -0.782607> - 7507: < 0.613215, -0.135015, -0.778292> - 7508: < 0.570377, -0.091497, -0.816271> - 7509: < 0.571602, -0.046573, -0.819208> - 7510: < 0.617246, -0.046847, -0.785375> - 7511: < 0.615697, -0.091894, -0.782607> - 7512: < 0.571602, -0.046573, -0.819208> - 7513: < 0.572024, 0.000000, -0.820237> - 7514: < 0.617789, 0.000000, -0.786344> - 7515: < 0.617246, -0.046847, -0.785375> - 7516: < 0.572024, 0.000000, -0.820237> - 7517: < 0.571602, 0.046573, -0.819208> - 7518: < 0.617246, 0.046847, -0.785375> - 7519: < 0.617789, 0.000000, -0.786344> - 7520: < 0.571602, 0.046573, -0.819208> - 7521: < 0.570377, 0.091497, -0.816271> - 7522: < 0.615697, 0.091894, -0.782607> - 7523: < 0.617246, 0.046847, -0.785375> - 7524: < 0.570377, 0.091497, -0.816271> - 7525: < 0.568382, 0.134618, -0.811677> - 7526: < 0.613199, 0.134988, -0.778309> - 7527: < 0.615697, 0.091894, -0.782607> - 7528: < 0.568382, 0.134618, -0.811677> - 7529: < 0.565675, 0.176188, -0.805587> - 7530: < 0.609892, 0.176461, -0.772589> - 7531: < 0.613199, 0.134988, -0.778309> - 7532: < 0.565675, 0.176188, -0.805587> - 7533: < 0.562257, 0.216534, -0.798110> - 7534: < 0.605748, 0.216596, -0.765608> - 7535: < 0.609892, 0.176461, -0.772589> - 7536: < 0.562257, 0.216534, -0.798110> - 7537: < 0.558172, 0.255937, -0.789266> - 7538: < 0.600829, 0.255750, -0.757361> - 7539: < 0.605748, 0.216596, -0.765608> - 7540: < 0.558172, 0.255937, -0.789266> - 7541: < 0.553415, 0.294729, -0.779017> - 7542: < 0.595158, 0.294207, -0.747816> - 7543: < 0.600829, 0.255750, -0.757361> - 7544: < 0.553415, 0.294729, -0.779017> - 7545: < 0.548009, 0.333090, -0.767292> - 7546: < 0.588744, 0.332170, -0.736915> - 7547: < 0.595158, 0.294207, -0.747816> - 7548: < 0.548009, 0.333090, -0.767292> - 7549: < 0.542028, 0.370721, -0.754169> - 7550: < 0.581661, 0.369188, -0.724825> - 7551: < 0.588744, 0.332170, -0.736915> - 7552: < 0.542028, 0.370721, -0.754169> - 7553: < 0.535518, 0.407307, -0.739812> - 7554: < 0.574008, 0.404839, -0.711772> - 7555: < 0.581661, 0.369188, -0.724825> - 7556: < 0.535518, 0.407307, -0.739812> - 7557: < 0.528478, 0.443145, -0.724109> - 7558: < 0.565794, 0.439475, -0.697667> - 7559: < 0.574008, 0.404839, -0.711772> - 7560: < 0.528478, 0.443145, -0.724109> - 7561: < 0.520969, 0.478425, -0.706895> - 7562: < 0.557037, 0.473139, -0.682532> - 7563: < 0.565794, 0.439475, -0.697667> - 7564: < 0.520969, 0.478425, -0.706895> - 7565: < 0.513252, 0.513252, -0.687856> - 7566: < 0.547882, 0.506040, -0.666144> - 7567: < 0.557037, 0.473139, -0.682532> - 7568: < 0.513252, 0.513252, -0.687856> - 7569: < 0.506040, 0.547882, -0.666144> - 7570: < 0.538962, 0.538962, -0.647334> - 7571: < 0.547882, 0.506040, -0.666144> - 7572: < 0.506040, 0.547882, -0.666144> - 7573: < 0.500519, 0.581456, -0.641396> - 7574: < 0.531523, 0.571076, -0.625584> - 7575: < 0.538962, 0.538962, -0.647334> - 7576: < 0.531523, -0.571076, -0.625584> - 7577: < 0.538962, -0.538962, -0.647334> - 7578: < 0.571076, -0.531523, -0.625584> - 7579: < 0.561516, -0.561516, -0.607783> - 7580: < 0.538962, -0.538962, -0.647334> - 7581: < 0.547882, -0.506040, -0.666144> - 7582: < 0.581456, -0.500519, -0.641396> - 7583: < 0.571076, -0.531523, -0.625584> - 7584: < 0.547882, -0.506040, -0.666144> - 7585: < 0.557037, -0.473139, -0.682532> - 7586: < 0.591920, -0.469385, -0.655217> - 7587: < 0.581456, -0.500519, -0.641396> - 7588: < 0.557037, -0.473139, -0.682532> - 7589: < 0.565794, -0.439475, -0.697667> - 7590: < 0.601963, -0.437036, -0.668312> - 7591: < 0.591920, -0.469385, -0.655217> - 7592: < 0.565794, -0.439475, -0.697667> - 7593: < 0.574008, -0.404839, -0.711772> - 7594: < 0.611427, -0.403223, -0.680859> - 7595: < 0.601963, -0.437036, -0.668312> - 7596: < 0.574008, -0.404839, -0.711772> - 7597: < 0.581661, -0.369188, -0.724825> - 7598: < 0.620305, -0.368246, -0.692544> - 7599: < 0.611427, -0.403223, -0.680859> - 7600: < 0.581661, -0.369188, -0.724825> - 7601: < 0.588744, -0.332170, -0.736915> - 7602: < 0.628603, -0.331652, -0.703467> - 7603: < 0.620305, -0.368246, -0.692544> - 7604: < 0.588744, -0.332170, -0.736915> - 7605: < 0.595158, -0.294207, -0.747816> - 7606: < 0.636150, -0.293904, -0.713396> - 7607: < 0.628603, -0.331652, -0.703467> - 7608: < 0.595158, -0.294207, -0.747816> - 7609: < 0.600829, -0.255750, -0.757361> - 7610: < 0.642833, -0.255632, -0.722093> - 7611: < 0.636150, -0.293904, -0.713396> - 7612: < 0.600829, -0.255750, -0.757361> - 7613: < 0.605748, -0.216596, -0.765608> - 7614: < 0.648624, -0.216656, -0.729622> - 7615: < 0.642833, -0.255632, -0.722093> - 7616: < 0.605748, -0.216596, -0.765608> - 7617: < 0.609892, -0.176461, -0.772589> - 7618: < 0.653502, -0.176644, -0.736025> - 7619: < 0.648624, -0.216656, -0.729622> - 7620: < 0.609892, -0.176461, -0.772589> - 7621: < 0.613215, -0.135015, -0.778292> - 7622: < 0.657468, -0.135260, -0.741243> - 7623: < 0.653502, -0.176644, -0.736025> - 7624: < 0.613215, -0.135015, -0.778292> - 7625: < 0.615697, -0.091894, -0.782607> - 7626: < 0.660463, -0.092137, -0.745184> - 7627: < 0.657468, -0.135260, -0.741243> - 7628: < 0.615697, -0.091894, -0.782607> - 7629: < 0.617246, -0.046847, -0.785375> - 7630: < 0.662354, -0.046999, -0.747715> - 7631: < 0.660463, -0.092137, -0.745184> - 7632: < 0.617246, -0.046847, -0.785375> - 7633: < 0.617789, 0.000000, -0.786344> - 7634: < 0.663024, 0.000000, -0.748599> - 7635: < 0.662354, -0.046999, -0.747715> - 7636: < 0.617789, 0.000000, -0.786344> - 7637: < 0.617246, 0.046847, -0.785375> - 7638: < 0.662354, 0.046999, -0.747715> - 7639: < 0.663024, 0.000000, -0.748599> - 7640: < 0.617246, 0.046847, -0.785375> - 7641: < 0.615697, 0.091894, -0.782607> - 7642: < 0.660463, 0.092137, -0.745184> - 7643: < 0.662354, 0.046999, -0.747715> - 7644: < 0.615697, 0.091894, -0.782607> - 7645: < 0.613199, 0.134988, -0.778309> - 7646: < 0.657468, 0.135260, -0.741243> - 7647: < 0.660463, 0.092137, -0.745184> - 7648: < 0.613199, 0.134988, -0.778309> - 7649: < 0.609892, 0.176461, -0.772589> - 7650: < 0.653502, 0.176644, -0.736025> - 7651: < 0.657468, 0.135260, -0.741243> - 7652: < 0.609892, 0.176461, -0.772589> - 7653: < 0.605748, 0.216596, -0.765608> - 7654: < 0.648606, 0.216660, -0.729636> - 7655: < 0.653502, 0.176644, -0.736025> - 7656: < 0.605748, 0.216596, -0.765608> - 7657: < 0.600829, 0.255750, -0.757361> - 7658: < 0.642833, 0.255632, -0.722093> - 7659: < 0.648606, 0.216660, -0.729636> - 7660: < 0.600829, 0.255750, -0.757361> - 7661: < 0.595158, 0.294207, -0.747816> - 7662: < 0.636150, 0.293904, -0.713396> - 7663: < 0.642833, 0.255632, -0.722093> - 7664: < 0.595158, 0.294207, -0.747816> - 7665: < 0.588744, 0.332170, -0.736915> - 7666: < 0.628603, 0.331652, -0.703467> - 7667: < 0.636150, 0.293904, -0.713396> - 7668: < 0.588744, 0.332170, -0.736915> - 7669: < 0.581661, 0.369188, -0.724825> - 7670: < 0.620305, 0.368246, -0.692544> - 7671: < 0.628603, 0.331652, -0.703467> - 7672: < 0.581661, 0.369188, -0.724825> - 7673: < 0.574008, 0.404839, -0.711772> - 7674: < 0.611427, 0.403223, -0.680859> - 7675: < 0.620305, 0.368246, -0.692544> - 7676: < 0.574008, 0.404839, -0.711772> - 7677: < 0.565794, 0.439475, -0.697667> - 7678: < 0.601963, 0.437036, -0.668312> - 7679: < 0.611427, 0.403223, -0.680859> - 7680: < 0.565794, 0.439475, -0.697667> - 7681: < 0.557037, 0.473139, -0.682532> - 7682: < 0.591920, 0.469385, -0.655217> - 7683: < 0.601963, 0.437036, -0.668312> - 7684: < 0.557037, 0.473139, -0.682532> - 7685: < 0.547882, 0.506040, -0.666144> - 7686: < 0.581456, 0.500519, -0.641396> - 7687: < 0.591920, 0.469385, -0.655217> - 7688: < 0.547882, 0.506040, -0.666144> - 7689: < 0.538962, 0.538962, -0.647334> - 7690: < 0.571076, 0.531523, -0.625584> - 7691: < 0.581456, 0.500519, -0.641396> - 7692: < 0.538962, 0.538962, -0.647334> - 7693: < 0.531523, 0.571076, -0.625584> - 7694: < 0.561516, 0.561516, -0.607783> - 7695: < 0.571076, 0.531523, -0.625584> - 7696: <-0.577360, -0.577330, -0.577360> - 7697: <-0.588539, -0.554296, -0.588539> - 7698: <-0.561516, -0.561516, -0.607783> - 7699: <-0.554296, -0.588539, -0.588539> - 7700: <-0.588539, -0.554296, -0.588539> - 7701: <-0.601199, -0.526457, -0.601168> - 7702: <-0.571076, -0.531523, -0.625584> - 7703: <-0.561516, -0.561516, -0.607783> - 7704: <-0.601199, -0.526457, -0.601168> - 7705: <-0.613379, -0.497527, -0.613379> - 7706: <-0.581456, -0.500519, -0.641396> - 7707: <-0.571076, -0.531523, -0.625584> - 7708: <-0.613379, -0.497527, -0.613379> - 7709: <-0.624909, -0.467950, -0.624909> - 7710: <-0.591920, -0.469385, -0.655217> - 7711: <-0.581456, -0.500519, -0.641396> - 7712: <-0.624909, -0.467950, -0.624909> - 7713: <-0.636296, -0.436181, -0.636296> - 7714: <-0.601963, -0.437036, -0.668312> - 7715: <-0.591920, -0.469385, -0.655217> - 7716: <-0.636296, -0.436181, -0.636296> - 7717: <-0.647247, -0.402668, -0.647247> - 7718: <-0.611427, -0.403223, -0.680859> - 7719: <-0.601963, -0.437036, -0.668312> - 7720: <-0.647247, -0.402668, -0.647247> - 7721: <-0.657511, -0.367912, -0.657511> - 7722: <-0.620305, -0.368246, -0.692544> - 7723: <-0.611427, -0.403223, -0.680859> - 7724: <-0.657511, -0.367912, -0.657511> - 7725: <-0.667130, -0.331474, -0.667130> - 7726: <-0.628603, -0.331652, -0.703467> - 7727: <-0.620305, -0.368246, -0.692544> - 7728: <-0.667130, -0.331474, -0.667130> - 7729: <-0.675899, -0.293804, -0.675899> - 7730: <-0.636150, -0.293904, -0.713396> - 7731: <-0.628603, -0.331652, -0.703467> - 7732: <-0.675899, -0.293804, -0.675899> - 7733: <-0.683620, -0.255594, -0.683620> - 7734: <-0.642833, -0.255632, -0.722093> - 7735: <-0.636150, -0.293904, -0.713396> - 7736: <-0.683620, -0.255594, -0.683620> - 7737: <-0.690307, -0.216684, -0.690307> - 7738: <-0.648606, -0.216660, -0.729636> - 7739: <-0.642833, -0.255632, -0.722093> - 7740: <-0.690307, -0.216684, -0.690307> - 7741: <-0.695976, -0.176733, -0.695976> - 7742: <-0.653502, -0.176644, -0.736025> - 7743: <-0.648606, -0.216660, -0.729636> - 7744: <-0.695976, -0.176733, -0.695976> - 7745: <-0.700600, -0.135353, -0.700600> - 7746: <-0.657468, -0.135260, -0.741243> - 7747: <-0.653502, -0.176644, -0.736025> - 7748: <-0.700600, -0.135353, -0.700600> - 7749: <-0.704093, -0.092231, -0.704093> - 7750: <-0.660463, -0.092137, -0.745184> - 7751: <-0.657468, -0.135260, -0.741243> - 7752: <-0.704093, -0.092231, -0.704093> - 7753: <-0.706323, -0.047060, -0.706323> - 7754: <-0.662354, -0.046999, -0.747715> - 7755: <-0.660463, -0.092137, -0.745184> - 7756: <-0.706323, -0.047060, -0.706323> - 7757: <-0.707107, 0.000000, -0.707107> - 7758: <-0.663024, 0.000000, -0.748599> - 7759: <-0.662354, -0.046999, -0.747715> - 7760: <-0.707107, 0.000000, -0.707107> - 7761: <-0.706323, 0.047060, -0.706323> - 7762: <-0.662354, 0.046999, -0.747715> - 7763: <-0.663024, 0.000000, -0.748599> - 7764: <-0.706323, 0.047060, -0.706323> - 7765: <-0.704093, 0.092231, -0.704093> - 7766: <-0.660463, 0.092137, -0.745184> - 7767: <-0.662354, 0.046999, -0.747715> - 7768: <-0.704093, 0.092231, -0.704093> - 7769: <-0.700600, 0.135353, -0.700600> - 7770: <-0.657468, 0.135260, -0.741243> - 7771: <-0.660463, 0.092137, -0.745184> - 7772: <-0.700600, 0.135353, -0.700600> - 7773: <-0.695976, 0.176733, -0.695976> - 7774: <-0.653502, 0.176644, -0.736025> - 7775: <-0.657468, 0.135260, -0.741243> - 7776: <-0.695976, 0.176733, -0.695976> - 7777: <-0.690307, 0.216684, -0.690307> - 7778: <-0.648606, 0.216660, -0.729636> - 7779: <-0.653502, 0.176644, -0.736025> - 7780: <-0.690307, 0.216684, -0.690307> - 7781: <-0.683620, 0.255594, -0.683620> - 7782: <-0.642833, 0.255632, -0.722093> - 7783: <-0.648606, 0.216660, -0.729636> - 7784: <-0.683620, 0.255594, -0.683620> - 7785: <-0.675899, 0.293804, -0.675899> - 7786: <-0.636150, 0.293904, -0.713396> - 7787: <-0.642833, 0.255632, -0.722093> - 7788: <-0.675899, 0.293804, -0.675899> - 7789: <-0.667130, 0.331474, -0.667130> - 7790: <-0.628603, 0.331652, -0.703467> - 7791: <-0.636150, 0.293904, -0.713396> - 7792: <-0.667130, 0.331474, -0.667130> - 7793: <-0.657511, 0.367912, -0.657511> - 7794: <-0.620305, 0.368246, -0.692544> - 7795: <-0.628603, 0.331652, -0.703467> - 7796: <-0.657511, 0.367912, -0.657511> - 7797: <-0.647247, 0.402668, -0.647247> - 7798: <-0.611427, 0.403223, -0.680859> - 7799: <-0.620305, 0.368246, -0.692544> - 7800: <-0.647247, 0.402668, -0.647247> - 7801: <-0.636296, 0.436181, -0.636296> - 7802: <-0.601963, 0.437036, -0.668312> - 7803: <-0.611427, 0.403223, -0.680859> - 7804: <-0.636296, 0.436181, -0.636296> - 7805: <-0.624909, 0.467950, -0.624909> - 7806: <-0.591920, 0.469385, -0.655217> - 7807: <-0.601963, 0.437036, -0.668312> - 7808: <-0.624909, 0.467950, -0.624909> - 7809: <-0.613379, 0.497527, -0.613379> - 7810: <-0.581465, 0.500496, -0.641406> - 7811: <-0.591920, 0.469385, -0.655217> - 7812: <-0.613379, 0.497527, -0.613379> - 7813: <-0.601188, 0.526447, -0.601188> - 7814: <-0.571076, 0.531523, -0.625584> - 7815: <-0.581465, 0.500496, -0.641406> - 7816: <-0.601188, 0.526447, -0.601188> - 7817: <-0.588539, 0.554296, -0.588539> - 7818: <-0.561516, 0.561516, -0.607783> - 7819: <-0.571076, 0.531523, -0.625584> - 7820: <-0.588539, 0.554296, -0.588539> - 7821: <-0.577350, 0.577350, -0.577350> - 7822: <-0.554296, 0.588539, -0.588539> - 7823: <-0.561516, 0.561516, -0.607783> - 7824: <-0.561516, 0.561516, -0.607783> - 7825: <-0.554296, 0.588539, -0.588539> - 7826: <-0.526447, 0.601188, -0.601188> - 7827: <-0.531523, 0.571076, -0.625584> - 7828: <-0.531523, 0.571076, -0.625584> - 7829: <-0.526447, 0.601188, -0.601188> - 7830: <-0.497527, 0.613379, -0.613379> - 7831: <-0.500519, 0.581456, -0.641396> - 7832: <-0.500519, 0.581456, -0.641396> - 7833: <-0.497527, 0.613379, -0.613379> - 7834: <-0.467950, 0.624909, -0.624909> - 7835: <-0.469385, 0.591920, -0.655217> - 7836: <-0.469385, 0.591920, -0.655217> - 7837: <-0.467950, 0.624909, -0.624909> - 7838: <-0.436181, 0.636296, -0.636296> - 7839: <-0.437036, 0.601963, -0.668312> - 7840: <-0.437036, 0.601963, -0.668312> - 7841: <-0.436181, 0.636296, -0.636296> - 7842: <-0.402668, 0.647247, -0.647247> - 7843: <-0.403223, 0.611427, -0.680859> - 7844: <-0.403223, 0.611427, -0.680859> - 7845: <-0.402668, 0.647247, -0.647247> - 7846: <-0.367912, 0.657511, -0.657511> - 7847: <-0.368246, 0.620305, -0.692544> - 7848: <-0.368246, 0.620305, -0.692544> - 7849: <-0.367912, 0.657511, -0.657511> - 7850: <-0.331474, 0.667130, -0.667130> - 7851: <-0.331652, 0.628603, -0.703467> - 7852: <-0.331652, 0.628603, -0.703467> - 7853: <-0.331474, 0.667130, -0.667130> - 7854: <-0.293804, 0.675899, -0.675899> - 7855: <-0.293904, 0.636150, -0.713396> - 7856: <-0.293904, 0.636150, -0.713396> - 7857: <-0.293804, 0.675899, -0.675899> - 7858: <-0.255594, 0.683620, -0.683620> - 7859: <-0.255632, 0.642833, -0.722093> - 7860: <-0.255632, 0.642833, -0.722093> - 7861: <-0.255594, 0.683620, -0.683620> - 7862: <-0.216684, 0.690307, -0.690307> - 7863: <-0.216660, 0.648606, -0.729636> - 7864: <-0.216660, 0.648606, -0.729636> - 7865: <-0.216684, 0.690307, -0.690307> - 7866: <-0.176733, 0.695976, -0.695976> - 7867: <-0.176644, 0.653502, -0.736025> - 7868: <-0.176644, 0.653502, -0.736025> - 7869: <-0.176733, 0.695976, -0.695976> - 7870: <-0.135353, 0.700600, -0.700600> - 7871: <-0.135260, 0.657468, -0.741243> - 7872: <-0.135260, 0.657468, -0.741243> - 7873: <-0.135353, 0.700600, -0.700600> - 7874: <-0.092231, 0.704093, -0.704093> - 7875: <-0.092137, 0.660463, -0.745184> - 7876: <-0.092137, 0.660463, -0.745184> - 7877: <-0.092231, 0.704093, -0.704093> - 7878: <-0.047060, 0.706323, -0.706323> - 7879: <-0.046999, 0.662354, -0.747715> - 7880: <-0.046999, 0.662354, -0.747715> - 7881: <-0.047060, 0.706323, -0.706323> - 7882: < 0.000000, 0.707107, -0.707107> - 7883: < 0.000000, 0.663024, -0.748599> - 7884: < 0.000000, 0.663024, -0.748599> - 7885: < 0.000000, 0.707107, -0.707107> - 7886: < 0.047060, 0.706323, -0.706323> - 7887: < 0.046999, 0.662354, -0.747715> - 7888: < 0.046999, 0.662354, -0.747715> - 7889: < 0.047060, 0.706323, -0.706323> - 7890: < 0.092231, 0.704093, -0.704093> - 7891: < 0.092137, 0.660463, -0.745184> - 7892: < 0.092137, 0.660463, -0.745184> - 7893: < 0.092231, 0.704093, -0.704093> - 7894: < 0.135353, 0.700600, -0.700600> - 7895: < 0.135260, 0.657468, -0.741243> - 7896: < 0.135260, 0.657468, -0.741243> - 7897: < 0.135353, 0.700600, -0.700600> - 7898: < 0.176733, 0.695976, -0.695976> - 7899: < 0.176644, 0.653502, -0.736025> - 7900: < 0.176644, 0.653502, -0.736025> - 7901: < 0.176733, 0.695976, -0.695976> - 7902: < 0.216684, 0.690307, -0.690307> - 7903: < 0.216660, 0.648606, -0.729636> - 7904: < 0.216660, 0.648606, -0.729636> - 7905: < 0.216684, 0.690307, -0.690307> - 7906: < 0.255594, 0.683620, -0.683620> - 7907: < 0.255632, 0.642833, -0.722093> - 7908: < 0.255632, 0.642833, -0.722093> - 7909: < 0.255594, 0.683620, -0.683620> - 7910: < 0.293804, 0.675899, -0.675899> - 7911: < 0.293904, 0.636150, -0.713396> - 7912: < 0.293904, 0.636150, -0.713396> - 7913: < 0.293804, 0.675899, -0.675899> - 7914: < 0.331474, 0.667130, -0.667130> - 7915: < 0.331652, 0.628603, -0.703467> - 7916: < 0.331652, 0.628603, -0.703467> - 7917: < 0.331474, 0.667130, -0.667130> - 7918: < 0.367912, 0.657511, -0.657511> - 7919: < 0.368246, 0.620305, -0.692544> - 7920: < 0.368246, 0.620305, -0.692544> - 7921: < 0.367912, 0.657511, -0.657511> - 7922: < 0.402668, 0.647247, -0.647247> - 7923: < 0.403223, 0.611427, -0.680859> - 7924: < 0.403223, 0.611427, -0.680859> - 7925: < 0.402668, 0.647247, -0.647247> - 7926: < 0.436181, 0.636296, -0.636296> - 7927: < 0.437036, 0.601963, -0.668312> - 7928: < 0.437036, 0.601963, -0.668312> - 7929: < 0.436181, 0.636296, -0.636296> - 7930: < 0.467950, 0.624909, -0.624909> - 7931: < 0.469385, 0.591920, -0.655217> - 7932: < 0.469385, 0.591920, -0.655217> - 7933: < 0.467950, 0.624909, -0.624909> - 7934: < 0.497527, 0.613379, -0.613379> - 7935: < 0.500519, 0.581456, -0.641396> - 7936: < 0.500519, 0.581456, -0.641396> - 7937: < 0.497527, 0.613379, -0.613379> - 7938: < 0.526467, 0.601179, -0.601179> - 7939: < 0.531523, 0.571076, -0.625584> - 7940: < 0.531523, 0.571076, -0.625584> - 7941: < 0.526467, 0.601179, -0.601179> - 7942: < 0.554296, 0.588539, -0.588539> - 7943: < 0.561516, 0.561516, -0.607783> - 7944: < 0.561516, 0.561516, -0.607783> - 7945: < 0.554296, 0.588539, -0.588539> - 7946: < 0.577350, 0.577350, -0.577350> - 7947: < 0.588539, 0.554296, -0.588539> - 7948: < 0.571076, 0.531523, -0.625584> - 7949: < 0.561516, 0.561516, -0.607783> - 7950: < 0.588539, 0.554296, -0.588539> - 7951: < 0.601168, 0.526457, -0.601199> - 7952: < 0.581456, 0.500519, -0.641396> - 7953: < 0.571076, 0.531523, -0.625584> - 7954: < 0.601168, 0.526457, -0.601199> - 7955: < 0.613379, 0.497527, -0.613379> - 7956: < 0.591920, 0.469385, -0.655217> - 7957: < 0.581456, 0.500519, -0.641396> - 7958: < 0.613379, 0.497527, -0.613379> - 7959: < 0.624909, 0.467950, -0.624909> - 7960: < 0.601963, 0.437036, -0.668312> - 7961: < 0.591920, 0.469385, -0.655217> - 7962: < 0.624909, 0.467950, -0.624909> - 7963: < 0.636296, 0.436181, -0.636296> - 7964: < 0.611427, 0.403223, -0.680859> - 7965: < 0.601963, 0.437036, -0.668312> - 7966: < 0.636296, 0.436181, -0.636296> - 7967: < 0.647247, 0.402668, -0.647247> - 7968: < 0.620305, 0.368246, -0.692544> - 7969: < 0.611427, 0.403223, -0.680859> - 7970: < 0.647247, 0.402668, -0.647247> - 7971: < 0.657511, 0.367912, -0.657511> - 7972: < 0.628603, 0.331652, -0.703467> - 7973: < 0.620305, 0.368246, -0.692544> - 7974: < 0.657511, 0.367912, -0.657511> - 7975: < 0.667130, 0.331474, -0.667130> - 7976: < 0.636150, 0.293904, -0.713396> - 7977: < 0.628603, 0.331652, -0.703467> - 7978: < 0.667130, 0.331474, -0.667130> - 7979: < 0.675899, 0.293804, -0.675899> - 7980: < 0.642833, 0.255632, -0.722093> - 7981: < 0.636150, 0.293904, -0.713396> - 7982: < 0.675899, 0.293804, -0.675899> - 7983: < 0.683620, 0.255594, -0.683620> - 7984: < 0.648606, 0.216660, -0.729636> - 7985: < 0.642833, 0.255632, -0.722093> - 7986: < 0.683620, 0.255594, -0.683620> - 7987: < 0.690307, 0.216684, -0.690307> - 7988: < 0.653502, 0.176644, -0.736025> - 7989: < 0.648606, 0.216660, -0.729636> - 7990: < 0.690307, 0.216684, -0.690307> - 7991: < 0.695976, 0.176733, -0.695976> - 7992: < 0.657468, 0.135260, -0.741243> - 7993: < 0.653502, 0.176644, -0.736025> - 7994: < 0.695976, 0.176733, -0.695976> - 7995: < 0.700600, 0.135353, -0.700600> - 7996: < 0.660463, 0.092137, -0.745184> - 7997: < 0.657468, 0.135260, -0.741243> - 7998: < 0.700600, 0.135353, -0.700600> - 7999: < 0.704093, 0.092231, -0.704093> - 8000: < 0.662354, 0.046999, -0.747715> - 8001: < 0.660463, 0.092137, -0.745184> - 8002: < 0.704093, 0.092231, -0.704093> - 8003: < 0.706323, 0.047060, -0.706323> - 8004: < 0.663024, 0.000000, -0.748599> - 8005: < 0.662354, 0.046999, -0.747715> - 8006: < 0.706323, 0.047060, -0.706323> - 8007: < 0.707107, 0.000000, -0.707107> - 8008: < 0.662354, -0.046999, -0.747715> - 8009: < 0.663024, 0.000000, -0.748599> - 8010: < 0.707107, 0.000000, -0.707107> - 8011: < 0.706323, -0.047060, -0.706323> - 8012: < 0.660463, -0.092137, -0.745184> - 8013: < 0.662354, -0.046999, -0.747715> - 8014: < 0.706323, -0.047060, -0.706323> - 8015: < 0.704093, -0.092231, -0.704093> - 8016: < 0.657468, -0.135260, -0.741243> - 8017: < 0.660463, -0.092137, -0.745184> - 8018: < 0.704093, -0.092231, -0.704093> - 8019: < 0.700600, -0.135353, -0.700600> - 8020: < 0.653502, -0.176644, -0.736025> - 8021: < 0.657468, -0.135260, -0.741243> - 8022: < 0.700600, -0.135353, -0.700600> - 8023: < 0.695976, -0.176733, -0.695976> - 8024: < 0.648624, -0.216656, -0.729622> - 8025: < 0.653502, -0.176644, -0.736025> - 8026: < 0.695976, -0.176733, -0.695976> - 8027: < 0.690307, -0.216684, -0.690307> - 8028: < 0.642833, -0.255632, -0.722093> - 8029: < 0.648624, -0.216656, -0.729622> - 8030: < 0.690307, -0.216684, -0.690307> - 8031: < 0.683620, -0.255594, -0.683620> - 8032: < 0.636150, -0.293904, -0.713396> - 8033: < 0.642833, -0.255632, -0.722093> - 8034: < 0.683620, -0.255594, -0.683620> - 8035: < 0.675899, -0.293804, -0.675899> - 8036: < 0.628603, -0.331652, -0.703467> - 8037: < 0.636150, -0.293904, -0.713396> - 8038: < 0.675899, -0.293804, -0.675899> - 8039: < 0.667130, -0.331474, -0.667130> - 8040: < 0.620305, -0.368246, -0.692544> - 8041: < 0.628603, -0.331652, -0.703467> - 8042: < 0.667130, -0.331474, -0.667130> - 8043: < 0.657511, -0.367912, -0.657511> - 8044: < 0.611427, -0.403223, -0.680859> - 8045: < 0.620305, -0.368246, -0.692544> - 8046: < 0.657511, -0.367912, -0.657511> - 8047: < 0.647247, -0.402668, -0.647247> - 8048: < 0.601963, -0.437036, -0.668312> - 8049: < 0.611427, -0.403223, -0.680859> - 8050: < 0.647247, -0.402668, -0.647247> - 8051: < 0.636296, -0.436181, -0.636296> - 8052: < 0.591920, -0.469385, -0.655217> - 8053: < 0.601963, -0.437036, -0.668312> - 8054: < 0.636296, -0.436181, -0.636296> - 8055: < 0.624909, -0.467950, -0.624909> - 8056: < 0.581456, -0.500519, -0.641396> - 8057: < 0.591920, -0.469385, -0.655217> - 8058: < 0.624909, -0.467950, -0.624909> - 8059: < 0.613379, -0.497527, -0.613379> - 8060: < 0.571076, -0.531523, -0.625584> - 8061: < 0.581456, -0.500519, -0.641396> - 8062: < 0.613379, -0.497527, -0.613379> - 8063: < 0.601168, -0.526457, -0.601199> - 8064: < 0.561516, -0.561516, -0.607783> - 8065: < 0.571076, -0.531523, -0.625584> - 8066: < 0.601168, -0.526457, -0.601199> - 8067: < 0.588539, -0.554296, -0.588539> - 8068: < 0.554296, -0.588539, -0.588539> - 8069: < 0.561516, -0.561516, -0.607783> - 8070: < 0.588539, -0.554296, -0.588539> - 8071: < 0.577350, -0.577350, -0.577350> - 8072: < 0.526457, -0.601168, -0.601199> - 8073: < 0.531523, -0.571076, -0.625584> - 8074: < 0.561516, -0.561516, -0.607783> - 8075: < 0.554296, -0.588539, -0.588539> - 8076: < 0.497527, -0.613379, -0.613379> - 8077: < 0.500519, -0.581456, -0.641396> - 8078: < 0.531523, -0.571076, -0.625584> - 8079: < 0.526457, -0.601168, -0.601199> - 8080: < 0.467950, -0.624909, -0.624909> - 8081: < 0.469385, -0.591920, -0.655217> - 8082: < 0.500519, -0.581456, -0.641396> - 8083: < 0.497527, -0.613379, -0.613379> - 8084: < 0.436181, -0.636296, -0.636296> - 8085: < 0.437036, -0.601963, -0.668312> - 8086: < 0.469385, -0.591920, -0.655217> - 8087: < 0.467950, -0.624909, -0.624909> - 8088: < 0.402668, -0.647247, -0.647247> - 8089: < 0.403223, -0.611427, -0.680859> - 8090: < 0.437036, -0.601963, -0.668312> - 8091: < 0.436181, -0.636296, -0.636296> - 8092: < 0.367912, -0.657511, -0.657511> - 8093: < 0.368246, -0.620305, -0.692544> - 8094: < 0.403223, -0.611427, -0.680859> - 8095: < 0.402668, -0.647247, -0.647247> - 8096: < 0.331474, -0.667130, -0.667130> - 8097: < 0.331652, -0.628603, -0.703467> - 8098: < 0.368246, -0.620305, -0.692544> - 8099: < 0.367912, -0.657511, -0.657511> - 8100: < 0.293804, -0.675899, -0.675899> - 8101: < 0.293904, -0.636150, -0.713396> - 8102: < 0.331652, -0.628603, -0.703467> - 8103: < 0.331474, -0.667130, -0.667130> - 8104: < 0.255594, -0.683620, -0.683620> - 8105: < 0.255632, -0.642833, -0.722093> - 8106: < 0.293904, -0.636150, -0.713396> - 8107: < 0.293804, -0.675899, -0.675899> - 8108: < 0.216684, -0.690307, -0.690307> - 8109: < 0.216660, -0.648606, -0.729636> - 8110: < 0.255632, -0.642833, -0.722093> - 8111: < 0.255594, -0.683620, -0.683620> - 8112: < 0.176733, -0.695976, -0.695976> - 8113: < 0.176644, -0.653502, -0.736025> - 8114: < 0.216660, -0.648606, -0.729636> - 8115: < 0.216684, -0.690307, -0.690307> - 8116: < 0.135353, -0.700600, -0.700600> - 8117: < 0.135260, -0.657468, -0.741243> - 8118: < 0.176644, -0.653502, -0.736025> - 8119: < 0.176733, -0.695976, -0.695976> - 8120: < 0.092231, -0.704093, -0.704093> - 8121: < 0.092137, -0.660463, -0.745184> - 8122: < 0.135260, -0.657468, -0.741243> - 8123: < 0.135353, -0.700600, -0.700600> - 8124: < 0.047060, -0.706323, -0.706323> - 8125: < 0.046999, -0.662354, -0.747715> - 8126: < 0.092137, -0.660463, -0.745184> - 8127: < 0.092231, -0.704093, -0.704093> - 8128: < 0.000000, -0.707107, -0.707107> - 8129: < 0.000000, -0.663024, -0.748599> - 8130: < 0.046999, -0.662354, -0.747715> - 8131: < 0.047060, -0.706323, -0.706323> - 8132: <-0.047060, -0.706323, -0.706323> - 8133: <-0.046999, -0.662354, -0.747715> - 8134: < 0.000000, -0.663024, -0.748599> - 8135: < 0.000000, -0.707107, -0.707107> - 8136: <-0.092231, -0.704093, -0.704093> - 8137: <-0.092137, -0.660463, -0.745184> - 8138: <-0.046999, -0.662354, -0.747715> - 8139: <-0.047060, -0.706323, -0.706323> - 8140: <-0.135353, -0.700600, -0.700600> - 8141: <-0.135260, -0.657468, -0.741243> - 8142: <-0.092137, -0.660463, -0.745184> - 8143: <-0.092231, -0.704093, -0.704093> - 8144: <-0.176733, -0.695976, -0.695976> - 8145: <-0.176644, -0.653502, -0.736025> - 8146: <-0.135260, -0.657468, -0.741243> - 8147: <-0.135353, -0.700600, -0.700600> - 8148: <-0.216684, -0.690307, -0.690307> - 8149: <-0.216660, -0.648606, -0.729636> - 8150: <-0.176644, -0.653502, -0.736025> - 8151: <-0.176733, -0.695976, -0.695976> - 8152: <-0.255594, -0.683620, -0.683620> - 8153: <-0.255632, -0.642833, -0.722093> - 8154: <-0.216660, -0.648606, -0.729636> - 8155: <-0.216684, -0.690307, -0.690307> - 8156: <-0.293804, -0.675899, -0.675899> - 8157: <-0.293904, -0.636150, -0.713396> - 8158: <-0.255632, -0.642833, -0.722093> - 8159: <-0.255594, -0.683620, -0.683620> - 8160: <-0.331474, -0.667130, -0.667130> - 8161: <-0.331652, -0.628603, -0.703467> - 8162: <-0.293904, -0.636150, -0.713396> - 8163: <-0.293804, -0.675899, -0.675899> - 8164: <-0.367912, -0.657511, -0.657511> - 8165: <-0.368246, -0.620305, -0.692544> - 8166: <-0.331652, -0.628603, -0.703467> - 8167: <-0.331474, -0.667130, -0.667130> - 8168: <-0.402668, -0.647247, -0.647247> - 8169: <-0.403223, -0.611427, -0.680859> - 8170: <-0.368246, -0.620305, -0.692544> - 8171: <-0.367912, -0.657511, -0.657511> - 8172: <-0.436181, -0.636296, -0.636296> - 8173: <-0.437036, -0.601963, -0.668312> - 8174: <-0.403223, -0.611427, -0.680859> - 8175: <-0.402668, -0.647247, -0.647247> - 8176: <-0.467950, -0.624909, -0.624909> - 8177: <-0.469385, -0.591920, -0.655217> - 8178: <-0.437036, -0.601963, -0.668312> - 8179: <-0.436181, -0.636296, -0.636296> - 8180: <-0.497527, -0.613379, -0.613379> - 8181: <-0.500519, -0.581456, -0.641396> - 8182: <-0.469385, -0.591920, -0.655217> - 8183: <-0.467950, -0.624909, -0.624909> - 8184: <-0.526447, -0.601188, -0.601188> - 8185: <-0.531523, -0.571076, -0.625584> - 8186: <-0.500519, -0.581456, -0.641396> - 8187: <-0.497527, -0.613379, -0.613379> - 8188: <-0.554296, -0.588539, -0.588539> - 8189: <-0.561516, -0.561516, -0.607783> - 8190: <-0.531523, -0.571076, -0.625584> - 8191: <-0.526447, -0.601188, -0.601188> - 8192: < 0.607783, -0.561516, -0.561516> - 8193: < 0.625584, -0.531523, -0.571076> - 8194: < 0.647334, -0.538962, -0.538962> - 8195: < 0.625584, -0.571076, -0.531523> - 8196: < 0.625584, -0.531523, -0.571076> - 8197: < 0.641397, -0.500519, -0.581456> - 8198: < 0.666144, -0.506040, -0.547882> - 8199: < 0.647334, -0.538962, -0.538962> - 8200: < 0.641397, -0.500519, -0.581456> - 8201: < 0.655217, -0.469385, -0.591920> - 8202: < 0.682532, -0.473139, -0.557037> - 8203: < 0.666144, -0.506040, -0.547882> - 8204: < 0.655217, -0.469385, -0.591920> - 8205: < 0.668312, -0.437036, -0.601963> - 8206: < 0.697667, -0.439475, -0.565794> - 8207: < 0.682532, -0.473139, -0.557037> - 8208: < 0.668312, -0.437036, -0.601963> - 8209: < 0.680859, -0.403223, -0.611427> - 8210: < 0.711772, -0.404839, -0.574008> - 8211: < 0.697667, -0.439475, -0.565794> - 8212: < 0.680859, -0.403223, -0.611427> - 8213: < 0.692544, -0.368246, -0.620305> - 8214: < 0.724825, -0.369188, -0.581661> - 8215: < 0.711772, -0.404839, -0.574008> - 8216: < 0.692544, -0.368246, -0.620305> - 8217: < 0.703467, -0.331652, -0.628603> - 8218: < 0.736915, -0.332170, -0.588744> - 8219: < 0.724825, -0.369188, -0.581661> - 8220: < 0.703467, -0.331652, -0.628603> - 8221: < 0.713396, -0.293904, -0.636150> - 8222: < 0.747816, -0.294207, -0.595158> - 8223: < 0.736915, -0.332170, -0.588744> - 8224: < 0.713396, -0.293904, -0.636150> - 8225: < 0.722093, -0.255632, -0.642833> - 8226: < 0.757361, -0.255750, -0.600829> - 8227: < 0.747816, -0.294207, -0.595158> - 8228: < 0.722093, -0.255632, -0.642833> - 8229: < 0.729636, -0.216660, -0.648606> - 8230: < 0.765608, -0.216596, -0.605748> - 8231: < 0.757361, -0.255750, -0.600829> - 8232: < 0.729636, -0.216660, -0.648606> - 8233: < 0.736025, -0.176644, -0.653502> - 8234: < 0.772589, -0.176461, -0.609892> - 8235: < 0.765608, -0.216596, -0.605748> - 8236: < 0.736025, -0.176644, -0.653502> - 8237: < 0.741243, -0.135260, -0.657468> - 8238: < 0.778292, -0.135015, -0.613215> - 8239: < 0.772589, -0.176461, -0.609892> - 8240: < 0.741243, -0.135260, -0.657468> - 8241: < 0.745184, -0.092137, -0.660463> - 8242: < 0.782607, -0.091894, -0.615697> - 8243: < 0.778292, -0.135015, -0.613215> - 8244: < 0.745184, -0.092137, -0.660463> - 8245: < 0.747715, -0.046999, -0.662354> - 8246: < 0.785375, -0.046847, -0.617246> - 8247: < 0.782607, -0.091894, -0.615697> - 8248: < 0.747715, -0.046999, -0.662354> - 8249: < 0.748599, 0.000000, -0.663024> - 8250: < 0.786344, 0.000000, -0.617789> - 8251: < 0.785375, -0.046847, -0.617246> - 8252: < 0.748599, 0.000000, -0.663024> - 8253: < 0.747715, 0.046999, -0.662354> - 8254: < 0.785375, 0.046847, -0.617246> - 8255: < 0.786344, 0.000000, -0.617789> - 8256: < 0.747715, 0.046999, -0.662354> - 8257: < 0.745184, 0.092137, -0.660463> - 8258: < 0.782607, 0.091894, -0.615697> - 8259: < 0.785375, 0.046847, -0.617246> - 8260: < 0.745184, 0.092137, -0.660463> - 8261: < 0.741243, 0.135260, -0.657468> - 8262: < 0.778309, 0.134988, -0.613199> - 8263: < 0.782607, 0.091894, -0.615697> - 8264: < 0.741243, 0.135260, -0.657468> - 8265: < 0.736025, 0.176644, -0.653502> - 8266: < 0.772589, 0.176461, -0.609892> - 8267: < 0.778309, 0.134988, -0.613199> - 8268: < 0.736025, 0.176644, -0.653502> - 8269: < 0.729636, 0.216660, -0.648606> - 8270: < 0.765608, 0.216596, -0.605748> - 8271: < 0.772589, 0.176461, -0.609892> - 8272: < 0.729636, 0.216660, -0.648606> - 8273: < 0.722093, 0.255632, -0.642833> - 8274: < 0.757361, 0.255750, -0.600829> - 8275: < 0.765608, 0.216596, -0.605748> - 8276: < 0.722093, 0.255632, -0.642833> - 8277: < 0.713396, 0.293904, -0.636150> - 8278: < 0.747816, 0.294207, -0.595158> - 8279: < 0.757361, 0.255750, -0.600829> - 8280: < 0.713396, 0.293904, -0.636150> - 8281: < 0.703467, 0.331652, -0.628603> - 8282: < 0.736915, 0.332170, -0.588744> - 8283: < 0.747816, 0.294207, -0.595158> - 8284: < 0.703467, 0.331652, -0.628603> - 8285: < 0.692544, 0.368246, -0.620305> - 8286: < 0.724825, 0.369188, -0.581661> - 8287: < 0.736915, 0.332170, -0.588744> - 8288: < 0.692544, 0.368246, -0.620305> - 8289: < 0.680859, 0.403223, -0.611427> - 8290: < 0.711772, 0.404839, -0.574008> - 8291: < 0.724825, 0.369188, -0.581661> - 8292: < 0.680859, 0.403223, -0.611427> - 8293: < 0.668312, 0.437036, -0.601963> - 8294: < 0.697667, 0.439475, -0.565794> - 8295: < 0.711772, 0.404839, -0.574008> - 8296: < 0.668312, 0.437036, -0.601963> - 8297: < 0.655217, 0.469385, -0.591920> - 8298: < 0.682532, 0.473139, -0.557037> - 8299: < 0.697667, 0.439475, -0.565794> - 8300: < 0.655217, 0.469385, -0.591920> - 8301: < 0.641397, 0.500519, -0.581456> - 8302: < 0.666144, 0.506040, -0.547882> - 8303: < 0.682532, 0.473139, -0.557037> - 8304: < 0.641397, 0.500519, -0.581456> - 8305: < 0.625584, 0.531523, -0.571076> - 8306: < 0.647334, 0.538962, -0.538962> - 8307: < 0.666144, 0.506040, -0.547882> - 8308: < 0.625584, 0.531523, -0.571076> - 8309: < 0.607783, 0.561516, -0.561516> - 8310: < 0.625584, 0.571076, -0.531523> - 8311: < 0.647334, 0.538962, -0.538962> - 8312: < 0.625584, -0.571076, -0.531523> - 8313: < 0.647334, -0.538962, -0.538962> - 8314: < 0.666144, -0.547882, -0.506040> - 8315: < 0.641397, -0.581456, -0.500519> - 8316: < 0.647334, -0.538962, -0.538962> - 8317: < 0.666144, -0.506040, -0.547882> - 8318: < 0.687856, -0.513252, -0.513252> - 8319: < 0.666144, -0.547882, -0.506040> - 8320: < 0.666144, -0.506040, -0.547882> - 8321: < 0.682532, -0.473139, -0.557037> - 8322: < 0.706895, -0.478425, -0.520969> - 8323: < 0.687856, -0.513252, -0.513252> - 8324: < 0.682532, -0.473139, -0.557037> - 8325: < 0.697667, -0.439475, -0.565794> - 8326: < 0.724109, -0.443145, -0.528478> - 8327: < 0.706895, -0.478425, -0.520969> - 8328: < 0.697667, -0.439475, -0.565794> - 8329: < 0.711772, -0.404839, -0.574008> - 8330: < 0.739812, -0.407307, -0.535518> - 8331: < 0.724109, -0.443145, -0.528478> - 8332: < 0.711772, -0.404839, -0.574008> - 8333: < 0.724825, -0.369188, -0.581661> - 8334: < 0.754169, -0.370721, -0.542028> - 8335: < 0.739812, -0.407307, -0.535518> - 8336: < 0.724825, -0.369188, -0.581661> - 8337: < 0.736915, -0.332170, -0.588744> - 8338: < 0.767292, -0.333090, -0.548009> - 8339: < 0.754169, -0.370721, -0.542028> - 8340: < 0.736915, -0.332170, -0.588744> - 8341: < 0.747816, -0.294207, -0.595158> - 8342: < 0.779017, -0.294729, -0.553415> - 8343: < 0.767292, -0.333090, -0.548009> - 8344: < 0.747816, -0.294207, -0.595158> - 8345: < 0.757361, -0.255750, -0.600829> - 8346: < 0.789266, -0.255937, -0.558172> - 8347: < 0.779017, -0.294729, -0.553415> - 8348: < 0.757361, -0.255750, -0.600829> - 8349: < 0.765608, -0.216596, -0.605748> - 8350: < 0.798110, -0.216534, -0.562257> - 8351: < 0.789266, -0.255937, -0.558172> - 8352: < 0.765608, -0.216596, -0.605748> - 8353: < 0.772589, -0.176461, -0.609892> - 8354: < 0.805587, -0.176188, -0.565675> - 8355: < 0.798110, -0.216534, -0.562257> - 8356: < 0.772589, -0.176461, -0.609892> - 8357: < 0.778292, -0.135015, -0.613215> - 8358: < 0.811677, -0.134618, -0.568382> - 8359: < 0.805587, -0.176188, -0.565675> - 8360: < 0.778292, -0.135015, -0.613215> - 8361: < 0.782607, -0.091894, -0.615697> - 8362: < 0.816271, -0.091497, -0.570377> - 8363: < 0.811677, -0.134618, -0.568382> - 8364: < 0.782607, -0.091894, -0.615697> - 8365: < 0.785375, -0.046847, -0.617246> - 8366: < 0.819208, -0.046573, -0.571602> - 8367: < 0.816271, -0.091497, -0.570377> - 8368: < 0.785375, -0.046847, -0.617246> - 8369: < 0.786344, 0.000000, -0.617789> - 8370: < 0.820237, 0.000000, -0.572024> - 8371: < 0.819208, -0.046573, -0.571602> - 8372: < 0.786344, 0.000000, -0.617789> - 8373: < 0.785375, 0.046847, -0.617246> - 8374: < 0.819208, 0.046573, -0.571602> - 8375: < 0.820237, 0.000000, -0.572024> - 8376: < 0.785375, 0.046847, -0.617246> - 8377: < 0.782607, 0.091894, -0.615697> - 8378: < 0.816271, 0.091497, -0.570377> - 8379: < 0.819208, 0.046573, -0.571602> - 8380: < 0.782607, 0.091894, -0.615697> - 8381: < 0.778309, 0.134988, -0.613199> - 8382: < 0.811677, 0.134618, -0.568382> - 8383: < 0.816271, 0.091497, -0.570377> - 8384: < 0.778309, 0.134988, -0.613199> - 8385: < 0.772589, 0.176461, -0.609892> - 8386: < 0.805587, 0.176188, -0.565675> - 8387: < 0.811677, 0.134618, -0.568382> - 8388: < 0.772589, 0.176461, -0.609892> - 8389: < 0.765608, 0.216596, -0.605748> - 8390: < 0.798110, 0.216534, -0.562257> - 8391: < 0.805587, 0.176188, -0.565675> - 8392: < 0.765608, 0.216596, -0.605748> - 8393: < 0.757361, 0.255750, -0.600829> - 8394: < 0.789266, 0.255937, -0.558172> - 8395: < 0.798110, 0.216534, -0.562257> - 8396: < 0.757361, 0.255750, -0.600829> - 8397: < 0.747816, 0.294207, -0.595158> - 8398: < 0.779017, 0.294729, -0.553415> - 8399: < 0.789266, 0.255937, -0.558172> - 8400: < 0.747816, 0.294207, -0.595158> - 8401: < 0.736915, 0.332170, -0.588744> - 8402: < 0.767292, 0.333090, -0.548009> - 8403: < 0.779017, 0.294729, -0.553415> - 8404: < 0.736915, 0.332170, -0.588744> - 8405: < 0.724825, 0.369188, -0.581661> - 8406: < 0.754169, 0.370721, -0.542028> - 8407: < 0.767292, 0.333090, -0.548009> - 8408: < 0.724825, 0.369188, -0.581661> - 8409: < 0.711772, 0.404839, -0.574008> - 8410: < 0.739812, 0.407307, -0.535518> - 8411: < 0.754169, 0.370721, -0.542028> - 8412: < 0.711772, 0.404839, -0.574008> - 8413: < 0.697667, 0.439475, -0.565794> - 8414: < 0.724109, 0.443145, -0.528478> - 8415: < 0.739812, 0.407307, -0.535518> - 8416: < 0.697667, 0.439475, -0.565794> - 8417: < 0.682532, 0.473139, -0.557037> - 8418: < 0.706895, 0.478425, -0.520969> - 8419: < 0.724109, 0.443145, -0.528478> - 8420: < 0.682532, 0.473139, -0.557037> - 8421: < 0.666144, 0.506040, -0.547882> - 8422: < 0.687856, 0.513252, -0.513252> - 8423: < 0.706895, 0.478425, -0.520969> - 8424: < 0.666144, 0.506040, -0.547882> - 8425: < 0.647334, 0.538962, -0.538962> - 8426: < 0.666144, 0.547882, -0.506040> - 8427: < 0.687856, 0.513252, -0.513252> - 8428: < 0.647334, 0.538962, -0.538962> - 8429: < 0.625584, 0.571076, -0.531523> - 8430: < 0.641397, 0.581456, -0.500519> - 8431: < 0.666144, 0.547882, -0.506040> - 8432: < 0.641397, -0.581456, -0.500519> - 8433: < 0.666144, -0.547882, -0.506040> - 8434: < 0.682532, -0.557037, -0.473139> - 8435: < 0.655217, -0.591920, -0.469385> - 8436: < 0.666144, -0.547882, -0.506040> - 8437: < 0.687856, -0.513252, -0.513252> - 8438: < 0.706895, -0.520969, -0.478425> - 8439: < 0.682532, -0.557037, -0.473139> - 8440: < 0.687856, -0.513252, -0.513252> - 8441: < 0.706895, -0.478425, -0.520969> - 8442: < 0.728461, -0.484430, -0.484430> - 8443: < 0.706895, -0.520969, -0.478425> - 8444: < 0.706895, -0.478425, -0.520969> - 8445: < 0.724109, -0.443145, -0.528478> - 8446: < 0.747688, -0.447593, -0.490534> - 8447: < 0.728461, -0.484430, -0.484430> - 8448: < 0.724109, -0.443145, -0.528478> - 8449: < 0.739812, -0.407307, -0.535518> - 8450: < 0.764964, -0.410392, -0.496395> - 8451: < 0.747688, -0.447593, -0.490534> - 8452: < 0.739812, -0.407307, -0.535518> - 8453: < 0.754169, -0.370721, -0.542028> - 8454: < 0.780568, -0.372705, -0.501802> - 8455: < 0.764964, -0.410392, -0.496395> - 8456: < 0.754169, -0.370721, -0.542028> - 8457: < 0.767292, -0.333090, -0.548009> - 8458: < 0.794627, -0.334337, -0.506740> - 8459: < 0.780568, -0.372705, -0.501802> - 8460: < 0.767292, -0.333090, -0.548009> - 8461: < 0.779017, -0.294729, -0.553415> - 8462: < 0.807082, -0.295457, -0.511198> - 8463: < 0.794627, -0.334337, -0.506740> - 8464: < 0.779017, -0.294729, -0.553415> - 8465: < 0.789266, -0.255937, -0.558172> - 8466: < 0.817925, -0.256243, -0.515110> - 8467: < 0.807082, -0.295457, -0.511198> - 8468: < 0.789266, -0.255937, -0.558172> - 8469: < 0.798110, -0.216534, -0.562257> - 8470: < 0.827263, -0.216475, -0.518435> - 8471: < 0.817925, -0.256243, -0.515110> - 8472: < 0.798110, -0.216534, -0.562257> - 8473: < 0.805587, -0.176188, -0.565675> - 8474: < 0.835133, -0.175853, -0.521180> - 8475: < 0.827263, -0.216475, -0.518435> - 8476: < 0.805587, -0.176188, -0.565675> - 8477: < 0.811677, -0.134618, -0.568382> - 8478: < 0.841527, -0.134100, -0.523307> - 8479: < 0.835133, -0.175853, -0.521180> - 8480: < 0.811677, -0.134618, -0.568382> - 8481: < 0.816271, -0.091497, -0.570377> - 8482: < 0.846324, -0.091008, -0.524836> - 8483: < 0.841527, -0.134100, -0.523307> - 8484: < 0.816271, -0.091497, -0.570377> - 8485: < 0.819208, -0.046573, -0.571602> - 8486: < 0.849378, -0.046267, -0.525753> - 8487: < 0.846324, -0.091008, -0.524836> - 8488: < 0.819208, -0.046573, -0.571602> - 8489: < 0.820237, 0.000000, -0.572024> - 8490: < 0.850434, 0.000000, -0.526081> - 8491: < 0.849378, -0.046267, -0.525753> - 8492: < 0.820237, 0.000000, -0.572024> - 8493: < 0.819208, 0.046573, -0.571602> - 8494: < 0.849378, 0.046267, -0.525753> - 8495: < 0.850434, 0.000000, -0.526081> - 8496: < 0.819208, 0.046573, -0.571602> - 8497: < 0.816271, 0.091497, -0.570377> - 8498: < 0.846324, 0.091008, -0.524836> - 8499: < 0.849378, 0.046267, -0.525753> - 8500: < 0.816271, 0.091497, -0.570377> - 8501: < 0.811677, 0.134618, -0.568382> - 8502: < 0.841527, 0.134100, -0.523307> - 8503: < 0.846324, 0.091008, -0.524836> - 8504: < 0.811677, 0.134618, -0.568382> - 8505: < 0.805587, 0.176188, -0.565675> - 8506: < 0.835133, 0.175853, -0.521180> - 8507: < 0.841527, 0.134100, -0.523307> - 8508: < 0.805587, 0.176188, -0.565675> - 8509: < 0.798110, 0.216534, -0.562257> - 8510: < 0.827263, 0.216475, -0.518435> - 8511: < 0.835133, 0.175853, -0.521180> - 8512: < 0.798110, 0.216534, -0.562257> - 8513: < 0.789266, 0.255937, -0.558172> - 8514: < 0.817925, 0.256243, -0.515110> - 8515: < 0.827263, 0.216475, -0.518435> - 8516: < 0.789266, 0.255937, -0.558172> - 8517: < 0.779017, 0.294729, -0.553415> - 8518: < 0.807082, 0.295457, -0.511198> - 8519: < 0.817925, 0.256243, -0.515110> - 8520: < 0.779017, 0.294729, -0.553415> - 8521: < 0.767292, 0.333090, -0.548009> - 8522: < 0.794636, 0.334310, -0.506745> - 8523: < 0.807082, 0.295457, -0.511198> - 8524: < 0.767292, 0.333090, -0.548009> - 8525: < 0.754169, 0.370721, -0.542028> - 8526: < 0.780568, 0.372705, -0.501802> - 8527: < 0.794636, 0.334310, -0.506745> - 8528: < 0.754169, 0.370721, -0.542028> - 8529: < 0.739812, 0.407307, -0.535518> - 8530: < 0.764964, 0.410392, -0.496395> - 8531: < 0.780568, 0.372705, -0.501802> - 8532: < 0.739812, 0.407307, -0.535518> - 8533: < 0.724109, 0.443145, -0.528478> - 8534: < 0.747688, 0.447593, -0.490534> - 8535: < 0.764964, 0.410392, -0.496395> - 8536: < 0.724109, 0.443145, -0.528478> - 8537: < 0.706895, 0.478425, -0.520969> - 8538: < 0.728461, 0.484430, -0.484430> - 8539: < 0.747688, 0.447593, -0.490534> - 8540: < 0.706895, 0.478425, -0.520969> - 8541: < 0.687856, 0.513252, -0.513252> - 8542: < 0.706895, 0.520969, -0.478425> - 8543: < 0.728461, 0.484430, -0.484430> - 8544: < 0.687856, 0.513252, -0.513252> - 8545: < 0.666144, 0.547882, -0.506040> - 8546: < 0.682532, 0.557037, -0.473139> - 8547: < 0.706895, 0.520969, -0.478425> - 8548: < 0.666144, 0.547882, -0.506040> - 8549: < 0.641397, 0.581456, -0.500519> - 8550: < 0.655217, 0.591920, -0.469385> - 8551: < 0.682532, 0.557037, -0.473139> - 8552: < 0.655217, -0.591920, -0.469385> - 8553: < 0.682532, -0.557037, -0.473139> - 8554: < 0.697667, -0.565794, -0.439475> - 8555: < 0.668312, -0.601963, -0.437036> - 8556: < 0.682532, -0.557037, -0.473139> - 8557: < 0.706895, -0.520969, -0.478425> - 8558: < 0.724109, -0.528478, -0.443145> - 8559: < 0.697667, -0.565794, -0.439475> - 8560: < 0.706895, -0.520969, -0.478425> - 8561: < 0.728461, -0.484430, -0.484430> - 8562: < 0.747688, -0.490534, -0.447593> - 8563: < 0.724109, -0.528478, -0.443145> - 8564: < 0.728461, -0.484430, -0.484430> - 8565: < 0.747688, -0.447593, -0.490534> - 8566: < 0.768679, -0.452290, -0.452290> - 8567: < 0.747688, -0.490534, -0.447593> - 8568: < 0.747688, -0.447593, -0.490534> - 8569: < 0.764964, -0.410392, -0.496395> - 8570: < 0.787421, -0.413777, -0.456900> - 8571: < 0.768679, -0.452290, -0.452290> - 8572: < 0.764964, -0.410392, -0.496395> - 8573: < 0.780568, -0.372705, -0.501802> - 8574: < 0.804154, -0.374961, -0.461239> - 8575: < 0.787421, -0.413777, -0.456900> - 8576: < 0.780568, -0.372705, -0.501802> - 8577: < 0.794627, -0.334337, -0.506740> - 8578: < 0.819039, -0.335801, -0.465202> - 8579: < 0.804154, -0.374961, -0.461239> - 8580: < 0.794627, -0.334337, -0.506740> - 8581: < 0.807082, -0.295457, -0.511198> - 8582: < 0.832128, -0.296339, -0.468770> - 8583: < 0.819039, -0.335801, -0.465202> - 8584: < 0.807082, -0.295457, -0.511198> - 8585: < 0.817925, -0.256243, -0.515110> - 8586: < 0.843490, -0.256606, -0.471888> - 8587: < 0.832128, -0.296339, -0.468770> - 8588: < 0.817925, -0.256243, -0.515110> - 8589: < 0.827263, -0.216475, -0.518435> - 8590: < 0.853230, -0.216413, -0.474515> - 8591: < 0.843490, -0.256606, -0.471888> - 8592: < 0.827263, -0.216475, -0.518435> - 8593: < 0.835133, -0.175853, -0.521180> - 8594: < 0.861426, -0.175453, -0.476614> - 8595: < 0.853230, -0.216413, -0.474515> - 8596: < 0.835133, -0.175853, -0.521180> - 8597: < 0.841527, -0.134100, -0.523307> - 8598: < 0.868033, -0.133553, -0.478208> - 8599: < 0.861426, -0.175453, -0.476614> - 8600: < 0.841527, -0.134100, -0.523307> - 8601: < 0.846324, -0.091008, -0.524836> - 8602: < 0.872976, -0.090429, -0.479307> - 8603: < 0.868033, -0.133553, -0.478208> - 8604: < 0.846324, -0.091008, -0.524836> - 8605: < 0.849378, -0.046267, -0.525753> - 8606: < 0.876095, -0.045871, -0.479951> - 8607: < 0.872976, -0.090429, -0.479307> - 8608: < 0.849378, -0.046267, -0.525753> - 8609: < 0.850434, 0.000000, -0.526081> - 8610: < 0.877169, 0.000000, -0.480182> - 8611: < 0.876095, -0.045871, -0.479951> - 8612: < 0.850434, 0.000000, -0.526081> - 8613: < 0.849378, 0.046267, -0.525753> - 8614: < 0.876095, 0.045871, -0.479951> - 8615: < 0.877169, 0.000000, -0.480182> - 8616: < 0.849378, 0.046267, -0.525753> - 8617: < 0.846324, 0.091008, -0.524836> - 8618: < 0.872976, 0.090429, -0.479307> - 8619: < 0.876095, 0.045871, -0.479951> - 8620: < 0.846324, 0.091008, -0.524836> - 8621: < 0.841527, 0.134100, -0.523307> - 8622: < 0.868033, 0.133553, -0.478208> - 8623: < 0.872976, 0.090429, -0.479307> - 8624: < 0.841527, 0.134100, -0.523307> - 8625: < 0.835133, 0.175853, -0.521180> - 8626: < 0.861426, 0.175453, -0.476614> - 8627: < 0.868033, 0.133553, -0.478208> - 8628: < 0.835133, 0.175853, -0.521180> - 8629: < 0.827263, 0.216475, -0.518435> - 8630: < 0.853230, 0.216413, -0.474515> - 8631: < 0.861426, 0.175453, -0.476614> - 8632: < 0.827263, 0.216475, -0.518435> - 8633: < 0.817925, 0.256243, -0.515110> - 8634: < 0.843490, 0.256606, -0.471888> - 8635: < 0.853230, 0.216413, -0.474515> - 8636: < 0.817925, 0.256243, -0.515110> - 8637: < 0.807082, 0.295457, -0.511198> - 8638: < 0.832128, 0.296339, -0.468770> - 8639: < 0.843490, 0.256606, -0.471888> - 8640: < 0.807082, 0.295457, -0.511198> - 8641: < 0.794636, 0.334310, -0.506745> - 8642: < 0.819039, 0.335801, -0.465202> - 8643: < 0.832128, 0.296339, -0.468770> - 8644: < 0.794636, 0.334310, -0.506745> - 8645: < 0.780568, 0.372705, -0.501802> - 8646: < 0.804154, 0.374961, -0.461239> - 8647: < 0.819039, 0.335801, -0.465202> - 8648: < 0.780568, 0.372705, -0.501802> - 8649: < 0.764964, 0.410392, -0.496395> - 8650: < 0.787421, 0.413777, -0.456900> - 8651: < 0.804154, 0.374961, -0.461239> - 8652: < 0.764964, 0.410392, -0.496395> - 8653: < 0.747688, 0.447593, -0.490534> - 8654: < 0.768679, 0.452290, -0.452290> - 8655: < 0.787421, 0.413777, -0.456900> - 8656: < 0.747688, 0.447593, -0.490534> - 8657: < 0.728461, 0.484430, -0.484430> - 8658: < 0.747688, 0.490534, -0.447593> - 8659: < 0.768679, 0.452290, -0.452290> - 8660: < 0.728461, 0.484430, -0.484430> - 8661: < 0.706895, 0.520969, -0.478425> - 8662: < 0.724109, 0.528478, -0.443145> - 8663: < 0.747688, 0.490534, -0.447593> - 8664: < 0.706895, 0.520969, -0.478425> - 8665: < 0.682532, 0.557037, -0.473139> - 8666: < 0.697667, 0.565794, -0.439475> - 8667: < 0.724109, 0.528478, -0.443145> - 8668: < 0.682532, 0.557037, -0.473139> - 8669: < 0.655217, 0.591920, -0.469385> - 8670: < 0.668312, 0.601963, -0.437036> - 8671: < 0.697667, 0.565794, -0.439475> - 8672: < 0.668312, -0.601963, -0.437036> - 8673: < 0.697667, -0.565794, -0.439475> - 8674: < 0.711772, -0.574008, -0.404839> - 8675: < 0.680859, -0.611427, -0.403223> - 8676: < 0.697667, -0.565794, -0.439475> - 8677: < 0.724109, -0.528478, -0.443145> - 8678: < 0.739812, -0.535518, -0.407307> - 8679: < 0.711772, -0.574008, -0.404839> - 8680: < 0.724109, -0.528478, -0.443145> - 8681: < 0.747688, -0.490534, -0.447593> - 8682: < 0.764964, -0.496395, -0.410392> - 8683: < 0.739812, -0.535518, -0.407307> - 8684: < 0.747688, -0.490534, -0.447593> - 8685: < 0.768679, -0.452290, -0.452290> - 8686: < 0.787421, -0.456900, -0.413777> - 8687: < 0.764964, -0.496395, -0.410392> - 8688: < 0.768679, -0.452290, -0.452290> - 8689: < 0.787421, -0.413777, -0.456900> - 8690: < 0.807394, -0.417202, -0.417202> - 8691: < 0.787421, -0.456900, -0.413777> - 8692: < 0.787421, -0.413777, -0.456900> - 8693: < 0.804154, -0.374961, -0.461239> - 8694: < 0.825100, -0.377345, -0.420500> - 8695: < 0.807394, -0.417202, -0.417202> - 8696: < 0.804154, -0.374961, -0.461239> - 8697: < 0.819039, -0.335801, -0.465202> - 8698: < 0.840684, -0.337391, -0.423577> - 8699: < 0.825100, -0.377345, -0.420500> - 8700: < 0.819039, -0.335801, -0.465202> - 8701: < 0.832128, -0.296339, -0.468770> - 8702: < 0.854324, -0.297287, -0.426323> - 8703: < 0.840684, -0.337391, -0.423577> - 8704: < 0.832128, -0.296339, -0.468770> - 8705: < 0.843490, -0.256606, -0.471888> - 8706: < 0.866124, -0.256999, -0.428698> - 8707: < 0.854324, -0.297287, -0.426323> - 8708: < 0.843490, -0.256606, -0.471888> - 8709: < 0.853230, -0.216413, -0.474515> - 8710: < 0.876208, -0.216320, -0.430657> - 8711: < 0.866124, -0.256999, -0.428698> - 8712: < 0.853230, -0.216413, -0.474515> - 8713: < 0.861426, -0.175453, -0.476614> - 8714: < 0.884654, -0.175026, -0.432149> - 8715: < 0.876208, -0.216320, -0.430657> - 8716: < 0.861426, -0.175453, -0.476614> - 8717: < 0.868033, -0.133553, -0.478208> - 8718: < 0.891416, -0.132913, -0.433256> - 8719: < 0.884654, -0.175026, -0.432149> - 8720: < 0.868033, -0.133553, -0.478208> - 8721: < 0.872976, -0.090429, -0.479307> - 8722: < 0.896437, -0.089787, -0.433981> - 8723: < 0.891416, -0.132913, -0.433256> - 8724: < 0.872976, -0.090429, -0.479307> - 8725: < 0.876095, -0.045871, -0.479951> - 8726: < 0.899583, -0.045443, -0.434379> - 8727: < 0.896437, -0.089787, -0.433981> - 8728: < 0.876095, -0.045871, -0.479951> - 8729: < 0.877169, 0.000000, -0.480182> - 8730: < 0.900655, 0.000000, -0.434534> - 8731: < 0.899583, -0.045443, -0.434379> - 8732: < 0.877169, 0.000000, -0.480182> - 8733: < 0.876095, 0.045871, -0.479951> - 8734: < 0.899583, 0.045443, -0.434379> - 8735: < 0.900655, 0.000000, -0.434534> - 8736: < 0.876095, 0.045871, -0.479951> - 8737: < 0.872976, 0.090429, -0.479307> - 8738: < 0.896437, 0.089787, -0.433981> - 8739: < 0.899583, 0.045443, -0.434379> - 8740: < 0.872976, 0.090429, -0.479307> - 8741: < 0.868033, 0.133553, -0.478208> - 8742: < 0.891405, 0.132911, -0.433281> - 8743: < 0.896437, 0.089787, -0.433981> - 8744: < 0.868033, 0.133553, -0.478208> - 8745: < 0.861426, 0.175453, -0.476614> - 8746: < 0.884654, 0.175026, -0.432149> - 8747: < 0.891405, 0.132911, -0.433281> - 8748: < 0.861426, 0.175453, -0.476614> - 8749: < 0.853230, 0.216413, -0.474515> - 8750: < 0.876208, 0.216320, -0.430657> - 8751: < 0.884654, 0.175026, -0.432149> - 8752: < 0.853230, 0.216413, -0.474515> - 8753: < 0.843490, 0.256606, -0.471888> - 8754: < 0.866124, 0.256999, -0.428698> - 8755: < 0.876208, 0.216320, -0.430657> - 8756: < 0.843490, 0.256606, -0.471888> - 8757: < 0.832128, 0.296339, -0.468770> - 8758: < 0.854324, 0.297287, -0.426323> - 8759: < 0.866124, 0.256999, -0.428698> - 8760: < 0.832128, 0.296339, -0.468770> - 8761: < 0.819039, 0.335801, -0.465202> - 8762: < 0.840684, 0.337391, -0.423577> - 8763: < 0.854324, 0.297287, -0.426323> - 8764: < 0.819039, 0.335801, -0.465202> - 8765: < 0.804154, 0.374961, -0.461239> - 8766: < 0.825100, 0.377345, -0.420500> - 8767: < 0.840684, 0.337391, -0.423577> - 8768: < 0.804154, 0.374961, -0.461239> - 8769: < 0.787421, 0.413777, -0.456900> - 8770: < 0.807394, 0.417202, -0.417202> - 8771: < 0.825100, 0.377345, -0.420500> - 8772: < 0.787421, 0.413777, -0.456900> - 8773: < 0.768679, 0.452290, -0.452290> - 8774: < 0.787421, 0.456900, -0.413777> - 8775: < 0.807394, 0.417202, -0.417202> - 8776: < 0.768679, 0.452290, -0.452290> - 8777: < 0.747688, 0.490534, -0.447593> - 8778: < 0.764976, 0.496372, -0.410398> - 8779: < 0.787421, 0.456900, -0.413777> - 8780: < 0.747688, 0.490534, -0.447593> - 8781: < 0.724109, 0.528478, -0.443145> - 8782: < 0.739812, 0.535518, -0.407307> - 8783: < 0.764976, 0.496372, -0.410398> - 8784: < 0.724109, 0.528478, -0.443145> - 8785: < 0.697667, 0.565794, -0.439475> - 8786: < 0.711772, 0.574008, -0.404839> - 8787: < 0.739812, 0.535518, -0.407307> - 8788: < 0.697667, 0.565794, -0.439475> - 8789: < 0.668312, 0.601963, -0.437036> - 8790: < 0.680859, 0.611427, -0.403223> - 8791: < 0.711772, 0.574008, -0.404839> - 8792: < 0.680859, -0.611427, -0.403223> - 8793: < 0.711772, -0.574008, -0.404839> - 8794: < 0.724825, -0.581661, -0.369188> - 8795: < 0.692544, -0.620305, -0.368246> - 8796: < 0.711772, -0.574008, -0.404839> - 8797: < 0.739812, -0.535518, -0.407307> - 8798: < 0.754169, -0.542028, -0.370721> - 8799: < 0.724825, -0.581661, -0.369188> - 8800: < 0.739812, -0.535518, -0.407307> - 8801: < 0.764964, -0.496395, -0.410392> - 8802: < 0.780568, -0.501802, -0.372705> - 8803: < 0.754169, -0.542028, -0.370721> - 8804: < 0.764964, -0.496395, -0.410392> - 8805: < 0.787421, -0.456900, -0.413777> - 8806: < 0.804154, -0.461239, -0.374961> - 8807: < 0.780568, -0.501802, -0.372705> - 8808: < 0.787421, -0.456900, -0.413777> - 8809: < 0.807394, -0.417202, -0.417202> - 8810: < 0.825100, -0.420500, -0.377345> - 8811: < 0.804154, -0.461239, -0.374961> - 8812: < 0.807394, -0.417202, -0.417202> - 8813: < 0.825100, -0.377345, -0.420500> - 8814: < 0.843551, -0.379751, -0.379751> - 8815: < 0.825100, -0.420500, -0.377345> - 8816: < 0.825100, -0.377345, -0.420500> - 8817: < 0.840684, -0.337391, -0.423577> - 8818: < 0.859750, -0.339005, -0.381976> - 8819: < 0.843551, -0.379751, -0.379751> - 8820: < 0.840684, -0.337391, -0.423577> - 8821: < 0.854324, -0.297287, -0.426323> - 8822: < 0.873840, -0.298259, -0.383986> - 8823: < 0.859750, -0.339005, -0.381976> - 8824: < 0.854324, -0.297287, -0.426323> - 8825: < 0.866124, -0.256999, -0.428698> - 8826: < 0.886018, -0.257364, -0.385664> - 8827: < 0.873840, -0.298259, -0.383986> - 8828: < 0.866124, -0.256999, -0.428698> - 8829: < 0.876208, -0.216320, -0.430657> - 8830: < 0.896382, -0.216199, -0.386985> - 8831: < 0.886018, -0.257364, -0.385664> - 8832: < 0.876208, -0.216320, -0.430657> - 8833: < 0.884654, -0.175026, -0.432149> - 8834: < 0.904997, -0.174541, -0.387965> - 8835: < 0.896382, -0.216199, -0.386985> - 8836: < 0.884654, -0.175026, -0.432149> - 8837: < 0.891416, -0.132913, -0.433256> - 8838: < 0.911854, -0.132240, -0.388632> - 8839: < 0.904997, -0.174541, -0.387965> - 8840: < 0.891416, -0.132913, -0.433256> - 8841: < 0.896437, -0.089787, -0.433981> - 8842: < 0.916918, -0.089116, -0.388998> - 8843: < 0.911854, -0.132240, -0.388632> - 8844: < 0.896437, -0.089787, -0.433981> - 8845: < 0.899583, -0.045443, -0.434379> - 8846: < 0.920061, -0.045016, -0.389180> - 8847: < 0.916918, -0.089116, -0.388998> - 8848: < 0.899583, -0.045443, -0.434379> - 8849: < 0.900655, 0.000000, -0.434534> - 8850: < 0.921135, 0.000000, -0.389244> - 8851: < 0.920061, -0.045016, -0.389180> - 8852: < 0.900655, 0.000000, -0.434534> - 8853: < 0.899583, 0.045443, -0.434379> - 8854: < 0.920061, 0.045016, -0.389180> - 8855: < 0.921135, 0.000000, -0.389244> - 8856: < 0.899583, 0.045443, -0.434379> - 8857: < 0.896437, 0.089787, -0.433981> - 8858: < 0.916918, 0.089116, -0.388998> - 8859: < 0.920061, 0.045016, -0.389180> - 8860: < 0.896437, 0.089787, -0.433981> - 8861: < 0.891405, 0.132911, -0.433281> - 8862: < 0.911854, 0.132240, -0.388632> - 8863: < 0.916918, 0.089116, -0.388998> - 8864: < 0.891405, 0.132911, -0.433281> - 8865: < 0.884654, 0.175026, -0.432149> - 8866: < 0.904997, 0.174541, -0.387965> - 8867: < 0.911854, 0.132240, -0.388632> - 8868: < 0.884654, 0.175026, -0.432149> - 8869: < 0.876208, 0.216320, -0.430657> - 8870: < 0.896382, 0.216199, -0.386985> - 8871: < 0.904997, 0.174541, -0.387965> - 8872: < 0.876208, 0.216320, -0.430657> - 8873: < 0.866124, 0.256999, -0.428698> - 8874: < 0.886018, 0.257364, -0.385664> - 8875: < 0.896382, 0.216199, -0.386985> - 8876: < 0.866124, 0.256999, -0.428698> - 8877: < 0.854324, 0.297287, -0.426323> - 8878: < 0.873848, 0.298231, -0.383989> - 8879: < 0.886018, 0.257364, -0.385664> - 8880: < 0.854324, 0.297287, -0.426323> - 8881: < 0.840684, 0.337391, -0.423577> - 8882: < 0.859750, 0.339005, -0.381976> - 8883: < 0.873848, 0.298231, -0.383989> - 8884: < 0.840684, 0.337391, -0.423577> - 8885: < 0.825100, 0.377345, -0.420500> - 8886: < 0.843551, 0.379751, -0.379751> - 8887: < 0.859750, 0.339005, -0.381976> - 8888: < 0.825100, 0.377345, -0.420500> - 8889: < 0.807394, 0.417202, -0.417202> - 8890: < 0.825100, 0.420500, -0.377345> - 8891: < 0.843551, 0.379751, -0.379751> - 8892: < 0.807394, 0.417202, -0.417202> - 8893: < 0.787421, 0.456900, -0.413777> - 8894: < 0.804154, 0.461239, -0.374961> - 8895: < 0.825100, 0.420500, -0.377345> - 8896: < 0.787421, 0.456900, -0.413777> - 8897: < 0.764976, 0.496372, -0.410398> - 8898: < 0.780568, 0.501802, -0.372705> - 8899: < 0.804154, 0.461239, -0.374961> - 8900: < 0.764976, 0.496372, -0.410398> - 8901: < 0.739812, 0.535518, -0.407307> - 8902: < 0.754169, 0.542028, -0.370721> - 8903: < 0.780568, 0.501802, -0.372705> - 8904: < 0.739812, 0.535518, -0.407307> - 8905: < 0.711772, 0.574008, -0.404839> - 8906: < 0.724825, 0.581661, -0.369188> - 8907: < 0.754169, 0.542028, -0.370721> - 8908: < 0.711772, 0.574008, -0.404839> - 8909: < 0.680859, 0.611427, -0.403223> - 8910: < 0.692544, 0.620305, -0.368246> - 8911: < 0.724825, 0.581661, -0.369188> - 8912: < 0.692544, -0.620305, -0.368246> - 8913: < 0.724825, -0.581661, -0.369188> - 8914: < 0.736915, -0.588744, -0.332170> - 8915: < 0.703467, -0.628603, -0.331652> - 8916: < 0.724825, -0.581661, -0.369188> - 8917: < 0.754169, -0.542028, -0.370721> - 8918: < 0.767292, -0.548009, -0.333090> - 8919: < 0.736915, -0.588744, -0.332170> - 8920: < 0.754169, -0.542028, -0.370721> - 8921: < 0.780568, -0.501802, -0.372705> - 8922: < 0.794636, -0.506745, -0.334310> - 8923: < 0.767292, -0.548009, -0.333090> - 8924: < 0.780568, -0.501802, -0.372705> - 8925: < 0.804154, -0.461239, -0.374961> - 8926: < 0.819039, -0.465202, -0.335801> - 8927: < 0.794636, -0.506745, -0.334310> - 8928: < 0.804154, -0.461239, -0.374961> - 8929: < 0.825100, -0.420500, -0.377345> - 8930: < 0.840684, -0.423577, -0.337391> - 8931: < 0.819039, -0.465202, -0.335801> - 8932: < 0.825100, -0.420500, -0.377345> - 8933: < 0.843551, -0.379751, -0.379751> - 8934: < 0.859750, -0.381976, -0.339005> - 8935: < 0.840684, -0.423577, -0.337391> - 8936: < 0.843551, -0.379751, -0.379751> - 8937: < 0.859750, -0.339005, -0.381976> - 8938: < 0.876422, -0.340503, -0.340503> - 8939: < 0.859750, -0.381976, -0.339005> - 8940: < 0.859750, -0.339005, -0.381976> - 8941: < 0.873840, -0.298259, -0.383986> - 8942: < 0.890906, -0.299085, -0.341811> - 8943: < 0.876422, -0.340503, -0.340503> - 8944: < 0.873840, -0.298259, -0.383986> - 8945: < 0.886018, -0.257364, -0.385664> - 8946: < 0.903367, -0.257643, -0.342852> - 8947: < 0.890906, -0.299085, -0.341811> - 8948: < 0.886018, -0.257364, -0.385664> - 8949: < 0.896382, -0.216199, -0.386985> - 8950: < 0.913949, -0.215982, -0.343582> - 8951: < 0.903367, -0.257643, -0.342852> - 8952: < 0.896382, -0.216199, -0.386985> - 8953: < 0.904997, -0.174541, -0.387965> - 8954: < 0.922682, -0.173989, -0.344072> - 8955: < 0.913949, -0.215982, -0.343582> - 8956: < 0.904997, -0.174541, -0.387965> - 8957: < 0.911854, -0.132240, -0.388632> - 8958: < 0.929596, -0.131509, -0.344322> - 8959: < 0.922682, -0.173989, -0.344072> - 8960: < 0.911854, -0.132240, -0.388632> - 8961: < 0.916918, -0.089116, -0.388998> - 8962: < 0.934648, -0.088414, -0.344408> - 8963: < 0.929596, -0.131509, -0.344322> - 8964: < 0.916918, -0.089116, -0.388998> - 8965: < 0.920061, -0.045016, -0.389180> - 8966: < 0.937762, -0.044558, -0.344409> - 8967: < 0.934648, -0.088414, -0.344408> - 8968: < 0.920061, -0.045016, -0.389180> - 8969: < 0.921135, 0.000000, -0.389244> - 8970: < 0.938821, 0.000000, -0.344405> - 8971: < 0.937762, -0.044558, -0.344409> - 8972: < 0.921135, 0.000000, -0.389244> - 8973: < 0.920061, 0.045016, -0.389180> - 8974: < 0.937762, 0.044558, -0.344409> - 8975: < 0.938821, 0.000000, -0.344405> - 8976: < 0.920061, 0.045016, -0.389180> - 8977: < 0.916918, 0.089116, -0.388998> - 8978: < 0.934648, 0.088414, -0.344408> - 8979: < 0.937762, 0.044558, -0.344409> - 8980: < 0.916918, 0.089116, -0.388998> - 8981: < 0.911854, 0.132240, -0.388632> - 8982: < 0.929596, 0.131509, -0.344322> - 8983: < 0.934648, 0.088414, -0.344408> - 8984: < 0.911854, 0.132240, -0.388632> - 8985: < 0.904997, 0.174541, -0.387965> - 8986: < 0.922682, 0.173989, -0.344072> - 8987: < 0.929596, 0.131509, -0.344322> - 8988: < 0.904997, 0.174541, -0.387965> - 8989: < 0.896382, 0.216199, -0.386985> - 8990: < 0.913949, 0.215982, -0.343582> - 8991: < 0.922682, 0.173989, -0.344072> - 8992: < 0.896382, 0.216199, -0.386985> - 8993: < 0.886018, 0.257364, -0.385664> - 8994: < 0.903367, 0.257643, -0.342852> - 8995: < 0.913949, 0.215982, -0.343582> - 8996: < 0.886018, 0.257364, -0.385664> - 8997: < 0.873848, 0.298231, -0.383989> - 8998: < 0.890906, 0.299085, -0.341811> - 8999: < 0.903367, 0.257643, -0.342852> - 9000: < 0.873848, 0.298231, -0.383989> - 9001: < 0.859750, 0.339005, -0.381976> - 9002: < 0.876422, 0.340503, -0.340503> - 9003: < 0.890906, 0.299085, -0.341811> - 9004: < 0.859750, 0.339005, -0.381976> - 9005: < 0.843551, 0.379751, -0.379751> - 9006: < 0.859750, 0.381976, -0.339005> - 9007: < 0.876422, 0.340503, -0.340503> - 9008: < 0.843551, 0.379751, -0.379751> - 9009: < 0.825100, 0.420500, -0.377345> - 9010: < 0.840684, 0.423577, -0.337391> - 9011: < 0.859750, 0.381976, -0.339005> - 9012: < 0.825100, 0.420500, -0.377345> - 9013: < 0.804154, 0.461239, -0.374961> - 9014: < 0.819039, 0.465202, -0.335801> - 9015: < 0.840684, 0.423577, -0.337391> - 9016: < 0.804154, 0.461239, -0.374961> - 9017: < 0.780568, 0.501802, -0.372705> - 9018: < 0.794636, 0.506745, -0.334310> - 9019: < 0.819039, 0.465202, -0.335801> - 9020: < 0.780568, 0.501802, -0.372705> - 9021: < 0.754169, 0.542028, -0.370721> - 9022: < 0.767292, 0.548009, -0.333090> - 9023: < 0.794636, 0.506745, -0.334310> - 9024: < 0.754169, 0.542028, -0.370721> - 9025: < 0.724825, 0.581661, -0.369188> - 9026: < 0.736915, 0.588744, -0.332170> - 9027: < 0.767292, 0.548009, -0.333090> - 9028: < 0.724825, 0.581661, -0.369188> - 9029: < 0.692544, 0.620305, -0.368246> - 9030: < 0.703467, 0.628603, -0.331652> - 9031: < 0.736915, 0.588744, -0.332170> - 9032: < 0.703467, -0.628603, -0.331652> - 9033: < 0.736915, -0.588744, -0.332170> - 9034: < 0.747816, -0.595158, -0.294207> - 9035: < 0.713382, -0.636169, -0.293898> - 9036: < 0.736915, -0.588744, -0.332170> - 9037: < 0.767292, -0.548009, -0.333090> - 9038: < 0.779017, -0.553415, -0.294729> - 9039: < 0.747816, -0.595158, -0.294207> - 9040: < 0.767292, -0.548009, -0.333090> - 9041: < 0.794636, -0.506745, -0.334310> - 9042: < 0.807082, -0.511198, -0.295457> - 9043: < 0.779017, -0.553415, -0.294729> - 9044: < 0.794636, -0.506745, -0.334310> - 9045: < 0.819039, -0.465202, -0.335801> - 9046: < 0.832128, -0.468770, -0.296339> - 9047: < 0.807082, -0.511198, -0.295457> - 9048: < 0.819039, -0.465202, -0.335801> - 9049: < 0.840684, -0.423577, -0.337391> - 9050: < 0.854324, -0.426323, -0.297287> - 9051: < 0.832128, -0.468770, -0.296339> - 9052: < 0.840684, -0.423577, -0.337391> - 9053: < 0.859750, -0.381976, -0.339005> - 9054: < 0.873848, -0.383989, -0.298231> - 9055: < 0.854324, -0.426323, -0.297287> - 9056: < 0.859750, -0.381976, -0.339005> - 9057: < 0.876422, -0.340503, -0.340503> - 9058: < 0.890906, -0.341811, -0.299085> - 9059: < 0.873848, -0.383989, -0.298231> - 9060: < 0.876422, -0.340503, -0.340503> - 9061: < 0.890906, -0.299085, -0.341811> - 9062: < 0.905696, -0.299762, -0.299762> - 9063: < 0.890906, -0.341811, -0.299085> - 9064: < 0.890906, -0.299085, -0.341811> - 9065: < 0.903367, -0.257643, -0.342852> - 9066: < 0.918390, -0.257736, -0.300219> - 9067: < 0.905696, -0.299762, -0.299762> - 9068: < 0.903367, -0.257643, -0.342852> - 9069: < 0.913949, -0.215982, -0.343582> - 9070: < 0.929096, -0.215649, -0.300461> - 9071: < 0.918390, -0.257736, -0.300219> - 9072: < 0.913949, -0.215982, -0.343582> - 9073: < 0.922682, -0.173989, -0.344072> - 9074: < 0.937897, -0.173351, -0.300496> - 9075: < 0.929096, -0.215649, -0.300461> - 9076: < 0.922682, -0.173989, -0.344072> - 9077: < 0.929596, -0.131509, -0.344322> - 9078: < 0.944802, -0.130743, -0.300427> - 9079: < 0.937897, -0.173351, -0.300496> - 9080: < 0.929596, -0.131509, -0.344322> - 9081: < 0.934648, -0.088414, -0.344408> - 9082: < 0.949820, -0.087712, -0.300248> - 9083: < 0.944802, -0.130743, -0.300427> - 9084: < 0.934648, -0.088414, -0.344408> - 9085: < 0.937762, -0.044558, -0.344409> - 9086: < 0.952889, -0.044130, -0.300092> - 9087: < 0.949820, -0.087712, -0.300248> - 9088: < 0.937762, -0.044558, -0.344409> - 9089: < 0.938821, 0.000000, -0.344405> - 9090: < 0.953921, 0.000000, -0.300059> - 9091: < 0.952889, -0.044130, -0.300092> - 9092: < 0.938821, 0.000000, -0.344405> - 9093: < 0.937762, 0.044558, -0.344409> - 9094: < 0.952889, 0.044130, -0.300092> - 9095: < 0.953921, 0.000000, -0.300059> - 9096: < 0.937762, 0.044558, -0.344409> - 9097: < 0.934648, 0.088414, -0.344408> - 9098: < 0.949820, 0.087712, -0.300248> - 9099: < 0.952889, 0.044130, -0.300092> - 9100: < 0.934648, 0.088414, -0.344408> - 9101: < 0.929596, 0.131509, -0.344322> - 9102: < 0.944802, 0.130743, -0.300427> - 9103: < 0.949820, 0.087712, -0.300248> - 9104: < 0.929596, 0.131509, -0.344322> - 9105: < 0.922682, 0.173989, -0.344072> - 9106: < 0.937897, 0.173351, -0.300496> - 9107: < 0.944802, 0.130743, -0.300427> - 9108: < 0.922682, 0.173989, -0.344072> - 9109: < 0.913949, 0.215982, -0.343582> - 9110: < 0.929096, 0.215649, -0.300461> - 9111: < 0.937897, 0.173351, -0.300496> - 9112: < 0.913949, 0.215982, -0.343582> - 9113: < 0.903367, 0.257643, -0.342852> - 9114: < 0.918390, 0.257736, -0.300219> - 9115: < 0.929096, 0.215649, -0.300461> - 9116: < 0.903367, 0.257643, -0.342852> - 9117: < 0.890906, 0.299085, -0.341811> - 9118: < 0.905696, 0.299762, -0.299762> - 9119: < 0.918390, 0.257736, -0.300219> - 9120: < 0.890906, 0.299085, -0.341811> - 9121: < 0.876422, 0.340503, -0.340503> - 9122: < 0.890906, 0.341811, -0.299085> - 9123: < 0.905696, 0.299762, -0.299762> - 9124: < 0.876422, 0.340503, -0.340503> - 9125: < 0.859750, 0.381976, -0.339005> - 9126: < 0.873851, 0.383960, -0.298262> - 9127: < 0.890906, 0.341811, -0.299085> - 9128: < 0.859750, 0.381976, -0.339005> - 9129: < 0.840684, 0.423577, -0.337391> - 9130: < 0.854324, 0.426323, -0.297287> - 9131: < 0.873851, 0.383960, -0.298262> - 9132: < 0.840684, 0.423577, -0.337391> - 9133: < 0.819039, 0.465202, -0.335801> - 9134: < 0.832128, 0.468770, -0.296339> - 9135: < 0.854324, 0.426323, -0.297287> - 9136: < 0.819039, 0.465202, -0.335801> - 9137: < 0.794636, 0.506745, -0.334310> - 9138: < 0.807082, 0.511198, -0.295457> - 9139: < 0.832128, 0.468770, -0.296339> - 9140: < 0.794636, 0.506745, -0.334310> - 9141: < 0.767292, 0.548009, -0.333090> - 9142: < 0.779017, 0.553415, -0.294729> - 9143: < 0.807082, 0.511198, -0.295457> - 9144: < 0.767292, 0.548009, -0.333090> - 9145: < 0.736915, 0.588744, -0.332170> - 9146: < 0.747816, 0.595158, -0.294207> - 9147: < 0.779017, 0.553415, -0.294729> - 9148: < 0.736915, 0.588744, -0.332170> - 9149: < 0.703467, 0.628603, -0.331652> - 9150: < 0.713396, 0.636150, -0.293904> - 9151: < 0.747816, 0.595158, -0.294207> - 9152: < 0.713382, -0.636169, -0.293898> - 9153: < 0.747816, -0.595158, -0.294207> - 9154: < 0.757361, -0.600829, -0.255750> - 9155: < 0.722093, -0.642833, -0.255632> - 9156: < 0.747816, -0.595158, -0.294207> - 9157: < 0.779017, -0.553415, -0.294729> - 9158: < 0.789266, -0.558172, -0.255937> - 9159: < 0.757361, -0.600829, -0.255750> - 9160: < 0.779017, -0.553415, -0.294729> - 9161: < 0.807082, -0.511198, -0.295457> - 9162: < 0.817925, -0.515110, -0.256243> - 9163: < 0.789266, -0.558172, -0.255937> - 9164: < 0.807082, -0.511198, -0.295457> - 9165: < 0.832128, -0.468770, -0.296339> - 9166: < 0.843490, -0.471888, -0.256606> - 9167: < 0.817925, -0.515110, -0.256243> - 9168: < 0.832128, -0.468770, -0.296339> - 9169: < 0.854324, -0.426323, -0.297287> - 9170: < 0.866124, -0.428698, -0.256999> - 9171: < 0.843490, -0.471888, -0.256606> - 9172: < 0.854324, -0.426323, -0.297287> - 9173: < 0.873848, -0.383989, -0.298231> - 9174: < 0.886018, -0.385664, -0.257364> - 9175: < 0.866124, -0.428698, -0.256999> - 9176: < 0.873848, -0.383989, -0.298231> - 9177: < 0.890906, -0.341811, -0.299085> - 9178: < 0.903367, -0.342852, -0.257643> - 9179: < 0.886018, -0.385664, -0.257364> - 9180: < 0.890906, -0.341811, -0.299085> - 9181: < 0.905696, -0.299762, -0.299762> - 9182: < 0.918390, -0.300219, -0.257736> - 9183: < 0.903367, -0.342852, -0.257643> - 9184: < 0.905696, -0.299762, -0.299762> - 9185: < 0.918390, -0.257736, -0.300219> - 9186: < 0.931225, -0.257702, -0.257702> - 9187: < 0.918390, -0.300219, -0.257736> - 9188: < 0.918390, -0.257736, -0.300219> - 9189: < 0.929096, -0.215649, -0.300461> - 9190: < 0.942000, -0.215220, -0.257519> - 9191: < 0.931225, -0.257702, -0.257702> - 9192: < 0.929096, -0.215649, -0.300461> - 9193: < 0.937897, -0.173351, -0.300496> - 9194: < 0.950800, -0.172679, -0.257217> - 9195: < 0.942000, -0.215220, -0.257519> - 9196: < 0.937897, -0.173351, -0.300496> - 9197: < 0.944802, -0.130743, -0.300427> - 9198: < 0.957663, -0.129981, -0.256880> - 9199: < 0.950800, -0.172679, -0.257217> - 9200: < 0.944802, -0.130743, -0.300427> - 9201: < 0.949820, -0.087712, -0.300248> - 9202: < 0.962605, -0.087041, -0.256544> - 9203: < 0.957663, -0.129981, -0.256880> - 9204: < 0.949820, -0.087712, -0.300248> - 9205: < 0.952889, -0.044130, -0.300092> - 9206: < 0.965618, -0.043703, -0.256267> - 9207: < 0.962605, -0.087041, -0.256544> - 9208: < 0.952889, -0.044130, -0.300092> - 9209: < 0.953921, 0.000000, -0.300059> - 9210: < 0.966630, 0.000000, -0.256177> - 9211: < 0.965618, -0.043703, -0.256267> - 9212: < 0.953921, 0.000000, -0.300059> - 9213: < 0.952889, 0.044130, -0.300092> - 9214: < 0.965618, 0.043703, -0.256267> - 9215: < 0.966630, 0.000000, -0.256177> - 9216: < 0.952889, 0.044130, -0.300092> - 9217: < 0.949820, 0.087712, -0.300248> - 9218: < 0.962605, 0.087041, -0.256544> - 9219: < 0.965618, 0.043703, -0.256267> - 9220: < 0.949820, 0.087712, -0.300248> - 9221: < 0.944802, 0.130743, -0.300427> - 9222: < 0.957663, 0.129981, -0.256880> - 9223: < 0.962605, 0.087041, -0.256544> - 9224: < 0.944802, 0.130743, -0.300427> - 9225: < 0.937897, 0.173351, -0.300496> - 9226: < 0.950800, 0.172679, -0.257217> - 9227: < 0.957663, 0.129981, -0.256880> - 9228: < 0.937897, 0.173351, -0.300496> - 9229: < 0.929096, 0.215649, -0.300461> - 9230: < 0.942000, 0.215220, -0.257519> - 9231: < 0.950800, 0.172679, -0.257217> - 9232: < 0.929096, 0.215649, -0.300461> - 9233: < 0.918390, 0.257736, -0.300219> - 9234: < 0.931225, 0.257702, -0.257702> - 9235: < 0.942000, 0.215220, -0.257519> - 9236: < 0.918390, 0.257736, -0.300219> - 9237: < 0.905696, 0.299762, -0.299762> - 9238: < 0.918390, 0.300219, -0.257736> - 9239: < 0.931225, 0.257702, -0.257702> - 9240: < 0.905696, 0.299762, -0.299762> - 9241: < 0.890906, 0.341811, -0.299085> - 9242: < 0.903367, 0.342852, -0.257643> - 9243: < 0.918390, 0.300219, -0.257736> - 9244: < 0.890906, 0.341811, -0.299085> - 9245: < 0.873851, 0.383960, -0.298262> - 9246: < 0.886018, 0.385664, -0.257364> - 9247: < 0.903367, 0.342852, -0.257643> - 9248: < 0.873851, 0.383960, -0.298262> - 9249: < 0.854324, 0.426323, -0.297287> - 9250: < 0.866124, 0.428698, -0.256999> - 9251: < 0.886018, 0.385664, -0.257364> - 9252: < 0.854324, 0.426323, -0.297287> - 9253: < 0.832128, 0.468770, -0.296339> - 9254: < 0.843490, 0.471888, -0.256606> - 9255: < 0.866124, 0.428698, -0.256999> - 9256: < 0.832128, 0.468770, -0.296339> - 9257: < 0.807082, 0.511198, -0.295457> - 9258: < 0.817925, 0.515110, -0.256243> - 9259: < 0.843490, 0.471888, -0.256606> - 9260: < 0.807082, 0.511198, -0.295457> - 9261: < 0.779017, 0.553415, -0.294729> - 9262: < 0.789266, 0.558172, -0.255937> - 9263: < 0.817925, 0.515110, -0.256243> - 9264: < 0.779017, 0.553415, -0.294729> - 9265: < 0.747816, 0.595158, -0.294207> - 9266: < 0.757361, 0.600829, -0.255750> - 9267: < 0.789266, 0.558172, -0.255937> - 9268: < 0.747816, 0.595158, -0.294207> - 9269: < 0.713396, 0.636150, -0.293904> - 9270: < 0.722093, 0.642833, -0.255632> - 9271: < 0.757361, 0.600829, -0.255750> - 9272: < 0.722093, -0.642833, -0.255632> - 9273: < 0.757361, -0.600829, -0.255750> - 9274: < 0.765608, -0.605748, -0.216596> - 9275: < 0.729636, -0.648606, -0.216660> - 9276: < 0.757361, -0.600829, -0.255750> - 9277: < 0.789266, -0.558172, -0.255937> - 9278: < 0.798110, -0.562257, -0.216534> - 9279: < 0.765608, -0.605748, -0.216596> - 9280: < 0.789266, -0.558172, -0.255937> - 9281: < 0.817925, -0.515110, -0.256243> - 9282: < 0.827263, -0.518435, -0.216475> - 9283: < 0.798110, -0.562257, -0.216534> - 9284: < 0.817925, -0.515110, -0.256243> - 9285: < 0.843490, -0.471888, -0.256606> - 9286: < 0.853230, -0.474515, -0.216413> - 9287: < 0.827263, -0.518435, -0.216475> - 9288: < 0.843490, -0.471888, -0.256606> - 9289: < 0.866124, -0.428698, -0.256999> - 9290: < 0.876208, -0.430657, -0.216320> - 9291: < 0.853230, -0.474515, -0.216413> - 9292: < 0.866124, -0.428698, -0.256999> - 9293: < 0.886018, -0.385664, -0.257364> - 9294: < 0.896382, -0.386985, -0.216199> - 9295: < 0.876208, -0.430657, -0.216320> - 9296: < 0.886018, -0.385664, -0.257364> - 9297: < 0.903367, -0.342852, -0.257643> - 9298: < 0.913949, -0.343582, -0.215982> - 9299: < 0.896382, -0.386985, -0.216199> - 9300: < 0.903367, -0.342852, -0.257643> - 9301: < 0.918390, -0.300219, -0.257736> - 9302: < 0.929096, -0.300461, -0.215649> - 9303: < 0.913949, -0.343582, -0.215982> - 9304: < 0.918390, -0.300219, -0.257736> - 9305: < 0.931225, -0.257702, -0.257702> - 9306: < 0.942000, -0.257519, -0.215220> - 9307: < 0.929096, -0.300461, -0.215649> - 9308: < 0.931225, -0.257702, -0.257702> - 9309: < 0.942000, -0.215220, -0.257519> - 9310: < 0.952775, -0.214732, -0.214732> - 9311: < 0.942000, -0.257519, -0.215220> - 9312: < 0.942000, -0.215220, -0.257519> - 9313: < 0.950800, -0.172679, -0.257217> - 9314: < 0.961530, -0.172005, -0.214182> - 9315: < 0.952775, -0.214732, -0.214732> - 9316: < 0.950800, -0.172679, -0.257217> - 9317: < 0.957663, -0.129981, -0.256880> - 9318: < 0.968319, -0.129250, -0.213666> - 9319: < 0.961530, -0.172005, -0.214182> - 9320: < 0.957663, -0.129981, -0.256880> - 9321: < 0.962605, -0.087041, -0.256544> - 9322: < 0.973180, -0.086398, -0.213204> - 9323: < 0.968319, -0.129250, -0.213666> - 9324: < 0.962605, -0.087041, -0.256544> - 9325: < 0.965618, -0.043703, -0.256267> - 9326: < 0.976120, -0.043306, -0.212870> - 9327: < 0.973180, -0.086398, -0.213204> - 9328: < 0.965618, -0.043703, -0.256267> - 9329: < 0.966630, 0.000000, -0.256177> - 9330: < 0.977107, 0.000000, -0.212750> - 9331: < 0.976120, -0.043306, -0.212870> - 9332: < 0.966630, 0.000000, -0.256177> - 9333: < 0.965618, 0.043703, -0.256267> - 9334: < 0.976120, 0.043306, -0.212870> - 9335: < 0.977107, 0.000000, -0.212750> - 9336: < 0.965618, 0.043703, -0.256267> - 9337: < 0.962605, 0.087041, -0.256544> - 9338: < 0.973180, 0.086398, -0.213204> - 9339: < 0.976120, 0.043306, -0.212870> - 9340: < 0.962605, 0.087041, -0.256544> - 9341: < 0.957663, 0.129981, -0.256880> - 9342: < 0.968319, 0.129250, -0.213666> - 9343: < 0.973180, 0.086398, -0.213204> - 9344: < 0.957663, 0.129981, -0.256880> - 9345: < 0.950800, 0.172679, -0.257217> - 9346: < 0.961530, 0.172005, -0.214182> - 9347: < 0.968319, 0.129250, -0.213666> - 9348: < 0.950800, 0.172679, -0.257217> - 9349: < 0.942000, 0.215220, -0.257519> - 9350: < 0.952775, 0.214732, -0.214732> - 9351: < 0.961530, 0.172005, -0.214182> - 9352: < 0.942000, 0.215220, -0.257519> - 9353: < 0.931225, 0.257702, -0.257702> - 9354: < 0.942000, 0.257519, -0.215220> - 9355: < 0.952775, 0.214732, -0.214732> - 9356: < 0.931225, 0.257702, -0.257702> - 9357: < 0.918390, 0.300219, -0.257736> - 9358: < 0.929096, 0.300461, -0.215649> - 9359: < 0.942000, 0.257519, -0.215220> - 9360: < 0.918390, 0.300219, -0.257736> - 9361: < 0.903367, 0.342852, -0.257643> - 9362: < 0.913949, 0.343582, -0.215982> - 9363: < 0.929096, 0.300461, -0.215649> - 9364: < 0.903367, 0.342852, -0.257643> - 9365: < 0.886018, 0.385664, -0.257364> - 9366: < 0.896382, 0.386985, -0.216199> - 9367: < 0.913949, 0.343582, -0.215982> - 9368: < 0.886018, 0.385664, -0.257364> - 9369: < 0.866124, 0.428698, -0.256999> - 9370: < 0.876208, 0.430657, -0.216320> - 9371: < 0.896382, 0.386985, -0.216199> - 9372: < 0.866124, 0.428698, -0.256999> - 9373: < 0.843490, 0.471888, -0.256606> - 9374: < 0.853230, 0.474515, -0.216413> - 9375: < 0.876208, 0.430657, -0.216320> - 9376: < 0.843490, 0.471888, -0.256606> - 9377: < 0.817925, 0.515110, -0.256243> - 9378: < 0.827263, 0.518435, -0.216475> - 9379: < 0.853230, 0.474515, -0.216413> - 9380: < 0.817925, 0.515110, -0.256243> - 9381: < 0.789266, 0.558172, -0.255937> - 9382: < 0.798110, 0.562257, -0.216534> - 9383: < 0.827263, 0.518435, -0.216475> - 9384: < 0.789266, 0.558172, -0.255937> - 9385: < 0.757361, 0.600829, -0.255750> - 9386: < 0.765608, 0.605748, -0.216596> - 9387: < 0.798110, 0.562257, -0.216534> - 9388: < 0.757361, 0.600829, -0.255750> - 9389: < 0.722093, 0.642833, -0.255632> - 9390: < 0.729636, 0.648606, -0.216660> - 9391: < 0.765608, 0.605748, -0.216596> - 9392: < 0.729636, -0.648606, -0.216660> - 9393: < 0.765608, -0.605748, -0.216596> - 9394: < 0.772589, -0.609892, -0.176461> - 9395: < 0.736025, -0.653502, -0.176644> - 9396: < 0.765608, -0.605748, -0.216596> - 9397: < 0.798110, -0.562257, -0.216534> - 9398: < 0.805587, -0.565675, -0.176188> - 9399: < 0.772589, -0.609892, -0.176461> - 9400: < 0.798110, -0.562257, -0.216534> - 9401: < 0.827263, -0.518435, -0.216475> - 9402: < 0.835133, -0.521180, -0.175853> - 9403: < 0.805587, -0.565675, -0.176188> - 9404: < 0.827263, -0.518435, -0.216475> - 9405: < 0.853230, -0.474515, -0.216413> - 9406: < 0.861427, -0.476614, -0.175453> - 9407: < 0.835133, -0.521180, -0.175853> - 9408: < 0.853230, -0.474515, -0.216413> - 9409: < 0.876208, -0.430657, -0.216320> - 9410: < 0.884654, -0.432149, -0.175026> - 9411: < 0.861427, -0.476614, -0.175453> - 9412: < 0.876208, -0.430657, -0.216320> - 9413: < 0.896382, -0.386985, -0.216199> - 9414: < 0.904997, -0.387965, -0.174541> - 9415: < 0.884654, -0.432149, -0.175026> - 9416: < 0.896382, -0.386985, -0.216199> - 9417: < 0.913949, -0.343582, -0.215982> - 9418: < 0.922682, -0.344072, -0.173989> - 9419: < 0.904997, -0.387965, -0.174541> - 9420: < 0.913949, -0.343582, -0.215982> - 9421: < 0.929096, -0.300461, -0.215649> - 9422: < 0.937897, -0.300496, -0.173351> - 9423: < 0.922682, -0.344072, -0.173989> - 9424: < 0.929096, -0.300461, -0.215649> - 9425: < 0.942000, -0.257519, -0.215220> - 9426: < 0.950800, -0.257217, -0.172679> - 9427: < 0.937897, -0.300496, -0.173351> - 9428: < 0.942000, -0.257519, -0.215220> - 9429: < 0.952775, -0.214732, -0.214732> - 9430: < 0.961530, -0.214182, -0.172005> - 9431: < 0.950800, -0.257217, -0.172679> - 9432: < 0.952775, -0.214732, -0.214732> - 9433: < 0.961530, -0.172005, -0.214182> - 9434: < 0.970211, -0.171305, -0.171305> - 9435: < 0.961530, -0.214182, -0.172005> - 9436: < 0.961530, -0.172005, -0.214182> - 9437: < 0.968319, -0.129250, -0.213666> - 9438: < 0.976904, -0.128545, -0.170691> - 9439: < 0.970211, -0.171305, -0.171305> - 9440: < 0.968319, -0.129250, -0.213666> - 9441: < 0.973180, -0.086398, -0.213204> - 9442: < 0.981668, -0.085788, -0.170203> - 9443: < 0.976904, -0.128545, -0.170691> - 9444: < 0.973180, -0.086398, -0.213204> - 9445: < 0.976120, -0.043306, -0.212870> - 9446: < 0.984535, -0.042970, -0.169837> - 9447: < 0.981668, -0.085788, -0.170203> - 9448: < 0.976120, -0.043306, -0.212870> - 9449: < 0.977107, 0.000000, -0.212750> - 9450: < 0.985488, 0.000000, -0.169746> - 9451: < 0.984535, -0.042970, -0.169837> - 9452: < 0.977107, 0.000000, -0.212750> - 9453: < 0.976120, 0.043306, -0.212870> - 9454: < 0.984535, 0.042970, -0.169837> - 9455: < 0.985488, 0.000000, -0.169746> - 9456: < 0.976120, 0.043306, -0.212870> - 9457: < 0.973180, 0.086398, -0.213204> - 9458: < 0.981668, 0.085788, -0.170203> - 9459: < 0.984535, 0.042970, -0.169837> - 9460: < 0.973180, 0.086398, -0.213204> - 9461: < 0.968319, 0.129250, -0.213666> - 9462: < 0.976904, 0.128545, -0.170691> - 9463: < 0.981668, 0.085788, -0.170203> - 9464: < 0.968319, 0.129250, -0.213666> - 9465: < 0.961530, 0.172005, -0.214182> - 9466: < 0.970211, 0.171305, -0.171305> - 9467: < 0.976904, 0.128545, -0.170691> - 9468: < 0.961530, 0.172005, -0.214182> - 9469: < 0.952775, 0.214732, -0.214732> - 9470: < 0.961530, 0.214182, -0.172005> - 9471: < 0.970211, 0.171305, -0.171305> - 9472: < 0.952775, 0.214732, -0.214732> - 9473: < 0.942000, 0.257519, -0.215220> - 9474: < 0.950800, 0.257217, -0.172679> - 9475: < 0.961530, 0.214182, -0.172005> - 9476: < 0.942000, 0.257519, -0.215220> - 9477: < 0.929096, 0.300461, -0.215649> - 9478: < 0.937897, 0.300496, -0.173351> - 9479: < 0.950800, 0.257217, -0.172679> - 9480: < 0.929096, 0.300461, -0.215649> - 9481: < 0.913949, 0.343582, -0.215982> - 9482: < 0.922682, 0.344072, -0.173989> - 9483: < 0.937897, 0.300496, -0.173351> - 9484: < 0.913949, 0.343582, -0.215982> - 9485: < 0.896382, 0.386985, -0.216199> - 9486: < 0.904997, 0.387965, -0.174541> - 9487: < 0.922682, 0.344072, -0.173989> - 9488: < 0.896382, 0.386985, -0.216199> - 9489: < 0.876208, 0.430657, -0.216320> - 9490: < 0.884654, 0.432149, -0.175026> - 9491: < 0.904997, 0.387965, -0.174541> - 9492: < 0.876208, 0.430657, -0.216320> - 9493: < 0.853230, 0.474515, -0.216413> - 9494: < 0.861427, 0.476614, -0.175453> - 9495: < 0.884654, 0.432149, -0.175026> - 9496: < 0.853230, 0.474515, -0.216413> - 9497: < 0.827263, 0.518435, -0.216475> - 9498: < 0.835133, 0.521180, -0.175853> - 9499: < 0.861427, 0.476614, -0.175453> - 9500: < 0.827263, 0.518435, -0.216475> - 9501: < 0.798110, 0.562257, -0.216534> - 9502: < 0.805587, 0.565675, -0.176188> - 9503: < 0.835133, 0.521180, -0.175853> - 9504: < 0.798110, 0.562257, -0.216534> - 9505: < 0.765608, 0.605748, -0.216596> - 9506: < 0.772589, 0.609892, -0.176461> - 9507: < 0.805587, 0.565675, -0.176188> - 9508: < 0.765608, 0.605748, -0.216596> - 9509: < 0.729636, 0.648606, -0.216660> - 9510: < 0.736025, 0.653502, -0.176644> - 9511: < 0.772589, 0.609892, -0.176461> - 9512: < 0.736025, -0.653502, -0.176644> - 9513: < 0.772589, -0.609892, -0.176461> - 9514: < 0.778292, -0.613215, -0.135015> - 9515: < 0.741243, -0.657468, -0.135260> - 9516: < 0.772589, -0.609892, -0.176461> - 9517: < 0.805587, -0.565675, -0.176188> - 9518: < 0.811677, -0.568382, -0.134618> - 9519: < 0.778292, -0.613215, -0.135015> - 9520: < 0.805587, -0.565675, -0.176188> - 9521: < 0.835133, -0.521180, -0.175853> - 9522: < 0.841527, -0.523307, -0.134100> - 9523: < 0.811677, -0.568382, -0.134618> - 9524: < 0.835133, -0.521180, -0.175853> - 9525: < 0.861427, -0.476614, -0.175453> - 9526: < 0.868033, -0.478208, -0.133553> - 9527: < 0.841527, -0.523307, -0.134100> - 9528: < 0.861427, -0.476614, -0.175453> - 9529: < 0.884654, -0.432149, -0.175026> - 9530: < 0.891416, -0.433256, -0.132913> - 9531: < 0.868033, -0.478208, -0.133553> - 9532: < 0.884654, -0.432149, -0.175026> - 9533: < 0.904997, -0.387965, -0.174541> - 9534: < 0.911854, -0.388632, -0.132240> - 9535: < 0.891416, -0.433256, -0.132913> - 9536: < 0.904997, -0.387965, -0.174541> - 9537: < 0.922682, -0.344072, -0.173989> - 9538: < 0.929596, -0.344322, -0.131509> - 9539: < 0.911854, -0.388632, -0.132240> - 9540: < 0.922682, -0.344072, -0.173989> - 9541: < 0.937897, -0.300496, -0.173351> - 9542: < 0.944802, -0.300427, -0.130743> - 9543: < 0.929596, -0.344322, -0.131509> - 9544: < 0.937897, -0.300496, -0.173351> - 9545: < 0.950800, -0.257217, -0.172679> - 9546: < 0.957663, -0.256880, -0.129981> - 9547: < 0.944802, -0.300427, -0.130743> - 9548: < 0.950800, -0.257217, -0.172679> - 9549: < 0.961530, -0.214182, -0.172005> - 9550: < 0.968319, -0.213666, -0.129250> - 9551: < 0.957663, -0.256880, -0.129981> - 9552: < 0.961530, -0.214182, -0.172005> - 9553: < 0.970211, -0.171305, -0.171305> - 9554: < 0.976904, -0.170691, -0.128545> - 9555: < 0.968319, -0.213666, -0.129250> - 9556: < 0.970211, -0.171305, -0.171305> - 9557: < 0.976904, -0.128545, -0.170691> - 9558: < 0.983497, -0.127935, -0.127935> - 9559: < 0.976904, -0.170691, -0.128545> - 9560: < 0.976904, -0.128545, -0.170691> - 9561: < 0.981668, -0.085788, -0.170203> - 9562: < 0.988171, -0.085300, -0.127447> - 9563: < 0.983497, -0.127935, -0.127935> - 9564: < 0.981668, -0.085788, -0.170203> - 9565: < 0.984535, -0.042970, -0.169837> - 9566: < 0.990966, -0.042666, -0.127144> - 9567: < 0.988171, -0.085300, -0.127447> - 9568: < 0.984535, -0.042970, -0.169837> - 9569: < 0.985488, 0.000000, -0.169746> - 9570: < 0.991900, 0.000000, -0.127020> - 9571: < 0.990966, -0.042666, -0.127144> - 9572: < 0.985488, 0.000000, -0.169746> - 9573: < 0.984535, 0.042970, -0.169837> - 9574: < 0.990966, 0.042666, -0.127144> - 9575: < 0.991900, 0.000000, -0.127020> - 9576: < 0.984535, 0.042970, -0.169837> - 9577: < 0.981668, 0.085788, -0.170203> - 9578: < 0.988171, 0.085300, -0.127447> - 9579: < 0.990966, 0.042666, -0.127144> - 9580: < 0.981668, 0.085788, -0.170203> - 9581: < 0.976904, 0.128545, -0.170691> - 9582: < 0.983497, 0.127935, -0.127935> - 9583: < 0.988171, 0.085300, -0.127447> - 9584: < 0.976904, 0.128545, -0.170691> - 9585: < 0.970211, 0.171305, -0.171305> - 9586: < 0.976904, 0.170691, -0.128545> - 9587: < 0.983497, 0.127935, -0.127935> - 9588: < 0.970211, 0.171305, -0.171305> - 9589: < 0.961530, 0.214182, -0.172005> - 9590: < 0.968319, 0.213666, -0.129250> - 9591: < 0.976904, 0.170691, -0.128545> - 9592: < 0.961530, 0.214182, -0.172005> - 9593: < 0.950800, 0.257217, -0.172679> - 9594: < 0.957663, 0.256880, -0.129981> - 9595: < 0.968319, 0.213666, -0.129250> - 9596: < 0.950800, 0.257217, -0.172679> - 9597: < 0.937897, 0.300496, -0.173351> - 9598: < 0.944802, 0.300427, -0.130743> - 9599: < 0.957663, 0.256880, -0.129981> - 9600: < 0.937897, 0.300496, -0.173351> - 9601: < 0.922682, 0.344072, -0.173989> - 9602: < 0.929596, 0.344322, -0.131509> - 9603: < 0.944802, 0.300427, -0.130743> - 9604: < 0.922682, 0.344072, -0.173989> - 9605: < 0.904997, 0.387965, -0.174541> - 9606: < 0.911854, 0.388632, -0.132240> - 9607: < 0.929596, 0.344322, -0.131509> - 9608: < 0.904997, 0.387965, -0.174541> - 9609: < 0.884654, 0.432149, -0.175026> - 9610: < 0.891405, 0.433281, -0.132911> - 9611: < 0.911854, 0.388632, -0.132240> - 9612: < 0.884654, 0.432149, -0.175026> - 9613: < 0.861427, 0.476614, -0.175453> - 9614: < 0.868033, 0.478208, -0.133553> - 9615: < 0.891405, 0.433281, -0.132911> - 9616: < 0.861427, 0.476614, -0.175453> - 9617: < 0.835133, 0.521180, -0.175853> - 9618: < 0.841527, 0.523307, -0.134100> - 9619: < 0.868033, 0.478208, -0.133553> - 9620: < 0.835133, 0.521180, -0.175853> - 9621: < 0.805587, 0.565675, -0.176188> - 9622: < 0.811677, 0.568382, -0.134618> - 9623: < 0.841527, 0.523307, -0.134100> - 9624: < 0.805587, 0.565675, -0.176188> - 9625: < 0.772589, 0.609892, -0.176461> - 9626: < 0.778306, 0.613196, -0.135018> - 9627: < 0.811677, 0.568382, -0.134618> - 9628: < 0.772589, 0.609892, -0.176461> - 9629: < 0.736025, 0.653502, -0.176644> - 9630: < 0.741243, 0.657468, -0.135260> - 9631: < 0.778306, 0.613196, -0.135018> - 9632: < 0.741243, -0.657468, -0.135260> - 9633: < 0.778292, -0.613215, -0.135015> - 9634: < 0.782607, -0.615697, -0.091894> - 9635: < 0.745184, -0.660463, -0.092137> - 9636: < 0.778292, -0.613215, -0.135015> - 9637: < 0.811677, -0.568382, -0.134618> - 9638: < 0.816271, -0.570377, -0.091497> - 9639: < 0.782607, -0.615697, -0.091894> - 9640: < 0.811677, -0.568382, -0.134618> - 9641: < 0.841527, -0.523307, -0.134100> - 9642: < 0.846324, -0.524836, -0.091008> - 9643: < 0.816271, -0.570377, -0.091497> - 9644: < 0.841527, -0.523307, -0.134100> - 9645: < 0.868033, -0.478208, -0.133553> - 9646: < 0.872976, -0.479307, -0.090429> - 9647: < 0.846324, -0.524836, -0.091008> - 9648: < 0.868033, -0.478208, -0.133553> - 9649: < 0.891416, -0.433256, -0.132913> - 9650: < 0.896437, -0.433981, -0.089787> - 9651: < 0.872976, -0.479307, -0.090429> - 9652: < 0.891416, -0.433256, -0.132913> - 9653: < 0.911854, -0.388632, -0.132240> - 9654: < 0.916918, -0.388998, -0.089116> - 9655: < 0.896437, -0.433981, -0.089787> - 9656: < 0.911854, -0.388632, -0.132240> - 9657: < 0.929596, -0.344322, -0.131509> - 9658: < 0.934648, -0.344408, -0.088414> - 9659: < 0.916918, -0.388998, -0.089116> - 9660: < 0.929596, -0.344322, -0.131509> - 9661: < 0.944802, -0.300427, -0.130743> - 9662: < 0.949820, -0.300248, -0.087712> - 9663: < 0.934648, -0.344408, -0.088414> - 9664: < 0.944802, -0.300427, -0.130743> - 9665: < 0.957663, -0.256880, -0.129981> - 9666: < 0.962605, -0.256544, -0.087041> - 9667: < 0.949820, -0.300248, -0.087712> - 9668: < 0.957663, -0.256880, -0.129981> - 9669: < 0.968319, -0.213666, -0.129250> - 9670: < 0.973180, -0.213204, -0.086398> - 9671: < 0.962605, -0.256544, -0.087041> - 9672: < 0.968319, -0.213666, -0.129250> - 9673: < 0.976904, -0.170691, -0.128545> - 9674: < 0.981668, -0.170203, -0.085788> - 9675: < 0.973180, -0.213204, -0.086398> - 9676: < 0.976904, -0.170691, -0.128545> - 9677: < 0.983497, -0.127935, -0.127935> - 9678: < 0.988171, -0.127447, -0.085300> - 9679: < 0.981668, -0.170203, -0.085788> - 9680: < 0.983497, -0.127935, -0.127935> - 9681: < 0.988171, -0.085300, -0.127447> - 9682: < 0.992765, -0.084905, -0.084905> - 9683: < 0.988171, -0.127447, -0.085300> - 9684: < 0.988171, -0.085300, -0.127447> - 9685: < 0.990966, -0.042666, -0.127144> - 9686: < 0.995505, -0.042452, -0.084660> - 9687: < 0.992765, -0.084905, -0.084905> - 9688: < 0.990966, -0.042666, -0.127144> - 9689: < 0.991900, 0.000000, -0.127020> - 9690: < 0.996418, 0.000000, -0.084568> - 9691: < 0.995505, -0.042452, -0.084660> - 9692: < 0.991900, 0.000000, -0.127020> - 9693: < 0.990966, 0.042666, -0.127144> - 9694: < 0.995505, 0.042452, -0.084660> - 9695: < 0.996418, 0.000000, -0.084568> - 9696: < 0.990966, 0.042666, -0.127144> - 9697: < 0.988171, 0.085300, -0.127447> - 9698: < 0.992765, 0.084905, -0.084905> - 9699: < 0.995505, 0.042452, -0.084660> - 9700: < 0.988171, 0.085300, -0.127447> - 9701: < 0.983497, 0.127935, -0.127935> - 9702: < 0.988171, 0.127447, -0.085300> - 9703: < 0.992765, 0.084905, -0.084905> - 9704: < 0.983497, 0.127935, -0.127935> - 9705: < 0.976904, 0.170691, -0.128545> - 9706: < 0.981668, 0.170203, -0.085788> - 9707: < 0.988171, 0.127447, -0.085300> - 9708: < 0.976904, 0.170691, -0.128545> - 9709: < 0.968319, 0.213666, -0.129250> - 9710: < 0.973180, 0.213204, -0.086398> - 9711: < 0.981668, 0.170203, -0.085788> - 9712: < 0.968319, 0.213666, -0.129250> - 9713: < 0.957663, 0.256880, -0.129981> - 9714: < 0.962605, 0.256544, -0.087041> - 9715: < 0.973180, 0.213204, -0.086398> - 9716: < 0.957663, 0.256880, -0.129981> - 9717: < 0.944802, 0.300427, -0.130743> - 9718: < 0.949820, 0.300248, -0.087712> - 9719: < 0.962605, 0.256544, -0.087041> - 9720: < 0.944802, 0.300427, -0.130743> - 9721: < 0.929596, 0.344322, -0.131509> - 9722: < 0.934648, 0.344408, -0.088414> - 9723: < 0.949820, 0.300248, -0.087712> - 9724: < 0.929596, 0.344322, -0.131509> - 9725: < 0.911854, 0.388632, -0.132240> - 9726: < 0.916918, 0.388998, -0.089116> - 9727: < 0.934648, 0.344408, -0.088414> - 9728: < 0.911854, 0.388632, -0.132240> - 9729: < 0.891405, 0.433281, -0.132911> - 9730: < 0.896437, 0.433981, -0.089787> - 9731: < 0.916918, 0.388998, -0.089116> - 9732: < 0.891405, 0.433281, -0.132911> - 9733: < 0.868033, 0.478208, -0.133553> - 9734: < 0.872976, 0.479307, -0.090429> - 9735: < 0.896437, 0.433981, -0.089787> - 9736: < 0.868033, 0.478208, -0.133553> - 9737: < 0.841527, 0.523307, -0.134100> - 9738: < 0.846324, 0.524836, -0.091008> - 9739: < 0.872976, 0.479307, -0.090429> - 9740: < 0.841527, 0.523307, -0.134100> - 9741: < 0.811677, 0.568382, -0.134618> - 9742: < 0.816271, 0.570377, -0.091497> - 9743: < 0.846324, 0.524836, -0.091008> - 9744: < 0.811677, 0.568382, -0.134618> - 9745: < 0.778306, 0.613196, -0.135018> - 9746: < 0.782607, 0.615697, -0.091894> - 9747: < 0.816271, 0.570377, -0.091497> - 9748: < 0.778306, 0.613196, -0.135018> - 9749: < 0.741243, 0.657468, -0.135260> - 9750: < 0.745184, 0.660463, -0.092137> - 9751: < 0.782607, 0.615697, -0.091894> - 9752: < 0.745184, -0.660463, -0.092137> - 9753: < 0.782607, -0.615697, -0.091894> - 9754: < 0.785375, -0.617246, -0.046847> - 9755: < 0.747715, -0.662354, -0.046999> - 9756: < 0.782607, -0.615697, -0.091894> - 9757: < 0.816271, -0.570377, -0.091497> - 9758: < 0.819208, -0.571602, -0.046573> - 9759: < 0.785375, -0.617246, -0.046847> - 9760: < 0.816271, -0.570377, -0.091497> - 9761: < 0.846324, -0.524836, -0.091008> - 9762: < 0.849378, -0.525753, -0.046267> - 9763: < 0.819208, -0.571602, -0.046573> - 9764: < 0.846324, -0.524836, -0.091008> - 9765: < 0.872976, -0.479307, -0.090429> - 9766: < 0.876095, -0.479951, -0.045871> - 9767: < 0.849378, -0.525753, -0.046267> - 9768: < 0.872976, -0.479307, -0.090429> - 9769: < 0.896437, -0.433981, -0.089787> - 9770: < 0.899583, -0.434379, -0.045443> - 9771: < 0.876095, -0.479951, -0.045871> - 9772: < 0.896437, -0.433981, -0.089787> - 9773: < 0.916918, -0.388998, -0.089116> - 9774: < 0.920061, -0.389180, -0.045016> - 9775: < 0.899583, -0.434379, -0.045443> - 9776: < 0.916918, -0.388998, -0.089116> - 9777: < 0.934648, -0.344408, -0.088414> - 9778: < 0.937762, -0.344409, -0.044558> - 9779: < 0.920061, -0.389180, -0.045016> - 9780: < 0.934648, -0.344408, -0.088414> - 9781: < 0.949820, -0.300248, -0.087712> - 9782: < 0.952889, -0.300092, -0.044130> - 9783: < 0.937762, -0.344409, -0.044558> - 9784: < 0.949820, -0.300248, -0.087712> - 9785: < 0.962605, -0.256544, -0.087041> - 9786: < 0.965618, -0.256267, -0.043703> - 9787: < 0.952889, -0.300092, -0.044130> - 9788: < 0.962605, -0.256544, -0.087041> - 9789: < 0.973180, -0.213204, -0.086398> - 9790: < 0.976120, -0.212870, -0.043306> - 9791: < 0.965618, -0.256267, -0.043703> - 9792: < 0.973180, -0.213204, -0.086398> - 9793: < 0.981668, -0.170203, -0.085788> - 9794: < 0.984535, -0.169837, -0.042970> - 9795: < 0.976120, -0.212870, -0.043306> - 9796: < 0.981668, -0.170203, -0.085788> - 9797: < 0.988171, -0.127447, -0.085300> - 9798: < 0.990966, -0.127144, -0.042666> - 9799: < 0.984535, -0.169837, -0.042970> - 9800: < 0.988171, -0.127447, -0.085300> - 9801: < 0.992765, -0.084905, -0.084905> - 9802: < 0.995505, -0.084660, -0.042452> - 9803: < 0.990966, -0.127144, -0.042666> - 9804: < 0.992765, -0.084905, -0.084905> - 9805: < 0.995505, -0.042452, -0.084660> - 9806: < 0.998209, -0.042299, -0.042299> - 9807: < 0.995505, -0.084660, -0.042452> - 9808: < 0.995505, -0.042452, -0.084660> - 9809: < 0.996418, 0.000000, -0.084568> - 9810: < 0.999108, 0.000000, -0.042239> - 9811: < 0.998209, -0.042299, -0.042299> - 9812: < 0.996418, 0.000000, -0.084568> - 9813: < 0.995505, 0.042452, -0.084660> - 9814: < 0.998209, 0.042299, -0.042299> - 9815: < 0.999108, 0.000000, -0.042239> - 9816: < 0.995505, 0.042452, -0.084660> - 9817: < 0.992765, 0.084905, -0.084905> - 9818: < 0.995505, 0.084660, -0.042452> - 9819: < 0.998209, 0.042299, -0.042299> - 9820: < 0.992765, 0.084905, -0.084905> - 9821: < 0.988171, 0.127447, -0.085300> - 9822: < 0.990966, 0.127144, -0.042666> - 9823: < 0.995505, 0.084660, -0.042452> - 9824: < 0.988171, 0.127447, -0.085300> - 9825: < 0.981668, 0.170203, -0.085788> - 9826: < 0.984535, 0.169837, -0.042970> - 9827: < 0.990966, 0.127144, -0.042666> - 9828: < 0.981668, 0.170203, -0.085788> - 9829: < 0.973180, 0.213204, -0.086398> - 9830: < 0.976120, 0.212870, -0.043306> - 9831: < 0.984535, 0.169837, -0.042970> - 9832: < 0.973180, 0.213204, -0.086398> - 9833: < 0.962605, 0.256544, -0.087041> - 9834: < 0.965618, 0.256267, -0.043703> - 9835: < 0.976120, 0.212870, -0.043306> - 9836: < 0.962605, 0.256544, -0.087041> - 9837: < 0.949820, 0.300248, -0.087712> - 9838: < 0.952889, 0.300092, -0.044130> - 9839: < 0.965618, 0.256267, -0.043703> - 9840: < 0.949820, 0.300248, -0.087712> - 9841: < 0.934648, 0.344408, -0.088414> - 9842: < 0.937762, 0.344409, -0.044558> - 9843: < 0.952889, 0.300092, -0.044130> - 9844: < 0.934648, 0.344408, -0.088414> - 9845: < 0.916918, 0.388998, -0.089116> - 9846: < 0.920061, 0.389180, -0.045016> - 9847: < 0.937762, 0.344409, -0.044558> - 9848: < 0.916918, 0.388998, -0.089116> - 9849: < 0.896437, 0.433981, -0.089787> - 9850: < 0.899583, 0.434379, -0.045443> - 9851: < 0.920061, 0.389180, -0.045016> - 9852: < 0.896437, 0.433981, -0.089787> - 9853: < 0.872976, 0.479307, -0.090429> - 9854: < 0.876095, 0.479951, -0.045871> - 9855: < 0.899583, 0.434379, -0.045443> - 9856: < 0.872976, 0.479307, -0.090429> - 9857: < 0.846324, 0.524836, -0.091008> - 9858: < 0.849378, 0.525753, -0.046267> - 9859: < 0.876095, 0.479951, -0.045871> - 9860: < 0.846324, 0.524836, -0.091008> - 9861: < 0.816271, 0.570377, -0.091497> - 9862: < 0.819208, 0.571602, -0.046573> - 9863: < 0.849378, 0.525753, -0.046267> - 9864: < 0.816271, 0.570377, -0.091497> - 9865: < 0.782607, 0.615697, -0.091894> - 9866: < 0.785375, 0.617246, -0.046847> - 9867: < 0.819208, 0.571602, -0.046573> - 9868: < 0.782607, 0.615697, -0.091894> - 9869: < 0.745184, 0.660463, -0.092137> - 9870: < 0.747715, 0.662354, -0.046999> - 9871: < 0.785375, 0.617246, -0.046847> - 9872: < 0.747715, -0.662354, -0.046999> - 9873: < 0.785375, -0.617246, -0.046847> - 9874: < 0.786344, -0.617789, 0.000000> - 9875: < 0.748599, -0.663024, 0.000000> - 9876: < 0.785375, -0.617246, -0.046847> - 9877: < 0.819208, -0.571602, -0.046573> - 9878: < 0.820237, -0.572024, 0.000000> - 9879: < 0.786344, -0.617789, 0.000000> - 9880: < 0.819208, -0.571602, -0.046573> - 9881: < 0.849378, -0.525753, -0.046267> - 9882: < 0.850434, -0.526081, 0.000000> - 9883: < 0.820237, -0.572024, 0.000000> - 9884: < 0.849378, -0.525753, -0.046267> - 9885: < 0.876095, -0.479951, -0.045871> - 9886: < 0.877182, -0.480158, 0.000000> - 9887: < 0.850434, -0.526081, 0.000000> - 9888: < 0.876095, -0.479951, -0.045871> - 9889: < 0.899583, -0.434379, -0.045443> - 9890: < 0.900655, -0.434534, 0.000000> - 9891: < 0.877182, -0.480158, 0.000000> - 9892: < 0.899583, -0.434379, -0.045443> - 9893: < 0.920061, -0.389180, -0.045016> - 9894: < 0.921135, -0.389244, 0.000000> - 9895: < 0.900655, -0.434534, 0.000000> - 9896: < 0.920061, -0.389180, -0.045016> - 9897: < 0.937762, -0.344409, -0.044558> - 9898: < 0.938821, -0.344405, 0.000000> - 9899: < 0.921135, -0.389244, 0.000000> - 9900: < 0.937762, -0.344409, -0.044558> - 9901: < 0.952889, -0.300092, -0.044130> - 9902: < 0.953921, -0.300059, 0.000000> - 9903: < 0.938821, -0.344405, 0.000000> - 9904: < 0.952889, -0.300092, -0.044130> - 9905: < 0.965618, -0.256267, -0.043703> - 9906: < 0.966630, -0.256177, 0.000000> - 9907: < 0.953921, -0.300059, 0.000000> - 9908: < 0.965618, -0.256267, -0.043703> - 9909: < 0.976120, -0.212870, -0.043306> - 9910: < 0.977107, -0.212750, 0.000000> - 9911: < 0.966630, -0.256177, 0.000000> - 9912: < 0.976120, -0.212870, -0.043306> - 9913: < 0.984535, -0.169837, -0.042970> - 9914: < 0.985488, -0.169746, 0.000000> - 9915: < 0.977107, -0.212750, 0.000000> - 9916: < 0.984535, -0.169837, -0.042970> - 9917: < 0.990966, -0.127144, -0.042666> - 9918: < 0.991900, -0.127020, 0.000000> - 9919: < 0.985488, -0.169746, 0.000000> - 9920: < 0.990966, -0.127144, -0.042666> - 9921: < 0.995505, -0.084660, -0.042452> - 9922: < 0.996418, -0.084568, 0.000000> - 9923: < 0.991900, -0.127020, 0.000000> - 9924: < 0.995505, -0.084660, -0.042452> - 9925: < 0.998209, -0.042299, -0.042299> - 9926: < 0.999108, -0.042239, 0.000000> - 9927: < 0.996418, -0.084568, 0.000000> - 9928: < 0.998209, -0.042299, -0.042299> - 9929: < 0.999108, 0.000000, -0.042239> - 9930: < 1.000000, 0.000000, 0.000000> - 9931: < 0.999108, -0.042239, 0.000000> - 9932: < 0.999108, 0.000000, -0.042239> - 9933: < 0.998209, 0.042299, -0.042299> - 9934: < 0.999108, 0.042239, 0.000000> - 9935: < 1.000000, 0.000000, 0.000000> - 9936: < 0.998209, 0.042299, -0.042299> - 9937: < 0.995505, 0.084660, -0.042452> - 9938: < 0.996418, 0.084568, 0.000000> - 9939: < 0.999108, 0.042239, 0.000000> - 9940: < 0.995505, 0.084660, -0.042452> - 9941: < 0.990966, 0.127144, -0.042666> - 9942: < 0.991900, 0.127020, 0.000000> - 9943: < 0.996418, 0.084568, 0.000000> - 9944: < 0.990966, 0.127144, -0.042666> - 9945: < 0.984535, 0.169837, -0.042970> - 9946: < 0.985488, 0.169746, 0.000000> - 9947: < 0.991900, 0.127020, 0.000000> - 9948: < 0.984535, 0.169837, -0.042970> - 9949: < 0.976120, 0.212870, -0.043306> - 9950: < 0.977107, 0.212750, 0.000000> - 9951: < 0.985488, 0.169746, 0.000000> - 9952: < 0.976120, 0.212870, -0.043306> - 9953: < 0.965618, 0.256267, -0.043703> - 9954: < 0.966630, 0.256177, 0.000000> - 9955: < 0.977107, 0.212750, 0.000000> - 9956: < 0.965618, 0.256267, -0.043703> - 9957: < 0.952889, 0.300092, -0.044130> - 9958: < 0.953921, 0.300059, 0.000000> - 9959: < 0.966630, 0.256177, 0.000000> - 9960: < 0.952889, 0.300092, -0.044130> - 9961: < 0.937762, 0.344409, -0.044558> - 9962: < 0.938821, 0.344405, 0.000000> - 9963: < 0.953921, 0.300059, 0.000000> - 9964: < 0.937762, 0.344409, -0.044558> - 9965: < 0.920061, 0.389180, -0.045016> - 9966: < 0.921135, 0.389244, 0.000000> - 9967: < 0.938821, 0.344405, 0.000000> - 9968: < 0.920061, 0.389180, -0.045016> - 9969: < 0.899583, 0.434379, -0.045443> - 9970: < 0.900655, 0.434534, 0.000000> - 9971: < 0.921135, 0.389244, 0.000000> - 9972: < 0.899583, 0.434379, -0.045443> - 9973: < 0.876095, 0.479951, -0.045871> - 9974: < 0.877169, 0.480182, 0.000000> - 9975: < 0.900655, 0.434534, 0.000000> - 9976: < 0.876095, 0.479951, -0.045871> - 9977: < 0.849378, 0.525753, -0.046267> - 9978: < 0.850434, 0.526081, 0.000000> - 9979: < 0.877169, 0.480182, 0.000000> - 9980: < 0.849378, 0.525753, -0.046267> - 9981: < 0.819208, 0.571602, -0.046573> - 9982: < 0.820237, 0.572024, 0.000000> - 9983: < 0.850434, 0.526081, 0.000000> - 9984: < 0.819208, 0.571602, -0.046573> - 9985: < 0.785375, 0.617246, -0.046847> - 9986: < 0.786344, 0.617789, 0.000000> - 9987: < 0.820237, 0.572024, 0.000000> - 9988: < 0.785375, 0.617246, -0.046847> - 9989: < 0.747715, 0.662354, -0.046999> - 9990: < 0.748599, 0.663024, 0.000000> - 9991: < 0.786344, 0.617789, 0.000000> - 9992: < 0.748599, -0.663024, 0.000000> - 9993: < 0.786344, -0.617789, 0.000000> - 9994: < 0.785375, -0.617246, 0.046847> - 9995: < 0.747715, -0.662354, 0.046999> - 9996: < 0.786344, -0.617789, 0.000000> - 9997: < 0.820237, -0.572024, 0.000000> - 9998: < 0.819208, -0.571602, 0.046573> - 9999: < 0.785375, -0.617246, 0.046847> - 10000: < 0.820237, -0.572024, 0.000000> - 10001: < 0.850434, -0.526081, 0.000000> - 10002: < 0.849378, -0.525753, 0.046267> - 10003: < 0.819208, -0.571602, 0.046573> - 10004: < 0.850434, -0.526081, 0.000000> - 10005: < 0.877182, -0.480158, 0.000000> - 10006: < 0.876095, -0.479951, 0.045871> - 10007: < 0.849378, -0.525753, 0.046267> - 10008: < 0.877182, -0.480158, 0.000000> - 10009: < 0.900655, -0.434534, 0.000000> - 10010: < 0.899583, -0.434379, 0.045443> - 10011: < 0.876095, -0.479951, 0.045871> - 10012: < 0.900655, -0.434534, 0.000000> - 10013: < 0.921135, -0.389244, 0.000000> - 10014: < 0.920061, -0.389180, 0.045016> - 10015: < 0.899583, -0.434379, 0.045443> - 10016: < 0.921135, -0.389244, 0.000000> - 10017: < 0.938821, -0.344405, 0.000000> - 10018: < 0.937762, -0.344409, 0.044558> - 10019: < 0.920061, -0.389180, 0.045016> - 10020: < 0.938821, -0.344405, 0.000000> - 10021: < 0.953921, -0.300059, 0.000000> - 10022: < 0.952889, -0.300092, 0.044130> - 10023: < 0.937762, -0.344409, 0.044558> - 10024: < 0.953921, -0.300059, 0.000000> - 10025: < 0.966630, -0.256177, 0.000000> - 10026: < 0.965618, -0.256267, 0.043703> - 10027: < 0.952889, -0.300092, 0.044130> - 10028: < 0.966630, -0.256177, 0.000000> - 10029: < 0.977107, -0.212750, 0.000000> - 10030: < 0.976120, -0.212870, 0.043306> - 10031: < 0.965618, -0.256267, 0.043703> - 10032: < 0.977107, -0.212750, 0.000000> - 10033: < 0.985488, -0.169746, 0.000000> - 10034: < 0.984535, -0.169837, 0.042970> - 10035: < 0.976120, -0.212870, 0.043306> - 10036: < 0.985488, -0.169746, 0.000000> - 10037: < 0.991900, -0.127020, 0.000000> - 10038: < 0.990966, -0.127144, 0.042666> - 10039: < 0.984535, -0.169837, 0.042970> - 10040: < 0.991900, -0.127020, 0.000000> - 10041: < 0.996418, -0.084568, 0.000000> - 10042: < 0.995505, -0.084660, 0.042452> - 10043: < 0.990966, -0.127144, 0.042666> - 10044: < 0.996418, -0.084568, 0.000000> - 10045: < 0.999108, -0.042239, 0.000000> - 10046: < 0.998209, -0.042299, 0.042299> - 10047: < 0.995505, -0.084660, 0.042452> - 10048: < 0.999108, -0.042239, 0.000000> - 10049: < 1.000000, 0.000000, 0.000000> - 10050: < 0.999108, 0.000000, 0.042239> - 10051: < 0.998209, -0.042299, 0.042299> - 10052: < 1.000000, 0.000000, 0.000000> - 10053: < 0.999108, 0.042239, 0.000000> - 10054: < 0.998209, 0.042299, 0.042299> - 10055: < 0.999108, 0.000000, 0.042239> - 10056: < 0.999108, 0.042239, 0.000000> - 10057: < 0.996418, 0.084568, 0.000000> - 10058: < 0.995505, 0.084660, 0.042452> - 10059: < 0.998209, 0.042299, 0.042299> - 10060: < 0.996418, 0.084568, 0.000000> - 10061: < 0.991900, 0.127020, 0.000000> - 10062: < 0.990966, 0.127144, 0.042666> - 10063: < 0.995505, 0.084660, 0.042452> - 10064: < 0.991900, 0.127020, 0.000000> - 10065: < 0.985488, 0.169746, 0.000000> - 10066: < 0.984530, 0.169866, 0.042970> - 10067: < 0.990966, 0.127144, 0.042666> - 10068: < 0.985488, 0.169746, 0.000000> - 10069: < 0.977107, 0.212750, 0.000000> - 10070: < 0.976120, 0.212870, 0.043306> - 10071: < 0.984530, 0.169866, 0.042970> - 10072: < 0.977107, 0.212750, 0.000000> - 10073: < 0.966630, 0.256177, 0.000000> - 10074: < 0.965618, 0.256267, 0.043703> - 10075: < 0.976120, 0.212870, 0.043306> - 10076: < 0.966630, 0.256177, 0.000000> - 10077: < 0.953921, 0.300059, 0.000000> - 10078: < 0.952889, 0.300092, 0.044130> - 10079: < 0.965618, 0.256267, 0.043703> - 10080: < 0.953921, 0.300059, 0.000000> - 10081: < 0.938821, 0.344405, 0.000000> - 10082: < 0.937762, 0.344409, 0.044558> - 10083: < 0.952889, 0.300092, 0.044130> - 10084: < 0.938821, 0.344405, 0.000000> - 10085: < 0.921135, 0.389244, 0.000000> - 10086: < 0.920061, 0.389180, 0.045016> - 10087: < 0.937762, 0.344409, 0.044558> - 10088: < 0.921135, 0.389244, 0.000000> - 10089: < 0.900655, 0.434534, 0.000000> - 10090: < 0.899583, 0.434379, 0.045443> - 10091: < 0.920061, 0.389180, 0.045016> - 10092: < 0.900655, 0.434534, 0.000000> - 10093: < 0.877169, 0.480182, 0.000000> - 10094: < 0.876095, 0.479951, 0.045871> - 10095: < 0.899583, 0.434379, 0.045443> - 10096: < 0.877169, 0.480182, 0.000000> - 10097: < 0.850434, 0.526081, 0.000000> - 10098: < 0.849378, 0.525753, 0.046267> - 10099: < 0.876095, 0.479951, 0.045871> - 10100: < 0.850434, 0.526081, 0.000000> - 10101: < 0.820237, 0.572024, 0.000000> - 10102: < 0.819208, 0.571602, 0.046573> - 10103: < 0.849378, 0.525753, 0.046267> - 10104: < 0.820237, 0.572024, 0.000000> - 10105: < 0.786344, 0.617789, 0.000000> - 10106: < 0.785375, 0.617246, 0.046847> - 10107: < 0.819208, 0.571602, 0.046573> - 10108: < 0.786344, 0.617789, 0.000000> - 10109: < 0.748599, 0.663024, 0.000000> - 10110: < 0.747715, 0.662354, 0.046999> - 10111: < 0.785375, 0.617246, 0.046847> - 10112: < 0.747715, -0.662354, 0.046999> - 10113: < 0.785375, -0.617246, 0.046847> - 10114: < 0.782607, -0.615697, 0.091894> - 10115: < 0.745184, -0.660463, 0.092137> - 10116: < 0.785375, -0.617246, 0.046847> - 10117: < 0.819208, -0.571602, 0.046573> - 10118: < 0.816271, -0.570377, 0.091497> - 10119: < 0.782607, -0.615697, 0.091894> - 10120: < 0.819208, -0.571602, 0.046573> - 10121: < 0.849378, -0.525753, 0.046267> - 10122: < 0.846324, -0.524836, 0.091008> - 10123: < 0.816271, -0.570377, 0.091497> - 10124: < 0.849378, -0.525753, 0.046267> - 10125: < 0.876095, -0.479951, 0.045871> - 10126: < 0.872976, -0.479307, 0.090429> - 10127: < 0.846324, -0.524836, 0.091008> - 10128: < 0.876095, -0.479951, 0.045871> - 10129: < 0.899583, -0.434379, 0.045443> - 10130: < 0.896437, -0.433981, 0.089787> - 10131: < 0.872976, -0.479307, 0.090429> - 10132: < 0.899583, -0.434379, 0.045443> - 10133: < 0.920061, -0.389180, 0.045016> - 10134: < 0.916918, -0.388998, 0.089116> - 10135: < 0.896437, -0.433981, 0.089787> - 10136: < 0.920061, -0.389180, 0.045016> - 10137: < 0.937762, -0.344409, 0.044558> - 10138: < 0.934648, -0.344408, 0.088414> - 10139: < 0.916918, -0.388998, 0.089116> - 10140: < 0.937762, -0.344409, 0.044558> - 10141: < 0.952889, -0.300092, 0.044130> - 10142: < 0.949820, -0.300248, 0.087712> - 10143: < 0.934648, -0.344408, 0.088414> - 10144: < 0.952889, -0.300092, 0.044130> - 10145: < 0.965618, -0.256267, 0.043703> - 10146: < 0.962605, -0.256544, 0.087041> - 10147: < 0.949820, -0.300248, 0.087712> - 10148: < 0.965618, -0.256267, 0.043703> - 10149: < 0.976120, -0.212870, 0.043306> - 10150: < 0.973180, -0.213204, 0.086398> - 10151: < 0.962605, -0.256544, 0.087041> - 10152: < 0.976120, -0.212870, 0.043306> - 10153: < 0.984535, -0.169837, 0.042970> - 10154: < 0.981668, -0.170203, 0.085788> - 10155: < 0.973180, -0.213204, 0.086398> - 10156: < 0.984535, -0.169837, 0.042970> - 10157: < 0.990966, -0.127144, 0.042666> - 10158: < 0.988171, -0.127447, 0.085300> - 10159: < 0.981668, -0.170203, 0.085788> - 10160: < 0.990966, -0.127144, 0.042666> - 10161: < 0.995505, -0.084660, 0.042452> - 10162: < 0.992765, -0.084905, 0.084905> - 10163: < 0.988171, -0.127447, 0.085300> - 10164: < 0.995505, -0.084660, 0.042452> - 10165: < 0.998209, -0.042299, 0.042299> - 10166: < 0.995505, -0.042452, 0.084660> - 10167: < 0.992765, -0.084905, 0.084905> - 10168: < 0.998209, -0.042299, 0.042299> - 10169: < 0.999108, 0.000000, 0.042239> - 10170: < 0.996418, 0.000000, 0.084568> - 10171: < 0.995505, -0.042452, 0.084660> - 10172: < 0.999108, 0.000000, 0.042239> - 10173: < 0.998209, 0.042299, 0.042299> - 10174: < 0.995505, 0.042452, 0.084660> - 10175: < 0.996418, 0.000000, 0.084568> - 10176: < 0.998209, 0.042299, 0.042299> - 10177: < 0.995505, 0.084660, 0.042452> - 10178: < 0.992765, 0.084905, 0.084905> - 10179: < 0.995505, 0.042452, 0.084660> - 10180: < 0.995505, 0.084660, 0.042452> - 10181: < 0.990966, 0.127144, 0.042666> - 10182: < 0.988171, 0.127447, 0.085300> - 10183: < 0.992765, 0.084905, 0.084905> - 10184: < 0.990966, 0.127144, 0.042666> - 10185: < 0.984530, 0.169866, 0.042970> - 10186: < 0.981668, 0.170203, 0.085788> - 10187: < 0.988171, 0.127447, 0.085300> - 10188: < 0.984530, 0.169866, 0.042970> - 10189: < 0.976120, 0.212870, 0.043306> - 10190: < 0.973180, 0.213204, 0.086398> - 10191: < 0.981668, 0.170203, 0.085788> - 10192: < 0.976120, 0.212870, 0.043306> - 10193: < 0.965618, 0.256267, 0.043703> - 10194: < 0.962605, 0.256544, 0.087041> - 10195: < 0.973180, 0.213204, 0.086398> - 10196: < 0.965618, 0.256267, 0.043703> - 10197: < 0.952889, 0.300092, 0.044130> - 10198: < 0.949820, 0.300248, 0.087712> - 10199: < 0.962605, 0.256544, 0.087041> - 10200: < 0.952889, 0.300092, 0.044130> - 10201: < 0.937762, 0.344409, 0.044558> - 10202: < 0.934648, 0.344408, 0.088414> - 10203: < 0.949820, 0.300248, 0.087712> - 10204: < 0.937762, 0.344409, 0.044558> - 10205: < 0.920061, 0.389180, 0.045016> - 10206: < 0.916918, 0.388998, 0.089116> - 10207: < 0.934648, 0.344408, 0.088414> - 10208: < 0.920061, 0.389180, 0.045016> - 10209: < 0.899583, 0.434379, 0.045443> - 10210: < 0.896437, 0.433981, 0.089787> - 10211: < 0.916918, 0.388998, 0.089116> - 10212: < 0.899583, 0.434379, 0.045443> - 10213: < 0.876095, 0.479951, 0.045871> - 10214: < 0.872976, 0.479307, 0.090429> - 10215: < 0.896437, 0.433981, 0.089787> - 10216: < 0.876095, 0.479951, 0.045871> - 10217: < 0.849378, 0.525753, 0.046267> - 10218: < 0.846324, 0.524836, 0.091008> - 10219: < 0.872976, 0.479307, 0.090429> - 10220: < 0.849378, 0.525753, 0.046267> - 10221: < 0.819208, 0.571602, 0.046573> - 10222: < 0.816271, 0.570377, 0.091497> - 10223: < 0.846324, 0.524836, 0.091008> - 10224: < 0.819208, 0.571602, 0.046573> - 10225: < 0.785375, 0.617246, 0.046847> - 10226: < 0.782607, 0.615697, 0.091894> - 10227: < 0.816271, 0.570377, 0.091497> - 10228: < 0.785375, 0.617246, 0.046847> - 10229: < 0.747715, 0.662354, 0.046999> - 10230: < 0.745184, 0.660463, 0.092137> - 10231: < 0.782607, 0.615697, 0.091894> - 10232: < 0.745184, -0.660463, 0.092137> - 10233: < 0.782607, -0.615697, 0.091894> - 10234: < 0.778309, -0.613199, 0.134988> - 10235: < 0.741243, -0.657468, 0.135260> - 10236: < 0.782607, -0.615697, 0.091894> - 10237: < 0.816271, -0.570377, 0.091497> - 10238: < 0.811677, -0.568382, 0.134618> - 10239: < 0.778309, -0.613199, 0.134988> - 10240: < 0.816271, -0.570377, 0.091497> - 10241: < 0.846324, -0.524836, 0.091008> - 10242: < 0.841527, -0.523307, 0.134100> - 10243: < 0.811677, -0.568382, 0.134618> - 10244: < 0.846324, -0.524836, 0.091008> - 10245: < 0.872976, -0.479307, 0.090429> - 10246: < 0.868033, -0.478208, 0.133553> - 10247: < 0.841527, -0.523307, 0.134100> - 10248: < 0.872976, -0.479307, 0.090429> - 10249: < 0.896437, -0.433981, 0.089787> - 10250: < 0.891405, -0.433281, 0.132911> - 10251: < 0.868033, -0.478208, 0.133553> - 10252: < 0.896437, -0.433981, 0.089787> - 10253: < 0.916918, -0.388998, 0.089116> - 10254: < 0.911854, -0.388632, 0.132240> - 10255: < 0.891405, -0.433281, 0.132911> - 10256: < 0.916918, -0.388998, 0.089116> - 10257: < 0.934648, -0.344408, 0.088414> - 10258: < 0.929596, -0.344322, 0.131509> - 10259: < 0.911854, -0.388632, 0.132240> - 10260: < 0.934648, -0.344408, 0.088414> - 10261: < 0.949820, -0.300248, 0.087712> - 10262: < 0.944802, -0.300427, 0.130743> - 10263: < 0.929596, -0.344322, 0.131509> - 10264: < 0.949820, -0.300248, 0.087712> - 10265: < 0.962605, -0.256544, 0.087041> - 10266: < 0.957663, -0.256880, 0.129981> - 10267: < 0.944802, -0.300427, 0.130743> - 10268: < 0.962605, -0.256544, 0.087041> - 10269: < 0.973180, -0.213204, 0.086398> - 10270: < 0.968319, -0.213666, 0.129250> - 10271: < 0.957663, -0.256880, 0.129981> - 10272: < 0.973180, -0.213204, 0.086398> - 10273: < 0.981668, -0.170203, 0.085788> - 10274: < 0.976904, -0.170691, 0.128545> - 10275: < 0.968319, -0.213666, 0.129250> - 10276: < 0.981668, -0.170203, 0.085788> - 10277: < 0.988171, -0.127447, 0.085300> - 10278: < 0.983497, -0.127935, 0.127935> - 10279: < 0.976904, -0.170691, 0.128545> - 10280: < 0.988171, -0.127447, 0.085300> - 10281: < 0.992765, -0.084905, 0.084905> - 10282: < 0.988171, -0.085300, 0.127447> - 10283: < 0.983497, -0.127935, 0.127935> - 10284: < 0.992765, -0.084905, 0.084905> - 10285: < 0.995505, -0.042452, 0.084660> - 10286: < 0.990966, -0.042666, 0.127144> - 10287: < 0.988171, -0.085300, 0.127447> - 10288: < 0.995505, -0.042452, 0.084660> - 10289: < 0.996418, 0.000000, 0.084568> - 10290: < 0.991900, 0.000000, 0.127020> - 10291: < 0.990966, -0.042666, 0.127144> - 10292: < 0.996418, 0.000000, 0.084568> - 10293: < 0.995505, 0.042452, 0.084660> - 10294: < 0.990966, 0.042666, 0.127144> - 10295: < 0.991900, 0.000000, 0.127020> - 10296: < 0.995505, 0.042452, 0.084660> - 10297: < 0.992765, 0.084905, 0.084905> - 10298: < 0.988171, 0.085300, 0.127447> - 10299: < 0.990966, 0.042666, 0.127144> - 10300: < 0.992765, 0.084905, 0.084905> - 10301: < 0.988171, 0.127447, 0.085300> - 10302: < 0.983497, 0.127935, 0.127935> - 10303: < 0.988171, 0.085300, 0.127447> - 10304: < 0.988171, 0.127447, 0.085300> - 10305: < 0.981668, 0.170203, 0.085788> - 10306: < 0.976904, 0.170691, 0.128545> - 10307: < 0.983497, 0.127935, 0.127935> - 10308: < 0.981668, 0.170203, 0.085788> - 10309: < 0.973180, 0.213204, 0.086398> - 10310: < 0.968319, 0.213666, 0.129250> - 10311: < 0.976904, 0.170691, 0.128545> - 10312: < 0.973180, 0.213204, 0.086398> - 10313: < 0.962605, 0.256544, 0.087041> - 10314: < 0.957663, 0.256880, 0.129981> - 10315: < 0.968319, 0.213666, 0.129250> - 10316: < 0.962605, 0.256544, 0.087041> - 10317: < 0.949820, 0.300248, 0.087712> - 10318: < 0.944802, 0.300427, 0.130743> - 10319: < 0.957663, 0.256880, 0.129981> - 10320: < 0.949820, 0.300248, 0.087712> - 10321: < 0.934648, 0.344408, 0.088414> - 10322: < 0.929596, 0.344322, 0.131509> - 10323: < 0.944802, 0.300427, 0.130743> - 10324: < 0.934648, 0.344408, 0.088414> - 10325: < 0.916918, 0.388998, 0.089116> - 10326: < 0.911854, 0.388632, 0.132240> - 10327: < 0.929596, 0.344322, 0.131509> - 10328: < 0.916918, 0.388998, 0.089116> - 10329: < 0.896437, 0.433981, 0.089787> - 10330: < 0.891405, 0.433281, 0.132911> - 10331: < 0.911854, 0.388632, 0.132240> - 10332: < 0.896437, 0.433981, 0.089787> - 10333: < 0.872976, 0.479307, 0.090429> - 10334: < 0.868033, 0.478208, 0.133553> - 10335: < 0.891405, 0.433281, 0.132911> - 10336: < 0.872976, 0.479307, 0.090429> - 10337: < 0.846324, 0.524836, 0.091008> - 10338: < 0.841527, 0.523307, 0.134100> - 10339: < 0.868033, 0.478208, 0.133553> - 10340: < 0.846324, 0.524836, 0.091008> - 10341: < 0.816271, 0.570377, 0.091497> - 10342: < 0.811677, 0.568382, 0.134618> - 10343: < 0.841527, 0.523307, 0.134100> - 10344: < 0.816271, 0.570377, 0.091497> - 10345: < 0.782607, 0.615697, 0.091894> - 10346: < 0.778309, 0.613199, 0.134988> - 10347: < 0.811677, 0.568382, 0.134618> - 10348: < 0.782607, 0.615697, 0.091894> - 10349: < 0.745184, 0.660463, 0.092137> - 10350: < 0.741243, 0.657468, 0.135260> - 10351: < 0.778309, 0.613199, 0.134988> - 10352: < 0.741243, -0.657468, 0.135260> - 10353: < 0.778309, -0.613199, 0.134988> - 10354: < 0.772589, -0.609892, 0.176461> - 10355: < 0.736025, -0.653502, 0.176644> - 10356: < 0.778309, -0.613199, 0.134988> - 10357: < 0.811677, -0.568382, 0.134618> - 10358: < 0.805587, -0.565675, 0.176188> - 10359: < 0.772589, -0.609892, 0.176461> - 10360: < 0.811677, -0.568382, 0.134618> - 10361: < 0.841527, -0.523307, 0.134100> - 10362: < 0.835133, -0.521180, 0.175853> - 10363: < 0.805587, -0.565675, 0.176188> - 10364: < 0.841527, -0.523307, 0.134100> - 10365: < 0.868033, -0.478208, 0.133553> - 10366: < 0.861427, -0.476614, 0.175453> - 10367: < 0.835133, -0.521180, 0.175853> - 10368: < 0.868033, -0.478208, 0.133553> - 10369: < 0.891405, -0.433281, 0.132911> - 10370: < 0.884654, -0.432149, 0.175026> - 10371: < 0.861427, -0.476614, 0.175453> - 10372: < 0.891405, -0.433281, 0.132911> - 10373: < 0.911854, -0.388632, 0.132240> - 10374: < 0.904997, -0.387965, 0.174541> - 10375: < 0.884654, -0.432149, 0.175026> - 10376: < 0.911854, -0.388632, 0.132240> - 10377: < 0.929596, -0.344322, 0.131509> - 10378: < 0.922682, -0.344072, 0.173989> - 10379: < 0.904997, -0.387965, 0.174541> - 10380: < 0.929596, -0.344322, 0.131509> - 10381: < 0.944802, -0.300427, 0.130743> - 10382: < 0.937897, -0.300496, 0.173351> - 10383: < 0.922682, -0.344072, 0.173989> - 10384: < 0.944802, -0.300427, 0.130743> - 10385: < 0.957663, -0.256880, 0.129981> - 10386: < 0.950800, -0.257217, 0.172679> - 10387: < 0.937897, -0.300496, 0.173351> - 10388: < 0.957663, -0.256880, 0.129981> - 10389: < 0.968319, -0.213666, 0.129250> - 10390: < 0.961530, -0.214182, 0.172005> - 10391: < 0.950800, -0.257217, 0.172679> - 10392: < 0.968319, -0.213666, 0.129250> - 10393: < 0.976904, -0.170691, 0.128545> - 10394: < 0.970211, -0.171305, 0.171305> - 10395: < 0.961530, -0.214182, 0.172005> - 10396: < 0.976904, -0.170691, 0.128545> - 10397: < 0.983497, -0.127935, 0.127935> - 10398: < 0.976904, -0.128545, 0.170691> - 10399: < 0.970211, -0.171305, 0.171305> - 10400: < 0.983497, -0.127935, 0.127935> - 10401: < 0.988171, -0.085300, 0.127447> - 10402: < 0.981668, -0.085788, 0.170203> - 10403: < 0.976904, -0.128545, 0.170691> - 10404: < 0.988171, -0.085300, 0.127447> - 10405: < 0.990966, -0.042666, 0.127144> - 10406: < 0.984535, -0.042970, 0.169837> - 10407: < 0.981668, -0.085788, 0.170203> - 10408: < 0.990966, -0.042666, 0.127144> - 10409: < 0.991900, 0.000000, 0.127020> - 10410: < 0.985488, 0.000000, 0.169746> - 10411: < 0.984535, -0.042970, 0.169837> - 10412: < 0.991900, 0.000000, 0.127020> - 10413: < 0.990966, 0.042666, 0.127144> - 10414: < 0.984530, 0.042970, 0.169866> - 10415: < 0.985488, 0.000000, 0.169746> - 10416: < 0.990966, 0.042666, 0.127144> - 10417: < 0.988171, 0.085300, 0.127447> - 10418: < 0.981668, 0.085788, 0.170203> - 10419: < 0.984530, 0.042970, 0.169866> - 10420: < 0.988171, 0.085300, 0.127447> - 10421: < 0.983497, 0.127935, 0.127935> - 10422: < 0.976904, 0.128545, 0.170691> - 10423: < 0.981668, 0.085788, 0.170203> - 10424: < 0.983497, 0.127935, 0.127935> - 10425: < 0.976904, 0.170691, 0.128545> - 10426: < 0.970211, 0.171305, 0.171305> - 10427: < 0.976904, 0.128545, 0.170691> - 10428: < 0.976904, 0.170691, 0.128545> - 10429: < 0.968319, 0.213666, 0.129250> - 10430: < 0.961530, 0.214182, 0.172005> - 10431: < 0.970211, 0.171305, 0.171305> - 10432: < 0.968319, 0.213666, 0.129250> - 10433: < 0.957663, 0.256880, 0.129981> - 10434: < 0.950800, 0.257217, 0.172679> - 10435: < 0.961530, 0.214182, 0.172005> - 10436: < 0.957663, 0.256880, 0.129981> - 10437: < 0.944802, 0.300427, 0.130743> - 10438: < 0.937897, 0.300496, 0.173351> - 10439: < 0.950800, 0.257217, 0.172679> - 10440: < 0.944802, 0.300427, 0.130743> - 10441: < 0.929596, 0.344322, 0.131509> - 10442: < 0.922682, 0.344072, 0.173989> - 10443: < 0.937897, 0.300496, 0.173351> - 10444: < 0.929596, 0.344322, 0.131509> - 10445: < 0.911854, 0.388632, 0.132240> - 10446: < 0.904997, 0.387965, 0.174541> - 10447: < 0.922682, 0.344072, 0.173989> - 10448: < 0.911854, 0.388632, 0.132240> - 10449: < 0.891405, 0.433281, 0.132911> - 10450: < 0.884654, 0.432149, 0.175026> - 10451: < 0.904997, 0.387965, 0.174541> - 10452: < 0.891405, 0.433281, 0.132911> - 10453: < 0.868033, 0.478208, 0.133553> - 10454: < 0.861427, 0.476614, 0.175453> - 10455: < 0.884654, 0.432149, 0.175026> - 10456: < 0.868033, 0.478208, 0.133553> - 10457: < 0.841527, 0.523307, 0.134100> - 10458: < 0.835133, 0.521180, 0.175853> - 10459: < 0.861427, 0.476614, 0.175453> - 10460: < 0.841527, 0.523307, 0.134100> - 10461: < 0.811677, 0.568382, 0.134618> - 10462: < 0.805587, 0.565675, 0.176188> - 10463: < 0.835133, 0.521180, 0.175853> - 10464: < 0.811677, 0.568382, 0.134618> - 10465: < 0.778309, 0.613199, 0.134988> - 10466: < 0.772589, 0.609892, 0.176461> - 10467: < 0.805587, 0.565675, 0.176188> - 10468: < 0.778309, 0.613199, 0.134988> - 10469: < 0.741243, 0.657468, 0.135260> - 10470: < 0.736025, 0.653502, 0.176644> - 10471: < 0.772589, 0.609892, 0.176461> - 10472: < 0.736025, -0.653502, 0.176644> - 10473: < 0.772589, -0.609892, 0.176461> - 10474: < 0.765608, -0.605748, 0.216596> - 10475: < 0.729636, -0.648606, 0.216660> - 10476: < 0.772589, -0.609892, 0.176461> - 10477: < 0.805587, -0.565675, 0.176188> - 10478: < 0.798110, -0.562257, 0.216534> - 10479: < 0.765608, -0.605748, 0.216596> - 10480: < 0.805587, -0.565675, 0.176188> - 10481: < 0.835133, -0.521180, 0.175853> - 10482: < 0.827263, -0.518435, 0.216475> - 10483: < 0.798110, -0.562257, 0.216534> - 10484: < 0.835133, -0.521180, 0.175853> - 10485: < 0.861427, -0.476614, 0.175453> - 10486: < 0.853230, -0.474515, 0.216413> - 10487: < 0.827263, -0.518435, 0.216475> - 10488: < 0.861427, -0.476614, 0.175453> - 10489: < 0.884654, -0.432149, 0.175026> - 10490: < 0.876208, -0.430657, 0.216320> - 10491: < 0.853230, -0.474515, 0.216413> - 10492: < 0.884654, -0.432149, 0.175026> - 10493: < 0.904997, -0.387965, 0.174541> - 10494: < 0.896382, -0.386985, 0.216199> - 10495: < 0.876208, -0.430657, 0.216320> - 10496: < 0.904997, -0.387965, 0.174541> - 10497: < 0.922682, -0.344072, 0.173989> - 10498: < 0.913949, -0.343582, 0.215982> - 10499: < 0.896382, -0.386985, 0.216199> - 10500: < 0.922682, -0.344072, 0.173989> - 10501: < 0.937897, -0.300496, 0.173351> - 10502: < 0.929096, -0.300461, 0.215649> - 10503: < 0.913949, -0.343582, 0.215982> - 10504: < 0.937897, -0.300496, 0.173351> - 10505: < 0.950800, -0.257217, 0.172679> - 10506: < 0.942000, -0.257519, 0.215220> - 10507: < 0.929096, -0.300461, 0.215649> - 10508: < 0.950800, -0.257217, 0.172679> - 10509: < 0.961530, -0.214182, 0.172005> - 10510: < 0.952775, -0.214732, 0.214732> - 10511: < 0.942000, -0.257519, 0.215220> - 10512: < 0.961530, -0.214182, 0.172005> - 10513: < 0.970211, -0.171305, 0.171305> - 10514: < 0.961530, -0.172005, 0.214182> - 10515: < 0.952775, -0.214732, 0.214732> - 10516: < 0.970211, -0.171305, 0.171305> - 10517: < 0.976904, -0.128545, 0.170691> - 10518: < 0.968319, -0.129250, 0.213666> - 10519: < 0.961530, -0.172005, 0.214182> - 10520: < 0.976904, -0.128545, 0.170691> - 10521: < 0.981668, -0.085788, 0.170203> - 10522: < 0.973180, -0.086398, 0.213204> - 10523: < 0.968319, -0.129250, 0.213666> - 10524: < 0.981668, -0.085788, 0.170203> - 10525: < 0.984535, -0.042970, 0.169837> - 10526: < 0.976120, -0.043306, 0.212870> - 10527: < 0.973180, -0.086398, 0.213204> - 10528: < 0.984535, -0.042970, 0.169837> - 10529: < 0.985488, 0.000000, 0.169746> - 10530: < 0.977107, 0.000000, 0.212750> - 10531: < 0.976120, -0.043306, 0.212870> - 10532: < 0.985488, 0.000000, 0.169746> - 10533: < 0.984530, 0.042970, 0.169866> - 10534: < 0.976120, 0.043306, 0.212870> - 10535: < 0.977107, 0.000000, 0.212750> - 10536: < 0.984530, 0.042970, 0.169866> - 10537: < 0.981668, 0.085788, 0.170203> - 10538: < 0.973180, 0.086398, 0.213204> - 10539: < 0.976120, 0.043306, 0.212870> - 10540: < 0.981668, 0.085788, 0.170203> - 10541: < 0.976904, 0.128545, 0.170691> - 10542: < 0.968319, 0.129250, 0.213666> - 10543: < 0.973180, 0.086398, 0.213204> - 10544: < 0.976904, 0.128545, 0.170691> - 10545: < 0.970211, 0.171305, 0.171305> - 10546: < 0.961530, 0.172005, 0.214182> - 10547: < 0.968319, 0.129250, 0.213666> - 10548: < 0.970211, 0.171305, 0.171305> - 10549: < 0.961530, 0.214182, 0.172005> - 10550: < 0.952775, 0.214732, 0.214732> - 10551: < 0.961530, 0.172005, 0.214182> - 10552: < 0.961530, 0.214182, 0.172005> - 10553: < 0.950800, 0.257217, 0.172679> - 10554: < 0.942000, 0.257519, 0.215220> - 10555: < 0.952775, 0.214732, 0.214732> - 10556: < 0.950800, 0.257217, 0.172679> - 10557: < 0.937897, 0.300496, 0.173351> - 10558: < 0.929096, 0.300461, 0.215649> - 10559: < 0.942000, 0.257519, 0.215220> - 10560: < 0.937897, 0.300496, 0.173351> - 10561: < 0.922682, 0.344072, 0.173989> - 10562: < 0.913949, 0.343582, 0.215982> - 10563: < 0.929096, 0.300461, 0.215649> - 10564: < 0.922682, 0.344072, 0.173989> - 10565: < 0.904997, 0.387965, 0.174541> - 10566: < 0.896382, 0.386985, 0.216199> - 10567: < 0.913949, 0.343582, 0.215982> - 10568: < 0.904997, 0.387965, 0.174541> - 10569: < 0.884654, 0.432149, 0.175026> - 10570: < 0.876208, 0.430657, 0.216320> - 10571: < 0.896382, 0.386985, 0.216199> - 10572: < 0.884654, 0.432149, 0.175026> - 10573: < 0.861427, 0.476614, 0.175453> - 10574: < 0.853230, 0.474515, 0.216413> - 10575: < 0.876208, 0.430657, 0.216320> - 10576: < 0.861427, 0.476614, 0.175453> - 10577: < 0.835133, 0.521180, 0.175853> - 10578: < 0.827263, 0.518435, 0.216475> - 10579: < 0.853230, 0.474515, 0.216413> - 10580: < 0.835133, 0.521180, 0.175853> - 10581: < 0.805587, 0.565675, 0.176188> - 10582: < 0.798110, 0.562257, 0.216534> - 10583: < 0.827263, 0.518435, 0.216475> - 10584: < 0.805587, 0.565675, 0.176188> - 10585: < 0.772589, 0.609892, 0.176461> - 10586: < 0.765608, 0.605748, 0.216596> - 10587: < 0.798110, 0.562257, 0.216534> - 10588: < 0.772589, 0.609892, 0.176461> - 10589: < 0.736025, 0.653502, 0.176644> - 10590: < 0.729636, 0.648606, 0.216660> - 10591: < 0.765608, 0.605748, 0.216596> - 10592: < 0.729636, -0.648606, 0.216660> - 10593: < 0.765608, -0.605748, 0.216596> - 10594: < 0.757361, -0.600829, 0.255750> - 10595: < 0.722093, -0.642833, 0.255632> - 10596: < 0.765608, -0.605748, 0.216596> - 10597: < 0.798110, -0.562257, 0.216534> - 10598: < 0.789266, -0.558172, 0.255937> - 10599: < 0.757361, -0.600829, 0.255750> - 10600: < 0.798110, -0.562257, 0.216534> - 10601: < 0.827263, -0.518435, 0.216475> - 10602: < 0.817925, -0.515110, 0.256243> - 10603: < 0.789266, -0.558172, 0.255937> - 10604: < 0.827263, -0.518435, 0.216475> - 10605: < 0.853230, -0.474515, 0.216413> - 10606: < 0.843490, -0.471888, 0.256606> - 10607: < 0.817925, -0.515110, 0.256243> - 10608: < 0.853230, -0.474515, 0.216413> - 10609: < 0.876208, -0.430657, 0.216320> - 10610: < 0.866124, -0.428698, 0.256999> - 10611: < 0.843490, -0.471888, 0.256606> - 10612: < 0.876208, -0.430657, 0.216320> - 10613: < 0.896382, -0.386985, 0.216199> - 10614: < 0.886018, -0.385664, 0.257364> - 10615: < 0.866124, -0.428698, 0.256999> - 10616: < 0.896382, -0.386985, 0.216199> - 10617: < 0.913949, -0.343582, 0.215982> - 10618: < 0.903367, -0.342852, 0.257643> - 10619: < 0.886018, -0.385664, 0.257364> - 10620: < 0.913949, -0.343582, 0.215982> - 10621: < 0.929096, -0.300461, 0.215649> - 10622: < 0.918390, -0.300219, 0.257736> - 10623: < 0.903367, -0.342852, 0.257643> - 10624: < 0.929096, -0.300461, 0.215649> - 10625: < 0.942000, -0.257519, 0.215220> - 10626: < 0.931225, -0.257702, 0.257702> - 10627: < 0.918390, -0.300219, 0.257736> - 10628: < 0.942000, -0.257519, 0.215220> - 10629: < 0.952775, -0.214732, 0.214732> - 10630: < 0.942000, -0.215220, 0.257519> - 10631: < 0.931225, -0.257702, 0.257702> - 10632: < 0.952775, -0.214732, 0.214732> - 10633: < 0.961530, -0.172005, 0.214182> - 10634: < 0.950800, -0.172679, 0.257217> - 10635: < 0.942000, -0.215220, 0.257519> - 10636: < 0.961530, -0.172005, 0.214182> - 10637: < 0.968319, -0.129250, 0.213666> - 10638: < 0.957663, -0.129981, 0.256880> - 10639: < 0.950800, -0.172679, 0.257217> - 10640: < 0.968319, -0.129250, 0.213666> - 10641: < 0.973180, -0.086398, 0.213204> - 10642: < 0.962605, -0.087041, 0.256544> - 10643: < 0.957663, -0.129981, 0.256880> - 10644: < 0.973180, -0.086398, 0.213204> - 10645: < 0.976120, -0.043306, 0.212870> - 10646: < 0.965618, -0.043703, 0.256267> - 10647: < 0.962605, -0.087041, 0.256544> - 10648: < 0.976120, -0.043306, 0.212870> - 10649: < 0.977107, 0.000000, 0.212750> - 10650: < 0.966630, 0.000000, 0.256177> - 10651: < 0.965618, -0.043703, 0.256267> - 10652: < 0.977107, 0.000000, 0.212750> - 10653: < 0.976120, 0.043306, 0.212870> - 10654: < 0.965618, 0.043703, 0.256267> - 10655: < 0.966630, 0.000000, 0.256177> - 10656: < 0.976120, 0.043306, 0.212870> - 10657: < 0.973180, 0.086398, 0.213204> - 10658: < 0.962605, 0.087041, 0.256544> - 10659: < 0.965618, 0.043703, 0.256267> - 10660: < 0.973180, 0.086398, 0.213204> - 10661: < 0.968319, 0.129250, 0.213666> - 10662: < 0.957663, 0.129981, 0.256880> - 10663: < 0.962605, 0.087041, 0.256544> - 10664: < 0.968319, 0.129250, 0.213666> - 10665: < 0.961530, 0.172005, 0.214182> - 10666: < 0.950800, 0.172679, 0.257217> - 10667: < 0.957663, 0.129981, 0.256880> - 10668: < 0.961530, 0.172005, 0.214182> - 10669: < 0.952775, 0.214732, 0.214732> - 10670: < 0.942000, 0.215220, 0.257519> - 10671: < 0.950800, 0.172679, 0.257217> - 10672: < 0.952775, 0.214732, 0.214732> - 10673: < 0.942000, 0.257519, 0.215220> - 10674: < 0.931225, 0.257702, 0.257702> - 10675: < 0.942000, 0.215220, 0.257519> - 10676: < 0.942000, 0.257519, 0.215220> - 10677: < 0.929096, 0.300461, 0.215649> - 10678: < 0.918390, 0.300219, 0.257736> - 10679: < 0.931225, 0.257702, 0.257702> - 10680: < 0.929096, 0.300461, 0.215649> - 10681: < 0.913949, 0.343582, 0.215982> - 10682: < 0.903367, 0.342852, 0.257643> - 10683: < 0.918390, 0.300219, 0.257736> - 10684: < 0.913949, 0.343582, 0.215982> - 10685: < 0.896382, 0.386985, 0.216199> - 10686: < 0.886018, 0.385664, 0.257364> - 10687: < 0.903367, 0.342852, 0.257643> - 10688: < 0.896382, 0.386985, 0.216199> - 10689: < 0.876208, 0.430657, 0.216320> - 10690: < 0.866124, 0.428698, 0.256999> - 10691: < 0.886018, 0.385664, 0.257364> - 10692: < 0.876208, 0.430657, 0.216320> - 10693: < 0.853230, 0.474515, 0.216413> - 10694: < 0.843490, 0.471888, 0.256606> - 10695: < 0.866124, 0.428698, 0.256999> - 10696: < 0.853230, 0.474515, 0.216413> - 10697: < 0.827263, 0.518435, 0.216475> - 10698: < 0.817925, 0.515110, 0.256243> - 10699: < 0.843490, 0.471888, 0.256606> - 10700: < 0.827263, 0.518435, 0.216475> - 10701: < 0.798110, 0.562257, 0.216534> - 10702: < 0.789266, 0.558172, 0.255937> - 10703: < 0.817925, 0.515110, 0.256243> - 10704: < 0.798110, 0.562257, 0.216534> - 10705: < 0.765608, 0.605748, 0.216596> - 10706: < 0.757361, 0.600829, 0.255750> - 10707: < 0.789266, 0.558172, 0.255937> - 10708: < 0.765608, 0.605748, 0.216596> - 10709: < 0.729636, 0.648606, 0.216660> - 10710: < 0.722093, 0.642833, 0.255632> - 10711: < 0.757361, 0.600829, 0.255750> - 10712: < 0.722093, -0.642833, 0.255632> - 10713: < 0.757361, -0.600829, 0.255750> - 10714: < 0.747816, -0.595158, 0.294207> - 10715: < 0.713396, -0.636150, 0.293904> - 10716: < 0.757361, -0.600829, 0.255750> - 10717: < 0.789266, -0.558172, 0.255937> - 10718: < 0.779017, -0.553415, 0.294729> - 10719: < 0.747816, -0.595158, 0.294207> - 10720: < 0.789266, -0.558172, 0.255937> - 10721: < 0.817925, -0.515110, 0.256243> - 10722: < 0.807082, -0.511198, 0.295457> - 10723: < 0.779017, -0.553415, 0.294729> - 10724: < 0.817925, -0.515110, 0.256243> - 10725: < 0.843490, -0.471888, 0.256606> - 10726: < 0.832128, -0.468770, 0.296339> - 10727: < 0.807082, -0.511198, 0.295457> - 10728: < 0.843490, -0.471888, 0.256606> - 10729: < 0.866124, -0.428698, 0.256999> - 10730: < 0.854324, -0.426323, 0.297287> - 10731: < 0.832128, -0.468770, 0.296339> - 10732: < 0.866124, -0.428698, 0.256999> - 10733: < 0.886018, -0.385664, 0.257364> - 10734: < 0.873840, -0.383986, 0.298259> - 10735: < 0.854324, -0.426323, 0.297287> - 10736: < 0.886018, -0.385664, 0.257364> - 10737: < 0.903367, -0.342852, 0.257643> - 10738: < 0.890906, -0.341811, 0.299085> - 10739: < 0.873840, -0.383986, 0.298259> - 10740: < 0.903367, -0.342852, 0.257643> - 10741: < 0.918390, -0.300219, 0.257736> - 10742: < 0.905696, -0.299762, 0.299762> - 10743: < 0.890906, -0.341811, 0.299085> - 10744: < 0.918390, -0.300219, 0.257736> - 10745: < 0.931225, -0.257702, 0.257702> - 10746: < 0.918390, -0.257736, 0.300219> - 10747: < 0.905696, -0.299762, 0.299762> - 10748: < 0.931225, -0.257702, 0.257702> - 10749: < 0.942000, -0.215220, 0.257519> - 10750: < 0.929096, -0.215649, 0.300461> - 10751: < 0.918390, -0.257736, 0.300219> - 10752: < 0.942000, -0.215220, 0.257519> - 10753: < 0.950800, -0.172679, 0.257217> - 10754: < 0.937897, -0.173351, 0.300496> - 10755: < 0.929096, -0.215649, 0.300461> - 10756: < 0.950800, -0.172679, 0.257217> - 10757: < 0.957663, -0.129981, 0.256880> - 10758: < 0.944802, -0.130743, 0.300427> - 10759: < 0.937897, -0.173351, 0.300496> - 10760: < 0.957663, -0.129981, 0.256880> - 10761: < 0.962605, -0.087041, 0.256544> - 10762: < 0.949820, -0.087712, 0.300248> - 10763: < 0.944802, -0.130743, 0.300427> - 10764: < 0.962605, -0.087041, 0.256544> - 10765: < 0.965618, -0.043703, 0.256267> - 10766: < 0.952889, -0.044130, 0.300092> - 10767: < 0.949820, -0.087712, 0.300248> - 10768: < 0.965618, -0.043703, 0.256267> - 10769: < 0.966630, 0.000000, 0.256177> - 10770: < 0.953929, 0.000000, 0.300031> - 10771: < 0.952889, -0.044130, 0.300092> - 10772: < 0.966630, 0.000000, 0.256177> - 10773: < 0.965618, 0.043703, 0.256267> - 10774: < 0.952889, 0.044130, 0.300092> - 10775: < 0.953929, 0.000000, 0.300031> - 10776: < 0.965618, 0.043703, 0.256267> - 10777: < 0.962605, 0.087041, 0.256544> - 10778: < 0.949820, 0.087712, 0.300248> - 10779: < 0.952889, 0.044130, 0.300092> - 10780: < 0.962605, 0.087041, 0.256544> - 10781: < 0.957663, 0.129981, 0.256880> - 10782: < 0.944802, 0.130743, 0.300427> - 10783: < 0.949820, 0.087712, 0.300248> - 10784: < 0.957663, 0.129981, 0.256880> - 10785: < 0.950800, 0.172679, 0.257217> - 10786: < 0.937897, 0.173351, 0.300496> - 10787: < 0.944802, 0.130743, 0.300427> - 10788: < 0.950800, 0.172679, 0.257217> - 10789: < 0.942000, 0.215220, 0.257519> - 10790: < 0.929096, 0.215649, 0.300461> - 10791: < 0.937897, 0.173351, 0.300496> - 10792: < 0.942000, 0.215220, 0.257519> - 10793: < 0.931225, 0.257702, 0.257702> - 10794: < 0.918390, 0.257736, 0.300219> - 10795: < 0.929096, 0.215649, 0.300461> - 10796: < 0.931225, 0.257702, 0.257702> - 10797: < 0.918390, 0.300219, 0.257736> - 10798: < 0.905696, 0.299762, 0.299762> - 10799: < 0.918390, 0.257736, 0.300219> - 10800: < 0.918390, 0.300219, 0.257736> - 10801: < 0.903367, 0.342852, 0.257643> - 10802: < 0.890906, 0.341811, 0.299085> - 10803: < 0.905696, 0.299762, 0.299762> - 10804: < 0.903367, 0.342852, 0.257643> - 10805: < 0.886018, 0.385664, 0.257364> - 10806: < 0.873840, 0.383986, 0.298259> - 10807: < 0.890906, 0.341811, 0.299085> - 10808: < 0.886018, 0.385664, 0.257364> - 10809: < 0.866124, 0.428698, 0.256999> - 10810: < 0.854324, 0.426323, 0.297287> - 10811: < 0.873840, 0.383986, 0.298259> - 10812: < 0.866124, 0.428698, 0.256999> - 10813: < 0.843490, 0.471888, 0.256606> - 10814: < 0.832128, 0.468770, 0.296339> - 10815: < 0.854324, 0.426323, 0.297287> - 10816: < 0.843490, 0.471888, 0.256606> - 10817: < 0.817925, 0.515110, 0.256243> - 10818: < 0.807082, 0.511198, 0.295457> - 10819: < 0.832128, 0.468770, 0.296339> - 10820: < 0.817925, 0.515110, 0.256243> - 10821: < 0.789266, 0.558172, 0.255937> - 10822: < 0.779017, 0.553415, 0.294729> - 10823: < 0.807082, 0.511198, 0.295457> - 10824: < 0.789266, 0.558172, 0.255937> - 10825: < 0.757361, 0.600829, 0.255750> - 10826: < 0.747816, 0.595158, 0.294207> - 10827: < 0.779017, 0.553415, 0.294729> - 10828: < 0.757361, 0.600829, 0.255750> - 10829: < 0.722093, 0.642833, 0.255632> - 10830: < 0.713396, 0.636150, 0.293904> - 10831: < 0.747816, 0.595158, 0.294207> - 10832: < 0.713396, -0.636150, 0.293904> - 10833: < 0.747816, -0.595158, 0.294207> - 10834: < 0.736907, -0.588738, 0.332197> - 10835: < 0.703467, -0.628603, 0.331652> - 10836: < 0.747816, -0.595158, 0.294207> - 10837: < 0.779017, -0.553415, 0.294729> - 10838: < 0.767292, -0.548009, 0.333090> - 10839: < 0.736907, -0.588738, 0.332197> - 10840: < 0.779017, -0.553415, 0.294729> - 10841: < 0.807082, -0.511198, 0.295457> - 10842: < 0.794627, -0.506740, 0.334337> - 10843: < 0.767292, -0.548009, 0.333090> - 10844: < 0.807082, -0.511198, 0.295457> - 10845: < 0.832128, -0.468770, 0.296339> - 10846: < 0.819039, -0.465202, 0.335801> - 10847: < 0.794627, -0.506740, 0.334337> - 10848: < 0.832128, -0.468770, 0.296339> - 10849: < 0.854324, -0.426323, 0.297287> - 10850: < 0.840684, -0.423577, 0.337391> - 10851: < 0.819039, -0.465202, 0.335801> - 10852: < 0.854324, -0.426323, 0.297287> - 10853: < 0.873840, -0.383986, 0.298259> - 10854: < 0.859750, -0.381976, 0.339005> - 10855: < 0.840684, -0.423577, 0.337391> - 10856: < 0.873840, -0.383986, 0.298259> - 10857: < 0.890906, -0.341811, 0.299085> - 10858: < 0.876422, -0.340503, 0.340503> - 10859: < 0.859750, -0.381976, 0.339005> - 10860: < 0.890906, -0.341811, 0.299085> - 10861: < 0.905696, -0.299762, 0.299762> - 10862: < 0.890906, -0.299085, 0.341811> - 10863: < 0.876422, -0.340503, 0.340503> - 10864: < 0.905696, -0.299762, 0.299762> - 10865: < 0.918390, -0.257736, 0.300219> - 10866: < 0.903367, -0.257643, 0.342852> - 10867: < 0.890906, -0.299085, 0.341811> - 10868: < 0.918390, -0.257736, 0.300219> - 10869: < 0.929096, -0.215649, 0.300461> - 10870: < 0.913949, -0.215982, 0.343582> - 10871: < 0.903367, -0.257643, 0.342852> - 10872: < 0.929096, -0.215649, 0.300461> - 10873: < 0.937897, -0.173351, 0.300496> - 10874: < 0.922682, -0.173989, 0.344072> - 10875: < 0.913949, -0.215982, 0.343582> - 10876: < 0.937897, -0.173351, 0.300496> - 10877: < 0.944802, -0.130743, 0.300427> - 10878: < 0.929596, -0.131509, 0.344322> - 10879: < 0.922682, -0.173989, 0.344072> - 10880: < 0.944802, -0.130743, 0.300427> - 10881: < 0.949820, -0.087712, 0.300248> - 10882: < 0.934648, -0.088414, 0.344408> - 10883: < 0.929596, -0.131509, 0.344322> - 10884: < 0.949820, -0.087712, 0.300248> - 10885: < 0.952889, -0.044130, 0.300092> - 10886: < 0.937762, -0.044558, 0.344409> - 10887: < 0.934648, -0.088414, 0.344408> - 10888: < 0.952889, -0.044130, 0.300092> - 10889: < 0.953929, 0.000000, 0.300031> - 10890: < 0.938821, 0.000000, 0.344405> - 10891: < 0.937762, -0.044558, 0.344409> - 10892: < 0.953929, 0.000000, 0.300031> - 10893: < 0.952889, 0.044130, 0.300092> - 10894: < 0.937762, 0.044558, 0.344409> - 10895: < 0.938821, 0.000000, 0.344405> - 10896: < 0.952889, 0.044130, 0.300092> - 10897: < 0.949820, 0.087712, 0.300248> - 10898: < 0.934648, 0.088414, 0.344408> - 10899: < 0.937762, 0.044558, 0.344409> - 10900: < 0.949820, 0.087712, 0.300248> - 10901: < 0.944802, 0.130743, 0.300427> - 10902: < 0.929596, 0.131509, 0.344322> - 10903: < 0.934648, 0.088414, 0.344408> - 10904: < 0.944802, 0.130743, 0.300427> - 10905: < 0.937897, 0.173351, 0.300496> - 10906: < 0.922682, 0.173989, 0.344072> - 10907: < 0.929596, 0.131509, 0.344322> - 10908: < 0.937897, 0.173351, 0.300496> - 10909: < 0.929096, 0.215649, 0.300461> - 10910: < 0.913949, 0.215982, 0.343582> - 10911: < 0.922682, 0.173989, 0.344072> - 10912: < 0.929096, 0.215649, 0.300461> - 10913: < 0.918390, 0.257736, 0.300219> - 10914: < 0.903367, 0.257643, 0.342852> - 10915: < 0.913949, 0.215982, 0.343582> - 10916: < 0.918390, 0.257736, 0.300219> - 10917: < 0.905696, 0.299762, 0.299762> - 10918: < 0.890906, 0.299085, 0.341811> - 10919: < 0.903367, 0.257643, 0.342852> - 10920: < 0.905696, 0.299762, 0.299762> - 10921: < 0.890906, 0.341811, 0.299085> - 10922: < 0.876422, 0.340503, 0.340503> - 10923: < 0.890906, 0.299085, 0.341811> - 10924: < 0.890906, 0.341811, 0.299085> - 10925: < 0.873840, 0.383986, 0.298259> - 10926: < 0.859750, 0.381976, 0.339005> - 10927: < 0.876422, 0.340503, 0.340503> - 10928: < 0.873840, 0.383986, 0.298259> - 10929: < 0.854324, 0.426323, 0.297287> - 10930: < 0.840684, 0.423577, 0.337391> - 10931: < 0.859750, 0.381976, 0.339005> - 10932: < 0.854324, 0.426323, 0.297287> - 10933: < 0.832128, 0.468770, 0.296339> - 10934: < 0.819039, 0.465202, 0.335801> - 10935: < 0.840684, 0.423577, 0.337391> - 10936: < 0.832128, 0.468770, 0.296339> - 10937: < 0.807082, 0.511198, 0.295457> - 10938: < 0.794636, 0.506745, 0.334310> - 10939: < 0.819039, 0.465202, 0.335801> - 10940: < 0.807082, 0.511198, 0.295457> - 10941: < 0.779017, 0.553415, 0.294729> - 10942: < 0.767292, 0.548009, 0.333090> - 10943: < 0.794636, 0.506745, 0.334310> - 10944: < 0.779017, 0.553415, 0.294729> - 10945: < 0.747816, 0.595158, 0.294207> - 10946: < 0.736915, 0.588744, 0.332170> - 10947: < 0.767292, 0.548009, 0.333090> - 10948: < 0.747816, 0.595158, 0.294207> - 10949: < 0.713396, 0.636150, 0.293904> - 10950: < 0.703467, 0.628603, 0.331652> - 10951: < 0.736915, 0.588744, 0.332170> - 10952: < 0.703467, -0.628603, 0.331652> - 10953: < 0.736907, -0.588738, 0.332197> - 10954: < 0.724825, -0.581661, 0.369188> - 10955: < 0.692544, -0.620305, 0.368246> - 10956: < 0.736907, -0.588738, 0.332197> - 10957: < 0.767292, -0.548009, 0.333090> - 10958: < 0.754169, -0.542028, 0.370721> - 10959: < 0.724825, -0.581661, 0.369188> - 10960: < 0.767292, -0.548009, 0.333090> - 10961: < 0.794627, -0.506740, 0.334337> - 10962: < 0.780568, -0.501802, 0.372705> - 10963: < 0.754169, -0.542028, 0.370721> - 10964: < 0.794627, -0.506740, 0.334337> - 10965: < 0.819039, -0.465202, 0.335801> - 10966: < 0.804154, -0.461239, 0.374961> - 10967: < 0.780568, -0.501802, 0.372705> - 10968: < 0.819039, -0.465202, 0.335801> - 10969: < 0.840684, -0.423577, 0.337391> - 10970: < 0.825100, -0.420500, 0.377345> - 10971: < 0.804154, -0.461239, 0.374961> - 10972: < 0.840684, -0.423577, 0.337391> - 10973: < 0.859750, -0.381976, 0.339005> - 10974: < 0.843551, -0.379751, 0.379751> - 10975: < 0.825100, -0.420500, 0.377345> - 10976: < 0.859750, -0.381976, 0.339005> - 10977: < 0.876422, -0.340503, 0.340503> - 10978: < 0.859750, -0.339005, 0.381976> - 10979: < 0.843551, -0.379751, 0.379751> - 10980: < 0.876422, -0.340503, 0.340503> - 10981: < 0.890906, -0.299085, 0.341811> - 10982: < 0.873851, -0.298262, 0.383960> - 10983: < 0.859750, -0.339005, 0.381976> - 10984: < 0.890906, -0.299085, 0.341811> - 10985: < 0.903367, -0.257643, 0.342852> - 10986: < 0.886028, -0.257367, 0.385638> - 10987: < 0.873851, -0.298262, 0.383960> - 10988: < 0.903367, -0.257643, 0.342852> - 10989: < 0.913949, -0.215982, 0.343582> - 10990: < 0.896382, -0.216199, 0.386985> - 10991: < 0.886028, -0.257367, 0.385638> - 10992: < 0.913949, -0.215982, 0.343582> - 10993: < 0.922682, -0.173989, 0.344072> - 10994: < 0.904997, -0.174541, 0.387965> - 10995: < 0.896382, -0.216199, 0.386985> - 10996: < 0.922682, -0.173989, 0.344072> - 10997: < 0.929596, -0.131509, 0.344322> - 10998: < 0.911854, -0.132240, 0.388632> - 10999: < 0.904997, -0.174541, 0.387965> - 11000: < 0.929596, -0.131509, 0.344322> - 11001: < 0.934648, -0.088414, 0.344408> - 11002: < 0.916918, -0.089116, 0.388998> - 11003: < 0.911854, -0.132240, 0.388632> - 11004: < 0.934648, -0.088414, 0.344408> - 11005: < 0.937762, -0.044558, 0.344409> - 11006: < 0.920061, -0.045016, 0.389180> - 11007: < 0.916918, -0.089116, 0.388998> - 11008: < 0.937762, -0.044558, 0.344409> - 11009: < 0.938821, 0.000000, 0.344405> - 11010: < 0.921135, 0.000000, 0.389244> - 11011: < 0.920061, -0.045016, 0.389180> - 11012: < 0.938821, 0.000000, 0.344405> - 11013: < 0.937762, 0.044558, 0.344409> - 11014: < 0.920061, 0.045016, 0.389180> - 11015: < 0.921135, 0.000000, 0.389244> - 11016: < 0.937762, 0.044558, 0.344409> - 11017: < 0.934648, 0.088414, 0.344408> - 11018: < 0.916918, 0.089116, 0.388998> - 11019: < 0.920061, 0.045016, 0.389180> - 11020: < 0.934648, 0.088414, 0.344408> - 11021: < 0.929596, 0.131509, 0.344322> - 11022: < 0.911854, 0.132240, 0.388632> - 11023: < 0.916918, 0.089116, 0.388998> - 11024: < 0.929596, 0.131509, 0.344322> - 11025: < 0.922682, 0.173989, 0.344072> - 11026: < 0.904997, 0.174541, 0.387965> - 11027: < 0.911854, 0.132240, 0.388632> - 11028: < 0.922682, 0.173989, 0.344072> - 11029: < 0.913949, 0.215982, 0.343582> - 11030: < 0.896382, 0.216199, 0.386985> - 11031: < 0.904997, 0.174541, 0.387965> - 11032: < 0.913949, 0.215982, 0.343582> - 11033: < 0.903367, 0.257643, 0.342852> - 11034: < 0.886018, 0.257364, 0.385664> - 11035: < 0.896382, 0.216199, 0.386985> - 11036: < 0.903367, 0.257643, 0.342852> - 11037: < 0.890906, 0.299085, 0.341811> - 11038: < 0.873840, 0.298259, 0.383986> - 11039: < 0.886018, 0.257364, 0.385664> - 11040: < 0.890906, 0.299085, 0.341811> - 11041: < 0.876422, 0.340503, 0.340503> - 11042: < 0.859750, 0.339005, 0.381976> - 11043: < 0.873840, 0.298259, 0.383986> - 11044: < 0.876422, 0.340503, 0.340503> - 11045: < 0.859750, 0.381976, 0.339005> - 11046: < 0.843551, 0.379751, 0.379751> - 11047: < 0.859750, 0.339005, 0.381976> - 11048: < 0.859750, 0.381976, 0.339005> - 11049: < 0.840684, 0.423577, 0.337391> - 11050: < 0.825100, 0.420500, 0.377345> - 11051: < 0.843551, 0.379751, 0.379751> - 11052: < 0.840684, 0.423577, 0.337391> - 11053: < 0.819039, 0.465202, 0.335801> - 11054: < 0.804154, 0.461239, 0.374961> - 11055: < 0.825100, 0.420500, 0.377345> - 11056: < 0.819039, 0.465202, 0.335801> - 11057: < 0.794636, 0.506745, 0.334310> - 11058: < 0.780568, 0.501802, 0.372705> - 11059: < 0.804154, 0.461239, 0.374961> - 11060: < 0.794636, 0.506745, 0.334310> - 11061: < 0.767292, 0.548009, 0.333090> - 11062: < 0.754169, 0.542028, 0.370721> - 11063: < 0.780568, 0.501802, 0.372705> - 11064: < 0.767292, 0.548009, 0.333090> - 11065: < 0.736915, 0.588744, 0.332170> - 11066: < 0.724825, 0.581661, 0.369188> - 11067: < 0.754169, 0.542028, 0.370721> - 11068: < 0.736915, 0.588744, 0.332170> - 11069: < 0.703467, 0.628603, 0.331652> - 11070: < 0.692544, 0.620305, 0.368246> - 11071: < 0.724825, 0.581661, 0.369188> - 11072: < 0.692544, -0.620305, 0.368246> - 11073: < 0.724825, -0.581661, 0.369188> - 11074: < 0.711772, -0.574008, 0.404839> - 11075: < 0.680859, -0.611427, 0.403223> - 11076: < 0.724825, -0.581661, 0.369188> - 11077: < 0.754169, -0.542028, 0.370721> - 11078: < 0.739812, -0.535518, 0.407307> - 11079: < 0.711772, -0.574008, 0.404839> - 11080: < 0.754169, -0.542028, 0.370721> - 11081: < 0.780568, -0.501802, 0.372705> - 11082: < 0.764964, -0.496395, 0.410392> - 11083: < 0.739812, -0.535518, 0.407307> - 11084: < 0.780568, -0.501802, 0.372705> - 11085: < 0.804154, -0.461239, 0.374961> - 11086: < 0.787421, -0.456900, 0.413777> - 11087: < 0.764964, -0.496395, 0.410392> - 11088: < 0.804154, -0.461239, 0.374961> - 11089: < 0.825100, -0.420500, 0.377345> - 11090: < 0.807394, -0.417202, 0.417202> - 11091: < 0.787421, -0.456900, 0.413777> - 11092: < 0.825100, -0.420500, 0.377345> - 11093: < 0.843551, -0.379751, 0.379751> - 11094: < 0.825100, -0.377345, 0.420500> - 11095: < 0.807394, -0.417202, 0.417202> - 11096: < 0.843551, -0.379751, 0.379751> - 11097: < 0.859750, -0.339005, 0.381976> - 11098: < 0.840684, -0.337391, 0.423577> - 11099: < 0.825100, -0.377345, 0.420500> - 11100: < 0.859750, -0.339005, 0.381976> - 11101: < 0.873851, -0.298262, 0.383960> - 11102: < 0.854324, -0.297287, 0.426323> - 11103: < 0.840684, -0.337391, 0.423577> - 11104: < 0.873851, -0.298262, 0.383960> - 11105: < 0.886028, -0.257367, 0.385638> - 11106: < 0.866124, -0.256999, 0.428698> - 11107: < 0.854324, -0.297287, 0.426323> - 11108: < 0.886028, -0.257367, 0.385638> - 11109: < 0.896382, -0.216199, 0.386985> - 11110: < 0.876208, -0.216320, 0.430657> - 11111: < 0.866124, -0.256999, 0.428698> - 11112: < 0.896382, -0.216199, 0.386985> - 11113: < 0.904997, -0.174541, 0.387965> - 11114: < 0.884654, -0.175026, 0.432149> - 11115: < 0.876208, -0.216320, 0.430657> - 11116: < 0.904997, -0.174541, 0.387965> - 11117: < 0.911854, -0.132240, 0.388632> - 11118: < 0.891405, -0.132911, 0.433281> - 11119: < 0.884654, -0.175026, 0.432149> - 11120: < 0.911854, -0.132240, 0.388632> - 11121: < 0.916918, -0.089116, 0.388998> - 11122: < 0.896437, -0.089787, 0.433981> - 11123: < 0.891405, -0.132911, 0.433281> - 11124: < 0.916918, -0.089116, 0.388998> - 11125: < 0.920061, -0.045016, 0.389180> - 11126: < 0.899583, -0.045443, 0.434379> - 11127: < 0.896437, -0.089787, 0.433981> - 11128: < 0.920061, -0.045016, 0.389180> - 11129: < 0.921135, 0.000000, 0.389244> - 11130: < 0.900655, 0.000000, 0.434534> - 11131: < 0.899583, -0.045443, 0.434379> - 11132: < 0.921135, 0.000000, 0.389244> - 11133: < 0.920061, 0.045016, 0.389180> - 11134: < 0.899583, 0.045443, 0.434379> - 11135: < 0.900655, 0.000000, 0.434534> - 11136: < 0.920061, 0.045016, 0.389180> - 11137: < 0.916918, 0.089116, 0.388998> - 11138: < 0.896437, 0.089787, 0.433981> - 11139: < 0.899583, 0.045443, 0.434379> - 11140: < 0.916918, 0.089116, 0.388998> - 11141: < 0.911854, 0.132240, 0.388632> - 11142: < 0.891405, 0.132911, 0.433281> - 11143: < 0.896437, 0.089787, 0.433981> - 11144: < 0.911854, 0.132240, 0.388632> - 11145: < 0.904997, 0.174541, 0.387965> - 11146: < 0.884654, 0.175026, 0.432149> - 11147: < 0.891405, 0.132911, 0.433281> - 11148: < 0.904997, 0.174541, 0.387965> - 11149: < 0.896382, 0.216199, 0.386985> - 11150: < 0.876208, 0.216320, 0.430657> - 11151: < 0.884654, 0.175026, 0.432149> - 11152: < 0.896382, 0.216199, 0.386985> - 11153: < 0.886018, 0.257364, 0.385664> - 11154: < 0.866124, 0.256999, 0.428698> - 11155: < 0.876208, 0.216320, 0.430657> - 11156: < 0.886018, 0.257364, 0.385664> - 11157: < 0.873840, 0.298259, 0.383986> - 11158: < 0.854324, 0.297287, 0.426323> - 11159: < 0.866124, 0.256999, 0.428698> - 11160: < 0.873840, 0.298259, 0.383986> - 11161: < 0.859750, 0.339005, 0.381976> - 11162: < 0.840684, 0.337391, 0.423577> - 11163: < 0.854324, 0.297287, 0.426323> - 11164: < 0.859750, 0.339005, 0.381976> - 11165: < 0.843551, 0.379751, 0.379751> - 11166: < 0.825100, 0.377345, 0.420500> - 11167: < 0.840684, 0.337391, 0.423577> - 11168: < 0.843551, 0.379751, 0.379751> - 11169: < 0.825100, 0.420500, 0.377345> - 11170: < 0.807394, 0.417202, 0.417202> - 11171: < 0.825100, 0.377345, 0.420500> - 11172: < 0.825100, 0.420500, 0.377345> - 11173: < 0.804154, 0.461239, 0.374961> - 11174: < 0.787421, 0.456900, 0.413777> - 11175: < 0.807394, 0.417202, 0.417202> - 11176: < 0.804154, 0.461239, 0.374961> - 11177: < 0.780568, 0.501802, 0.372705> - 11178: < 0.764964, 0.496395, 0.410392> - 11179: < 0.787421, 0.456900, 0.413777> - 11180: < 0.780568, 0.501802, 0.372705> - 11181: < 0.754169, 0.542028, 0.370721> - 11182: < 0.739812, 0.535518, 0.407307> - 11183: < 0.764964, 0.496395, 0.410392> - 11184: < 0.754169, 0.542028, 0.370721> - 11185: < 0.724825, 0.581661, 0.369188> - 11186: < 0.711772, 0.574008, 0.404839> - 11187: < 0.739812, 0.535518, 0.407307> - 11188: < 0.724825, 0.581661, 0.369188> - 11189: < 0.692544, 0.620305, 0.368246> - 11190: < 0.680859, 0.611427, 0.403223> - 11191: < 0.711772, 0.574008, 0.404839> - 11192: < 0.680859, -0.611427, 0.403223> - 11193: < 0.711772, -0.574008, 0.404839> - 11194: < 0.697667, -0.565794, 0.439475> - 11195: < 0.668312, -0.601963, 0.437036> - 11196: < 0.711772, -0.574008, 0.404839> - 11197: < 0.739812, -0.535518, 0.407307> - 11198: < 0.724109, -0.528478, 0.443145> - 11199: < 0.697667, -0.565794, 0.439475> - 11200: < 0.739812, -0.535518, 0.407307> - 11201: < 0.764964, -0.496395, 0.410392> - 11202: < 0.747688, -0.490534, 0.447593> - 11203: < 0.724109, -0.528478, 0.443145> - 11204: < 0.764964, -0.496395, 0.410392> - 11205: < 0.787421, -0.456900, 0.413777> - 11206: < 0.768679, -0.452290, 0.452290> - 11207: < 0.747688, -0.490534, 0.447593> - 11208: < 0.787421, -0.456900, 0.413777> - 11209: < 0.807394, -0.417202, 0.417202> - 11210: < 0.787421, -0.413777, 0.456900> - 11211: < 0.768679, -0.452290, 0.452290> - 11212: < 0.807394, -0.417202, 0.417202> - 11213: < 0.825100, -0.377345, 0.420500> - 11214: < 0.804154, -0.374961, 0.461239> - 11215: < 0.787421, -0.413777, 0.456900> - 11216: < 0.825100, -0.377345, 0.420500> - 11217: < 0.840684, -0.337391, 0.423577> - 11218: < 0.819039, -0.335801, 0.465202> - 11219: < 0.804154, -0.374961, 0.461239> - 11220: < 0.840684, -0.337391, 0.423577> - 11221: < 0.854324, -0.297287, 0.426323> - 11222: < 0.832128, -0.296339, 0.468770> - 11223: < 0.819039, -0.335801, 0.465202> - 11224: < 0.854324, -0.297287, 0.426323> - 11225: < 0.866124, -0.256999, 0.428698> - 11226: < 0.843490, -0.256606, 0.471888> - 11227: < 0.832128, -0.296339, 0.468770> - 11228: < 0.866124, -0.256999, 0.428698> - 11229: < 0.876208, -0.216320, 0.430657> - 11230: < 0.853230, -0.216413, 0.474515> - 11231: < 0.843490, -0.256606, 0.471888> - 11232: < 0.876208, -0.216320, 0.430657> - 11233: < 0.884654, -0.175026, 0.432149> - 11234: < 0.861426, -0.175453, 0.476614> - 11235: < 0.853230, -0.216413, 0.474515> - 11236: < 0.884654, -0.175026, 0.432149> - 11237: < 0.891405, -0.132911, 0.433281> - 11238: < 0.868033, -0.133553, 0.478208> - 11239: < 0.861426, -0.175453, 0.476614> - 11240: < 0.891405, -0.132911, 0.433281> - 11241: < 0.896437, -0.089787, 0.433981> - 11242: < 0.872976, -0.090429, 0.479307> - 11243: < 0.868033, -0.133553, 0.478208> - 11244: < 0.896437, -0.089787, 0.433981> - 11245: < 0.899583, -0.045443, 0.434379> - 11246: < 0.876095, -0.045871, 0.479951> - 11247: < 0.872976, -0.090429, 0.479307> - 11248: < 0.899583, -0.045443, 0.434379> - 11249: < 0.900655, 0.000000, 0.434534> - 11250: < 0.877182, 0.000000, 0.480158> - 11251: < 0.876095, -0.045871, 0.479951> - 11252: < 0.900655, 0.000000, 0.434534> - 11253: < 0.899583, 0.045443, 0.434379> - 11254: < 0.876095, 0.045871, 0.479951> - 11255: < 0.877182, 0.000000, 0.480158> - 11256: < 0.899583, 0.045443, 0.434379> - 11257: < 0.896437, 0.089787, 0.433981> - 11258: < 0.872976, 0.090429, 0.479307> - 11259: < 0.876095, 0.045871, 0.479951> - 11260: < 0.896437, 0.089787, 0.433981> - 11261: < 0.891405, 0.132911, 0.433281> - 11262: < 0.868033, 0.133553, 0.478208> - 11263: < 0.872976, 0.090429, 0.479307> - 11264: < 0.891405, 0.132911, 0.433281> - 11265: < 0.884654, 0.175026, 0.432149> - 11266: < 0.861426, 0.175453, 0.476614> - 11267: < 0.868033, 0.133553, 0.478208> - 11268: < 0.884654, 0.175026, 0.432149> - 11269: < 0.876208, 0.216320, 0.430657> - 11270: < 0.853230, 0.216413, 0.474515> - 11271: < 0.861426, 0.175453, 0.476614> - 11272: < 0.876208, 0.216320, 0.430657> - 11273: < 0.866124, 0.256999, 0.428698> - 11274: < 0.843490, 0.256606, 0.471888> - 11275: < 0.853230, 0.216413, 0.474515> - 11276: < 0.866124, 0.256999, 0.428698> - 11277: < 0.854324, 0.297287, 0.426323> - 11278: < 0.832128, 0.296339, 0.468770> - 11279: < 0.843490, 0.256606, 0.471888> - 11280: < 0.854324, 0.297287, 0.426323> - 11281: < 0.840684, 0.337391, 0.423577> - 11282: < 0.819039, 0.335801, 0.465202> - 11283: < 0.832128, 0.296339, 0.468770> - 11284: < 0.840684, 0.337391, 0.423577> - 11285: < 0.825100, 0.377345, 0.420500> - 11286: < 0.804154, 0.374961, 0.461239> - 11287: < 0.819039, 0.335801, 0.465202> - 11288: < 0.825100, 0.377345, 0.420500> - 11289: < 0.807394, 0.417202, 0.417202> - 11290: < 0.787421, 0.413777, 0.456900> - 11291: < 0.804154, 0.374961, 0.461239> - 11292: < 0.807394, 0.417202, 0.417202> - 11293: < 0.787421, 0.456900, 0.413777> - 11294: < 0.768679, 0.452290, 0.452290> - 11295: < 0.787421, 0.413777, 0.456900> - 11296: < 0.787421, 0.456900, 0.413777> - 11297: < 0.764964, 0.496395, 0.410392> - 11298: < 0.747688, 0.490534, 0.447593> - 11299: < 0.768679, 0.452290, 0.452290> - 11300: < 0.764964, 0.496395, 0.410392> - 11301: < 0.739812, 0.535518, 0.407307> - 11302: < 0.724109, 0.528478, 0.443145> - 11303: < 0.747688, 0.490534, 0.447593> - 11304: < 0.739812, 0.535518, 0.407307> - 11305: < 0.711772, 0.574008, 0.404839> - 11306: < 0.697667, 0.565794, 0.439475> - 11307: < 0.724109, 0.528478, 0.443145> - 11308: < 0.711772, 0.574008, 0.404839> - 11309: < 0.680859, 0.611427, 0.403223> - 11310: < 0.668312, 0.601963, 0.437036> - 11311: < 0.697667, 0.565794, 0.439475> - 11312: < 0.668312, -0.601963, 0.437036> - 11313: < 0.697667, -0.565794, 0.439475> - 11314: < 0.682532, -0.557037, 0.473139> - 11315: < 0.655217, -0.591920, 0.469385> - 11316: < 0.697667, -0.565794, 0.439475> - 11317: < 0.724109, -0.528478, 0.443145> - 11318: < 0.706895, -0.520969, 0.478425> - 11319: < 0.682532, -0.557037, 0.473139> - 11320: < 0.724109, -0.528478, 0.443145> - 11321: < 0.747688, -0.490534, 0.447593> - 11322: < 0.728461, -0.484430, 0.484430> - 11323: < 0.706895, -0.520969, 0.478425> - 11324: < 0.747688, -0.490534, 0.447593> - 11325: < 0.768679, -0.452290, 0.452290> - 11326: < 0.747688, -0.447593, 0.490534> - 11327: < 0.728461, -0.484430, 0.484430> - 11328: < 0.768679, -0.452290, 0.452290> - 11329: < 0.787421, -0.413777, 0.456900> - 11330: < 0.764976, -0.410398, 0.496372> - 11331: < 0.747688, -0.447593, 0.490534> - 11332: < 0.787421, -0.413777, 0.456900> - 11333: < 0.804154, -0.374961, 0.461239> - 11334: < 0.780568, -0.372705, 0.501802> - 11335: < 0.764976, -0.410398, 0.496372> - 11336: < 0.804154, -0.374961, 0.461239> - 11337: < 0.819039, -0.335801, 0.465202> - 11338: < 0.794636, -0.334310, 0.506745> - 11339: < 0.780568, -0.372705, 0.501802> - 11340: < 0.819039, -0.335801, 0.465202> - 11341: < 0.832128, -0.296339, 0.468770> - 11342: < 0.807082, -0.295457, 0.511198> - 11343: < 0.794636, -0.334310, 0.506745> - 11344: < 0.832128, -0.296339, 0.468770> - 11345: < 0.843490, -0.256606, 0.471888> - 11346: < 0.817925, -0.256243, 0.515110> - 11347: < 0.807082, -0.295457, 0.511198> - 11348: < 0.843490, -0.256606, 0.471888> - 11349: < 0.853230, -0.216413, 0.474515> - 11350: < 0.827263, -0.216475, 0.518435> - 11351: < 0.817925, -0.256243, 0.515110> - 11352: < 0.853230, -0.216413, 0.474515> - 11353: < 0.861426, -0.175453, 0.476614> - 11354: < 0.835133, -0.175853, 0.521180> - 11355: < 0.827263, -0.216475, 0.518435> - 11356: < 0.861426, -0.175453, 0.476614> - 11357: < 0.868033, -0.133553, 0.478208> - 11358: < 0.841527, -0.134100, 0.523307> - 11359: < 0.835133, -0.175853, 0.521180> - 11360: < 0.868033, -0.133553, 0.478208> - 11361: < 0.872976, -0.090429, 0.479307> - 11362: < 0.846324, -0.091008, 0.524836> - 11363: < 0.841527, -0.134100, 0.523307> - 11364: < 0.872976, -0.090429, 0.479307> - 11365: < 0.876095, -0.045871, 0.479951> - 11366: < 0.849378, -0.046267, 0.525753> - 11367: < 0.846324, -0.091008, 0.524836> - 11368: < 0.876095, -0.045871, 0.479951> - 11369: < 0.877182, 0.000000, 0.480158> - 11370: < 0.850434, 0.000000, 0.526081> - 11371: < 0.849378, -0.046267, 0.525753> - 11372: < 0.877182, 0.000000, 0.480158> - 11373: < 0.876095, 0.045871, 0.479951> - 11374: < 0.849378, 0.046267, 0.525753> - 11375: < 0.850434, 0.000000, 0.526081> - 11376: < 0.876095, 0.045871, 0.479951> - 11377: < 0.872976, 0.090429, 0.479307> - 11378: < 0.846324, 0.091008, 0.524836> - 11379: < 0.849378, 0.046267, 0.525753> - 11380: < 0.872976, 0.090429, 0.479307> - 11381: < 0.868033, 0.133553, 0.478208> - 11382: < 0.841527, 0.134100, 0.523307> - 11383: < 0.846324, 0.091008, 0.524836> - 11384: < 0.868033, 0.133553, 0.478208> - 11385: < 0.861426, 0.175453, 0.476614> - 11386: < 0.835133, 0.175853, 0.521180> - 11387: < 0.841527, 0.134100, 0.523307> - 11388: < 0.861426, 0.175453, 0.476614> - 11389: < 0.853230, 0.216413, 0.474515> - 11390: < 0.827263, 0.216475, 0.518435> - 11391: < 0.835133, 0.175853, 0.521180> - 11392: < 0.853230, 0.216413, 0.474515> - 11393: < 0.843490, 0.256606, 0.471888> - 11394: < 0.817925, 0.256243, 0.515110> - 11395: < 0.827263, 0.216475, 0.518435> - 11396: < 0.843490, 0.256606, 0.471888> - 11397: < 0.832128, 0.296339, 0.468770> - 11398: < 0.807082, 0.295457, 0.511198> - 11399: < 0.817925, 0.256243, 0.515110> - 11400: < 0.832128, 0.296339, 0.468770> - 11401: < 0.819039, 0.335801, 0.465202> - 11402: < 0.794627, 0.334337, 0.506740> - 11403: < 0.807082, 0.295457, 0.511198> - 11404: < 0.819039, 0.335801, 0.465202> - 11405: < 0.804154, 0.374961, 0.461239> - 11406: < 0.780568, 0.372705, 0.501802> - 11407: < 0.794627, 0.334337, 0.506740> - 11408: < 0.804154, 0.374961, 0.461239> - 11409: < 0.787421, 0.413777, 0.456900> - 11410: < 0.764964, 0.410392, 0.496395> - 11411: < 0.780568, 0.372705, 0.501802> - 11412: < 0.787421, 0.413777, 0.456900> - 11413: < 0.768679, 0.452290, 0.452290> - 11414: < 0.747688, 0.447593, 0.490534> - 11415: < 0.764964, 0.410392, 0.496395> - 11416: < 0.768679, 0.452290, 0.452290> - 11417: < 0.747688, 0.490534, 0.447593> - 11418: < 0.728461, 0.484430, 0.484430> - 11419: < 0.747688, 0.447593, 0.490534> - 11420: < 0.747688, 0.490534, 0.447593> - 11421: < 0.724109, 0.528478, 0.443145> - 11422: < 0.706895, 0.520969, 0.478425> - 11423: < 0.728461, 0.484430, 0.484430> - 11424: < 0.724109, 0.528478, 0.443145> - 11425: < 0.697667, 0.565794, 0.439475> - 11426: < 0.682532, 0.557037, 0.473139> - 11427: < 0.706895, 0.520969, 0.478425> - 11428: < 0.697667, 0.565794, 0.439475> - 11429: < 0.668312, 0.601963, 0.437036> - 11430: < 0.655217, 0.591920, 0.469385> - 11431: < 0.682532, 0.557037, 0.473139> - 11432: < 0.655217, -0.591920, 0.469385> - 11433: < 0.682532, -0.557037, 0.473139> - 11434: < 0.666144, -0.547882, 0.506040> - 11435: < 0.641397, -0.581456, 0.500519> - 11436: < 0.682532, -0.557037, 0.473139> - 11437: < 0.706895, -0.520969, 0.478425> - 11438: < 0.687856, -0.513252, 0.513252> - 11439: < 0.666144, -0.547882, 0.506040> - 11440: < 0.706895, -0.520969, 0.478425> - 11441: < 0.728461, -0.484430, 0.484430> - 11442: < 0.706895, -0.478425, 0.520969> - 11443: < 0.687856, -0.513252, 0.513252> - 11444: < 0.728461, -0.484430, 0.484430> - 11445: < 0.747688, -0.447593, 0.490534> - 11446: < 0.724109, -0.443145, 0.528478> - 11447: < 0.706895, -0.478425, 0.520969> - 11448: < 0.747688, -0.447593, 0.490534> - 11449: < 0.764976, -0.410398, 0.496372> - 11450: < 0.739812, -0.407307, 0.535518> - 11451: < 0.724109, -0.443145, 0.528478> - 11452: < 0.764976, -0.410398, 0.496372> - 11453: < 0.780568, -0.372705, 0.501802> - 11454: < 0.754169, -0.370721, 0.542028> - 11455: < 0.739812, -0.407307, 0.535518> - 11456: < 0.780568, -0.372705, 0.501802> - 11457: < 0.794636, -0.334310, 0.506745> - 11458: < 0.767292, -0.333090, 0.548009> - 11459: < 0.754169, -0.370721, 0.542028> - 11460: < 0.794636, -0.334310, 0.506745> - 11461: < 0.807082, -0.295457, 0.511198> - 11462: < 0.779017, -0.294729, 0.553415> - 11463: < 0.767292, -0.333090, 0.548009> - 11464: < 0.807082, -0.295457, 0.511198> - 11465: < 0.817925, -0.256243, 0.515110> - 11466: < 0.789266, -0.255937, 0.558172> - 11467: < 0.779017, -0.294729, 0.553415> - 11468: < 0.817925, -0.256243, 0.515110> - 11469: < 0.827263, -0.216475, 0.518435> - 11470: < 0.798110, -0.216534, 0.562257> - 11471: < 0.789266, -0.255937, 0.558172> - 11472: < 0.827263, -0.216475, 0.518435> - 11473: < 0.835133, -0.175853, 0.521180> - 11474: < 0.805587, -0.176188, 0.565675> - 11475: < 0.798110, -0.216534, 0.562257> - 11476: < 0.835133, -0.175853, 0.521180> - 11477: < 0.841527, -0.134100, 0.523307> - 11478: < 0.811677, -0.134618, 0.568382> - 11479: < 0.805587, -0.176188, 0.565675> - 11480: < 0.841527, -0.134100, 0.523307> - 11481: < 0.846324, -0.091008, 0.524836> - 11482: < 0.816271, -0.091497, 0.570377> - 11483: < 0.811677, -0.134618, 0.568382> - 11484: < 0.846324, -0.091008, 0.524836> - 11485: < 0.849378, -0.046267, 0.525753> - 11486: < 0.819208, -0.046573, 0.571602> - 11487: < 0.816271, -0.091497, 0.570377> - 11488: < 0.849378, -0.046267, 0.525753> - 11489: < 0.850434, 0.000000, 0.526081> - 11490: < 0.820237, 0.000000, 0.572024> - 11491: < 0.819208, -0.046573, 0.571602> - 11492: < 0.850434, 0.000000, 0.526081> - 11493: < 0.849378, 0.046267, 0.525753> - 11494: < 0.819208, 0.046573, 0.571602> - 11495: < 0.820237, 0.000000, 0.572024> - 11496: < 0.849378, 0.046267, 0.525753> - 11497: < 0.846324, 0.091008, 0.524836> - 11498: < 0.816271, 0.091497, 0.570377> - 11499: < 0.819208, 0.046573, 0.571602> - 11500: < 0.846324, 0.091008, 0.524836> - 11501: < 0.841527, 0.134100, 0.523307> - 11502: < 0.811677, 0.134618, 0.568382> - 11503: < 0.816271, 0.091497, 0.570377> - 11504: < 0.841527, 0.134100, 0.523307> - 11505: < 0.835133, 0.175853, 0.521180> - 11506: < 0.805587, 0.176188, 0.565675> - 11507: < 0.811677, 0.134618, 0.568382> - 11508: < 0.835133, 0.175853, 0.521180> - 11509: < 0.827263, 0.216475, 0.518435> - 11510: < 0.798110, 0.216534, 0.562257> - 11511: < 0.805587, 0.176188, 0.565675> - 11512: < 0.827263, 0.216475, 0.518435> - 11513: < 0.817925, 0.256243, 0.515110> - 11514: < 0.789266, 0.255937, 0.558172> - 11515: < 0.798110, 0.216534, 0.562257> - 11516: < 0.817925, 0.256243, 0.515110> - 11517: < 0.807082, 0.295457, 0.511198> - 11518: < 0.779017, 0.294729, 0.553415> - 11519: < 0.789266, 0.255937, 0.558172> - 11520: < 0.807082, 0.295457, 0.511198> - 11521: < 0.794627, 0.334337, 0.506740> - 11522: < 0.767292, 0.333090, 0.548009> - 11523: < 0.779017, 0.294729, 0.553415> - 11524: < 0.794627, 0.334337, 0.506740> - 11525: < 0.780568, 0.372705, 0.501802> - 11526: < 0.754169, 0.370721, 0.542028> - 11527: < 0.767292, 0.333090, 0.548009> - 11528: < 0.780568, 0.372705, 0.501802> - 11529: < 0.764964, 0.410392, 0.496395> - 11530: < 0.739812, 0.407307, 0.535518> - 11531: < 0.754169, 0.370721, 0.542028> - 11532: < 0.764964, 0.410392, 0.496395> - 11533: < 0.747688, 0.447593, 0.490534> - 11534: < 0.724109, 0.443145, 0.528478> - 11535: < 0.739812, 0.407307, 0.535518> - 11536: < 0.747688, 0.447593, 0.490534> - 11537: < 0.728461, 0.484430, 0.484430> - 11538: < 0.706895, 0.478425, 0.520969> - 11539: < 0.724109, 0.443145, 0.528478> - 11540: < 0.728461, 0.484430, 0.484430> - 11541: < 0.706895, 0.520969, 0.478425> - 11542: < 0.687856, 0.513252, 0.513252> - 11543: < 0.706895, 0.478425, 0.520969> - 11544: < 0.706895, 0.520969, 0.478425> - 11545: < 0.682532, 0.557037, 0.473139> - 11546: < 0.666144, 0.547882, 0.506040> - 11547: < 0.687856, 0.513252, 0.513252> - 11548: < 0.682532, 0.557037, 0.473139> - 11549: < 0.655217, 0.591920, 0.469385> - 11550: < 0.641397, 0.581456, 0.500519> - 11551: < 0.666144, 0.547882, 0.506040> - 11552: < 0.641397, -0.581456, 0.500519> - 11553: < 0.666144, -0.547882, 0.506040> - 11554: < 0.647334, -0.538962, 0.538962> - 11555: < 0.625584, -0.571076, 0.531523> - 11556: < 0.666144, -0.547882, 0.506040> - 11557: < 0.687856, -0.513252, 0.513252> - 11558: < 0.666144, -0.506040, 0.547882> - 11559: < 0.647334, -0.538962, 0.538962> - 11560: < 0.687856, -0.513252, 0.513252> - 11561: < 0.706895, -0.478425, 0.520969> - 11562: < 0.682532, -0.473139, 0.557037> - 11563: < 0.666144, -0.506040, 0.547882> - 11564: < 0.706895, -0.478425, 0.520969> - 11565: < 0.724109, -0.443145, 0.528478> - 11566: < 0.697667, -0.439475, 0.565794> - 11567: < 0.682532, -0.473139, 0.557037> - 11568: < 0.724109, -0.443145, 0.528478> - 11569: < 0.739812, -0.407307, 0.535518> - 11570: < 0.711772, -0.404839, 0.574008> - 11571: < 0.697667, -0.439475, 0.565794> - 11572: < 0.739812, -0.407307, 0.535518> - 11573: < 0.754169, -0.370721, 0.542028> - 11574: < 0.724825, -0.369188, 0.581661> - 11575: < 0.711772, -0.404839, 0.574008> - 11576: < 0.754169, -0.370721, 0.542028> - 11577: < 0.767292, -0.333090, 0.548009> - 11578: < 0.736915, -0.332170, 0.588744> - 11579: < 0.724825, -0.369188, 0.581661> - 11580: < 0.767292, -0.333090, 0.548009> - 11581: < 0.779017, -0.294729, 0.553415> - 11582: < 0.747816, -0.294207, 0.595158> - 11583: < 0.736915, -0.332170, 0.588744> - 11584: < 0.779017, -0.294729, 0.553415> - 11585: < 0.789266, -0.255937, 0.558172> - 11586: < 0.757361, -0.255750, 0.600829> - 11587: < 0.747816, -0.294207, 0.595158> - 11588: < 0.789266, -0.255937, 0.558172> - 11589: < 0.798110, -0.216534, 0.562257> - 11590: < 0.765608, -0.216596, 0.605748> - 11591: < 0.757361, -0.255750, 0.600829> - 11592: < 0.798110, -0.216534, 0.562257> - 11593: < 0.805587, -0.176188, 0.565675> - 11594: < 0.772589, -0.176461, 0.609892> - 11595: < 0.765608, -0.216596, 0.605748> - 11596: < 0.805587, -0.176188, 0.565675> - 11597: < 0.811677, -0.134618, 0.568382> - 11598: < 0.778306, -0.135018, 0.613196> - 11599: < 0.772589, -0.176461, 0.609892> - 11600: < 0.811677, -0.134618, 0.568382> - 11601: < 0.816271, -0.091497, 0.570377> - 11602: < 0.782607, -0.091894, 0.615697> - 11603: < 0.778306, -0.135018, 0.613196> - 11604: < 0.816271, -0.091497, 0.570377> - 11605: < 0.819208, -0.046573, 0.571602> - 11606: < 0.785375, -0.046847, 0.617246> - 11607: < 0.782607, -0.091894, 0.615697> - 11608: < 0.819208, -0.046573, 0.571602> - 11609: < 0.820237, 0.000000, 0.572024> - 11610: < 0.786344, 0.000000, 0.617789> - 11611: < 0.785375, -0.046847, 0.617246> - 11612: < 0.820237, 0.000000, 0.572024> - 11613: < 0.819208, 0.046573, 0.571602> - 11614: < 0.785375, 0.046847, 0.617246> - 11615: < 0.786344, 0.000000, 0.617789> - 11616: < 0.819208, 0.046573, 0.571602> - 11617: < 0.816271, 0.091497, 0.570377> - 11618: < 0.782607, 0.091894, 0.615697> - 11619: < 0.785375, 0.046847, 0.617246> - 11620: < 0.816271, 0.091497, 0.570377> - 11621: < 0.811677, 0.134618, 0.568382> - 11622: < 0.778292, 0.135015, 0.613215> - 11623: < 0.782607, 0.091894, 0.615697> - 11624: < 0.811677, 0.134618, 0.568382> - 11625: < 0.805587, 0.176188, 0.565675> - 11626: < 0.772589, 0.176461, 0.609892> - 11627: < 0.778292, 0.135015, 0.613215> - 11628: < 0.805587, 0.176188, 0.565675> - 11629: < 0.798110, 0.216534, 0.562257> - 11630: < 0.765608, 0.216596, 0.605748> - 11631: < 0.772589, 0.176461, 0.609892> - 11632: < 0.798110, 0.216534, 0.562257> - 11633: < 0.789266, 0.255937, 0.558172> - 11634: < 0.757361, 0.255750, 0.600829> - 11635: < 0.765608, 0.216596, 0.605748> - 11636: < 0.789266, 0.255937, 0.558172> - 11637: < 0.779017, 0.294729, 0.553415> - 11638: < 0.747816, 0.294207, 0.595158> - 11639: < 0.757361, 0.255750, 0.600829> - 11640: < 0.779017, 0.294729, 0.553415> - 11641: < 0.767292, 0.333090, 0.548009> - 11642: < 0.736915, 0.332170, 0.588744> - 11643: < 0.747816, 0.294207, 0.595158> - 11644: < 0.767292, 0.333090, 0.548009> - 11645: < 0.754169, 0.370721, 0.542028> - 11646: < 0.724825, 0.369188, 0.581661> - 11647: < 0.736915, 0.332170, 0.588744> - 11648: < 0.754169, 0.370721, 0.542028> - 11649: < 0.739812, 0.407307, 0.535518> - 11650: < 0.711772, 0.404839, 0.574008> - 11651: < 0.724825, 0.369188, 0.581661> - 11652: < 0.739812, 0.407307, 0.535518> - 11653: < 0.724109, 0.443145, 0.528478> - 11654: < 0.697667, 0.439475, 0.565794> - 11655: < 0.711772, 0.404839, 0.574008> - 11656: < 0.724109, 0.443145, 0.528478> - 11657: < 0.706895, 0.478425, 0.520969> - 11658: < 0.682532, 0.473139, 0.557037> - 11659: < 0.697667, 0.439475, 0.565794> - 11660: < 0.706895, 0.478425, 0.520969> - 11661: < 0.687856, 0.513252, 0.513252> - 11662: < 0.666144, 0.506040, 0.547882> - 11663: < 0.682532, 0.473139, 0.557037> - 11664: < 0.687856, 0.513252, 0.513252> - 11665: < 0.666144, 0.547882, 0.506040> - 11666: < 0.647334, 0.538962, 0.538962> - 11667: < 0.666144, 0.506040, 0.547882> - 11668: < 0.666144, 0.547882, 0.506040> - 11669: < 0.641397, 0.581456, 0.500519> - 11670: < 0.625584, 0.571076, 0.531523> - 11671: < 0.647334, 0.538962, 0.538962> - 11672: < 0.625584, -0.571076, 0.531523> - 11673: < 0.647334, -0.538962, 0.538962> - 11674: < 0.625584, -0.531523, 0.571076> - 11675: < 0.607783, -0.561516, 0.561516> - 11676: < 0.647334, -0.538962, 0.538962> - 11677: < 0.666144, -0.506040, 0.547882> - 11678: < 0.641397, -0.500519, 0.581456> - 11679: < 0.625584, -0.531523, 0.571076> - 11680: < 0.666144, -0.506040, 0.547882> - 11681: < 0.682532, -0.473139, 0.557037> - 11682: < 0.655217, -0.469385, 0.591920> - 11683: < 0.641397, -0.500519, 0.581456> - 11684: < 0.682532, -0.473139, 0.557037> - 11685: < 0.697667, -0.439475, 0.565794> - 11686: < 0.668312, -0.437036, 0.601963> - 11687: < 0.655217, -0.469385, 0.591920> - 11688: < 0.697667, -0.439475, 0.565794> - 11689: < 0.711772, -0.404839, 0.574008> - 11690: < 0.680859, -0.403223, 0.611427> - 11691: < 0.668312, -0.437036, 0.601963> - 11692: < 0.711772, -0.404839, 0.574008> - 11693: < 0.724825, -0.369188, 0.581661> - 11694: < 0.692544, -0.368246, 0.620305> - 11695: < 0.680859, -0.403223, 0.611427> - 11696: < 0.724825, -0.369188, 0.581661> - 11697: < 0.736915, -0.332170, 0.588744> - 11698: < 0.703467, -0.331652, 0.628603> - 11699: < 0.692544, -0.368246, 0.620305> - 11700: < 0.736915, -0.332170, 0.588744> - 11701: < 0.747816, -0.294207, 0.595158> - 11702: < 0.713396, -0.293904, 0.636150> - 11703: < 0.703467, -0.331652, 0.628603> - 11704: < 0.747816, -0.294207, 0.595158> - 11705: < 0.757361, -0.255750, 0.600829> - 11706: < 0.722093, -0.255632, 0.642833> - 11707: < 0.713396, -0.293904, 0.636150> - 11708: < 0.757361, -0.255750, 0.600829> - 11709: < 0.765608, -0.216596, 0.605748> - 11710: < 0.729622, -0.216656, 0.648624> - 11711: < 0.722093, -0.255632, 0.642833> - 11712: < 0.765608, -0.216596, 0.605748> - 11713: < 0.772589, -0.176461, 0.609892> - 11714: < 0.736025, -0.176644, 0.653502> - 11715: < 0.729622, -0.216656, 0.648624> - 11716: < 0.772589, -0.176461, 0.609892> - 11717: < 0.778306, -0.135018, 0.613196> - 11718: < 0.741243, -0.135260, 0.657468> - 11719: < 0.736025, -0.176644, 0.653502> - 11720: < 0.778306, -0.135018, 0.613196> - 11721: < 0.782607, -0.091894, 0.615697> - 11722: < 0.745184, -0.092137, 0.660463> - 11723: < 0.741243, -0.135260, 0.657468> - 11724: < 0.782607, -0.091894, 0.615697> - 11725: < 0.785375, -0.046847, 0.617246> - 11726: < 0.747715, -0.046999, 0.662354> - 11727: < 0.745184, -0.092137, 0.660463> - 11728: < 0.785375, -0.046847, 0.617246> - 11729: < 0.786344, 0.000000, 0.617789> - 11730: < 0.748599, 0.000000, 0.663024> - 11731: < 0.747715, -0.046999, 0.662354> - 11732: < 0.786344, 0.000000, 0.617789> - 11733: < 0.785375, 0.046847, 0.617246> - 11734: < 0.747715, 0.046999, 0.662354> - 11735: < 0.748599, 0.000000, 0.663024> - 11736: < 0.785375, 0.046847, 0.617246> - 11737: < 0.782607, 0.091894, 0.615697> - 11738: < 0.745184, 0.092137, 0.660463> - 11739: < 0.747715, 0.046999, 0.662354> - 11740: < 0.782607, 0.091894, 0.615697> - 11741: < 0.778292, 0.135015, 0.613215> - 11742: < 0.741243, 0.135260, 0.657468> - 11743: < 0.745184, 0.092137, 0.660463> - 11744: < 0.778292, 0.135015, 0.613215> - 11745: < 0.772589, 0.176461, 0.609892> - 11746: < 0.736025, 0.176644, 0.653502> - 11747: < 0.741243, 0.135260, 0.657468> - 11748: < 0.772589, 0.176461, 0.609892> - 11749: < 0.765608, 0.216596, 0.605748> - 11750: < 0.729636, 0.216660, 0.648606> - 11751: < 0.736025, 0.176644, 0.653502> - 11752: < 0.765608, 0.216596, 0.605748> - 11753: < 0.757361, 0.255750, 0.600829> - 11754: < 0.722093, 0.255632, 0.642833> - 11755: < 0.729636, 0.216660, 0.648606> - 11756: < 0.757361, 0.255750, 0.600829> - 11757: < 0.747816, 0.294207, 0.595158> - 11758: < 0.713396, 0.293904, 0.636150> - 11759: < 0.722093, 0.255632, 0.642833> - 11760: < 0.747816, 0.294207, 0.595158> - 11761: < 0.736915, 0.332170, 0.588744> - 11762: < 0.703467, 0.331652, 0.628603> - 11763: < 0.713396, 0.293904, 0.636150> - 11764: < 0.736915, 0.332170, 0.588744> - 11765: < 0.724825, 0.369188, 0.581661> - 11766: < 0.692544, 0.368246, 0.620305> - 11767: < 0.703467, 0.331652, 0.628603> - 11768: < 0.724825, 0.369188, 0.581661> - 11769: < 0.711772, 0.404839, 0.574008> - 11770: < 0.680859, 0.403223, 0.611427> - 11771: < 0.692544, 0.368246, 0.620305> - 11772: < 0.711772, 0.404839, 0.574008> - 11773: < 0.697667, 0.439475, 0.565794> - 11774: < 0.668312, 0.437036, 0.601963> - 11775: < 0.680859, 0.403223, 0.611427> - 11776: < 0.697667, 0.439475, 0.565794> - 11777: < 0.682532, 0.473139, 0.557037> - 11778: < 0.655217, 0.469385, 0.591920> - 11779: < 0.668312, 0.437036, 0.601963> - 11780: < 0.682532, 0.473139, 0.557037> - 11781: < 0.666144, 0.506040, 0.547882> - 11782: < 0.641397, 0.500519, 0.581456> - 11783: < 0.655217, 0.469385, 0.591920> - 11784: < 0.666144, 0.506040, 0.547882> - 11785: < 0.647334, 0.538962, 0.538962> - 11786: < 0.625584, 0.531523, 0.571076> - 11787: < 0.641397, 0.500519, 0.581456> - 11788: < 0.647334, 0.538962, 0.538962> - 11789: < 0.625584, 0.571076, 0.531523> - 11790: < 0.607783, 0.561516, 0.561516> - 11791: < 0.625584, 0.531523, 0.571076> - 11792: < 0.577350, -0.577350, -0.577350> - 11793: < 0.588539, -0.554296, -0.588539> - 11794: < 0.607783, -0.561516, -0.561516> - 11795: < 0.588539, -0.588539, -0.554296> - 11796: < 0.588539, -0.554296, -0.588539> - 11797: < 0.601168, -0.526457, -0.601199> - 11798: < 0.625584, -0.531523, -0.571076> - 11799: < 0.607783, -0.561516, -0.561516> - 11800: < 0.601168, -0.526457, -0.601199> - 11801: < 0.613379, -0.497527, -0.613379> - 11802: < 0.641397, -0.500519, -0.581456> - 11803: < 0.625584, -0.531523, -0.571076> - 11804: < 0.613379, -0.497527, -0.613379> - 11805: < 0.624909, -0.467950, -0.624909> - 11806: < 0.655217, -0.469385, -0.591920> - 11807: < 0.641397, -0.500519, -0.581456> - 11808: < 0.624909, -0.467950, -0.624909> - 11809: < 0.636296, -0.436181, -0.636296> - 11810: < 0.668312, -0.437036, -0.601963> - 11811: < 0.655217, -0.469385, -0.591920> - 11812: < 0.636296, -0.436181, -0.636296> - 11813: < 0.647247, -0.402668, -0.647247> - 11814: < 0.680859, -0.403223, -0.611427> - 11815: < 0.668312, -0.437036, -0.601963> - 11816: < 0.647247, -0.402668, -0.647247> - 11817: < 0.657511, -0.367912, -0.657511> - 11818: < 0.692544, -0.368246, -0.620305> - 11819: < 0.680859, -0.403223, -0.611427> - 11820: < 0.657511, -0.367912, -0.657511> - 11821: < 0.667130, -0.331474, -0.667130> - 11822: < 0.703467, -0.331652, -0.628603> - 11823: < 0.692544, -0.368246, -0.620305> - 11824: < 0.667130, -0.331474, -0.667130> - 11825: < 0.675899, -0.293804, -0.675899> - 11826: < 0.713396, -0.293904, -0.636150> - 11827: < 0.703467, -0.331652, -0.628603> - 11828: < 0.675899, -0.293804, -0.675899> - 11829: < 0.683620, -0.255594, -0.683620> - 11830: < 0.722093, -0.255632, -0.642833> - 11831: < 0.713396, -0.293904, -0.636150> - 11832: < 0.683620, -0.255594, -0.683620> - 11833: < 0.690307, -0.216684, -0.690307> - 11834: < 0.729636, -0.216660, -0.648606> - 11835: < 0.722093, -0.255632, -0.642833> - 11836: < 0.690307, -0.216684, -0.690307> - 11837: < 0.695976, -0.176733, -0.695976> - 11838: < 0.736025, -0.176644, -0.653502> - 11839: < 0.729636, -0.216660, -0.648606> - 11840: < 0.695976, -0.176733, -0.695976> - 11841: < 0.700600, -0.135353, -0.700600> - 11842: < 0.741243, -0.135260, -0.657468> - 11843: < 0.736025, -0.176644, -0.653502> - 11844: < 0.700600, -0.135353, -0.700600> - 11845: < 0.704093, -0.092231, -0.704093> - 11846: < 0.745184, -0.092137, -0.660463> - 11847: < 0.741243, -0.135260, -0.657468> - 11848: < 0.704093, -0.092231, -0.704093> - 11849: < 0.706323, -0.047060, -0.706323> - 11850: < 0.747715, -0.046999, -0.662354> - 11851: < 0.745184, -0.092137, -0.660463> - 11852: < 0.706323, -0.047060, -0.706323> - 11853: < 0.707107, 0.000000, -0.707107> - 11854: < 0.748599, 0.000000, -0.663024> - 11855: < 0.747715, -0.046999, -0.662354> - 11856: < 0.707107, 0.000000, -0.707107> - 11857: < 0.706323, 0.047060, -0.706323> - 11858: < 0.747715, 0.046999, -0.662354> - 11859: < 0.748599, 0.000000, -0.663024> - 11860: < 0.706323, 0.047060, -0.706323> - 11861: < 0.704093, 0.092231, -0.704093> - 11862: < 0.745184, 0.092137, -0.660463> - 11863: < 0.747715, 0.046999, -0.662354> - 11864: < 0.704093, 0.092231, -0.704093> - 11865: < 0.700600, 0.135353, -0.700600> - 11866: < 0.741243, 0.135260, -0.657468> - 11867: < 0.745184, 0.092137, -0.660463> - 11868: < 0.700600, 0.135353, -0.700600> - 11869: < 0.695976, 0.176733, -0.695976> - 11870: < 0.736025, 0.176644, -0.653502> - 11871: < 0.741243, 0.135260, -0.657468> - 11872: < 0.695976, 0.176733, -0.695976> - 11873: < 0.690307, 0.216684, -0.690307> - 11874: < 0.729636, 0.216660, -0.648606> - 11875: < 0.736025, 0.176644, -0.653502> - 11876: < 0.690307, 0.216684, -0.690307> - 11877: < 0.683620, 0.255594, -0.683620> - 11878: < 0.722093, 0.255632, -0.642833> - 11879: < 0.729636, 0.216660, -0.648606> - 11880: < 0.683620, 0.255594, -0.683620> - 11881: < 0.675899, 0.293804, -0.675899> - 11882: < 0.713396, 0.293904, -0.636150> - 11883: < 0.722093, 0.255632, -0.642833> - 11884: < 0.675899, 0.293804, -0.675899> - 11885: < 0.667130, 0.331474, -0.667130> - 11886: < 0.703467, 0.331652, -0.628603> - 11887: < 0.713396, 0.293904, -0.636150> - 11888: < 0.667130, 0.331474, -0.667130> - 11889: < 0.657511, 0.367912, -0.657511> - 11890: < 0.692544, 0.368246, -0.620305> - 11891: < 0.703467, 0.331652, -0.628603> - 11892: < 0.657511, 0.367912, -0.657511> - 11893: < 0.647247, 0.402668, -0.647247> - 11894: < 0.680859, 0.403223, -0.611427> - 11895: < 0.692544, 0.368246, -0.620305> - 11896: < 0.647247, 0.402668, -0.647247> - 11897: < 0.636296, 0.436181, -0.636296> - 11898: < 0.668312, 0.437036, -0.601963> - 11899: < 0.680859, 0.403223, -0.611427> - 11900: < 0.636296, 0.436181, -0.636296> - 11901: < 0.624909, 0.467950, -0.624909> - 11902: < 0.655217, 0.469385, -0.591920> - 11903: < 0.668312, 0.437036, -0.601963> - 11904: < 0.624909, 0.467950, -0.624909> - 11905: < 0.613379, 0.497527, -0.613379> - 11906: < 0.641397, 0.500519, -0.581456> - 11907: < 0.655217, 0.469385, -0.591920> - 11908: < 0.613379, 0.497527, -0.613379> - 11909: < 0.601168, 0.526457, -0.601199> - 11910: < 0.625584, 0.531523, -0.571076> - 11911: < 0.641397, 0.500519, -0.581456> - 11912: < 0.601168, 0.526457, -0.601199> - 11913: < 0.588539, 0.554296, -0.588539> - 11914: < 0.607783, 0.561516, -0.561516> - 11915: < 0.625584, 0.531523, -0.571076> - 11916: < 0.588539, 0.554296, -0.588539> - 11917: < 0.577350, 0.577350, -0.577350> - 11918: < 0.588539, 0.588539, -0.554296> - 11919: < 0.607783, 0.561516, -0.561516> - 11920: < 0.607783, 0.561516, -0.561516> - 11921: < 0.588539, 0.588539, -0.554296> - 11922: < 0.601168, 0.601199, -0.526457> - 11923: < 0.625584, 0.571076, -0.531523> - 11924: < 0.625584, 0.571076, -0.531523> - 11925: < 0.601168, 0.601199, -0.526457> - 11926: < 0.613379, 0.613379, -0.497527> - 11927: < 0.641397, 0.581456, -0.500519> - 11928: < 0.641397, 0.581456, -0.500519> - 11929: < 0.613379, 0.613379, -0.497527> - 11930: < 0.624909, 0.624909, -0.467950> - 11931: < 0.655217, 0.591920, -0.469385> - 11932: < 0.655217, 0.591920, -0.469385> - 11933: < 0.624909, 0.624909, -0.467950> - 11934: < 0.636296, 0.636296, -0.436181> - 11935: < 0.668312, 0.601963, -0.437036> - 11936: < 0.668312, 0.601963, -0.437036> - 11937: < 0.636296, 0.636296, -0.436181> - 11938: < 0.647247, 0.647247, -0.402668> - 11939: < 0.680859, 0.611427, -0.403223> - 11940: < 0.680859, 0.611427, -0.403223> - 11941: < 0.647247, 0.647247, -0.402668> - 11942: < 0.657511, 0.657511, -0.367912> - 11943: < 0.692544, 0.620305, -0.368246> - 11944: < 0.692544, 0.620305, -0.368246> - 11945: < 0.657511, 0.657511, -0.367912> - 11946: < 0.667130, 0.667130, -0.331474> - 11947: < 0.703467, 0.628603, -0.331652> - 11948: < 0.703467, 0.628603, -0.331652> - 11949: < 0.667130, 0.667130, -0.331474> - 11950: < 0.675899, 0.675899, -0.293804> - 11951: < 0.713396, 0.636150, -0.293904> - 11952: < 0.713396, 0.636150, -0.293904> - 11953: < 0.675899, 0.675899, -0.293804> - 11954: < 0.683620, 0.683620, -0.255594> - 11955: < 0.722093, 0.642833, -0.255632> - 11956: < 0.722093, 0.642833, -0.255632> - 11957: < 0.683620, 0.683620, -0.255594> - 11958: < 0.690307, 0.690307, -0.216684> - 11959: < 0.729636, 0.648606, -0.216660> - 11960: < 0.729636, 0.648606, -0.216660> - 11961: < 0.690307, 0.690307, -0.216684> - 11962: < 0.695976, 0.695976, -0.176733> - 11963: < 0.736025, 0.653502, -0.176644> - 11964: < 0.736025, 0.653502, -0.176644> - 11965: < 0.695976, 0.695976, -0.176733> - 11966: < 0.700600, 0.700600, -0.135353> - 11967: < 0.741243, 0.657468, -0.135260> - 11968: < 0.741243, 0.657468, -0.135260> - 11969: < 0.700600, 0.700600, -0.135353> - 11970: < 0.704093, 0.704093, -0.092231> - 11971: < 0.745184, 0.660463, -0.092137> - 11972: < 0.745184, 0.660463, -0.092137> - 11973: < 0.704093, 0.704093, -0.092231> - 11974: < 0.706323, 0.706323, -0.047060> - 11975: < 0.747715, 0.662354, -0.046999> - 11976: < 0.747715, 0.662354, -0.046999> - 11977: < 0.706323, 0.706323, -0.047060> - 11978: < 0.707107, 0.707107, 0.000000> - 11979: < 0.748599, 0.663024, 0.000000> - 11980: < 0.748599, 0.663024, 0.000000> - 11981: < 0.707107, 0.707107, 0.000000> - 11982: < 0.706323, 0.706323, 0.047060> - 11983: < 0.747715, 0.662354, 0.046999> - 11984: < 0.747715, 0.662354, 0.046999> - 11985: < 0.706323, 0.706323, 0.047060> - 11986: < 0.704093, 0.704093, 0.092231> - 11987: < 0.745184, 0.660463, 0.092137> - 11988: < 0.745184, 0.660463, 0.092137> - 11989: < 0.704093, 0.704093, 0.092231> - 11990: < 0.700600, 0.700600, 0.135353> - 11991: < 0.741243, 0.657468, 0.135260> - 11992: < 0.741243, 0.657468, 0.135260> - 11993: < 0.700600, 0.700600, 0.135353> - 11994: < 0.695976, 0.695976, 0.176733> - 11995: < 0.736025, 0.653502, 0.176644> - 11996: < 0.736025, 0.653502, 0.176644> - 11997: < 0.695976, 0.695976, 0.176733> - 11998: < 0.690307, 0.690307, 0.216684> - 11999: < 0.729636, 0.648606, 0.216660> - 12000: < 0.729636, 0.648606, 0.216660> - 12001: < 0.690307, 0.690307, 0.216684> - 12002: < 0.683620, 0.683620, 0.255594> - 12003: < 0.722093, 0.642833, 0.255632> - 12004: < 0.722093, 0.642833, 0.255632> - 12005: < 0.683620, 0.683620, 0.255594> - 12006: < 0.675899, 0.675899, 0.293804> - 12007: < 0.713396, 0.636150, 0.293904> - 12008: < 0.713396, 0.636150, 0.293904> - 12009: < 0.675899, 0.675899, 0.293804> - 12010: < 0.667130, 0.667130, 0.331474> - 12011: < 0.703467, 0.628603, 0.331652> - 12012: < 0.703467, 0.628603, 0.331652> - 12013: < 0.667130, 0.667130, 0.331474> - 12014: < 0.657511, 0.657511, 0.367912> - 12015: < 0.692544, 0.620305, 0.368246> - 12016: < 0.692544, 0.620305, 0.368246> - 12017: < 0.657511, 0.657511, 0.367912> - 12018: < 0.647247, 0.647247, 0.402668> - 12019: < 0.680859, 0.611427, 0.403223> - 12020: < 0.680859, 0.611427, 0.403223> - 12021: < 0.647247, 0.647247, 0.402668> - 12022: < 0.636296, 0.636296, 0.436181> - 12023: < 0.668312, 0.601963, 0.437036> - 12024: < 0.668312, 0.601963, 0.437036> - 12025: < 0.636296, 0.636296, 0.436181> - 12026: < 0.624909, 0.624909, 0.467950> - 12027: < 0.655217, 0.591920, 0.469385> - 12028: < 0.655217, 0.591920, 0.469385> - 12029: < 0.624909, 0.624909, 0.467950> - 12030: < 0.613379, 0.613379, 0.497527> - 12031: < 0.641397, 0.581456, 0.500519> - 12032: < 0.641397, 0.581456, 0.500519> - 12033: < 0.613379, 0.613379, 0.497527> - 12034: < 0.601188, 0.601188, 0.526447> - 12035: < 0.625584, 0.571076, 0.531523> - 12036: < 0.625584, 0.571076, 0.531523> - 12037: < 0.601188, 0.601188, 0.526447> - 12038: < 0.588539, 0.588539, 0.554296> - 12039: < 0.607783, 0.561516, 0.561516> - 12040: < 0.607783, 0.561516, 0.561516> - 12041: < 0.588539, 0.588539, 0.554296> - 12042: < 0.577330, 0.577360, 0.577360> - 12043: < 0.588539, 0.554296, 0.588539> - 12044: < 0.625584, 0.531523, 0.571076> - 12045: < 0.607783, 0.561516, 0.561516> - 12046: < 0.588539, 0.554296, 0.588539> - 12047: < 0.601199, 0.526457, 0.601168> - 12048: < 0.641397, 0.500519, 0.581456> - 12049: < 0.625584, 0.531523, 0.571076> - 12050: < 0.601199, 0.526457, 0.601168> - 12051: < 0.613379, 0.497527, 0.613379> - 12052: < 0.655217, 0.469385, 0.591920> - 12053: < 0.641397, 0.500519, 0.581456> - 12054: < 0.613379, 0.497527, 0.613379> - 12055: < 0.624909, 0.467950, 0.624909> - 12056: < 0.668312, 0.437036, 0.601963> - 12057: < 0.655217, 0.469385, 0.591920> - 12058: < 0.624909, 0.467950, 0.624909> - 12059: < 0.636296, 0.436181, 0.636296> - 12060: < 0.680859, 0.403223, 0.611427> - 12061: < 0.668312, 0.437036, 0.601963> - 12062: < 0.636296, 0.436181, 0.636296> - 12063: < 0.647247, 0.402668, 0.647247> - 12064: < 0.692544, 0.368246, 0.620305> - 12065: < 0.680859, 0.403223, 0.611427> - 12066: < 0.647247, 0.402668, 0.647247> - 12067: < 0.657511, 0.367912, 0.657511> - 12068: < 0.703467, 0.331652, 0.628603> - 12069: < 0.692544, 0.368246, 0.620305> - 12070: < 0.657511, 0.367912, 0.657511> - 12071: < 0.667130, 0.331474, 0.667130> - 12072: < 0.713396, 0.293904, 0.636150> - 12073: < 0.703467, 0.331652, 0.628603> - 12074: < 0.667130, 0.331474, 0.667130> - 12075: < 0.675899, 0.293804, 0.675899> - 12076: < 0.722093, 0.255632, 0.642833> - 12077: < 0.713396, 0.293904, 0.636150> - 12078: < 0.675899, 0.293804, 0.675899> - 12079: < 0.683620, 0.255594, 0.683620> - 12080: < 0.729636, 0.216660, 0.648606> - 12081: < 0.722093, 0.255632, 0.642833> - 12082: < 0.683620, 0.255594, 0.683620> - 12083: < 0.690307, 0.216684, 0.690307> - 12084: < 0.736025, 0.176644, 0.653502> - 12085: < 0.729636, 0.216660, 0.648606> - 12086: < 0.690307, 0.216684, 0.690307> - 12087: < 0.695976, 0.176733, 0.695976> - 12088: < 0.741243, 0.135260, 0.657468> - 12089: < 0.736025, 0.176644, 0.653502> - 12090: < 0.695976, 0.176733, 0.695976> - 12091: < 0.700600, 0.135353, 0.700600> - 12092: < 0.745184, 0.092137, 0.660463> - 12093: < 0.741243, 0.135260, 0.657468> - 12094: < 0.700600, 0.135353, 0.700600> - 12095: < 0.704093, 0.092231, 0.704093> - 12096: < 0.747715, 0.046999, 0.662354> - 12097: < 0.745184, 0.092137, 0.660463> - 12098: < 0.704093, 0.092231, 0.704093> - 12099: < 0.706323, 0.047060, 0.706323> - 12100: < 0.748599, 0.000000, 0.663024> - 12101: < 0.747715, 0.046999, 0.662354> - 12102: < 0.706323, 0.047060, 0.706323> - 12103: < 0.707107, 0.000000, 0.707107> - 12104: < 0.747715, -0.046999, 0.662354> - 12105: < 0.748599, 0.000000, 0.663024> - 12106: < 0.707107, 0.000000, 0.707107> - 12107: < 0.706323, -0.047060, 0.706323> - 12108: < 0.745184, -0.092137, 0.660463> - 12109: < 0.747715, -0.046999, 0.662354> - 12110: < 0.706323, -0.047060, 0.706323> - 12111: < 0.704093, -0.092231, 0.704093> - 12112: < 0.741243, -0.135260, 0.657468> - 12113: < 0.745184, -0.092137, 0.660463> - 12114: < 0.704093, -0.092231, 0.704093> - 12115: < 0.700600, -0.135353, 0.700600> - 12116: < 0.736025, -0.176644, 0.653502> - 12117: < 0.741243, -0.135260, 0.657468> - 12118: < 0.700600, -0.135353, 0.700600> - 12119: < 0.695976, -0.176733, 0.695976> - 12120: < 0.729622, -0.216656, 0.648624> - 12121: < 0.736025, -0.176644, 0.653502> - 12122: < 0.695976, -0.176733, 0.695976> - 12123: < 0.690307, -0.216684, 0.690307> - 12124: < 0.722093, -0.255632, 0.642833> - 12125: < 0.729622, -0.216656, 0.648624> - 12126: < 0.690307, -0.216684, 0.690307> - 12127: < 0.683620, -0.255594, 0.683620> - 12128: < 0.713396, -0.293904, 0.636150> - 12129: < 0.722093, -0.255632, 0.642833> - 12130: < 0.683620, -0.255594, 0.683620> - 12131: < 0.675899, -0.293804, 0.675899> - 12132: < 0.703467, -0.331652, 0.628603> - 12133: < 0.713396, -0.293904, 0.636150> - 12134: < 0.675899, -0.293804, 0.675899> - 12135: < 0.667130, -0.331474, 0.667130> - 12136: < 0.692544, -0.368246, 0.620305> - 12137: < 0.703467, -0.331652, 0.628603> - 12138: < 0.667130, -0.331474, 0.667130> - 12139: < 0.657511, -0.367912, 0.657511> - 12140: < 0.680859, -0.403223, 0.611427> - 12141: < 0.692544, -0.368246, 0.620305> - 12142: < 0.657511, -0.367912, 0.657511> - 12143: < 0.647247, -0.402668, 0.647247> - 12144: < 0.668312, -0.437036, 0.601963> - 12145: < 0.680859, -0.403223, 0.611427> - 12146: < 0.647247, -0.402668, 0.647247> - 12147: < 0.636296, -0.436181, 0.636296> - 12148: < 0.655217, -0.469385, 0.591920> - 12149: < 0.668312, -0.437036, 0.601963> - 12150: < 0.636296, -0.436181, 0.636296> - 12151: < 0.624909, -0.467950, 0.624909> - 12152: < 0.641397, -0.500519, 0.581456> - 12153: < 0.655217, -0.469385, 0.591920> - 12154: < 0.624909, -0.467950, 0.624909> - 12155: < 0.613379, -0.497527, 0.613379> - 12156: < 0.625584, -0.531523, 0.571076> - 12157: < 0.641397, -0.500519, 0.581456> - 12158: < 0.613379, -0.497527, 0.613379> - 12159: < 0.601199, -0.526457, 0.601168> - 12160: < 0.607783, -0.561516, 0.561516> - 12161: < 0.625584, -0.531523, 0.571076> - 12162: < 0.601199, -0.526457, 0.601168> - 12163: < 0.588539, -0.554296, 0.588539> - 12164: < 0.588539, -0.588539, 0.554296> - 12165: < 0.607783, -0.561516, 0.561516> - 12166: < 0.588539, -0.554296, 0.588539> - 12167: < 0.577360, -0.577330, 0.577360> - 12168: < 0.601188, -0.601188, 0.526447> - 12169: < 0.625584, -0.571076, 0.531523> - 12170: < 0.607783, -0.561516, 0.561516> - 12171: < 0.588539, -0.588539, 0.554296> - 12172: < 0.613379, -0.613379, 0.497527> - 12173: < 0.641397, -0.581456, 0.500519> - 12174: < 0.625584, -0.571076, 0.531523> - 12175: < 0.601188, -0.601188, 0.526447> - 12176: < 0.624909, -0.624909, 0.467950> - 12177: < 0.655217, -0.591920, 0.469385> - 12178: < 0.641397, -0.581456, 0.500519> - 12179: < 0.613379, -0.613379, 0.497527> - 12180: < 0.636296, -0.636296, 0.436181> - 12181: < 0.668312, -0.601963, 0.437036> - 12182: < 0.655217, -0.591920, 0.469385> - 12183: < 0.624909, -0.624909, 0.467950> - 12184: < 0.647247, -0.647247, 0.402668> - 12185: < 0.680859, -0.611427, 0.403223> - 12186: < 0.668312, -0.601963, 0.437036> - 12187: < 0.636296, -0.636296, 0.436181> - 12188: < 0.657511, -0.657511, 0.367912> - 12189: < 0.692544, -0.620305, 0.368246> - 12190: < 0.680859, -0.611427, 0.403223> - 12191: < 0.647247, -0.647247, 0.402668> - 12192: < 0.667130, -0.667130, 0.331474> - 12193: < 0.703467, -0.628603, 0.331652> - 12194: < 0.692544, -0.620305, 0.368246> - 12195: < 0.657511, -0.657511, 0.367912> - 12196: < 0.675899, -0.675899, 0.293804> - 12197: < 0.713396, -0.636150, 0.293904> - 12198: < 0.703467, -0.628603, 0.331652> - 12199: < 0.667130, -0.667130, 0.331474> - 12200: < 0.683620, -0.683620, 0.255594> - 12201: < 0.722093, -0.642833, 0.255632> - 12202: < 0.713396, -0.636150, 0.293904> - 12203: < 0.675899, -0.675899, 0.293804> - 12204: < 0.690307, -0.690307, 0.216684> - 12205: < 0.729636, -0.648606, 0.216660> - 12206: < 0.722093, -0.642833, 0.255632> - 12207: < 0.683620, -0.683620, 0.255594> - 12208: < 0.695976, -0.695976, 0.176733> - 12209: < 0.736025, -0.653502, 0.176644> - 12210: < 0.729636, -0.648606, 0.216660> - 12211: < 0.690307, -0.690307, 0.216684> - 12212: < 0.700600, -0.700600, 0.135353> - 12213: < 0.741243, -0.657468, 0.135260> - 12214: < 0.736025, -0.653502, 0.176644> - 12215: < 0.695976, -0.695976, 0.176733> - 12216: < 0.704093, -0.704093, 0.092231> - 12217: < 0.745184, -0.660463, 0.092137> - 12218: < 0.741243, -0.657468, 0.135260> - 12219: < 0.700600, -0.700600, 0.135353> - 12220: < 0.706323, -0.706323, 0.047060> - 12221: < 0.747715, -0.662354, 0.046999> - 12222: < 0.745184, -0.660463, 0.092137> - 12223: < 0.704093, -0.704093, 0.092231> - 12224: < 0.707107, -0.707107, 0.000000> - 12225: < 0.748599, -0.663024, 0.000000> - 12226: < 0.747715, -0.662354, 0.046999> - 12227: < 0.706323, -0.706323, 0.047060> - 12228: < 0.706323, -0.706323, -0.047060> - 12229: < 0.747715, -0.662354, -0.046999> - 12230: < 0.748599, -0.663024, 0.000000> - 12231: < 0.707107, -0.707107, 0.000000> - 12232: < 0.704093, -0.704093, -0.092231> - 12233: < 0.745184, -0.660463, -0.092137> - 12234: < 0.747715, -0.662354, -0.046999> - 12235: < 0.706323, -0.706323, -0.047060> - 12236: < 0.700600, -0.700600, -0.135353> - 12237: < 0.741243, -0.657468, -0.135260> - 12238: < 0.745184, -0.660463, -0.092137> - 12239: < 0.704093, -0.704093, -0.092231> - 12240: < 0.695976, -0.695976, -0.176733> - 12241: < 0.736025, -0.653502, -0.176644> - 12242: < 0.741243, -0.657468, -0.135260> - 12243: < 0.700600, -0.700600, -0.135353> - 12244: < 0.690307, -0.690307, -0.216684> - 12245: < 0.729636, -0.648606, -0.216660> - 12246: < 0.736025, -0.653502, -0.176644> - 12247: < 0.695976, -0.695976, -0.176733> - 12248: < 0.683620, -0.683620, -0.255594> - 12249: < 0.722093, -0.642833, -0.255632> - 12250: < 0.729636, -0.648606, -0.216660> - 12251: < 0.690307, -0.690307, -0.216684> - 12252: < 0.675899, -0.675899, -0.293804> - 12253: < 0.713382, -0.636169, -0.293898> - 12254: < 0.722093, -0.642833, -0.255632> - 12255: < 0.683620, -0.683620, -0.255594> - 12256: < 0.667130, -0.667130, -0.331474> - 12257: < 0.703467, -0.628603, -0.331652> - 12258: < 0.713382, -0.636169, -0.293898> - 12259: < 0.675899, -0.675899, -0.293804> - 12260: < 0.657511, -0.657511, -0.367912> - 12261: < 0.692544, -0.620305, -0.368246> - 12262: < 0.703467, -0.628603, -0.331652> - 12263: < 0.667130, -0.667130, -0.331474> - 12264: < 0.647247, -0.647247, -0.402668> - 12265: < 0.680859, -0.611427, -0.403223> - 12266: < 0.692544, -0.620305, -0.368246> - 12267: < 0.657511, -0.657511, -0.367912> - 12268: < 0.636296, -0.636296, -0.436181> - 12269: < 0.668312, -0.601963, -0.437036> - 12270: < 0.680859, -0.611427, -0.403223> - 12271: < 0.647247, -0.647247, -0.402668> - 12272: < 0.624909, -0.624909, -0.467950> - 12273: < 0.655217, -0.591920, -0.469385> - 12274: < 0.668312, -0.601963, -0.437036> - 12275: < 0.636296, -0.636296, -0.436181> - 12276: < 0.613379, -0.613379, -0.497527> - 12277: < 0.641397, -0.581456, -0.500519> - 12278: < 0.655217, -0.591920, -0.469385> - 12279: < 0.624909, -0.624909, -0.467950> - 12280: < 0.601188, -0.601188, -0.526447> - 12281: < 0.625584, -0.571076, -0.531523> - 12282: < 0.641397, -0.581456, -0.500519> - 12283: < 0.613379, -0.613379, -0.497527> - 12284: < 0.588539, -0.588539, -0.554296> - 12285: < 0.607783, -0.561516, -0.561516> - 12286: < 0.625584, -0.571076, -0.531523> - 12287: < 0.601188, -0.601188, -0.526447> - 12288: < 0.561516, -0.607783, 0.561516> - 12289: < 0.531523, -0.625584, 0.571076> - 12290: < 0.538962, -0.647334, 0.538962> - 12291: < 0.571076, -0.625584, 0.531523> - 12292: < 0.531523, -0.625584, 0.571076> - 12293: < 0.500519, -0.641397, 0.581456> - 12294: < 0.506040, -0.666144, 0.547882> - 12295: < 0.538962, -0.647334, 0.538962> - 12296: < 0.500519, -0.641397, 0.581456> - 12297: < 0.469385, -0.655217, 0.591920> - 12298: < 0.473139, -0.682532, 0.557037> - 12299: < 0.506040, -0.666144, 0.547882> - 12300: < 0.469385, -0.655217, 0.591920> - 12301: < 0.437036, -0.668312, 0.601963> - 12302: < 0.439475, -0.697667, 0.565794> - 12303: < 0.473139, -0.682532, 0.557037> - 12304: < 0.437036, -0.668312, 0.601963> - 12305: < 0.403223, -0.680859, 0.611427> - 12306: < 0.404839, -0.711772, 0.574008> - 12307: < 0.439475, -0.697667, 0.565794> - 12308: < 0.403223, -0.680859, 0.611427> - 12309: < 0.368246, -0.692544, 0.620305> - 12310: < 0.369188, -0.724825, 0.581661> - 12311: < 0.404839, -0.711772, 0.574008> - 12312: < 0.368246, -0.692544, 0.620305> - 12313: < 0.331652, -0.703467, 0.628603> - 12314: < 0.332197, -0.736907, 0.588738> - 12315: < 0.369188, -0.724825, 0.581661> - 12316: < 0.331652, -0.703467, 0.628603> - 12317: < 0.293904, -0.713396, 0.636150> - 12318: < 0.294207, -0.747816, 0.595158> - 12319: < 0.332197, -0.736907, 0.588738> - 12320: < 0.293904, -0.713396, 0.636150> - 12321: < 0.255632, -0.722093, 0.642833> - 12322: < 0.255750, -0.757361, 0.600829> - 12323: < 0.294207, -0.747816, 0.595158> - 12324: < 0.255632, -0.722093, 0.642833> - 12325: < 0.216660, -0.729636, 0.648606> - 12326: < 0.216596, -0.765608, 0.605748> - 12327: < 0.255750, -0.757361, 0.600829> - 12328: < 0.216660, -0.729636, 0.648606> - 12329: < 0.176644, -0.736025, 0.653502> - 12330: < 0.176461, -0.772589, 0.609892> - 12331: < 0.216596, -0.765608, 0.605748> - 12332: < 0.176644, -0.736025, 0.653502> - 12333: < 0.135260, -0.741243, 0.657468> - 12334: < 0.135015, -0.778292, 0.613215> - 12335: < 0.176461, -0.772589, 0.609892> - 12336: < 0.135260, -0.741243, 0.657468> - 12337: < 0.092137, -0.745184, 0.660463> - 12338: < 0.091894, -0.782607, 0.615697> - 12339: < 0.135015, -0.778292, 0.613215> - 12340: < 0.092137, -0.745184, 0.660463> - 12341: < 0.046999, -0.747715, 0.662354> - 12342: < 0.046847, -0.785375, 0.617246> - 12343: < 0.091894, -0.782607, 0.615697> - 12344: < 0.046999, -0.747715, 0.662354> - 12345: < 0.000000, -0.748599, 0.663024> - 12346: < 0.000000, -0.786344, 0.617789> - 12347: < 0.046847, -0.785375, 0.617246> - 12348: < 0.000000, -0.748599, 0.663024> - 12349: <-0.046999, -0.747715, 0.662354> - 12350: <-0.046847, -0.785375, 0.617246> - 12351: < 0.000000, -0.786344, 0.617789> - 12352: <-0.046999, -0.747715, 0.662354> - 12353: <-0.092137, -0.745184, 0.660463> - 12354: <-0.091894, -0.782607, 0.615697> - 12355: <-0.046847, -0.785375, 0.617246> - 12356: <-0.092137, -0.745184, 0.660463> - 12357: <-0.135260, -0.741243, 0.657468> - 12358: <-0.134988, -0.778309, 0.613199> - 12359: <-0.091894, -0.782607, 0.615697> - 12360: <-0.135260, -0.741243, 0.657468> - 12361: <-0.176644, -0.736025, 0.653502> - 12362: <-0.176461, -0.772589, 0.609892> - 12363: <-0.134988, -0.778309, 0.613199> - 12364: <-0.176644, -0.736025, 0.653502> - 12365: <-0.216660, -0.729636, 0.648606> - 12366: <-0.216596, -0.765608, 0.605748> - 12367: <-0.176461, -0.772589, 0.609892> - 12368: <-0.216660, -0.729636, 0.648606> - 12369: <-0.255632, -0.722093, 0.642833> - 12370: <-0.255750, -0.757361, 0.600829> - 12371: <-0.216596, -0.765608, 0.605748> - 12372: <-0.255632, -0.722093, 0.642833> - 12373: <-0.293904, -0.713396, 0.636150> - 12374: <-0.294207, -0.747816, 0.595158> - 12375: <-0.255750, -0.757361, 0.600829> - 12376: <-0.293904, -0.713396, 0.636150> - 12377: <-0.331652, -0.703467, 0.628603> - 12378: <-0.332170, -0.736915, 0.588744> - 12379: <-0.294207, -0.747816, 0.595158> - 12380: <-0.331652, -0.703467, 0.628603> - 12381: <-0.368246, -0.692544, 0.620305> - 12382: <-0.369188, -0.724825, 0.581661> - 12383: <-0.332170, -0.736915, 0.588744> - 12384: <-0.368246, -0.692544, 0.620305> - 12385: <-0.403223, -0.680859, 0.611427> - 12386: <-0.404839, -0.711772, 0.574008> - 12387: <-0.369188, -0.724825, 0.581661> - 12388: <-0.403223, -0.680859, 0.611427> - 12389: <-0.437036, -0.668312, 0.601963> - 12390: <-0.439475, -0.697667, 0.565794> - 12391: <-0.404839, -0.711772, 0.574008> - 12392: <-0.437036, -0.668312, 0.601963> - 12393: <-0.469385, -0.655217, 0.591920> - 12394: <-0.473139, -0.682532, 0.557037> - 12395: <-0.439475, -0.697667, 0.565794> - 12396: <-0.469385, -0.655217, 0.591920> - 12397: <-0.500496, -0.641406, 0.581465> - 12398: <-0.506040, -0.666144, 0.547882> - 12399: <-0.473139, -0.682532, 0.557037> - 12400: <-0.500496, -0.641406, 0.581465> - 12401: <-0.531523, -0.625584, 0.571076> - 12402: <-0.538962, -0.647334, 0.538962> - 12403: <-0.506040, -0.666144, 0.547882> - 12404: <-0.531523, -0.625584, 0.571076> - 12405: <-0.561516, -0.607783, 0.561516> - 12406: <-0.571076, -0.625584, 0.531523> - 12407: <-0.538962, -0.647334, 0.538962> - 12408: < 0.571076, -0.625584, 0.531523> - 12409: < 0.538962, -0.647334, 0.538962> - 12410: < 0.547882, -0.666144, 0.506040> - 12411: < 0.581456, -0.641397, 0.500519> - 12412: < 0.538962, -0.647334, 0.538962> - 12413: < 0.506040, -0.666144, 0.547882> - 12414: < 0.513252, -0.687856, 0.513252> - 12415: < 0.547882, -0.666144, 0.506040> - 12416: < 0.506040, -0.666144, 0.547882> - 12417: < 0.473139, -0.682532, 0.557037> - 12418: < 0.478425, -0.706895, 0.520969> - 12419: < 0.513252, -0.687856, 0.513252> - 12420: < 0.473139, -0.682532, 0.557037> - 12421: < 0.439475, -0.697667, 0.565794> - 12422: < 0.443145, -0.724109, 0.528478> - 12423: < 0.478425, -0.706895, 0.520969> - 12424: < 0.439475, -0.697667, 0.565794> - 12425: < 0.404839, -0.711772, 0.574008> - 12426: < 0.407307, -0.739812, 0.535518> - 12427: < 0.443145, -0.724109, 0.528478> - 12428: < 0.404839, -0.711772, 0.574008> - 12429: < 0.369188, -0.724825, 0.581661> - 12430: < 0.370721, -0.754169, 0.542028> - 12431: < 0.407307, -0.739812, 0.535518> - 12432: < 0.369188, -0.724825, 0.581661> - 12433: < 0.332197, -0.736907, 0.588738> - 12434: < 0.333090, -0.767292, 0.548009> - 12435: < 0.370721, -0.754169, 0.542028> - 12436: < 0.332197, -0.736907, 0.588738> - 12437: < 0.294207, -0.747816, 0.595158> - 12438: < 0.294729, -0.779017, 0.553415> - 12439: < 0.333090, -0.767292, 0.548009> - 12440: < 0.294207, -0.747816, 0.595158> - 12441: < 0.255750, -0.757361, 0.600829> - 12442: < 0.255937, -0.789266, 0.558172> - 12443: < 0.294729, -0.779017, 0.553415> - 12444: < 0.255750, -0.757361, 0.600829> - 12445: < 0.216596, -0.765608, 0.605748> - 12446: < 0.216534, -0.798110, 0.562257> - 12447: < 0.255937, -0.789266, 0.558172> - 12448: < 0.216596, -0.765608, 0.605748> - 12449: < 0.176461, -0.772589, 0.609892> - 12450: < 0.176188, -0.805587, 0.565675> - 12451: < 0.216534, -0.798110, 0.562257> - 12452: < 0.176461, -0.772589, 0.609892> - 12453: < 0.135015, -0.778292, 0.613215> - 12454: < 0.134618, -0.811677, 0.568382> - 12455: < 0.176188, -0.805587, 0.565675> - 12456: < 0.135015, -0.778292, 0.613215> - 12457: < 0.091894, -0.782607, 0.615697> - 12458: < 0.091497, -0.816271, 0.570377> - 12459: < 0.134618, -0.811677, 0.568382> - 12460: < 0.091894, -0.782607, 0.615697> - 12461: < 0.046847, -0.785375, 0.617246> - 12462: < 0.046573, -0.819208, 0.571602> - 12463: < 0.091497, -0.816271, 0.570377> - 12464: < 0.046847, -0.785375, 0.617246> - 12465: < 0.000000, -0.786344, 0.617789> - 12466: < 0.000000, -0.820237, 0.572024> - 12467: < 0.046573, -0.819208, 0.571602> - 12468: < 0.000000, -0.786344, 0.617789> - 12469: <-0.046847, -0.785375, 0.617246> - 12470: <-0.046573, -0.819208, 0.571602> - 12471: < 0.000000, -0.820237, 0.572024> - 12472: <-0.046847, -0.785375, 0.617246> - 12473: <-0.091894, -0.782607, 0.615697> - 12474: <-0.091497, -0.816271, 0.570377> - 12475: <-0.046573, -0.819208, 0.571602> - 12476: <-0.091894, -0.782607, 0.615697> - 12477: <-0.134988, -0.778309, 0.613199> - 12478: <-0.134618, -0.811677, 0.568382> - 12479: <-0.091497, -0.816271, 0.570377> - 12480: <-0.134988, -0.778309, 0.613199> - 12481: <-0.176461, -0.772589, 0.609892> - 12482: <-0.176188, -0.805587, 0.565675> - 12483: <-0.134618, -0.811677, 0.568382> - 12484: <-0.176461, -0.772589, 0.609892> - 12485: <-0.216596, -0.765608, 0.605748> - 12486: <-0.216534, -0.798110, 0.562257> - 12487: <-0.176188, -0.805587, 0.565675> - 12488: <-0.216596, -0.765608, 0.605748> - 12489: <-0.255750, -0.757361, 0.600829> - 12490: <-0.255937, -0.789266, 0.558172> - 12491: <-0.216534, -0.798110, 0.562257> - 12492: <-0.255750, -0.757361, 0.600829> - 12493: <-0.294207, -0.747816, 0.595158> - 12494: <-0.294729, -0.779017, 0.553415> - 12495: <-0.255937, -0.789266, 0.558172> - 12496: <-0.294207, -0.747816, 0.595158> - 12497: <-0.332170, -0.736915, 0.588744> - 12498: <-0.333090, -0.767292, 0.548009> - 12499: <-0.294729, -0.779017, 0.553415> - 12500: <-0.332170, -0.736915, 0.588744> - 12501: <-0.369188, -0.724825, 0.581661> - 12502: <-0.370721, -0.754169, 0.542028> - 12503: <-0.333090, -0.767292, 0.548009> - 12504: <-0.369188, -0.724825, 0.581661> - 12505: <-0.404839, -0.711772, 0.574008> - 12506: <-0.407307, -0.739812, 0.535518> - 12507: <-0.370721, -0.754169, 0.542028> - 12508: <-0.404839, -0.711772, 0.574008> - 12509: <-0.439475, -0.697667, 0.565794> - 12510: <-0.443145, -0.724109, 0.528478> - 12511: <-0.407307, -0.739812, 0.535518> - 12512: <-0.439475, -0.697667, 0.565794> - 12513: <-0.473139, -0.682532, 0.557037> - 12514: <-0.478425, -0.706895, 0.520969> - 12515: <-0.443145, -0.724109, 0.528478> - 12516: <-0.473139, -0.682532, 0.557037> - 12517: <-0.506040, -0.666144, 0.547882> - 12518: <-0.513252, -0.687856, 0.513252> - 12519: <-0.478425, -0.706895, 0.520969> - 12520: <-0.506040, -0.666144, 0.547882> - 12521: <-0.538962, -0.647334, 0.538962> - 12522: <-0.547882, -0.666144, 0.506040> - 12523: <-0.513252, -0.687856, 0.513252> - 12524: <-0.538962, -0.647334, 0.538962> - 12525: <-0.571076, -0.625584, 0.531523> - 12526: <-0.581456, -0.641397, 0.500519> - 12527: <-0.547882, -0.666144, 0.506040> - 12528: < 0.581456, -0.641397, 0.500519> - 12529: < 0.547882, -0.666144, 0.506040> - 12530: < 0.557037, -0.682532, 0.473139> - 12531: < 0.591920, -0.655217, 0.469385> - 12532: < 0.547882, -0.666144, 0.506040> - 12533: < 0.513252, -0.687856, 0.513252> - 12534: < 0.520969, -0.706895, 0.478425> - 12535: < 0.557037, -0.682532, 0.473139> - 12536: < 0.513252, -0.687856, 0.513252> - 12537: < 0.478425, -0.706895, 0.520969> - 12538: < 0.484430, -0.728461, 0.484430> - 12539: < 0.520969, -0.706895, 0.478425> - 12540: < 0.478425, -0.706895, 0.520969> - 12541: < 0.443145, -0.724109, 0.528478> - 12542: < 0.447593, -0.747688, 0.490534> - 12543: < 0.484430, -0.728461, 0.484430> - 12544: < 0.443145, -0.724109, 0.528478> - 12545: < 0.407307, -0.739812, 0.535518> - 12546: < 0.410392, -0.764964, 0.496395> - 12547: < 0.447593, -0.747688, 0.490534> - 12548: < 0.407307, -0.739812, 0.535518> - 12549: < 0.370721, -0.754169, 0.542028> - 12550: < 0.372705, -0.780568, 0.501802> - 12551: < 0.410392, -0.764964, 0.496395> - 12552: < 0.370721, -0.754169, 0.542028> - 12553: < 0.333090, -0.767292, 0.548009> - 12554: < 0.334337, -0.794627, 0.506740> - 12555: < 0.372705, -0.780568, 0.501802> - 12556: < 0.333090, -0.767292, 0.548009> - 12557: < 0.294729, -0.779017, 0.553415> - 12558: < 0.295457, -0.807082, 0.511198> - 12559: < 0.334337, -0.794627, 0.506740> - 12560: < 0.294729, -0.779017, 0.553415> - 12561: < 0.255937, -0.789266, 0.558172> - 12562: < 0.256243, -0.817925, 0.515110> - 12563: < 0.295457, -0.807082, 0.511198> - 12564: < 0.255937, -0.789266, 0.558172> - 12565: < 0.216534, -0.798110, 0.562257> - 12566: < 0.216475, -0.827263, 0.518435> - 12567: < 0.256243, -0.817925, 0.515110> - 12568: < 0.216534, -0.798110, 0.562257> - 12569: < 0.176188, -0.805587, 0.565675> - 12570: < 0.175853, -0.835133, 0.521180> - 12571: < 0.216475, -0.827263, 0.518435> - 12572: < 0.176188, -0.805587, 0.565675> - 12573: < 0.134618, -0.811677, 0.568382> - 12574: < 0.134100, -0.841527, 0.523307> - 12575: < 0.175853, -0.835133, 0.521180> - 12576: < 0.134618, -0.811677, 0.568382> - 12577: < 0.091497, -0.816271, 0.570377> - 12578: < 0.091008, -0.846324, 0.524836> - 12579: < 0.134100, -0.841527, 0.523307> - 12580: < 0.091497, -0.816271, 0.570377> - 12581: < 0.046573, -0.819208, 0.571602> - 12582: < 0.046267, -0.849378, 0.525753> - 12583: < 0.091008, -0.846324, 0.524836> - 12584: < 0.046573, -0.819208, 0.571602> - 12585: < 0.000000, -0.820237, 0.572024> - 12586: < 0.000000, -0.850434, 0.526081> - 12587: < 0.046267, -0.849378, 0.525753> - 12588: < 0.000000, -0.820237, 0.572024> - 12589: <-0.046573, -0.819208, 0.571602> - 12590: <-0.046267, -0.849378, 0.525753> - 12591: < 0.000000, -0.850434, 0.526081> - 12592: <-0.046573, -0.819208, 0.571602> - 12593: <-0.091497, -0.816271, 0.570377> - 12594: <-0.091008, -0.846324, 0.524836> - 12595: <-0.046267, -0.849378, 0.525753> - 12596: <-0.091497, -0.816271, 0.570377> - 12597: <-0.134618, -0.811677, 0.568382> - 12598: <-0.134100, -0.841527, 0.523307> - 12599: <-0.091008, -0.846324, 0.524836> - 12600: <-0.134618, -0.811677, 0.568382> - 12601: <-0.176188, -0.805587, 0.565675> - 12602: <-0.175853, -0.835133, 0.521180> - 12603: <-0.134100, -0.841527, 0.523307> - 12604: <-0.176188, -0.805587, 0.565675> - 12605: <-0.216534, -0.798110, 0.562257> - 12606: <-0.216475, -0.827263, 0.518435> - 12607: <-0.175853, -0.835133, 0.521180> - 12608: <-0.216534, -0.798110, 0.562257> - 12609: <-0.255937, -0.789266, 0.558172> - 12610: <-0.256243, -0.817925, 0.515110> - 12611: <-0.216475, -0.827263, 0.518435> - 12612: <-0.255937, -0.789266, 0.558172> - 12613: <-0.294729, -0.779017, 0.553415> - 12614: <-0.295457, -0.807082, 0.511198> - 12615: <-0.256243, -0.817925, 0.515110> - 12616: <-0.294729, -0.779017, 0.553415> - 12617: <-0.333090, -0.767292, 0.548009> - 12618: <-0.334337, -0.794627, 0.506740> - 12619: <-0.295457, -0.807082, 0.511198> - 12620: <-0.333090, -0.767292, 0.548009> - 12621: <-0.370721, -0.754169, 0.542028> - 12622: <-0.372705, -0.780568, 0.501802> - 12623: <-0.334337, -0.794627, 0.506740> - 12624: <-0.370721, -0.754169, 0.542028> - 12625: <-0.407307, -0.739812, 0.535518> - 12626: <-0.410392, -0.764964, 0.496395> - 12627: <-0.372705, -0.780568, 0.501802> - 12628: <-0.407307, -0.739812, 0.535518> - 12629: <-0.443145, -0.724109, 0.528478> - 12630: <-0.447593, -0.747688, 0.490534> - 12631: <-0.410392, -0.764964, 0.496395> - 12632: <-0.443145, -0.724109, 0.528478> - 12633: <-0.478425, -0.706895, 0.520969> - 12634: <-0.484430, -0.728461, 0.484430> - 12635: <-0.447593, -0.747688, 0.490534> - 12636: <-0.478425, -0.706895, 0.520969> - 12637: <-0.513252, -0.687856, 0.513252> - 12638: <-0.520969, -0.706895, 0.478425> - 12639: <-0.484430, -0.728461, 0.484430> - 12640: <-0.513252, -0.687856, 0.513252> - 12641: <-0.547882, -0.666144, 0.506040> - 12642: <-0.557037, -0.682532, 0.473139> - 12643: <-0.520969, -0.706895, 0.478425> - 12644: <-0.547882, -0.666144, 0.506040> - 12645: <-0.581456, -0.641397, 0.500519> - 12646: <-0.591920, -0.655217, 0.469385> - 12647: <-0.557037, -0.682532, 0.473139> - 12648: < 0.591920, -0.655217, 0.469385> - 12649: < 0.557037, -0.682532, 0.473139> - 12650: < 0.565794, -0.697667, 0.439475> - 12651: < 0.601963, -0.668312, 0.437036> - 12652: < 0.557037, -0.682532, 0.473139> - 12653: < 0.520969, -0.706895, 0.478425> - 12654: < 0.528478, -0.724109, 0.443145> - 12655: < 0.565794, -0.697667, 0.439475> - 12656: < 0.520969, -0.706895, 0.478425> - 12657: < 0.484430, -0.728461, 0.484430> - 12658: < 0.490534, -0.747688, 0.447593> - 12659: < 0.528478, -0.724109, 0.443145> - 12660: < 0.484430, -0.728461, 0.484430> - 12661: < 0.447593, -0.747688, 0.490534> - 12662: < 0.452290, -0.768679, 0.452290> - 12663: < 0.490534, -0.747688, 0.447593> - 12664: < 0.447593, -0.747688, 0.490534> - 12665: < 0.410392, -0.764964, 0.496395> - 12666: < 0.413777, -0.787421, 0.456900> - 12667: < 0.452290, -0.768679, 0.452290> - 12668: < 0.410392, -0.764964, 0.496395> - 12669: < 0.372705, -0.780568, 0.501802> - 12670: < 0.374961, -0.804154, 0.461239> - 12671: < 0.413777, -0.787421, 0.456900> - 12672: < 0.372705, -0.780568, 0.501802> - 12673: < 0.334337, -0.794627, 0.506740> - 12674: < 0.335801, -0.819039, 0.465202> - 12675: < 0.374961, -0.804154, 0.461239> - 12676: < 0.334337, -0.794627, 0.506740> - 12677: < 0.295457, -0.807082, 0.511198> - 12678: < 0.296339, -0.832128, 0.468770> - 12679: < 0.335801, -0.819039, 0.465202> - 12680: < 0.295457, -0.807082, 0.511198> - 12681: < 0.256243, -0.817925, 0.515110> - 12682: < 0.256606, -0.843490, 0.471888> - 12683: < 0.296339, -0.832128, 0.468770> - 12684: < 0.256243, -0.817925, 0.515110> - 12685: < 0.216475, -0.827263, 0.518435> - 12686: < 0.216413, -0.853230, 0.474515> - 12687: < 0.256606, -0.843490, 0.471888> - 12688: < 0.216475, -0.827263, 0.518435> - 12689: < 0.175853, -0.835133, 0.521180> - 12690: < 0.175453, -0.861426, 0.476614> - 12691: < 0.216413, -0.853230, 0.474515> - 12692: < 0.175853, -0.835133, 0.521180> - 12693: < 0.134100, -0.841527, 0.523307> - 12694: < 0.133553, -0.868033, 0.478208> - 12695: < 0.175453, -0.861426, 0.476614> - 12696: < 0.134100, -0.841527, 0.523307> - 12697: < 0.091008, -0.846324, 0.524836> - 12698: < 0.090429, -0.872976, 0.479307> - 12699: < 0.133553, -0.868033, 0.478208> - 12700: < 0.091008, -0.846324, 0.524836> - 12701: < 0.046267, -0.849378, 0.525753> - 12702: < 0.045871, -0.876095, 0.479951> - 12703: < 0.090429, -0.872976, 0.479307> - 12704: < 0.046267, -0.849378, 0.525753> - 12705: < 0.000000, -0.850434, 0.526081> - 12706: < 0.000000, -0.877169, 0.480182> - 12707: < 0.045871, -0.876095, 0.479951> - 12708: < 0.000000, -0.850434, 0.526081> - 12709: <-0.046267, -0.849378, 0.525753> - 12710: <-0.045871, -0.876095, 0.479951> - 12711: < 0.000000, -0.877169, 0.480182> - 12712: <-0.046267, -0.849378, 0.525753> - 12713: <-0.091008, -0.846324, 0.524836> - 12714: <-0.090429, -0.872976, 0.479307> - 12715: <-0.045871, -0.876095, 0.479951> - 12716: <-0.091008, -0.846324, 0.524836> - 12717: <-0.134100, -0.841527, 0.523307> - 12718: <-0.133553, -0.868033, 0.478208> - 12719: <-0.090429, -0.872976, 0.479307> - 12720: <-0.134100, -0.841527, 0.523307> - 12721: <-0.175853, -0.835133, 0.521180> - 12722: <-0.175453, -0.861426, 0.476614> - 12723: <-0.133553, -0.868033, 0.478208> - 12724: <-0.175853, -0.835133, 0.521180> - 12725: <-0.216475, -0.827263, 0.518435> - 12726: <-0.216413, -0.853230, 0.474515> - 12727: <-0.175453, -0.861426, 0.476614> - 12728: <-0.216475, -0.827263, 0.518435> - 12729: <-0.256243, -0.817925, 0.515110> - 12730: <-0.256606, -0.843490, 0.471888> - 12731: <-0.216413, -0.853230, 0.474515> - 12732: <-0.256243, -0.817925, 0.515110> - 12733: <-0.295457, -0.807082, 0.511198> - 12734: <-0.296339, -0.832128, 0.468770> - 12735: <-0.256606, -0.843490, 0.471888> - 12736: <-0.295457, -0.807082, 0.511198> - 12737: <-0.334337, -0.794627, 0.506740> - 12738: <-0.335801, -0.819039, 0.465202> - 12739: <-0.296339, -0.832128, 0.468770> - 12740: <-0.334337, -0.794627, 0.506740> - 12741: <-0.372705, -0.780568, 0.501802> - 12742: <-0.374961, -0.804154, 0.461239> - 12743: <-0.335801, -0.819039, 0.465202> - 12744: <-0.372705, -0.780568, 0.501802> - 12745: <-0.410392, -0.764964, 0.496395> - 12746: <-0.413777, -0.787421, 0.456900> - 12747: <-0.374961, -0.804154, 0.461239> - 12748: <-0.410392, -0.764964, 0.496395> - 12749: <-0.447593, -0.747688, 0.490534> - 12750: <-0.452290, -0.768679, 0.452290> - 12751: <-0.413777, -0.787421, 0.456900> - 12752: <-0.447593, -0.747688, 0.490534> - 12753: <-0.484430, -0.728461, 0.484430> - 12754: <-0.490534, -0.747688, 0.447593> - 12755: <-0.452290, -0.768679, 0.452290> - 12756: <-0.484430, -0.728461, 0.484430> - 12757: <-0.520969, -0.706895, 0.478425> - 12758: <-0.528478, -0.724109, 0.443145> - 12759: <-0.490534, -0.747688, 0.447593> - 12760: <-0.520969, -0.706895, 0.478425> - 12761: <-0.557037, -0.682532, 0.473139> - 12762: <-0.565794, -0.697667, 0.439475> - 12763: <-0.528478, -0.724109, 0.443145> - 12764: <-0.557037, -0.682532, 0.473139> - 12765: <-0.591920, -0.655217, 0.469385> - 12766: <-0.601963, -0.668312, 0.437036> - 12767: <-0.565794, -0.697667, 0.439475> - 12768: < 0.601963, -0.668312, 0.437036> - 12769: < 0.565794, -0.697667, 0.439475> - 12770: < 0.574008, -0.711772, 0.404839> - 12771: < 0.611427, -0.680859, 0.403223> - 12772: < 0.565794, -0.697667, 0.439475> - 12773: < 0.528478, -0.724109, 0.443145> - 12774: < 0.535518, -0.739812, 0.407307> - 12775: < 0.574008, -0.711772, 0.404839> - 12776: < 0.528478, -0.724109, 0.443145> - 12777: < 0.490534, -0.747688, 0.447593> - 12778: < 0.496395, -0.764964, 0.410392> - 12779: < 0.535518, -0.739812, 0.407307> - 12780: < 0.490534, -0.747688, 0.447593> - 12781: < 0.452290, -0.768679, 0.452290> - 12782: < 0.456900, -0.787421, 0.413777> - 12783: < 0.496395, -0.764964, 0.410392> - 12784: < 0.452290, -0.768679, 0.452290> - 12785: < 0.413777, -0.787421, 0.456900> - 12786: < 0.417202, -0.807394, 0.417202> - 12787: < 0.456900, -0.787421, 0.413777> - 12788: < 0.413777, -0.787421, 0.456900> - 12789: < 0.374961, -0.804154, 0.461239> - 12790: < 0.377345, -0.825100, 0.420500> - 12791: < 0.417202, -0.807394, 0.417202> - 12792: < 0.374961, -0.804154, 0.461239> - 12793: < 0.335801, -0.819039, 0.465202> - 12794: < 0.337391, -0.840684, 0.423577> - 12795: < 0.377345, -0.825100, 0.420500> - 12796: < 0.335801, -0.819039, 0.465202> - 12797: < 0.296339, -0.832128, 0.468770> - 12798: < 0.297287, -0.854324, 0.426323> - 12799: < 0.337391, -0.840684, 0.423577> - 12800: < 0.296339, -0.832128, 0.468770> - 12801: < 0.256606, -0.843490, 0.471888> - 12802: < 0.256999, -0.866124, 0.428698> - 12803: < 0.297287, -0.854324, 0.426323> - 12804: < 0.256606, -0.843490, 0.471888> - 12805: < 0.216413, -0.853230, 0.474515> - 12806: < 0.216320, -0.876208, 0.430657> - 12807: < 0.256999, -0.866124, 0.428698> - 12808: < 0.216413, -0.853230, 0.474515> - 12809: < 0.175453, -0.861426, 0.476614> - 12810: < 0.175026, -0.884654, 0.432149> - 12811: < 0.216320, -0.876208, 0.430657> - 12812: < 0.175453, -0.861426, 0.476614> - 12813: < 0.133553, -0.868033, 0.478208> - 12814: < 0.132911, -0.891405, 0.433281> - 12815: < 0.175026, -0.884654, 0.432149> - 12816: < 0.133553, -0.868033, 0.478208> - 12817: < 0.090429, -0.872976, 0.479307> - 12818: < 0.089787, -0.896437, 0.433981> - 12819: < 0.132911, -0.891405, 0.433281> - 12820: < 0.090429, -0.872976, 0.479307> - 12821: < 0.045871, -0.876095, 0.479951> - 12822: < 0.045443, -0.899583, 0.434379> - 12823: < 0.089787, -0.896437, 0.433981> - 12824: < 0.045871, -0.876095, 0.479951> - 12825: < 0.000000, -0.877169, 0.480182> - 12826: < 0.000000, -0.900667, 0.434509> - 12827: < 0.045443, -0.899583, 0.434379> - 12828: < 0.000000, -0.877169, 0.480182> - 12829: <-0.045871, -0.876095, 0.479951> - 12830: <-0.045443, -0.899583, 0.434379> - 12831: < 0.000000, -0.900667, 0.434509> - 12832: <-0.045871, -0.876095, 0.479951> - 12833: <-0.090429, -0.872976, 0.479307> - 12834: <-0.089787, -0.896437, 0.433981> - 12835: <-0.045443, -0.899583, 0.434379> - 12836: <-0.090429, -0.872976, 0.479307> - 12837: <-0.133553, -0.868033, 0.478208> - 12838: <-0.132911, -0.891405, 0.433281> - 12839: <-0.089787, -0.896437, 0.433981> - 12840: <-0.133553, -0.868033, 0.478208> - 12841: <-0.175453, -0.861426, 0.476614> - 12842: <-0.175026, -0.884654, 0.432149> - 12843: <-0.132911, -0.891405, 0.433281> - 12844: <-0.175453, -0.861426, 0.476614> - 12845: <-0.216413, -0.853230, 0.474515> - 12846: <-0.216320, -0.876208, 0.430657> - 12847: <-0.175026, -0.884654, 0.432149> - 12848: <-0.216413, -0.853230, 0.474515> - 12849: <-0.256606, -0.843490, 0.471888> - 12850: <-0.256999, -0.866124, 0.428698> - 12851: <-0.216320, -0.876208, 0.430657> - 12852: <-0.256606, -0.843490, 0.471888> - 12853: <-0.296339, -0.832128, 0.468770> - 12854: <-0.297287, -0.854324, 0.426323> - 12855: <-0.256999, -0.866124, 0.428698> - 12856: <-0.296339, -0.832128, 0.468770> - 12857: <-0.335801, -0.819039, 0.465202> - 12858: <-0.337391, -0.840684, 0.423577> - 12859: <-0.297287, -0.854324, 0.426323> - 12860: <-0.335801, -0.819039, 0.465202> - 12861: <-0.374961, -0.804154, 0.461239> - 12862: <-0.377345, -0.825100, 0.420500> - 12863: <-0.337391, -0.840684, 0.423577> - 12864: <-0.374961, -0.804154, 0.461239> - 12865: <-0.413777, -0.787421, 0.456900> - 12866: <-0.417202, -0.807394, 0.417202> - 12867: <-0.377345, -0.825100, 0.420500> - 12868: <-0.413777, -0.787421, 0.456900> - 12869: <-0.452290, -0.768679, 0.452290> - 12870: <-0.456900, -0.787421, 0.413777> - 12871: <-0.417202, -0.807394, 0.417202> - 12872: <-0.452290, -0.768679, 0.452290> - 12873: <-0.490534, -0.747688, 0.447593> - 12874: <-0.496372, -0.764976, 0.410398> - 12875: <-0.456900, -0.787421, 0.413777> - 12876: <-0.490534, -0.747688, 0.447593> - 12877: <-0.528478, -0.724109, 0.443145> - 12878: <-0.535518, -0.739812, 0.407307> - 12879: <-0.496372, -0.764976, 0.410398> - 12880: <-0.528478, -0.724109, 0.443145> - 12881: <-0.565794, -0.697667, 0.439475> - 12882: <-0.574008, -0.711772, 0.404839> - 12883: <-0.535518, -0.739812, 0.407307> - 12884: <-0.565794, -0.697667, 0.439475> - 12885: <-0.601963, -0.668312, 0.437036> - 12886: <-0.611427, -0.680859, 0.403223> - 12887: <-0.574008, -0.711772, 0.404839> - 12888: < 0.611427, -0.680859, 0.403223> - 12889: < 0.574008, -0.711772, 0.404839> - 12890: < 0.581661, -0.724825, 0.369188> - 12891: < 0.620305, -0.692544, 0.368246> - 12892: < 0.574008, -0.711772, 0.404839> - 12893: < 0.535518, -0.739812, 0.407307> - 12894: < 0.542028, -0.754169, 0.370721> - 12895: < 0.581661, -0.724825, 0.369188> - 12896: < 0.535518, -0.739812, 0.407307> - 12897: < 0.496395, -0.764964, 0.410392> - 12898: < 0.501802, -0.780568, 0.372705> - 12899: < 0.542028, -0.754169, 0.370721> - 12900: < 0.496395, -0.764964, 0.410392> - 12901: < 0.456900, -0.787421, 0.413777> - 12902: < 0.461239, -0.804154, 0.374961> - 12903: < 0.501802, -0.780568, 0.372705> - 12904: < 0.456900, -0.787421, 0.413777> - 12905: < 0.417202, -0.807394, 0.417202> - 12906: < 0.420500, -0.825100, 0.377345> - 12907: < 0.461239, -0.804154, 0.374961> - 12908: < 0.417202, -0.807394, 0.417202> - 12909: < 0.377345, -0.825100, 0.420500> - 12910: < 0.379751, -0.843551, 0.379751> - 12911: < 0.420500, -0.825100, 0.377345> - 12912: < 0.377345, -0.825100, 0.420500> - 12913: < 0.337391, -0.840684, 0.423577> - 12914: < 0.339005, -0.859750, 0.381976> - 12915: < 0.379751, -0.843551, 0.379751> - 12916: < 0.337391, -0.840684, 0.423577> - 12917: < 0.297287, -0.854324, 0.426323> - 12918: < 0.298259, -0.873840, 0.383986> - 12919: < 0.339005, -0.859750, 0.381976> - 12920: < 0.297287, -0.854324, 0.426323> - 12921: < 0.256999, -0.866124, 0.428698> - 12922: < 0.257364, -0.886018, 0.385664> - 12923: < 0.298259, -0.873840, 0.383986> - 12924: < 0.256999, -0.866124, 0.428698> - 12925: < 0.216320, -0.876208, 0.430657> - 12926: < 0.216199, -0.896382, 0.386985> - 12927: < 0.257364, -0.886018, 0.385664> - 12928: < 0.216320, -0.876208, 0.430657> - 12929: < 0.175026, -0.884654, 0.432149> - 12930: < 0.174541, -0.904997, 0.387965> - 12931: < 0.216199, -0.896382, 0.386985> - 12932: < 0.175026, -0.884654, 0.432149> - 12933: < 0.132911, -0.891405, 0.433281> - 12934: < 0.132240, -0.911854, 0.388632> - 12935: < 0.174541, -0.904997, 0.387965> - 12936: < 0.132911, -0.891405, 0.433281> - 12937: < 0.089787, -0.896437, 0.433981> - 12938: < 0.089116, -0.916918, 0.388998> - 12939: < 0.132240, -0.911854, 0.388632> - 12940: < 0.089787, -0.896437, 0.433981> - 12941: < 0.045443, -0.899583, 0.434379> - 12942: < 0.045016, -0.920061, 0.389180> - 12943: < 0.089116, -0.916918, 0.388998> - 12944: < 0.045443, -0.899583, 0.434379> - 12945: < 0.000000, -0.900667, 0.434509> - 12946: < 0.000000, -0.921135, 0.389244> - 12947: < 0.045016, -0.920061, 0.389180> - 12948: < 0.000000, -0.900667, 0.434509> - 12949: <-0.045443, -0.899583, 0.434379> - 12950: <-0.045016, -0.920061, 0.389180> - 12951: < 0.000000, -0.921135, 0.389244> - 12952: <-0.045443, -0.899583, 0.434379> - 12953: <-0.089787, -0.896437, 0.433981> - 12954: <-0.089116, -0.916918, 0.388998> - 12955: <-0.045016, -0.920061, 0.389180> - 12956: <-0.089787, -0.896437, 0.433981> - 12957: <-0.132911, -0.891405, 0.433281> - 12958: <-0.132240, -0.911854, 0.388632> - 12959: <-0.089116, -0.916918, 0.388998> - 12960: <-0.132911, -0.891405, 0.433281> - 12961: <-0.175026, -0.884654, 0.432149> - 12962: <-0.174541, -0.904997, 0.387965> - 12963: <-0.132240, -0.911854, 0.388632> - 12964: <-0.175026, -0.884654, 0.432149> - 12965: <-0.216320, -0.876208, 0.430657> - 12966: <-0.216199, -0.896382, 0.386985> - 12967: <-0.174541, -0.904997, 0.387965> - 12968: <-0.216320, -0.876208, 0.430657> - 12969: <-0.256999, -0.866124, 0.428698> - 12970: <-0.257364, -0.886018, 0.385664> - 12971: <-0.216199, -0.896382, 0.386985> - 12972: <-0.256999, -0.866124, 0.428698> - 12973: <-0.297287, -0.854324, 0.426323> - 12974: <-0.298259, -0.873840, 0.383986> - 12975: <-0.257364, -0.886018, 0.385664> - 12976: <-0.297287, -0.854324, 0.426323> - 12977: <-0.337391, -0.840684, 0.423577> - 12978: <-0.339005, -0.859750, 0.381976> - 12979: <-0.298259, -0.873840, 0.383986> - 12980: <-0.337391, -0.840684, 0.423577> - 12981: <-0.377345, -0.825100, 0.420500> - 12982: <-0.379751, -0.843551, 0.379751> - 12983: <-0.339005, -0.859750, 0.381976> - 12984: <-0.377345, -0.825100, 0.420500> - 12985: <-0.417202, -0.807394, 0.417202> - 12986: <-0.420500, -0.825100, 0.377345> - 12987: <-0.379751, -0.843551, 0.379751> - 12988: <-0.417202, -0.807394, 0.417202> - 12989: <-0.456900, -0.787421, 0.413777> - 12990: <-0.461239, -0.804154, 0.374961> - 12991: <-0.420500, -0.825100, 0.377345> - 12992: <-0.456900, -0.787421, 0.413777> - 12993: <-0.496372, -0.764976, 0.410398> - 12994: <-0.501802, -0.780568, 0.372705> - 12995: <-0.461239, -0.804154, 0.374961> - 12996: <-0.496372, -0.764976, 0.410398> - 12997: <-0.535518, -0.739812, 0.407307> - 12998: <-0.542028, -0.754169, 0.370721> - 12999: <-0.501802, -0.780568, 0.372705> - 13000: <-0.535518, -0.739812, 0.407307> - 13001: <-0.574008, -0.711772, 0.404839> - 13002: <-0.581661, -0.724825, 0.369188> - 13003: <-0.542028, -0.754169, 0.370721> - 13004: <-0.574008, -0.711772, 0.404839> - 13005: <-0.611427, -0.680859, 0.403223> - 13006: <-0.620305, -0.692544, 0.368246> - 13007: <-0.581661, -0.724825, 0.369188> - 13008: < 0.620305, -0.692544, 0.368246> - 13009: < 0.581661, -0.724825, 0.369188> - 13010: < 0.588744, -0.736915, 0.332170> - 13011: < 0.628603, -0.703467, 0.331652> - 13012: < 0.581661, -0.724825, 0.369188> - 13013: < 0.542028, -0.754169, 0.370721> - 13014: < 0.548009, -0.767292, 0.333090> - 13015: < 0.588744, -0.736915, 0.332170> - 13016: < 0.542028, -0.754169, 0.370721> - 13017: < 0.501802, -0.780568, 0.372705> - 13018: < 0.506745, -0.794636, 0.334310> - 13019: < 0.548009, -0.767292, 0.333090> - 13020: < 0.501802, -0.780568, 0.372705> - 13021: < 0.461239, -0.804154, 0.374961> - 13022: < 0.465202, -0.819039, 0.335801> - 13023: < 0.506745, -0.794636, 0.334310> - 13024: < 0.461239, -0.804154, 0.374961> - 13025: < 0.420500, -0.825100, 0.377345> - 13026: < 0.423577, -0.840684, 0.337391> - 13027: < 0.465202, -0.819039, 0.335801> - 13028: < 0.420500, -0.825100, 0.377345> - 13029: < 0.379751, -0.843551, 0.379751> - 13030: < 0.381976, -0.859750, 0.339005> - 13031: < 0.423577, -0.840684, 0.337391> - 13032: < 0.379751, -0.843551, 0.379751> - 13033: < 0.339005, -0.859750, 0.381976> - 13034: < 0.340503, -0.876422, 0.340503> - 13035: < 0.381976, -0.859750, 0.339005> - 13036: < 0.339005, -0.859750, 0.381976> - 13037: < 0.298259, -0.873840, 0.383986> - 13038: < 0.299085, -0.890906, 0.341811> - 13039: < 0.340503, -0.876422, 0.340503> - 13040: < 0.298259, -0.873840, 0.383986> - 13041: < 0.257364, -0.886018, 0.385664> - 13042: < 0.257643, -0.903367, 0.342852> - 13043: < 0.299085, -0.890906, 0.341811> - 13044: < 0.257364, -0.886018, 0.385664> - 13045: < 0.216199, -0.896382, 0.386985> - 13046: < 0.215982, -0.913949, 0.343582> - 13047: < 0.257643, -0.903367, 0.342852> - 13048: < 0.216199, -0.896382, 0.386985> - 13049: < 0.174541, -0.904997, 0.387965> - 13050: < 0.173989, -0.922682, 0.344072> - 13051: < 0.215982, -0.913949, 0.343582> - 13052: < 0.174541, -0.904997, 0.387965> - 13053: < 0.132240, -0.911854, 0.388632> - 13054: < 0.131509, -0.929596, 0.344322> - 13055: < 0.173989, -0.922682, 0.344072> - 13056: < 0.132240, -0.911854, 0.388632> - 13057: < 0.089116, -0.916918, 0.388998> - 13058: < 0.088414, -0.934648, 0.344408> - 13059: < 0.131509, -0.929596, 0.344322> - 13060: < 0.089116, -0.916918, 0.388998> - 13061: < 0.045016, -0.920061, 0.389180> - 13062: < 0.044558, -0.937762, 0.344409> - 13063: < 0.088414, -0.934648, 0.344408> - 13064: < 0.045016, -0.920061, 0.389180> - 13065: < 0.000000, -0.921135, 0.389244> - 13066: < 0.000000, -0.938821, 0.344405> - 13067: < 0.044558, -0.937762, 0.344409> - 13068: < 0.000000, -0.921135, 0.389244> - 13069: <-0.045016, -0.920061, 0.389180> - 13070: <-0.044558, -0.937762, 0.344409> - 13071: < 0.000000, -0.938821, 0.344405> - 13072: <-0.045016, -0.920061, 0.389180> - 13073: <-0.089116, -0.916918, 0.388998> - 13074: <-0.088414, -0.934648, 0.344408> - 13075: <-0.044558, -0.937762, 0.344409> - 13076: <-0.089116, -0.916918, 0.388998> - 13077: <-0.132240, -0.911854, 0.388632> - 13078: <-0.131509, -0.929596, 0.344322> - 13079: <-0.088414, -0.934648, 0.344408> - 13080: <-0.132240, -0.911854, 0.388632> - 13081: <-0.174541, -0.904997, 0.387965> - 13082: <-0.173989, -0.922682, 0.344072> - 13083: <-0.131509, -0.929596, 0.344322> - 13084: <-0.174541, -0.904997, 0.387965> - 13085: <-0.216199, -0.896382, 0.386985> - 13086: <-0.215982, -0.913949, 0.343582> - 13087: <-0.173989, -0.922682, 0.344072> - 13088: <-0.216199, -0.896382, 0.386985> - 13089: <-0.257364, -0.886018, 0.385664> - 13090: <-0.257643, -0.903367, 0.342852> - 13091: <-0.215982, -0.913949, 0.343582> - 13092: <-0.257364, -0.886018, 0.385664> - 13093: <-0.298259, -0.873840, 0.383986> - 13094: <-0.299085, -0.890906, 0.341811> - 13095: <-0.257643, -0.903367, 0.342852> - 13096: <-0.298259, -0.873840, 0.383986> - 13097: <-0.339005, -0.859750, 0.381976> - 13098: <-0.340503, -0.876422, 0.340503> - 13099: <-0.299085, -0.890906, 0.341811> - 13100: <-0.339005, -0.859750, 0.381976> - 13101: <-0.379751, -0.843551, 0.379751> - 13102: <-0.381976, -0.859750, 0.339005> - 13103: <-0.340503, -0.876422, 0.340503> - 13104: <-0.379751, -0.843551, 0.379751> - 13105: <-0.420500, -0.825100, 0.377345> - 13106: <-0.423577, -0.840684, 0.337391> - 13107: <-0.381976, -0.859750, 0.339005> - 13108: <-0.420500, -0.825100, 0.377345> - 13109: <-0.461239, -0.804154, 0.374961> - 13110: <-0.465202, -0.819039, 0.335801> - 13111: <-0.423577, -0.840684, 0.337391> - 13112: <-0.461239, -0.804154, 0.374961> - 13113: <-0.501802, -0.780568, 0.372705> - 13114: <-0.506740, -0.794627, 0.334337> - 13115: <-0.465202, -0.819039, 0.335801> - 13116: <-0.501802, -0.780568, 0.372705> - 13117: <-0.542028, -0.754169, 0.370721> - 13118: <-0.548009, -0.767292, 0.333090> - 13119: <-0.506740, -0.794627, 0.334337> - 13120: <-0.542028, -0.754169, 0.370721> - 13121: <-0.581661, -0.724825, 0.369188> - 13122: <-0.588744, -0.736915, 0.332170> - 13123: <-0.548009, -0.767292, 0.333090> - 13124: <-0.581661, -0.724825, 0.369188> - 13125: <-0.620305, -0.692544, 0.368246> - 13126: <-0.628603, -0.703467, 0.331652> - 13127: <-0.588744, -0.736915, 0.332170> - 13128: < 0.628603, -0.703467, 0.331652> - 13129: < 0.588744, -0.736915, 0.332170> - 13130: < 0.595158, -0.747816, 0.294207> - 13131: < 0.636150, -0.713396, 0.293904> - 13132: < 0.588744, -0.736915, 0.332170> - 13133: < 0.548009, -0.767292, 0.333090> - 13134: < 0.553415, -0.779017, 0.294729> - 13135: < 0.595158, -0.747816, 0.294207> - 13136: < 0.548009, -0.767292, 0.333090> - 13137: < 0.506745, -0.794636, 0.334310> - 13138: < 0.511198, -0.807082, 0.295457> - 13139: < 0.553415, -0.779017, 0.294729> - 13140: < 0.506745, -0.794636, 0.334310> - 13141: < 0.465202, -0.819039, 0.335801> - 13142: < 0.468770, -0.832128, 0.296339> - 13143: < 0.511198, -0.807082, 0.295457> - 13144: < 0.465202, -0.819039, 0.335801> - 13145: < 0.423577, -0.840684, 0.337391> - 13146: < 0.426323, -0.854324, 0.297287> - 13147: < 0.468770, -0.832128, 0.296339> - 13148: < 0.423577, -0.840684, 0.337391> - 13149: < 0.381976, -0.859750, 0.339005> - 13150: < 0.383989, -0.873848, 0.298231> - 13151: < 0.426323, -0.854324, 0.297287> - 13152: < 0.381976, -0.859750, 0.339005> - 13153: < 0.340503, -0.876422, 0.340503> - 13154: < 0.341811, -0.890906, 0.299085> - 13155: < 0.383989, -0.873848, 0.298231> - 13156: < 0.340503, -0.876422, 0.340503> - 13157: < 0.299085, -0.890906, 0.341811> - 13158: < 0.299762, -0.905696, 0.299762> - 13159: < 0.341811, -0.890906, 0.299085> - 13160: < 0.299085, -0.890906, 0.341811> - 13161: < 0.257643, -0.903367, 0.342852> - 13162: < 0.257736, -0.918390, 0.300219> - 13163: < 0.299762, -0.905696, 0.299762> - 13164: < 0.257643, -0.903367, 0.342852> - 13165: < 0.215982, -0.913949, 0.343582> - 13166: < 0.215649, -0.929096, 0.300461> - 13167: < 0.257736, -0.918390, 0.300219> - 13168: < 0.215982, -0.913949, 0.343582> - 13169: < 0.173989, -0.922682, 0.344072> - 13170: < 0.173351, -0.937897, 0.300496> - 13171: < 0.215649, -0.929096, 0.300461> - 13172: < 0.173989, -0.922682, 0.344072> - 13173: < 0.131509, -0.929596, 0.344322> - 13174: < 0.130743, -0.944802, 0.300427> - 13175: < 0.173351, -0.937897, 0.300496> - 13176: < 0.131509, -0.929596, 0.344322> - 13177: < 0.088414, -0.934648, 0.344408> - 13178: < 0.087712, -0.949820, 0.300248> - 13179: < 0.130743, -0.944802, 0.300427> - 13180: < 0.088414, -0.934648, 0.344408> - 13181: < 0.044558, -0.937762, 0.344409> - 13182: < 0.044130, -0.952889, 0.300092> - 13183: < 0.087712, -0.949820, 0.300248> - 13184: < 0.044558, -0.937762, 0.344409> - 13185: < 0.000000, -0.938821, 0.344405> - 13186: < 0.000000, -0.953921, 0.300059> - 13187: < 0.044130, -0.952889, 0.300092> - 13188: < 0.000000, -0.938821, 0.344405> - 13189: <-0.044558, -0.937762, 0.344409> - 13190: <-0.044130, -0.952889, 0.300092> - 13191: < 0.000000, -0.953921, 0.300059> - 13192: <-0.044558, -0.937762, 0.344409> - 13193: <-0.088414, -0.934648, 0.344408> - 13194: <-0.087712, -0.949820, 0.300248> - 13195: <-0.044130, -0.952889, 0.300092> - 13196: <-0.088414, -0.934648, 0.344408> - 13197: <-0.131509, -0.929596, 0.344322> - 13198: <-0.130743, -0.944802, 0.300427> - 13199: <-0.087712, -0.949820, 0.300248> - 13200: <-0.131509, -0.929596, 0.344322> - 13201: <-0.173989, -0.922682, 0.344072> - 13202: <-0.173351, -0.937897, 0.300496> - 13203: <-0.130743, -0.944802, 0.300427> - 13204: <-0.173989, -0.922682, 0.344072> - 13205: <-0.215982, -0.913949, 0.343582> - 13206: <-0.215649, -0.929096, 0.300461> - 13207: <-0.173351, -0.937897, 0.300496> - 13208: <-0.215982, -0.913949, 0.343582> - 13209: <-0.257643, -0.903367, 0.342852> - 13210: <-0.257736, -0.918390, 0.300219> - 13211: <-0.215649, -0.929096, 0.300461> - 13212: <-0.257643, -0.903367, 0.342852> - 13213: <-0.299085, -0.890906, 0.341811> - 13214: <-0.299762, -0.905696, 0.299762> - 13215: <-0.257736, -0.918390, 0.300219> - 13216: <-0.299085, -0.890906, 0.341811> - 13217: <-0.340503, -0.876422, 0.340503> - 13218: <-0.341811, -0.890906, 0.299085> - 13219: <-0.299762, -0.905696, 0.299762> - 13220: <-0.340503, -0.876422, 0.340503> - 13221: <-0.381976, -0.859750, 0.339005> - 13222: <-0.383986, -0.873840, 0.298259> - 13223: <-0.341811, -0.890906, 0.299085> - 13224: <-0.381976, -0.859750, 0.339005> - 13225: <-0.423577, -0.840684, 0.337391> - 13226: <-0.426323, -0.854324, 0.297287> - 13227: <-0.383986, -0.873840, 0.298259> - 13228: <-0.423577, -0.840684, 0.337391> - 13229: <-0.465202, -0.819039, 0.335801> - 13230: <-0.468770, -0.832128, 0.296339> - 13231: <-0.426323, -0.854324, 0.297287> - 13232: <-0.465202, -0.819039, 0.335801> - 13233: <-0.506740, -0.794627, 0.334337> - 13234: <-0.511198, -0.807082, 0.295457> - 13235: <-0.468770, -0.832128, 0.296339> - 13236: <-0.506740, -0.794627, 0.334337> - 13237: <-0.548009, -0.767292, 0.333090> - 13238: <-0.553415, -0.779017, 0.294729> - 13239: <-0.511198, -0.807082, 0.295457> - 13240: <-0.548009, -0.767292, 0.333090> - 13241: <-0.588744, -0.736915, 0.332170> - 13242: <-0.595158, -0.747816, 0.294207> - 13243: <-0.553415, -0.779017, 0.294729> - 13244: <-0.588744, -0.736915, 0.332170> - 13245: <-0.628603, -0.703467, 0.331652> - 13246: <-0.636150, -0.713396, 0.293904> - 13247: <-0.595158, -0.747816, 0.294207> - 13248: < 0.636150, -0.713396, 0.293904> - 13249: < 0.595158, -0.747816, 0.294207> - 13250: < 0.600829, -0.757361, 0.255750> - 13251: < 0.642833, -0.722093, 0.255632> - 13252: < 0.595158, -0.747816, 0.294207> - 13253: < 0.553415, -0.779017, 0.294729> - 13254: < 0.558172, -0.789266, 0.255937> - 13255: < 0.600829, -0.757361, 0.255750> - 13256: < 0.553415, -0.779017, 0.294729> - 13257: < 0.511198, -0.807082, 0.295457> - 13258: < 0.515110, -0.817925, 0.256243> - 13259: < 0.558172, -0.789266, 0.255937> - 13260: < 0.511198, -0.807082, 0.295457> - 13261: < 0.468770, -0.832128, 0.296339> - 13262: < 0.471888, -0.843490, 0.256606> - 13263: < 0.515110, -0.817925, 0.256243> - 13264: < 0.468770, -0.832128, 0.296339> - 13265: < 0.426323, -0.854324, 0.297287> - 13266: < 0.428698, -0.866124, 0.256999> - 13267: < 0.471888, -0.843490, 0.256606> - 13268: < 0.426323, -0.854324, 0.297287> - 13269: < 0.383989, -0.873848, 0.298231> - 13270: < 0.385664, -0.886018, 0.257364> - 13271: < 0.428698, -0.866124, 0.256999> - 13272: < 0.383989, -0.873848, 0.298231> - 13273: < 0.341811, -0.890906, 0.299085> - 13274: < 0.342852, -0.903367, 0.257643> - 13275: < 0.385664, -0.886018, 0.257364> - 13276: < 0.341811, -0.890906, 0.299085> - 13277: < 0.299762, -0.905696, 0.299762> - 13278: < 0.300219, -0.918390, 0.257736> - 13279: < 0.342852, -0.903367, 0.257643> - 13280: < 0.299762, -0.905696, 0.299762> - 13281: < 0.257736, -0.918390, 0.300219> - 13282: < 0.257702, -0.931225, 0.257702> - 13283: < 0.300219, -0.918390, 0.257736> - 13284: < 0.257736, -0.918390, 0.300219> - 13285: < 0.215649, -0.929096, 0.300461> - 13286: < 0.215220, -0.942000, 0.257519> - 13287: < 0.257702, -0.931225, 0.257702> - 13288: < 0.215649, -0.929096, 0.300461> - 13289: < 0.173351, -0.937897, 0.300496> - 13290: < 0.172679, -0.950800, 0.257217> - 13291: < 0.215220, -0.942000, 0.257519> - 13292: < 0.173351, -0.937897, 0.300496> - 13293: < 0.130743, -0.944802, 0.300427> - 13294: < 0.129981, -0.957663, 0.256880> - 13295: < 0.172679, -0.950800, 0.257217> - 13296: < 0.130743, -0.944802, 0.300427> - 13297: < 0.087712, -0.949820, 0.300248> - 13298: < 0.087041, -0.962605, 0.256544> - 13299: < 0.129981, -0.957663, 0.256880> - 13300: < 0.087712, -0.949820, 0.300248> - 13301: < 0.044130, -0.952889, 0.300092> - 13302: < 0.043703, -0.965618, 0.256267> - 13303: < 0.087041, -0.962605, 0.256544> - 13304: < 0.044130, -0.952889, 0.300092> - 13305: < 0.000000, -0.953921, 0.300059> - 13306: < 0.000000, -0.966630, 0.256177> - 13307: < 0.043703, -0.965618, 0.256267> - 13308: < 0.000000, -0.953921, 0.300059> - 13309: <-0.044130, -0.952889, 0.300092> - 13310: <-0.043703, -0.965618, 0.256267> - 13311: < 0.000000, -0.966630, 0.256177> - 13312: <-0.044130, -0.952889, 0.300092> - 13313: <-0.087712, -0.949820, 0.300248> - 13314: <-0.087041, -0.962605, 0.256544> - 13315: <-0.043703, -0.965618, 0.256267> - 13316: <-0.087712, -0.949820, 0.300248> - 13317: <-0.130743, -0.944802, 0.300427> - 13318: <-0.129981, -0.957663, 0.256880> - 13319: <-0.087041, -0.962605, 0.256544> - 13320: <-0.130743, -0.944802, 0.300427> - 13321: <-0.173351, -0.937897, 0.300496> - 13322: <-0.172679, -0.950800, 0.257217> - 13323: <-0.129981, -0.957663, 0.256880> - 13324: <-0.173351, -0.937897, 0.300496> - 13325: <-0.215649, -0.929096, 0.300461> - 13326: <-0.215220, -0.942000, 0.257519> - 13327: <-0.172679, -0.950800, 0.257217> - 13328: <-0.215649, -0.929096, 0.300461> - 13329: <-0.257736, -0.918390, 0.300219> - 13330: <-0.257702, -0.931225, 0.257702> - 13331: <-0.215220, -0.942000, 0.257519> - 13332: <-0.257736, -0.918390, 0.300219> - 13333: <-0.299762, -0.905696, 0.299762> - 13334: <-0.300219, -0.918390, 0.257736> - 13335: <-0.257702, -0.931225, 0.257702> - 13336: <-0.299762, -0.905696, 0.299762> - 13337: <-0.341811, -0.890906, 0.299085> - 13338: <-0.342852, -0.903367, 0.257643> - 13339: <-0.300219, -0.918390, 0.257736> - 13340: <-0.341811, -0.890906, 0.299085> - 13341: <-0.383986, -0.873840, 0.298259> - 13342: <-0.385664, -0.886018, 0.257364> - 13343: <-0.342852, -0.903367, 0.257643> - 13344: <-0.383986, -0.873840, 0.298259> - 13345: <-0.426323, -0.854324, 0.297287> - 13346: <-0.428698, -0.866124, 0.256999> - 13347: <-0.385664, -0.886018, 0.257364> - 13348: <-0.426323, -0.854324, 0.297287> - 13349: <-0.468770, -0.832128, 0.296339> - 13350: <-0.471888, -0.843490, 0.256606> - 13351: <-0.428698, -0.866124, 0.256999> - 13352: <-0.468770, -0.832128, 0.296339> - 13353: <-0.511198, -0.807082, 0.295457> - 13354: <-0.515110, -0.817925, 0.256243> - 13355: <-0.471888, -0.843490, 0.256606> - 13356: <-0.511198, -0.807082, 0.295457> - 13357: <-0.553415, -0.779017, 0.294729> - 13358: <-0.558172, -0.789266, 0.255937> - 13359: <-0.515110, -0.817925, 0.256243> - 13360: <-0.553415, -0.779017, 0.294729> - 13361: <-0.595158, -0.747816, 0.294207> - 13362: <-0.600829, -0.757361, 0.255750> - 13363: <-0.558172, -0.789266, 0.255937> - 13364: <-0.595158, -0.747816, 0.294207> - 13365: <-0.636150, -0.713396, 0.293904> - 13366: <-0.642833, -0.722093, 0.255632> - 13367: <-0.600829, -0.757361, 0.255750> - 13368: < 0.642833, -0.722093, 0.255632> - 13369: < 0.600829, -0.757361, 0.255750> - 13370: < 0.605748, -0.765608, 0.216596> - 13371: < 0.648606, -0.729636, 0.216660> - 13372: < 0.600829, -0.757361, 0.255750> - 13373: < 0.558172, -0.789266, 0.255937> - 13374: < 0.562257, -0.798110, 0.216534> - 13375: < 0.605748, -0.765608, 0.216596> - 13376: < 0.558172, -0.789266, 0.255937> - 13377: < 0.515110, -0.817925, 0.256243> - 13378: < 0.518435, -0.827263, 0.216475> - 13379: < 0.562257, -0.798110, 0.216534> - 13380: < 0.515110, -0.817925, 0.256243> - 13381: < 0.471888, -0.843490, 0.256606> - 13382: < 0.474515, -0.853230, 0.216413> - 13383: < 0.518435, -0.827263, 0.216475> - 13384: < 0.471888, -0.843490, 0.256606> - 13385: < 0.428698, -0.866124, 0.256999> - 13386: < 0.430657, -0.876208, 0.216320> - 13387: < 0.474515, -0.853230, 0.216413> - 13388: < 0.428698, -0.866124, 0.256999> - 13389: < 0.385664, -0.886018, 0.257364> - 13390: < 0.386985, -0.896382, 0.216199> - 13391: < 0.430657, -0.876208, 0.216320> - 13392: < 0.385664, -0.886018, 0.257364> - 13393: < 0.342852, -0.903367, 0.257643> - 13394: < 0.343582, -0.913949, 0.215982> - 13395: < 0.386985, -0.896382, 0.216199> - 13396: < 0.342852, -0.903367, 0.257643> - 13397: < 0.300219, -0.918390, 0.257736> - 13398: < 0.300461, -0.929096, 0.215649> - 13399: < 0.343582, -0.913949, 0.215982> - 13400: < 0.300219, -0.918390, 0.257736> - 13401: < 0.257702, -0.931225, 0.257702> - 13402: < 0.257519, -0.942000, 0.215220> - 13403: < 0.300461, -0.929096, 0.215649> - 13404: < 0.257702, -0.931225, 0.257702> - 13405: < 0.215220, -0.942000, 0.257519> - 13406: < 0.214732, -0.952775, 0.214732> - 13407: < 0.257519, -0.942000, 0.215220> - 13408: < 0.215220, -0.942000, 0.257519> - 13409: < 0.172679, -0.950800, 0.257217> - 13410: < 0.172005, -0.961530, 0.214182> - 13411: < 0.214732, -0.952775, 0.214732> - 13412: < 0.172679, -0.950800, 0.257217> - 13413: < 0.129981, -0.957663, 0.256880> - 13414: < 0.129250, -0.968319, 0.213666> - 13415: < 0.172005, -0.961530, 0.214182> - 13416: < 0.129981, -0.957663, 0.256880> - 13417: < 0.087041, -0.962605, 0.256544> - 13418: < 0.086398, -0.973180, 0.213204> - 13419: < 0.129250, -0.968319, 0.213666> - 13420: < 0.087041, -0.962605, 0.256544> - 13421: < 0.043703, -0.965618, 0.256267> - 13422: < 0.043306, -0.976120, 0.212870> - 13423: < 0.086398, -0.973180, 0.213204> - 13424: < 0.043703, -0.965618, 0.256267> - 13425: < 0.000000, -0.966630, 0.256177> - 13426: < 0.000000, -0.977107, 0.212750> - 13427: < 0.043306, -0.976120, 0.212870> - 13428: < 0.000000, -0.966630, 0.256177> - 13429: <-0.043703, -0.965618, 0.256267> - 13430: <-0.043306, -0.976120, 0.212870> - 13431: < 0.000000, -0.977107, 0.212750> - 13432: <-0.043703, -0.965618, 0.256267> - 13433: <-0.087041, -0.962605, 0.256544> - 13434: <-0.086398, -0.973180, 0.213204> - 13435: <-0.043306, -0.976120, 0.212870> - 13436: <-0.087041, -0.962605, 0.256544> - 13437: <-0.129981, -0.957663, 0.256880> - 13438: <-0.129250, -0.968319, 0.213666> - 13439: <-0.086398, -0.973180, 0.213204> - 13440: <-0.129981, -0.957663, 0.256880> - 13441: <-0.172679, -0.950800, 0.257217> - 13442: <-0.172005, -0.961530, 0.214182> - 13443: <-0.129250, -0.968319, 0.213666> - 13444: <-0.172679, -0.950800, 0.257217> - 13445: <-0.215220, -0.942000, 0.257519> - 13446: <-0.214732, -0.952775, 0.214732> - 13447: <-0.172005, -0.961530, 0.214182> - 13448: <-0.215220, -0.942000, 0.257519> - 13449: <-0.257702, -0.931225, 0.257702> - 13450: <-0.257519, -0.942000, 0.215220> - 13451: <-0.214732, -0.952775, 0.214732> - 13452: <-0.257702, -0.931225, 0.257702> - 13453: <-0.300219, -0.918390, 0.257736> - 13454: <-0.300461, -0.929096, 0.215649> - 13455: <-0.257519, -0.942000, 0.215220> - 13456: <-0.300219, -0.918390, 0.257736> - 13457: <-0.342852, -0.903367, 0.257643> - 13458: <-0.343582, -0.913949, 0.215982> - 13459: <-0.300461, -0.929096, 0.215649> - 13460: <-0.342852, -0.903367, 0.257643> - 13461: <-0.385664, -0.886018, 0.257364> - 13462: <-0.386985, -0.896382, 0.216199> - 13463: <-0.343582, -0.913949, 0.215982> - 13464: <-0.385664, -0.886018, 0.257364> - 13465: <-0.428698, -0.866124, 0.256999> - 13466: <-0.430657, -0.876208, 0.216320> - 13467: <-0.386985, -0.896382, 0.216199> - 13468: <-0.428698, -0.866124, 0.256999> - 13469: <-0.471888, -0.843490, 0.256606> - 13470: <-0.474515, -0.853230, 0.216413> - 13471: <-0.430657, -0.876208, 0.216320> - 13472: <-0.471888, -0.843490, 0.256606> - 13473: <-0.515110, -0.817925, 0.256243> - 13474: <-0.518435, -0.827263, 0.216475> - 13475: <-0.474515, -0.853230, 0.216413> - 13476: <-0.515110, -0.817925, 0.256243> - 13477: <-0.558172, -0.789266, 0.255937> - 13478: <-0.562257, -0.798110, 0.216534> - 13479: <-0.518435, -0.827263, 0.216475> - 13480: <-0.558172, -0.789266, 0.255937> - 13481: <-0.600829, -0.757361, 0.255750> - 13482: <-0.605748, -0.765608, 0.216596> - 13483: <-0.562257, -0.798110, 0.216534> - 13484: <-0.600829, -0.757361, 0.255750> - 13485: <-0.642833, -0.722093, 0.255632> - 13486: <-0.648606, -0.729636, 0.216660> - 13487: <-0.605748, -0.765608, 0.216596> - 13488: < 0.648606, -0.729636, 0.216660> - 13489: < 0.605748, -0.765608, 0.216596> - 13490: < 0.609892, -0.772589, 0.176461> - 13491: < 0.653502, -0.736025, 0.176644> - 13492: < 0.605748, -0.765608, 0.216596> - 13493: < 0.562257, -0.798110, 0.216534> - 13494: < 0.565675, -0.805587, 0.176188> - 13495: < 0.609892, -0.772589, 0.176461> - 13496: < 0.562257, -0.798110, 0.216534> - 13497: < 0.518435, -0.827263, 0.216475> - 13498: < 0.521180, -0.835133, 0.175853> - 13499: < 0.565675, -0.805587, 0.176188> - 13500: < 0.518435, -0.827263, 0.216475> - 13501: < 0.474515, -0.853230, 0.216413> - 13502: < 0.476614, -0.861427, 0.175453> - 13503: < 0.521180, -0.835133, 0.175853> - 13504: < 0.474515, -0.853230, 0.216413> - 13505: < 0.430657, -0.876208, 0.216320> - 13506: < 0.432149, -0.884654, 0.175026> - 13507: < 0.476614, -0.861427, 0.175453> - 13508: < 0.430657, -0.876208, 0.216320> - 13509: < 0.386985, -0.896382, 0.216199> - 13510: < 0.387965, -0.904997, 0.174541> - 13511: < 0.432149, -0.884654, 0.175026> - 13512: < 0.386985, -0.896382, 0.216199> - 13513: < 0.343582, -0.913949, 0.215982> - 13514: < 0.344072, -0.922682, 0.173989> - 13515: < 0.387965, -0.904997, 0.174541> - 13516: < 0.343582, -0.913949, 0.215982> - 13517: < 0.300461, -0.929096, 0.215649> - 13518: < 0.300496, -0.937897, 0.173351> - 13519: < 0.344072, -0.922682, 0.173989> - 13520: < 0.300461, -0.929096, 0.215649> - 13521: < 0.257519, -0.942000, 0.215220> - 13522: < 0.257217, -0.950800, 0.172679> - 13523: < 0.300496, -0.937897, 0.173351> - 13524: < 0.257519, -0.942000, 0.215220> - 13525: < 0.214732, -0.952775, 0.214732> - 13526: < 0.214182, -0.961530, 0.172005> - 13527: < 0.257217, -0.950800, 0.172679> - 13528: < 0.214732, -0.952775, 0.214732> - 13529: < 0.172005, -0.961530, 0.214182> - 13530: < 0.171305, -0.970211, 0.171305> - 13531: < 0.214182, -0.961530, 0.172005> - 13532: < 0.172005, -0.961530, 0.214182> - 13533: < 0.129250, -0.968319, 0.213666> - 13534: < 0.128545, -0.976904, 0.170691> - 13535: < 0.171305, -0.970211, 0.171305> - 13536: < 0.129250, -0.968319, 0.213666> - 13537: < 0.086398, -0.973180, 0.213204> - 13538: < 0.085788, -0.981668, 0.170203> - 13539: < 0.128545, -0.976904, 0.170691> - 13540: < 0.086398, -0.973180, 0.213204> - 13541: < 0.043306, -0.976120, 0.212870> - 13542: < 0.042970, -0.984530, 0.169866> - 13543: < 0.085788, -0.981668, 0.170203> - 13544: < 0.043306, -0.976120, 0.212870> - 13545: < 0.000000, -0.977107, 0.212750> - 13546: < 0.000000, -0.985488, 0.169746> - 13547: < 0.042970, -0.984530, 0.169866> - 13548: < 0.000000, -0.977107, 0.212750> - 13549: <-0.043306, -0.976120, 0.212870> - 13550: <-0.042970, -0.984530, 0.169866> - 13551: < 0.000000, -0.985488, 0.169746> - 13552: <-0.043306, -0.976120, 0.212870> - 13553: <-0.086398, -0.973180, 0.213204> - 13554: <-0.085788, -0.981668, 0.170203> - 13555: <-0.042970, -0.984530, 0.169866> - 13556: <-0.086398, -0.973180, 0.213204> - 13557: <-0.129250, -0.968319, 0.213666> - 13558: <-0.128545, -0.976904, 0.170691> - 13559: <-0.085788, -0.981668, 0.170203> - 13560: <-0.129250, -0.968319, 0.213666> - 13561: <-0.172005, -0.961530, 0.214182> - 13562: <-0.171305, -0.970211, 0.171305> - 13563: <-0.128545, -0.976904, 0.170691> - 13564: <-0.172005, -0.961530, 0.214182> - 13565: <-0.214732, -0.952775, 0.214732> - 13566: <-0.214182, -0.961530, 0.172005> - 13567: <-0.171305, -0.970211, 0.171305> - 13568: <-0.214732, -0.952775, 0.214732> - 13569: <-0.257519, -0.942000, 0.215220> - 13570: <-0.257217, -0.950800, 0.172679> - 13571: <-0.214182, -0.961530, 0.172005> - 13572: <-0.257519, -0.942000, 0.215220> - 13573: <-0.300461, -0.929096, 0.215649> - 13574: <-0.300496, -0.937897, 0.173351> - 13575: <-0.257217, -0.950800, 0.172679> - 13576: <-0.300461, -0.929096, 0.215649> - 13577: <-0.343582, -0.913949, 0.215982> - 13578: <-0.344072, -0.922682, 0.173989> - 13579: <-0.300496, -0.937897, 0.173351> - 13580: <-0.343582, -0.913949, 0.215982> - 13581: <-0.386985, -0.896382, 0.216199> - 13582: <-0.387965, -0.904997, 0.174541> - 13583: <-0.344072, -0.922682, 0.173989> - 13584: <-0.386985, -0.896382, 0.216199> - 13585: <-0.430657, -0.876208, 0.216320> - 13586: <-0.432149, -0.884654, 0.175026> - 13587: <-0.387965, -0.904997, 0.174541> - 13588: <-0.430657, -0.876208, 0.216320> - 13589: <-0.474515, -0.853230, 0.216413> - 13590: <-0.476614, -0.861427, 0.175453> - 13591: <-0.432149, -0.884654, 0.175026> - 13592: <-0.474515, -0.853230, 0.216413> - 13593: <-0.518435, -0.827263, 0.216475> - 13594: <-0.521180, -0.835133, 0.175853> - 13595: <-0.476614, -0.861427, 0.175453> - 13596: <-0.518435, -0.827263, 0.216475> - 13597: <-0.562257, -0.798110, 0.216534> - 13598: <-0.565675, -0.805587, 0.176188> - 13599: <-0.521180, -0.835133, 0.175853> - 13600: <-0.562257, -0.798110, 0.216534> - 13601: <-0.605748, -0.765608, 0.216596> - 13602: <-0.609892, -0.772589, 0.176461> - 13603: <-0.565675, -0.805587, 0.176188> - 13604: <-0.605748, -0.765608, 0.216596> - 13605: <-0.648606, -0.729636, 0.216660> - 13606: <-0.653502, -0.736025, 0.176644> - 13607: <-0.609892, -0.772589, 0.176461> - 13608: < 0.653502, -0.736025, 0.176644> - 13609: < 0.609892, -0.772589, 0.176461> - 13610: < 0.613218, -0.778295, 0.134985> - 13611: < 0.657468, -0.741243, 0.135260> - 13612: < 0.609892, -0.772589, 0.176461> - 13613: < 0.565675, -0.805587, 0.176188> - 13614: < 0.568382, -0.811677, 0.134618> - 13615: < 0.613218, -0.778295, 0.134985> - 13616: < 0.565675, -0.805587, 0.176188> - 13617: < 0.521180, -0.835133, 0.175853> - 13618: < 0.523307, -0.841527, 0.134100> - 13619: < 0.568382, -0.811677, 0.134618> - 13620: < 0.521180, -0.835133, 0.175853> - 13621: < 0.476614, -0.861427, 0.175453> - 13622: < 0.478208, -0.868033, 0.133553> - 13623: < 0.523307, -0.841527, 0.134100> - 13624: < 0.476614, -0.861427, 0.175453> - 13625: < 0.432149, -0.884654, 0.175026> - 13626: < 0.433281, -0.891405, 0.132911> - 13627: < 0.478208, -0.868033, 0.133553> - 13628: < 0.432149, -0.884654, 0.175026> - 13629: < 0.387965, -0.904997, 0.174541> - 13630: < 0.388632, -0.911854, 0.132240> - 13631: < 0.433281, -0.891405, 0.132911> - 13632: < 0.387965, -0.904997, 0.174541> - 13633: < 0.344072, -0.922682, 0.173989> - 13634: < 0.344322, -0.929596, 0.131509> - 13635: < 0.388632, -0.911854, 0.132240> - 13636: < 0.344072, -0.922682, 0.173989> - 13637: < 0.300496, -0.937897, 0.173351> - 13638: < 0.300427, -0.944802, 0.130743> - 13639: < 0.344322, -0.929596, 0.131509> - 13640: < 0.300496, -0.937897, 0.173351> - 13641: < 0.257217, -0.950800, 0.172679> - 13642: < 0.256880, -0.957663, 0.129981> - 13643: < 0.300427, -0.944802, 0.130743> - 13644: < 0.257217, -0.950800, 0.172679> - 13645: < 0.214182, -0.961530, 0.172005> - 13646: < 0.213666, -0.968319, 0.129250> - 13647: < 0.256880, -0.957663, 0.129981> - 13648: < 0.214182, -0.961530, 0.172005> - 13649: < 0.171305, -0.970211, 0.171305> - 13650: < 0.170691, -0.976904, 0.128545> - 13651: < 0.213666, -0.968319, 0.129250> - 13652: < 0.171305, -0.970211, 0.171305> - 13653: < 0.128545, -0.976904, 0.170691> - 13654: < 0.127935, -0.983497, 0.127935> - 13655: < 0.170691, -0.976904, 0.128545> - 13656: < 0.128545, -0.976904, 0.170691> - 13657: < 0.085788, -0.981668, 0.170203> - 13658: < 0.085300, -0.988171, 0.127447> - 13659: < 0.127935, -0.983497, 0.127935> - 13660: < 0.085788, -0.981668, 0.170203> - 13661: < 0.042970, -0.984530, 0.169866> - 13662: < 0.042666, -0.990966, 0.127144> - 13663: < 0.085300, -0.988171, 0.127447> - 13664: < 0.042970, -0.984530, 0.169866> - 13665: < 0.000000, -0.985488, 0.169746> - 13666: < 0.000000, -0.991900, 0.127020> - 13667: < 0.042666, -0.990966, 0.127144> - 13668: < 0.000000, -0.985488, 0.169746> - 13669: <-0.042970, -0.984530, 0.169866> - 13670: <-0.042666, -0.990966, 0.127144> - 13671: < 0.000000, -0.991900, 0.127020> - 13672: <-0.042970, -0.984530, 0.169866> - 13673: <-0.085788, -0.981668, 0.170203> - 13674: <-0.085300, -0.988171, 0.127447> - 13675: <-0.042666, -0.990966, 0.127144> - 13676: <-0.085788, -0.981668, 0.170203> - 13677: <-0.128545, -0.976904, 0.170691> - 13678: <-0.127935, -0.983497, 0.127935> - 13679: <-0.085300, -0.988171, 0.127447> - 13680: <-0.128545, -0.976904, 0.170691> - 13681: <-0.171305, -0.970211, 0.171305> - 13682: <-0.170691, -0.976904, 0.128545> - 13683: <-0.127935, -0.983497, 0.127935> - 13684: <-0.171305, -0.970211, 0.171305> - 13685: <-0.214182, -0.961530, 0.172005> - 13686: <-0.213666, -0.968319, 0.129250> - 13687: <-0.170691, -0.976904, 0.128545> - 13688: <-0.214182, -0.961530, 0.172005> - 13689: <-0.257217, -0.950800, 0.172679> - 13690: <-0.256880, -0.957663, 0.129981> - 13691: <-0.213666, -0.968319, 0.129250> - 13692: <-0.257217, -0.950800, 0.172679> - 13693: <-0.300496, -0.937897, 0.173351> - 13694: <-0.300427, -0.944802, 0.130743> - 13695: <-0.256880, -0.957663, 0.129981> - 13696: <-0.300496, -0.937897, 0.173351> - 13697: <-0.344072, -0.922682, 0.173989> - 13698: <-0.344322, -0.929596, 0.131509> - 13699: <-0.300427, -0.944802, 0.130743> - 13700: <-0.344072, -0.922682, 0.173989> - 13701: <-0.387965, -0.904997, 0.174541> - 13702: <-0.388632, -0.911854, 0.132240> - 13703: <-0.344322, -0.929596, 0.131509> - 13704: <-0.387965, -0.904997, 0.174541> - 13705: <-0.432149, -0.884654, 0.175026> - 13706: <-0.433256, -0.891416, 0.132913> - 13707: <-0.388632, -0.911854, 0.132240> - 13708: <-0.432149, -0.884654, 0.175026> - 13709: <-0.476614, -0.861427, 0.175453> - 13710: <-0.478208, -0.868033, 0.133553> - 13711: <-0.433256, -0.891416, 0.132913> - 13712: <-0.476614, -0.861427, 0.175453> - 13713: <-0.521180, -0.835133, 0.175853> - 13714: <-0.523307, -0.841527, 0.134100> - 13715: <-0.478208, -0.868033, 0.133553> - 13716: <-0.521180, -0.835133, 0.175853> - 13717: <-0.565675, -0.805587, 0.176188> - 13718: <-0.568382, -0.811677, 0.134618> - 13719: <-0.523307, -0.841527, 0.134100> - 13720: <-0.565675, -0.805587, 0.176188> - 13721: <-0.609892, -0.772589, 0.176461> - 13722: <-0.613215, -0.778292, 0.135015> - 13723: <-0.568382, -0.811677, 0.134618> - 13724: <-0.609892, -0.772589, 0.176461> - 13725: <-0.653502, -0.736025, 0.176644> - 13726: <-0.657468, -0.741243, 0.135260> - 13727: <-0.613215, -0.778292, 0.135015> - 13728: < 0.657468, -0.741243, 0.135260> - 13729: < 0.613218, -0.778295, 0.134985> - 13730: < 0.615697, -0.782607, 0.091894> - 13731: < 0.660463, -0.745184, 0.092137> - 13732: < 0.613218, -0.778295, 0.134985> - 13733: < 0.568382, -0.811677, 0.134618> - 13734: < 0.570377, -0.816271, 0.091497> - 13735: < 0.615697, -0.782607, 0.091894> - 13736: < 0.568382, -0.811677, 0.134618> - 13737: < 0.523307, -0.841527, 0.134100> - 13738: < 0.524836, -0.846324, 0.091008> - 13739: < 0.570377, -0.816271, 0.091497> - 13740: < 0.523307, -0.841527, 0.134100> - 13741: < 0.478208, -0.868033, 0.133553> - 13742: < 0.479307, -0.872976, 0.090429> - 13743: < 0.524836, -0.846324, 0.091008> - 13744: < 0.478208, -0.868033, 0.133553> - 13745: < 0.433281, -0.891405, 0.132911> - 13746: < 0.433981, -0.896437, 0.089787> - 13747: < 0.479307, -0.872976, 0.090429> - 13748: < 0.433281, -0.891405, 0.132911> - 13749: < 0.388632, -0.911854, 0.132240> - 13750: < 0.388998, -0.916918, 0.089116> - 13751: < 0.433981, -0.896437, 0.089787> - 13752: < 0.388632, -0.911854, 0.132240> - 13753: < 0.344322, -0.929596, 0.131509> - 13754: < 0.344408, -0.934648, 0.088414> - 13755: < 0.388998, -0.916918, 0.089116> - 13756: < 0.344322, -0.929596, 0.131509> - 13757: < 0.300427, -0.944802, 0.130743> - 13758: < 0.300248, -0.949820, 0.087712> - 13759: < 0.344408, -0.934648, 0.088414> - 13760: < 0.300427, -0.944802, 0.130743> - 13761: < 0.256880, -0.957663, 0.129981> - 13762: < 0.256544, -0.962605, 0.087041> - 13763: < 0.300248, -0.949820, 0.087712> - 13764: < 0.256880, -0.957663, 0.129981> - 13765: < 0.213666, -0.968319, 0.129250> - 13766: < 0.213204, -0.973180, 0.086398> - 13767: < 0.256544, -0.962605, 0.087041> - 13768: < 0.213666, -0.968319, 0.129250> - 13769: < 0.170691, -0.976904, 0.128545> - 13770: < 0.170203, -0.981668, 0.085788> - 13771: < 0.213204, -0.973180, 0.086398> - 13772: < 0.170691, -0.976904, 0.128545> - 13773: < 0.127935, -0.983497, 0.127935> - 13774: < 0.127447, -0.988171, 0.085300> - 13775: < 0.170203, -0.981668, 0.085788> - 13776: < 0.127935, -0.983497, 0.127935> - 13777: < 0.085300, -0.988171, 0.127447> - 13778: < 0.084905, -0.992765, 0.084905> - 13779: < 0.127447, -0.988171, 0.085300> - 13780: < 0.085300, -0.988171, 0.127447> - 13781: < 0.042666, -0.990966, 0.127144> - 13782: < 0.042452, -0.995505, 0.084660> - 13783: < 0.084905, -0.992765, 0.084905> - 13784: < 0.042666, -0.990966, 0.127144> - 13785: < 0.000000, -0.991900, 0.127020> - 13786: < 0.000000, -0.996418, 0.084568> - 13787: < 0.042452, -0.995505, 0.084660> - 13788: < 0.000000, -0.991900, 0.127020> - 13789: <-0.042666, -0.990966, 0.127144> - 13790: <-0.042452, -0.995505, 0.084660> - 13791: < 0.000000, -0.996418, 0.084568> - 13792: <-0.042666, -0.990966, 0.127144> - 13793: <-0.085300, -0.988171, 0.127447> - 13794: <-0.084905, -0.992765, 0.084905> - 13795: <-0.042452, -0.995505, 0.084660> - 13796: <-0.085300, -0.988171, 0.127447> - 13797: <-0.127935, -0.983497, 0.127935> - 13798: <-0.127447, -0.988171, 0.085300> - 13799: <-0.084905, -0.992765, 0.084905> - 13800: <-0.127935, -0.983497, 0.127935> - 13801: <-0.170691, -0.976904, 0.128545> - 13802: <-0.170203, -0.981668, 0.085788> - 13803: <-0.127447, -0.988171, 0.085300> - 13804: <-0.170691, -0.976904, 0.128545> - 13805: <-0.213666, -0.968319, 0.129250> - 13806: <-0.213204, -0.973180, 0.086398> - 13807: <-0.170203, -0.981668, 0.085788> - 13808: <-0.213666, -0.968319, 0.129250> - 13809: <-0.256880, -0.957663, 0.129981> - 13810: <-0.256544, -0.962605, 0.087041> - 13811: <-0.213204, -0.973180, 0.086398> - 13812: <-0.256880, -0.957663, 0.129981> - 13813: <-0.300427, -0.944802, 0.130743> - 13814: <-0.300248, -0.949820, 0.087712> - 13815: <-0.256544, -0.962605, 0.087041> - 13816: <-0.300427, -0.944802, 0.130743> - 13817: <-0.344322, -0.929596, 0.131509> - 13818: <-0.344408, -0.934648, 0.088414> - 13819: <-0.300248, -0.949820, 0.087712> - 13820: <-0.344322, -0.929596, 0.131509> - 13821: <-0.388632, -0.911854, 0.132240> - 13822: <-0.388998, -0.916918, 0.089116> - 13823: <-0.344408, -0.934648, 0.088414> - 13824: <-0.388632, -0.911854, 0.132240> - 13825: <-0.433256, -0.891416, 0.132913> - 13826: <-0.433981, -0.896437, 0.089787> - 13827: <-0.388998, -0.916918, 0.089116> - 13828: <-0.433256, -0.891416, 0.132913> - 13829: <-0.478208, -0.868033, 0.133553> - 13830: <-0.479307, -0.872976, 0.090429> - 13831: <-0.433981, -0.896437, 0.089787> - 13832: <-0.478208, -0.868033, 0.133553> - 13833: <-0.523307, -0.841527, 0.134100> - 13834: <-0.524836, -0.846324, 0.091008> - 13835: <-0.479307, -0.872976, 0.090429> - 13836: <-0.523307, -0.841527, 0.134100> - 13837: <-0.568382, -0.811677, 0.134618> - 13838: <-0.570377, -0.816271, 0.091497> - 13839: <-0.524836, -0.846324, 0.091008> - 13840: <-0.568382, -0.811677, 0.134618> - 13841: <-0.613215, -0.778292, 0.135015> - 13842: <-0.615697, -0.782607, 0.091894> - 13843: <-0.570377, -0.816271, 0.091497> - 13844: <-0.613215, -0.778292, 0.135015> - 13845: <-0.657468, -0.741243, 0.135260> - 13846: <-0.660463, -0.745184, 0.092137> - 13847: <-0.615697, -0.782607, 0.091894> - 13848: < 0.660463, -0.745184, 0.092137> - 13849: < 0.615697, -0.782607, 0.091894> - 13850: < 0.617246, -0.785375, 0.046847> - 13851: < 0.662354, -0.747715, 0.046999> - 13852: < 0.615697, -0.782607, 0.091894> - 13853: < 0.570377, -0.816271, 0.091497> - 13854: < 0.571602, -0.819208, 0.046573> - 13855: < 0.617246, -0.785375, 0.046847> - 13856: < 0.570377, -0.816271, 0.091497> - 13857: < 0.524836, -0.846324, 0.091008> - 13858: < 0.525753, -0.849378, 0.046267> - 13859: < 0.571602, -0.819208, 0.046573> - 13860: < 0.524836, -0.846324, 0.091008> - 13861: < 0.479307, -0.872976, 0.090429> - 13862: < 0.479951, -0.876095, 0.045871> - 13863: < 0.525753, -0.849378, 0.046267> - 13864: < 0.479307, -0.872976, 0.090429> - 13865: < 0.433981, -0.896437, 0.089787> - 13866: < 0.434379, -0.899583, 0.045443> - 13867: < 0.479951, -0.876095, 0.045871> - 13868: < 0.433981, -0.896437, 0.089787> - 13869: < 0.388998, -0.916918, 0.089116> - 13870: < 0.389180, -0.920061, 0.045016> - 13871: < 0.434379, -0.899583, 0.045443> - 13872: < 0.388998, -0.916918, 0.089116> - 13873: < 0.344408, -0.934648, 0.088414> - 13874: < 0.344409, -0.937762, 0.044558> - 13875: < 0.389180, -0.920061, 0.045016> - 13876: < 0.344408, -0.934648, 0.088414> - 13877: < 0.300248, -0.949820, 0.087712> - 13878: < 0.300092, -0.952889, 0.044130> - 13879: < 0.344409, -0.937762, 0.044558> - 13880: < 0.300248, -0.949820, 0.087712> - 13881: < 0.256544, -0.962605, 0.087041> - 13882: < 0.256267, -0.965618, 0.043703> - 13883: < 0.300092, -0.952889, 0.044130> - 13884: < 0.256544, -0.962605, 0.087041> - 13885: < 0.213204, -0.973180, 0.086398> - 13886: < 0.212870, -0.976120, 0.043306> - 13887: < 0.256267, -0.965618, 0.043703> - 13888: < 0.213204, -0.973180, 0.086398> - 13889: < 0.170203, -0.981668, 0.085788> - 13890: < 0.169866, -0.984530, 0.042970> - 13891: < 0.212870, -0.976120, 0.043306> - 13892: < 0.170203, -0.981668, 0.085788> - 13893: < 0.127447, -0.988171, 0.085300> - 13894: < 0.127144, -0.990966, 0.042666> - 13895: < 0.169866, -0.984530, 0.042970> - 13896: < 0.127447, -0.988171, 0.085300> - 13897: < 0.084905, -0.992765, 0.084905> - 13898: < 0.084660, -0.995505, 0.042452> - 13899: < 0.127144, -0.990966, 0.042666> - 13900: < 0.084905, -0.992765, 0.084905> - 13901: < 0.042452, -0.995505, 0.084660> - 13902: < 0.042299, -0.998209, 0.042299> - 13903: < 0.084660, -0.995505, 0.042452> - 13904: < 0.042452, -0.995505, 0.084660> - 13905: < 0.000000, -0.996418, 0.084568> - 13906: < 0.000000, -0.999108, 0.042239> - 13907: < 0.042299, -0.998209, 0.042299> - 13908: < 0.000000, -0.996418, 0.084568> - 13909: <-0.042452, -0.995505, 0.084660> - 13910: <-0.042299, -0.998209, 0.042299> - 13911: < 0.000000, -0.999108, 0.042239> - 13912: <-0.042452, -0.995505, 0.084660> - 13913: <-0.084905, -0.992765, 0.084905> - 13914: <-0.084660, -0.995505, 0.042452> - 13915: <-0.042299, -0.998209, 0.042299> - 13916: <-0.084905, -0.992765, 0.084905> - 13917: <-0.127447, -0.988171, 0.085300> - 13918: <-0.127144, -0.990966, 0.042666> - 13919: <-0.084660, -0.995505, 0.042452> - 13920: <-0.127447, -0.988171, 0.085300> - 13921: <-0.170203, -0.981668, 0.085788> - 13922: <-0.169837, -0.984535, 0.042970> - 13923: <-0.127144, -0.990966, 0.042666> - 13924: <-0.170203, -0.981668, 0.085788> - 13925: <-0.213204, -0.973180, 0.086398> - 13926: <-0.212870, -0.976120, 0.043306> - 13927: <-0.169837, -0.984535, 0.042970> - 13928: <-0.213204, -0.973180, 0.086398> - 13929: <-0.256544, -0.962605, 0.087041> - 13930: <-0.256267, -0.965618, 0.043703> - 13931: <-0.212870, -0.976120, 0.043306> - 13932: <-0.256544, -0.962605, 0.087041> - 13933: <-0.300248, -0.949820, 0.087712> - 13934: <-0.300092, -0.952889, 0.044130> - 13935: <-0.256267, -0.965618, 0.043703> - 13936: <-0.300248, -0.949820, 0.087712> - 13937: <-0.344408, -0.934648, 0.088414> - 13938: <-0.344409, -0.937762, 0.044558> - 13939: <-0.300092, -0.952889, 0.044130> - 13940: <-0.344408, -0.934648, 0.088414> - 13941: <-0.388998, -0.916918, 0.089116> - 13942: <-0.389180, -0.920061, 0.045016> - 13943: <-0.344409, -0.937762, 0.044558> - 13944: <-0.388998, -0.916918, 0.089116> - 13945: <-0.433981, -0.896437, 0.089787> - 13946: <-0.434379, -0.899583, 0.045443> - 13947: <-0.389180, -0.920061, 0.045016> - 13948: <-0.433981, -0.896437, 0.089787> - 13949: <-0.479307, -0.872976, 0.090429> - 13950: <-0.479951, -0.876095, 0.045871> - 13951: <-0.434379, -0.899583, 0.045443> - 13952: <-0.479307, -0.872976, 0.090429> - 13953: <-0.524836, -0.846324, 0.091008> - 13954: <-0.525753, -0.849378, 0.046267> - 13955: <-0.479951, -0.876095, 0.045871> - 13956: <-0.524836, -0.846324, 0.091008> - 13957: <-0.570377, -0.816271, 0.091497> - 13958: <-0.571602, -0.819208, 0.046573> - 13959: <-0.525753, -0.849378, 0.046267> - 13960: <-0.570377, -0.816271, 0.091497> - 13961: <-0.615697, -0.782607, 0.091894> - 13962: <-0.617246, -0.785375, 0.046847> - 13963: <-0.571602, -0.819208, 0.046573> - 13964: <-0.615697, -0.782607, 0.091894> - 13965: <-0.660463, -0.745184, 0.092137> - 13966: <-0.662354, -0.747715, 0.046999> - 13967: <-0.617246, -0.785375, 0.046847> - 13968: < 0.662354, -0.747715, 0.046999> - 13969: < 0.617246, -0.785375, 0.046847> - 13970: < 0.617789, -0.786344, 0.000000> - 13971: < 0.663024, -0.748599, 0.000000> - 13972: < 0.617246, -0.785375, 0.046847> - 13973: < 0.571602, -0.819208, 0.046573> - 13974: < 0.572024, -0.820237, 0.000000> - 13975: < 0.617789, -0.786344, 0.000000> - 13976: < 0.571602, -0.819208, 0.046573> - 13977: < 0.525753, -0.849378, 0.046267> - 13978: < 0.526081, -0.850434, 0.000000> - 13979: < 0.572024, -0.820237, 0.000000> - 13980: < 0.525753, -0.849378, 0.046267> - 13981: < 0.479951, -0.876095, 0.045871> - 13982: < 0.480182, -0.877169, 0.000000> - 13983: < 0.526081, -0.850434, 0.000000> - 13984: < 0.479951, -0.876095, 0.045871> - 13985: < 0.434379, -0.899583, 0.045443> - 13986: < 0.434534, -0.900655, 0.000000> - 13987: < 0.480182, -0.877169, 0.000000> - 13988: < 0.434379, -0.899583, 0.045443> - 13989: < 0.389180, -0.920061, 0.045016> - 13990: < 0.389244, -0.921135, 0.000000> - 13991: < 0.434534, -0.900655, 0.000000> - 13992: < 0.389180, -0.920061, 0.045016> - 13993: < 0.344409, -0.937762, 0.044558> - 13994: < 0.344405, -0.938821, 0.000000> - 13995: < 0.389244, -0.921135, 0.000000> - 13996: < 0.344409, -0.937762, 0.044558> - 13997: < 0.300092, -0.952889, 0.044130> - 13998: < 0.300059, -0.953921, 0.000000> - 13999: < 0.344405, -0.938821, 0.000000> - 14000: < 0.300092, -0.952889, 0.044130> - 14001: < 0.256267, -0.965618, 0.043703> - 14002: < 0.256177, -0.966630, 0.000000> - 14003: < 0.300059, -0.953921, 0.000000> - 14004: < 0.256267, -0.965618, 0.043703> - 14005: < 0.212870, -0.976120, 0.043306> - 14006: < 0.212750, -0.977107, 0.000000> - 14007: < 0.256177, -0.966630, 0.000000> - 14008: < 0.212870, -0.976120, 0.043306> - 14009: < 0.169866, -0.984530, 0.042970> - 14010: < 0.169746, -0.985488, 0.000000> - 14011: < 0.212750, -0.977107, 0.000000> - 14012: < 0.169866, -0.984530, 0.042970> - 14013: < 0.127144, -0.990966, 0.042666> - 14014: < 0.127020, -0.991900, 0.000000> - 14015: < 0.169746, -0.985488, 0.000000> - 14016: < 0.127144, -0.990966, 0.042666> - 14017: < 0.084660, -0.995505, 0.042452> - 14018: < 0.084568, -0.996418, 0.000000> - 14019: < 0.127020, -0.991900, 0.000000> - 14020: < 0.084660, -0.995505, 0.042452> - 14021: < 0.042299, -0.998209, 0.042299> - 14022: < 0.042239, -0.999108, 0.000000> - 14023: < 0.084568, -0.996418, 0.000000> - 14024: < 0.042299, -0.998209, 0.042299> - 14025: < 0.000000, -0.999108, 0.042239> - 14026: < 0.000000, -1.000000, 0.000000> - 14027: < 0.042239, -0.999108, 0.000000> - 14028: < 0.000000, -0.999108, 0.042239> - 14029: <-0.042299, -0.998209, 0.042299> - 14030: <-0.042239, -0.999108, 0.000000> - 14031: < 0.000000, -1.000000, 0.000000> - 14032: <-0.042299, -0.998209, 0.042299> - 14033: <-0.084660, -0.995505, 0.042452> - 14034: <-0.084568, -0.996418, 0.000000> - 14035: <-0.042239, -0.999108, 0.000000> - 14036: <-0.084660, -0.995505, 0.042452> - 14037: <-0.127144, -0.990966, 0.042666> - 14038: <-0.127020, -0.991900, 0.000000> - 14039: <-0.084568, -0.996418, 0.000000> - 14040: <-0.127144, -0.990966, 0.042666> - 14041: <-0.169837, -0.984535, 0.042970> - 14042: <-0.169746, -0.985488, 0.000000> - 14043: <-0.127020, -0.991900, 0.000000> - 14044: <-0.169837, -0.984535, 0.042970> - 14045: <-0.212870, -0.976120, 0.043306> - 14046: <-0.212750, -0.977107, 0.000000> - 14047: <-0.169746, -0.985488, 0.000000> - 14048: <-0.212870, -0.976120, 0.043306> - 14049: <-0.256267, -0.965618, 0.043703> - 14050: <-0.256177, -0.966630, 0.000000> - 14051: <-0.212750, -0.977107, 0.000000> - 14052: <-0.256267, -0.965618, 0.043703> - 14053: <-0.300092, -0.952889, 0.044130> - 14054: <-0.300059, -0.953921, 0.000000> - 14055: <-0.256177, -0.966630, 0.000000> - 14056: <-0.300092, -0.952889, 0.044130> - 14057: <-0.344409, -0.937762, 0.044558> - 14058: <-0.344405, -0.938821, 0.000000> - 14059: <-0.300059, -0.953921, 0.000000> - 14060: <-0.344409, -0.937762, 0.044558> - 14061: <-0.389180, -0.920061, 0.045016> - 14062: <-0.389244, -0.921135, 0.000000> - 14063: <-0.344405, -0.938821, 0.000000> - 14064: <-0.389180, -0.920061, 0.045016> - 14065: <-0.434379, -0.899583, 0.045443> - 14066: <-0.434534, -0.900655, 0.000000> - 14067: <-0.389244, -0.921135, 0.000000> - 14068: <-0.434379, -0.899583, 0.045443> - 14069: <-0.479951, -0.876095, 0.045871> - 14070: <-0.480182, -0.877169, 0.000000> - 14071: <-0.434534, -0.900655, 0.000000> - 14072: <-0.479951, -0.876095, 0.045871> - 14073: <-0.525753, -0.849378, 0.046267> - 14074: <-0.526081, -0.850434, 0.000000> - 14075: <-0.480182, -0.877169, 0.000000> - 14076: <-0.525753, -0.849378, 0.046267> - 14077: <-0.571602, -0.819208, 0.046573> - 14078: <-0.572024, -0.820237, 0.000000> - 14079: <-0.526081, -0.850434, 0.000000> - 14080: <-0.571602, -0.819208, 0.046573> - 14081: <-0.617246, -0.785375, 0.046847> - 14082: <-0.617789, -0.786344, 0.000000> - 14083: <-0.572024, -0.820237, 0.000000> - 14084: <-0.617246, -0.785375, 0.046847> - 14085: <-0.662354, -0.747715, 0.046999> - 14086: <-0.663024, -0.748599, 0.000000> - 14087: <-0.617789, -0.786344, 0.000000> - 14088: < 0.663024, -0.748599, 0.000000> - 14089: < 0.617789, -0.786344, 0.000000> - 14090: < 0.617246, -0.785375, -0.046847> - 14091: < 0.662354, -0.747715, -0.046999> - 14092: < 0.617789, -0.786344, 0.000000> - 14093: < 0.572024, -0.820237, 0.000000> - 14094: < 0.571602, -0.819208, -0.046573> - 14095: < 0.617246, -0.785375, -0.046847> - 14096: < 0.572024, -0.820237, 0.000000> - 14097: < 0.526081, -0.850434, 0.000000> - 14098: < 0.525753, -0.849378, -0.046267> - 14099: < 0.571602, -0.819208, -0.046573> - 14100: < 0.526081, -0.850434, 0.000000> - 14101: < 0.480182, -0.877169, 0.000000> - 14102: < 0.479951, -0.876095, -0.045871> - 14103: < 0.525753, -0.849378, -0.046267> - 14104: < 0.480182, -0.877169, 0.000000> - 14105: < 0.434534, -0.900655, 0.000000> - 14106: < 0.434379, -0.899583, -0.045443> - 14107: < 0.479951, -0.876095, -0.045871> - 14108: < 0.434534, -0.900655, 0.000000> - 14109: < 0.389244, -0.921135, 0.000000> - 14110: < 0.389180, -0.920061, -0.045016> - 14111: < 0.434379, -0.899583, -0.045443> - 14112: < 0.389244, -0.921135, 0.000000> - 14113: < 0.344405, -0.938821, 0.000000> - 14114: < 0.344409, -0.937762, -0.044558> - 14115: < 0.389180, -0.920061, -0.045016> - 14116: < 0.344405, -0.938821, 0.000000> - 14117: < 0.300059, -0.953921, 0.000000> - 14118: < 0.300092, -0.952889, -0.044130> - 14119: < 0.344409, -0.937762, -0.044558> - 14120: < 0.300059, -0.953921, 0.000000> - 14121: < 0.256177, -0.966630, 0.000000> - 14122: < 0.256267, -0.965618, -0.043703> - 14123: < 0.300092, -0.952889, -0.044130> - 14124: < 0.256177, -0.966630, 0.000000> - 14125: < 0.212750, -0.977107, 0.000000> - 14126: < 0.212870, -0.976120, -0.043306> - 14127: < 0.256267, -0.965618, -0.043703> - 14128: < 0.212750, -0.977107, 0.000000> - 14129: < 0.169746, -0.985488, 0.000000> - 14130: < 0.169866, -0.984530, -0.042970> - 14131: < 0.212870, -0.976120, -0.043306> - 14132: < 0.169746, -0.985488, 0.000000> - 14133: < 0.127020, -0.991900, 0.000000> - 14134: < 0.127144, -0.990966, -0.042666> - 14135: < 0.169866, -0.984530, -0.042970> - 14136: < 0.127020, -0.991900, 0.000000> - 14137: < 0.084568, -0.996418, 0.000000> - 14138: < 0.084660, -0.995505, -0.042452> - 14139: < 0.127144, -0.990966, -0.042666> - 14140: < 0.084568, -0.996418, 0.000000> - 14141: < 0.042239, -0.999108, 0.000000> - 14142: < 0.042299, -0.998209, -0.042299> - 14143: < 0.084660, -0.995505, -0.042452> - 14144: < 0.042239, -0.999108, 0.000000> - 14145: < 0.000000, -1.000000, 0.000000> - 14146: < 0.000000, -0.999108, -0.042239> - 14147: < 0.042299, -0.998209, -0.042299> - 14148: < 0.000000, -1.000000, 0.000000> - 14149: <-0.042239, -0.999108, 0.000000> - 14150: <-0.042299, -0.998209, -0.042299> - 14151: < 0.000000, -0.999108, -0.042239> - 14152: <-0.042239, -0.999108, 0.000000> - 14153: <-0.084568, -0.996418, 0.000000> - 14154: <-0.084660, -0.995505, -0.042452> - 14155: <-0.042299, -0.998209, -0.042299> - 14156: <-0.084568, -0.996418, 0.000000> - 14157: <-0.127020, -0.991900, 0.000000> - 14158: <-0.127144, -0.990966, -0.042666> - 14159: <-0.084660, -0.995505, -0.042452> - 14160: <-0.127020, -0.991900, 0.000000> - 14161: <-0.169746, -0.985488, 0.000000> - 14162: <-0.169866, -0.984530, -0.042970> - 14163: <-0.127144, -0.990966, -0.042666> - 14164: <-0.169746, -0.985488, 0.000000> - 14165: <-0.212750, -0.977107, 0.000000> - 14166: <-0.212870, -0.976120, -0.043306> - 14167: <-0.169866, -0.984530, -0.042970> - 14168: <-0.212750, -0.977107, 0.000000> - 14169: <-0.256177, -0.966630, 0.000000> - 14170: <-0.256267, -0.965618, -0.043703> - 14171: <-0.212870, -0.976120, -0.043306> - 14172: <-0.256177, -0.966630, 0.000000> - 14173: <-0.300059, -0.953921, 0.000000> - 14174: <-0.300092, -0.952889, -0.044130> - 14175: <-0.256267, -0.965618, -0.043703> - 14176: <-0.300059, -0.953921, 0.000000> - 14177: <-0.344405, -0.938821, 0.000000> - 14178: <-0.344409, -0.937762, -0.044558> - 14179: <-0.300092, -0.952889, -0.044130> - 14180: <-0.344405, -0.938821, 0.000000> - 14181: <-0.389244, -0.921135, 0.000000> - 14182: <-0.389180, -0.920061, -0.045016> - 14183: <-0.344409, -0.937762, -0.044558> - 14184: <-0.389244, -0.921135, 0.000000> - 14185: <-0.434534, -0.900655, 0.000000> - 14186: <-0.434379, -0.899583, -0.045443> - 14187: <-0.389180, -0.920061, -0.045016> - 14188: <-0.434534, -0.900655, 0.000000> - 14189: <-0.480182, -0.877169, 0.000000> - 14190: <-0.479951, -0.876095, -0.045871> - 14191: <-0.434379, -0.899583, -0.045443> - 14192: <-0.480182, -0.877169, 0.000000> - 14193: <-0.526081, -0.850434, 0.000000> - 14194: <-0.525753, -0.849378, -0.046267> - 14195: <-0.479951, -0.876095, -0.045871> - 14196: <-0.526081, -0.850434, 0.000000> - 14197: <-0.572024, -0.820237, 0.000000> - 14198: <-0.571602, -0.819208, -0.046573> - 14199: <-0.525753, -0.849378, -0.046267> - 14200: <-0.572024, -0.820237, 0.000000> - 14201: <-0.617789, -0.786344, 0.000000> - 14202: <-0.617246, -0.785375, -0.046847> - 14203: <-0.571602, -0.819208, -0.046573> - 14204: <-0.617789, -0.786344, 0.000000> - 14205: <-0.663024, -0.748599, 0.000000> - 14206: <-0.662354, -0.747715, -0.046999> - 14207: <-0.617246, -0.785375, -0.046847> - 14208: < 0.662354, -0.747715, -0.046999> - 14209: < 0.617246, -0.785375, -0.046847> - 14210: < 0.615697, -0.782607, -0.091894> - 14211: < 0.660463, -0.745184, -0.092137> - 14212: < 0.617246, -0.785375, -0.046847> - 14213: < 0.571602, -0.819208, -0.046573> - 14214: < 0.570377, -0.816271, -0.091497> - 14215: < 0.615697, -0.782607, -0.091894> - 14216: < 0.571602, -0.819208, -0.046573> - 14217: < 0.525753, -0.849378, -0.046267> - 14218: < 0.524836, -0.846324, -0.091008> - 14219: < 0.570377, -0.816271, -0.091497> - 14220: < 0.525753, -0.849378, -0.046267> - 14221: < 0.479951, -0.876095, -0.045871> - 14222: < 0.479307, -0.872976, -0.090429> - 14223: < 0.524836, -0.846324, -0.091008> - 14224: < 0.479951, -0.876095, -0.045871> - 14225: < 0.434379, -0.899583, -0.045443> - 14226: < 0.433981, -0.896437, -0.089787> - 14227: < 0.479307, -0.872976, -0.090429> - 14228: < 0.434379, -0.899583, -0.045443> - 14229: < 0.389180, -0.920061, -0.045016> - 14230: < 0.388998, -0.916918, -0.089116> - 14231: < 0.433981, -0.896437, -0.089787> - 14232: < 0.389180, -0.920061, -0.045016> - 14233: < 0.344409, -0.937762, -0.044558> - 14234: < 0.344408, -0.934648, -0.088414> - 14235: < 0.388998, -0.916918, -0.089116> - 14236: < 0.344409, -0.937762, -0.044558> - 14237: < 0.300092, -0.952889, -0.044130> - 14238: < 0.300248, -0.949820, -0.087712> - 14239: < 0.344408, -0.934648, -0.088414> - 14240: < 0.300092, -0.952889, -0.044130> - 14241: < 0.256267, -0.965618, -0.043703> - 14242: < 0.256544, -0.962605, -0.087041> - 14243: < 0.300248, -0.949820, -0.087712> - 14244: < 0.256267, -0.965618, -0.043703> - 14245: < 0.212870, -0.976120, -0.043306> - 14246: < 0.213204, -0.973180, -0.086398> - 14247: < 0.256544, -0.962605, -0.087041> - 14248: < 0.212870, -0.976120, -0.043306> - 14249: < 0.169866, -0.984530, -0.042970> - 14250: < 0.170203, -0.981668, -0.085788> - 14251: < 0.213204, -0.973180, -0.086398> - 14252: < 0.169866, -0.984530, -0.042970> - 14253: < 0.127144, -0.990966, -0.042666> - 14254: < 0.127447, -0.988171, -0.085300> - 14255: < 0.170203, -0.981668, -0.085788> - 14256: < 0.127144, -0.990966, -0.042666> - 14257: < 0.084660, -0.995505, -0.042452> - 14258: < 0.084905, -0.992765, -0.084905> - 14259: < 0.127447, -0.988171, -0.085300> - 14260: < 0.084660, -0.995505, -0.042452> - 14261: < 0.042299, -0.998209, -0.042299> - 14262: < 0.042452, -0.995505, -0.084660> - 14263: < 0.084905, -0.992765, -0.084905> - 14264: < 0.042299, -0.998209, -0.042299> - 14265: < 0.000000, -0.999108, -0.042239> - 14266: < 0.000000, -0.996418, -0.084568> - 14267: < 0.042452, -0.995505, -0.084660> - 14268: < 0.000000, -0.999108, -0.042239> - 14269: <-0.042299, -0.998209, -0.042299> - 14270: <-0.042452, -0.995505, -0.084660> - 14271: < 0.000000, -0.996418, -0.084568> - 14272: <-0.042299, -0.998209, -0.042299> - 14273: <-0.084660, -0.995505, -0.042452> - 14274: <-0.084905, -0.992765, -0.084905> - 14275: <-0.042452, -0.995505, -0.084660> - 14276: <-0.084660, -0.995505, -0.042452> - 14277: <-0.127144, -0.990966, -0.042666> - 14278: <-0.127447, -0.988171, -0.085300> - 14279: <-0.084905, -0.992765, -0.084905> - 14280: <-0.127144, -0.990966, -0.042666> - 14281: <-0.169866, -0.984530, -0.042970> - 14282: <-0.170203, -0.981668, -0.085788> - 14283: <-0.127447, -0.988171, -0.085300> - 14284: <-0.169866, -0.984530, -0.042970> - 14285: <-0.212870, -0.976120, -0.043306> - 14286: <-0.213204, -0.973180, -0.086398> - 14287: <-0.170203, -0.981668, -0.085788> - 14288: <-0.212870, -0.976120, -0.043306> - 14289: <-0.256267, -0.965618, -0.043703> - 14290: <-0.256544, -0.962605, -0.087041> - 14291: <-0.213204, -0.973180, -0.086398> - 14292: <-0.256267, -0.965618, -0.043703> - 14293: <-0.300092, -0.952889, -0.044130> - 14294: <-0.300248, -0.949820, -0.087712> - 14295: <-0.256544, -0.962605, -0.087041> - 14296: <-0.300092, -0.952889, -0.044130> - 14297: <-0.344409, -0.937762, -0.044558> - 14298: <-0.344408, -0.934648, -0.088414> - 14299: <-0.300248, -0.949820, -0.087712> - 14300: <-0.344409, -0.937762, -0.044558> - 14301: <-0.389180, -0.920061, -0.045016> - 14302: <-0.388998, -0.916918, -0.089116> - 14303: <-0.344408, -0.934648, -0.088414> - 14304: <-0.389180, -0.920061, -0.045016> - 14305: <-0.434379, -0.899583, -0.045443> - 14306: <-0.433981, -0.896437, -0.089787> - 14307: <-0.388998, -0.916918, -0.089116> - 14308: <-0.434379, -0.899583, -0.045443> - 14309: <-0.479951, -0.876095, -0.045871> - 14310: <-0.479307, -0.872976, -0.090429> - 14311: <-0.433981, -0.896437, -0.089787> - 14312: <-0.479951, -0.876095, -0.045871> - 14313: <-0.525753, -0.849378, -0.046267> - 14314: <-0.524836, -0.846324, -0.091008> - 14315: <-0.479307, -0.872976, -0.090429> - 14316: <-0.525753, -0.849378, -0.046267> - 14317: <-0.571602, -0.819208, -0.046573> - 14318: <-0.570377, -0.816271, -0.091497> - 14319: <-0.524836, -0.846324, -0.091008> - 14320: <-0.571602, -0.819208, -0.046573> - 14321: <-0.617246, -0.785375, -0.046847> - 14322: <-0.615697, -0.782607, -0.091894> - 14323: <-0.570377, -0.816271, -0.091497> - 14324: <-0.617246, -0.785375, -0.046847> - 14325: <-0.662354, -0.747715, -0.046999> - 14326: <-0.660463, -0.745184, -0.092137> - 14327: <-0.615697, -0.782607, -0.091894> - 14328: < 0.660463, -0.745184, -0.092137> - 14329: < 0.615697, -0.782607, -0.091894> - 14330: < 0.613196, -0.778306, -0.135018> - 14331: < 0.657468, -0.741243, -0.135260> - 14332: < 0.615697, -0.782607, -0.091894> - 14333: < 0.570377, -0.816271, -0.091497> - 14334: < 0.568382, -0.811677, -0.134618> - 14335: < 0.613196, -0.778306, -0.135018> - 14336: < 0.570377, -0.816271, -0.091497> - 14337: < 0.524836, -0.846324, -0.091008> - 14338: < 0.523307, -0.841527, -0.134100> - 14339: < 0.568382, -0.811677, -0.134618> - 14340: < 0.524836, -0.846324, -0.091008> - 14341: < 0.479307, -0.872976, -0.090429> - 14342: < 0.478208, -0.868033, -0.133553> - 14343: < 0.523307, -0.841527, -0.134100> - 14344: < 0.479307, -0.872976, -0.090429> - 14345: < 0.433981, -0.896437, -0.089787> - 14346: < 0.433281, -0.891405, -0.132911> - 14347: < 0.478208, -0.868033, -0.133553> - 14348: < 0.433981, -0.896437, -0.089787> - 14349: < 0.388998, -0.916918, -0.089116> - 14350: < 0.388632, -0.911854, -0.132240> - 14351: < 0.433281, -0.891405, -0.132911> - 14352: < 0.388998, -0.916918, -0.089116> - 14353: < 0.344408, -0.934648, -0.088414> - 14354: < 0.344322, -0.929596, -0.131509> - 14355: < 0.388632, -0.911854, -0.132240> - 14356: < 0.344408, -0.934648, -0.088414> - 14357: < 0.300248, -0.949820, -0.087712> - 14358: < 0.300427, -0.944802, -0.130743> - 14359: < 0.344322, -0.929596, -0.131509> - 14360: < 0.300248, -0.949820, -0.087712> - 14361: < 0.256544, -0.962605, -0.087041> - 14362: < 0.256880, -0.957663, -0.129981> - 14363: < 0.300427, -0.944802, -0.130743> - 14364: < 0.256544, -0.962605, -0.087041> - 14365: < 0.213204, -0.973180, -0.086398> - 14366: < 0.213666, -0.968319, -0.129250> - 14367: < 0.256880, -0.957663, -0.129981> - 14368: < 0.213204, -0.973180, -0.086398> - 14369: < 0.170203, -0.981668, -0.085788> - 14370: < 0.170691, -0.976904, -0.128545> - 14371: < 0.213666, -0.968319, -0.129250> - 14372: < 0.170203, -0.981668, -0.085788> - 14373: < 0.127447, -0.988171, -0.085300> - 14374: < 0.127935, -0.983497, -0.127935> - 14375: < 0.170691, -0.976904, -0.128545> - 14376: < 0.127447, -0.988171, -0.085300> - 14377: < 0.084905, -0.992765, -0.084905> - 14378: < 0.085300, -0.988171, -0.127447> - 14379: < 0.127935, -0.983497, -0.127935> - 14380: < 0.084905, -0.992765, -0.084905> - 14381: < 0.042452, -0.995505, -0.084660> - 14382: < 0.042666, -0.990966, -0.127144> - 14383: < 0.085300, -0.988171, -0.127447> - 14384: < 0.042452, -0.995505, -0.084660> - 14385: < 0.000000, -0.996418, -0.084568> - 14386: < 0.000000, -0.991900, -0.127020> - 14387: < 0.042666, -0.990966, -0.127144> - 14388: < 0.000000, -0.996418, -0.084568> - 14389: <-0.042452, -0.995505, -0.084660> - 14390: <-0.042666, -0.990966, -0.127144> - 14391: < 0.000000, -0.991900, -0.127020> - 14392: <-0.042452, -0.995505, -0.084660> - 14393: <-0.084905, -0.992765, -0.084905> - 14394: <-0.085300, -0.988171, -0.127447> - 14395: <-0.042666, -0.990966, -0.127144> - 14396: <-0.084905, -0.992765, -0.084905> - 14397: <-0.127447, -0.988171, -0.085300> - 14398: <-0.127935, -0.983497, -0.127935> - 14399: <-0.085300, -0.988171, -0.127447> - 14400: <-0.127447, -0.988171, -0.085300> - 14401: <-0.170203, -0.981668, -0.085788> - 14402: <-0.170691, -0.976904, -0.128545> - 14403: <-0.127935, -0.983497, -0.127935> - 14404: <-0.170203, -0.981668, -0.085788> - 14405: <-0.213204, -0.973180, -0.086398> - 14406: <-0.213666, -0.968319, -0.129250> - 14407: <-0.170691, -0.976904, -0.128545> - 14408: <-0.213204, -0.973180, -0.086398> - 14409: <-0.256544, -0.962605, -0.087041> - 14410: <-0.256880, -0.957663, -0.129981> - 14411: <-0.213666, -0.968319, -0.129250> - 14412: <-0.256544, -0.962605, -0.087041> - 14413: <-0.300248, -0.949820, -0.087712> - 14414: <-0.300427, -0.944802, -0.130743> - 14415: <-0.256880, -0.957663, -0.129981> - 14416: <-0.300248, -0.949820, -0.087712> - 14417: <-0.344408, -0.934648, -0.088414> - 14418: <-0.344322, -0.929596, -0.131509> - 14419: <-0.300427, -0.944802, -0.130743> - 14420: <-0.344408, -0.934648, -0.088414> - 14421: <-0.388998, -0.916918, -0.089116> - 14422: <-0.388632, -0.911854, -0.132240> - 14423: <-0.344322, -0.929596, -0.131509> - 14424: <-0.388998, -0.916918, -0.089116> - 14425: <-0.433981, -0.896437, -0.089787> - 14426: <-0.433281, -0.891405, -0.132911> - 14427: <-0.388632, -0.911854, -0.132240> - 14428: <-0.433981, -0.896437, -0.089787> - 14429: <-0.479307, -0.872976, -0.090429> - 14430: <-0.478208, -0.868033, -0.133553> - 14431: <-0.433281, -0.891405, -0.132911> - 14432: <-0.479307, -0.872976, -0.090429> - 14433: <-0.524836, -0.846324, -0.091008> - 14434: <-0.523307, -0.841527, -0.134100> - 14435: <-0.478208, -0.868033, -0.133553> - 14436: <-0.524836, -0.846324, -0.091008> - 14437: <-0.570377, -0.816271, -0.091497> - 14438: <-0.568382, -0.811677, -0.134618> - 14439: <-0.523307, -0.841527, -0.134100> - 14440: <-0.570377, -0.816271, -0.091497> - 14441: <-0.615697, -0.782607, -0.091894> - 14442: <-0.613218, -0.778295, -0.134985> - 14443: <-0.568382, -0.811677, -0.134618> - 14444: <-0.615697, -0.782607, -0.091894> - 14445: <-0.660463, -0.745184, -0.092137> - 14446: <-0.657468, -0.741243, -0.135260> - 14447: <-0.613218, -0.778295, -0.134985> - 14448: < 0.657468, -0.741243, -0.135260> - 14449: < 0.613196, -0.778306, -0.135018> - 14450: < 0.609892, -0.772589, -0.176461> - 14451: < 0.653502, -0.736025, -0.176644> - 14452: < 0.613196, -0.778306, -0.135018> - 14453: < 0.568382, -0.811677, -0.134618> - 14454: < 0.565675, -0.805587, -0.176188> - 14455: < 0.609892, -0.772589, -0.176461> - 14456: < 0.568382, -0.811677, -0.134618> - 14457: < 0.523307, -0.841527, -0.134100> - 14458: < 0.521180, -0.835133, -0.175853> - 14459: < 0.565675, -0.805587, -0.176188> - 14460: < 0.523307, -0.841527, -0.134100> - 14461: < 0.478208, -0.868033, -0.133553> - 14462: < 0.476614, -0.861427, -0.175453> - 14463: < 0.521180, -0.835133, -0.175853> - 14464: < 0.478208, -0.868033, -0.133553> - 14465: < 0.433281, -0.891405, -0.132911> - 14466: < 0.432149, -0.884654, -0.175026> - 14467: < 0.476614, -0.861427, -0.175453> - 14468: < 0.433281, -0.891405, -0.132911> - 14469: < 0.388632, -0.911854, -0.132240> - 14470: < 0.387965, -0.904997, -0.174541> - 14471: < 0.432149, -0.884654, -0.175026> - 14472: < 0.388632, -0.911854, -0.132240> - 14473: < 0.344322, -0.929596, -0.131509> - 14474: < 0.344072, -0.922682, -0.173989> - 14475: < 0.387965, -0.904997, -0.174541> - 14476: < 0.344322, -0.929596, -0.131509> - 14477: < 0.300427, -0.944802, -0.130743> - 14478: < 0.300496, -0.937897, -0.173351> - 14479: < 0.344072, -0.922682, -0.173989> - 14480: < 0.300427, -0.944802, -0.130743> - 14481: < 0.256880, -0.957663, -0.129981> - 14482: < 0.257217, -0.950800, -0.172679> - 14483: < 0.300496, -0.937897, -0.173351> - 14484: < 0.256880, -0.957663, -0.129981> - 14485: < 0.213666, -0.968319, -0.129250> - 14486: < 0.214182, -0.961530, -0.172005> - 14487: < 0.257217, -0.950800, -0.172679> - 14488: < 0.213666, -0.968319, -0.129250> - 14489: < 0.170691, -0.976904, -0.128545> - 14490: < 0.171305, -0.970211, -0.171305> - 14491: < 0.214182, -0.961530, -0.172005> - 14492: < 0.170691, -0.976904, -0.128545> - 14493: < 0.127935, -0.983497, -0.127935> - 14494: < 0.128545, -0.976904, -0.170691> - 14495: < 0.171305, -0.970211, -0.171305> - 14496: < 0.127935, -0.983497, -0.127935> - 14497: < 0.085300, -0.988171, -0.127447> - 14498: < 0.085788, -0.981668, -0.170203> - 14499: < 0.128545, -0.976904, -0.170691> - 14500: < 0.085300, -0.988171, -0.127447> - 14501: < 0.042666, -0.990966, -0.127144> - 14502: < 0.042970, -0.984530, -0.169866> - 14503: < 0.085788, -0.981668, -0.170203> - 14504: < 0.042666, -0.990966, -0.127144> - 14505: < 0.000000, -0.991900, -0.127020> - 14506: < 0.000000, -0.985488, -0.169746> - 14507: < 0.042970, -0.984530, -0.169866> - 14508: < 0.000000, -0.991900, -0.127020> - 14509: <-0.042666, -0.990966, -0.127144> - 14510: <-0.042970, -0.984530, -0.169866> - 14511: < 0.000000, -0.985488, -0.169746> - 14512: <-0.042666, -0.990966, -0.127144> - 14513: <-0.085300, -0.988171, -0.127447> - 14514: <-0.085788, -0.981668, -0.170203> - 14515: <-0.042970, -0.984530, -0.169866> - 14516: <-0.085300, -0.988171, -0.127447> - 14517: <-0.127935, -0.983497, -0.127935> - 14518: <-0.128545, -0.976904, -0.170691> - 14519: <-0.085788, -0.981668, -0.170203> - 14520: <-0.127935, -0.983497, -0.127935> - 14521: <-0.170691, -0.976904, -0.128545> - 14522: <-0.171305, -0.970211, -0.171305> - 14523: <-0.128545, -0.976904, -0.170691> - 14524: <-0.170691, -0.976904, -0.128545> - 14525: <-0.213666, -0.968319, -0.129250> - 14526: <-0.214182, -0.961530, -0.172005> - 14527: <-0.171305, -0.970211, -0.171305> - 14528: <-0.213666, -0.968319, -0.129250> - 14529: <-0.256880, -0.957663, -0.129981> - 14530: <-0.257217, -0.950800, -0.172679> - 14531: <-0.214182, -0.961530, -0.172005> - 14532: <-0.256880, -0.957663, -0.129981> - 14533: <-0.300427, -0.944802, -0.130743> - 14534: <-0.300496, -0.937897, -0.173351> - 14535: <-0.257217, -0.950800, -0.172679> - 14536: <-0.300427, -0.944802, -0.130743> - 14537: <-0.344322, -0.929596, -0.131509> - 14538: <-0.344072, -0.922682, -0.173989> - 14539: <-0.300496, -0.937897, -0.173351> - 14540: <-0.344322, -0.929596, -0.131509> - 14541: <-0.388632, -0.911854, -0.132240> - 14542: <-0.387965, -0.904997, -0.174541> - 14543: <-0.344072, -0.922682, -0.173989> - 14544: <-0.388632, -0.911854, -0.132240> - 14545: <-0.433281, -0.891405, -0.132911> - 14546: <-0.432149, -0.884654, -0.175026> - 14547: <-0.387965, -0.904997, -0.174541> - 14548: <-0.433281, -0.891405, -0.132911> - 14549: <-0.478208, -0.868033, -0.133553> - 14550: <-0.476614, -0.861427, -0.175453> - 14551: <-0.432149, -0.884654, -0.175026> - 14552: <-0.478208, -0.868033, -0.133553> - 14553: <-0.523307, -0.841527, -0.134100> - 14554: <-0.521180, -0.835133, -0.175853> - 14555: <-0.476614, -0.861427, -0.175453> - 14556: <-0.523307, -0.841527, -0.134100> - 14557: <-0.568382, -0.811677, -0.134618> - 14558: <-0.565675, -0.805587, -0.176188> - 14559: <-0.521180, -0.835133, -0.175853> - 14560: <-0.568382, -0.811677, -0.134618> - 14561: <-0.613218, -0.778295, -0.134985> - 14562: <-0.609892, -0.772589, -0.176461> - 14563: <-0.565675, -0.805587, -0.176188> - 14564: <-0.613218, -0.778295, -0.134985> - 14565: <-0.657468, -0.741243, -0.135260> - 14566: <-0.653502, -0.736025, -0.176644> - 14567: <-0.609892, -0.772589, -0.176461> - 14568: < 0.653502, -0.736025, -0.176644> - 14569: < 0.609892, -0.772589, -0.176461> - 14570: < 0.605748, -0.765608, -0.216596> - 14571: < 0.648606, -0.729636, -0.216660> - 14572: < 0.609892, -0.772589, -0.176461> - 14573: < 0.565675, -0.805587, -0.176188> - 14574: < 0.562257, -0.798110, -0.216534> - 14575: < 0.605748, -0.765608, -0.216596> - 14576: < 0.565675, -0.805587, -0.176188> - 14577: < 0.521180, -0.835133, -0.175853> - 14578: < 0.518435, -0.827263, -0.216475> - 14579: < 0.562257, -0.798110, -0.216534> - 14580: < 0.521180, -0.835133, -0.175853> - 14581: < 0.476614, -0.861427, -0.175453> - 14582: < 0.474515, -0.853230, -0.216413> - 14583: < 0.518435, -0.827263, -0.216475> - 14584: < 0.476614, -0.861427, -0.175453> - 14585: < 0.432149, -0.884654, -0.175026> - 14586: < 0.430657, -0.876208, -0.216320> - 14587: < 0.474515, -0.853230, -0.216413> - 14588: < 0.432149, -0.884654, -0.175026> - 14589: < 0.387965, -0.904997, -0.174541> - 14590: < 0.386985, -0.896382, -0.216199> - 14591: < 0.430657, -0.876208, -0.216320> - 14592: < 0.387965, -0.904997, -0.174541> - 14593: < 0.344072, -0.922682, -0.173989> - 14594: < 0.343582, -0.913949, -0.215982> - 14595: < 0.386985, -0.896382, -0.216199> - 14596: < 0.344072, -0.922682, -0.173989> - 14597: < 0.300496, -0.937897, -0.173351> - 14598: < 0.300461, -0.929096, -0.215649> - 14599: < 0.343582, -0.913949, -0.215982> - 14600: < 0.300496, -0.937897, -0.173351> - 14601: < 0.257217, -0.950800, -0.172679> - 14602: < 0.257519, -0.942000, -0.215220> - 14603: < 0.300461, -0.929096, -0.215649> - 14604: < 0.257217, -0.950800, -0.172679> - 14605: < 0.214182, -0.961530, -0.172005> - 14606: < 0.214732, -0.952775, -0.214732> - 14607: < 0.257519, -0.942000, -0.215220> - 14608: < 0.214182, -0.961530, -0.172005> - 14609: < 0.171305, -0.970211, -0.171305> - 14610: < 0.172005, -0.961530, -0.214182> - 14611: < 0.214732, -0.952775, -0.214732> - 14612: < 0.171305, -0.970211, -0.171305> - 14613: < 0.128545, -0.976904, -0.170691> - 14614: < 0.129250, -0.968319, -0.213666> - 14615: < 0.172005, -0.961530, -0.214182> - 14616: < 0.128545, -0.976904, -0.170691> - 14617: < 0.085788, -0.981668, -0.170203> - 14618: < 0.086398, -0.973180, -0.213204> - 14619: < 0.129250, -0.968319, -0.213666> - 14620: < 0.085788, -0.981668, -0.170203> - 14621: < 0.042970, -0.984530, -0.169866> - 14622: < 0.043306, -0.976120, -0.212870> - 14623: < 0.086398, -0.973180, -0.213204> - 14624: < 0.042970, -0.984530, -0.169866> - 14625: < 0.000000, -0.985488, -0.169746> - 14626: < 0.000000, -0.977107, -0.212750> - 14627: < 0.043306, -0.976120, -0.212870> - 14628: < 0.000000, -0.985488, -0.169746> - 14629: <-0.042970, -0.984530, -0.169866> - 14630: <-0.043306, -0.976120, -0.212870> - 14631: < 0.000000, -0.977107, -0.212750> - 14632: <-0.042970, -0.984530, -0.169866> - 14633: <-0.085788, -0.981668, -0.170203> - 14634: <-0.086398, -0.973180, -0.213204> - 14635: <-0.043306, -0.976120, -0.212870> - 14636: <-0.085788, -0.981668, -0.170203> - 14637: <-0.128545, -0.976904, -0.170691> - 14638: <-0.129250, -0.968319, -0.213666> - 14639: <-0.086398, -0.973180, -0.213204> - 14640: <-0.128545, -0.976904, -0.170691> - 14641: <-0.171305, -0.970211, -0.171305> - 14642: <-0.172005, -0.961530, -0.214182> - 14643: <-0.129250, -0.968319, -0.213666> - 14644: <-0.171305, -0.970211, -0.171305> - 14645: <-0.214182, -0.961530, -0.172005> - 14646: <-0.214732, -0.952775, -0.214732> - 14647: <-0.172005, -0.961530, -0.214182> - 14648: <-0.214182, -0.961530, -0.172005> - 14649: <-0.257217, -0.950800, -0.172679> - 14650: <-0.257519, -0.942000, -0.215220> - 14651: <-0.214732, -0.952775, -0.214732> - 14652: <-0.257217, -0.950800, -0.172679> - 14653: <-0.300496, -0.937897, -0.173351> - 14654: <-0.300461, -0.929096, -0.215649> - 14655: <-0.257519, -0.942000, -0.215220> - 14656: <-0.300496, -0.937897, -0.173351> - 14657: <-0.344072, -0.922682, -0.173989> - 14658: <-0.343582, -0.913949, -0.215982> - 14659: <-0.300461, -0.929096, -0.215649> - 14660: <-0.344072, -0.922682, -0.173989> - 14661: <-0.387965, -0.904997, -0.174541> - 14662: <-0.386985, -0.896382, -0.216199> - 14663: <-0.343582, -0.913949, -0.215982> - 14664: <-0.387965, -0.904997, -0.174541> - 14665: <-0.432149, -0.884654, -0.175026> - 14666: <-0.430657, -0.876208, -0.216320> - 14667: <-0.386985, -0.896382, -0.216199> - 14668: <-0.432149, -0.884654, -0.175026> - 14669: <-0.476614, -0.861427, -0.175453> - 14670: <-0.474515, -0.853230, -0.216413> - 14671: <-0.430657, -0.876208, -0.216320> - 14672: <-0.476614, -0.861427, -0.175453> - 14673: <-0.521180, -0.835133, -0.175853> - 14674: <-0.518435, -0.827263, -0.216475> - 14675: <-0.474515, -0.853230, -0.216413> - 14676: <-0.521180, -0.835133, -0.175853> - 14677: <-0.565675, -0.805587, -0.176188> - 14678: <-0.562257, -0.798110, -0.216534> - 14679: <-0.518435, -0.827263, -0.216475> - 14680: <-0.565675, -0.805587, -0.176188> - 14681: <-0.609892, -0.772589, -0.176461> - 14682: <-0.605748, -0.765608, -0.216596> - 14683: <-0.562257, -0.798110, -0.216534> - 14684: <-0.609892, -0.772589, -0.176461> - 14685: <-0.653502, -0.736025, -0.176644> - 14686: <-0.648606, -0.729636, -0.216660> - 14687: <-0.605748, -0.765608, -0.216596> - 14688: < 0.648606, -0.729636, -0.216660> - 14689: < 0.605748, -0.765608, -0.216596> - 14690: < 0.600829, -0.757361, -0.255750> - 14691: < 0.642833, -0.722093, -0.255632> - 14692: < 0.605748, -0.765608, -0.216596> - 14693: < 0.562257, -0.798110, -0.216534> - 14694: < 0.558172, -0.789266, -0.255937> - 14695: < 0.600829, -0.757361, -0.255750> - 14696: < 0.562257, -0.798110, -0.216534> - 14697: < 0.518435, -0.827263, -0.216475> - 14698: < 0.515110, -0.817925, -0.256243> - 14699: < 0.558172, -0.789266, -0.255937> - 14700: < 0.518435, -0.827263, -0.216475> - 14701: < 0.474515, -0.853230, -0.216413> - 14702: < 0.471888, -0.843490, -0.256606> - 14703: < 0.515110, -0.817925, -0.256243> - 14704: < 0.474515, -0.853230, -0.216413> - 14705: < 0.430657, -0.876208, -0.216320> - 14706: < 0.428698, -0.866124, -0.256999> - 14707: < 0.471888, -0.843490, -0.256606> - 14708: < 0.430657, -0.876208, -0.216320> - 14709: < 0.386985, -0.896382, -0.216199> - 14710: < 0.385664, -0.886018, -0.257364> - 14711: < 0.428698, -0.866124, -0.256999> - 14712: < 0.386985, -0.896382, -0.216199> - 14713: < 0.343582, -0.913949, -0.215982> - 14714: < 0.342825, -0.903377, -0.257646> - 14715: < 0.385664, -0.886018, -0.257364> - 14716: < 0.343582, -0.913949, -0.215982> - 14717: < 0.300461, -0.929096, -0.215649> - 14718: < 0.300219, -0.918390, -0.257736> - 14719: < 0.342825, -0.903377, -0.257646> - 14720: < 0.300461, -0.929096, -0.215649> - 14721: < 0.257519, -0.942000, -0.215220> - 14722: < 0.257702, -0.931225, -0.257702> - 14723: < 0.300219, -0.918390, -0.257736> - 14724: < 0.257519, -0.942000, -0.215220> - 14725: < 0.214732, -0.952775, -0.214732> - 14726: < 0.215220, -0.942000, -0.257519> - 14727: < 0.257702, -0.931225, -0.257702> - 14728: < 0.214732, -0.952775, -0.214732> - 14729: < 0.172005, -0.961530, -0.214182> - 14730: < 0.172679, -0.950800, -0.257217> - 14731: < 0.215220, -0.942000, -0.257519> - 14732: < 0.172005, -0.961530, -0.214182> - 14733: < 0.129250, -0.968319, -0.213666> - 14734: < 0.129981, -0.957663, -0.256880> - 14735: < 0.172679, -0.950800, -0.257217> - 14736: < 0.129250, -0.968319, -0.213666> - 14737: < 0.086398, -0.973180, -0.213204> - 14738: < 0.087041, -0.962605, -0.256544> - 14739: < 0.129981, -0.957663, -0.256880> - 14740: < 0.086398, -0.973180, -0.213204> - 14741: < 0.043306, -0.976120, -0.212870> - 14742: < 0.043703, -0.965618, -0.256267> - 14743: < 0.087041, -0.962605, -0.256544> - 14744: < 0.043306, -0.976120, -0.212870> - 14745: < 0.000000, -0.977107, -0.212750> - 14746: < 0.000000, -0.966630, -0.256177> - 14747: < 0.043703, -0.965618, -0.256267> - 14748: < 0.000000, -0.977107, -0.212750> - 14749: <-0.043306, -0.976120, -0.212870> - 14750: <-0.043703, -0.965618, -0.256267> - 14751: < 0.000000, -0.966630, -0.256177> - 14752: <-0.043306, -0.976120, -0.212870> - 14753: <-0.086398, -0.973180, -0.213204> - 14754: <-0.087041, -0.962605, -0.256544> - 14755: <-0.043703, -0.965618, -0.256267> - 14756: <-0.086398, -0.973180, -0.213204> - 14757: <-0.129250, -0.968319, -0.213666> - 14758: <-0.129981, -0.957663, -0.256880> - 14759: <-0.087041, -0.962605, -0.256544> - 14760: <-0.129250, -0.968319, -0.213666> - 14761: <-0.172005, -0.961530, -0.214182> - 14762: <-0.172679, -0.950800, -0.257217> - 14763: <-0.129981, -0.957663, -0.256880> - 14764: <-0.172005, -0.961530, -0.214182> - 14765: <-0.214732, -0.952775, -0.214732> - 14766: <-0.215220, -0.942000, -0.257519> - 14767: <-0.172679, -0.950800, -0.257217> - 14768: <-0.214732, -0.952775, -0.214732> - 14769: <-0.257519, -0.942000, -0.215220> - 14770: <-0.257702, -0.931225, -0.257702> - 14771: <-0.215220, -0.942000, -0.257519> - 14772: <-0.257519, -0.942000, -0.215220> - 14773: <-0.300461, -0.929096, -0.215649> - 14774: <-0.300219, -0.918390, -0.257736> - 14775: <-0.257702, -0.931225, -0.257702> - 14776: <-0.300461, -0.929096, -0.215649> - 14777: <-0.343582, -0.913949, -0.215982> - 14778: <-0.342852, -0.903367, -0.257643> - 14779: <-0.300219, -0.918390, -0.257736> - 14780: <-0.343582, -0.913949, -0.215982> - 14781: <-0.386985, -0.896382, -0.216199> - 14782: <-0.385664, -0.886018, -0.257364> - 14783: <-0.342852, -0.903367, -0.257643> - 14784: <-0.386985, -0.896382, -0.216199> - 14785: <-0.430657, -0.876208, -0.216320> - 14786: <-0.428698, -0.866124, -0.256999> - 14787: <-0.385664, -0.886018, -0.257364> - 14788: <-0.430657, -0.876208, -0.216320> - 14789: <-0.474515, -0.853230, -0.216413> - 14790: <-0.471888, -0.843490, -0.256606> - 14791: <-0.428698, -0.866124, -0.256999> - 14792: <-0.474515, -0.853230, -0.216413> - 14793: <-0.518435, -0.827263, -0.216475> - 14794: <-0.515110, -0.817925, -0.256243> - 14795: <-0.471888, -0.843490, -0.256606> - 14796: <-0.518435, -0.827263, -0.216475> - 14797: <-0.562257, -0.798110, -0.216534> - 14798: <-0.558172, -0.789266, -0.255937> - 14799: <-0.515110, -0.817925, -0.256243> - 14800: <-0.562257, -0.798110, -0.216534> - 14801: <-0.605748, -0.765608, -0.216596> - 14802: <-0.600829, -0.757361, -0.255750> - 14803: <-0.558172, -0.789266, -0.255937> - 14804: <-0.605748, -0.765608, -0.216596> - 14805: <-0.648606, -0.729636, -0.216660> - 14806: <-0.642833, -0.722093, -0.255632> - 14807: <-0.600829, -0.757361, -0.255750> - 14808: < 0.642833, -0.722093, -0.255632> - 14809: < 0.600829, -0.757361, -0.255750> - 14810: < 0.595158, -0.747816, -0.294207> - 14811: < 0.636150, -0.713396, -0.293904> - 14812: < 0.600829, -0.757361, -0.255750> - 14813: < 0.558172, -0.789266, -0.255937> - 14814: < 0.553415, -0.779017, -0.294729> - 14815: < 0.595158, -0.747816, -0.294207> - 14816: < 0.558172, -0.789266, -0.255937> - 14817: < 0.515110, -0.817925, -0.256243> - 14818: < 0.511198, -0.807082, -0.295457> - 14819: < 0.553415, -0.779017, -0.294729> - 14820: < 0.515110, -0.817925, -0.256243> - 14821: < 0.471888, -0.843490, -0.256606> - 14822: < 0.468770, -0.832128, -0.296339> - 14823: < 0.511198, -0.807082, -0.295457> - 14824: < 0.471888, -0.843490, -0.256606> - 14825: < 0.428698, -0.866124, -0.256999> - 14826: < 0.426323, -0.854324, -0.297287> - 14827: < 0.468770, -0.832128, -0.296339> - 14828: < 0.428698, -0.866124, -0.256999> - 14829: < 0.385664, -0.886018, -0.257364> - 14830: < 0.383986, -0.873840, -0.298259> - 14831: < 0.426323, -0.854324, -0.297287> - 14832: < 0.385664, -0.886018, -0.257364> - 14833: < 0.342825, -0.903377, -0.257646> - 14834: < 0.341811, -0.890906, -0.299085> - 14835: < 0.383986, -0.873840, -0.298259> - 14836: < 0.342825, -0.903377, -0.257646> - 14837: < 0.300219, -0.918390, -0.257736> - 14838: < 0.299762, -0.905696, -0.299762> - 14839: < 0.341811, -0.890906, -0.299085> - 14840: < 0.300219, -0.918390, -0.257736> - 14841: < 0.257702, -0.931225, -0.257702> - 14842: < 0.257736, -0.918390, -0.300219> - 14843: < 0.299762, -0.905696, -0.299762> - 14844: < 0.257702, -0.931225, -0.257702> - 14845: < 0.215220, -0.942000, -0.257519> - 14846: < 0.215649, -0.929096, -0.300461> - 14847: < 0.257736, -0.918390, -0.300219> - 14848: < 0.215220, -0.942000, -0.257519> - 14849: < 0.172679, -0.950800, -0.257217> - 14850: < 0.173351, -0.937897, -0.300496> - 14851: < 0.215649, -0.929096, -0.300461> - 14852: < 0.172679, -0.950800, -0.257217> - 14853: < 0.129981, -0.957663, -0.256880> - 14854: < 0.130743, -0.944802, -0.300427> - 14855: < 0.173351, -0.937897, -0.300496> - 14856: < 0.129981, -0.957663, -0.256880> - 14857: < 0.087041, -0.962605, -0.256544> - 14858: < 0.087712, -0.949820, -0.300248> - 14859: < 0.130743, -0.944802, -0.300427> - 14860: < 0.087041, -0.962605, -0.256544> - 14861: < 0.043703, -0.965618, -0.256267> - 14862: < 0.044130, -0.952889, -0.300092> - 14863: < 0.087712, -0.949820, -0.300248> - 14864: < 0.043703, -0.965618, -0.256267> - 14865: < 0.000000, -0.966630, -0.256177> - 14866: < 0.000000, -0.953921, -0.300059> - 14867: < 0.044130, -0.952889, -0.300092> - 14868: < 0.000000, -0.966630, -0.256177> - 14869: <-0.043703, -0.965618, -0.256267> - 14870: <-0.044130, -0.952889, -0.300092> - 14871: < 0.000000, -0.953921, -0.300059> - 14872: <-0.043703, -0.965618, -0.256267> - 14873: <-0.087041, -0.962605, -0.256544> - 14874: <-0.087712, -0.949820, -0.300248> - 14875: <-0.044130, -0.952889, -0.300092> - 14876: <-0.087041, -0.962605, -0.256544> - 14877: <-0.129981, -0.957663, -0.256880> - 14878: <-0.130743, -0.944802, -0.300427> - 14879: <-0.087712, -0.949820, -0.300248> - 14880: <-0.129981, -0.957663, -0.256880> - 14881: <-0.172679, -0.950800, -0.257217> - 14882: <-0.173351, -0.937897, -0.300496> - 14883: <-0.130743, -0.944802, -0.300427> - 14884: <-0.172679, -0.950800, -0.257217> - 14885: <-0.215220, -0.942000, -0.257519> - 14886: <-0.215649, -0.929096, -0.300461> - 14887: <-0.173351, -0.937897, -0.300496> - 14888: <-0.215220, -0.942000, -0.257519> - 14889: <-0.257702, -0.931225, -0.257702> - 14890: <-0.257736, -0.918390, -0.300219> - 14891: <-0.215649, -0.929096, -0.300461> - 14892: <-0.257702, -0.931225, -0.257702> - 14893: <-0.300219, -0.918390, -0.257736> - 14894: <-0.299762, -0.905696, -0.299762> - 14895: <-0.257736, -0.918390, -0.300219> - 14896: <-0.300219, -0.918390, -0.257736> - 14897: <-0.342852, -0.903367, -0.257643> - 14898: <-0.341811, -0.890906, -0.299085> - 14899: <-0.299762, -0.905696, -0.299762> - 14900: <-0.342852, -0.903367, -0.257643> - 14901: <-0.385664, -0.886018, -0.257364> - 14902: <-0.383960, -0.873851, -0.298262> - 14903: <-0.341811, -0.890906, -0.299085> - 14904: <-0.385664, -0.886018, -0.257364> - 14905: <-0.428698, -0.866124, -0.256999> - 14906: <-0.426323, -0.854324, -0.297287> - 14907: <-0.383960, -0.873851, -0.298262> - 14908: <-0.428698, -0.866124, -0.256999> - 14909: <-0.471888, -0.843490, -0.256606> - 14910: <-0.468770, -0.832128, -0.296339> - 14911: <-0.426323, -0.854324, -0.297287> - 14912: <-0.471888, -0.843490, -0.256606> - 14913: <-0.515110, -0.817925, -0.256243> - 14914: <-0.511198, -0.807082, -0.295457> - 14915: <-0.468770, -0.832128, -0.296339> - 14916: <-0.515110, -0.817925, -0.256243> - 14917: <-0.558172, -0.789266, -0.255937> - 14918: <-0.553415, -0.779017, -0.294729> - 14919: <-0.511198, -0.807082, -0.295457> - 14920: <-0.558172, -0.789266, -0.255937> - 14921: <-0.600829, -0.757361, -0.255750> - 14922: <-0.595158, -0.747816, -0.294207> - 14923: <-0.553415, -0.779017, -0.294729> - 14924: <-0.600829, -0.757361, -0.255750> - 14925: <-0.642833, -0.722093, -0.255632> - 14926: <-0.636150, -0.713396, -0.293904> - 14927: <-0.595158, -0.747816, -0.294207> - 14928: < 0.636150, -0.713396, -0.293904> - 14929: < 0.595158, -0.747816, -0.294207> - 14930: < 0.588744, -0.736915, -0.332170> - 14931: < 0.628603, -0.703467, -0.331652> - 14932: < 0.595158, -0.747816, -0.294207> - 14933: < 0.553415, -0.779017, -0.294729> - 14934: < 0.548009, -0.767292, -0.333090> - 14935: < 0.588744, -0.736915, -0.332170> - 14936: < 0.553415, -0.779017, -0.294729> - 14937: < 0.511198, -0.807082, -0.295457> - 14938: < 0.506740, -0.794627, -0.334337> - 14939: < 0.548009, -0.767292, -0.333090> - 14940: < 0.511198, -0.807082, -0.295457> - 14941: < 0.468770, -0.832128, -0.296339> - 14942: < 0.465202, -0.819039, -0.335801> - 14943: < 0.506740, -0.794627, -0.334337> - 14944: < 0.468770, -0.832128, -0.296339> - 14945: < 0.426323, -0.854324, -0.297287> - 14946: < 0.423577, -0.840684, -0.337391> - 14947: < 0.465202, -0.819039, -0.335801> - 14948: < 0.426323, -0.854324, -0.297287> - 14949: < 0.383986, -0.873840, -0.298259> - 14950: < 0.381976, -0.859750, -0.339005> - 14951: < 0.423577, -0.840684, -0.337391> - 14952: < 0.383986, -0.873840, -0.298259> - 14953: < 0.341811, -0.890906, -0.299085> - 14954: < 0.340503, -0.876422, -0.340503> - 14955: < 0.381976, -0.859750, -0.339005> - 14956: < 0.341811, -0.890906, -0.299085> - 14957: < 0.299762, -0.905696, -0.299762> - 14958: < 0.299085, -0.890906, -0.341811> - 14959: < 0.340503, -0.876422, -0.340503> - 14960: < 0.299762, -0.905696, -0.299762> - 14961: < 0.257736, -0.918390, -0.300219> - 14962: < 0.257643, -0.903367, -0.342852> - 14963: < 0.299085, -0.890906, -0.341811> - 14964: < 0.257736, -0.918390, -0.300219> - 14965: < 0.215649, -0.929096, -0.300461> - 14966: < 0.215982, -0.913949, -0.343582> - 14967: < 0.257643, -0.903367, -0.342852> - 14968: < 0.215649, -0.929096, -0.300461> - 14969: < 0.173351, -0.937897, -0.300496> - 14970: < 0.173989, -0.922682, -0.344072> - 14971: < 0.215982, -0.913949, -0.343582> - 14972: < 0.173351, -0.937897, -0.300496> - 14973: < 0.130743, -0.944802, -0.300427> - 14974: < 0.131509, -0.929596, -0.344322> - 14975: < 0.173989, -0.922682, -0.344072> - 14976: < 0.130743, -0.944802, -0.300427> - 14977: < 0.087712, -0.949820, -0.300248> - 14978: < 0.088414, -0.934648, -0.344408> - 14979: < 0.131509, -0.929596, -0.344322> - 14980: < 0.087712, -0.949820, -0.300248> - 14981: < 0.044130, -0.952889, -0.300092> - 14982: < 0.044558, -0.937762, -0.344409> - 14983: < 0.088414, -0.934648, -0.344408> - 14984: < 0.044130, -0.952889, -0.300092> - 14985: < 0.000000, -0.953921, -0.300059> - 14986: < 0.000000, -0.938821, -0.344405> - 14987: < 0.044558, -0.937762, -0.344409> - 14988: < 0.000000, -0.953921, -0.300059> - 14989: <-0.044130, -0.952889, -0.300092> - 14990: <-0.044558, -0.937762, -0.344409> - 14991: < 0.000000, -0.938821, -0.344405> - 14992: <-0.044130, -0.952889, -0.300092> - 14993: <-0.087712, -0.949820, -0.300248> - 14994: <-0.088414, -0.934648, -0.344408> - 14995: <-0.044558, -0.937762, -0.344409> - 14996: <-0.087712, -0.949820, -0.300248> - 14997: <-0.130743, -0.944802, -0.300427> - 14998: <-0.131509, -0.929596, -0.344322> - 14999: <-0.088414, -0.934648, -0.344408> - 15000: <-0.130743, -0.944802, -0.300427> - 15001: <-0.173351, -0.937897, -0.300496> - 15002: <-0.173989, -0.922682, -0.344072> - 15003: <-0.131509, -0.929596, -0.344322> - 15004: <-0.173351, -0.937897, -0.300496> - 15005: <-0.215649, -0.929096, -0.300461> - 15006: <-0.215982, -0.913949, -0.343582> - 15007: <-0.173989, -0.922682, -0.344072> - 15008: <-0.215649, -0.929096, -0.300461> - 15009: <-0.257736, -0.918390, -0.300219> - 15010: <-0.257643, -0.903367, -0.342852> - 15011: <-0.215982, -0.913949, -0.343582> - 15012: <-0.257736, -0.918390, -0.300219> - 15013: <-0.299762, -0.905696, -0.299762> - 15014: <-0.299085, -0.890906, -0.341811> - 15015: <-0.257643, -0.903367, -0.342852> - 15016: <-0.299762, -0.905696, -0.299762> - 15017: <-0.341811, -0.890906, -0.299085> - 15018: <-0.340503, -0.876422, -0.340503> - 15019: <-0.299085, -0.890906, -0.341811> - 15020: <-0.341811, -0.890906, -0.299085> - 15021: <-0.383960, -0.873851, -0.298262> - 15022: <-0.381976, -0.859750, -0.339005> - 15023: <-0.340503, -0.876422, -0.340503> - 15024: <-0.383960, -0.873851, -0.298262> - 15025: <-0.426323, -0.854324, -0.297287> - 15026: <-0.423577, -0.840684, -0.337391> - 15027: <-0.381976, -0.859750, -0.339005> - 15028: <-0.426323, -0.854324, -0.297287> - 15029: <-0.468770, -0.832128, -0.296339> - 15030: <-0.465202, -0.819039, -0.335801> - 15031: <-0.423577, -0.840684, -0.337391> - 15032: <-0.468770, -0.832128, -0.296339> - 15033: <-0.511198, -0.807082, -0.295457> - 15034: <-0.506745, -0.794636, -0.334310> - 15035: <-0.465202, -0.819039, -0.335801> - 15036: <-0.511198, -0.807082, -0.295457> - 15037: <-0.553415, -0.779017, -0.294729> - 15038: <-0.548009, -0.767292, -0.333090> - 15039: <-0.506745, -0.794636, -0.334310> - 15040: <-0.553415, -0.779017, -0.294729> - 15041: <-0.595158, -0.747816, -0.294207> - 15042: <-0.588744, -0.736915, -0.332170> - 15043: <-0.548009, -0.767292, -0.333090> - 15044: <-0.595158, -0.747816, -0.294207> - 15045: <-0.636150, -0.713396, -0.293904> - 15046: <-0.628603, -0.703467, -0.331652> - 15047: <-0.588744, -0.736915, -0.332170> - 15048: < 0.628603, -0.703467, -0.331652> - 15049: < 0.588744, -0.736915, -0.332170> - 15050: < 0.581661, -0.724825, -0.369188> - 15051: < 0.620305, -0.692544, -0.368246> - 15052: < 0.588744, -0.736915, -0.332170> - 15053: < 0.548009, -0.767292, -0.333090> - 15054: < 0.542028, -0.754169, -0.370721> - 15055: < 0.581661, -0.724825, -0.369188> - 15056: < 0.548009, -0.767292, -0.333090> - 15057: < 0.506740, -0.794627, -0.334337> - 15058: < 0.501802, -0.780568, -0.372705> - 15059: < 0.542028, -0.754169, -0.370721> - 15060: < 0.506740, -0.794627, -0.334337> - 15061: < 0.465202, -0.819039, -0.335801> - 15062: < 0.461239, -0.804154, -0.374961> - 15063: < 0.501802, -0.780568, -0.372705> - 15064: < 0.465202, -0.819039, -0.335801> - 15065: < 0.423577, -0.840684, -0.337391> - 15066: < 0.420500, -0.825100, -0.377345> - 15067: < 0.461239, -0.804154, -0.374961> - 15068: < 0.423577, -0.840684, -0.337391> - 15069: < 0.381976, -0.859750, -0.339005> - 15070: < 0.379751, -0.843551, -0.379751> - 15071: < 0.420500, -0.825100, -0.377345> - 15072: < 0.381976, -0.859750, -0.339005> - 15073: < 0.340503, -0.876422, -0.340503> - 15074: < 0.339005, -0.859750, -0.381976> - 15075: < 0.379751, -0.843551, -0.379751> - 15076: < 0.340503, -0.876422, -0.340503> - 15077: < 0.299085, -0.890906, -0.341811> - 15078: < 0.298262, -0.873851, -0.383960> - 15079: < 0.339005, -0.859750, -0.381976> - 15080: < 0.299085, -0.890906, -0.341811> - 15081: < 0.257643, -0.903367, -0.342852> - 15082: < 0.257367, -0.886028, -0.385638> - 15083: < 0.298262, -0.873851, -0.383960> - 15084: < 0.257643, -0.903367, -0.342852> - 15085: < 0.215982, -0.913949, -0.343582> - 15086: < 0.216199, -0.896382, -0.386985> - 15087: < 0.257367, -0.886028, -0.385638> - 15088: < 0.215982, -0.913949, -0.343582> - 15089: < 0.173989, -0.922682, -0.344072> - 15090: < 0.174541, -0.904997, -0.387965> - 15091: < 0.216199, -0.896382, -0.386985> - 15092: < 0.173989, -0.922682, -0.344072> - 15093: < 0.131509, -0.929596, -0.344322> - 15094: < 0.132240, -0.911854, -0.388632> - 15095: < 0.174541, -0.904997, -0.387965> - 15096: < 0.131509, -0.929596, -0.344322> - 15097: < 0.088414, -0.934648, -0.344408> - 15098: < 0.089116, -0.916918, -0.388998> - 15099: < 0.132240, -0.911854, -0.388632> - 15100: < 0.088414, -0.934648, -0.344408> - 15101: < 0.044558, -0.937762, -0.344409> - 15102: < 0.045016, -0.920061, -0.389180> - 15103: < 0.089116, -0.916918, -0.388998> - 15104: < 0.044558, -0.937762, -0.344409> - 15105: < 0.000000, -0.938821, -0.344405> - 15106: < 0.000000, -0.921135, -0.389244> - 15107: < 0.045016, -0.920061, -0.389180> - 15108: < 0.000000, -0.938821, -0.344405> - 15109: <-0.044558, -0.937762, -0.344409> - 15110: <-0.045016, -0.920061, -0.389180> - 15111: < 0.000000, -0.921135, -0.389244> - 15112: <-0.044558, -0.937762, -0.344409> - 15113: <-0.088414, -0.934648, -0.344408> - 15114: <-0.089116, -0.916918, -0.388998> - 15115: <-0.045016, -0.920061, -0.389180> - 15116: <-0.088414, -0.934648, -0.344408> - 15117: <-0.131509, -0.929596, -0.344322> - 15118: <-0.132240, -0.911854, -0.388632> - 15119: <-0.089116, -0.916918, -0.388998> - 15120: <-0.131509, -0.929596, -0.344322> - 15121: <-0.173989, -0.922682, -0.344072> - 15122: <-0.174541, -0.904997, -0.387965> - 15123: <-0.132240, -0.911854, -0.388632> - 15124: <-0.173989, -0.922682, -0.344072> - 15125: <-0.215982, -0.913949, -0.343582> - 15126: <-0.216199, -0.896382, -0.386985> - 15127: <-0.174541, -0.904997, -0.387965> - 15128: <-0.215982, -0.913949, -0.343582> - 15129: <-0.257643, -0.903367, -0.342852> - 15130: <-0.257364, -0.886018, -0.385664> - 15131: <-0.216199, -0.896382, -0.386985> - 15132: <-0.257643, -0.903367, -0.342852> - 15133: <-0.299085, -0.890906, -0.341811> - 15134: <-0.298262, -0.873851, -0.383960> - 15135: <-0.257364, -0.886018, -0.385664> - 15136: <-0.299085, -0.890906, -0.341811> - 15137: <-0.340503, -0.876422, -0.340503> - 15138: <-0.339005, -0.859750, -0.381976> - 15139: <-0.298262, -0.873851, -0.383960> - 15140: <-0.340503, -0.876422, -0.340503> - 15141: <-0.381976, -0.859750, -0.339005> - 15142: <-0.379751, -0.843551, -0.379751> - 15143: <-0.339005, -0.859750, -0.381976> - 15144: <-0.381976, -0.859750, -0.339005> - 15145: <-0.423577, -0.840684, -0.337391> - 15146: <-0.420500, -0.825100, -0.377345> - 15147: <-0.379751, -0.843551, -0.379751> - 15148: <-0.423577, -0.840684, -0.337391> - 15149: <-0.465202, -0.819039, -0.335801> - 15150: <-0.461239, -0.804154, -0.374961> - 15151: <-0.420500, -0.825100, -0.377345> - 15152: <-0.465202, -0.819039, -0.335801> - 15153: <-0.506745, -0.794636, -0.334310> - 15154: <-0.501802, -0.780568, -0.372705> - 15155: <-0.461239, -0.804154, -0.374961> - 15156: <-0.506745, -0.794636, -0.334310> - 15157: <-0.548009, -0.767292, -0.333090> - 15158: <-0.542028, -0.754169, -0.370721> - 15159: <-0.501802, -0.780568, -0.372705> - 15160: <-0.548009, -0.767292, -0.333090> - 15161: <-0.588744, -0.736915, -0.332170> - 15162: <-0.581661, -0.724825, -0.369188> - 15163: <-0.542028, -0.754169, -0.370721> - 15164: <-0.588744, -0.736915, -0.332170> - 15165: <-0.628603, -0.703467, -0.331652> - 15166: <-0.620305, -0.692544, -0.368246> - 15167: <-0.581661, -0.724825, -0.369188> - 15168: < 0.620305, -0.692544, -0.368246> - 15169: < 0.581661, -0.724825, -0.369188> - 15170: < 0.574008, -0.711772, -0.404839> - 15171: < 0.611427, -0.680859, -0.403223> - 15172: < 0.581661, -0.724825, -0.369188> - 15173: < 0.542028, -0.754169, -0.370721> - 15174: < 0.535518, -0.739812, -0.407307> - 15175: < 0.574008, -0.711772, -0.404839> - 15176: < 0.542028, -0.754169, -0.370721> - 15177: < 0.501802, -0.780568, -0.372705> - 15178: < 0.496372, -0.764976, -0.410398> - 15179: < 0.535518, -0.739812, -0.407307> - 15180: < 0.501802, -0.780568, -0.372705> - 15181: < 0.461239, -0.804154, -0.374961> - 15182: < 0.456900, -0.787421, -0.413777> - 15183: < 0.496372, -0.764976, -0.410398> - 15184: < 0.461239, -0.804154, -0.374961> - 15185: < 0.420500, -0.825100, -0.377345> - 15186: < 0.417202, -0.807394, -0.417202> - 15187: < 0.456900, -0.787421, -0.413777> - 15188: < 0.420500, -0.825100, -0.377345> - 15189: < 0.379751, -0.843551, -0.379751> - 15190: < 0.377345, -0.825100, -0.420500> - 15191: < 0.417202, -0.807394, -0.417202> - 15192: < 0.379751, -0.843551, -0.379751> - 15193: < 0.339005, -0.859750, -0.381976> - 15194: < 0.337391, -0.840684, -0.423577> - 15195: < 0.377345, -0.825100, -0.420500> - 15196: < 0.339005, -0.859750, -0.381976> - 15197: < 0.298262, -0.873851, -0.383960> - 15198: < 0.297287, -0.854324, -0.426323> - 15199: < 0.337391, -0.840684, -0.423577> - 15200: < 0.298262, -0.873851, -0.383960> - 15201: < 0.257367, -0.886028, -0.385638> - 15202: < 0.256999, -0.866124, -0.428698> - 15203: < 0.297287, -0.854324, -0.426323> - 15204: < 0.257367, -0.886028, -0.385638> - 15205: < 0.216199, -0.896382, -0.386985> - 15206: < 0.216320, -0.876208, -0.430657> - 15207: < 0.256999, -0.866124, -0.428698> - 15208: < 0.216199, -0.896382, -0.386985> - 15209: < 0.174541, -0.904997, -0.387965> - 15210: < 0.175026, -0.884654, -0.432149> - 15211: < 0.216320, -0.876208, -0.430657> - 15212: < 0.174541, -0.904997, -0.387965> - 15213: < 0.132240, -0.911854, -0.388632> - 15214: < 0.132911, -0.891405, -0.433281> - 15215: < 0.175026, -0.884654, -0.432149> - 15216: < 0.132240, -0.911854, -0.388632> - 15217: < 0.089116, -0.916918, -0.388998> - 15218: < 0.089787, -0.896437, -0.433981> - 15219: < 0.132911, -0.891405, -0.433281> - 15220: < 0.089116, -0.916918, -0.388998> - 15221: < 0.045016, -0.920061, -0.389180> - 15222: < 0.045443, -0.899583, -0.434379> - 15223: < 0.089787, -0.896437, -0.433981> - 15224: < 0.045016, -0.920061, -0.389180> - 15225: < 0.000000, -0.921135, -0.389244> - 15226: < 0.000000, -0.900655, -0.434534> - 15227: < 0.045443, -0.899583, -0.434379> - 15228: < 0.000000, -0.921135, -0.389244> - 15229: <-0.045016, -0.920061, -0.389180> - 15230: <-0.045443, -0.899583, -0.434379> - 15231: < 0.000000, -0.900655, -0.434534> - 15232: <-0.045016, -0.920061, -0.389180> - 15233: <-0.089116, -0.916918, -0.388998> - 15234: <-0.089787, -0.896437, -0.433981> - 15235: <-0.045443, -0.899583, -0.434379> - 15236: <-0.089116, -0.916918, -0.388998> - 15237: <-0.132240, -0.911854, -0.388632> - 15238: <-0.132911, -0.891405, -0.433281> - 15239: <-0.089787, -0.896437, -0.433981> - 15240: <-0.132240, -0.911854, -0.388632> - 15241: <-0.174541, -0.904997, -0.387965> - 15242: <-0.175026, -0.884654, -0.432149> - 15243: <-0.132911, -0.891405, -0.433281> - 15244: <-0.174541, -0.904997, -0.387965> - 15245: <-0.216199, -0.896382, -0.386985> - 15246: <-0.216320, -0.876208, -0.430657> - 15247: <-0.175026, -0.884654, -0.432149> - 15248: <-0.216199, -0.896382, -0.386985> - 15249: <-0.257364, -0.886018, -0.385664> - 15250: <-0.256999, -0.866124, -0.428698> - 15251: <-0.216320, -0.876208, -0.430657> - 15252: <-0.257364, -0.886018, -0.385664> - 15253: <-0.298262, -0.873851, -0.383960> - 15254: <-0.297287, -0.854324, -0.426323> - 15255: <-0.256999, -0.866124, -0.428698> - 15256: <-0.298262, -0.873851, -0.383960> - 15257: <-0.339005, -0.859750, -0.381976> - 15258: <-0.337391, -0.840684, -0.423577> - 15259: <-0.297287, -0.854324, -0.426323> - 15260: <-0.339005, -0.859750, -0.381976> - 15261: <-0.379751, -0.843551, -0.379751> - 15262: <-0.377345, -0.825100, -0.420500> - 15263: <-0.337391, -0.840684, -0.423577> - 15264: <-0.379751, -0.843551, -0.379751> - 15265: <-0.420500, -0.825100, -0.377345> - 15266: <-0.417202, -0.807394, -0.417202> - 15267: <-0.377345, -0.825100, -0.420500> - 15268: <-0.420500, -0.825100, -0.377345> - 15269: <-0.461239, -0.804154, -0.374961> - 15270: <-0.456900, -0.787421, -0.413777> - 15271: <-0.417202, -0.807394, -0.417202> - 15272: <-0.461239, -0.804154, -0.374961> - 15273: <-0.501802, -0.780568, -0.372705> - 15274: <-0.496395, -0.764964, -0.410392> - 15275: <-0.456900, -0.787421, -0.413777> - 15276: <-0.501802, -0.780568, -0.372705> - 15277: <-0.542028, -0.754169, -0.370721> - 15278: <-0.535518, -0.739812, -0.407307> - 15279: <-0.496395, -0.764964, -0.410392> - 15280: <-0.542028, -0.754169, -0.370721> - 15281: <-0.581661, -0.724825, -0.369188> - 15282: <-0.574008, -0.711772, -0.404839> - 15283: <-0.535518, -0.739812, -0.407307> - 15284: <-0.581661, -0.724825, -0.369188> - 15285: <-0.620305, -0.692544, -0.368246> - 15286: <-0.611427, -0.680859, -0.403223> - 15287: <-0.574008, -0.711772, -0.404839> - 15288: < 0.611427, -0.680859, -0.403223> - 15289: < 0.574008, -0.711772, -0.404839> - 15290: < 0.565794, -0.697667, -0.439475> - 15291: < 0.601963, -0.668312, -0.437036> - 15292: < 0.574008, -0.711772, -0.404839> - 15293: < 0.535518, -0.739812, -0.407307> - 15294: < 0.528478, -0.724109, -0.443145> - 15295: < 0.565794, -0.697667, -0.439475> - 15296: < 0.535518, -0.739812, -0.407307> - 15297: < 0.496372, -0.764976, -0.410398> - 15298: < 0.490534, -0.747688, -0.447593> - 15299: < 0.528478, -0.724109, -0.443145> - 15300: < 0.496372, -0.764976, -0.410398> - 15301: < 0.456900, -0.787421, -0.413777> - 15302: < 0.452290, -0.768679, -0.452290> - 15303: < 0.490534, -0.747688, -0.447593> - 15304: < 0.456900, -0.787421, -0.413777> - 15305: < 0.417202, -0.807394, -0.417202> - 15306: < 0.413777, -0.787421, -0.456900> - 15307: < 0.452290, -0.768679, -0.452290> - 15308: < 0.417202, -0.807394, -0.417202> - 15309: < 0.377345, -0.825100, -0.420500> - 15310: < 0.374961, -0.804154, -0.461239> - 15311: < 0.413777, -0.787421, -0.456900> - 15312: < 0.377345, -0.825100, -0.420500> - 15313: < 0.337391, -0.840684, -0.423577> - 15314: < 0.335801, -0.819039, -0.465202> - 15315: < 0.374961, -0.804154, -0.461239> - 15316: < 0.337391, -0.840684, -0.423577> - 15317: < 0.297287, -0.854324, -0.426323> - 15318: < 0.296339, -0.832128, -0.468770> - 15319: < 0.335801, -0.819039, -0.465202> - 15320: < 0.297287, -0.854324, -0.426323> - 15321: < 0.256999, -0.866124, -0.428698> - 15322: < 0.256606, -0.843490, -0.471888> - 15323: < 0.296339, -0.832128, -0.468770> - 15324: < 0.256999, -0.866124, -0.428698> - 15325: < 0.216320, -0.876208, -0.430657> - 15326: < 0.216413, -0.853230, -0.474515> - 15327: < 0.256606, -0.843490, -0.471888> - 15328: < 0.216320, -0.876208, -0.430657> - 15329: < 0.175026, -0.884654, -0.432149> - 15330: < 0.175453, -0.861426, -0.476614> - 15331: < 0.216413, -0.853230, -0.474515> - 15332: < 0.175026, -0.884654, -0.432149> - 15333: < 0.132911, -0.891405, -0.433281> - 15334: < 0.133553, -0.868033, -0.478208> - 15335: < 0.175453, -0.861426, -0.476614> - 15336: < 0.132911, -0.891405, -0.433281> - 15337: < 0.089787, -0.896437, -0.433981> - 15338: < 0.090429, -0.872976, -0.479307> - 15339: < 0.133553, -0.868033, -0.478208> - 15340: < 0.089787, -0.896437, -0.433981> - 15341: < 0.045443, -0.899583, -0.434379> - 15342: < 0.045871, -0.876095, -0.479951> - 15343: < 0.090429, -0.872976, -0.479307> - 15344: < 0.045443, -0.899583, -0.434379> - 15345: < 0.000000, -0.900655, -0.434534> - 15346: < 0.000000, -0.877182, -0.480158> - 15347: < 0.045871, -0.876095, -0.479951> - 15348: < 0.000000, -0.900655, -0.434534> - 15349: <-0.045443, -0.899583, -0.434379> - 15350: <-0.045871, -0.876095, -0.479951> - 15351: < 0.000000, -0.877182, -0.480158> - 15352: <-0.045443, -0.899583, -0.434379> - 15353: <-0.089787, -0.896437, -0.433981> - 15354: <-0.090429, -0.872976, -0.479307> - 15355: <-0.045871, -0.876095, -0.479951> - 15356: <-0.089787, -0.896437, -0.433981> - 15357: <-0.132911, -0.891405, -0.433281> - 15358: <-0.133553, -0.868033, -0.478208> - 15359: <-0.090429, -0.872976, -0.479307> - 15360: <-0.132911, -0.891405, -0.433281> - 15361: <-0.175026, -0.884654, -0.432149> - 15362: <-0.175453, -0.861426, -0.476614> - 15363: <-0.133553, -0.868033, -0.478208> - 15364: <-0.175026, -0.884654, -0.432149> - 15365: <-0.216320, -0.876208, -0.430657> - 15366: <-0.216413, -0.853230, -0.474515> - 15367: <-0.175453, -0.861426, -0.476614> - 15368: <-0.216320, -0.876208, -0.430657> - 15369: <-0.256999, -0.866124, -0.428698> - 15370: <-0.256606, -0.843490, -0.471888> - 15371: <-0.216413, -0.853230, -0.474515> - 15372: <-0.256999, -0.866124, -0.428698> - 15373: <-0.297287, -0.854324, -0.426323> - 15374: <-0.296339, -0.832128, -0.468770> - 15375: <-0.256606, -0.843490, -0.471888> - 15376: <-0.297287, -0.854324, -0.426323> - 15377: <-0.337391, -0.840684, -0.423577> - 15378: <-0.335801, -0.819039, -0.465202> - 15379: <-0.296339, -0.832128, -0.468770> - 15380: <-0.337391, -0.840684, -0.423577> - 15381: <-0.377345, -0.825100, -0.420500> - 15382: <-0.374961, -0.804154, -0.461239> - 15383: <-0.335801, -0.819039, -0.465202> - 15384: <-0.377345, -0.825100, -0.420500> - 15385: <-0.417202, -0.807394, -0.417202> - 15386: <-0.413777, -0.787421, -0.456900> - 15387: <-0.374961, -0.804154, -0.461239> - 15388: <-0.417202, -0.807394, -0.417202> - 15389: <-0.456900, -0.787421, -0.413777> - 15390: <-0.452290, -0.768679, -0.452290> - 15391: <-0.413777, -0.787421, -0.456900> - 15392: <-0.456900, -0.787421, -0.413777> - 15393: <-0.496395, -0.764964, -0.410392> - 15394: <-0.490534, -0.747688, -0.447593> - 15395: <-0.452290, -0.768679, -0.452290> - 15396: <-0.496395, -0.764964, -0.410392> - 15397: <-0.535518, -0.739812, -0.407307> - 15398: <-0.528478, -0.724109, -0.443145> - 15399: <-0.490534, -0.747688, -0.447593> - 15400: <-0.535518, -0.739812, -0.407307> - 15401: <-0.574008, -0.711772, -0.404839> - 15402: <-0.565794, -0.697667, -0.439475> - 15403: <-0.528478, -0.724109, -0.443145> - 15404: <-0.574008, -0.711772, -0.404839> - 15405: <-0.611427, -0.680859, -0.403223> - 15406: <-0.601963, -0.668312, -0.437036> - 15407: <-0.565794, -0.697667, -0.439475> - 15408: < 0.601963, -0.668312, -0.437036> - 15409: < 0.565794, -0.697667, -0.439475> - 15410: < 0.557037, -0.682532, -0.473139> - 15411: < 0.591920, -0.655217, -0.469385> - 15412: < 0.565794, -0.697667, -0.439475> - 15413: < 0.528478, -0.724109, -0.443145> - 15414: < 0.520969, -0.706895, -0.478425> - 15415: < 0.557037, -0.682532, -0.473139> - 15416: < 0.528478, -0.724109, -0.443145> - 15417: < 0.490534, -0.747688, -0.447593> - 15418: < 0.484430, -0.728461, -0.484430> - 15419: < 0.520969, -0.706895, -0.478425> - 15420: < 0.490534, -0.747688, -0.447593> - 15421: < 0.452290, -0.768679, -0.452290> - 15422: < 0.447593, -0.747688, -0.490534> - 15423: < 0.484430, -0.728461, -0.484430> - 15424: < 0.452290, -0.768679, -0.452290> - 15425: < 0.413777, -0.787421, -0.456900> - 15426: < 0.410398, -0.764976, -0.496372> - 15427: < 0.447593, -0.747688, -0.490534> - 15428: < 0.413777, -0.787421, -0.456900> - 15429: < 0.374961, -0.804154, -0.461239> - 15430: < 0.372705, -0.780568, -0.501802> - 15431: < 0.410398, -0.764976, -0.496372> - 15432: < 0.374961, -0.804154, -0.461239> - 15433: < 0.335801, -0.819039, -0.465202> - 15434: < 0.334310, -0.794636, -0.506745> - 15435: < 0.372705, -0.780568, -0.501802> - 15436: < 0.335801, -0.819039, -0.465202> - 15437: < 0.296339, -0.832128, -0.468770> - 15438: < 0.295457, -0.807082, -0.511198> - 15439: < 0.334310, -0.794636, -0.506745> - 15440: < 0.296339, -0.832128, -0.468770> - 15441: < 0.256606, -0.843490, -0.471888> - 15442: < 0.256243, -0.817925, -0.515110> - 15443: < 0.295457, -0.807082, -0.511198> - 15444: < 0.256606, -0.843490, -0.471888> - 15445: < 0.216413, -0.853230, -0.474515> - 15446: < 0.216475, -0.827263, -0.518435> - 15447: < 0.256243, -0.817925, -0.515110> - 15448: < 0.216413, -0.853230, -0.474515> - 15449: < 0.175453, -0.861426, -0.476614> - 15450: < 0.175853, -0.835133, -0.521180> - 15451: < 0.216475, -0.827263, -0.518435> - 15452: < 0.175453, -0.861426, -0.476614> - 15453: < 0.133553, -0.868033, -0.478208> - 15454: < 0.134100, -0.841527, -0.523307> - 15455: < 0.175853, -0.835133, -0.521180> - 15456: < 0.133553, -0.868033, -0.478208> - 15457: < 0.090429, -0.872976, -0.479307> - 15458: < 0.091008, -0.846324, -0.524836> - 15459: < 0.134100, -0.841527, -0.523307> - 15460: < 0.090429, -0.872976, -0.479307> - 15461: < 0.045871, -0.876095, -0.479951> - 15462: < 0.046267, -0.849378, -0.525753> - 15463: < 0.091008, -0.846324, -0.524836> - 15464: < 0.045871, -0.876095, -0.479951> - 15465: < 0.000000, -0.877182, -0.480158> - 15466: < 0.000000, -0.850434, -0.526081> - 15467: < 0.046267, -0.849378, -0.525753> - 15468: < 0.000000, -0.877182, -0.480158> - 15469: <-0.045871, -0.876095, -0.479951> - 15470: <-0.046267, -0.849378, -0.525753> - 15471: < 0.000000, -0.850434, -0.526081> - 15472: <-0.045871, -0.876095, -0.479951> - 15473: <-0.090429, -0.872976, -0.479307> - 15474: <-0.091008, -0.846324, -0.524836> - 15475: <-0.046267, -0.849378, -0.525753> - 15476: <-0.090429, -0.872976, -0.479307> - 15477: <-0.133553, -0.868033, -0.478208> - 15478: <-0.134100, -0.841527, -0.523307> - 15479: <-0.091008, -0.846324, -0.524836> - 15480: <-0.133553, -0.868033, -0.478208> - 15481: <-0.175453, -0.861426, -0.476614> - 15482: <-0.175853, -0.835133, -0.521180> - 15483: <-0.134100, -0.841527, -0.523307> - 15484: <-0.175453, -0.861426, -0.476614> - 15485: <-0.216413, -0.853230, -0.474515> - 15486: <-0.216475, -0.827263, -0.518435> - 15487: <-0.175853, -0.835133, -0.521180> - 15488: <-0.216413, -0.853230, -0.474515> - 15489: <-0.256606, -0.843490, -0.471888> - 15490: <-0.256243, -0.817925, -0.515110> - 15491: <-0.216475, -0.827263, -0.518435> - 15492: <-0.256606, -0.843490, -0.471888> - 15493: <-0.296339, -0.832128, -0.468770> - 15494: <-0.295457, -0.807082, -0.511198> - 15495: <-0.256243, -0.817925, -0.515110> - 15496: <-0.296339, -0.832128, -0.468770> - 15497: <-0.335801, -0.819039, -0.465202> - 15498: <-0.334337, -0.794627, -0.506740> - 15499: <-0.295457, -0.807082, -0.511198> - 15500: <-0.335801, -0.819039, -0.465202> - 15501: <-0.374961, -0.804154, -0.461239> - 15502: <-0.372705, -0.780568, -0.501802> - 15503: <-0.334337, -0.794627, -0.506740> - 15504: <-0.374961, -0.804154, -0.461239> - 15505: <-0.413777, -0.787421, -0.456900> - 15506: <-0.410392, -0.764964, -0.496395> - 15507: <-0.372705, -0.780568, -0.501802> - 15508: <-0.413777, -0.787421, -0.456900> - 15509: <-0.452290, -0.768679, -0.452290> - 15510: <-0.447593, -0.747688, -0.490534> - 15511: <-0.410392, -0.764964, -0.496395> - 15512: <-0.452290, -0.768679, -0.452290> - 15513: <-0.490534, -0.747688, -0.447593> - 15514: <-0.484430, -0.728461, -0.484430> - 15515: <-0.447593, -0.747688, -0.490534> - 15516: <-0.490534, -0.747688, -0.447593> - 15517: <-0.528478, -0.724109, -0.443145> - 15518: <-0.520969, -0.706895, -0.478425> - 15519: <-0.484430, -0.728461, -0.484430> - 15520: <-0.528478, -0.724109, -0.443145> - 15521: <-0.565794, -0.697667, -0.439475> - 15522: <-0.557037, -0.682532, -0.473139> - 15523: <-0.520969, -0.706895, -0.478425> - 15524: <-0.565794, -0.697667, -0.439475> - 15525: <-0.601963, -0.668312, -0.437036> - 15526: <-0.591920, -0.655217, -0.469385> - 15527: <-0.557037, -0.682532, -0.473139> - 15528: < 0.591920, -0.655217, -0.469385> - 15529: < 0.557037, -0.682532, -0.473139> - 15530: < 0.547882, -0.666144, -0.506040> - 15531: < 0.581456, -0.641397, -0.500519> - 15532: < 0.557037, -0.682532, -0.473139> - 15533: < 0.520969, -0.706895, -0.478425> - 15534: < 0.513252, -0.687856, -0.513252> - 15535: < 0.547882, -0.666144, -0.506040> - 15536: < 0.520969, -0.706895, -0.478425> - 15537: < 0.484430, -0.728461, -0.484430> - 15538: < 0.478425, -0.706895, -0.520969> - 15539: < 0.513252, -0.687856, -0.513252> - 15540: < 0.484430, -0.728461, -0.484430> - 15541: < 0.447593, -0.747688, -0.490534> - 15542: < 0.443145, -0.724109, -0.528478> - 15543: < 0.478425, -0.706895, -0.520969> - 15544: < 0.447593, -0.747688, -0.490534> - 15545: < 0.410398, -0.764976, -0.496372> - 15546: < 0.407307, -0.739812, -0.535518> - 15547: < 0.443145, -0.724109, -0.528478> - 15548: < 0.410398, -0.764976, -0.496372> - 15549: < 0.372705, -0.780568, -0.501802> - 15550: < 0.370721, -0.754169, -0.542028> - 15551: < 0.407307, -0.739812, -0.535518> - 15552: < 0.372705, -0.780568, -0.501802> - 15553: < 0.334310, -0.794636, -0.506745> - 15554: < 0.333090, -0.767292, -0.548009> - 15555: < 0.370721, -0.754169, -0.542028> - 15556: < 0.334310, -0.794636, -0.506745> - 15557: < 0.295457, -0.807082, -0.511198> - 15558: < 0.294729, -0.779017, -0.553415> - 15559: < 0.333090, -0.767292, -0.548009> - 15560: < 0.295457, -0.807082, -0.511198> - 15561: < 0.256243, -0.817925, -0.515110> - 15562: < 0.255937, -0.789266, -0.558172> - 15563: < 0.294729, -0.779017, -0.553415> - 15564: < 0.256243, -0.817925, -0.515110> - 15565: < 0.216475, -0.827263, -0.518435> - 15566: < 0.216534, -0.798110, -0.562257> - 15567: < 0.255937, -0.789266, -0.558172> - 15568: < 0.216475, -0.827263, -0.518435> - 15569: < 0.175853, -0.835133, -0.521180> - 15570: < 0.176188, -0.805587, -0.565675> - 15571: < 0.216534, -0.798110, -0.562257> - 15572: < 0.175853, -0.835133, -0.521180> - 15573: < 0.134100, -0.841527, -0.523307> - 15574: < 0.134618, -0.811677, -0.568382> - 15575: < 0.176188, -0.805587, -0.565675> - 15576: < 0.134100, -0.841527, -0.523307> - 15577: < 0.091008, -0.846324, -0.524836> - 15578: < 0.091497, -0.816271, -0.570377> - 15579: < 0.134618, -0.811677, -0.568382> - 15580: < 0.091008, -0.846324, -0.524836> - 15581: < 0.046267, -0.849378, -0.525753> - 15582: < 0.046573, -0.819208, -0.571602> - 15583: < 0.091497, -0.816271, -0.570377> - 15584: < 0.046267, -0.849378, -0.525753> - 15585: < 0.000000, -0.850434, -0.526081> - 15586: < 0.000000, -0.820237, -0.572024> - 15587: < 0.046573, -0.819208, -0.571602> - 15588: < 0.000000, -0.850434, -0.526081> - 15589: <-0.046267, -0.849378, -0.525753> - 15590: <-0.046573, -0.819208, -0.571602> - 15591: < 0.000000, -0.820237, -0.572024> - 15592: <-0.046267, -0.849378, -0.525753> - 15593: <-0.091008, -0.846324, -0.524836> - 15594: <-0.091497, -0.816271, -0.570377> - 15595: <-0.046573, -0.819208, -0.571602> - 15596: <-0.091008, -0.846324, -0.524836> - 15597: <-0.134100, -0.841527, -0.523307> - 15598: <-0.134618, -0.811677, -0.568382> - 15599: <-0.091497, -0.816271, -0.570377> - 15600: <-0.134100, -0.841527, -0.523307> - 15601: <-0.175853, -0.835133, -0.521180> - 15602: <-0.176188, -0.805587, -0.565675> - 15603: <-0.134618, -0.811677, -0.568382> - 15604: <-0.175853, -0.835133, -0.521180> - 15605: <-0.216475, -0.827263, -0.518435> - 15606: <-0.216534, -0.798110, -0.562257> - 15607: <-0.176188, -0.805587, -0.565675> - 15608: <-0.216475, -0.827263, -0.518435> - 15609: <-0.256243, -0.817925, -0.515110> - 15610: <-0.255937, -0.789266, -0.558172> - 15611: <-0.216534, -0.798110, -0.562257> - 15612: <-0.256243, -0.817925, -0.515110> - 15613: <-0.295457, -0.807082, -0.511198> - 15614: <-0.294729, -0.779017, -0.553415> - 15615: <-0.255937, -0.789266, -0.558172> - 15616: <-0.295457, -0.807082, -0.511198> - 15617: <-0.334337, -0.794627, -0.506740> - 15618: <-0.333090, -0.767292, -0.548009> - 15619: <-0.294729, -0.779017, -0.553415> - 15620: <-0.334337, -0.794627, -0.506740> - 15621: <-0.372705, -0.780568, -0.501802> - 15622: <-0.370721, -0.754169, -0.542028> - 15623: <-0.333090, -0.767292, -0.548009> - 15624: <-0.372705, -0.780568, -0.501802> - 15625: <-0.410392, -0.764964, -0.496395> - 15626: <-0.407307, -0.739812, -0.535518> - 15627: <-0.370721, -0.754169, -0.542028> - 15628: <-0.410392, -0.764964, -0.496395> - 15629: <-0.447593, -0.747688, -0.490534> - 15630: <-0.443145, -0.724109, -0.528478> - 15631: <-0.407307, -0.739812, -0.535518> - 15632: <-0.447593, -0.747688, -0.490534> - 15633: <-0.484430, -0.728461, -0.484430> - 15634: <-0.478425, -0.706895, -0.520969> - 15635: <-0.443145, -0.724109, -0.528478> - 15636: <-0.484430, -0.728461, -0.484430> - 15637: <-0.520969, -0.706895, -0.478425> - 15638: <-0.513252, -0.687856, -0.513252> - 15639: <-0.478425, -0.706895, -0.520969> - 15640: <-0.520969, -0.706895, -0.478425> - 15641: <-0.557037, -0.682532, -0.473139> - 15642: <-0.547882, -0.666144, -0.506040> - 15643: <-0.513252, -0.687856, -0.513252> - 15644: <-0.557037, -0.682532, -0.473139> - 15645: <-0.591920, -0.655217, -0.469385> - 15646: <-0.581456, -0.641397, -0.500519> - 15647: <-0.547882, -0.666144, -0.506040> - 15648: < 0.581456, -0.641397, -0.500519> - 15649: < 0.547882, -0.666144, -0.506040> - 15650: < 0.538962, -0.647334, -0.538962> - 15651: < 0.571076, -0.625584, -0.531523> - 15652: < 0.547882, -0.666144, -0.506040> - 15653: < 0.513252, -0.687856, -0.513252> - 15654: < 0.506040, -0.666144, -0.547882> - 15655: < 0.538962, -0.647334, -0.538962> - 15656: < 0.513252, -0.687856, -0.513252> - 15657: < 0.478425, -0.706895, -0.520969> - 15658: < 0.473139, -0.682532, -0.557037> - 15659: < 0.506040, -0.666144, -0.547882> - 15660: < 0.478425, -0.706895, -0.520969> - 15661: < 0.443145, -0.724109, -0.528478> - 15662: < 0.439475, -0.697667, -0.565794> - 15663: < 0.473139, -0.682532, -0.557037> - 15664: < 0.443145, -0.724109, -0.528478> - 15665: < 0.407307, -0.739812, -0.535518> - 15666: < 0.404839, -0.711772, -0.574008> - 15667: < 0.439475, -0.697667, -0.565794> - 15668: < 0.407307, -0.739812, -0.535518> - 15669: < 0.370721, -0.754169, -0.542028> - 15670: < 0.369188, -0.724825, -0.581661> - 15671: < 0.404839, -0.711772, -0.574008> - 15672: < 0.370721, -0.754169, -0.542028> - 15673: < 0.333090, -0.767292, -0.548009> - 15674: < 0.332170, -0.736915, -0.588744> - 15675: < 0.369188, -0.724825, -0.581661> - 15676: < 0.333090, -0.767292, -0.548009> - 15677: < 0.294729, -0.779017, -0.553415> - 15678: < 0.294207, -0.747816, -0.595158> - 15679: < 0.332170, -0.736915, -0.588744> - 15680: < 0.294729, -0.779017, -0.553415> - 15681: < 0.255937, -0.789266, -0.558172> - 15682: < 0.255750, -0.757361, -0.600829> - 15683: < 0.294207, -0.747816, -0.595158> - 15684: < 0.255937, -0.789266, -0.558172> - 15685: < 0.216534, -0.798110, -0.562257> - 15686: < 0.216596, -0.765608, -0.605748> - 15687: < 0.255750, -0.757361, -0.600829> - 15688: < 0.216534, -0.798110, -0.562257> - 15689: < 0.176188, -0.805587, -0.565675> - 15690: < 0.176461, -0.772589, -0.609892> - 15691: < 0.216596, -0.765608, -0.605748> - 15692: < 0.176188, -0.805587, -0.565675> - 15693: < 0.134618, -0.811677, -0.568382> - 15694: < 0.135018, -0.778306, -0.613196> - 15695: < 0.176461, -0.772589, -0.609892> - 15696: < 0.134618, -0.811677, -0.568382> - 15697: < 0.091497, -0.816271, -0.570377> - 15698: < 0.091894, -0.782607, -0.615697> - 15699: < 0.135018, -0.778306, -0.613196> - 15700: < 0.091497, -0.816271, -0.570377> - 15701: < 0.046573, -0.819208, -0.571602> - 15702: < 0.046847, -0.785375, -0.617246> - 15703: < 0.091894, -0.782607, -0.615697> - 15704: < 0.046573, -0.819208, -0.571602> - 15705: < 0.000000, -0.820237, -0.572024> - 15706: < 0.000000, -0.786344, -0.617789> - 15707: < 0.046847, -0.785375, -0.617246> - 15708: < 0.000000, -0.820237, -0.572024> - 15709: <-0.046573, -0.819208, -0.571602> - 15710: <-0.046847, -0.785375, -0.617246> - 15711: < 0.000000, -0.786344, -0.617789> - 15712: <-0.046573, -0.819208, -0.571602> - 15713: <-0.091497, -0.816271, -0.570377> - 15714: <-0.091894, -0.782607, -0.615697> - 15715: <-0.046847, -0.785375, -0.617246> - 15716: <-0.091497, -0.816271, -0.570377> - 15717: <-0.134618, -0.811677, -0.568382> - 15718: <-0.134988, -0.778309, -0.613199> - 15719: <-0.091894, -0.782607, -0.615697> - 15720: <-0.134618, -0.811677, -0.568382> - 15721: <-0.176188, -0.805587, -0.565675> - 15722: <-0.176461, -0.772589, -0.609892> - 15723: <-0.134988, -0.778309, -0.613199> - 15724: <-0.176188, -0.805587, -0.565675> - 15725: <-0.216534, -0.798110, -0.562257> - 15726: <-0.216596, -0.765608, -0.605748> - 15727: <-0.176461, -0.772589, -0.609892> - 15728: <-0.216534, -0.798110, -0.562257> - 15729: <-0.255937, -0.789266, -0.558172> - 15730: <-0.255750, -0.757361, -0.600829> - 15731: <-0.216596, -0.765608, -0.605748> - 15732: <-0.255937, -0.789266, -0.558172> - 15733: <-0.294729, -0.779017, -0.553415> - 15734: <-0.294207, -0.747816, -0.595158> - 15735: <-0.255750, -0.757361, -0.600829> - 15736: <-0.294729, -0.779017, -0.553415> - 15737: <-0.333090, -0.767292, -0.548009> - 15738: <-0.332170, -0.736915, -0.588744> - 15739: <-0.294207, -0.747816, -0.595158> - 15740: <-0.333090, -0.767292, -0.548009> - 15741: <-0.370721, -0.754169, -0.542028> - 15742: <-0.369188, -0.724825, -0.581661> - 15743: <-0.332170, -0.736915, -0.588744> - 15744: <-0.370721, -0.754169, -0.542028> - 15745: <-0.407307, -0.739812, -0.535518> - 15746: <-0.404839, -0.711772, -0.574008> - 15747: <-0.369188, -0.724825, -0.581661> - 15748: <-0.407307, -0.739812, -0.535518> - 15749: <-0.443145, -0.724109, -0.528478> - 15750: <-0.439475, -0.697667, -0.565794> - 15751: <-0.404839, -0.711772, -0.574008> - 15752: <-0.443145, -0.724109, -0.528478> - 15753: <-0.478425, -0.706895, -0.520969> - 15754: <-0.473139, -0.682532, -0.557037> - 15755: <-0.439475, -0.697667, -0.565794> - 15756: <-0.478425, -0.706895, -0.520969> - 15757: <-0.513252, -0.687856, -0.513252> - 15758: <-0.506040, -0.666144, -0.547882> - 15759: <-0.473139, -0.682532, -0.557037> - 15760: <-0.513252, -0.687856, -0.513252> - 15761: <-0.547882, -0.666144, -0.506040> - 15762: <-0.538962, -0.647334, -0.538962> - 15763: <-0.506040, -0.666144, -0.547882> - 15764: <-0.547882, -0.666144, -0.506040> - 15765: <-0.581456, -0.641397, -0.500519> - 15766: <-0.571076, -0.625584, -0.531523> - 15767: <-0.538962, -0.647334, -0.538962> - 15768: < 0.571076, -0.625584, -0.531523> - 15769: < 0.538962, -0.647334, -0.538962> - 15770: < 0.531523, -0.625584, -0.571076> - 15771: < 0.561516, -0.607783, -0.561516> - 15772: < 0.538962, -0.647334, -0.538962> - 15773: < 0.506040, -0.666144, -0.547882> - 15774: < 0.500519, -0.641397, -0.581456> - 15775: < 0.531523, -0.625584, -0.571076> - 15776: < 0.506040, -0.666144, -0.547882> - 15777: < 0.473139, -0.682532, -0.557037> - 15778: < 0.469385, -0.655217, -0.591920> - 15779: < 0.500519, -0.641397, -0.581456> - 15780: < 0.473139, -0.682532, -0.557037> - 15781: < 0.439475, -0.697667, -0.565794> - 15782: < 0.437036, -0.668312, -0.601963> - 15783: < 0.469385, -0.655217, -0.591920> - 15784: < 0.439475, -0.697667, -0.565794> - 15785: < 0.404839, -0.711772, -0.574008> - 15786: < 0.403223, -0.680859, -0.611427> - 15787: < 0.437036, -0.668312, -0.601963> - 15788: < 0.404839, -0.711772, -0.574008> - 15789: < 0.369188, -0.724825, -0.581661> - 15790: < 0.368246, -0.692544, -0.620305> - 15791: < 0.403223, -0.680859, -0.611427> - 15792: < 0.369188, -0.724825, -0.581661> - 15793: < 0.332170, -0.736915, -0.588744> - 15794: < 0.331652, -0.703467, -0.628603> - 15795: < 0.368246, -0.692544, -0.620305> - 15796: < 0.332170, -0.736915, -0.588744> - 15797: < 0.294207, -0.747816, -0.595158> - 15798: < 0.293904, -0.713396, -0.636150> - 15799: < 0.331652, -0.703467, -0.628603> - 15800: < 0.294207, -0.747816, -0.595158> - 15801: < 0.255750, -0.757361, -0.600829> - 15802: < 0.255632, -0.722093, -0.642833> - 15803: < 0.293904, -0.713396, -0.636150> - 15804: < 0.255750, -0.757361, -0.600829> - 15805: < 0.216596, -0.765608, -0.605748> - 15806: < 0.216660, -0.729636, -0.648606> - 15807: < 0.255632, -0.722093, -0.642833> - 15808: < 0.216596, -0.765608, -0.605748> - 15809: < 0.176461, -0.772589, -0.609892> - 15810: < 0.176644, -0.736025, -0.653502> - 15811: < 0.216660, -0.729636, -0.648606> - 15812: < 0.176461, -0.772589, -0.609892> - 15813: < 0.135018, -0.778306, -0.613196> - 15814: < 0.135260, -0.741243, -0.657468> - 15815: < 0.176644, -0.736025, -0.653502> - 15816: < 0.135018, -0.778306, -0.613196> - 15817: < 0.091894, -0.782607, -0.615697> - 15818: < 0.092137, -0.745184, -0.660463> - 15819: < 0.135260, -0.741243, -0.657468> - 15820: < 0.091894, -0.782607, -0.615697> - 15821: < 0.046847, -0.785375, -0.617246> - 15822: < 0.046999, -0.747715, -0.662354> - 15823: < 0.092137, -0.745184, -0.660463> - 15824: < 0.046847, -0.785375, -0.617246> - 15825: < 0.000000, -0.786344, -0.617789> - 15826: < 0.000000, -0.748599, -0.663024> - 15827: < 0.046999, -0.747715, -0.662354> - 15828: < 0.000000, -0.786344, -0.617789> - 15829: <-0.046847, -0.785375, -0.617246> - 15830: <-0.046999, -0.747715, -0.662354> - 15831: < 0.000000, -0.748599, -0.663024> - 15832: <-0.046847, -0.785375, -0.617246> - 15833: <-0.091894, -0.782607, -0.615697> - 15834: <-0.092137, -0.745184, -0.660463> - 15835: <-0.046999, -0.747715, -0.662354> - 15836: <-0.091894, -0.782607, -0.615697> - 15837: <-0.134988, -0.778309, -0.613199> - 15838: <-0.135260, -0.741243, -0.657468> - 15839: <-0.092137, -0.745184, -0.660463> - 15840: <-0.134988, -0.778309, -0.613199> - 15841: <-0.176461, -0.772589, -0.609892> - 15842: <-0.176644, -0.736025, -0.653502> - 15843: <-0.135260, -0.741243, -0.657468> - 15844: <-0.176461, -0.772589, -0.609892> - 15845: <-0.216596, -0.765608, -0.605748> - 15846: <-0.216660, -0.729636, -0.648606> - 15847: <-0.176644, -0.736025, -0.653502> - 15848: <-0.216596, -0.765608, -0.605748> - 15849: <-0.255750, -0.757361, -0.600829> - 15850: <-0.255632, -0.722093, -0.642833> - 15851: <-0.216660, -0.729636, -0.648606> - 15852: <-0.255750, -0.757361, -0.600829> - 15853: <-0.294207, -0.747816, -0.595158> - 15854: <-0.293904, -0.713396, -0.636150> - 15855: <-0.255632, -0.722093, -0.642833> - 15856: <-0.294207, -0.747816, -0.595158> - 15857: <-0.332170, -0.736915, -0.588744> - 15858: <-0.331652, -0.703467, -0.628603> - 15859: <-0.293904, -0.713396, -0.636150> - 15860: <-0.332170, -0.736915, -0.588744> - 15861: <-0.369188, -0.724825, -0.581661> - 15862: <-0.368246, -0.692544, -0.620305> - 15863: <-0.331652, -0.703467, -0.628603> - 15864: <-0.369188, -0.724825, -0.581661> - 15865: <-0.404839, -0.711772, -0.574008> - 15866: <-0.403223, -0.680859, -0.611427> - 15867: <-0.368246, -0.692544, -0.620305> - 15868: <-0.404839, -0.711772, -0.574008> - 15869: <-0.439475, -0.697667, -0.565794> - 15870: <-0.437036, -0.668312, -0.601963> - 15871: <-0.403223, -0.680859, -0.611427> - 15872: <-0.439475, -0.697667, -0.565794> - 15873: <-0.473139, -0.682532, -0.557037> - 15874: <-0.469385, -0.655217, -0.591920> - 15875: <-0.437036, -0.668312, -0.601963> - 15876: <-0.473139, -0.682532, -0.557037> - 15877: <-0.506040, -0.666144, -0.547882> - 15878: <-0.500519, -0.641397, -0.581456> - 15879: <-0.469385, -0.655217, -0.591920> - 15880: <-0.506040, -0.666144, -0.547882> - 15881: <-0.538962, -0.647334, -0.538962> - 15882: <-0.531523, -0.625584, -0.571076> - 15883: <-0.500519, -0.641397, -0.581456> - 15884: <-0.538962, -0.647334, -0.538962> - 15885: <-0.571076, -0.625584, -0.531523> - 15886: <-0.561516, -0.607783, -0.561516> - 15887: <-0.531523, -0.625584, -0.571076> - 15888: < 0.577360, -0.577330, 0.577360> - 15889: < 0.554296, -0.588539, 0.588539> - 15890: < 0.561516, -0.607783, 0.561516> - 15891: < 0.588539, -0.588539, 0.554296> - 15892: < 0.554296, -0.588539, 0.588539> - 15893: < 0.526447, -0.601188, 0.601188> - 15894: < 0.531523, -0.625584, 0.571076> - 15895: < 0.561516, -0.607783, 0.561516> - 15896: < 0.526447, -0.601188, 0.601188> - 15897: < 0.497527, -0.613379, 0.613379> - 15898: < 0.500519, -0.641397, 0.581456> - 15899: < 0.531523, -0.625584, 0.571076> - 15900: < 0.497527, -0.613379, 0.613379> - 15901: < 0.467950, -0.624909, 0.624909> - 15902: < 0.469385, -0.655217, 0.591920> - 15903: < 0.500519, -0.641397, 0.581456> - 15904: < 0.467950, -0.624909, 0.624909> - 15905: < 0.436181, -0.636296, 0.636296> - 15906: < 0.437036, -0.668312, 0.601963> - 15907: < 0.469385, -0.655217, 0.591920> - 15908: < 0.436181, -0.636296, 0.636296> - 15909: < 0.402668, -0.647247, 0.647247> - 15910: < 0.403223, -0.680859, 0.611427> - 15911: < 0.437036, -0.668312, 0.601963> - 15912: < 0.402668, -0.647247, 0.647247> - 15913: < 0.367912, -0.657511, 0.657511> - 15914: < 0.368246, -0.692544, 0.620305> - 15915: < 0.403223, -0.680859, 0.611427> - 15916: < 0.367912, -0.657511, 0.657511> - 15917: < 0.331474, -0.667130, 0.667130> - 15918: < 0.331652, -0.703467, 0.628603> - 15919: < 0.368246, -0.692544, 0.620305> - 15920: < 0.331474, -0.667130, 0.667130> - 15921: < 0.293804, -0.675899, 0.675899> - 15922: < 0.293904, -0.713396, 0.636150> - 15923: < 0.331652, -0.703467, 0.628603> - 15924: < 0.293804, -0.675899, 0.675899> - 15925: < 0.255594, -0.683620, 0.683620> - 15926: < 0.255632, -0.722093, 0.642833> - 15927: < 0.293904, -0.713396, 0.636150> - 15928: < 0.255594, -0.683620, 0.683620> - 15929: < 0.216684, -0.690307, 0.690307> - 15930: < 0.216660, -0.729636, 0.648606> - 15931: < 0.255632, -0.722093, 0.642833> - 15932: < 0.216684, -0.690307, 0.690307> - 15933: < 0.176733, -0.695976, 0.695976> - 15934: < 0.176644, -0.736025, 0.653502> - 15935: < 0.216660, -0.729636, 0.648606> - 15936: < 0.176733, -0.695976, 0.695976> - 15937: < 0.135353, -0.700600, 0.700600> - 15938: < 0.135260, -0.741243, 0.657468> - 15939: < 0.176644, -0.736025, 0.653502> - 15940: < 0.135353, -0.700600, 0.700600> - 15941: < 0.092231, -0.704093, 0.704093> - 15942: < 0.092137, -0.745184, 0.660463> - 15943: < 0.135260, -0.741243, 0.657468> - 15944: < 0.092231, -0.704093, 0.704093> - 15945: < 0.047060, -0.706323, 0.706323> - 15946: < 0.046999, -0.747715, 0.662354> - 15947: < 0.092137, -0.745184, 0.660463> - 15948: < 0.047060, -0.706323, 0.706323> - 15949: < 0.000000, -0.707107, 0.707107> - 15950: < 0.000000, -0.748599, 0.663024> - 15951: < 0.046999, -0.747715, 0.662354> - 15952: < 0.000000, -0.707107, 0.707107> - 15953: <-0.047060, -0.706323, 0.706323> - 15954: <-0.046999, -0.747715, 0.662354> - 15955: < 0.000000, -0.748599, 0.663024> - 15956: <-0.047060, -0.706323, 0.706323> - 15957: <-0.092229, -0.704078, 0.704108> - 15958: <-0.092137, -0.745184, 0.660463> - 15959: <-0.046999, -0.747715, 0.662354> - 15960: <-0.092229, -0.704078, 0.704108> - 15961: <-0.135353, -0.700600, 0.700600> - 15962: <-0.135260, -0.741243, 0.657468> - 15963: <-0.092137, -0.745184, 0.660463> - 15964: <-0.135353, -0.700600, 0.700600> - 15965: <-0.176733, -0.695976, 0.695976> - 15966: <-0.176644, -0.736025, 0.653502> - 15967: <-0.135260, -0.741243, 0.657468> - 15968: <-0.176733, -0.695976, 0.695976> - 15969: <-0.216684, -0.690307, 0.690307> - 15970: <-0.216660, -0.729636, 0.648606> - 15971: <-0.176644, -0.736025, 0.653502> - 15972: <-0.216684, -0.690307, 0.690307> - 15973: <-0.255594, -0.683620, 0.683620> - 15974: <-0.255632, -0.722093, 0.642833> - 15975: <-0.216660, -0.729636, 0.648606> - 15976: <-0.255594, -0.683620, 0.683620> - 15977: <-0.293804, -0.675899, 0.675899> - 15978: <-0.293904, -0.713396, 0.636150> - 15979: <-0.255632, -0.722093, 0.642833> - 15980: <-0.293804, -0.675899, 0.675899> - 15981: <-0.331474, -0.667130, 0.667130> - 15982: <-0.331652, -0.703467, 0.628603> - 15983: <-0.293904, -0.713396, 0.636150> - 15984: <-0.331474, -0.667130, 0.667130> - 15985: <-0.367912, -0.657511, 0.657511> - 15986: <-0.368246, -0.692544, 0.620305> - 15987: <-0.331652, -0.703467, 0.628603> - 15988: <-0.367912, -0.657511, 0.657511> - 15989: <-0.402668, -0.647247, 0.647247> - 15990: <-0.403223, -0.680859, 0.611427> - 15991: <-0.368246, -0.692544, 0.620305> - 15992: <-0.402668, -0.647247, 0.647247> - 15993: <-0.436181, -0.636296, 0.636296> - 15994: <-0.437036, -0.668312, 0.601963> - 15995: <-0.403223, -0.680859, 0.611427> - 15996: <-0.436181, -0.636296, 0.636296> - 15997: <-0.467950, -0.624909, 0.624909> - 15998: <-0.469385, -0.655217, 0.591920> - 15999: <-0.437036, -0.668312, 0.601963> - 16000: <-0.467950, -0.624909, 0.624909> - 16001: <-0.497527, -0.613379, 0.613379> - 16002: <-0.500496, -0.641406, 0.581465> - 16003: <-0.469385, -0.655217, 0.591920> - 16004: <-0.497527, -0.613379, 0.613379> - 16005: <-0.526457, -0.601168, 0.601199> - 16006: <-0.531523, -0.625584, 0.571076> - 16007: <-0.500496, -0.641406, 0.581465> - 16008: <-0.526457, -0.601168, 0.601199> - 16009: <-0.554296, -0.588539, 0.588539> - 16010: <-0.561516, -0.607783, 0.561516> - 16011: <-0.531523, -0.625584, 0.571076> - 16012: <-0.554296, -0.588539, 0.588539> - 16013: <-0.577330, -0.577360, 0.577360> - 16014: <-0.588539, -0.588539, 0.554296> - 16015: <-0.561516, -0.607783, 0.561516> - 16016: <-0.561516, -0.607783, 0.561516> - 16017: <-0.588539, -0.588539, 0.554296> - 16018: <-0.601199, -0.601168, 0.526457> - 16019: <-0.571076, -0.625584, 0.531523> - 16020: <-0.571076, -0.625584, 0.531523> - 16021: <-0.601199, -0.601168, 0.526457> - 16022: <-0.613379, -0.613379, 0.497527> - 16023: <-0.581456, -0.641397, 0.500519> - 16024: <-0.581456, -0.641397, 0.500519> - 16025: <-0.613379, -0.613379, 0.497527> - 16026: <-0.624909, -0.624909, 0.467950> - 16027: <-0.591920, -0.655217, 0.469385> - 16028: <-0.591920, -0.655217, 0.469385> - 16029: <-0.624909, -0.624909, 0.467950> - 16030: <-0.636296, -0.636296, 0.436181> - 16031: <-0.601963, -0.668312, 0.437036> - 16032: <-0.601963, -0.668312, 0.437036> - 16033: <-0.636296, -0.636296, 0.436181> - 16034: <-0.647247, -0.647247, 0.402668> - 16035: <-0.611427, -0.680859, 0.403223> - 16036: <-0.611427, -0.680859, 0.403223> - 16037: <-0.647247, -0.647247, 0.402668> - 16038: <-0.657511, -0.657511, 0.367912> - 16039: <-0.620305, -0.692544, 0.368246> - 16040: <-0.620305, -0.692544, 0.368246> - 16041: <-0.657511, -0.657511, 0.367912> - 16042: <-0.667130, -0.667130, 0.331474> - 16043: <-0.628603, -0.703467, 0.331652> - 16044: <-0.628603, -0.703467, 0.331652> - 16045: <-0.667130, -0.667130, 0.331474> - 16046: <-0.675899, -0.675899, 0.293804> - 16047: <-0.636150, -0.713396, 0.293904> - 16048: <-0.636150, -0.713396, 0.293904> - 16049: <-0.675899, -0.675899, 0.293804> - 16050: <-0.683620, -0.683620, 0.255594> - 16051: <-0.642833, -0.722093, 0.255632> - 16052: <-0.642833, -0.722093, 0.255632> - 16053: <-0.683620, -0.683620, 0.255594> - 16054: <-0.690307, -0.690307, 0.216684> - 16055: <-0.648606, -0.729636, 0.216660> - 16056: <-0.648606, -0.729636, 0.216660> - 16057: <-0.690307, -0.690307, 0.216684> - 16058: <-0.695976, -0.695976, 0.176733> - 16059: <-0.653502, -0.736025, 0.176644> - 16060: <-0.653502, -0.736025, 0.176644> - 16061: <-0.695976, -0.695976, 0.176733> - 16062: <-0.700600, -0.700600, 0.135353> - 16063: <-0.657468, -0.741243, 0.135260> - 16064: <-0.657468, -0.741243, 0.135260> - 16065: <-0.700600, -0.700600, 0.135353> - 16066: <-0.704093, -0.704093, 0.092231> - 16067: <-0.660463, -0.745184, 0.092137> - 16068: <-0.660463, -0.745184, 0.092137> - 16069: <-0.704093, -0.704093, 0.092231> - 16070: <-0.706323, -0.706323, 0.047060> - 16071: <-0.662354, -0.747715, 0.046999> - 16072: <-0.662354, -0.747715, 0.046999> - 16073: <-0.706323, -0.706323, 0.047060> - 16074: <-0.707107, -0.707107, 0.000000> - 16075: <-0.663024, -0.748599, 0.000000> - 16076: <-0.663024, -0.748599, 0.000000> - 16077: <-0.707107, -0.707107, 0.000000> - 16078: <-0.706323, -0.706323, -0.047060> - 16079: <-0.662354, -0.747715, -0.046999> - 16080: <-0.662354, -0.747715, -0.046999> - 16081: <-0.706323, -0.706323, -0.047060> - 16082: <-0.704093, -0.704093, -0.092231> - 16083: <-0.660463, -0.745184, -0.092137> - 16084: <-0.660463, -0.745184, -0.092137> - 16085: <-0.704093, -0.704093, -0.092231> - 16086: <-0.700600, -0.700600, -0.135353> - 16087: <-0.657468, -0.741243, -0.135260> - 16088: <-0.657468, -0.741243, -0.135260> - 16089: <-0.700600, -0.700600, -0.135353> - 16090: <-0.695976, -0.695976, -0.176733> - 16091: <-0.653502, -0.736025, -0.176644> - 16092: <-0.653502, -0.736025, -0.176644> - 16093: <-0.695976, -0.695976, -0.176733> - 16094: <-0.690307, -0.690307, -0.216684> - 16095: <-0.648606, -0.729636, -0.216660> - 16096: <-0.648606, -0.729636, -0.216660> - 16097: <-0.690307, -0.690307, -0.216684> - 16098: <-0.683620, -0.683620, -0.255594> - 16099: <-0.642833, -0.722093, -0.255632> - 16100: <-0.642833, -0.722093, -0.255632> - 16101: <-0.683620, -0.683620, -0.255594> - 16102: <-0.675899, -0.675899, -0.293804> - 16103: <-0.636150, -0.713396, -0.293904> - 16104: <-0.636150, -0.713396, -0.293904> - 16105: <-0.675899, -0.675899, -0.293804> - 16106: <-0.667130, -0.667130, -0.331474> - 16107: <-0.628603, -0.703467, -0.331652> - 16108: <-0.628603, -0.703467, -0.331652> - 16109: <-0.667130, -0.667130, -0.331474> - 16110: <-0.657511, -0.657511, -0.367912> - 16111: <-0.620305, -0.692544, -0.368246> - 16112: <-0.620305, -0.692544, -0.368246> - 16113: <-0.657511, -0.657511, -0.367912> - 16114: <-0.647247, -0.647247, -0.402668> - 16115: <-0.611427, -0.680859, -0.403223> - 16116: <-0.611427, -0.680859, -0.403223> - 16117: <-0.647247, -0.647247, -0.402668> - 16118: <-0.636296, -0.636296, -0.436181> - 16119: <-0.601963, -0.668312, -0.437036> - 16120: <-0.601963, -0.668312, -0.437036> - 16121: <-0.636296, -0.636296, -0.436181> - 16122: <-0.624909, -0.624909, -0.467950> - 16123: <-0.591920, -0.655217, -0.469385> - 16124: <-0.591920, -0.655217, -0.469385> - 16125: <-0.624909, -0.624909, -0.467950> - 16126: <-0.613379, -0.613379, -0.497527> - 16127: <-0.581456, -0.641397, -0.500519> - 16128: <-0.581456, -0.641397, -0.500519> - 16129: <-0.613379, -0.613379, -0.497527> - 16130: <-0.601188, -0.601188, -0.526447> - 16131: <-0.571076, -0.625584, -0.531523> - 16132: <-0.571076, -0.625584, -0.531523> - 16133: <-0.601188, -0.601188, -0.526447> - 16134: <-0.588539, -0.588539, -0.554296> - 16135: <-0.561516, -0.607783, -0.561516> - 16136: <-0.561516, -0.607783, -0.561516> - 16137: <-0.588539, -0.588539, -0.554296> - 16138: <-0.577360, -0.577330, -0.577360> - 16139: <-0.554296, -0.588539, -0.588539> - 16140: <-0.531523, -0.625584, -0.571076> - 16141: <-0.561516, -0.607783, -0.561516> - 16142: <-0.554296, -0.588539, -0.588539> - 16143: <-0.526447, -0.601188, -0.601188> - 16144: <-0.500519, -0.641397, -0.581456> - 16145: <-0.531523, -0.625584, -0.571076> - 16146: <-0.526447, -0.601188, -0.601188> - 16147: <-0.497527, -0.613379, -0.613379> - 16148: <-0.469385, -0.655217, -0.591920> - 16149: <-0.500519, -0.641397, -0.581456> - 16150: <-0.497527, -0.613379, -0.613379> - 16151: <-0.467950, -0.624909, -0.624909> - 16152: <-0.437036, -0.668312, -0.601963> - 16153: <-0.469385, -0.655217, -0.591920> - 16154: <-0.467950, -0.624909, -0.624909> - 16155: <-0.436181, -0.636296, -0.636296> - 16156: <-0.403223, -0.680859, -0.611427> - 16157: <-0.437036, -0.668312, -0.601963> - 16158: <-0.436181, -0.636296, -0.636296> - 16159: <-0.402668, -0.647247, -0.647247> - 16160: <-0.368246, -0.692544, -0.620305> - 16161: <-0.403223, -0.680859, -0.611427> - 16162: <-0.402668, -0.647247, -0.647247> - 16163: <-0.367912, -0.657511, -0.657511> - 16164: <-0.331652, -0.703467, -0.628603> - 16165: <-0.368246, -0.692544, -0.620305> - 16166: <-0.367912, -0.657511, -0.657511> - 16167: <-0.331474, -0.667130, -0.667130> - 16168: <-0.293904, -0.713396, -0.636150> - 16169: <-0.331652, -0.703467, -0.628603> - 16170: <-0.331474, -0.667130, -0.667130> - 16171: <-0.293804, -0.675899, -0.675899> - 16172: <-0.255632, -0.722093, -0.642833> - 16173: <-0.293904, -0.713396, -0.636150> - 16174: <-0.293804, -0.675899, -0.675899> - 16175: <-0.255594, -0.683620, -0.683620> - 16176: <-0.216660, -0.729636, -0.648606> - 16177: <-0.255632, -0.722093, -0.642833> - 16178: <-0.255594, -0.683620, -0.683620> - 16179: <-0.216684, -0.690307, -0.690307> - 16180: <-0.176644, -0.736025, -0.653502> - 16181: <-0.216660, -0.729636, -0.648606> - 16182: <-0.216684, -0.690307, -0.690307> - 16183: <-0.176733, -0.695976, -0.695976> - 16184: <-0.135260, -0.741243, -0.657468> - 16185: <-0.176644, -0.736025, -0.653502> - 16186: <-0.176733, -0.695976, -0.695976> - 16187: <-0.135353, -0.700600, -0.700600> - 16188: <-0.092137, -0.745184, -0.660463> - 16189: <-0.135260, -0.741243, -0.657468> - 16190: <-0.135353, -0.700600, -0.700600> - 16191: <-0.092231, -0.704093, -0.704093> - 16192: <-0.046999, -0.747715, -0.662354> - 16193: <-0.092137, -0.745184, -0.660463> - 16194: <-0.092231, -0.704093, -0.704093> - 16195: <-0.047060, -0.706323, -0.706323> - 16196: < 0.000000, -0.748599, -0.663024> - 16197: <-0.046999, -0.747715, -0.662354> - 16198: <-0.047060, -0.706323, -0.706323> - 16199: < 0.000000, -0.707107, -0.707107> - 16200: < 0.046999, -0.747715, -0.662354> - 16201: < 0.000000, -0.748599, -0.663024> - 16202: < 0.000000, -0.707107, -0.707107> - 16203: < 0.047060, -0.706323, -0.706323> - 16204: < 0.092137, -0.745184, -0.660463> - 16205: < 0.046999, -0.747715, -0.662354> - 16206: < 0.047060, -0.706323, -0.706323> - 16207: < 0.092231, -0.704093, -0.704093> - 16208: < 0.135260, -0.741243, -0.657468> - 16209: < 0.092137, -0.745184, -0.660463> - 16210: < 0.092231, -0.704093, -0.704093> - 16211: < 0.135353, -0.700600, -0.700600> - 16212: < 0.176644, -0.736025, -0.653502> - 16213: < 0.135260, -0.741243, -0.657468> - 16214: < 0.135353, -0.700600, -0.700600> - 16215: < 0.176733, -0.695976, -0.695976> - 16216: < 0.216660, -0.729636, -0.648606> - 16217: < 0.176644, -0.736025, -0.653502> - 16218: < 0.176733, -0.695976, -0.695976> - 16219: < 0.216684, -0.690307, -0.690307> - 16220: < 0.255632, -0.722093, -0.642833> - 16221: < 0.216660, -0.729636, -0.648606> - 16222: < 0.216684, -0.690307, -0.690307> - 16223: < 0.255594, -0.683620, -0.683620> - 16224: < 0.293904, -0.713396, -0.636150> - 16225: < 0.255632, -0.722093, -0.642833> - 16226: < 0.255594, -0.683620, -0.683620> - 16227: < 0.293804, -0.675899, -0.675899> - 16228: < 0.331652, -0.703467, -0.628603> - 16229: < 0.293904, -0.713396, -0.636150> - 16230: < 0.293804, -0.675899, -0.675899> - 16231: < 0.331474, -0.667130, -0.667130> - 16232: < 0.368246, -0.692544, -0.620305> - 16233: < 0.331652, -0.703467, -0.628603> - 16234: < 0.331474, -0.667130, -0.667130> - 16235: < 0.367912, -0.657511, -0.657511> - 16236: < 0.403223, -0.680859, -0.611427> - 16237: < 0.368246, -0.692544, -0.620305> - 16238: < 0.367912, -0.657511, -0.657511> - 16239: < 0.402668, -0.647247, -0.647247> - 16240: < 0.437036, -0.668312, -0.601963> - 16241: < 0.403223, -0.680859, -0.611427> - 16242: < 0.402668, -0.647247, -0.647247> - 16243: < 0.436181, -0.636296, -0.636296> - 16244: < 0.469385, -0.655217, -0.591920> - 16245: < 0.437036, -0.668312, -0.601963> - 16246: < 0.436181, -0.636296, -0.636296> - 16247: < 0.467950, -0.624909, -0.624909> - 16248: < 0.500519, -0.641397, -0.581456> - 16249: < 0.469385, -0.655217, -0.591920> - 16250: < 0.467950, -0.624909, -0.624909> - 16251: < 0.497527, -0.613379, -0.613379> - 16252: < 0.531523, -0.625584, -0.571076> - 16253: < 0.500519, -0.641397, -0.581456> - 16254: < 0.497527, -0.613379, -0.613379> - 16255: < 0.526457, -0.601168, -0.601199> - 16256: < 0.561516, -0.607783, -0.561516> - 16257: < 0.531523, -0.625584, -0.571076> - 16258: < 0.526457, -0.601168, -0.601199> - 16259: < 0.554296, -0.588539, -0.588539> - 16260: < 0.588539, -0.588539, -0.554296> - 16261: < 0.561516, -0.607783, -0.561516> - 16262: < 0.554296, -0.588539, -0.588539> - 16263: < 0.577350, -0.577350, -0.577350> - 16264: < 0.601188, -0.601188, -0.526447> - 16265: < 0.571076, -0.625584, -0.531523> - 16266: < 0.561516, -0.607783, -0.561516> - 16267: < 0.588539, -0.588539, -0.554296> - 16268: < 0.613379, -0.613379, -0.497527> - 16269: < 0.581456, -0.641397, -0.500519> - 16270: < 0.571076, -0.625584, -0.531523> - 16271: < 0.601188, -0.601188, -0.526447> - 16272: < 0.624909, -0.624909, -0.467950> - 16273: < 0.591920, -0.655217, -0.469385> - 16274: < 0.581456, -0.641397, -0.500519> - 16275: < 0.613379, -0.613379, -0.497527> - 16276: < 0.636296, -0.636296, -0.436181> - 16277: < 0.601963, -0.668312, -0.437036> - 16278: < 0.591920, -0.655217, -0.469385> - 16279: < 0.624909, -0.624909, -0.467950> - 16280: < 0.647247, -0.647247, -0.402668> - 16281: < 0.611427, -0.680859, -0.403223> - 16282: < 0.601963, -0.668312, -0.437036> - 16283: < 0.636296, -0.636296, -0.436181> - 16284: < 0.657511, -0.657511, -0.367912> - 16285: < 0.620305, -0.692544, -0.368246> - 16286: < 0.611427, -0.680859, -0.403223> - 16287: < 0.647247, -0.647247, -0.402668> - 16288: < 0.667130, -0.667130, -0.331474> - 16289: < 0.628603, -0.703467, -0.331652> - 16290: < 0.620305, -0.692544, -0.368246> - 16291: < 0.657511, -0.657511, -0.367912> - 16292: < 0.675899, -0.675899, -0.293804> - 16293: < 0.636150, -0.713396, -0.293904> - 16294: < 0.628603, -0.703467, -0.331652> - 16295: < 0.667130, -0.667130, -0.331474> - 16296: < 0.683620, -0.683620, -0.255594> - 16297: < 0.642833, -0.722093, -0.255632> - 16298: < 0.636150, -0.713396, -0.293904> - 16299: < 0.675899, -0.675899, -0.293804> - 16300: < 0.690307, -0.690307, -0.216684> - 16301: < 0.648606, -0.729636, -0.216660> - 16302: < 0.642833, -0.722093, -0.255632> - 16303: < 0.683620, -0.683620, -0.255594> - 16304: < 0.695976, -0.695976, -0.176733> - 16305: < 0.653502, -0.736025, -0.176644> - 16306: < 0.648606, -0.729636, -0.216660> - 16307: < 0.690307, -0.690307, -0.216684> - 16308: < 0.700600, -0.700600, -0.135353> - 16309: < 0.657468, -0.741243, -0.135260> - 16310: < 0.653502, -0.736025, -0.176644> - 16311: < 0.695976, -0.695976, -0.176733> - 16312: < 0.704093, -0.704093, -0.092231> - 16313: < 0.660463, -0.745184, -0.092137> - 16314: < 0.657468, -0.741243, -0.135260> - 16315: < 0.700600, -0.700600, -0.135353> - 16316: < 0.706323, -0.706323, -0.047060> - 16317: < 0.662354, -0.747715, -0.046999> - 16318: < 0.660463, -0.745184, -0.092137> - 16319: < 0.704093, -0.704093, -0.092231> - 16320: < 0.707107, -0.707107, 0.000000> - 16321: < 0.663024, -0.748599, 0.000000> - 16322: < 0.662354, -0.747715, -0.046999> - 16323: < 0.706323, -0.706323, -0.047060> - 16324: < 0.706323, -0.706323, 0.047060> - 16325: < 0.662354, -0.747715, 0.046999> - 16326: < 0.663024, -0.748599, 0.000000> - 16327: < 0.707107, -0.707107, 0.000000> - 16328: < 0.704093, -0.704093, 0.092231> - 16329: < 0.660463, -0.745184, 0.092137> - 16330: < 0.662354, -0.747715, 0.046999> - 16331: < 0.706323, -0.706323, 0.047060> - 16332: < 0.700600, -0.700600, 0.135353> - 16333: < 0.657468, -0.741243, 0.135260> - 16334: < 0.660463, -0.745184, 0.092137> - 16335: < 0.704093, -0.704093, 0.092231> - 16336: < 0.695976, -0.695976, 0.176733> - 16337: < 0.653502, -0.736025, 0.176644> - 16338: < 0.657468, -0.741243, 0.135260> - 16339: < 0.700600, -0.700600, 0.135353> - 16340: < 0.690307, -0.690307, 0.216684> - 16341: < 0.648606, -0.729636, 0.216660> - 16342: < 0.653502, -0.736025, 0.176644> - 16343: < 0.695976, -0.695976, 0.176733> - 16344: < 0.683620, -0.683620, 0.255594> - 16345: < 0.642833, -0.722093, 0.255632> - 16346: < 0.648606, -0.729636, 0.216660> - 16347: < 0.690307, -0.690307, 0.216684> - 16348: < 0.675899, -0.675899, 0.293804> - 16349: < 0.636150, -0.713396, 0.293904> - 16350: < 0.642833, -0.722093, 0.255632> - 16351: < 0.683620, -0.683620, 0.255594> - 16352: < 0.667130, -0.667130, 0.331474> - 16353: < 0.628603, -0.703467, 0.331652> - 16354: < 0.636150, -0.713396, 0.293904> - 16355: < 0.675899, -0.675899, 0.293804> - 16356: < 0.657511, -0.657511, 0.367912> - 16357: < 0.620305, -0.692544, 0.368246> - 16358: < 0.628603, -0.703467, 0.331652> - 16359: < 0.667130, -0.667130, 0.331474> - 16360: < 0.647247, -0.647247, 0.402668> - 16361: < 0.611427, -0.680859, 0.403223> - 16362: < 0.620305, -0.692544, 0.368246> - 16363: < 0.657511, -0.657511, 0.367912> - 16364: < 0.636296, -0.636296, 0.436181> - 16365: < 0.601963, -0.668312, 0.437036> - 16366: < 0.611427, -0.680859, 0.403223> - 16367: < 0.647247, -0.647247, 0.402668> - 16368: < 0.624909, -0.624909, 0.467950> - 16369: < 0.591920, -0.655217, 0.469385> - 16370: < 0.601963, -0.668312, 0.437036> - 16371: < 0.636296, -0.636296, 0.436181> - 16372: < 0.613379, -0.613379, 0.497527> - 16373: < 0.581456, -0.641397, 0.500519> - 16374: < 0.591920, -0.655217, 0.469385> - 16375: < 0.624909, -0.624909, 0.467950> - 16376: < 0.601188, -0.601188, 0.526447> - 16377: < 0.571076, -0.625584, 0.531523> - 16378: < 0.581456, -0.641397, 0.500519> - 16379: < 0.613379, -0.613379, 0.497527> - 16380: < 0.588539, -0.588539, 0.554296> - 16381: < 0.561516, -0.607783, 0.561516> - 16382: < 0.571076, -0.625584, 0.531523> - 16383: < 0.601188, -0.601188, 0.526447> - 16384: <-0.607783, -0.561516, 0.561516> - 16385: <-0.625584, -0.531523, 0.571076> - 16386: <-0.647334, -0.538962, 0.538962> - 16387: <-0.625584, -0.571076, 0.531523> - 16388: <-0.625584, -0.531523, 0.571076> - 16389: <-0.641397, -0.500519, 0.581456> - 16390: <-0.666144, -0.506040, 0.547882> - 16391: <-0.647334, -0.538962, 0.538962> - 16392: <-0.641397, -0.500519, 0.581456> - 16393: <-0.655217, -0.469385, 0.591920> - 16394: <-0.682532, -0.473139, 0.557037> - 16395: <-0.666144, -0.506040, 0.547882> - 16396: <-0.655217, -0.469385, 0.591920> - 16397: <-0.668312, -0.437036, 0.601963> - 16398: <-0.697667, -0.439475, 0.565794> - 16399: <-0.682532, -0.473139, 0.557037> - 16400: <-0.668312, -0.437036, 0.601963> - 16401: <-0.680859, -0.403223, 0.611427> - 16402: <-0.711772, -0.404839, 0.574008> - 16403: <-0.697667, -0.439475, 0.565794> - 16404: <-0.680859, -0.403223, 0.611427> - 16405: <-0.692544, -0.368246, 0.620305> - 16406: <-0.724825, -0.369188, 0.581661> - 16407: <-0.711772, -0.404839, 0.574008> - 16408: <-0.692544, -0.368246, 0.620305> - 16409: <-0.703467, -0.331652, 0.628603> - 16410: <-0.736907, -0.332197, 0.588738> - 16411: <-0.724825, -0.369188, 0.581661> - 16412: <-0.703467, -0.331652, 0.628603> - 16413: <-0.713396, -0.293904, 0.636150> - 16414: <-0.747816, -0.294207, 0.595158> - 16415: <-0.736907, -0.332197, 0.588738> - 16416: <-0.713396, -0.293904, 0.636150> - 16417: <-0.722093, -0.255632, 0.642833> - 16418: <-0.757361, -0.255750, 0.600829> - 16419: <-0.747816, -0.294207, 0.595158> - 16420: <-0.722093, -0.255632, 0.642833> - 16421: <-0.729636, -0.216660, 0.648606> - 16422: <-0.765608, -0.216596, 0.605748> - 16423: <-0.757361, -0.255750, 0.600829> - 16424: <-0.729636, -0.216660, 0.648606> - 16425: <-0.736025, -0.176644, 0.653502> - 16426: <-0.772589, -0.176461, 0.609892> - 16427: <-0.765608, -0.216596, 0.605748> - 16428: <-0.736025, -0.176644, 0.653502> - 16429: <-0.741243, -0.135260, 0.657468> - 16430: <-0.778292, -0.135015, 0.613215> - 16431: <-0.772589, -0.176461, 0.609892> - 16432: <-0.741243, -0.135260, 0.657468> - 16433: <-0.745184, -0.092137, 0.660463> - 16434: <-0.782607, -0.091894, 0.615697> - 16435: <-0.778292, -0.135015, 0.613215> - 16436: <-0.745184, -0.092137, 0.660463> - 16437: <-0.747715, -0.046999, 0.662354> - 16438: <-0.785375, -0.046847, 0.617246> - 16439: <-0.782607, -0.091894, 0.615697> - 16440: <-0.747715, -0.046999, 0.662354> - 16441: <-0.748599, 0.000000, 0.663024> - 16442: <-0.786344, 0.000000, 0.617789> - 16443: <-0.785375, -0.046847, 0.617246> - 16444: <-0.748599, 0.000000, 0.663024> - 16445: <-0.747715, 0.046999, 0.662354> - 16446: <-0.785375, 0.046847, 0.617246> - 16447: <-0.786344, 0.000000, 0.617789> - 16448: <-0.747715, 0.046999, 0.662354> - 16449: <-0.745184, 0.092137, 0.660463> - 16450: <-0.782607, 0.091894, 0.615697> - 16451: <-0.785375, 0.046847, 0.617246> - 16452: <-0.745184, 0.092137, 0.660463> - 16453: <-0.741243, 0.135260, 0.657468> - 16454: <-0.778309, 0.134988, 0.613199> - 16455: <-0.782607, 0.091894, 0.615697> - 16456: <-0.741243, 0.135260, 0.657468> - 16457: <-0.736025, 0.176644, 0.653502> - 16458: <-0.772589, 0.176461, 0.609892> - 16459: <-0.778309, 0.134988, 0.613199> - 16460: <-0.736025, 0.176644, 0.653502> - 16461: <-0.729636, 0.216660, 0.648606> - 16462: <-0.765608, 0.216596, 0.605748> - 16463: <-0.772589, 0.176461, 0.609892> - 16464: <-0.729636, 0.216660, 0.648606> - 16465: <-0.722093, 0.255632, 0.642833> - 16466: <-0.757361, 0.255750, 0.600829> - 16467: <-0.765608, 0.216596, 0.605748> - 16468: <-0.722093, 0.255632, 0.642833> - 16469: <-0.713396, 0.293904, 0.636150> - 16470: <-0.747816, 0.294207, 0.595158> - 16471: <-0.757361, 0.255750, 0.600829> - 16472: <-0.713396, 0.293904, 0.636150> - 16473: <-0.703467, 0.331652, 0.628603> - 16474: <-0.736915, 0.332170, 0.588744> - 16475: <-0.747816, 0.294207, 0.595158> - 16476: <-0.703467, 0.331652, 0.628603> - 16477: <-0.692544, 0.368246, 0.620305> - 16478: <-0.724825, 0.369188, 0.581661> - 16479: <-0.736915, 0.332170, 0.588744> - 16480: <-0.692544, 0.368246, 0.620305> - 16481: <-0.680859, 0.403223, 0.611427> - 16482: <-0.711772, 0.404839, 0.574008> - 16483: <-0.724825, 0.369188, 0.581661> - 16484: <-0.680859, 0.403223, 0.611427> - 16485: <-0.668312, 0.437036, 0.601963> - 16486: <-0.697667, 0.439475, 0.565794> - 16487: <-0.711772, 0.404839, 0.574008> - 16488: <-0.668312, 0.437036, 0.601963> - 16489: <-0.655217, 0.469385, 0.591920> - 16490: <-0.682532, 0.473139, 0.557037> - 16491: <-0.697667, 0.439475, 0.565794> - 16492: <-0.655217, 0.469385, 0.591920> - 16493: <-0.641406, 0.500496, 0.581465> - 16494: <-0.666144, 0.506040, 0.547882> - 16495: <-0.682532, 0.473139, 0.557037> - 16496: <-0.641406, 0.500496, 0.581465> - 16497: <-0.625584, 0.531523, 0.571076> - 16498: <-0.647334, 0.538962, 0.538962> - 16499: <-0.666144, 0.506040, 0.547882> - 16500: <-0.625584, 0.531523, 0.571076> - 16501: <-0.607783, 0.561516, 0.561516> - 16502: <-0.625584, 0.571076, 0.531523> - 16503: <-0.647334, 0.538962, 0.538962> - 16504: <-0.625584, -0.571076, 0.531523> - 16505: <-0.647334, -0.538962, 0.538962> - 16506: <-0.666144, -0.547882, 0.506040> - 16507: <-0.641397, -0.581456, 0.500519> - 16508: <-0.647334, -0.538962, 0.538962> - 16509: <-0.666144, -0.506040, 0.547882> - 16510: <-0.687856, -0.513252, 0.513252> - 16511: <-0.666144, -0.547882, 0.506040> - 16512: <-0.666144, -0.506040, 0.547882> - 16513: <-0.682532, -0.473139, 0.557037> - 16514: <-0.706895, -0.478425, 0.520969> - 16515: <-0.687856, -0.513252, 0.513252> - 16516: <-0.682532, -0.473139, 0.557037> - 16517: <-0.697667, -0.439475, 0.565794> - 16518: <-0.724109, -0.443145, 0.528478> - 16519: <-0.706895, -0.478425, 0.520969> - 16520: <-0.697667, -0.439475, 0.565794> - 16521: <-0.711772, -0.404839, 0.574008> - 16522: <-0.739812, -0.407307, 0.535518> - 16523: <-0.724109, -0.443145, 0.528478> - 16524: <-0.711772, -0.404839, 0.574008> - 16525: <-0.724825, -0.369188, 0.581661> - 16526: <-0.754169, -0.370721, 0.542028> - 16527: <-0.739812, -0.407307, 0.535518> - 16528: <-0.724825, -0.369188, 0.581661> - 16529: <-0.736907, -0.332197, 0.588738> - 16530: <-0.767292, -0.333090, 0.548009> - 16531: <-0.754169, -0.370721, 0.542028> - 16532: <-0.736907, -0.332197, 0.588738> - 16533: <-0.747816, -0.294207, 0.595158> - 16534: <-0.779017, -0.294729, 0.553415> - 16535: <-0.767292, -0.333090, 0.548009> - 16536: <-0.747816, -0.294207, 0.595158> - 16537: <-0.757361, -0.255750, 0.600829> - 16538: <-0.789266, -0.255937, 0.558172> - 16539: <-0.779017, -0.294729, 0.553415> - 16540: <-0.757361, -0.255750, 0.600829> - 16541: <-0.765608, -0.216596, 0.605748> - 16542: <-0.798110, -0.216534, 0.562257> - 16543: <-0.789266, -0.255937, 0.558172> - 16544: <-0.765608, -0.216596, 0.605748> - 16545: <-0.772589, -0.176461, 0.609892> - 16546: <-0.805587, -0.176188, 0.565675> - 16547: <-0.798110, -0.216534, 0.562257> - 16548: <-0.772589, -0.176461, 0.609892> - 16549: <-0.778292, -0.135015, 0.613215> - 16550: <-0.811677, -0.134618, 0.568382> - 16551: <-0.805587, -0.176188, 0.565675> - 16552: <-0.778292, -0.135015, 0.613215> - 16553: <-0.782607, -0.091894, 0.615697> - 16554: <-0.816271, -0.091497, 0.570377> - 16555: <-0.811677, -0.134618, 0.568382> - 16556: <-0.782607, -0.091894, 0.615697> - 16557: <-0.785375, -0.046847, 0.617246> - 16558: <-0.819208, -0.046573, 0.571602> - 16559: <-0.816271, -0.091497, 0.570377> - 16560: <-0.785375, -0.046847, 0.617246> - 16561: <-0.786344, 0.000000, 0.617789> - 16562: <-0.820237, 0.000000, 0.572024> - 16563: <-0.819208, -0.046573, 0.571602> - 16564: <-0.786344, 0.000000, 0.617789> - 16565: <-0.785375, 0.046847, 0.617246> - 16566: <-0.819208, 0.046573, 0.571602> - 16567: <-0.820237, 0.000000, 0.572024> - 16568: <-0.785375, 0.046847, 0.617246> - 16569: <-0.782607, 0.091894, 0.615697> - 16570: <-0.816271, 0.091497, 0.570377> - 16571: <-0.819208, 0.046573, 0.571602> - 16572: <-0.782607, 0.091894, 0.615697> - 16573: <-0.778309, 0.134988, 0.613199> - 16574: <-0.811677, 0.134618, 0.568382> - 16575: <-0.816271, 0.091497, 0.570377> - 16576: <-0.778309, 0.134988, 0.613199> - 16577: <-0.772589, 0.176461, 0.609892> - 16578: <-0.805587, 0.176188, 0.565675> - 16579: <-0.811677, 0.134618, 0.568382> - 16580: <-0.772589, 0.176461, 0.609892> - 16581: <-0.765608, 0.216596, 0.605748> - 16582: <-0.798110, 0.216534, 0.562257> - 16583: <-0.805587, 0.176188, 0.565675> - 16584: <-0.765608, 0.216596, 0.605748> - 16585: <-0.757361, 0.255750, 0.600829> - 16586: <-0.789266, 0.255937, 0.558172> - 16587: <-0.798110, 0.216534, 0.562257> - 16588: <-0.757361, 0.255750, 0.600829> - 16589: <-0.747816, 0.294207, 0.595158> - 16590: <-0.779017, 0.294729, 0.553415> - 16591: <-0.789266, 0.255937, 0.558172> - 16592: <-0.747816, 0.294207, 0.595158> - 16593: <-0.736915, 0.332170, 0.588744> - 16594: <-0.767292, 0.333090, 0.548009> - 16595: <-0.779017, 0.294729, 0.553415> - 16596: <-0.736915, 0.332170, 0.588744> - 16597: <-0.724825, 0.369188, 0.581661> - 16598: <-0.754169, 0.370721, 0.542028> - 16599: <-0.767292, 0.333090, 0.548009> - 16600: <-0.724825, 0.369188, 0.581661> - 16601: <-0.711772, 0.404839, 0.574008> - 16602: <-0.739812, 0.407307, 0.535518> - 16603: <-0.754169, 0.370721, 0.542028> - 16604: <-0.711772, 0.404839, 0.574008> - 16605: <-0.697667, 0.439475, 0.565794> - 16606: <-0.724109, 0.443145, 0.528478> - 16607: <-0.739812, 0.407307, 0.535518> - 16608: <-0.697667, 0.439475, 0.565794> - 16609: <-0.682532, 0.473139, 0.557037> - 16610: <-0.706895, 0.478425, 0.520969> - 16611: <-0.724109, 0.443145, 0.528478> - 16612: <-0.682532, 0.473139, 0.557037> - 16613: <-0.666144, 0.506040, 0.547882> - 16614: <-0.687856, 0.513252, 0.513252> - 16615: <-0.706895, 0.478425, 0.520969> - 16616: <-0.666144, 0.506040, 0.547882> - 16617: <-0.647334, 0.538962, 0.538962> - 16618: <-0.666144, 0.547882, 0.506040> - 16619: <-0.687856, 0.513252, 0.513252> - 16620: <-0.647334, 0.538962, 0.538962> - 16621: <-0.625584, 0.571076, 0.531523> - 16622: <-0.641397, 0.581456, 0.500519> - 16623: <-0.666144, 0.547882, 0.506040> - 16624: <-0.641397, -0.581456, 0.500519> - 16625: <-0.666144, -0.547882, 0.506040> - 16626: <-0.682532, -0.557037, 0.473139> - 16627: <-0.655217, -0.591920, 0.469385> - 16628: <-0.666144, -0.547882, 0.506040> - 16629: <-0.687856, -0.513252, 0.513252> - 16630: <-0.706895, -0.520969, 0.478425> - 16631: <-0.682532, -0.557037, 0.473139> - 16632: <-0.687856, -0.513252, 0.513252> - 16633: <-0.706895, -0.478425, 0.520969> - 16634: <-0.728461, -0.484430, 0.484430> - 16635: <-0.706895, -0.520969, 0.478425> - 16636: <-0.706895, -0.478425, 0.520969> - 16637: <-0.724109, -0.443145, 0.528478> - 16638: <-0.747688, -0.447593, 0.490534> - 16639: <-0.728461, -0.484430, 0.484430> - 16640: <-0.724109, -0.443145, 0.528478> - 16641: <-0.739812, -0.407307, 0.535518> - 16642: <-0.764964, -0.410392, 0.496395> - 16643: <-0.747688, -0.447593, 0.490534> - 16644: <-0.739812, -0.407307, 0.535518> - 16645: <-0.754169, -0.370721, 0.542028> - 16646: <-0.780568, -0.372705, 0.501802> - 16647: <-0.764964, -0.410392, 0.496395> - 16648: <-0.754169, -0.370721, 0.542028> - 16649: <-0.767292, -0.333090, 0.548009> - 16650: <-0.794627, -0.334337, 0.506740> - 16651: <-0.780568, -0.372705, 0.501802> - 16652: <-0.767292, -0.333090, 0.548009> - 16653: <-0.779017, -0.294729, 0.553415> - 16654: <-0.807082, -0.295457, 0.511198> - 16655: <-0.794627, -0.334337, 0.506740> - 16656: <-0.779017, -0.294729, 0.553415> - 16657: <-0.789266, -0.255937, 0.558172> - 16658: <-0.817925, -0.256243, 0.515110> - 16659: <-0.807082, -0.295457, 0.511198> - 16660: <-0.789266, -0.255937, 0.558172> - 16661: <-0.798110, -0.216534, 0.562257> - 16662: <-0.827263, -0.216475, 0.518435> - 16663: <-0.817925, -0.256243, 0.515110> - 16664: <-0.798110, -0.216534, 0.562257> - 16665: <-0.805587, -0.176188, 0.565675> - 16666: <-0.835133, -0.175853, 0.521180> - 16667: <-0.827263, -0.216475, 0.518435> - 16668: <-0.805587, -0.176188, 0.565675> - 16669: <-0.811677, -0.134618, 0.568382> - 16670: <-0.841527, -0.134100, 0.523307> - 16671: <-0.835133, -0.175853, 0.521180> - 16672: <-0.811677, -0.134618, 0.568382> - 16673: <-0.816271, -0.091497, 0.570377> - 16674: <-0.846324, -0.091008, 0.524836> - 16675: <-0.841527, -0.134100, 0.523307> - 16676: <-0.816271, -0.091497, 0.570377> - 16677: <-0.819208, -0.046573, 0.571602> - 16678: <-0.849378, -0.046267, 0.525753> - 16679: <-0.846324, -0.091008, 0.524836> - 16680: <-0.819208, -0.046573, 0.571602> - 16681: <-0.820237, 0.000000, 0.572024> - 16682: <-0.850434, 0.000000, 0.526081> - 16683: <-0.849378, -0.046267, 0.525753> - 16684: <-0.820237, 0.000000, 0.572024> - 16685: <-0.819208, 0.046573, 0.571602> - 16686: <-0.849378, 0.046267, 0.525753> - 16687: <-0.850434, 0.000000, 0.526081> - 16688: <-0.819208, 0.046573, 0.571602> - 16689: <-0.816271, 0.091497, 0.570377> - 16690: <-0.846324, 0.091008, 0.524836> - 16691: <-0.849378, 0.046267, 0.525753> - 16692: <-0.816271, 0.091497, 0.570377> - 16693: <-0.811677, 0.134618, 0.568382> - 16694: <-0.841527, 0.134100, 0.523307> - 16695: <-0.846324, 0.091008, 0.524836> - 16696: <-0.811677, 0.134618, 0.568382> - 16697: <-0.805587, 0.176188, 0.565675> - 16698: <-0.835133, 0.175853, 0.521180> - 16699: <-0.841527, 0.134100, 0.523307> - 16700: <-0.805587, 0.176188, 0.565675> - 16701: <-0.798110, 0.216534, 0.562257> - 16702: <-0.827263, 0.216475, 0.518435> - 16703: <-0.835133, 0.175853, 0.521180> - 16704: <-0.798110, 0.216534, 0.562257> - 16705: <-0.789266, 0.255937, 0.558172> - 16706: <-0.817925, 0.256243, 0.515110> - 16707: <-0.827263, 0.216475, 0.518435> - 16708: <-0.789266, 0.255937, 0.558172> - 16709: <-0.779017, 0.294729, 0.553415> - 16710: <-0.807082, 0.295457, 0.511198> - 16711: <-0.817925, 0.256243, 0.515110> - 16712: <-0.779017, 0.294729, 0.553415> - 16713: <-0.767292, 0.333090, 0.548009> - 16714: <-0.794627, 0.334337, 0.506740> - 16715: <-0.807082, 0.295457, 0.511198> - 16716: <-0.767292, 0.333090, 0.548009> - 16717: <-0.754169, 0.370721, 0.542028> - 16718: <-0.780568, 0.372705, 0.501802> - 16719: <-0.794627, 0.334337, 0.506740> - 16720: <-0.754169, 0.370721, 0.542028> - 16721: <-0.739812, 0.407307, 0.535518> - 16722: <-0.764964, 0.410392, 0.496395> - 16723: <-0.780568, 0.372705, 0.501802> - 16724: <-0.739812, 0.407307, 0.535518> - 16725: <-0.724109, 0.443145, 0.528478> - 16726: <-0.747688, 0.447593, 0.490534> - 16727: <-0.764964, 0.410392, 0.496395> - 16728: <-0.724109, 0.443145, 0.528478> - 16729: <-0.706895, 0.478425, 0.520969> - 16730: <-0.728461, 0.484430, 0.484430> - 16731: <-0.747688, 0.447593, 0.490534> - 16732: <-0.706895, 0.478425, 0.520969> - 16733: <-0.687856, 0.513252, 0.513252> - 16734: <-0.706895, 0.520969, 0.478425> - 16735: <-0.728461, 0.484430, 0.484430> - 16736: <-0.687856, 0.513252, 0.513252> - 16737: <-0.666144, 0.547882, 0.506040> - 16738: <-0.682532, 0.557037, 0.473139> - 16739: <-0.706895, 0.520969, 0.478425> - 16740: <-0.666144, 0.547882, 0.506040> - 16741: <-0.641397, 0.581456, 0.500519> - 16742: <-0.655217, 0.591920, 0.469385> - 16743: <-0.682532, 0.557037, 0.473139> - 16744: <-0.655217, -0.591920, 0.469385> - 16745: <-0.682532, -0.557037, 0.473139> - 16746: <-0.697667, -0.565794, 0.439475> - 16747: <-0.668312, -0.601963, 0.437036> - 16748: <-0.682532, -0.557037, 0.473139> - 16749: <-0.706895, -0.520969, 0.478425> - 16750: <-0.724109, -0.528478, 0.443145> - 16751: <-0.697667, -0.565794, 0.439475> - 16752: <-0.706895, -0.520969, 0.478425> - 16753: <-0.728461, -0.484430, 0.484430> - 16754: <-0.747688, -0.490534, 0.447593> - 16755: <-0.724109, -0.528478, 0.443145> - 16756: <-0.728461, -0.484430, 0.484430> - 16757: <-0.747688, -0.447593, 0.490534> - 16758: <-0.768679, -0.452290, 0.452290> - 16759: <-0.747688, -0.490534, 0.447593> - 16760: <-0.747688, -0.447593, 0.490534> - 16761: <-0.764964, -0.410392, 0.496395> - 16762: <-0.787421, -0.413777, 0.456900> - 16763: <-0.768679, -0.452290, 0.452290> - 16764: <-0.764964, -0.410392, 0.496395> - 16765: <-0.780568, -0.372705, 0.501802> - 16766: <-0.804154, -0.374961, 0.461239> - 16767: <-0.787421, -0.413777, 0.456900> - 16768: <-0.780568, -0.372705, 0.501802> - 16769: <-0.794627, -0.334337, 0.506740> - 16770: <-0.819039, -0.335801, 0.465202> - 16771: <-0.804154, -0.374961, 0.461239> - 16772: <-0.794627, -0.334337, 0.506740> - 16773: <-0.807082, -0.295457, 0.511198> - 16774: <-0.832128, -0.296339, 0.468770> - 16775: <-0.819039, -0.335801, 0.465202> - 16776: <-0.807082, -0.295457, 0.511198> - 16777: <-0.817925, -0.256243, 0.515110> - 16778: <-0.843490, -0.256606, 0.471888> - 16779: <-0.832128, -0.296339, 0.468770> - 16780: <-0.817925, -0.256243, 0.515110> - 16781: <-0.827263, -0.216475, 0.518435> - 16782: <-0.853230, -0.216413, 0.474515> - 16783: <-0.843490, -0.256606, 0.471888> - 16784: <-0.827263, -0.216475, 0.518435> - 16785: <-0.835133, -0.175853, 0.521180> - 16786: <-0.861426, -0.175453, 0.476614> - 16787: <-0.853230, -0.216413, 0.474515> - 16788: <-0.835133, -0.175853, 0.521180> - 16789: <-0.841527, -0.134100, 0.523307> - 16790: <-0.868033, -0.133553, 0.478208> - 16791: <-0.861426, -0.175453, 0.476614> - 16792: <-0.841527, -0.134100, 0.523307> - 16793: <-0.846324, -0.091008, 0.524836> - 16794: <-0.872976, -0.090429, 0.479307> - 16795: <-0.868033, -0.133553, 0.478208> - 16796: <-0.846324, -0.091008, 0.524836> - 16797: <-0.849378, -0.046267, 0.525753> - 16798: <-0.876095, -0.045871, 0.479951> - 16799: <-0.872976, -0.090429, 0.479307> - 16800: <-0.849378, -0.046267, 0.525753> - 16801: <-0.850434, 0.000000, 0.526081> - 16802: <-0.877169, 0.000000, 0.480182> - 16803: <-0.876095, -0.045871, 0.479951> - 16804: <-0.850434, 0.000000, 0.526081> - 16805: <-0.849378, 0.046267, 0.525753> - 16806: <-0.876095, 0.045871, 0.479951> - 16807: <-0.877169, 0.000000, 0.480182> - 16808: <-0.849378, 0.046267, 0.525753> - 16809: <-0.846324, 0.091008, 0.524836> - 16810: <-0.872976, 0.090429, 0.479307> - 16811: <-0.876095, 0.045871, 0.479951> - 16812: <-0.846324, 0.091008, 0.524836> - 16813: <-0.841527, 0.134100, 0.523307> - 16814: <-0.868033, 0.133553, 0.478208> - 16815: <-0.872976, 0.090429, 0.479307> - 16816: <-0.841527, 0.134100, 0.523307> - 16817: <-0.835133, 0.175853, 0.521180> - 16818: <-0.861426, 0.175453, 0.476614> - 16819: <-0.868033, 0.133553, 0.478208> - 16820: <-0.835133, 0.175853, 0.521180> - 16821: <-0.827263, 0.216475, 0.518435> - 16822: <-0.853230, 0.216413, 0.474515> - 16823: <-0.861426, 0.175453, 0.476614> - 16824: <-0.827263, 0.216475, 0.518435> - 16825: <-0.817925, 0.256243, 0.515110> - 16826: <-0.843490, 0.256606, 0.471888> - 16827: <-0.853230, 0.216413, 0.474515> - 16828: <-0.817925, 0.256243, 0.515110> - 16829: <-0.807082, 0.295457, 0.511198> - 16830: <-0.832128, 0.296339, 0.468770> - 16831: <-0.843490, 0.256606, 0.471888> - 16832: <-0.807082, 0.295457, 0.511198> - 16833: <-0.794627, 0.334337, 0.506740> - 16834: <-0.819039, 0.335801, 0.465202> - 16835: <-0.832128, 0.296339, 0.468770> - 16836: <-0.794627, 0.334337, 0.506740> - 16837: <-0.780568, 0.372705, 0.501802> - 16838: <-0.804154, 0.374961, 0.461239> - 16839: <-0.819039, 0.335801, 0.465202> - 16840: <-0.780568, 0.372705, 0.501802> - 16841: <-0.764964, 0.410392, 0.496395> - 16842: <-0.787421, 0.413777, 0.456900> - 16843: <-0.804154, 0.374961, 0.461239> - 16844: <-0.764964, 0.410392, 0.496395> - 16845: <-0.747688, 0.447593, 0.490534> - 16846: <-0.768679, 0.452290, 0.452290> - 16847: <-0.787421, 0.413777, 0.456900> - 16848: <-0.747688, 0.447593, 0.490534> - 16849: <-0.728461, 0.484430, 0.484430> - 16850: <-0.747688, 0.490534, 0.447593> - 16851: <-0.768679, 0.452290, 0.452290> - 16852: <-0.728461, 0.484430, 0.484430> - 16853: <-0.706895, 0.520969, 0.478425> - 16854: <-0.724109, 0.528478, 0.443145> - 16855: <-0.747688, 0.490534, 0.447593> - 16856: <-0.706895, 0.520969, 0.478425> - 16857: <-0.682532, 0.557037, 0.473139> - 16858: <-0.697667, 0.565794, 0.439475> - 16859: <-0.724109, 0.528478, 0.443145> - 16860: <-0.682532, 0.557037, 0.473139> - 16861: <-0.655217, 0.591920, 0.469385> - 16862: <-0.668312, 0.601963, 0.437036> - 16863: <-0.697667, 0.565794, 0.439475> - 16864: <-0.668312, -0.601963, 0.437036> - 16865: <-0.697667, -0.565794, 0.439475> - 16866: <-0.711772, -0.574008, 0.404839> - 16867: <-0.680859, -0.611427, 0.403223> - 16868: <-0.697667, -0.565794, 0.439475> - 16869: <-0.724109, -0.528478, 0.443145> - 16870: <-0.739812, -0.535518, 0.407307> - 16871: <-0.711772, -0.574008, 0.404839> - 16872: <-0.724109, -0.528478, 0.443145> - 16873: <-0.747688, -0.490534, 0.447593> - 16874: <-0.764976, -0.496372, 0.410398> - 16875: <-0.739812, -0.535518, 0.407307> - 16876: <-0.747688, -0.490534, 0.447593> - 16877: <-0.768679, -0.452290, 0.452290> - 16878: <-0.787421, -0.456900, 0.413777> - 16879: <-0.764976, -0.496372, 0.410398> - 16880: <-0.768679, -0.452290, 0.452290> - 16881: <-0.787421, -0.413777, 0.456900> - 16882: <-0.807394, -0.417202, 0.417202> - 16883: <-0.787421, -0.456900, 0.413777> - 16884: <-0.787421, -0.413777, 0.456900> - 16885: <-0.804154, -0.374961, 0.461239> - 16886: <-0.825100, -0.377345, 0.420500> - 16887: <-0.807394, -0.417202, 0.417202> - 16888: <-0.804154, -0.374961, 0.461239> - 16889: <-0.819039, -0.335801, 0.465202> - 16890: <-0.840684, -0.337391, 0.423577> - 16891: <-0.825100, -0.377345, 0.420500> - 16892: <-0.819039, -0.335801, 0.465202> - 16893: <-0.832128, -0.296339, 0.468770> - 16894: <-0.854324, -0.297287, 0.426323> - 16895: <-0.840684, -0.337391, 0.423577> - 16896: <-0.832128, -0.296339, 0.468770> - 16897: <-0.843490, -0.256606, 0.471888> - 16898: <-0.866124, -0.256999, 0.428698> - 16899: <-0.854324, -0.297287, 0.426323> - 16900: <-0.843490, -0.256606, 0.471888> - 16901: <-0.853230, -0.216413, 0.474515> - 16902: <-0.876208, -0.216320, 0.430657> - 16903: <-0.866124, -0.256999, 0.428698> - 16904: <-0.853230, -0.216413, 0.474515> - 16905: <-0.861426, -0.175453, 0.476614> - 16906: <-0.884654, -0.175026, 0.432149> - 16907: <-0.876208, -0.216320, 0.430657> - 16908: <-0.861426, -0.175453, 0.476614> - 16909: <-0.868033, -0.133553, 0.478208> - 16910: <-0.891405, -0.132911, 0.433281> - 16911: <-0.884654, -0.175026, 0.432149> - 16912: <-0.868033, -0.133553, 0.478208> - 16913: <-0.872976, -0.090429, 0.479307> - 16914: <-0.896437, -0.089787, 0.433981> - 16915: <-0.891405, -0.132911, 0.433281> - 16916: <-0.872976, -0.090429, 0.479307> - 16917: <-0.876095, -0.045871, 0.479951> - 16918: <-0.899583, -0.045443, 0.434379> - 16919: <-0.896437, -0.089787, 0.433981> - 16920: <-0.876095, -0.045871, 0.479951> - 16921: <-0.877169, 0.000000, 0.480182> - 16922: <-0.900655, 0.000000, 0.434534> - 16923: <-0.899583, -0.045443, 0.434379> - 16924: <-0.877169, 0.000000, 0.480182> - 16925: <-0.876095, 0.045871, 0.479951> - 16926: <-0.899583, 0.045443, 0.434379> - 16927: <-0.900655, 0.000000, 0.434534> - 16928: <-0.876095, 0.045871, 0.479951> - 16929: <-0.872976, 0.090429, 0.479307> - 16930: <-0.896437, 0.089787, 0.433981> - 16931: <-0.899583, 0.045443, 0.434379> - 16932: <-0.872976, 0.090429, 0.479307> - 16933: <-0.868033, 0.133553, 0.478208> - 16934: <-0.891405, 0.132911, 0.433281> - 16935: <-0.896437, 0.089787, 0.433981> - 16936: <-0.868033, 0.133553, 0.478208> - 16937: <-0.861426, 0.175453, 0.476614> - 16938: <-0.884654, 0.175026, 0.432149> - 16939: <-0.891405, 0.132911, 0.433281> - 16940: <-0.861426, 0.175453, 0.476614> - 16941: <-0.853230, 0.216413, 0.474515> - 16942: <-0.876208, 0.216320, 0.430657> - 16943: <-0.884654, 0.175026, 0.432149> - 16944: <-0.853230, 0.216413, 0.474515> - 16945: <-0.843490, 0.256606, 0.471888> - 16946: <-0.866124, 0.256999, 0.428698> - 16947: <-0.876208, 0.216320, 0.430657> - 16948: <-0.843490, 0.256606, 0.471888> - 16949: <-0.832128, 0.296339, 0.468770> - 16950: <-0.854324, 0.297287, 0.426323> - 16951: <-0.866124, 0.256999, 0.428698> - 16952: <-0.832128, 0.296339, 0.468770> - 16953: <-0.819039, 0.335801, 0.465202> - 16954: <-0.840684, 0.337391, 0.423577> - 16955: <-0.854324, 0.297287, 0.426323> - 16956: <-0.819039, 0.335801, 0.465202> - 16957: <-0.804154, 0.374961, 0.461239> - 16958: <-0.825100, 0.377345, 0.420500> - 16959: <-0.840684, 0.337391, 0.423577> - 16960: <-0.804154, 0.374961, 0.461239> - 16961: <-0.787421, 0.413777, 0.456900> - 16962: <-0.807394, 0.417202, 0.417202> - 16963: <-0.825100, 0.377345, 0.420500> - 16964: <-0.787421, 0.413777, 0.456900> - 16965: <-0.768679, 0.452290, 0.452290> - 16966: <-0.787421, 0.456900, 0.413777> - 16967: <-0.807394, 0.417202, 0.417202> - 16968: <-0.768679, 0.452290, 0.452290> - 16969: <-0.747688, 0.490534, 0.447593> - 16970: <-0.764976, 0.496372, 0.410398> - 16971: <-0.787421, 0.456900, 0.413777> - 16972: <-0.747688, 0.490534, 0.447593> - 16973: <-0.724109, 0.528478, 0.443145> - 16974: <-0.739812, 0.535518, 0.407307> - 16975: <-0.764976, 0.496372, 0.410398> - 16976: <-0.724109, 0.528478, 0.443145> - 16977: <-0.697667, 0.565794, 0.439475> - 16978: <-0.711772, 0.574008, 0.404839> - 16979: <-0.739812, 0.535518, 0.407307> - 16980: <-0.697667, 0.565794, 0.439475> - 16981: <-0.668312, 0.601963, 0.437036> - 16982: <-0.680859, 0.611427, 0.403223> - 16983: <-0.711772, 0.574008, 0.404839> - 16984: <-0.680859, -0.611427, 0.403223> - 16985: <-0.711772, -0.574008, 0.404839> - 16986: <-0.724825, -0.581661, 0.369188> - 16987: <-0.692544, -0.620305, 0.368246> - 16988: <-0.711772, -0.574008, 0.404839> - 16989: <-0.739812, -0.535518, 0.407307> - 16990: <-0.754169, -0.542028, 0.370721> - 16991: <-0.724825, -0.581661, 0.369188> - 16992: <-0.739812, -0.535518, 0.407307> - 16993: <-0.764976, -0.496372, 0.410398> - 16994: <-0.780568, -0.501802, 0.372705> - 16995: <-0.754169, -0.542028, 0.370721> - 16996: <-0.764976, -0.496372, 0.410398> - 16997: <-0.787421, -0.456900, 0.413777> - 16998: <-0.804154, -0.461239, 0.374961> - 16999: <-0.780568, -0.501802, 0.372705> - 17000: <-0.787421, -0.456900, 0.413777> - 17001: <-0.807394, -0.417202, 0.417202> - 17002: <-0.825100, -0.420500, 0.377345> - 17003: <-0.804154, -0.461239, 0.374961> - 17004: <-0.807394, -0.417202, 0.417202> - 17005: <-0.825100, -0.377345, 0.420500> - 17006: <-0.843551, -0.379751, 0.379751> - 17007: <-0.825100, -0.420500, 0.377345> - 17008: <-0.825100, -0.377345, 0.420500> - 17009: <-0.840684, -0.337391, 0.423577> - 17010: <-0.859750, -0.339005, 0.381976> - 17011: <-0.843551, -0.379751, 0.379751> - 17012: <-0.840684, -0.337391, 0.423577> - 17013: <-0.854324, -0.297287, 0.426323> - 17014: <-0.873848, -0.298231, 0.383989> - 17015: <-0.859750, -0.339005, 0.381976> - 17016: <-0.854324, -0.297287, 0.426323> - 17017: <-0.866124, -0.256999, 0.428698> - 17018: <-0.886018, -0.257364, 0.385664> - 17019: <-0.873848, -0.298231, 0.383989> - 17020: <-0.866124, -0.256999, 0.428698> - 17021: <-0.876208, -0.216320, 0.430657> - 17022: <-0.896382, -0.216199, 0.386985> - 17023: <-0.886018, -0.257364, 0.385664> - 17024: <-0.876208, -0.216320, 0.430657> - 17025: <-0.884654, -0.175026, 0.432149> - 17026: <-0.904997, -0.174541, 0.387965> - 17027: <-0.896382, -0.216199, 0.386985> - 17028: <-0.884654, -0.175026, 0.432149> - 17029: <-0.891405, -0.132911, 0.433281> - 17030: <-0.911854, -0.132240, 0.388632> - 17031: <-0.904997, -0.174541, 0.387965> - 17032: <-0.891405, -0.132911, 0.433281> - 17033: <-0.896437, -0.089787, 0.433981> - 17034: <-0.916918, -0.089116, 0.388998> - 17035: <-0.911854, -0.132240, 0.388632> - 17036: <-0.896437, -0.089787, 0.433981> - 17037: <-0.899583, -0.045443, 0.434379> - 17038: <-0.920061, -0.045016, 0.389180> - 17039: <-0.916918, -0.089116, 0.388998> - 17040: <-0.899583, -0.045443, 0.434379> - 17041: <-0.900655, 0.000000, 0.434534> - 17042: <-0.921135, 0.000000, 0.389244> - 17043: <-0.920061, -0.045016, 0.389180> - 17044: <-0.900655, 0.000000, 0.434534> - 17045: <-0.899583, 0.045443, 0.434379> - 17046: <-0.920061, 0.045016, 0.389180> - 17047: <-0.921135, 0.000000, 0.389244> - 17048: <-0.899583, 0.045443, 0.434379> - 17049: <-0.896437, 0.089787, 0.433981> - 17050: <-0.916918, 0.089116, 0.388998> - 17051: <-0.920061, 0.045016, 0.389180> - 17052: <-0.896437, 0.089787, 0.433981> - 17053: <-0.891405, 0.132911, 0.433281> - 17054: <-0.911854, 0.132240, 0.388632> - 17055: <-0.916918, 0.089116, 0.388998> - 17056: <-0.891405, 0.132911, 0.433281> - 17057: <-0.884654, 0.175026, 0.432149> - 17058: <-0.904997, 0.174541, 0.387965> - 17059: <-0.911854, 0.132240, 0.388632> - 17060: <-0.884654, 0.175026, 0.432149> - 17061: <-0.876208, 0.216320, 0.430657> - 17062: <-0.896382, 0.216199, 0.386985> - 17063: <-0.904997, 0.174541, 0.387965> - 17064: <-0.876208, 0.216320, 0.430657> - 17065: <-0.866124, 0.256999, 0.428698> - 17066: <-0.886018, 0.257364, 0.385664> - 17067: <-0.896382, 0.216199, 0.386985> - 17068: <-0.866124, 0.256999, 0.428698> - 17069: <-0.854324, 0.297287, 0.426323> - 17070: <-0.873840, 0.298259, 0.383986> - 17071: <-0.886018, 0.257364, 0.385664> - 17072: <-0.854324, 0.297287, 0.426323> - 17073: <-0.840684, 0.337391, 0.423577> - 17074: <-0.859750, 0.339005, 0.381976> - 17075: <-0.873840, 0.298259, 0.383986> - 17076: <-0.840684, 0.337391, 0.423577> - 17077: <-0.825100, 0.377345, 0.420500> - 17078: <-0.843551, 0.379751, 0.379751> - 17079: <-0.859750, 0.339005, 0.381976> - 17080: <-0.825100, 0.377345, 0.420500> - 17081: <-0.807394, 0.417202, 0.417202> - 17082: <-0.825100, 0.420500, 0.377345> - 17083: <-0.843551, 0.379751, 0.379751> - 17084: <-0.807394, 0.417202, 0.417202> - 17085: <-0.787421, 0.456900, 0.413777> - 17086: <-0.804154, 0.461239, 0.374961> - 17087: <-0.825100, 0.420500, 0.377345> - 17088: <-0.787421, 0.456900, 0.413777> - 17089: <-0.764976, 0.496372, 0.410398> - 17090: <-0.780568, 0.501802, 0.372705> - 17091: <-0.804154, 0.461239, 0.374961> - 17092: <-0.764976, 0.496372, 0.410398> - 17093: <-0.739812, 0.535518, 0.407307> - 17094: <-0.754169, 0.542028, 0.370721> - 17095: <-0.780568, 0.501802, 0.372705> - 17096: <-0.739812, 0.535518, 0.407307> - 17097: <-0.711772, 0.574008, 0.404839> - 17098: <-0.724825, 0.581661, 0.369188> - 17099: <-0.754169, 0.542028, 0.370721> - 17100: <-0.711772, 0.574008, 0.404839> - 17101: <-0.680859, 0.611427, 0.403223> - 17102: <-0.692544, 0.620305, 0.368246> - 17103: <-0.724825, 0.581661, 0.369188> - 17104: <-0.692544, -0.620305, 0.368246> - 17105: <-0.724825, -0.581661, 0.369188> - 17106: <-0.736915, -0.588744, 0.332170> - 17107: <-0.703467, -0.628603, 0.331652> - 17108: <-0.724825, -0.581661, 0.369188> - 17109: <-0.754169, -0.542028, 0.370721> - 17110: <-0.767292, -0.548009, 0.333090> - 17111: <-0.736915, -0.588744, 0.332170> - 17112: <-0.754169, -0.542028, 0.370721> - 17113: <-0.780568, -0.501802, 0.372705> - 17114: <-0.794627, -0.506740, 0.334337> - 17115: <-0.767292, -0.548009, 0.333090> - 17116: <-0.780568, -0.501802, 0.372705> - 17117: <-0.804154, -0.461239, 0.374961> - 17118: <-0.819039, -0.465202, 0.335801> - 17119: <-0.794627, -0.506740, 0.334337> - 17120: <-0.804154, -0.461239, 0.374961> - 17121: <-0.825100, -0.420500, 0.377345> - 17122: <-0.840684, -0.423577, 0.337391> - 17123: <-0.819039, -0.465202, 0.335801> - 17124: <-0.825100, -0.420500, 0.377345> - 17125: <-0.843551, -0.379751, 0.379751> - 17126: <-0.859750, -0.381976, 0.339005> - 17127: <-0.840684, -0.423577, 0.337391> - 17128: <-0.843551, -0.379751, 0.379751> - 17129: <-0.859750, -0.339005, 0.381976> - 17130: <-0.876422, -0.340503, 0.340503> - 17131: <-0.859750, -0.381976, 0.339005> - 17132: <-0.859750, -0.339005, 0.381976> - 17133: <-0.873848, -0.298231, 0.383989> - 17134: <-0.890906, -0.299085, 0.341811> - 17135: <-0.876422, -0.340503, 0.340503> - 17136: <-0.873848, -0.298231, 0.383989> - 17137: <-0.886018, -0.257364, 0.385664> - 17138: <-0.903367, -0.257643, 0.342852> - 17139: <-0.890906, -0.299085, 0.341811> - 17140: <-0.886018, -0.257364, 0.385664> - 17141: <-0.896382, -0.216199, 0.386985> - 17142: <-0.913949, -0.215982, 0.343582> - 17143: <-0.903367, -0.257643, 0.342852> - 17144: <-0.896382, -0.216199, 0.386985> - 17145: <-0.904997, -0.174541, 0.387965> - 17146: <-0.922682, -0.173989, 0.344072> - 17147: <-0.913949, -0.215982, 0.343582> - 17148: <-0.904997, -0.174541, 0.387965> - 17149: <-0.911854, -0.132240, 0.388632> - 17150: <-0.929596, -0.131509, 0.344322> - 17151: <-0.922682, -0.173989, 0.344072> - 17152: <-0.911854, -0.132240, 0.388632> - 17153: <-0.916918, -0.089116, 0.388998> - 17154: <-0.934648, -0.088414, 0.344408> - 17155: <-0.929596, -0.131509, 0.344322> - 17156: <-0.916918, -0.089116, 0.388998> - 17157: <-0.920061, -0.045016, 0.389180> - 17158: <-0.937762, -0.044558, 0.344409> - 17159: <-0.934648, -0.088414, 0.344408> - 17160: <-0.920061, -0.045016, 0.389180> - 17161: <-0.921135, 0.000000, 0.389244> - 17162: <-0.938821, 0.000000, 0.344405> - 17163: <-0.937762, -0.044558, 0.344409> - 17164: <-0.921135, 0.000000, 0.389244> - 17165: <-0.920061, 0.045016, 0.389180> - 17166: <-0.937762, 0.044558, 0.344409> - 17167: <-0.938821, 0.000000, 0.344405> - 17168: <-0.920061, 0.045016, 0.389180> - 17169: <-0.916918, 0.089116, 0.388998> - 17170: <-0.934648, 0.088414, 0.344408> - 17171: <-0.937762, 0.044558, 0.344409> - 17172: <-0.916918, 0.089116, 0.388998> - 17173: <-0.911854, 0.132240, 0.388632> - 17174: <-0.929596, 0.131509, 0.344322> - 17175: <-0.934648, 0.088414, 0.344408> - 17176: <-0.911854, 0.132240, 0.388632> - 17177: <-0.904997, 0.174541, 0.387965> - 17178: <-0.922682, 0.173989, 0.344072> - 17179: <-0.929596, 0.131509, 0.344322> - 17180: <-0.904997, 0.174541, 0.387965> - 17181: <-0.896382, 0.216199, 0.386985> - 17182: <-0.913949, 0.215982, 0.343582> - 17183: <-0.922682, 0.173989, 0.344072> - 17184: <-0.896382, 0.216199, 0.386985> - 17185: <-0.886018, 0.257364, 0.385664> - 17186: <-0.903367, 0.257643, 0.342852> - 17187: <-0.913949, 0.215982, 0.343582> - 17188: <-0.886018, 0.257364, 0.385664> - 17189: <-0.873840, 0.298259, 0.383986> - 17190: <-0.890906, 0.299085, 0.341811> - 17191: <-0.903367, 0.257643, 0.342852> - 17192: <-0.873840, 0.298259, 0.383986> - 17193: <-0.859750, 0.339005, 0.381976> - 17194: <-0.876422, 0.340503, 0.340503> - 17195: <-0.890906, 0.299085, 0.341811> - 17196: <-0.859750, 0.339005, 0.381976> - 17197: <-0.843551, 0.379751, 0.379751> - 17198: <-0.859750, 0.381976, 0.339005> - 17199: <-0.876422, 0.340503, 0.340503> - 17200: <-0.843551, 0.379751, 0.379751> - 17201: <-0.825100, 0.420500, 0.377345> - 17202: <-0.840684, 0.423577, 0.337391> - 17203: <-0.859750, 0.381976, 0.339005> - 17204: <-0.825100, 0.420500, 0.377345> - 17205: <-0.804154, 0.461239, 0.374961> - 17206: <-0.819039, 0.465202, 0.335801> - 17207: <-0.840684, 0.423577, 0.337391> - 17208: <-0.804154, 0.461239, 0.374961> - 17209: <-0.780568, 0.501802, 0.372705> - 17210: <-0.794627, 0.506740, 0.334337> - 17211: <-0.819039, 0.465202, 0.335801> - 17212: <-0.780568, 0.501802, 0.372705> - 17213: <-0.754169, 0.542028, 0.370721> - 17214: <-0.767292, 0.548009, 0.333090> - 17215: <-0.794627, 0.506740, 0.334337> - 17216: <-0.754169, 0.542028, 0.370721> - 17217: <-0.724825, 0.581661, 0.369188> - 17218: <-0.736915, 0.588744, 0.332170> - 17219: <-0.767292, 0.548009, 0.333090> - 17220: <-0.724825, 0.581661, 0.369188> - 17221: <-0.692544, 0.620305, 0.368246> - 17222: <-0.703467, 0.628603, 0.331652> - 17223: <-0.736915, 0.588744, 0.332170> - 17224: <-0.703467, -0.628603, 0.331652> - 17225: <-0.736915, -0.588744, 0.332170> - 17226: <-0.747816, -0.595158, 0.294207> - 17227: <-0.713396, -0.636150, 0.293904> - 17228: <-0.736915, -0.588744, 0.332170> - 17229: <-0.767292, -0.548009, 0.333090> - 17230: <-0.779017, -0.553415, 0.294729> - 17231: <-0.747816, -0.595158, 0.294207> - 17232: <-0.767292, -0.548009, 0.333090> - 17233: <-0.794627, -0.506740, 0.334337> - 17234: <-0.807082, -0.511198, 0.295457> - 17235: <-0.779017, -0.553415, 0.294729> - 17236: <-0.794627, -0.506740, 0.334337> - 17237: <-0.819039, -0.465202, 0.335801> - 17238: <-0.832128, -0.468770, 0.296339> - 17239: <-0.807082, -0.511198, 0.295457> - 17240: <-0.819039, -0.465202, 0.335801> - 17241: <-0.840684, -0.423577, 0.337391> - 17242: <-0.854324, -0.426323, 0.297287> - 17243: <-0.832128, -0.468770, 0.296339> - 17244: <-0.840684, -0.423577, 0.337391> - 17245: <-0.859750, -0.381976, 0.339005> - 17246: <-0.873840, -0.383986, 0.298259> - 17247: <-0.854324, -0.426323, 0.297287> - 17248: <-0.859750, -0.381976, 0.339005> - 17249: <-0.876422, -0.340503, 0.340503> - 17250: <-0.890906, -0.341811, 0.299085> - 17251: <-0.873840, -0.383986, 0.298259> - 17252: <-0.876422, -0.340503, 0.340503> - 17253: <-0.890906, -0.299085, 0.341811> - 17254: <-0.905696, -0.299762, 0.299762> - 17255: <-0.890906, -0.341811, 0.299085> - 17256: <-0.890906, -0.299085, 0.341811> - 17257: <-0.903367, -0.257643, 0.342852> - 17258: <-0.918390, -0.257736, 0.300219> - 17259: <-0.905696, -0.299762, 0.299762> - 17260: <-0.903367, -0.257643, 0.342852> - 17261: <-0.913949, -0.215982, 0.343582> - 17262: <-0.929096, -0.215649, 0.300461> - 17263: <-0.918390, -0.257736, 0.300219> - 17264: <-0.913949, -0.215982, 0.343582> - 17265: <-0.922682, -0.173989, 0.344072> - 17266: <-0.937897, -0.173351, 0.300496> - 17267: <-0.929096, -0.215649, 0.300461> - 17268: <-0.922682, -0.173989, 0.344072> - 17269: <-0.929596, -0.131509, 0.344322> - 17270: <-0.944802, -0.130743, 0.300427> - 17271: <-0.937897, -0.173351, 0.300496> - 17272: <-0.929596, -0.131509, 0.344322> - 17273: <-0.934648, -0.088414, 0.344408> - 17274: <-0.949820, -0.087712, 0.300248> - 17275: <-0.944802, -0.130743, 0.300427> - 17276: <-0.934648, -0.088414, 0.344408> - 17277: <-0.937762, -0.044558, 0.344409> - 17278: <-0.952889, -0.044130, 0.300092> - 17279: <-0.949820, -0.087712, 0.300248> - 17280: <-0.937762, -0.044558, 0.344409> - 17281: <-0.938821, 0.000000, 0.344405> - 17282: <-0.953929, 0.000000, 0.300031> - 17283: <-0.952889, -0.044130, 0.300092> - 17284: <-0.938821, 0.000000, 0.344405> - 17285: <-0.937762, 0.044558, 0.344409> - 17286: <-0.952889, 0.044130, 0.300092> - 17287: <-0.953929, 0.000000, 0.300031> - 17288: <-0.937762, 0.044558, 0.344409> - 17289: <-0.934648, 0.088414, 0.344408> - 17290: <-0.949820, 0.087712, 0.300248> - 17291: <-0.952889, 0.044130, 0.300092> - 17292: <-0.934648, 0.088414, 0.344408> - 17293: <-0.929596, 0.131509, 0.344322> - 17294: <-0.944802, 0.130743, 0.300427> - 17295: <-0.949820, 0.087712, 0.300248> - 17296: <-0.929596, 0.131509, 0.344322> - 17297: <-0.922682, 0.173989, 0.344072> - 17298: <-0.937897, 0.173351, 0.300496> - 17299: <-0.944802, 0.130743, 0.300427> - 17300: <-0.922682, 0.173989, 0.344072> - 17301: <-0.913949, 0.215982, 0.343582> - 17302: <-0.929096, 0.215649, 0.300461> - 17303: <-0.937897, 0.173351, 0.300496> - 17304: <-0.913949, 0.215982, 0.343582> - 17305: <-0.903367, 0.257643, 0.342852> - 17306: <-0.918390, 0.257736, 0.300219> - 17307: <-0.929096, 0.215649, 0.300461> - 17308: <-0.903367, 0.257643, 0.342852> - 17309: <-0.890906, 0.299085, 0.341811> - 17310: <-0.905696, 0.299762, 0.299762> - 17311: <-0.918390, 0.257736, 0.300219> - 17312: <-0.890906, 0.299085, 0.341811> - 17313: <-0.876422, 0.340503, 0.340503> - 17314: <-0.890906, 0.341811, 0.299085> - 17315: <-0.905696, 0.299762, 0.299762> - 17316: <-0.876422, 0.340503, 0.340503> - 17317: <-0.859750, 0.381976, 0.339005> - 17318: <-0.873840, 0.383986, 0.298259> - 17319: <-0.890906, 0.341811, 0.299085> - 17320: <-0.859750, 0.381976, 0.339005> - 17321: <-0.840684, 0.423577, 0.337391> - 17322: <-0.854324, 0.426323, 0.297287> - 17323: <-0.873840, 0.383986, 0.298259> - 17324: <-0.840684, 0.423577, 0.337391> - 17325: <-0.819039, 0.465202, 0.335801> - 17326: <-0.832128, 0.468770, 0.296339> - 17327: <-0.854324, 0.426323, 0.297287> - 17328: <-0.819039, 0.465202, 0.335801> - 17329: <-0.794627, 0.506740, 0.334337> - 17330: <-0.807082, 0.511198, 0.295457> - 17331: <-0.832128, 0.468770, 0.296339> - 17332: <-0.794627, 0.506740, 0.334337> - 17333: <-0.767292, 0.548009, 0.333090> - 17334: <-0.779017, 0.553415, 0.294729> - 17335: <-0.807082, 0.511198, 0.295457> - 17336: <-0.767292, 0.548009, 0.333090> - 17337: <-0.736915, 0.588744, 0.332170> - 17338: <-0.747816, 0.595158, 0.294207> - 17339: <-0.779017, 0.553415, 0.294729> - 17340: <-0.736915, 0.588744, 0.332170> - 17341: <-0.703467, 0.628603, 0.331652> - 17342: <-0.713396, 0.636150, 0.293904> - 17343: <-0.747816, 0.595158, 0.294207> - 17344: <-0.713396, -0.636150, 0.293904> - 17345: <-0.747816, -0.595158, 0.294207> - 17346: <-0.757361, -0.600829, 0.255750> - 17347: <-0.722093, -0.642833, 0.255632> - 17348: <-0.747816, -0.595158, 0.294207> - 17349: <-0.779017, -0.553415, 0.294729> - 17350: <-0.789266, -0.558172, 0.255937> - 17351: <-0.757361, -0.600829, 0.255750> - 17352: <-0.779017, -0.553415, 0.294729> - 17353: <-0.807082, -0.511198, 0.295457> - 17354: <-0.817925, -0.515110, 0.256243> - 17355: <-0.789266, -0.558172, 0.255937> - 17356: <-0.807082, -0.511198, 0.295457> - 17357: <-0.832128, -0.468770, 0.296339> - 17358: <-0.843490, -0.471888, 0.256606> - 17359: <-0.817925, -0.515110, 0.256243> - 17360: <-0.832128, -0.468770, 0.296339> - 17361: <-0.854324, -0.426323, 0.297287> - 17362: <-0.866124, -0.428698, 0.256999> - 17363: <-0.843490, -0.471888, 0.256606> - 17364: <-0.854324, -0.426323, 0.297287> - 17365: <-0.873840, -0.383986, 0.298259> - 17366: <-0.886018, -0.385664, 0.257364> - 17367: <-0.866124, -0.428698, 0.256999> - 17368: <-0.873840, -0.383986, 0.298259> - 17369: <-0.890906, -0.341811, 0.299085> - 17370: <-0.903367, -0.342852, 0.257643> - 17371: <-0.886018, -0.385664, 0.257364> - 17372: <-0.890906, -0.341811, 0.299085> - 17373: <-0.905696, -0.299762, 0.299762> - 17374: <-0.918390, -0.300219, 0.257736> - 17375: <-0.903367, -0.342852, 0.257643> - 17376: <-0.905696, -0.299762, 0.299762> - 17377: <-0.918390, -0.257736, 0.300219> - 17378: <-0.931225, -0.257702, 0.257702> - 17379: <-0.918390, -0.300219, 0.257736> - 17380: <-0.918390, -0.257736, 0.300219> - 17381: <-0.929096, -0.215649, 0.300461> - 17382: <-0.942000, -0.215220, 0.257519> - 17383: <-0.931225, -0.257702, 0.257702> - 17384: <-0.929096, -0.215649, 0.300461> - 17385: <-0.937897, -0.173351, 0.300496> - 17386: <-0.950800, -0.172679, 0.257217> - 17387: <-0.942000, -0.215220, 0.257519> - 17388: <-0.937897, -0.173351, 0.300496> - 17389: <-0.944802, -0.130743, 0.300427> - 17390: <-0.957663, -0.129981, 0.256880> - 17391: <-0.950800, -0.172679, 0.257217> - 17392: <-0.944802, -0.130743, 0.300427> - 17393: <-0.949820, -0.087712, 0.300248> - 17394: <-0.962605, -0.087041, 0.256544> - 17395: <-0.957663, -0.129981, 0.256880> - 17396: <-0.949820, -0.087712, 0.300248> - 17397: <-0.952889, -0.044130, 0.300092> - 17398: <-0.965618, -0.043703, 0.256267> - 17399: <-0.962605, -0.087041, 0.256544> - 17400: <-0.952889, -0.044130, 0.300092> - 17401: <-0.953929, 0.000000, 0.300031> - 17402: <-0.966630, 0.000000, 0.256177> - 17403: <-0.965618, -0.043703, 0.256267> - 17404: <-0.953929, 0.000000, 0.300031> - 17405: <-0.952889, 0.044130, 0.300092> - 17406: <-0.965618, 0.043703, 0.256267> - 17407: <-0.966630, 0.000000, 0.256177> - 17408: <-0.952889, 0.044130, 0.300092> - 17409: <-0.949820, 0.087712, 0.300248> - 17410: <-0.962605, 0.087041, 0.256544> - 17411: <-0.965618, 0.043703, 0.256267> - 17412: <-0.949820, 0.087712, 0.300248> - 17413: <-0.944802, 0.130743, 0.300427> - 17414: <-0.957663, 0.129981, 0.256880> - 17415: <-0.962605, 0.087041, 0.256544> - 17416: <-0.944802, 0.130743, 0.300427> - 17417: <-0.937897, 0.173351, 0.300496> - 17418: <-0.950800, 0.172679, 0.257217> - 17419: <-0.957663, 0.129981, 0.256880> - 17420: <-0.937897, 0.173351, 0.300496> - 17421: <-0.929096, 0.215649, 0.300461> - 17422: <-0.942000, 0.215220, 0.257519> - 17423: <-0.950800, 0.172679, 0.257217> - 17424: <-0.929096, 0.215649, 0.300461> - 17425: <-0.918390, 0.257736, 0.300219> - 17426: <-0.931225, 0.257702, 0.257702> - 17427: <-0.942000, 0.215220, 0.257519> - 17428: <-0.918390, 0.257736, 0.300219> - 17429: <-0.905696, 0.299762, 0.299762> - 17430: <-0.918390, 0.300219, 0.257736> - 17431: <-0.931225, 0.257702, 0.257702> - 17432: <-0.905696, 0.299762, 0.299762> - 17433: <-0.890906, 0.341811, 0.299085> - 17434: <-0.903367, 0.342852, 0.257643> - 17435: <-0.918390, 0.300219, 0.257736> - 17436: <-0.890906, 0.341811, 0.299085> - 17437: <-0.873840, 0.383986, 0.298259> - 17438: <-0.886018, 0.385664, 0.257364> - 17439: <-0.903367, 0.342852, 0.257643> - 17440: <-0.873840, 0.383986, 0.298259> - 17441: <-0.854324, 0.426323, 0.297287> - 17442: <-0.866124, 0.428698, 0.256999> - 17443: <-0.886018, 0.385664, 0.257364> - 17444: <-0.854324, 0.426323, 0.297287> - 17445: <-0.832128, 0.468770, 0.296339> - 17446: <-0.843490, 0.471888, 0.256606> - 17447: <-0.866124, 0.428698, 0.256999> - 17448: <-0.832128, 0.468770, 0.296339> - 17449: <-0.807082, 0.511198, 0.295457> - 17450: <-0.817925, 0.515110, 0.256243> - 17451: <-0.843490, 0.471888, 0.256606> - 17452: <-0.807082, 0.511198, 0.295457> - 17453: <-0.779017, 0.553415, 0.294729> - 17454: <-0.789266, 0.558172, 0.255937> - 17455: <-0.817925, 0.515110, 0.256243> - 17456: <-0.779017, 0.553415, 0.294729> - 17457: <-0.747816, 0.595158, 0.294207> - 17458: <-0.757361, 0.600829, 0.255750> - 17459: <-0.789266, 0.558172, 0.255937> - 17460: <-0.747816, 0.595158, 0.294207> - 17461: <-0.713396, 0.636150, 0.293904> - 17462: <-0.722093, 0.642833, 0.255632> - 17463: <-0.757361, 0.600829, 0.255750> - 17464: <-0.722093, -0.642833, 0.255632> - 17465: <-0.757361, -0.600829, 0.255750> - 17466: <-0.765608, -0.605748, 0.216596> - 17467: <-0.729622, -0.648624, 0.216656> - 17468: <-0.757361, -0.600829, 0.255750> - 17469: <-0.789266, -0.558172, 0.255937> - 17470: <-0.798110, -0.562257, 0.216534> - 17471: <-0.765608, -0.605748, 0.216596> - 17472: <-0.789266, -0.558172, 0.255937> - 17473: <-0.817925, -0.515110, 0.256243> - 17474: <-0.827263, -0.518435, 0.216475> - 17475: <-0.798110, -0.562257, 0.216534> - 17476: <-0.817925, -0.515110, 0.256243> - 17477: <-0.843490, -0.471888, 0.256606> - 17478: <-0.853230, -0.474515, 0.216413> - 17479: <-0.827263, -0.518435, 0.216475> - 17480: <-0.843490, -0.471888, 0.256606> - 17481: <-0.866124, -0.428698, 0.256999> - 17482: <-0.876208, -0.430657, 0.216320> - 17483: <-0.853230, -0.474515, 0.216413> - 17484: <-0.866124, -0.428698, 0.256999> - 17485: <-0.886018, -0.385664, 0.257364> - 17486: <-0.896382, -0.386985, 0.216199> - 17487: <-0.876208, -0.430657, 0.216320> - 17488: <-0.886018, -0.385664, 0.257364> - 17489: <-0.903367, -0.342852, 0.257643> - 17490: <-0.913949, -0.343582, 0.215982> - 17491: <-0.896382, -0.386985, 0.216199> - 17492: <-0.903367, -0.342852, 0.257643> - 17493: <-0.918390, -0.300219, 0.257736> - 17494: <-0.929096, -0.300461, 0.215649> - 17495: <-0.913949, -0.343582, 0.215982> - 17496: <-0.918390, -0.300219, 0.257736> - 17497: <-0.931225, -0.257702, 0.257702> - 17498: <-0.942000, -0.257519, 0.215220> - 17499: <-0.929096, -0.300461, 0.215649> - 17500: <-0.931225, -0.257702, 0.257702> - 17501: <-0.942000, -0.215220, 0.257519> - 17502: <-0.952775, -0.214732, 0.214732> - 17503: <-0.942000, -0.257519, 0.215220> - 17504: <-0.942000, -0.215220, 0.257519> - 17505: <-0.950800, -0.172679, 0.257217> - 17506: <-0.961530, -0.172005, 0.214182> - 17507: <-0.952775, -0.214732, 0.214732> - 17508: <-0.950800, -0.172679, 0.257217> - 17509: <-0.957663, -0.129981, 0.256880> - 17510: <-0.968319, -0.129250, 0.213666> - 17511: <-0.961530, -0.172005, 0.214182> - 17512: <-0.957663, -0.129981, 0.256880> - 17513: <-0.962605, -0.087041, 0.256544> - 17514: <-0.973180, -0.086398, 0.213204> - 17515: <-0.968319, -0.129250, 0.213666> - 17516: <-0.962605, -0.087041, 0.256544> - 17517: <-0.965618, -0.043703, 0.256267> - 17518: <-0.976120, -0.043306, 0.212870> - 17519: <-0.973180, -0.086398, 0.213204> - 17520: <-0.965618, -0.043703, 0.256267> - 17521: <-0.966630, 0.000000, 0.256177> - 17522: <-0.977107, 0.000000, 0.212750> - 17523: <-0.976120, -0.043306, 0.212870> - 17524: <-0.966630, 0.000000, 0.256177> - 17525: <-0.965618, 0.043703, 0.256267> - 17526: <-0.976120, 0.043306, 0.212870> - 17527: <-0.977107, 0.000000, 0.212750> - 17528: <-0.965618, 0.043703, 0.256267> - 17529: <-0.962605, 0.087041, 0.256544> - 17530: <-0.973180, 0.086398, 0.213204> - 17531: <-0.976120, 0.043306, 0.212870> - 17532: <-0.962605, 0.087041, 0.256544> - 17533: <-0.957663, 0.129981, 0.256880> - 17534: <-0.968319, 0.129250, 0.213666> - 17535: <-0.973180, 0.086398, 0.213204> - 17536: <-0.957663, 0.129981, 0.256880> - 17537: <-0.950800, 0.172679, 0.257217> - 17538: <-0.961530, 0.172005, 0.214182> - 17539: <-0.968319, 0.129250, 0.213666> - 17540: <-0.950800, 0.172679, 0.257217> - 17541: <-0.942000, 0.215220, 0.257519> - 17542: <-0.952775, 0.214732, 0.214732> - 17543: <-0.961530, 0.172005, 0.214182> - 17544: <-0.942000, 0.215220, 0.257519> - 17545: <-0.931225, 0.257702, 0.257702> - 17546: <-0.942000, 0.257519, 0.215220> - 17547: <-0.952775, 0.214732, 0.214732> - 17548: <-0.931225, 0.257702, 0.257702> - 17549: <-0.918390, 0.300219, 0.257736> - 17550: <-0.929096, 0.300461, 0.215649> - 17551: <-0.942000, 0.257519, 0.215220> - 17552: <-0.918390, 0.300219, 0.257736> - 17553: <-0.903367, 0.342852, 0.257643> - 17554: <-0.913949, 0.343582, 0.215982> - 17555: <-0.929096, 0.300461, 0.215649> - 17556: <-0.903367, 0.342852, 0.257643> - 17557: <-0.886018, 0.385664, 0.257364> - 17558: <-0.896382, 0.386985, 0.216199> - 17559: <-0.913949, 0.343582, 0.215982> - 17560: <-0.886018, 0.385664, 0.257364> - 17561: <-0.866124, 0.428698, 0.256999> - 17562: <-0.876208, 0.430657, 0.216320> - 17563: <-0.896382, 0.386985, 0.216199> - 17564: <-0.866124, 0.428698, 0.256999> - 17565: <-0.843490, 0.471888, 0.256606> - 17566: <-0.853230, 0.474515, 0.216413> - 17567: <-0.876208, 0.430657, 0.216320> - 17568: <-0.843490, 0.471888, 0.256606> - 17569: <-0.817925, 0.515110, 0.256243> - 17570: <-0.827263, 0.518435, 0.216475> - 17571: <-0.853230, 0.474515, 0.216413> - 17572: <-0.817925, 0.515110, 0.256243> - 17573: <-0.789266, 0.558172, 0.255937> - 17574: <-0.798110, 0.562257, 0.216534> - 17575: <-0.827263, 0.518435, 0.216475> - 17576: <-0.789266, 0.558172, 0.255937> - 17577: <-0.757361, 0.600829, 0.255750> - 17578: <-0.765608, 0.605748, 0.216596> - 17579: <-0.798110, 0.562257, 0.216534> - 17580: <-0.757361, 0.600829, 0.255750> - 17581: <-0.722093, 0.642833, 0.255632> - 17582: <-0.729636, 0.648606, 0.216660> - 17583: <-0.765608, 0.605748, 0.216596> - 17584: <-0.729622, -0.648624, 0.216656> - 17585: <-0.765608, -0.605748, 0.216596> - 17586: <-0.772589, -0.609892, 0.176461> - 17587: <-0.736025, -0.653502, 0.176644> - 17588: <-0.765608, -0.605748, 0.216596> - 17589: <-0.798110, -0.562257, 0.216534> - 17590: <-0.805587, -0.565675, 0.176188> - 17591: <-0.772589, -0.609892, 0.176461> - 17592: <-0.798110, -0.562257, 0.216534> - 17593: <-0.827263, -0.518435, 0.216475> - 17594: <-0.835133, -0.521180, 0.175853> - 17595: <-0.805587, -0.565675, 0.176188> - 17596: <-0.827263, -0.518435, 0.216475> - 17597: <-0.853230, -0.474515, 0.216413> - 17598: <-0.861427, -0.476614, 0.175453> - 17599: <-0.835133, -0.521180, 0.175853> - 17600: <-0.853230, -0.474515, 0.216413> - 17601: <-0.876208, -0.430657, 0.216320> - 17602: <-0.884654, -0.432149, 0.175026> - 17603: <-0.861427, -0.476614, 0.175453> - 17604: <-0.876208, -0.430657, 0.216320> - 17605: <-0.896382, -0.386985, 0.216199> - 17606: <-0.904997, -0.387965, 0.174541> - 17607: <-0.884654, -0.432149, 0.175026> - 17608: <-0.896382, -0.386985, 0.216199> - 17609: <-0.913949, -0.343582, 0.215982> - 17610: <-0.922682, -0.344072, 0.173989> - 17611: <-0.904997, -0.387965, 0.174541> - 17612: <-0.913949, -0.343582, 0.215982> - 17613: <-0.929096, -0.300461, 0.215649> - 17614: <-0.937897, -0.300496, 0.173351> - 17615: <-0.922682, -0.344072, 0.173989> - 17616: <-0.929096, -0.300461, 0.215649> - 17617: <-0.942000, -0.257519, 0.215220> - 17618: <-0.950800, -0.257217, 0.172679> - 17619: <-0.937897, -0.300496, 0.173351> - 17620: <-0.942000, -0.257519, 0.215220> - 17621: <-0.952775, -0.214732, 0.214732> - 17622: <-0.961530, -0.214182, 0.172005> - 17623: <-0.950800, -0.257217, 0.172679> - 17624: <-0.952775, -0.214732, 0.214732> - 17625: <-0.961530, -0.172005, 0.214182> - 17626: <-0.970211, -0.171305, 0.171305> - 17627: <-0.961530, -0.214182, 0.172005> - 17628: <-0.961530, -0.172005, 0.214182> - 17629: <-0.968319, -0.129250, 0.213666> - 17630: <-0.976904, -0.128545, 0.170691> - 17631: <-0.970211, -0.171305, 0.171305> - 17632: <-0.968319, -0.129250, 0.213666> - 17633: <-0.973180, -0.086398, 0.213204> - 17634: <-0.981668, -0.085788, 0.170203> - 17635: <-0.976904, -0.128545, 0.170691> - 17636: <-0.973180, -0.086398, 0.213204> - 17637: <-0.976120, -0.043306, 0.212870> - 17638: <-0.984530, -0.042970, 0.169866> - 17639: <-0.981668, -0.085788, 0.170203> - 17640: <-0.976120, -0.043306, 0.212870> - 17641: <-0.977107, 0.000000, 0.212750> - 17642: <-0.985488, 0.000000, 0.169746> - 17643: <-0.984530, -0.042970, 0.169866> - 17644: <-0.977107, 0.000000, 0.212750> - 17645: <-0.976120, 0.043306, 0.212870> - 17646: <-0.984535, 0.042970, 0.169837> - 17647: <-0.985488, 0.000000, 0.169746> - 17648: <-0.976120, 0.043306, 0.212870> - 17649: <-0.973180, 0.086398, 0.213204> - 17650: <-0.981668, 0.085788, 0.170203> - 17651: <-0.984535, 0.042970, 0.169837> - 17652: <-0.973180, 0.086398, 0.213204> - 17653: <-0.968319, 0.129250, 0.213666> - 17654: <-0.976904, 0.128545, 0.170691> - 17655: <-0.981668, 0.085788, 0.170203> - 17656: <-0.968319, 0.129250, 0.213666> - 17657: <-0.961530, 0.172005, 0.214182> - 17658: <-0.970211, 0.171305, 0.171305> - 17659: <-0.976904, 0.128545, 0.170691> - 17660: <-0.961530, 0.172005, 0.214182> - 17661: <-0.952775, 0.214732, 0.214732> - 17662: <-0.961530, 0.214182, 0.172005> - 17663: <-0.970211, 0.171305, 0.171305> - 17664: <-0.952775, 0.214732, 0.214732> - 17665: <-0.942000, 0.257519, 0.215220> - 17666: <-0.950800, 0.257217, 0.172679> - 17667: <-0.961530, 0.214182, 0.172005> - 17668: <-0.942000, 0.257519, 0.215220> - 17669: <-0.929096, 0.300461, 0.215649> - 17670: <-0.937897, 0.300496, 0.173351> - 17671: <-0.950800, 0.257217, 0.172679> - 17672: <-0.929096, 0.300461, 0.215649> - 17673: <-0.913949, 0.343582, 0.215982> - 17674: <-0.922682, 0.344072, 0.173989> - 17675: <-0.937897, 0.300496, 0.173351> - 17676: <-0.913949, 0.343582, 0.215982> - 17677: <-0.896382, 0.386985, 0.216199> - 17678: <-0.904997, 0.387965, 0.174541> - 17679: <-0.922682, 0.344072, 0.173989> - 17680: <-0.896382, 0.386985, 0.216199> - 17681: <-0.876208, 0.430657, 0.216320> - 17682: <-0.884654, 0.432149, 0.175026> - 17683: <-0.904997, 0.387965, 0.174541> - 17684: <-0.876208, 0.430657, 0.216320> - 17685: <-0.853230, 0.474515, 0.216413> - 17686: <-0.861427, 0.476614, 0.175453> - 17687: <-0.884654, 0.432149, 0.175026> - 17688: <-0.853230, 0.474515, 0.216413> - 17689: <-0.827263, 0.518435, 0.216475> - 17690: <-0.835133, 0.521180, 0.175853> - 17691: <-0.861427, 0.476614, 0.175453> - 17692: <-0.827263, 0.518435, 0.216475> - 17693: <-0.798110, 0.562257, 0.216534> - 17694: <-0.805587, 0.565675, 0.176188> - 17695: <-0.835133, 0.521180, 0.175853> - 17696: <-0.798110, 0.562257, 0.216534> - 17697: <-0.765608, 0.605748, 0.216596> - 17698: <-0.772589, 0.609892, 0.176461> - 17699: <-0.805587, 0.565675, 0.176188> - 17700: <-0.765608, 0.605748, 0.216596> - 17701: <-0.729636, 0.648606, 0.216660> - 17702: <-0.736025, 0.653502, 0.176644> - 17703: <-0.772589, 0.609892, 0.176461> - 17704: <-0.736025, -0.653502, 0.176644> - 17705: <-0.772589, -0.609892, 0.176461> - 17706: <-0.778306, -0.613196, 0.135018> - 17707: <-0.741243, -0.657468, 0.135260> - 17708: <-0.772589, -0.609892, 0.176461> - 17709: <-0.805587, -0.565675, 0.176188> - 17710: <-0.811677, -0.568382, 0.134618> - 17711: <-0.778306, -0.613196, 0.135018> - 17712: <-0.805587, -0.565675, 0.176188> - 17713: <-0.835133, -0.521180, 0.175853> - 17714: <-0.841527, -0.523307, 0.134100> - 17715: <-0.811677, -0.568382, 0.134618> - 17716: <-0.835133, -0.521180, 0.175853> - 17717: <-0.861427, -0.476614, 0.175453> - 17718: <-0.868033, -0.478208, 0.133553> - 17719: <-0.841527, -0.523307, 0.134100> - 17720: <-0.861427, -0.476614, 0.175453> - 17721: <-0.884654, -0.432149, 0.175026> - 17722: <-0.891416, -0.433256, 0.132913> - 17723: <-0.868033, -0.478208, 0.133553> - 17724: <-0.884654, -0.432149, 0.175026> - 17725: <-0.904997, -0.387965, 0.174541> - 17726: <-0.911854, -0.388632, 0.132240> - 17727: <-0.891416, -0.433256, 0.132913> - 17728: <-0.904997, -0.387965, 0.174541> - 17729: <-0.922682, -0.344072, 0.173989> - 17730: <-0.929596, -0.344322, 0.131509> - 17731: <-0.911854, -0.388632, 0.132240> - 17732: <-0.922682, -0.344072, 0.173989> - 17733: <-0.937897, -0.300496, 0.173351> - 17734: <-0.944802, -0.300427, 0.130743> - 17735: <-0.929596, -0.344322, 0.131509> - 17736: <-0.937897, -0.300496, 0.173351> - 17737: <-0.950800, -0.257217, 0.172679> - 17738: <-0.957663, -0.256880, 0.129981> - 17739: <-0.944802, -0.300427, 0.130743> - 17740: <-0.950800, -0.257217, 0.172679> - 17741: <-0.961530, -0.214182, 0.172005> - 17742: <-0.968319, -0.213666, 0.129250> - 17743: <-0.957663, -0.256880, 0.129981> - 17744: <-0.961530, -0.214182, 0.172005> - 17745: <-0.970211, -0.171305, 0.171305> - 17746: <-0.976904, -0.170691, 0.128545> - 17747: <-0.968319, -0.213666, 0.129250> - 17748: <-0.970211, -0.171305, 0.171305> - 17749: <-0.976904, -0.128545, 0.170691> - 17750: <-0.983497, -0.127935, 0.127935> - 17751: <-0.976904, -0.170691, 0.128545> - 17752: <-0.976904, -0.128545, 0.170691> - 17753: <-0.981668, -0.085788, 0.170203> - 17754: <-0.988171, -0.085300, 0.127447> - 17755: <-0.983497, -0.127935, 0.127935> - 17756: <-0.981668, -0.085788, 0.170203> - 17757: <-0.984530, -0.042970, 0.169866> - 17758: <-0.990966, -0.042666, 0.127144> - 17759: <-0.988171, -0.085300, 0.127447> - 17760: <-0.984530, -0.042970, 0.169866> - 17761: <-0.985488, 0.000000, 0.169746> - 17762: <-0.991900, 0.000000, 0.127020> - 17763: <-0.990966, -0.042666, 0.127144> - 17764: <-0.985488, 0.000000, 0.169746> - 17765: <-0.984535, 0.042970, 0.169837> - 17766: <-0.990966, 0.042666, 0.127144> - 17767: <-0.991900, 0.000000, 0.127020> - 17768: <-0.984535, 0.042970, 0.169837> - 17769: <-0.981668, 0.085788, 0.170203> - 17770: <-0.988171, 0.085300, 0.127447> - 17771: <-0.990966, 0.042666, 0.127144> - 17772: <-0.981668, 0.085788, 0.170203> - 17773: <-0.976904, 0.128545, 0.170691> - 17774: <-0.983497, 0.127935, 0.127935> - 17775: <-0.988171, 0.085300, 0.127447> - 17776: <-0.976904, 0.128545, 0.170691> - 17777: <-0.970211, 0.171305, 0.171305> - 17778: <-0.976904, 0.170691, 0.128545> - 17779: <-0.983497, 0.127935, 0.127935> - 17780: <-0.970211, 0.171305, 0.171305> - 17781: <-0.961530, 0.214182, 0.172005> - 17782: <-0.968319, 0.213666, 0.129250> - 17783: <-0.976904, 0.170691, 0.128545> - 17784: <-0.961530, 0.214182, 0.172005> - 17785: <-0.950800, 0.257217, 0.172679> - 17786: <-0.957663, 0.256880, 0.129981> - 17787: <-0.968319, 0.213666, 0.129250> - 17788: <-0.950800, 0.257217, 0.172679> - 17789: <-0.937897, 0.300496, 0.173351> - 17790: <-0.944802, 0.300427, 0.130743> - 17791: <-0.957663, 0.256880, 0.129981> - 17792: <-0.937897, 0.300496, 0.173351> - 17793: <-0.922682, 0.344072, 0.173989> - 17794: <-0.929596, 0.344322, 0.131509> - 17795: <-0.944802, 0.300427, 0.130743> - 17796: <-0.922682, 0.344072, 0.173989> - 17797: <-0.904997, 0.387965, 0.174541> - 17798: <-0.911854, 0.388632, 0.132240> - 17799: <-0.929596, 0.344322, 0.131509> - 17800: <-0.904997, 0.387965, 0.174541> - 17801: <-0.884654, 0.432149, 0.175026> - 17802: <-0.891405, 0.433281, 0.132911> - 17803: <-0.911854, 0.388632, 0.132240> - 17804: <-0.884654, 0.432149, 0.175026> - 17805: <-0.861427, 0.476614, 0.175453> - 17806: <-0.868033, 0.478208, 0.133553> - 17807: <-0.891405, 0.433281, 0.132911> - 17808: <-0.861427, 0.476614, 0.175453> - 17809: <-0.835133, 0.521180, 0.175853> - 17810: <-0.841527, 0.523307, 0.134100> - 17811: <-0.868033, 0.478208, 0.133553> - 17812: <-0.835133, 0.521180, 0.175853> - 17813: <-0.805587, 0.565675, 0.176188> - 17814: <-0.811677, 0.568382, 0.134618> - 17815: <-0.841527, 0.523307, 0.134100> - 17816: <-0.805587, 0.565675, 0.176188> - 17817: <-0.772589, 0.609892, 0.176461> - 17818: <-0.778292, 0.613215, 0.135015> - 17819: <-0.811677, 0.568382, 0.134618> - 17820: <-0.772589, 0.609892, 0.176461> - 17821: <-0.736025, 0.653502, 0.176644> - 17822: <-0.741243, 0.657468, 0.135260> - 17823: <-0.778292, 0.613215, 0.135015> - 17824: <-0.741243, -0.657468, 0.135260> - 17825: <-0.778306, -0.613196, 0.135018> - 17826: <-0.782607, -0.615697, 0.091894> - 17827: <-0.745184, -0.660463, 0.092137> - 17828: <-0.778306, -0.613196, 0.135018> - 17829: <-0.811677, -0.568382, 0.134618> - 17830: <-0.816271, -0.570377, 0.091497> - 17831: <-0.782607, -0.615697, 0.091894> - 17832: <-0.811677, -0.568382, 0.134618> - 17833: <-0.841527, -0.523307, 0.134100> - 17834: <-0.846324, -0.524836, 0.091008> - 17835: <-0.816271, -0.570377, 0.091497> - 17836: <-0.841527, -0.523307, 0.134100> - 17837: <-0.868033, -0.478208, 0.133553> - 17838: <-0.872976, -0.479307, 0.090429> - 17839: <-0.846324, -0.524836, 0.091008> - 17840: <-0.868033, -0.478208, 0.133553> - 17841: <-0.891416, -0.433256, 0.132913> - 17842: <-0.896437, -0.433981, 0.089787> - 17843: <-0.872976, -0.479307, 0.090429> - 17844: <-0.891416, -0.433256, 0.132913> - 17845: <-0.911854, -0.388632, 0.132240> - 17846: <-0.916918, -0.388998, 0.089116> - 17847: <-0.896437, -0.433981, 0.089787> - 17848: <-0.911854, -0.388632, 0.132240> - 17849: <-0.929596, -0.344322, 0.131509> - 17850: <-0.934648, -0.344408, 0.088414> - 17851: <-0.916918, -0.388998, 0.089116> - 17852: <-0.929596, -0.344322, 0.131509> - 17853: <-0.944802, -0.300427, 0.130743> - 17854: <-0.949820, -0.300248, 0.087712> - 17855: <-0.934648, -0.344408, 0.088414> - 17856: <-0.944802, -0.300427, 0.130743> - 17857: <-0.957663, -0.256880, 0.129981> - 17858: <-0.962605, -0.256544, 0.087041> - 17859: <-0.949820, -0.300248, 0.087712> - 17860: <-0.957663, -0.256880, 0.129981> - 17861: <-0.968319, -0.213666, 0.129250> - 17862: <-0.973180, -0.213204, 0.086398> - 17863: <-0.962605, -0.256544, 0.087041> - 17864: <-0.968319, -0.213666, 0.129250> - 17865: <-0.976904, -0.170691, 0.128545> - 17866: <-0.981668, -0.170203, 0.085788> - 17867: <-0.973180, -0.213204, 0.086398> - 17868: <-0.976904, -0.170691, 0.128545> - 17869: <-0.983497, -0.127935, 0.127935> - 17870: <-0.988171, -0.127447, 0.085300> - 17871: <-0.981668, -0.170203, 0.085788> - 17872: <-0.983497, -0.127935, 0.127935> - 17873: <-0.988171, -0.085300, 0.127447> - 17874: <-0.992765, -0.084905, 0.084905> - 17875: <-0.988171, -0.127447, 0.085300> - 17876: <-0.988171, -0.085300, 0.127447> - 17877: <-0.990966, -0.042666, 0.127144> - 17878: <-0.995505, -0.042452, 0.084660> - 17879: <-0.992765, -0.084905, 0.084905> - 17880: <-0.990966, -0.042666, 0.127144> - 17881: <-0.991900, 0.000000, 0.127020> - 17882: <-0.996418, 0.000000, 0.084568> - 17883: <-0.995505, -0.042452, 0.084660> - 17884: <-0.991900, 0.000000, 0.127020> - 17885: <-0.990966, 0.042666, 0.127144> - 17886: <-0.995505, 0.042452, 0.084660> - 17887: <-0.996418, 0.000000, 0.084568> - 17888: <-0.990966, 0.042666, 0.127144> - 17889: <-0.988171, 0.085300, 0.127447> - 17890: <-0.992765, 0.084905, 0.084905> - 17891: <-0.995505, 0.042452, 0.084660> - 17892: <-0.988171, 0.085300, 0.127447> - 17893: <-0.983497, 0.127935, 0.127935> - 17894: <-0.988171, 0.127447, 0.085300> - 17895: <-0.992765, 0.084905, 0.084905> - 17896: <-0.983497, 0.127935, 0.127935> - 17897: <-0.976904, 0.170691, 0.128545> - 17898: <-0.981668, 0.170203, 0.085788> - 17899: <-0.988171, 0.127447, 0.085300> - 17900: <-0.976904, 0.170691, 0.128545> - 17901: <-0.968319, 0.213666, 0.129250> - 17902: <-0.973180, 0.213204, 0.086398> - 17903: <-0.981668, 0.170203, 0.085788> - 17904: <-0.968319, 0.213666, 0.129250> - 17905: <-0.957663, 0.256880, 0.129981> - 17906: <-0.962605, 0.256544, 0.087041> - 17907: <-0.973180, 0.213204, 0.086398> - 17908: <-0.957663, 0.256880, 0.129981> - 17909: <-0.944802, 0.300427, 0.130743> - 17910: <-0.949820, 0.300248, 0.087712> - 17911: <-0.962605, 0.256544, 0.087041> - 17912: <-0.944802, 0.300427, 0.130743> - 17913: <-0.929596, 0.344322, 0.131509> - 17914: <-0.934648, 0.344408, 0.088414> - 17915: <-0.949820, 0.300248, 0.087712> - 17916: <-0.929596, 0.344322, 0.131509> - 17917: <-0.911854, 0.388632, 0.132240> - 17918: <-0.916918, 0.388998, 0.089116> - 17919: <-0.934648, 0.344408, 0.088414> - 17920: <-0.911854, 0.388632, 0.132240> - 17921: <-0.891405, 0.433281, 0.132911> - 17922: <-0.896437, 0.433981, 0.089787> - 17923: <-0.916918, 0.388998, 0.089116> - 17924: <-0.891405, 0.433281, 0.132911> - 17925: <-0.868033, 0.478208, 0.133553> - 17926: <-0.872976, 0.479307, 0.090429> - 17927: <-0.896437, 0.433981, 0.089787> - 17928: <-0.868033, 0.478208, 0.133553> - 17929: <-0.841527, 0.523307, 0.134100> - 17930: <-0.846324, 0.524836, 0.091008> - 17931: <-0.872976, 0.479307, 0.090429> - 17932: <-0.841527, 0.523307, 0.134100> - 17933: <-0.811677, 0.568382, 0.134618> - 17934: <-0.816271, 0.570377, 0.091497> - 17935: <-0.846324, 0.524836, 0.091008> - 17936: <-0.811677, 0.568382, 0.134618> - 17937: <-0.778292, 0.613215, 0.135015> - 17938: <-0.782607, 0.615697, 0.091894> - 17939: <-0.816271, 0.570377, 0.091497> - 17940: <-0.778292, 0.613215, 0.135015> - 17941: <-0.741243, 0.657468, 0.135260> - 17942: <-0.745184, 0.660463, 0.092137> - 17943: <-0.782607, 0.615697, 0.091894> - 17944: <-0.745184, -0.660463, 0.092137> - 17945: <-0.782607, -0.615697, 0.091894> - 17946: <-0.785375, -0.617246, 0.046847> - 17947: <-0.747715, -0.662354, 0.046999> - 17948: <-0.782607, -0.615697, 0.091894> - 17949: <-0.816271, -0.570377, 0.091497> - 17950: <-0.819208, -0.571602, 0.046573> - 17951: <-0.785375, -0.617246, 0.046847> - 17952: <-0.816271, -0.570377, 0.091497> - 17953: <-0.846324, -0.524836, 0.091008> - 17954: <-0.849378, -0.525753, 0.046267> - 17955: <-0.819208, -0.571602, 0.046573> - 17956: <-0.846324, -0.524836, 0.091008> - 17957: <-0.872976, -0.479307, 0.090429> - 17958: <-0.876095, -0.479951, 0.045871> - 17959: <-0.849378, -0.525753, 0.046267> - 17960: <-0.872976, -0.479307, 0.090429> - 17961: <-0.896437, -0.433981, 0.089787> - 17962: <-0.899583, -0.434379, 0.045443> - 17963: <-0.876095, -0.479951, 0.045871> - 17964: <-0.896437, -0.433981, 0.089787> - 17965: <-0.916918, -0.388998, 0.089116> - 17966: <-0.920061, -0.389180, 0.045016> - 17967: <-0.899583, -0.434379, 0.045443> - 17968: <-0.916918, -0.388998, 0.089116> - 17969: <-0.934648, -0.344408, 0.088414> - 17970: <-0.937762, -0.344409, 0.044558> - 17971: <-0.920061, -0.389180, 0.045016> - 17972: <-0.934648, -0.344408, 0.088414> - 17973: <-0.949820, -0.300248, 0.087712> - 17974: <-0.952889, -0.300092, 0.044130> - 17975: <-0.937762, -0.344409, 0.044558> - 17976: <-0.949820, -0.300248, 0.087712> - 17977: <-0.962605, -0.256544, 0.087041> - 17978: <-0.965618, -0.256267, 0.043703> - 17979: <-0.952889, -0.300092, 0.044130> - 17980: <-0.962605, -0.256544, 0.087041> - 17981: <-0.973180, -0.213204, 0.086398> - 17982: <-0.976120, -0.212870, 0.043306> - 17983: <-0.965618, -0.256267, 0.043703> - 17984: <-0.973180, -0.213204, 0.086398> - 17985: <-0.981668, -0.170203, 0.085788> - 17986: <-0.984535, -0.169837, 0.042970> - 17987: <-0.976120, -0.212870, 0.043306> - 17988: <-0.981668, -0.170203, 0.085788> - 17989: <-0.988171, -0.127447, 0.085300> - 17990: <-0.990966, -0.127144, 0.042666> - 17991: <-0.984535, -0.169837, 0.042970> - 17992: <-0.988171, -0.127447, 0.085300> - 17993: <-0.992765, -0.084905, 0.084905> - 17994: <-0.995505, -0.084660, 0.042452> - 17995: <-0.990966, -0.127144, 0.042666> - 17996: <-0.992765, -0.084905, 0.084905> - 17997: <-0.995505, -0.042452, 0.084660> - 17998: <-0.998209, -0.042299, 0.042299> - 17999: <-0.995505, -0.084660, 0.042452> - 18000: <-0.995505, -0.042452, 0.084660> - 18001: <-0.996418, 0.000000, 0.084568> - 18002: <-0.999108, 0.000000, 0.042239> - 18003: <-0.998209, -0.042299, 0.042299> - 18004: <-0.996418, 0.000000, 0.084568> - 18005: <-0.995505, 0.042452, 0.084660> - 18006: <-0.998209, 0.042299, 0.042299> - 18007: <-0.999108, 0.000000, 0.042239> - 18008: <-0.995505, 0.042452, 0.084660> - 18009: <-0.992765, 0.084905, 0.084905> - 18010: <-0.995505, 0.084660, 0.042452> - 18011: <-0.998209, 0.042299, 0.042299> - 18012: <-0.992765, 0.084905, 0.084905> - 18013: <-0.988171, 0.127447, 0.085300> - 18014: <-0.990966, 0.127144, 0.042666> - 18015: <-0.995505, 0.084660, 0.042452> - 18016: <-0.988171, 0.127447, 0.085300> - 18017: <-0.981668, 0.170203, 0.085788> - 18018: <-0.984535, 0.169837, 0.042970> - 18019: <-0.990966, 0.127144, 0.042666> - 18020: <-0.981668, 0.170203, 0.085788> - 18021: <-0.973180, 0.213204, 0.086398> - 18022: <-0.976120, 0.212870, 0.043306> - 18023: <-0.984535, 0.169837, 0.042970> - 18024: <-0.973180, 0.213204, 0.086398> - 18025: <-0.962605, 0.256544, 0.087041> - 18026: <-0.965618, 0.256267, 0.043703> - 18027: <-0.976120, 0.212870, 0.043306> - 18028: <-0.962605, 0.256544, 0.087041> - 18029: <-0.949820, 0.300248, 0.087712> - 18030: <-0.952889, 0.300092, 0.044130> - 18031: <-0.965618, 0.256267, 0.043703> - 18032: <-0.949820, 0.300248, 0.087712> - 18033: <-0.934648, 0.344408, 0.088414> - 18034: <-0.937762, 0.344409, 0.044558> - 18035: <-0.952889, 0.300092, 0.044130> - 18036: <-0.934648, 0.344408, 0.088414> - 18037: <-0.916918, 0.388998, 0.089116> - 18038: <-0.920061, 0.389180, 0.045016> - 18039: <-0.937762, 0.344409, 0.044558> - 18040: <-0.916918, 0.388998, 0.089116> - 18041: <-0.896437, 0.433981, 0.089787> - 18042: <-0.899583, 0.434379, 0.045443> - 18043: <-0.920061, 0.389180, 0.045016> - 18044: <-0.896437, 0.433981, 0.089787> - 18045: <-0.872976, 0.479307, 0.090429> - 18046: <-0.876095, 0.479951, 0.045871> - 18047: <-0.899583, 0.434379, 0.045443> - 18048: <-0.872976, 0.479307, 0.090429> - 18049: <-0.846324, 0.524836, 0.091008> - 18050: <-0.849378, 0.525753, 0.046267> - 18051: <-0.876095, 0.479951, 0.045871> - 18052: <-0.846324, 0.524836, 0.091008> - 18053: <-0.816271, 0.570377, 0.091497> - 18054: <-0.819208, 0.571602, 0.046573> - 18055: <-0.849378, 0.525753, 0.046267> - 18056: <-0.816271, 0.570377, 0.091497> - 18057: <-0.782607, 0.615697, 0.091894> - 18058: <-0.785375, 0.617246, 0.046847> - 18059: <-0.819208, 0.571602, 0.046573> - 18060: <-0.782607, 0.615697, 0.091894> - 18061: <-0.745184, 0.660463, 0.092137> - 18062: <-0.747715, 0.662354, 0.046999> - 18063: <-0.785375, 0.617246, 0.046847> - 18064: <-0.747715, -0.662354, 0.046999> - 18065: <-0.785375, -0.617246, 0.046847> - 18066: <-0.786344, -0.617789, 0.000000> - 18067: <-0.748599, -0.663024, 0.000000> - 18068: <-0.785375, -0.617246, 0.046847> - 18069: <-0.819208, -0.571602, 0.046573> - 18070: <-0.820237, -0.572024, 0.000000> - 18071: <-0.786344, -0.617789, 0.000000> - 18072: <-0.819208, -0.571602, 0.046573> - 18073: <-0.849378, -0.525753, 0.046267> - 18074: <-0.850434, -0.526081, 0.000000> - 18075: <-0.820237, -0.572024, 0.000000> - 18076: <-0.849378, -0.525753, 0.046267> - 18077: <-0.876095, -0.479951, 0.045871> - 18078: <-0.877169, -0.480182, 0.000000> - 18079: <-0.850434, -0.526081, 0.000000> - 18080: <-0.876095, -0.479951, 0.045871> - 18081: <-0.899583, -0.434379, 0.045443> - 18082: <-0.900655, -0.434534, 0.000000> - 18083: <-0.877169, -0.480182, 0.000000> - 18084: <-0.899583, -0.434379, 0.045443> - 18085: <-0.920061, -0.389180, 0.045016> - 18086: <-0.921135, -0.389244, 0.000000> - 18087: <-0.900655, -0.434534, 0.000000> - 18088: <-0.920061, -0.389180, 0.045016> - 18089: <-0.937762, -0.344409, 0.044558> - 18090: <-0.938821, -0.344405, 0.000000> - 18091: <-0.921135, -0.389244, 0.000000> - 18092: <-0.937762, -0.344409, 0.044558> - 18093: <-0.952889, -0.300092, 0.044130> - 18094: <-0.953929, -0.300031, 0.000000> - 18095: <-0.938821, -0.344405, 0.000000> - 18096: <-0.952889, -0.300092, 0.044130> - 18097: <-0.965618, -0.256267, 0.043703> - 18098: <-0.966630, -0.256177, 0.000000> - 18099: <-0.953929, -0.300031, 0.000000> - 18100: <-0.965618, -0.256267, 0.043703> - 18101: <-0.976120, -0.212870, 0.043306> - 18102: <-0.977107, -0.212750, 0.000000> - 18103: <-0.966630, -0.256177, 0.000000> - 18104: <-0.976120, -0.212870, 0.043306> - 18105: <-0.984535, -0.169837, 0.042970> - 18106: <-0.985488, -0.169746, 0.000000> - 18107: <-0.977107, -0.212750, 0.000000> - 18108: <-0.984535, -0.169837, 0.042970> - 18109: <-0.990966, -0.127144, 0.042666> - 18110: <-0.991900, -0.127020, 0.000000> - 18111: <-0.985488, -0.169746, 0.000000> - 18112: <-0.990966, -0.127144, 0.042666> - 18113: <-0.995505, -0.084660, 0.042452> - 18114: <-0.996418, -0.084568, 0.000000> - 18115: <-0.991900, -0.127020, 0.000000> - 18116: <-0.995505, -0.084660, 0.042452> - 18117: <-0.998209, -0.042299, 0.042299> - 18118: <-0.999108, -0.042239, 0.000000> - 18119: <-0.996418, -0.084568, 0.000000> - 18120: <-0.998209, -0.042299, 0.042299> - 18121: <-0.999108, 0.000000, 0.042239> - 18122: <-1.000000, 0.000000, 0.000000> - 18123: <-0.999108, -0.042239, 0.000000> - 18124: <-0.999108, 0.000000, 0.042239> - 18125: <-0.998209, 0.042299, 0.042299> - 18126: <-0.999108, 0.042239, 0.000000> - 18127: <-1.000000, 0.000000, 0.000000> - 18128: <-0.998209, 0.042299, 0.042299> - 18129: <-0.995505, 0.084660, 0.042452> - 18130: <-0.996418, 0.084568, 0.000000> - 18131: <-0.999108, 0.042239, 0.000000> - 18132: <-0.995505, 0.084660, 0.042452> - 18133: <-0.990966, 0.127144, 0.042666> - 18134: <-0.991900, 0.127020, 0.000000> - 18135: <-0.996418, 0.084568, 0.000000> - 18136: <-0.990966, 0.127144, 0.042666> - 18137: <-0.984535, 0.169837, 0.042970> - 18138: <-0.985488, 0.169746, 0.000000> - 18139: <-0.991900, 0.127020, 0.000000> - 18140: <-0.984535, 0.169837, 0.042970> - 18141: <-0.976120, 0.212870, 0.043306> - 18142: <-0.977107, 0.212750, 0.000000> - 18143: <-0.985488, 0.169746, 0.000000> - 18144: <-0.976120, 0.212870, 0.043306> - 18145: <-0.965618, 0.256267, 0.043703> - 18146: <-0.966630, 0.256177, 0.000000> - 18147: <-0.977107, 0.212750, 0.000000> - 18148: <-0.965618, 0.256267, 0.043703> - 18149: <-0.952889, 0.300092, 0.044130> - 18150: <-0.953921, 0.300059, 0.000000> - 18151: <-0.966630, 0.256177, 0.000000> - 18152: <-0.952889, 0.300092, 0.044130> - 18153: <-0.937762, 0.344409, 0.044558> - 18154: <-0.938821, 0.344405, 0.000000> - 18155: <-0.953921, 0.300059, 0.000000> - 18156: <-0.937762, 0.344409, 0.044558> - 18157: <-0.920061, 0.389180, 0.045016> - 18158: <-0.921135, 0.389244, 0.000000> - 18159: <-0.938821, 0.344405, 0.000000> - 18160: <-0.920061, 0.389180, 0.045016> - 18161: <-0.899583, 0.434379, 0.045443> - 18162: <-0.900655, 0.434534, 0.000000> - 18163: <-0.921135, 0.389244, 0.000000> - 18164: <-0.899583, 0.434379, 0.045443> - 18165: <-0.876095, 0.479951, 0.045871> - 18166: <-0.877169, 0.480182, 0.000000> - 18167: <-0.900655, 0.434534, 0.000000> - 18168: <-0.876095, 0.479951, 0.045871> - 18169: <-0.849378, 0.525753, 0.046267> - 18170: <-0.850434, 0.526081, 0.000000> - 18171: <-0.877169, 0.480182, 0.000000> - 18172: <-0.849378, 0.525753, 0.046267> - 18173: <-0.819208, 0.571602, 0.046573> - 18174: <-0.820237, 0.572024, 0.000000> - 18175: <-0.850434, 0.526081, 0.000000> - 18176: <-0.819208, 0.571602, 0.046573> - 18177: <-0.785375, 0.617246, 0.046847> - 18178: <-0.786344, 0.617789, 0.000000> - 18179: <-0.820237, 0.572024, 0.000000> - 18180: <-0.785375, 0.617246, 0.046847> - 18181: <-0.747715, 0.662354, 0.046999> - 18182: <-0.748599, 0.663024, 0.000000> - 18183: <-0.786344, 0.617789, 0.000000> - 18184: <-0.748599, -0.663024, 0.000000> - 18185: <-0.786344, -0.617789, 0.000000> - 18186: <-0.785375, -0.617246, -0.046847> - 18187: <-0.747715, -0.662354, -0.046999> - 18188: <-0.786344, -0.617789, 0.000000> - 18189: <-0.820237, -0.572024, 0.000000> - 18190: <-0.819208, -0.571602, -0.046573> - 18191: <-0.785375, -0.617246, -0.046847> - 18192: <-0.820237, -0.572024, 0.000000> - 18193: <-0.850434, -0.526081, 0.000000> - 18194: <-0.849378, -0.525753, -0.046267> - 18195: <-0.819208, -0.571602, -0.046573> - 18196: <-0.850434, -0.526081, 0.000000> - 18197: <-0.877169, -0.480182, 0.000000> - 18198: <-0.876095, -0.479951, -0.045871> - 18199: <-0.849378, -0.525753, -0.046267> - 18200: <-0.877169, -0.480182, 0.000000> - 18201: <-0.900655, -0.434534, 0.000000> - 18202: <-0.899583, -0.434379, -0.045443> - 18203: <-0.876095, -0.479951, -0.045871> - 18204: <-0.900655, -0.434534, 0.000000> - 18205: <-0.921135, -0.389244, 0.000000> - 18206: <-0.920061, -0.389180, -0.045016> - 18207: <-0.899583, -0.434379, -0.045443> - 18208: <-0.921135, -0.389244, 0.000000> - 18209: <-0.938821, -0.344405, 0.000000> - 18210: <-0.937762, -0.344409, -0.044558> - 18211: <-0.920061, -0.389180, -0.045016> - 18212: <-0.938821, -0.344405, 0.000000> - 18213: <-0.953929, -0.300031, 0.000000> - 18214: <-0.952889, -0.300092, -0.044130> - 18215: <-0.937762, -0.344409, -0.044558> - 18216: <-0.953929, -0.300031, 0.000000> - 18217: <-0.966630, -0.256177, 0.000000> - 18218: <-0.965618, -0.256267, -0.043703> - 18219: <-0.952889, -0.300092, -0.044130> - 18220: <-0.966630, -0.256177, 0.000000> - 18221: <-0.977107, -0.212750, 0.000000> - 18222: <-0.976120, -0.212870, -0.043306> - 18223: <-0.965618, -0.256267, -0.043703> - 18224: <-0.977107, -0.212750, 0.000000> - 18225: <-0.985488, -0.169746, 0.000000> - 18226: <-0.984535, -0.169837, -0.042970> - 18227: <-0.976120, -0.212870, -0.043306> - 18228: <-0.985488, -0.169746, 0.000000> - 18229: <-0.991900, -0.127020, 0.000000> - 18230: <-0.990966, -0.127144, -0.042666> - 18231: <-0.984535, -0.169837, -0.042970> - 18232: <-0.991900, -0.127020, 0.000000> - 18233: <-0.996418, -0.084568, 0.000000> - 18234: <-0.995505, -0.084660, -0.042452> - 18235: <-0.990966, -0.127144, -0.042666> - 18236: <-0.996418, -0.084568, 0.000000> - 18237: <-0.999108, -0.042239, 0.000000> - 18238: <-0.998209, -0.042299, -0.042299> - 18239: <-0.995505, -0.084660, -0.042452> - 18240: <-0.999108, -0.042239, 0.000000> - 18241: <-1.000000, 0.000000, 0.000000> - 18242: <-0.999108, 0.000000, -0.042239> - 18243: <-0.998209, -0.042299, -0.042299> - 18244: <-1.000000, 0.000000, 0.000000> - 18245: <-0.999108, 0.042239, 0.000000> - 18246: <-0.998209, 0.042299, -0.042299> - 18247: <-0.999108, 0.000000, -0.042239> - 18248: <-0.999108, 0.042239, 0.000000> - 18249: <-0.996418, 0.084568, 0.000000> - 18250: <-0.995505, 0.084660, -0.042452> - 18251: <-0.998209, 0.042299, -0.042299> - 18252: <-0.996418, 0.084568, 0.000000> - 18253: <-0.991900, 0.127020, 0.000000> - 18254: <-0.990966, 0.127144, -0.042666> - 18255: <-0.995505, 0.084660, -0.042452> - 18256: <-0.991900, 0.127020, 0.000000> - 18257: <-0.985488, 0.169746, 0.000000> - 18258: <-0.984530, 0.169866, -0.042970> - 18259: <-0.990966, 0.127144, -0.042666> - 18260: <-0.985488, 0.169746, 0.000000> - 18261: <-0.977107, 0.212750, 0.000000> - 18262: <-0.976120, 0.212870, -0.043306> - 18263: <-0.984530, 0.169866, -0.042970> - 18264: <-0.977107, 0.212750, 0.000000> - 18265: <-0.966630, 0.256177, 0.000000> - 18266: <-0.965618, 0.256267, -0.043703> - 18267: <-0.976120, 0.212870, -0.043306> - 18268: <-0.966630, 0.256177, 0.000000> - 18269: <-0.953921, 0.300059, 0.000000> - 18270: <-0.952889, 0.300092, -0.044130> - 18271: <-0.965618, 0.256267, -0.043703> - 18272: <-0.953921, 0.300059, 0.000000> - 18273: <-0.938821, 0.344405, 0.000000> - 18274: <-0.937762, 0.344409, -0.044558> - 18275: <-0.952889, 0.300092, -0.044130> - 18276: <-0.938821, 0.344405, 0.000000> - 18277: <-0.921135, 0.389244, 0.000000> - 18278: <-0.920061, 0.389180, -0.045016> - 18279: <-0.937762, 0.344409, -0.044558> - 18280: <-0.921135, 0.389244, 0.000000> - 18281: <-0.900655, 0.434534, 0.000000> - 18282: <-0.899583, 0.434379, -0.045443> - 18283: <-0.920061, 0.389180, -0.045016> - 18284: <-0.900655, 0.434534, 0.000000> - 18285: <-0.877169, 0.480182, 0.000000> - 18286: <-0.876095, 0.479951, -0.045871> - 18287: <-0.899583, 0.434379, -0.045443> - 18288: <-0.877169, 0.480182, 0.000000> - 18289: <-0.850434, 0.526081, 0.000000> - 18290: <-0.849378, 0.525753, -0.046267> - 18291: <-0.876095, 0.479951, -0.045871> - 18292: <-0.850434, 0.526081, 0.000000> - 18293: <-0.820237, 0.572024, 0.000000> - 18294: <-0.819208, 0.571602, -0.046573> - 18295: <-0.849378, 0.525753, -0.046267> - 18296: <-0.820237, 0.572024, 0.000000> - 18297: <-0.786344, 0.617789, 0.000000> - 18298: <-0.785375, 0.617246, -0.046847> - 18299: <-0.819208, 0.571602, -0.046573> - 18300: <-0.786344, 0.617789, 0.000000> - 18301: <-0.748599, 0.663024, 0.000000> - 18302: <-0.747715, 0.662354, -0.046999> - 18303: <-0.785375, 0.617246, -0.046847> - 18304: <-0.747715, -0.662354, -0.046999> - 18305: <-0.785375, -0.617246, -0.046847> - 18306: <-0.782607, -0.615697, -0.091894> - 18307: <-0.745184, -0.660463, -0.092137> - 18308: <-0.785375, -0.617246, -0.046847> - 18309: <-0.819208, -0.571602, -0.046573> - 18310: <-0.816271, -0.570377, -0.091497> - 18311: <-0.782607, -0.615697, -0.091894> - 18312: <-0.819208, -0.571602, -0.046573> - 18313: <-0.849378, -0.525753, -0.046267> - 18314: <-0.846324, -0.524836, -0.091008> - 18315: <-0.816271, -0.570377, -0.091497> - 18316: <-0.849378, -0.525753, -0.046267> - 18317: <-0.876095, -0.479951, -0.045871> - 18318: <-0.872976, -0.479307, -0.090429> - 18319: <-0.846324, -0.524836, -0.091008> - 18320: <-0.876095, -0.479951, -0.045871> - 18321: <-0.899583, -0.434379, -0.045443> - 18322: <-0.896437, -0.433981, -0.089787> - 18323: <-0.872976, -0.479307, -0.090429> - 18324: <-0.899583, -0.434379, -0.045443> - 18325: <-0.920061, -0.389180, -0.045016> - 18326: <-0.916918, -0.388998, -0.089116> - 18327: <-0.896437, -0.433981, -0.089787> - 18328: <-0.920061, -0.389180, -0.045016> - 18329: <-0.937762, -0.344409, -0.044558> - 18330: <-0.934648, -0.344408, -0.088414> - 18331: <-0.916918, -0.388998, -0.089116> - 18332: <-0.937762, -0.344409, -0.044558> - 18333: <-0.952889, -0.300092, -0.044130> - 18334: <-0.949820, -0.300248, -0.087712> - 18335: <-0.934648, -0.344408, -0.088414> - 18336: <-0.952889, -0.300092, -0.044130> - 18337: <-0.965618, -0.256267, -0.043703> - 18338: <-0.962605, -0.256544, -0.087041> - 18339: <-0.949820, -0.300248, -0.087712> - 18340: <-0.965618, -0.256267, -0.043703> - 18341: <-0.976120, -0.212870, -0.043306> - 18342: <-0.973180, -0.213204, -0.086398> - 18343: <-0.962605, -0.256544, -0.087041> - 18344: <-0.976120, -0.212870, -0.043306> - 18345: <-0.984535, -0.169837, -0.042970> - 18346: <-0.981668, -0.170203, -0.085788> - 18347: <-0.973180, -0.213204, -0.086398> - 18348: <-0.984535, -0.169837, -0.042970> - 18349: <-0.990966, -0.127144, -0.042666> - 18350: <-0.988171, -0.127447, -0.085300> - 18351: <-0.981668, -0.170203, -0.085788> - 18352: <-0.990966, -0.127144, -0.042666> - 18353: <-0.995505, -0.084660, -0.042452> - 18354: <-0.992765, -0.084905, -0.084905> - 18355: <-0.988171, -0.127447, -0.085300> - 18356: <-0.995505, -0.084660, -0.042452> - 18357: <-0.998209, -0.042299, -0.042299> - 18358: <-0.995505, -0.042452, -0.084660> - 18359: <-0.992765, -0.084905, -0.084905> - 18360: <-0.998209, -0.042299, -0.042299> - 18361: <-0.999108, 0.000000, -0.042239> - 18362: <-0.996418, 0.000000, -0.084568> - 18363: <-0.995505, -0.042452, -0.084660> - 18364: <-0.999108, 0.000000, -0.042239> - 18365: <-0.998209, 0.042299, -0.042299> - 18366: <-0.995505, 0.042452, -0.084660> - 18367: <-0.996418, 0.000000, -0.084568> - 18368: <-0.998209, 0.042299, -0.042299> - 18369: <-0.995505, 0.084660, -0.042452> - 18370: <-0.992765, 0.084905, -0.084905> - 18371: <-0.995505, 0.042452, -0.084660> - 18372: <-0.995505, 0.084660, -0.042452> - 18373: <-0.990966, 0.127144, -0.042666> - 18374: <-0.988171, 0.127447, -0.085300> - 18375: <-0.992765, 0.084905, -0.084905> - 18376: <-0.990966, 0.127144, -0.042666> - 18377: <-0.984530, 0.169866, -0.042970> - 18378: <-0.981668, 0.170203, -0.085788> - 18379: <-0.988171, 0.127447, -0.085300> - 18380: <-0.984530, 0.169866, -0.042970> - 18381: <-0.976120, 0.212870, -0.043306> - 18382: <-0.973180, 0.213204, -0.086398> - 18383: <-0.981668, 0.170203, -0.085788> - 18384: <-0.976120, 0.212870, -0.043306> - 18385: <-0.965618, 0.256267, -0.043703> - 18386: <-0.962605, 0.256544, -0.087041> - 18387: <-0.973180, 0.213204, -0.086398> - 18388: <-0.965618, 0.256267, -0.043703> - 18389: <-0.952889, 0.300092, -0.044130> - 18390: <-0.949820, 0.300248, -0.087712> - 18391: <-0.962605, 0.256544, -0.087041> - 18392: <-0.952889, 0.300092, -0.044130> - 18393: <-0.937762, 0.344409, -0.044558> - 18394: <-0.934648, 0.344408, -0.088414> - 18395: <-0.949820, 0.300248, -0.087712> - 18396: <-0.937762, 0.344409, -0.044558> - 18397: <-0.920061, 0.389180, -0.045016> - 18398: <-0.916918, 0.388998, -0.089116> - 18399: <-0.934648, 0.344408, -0.088414> - 18400: <-0.920061, 0.389180, -0.045016> - 18401: <-0.899583, 0.434379, -0.045443> - 18402: <-0.896437, 0.433981, -0.089787> - 18403: <-0.916918, 0.388998, -0.089116> - 18404: <-0.899583, 0.434379, -0.045443> - 18405: <-0.876095, 0.479951, -0.045871> - 18406: <-0.872976, 0.479307, -0.090429> - 18407: <-0.896437, 0.433981, -0.089787> - 18408: <-0.876095, 0.479951, -0.045871> - 18409: <-0.849378, 0.525753, -0.046267> - 18410: <-0.846324, 0.524836, -0.091008> - 18411: <-0.872976, 0.479307, -0.090429> - 18412: <-0.849378, 0.525753, -0.046267> - 18413: <-0.819208, 0.571602, -0.046573> - 18414: <-0.816271, 0.570377, -0.091497> - 18415: <-0.846324, 0.524836, -0.091008> - 18416: <-0.819208, 0.571602, -0.046573> - 18417: <-0.785375, 0.617246, -0.046847> - 18418: <-0.782607, 0.615697, -0.091894> - 18419: <-0.816271, 0.570377, -0.091497> - 18420: <-0.785375, 0.617246, -0.046847> - 18421: <-0.747715, 0.662354, -0.046999> - 18422: <-0.745184, 0.660463, -0.092137> - 18423: <-0.782607, 0.615697, -0.091894> - 18424: <-0.745184, -0.660463, -0.092137> - 18425: <-0.782607, -0.615697, -0.091894> - 18426: <-0.778309, -0.613199, -0.134988> - 18427: <-0.741243, -0.657468, -0.135260> - 18428: <-0.782607, -0.615697, -0.091894> - 18429: <-0.816271, -0.570377, -0.091497> - 18430: <-0.811677, -0.568382, -0.134618> - 18431: <-0.778309, -0.613199, -0.134988> - 18432: <-0.816271, -0.570377, -0.091497> - 18433: <-0.846324, -0.524836, -0.091008> - 18434: <-0.841527, -0.523307, -0.134100> - 18435: <-0.811677, -0.568382, -0.134618> - 18436: <-0.846324, -0.524836, -0.091008> - 18437: <-0.872976, -0.479307, -0.090429> - 18438: <-0.868033, -0.478208, -0.133553> - 18439: <-0.841527, -0.523307, -0.134100> - 18440: <-0.872976, -0.479307, -0.090429> - 18441: <-0.896437, -0.433981, -0.089787> - 18442: <-0.891405, -0.433281, -0.132911> - 18443: <-0.868033, -0.478208, -0.133553> - 18444: <-0.896437, -0.433981, -0.089787> - 18445: <-0.916918, -0.388998, -0.089116> - 18446: <-0.911854, -0.388632, -0.132240> - 18447: <-0.891405, -0.433281, -0.132911> - 18448: <-0.916918, -0.388998, -0.089116> - 18449: <-0.934648, -0.344408, -0.088414> - 18450: <-0.929596, -0.344322, -0.131509> - 18451: <-0.911854, -0.388632, -0.132240> - 18452: <-0.934648, -0.344408, -0.088414> - 18453: <-0.949820, -0.300248, -0.087712> - 18454: <-0.944802, -0.300427, -0.130743> - 18455: <-0.929596, -0.344322, -0.131509> - 18456: <-0.949820, -0.300248, -0.087712> - 18457: <-0.962605, -0.256544, -0.087041> - 18458: <-0.957663, -0.256880, -0.129981> - 18459: <-0.944802, -0.300427, -0.130743> - 18460: <-0.962605, -0.256544, -0.087041> - 18461: <-0.973180, -0.213204, -0.086398> - 18462: <-0.968319, -0.213666, -0.129250> - 18463: <-0.957663, -0.256880, -0.129981> - 18464: <-0.973180, -0.213204, -0.086398> - 18465: <-0.981668, -0.170203, -0.085788> - 18466: <-0.976904, -0.170691, -0.128545> - 18467: <-0.968319, -0.213666, -0.129250> - 18468: <-0.981668, -0.170203, -0.085788> - 18469: <-0.988171, -0.127447, -0.085300> - 18470: <-0.983497, -0.127935, -0.127935> - 18471: <-0.976904, -0.170691, -0.128545> - 18472: <-0.988171, -0.127447, -0.085300> - 18473: <-0.992765, -0.084905, -0.084905> - 18474: <-0.988171, -0.085300, -0.127447> - 18475: <-0.983497, -0.127935, -0.127935> - 18476: <-0.992765, -0.084905, -0.084905> - 18477: <-0.995505, -0.042452, -0.084660> - 18478: <-0.990966, -0.042666, -0.127144> - 18479: <-0.988171, -0.085300, -0.127447> - 18480: <-0.995505, -0.042452, -0.084660> - 18481: <-0.996418, 0.000000, -0.084568> - 18482: <-0.991900, 0.000000, -0.127020> - 18483: <-0.990966, -0.042666, -0.127144> - 18484: <-0.996418, 0.000000, -0.084568> - 18485: <-0.995505, 0.042452, -0.084660> - 18486: <-0.990966, 0.042666, -0.127144> - 18487: <-0.991900, 0.000000, -0.127020> - 18488: <-0.995505, 0.042452, -0.084660> - 18489: <-0.992765, 0.084905, -0.084905> - 18490: <-0.988171, 0.085300, -0.127447> - 18491: <-0.990966, 0.042666, -0.127144> - 18492: <-0.992765, 0.084905, -0.084905> - 18493: <-0.988171, 0.127447, -0.085300> - 18494: <-0.983497, 0.127935, -0.127935> - 18495: <-0.988171, 0.085300, -0.127447> - 18496: <-0.988171, 0.127447, -0.085300> - 18497: <-0.981668, 0.170203, -0.085788> - 18498: <-0.976904, 0.170691, -0.128545> - 18499: <-0.983497, 0.127935, -0.127935> - 18500: <-0.981668, 0.170203, -0.085788> - 18501: <-0.973180, 0.213204, -0.086398> - 18502: <-0.968319, 0.213666, -0.129250> - 18503: <-0.976904, 0.170691, -0.128545> - 18504: <-0.973180, 0.213204, -0.086398> - 18505: <-0.962605, 0.256544, -0.087041> - 18506: <-0.957663, 0.256880, -0.129981> - 18507: <-0.968319, 0.213666, -0.129250> - 18508: <-0.962605, 0.256544, -0.087041> - 18509: <-0.949820, 0.300248, -0.087712> - 18510: <-0.944802, 0.300427, -0.130743> - 18511: <-0.957663, 0.256880, -0.129981> - 18512: <-0.949820, 0.300248, -0.087712> - 18513: <-0.934648, 0.344408, -0.088414> - 18514: <-0.929596, 0.344322, -0.131509> - 18515: <-0.944802, 0.300427, -0.130743> - 18516: <-0.934648, 0.344408, -0.088414> - 18517: <-0.916918, 0.388998, -0.089116> - 18518: <-0.911854, 0.388632, -0.132240> - 18519: <-0.929596, 0.344322, -0.131509> - 18520: <-0.916918, 0.388998, -0.089116> - 18521: <-0.896437, 0.433981, -0.089787> - 18522: <-0.891405, 0.433281, -0.132911> - 18523: <-0.911854, 0.388632, -0.132240> - 18524: <-0.896437, 0.433981, -0.089787> - 18525: <-0.872976, 0.479307, -0.090429> - 18526: <-0.868033, 0.478208, -0.133553> - 18527: <-0.891405, 0.433281, -0.132911> - 18528: <-0.872976, 0.479307, -0.090429> - 18529: <-0.846324, 0.524836, -0.091008> - 18530: <-0.841527, 0.523307, -0.134100> - 18531: <-0.868033, 0.478208, -0.133553> - 18532: <-0.846324, 0.524836, -0.091008> - 18533: <-0.816271, 0.570377, -0.091497> - 18534: <-0.811677, 0.568382, -0.134618> - 18535: <-0.841527, 0.523307, -0.134100> - 18536: <-0.816271, 0.570377, -0.091497> - 18537: <-0.782607, 0.615697, -0.091894> - 18538: <-0.778309, 0.613199, -0.134988> - 18539: <-0.811677, 0.568382, -0.134618> - 18540: <-0.782607, 0.615697, -0.091894> - 18541: <-0.745184, 0.660463, -0.092137> - 18542: <-0.741243, 0.657468, -0.135260> - 18543: <-0.778309, 0.613199, -0.134988> - 18544: <-0.741243, -0.657468, -0.135260> - 18545: <-0.778309, -0.613199, -0.134988> - 18546: <-0.772589, -0.609892, -0.176461> - 18547: <-0.736025, -0.653502, -0.176644> - 18548: <-0.778309, -0.613199, -0.134988> - 18549: <-0.811677, -0.568382, -0.134618> - 18550: <-0.805587, -0.565675, -0.176188> - 18551: <-0.772589, -0.609892, -0.176461> - 18552: <-0.811677, -0.568382, -0.134618> - 18553: <-0.841527, -0.523307, -0.134100> - 18554: <-0.835133, -0.521180, -0.175853> - 18555: <-0.805587, -0.565675, -0.176188> - 18556: <-0.841527, -0.523307, -0.134100> - 18557: <-0.868033, -0.478208, -0.133553> - 18558: <-0.861427, -0.476614, -0.175453> - 18559: <-0.835133, -0.521180, -0.175853> - 18560: <-0.868033, -0.478208, -0.133553> - 18561: <-0.891405, -0.433281, -0.132911> - 18562: <-0.884654, -0.432149, -0.175026> - 18563: <-0.861427, -0.476614, -0.175453> - 18564: <-0.891405, -0.433281, -0.132911> - 18565: <-0.911854, -0.388632, -0.132240> - 18566: <-0.904997, -0.387965, -0.174541> - 18567: <-0.884654, -0.432149, -0.175026> - 18568: <-0.911854, -0.388632, -0.132240> - 18569: <-0.929596, -0.344322, -0.131509> - 18570: <-0.922682, -0.344072, -0.173989> - 18571: <-0.904997, -0.387965, -0.174541> - 18572: <-0.929596, -0.344322, -0.131509> - 18573: <-0.944802, -0.300427, -0.130743> - 18574: <-0.937897, -0.300496, -0.173351> - 18575: <-0.922682, -0.344072, -0.173989> - 18576: <-0.944802, -0.300427, -0.130743> - 18577: <-0.957663, -0.256880, -0.129981> - 18578: <-0.950800, -0.257217, -0.172679> - 18579: <-0.937897, -0.300496, -0.173351> - 18580: <-0.957663, -0.256880, -0.129981> - 18581: <-0.968319, -0.213666, -0.129250> - 18582: <-0.961530, -0.214182, -0.172005> - 18583: <-0.950800, -0.257217, -0.172679> - 18584: <-0.968319, -0.213666, -0.129250> - 18585: <-0.976904, -0.170691, -0.128545> - 18586: <-0.970211, -0.171305, -0.171305> - 18587: <-0.961530, -0.214182, -0.172005> - 18588: <-0.976904, -0.170691, -0.128545> - 18589: <-0.983497, -0.127935, -0.127935> - 18590: <-0.976904, -0.128545, -0.170691> - 18591: <-0.970211, -0.171305, -0.171305> - 18592: <-0.983497, -0.127935, -0.127935> - 18593: <-0.988171, -0.085300, -0.127447> - 18594: <-0.981668, -0.085788, -0.170203> - 18595: <-0.976904, -0.128545, -0.170691> - 18596: <-0.988171, -0.085300, -0.127447> - 18597: <-0.990966, -0.042666, -0.127144> - 18598: <-0.984535, -0.042970, -0.169837> - 18599: <-0.981668, -0.085788, -0.170203> - 18600: <-0.990966, -0.042666, -0.127144> - 18601: <-0.991900, 0.000000, -0.127020> - 18602: <-0.985488, 0.000000, -0.169746> - 18603: <-0.984535, -0.042970, -0.169837> - 18604: <-0.991900, 0.000000, -0.127020> - 18605: <-0.990966, 0.042666, -0.127144> - 18606: <-0.984530, 0.042970, -0.169866> - 18607: <-0.985488, 0.000000, -0.169746> - 18608: <-0.990966, 0.042666, -0.127144> - 18609: <-0.988171, 0.085300, -0.127447> - 18610: <-0.981668, 0.085788, -0.170203> - 18611: <-0.984530, 0.042970, -0.169866> - 18612: <-0.988171, 0.085300, -0.127447> - 18613: <-0.983497, 0.127935, -0.127935> - 18614: <-0.976904, 0.128545, -0.170691> - 18615: <-0.981668, 0.085788, -0.170203> - 18616: <-0.983497, 0.127935, -0.127935> - 18617: <-0.976904, 0.170691, -0.128545> - 18618: <-0.970211, 0.171305, -0.171305> - 18619: <-0.976904, 0.128545, -0.170691> - 18620: <-0.976904, 0.170691, -0.128545> - 18621: <-0.968319, 0.213666, -0.129250> - 18622: <-0.961530, 0.214182, -0.172005> - 18623: <-0.970211, 0.171305, -0.171305> - 18624: <-0.968319, 0.213666, -0.129250> - 18625: <-0.957663, 0.256880, -0.129981> - 18626: <-0.950800, 0.257217, -0.172679> - 18627: <-0.961530, 0.214182, -0.172005> - 18628: <-0.957663, 0.256880, -0.129981> - 18629: <-0.944802, 0.300427, -0.130743> - 18630: <-0.937897, 0.300496, -0.173351> - 18631: <-0.950800, 0.257217, -0.172679> - 18632: <-0.944802, 0.300427, -0.130743> - 18633: <-0.929596, 0.344322, -0.131509> - 18634: <-0.922682, 0.344072, -0.173989> - 18635: <-0.937897, 0.300496, -0.173351> - 18636: <-0.929596, 0.344322, -0.131509> - 18637: <-0.911854, 0.388632, -0.132240> - 18638: <-0.904997, 0.387965, -0.174541> - 18639: <-0.922682, 0.344072, -0.173989> - 18640: <-0.911854, 0.388632, -0.132240> - 18641: <-0.891405, 0.433281, -0.132911> - 18642: <-0.884654, 0.432149, -0.175026> - 18643: <-0.904997, 0.387965, -0.174541> - 18644: <-0.891405, 0.433281, -0.132911> - 18645: <-0.868033, 0.478208, -0.133553> - 18646: <-0.861427, 0.476614, -0.175453> - 18647: <-0.884654, 0.432149, -0.175026> - 18648: <-0.868033, 0.478208, -0.133553> - 18649: <-0.841527, 0.523307, -0.134100> - 18650: <-0.835133, 0.521180, -0.175853> - 18651: <-0.861427, 0.476614, -0.175453> - 18652: <-0.841527, 0.523307, -0.134100> - 18653: <-0.811677, 0.568382, -0.134618> - 18654: <-0.805587, 0.565675, -0.176188> - 18655: <-0.835133, 0.521180, -0.175853> - 18656: <-0.811677, 0.568382, -0.134618> - 18657: <-0.778309, 0.613199, -0.134988> - 18658: <-0.772589, 0.609892, -0.176461> - 18659: <-0.805587, 0.565675, -0.176188> - 18660: <-0.778309, 0.613199, -0.134988> - 18661: <-0.741243, 0.657468, -0.135260> - 18662: <-0.736025, 0.653502, -0.176644> - 18663: <-0.772589, 0.609892, -0.176461> - 18664: <-0.736025, -0.653502, -0.176644> - 18665: <-0.772589, -0.609892, -0.176461> - 18666: <-0.765608, -0.605748, -0.216596> - 18667: <-0.729636, -0.648606, -0.216660> - 18668: <-0.772589, -0.609892, -0.176461> - 18669: <-0.805587, -0.565675, -0.176188> - 18670: <-0.798110, -0.562257, -0.216534> - 18671: <-0.765608, -0.605748, -0.216596> - 18672: <-0.805587, -0.565675, -0.176188> - 18673: <-0.835133, -0.521180, -0.175853> - 18674: <-0.827263, -0.518435, -0.216475> - 18675: <-0.798110, -0.562257, -0.216534> - 18676: <-0.835133, -0.521180, -0.175853> - 18677: <-0.861427, -0.476614, -0.175453> - 18678: <-0.853230, -0.474515, -0.216413> - 18679: <-0.827263, -0.518435, -0.216475> - 18680: <-0.861427, -0.476614, -0.175453> - 18681: <-0.884654, -0.432149, -0.175026> - 18682: <-0.876208, -0.430657, -0.216320> - 18683: <-0.853230, -0.474515, -0.216413> - 18684: <-0.884654, -0.432149, -0.175026> - 18685: <-0.904997, -0.387965, -0.174541> - 18686: <-0.896382, -0.386985, -0.216199> - 18687: <-0.876208, -0.430657, -0.216320> - 18688: <-0.904997, -0.387965, -0.174541> - 18689: <-0.922682, -0.344072, -0.173989> - 18690: <-0.913949, -0.343582, -0.215982> - 18691: <-0.896382, -0.386985, -0.216199> - 18692: <-0.922682, -0.344072, -0.173989> - 18693: <-0.937897, -0.300496, -0.173351> - 18694: <-0.929096, -0.300461, -0.215649> - 18695: <-0.913949, -0.343582, -0.215982> - 18696: <-0.937897, -0.300496, -0.173351> - 18697: <-0.950800, -0.257217, -0.172679> - 18698: <-0.942000, -0.257519, -0.215220> - 18699: <-0.929096, -0.300461, -0.215649> - 18700: <-0.950800, -0.257217, -0.172679> - 18701: <-0.961530, -0.214182, -0.172005> - 18702: <-0.952775, -0.214732, -0.214732> - 18703: <-0.942000, -0.257519, -0.215220> - 18704: <-0.961530, -0.214182, -0.172005> - 18705: <-0.970211, -0.171305, -0.171305> - 18706: <-0.961530, -0.172005, -0.214182> - 18707: <-0.952775, -0.214732, -0.214732> - 18708: <-0.970211, -0.171305, -0.171305> - 18709: <-0.976904, -0.128545, -0.170691> - 18710: <-0.968319, -0.129250, -0.213666> - 18711: <-0.961530, -0.172005, -0.214182> - 18712: <-0.976904, -0.128545, -0.170691> - 18713: <-0.981668, -0.085788, -0.170203> - 18714: <-0.973180, -0.086398, -0.213204> - 18715: <-0.968319, -0.129250, -0.213666> - 18716: <-0.981668, -0.085788, -0.170203> - 18717: <-0.984535, -0.042970, -0.169837> - 18718: <-0.976120, -0.043306, -0.212870> - 18719: <-0.973180, -0.086398, -0.213204> - 18720: <-0.984535, -0.042970, -0.169837> - 18721: <-0.985488, 0.000000, -0.169746> - 18722: <-0.977107, 0.000000, -0.212750> - 18723: <-0.976120, -0.043306, -0.212870> - 18724: <-0.985488, 0.000000, -0.169746> - 18725: <-0.984530, 0.042970, -0.169866> - 18726: <-0.976120, 0.043306, -0.212870> - 18727: <-0.977107, 0.000000, -0.212750> - 18728: <-0.984530, 0.042970, -0.169866> - 18729: <-0.981668, 0.085788, -0.170203> - 18730: <-0.973180, 0.086398, -0.213204> - 18731: <-0.976120, 0.043306, -0.212870> - 18732: <-0.981668, 0.085788, -0.170203> - 18733: <-0.976904, 0.128545, -0.170691> - 18734: <-0.968319, 0.129250, -0.213666> - 18735: <-0.973180, 0.086398, -0.213204> - 18736: <-0.976904, 0.128545, -0.170691> - 18737: <-0.970211, 0.171305, -0.171305> - 18738: <-0.961530, 0.172005, -0.214182> - 18739: <-0.968319, 0.129250, -0.213666> - 18740: <-0.970211, 0.171305, -0.171305> - 18741: <-0.961530, 0.214182, -0.172005> - 18742: <-0.952775, 0.214732, -0.214732> - 18743: <-0.961530, 0.172005, -0.214182> - 18744: <-0.961530, 0.214182, -0.172005> - 18745: <-0.950800, 0.257217, -0.172679> - 18746: <-0.942000, 0.257519, -0.215220> - 18747: <-0.952775, 0.214732, -0.214732> - 18748: <-0.950800, 0.257217, -0.172679> - 18749: <-0.937897, 0.300496, -0.173351> - 18750: <-0.929096, 0.300461, -0.215649> - 18751: <-0.942000, 0.257519, -0.215220> - 18752: <-0.937897, 0.300496, -0.173351> - 18753: <-0.922682, 0.344072, -0.173989> - 18754: <-0.913949, 0.343582, -0.215982> - 18755: <-0.929096, 0.300461, -0.215649> - 18756: <-0.922682, 0.344072, -0.173989> - 18757: <-0.904997, 0.387965, -0.174541> - 18758: <-0.896382, 0.386985, -0.216199> - 18759: <-0.913949, 0.343582, -0.215982> - 18760: <-0.904997, 0.387965, -0.174541> - 18761: <-0.884654, 0.432149, -0.175026> - 18762: <-0.876208, 0.430657, -0.216320> - 18763: <-0.896382, 0.386985, -0.216199> - 18764: <-0.884654, 0.432149, -0.175026> - 18765: <-0.861427, 0.476614, -0.175453> - 18766: <-0.853230, 0.474515, -0.216413> - 18767: <-0.876208, 0.430657, -0.216320> - 18768: <-0.861427, 0.476614, -0.175453> - 18769: <-0.835133, 0.521180, -0.175853> - 18770: <-0.827263, 0.518435, -0.216475> - 18771: <-0.853230, 0.474515, -0.216413> - 18772: <-0.835133, 0.521180, -0.175853> - 18773: <-0.805587, 0.565675, -0.176188> - 18774: <-0.798110, 0.562257, -0.216534> - 18775: <-0.827263, 0.518435, -0.216475> - 18776: <-0.805587, 0.565675, -0.176188> - 18777: <-0.772589, 0.609892, -0.176461> - 18778: <-0.765608, 0.605748, -0.216596> - 18779: <-0.798110, 0.562257, -0.216534> - 18780: <-0.772589, 0.609892, -0.176461> - 18781: <-0.736025, 0.653502, -0.176644> - 18782: <-0.729636, 0.648606, -0.216660> - 18783: <-0.765608, 0.605748, -0.216596> - 18784: <-0.729636, -0.648606, -0.216660> - 18785: <-0.765608, -0.605748, -0.216596> - 18786: <-0.757361, -0.600829, -0.255750> - 18787: <-0.722093, -0.642833, -0.255632> - 18788: <-0.765608, -0.605748, -0.216596> - 18789: <-0.798110, -0.562257, -0.216534> - 18790: <-0.789266, -0.558172, -0.255937> - 18791: <-0.757361, -0.600829, -0.255750> - 18792: <-0.798110, -0.562257, -0.216534> - 18793: <-0.827263, -0.518435, -0.216475> - 18794: <-0.817925, -0.515110, -0.256243> - 18795: <-0.789266, -0.558172, -0.255937> - 18796: <-0.827263, -0.518435, -0.216475> - 18797: <-0.853230, -0.474515, -0.216413> - 18798: <-0.843490, -0.471888, -0.256606> - 18799: <-0.817925, -0.515110, -0.256243> - 18800: <-0.853230, -0.474515, -0.216413> - 18801: <-0.876208, -0.430657, -0.216320> - 18802: <-0.866124, -0.428698, -0.256999> - 18803: <-0.843490, -0.471888, -0.256606> - 18804: <-0.876208, -0.430657, -0.216320> - 18805: <-0.896382, -0.386985, -0.216199> - 18806: <-0.886018, -0.385664, -0.257364> - 18807: <-0.866124, -0.428698, -0.256999> - 18808: <-0.896382, -0.386985, -0.216199> - 18809: <-0.913949, -0.343582, -0.215982> - 18810: <-0.903367, -0.342852, -0.257643> - 18811: <-0.886018, -0.385664, -0.257364> - 18812: <-0.913949, -0.343582, -0.215982> - 18813: <-0.929096, -0.300461, -0.215649> - 18814: <-0.918390, -0.300219, -0.257736> - 18815: <-0.903367, -0.342852, -0.257643> - 18816: <-0.929096, -0.300461, -0.215649> - 18817: <-0.942000, -0.257519, -0.215220> - 18818: <-0.931225, -0.257702, -0.257702> - 18819: <-0.918390, -0.300219, -0.257736> - 18820: <-0.942000, -0.257519, -0.215220> - 18821: <-0.952775, -0.214732, -0.214732> - 18822: <-0.942000, -0.215220, -0.257519> - 18823: <-0.931225, -0.257702, -0.257702> - 18824: <-0.952775, -0.214732, -0.214732> - 18825: <-0.961530, -0.172005, -0.214182> - 18826: <-0.950800, -0.172679, -0.257217> - 18827: <-0.942000, -0.215220, -0.257519> - 18828: <-0.961530, -0.172005, -0.214182> - 18829: <-0.968319, -0.129250, -0.213666> - 18830: <-0.957663, -0.129981, -0.256880> - 18831: <-0.950800, -0.172679, -0.257217> - 18832: <-0.968319, -0.129250, -0.213666> - 18833: <-0.973180, -0.086398, -0.213204> - 18834: <-0.962605, -0.087041, -0.256544> - 18835: <-0.957663, -0.129981, -0.256880> - 18836: <-0.973180, -0.086398, -0.213204> - 18837: <-0.976120, -0.043306, -0.212870> - 18838: <-0.965618, -0.043703, -0.256267> - 18839: <-0.962605, -0.087041, -0.256544> - 18840: <-0.976120, -0.043306, -0.212870> - 18841: <-0.977107, 0.000000, -0.212750> - 18842: <-0.966630, 0.000000, -0.256177> - 18843: <-0.965618, -0.043703, -0.256267> - 18844: <-0.977107, 0.000000, -0.212750> - 18845: <-0.976120, 0.043306, -0.212870> - 18846: <-0.965618, 0.043703, -0.256267> - 18847: <-0.966630, 0.000000, -0.256177> - 18848: <-0.976120, 0.043306, -0.212870> - 18849: <-0.973180, 0.086398, -0.213204> - 18850: <-0.962605, 0.087041, -0.256544> - 18851: <-0.965618, 0.043703, -0.256267> - 18852: <-0.973180, 0.086398, -0.213204> - 18853: <-0.968319, 0.129250, -0.213666> - 18854: <-0.957663, 0.129981, -0.256880> - 18855: <-0.962605, 0.087041, -0.256544> - 18856: <-0.968319, 0.129250, -0.213666> - 18857: <-0.961530, 0.172005, -0.214182> - 18858: <-0.950800, 0.172679, -0.257217> - 18859: <-0.957663, 0.129981, -0.256880> - 18860: <-0.961530, 0.172005, -0.214182> - 18861: <-0.952775, 0.214732, -0.214732> - 18862: <-0.942000, 0.215220, -0.257519> - 18863: <-0.950800, 0.172679, -0.257217> - 18864: <-0.952775, 0.214732, -0.214732> - 18865: <-0.942000, 0.257519, -0.215220> - 18866: <-0.931225, 0.257702, -0.257702> - 18867: <-0.942000, 0.215220, -0.257519> - 18868: <-0.942000, 0.257519, -0.215220> - 18869: <-0.929096, 0.300461, -0.215649> - 18870: <-0.918390, 0.300219, -0.257736> - 18871: <-0.931225, 0.257702, -0.257702> - 18872: <-0.929096, 0.300461, -0.215649> - 18873: <-0.913949, 0.343582, -0.215982> - 18874: <-0.903367, 0.342852, -0.257643> - 18875: <-0.918390, 0.300219, -0.257736> - 18876: <-0.913949, 0.343582, -0.215982> - 18877: <-0.896382, 0.386985, -0.216199> - 18878: <-0.886018, 0.385664, -0.257364> - 18879: <-0.903367, 0.342852, -0.257643> - 18880: <-0.896382, 0.386985, -0.216199> - 18881: <-0.876208, 0.430657, -0.216320> - 18882: <-0.866124, 0.428698, -0.256999> - 18883: <-0.886018, 0.385664, -0.257364> - 18884: <-0.876208, 0.430657, -0.216320> - 18885: <-0.853230, 0.474515, -0.216413> - 18886: <-0.843490, 0.471888, -0.256606> - 18887: <-0.866124, 0.428698, -0.256999> - 18888: <-0.853230, 0.474515, -0.216413> - 18889: <-0.827263, 0.518435, -0.216475> - 18890: <-0.817925, 0.515110, -0.256243> - 18891: <-0.843490, 0.471888, -0.256606> - 18892: <-0.827263, 0.518435, -0.216475> - 18893: <-0.798110, 0.562257, -0.216534> - 18894: <-0.789266, 0.558172, -0.255937> - 18895: <-0.817925, 0.515110, -0.256243> - 18896: <-0.798110, 0.562257, -0.216534> - 18897: <-0.765608, 0.605748, -0.216596> - 18898: <-0.757361, 0.600829, -0.255750> - 18899: <-0.789266, 0.558172, -0.255937> - 18900: <-0.765608, 0.605748, -0.216596> - 18901: <-0.729636, 0.648606, -0.216660> - 18902: <-0.722093, 0.642833, -0.255632> - 18903: <-0.757361, 0.600829, -0.255750> - 18904: <-0.722093, -0.642833, -0.255632> - 18905: <-0.757361, -0.600829, -0.255750> - 18906: <-0.747816, -0.595158, -0.294207> - 18907: <-0.713396, -0.636150, -0.293904> - 18908: <-0.757361, -0.600829, -0.255750> - 18909: <-0.789266, -0.558172, -0.255937> - 18910: <-0.779017, -0.553415, -0.294729> - 18911: <-0.747816, -0.595158, -0.294207> - 18912: <-0.789266, -0.558172, -0.255937> - 18913: <-0.817925, -0.515110, -0.256243> - 18914: <-0.807082, -0.511198, -0.295457> - 18915: <-0.779017, -0.553415, -0.294729> - 18916: <-0.817925, -0.515110, -0.256243> - 18917: <-0.843490, -0.471888, -0.256606> - 18918: <-0.832128, -0.468770, -0.296339> - 18919: <-0.807082, -0.511198, -0.295457> - 18920: <-0.843490, -0.471888, -0.256606> - 18921: <-0.866124, -0.428698, -0.256999> - 18922: <-0.854324, -0.426323, -0.297287> - 18923: <-0.832128, -0.468770, -0.296339> - 18924: <-0.866124, -0.428698, -0.256999> - 18925: <-0.886018, -0.385664, -0.257364> - 18926: <-0.873840, -0.383986, -0.298259> - 18927: <-0.854324, -0.426323, -0.297287> - 18928: <-0.886018, -0.385664, -0.257364> - 18929: <-0.903367, -0.342852, -0.257643> - 18930: <-0.890906, -0.341811, -0.299085> - 18931: <-0.873840, -0.383986, -0.298259> - 18932: <-0.903367, -0.342852, -0.257643> - 18933: <-0.918390, -0.300219, -0.257736> - 18934: <-0.905696, -0.299762, -0.299762> - 18935: <-0.890906, -0.341811, -0.299085> - 18936: <-0.918390, -0.300219, -0.257736> - 18937: <-0.931225, -0.257702, -0.257702> - 18938: <-0.918390, -0.257736, -0.300219> - 18939: <-0.905696, -0.299762, -0.299762> - 18940: <-0.931225, -0.257702, -0.257702> - 18941: <-0.942000, -0.215220, -0.257519> - 18942: <-0.929096, -0.215649, -0.300461> - 18943: <-0.918390, -0.257736, -0.300219> - 18944: <-0.942000, -0.215220, -0.257519> - 18945: <-0.950800, -0.172679, -0.257217> - 18946: <-0.937897, -0.173351, -0.300496> - 18947: <-0.929096, -0.215649, -0.300461> - 18948: <-0.950800, -0.172679, -0.257217> - 18949: <-0.957663, -0.129981, -0.256880> - 18950: <-0.944802, -0.130743, -0.300427> - 18951: <-0.937897, -0.173351, -0.300496> - 18952: <-0.957663, -0.129981, -0.256880> - 18953: <-0.962605, -0.087041, -0.256544> - 18954: <-0.949820, -0.087712, -0.300248> - 18955: <-0.944802, -0.130743, -0.300427> - 18956: <-0.962605, -0.087041, -0.256544> - 18957: <-0.965618, -0.043703, -0.256267> - 18958: <-0.952889, -0.044130, -0.300092> - 18959: <-0.949820, -0.087712, -0.300248> - 18960: <-0.965618, -0.043703, -0.256267> - 18961: <-0.966630, 0.000000, -0.256177> - 18962: <-0.953921, 0.000000, -0.300059> - 18963: <-0.952889, -0.044130, -0.300092> - 18964: <-0.966630, 0.000000, -0.256177> - 18965: <-0.965618, 0.043703, -0.256267> - 18966: <-0.952889, 0.044130, -0.300092> - 18967: <-0.953921, 0.000000, -0.300059> - 18968: <-0.965618, 0.043703, -0.256267> - 18969: <-0.962605, 0.087041, -0.256544> - 18970: <-0.949820, 0.087712, -0.300248> - 18971: <-0.952889, 0.044130, -0.300092> - 18972: <-0.962605, 0.087041, -0.256544> - 18973: <-0.957663, 0.129981, -0.256880> - 18974: <-0.944802, 0.130743, -0.300427> - 18975: <-0.949820, 0.087712, -0.300248> - 18976: <-0.957663, 0.129981, -0.256880> - 18977: <-0.950800, 0.172679, -0.257217> - 18978: <-0.937897, 0.173351, -0.300496> - 18979: <-0.944802, 0.130743, -0.300427> - 18980: <-0.950800, 0.172679, -0.257217> - 18981: <-0.942000, 0.215220, -0.257519> - 18982: <-0.929096, 0.215649, -0.300461> - 18983: <-0.937897, 0.173351, -0.300496> - 18984: <-0.942000, 0.215220, -0.257519> - 18985: <-0.931225, 0.257702, -0.257702> - 18986: <-0.918390, 0.257736, -0.300219> - 18987: <-0.929096, 0.215649, -0.300461> - 18988: <-0.931225, 0.257702, -0.257702> - 18989: <-0.918390, 0.300219, -0.257736> - 18990: <-0.905696, 0.299762, -0.299762> - 18991: <-0.918390, 0.257736, -0.300219> - 18992: <-0.918390, 0.300219, -0.257736> - 18993: <-0.903367, 0.342852, -0.257643> - 18994: <-0.890906, 0.341811, -0.299085> - 18995: <-0.905696, 0.299762, -0.299762> - 18996: <-0.903367, 0.342852, -0.257643> - 18997: <-0.886018, 0.385664, -0.257364> - 18998: <-0.873840, 0.383986, -0.298259> - 18999: <-0.890906, 0.341811, -0.299085> - 19000: <-0.886018, 0.385664, -0.257364> - 19001: <-0.866124, 0.428698, -0.256999> - 19002: <-0.854324, 0.426323, -0.297287> - 19003: <-0.873840, 0.383986, -0.298259> - 19004: <-0.866124, 0.428698, -0.256999> - 19005: <-0.843490, 0.471888, -0.256606> - 19006: <-0.832128, 0.468770, -0.296339> - 19007: <-0.854324, 0.426323, -0.297287> - 19008: <-0.843490, 0.471888, -0.256606> - 19009: <-0.817925, 0.515110, -0.256243> - 19010: <-0.807082, 0.511198, -0.295457> - 19011: <-0.832128, 0.468770, -0.296339> - 19012: <-0.817925, 0.515110, -0.256243> - 19013: <-0.789266, 0.558172, -0.255937> - 19014: <-0.779017, 0.553415, -0.294729> - 19015: <-0.807082, 0.511198, -0.295457> - 19016: <-0.789266, 0.558172, -0.255937> - 19017: <-0.757361, 0.600829, -0.255750> - 19018: <-0.747816, 0.595158, -0.294207> - 19019: <-0.779017, 0.553415, -0.294729> - 19020: <-0.757361, 0.600829, -0.255750> - 19021: <-0.722093, 0.642833, -0.255632> - 19022: <-0.713396, 0.636150, -0.293904> - 19023: <-0.747816, 0.595158, -0.294207> - 19024: <-0.713396, -0.636150, -0.293904> - 19025: <-0.747816, -0.595158, -0.294207> - 19026: <-0.736915, -0.588744, -0.332170> - 19027: <-0.703467, -0.628603, -0.331652> - 19028: <-0.747816, -0.595158, -0.294207> - 19029: <-0.779017, -0.553415, -0.294729> - 19030: <-0.767292, -0.548009, -0.333090> - 19031: <-0.736915, -0.588744, -0.332170> - 19032: <-0.779017, -0.553415, -0.294729> - 19033: <-0.807082, -0.511198, -0.295457> - 19034: <-0.794627, -0.506740, -0.334337> - 19035: <-0.767292, -0.548009, -0.333090> - 19036: <-0.807082, -0.511198, -0.295457> - 19037: <-0.832128, -0.468770, -0.296339> - 19038: <-0.819039, -0.465202, -0.335801> - 19039: <-0.794627, -0.506740, -0.334337> - 19040: <-0.832128, -0.468770, -0.296339> - 19041: <-0.854324, -0.426323, -0.297287> - 19042: <-0.840684, -0.423577, -0.337391> - 19043: <-0.819039, -0.465202, -0.335801> - 19044: <-0.854324, -0.426323, -0.297287> - 19045: <-0.873840, -0.383986, -0.298259> - 19046: <-0.859750, -0.381976, -0.339005> - 19047: <-0.840684, -0.423577, -0.337391> - 19048: <-0.873840, -0.383986, -0.298259> - 19049: <-0.890906, -0.341811, -0.299085> - 19050: <-0.876422, -0.340503, -0.340503> - 19051: <-0.859750, -0.381976, -0.339005> - 19052: <-0.890906, -0.341811, -0.299085> - 19053: <-0.905696, -0.299762, -0.299762> - 19054: <-0.890906, -0.299085, -0.341811> - 19055: <-0.876422, -0.340503, -0.340503> - 19056: <-0.905696, -0.299762, -0.299762> - 19057: <-0.918390, -0.257736, -0.300219> - 19058: <-0.903367, -0.257643, -0.342852> - 19059: <-0.890906, -0.299085, -0.341811> - 19060: <-0.918390, -0.257736, -0.300219> - 19061: <-0.929096, -0.215649, -0.300461> - 19062: <-0.913949, -0.215982, -0.343582> - 19063: <-0.903367, -0.257643, -0.342852> - 19064: <-0.929096, -0.215649, -0.300461> - 19065: <-0.937897, -0.173351, -0.300496> - 19066: <-0.922682, -0.173989, -0.344072> - 19067: <-0.913949, -0.215982, -0.343582> - 19068: <-0.937897, -0.173351, -0.300496> - 19069: <-0.944802, -0.130743, -0.300427> - 19070: <-0.929596, -0.131509, -0.344322> - 19071: <-0.922682, -0.173989, -0.344072> - 19072: <-0.944802, -0.130743, -0.300427> - 19073: <-0.949820, -0.087712, -0.300248> - 19074: <-0.934648, -0.088414, -0.344408> - 19075: <-0.929596, -0.131509, -0.344322> - 19076: <-0.949820, -0.087712, -0.300248> - 19077: <-0.952889, -0.044130, -0.300092> - 19078: <-0.937762, -0.044558, -0.344409> - 19079: <-0.934648, -0.088414, -0.344408> - 19080: <-0.952889, -0.044130, -0.300092> - 19081: <-0.953921, 0.000000, -0.300059> - 19082: <-0.938821, 0.000000, -0.344405> - 19083: <-0.937762, -0.044558, -0.344409> - 19084: <-0.953921, 0.000000, -0.300059> - 19085: <-0.952889, 0.044130, -0.300092> - 19086: <-0.937762, 0.044558, -0.344409> - 19087: <-0.938821, 0.000000, -0.344405> - 19088: <-0.952889, 0.044130, -0.300092> - 19089: <-0.949820, 0.087712, -0.300248> - 19090: <-0.934648, 0.088414, -0.344408> - 19091: <-0.937762, 0.044558, -0.344409> - 19092: <-0.949820, 0.087712, -0.300248> - 19093: <-0.944802, 0.130743, -0.300427> - 19094: <-0.929596, 0.131509, -0.344322> - 19095: <-0.934648, 0.088414, -0.344408> - 19096: <-0.944802, 0.130743, -0.300427> - 19097: <-0.937897, 0.173351, -0.300496> - 19098: <-0.922682, 0.173989, -0.344072> - 19099: <-0.929596, 0.131509, -0.344322> - 19100: <-0.937897, 0.173351, -0.300496> - 19101: <-0.929096, 0.215649, -0.300461> - 19102: <-0.913949, 0.215982, -0.343582> - 19103: <-0.922682, 0.173989, -0.344072> - 19104: <-0.929096, 0.215649, -0.300461> - 19105: <-0.918390, 0.257736, -0.300219> - 19106: <-0.903367, 0.257643, -0.342852> - 19107: <-0.913949, 0.215982, -0.343582> - 19108: <-0.918390, 0.257736, -0.300219> - 19109: <-0.905696, 0.299762, -0.299762> - 19110: <-0.890906, 0.299085, -0.341811> - 19111: <-0.903367, 0.257643, -0.342852> - 19112: <-0.905696, 0.299762, -0.299762> - 19113: <-0.890906, 0.341811, -0.299085> - 19114: <-0.876422, 0.340503, -0.340503> - 19115: <-0.890906, 0.299085, -0.341811> - 19116: <-0.890906, 0.341811, -0.299085> - 19117: <-0.873840, 0.383986, -0.298259> - 19118: <-0.859750, 0.381976, -0.339005> - 19119: <-0.876422, 0.340503, -0.340503> - 19120: <-0.873840, 0.383986, -0.298259> - 19121: <-0.854324, 0.426323, -0.297287> - 19122: <-0.840684, 0.423577, -0.337391> - 19123: <-0.859750, 0.381976, -0.339005> - 19124: <-0.854324, 0.426323, -0.297287> - 19125: <-0.832128, 0.468770, -0.296339> - 19126: <-0.819039, 0.465202, -0.335801> - 19127: <-0.840684, 0.423577, -0.337391> - 19128: <-0.832128, 0.468770, -0.296339> - 19129: <-0.807082, 0.511198, -0.295457> - 19130: <-0.794636, 0.506745, -0.334310> - 19131: <-0.819039, 0.465202, -0.335801> - 19132: <-0.807082, 0.511198, -0.295457> - 19133: <-0.779017, 0.553415, -0.294729> - 19134: <-0.767292, 0.548009, -0.333090> - 19135: <-0.794636, 0.506745, -0.334310> - 19136: <-0.779017, 0.553415, -0.294729> - 19137: <-0.747816, 0.595158, -0.294207> - 19138: <-0.736915, 0.588744, -0.332170> - 19139: <-0.767292, 0.548009, -0.333090> - 19140: <-0.747816, 0.595158, -0.294207> - 19141: <-0.713396, 0.636150, -0.293904> - 19142: <-0.703467, 0.628603, -0.331652> - 19143: <-0.736915, 0.588744, -0.332170> - 19144: <-0.703467, -0.628603, -0.331652> - 19145: <-0.736915, -0.588744, -0.332170> - 19146: <-0.724825, -0.581661, -0.369188> - 19147: <-0.692544, -0.620305, -0.368246> - 19148: <-0.736915, -0.588744, -0.332170> - 19149: <-0.767292, -0.548009, -0.333090> - 19150: <-0.754169, -0.542028, -0.370721> - 19151: <-0.724825, -0.581661, -0.369188> - 19152: <-0.767292, -0.548009, -0.333090> - 19153: <-0.794627, -0.506740, -0.334337> - 19154: <-0.780568, -0.501802, -0.372705> - 19155: <-0.754169, -0.542028, -0.370721> - 19156: <-0.794627, -0.506740, -0.334337> - 19157: <-0.819039, -0.465202, -0.335801> - 19158: <-0.804154, -0.461239, -0.374961> - 19159: <-0.780568, -0.501802, -0.372705> - 19160: <-0.819039, -0.465202, -0.335801> - 19161: <-0.840684, -0.423577, -0.337391> - 19162: <-0.825100, -0.420500, -0.377345> - 19163: <-0.804154, -0.461239, -0.374961> - 19164: <-0.840684, -0.423577, -0.337391> - 19165: <-0.859750, -0.381976, -0.339005> - 19166: <-0.843551, -0.379751, -0.379751> - 19167: <-0.825100, -0.420500, -0.377345> - 19168: <-0.859750, -0.381976, -0.339005> - 19169: <-0.876422, -0.340503, -0.340503> - 19170: <-0.859750, -0.339005, -0.381976> - 19171: <-0.843551, -0.379751, -0.379751> - 19172: <-0.876422, -0.340503, -0.340503> - 19173: <-0.890906, -0.299085, -0.341811> - 19174: <-0.873851, -0.298262, -0.383960> - 19175: <-0.859750, -0.339005, -0.381976> - 19176: <-0.890906, -0.299085, -0.341811> - 19177: <-0.903367, -0.257643, -0.342852> - 19178: <-0.886028, -0.257367, -0.385638> - 19179: <-0.873851, -0.298262, -0.383960> - 19180: <-0.903367, -0.257643, -0.342852> - 19181: <-0.913949, -0.215982, -0.343582> - 19182: <-0.896382, -0.216199, -0.386985> - 19183: <-0.886028, -0.257367, -0.385638> - 19184: <-0.913949, -0.215982, -0.343582> - 19185: <-0.922682, -0.173989, -0.344072> - 19186: <-0.904997, -0.174541, -0.387965> - 19187: <-0.896382, -0.216199, -0.386985> - 19188: <-0.922682, -0.173989, -0.344072> - 19189: <-0.929596, -0.131509, -0.344322> - 19190: <-0.911854, -0.132240, -0.388632> - 19191: <-0.904997, -0.174541, -0.387965> - 19192: <-0.929596, -0.131509, -0.344322> - 19193: <-0.934648, -0.088414, -0.344408> - 19194: <-0.916918, -0.089116, -0.388998> - 19195: <-0.911854, -0.132240, -0.388632> - 19196: <-0.934648, -0.088414, -0.344408> - 19197: <-0.937762, -0.044558, -0.344409> - 19198: <-0.920061, -0.045016, -0.389180> - 19199: <-0.916918, -0.089116, -0.388998> - 19200: <-0.937762, -0.044558, -0.344409> - 19201: <-0.938821, 0.000000, -0.344405> - 19202: <-0.921135, 0.000000, -0.389244> - 19203: <-0.920061, -0.045016, -0.389180> - 19204: <-0.938821, 0.000000, -0.344405> - 19205: <-0.937762, 0.044558, -0.344409> - 19206: <-0.920061, 0.045016, -0.389180> - 19207: <-0.921135, 0.000000, -0.389244> - 19208: <-0.937762, 0.044558, -0.344409> - 19209: <-0.934648, 0.088414, -0.344408> - 19210: <-0.916918, 0.089116, -0.388998> - 19211: <-0.920061, 0.045016, -0.389180> - 19212: <-0.934648, 0.088414, -0.344408> - 19213: <-0.929596, 0.131509, -0.344322> - 19214: <-0.911854, 0.132240, -0.388632> - 19215: <-0.916918, 0.089116, -0.388998> - 19216: <-0.929596, 0.131509, -0.344322> - 19217: <-0.922682, 0.173989, -0.344072> - 19218: <-0.904997, 0.174541, -0.387965> - 19219: <-0.911854, 0.132240, -0.388632> - 19220: <-0.922682, 0.173989, -0.344072> - 19221: <-0.913949, 0.215982, -0.343582> - 19222: <-0.896382, 0.216199, -0.386985> - 19223: <-0.904997, 0.174541, -0.387965> - 19224: <-0.913949, 0.215982, -0.343582> - 19225: <-0.903367, 0.257643, -0.342852> - 19226: <-0.886018, 0.257364, -0.385664> - 19227: <-0.896382, 0.216199, -0.386985> - 19228: <-0.903367, 0.257643, -0.342852> - 19229: <-0.890906, 0.299085, -0.341811> - 19230: <-0.873840, 0.298259, -0.383986> - 19231: <-0.886018, 0.257364, -0.385664> - 19232: <-0.890906, 0.299085, -0.341811> - 19233: <-0.876422, 0.340503, -0.340503> - 19234: <-0.859750, 0.339005, -0.381976> - 19235: <-0.873840, 0.298259, -0.383986> - 19236: <-0.876422, 0.340503, -0.340503> - 19237: <-0.859750, 0.381976, -0.339005> - 19238: <-0.843551, 0.379751, -0.379751> - 19239: <-0.859750, 0.339005, -0.381976> - 19240: <-0.859750, 0.381976, -0.339005> - 19241: <-0.840684, 0.423577, -0.337391> - 19242: <-0.825100, 0.420500, -0.377345> - 19243: <-0.843551, 0.379751, -0.379751> - 19244: <-0.840684, 0.423577, -0.337391> - 19245: <-0.819039, 0.465202, -0.335801> - 19246: <-0.804154, 0.461239, -0.374961> - 19247: <-0.825100, 0.420500, -0.377345> - 19248: <-0.819039, 0.465202, -0.335801> - 19249: <-0.794636, 0.506745, -0.334310> - 19250: <-0.780568, 0.501802, -0.372705> - 19251: <-0.804154, 0.461239, -0.374961> - 19252: <-0.794636, 0.506745, -0.334310> - 19253: <-0.767292, 0.548009, -0.333090> - 19254: <-0.754169, 0.542028, -0.370721> - 19255: <-0.780568, 0.501802, -0.372705> - 19256: <-0.767292, 0.548009, -0.333090> - 19257: <-0.736915, 0.588744, -0.332170> - 19258: <-0.724825, 0.581661, -0.369188> - 19259: <-0.754169, 0.542028, -0.370721> - 19260: <-0.736915, 0.588744, -0.332170> - 19261: <-0.703467, 0.628603, -0.331652> - 19262: <-0.692544, 0.620305, -0.368246> - 19263: <-0.724825, 0.581661, -0.369188> - 19264: <-0.692544, -0.620305, -0.368246> - 19265: <-0.724825, -0.581661, -0.369188> - 19266: <-0.711772, -0.574008, -0.404839> - 19267: <-0.680859, -0.611427, -0.403223> - 19268: <-0.724825, -0.581661, -0.369188> - 19269: <-0.754169, -0.542028, -0.370721> - 19270: <-0.739812, -0.535518, -0.407307> - 19271: <-0.711772, -0.574008, -0.404839> - 19272: <-0.754169, -0.542028, -0.370721> - 19273: <-0.780568, -0.501802, -0.372705> - 19274: <-0.764964, -0.496395, -0.410392> - 19275: <-0.739812, -0.535518, -0.407307> - 19276: <-0.780568, -0.501802, -0.372705> - 19277: <-0.804154, -0.461239, -0.374961> - 19278: <-0.787421, -0.456900, -0.413777> - 19279: <-0.764964, -0.496395, -0.410392> - 19280: <-0.804154, -0.461239, -0.374961> - 19281: <-0.825100, -0.420500, -0.377345> - 19282: <-0.807394, -0.417202, -0.417202> - 19283: <-0.787421, -0.456900, -0.413777> - 19284: <-0.825100, -0.420500, -0.377345> - 19285: <-0.843551, -0.379751, -0.379751> - 19286: <-0.825100, -0.377345, -0.420500> - 19287: <-0.807394, -0.417202, -0.417202> - 19288: <-0.843551, -0.379751, -0.379751> - 19289: <-0.859750, -0.339005, -0.381976> - 19290: <-0.840684, -0.337391, -0.423577> - 19291: <-0.825100, -0.377345, -0.420500> - 19292: <-0.859750, -0.339005, -0.381976> - 19293: <-0.873851, -0.298262, -0.383960> - 19294: <-0.854324, -0.297287, -0.426323> - 19295: <-0.840684, -0.337391, -0.423577> - 19296: <-0.873851, -0.298262, -0.383960> - 19297: <-0.886028, -0.257367, -0.385638> - 19298: <-0.866124, -0.256999, -0.428698> - 19299: <-0.854324, -0.297287, -0.426323> - 19300: <-0.886028, -0.257367, -0.385638> - 19301: <-0.896382, -0.216199, -0.386985> - 19302: <-0.876208, -0.216320, -0.430657> - 19303: <-0.866124, -0.256999, -0.428698> - 19304: <-0.896382, -0.216199, -0.386985> - 19305: <-0.904997, -0.174541, -0.387965> - 19306: <-0.884654, -0.175026, -0.432149> - 19307: <-0.876208, -0.216320, -0.430657> - 19308: <-0.904997, -0.174541, -0.387965> - 19309: <-0.911854, -0.132240, -0.388632> - 19310: <-0.891405, -0.132911, -0.433281> - 19311: <-0.884654, -0.175026, -0.432149> - 19312: <-0.911854, -0.132240, -0.388632> - 19313: <-0.916918, -0.089116, -0.388998> - 19314: <-0.896437, -0.089787, -0.433981> - 19315: <-0.891405, -0.132911, -0.433281> - 19316: <-0.916918, -0.089116, -0.388998> - 19317: <-0.920061, -0.045016, -0.389180> - 19318: <-0.899583, -0.045443, -0.434379> - 19319: <-0.896437, -0.089787, -0.433981> - 19320: <-0.920061, -0.045016, -0.389180> - 19321: <-0.921135, 0.000000, -0.389244> - 19322: <-0.900655, 0.000000, -0.434534> - 19323: <-0.899583, -0.045443, -0.434379> - 19324: <-0.921135, 0.000000, -0.389244> - 19325: <-0.920061, 0.045016, -0.389180> - 19326: <-0.899583, 0.045443, -0.434379> - 19327: <-0.900655, 0.000000, -0.434534> - 19328: <-0.920061, 0.045016, -0.389180> - 19329: <-0.916918, 0.089116, -0.388998> - 19330: <-0.896437, 0.089787, -0.433981> - 19331: <-0.899583, 0.045443, -0.434379> - 19332: <-0.916918, 0.089116, -0.388998> - 19333: <-0.911854, 0.132240, -0.388632> - 19334: <-0.891416, 0.132913, -0.433256> - 19335: <-0.896437, 0.089787, -0.433981> - 19336: <-0.911854, 0.132240, -0.388632> - 19337: <-0.904997, 0.174541, -0.387965> - 19338: <-0.884654, 0.175026, -0.432149> - 19339: <-0.891416, 0.132913, -0.433256> - 19340: <-0.904997, 0.174541, -0.387965> - 19341: <-0.896382, 0.216199, -0.386985> - 19342: <-0.876208, 0.216320, -0.430657> - 19343: <-0.884654, 0.175026, -0.432149> - 19344: <-0.896382, 0.216199, -0.386985> - 19345: <-0.886018, 0.257364, -0.385664> - 19346: <-0.866124, 0.256999, -0.428698> - 19347: <-0.876208, 0.216320, -0.430657> - 19348: <-0.886018, 0.257364, -0.385664> - 19349: <-0.873840, 0.298259, -0.383986> - 19350: <-0.854324, 0.297287, -0.426323> - 19351: <-0.866124, 0.256999, -0.428698> - 19352: <-0.873840, 0.298259, -0.383986> - 19353: <-0.859750, 0.339005, -0.381976> - 19354: <-0.840684, 0.337391, -0.423577> - 19355: <-0.854324, 0.297287, -0.426323> - 19356: <-0.859750, 0.339005, -0.381976> - 19357: <-0.843551, 0.379751, -0.379751> - 19358: <-0.825100, 0.377345, -0.420500> - 19359: <-0.840684, 0.337391, -0.423577> - 19360: <-0.843551, 0.379751, -0.379751> - 19361: <-0.825100, 0.420500, -0.377345> - 19362: <-0.807394, 0.417202, -0.417202> - 19363: <-0.825100, 0.377345, -0.420500> - 19364: <-0.825100, 0.420500, -0.377345> - 19365: <-0.804154, 0.461239, -0.374961> - 19366: <-0.787421, 0.456900, -0.413777> - 19367: <-0.807394, 0.417202, -0.417202> - 19368: <-0.804154, 0.461239, -0.374961> - 19369: <-0.780568, 0.501802, -0.372705> - 19370: <-0.764964, 0.496395, -0.410392> - 19371: <-0.787421, 0.456900, -0.413777> - 19372: <-0.780568, 0.501802, -0.372705> - 19373: <-0.754169, 0.542028, -0.370721> - 19374: <-0.739812, 0.535518, -0.407307> - 19375: <-0.764964, 0.496395, -0.410392> - 19376: <-0.754169, 0.542028, -0.370721> - 19377: <-0.724825, 0.581661, -0.369188> - 19378: <-0.711772, 0.574008, -0.404839> - 19379: <-0.739812, 0.535518, -0.407307> - 19380: <-0.724825, 0.581661, -0.369188> - 19381: <-0.692544, 0.620305, -0.368246> - 19382: <-0.680859, 0.611427, -0.403223> - 19383: <-0.711772, 0.574008, -0.404839> - 19384: <-0.680859, -0.611427, -0.403223> - 19385: <-0.711772, -0.574008, -0.404839> - 19386: <-0.697667, -0.565794, -0.439475> - 19387: <-0.668312, -0.601963, -0.437036> - 19388: <-0.711772, -0.574008, -0.404839> - 19389: <-0.739812, -0.535518, -0.407307> - 19390: <-0.724109, -0.528478, -0.443145> - 19391: <-0.697667, -0.565794, -0.439475> - 19392: <-0.739812, -0.535518, -0.407307> - 19393: <-0.764964, -0.496395, -0.410392> - 19394: <-0.747688, -0.490534, -0.447593> - 19395: <-0.724109, -0.528478, -0.443145> - 19396: <-0.764964, -0.496395, -0.410392> - 19397: <-0.787421, -0.456900, -0.413777> - 19398: <-0.768679, -0.452290, -0.452290> - 19399: <-0.747688, -0.490534, -0.447593> - 19400: <-0.787421, -0.456900, -0.413777> - 19401: <-0.807394, -0.417202, -0.417202> - 19402: <-0.787421, -0.413777, -0.456900> - 19403: <-0.768679, -0.452290, -0.452290> - 19404: <-0.807394, -0.417202, -0.417202> - 19405: <-0.825100, -0.377345, -0.420500> - 19406: <-0.804154, -0.374961, -0.461239> - 19407: <-0.787421, -0.413777, -0.456900> - 19408: <-0.825100, -0.377345, -0.420500> - 19409: <-0.840684, -0.337391, -0.423577> - 19410: <-0.819039, -0.335801, -0.465202> - 19411: <-0.804154, -0.374961, -0.461239> - 19412: <-0.840684, -0.337391, -0.423577> - 19413: <-0.854324, -0.297287, -0.426323> - 19414: <-0.832128, -0.296339, -0.468770> - 19415: <-0.819039, -0.335801, -0.465202> - 19416: <-0.854324, -0.297287, -0.426323> - 19417: <-0.866124, -0.256999, -0.428698> - 19418: <-0.843490, -0.256606, -0.471888> - 19419: <-0.832128, -0.296339, -0.468770> - 19420: <-0.866124, -0.256999, -0.428698> - 19421: <-0.876208, -0.216320, -0.430657> - 19422: <-0.853230, -0.216413, -0.474515> - 19423: <-0.843490, -0.256606, -0.471888> - 19424: <-0.876208, -0.216320, -0.430657> - 19425: <-0.884654, -0.175026, -0.432149> - 19426: <-0.861426, -0.175453, -0.476614> - 19427: <-0.853230, -0.216413, -0.474515> - 19428: <-0.884654, -0.175026, -0.432149> - 19429: <-0.891405, -0.132911, -0.433281> - 19430: <-0.868033, -0.133553, -0.478208> - 19431: <-0.861426, -0.175453, -0.476614> - 19432: <-0.891405, -0.132911, -0.433281> - 19433: <-0.896437, -0.089787, -0.433981> - 19434: <-0.872976, -0.090429, -0.479307> - 19435: <-0.868033, -0.133553, -0.478208> - 19436: <-0.896437, -0.089787, -0.433981> - 19437: <-0.899583, -0.045443, -0.434379> - 19438: <-0.876095, -0.045871, -0.479951> - 19439: <-0.872976, -0.090429, -0.479307> - 19440: <-0.899583, -0.045443, -0.434379> - 19441: <-0.900655, 0.000000, -0.434534> - 19442: <-0.877182, 0.000000, -0.480158> - 19443: <-0.876095, -0.045871, -0.479951> - 19444: <-0.900655, 0.000000, -0.434534> - 19445: <-0.899583, 0.045443, -0.434379> - 19446: <-0.876095, 0.045871, -0.479951> - 19447: <-0.877182, 0.000000, -0.480158> - 19448: <-0.899583, 0.045443, -0.434379> - 19449: <-0.896437, 0.089787, -0.433981> - 19450: <-0.872976, 0.090429, -0.479307> - 19451: <-0.876095, 0.045871, -0.479951> - 19452: <-0.896437, 0.089787, -0.433981> - 19453: <-0.891416, 0.132913, -0.433256> - 19454: <-0.868033, 0.133553, -0.478208> - 19455: <-0.872976, 0.090429, -0.479307> - 19456: <-0.891416, 0.132913, -0.433256> - 19457: <-0.884654, 0.175026, -0.432149> - 19458: <-0.861426, 0.175453, -0.476614> - 19459: <-0.868033, 0.133553, -0.478208> - 19460: <-0.884654, 0.175026, -0.432149> - 19461: <-0.876208, 0.216320, -0.430657> - 19462: <-0.853230, 0.216413, -0.474515> - 19463: <-0.861426, 0.175453, -0.476614> - 19464: <-0.876208, 0.216320, -0.430657> - 19465: <-0.866124, 0.256999, -0.428698> - 19466: <-0.843490, 0.256606, -0.471888> - 19467: <-0.853230, 0.216413, -0.474515> - 19468: <-0.866124, 0.256999, -0.428698> - 19469: <-0.854324, 0.297287, -0.426323> - 19470: <-0.832128, 0.296339, -0.468770> - 19471: <-0.843490, 0.256606, -0.471888> - 19472: <-0.854324, 0.297287, -0.426323> - 19473: <-0.840684, 0.337391, -0.423577> - 19474: <-0.819039, 0.335801, -0.465202> - 19475: <-0.832128, 0.296339, -0.468770> - 19476: <-0.840684, 0.337391, -0.423577> - 19477: <-0.825100, 0.377345, -0.420500> - 19478: <-0.804154, 0.374961, -0.461239> - 19479: <-0.819039, 0.335801, -0.465202> - 19480: <-0.825100, 0.377345, -0.420500> - 19481: <-0.807394, 0.417202, -0.417202> - 19482: <-0.787421, 0.413777, -0.456900> - 19483: <-0.804154, 0.374961, -0.461239> - 19484: <-0.807394, 0.417202, -0.417202> - 19485: <-0.787421, 0.456900, -0.413777> - 19486: <-0.768679, 0.452290, -0.452290> - 19487: <-0.787421, 0.413777, -0.456900> - 19488: <-0.787421, 0.456900, -0.413777> - 19489: <-0.764964, 0.496395, -0.410392> - 19490: <-0.747688, 0.490534, -0.447593> - 19491: <-0.768679, 0.452290, -0.452290> - 19492: <-0.764964, 0.496395, -0.410392> - 19493: <-0.739812, 0.535518, -0.407307> - 19494: <-0.724109, 0.528478, -0.443145> - 19495: <-0.747688, 0.490534, -0.447593> - 19496: <-0.739812, 0.535518, -0.407307> - 19497: <-0.711772, 0.574008, -0.404839> - 19498: <-0.697667, 0.565794, -0.439475> - 19499: <-0.724109, 0.528478, -0.443145> - 19500: <-0.711772, 0.574008, -0.404839> - 19501: <-0.680859, 0.611427, -0.403223> - 19502: <-0.668312, 0.601963, -0.437036> - 19503: <-0.697667, 0.565794, -0.439475> - 19504: <-0.668312, -0.601963, -0.437036> - 19505: <-0.697667, -0.565794, -0.439475> - 19506: <-0.682532, -0.557037, -0.473139> - 19507: <-0.655217, -0.591920, -0.469385> - 19508: <-0.697667, -0.565794, -0.439475> - 19509: <-0.724109, -0.528478, -0.443145> - 19510: <-0.706895, -0.520969, -0.478425> - 19511: <-0.682532, -0.557037, -0.473139> - 19512: <-0.724109, -0.528478, -0.443145> - 19513: <-0.747688, -0.490534, -0.447593> - 19514: <-0.728461, -0.484430, -0.484430> - 19515: <-0.706895, -0.520969, -0.478425> - 19516: <-0.747688, -0.490534, -0.447593> - 19517: <-0.768679, -0.452290, -0.452290> - 19518: <-0.747688, -0.447593, -0.490534> - 19519: <-0.728461, -0.484430, -0.484430> - 19520: <-0.768679, -0.452290, -0.452290> - 19521: <-0.787421, -0.413777, -0.456900> - 19522: <-0.764964, -0.410392, -0.496395> - 19523: <-0.747688, -0.447593, -0.490534> - 19524: <-0.787421, -0.413777, -0.456900> - 19525: <-0.804154, -0.374961, -0.461239> - 19526: <-0.780568, -0.372705, -0.501802> - 19527: <-0.764964, -0.410392, -0.496395> - 19528: <-0.804154, -0.374961, -0.461239> - 19529: <-0.819039, -0.335801, -0.465202> - 19530: <-0.794636, -0.334310, -0.506745> - 19531: <-0.780568, -0.372705, -0.501802> - 19532: <-0.819039, -0.335801, -0.465202> - 19533: <-0.832128, -0.296339, -0.468770> - 19534: <-0.807082, -0.295457, -0.511198> - 19535: <-0.794636, -0.334310, -0.506745> - 19536: <-0.832128, -0.296339, -0.468770> - 19537: <-0.843490, -0.256606, -0.471888> - 19538: <-0.817925, -0.256243, -0.515110> - 19539: <-0.807082, -0.295457, -0.511198> - 19540: <-0.843490, -0.256606, -0.471888> - 19541: <-0.853230, -0.216413, -0.474515> - 19542: <-0.827263, -0.216475, -0.518435> - 19543: <-0.817925, -0.256243, -0.515110> - 19544: <-0.853230, -0.216413, -0.474515> - 19545: <-0.861426, -0.175453, -0.476614> - 19546: <-0.835133, -0.175853, -0.521180> - 19547: <-0.827263, -0.216475, -0.518435> - 19548: <-0.861426, -0.175453, -0.476614> - 19549: <-0.868033, -0.133553, -0.478208> - 19550: <-0.841527, -0.134100, -0.523307> - 19551: <-0.835133, -0.175853, -0.521180> - 19552: <-0.868033, -0.133553, -0.478208> - 19553: <-0.872976, -0.090429, -0.479307> - 19554: <-0.846324, -0.091008, -0.524836> - 19555: <-0.841527, -0.134100, -0.523307> - 19556: <-0.872976, -0.090429, -0.479307> - 19557: <-0.876095, -0.045871, -0.479951> - 19558: <-0.849378, -0.046267, -0.525753> - 19559: <-0.846324, -0.091008, -0.524836> - 19560: <-0.876095, -0.045871, -0.479951> - 19561: <-0.877182, 0.000000, -0.480158> - 19562: <-0.850434, 0.000000, -0.526081> - 19563: <-0.849378, -0.046267, -0.525753> - 19564: <-0.877182, 0.000000, -0.480158> - 19565: <-0.876095, 0.045871, -0.479951> - 19566: <-0.849378, 0.046267, -0.525753> - 19567: <-0.850434, 0.000000, -0.526081> - 19568: <-0.876095, 0.045871, -0.479951> - 19569: <-0.872976, 0.090429, -0.479307> - 19570: <-0.846324, 0.091008, -0.524836> - 19571: <-0.849378, 0.046267, -0.525753> - 19572: <-0.872976, 0.090429, -0.479307> - 19573: <-0.868033, 0.133553, -0.478208> - 19574: <-0.841527, 0.134100, -0.523307> - 19575: <-0.846324, 0.091008, -0.524836> - 19576: <-0.868033, 0.133553, -0.478208> - 19577: <-0.861426, 0.175453, -0.476614> - 19578: <-0.835133, 0.175853, -0.521180> - 19579: <-0.841527, 0.134100, -0.523307> - 19580: <-0.861426, 0.175453, -0.476614> - 19581: <-0.853230, 0.216413, -0.474515> - 19582: <-0.827263, 0.216475, -0.518435> - 19583: <-0.835133, 0.175853, -0.521180> - 19584: <-0.853230, 0.216413, -0.474515> - 19585: <-0.843490, 0.256606, -0.471888> - 19586: <-0.817925, 0.256243, -0.515110> - 19587: <-0.827263, 0.216475, -0.518435> - 19588: <-0.843490, 0.256606, -0.471888> - 19589: <-0.832128, 0.296339, -0.468770> - 19590: <-0.807082, 0.295457, -0.511198> - 19591: <-0.817925, 0.256243, -0.515110> - 19592: <-0.832128, 0.296339, -0.468770> - 19593: <-0.819039, 0.335801, -0.465202> - 19594: <-0.794627, 0.334337, -0.506740> - 19595: <-0.807082, 0.295457, -0.511198> - 19596: <-0.819039, 0.335801, -0.465202> - 19597: <-0.804154, 0.374961, -0.461239> - 19598: <-0.780568, 0.372705, -0.501802> - 19599: <-0.794627, 0.334337, -0.506740> - 19600: <-0.804154, 0.374961, -0.461239> - 19601: <-0.787421, 0.413777, -0.456900> - 19602: <-0.764964, 0.410392, -0.496395> - 19603: <-0.780568, 0.372705, -0.501802> - 19604: <-0.787421, 0.413777, -0.456900> - 19605: <-0.768679, 0.452290, -0.452290> - 19606: <-0.747688, 0.447593, -0.490534> - 19607: <-0.764964, 0.410392, -0.496395> - 19608: <-0.768679, 0.452290, -0.452290> - 19609: <-0.747688, 0.490534, -0.447593> - 19610: <-0.728461, 0.484430, -0.484430> - 19611: <-0.747688, 0.447593, -0.490534> - 19612: <-0.747688, 0.490534, -0.447593> - 19613: <-0.724109, 0.528478, -0.443145> - 19614: <-0.706895, 0.520969, -0.478425> - 19615: <-0.728461, 0.484430, -0.484430> - 19616: <-0.724109, 0.528478, -0.443145> - 19617: <-0.697667, 0.565794, -0.439475> - 19618: <-0.682532, 0.557037, -0.473139> - 19619: <-0.706895, 0.520969, -0.478425> - 19620: <-0.697667, 0.565794, -0.439475> - 19621: <-0.668312, 0.601963, -0.437036> - 19622: <-0.655217, 0.591920, -0.469385> - 19623: <-0.682532, 0.557037, -0.473139> - 19624: <-0.655217, -0.591920, -0.469385> - 19625: <-0.682532, -0.557037, -0.473139> - 19626: <-0.666144, -0.547882, -0.506040> - 19627: <-0.641397, -0.581456, -0.500519> - 19628: <-0.682532, -0.557037, -0.473139> - 19629: <-0.706895, -0.520969, -0.478425> - 19630: <-0.687856, -0.513252, -0.513252> - 19631: <-0.666144, -0.547882, -0.506040> - 19632: <-0.706895, -0.520969, -0.478425> - 19633: <-0.728461, -0.484430, -0.484430> - 19634: <-0.706895, -0.478425, -0.520969> - 19635: <-0.687856, -0.513252, -0.513252> - 19636: <-0.728461, -0.484430, -0.484430> - 19637: <-0.747688, -0.447593, -0.490534> - 19638: <-0.724109, -0.443145, -0.528478> - 19639: <-0.706895, -0.478425, -0.520969> - 19640: <-0.747688, -0.447593, -0.490534> - 19641: <-0.764964, -0.410392, -0.496395> - 19642: <-0.739812, -0.407307, -0.535518> - 19643: <-0.724109, -0.443145, -0.528478> - 19644: <-0.764964, -0.410392, -0.496395> - 19645: <-0.780568, -0.372705, -0.501802> - 19646: <-0.754169, -0.370721, -0.542028> - 19647: <-0.739812, -0.407307, -0.535518> - 19648: <-0.780568, -0.372705, -0.501802> - 19649: <-0.794636, -0.334310, -0.506745> - 19650: <-0.767292, -0.333090, -0.548009> - 19651: <-0.754169, -0.370721, -0.542028> - 19652: <-0.794636, -0.334310, -0.506745> - 19653: <-0.807082, -0.295457, -0.511198> - 19654: <-0.779017, -0.294729, -0.553415> - 19655: <-0.767292, -0.333090, -0.548009> - 19656: <-0.807082, -0.295457, -0.511198> - 19657: <-0.817925, -0.256243, -0.515110> - 19658: <-0.789266, -0.255937, -0.558172> - 19659: <-0.779017, -0.294729, -0.553415> - 19660: <-0.817925, -0.256243, -0.515110> - 19661: <-0.827263, -0.216475, -0.518435> - 19662: <-0.798110, -0.216534, -0.562257> - 19663: <-0.789266, -0.255937, -0.558172> - 19664: <-0.827263, -0.216475, -0.518435> - 19665: <-0.835133, -0.175853, -0.521180> - 19666: <-0.805587, -0.176188, -0.565675> - 19667: <-0.798110, -0.216534, -0.562257> - 19668: <-0.835133, -0.175853, -0.521180> - 19669: <-0.841527, -0.134100, -0.523307> - 19670: <-0.811677, -0.134618, -0.568382> - 19671: <-0.805587, -0.176188, -0.565675> - 19672: <-0.841527, -0.134100, -0.523307> - 19673: <-0.846324, -0.091008, -0.524836> - 19674: <-0.816271, -0.091497, -0.570377> - 19675: <-0.811677, -0.134618, -0.568382> - 19676: <-0.846324, -0.091008, -0.524836> - 19677: <-0.849378, -0.046267, -0.525753> - 19678: <-0.819208, -0.046573, -0.571602> - 19679: <-0.816271, -0.091497, -0.570377> - 19680: <-0.849378, -0.046267, -0.525753> - 19681: <-0.850434, 0.000000, -0.526081> - 19682: <-0.820237, 0.000000, -0.572024> - 19683: <-0.819208, -0.046573, -0.571602> - 19684: <-0.850434, 0.000000, -0.526081> - 19685: <-0.849378, 0.046267, -0.525753> - 19686: <-0.819208, 0.046573, -0.571602> - 19687: <-0.820237, 0.000000, -0.572024> - 19688: <-0.849378, 0.046267, -0.525753> - 19689: <-0.846324, 0.091008, -0.524836> - 19690: <-0.816271, 0.091497, -0.570377> - 19691: <-0.819208, 0.046573, -0.571602> - 19692: <-0.846324, 0.091008, -0.524836> - 19693: <-0.841527, 0.134100, -0.523307> - 19694: <-0.811677, 0.134618, -0.568382> - 19695: <-0.816271, 0.091497, -0.570377> - 19696: <-0.841527, 0.134100, -0.523307> - 19697: <-0.835133, 0.175853, -0.521180> - 19698: <-0.805587, 0.176188, -0.565675> - 19699: <-0.811677, 0.134618, -0.568382> - 19700: <-0.835133, 0.175853, -0.521180> - 19701: <-0.827263, 0.216475, -0.518435> - 19702: <-0.798110, 0.216534, -0.562257> - 19703: <-0.805587, 0.176188, -0.565675> - 19704: <-0.827263, 0.216475, -0.518435> - 19705: <-0.817925, 0.256243, -0.515110> - 19706: <-0.789266, 0.255937, -0.558172> - 19707: <-0.798110, 0.216534, -0.562257> - 19708: <-0.817925, 0.256243, -0.515110> - 19709: <-0.807082, 0.295457, -0.511198> - 19710: <-0.779017, 0.294729, -0.553415> - 19711: <-0.789266, 0.255937, -0.558172> - 19712: <-0.807082, 0.295457, -0.511198> - 19713: <-0.794627, 0.334337, -0.506740> - 19714: <-0.767292, 0.333090, -0.548009> - 19715: <-0.779017, 0.294729, -0.553415> - 19716: <-0.794627, 0.334337, -0.506740> - 19717: <-0.780568, 0.372705, -0.501802> - 19718: <-0.754169, 0.370721, -0.542028> - 19719: <-0.767292, 0.333090, -0.548009> - 19720: <-0.780568, 0.372705, -0.501802> - 19721: <-0.764964, 0.410392, -0.496395> - 19722: <-0.739812, 0.407307, -0.535518> - 19723: <-0.754169, 0.370721, -0.542028> - 19724: <-0.764964, 0.410392, -0.496395> - 19725: <-0.747688, 0.447593, -0.490534> - 19726: <-0.724109, 0.443145, -0.528478> - 19727: <-0.739812, 0.407307, -0.535518> - 19728: <-0.747688, 0.447593, -0.490534> - 19729: <-0.728461, 0.484430, -0.484430> - 19730: <-0.706895, 0.478425, -0.520969> - 19731: <-0.724109, 0.443145, -0.528478> - 19732: <-0.728461, 0.484430, -0.484430> - 19733: <-0.706895, 0.520969, -0.478425> - 19734: <-0.687856, 0.513252, -0.513252> - 19735: <-0.706895, 0.478425, -0.520969> - 19736: <-0.706895, 0.520969, -0.478425> - 19737: <-0.682532, 0.557037, -0.473139> - 19738: <-0.666144, 0.547882, -0.506040> - 19739: <-0.687856, 0.513252, -0.513252> - 19740: <-0.682532, 0.557037, -0.473139> - 19741: <-0.655217, 0.591920, -0.469385> - 19742: <-0.641397, 0.581456, -0.500519> - 19743: <-0.666144, 0.547882, -0.506040> - 19744: <-0.641397, -0.581456, -0.500519> - 19745: <-0.666144, -0.547882, -0.506040> - 19746: <-0.647334, -0.538962, -0.538962> - 19747: <-0.625584, -0.571076, -0.531523> - 19748: <-0.666144, -0.547882, -0.506040> - 19749: <-0.687856, -0.513252, -0.513252> - 19750: <-0.666144, -0.506040, -0.547882> - 19751: <-0.647334, -0.538962, -0.538962> - 19752: <-0.687856, -0.513252, -0.513252> - 19753: <-0.706895, -0.478425, -0.520969> - 19754: <-0.682532, -0.473139, -0.557037> - 19755: <-0.666144, -0.506040, -0.547882> - 19756: <-0.706895, -0.478425, -0.520969> - 19757: <-0.724109, -0.443145, -0.528478> - 19758: <-0.697667, -0.439475, -0.565794> - 19759: <-0.682532, -0.473139, -0.557037> - 19760: <-0.724109, -0.443145, -0.528478> - 19761: <-0.739812, -0.407307, -0.535518> - 19762: <-0.711772, -0.404839, -0.574008> - 19763: <-0.697667, -0.439475, -0.565794> - 19764: <-0.739812, -0.407307, -0.535518> - 19765: <-0.754169, -0.370721, -0.542028> - 19766: <-0.724825, -0.369188, -0.581661> - 19767: <-0.711772, -0.404839, -0.574008> - 19768: <-0.754169, -0.370721, -0.542028> - 19769: <-0.767292, -0.333090, -0.548009> - 19770: <-0.736915, -0.332170, -0.588744> - 19771: <-0.724825, -0.369188, -0.581661> - 19772: <-0.767292, -0.333090, -0.548009> - 19773: <-0.779017, -0.294729, -0.553415> - 19774: <-0.747816, -0.294207, -0.595158> - 19775: <-0.736915, -0.332170, -0.588744> - 19776: <-0.779017, -0.294729, -0.553415> - 19777: <-0.789266, -0.255937, -0.558172> - 19778: <-0.757361, -0.255750, -0.600829> - 19779: <-0.747816, -0.294207, -0.595158> - 19780: <-0.789266, -0.255937, -0.558172> - 19781: <-0.798110, -0.216534, -0.562257> - 19782: <-0.765608, -0.216596, -0.605748> - 19783: <-0.757361, -0.255750, -0.600829> - 19784: <-0.798110, -0.216534, -0.562257> - 19785: <-0.805587, -0.176188, -0.565675> - 19786: <-0.772589, -0.176461, -0.609892> - 19787: <-0.765608, -0.216596, -0.605748> - 19788: <-0.805587, -0.176188, -0.565675> - 19789: <-0.811677, -0.134618, -0.568382> - 19790: <-0.778292, -0.135015, -0.613215> - 19791: <-0.772589, -0.176461, -0.609892> - 19792: <-0.811677, -0.134618, -0.568382> - 19793: <-0.816271, -0.091497, -0.570377> - 19794: <-0.782607, -0.091894, -0.615697> - 19795: <-0.778292, -0.135015, -0.613215> - 19796: <-0.816271, -0.091497, -0.570377> - 19797: <-0.819208, -0.046573, -0.571602> - 19798: <-0.785375, -0.046847, -0.617246> - 19799: <-0.782607, -0.091894, -0.615697> - 19800: <-0.819208, -0.046573, -0.571602> - 19801: <-0.820237, 0.000000, -0.572024> - 19802: <-0.786344, 0.000000, -0.617789> - 19803: <-0.785375, -0.046847, -0.617246> - 19804: <-0.820237, 0.000000, -0.572024> - 19805: <-0.819208, 0.046573, -0.571602> - 19806: <-0.785375, 0.046847, -0.617246> - 19807: <-0.786344, 0.000000, -0.617789> - 19808: <-0.819208, 0.046573, -0.571602> - 19809: <-0.816271, 0.091497, -0.570377> - 19810: <-0.782607, 0.091894, -0.615697> - 19811: <-0.785375, 0.046847, -0.617246> - 19812: <-0.816271, 0.091497, -0.570377> - 19813: <-0.811677, 0.134618, -0.568382> - 19814: <-0.778295, 0.134985, -0.613218> - 19815: <-0.782607, 0.091894, -0.615697> - 19816: <-0.811677, 0.134618, -0.568382> - 19817: <-0.805587, 0.176188, -0.565675> - 19818: <-0.772589, 0.176461, -0.609892> - 19819: <-0.778295, 0.134985, -0.613218> - 19820: <-0.805587, 0.176188, -0.565675> - 19821: <-0.798110, 0.216534, -0.562257> - 19822: <-0.765608, 0.216596, -0.605748> - 19823: <-0.772589, 0.176461, -0.609892> - 19824: <-0.798110, 0.216534, -0.562257> - 19825: <-0.789266, 0.255937, -0.558172> - 19826: <-0.757361, 0.255750, -0.600829> - 19827: <-0.765608, 0.216596, -0.605748> - 19828: <-0.789266, 0.255937, -0.558172> - 19829: <-0.779017, 0.294729, -0.553415> - 19830: <-0.747816, 0.294207, -0.595158> - 19831: <-0.757361, 0.255750, -0.600829> - 19832: <-0.779017, 0.294729, -0.553415> - 19833: <-0.767292, 0.333090, -0.548009> - 19834: <-0.736915, 0.332170, -0.588744> - 19835: <-0.747816, 0.294207, -0.595158> - 19836: <-0.767292, 0.333090, -0.548009> - 19837: <-0.754169, 0.370721, -0.542028> - 19838: <-0.724825, 0.369188, -0.581661> - 19839: <-0.736915, 0.332170, -0.588744> - 19840: <-0.754169, 0.370721, -0.542028> - 19841: <-0.739812, 0.407307, -0.535518> - 19842: <-0.711772, 0.404839, -0.574008> - 19843: <-0.724825, 0.369188, -0.581661> - 19844: <-0.739812, 0.407307, -0.535518> - 19845: <-0.724109, 0.443145, -0.528478> - 19846: <-0.697667, 0.439475, -0.565794> - 19847: <-0.711772, 0.404839, -0.574008> - 19848: <-0.724109, 0.443145, -0.528478> - 19849: <-0.706895, 0.478425, -0.520969> - 19850: <-0.682532, 0.473139, -0.557037> - 19851: <-0.697667, 0.439475, -0.565794> - 19852: <-0.706895, 0.478425, -0.520969> - 19853: <-0.687856, 0.513252, -0.513252> - 19854: <-0.666144, 0.506040, -0.547882> - 19855: <-0.682532, 0.473139, -0.557037> - 19856: <-0.687856, 0.513252, -0.513252> - 19857: <-0.666144, 0.547882, -0.506040> - 19858: <-0.647334, 0.538962, -0.538962> - 19859: <-0.666144, 0.506040, -0.547882> - 19860: <-0.666144, 0.547882, -0.506040> - 19861: <-0.641397, 0.581456, -0.500519> - 19862: <-0.625584, 0.571076, -0.531523> - 19863: <-0.647334, 0.538962, -0.538962> - 19864: <-0.625584, -0.571076, -0.531523> - 19865: <-0.647334, -0.538962, -0.538962> - 19866: <-0.625584, -0.531523, -0.571076> - 19867: <-0.607783, -0.561516, -0.561516> - 19868: <-0.647334, -0.538962, -0.538962> - 19869: <-0.666144, -0.506040, -0.547882> - 19870: <-0.641397, -0.500519, -0.581456> - 19871: <-0.625584, -0.531523, -0.571076> - 19872: <-0.666144, -0.506040, -0.547882> - 19873: <-0.682532, -0.473139, -0.557037> - 19874: <-0.655217, -0.469385, -0.591920> - 19875: <-0.641397, -0.500519, -0.581456> - 19876: <-0.682532, -0.473139, -0.557037> - 19877: <-0.697667, -0.439475, -0.565794> - 19878: <-0.668312, -0.437036, -0.601963> - 19879: <-0.655217, -0.469385, -0.591920> - 19880: <-0.697667, -0.439475, -0.565794> - 19881: <-0.711772, -0.404839, -0.574008> - 19882: <-0.680859, -0.403223, -0.611427> - 19883: <-0.668312, -0.437036, -0.601963> - 19884: <-0.711772, -0.404839, -0.574008> - 19885: <-0.724825, -0.369188, -0.581661> - 19886: <-0.692544, -0.368246, -0.620305> - 19887: <-0.680859, -0.403223, -0.611427> - 19888: <-0.724825, -0.369188, -0.581661> - 19889: <-0.736915, -0.332170, -0.588744> - 19890: <-0.703467, -0.331652, -0.628603> - 19891: <-0.692544, -0.368246, -0.620305> - 19892: <-0.736915, -0.332170, -0.588744> - 19893: <-0.747816, -0.294207, -0.595158> - 19894: <-0.713396, -0.293904, -0.636150> - 19895: <-0.703467, -0.331652, -0.628603> - 19896: <-0.747816, -0.294207, -0.595158> - 19897: <-0.757361, -0.255750, -0.600829> - 19898: <-0.722093, -0.255632, -0.642833> - 19899: <-0.713396, -0.293904, -0.636150> - 19900: <-0.757361, -0.255750, -0.600829> - 19901: <-0.765608, -0.216596, -0.605748> - 19902: <-0.729636, -0.216660, -0.648606> - 19903: <-0.722093, -0.255632, -0.642833> - 19904: <-0.765608, -0.216596, -0.605748> - 19905: <-0.772589, -0.176461, -0.609892> - 19906: <-0.736025, -0.176644, -0.653502> - 19907: <-0.729636, -0.216660, -0.648606> - 19908: <-0.772589, -0.176461, -0.609892> - 19909: <-0.778292, -0.135015, -0.613215> - 19910: <-0.741243, -0.135260, -0.657468> - 19911: <-0.736025, -0.176644, -0.653502> - 19912: <-0.778292, -0.135015, -0.613215> - 19913: <-0.782607, -0.091894, -0.615697> - 19914: <-0.745184, -0.092137, -0.660463> - 19915: <-0.741243, -0.135260, -0.657468> - 19916: <-0.782607, -0.091894, -0.615697> - 19917: <-0.785375, -0.046847, -0.617246> - 19918: <-0.747715, -0.046999, -0.662354> - 19919: <-0.745184, -0.092137, -0.660463> - 19920: <-0.785375, -0.046847, -0.617246> - 19921: <-0.786344, 0.000000, -0.617789> - 19922: <-0.748599, 0.000000, -0.663024> - 19923: <-0.747715, -0.046999, -0.662354> - 19924: <-0.786344, 0.000000, -0.617789> - 19925: <-0.785375, 0.046847, -0.617246> - 19926: <-0.747715, 0.046999, -0.662354> - 19927: <-0.748599, 0.000000, -0.663024> - 19928: <-0.785375, 0.046847, -0.617246> - 19929: <-0.782607, 0.091894, -0.615697> - 19930: <-0.745184, 0.092137, -0.660463> - 19931: <-0.747715, 0.046999, -0.662354> - 19932: <-0.782607, 0.091894, -0.615697> - 19933: <-0.778295, 0.134985, -0.613218> - 19934: <-0.741243, 0.135260, -0.657468> - 19935: <-0.745184, 0.092137, -0.660463> - 19936: <-0.778295, 0.134985, -0.613218> - 19937: <-0.772589, 0.176461, -0.609892> - 19938: <-0.736025, 0.176644, -0.653502> - 19939: <-0.741243, 0.135260, -0.657468> - 19940: <-0.772589, 0.176461, -0.609892> - 19941: <-0.765608, 0.216596, -0.605748> - 19942: <-0.729636, 0.216660, -0.648606> - 19943: <-0.736025, 0.176644, -0.653502> - 19944: <-0.765608, 0.216596, -0.605748> - 19945: <-0.757361, 0.255750, -0.600829> - 19946: <-0.722093, 0.255632, -0.642833> - 19947: <-0.729636, 0.216660, -0.648606> - 19948: <-0.757361, 0.255750, -0.600829> - 19949: <-0.747816, 0.294207, -0.595158> - 19950: <-0.713396, 0.293904, -0.636150> - 19951: <-0.722093, 0.255632, -0.642833> - 19952: <-0.747816, 0.294207, -0.595158> - 19953: <-0.736915, 0.332170, -0.588744> - 19954: <-0.703467, 0.331652, -0.628603> - 19955: <-0.713396, 0.293904, -0.636150> - 19956: <-0.736915, 0.332170, -0.588744> - 19957: <-0.724825, 0.369188, -0.581661> - 19958: <-0.692544, 0.368246, -0.620305> - 19959: <-0.703467, 0.331652, -0.628603> - 19960: <-0.724825, 0.369188, -0.581661> - 19961: <-0.711772, 0.404839, -0.574008> - 19962: <-0.680859, 0.403223, -0.611427> - 19963: <-0.692544, 0.368246, -0.620305> - 19964: <-0.711772, 0.404839, -0.574008> - 19965: <-0.697667, 0.439475, -0.565794> - 19966: <-0.668312, 0.437036, -0.601963> - 19967: <-0.680859, 0.403223, -0.611427> - 19968: <-0.697667, 0.439475, -0.565794> - 19969: <-0.682532, 0.473139, -0.557037> - 19970: <-0.655217, 0.469385, -0.591920> - 19971: <-0.668312, 0.437036, -0.601963> - 19972: <-0.682532, 0.473139, -0.557037> - 19973: <-0.666144, 0.506040, -0.547882> - 19974: <-0.641397, 0.500519, -0.581456> - 19975: <-0.655217, 0.469385, -0.591920> - 19976: <-0.666144, 0.506040, -0.547882> - 19977: <-0.647334, 0.538962, -0.538962> - 19978: <-0.625584, 0.531523, -0.571076> - 19979: <-0.641397, 0.500519, -0.581456> - 19980: <-0.647334, 0.538962, -0.538962> - 19981: <-0.625584, 0.571076, -0.531523> - 19982: <-0.607783, 0.561516, -0.561516> - 19983: <-0.625584, 0.531523, -0.571076> - 19984: <-0.577330, -0.577360, 0.577360> - 19985: <-0.588539, -0.554296, 0.588539> - 19986: <-0.607783, -0.561516, 0.561516> - 19987: <-0.588539, -0.588539, 0.554296> - 19988: <-0.588539, -0.554296, 0.588539> - 19989: <-0.601188, -0.526447, 0.601188> - 19990: <-0.625584, -0.531523, 0.571076> - 19991: <-0.607783, -0.561516, 0.561516> - 19992: <-0.601188, -0.526447, 0.601188> - 19993: <-0.613379, -0.497527, 0.613379> - 19994: <-0.641397, -0.500519, 0.581456> - 19995: <-0.625584, -0.531523, 0.571076> - 19996: <-0.613379, -0.497527, 0.613379> - 19997: <-0.624909, -0.467950, 0.624909> - 19998: <-0.655217, -0.469385, 0.591920> - 19999: <-0.641397, -0.500519, 0.581456> - 20000: <-0.624909, -0.467950, 0.624909> - 20001: <-0.636296, -0.436181, 0.636296> - 20002: <-0.668312, -0.437036, 0.601963> - 20003: <-0.655217, -0.469385, 0.591920> - 20004: <-0.636296, -0.436181, 0.636296> - 20005: <-0.647247, -0.402668, 0.647247> - 20006: <-0.680859, -0.403223, 0.611427> - 20007: <-0.668312, -0.437036, 0.601963> - 20008: <-0.647247, -0.402668, 0.647247> - 20009: <-0.657511, -0.367912, 0.657511> - 20010: <-0.692544, -0.368246, 0.620305> - 20011: <-0.680859, -0.403223, 0.611427> - 20012: <-0.657511, -0.367912, 0.657511> - 20013: <-0.667130, -0.331474, 0.667130> - 20014: <-0.703467, -0.331652, 0.628603> - 20015: <-0.692544, -0.368246, 0.620305> - 20016: <-0.667130, -0.331474, 0.667130> - 20017: <-0.675899, -0.293804, 0.675899> - 20018: <-0.713396, -0.293904, 0.636150> - 20019: <-0.703467, -0.331652, 0.628603> - 20020: <-0.675899, -0.293804, 0.675899> - 20021: <-0.683620, -0.255594, 0.683620> - 20022: <-0.722093, -0.255632, 0.642833> - 20023: <-0.713396, -0.293904, 0.636150> - 20024: <-0.683620, -0.255594, 0.683620> - 20025: <-0.690307, -0.216684, 0.690307> - 20026: <-0.729636, -0.216660, 0.648606> - 20027: <-0.722093, -0.255632, 0.642833> - 20028: <-0.690307, -0.216684, 0.690307> - 20029: <-0.695976, -0.176733, 0.695976> - 20030: <-0.736025, -0.176644, 0.653502> - 20031: <-0.729636, -0.216660, 0.648606> - 20032: <-0.695976, -0.176733, 0.695976> - 20033: <-0.700600, -0.135353, 0.700600> - 20034: <-0.741243, -0.135260, 0.657468> - 20035: <-0.736025, -0.176644, 0.653502> - 20036: <-0.700600, -0.135353, 0.700600> - 20037: <-0.704093, -0.092231, 0.704093> - 20038: <-0.745184, -0.092137, 0.660463> - 20039: <-0.741243, -0.135260, 0.657468> - 20040: <-0.704093, -0.092231, 0.704093> - 20041: <-0.706323, -0.047060, 0.706323> - 20042: <-0.747715, -0.046999, 0.662354> - 20043: <-0.745184, -0.092137, 0.660463> - 20044: <-0.706323, -0.047060, 0.706323> - 20045: <-0.707107, 0.000000, 0.707107> - 20046: <-0.748599, 0.000000, 0.663024> - 20047: <-0.747715, -0.046999, 0.662354> - 20048: <-0.707107, 0.000000, 0.707107> - 20049: <-0.706323, 0.047060, 0.706323> - 20050: <-0.747715, 0.046999, 0.662354> - 20051: <-0.748599, 0.000000, 0.663024> - 20052: <-0.706323, 0.047060, 0.706323> - 20053: <-0.704093, 0.092231, 0.704093> - 20054: <-0.745184, 0.092137, 0.660463> - 20055: <-0.747715, 0.046999, 0.662354> - 20056: <-0.704093, 0.092231, 0.704093> - 20057: <-0.700600, 0.135353, 0.700600> - 20058: <-0.741243, 0.135260, 0.657468> - 20059: <-0.745184, 0.092137, 0.660463> - 20060: <-0.700600, 0.135353, 0.700600> - 20061: <-0.695976, 0.176733, 0.695976> - 20062: <-0.736025, 0.176644, 0.653502> - 20063: <-0.741243, 0.135260, 0.657468> - 20064: <-0.695976, 0.176733, 0.695976> - 20065: <-0.690307, 0.216684, 0.690307> - 20066: <-0.729636, 0.216660, 0.648606> - 20067: <-0.736025, 0.176644, 0.653502> - 20068: <-0.690307, 0.216684, 0.690307> - 20069: <-0.683620, 0.255594, 0.683620> - 20070: <-0.722093, 0.255632, 0.642833> - 20071: <-0.729636, 0.216660, 0.648606> - 20072: <-0.683620, 0.255594, 0.683620> - 20073: <-0.675899, 0.293804, 0.675899> - 20074: <-0.713396, 0.293904, 0.636150> - 20075: <-0.722093, 0.255632, 0.642833> - 20076: <-0.675899, 0.293804, 0.675899> - 20077: <-0.667130, 0.331474, 0.667130> - 20078: <-0.703467, 0.331652, 0.628603> - 20079: <-0.713396, 0.293904, 0.636150> - 20080: <-0.667130, 0.331474, 0.667130> - 20081: <-0.657511, 0.367912, 0.657511> - 20082: <-0.692544, 0.368246, 0.620305> - 20083: <-0.703467, 0.331652, 0.628603> - 20084: <-0.657511, 0.367912, 0.657511> - 20085: <-0.647247, 0.402668, 0.647247> - 20086: <-0.680859, 0.403223, 0.611427> - 20087: <-0.692544, 0.368246, 0.620305> - 20088: <-0.647247, 0.402668, 0.647247> - 20089: <-0.636296, 0.436181, 0.636296> - 20090: <-0.668312, 0.437036, 0.601963> - 20091: <-0.680859, 0.403223, 0.611427> - 20092: <-0.636296, 0.436181, 0.636296> - 20093: <-0.624909, 0.467950, 0.624909> - 20094: <-0.655217, 0.469385, 0.591920> - 20095: <-0.668312, 0.437036, 0.601963> - 20096: <-0.624909, 0.467950, 0.624909> - 20097: <-0.613379, 0.497527, 0.613379> - 20098: <-0.641406, 0.500496, 0.581465> - 20099: <-0.655217, 0.469385, 0.591920> - 20100: <-0.613379, 0.497527, 0.613379> - 20101: <-0.601188, 0.526447, 0.601188> - 20102: <-0.625584, 0.531523, 0.571076> - 20103: <-0.641406, 0.500496, 0.581465> - 20104: <-0.601188, 0.526447, 0.601188> - 20105: <-0.588539, 0.554296, 0.588539> - 20106: <-0.607783, 0.561516, 0.561516> - 20107: <-0.625584, 0.531523, 0.571076> - 20108: <-0.588539, 0.554296, 0.588539> - 20109: <-0.577350, 0.577350, 0.577350> - 20110: <-0.588539, 0.588539, 0.554296> - 20111: <-0.607783, 0.561516, 0.561516> - 20112: <-0.607783, 0.561516, 0.561516> - 20113: <-0.588539, 0.588539, 0.554296> - 20114: <-0.601188, 0.601188, 0.526447> - 20115: <-0.625584, 0.571076, 0.531523> - 20116: <-0.625584, 0.571076, 0.531523> - 20117: <-0.601188, 0.601188, 0.526447> - 20118: <-0.613379, 0.613379, 0.497527> - 20119: <-0.641397, 0.581456, 0.500519> - 20120: <-0.641397, 0.581456, 0.500519> - 20121: <-0.613379, 0.613379, 0.497527> - 20122: <-0.624909, 0.624909, 0.467950> - 20123: <-0.655217, 0.591920, 0.469385> - 20124: <-0.655217, 0.591920, 0.469385> - 20125: <-0.624909, 0.624909, 0.467950> - 20126: <-0.636296, 0.636296, 0.436181> - 20127: <-0.668312, 0.601963, 0.437036> - 20128: <-0.668312, 0.601963, 0.437036> - 20129: <-0.636296, 0.636296, 0.436181> - 20130: <-0.647247, 0.647247, 0.402668> - 20131: <-0.680859, 0.611427, 0.403223> - 20132: <-0.680859, 0.611427, 0.403223> - 20133: <-0.647247, 0.647247, 0.402668> - 20134: <-0.657511, 0.657511, 0.367912> - 20135: <-0.692544, 0.620305, 0.368246> - 20136: <-0.692544, 0.620305, 0.368246> - 20137: <-0.657511, 0.657511, 0.367912> - 20138: <-0.667130, 0.667130, 0.331474> - 20139: <-0.703467, 0.628603, 0.331652> - 20140: <-0.703467, 0.628603, 0.331652> - 20141: <-0.667130, 0.667130, 0.331474> - 20142: <-0.675899, 0.675899, 0.293804> - 20143: <-0.713396, 0.636150, 0.293904> - 20144: <-0.713396, 0.636150, 0.293904> - 20145: <-0.675899, 0.675899, 0.293804> - 20146: <-0.683620, 0.683620, 0.255594> - 20147: <-0.722093, 0.642833, 0.255632> - 20148: <-0.722093, 0.642833, 0.255632> - 20149: <-0.683620, 0.683620, 0.255594> - 20150: <-0.690307, 0.690307, 0.216684> - 20151: <-0.729636, 0.648606, 0.216660> - 20152: <-0.729636, 0.648606, 0.216660> - 20153: <-0.690307, 0.690307, 0.216684> - 20154: <-0.695976, 0.695976, 0.176733> - 20155: <-0.736025, 0.653502, 0.176644> - 20156: <-0.736025, 0.653502, 0.176644> - 20157: <-0.695976, 0.695976, 0.176733> - 20158: <-0.700600, 0.700600, 0.135353> - 20159: <-0.741243, 0.657468, 0.135260> - 20160: <-0.741243, 0.657468, 0.135260> - 20161: <-0.700600, 0.700600, 0.135353> - 20162: <-0.704093, 0.704093, 0.092231> - 20163: <-0.745184, 0.660463, 0.092137> - 20164: <-0.745184, 0.660463, 0.092137> - 20165: <-0.704093, 0.704093, 0.092231> - 20166: <-0.706323, 0.706323, 0.047060> - 20167: <-0.747715, 0.662354, 0.046999> - 20168: <-0.747715, 0.662354, 0.046999> - 20169: <-0.706323, 0.706323, 0.047060> - 20170: <-0.707107, 0.707107, 0.000000> - 20171: <-0.748599, 0.663024, 0.000000> - 20172: <-0.748599, 0.663024, 0.000000> - 20173: <-0.707107, 0.707107, 0.000000> - 20174: <-0.706323, 0.706323, -0.047060> - 20175: <-0.747715, 0.662354, -0.046999> - 20176: <-0.747715, 0.662354, -0.046999> - 20177: <-0.706323, 0.706323, -0.047060> - 20178: <-0.704093, 0.704093, -0.092231> - 20179: <-0.745184, 0.660463, -0.092137> - 20180: <-0.745184, 0.660463, -0.092137> - 20181: <-0.704093, 0.704093, -0.092231> - 20182: <-0.700600, 0.700600, -0.135353> - 20183: <-0.741243, 0.657468, -0.135260> - 20184: <-0.741243, 0.657468, -0.135260> - 20185: <-0.700600, 0.700600, -0.135353> - 20186: <-0.695976, 0.695976, -0.176733> - 20187: <-0.736025, 0.653502, -0.176644> - 20188: <-0.736025, 0.653502, -0.176644> - 20189: <-0.695976, 0.695976, -0.176733> - 20190: <-0.690307, 0.690307, -0.216684> - 20191: <-0.729636, 0.648606, -0.216660> - 20192: <-0.729636, 0.648606, -0.216660> - 20193: <-0.690307, 0.690307, -0.216684> - 20194: <-0.683620, 0.683620, -0.255594> - 20195: <-0.722093, 0.642833, -0.255632> - 20196: <-0.722093, 0.642833, -0.255632> - 20197: <-0.683620, 0.683620, -0.255594> - 20198: <-0.675899, 0.675899, -0.293804> - 20199: <-0.713396, 0.636150, -0.293904> - 20200: <-0.713396, 0.636150, -0.293904> - 20201: <-0.675899, 0.675899, -0.293804> - 20202: <-0.667130, 0.667130, -0.331474> - 20203: <-0.703467, 0.628603, -0.331652> - 20204: <-0.703467, 0.628603, -0.331652> - 20205: <-0.667130, 0.667130, -0.331474> - 20206: <-0.657511, 0.657511, -0.367912> - 20207: <-0.692544, 0.620305, -0.368246> - 20208: <-0.692544, 0.620305, -0.368246> - 20209: <-0.657511, 0.657511, -0.367912> - 20210: <-0.647247, 0.647247, -0.402668> - 20211: <-0.680859, 0.611427, -0.403223> - 20212: <-0.680859, 0.611427, -0.403223> - 20213: <-0.647247, 0.647247, -0.402668> - 20214: <-0.636296, 0.636296, -0.436181> - 20215: <-0.668312, 0.601963, -0.437036> - 20216: <-0.668312, 0.601963, -0.437036> - 20217: <-0.636296, 0.636296, -0.436181> - 20218: <-0.624909, 0.624909, -0.467950> - 20219: <-0.655217, 0.591920, -0.469385> - 20220: <-0.655217, 0.591920, -0.469385> - 20221: <-0.624909, 0.624909, -0.467950> - 20222: <-0.613379, 0.613379, -0.497527> - 20223: <-0.641397, 0.581456, -0.500519> - 20224: <-0.641397, 0.581456, -0.500519> - 20225: <-0.613379, 0.613379, -0.497527> - 20226: <-0.601168, 0.601199, -0.526457> - 20227: <-0.625584, 0.571076, -0.531523> - 20228: <-0.625584, 0.571076, -0.531523> - 20229: <-0.601168, 0.601199, -0.526457> - 20230: <-0.588539, 0.588539, -0.554296> - 20231: <-0.607783, 0.561516, -0.561516> - 20232: <-0.607783, 0.561516, -0.561516> - 20233: <-0.588539, 0.588539, -0.554296> - 20234: <-0.577350, 0.577350, -0.577350> - 20235: <-0.588539, 0.554296, -0.588539> - 20236: <-0.625584, 0.531523, -0.571076> - 20237: <-0.607783, 0.561516, -0.561516> - 20238: <-0.588539, 0.554296, -0.588539> - 20239: <-0.601188, 0.526447, -0.601188> - 20240: <-0.641397, 0.500519, -0.581456> - 20241: <-0.625584, 0.531523, -0.571076> - 20242: <-0.601188, 0.526447, -0.601188> - 20243: <-0.613379, 0.497527, -0.613379> - 20244: <-0.655217, 0.469385, -0.591920> - 20245: <-0.641397, 0.500519, -0.581456> - 20246: <-0.613379, 0.497527, -0.613379> - 20247: <-0.624909, 0.467950, -0.624909> - 20248: <-0.668312, 0.437036, -0.601963> - 20249: <-0.655217, 0.469385, -0.591920> - 20250: <-0.624909, 0.467950, -0.624909> - 20251: <-0.636296, 0.436181, -0.636296> - 20252: <-0.680859, 0.403223, -0.611427> - 20253: <-0.668312, 0.437036, -0.601963> - 20254: <-0.636296, 0.436181, -0.636296> - 20255: <-0.647247, 0.402668, -0.647247> - 20256: <-0.692544, 0.368246, -0.620305> - 20257: <-0.680859, 0.403223, -0.611427> - 20258: <-0.647247, 0.402668, -0.647247> - 20259: <-0.657511, 0.367912, -0.657511> - 20260: <-0.703467, 0.331652, -0.628603> - 20261: <-0.692544, 0.368246, -0.620305> - 20262: <-0.657511, 0.367912, -0.657511> - 20263: <-0.667130, 0.331474, -0.667130> - 20264: <-0.713396, 0.293904, -0.636150> - 20265: <-0.703467, 0.331652, -0.628603> - 20266: <-0.667130, 0.331474, -0.667130> - 20267: <-0.675899, 0.293804, -0.675899> - 20268: <-0.722093, 0.255632, -0.642833> - 20269: <-0.713396, 0.293904, -0.636150> - 20270: <-0.675899, 0.293804, -0.675899> - 20271: <-0.683620, 0.255594, -0.683620> - 20272: <-0.729636, 0.216660, -0.648606> - 20273: <-0.722093, 0.255632, -0.642833> - 20274: <-0.683620, 0.255594, -0.683620> - 20275: <-0.690307, 0.216684, -0.690307> - 20276: <-0.736025, 0.176644, -0.653502> - 20277: <-0.729636, 0.216660, -0.648606> - 20278: <-0.690307, 0.216684, -0.690307> - 20279: <-0.695976, 0.176733, -0.695976> - 20280: <-0.741243, 0.135260, -0.657468> - 20281: <-0.736025, 0.176644, -0.653502> - 20282: <-0.695976, 0.176733, -0.695976> - 20283: <-0.700600, 0.135353, -0.700600> - 20284: <-0.745184, 0.092137, -0.660463> - 20285: <-0.741243, 0.135260, -0.657468> - 20286: <-0.700600, 0.135353, -0.700600> - 20287: <-0.704093, 0.092231, -0.704093> - 20288: <-0.747715, 0.046999, -0.662354> - 20289: <-0.745184, 0.092137, -0.660463> - 20290: <-0.704093, 0.092231, -0.704093> - 20291: <-0.706323, 0.047060, -0.706323> - 20292: <-0.748599, 0.000000, -0.663024> - 20293: <-0.747715, 0.046999, -0.662354> - 20294: <-0.706323, 0.047060, -0.706323> - 20295: <-0.707107, 0.000000, -0.707107> - 20296: <-0.747715, -0.046999, -0.662354> - 20297: <-0.748599, 0.000000, -0.663024> - 20298: <-0.707107, 0.000000, -0.707107> - 20299: <-0.706323, -0.047060, -0.706323> - 20300: <-0.745184, -0.092137, -0.660463> - 20301: <-0.747715, -0.046999, -0.662354> - 20302: <-0.706323, -0.047060, -0.706323> - 20303: <-0.704093, -0.092231, -0.704093> - 20304: <-0.741243, -0.135260, -0.657468> - 20305: <-0.745184, -0.092137, -0.660463> - 20306: <-0.704093, -0.092231, -0.704093> - 20307: <-0.700600, -0.135353, -0.700600> - 20308: <-0.736025, -0.176644, -0.653502> - 20309: <-0.741243, -0.135260, -0.657468> - 20310: <-0.700600, -0.135353, -0.700600> - 20311: <-0.695976, -0.176733, -0.695976> - 20312: <-0.729636, -0.216660, -0.648606> - 20313: <-0.736025, -0.176644, -0.653502> - 20314: <-0.695976, -0.176733, -0.695976> - 20315: <-0.690307, -0.216684, -0.690307> - 20316: <-0.722093, -0.255632, -0.642833> - 20317: <-0.729636, -0.216660, -0.648606> - 20318: <-0.690307, -0.216684, -0.690307> - 20319: <-0.683620, -0.255594, -0.683620> - 20320: <-0.713396, -0.293904, -0.636150> - 20321: <-0.722093, -0.255632, -0.642833> - 20322: <-0.683620, -0.255594, -0.683620> - 20323: <-0.675899, -0.293804, -0.675899> - 20324: <-0.703467, -0.331652, -0.628603> - 20325: <-0.713396, -0.293904, -0.636150> - 20326: <-0.675899, -0.293804, -0.675899> - 20327: <-0.667130, -0.331474, -0.667130> - 20328: <-0.692544, -0.368246, -0.620305> - 20329: <-0.703467, -0.331652, -0.628603> - 20330: <-0.667130, -0.331474, -0.667130> - 20331: <-0.657511, -0.367912, -0.657511> - 20332: <-0.680859, -0.403223, -0.611427> - 20333: <-0.692544, -0.368246, -0.620305> - 20334: <-0.657511, -0.367912, -0.657511> - 20335: <-0.647247, -0.402668, -0.647247> - 20336: <-0.668312, -0.437036, -0.601963> - 20337: <-0.680859, -0.403223, -0.611427> - 20338: <-0.647247, -0.402668, -0.647247> - 20339: <-0.636296, -0.436181, -0.636296> - 20340: <-0.655217, -0.469385, -0.591920> - 20341: <-0.668312, -0.437036, -0.601963> - 20342: <-0.636296, -0.436181, -0.636296> - 20343: <-0.624909, -0.467950, -0.624909> - 20344: <-0.641397, -0.500519, -0.581456> - 20345: <-0.655217, -0.469385, -0.591920> - 20346: <-0.624909, -0.467950, -0.624909> - 20347: <-0.613379, -0.497527, -0.613379> - 20348: <-0.625584, -0.531523, -0.571076> - 20349: <-0.641397, -0.500519, -0.581456> - 20350: <-0.613379, -0.497527, -0.613379> - 20351: <-0.601199, -0.526457, -0.601168> - 20352: <-0.607783, -0.561516, -0.561516> - 20353: <-0.625584, -0.531523, -0.571076> - 20354: <-0.601199, -0.526457, -0.601168> - 20355: <-0.588539, -0.554296, -0.588539> - 20356: <-0.588539, -0.588539, -0.554296> - 20357: <-0.607783, -0.561516, -0.561516> - 20358: <-0.588539, -0.554296, -0.588539> - 20359: <-0.577360, -0.577330, -0.577360> - 20360: <-0.601188, -0.601188, -0.526447> - 20361: <-0.625584, -0.571076, -0.531523> - 20362: <-0.607783, -0.561516, -0.561516> - 20363: <-0.588539, -0.588539, -0.554296> - 20364: <-0.613379, -0.613379, -0.497527> - 20365: <-0.641397, -0.581456, -0.500519> - 20366: <-0.625584, -0.571076, -0.531523> - 20367: <-0.601188, -0.601188, -0.526447> - 20368: <-0.624909, -0.624909, -0.467950> - 20369: <-0.655217, -0.591920, -0.469385> - 20370: <-0.641397, -0.581456, -0.500519> - 20371: <-0.613379, -0.613379, -0.497527> - 20372: <-0.636296, -0.636296, -0.436181> - 20373: <-0.668312, -0.601963, -0.437036> - 20374: <-0.655217, -0.591920, -0.469385> - 20375: <-0.624909, -0.624909, -0.467950> - 20376: <-0.647247, -0.647247, -0.402668> - 20377: <-0.680859, -0.611427, -0.403223> - 20378: <-0.668312, -0.601963, -0.437036> - 20379: <-0.636296, -0.636296, -0.436181> - 20380: <-0.657511, -0.657511, -0.367912> - 20381: <-0.692544, -0.620305, -0.368246> - 20382: <-0.680859, -0.611427, -0.403223> - 20383: <-0.647247, -0.647247, -0.402668> - 20384: <-0.667130, -0.667130, -0.331474> - 20385: <-0.703467, -0.628603, -0.331652> - 20386: <-0.692544, -0.620305, -0.368246> - 20387: <-0.657511, -0.657511, -0.367912> - 20388: <-0.675899, -0.675899, -0.293804> - 20389: <-0.713396, -0.636150, -0.293904> - 20390: <-0.703467, -0.628603, -0.331652> - 20391: <-0.667130, -0.667130, -0.331474> - 20392: <-0.683620, -0.683620, -0.255594> - 20393: <-0.722093, -0.642833, -0.255632> - 20394: <-0.713396, -0.636150, -0.293904> - 20395: <-0.675899, -0.675899, -0.293804> - 20396: <-0.690307, -0.690307, -0.216684> - 20397: <-0.729636, -0.648606, -0.216660> - 20398: <-0.722093, -0.642833, -0.255632> - 20399: <-0.683620, -0.683620, -0.255594> - 20400: <-0.695976, -0.695976, -0.176733> - 20401: <-0.736025, -0.653502, -0.176644> - 20402: <-0.729636, -0.648606, -0.216660> - 20403: <-0.690307, -0.690307, -0.216684> - 20404: <-0.700600, -0.700600, -0.135353> - 20405: <-0.741243, -0.657468, -0.135260> - 20406: <-0.736025, -0.653502, -0.176644> - 20407: <-0.695976, -0.695976, -0.176733> - 20408: <-0.704093, -0.704093, -0.092231> - 20409: <-0.745184, -0.660463, -0.092137> - 20410: <-0.741243, -0.657468, -0.135260> - 20411: <-0.700600, -0.700600, -0.135353> - 20412: <-0.706323, -0.706323, -0.047060> - 20413: <-0.747715, -0.662354, -0.046999> - 20414: <-0.745184, -0.660463, -0.092137> - 20415: <-0.704093, -0.704093, -0.092231> - 20416: <-0.707107, -0.707107, 0.000000> - 20417: <-0.748599, -0.663024, 0.000000> - 20418: <-0.747715, -0.662354, -0.046999> - 20419: <-0.706323, -0.706323, -0.047060> - 20420: <-0.706323, -0.706323, 0.047060> - 20421: <-0.747715, -0.662354, 0.046999> - 20422: <-0.748599, -0.663024, 0.000000> - 20423: <-0.707107, -0.707107, 0.000000> - 20424: <-0.704093, -0.704093, 0.092231> - 20425: <-0.745184, -0.660463, 0.092137> - 20426: <-0.747715, -0.662354, 0.046999> - 20427: <-0.706323, -0.706323, 0.047060> - 20428: <-0.700600, -0.700600, 0.135353> - 20429: <-0.741243, -0.657468, 0.135260> - 20430: <-0.745184, -0.660463, 0.092137> - 20431: <-0.704093, -0.704093, 0.092231> - 20432: <-0.695976, -0.695976, 0.176733> - 20433: <-0.736025, -0.653502, 0.176644> - 20434: <-0.741243, -0.657468, 0.135260> - 20435: <-0.700600, -0.700600, 0.135353> - 20436: <-0.690307, -0.690307, 0.216684> - 20437: <-0.729622, -0.648624, 0.216656> - 20438: <-0.736025, -0.653502, 0.176644> - 20439: <-0.695976, -0.695976, 0.176733> - 20440: <-0.683620, -0.683620, 0.255594> - 20441: <-0.722093, -0.642833, 0.255632> - 20442: <-0.729622, -0.648624, 0.216656> - 20443: <-0.690307, -0.690307, 0.216684> - 20444: <-0.675899, -0.675899, 0.293804> - 20445: <-0.713396, -0.636150, 0.293904> - 20446: <-0.722093, -0.642833, 0.255632> - 20447: <-0.683620, -0.683620, 0.255594> - 20448: <-0.667130, -0.667130, 0.331474> - 20449: <-0.703467, -0.628603, 0.331652> - 20450: <-0.713396, -0.636150, 0.293904> - 20451: <-0.675899, -0.675899, 0.293804> - 20452: <-0.657511, -0.657511, 0.367912> - 20453: <-0.692544, -0.620305, 0.368246> - 20454: <-0.703467, -0.628603, 0.331652> - 20455: <-0.667130, -0.667130, 0.331474> - 20456: <-0.647247, -0.647247, 0.402668> - 20457: <-0.680859, -0.611427, 0.403223> - 20458: <-0.692544, -0.620305, 0.368246> - 20459: <-0.657511, -0.657511, 0.367912> - 20460: <-0.636296, -0.636296, 0.436181> - 20461: <-0.668312, -0.601963, 0.437036> - 20462: <-0.680859, -0.611427, 0.403223> - 20463: <-0.647247, -0.647247, 0.402668> - 20464: <-0.624909, -0.624909, 0.467950> - 20465: <-0.655217, -0.591920, 0.469385> - 20466: <-0.668312, -0.601963, 0.437036> - 20467: <-0.636296, -0.636296, 0.436181> - 20468: <-0.613379, -0.613379, 0.497527> - 20469: <-0.641397, -0.581456, 0.500519> - 20470: <-0.655217, -0.591920, 0.469385> - 20471: <-0.624909, -0.624909, 0.467950> - 20472: <-0.601199, -0.601168, 0.526457> - 20473: <-0.625584, -0.571076, 0.531523> - 20474: <-0.641397, -0.581456, 0.500519> - 20475: <-0.613379, -0.613379, 0.497527> - 20476: <-0.588539, -0.588539, 0.554296> - 20477: <-0.607783, -0.561516, 0.561516> - 20478: <-0.625584, -0.571076, 0.531523> - 20479: <-0.601199, -0.601168, 0.526457> - 20480: < 0.561516, -0.561516, 0.607783> - 20481: < 0.571076, -0.531523, 0.625584> - 20482: < 0.538962, -0.538962, 0.647334> - 20483: < 0.531523, -0.571076, 0.625584> - 20484: < 0.571076, -0.531523, 0.625584> - 20485: < 0.581456, -0.500519, 0.641396> - 20486: < 0.547882, -0.506040, 0.666144> - 20487: < 0.538962, -0.538962, 0.647334> - 20488: < 0.581456, -0.500519, 0.641396> - 20489: < 0.591920, -0.469385, 0.655217> - 20490: < 0.557037, -0.473139, 0.682532> - 20491: < 0.547882, -0.506040, 0.666144> - 20492: < 0.591920, -0.469385, 0.655217> - 20493: < 0.601963, -0.437036, 0.668312> - 20494: < 0.565794, -0.439475, 0.697667> - 20495: < 0.557037, -0.473139, 0.682532> - 20496: < 0.601963, -0.437036, 0.668312> - 20497: < 0.611427, -0.403223, 0.680859> - 20498: < 0.574008, -0.404839, 0.711772> - 20499: < 0.565794, -0.439475, 0.697667> - 20500: < 0.611427, -0.403223, 0.680859> - 20501: < 0.620305, -0.368246, 0.692544> - 20502: < 0.581661, -0.369188, 0.724825> - 20503: < 0.574008, -0.404839, 0.711772> - 20504: < 0.620305, -0.368246, 0.692544> - 20505: < 0.628603, -0.331652, 0.703467> - 20506: < 0.588738, -0.332197, 0.736907> - 20507: < 0.581661, -0.369188, 0.724825> - 20508: < 0.628603, -0.331652, 0.703467> - 20509: < 0.636150, -0.293904, 0.713396> - 20510: < 0.595158, -0.294207, 0.747816> - 20511: < 0.588738, -0.332197, 0.736907> - 20512: < 0.636150, -0.293904, 0.713396> - 20513: < 0.642833, -0.255632, 0.722093> - 20514: < 0.600829, -0.255750, 0.757361> - 20515: < 0.595158, -0.294207, 0.747816> - 20516: < 0.642833, -0.255632, 0.722093> - 20517: < 0.648606, -0.216660, 0.729636> - 20518: < 0.605748, -0.216596, 0.765608> - 20519: < 0.600829, -0.255750, 0.757361> - 20520: < 0.648606, -0.216660, 0.729636> - 20521: < 0.653502, -0.176644, 0.736025> - 20522: < 0.609892, -0.176461, 0.772589> - 20523: < 0.605748, -0.216596, 0.765608> - 20524: < 0.653502, -0.176644, 0.736025> - 20525: < 0.657468, -0.135260, 0.741243> - 20526: < 0.613196, -0.135018, 0.778306> - 20527: < 0.609892, -0.176461, 0.772589> - 20528: < 0.657468, -0.135260, 0.741243> - 20529: < 0.660463, -0.092137, 0.745184> - 20530: < 0.615697, -0.091894, 0.782607> - 20531: < 0.613196, -0.135018, 0.778306> - 20532: < 0.660463, -0.092137, 0.745184> - 20533: < 0.662354, -0.046999, 0.747715> - 20534: < 0.617246, -0.046847, 0.785375> - 20535: < 0.615697, -0.091894, 0.782607> - 20536: < 0.662354, -0.046999, 0.747715> - 20537: < 0.663024, 0.000000, 0.748599> - 20538: < 0.617789, 0.000000, 0.786344> - 20539: < 0.617246, -0.046847, 0.785375> - 20540: < 0.663024, 0.000000, 0.748599> - 20541: < 0.662354, 0.046999, 0.747715> - 20542: < 0.617246, 0.046847, 0.785375> - 20543: < 0.617789, 0.000000, 0.786344> - 20544: < 0.662354, 0.046999, 0.747715> - 20545: < 0.660463, 0.092137, 0.745184> - 20546: < 0.615697, 0.091894, 0.782607> - 20547: < 0.617246, 0.046847, 0.785375> - 20548: < 0.660463, 0.092137, 0.745184> - 20549: < 0.657468, 0.135260, 0.741243> - 20550: < 0.613196, 0.135018, 0.778306> - 20551: < 0.615697, 0.091894, 0.782607> - 20552: < 0.657468, 0.135260, 0.741243> - 20553: < 0.653502, 0.176644, 0.736025> - 20554: < 0.609892, 0.176461, 0.772589> - 20555: < 0.613196, 0.135018, 0.778306> - 20556: < 0.653502, 0.176644, 0.736025> - 20557: < 0.648606, 0.216660, 0.729636> - 20558: < 0.605748, 0.216596, 0.765608> - 20559: < 0.609892, 0.176461, 0.772589> - 20560: < 0.648606, 0.216660, 0.729636> - 20561: < 0.642833, 0.255632, 0.722093> - 20562: < 0.600829, 0.255750, 0.757361> - 20563: < 0.605748, 0.216596, 0.765608> - 20564: < 0.642833, 0.255632, 0.722093> - 20565: < 0.636150, 0.293904, 0.713396> - 20566: < 0.595158, 0.294207, 0.747816> - 20567: < 0.600829, 0.255750, 0.757361> - 20568: < 0.636150, 0.293904, 0.713396> - 20569: < 0.628603, 0.331652, 0.703467> - 20570: < 0.588744, 0.332170, 0.736915> - 20571: < 0.595158, 0.294207, 0.747816> - 20572: < 0.628603, 0.331652, 0.703467> - 20573: < 0.620305, 0.368246, 0.692544> - 20574: < 0.581661, 0.369188, 0.724825> - 20575: < 0.588744, 0.332170, 0.736915> - 20576: < 0.620305, 0.368246, 0.692544> - 20577: < 0.611427, 0.403223, 0.680859> - 20578: < 0.574008, 0.404839, 0.711772> - 20579: < 0.581661, 0.369188, 0.724825> - 20580: < 0.611427, 0.403223, 0.680859> - 20581: < 0.601963, 0.437036, 0.668312> - 20582: < 0.565794, 0.439475, 0.697667> - 20583: < 0.574008, 0.404839, 0.711772> - 20584: < 0.601963, 0.437036, 0.668312> - 20585: < 0.591920, 0.469385, 0.655217> - 20586: < 0.557037, 0.473139, 0.682532> - 20587: < 0.565794, 0.439475, 0.697667> - 20588: < 0.591920, 0.469385, 0.655217> - 20589: < 0.581456, 0.500519, 0.641396> - 20590: < 0.547882, 0.506040, 0.666144> - 20591: < 0.557037, 0.473139, 0.682532> - 20592: < 0.581456, 0.500519, 0.641396> - 20593: < 0.571076, 0.531523, 0.625584> - 20594: < 0.538962, 0.538962, 0.647334> - 20595: < 0.547882, 0.506040, 0.666144> - 20596: < 0.571076, 0.531523, 0.625584> - 20597: < 0.561516, 0.561516, 0.607783> - 20598: < 0.531523, 0.571076, 0.625584> - 20599: < 0.538962, 0.538962, 0.647334> - 20600: < 0.531523, -0.571076, 0.625584> - 20601: < 0.538962, -0.538962, 0.647334> - 20602: < 0.506040, -0.547882, 0.666144> - 20603: < 0.500519, -0.581456, 0.641396> - 20604: < 0.538962, -0.538962, 0.647334> - 20605: < 0.547882, -0.506040, 0.666144> - 20606: < 0.513252, -0.513252, 0.687856> - 20607: < 0.506040, -0.547882, 0.666144> - 20608: < 0.547882, -0.506040, 0.666144> - 20609: < 0.557037, -0.473139, 0.682532> - 20610: < 0.520969, -0.478425, 0.706895> - 20611: < 0.513252, -0.513252, 0.687856> - 20612: < 0.557037, -0.473139, 0.682532> - 20613: < 0.565794, -0.439475, 0.697667> - 20614: < 0.528478, -0.443145, 0.724109> - 20615: < 0.520969, -0.478425, 0.706895> - 20616: < 0.565794, -0.439475, 0.697667> - 20617: < 0.574008, -0.404839, 0.711772> - 20618: < 0.535518, -0.407307, 0.739812> - 20619: < 0.528478, -0.443145, 0.724109> - 20620: < 0.574008, -0.404839, 0.711772> - 20621: < 0.581661, -0.369188, 0.724825> - 20622: < 0.542028, -0.370721, 0.754169> - 20623: < 0.535518, -0.407307, 0.739812> - 20624: < 0.581661, -0.369188, 0.724825> - 20625: < 0.588738, -0.332197, 0.736907> - 20626: < 0.548009, -0.333090, 0.767292> - 20627: < 0.542028, -0.370721, 0.754169> - 20628: < 0.588738, -0.332197, 0.736907> - 20629: < 0.595158, -0.294207, 0.747816> - 20630: < 0.553415, -0.294729, 0.779017> - 20631: < 0.548009, -0.333090, 0.767292> - 20632: < 0.595158, -0.294207, 0.747816> - 20633: < 0.600829, -0.255750, 0.757361> - 20634: < 0.558172, -0.255937, 0.789266> - 20635: < 0.553415, -0.294729, 0.779017> - 20636: < 0.600829, -0.255750, 0.757361> - 20637: < 0.605748, -0.216596, 0.765608> - 20638: < 0.562257, -0.216534, 0.798110> - 20639: < 0.558172, -0.255937, 0.789266> - 20640: < 0.605748, -0.216596, 0.765608> - 20641: < 0.609892, -0.176461, 0.772589> - 20642: < 0.565675, -0.176188, 0.805587> - 20643: < 0.562257, -0.216534, 0.798110> - 20644: < 0.609892, -0.176461, 0.772589> - 20645: < 0.613196, -0.135018, 0.778306> - 20646: < 0.568382, -0.134618, 0.811677> - 20647: < 0.565675, -0.176188, 0.805587> - 20648: < 0.613196, -0.135018, 0.778306> - 20649: < 0.615697, -0.091894, 0.782607> - 20650: < 0.570377, -0.091497, 0.816271> - 20651: < 0.568382, -0.134618, 0.811677> - 20652: < 0.615697, -0.091894, 0.782607> - 20653: < 0.617246, -0.046847, 0.785375> - 20654: < 0.571602, -0.046573, 0.819208> - 20655: < 0.570377, -0.091497, 0.816271> - 20656: < 0.617246, -0.046847, 0.785375> - 20657: < 0.617789, 0.000000, 0.786344> - 20658: < 0.572024, 0.000000, 0.820237> - 20659: < 0.571602, -0.046573, 0.819208> - 20660: < 0.617789, 0.000000, 0.786344> - 20661: < 0.617246, 0.046847, 0.785375> - 20662: < 0.571602, 0.046573, 0.819208> - 20663: < 0.572024, 0.000000, 0.820237> - 20664: < 0.617246, 0.046847, 0.785375> - 20665: < 0.615697, 0.091894, 0.782607> - 20666: < 0.570377, 0.091497, 0.816271> - 20667: < 0.571602, 0.046573, 0.819208> - 20668: < 0.615697, 0.091894, 0.782607> - 20669: < 0.613196, 0.135018, 0.778306> - 20670: < 0.568382, 0.134618, 0.811677> - 20671: < 0.570377, 0.091497, 0.816271> - 20672: < 0.613196, 0.135018, 0.778306> - 20673: < 0.609892, 0.176461, 0.772589> - 20674: < 0.565675, 0.176188, 0.805587> - 20675: < 0.568382, 0.134618, 0.811677> - 20676: < 0.609892, 0.176461, 0.772589> - 20677: < 0.605748, 0.216596, 0.765608> - 20678: < 0.562257, 0.216534, 0.798110> - 20679: < 0.565675, 0.176188, 0.805587> - 20680: < 0.605748, 0.216596, 0.765608> - 20681: < 0.600829, 0.255750, 0.757361> - 20682: < 0.558172, 0.255937, 0.789266> - 20683: < 0.562257, 0.216534, 0.798110> - 20684: < 0.600829, 0.255750, 0.757361> - 20685: < 0.595158, 0.294207, 0.747816> - 20686: < 0.553415, 0.294729, 0.779017> - 20687: < 0.558172, 0.255937, 0.789266> - 20688: < 0.595158, 0.294207, 0.747816> - 20689: < 0.588744, 0.332170, 0.736915> - 20690: < 0.548009, 0.333090, 0.767292> - 20691: < 0.553415, 0.294729, 0.779017> - 20692: < 0.588744, 0.332170, 0.736915> - 20693: < 0.581661, 0.369188, 0.724825> - 20694: < 0.542028, 0.370721, 0.754169> - 20695: < 0.548009, 0.333090, 0.767292> - 20696: < 0.581661, 0.369188, 0.724825> - 20697: < 0.574008, 0.404839, 0.711772> - 20698: < 0.535518, 0.407307, 0.739812> - 20699: < 0.542028, 0.370721, 0.754169> - 20700: < 0.574008, 0.404839, 0.711772> - 20701: < 0.565794, 0.439475, 0.697667> - 20702: < 0.528478, 0.443145, 0.724109> - 20703: < 0.535518, 0.407307, 0.739812> - 20704: < 0.565794, 0.439475, 0.697667> - 20705: < 0.557037, 0.473139, 0.682532> - 20706: < 0.520969, 0.478425, 0.706895> - 20707: < 0.528478, 0.443145, 0.724109> - 20708: < 0.557037, 0.473139, 0.682532> - 20709: < 0.547882, 0.506040, 0.666144> - 20710: < 0.513252, 0.513252, 0.687856> - 20711: < 0.520969, 0.478425, 0.706895> - 20712: < 0.547882, 0.506040, 0.666144> - 20713: < 0.538962, 0.538962, 0.647334> - 20714: < 0.506040, 0.547882, 0.666144> - 20715: < 0.513252, 0.513252, 0.687856> - 20716: < 0.538962, 0.538962, 0.647334> - 20717: < 0.531523, 0.571076, 0.625584> - 20718: < 0.500519, 0.581456, 0.641396> - 20719: < 0.506040, 0.547882, 0.666144> - 20720: < 0.500519, -0.581456, 0.641396> - 20721: < 0.506040, -0.547882, 0.666144> - 20722: < 0.473139, -0.557037, 0.682532> - 20723: < 0.469385, -0.591920, 0.655217> - 20724: < 0.506040, -0.547882, 0.666144> - 20725: < 0.513252, -0.513252, 0.687856> - 20726: < 0.478425, -0.520969, 0.706895> - 20727: < 0.473139, -0.557037, 0.682532> - 20728: < 0.513252, -0.513252, 0.687856> - 20729: < 0.520969, -0.478425, 0.706895> - 20730: < 0.484430, -0.484430, 0.728461> - 20731: < 0.478425, -0.520969, 0.706895> - 20732: < 0.520969, -0.478425, 0.706895> - 20733: < 0.528478, -0.443145, 0.724109> - 20734: < 0.490534, -0.447593, 0.747688> - 20735: < 0.484430, -0.484430, 0.728461> - 20736: < 0.528478, -0.443145, 0.724109> - 20737: < 0.535518, -0.407307, 0.739812> - 20738: < 0.496395, -0.410392, 0.764964> - 20739: < 0.490534, -0.447593, 0.747688> - 20740: < 0.535518, -0.407307, 0.739812> - 20741: < 0.542028, -0.370721, 0.754169> - 20742: < 0.501802, -0.372705, 0.780568> - 20743: < 0.496395, -0.410392, 0.764964> - 20744: < 0.542028, -0.370721, 0.754169> - 20745: < 0.548009, -0.333090, 0.767292> - 20746: < 0.506740, -0.334337, 0.794627> - 20747: < 0.501802, -0.372705, 0.780568> - 20748: < 0.548009, -0.333090, 0.767292> - 20749: < 0.553415, -0.294729, 0.779017> - 20750: < 0.511198, -0.295457, 0.807082> - 20751: < 0.506740, -0.334337, 0.794627> - 20752: < 0.553415, -0.294729, 0.779017> - 20753: < 0.558172, -0.255937, 0.789266> - 20754: < 0.515110, -0.256243, 0.817925> - 20755: < 0.511198, -0.295457, 0.807082> - 20756: < 0.558172, -0.255937, 0.789266> - 20757: < 0.562257, -0.216534, 0.798110> - 20758: < 0.518435, -0.216475, 0.827263> - 20759: < 0.515110, -0.256243, 0.817925> - 20760: < 0.562257, -0.216534, 0.798110> - 20761: < 0.565675, -0.176188, 0.805587> - 20762: < 0.521180, -0.175853, 0.835133> - 20763: < 0.518435, -0.216475, 0.827263> - 20764: < 0.565675, -0.176188, 0.805587> - 20765: < 0.568382, -0.134618, 0.811677> - 20766: < 0.523307, -0.134100, 0.841527> - 20767: < 0.521180, -0.175853, 0.835133> - 20768: < 0.568382, -0.134618, 0.811677> - 20769: < 0.570377, -0.091497, 0.816271> - 20770: < 0.524836, -0.091008, 0.846324> - 20771: < 0.523307, -0.134100, 0.841527> - 20772: < 0.570377, -0.091497, 0.816271> - 20773: < 0.571602, -0.046573, 0.819208> - 20774: < 0.525753, -0.046267, 0.849378> - 20775: < 0.524836, -0.091008, 0.846324> - 20776: < 0.571602, -0.046573, 0.819208> - 20777: < 0.572024, 0.000000, 0.820237> - 20778: < 0.526081, 0.000000, 0.850434> - 20779: < 0.525753, -0.046267, 0.849378> - 20780: < 0.572024, 0.000000, 0.820237> - 20781: < 0.571602, 0.046573, 0.819208> - 20782: < 0.525753, 0.046267, 0.849378> - 20783: < 0.526081, 0.000000, 0.850434> - 20784: < 0.571602, 0.046573, 0.819208> - 20785: < 0.570377, 0.091497, 0.816271> - 20786: < 0.524836, 0.091008, 0.846324> - 20787: < 0.525753, 0.046267, 0.849378> - 20788: < 0.570377, 0.091497, 0.816271> - 20789: < 0.568382, 0.134618, 0.811677> - 20790: < 0.523307, 0.134100, 0.841527> - 20791: < 0.524836, 0.091008, 0.846324> - 20792: < 0.568382, 0.134618, 0.811677> - 20793: < 0.565675, 0.176188, 0.805587> - 20794: < 0.521180, 0.175853, 0.835133> - 20795: < 0.523307, 0.134100, 0.841527> - 20796: < 0.565675, 0.176188, 0.805587> - 20797: < 0.562257, 0.216534, 0.798110> - 20798: < 0.518435, 0.216475, 0.827263> - 20799: < 0.521180, 0.175853, 0.835133> - 20800: < 0.562257, 0.216534, 0.798110> - 20801: < 0.558172, 0.255937, 0.789266> - 20802: < 0.515110, 0.256243, 0.817925> - 20803: < 0.518435, 0.216475, 0.827263> - 20804: < 0.558172, 0.255937, 0.789266> - 20805: < 0.553415, 0.294729, 0.779017> - 20806: < 0.511198, 0.295457, 0.807082> - 20807: < 0.515110, 0.256243, 0.817925> - 20808: < 0.553415, 0.294729, 0.779017> - 20809: < 0.548009, 0.333090, 0.767292> - 20810: < 0.506740, 0.334337, 0.794627> - 20811: < 0.511198, 0.295457, 0.807082> - 20812: < 0.548009, 0.333090, 0.767292> - 20813: < 0.542028, 0.370721, 0.754169> - 20814: < 0.501802, 0.372705, 0.780568> - 20815: < 0.506740, 0.334337, 0.794627> - 20816: < 0.542028, 0.370721, 0.754169> - 20817: < 0.535518, 0.407307, 0.739812> - 20818: < 0.496395, 0.410392, 0.764964> - 20819: < 0.501802, 0.372705, 0.780568> - 20820: < 0.535518, 0.407307, 0.739812> - 20821: < 0.528478, 0.443145, 0.724109> - 20822: < 0.490534, 0.447593, 0.747688> - 20823: < 0.496395, 0.410392, 0.764964> - 20824: < 0.528478, 0.443145, 0.724109> - 20825: < 0.520969, 0.478425, 0.706895> - 20826: < 0.484430, 0.484430, 0.728461> - 20827: < 0.490534, 0.447593, 0.747688> - 20828: < 0.520969, 0.478425, 0.706895> - 20829: < 0.513252, 0.513252, 0.687856> - 20830: < 0.478425, 0.520969, 0.706895> - 20831: < 0.484430, 0.484430, 0.728461> - 20832: < 0.513252, 0.513252, 0.687856> - 20833: < 0.506040, 0.547882, 0.666144> - 20834: < 0.473139, 0.557037, 0.682532> - 20835: < 0.478425, 0.520969, 0.706895> - 20836: < 0.506040, 0.547882, 0.666144> - 20837: < 0.500519, 0.581456, 0.641396> - 20838: < 0.469385, 0.591920, 0.655217> - 20839: < 0.473139, 0.557037, 0.682532> - 20840: < 0.469385, -0.591920, 0.655217> - 20841: < 0.473139, -0.557037, 0.682532> - 20842: < 0.439475, -0.565794, 0.697667> - 20843: < 0.437036, -0.601963, 0.668312> - 20844: < 0.473139, -0.557037, 0.682532> - 20845: < 0.478425, -0.520969, 0.706895> - 20846: < 0.443145, -0.528478, 0.724109> - 20847: < 0.439475, -0.565794, 0.697667> - 20848: < 0.478425, -0.520969, 0.706895> - 20849: < 0.484430, -0.484430, 0.728461> - 20850: < 0.447593, -0.490534, 0.747688> - 20851: < 0.443145, -0.528478, 0.724109> - 20852: < 0.484430, -0.484430, 0.728461> - 20853: < 0.490534, -0.447593, 0.747688> - 20854: < 0.452290, -0.452290, 0.768679> - 20855: < 0.447593, -0.490534, 0.747688> - 20856: < 0.490534, -0.447593, 0.747688> - 20857: < 0.496395, -0.410392, 0.764964> - 20858: < 0.456900, -0.413777, 0.787421> - 20859: < 0.452290, -0.452290, 0.768679> - 20860: < 0.496395, -0.410392, 0.764964> - 20861: < 0.501802, -0.372705, 0.780568> - 20862: < 0.461239, -0.374961, 0.804154> - 20863: < 0.456900, -0.413777, 0.787421> - 20864: < 0.501802, -0.372705, 0.780568> - 20865: < 0.506740, -0.334337, 0.794627> - 20866: < 0.465202, -0.335801, 0.819039> - 20867: < 0.461239, -0.374961, 0.804154> - 20868: < 0.506740, -0.334337, 0.794627> - 20869: < 0.511198, -0.295457, 0.807082> - 20870: < 0.468770, -0.296339, 0.832128> - 20871: < 0.465202, -0.335801, 0.819039> - 20872: < 0.511198, -0.295457, 0.807082> - 20873: < 0.515110, -0.256243, 0.817925> - 20874: < 0.471888, -0.256606, 0.843490> - 20875: < 0.468770, -0.296339, 0.832128> - 20876: < 0.515110, -0.256243, 0.817925> - 20877: < 0.518435, -0.216475, 0.827263> - 20878: < 0.474515, -0.216413, 0.853230> - 20879: < 0.471888, -0.256606, 0.843490> - 20880: < 0.518435, -0.216475, 0.827263> - 20881: < 0.521180, -0.175853, 0.835133> - 20882: < 0.476614, -0.175453, 0.861426> - 20883: < 0.474515, -0.216413, 0.853230> - 20884: < 0.521180, -0.175853, 0.835133> - 20885: < 0.523307, -0.134100, 0.841527> - 20886: < 0.478208, -0.133553, 0.868033> - 20887: < 0.476614, -0.175453, 0.861426> - 20888: < 0.523307, -0.134100, 0.841527> - 20889: < 0.524836, -0.091008, 0.846324> - 20890: < 0.479307, -0.090429, 0.872976> - 20891: < 0.478208, -0.133553, 0.868033> - 20892: < 0.524836, -0.091008, 0.846324> - 20893: < 0.525753, -0.046267, 0.849378> - 20894: < 0.479951, -0.045871, 0.876095> - 20895: < 0.479307, -0.090429, 0.872976> - 20896: < 0.525753, -0.046267, 0.849378> - 20897: < 0.526081, 0.000000, 0.850434> - 20898: < 0.480182, 0.000000, 0.877169> - 20899: < 0.479951, -0.045871, 0.876095> - 20900: < 0.526081, 0.000000, 0.850434> - 20901: < 0.525753, 0.046267, 0.849378> - 20902: < 0.479951, 0.045871, 0.876095> - 20903: < 0.480182, 0.000000, 0.877169> - 20904: < 0.525753, 0.046267, 0.849378> - 20905: < 0.524836, 0.091008, 0.846324> - 20906: < 0.479307, 0.090429, 0.872976> - 20907: < 0.479951, 0.045871, 0.876095> - 20908: < 0.524836, 0.091008, 0.846324> - 20909: < 0.523307, 0.134100, 0.841527> - 20910: < 0.478208, 0.133553, 0.868033> - 20911: < 0.479307, 0.090429, 0.872976> - 20912: < 0.523307, 0.134100, 0.841527> - 20913: < 0.521180, 0.175853, 0.835133> - 20914: < 0.476614, 0.175453, 0.861426> - 20915: < 0.478208, 0.133553, 0.868033> - 20916: < 0.521180, 0.175853, 0.835133> - 20917: < 0.518435, 0.216475, 0.827263> - 20918: < 0.474515, 0.216413, 0.853230> - 20919: < 0.476614, 0.175453, 0.861426> - 20920: < 0.518435, 0.216475, 0.827263> - 20921: < 0.515110, 0.256243, 0.817925> - 20922: < 0.471888, 0.256606, 0.843490> - 20923: < 0.474515, 0.216413, 0.853230> - 20924: < 0.515110, 0.256243, 0.817925> - 20925: < 0.511198, 0.295457, 0.807082> - 20926: < 0.468770, 0.296339, 0.832128> - 20927: < 0.471888, 0.256606, 0.843490> - 20928: < 0.511198, 0.295457, 0.807082> - 20929: < 0.506740, 0.334337, 0.794627> - 20930: < 0.465202, 0.335801, 0.819039> - 20931: < 0.468770, 0.296339, 0.832128> - 20932: < 0.506740, 0.334337, 0.794627> - 20933: < 0.501802, 0.372705, 0.780568> - 20934: < 0.461239, 0.374961, 0.804154> - 20935: < 0.465202, 0.335801, 0.819039> - 20936: < 0.501802, 0.372705, 0.780568> - 20937: < 0.496395, 0.410392, 0.764964> - 20938: < 0.456900, 0.413777, 0.787421> - 20939: < 0.461239, 0.374961, 0.804154> - 20940: < 0.496395, 0.410392, 0.764964> - 20941: < 0.490534, 0.447593, 0.747688> - 20942: < 0.452290, 0.452290, 0.768679> - 20943: < 0.456900, 0.413777, 0.787421> - 20944: < 0.490534, 0.447593, 0.747688> - 20945: < 0.484430, 0.484430, 0.728461> - 20946: < 0.447593, 0.490534, 0.747688> - 20947: < 0.452290, 0.452290, 0.768679> - 20948: < 0.484430, 0.484430, 0.728461> - 20949: < 0.478425, 0.520969, 0.706895> - 20950: < 0.443145, 0.528478, 0.724109> - 20951: < 0.447593, 0.490534, 0.747688> - 20952: < 0.478425, 0.520969, 0.706895> - 20953: < 0.473139, 0.557037, 0.682532> - 20954: < 0.439475, 0.565794, 0.697667> - 20955: < 0.443145, 0.528478, 0.724109> - 20956: < 0.473139, 0.557037, 0.682532> - 20957: < 0.469385, 0.591920, 0.655217> - 20958: < 0.437036, 0.601963, 0.668312> - 20959: < 0.439475, 0.565794, 0.697667> - 20960: < 0.437036, -0.601963, 0.668312> - 20961: < 0.439475, -0.565794, 0.697667> - 20962: < 0.404839, -0.574008, 0.711772> - 20963: < 0.403223, -0.611427, 0.680859> - 20964: < 0.439475, -0.565794, 0.697667> - 20965: < 0.443145, -0.528478, 0.724109> - 20966: < 0.407307, -0.535518, 0.739812> - 20967: < 0.404839, -0.574008, 0.711772> - 20968: < 0.443145, -0.528478, 0.724109> - 20969: < 0.447593, -0.490534, 0.747688> - 20970: < 0.410392, -0.496395, 0.764964> - 20971: < 0.407307, -0.535518, 0.739812> - 20972: < 0.447593, -0.490534, 0.747688> - 20973: < 0.452290, -0.452290, 0.768679> - 20974: < 0.413777, -0.456900, 0.787421> - 20975: < 0.410392, -0.496395, 0.764964> - 20976: < 0.452290, -0.452290, 0.768679> - 20977: < 0.456900, -0.413777, 0.787421> - 20978: < 0.417202, -0.417202, 0.807394> - 20979: < 0.413777, -0.456900, 0.787421> - 20980: < 0.456900, -0.413777, 0.787421> - 20981: < 0.461239, -0.374961, 0.804154> - 20982: < 0.420500, -0.377345, 0.825100> - 20983: < 0.417202, -0.417202, 0.807394> - 20984: < 0.461239, -0.374961, 0.804154> - 20985: < 0.465202, -0.335801, 0.819039> - 20986: < 0.423577, -0.337391, 0.840684> - 20987: < 0.420500, -0.377345, 0.825100> - 20988: < 0.465202, -0.335801, 0.819039> - 20989: < 0.468770, -0.296339, 0.832128> - 20990: < 0.426323, -0.297287, 0.854324> - 20991: < 0.423577, -0.337391, 0.840684> - 20992: < 0.468770, -0.296339, 0.832128> - 20993: < 0.471888, -0.256606, 0.843490> - 20994: < 0.428698, -0.256999, 0.866124> - 20995: < 0.426323, -0.297287, 0.854324> - 20996: < 0.471888, -0.256606, 0.843490> - 20997: < 0.474515, -0.216413, 0.853230> - 20998: < 0.430657, -0.216320, 0.876208> - 20999: < 0.428698, -0.256999, 0.866124> - 21000: < 0.474515, -0.216413, 0.853230> - 21001: < 0.476614, -0.175453, 0.861426> - 21002: < 0.432149, -0.175026, 0.884654> - 21003: < 0.430657, -0.216320, 0.876208> - 21004: < 0.476614, -0.175453, 0.861426> - 21005: < 0.478208, -0.133553, 0.868033> - 21006: < 0.433281, -0.132911, 0.891405> - 21007: < 0.432149, -0.175026, 0.884654> - 21008: < 0.478208, -0.133553, 0.868033> - 21009: < 0.479307, -0.090429, 0.872976> - 21010: < 0.433981, -0.089787, 0.896437> - 21011: < 0.433281, -0.132911, 0.891405> - 21012: < 0.479307, -0.090429, 0.872976> - 21013: < 0.479951, -0.045871, 0.876095> - 21014: < 0.434379, -0.045443, 0.899583> - 21015: < 0.433981, -0.089787, 0.896437> - 21016: < 0.479951, -0.045871, 0.876095> - 21017: < 0.480182, 0.000000, 0.877169> - 21018: < 0.434509, 0.000000, 0.900667> - 21019: < 0.434379, -0.045443, 0.899583> - 21020: < 0.480182, 0.000000, 0.877169> - 21021: < 0.479951, 0.045871, 0.876095> - 21022: < 0.434379, 0.045443, 0.899583> - 21023: < 0.434509, 0.000000, 0.900667> - 21024: < 0.479951, 0.045871, 0.876095> - 21025: < 0.479307, 0.090429, 0.872976> - 21026: < 0.433981, 0.089787, 0.896437> - 21027: < 0.434379, 0.045443, 0.899583> - 21028: < 0.479307, 0.090429, 0.872976> - 21029: < 0.478208, 0.133553, 0.868033> - 21030: < 0.433281, 0.132911, 0.891405> - 21031: < 0.433981, 0.089787, 0.896437> - 21032: < 0.478208, 0.133553, 0.868033> - 21033: < 0.476614, 0.175453, 0.861426> - 21034: < 0.432149, 0.175026, 0.884654> - 21035: < 0.433281, 0.132911, 0.891405> - 21036: < 0.476614, 0.175453, 0.861426> - 21037: < 0.474515, 0.216413, 0.853230> - 21038: < 0.430657, 0.216320, 0.876208> - 21039: < 0.432149, 0.175026, 0.884654> - 21040: < 0.474515, 0.216413, 0.853230> - 21041: < 0.471888, 0.256606, 0.843490> - 21042: < 0.428698, 0.256999, 0.866124> - 21043: < 0.430657, 0.216320, 0.876208> - 21044: < 0.471888, 0.256606, 0.843490> - 21045: < 0.468770, 0.296339, 0.832128> - 21046: < 0.426323, 0.297287, 0.854324> - 21047: < 0.428698, 0.256999, 0.866124> - 21048: < 0.468770, 0.296339, 0.832128> - 21049: < 0.465202, 0.335801, 0.819039> - 21050: < 0.423577, 0.337391, 0.840684> - 21051: < 0.426323, 0.297287, 0.854324> - 21052: < 0.465202, 0.335801, 0.819039> - 21053: < 0.461239, 0.374961, 0.804154> - 21054: < 0.420500, 0.377345, 0.825100> - 21055: < 0.423577, 0.337391, 0.840684> - 21056: < 0.461239, 0.374961, 0.804154> - 21057: < 0.456900, 0.413777, 0.787421> - 21058: < 0.417202, 0.417202, 0.807394> - 21059: < 0.420500, 0.377345, 0.825100> - 21060: < 0.456900, 0.413777, 0.787421> - 21061: < 0.452290, 0.452290, 0.768679> - 21062: < 0.413777, 0.456900, 0.787421> - 21063: < 0.417202, 0.417202, 0.807394> - 21064: < 0.452290, 0.452290, 0.768679> - 21065: < 0.447593, 0.490534, 0.747688> - 21066: < 0.410392, 0.496395, 0.764964> - 21067: < 0.413777, 0.456900, 0.787421> - 21068: < 0.447593, 0.490534, 0.747688> - 21069: < 0.443145, 0.528478, 0.724109> - 21070: < 0.407307, 0.535518, 0.739812> - 21071: < 0.410392, 0.496395, 0.764964> - 21072: < 0.443145, 0.528478, 0.724109> - 21073: < 0.439475, 0.565794, 0.697667> - 21074: < 0.404839, 0.574008, 0.711772> - 21075: < 0.407307, 0.535518, 0.739812> - 21076: < 0.439475, 0.565794, 0.697667> - 21077: < 0.437036, 0.601963, 0.668312> - 21078: < 0.403223, 0.611427, 0.680859> - 21079: < 0.404839, 0.574008, 0.711772> - 21080: < 0.403223, -0.611427, 0.680859> - 21081: < 0.404839, -0.574008, 0.711772> - 21082: < 0.369188, -0.581661, 0.724825> - 21083: < 0.368246, -0.620305, 0.692544> - 21084: < 0.404839, -0.574008, 0.711772> - 21085: < 0.407307, -0.535518, 0.739812> - 21086: < 0.370721, -0.542028, 0.754169> - 21087: < 0.369188, -0.581661, 0.724825> - 21088: < 0.407307, -0.535518, 0.739812> - 21089: < 0.410392, -0.496395, 0.764964> - 21090: < 0.372705, -0.501802, 0.780568> - 21091: < 0.370721, -0.542028, 0.754169> - 21092: < 0.410392, -0.496395, 0.764964> - 21093: < 0.413777, -0.456900, 0.787421> - 21094: < 0.374961, -0.461239, 0.804154> - 21095: < 0.372705, -0.501802, 0.780568> - 21096: < 0.413777, -0.456900, 0.787421> - 21097: < 0.417202, -0.417202, 0.807394> - 21098: < 0.377345, -0.420500, 0.825100> - 21099: < 0.374961, -0.461239, 0.804154> - 21100: < 0.417202, -0.417202, 0.807394> - 21101: < 0.420500, -0.377345, 0.825100> - 21102: < 0.379751, -0.379751, 0.843551> - 21103: < 0.377345, -0.420500, 0.825100> - 21104: < 0.420500, -0.377345, 0.825100> - 21105: < 0.423577, -0.337391, 0.840684> - 21106: < 0.381976, -0.339005, 0.859750> - 21107: < 0.379751, -0.379751, 0.843551> - 21108: < 0.423577, -0.337391, 0.840684> - 21109: < 0.426323, -0.297287, 0.854324> - 21110: < 0.383986, -0.298259, 0.873840> - 21111: < 0.381976, -0.339005, 0.859750> - 21112: < 0.426323, -0.297287, 0.854324> - 21113: < 0.428698, -0.256999, 0.866124> - 21114: < 0.385664, -0.257364, 0.886018> - 21115: < 0.383986, -0.298259, 0.873840> - 21116: < 0.428698, -0.256999, 0.866124> - 21117: < 0.430657, -0.216320, 0.876208> - 21118: < 0.386985, -0.216199, 0.896382> - 21119: < 0.385664, -0.257364, 0.886018> - 21120: < 0.430657, -0.216320, 0.876208> - 21121: < 0.432149, -0.175026, 0.884654> - 21122: < 0.387965, -0.174541, 0.904997> - 21123: < 0.386985, -0.216199, 0.896382> - 21124: < 0.432149, -0.175026, 0.884654> - 21125: < 0.433281, -0.132911, 0.891405> - 21126: < 0.388632, -0.132240, 0.911854> - 21127: < 0.387965, -0.174541, 0.904997> - 21128: < 0.433281, -0.132911, 0.891405> - 21129: < 0.433981, -0.089787, 0.896437> - 21130: < 0.388998, -0.089116, 0.916918> - 21131: < 0.388632, -0.132240, 0.911854> - 21132: < 0.433981, -0.089787, 0.896437> - 21133: < 0.434379, -0.045443, 0.899583> - 21134: < 0.389180, -0.045016, 0.920061> - 21135: < 0.388998, -0.089116, 0.916918> - 21136: < 0.434379, -0.045443, 0.899583> - 21137: < 0.434509, 0.000000, 0.900667> - 21138: < 0.389244, 0.000000, 0.921135> - 21139: < 0.389180, -0.045016, 0.920061> - 21140: < 0.434509, 0.000000, 0.900667> - 21141: < 0.434379, 0.045443, 0.899583> - 21142: < 0.389180, 0.045016, 0.920061> - 21143: < 0.389244, 0.000000, 0.921135> - 21144: < 0.434379, 0.045443, 0.899583> - 21145: < 0.433981, 0.089787, 0.896437> - 21146: < 0.388998, 0.089116, 0.916918> - 21147: < 0.389180, 0.045016, 0.920061> - 21148: < 0.433981, 0.089787, 0.896437> - 21149: < 0.433281, 0.132911, 0.891405> - 21150: < 0.388632, 0.132240, 0.911854> - 21151: < 0.388998, 0.089116, 0.916918> - 21152: < 0.433281, 0.132911, 0.891405> - 21153: < 0.432149, 0.175026, 0.884654> - 21154: < 0.387965, 0.174541, 0.904997> - 21155: < 0.388632, 0.132240, 0.911854> - 21156: < 0.432149, 0.175026, 0.884654> - 21157: < 0.430657, 0.216320, 0.876208> - 21158: < 0.386985, 0.216199, 0.896382> - 21159: < 0.387965, 0.174541, 0.904997> - 21160: < 0.430657, 0.216320, 0.876208> - 21161: < 0.428698, 0.256999, 0.866124> - 21162: < 0.385664, 0.257364, 0.886018> - 21163: < 0.386985, 0.216199, 0.896382> - 21164: < 0.428698, 0.256999, 0.866124> - 21165: < 0.426323, 0.297287, 0.854324> - 21166: < 0.383989, 0.298231, 0.873848> - 21167: < 0.385664, 0.257364, 0.886018> - 21168: < 0.426323, 0.297287, 0.854324> - 21169: < 0.423577, 0.337391, 0.840684> - 21170: < 0.381976, 0.339005, 0.859750> - 21171: < 0.383989, 0.298231, 0.873848> - 21172: < 0.423577, 0.337391, 0.840684> - 21173: < 0.420500, 0.377345, 0.825100> - 21174: < 0.379751, 0.379751, 0.843551> - 21175: < 0.381976, 0.339005, 0.859750> - 21176: < 0.420500, 0.377345, 0.825100> - 21177: < 0.417202, 0.417202, 0.807394> - 21178: < 0.377345, 0.420500, 0.825100> - 21179: < 0.379751, 0.379751, 0.843551> - 21180: < 0.417202, 0.417202, 0.807394> - 21181: < 0.413777, 0.456900, 0.787421> - 21182: < 0.374961, 0.461239, 0.804154> - 21183: < 0.377345, 0.420500, 0.825100> - 21184: < 0.413777, 0.456900, 0.787421> - 21185: < 0.410392, 0.496395, 0.764964> - 21186: < 0.372705, 0.501802, 0.780568> - 21187: < 0.374961, 0.461239, 0.804154> - 21188: < 0.410392, 0.496395, 0.764964> - 21189: < 0.407307, 0.535518, 0.739812> - 21190: < 0.370721, 0.542028, 0.754169> - 21191: < 0.372705, 0.501802, 0.780568> - 21192: < 0.407307, 0.535518, 0.739812> - 21193: < 0.404839, 0.574008, 0.711772> - 21194: < 0.369188, 0.581661, 0.724825> - 21195: < 0.370721, 0.542028, 0.754169> - 21196: < 0.404839, 0.574008, 0.711772> - 21197: < 0.403223, 0.611427, 0.680859> - 21198: < 0.368246, 0.620305, 0.692544> - 21199: < 0.369188, 0.581661, 0.724825> - 21200: < 0.368246, -0.620305, 0.692544> - 21201: < 0.369188, -0.581661, 0.724825> - 21202: < 0.332170, -0.588744, 0.736915> - 21203: < 0.331652, -0.628603, 0.703467> - 21204: < 0.369188, -0.581661, 0.724825> - 21205: < 0.370721, -0.542028, 0.754169> - 21206: < 0.333090, -0.548009, 0.767292> - 21207: < 0.332170, -0.588744, 0.736915> - 21208: < 0.370721, -0.542028, 0.754169> - 21209: < 0.372705, -0.501802, 0.780568> - 21210: < 0.334310, -0.506745, 0.794636> - 21211: < 0.333090, -0.548009, 0.767292> - 21212: < 0.372705, -0.501802, 0.780568> - 21213: < 0.374961, -0.461239, 0.804154> - 21214: < 0.335801, -0.465202, 0.819039> - 21215: < 0.334310, -0.506745, 0.794636> - 21216: < 0.374961, -0.461239, 0.804154> - 21217: < 0.377345, -0.420500, 0.825100> - 21218: < 0.337391, -0.423577, 0.840684> - 21219: < 0.335801, -0.465202, 0.819039> - 21220: < 0.377345, -0.420500, 0.825100> - 21221: < 0.379751, -0.379751, 0.843551> - 21222: < 0.339005, -0.381976, 0.859750> - 21223: < 0.337391, -0.423577, 0.840684> - 21224: < 0.379751, -0.379751, 0.843551> - 21225: < 0.381976, -0.339005, 0.859750> - 21226: < 0.340503, -0.340503, 0.876422> - 21227: < 0.339005, -0.381976, 0.859750> - 21228: < 0.381976, -0.339005, 0.859750> - 21229: < 0.383986, -0.298259, 0.873840> - 21230: < 0.341811, -0.299085, 0.890906> - 21231: < 0.340503, -0.340503, 0.876422> - 21232: < 0.383986, -0.298259, 0.873840> - 21233: < 0.385664, -0.257364, 0.886018> - 21234: < 0.342852, -0.257643, 0.903367> - 21235: < 0.341811, -0.299085, 0.890906> - 21236: < 0.385664, -0.257364, 0.886018> - 21237: < 0.386985, -0.216199, 0.896382> - 21238: < 0.343582, -0.215982, 0.913949> - 21239: < 0.342852, -0.257643, 0.903367> - 21240: < 0.386985, -0.216199, 0.896382> - 21241: < 0.387965, -0.174541, 0.904997> - 21242: < 0.344072, -0.173989, 0.922682> - 21243: < 0.343582, -0.215982, 0.913949> - 21244: < 0.387965, -0.174541, 0.904997> - 21245: < 0.388632, -0.132240, 0.911854> - 21246: < 0.344322, -0.131509, 0.929596> - 21247: < 0.344072, -0.173989, 0.922682> - 21248: < 0.388632, -0.132240, 0.911854> - 21249: < 0.388998, -0.089116, 0.916918> - 21250: < 0.344408, -0.088414, 0.934648> - 21251: < 0.344322, -0.131509, 0.929596> - 21252: < 0.388998, -0.089116, 0.916918> - 21253: < 0.389180, -0.045016, 0.920061> - 21254: < 0.344409, -0.044558, 0.937762> - 21255: < 0.344408, -0.088414, 0.934648> - 21256: < 0.389180, -0.045016, 0.920061> - 21257: < 0.389244, 0.000000, 0.921135> - 21258: < 0.344405, 0.000000, 0.938821> - 21259: < 0.344409, -0.044558, 0.937762> - 21260: < 0.389244, 0.000000, 0.921135> - 21261: < 0.389180, 0.045016, 0.920061> - 21262: < 0.344409, 0.044558, 0.937762> - 21263: < 0.344405, 0.000000, 0.938821> - 21264: < 0.389180, 0.045016, 0.920061> - 21265: < 0.388998, 0.089116, 0.916918> - 21266: < 0.344408, 0.088414, 0.934648> - 21267: < 0.344409, 0.044558, 0.937762> - 21268: < 0.388998, 0.089116, 0.916918> - 21269: < 0.388632, 0.132240, 0.911854> - 21270: < 0.344322, 0.131509, 0.929596> - 21271: < 0.344408, 0.088414, 0.934648> - 21272: < 0.388632, 0.132240, 0.911854> - 21273: < 0.387965, 0.174541, 0.904997> - 21274: < 0.344072, 0.173989, 0.922682> - 21275: < 0.344322, 0.131509, 0.929596> - 21276: < 0.387965, 0.174541, 0.904997> - 21277: < 0.386985, 0.216199, 0.896382> - 21278: < 0.343582, 0.215982, 0.913949> - 21279: < 0.344072, 0.173989, 0.922682> - 21280: < 0.386985, 0.216199, 0.896382> - 21281: < 0.385664, 0.257364, 0.886018> - 21282: < 0.342852, 0.257643, 0.903367> - 21283: < 0.343582, 0.215982, 0.913949> - 21284: < 0.385664, 0.257364, 0.886018> - 21285: < 0.383989, 0.298231, 0.873848> - 21286: < 0.341811, 0.299085, 0.890906> - 21287: < 0.342852, 0.257643, 0.903367> - 21288: < 0.383989, 0.298231, 0.873848> - 21289: < 0.381976, 0.339005, 0.859750> - 21290: < 0.340503, 0.340503, 0.876422> - 21291: < 0.341811, 0.299085, 0.890906> - 21292: < 0.381976, 0.339005, 0.859750> - 21293: < 0.379751, 0.379751, 0.843551> - 21294: < 0.339005, 0.381976, 0.859750> - 21295: < 0.340503, 0.340503, 0.876422> - 21296: < 0.379751, 0.379751, 0.843551> - 21297: < 0.377345, 0.420500, 0.825100> - 21298: < 0.337391, 0.423577, 0.840684> - 21299: < 0.339005, 0.381976, 0.859750> - 21300: < 0.377345, 0.420500, 0.825100> - 21301: < 0.374961, 0.461239, 0.804154> - 21302: < 0.335801, 0.465202, 0.819039> - 21303: < 0.337391, 0.423577, 0.840684> - 21304: < 0.374961, 0.461239, 0.804154> - 21305: < 0.372705, 0.501802, 0.780568> - 21306: < 0.334337, 0.506740, 0.794627> - 21307: < 0.335801, 0.465202, 0.819039> - 21308: < 0.372705, 0.501802, 0.780568> - 21309: < 0.370721, 0.542028, 0.754169> - 21310: < 0.333090, 0.548009, 0.767292> - 21311: < 0.334337, 0.506740, 0.794627> - 21312: < 0.370721, 0.542028, 0.754169> - 21313: < 0.369188, 0.581661, 0.724825> - 21314: < 0.332170, 0.588744, 0.736915> - 21315: < 0.333090, 0.548009, 0.767292> - 21316: < 0.369188, 0.581661, 0.724825> - 21317: < 0.368246, 0.620305, 0.692544> - 21318: < 0.331652, 0.628603, 0.703467> - 21319: < 0.332170, 0.588744, 0.736915> - 21320: < 0.331652, -0.628603, 0.703467> - 21321: < 0.332170, -0.588744, 0.736915> - 21322: < 0.294207, -0.595158, 0.747816> - 21323: < 0.293904, -0.636150, 0.713396> - 21324: < 0.332170, -0.588744, 0.736915> - 21325: < 0.333090, -0.548009, 0.767292> - 21326: < 0.294729, -0.553415, 0.779017> - 21327: < 0.294207, -0.595158, 0.747816> - 21328: < 0.333090, -0.548009, 0.767292> - 21329: < 0.334310, -0.506745, 0.794636> - 21330: < 0.295457, -0.511198, 0.807082> - 21331: < 0.294729, -0.553415, 0.779017> - 21332: < 0.334310, -0.506745, 0.794636> - 21333: < 0.335801, -0.465202, 0.819039> - 21334: < 0.296339, -0.468770, 0.832128> - 21335: < 0.295457, -0.511198, 0.807082> - 21336: < 0.335801, -0.465202, 0.819039> - 21337: < 0.337391, -0.423577, 0.840684> - 21338: < 0.297287, -0.426323, 0.854324> - 21339: < 0.296339, -0.468770, 0.832128> - 21340: < 0.337391, -0.423577, 0.840684> - 21341: < 0.339005, -0.381976, 0.859750> - 21342: < 0.298231, -0.383989, 0.873848> - 21343: < 0.297287, -0.426323, 0.854324> - 21344: < 0.339005, -0.381976, 0.859750> - 21345: < 0.340503, -0.340503, 0.876422> - 21346: < 0.299085, -0.341811, 0.890906> - 21347: < 0.298231, -0.383989, 0.873848> - 21348: < 0.340503, -0.340503, 0.876422> - 21349: < 0.341811, -0.299085, 0.890906> - 21350: < 0.299762, -0.299762, 0.905696> - 21351: < 0.299085, -0.341811, 0.890906> - 21352: < 0.341811, -0.299085, 0.890906> - 21353: < 0.342852, -0.257643, 0.903367> - 21354: < 0.300219, -0.257736, 0.918390> - 21355: < 0.299762, -0.299762, 0.905696> - 21356: < 0.342852, -0.257643, 0.903367> - 21357: < 0.343582, -0.215982, 0.913949> - 21358: < 0.300461, -0.215649, 0.929096> - 21359: < 0.300219, -0.257736, 0.918390> - 21360: < 0.343582, -0.215982, 0.913949> - 21361: < 0.344072, -0.173989, 0.922682> - 21362: < 0.300496, -0.173351, 0.937897> - 21363: < 0.300461, -0.215649, 0.929096> - 21364: < 0.344072, -0.173989, 0.922682> - 21365: < 0.344322, -0.131509, 0.929596> - 21366: < 0.300427, -0.130743, 0.944802> - 21367: < 0.300496, -0.173351, 0.937897> - 21368: < 0.344322, -0.131509, 0.929596> - 21369: < 0.344408, -0.088414, 0.934648> - 21370: < 0.300248, -0.087712, 0.949820> - 21371: < 0.300427, -0.130743, 0.944802> - 21372: < 0.344408, -0.088414, 0.934648> - 21373: < 0.344409, -0.044558, 0.937762> - 21374: < 0.300092, -0.044130, 0.952889> - 21375: < 0.300248, -0.087712, 0.949820> - 21376: < 0.344409, -0.044558, 0.937762> - 21377: < 0.344405, 0.000000, 0.938821> - 21378: < 0.300059, 0.000000, 0.953921> - 21379: < 0.300092, -0.044130, 0.952889> - 21380: < 0.344405, 0.000000, 0.938821> - 21381: < 0.344409, 0.044558, 0.937762> - 21382: < 0.300092, 0.044130, 0.952889> - 21383: < 0.300059, 0.000000, 0.953921> - 21384: < 0.344409, 0.044558, 0.937762> - 21385: < 0.344408, 0.088414, 0.934648> - 21386: < 0.300248, 0.087712, 0.949820> - 21387: < 0.300092, 0.044130, 0.952889> - 21388: < 0.344408, 0.088414, 0.934648> - 21389: < 0.344322, 0.131509, 0.929596> - 21390: < 0.300427, 0.130743, 0.944802> - 21391: < 0.300248, 0.087712, 0.949820> - 21392: < 0.344322, 0.131509, 0.929596> - 21393: < 0.344072, 0.173989, 0.922682> - 21394: < 0.300496, 0.173351, 0.937897> - 21395: < 0.300427, 0.130743, 0.944802> - 21396: < 0.344072, 0.173989, 0.922682> - 21397: < 0.343582, 0.215982, 0.913949> - 21398: < 0.300461, 0.215649, 0.929096> - 21399: < 0.300496, 0.173351, 0.937897> - 21400: < 0.343582, 0.215982, 0.913949> - 21401: < 0.342852, 0.257643, 0.903367> - 21402: < 0.300219, 0.257736, 0.918390> - 21403: < 0.300461, 0.215649, 0.929096> - 21404: < 0.342852, 0.257643, 0.903367> - 21405: < 0.341811, 0.299085, 0.890906> - 21406: < 0.299762, 0.299762, 0.905696> - 21407: < 0.300219, 0.257736, 0.918390> - 21408: < 0.341811, 0.299085, 0.890906> - 21409: < 0.340503, 0.340503, 0.876422> - 21410: < 0.299085, 0.341811, 0.890906> - 21411: < 0.299762, 0.299762, 0.905696> - 21412: < 0.340503, 0.340503, 0.876422> - 21413: < 0.339005, 0.381976, 0.859750> - 21414: < 0.298259, 0.383986, 0.873840> - 21415: < 0.299085, 0.341811, 0.890906> - 21416: < 0.339005, 0.381976, 0.859750> - 21417: < 0.337391, 0.423577, 0.840684> - 21418: < 0.297287, 0.426323, 0.854324> - 21419: < 0.298259, 0.383986, 0.873840> - 21420: < 0.337391, 0.423577, 0.840684> - 21421: < 0.335801, 0.465202, 0.819039> - 21422: < 0.296339, 0.468770, 0.832128> - 21423: < 0.297287, 0.426323, 0.854324> - 21424: < 0.335801, 0.465202, 0.819039> - 21425: < 0.334337, 0.506740, 0.794627> - 21426: < 0.295457, 0.511198, 0.807082> - 21427: < 0.296339, 0.468770, 0.832128> - 21428: < 0.334337, 0.506740, 0.794627> - 21429: < 0.333090, 0.548009, 0.767292> - 21430: < 0.294729, 0.553415, 0.779017> - 21431: < 0.295457, 0.511198, 0.807082> - 21432: < 0.333090, 0.548009, 0.767292> - 21433: < 0.332170, 0.588744, 0.736915> - 21434: < 0.294207, 0.595158, 0.747816> - 21435: < 0.294729, 0.553415, 0.779017> - 21436: < 0.332170, 0.588744, 0.736915> - 21437: < 0.331652, 0.628603, 0.703467> - 21438: < 0.293904, 0.636150, 0.713396> - 21439: < 0.294207, 0.595158, 0.747816> - 21440: < 0.293904, -0.636150, 0.713396> - 21441: < 0.294207, -0.595158, 0.747816> - 21442: < 0.255750, -0.600829, 0.757361> - 21443: < 0.255632, -0.642833, 0.722093> - 21444: < 0.294207, -0.595158, 0.747816> - 21445: < 0.294729, -0.553415, 0.779017> - 21446: < 0.255937, -0.558172, 0.789266> - 21447: < 0.255750, -0.600829, 0.757361> - 21448: < 0.294729, -0.553415, 0.779017> - 21449: < 0.295457, -0.511198, 0.807082> - 21450: < 0.256243, -0.515110, 0.817925> - 21451: < 0.255937, -0.558172, 0.789266> - 21452: < 0.295457, -0.511198, 0.807082> - 21453: < 0.296339, -0.468770, 0.832128> - 21454: < 0.256606, -0.471888, 0.843490> - 21455: < 0.256243, -0.515110, 0.817925> - 21456: < 0.296339, -0.468770, 0.832128> - 21457: < 0.297287, -0.426323, 0.854324> - 21458: < 0.256999, -0.428698, 0.866124> - 21459: < 0.256606, -0.471888, 0.843490> - 21460: < 0.297287, -0.426323, 0.854324> - 21461: < 0.298231, -0.383989, 0.873848> - 21462: < 0.257364, -0.385664, 0.886018> - 21463: < 0.256999, -0.428698, 0.866124> - 21464: < 0.298231, -0.383989, 0.873848> - 21465: < 0.299085, -0.341811, 0.890906> - 21466: < 0.257643, -0.342852, 0.903367> - 21467: < 0.257364, -0.385664, 0.886018> - 21468: < 0.299085, -0.341811, 0.890906> - 21469: < 0.299762, -0.299762, 0.905696> - 21470: < 0.257736, -0.300219, 0.918390> - 21471: < 0.257643, -0.342852, 0.903367> - 21472: < 0.299762, -0.299762, 0.905696> - 21473: < 0.300219, -0.257736, 0.918390> - 21474: < 0.257702, -0.257702, 0.931225> - 21475: < 0.257736, -0.300219, 0.918390> - 21476: < 0.300219, -0.257736, 0.918390> - 21477: < 0.300461, -0.215649, 0.929096> - 21478: < 0.257519, -0.215220, 0.942000> - 21479: < 0.257702, -0.257702, 0.931225> - 21480: < 0.300461, -0.215649, 0.929096> - 21481: < 0.300496, -0.173351, 0.937897> - 21482: < 0.257217, -0.172679, 0.950800> - 21483: < 0.257519, -0.215220, 0.942000> - 21484: < 0.300496, -0.173351, 0.937897> - 21485: < 0.300427, -0.130743, 0.944802> - 21486: < 0.256880, -0.129981, 0.957663> - 21487: < 0.257217, -0.172679, 0.950800> - 21488: < 0.300427, -0.130743, 0.944802> - 21489: < 0.300248, -0.087712, 0.949820> - 21490: < 0.256544, -0.087041, 0.962605> - 21491: < 0.256880, -0.129981, 0.957663> - 21492: < 0.300248, -0.087712, 0.949820> - 21493: < 0.300092, -0.044130, 0.952889> - 21494: < 0.256267, -0.043703, 0.965618> - 21495: < 0.256544, -0.087041, 0.962605> - 21496: < 0.300092, -0.044130, 0.952889> - 21497: < 0.300059, 0.000000, 0.953921> - 21498: < 0.256177, 0.000000, 0.966630> - 21499: < 0.256267, -0.043703, 0.965618> - 21500: < 0.300059, 0.000000, 0.953921> - 21501: < 0.300092, 0.044130, 0.952889> - 21502: < 0.256267, 0.043703, 0.965618> - 21503: < 0.256177, 0.000000, 0.966630> - 21504: < 0.300092, 0.044130, 0.952889> - 21505: < 0.300248, 0.087712, 0.949820> - 21506: < 0.256544, 0.087041, 0.962605> - 21507: < 0.256267, 0.043703, 0.965618> - 21508: < 0.300248, 0.087712, 0.949820> - 21509: < 0.300427, 0.130743, 0.944802> - 21510: < 0.256880, 0.129981, 0.957663> - 21511: < 0.256544, 0.087041, 0.962605> - 21512: < 0.300427, 0.130743, 0.944802> - 21513: < 0.300496, 0.173351, 0.937897> - 21514: < 0.257217, 0.172679, 0.950800> - 21515: < 0.256880, 0.129981, 0.957663> - 21516: < 0.300496, 0.173351, 0.937897> - 21517: < 0.300461, 0.215649, 0.929096> - 21518: < 0.257519, 0.215220, 0.942000> - 21519: < 0.257217, 0.172679, 0.950800> - 21520: < 0.300461, 0.215649, 0.929096> - 21521: < 0.300219, 0.257736, 0.918390> - 21522: < 0.257702, 0.257702, 0.931225> - 21523: < 0.257519, 0.215220, 0.942000> - 21524: < 0.300219, 0.257736, 0.918390> - 21525: < 0.299762, 0.299762, 0.905696> - 21526: < 0.257736, 0.300219, 0.918390> - 21527: < 0.257702, 0.257702, 0.931225> - 21528: < 0.299762, 0.299762, 0.905696> - 21529: < 0.299085, 0.341811, 0.890906> - 21530: < 0.257643, 0.342852, 0.903367> - 21531: < 0.257736, 0.300219, 0.918390> - 21532: < 0.299085, 0.341811, 0.890906> - 21533: < 0.298259, 0.383986, 0.873840> - 21534: < 0.257364, 0.385664, 0.886018> - 21535: < 0.257643, 0.342852, 0.903367> - 21536: < 0.298259, 0.383986, 0.873840> - 21537: < 0.297287, 0.426323, 0.854324> - 21538: < 0.256999, 0.428698, 0.866124> - 21539: < 0.257364, 0.385664, 0.886018> - 21540: < 0.297287, 0.426323, 0.854324> - 21541: < 0.296339, 0.468770, 0.832128> - 21542: < 0.256606, 0.471888, 0.843490> - 21543: < 0.256999, 0.428698, 0.866124> - 21544: < 0.296339, 0.468770, 0.832128> - 21545: < 0.295457, 0.511198, 0.807082> - 21546: < 0.256243, 0.515110, 0.817925> - 21547: < 0.256606, 0.471888, 0.843490> - 21548: < 0.295457, 0.511198, 0.807082> - 21549: < 0.294729, 0.553415, 0.779017> - 21550: < 0.255937, 0.558172, 0.789266> - 21551: < 0.256243, 0.515110, 0.817925> - 21552: < 0.294729, 0.553415, 0.779017> - 21553: < 0.294207, 0.595158, 0.747816> - 21554: < 0.255750, 0.600829, 0.757361> - 21555: < 0.255937, 0.558172, 0.789266> - 21556: < 0.294207, 0.595158, 0.747816> - 21557: < 0.293904, 0.636150, 0.713396> - 21558: < 0.255632, 0.642833, 0.722093> - 21559: < 0.255750, 0.600829, 0.757361> - 21560: < 0.255632, -0.642833, 0.722093> - 21561: < 0.255750, -0.600829, 0.757361> - 21562: < 0.216596, -0.605748, 0.765608> - 21563: < 0.216656, -0.648624, 0.729622> - 21564: < 0.255750, -0.600829, 0.757361> - 21565: < 0.255937, -0.558172, 0.789266> - 21566: < 0.216534, -0.562257, 0.798110> - 21567: < 0.216596, -0.605748, 0.765608> - 21568: < 0.255937, -0.558172, 0.789266> - 21569: < 0.256243, -0.515110, 0.817925> - 21570: < 0.216475, -0.518435, 0.827263> - 21571: < 0.216534, -0.562257, 0.798110> - 21572: < 0.256243, -0.515110, 0.817925> - 21573: < 0.256606, -0.471888, 0.843490> - 21574: < 0.216413, -0.474515, 0.853230> - 21575: < 0.216475, -0.518435, 0.827263> - 21576: < 0.256606, -0.471888, 0.843490> - 21577: < 0.256999, -0.428698, 0.866124> - 21578: < 0.216320, -0.430657, 0.876208> - 21579: < 0.216413, -0.474515, 0.853230> - 21580: < 0.256999, -0.428698, 0.866124> - 21581: < 0.257364, -0.385664, 0.886018> - 21582: < 0.216199, -0.386985, 0.896382> - 21583: < 0.216320, -0.430657, 0.876208> - 21584: < 0.257364, -0.385664, 0.886018> - 21585: < 0.257643, -0.342852, 0.903367> - 21586: < 0.215982, -0.343582, 0.913949> - 21587: < 0.216199, -0.386985, 0.896382> - 21588: < 0.257643, -0.342852, 0.903367> - 21589: < 0.257736, -0.300219, 0.918390> - 21590: < 0.215649, -0.300461, 0.929096> - 21591: < 0.215982, -0.343582, 0.913949> - 21592: < 0.257736, -0.300219, 0.918390> - 21593: < 0.257702, -0.257702, 0.931225> - 21594: < 0.215220, -0.257519, 0.942000> - 21595: < 0.215649, -0.300461, 0.929096> - 21596: < 0.257702, -0.257702, 0.931225> - 21597: < 0.257519, -0.215220, 0.942000> - 21598: < 0.214732, -0.214732, 0.952775> - 21599: < 0.215220, -0.257519, 0.942000> - 21600: < 0.257519, -0.215220, 0.942000> - 21601: < 0.257217, -0.172679, 0.950800> - 21602: < 0.214182, -0.172005, 0.961530> - 21603: < 0.214732, -0.214732, 0.952775> - 21604: < 0.257217, -0.172679, 0.950800> - 21605: < 0.256880, -0.129981, 0.957663> - 21606: < 0.213666, -0.129250, 0.968319> - 21607: < 0.214182, -0.172005, 0.961530> - 21608: < 0.256880, -0.129981, 0.957663> - 21609: < 0.256544, -0.087041, 0.962605> - 21610: < 0.213204, -0.086398, 0.973180> - 21611: < 0.213666, -0.129250, 0.968319> - 21612: < 0.256544, -0.087041, 0.962605> - 21613: < 0.256267, -0.043703, 0.965618> - 21614: < 0.212870, -0.043306, 0.976120> - 21615: < 0.213204, -0.086398, 0.973180> - 21616: < 0.256267, -0.043703, 0.965618> - 21617: < 0.256177, 0.000000, 0.966630> - 21618: < 0.212750, 0.000000, 0.977107> - 21619: < 0.212870, -0.043306, 0.976120> - 21620: < 0.256177, 0.000000, 0.966630> - 21621: < 0.256267, 0.043703, 0.965618> - 21622: < 0.212870, 0.043306, 0.976120> - 21623: < 0.212750, 0.000000, 0.977107> - 21624: < 0.256267, 0.043703, 0.965618> - 21625: < 0.256544, 0.087041, 0.962605> - 21626: < 0.213204, 0.086398, 0.973180> - 21627: < 0.212870, 0.043306, 0.976120> - 21628: < 0.256544, 0.087041, 0.962605> - 21629: < 0.256880, 0.129981, 0.957663> - 21630: < 0.213666, 0.129250, 0.968319> - 21631: < 0.213204, 0.086398, 0.973180> - 21632: < 0.256880, 0.129981, 0.957663> - 21633: < 0.257217, 0.172679, 0.950800> - 21634: < 0.214182, 0.172005, 0.961530> - 21635: < 0.213666, 0.129250, 0.968319> - 21636: < 0.257217, 0.172679, 0.950800> - 21637: < 0.257519, 0.215220, 0.942000> - 21638: < 0.214732, 0.214732, 0.952775> - 21639: < 0.214182, 0.172005, 0.961530> - 21640: < 0.257519, 0.215220, 0.942000> - 21641: < 0.257702, 0.257702, 0.931225> - 21642: < 0.215220, 0.257519, 0.942000> - 21643: < 0.214732, 0.214732, 0.952775> - 21644: < 0.257702, 0.257702, 0.931225> - 21645: < 0.257736, 0.300219, 0.918390> - 21646: < 0.215649, 0.300461, 0.929096> - 21647: < 0.215220, 0.257519, 0.942000> - 21648: < 0.257736, 0.300219, 0.918390> - 21649: < 0.257643, 0.342852, 0.903367> - 21650: < 0.215982, 0.343582, 0.913949> - 21651: < 0.215649, 0.300461, 0.929096> - 21652: < 0.257643, 0.342852, 0.903367> - 21653: < 0.257364, 0.385664, 0.886018> - 21654: < 0.216199, 0.386985, 0.896382> - 21655: < 0.215982, 0.343582, 0.913949> - 21656: < 0.257364, 0.385664, 0.886018> - 21657: < 0.256999, 0.428698, 0.866124> - 21658: < 0.216320, 0.430657, 0.876208> - 21659: < 0.216199, 0.386985, 0.896382> - 21660: < 0.256999, 0.428698, 0.866124> - 21661: < 0.256606, 0.471888, 0.843490> - 21662: < 0.216413, 0.474515, 0.853230> - 21663: < 0.216320, 0.430657, 0.876208> - 21664: < 0.256606, 0.471888, 0.843490> - 21665: < 0.256243, 0.515110, 0.817925> - 21666: < 0.216475, 0.518435, 0.827263> - 21667: < 0.216413, 0.474515, 0.853230> - 21668: < 0.256243, 0.515110, 0.817925> - 21669: < 0.255937, 0.558172, 0.789266> - 21670: < 0.216534, 0.562257, 0.798110> - 21671: < 0.216475, 0.518435, 0.827263> - 21672: < 0.255937, 0.558172, 0.789266> - 21673: < 0.255750, 0.600829, 0.757361> - 21674: < 0.216596, 0.605748, 0.765608> - 21675: < 0.216534, 0.562257, 0.798110> - 21676: < 0.255750, 0.600829, 0.757361> - 21677: < 0.255632, 0.642833, 0.722093> - 21678: < 0.216660, 0.648606, 0.729636> - 21679: < 0.216596, 0.605748, 0.765608> - 21680: < 0.216656, -0.648624, 0.729622> - 21681: < 0.216596, -0.605748, 0.765608> - 21682: < 0.176461, -0.609892, 0.772589> - 21683: < 0.176644, -0.653502, 0.736025> - 21684: < 0.216596, -0.605748, 0.765608> - 21685: < 0.216534, -0.562257, 0.798110> - 21686: < 0.176188, -0.565675, 0.805587> - 21687: < 0.176461, -0.609892, 0.772589> - 21688: < 0.216534, -0.562257, 0.798110> - 21689: < 0.216475, -0.518435, 0.827263> - 21690: < 0.175853, -0.521180, 0.835133> - 21691: < 0.176188, -0.565675, 0.805587> - 21692: < 0.216475, -0.518435, 0.827263> - 21693: < 0.216413, -0.474515, 0.853230> - 21694: < 0.175453, -0.476614, 0.861426> - 21695: < 0.175853, -0.521180, 0.835133> - 21696: < 0.216413, -0.474515, 0.853230> - 21697: < 0.216320, -0.430657, 0.876208> - 21698: < 0.175026, -0.432149, 0.884654> - 21699: < 0.175453, -0.476614, 0.861426> - 21700: < 0.216320, -0.430657, 0.876208> - 21701: < 0.216199, -0.386985, 0.896382> - 21702: < 0.174541, -0.387965, 0.904997> - 21703: < 0.175026, -0.432149, 0.884654> - 21704: < 0.216199, -0.386985, 0.896382> - 21705: < 0.215982, -0.343582, 0.913949> - 21706: < 0.173989, -0.344072, 0.922682> - 21707: < 0.174541, -0.387965, 0.904997> - 21708: < 0.215982, -0.343582, 0.913949> - 21709: < 0.215649, -0.300461, 0.929096> - 21710: < 0.173351, -0.300496, 0.937897> - 21711: < 0.173989, -0.344072, 0.922682> - 21712: < 0.215649, -0.300461, 0.929096> - 21713: < 0.215220, -0.257519, 0.942000> - 21714: < 0.172679, -0.257217, 0.950800> - 21715: < 0.173351, -0.300496, 0.937897> - 21716: < 0.215220, -0.257519, 0.942000> - 21717: < 0.214732, -0.214732, 0.952775> - 21718: < 0.172005, -0.214182, 0.961530> - 21719: < 0.172679, -0.257217, 0.950800> - 21720: < 0.214732, -0.214732, 0.952775> - 21721: < 0.214182, -0.172005, 0.961530> - 21722: < 0.171305, -0.171305, 0.970211> - 21723: < 0.172005, -0.214182, 0.961530> - 21724: < 0.214182, -0.172005, 0.961530> - 21725: < 0.213666, -0.129250, 0.968319> - 21726: < 0.170691, -0.128545, 0.976904> - 21727: < 0.171305, -0.171305, 0.970211> - 21728: < 0.213666, -0.129250, 0.968319> - 21729: < 0.213204, -0.086398, 0.973180> - 21730: < 0.170203, -0.085788, 0.981668> - 21731: < 0.170691, -0.128545, 0.976904> - 21732: < 0.213204, -0.086398, 0.973180> - 21733: < 0.212870, -0.043306, 0.976120> - 21734: < 0.169837, -0.042970, 0.984535> - 21735: < 0.170203, -0.085788, 0.981668> - 21736: < 0.212870, -0.043306, 0.976120> - 21737: < 0.212750, 0.000000, 0.977107> - 21738: < 0.169746, 0.000000, 0.985488> - 21739: < 0.169837, -0.042970, 0.984535> - 21740: < 0.212750, 0.000000, 0.977107> - 21741: < 0.212870, 0.043306, 0.976120> - 21742: < 0.169837, 0.042970, 0.984535> - 21743: < 0.169746, 0.000000, 0.985488> - 21744: < 0.212870, 0.043306, 0.976120> - 21745: < 0.213204, 0.086398, 0.973180> - 21746: < 0.170203, 0.085788, 0.981668> - 21747: < 0.169837, 0.042970, 0.984535> - 21748: < 0.213204, 0.086398, 0.973180> - 21749: < 0.213666, 0.129250, 0.968319> - 21750: < 0.170691, 0.128545, 0.976904> - 21751: < 0.170203, 0.085788, 0.981668> - 21752: < 0.213666, 0.129250, 0.968319> - 21753: < 0.214182, 0.172005, 0.961530> - 21754: < 0.171305, 0.171305, 0.970211> - 21755: < 0.170691, 0.128545, 0.976904> - 21756: < 0.214182, 0.172005, 0.961530> - 21757: < 0.214732, 0.214732, 0.952775> - 21758: < 0.172005, 0.214182, 0.961530> - 21759: < 0.171305, 0.171305, 0.970211> - 21760: < 0.214732, 0.214732, 0.952775> - 21761: < 0.215220, 0.257519, 0.942000> - 21762: < 0.172679, 0.257217, 0.950800> - 21763: < 0.172005, 0.214182, 0.961530> - 21764: < 0.215220, 0.257519, 0.942000> - 21765: < 0.215649, 0.300461, 0.929096> - 21766: < 0.173351, 0.300496, 0.937897> - 21767: < 0.172679, 0.257217, 0.950800> - 21768: < 0.215649, 0.300461, 0.929096> - 21769: < 0.215982, 0.343582, 0.913949> - 21770: < 0.173989, 0.344072, 0.922682> - 21771: < 0.173351, 0.300496, 0.937897> - 21772: < 0.215982, 0.343582, 0.913949> - 21773: < 0.216199, 0.386985, 0.896382> - 21774: < 0.174541, 0.387965, 0.904997> - 21775: < 0.173989, 0.344072, 0.922682> - 21776: < 0.216199, 0.386985, 0.896382> - 21777: < 0.216320, 0.430657, 0.876208> - 21778: < 0.175026, 0.432149, 0.884654> - 21779: < 0.174541, 0.387965, 0.904997> - 21780: < 0.216320, 0.430657, 0.876208> - 21781: < 0.216413, 0.474515, 0.853230> - 21782: < 0.175453, 0.476614, 0.861426> - 21783: < 0.175026, 0.432149, 0.884654> - 21784: < 0.216413, 0.474515, 0.853230> - 21785: < 0.216475, 0.518435, 0.827263> - 21786: < 0.175853, 0.521180, 0.835133> - 21787: < 0.175453, 0.476614, 0.861426> - 21788: < 0.216475, 0.518435, 0.827263> - 21789: < 0.216534, 0.562257, 0.798110> - 21790: < 0.176188, 0.565675, 0.805587> - 21791: < 0.175853, 0.521180, 0.835133> - 21792: < 0.216534, 0.562257, 0.798110> - 21793: < 0.216596, 0.605748, 0.765608> - 21794: < 0.176461, 0.609892, 0.772589> - 21795: < 0.176188, 0.565675, 0.805587> - 21796: < 0.216596, 0.605748, 0.765608> - 21797: < 0.216660, 0.648606, 0.729636> - 21798: < 0.176644, 0.653502, 0.736025> - 21799: < 0.176461, 0.609892, 0.772589> - 21800: < 0.176644, -0.653502, 0.736025> - 21801: < 0.176461, -0.609892, 0.772589> - 21802: < 0.134985, -0.613218, 0.778295> - 21803: < 0.135260, -0.657468, 0.741243> - 21804: < 0.176461, -0.609892, 0.772589> - 21805: < 0.176188, -0.565675, 0.805587> - 21806: < 0.134618, -0.568382, 0.811677> - 21807: < 0.134985, -0.613218, 0.778295> - 21808: < 0.176188, -0.565675, 0.805587> - 21809: < 0.175853, -0.521180, 0.835133> - 21810: < 0.134100, -0.523307, 0.841527> - 21811: < 0.134618, -0.568382, 0.811677> - 21812: < 0.175853, -0.521180, 0.835133> - 21813: < 0.175453, -0.476614, 0.861426> - 21814: < 0.133553, -0.478208, 0.868033> - 21815: < 0.134100, -0.523307, 0.841527> - 21816: < 0.175453, -0.476614, 0.861426> - 21817: < 0.175026, -0.432149, 0.884654> - 21818: < 0.132911, -0.433281, 0.891405> - 21819: < 0.133553, -0.478208, 0.868033> - 21820: < 0.175026, -0.432149, 0.884654> - 21821: < 0.174541, -0.387965, 0.904997> - 21822: < 0.132240, -0.388632, 0.911854> - 21823: < 0.132911, -0.433281, 0.891405> - 21824: < 0.174541, -0.387965, 0.904997> - 21825: < 0.173989, -0.344072, 0.922682> - 21826: < 0.131509, -0.344322, 0.929596> - 21827: < 0.132240, -0.388632, 0.911854> - 21828: < 0.173989, -0.344072, 0.922682> - 21829: < 0.173351, -0.300496, 0.937897> - 21830: < 0.130743, -0.300427, 0.944802> - 21831: < 0.131509, -0.344322, 0.929596> - 21832: < 0.173351, -0.300496, 0.937897> - 21833: < 0.172679, -0.257217, 0.950800> - 21834: < 0.129981, -0.256880, 0.957663> - 21835: < 0.130743, -0.300427, 0.944802> - 21836: < 0.172679, -0.257217, 0.950800> - 21837: < 0.172005, -0.214182, 0.961530> - 21838: < 0.129250, -0.213666, 0.968319> - 21839: < 0.129981, -0.256880, 0.957663> - 21840: < 0.172005, -0.214182, 0.961530> - 21841: < 0.171305, -0.171305, 0.970211> - 21842: < 0.128545, -0.170691, 0.976904> - 21843: < 0.129250, -0.213666, 0.968319> - 21844: < 0.171305, -0.171305, 0.970211> - 21845: < 0.170691, -0.128545, 0.976904> - 21846: < 0.127935, -0.127935, 0.983497> - 21847: < 0.128545, -0.170691, 0.976904> - 21848: < 0.170691, -0.128545, 0.976904> - 21849: < 0.170203, -0.085788, 0.981668> - 21850: < 0.127447, -0.085300, 0.988171> - 21851: < 0.127935, -0.127935, 0.983497> - 21852: < 0.170203, -0.085788, 0.981668> - 21853: < 0.169837, -0.042970, 0.984535> - 21854: < 0.127144, -0.042666, 0.990966> - 21855: < 0.127447, -0.085300, 0.988171> - 21856: < 0.169837, -0.042970, 0.984535> - 21857: < 0.169746, 0.000000, 0.985488> - 21858: < 0.127020, 0.000000, 0.991900> - 21859: < 0.127144, -0.042666, 0.990966> - 21860: < 0.169746, 0.000000, 0.985488> - 21861: < 0.169837, 0.042970, 0.984535> - 21862: < 0.127144, 0.042666, 0.990966> - 21863: < 0.127020, 0.000000, 0.991900> - 21864: < 0.169837, 0.042970, 0.984535> - 21865: < 0.170203, 0.085788, 0.981668> - 21866: < 0.127447, 0.085300, 0.988171> - 21867: < 0.127144, 0.042666, 0.990966> - 21868: < 0.170203, 0.085788, 0.981668> - 21869: < 0.170691, 0.128545, 0.976904> - 21870: < 0.127935, 0.127935, 0.983497> - 21871: < 0.127447, 0.085300, 0.988171> - 21872: < 0.170691, 0.128545, 0.976904> - 21873: < 0.171305, 0.171305, 0.970211> - 21874: < 0.128545, 0.170691, 0.976904> - 21875: < 0.127935, 0.127935, 0.983497> - 21876: < 0.171305, 0.171305, 0.970211> - 21877: < 0.172005, 0.214182, 0.961530> - 21878: < 0.129250, 0.213666, 0.968319> - 21879: < 0.128545, 0.170691, 0.976904> - 21880: < 0.172005, 0.214182, 0.961530> - 21881: < 0.172679, 0.257217, 0.950800> - 21882: < 0.129981, 0.256880, 0.957663> - 21883: < 0.129250, 0.213666, 0.968319> - 21884: < 0.172679, 0.257217, 0.950800> - 21885: < 0.173351, 0.300496, 0.937897> - 21886: < 0.130743, 0.300427, 0.944802> - 21887: < 0.129981, 0.256880, 0.957663> - 21888: < 0.173351, 0.300496, 0.937897> - 21889: < 0.173989, 0.344072, 0.922682> - 21890: < 0.131509, 0.344322, 0.929596> - 21891: < 0.130743, 0.300427, 0.944802> - 21892: < 0.173989, 0.344072, 0.922682> - 21893: < 0.174541, 0.387965, 0.904997> - 21894: < 0.132240, 0.388632, 0.911854> - 21895: < 0.131509, 0.344322, 0.929596> - 21896: < 0.174541, 0.387965, 0.904997> - 21897: < 0.175026, 0.432149, 0.884654> - 21898: < 0.132913, 0.433256, 0.891416> - 21899: < 0.132240, 0.388632, 0.911854> - 21900: < 0.175026, 0.432149, 0.884654> - 21901: < 0.175453, 0.476614, 0.861426> - 21902: < 0.133553, 0.478208, 0.868033> - 21903: < 0.132913, 0.433256, 0.891416> - 21904: < 0.175453, 0.476614, 0.861426> - 21905: < 0.175853, 0.521180, 0.835133> - 21906: < 0.134100, 0.523307, 0.841527> - 21907: < 0.133553, 0.478208, 0.868033> - 21908: < 0.175853, 0.521180, 0.835133> - 21909: < 0.176188, 0.565675, 0.805587> - 21910: < 0.134618, 0.568382, 0.811677> - 21911: < 0.134100, 0.523307, 0.841527> - 21912: < 0.176188, 0.565675, 0.805587> - 21913: < 0.176461, 0.609892, 0.772589> - 21914: < 0.135018, 0.613196, 0.778306> - 21915: < 0.134618, 0.568382, 0.811677> - 21916: < 0.176461, 0.609892, 0.772589> - 21917: < 0.176644, 0.653502, 0.736025> - 21918: < 0.135260, 0.657468, 0.741243> - 21919: < 0.135018, 0.613196, 0.778306> - 21920: < 0.135260, -0.657468, 0.741243> - 21921: < 0.134985, -0.613218, 0.778295> - 21922: < 0.091894, -0.615697, 0.782607> - 21923: < 0.092137, -0.660463, 0.745184> - 21924: < 0.134985, -0.613218, 0.778295> - 21925: < 0.134618, -0.568382, 0.811677> - 21926: < 0.091497, -0.570377, 0.816271> - 21927: < 0.091894, -0.615697, 0.782607> - 21928: < 0.134618, -0.568382, 0.811677> - 21929: < 0.134100, -0.523307, 0.841527> - 21930: < 0.091008, -0.524836, 0.846324> - 21931: < 0.091497, -0.570377, 0.816271> - 21932: < 0.134100, -0.523307, 0.841527> - 21933: < 0.133553, -0.478208, 0.868033> - 21934: < 0.090429, -0.479307, 0.872976> - 21935: < 0.091008, -0.524836, 0.846324> - 21936: < 0.133553, -0.478208, 0.868033> - 21937: < 0.132911, -0.433281, 0.891405> - 21938: < 0.089787, -0.433981, 0.896437> - 21939: < 0.090429, -0.479307, 0.872976> - 21940: < 0.132911, -0.433281, 0.891405> - 21941: < 0.132240, -0.388632, 0.911854> - 21942: < 0.089116, -0.388998, 0.916918> - 21943: < 0.089787, -0.433981, 0.896437> - 21944: < 0.132240, -0.388632, 0.911854> - 21945: < 0.131509, -0.344322, 0.929596> - 21946: < 0.088414, -0.344408, 0.934648> - 21947: < 0.089116, -0.388998, 0.916918> - 21948: < 0.131509, -0.344322, 0.929596> - 21949: < 0.130743, -0.300427, 0.944802> - 21950: < 0.087712, -0.300248, 0.949820> - 21951: < 0.088414, -0.344408, 0.934648> - 21952: < 0.130743, -0.300427, 0.944802> - 21953: < 0.129981, -0.256880, 0.957663> - 21954: < 0.087041, -0.256544, 0.962605> - 21955: < 0.087712, -0.300248, 0.949820> - 21956: < 0.129981, -0.256880, 0.957663> - 21957: < 0.129250, -0.213666, 0.968319> - 21958: < 0.086398, -0.213204, 0.973180> - 21959: < 0.087041, -0.256544, 0.962605> - 21960: < 0.129250, -0.213666, 0.968319> - 21961: < 0.128545, -0.170691, 0.976904> - 21962: < 0.085788, -0.170203, 0.981668> - 21963: < 0.086398, -0.213204, 0.973180> - 21964: < 0.128545, -0.170691, 0.976904> - 21965: < 0.127935, -0.127935, 0.983497> - 21966: < 0.085300, -0.127447, 0.988171> - 21967: < 0.085788, -0.170203, 0.981668> - 21968: < 0.127935, -0.127935, 0.983497> - 21969: < 0.127447, -0.085300, 0.988171> - 21970: < 0.084905, -0.084905, 0.992765> - 21971: < 0.085300, -0.127447, 0.988171> - 21972: < 0.127447, -0.085300, 0.988171> - 21973: < 0.127144, -0.042666, 0.990966> - 21974: < 0.084660, -0.042452, 0.995505> - 21975: < 0.084905, -0.084905, 0.992765> - 21976: < 0.127144, -0.042666, 0.990966> - 21977: < 0.127020, 0.000000, 0.991900> - 21978: < 0.084568, 0.000000, 0.996418> - 21979: < 0.084660, -0.042452, 0.995505> - 21980: < 0.127020, 0.000000, 0.991900> - 21981: < 0.127144, 0.042666, 0.990966> - 21982: < 0.084660, 0.042452, 0.995505> - 21983: < 0.084568, 0.000000, 0.996418> - 21984: < 0.127144, 0.042666, 0.990966> - 21985: < 0.127447, 0.085300, 0.988171> - 21986: < 0.084905, 0.084905, 0.992765> - 21987: < 0.084660, 0.042452, 0.995505> - 21988: < 0.127447, 0.085300, 0.988171> - 21989: < 0.127935, 0.127935, 0.983497> - 21990: < 0.085300, 0.127447, 0.988171> - 21991: < 0.084905, 0.084905, 0.992765> - 21992: < 0.127935, 0.127935, 0.983497> - 21993: < 0.128545, 0.170691, 0.976904> - 21994: < 0.085788, 0.170203, 0.981668> - 21995: < 0.085300, 0.127447, 0.988171> - 21996: < 0.128545, 0.170691, 0.976904> - 21997: < 0.129250, 0.213666, 0.968319> - 21998: < 0.086398, 0.213204, 0.973180> - 21999: < 0.085788, 0.170203, 0.981668> - 22000: < 0.129250, 0.213666, 0.968319> - 22001: < 0.129981, 0.256880, 0.957663> - 22002: < 0.087041, 0.256544, 0.962605> - 22003: < 0.086398, 0.213204, 0.973180> - 22004: < 0.129981, 0.256880, 0.957663> - 22005: < 0.130743, 0.300427, 0.944802> - 22006: < 0.087712, 0.300248, 0.949820> - 22007: < 0.087041, 0.256544, 0.962605> - 22008: < 0.130743, 0.300427, 0.944802> - 22009: < 0.131509, 0.344322, 0.929596> - 22010: < 0.088414, 0.344408, 0.934648> - 22011: < 0.087712, 0.300248, 0.949820> - 22012: < 0.131509, 0.344322, 0.929596> - 22013: < 0.132240, 0.388632, 0.911854> - 22014: < 0.089116, 0.388998, 0.916918> - 22015: < 0.088414, 0.344408, 0.934648> - 22016: < 0.132240, 0.388632, 0.911854> - 22017: < 0.132913, 0.433256, 0.891416> - 22018: < 0.089787, 0.433981, 0.896437> - 22019: < 0.089116, 0.388998, 0.916918> - 22020: < 0.132913, 0.433256, 0.891416> - 22021: < 0.133553, 0.478208, 0.868033> - 22022: < 0.090429, 0.479307, 0.872976> - 22023: < 0.089787, 0.433981, 0.896437> - 22024: < 0.133553, 0.478208, 0.868033> - 22025: < 0.134100, 0.523307, 0.841527> - 22026: < 0.091008, 0.524836, 0.846324> - 22027: < 0.090429, 0.479307, 0.872976> - 22028: < 0.134100, 0.523307, 0.841527> - 22029: < 0.134618, 0.568382, 0.811677> - 22030: < 0.091497, 0.570377, 0.816271> - 22031: < 0.091008, 0.524836, 0.846324> - 22032: < 0.134618, 0.568382, 0.811677> - 22033: < 0.135018, 0.613196, 0.778306> - 22034: < 0.091894, 0.615697, 0.782607> - 22035: < 0.091497, 0.570377, 0.816271> - 22036: < 0.135018, 0.613196, 0.778306> - 22037: < 0.135260, 0.657468, 0.741243> - 22038: < 0.092137, 0.660463, 0.745184> - 22039: < 0.091894, 0.615697, 0.782607> - 22040: < 0.092137, -0.660463, 0.745184> - 22041: < 0.091894, -0.615697, 0.782607> - 22042: < 0.046847, -0.617246, 0.785375> - 22043: < 0.046999, -0.662354, 0.747715> - 22044: < 0.091894, -0.615697, 0.782607> - 22045: < 0.091497, -0.570377, 0.816271> - 22046: < 0.046573, -0.571602, 0.819208> - 22047: < 0.046847, -0.617246, 0.785375> - 22048: < 0.091497, -0.570377, 0.816271> - 22049: < 0.091008, -0.524836, 0.846324> - 22050: < 0.046267, -0.525753, 0.849378> - 22051: < 0.046573, -0.571602, 0.819208> - 22052: < 0.091008, -0.524836, 0.846324> - 22053: < 0.090429, -0.479307, 0.872976> - 22054: < 0.045871, -0.479951, 0.876095> - 22055: < 0.046267, -0.525753, 0.849378> - 22056: < 0.090429, -0.479307, 0.872976> - 22057: < 0.089787, -0.433981, 0.896437> - 22058: < 0.045443, -0.434379, 0.899583> - 22059: < 0.045871, -0.479951, 0.876095> - 22060: < 0.089787, -0.433981, 0.896437> - 22061: < 0.089116, -0.388998, 0.916918> - 22062: < 0.045016, -0.389180, 0.920061> - 22063: < 0.045443, -0.434379, 0.899583> - 22064: < 0.089116, -0.388998, 0.916918> - 22065: < 0.088414, -0.344408, 0.934648> - 22066: < 0.044558, -0.344409, 0.937762> - 22067: < 0.045016, -0.389180, 0.920061> - 22068: < 0.088414, -0.344408, 0.934648> - 22069: < 0.087712, -0.300248, 0.949820> - 22070: < 0.044130, -0.300092, 0.952889> - 22071: < 0.044558, -0.344409, 0.937762> - 22072: < 0.087712, -0.300248, 0.949820> - 22073: < 0.087041, -0.256544, 0.962605> - 22074: < 0.043703, -0.256267, 0.965618> - 22075: < 0.044130, -0.300092, 0.952889> - 22076: < 0.087041, -0.256544, 0.962605> - 22077: < 0.086398, -0.213204, 0.973180> - 22078: < 0.043306, -0.212870, 0.976120> - 22079: < 0.043703, -0.256267, 0.965618> - 22080: < 0.086398, -0.213204, 0.973180> - 22081: < 0.085788, -0.170203, 0.981668> - 22082: < 0.042970, -0.169866, 0.984530> - 22083: < 0.043306, -0.212870, 0.976120> - 22084: < 0.085788, -0.170203, 0.981668> - 22085: < 0.085300, -0.127447, 0.988171> - 22086: < 0.042666, -0.127144, 0.990966> - 22087: < 0.042970, -0.169866, 0.984530> - 22088: < 0.085300, -0.127447, 0.988171> - 22089: < 0.084905, -0.084905, 0.992765> - 22090: < 0.042452, -0.084660, 0.995505> - 22091: < 0.042666, -0.127144, 0.990966> - 22092: < 0.084905, -0.084905, 0.992765> - 22093: < 0.084660, -0.042452, 0.995505> - 22094: < 0.042299, -0.042299, 0.998209> - 22095: < 0.042452, -0.084660, 0.995505> - 22096: < 0.084660, -0.042452, 0.995505> - 22097: < 0.084568, 0.000000, 0.996418> - 22098: < 0.042239, 0.000000, 0.999108> - 22099: < 0.042299, -0.042299, 0.998209> - 22100: < 0.084568, 0.000000, 0.996418> - 22101: < 0.084660, 0.042452, 0.995505> - 22102: < 0.042299, 0.042299, 0.998209> - 22103: < 0.042239, 0.000000, 0.999108> - 22104: < 0.084660, 0.042452, 0.995505> - 22105: < 0.084905, 0.084905, 0.992765> - 22106: < 0.042452, 0.084660, 0.995505> - 22107: < 0.042299, 0.042299, 0.998209> - 22108: < 0.084905, 0.084905, 0.992765> - 22109: < 0.085300, 0.127447, 0.988171> - 22110: < 0.042666, 0.127144, 0.990966> - 22111: < 0.042452, 0.084660, 0.995505> - 22112: < 0.085300, 0.127447, 0.988171> - 22113: < 0.085788, 0.170203, 0.981668> - 22114: < 0.042970, 0.169837, 0.984535> - 22115: < 0.042666, 0.127144, 0.990966> - 22116: < 0.085788, 0.170203, 0.981668> - 22117: < 0.086398, 0.213204, 0.973180> - 22118: < 0.043306, 0.212870, 0.976120> - 22119: < 0.042970, 0.169837, 0.984535> - 22120: < 0.086398, 0.213204, 0.973180> - 22121: < 0.087041, 0.256544, 0.962605> - 22122: < 0.043703, 0.256267, 0.965618> - 22123: < 0.043306, 0.212870, 0.976120> - 22124: < 0.087041, 0.256544, 0.962605> - 22125: < 0.087712, 0.300248, 0.949820> - 22126: < 0.044130, 0.300092, 0.952889> - 22127: < 0.043703, 0.256267, 0.965618> - 22128: < 0.087712, 0.300248, 0.949820> - 22129: < 0.088414, 0.344408, 0.934648> - 22130: < 0.044558, 0.344409, 0.937762> - 22131: < 0.044130, 0.300092, 0.952889> - 22132: < 0.088414, 0.344408, 0.934648> - 22133: < 0.089116, 0.388998, 0.916918> - 22134: < 0.045016, 0.389180, 0.920061> - 22135: < 0.044558, 0.344409, 0.937762> - 22136: < 0.089116, 0.388998, 0.916918> - 22137: < 0.089787, 0.433981, 0.896437> - 22138: < 0.045443, 0.434379, 0.899583> - 22139: < 0.045016, 0.389180, 0.920061> - 22140: < 0.089787, 0.433981, 0.896437> - 22141: < 0.090429, 0.479307, 0.872976> - 22142: < 0.045871, 0.479951, 0.876095> - 22143: < 0.045443, 0.434379, 0.899583> - 22144: < 0.090429, 0.479307, 0.872976> - 22145: < 0.091008, 0.524836, 0.846324> - 22146: < 0.046267, 0.525753, 0.849378> - 22147: < 0.045871, 0.479951, 0.876095> - 22148: < 0.091008, 0.524836, 0.846324> - 22149: < 0.091497, 0.570377, 0.816271> - 22150: < 0.046573, 0.571602, 0.819208> - 22151: < 0.046267, 0.525753, 0.849378> - 22152: < 0.091497, 0.570377, 0.816271> - 22153: < 0.091894, 0.615697, 0.782607> - 22154: < 0.046847, 0.617246, 0.785375> - 22155: < 0.046573, 0.571602, 0.819208> - 22156: < 0.091894, 0.615697, 0.782607> - 22157: < 0.092137, 0.660463, 0.745184> - 22158: < 0.046999, 0.662354, 0.747715> - 22159: < 0.046847, 0.617246, 0.785375> - 22160: < 0.046999, -0.662354, 0.747715> - 22161: < 0.046847, -0.617246, 0.785375> - 22162: < 0.000000, -0.617789, 0.786344> - 22163: < 0.000000, -0.663024, 0.748599> - 22164: < 0.046847, -0.617246, 0.785375> - 22165: < 0.046573, -0.571602, 0.819208> - 22166: < 0.000000, -0.572024, 0.820237> - 22167: < 0.000000, -0.617789, 0.786344> - 22168: < 0.046573, -0.571602, 0.819208> - 22169: < 0.046267, -0.525753, 0.849378> - 22170: < 0.000000, -0.526081, 0.850434> - 22171: < 0.000000, -0.572024, 0.820237> - 22172: < 0.046267, -0.525753, 0.849378> - 22173: < 0.045871, -0.479951, 0.876095> - 22174: < 0.000000, -0.480182, 0.877169> - 22175: < 0.000000, -0.526081, 0.850434> - 22176: < 0.045871, -0.479951, 0.876095> - 22177: < 0.045443, -0.434379, 0.899583> - 22178: < 0.000000, -0.434534, 0.900655> - 22179: < 0.000000, -0.480182, 0.877169> - 22180: < 0.045443, -0.434379, 0.899583> - 22181: < 0.045016, -0.389180, 0.920061> - 22182: < 0.000000, -0.389244, 0.921135> - 22183: < 0.000000, -0.434534, 0.900655> - 22184: < 0.045016, -0.389180, 0.920061> - 22185: < 0.044558, -0.344409, 0.937762> - 22186: < 0.000000, -0.344405, 0.938821> - 22187: < 0.000000, -0.389244, 0.921135> - 22188: < 0.044558, -0.344409, 0.937762> - 22189: < 0.044130, -0.300092, 0.952889> - 22190: < 0.000000, -0.300059, 0.953921> - 22191: < 0.000000, -0.344405, 0.938821> - 22192: < 0.044130, -0.300092, 0.952889> - 22193: < 0.043703, -0.256267, 0.965618> - 22194: < 0.000000, -0.256177, 0.966630> - 22195: < 0.000000, -0.300059, 0.953921> - 22196: < 0.043703, -0.256267, 0.965618> - 22197: < 0.043306, -0.212870, 0.976120> - 22198: < 0.000000, -0.212750, 0.977107> - 22199: < 0.000000, -0.256177, 0.966630> - 22200: < 0.043306, -0.212870, 0.976120> - 22201: < 0.042970, -0.169866, 0.984530> - 22202: < 0.000000, -0.169746, 0.985488> - 22203: < 0.000000, -0.212750, 0.977107> - 22204: < 0.042970, -0.169866, 0.984530> - 22205: < 0.042666, -0.127144, 0.990966> - 22206: < 0.000000, -0.127020, 0.991900> - 22207: < 0.000000, -0.169746, 0.985488> - 22208: < 0.042666, -0.127144, 0.990966> - 22209: < 0.042452, -0.084660, 0.995505> - 22210: < 0.000000, -0.084568, 0.996418> - 22211: < 0.000000, -0.127020, 0.991900> - 22212: < 0.042452, -0.084660, 0.995505> - 22213: < 0.042299, -0.042299, 0.998209> - 22214: < 0.000000, -0.042239, 0.999108> - 22215: < 0.000000, -0.084568, 0.996418> - 22216: < 0.042299, -0.042299, 0.998209> - 22217: < 0.042239, 0.000000, 0.999108> - 22218: < 0.000000, 0.000000, 1.000000> - 22219: < 0.000000, -0.042239, 0.999108> - 22220: < 0.042239, 0.000000, 0.999108> - 22221: < 0.042299, 0.042299, 0.998209> - 22222: < 0.000000, 0.042239, 0.999108> - 22223: < 0.000000, 0.000000, 1.000000> - 22224: < 0.042299, 0.042299, 0.998209> - 22225: < 0.042452, 0.084660, 0.995505> - 22226: < 0.000000, 0.084568, 0.996418> - 22227: < 0.000000, 0.042239, 0.999108> - 22228: < 0.042452, 0.084660, 0.995505> - 22229: < 0.042666, 0.127144, 0.990966> - 22230: < 0.000000, 0.127020, 0.991900> - 22231: < 0.000000, 0.084568, 0.996418> - 22232: < 0.042666, 0.127144, 0.990966> - 22233: < 0.042970, 0.169837, 0.984535> - 22234: < 0.000000, 0.169746, 0.985488> - 22235: < 0.000000, 0.127020, 0.991900> - 22236: < 0.042970, 0.169837, 0.984535> - 22237: < 0.043306, 0.212870, 0.976120> - 22238: < 0.000000, 0.212750, 0.977107> - 22239: < 0.000000, 0.169746, 0.985488> - 22240: < 0.043306, 0.212870, 0.976120> - 22241: < 0.043703, 0.256267, 0.965618> - 22242: < 0.000000, 0.256177, 0.966630> - 22243: < 0.000000, 0.212750, 0.977107> - 22244: < 0.043703, 0.256267, 0.965618> - 22245: < 0.044130, 0.300092, 0.952889> - 22246: < 0.000000, 0.300059, 0.953921> - 22247: < 0.000000, 0.256177, 0.966630> - 22248: < 0.044130, 0.300092, 0.952889> - 22249: < 0.044558, 0.344409, 0.937762> - 22250: < 0.000000, 0.344405, 0.938821> - 22251: < 0.000000, 0.300059, 0.953921> - 22252: < 0.044558, 0.344409, 0.937762> - 22253: < 0.045016, 0.389180, 0.920061> - 22254: < 0.000000, 0.389244, 0.921135> - 22255: < 0.000000, 0.344405, 0.938821> - 22256: < 0.045016, 0.389180, 0.920061> - 22257: < 0.045443, 0.434379, 0.899583> - 22258: < 0.000000, 0.434534, 0.900655> - 22259: < 0.000000, 0.389244, 0.921135> - 22260: < 0.045443, 0.434379, 0.899583> - 22261: < 0.045871, 0.479951, 0.876095> - 22262: < 0.000000, 0.480182, 0.877169> - 22263: < 0.000000, 0.434534, 0.900655> - 22264: < 0.045871, 0.479951, 0.876095> - 22265: < 0.046267, 0.525753, 0.849378> - 22266: < 0.000000, 0.526081, 0.850434> - 22267: < 0.000000, 0.480182, 0.877169> - 22268: < 0.046267, 0.525753, 0.849378> - 22269: < 0.046573, 0.571602, 0.819208> - 22270: < 0.000000, 0.572024, 0.820237> - 22271: < 0.000000, 0.526081, 0.850434> - 22272: < 0.046573, 0.571602, 0.819208> - 22273: < 0.046847, 0.617246, 0.785375> - 22274: < 0.000000, 0.617789, 0.786344> - 22275: < 0.000000, 0.572024, 0.820237> - 22276: < 0.046847, 0.617246, 0.785375> - 22277: < 0.046999, 0.662354, 0.747715> - 22278: < 0.000000, 0.663024, 0.748599> - 22279: < 0.000000, 0.617789, 0.786344> - 22280: < 0.000000, -0.663024, 0.748599> - 22281: < 0.000000, -0.617789, 0.786344> - 22282: <-0.046847, -0.617246, 0.785375> - 22283: <-0.046999, -0.662354, 0.747715> - 22284: < 0.000000, -0.617789, 0.786344> - 22285: < 0.000000, -0.572024, 0.820237> - 22286: <-0.046573, -0.571602, 0.819208> - 22287: <-0.046847, -0.617246, 0.785375> - 22288: < 0.000000, -0.572024, 0.820237> - 22289: < 0.000000, -0.526081, 0.850434> - 22290: <-0.046267, -0.525753, 0.849378> - 22291: <-0.046573, -0.571602, 0.819208> - 22292: < 0.000000, -0.526081, 0.850434> - 22293: < 0.000000, -0.480182, 0.877169> - 22294: <-0.045871, -0.479951, 0.876095> - 22295: <-0.046267, -0.525753, 0.849378> - 22296: < 0.000000, -0.480182, 0.877169> - 22297: < 0.000000, -0.434534, 0.900655> - 22298: <-0.045443, -0.434379, 0.899583> - 22299: <-0.045871, -0.479951, 0.876095> - 22300: < 0.000000, -0.434534, 0.900655> - 22301: < 0.000000, -0.389244, 0.921135> - 22302: <-0.045016, -0.389180, 0.920061> - 22303: <-0.045443, -0.434379, 0.899583> - 22304: < 0.000000, -0.389244, 0.921135> - 22305: < 0.000000, -0.344405, 0.938821> - 22306: <-0.044558, -0.344409, 0.937762> - 22307: <-0.045016, -0.389180, 0.920061> - 22308: < 0.000000, -0.344405, 0.938821> - 22309: < 0.000000, -0.300059, 0.953921> - 22310: <-0.044130, -0.300119, 0.952880> - 22311: <-0.044558, -0.344409, 0.937762> - 22312: < 0.000000, -0.300059, 0.953921> - 22313: < 0.000000, -0.256177, 0.966630> - 22314: <-0.043703, -0.256267, 0.965618> - 22315: <-0.044130, -0.300119, 0.952880> - 22316: < 0.000000, -0.256177, 0.966630> - 22317: < 0.000000, -0.212750, 0.977107> - 22318: <-0.043306, -0.212870, 0.976120> - 22319: <-0.043703, -0.256267, 0.965618> - 22320: < 0.000000, -0.212750, 0.977107> - 22321: < 0.000000, -0.169746, 0.985488> - 22322: <-0.042970, -0.169837, 0.984535> - 22323: <-0.043306, -0.212870, 0.976120> - 22324: < 0.000000, -0.169746, 0.985488> - 22325: < 0.000000, -0.127020, 0.991900> - 22326: <-0.042666, -0.127144, 0.990966> - 22327: <-0.042970, -0.169837, 0.984535> - 22328: < 0.000000, -0.127020, 0.991900> - 22329: < 0.000000, -0.084568, 0.996418> - 22330: <-0.042452, -0.084660, 0.995505> - 22331: <-0.042666, -0.127144, 0.990966> - 22332: < 0.000000, -0.084568, 0.996418> - 22333: < 0.000000, -0.042239, 0.999108> - 22334: <-0.042299, -0.042299, 0.998209> - 22335: <-0.042452, -0.084660, 0.995505> - 22336: < 0.000000, -0.042239, 0.999108> - 22337: < 0.000000, 0.000000, 1.000000> - 22338: <-0.042239, 0.000000, 0.999108> - 22339: <-0.042299, -0.042299, 0.998209> - 22340: < 0.000000, 0.000000, 1.000000> - 22341: < 0.000000, 0.042239, 0.999108> - 22342: <-0.042299, 0.042299, 0.998209> - 22343: <-0.042239, 0.000000, 0.999108> - 22344: < 0.000000, 0.042239, 0.999108> - 22345: < 0.000000, 0.084568, 0.996418> - 22346: <-0.042452, 0.084660, 0.995505> - 22347: <-0.042299, 0.042299, 0.998209> - 22348: < 0.000000, 0.084568, 0.996418> - 22349: < 0.000000, 0.127020, 0.991900> - 22350: <-0.042666, 0.127144, 0.990966> - 22351: <-0.042452, 0.084660, 0.995505> - 22352: < 0.000000, 0.127020, 0.991900> - 22353: < 0.000000, 0.169746, 0.985488> - 22354: <-0.042970, 0.169866, 0.984530> - 22355: <-0.042666, 0.127144, 0.990966> - 22356: < 0.000000, 0.169746, 0.985488> - 22357: < 0.000000, 0.212750, 0.977107> - 22358: <-0.043306, 0.212870, 0.976120> - 22359: <-0.042970, 0.169866, 0.984530> - 22360: < 0.000000, 0.212750, 0.977107> - 22361: < 0.000000, 0.256177, 0.966630> - 22362: <-0.043703, 0.256267, 0.965618> - 22363: <-0.043306, 0.212870, 0.976120> - 22364: < 0.000000, 0.256177, 0.966630> - 22365: < 0.000000, 0.300059, 0.953921> - 22366: <-0.044130, 0.300092, 0.952889> - 22367: <-0.043703, 0.256267, 0.965618> - 22368: < 0.000000, 0.300059, 0.953921> - 22369: < 0.000000, 0.344405, 0.938821> - 22370: <-0.044558, 0.344409, 0.937762> - 22371: <-0.044130, 0.300092, 0.952889> - 22372: < 0.000000, 0.344405, 0.938821> - 22373: < 0.000000, 0.389244, 0.921135> - 22374: <-0.045016, 0.389180, 0.920061> - 22375: <-0.044558, 0.344409, 0.937762> - 22376: < 0.000000, 0.389244, 0.921135> - 22377: < 0.000000, 0.434534, 0.900655> - 22378: <-0.045443, 0.434379, 0.899583> - 22379: <-0.045016, 0.389180, 0.920061> - 22380: < 0.000000, 0.434534, 0.900655> - 22381: < 0.000000, 0.480182, 0.877169> - 22382: <-0.045871, 0.479951, 0.876095> - 22383: <-0.045443, 0.434379, 0.899583> - 22384: < 0.000000, 0.480182, 0.877169> - 22385: < 0.000000, 0.526081, 0.850434> - 22386: <-0.046267, 0.525753, 0.849378> - 22387: <-0.045871, 0.479951, 0.876095> - 22388: < 0.000000, 0.526081, 0.850434> - 22389: < 0.000000, 0.572024, 0.820237> - 22390: <-0.046573, 0.571602, 0.819208> - 22391: <-0.046267, 0.525753, 0.849378> - 22392: < 0.000000, 0.572024, 0.820237> - 22393: < 0.000000, 0.617789, 0.786344> - 22394: <-0.046847, 0.617246, 0.785375> - 22395: <-0.046573, 0.571602, 0.819208> - 22396: < 0.000000, 0.617789, 0.786344> - 22397: < 0.000000, 0.663024, 0.748599> - 22398: <-0.046999, 0.662354, 0.747715> - 22399: <-0.046847, 0.617246, 0.785375> - 22400: <-0.046999, -0.662354, 0.747715> - 22401: <-0.046847, -0.617246, 0.785375> - 22402: <-0.091894, -0.615697, 0.782607> - 22403: <-0.092137, -0.660463, 0.745184> - 22404: <-0.046847, -0.617246, 0.785375> - 22405: <-0.046573, -0.571602, 0.819208> - 22406: <-0.091497, -0.570377, 0.816271> - 22407: <-0.091894, -0.615697, 0.782607> - 22408: <-0.046573, -0.571602, 0.819208> - 22409: <-0.046267, -0.525753, 0.849378> - 22410: <-0.091008, -0.524836, 0.846324> - 22411: <-0.091497, -0.570377, 0.816271> - 22412: <-0.046267, -0.525753, 0.849378> - 22413: <-0.045871, -0.479951, 0.876095> - 22414: <-0.090429, -0.479307, 0.872976> - 22415: <-0.091008, -0.524836, 0.846324> - 22416: <-0.045871, -0.479951, 0.876095> - 22417: <-0.045443, -0.434379, 0.899583> - 22418: <-0.089787, -0.433981, 0.896437> - 22419: <-0.090429, -0.479307, 0.872976> - 22420: <-0.045443, -0.434379, 0.899583> - 22421: <-0.045016, -0.389180, 0.920061> - 22422: <-0.089116, -0.388998, 0.916918> - 22423: <-0.089787, -0.433981, 0.896437> - 22424: <-0.045016, -0.389180, 0.920061> - 22425: <-0.044558, -0.344409, 0.937762> - 22426: <-0.088414, -0.344408, 0.934648> - 22427: <-0.089116, -0.388998, 0.916918> - 22428: <-0.044558, -0.344409, 0.937762> - 22429: <-0.044130, -0.300119, 0.952880> - 22430: <-0.087712, -0.300248, 0.949820> - 22431: <-0.088414, -0.344408, 0.934648> - 22432: <-0.044130, -0.300119, 0.952880> - 22433: <-0.043703, -0.256267, 0.965618> - 22434: <-0.087041, -0.256544, 0.962605> - 22435: <-0.087712, -0.300248, 0.949820> - 22436: <-0.043703, -0.256267, 0.965618> - 22437: <-0.043306, -0.212870, 0.976120> - 22438: <-0.086398, -0.213204, 0.973180> - 22439: <-0.087041, -0.256544, 0.962605> - 22440: <-0.043306, -0.212870, 0.976120> - 22441: <-0.042970, -0.169837, 0.984535> - 22442: <-0.085788, -0.170203, 0.981668> - 22443: <-0.086398, -0.213204, 0.973180> - 22444: <-0.042970, -0.169837, 0.984535> - 22445: <-0.042666, -0.127144, 0.990966> - 22446: <-0.085300, -0.127447, 0.988171> - 22447: <-0.085788, -0.170203, 0.981668> - 22448: <-0.042666, -0.127144, 0.990966> - 22449: <-0.042452, -0.084660, 0.995505> - 22450: <-0.084905, -0.084905, 0.992765> - 22451: <-0.085300, -0.127447, 0.988171> - 22452: <-0.042452, -0.084660, 0.995505> - 22453: <-0.042299, -0.042299, 0.998209> - 22454: <-0.084660, -0.042452, 0.995505> - 22455: <-0.084905, -0.084905, 0.992765> - 22456: <-0.042299, -0.042299, 0.998209> - 22457: <-0.042239, 0.000000, 0.999108> - 22458: <-0.084568, 0.000000, 0.996418> - 22459: <-0.084660, -0.042452, 0.995505> - 22460: <-0.042239, 0.000000, 0.999108> - 22461: <-0.042299, 0.042299, 0.998209> - 22462: <-0.084660, 0.042452, 0.995505> - 22463: <-0.084568, 0.000000, 0.996418> - 22464: <-0.042299, 0.042299, 0.998209> - 22465: <-0.042452, 0.084660, 0.995505> - 22466: <-0.084905, 0.084905, 0.992765> - 22467: <-0.084660, 0.042452, 0.995505> - 22468: <-0.042452, 0.084660, 0.995505> - 22469: <-0.042666, 0.127144, 0.990966> - 22470: <-0.085300, 0.127447, 0.988171> - 22471: <-0.084905, 0.084905, 0.992765> - 22472: <-0.042666, 0.127144, 0.990966> - 22473: <-0.042970, 0.169866, 0.984530> - 22474: <-0.085788, 0.170203, 0.981668> - 22475: <-0.085300, 0.127447, 0.988171> - 22476: <-0.042970, 0.169866, 0.984530> - 22477: <-0.043306, 0.212870, 0.976120> - 22478: <-0.086398, 0.213204, 0.973180> - 22479: <-0.085788, 0.170203, 0.981668> - 22480: <-0.043306, 0.212870, 0.976120> - 22481: <-0.043703, 0.256267, 0.965618> - 22482: <-0.087041, 0.256544, 0.962605> - 22483: <-0.086398, 0.213204, 0.973180> - 22484: <-0.043703, 0.256267, 0.965618> - 22485: <-0.044130, 0.300092, 0.952889> - 22486: <-0.087712, 0.300248, 0.949820> - 22487: <-0.087041, 0.256544, 0.962605> - 22488: <-0.044130, 0.300092, 0.952889> - 22489: <-0.044558, 0.344409, 0.937762> - 22490: <-0.088414, 0.344408, 0.934648> - 22491: <-0.087712, 0.300248, 0.949820> - 22492: <-0.044558, 0.344409, 0.937762> - 22493: <-0.045016, 0.389180, 0.920061> - 22494: <-0.089116, 0.388998, 0.916918> - 22495: <-0.088414, 0.344408, 0.934648> - 22496: <-0.045016, 0.389180, 0.920061> - 22497: <-0.045443, 0.434379, 0.899583> - 22498: <-0.089787, 0.433981, 0.896437> - 22499: <-0.089116, 0.388998, 0.916918> - 22500: <-0.045443, 0.434379, 0.899583> - 22501: <-0.045871, 0.479951, 0.876095> - 22502: <-0.090429, 0.479307, 0.872976> - 22503: <-0.089787, 0.433981, 0.896437> - 22504: <-0.045871, 0.479951, 0.876095> - 22505: <-0.046267, 0.525753, 0.849378> - 22506: <-0.091008, 0.524836, 0.846324> - 22507: <-0.090429, 0.479307, 0.872976> - 22508: <-0.046267, 0.525753, 0.849378> - 22509: <-0.046573, 0.571602, 0.819208> - 22510: <-0.091497, 0.570377, 0.816271> - 22511: <-0.091008, 0.524836, 0.846324> - 22512: <-0.046573, 0.571602, 0.819208> - 22513: <-0.046847, 0.617246, 0.785375> - 22514: <-0.091894, 0.615697, 0.782607> - 22515: <-0.091497, 0.570377, 0.816271> - 22516: <-0.046847, 0.617246, 0.785375> - 22517: <-0.046999, 0.662354, 0.747715> - 22518: <-0.092137, 0.660463, 0.745184> - 22519: <-0.091894, 0.615697, 0.782607> - 22520: <-0.092137, -0.660463, 0.745184> - 22521: <-0.091894, -0.615697, 0.782607> - 22522: <-0.134985, -0.613218, 0.778295> - 22523: <-0.135260, -0.657468, 0.741243> - 22524: <-0.091894, -0.615697, 0.782607> - 22525: <-0.091497, -0.570377, 0.816271> - 22526: <-0.134618, -0.568382, 0.811677> - 22527: <-0.134985, -0.613218, 0.778295> - 22528: <-0.091497, -0.570377, 0.816271> - 22529: <-0.091008, -0.524836, 0.846324> - 22530: <-0.134100, -0.523307, 0.841527> - 22531: <-0.134618, -0.568382, 0.811677> - 22532: <-0.091008, -0.524836, 0.846324> - 22533: <-0.090429, -0.479307, 0.872976> - 22534: <-0.133553, -0.478208, 0.868033> - 22535: <-0.134100, -0.523307, 0.841527> - 22536: <-0.090429, -0.479307, 0.872976> - 22537: <-0.089787, -0.433981, 0.896437> - 22538: <-0.132911, -0.433281, 0.891405> - 22539: <-0.133553, -0.478208, 0.868033> - 22540: <-0.089787, -0.433981, 0.896437> - 22541: <-0.089116, -0.388998, 0.916918> - 22542: <-0.132240, -0.388632, 0.911854> - 22543: <-0.132911, -0.433281, 0.891405> - 22544: <-0.089116, -0.388998, 0.916918> - 22545: <-0.088414, -0.344408, 0.934648> - 22546: <-0.131509, -0.344322, 0.929596> - 22547: <-0.132240, -0.388632, 0.911854> - 22548: <-0.088414, -0.344408, 0.934648> - 22549: <-0.087712, -0.300248, 0.949820> - 22550: <-0.130743, -0.300427, 0.944802> - 22551: <-0.131509, -0.344322, 0.929596> - 22552: <-0.087712, -0.300248, 0.949820> - 22553: <-0.087041, -0.256544, 0.962605> - 22554: <-0.129981, -0.256880, 0.957663> - 22555: <-0.130743, -0.300427, 0.944802> - 22556: <-0.087041, -0.256544, 0.962605> - 22557: <-0.086398, -0.213204, 0.973180> - 22558: <-0.129250, -0.213666, 0.968319> - 22559: <-0.129981, -0.256880, 0.957663> - 22560: <-0.086398, -0.213204, 0.973180> - 22561: <-0.085788, -0.170203, 0.981668> - 22562: <-0.128545, -0.170691, 0.976904> - 22563: <-0.129250, -0.213666, 0.968319> - 22564: <-0.085788, -0.170203, 0.981668> - 22565: <-0.085300, -0.127447, 0.988171> - 22566: <-0.127935, -0.127935, 0.983497> - 22567: <-0.128545, -0.170691, 0.976904> - 22568: <-0.085300, -0.127447, 0.988171> - 22569: <-0.084905, -0.084905, 0.992765> - 22570: <-0.127447, -0.085300, 0.988171> - 22571: <-0.127935, -0.127935, 0.983497> - 22572: <-0.084905, -0.084905, 0.992765> - 22573: <-0.084660, -0.042452, 0.995505> - 22574: <-0.127144, -0.042666, 0.990966> - 22575: <-0.127447, -0.085300, 0.988171> - 22576: <-0.084660, -0.042452, 0.995505> - 22577: <-0.084568, 0.000000, 0.996418> - 22578: <-0.127020, 0.000000, 0.991900> - 22579: <-0.127144, -0.042666, 0.990966> - 22580: <-0.084568, 0.000000, 0.996418> - 22581: <-0.084660, 0.042452, 0.995505> - 22582: <-0.127144, 0.042666, 0.990966> - 22583: <-0.127020, 0.000000, 0.991900> - 22584: <-0.084660, 0.042452, 0.995505> - 22585: <-0.084905, 0.084905, 0.992765> - 22586: <-0.127447, 0.085300, 0.988171> - 22587: <-0.127144, 0.042666, 0.990966> - 22588: <-0.084905, 0.084905, 0.992765> - 22589: <-0.085300, 0.127447, 0.988171> - 22590: <-0.127935, 0.127935, 0.983497> - 22591: <-0.127447, 0.085300, 0.988171> - 22592: <-0.085300, 0.127447, 0.988171> - 22593: <-0.085788, 0.170203, 0.981668> - 22594: <-0.128545, 0.170691, 0.976904> - 22595: <-0.127935, 0.127935, 0.983497> - 22596: <-0.085788, 0.170203, 0.981668> - 22597: <-0.086398, 0.213204, 0.973180> - 22598: <-0.129250, 0.213666, 0.968319> - 22599: <-0.128545, 0.170691, 0.976904> - 22600: <-0.086398, 0.213204, 0.973180> - 22601: <-0.087041, 0.256544, 0.962605> - 22602: <-0.129981, 0.256880, 0.957663> - 22603: <-0.129250, 0.213666, 0.968319> - 22604: <-0.087041, 0.256544, 0.962605> - 22605: <-0.087712, 0.300248, 0.949820> - 22606: <-0.130743, 0.300427, 0.944802> - 22607: <-0.129981, 0.256880, 0.957663> - 22608: <-0.087712, 0.300248, 0.949820> - 22609: <-0.088414, 0.344408, 0.934648> - 22610: <-0.131509, 0.344322, 0.929596> - 22611: <-0.130743, 0.300427, 0.944802> - 22612: <-0.088414, 0.344408, 0.934648> - 22613: <-0.089116, 0.388998, 0.916918> - 22614: <-0.132240, 0.388632, 0.911854> - 22615: <-0.131509, 0.344322, 0.929596> - 22616: <-0.089116, 0.388998, 0.916918> - 22617: <-0.089787, 0.433981, 0.896437> - 22618: <-0.132913, 0.433256, 0.891416> - 22619: <-0.132240, 0.388632, 0.911854> - 22620: <-0.089787, 0.433981, 0.896437> - 22621: <-0.090429, 0.479307, 0.872976> - 22622: <-0.133553, 0.478208, 0.868033> - 22623: <-0.132913, 0.433256, 0.891416> - 22624: <-0.090429, 0.479307, 0.872976> - 22625: <-0.091008, 0.524836, 0.846324> - 22626: <-0.134100, 0.523307, 0.841527> - 22627: <-0.133553, 0.478208, 0.868033> - 22628: <-0.091008, 0.524836, 0.846324> - 22629: <-0.091497, 0.570377, 0.816271> - 22630: <-0.134618, 0.568382, 0.811677> - 22631: <-0.134100, 0.523307, 0.841527> - 22632: <-0.091497, 0.570377, 0.816271> - 22633: <-0.091894, 0.615697, 0.782607> - 22634: <-0.134985, 0.613218, 0.778295> - 22635: <-0.134618, 0.568382, 0.811677> - 22636: <-0.091894, 0.615697, 0.782607> - 22637: <-0.092137, 0.660463, 0.745184> - 22638: <-0.135260, 0.657468, 0.741243> - 22639: <-0.134985, 0.613218, 0.778295> - 22640: <-0.135260, -0.657468, 0.741243> - 22641: <-0.134985, -0.613218, 0.778295> - 22642: <-0.176461, -0.609892, 0.772589> - 22643: <-0.176644, -0.653502, 0.736025> - 22644: <-0.134985, -0.613218, 0.778295> - 22645: <-0.134618, -0.568382, 0.811677> - 22646: <-0.176188, -0.565675, 0.805587> - 22647: <-0.176461, -0.609892, 0.772589> - 22648: <-0.134618, -0.568382, 0.811677> - 22649: <-0.134100, -0.523307, 0.841527> - 22650: <-0.175853, -0.521180, 0.835133> - 22651: <-0.176188, -0.565675, 0.805587> - 22652: <-0.134100, -0.523307, 0.841527> - 22653: <-0.133553, -0.478208, 0.868033> - 22654: <-0.175453, -0.476614, 0.861426> - 22655: <-0.175853, -0.521180, 0.835133> - 22656: <-0.133553, -0.478208, 0.868033> - 22657: <-0.132911, -0.433281, 0.891405> - 22658: <-0.175026, -0.432149, 0.884654> - 22659: <-0.175453, -0.476614, 0.861426> - 22660: <-0.132911, -0.433281, 0.891405> - 22661: <-0.132240, -0.388632, 0.911854> - 22662: <-0.174541, -0.387965, 0.904997> - 22663: <-0.175026, -0.432149, 0.884654> - 22664: <-0.132240, -0.388632, 0.911854> - 22665: <-0.131509, -0.344322, 0.929596> - 22666: <-0.173989, -0.344072, 0.922682> - 22667: <-0.174541, -0.387965, 0.904997> - 22668: <-0.131509, -0.344322, 0.929596> - 22669: <-0.130743, -0.300427, 0.944802> - 22670: <-0.173351, -0.300496, 0.937897> - 22671: <-0.173989, -0.344072, 0.922682> - 22672: <-0.130743, -0.300427, 0.944802> - 22673: <-0.129981, -0.256880, 0.957663> - 22674: <-0.172679, -0.257217, 0.950800> - 22675: <-0.173351, -0.300496, 0.937897> - 22676: <-0.129981, -0.256880, 0.957663> - 22677: <-0.129250, -0.213666, 0.968319> - 22678: <-0.172005, -0.214182, 0.961530> - 22679: <-0.172679, -0.257217, 0.950800> - 22680: <-0.129250, -0.213666, 0.968319> - 22681: <-0.128545, -0.170691, 0.976904> - 22682: <-0.171305, -0.171305, 0.970211> - 22683: <-0.172005, -0.214182, 0.961530> - 22684: <-0.128545, -0.170691, 0.976904> - 22685: <-0.127935, -0.127935, 0.983497> - 22686: <-0.170691, -0.128545, 0.976904> - 22687: <-0.171305, -0.171305, 0.970211> - 22688: <-0.127935, -0.127935, 0.983497> - 22689: <-0.127447, -0.085300, 0.988171> - 22690: <-0.170203, -0.085788, 0.981668> - 22691: <-0.170691, -0.128545, 0.976904> - 22692: <-0.127447, -0.085300, 0.988171> - 22693: <-0.127144, -0.042666, 0.990966> - 22694: <-0.169866, -0.042970, 0.984530> - 22695: <-0.170203, -0.085788, 0.981668> - 22696: <-0.127144, -0.042666, 0.990966> - 22697: <-0.127020, 0.000000, 0.991900> - 22698: <-0.169746, 0.000000, 0.985488> - 22699: <-0.169866, -0.042970, 0.984530> - 22700: <-0.127020, 0.000000, 0.991900> - 22701: <-0.127144, 0.042666, 0.990966> - 22702: <-0.169866, 0.042970, 0.984530> - 22703: <-0.169746, 0.000000, 0.985488> - 22704: <-0.127144, 0.042666, 0.990966> - 22705: <-0.127447, 0.085300, 0.988171> - 22706: <-0.170203, 0.085788, 0.981668> - 22707: <-0.169866, 0.042970, 0.984530> - 22708: <-0.127447, 0.085300, 0.988171> - 22709: <-0.127935, 0.127935, 0.983497> - 22710: <-0.170691, 0.128545, 0.976904> - 22711: <-0.170203, 0.085788, 0.981668> - 22712: <-0.127935, 0.127935, 0.983497> - 22713: <-0.128545, 0.170691, 0.976904> - 22714: <-0.171305, 0.171305, 0.970211> - 22715: <-0.170691, 0.128545, 0.976904> - 22716: <-0.128545, 0.170691, 0.976904> - 22717: <-0.129250, 0.213666, 0.968319> - 22718: <-0.172005, 0.214182, 0.961530> - 22719: <-0.171305, 0.171305, 0.970211> - 22720: <-0.129250, 0.213666, 0.968319> - 22721: <-0.129981, 0.256880, 0.957663> - 22722: <-0.172679, 0.257217, 0.950800> - 22723: <-0.172005, 0.214182, 0.961530> - 22724: <-0.129981, 0.256880, 0.957663> - 22725: <-0.130743, 0.300427, 0.944802> - 22726: <-0.173351, 0.300496, 0.937897> - 22727: <-0.172679, 0.257217, 0.950800> - 22728: <-0.130743, 0.300427, 0.944802> - 22729: <-0.131509, 0.344322, 0.929596> - 22730: <-0.173989, 0.344072, 0.922682> - 22731: <-0.173351, 0.300496, 0.937897> - 22732: <-0.131509, 0.344322, 0.929596> - 22733: <-0.132240, 0.388632, 0.911854> - 22734: <-0.174541, 0.387965, 0.904997> - 22735: <-0.173989, 0.344072, 0.922682> - 22736: <-0.132240, 0.388632, 0.911854> - 22737: <-0.132913, 0.433256, 0.891416> - 22738: <-0.175026, 0.432149, 0.884654> - 22739: <-0.174541, 0.387965, 0.904997> - 22740: <-0.132913, 0.433256, 0.891416> - 22741: <-0.133553, 0.478208, 0.868033> - 22742: <-0.175453, 0.476614, 0.861426> - 22743: <-0.175026, 0.432149, 0.884654> - 22744: <-0.133553, 0.478208, 0.868033> - 22745: <-0.134100, 0.523307, 0.841527> - 22746: <-0.175853, 0.521180, 0.835133> - 22747: <-0.175453, 0.476614, 0.861426> - 22748: <-0.134100, 0.523307, 0.841527> - 22749: <-0.134618, 0.568382, 0.811677> - 22750: <-0.176188, 0.565675, 0.805587> - 22751: <-0.175853, 0.521180, 0.835133> - 22752: <-0.134618, 0.568382, 0.811677> - 22753: <-0.134985, 0.613218, 0.778295> - 22754: <-0.176461, 0.609892, 0.772589> - 22755: <-0.176188, 0.565675, 0.805587> - 22756: <-0.134985, 0.613218, 0.778295> - 22757: <-0.135260, 0.657468, 0.741243> - 22758: <-0.176644, 0.653502, 0.736025> - 22759: <-0.176461, 0.609892, 0.772589> - 22760: <-0.176644, -0.653502, 0.736025> - 22761: <-0.176461, -0.609892, 0.772589> - 22762: <-0.216596, -0.605748, 0.765608> - 22763: <-0.216660, -0.648606, 0.729636> - 22764: <-0.176461, -0.609892, 0.772589> - 22765: <-0.176188, -0.565675, 0.805587> - 22766: <-0.216534, -0.562257, 0.798110> - 22767: <-0.216596, -0.605748, 0.765608> - 22768: <-0.176188, -0.565675, 0.805587> - 22769: <-0.175853, -0.521180, 0.835133> - 22770: <-0.216475, -0.518435, 0.827263> - 22771: <-0.216534, -0.562257, 0.798110> - 22772: <-0.175853, -0.521180, 0.835133> - 22773: <-0.175453, -0.476614, 0.861426> - 22774: <-0.216413, -0.474515, 0.853230> - 22775: <-0.216475, -0.518435, 0.827263> - 22776: <-0.175453, -0.476614, 0.861426> - 22777: <-0.175026, -0.432149, 0.884654> - 22778: <-0.216320, -0.430657, 0.876208> - 22779: <-0.216413, -0.474515, 0.853230> - 22780: <-0.175026, -0.432149, 0.884654> - 22781: <-0.174541, -0.387965, 0.904997> - 22782: <-0.216199, -0.386985, 0.896382> - 22783: <-0.216320, -0.430657, 0.876208> - 22784: <-0.174541, -0.387965, 0.904997> - 22785: <-0.173989, -0.344072, 0.922682> - 22786: <-0.215982, -0.343582, 0.913949> - 22787: <-0.216199, -0.386985, 0.896382> - 22788: <-0.173989, -0.344072, 0.922682> - 22789: <-0.173351, -0.300496, 0.937897> - 22790: <-0.215649, -0.300461, 0.929096> - 22791: <-0.215982, -0.343582, 0.913949> - 22792: <-0.173351, -0.300496, 0.937897> - 22793: <-0.172679, -0.257217, 0.950800> - 22794: <-0.215220, -0.257519, 0.942000> - 22795: <-0.215649, -0.300461, 0.929096> - 22796: <-0.172679, -0.257217, 0.950800> - 22797: <-0.172005, -0.214182, 0.961530> - 22798: <-0.214732, -0.214732, 0.952775> - 22799: <-0.215220, -0.257519, 0.942000> - 22800: <-0.172005, -0.214182, 0.961530> - 22801: <-0.171305, -0.171305, 0.970211> - 22802: <-0.214182, -0.172005, 0.961530> - 22803: <-0.214732, -0.214732, 0.952775> - 22804: <-0.171305, -0.171305, 0.970211> - 22805: <-0.170691, -0.128545, 0.976904> - 22806: <-0.213666, -0.129250, 0.968319> - 22807: <-0.214182, -0.172005, 0.961530> - 22808: <-0.170691, -0.128545, 0.976904> - 22809: <-0.170203, -0.085788, 0.981668> - 22810: <-0.213204, -0.086398, 0.973180> - 22811: <-0.213666, -0.129250, 0.968319> - 22812: <-0.170203, -0.085788, 0.981668> - 22813: <-0.169866, -0.042970, 0.984530> - 22814: <-0.212870, -0.043306, 0.976120> - 22815: <-0.213204, -0.086398, 0.973180> - 22816: <-0.169866, -0.042970, 0.984530> - 22817: <-0.169746, 0.000000, 0.985488> - 22818: <-0.212750, 0.000000, 0.977107> - 22819: <-0.212870, -0.043306, 0.976120> - 22820: <-0.169746, 0.000000, 0.985488> - 22821: <-0.169866, 0.042970, 0.984530> - 22822: <-0.212870, 0.043306, 0.976120> - 22823: <-0.212750, 0.000000, 0.977107> - 22824: <-0.169866, 0.042970, 0.984530> - 22825: <-0.170203, 0.085788, 0.981668> - 22826: <-0.213204, 0.086398, 0.973180> - 22827: <-0.212870, 0.043306, 0.976120> - 22828: <-0.170203, 0.085788, 0.981668> - 22829: <-0.170691, 0.128545, 0.976904> - 22830: <-0.213666, 0.129250, 0.968319> - 22831: <-0.213204, 0.086398, 0.973180> - 22832: <-0.170691, 0.128545, 0.976904> - 22833: <-0.171305, 0.171305, 0.970211> - 22834: <-0.214182, 0.172005, 0.961530> - 22835: <-0.213666, 0.129250, 0.968319> - 22836: <-0.171305, 0.171305, 0.970211> - 22837: <-0.172005, 0.214182, 0.961530> - 22838: <-0.214732, 0.214732, 0.952775> - 22839: <-0.214182, 0.172005, 0.961530> - 22840: <-0.172005, 0.214182, 0.961530> - 22841: <-0.172679, 0.257217, 0.950800> - 22842: <-0.215220, 0.257519, 0.942000> - 22843: <-0.214732, 0.214732, 0.952775> - 22844: <-0.172679, 0.257217, 0.950800> - 22845: <-0.173351, 0.300496, 0.937897> - 22846: <-0.215649, 0.300461, 0.929096> - 22847: <-0.215220, 0.257519, 0.942000> - 22848: <-0.173351, 0.300496, 0.937897> - 22849: <-0.173989, 0.344072, 0.922682> - 22850: <-0.215982, 0.343582, 0.913949> - 22851: <-0.215649, 0.300461, 0.929096> - 22852: <-0.173989, 0.344072, 0.922682> - 22853: <-0.174541, 0.387965, 0.904997> - 22854: <-0.216199, 0.386985, 0.896382> - 22855: <-0.215982, 0.343582, 0.913949> - 22856: <-0.174541, 0.387965, 0.904997> - 22857: <-0.175026, 0.432149, 0.884654> - 22858: <-0.216320, 0.430657, 0.876208> - 22859: <-0.216199, 0.386985, 0.896382> - 22860: <-0.175026, 0.432149, 0.884654> - 22861: <-0.175453, 0.476614, 0.861426> - 22862: <-0.216413, 0.474515, 0.853230> - 22863: <-0.216320, 0.430657, 0.876208> - 22864: <-0.175453, 0.476614, 0.861426> - 22865: <-0.175853, 0.521180, 0.835133> - 22866: <-0.216475, 0.518435, 0.827263> - 22867: <-0.216413, 0.474515, 0.853230> - 22868: <-0.175853, 0.521180, 0.835133> - 22869: <-0.176188, 0.565675, 0.805587> - 22870: <-0.216534, 0.562257, 0.798110> - 22871: <-0.216475, 0.518435, 0.827263> - 22872: <-0.176188, 0.565675, 0.805587> - 22873: <-0.176461, 0.609892, 0.772589> - 22874: <-0.216596, 0.605748, 0.765608> - 22875: <-0.216534, 0.562257, 0.798110> - 22876: <-0.176461, 0.609892, 0.772589> - 22877: <-0.176644, 0.653502, 0.736025> - 22878: <-0.216660, 0.648606, 0.729636> - 22879: <-0.216596, 0.605748, 0.765608> - 22880: <-0.216660, -0.648606, 0.729636> - 22881: <-0.216596, -0.605748, 0.765608> - 22882: <-0.255750, -0.600829, 0.757361> - 22883: <-0.255632, -0.642833, 0.722093> - 22884: <-0.216596, -0.605748, 0.765608> - 22885: <-0.216534, -0.562257, 0.798110> - 22886: <-0.255937, -0.558172, 0.789266> - 22887: <-0.255750, -0.600829, 0.757361> - 22888: <-0.216534, -0.562257, 0.798110> - 22889: <-0.216475, -0.518435, 0.827263> - 22890: <-0.256243, -0.515110, 0.817925> - 22891: <-0.255937, -0.558172, 0.789266> - 22892: <-0.216475, -0.518435, 0.827263> - 22893: <-0.216413, -0.474515, 0.853230> - 22894: <-0.256606, -0.471888, 0.843490> - 22895: <-0.256243, -0.515110, 0.817925> - 22896: <-0.216413, -0.474515, 0.853230> - 22897: <-0.216320, -0.430657, 0.876208> - 22898: <-0.256999, -0.428698, 0.866124> - 22899: <-0.256606, -0.471888, 0.843490> - 22900: <-0.216320, -0.430657, 0.876208> - 22901: <-0.216199, -0.386985, 0.896382> - 22902: <-0.257364, -0.385664, 0.886018> - 22903: <-0.256999, -0.428698, 0.866124> - 22904: <-0.216199, -0.386985, 0.896382> - 22905: <-0.215982, -0.343582, 0.913949> - 22906: <-0.257643, -0.342852, 0.903367> - 22907: <-0.257364, -0.385664, 0.886018> - 22908: <-0.215982, -0.343582, 0.913949> - 22909: <-0.215649, -0.300461, 0.929096> - 22910: <-0.257736, -0.300219, 0.918390> - 22911: <-0.257643, -0.342852, 0.903367> - 22912: <-0.215649, -0.300461, 0.929096> - 22913: <-0.215220, -0.257519, 0.942000> - 22914: <-0.257702, -0.257702, 0.931225> - 22915: <-0.257736, -0.300219, 0.918390> - 22916: <-0.215220, -0.257519, 0.942000> - 22917: <-0.214732, -0.214732, 0.952775> - 22918: <-0.257519, -0.215220, 0.942000> - 22919: <-0.257702, -0.257702, 0.931225> - 22920: <-0.214732, -0.214732, 0.952775> - 22921: <-0.214182, -0.172005, 0.961530> - 22922: <-0.257217, -0.172679, 0.950800> - 22923: <-0.257519, -0.215220, 0.942000> - 22924: <-0.214182, -0.172005, 0.961530> - 22925: <-0.213666, -0.129250, 0.968319> - 22926: <-0.256880, -0.129981, 0.957663> - 22927: <-0.257217, -0.172679, 0.950800> - 22928: <-0.213666, -0.129250, 0.968319> - 22929: <-0.213204, -0.086398, 0.973180> - 22930: <-0.256544, -0.087041, 0.962605> - 22931: <-0.256880, -0.129981, 0.957663> - 22932: <-0.213204, -0.086398, 0.973180> - 22933: <-0.212870, -0.043306, 0.976120> - 22934: <-0.256267, -0.043703, 0.965618> - 22935: <-0.256544, -0.087041, 0.962605> - 22936: <-0.212870, -0.043306, 0.976120> - 22937: <-0.212750, 0.000000, 0.977107> - 22938: <-0.256177, 0.000000, 0.966630> - 22939: <-0.256267, -0.043703, 0.965618> - 22940: <-0.212750, 0.000000, 0.977107> - 22941: <-0.212870, 0.043306, 0.976120> - 22942: <-0.256267, 0.043703, 0.965618> - 22943: <-0.256177, 0.000000, 0.966630> - 22944: <-0.212870, 0.043306, 0.976120> - 22945: <-0.213204, 0.086398, 0.973180> - 22946: <-0.256544, 0.087041, 0.962605> - 22947: <-0.256267, 0.043703, 0.965618> - 22948: <-0.213204, 0.086398, 0.973180> - 22949: <-0.213666, 0.129250, 0.968319> - 22950: <-0.256880, 0.129981, 0.957663> - 22951: <-0.256544, 0.087041, 0.962605> - 22952: <-0.213666, 0.129250, 0.968319> - 22953: <-0.214182, 0.172005, 0.961530> - 22954: <-0.257217, 0.172679, 0.950800> - 22955: <-0.256880, 0.129981, 0.957663> - 22956: <-0.214182, 0.172005, 0.961530> - 22957: <-0.214732, 0.214732, 0.952775> - 22958: <-0.257519, 0.215220, 0.942000> - 22959: <-0.257217, 0.172679, 0.950800> - 22960: <-0.214732, 0.214732, 0.952775> - 22961: <-0.215220, 0.257519, 0.942000> - 22962: <-0.257702, 0.257702, 0.931225> - 22963: <-0.257519, 0.215220, 0.942000> - 22964: <-0.215220, 0.257519, 0.942000> - 22965: <-0.215649, 0.300461, 0.929096> - 22966: <-0.257736, 0.300219, 0.918390> - 22967: <-0.257702, 0.257702, 0.931225> - 22968: <-0.215649, 0.300461, 0.929096> - 22969: <-0.215982, 0.343582, 0.913949> - 22970: <-0.257643, 0.342852, 0.903367> - 22971: <-0.257736, 0.300219, 0.918390> - 22972: <-0.215982, 0.343582, 0.913949> - 22973: <-0.216199, 0.386985, 0.896382> - 22974: <-0.257364, 0.385664, 0.886018> - 22975: <-0.257643, 0.342852, 0.903367> - 22976: <-0.216199, 0.386985, 0.896382> - 22977: <-0.216320, 0.430657, 0.876208> - 22978: <-0.256999, 0.428698, 0.866124> - 22979: <-0.257364, 0.385664, 0.886018> - 22980: <-0.216320, 0.430657, 0.876208> - 22981: <-0.216413, 0.474515, 0.853230> - 22982: <-0.256606, 0.471888, 0.843490> - 22983: <-0.256999, 0.428698, 0.866124> - 22984: <-0.216413, 0.474515, 0.853230> - 22985: <-0.216475, 0.518435, 0.827263> - 22986: <-0.256243, 0.515110, 0.817925> - 22987: <-0.256606, 0.471888, 0.843490> - 22988: <-0.216475, 0.518435, 0.827263> - 22989: <-0.216534, 0.562257, 0.798110> - 22990: <-0.255937, 0.558172, 0.789266> - 22991: <-0.256243, 0.515110, 0.817925> - 22992: <-0.216534, 0.562257, 0.798110> - 22993: <-0.216596, 0.605748, 0.765608> - 22994: <-0.255750, 0.600829, 0.757361> - 22995: <-0.255937, 0.558172, 0.789266> - 22996: <-0.216596, 0.605748, 0.765608> - 22997: <-0.216660, 0.648606, 0.729636> - 22998: <-0.255632, 0.642833, 0.722093> - 22999: <-0.255750, 0.600829, 0.757361> - 23000: <-0.255632, -0.642833, 0.722093> - 23001: <-0.255750, -0.600829, 0.757361> - 23002: <-0.294207, -0.595158, 0.747816> - 23003: <-0.293904, -0.636150, 0.713396> - 23004: <-0.255750, -0.600829, 0.757361> - 23005: <-0.255937, -0.558172, 0.789266> - 23006: <-0.294729, -0.553415, 0.779017> - 23007: <-0.294207, -0.595158, 0.747816> - 23008: <-0.255937, -0.558172, 0.789266> - 23009: <-0.256243, -0.515110, 0.817925> - 23010: <-0.295457, -0.511198, 0.807082> - 23011: <-0.294729, -0.553415, 0.779017> - 23012: <-0.256243, -0.515110, 0.817925> - 23013: <-0.256606, -0.471888, 0.843490> - 23014: <-0.296339, -0.468770, 0.832128> - 23015: <-0.295457, -0.511198, 0.807082> - 23016: <-0.256606, -0.471888, 0.843490> - 23017: <-0.256999, -0.428698, 0.866124> - 23018: <-0.297287, -0.426323, 0.854324> - 23019: <-0.296339, -0.468770, 0.832128> - 23020: <-0.256999, -0.428698, 0.866124> - 23021: <-0.257364, -0.385664, 0.886018> - 23022: <-0.298259, -0.383986, 0.873840> - 23023: <-0.297287, -0.426323, 0.854324> - 23024: <-0.257364, -0.385664, 0.886018> - 23025: <-0.257643, -0.342852, 0.903367> - 23026: <-0.299085, -0.341811, 0.890906> - 23027: <-0.298259, -0.383986, 0.873840> - 23028: <-0.257643, -0.342852, 0.903367> - 23029: <-0.257736, -0.300219, 0.918390> - 23030: <-0.299762, -0.299762, 0.905696> - 23031: <-0.299085, -0.341811, 0.890906> - 23032: <-0.257736, -0.300219, 0.918390> - 23033: <-0.257702, -0.257702, 0.931225> - 23034: <-0.300219, -0.257736, 0.918390> - 23035: <-0.299762, -0.299762, 0.905696> - 23036: <-0.257702, -0.257702, 0.931225> - 23037: <-0.257519, -0.215220, 0.942000> - 23038: <-0.300461, -0.215649, 0.929096> - 23039: <-0.300219, -0.257736, 0.918390> - 23040: <-0.257519, -0.215220, 0.942000> - 23041: <-0.257217, -0.172679, 0.950800> - 23042: <-0.300496, -0.173351, 0.937897> - 23043: <-0.300461, -0.215649, 0.929096> - 23044: <-0.257217, -0.172679, 0.950800> - 23045: <-0.256880, -0.129981, 0.957663> - 23046: <-0.300427, -0.130743, 0.944802> - 23047: <-0.300496, -0.173351, 0.937897> - 23048: <-0.256880, -0.129981, 0.957663> - 23049: <-0.256544, -0.087041, 0.962605> - 23050: <-0.300248, -0.087712, 0.949820> - 23051: <-0.300427, -0.130743, 0.944802> - 23052: <-0.256544, -0.087041, 0.962605> - 23053: <-0.256267, -0.043703, 0.965618> - 23054: <-0.300092, -0.044130, 0.952889> - 23055: <-0.300248, -0.087712, 0.949820> - 23056: <-0.256267, -0.043703, 0.965618> - 23057: <-0.256177, 0.000000, 0.966630> - 23058: <-0.300059, 0.000000, 0.953921> - 23059: <-0.300092, -0.044130, 0.952889> - 23060: <-0.256177, 0.000000, 0.966630> - 23061: <-0.256267, 0.043703, 0.965618> - 23062: <-0.300092, 0.044130, 0.952889> - 23063: <-0.300059, 0.000000, 0.953921> - 23064: <-0.256267, 0.043703, 0.965618> - 23065: <-0.256544, 0.087041, 0.962605> - 23066: <-0.300248, 0.087712, 0.949820> - 23067: <-0.300092, 0.044130, 0.952889> - 23068: <-0.256544, 0.087041, 0.962605> - 23069: <-0.256880, 0.129981, 0.957663> - 23070: <-0.300427, 0.130743, 0.944802> - 23071: <-0.300248, 0.087712, 0.949820> - 23072: <-0.256880, 0.129981, 0.957663> - 23073: <-0.257217, 0.172679, 0.950800> - 23074: <-0.300496, 0.173351, 0.937897> - 23075: <-0.300427, 0.130743, 0.944802> - 23076: <-0.257217, 0.172679, 0.950800> - 23077: <-0.257519, 0.215220, 0.942000> - 23078: <-0.300461, 0.215649, 0.929096> - 23079: <-0.300496, 0.173351, 0.937897> - 23080: <-0.257519, 0.215220, 0.942000> - 23081: <-0.257702, 0.257702, 0.931225> - 23082: <-0.300219, 0.257736, 0.918390> - 23083: <-0.300461, 0.215649, 0.929096> - 23084: <-0.257702, 0.257702, 0.931225> - 23085: <-0.257736, 0.300219, 0.918390> - 23086: <-0.299762, 0.299762, 0.905696> - 23087: <-0.300219, 0.257736, 0.918390> - 23088: <-0.257736, 0.300219, 0.918390> - 23089: <-0.257643, 0.342852, 0.903367> - 23090: <-0.299085, 0.341811, 0.890906> - 23091: <-0.299762, 0.299762, 0.905696> - 23092: <-0.257643, 0.342852, 0.903367> - 23093: <-0.257364, 0.385664, 0.886018> - 23094: <-0.298262, 0.383960, 0.873851> - 23095: <-0.299085, 0.341811, 0.890906> - 23096: <-0.257364, 0.385664, 0.886018> - 23097: <-0.256999, 0.428698, 0.866124> - 23098: <-0.297287, 0.426323, 0.854324> - 23099: <-0.298262, 0.383960, 0.873851> - 23100: <-0.256999, 0.428698, 0.866124> - 23101: <-0.256606, 0.471888, 0.843490> - 23102: <-0.296339, 0.468770, 0.832128> - 23103: <-0.297287, 0.426323, 0.854324> - 23104: <-0.256606, 0.471888, 0.843490> - 23105: <-0.256243, 0.515110, 0.817925> - 23106: <-0.295457, 0.511198, 0.807082> - 23107: <-0.296339, 0.468770, 0.832128> - 23108: <-0.256243, 0.515110, 0.817925> - 23109: <-0.255937, 0.558172, 0.789266> - 23110: <-0.294729, 0.553415, 0.779017> - 23111: <-0.295457, 0.511198, 0.807082> - 23112: <-0.255937, 0.558172, 0.789266> - 23113: <-0.255750, 0.600829, 0.757361> - 23114: <-0.294207, 0.595158, 0.747816> - 23115: <-0.294729, 0.553415, 0.779017> - 23116: <-0.255750, 0.600829, 0.757361> - 23117: <-0.255632, 0.642833, 0.722093> - 23118: <-0.293904, 0.636150, 0.713396> - 23119: <-0.294207, 0.595158, 0.747816> - 23120: <-0.293904, -0.636150, 0.713396> - 23121: <-0.294207, -0.595158, 0.747816> - 23122: <-0.332170, -0.588744, 0.736915> - 23123: <-0.331652, -0.628603, 0.703467> - 23124: <-0.294207, -0.595158, 0.747816> - 23125: <-0.294729, -0.553415, 0.779017> - 23126: <-0.333090, -0.548009, 0.767292> - 23127: <-0.332170, -0.588744, 0.736915> - 23128: <-0.294729, -0.553415, 0.779017> - 23129: <-0.295457, -0.511198, 0.807082> - 23130: <-0.334337, -0.506740, 0.794627> - 23131: <-0.333090, -0.548009, 0.767292> - 23132: <-0.295457, -0.511198, 0.807082> - 23133: <-0.296339, -0.468770, 0.832128> - 23134: <-0.335801, -0.465202, 0.819039> - 23135: <-0.334337, -0.506740, 0.794627> - 23136: <-0.296339, -0.468770, 0.832128> - 23137: <-0.297287, -0.426323, 0.854324> - 23138: <-0.337391, -0.423577, 0.840684> - 23139: <-0.335801, -0.465202, 0.819039> - 23140: <-0.297287, -0.426323, 0.854324> - 23141: <-0.298259, -0.383986, 0.873840> - 23142: <-0.339005, -0.381976, 0.859750> - 23143: <-0.337391, -0.423577, 0.840684> - 23144: <-0.298259, -0.383986, 0.873840> - 23145: <-0.299085, -0.341811, 0.890906> - 23146: <-0.340503, -0.340503, 0.876422> - 23147: <-0.339005, -0.381976, 0.859750> - 23148: <-0.299085, -0.341811, 0.890906> - 23149: <-0.299762, -0.299762, 0.905696> - 23150: <-0.341811, -0.299085, 0.890906> - 23151: <-0.340503, -0.340503, 0.876422> - 23152: <-0.299762, -0.299762, 0.905696> - 23153: <-0.300219, -0.257736, 0.918390> - 23154: <-0.342852, -0.257643, 0.903367> - 23155: <-0.341811, -0.299085, 0.890906> - 23156: <-0.300219, -0.257736, 0.918390> - 23157: <-0.300461, -0.215649, 0.929096> - 23158: <-0.343582, -0.215982, 0.913949> - 23159: <-0.342852, -0.257643, 0.903367> - 23160: <-0.300461, -0.215649, 0.929096> - 23161: <-0.300496, -0.173351, 0.937897> - 23162: <-0.344072, -0.173989, 0.922682> - 23163: <-0.343582, -0.215982, 0.913949> - 23164: <-0.300496, -0.173351, 0.937897> - 23165: <-0.300427, -0.130743, 0.944802> - 23166: <-0.344322, -0.131509, 0.929596> - 23167: <-0.344072, -0.173989, 0.922682> - 23168: <-0.300427, -0.130743, 0.944802> - 23169: <-0.300248, -0.087712, 0.949820> - 23170: <-0.344408, -0.088414, 0.934648> - 23171: <-0.344322, -0.131509, 0.929596> - 23172: <-0.300248, -0.087712, 0.949820> - 23173: <-0.300092, -0.044130, 0.952889> - 23174: <-0.344409, -0.044558, 0.937762> - 23175: <-0.344408, -0.088414, 0.934648> - 23176: <-0.300092, -0.044130, 0.952889> - 23177: <-0.300059, 0.000000, 0.953921> - 23178: <-0.344405, 0.000000, 0.938821> - 23179: <-0.344409, -0.044558, 0.937762> - 23180: <-0.300059, 0.000000, 0.953921> - 23181: <-0.300092, 0.044130, 0.952889> - 23182: <-0.344409, 0.044558, 0.937762> - 23183: <-0.344405, 0.000000, 0.938821> - 23184: <-0.300092, 0.044130, 0.952889> - 23185: <-0.300248, 0.087712, 0.949820> - 23186: <-0.344408, 0.088414, 0.934648> - 23187: <-0.344409, 0.044558, 0.937762> - 23188: <-0.300248, 0.087712, 0.949820> - 23189: <-0.300427, 0.130743, 0.944802> - 23190: <-0.344322, 0.131509, 0.929596> - 23191: <-0.344408, 0.088414, 0.934648> - 23192: <-0.300427, 0.130743, 0.944802> - 23193: <-0.300496, 0.173351, 0.937897> - 23194: <-0.344072, 0.173989, 0.922682> - 23195: <-0.344322, 0.131509, 0.929596> - 23196: <-0.300496, 0.173351, 0.937897> - 23197: <-0.300461, 0.215649, 0.929096> - 23198: <-0.343582, 0.215982, 0.913949> - 23199: <-0.344072, 0.173989, 0.922682> - 23200: <-0.300461, 0.215649, 0.929096> - 23201: <-0.300219, 0.257736, 0.918390> - 23202: <-0.342852, 0.257643, 0.903367> - 23203: <-0.343582, 0.215982, 0.913949> - 23204: <-0.300219, 0.257736, 0.918390> - 23205: <-0.299762, 0.299762, 0.905696> - 23206: <-0.341811, 0.299085, 0.890906> - 23207: <-0.342852, 0.257643, 0.903367> - 23208: <-0.299762, 0.299762, 0.905696> - 23209: <-0.299085, 0.341811, 0.890906> - 23210: <-0.340503, 0.340503, 0.876422> - 23211: <-0.341811, 0.299085, 0.890906> - 23212: <-0.299085, 0.341811, 0.890906> - 23213: <-0.298262, 0.383960, 0.873851> - 23214: <-0.339005, 0.381976, 0.859750> - 23215: <-0.340503, 0.340503, 0.876422> - 23216: <-0.298262, 0.383960, 0.873851> - 23217: <-0.297287, 0.426323, 0.854324> - 23218: <-0.337391, 0.423577, 0.840684> - 23219: <-0.339005, 0.381976, 0.859750> - 23220: <-0.297287, 0.426323, 0.854324> - 23221: <-0.296339, 0.468770, 0.832128> - 23222: <-0.335801, 0.465202, 0.819039> - 23223: <-0.337391, 0.423577, 0.840684> - 23224: <-0.296339, 0.468770, 0.832128> - 23225: <-0.295457, 0.511198, 0.807082> - 23226: <-0.334310, 0.506745, 0.794636> - 23227: <-0.335801, 0.465202, 0.819039> - 23228: <-0.295457, 0.511198, 0.807082> - 23229: <-0.294729, 0.553415, 0.779017> - 23230: <-0.333090, 0.548009, 0.767292> - 23231: <-0.334310, 0.506745, 0.794636> - 23232: <-0.294729, 0.553415, 0.779017> - 23233: <-0.294207, 0.595158, 0.747816> - 23234: <-0.332170, 0.588744, 0.736915> - 23235: <-0.333090, 0.548009, 0.767292> - 23236: <-0.294207, 0.595158, 0.747816> - 23237: <-0.293904, 0.636150, 0.713396> - 23238: <-0.331652, 0.628603, 0.703467> - 23239: <-0.332170, 0.588744, 0.736915> - 23240: <-0.331652, -0.628603, 0.703467> - 23241: <-0.332170, -0.588744, 0.736915> - 23242: <-0.369188, -0.581661, 0.724825> - 23243: <-0.368246, -0.620305, 0.692544> - 23244: <-0.332170, -0.588744, 0.736915> - 23245: <-0.333090, -0.548009, 0.767292> - 23246: <-0.370721, -0.542028, 0.754169> - 23247: <-0.369188, -0.581661, 0.724825> - 23248: <-0.333090, -0.548009, 0.767292> - 23249: <-0.334337, -0.506740, 0.794627> - 23250: <-0.372705, -0.501802, 0.780568> - 23251: <-0.370721, -0.542028, 0.754169> - 23252: <-0.334337, -0.506740, 0.794627> - 23253: <-0.335801, -0.465202, 0.819039> - 23254: <-0.374961, -0.461239, 0.804154> - 23255: <-0.372705, -0.501802, 0.780568> - 23256: <-0.335801, -0.465202, 0.819039> - 23257: <-0.337391, -0.423577, 0.840684> - 23258: <-0.377345, -0.420500, 0.825100> - 23259: <-0.374961, -0.461239, 0.804154> - 23260: <-0.337391, -0.423577, 0.840684> - 23261: <-0.339005, -0.381976, 0.859750> - 23262: <-0.379751, -0.379751, 0.843551> - 23263: <-0.377345, -0.420500, 0.825100> - 23264: <-0.339005, -0.381976, 0.859750> - 23265: <-0.340503, -0.340503, 0.876422> - 23266: <-0.381976, -0.339005, 0.859750> - 23267: <-0.379751, -0.379751, 0.843551> - 23268: <-0.340503, -0.340503, 0.876422> - 23269: <-0.341811, -0.299085, 0.890906> - 23270: <-0.383960, -0.298262, 0.873851> - 23271: <-0.381976, -0.339005, 0.859750> - 23272: <-0.341811, -0.299085, 0.890906> - 23273: <-0.342852, -0.257643, 0.903367> - 23274: <-0.385638, -0.257367, 0.886028> - 23275: <-0.383960, -0.298262, 0.873851> - 23276: <-0.342852, -0.257643, 0.903367> - 23277: <-0.343582, -0.215982, 0.913949> - 23278: <-0.386985, -0.216199, 0.896382> - 23279: <-0.385638, -0.257367, 0.886028> - 23280: <-0.343582, -0.215982, 0.913949> - 23281: <-0.344072, -0.173989, 0.922682> - 23282: <-0.387965, -0.174541, 0.904997> - 23283: <-0.386985, -0.216199, 0.896382> - 23284: <-0.344072, -0.173989, 0.922682> - 23285: <-0.344322, -0.131509, 0.929596> - 23286: <-0.388632, -0.132240, 0.911854> - 23287: <-0.387965, -0.174541, 0.904997> - 23288: <-0.344322, -0.131509, 0.929596> - 23289: <-0.344408, -0.088414, 0.934648> - 23290: <-0.388998, -0.089116, 0.916918> - 23291: <-0.388632, -0.132240, 0.911854> - 23292: <-0.344408, -0.088414, 0.934648> - 23293: <-0.344409, -0.044558, 0.937762> - 23294: <-0.389180, -0.045016, 0.920061> - 23295: <-0.388998, -0.089116, 0.916918> - 23296: <-0.344409, -0.044558, 0.937762> - 23297: <-0.344405, 0.000000, 0.938821> - 23298: <-0.389244, 0.000000, 0.921135> - 23299: <-0.389180, -0.045016, 0.920061> - 23300: <-0.344405, 0.000000, 0.938821> - 23301: <-0.344409, 0.044558, 0.937762> - 23302: <-0.389180, 0.045016, 0.920061> - 23303: <-0.389244, 0.000000, 0.921135> - 23304: <-0.344409, 0.044558, 0.937762> - 23305: <-0.344408, 0.088414, 0.934648> - 23306: <-0.388998, 0.089116, 0.916918> - 23307: <-0.389180, 0.045016, 0.920061> - 23308: <-0.344408, 0.088414, 0.934648> - 23309: <-0.344322, 0.131509, 0.929596> - 23310: <-0.388632, 0.132240, 0.911854> - 23311: <-0.388998, 0.089116, 0.916918> - 23312: <-0.344322, 0.131509, 0.929596> - 23313: <-0.344072, 0.173989, 0.922682> - 23314: <-0.387965, 0.174541, 0.904997> - 23315: <-0.388632, 0.132240, 0.911854> - 23316: <-0.344072, 0.173989, 0.922682> - 23317: <-0.343582, 0.215982, 0.913949> - 23318: <-0.386985, 0.216199, 0.896382> - 23319: <-0.387965, 0.174541, 0.904997> - 23320: <-0.343582, 0.215982, 0.913949> - 23321: <-0.342852, 0.257643, 0.903367> - 23322: <-0.385664, 0.257364, 0.886018> - 23323: <-0.386985, 0.216199, 0.896382> - 23324: <-0.342852, 0.257643, 0.903367> - 23325: <-0.341811, 0.299085, 0.890906> - 23326: <-0.383960, 0.298262, 0.873851> - 23327: <-0.385664, 0.257364, 0.886018> - 23328: <-0.341811, 0.299085, 0.890906> - 23329: <-0.340503, 0.340503, 0.876422> - 23330: <-0.381976, 0.339005, 0.859750> - 23331: <-0.383960, 0.298262, 0.873851> - 23332: <-0.340503, 0.340503, 0.876422> - 23333: <-0.339005, 0.381976, 0.859750> - 23334: <-0.379751, 0.379751, 0.843551> - 23335: <-0.381976, 0.339005, 0.859750> - 23336: <-0.339005, 0.381976, 0.859750> - 23337: <-0.337391, 0.423577, 0.840684> - 23338: <-0.377345, 0.420500, 0.825100> - 23339: <-0.379751, 0.379751, 0.843551> - 23340: <-0.337391, 0.423577, 0.840684> - 23341: <-0.335801, 0.465202, 0.819039> - 23342: <-0.374961, 0.461239, 0.804154> - 23343: <-0.377345, 0.420500, 0.825100> - 23344: <-0.335801, 0.465202, 0.819039> - 23345: <-0.334310, 0.506745, 0.794636> - 23346: <-0.372705, 0.501802, 0.780568> - 23347: <-0.374961, 0.461239, 0.804154> - 23348: <-0.334310, 0.506745, 0.794636> - 23349: <-0.333090, 0.548009, 0.767292> - 23350: <-0.370721, 0.542028, 0.754169> - 23351: <-0.372705, 0.501802, 0.780568> - 23352: <-0.333090, 0.548009, 0.767292> - 23353: <-0.332170, 0.588744, 0.736915> - 23354: <-0.369188, 0.581661, 0.724825> - 23355: <-0.370721, 0.542028, 0.754169> - 23356: <-0.332170, 0.588744, 0.736915> - 23357: <-0.331652, 0.628603, 0.703467> - 23358: <-0.368246, 0.620305, 0.692544> - 23359: <-0.369188, 0.581661, 0.724825> - 23360: <-0.368246, -0.620305, 0.692544> - 23361: <-0.369188, -0.581661, 0.724825> - 23362: <-0.404839, -0.574008, 0.711772> - 23363: <-0.403223, -0.611427, 0.680859> - 23364: <-0.369188, -0.581661, 0.724825> - 23365: <-0.370721, -0.542028, 0.754169> - 23366: <-0.407307, -0.535518, 0.739812> - 23367: <-0.404839, -0.574008, 0.711772> - 23368: <-0.370721, -0.542028, 0.754169> - 23369: <-0.372705, -0.501802, 0.780568> - 23370: <-0.410398, -0.496372, 0.764976> - 23371: <-0.407307, -0.535518, 0.739812> - 23372: <-0.372705, -0.501802, 0.780568> - 23373: <-0.374961, -0.461239, 0.804154> - 23374: <-0.413777, -0.456900, 0.787421> - 23375: <-0.410398, -0.496372, 0.764976> - 23376: <-0.374961, -0.461239, 0.804154> - 23377: <-0.377345, -0.420500, 0.825100> - 23378: <-0.417202, -0.417202, 0.807394> - 23379: <-0.413777, -0.456900, 0.787421> - 23380: <-0.377345, -0.420500, 0.825100> - 23381: <-0.379751, -0.379751, 0.843551> - 23382: <-0.420500, -0.377345, 0.825100> - 23383: <-0.417202, -0.417202, 0.807394> - 23384: <-0.379751, -0.379751, 0.843551> - 23385: <-0.381976, -0.339005, 0.859750> - 23386: <-0.423577, -0.337391, 0.840684> - 23387: <-0.420500, -0.377345, 0.825100> - 23388: <-0.381976, -0.339005, 0.859750> - 23389: <-0.383960, -0.298262, 0.873851> - 23390: <-0.426323, -0.297287, 0.854324> - 23391: <-0.423577, -0.337391, 0.840684> - 23392: <-0.383960, -0.298262, 0.873851> - 23393: <-0.385638, -0.257367, 0.886028> - 23394: <-0.428698, -0.256999, 0.866124> - 23395: <-0.426323, -0.297287, 0.854324> - 23396: <-0.385638, -0.257367, 0.886028> - 23397: <-0.386985, -0.216199, 0.896382> - 23398: <-0.430657, -0.216320, 0.876208> - 23399: <-0.428698, -0.256999, 0.866124> - 23400: <-0.386985, -0.216199, 0.896382> - 23401: <-0.387965, -0.174541, 0.904997> - 23402: <-0.432149, -0.175026, 0.884654> - 23403: <-0.430657, -0.216320, 0.876208> - 23404: <-0.387965, -0.174541, 0.904997> - 23405: <-0.388632, -0.132240, 0.911854> - 23406: <-0.433281, -0.132911, 0.891405> - 23407: <-0.432149, -0.175026, 0.884654> - 23408: <-0.388632, -0.132240, 0.911854> - 23409: <-0.388998, -0.089116, 0.916918> - 23410: <-0.433981, -0.089787, 0.896437> - 23411: <-0.433281, -0.132911, 0.891405> - 23412: <-0.388998, -0.089116, 0.916918> - 23413: <-0.389180, -0.045016, 0.920061> - 23414: <-0.434379, -0.045443, 0.899583> - 23415: <-0.433981, -0.089787, 0.896437> - 23416: <-0.389180, -0.045016, 0.920061> - 23417: <-0.389244, 0.000000, 0.921135> - 23418: <-0.434534, 0.000000, 0.900655> - 23419: <-0.434379, -0.045443, 0.899583> - 23420: <-0.389244, 0.000000, 0.921135> - 23421: <-0.389180, 0.045016, 0.920061> - 23422: <-0.434379, 0.045443, 0.899583> - 23423: <-0.434534, 0.000000, 0.900655> - 23424: <-0.389180, 0.045016, 0.920061> - 23425: <-0.388998, 0.089116, 0.916918> - 23426: <-0.433981, 0.089787, 0.896437> - 23427: <-0.434379, 0.045443, 0.899583> - 23428: <-0.388998, 0.089116, 0.916918> - 23429: <-0.388632, 0.132240, 0.911854> - 23430: <-0.433281, 0.132911, 0.891405> - 23431: <-0.433981, 0.089787, 0.896437> - 23432: <-0.388632, 0.132240, 0.911854> - 23433: <-0.387965, 0.174541, 0.904997> - 23434: <-0.432149, 0.175026, 0.884654> - 23435: <-0.433281, 0.132911, 0.891405> - 23436: <-0.387965, 0.174541, 0.904997> - 23437: <-0.386985, 0.216199, 0.896382> - 23438: <-0.430657, 0.216320, 0.876208> - 23439: <-0.432149, 0.175026, 0.884654> - 23440: <-0.386985, 0.216199, 0.896382> - 23441: <-0.385664, 0.257364, 0.886018> - 23442: <-0.428698, 0.256999, 0.866124> - 23443: <-0.430657, 0.216320, 0.876208> - 23444: <-0.385664, 0.257364, 0.886018> - 23445: <-0.383960, 0.298262, 0.873851> - 23446: <-0.426323, 0.297287, 0.854324> - 23447: <-0.428698, 0.256999, 0.866124> - 23448: <-0.383960, 0.298262, 0.873851> - 23449: <-0.381976, 0.339005, 0.859750> - 23450: <-0.423577, 0.337391, 0.840684> - 23451: <-0.426323, 0.297287, 0.854324> - 23452: <-0.381976, 0.339005, 0.859750> - 23453: <-0.379751, 0.379751, 0.843551> - 23454: <-0.420500, 0.377345, 0.825100> - 23455: <-0.423577, 0.337391, 0.840684> - 23456: <-0.379751, 0.379751, 0.843551> - 23457: <-0.377345, 0.420500, 0.825100> - 23458: <-0.417202, 0.417202, 0.807394> - 23459: <-0.420500, 0.377345, 0.825100> - 23460: <-0.377345, 0.420500, 0.825100> - 23461: <-0.374961, 0.461239, 0.804154> - 23462: <-0.413777, 0.456900, 0.787421> - 23463: <-0.417202, 0.417202, 0.807394> - 23464: <-0.374961, 0.461239, 0.804154> - 23465: <-0.372705, 0.501802, 0.780568> - 23466: <-0.410392, 0.496395, 0.764964> - 23467: <-0.413777, 0.456900, 0.787421> - 23468: <-0.372705, 0.501802, 0.780568> - 23469: <-0.370721, 0.542028, 0.754169> - 23470: <-0.407307, 0.535518, 0.739812> - 23471: <-0.410392, 0.496395, 0.764964> - 23472: <-0.370721, 0.542028, 0.754169> - 23473: <-0.369188, 0.581661, 0.724825> - 23474: <-0.404839, 0.574008, 0.711772> - 23475: <-0.407307, 0.535518, 0.739812> - 23476: <-0.369188, 0.581661, 0.724825> - 23477: <-0.368246, 0.620305, 0.692544> - 23478: <-0.403223, 0.611427, 0.680859> - 23479: <-0.404839, 0.574008, 0.711772> - 23480: <-0.403223, -0.611427, 0.680859> - 23481: <-0.404839, -0.574008, 0.711772> - 23482: <-0.439475, -0.565794, 0.697667> - 23483: <-0.437036, -0.601963, 0.668312> - 23484: <-0.404839, -0.574008, 0.711772> - 23485: <-0.407307, -0.535518, 0.739812> - 23486: <-0.443145, -0.528478, 0.724109> - 23487: <-0.439475, -0.565794, 0.697667> - 23488: <-0.407307, -0.535518, 0.739812> - 23489: <-0.410398, -0.496372, 0.764976> - 23490: <-0.447593, -0.490534, 0.747688> - 23491: <-0.443145, -0.528478, 0.724109> - 23492: <-0.410398, -0.496372, 0.764976> - 23493: <-0.413777, -0.456900, 0.787421> - 23494: <-0.452290, -0.452290, 0.768679> - 23495: <-0.447593, -0.490534, 0.747688> - 23496: <-0.413777, -0.456900, 0.787421> - 23497: <-0.417202, -0.417202, 0.807394> - 23498: <-0.456900, -0.413777, 0.787421> - 23499: <-0.452290, -0.452290, 0.768679> - 23500: <-0.417202, -0.417202, 0.807394> - 23501: <-0.420500, -0.377345, 0.825100> - 23502: <-0.461239, -0.374961, 0.804154> - 23503: <-0.456900, -0.413777, 0.787421> - 23504: <-0.420500, -0.377345, 0.825100> - 23505: <-0.423577, -0.337391, 0.840684> - 23506: <-0.465202, -0.335801, 0.819039> - 23507: <-0.461239, -0.374961, 0.804154> - 23508: <-0.423577, -0.337391, 0.840684> - 23509: <-0.426323, -0.297287, 0.854324> - 23510: <-0.468770, -0.296339, 0.832128> - 23511: <-0.465202, -0.335801, 0.819039> - 23512: <-0.426323, -0.297287, 0.854324> - 23513: <-0.428698, -0.256999, 0.866124> - 23514: <-0.471888, -0.256606, 0.843490> - 23515: <-0.468770, -0.296339, 0.832128> - 23516: <-0.428698, -0.256999, 0.866124> - 23517: <-0.430657, -0.216320, 0.876208> - 23518: <-0.474515, -0.216413, 0.853230> - 23519: <-0.471888, -0.256606, 0.843490> - 23520: <-0.430657, -0.216320, 0.876208> - 23521: <-0.432149, -0.175026, 0.884654> - 23522: <-0.476614, -0.175453, 0.861426> - 23523: <-0.474515, -0.216413, 0.853230> - 23524: <-0.432149, -0.175026, 0.884654> - 23525: <-0.433281, -0.132911, 0.891405> - 23526: <-0.478208, -0.133553, 0.868033> - 23527: <-0.476614, -0.175453, 0.861426> - 23528: <-0.433281, -0.132911, 0.891405> - 23529: <-0.433981, -0.089787, 0.896437> - 23530: <-0.479307, -0.090429, 0.872976> - 23531: <-0.478208, -0.133553, 0.868033> - 23532: <-0.433981, -0.089787, 0.896437> - 23533: <-0.434379, -0.045443, 0.899583> - 23534: <-0.479951, -0.045871, 0.876095> - 23535: <-0.479307, -0.090429, 0.872976> - 23536: <-0.434379, -0.045443, 0.899583> - 23537: <-0.434534, 0.000000, 0.900655> - 23538: <-0.480158, 0.000000, 0.877182> - 23539: <-0.479951, -0.045871, 0.876095> - 23540: <-0.434534, 0.000000, 0.900655> - 23541: <-0.434379, 0.045443, 0.899583> - 23542: <-0.479951, 0.045871, 0.876095> - 23543: <-0.480158, 0.000000, 0.877182> - 23544: <-0.434379, 0.045443, 0.899583> - 23545: <-0.433981, 0.089787, 0.896437> - 23546: <-0.479307, 0.090429, 0.872976> - 23547: <-0.479951, 0.045871, 0.876095> - 23548: <-0.433981, 0.089787, 0.896437> - 23549: <-0.433281, 0.132911, 0.891405> - 23550: <-0.478208, 0.133553, 0.868033> - 23551: <-0.479307, 0.090429, 0.872976> - 23552: <-0.433281, 0.132911, 0.891405> - 23553: <-0.432149, 0.175026, 0.884654> - 23554: <-0.476614, 0.175453, 0.861426> - 23555: <-0.478208, 0.133553, 0.868033> - 23556: <-0.432149, 0.175026, 0.884654> - 23557: <-0.430657, 0.216320, 0.876208> - 23558: <-0.474515, 0.216413, 0.853230> - 23559: <-0.476614, 0.175453, 0.861426> - 23560: <-0.430657, 0.216320, 0.876208> - 23561: <-0.428698, 0.256999, 0.866124> - 23562: <-0.471888, 0.256606, 0.843490> - 23563: <-0.474515, 0.216413, 0.853230> - 23564: <-0.428698, 0.256999, 0.866124> - 23565: <-0.426323, 0.297287, 0.854324> - 23566: <-0.468770, 0.296339, 0.832128> - 23567: <-0.471888, 0.256606, 0.843490> - 23568: <-0.426323, 0.297287, 0.854324> - 23569: <-0.423577, 0.337391, 0.840684> - 23570: <-0.465202, 0.335801, 0.819039> - 23571: <-0.468770, 0.296339, 0.832128> - 23572: <-0.423577, 0.337391, 0.840684> - 23573: <-0.420500, 0.377345, 0.825100> - 23574: <-0.461239, 0.374961, 0.804154> - 23575: <-0.465202, 0.335801, 0.819039> - 23576: <-0.420500, 0.377345, 0.825100> - 23577: <-0.417202, 0.417202, 0.807394> - 23578: <-0.456900, 0.413777, 0.787421> - 23579: <-0.461239, 0.374961, 0.804154> - 23580: <-0.417202, 0.417202, 0.807394> - 23581: <-0.413777, 0.456900, 0.787421> - 23582: <-0.452290, 0.452290, 0.768679> - 23583: <-0.456900, 0.413777, 0.787421> - 23584: <-0.413777, 0.456900, 0.787421> - 23585: <-0.410392, 0.496395, 0.764964> - 23586: <-0.447593, 0.490534, 0.747688> - 23587: <-0.452290, 0.452290, 0.768679> - 23588: <-0.410392, 0.496395, 0.764964> - 23589: <-0.407307, 0.535518, 0.739812> - 23590: <-0.443145, 0.528478, 0.724109> - 23591: <-0.447593, 0.490534, 0.747688> - 23592: <-0.407307, 0.535518, 0.739812> - 23593: <-0.404839, 0.574008, 0.711772> - 23594: <-0.439475, 0.565794, 0.697667> - 23595: <-0.443145, 0.528478, 0.724109> - 23596: <-0.404839, 0.574008, 0.711772> - 23597: <-0.403223, 0.611427, 0.680859> - 23598: <-0.437036, 0.601963, 0.668312> - 23599: <-0.439475, 0.565794, 0.697667> - 23600: <-0.437036, -0.601963, 0.668312> - 23601: <-0.439475, -0.565794, 0.697667> - 23602: <-0.473139, -0.557037, 0.682532> - 23603: <-0.469385, -0.591920, 0.655217> - 23604: <-0.439475, -0.565794, 0.697667> - 23605: <-0.443145, -0.528478, 0.724109> - 23606: <-0.478425, -0.520969, 0.706895> - 23607: <-0.473139, -0.557037, 0.682532> - 23608: <-0.443145, -0.528478, 0.724109> - 23609: <-0.447593, -0.490534, 0.747688> - 23610: <-0.484430, -0.484430, 0.728461> - 23611: <-0.478425, -0.520969, 0.706895> - 23612: <-0.447593, -0.490534, 0.747688> - 23613: <-0.452290, -0.452290, 0.768679> - 23614: <-0.490534, -0.447593, 0.747688> - 23615: <-0.484430, -0.484430, 0.728461> - 23616: <-0.452290, -0.452290, 0.768679> - 23617: <-0.456900, -0.413777, 0.787421> - 23618: <-0.496395, -0.410392, 0.764964> - 23619: <-0.490534, -0.447593, 0.747688> - 23620: <-0.456900, -0.413777, 0.787421> - 23621: <-0.461239, -0.374961, 0.804154> - 23622: <-0.501802, -0.372705, 0.780568> - 23623: <-0.496395, -0.410392, 0.764964> - 23624: <-0.461239, -0.374961, 0.804154> - 23625: <-0.465202, -0.335801, 0.819039> - 23626: <-0.506745, -0.334310, 0.794636> - 23627: <-0.501802, -0.372705, 0.780568> - 23628: <-0.465202, -0.335801, 0.819039> - 23629: <-0.468770, -0.296339, 0.832128> - 23630: <-0.511198, -0.295457, 0.807082> - 23631: <-0.506745, -0.334310, 0.794636> - 23632: <-0.468770, -0.296339, 0.832128> - 23633: <-0.471888, -0.256606, 0.843490> - 23634: <-0.515110, -0.256243, 0.817925> - 23635: <-0.511198, -0.295457, 0.807082> - 23636: <-0.471888, -0.256606, 0.843490> - 23637: <-0.474515, -0.216413, 0.853230> - 23638: <-0.518435, -0.216475, 0.827263> - 23639: <-0.515110, -0.256243, 0.817925> - 23640: <-0.474515, -0.216413, 0.853230> - 23641: <-0.476614, -0.175453, 0.861426> - 23642: <-0.521180, -0.175853, 0.835133> - 23643: <-0.518435, -0.216475, 0.827263> - 23644: <-0.476614, -0.175453, 0.861426> - 23645: <-0.478208, -0.133553, 0.868033> - 23646: <-0.523307, -0.134100, 0.841527> - 23647: <-0.521180, -0.175853, 0.835133> - 23648: <-0.478208, -0.133553, 0.868033> - 23649: <-0.479307, -0.090429, 0.872976> - 23650: <-0.524836, -0.091008, 0.846324> - 23651: <-0.523307, -0.134100, 0.841527> - 23652: <-0.479307, -0.090429, 0.872976> - 23653: <-0.479951, -0.045871, 0.876095> - 23654: <-0.525753, -0.046267, 0.849378> - 23655: <-0.524836, -0.091008, 0.846324> - 23656: <-0.479951, -0.045871, 0.876095> - 23657: <-0.480158, 0.000000, 0.877182> - 23658: <-0.526081, 0.000000, 0.850434> - 23659: <-0.525753, -0.046267, 0.849378> - 23660: <-0.480158, 0.000000, 0.877182> - 23661: <-0.479951, 0.045871, 0.876095> - 23662: <-0.525753, 0.046267, 0.849378> - 23663: <-0.526081, 0.000000, 0.850434> - 23664: <-0.479951, 0.045871, 0.876095> - 23665: <-0.479307, 0.090429, 0.872976> - 23666: <-0.524836, 0.091008, 0.846324> - 23667: <-0.525753, 0.046267, 0.849378> - 23668: <-0.479307, 0.090429, 0.872976> - 23669: <-0.478208, 0.133553, 0.868033> - 23670: <-0.523307, 0.134100, 0.841527> - 23671: <-0.524836, 0.091008, 0.846324> - 23672: <-0.478208, 0.133553, 0.868033> - 23673: <-0.476614, 0.175453, 0.861426> - 23674: <-0.521180, 0.175853, 0.835133> - 23675: <-0.523307, 0.134100, 0.841527> - 23676: <-0.476614, 0.175453, 0.861426> - 23677: <-0.474515, 0.216413, 0.853230> - 23678: <-0.518435, 0.216475, 0.827263> - 23679: <-0.521180, 0.175853, 0.835133> - 23680: <-0.474515, 0.216413, 0.853230> - 23681: <-0.471888, 0.256606, 0.843490> - 23682: <-0.515110, 0.256243, 0.817925> - 23683: <-0.518435, 0.216475, 0.827263> - 23684: <-0.471888, 0.256606, 0.843490> - 23685: <-0.468770, 0.296339, 0.832128> - 23686: <-0.511198, 0.295457, 0.807082> - 23687: <-0.515110, 0.256243, 0.817925> - 23688: <-0.468770, 0.296339, 0.832128> - 23689: <-0.465202, 0.335801, 0.819039> - 23690: <-0.506740, 0.334337, 0.794627> - 23691: <-0.511198, 0.295457, 0.807082> - 23692: <-0.465202, 0.335801, 0.819039> - 23693: <-0.461239, 0.374961, 0.804154> - 23694: <-0.501802, 0.372705, 0.780568> - 23695: <-0.506740, 0.334337, 0.794627> - 23696: <-0.461239, 0.374961, 0.804154> - 23697: <-0.456900, 0.413777, 0.787421> - 23698: <-0.496395, 0.410392, 0.764964> - 23699: <-0.501802, 0.372705, 0.780568> - 23700: <-0.456900, 0.413777, 0.787421> - 23701: <-0.452290, 0.452290, 0.768679> - 23702: <-0.490534, 0.447593, 0.747688> - 23703: <-0.496395, 0.410392, 0.764964> - 23704: <-0.452290, 0.452290, 0.768679> - 23705: <-0.447593, 0.490534, 0.747688> - 23706: <-0.484430, 0.484430, 0.728461> - 23707: <-0.490534, 0.447593, 0.747688> - 23708: <-0.447593, 0.490534, 0.747688> - 23709: <-0.443145, 0.528478, 0.724109> - 23710: <-0.478425, 0.520969, 0.706895> - 23711: <-0.484430, 0.484430, 0.728461> - 23712: <-0.443145, 0.528478, 0.724109> - 23713: <-0.439475, 0.565794, 0.697667> - 23714: <-0.473139, 0.557037, 0.682532> - 23715: <-0.478425, 0.520969, 0.706895> - 23716: <-0.439475, 0.565794, 0.697667> - 23717: <-0.437036, 0.601963, 0.668312> - 23718: <-0.469385, 0.591920, 0.655217> - 23719: <-0.473139, 0.557037, 0.682532> - 23720: <-0.469385, -0.591920, 0.655217> - 23721: <-0.473139, -0.557037, 0.682532> - 23722: <-0.506040, -0.547882, 0.666144> - 23723: <-0.500496, -0.581465, 0.641406> - 23724: <-0.473139, -0.557037, 0.682532> - 23725: <-0.478425, -0.520969, 0.706895> - 23726: <-0.513252, -0.513252, 0.687856> - 23727: <-0.506040, -0.547882, 0.666144> - 23728: <-0.478425, -0.520969, 0.706895> - 23729: <-0.484430, -0.484430, 0.728461> - 23730: <-0.520969, -0.478425, 0.706895> - 23731: <-0.513252, -0.513252, 0.687856> - 23732: <-0.484430, -0.484430, 0.728461> - 23733: <-0.490534, -0.447593, 0.747688> - 23734: <-0.528478, -0.443145, 0.724109> - 23735: <-0.520969, -0.478425, 0.706895> - 23736: <-0.490534, -0.447593, 0.747688> - 23737: <-0.496395, -0.410392, 0.764964> - 23738: <-0.535518, -0.407307, 0.739812> - 23739: <-0.528478, -0.443145, 0.724109> - 23740: <-0.496395, -0.410392, 0.764964> - 23741: <-0.501802, -0.372705, 0.780568> - 23742: <-0.542028, -0.370721, 0.754169> - 23743: <-0.535518, -0.407307, 0.739812> - 23744: <-0.501802, -0.372705, 0.780568> - 23745: <-0.506745, -0.334310, 0.794636> - 23746: <-0.548009, -0.333090, 0.767292> - 23747: <-0.542028, -0.370721, 0.754169> - 23748: <-0.506745, -0.334310, 0.794636> - 23749: <-0.511198, -0.295457, 0.807082> - 23750: <-0.553415, -0.294729, 0.779017> - 23751: <-0.548009, -0.333090, 0.767292> - 23752: <-0.511198, -0.295457, 0.807082> - 23753: <-0.515110, -0.256243, 0.817925> - 23754: <-0.558172, -0.255937, 0.789266> - 23755: <-0.553415, -0.294729, 0.779017> - 23756: <-0.515110, -0.256243, 0.817925> - 23757: <-0.518435, -0.216475, 0.827263> - 23758: <-0.562257, -0.216534, 0.798110> - 23759: <-0.558172, -0.255937, 0.789266> - 23760: <-0.518435, -0.216475, 0.827263> - 23761: <-0.521180, -0.175853, 0.835133> - 23762: <-0.565675, -0.176188, 0.805587> - 23763: <-0.562257, -0.216534, 0.798110> - 23764: <-0.521180, -0.175853, 0.835133> - 23765: <-0.523307, -0.134100, 0.841527> - 23766: <-0.568382, -0.134618, 0.811677> - 23767: <-0.565675, -0.176188, 0.805587> - 23768: <-0.523307, -0.134100, 0.841527> - 23769: <-0.524836, -0.091008, 0.846324> - 23770: <-0.570377, -0.091497, 0.816271> - 23771: <-0.568382, -0.134618, 0.811677> - 23772: <-0.524836, -0.091008, 0.846324> - 23773: <-0.525753, -0.046267, 0.849378> - 23774: <-0.571602, -0.046573, 0.819208> - 23775: <-0.570377, -0.091497, 0.816271> - 23776: <-0.525753, -0.046267, 0.849378> - 23777: <-0.526081, 0.000000, 0.850434> - 23778: <-0.572024, 0.000000, 0.820237> - 23779: <-0.571602, -0.046573, 0.819208> - 23780: <-0.526081, 0.000000, 0.850434> - 23781: <-0.525753, 0.046267, 0.849378> - 23782: <-0.571602, 0.046573, 0.819208> - 23783: <-0.572024, 0.000000, 0.820237> - 23784: <-0.525753, 0.046267, 0.849378> - 23785: <-0.524836, 0.091008, 0.846324> - 23786: <-0.570377, 0.091497, 0.816271> - 23787: <-0.571602, 0.046573, 0.819208> - 23788: <-0.524836, 0.091008, 0.846324> - 23789: <-0.523307, 0.134100, 0.841527> - 23790: <-0.568382, 0.134618, 0.811677> - 23791: <-0.570377, 0.091497, 0.816271> - 23792: <-0.523307, 0.134100, 0.841527> - 23793: <-0.521180, 0.175853, 0.835133> - 23794: <-0.565675, 0.176188, 0.805587> - 23795: <-0.568382, 0.134618, 0.811677> - 23796: <-0.521180, 0.175853, 0.835133> - 23797: <-0.518435, 0.216475, 0.827263> - 23798: <-0.562257, 0.216534, 0.798110> - 23799: <-0.565675, 0.176188, 0.805587> - 23800: <-0.518435, 0.216475, 0.827263> - 23801: <-0.515110, 0.256243, 0.817925> - 23802: <-0.558172, 0.255937, 0.789266> - 23803: <-0.562257, 0.216534, 0.798110> - 23804: <-0.515110, 0.256243, 0.817925> - 23805: <-0.511198, 0.295457, 0.807082> - 23806: <-0.553415, 0.294729, 0.779017> - 23807: <-0.558172, 0.255937, 0.789266> - 23808: <-0.511198, 0.295457, 0.807082> - 23809: <-0.506740, 0.334337, 0.794627> - 23810: <-0.548009, 0.333090, 0.767292> - 23811: <-0.553415, 0.294729, 0.779017> - 23812: <-0.506740, 0.334337, 0.794627> - 23813: <-0.501802, 0.372705, 0.780568> - 23814: <-0.542028, 0.370721, 0.754169> - 23815: <-0.548009, 0.333090, 0.767292> - 23816: <-0.501802, 0.372705, 0.780568> - 23817: <-0.496395, 0.410392, 0.764964> - 23818: <-0.535518, 0.407307, 0.739812> - 23819: <-0.542028, 0.370721, 0.754169> - 23820: <-0.496395, 0.410392, 0.764964> - 23821: <-0.490534, 0.447593, 0.747688> - 23822: <-0.528478, 0.443145, 0.724109> - 23823: <-0.535518, 0.407307, 0.739812> - 23824: <-0.490534, 0.447593, 0.747688> - 23825: <-0.484430, 0.484430, 0.728461> - 23826: <-0.520969, 0.478425, 0.706895> - 23827: <-0.528478, 0.443145, 0.724109> - 23828: <-0.484430, 0.484430, 0.728461> - 23829: <-0.478425, 0.520969, 0.706895> - 23830: <-0.513252, 0.513252, 0.687856> - 23831: <-0.520969, 0.478425, 0.706895> - 23832: <-0.478425, 0.520969, 0.706895> - 23833: <-0.473139, 0.557037, 0.682532> - 23834: <-0.506040, 0.547882, 0.666144> - 23835: <-0.513252, 0.513252, 0.687856> - 23836: <-0.473139, 0.557037, 0.682532> - 23837: <-0.469385, 0.591920, 0.655217> - 23838: <-0.500519, 0.581456, 0.641396> - 23839: <-0.506040, 0.547882, 0.666144> - 23840: <-0.500496, -0.581465, 0.641406> - 23841: <-0.506040, -0.547882, 0.666144> - 23842: <-0.538962, -0.538962, 0.647334> - 23843: <-0.531523, -0.571076, 0.625584> - 23844: <-0.506040, -0.547882, 0.666144> - 23845: <-0.513252, -0.513252, 0.687856> - 23846: <-0.547882, -0.506040, 0.666144> - 23847: <-0.538962, -0.538962, 0.647334> - 23848: <-0.513252, -0.513252, 0.687856> - 23849: <-0.520969, -0.478425, 0.706895> - 23850: <-0.557037, -0.473139, 0.682532> - 23851: <-0.547882, -0.506040, 0.666144> - 23852: <-0.520969, -0.478425, 0.706895> - 23853: <-0.528478, -0.443145, 0.724109> - 23854: <-0.565794, -0.439475, 0.697667> - 23855: <-0.557037, -0.473139, 0.682532> - 23856: <-0.528478, -0.443145, 0.724109> - 23857: <-0.535518, -0.407307, 0.739812> - 23858: <-0.574008, -0.404839, 0.711772> - 23859: <-0.565794, -0.439475, 0.697667> - 23860: <-0.535518, -0.407307, 0.739812> - 23861: <-0.542028, -0.370721, 0.754169> - 23862: <-0.581661, -0.369188, 0.724825> - 23863: <-0.574008, -0.404839, 0.711772> - 23864: <-0.542028, -0.370721, 0.754169> - 23865: <-0.548009, -0.333090, 0.767292> - 23866: <-0.588744, -0.332170, 0.736915> - 23867: <-0.581661, -0.369188, 0.724825> - 23868: <-0.548009, -0.333090, 0.767292> - 23869: <-0.553415, -0.294729, 0.779017> - 23870: <-0.595158, -0.294207, 0.747816> - 23871: <-0.588744, -0.332170, 0.736915> - 23872: <-0.553415, -0.294729, 0.779017> - 23873: <-0.558172, -0.255937, 0.789266> - 23874: <-0.600829, -0.255750, 0.757361> - 23875: <-0.595158, -0.294207, 0.747816> - 23876: <-0.558172, -0.255937, 0.789266> - 23877: <-0.562257, -0.216534, 0.798110> - 23878: <-0.605748, -0.216596, 0.765608> - 23879: <-0.600829, -0.255750, 0.757361> - 23880: <-0.562257, -0.216534, 0.798110> - 23881: <-0.565675, -0.176188, 0.805587> - 23882: <-0.609892, -0.176461, 0.772589> - 23883: <-0.605748, -0.216596, 0.765608> - 23884: <-0.565675, -0.176188, 0.805587> - 23885: <-0.568382, -0.134618, 0.811677> - 23886: <-0.613196, -0.135018, 0.778306> - 23887: <-0.609892, -0.176461, 0.772589> - 23888: <-0.568382, -0.134618, 0.811677> - 23889: <-0.570377, -0.091497, 0.816271> - 23890: <-0.615697, -0.091894, 0.782607> - 23891: <-0.613196, -0.135018, 0.778306> - 23892: <-0.570377, -0.091497, 0.816271> - 23893: <-0.571602, -0.046573, 0.819208> - 23894: <-0.617246, -0.046847, 0.785375> - 23895: <-0.615697, -0.091894, 0.782607> - 23896: <-0.571602, -0.046573, 0.819208> - 23897: <-0.572024, 0.000000, 0.820237> - 23898: <-0.617789, 0.000000, 0.786344> - 23899: <-0.617246, -0.046847, 0.785375> - 23900: <-0.572024, 0.000000, 0.820237> - 23901: <-0.571602, 0.046573, 0.819208> - 23902: <-0.617246, 0.046847, 0.785375> - 23903: <-0.617789, 0.000000, 0.786344> - 23904: <-0.571602, 0.046573, 0.819208> - 23905: <-0.570377, 0.091497, 0.816271> - 23906: <-0.615697, 0.091894, 0.782607> - 23907: <-0.617246, 0.046847, 0.785375> - 23908: <-0.570377, 0.091497, 0.816271> - 23909: <-0.568382, 0.134618, 0.811677> - 23910: <-0.613199, 0.134988, 0.778309> - 23911: <-0.615697, 0.091894, 0.782607> - 23912: <-0.568382, 0.134618, 0.811677> - 23913: <-0.565675, 0.176188, 0.805587> - 23914: <-0.609892, 0.176461, 0.772589> - 23915: <-0.613199, 0.134988, 0.778309> - 23916: <-0.565675, 0.176188, 0.805587> - 23917: <-0.562257, 0.216534, 0.798110> - 23918: <-0.605748, 0.216596, 0.765608> - 23919: <-0.609892, 0.176461, 0.772589> - 23920: <-0.562257, 0.216534, 0.798110> - 23921: <-0.558172, 0.255937, 0.789266> - 23922: <-0.600829, 0.255750, 0.757361> - 23923: <-0.605748, 0.216596, 0.765608> - 23924: <-0.558172, 0.255937, 0.789266> - 23925: <-0.553415, 0.294729, 0.779017> - 23926: <-0.595158, 0.294207, 0.747816> - 23927: <-0.600829, 0.255750, 0.757361> - 23928: <-0.553415, 0.294729, 0.779017> - 23929: <-0.548009, 0.333090, 0.767292> - 23930: <-0.588744, 0.332170, 0.736915> - 23931: <-0.595158, 0.294207, 0.747816> - 23932: <-0.548009, 0.333090, 0.767292> - 23933: <-0.542028, 0.370721, 0.754169> - 23934: <-0.581661, 0.369188, 0.724825> - 23935: <-0.588744, 0.332170, 0.736915> - 23936: <-0.542028, 0.370721, 0.754169> - 23937: <-0.535518, 0.407307, 0.739812> - 23938: <-0.574008, 0.404839, 0.711772> - 23939: <-0.581661, 0.369188, 0.724825> - 23940: <-0.535518, 0.407307, 0.739812> - 23941: <-0.528478, 0.443145, 0.724109> - 23942: <-0.565794, 0.439475, 0.697667> - 23943: <-0.574008, 0.404839, 0.711772> - 23944: <-0.528478, 0.443145, 0.724109> - 23945: <-0.520969, 0.478425, 0.706895> - 23946: <-0.557037, 0.473139, 0.682532> - 23947: <-0.565794, 0.439475, 0.697667> - 23948: <-0.520969, 0.478425, 0.706895> - 23949: <-0.513252, 0.513252, 0.687856> - 23950: <-0.547882, 0.506040, 0.666144> - 23951: <-0.557037, 0.473139, 0.682532> - 23952: <-0.513252, 0.513252, 0.687856> - 23953: <-0.506040, 0.547882, 0.666144> - 23954: <-0.538962, 0.538962, 0.647334> - 23955: <-0.547882, 0.506040, 0.666144> - 23956: <-0.506040, 0.547882, 0.666144> - 23957: <-0.500519, 0.581456, 0.641396> - 23958: <-0.531523, 0.571076, 0.625584> - 23959: <-0.538962, 0.538962, 0.647334> - 23960: <-0.531523, -0.571076, 0.625584> - 23961: <-0.538962, -0.538962, 0.647334> - 23962: <-0.571076, -0.531523, 0.625584> - 23963: <-0.561516, -0.561516, 0.607783> - 23964: <-0.538962, -0.538962, 0.647334> - 23965: <-0.547882, -0.506040, 0.666144> - 23966: <-0.581456, -0.500519, 0.641396> - 23967: <-0.571076, -0.531523, 0.625584> - 23968: <-0.547882, -0.506040, 0.666144> - 23969: <-0.557037, -0.473139, 0.682532> - 23970: <-0.591920, -0.469385, 0.655217> - 23971: <-0.581456, -0.500519, 0.641396> - 23972: <-0.557037, -0.473139, 0.682532> - 23973: <-0.565794, -0.439475, 0.697667> - 23974: <-0.601963, -0.437036, 0.668312> - 23975: <-0.591920, -0.469385, 0.655217> - 23976: <-0.565794, -0.439475, 0.697667> - 23977: <-0.574008, -0.404839, 0.711772> - 23978: <-0.611427, -0.403223, 0.680859> - 23979: <-0.601963, -0.437036, 0.668312> - 23980: <-0.574008, -0.404839, 0.711772> - 23981: <-0.581661, -0.369188, 0.724825> - 23982: <-0.620305, -0.368246, 0.692544> - 23983: <-0.611427, -0.403223, 0.680859> - 23984: <-0.581661, -0.369188, 0.724825> - 23985: <-0.588744, -0.332170, 0.736915> - 23986: <-0.628603, -0.331652, 0.703467> - 23987: <-0.620305, -0.368246, 0.692544> - 23988: <-0.588744, -0.332170, 0.736915> - 23989: <-0.595158, -0.294207, 0.747816> - 23990: <-0.636150, -0.293904, 0.713396> - 23991: <-0.628603, -0.331652, 0.703467> - 23992: <-0.595158, -0.294207, 0.747816> - 23993: <-0.600829, -0.255750, 0.757361> - 23994: <-0.642833, -0.255632, 0.722093> - 23995: <-0.636150, -0.293904, 0.713396> - 23996: <-0.600829, -0.255750, 0.757361> - 23997: <-0.605748, -0.216596, 0.765608> - 23998: <-0.648606, -0.216660, 0.729636> - 23999: <-0.642833, -0.255632, 0.722093> - 24000: <-0.605748, -0.216596, 0.765608> - 24001: <-0.609892, -0.176461, 0.772589> - 24002: <-0.653502, -0.176644, 0.736025> - 24003: <-0.648606, -0.216660, 0.729636> - 24004: <-0.609892, -0.176461, 0.772589> - 24005: <-0.613196, -0.135018, 0.778306> - 24006: <-0.657468, -0.135260, 0.741243> - 24007: <-0.653502, -0.176644, 0.736025> - 24008: <-0.613196, -0.135018, 0.778306> - 24009: <-0.615697, -0.091894, 0.782607> - 24010: <-0.660463, -0.092137, 0.745184> - 24011: <-0.657468, -0.135260, 0.741243> - 24012: <-0.615697, -0.091894, 0.782607> - 24013: <-0.617246, -0.046847, 0.785375> - 24014: <-0.662354, -0.046999, 0.747715> - 24015: <-0.660463, -0.092137, 0.745184> - 24016: <-0.617246, -0.046847, 0.785375> - 24017: <-0.617789, 0.000000, 0.786344> - 24018: <-0.663024, 0.000000, 0.748599> - 24019: <-0.662354, -0.046999, 0.747715> - 24020: <-0.617789, 0.000000, 0.786344> - 24021: <-0.617246, 0.046847, 0.785375> - 24022: <-0.662354, 0.046999, 0.747715> - 24023: <-0.663024, 0.000000, 0.748599> - 24024: <-0.617246, 0.046847, 0.785375> - 24025: <-0.615697, 0.091894, 0.782607> - 24026: <-0.660463, 0.092137, 0.745184> - 24027: <-0.662354, 0.046999, 0.747715> - 24028: <-0.615697, 0.091894, 0.782607> - 24029: <-0.613199, 0.134988, 0.778309> - 24030: <-0.657468, 0.135260, 0.741243> - 24031: <-0.660463, 0.092137, 0.745184> - 24032: <-0.613199, 0.134988, 0.778309> - 24033: <-0.609892, 0.176461, 0.772589> - 24034: <-0.653502, 0.176644, 0.736025> - 24035: <-0.657468, 0.135260, 0.741243> - 24036: <-0.609892, 0.176461, 0.772589> - 24037: <-0.605748, 0.216596, 0.765608> - 24038: <-0.648606, 0.216660, 0.729636> - 24039: <-0.653502, 0.176644, 0.736025> - 24040: <-0.605748, 0.216596, 0.765608> - 24041: <-0.600829, 0.255750, 0.757361> - 24042: <-0.642833, 0.255632, 0.722093> - 24043: <-0.648606, 0.216660, 0.729636> - 24044: <-0.600829, 0.255750, 0.757361> - 24045: <-0.595158, 0.294207, 0.747816> - 24046: <-0.636150, 0.293904, 0.713396> - 24047: <-0.642833, 0.255632, 0.722093> - 24048: <-0.595158, 0.294207, 0.747816> - 24049: <-0.588744, 0.332170, 0.736915> - 24050: <-0.628603, 0.331652, 0.703467> - 24051: <-0.636150, 0.293904, 0.713396> - 24052: <-0.588744, 0.332170, 0.736915> - 24053: <-0.581661, 0.369188, 0.724825> - 24054: <-0.620305, 0.368246, 0.692544> - 24055: <-0.628603, 0.331652, 0.703467> - 24056: <-0.581661, 0.369188, 0.724825> - 24057: <-0.574008, 0.404839, 0.711772> - 24058: <-0.611427, 0.403223, 0.680859> - 24059: <-0.620305, 0.368246, 0.692544> - 24060: <-0.574008, 0.404839, 0.711772> - 24061: <-0.565794, 0.439475, 0.697667> - 24062: <-0.601963, 0.437036, 0.668312> - 24063: <-0.611427, 0.403223, 0.680859> - 24064: <-0.565794, 0.439475, 0.697667> - 24065: <-0.557037, 0.473139, 0.682532> - 24066: <-0.591920, 0.469385, 0.655217> - 24067: <-0.601963, 0.437036, 0.668312> - 24068: <-0.557037, 0.473139, 0.682532> - 24069: <-0.547882, 0.506040, 0.666144> - 24070: <-0.581465, 0.500496, 0.641406> - 24071: <-0.591920, 0.469385, 0.655217> - 24072: <-0.547882, 0.506040, 0.666144> - 24073: <-0.538962, 0.538962, 0.647334> - 24074: <-0.571076, 0.531523, 0.625584> - 24075: <-0.581465, 0.500496, 0.641406> - 24076: <-0.538962, 0.538962, 0.647334> - 24077: <-0.531523, 0.571076, 0.625584> - 24078: <-0.561516, 0.561516, 0.607783> - 24079: <-0.571076, 0.531523, 0.625584> - 24080: < 0.577360, -0.577330, 0.577360> - 24081: < 0.588539, -0.554296, 0.588539> - 24082: < 0.561516, -0.561516, 0.607783> - 24083: < 0.554296, -0.588539, 0.588539> - 24084: < 0.588539, -0.554296, 0.588539> - 24085: < 0.601199, -0.526457, 0.601168> - 24086: < 0.571076, -0.531523, 0.625584> - 24087: < 0.561516, -0.561516, 0.607783> - 24088: < 0.601199, -0.526457, 0.601168> - 24089: < 0.613379, -0.497527, 0.613379> - 24090: < 0.581456, -0.500519, 0.641396> - 24091: < 0.571076, -0.531523, 0.625584> - 24092: < 0.613379, -0.497527, 0.613379> - 24093: < 0.624909, -0.467950, 0.624909> - 24094: < 0.591920, -0.469385, 0.655217> - 24095: < 0.581456, -0.500519, 0.641396> - 24096: < 0.624909, -0.467950, 0.624909> - 24097: < 0.636296, -0.436181, 0.636296> - 24098: < 0.601963, -0.437036, 0.668312> - 24099: < 0.591920, -0.469385, 0.655217> - 24100: < 0.636296, -0.436181, 0.636296> - 24101: < 0.647247, -0.402668, 0.647247> - 24102: < 0.611427, -0.403223, 0.680859> - 24103: < 0.601963, -0.437036, 0.668312> - 24104: < 0.647247, -0.402668, 0.647247> - 24105: < 0.657511, -0.367912, 0.657511> - 24106: < 0.620305, -0.368246, 0.692544> - 24107: < 0.611427, -0.403223, 0.680859> - 24108: < 0.657511, -0.367912, 0.657511> - 24109: < 0.667130, -0.331474, 0.667130> - 24110: < 0.628603, -0.331652, 0.703467> - 24111: < 0.620305, -0.368246, 0.692544> - 24112: < 0.667130, -0.331474, 0.667130> - 24113: < 0.675899, -0.293804, 0.675899> - 24114: < 0.636150, -0.293904, 0.713396> - 24115: < 0.628603, -0.331652, 0.703467> - 24116: < 0.675899, -0.293804, 0.675899> - 24117: < 0.683620, -0.255594, 0.683620> - 24118: < 0.642833, -0.255632, 0.722093> - 24119: < 0.636150, -0.293904, 0.713396> - 24120: < 0.683620, -0.255594, 0.683620> - 24121: < 0.690307, -0.216684, 0.690307> - 24122: < 0.648606, -0.216660, 0.729636> - 24123: < 0.642833, -0.255632, 0.722093> - 24124: < 0.690307, -0.216684, 0.690307> - 24125: < 0.695976, -0.176733, 0.695976> - 24126: < 0.653502, -0.176644, 0.736025> - 24127: < 0.648606, -0.216660, 0.729636> - 24128: < 0.695976, -0.176733, 0.695976> - 24129: < 0.700600, -0.135353, 0.700600> - 24130: < 0.657468, -0.135260, 0.741243> - 24131: < 0.653502, -0.176644, 0.736025> - 24132: < 0.700600, -0.135353, 0.700600> - 24133: < 0.704093, -0.092231, 0.704093> - 24134: < 0.660463, -0.092137, 0.745184> - 24135: < 0.657468, -0.135260, 0.741243> - 24136: < 0.704093, -0.092231, 0.704093> - 24137: < 0.706323, -0.047060, 0.706323> - 24138: < 0.662354, -0.046999, 0.747715> - 24139: < 0.660463, -0.092137, 0.745184> - 24140: < 0.706323, -0.047060, 0.706323> - 24141: < 0.707107, 0.000000, 0.707107> - 24142: < 0.663024, 0.000000, 0.748599> - 24143: < 0.662354, -0.046999, 0.747715> - 24144: < 0.707107, 0.000000, 0.707107> - 24145: < 0.706323, 0.047060, 0.706323> - 24146: < 0.662354, 0.046999, 0.747715> - 24147: < 0.663024, 0.000000, 0.748599> - 24148: < 0.706323, 0.047060, 0.706323> - 24149: < 0.704093, 0.092231, 0.704093> - 24150: < 0.660463, 0.092137, 0.745184> - 24151: < 0.662354, 0.046999, 0.747715> - 24152: < 0.704093, 0.092231, 0.704093> - 24153: < 0.700600, 0.135353, 0.700600> - 24154: < 0.657468, 0.135260, 0.741243> - 24155: < 0.660463, 0.092137, 0.745184> - 24156: < 0.700600, 0.135353, 0.700600> - 24157: < 0.695976, 0.176733, 0.695976> - 24158: < 0.653502, 0.176644, 0.736025> - 24159: < 0.657468, 0.135260, 0.741243> - 24160: < 0.695976, 0.176733, 0.695976> - 24161: < 0.690307, 0.216684, 0.690307> - 24162: < 0.648606, 0.216660, 0.729636> - 24163: < 0.653502, 0.176644, 0.736025> - 24164: < 0.690307, 0.216684, 0.690307> - 24165: < 0.683620, 0.255594, 0.683620> - 24166: < 0.642833, 0.255632, 0.722093> - 24167: < 0.648606, 0.216660, 0.729636> - 24168: < 0.683620, 0.255594, 0.683620> - 24169: < 0.675899, 0.293804, 0.675899> - 24170: < 0.636150, 0.293904, 0.713396> - 24171: < 0.642833, 0.255632, 0.722093> - 24172: < 0.675899, 0.293804, 0.675899> - 24173: < 0.667130, 0.331474, 0.667130> - 24174: < 0.628603, 0.331652, 0.703467> - 24175: < 0.636150, 0.293904, 0.713396> - 24176: < 0.667130, 0.331474, 0.667130> - 24177: < 0.657511, 0.367912, 0.657511> - 24178: < 0.620305, 0.368246, 0.692544> - 24179: < 0.628603, 0.331652, 0.703467> - 24180: < 0.657511, 0.367912, 0.657511> - 24181: < 0.647247, 0.402668, 0.647247> - 24182: < 0.611427, 0.403223, 0.680859> - 24183: < 0.620305, 0.368246, 0.692544> - 24184: < 0.647247, 0.402668, 0.647247> - 24185: < 0.636296, 0.436181, 0.636296> - 24186: < 0.601963, 0.437036, 0.668312> - 24187: < 0.611427, 0.403223, 0.680859> - 24188: < 0.636296, 0.436181, 0.636296> - 24189: < 0.624909, 0.467950, 0.624909> - 24190: < 0.591920, 0.469385, 0.655217> - 24191: < 0.601963, 0.437036, 0.668312> - 24192: < 0.624909, 0.467950, 0.624909> - 24193: < 0.613379, 0.497527, 0.613379> - 24194: < 0.581456, 0.500519, 0.641396> - 24195: < 0.591920, 0.469385, 0.655217> - 24196: < 0.613379, 0.497527, 0.613379> - 24197: < 0.601199, 0.526457, 0.601168> - 24198: < 0.571076, 0.531523, 0.625584> - 24199: < 0.581456, 0.500519, 0.641396> - 24200: < 0.601199, 0.526457, 0.601168> - 24201: < 0.588539, 0.554296, 0.588539> - 24202: < 0.561516, 0.561516, 0.607783> - 24203: < 0.571076, 0.531523, 0.625584> - 24204: < 0.588539, 0.554296, 0.588539> - 24205: < 0.577330, 0.577360, 0.577360> - 24206: < 0.554296, 0.588539, 0.588539> - 24207: < 0.561516, 0.561516, 0.607783> - 24208: < 0.561516, 0.561516, 0.607783> - 24209: < 0.554296, 0.588539, 0.588539> - 24210: < 0.526447, 0.601188, 0.601188> - 24211: < 0.531523, 0.571076, 0.625584> - 24212: < 0.531523, 0.571076, 0.625584> - 24213: < 0.526447, 0.601188, 0.601188> - 24214: < 0.497527, 0.613379, 0.613379> - 24215: < 0.500519, 0.581456, 0.641396> - 24216: < 0.500519, 0.581456, 0.641396> - 24217: < 0.497527, 0.613379, 0.613379> - 24218: < 0.467950, 0.624909, 0.624909> - 24219: < 0.469385, 0.591920, 0.655217> - 24220: < 0.469385, 0.591920, 0.655217> - 24221: < 0.467950, 0.624909, 0.624909> - 24222: < 0.436181, 0.636296, 0.636296> - 24223: < 0.437036, 0.601963, 0.668312> - 24224: < 0.437036, 0.601963, 0.668312> - 24225: < 0.436181, 0.636296, 0.636296> - 24226: < 0.402668, 0.647247, 0.647247> - 24227: < 0.403223, 0.611427, 0.680859> - 24228: < 0.403223, 0.611427, 0.680859> - 24229: < 0.402668, 0.647247, 0.647247> - 24230: < 0.367912, 0.657511, 0.657511> - 24231: < 0.368246, 0.620305, 0.692544> - 24232: < 0.368246, 0.620305, 0.692544> - 24233: < 0.367912, 0.657511, 0.657511> - 24234: < 0.331474, 0.667130, 0.667130> - 24235: < 0.331652, 0.628603, 0.703467> - 24236: < 0.331652, 0.628603, 0.703467> - 24237: < 0.331474, 0.667130, 0.667130> - 24238: < 0.293804, 0.675899, 0.675899> - 24239: < 0.293904, 0.636150, 0.713396> - 24240: < 0.293904, 0.636150, 0.713396> - 24241: < 0.293804, 0.675899, 0.675899> - 24242: < 0.255594, 0.683620, 0.683620> - 24243: < 0.255632, 0.642833, 0.722093> - 24244: < 0.255632, 0.642833, 0.722093> - 24245: < 0.255594, 0.683620, 0.683620> - 24246: < 0.216684, 0.690307, 0.690307> - 24247: < 0.216660, 0.648606, 0.729636> - 24248: < 0.216660, 0.648606, 0.729636> - 24249: < 0.216684, 0.690307, 0.690307> - 24250: < 0.176733, 0.695976, 0.695976> - 24251: < 0.176644, 0.653502, 0.736025> - 24252: < 0.176644, 0.653502, 0.736025> - 24253: < 0.176733, 0.695976, 0.695976> - 24254: < 0.135353, 0.700600, 0.700600> - 24255: < 0.135260, 0.657468, 0.741243> - 24256: < 0.135260, 0.657468, 0.741243> - 24257: < 0.135353, 0.700600, 0.700600> - 24258: < 0.092231, 0.704093, 0.704093> - 24259: < 0.092137, 0.660463, 0.745184> - 24260: < 0.092137, 0.660463, 0.745184> - 24261: < 0.092231, 0.704093, 0.704093> - 24262: < 0.047060, 0.706323, 0.706323> - 24263: < 0.046999, 0.662354, 0.747715> - 24264: < 0.046999, 0.662354, 0.747715> - 24265: < 0.047060, 0.706323, 0.706323> - 24266: < 0.000000, 0.707107, 0.707107> - 24267: < 0.000000, 0.663024, 0.748599> - 24268: < 0.000000, 0.663024, 0.748599> - 24269: < 0.000000, 0.707107, 0.707107> - 24270: <-0.047060, 0.706323, 0.706323> - 24271: <-0.046999, 0.662354, 0.747715> - 24272: <-0.046999, 0.662354, 0.747715> - 24273: <-0.047060, 0.706323, 0.706323> - 24274: <-0.092231, 0.704093, 0.704093> - 24275: <-0.092137, 0.660463, 0.745184> - 24276: <-0.092137, 0.660463, 0.745184> - 24277: <-0.092231, 0.704093, 0.704093> - 24278: <-0.135353, 0.700600, 0.700600> - 24279: <-0.135260, 0.657468, 0.741243> - 24280: <-0.135260, 0.657468, 0.741243> - 24281: <-0.135353, 0.700600, 0.700600> - 24282: <-0.176733, 0.695976, 0.695976> - 24283: <-0.176644, 0.653502, 0.736025> - 24284: <-0.176644, 0.653502, 0.736025> - 24285: <-0.176733, 0.695976, 0.695976> - 24286: <-0.216684, 0.690307, 0.690307> - 24287: <-0.216660, 0.648606, 0.729636> - 24288: <-0.216660, 0.648606, 0.729636> - 24289: <-0.216684, 0.690307, 0.690307> - 24290: <-0.255594, 0.683620, 0.683620> - 24291: <-0.255632, 0.642833, 0.722093> - 24292: <-0.255632, 0.642833, 0.722093> - 24293: <-0.255594, 0.683620, 0.683620> - 24294: <-0.293804, 0.675899, 0.675899> - 24295: <-0.293904, 0.636150, 0.713396> - 24296: <-0.293904, 0.636150, 0.713396> - 24297: <-0.293804, 0.675899, 0.675899> - 24298: <-0.331474, 0.667130, 0.667130> - 24299: <-0.331652, 0.628603, 0.703467> - 24300: <-0.331652, 0.628603, 0.703467> - 24301: <-0.331474, 0.667130, 0.667130> - 24302: <-0.367912, 0.657511, 0.657511> - 24303: <-0.368246, 0.620305, 0.692544> - 24304: <-0.368246, 0.620305, 0.692544> - 24305: <-0.367912, 0.657511, 0.657511> - 24306: <-0.402668, 0.647247, 0.647247> - 24307: <-0.403223, 0.611427, 0.680859> - 24308: <-0.403223, 0.611427, 0.680859> - 24309: <-0.402668, 0.647247, 0.647247> - 24310: <-0.436181, 0.636296, 0.636296> - 24311: <-0.437036, 0.601963, 0.668312> - 24312: <-0.437036, 0.601963, 0.668312> - 24313: <-0.436181, 0.636296, 0.636296> - 24314: <-0.467950, 0.624909, 0.624909> - 24315: <-0.469385, 0.591920, 0.655217> - 24316: <-0.469385, 0.591920, 0.655217> - 24317: <-0.467950, 0.624909, 0.624909> - 24318: <-0.497527, 0.613379, 0.613379> - 24319: <-0.500519, 0.581456, 0.641396> - 24320: <-0.500519, 0.581456, 0.641396> - 24321: <-0.497527, 0.613379, 0.613379> - 24322: <-0.526447, 0.601188, 0.601188> - 24323: <-0.531523, 0.571076, 0.625584> - 24324: <-0.531523, 0.571076, 0.625584> - 24325: <-0.526447, 0.601188, 0.601188> - 24326: <-0.554296, 0.588539, 0.588539> - 24327: <-0.561516, 0.561516, 0.607783> - 24328: <-0.561516, 0.561516, 0.607783> - 24329: <-0.554296, 0.588539, 0.588539> - 24330: <-0.577350, 0.577350, 0.577350> - 24331: <-0.588539, 0.554296, 0.588539> - 24332: <-0.571076, 0.531523, 0.625584> - 24333: <-0.561516, 0.561516, 0.607783> - 24334: <-0.588539, 0.554296, 0.588539> - 24335: <-0.601188, 0.526447, 0.601188> - 24336: <-0.581465, 0.500496, 0.641406> - 24337: <-0.571076, 0.531523, 0.625584> - 24338: <-0.601188, 0.526447, 0.601188> - 24339: <-0.613379, 0.497527, 0.613379> - 24340: <-0.591920, 0.469385, 0.655217> - 24341: <-0.581465, 0.500496, 0.641406> - 24342: <-0.613379, 0.497527, 0.613379> - 24343: <-0.624909, 0.467950, 0.624909> - 24344: <-0.601963, 0.437036, 0.668312> - 24345: <-0.591920, 0.469385, 0.655217> - 24346: <-0.624909, 0.467950, 0.624909> - 24347: <-0.636296, 0.436181, 0.636296> - 24348: <-0.611427, 0.403223, 0.680859> - 24349: <-0.601963, 0.437036, 0.668312> - 24350: <-0.636296, 0.436181, 0.636296> - 24351: <-0.647247, 0.402668, 0.647247> - 24352: <-0.620305, 0.368246, 0.692544> - 24353: <-0.611427, 0.403223, 0.680859> - 24354: <-0.647247, 0.402668, 0.647247> - 24355: <-0.657511, 0.367912, 0.657511> - 24356: <-0.628603, 0.331652, 0.703467> - 24357: <-0.620305, 0.368246, 0.692544> - 24358: <-0.657511, 0.367912, 0.657511> - 24359: <-0.667130, 0.331474, 0.667130> - 24360: <-0.636150, 0.293904, 0.713396> - 24361: <-0.628603, 0.331652, 0.703467> - 24362: <-0.667130, 0.331474, 0.667130> - 24363: <-0.675899, 0.293804, 0.675899> - 24364: <-0.642833, 0.255632, 0.722093> - 24365: <-0.636150, 0.293904, 0.713396> - 24366: <-0.675899, 0.293804, 0.675899> - 24367: <-0.683620, 0.255594, 0.683620> - 24368: <-0.648606, 0.216660, 0.729636> - 24369: <-0.642833, 0.255632, 0.722093> - 24370: <-0.683620, 0.255594, 0.683620> - 24371: <-0.690307, 0.216684, 0.690307> - 24372: <-0.653502, 0.176644, 0.736025> - 24373: <-0.648606, 0.216660, 0.729636> - 24374: <-0.690307, 0.216684, 0.690307> - 24375: <-0.695976, 0.176733, 0.695976> - 24376: <-0.657468, 0.135260, 0.741243> - 24377: <-0.653502, 0.176644, 0.736025> - 24378: <-0.695976, 0.176733, 0.695976> - 24379: <-0.700600, 0.135353, 0.700600> - 24380: <-0.660463, 0.092137, 0.745184> - 24381: <-0.657468, 0.135260, 0.741243> - 24382: <-0.700600, 0.135353, 0.700600> - 24383: <-0.704093, 0.092231, 0.704093> - 24384: <-0.662354, 0.046999, 0.747715> - 24385: <-0.660463, 0.092137, 0.745184> - 24386: <-0.704093, 0.092231, 0.704093> - 24387: <-0.706323, 0.047060, 0.706323> - 24388: <-0.663024, 0.000000, 0.748599> - 24389: <-0.662354, 0.046999, 0.747715> - 24390: <-0.706323, 0.047060, 0.706323> - 24391: <-0.707107, 0.000000, 0.707107> - 24392: <-0.662354, -0.046999, 0.747715> - 24393: <-0.663024, 0.000000, 0.748599> - 24394: <-0.707107, 0.000000, 0.707107> - 24395: <-0.706323, -0.047060, 0.706323> - 24396: <-0.660463, -0.092137, 0.745184> - 24397: <-0.662354, -0.046999, 0.747715> - 24398: <-0.706323, -0.047060, 0.706323> - 24399: <-0.704093, -0.092231, 0.704093> - 24400: <-0.657468, -0.135260, 0.741243> - 24401: <-0.660463, -0.092137, 0.745184> - 24402: <-0.704093, -0.092231, 0.704093> - 24403: <-0.700600, -0.135353, 0.700600> - 24404: <-0.653502, -0.176644, 0.736025> - 24405: <-0.657468, -0.135260, 0.741243> - 24406: <-0.700600, -0.135353, 0.700600> - 24407: <-0.695976, -0.176733, 0.695976> - 24408: <-0.648606, -0.216660, 0.729636> - 24409: <-0.653502, -0.176644, 0.736025> - 24410: <-0.695976, -0.176733, 0.695976> - 24411: <-0.690307, -0.216684, 0.690307> - 24412: <-0.642833, -0.255632, 0.722093> - 24413: <-0.648606, -0.216660, 0.729636> - 24414: <-0.690307, -0.216684, 0.690307> - 24415: <-0.683620, -0.255594, 0.683620> - 24416: <-0.636150, -0.293904, 0.713396> - 24417: <-0.642833, -0.255632, 0.722093> - 24418: <-0.683620, -0.255594, 0.683620> - 24419: <-0.675899, -0.293804, 0.675899> - 24420: <-0.628603, -0.331652, 0.703467> - 24421: <-0.636150, -0.293904, 0.713396> - 24422: <-0.675899, -0.293804, 0.675899> - 24423: <-0.667130, -0.331474, 0.667130> - 24424: <-0.620305, -0.368246, 0.692544> - 24425: <-0.628603, -0.331652, 0.703467> - 24426: <-0.667130, -0.331474, 0.667130> - 24427: <-0.657511, -0.367912, 0.657511> - 24428: <-0.611427, -0.403223, 0.680859> - 24429: <-0.620305, -0.368246, 0.692544> - 24430: <-0.657511, -0.367912, 0.657511> - 24431: <-0.647247, -0.402668, 0.647247> - 24432: <-0.601963, -0.437036, 0.668312> - 24433: <-0.611427, -0.403223, 0.680859> - 24434: <-0.647247, -0.402668, 0.647247> - 24435: <-0.636296, -0.436181, 0.636296> - 24436: <-0.591920, -0.469385, 0.655217> - 24437: <-0.601963, -0.437036, 0.668312> - 24438: <-0.636296, -0.436181, 0.636296> - 24439: <-0.624909, -0.467950, 0.624909> - 24440: <-0.581456, -0.500519, 0.641396> - 24441: <-0.591920, -0.469385, 0.655217> - 24442: <-0.624909, -0.467950, 0.624909> - 24443: <-0.613379, -0.497527, 0.613379> - 24444: <-0.571076, -0.531523, 0.625584> - 24445: <-0.581456, -0.500519, 0.641396> - 24446: <-0.613379, -0.497527, 0.613379> - 24447: <-0.601188, -0.526447, 0.601188> - 24448: <-0.561516, -0.561516, 0.607783> - 24449: <-0.571076, -0.531523, 0.625584> - 24450: <-0.601188, -0.526447, 0.601188> - 24451: <-0.588539, -0.554296, 0.588539> - 24452: <-0.554296, -0.588539, 0.588539> - 24453: <-0.561516, -0.561516, 0.607783> - 24454: <-0.588539, -0.554296, 0.588539> - 24455: <-0.577330, -0.577360, 0.577360> - 24456: <-0.526457, -0.601168, 0.601199> - 24457: <-0.531523, -0.571076, 0.625584> - 24458: <-0.561516, -0.561516, 0.607783> - 24459: <-0.554296, -0.588539, 0.588539> - 24460: <-0.497527, -0.613379, 0.613379> - 24461: <-0.500496, -0.581465, 0.641406> - 24462: <-0.531523, -0.571076, 0.625584> - 24463: <-0.526457, -0.601168, 0.601199> - 24464: <-0.467950, -0.624909, 0.624909> - 24465: <-0.469385, -0.591920, 0.655217> - 24466: <-0.500496, -0.581465, 0.641406> - 24467: <-0.497527, -0.613379, 0.613379> - 24468: <-0.436181, -0.636296, 0.636296> - 24469: <-0.437036, -0.601963, 0.668312> - 24470: <-0.469385, -0.591920, 0.655217> - 24471: <-0.467950, -0.624909, 0.624909> - 24472: <-0.402668, -0.647247, 0.647247> - 24473: <-0.403223, -0.611427, 0.680859> - 24474: <-0.437036, -0.601963, 0.668312> - 24475: <-0.436181, -0.636296, 0.636296> - 24476: <-0.367912, -0.657511, 0.657511> - 24477: <-0.368246, -0.620305, 0.692544> - 24478: <-0.403223, -0.611427, 0.680859> - 24479: <-0.402668, -0.647247, 0.647247> - 24480: <-0.331474, -0.667130, 0.667130> - 24481: <-0.331652, -0.628603, 0.703467> - 24482: <-0.368246, -0.620305, 0.692544> - 24483: <-0.367912, -0.657511, 0.657511> - 24484: <-0.293804, -0.675899, 0.675899> - 24485: <-0.293904, -0.636150, 0.713396> - 24486: <-0.331652, -0.628603, 0.703467> - 24487: <-0.331474, -0.667130, 0.667130> - 24488: <-0.255594, -0.683620, 0.683620> - 24489: <-0.255632, -0.642833, 0.722093> - 24490: <-0.293904, -0.636150, 0.713396> - 24491: <-0.293804, -0.675899, 0.675899> - 24492: <-0.216684, -0.690307, 0.690307> - 24493: <-0.216660, -0.648606, 0.729636> - 24494: <-0.255632, -0.642833, 0.722093> - 24495: <-0.255594, -0.683620, 0.683620> - 24496: <-0.176733, -0.695976, 0.695976> - 24497: <-0.176644, -0.653502, 0.736025> - 24498: <-0.216660, -0.648606, 0.729636> - 24499: <-0.216684, -0.690307, 0.690307> - 24500: <-0.135353, -0.700600, 0.700600> - 24501: <-0.135260, -0.657468, 0.741243> - 24502: <-0.176644, -0.653502, 0.736025> - 24503: <-0.176733, -0.695976, 0.695976> - 24504: <-0.092229, -0.704078, 0.704108> - 24505: <-0.092137, -0.660463, 0.745184> - 24506: <-0.135260, -0.657468, 0.741243> - 24507: <-0.135353, -0.700600, 0.700600> - 24508: <-0.047060, -0.706323, 0.706323> - 24509: <-0.046999, -0.662354, 0.747715> - 24510: <-0.092137, -0.660463, 0.745184> - 24511: <-0.092229, -0.704078, 0.704108> - 24512: < 0.000000, -0.707107, 0.707107> - 24513: < 0.000000, -0.663024, 0.748599> - 24514: <-0.046999, -0.662354, 0.747715> - 24515: <-0.047060, -0.706323, 0.706323> - 24516: < 0.047060, -0.706323, 0.706323> - 24517: < 0.046999, -0.662354, 0.747715> - 24518: < 0.000000, -0.663024, 0.748599> - 24519: < 0.000000, -0.707107, 0.707107> - 24520: < 0.092231, -0.704093, 0.704093> - 24521: < 0.092137, -0.660463, 0.745184> - 24522: < 0.046999, -0.662354, 0.747715> - 24523: < 0.047060, -0.706323, 0.706323> - 24524: < 0.135353, -0.700600, 0.700600> - 24525: < 0.135260, -0.657468, 0.741243> - 24526: < 0.092137, -0.660463, 0.745184> - 24527: < 0.092231, -0.704093, 0.704093> - 24528: < 0.176733, -0.695976, 0.695976> - 24529: < 0.176644, -0.653502, 0.736025> - 24530: < 0.135260, -0.657468, 0.741243> - 24531: < 0.135353, -0.700600, 0.700600> - 24532: < 0.216684, -0.690307, 0.690307> - 24533: < 0.216656, -0.648624, 0.729622> - 24534: < 0.176644, -0.653502, 0.736025> - 24535: < 0.176733, -0.695976, 0.695976> - 24536: < 0.255594, -0.683620, 0.683620> - 24537: < 0.255632, -0.642833, 0.722093> - 24538: < 0.216656, -0.648624, 0.729622> - 24539: < 0.216684, -0.690307, 0.690307> - 24540: < 0.293804, -0.675899, 0.675899> - 24541: < 0.293904, -0.636150, 0.713396> - 24542: < 0.255632, -0.642833, 0.722093> - 24543: < 0.255594, -0.683620, 0.683620> - 24544: < 0.331474, -0.667130, 0.667130> - 24545: < 0.331652, -0.628603, 0.703467> - 24546: < 0.293904, -0.636150, 0.713396> - 24547: < 0.293804, -0.675899, 0.675899> - 24548: < 0.367912, -0.657511, 0.657511> - 24549: < 0.368246, -0.620305, 0.692544> - 24550: < 0.331652, -0.628603, 0.703467> - 24551: < 0.331474, -0.667130, 0.667130> - 24552: < 0.402668, -0.647247, 0.647247> - 24553: < 0.403223, -0.611427, 0.680859> - 24554: < 0.368246, -0.620305, 0.692544> - 24555: < 0.367912, -0.657511, 0.657511> - 24556: < 0.436181, -0.636296, 0.636296> - 24557: < 0.437036, -0.601963, 0.668312> - 24558: < 0.403223, -0.611427, 0.680859> - 24559: < 0.402668, -0.647247, 0.647247> - 24560: < 0.467950, -0.624909, 0.624909> - 24561: < 0.469385, -0.591920, 0.655217> - 24562: < 0.437036, -0.601963, 0.668312> - 24563: < 0.436181, -0.636296, 0.636296> - 24564: < 0.497527, -0.613379, 0.613379> - 24565: < 0.500519, -0.581456, 0.641396> - 24566: < 0.469385, -0.591920, 0.655217> - 24567: < 0.467950, -0.624909, 0.624909> - 24568: < 0.526447, -0.601188, 0.601188> - 24569: < 0.531523, -0.571076, 0.625584> - 24570: < 0.500519, -0.581456, 0.641396> - 24571: < 0.497527, -0.613379, 0.613379> - 24572: < 0.554296, -0.588539, 0.588539> - 24573: < 0.561516, -0.561516, 0.607783> - 24574: < 0.531523, -0.571076, 0.625584> - 24575: < 0.526447, -0.601188, 0.601188> FaceList: Count 12288. Hash: 13183441914179219962 - 0: 0, 1, 2, - 1: 0, 2, 3, - 2: 4, 5, 6, - 3: 4, 6, 7, - 4: 8, 9, 10, - 5: 8, 10, 11, - 6: 12, 13, 14, - 7: 12, 14, 15, - 8: 16, 17, 18, - 9: 16, 18, 19, - 10: 20, 21, 22, - 11: 20, 22, 23, - 12: 24, 25, 26, - 13: 24, 26, 27, - 14: 28, 29, 30, - 15: 28, 30, 31, - 16: 32, 33, 34, - 17: 32, 34, 35, - 18: 36, 37, 38, - 19: 36, 38, 39, - 20: 40, 41, 42, - 21: 40, 42, 43, - 22: 44, 45, 46, - 23: 44, 46, 47, - 24: 48, 49, 50, - 25: 48, 50, 51, - 26: 52, 53, 54, - 27: 52, 54, 55, - 28: 56, 57, 58, - 29: 56, 58, 59, - 30: 60, 61, 62, - 31: 60, 62, 63, - 32: 64, 65, 66, - 33: 64, 66, 67, - 34: 68, 69, 70, - 35: 68, 70, 71, - 36: 72, 73, 74, - 37: 72, 74, 75, - 38: 76, 77, 78, - 39: 76, 78, 79, - 40: 80, 81, 82, - 41: 80, 82, 83, - 42: 84, 85, 86, - 43: 84, 86, 87, - 44: 88, 89, 90, - 45: 88, 90, 91, - 46: 92, 93, 94, - 47: 92, 94, 95, - 48: 96, 97, 98, - 49: 96, 98, 99, - 50: 100, 101, 102, - 51: 100, 102, 103, - 52: 104, 105, 106, - 53: 104, 106, 107, - 54: 108, 109, 110, - 55: 108, 110, 111, - 56: 112, 113, 114, - 57: 112, 114, 115, - 58: 116, 117, 118, - 59: 116, 118, 119, - 60: 120, 121, 122, - 61: 120, 122, 123, - 62: 124, 125, 126, - 63: 124, 126, 127, - 64: 128, 129, 130, - 65: 128, 130, 131, - 66: 132, 133, 134, - 67: 132, 134, 135, - 68: 136, 137, 138, - 69: 136, 138, 139, - 70: 140, 141, 142, - 71: 140, 142, 143, - 72: 144, 145, 146, - 73: 144, 146, 147, - 74: 148, 149, 150, - 75: 148, 150, 151, - 76: 152, 153, 154, - 77: 152, 154, 155, - 78: 156, 157, 158, - 79: 156, 158, 159, - 80: 160, 161, 162, - 81: 160, 162, 163, - 82: 164, 165, 166, - 83: 164, 166, 167, - 84: 168, 169, 170, - 85: 168, 170, 171, - 86: 172, 173, 174, - 87: 172, 174, 175, - 88: 176, 177, 178, - 89: 176, 178, 179, - 90: 180, 181, 182, - 91: 180, 182, 183, - 92: 184, 185, 186, - 93: 184, 186, 187, - 94: 188, 189, 190, - 95: 188, 190, 191, - 96: 192, 193, 194, - 97: 192, 194, 195, - 98: 196, 197, 198, - 99: 196, 198, 199, - 100: 200, 201, 202, - 101: 200, 202, 203, - 102: 204, 205, 206, - 103: 204, 206, 207, - 104: 208, 209, 210, - 105: 208, 210, 211, - 106: 212, 213, 214, - 107: 212, 214, 215, - 108: 216, 217, 218, - 109: 216, 218, 219, - 110: 220, 221, 222, - 111: 220, 222, 223, - 112: 224, 225, 226, - 113: 224, 226, 227, - 114: 228, 229, 230, - 115: 228, 230, 231, - 116: 232, 233, 234, - 117: 232, 234, 235, - 118: 236, 237, 238, - 119: 236, 238, 239, - 120: 240, 241, 242, - 121: 240, 242, 243, - 122: 244, 245, 246, - 123: 244, 246, 247, - 124: 248, 249, 250, - 125: 248, 250, 251, - 126: 252, 253, 254, - 127: 252, 254, 255, - 128: 256, 257, 258, - 129: 256, 258, 259, - 130: 260, 261, 262, - 131: 260, 262, 263, - 132: 264, 265, 266, - 133: 264, 266, 267, - 134: 268, 269, 270, - 135: 268, 270, 271, - 136: 272, 273, 274, - 137: 272, 274, 275, - 138: 276, 277, 278, - 139: 276, 278, 279, - 140: 280, 281, 282, - 141: 280, 282, 283, - 142: 284, 285, 286, - 143: 284, 286, 287, - 144: 288, 289, 290, - 145: 288, 290, 291, - 146: 292, 293, 294, - 147: 292, 294, 295, - 148: 296, 297, 298, - 149: 296, 298, 299, - 150: 300, 301, 302, - 151: 300, 302, 303, - 152: 304, 305, 306, - 153: 304, 306, 307, - 154: 308, 309, 310, - 155: 308, 310, 311, - 156: 312, 313, 314, - 157: 312, 314, 315, - 158: 316, 317, 318, - 159: 316, 318, 319, - 160: 320, 321, 322, - 161: 320, 322, 323, - 162: 324, 325, 326, - 163: 324, 326, 327, - 164: 328, 329, 330, - 165: 328, 330, 331, - 166: 332, 333, 334, - 167: 332, 334, 335, - 168: 336, 337, 338, - 169: 336, 338, 339, - 170: 340, 341, 342, - 171: 340, 342, 343, - 172: 344, 345, 346, - 173: 344, 346, 347, - 174: 348, 349, 350, - 175: 348, 350, 351, - 176: 352, 353, 354, - 177: 352, 354, 355, - 178: 356, 357, 358, - 179: 356, 358, 359, - 180: 360, 361, 362, - 181: 360, 362, 363, - 182: 364, 365, 366, - 183: 364, 366, 367, - 184: 368, 369, 370, - 185: 368, 370, 371, - 186: 372, 373, 374, - 187: 372, 374, 375, - 188: 376, 377, 378, - 189: 376, 378, 379, - 190: 380, 381, 382, - 191: 380, 382, 383, - 192: 384, 385, 386, - 193: 384, 386, 387, - 194: 388, 389, 390, - 195: 388, 390, 391, - 196: 392, 393, 394, - 197: 392, 394, 395, - 198: 396, 397, 398, - 199: 396, 398, 399, - 200: 400, 401, 402, - 201: 400, 402, 403, - 202: 404, 405, 406, - 203: 404, 406, 407, - 204: 408, 409, 410, - 205: 408, 410, 411, - 206: 412, 413, 414, - 207: 412, 414, 415, - 208: 416, 417, 418, - 209: 416, 418, 419, - 210: 420, 421, 422, - 211: 420, 422, 423, - 212: 424, 425, 426, - 213: 424, 426, 427, - 214: 428, 429, 430, - 215: 428, 430, 431, - 216: 432, 433, 434, - 217: 432, 434, 435, - 218: 436, 437, 438, - 219: 436, 438, 439, - 220: 440, 441, 442, - 221: 440, 442, 443, - 222: 444, 445, 446, - 223: 444, 446, 447, - 224: 448, 449, 450, - 225: 448, 450, 451, - 226: 452, 453, 454, - 227: 452, 454, 455, - 228: 456, 457, 458, - 229: 456, 458, 459, - 230: 460, 461, 462, - 231: 460, 462, 463, - 232: 464, 465, 466, - 233: 464, 466, 467, - 234: 468, 469, 470, - 235: 468, 470, 471, - 236: 472, 473, 474, - 237: 472, 474, 475, - 238: 476, 477, 478, - 239: 476, 478, 479, - 240: 480, 481, 482, - 241: 480, 482, 483, - 242: 484, 485, 486, - 243: 484, 486, 487, - 244: 488, 489, 490, - 245: 488, 490, 491, - 246: 492, 493, 494, - 247: 492, 494, 495, - 248: 496, 497, 498, - 249: 496, 498, 499, - 250: 500, 501, 502, - 251: 500, 502, 503, - 252: 504, 505, 506, - 253: 504, 506, 507, - 254: 508, 509, 510, - 255: 508, 510, 511, - 256: 512, 513, 514, - 257: 512, 514, 515, - 258: 516, 517, 518, - 259: 516, 518, 519, - 260: 520, 521, 522, - 261: 520, 522, 523, - 262: 524, 525, 526, - 263: 524, 526, 527, - 264: 528, 529, 530, - 265: 528, 530, 531, - 266: 532, 533, 534, - 267: 532, 534, 535, - 268: 536, 537, 538, - 269: 536, 538, 539, - 270: 540, 541, 542, - 271: 540, 542, 543, - 272: 544, 545, 546, - 273: 544, 546, 547, - 274: 548, 549, 550, - 275: 548, 550, 551, - 276: 552, 553, 554, - 277: 552, 554, 555, - 278: 556, 557, 558, - 279: 556, 558, 559, - 280: 560, 561, 562, - 281: 560, 562, 563, - 282: 564, 565, 566, - 283: 564, 566, 567, - 284: 568, 569, 570, - 285: 568, 570, 571, - 286: 572, 573, 574, - 287: 572, 574, 575, - 288: 576, 577, 578, - 289: 576, 578, 579, - 290: 580, 581, 582, - 291: 580, 582, 583, - 292: 584, 585, 586, - 293: 584, 586, 587, - 294: 588, 589, 590, - 295: 588, 590, 591, - 296: 592, 593, 594, - 297: 592, 594, 595, - 298: 596, 597, 598, - 299: 596, 598, 599, - 300: 600, 601, 602, - 301: 600, 602, 603, - 302: 604, 605, 606, - 303: 604, 606, 607, - 304: 608, 609, 610, - 305: 608, 610, 611, - 306: 612, 613, 614, - 307: 612, 614, 615, - 308: 616, 617, 618, - 309: 616, 618, 619, - 310: 620, 621, 622, - 311: 620, 622, 623, - 312: 624, 625, 626, - 313: 624, 626, 627, - 314: 628, 629, 630, - 315: 628, 630, 631, - 316: 632, 633, 634, - 317: 632, 634, 635, - 318: 636, 637, 638, - 319: 636, 638, 639, - 320: 640, 641, 642, - 321: 640, 642, 643, - 322: 644, 645, 646, - 323: 644, 646, 647, - 324: 648, 649, 650, - 325: 648, 650, 651, - 326: 652, 653, 654, - 327: 652, 654, 655, - 328: 656, 657, 658, - 329: 656, 658, 659, - 330: 660, 661, 662, - 331: 660, 662, 663, - 332: 664, 665, 666, - 333: 664, 666, 667, - 334: 668, 669, 670, - 335: 668, 670, 671, - 336: 672, 673, 674, - 337: 672, 674, 675, - 338: 676, 677, 678, - 339: 676, 678, 679, - 340: 680, 681, 682, - 341: 680, 682, 683, - 342: 684, 685, 686, - 343: 684, 686, 687, - 344: 688, 689, 690, - 345: 688, 690, 691, - 346: 692, 693, 694, - 347: 692, 694, 695, - 348: 696, 697, 698, - 349: 696, 698, 699, - 350: 700, 701, 702, - 351: 700, 702, 703, - 352: 704, 705, 706, - 353: 704, 706, 707, - 354: 708, 709, 710, - 355: 708, 710, 711, - 356: 712, 713, 714, - 357: 712, 714, 715, - 358: 716, 717, 718, - 359: 716, 718, 719, - 360: 720, 721, 722, - 361: 720, 722, 723, - 362: 724, 725, 726, - 363: 724, 726, 727, - 364: 728, 729, 730, - 365: 728, 730, 731, - 366: 732, 733, 734, - 367: 732, 734, 735, - 368: 736, 737, 738, - 369: 736, 738, 739, - 370: 740, 741, 742, - 371: 740, 742, 743, - 372: 744, 745, 746, - 373: 744, 746, 747, - 374: 748, 749, 750, - 375: 748, 750, 751, - 376: 752, 753, 754, - 377: 752, 754, 755, - 378: 756, 757, 758, - 379: 756, 758, 759, - 380: 760, 761, 762, - 381: 760, 762, 763, - 382: 764, 765, 766, - 383: 764, 766, 767, - 384: 768, 769, 770, - 385: 768, 770, 771, - 386: 772, 773, 774, - 387: 772, 774, 775, - 388: 776, 777, 778, - 389: 776, 778, 779, - 390: 780, 781, 782, - 391: 780, 782, 783, - 392: 784, 785, 786, - 393: 784, 786, 787, - 394: 788, 789, 790, - 395: 788, 790, 791, - 396: 792, 793, 794, - 397: 792, 794, 795, - 398: 796, 797, 798, - 399: 796, 798, 799, - 400: 800, 801, 802, - 401: 800, 802, 803, - 402: 804, 805, 806, - 403: 804, 806, 807, - 404: 808, 809, 810, - 405: 808, 810, 811, - 406: 812, 813, 814, - 407: 812, 814, 815, - 408: 816, 817, 818, - 409: 816, 818, 819, - 410: 820, 821, 822, - 411: 820, 822, 823, - 412: 824, 825, 826, - 413: 824, 826, 827, - 414: 828, 829, 830, - 415: 828, 830, 831, - 416: 832, 833, 834, - 417: 832, 834, 835, - 418: 836, 837, 838, - 419: 836, 838, 839, - 420: 840, 841, 842, - 421: 840, 842, 843, - 422: 844, 845, 846, - 423: 844, 846, 847, - 424: 848, 849, 850, - 425: 848, 850, 851, - 426: 852, 853, 854, - 427: 852, 854, 855, - 428: 856, 857, 858, - 429: 856, 858, 859, - 430: 860, 861, 862, - 431: 860, 862, 863, - 432: 864, 865, 866, - 433: 864, 866, 867, - 434: 868, 869, 870, - 435: 868, 870, 871, - 436: 872, 873, 874, - 437: 872, 874, 875, - 438: 876, 877, 878, - 439: 876, 878, 879, - 440: 880, 881, 882, - 441: 880, 882, 883, - 442: 884, 885, 886, - 443: 884, 886, 887, - 444: 888, 889, 890, - 445: 888, 890, 891, - 446: 892, 893, 894, - 447: 892, 894, 895, - 448: 896, 897, 898, - 449: 896, 898, 899, - 450: 900, 901, 902, - 451: 900, 902, 903, - 452: 904, 905, 906, - 453: 904, 906, 907, - 454: 908, 909, 910, - 455: 908, 910, 911, - 456: 912, 913, 914, - 457: 912, 914, 915, - 458: 916, 917, 918, - 459: 916, 918, 919, - 460: 920, 921, 922, - 461: 920, 922, 923, - 462: 924, 925, 926, - 463: 924, 926, 927, - 464: 928, 929, 930, - 465: 928, 930, 931, - 466: 932, 933, 934, - 467: 932, 934, 935, - 468: 936, 937, 938, - 469: 936, 938, 939, - 470: 940, 941, 942, - 471: 940, 942, 943, - 472: 944, 945, 946, - 473: 944, 946, 947, - 474: 948, 949, 950, - 475: 948, 950, 951, - 476: 952, 953, 954, - 477: 952, 954, 955, - 478: 956, 957, 958, - 479: 956, 958, 959, - 480: 960, 961, 962, - 481: 960, 962, 963, - 482: 964, 965, 966, - 483: 964, 966, 967, - 484: 968, 969, 970, - 485: 968, 970, 971, - 486: 972, 973, 974, - 487: 972, 974, 975, - 488: 976, 977, 978, - 489: 976, 978, 979, - 490: 980, 981, 982, - 491: 980, 982, 983, - 492: 984, 985, 986, - 493: 984, 986, 987, - 494: 988, 989, 990, - 495: 988, 990, 991, - 496: 992, 993, 994, - 497: 992, 994, 995, - 498: 996, 997, 998, - 499: 996, 998, 999, - 500: 1000, 1001, 1002, - 501: 1000, 1002, 1003, - 502: 1004, 1005, 1006, - 503: 1004, 1006, 1007, - 504: 1008, 1009, 1010, - 505: 1008, 1010, 1011, - 506: 1012, 1013, 1014, - 507: 1012, 1014, 1015, - 508: 1016, 1017, 1018, - 509: 1016, 1018, 1019, - 510: 1020, 1021, 1022, - 511: 1020, 1022, 1023, - 512: 1024, 1025, 1026, - 513: 1024, 1026, 1027, - 514: 1028, 1029, 1030, - 515: 1028, 1030, 1031, - 516: 1032, 1033, 1034, - 517: 1032, 1034, 1035, - 518: 1036, 1037, 1038, - 519: 1036, 1038, 1039, - 520: 1040, 1041, 1042, - 521: 1040, 1042, 1043, - 522: 1044, 1045, 1046, - 523: 1044, 1046, 1047, - 524: 1048, 1049, 1050, - 525: 1048, 1050, 1051, - 526: 1052, 1053, 1054, - 527: 1052, 1054, 1055, - 528: 1056, 1057, 1058, - 529: 1056, 1058, 1059, - 530: 1060, 1061, 1062, - 531: 1060, 1062, 1063, - 532: 1064, 1065, 1066, - 533: 1064, 1066, 1067, - 534: 1068, 1069, 1070, - 535: 1068, 1070, 1071, - 536: 1072, 1073, 1074, - 537: 1072, 1074, 1075, - 538: 1076, 1077, 1078, - 539: 1076, 1078, 1079, - 540: 1080, 1081, 1082, - 541: 1080, 1082, 1083, - 542: 1084, 1085, 1086, - 543: 1084, 1086, 1087, - 544: 1088, 1089, 1090, - 545: 1088, 1090, 1091, - 546: 1092, 1093, 1094, - 547: 1092, 1094, 1095, - 548: 1096, 1097, 1098, - 549: 1096, 1098, 1099, - 550: 1100, 1101, 1102, - 551: 1100, 1102, 1103, - 552: 1104, 1105, 1106, - 553: 1104, 1106, 1107, - 554: 1108, 1109, 1110, - 555: 1108, 1110, 1111, - 556: 1112, 1113, 1114, - 557: 1112, 1114, 1115, - 558: 1116, 1117, 1118, - 559: 1116, 1118, 1119, - 560: 1120, 1121, 1122, - 561: 1120, 1122, 1123, - 562: 1124, 1125, 1126, - 563: 1124, 1126, 1127, - 564: 1128, 1129, 1130, - 565: 1128, 1130, 1131, - 566: 1132, 1133, 1134, - 567: 1132, 1134, 1135, - 568: 1136, 1137, 1138, - 569: 1136, 1138, 1139, - 570: 1140, 1141, 1142, - 571: 1140, 1142, 1143, - 572: 1144, 1145, 1146, - 573: 1144, 1146, 1147, - 574: 1148, 1149, 1150, - 575: 1148, 1150, 1151, - 576: 1152, 1153, 1154, - 577: 1152, 1154, 1155, - 578: 1156, 1157, 1158, - 579: 1156, 1158, 1159, - 580: 1160, 1161, 1162, - 581: 1160, 1162, 1163, - 582: 1164, 1165, 1166, - 583: 1164, 1166, 1167, - 584: 1168, 1169, 1170, - 585: 1168, 1170, 1171, - 586: 1172, 1173, 1174, - 587: 1172, 1174, 1175, - 588: 1176, 1177, 1178, - 589: 1176, 1178, 1179, - 590: 1180, 1181, 1182, - 591: 1180, 1182, 1183, - 592: 1184, 1185, 1186, - 593: 1184, 1186, 1187, - 594: 1188, 1189, 1190, - 595: 1188, 1190, 1191, - 596: 1192, 1193, 1194, - 597: 1192, 1194, 1195, - 598: 1196, 1197, 1198, - 599: 1196, 1198, 1199, - 600: 1200, 1201, 1202, - 601: 1200, 1202, 1203, - 602: 1204, 1205, 1206, - 603: 1204, 1206, 1207, - 604: 1208, 1209, 1210, - 605: 1208, 1210, 1211, - 606: 1212, 1213, 1214, - 607: 1212, 1214, 1215, - 608: 1216, 1217, 1218, - 609: 1216, 1218, 1219, - 610: 1220, 1221, 1222, - 611: 1220, 1222, 1223, - 612: 1224, 1225, 1226, - 613: 1224, 1226, 1227, - 614: 1228, 1229, 1230, - 615: 1228, 1230, 1231, - 616: 1232, 1233, 1234, - 617: 1232, 1234, 1235, - 618: 1236, 1237, 1238, - 619: 1236, 1238, 1239, - 620: 1240, 1241, 1242, - 621: 1240, 1242, 1243, - 622: 1244, 1245, 1246, - 623: 1244, 1246, 1247, - 624: 1248, 1249, 1250, - 625: 1248, 1250, 1251, - 626: 1252, 1253, 1254, - 627: 1252, 1254, 1255, - 628: 1256, 1257, 1258, - 629: 1256, 1258, 1259, - 630: 1260, 1261, 1262, - 631: 1260, 1262, 1263, - 632: 1264, 1265, 1266, - 633: 1264, 1266, 1267, - 634: 1268, 1269, 1270, - 635: 1268, 1270, 1271, - 636: 1272, 1273, 1274, - 637: 1272, 1274, 1275, - 638: 1276, 1277, 1278, - 639: 1276, 1278, 1279, - 640: 1280, 1281, 1282, - 641: 1280, 1282, 1283, - 642: 1284, 1285, 1286, - 643: 1284, 1286, 1287, - 644: 1288, 1289, 1290, - 645: 1288, 1290, 1291, - 646: 1292, 1293, 1294, - 647: 1292, 1294, 1295, - 648: 1296, 1297, 1298, - 649: 1296, 1298, 1299, - 650: 1300, 1301, 1302, - 651: 1300, 1302, 1303, - 652: 1304, 1305, 1306, - 653: 1304, 1306, 1307, - 654: 1308, 1309, 1310, - 655: 1308, 1310, 1311, - 656: 1312, 1313, 1314, - 657: 1312, 1314, 1315, - 658: 1316, 1317, 1318, - 659: 1316, 1318, 1319, - 660: 1320, 1321, 1322, - 661: 1320, 1322, 1323, - 662: 1324, 1325, 1326, - 663: 1324, 1326, 1327, - 664: 1328, 1329, 1330, - 665: 1328, 1330, 1331, - 666: 1332, 1333, 1334, - 667: 1332, 1334, 1335, - 668: 1336, 1337, 1338, - 669: 1336, 1338, 1339, - 670: 1340, 1341, 1342, - 671: 1340, 1342, 1343, - 672: 1344, 1345, 1346, - 673: 1344, 1346, 1347, - 674: 1348, 1349, 1350, - 675: 1348, 1350, 1351, - 676: 1352, 1353, 1354, - 677: 1352, 1354, 1355, - 678: 1356, 1357, 1358, - 679: 1356, 1358, 1359, - 680: 1360, 1361, 1362, - 681: 1360, 1362, 1363, - 682: 1364, 1365, 1366, - 683: 1364, 1366, 1367, - 684: 1368, 1369, 1370, - 685: 1368, 1370, 1371, - 686: 1372, 1373, 1374, - 687: 1372, 1374, 1375, - 688: 1376, 1377, 1378, - 689: 1376, 1378, 1379, - 690: 1380, 1381, 1382, - 691: 1380, 1382, 1383, - 692: 1384, 1385, 1386, - 693: 1384, 1386, 1387, - 694: 1388, 1389, 1390, - 695: 1388, 1390, 1391, - 696: 1392, 1393, 1394, - 697: 1392, 1394, 1395, - 698: 1396, 1397, 1398, - 699: 1396, 1398, 1399, - 700: 1400, 1401, 1402, - 701: 1400, 1402, 1403, - 702: 1404, 1405, 1406, - 703: 1404, 1406, 1407, - 704: 1408, 1409, 1410, - 705: 1408, 1410, 1411, - 706: 1412, 1413, 1414, - 707: 1412, 1414, 1415, - 708: 1416, 1417, 1418, - 709: 1416, 1418, 1419, - 710: 1420, 1421, 1422, - 711: 1420, 1422, 1423, - 712: 1424, 1425, 1426, - 713: 1424, 1426, 1427, - 714: 1428, 1429, 1430, - 715: 1428, 1430, 1431, - 716: 1432, 1433, 1434, - 717: 1432, 1434, 1435, - 718: 1436, 1437, 1438, - 719: 1436, 1438, 1439, - 720: 1440, 1441, 1442, - 721: 1440, 1442, 1443, - 722: 1444, 1445, 1446, - 723: 1444, 1446, 1447, - 724: 1448, 1449, 1450, - 725: 1448, 1450, 1451, - 726: 1452, 1453, 1454, - 727: 1452, 1454, 1455, - 728: 1456, 1457, 1458, - 729: 1456, 1458, 1459, - 730: 1460, 1461, 1462, - 731: 1460, 1462, 1463, - 732: 1464, 1465, 1466, - 733: 1464, 1466, 1467, - 734: 1468, 1469, 1470, - 735: 1468, 1470, 1471, - 736: 1472, 1473, 1474, - 737: 1472, 1474, 1475, - 738: 1476, 1477, 1478, - 739: 1476, 1478, 1479, - 740: 1480, 1481, 1482, - 741: 1480, 1482, 1483, - 742: 1484, 1485, 1486, - 743: 1484, 1486, 1487, - 744: 1488, 1489, 1490, - 745: 1488, 1490, 1491, - 746: 1492, 1493, 1494, - 747: 1492, 1494, 1495, - 748: 1496, 1497, 1498, - 749: 1496, 1498, 1499, - 750: 1500, 1501, 1502, - 751: 1500, 1502, 1503, - 752: 1504, 1505, 1506, - 753: 1504, 1506, 1507, - 754: 1508, 1509, 1510, - 755: 1508, 1510, 1511, - 756: 1512, 1513, 1514, - 757: 1512, 1514, 1515, - 758: 1516, 1517, 1518, - 759: 1516, 1518, 1519, - 760: 1520, 1521, 1522, - 761: 1520, 1522, 1523, - 762: 1524, 1525, 1526, - 763: 1524, 1526, 1527, - 764: 1528, 1529, 1530, - 765: 1528, 1530, 1531, - 766: 1532, 1533, 1534, - 767: 1532, 1534, 1535, - 768: 1536, 1537, 1538, - 769: 1536, 1538, 1539, - 770: 1540, 1541, 1542, - 771: 1540, 1542, 1543, - 772: 1544, 1545, 1546, - 773: 1544, 1546, 1547, - 774: 1548, 1549, 1550, - 775: 1548, 1550, 1551, - 776: 1552, 1553, 1554, - 777: 1552, 1554, 1555, - 778: 1556, 1557, 1558, - 779: 1556, 1558, 1559, - 780: 1560, 1561, 1562, - 781: 1560, 1562, 1563, - 782: 1564, 1565, 1566, - 783: 1564, 1566, 1567, - 784: 1568, 1569, 1570, - 785: 1568, 1570, 1571, - 786: 1572, 1573, 1574, - 787: 1572, 1574, 1575, - 788: 1576, 1577, 1578, - 789: 1576, 1578, 1579, - 790: 1580, 1581, 1582, - 791: 1580, 1582, 1583, - 792: 1584, 1585, 1586, - 793: 1584, 1586, 1587, - 794: 1588, 1589, 1590, - 795: 1588, 1590, 1591, - 796: 1592, 1593, 1594, - 797: 1592, 1594, 1595, - 798: 1596, 1597, 1598, - 799: 1596, 1598, 1599, - 800: 1600, 1601, 1602, - 801: 1600, 1602, 1603, - 802: 1604, 1605, 1606, - 803: 1604, 1606, 1607, - 804: 1608, 1609, 1610, - 805: 1608, 1610, 1611, - 806: 1612, 1613, 1614, - 807: 1612, 1614, 1615, - 808: 1616, 1617, 1618, - 809: 1616, 1618, 1619, - 810: 1620, 1621, 1622, - 811: 1620, 1622, 1623, - 812: 1624, 1625, 1626, - 813: 1624, 1626, 1627, - 814: 1628, 1629, 1630, - 815: 1628, 1630, 1631, - 816: 1632, 1633, 1634, - 817: 1632, 1634, 1635, - 818: 1636, 1637, 1638, - 819: 1636, 1638, 1639, - 820: 1640, 1641, 1642, - 821: 1640, 1642, 1643, - 822: 1644, 1645, 1646, - 823: 1644, 1646, 1647, - 824: 1648, 1649, 1650, - 825: 1648, 1650, 1651, - 826: 1652, 1653, 1654, - 827: 1652, 1654, 1655, - 828: 1656, 1657, 1658, - 829: 1656, 1658, 1659, - 830: 1660, 1661, 1662, - 831: 1660, 1662, 1663, - 832: 1664, 1665, 1666, - 833: 1664, 1666, 1667, - 834: 1668, 1669, 1670, - 835: 1668, 1670, 1671, - 836: 1672, 1673, 1674, - 837: 1672, 1674, 1675, - 838: 1676, 1677, 1678, - 839: 1676, 1678, 1679, - 840: 1680, 1681, 1682, - 841: 1680, 1682, 1683, - 842: 1684, 1685, 1686, - 843: 1684, 1686, 1687, - 844: 1688, 1689, 1690, - 845: 1688, 1690, 1691, - 846: 1692, 1693, 1694, - 847: 1692, 1694, 1695, - 848: 1696, 1697, 1698, - 849: 1696, 1698, 1699, - 850: 1700, 1701, 1702, - 851: 1700, 1702, 1703, - 852: 1704, 1705, 1706, - 853: 1704, 1706, 1707, - 854: 1708, 1709, 1710, - 855: 1708, 1710, 1711, - 856: 1712, 1713, 1714, - 857: 1712, 1714, 1715, - 858: 1716, 1717, 1718, - 859: 1716, 1718, 1719, - 860: 1720, 1721, 1722, - 861: 1720, 1722, 1723, - 862: 1724, 1725, 1726, - 863: 1724, 1726, 1727, - 864: 1728, 1729, 1730, - 865: 1728, 1730, 1731, - 866: 1732, 1733, 1734, - 867: 1732, 1734, 1735, - 868: 1736, 1737, 1738, - 869: 1736, 1738, 1739, - 870: 1740, 1741, 1742, - 871: 1740, 1742, 1743, - 872: 1744, 1745, 1746, - 873: 1744, 1746, 1747, - 874: 1748, 1749, 1750, - 875: 1748, 1750, 1751, - 876: 1752, 1753, 1754, - 877: 1752, 1754, 1755, - 878: 1756, 1757, 1758, - 879: 1756, 1758, 1759, - 880: 1760, 1761, 1762, - 881: 1760, 1762, 1763, - 882: 1764, 1765, 1766, - 883: 1764, 1766, 1767, - 884: 1768, 1769, 1770, - 885: 1768, 1770, 1771, - 886: 1772, 1773, 1774, - 887: 1772, 1774, 1775, - 888: 1776, 1777, 1778, - 889: 1776, 1778, 1779, - 890: 1780, 1781, 1782, - 891: 1780, 1782, 1783, - 892: 1784, 1785, 1786, - 893: 1784, 1786, 1787, - 894: 1788, 1789, 1790, - 895: 1788, 1790, 1791, - 896: 1792, 1793, 1794, - 897: 1792, 1794, 1795, - 898: 1796, 1797, 1798, - 899: 1796, 1798, 1799, - 900: 1800, 1801, 1802, - 901: 1800, 1802, 1803, - 902: 1804, 1805, 1806, - 903: 1804, 1806, 1807, - 904: 1808, 1809, 1810, - 905: 1808, 1810, 1811, - 906: 1812, 1813, 1814, - 907: 1812, 1814, 1815, - 908: 1816, 1817, 1818, - 909: 1816, 1818, 1819, - 910: 1820, 1821, 1822, - 911: 1820, 1822, 1823, - 912: 1824, 1825, 1826, - 913: 1824, 1826, 1827, - 914: 1828, 1829, 1830, - 915: 1828, 1830, 1831, - 916: 1832, 1833, 1834, - 917: 1832, 1834, 1835, - 918: 1836, 1837, 1838, - 919: 1836, 1838, 1839, - 920: 1840, 1841, 1842, - 921: 1840, 1842, 1843, - 922: 1844, 1845, 1846, - 923: 1844, 1846, 1847, - 924: 1848, 1849, 1850, - 925: 1848, 1850, 1851, - 926: 1852, 1853, 1854, - 927: 1852, 1854, 1855, - 928: 1856, 1857, 1858, - 929: 1856, 1858, 1859, - 930: 1860, 1861, 1862, - 931: 1860, 1862, 1863, - 932: 1864, 1865, 1866, - 933: 1864, 1866, 1867, - 934: 1868, 1869, 1870, - 935: 1868, 1870, 1871, - 936: 1872, 1873, 1874, - 937: 1872, 1874, 1875, - 938: 1876, 1877, 1878, - 939: 1876, 1878, 1879, - 940: 1880, 1881, 1882, - 941: 1880, 1882, 1883, - 942: 1884, 1885, 1886, - 943: 1884, 1886, 1887, - 944: 1888, 1889, 1890, - 945: 1888, 1890, 1891, - 946: 1892, 1893, 1894, - 947: 1892, 1894, 1895, - 948: 1896, 1897, 1898, - 949: 1896, 1898, 1899, - 950: 1900, 1901, 1902, - 951: 1900, 1902, 1903, - 952: 1904, 1905, 1906, - 953: 1904, 1906, 1907, - 954: 1908, 1909, 1910, - 955: 1908, 1910, 1911, - 956: 1912, 1913, 1914, - 957: 1912, 1914, 1915, - 958: 1916, 1917, 1918, - 959: 1916, 1918, 1919, - 960: 1920, 1921, 1922, - 961: 1920, 1922, 1923, - 962: 1924, 1925, 1926, - 963: 1924, 1926, 1927, - 964: 1928, 1929, 1930, - 965: 1928, 1930, 1931, - 966: 1932, 1933, 1934, - 967: 1932, 1934, 1935, - 968: 1936, 1937, 1938, - 969: 1936, 1938, 1939, - 970: 1940, 1941, 1942, - 971: 1940, 1942, 1943, - 972: 1944, 1945, 1946, - 973: 1944, 1946, 1947, - 974: 1948, 1949, 1950, - 975: 1948, 1950, 1951, - 976: 1952, 1953, 1954, - 977: 1952, 1954, 1955, - 978: 1956, 1957, 1958, - 979: 1956, 1958, 1959, - 980: 1960, 1961, 1962, - 981: 1960, 1962, 1963, - 982: 1964, 1965, 1966, - 983: 1964, 1966, 1967, - 984: 1968, 1969, 1970, - 985: 1968, 1970, 1971, - 986: 1972, 1973, 1974, - 987: 1972, 1974, 1975, - 988: 1976, 1977, 1978, - 989: 1976, 1978, 1979, - 990: 1980, 1981, 1982, - 991: 1980, 1982, 1983, - 992: 1984, 1985, 1986, - 993: 1984, 1986, 1987, - 994: 1988, 1989, 1990, - 995: 1988, 1990, 1991, - 996: 1992, 1993, 1994, - 997: 1992, 1994, 1995, - 998: 1996, 1997, 1998, - 999: 1996, 1998, 1999, - 1000: 2000, 2001, 2002, - 1001: 2000, 2002, 2003, - 1002: 2004, 2005, 2006, - 1003: 2004, 2006, 2007, - 1004: 2008, 2009, 2010, - 1005: 2008, 2010, 2011, - 1006: 2012, 2013, 2014, - 1007: 2012, 2014, 2015, - 1008: 2016, 2017, 2018, - 1009: 2016, 2018, 2019, - 1010: 2020, 2021, 2022, - 1011: 2020, 2022, 2023, - 1012: 2024, 2025, 2026, - 1013: 2024, 2026, 2027, - 1014: 2028, 2029, 2030, - 1015: 2028, 2030, 2031, - 1016: 2032, 2033, 2034, - 1017: 2032, 2034, 2035, - 1018: 2036, 2037, 2038, - 1019: 2036, 2038, 2039, - 1020: 2040, 2041, 2042, - 1021: 2040, 2042, 2043, - 1022: 2044, 2045, 2046, - 1023: 2044, 2046, 2047, - 1024: 2048, 2049, 2050, - 1025: 2048, 2050, 2051, - 1026: 2052, 2053, 2054, - 1027: 2052, 2054, 2055, - 1028: 2056, 2057, 2058, - 1029: 2056, 2058, 2059, - 1030: 2060, 2061, 2062, - 1031: 2060, 2062, 2063, - 1032: 2064, 2065, 2066, - 1033: 2064, 2066, 2067, - 1034: 2068, 2069, 2070, - 1035: 2068, 2070, 2071, - 1036: 2072, 2073, 2074, - 1037: 2072, 2074, 2075, - 1038: 2076, 2077, 2078, - 1039: 2076, 2078, 2079, - 1040: 2080, 2081, 2082, - 1041: 2080, 2082, 2083, - 1042: 2084, 2085, 2086, - 1043: 2084, 2086, 2087, - 1044: 2088, 2089, 2090, - 1045: 2088, 2090, 2091, - 1046: 2092, 2093, 2094, - 1047: 2092, 2094, 2095, - 1048: 2096, 2097, 2098, - 1049: 2096, 2098, 2099, - 1050: 2100, 2101, 2102, - 1051: 2100, 2102, 2103, - 1052: 2104, 2105, 2106, - 1053: 2104, 2106, 2107, - 1054: 2108, 2109, 2110, - 1055: 2108, 2110, 2111, - 1056: 2112, 2113, 2114, - 1057: 2112, 2114, 2115, - 1058: 2116, 2117, 2118, - 1059: 2116, 2118, 2119, - 1060: 2120, 2121, 2122, - 1061: 2120, 2122, 2123, - 1062: 2124, 2125, 2126, - 1063: 2124, 2126, 2127, - 1064: 2128, 2129, 2130, - 1065: 2128, 2130, 2131, - 1066: 2132, 2133, 2134, - 1067: 2132, 2134, 2135, - 1068: 2136, 2137, 2138, - 1069: 2136, 2138, 2139, - 1070: 2140, 2141, 2142, - 1071: 2140, 2142, 2143, - 1072: 2144, 2145, 2146, - 1073: 2144, 2146, 2147, - 1074: 2148, 2149, 2150, - 1075: 2148, 2150, 2151, - 1076: 2152, 2153, 2154, - 1077: 2152, 2154, 2155, - 1078: 2156, 2157, 2158, - 1079: 2156, 2158, 2159, - 1080: 2160, 2161, 2162, - 1081: 2160, 2162, 2163, - 1082: 2164, 2165, 2166, - 1083: 2164, 2166, 2167, - 1084: 2168, 2169, 2170, - 1085: 2168, 2170, 2171, - 1086: 2172, 2173, 2174, - 1087: 2172, 2174, 2175, - 1088: 2176, 2177, 2178, - 1089: 2176, 2178, 2179, - 1090: 2180, 2181, 2182, - 1091: 2180, 2182, 2183, - 1092: 2184, 2185, 2186, - 1093: 2184, 2186, 2187, - 1094: 2188, 2189, 2190, - 1095: 2188, 2190, 2191, - 1096: 2192, 2193, 2194, - 1097: 2192, 2194, 2195, - 1098: 2196, 2197, 2198, - 1099: 2196, 2198, 2199, - 1100: 2200, 2201, 2202, - 1101: 2200, 2202, 2203, - 1102: 2204, 2205, 2206, - 1103: 2204, 2206, 2207, - 1104: 2208, 2209, 2210, - 1105: 2208, 2210, 2211, - 1106: 2212, 2213, 2214, - 1107: 2212, 2214, 2215, - 1108: 2216, 2217, 2218, - 1109: 2216, 2218, 2219, - 1110: 2220, 2221, 2222, - 1111: 2220, 2222, 2223, - 1112: 2224, 2225, 2226, - 1113: 2224, 2226, 2227, - 1114: 2228, 2229, 2230, - 1115: 2228, 2230, 2231, - 1116: 2232, 2233, 2234, - 1117: 2232, 2234, 2235, - 1118: 2236, 2237, 2238, - 1119: 2236, 2238, 2239, - 1120: 2240, 2241, 2242, - 1121: 2240, 2242, 2243, - 1122: 2244, 2245, 2246, - 1123: 2244, 2246, 2247, - 1124: 2248, 2249, 2250, - 1125: 2248, 2250, 2251, - 1126: 2252, 2253, 2254, - 1127: 2252, 2254, 2255, - 1128: 2256, 2257, 2258, - 1129: 2256, 2258, 2259, - 1130: 2260, 2261, 2262, - 1131: 2260, 2262, 2263, - 1132: 2264, 2265, 2266, - 1133: 2264, 2266, 2267, - 1134: 2268, 2269, 2270, - 1135: 2268, 2270, 2271, - 1136: 2272, 2273, 2274, - 1137: 2272, 2274, 2275, - 1138: 2276, 2277, 2278, - 1139: 2276, 2278, 2279, - 1140: 2280, 2281, 2282, - 1141: 2280, 2282, 2283, - 1142: 2284, 2285, 2286, - 1143: 2284, 2286, 2287, - 1144: 2288, 2289, 2290, - 1145: 2288, 2290, 2291, - 1146: 2292, 2293, 2294, - 1147: 2292, 2294, 2295, - 1148: 2296, 2297, 2298, - 1149: 2296, 2298, 2299, - 1150: 2300, 2301, 2302, - 1151: 2300, 2302, 2303, - 1152: 2304, 2305, 2306, - 1153: 2304, 2306, 2307, - 1154: 2308, 2309, 2310, - 1155: 2308, 2310, 2311, - 1156: 2312, 2313, 2314, - 1157: 2312, 2314, 2315, - 1158: 2316, 2317, 2318, - 1159: 2316, 2318, 2319, - 1160: 2320, 2321, 2322, - 1161: 2320, 2322, 2323, - 1162: 2324, 2325, 2326, - 1163: 2324, 2326, 2327, - 1164: 2328, 2329, 2330, - 1165: 2328, 2330, 2331, - 1166: 2332, 2333, 2334, - 1167: 2332, 2334, 2335, - 1168: 2336, 2337, 2338, - 1169: 2336, 2338, 2339, - 1170: 2340, 2341, 2342, - 1171: 2340, 2342, 2343, - 1172: 2344, 2345, 2346, - 1173: 2344, 2346, 2347, - 1174: 2348, 2349, 2350, - 1175: 2348, 2350, 2351, - 1176: 2352, 2353, 2354, - 1177: 2352, 2354, 2355, - 1178: 2356, 2357, 2358, - 1179: 2356, 2358, 2359, - 1180: 2360, 2361, 2362, - 1181: 2360, 2362, 2363, - 1182: 2364, 2365, 2366, - 1183: 2364, 2366, 2367, - 1184: 2368, 2369, 2370, - 1185: 2368, 2370, 2371, - 1186: 2372, 2373, 2374, - 1187: 2372, 2374, 2375, - 1188: 2376, 2377, 2378, - 1189: 2376, 2378, 2379, - 1190: 2380, 2381, 2382, - 1191: 2380, 2382, 2383, - 1192: 2384, 2385, 2386, - 1193: 2384, 2386, 2387, - 1194: 2388, 2389, 2390, - 1195: 2388, 2390, 2391, - 1196: 2392, 2393, 2394, - 1197: 2392, 2394, 2395, - 1198: 2396, 2397, 2398, - 1199: 2396, 2398, 2399, - 1200: 2400, 2401, 2402, - 1201: 2400, 2402, 2403, - 1202: 2404, 2405, 2406, - 1203: 2404, 2406, 2407, - 1204: 2408, 2409, 2410, - 1205: 2408, 2410, 2411, - 1206: 2412, 2413, 2414, - 1207: 2412, 2414, 2415, - 1208: 2416, 2417, 2418, - 1209: 2416, 2418, 2419, - 1210: 2420, 2421, 2422, - 1211: 2420, 2422, 2423, - 1212: 2424, 2425, 2426, - 1213: 2424, 2426, 2427, - 1214: 2428, 2429, 2430, - 1215: 2428, 2430, 2431, - 1216: 2432, 2433, 2434, - 1217: 2432, 2434, 2435, - 1218: 2436, 2437, 2438, - 1219: 2436, 2438, 2439, - 1220: 2440, 2441, 2442, - 1221: 2440, 2442, 2443, - 1222: 2444, 2445, 2446, - 1223: 2444, 2446, 2447, - 1224: 2448, 2449, 2450, - 1225: 2448, 2450, 2451, - 1226: 2452, 2453, 2454, - 1227: 2452, 2454, 2455, - 1228: 2456, 2457, 2458, - 1229: 2456, 2458, 2459, - 1230: 2460, 2461, 2462, - 1231: 2460, 2462, 2463, - 1232: 2464, 2465, 2466, - 1233: 2464, 2466, 2467, - 1234: 2468, 2469, 2470, - 1235: 2468, 2470, 2471, - 1236: 2472, 2473, 2474, - 1237: 2472, 2474, 2475, - 1238: 2476, 2477, 2478, - 1239: 2476, 2478, 2479, - 1240: 2480, 2481, 2482, - 1241: 2480, 2482, 2483, - 1242: 2484, 2485, 2486, - 1243: 2484, 2486, 2487, - 1244: 2488, 2489, 2490, - 1245: 2488, 2490, 2491, - 1246: 2492, 2493, 2494, - 1247: 2492, 2494, 2495, - 1248: 2496, 2497, 2498, - 1249: 2496, 2498, 2499, - 1250: 2500, 2501, 2502, - 1251: 2500, 2502, 2503, - 1252: 2504, 2505, 2506, - 1253: 2504, 2506, 2507, - 1254: 2508, 2509, 2510, - 1255: 2508, 2510, 2511, - 1256: 2512, 2513, 2514, - 1257: 2512, 2514, 2515, - 1258: 2516, 2517, 2518, - 1259: 2516, 2518, 2519, - 1260: 2520, 2521, 2522, - 1261: 2520, 2522, 2523, - 1262: 2524, 2525, 2526, - 1263: 2524, 2526, 2527, - 1264: 2528, 2529, 2530, - 1265: 2528, 2530, 2531, - 1266: 2532, 2533, 2534, - 1267: 2532, 2534, 2535, - 1268: 2536, 2537, 2538, - 1269: 2536, 2538, 2539, - 1270: 2540, 2541, 2542, - 1271: 2540, 2542, 2543, - 1272: 2544, 2545, 2546, - 1273: 2544, 2546, 2547, - 1274: 2548, 2549, 2550, - 1275: 2548, 2550, 2551, - 1276: 2552, 2553, 2554, - 1277: 2552, 2554, 2555, - 1278: 2556, 2557, 2558, - 1279: 2556, 2558, 2559, - 1280: 2560, 2561, 2562, - 1281: 2560, 2562, 2563, - 1282: 2564, 2565, 2566, - 1283: 2564, 2566, 2567, - 1284: 2568, 2569, 2570, - 1285: 2568, 2570, 2571, - 1286: 2572, 2573, 2574, - 1287: 2572, 2574, 2575, - 1288: 2576, 2577, 2578, - 1289: 2576, 2578, 2579, - 1290: 2580, 2581, 2582, - 1291: 2580, 2582, 2583, - 1292: 2584, 2585, 2586, - 1293: 2584, 2586, 2587, - 1294: 2588, 2589, 2590, - 1295: 2588, 2590, 2591, - 1296: 2592, 2593, 2594, - 1297: 2592, 2594, 2595, - 1298: 2596, 2597, 2598, - 1299: 2596, 2598, 2599, - 1300: 2600, 2601, 2602, - 1301: 2600, 2602, 2603, - 1302: 2604, 2605, 2606, - 1303: 2604, 2606, 2607, - 1304: 2608, 2609, 2610, - 1305: 2608, 2610, 2611, - 1306: 2612, 2613, 2614, - 1307: 2612, 2614, 2615, - 1308: 2616, 2617, 2618, - 1309: 2616, 2618, 2619, - 1310: 2620, 2621, 2622, - 1311: 2620, 2622, 2623, - 1312: 2624, 2625, 2626, - 1313: 2624, 2626, 2627, - 1314: 2628, 2629, 2630, - 1315: 2628, 2630, 2631, - 1316: 2632, 2633, 2634, - 1317: 2632, 2634, 2635, - 1318: 2636, 2637, 2638, - 1319: 2636, 2638, 2639, - 1320: 2640, 2641, 2642, - 1321: 2640, 2642, 2643, - 1322: 2644, 2645, 2646, - 1323: 2644, 2646, 2647, - 1324: 2648, 2649, 2650, - 1325: 2648, 2650, 2651, - 1326: 2652, 2653, 2654, - 1327: 2652, 2654, 2655, - 1328: 2656, 2657, 2658, - 1329: 2656, 2658, 2659, - 1330: 2660, 2661, 2662, - 1331: 2660, 2662, 2663, - 1332: 2664, 2665, 2666, - 1333: 2664, 2666, 2667, - 1334: 2668, 2669, 2670, - 1335: 2668, 2670, 2671, - 1336: 2672, 2673, 2674, - 1337: 2672, 2674, 2675, - 1338: 2676, 2677, 2678, - 1339: 2676, 2678, 2679, - 1340: 2680, 2681, 2682, - 1341: 2680, 2682, 2683, - 1342: 2684, 2685, 2686, - 1343: 2684, 2686, 2687, - 1344: 2688, 2689, 2690, - 1345: 2688, 2690, 2691, - 1346: 2692, 2693, 2694, - 1347: 2692, 2694, 2695, - 1348: 2696, 2697, 2698, - 1349: 2696, 2698, 2699, - 1350: 2700, 2701, 2702, - 1351: 2700, 2702, 2703, - 1352: 2704, 2705, 2706, - 1353: 2704, 2706, 2707, - 1354: 2708, 2709, 2710, - 1355: 2708, 2710, 2711, - 1356: 2712, 2713, 2714, - 1357: 2712, 2714, 2715, - 1358: 2716, 2717, 2718, - 1359: 2716, 2718, 2719, - 1360: 2720, 2721, 2722, - 1361: 2720, 2722, 2723, - 1362: 2724, 2725, 2726, - 1363: 2724, 2726, 2727, - 1364: 2728, 2729, 2730, - 1365: 2728, 2730, 2731, - 1366: 2732, 2733, 2734, - 1367: 2732, 2734, 2735, - 1368: 2736, 2737, 2738, - 1369: 2736, 2738, 2739, - 1370: 2740, 2741, 2742, - 1371: 2740, 2742, 2743, - 1372: 2744, 2745, 2746, - 1373: 2744, 2746, 2747, - 1374: 2748, 2749, 2750, - 1375: 2748, 2750, 2751, - 1376: 2752, 2753, 2754, - 1377: 2752, 2754, 2755, - 1378: 2756, 2757, 2758, - 1379: 2756, 2758, 2759, - 1380: 2760, 2761, 2762, - 1381: 2760, 2762, 2763, - 1382: 2764, 2765, 2766, - 1383: 2764, 2766, 2767, - 1384: 2768, 2769, 2770, - 1385: 2768, 2770, 2771, - 1386: 2772, 2773, 2774, - 1387: 2772, 2774, 2775, - 1388: 2776, 2777, 2778, - 1389: 2776, 2778, 2779, - 1390: 2780, 2781, 2782, - 1391: 2780, 2782, 2783, - 1392: 2784, 2785, 2786, - 1393: 2784, 2786, 2787, - 1394: 2788, 2789, 2790, - 1395: 2788, 2790, 2791, - 1396: 2792, 2793, 2794, - 1397: 2792, 2794, 2795, - 1398: 2796, 2797, 2798, - 1399: 2796, 2798, 2799, - 1400: 2800, 2801, 2802, - 1401: 2800, 2802, 2803, - 1402: 2804, 2805, 2806, - 1403: 2804, 2806, 2807, - 1404: 2808, 2809, 2810, - 1405: 2808, 2810, 2811, - 1406: 2812, 2813, 2814, - 1407: 2812, 2814, 2815, - 1408: 2816, 2817, 2818, - 1409: 2816, 2818, 2819, - 1410: 2820, 2821, 2822, - 1411: 2820, 2822, 2823, - 1412: 2824, 2825, 2826, - 1413: 2824, 2826, 2827, - 1414: 2828, 2829, 2830, - 1415: 2828, 2830, 2831, - 1416: 2832, 2833, 2834, - 1417: 2832, 2834, 2835, - 1418: 2836, 2837, 2838, - 1419: 2836, 2838, 2839, - 1420: 2840, 2841, 2842, - 1421: 2840, 2842, 2843, - 1422: 2844, 2845, 2846, - 1423: 2844, 2846, 2847, - 1424: 2848, 2849, 2850, - 1425: 2848, 2850, 2851, - 1426: 2852, 2853, 2854, - 1427: 2852, 2854, 2855, - 1428: 2856, 2857, 2858, - 1429: 2856, 2858, 2859, - 1430: 2860, 2861, 2862, - 1431: 2860, 2862, 2863, - 1432: 2864, 2865, 2866, - 1433: 2864, 2866, 2867, - 1434: 2868, 2869, 2870, - 1435: 2868, 2870, 2871, - 1436: 2872, 2873, 2874, - 1437: 2872, 2874, 2875, - 1438: 2876, 2877, 2878, - 1439: 2876, 2878, 2879, - 1440: 2880, 2881, 2882, - 1441: 2880, 2882, 2883, - 1442: 2884, 2885, 2886, - 1443: 2884, 2886, 2887, - 1444: 2888, 2889, 2890, - 1445: 2888, 2890, 2891, - 1446: 2892, 2893, 2894, - 1447: 2892, 2894, 2895, - 1448: 2896, 2897, 2898, - 1449: 2896, 2898, 2899, - 1450: 2900, 2901, 2902, - 1451: 2900, 2902, 2903, - 1452: 2904, 2905, 2906, - 1453: 2904, 2906, 2907, - 1454: 2908, 2909, 2910, - 1455: 2908, 2910, 2911, - 1456: 2912, 2913, 2914, - 1457: 2912, 2914, 2915, - 1458: 2916, 2917, 2918, - 1459: 2916, 2918, 2919, - 1460: 2920, 2921, 2922, - 1461: 2920, 2922, 2923, - 1462: 2924, 2925, 2926, - 1463: 2924, 2926, 2927, - 1464: 2928, 2929, 2930, - 1465: 2928, 2930, 2931, - 1466: 2932, 2933, 2934, - 1467: 2932, 2934, 2935, - 1468: 2936, 2937, 2938, - 1469: 2936, 2938, 2939, - 1470: 2940, 2941, 2942, - 1471: 2940, 2942, 2943, - 1472: 2944, 2945, 2946, - 1473: 2944, 2946, 2947, - 1474: 2948, 2949, 2950, - 1475: 2948, 2950, 2951, - 1476: 2952, 2953, 2954, - 1477: 2952, 2954, 2955, - 1478: 2956, 2957, 2958, - 1479: 2956, 2958, 2959, - 1480: 2960, 2961, 2962, - 1481: 2960, 2962, 2963, - 1482: 2964, 2965, 2966, - 1483: 2964, 2966, 2967, - 1484: 2968, 2969, 2970, - 1485: 2968, 2970, 2971, - 1486: 2972, 2973, 2974, - 1487: 2972, 2974, 2975, - 1488: 2976, 2977, 2978, - 1489: 2976, 2978, 2979, - 1490: 2980, 2981, 2982, - 1491: 2980, 2982, 2983, - 1492: 2984, 2985, 2986, - 1493: 2984, 2986, 2987, - 1494: 2988, 2989, 2990, - 1495: 2988, 2990, 2991, - 1496: 2992, 2993, 2994, - 1497: 2992, 2994, 2995, - 1498: 2996, 2997, 2998, - 1499: 2996, 2998, 2999, - 1500: 3000, 3001, 3002, - 1501: 3000, 3002, 3003, - 1502: 3004, 3005, 3006, - 1503: 3004, 3006, 3007, - 1504: 3008, 3009, 3010, - 1505: 3008, 3010, 3011, - 1506: 3012, 3013, 3014, - 1507: 3012, 3014, 3015, - 1508: 3016, 3017, 3018, - 1509: 3016, 3018, 3019, - 1510: 3020, 3021, 3022, - 1511: 3020, 3022, 3023, - 1512: 3024, 3025, 3026, - 1513: 3024, 3026, 3027, - 1514: 3028, 3029, 3030, - 1515: 3028, 3030, 3031, - 1516: 3032, 3033, 3034, - 1517: 3032, 3034, 3035, - 1518: 3036, 3037, 3038, - 1519: 3036, 3038, 3039, - 1520: 3040, 3041, 3042, - 1521: 3040, 3042, 3043, - 1522: 3044, 3045, 3046, - 1523: 3044, 3046, 3047, - 1524: 3048, 3049, 3050, - 1525: 3048, 3050, 3051, - 1526: 3052, 3053, 3054, - 1527: 3052, 3054, 3055, - 1528: 3056, 3057, 3058, - 1529: 3056, 3058, 3059, - 1530: 3060, 3061, 3062, - 1531: 3060, 3062, 3063, - 1532: 3064, 3065, 3066, - 1533: 3064, 3066, 3067, - 1534: 3068, 3069, 3070, - 1535: 3068, 3070, 3071, - 1536: 3072, 3073, 3074, - 1537: 3072, 3074, 3075, - 1538: 3076, 3077, 3078, - 1539: 3076, 3078, 3079, - 1540: 3080, 3081, 3082, - 1541: 3080, 3082, 3083, - 1542: 3084, 3085, 3086, - 1543: 3084, 3086, 3087, - 1544: 3088, 3089, 3090, - 1545: 3088, 3090, 3091, - 1546: 3092, 3093, 3094, - 1547: 3092, 3094, 3095, - 1548: 3096, 3097, 3098, - 1549: 3096, 3098, 3099, - 1550: 3100, 3101, 3102, - 1551: 3100, 3102, 3103, - 1552: 3104, 3105, 3106, - 1553: 3104, 3106, 3107, - 1554: 3108, 3109, 3110, - 1555: 3108, 3110, 3111, - 1556: 3112, 3113, 3114, - 1557: 3112, 3114, 3115, - 1558: 3116, 3117, 3118, - 1559: 3116, 3118, 3119, - 1560: 3120, 3121, 3122, - 1561: 3120, 3122, 3123, - 1562: 3124, 3125, 3126, - 1563: 3124, 3126, 3127, - 1564: 3128, 3129, 3130, - 1565: 3128, 3130, 3131, - 1566: 3132, 3133, 3134, - 1567: 3132, 3134, 3135, - 1568: 3136, 3137, 3138, - 1569: 3136, 3138, 3139, - 1570: 3140, 3141, 3142, - 1571: 3140, 3142, 3143, - 1572: 3144, 3145, 3146, - 1573: 3144, 3146, 3147, - 1574: 3148, 3149, 3150, - 1575: 3148, 3150, 3151, - 1576: 3152, 3153, 3154, - 1577: 3152, 3154, 3155, - 1578: 3156, 3157, 3158, - 1579: 3156, 3158, 3159, - 1580: 3160, 3161, 3162, - 1581: 3160, 3162, 3163, - 1582: 3164, 3165, 3166, - 1583: 3164, 3166, 3167, - 1584: 3168, 3169, 3170, - 1585: 3168, 3170, 3171, - 1586: 3172, 3173, 3174, - 1587: 3172, 3174, 3175, - 1588: 3176, 3177, 3178, - 1589: 3176, 3178, 3179, - 1590: 3180, 3181, 3182, - 1591: 3180, 3182, 3183, - 1592: 3184, 3185, 3186, - 1593: 3184, 3186, 3187, - 1594: 3188, 3189, 3190, - 1595: 3188, 3190, 3191, - 1596: 3192, 3193, 3194, - 1597: 3192, 3194, 3195, - 1598: 3196, 3197, 3198, - 1599: 3196, 3198, 3199, - 1600: 3200, 3201, 3202, - 1601: 3200, 3202, 3203, - 1602: 3204, 3205, 3206, - 1603: 3204, 3206, 3207, - 1604: 3208, 3209, 3210, - 1605: 3208, 3210, 3211, - 1606: 3212, 3213, 3214, - 1607: 3212, 3214, 3215, - 1608: 3216, 3217, 3218, - 1609: 3216, 3218, 3219, - 1610: 3220, 3221, 3222, - 1611: 3220, 3222, 3223, - 1612: 3224, 3225, 3226, - 1613: 3224, 3226, 3227, - 1614: 3228, 3229, 3230, - 1615: 3228, 3230, 3231, - 1616: 3232, 3233, 3234, - 1617: 3232, 3234, 3235, - 1618: 3236, 3237, 3238, - 1619: 3236, 3238, 3239, - 1620: 3240, 3241, 3242, - 1621: 3240, 3242, 3243, - 1622: 3244, 3245, 3246, - 1623: 3244, 3246, 3247, - 1624: 3248, 3249, 3250, - 1625: 3248, 3250, 3251, - 1626: 3252, 3253, 3254, - 1627: 3252, 3254, 3255, - 1628: 3256, 3257, 3258, - 1629: 3256, 3258, 3259, - 1630: 3260, 3261, 3262, - 1631: 3260, 3262, 3263, - 1632: 3264, 3265, 3266, - 1633: 3264, 3266, 3267, - 1634: 3268, 3269, 3270, - 1635: 3268, 3270, 3271, - 1636: 3272, 3273, 3274, - 1637: 3272, 3274, 3275, - 1638: 3276, 3277, 3278, - 1639: 3276, 3278, 3279, - 1640: 3280, 3281, 3282, - 1641: 3280, 3282, 3283, - 1642: 3284, 3285, 3286, - 1643: 3284, 3286, 3287, - 1644: 3288, 3289, 3290, - 1645: 3288, 3290, 3291, - 1646: 3292, 3293, 3294, - 1647: 3292, 3294, 3295, - 1648: 3296, 3297, 3298, - 1649: 3296, 3298, 3299, - 1650: 3300, 3301, 3302, - 1651: 3300, 3302, 3303, - 1652: 3304, 3305, 3306, - 1653: 3304, 3306, 3307, - 1654: 3308, 3309, 3310, - 1655: 3308, 3310, 3311, - 1656: 3312, 3313, 3314, - 1657: 3312, 3314, 3315, - 1658: 3316, 3317, 3318, - 1659: 3316, 3318, 3319, - 1660: 3320, 3321, 3322, - 1661: 3320, 3322, 3323, - 1662: 3324, 3325, 3326, - 1663: 3324, 3326, 3327, - 1664: 3328, 3329, 3330, - 1665: 3328, 3330, 3331, - 1666: 3332, 3333, 3334, - 1667: 3332, 3334, 3335, - 1668: 3336, 3337, 3338, - 1669: 3336, 3338, 3339, - 1670: 3340, 3341, 3342, - 1671: 3340, 3342, 3343, - 1672: 3344, 3345, 3346, - 1673: 3344, 3346, 3347, - 1674: 3348, 3349, 3350, - 1675: 3348, 3350, 3351, - 1676: 3352, 3353, 3354, - 1677: 3352, 3354, 3355, - 1678: 3356, 3357, 3358, - 1679: 3356, 3358, 3359, - 1680: 3360, 3361, 3362, - 1681: 3360, 3362, 3363, - 1682: 3364, 3365, 3366, - 1683: 3364, 3366, 3367, - 1684: 3368, 3369, 3370, - 1685: 3368, 3370, 3371, - 1686: 3372, 3373, 3374, - 1687: 3372, 3374, 3375, - 1688: 3376, 3377, 3378, - 1689: 3376, 3378, 3379, - 1690: 3380, 3381, 3382, - 1691: 3380, 3382, 3383, - 1692: 3384, 3385, 3386, - 1693: 3384, 3386, 3387, - 1694: 3388, 3389, 3390, - 1695: 3388, 3390, 3391, - 1696: 3392, 3393, 3394, - 1697: 3392, 3394, 3395, - 1698: 3396, 3397, 3398, - 1699: 3396, 3398, 3399, - 1700: 3400, 3401, 3402, - 1701: 3400, 3402, 3403, - 1702: 3404, 3405, 3406, - 1703: 3404, 3406, 3407, - 1704: 3408, 3409, 3410, - 1705: 3408, 3410, 3411, - 1706: 3412, 3413, 3414, - 1707: 3412, 3414, 3415, - 1708: 3416, 3417, 3418, - 1709: 3416, 3418, 3419, - 1710: 3420, 3421, 3422, - 1711: 3420, 3422, 3423, - 1712: 3424, 3425, 3426, - 1713: 3424, 3426, 3427, - 1714: 3428, 3429, 3430, - 1715: 3428, 3430, 3431, - 1716: 3432, 3433, 3434, - 1717: 3432, 3434, 3435, - 1718: 3436, 3437, 3438, - 1719: 3436, 3438, 3439, - 1720: 3440, 3441, 3442, - 1721: 3440, 3442, 3443, - 1722: 3444, 3445, 3446, - 1723: 3444, 3446, 3447, - 1724: 3448, 3449, 3450, - 1725: 3448, 3450, 3451, - 1726: 3452, 3453, 3454, - 1727: 3452, 3454, 3455, - 1728: 3456, 3457, 3458, - 1729: 3456, 3458, 3459, - 1730: 3460, 3461, 3462, - 1731: 3460, 3462, 3463, - 1732: 3464, 3465, 3466, - 1733: 3464, 3466, 3467, - 1734: 3468, 3469, 3470, - 1735: 3468, 3470, 3471, - 1736: 3472, 3473, 3474, - 1737: 3472, 3474, 3475, - 1738: 3476, 3477, 3478, - 1739: 3476, 3478, 3479, - 1740: 3480, 3481, 3482, - 1741: 3480, 3482, 3483, - 1742: 3484, 3485, 3486, - 1743: 3484, 3486, 3487, - 1744: 3488, 3489, 3490, - 1745: 3488, 3490, 3491, - 1746: 3492, 3493, 3494, - 1747: 3492, 3494, 3495, - 1748: 3496, 3497, 3498, - 1749: 3496, 3498, 3499, - 1750: 3500, 3501, 3502, - 1751: 3500, 3502, 3503, - 1752: 3504, 3505, 3506, - 1753: 3504, 3506, 3507, - 1754: 3508, 3509, 3510, - 1755: 3508, 3510, 3511, - 1756: 3512, 3513, 3514, - 1757: 3512, 3514, 3515, - 1758: 3516, 3517, 3518, - 1759: 3516, 3518, 3519, - 1760: 3520, 3521, 3522, - 1761: 3520, 3522, 3523, - 1762: 3524, 3525, 3526, - 1763: 3524, 3526, 3527, - 1764: 3528, 3529, 3530, - 1765: 3528, 3530, 3531, - 1766: 3532, 3533, 3534, - 1767: 3532, 3534, 3535, - 1768: 3536, 3537, 3538, - 1769: 3536, 3538, 3539, - 1770: 3540, 3541, 3542, - 1771: 3540, 3542, 3543, - 1772: 3544, 3545, 3546, - 1773: 3544, 3546, 3547, - 1774: 3548, 3549, 3550, - 1775: 3548, 3550, 3551, - 1776: 3552, 3553, 3554, - 1777: 3552, 3554, 3555, - 1778: 3556, 3557, 3558, - 1779: 3556, 3558, 3559, - 1780: 3560, 3561, 3562, - 1781: 3560, 3562, 3563, - 1782: 3564, 3565, 3566, - 1783: 3564, 3566, 3567, - 1784: 3568, 3569, 3570, - 1785: 3568, 3570, 3571, - 1786: 3572, 3573, 3574, - 1787: 3572, 3574, 3575, - 1788: 3576, 3577, 3578, - 1789: 3576, 3578, 3579, - 1790: 3580, 3581, 3582, - 1791: 3580, 3582, 3583, - 1792: 3584, 3585, 3586, - 1793: 3584, 3586, 3587, - 1794: 3588, 3589, 3590, - 1795: 3588, 3590, 3591, - 1796: 3592, 3593, 3594, - 1797: 3592, 3594, 3595, - 1798: 3596, 3597, 3598, - 1799: 3596, 3598, 3599, - 1800: 3600, 3601, 3602, - 1801: 3600, 3602, 3603, - 1802: 3604, 3605, 3606, - 1803: 3604, 3606, 3607, - 1804: 3608, 3609, 3610, - 1805: 3608, 3610, 3611, - 1806: 3612, 3613, 3614, - 1807: 3612, 3614, 3615, - 1808: 3616, 3617, 3618, - 1809: 3616, 3618, 3619, - 1810: 3620, 3621, 3622, - 1811: 3620, 3622, 3623, - 1812: 3624, 3625, 3626, - 1813: 3624, 3626, 3627, - 1814: 3628, 3629, 3630, - 1815: 3628, 3630, 3631, - 1816: 3632, 3633, 3634, - 1817: 3632, 3634, 3635, - 1818: 3636, 3637, 3638, - 1819: 3636, 3638, 3639, - 1820: 3640, 3641, 3642, - 1821: 3640, 3642, 3643, - 1822: 3644, 3645, 3646, - 1823: 3644, 3646, 3647, - 1824: 3648, 3649, 3650, - 1825: 3648, 3650, 3651, - 1826: 3652, 3653, 3654, - 1827: 3652, 3654, 3655, - 1828: 3656, 3657, 3658, - 1829: 3656, 3658, 3659, - 1830: 3660, 3661, 3662, - 1831: 3660, 3662, 3663, - 1832: 3664, 3665, 3666, - 1833: 3664, 3666, 3667, - 1834: 3668, 3669, 3670, - 1835: 3668, 3670, 3671, - 1836: 3672, 3673, 3674, - 1837: 3672, 3674, 3675, - 1838: 3676, 3677, 3678, - 1839: 3676, 3678, 3679, - 1840: 3680, 3681, 3682, - 1841: 3680, 3682, 3683, - 1842: 3684, 3685, 3686, - 1843: 3684, 3686, 3687, - 1844: 3688, 3689, 3690, - 1845: 3688, 3690, 3691, - 1846: 3692, 3693, 3694, - 1847: 3692, 3694, 3695, - 1848: 3696, 3697, 3698, - 1849: 3696, 3698, 3699, - 1850: 3700, 3701, 3702, - 1851: 3700, 3702, 3703, - 1852: 3704, 3705, 3706, - 1853: 3704, 3706, 3707, - 1854: 3708, 3709, 3710, - 1855: 3708, 3710, 3711, - 1856: 3712, 3713, 3714, - 1857: 3712, 3714, 3715, - 1858: 3716, 3717, 3718, - 1859: 3716, 3718, 3719, - 1860: 3720, 3721, 3722, - 1861: 3720, 3722, 3723, - 1862: 3724, 3725, 3726, - 1863: 3724, 3726, 3727, - 1864: 3728, 3729, 3730, - 1865: 3728, 3730, 3731, - 1866: 3732, 3733, 3734, - 1867: 3732, 3734, 3735, - 1868: 3736, 3737, 3738, - 1869: 3736, 3738, 3739, - 1870: 3740, 3741, 3742, - 1871: 3740, 3742, 3743, - 1872: 3744, 3745, 3746, - 1873: 3744, 3746, 3747, - 1874: 3748, 3749, 3750, - 1875: 3748, 3750, 3751, - 1876: 3752, 3753, 3754, - 1877: 3752, 3754, 3755, - 1878: 3756, 3757, 3758, - 1879: 3756, 3758, 3759, - 1880: 3760, 3761, 3762, - 1881: 3760, 3762, 3763, - 1882: 3764, 3765, 3766, - 1883: 3764, 3766, 3767, - 1884: 3768, 3769, 3770, - 1885: 3768, 3770, 3771, - 1886: 3772, 3773, 3774, - 1887: 3772, 3774, 3775, - 1888: 3776, 3777, 3778, - 1889: 3776, 3778, 3779, - 1890: 3780, 3781, 3782, - 1891: 3780, 3782, 3783, - 1892: 3784, 3785, 3786, - 1893: 3784, 3786, 3787, - 1894: 3788, 3789, 3790, - 1895: 3788, 3790, 3791, - 1896: 3792, 3793, 3794, - 1897: 3792, 3794, 3795, - 1898: 3796, 3797, 3798, - 1899: 3796, 3798, 3799, - 1900: 3800, 3801, 3802, - 1901: 3800, 3802, 3803, - 1902: 3804, 3805, 3806, - 1903: 3804, 3806, 3807, - 1904: 3808, 3809, 3810, - 1905: 3808, 3810, 3811, - 1906: 3812, 3813, 3814, - 1907: 3812, 3814, 3815, - 1908: 3816, 3817, 3818, - 1909: 3816, 3818, 3819, - 1910: 3820, 3821, 3822, - 1911: 3820, 3822, 3823, - 1912: 3824, 3825, 3826, - 1913: 3824, 3826, 3827, - 1914: 3828, 3829, 3830, - 1915: 3828, 3830, 3831, - 1916: 3832, 3833, 3834, - 1917: 3832, 3834, 3835, - 1918: 3836, 3837, 3838, - 1919: 3836, 3838, 3839, - 1920: 3840, 3841, 3842, - 1921: 3840, 3842, 3843, - 1922: 3844, 3845, 3846, - 1923: 3844, 3846, 3847, - 1924: 3848, 3849, 3850, - 1925: 3848, 3850, 3851, - 1926: 3852, 3853, 3854, - 1927: 3852, 3854, 3855, - 1928: 3856, 3857, 3858, - 1929: 3856, 3858, 3859, - 1930: 3860, 3861, 3862, - 1931: 3860, 3862, 3863, - 1932: 3864, 3865, 3866, - 1933: 3864, 3866, 3867, - 1934: 3868, 3869, 3870, - 1935: 3868, 3870, 3871, - 1936: 3872, 3873, 3874, - 1937: 3872, 3874, 3875, - 1938: 3876, 3877, 3878, - 1939: 3876, 3878, 3879, - 1940: 3880, 3881, 3882, - 1941: 3880, 3882, 3883, - 1942: 3884, 3885, 3886, - 1943: 3884, 3886, 3887, - 1944: 3888, 3889, 3890, - 1945: 3888, 3890, 3891, - 1946: 3892, 3893, 3894, - 1947: 3892, 3894, 3895, - 1948: 3896, 3897, 3898, - 1949: 3896, 3898, 3899, - 1950: 3900, 3901, 3902, - 1951: 3900, 3902, 3903, - 1952: 3904, 3905, 3906, - 1953: 3904, 3906, 3907, - 1954: 3908, 3909, 3910, - 1955: 3908, 3910, 3911, - 1956: 3912, 3913, 3914, - 1957: 3912, 3914, 3915, - 1958: 3916, 3917, 3918, - 1959: 3916, 3918, 3919, - 1960: 3920, 3921, 3922, - 1961: 3920, 3922, 3923, - 1962: 3924, 3925, 3926, - 1963: 3924, 3926, 3927, - 1964: 3928, 3929, 3930, - 1965: 3928, 3930, 3931, - 1966: 3932, 3933, 3934, - 1967: 3932, 3934, 3935, - 1968: 3936, 3937, 3938, - 1969: 3936, 3938, 3939, - 1970: 3940, 3941, 3942, - 1971: 3940, 3942, 3943, - 1972: 3944, 3945, 3946, - 1973: 3944, 3946, 3947, - 1974: 3948, 3949, 3950, - 1975: 3948, 3950, 3951, - 1976: 3952, 3953, 3954, - 1977: 3952, 3954, 3955, - 1978: 3956, 3957, 3958, - 1979: 3956, 3958, 3959, - 1980: 3960, 3961, 3962, - 1981: 3960, 3962, 3963, - 1982: 3964, 3965, 3966, - 1983: 3964, 3966, 3967, - 1984: 3968, 3969, 3970, - 1985: 3968, 3970, 3971, - 1986: 3972, 3973, 3974, - 1987: 3972, 3974, 3975, - 1988: 3976, 3977, 3978, - 1989: 3976, 3978, 3979, - 1990: 3980, 3981, 3982, - 1991: 3980, 3982, 3983, - 1992: 3984, 3985, 3986, - 1993: 3984, 3986, 3987, - 1994: 3988, 3989, 3990, - 1995: 3988, 3990, 3991, - 1996: 3992, 3993, 3994, - 1997: 3992, 3994, 3995, - 1998: 3996, 3997, 3998, - 1999: 3996, 3998, 3999, - 2000: 4000, 4001, 4002, - 2001: 4000, 4002, 4003, - 2002: 4004, 4005, 4006, - 2003: 4004, 4006, 4007, - 2004: 4008, 4009, 4010, - 2005: 4008, 4010, 4011, - 2006: 4012, 4013, 4014, - 2007: 4012, 4014, 4015, - 2008: 4016, 4017, 4018, - 2009: 4016, 4018, 4019, - 2010: 4020, 4021, 4022, - 2011: 4020, 4022, 4023, - 2012: 4024, 4025, 4026, - 2013: 4024, 4026, 4027, - 2014: 4028, 4029, 4030, - 2015: 4028, 4030, 4031, - 2016: 4032, 4033, 4034, - 2017: 4032, 4034, 4035, - 2018: 4036, 4037, 4038, - 2019: 4036, 4038, 4039, - 2020: 4040, 4041, 4042, - 2021: 4040, 4042, 4043, - 2022: 4044, 4045, 4046, - 2023: 4044, 4046, 4047, - 2024: 4048, 4049, 4050, - 2025: 4048, 4050, 4051, - 2026: 4052, 4053, 4054, - 2027: 4052, 4054, 4055, - 2028: 4056, 4057, 4058, - 2029: 4056, 4058, 4059, - 2030: 4060, 4061, 4062, - 2031: 4060, 4062, 4063, - 2032: 4064, 4065, 4066, - 2033: 4064, 4066, 4067, - 2034: 4068, 4069, 4070, - 2035: 4068, 4070, 4071, - 2036: 4072, 4073, 4074, - 2037: 4072, 4074, 4075, - 2038: 4076, 4077, 4078, - 2039: 4076, 4078, 4079, - 2040: 4080, 4081, 4082, - 2041: 4080, 4082, 4083, - 2042: 4084, 4085, 4086, - 2043: 4084, 4086, 4087, - 2044: 4088, 4089, 4090, - 2045: 4088, 4090, 4091, - 2046: 4092, 4093, 4094, - 2047: 4092, 4094, 4095, - 2048: 4096, 4097, 4098, - 2049: 4096, 4098, 4099, - 2050: 4100, 4101, 4102, - 2051: 4100, 4102, 4103, - 2052: 4104, 4105, 4106, - 2053: 4104, 4106, 4107, - 2054: 4108, 4109, 4110, - 2055: 4108, 4110, 4111, - 2056: 4112, 4113, 4114, - 2057: 4112, 4114, 4115, - 2058: 4116, 4117, 4118, - 2059: 4116, 4118, 4119, - 2060: 4120, 4121, 4122, - 2061: 4120, 4122, 4123, - 2062: 4124, 4125, 4126, - 2063: 4124, 4126, 4127, - 2064: 4128, 4129, 4130, - 2065: 4128, 4130, 4131, - 2066: 4132, 4133, 4134, - 2067: 4132, 4134, 4135, - 2068: 4136, 4137, 4138, - 2069: 4136, 4138, 4139, - 2070: 4140, 4141, 4142, - 2071: 4140, 4142, 4143, - 2072: 4144, 4145, 4146, - 2073: 4144, 4146, 4147, - 2074: 4148, 4149, 4150, - 2075: 4148, 4150, 4151, - 2076: 4152, 4153, 4154, - 2077: 4152, 4154, 4155, - 2078: 4156, 4157, 4158, - 2079: 4156, 4158, 4159, - 2080: 4160, 4161, 4162, - 2081: 4160, 4162, 4163, - 2082: 4164, 4165, 4166, - 2083: 4164, 4166, 4167, - 2084: 4168, 4169, 4170, - 2085: 4168, 4170, 4171, - 2086: 4172, 4173, 4174, - 2087: 4172, 4174, 4175, - 2088: 4176, 4177, 4178, - 2089: 4176, 4178, 4179, - 2090: 4180, 4181, 4182, - 2091: 4180, 4182, 4183, - 2092: 4184, 4185, 4186, - 2093: 4184, 4186, 4187, - 2094: 4188, 4189, 4190, - 2095: 4188, 4190, 4191, - 2096: 4192, 4193, 4194, - 2097: 4192, 4194, 4195, - 2098: 4196, 4197, 4198, - 2099: 4196, 4198, 4199, - 2100: 4200, 4201, 4202, - 2101: 4200, 4202, 4203, - 2102: 4204, 4205, 4206, - 2103: 4204, 4206, 4207, - 2104: 4208, 4209, 4210, - 2105: 4208, 4210, 4211, - 2106: 4212, 4213, 4214, - 2107: 4212, 4214, 4215, - 2108: 4216, 4217, 4218, - 2109: 4216, 4218, 4219, - 2110: 4220, 4221, 4222, - 2111: 4220, 4222, 4223, - 2112: 4224, 4225, 4226, - 2113: 4224, 4226, 4227, - 2114: 4228, 4229, 4230, - 2115: 4228, 4230, 4231, - 2116: 4232, 4233, 4234, - 2117: 4232, 4234, 4235, - 2118: 4236, 4237, 4238, - 2119: 4236, 4238, 4239, - 2120: 4240, 4241, 4242, - 2121: 4240, 4242, 4243, - 2122: 4244, 4245, 4246, - 2123: 4244, 4246, 4247, - 2124: 4248, 4249, 4250, - 2125: 4248, 4250, 4251, - 2126: 4252, 4253, 4254, - 2127: 4252, 4254, 4255, - 2128: 4256, 4257, 4258, - 2129: 4256, 4258, 4259, - 2130: 4260, 4261, 4262, - 2131: 4260, 4262, 4263, - 2132: 4264, 4265, 4266, - 2133: 4264, 4266, 4267, - 2134: 4268, 4269, 4270, - 2135: 4268, 4270, 4271, - 2136: 4272, 4273, 4274, - 2137: 4272, 4274, 4275, - 2138: 4276, 4277, 4278, - 2139: 4276, 4278, 4279, - 2140: 4280, 4281, 4282, - 2141: 4280, 4282, 4283, - 2142: 4284, 4285, 4286, - 2143: 4284, 4286, 4287, - 2144: 4288, 4289, 4290, - 2145: 4288, 4290, 4291, - 2146: 4292, 4293, 4294, - 2147: 4292, 4294, 4295, - 2148: 4296, 4297, 4298, - 2149: 4296, 4298, 4299, - 2150: 4300, 4301, 4302, - 2151: 4300, 4302, 4303, - 2152: 4304, 4305, 4306, - 2153: 4304, 4306, 4307, - 2154: 4308, 4309, 4310, - 2155: 4308, 4310, 4311, - 2156: 4312, 4313, 4314, - 2157: 4312, 4314, 4315, - 2158: 4316, 4317, 4318, - 2159: 4316, 4318, 4319, - 2160: 4320, 4321, 4322, - 2161: 4320, 4322, 4323, - 2162: 4324, 4325, 4326, - 2163: 4324, 4326, 4327, - 2164: 4328, 4329, 4330, - 2165: 4328, 4330, 4331, - 2166: 4332, 4333, 4334, - 2167: 4332, 4334, 4335, - 2168: 4336, 4337, 4338, - 2169: 4336, 4338, 4339, - 2170: 4340, 4341, 4342, - 2171: 4340, 4342, 4343, - 2172: 4344, 4345, 4346, - 2173: 4344, 4346, 4347, - 2174: 4348, 4349, 4350, - 2175: 4348, 4350, 4351, - 2176: 4352, 4353, 4354, - 2177: 4352, 4354, 4355, - 2178: 4356, 4357, 4358, - 2179: 4356, 4358, 4359, - 2180: 4360, 4361, 4362, - 2181: 4360, 4362, 4363, - 2182: 4364, 4365, 4366, - 2183: 4364, 4366, 4367, - 2184: 4368, 4369, 4370, - 2185: 4368, 4370, 4371, - 2186: 4372, 4373, 4374, - 2187: 4372, 4374, 4375, - 2188: 4376, 4377, 4378, - 2189: 4376, 4378, 4379, - 2190: 4380, 4381, 4382, - 2191: 4380, 4382, 4383, - 2192: 4384, 4385, 4386, - 2193: 4384, 4386, 4387, - 2194: 4388, 4389, 4390, - 2195: 4388, 4390, 4391, - 2196: 4392, 4393, 4394, - 2197: 4392, 4394, 4395, - 2198: 4396, 4397, 4398, - 2199: 4396, 4398, 4399, - 2200: 4400, 4401, 4402, - 2201: 4400, 4402, 4403, - 2202: 4404, 4405, 4406, - 2203: 4404, 4406, 4407, - 2204: 4408, 4409, 4410, - 2205: 4408, 4410, 4411, - 2206: 4412, 4413, 4414, - 2207: 4412, 4414, 4415, - 2208: 4416, 4417, 4418, - 2209: 4416, 4418, 4419, - 2210: 4420, 4421, 4422, - 2211: 4420, 4422, 4423, - 2212: 4424, 4425, 4426, - 2213: 4424, 4426, 4427, - 2214: 4428, 4429, 4430, - 2215: 4428, 4430, 4431, - 2216: 4432, 4433, 4434, - 2217: 4432, 4434, 4435, - 2218: 4436, 4437, 4438, - 2219: 4436, 4438, 4439, - 2220: 4440, 4441, 4442, - 2221: 4440, 4442, 4443, - 2222: 4444, 4445, 4446, - 2223: 4444, 4446, 4447, - 2224: 4448, 4449, 4450, - 2225: 4448, 4450, 4451, - 2226: 4452, 4453, 4454, - 2227: 4452, 4454, 4455, - 2228: 4456, 4457, 4458, - 2229: 4456, 4458, 4459, - 2230: 4460, 4461, 4462, - 2231: 4460, 4462, 4463, - 2232: 4464, 4465, 4466, - 2233: 4464, 4466, 4467, - 2234: 4468, 4469, 4470, - 2235: 4468, 4470, 4471, - 2236: 4472, 4473, 4474, - 2237: 4472, 4474, 4475, - 2238: 4476, 4477, 4478, - 2239: 4476, 4478, 4479, - 2240: 4480, 4481, 4482, - 2241: 4480, 4482, 4483, - 2242: 4484, 4485, 4486, - 2243: 4484, 4486, 4487, - 2244: 4488, 4489, 4490, - 2245: 4488, 4490, 4491, - 2246: 4492, 4493, 4494, - 2247: 4492, 4494, 4495, - 2248: 4496, 4497, 4498, - 2249: 4496, 4498, 4499, - 2250: 4500, 4501, 4502, - 2251: 4500, 4502, 4503, - 2252: 4504, 4505, 4506, - 2253: 4504, 4506, 4507, - 2254: 4508, 4509, 4510, - 2255: 4508, 4510, 4511, - 2256: 4512, 4513, 4514, - 2257: 4512, 4514, 4515, - 2258: 4516, 4517, 4518, - 2259: 4516, 4518, 4519, - 2260: 4520, 4521, 4522, - 2261: 4520, 4522, 4523, - 2262: 4524, 4525, 4526, - 2263: 4524, 4526, 4527, - 2264: 4528, 4529, 4530, - 2265: 4528, 4530, 4531, - 2266: 4532, 4533, 4534, - 2267: 4532, 4534, 4535, - 2268: 4536, 4537, 4538, - 2269: 4536, 4538, 4539, - 2270: 4540, 4541, 4542, - 2271: 4540, 4542, 4543, - 2272: 4544, 4545, 4546, - 2273: 4544, 4546, 4547, - 2274: 4548, 4549, 4550, - 2275: 4548, 4550, 4551, - 2276: 4552, 4553, 4554, - 2277: 4552, 4554, 4555, - 2278: 4556, 4557, 4558, - 2279: 4556, 4558, 4559, - 2280: 4560, 4561, 4562, - 2281: 4560, 4562, 4563, - 2282: 4564, 4565, 4566, - 2283: 4564, 4566, 4567, - 2284: 4568, 4569, 4570, - 2285: 4568, 4570, 4571, - 2286: 4572, 4573, 4574, - 2287: 4572, 4574, 4575, - 2288: 4576, 4577, 4578, - 2289: 4576, 4578, 4579, - 2290: 4580, 4581, 4582, - 2291: 4580, 4582, 4583, - 2292: 4584, 4585, 4586, - 2293: 4584, 4586, 4587, - 2294: 4588, 4589, 4590, - 2295: 4588, 4590, 4591, - 2296: 4592, 4593, 4594, - 2297: 4592, 4594, 4595, - 2298: 4596, 4597, 4598, - 2299: 4596, 4598, 4599, - 2300: 4600, 4601, 4602, - 2301: 4600, 4602, 4603, - 2302: 4604, 4605, 4606, - 2303: 4604, 4606, 4607, - 2304: 4608, 4609, 4610, - 2305: 4608, 4610, 4611, - 2306: 4612, 4613, 4614, - 2307: 4612, 4614, 4615, - 2308: 4616, 4617, 4618, - 2309: 4616, 4618, 4619, - 2310: 4620, 4621, 4622, - 2311: 4620, 4622, 4623, - 2312: 4624, 4625, 4626, - 2313: 4624, 4626, 4627, - 2314: 4628, 4629, 4630, - 2315: 4628, 4630, 4631, - 2316: 4632, 4633, 4634, - 2317: 4632, 4634, 4635, - 2318: 4636, 4637, 4638, - 2319: 4636, 4638, 4639, - 2320: 4640, 4641, 4642, - 2321: 4640, 4642, 4643, - 2322: 4644, 4645, 4646, - 2323: 4644, 4646, 4647, - 2324: 4648, 4649, 4650, - 2325: 4648, 4650, 4651, - 2326: 4652, 4653, 4654, - 2327: 4652, 4654, 4655, - 2328: 4656, 4657, 4658, - 2329: 4656, 4658, 4659, - 2330: 4660, 4661, 4662, - 2331: 4660, 4662, 4663, - 2332: 4664, 4665, 4666, - 2333: 4664, 4666, 4667, - 2334: 4668, 4669, 4670, - 2335: 4668, 4670, 4671, - 2336: 4672, 4673, 4674, - 2337: 4672, 4674, 4675, - 2338: 4676, 4677, 4678, - 2339: 4676, 4678, 4679, - 2340: 4680, 4681, 4682, - 2341: 4680, 4682, 4683, - 2342: 4684, 4685, 4686, - 2343: 4684, 4686, 4687, - 2344: 4688, 4689, 4690, - 2345: 4688, 4690, 4691, - 2346: 4692, 4693, 4694, - 2347: 4692, 4694, 4695, - 2348: 4696, 4697, 4698, - 2349: 4696, 4698, 4699, - 2350: 4700, 4701, 4702, - 2351: 4700, 4702, 4703, - 2352: 4704, 4705, 4706, - 2353: 4704, 4706, 4707, - 2354: 4708, 4709, 4710, - 2355: 4708, 4710, 4711, - 2356: 4712, 4713, 4714, - 2357: 4712, 4714, 4715, - 2358: 4716, 4717, 4718, - 2359: 4716, 4718, 4719, - 2360: 4720, 4721, 4722, - 2361: 4720, 4722, 4723, - 2362: 4724, 4725, 4726, - 2363: 4724, 4726, 4727, - 2364: 4728, 4729, 4730, - 2365: 4728, 4730, 4731, - 2366: 4732, 4733, 4734, - 2367: 4732, 4734, 4735, - 2368: 4736, 4737, 4738, - 2369: 4736, 4738, 4739, - 2370: 4740, 4741, 4742, - 2371: 4740, 4742, 4743, - 2372: 4744, 4745, 4746, - 2373: 4744, 4746, 4747, - 2374: 4748, 4749, 4750, - 2375: 4748, 4750, 4751, - 2376: 4752, 4753, 4754, - 2377: 4752, 4754, 4755, - 2378: 4756, 4757, 4758, - 2379: 4756, 4758, 4759, - 2380: 4760, 4761, 4762, - 2381: 4760, 4762, 4763, - 2382: 4764, 4765, 4766, - 2383: 4764, 4766, 4767, - 2384: 4768, 4769, 4770, - 2385: 4768, 4770, 4771, - 2386: 4772, 4773, 4774, - 2387: 4772, 4774, 4775, - 2388: 4776, 4777, 4778, - 2389: 4776, 4778, 4779, - 2390: 4780, 4781, 4782, - 2391: 4780, 4782, 4783, - 2392: 4784, 4785, 4786, - 2393: 4784, 4786, 4787, - 2394: 4788, 4789, 4790, - 2395: 4788, 4790, 4791, - 2396: 4792, 4793, 4794, - 2397: 4792, 4794, 4795, - 2398: 4796, 4797, 4798, - 2399: 4796, 4798, 4799, - 2400: 4800, 4801, 4802, - 2401: 4800, 4802, 4803, - 2402: 4804, 4805, 4806, - 2403: 4804, 4806, 4807, - 2404: 4808, 4809, 4810, - 2405: 4808, 4810, 4811, - 2406: 4812, 4813, 4814, - 2407: 4812, 4814, 4815, - 2408: 4816, 4817, 4818, - 2409: 4816, 4818, 4819, - 2410: 4820, 4821, 4822, - 2411: 4820, 4822, 4823, - 2412: 4824, 4825, 4826, - 2413: 4824, 4826, 4827, - 2414: 4828, 4829, 4830, - 2415: 4828, 4830, 4831, - 2416: 4832, 4833, 4834, - 2417: 4832, 4834, 4835, - 2418: 4836, 4837, 4838, - 2419: 4836, 4838, 4839, - 2420: 4840, 4841, 4842, - 2421: 4840, 4842, 4843, - 2422: 4844, 4845, 4846, - 2423: 4844, 4846, 4847, - 2424: 4848, 4849, 4850, - 2425: 4848, 4850, 4851, - 2426: 4852, 4853, 4854, - 2427: 4852, 4854, 4855, - 2428: 4856, 4857, 4858, - 2429: 4856, 4858, 4859, - 2430: 4860, 4861, 4862, - 2431: 4860, 4862, 4863, - 2432: 4864, 4865, 4866, - 2433: 4864, 4866, 4867, - 2434: 4868, 4869, 4870, - 2435: 4868, 4870, 4871, - 2436: 4872, 4873, 4874, - 2437: 4872, 4874, 4875, - 2438: 4876, 4877, 4878, - 2439: 4876, 4878, 4879, - 2440: 4880, 4881, 4882, - 2441: 4880, 4882, 4883, - 2442: 4884, 4885, 4886, - 2443: 4884, 4886, 4887, - 2444: 4888, 4889, 4890, - 2445: 4888, 4890, 4891, - 2446: 4892, 4893, 4894, - 2447: 4892, 4894, 4895, - 2448: 4896, 4897, 4898, - 2449: 4896, 4898, 4899, - 2450: 4900, 4901, 4902, - 2451: 4900, 4902, 4903, - 2452: 4904, 4905, 4906, - 2453: 4904, 4906, 4907, - 2454: 4908, 4909, 4910, - 2455: 4908, 4910, 4911, - 2456: 4912, 4913, 4914, - 2457: 4912, 4914, 4915, - 2458: 4916, 4917, 4918, - 2459: 4916, 4918, 4919, - 2460: 4920, 4921, 4922, - 2461: 4920, 4922, 4923, - 2462: 4924, 4925, 4926, - 2463: 4924, 4926, 4927, - 2464: 4928, 4929, 4930, - 2465: 4928, 4930, 4931, - 2466: 4932, 4933, 4934, - 2467: 4932, 4934, 4935, - 2468: 4936, 4937, 4938, - 2469: 4936, 4938, 4939, - 2470: 4940, 4941, 4942, - 2471: 4940, 4942, 4943, - 2472: 4944, 4945, 4946, - 2473: 4944, 4946, 4947, - 2474: 4948, 4949, 4950, - 2475: 4948, 4950, 4951, - 2476: 4952, 4953, 4954, - 2477: 4952, 4954, 4955, - 2478: 4956, 4957, 4958, - 2479: 4956, 4958, 4959, - 2480: 4960, 4961, 4962, - 2481: 4960, 4962, 4963, - 2482: 4964, 4965, 4966, - 2483: 4964, 4966, 4967, - 2484: 4968, 4969, 4970, - 2485: 4968, 4970, 4971, - 2486: 4972, 4973, 4974, - 2487: 4972, 4974, 4975, - 2488: 4976, 4977, 4978, - 2489: 4976, 4978, 4979, - 2490: 4980, 4981, 4982, - 2491: 4980, 4982, 4983, - 2492: 4984, 4985, 4986, - 2493: 4984, 4986, 4987, - 2494: 4988, 4989, 4990, - 2495: 4988, 4990, 4991, - 2496: 4992, 4993, 4994, - 2497: 4992, 4994, 4995, - 2498: 4996, 4997, 4998, - 2499: 4996, 4998, 4999, - 2500: 5000, 5001, 5002, - 2501: 5000, 5002, 5003, - 2502: 5004, 5005, 5006, - 2503: 5004, 5006, 5007, - 2504: 5008, 5009, 5010, - 2505: 5008, 5010, 5011, - 2506: 5012, 5013, 5014, - 2507: 5012, 5014, 5015, - 2508: 5016, 5017, 5018, - 2509: 5016, 5018, 5019, - 2510: 5020, 5021, 5022, - 2511: 5020, 5022, 5023, - 2512: 5024, 5025, 5026, - 2513: 5024, 5026, 5027, - 2514: 5028, 5029, 5030, - 2515: 5028, 5030, 5031, - 2516: 5032, 5033, 5034, - 2517: 5032, 5034, 5035, - 2518: 5036, 5037, 5038, - 2519: 5036, 5038, 5039, - 2520: 5040, 5041, 5042, - 2521: 5040, 5042, 5043, - 2522: 5044, 5045, 5046, - 2523: 5044, 5046, 5047, - 2524: 5048, 5049, 5050, - 2525: 5048, 5050, 5051, - 2526: 5052, 5053, 5054, - 2527: 5052, 5054, 5055, - 2528: 5056, 5057, 5058, - 2529: 5056, 5058, 5059, - 2530: 5060, 5061, 5062, - 2531: 5060, 5062, 5063, - 2532: 5064, 5065, 5066, - 2533: 5064, 5066, 5067, - 2534: 5068, 5069, 5070, - 2535: 5068, 5070, 5071, - 2536: 5072, 5073, 5074, - 2537: 5072, 5074, 5075, - 2538: 5076, 5077, 5078, - 2539: 5076, 5078, 5079, - 2540: 5080, 5081, 5082, - 2541: 5080, 5082, 5083, - 2542: 5084, 5085, 5086, - 2543: 5084, 5086, 5087, - 2544: 5088, 5089, 5090, - 2545: 5088, 5090, 5091, - 2546: 5092, 5093, 5094, - 2547: 5092, 5094, 5095, - 2548: 5096, 5097, 5098, - 2549: 5096, 5098, 5099, - 2550: 5100, 5101, 5102, - 2551: 5100, 5102, 5103, - 2552: 5104, 5105, 5106, - 2553: 5104, 5106, 5107, - 2554: 5108, 5109, 5110, - 2555: 5108, 5110, 5111, - 2556: 5112, 5113, 5114, - 2557: 5112, 5114, 5115, - 2558: 5116, 5117, 5118, - 2559: 5116, 5118, 5119, - 2560: 5120, 5121, 5122, - 2561: 5120, 5122, 5123, - 2562: 5124, 5125, 5126, - 2563: 5124, 5126, 5127, - 2564: 5128, 5129, 5130, - 2565: 5128, 5130, 5131, - 2566: 5132, 5133, 5134, - 2567: 5132, 5134, 5135, - 2568: 5136, 5137, 5138, - 2569: 5136, 5138, 5139, - 2570: 5140, 5141, 5142, - 2571: 5140, 5142, 5143, - 2572: 5144, 5145, 5146, - 2573: 5144, 5146, 5147, - 2574: 5148, 5149, 5150, - 2575: 5148, 5150, 5151, - 2576: 5152, 5153, 5154, - 2577: 5152, 5154, 5155, - 2578: 5156, 5157, 5158, - 2579: 5156, 5158, 5159, - 2580: 5160, 5161, 5162, - 2581: 5160, 5162, 5163, - 2582: 5164, 5165, 5166, - 2583: 5164, 5166, 5167, - 2584: 5168, 5169, 5170, - 2585: 5168, 5170, 5171, - 2586: 5172, 5173, 5174, - 2587: 5172, 5174, 5175, - 2588: 5176, 5177, 5178, - 2589: 5176, 5178, 5179, - 2590: 5180, 5181, 5182, - 2591: 5180, 5182, 5183, - 2592: 5184, 5185, 5186, - 2593: 5184, 5186, 5187, - 2594: 5188, 5189, 5190, - 2595: 5188, 5190, 5191, - 2596: 5192, 5193, 5194, - 2597: 5192, 5194, 5195, - 2598: 5196, 5197, 5198, - 2599: 5196, 5198, 5199, - 2600: 5200, 5201, 5202, - 2601: 5200, 5202, 5203, - 2602: 5204, 5205, 5206, - 2603: 5204, 5206, 5207, - 2604: 5208, 5209, 5210, - 2605: 5208, 5210, 5211, - 2606: 5212, 5213, 5214, - 2607: 5212, 5214, 5215, - 2608: 5216, 5217, 5218, - 2609: 5216, 5218, 5219, - 2610: 5220, 5221, 5222, - 2611: 5220, 5222, 5223, - 2612: 5224, 5225, 5226, - 2613: 5224, 5226, 5227, - 2614: 5228, 5229, 5230, - 2615: 5228, 5230, 5231, - 2616: 5232, 5233, 5234, - 2617: 5232, 5234, 5235, - 2618: 5236, 5237, 5238, - 2619: 5236, 5238, 5239, - 2620: 5240, 5241, 5242, - 2621: 5240, 5242, 5243, - 2622: 5244, 5245, 5246, - 2623: 5244, 5246, 5247, - 2624: 5248, 5249, 5250, - 2625: 5248, 5250, 5251, - 2626: 5252, 5253, 5254, - 2627: 5252, 5254, 5255, - 2628: 5256, 5257, 5258, - 2629: 5256, 5258, 5259, - 2630: 5260, 5261, 5262, - 2631: 5260, 5262, 5263, - 2632: 5264, 5265, 5266, - 2633: 5264, 5266, 5267, - 2634: 5268, 5269, 5270, - 2635: 5268, 5270, 5271, - 2636: 5272, 5273, 5274, - 2637: 5272, 5274, 5275, - 2638: 5276, 5277, 5278, - 2639: 5276, 5278, 5279, - 2640: 5280, 5281, 5282, - 2641: 5280, 5282, 5283, - 2642: 5284, 5285, 5286, - 2643: 5284, 5286, 5287, - 2644: 5288, 5289, 5290, - 2645: 5288, 5290, 5291, - 2646: 5292, 5293, 5294, - 2647: 5292, 5294, 5295, - 2648: 5296, 5297, 5298, - 2649: 5296, 5298, 5299, - 2650: 5300, 5301, 5302, - 2651: 5300, 5302, 5303, - 2652: 5304, 5305, 5306, - 2653: 5304, 5306, 5307, - 2654: 5308, 5309, 5310, - 2655: 5308, 5310, 5311, - 2656: 5312, 5313, 5314, - 2657: 5312, 5314, 5315, - 2658: 5316, 5317, 5318, - 2659: 5316, 5318, 5319, - 2660: 5320, 5321, 5322, - 2661: 5320, 5322, 5323, - 2662: 5324, 5325, 5326, - 2663: 5324, 5326, 5327, - 2664: 5328, 5329, 5330, - 2665: 5328, 5330, 5331, - 2666: 5332, 5333, 5334, - 2667: 5332, 5334, 5335, - 2668: 5336, 5337, 5338, - 2669: 5336, 5338, 5339, - 2670: 5340, 5341, 5342, - 2671: 5340, 5342, 5343, - 2672: 5344, 5345, 5346, - 2673: 5344, 5346, 5347, - 2674: 5348, 5349, 5350, - 2675: 5348, 5350, 5351, - 2676: 5352, 5353, 5354, - 2677: 5352, 5354, 5355, - 2678: 5356, 5357, 5358, - 2679: 5356, 5358, 5359, - 2680: 5360, 5361, 5362, - 2681: 5360, 5362, 5363, - 2682: 5364, 5365, 5366, - 2683: 5364, 5366, 5367, - 2684: 5368, 5369, 5370, - 2685: 5368, 5370, 5371, - 2686: 5372, 5373, 5374, - 2687: 5372, 5374, 5375, - 2688: 5376, 5377, 5378, - 2689: 5376, 5378, 5379, - 2690: 5380, 5381, 5382, - 2691: 5380, 5382, 5383, - 2692: 5384, 5385, 5386, - 2693: 5384, 5386, 5387, - 2694: 5388, 5389, 5390, - 2695: 5388, 5390, 5391, - 2696: 5392, 5393, 5394, - 2697: 5392, 5394, 5395, - 2698: 5396, 5397, 5398, - 2699: 5396, 5398, 5399, - 2700: 5400, 5401, 5402, - 2701: 5400, 5402, 5403, - 2702: 5404, 5405, 5406, - 2703: 5404, 5406, 5407, - 2704: 5408, 5409, 5410, - 2705: 5408, 5410, 5411, - 2706: 5412, 5413, 5414, - 2707: 5412, 5414, 5415, - 2708: 5416, 5417, 5418, - 2709: 5416, 5418, 5419, - 2710: 5420, 5421, 5422, - 2711: 5420, 5422, 5423, - 2712: 5424, 5425, 5426, - 2713: 5424, 5426, 5427, - 2714: 5428, 5429, 5430, - 2715: 5428, 5430, 5431, - 2716: 5432, 5433, 5434, - 2717: 5432, 5434, 5435, - 2718: 5436, 5437, 5438, - 2719: 5436, 5438, 5439, - 2720: 5440, 5441, 5442, - 2721: 5440, 5442, 5443, - 2722: 5444, 5445, 5446, - 2723: 5444, 5446, 5447, - 2724: 5448, 5449, 5450, - 2725: 5448, 5450, 5451, - 2726: 5452, 5453, 5454, - 2727: 5452, 5454, 5455, - 2728: 5456, 5457, 5458, - 2729: 5456, 5458, 5459, - 2730: 5460, 5461, 5462, - 2731: 5460, 5462, 5463, - 2732: 5464, 5465, 5466, - 2733: 5464, 5466, 5467, - 2734: 5468, 5469, 5470, - 2735: 5468, 5470, 5471, - 2736: 5472, 5473, 5474, - 2737: 5472, 5474, 5475, - 2738: 5476, 5477, 5478, - 2739: 5476, 5478, 5479, - 2740: 5480, 5481, 5482, - 2741: 5480, 5482, 5483, - 2742: 5484, 5485, 5486, - 2743: 5484, 5486, 5487, - 2744: 5488, 5489, 5490, - 2745: 5488, 5490, 5491, - 2746: 5492, 5493, 5494, - 2747: 5492, 5494, 5495, - 2748: 5496, 5497, 5498, - 2749: 5496, 5498, 5499, - 2750: 5500, 5501, 5502, - 2751: 5500, 5502, 5503, - 2752: 5504, 5505, 5506, - 2753: 5504, 5506, 5507, - 2754: 5508, 5509, 5510, - 2755: 5508, 5510, 5511, - 2756: 5512, 5513, 5514, - 2757: 5512, 5514, 5515, - 2758: 5516, 5517, 5518, - 2759: 5516, 5518, 5519, - 2760: 5520, 5521, 5522, - 2761: 5520, 5522, 5523, - 2762: 5524, 5525, 5526, - 2763: 5524, 5526, 5527, - 2764: 5528, 5529, 5530, - 2765: 5528, 5530, 5531, - 2766: 5532, 5533, 5534, - 2767: 5532, 5534, 5535, - 2768: 5536, 5537, 5538, - 2769: 5536, 5538, 5539, - 2770: 5540, 5541, 5542, - 2771: 5540, 5542, 5543, - 2772: 5544, 5545, 5546, - 2773: 5544, 5546, 5547, - 2774: 5548, 5549, 5550, - 2775: 5548, 5550, 5551, - 2776: 5552, 5553, 5554, - 2777: 5552, 5554, 5555, - 2778: 5556, 5557, 5558, - 2779: 5556, 5558, 5559, - 2780: 5560, 5561, 5562, - 2781: 5560, 5562, 5563, - 2782: 5564, 5565, 5566, - 2783: 5564, 5566, 5567, - 2784: 5568, 5569, 5570, - 2785: 5568, 5570, 5571, - 2786: 5572, 5573, 5574, - 2787: 5572, 5574, 5575, - 2788: 5576, 5577, 5578, - 2789: 5576, 5578, 5579, - 2790: 5580, 5581, 5582, - 2791: 5580, 5582, 5583, - 2792: 5584, 5585, 5586, - 2793: 5584, 5586, 5587, - 2794: 5588, 5589, 5590, - 2795: 5588, 5590, 5591, - 2796: 5592, 5593, 5594, - 2797: 5592, 5594, 5595, - 2798: 5596, 5597, 5598, - 2799: 5596, 5598, 5599, - 2800: 5600, 5601, 5602, - 2801: 5600, 5602, 5603, - 2802: 5604, 5605, 5606, - 2803: 5604, 5606, 5607, - 2804: 5608, 5609, 5610, - 2805: 5608, 5610, 5611, - 2806: 5612, 5613, 5614, - 2807: 5612, 5614, 5615, - 2808: 5616, 5617, 5618, - 2809: 5616, 5618, 5619, - 2810: 5620, 5621, 5622, - 2811: 5620, 5622, 5623, - 2812: 5624, 5625, 5626, - 2813: 5624, 5626, 5627, - 2814: 5628, 5629, 5630, - 2815: 5628, 5630, 5631, - 2816: 5632, 5633, 5634, - 2817: 5632, 5634, 5635, - 2818: 5636, 5637, 5638, - 2819: 5636, 5638, 5639, - 2820: 5640, 5641, 5642, - 2821: 5640, 5642, 5643, - 2822: 5644, 5645, 5646, - 2823: 5644, 5646, 5647, - 2824: 5648, 5649, 5650, - 2825: 5648, 5650, 5651, - 2826: 5652, 5653, 5654, - 2827: 5652, 5654, 5655, - 2828: 5656, 5657, 5658, - 2829: 5656, 5658, 5659, - 2830: 5660, 5661, 5662, - 2831: 5660, 5662, 5663, - 2832: 5664, 5665, 5666, - 2833: 5664, 5666, 5667, - 2834: 5668, 5669, 5670, - 2835: 5668, 5670, 5671, - 2836: 5672, 5673, 5674, - 2837: 5672, 5674, 5675, - 2838: 5676, 5677, 5678, - 2839: 5676, 5678, 5679, - 2840: 5680, 5681, 5682, - 2841: 5680, 5682, 5683, - 2842: 5684, 5685, 5686, - 2843: 5684, 5686, 5687, - 2844: 5688, 5689, 5690, - 2845: 5688, 5690, 5691, - 2846: 5692, 5693, 5694, - 2847: 5692, 5694, 5695, - 2848: 5696, 5697, 5698, - 2849: 5696, 5698, 5699, - 2850: 5700, 5701, 5702, - 2851: 5700, 5702, 5703, - 2852: 5704, 5705, 5706, - 2853: 5704, 5706, 5707, - 2854: 5708, 5709, 5710, - 2855: 5708, 5710, 5711, - 2856: 5712, 5713, 5714, - 2857: 5712, 5714, 5715, - 2858: 5716, 5717, 5718, - 2859: 5716, 5718, 5719, - 2860: 5720, 5721, 5722, - 2861: 5720, 5722, 5723, - 2862: 5724, 5725, 5726, - 2863: 5724, 5726, 5727, - 2864: 5728, 5729, 5730, - 2865: 5728, 5730, 5731, - 2866: 5732, 5733, 5734, - 2867: 5732, 5734, 5735, - 2868: 5736, 5737, 5738, - 2869: 5736, 5738, 5739, - 2870: 5740, 5741, 5742, - 2871: 5740, 5742, 5743, - 2872: 5744, 5745, 5746, - 2873: 5744, 5746, 5747, - 2874: 5748, 5749, 5750, - 2875: 5748, 5750, 5751, - 2876: 5752, 5753, 5754, - 2877: 5752, 5754, 5755, - 2878: 5756, 5757, 5758, - 2879: 5756, 5758, 5759, - 2880: 5760, 5761, 5762, - 2881: 5760, 5762, 5763, - 2882: 5764, 5765, 5766, - 2883: 5764, 5766, 5767, - 2884: 5768, 5769, 5770, - 2885: 5768, 5770, 5771, - 2886: 5772, 5773, 5774, - 2887: 5772, 5774, 5775, - 2888: 5776, 5777, 5778, - 2889: 5776, 5778, 5779, - 2890: 5780, 5781, 5782, - 2891: 5780, 5782, 5783, - 2892: 5784, 5785, 5786, - 2893: 5784, 5786, 5787, - 2894: 5788, 5789, 5790, - 2895: 5788, 5790, 5791, - 2896: 5792, 5793, 5794, - 2897: 5792, 5794, 5795, - 2898: 5796, 5797, 5798, - 2899: 5796, 5798, 5799, - 2900: 5800, 5801, 5802, - 2901: 5800, 5802, 5803, - 2902: 5804, 5805, 5806, - 2903: 5804, 5806, 5807, - 2904: 5808, 5809, 5810, - 2905: 5808, 5810, 5811, - 2906: 5812, 5813, 5814, - 2907: 5812, 5814, 5815, - 2908: 5816, 5817, 5818, - 2909: 5816, 5818, 5819, - 2910: 5820, 5821, 5822, - 2911: 5820, 5822, 5823, - 2912: 5824, 5825, 5826, - 2913: 5824, 5826, 5827, - 2914: 5828, 5829, 5830, - 2915: 5828, 5830, 5831, - 2916: 5832, 5833, 5834, - 2917: 5832, 5834, 5835, - 2918: 5836, 5837, 5838, - 2919: 5836, 5838, 5839, - 2920: 5840, 5841, 5842, - 2921: 5840, 5842, 5843, - 2922: 5844, 5845, 5846, - 2923: 5844, 5846, 5847, - 2924: 5848, 5849, 5850, - 2925: 5848, 5850, 5851, - 2926: 5852, 5853, 5854, - 2927: 5852, 5854, 5855, - 2928: 5856, 5857, 5858, - 2929: 5856, 5858, 5859, - 2930: 5860, 5861, 5862, - 2931: 5860, 5862, 5863, - 2932: 5864, 5865, 5866, - 2933: 5864, 5866, 5867, - 2934: 5868, 5869, 5870, - 2935: 5868, 5870, 5871, - 2936: 5872, 5873, 5874, - 2937: 5872, 5874, 5875, - 2938: 5876, 5877, 5878, - 2939: 5876, 5878, 5879, - 2940: 5880, 5881, 5882, - 2941: 5880, 5882, 5883, - 2942: 5884, 5885, 5886, - 2943: 5884, 5886, 5887, - 2944: 5888, 5889, 5890, - 2945: 5888, 5890, 5891, - 2946: 5892, 5893, 5894, - 2947: 5892, 5894, 5895, - 2948: 5896, 5897, 5898, - 2949: 5896, 5898, 5899, - 2950: 5900, 5901, 5902, - 2951: 5900, 5902, 5903, - 2952: 5904, 5905, 5906, - 2953: 5904, 5906, 5907, - 2954: 5908, 5909, 5910, - 2955: 5908, 5910, 5911, - 2956: 5912, 5913, 5914, - 2957: 5912, 5914, 5915, - 2958: 5916, 5917, 5918, - 2959: 5916, 5918, 5919, - 2960: 5920, 5921, 5922, - 2961: 5920, 5922, 5923, - 2962: 5924, 5925, 5926, - 2963: 5924, 5926, 5927, - 2964: 5928, 5929, 5930, - 2965: 5928, 5930, 5931, - 2966: 5932, 5933, 5934, - 2967: 5932, 5934, 5935, - 2968: 5936, 5937, 5938, - 2969: 5936, 5938, 5939, - 2970: 5940, 5941, 5942, - 2971: 5940, 5942, 5943, - 2972: 5944, 5945, 5946, - 2973: 5944, 5946, 5947, - 2974: 5948, 5949, 5950, - 2975: 5948, 5950, 5951, - 2976: 5952, 5953, 5954, - 2977: 5952, 5954, 5955, - 2978: 5956, 5957, 5958, - 2979: 5956, 5958, 5959, - 2980: 5960, 5961, 5962, - 2981: 5960, 5962, 5963, - 2982: 5964, 5965, 5966, - 2983: 5964, 5966, 5967, - 2984: 5968, 5969, 5970, - 2985: 5968, 5970, 5971, - 2986: 5972, 5973, 5974, - 2987: 5972, 5974, 5975, - 2988: 5976, 5977, 5978, - 2989: 5976, 5978, 5979, - 2990: 5980, 5981, 5982, - 2991: 5980, 5982, 5983, - 2992: 5984, 5985, 5986, - 2993: 5984, 5986, 5987, - 2994: 5988, 5989, 5990, - 2995: 5988, 5990, 5991, - 2996: 5992, 5993, 5994, - 2997: 5992, 5994, 5995, - 2998: 5996, 5997, 5998, - 2999: 5996, 5998, 5999, - 3000: 6000, 6001, 6002, - 3001: 6000, 6002, 6003, - 3002: 6004, 6005, 6006, - 3003: 6004, 6006, 6007, - 3004: 6008, 6009, 6010, - 3005: 6008, 6010, 6011, - 3006: 6012, 6013, 6014, - 3007: 6012, 6014, 6015, - 3008: 6016, 6017, 6018, - 3009: 6016, 6018, 6019, - 3010: 6020, 6021, 6022, - 3011: 6020, 6022, 6023, - 3012: 6024, 6025, 6026, - 3013: 6024, 6026, 6027, - 3014: 6028, 6029, 6030, - 3015: 6028, 6030, 6031, - 3016: 6032, 6033, 6034, - 3017: 6032, 6034, 6035, - 3018: 6036, 6037, 6038, - 3019: 6036, 6038, 6039, - 3020: 6040, 6041, 6042, - 3021: 6040, 6042, 6043, - 3022: 6044, 6045, 6046, - 3023: 6044, 6046, 6047, - 3024: 6048, 6049, 6050, - 3025: 6048, 6050, 6051, - 3026: 6052, 6053, 6054, - 3027: 6052, 6054, 6055, - 3028: 6056, 6057, 6058, - 3029: 6056, 6058, 6059, - 3030: 6060, 6061, 6062, - 3031: 6060, 6062, 6063, - 3032: 6064, 6065, 6066, - 3033: 6064, 6066, 6067, - 3034: 6068, 6069, 6070, - 3035: 6068, 6070, 6071, - 3036: 6072, 6073, 6074, - 3037: 6072, 6074, 6075, - 3038: 6076, 6077, 6078, - 3039: 6076, 6078, 6079, - 3040: 6080, 6081, 6082, - 3041: 6080, 6082, 6083, - 3042: 6084, 6085, 6086, - 3043: 6084, 6086, 6087, - 3044: 6088, 6089, 6090, - 3045: 6088, 6090, 6091, - 3046: 6092, 6093, 6094, - 3047: 6092, 6094, 6095, - 3048: 6096, 6097, 6098, - 3049: 6096, 6098, 6099, - 3050: 6100, 6101, 6102, - 3051: 6100, 6102, 6103, - 3052: 6104, 6105, 6106, - 3053: 6104, 6106, 6107, - 3054: 6108, 6109, 6110, - 3055: 6108, 6110, 6111, - 3056: 6112, 6113, 6114, - 3057: 6112, 6114, 6115, - 3058: 6116, 6117, 6118, - 3059: 6116, 6118, 6119, - 3060: 6120, 6121, 6122, - 3061: 6120, 6122, 6123, - 3062: 6124, 6125, 6126, - 3063: 6124, 6126, 6127, - 3064: 6128, 6129, 6130, - 3065: 6128, 6130, 6131, - 3066: 6132, 6133, 6134, - 3067: 6132, 6134, 6135, - 3068: 6136, 6137, 6138, - 3069: 6136, 6138, 6139, - 3070: 6140, 6141, 6142, - 3071: 6140, 6142, 6143, - 3072: 6144, 6145, 6146, - 3073: 6144, 6146, 6147, - 3074: 6148, 6149, 6150, - 3075: 6148, 6150, 6151, - 3076: 6152, 6153, 6154, - 3077: 6152, 6154, 6155, - 3078: 6156, 6157, 6158, - 3079: 6156, 6158, 6159, - 3080: 6160, 6161, 6162, - 3081: 6160, 6162, 6163, - 3082: 6164, 6165, 6166, - 3083: 6164, 6166, 6167, - 3084: 6168, 6169, 6170, - 3085: 6168, 6170, 6171, - 3086: 6172, 6173, 6174, - 3087: 6172, 6174, 6175, - 3088: 6176, 6177, 6178, - 3089: 6176, 6178, 6179, - 3090: 6180, 6181, 6182, - 3091: 6180, 6182, 6183, - 3092: 6184, 6185, 6186, - 3093: 6184, 6186, 6187, - 3094: 6188, 6189, 6190, - 3095: 6188, 6190, 6191, - 3096: 6192, 6193, 6194, - 3097: 6192, 6194, 6195, - 3098: 6196, 6197, 6198, - 3099: 6196, 6198, 6199, - 3100: 6200, 6201, 6202, - 3101: 6200, 6202, 6203, - 3102: 6204, 6205, 6206, - 3103: 6204, 6206, 6207, - 3104: 6208, 6209, 6210, - 3105: 6208, 6210, 6211, - 3106: 6212, 6213, 6214, - 3107: 6212, 6214, 6215, - 3108: 6216, 6217, 6218, - 3109: 6216, 6218, 6219, - 3110: 6220, 6221, 6222, - 3111: 6220, 6222, 6223, - 3112: 6224, 6225, 6226, - 3113: 6224, 6226, 6227, - 3114: 6228, 6229, 6230, - 3115: 6228, 6230, 6231, - 3116: 6232, 6233, 6234, - 3117: 6232, 6234, 6235, - 3118: 6236, 6237, 6238, - 3119: 6236, 6238, 6239, - 3120: 6240, 6241, 6242, - 3121: 6240, 6242, 6243, - 3122: 6244, 6245, 6246, - 3123: 6244, 6246, 6247, - 3124: 6248, 6249, 6250, - 3125: 6248, 6250, 6251, - 3126: 6252, 6253, 6254, - 3127: 6252, 6254, 6255, - 3128: 6256, 6257, 6258, - 3129: 6256, 6258, 6259, - 3130: 6260, 6261, 6262, - 3131: 6260, 6262, 6263, - 3132: 6264, 6265, 6266, - 3133: 6264, 6266, 6267, - 3134: 6268, 6269, 6270, - 3135: 6268, 6270, 6271, - 3136: 6272, 6273, 6274, - 3137: 6272, 6274, 6275, - 3138: 6276, 6277, 6278, - 3139: 6276, 6278, 6279, - 3140: 6280, 6281, 6282, - 3141: 6280, 6282, 6283, - 3142: 6284, 6285, 6286, - 3143: 6284, 6286, 6287, - 3144: 6288, 6289, 6290, - 3145: 6288, 6290, 6291, - 3146: 6292, 6293, 6294, - 3147: 6292, 6294, 6295, - 3148: 6296, 6297, 6298, - 3149: 6296, 6298, 6299, - 3150: 6300, 6301, 6302, - 3151: 6300, 6302, 6303, - 3152: 6304, 6305, 6306, - 3153: 6304, 6306, 6307, - 3154: 6308, 6309, 6310, - 3155: 6308, 6310, 6311, - 3156: 6312, 6313, 6314, - 3157: 6312, 6314, 6315, - 3158: 6316, 6317, 6318, - 3159: 6316, 6318, 6319, - 3160: 6320, 6321, 6322, - 3161: 6320, 6322, 6323, - 3162: 6324, 6325, 6326, - 3163: 6324, 6326, 6327, - 3164: 6328, 6329, 6330, - 3165: 6328, 6330, 6331, - 3166: 6332, 6333, 6334, - 3167: 6332, 6334, 6335, - 3168: 6336, 6337, 6338, - 3169: 6336, 6338, 6339, - 3170: 6340, 6341, 6342, - 3171: 6340, 6342, 6343, - 3172: 6344, 6345, 6346, - 3173: 6344, 6346, 6347, - 3174: 6348, 6349, 6350, - 3175: 6348, 6350, 6351, - 3176: 6352, 6353, 6354, - 3177: 6352, 6354, 6355, - 3178: 6356, 6357, 6358, - 3179: 6356, 6358, 6359, - 3180: 6360, 6361, 6362, - 3181: 6360, 6362, 6363, - 3182: 6364, 6365, 6366, - 3183: 6364, 6366, 6367, - 3184: 6368, 6369, 6370, - 3185: 6368, 6370, 6371, - 3186: 6372, 6373, 6374, - 3187: 6372, 6374, 6375, - 3188: 6376, 6377, 6378, - 3189: 6376, 6378, 6379, - 3190: 6380, 6381, 6382, - 3191: 6380, 6382, 6383, - 3192: 6384, 6385, 6386, - 3193: 6384, 6386, 6387, - 3194: 6388, 6389, 6390, - 3195: 6388, 6390, 6391, - 3196: 6392, 6393, 6394, - 3197: 6392, 6394, 6395, - 3198: 6396, 6397, 6398, - 3199: 6396, 6398, 6399, - 3200: 6400, 6401, 6402, - 3201: 6400, 6402, 6403, - 3202: 6404, 6405, 6406, - 3203: 6404, 6406, 6407, - 3204: 6408, 6409, 6410, - 3205: 6408, 6410, 6411, - 3206: 6412, 6413, 6414, - 3207: 6412, 6414, 6415, - 3208: 6416, 6417, 6418, - 3209: 6416, 6418, 6419, - 3210: 6420, 6421, 6422, - 3211: 6420, 6422, 6423, - 3212: 6424, 6425, 6426, - 3213: 6424, 6426, 6427, - 3214: 6428, 6429, 6430, - 3215: 6428, 6430, 6431, - 3216: 6432, 6433, 6434, - 3217: 6432, 6434, 6435, - 3218: 6436, 6437, 6438, - 3219: 6436, 6438, 6439, - 3220: 6440, 6441, 6442, - 3221: 6440, 6442, 6443, - 3222: 6444, 6445, 6446, - 3223: 6444, 6446, 6447, - 3224: 6448, 6449, 6450, - 3225: 6448, 6450, 6451, - 3226: 6452, 6453, 6454, - 3227: 6452, 6454, 6455, - 3228: 6456, 6457, 6458, - 3229: 6456, 6458, 6459, - 3230: 6460, 6461, 6462, - 3231: 6460, 6462, 6463, - 3232: 6464, 6465, 6466, - 3233: 6464, 6466, 6467, - 3234: 6468, 6469, 6470, - 3235: 6468, 6470, 6471, - 3236: 6472, 6473, 6474, - 3237: 6472, 6474, 6475, - 3238: 6476, 6477, 6478, - 3239: 6476, 6478, 6479, - 3240: 6480, 6481, 6482, - 3241: 6480, 6482, 6483, - 3242: 6484, 6485, 6486, - 3243: 6484, 6486, 6487, - 3244: 6488, 6489, 6490, - 3245: 6488, 6490, 6491, - 3246: 6492, 6493, 6494, - 3247: 6492, 6494, 6495, - 3248: 6496, 6497, 6498, - 3249: 6496, 6498, 6499, - 3250: 6500, 6501, 6502, - 3251: 6500, 6502, 6503, - 3252: 6504, 6505, 6506, - 3253: 6504, 6506, 6507, - 3254: 6508, 6509, 6510, - 3255: 6508, 6510, 6511, - 3256: 6512, 6513, 6514, - 3257: 6512, 6514, 6515, - 3258: 6516, 6517, 6518, - 3259: 6516, 6518, 6519, - 3260: 6520, 6521, 6522, - 3261: 6520, 6522, 6523, - 3262: 6524, 6525, 6526, - 3263: 6524, 6526, 6527, - 3264: 6528, 6529, 6530, - 3265: 6528, 6530, 6531, - 3266: 6532, 6533, 6534, - 3267: 6532, 6534, 6535, - 3268: 6536, 6537, 6538, - 3269: 6536, 6538, 6539, - 3270: 6540, 6541, 6542, - 3271: 6540, 6542, 6543, - 3272: 6544, 6545, 6546, - 3273: 6544, 6546, 6547, - 3274: 6548, 6549, 6550, - 3275: 6548, 6550, 6551, - 3276: 6552, 6553, 6554, - 3277: 6552, 6554, 6555, - 3278: 6556, 6557, 6558, - 3279: 6556, 6558, 6559, - 3280: 6560, 6561, 6562, - 3281: 6560, 6562, 6563, - 3282: 6564, 6565, 6566, - 3283: 6564, 6566, 6567, - 3284: 6568, 6569, 6570, - 3285: 6568, 6570, 6571, - 3286: 6572, 6573, 6574, - 3287: 6572, 6574, 6575, - 3288: 6576, 6577, 6578, - 3289: 6576, 6578, 6579, - 3290: 6580, 6581, 6582, - 3291: 6580, 6582, 6583, - 3292: 6584, 6585, 6586, - 3293: 6584, 6586, 6587, - 3294: 6588, 6589, 6590, - 3295: 6588, 6590, 6591, - 3296: 6592, 6593, 6594, - 3297: 6592, 6594, 6595, - 3298: 6596, 6597, 6598, - 3299: 6596, 6598, 6599, - 3300: 6600, 6601, 6602, - 3301: 6600, 6602, 6603, - 3302: 6604, 6605, 6606, - 3303: 6604, 6606, 6607, - 3304: 6608, 6609, 6610, - 3305: 6608, 6610, 6611, - 3306: 6612, 6613, 6614, - 3307: 6612, 6614, 6615, - 3308: 6616, 6617, 6618, - 3309: 6616, 6618, 6619, - 3310: 6620, 6621, 6622, - 3311: 6620, 6622, 6623, - 3312: 6624, 6625, 6626, - 3313: 6624, 6626, 6627, - 3314: 6628, 6629, 6630, - 3315: 6628, 6630, 6631, - 3316: 6632, 6633, 6634, - 3317: 6632, 6634, 6635, - 3318: 6636, 6637, 6638, - 3319: 6636, 6638, 6639, - 3320: 6640, 6641, 6642, - 3321: 6640, 6642, 6643, - 3322: 6644, 6645, 6646, - 3323: 6644, 6646, 6647, - 3324: 6648, 6649, 6650, - 3325: 6648, 6650, 6651, - 3326: 6652, 6653, 6654, - 3327: 6652, 6654, 6655, - 3328: 6656, 6657, 6658, - 3329: 6656, 6658, 6659, - 3330: 6660, 6661, 6662, - 3331: 6660, 6662, 6663, - 3332: 6664, 6665, 6666, - 3333: 6664, 6666, 6667, - 3334: 6668, 6669, 6670, - 3335: 6668, 6670, 6671, - 3336: 6672, 6673, 6674, - 3337: 6672, 6674, 6675, - 3338: 6676, 6677, 6678, - 3339: 6676, 6678, 6679, - 3340: 6680, 6681, 6682, - 3341: 6680, 6682, 6683, - 3342: 6684, 6685, 6686, - 3343: 6684, 6686, 6687, - 3344: 6688, 6689, 6690, - 3345: 6688, 6690, 6691, - 3346: 6692, 6693, 6694, - 3347: 6692, 6694, 6695, - 3348: 6696, 6697, 6698, - 3349: 6696, 6698, 6699, - 3350: 6700, 6701, 6702, - 3351: 6700, 6702, 6703, - 3352: 6704, 6705, 6706, - 3353: 6704, 6706, 6707, - 3354: 6708, 6709, 6710, - 3355: 6708, 6710, 6711, - 3356: 6712, 6713, 6714, - 3357: 6712, 6714, 6715, - 3358: 6716, 6717, 6718, - 3359: 6716, 6718, 6719, - 3360: 6720, 6721, 6722, - 3361: 6720, 6722, 6723, - 3362: 6724, 6725, 6726, - 3363: 6724, 6726, 6727, - 3364: 6728, 6729, 6730, - 3365: 6728, 6730, 6731, - 3366: 6732, 6733, 6734, - 3367: 6732, 6734, 6735, - 3368: 6736, 6737, 6738, - 3369: 6736, 6738, 6739, - 3370: 6740, 6741, 6742, - 3371: 6740, 6742, 6743, - 3372: 6744, 6745, 6746, - 3373: 6744, 6746, 6747, - 3374: 6748, 6749, 6750, - 3375: 6748, 6750, 6751, - 3376: 6752, 6753, 6754, - 3377: 6752, 6754, 6755, - 3378: 6756, 6757, 6758, - 3379: 6756, 6758, 6759, - 3380: 6760, 6761, 6762, - 3381: 6760, 6762, 6763, - 3382: 6764, 6765, 6766, - 3383: 6764, 6766, 6767, - 3384: 6768, 6769, 6770, - 3385: 6768, 6770, 6771, - 3386: 6772, 6773, 6774, - 3387: 6772, 6774, 6775, - 3388: 6776, 6777, 6778, - 3389: 6776, 6778, 6779, - 3390: 6780, 6781, 6782, - 3391: 6780, 6782, 6783, - 3392: 6784, 6785, 6786, - 3393: 6784, 6786, 6787, - 3394: 6788, 6789, 6790, - 3395: 6788, 6790, 6791, - 3396: 6792, 6793, 6794, - 3397: 6792, 6794, 6795, - 3398: 6796, 6797, 6798, - 3399: 6796, 6798, 6799, - 3400: 6800, 6801, 6802, - 3401: 6800, 6802, 6803, - 3402: 6804, 6805, 6806, - 3403: 6804, 6806, 6807, - 3404: 6808, 6809, 6810, - 3405: 6808, 6810, 6811, - 3406: 6812, 6813, 6814, - 3407: 6812, 6814, 6815, - 3408: 6816, 6817, 6818, - 3409: 6816, 6818, 6819, - 3410: 6820, 6821, 6822, - 3411: 6820, 6822, 6823, - 3412: 6824, 6825, 6826, - 3413: 6824, 6826, 6827, - 3414: 6828, 6829, 6830, - 3415: 6828, 6830, 6831, - 3416: 6832, 6833, 6834, - 3417: 6832, 6834, 6835, - 3418: 6836, 6837, 6838, - 3419: 6836, 6838, 6839, - 3420: 6840, 6841, 6842, - 3421: 6840, 6842, 6843, - 3422: 6844, 6845, 6846, - 3423: 6844, 6846, 6847, - 3424: 6848, 6849, 6850, - 3425: 6848, 6850, 6851, - 3426: 6852, 6853, 6854, - 3427: 6852, 6854, 6855, - 3428: 6856, 6857, 6858, - 3429: 6856, 6858, 6859, - 3430: 6860, 6861, 6862, - 3431: 6860, 6862, 6863, - 3432: 6864, 6865, 6866, - 3433: 6864, 6866, 6867, - 3434: 6868, 6869, 6870, - 3435: 6868, 6870, 6871, - 3436: 6872, 6873, 6874, - 3437: 6872, 6874, 6875, - 3438: 6876, 6877, 6878, - 3439: 6876, 6878, 6879, - 3440: 6880, 6881, 6882, - 3441: 6880, 6882, 6883, - 3442: 6884, 6885, 6886, - 3443: 6884, 6886, 6887, - 3444: 6888, 6889, 6890, - 3445: 6888, 6890, 6891, - 3446: 6892, 6893, 6894, - 3447: 6892, 6894, 6895, - 3448: 6896, 6897, 6898, - 3449: 6896, 6898, 6899, - 3450: 6900, 6901, 6902, - 3451: 6900, 6902, 6903, - 3452: 6904, 6905, 6906, - 3453: 6904, 6906, 6907, - 3454: 6908, 6909, 6910, - 3455: 6908, 6910, 6911, - 3456: 6912, 6913, 6914, - 3457: 6912, 6914, 6915, - 3458: 6916, 6917, 6918, - 3459: 6916, 6918, 6919, - 3460: 6920, 6921, 6922, - 3461: 6920, 6922, 6923, - 3462: 6924, 6925, 6926, - 3463: 6924, 6926, 6927, - 3464: 6928, 6929, 6930, - 3465: 6928, 6930, 6931, - 3466: 6932, 6933, 6934, - 3467: 6932, 6934, 6935, - 3468: 6936, 6937, 6938, - 3469: 6936, 6938, 6939, - 3470: 6940, 6941, 6942, - 3471: 6940, 6942, 6943, - 3472: 6944, 6945, 6946, - 3473: 6944, 6946, 6947, - 3474: 6948, 6949, 6950, - 3475: 6948, 6950, 6951, - 3476: 6952, 6953, 6954, - 3477: 6952, 6954, 6955, - 3478: 6956, 6957, 6958, - 3479: 6956, 6958, 6959, - 3480: 6960, 6961, 6962, - 3481: 6960, 6962, 6963, - 3482: 6964, 6965, 6966, - 3483: 6964, 6966, 6967, - 3484: 6968, 6969, 6970, - 3485: 6968, 6970, 6971, - 3486: 6972, 6973, 6974, - 3487: 6972, 6974, 6975, - 3488: 6976, 6977, 6978, - 3489: 6976, 6978, 6979, - 3490: 6980, 6981, 6982, - 3491: 6980, 6982, 6983, - 3492: 6984, 6985, 6986, - 3493: 6984, 6986, 6987, - 3494: 6988, 6989, 6990, - 3495: 6988, 6990, 6991, - 3496: 6992, 6993, 6994, - 3497: 6992, 6994, 6995, - 3498: 6996, 6997, 6998, - 3499: 6996, 6998, 6999, - 3500: 7000, 7001, 7002, - 3501: 7000, 7002, 7003, - 3502: 7004, 7005, 7006, - 3503: 7004, 7006, 7007, - 3504: 7008, 7009, 7010, - 3505: 7008, 7010, 7011, - 3506: 7012, 7013, 7014, - 3507: 7012, 7014, 7015, - 3508: 7016, 7017, 7018, - 3509: 7016, 7018, 7019, - 3510: 7020, 7021, 7022, - 3511: 7020, 7022, 7023, - 3512: 7024, 7025, 7026, - 3513: 7024, 7026, 7027, - 3514: 7028, 7029, 7030, - 3515: 7028, 7030, 7031, - 3516: 7032, 7033, 7034, - 3517: 7032, 7034, 7035, - 3518: 7036, 7037, 7038, - 3519: 7036, 7038, 7039, - 3520: 7040, 7041, 7042, - 3521: 7040, 7042, 7043, - 3522: 7044, 7045, 7046, - 3523: 7044, 7046, 7047, - 3524: 7048, 7049, 7050, - 3525: 7048, 7050, 7051, - 3526: 7052, 7053, 7054, - 3527: 7052, 7054, 7055, - 3528: 7056, 7057, 7058, - 3529: 7056, 7058, 7059, - 3530: 7060, 7061, 7062, - 3531: 7060, 7062, 7063, - 3532: 7064, 7065, 7066, - 3533: 7064, 7066, 7067, - 3534: 7068, 7069, 7070, - 3535: 7068, 7070, 7071, - 3536: 7072, 7073, 7074, - 3537: 7072, 7074, 7075, - 3538: 7076, 7077, 7078, - 3539: 7076, 7078, 7079, - 3540: 7080, 7081, 7082, - 3541: 7080, 7082, 7083, - 3542: 7084, 7085, 7086, - 3543: 7084, 7086, 7087, - 3544: 7088, 7089, 7090, - 3545: 7088, 7090, 7091, - 3546: 7092, 7093, 7094, - 3547: 7092, 7094, 7095, - 3548: 7096, 7097, 7098, - 3549: 7096, 7098, 7099, - 3550: 7100, 7101, 7102, - 3551: 7100, 7102, 7103, - 3552: 7104, 7105, 7106, - 3553: 7104, 7106, 7107, - 3554: 7108, 7109, 7110, - 3555: 7108, 7110, 7111, - 3556: 7112, 7113, 7114, - 3557: 7112, 7114, 7115, - 3558: 7116, 7117, 7118, - 3559: 7116, 7118, 7119, - 3560: 7120, 7121, 7122, - 3561: 7120, 7122, 7123, - 3562: 7124, 7125, 7126, - 3563: 7124, 7126, 7127, - 3564: 7128, 7129, 7130, - 3565: 7128, 7130, 7131, - 3566: 7132, 7133, 7134, - 3567: 7132, 7134, 7135, - 3568: 7136, 7137, 7138, - 3569: 7136, 7138, 7139, - 3570: 7140, 7141, 7142, - 3571: 7140, 7142, 7143, - 3572: 7144, 7145, 7146, - 3573: 7144, 7146, 7147, - 3574: 7148, 7149, 7150, - 3575: 7148, 7150, 7151, - 3576: 7152, 7153, 7154, - 3577: 7152, 7154, 7155, - 3578: 7156, 7157, 7158, - 3579: 7156, 7158, 7159, - 3580: 7160, 7161, 7162, - 3581: 7160, 7162, 7163, - 3582: 7164, 7165, 7166, - 3583: 7164, 7166, 7167, - 3584: 7168, 7169, 7170, - 3585: 7168, 7170, 7171, - 3586: 7172, 7173, 7174, - 3587: 7172, 7174, 7175, - 3588: 7176, 7177, 7178, - 3589: 7176, 7178, 7179, - 3590: 7180, 7181, 7182, - 3591: 7180, 7182, 7183, - 3592: 7184, 7185, 7186, - 3593: 7184, 7186, 7187, - 3594: 7188, 7189, 7190, - 3595: 7188, 7190, 7191, - 3596: 7192, 7193, 7194, - 3597: 7192, 7194, 7195, - 3598: 7196, 7197, 7198, - 3599: 7196, 7198, 7199, - 3600: 7200, 7201, 7202, - 3601: 7200, 7202, 7203, - 3602: 7204, 7205, 7206, - 3603: 7204, 7206, 7207, - 3604: 7208, 7209, 7210, - 3605: 7208, 7210, 7211, - 3606: 7212, 7213, 7214, - 3607: 7212, 7214, 7215, - 3608: 7216, 7217, 7218, - 3609: 7216, 7218, 7219, - 3610: 7220, 7221, 7222, - 3611: 7220, 7222, 7223, - 3612: 7224, 7225, 7226, - 3613: 7224, 7226, 7227, - 3614: 7228, 7229, 7230, - 3615: 7228, 7230, 7231, - 3616: 7232, 7233, 7234, - 3617: 7232, 7234, 7235, - 3618: 7236, 7237, 7238, - 3619: 7236, 7238, 7239, - 3620: 7240, 7241, 7242, - 3621: 7240, 7242, 7243, - 3622: 7244, 7245, 7246, - 3623: 7244, 7246, 7247, - 3624: 7248, 7249, 7250, - 3625: 7248, 7250, 7251, - 3626: 7252, 7253, 7254, - 3627: 7252, 7254, 7255, - 3628: 7256, 7257, 7258, - 3629: 7256, 7258, 7259, - 3630: 7260, 7261, 7262, - 3631: 7260, 7262, 7263, - 3632: 7264, 7265, 7266, - 3633: 7264, 7266, 7267, - 3634: 7268, 7269, 7270, - 3635: 7268, 7270, 7271, - 3636: 7272, 7273, 7274, - 3637: 7272, 7274, 7275, - 3638: 7276, 7277, 7278, - 3639: 7276, 7278, 7279, - 3640: 7280, 7281, 7282, - 3641: 7280, 7282, 7283, - 3642: 7284, 7285, 7286, - 3643: 7284, 7286, 7287, - 3644: 7288, 7289, 7290, - 3645: 7288, 7290, 7291, - 3646: 7292, 7293, 7294, - 3647: 7292, 7294, 7295, - 3648: 7296, 7297, 7298, - 3649: 7296, 7298, 7299, - 3650: 7300, 7301, 7302, - 3651: 7300, 7302, 7303, - 3652: 7304, 7305, 7306, - 3653: 7304, 7306, 7307, - 3654: 7308, 7309, 7310, - 3655: 7308, 7310, 7311, - 3656: 7312, 7313, 7314, - 3657: 7312, 7314, 7315, - 3658: 7316, 7317, 7318, - 3659: 7316, 7318, 7319, - 3660: 7320, 7321, 7322, - 3661: 7320, 7322, 7323, - 3662: 7324, 7325, 7326, - 3663: 7324, 7326, 7327, - 3664: 7328, 7329, 7330, - 3665: 7328, 7330, 7331, - 3666: 7332, 7333, 7334, - 3667: 7332, 7334, 7335, - 3668: 7336, 7337, 7338, - 3669: 7336, 7338, 7339, - 3670: 7340, 7341, 7342, - 3671: 7340, 7342, 7343, - 3672: 7344, 7345, 7346, - 3673: 7344, 7346, 7347, - 3674: 7348, 7349, 7350, - 3675: 7348, 7350, 7351, - 3676: 7352, 7353, 7354, - 3677: 7352, 7354, 7355, - 3678: 7356, 7357, 7358, - 3679: 7356, 7358, 7359, - 3680: 7360, 7361, 7362, - 3681: 7360, 7362, 7363, - 3682: 7364, 7365, 7366, - 3683: 7364, 7366, 7367, - 3684: 7368, 7369, 7370, - 3685: 7368, 7370, 7371, - 3686: 7372, 7373, 7374, - 3687: 7372, 7374, 7375, - 3688: 7376, 7377, 7378, - 3689: 7376, 7378, 7379, - 3690: 7380, 7381, 7382, - 3691: 7380, 7382, 7383, - 3692: 7384, 7385, 7386, - 3693: 7384, 7386, 7387, - 3694: 7388, 7389, 7390, - 3695: 7388, 7390, 7391, - 3696: 7392, 7393, 7394, - 3697: 7392, 7394, 7395, - 3698: 7396, 7397, 7398, - 3699: 7396, 7398, 7399, - 3700: 7400, 7401, 7402, - 3701: 7400, 7402, 7403, - 3702: 7404, 7405, 7406, - 3703: 7404, 7406, 7407, - 3704: 7408, 7409, 7410, - 3705: 7408, 7410, 7411, - 3706: 7412, 7413, 7414, - 3707: 7412, 7414, 7415, - 3708: 7416, 7417, 7418, - 3709: 7416, 7418, 7419, - 3710: 7420, 7421, 7422, - 3711: 7420, 7422, 7423, - 3712: 7424, 7425, 7426, - 3713: 7424, 7426, 7427, - 3714: 7428, 7429, 7430, - 3715: 7428, 7430, 7431, - 3716: 7432, 7433, 7434, - 3717: 7432, 7434, 7435, - 3718: 7436, 7437, 7438, - 3719: 7436, 7438, 7439, - 3720: 7440, 7441, 7442, - 3721: 7440, 7442, 7443, - 3722: 7444, 7445, 7446, - 3723: 7444, 7446, 7447, - 3724: 7448, 7449, 7450, - 3725: 7448, 7450, 7451, - 3726: 7452, 7453, 7454, - 3727: 7452, 7454, 7455, - 3728: 7456, 7457, 7458, - 3729: 7456, 7458, 7459, - 3730: 7460, 7461, 7462, - 3731: 7460, 7462, 7463, - 3732: 7464, 7465, 7466, - 3733: 7464, 7466, 7467, - 3734: 7468, 7469, 7470, - 3735: 7468, 7470, 7471, - 3736: 7472, 7473, 7474, - 3737: 7472, 7474, 7475, - 3738: 7476, 7477, 7478, - 3739: 7476, 7478, 7479, - 3740: 7480, 7481, 7482, - 3741: 7480, 7482, 7483, - 3742: 7484, 7485, 7486, - 3743: 7484, 7486, 7487, - 3744: 7488, 7489, 7490, - 3745: 7488, 7490, 7491, - 3746: 7492, 7493, 7494, - 3747: 7492, 7494, 7495, - 3748: 7496, 7497, 7498, - 3749: 7496, 7498, 7499, - 3750: 7500, 7501, 7502, - 3751: 7500, 7502, 7503, - 3752: 7504, 7505, 7506, - 3753: 7504, 7506, 7507, - 3754: 7508, 7509, 7510, - 3755: 7508, 7510, 7511, - 3756: 7512, 7513, 7514, - 3757: 7512, 7514, 7515, - 3758: 7516, 7517, 7518, - 3759: 7516, 7518, 7519, - 3760: 7520, 7521, 7522, - 3761: 7520, 7522, 7523, - 3762: 7524, 7525, 7526, - 3763: 7524, 7526, 7527, - 3764: 7528, 7529, 7530, - 3765: 7528, 7530, 7531, - 3766: 7532, 7533, 7534, - 3767: 7532, 7534, 7535, - 3768: 7536, 7537, 7538, - 3769: 7536, 7538, 7539, - 3770: 7540, 7541, 7542, - 3771: 7540, 7542, 7543, - 3772: 7544, 7545, 7546, - 3773: 7544, 7546, 7547, - 3774: 7548, 7549, 7550, - 3775: 7548, 7550, 7551, - 3776: 7552, 7553, 7554, - 3777: 7552, 7554, 7555, - 3778: 7556, 7557, 7558, - 3779: 7556, 7558, 7559, - 3780: 7560, 7561, 7562, - 3781: 7560, 7562, 7563, - 3782: 7564, 7565, 7566, - 3783: 7564, 7566, 7567, - 3784: 7568, 7569, 7570, - 3785: 7568, 7570, 7571, - 3786: 7572, 7573, 7574, - 3787: 7572, 7574, 7575, - 3788: 7576, 7577, 7578, - 3789: 7576, 7578, 7579, - 3790: 7580, 7581, 7582, - 3791: 7580, 7582, 7583, - 3792: 7584, 7585, 7586, - 3793: 7584, 7586, 7587, - 3794: 7588, 7589, 7590, - 3795: 7588, 7590, 7591, - 3796: 7592, 7593, 7594, - 3797: 7592, 7594, 7595, - 3798: 7596, 7597, 7598, - 3799: 7596, 7598, 7599, - 3800: 7600, 7601, 7602, - 3801: 7600, 7602, 7603, - 3802: 7604, 7605, 7606, - 3803: 7604, 7606, 7607, - 3804: 7608, 7609, 7610, - 3805: 7608, 7610, 7611, - 3806: 7612, 7613, 7614, - 3807: 7612, 7614, 7615, - 3808: 7616, 7617, 7618, - 3809: 7616, 7618, 7619, - 3810: 7620, 7621, 7622, - 3811: 7620, 7622, 7623, - 3812: 7624, 7625, 7626, - 3813: 7624, 7626, 7627, - 3814: 7628, 7629, 7630, - 3815: 7628, 7630, 7631, - 3816: 7632, 7633, 7634, - 3817: 7632, 7634, 7635, - 3818: 7636, 7637, 7638, - 3819: 7636, 7638, 7639, - 3820: 7640, 7641, 7642, - 3821: 7640, 7642, 7643, - 3822: 7644, 7645, 7646, - 3823: 7644, 7646, 7647, - 3824: 7648, 7649, 7650, - 3825: 7648, 7650, 7651, - 3826: 7652, 7653, 7654, - 3827: 7652, 7654, 7655, - 3828: 7656, 7657, 7658, - 3829: 7656, 7658, 7659, - 3830: 7660, 7661, 7662, - 3831: 7660, 7662, 7663, - 3832: 7664, 7665, 7666, - 3833: 7664, 7666, 7667, - 3834: 7668, 7669, 7670, - 3835: 7668, 7670, 7671, - 3836: 7672, 7673, 7674, - 3837: 7672, 7674, 7675, - 3838: 7676, 7677, 7678, - 3839: 7676, 7678, 7679, - 3840: 7680, 7681, 7682, - 3841: 7680, 7682, 7683, - 3842: 7684, 7685, 7686, - 3843: 7684, 7686, 7687, - 3844: 7688, 7689, 7690, - 3845: 7688, 7690, 7691, - 3846: 7692, 7693, 7694, - 3847: 7692, 7694, 7695, - 3848: 7696, 7697, 7698, - 3849: 7696, 7698, 7699, - 3850: 7700, 7701, 7702, - 3851: 7700, 7702, 7703, - 3852: 7704, 7705, 7706, - 3853: 7704, 7706, 7707, - 3854: 7708, 7709, 7710, - 3855: 7708, 7710, 7711, - 3856: 7712, 7713, 7714, - 3857: 7712, 7714, 7715, - 3858: 7716, 7717, 7718, - 3859: 7716, 7718, 7719, - 3860: 7720, 7721, 7722, - 3861: 7720, 7722, 7723, - 3862: 7724, 7725, 7726, - 3863: 7724, 7726, 7727, - 3864: 7728, 7729, 7730, - 3865: 7728, 7730, 7731, - 3866: 7732, 7733, 7734, - 3867: 7732, 7734, 7735, - 3868: 7736, 7737, 7738, - 3869: 7736, 7738, 7739, - 3870: 7740, 7741, 7742, - 3871: 7740, 7742, 7743, - 3872: 7744, 7745, 7746, - 3873: 7744, 7746, 7747, - 3874: 7748, 7749, 7750, - 3875: 7748, 7750, 7751, - 3876: 7752, 7753, 7754, - 3877: 7752, 7754, 7755, - 3878: 7756, 7757, 7758, - 3879: 7756, 7758, 7759, - 3880: 7760, 7761, 7762, - 3881: 7760, 7762, 7763, - 3882: 7764, 7765, 7766, - 3883: 7764, 7766, 7767, - 3884: 7768, 7769, 7770, - 3885: 7768, 7770, 7771, - 3886: 7772, 7773, 7774, - 3887: 7772, 7774, 7775, - 3888: 7776, 7777, 7778, - 3889: 7776, 7778, 7779, - 3890: 7780, 7781, 7782, - 3891: 7780, 7782, 7783, - 3892: 7784, 7785, 7786, - 3893: 7784, 7786, 7787, - 3894: 7788, 7789, 7790, - 3895: 7788, 7790, 7791, - 3896: 7792, 7793, 7794, - 3897: 7792, 7794, 7795, - 3898: 7796, 7797, 7798, - 3899: 7796, 7798, 7799, - 3900: 7800, 7801, 7802, - 3901: 7800, 7802, 7803, - 3902: 7804, 7805, 7806, - 3903: 7804, 7806, 7807, - 3904: 7808, 7809, 7810, - 3905: 7808, 7810, 7811, - 3906: 7812, 7813, 7814, - 3907: 7812, 7814, 7815, - 3908: 7816, 7817, 7818, - 3909: 7816, 7818, 7819, - 3910: 7820, 7821, 7822, - 3911: 7820, 7822, 7823, - 3912: 7824, 7825, 7826, - 3913: 7824, 7826, 7827, - 3914: 7828, 7829, 7830, - 3915: 7828, 7830, 7831, - 3916: 7832, 7833, 7834, - 3917: 7832, 7834, 7835, - 3918: 7836, 7837, 7838, - 3919: 7836, 7838, 7839, - 3920: 7840, 7841, 7842, - 3921: 7840, 7842, 7843, - 3922: 7844, 7845, 7846, - 3923: 7844, 7846, 7847, - 3924: 7848, 7849, 7850, - 3925: 7848, 7850, 7851, - 3926: 7852, 7853, 7854, - 3927: 7852, 7854, 7855, - 3928: 7856, 7857, 7858, - 3929: 7856, 7858, 7859, - 3930: 7860, 7861, 7862, - 3931: 7860, 7862, 7863, - 3932: 7864, 7865, 7866, - 3933: 7864, 7866, 7867, - 3934: 7868, 7869, 7870, - 3935: 7868, 7870, 7871, - 3936: 7872, 7873, 7874, - 3937: 7872, 7874, 7875, - 3938: 7876, 7877, 7878, - 3939: 7876, 7878, 7879, - 3940: 7880, 7881, 7882, - 3941: 7880, 7882, 7883, - 3942: 7884, 7885, 7886, - 3943: 7884, 7886, 7887, - 3944: 7888, 7889, 7890, - 3945: 7888, 7890, 7891, - 3946: 7892, 7893, 7894, - 3947: 7892, 7894, 7895, - 3948: 7896, 7897, 7898, - 3949: 7896, 7898, 7899, - 3950: 7900, 7901, 7902, - 3951: 7900, 7902, 7903, - 3952: 7904, 7905, 7906, - 3953: 7904, 7906, 7907, - 3954: 7908, 7909, 7910, - 3955: 7908, 7910, 7911, - 3956: 7912, 7913, 7914, - 3957: 7912, 7914, 7915, - 3958: 7916, 7917, 7918, - 3959: 7916, 7918, 7919, - 3960: 7920, 7921, 7922, - 3961: 7920, 7922, 7923, - 3962: 7924, 7925, 7926, - 3963: 7924, 7926, 7927, - 3964: 7928, 7929, 7930, - 3965: 7928, 7930, 7931, - 3966: 7932, 7933, 7934, - 3967: 7932, 7934, 7935, - 3968: 7936, 7937, 7938, - 3969: 7936, 7938, 7939, - 3970: 7940, 7941, 7942, - 3971: 7940, 7942, 7943, - 3972: 7944, 7945, 7946, - 3973: 7944, 7946, 7947, - 3974: 7948, 7949, 7950, - 3975: 7948, 7950, 7951, - 3976: 7952, 7953, 7954, - 3977: 7952, 7954, 7955, - 3978: 7956, 7957, 7958, - 3979: 7956, 7958, 7959, - 3980: 7960, 7961, 7962, - 3981: 7960, 7962, 7963, - 3982: 7964, 7965, 7966, - 3983: 7964, 7966, 7967, - 3984: 7968, 7969, 7970, - 3985: 7968, 7970, 7971, - 3986: 7972, 7973, 7974, - 3987: 7972, 7974, 7975, - 3988: 7976, 7977, 7978, - 3989: 7976, 7978, 7979, - 3990: 7980, 7981, 7982, - 3991: 7980, 7982, 7983, - 3992: 7984, 7985, 7986, - 3993: 7984, 7986, 7987, - 3994: 7988, 7989, 7990, - 3995: 7988, 7990, 7991, - 3996: 7992, 7993, 7994, - 3997: 7992, 7994, 7995, - 3998: 7996, 7997, 7998, - 3999: 7996, 7998, 7999, - 4000: 8000, 8001, 8002, - 4001: 8000, 8002, 8003, - 4002: 8004, 8005, 8006, - 4003: 8004, 8006, 8007, - 4004: 8008, 8009, 8010, - 4005: 8008, 8010, 8011, - 4006: 8012, 8013, 8014, - 4007: 8012, 8014, 8015, - 4008: 8016, 8017, 8018, - 4009: 8016, 8018, 8019, - 4010: 8020, 8021, 8022, - 4011: 8020, 8022, 8023, - 4012: 8024, 8025, 8026, - 4013: 8024, 8026, 8027, - 4014: 8028, 8029, 8030, - 4015: 8028, 8030, 8031, - 4016: 8032, 8033, 8034, - 4017: 8032, 8034, 8035, - 4018: 8036, 8037, 8038, - 4019: 8036, 8038, 8039, - 4020: 8040, 8041, 8042, - 4021: 8040, 8042, 8043, - 4022: 8044, 8045, 8046, - 4023: 8044, 8046, 8047, - 4024: 8048, 8049, 8050, - 4025: 8048, 8050, 8051, - 4026: 8052, 8053, 8054, - 4027: 8052, 8054, 8055, - 4028: 8056, 8057, 8058, - 4029: 8056, 8058, 8059, - 4030: 8060, 8061, 8062, - 4031: 8060, 8062, 8063, - 4032: 8064, 8065, 8066, - 4033: 8064, 8066, 8067, - 4034: 8068, 8069, 8070, - 4035: 8068, 8070, 8071, - 4036: 8072, 8073, 8074, - 4037: 8072, 8074, 8075, - 4038: 8076, 8077, 8078, - 4039: 8076, 8078, 8079, - 4040: 8080, 8081, 8082, - 4041: 8080, 8082, 8083, - 4042: 8084, 8085, 8086, - 4043: 8084, 8086, 8087, - 4044: 8088, 8089, 8090, - 4045: 8088, 8090, 8091, - 4046: 8092, 8093, 8094, - 4047: 8092, 8094, 8095, - 4048: 8096, 8097, 8098, - 4049: 8096, 8098, 8099, - 4050: 8100, 8101, 8102, - 4051: 8100, 8102, 8103, - 4052: 8104, 8105, 8106, - 4053: 8104, 8106, 8107, - 4054: 8108, 8109, 8110, - 4055: 8108, 8110, 8111, - 4056: 8112, 8113, 8114, - 4057: 8112, 8114, 8115, - 4058: 8116, 8117, 8118, - 4059: 8116, 8118, 8119, - 4060: 8120, 8121, 8122, - 4061: 8120, 8122, 8123, - 4062: 8124, 8125, 8126, - 4063: 8124, 8126, 8127, - 4064: 8128, 8129, 8130, - 4065: 8128, 8130, 8131, - 4066: 8132, 8133, 8134, - 4067: 8132, 8134, 8135, - 4068: 8136, 8137, 8138, - 4069: 8136, 8138, 8139, - 4070: 8140, 8141, 8142, - 4071: 8140, 8142, 8143, - 4072: 8144, 8145, 8146, - 4073: 8144, 8146, 8147, - 4074: 8148, 8149, 8150, - 4075: 8148, 8150, 8151, - 4076: 8152, 8153, 8154, - 4077: 8152, 8154, 8155, - 4078: 8156, 8157, 8158, - 4079: 8156, 8158, 8159, - 4080: 8160, 8161, 8162, - 4081: 8160, 8162, 8163, - 4082: 8164, 8165, 8166, - 4083: 8164, 8166, 8167, - 4084: 8168, 8169, 8170, - 4085: 8168, 8170, 8171, - 4086: 8172, 8173, 8174, - 4087: 8172, 8174, 8175, - 4088: 8176, 8177, 8178, - 4089: 8176, 8178, 8179, - 4090: 8180, 8181, 8182, - 4091: 8180, 8182, 8183, - 4092: 8184, 8185, 8186, - 4093: 8184, 8186, 8187, - 4094: 8188, 8189, 8190, - 4095: 8188, 8190, 8191, - 4096: 8192, 8193, 8194, - 4097: 8192, 8194, 8195, - 4098: 8196, 8197, 8198, - 4099: 8196, 8198, 8199, - 4100: 8200, 8201, 8202, - 4101: 8200, 8202, 8203, - 4102: 8204, 8205, 8206, - 4103: 8204, 8206, 8207, - 4104: 8208, 8209, 8210, - 4105: 8208, 8210, 8211, - 4106: 8212, 8213, 8214, - 4107: 8212, 8214, 8215, - 4108: 8216, 8217, 8218, - 4109: 8216, 8218, 8219, - 4110: 8220, 8221, 8222, - 4111: 8220, 8222, 8223, - 4112: 8224, 8225, 8226, - 4113: 8224, 8226, 8227, - 4114: 8228, 8229, 8230, - 4115: 8228, 8230, 8231, - 4116: 8232, 8233, 8234, - 4117: 8232, 8234, 8235, - 4118: 8236, 8237, 8238, - 4119: 8236, 8238, 8239, - 4120: 8240, 8241, 8242, - 4121: 8240, 8242, 8243, - 4122: 8244, 8245, 8246, - 4123: 8244, 8246, 8247, - 4124: 8248, 8249, 8250, - 4125: 8248, 8250, 8251, - 4126: 8252, 8253, 8254, - 4127: 8252, 8254, 8255, - 4128: 8256, 8257, 8258, - 4129: 8256, 8258, 8259, - 4130: 8260, 8261, 8262, - 4131: 8260, 8262, 8263, - 4132: 8264, 8265, 8266, - 4133: 8264, 8266, 8267, - 4134: 8268, 8269, 8270, - 4135: 8268, 8270, 8271, - 4136: 8272, 8273, 8274, - 4137: 8272, 8274, 8275, - 4138: 8276, 8277, 8278, - 4139: 8276, 8278, 8279, - 4140: 8280, 8281, 8282, - 4141: 8280, 8282, 8283, - 4142: 8284, 8285, 8286, - 4143: 8284, 8286, 8287, - 4144: 8288, 8289, 8290, - 4145: 8288, 8290, 8291, - 4146: 8292, 8293, 8294, - 4147: 8292, 8294, 8295, - 4148: 8296, 8297, 8298, - 4149: 8296, 8298, 8299, - 4150: 8300, 8301, 8302, - 4151: 8300, 8302, 8303, - 4152: 8304, 8305, 8306, - 4153: 8304, 8306, 8307, - 4154: 8308, 8309, 8310, - 4155: 8308, 8310, 8311, - 4156: 8312, 8313, 8314, - 4157: 8312, 8314, 8315, - 4158: 8316, 8317, 8318, - 4159: 8316, 8318, 8319, - 4160: 8320, 8321, 8322, - 4161: 8320, 8322, 8323, - 4162: 8324, 8325, 8326, - 4163: 8324, 8326, 8327, - 4164: 8328, 8329, 8330, - 4165: 8328, 8330, 8331, - 4166: 8332, 8333, 8334, - 4167: 8332, 8334, 8335, - 4168: 8336, 8337, 8338, - 4169: 8336, 8338, 8339, - 4170: 8340, 8341, 8342, - 4171: 8340, 8342, 8343, - 4172: 8344, 8345, 8346, - 4173: 8344, 8346, 8347, - 4174: 8348, 8349, 8350, - 4175: 8348, 8350, 8351, - 4176: 8352, 8353, 8354, - 4177: 8352, 8354, 8355, - 4178: 8356, 8357, 8358, - 4179: 8356, 8358, 8359, - 4180: 8360, 8361, 8362, - 4181: 8360, 8362, 8363, - 4182: 8364, 8365, 8366, - 4183: 8364, 8366, 8367, - 4184: 8368, 8369, 8370, - 4185: 8368, 8370, 8371, - 4186: 8372, 8373, 8374, - 4187: 8372, 8374, 8375, - 4188: 8376, 8377, 8378, - 4189: 8376, 8378, 8379, - 4190: 8380, 8381, 8382, - 4191: 8380, 8382, 8383, - 4192: 8384, 8385, 8386, - 4193: 8384, 8386, 8387, - 4194: 8388, 8389, 8390, - 4195: 8388, 8390, 8391, - 4196: 8392, 8393, 8394, - 4197: 8392, 8394, 8395, - 4198: 8396, 8397, 8398, - 4199: 8396, 8398, 8399, - 4200: 8400, 8401, 8402, - 4201: 8400, 8402, 8403, - 4202: 8404, 8405, 8406, - 4203: 8404, 8406, 8407, - 4204: 8408, 8409, 8410, - 4205: 8408, 8410, 8411, - 4206: 8412, 8413, 8414, - 4207: 8412, 8414, 8415, - 4208: 8416, 8417, 8418, - 4209: 8416, 8418, 8419, - 4210: 8420, 8421, 8422, - 4211: 8420, 8422, 8423, - 4212: 8424, 8425, 8426, - 4213: 8424, 8426, 8427, - 4214: 8428, 8429, 8430, - 4215: 8428, 8430, 8431, - 4216: 8432, 8433, 8434, - 4217: 8432, 8434, 8435, - 4218: 8436, 8437, 8438, - 4219: 8436, 8438, 8439, - 4220: 8440, 8441, 8442, - 4221: 8440, 8442, 8443, - 4222: 8444, 8445, 8446, - 4223: 8444, 8446, 8447, - 4224: 8448, 8449, 8450, - 4225: 8448, 8450, 8451, - 4226: 8452, 8453, 8454, - 4227: 8452, 8454, 8455, - 4228: 8456, 8457, 8458, - 4229: 8456, 8458, 8459, - 4230: 8460, 8461, 8462, - 4231: 8460, 8462, 8463, - 4232: 8464, 8465, 8466, - 4233: 8464, 8466, 8467, - 4234: 8468, 8469, 8470, - 4235: 8468, 8470, 8471, - 4236: 8472, 8473, 8474, - 4237: 8472, 8474, 8475, - 4238: 8476, 8477, 8478, - 4239: 8476, 8478, 8479, - 4240: 8480, 8481, 8482, - 4241: 8480, 8482, 8483, - 4242: 8484, 8485, 8486, - 4243: 8484, 8486, 8487, - 4244: 8488, 8489, 8490, - 4245: 8488, 8490, 8491, - 4246: 8492, 8493, 8494, - 4247: 8492, 8494, 8495, - 4248: 8496, 8497, 8498, - 4249: 8496, 8498, 8499, - 4250: 8500, 8501, 8502, - 4251: 8500, 8502, 8503, - 4252: 8504, 8505, 8506, - 4253: 8504, 8506, 8507, - 4254: 8508, 8509, 8510, - 4255: 8508, 8510, 8511, - 4256: 8512, 8513, 8514, - 4257: 8512, 8514, 8515, - 4258: 8516, 8517, 8518, - 4259: 8516, 8518, 8519, - 4260: 8520, 8521, 8522, - 4261: 8520, 8522, 8523, - 4262: 8524, 8525, 8526, - 4263: 8524, 8526, 8527, - 4264: 8528, 8529, 8530, - 4265: 8528, 8530, 8531, - 4266: 8532, 8533, 8534, - 4267: 8532, 8534, 8535, - 4268: 8536, 8537, 8538, - 4269: 8536, 8538, 8539, - 4270: 8540, 8541, 8542, - 4271: 8540, 8542, 8543, - 4272: 8544, 8545, 8546, - 4273: 8544, 8546, 8547, - 4274: 8548, 8549, 8550, - 4275: 8548, 8550, 8551, - 4276: 8552, 8553, 8554, - 4277: 8552, 8554, 8555, - 4278: 8556, 8557, 8558, - 4279: 8556, 8558, 8559, - 4280: 8560, 8561, 8562, - 4281: 8560, 8562, 8563, - 4282: 8564, 8565, 8566, - 4283: 8564, 8566, 8567, - 4284: 8568, 8569, 8570, - 4285: 8568, 8570, 8571, - 4286: 8572, 8573, 8574, - 4287: 8572, 8574, 8575, - 4288: 8576, 8577, 8578, - 4289: 8576, 8578, 8579, - 4290: 8580, 8581, 8582, - 4291: 8580, 8582, 8583, - 4292: 8584, 8585, 8586, - 4293: 8584, 8586, 8587, - 4294: 8588, 8589, 8590, - 4295: 8588, 8590, 8591, - 4296: 8592, 8593, 8594, - 4297: 8592, 8594, 8595, - 4298: 8596, 8597, 8598, - 4299: 8596, 8598, 8599, - 4300: 8600, 8601, 8602, - 4301: 8600, 8602, 8603, - 4302: 8604, 8605, 8606, - 4303: 8604, 8606, 8607, - 4304: 8608, 8609, 8610, - 4305: 8608, 8610, 8611, - 4306: 8612, 8613, 8614, - 4307: 8612, 8614, 8615, - 4308: 8616, 8617, 8618, - 4309: 8616, 8618, 8619, - 4310: 8620, 8621, 8622, - 4311: 8620, 8622, 8623, - 4312: 8624, 8625, 8626, - 4313: 8624, 8626, 8627, - 4314: 8628, 8629, 8630, - 4315: 8628, 8630, 8631, - 4316: 8632, 8633, 8634, - 4317: 8632, 8634, 8635, - 4318: 8636, 8637, 8638, - 4319: 8636, 8638, 8639, - 4320: 8640, 8641, 8642, - 4321: 8640, 8642, 8643, - 4322: 8644, 8645, 8646, - 4323: 8644, 8646, 8647, - 4324: 8648, 8649, 8650, - 4325: 8648, 8650, 8651, - 4326: 8652, 8653, 8654, - 4327: 8652, 8654, 8655, - 4328: 8656, 8657, 8658, - 4329: 8656, 8658, 8659, - 4330: 8660, 8661, 8662, - 4331: 8660, 8662, 8663, - 4332: 8664, 8665, 8666, - 4333: 8664, 8666, 8667, - 4334: 8668, 8669, 8670, - 4335: 8668, 8670, 8671, - 4336: 8672, 8673, 8674, - 4337: 8672, 8674, 8675, - 4338: 8676, 8677, 8678, - 4339: 8676, 8678, 8679, - 4340: 8680, 8681, 8682, - 4341: 8680, 8682, 8683, - 4342: 8684, 8685, 8686, - 4343: 8684, 8686, 8687, - 4344: 8688, 8689, 8690, - 4345: 8688, 8690, 8691, - 4346: 8692, 8693, 8694, - 4347: 8692, 8694, 8695, - 4348: 8696, 8697, 8698, - 4349: 8696, 8698, 8699, - 4350: 8700, 8701, 8702, - 4351: 8700, 8702, 8703, - 4352: 8704, 8705, 8706, - 4353: 8704, 8706, 8707, - 4354: 8708, 8709, 8710, - 4355: 8708, 8710, 8711, - 4356: 8712, 8713, 8714, - 4357: 8712, 8714, 8715, - 4358: 8716, 8717, 8718, - 4359: 8716, 8718, 8719, - 4360: 8720, 8721, 8722, - 4361: 8720, 8722, 8723, - 4362: 8724, 8725, 8726, - 4363: 8724, 8726, 8727, - 4364: 8728, 8729, 8730, - 4365: 8728, 8730, 8731, - 4366: 8732, 8733, 8734, - 4367: 8732, 8734, 8735, - 4368: 8736, 8737, 8738, - 4369: 8736, 8738, 8739, - 4370: 8740, 8741, 8742, - 4371: 8740, 8742, 8743, - 4372: 8744, 8745, 8746, - 4373: 8744, 8746, 8747, - 4374: 8748, 8749, 8750, - 4375: 8748, 8750, 8751, - 4376: 8752, 8753, 8754, - 4377: 8752, 8754, 8755, - 4378: 8756, 8757, 8758, - 4379: 8756, 8758, 8759, - 4380: 8760, 8761, 8762, - 4381: 8760, 8762, 8763, - 4382: 8764, 8765, 8766, - 4383: 8764, 8766, 8767, - 4384: 8768, 8769, 8770, - 4385: 8768, 8770, 8771, - 4386: 8772, 8773, 8774, - 4387: 8772, 8774, 8775, - 4388: 8776, 8777, 8778, - 4389: 8776, 8778, 8779, - 4390: 8780, 8781, 8782, - 4391: 8780, 8782, 8783, - 4392: 8784, 8785, 8786, - 4393: 8784, 8786, 8787, - 4394: 8788, 8789, 8790, - 4395: 8788, 8790, 8791, - 4396: 8792, 8793, 8794, - 4397: 8792, 8794, 8795, - 4398: 8796, 8797, 8798, - 4399: 8796, 8798, 8799, - 4400: 8800, 8801, 8802, - 4401: 8800, 8802, 8803, - 4402: 8804, 8805, 8806, - 4403: 8804, 8806, 8807, - 4404: 8808, 8809, 8810, - 4405: 8808, 8810, 8811, - 4406: 8812, 8813, 8814, - 4407: 8812, 8814, 8815, - 4408: 8816, 8817, 8818, - 4409: 8816, 8818, 8819, - 4410: 8820, 8821, 8822, - 4411: 8820, 8822, 8823, - 4412: 8824, 8825, 8826, - 4413: 8824, 8826, 8827, - 4414: 8828, 8829, 8830, - 4415: 8828, 8830, 8831, - 4416: 8832, 8833, 8834, - 4417: 8832, 8834, 8835, - 4418: 8836, 8837, 8838, - 4419: 8836, 8838, 8839, - 4420: 8840, 8841, 8842, - 4421: 8840, 8842, 8843, - 4422: 8844, 8845, 8846, - 4423: 8844, 8846, 8847, - 4424: 8848, 8849, 8850, - 4425: 8848, 8850, 8851, - 4426: 8852, 8853, 8854, - 4427: 8852, 8854, 8855, - 4428: 8856, 8857, 8858, - 4429: 8856, 8858, 8859, - 4430: 8860, 8861, 8862, - 4431: 8860, 8862, 8863, - 4432: 8864, 8865, 8866, - 4433: 8864, 8866, 8867, - 4434: 8868, 8869, 8870, - 4435: 8868, 8870, 8871, - 4436: 8872, 8873, 8874, - 4437: 8872, 8874, 8875, - 4438: 8876, 8877, 8878, - 4439: 8876, 8878, 8879, - 4440: 8880, 8881, 8882, - 4441: 8880, 8882, 8883, - 4442: 8884, 8885, 8886, - 4443: 8884, 8886, 8887, - 4444: 8888, 8889, 8890, - 4445: 8888, 8890, 8891, - 4446: 8892, 8893, 8894, - 4447: 8892, 8894, 8895, - 4448: 8896, 8897, 8898, - 4449: 8896, 8898, 8899, - 4450: 8900, 8901, 8902, - 4451: 8900, 8902, 8903, - 4452: 8904, 8905, 8906, - 4453: 8904, 8906, 8907, - 4454: 8908, 8909, 8910, - 4455: 8908, 8910, 8911, - 4456: 8912, 8913, 8914, - 4457: 8912, 8914, 8915, - 4458: 8916, 8917, 8918, - 4459: 8916, 8918, 8919, - 4460: 8920, 8921, 8922, - 4461: 8920, 8922, 8923, - 4462: 8924, 8925, 8926, - 4463: 8924, 8926, 8927, - 4464: 8928, 8929, 8930, - 4465: 8928, 8930, 8931, - 4466: 8932, 8933, 8934, - 4467: 8932, 8934, 8935, - 4468: 8936, 8937, 8938, - 4469: 8936, 8938, 8939, - 4470: 8940, 8941, 8942, - 4471: 8940, 8942, 8943, - 4472: 8944, 8945, 8946, - 4473: 8944, 8946, 8947, - 4474: 8948, 8949, 8950, - 4475: 8948, 8950, 8951, - 4476: 8952, 8953, 8954, - 4477: 8952, 8954, 8955, - 4478: 8956, 8957, 8958, - 4479: 8956, 8958, 8959, - 4480: 8960, 8961, 8962, - 4481: 8960, 8962, 8963, - 4482: 8964, 8965, 8966, - 4483: 8964, 8966, 8967, - 4484: 8968, 8969, 8970, - 4485: 8968, 8970, 8971, - 4486: 8972, 8973, 8974, - 4487: 8972, 8974, 8975, - 4488: 8976, 8977, 8978, - 4489: 8976, 8978, 8979, - 4490: 8980, 8981, 8982, - 4491: 8980, 8982, 8983, - 4492: 8984, 8985, 8986, - 4493: 8984, 8986, 8987, - 4494: 8988, 8989, 8990, - 4495: 8988, 8990, 8991, - 4496: 8992, 8993, 8994, - 4497: 8992, 8994, 8995, - 4498: 8996, 8997, 8998, - 4499: 8996, 8998, 8999, - 4500: 9000, 9001, 9002, - 4501: 9000, 9002, 9003, - 4502: 9004, 9005, 9006, - 4503: 9004, 9006, 9007, - 4504: 9008, 9009, 9010, - 4505: 9008, 9010, 9011, - 4506: 9012, 9013, 9014, - 4507: 9012, 9014, 9015, - 4508: 9016, 9017, 9018, - 4509: 9016, 9018, 9019, - 4510: 9020, 9021, 9022, - 4511: 9020, 9022, 9023, - 4512: 9024, 9025, 9026, - 4513: 9024, 9026, 9027, - 4514: 9028, 9029, 9030, - 4515: 9028, 9030, 9031, - 4516: 9032, 9033, 9034, - 4517: 9032, 9034, 9035, - 4518: 9036, 9037, 9038, - 4519: 9036, 9038, 9039, - 4520: 9040, 9041, 9042, - 4521: 9040, 9042, 9043, - 4522: 9044, 9045, 9046, - 4523: 9044, 9046, 9047, - 4524: 9048, 9049, 9050, - 4525: 9048, 9050, 9051, - 4526: 9052, 9053, 9054, - 4527: 9052, 9054, 9055, - 4528: 9056, 9057, 9058, - 4529: 9056, 9058, 9059, - 4530: 9060, 9061, 9062, - 4531: 9060, 9062, 9063, - 4532: 9064, 9065, 9066, - 4533: 9064, 9066, 9067, - 4534: 9068, 9069, 9070, - 4535: 9068, 9070, 9071, - 4536: 9072, 9073, 9074, - 4537: 9072, 9074, 9075, - 4538: 9076, 9077, 9078, - 4539: 9076, 9078, 9079, - 4540: 9080, 9081, 9082, - 4541: 9080, 9082, 9083, - 4542: 9084, 9085, 9086, - 4543: 9084, 9086, 9087, - 4544: 9088, 9089, 9090, - 4545: 9088, 9090, 9091, - 4546: 9092, 9093, 9094, - 4547: 9092, 9094, 9095, - 4548: 9096, 9097, 9098, - 4549: 9096, 9098, 9099, - 4550: 9100, 9101, 9102, - 4551: 9100, 9102, 9103, - 4552: 9104, 9105, 9106, - 4553: 9104, 9106, 9107, - 4554: 9108, 9109, 9110, - 4555: 9108, 9110, 9111, - 4556: 9112, 9113, 9114, - 4557: 9112, 9114, 9115, - 4558: 9116, 9117, 9118, - 4559: 9116, 9118, 9119, - 4560: 9120, 9121, 9122, - 4561: 9120, 9122, 9123, - 4562: 9124, 9125, 9126, - 4563: 9124, 9126, 9127, - 4564: 9128, 9129, 9130, - 4565: 9128, 9130, 9131, - 4566: 9132, 9133, 9134, - 4567: 9132, 9134, 9135, - 4568: 9136, 9137, 9138, - 4569: 9136, 9138, 9139, - 4570: 9140, 9141, 9142, - 4571: 9140, 9142, 9143, - 4572: 9144, 9145, 9146, - 4573: 9144, 9146, 9147, - 4574: 9148, 9149, 9150, - 4575: 9148, 9150, 9151, - 4576: 9152, 9153, 9154, - 4577: 9152, 9154, 9155, - 4578: 9156, 9157, 9158, - 4579: 9156, 9158, 9159, - 4580: 9160, 9161, 9162, - 4581: 9160, 9162, 9163, - 4582: 9164, 9165, 9166, - 4583: 9164, 9166, 9167, - 4584: 9168, 9169, 9170, - 4585: 9168, 9170, 9171, - 4586: 9172, 9173, 9174, - 4587: 9172, 9174, 9175, - 4588: 9176, 9177, 9178, - 4589: 9176, 9178, 9179, - 4590: 9180, 9181, 9182, - 4591: 9180, 9182, 9183, - 4592: 9184, 9185, 9186, - 4593: 9184, 9186, 9187, - 4594: 9188, 9189, 9190, - 4595: 9188, 9190, 9191, - 4596: 9192, 9193, 9194, - 4597: 9192, 9194, 9195, - 4598: 9196, 9197, 9198, - 4599: 9196, 9198, 9199, - 4600: 9200, 9201, 9202, - 4601: 9200, 9202, 9203, - 4602: 9204, 9205, 9206, - 4603: 9204, 9206, 9207, - 4604: 9208, 9209, 9210, - 4605: 9208, 9210, 9211, - 4606: 9212, 9213, 9214, - 4607: 9212, 9214, 9215, - 4608: 9216, 9217, 9218, - 4609: 9216, 9218, 9219, - 4610: 9220, 9221, 9222, - 4611: 9220, 9222, 9223, - 4612: 9224, 9225, 9226, - 4613: 9224, 9226, 9227, - 4614: 9228, 9229, 9230, - 4615: 9228, 9230, 9231, - 4616: 9232, 9233, 9234, - 4617: 9232, 9234, 9235, - 4618: 9236, 9237, 9238, - 4619: 9236, 9238, 9239, - 4620: 9240, 9241, 9242, - 4621: 9240, 9242, 9243, - 4622: 9244, 9245, 9246, - 4623: 9244, 9246, 9247, - 4624: 9248, 9249, 9250, - 4625: 9248, 9250, 9251, - 4626: 9252, 9253, 9254, - 4627: 9252, 9254, 9255, - 4628: 9256, 9257, 9258, - 4629: 9256, 9258, 9259, - 4630: 9260, 9261, 9262, - 4631: 9260, 9262, 9263, - 4632: 9264, 9265, 9266, - 4633: 9264, 9266, 9267, - 4634: 9268, 9269, 9270, - 4635: 9268, 9270, 9271, - 4636: 9272, 9273, 9274, - 4637: 9272, 9274, 9275, - 4638: 9276, 9277, 9278, - 4639: 9276, 9278, 9279, - 4640: 9280, 9281, 9282, - 4641: 9280, 9282, 9283, - 4642: 9284, 9285, 9286, - 4643: 9284, 9286, 9287, - 4644: 9288, 9289, 9290, - 4645: 9288, 9290, 9291, - 4646: 9292, 9293, 9294, - 4647: 9292, 9294, 9295, - 4648: 9296, 9297, 9298, - 4649: 9296, 9298, 9299, - 4650: 9300, 9301, 9302, - 4651: 9300, 9302, 9303, - 4652: 9304, 9305, 9306, - 4653: 9304, 9306, 9307, - 4654: 9308, 9309, 9310, - 4655: 9308, 9310, 9311, - 4656: 9312, 9313, 9314, - 4657: 9312, 9314, 9315, - 4658: 9316, 9317, 9318, - 4659: 9316, 9318, 9319, - 4660: 9320, 9321, 9322, - 4661: 9320, 9322, 9323, - 4662: 9324, 9325, 9326, - 4663: 9324, 9326, 9327, - 4664: 9328, 9329, 9330, - 4665: 9328, 9330, 9331, - 4666: 9332, 9333, 9334, - 4667: 9332, 9334, 9335, - 4668: 9336, 9337, 9338, - 4669: 9336, 9338, 9339, - 4670: 9340, 9341, 9342, - 4671: 9340, 9342, 9343, - 4672: 9344, 9345, 9346, - 4673: 9344, 9346, 9347, - 4674: 9348, 9349, 9350, - 4675: 9348, 9350, 9351, - 4676: 9352, 9353, 9354, - 4677: 9352, 9354, 9355, - 4678: 9356, 9357, 9358, - 4679: 9356, 9358, 9359, - 4680: 9360, 9361, 9362, - 4681: 9360, 9362, 9363, - 4682: 9364, 9365, 9366, - 4683: 9364, 9366, 9367, - 4684: 9368, 9369, 9370, - 4685: 9368, 9370, 9371, - 4686: 9372, 9373, 9374, - 4687: 9372, 9374, 9375, - 4688: 9376, 9377, 9378, - 4689: 9376, 9378, 9379, - 4690: 9380, 9381, 9382, - 4691: 9380, 9382, 9383, - 4692: 9384, 9385, 9386, - 4693: 9384, 9386, 9387, - 4694: 9388, 9389, 9390, - 4695: 9388, 9390, 9391, - 4696: 9392, 9393, 9394, - 4697: 9392, 9394, 9395, - 4698: 9396, 9397, 9398, - 4699: 9396, 9398, 9399, - 4700: 9400, 9401, 9402, - 4701: 9400, 9402, 9403, - 4702: 9404, 9405, 9406, - 4703: 9404, 9406, 9407, - 4704: 9408, 9409, 9410, - 4705: 9408, 9410, 9411, - 4706: 9412, 9413, 9414, - 4707: 9412, 9414, 9415, - 4708: 9416, 9417, 9418, - 4709: 9416, 9418, 9419, - 4710: 9420, 9421, 9422, - 4711: 9420, 9422, 9423, - 4712: 9424, 9425, 9426, - 4713: 9424, 9426, 9427, - 4714: 9428, 9429, 9430, - 4715: 9428, 9430, 9431, - 4716: 9432, 9433, 9434, - 4717: 9432, 9434, 9435, - 4718: 9436, 9437, 9438, - 4719: 9436, 9438, 9439, - 4720: 9440, 9441, 9442, - 4721: 9440, 9442, 9443, - 4722: 9444, 9445, 9446, - 4723: 9444, 9446, 9447, - 4724: 9448, 9449, 9450, - 4725: 9448, 9450, 9451, - 4726: 9452, 9453, 9454, - 4727: 9452, 9454, 9455, - 4728: 9456, 9457, 9458, - 4729: 9456, 9458, 9459, - 4730: 9460, 9461, 9462, - 4731: 9460, 9462, 9463, - 4732: 9464, 9465, 9466, - 4733: 9464, 9466, 9467, - 4734: 9468, 9469, 9470, - 4735: 9468, 9470, 9471, - 4736: 9472, 9473, 9474, - 4737: 9472, 9474, 9475, - 4738: 9476, 9477, 9478, - 4739: 9476, 9478, 9479, - 4740: 9480, 9481, 9482, - 4741: 9480, 9482, 9483, - 4742: 9484, 9485, 9486, - 4743: 9484, 9486, 9487, - 4744: 9488, 9489, 9490, - 4745: 9488, 9490, 9491, - 4746: 9492, 9493, 9494, - 4747: 9492, 9494, 9495, - 4748: 9496, 9497, 9498, - 4749: 9496, 9498, 9499, - 4750: 9500, 9501, 9502, - 4751: 9500, 9502, 9503, - 4752: 9504, 9505, 9506, - 4753: 9504, 9506, 9507, - 4754: 9508, 9509, 9510, - 4755: 9508, 9510, 9511, - 4756: 9512, 9513, 9514, - 4757: 9512, 9514, 9515, - 4758: 9516, 9517, 9518, - 4759: 9516, 9518, 9519, - 4760: 9520, 9521, 9522, - 4761: 9520, 9522, 9523, - 4762: 9524, 9525, 9526, - 4763: 9524, 9526, 9527, - 4764: 9528, 9529, 9530, - 4765: 9528, 9530, 9531, - 4766: 9532, 9533, 9534, - 4767: 9532, 9534, 9535, - 4768: 9536, 9537, 9538, - 4769: 9536, 9538, 9539, - 4770: 9540, 9541, 9542, - 4771: 9540, 9542, 9543, - 4772: 9544, 9545, 9546, - 4773: 9544, 9546, 9547, - 4774: 9548, 9549, 9550, - 4775: 9548, 9550, 9551, - 4776: 9552, 9553, 9554, - 4777: 9552, 9554, 9555, - 4778: 9556, 9557, 9558, - 4779: 9556, 9558, 9559, - 4780: 9560, 9561, 9562, - 4781: 9560, 9562, 9563, - 4782: 9564, 9565, 9566, - 4783: 9564, 9566, 9567, - 4784: 9568, 9569, 9570, - 4785: 9568, 9570, 9571, - 4786: 9572, 9573, 9574, - 4787: 9572, 9574, 9575, - 4788: 9576, 9577, 9578, - 4789: 9576, 9578, 9579, - 4790: 9580, 9581, 9582, - 4791: 9580, 9582, 9583, - 4792: 9584, 9585, 9586, - 4793: 9584, 9586, 9587, - 4794: 9588, 9589, 9590, - 4795: 9588, 9590, 9591, - 4796: 9592, 9593, 9594, - 4797: 9592, 9594, 9595, - 4798: 9596, 9597, 9598, - 4799: 9596, 9598, 9599, - 4800: 9600, 9601, 9602, - 4801: 9600, 9602, 9603, - 4802: 9604, 9605, 9606, - 4803: 9604, 9606, 9607, - 4804: 9608, 9609, 9610, - 4805: 9608, 9610, 9611, - 4806: 9612, 9613, 9614, - 4807: 9612, 9614, 9615, - 4808: 9616, 9617, 9618, - 4809: 9616, 9618, 9619, - 4810: 9620, 9621, 9622, - 4811: 9620, 9622, 9623, - 4812: 9624, 9625, 9626, - 4813: 9624, 9626, 9627, - 4814: 9628, 9629, 9630, - 4815: 9628, 9630, 9631, - 4816: 9632, 9633, 9634, - 4817: 9632, 9634, 9635, - 4818: 9636, 9637, 9638, - 4819: 9636, 9638, 9639, - 4820: 9640, 9641, 9642, - 4821: 9640, 9642, 9643, - 4822: 9644, 9645, 9646, - 4823: 9644, 9646, 9647, - 4824: 9648, 9649, 9650, - 4825: 9648, 9650, 9651, - 4826: 9652, 9653, 9654, - 4827: 9652, 9654, 9655, - 4828: 9656, 9657, 9658, - 4829: 9656, 9658, 9659, - 4830: 9660, 9661, 9662, - 4831: 9660, 9662, 9663, - 4832: 9664, 9665, 9666, - 4833: 9664, 9666, 9667, - 4834: 9668, 9669, 9670, - 4835: 9668, 9670, 9671, - 4836: 9672, 9673, 9674, - 4837: 9672, 9674, 9675, - 4838: 9676, 9677, 9678, - 4839: 9676, 9678, 9679, - 4840: 9680, 9681, 9682, - 4841: 9680, 9682, 9683, - 4842: 9684, 9685, 9686, - 4843: 9684, 9686, 9687, - 4844: 9688, 9689, 9690, - 4845: 9688, 9690, 9691, - 4846: 9692, 9693, 9694, - 4847: 9692, 9694, 9695, - 4848: 9696, 9697, 9698, - 4849: 9696, 9698, 9699, - 4850: 9700, 9701, 9702, - 4851: 9700, 9702, 9703, - 4852: 9704, 9705, 9706, - 4853: 9704, 9706, 9707, - 4854: 9708, 9709, 9710, - 4855: 9708, 9710, 9711, - 4856: 9712, 9713, 9714, - 4857: 9712, 9714, 9715, - 4858: 9716, 9717, 9718, - 4859: 9716, 9718, 9719, - 4860: 9720, 9721, 9722, - 4861: 9720, 9722, 9723, - 4862: 9724, 9725, 9726, - 4863: 9724, 9726, 9727, - 4864: 9728, 9729, 9730, - 4865: 9728, 9730, 9731, - 4866: 9732, 9733, 9734, - 4867: 9732, 9734, 9735, - 4868: 9736, 9737, 9738, - 4869: 9736, 9738, 9739, - 4870: 9740, 9741, 9742, - 4871: 9740, 9742, 9743, - 4872: 9744, 9745, 9746, - 4873: 9744, 9746, 9747, - 4874: 9748, 9749, 9750, - 4875: 9748, 9750, 9751, - 4876: 9752, 9753, 9754, - 4877: 9752, 9754, 9755, - 4878: 9756, 9757, 9758, - 4879: 9756, 9758, 9759, - 4880: 9760, 9761, 9762, - 4881: 9760, 9762, 9763, - 4882: 9764, 9765, 9766, - 4883: 9764, 9766, 9767, - 4884: 9768, 9769, 9770, - 4885: 9768, 9770, 9771, - 4886: 9772, 9773, 9774, - 4887: 9772, 9774, 9775, - 4888: 9776, 9777, 9778, - 4889: 9776, 9778, 9779, - 4890: 9780, 9781, 9782, - 4891: 9780, 9782, 9783, - 4892: 9784, 9785, 9786, - 4893: 9784, 9786, 9787, - 4894: 9788, 9789, 9790, - 4895: 9788, 9790, 9791, - 4896: 9792, 9793, 9794, - 4897: 9792, 9794, 9795, - 4898: 9796, 9797, 9798, - 4899: 9796, 9798, 9799, - 4900: 9800, 9801, 9802, - 4901: 9800, 9802, 9803, - 4902: 9804, 9805, 9806, - 4903: 9804, 9806, 9807, - 4904: 9808, 9809, 9810, - 4905: 9808, 9810, 9811, - 4906: 9812, 9813, 9814, - 4907: 9812, 9814, 9815, - 4908: 9816, 9817, 9818, - 4909: 9816, 9818, 9819, - 4910: 9820, 9821, 9822, - 4911: 9820, 9822, 9823, - 4912: 9824, 9825, 9826, - 4913: 9824, 9826, 9827, - 4914: 9828, 9829, 9830, - 4915: 9828, 9830, 9831, - 4916: 9832, 9833, 9834, - 4917: 9832, 9834, 9835, - 4918: 9836, 9837, 9838, - 4919: 9836, 9838, 9839, - 4920: 9840, 9841, 9842, - 4921: 9840, 9842, 9843, - 4922: 9844, 9845, 9846, - 4923: 9844, 9846, 9847, - 4924: 9848, 9849, 9850, - 4925: 9848, 9850, 9851, - 4926: 9852, 9853, 9854, - 4927: 9852, 9854, 9855, - 4928: 9856, 9857, 9858, - 4929: 9856, 9858, 9859, - 4930: 9860, 9861, 9862, - 4931: 9860, 9862, 9863, - 4932: 9864, 9865, 9866, - 4933: 9864, 9866, 9867, - 4934: 9868, 9869, 9870, - 4935: 9868, 9870, 9871, - 4936: 9872, 9873, 9874, - 4937: 9872, 9874, 9875, - 4938: 9876, 9877, 9878, - 4939: 9876, 9878, 9879, - 4940: 9880, 9881, 9882, - 4941: 9880, 9882, 9883, - 4942: 9884, 9885, 9886, - 4943: 9884, 9886, 9887, - 4944: 9888, 9889, 9890, - 4945: 9888, 9890, 9891, - 4946: 9892, 9893, 9894, - 4947: 9892, 9894, 9895, - 4948: 9896, 9897, 9898, - 4949: 9896, 9898, 9899, - 4950: 9900, 9901, 9902, - 4951: 9900, 9902, 9903, - 4952: 9904, 9905, 9906, - 4953: 9904, 9906, 9907, - 4954: 9908, 9909, 9910, - 4955: 9908, 9910, 9911, - 4956: 9912, 9913, 9914, - 4957: 9912, 9914, 9915, - 4958: 9916, 9917, 9918, - 4959: 9916, 9918, 9919, - 4960: 9920, 9921, 9922, - 4961: 9920, 9922, 9923, - 4962: 9924, 9925, 9926, - 4963: 9924, 9926, 9927, - 4964: 9928, 9929, 9930, - 4965: 9928, 9930, 9931, - 4966: 9932, 9933, 9934, - 4967: 9932, 9934, 9935, - 4968: 9936, 9937, 9938, - 4969: 9936, 9938, 9939, - 4970: 9940, 9941, 9942, - 4971: 9940, 9942, 9943, - 4972: 9944, 9945, 9946, - 4973: 9944, 9946, 9947, - 4974: 9948, 9949, 9950, - 4975: 9948, 9950, 9951, - 4976: 9952, 9953, 9954, - 4977: 9952, 9954, 9955, - 4978: 9956, 9957, 9958, - 4979: 9956, 9958, 9959, - 4980: 9960, 9961, 9962, - 4981: 9960, 9962, 9963, - 4982: 9964, 9965, 9966, - 4983: 9964, 9966, 9967, - 4984: 9968, 9969, 9970, - 4985: 9968, 9970, 9971, - 4986: 9972, 9973, 9974, - 4987: 9972, 9974, 9975, - 4988: 9976, 9977, 9978, - 4989: 9976, 9978, 9979, - 4990: 9980, 9981, 9982, - 4991: 9980, 9982, 9983, - 4992: 9984, 9985, 9986, - 4993: 9984, 9986, 9987, - 4994: 9988, 9989, 9990, - 4995: 9988, 9990, 9991, - 4996: 9992, 9993, 9994, - 4997: 9992, 9994, 9995, - 4998: 9996, 9997, 9998, - 4999: 9996, 9998, 9999, - 5000: 10000, 10001, 10002, - 5001: 10000, 10002, 10003, - 5002: 10004, 10005, 10006, - 5003: 10004, 10006, 10007, - 5004: 10008, 10009, 10010, - 5005: 10008, 10010, 10011, - 5006: 10012, 10013, 10014, - 5007: 10012, 10014, 10015, - 5008: 10016, 10017, 10018, - 5009: 10016, 10018, 10019, - 5010: 10020, 10021, 10022, - 5011: 10020, 10022, 10023, - 5012: 10024, 10025, 10026, - 5013: 10024, 10026, 10027, - 5014: 10028, 10029, 10030, - 5015: 10028, 10030, 10031, - 5016: 10032, 10033, 10034, - 5017: 10032, 10034, 10035, - 5018: 10036, 10037, 10038, - 5019: 10036, 10038, 10039, - 5020: 10040, 10041, 10042, - 5021: 10040, 10042, 10043, - 5022: 10044, 10045, 10046, - 5023: 10044, 10046, 10047, - 5024: 10048, 10049, 10050, - 5025: 10048, 10050, 10051, - 5026: 10052, 10053, 10054, - 5027: 10052, 10054, 10055, - 5028: 10056, 10057, 10058, - 5029: 10056, 10058, 10059, - 5030: 10060, 10061, 10062, - 5031: 10060, 10062, 10063, - 5032: 10064, 10065, 10066, - 5033: 10064, 10066, 10067, - 5034: 10068, 10069, 10070, - 5035: 10068, 10070, 10071, - 5036: 10072, 10073, 10074, - 5037: 10072, 10074, 10075, - 5038: 10076, 10077, 10078, - 5039: 10076, 10078, 10079, - 5040: 10080, 10081, 10082, - 5041: 10080, 10082, 10083, - 5042: 10084, 10085, 10086, - 5043: 10084, 10086, 10087, - 5044: 10088, 10089, 10090, - 5045: 10088, 10090, 10091, - 5046: 10092, 10093, 10094, - 5047: 10092, 10094, 10095, - 5048: 10096, 10097, 10098, - 5049: 10096, 10098, 10099, - 5050: 10100, 10101, 10102, - 5051: 10100, 10102, 10103, - 5052: 10104, 10105, 10106, - 5053: 10104, 10106, 10107, - 5054: 10108, 10109, 10110, - 5055: 10108, 10110, 10111, - 5056: 10112, 10113, 10114, - 5057: 10112, 10114, 10115, - 5058: 10116, 10117, 10118, - 5059: 10116, 10118, 10119, - 5060: 10120, 10121, 10122, - 5061: 10120, 10122, 10123, - 5062: 10124, 10125, 10126, - 5063: 10124, 10126, 10127, - 5064: 10128, 10129, 10130, - 5065: 10128, 10130, 10131, - 5066: 10132, 10133, 10134, - 5067: 10132, 10134, 10135, - 5068: 10136, 10137, 10138, - 5069: 10136, 10138, 10139, - 5070: 10140, 10141, 10142, - 5071: 10140, 10142, 10143, - 5072: 10144, 10145, 10146, - 5073: 10144, 10146, 10147, - 5074: 10148, 10149, 10150, - 5075: 10148, 10150, 10151, - 5076: 10152, 10153, 10154, - 5077: 10152, 10154, 10155, - 5078: 10156, 10157, 10158, - 5079: 10156, 10158, 10159, - 5080: 10160, 10161, 10162, - 5081: 10160, 10162, 10163, - 5082: 10164, 10165, 10166, - 5083: 10164, 10166, 10167, - 5084: 10168, 10169, 10170, - 5085: 10168, 10170, 10171, - 5086: 10172, 10173, 10174, - 5087: 10172, 10174, 10175, - 5088: 10176, 10177, 10178, - 5089: 10176, 10178, 10179, - 5090: 10180, 10181, 10182, - 5091: 10180, 10182, 10183, - 5092: 10184, 10185, 10186, - 5093: 10184, 10186, 10187, - 5094: 10188, 10189, 10190, - 5095: 10188, 10190, 10191, - 5096: 10192, 10193, 10194, - 5097: 10192, 10194, 10195, - 5098: 10196, 10197, 10198, - 5099: 10196, 10198, 10199, - 5100: 10200, 10201, 10202, - 5101: 10200, 10202, 10203, - 5102: 10204, 10205, 10206, - 5103: 10204, 10206, 10207, - 5104: 10208, 10209, 10210, - 5105: 10208, 10210, 10211, - 5106: 10212, 10213, 10214, - 5107: 10212, 10214, 10215, - 5108: 10216, 10217, 10218, - 5109: 10216, 10218, 10219, - 5110: 10220, 10221, 10222, - 5111: 10220, 10222, 10223, - 5112: 10224, 10225, 10226, - 5113: 10224, 10226, 10227, - 5114: 10228, 10229, 10230, - 5115: 10228, 10230, 10231, - 5116: 10232, 10233, 10234, - 5117: 10232, 10234, 10235, - 5118: 10236, 10237, 10238, - 5119: 10236, 10238, 10239, - 5120: 10240, 10241, 10242, - 5121: 10240, 10242, 10243, - 5122: 10244, 10245, 10246, - 5123: 10244, 10246, 10247, - 5124: 10248, 10249, 10250, - 5125: 10248, 10250, 10251, - 5126: 10252, 10253, 10254, - 5127: 10252, 10254, 10255, - 5128: 10256, 10257, 10258, - 5129: 10256, 10258, 10259, - 5130: 10260, 10261, 10262, - 5131: 10260, 10262, 10263, - 5132: 10264, 10265, 10266, - 5133: 10264, 10266, 10267, - 5134: 10268, 10269, 10270, - 5135: 10268, 10270, 10271, - 5136: 10272, 10273, 10274, - 5137: 10272, 10274, 10275, - 5138: 10276, 10277, 10278, - 5139: 10276, 10278, 10279, - 5140: 10280, 10281, 10282, - 5141: 10280, 10282, 10283, - 5142: 10284, 10285, 10286, - 5143: 10284, 10286, 10287, - 5144: 10288, 10289, 10290, - 5145: 10288, 10290, 10291, - 5146: 10292, 10293, 10294, - 5147: 10292, 10294, 10295, - 5148: 10296, 10297, 10298, - 5149: 10296, 10298, 10299, - 5150: 10300, 10301, 10302, - 5151: 10300, 10302, 10303, - 5152: 10304, 10305, 10306, - 5153: 10304, 10306, 10307, - 5154: 10308, 10309, 10310, - 5155: 10308, 10310, 10311, - 5156: 10312, 10313, 10314, - 5157: 10312, 10314, 10315, - 5158: 10316, 10317, 10318, - 5159: 10316, 10318, 10319, - 5160: 10320, 10321, 10322, - 5161: 10320, 10322, 10323, - 5162: 10324, 10325, 10326, - 5163: 10324, 10326, 10327, - 5164: 10328, 10329, 10330, - 5165: 10328, 10330, 10331, - 5166: 10332, 10333, 10334, - 5167: 10332, 10334, 10335, - 5168: 10336, 10337, 10338, - 5169: 10336, 10338, 10339, - 5170: 10340, 10341, 10342, - 5171: 10340, 10342, 10343, - 5172: 10344, 10345, 10346, - 5173: 10344, 10346, 10347, - 5174: 10348, 10349, 10350, - 5175: 10348, 10350, 10351, - 5176: 10352, 10353, 10354, - 5177: 10352, 10354, 10355, - 5178: 10356, 10357, 10358, - 5179: 10356, 10358, 10359, - 5180: 10360, 10361, 10362, - 5181: 10360, 10362, 10363, - 5182: 10364, 10365, 10366, - 5183: 10364, 10366, 10367, - 5184: 10368, 10369, 10370, - 5185: 10368, 10370, 10371, - 5186: 10372, 10373, 10374, - 5187: 10372, 10374, 10375, - 5188: 10376, 10377, 10378, - 5189: 10376, 10378, 10379, - 5190: 10380, 10381, 10382, - 5191: 10380, 10382, 10383, - 5192: 10384, 10385, 10386, - 5193: 10384, 10386, 10387, - 5194: 10388, 10389, 10390, - 5195: 10388, 10390, 10391, - 5196: 10392, 10393, 10394, - 5197: 10392, 10394, 10395, - 5198: 10396, 10397, 10398, - 5199: 10396, 10398, 10399, - 5200: 10400, 10401, 10402, - 5201: 10400, 10402, 10403, - 5202: 10404, 10405, 10406, - 5203: 10404, 10406, 10407, - 5204: 10408, 10409, 10410, - 5205: 10408, 10410, 10411, - 5206: 10412, 10413, 10414, - 5207: 10412, 10414, 10415, - 5208: 10416, 10417, 10418, - 5209: 10416, 10418, 10419, - 5210: 10420, 10421, 10422, - 5211: 10420, 10422, 10423, - 5212: 10424, 10425, 10426, - 5213: 10424, 10426, 10427, - 5214: 10428, 10429, 10430, - 5215: 10428, 10430, 10431, - 5216: 10432, 10433, 10434, - 5217: 10432, 10434, 10435, - 5218: 10436, 10437, 10438, - 5219: 10436, 10438, 10439, - 5220: 10440, 10441, 10442, - 5221: 10440, 10442, 10443, - 5222: 10444, 10445, 10446, - 5223: 10444, 10446, 10447, - 5224: 10448, 10449, 10450, - 5225: 10448, 10450, 10451, - 5226: 10452, 10453, 10454, - 5227: 10452, 10454, 10455, - 5228: 10456, 10457, 10458, - 5229: 10456, 10458, 10459, - 5230: 10460, 10461, 10462, - 5231: 10460, 10462, 10463, - 5232: 10464, 10465, 10466, - 5233: 10464, 10466, 10467, - 5234: 10468, 10469, 10470, - 5235: 10468, 10470, 10471, - 5236: 10472, 10473, 10474, - 5237: 10472, 10474, 10475, - 5238: 10476, 10477, 10478, - 5239: 10476, 10478, 10479, - 5240: 10480, 10481, 10482, - 5241: 10480, 10482, 10483, - 5242: 10484, 10485, 10486, - 5243: 10484, 10486, 10487, - 5244: 10488, 10489, 10490, - 5245: 10488, 10490, 10491, - 5246: 10492, 10493, 10494, - 5247: 10492, 10494, 10495, - 5248: 10496, 10497, 10498, - 5249: 10496, 10498, 10499, - 5250: 10500, 10501, 10502, - 5251: 10500, 10502, 10503, - 5252: 10504, 10505, 10506, - 5253: 10504, 10506, 10507, - 5254: 10508, 10509, 10510, - 5255: 10508, 10510, 10511, - 5256: 10512, 10513, 10514, - 5257: 10512, 10514, 10515, - 5258: 10516, 10517, 10518, - 5259: 10516, 10518, 10519, - 5260: 10520, 10521, 10522, - 5261: 10520, 10522, 10523, - 5262: 10524, 10525, 10526, - 5263: 10524, 10526, 10527, - 5264: 10528, 10529, 10530, - 5265: 10528, 10530, 10531, - 5266: 10532, 10533, 10534, - 5267: 10532, 10534, 10535, - 5268: 10536, 10537, 10538, - 5269: 10536, 10538, 10539, - 5270: 10540, 10541, 10542, - 5271: 10540, 10542, 10543, - 5272: 10544, 10545, 10546, - 5273: 10544, 10546, 10547, - 5274: 10548, 10549, 10550, - 5275: 10548, 10550, 10551, - 5276: 10552, 10553, 10554, - 5277: 10552, 10554, 10555, - 5278: 10556, 10557, 10558, - 5279: 10556, 10558, 10559, - 5280: 10560, 10561, 10562, - 5281: 10560, 10562, 10563, - 5282: 10564, 10565, 10566, - 5283: 10564, 10566, 10567, - 5284: 10568, 10569, 10570, - 5285: 10568, 10570, 10571, - 5286: 10572, 10573, 10574, - 5287: 10572, 10574, 10575, - 5288: 10576, 10577, 10578, - 5289: 10576, 10578, 10579, - 5290: 10580, 10581, 10582, - 5291: 10580, 10582, 10583, - 5292: 10584, 10585, 10586, - 5293: 10584, 10586, 10587, - 5294: 10588, 10589, 10590, - 5295: 10588, 10590, 10591, - 5296: 10592, 10593, 10594, - 5297: 10592, 10594, 10595, - 5298: 10596, 10597, 10598, - 5299: 10596, 10598, 10599, - 5300: 10600, 10601, 10602, - 5301: 10600, 10602, 10603, - 5302: 10604, 10605, 10606, - 5303: 10604, 10606, 10607, - 5304: 10608, 10609, 10610, - 5305: 10608, 10610, 10611, - 5306: 10612, 10613, 10614, - 5307: 10612, 10614, 10615, - 5308: 10616, 10617, 10618, - 5309: 10616, 10618, 10619, - 5310: 10620, 10621, 10622, - 5311: 10620, 10622, 10623, - 5312: 10624, 10625, 10626, - 5313: 10624, 10626, 10627, - 5314: 10628, 10629, 10630, - 5315: 10628, 10630, 10631, - 5316: 10632, 10633, 10634, - 5317: 10632, 10634, 10635, - 5318: 10636, 10637, 10638, - 5319: 10636, 10638, 10639, - 5320: 10640, 10641, 10642, - 5321: 10640, 10642, 10643, - 5322: 10644, 10645, 10646, - 5323: 10644, 10646, 10647, - 5324: 10648, 10649, 10650, - 5325: 10648, 10650, 10651, - 5326: 10652, 10653, 10654, - 5327: 10652, 10654, 10655, - 5328: 10656, 10657, 10658, - 5329: 10656, 10658, 10659, - 5330: 10660, 10661, 10662, - 5331: 10660, 10662, 10663, - 5332: 10664, 10665, 10666, - 5333: 10664, 10666, 10667, - 5334: 10668, 10669, 10670, - 5335: 10668, 10670, 10671, - 5336: 10672, 10673, 10674, - 5337: 10672, 10674, 10675, - 5338: 10676, 10677, 10678, - 5339: 10676, 10678, 10679, - 5340: 10680, 10681, 10682, - 5341: 10680, 10682, 10683, - 5342: 10684, 10685, 10686, - 5343: 10684, 10686, 10687, - 5344: 10688, 10689, 10690, - 5345: 10688, 10690, 10691, - 5346: 10692, 10693, 10694, - 5347: 10692, 10694, 10695, - 5348: 10696, 10697, 10698, - 5349: 10696, 10698, 10699, - 5350: 10700, 10701, 10702, - 5351: 10700, 10702, 10703, - 5352: 10704, 10705, 10706, - 5353: 10704, 10706, 10707, - 5354: 10708, 10709, 10710, - 5355: 10708, 10710, 10711, - 5356: 10712, 10713, 10714, - 5357: 10712, 10714, 10715, - 5358: 10716, 10717, 10718, - 5359: 10716, 10718, 10719, - 5360: 10720, 10721, 10722, - 5361: 10720, 10722, 10723, - 5362: 10724, 10725, 10726, - 5363: 10724, 10726, 10727, - 5364: 10728, 10729, 10730, - 5365: 10728, 10730, 10731, - 5366: 10732, 10733, 10734, - 5367: 10732, 10734, 10735, - 5368: 10736, 10737, 10738, - 5369: 10736, 10738, 10739, - 5370: 10740, 10741, 10742, - 5371: 10740, 10742, 10743, - 5372: 10744, 10745, 10746, - 5373: 10744, 10746, 10747, - 5374: 10748, 10749, 10750, - 5375: 10748, 10750, 10751, - 5376: 10752, 10753, 10754, - 5377: 10752, 10754, 10755, - 5378: 10756, 10757, 10758, - 5379: 10756, 10758, 10759, - 5380: 10760, 10761, 10762, - 5381: 10760, 10762, 10763, - 5382: 10764, 10765, 10766, - 5383: 10764, 10766, 10767, - 5384: 10768, 10769, 10770, - 5385: 10768, 10770, 10771, - 5386: 10772, 10773, 10774, - 5387: 10772, 10774, 10775, - 5388: 10776, 10777, 10778, - 5389: 10776, 10778, 10779, - 5390: 10780, 10781, 10782, - 5391: 10780, 10782, 10783, - 5392: 10784, 10785, 10786, - 5393: 10784, 10786, 10787, - 5394: 10788, 10789, 10790, - 5395: 10788, 10790, 10791, - 5396: 10792, 10793, 10794, - 5397: 10792, 10794, 10795, - 5398: 10796, 10797, 10798, - 5399: 10796, 10798, 10799, - 5400: 10800, 10801, 10802, - 5401: 10800, 10802, 10803, - 5402: 10804, 10805, 10806, - 5403: 10804, 10806, 10807, - 5404: 10808, 10809, 10810, - 5405: 10808, 10810, 10811, - 5406: 10812, 10813, 10814, - 5407: 10812, 10814, 10815, - 5408: 10816, 10817, 10818, - 5409: 10816, 10818, 10819, - 5410: 10820, 10821, 10822, - 5411: 10820, 10822, 10823, - 5412: 10824, 10825, 10826, - 5413: 10824, 10826, 10827, - 5414: 10828, 10829, 10830, - 5415: 10828, 10830, 10831, - 5416: 10832, 10833, 10834, - 5417: 10832, 10834, 10835, - 5418: 10836, 10837, 10838, - 5419: 10836, 10838, 10839, - 5420: 10840, 10841, 10842, - 5421: 10840, 10842, 10843, - 5422: 10844, 10845, 10846, - 5423: 10844, 10846, 10847, - 5424: 10848, 10849, 10850, - 5425: 10848, 10850, 10851, - 5426: 10852, 10853, 10854, - 5427: 10852, 10854, 10855, - 5428: 10856, 10857, 10858, - 5429: 10856, 10858, 10859, - 5430: 10860, 10861, 10862, - 5431: 10860, 10862, 10863, - 5432: 10864, 10865, 10866, - 5433: 10864, 10866, 10867, - 5434: 10868, 10869, 10870, - 5435: 10868, 10870, 10871, - 5436: 10872, 10873, 10874, - 5437: 10872, 10874, 10875, - 5438: 10876, 10877, 10878, - 5439: 10876, 10878, 10879, - 5440: 10880, 10881, 10882, - 5441: 10880, 10882, 10883, - 5442: 10884, 10885, 10886, - 5443: 10884, 10886, 10887, - 5444: 10888, 10889, 10890, - 5445: 10888, 10890, 10891, - 5446: 10892, 10893, 10894, - 5447: 10892, 10894, 10895, - 5448: 10896, 10897, 10898, - 5449: 10896, 10898, 10899, - 5450: 10900, 10901, 10902, - 5451: 10900, 10902, 10903, - 5452: 10904, 10905, 10906, - 5453: 10904, 10906, 10907, - 5454: 10908, 10909, 10910, - 5455: 10908, 10910, 10911, - 5456: 10912, 10913, 10914, - 5457: 10912, 10914, 10915, - 5458: 10916, 10917, 10918, - 5459: 10916, 10918, 10919, - 5460: 10920, 10921, 10922, - 5461: 10920, 10922, 10923, - 5462: 10924, 10925, 10926, - 5463: 10924, 10926, 10927, - 5464: 10928, 10929, 10930, - 5465: 10928, 10930, 10931, - 5466: 10932, 10933, 10934, - 5467: 10932, 10934, 10935, - 5468: 10936, 10937, 10938, - 5469: 10936, 10938, 10939, - 5470: 10940, 10941, 10942, - 5471: 10940, 10942, 10943, - 5472: 10944, 10945, 10946, - 5473: 10944, 10946, 10947, - 5474: 10948, 10949, 10950, - 5475: 10948, 10950, 10951, - 5476: 10952, 10953, 10954, - 5477: 10952, 10954, 10955, - 5478: 10956, 10957, 10958, - 5479: 10956, 10958, 10959, - 5480: 10960, 10961, 10962, - 5481: 10960, 10962, 10963, - 5482: 10964, 10965, 10966, - 5483: 10964, 10966, 10967, - 5484: 10968, 10969, 10970, - 5485: 10968, 10970, 10971, - 5486: 10972, 10973, 10974, - 5487: 10972, 10974, 10975, - 5488: 10976, 10977, 10978, - 5489: 10976, 10978, 10979, - 5490: 10980, 10981, 10982, - 5491: 10980, 10982, 10983, - 5492: 10984, 10985, 10986, - 5493: 10984, 10986, 10987, - 5494: 10988, 10989, 10990, - 5495: 10988, 10990, 10991, - 5496: 10992, 10993, 10994, - 5497: 10992, 10994, 10995, - 5498: 10996, 10997, 10998, - 5499: 10996, 10998, 10999, - 5500: 11000, 11001, 11002, - 5501: 11000, 11002, 11003, - 5502: 11004, 11005, 11006, - 5503: 11004, 11006, 11007, - 5504: 11008, 11009, 11010, - 5505: 11008, 11010, 11011, - 5506: 11012, 11013, 11014, - 5507: 11012, 11014, 11015, - 5508: 11016, 11017, 11018, - 5509: 11016, 11018, 11019, - 5510: 11020, 11021, 11022, - 5511: 11020, 11022, 11023, - 5512: 11024, 11025, 11026, - 5513: 11024, 11026, 11027, - 5514: 11028, 11029, 11030, - 5515: 11028, 11030, 11031, - 5516: 11032, 11033, 11034, - 5517: 11032, 11034, 11035, - 5518: 11036, 11037, 11038, - 5519: 11036, 11038, 11039, - 5520: 11040, 11041, 11042, - 5521: 11040, 11042, 11043, - 5522: 11044, 11045, 11046, - 5523: 11044, 11046, 11047, - 5524: 11048, 11049, 11050, - 5525: 11048, 11050, 11051, - 5526: 11052, 11053, 11054, - 5527: 11052, 11054, 11055, - 5528: 11056, 11057, 11058, - 5529: 11056, 11058, 11059, - 5530: 11060, 11061, 11062, - 5531: 11060, 11062, 11063, - 5532: 11064, 11065, 11066, - 5533: 11064, 11066, 11067, - 5534: 11068, 11069, 11070, - 5535: 11068, 11070, 11071, - 5536: 11072, 11073, 11074, - 5537: 11072, 11074, 11075, - 5538: 11076, 11077, 11078, - 5539: 11076, 11078, 11079, - 5540: 11080, 11081, 11082, - 5541: 11080, 11082, 11083, - 5542: 11084, 11085, 11086, - 5543: 11084, 11086, 11087, - 5544: 11088, 11089, 11090, - 5545: 11088, 11090, 11091, - 5546: 11092, 11093, 11094, - 5547: 11092, 11094, 11095, - 5548: 11096, 11097, 11098, - 5549: 11096, 11098, 11099, - 5550: 11100, 11101, 11102, - 5551: 11100, 11102, 11103, - 5552: 11104, 11105, 11106, - 5553: 11104, 11106, 11107, - 5554: 11108, 11109, 11110, - 5555: 11108, 11110, 11111, - 5556: 11112, 11113, 11114, - 5557: 11112, 11114, 11115, - 5558: 11116, 11117, 11118, - 5559: 11116, 11118, 11119, - 5560: 11120, 11121, 11122, - 5561: 11120, 11122, 11123, - 5562: 11124, 11125, 11126, - 5563: 11124, 11126, 11127, - 5564: 11128, 11129, 11130, - 5565: 11128, 11130, 11131, - 5566: 11132, 11133, 11134, - 5567: 11132, 11134, 11135, - 5568: 11136, 11137, 11138, - 5569: 11136, 11138, 11139, - 5570: 11140, 11141, 11142, - 5571: 11140, 11142, 11143, - 5572: 11144, 11145, 11146, - 5573: 11144, 11146, 11147, - 5574: 11148, 11149, 11150, - 5575: 11148, 11150, 11151, - 5576: 11152, 11153, 11154, - 5577: 11152, 11154, 11155, - 5578: 11156, 11157, 11158, - 5579: 11156, 11158, 11159, - 5580: 11160, 11161, 11162, - 5581: 11160, 11162, 11163, - 5582: 11164, 11165, 11166, - 5583: 11164, 11166, 11167, - 5584: 11168, 11169, 11170, - 5585: 11168, 11170, 11171, - 5586: 11172, 11173, 11174, - 5587: 11172, 11174, 11175, - 5588: 11176, 11177, 11178, - 5589: 11176, 11178, 11179, - 5590: 11180, 11181, 11182, - 5591: 11180, 11182, 11183, - 5592: 11184, 11185, 11186, - 5593: 11184, 11186, 11187, - 5594: 11188, 11189, 11190, - 5595: 11188, 11190, 11191, - 5596: 11192, 11193, 11194, - 5597: 11192, 11194, 11195, - 5598: 11196, 11197, 11198, - 5599: 11196, 11198, 11199, - 5600: 11200, 11201, 11202, - 5601: 11200, 11202, 11203, - 5602: 11204, 11205, 11206, - 5603: 11204, 11206, 11207, - 5604: 11208, 11209, 11210, - 5605: 11208, 11210, 11211, - 5606: 11212, 11213, 11214, - 5607: 11212, 11214, 11215, - 5608: 11216, 11217, 11218, - 5609: 11216, 11218, 11219, - 5610: 11220, 11221, 11222, - 5611: 11220, 11222, 11223, - 5612: 11224, 11225, 11226, - 5613: 11224, 11226, 11227, - 5614: 11228, 11229, 11230, - 5615: 11228, 11230, 11231, - 5616: 11232, 11233, 11234, - 5617: 11232, 11234, 11235, - 5618: 11236, 11237, 11238, - 5619: 11236, 11238, 11239, - 5620: 11240, 11241, 11242, - 5621: 11240, 11242, 11243, - 5622: 11244, 11245, 11246, - 5623: 11244, 11246, 11247, - 5624: 11248, 11249, 11250, - 5625: 11248, 11250, 11251, - 5626: 11252, 11253, 11254, - 5627: 11252, 11254, 11255, - 5628: 11256, 11257, 11258, - 5629: 11256, 11258, 11259, - 5630: 11260, 11261, 11262, - 5631: 11260, 11262, 11263, - 5632: 11264, 11265, 11266, - 5633: 11264, 11266, 11267, - 5634: 11268, 11269, 11270, - 5635: 11268, 11270, 11271, - 5636: 11272, 11273, 11274, - 5637: 11272, 11274, 11275, - 5638: 11276, 11277, 11278, - 5639: 11276, 11278, 11279, - 5640: 11280, 11281, 11282, - 5641: 11280, 11282, 11283, - 5642: 11284, 11285, 11286, - 5643: 11284, 11286, 11287, - 5644: 11288, 11289, 11290, - 5645: 11288, 11290, 11291, - 5646: 11292, 11293, 11294, - 5647: 11292, 11294, 11295, - 5648: 11296, 11297, 11298, - 5649: 11296, 11298, 11299, - 5650: 11300, 11301, 11302, - 5651: 11300, 11302, 11303, - 5652: 11304, 11305, 11306, - 5653: 11304, 11306, 11307, - 5654: 11308, 11309, 11310, - 5655: 11308, 11310, 11311, - 5656: 11312, 11313, 11314, - 5657: 11312, 11314, 11315, - 5658: 11316, 11317, 11318, - 5659: 11316, 11318, 11319, - 5660: 11320, 11321, 11322, - 5661: 11320, 11322, 11323, - 5662: 11324, 11325, 11326, - 5663: 11324, 11326, 11327, - 5664: 11328, 11329, 11330, - 5665: 11328, 11330, 11331, - 5666: 11332, 11333, 11334, - 5667: 11332, 11334, 11335, - 5668: 11336, 11337, 11338, - 5669: 11336, 11338, 11339, - 5670: 11340, 11341, 11342, - 5671: 11340, 11342, 11343, - 5672: 11344, 11345, 11346, - 5673: 11344, 11346, 11347, - 5674: 11348, 11349, 11350, - 5675: 11348, 11350, 11351, - 5676: 11352, 11353, 11354, - 5677: 11352, 11354, 11355, - 5678: 11356, 11357, 11358, - 5679: 11356, 11358, 11359, - 5680: 11360, 11361, 11362, - 5681: 11360, 11362, 11363, - 5682: 11364, 11365, 11366, - 5683: 11364, 11366, 11367, - 5684: 11368, 11369, 11370, - 5685: 11368, 11370, 11371, - 5686: 11372, 11373, 11374, - 5687: 11372, 11374, 11375, - 5688: 11376, 11377, 11378, - 5689: 11376, 11378, 11379, - 5690: 11380, 11381, 11382, - 5691: 11380, 11382, 11383, - 5692: 11384, 11385, 11386, - 5693: 11384, 11386, 11387, - 5694: 11388, 11389, 11390, - 5695: 11388, 11390, 11391, - 5696: 11392, 11393, 11394, - 5697: 11392, 11394, 11395, - 5698: 11396, 11397, 11398, - 5699: 11396, 11398, 11399, - 5700: 11400, 11401, 11402, - 5701: 11400, 11402, 11403, - 5702: 11404, 11405, 11406, - 5703: 11404, 11406, 11407, - 5704: 11408, 11409, 11410, - 5705: 11408, 11410, 11411, - 5706: 11412, 11413, 11414, - 5707: 11412, 11414, 11415, - 5708: 11416, 11417, 11418, - 5709: 11416, 11418, 11419, - 5710: 11420, 11421, 11422, - 5711: 11420, 11422, 11423, - 5712: 11424, 11425, 11426, - 5713: 11424, 11426, 11427, - 5714: 11428, 11429, 11430, - 5715: 11428, 11430, 11431, - 5716: 11432, 11433, 11434, - 5717: 11432, 11434, 11435, - 5718: 11436, 11437, 11438, - 5719: 11436, 11438, 11439, - 5720: 11440, 11441, 11442, - 5721: 11440, 11442, 11443, - 5722: 11444, 11445, 11446, - 5723: 11444, 11446, 11447, - 5724: 11448, 11449, 11450, - 5725: 11448, 11450, 11451, - 5726: 11452, 11453, 11454, - 5727: 11452, 11454, 11455, - 5728: 11456, 11457, 11458, - 5729: 11456, 11458, 11459, - 5730: 11460, 11461, 11462, - 5731: 11460, 11462, 11463, - 5732: 11464, 11465, 11466, - 5733: 11464, 11466, 11467, - 5734: 11468, 11469, 11470, - 5735: 11468, 11470, 11471, - 5736: 11472, 11473, 11474, - 5737: 11472, 11474, 11475, - 5738: 11476, 11477, 11478, - 5739: 11476, 11478, 11479, - 5740: 11480, 11481, 11482, - 5741: 11480, 11482, 11483, - 5742: 11484, 11485, 11486, - 5743: 11484, 11486, 11487, - 5744: 11488, 11489, 11490, - 5745: 11488, 11490, 11491, - 5746: 11492, 11493, 11494, - 5747: 11492, 11494, 11495, - 5748: 11496, 11497, 11498, - 5749: 11496, 11498, 11499, - 5750: 11500, 11501, 11502, - 5751: 11500, 11502, 11503, - 5752: 11504, 11505, 11506, - 5753: 11504, 11506, 11507, - 5754: 11508, 11509, 11510, - 5755: 11508, 11510, 11511, - 5756: 11512, 11513, 11514, - 5757: 11512, 11514, 11515, - 5758: 11516, 11517, 11518, - 5759: 11516, 11518, 11519, - 5760: 11520, 11521, 11522, - 5761: 11520, 11522, 11523, - 5762: 11524, 11525, 11526, - 5763: 11524, 11526, 11527, - 5764: 11528, 11529, 11530, - 5765: 11528, 11530, 11531, - 5766: 11532, 11533, 11534, - 5767: 11532, 11534, 11535, - 5768: 11536, 11537, 11538, - 5769: 11536, 11538, 11539, - 5770: 11540, 11541, 11542, - 5771: 11540, 11542, 11543, - 5772: 11544, 11545, 11546, - 5773: 11544, 11546, 11547, - 5774: 11548, 11549, 11550, - 5775: 11548, 11550, 11551, - 5776: 11552, 11553, 11554, - 5777: 11552, 11554, 11555, - 5778: 11556, 11557, 11558, - 5779: 11556, 11558, 11559, - 5780: 11560, 11561, 11562, - 5781: 11560, 11562, 11563, - 5782: 11564, 11565, 11566, - 5783: 11564, 11566, 11567, - 5784: 11568, 11569, 11570, - 5785: 11568, 11570, 11571, - 5786: 11572, 11573, 11574, - 5787: 11572, 11574, 11575, - 5788: 11576, 11577, 11578, - 5789: 11576, 11578, 11579, - 5790: 11580, 11581, 11582, - 5791: 11580, 11582, 11583, - 5792: 11584, 11585, 11586, - 5793: 11584, 11586, 11587, - 5794: 11588, 11589, 11590, - 5795: 11588, 11590, 11591, - 5796: 11592, 11593, 11594, - 5797: 11592, 11594, 11595, - 5798: 11596, 11597, 11598, - 5799: 11596, 11598, 11599, - 5800: 11600, 11601, 11602, - 5801: 11600, 11602, 11603, - 5802: 11604, 11605, 11606, - 5803: 11604, 11606, 11607, - 5804: 11608, 11609, 11610, - 5805: 11608, 11610, 11611, - 5806: 11612, 11613, 11614, - 5807: 11612, 11614, 11615, - 5808: 11616, 11617, 11618, - 5809: 11616, 11618, 11619, - 5810: 11620, 11621, 11622, - 5811: 11620, 11622, 11623, - 5812: 11624, 11625, 11626, - 5813: 11624, 11626, 11627, - 5814: 11628, 11629, 11630, - 5815: 11628, 11630, 11631, - 5816: 11632, 11633, 11634, - 5817: 11632, 11634, 11635, - 5818: 11636, 11637, 11638, - 5819: 11636, 11638, 11639, - 5820: 11640, 11641, 11642, - 5821: 11640, 11642, 11643, - 5822: 11644, 11645, 11646, - 5823: 11644, 11646, 11647, - 5824: 11648, 11649, 11650, - 5825: 11648, 11650, 11651, - 5826: 11652, 11653, 11654, - 5827: 11652, 11654, 11655, - 5828: 11656, 11657, 11658, - 5829: 11656, 11658, 11659, - 5830: 11660, 11661, 11662, - 5831: 11660, 11662, 11663, - 5832: 11664, 11665, 11666, - 5833: 11664, 11666, 11667, - 5834: 11668, 11669, 11670, - 5835: 11668, 11670, 11671, - 5836: 11672, 11673, 11674, - 5837: 11672, 11674, 11675, - 5838: 11676, 11677, 11678, - 5839: 11676, 11678, 11679, - 5840: 11680, 11681, 11682, - 5841: 11680, 11682, 11683, - 5842: 11684, 11685, 11686, - 5843: 11684, 11686, 11687, - 5844: 11688, 11689, 11690, - 5845: 11688, 11690, 11691, - 5846: 11692, 11693, 11694, - 5847: 11692, 11694, 11695, - 5848: 11696, 11697, 11698, - 5849: 11696, 11698, 11699, - 5850: 11700, 11701, 11702, - 5851: 11700, 11702, 11703, - 5852: 11704, 11705, 11706, - 5853: 11704, 11706, 11707, - 5854: 11708, 11709, 11710, - 5855: 11708, 11710, 11711, - 5856: 11712, 11713, 11714, - 5857: 11712, 11714, 11715, - 5858: 11716, 11717, 11718, - 5859: 11716, 11718, 11719, - 5860: 11720, 11721, 11722, - 5861: 11720, 11722, 11723, - 5862: 11724, 11725, 11726, - 5863: 11724, 11726, 11727, - 5864: 11728, 11729, 11730, - 5865: 11728, 11730, 11731, - 5866: 11732, 11733, 11734, - 5867: 11732, 11734, 11735, - 5868: 11736, 11737, 11738, - 5869: 11736, 11738, 11739, - 5870: 11740, 11741, 11742, - 5871: 11740, 11742, 11743, - 5872: 11744, 11745, 11746, - 5873: 11744, 11746, 11747, - 5874: 11748, 11749, 11750, - 5875: 11748, 11750, 11751, - 5876: 11752, 11753, 11754, - 5877: 11752, 11754, 11755, - 5878: 11756, 11757, 11758, - 5879: 11756, 11758, 11759, - 5880: 11760, 11761, 11762, - 5881: 11760, 11762, 11763, - 5882: 11764, 11765, 11766, - 5883: 11764, 11766, 11767, - 5884: 11768, 11769, 11770, - 5885: 11768, 11770, 11771, - 5886: 11772, 11773, 11774, - 5887: 11772, 11774, 11775, - 5888: 11776, 11777, 11778, - 5889: 11776, 11778, 11779, - 5890: 11780, 11781, 11782, - 5891: 11780, 11782, 11783, - 5892: 11784, 11785, 11786, - 5893: 11784, 11786, 11787, - 5894: 11788, 11789, 11790, - 5895: 11788, 11790, 11791, - 5896: 11792, 11793, 11794, - 5897: 11792, 11794, 11795, - 5898: 11796, 11797, 11798, - 5899: 11796, 11798, 11799, - 5900: 11800, 11801, 11802, - 5901: 11800, 11802, 11803, - 5902: 11804, 11805, 11806, - 5903: 11804, 11806, 11807, - 5904: 11808, 11809, 11810, - 5905: 11808, 11810, 11811, - 5906: 11812, 11813, 11814, - 5907: 11812, 11814, 11815, - 5908: 11816, 11817, 11818, - 5909: 11816, 11818, 11819, - 5910: 11820, 11821, 11822, - 5911: 11820, 11822, 11823, - 5912: 11824, 11825, 11826, - 5913: 11824, 11826, 11827, - 5914: 11828, 11829, 11830, - 5915: 11828, 11830, 11831, - 5916: 11832, 11833, 11834, - 5917: 11832, 11834, 11835, - 5918: 11836, 11837, 11838, - 5919: 11836, 11838, 11839, - 5920: 11840, 11841, 11842, - 5921: 11840, 11842, 11843, - 5922: 11844, 11845, 11846, - 5923: 11844, 11846, 11847, - 5924: 11848, 11849, 11850, - 5925: 11848, 11850, 11851, - 5926: 11852, 11853, 11854, - 5927: 11852, 11854, 11855, - 5928: 11856, 11857, 11858, - 5929: 11856, 11858, 11859, - 5930: 11860, 11861, 11862, - 5931: 11860, 11862, 11863, - 5932: 11864, 11865, 11866, - 5933: 11864, 11866, 11867, - 5934: 11868, 11869, 11870, - 5935: 11868, 11870, 11871, - 5936: 11872, 11873, 11874, - 5937: 11872, 11874, 11875, - 5938: 11876, 11877, 11878, - 5939: 11876, 11878, 11879, - 5940: 11880, 11881, 11882, - 5941: 11880, 11882, 11883, - 5942: 11884, 11885, 11886, - 5943: 11884, 11886, 11887, - 5944: 11888, 11889, 11890, - 5945: 11888, 11890, 11891, - 5946: 11892, 11893, 11894, - 5947: 11892, 11894, 11895, - 5948: 11896, 11897, 11898, - 5949: 11896, 11898, 11899, - 5950: 11900, 11901, 11902, - 5951: 11900, 11902, 11903, - 5952: 11904, 11905, 11906, - 5953: 11904, 11906, 11907, - 5954: 11908, 11909, 11910, - 5955: 11908, 11910, 11911, - 5956: 11912, 11913, 11914, - 5957: 11912, 11914, 11915, - 5958: 11916, 11917, 11918, - 5959: 11916, 11918, 11919, - 5960: 11920, 11921, 11922, - 5961: 11920, 11922, 11923, - 5962: 11924, 11925, 11926, - 5963: 11924, 11926, 11927, - 5964: 11928, 11929, 11930, - 5965: 11928, 11930, 11931, - 5966: 11932, 11933, 11934, - 5967: 11932, 11934, 11935, - 5968: 11936, 11937, 11938, - 5969: 11936, 11938, 11939, - 5970: 11940, 11941, 11942, - 5971: 11940, 11942, 11943, - 5972: 11944, 11945, 11946, - 5973: 11944, 11946, 11947, - 5974: 11948, 11949, 11950, - 5975: 11948, 11950, 11951, - 5976: 11952, 11953, 11954, - 5977: 11952, 11954, 11955, - 5978: 11956, 11957, 11958, - 5979: 11956, 11958, 11959, - 5980: 11960, 11961, 11962, - 5981: 11960, 11962, 11963, - 5982: 11964, 11965, 11966, - 5983: 11964, 11966, 11967, - 5984: 11968, 11969, 11970, - 5985: 11968, 11970, 11971, - 5986: 11972, 11973, 11974, - 5987: 11972, 11974, 11975, - 5988: 11976, 11977, 11978, - 5989: 11976, 11978, 11979, - 5990: 11980, 11981, 11982, - 5991: 11980, 11982, 11983, - 5992: 11984, 11985, 11986, - 5993: 11984, 11986, 11987, - 5994: 11988, 11989, 11990, - 5995: 11988, 11990, 11991, - 5996: 11992, 11993, 11994, - 5997: 11992, 11994, 11995, - 5998: 11996, 11997, 11998, - 5999: 11996, 11998, 11999, - 6000: 12000, 12001, 12002, - 6001: 12000, 12002, 12003, - 6002: 12004, 12005, 12006, - 6003: 12004, 12006, 12007, - 6004: 12008, 12009, 12010, - 6005: 12008, 12010, 12011, - 6006: 12012, 12013, 12014, - 6007: 12012, 12014, 12015, - 6008: 12016, 12017, 12018, - 6009: 12016, 12018, 12019, - 6010: 12020, 12021, 12022, - 6011: 12020, 12022, 12023, - 6012: 12024, 12025, 12026, - 6013: 12024, 12026, 12027, - 6014: 12028, 12029, 12030, - 6015: 12028, 12030, 12031, - 6016: 12032, 12033, 12034, - 6017: 12032, 12034, 12035, - 6018: 12036, 12037, 12038, - 6019: 12036, 12038, 12039, - 6020: 12040, 12041, 12042, - 6021: 12040, 12042, 12043, - 6022: 12044, 12045, 12046, - 6023: 12044, 12046, 12047, - 6024: 12048, 12049, 12050, - 6025: 12048, 12050, 12051, - 6026: 12052, 12053, 12054, - 6027: 12052, 12054, 12055, - 6028: 12056, 12057, 12058, - 6029: 12056, 12058, 12059, - 6030: 12060, 12061, 12062, - 6031: 12060, 12062, 12063, - 6032: 12064, 12065, 12066, - 6033: 12064, 12066, 12067, - 6034: 12068, 12069, 12070, - 6035: 12068, 12070, 12071, - 6036: 12072, 12073, 12074, - 6037: 12072, 12074, 12075, - 6038: 12076, 12077, 12078, - 6039: 12076, 12078, 12079, - 6040: 12080, 12081, 12082, - 6041: 12080, 12082, 12083, - 6042: 12084, 12085, 12086, - 6043: 12084, 12086, 12087, - 6044: 12088, 12089, 12090, - 6045: 12088, 12090, 12091, - 6046: 12092, 12093, 12094, - 6047: 12092, 12094, 12095, - 6048: 12096, 12097, 12098, - 6049: 12096, 12098, 12099, - 6050: 12100, 12101, 12102, - 6051: 12100, 12102, 12103, - 6052: 12104, 12105, 12106, - 6053: 12104, 12106, 12107, - 6054: 12108, 12109, 12110, - 6055: 12108, 12110, 12111, - 6056: 12112, 12113, 12114, - 6057: 12112, 12114, 12115, - 6058: 12116, 12117, 12118, - 6059: 12116, 12118, 12119, - 6060: 12120, 12121, 12122, - 6061: 12120, 12122, 12123, - 6062: 12124, 12125, 12126, - 6063: 12124, 12126, 12127, - 6064: 12128, 12129, 12130, - 6065: 12128, 12130, 12131, - 6066: 12132, 12133, 12134, - 6067: 12132, 12134, 12135, - 6068: 12136, 12137, 12138, - 6069: 12136, 12138, 12139, - 6070: 12140, 12141, 12142, - 6071: 12140, 12142, 12143, - 6072: 12144, 12145, 12146, - 6073: 12144, 12146, 12147, - 6074: 12148, 12149, 12150, - 6075: 12148, 12150, 12151, - 6076: 12152, 12153, 12154, - 6077: 12152, 12154, 12155, - 6078: 12156, 12157, 12158, - 6079: 12156, 12158, 12159, - 6080: 12160, 12161, 12162, - 6081: 12160, 12162, 12163, - 6082: 12164, 12165, 12166, - 6083: 12164, 12166, 12167, - 6084: 12168, 12169, 12170, - 6085: 12168, 12170, 12171, - 6086: 12172, 12173, 12174, - 6087: 12172, 12174, 12175, - 6088: 12176, 12177, 12178, - 6089: 12176, 12178, 12179, - 6090: 12180, 12181, 12182, - 6091: 12180, 12182, 12183, - 6092: 12184, 12185, 12186, - 6093: 12184, 12186, 12187, - 6094: 12188, 12189, 12190, - 6095: 12188, 12190, 12191, - 6096: 12192, 12193, 12194, - 6097: 12192, 12194, 12195, - 6098: 12196, 12197, 12198, - 6099: 12196, 12198, 12199, - 6100: 12200, 12201, 12202, - 6101: 12200, 12202, 12203, - 6102: 12204, 12205, 12206, - 6103: 12204, 12206, 12207, - 6104: 12208, 12209, 12210, - 6105: 12208, 12210, 12211, - 6106: 12212, 12213, 12214, - 6107: 12212, 12214, 12215, - 6108: 12216, 12217, 12218, - 6109: 12216, 12218, 12219, - 6110: 12220, 12221, 12222, - 6111: 12220, 12222, 12223, - 6112: 12224, 12225, 12226, - 6113: 12224, 12226, 12227, - 6114: 12228, 12229, 12230, - 6115: 12228, 12230, 12231, - 6116: 12232, 12233, 12234, - 6117: 12232, 12234, 12235, - 6118: 12236, 12237, 12238, - 6119: 12236, 12238, 12239, - 6120: 12240, 12241, 12242, - 6121: 12240, 12242, 12243, - 6122: 12244, 12245, 12246, - 6123: 12244, 12246, 12247, - 6124: 12248, 12249, 12250, - 6125: 12248, 12250, 12251, - 6126: 12252, 12253, 12254, - 6127: 12252, 12254, 12255, - 6128: 12256, 12257, 12258, - 6129: 12256, 12258, 12259, - 6130: 12260, 12261, 12262, - 6131: 12260, 12262, 12263, - 6132: 12264, 12265, 12266, - 6133: 12264, 12266, 12267, - 6134: 12268, 12269, 12270, - 6135: 12268, 12270, 12271, - 6136: 12272, 12273, 12274, - 6137: 12272, 12274, 12275, - 6138: 12276, 12277, 12278, - 6139: 12276, 12278, 12279, - 6140: 12280, 12281, 12282, - 6141: 12280, 12282, 12283, - 6142: 12284, 12285, 12286, - 6143: 12284, 12286, 12287, - 6144: 12288, 12289, 12290, - 6145: 12288, 12290, 12291, - 6146: 12292, 12293, 12294, - 6147: 12292, 12294, 12295, - 6148: 12296, 12297, 12298, - 6149: 12296, 12298, 12299, - 6150: 12300, 12301, 12302, - 6151: 12300, 12302, 12303, - 6152: 12304, 12305, 12306, - 6153: 12304, 12306, 12307, - 6154: 12308, 12309, 12310, - 6155: 12308, 12310, 12311, - 6156: 12312, 12313, 12314, - 6157: 12312, 12314, 12315, - 6158: 12316, 12317, 12318, - 6159: 12316, 12318, 12319, - 6160: 12320, 12321, 12322, - 6161: 12320, 12322, 12323, - 6162: 12324, 12325, 12326, - 6163: 12324, 12326, 12327, - 6164: 12328, 12329, 12330, - 6165: 12328, 12330, 12331, - 6166: 12332, 12333, 12334, - 6167: 12332, 12334, 12335, - 6168: 12336, 12337, 12338, - 6169: 12336, 12338, 12339, - 6170: 12340, 12341, 12342, - 6171: 12340, 12342, 12343, - 6172: 12344, 12345, 12346, - 6173: 12344, 12346, 12347, - 6174: 12348, 12349, 12350, - 6175: 12348, 12350, 12351, - 6176: 12352, 12353, 12354, - 6177: 12352, 12354, 12355, - 6178: 12356, 12357, 12358, - 6179: 12356, 12358, 12359, - 6180: 12360, 12361, 12362, - 6181: 12360, 12362, 12363, - 6182: 12364, 12365, 12366, - 6183: 12364, 12366, 12367, - 6184: 12368, 12369, 12370, - 6185: 12368, 12370, 12371, - 6186: 12372, 12373, 12374, - 6187: 12372, 12374, 12375, - 6188: 12376, 12377, 12378, - 6189: 12376, 12378, 12379, - 6190: 12380, 12381, 12382, - 6191: 12380, 12382, 12383, - 6192: 12384, 12385, 12386, - 6193: 12384, 12386, 12387, - 6194: 12388, 12389, 12390, - 6195: 12388, 12390, 12391, - 6196: 12392, 12393, 12394, - 6197: 12392, 12394, 12395, - 6198: 12396, 12397, 12398, - 6199: 12396, 12398, 12399, - 6200: 12400, 12401, 12402, - 6201: 12400, 12402, 12403, - 6202: 12404, 12405, 12406, - 6203: 12404, 12406, 12407, - 6204: 12408, 12409, 12410, - 6205: 12408, 12410, 12411, - 6206: 12412, 12413, 12414, - 6207: 12412, 12414, 12415, - 6208: 12416, 12417, 12418, - 6209: 12416, 12418, 12419, - 6210: 12420, 12421, 12422, - 6211: 12420, 12422, 12423, - 6212: 12424, 12425, 12426, - 6213: 12424, 12426, 12427, - 6214: 12428, 12429, 12430, - 6215: 12428, 12430, 12431, - 6216: 12432, 12433, 12434, - 6217: 12432, 12434, 12435, - 6218: 12436, 12437, 12438, - 6219: 12436, 12438, 12439, - 6220: 12440, 12441, 12442, - 6221: 12440, 12442, 12443, - 6222: 12444, 12445, 12446, - 6223: 12444, 12446, 12447, - 6224: 12448, 12449, 12450, - 6225: 12448, 12450, 12451, - 6226: 12452, 12453, 12454, - 6227: 12452, 12454, 12455, - 6228: 12456, 12457, 12458, - 6229: 12456, 12458, 12459, - 6230: 12460, 12461, 12462, - 6231: 12460, 12462, 12463, - 6232: 12464, 12465, 12466, - 6233: 12464, 12466, 12467, - 6234: 12468, 12469, 12470, - 6235: 12468, 12470, 12471, - 6236: 12472, 12473, 12474, - 6237: 12472, 12474, 12475, - 6238: 12476, 12477, 12478, - 6239: 12476, 12478, 12479, - 6240: 12480, 12481, 12482, - 6241: 12480, 12482, 12483, - 6242: 12484, 12485, 12486, - 6243: 12484, 12486, 12487, - 6244: 12488, 12489, 12490, - 6245: 12488, 12490, 12491, - 6246: 12492, 12493, 12494, - 6247: 12492, 12494, 12495, - 6248: 12496, 12497, 12498, - 6249: 12496, 12498, 12499, - 6250: 12500, 12501, 12502, - 6251: 12500, 12502, 12503, - 6252: 12504, 12505, 12506, - 6253: 12504, 12506, 12507, - 6254: 12508, 12509, 12510, - 6255: 12508, 12510, 12511, - 6256: 12512, 12513, 12514, - 6257: 12512, 12514, 12515, - 6258: 12516, 12517, 12518, - 6259: 12516, 12518, 12519, - 6260: 12520, 12521, 12522, - 6261: 12520, 12522, 12523, - 6262: 12524, 12525, 12526, - 6263: 12524, 12526, 12527, - 6264: 12528, 12529, 12530, - 6265: 12528, 12530, 12531, - 6266: 12532, 12533, 12534, - 6267: 12532, 12534, 12535, - 6268: 12536, 12537, 12538, - 6269: 12536, 12538, 12539, - 6270: 12540, 12541, 12542, - 6271: 12540, 12542, 12543, - 6272: 12544, 12545, 12546, - 6273: 12544, 12546, 12547, - 6274: 12548, 12549, 12550, - 6275: 12548, 12550, 12551, - 6276: 12552, 12553, 12554, - 6277: 12552, 12554, 12555, - 6278: 12556, 12557, 12558, - 6279: 12556, 12558, 12559, - 6280: 12560, 12561, 12562, - 6281: 12560, 12562, 12563, - 6282: 12564, 12565, 12566, - 6283: 12564, 12566, 12567, - 6284: 12568, 12569, 12570, - 6285: 12568, 12570, 12571, - 6286: 12572, 12573, 12574, - 6287: 12572, 12574, 12575, - 6288: 12576, 12577, 12578, - 6289: 12576, 12578, 12579, - 6290: 12580, 12581, 12582, - 6291: 12580, 12582, 12583, - 6292: 12584, 12585, 12586, - 6293: 12584, 12586, 12587, - 6294: 12588, 12589, 12590, - 6295: 12588, 12590, 12591, - 6296: 12592, 12593, 12594, - 6297: 12592, 12594, 12595, - 6298: 12596, 12597, 12598, - 6299: 12596, 12598, 12599, - 6300: 12600, 12601, 12602, - 6301: 12600, 12602, 12603, - 6302: 12604, 12605, 12606, - 6303: 12604, 12606, 12607, - 6304: 12608, 12609, 12610, - 6305: 12608, 12610, 12611, - 6306: 12612, 12613, 12614, - 6307: 12612, 12614, 12615, - 6308: 12616, 12617, 12618, - 6309: 12616, 12618, 12619, - 6310: 12620, 12621, 12622, - 6311: 12620, 12622, 12623, - 6312: 12624, 12625, 12626, - 6313: 12624, 12626, 12627, - 6314: 12628, 12629, 12630, - 6315: 12628, 12630, 12631, - 6316: 12632, 12633, 12634, - 6317: 12632, 12634, 12635, - 6318: 12636, 12637, 12638, - 6319: 12636, 12638, 12639, - 6320: 12640, 12641, 12642, - 6321: 12640, 12642, 12643, - 6322: 12644, 12645, 12646, - 6323: 12644, 12646, 12647, - 6324: 12648, 12649, 12650, - 6325: 12648, 12650, 12651, - 6326: 12652, 12653, 12654, - 6327: 12652, 12654, 12655, - 6328: 12656, 12657, 12658, - 6329: 12656, 12658, 12659, - 6330: 12660, 12661, 12662, - 6331: 12660, 12662, 12663, - 6332: 12664, 12665, 12666, - 6333: 12664, 12666, 12667, - 6334: 12668, 12669, 12670, - 6335: 12668, 12670, 12671, - 6336: 12672, 12673, 12674, - 6337: 12672, 12674, 12675, - 6338: 12676, 12677, 12678, - 6339: 12676, 12678, 12679, - 6340: 12680, 12681, 12682, - 6341: 12680, 12682, 12683, - 6342: 12684, 12685, 12686, - 6343: 12684, 12686, 12687, - 6344: 12688, 12689, 12690, - 6345: 12688, 12690, 12691, - 6346: 12692, 12693, 12694, - 6347: 12692, 12694, 12695, - 6348: 12696, 12697, 12698, - 6349: 12696, 12698, 12699, - 6350: 12700, 12701, 12702, - 6351: 12700, 12702, 12703, - 6352: 12704, 12705, 12706, - 6353: 12704, 12706, 12707, - 6354: 12708, 12709, 12710, - 6355: 12708, 12710, 12711, - 6356: 12712, 12713, 12714, - 6357: 12712, 12714, 12715, - 6358: 12716, 12717, 12718, - 6359: 12716, 12718, 12719, - 6360: 12720, 12721, 12722, - 6361: 12720, 12722, 12723, - 6362: 12724, 12725, 12726, - 6363: 12724, 12726, 12727, - 6364: 12728, 12729, 12730, - 6365: 12728, 12730, 12731, - 6366: 12732, 12733, 12734, - 6367: 12732, 12734, 12735, - 6368: 12736, 12737, 12738, - 6369: 12736, 12738, 12739, - 6370: 12740, 12741, 12742, - 6371: 12740, 12742, 12743, - 6372: 12744, 12745, 12746, - 6373: 12744, 12746, 12747, - 6374: 12748, 12749, 12750, - 6375: 12748, 12750, 12751, - 6376: 12752, 12753, 12754, - 6377: 12752, 12754, 12755, - 6378: 12756, 12757, 12758, - 6379: 12756, 12758, 12759, - 6380: 12760, 12761, 12762, - 6381: 12760, 12762, 12763, - 6382: 12764, 12765, 12766, - 6383: 12764, 12766, 12767, - 6384: 12768, 12769, 12770, - 6385: 12768, 12770, 12771, - 6386: 12772, 12773, 12774, - 6387: 12772, 12774, 12775, - 6388: 12776, 12777, 12778, - 6389: 12776, 12778, 12779, - 6390: 12780, 12781, 12782, - 6391: 12780, 12782, 12783, - 6392: 12784, 12785, 12786, - 6393: 12784, 12786, 12787, - 6394: 12788, 12789, 12790, - 6395: 12788, 12790, 12791, - 6396: 12792, 12793, 12794, - 6397: 12792, 12794, 12795, - 6398: 12796, 12797, 12798, - 6399: 12796, 12798, 12799, - 6400: 12800, 12801, 12802, - 6401: 12800, 12802, 12803, - 6402: 12804, 12805, 12806, - 6403: 12804, 12806, 12807, - 6404: 12808, 12809, 12810, - 6405: 12808, 12810, 12811, - 6406: 12812, 12813, 12814, - 6407: 12812, 12814, 12815, - 6408: 12816, 12817, 12818, - 6409: 12816, 12818, 12819, - 6410: 12820, 12821, 12822, - 6411: 12820, 12822, 12823, - 6412: 12824, 12825, 12826, - 6413: 12824, 12826, 12827, - 6414: 12828, 12829, 12830, - 6415: 12828, 12830, 12831, - 6416: 12832, 12833, 12834, - 6417: 12832, 12834, 12835, - 6418: 12836, 12837, 12838, - 6419: 12836, 12838, 12839, - 6420: 12840, 12841, 12842, - 6421: 12840, 12842, 12843, - 6422: 12844, 12845, 12846, - 6423: 12844, 12846, 12847, - 6424: 12848, 12849, 12850, - 6425: 12848, 12850, 12851, - 6426: 12852, 12853, 12854, - 6427: 12852, 12854, 12855, - 6428: 12856, 12857, 12858, - 6429: 12856, 12858, 12859, - 6430: 12860, 12861, 12862, - 6431: 12860, 12862, 12863, - 6432: 12864, 12865, 12866, - 6433: 12864, 12866, 12867, - 6434: 12868, 12869, 12870, - 6435: 12868, 12870, 12871, - 6436: 12872, 12873, 12874, - 6437: 12872, 12874, 12875, - 6438: 12876, 12877, 12878, - 6439: 12876, 12878, 12879, - 6440: 12880, 12881, 12882, - 6441: 12880, 12882, 12883, - 6442: 12884, 12885, 12886, - 6443: 12884, 12886, 12887, - 6444: 12888, 12889, 12890, - 6445: 12888, 12890, 12891, - 6446: 12892, 12893, 12894, - 6447: 12892, 12894, 12895, - 6448: 12896, 12897, 12898, - 6449: 12896, 12898, 12899, - 6450: 12900, 12901, 12902, - 6451: 12900, 12902, 12903, - 6452: 12904, 12905, 12906, - 6453: 12904, 12906, 12907, - 6454: 12908, 12909, 12910, - 6455: 12908, 12910, 12911, - 6456: 12912, 12913, 12914, - 6457: 12912, 12914, 12915, - 6458: 12916, 12917, 12918, - 6459: 12916, 12918, 12919, - 6460: 12920, 12921, 12922, - 6461: 12920, 12922, 12923, - 6462: 12924, 12925, 12926, - 6463: 12924, 12926, 12927, - 6464: 12928, 12929, 12930, - 6465: 12928, 12930, 12931, - 6466: 12932, 12933, 12934, - 6467: 12932, 12934, 12935, - 6468: 12936, 12937, 12938, - 6469: 12936, 12938, 12939, - 6470: 12940, 12941, 12942, - 6471: 12940, 12942, 12943, - 6472: 12944, 12945, 12946, - 6473: 12944, 12946, 12947, - 6474: 12948, 12949, 12950, - 6475: 12948, 12950, 12951, - 6476: 12952, 12953, 12954, - 6477: 12952, 12954, 12955, - 6478: 12956, 12957, 12958, - 6479: 12956, 12958, 12959, - 6480: 12960, 12961, 12962, - 6481: 12960, 12962, 12963, - 6482: 12964, 12965, 12966, - 6483: 12964, 12966, 12967, - 6484: 12968, 12969, 12970, - 6485: 12968, 12970, 12971, - 6486: 12972, 12973, 12974, - 6487: 12972, 12974, 12975, - 6488: 12976, 12977, 12978, - 6489: 12976, 12978, 12979, - 6490: 12980, 12981, 12982, - 6491: 12980, 12982, 12983, - 6492: 12984, 12985, 12986, - 6493: 12984, 12986, 12987, - 6494: 12988, 12989, 12990, - 6495: 12988, 12990, 12991, - 6496: 12992, 12993, 12994, - 6497: 12992, 12994, 12995, - 6498: 12996, 12997, 12998, - 6499: 12996, 12998, 12999, - 6500: 13000, 13001, 13002, - 6501: 13000, 13002, 13003, - 6502: 13004, 13005, 13006, - 6503: 13004, 13006, 13007, - 6504: 13008, 13009, 13010, - 6505: 13008, 13010, 13011, - 6506: 13012, 13013, 13014, - 6507: 13012, 13014, 13015, - 6508: 13016, 13017, 13018, - 6509: 13016, 13018, 13019, - 6510: 13020, 13021, 13022, - 6511: 13020, 13022, 13023, - 6512: 13024, 13025, 13026, - 6513: 13024, 13026, 13027, - 6514: 13028, 13029, 13030, - 6515: 13028, 13030, 13031, - 6516: 13032, 13033, 13034, - 6517: 13032, 13034, 13035, - 6518: 13036, 13037, 13038, - 6519: 13036, 13038, 13039, - 6520: 13040, 13041, 13042, - 6521: 13040, 13042, 13043, - 6522: 13044, 13045, 13046, - 6523: 13044, 13046, 13047, - 6524: 13048, 13049, 13050, - 6525: 13048, 13050, 13051, - 6526: 13052, 13053, 13054, - 6527: 13052, 13054, 13055, - 6528: 13056, 13057, 13058, - 6529: 13056, 13058, 13059, - 6530: 13060, 13061, 13062, - 6531: 13060, 13062, 13063, - 6532: 13064, 13065, 13066, - 6533: 13064, 13066, 13067, - 6534: 13068, 13069, 13070, - 6535: 13068, 13070, 13071, - 6536: 13072, 13073, 13074, - 6537: 13072, 13074, 13075, - 6538: 13076, 13077, 13078, - 6539: 13076, 13078, 13079, - 6540: 13080, 13081, 13082, - 6541: 13080, 13082, 13083, - 6542: 13084, 13085, 13086, - 6543: 13084, 13086, 13087, - 6544: 13088, 13089, 13090, - 6545: 13088, 13090, 13091, - 6546: 13092, 13093, 13094, - 6547: 13092, 13094, 13095, - 6548: 13096, 13097, 13098, - 6549: 13096, 13098, 13099, - 6550: 13100, 13101, 13102, - 6551: 13100, 13102, 13103, - 6552: 13104, 13105, 13106, - 6553: 13104, 13106, 13107, - 6554: 13108, 13109, 13110, - 6555: 13108, 13110, 13111, - 6556: 13112, 13113, 13114, - 6557: 13112, 13114, 13115, - 6558: 13116, 13117, 13118, - 6559: 13116, 13118, 13119, - 6560: 13120, 13121, 13122, - 6561: 13120, 13122, 13123, - 6562: 13124, 13125, 13126, - 6563: 13124, 13126, 13127, - 6564: 13128, 13129, 13130, - 6565: 13128, 13130, 13131, - 6566: 13132, 13133, 13134, - 6567: 13132, 13134, 13135, - 6568: 13136, 13137, 13138, - 6569: 13136, 13138, 13139, - 6570: 13140, 13141, 13142, - 6571: 13140, 13142, 13143, - 6572: 13144, 13145, 13146, - 6573: 13144, 13146, 13147, - 6574: 13148, 13149, 13150, - 6575: 13148, 13150, 13151, - 6576: 13152, 13153, 13154, - 6577: 13152, 13154, 13155, - 6578: 13156, 13157, 13158, - 6579: 13156, 13158, 13159, - 6580: 13160, 13161, 13162, - 6581: 13160, 13162, 13163, - 6582: 13164, 13165, 13166, - 6583: 13164, 13166, 13167, - 6584: 13168, 13169, 13170, - 6585: 13168, 13170, 13171, - 6586: 13172, 13173, 13174, - 6587: 13172, 13174, 13175, - 6588: 13176, 13177, 13178, - 6589: 13176, 13178, 13179, - 6590: 13180, 13181, 13182, - 6591: 13180, 13182, 13183, - 6592: 13184, 13185, 13186, - 6593: 13184, 13186, 13187, - 6594: 13188, 13189, 13190, - 6595: 13188, 13190, 13191, - 6596: 13192, 13193, 13194, - 6597: 13192, 13194, 13195, - 6598: 13196, 13197, 13198, - 6599: 13196, 13198, 13199, - 6600: 13200, 13201, 13202, - 6601: 13200, 13202, 13203, - 6602: 13204, 13205, 13206, - 6603: 13204, 13206, 13207, - 6604: 13208, 13209, 13210, - 6605: 13208, 13210, 13211, - 6606: 13212, 13213, 13214, - 6607: 13212, 13214, 13215, - 6608: 13216, 13217, 13218, - 6609: 13216, 13218, 13219, - 6610: 13220, 13221, 13222, - 6611: 13220, 13222, 13223, - 6612: 13224, 13225, 13226, - 6613: 13224, 13226, 13227, - 6614: 13228, 13229, 13230, - 6615: 13228, 13230, 13231, - 6616: 13232, 13233, 13234, - 6617: 13232, 13234, 13235, - 6618: 13236, 13237, 13238, - 6619: 13236, 13238, 13239, - 6620: 13240, 13241, 13242, - 6621: 13240, 13242, 13243, - 6622: 13244, 13245, 13246, - 6623: 13244, 13246, 13247, - 6624: 13248, 13249, 13250, - 6625: 13248, 13250, 13251, - 6626: 13252, 13253, 13254, - 6627: 13252, 13254, 13255, - 6628: 13256, 13257, 13258, - 6629: 13256, 13258, 13259, - 6630: 13260, 13261, 13262, - 6631: 13260, 13262, 13263, - 6632: 13264, 13265, 13266, - 6633: 13264, 13266, 13267, - 6634: 13268, 13269, 13270, - 6635: 13268, 13270, 13271, - 6636: 13272, 13273, 13274, - 6637: 13272, 13274, 13275, - 6638: 13276, 13277, 13278, - 6639: 13276, 13278, 13279, - 6640: 13280, 13281, 13282, - 6641: 13280, 13282, 13283, - 6642: 13284, 13285, 13286, - 6643: 13284, 13286, 13287, - 6644: 13288, 13289, 13290, - 6645: 13288, 13290, 13291, - 6646: 13292, 13293, 13294, - 6647: 13292, 13294, 13295, - 6648: 13296, 13297, 13298, - 6649: 13296, 13298, 13299, - 6650: 13300, 13301, 13302, - 6651: 13300, 13302, 13303, - 6652: 13304, 13305, 13306, - 6653: 13304, 13306, 13307, - 6654: 13308, 13309, 13310, - 6655: 13308, 13310, 13311, - 6656: 13312, 13313, 13314, - 6657: 13312, 13314, 13315, - 6658: 13316, 13317, 13318, - 6659: 13316, 13318, 13319, - 6660: 13320, 13321, 13322, - 6661: 13320, 13322, 13323, - 6662: 13324, 13325, 13326, - 6663: 13324, 13326, 13327, - 6664: 13328, 13329, 13330, - 6665: 13328, 13330, 13331, - 6666: 13332, 13333, 13334, - 6667: 13332, 13334, 13335, - 6668: 13336, 13337, 13338, - 6669: 13336, 13338, 13339, - 6670: 13340, 13341, 13342, - 6671: 13340, 13342, 13343, - 6672: 13344, 13345, 13346, - 6673: 13344, 13346, 13347, - 6674: 13348, 13349, 13350, - 6675: 13348, 13350, 13351, - 6676: 13352, 13353, 13354, - 6677: 13352, 13354, 13355, - 6678: 13356, 13357, 13358, - 6679: 13356, 13358, 13359, - 6680: 13360, 13361, 13362, - 6681: 13360, 13362, 13363, - 6682: 13364, 13365, 13366, - 6683: 13364, 13366, 13367, - 6684: 13368, 13369, 13370, - 6685: 13368, 13370, 13371, - 6686: 13372, 13373, 13374, - 6687: 13372, 13374, 13375, - 6688: 13376, 13377, 13378, - 6689: 13376, 13378, 13379, - 6690: 13380, 13381, 13382, - 6691: 13380, 13382, 13383, - 6692: 13384, 13385, 13386, - 6693: 13384, 13386, 13387, - 6694: 13388, 13389, 13390, - 6695: 13388, 13390, 13391, - 6696: 13392, 13393, 13394, - 6697: 13392, 13394, 13395, - 6698: 13396, 13397, 13398, - 6699: 13396, 13398, 13399, - 6700: 13400, 13401, 13402, - 6701: 13400, 13402, 13403, - 6702: 13404, 13405, 13406, - 6703: 13404, 13406, 13407, - 6704: 13408, 13409, 13410, - 6705: 13408, 13410, 13411, - 6706: 13412, 13413, 13414, - 6707: 13412, 13414, 13415, - 6708: 13416, 13417, 13418, - 6709: 13416, 13418, 13419, - 6710: 13420, 13421, 13422, - 6711: 13420, 13422, 13423, - 6712: 13424, 13425, 13426, - 6713: 13424, 13426, 13427, - 6714: 13428, 13429, 13430, - 6715: 13428, 13430, 13431, - 6716: 13432, 13433, 13434, - 6717: 13432, 13434, 13435, - 6718: 13436, 13437, 13438, - 6719: 13436, 13438, 13439, - 6720: 13440, 13441, 13442, - 6721: 13440, 13442, 13443, - 6722: 13444, 13445, 13446, - 6723: 13444, 13446, 13447, - 6724: 13448, 13449, 13450, - 6725: 13448, 13450, 13451, - 6726: 13452, 13453, 13454, - 6727: 13452, 13454, 13455, - 6728: 13456, 13457, 13458, - 6729: 13456, 13458, 13459, - 6730: 13460, 13461, 13462, - 6731: 13460, 13462, 13463, - 6732: 13464, 13465, 13466, - 6733: 13464, 13466, 13467, - 6734: 13468, 13469, 13470, - 6735: 13468, 13470, 13471, - 6736: 13472, 13473, 13474, - 6737: 13472, 13474, 13475, - 6738: 13476, 13477, 13478, - 6739: 13476, 13478, 13479, - 6740: 13480, 13481, 13482, - 6741: 13480, 13482, 13483, - 6742: 13484, 13485, 13486, - 6743: 13484, 13486, 13487, - 6744: 13488, 13489, 13490, - 6745: 13488, 13490, 13491, - 6746: 13492, 13493, 13494, - 6747: 13492, 13494, 13495, - 6748: 13496, 13497, 13498, - 6749: 13496, 13498, 13499, - 6750: 13500, 13501, 13502, - 6751: 13500, 13502, 13503, - 6752: 13504, 13505, 13506, - 6753: 13504, 13506, 13507, - 6754: 13508, 13509, 13510, - 6755: 13508, 13510, 13511, - 6756: 13512, 13513, 13514, - 6757: 13512, 13514, 13515, - 6758: 13516, 13517, 13518, - 6759: 13516, 13518, 13519, - 6760: 13520, 13521, 13522, - 6761: 13520, 13522, 13523, - 6762: 13524, 13525, 13526, - 6763: 13524, 13526, 13527, - 6764: 13528, 13529, 13530, - 6765: 13528, 13530, 13531, - 6766: 13532, 13533, 13534, - 6767: 13532, 13534, 13535, - 6768: 13536, 13537, 13538, - 6769: 13536, 13538, 13539, - 6770: 13540, 13541, 13542, - 6771: 13540, 13542, 13543, - 6772: 13544, 13545, 13546, - 6773: 13544, 13546, 13547, - 6774: 13548, 13549, 13550, - 6775: 13548, 13550, 13551, - 6776: 13552, 13553, 13554, - 6777: 13552, 13554, 13555, - 6778: 13556, 13557, 13558, - 6779: 13556, 13558, 13559, - 6780: 13560, 13561, 13562, - 6781: 13560, 13562, 13563, - 6782: 13564, 13565, 13566, - 6783: 13564, 13566, 13567, - 6784: 13568, 13569, 13570, - 6785: 13568, 13570, 13571, - 6786: 13572, 13573, 13574, - 6787: 13572, 13574, 13575, - 6788: 13576, 13577, 13578, - 6789: 13576, 13578, 13579, - 6790: 13580, 13581, 13582, - 6791: 13580, 13582, 13583, - 6792: 13584, 13585, 13586, - 6793: 13584, 13586, 13587, - 6794: 13588, 13589, 13590, - 6795: 13588, 13590, 13591, - 6796: 13592, 13593, 13594, - 6797: 13592, 13594, 13595, - 6798: 13596, 13597, 13598, - 6799: 13596, 13598, 13599, - 6800: 13600, 13601, 13602, - 6801: 13600, 13602, 13603, - 6802: 13604, 13605, 13606, - 6803: 13604, 13606, 13607, - 6804: 13608, 13609, 13610, - 6805: 13608, 13610, 13611, - 6806: 13612, 13613, 13614, - 6807: 13612, 13614, 13615, - 6808: 13616, 13617, 13618, - 6809: 13616, 13618, 13619, - 6810: 13620, 13621, 13622, - 6811: 13620, 13622, 13623, - 6812: 13624, 13625, 13626, - 6813: 13624, 13626, 13627, - 6814: 13628, 13629, 13630, - 6815: 13628, 13630, 13631, - 6816: 13632, 13633, 13634, - 6817: 13632, 13634, 13635, - 6818: 13636, 13637, 13638, - 6819: 13636, 13638, 13639, - 6820: 13640, 13641, 13642, - 6821: 13640, 13642, 13643, - 6822: 13644, 13645, 13646, - 6823: 13644, 13646, 13647, - 6824: 13648, 13649, 13650, - 6825: 13648, 13650, 13651, - 6826: 13652, 13653, 13654, - 6827: 13652, 13654, 13655, - 6828: 13656, 13657, 13658, - 6829: 13656, 13658, 13659, - 6830: 13660, 13661, 13662, - 6831: 13660, 13662, 13663, - 6832: 13664, 13665, 13666, - 6833: 13664, 13666, 13667, - 6834: 13668, 13669, 13670, - 6835: 13668, 13670, 13671, - 6836: 13672, 13673, 13674, - 6837: 13672, 13674, 13675, - 6838: 13676, 13677, 13678, - 6839: 13676, 13678, 13679, - 6840: 13680, 13681, 13682, - 6841: 13680, 13682, 13683, - 6842: 13684, 13685, 13686, - 6843: 13684, 13686, 13687, - 6844: 13688, 13689, 13690, - 6845: 13688, 13690, 13691, - 6846: 13692, 13693, 13694, - 6847: 13692, 13694, 13695, - 6848: 13696, 13697, 13698, - 6849: 13696, 13698, 13699, - 6850: 13700, 13701, 13702, - 6851: 13700, 13702, 13703, - 6852: 13704, 13705, 13706, - 6853: 13704, 13706, 13707, - 6854: 13708, 13709, 13710, - 6855: 13708, 13710, 13711, - 6856: 13712, 13713, 13714, - 6857: 13712, 13714, 13715, - 6858: 13716, 13717, 13718, - 6859: 13716, 13718, 13719, - 6860: 13720, 13721, 13722, - 6861: 13720, 13722, 13723, - 6862: 13724, 13725, 13726, - 6863: 13724, 13726, 13727, - 6864: 13728, 13729, 13730, - 6865: 13728, 13730, 13731, - 6866: 13732, 13733, 13734, - 6867: 13732, 13734, 13735, - 6868: 13736, 13737, 13738, - 6869: 13736, 13738, 13739, - 6870: 13740, 13741, 13742, - 6871: 13740, 13742, 13743, - 6872: 13744, 13745, 13746, - 6873: 13744, 13746, 13747, - 6874: 13748, 13749, 13750, - 6875: 13748, 13750, 13751, - 6876: 13752, 13753, 13754, - 6877: 13752, 13754, 13755, - 6878: 13756, 13757, 13758, - 6879: 13756, 13758, 13759, - 6880: 13760, 13761, 13762, - 6881: 13760, 13762, 13763, - 6882: 13764, 13765, 13766, - 6883: 13764, 13766, 13767, - 6884: 13768, 13769, 13770, - 6885: 13768, 13770, 13771, - 6886: 13772, 13773, 13774, - 6887: 13772, 13774, 13775, - 6888: 13776, 13777, 13778, - 6889: 13776, 13778, 13779, - 6890: 13780, 13781, 13782, - 6891: 13780, 13782, 13783, - 6892: 13784, 13785, 13786, - 6893: 13784, 13786, 13787, - 6894: 13788, 13789, 13790, - 6895: 13788, 13790, 13791, - 6896: 13792, 13793, 13794, - 6897: 13792, 13794, 13795, - 6898: 13796, 13797, 13798, - 6899: 13796, 13798, 13799, - 6900: 13800, 13801, 13802, - 6901: 13800, 13802, 13803, - 6902: 13804, 13805, 13806, - 6903: 13804, 13806, 13807, - 6904: 13808, 13809, 13810, - 6905: 13808, 13810, 13811, - 6906: 13812, 13813, 13814, - 6907: 13812, 13814, 13815, - 6908: 13816, 13817, 13818, - 6909: 13816, 13818, 13819, - 6910: 13820, 13821, 13822, - 6911: 13820, 13822, 13823, - 6912: 13824, 13825, 13826, - 6913: 13824, 13826, 13827, - 6914: 13828, 13829, 13830, - 6915: 13828, 13830, 13831, - 6916: 13832, 13833, 13834, - 6917: 13832, 13834, 13835, - 6918: 13836, 13837, 13838, - 6919: 13836, 13838, 13839, - 6920: 13840, 13841, 13842, - 6921: 13840, 13842, 13843, - 6922: 13844, 13845, 13846, - 6923: 13844, 13846, 13847, - 6924: 13848, 13849, 13850, - 6925: 13848, 13850, 13851, - 6926: 13852, 13853, 13854, - 6927: 13852, 13854, 13855, - 6928: 13856, 13857, 13858, - 6929: 13856, 13858, 13859, - 6930: 13860, 13861, 13862, - 6931: 13860, 13862, 13863, - 6932: 13864, 13865, 13866, - 6933: 13864, 13866, 13867, - 6934: 13868, 13869, 13870, - 6935: 13868, 13870, 13871, - 6936: 13872, 13873, 13874, - 6937: 13872, 13874, 13875, - 6938: 13876, 13877, 13878, - 6939: 13876, 13878, 13879, - 6940: 13880, 13881, 13882, - 6941: 13880, 13882, 13883, - 6942: 13884, 13885, 13886, - 6943: 13884, 13886, 13887, - 6944: 13888, 13889, 13890, - 6945: 13888, 13890, 13891, - 6946: 13892, 13893, 13894, - 6947: 13892, 13894, 13895, - 6948: 13896, 13897, 13898, - 6949: 13896, 13898, 13899, - 6950: 13900, 13901, 13902, - 6951: 13900, 13902, 13903, - 6952: 13904, 13905, 13906, - 6953: 13904, 13906, 13907, - 6954: 13908, 13909, 13910, - 6955: 13908, 13910, 13911, - 6956: 13912, 13913, 13914, - 6957: 13912, 13914, 13915, - 6958: 13916, 13917, 13918, - 6959: 13916, 13918, 13919, - 6960: 13920, 13921, 13922, - 6961: 13920, 13922, 13923, - 6962: 13924, 13925, 13926, - 6963: 13924, 13926, 13927, - 6964: 13928, 13929, 13930, - 6965: 13928, 13930, 13931, - 6966: 13932, 13933, 13934, - 6967: 13932, 13934, 13935, - 6968: 13936, 13937, 13938, - 6969: 13936, 13938, 13939, - 6970: 13940, 13941, 13942, - 6971: 13940, 13942, 13943, - 6972: 13944, 13945, 13946, - 6973: 13944, 13946, 13947, - 6974: 13948, 13949, 13950, - 6975: 13948, 13950, 13951, - 6976: 13952, 13953, 13954, - 6977: 13952, 13954, 13955, - 6978: 13956, 13957, 13958, - 6979: 13956, 13958, 13959, - 6980: 13960, 13961, 13962, - 6981: 13960, 13962, 13963, - 6982: 13964, 13965, 13966, - 6983: 13964, 13966, 13967, - 6984: 13968, 13969, 13970, - 6985: 13968, 13970, 13971, - 6986: 13972, 13973, 13974, - 6987: 13972, 13974, 13975, - 6988: 13976, 13977, 13978, - 6989: 13976, 13978, 13979, - 6990: 13980, 13981, 13982, - 6991: 13980, 13982, 13983, - 6992: 13984, 13985, 13986, - 6993: 13984, 13986, 13987, - 6994: 13988, 13989, 13990, - 6995: 13988, 13990, 13991, - 6996: 13992, 13993, 13994, - 6997: 13992, 13994, 13995, - 6998: 13996, 13997, 13998, - 6999: 13996, 13998, 13999, - 7000: 14000, 14001, 14002, - 7001: 14000, 14002, 14003, - 7002: 14004, 14005, 14006, - 7003: 14004, 14006, 14007, - 7004: 14008, 14009, 14010, - 7005: 14008, 14010, 14011, - 7006: 14012, 14013, 14014, - 7007: 14012, 14014, 14015, - 7008: 14016, 14017, 14018, - 7009: 14016, 14018, 14019, - 7010: 14020, 14021, 14022, - 7011: 14020, 14022, 14023, - 7012: 14024, 14025, 14026, - 7013: 14024, 14026, 14027, - 7014: 14028, 14029, 14030, - 7015: 14028, 14030, 14031, - 7016: 14032, 14033, 14034, - 7017: 14032, 14034, 14035, - 7018: 14036, 14037, 14038, - 7019: 14036, 14038, 14039, - 7020: 14040, 14041, 14042, - 7021: 14040, 14042, 14043, - 7022: 14044, 14045, 14046, - 7023: 14044, 14046, 14047, - 7024: 14048, 14049, 14050, - 7025: 14048, 14050, 14051, - 7026: 14052, 14053, 14054, - 7027: 14052, 14054, 14055, - 7028: 14056, 14057, 14058, - 7029: 14056, 14058, 14059, - 7030: 14060, 14061, 14062, - 7031: 14060, 14062, 14063, - 7032: 14064, 14065, 14066, - 7033: 14064, 14066, 14067, - 7034: 14068, 14069, 14070, - 7035: 14068, 14070, 14071, - 7036: 14072, 14073, 14074, - 7037: 14072, 14074, 14075, - 7038: 14076, 14077, 14078, - 7039: 14076, 14078, 14079, - 7040: 14080, 14081, 14082, - 7041: 14080, 14082, 14083, - 7042: 14084, 14085, 14086, - 7043: 14084, 14086, 14087, - 7044: 14088, 14089, 14090, - 7045: 14088, 14090, 14091, - 7046: 14092, 14093, 14094, - 7047: 14092, 14094, 14095, - 7048: 14096, 14097, 14098, - 7049: 14096, 14098, 14099, - 7050: 14100, 14101, 14102, - 7051: 14100, 14102, 14103, - 7052: 14104, 14105, 14106, - 7053: 14104, 14106, 14107, - 7054: 14108, 14109, 14110, - 7055: 14108, 14110, 14111, - 7056: 14112, 14113, 14114, - 7057: 14112, 14114, 14115, - 7058: 14116, 14117, 14118, - 7059: 14116, 14118, 14119, - 7060: 14120, 14121, 14122, - 7061: 14120, 14122, 14123, - 7062: 14124, 14125, 14126, - 7063: 14124, 14126, 14127, - 7064: 14128, 14129, 14130, - 7065: 14128, 14130, 14131, - 7066: 14132, 14133, 14134, - 7067: 14132, 14134, 14135, - 7068: 14136, 14137, 14138, - 7069: 14136, 14138, 14139, - 7070: 14140, 14141, 14142, - 7071: 14140, 14142, 14143, - 7072: 14144, 14145, 14146, - 7073: 14144, 14146, 14147, - 7074: 14148, 14149, 14150, - 7075: 14148, 14150, 14151, - 7076: 14152, 14153, 14154, - 7077: 14152, 14154, 14155, - 7078: 14156, 14157, 14158, - 7079: 14156, 14158, 14159, - 7080: 14160, 14161, 14162, - 7081: 14160, 14162, 14163, - 7082: 14164, 14165, 14166, - 7083: 14164, 14166, 14167, - 7084: 14168, 14169, 14170, - 7085: 14168, 14170, 14171, - 7086: 14172, 14173, 14174, - 7087: 14172, 14174, 14175, - 7088: 14176, 14177, 14178, - 7089: 14176, 14178, 14179, - 7090: 14180, 14181, 14182, - 7091: 14180, 14182, 14183, - 7092: 14184, 14185, 14186, - 7093: 14184, 14186, 14187, - 7094: 14188, 14189, 14190, - 7095: 14188, 14190, 14191, - 7096: 14192, 14193, 14194, - 7097: 14192, 14194, 14195, - 7098: 14196, 14197, 14198, - 7099: 14196, 14198, 14199, - 7100: 14200, 14201, 14202, - 7101: 14200, 14202, 14203, - 7102: 14204, 14205, 14206, - 7103: 14204, 14206, 14207, - 7104: 14208, 14209, 14210, - 7105: 14208, 14210, 14211, - 7106: 14212, 14213, 14214, - 7107: 14212, 14214, 14215, - 7108: 14216, 14217, 14218, - 7109: 14216, 14218, 14219, - 7110: 14220, 14221, 14222, - 7111: 14220, 14222, 14223, - 7112: 14224, 14225, 14226, - 7113: 14224, 14226, 14227, - 7114: 14228, 14229, 14230, - 7115: 14228, 14230, 14231, - 7116: 14232, 14233, 14234, - 7117: 14232, 14234, 14235, - 7118: 14236, 14237, 14238, - 7119: 14236, 14238, 14239, - 7120: 14240, 14241, 14242, - 7121: 14240, 14242, 14243, - 7122: 14244, 14245, 14246, - 7123: 14244, 14246, 14247, - 7124: 14248, 14249, 14250, - 7125: 14248, 14250, 14251, - 7126: 14252, 14253, 14254, - 7127: 14252, 14254, 14255, - 7128: 14256, 14257, 14258, - 7129: 14256, 14258, 14259, - 7130: 14260, 14261, 14262, - 7131: 14260, 14262, 14263, - 7132: 14264, 14265, 14266, - 7133: 14264, 14266, 14267, - 7134: 14268, 14269, 14270, - 7135: 14268, 14270, 14271, - 7136: 14272, 14273, 14274, - 7137: 14272, 14274, 14275, - 7138: 14276, 14277, 14278, - 7139: 14276, 14278, 14279, - 7140: 14280, 14281, 14282, - 7141: 14280, 14282, 14283, - 7142: 14284, 14285, 14286, - 7143: 14284, 14286, 14287, - 7144: 14288, 14289, 14290, - 7145: 14288, 14290, 14291, - 7146: 14292, 14293, 14294, - 7147: 14292, 14294, 14295, - 7148: 14296, 14297, 14298, - 7149: 14296, 14298, 14299, - 7150: 14300, 14301, 14302, - 7151: 14300, 14302, 14303, - 7152: 14304, 14305, 14306, - 7153: 14304, 14306, 14307, - 7154: 14308, 14309, 14310, - 7155: 14308, 14310, 14311, - 7156: 14312, 14313, 14314, - 7157: 14312, 14314, 14315, - 7158: 14316, 14317, 14318, - 7159: 14316, 14318, 14319, - 7160: 14320, 14321, 14322, - 7161: 14320, 14322, 14323, - 7162: 14324, 14325, 14326, - 7163: 14324, 14326, 14327, - 7164: 14328, 14329, 14330, - 7165: 14328, 14330, 14331, - 7166: 14332, 14333, 14334, - 7167: 14332, 14334, 14335, - 7168: 14336, 14337, 14338, - 7169: 14336, 14338, 14339, - 7170: 14340, 14341, 14342, - 7171: 14340, 14342, 14343, - 7172: 14344, 14345, 14346, - 7173: 14344, 14346, 14347, - 7174: 14348, 14349, 14350, - 7175: 14348, 14350, 14351, - 7176: 14352, 14353, 14354, - 7177: 14352, 14354, 14355, - 7178: 14356, 14357, 14358, - 7179: 14356, 14358, 14359, - 7180: 14360, 14361, 14362, - 7181: 14360, 14362, 14363, - 7182: 14364, 14365, 14366, - 7183: 14364, 14366, 14367, - 7184: 14368, 14369, 14370, - 7185: 14368, 14370, 14371, - 7186: 14372, 14373, 14374, - 7187: 14372, 14374, 14375, - 7188: 14376, 14377, 14378, - 7189: 14376, 14378, 14379, - 7190: 14380, 14381, 14382, - 7191: 14380, 14382, 14383, - 7192: 14384, 14385, 14386, - 7193: 14384, 14386, 14387, - 7194: 14388, 14389, 14390, - 7195: 14388, 14390, 14391, - 7196: 14392, 14393, 14394, - 7197: 14392, 14394, 14395, - 7198: 14396, 14397, 14398, - 7199: 14396, 14398, 14399, - 7200: 14400, 14401, 14402, - 7201: 14400, 14402, 14403, - 7202: 14404, 14405, 14406, - 7203: 14404, 14406, 14407, - 7204: 14408, 14409, 14410, - 7205: 14408, 14410, 14411, - 7206: 14412, 14413, 14414, - 7207: 14412, 14414, 14415, - 7208: 14416, 14417, 14418, - 7209: 14416, 14418, 14419, - 7210: 14420, 14421, 14422, - 7211: 14420, 14422, 14423, - 7212: 14424, 14425, 14426, - 7213: 14424, 14426, 14427, - 7214: 14428, 14429, 14430, - 7215: 14428, 14430, 14431, - 7216: 14432, 14433, 14434, - 7217: 14432, 14434, 14435, - 7218: 14436, 14437, 14438, - 7219: 14436, 14438, 14439, - 7220: 14440, 14441, 14442, - 7221: 14440, 14442, 14443, - 7222: 14444, 14445, 14446, - 7223: 14444, 14446, 14447, - 7224: 14448, 14449, 14450, - 7225: 14448, 14450, 14451, - 7226: 14452, 14453, 14454, - 7227: 14452, 14454, 14455, - 7228: 14456, 14457, 14458, - 7229: 14456, 14458, 14459, - 7230: 14460, 14461, 14462, - 7231: 14460, 14462, 14463, - 7232: 14464, 14465, 14466, - 7233: 14464, 14466, 14467, - 7234: 14468, 14469, 14470, - 7235: 14468, 14470, 14471, - 7236: 14472, 14473, 14474, - 7237: 14472, 14474, 14475, - 7238: 14476, 14477, 14478, - 7239: 14476, 14478, 14479, - 7240: 14480, 14481, 14482, - 7241: 14480, 14482, 14483, - 7242: 14484, 14485, 14486, - 7243: 14484, 14486, 14487, - 7244: 14488, 14489, 14490, - 7245: 14488, 14490, 14491, - 7246: 14492, 14493, 14494, - 7247: 14492, 14494, 14495, - 7248: 14496, 14497, 14498, - 7249: 14496, 14498, 14499, - 7250: 14500, 14501, 14502, - 7251: 14500, 14502, 14503, - 7252: 14504, 14505, 14506, - 7253: 14504, 14506, 14507, - 7254: 14508, 14509, 14510, - 7255: 14508, 14510, 14511, - 7256: 14512, 14513, 14514, - 7257: 14512, 14514, 14515, - 7258: 14516, 14517, 14518, - 7259: 14516, 14518, 14519, - 7260: 14520, 14521, 14522, - 7261: 14520, 14522, 14523, - 7262: 14524, 14525, 14526, - 7263: 14524, 14526, 14527, - 7264: 14528, 14529, 14530, - 7265: 14528, 14530, 14531, - 7266: 14532, 14533, 14534, - 7267: 14532, 14534, 14535, - 7268: 14536, 14537, 14538, - 7269: 14536, 14538, 14539, - 7270: 14540, 14541, 14542, - 7271: 14540, 14542, 14543, - 7272: 14544, 14545, 14546, - 7273: 14544, 14546, 14547, - 7274: 14548, 14549, 14550, - 7275: 14548, 14550, 14551, - 7276: 14552, 14553, 14554, - 7277: 14552, 14554, 14555, - 7278: 14556, 14557, 14558, - 7279: 14556, 14558, 14559, - 7280: 14560, 14561, 14562, - 7281: 14560, 14562, 14563, - 7282: 14564, 14565, 14566, - 7283: 14564, 14566, 14567, - 7284: 14568, 14569, 14570, - 7285: 14568, 14570, 14571, - 7286: 14572, 14573, 14574, - 7287: 14572, 14574, 14575, - 7288: 14576, 14577, 14578, - 7289: 14576, 14578, 14579, - 7290: 14580, 14581, 14582, - 7291: 14580, 14582, 14583, - 7292: 14584, 14585, 14586, - 7293: 14584, 14586, 14587, - 7294: 14588, 14589, 14590, - 7295: 14588, 14590, 14591, - 7296: 14592, 14593, 14594, - 7297: 14592, 14594, 14595, - 7298: 14596, 14597, 14598, - 7299: 14596, 14598, 14599, - 7300: 14600, 14601, 14602, - 7301: 14600, 14602, 14603, - 7302: 14604, 14605, 14606, - 7303: 14604, 14606, 14607, - 7304: 14608, 14609, 14610, - 7305: 14608, 14610, 14611, - 7306: 14612, 14613, 14614, - 7307: 14612, 14614, 14615, - 7308: 14616, 14617, 14618, - 7309: 14616, 14618, 14619, - 7310: 14620, 14621, 14622, - 7311: 14620, 14622, 14623, - 7312: 14624, 14625, 14626, - 7313: 14624, 14626, 14627, - 7314: 14628, 14629, 14630, - 7315: 14628, 14630, 14631, - 7316: 14632, 14633, 14634, - 7317: 14632, 14634, 14635, - 7318: 14636, 14637, 14638, - 7319: 14636, 14638, 14639, - 7320: 14640, 14641, 14642, - 7321: 14640, 14642, 14643, - 7322: 14644, 14645, 14646, - 7323: 14644, 14646, 14647, - 7324: 14648, 14649, 14650, - 7325: 14648, 14650, 14651, - 7326: 14652, 14653, 14654, - 7327: 14652, 14654, 14655, - 7328: 14656, 14657, 14658, - 7329: 14656, 14658, 14659, - 7330: 14660, 14661, 14662, - 7331: 14660, 14662, 14663, - 7332: 14664, 14665, 14666, - 7333: 14664, 14666, 14667, - 7334: 14668, 14669, 14670, - 7335: 14668, 14670, 14671, - 7336: 14672, 14673, 14674, - 7337: 14672, 14674, 14675, - 7338: 14676, 14677, 14678, - 7339: 14676, 14678, 14679, - 7340: 14680, 14681, 14682, - 7341: 14680, 14682, 14683, - 7342: 14684, 14685, 14686, - 7343: 14684, 14686, 14687, - 7344: 14688, 14689, 14690, - 7345: 14688, 14690, 14691, - 7346: 14692, 14693, 14694, - 7347: 14692, 14694, 14695, - 7348: 14696, 14697, 14698, - 7349: 14696, 14698, 14699, - 7350: 14700, 14701, 14702, - 7351: 14700, 14702, 14703, - 7352: 14704, 14705, 14706, - 7353: 14704, 14706, 14707, - 7354: 14708, 14709, 14710, - 7355: 14708, 14710, 14711, - 7356: 14712, 14713, 14714, - 7357: 14712, 14714, 14715, - 7358: 14716, 14717, 14718, - 7359: 14716, 14718, 14719, - 7360: 14720, 14721, 14722, - 7361: 14720, 14722, 14723, - 7362: 14724, 14725, 14726, - 7363: 14724, 14726, 14727, - 7364: 14728, 14729, 14730, - 7365: 14728, 14730, 14731, - 7366: 14732, 14733, 14734, - 7367: 14732, 14734, 14735, - 7368: 14736, 14737, 14738, - 7369: 14736, 14738, 14739, - 7370: 14740, 14741, 14742, - 7371: 14740, 14742, 14743, - 7372: 14744, 14745, 14746, - 7373: 14744, 14746, 14747, - 7374: 14748, 14749, 14750, - 7375: 14748, 14750, 14751, - 7376: 14752, 14753, 14754, - 7377: 14752, 14754, 14755, - 7378: 14756, 14757, 14758, - 7379: 14756, 14758, 14759, - 7380: 14760, 14761, 14762, - 7381: 14760, 14762, 14763, - 7382: 14764, 14765, 14766, - 7383: 14764, 14766, 14767, - 7384: 14768, 14769, 14770, - 7385: 14768, 14770, 14771, - 7386: 14772, 14773, 14774, - 7387: 14772, 14774, 14775, - 7388: 14776, 14777, 14778, - 7389: 14776, 14778, 14779, - 7390: 14780, 14781, 14782, - 7391: 14780, 14782, 14783, - 7392: 14784, 14785, 14786, - 7393: 14784, 14786, 14787, - 7394: 14788, 14789, 14790, - 7395: 14788, 14790, 14791, - 7396: 14792, 14793, 14794, - 7397: 14792, 14794, 14795, - 7398: 14796, 14797, 14798, - 7399: 14796, 14798, 14799, - 7400: 14800, 14801, 14802, - 7401: 14800, 14802, 14803, - 7402: 14804, 14805, 14806, - 7403: 14804, 14806, 14807, - 7404: 14808, 14809, 14810, - 7405: 14808, 14810, 14811, - 7406: 14812, 14813, 14814, - 7407: 14812, 14814, 14815, - 7408: 14816, 14817, 14818, - 7409: 14816, 14818, 14819, - 7410: 14820, 14821, 14822, - 7411: 14820, 14822, 14823, - 7412: 14824, 14825, 14826, - 7413: 14824, 14826, 14827, - 7414: 14828, 14829, 14830, - 7415: 14828, 14830, 14831, - 7416: 14832, 14833, 14834, - 7417: 14832, 14834, 14835, - 7418: 14836, 14837, 14838, - 7419: 14836, 14838, 14839, - 7420: 14840, 14841, 14842, - 7421: 14840, 14842, 14843, - 7422: 14844, 14845, 14846, - 7423: 14844, 14846, 14847, - 7424: 14848, 14849, 14850, - 7425: 14848, 14850, 14851, - 7426: 14852, 14853, 14854, - 7427: 14852, 14854, 14855, - 7428: 14856, 14857, 14858, - 7429: 14856, 14858, 14859, - 7430: 14860, 14861, 14862, - 7431: 14860, 14862, 14863, - 7432: 14864, 14865, 14866, - 7433: 14864, 14866, 14867, - 7434: 14868, 14869, 14870, - 7435: 14868, 14870, 14871, - 7436: 14872, 14873, 14874, - 7437: 14872, 14874, 14875, - 7438: 14876, 14877, 14878, - 7439: 14876, 14878, 14879, - 7440: 14880, 14881, 14882, - 7441: 14880, 14882, 14883, - 7442: 14884, 14885, 14886, - 7443: 14884, 14886, 14887, - 7444: 14888, 14889, 14890, - 7445: 14888, 14890, 14891, - 7446: 14892, 14893, 14894, - 7447: 14892, 14894, 14895, - 7448: 14896, 14897, 14898, - 7449: 14896, 14898, 14899, - 7450: 14900, 14901, 14902, - 7451: 14900, 14902, 14903, - 7452: 14904, 14905, 14906, - 7453: 14904, 14906, 14907, - 7454: 14908, 14909, 14910, - 7455: 14908, 14910, 14911, - 7456: 14912, 14913, 14914, - 7457: 14912, 14914, 14915, - 7458: 14916, 14917, 14918, - 7459: 14916, 14918, 14919, - 7460: 14920, 14921, 14922, - 7461: 14920, 14922, 14923, - 7462: 14924, 14925, 14926, - 7463: 14924, 14926, 14927, - 7464: 14928, 14929, 14930, - 7465: 14928, 14930, 14931, - 7466: 14932, 14933, 14934, - 7467: 14932, 14934, 14935, - 7468: 14936, 14937, 14938, - 7469: 14936, 14938, 14939, - 7470: 14940, 14941, 14942, - 7471: 14940, 14942, 14943, - 7472: 14944, 14945, 14946, - 7473: 14944, 14946, 14947, - 7474: 14948, 14949, 14950, - 7475: 14948, 14950, 14951, - 7476: 14952, 14953, 14954, - 7477: 14952, 14954, 14955, - 7478: 14956, 14957, 14958, - 7479: 14956, 14958, 14959, - 7480: 14960, 14961, 14962, - 7481: 14960, 14962, 14963, - 7482: 14964, 14965, 14966, - 7483: 14964, 14966, 14967, - 7484: 14968, 14969, 14970, - 7485: 14968, 14970, 14971, - 7486: 14972, 14973, 14974, - 7487: 14972, 14974, 14975, - 7488: 14976, 14977, 14978, - 7489: 14976, 14978, 14979, - 7490: 14980, 14981, 14982, - 7491: 14980, 14982, 14983, - 7492: 14984, 14985, 14986, - 7493: 14984, 14986, 14987, - 7494: 14988, 14989, 14990, - 7495: 14988, 14990, 14991, - 7496: 14992, 14993, 14994, - 7497: 14992, 14994, 14995, - 7498: 14996, 14997, 14998, - 7499: 14996, 14998, 14999, - 7500: 15000, 15001, 15002, - 7501: 15000, 15002, 15003, - 7502: 15004, 15005, 15006, - 7503: 15004, 15006, 15007, - 7504: 15008, 15009, 15010, - 7505: 15008, 15010, 15011, - 7506: 15012, 15013, 15014, - 7507: 15012, 15014, 15015, - 7508: 15016, 15017, 15018, - 7509: 15016, 15018, 15019, - 7510: 15020, 15021, 15022, - 7511: 15020, 15022, 15023, - 7512: 15024, 15025, 15026, - 7513: 15024, 15026, 15027, - 7514: 15028, 15029, 15030, - 7515: 15028, 15030, 15031, - 7516: 15032, 15033, 15034, - 7517: 15032, 15034, 15035, - 7518: 15036, 15037, 15038, - 7519: 15036, 15038, 15039, - 7520: 15040, 15041, 15042, - 7521: 15040, 15042, 15043, - 7522: 15044, 15045, 15046, - 7523: 15044, 15046, 15047, - 7524: 15048, 15049, 15050, - 7525: 15048, 15050, 15051, - 7526: 15052, 15053, 15054, - 7527: 15052, 15054, 15055, - 7528: 15056, 15057, 15058, - 7529: 15056, 15058, 15059, - 7530: 15060, 15061, 15062, - 7531: 15060, 15062, 15063, - 7532: 15064, 15065, 15066, - 7533: 15064, 15066, 15067, - 7534: 15068, 15069, 15070, - 7535: 15068, 15070, 15071, - 7536: 15072, 15073, 15074, - 7537: 15072, 15074, 15075, - 7538: 15076, 15077, 15078, - 7539: 15076, 15078, 15079, - 7540: 15080, 15081, 15082, - 7541: 15080, 15082, 15083, - 7542: 15084, 15085, 15086, - 7543: 15084, 15086, 15087, - 7544: 15088, 15089, 15090, - 7545: 15088, 15090, 15091, - 7546: 15092, 15093, 15094, - 7547: 15092, 15094, 15095, - 7548: 15096, 15097, 15098, - 7549: 15096, 15098, 15099, - 7550: 15100, 15101, 15102, - 7551: 15100, 15102, 15103, - 7552: 15104, 15105, 15106, - 7553: 15104, 15106, 15107, - 7554: 15108, 15109, 15110, - 7555: 15108, 15110, 15111, - 7556: 15112, 15113, 15114, - 7557: 15112, 15114, 15115, - 7558: 15116, 15117, 15118, - 7559: 15116, 15118, 15119, - 7560: 15120, 15121, 15122, - 7561: 15120, 15122, 15123, - 7562: 15124, 15125, 15126, - 7563: 15124, 15126, 15127, - 7564: 15128, 15129, 15130, - 7565: 15128, 15130, 15131, - 7566: 15132, 15133, 15134, - 7567: 15132, 15134, 15135, - 7568: 15136, 15137, 15138, - 7569: 15136, 15138, 15139, - 7570: 15140, 15141, 15142, - 7571: 15140, 15142, 15143, - 7572: 15144, 15145, 15146, - 7573: 15144, 15146, 15147, - 7574: 15148, 15149, 15150, - 7575: 15148, 15150, 15151, - 7576: 15152, 15153, 15154, - 7577: 15152, 15154, 15155, - 7578: 15156, 15157, 15158, - 7579: 15156, 15158, 15159, - 7580: 15160, 15161, 15162, - 7581: 15160, 15162, 15163, - 7582: 15164, 15165, 15166, - 7583: 15164, 15166, 15167, - 7584: 15168, 15169, 15170, - 7585: 15168, 15170, 15171, - 7586: 15172, 15173, 15174, - 7587: 15172, 15174, 15175, - 7588: 15176, 15177, 15178, - 7589: 15176, 15178, 15179, - 7590: 15180, 15181, 15182, - 7591: 15180, 15182, 15183, - 7592: 15184, 15185, 15186, - 7593: 15184, 15186, 15187, - 7594: 15188, 15189, 15190, - 7595: 15188, 15190, 15191, - 7596: 15192, 15193, 15194, - 7597: 15192, 15194, 15195, - 7598: 15196, 15197, 15198, - 7599: 15196, 15198, 15199, - 7600: 15200, 15201, 15202, - 7601: 15200, 15202, 15203, - 7602: 15204, 15205, 15206, - 7603: 15204, 15206, 15207, - 7604: 15208, 15209, 15210, - 7605: 15208, 15210, 15211, - 7606: 15212, 15213, 15214, - 7607: 15212, 15214, 15215, - 7608: 15216, 15217, 15218, - 7609: 15216, 15218, 15219, - 7610: 15220, 15221, 15222, - 7611: 15220, 15222, 15223, - 7612: 15224, 15225, 15226, - 7613: 15224, 15226, 15227, - 7614: 15228, 15229, 15230, - 7615: 15228, 15230, 15231, - 7616: 15232, 15233, 15234, - 7617: 15232, 15234, 15235, - 7618: 15236, 15237, 15238, - 7619: 15236, 15238, 15239, - 7620: 15240, 15241, 15242, - 7621: 15240, 15242, 15243, - 7622: 15244, 15245, 15246, - 7623: 15244, 15246, 15247, - 7624: 15248, 15249, 15250, - 7625: 15248, 15250, 15251, - 7626: 15252, 15253, 15254, - 7627: 15252, 15254, 15255, - 7628: 15256, 15257, 15258, - 7629: 15256, 15258, 15259, - 7630: 15260, 15261, 15262, - 7631: 15260, 15262, 15263, - 7632: 15264, 15265, 15266, - 7633: 15264, 15266, 15267, - 7634: 15268, 15269, 15270, - 7635: 15268, 15270, 15271, - 7636: 15272, 15273, 15274, - 7637: 15272, 15274, 15275, - 7638: 15276, 15277, 15278, - 7639: 15276, 15278, 15279, - 7640: 15280, 15281, 15282, - 7641: 15280, 15282, 15283, - 7642: 15284, 15285, 15286, - 7643: 15284, 15286, 15287, - 7644: 15288, 15289, 15290, - 7645: 15288, 15290, 15291, - 7646: 15292, 15293, 15294, - 7647: 15292, 15294, 15295, - 7648: 15296, 15297, 15298, - 7649: 15296, 15298, 15299, - 7650: 15300, 15301, 15302, - 7651: 15300, 15302, 15303, - 7652: 15304, 15305, 15306, - 7653: 15304, 15306, 15307, - 7654: 15308, 15309, 15310, - 7655: 15308, 15310, 15311, - 7656: 15312, 15313, 15314, - 7657: 15312, 15314, 15315, - 7658: 15316, 15317, 15318, - 7659: 15316, 15318, 15319, - 7660: 15320, 15321, 15322, - 7661: 15320, 15322, 15323, - 7662: 15324, 15325, 15326, - 7663: 15324, 15326, 15327, - 7664: 15328, 15329, 15330, - 7665: 15328, 15330, 15331, - 7666: 15332, 15333, 15334, - 7667: 15332, 15334, 15335, - 7668: 15336, 15337, 15338, - 7669: 15336, 15338, 15339, - 7670: 15340, 15341, 15342, - 7671: 15340, 15342, 15343, - 7672: 15344, 15345, 15346, - 7673: 15344, 15346, 15347, - 7674: 15348, 15349, 15350, - 7675: 15348, 15350, 15351, - 7676: 15352, 15353, 15354, - 7677: 15352, 15354, 15355, - 7678: 15356, 15357, 15358, - 7679: 15356, 15358, 15359, - 7680: 15360, 15361, 15362, - 7681: 15360, 15362, 15363, - 7682: 15364, 15365, 15366, - 7683: 15364, 15366, 15367, - 7684: 15368, 15369, 15370, - 7685: 15368, 15370, 15371, - 7686: 15372, 15373, 15374, - 7687: 15372, 15374, 15375, - 7688: 15376, 15377, 15378, - 7689: 15376, 15378, 15379, - 7690: 15380, 15381, 15382, - 7691: 15380, 15382, 15383, - 7692: 15384, 15385, 15386, - 7693: 15384, 15386, 15387, - 7694: 15388, 15389, 15390, - 7695: 15388, 15390, 15391, - 7696: 15392, 15393, 15394, - 7697: 15392, 15394, 15395, - 7698: 15396, 15397, 15398, - 7699: 15396, 15398, 15399, - 7700: 15400, 15401, 15402, - 7701: 15400, 15402, 15403, - 7702: 15404, 15405, 15406, - 7703: 15404, 15406, 15407, - 7704: 15408, 15409, 15410, - 7705: 15408, 15410, 15411, - 7706: 15412, 15413, 15414, - 7707: 15412, 15414, 15415, - 7708: 15416, 15417, 15418, - 7709: 15416, 15418, 15419, - 7710: 15420, 15421, 15422, - 7711: 15420, 15422, 15423, - 7712: 15424, 15425, 15426, - 7713: 15424, 15426, 15427, - 7714: 15428, 15429, 15430, - 7715: 15428, 15430, 15431, - 7716: 15432, 15433, 15434, - 7717: 15432, 15434, 15435, - 7718: 15436, 15437, 15438, - 7719: 15436, 15438, 15439, - 7720: 15440, 15441, 15442, - 7721: 15440, 15442, 15443, - 7722: 15444, 15445, 15446, - 7723: 15444, 15446, 15447, - 7724: 15448, 15449, 15450, - 7725: 15448, 15450, 15451, - 7726: 15452, 15453, 15454, - 7727: 15452, 15454, 15455, - 7728: 15456, 15457, 15458, - 7729: 15456, 15458, 15459, - 7730: 15460, 15461, 15462, - 7731: 15460, 15462, 15463, - 7732: 15464, 15465, 15466, - 7733: 15464, 15466, 15467, - 7734: 15468, 15469, 15470, - 7735: 15468, 15470, 15471, - 7736: 15472, 15473, 15474, - 7737: 15472, 15474, 15475, - 7738: 15476, 15477, 15478, - 7739: 15476, 15478, 15479, - 7740: 15480, 15481, 15482, - 7741: 15480, 15482, 15483, - 7742: 15484, 15485, 15486, - 7743: 15484, 15486, 15487, - 7744: 15488, 15489, 15490, - 7745: 15488, 15490, 15491, - 7746: 15492, 15493, 15494, - 7747: 15492, 15494, 15495, - 7748: 15496, 15497, 15498, - 7749: 15496, 15498, 15499, - 7750: 15500, 15501, 15502, - 7751: 15500, 15502, 15503, - 7752: 15504, 15505, 15506, - 7753: 15504, 15506, 15507, - 7754: 15508, 15509, 15510, - 7755: 15508, 15510, 15511, - 7756: 15512, 15513, 15514, - 7757: 15512, 15514, 15515, - 7758: 15516, 15517, 15518, - 7759: 15516, 15518, 15519, - 7760: 15520, 15521, 15522, - 7761: 15520, 15522, 15523, - 7762: 15524, 15525, 15526, - 7763: 15524, 15526, 15527, - 7764: 15528, 15529, 15530, - 7765: 15528, 15530, 15531, - 7766: 15532, 15533, 15534, - 7767: 15532, 15534, 15535, - 7768: 15536, 15537, 15538, - 7769: 15536, 15538, 15539, - 7770: 15540, 15541, 15542, - 7771: 15540, 15542, 15543, - 7772: 15544, 15545, 15546, - 7773: 15544, 15546, 15547, - 7774: 15548, 15549, 15550, - 7775: 15548, 15550, 15551, - 7776: 15552, 15553, 15554, - 7777: 15552, 15554, 15555, - 7778: 15556, 15557, 15558, - 7779: 15556, 15558, 15559, - 7780: 15560, 15561, 15562, - 7781: 15560, 15562, 15563, - 7782: 15564, 15565, 15566, - 7783: 15564, 15566, 15567, - 7784: 15568, 15569, 15570, - 7785: 15568, 15570, 15571, - 7786: 15572, 15573, 15574, - 7787: 15572, 15574, 15575, - 7788: 15576, 15577, 15578, - 7789: 15576, 15578, 15579, - 7790: 15580, 15581, 15582, - 7791: 15580, 15582, 15583, - 7792: 15584, 15585, 15586, - 7793: 15584, 15586, 15587, - 7794: 15588, 15589, 15590, - 7795: 15588, 15590, 15591, - 7796: 15592, 15593, 15594, - 7797: 15592, 15594, 15595, - 7798: 15596, 15597, 15598, - 7799: 15596, 15598, 15599, - 7800: 15600, 15601, 15602, - 7801: 15600, 15602, 15603, - 7802: 15604, 15605, 15606, - 7803: 15604, 15606, 15607, - 7804: 15608, 15609, 15610, - 7805: 15608, 15610, 15611, - 7806: 15612, 15613, 15614, - 7807: 15612, 15614, 15615, - 7808: 15616, 15617, 15618, - 7809: 15616, 15618, 15619, - 7810: 15620, 15621, 15622, - 7811: 15620, 15622, 15623, - 7812: 15624, 15625, 15626, - 7813: 15624, 15626, 15627, - 7814: 15628, 15629, 15630, - 7815: 15628, 15630, 15631, - 7816: 15632, 15633, 15634, - 7817: 15632, 15634, 15635, - 7818: 15636, 15637, 15638, - 7819: 15636, 15638, 15639, - 7820: 15640, 15641, 15642, - 7821: 15640, 15642, 15643, - 7822: 15644, 15645, 15646, - 7823: 15644, 15646, 15647, - 7824: 15648, 15649, 15650, - 7825: 15648, 15650, 15651, - 7826: 15652, 15653, 15654, - 7827: 15652, 15654, 15655, - 7828: 15656, 15657, 15658, - 7829: 15656, 15658, 15659, - 7830: 15660, 15661, 15662, - 7831: 15660, 15662, 15663, - 7832: 15664, 15665, 15666, - 7833: 15664, 15666, 15667, - 7834: 15668, 15669, 15670, - 7835: 15668, 15670, 15671, - 7836: 15672, 15673, 15674, - 7837: 15672, 15674, 15675, - 7838: 15676, 15677, 15678, - 7839: 15676, 15678, 15679, - 7840: 15680, 15681, 15682, - 7841: 15680, 15682, 15683, - 7842: 15684, 15685, 15686, - 7843: 15684, 15686, 15687, - 7844: 15688, 15689, 15690, - 7845: 15688, 15690, 15691, - 7846: 15692, 15693, 15694, - 7847: 15692, 15694, 15695, - 7848: 15696, 15697, 15698, - 7849: 15696, 15698, 15699, - 7850: 15700, 15701, 15702, - 7851: 15700, 15702, 15703, - 7852: 15704, 15705, 15706, - 7853: 15704, 15706, 15707, - 7854: 15708, 15709, 15710, - 7855: 15708, 15710, 15711, - 7856: 15712, 15713, 15714, - 7857: 15712, 15714, 15715, - 7858: 15716, 15717, 15718, - 7859: 15716, 15718, 15719, - 7860: 15720, 15721, 15722, - 7861: 15720, 15722, 15723, - 7862: 15724, 15725, 15726, - 7863: 15724, 15726, 15727, - 7864: 15728, 15729, 15730, - 7865: 15728, 15730, 15731, - 7866: 15732, 15733, 15734, - 7867: 15732, 15734, 15735, - 7868: 15736, 15737, 15738, - 7869: 15736, 15738, 15739, - 7870: 15740, 15741, 15742, - 7871: 15740, 15742, 15743, - 7872: 15744, 15745, 15746, - 7873: 15744, 15746, 15747, - 7874: 15748, 15749, 15750, - 7875: 15748, 15750, 15751, - 7876: 15752, 15753, 15754, - 7877: 15752, 15754, 15755, - 7878: 15756, 15757, 15758, - 7879: 15756, 15758, 15759, - 7880: 15760, 15761, 15762, - 7881: 15760, 15762, 15763, - 7882: 15764, 15765, 15766, - 7883: 15764, 15766, 15767, - 7884: 15768, 15769, 15770, - 7885: 15768, 15770, 15771, - 7886: 15772, 15773, 15774, - 7887: 15772, 15774, 15775, - 7888: 15776, 15777, 15778, - 7889: 15776, 15778, 15779, - 7890: 15780, 15781, 15782, - 7891: 15780, 15782, 15783, - 7892: 15784, 15785, 15786, - 7893: 15784, 15786, 15787, - 7894: 15788, 15789, 15790, - 7895: 15788, 15790, 15791, - 7896: 15792, 15793, 15794, - 7897: 15792, 15794, 15795, - 7898: 15796, 15797, 15798, - 7899: 15796, 15798, 15799, - 7900: 15800, 15801, 15802, - 7901: 15800, 15802, 15803, - 7902: 15804, 15805, 15806, - 7903: 15804, 15806, 15807, - 7904: 15808, 15809, 15810, - 7905: 15808, 15810, 15811, - 7906: 15812, 15813, 15814, - 7907: 15812, 15814, 15815, - 7908: 15816, 15817, 15818, - 7909: 15816, 15818, 15819, - 7910: 15820, 15821, 15822, - 7911: 15820, 15822, 15823, - 7912: 15824, 15825, 15826, - 7913: 15824, 15826, 15827, - 7914: 15828, 15829, 15830, - 7915: 15828, 15830, 15831, - 7916: 15832, 15833, 15834, - 7917: 15832, 15834, 15835, - 7918: 15836, 15837, 15838, - 7919: 15836, 15838, 15839, - 7920: 15840, 15841, 15842, - 7921: 15840, 15842, 15843, - 7922: 15844, 15845, 15846, - 7923: 15844, 15846, 15847, - 7924: 15848, 15849, 15850, - 7925: 15848, 15850, 15851, - 7926: 15852, 15853, 15854, - 7927: 15852, 15854, 15855, - 7928: 15856, 15857, 15858, - 7929: 15856, 15858, 15859, - 7930: 15860, 15861, 15862, - 7931: 15860, 15862, 15863, - 7932: 15864, 15865, 15866, - 7933: 15864, 15866, 15867, - 7934: 15868, 15869, 15870, - 7935: 15868, 15870, 15871, - 7936: 15872, 15873, 15874, - 7937: 15872, 15874, 15875, - 7938: 15876, 15877, 15878, - 7939: 15876, 15878, 15879, - 7940: 15880, 15881, 15882, - 7941: 15880, 15882, 15883, - 7942: 15884, 15885, 15886, - 7943: 15884, 15886, 15887, - 7944: 15888, 15889, 15890, - 7945: 15888, 15890, 15891, - 7946: 15892, 15893, 15894, - 7947: 15892, 15894, 15895, - 7948: 15896, 15897, 15898, - 7949: 15896, 15898, 15899, - 7950: 15900, 15901, 15902, - 7951: 15900, 15902, 15903, - 7952: 15904, 15905, 15906, - 7953: 15904, 15906, 15907, - 7954: 15908, 15909, 15910, - 7955: 15908, 15910, 15911, - 7956: 15912, 15913, 15914, - 7957: 15912, 15914, 15915, - 7958: 15916, 15917, 15918, - 7959: 15916, 15918, 15919, - 7960: 15920, 15921, 15922, - 7961: 15920, 15922, 15923, - 7962: 15924, 15925, 15926, - 7963: 15924, 15926, 15927, - 7964: 15928, 15929, 15930, - 7965: 15928, 15930, 15931, - 7966: 15932, 15933, 15934, - 7967: 15932, 15934, 15935, - 7968: 15936, 15937, 15938, - 7969: 15936, 15938, 15939, - 7970: 15940, 15941, 15942, - 7971: 15940, 15942, 15943, - 7972: 15944, 15945, 15946, - 7973: 15944, 15946, 15947, - 7974: 15948, 15949, 15950, - 7975: 15948, 15950, 15951, - 7976: 15952, 15953, 15954, - 7977: 15952, 15954, 15955, - 7978: 15956, 15957, 15958, - 7979: 15956, 15958, 15959, - 7980: 15960, 15961, 15962, - 7981: 15960, 15962, 15963, - 7982: 15964, 15965, 15966, - 7983: 15964, 15966, 15967, - 7984: 15968, 15969, 15970, - 7985: 15968, 15970, 15971, - 7986: 15972, 15973, 15974, - 7987: 15972, 15974, 15975, - 7988: 15976, 15977, 15978, - 7989: 15976, 15978, 15979, - 7990: 15980, 15981, 15982, - 7991: 15980, 15982, 15983, - 7992: 15984, 15985, 15986, - 7993: 15984, 15986, 15987, - 7994: 15988, 15989, 15990, - 7995: 15988, 15990, 15991, - 7996: 15992, 15993, 15994, - 7997: 15992, 15994, 15995, - 7998: 15996, 15997, 15998, - 7999: 15996, 15998, 15999, - 8000: 16000, 16001, 16002, - 8001: 16000, 16002, 16003, - 8002: 16004, 16005, 16006, - 8003: 16004, 16006, 16007, - 8004: 16008, 16009, 16010, - 8005: 16008, 16010, 16011, - 8006: 16012, 16013, 16014, - 8007: 16012, 16014, 16015, - 8008: 16016, 16017, 16018, - 8009: 16016, 16018, 16019, - 8010: 16020, 16021, 16022, - 8011: 16020, 16022, 16023, - 8012: 16024, 16025, 16026, - 8013: 16024, 16026, 16027, - 8014: 16028, 16029, 16030, - 8015: 16028, 16030, 16031, - 8016: 16032, 16033, 16034, - 8017: 16032, 16034, 16035, - 8018: 16036, 16037, 16038, - 8019: 16036, 16038, 16039, - 8020: 16040, 16041, 16042, - 8021: 16040, 16042, 16043, - 8022: 16044, 16045, 16046, - 8023: 16044, 16046, 16047, - 8024: 16048, 16049, 16050, - 8025: 16048, 16050, 16051, - 8026: 16052, 16053, 16054, - 8027: 16052, 16054, 16055, - 8028: 16056, 16057, 16058, - 8029: 16056, 16058, 16059, - 8030: 16060, 16061, 16062, - 8031: 16060, 16062, 16063, - 8032: 16064, 16065, 16066, - 8033: 16064, 16066, 16067, - 8034: 16068, 16069, 16070, - 8035: 16068, 16070, 16071, - 8036: 16072, 16073, 16074, - 8037: 16072, 16074, 16075, - 8038: 16076, 16077, 16078, - 8039: 16076, 16078, 16079, - 8040: 16080, 16081, 16082, - 8041: 16080, 16082, 16083, - 8042: 16084, 16085, 16086, - 8043: 16084, 16086, 16087, - 8044: 16088, 16089, 16090, - 8045: 16088, 16090, 16091, - 8046: 16092, 16093, 16094, - 8047: 16092, 16094, 16095, - 8048: 16096, 16097, 16098, - 8049: 16096, 16098, 16099, - 8050: 16100, 16101, 16102, - 8051: 16100, 16102, 16103, - 8052: 16104, 16105, 16106, - 8053: 16104, 16106, 16107, - 8054: 16108, 16109, 16110, - 8055: 16108, 16110, 16111, - 8056: 16112, 16113, 16114, - 8057: 16112, 16114, 16115, - 8058: 16116, 16117, 16118, - 8059: 16116, 16118, 16119, - 8060: 16120, 16121, 16122, - 8061: 16120, 16122, 16123, - 8062: 16124, 16125, 16126, - 8063: 16124, 16126, 16127, - 8064: 16128, 16129, 16130, - 8065: 16128, 16130, 16131, - 8066: 16132, 16133, 16134, - 8067: 16132, 16134, 16135, - 8068: 16136, 16137, 16138, - 8069: 16136, 16138, 16139, - 8070: 16140, 16141, 16142, - 8071: 16140, 16142, 16143, - 8072: 16144, 16145, 16146, - 8073: 16144, 16146, 16147, - 8074: 16148, 16149, 16150, - 8075: 16148, 16150, 16151, - 8076: 16152, 16153, 16154, - 8077: 16152, 16154, 16155, - 8078: 16156, 16157, 16158, - 8079: 16156, 16158, 16159, - 8080: 16160, 16161, 16162, - 8081: 16160, 16162, 16163, - 8082: 16164, 16165, 16166, - 8083: 16164, 16166, 16167, - 8084: 16168, 16169, 16170, - 8085: 16168, 16170, 16171, - 8086: 16172, 16173, 16174, - 8087: 16172, 16174, 16175, - 8088: 16176, 16177, 16178, - 8089: 16176, 16178, 16179, - 8090: 16180, 16181, 16182, - 8091: 16180, 16182, 16183, - 8092: 16184, 16185, 16186, - 8093: 16184, 16186, 16187, - 8094: 16188, 16189, 16190, - 8095: 16188, 16190, 16191, - 8096: 16192, 16193, 16194, - 8097: 16192, 16194, 16195, - 8098: 16196, 16197, 16198, - 8099: 16196, 16198, 16199, - 8100: 16200, 16201, 16202, - 8101: 16200, 16202, 16203, - 8102: 16204, 16205, 16206, - 8103: 16204, 16206, 16207, - 8104: 16208, 16209, 16210, - 8105: 16208, 16210, 16211, - 8106: 16212, 16213, 16214, - 8107: 16212, 16214, 16215, - 8108: 16216, 16217, 16218, - 8109: 16216, 16218, 16219, - 8110: 16220, 16221, 16222, - 8111: 16220, 16222, 16223, - 8112: 16224, 16225, 16226, - 8113: 16224, 16226, 16227, - 8114: 16228, 16229, 16230, - 8115: 16228, 16230, 16231, - 8116: 16232, 16233, 16234, - 8117: 16232, 16234, 16235, - 8118: 16236, 16237, 16238, - 8119: 16236, 16238, 16239, - 8120: 16240, 16241, 16242, - 8121: 16240, 16242, 16243, - 8122: 16244, 16245, 16246, - 8123: 16244, 16246, 16247, - 8124: 16248, 16249, 16250, - 8125: 16248, 16250, 16251, - 8126: 16252, 16253, 16254, - 8127: 16252, 16254, 16255, - 8128: 16256, 16257, 16258, - 8129: 16256, 16258, 16259, - 8130: 16260, 16261, 16262, - 8131: 16260, 16262, 16263, - 8132: 16264, 16265, 16266, - 8133: 16264, 16266, 16267, - 8134: 16268, 16269, 16270, - 8135: 16268, 16270, 16271, - 8136: 16272, 16273, 16274, - 8137: 16272, 16274, 16275, - 8138: 16276, 16277, 16278, - 8139: 16276, 16278, 16279, - 8140: 16280, 16281, 16282, - 8141: 16280, 16282, 16283, - 8142: 16284, 16285, 16286, - 8143: 16284, 16286, 16287, - 8144: 16288, 16289, 16290, - 8145: 16288, 16290, 16291, - 8146: 16292, 16293, 16294, - 8147: 16292, 16294, 16295, - 8148: 16296, 16297, 16298, - 8149: 16296, 16298, 16299, - 8150: 16300, 16301, 16302, - 8151: 16300, 16302, 16303, - 8152: 16304, 16305, 16306, - 8153: 16304, 16306, 16307, - 8154: 16308, 16309, 16310, - 8155: 16308, 16310, 16311, - 8156: 16312, 16313, 16314, - 8157: 16312, 16314, 16315, - 8158: 16316, 16317, 16318, - 8159: 16316, 16318, 16319, - 8160: 16320, 16321, 16322, - 8161: 16320, 16322, 16323, - 8162: 16324, 16325, 16326, - 8163: 16324, 16326, 16327, - 8164: 16328, 16329, 16330, - 8165: 16328, 16330, 16331, - 8166: 16332, 16333, 16334, - 8167: 16332, 16334, 16335, - 8168: 16336, 16337, 16338, - 8169: 16336, 16338, 16339, - 8170: 16340, 16341, 16342, - 8171: 16340, 16342, 16343, - 8172: 16344, 16345, 16346, - 8173: 16344, 16346, 16347, - 8174: 16348, 16349, 16350, - 8175: 16348, 16350, 16351, - 8176: 16352, 16353, 16354, - 8177: 16352, 16354, 16355, - 8178: 16356, 16357, 16358, - 8179: 16356, 16358, 16359, - 8180: 16360, 16361, 16362, - 8181: 16360, 16362, 16363, - 8182: 16364, 16365, 16366, - 8183: 16364, 16366, 16367, - 8184: 16368, 16369, 16370, - 8185: 16368, 16370, 16371, - 8186: 16372, 16373, 16374, - 8187: 16372, 16374, 16375, - 8188: 16376, 16377, 16378, - 8189: 16376, 16378, 16379, - 8190: 16380, 16381, 16382, - 8191: 16380, 16382, 16383, - 8192: 16384, 16385, 16386, - 8193: 16384, 16386, 16387, - 8194: 16388, 16389, 16390, - 8195: 16388, 16390, 16391, - 8196: 16392, 16393, 16394, - 8197: 16392, 16394, 16395, - 8198: 16396, 16397, 16398, - 8199: 16396, 16398, 16399, - 8200: 16400, 16401, 16402, - 8201: 16400, 16402, 16403, - 8202: 16404, 16405, 16406, - 8203: 16404, 16406, 16407, - 8204: 16408, 16409, 16410, - 8205: 16408, 16410, 16411, - 8206: 16412, 16413, 16414, - 8207: 16412, 16414, 16415, - 8208: 16416, 16417, 16418, - 8209: 16416, 16418, 16419, - 8210: 16420, 16421, 16422, - 8211: 16420, 16422, 16423, - 8212: 16424, 16425, 16426, - 8213: 16424, 16426, 16427, - 8214: 16428, 16429, 16430, - 8215: 16428, 16430, 16431, - 8216: 16432, 16433, 16434, - 8217: 16432, 16434, 16435, - 8218: 16436, 16437, 16438, - 8219: 16436, 16438, 16439, - 8220: 16440, 16441, 16442, - 8221: 16440, 16442, 16443, - 8222: 16444, 16445, 16446, - 8223: 16444, 16446, 16447, - 8224: 16448, 16449, 16450, - 8225: 16448, 16450, 16451, - 8226: 16452, 16453, 16454, - 8227: 16452, 16454, 16455, - 8228: 16456, 16457, 16458, - 8229: 16456, 16458, 16459, - 8230: 16460, 16461, 16462, - 8231: 16460, 16462, 16463, - 8232: 16464, 16465, 16466, - 8233: 16464, 16466, 16467, - 8234: 16468, 16469, 16470, - 8235: 16468, 16470, 16471, - 8236: 16472, 16473, 16474, - 8237: 16472, 16474, 16475, - 8238: 16476, 16477, 16478, - 8239: 16476, 16478, 16479, - 8240: 16480, 16481, 16482, - 8241: 16480, 16482, 16483, - 8242: 16484, 16485, 16486, - 8243: 16484, 16486, 16487, - 8244: 16488, 16489, 16490, - 8245: 16488, 16490, 16491, - 8246: 16492, 16493, 16494, - 8247: 16492, 16494, 16495, - 8248: 16496, 16497, 16498, - 8249: 16496, 16498, 16499, - 8250: 16500, 16501, 16502, - 8251: 16500, 16502, 16503, - 8252: 16504, 16505, 16506, - 8253: 16504, 16506, 16507, - 8254: 16508, 16509, 16510, - 8255: 16508, 16510, 16511, - 8256: 16512, 16513, 16514, - 8257: 16512, 16514, 16515, - 8258: 16516, 16517, 16518, - 8259: 16516, 16518, 16519, - 8260: 16520, 16521, 16522, - 8261: 16520, 16522, 16523, - 8262: 16524, 16525, 16526, - 8263: 16524, 16526, 16527, - 8264: 16528, 16529, 16530, - 8265: 16528, 16530, 16531, - 8266: 16532, 16533, 16534, - 8267: 16532, 16534, 16535, - 8268: 16536, 16537, 16538, - 8269: 16536, 16538, 16539, - 8270: 16540, 16541, 16542, - 8271: 16540, 16542, 16543, - 8272: 16544, 16545, 16546, - 8273: 16544, 16546, 16547, - 8274: 16548, 16549, 16550, - 8275: 16548, 16550, 16551, - 8276: 16552, 16553, 16554, - 8277: 16552, 16554, 16555, - 8278: 16556, 16557, 16558, - 8279: 16556, 16558, 16559, - 8280: 16560, 16561, 16562, - 8281: 16560, 16562, 16563, - 8282: 16564, 16565, 16566, - 8283: 16564, 16566, 16567, - 8284: 16568, 16569, 16570, - 8285: 16568, 16570, 16571, - 8286: 16572, 16573, 16574, - 8287: 16572, 16574, 16575, - 8288: 16576, 16577, 16578, - 8289: 16576, 16578, 16579, - 8290: 16580, 16581, 16582, - 8291: 16580, 16582, 16583, - 8292: 16584, 16585, 16586, - 8293: 16584, 16586, 16587, - 8294: 16588, 16589, 16590, - 8295: 16588, 16590, 16591, - 8296: 16592, 16593, 16594, - 8297: 16592, 16594, 16595, - 8298: 16596, 16597, 16598, - 8299: 16596, 16598, 16599, - 8300: 16600, 16601, 16602, - 8301: 16600, 16602, 16603, - 8302: 16604, 16605, 16606, - 8303: 16604, 16606, 16607, - 8304: 16608, 16609, 16610, - 8305: 16608, 16610, 16611, - 8306: 16612, 16613, 16614, - 8307: 16612, 16614, 16615, - 8308: 16616, 16617, 16618, - 8309: 16616, 16618, 16619, - 8310: 16620, 16621, 16622, - 8311: 16620, 16622, 16623, - 8312: 16624, 16625, 16626, - 8313: 16624, 16626, 16627, - 8314: 16628, 16629, 16630, - 8315: 16628, 16630, 16631, - 8316: 16632, 16633, 16634, - 8317: 16632, 16634, 16635, - 8318: 16636, 16637, 16638, - 8319: 16636, 16638, 16639, - 8320: 16640, 16641, 16642, - 8321: 16640, 16642, 16643, - 8322: 16644, 16645, 16646, - 8323: 16644, 16646, 16647, - 8324: 16648, 16649, 16650, - 8325: 16648, 16650, 16651, - 8326: 16652, 16653, 16654, - 8327: 16652, 16654, 16655, - 8328: 16656, 16657, 16658, - 8329: 16656, 16658, 16659, - 8330: 16660, 16661, 16662, - 8331: 16660, 16662, 16663, - 8332: 16664, 16665, 16666, - 8333: 16664, 16666, 16667, - 8334: 16668, 16669, 16670, - 8335: 16668, 16670, 16671, - 8336: 16672, 16673, 16674, - 8337: 16672, 16674, 16675, - 8338: 16676, 16677, 16678, - 8339: 16676, 16678, 16679, - 8340: 16680, 16681, 16682, - 8341: 16680, 16682, 16683, - 8342: 16684, 16685, 16686, - 8343: 16684, 16686, 16687, - 8344: 16688, 16689, 16690, - 8345: 16688, 16690, 16691, - 8346: 16692, 16693, 16694, - 8347: 16692, 16694, 16695, - 8348: 16696, 16697, 16698, - 8349: 16696, 16698, 16699, - 8350: 16700, 16701, 16702, - 8351: 16700, 16702, 16703, - 8352: 16704, 16705, 16706, - 8353: 16704, 16706, 16707, - 8354: 16708, 16709, 16710, - 8355: 16708, 16710, 16711, - 8356: 16712, 16713, 16714, - 8357: 16712, 16714, 16715, - 8358: 16716, 16717, 16718, - 8359: 16716, 16718, 16719, - 8360: 16720, 16721, 16722, - 8361: 16720, 16722, 16723, - 8362: 16724, 16725, 16726, - 8363: 16724, 16726, 16727, - 8364: 16728, 16729, 16730, - 8365: 16728, 16730, 16731, - 8366: 16732, 16733, 16734, - 8367: 16732, 16734, 16735, - 8368: 16736, 16737, 16738, - 8369: 16736, 16738, 16739, - 8370: 16740, 16741, 16742, - 8371: 16740, 16742, 16743, - 8372: 16744, 16745, 16746, - 8373: 16744, 16746, 16747, - 8374: 16748, 16749, 16750, - 8375: 16748, 16750, 16751, - 8376: 16752, 16753, 16754, - 8377: 16752, 16754, 16755, - 8378: 16756, 16757, 16758, - 8379: 16756, 16758, 16759, - 8380: 16760, 16761, 16762, - 8381: 16760, 16762, 16763, - 8382: 16764, 16765, 16766, - 8383: 16764, 16766, 16767, - 8384: 16768, 16769, 16770, - 8385: 16768, 16770, 16771, - 8386: 16772, 16773, 16774, - 8387: 16772, 16774, 16775, - 8388: 16776, 16777, 16778, - 8389: 16776, 16778, 16779, - 8390: 16780, 16781, 16782, - 8391: 16780, 16782, 16783, - 8392: 16784, 16785, 16786, - 8393: 16784, 16786, 16787, - 8394: 16788, 16789, 16790, - 8395: 16788, 16790, 16791, - 8396: 16792, 16793, 16794, - 8397: 16792, 16794, 16795, - 8398: 16796, 16797, 16798, - 8399: 16796, 16798, 16799, - 8400: 16800, 16801, 16802, - 8401: 16800, 16802, 16803, - 8402: 16804, 16805, 16806, - 8403: 16804, 16806, 16807, - 8404: 16808, 16809, 16810, - 8405: 16808, 16810, 16811, - 8406: 16812, 16813, 16814, - 8407: 16812, 16814, 16815, - 8408: 16816, 16817, 16818, - 8409: 16816, 16818, 16819, - 8410: 16820, 16821, 16822, - 8411: 16820, 16822, 16823, - 8412: 16824, 16825, 16826, - 8413: 16824, 16826, 16827, - 8414: 16828, 16829, 16830, - 8415: 16828, 16830, 16831, - 8416: 16832, 16833, 16834, - 8417: 16832, 16834, 16835, - 8418: 16836, 16837, 16838, - 8419: 16836, 16838, 16839, - 8420: 16840, 16841, 16842, - 8421: 16840, 16842, 16843, - 8422: 16844, 16845, 16846, - 8423: 16844, 16846, 16847, - 8424: 16848, 16849, 16850, - 8425: 16848, 16850, 16851, - 8426: 16852, 16853, 16854, - 8427: 16852, 16854, 16855, - 8428: 16856, 16857, 16858, - 8429: 16856, 16858, 16859, - 8430: 16860, 16861, 16862, - 8431: 16860, 16862, 16863, - 8432: 16864, 16865, 16866, - 8433: 16864, 16866, 16867, - 8434: 16868, 16869, 16870, - 8435: 16868, 16870, 16871, - 8436: 16872, 16873, 16874, - 8437: 16872, 16874, 16875, - 8438: 16876, 16877, 16878, - 8439: 16876, 16878, 16879, - 8440: 16880, 16881, 16882, - 8441: 16880, 16882, 16883, - 8442: 16884, 16885, 16886, - 8443: 16884, 16886, 16887, - 8444: 16888, 16889, 16890, - 8445: 16888, 16890, 16891, - 8446: 16892, 16893, 16894, - 8447: 16892, 16894, 16895, - 8448: 16896, 16897, 16898, - 8449: 16896, 16898, 16899, - 8450: 16900, 16901, 16902, - 8451: 16900, 16902, 16903, - 8452: 16904, 16905, 16906, - 8453: 16904, 16906, 16907, - 8454: 16908, 16909, 16910, - 8455: 16908, 16910, 16911, - 8456: 16912, 16913, 16914, - 8457: 16912, 16914, 16915, - 8458: 16916, 16917, 16918, - 8459: 16916, 16918, 16919, - 8460: 16920, 16921, 16922, - 8461: 16920, 16922, 16923, - 8462: 16924, 16925, 16926, - 8463: 16924, 16926, 16927, - 8464: 16928, 16929, 16930, - 8465: 16928, 16930, 16931, - 8466: 16932, 16933, 16934, - 8467: 16932, 16934, 16935, - 8468: 16936, 16937, 16938, - 8469: 16936, 16938, 16939, - 8470: 16940, 16941, 16942, - 8471: 16940, 16942, 16943, - 8472: 16944, 16945, 16946, - 8473: 16944, 16946, 16947, - 8474: 16948, 16949, 16950, - 8475: 16948, 16950, 16951, - 8476: 16952, 16953, 16954, - 8477: 16952, 16954, 16955, - 8478: 16956, 16957, 16958, - 8479: 16956, 16958, 16959, - 8480: 16960, 16961, 16962, - 8481: 16960, 16962, 16963, - 8482: 16964, 16965, 16966, - 8483: 16964, 16966, 16967, - 8484: 16968, 16969, 16970, - 8485: 16968, 16970, 16971, - 8486: 16972, 16973, 16974, - 8487: 16972, 16974, 16975, - 8488: 16976, 16977, 16978, - 8489: 16976, 16978, 16979, - 8490: 16980, 16981, 16982, - 8491: 16980, 16982, 16983, - 8492: 16984, 16985, 16986, - 8493: 16984, 16986, 16987, - 8494: 16988, 16989, 16990, - 8495: 16988, 16990, 16991, - 8496: 16992, 16993, 16994, - 8497: 16992, 16994, 16995, - 8498: 16996, 16997, 16998, - 8499: 16996, 16998, 16999, - 8500: 17000, 17001, 17002, - 8501: 17000, 17002, 17003, - 8502: 17004, 17005, 17006, - 8503: 17004, 17006, 17007, - 8504: 17008, 17009, 17010, - 8505: 17008, 17010, 17011, - 8506: 17012, 17013, 17014, - 8507: 17012, 17014, 17015, - 8508: 17016, 17017, 17018, - 8509: 17016, 17018, 17019, - 8510: 17020, 17021, 17022, - 8511: 17020, 17022, 17023, - 8512: 17024, 17025, 17026, - 8513: 17024, 17026, 17027, - 8514: 17028, 17029, 17030, - 8515: 17028, 17030, 17031, - 8516: 17032, 17033, 17034, - 8517: 17032, 17034, 17035, - 8518: 17036, 17037, 17038, - 8519: 17036, 17038, 17039, - 8520: 17040, 17041, 17042, - 8521: 17040, 17042, 17043, - 8522: 17044, 17045, 17046, - 8523: 17044, 17046, 17047, - 8524: 17048, 17049, 17050, - 8525: 17048, 17050, 17051, - 8526: 17052, 17053, 17054, - 8527: 17052, 17054, 17055, - 8528: 17056, 17057, 17058, - 8529: 17056, 17058, 17059, - 8530: 17060, 17061, 17062, - 8531: 17060, 17062, 17063, - 8532: 17064, 17065, 17066, - 8533: 17064, 17066, 17067, - 8534: 17068, 17069, 17070, - 8535: 17068, 17070, 17071, - 8536: 17072, 17073, 17074, - 8537: 17072, 17074, 17075, - 8538: 17076, 17077, 17078, - 8539: 17076, 17078, 17079, - 8540: 17080, 17081, 17082, - 8541: 17080, 17082, 17083, - 8542: 17084, 17085, 17086, - 8543: 17084, 17086, 17087, - 8544: 17088, 17089, 17090, - 8545: 17088, 17090, 17091, - 8546: 17092, 17093, 17094, - 8547: 17092, 17094, 17095, - 8548: 17096, 17097, 17098, - 8549: 17096, 17098, 17099, - 8550: 17100, 17101, 17102, - 8551: 17100, 17102, 17103, - 8552: 17104, 17105, 17106, - 8553: 17104, 17106, 17107, - 8554: 17108, 17109, 17110, - 8555: 17108, 17110, 17111, - 8556: 17112, 17113, 17114, - 8557: 17112, 17114, 17115, - 8558: 17116, 17117, 17118, - 8559: 17116, 17118, 17119, - 8560: 17120, 17121, 17122, - 8561: 17120, 17122, 17123, - 8562: 17124, 17125, 17126, - 8563: 17124, 17126, 17127, - 8564: 17128, 17129, 17130, - 8565: 17128, 17130, 17131, - 8566: 17132, 17133, 17134, - 8567: 17132, 17134, 17135, - 8568: 17136, 17137, 17138, - 8569: 17136, 17138, 17139, - 8570: 17140, 17141, 17142, - 8571: 17140, 17142, 17143, - 8572: 17144, 17145, 17146, - 8573: 17144, 17146, 17147, - 8574: 17148, 17149, 17150, - 8575: 17148, 17150, 17151, - 8576: 17152, 17153, 17154, - 8577: 17152, 17154, 17155, - 8578: 17156, 17157, 17158, - 8579: 17156, 17158, 17159, - 8580: 17160, 17161, 17162, - 8581: 17160, 17162, 17163, - 8582: 17164, 17165, 17166, - 8583: 17164, 17166, 17167, - 8584: 17168, 17169, 17170, - 8585: 17168, 17170, 17171, - 8586: 17172, 17173, 17174, - 8587: 17172, 17174, 17175, - 8588: 17176, 17177, 17178, - 8589: 17176, 17178, 17179, - 8590: 17180, 17181, 17182, - 8591: 17180, 17182, 17183, - 8592: 17184, 17185, 17186, - 8593: 17184, 17186, 17187, - 8594: 17188, 17189, 17190, - 8595: 17188, 17190, 17191, - 8596: 17192, 17193, 17194, - 8597: 17192, 17194, 17195, - 8598: 17196, 17197, 17198, - 8599: 17196, 17198, 17199, - 8600: 17200, 17201, 17202, - 8601: 17200, 17202, 17203, - 8602: 17204, 17205, 17206, - 8603: 17204, 17206, 17207, - 8604: 17208, 17209, 17210, - 8605: 17208, 17210, 17211, - 8606: 17212, 17213, 17214, - 8607: 17212, 17214, 17215, - 8608: 17216, 17217, 17218, - 8609: 17216, 17218, 17219, - 8610: 17220, 17221, 17222, - 8611: 17220, 17222, 17223, - 8612: 17224, 17225, 17226, - 8613: 17224, 17226, 17227, - 8614: 17228, 17229, 17230, - 8615: 17228, 17230, 17231, - 8616: 17232, 17233, 17234, - 8617: 17232, 17234, 17235, - 8618: 17236, 17237, 17238, - 8619: 17236, 17238, 17239, - 8620: 17240, 17241, 17242, - 8621: 17240, 17242, 17243, - 8622: 17244, 17245, 17246, - 8623: 17244, 17246, 17247, - 8624: 17248, 17249, 17250, - 8625: 17248, 17250, 17251, - 8626: 17252, 17253, 17254, - 8627: 17252, 17254, 17255, - 8628: 17256, 17257, 17258, - 8629: 17256, 17258, 17259, - 8630: 17260, 17261, 17262, - 8631: 17260, 17262, 17263, - 8632: 17264, 17265, 17266, - 8633: 17264, 17266, 17267, - 8634: 17268, 17269, 17270, - 8635: 17268, 17270, 17271, - 8636: 17272, 17273, 17274, - 8637: 17272, 17274, 17275, - 8638: 17276, 17277, 17278, - 8639: 17276, 17278, 17279, - 8640: 17280, 17281, 17282, - 8641: 17280, 17282, 17283, - 8642: 17284, 17285, 17286, - 8643: 17284, 17286, 17287, - 8644: 17288, 17289, 17290, - 8645: 17288, 17290, 17291, - 8646: 17292, 17293, 17294, - 8647: 17292, 17294, 17295, - 8648: 17296, 17297, 17298, - 8649: 17296, 17298, 17299, - 8650: 17300, 17301, 17302, - 8651: 17300, 17302, 17303, - 8652: 17304, 17305, 17306, - 8653: 17304, 17306, 17307, - 8654: 17308, 17309, 17310, - 8655: 17308, 17310, 17311, - 8656: 17312, 17313, 17314, - 8657: 17312, 17314, 17315, - 8658: 17316, 17317, 17318, - 8659: 17316, 17318, 17319, - 8660: 17320, 17321, 17322, - 8661: 17320, 17322, 17323, - 8662: 17324, 17325, 17326, - 8663: 17324, 17326, 17327, - 8664: 17328, 17329, 17330, - 8665: 17328, 17330, 17331, - 8666: 17332, 17333, 17334, - 8667: 17332, 17334, 17335, - 8668: 17336, 17337, 17338, - 8669: 17336, 17338, 17339, - 8670: 17340, 17341, 17342, - 8671: 17340, 17342, 17343, - 8672: 17344, 17345, 17346, - 8673: 17344, 17346, 17347, - 8674: 17348, 17349, 17350, - 8675: 17348, 17350, 17351, - 8676: 17352, 17353, 17354, - 8677: 17352, 17354, 17355, - 8678: 17356, 17357, 17358, - 8679: 17356, 17358, 17359, - 8680: 17360, 17361, 17362, - 8681: 17360, 17362, 17363, - 8682: 17364, 17365, 17366, - 8683: 17364, 17366, 17367, - 8684: 17368, 17369, 17370, - 8685: 17368, 17370, 17371, - 8686: 17372, 17373, 17374, - 8687: 17372, 17374, 17375, - 8688: 17376, 17377, 17378, - 8689: 17376, 17378, 17379, - 8690: 17380, 17381, 17382, - 8691: 17380, 17382, 17383, - 8692: 17384, 17385, 17386, - 8693: 17384, 17386, 17387, - 8694: 17388, 17389, 17390, - 8695: 17388, 17390, 17391, - 8696: 17392, 17393, 17394, - 8697: 17392, 17394, 17395, - 8698: 17396, 17397, 17398, - 8699: 17396, 17398, 17399, - 8700: 17400, 17401, 17402, - 8701: 17400, 17402, 17403, - 8702: 17404, 17405, 17406, - 8703: 17404, 17406, 17407, - 8704: 17408, 17409, 17410, - 8705: 17408, 17410, 17411, - 8706: 17412, 17413, 17414, - 8707: 17412, 17414, 17415, - 8708: 17416, 17417, 17418, - 8709: 17416, 17418, 17419, - 8710: 17420, 17421, 17422, - 8711: 17420, 17422, 17423, - 8712: 17424, 17425, 17426, - 8713: 17424, 17426, 17427, - 8714: 17428, 17429, 17430, - 8715: 17428, 17430, 17431, - 8716: 17432, 17433, 17434, - 8717: 17432, 17434, 17435, - 8718: 17436, 17437, 17438, - 8719: 17436, 17438, 17439, - 8720: 17440, 17441, 17442, - 8721: 17440, 17442, 17443, - 8722: 17444, 17445, 17446, - 8723: 17444, 17446, 17447, - 8724: 17448, 17449, 17450, - 8725: 17448, 17450, 17451, - 8726: 17452, 17453, 17454, - 8727: 17452, 17454, 17455, - 8728: 17456, 17457, 17458, - 8729: 17456, 17458, 17459, - 8730: 17460, 17461, 17462, - 8731: 17460, 17462, 17463, - 8732: 17464, 17465, 17466, - 8733: 17464, 17466, 17467, - 8734: 17468, 17469, 17470, - 8735: 17468, 17470, 17471, - 8736: 17472, 17473, 17474, - 8737: 17472, 17474, 17475, - 8738: 17476, 17477, 17478, - 8739: 17476, 17478, 17479, - 8740: 17480, 17481, 17482, - 8741: 17480, 17482, 17483, - 8742: 17484, 17485, 17486, - 8743: 17484, 17486, 17487, - 8744: 17488, 17489, 17490, - 8745: 17488, 17490, 17491, - 8746: 17492, 17493, 17494, - 8747: 17492, 17494, 17495, - 8748: 17496, 17497, 17498, - 8749: 17496, 17498, 17499, - 8750: 17500, 17501, 17502, - 8751: 17500, 17502, 17503, - 8752: 17504, 17505, 17506, - 8753: 17504, 17506, 17507, - 8754: 17508, 17509, 17510, - 8755: 17508, 17510, 17511, - 8756: 17512, 17513, 17514, - 8757: 17512, 17514, 17515, - 8758: 17516, 17517, 17518, - 8759: 17516, 17518, 17519, - 8760: 17520, 17521, 17522, - 8761: 17520, 17522, 17523, - 8762: 17524, 17525, 17526, - 8763: 17524, 17526, 17527, - 8764: 17528, 17529, 17530, - 8765: 17528, 17530, 17531, - 8766: 17532, 17533, 17534, - 8767: 17532, 17534, 17535, - 8768: 17536, 17537, 17538, - 8769: 17536, 17538, 17539, - 8770: 17540, 17541, 17542, - 8771: 17540, 17542, 17543, - 8772: 17544, 17545, 17546, - 8773: 17544, 17546, 17547, - 8774: 17548, 17549, 17550, - 8775: 17548, 17550, 17551, - 8776: 17552, 17553, 17554, - 8777: 17552, 17554, 17555, - 8778: 17556, 17557, 17558, - 8779: 17556, 17558, 17559, - 8780: 17560, 17561, 17562, - 8781: 17560, 17562, 17563, - 8782: 17564, 17565, 17566, - 8783: 17564, 17566, 17567, - 8784: 17568, 17569, 17570, - 8785: 17568, 17570, 17571, - 8786: 17572, 17573, 17574, - 8787: 17572, 17574, 17575, - 8788: 17576, 17577, 17578, - 8789: 17576, 17578, 17579, - 8790: 17580, 17581, 17582, - 8791: 17580, 17582, 17583, - 8792: 17584, 17585, 17586, - 8793: 17584, 17586, 17587, - 8794: 17588, 17589, 17590, - 8795: 17588, 17590, 17591, - 8796: 17592, 17593, 17594, - 8797: 17592, 17594, 17595, - 8798: 17596, 17597, 17598, - 8799: 17596, 17598, 17599, - 8800: 17600, 17601, 17602, - 8801: 17600, 17602, 17603, - 8802: 17604, 17605, 17606, - 8803: 17604, 17606, 17607, - 8804: 17608, 17609, 17610, - 8805: 17608, 17610, 17611, - 8806: 17612, 17613, 17614, - 8807: 17612, 17614, 17615, - 8808: 17616, 17617, 17618, - 8809: 17616, 17618, 17619, - 8810: 17620, 17621, 17622, - 8811: 17620, 17622, 17623, - 8812: 17624, 17625, 17626, - 8813: 17624, 17626, 17627, - 8814: 17628, 17629, 17630, - 8815: 17628, 17630, 17631, - 8816: 17632, 17633, 17634, - 8817: 17632, 17634, 17635, - 8818: 17636, 17637, 17638, - 8819: 17636, 17638, 17639, - 8820: 17640, 17641, 17642, - 8821: 17640, 17642, 17643, - 8822: 17644, 17645, 17646, - 8823: 17644, 17646, 17647, - 8824: 17648, 17649, 17650, - 8825: 17648, 17650, 17651, - 8826: 17652, 17653, 17654, - 8827: 17652, 17654, 17655, - 8828: 17656, 17657, 17658, - 8829: 17656, 17658, 17659, - 8830: 17660, 17661, 17662, - 8831: 17660, 17662, 17663, - 8832: 17664, 17665, 17666, - 8833: 17664, 17666, 17667, - 8834: 17668, 17669, 17670, - 8835: 17668, 17670, 17671, - 8836: 17672, 17673, 17674, - 8837: 17672, 17674, 17675, - 8838: 17676, 17677, 17678, - 8839: 17676, 17678, 17679, - 8840: 17680, 17681, 17682, - 8841: 17680, 17682, 17683, - 8842: 17684, 17685, 17686, - 8843: 17684, 17686, 17687, - 8844: 17688, 17689, 17690, - 8845: 17688, 17690, 17691, - 8846: 17692, 17693, 17694, - 8847: 17692, 17694, 17695, - 8848: 17696, 17697, 17698, - 8849: 17696, 17698, 17699, - 8850: 17700, 17701, 17702, - 8851: 17700, 17702, 17703, - 8852: 17704, 17705, 17706, - 8853: 17704, 17706, 17707, - 8854: 17708, 17709, 17710, - 8855: 17708, 17710, 17711, - 8856: 17712, 17713, 17714, - 8857: 17712, 17714, 17715, - 8858: 17716, 17717, 17718, - 8859: 17716, 17718, 17719, - 8860: 17720, 17721, 17722, - 8861: 17720, 17722, 17723, - 8862: 17724, 17725, 17726, - 8863: 17724, 17726, 17727, - 8864: 17728, 17729, 17730, - 8865: 17728, 17730, 17731, - 8866: 17732, 17733, 17734, - 8867: 17732, 17734, 17735, - 8868: 17736, 17737, 17738, - 8869: 17736, 17738, 17739, - 8870: 17740, 17741, 17742, - 8871: 17740, 17742, 17743, - 8872: 17744, 17745, 17746, - 8873: 17744, 17746, 17747, - 8874: 17748, 17749, 17750, - 8875: 17748, 17750, 17751, - 8876: 17752, 17753, 17754, - 8877: 17752, 17754, 17755, - 8878: 17756, 17757, 17758, - 8879: 17756, 17758, 17759, - 8880: 17760, 17761, 17762, - 8881: 17760, 17762, 17763, - 8882: 17764, 17765, 17766, - 8883: 17764, 17766, 17767, - 8884: 17768, 17769, 17770, - 8885: 17768, 17770, 17771, - 8886: 17772, 17773, 17774, - 8887: 17772, 17774, 17775, - 8888: 17776, 17777, 17778, - 8889: 17776, 17778, 17779, - 8890: 17780, 17781, 17782, - 8891: 17780, 17782, 17783, - 8892: 17784, 17785, 17786, - 8893: 17784, 17786, 17787, - 8894: 17788, 17789, 17790, - 8895: 17788, 17790, 17791, - 8896: 17792, 17793, 17794, - 8897: 17792, 17794, 17795, - 8898: 17796, 17797, 17798, - 8899: 17796, 17798, 17799, - 8900: 17800, 17801, 17802, - 8901: 17800, 17802, 17803, - 8902: 17804, 17805, 17806, - 8903: 17804, 17806, 17807, - 8904: 17808, 17809, 17810, - 8905: 17808, 17810, 17811, - 8906: 17812, 17813, 17814, - 8907: 17812, 17814, 17815, - 8908: 17816, 17817, 17818, - 8909: 17816, 17818, 17819, - 8910: 17820, 17821, 17822, - 8911: 17820, 17822, 17823, - 8912: 17824, 17825, 17826, - 8913: 17824, 17826, 17827, - 8914: 17828, 17829, 17830, - 8915: 17828, 17830, 17831, - 8916: 17832, 17833, 17834, - 8917: 17832, 17834, 17835, - 8918: 17836, 17837, 17838, - 8919: 17836, 17838, 17839, - 8920: 17840, 17841, 17842, - 8921: 17840, 17842, 17843, - 8922: 17844, 17845, 17846, - 8923: 17844, 17846, 17847, - 8924: 17848, 17849, 17850, - 8925: 17848, 17850, 17851, - 8926: 17852, 17853, 17854, - 8927: 17852, 17854, 17855, - 8928: 17856, 17857, 17858, - 8929: 17856, 17858, 17859, - 8930: 17860, 17861, 17862, - 8931: 17860, 17862, 17863, - 8932: 17864, 17865, 17866, - 8933: 17864, 17866, 17867, - 8934: 17868, 17869, 17870, - 8935: 17868, 17870, 17871, - 8936: 17872, 17873, 17874, - 8937: 17872, 17874, 17875, - 8938: 17876, 17877, 17878, - 8939: 17876, 17878, 17879, - 8940: 17880, 17881, 17882, - 8941: 17880, 17882, 17883, - 8942: 17884, 17885, 17886, - 8943: 17884, 17886, 17887, - 8944: 17888, 17889, 17890, - 8945: 17888, 17890, 17891, - 8946: 17892, 17893, 17894, - 8947: 17892, 17894, 17895, - 8948: 17896, 17897, 17898, - 8949: 17896, 17898, 17899, - 8950: 17900, 17901, 17902, - 8951: 17900, 17902, 17903, - 8952: 17904, 17905, 17906, - 8953: 17904, 17906, 17907, - 8954: 17908, 17909, 17910, - 8955: 17908, 17910, 17911, - 8956: 17912, 17913, 17914, - 8957: 17912, 17914, 17915, - 8958: 17916, 17917, 17918, - 8959: 17916, 17918, 17919, - 8960: 17920, 17921, 17922, - 8961: 17920, 17922, 17923, - 8962: 17924, 17925, 17926, - 8963: 17924, 17926, 17927, - 8964: 17928, 17929, 17930, - 8965: 17928, 17930, 17931, - 8966: 17932, 17933, 17934, - 8967: 17932, 17934, 17935, - 8968: 17936, 17937, 17938, - 8969: 17936, 17938, 17939, - 8970: 17940, 17941, 17942, - 8971: 17940, 17942, 17943, - 8972: 17944, 17945, 17946, - 8973: 17944, 17946, 17947, - 8974: 17948, 17949, 17950, - 8975: 17948, 17950, 17951, - 8976: 17952, 17953, 17954, - 8977: 17952, 17954, 17955, - 8978: 17956, 17957, 17958, - 8979: 17956, 17958, 17959, - 8980: 17960, 17961, 17962, - 8981: 17960, 17962, 17963, - 8982: 17964, 17965, 17966, - 8983: 17964, 17966, 17967, - 8984: 17968, 17969, 17970, - 8985: 17968, 17970, 17971, - 8986: 17972, 17973, 17974, - 8987: 17972, 17974, 17975, - 8988: 17976, 17977, 17978, - 8989: 17976, 17978, 17979, - 8990: 17980, 17981, 17982, - 8991: 17980, 17982, 17983, - 8992: 17984, 17985, 17986, - 8993: 17984, 17986, 17987, - 8994: 17988, 17989, 17990, - 8995: 17988, 17990, 17991, - 8996: 17992, 17993, 17994, - 8997: 17992, 17994, 17995, - 8998: 17996, 17997, 17998, - 8999: 17996, 17998, 17999, - 9000: 18000, 18001, 18002, - 9001: 18000, 18002, 18003, - 9002: 18004, 18005, 18006, - 9003: 18004, 18006, 18007, - 9004: 18008, 18009, 18010, - 9005: 18008, 18010, 18011, - 9006: 18012, 18013, 18014, - 9007: 18012, 18014, 18015, - 9008: 18016, 18017, 18018, - 9009: 18016, 18018, 18019, - 9010: 18020, 18021, 18022, - 9011: 18020, 18022, 18023, - 9012: 18024, 18025, 18026, - 9013: 18024, 18026, 18027, - 9014: 18028, 18029, 18030, - 9015: 18028, 18030, 18031, - 9016: 18032, 18033, 18034, - 9017: 18032, 18034, 18035, - 9018: 18036, 18037, 18038, - 9019: 18036, 18038, 18039, - 9020: 18040, 18041, 18042, - 9021: 18040, 18042, 18043, - 9022: 18044, 18045, 18046, - 9023: 18044, 18046, 18047, - 9024: 18048, 18049, 18050, - 9025: 18048, 18050, 18051, - 9026: 18052, 18053, 18054, - 9027: 18052, 18054, 18055, - 9028: 18056, 18057, 18058, - 9029: 18056, 18058, 18059, - 9030: 18060, 18061, 18062, - 9031: 18060, 18062, 18063, - 9032: 18064, 18065, 18066, - 9033: 18064, 18066, 18067, - 9034: 18068, 18069, 18070, - 9035: 18068, 18070, 18071, - 9036: 18072, 18073, 18074, - 9037: 18072, 18074, 18075, - 9038: 18076, 18077, 18078, - 9039: 18076, 18078, 18079, - 9040: 18080, 18081, 18082, - 9041: 18080, 18082, 18083, - 9042: 18084, 18085, 18086, - 9043: 18084, 18086, 18087, - 9044: 18088, 18089, 18090, - 9045: 18088, 18090, 18091, - 9046: 18092, 18093, 18094, - 9047: 18092, 18094, 18095, - 9048: 18096, 18097, 18098, - 9049: 18096, 18098, 18099, - 9050: 18100, 18101, 18102, - 9051: 18100, 18102, 18103, - 9052: 18104, 18105, 18106, - 9053: 18104, 18106, 18107, - 9054: 18108, 18109, 18110, - 9055: 18108, 18110, 18111, - 9056: 18112, 18113, 18114, - 9057: 18112, 18114, 18115, - 9058: 18116, 18117, 18118, - 9059: 18116, 18118, 18119, - 9060: 18120, 18121, 18122, - 9061: 18120, 18122, 18123, - 9062: 18124, 18125, 18126, - 9063: 18124, 18126, 18127, - 9064: 18128, 18129, 18130, - 9065: 18128, 18130, 18131, - 9066: 18132, 18133, 18134, - 9067: 18132, 18134, 18135, - 9068: 18136, 18137, 18138, - 9069: 18136, 18138, 18139, - 9070: 18140, 18141, 18142, - 9071: 18140, 18142, 18143, - 9072: 18144, 18145, 18146, - 9073: 18144, 18146, 18147, - 9074: 18148, 18149, 18150, - 9075: 18148, 18150, 18151, - 9076: 18152, 18153, 18154, - 9077: 18152, 18154, 18155, - 9078: 18156, 18157, 18158, - 9079: 18156, 18158, 18159, - 9080: 18160, 18161, 18162, - 9081: 18160, 18162, 18163, - 9082: 18164, 18165, 18166, - 9083: 18164, 18166, 18167, - 9084: 18168, 18169, 18170, - 9085: 18168, 18170, 18171, - 9086: 18172, 18173, 18174, - 9087: 18172, 18174, 18175, - 9088: 18176, 18177, 18178, - 9089: 18176, 18178, 18179, - 9090: 18180, 18181, 18182, - 9091: 18180, 18182, 18183, - 9092: 18184, 18185, 18186, - 9093: 18184, 18186, 18187, - 9094: 18188, 18189, 18190, - 9095: 18188, 18190, 18191, - 9096: 18192, 18193, 18194, - 9097: 18192, 18194, 18195, - 9098: 18196, 18197, 18198, - 9099: 18196, 18198, 18199, - 9100: 18200, 18201, 18202, - 9101: 18200, 18202, 18203, - 9102: 18204, 18205, 18206, - 9103: 18204, 18206, 18207, - 9104: 18208, 18209, 18210, - 9105: 18208, 18210, 18211, - 9106: 18212, 18213, 18214, - 9107: 18212, 18214, 18215, - 9108: 18216, 18217, 18218, - 9109: 18216, 18218, 18219, - 9110: 18220, 18221, 18222, - 9111: 18220, 18222, 18223, - 9112: 18224, 18225, 18226, - 9113: 18224, 18226, 18227, - 9114: 18228, 18229, 18230, - 9115: 18228, 18230, 18231, - 9116: 18232, 18233, 18234, - 9117: 18232, 18234, 18235, - 9118: 18236, 18237, 18238, - 9119: 18236, 18238, 18239, - 9120: 18240, 18241, 18242, - 9121: 18240, 18242, 18243, - 9122: 18244, 18245, 18246, - 9123: 18244, 18246, 18247, - 9124: 18248, 18249, 18250, - 9125: 18248, 18250, 18251, - 9126: 18252, 18253, 18254, - 9127: 18252, 18254, 18255, - 9128: 18256, 18257, 18258, - 9129: 18256, 18258, 18259, - 9130: 18260, 18261, 18262, - 9131: 18260, 18262, 18263, - 9132: 18264, 18265, 18266, - 9133: 18264, 18266, 18267, - 9134: 18268, 18269, 18270, - 9135: 18268, 18270, 18271, - 9136: 18272, 18273, 18274, - 9137: 18272, 18274, 18275, - 9138: 18276, 18277, 18278, - 9139: 18276, 18278, 18279, - 9140: 18280, 18281, 18282, - 9141: 18280, 18282, 18283, - 9142: 18284, 18285, 18286, - 9143: 18284, 18286, 18287, - 9144: 18288, 18289, 18290, - 9145: 18288, 18290, 18291, - 9146: 18292, 18293, 18294, - 9147: 18292, 18294, 18295, - 9148: 18296, 18297, 18298, - 9149: 18296, 18298, 18299, - 9150: 18300, 18301, 18302, - 9151: 18300, 18302, 18303, - 9152: 18304, 18305, 18306, - 9153: 18304, 18306, 18307, - 9154: 18308, 18309, 18310, - 9155: 18308, 18310, 18311, - 9156: 18312, 18313, 18314, - 9157: 18312, 18314, 18315, - 9158: 18316, 18317, 18318, - 9159: 18316, 18318, 18319, - 9160: 18320, 18321, 18322, - 9161: 18320, 18322, 18323, - 9162: 18324, 18325, 18326, - 9163: 18324, 18326, 18327, - 9164: 18328, 18329, 18330, - 9165: 18328, 18330, 18331, - 9166: 18332, 18333, 18334, - 9167: 18332, 18334, 18335, - 9168: 18336, 18337, 18338, - 9169: 18336, 18338, 18339, - 9170: 18340, 18341, 18342, - 9171: 18340, 18342, 18343, - 9172: 18344, 18345, 18346, - 9173: 18344, 18346, 18347, - 9174: 18348, 18349, 18350, - 9175: 18348, 18350, 18351, - 9176: 18352, 18353, 18354, - 9177: 18352, 18354, 18355, - 9178: 18356, 18357, 18358, - 9179: 18356, 18358, 18359, - 9180: 18360, 18361, 18362, - 9181: 18360, 18362, 18363, - 9182: 18364, 18365, 18366, - 9183: 18364, 18366, 18367, - 9184: 18368, 18369, 18370, - 9185: 18368, 18370, 18371, - 9186: 18372, 18373, 18374, - 9187: 18372, 18374, 18375, - 9188: 18376, 18377, 18378, - 9189: 18376, 18378, 18379, - 9190: 18380, 18381, 18382, - 9191: 18380, 18382, 18383, - 9192: 18384, 18385, 18386, - 9193: 18384, 18386, 18387, - 9194: 18388, 18389, 18390, - 9195: 18388, 18390, 18391, - 9196: 18392, 18393, 18394, - 9197: 18392, 18394, 18395, - 9198: 18396, 18397, 18398, - 9199: 18396, 18398, 18399, - 9200: 18400, 18401, 18402, - 9201: 18400, 18402, 18403, - 9202: 18404, 18405, 18406, - 9203: 18404, 18406, 18407, - 9204: 18408, 18409, 18410, - 9205: 18408, 18410, 18411, - 9206: 18412, 18413, 18414, - 9207: 18412, 18414, 18415, - 9208: 18416, 18417, 18418, - 9209: 18416, 18418, 18419, - 9210: 18420, 18421, 18422, - 9211: 18420, 18422, 18423, - 9212: 18424, 18425, 18426, - 9213: 18424, 18426, 18427, - 9214: 18428, 18429, 18430, - 9215: 18428, 18430, 18431, - 9216: 18432, 18433, 18434, - 9217: 18432, 18434, 18435, - 9218: 18436, 18437, 18438, - 9219: 18436, 18438, 18439, - 9220: 18440, 18441, 18442, - 9221: 18440, 18442, 18443, - 9222: 18444, 18445, 18446, - 9223: 18444, 18446, 18447, - 9224: 18448, 18449, 18450, - 9225: 18448, 18450, 18451, - 9226: 18452, 18453, 18454, - 9227: 18452, 18454, 18455, - 9228: 18456, 18457, 18458, - 9229: 18456, 18458, 18459, - 9230: 18460, 18461, 18462, - 9231: 18460, 18462, 18463, - 9232: 18464, 18465, 18466, - 9233: 18464, 18466, 18467, - 9234: 18468, 18469, 18470, - 9235: 18468, 18470, 18471, - 9236: 18472, 18473, 18474, - 9237: 18472, 18474, 18475, - 9238: 18476, 18477, 18478, - 9239: 18476, 18478, 18479, - 9240: 18480, 18481, 18482, - 9241: 18480, 18482, 18483, - 9242: 18484, 18485, 18486, - 9243: 18484, 18486, 18487, - 9244: 18488, 18489, 18490, - 9245: 18488, 18490, 18491, - 9246: 18492, 18493, 18494, - 9247: 18492, 18494, 18495, - 9248: 18496, 18497, 18498, - 9249: 18496, 18498, 18499, - 9250: 18500, 18501, 18502, - 9251: 18500, 18502, 18503, - 9252: 18504, 18505, 18506, - 9253: 18504, 18506, 18507, - 9254: 18508, 18509, 18510, - 9255: 18508, 18510, 18511, - 9256: 18512, 18513, 18514, - 9257: 18512, 18514, 18515, - 9258: 18516, 18517, 18518, - 9259: 18516, 18518, 18519, - 9260: 18520, 18521, 18522, - 9261: 18520, 18522, 18523, - 9262: 18524, 18525, 18526, - 9263: 18524, 18526, 18527, - 9264: 18528, 18529, 18530, - 9265: 18528, 18530, 18531, - 9266: 18532, 18533, 18534, - 9267: 18532, 18534, 18535, - 9268: 18536, 18537, 18538, - 9269: 18536, 18538, 18539, - 9270: 18540, 18541, 18542, - 9271: 18540, 18542, 18543, - 9272: 18544, 18545, 18546, - 9273: 18544, 18546, 18547, - 9274: 18548, 18549, 18550, - 9275: 18548, 18550, 18551, - 9276: 18552, 18553, 18554, - 9277: 18552, 18554, 18555, - 9278: 18556, 18557, 18558, - 9279: 18556, 18558, 18559, - 9280: 18560, 18561, 18562, - 9281: 18560, 18562, 18563, - 9282: 18564, 18565, 18566, - 9283: 18564, 18566, 18567, - 9284: 18568, 18569, 18570, - 9285: 18568, 18570, 18571, - 9286: 18572, 18573, 18574, - 9287: 18572, 18574, 18575, - 9288: 18576, 18577, 18578, - 9289: 18576, 18578, 18579, - 9290: 18580, 18581, 18582, - 9291: 18580, 18582, 18583, - 9292: 18584, 18585, 18586, - 9293: 18584, 18586, 18587, - 9294: 18588, 18589, 18590, - 9295: 18588, 18590, 18591, - 9296: 18592, 18593, 18594, - 9297: 18592, 18594, 18595, - 9298: 18596, 18597, 18598, - 9299: 18596, 18598, 18599, - 9300: 18600, 18601, 18602, - 9301: 18600, 18602, 18603, - 9302: 18604, 18605, 18606, - 9303: 18604, 18606, 18607, - 9304: 18608, 18609, 18610, - 9305: 18608, 18610, 18611, - 9306: 18612, 18613, 18614, - 9307: 18612, 18614, 18615, - 9308: 18616, 18617, 18618, - 9309: 18616, 18618, 18619, - 9310: 18620, 18621, 18622, - 9311: 18620, 18622, 18623, - 9312: 18624, 18625, 18626, - 9313: 18624, 18626, 18627, - 9314: 18628, 18629, 18630, - 9315: 18628, 18630, 18631, - 9316: 18632, 18633, 18634, - 9317: 18632, 18634, 18635, - 9318: 18636, 18637, 18638, - 9319: 18636, 18638, 18639, - 9320: 18640, 18641, 18642, - 9321: 18640, 18642, 18643, - 9322: 18644, 18645, 18646, - 9323: 18644, 18646, 18647, - 9324: 18648, 18649, 18650, - 9325: 18648, 18650, 18651, - 9326: 18652, 18653, 18654, - 9327: 18652, 18654, 18655, - 9328: 18656, 18657, 18658, - 9329: 18656, 18658, 18659, - 9330: 18660, 18661, 18662, - 9331: 18660, 18662, 18663, - 9332: 18664, 18665, 18666, - 9333: 18664, 18666, 18667, - 9334: 18668, 18669, 18670, - 9335: 18668, 18670, 18671, - 9336: 18672, 18673, 18674, - 9337: 18672, 18674, 18675, - 9338: 18676, 18677, 18678, - 9339: 18676, 18678, 18679, - 9340: 18680, 18681, 18682, - 9341: 18680, 18682, 18683, - 9342: 18684, 18685, 18686, - 9343: 18684, 18686, 18687, - 9344: 18688, 18689, 18690, - 9345: 18688, 18690, 18691, - 9346: 18692, 18693, 18694, - 9347: 18692, 18694, 18695, - 9348: 18696, 18697, 18698, - 9349: 18696, 18698, 18699, - 9350: 18700, 18701, 18702, - 9351: 18700, 18702, 18703, - 9352: 18704, 18705, 18706, - 9353: 18704, 18706, 18707, - 9354: 18708, 18709, 18710, - 9355: 18708, 18710, 18711, - 9356: 18712, 18713, 18714, - 9357: 18712, 18714, 18715, - 9358: 18716, 18717, 18718, - 9359: 18716, 18718, 18719, - 9360: 18720, 18721, 18722, - 9361: 18720, 18722, 18723, - 9362: 18724, 18725, 18726, - 9363: 18724, 18726, 18727, - 9364: 18728, 18729, 18730, - 9365: 18728, 18730, 18731, - 9366: 18732, 18733, 18734, - 9367: 18732, 18734, 18735, - 9368: 18736, 18737, 18738, - 9369: 18736, 18738, 18739, - 9370: 18740, 18741, 18742, - 9371: 18740, 18742, 18743, - 9372: 18744, 18745, 18746, - 9373: 18744, 18746, 18747, - 9374: 18748, 18749, 18750, - 9375: 18748, 18750, 18751, - 9376: 18752, 18753, 18754, - 9377: 18752, 18754, 18755, - 9378: 18756, 18757, 18758, - 9379: 18756, 18758, 18759, - 9380: 18760, 18761, 18762, - 9381: 18760, 18762, 18763, - 9382: 18764, 18765, 18766, - 9383: 18764, 18766, 18767, - 9384: 18768, 18769, 18770, - 9385: 18768, 18770, 18771, - 9386: 18772, 18773, 18774, - 9387: 18772, 18774, 18775, - 9388: 18776, 18777, 18778, - 9389: 18776, 18778, 18779, - 9390: 18780, 18781, 18782, - 9391: 18780, 18782, 18783, - 9392: 18784, 18785, 18786, - 9393: 18784, 18786, 18787, - 9394: 18788, 18789, 18790, - 9395: 18788, 18790, 18791, - 9396: 18792, 18793, 18794, - 9397: 18792, 18794, 18795, - 9398: 18796, 18797, 18798, - 9399: 18796, 18798, 18799, - 9400: 18800, 18801, 18802, - 9401: 18800, 18802, 18803, - 9402: 18804, 18805, 18806, - 9403: 18804, 18806, 18807, - 9404: 18808, 18809, 18810, - 9405: 18808, 18810, 18811, - 9406: 18812, 18813, 18814, - 9407: 18812, 18814, 18815, - 9408: 18816, 18817, 18818, - 9409: 18816, 18818, 18819, - 9410: 18820, 18821, 18822, - 9411: 18820, 18822, 18823, - 9412: 18824, 18825, 18826, - 9413: 18824, 18826, 18827, - 9414: 18828, 18829, 18830, - 9415: 18828, 18830, 18831, - 9416: 18832, 18833, 18834, - 9417: 18832, 18834, 18835, - 9418: 18836, 18837, 18838, - 9419: 18836, 18838, 18839, - 9420: 18840, 18841, 18842, - 9421: 18840, 18842, 18843, - 9422: 18844, 18845, 18846, - 9423: 18844, 18846, 18847, - 9424: 18848, 18849, 18850, - 9425: 18848, 18850, 18851, - 9426: 18852, 18853, 18854, - 9427: 18852, 18854, 18855, - 9428: 18856, 18857, 18858, - 9429: 18856, 18858, 18859, - 9430: 18860, 18861, 18862, - 9431: 18860, 18862, 18863, - 9432: 18864, 18865, 18866, - 9433: 18864, 18866, 18867, - 9434: 18868, 18869, 18870, - 9435: 18868, 18870, 18871, - 9436: 18872, 18873, 18874, - 9437: 18872, 18874, 18875, - 9438: 18876, 18877, 18878, - 9439: 18876, 18878, 18879, - 9440: 18880, 18881, 18882, - 9441: 18880, 18882, 18883, - 9442: 18884, 18885, 18886, - 9443: 18884, 18886, 18887, - 9444: 18888, 18889, 18890, - 9445: 18888, 18890, 18891, - 9446: 18892, 18893, 18894, - 9447: 18892, 18894, 18895, - 9448: 18896, 18897, 18898, - 9449: 18896, 18898, 18899, - 9450: 18900, 18901, 18902, - 9451: 18900, 18902, 18903, - 9452: 18904, 18905, 18906, - 9453: 18904, 18906, 18907, - 9454: 18908, 18909, 18910, - 9455: 18908, 18910, 18911, - 9456: 18912, 18913, 18914, - 9457: 18912, 18914, 18915, - 9458: 18916, 18917, 18918, - 9459: 18916, 18918, 18919, - 9460: 18920, 18921, 18922, - 9461: 18920, 18922, 18923, - 9462: 18924, 18925, 18926, - 9463: 18924, 18926, 18927, - 9464: 18928, 18929, 18930, - 9465: 18928, 18930, 18931, - 9466: 18932, 18933, 18934, - 9467: 18932, 18934, 18935, - 9468: 18936, 18937, 18938, - 9469: 18936, 18938, 18939, - 9470: 18940, 18941, 18942, - 9471: 18940, 18942, 18943, - 9472: 18944, 18945, 18946, - 9473: 18944, 18946, 18947, - 9474: 18948, 18949, 18950, - 9475: 18948, 18950, 18951, - 9476: 18952, 18953, 18954, - 9477: 18952, 18954, 18955, - 9478: 18956, 18957, 18958, - 9479: 18956, 18958, 18959, - 9480: 18960, 18961, 18962, - 9481: 18960, 18962, 18963, - 9482: 18964, 18965, 18966, - 9483: 18964, 18966, 18967, - 9484: 18968, 18969, 18970, - 9485: 18968, 18970, 18971, - 9486: 18972, 18973, 18974, - 9487: 18972, 18974, 18975, - 9488: 18976, 18977, 18978, - 9489: 18976, 18978, 18979, - 9490: 18980, 18981, 18982, - 9491: 18980, 18982, 18983, - 9492: 18984, 18985, 18986, - 9493: 18984, 18986, 18987, - 9494: 18988, 18989, 18990, - 9495: 18988, 18990, 18991, - 9496: 18992, 18993, 18994, - 9497: 18992, 18994, 18995, - 9498: 18996, 18997, 18998, - 9499: 18996, 18998, 18999, - 9500: 19000, 19001, 19002, - 9501: 19000, 19002, 19003, - 9502: 19004, 19005, 19006, - 9503: 19004, 19006, 19007, - 9504: 19008, 19009, 19010, - 9505: 19008, 19010, 19011, - 9506: 19012, 19013, 19014, - 9507: 19012, 19014, 19015, - 9508: 19016, 19017, 19018, - 9509: 19016, 19018, 19019, - 9510: 19020, 19021, 19022, - 9511: 19020, 19022, 19023, - 9512: 19024, 19025, 19026, - 9513: 19024, 19026, 19027, - 9514: 19028, 19029, 19030, - 9515: 19028, 19030, 19031, - 9516: 19032, 19033, 19034, - 9517: 19032, 19034, 19035, - 9518: 19036, 19037, 19038, - 9519: 19036, 19038, 19039, - 9520: 19040, 19041, 19042, - 9521: 19040, 19042, 19043, - 9522: 19044, 19045, 19046, - 9523: 19044, 19046, 19047, - 9524: 19048, 19049, 19050, - 9525: 19048, 19050, 19051, - 9526: 19052, 19053, 19054, - 9527: 19052, 19054, 19055, - 9528: 19056, 19057, 19058, - 9529: 19056, 19058, 19059, - 9530: 19060, 19061, 19062, - 9531: 19060, 19062, 19063, - 9532: 19064, 19065, 19066, - 9533: 19064, 19066, 19067, - 9534: 19068, 19069, 19070, - 9535: 19068, 19070, 19071, - 9536: 19072, 19073, 19074, - 9537: 19072, 19074, 19075, - 9538: 19076, 19077, 19078, - 9539: 19076, 19078, 19079, - 9540: 19080, 19081, 19082, - 9541: 19080, 19082, 19083, - 9542: 19084, 19085, 19086, - 9543: 19084, 19086, 19087, - 9544: 19088, 19089, 19090, - 9545: 19088, 19090, 19091, - 9546: 19092, 19093, 19094, - 9547: 19092, 19094, 19095, - 9548: 19096, 19097, 19098, - 9549: 19096, 19098, 19099, - 9550: 19100, 19101, 19102, - 9551: 19100, 19102, 19103, - 9552: 19104, 19105, 19106, - 9553: 19104, 19106, 19107, - 9554: 19108, 19109, 19110, - 9555: 19108, 19110, 19111, - 9556: 19112, 19113, 19114, - 9557: 19112, 19114, 19115, - 9558: 19116, 19117, 19118, - 9559: 19116, 19118, 19119, - 9560: 19120, 19121, 19122, - 9561: 19120, 19122, 19123, - 9562: 19124, 19125, 19126, - 9563: 19124, 19126, 19127, - 9564: 19128, 19129, 19130, - 9565: 19128, 19130, 19131, - 9566: 19132, 19133, 19134, - 9567: 19132, 19134, 19135, - 9568: 19136, 19137, 19138, - 9569: 19136, 19138, 19139, - 9570: 19140, 19141, 19142, - 9571: 19140, 19142, 19143, - 9572: 19144, 19145, 19146, - 9573: 19144, 19146, 19147, - 9574: 19148, 19149, 19150, - 9575: 19148, 19150, 19151, - 9576: 19152, 19153, 19154, - 9577: 19152, 19154, 19155, - 9578: 19156, 19157, 19158, - 9579: 19156, 19158, 19159, - 9580: 19160, 19161, 19162, - 9581: 19160, 19162, 19163, - 9582: 19164, 19165, 19166, - 9583: 19164, 19166, 19167, - 9584: 19168, 19169, 19170, - 9585: 19168, 19170, 19171, - 9586: 19172, 19173, 19174, - 9587: 19172, 19174, 19175, - 9588: 19176, 19177, 19178, - 9589: 19176, 19178, 19179, - 9590: 19180, 19181, 19182, - 9591: 19180, 19182, 19183, - 9592: 19184, 19185, 19186, - 9593: 19184, 19186, 19187, - 9594: 19188, 19189, 19190, - 9595: 19188, 19190, 19191, - 9596: 19192, 19193, 19194, - 9597: 19192, 19194, 19195, - 9598: 19196, 19197, 19198, - 9599: 19196, 19198, 19199, - 9600: 19200, 19201, 19202, - 9601: 19200, 19202, 19203, - 9602: 19204, 19205, 19206, - 9603: 19204, 19206, 19207, - 9604: 19208, 19209, 19210, - 9605: 19208, 19210, 19211, - 9606: 19212, 19213, 19214, - 9607: 19212, 19214, 19215, - 9608: 19216, 19217, 19218, - 9609: 19216, 19218, 19219, - 9610: 19220, 19221, 19222, - 9611: 19220, 19222, 19223, - 9612: 19224, 19225, 19226, - 9613: 19224, 19226, 19227, - 9614: 19228, 19229, 19230, - 9615: 19228, 19230, 19231, - 9616: 19232, 19233, 19234, - 9617: 19232, 19234, 19235, - 9618: 19236, 19237, 19238, - 9619: 19236, 19238, 19239, - 9620: 19240, 19241, 19242, - 9621: 19240, 19242, 19243, - 9622: 19244, 19245, 19246, - 9623: 19244, 19246, 19247, - 9624: 19248, 19249, 19250, - 9625: 19248, 19250, 19251, - 9626: 19252, 19253, 19254, - 9627: 19252, 19254, 19255, - 9628: 19256, 19257, 19258, - 9629: 19256, 19258, 19259, - 9630: 19260, 19261, 19262, - 9631: 19260, 19262, 19263, - 9632: 19264, 19265, 19266, - 9633: 19264, 19266, 19267, - 9634: 19268, 19269, 19270, - 9635: 19268, 19270, 19271, - 9636: 19272, 19273, 19274, - 9637: 19272, 19274, 19275, - 9638: 19276, 19277, 19278, - 9639: 19276, 19278, 19279, - 9640: 19280, 19281, 19282, - 9641: 19280, 19282, 19283, - 9642: 19284, 19285, 19286, - 9643: 19284, 19286, 19287, - 9644: 19288, 19289, 19290, - 9645: 19288, 19290, 19291, - 9646: 19292, 19293, 19294, - 9647: 19292, 19294, 19295, - 9648: 19296, 19297, 19298, - 9649: 19296, 19298, 19299, - 9650: 19300, 19301, 19302, - 9651: 19300, 19302, 19303, - 9652: 19304, 19305, 19306, - 9653: 19304, 19306, 19307, - 9654: 19308, 19309, 19310, - 9655: 19308, 19310, 19311, - 9656: 19312, 19313, 19314, - 9657: 19312, 19314, 19315, - 9658: 19316, 19317, 19318, - 9659: 19316, 19318, 19319, - 9660: 19320, 19321, 19322, - 9661: 19320, 19322, 19323, - 9662: 19324, 19325, 19326, - 9663: 19324, 19326, 19327, - 9664: 19328, 19329, 19330, - 9665: 19328, 19330, 19331, - 9666: 19332, 19333, 19334, - 9667: 19332, 19334, 19335, - 9668: 19336, 19337, 19338, - 9669: 19336, 19338, 19339, - 9670: 19340, 19341, 19342, - 9671: 19340, 19342, 19343, - 9672: 19344, 19345, 19346, - 9673: 19344, 19346, 19347, - 9674: 19348, 19349, 19350, - 9675: 19348, 19350, 19351, - 9676: 19352, 19353, 19354, - 9677: 19352, 19354, 19355, - 9678: 19356, 19357, 19358, - 9679: 19356, 19358, 19359, - 9680: 19360, 19361, 19362, - 9681: 19360, 19362, 19363, - 9682: 19364, 19365, 19366, - 9683: 19364, 19366, 19367, - 9684: 19368, 19369, 19370, - 9685: 19368, 19370, 19371, - 9686: 19372, 19373, 19374, - 9687: 19372, 19374, 19375, - 9688: 19376, 19377, 19378, - 9689: 19376, 19378, 19379, - 9690: 19380, 19381, 19382, - 9691: 19380, 19382, 19383, - 9692: 19384, 19385, 19386, - 9693: 19384, 19386, 19387, - 9694: 19388, 19389, 19390, - 9695: 19388, 19390, 19391, - 9696: 19392, 19393, 19394, - 9697: 19392, 19394, 19395, - 9698: 19396, 19397, 19398, - 9699: 19396, 19398, 19399, - 9700: 19400, 19401, 19402, - 9701: 19400, 19402, 19403, - 9702: 19404, 19405, 19406, - 9703: 19404, 19406, 19407, - 9704: 19408, 19409, 19410, - 9705: 19408, 19410, 19411, - 9706: 19412, 19413, 19414, - 9707: 19412, 19414, 19415, - 9708: 19416, 19417, 19418, - 9709: 19416, 19418, 19419, - 9710: 19420, 19421, 19422, - 9711: 19420, 19422, 19423, - 9712: 19424, 19425, 19426, - 9713: 19424, 19426, 19427, - 9714: 19428, 19429, 19430, - 9715: 19428, 19430, 19431, - 9716: 19432, 19433, 19434, - 9717: 19432, 19434, 19435, - 9718: 19436, 19437, 19438, - 9719: 19436, 19438, 19439, - 9720: 19440, 19441, 19442, - 9721: 19440, 19442, 19443, - 9722: 19444, 19445, 19446, - 9723: 19444, 19446, 19447, - 9724: 19448, 19449, 19450, - 9725: 19448, 19450, 19451, - 9726: 19452, 19453, 19454, - 9727: 19452, 19454, 19455, - 9728: 19456, 19457, 19458, - 9729: 19456, 19458, 19459, - 9730: 19460, 19461, 19462, - 9731: 19460, 19462, 19463, - 9732: 19464, 19465, 19466, - 9733: 19464, 19466, 19467, - 9734: 19468, 19469, 19470, - 9735: 19468, 19470, 19471, - 9736: 19472, 19473, 19474, - 9737: 19472, 19474, 19475, - 9738: 19476, 19477, 19478, - 9739: 19476, 19478, 19479, - 9740: 19480, 19481, 19482, - 9741: 19480, 19482, 19483, - 9742: 19484, 19485, 19486, - 9743: 19484, 19486, 19487, - 9744: 19488, 19489, 19490, - 9745: 19488, 19490, 19491, - 9746: 19492, 19493, 19494, - 9747: 19492, 19494, 19495, - 9748: 19496, 19497, 19498, - 9749: 19496, 19498, 19499, - 9750: 19500, 19501, 19502, - 9751: 19500, 19502, 19503, - 9752: 19504, 19505, 19506, - 9753: 19504, 19506, 19507, - 9754: 19508, 19509, 19510, - 9755: 19508, 19510, 19511, - 9756: 19512, 19513, 19514, - 9757: 19512, 19514, 19515, - 9758: 19516, 19517, 19518, - 9759: 19516, 19518, 19519, - 9760: 19520, 19521, 19522, - 9761: 19520, 19522, 19523, - 9762: 19524, 19525, 19526, - 9763: 19524, 19526, 19527, - 9764: 19528, 19529, 19530, - 9765: 19528, 19530, 19531, - 9766: 19532, 19533, 19534, - 9767: 19532, 19534, 19535, - 9768: 19536, 19537, 19538, - 9769: 19536, 19538, 19539, - 9770: 19540, 19541, 19542, - 9771: 19540, 19542, 19543, - 9772: 19544, 19545, 19546, - 9773: 19544, 19546, 19547, - 9774: 19548, 19549, 19550, - 9775: 19548, 19550, 19551, - 9776: 19552, 19553, 19554, - 9777: 19552, 19554, 19555, - 9778: 19556, 19557, 19558, - 9779: 19556, 19558, 19559, - 9780: 19560, 19561, 19562, - 9781: 19560, 19562, 19563, - 9782: 19564, 19565, 19566, - 9783: 19564, 19566, 19567, - 9784: 19568, 19569, 19570, - 9785: 19568, 19570, 19571, - 9786: 19572, 19573, 19574, - 9787: 19572, 19574, 19575, - 9788: 19576, 19577, 19578, - 9789: 19576, 19578, 19579, - 9790: 19580, 19581, 19582, - 9791: 19580, 19582, 19583, - 9792: 19584, 19585, 19586, - 9793: 19584, 19586, 19587, - 9794: 19588, 19589, 19590, - 9795: 19588, 19590, 19591, - 9796: 19592, 19593, 19594, - 9797: 19592, 19594, 19595, - 9798: 19596, 19597, 19598, - 9799: 19596, 19598, 19599, - 9800: 19600, 19601, 19602, - 9801: 19600, 19602, 19603, - 9802: 19604, 19605, 19606, - 9803: 19604, 19606, 19607, - 9804: 19608, 19609, 19610, - 9805: 19608, 19610, 19611, - 9806: 19612, 19613, 19614, - 9807: 19612, 19614, 19615, - 9808: 19616, 19617, 19618, - 9809: 19616, 19618, 19619, - 9810: 19620, 19621, 19622, - 9811: 19620, 19622, 19623, - 9812: 19624, 19625, 19626, - 9813: 19624, 19626, 19627, - 9814: 19628, 19629, 19630, - 9815: 19628, 19630, 19631, - 9816: 19632, 19633, 19634, - 9817: 19632, 19634, 19635, - 9818: 19636, 19637, 19638, - 9819: 19636, 19638, 19639, - 9820: 19640, 19641, 19642, - 9821: 19640, 19642, 19643, - 9822: 19644, 19645, 19646, - 9823: 19644, 19646, 19647, - 9824: 19648, 19649, 19650, - 9825: 19648, 19650, 19651, - 9826: 19652, 19653, 19654, - 9827: 19652, 19654, 19655, - 9828: 19656, 19657, 19658, - 9829: 19656, 19658, 19659, - 9830: 19660, 19661, 19662, - 9831: 19660, 19662, 19663, - 9832: 19664, 19665, 19666, - 9833: 19664, 19666, 19667, - 9834: 19668, 19669, 19670, - 9835: 19668, 19670, 19671, - 9836: 19672, 19673, 19674, - 9837: 19672, 19674, 19675, - 9838: 19676, 19677, 19678, - 9839: 19676, 19678, 19679, - 9840: 19680, 19681, 19682, - 9841: 19680, 19682, 19683, - 9842: 19684, 19685, 19686, - 9843: 19684, 19686, 19687, - 9844: 19688, 19689, 19690, - 9845: 19688, 19690, 19691, - 9846: 19692, 19693, 19694, - 9847: 19692, 19694, 19695, - 9848: 19696, 19697, 19698, - 9849: 19696, 19698, 19699, - 9850: 19700, 19701, 19702, - 9851: 19700, 19702, 19703, - 9852: 19704, 19705, 19706, - 9853: 19704, 19706, 19707, - 9854: 19708, 19709, 19710, - 9855: 19708, 19710, 19711, - 9856: 19712, 19713, 19714, - 9857: 19712, 19714, 19715, - 9858: 19716, 19717, 19718, - 9859: 19716, 19718, 19719, - 9860: 19720, 19721, 19722, - 9861: 19720, 19722, 19723, - 9862: 19724, 19725, 19726, - 9863: 19724, 19726, 19727, - 9864: 19728, 19729, 19730, - 9865: 19728, 19730, 19731, - 9866: 19732, 19733, 19734, - 9867: 19732, 19734, 19735, - 9868: 19736, 19737, 19738, - 9869: 19736, 19738, 19739, - 9870: 19740, 19741, 19742, - 9871: 19740, 19742, 19743, - 9872: 19744, 19745, 19746, - 9873: 19744, 19746, 19747, - 9874: 19748, 19749, 19750, - 9875: 19748, 19750, 19751, - 9876: 19752, 19753, 19754, - 9877: 19752, 19754, 19755, - 9878: 19756, 19757, 19758, - 9879: 19756, 19758, 19759, - 9880: 19760, 19761, 19762, - 9881: 19760, 19762, 19763, - 9882: 19764, 19765, 19766, - 9883: 19764, 19766, 19767, - 9884: 19768, 19769, 19770, - 9885: 19768, 19770, 19771, - 9886: 19772, 19773, 19774, - 9887: 19772, 19774, 19775, - 9888: 19776, 19777, 19778, - 9889: 19776, 19778, 19779, - 9890: 19780, 19781, 19782, - 9891: 19780, 19782, 19783, - 9892: 19784, 19785, 19786, - 9893: 19784, 19786, 19787, - 9894: 19788, 19789, 19790, - 9895: 19788, 19790, 19791, - 9896: 19792, 19793, 19794, - 9897: 19792, 19794, 19795, - 9898: 19796, 19797, 19798, - 9899: 19796, 19798, 19799, - 9900: 19800, 19801, 19802, - 9901: 19800, 19802, 19803, - 9902: 19804, 19805, 19806, - 9903: 19804, 19806, 19807, - 9904: 19808, 19809, 19810, - 9905: 19808, 19810, 19811, - 9906: 19812, 19813, 19814, - 9907: 19812, 19814, 19815, - 9908: 19816, 19817, 19818, - 9909: 19816, 19818, 19819, - 9910: 19820, 19821, 19822, - 9911: 19820, 19822, 19823, - 9912: 19824, 19825, 19826, - 9913: 19824, 19826, 19827, - 9914: 19828, 19829, 19830, - 9915: 19828, 19830, 19831, - 9916: 19832, 19833, 19834, - 9917: 19832, 19834, 19835, - 9918: 19836, 19837, 19838, - 9919: 19836, 19838, 19839, - 9920: 19840, 19841, 19842, - 9921: 19840, 19842, 19843, - 9922: 19844, 19845, 19846, - 9923: 19844, 19846, 19847, - 9924: 19848, 19849, 19850, - 9925: 19848, 19850, 19851, - 9926: 19852, 19853, 19854, - 9927: 19852, 19854, 19855, - 9928: 19856, 19857, 19858, - 9929: 19856, 19858, 19859, - 9930: 19860, 19861, 19862, - 9931: 19860, 19862, 19863, - 9932: 19864, 19865, 19866, - 9933: 19864, 19866, 19867, - 9934: 19868, 19869, 19870, - 9935: 19868, 19870, 19871, - 9936: 19872, 19873, 19874, - 9937: 19872, 19874, 19875, - 9938: 19876, 19877, 19878, - 9939: 19876, 19878, 19879, - 9940: 19880, 19881, 19882, - 9941: 19880, 19882, 19883, - 9942: 19884, 19885, 19886, - 9943: 19884, 19886, 19887, - 9944: 19888, 19889, 19890, - 9945: 19888, 19890, 19891, - 9946: 19892, 19893, 19894, - 9947: 19892, 19894, 19895, - 9948: 19896, 19897, 19898, - 9949: 19896, 19898, 19899, - 9950: 19900, 19901, 19902, - 9951: 19900, 19902, 19903, - 9952: 19904, 19905, 19906, - 9953: 19904, 19906, 19907, - 9954: 19908, 19909, 19910, - 9955: 19908, 19910, 19911, - 9956: 19912, 19913, 19914, - 9957: 19912, 19914, 19915, - 9958: 19916, 19917, 19918, - 9959: 19916, 19918, 19919, - 9960: 19920, 19921, 19922, - 9961: 19920, 19922, 19923, - 9962: 19924, 19925, 19926, - 9963: 19924, 19926, 19927, - 9964: 19928, 19929, 19930, - 9965: 19928, 19930, 19931, - 9966: 19932, 19933, 19934, - 9967: 19932, 19934, 19935, - 9968: 19936, 19937, 19938, - 9969: 19936, 19938, 19939, - 9970: 19940, 19941, 19942, - 9971: 19940, 19942, 19943, - 9972: 19944, 19945, 19946, - 9973: 19944, 19946, 19947, - 9974: 19948, 19949, 19950, - 9975: 19948, 19950, 19951, - 9976: 19952, 19953, 19954, - 9977: 19952, 19954, 19955, - 9978: 19956, 19957, 19958, - 9979: 19956, 19958, 19959, - 9980: 19960, 19961, 19962, - 9981: 19960, 19962, 19963, - 9982: 19964, 19965, 19966, - 9983: 19964, 19966, 19967, - 9984: 19968, 19969, 19970, - 9985: 19968, 19970, 19971, - 9986: 19972, 19973, 19974, - 9987: 19972, 19974, 19975, - 9988: 19976, 19977, 19978, - 9989: 19976, 19978, 19979, - 9990: 19980, 19981, 19982, - 9991: 19980, 19982, 19983, - 9992: 19984, 19985, 19986, - 9993: 19984, 19986, 19987, - 9994: 19988, 19989, 19990, - 9995: 19988, 19990, 19991, - 9996: 19992, 19993, 19994, - 9997: 19992, 19994, 19995, - 9998: 19996, 19997, 19998, - 9999: 19996, 19998, 19999, - 10000: 20000, 20001, 20002, - 10001: 20000, 20002, 20003, - 10002: 20004, 20005, 20006, - 10003: 20004, 20006, 20007, - 10004: 20008, 20009, 20010, - 10005: 20008, 20010, 20011, - 10006: 20012, 20013, 20014, - 10007: 20012, 20014, 20015, - 10008: 20016, 20017, 20018, - 10009: 20016, 20018, 20019, - 10010: 20020, 20021, 20022, - 10011: 20020, 20022, 20023, - 10012: 20024, 20025, 20026, - 10013: 20024, 20026, 20027, - 10014: 20028, 20029, 20030, - 10015: 20028, 20030, 20031, - 10016: 20032, 20033, 20034, - 10017: 20032, 20034, 20035, - 10018: 20036, 20037, 20038, - 10019: 20036, 20038, 20039, - 10020: 20040, 20041, 20042, - 10021: 20040, 20042, 20043, - 10022: 20044, 20045, 20046, - 10023: 20044, 20046, 20047, - 10024: 20048, 20049, 20050, - 10025: 20048, 20050, 20051, - 10026: 20052, 20053, 20054, - 10027: 20052, 20054, 20055, - 10028: 20056, 20057, 20058, - 10029: 20056, 20058, 20059, - 10030: 20060, 20061, 20062, - 10031: 20060, 20062, 20063, - 10032: 20064, 20065, 20066, - 10033: 20064, 20066, 20067, - 10034: 20068, 20069, 20070, - 10035: 20068, 20070, 20071, - 10036: 20072, 20073, 20074, - 10037: 20072, 20074, 20075, - 10038: 20076, 20077, 20078, - 10039: 20076, 20078, 20079, - 10040: 20080, 20081, 20082, - 10041: 20080, 20082, 20083, - 10042: 20084, 20085, 20086, - 10043: 20084, 20086, 20087, - 10044: 20088, 20089, 20090, - 10045: 20088, 20090, 20091, - 10046: 20092, 20093, 20094, - 10047: 20092, 20094, 20095, - 10048: 20096, 20097, 20098, - 10049: 20096, 20098, 20099, - 10050: 20100, 20101, 20102, - 10051: 20100, 20102, 20103, - 10052: 20104, 20105, 20106, - 10053: 20104, 20106, 20107, - 10054: 20108, 20109, 20110, - 10055: 20108, 20110, 20111, - 10056: 20112, 20113, 20114, - 10057: 20112, 20114, 20115, - 10058: 20116, 20117, 20118, - 10059: 20116, 20118, 20119, - 10060: 20120, 20121, 20122, - 10061: 20120, 20122, 20123, - 10062: 20124, 20125, 20126, - 10063: 20124, 20126, 20127, - 10064: 20128, 20129, 20130, - 10065: 20128, 20130, 20131, - 10066: 20132, 20133, 20134, - 10067: 20132, 20134, 20135, - 10068: 20136, 20137, 20138, - 10069: 20136, 20138, 20139, - 10070: 20140, 20141, 20142, - 10071: 20140, 20142, 20143, - 10072: 20144, 20145, 20146, - 10073: 20144, 20146, 20147, - 10074: 20148, 20149, 20150, - 10075: 20148, 20150, 20151, - 10076: 20152, 20153, 20154, - 10077: 20152, 20154, 20155, - 10078: 20156, 20157, 20158, - 10079: 20156, 20158, 20159, - 10080: 20160, 20161, 20162, - 10081: 20160, 20162, 20163, - 10082: 20164, 20165, 20166, - 10083: 20164, 20166, 20167, - 10084: 20168, 20169, 20170, - 10085: 20168, 20170, 20171, - 10086: 20172, 20173, 20174, - 10087: 20172, 20174, 20175, - 10088: 20176, 20177, 20178, - 10089: 20176, 20178, 20179, - 10090: 20180, 20181, 20182, - 10091: 20180, 20182, 20183, - 10092: 20184, 20185, 20186, - 10093: 20184, 20186, 20187, - 10094: 20188, 20189, 20190, - 10095: 20188, 20190, 20191, - 10096: 20192, 20193, 20194, - 10097: 20192, 20194, 20195, - 10098: 20196, 20197, 20198, - 10099: 20196, 20198, 20199, - 10100: 20200, 20201, 20202, - 10101: 20200, 20202, 20203, - 10102: 20204, 20205, 20206, - 10103: 20204, 20206, 20207, - 10104: 20208, 20209, 20210, - 10105: 20208, 20210, 20211, - 10106: 20212, 20213, 20214, - 10107: 20212, 20214, 20215, - 10108: 20216, 20217, 20218, - 10109: 20216, 20218, 20219, - 10110: 20220, 20221, 20222, - 10111: 20220, 20222, 20223, - 10112: 20224, 20225, 20226, - 10113: 20224, 20226, 20227, - 10114: 20228, 20229, 20230, - 10115: 20228, 20230, 20231, - 10116: 20232, 20233, 20234, - 10117: 20232, 20234, 20235, - 10118: 20236, 20237, 20238, - 10119: 20236, 20238, 20239, - 10120: 20240, 20241, 20242, - 10121: 20240, 20242, 20243, - 10122: 20244, 20245, 20246, - 10123: 20244, 20246, 20247, - 10124: 20248, 20249, 20250, - 10125: 20248, 20250, 20251, - 10126: 20252, 20253, 20254, - 10127: 20252, 20254, 20255, - 10128: 20256, 20257, 20258, - 10129: 20256, 20258, 20259, - 10130: 20260, 20261, 20262, - 10131: 20260, 20262, 20263, - 10132: 20264, 20265, 20266, - 10133: 20264, 20266, 20267, - 10134: 20268, 20269, 20270, - 10135: 20268, 20270, 20271, - 10136: 20272, 20273, 20274, - 10137: 20272, 20274, 20275, - 10138: 20276, 20277, 20278, - 10139: 20276, 20278, 20279, - 10140: 20280, 20281, 20282, - 10141: 20280, 20282, 20283, - 10142: 20284, 20285, 20286, - 10143: 20284, 20286, 20287, - 10144: 20288, 20289, 20290, - 10145: 20288, 20290, 20291, - 10146: 20292, 20293, 20294, - 10147: 20292, 20294, 20295, - 10148: 20296, 20297, 20298, - 10149: 20296, 20298, 20299, - 10150: 20300, 20301, 20302, - 10151: 20300, 20302, 20303, - 10152: 20304, 20305, 20306, - 10153: 20304, 20306, 20307, - 10154: 20308, 20309, 20310, - 10155: 20308, 20310, 20311, - 10156: 20312, 20313, 20314, - 10157: 20312, 20314, 20315, - 10158: 20316, 20317, 20318, - 10159: 20316, 20318, 20319, - 10160: 20320, 20321, 20322, - 10161: 20320, 20322, 20323, - 10162: 20324, 20325, 20326, - 10163: 20324, 20326, 20327, - 10164: 20328, 20329, 20330, - 10165: 20328, 20330, 20331, - 10166: 20332, 20333, 20334, - 10167: 20332, 20334, 20335, - 10168: 20336, 20337, 20338, - 10169: 20336, 20338, 20339, - 10170: 20340, 20341, 20342, - 10171: 20340, 20342, 20343, - 10172: 20344, 20345, 20346, - 10173: 20344, 20346, 20347, - 10174: 20348, 20349, 20350, - 10175: 20348, 20350, 20351, - 10176: 20352, 20353, 20354, - 10177: 20352, 20354, 20355, - 10178: 20356, 20357, 20358, - 10179: 20356, 20358, 20359, - 10180: 20360, 20361, 20362, - 10181: 20360, 20362, 20363, - 10182: 20364, 20365, 20366, - 10183: 20364, 20366, 20367, - 10184: 20368, 20369, 20370, - 10185: 20368, 20370, 20371, - 10186: 20372, 20373, 20374, - 10187: 20372, 20374, 20375, - 10188: 20376, 20377, 20378, - 10189: 20376, 20378, 20379, - 10190: 20380, 20381, 20382, - 10191: 20380, 20382, 20383, - 10192: 20384, 20385, 20386, - 10193: 20384, 20386, 20387, - 10194: 20388, 20389, 20390, - 10195: 20388, 20390, 20391, - 10196: 20392, 20393, 20394, - 10197: 20392, 20394, 20395, - 10198: 20396, 20397, 20398, - 10199: 20396, 20398, 20399, - 10200: 20400, 20401, 20402, - 10201: 20400, 20402, 20403, - 10202: 20404, 20405, 20406, - 10203: 20404, 20406, 20407, - 10204: 20408, 20409, 20410, - 10205: 20408, 20410, 20411, - 10206: 20412, 20413, 20414, - 10207: 20412, 20414, 20415, - 10208: 20416, 20417, 20418, - 10209: 20416, 20418, 20419, - 10210: 20420, 20421, 20422, - 10211: 20420, 20422, 20423, - 10212: 20424, 20425, 20426, - 10213: 20424, 20426, 20427, - 10214: 20428, 20429, 20430, - 10215: 20428, 20430, 20431, - 10216: 20432, 20433, 20434, - 10217: 20432, 20434, 20435, - 10218: 20436, 20437, 20438, - 10219: 20436, 20438, 20439, - 10220: 20440, 20441, 20442, - 10221: 20440, 20442, 20443, - 10222: 20444, 20445, 20446, - 10223: 20444, 20446, 20447, - 10224: 20448, 20449, 20450, - 10225: 20448, 20450, 20451, - 10226: 20452, 20453, 20454, - 10227: 20452, 20454, 20455, - 10228: 20456, 20457, 20458, - 10229: 20456, 20458, 20459, - 10230: 20460, 20461, 20462, - 10231: 20460, 20462, 20463, - 10232: 20464, 20465, 20466, - 10233: 20464, 20466, 20467, - 10234: 20468, 20469, 20470, - 10235: 20468, 20470, 20471, - 10236: 20472, 20473, 20474, - 10237: 20472, 20474, 20475, - 10238: 20476, 20477, 20478, - 10239: 20476, 20478, 20479, - 10240: 20480, 20481, 20482, - 10241: 20480, 20482, 20483, - 10242: 20484, 20485, 20486, - 10243: 20484, 20486, 20487, - 10244: 20488, 20489, 20490, - 10245: 20488, 20490, 20491, - 10246: 20492, 20493, 20494, - 10247: 20492, 20494, 20495, - 10248: 20496, 20497, 20498, - 10249: 20496, 20498, 20499, - 10250: 20500, 20501, 20502, - 10251: 20500, 20502, 20503, - 10252: 20504, 20505, 20506, - 10253: 20504, 20506, 20507, - 10254: 20508, 20509, 20510, - 10255: 20508, 20510, 20511, - 10256: 20512, 20513, 20514, - 10257: 20512, 20514, 20515, - 10258: 20516, 20517, 20518, - 10259: 20516, 20518, 20519, - 10260: 20520, 20521, 20522, - 10261: 20520, 20522, 20523, - 10262: 20524, 20525, 20526, - 10263: 20524, 20526, 20527, - 10264: 20528, 20529, 20530, - 10265: 20528, 20530, 20531, - 10266: 20532, 20533, 20534, - 10267: 20532, 20534, 20535, - 10268: 20536, 20537, 20538, - 10269: 20536, 20538, 20539, - 10270: 20540, 20541, 20542, - 10271: 20540, 20542, 20543, - 10272: 20544, 20545, 20546, - 10273: 20544, 20546, 20547, - 10274: 20548, 20549, 20550, - 10275: 20548, 20550, 20551, - 10276: 20552, 20553, 20554, - 10277: 20552, 20554, 20555, - 10278: 20556, 20557, 20558, - 10279: 20556, 20558, 20559, - 10280: 20560, 20561, 20562, - 10281: 20560, 20562, 20563, - 10282: 20564, 20565, 20566, - 10283: 20564, 20566, 20567, - 10284: 20568, 20569, 20570, - 10285: 20568, 20570, 20571, - 10286: 20572, 20573, 20574, - 10287: 20572, 20574, 20575, - 10288: 20576, 20577, 20578, - 10289: 20576, 20578, 20579, - 10290: 20580, 20581, 20582, - 10291: 20580, 20582, 20583, - 10292: 20584, 20585, 20586, - 10293: 20584, 20586, 20587, - 10294: 20588, 20589, 20590, - 10295: 20588, 20590, 20591, - 10296: 20592, 20593, 20594, - 10297: 20592, 20594, 20595, - 10298: 20596, 20597, 20598, - 10299: 20596, 20598, 20599, - 10300: 20600, 20601, 20602, - 10301: 20600, 20602, 20603, - 10302: 20604, 20605, 20606, - 10303: 20604, 20606, 20607, - 10304: 20608, 20609, 20610, - 10305: 20608, 20610, 20611, - 10306: 20612, 20613, 20614, - 10307: 20612, 20614, 20615, - 10308: 20616, 20617, 20618, - 10309: 20616, 20618, 20619, - 10310: 20620, 20621, 20622, - 10311: 20620, 20622, 20623, - 10312: 20624, 20625, 20626, - 10313: 20624, 20626, 20627, - 10314: 20628, 20629, 20630, - 10315: 20628, 20630, 20631, - 10316: 20632, 20633, 20634, - 10317: 20632, 20634, 20635, - 10318: 20636, 20637, 20638, - 10319: 20636, 20638, 20639, - 10320: 20640, 20641, 20642, - 10321: 20640, 20642, 20643, - 10322: 20644, 20645, 20646, - 10323: 20644, 20646, 20647, - 10324: 20648, 20649, 20650, - 10325: 20648, 20650, 20651, - 10326: 20652, 20653, 20654, - 10327: 20652, 20654, 20655, - 10328: 20656, 20657, 20658, - 10329: 20656, 20658, 20659, - 10330: 20660, 20661, 20662, - 10331: 20660, 20662, 20663, - 10332: 20664, 20665, 20666, - 10333: 20664, 20666, 20667, - 10334: 20668, 20669, 20670, - 10335: 20668, 20670, 20671, - 10336: 20672, 20673, 20674, - 10337: 20672, 20674, 20675, - 10338: 20676, 20677, 20678, - 10339: 20676, 20678, 20679, - 10340: 20680, 20681, 20682, - 10341: 20680, 20682, 20683, - 10342: 20684, 20685, 20686, - 10343: 20684, 20686, 20687, - 10344: 20688, 20689, 20690, - 10345: 20688, 20690, 20691, - 10346: 20692, 20693, 20694, - 10347: 20692, 20694, 20695, - 10348: 20696, 20697, 20698, - 10349: 20696, 20698, 20699, - 10350: 20700, 20701, 20702, - 10351: 20700, 20702, 20703, - 10352: 20704, 20705, 20706, - 10353: 20704, 20706, 20707, - 10354: 20708, 20709, 20710, - 10355: 20708, 20710, 20711, - 10356: 20712, 20713, 20714, - 10357: 20712, 20714, 20715, - 10358: 20716, 20717, 20718, - 10359: 20716, 20718, 20719, - 10360: 20720, 20721, 20722, - 10361: 20720, 20722, 20723, - 10362: 20724, 20725, 20726, - 10363: 20724, 20726, 20727, - 10364: 20728, 20729, 20730, - 10365: 20728, 20730, 20731, - 10366: 20732, 20733, 20734, - 10367: 20732, 20734, 20735, - 10368: 20736, 20737, 20738, - 10369: 20736, 20738, 20739, - 10370: 20740, 20741, 20742, - 10371: 20740, 20742, 20743, - 10372: 20744, 20745, 20746, - 10373: 20744, 20746, 20747, - 10374: 20748, 20749, 20750, - 10375: 20748, 20750, 20751, - 10376: 20752, 20753, 20754, - 10377: 20752, 20754, 20755, - 10378: 20756, 20757, 20758, - 10379: 20756, 20758, 20759, - 10380: 20760, 20761, 20762, - 10381: 20760, 20762, 20763, - 10382: 20764, 20765, 20766, - 10383: 20764, 20766, 20767, - 10384: 20768, 20769, 20770, - 10385: 20768, 20770, 20771, - 10386: 20772, 20773, 20774, - 10387: 20772, 20774, 20775, - 10388: 20776, 20777, 20778, - 10389: 20776, 20778, 20779, - 10390: 20780, 20781, 20782, - 10391: 20780, 20782, 20783, - 10392: 20784, 20785, 20786, - 10393: 20784, 20786, 20787, - 10394: 20788, 20789, 20790, - 10395: 20788, 20790, 20791, - 10396: 20792, 20793, 20794, - 10397: 20792, 20794, 20795, - 10398: 20796, 20797, 20798, - 10399: 20796, 20798, 20799, - 10400: 20800, 20801, 20802, - 10401: 20800, 20802, 20803, - 10402: 20804, 20805, 20806, - 10403: 20804, 20806, 20807, - 10404: 20808, 20809, 20810, - 10405: 20808, 20810, 20811, - 10406: 20812, 20813, 20814, - 10407: 20812, 20814, 20815, - 10408: 20816, 20817, 20818, - 10409: 20816, 20818, 20819, - 10410: 20820, 20821, 20822, - 10411: 20820, 20822, 20823, - 10412: 20824, 20825, 20826, - 10413: 20824, 20826, 20827, - 10414: 20828, 20829, 20830, - 10415: 20828, 20830, 20831, - 10416: 20832, 20833, 20834, - 10417: 20832, 20834, 20835, - 10418: 20836, 20837, 20838, - 10419: 20836, 20838, 20839, - 10420: 20840, 20841, 20842, - 10421: 20840, 20842, 20843, - 10422: 20844, 20845, 20846, - 10423: 20844, 20846, 20847, - 10424: 20848, 20849, 20850, - 10425: 20848, 20850, 20851, - 10426: 20852, 20853, 20854, - 10427: 20852, 20854, 20855, - 10428: 20856, 20857, 20858, - 10429: 20856, 20858, 20859, - 10430: 20860, 20861, 20862, - 10431: 20860, 20862, 20863, - 10432: 20864, 20865, 20866, - 10433: 20864, 20866, 20867, - 10434: 20868, 20869, 20870, - 10435: 20868, 20870, 20871, - 10436: 20872, 20873, 20874, - 10437: 20872, 20874, 20875, - 10438: 20876, 20877, 20878, - 10439: 20876, 20878, 20879, - 10440: 20880, 20881, 20882, - 10441: 20880, 20882, 20883, - 10442: 20884, 20885, 20886, - 10443: 20884, 20886, 20887, - 10444: 20888, 20889, 20890, - 10445: 20888, 20890, 20891, - 10446: 20892, 20893, 20894, - 10447: 20892, 20894, 20895, - 10448: 20896, 20897, 20898, - 10449: 20896, 20898, 20899, - 10450: 20900, 20901, 20902, - 10451: 20900, 20902, 20903, - 10452: 20904, 20905, 20906, - 10453: 20904, 20906, 20907, - 10454: 20908, 20909, 20910, - 10455: 20908, 20910, 20911, - 10456: 20912, 20913, 20914, - 10457: 20912, 20914, 20915, - 10458: 20916, 20917, 20918, - 10459: 20916, 20918, 20919, - 10460: 20920, 20921, 20922, - 10461: 20920, 20922, 20923, - 10462: 20924, 20925, 20926, - 10463: 20924, 20926, 20927, - 10464: 20928, 20929, 20930, - 10465: 20928, 20930, 20931, - 10466: 20932, 20933, 20934, - 10467: 20932, 20934, 20935, - 10468: 20936, 20937, 20938, - 10469: 20936, 20938, 20939, - 10470: 20940, 20941, 20942, - 10471: 20940, 20942, 20943, - 10472: 20944, 20945, 20946, - 10473: 20944, 20946, 20947, - 10474: 20948, 20949, 20950, - 10475: 20948, 20950, 20951, - 10476: 20952, 20953, 20954, - 10477: 20952, 20954, 20955, - 10478: 20956, 20957, 20958, - 10479: 20956, 20958, 20959, - 10480: 20960, 20961, 20962, - 10481: 20960, 20962, 20963, - 10482: 20964, 20965, 20966, - 10483: 20964, 20966, 20967, - 10484: 20968, 20969, 20970, - 10485: 20968, 20970, 20971, - 10486: 20972, 20973, 20974, - 10487: 20972, 20974, 20975, - 10488: 20976, 20977, 20978, - 10489: 20976, 20978, 20979, - 10490: 20980, 20981, 20982, - 10491: 20980, 20982, 20983, - 10492: 20984, 20985, 20986, - 10493: 20984, 20986, 20987, - 10494: 20988, 20989, 20990, - 10495: 20988, 20990, 20991, - 10496: 20992, 20993, 20994, - 10497: 20992, 20994, 20995, - 10498: 20996, 20997, 20998, - 10499: 20996, 20998, 20999, - 10500: 21000, 21001, 21002, - 10501: 21000, 21002, 21003, - 10502: 21004, 21005, 21006, - 10503: 21004, 21006, 21007, - 10504: 21008, 21009, 21010, - 10505: 21008, 21010, 21011, - 10506: 21012, 21013, 21014, - 10507: 21012, 21014, 21015, - 10508: 21016, 21017, 21018, - 10509: 21016, 21018, 21019, - 10510: 21020, 21021, 21022, - 10511: 21020, 21022, 21023, - 10512: 21024, 21025, 21026, - 10513: 21024, 21026, 21027, - 10514: 21028, 21029, 21030, - 10515: 21028, 21030, 21031, - 10516: 21032, 21033, 21034, - 10517: 21032, 21034, 21035, - 10518: 21036, 21037, 21038, - 10519: 21036, 21038, 21039, - 10520: 21040, 21041, 21042, - 10521: 21040, 21042, 21043, - 10522: 21044, 21045, 21046, - 10523: 21044, 21046, 21047, - 10524: 21048, 21049, 21050, - 10525: 21048, 21050, 21051, - 10526: 21052, 21053, 21054, - 10527: 21052, 21054, 21055, - 10528: 21056, 21057, 21058, - 10529: 21056, 21058, 21059, - 10530: 21060, 21061, 21062, - 10531: 21060, 21062, 21063, - 10532: 21064, 21065, 21066, - 10533: 21064, 21066, 21067, - 10534: 21068, 21069, 21070, - 10535: 21068, 21070, 21071, - 10536: 21072, 21073, 21074, - 10537: 21072, 21074, 21075, - 10538: 21076, 21077, 21078, - 10539: 21076, 21078, 21079, - 10540: 21080, 21081, 21082, - 10541: 21080, 21082, 21083, - 10542: 21084, 21085, 21086, - 10543: 21084, 21086, 21087, - 10544: 21088, 21089, 21090, - 10545: 21088, 21090, 21091, - 10546: 21092, 21093, 21094, - 10547: 21092, 21094, 21095, - 10548: 21096, 21097, 21098, - 10549: 21096, 21098, 21099, - 10550: 21100, 21101, 21102, - 10551: 21100, 21102, 21103, - 10552: 21104, 21105, 21106, - 10553: 21104, 21106, 21107, - 10554: 21108, 21109, 21110, - 10555: 21108, 21110, 21111, - 10556: 21112, 21113, 21114, - 10557: 21112, 21114, 21115, - 10558: 21116, 21117, 21118, - 10559: 21116, 21118, 21119, - 10560: 21120, 21121, 21122, - 10561: 21120, 21122, 21123, - 10562: 21124, 21125, 21126, - 10563: 21124, 21126, 21127, - 10564: 21128, 21129, 21130, - 10565: 21128, 21130, 21131, - 10566: 21132, 21133, 21134, - 10567: 21132, 21134, 21135, - 10568: 21136, 21137, 21138, - 10569: 21136, 21138, 21139, - 10570: 21140, 21141, 21142, - 10571: 21140, 21142, 21143, - 10572: 21144, 21145, 21146, - 10573: 21144, 21146, 21147, - 10574: 21148, 21149, 21150, - 10575: 21148, 21150, 21151, - 10576: 21152, 21153, 21154, - 10577: 21152, 21154, 21155, - 10578: 21156, 21157, 21158, - 10579: 21156, 21158, 21159, - 10580: 21160, 21161, 21162, - 10581: 21160, 21162, 21163, - 10582: 21164, 21165, 21166, - 10583: 21164, 21166, 21167, - 10584: 21168, 21169, 21170, - 10585: 21168, 21170, 21171, - 10586: 21172, 21173, 21174, - 10587: 21172, 21174, 21175, - 10588: 21176, 21177, 21178, - 10589: 21176, 21178, 21179, - 10590: 21180, 21181, 21182, - 10591: 21180, 21182, 21183, - 10592: 21184, 21185, 21186, - 10593: 21184, 21186, 21187, - 10594: 21188, 21189, 21190, - 10595: 21188, 21190, 21191, - 10596: 21192, 21193, 21194, - 10597: 21192, 21194, 21195, - 10598: 21196, 21197, 21198, - 10599: 21196, 21198, 21199, - 10600: 21200, 21201, 21202, - 10601: 21200, 21202, 21203, - 10602: 21204, 21205, 21206, - 10603: 21204, 21206, 21207, - 10604: 21208, 21209, 21210, - 10605: 21208, 21210, 21211, - 10606: 21212, 21213, 21214, - 10607: 21212, 21214, 21215, - 10608: 21216, 21217, 21218, - 10609: 21216, 21218, 21219, - 10610: 21220, 21221, 21222, - 10611: 21220, 21222, 21223, - 10612: 21224, 21225, 21226, - 10613: 21224, 21226, 21227, - 10614: 21228, 21229, 21230, - 10615: 21228, 21230, 21231, - 10616: 21232, 21233, 21234, - 10617: 21232, 21234, 21235, - 10618: 21236, 21237, 21238, - 10619: 21236, 21238, 21239, - 10620: 21240, 21241, 21242, - 10621: 21240, 21242, 21243, - 10622: 21244, 21245, 21246, - 10623: 21244, 21246, 21247, - 10624: 21248, 21249, 21250, - 10625: 21248, 21250, 21251, - 10626: 21252, 21253, 21254, - 10627: 21252, 21254, 21255, - 10628: 21256, 21257, 21258, - 10629: 21256, 21258, 21259, - 10630: 21260, 21261, 21262, - 10631: 21260, 21262, 21263, - 10632: 21264, 21265, 21266, - 10633: 21264, 21266, 21267, - 10634: 21268, 21269, 21270, - 10635: 21268, 21270, 21271, - 10636: 21272, 21273, 21274, - 10637: 21272, 21274, 21275, - 10638: 21276, 21277, 21278, - 10639: 21276, 21278, 21279, - 10640: 21280, 21281, 21282, - 10641: 21280, 21282, 21283, - 10642: 21284, 21285, 21286, - 10643: 21284, 21286, 21287, - 10644: 21288, 21289, 21290, - 10645: 21288, 21290, 21291, - 10646: 21292, 21293, 21294, - 10647: 21292, 21294, 21295, - 10648: 21296, 21297, 21298, - 10649: 21296, 21298, 21299, - 10650: 21300, 21301, 21302, - 10651: 21300, 21302, 21303, - 10652: 21304, 21305, 21306, - 10653: 21304, 21306, 21307, - 10654: 21308, 21309, 21310, - 10655: 21308, 21310, 21311, - 10656: 21312, 21313, 21314, - 10657: 21312, 21314, 21315, - 10658: 21316, 21317, 21318, - 10659: 21316, 21318, 21319, - 10660: 21320, 21321, 21322, - 10661: 21320, 21322, 21323, - 10662: 21324, 21325, 21326, - 10663: 21324, 21326, 21327, - 10664: 21328, 21329, 21330, - 10665: 21328, 21330, 21331, - 10666: 21332, 21333, 21334, - 10667: 21332, 21334, 21335, - 10668: 21336, 21337, 21338, - 10669: 21336, 21338, 21339, - 10670: 21340, 21341, 21342, - 10671: 21340, 21342, 21343, - 10672: 21344, 21345, 21346, - 10673: 21344, 21346, 21347, - 10674: 21348, 21349, 21350, - 10675: 21348, 21350, 21351, - 10676: 21352, 21353, 21354, - 10677: 21352, 21354, 21355, - 10678: 21356, 21357, 21358, - 10679: 21356, 21358, 21359, - 10680: 21360, 21361, 21362, - 10681: 21360, 21362, 21363, - 10682: 21364, 21365, 21366, - 10683: 21364, 21366, 21367, - 10684: 21368, 21369, 21370, - 10685: 21368, 21370, 21371, - 10686: 21372, 21373, 21374, - 10687: 21372, 21374, 21375, - 10688: 21376, 21377, 21378, - 10689: 21376, 21378, 21379, - 10690: 21380, 21381, 21382, - 10691: 21380, 21382, 21383, - 10692: 21384, 21385, 21386, - 10693: 21384, 21386, 21387, - 10694: 21388, 21389, 21390, - 10695: 21388, 21390, 21391, - 10696: 21392, 21393, 21394, - 10697: 21392, 21394, 21395, - 10698: 21396, 21397, 21398, - 10699: 21396, 21398, 21399, - 10700: 21400, 21401, 21402, - 10701: 21400, 21402, 21403, - 10702: 21404, 21405, 21406, - 10703: 21404, 21406, 21407, - 10704: 21408, 21409, 21410, - 10705: 21408, 21410, 21411, - 10706: 21412, 21413, 21414, - 10707: 21412, 21414, 21415, - 10708: 21416, 21417, 21418, - 10709: 21416, 21418, 21419, - 10710: 21420, 21421, 21422, - 10711: 21420, 21422, 21423, - 10712: 21424, 21425, 21426, - 10713: 21424, 21426, 21427, - 10714: 21428, 21429, 21430, - 10715: 21428, 21430, 21431, - 10716: 21432, 21433, 21434, - 10717: 21432, 21434, 21435, - 10718: 21436, 21437, 21438, - 10719: 21436, 21438, 21439, - 10720: 21440, 21441, 21442, - 10721: 21440, 21442, 21443, - 10722: 21444, 21445, 21446, - 10723: 21444, 21446, 21447, - 10724: 21448, 21449, 21450, - 10725: 21448, 21450, 21451, - 10726: 21452, 21453, 21454, - 10727: 21452, 21454, 21455, - 10728: 21456, 21457, 21458, - 10729: 21456, 21458, 21459, - 10730: 21460, 21461, 21462, - 10731: 21460, 21462, 21463, - 10732: 21464, 21465, 21466, - 10733: 21464, 21466, 21467, - 10734: 21468, 21469, 21470, - 10735: 21468, 21470, 21471, - 10736: 21472, 21473, 21474, - 10737: 21472, 21474, 21475, - 10738: 21476, 21477, 21478, - 10739: 21476, 21478, 21479, - 10740: 21480, 21481, 21482, - 10741: 21480, 21482, 21483, - 10742: 21484, 21485, 21486, - 10743: 21484, 21486, 21487, - 10744: 21488, 21489, 21490, - 10745: 21488, 21490, 21491, - 10746: 21492, 21493, 21494, - 10747: 21492, 21494, 21495, - 10748: 21496, 21497, 21498, - 10749: 21496, 21498, 21499, - 10750: 21500, 21501, 21502, - 10751: 21500, 21502, 21503, - 10752: 21504, 21505, 21506, - 10753: 21504, 21506, 21507, - 10754: 21508, 21509, 21510, - 10755: 21508, 21510, 21511, - 10756: 21512, 21513, 21514, - 10757: 21512, 21514, 21515, - 10758: 21516, 21517, 21518, - 10759: 21516, 21518, 21519, - 10760: 21520, 21521, 21522, - 10761: 21520, 21522, 21523, - 10762: 21524, 21525, 21526, - 10763: 21524, 21526, 21527, - 10764: 21528, 21529, 21530, - 10765: 21528, 21530, 21531, - 10766: 21532, 21533, 21534, - 10767: 21532, 21534, 21535, - 10768: 21536, 21537, 21538, - 10769: 21536, 21538, 21539, - 10770: 21540, 21541, 21542, - 10771: 21540, 21542, 21543, - 10772: 21544, 21545, 21546, - 10773: 21544, 21546, 21547, - 10774: 21548, 21549, 21550, - 10775: 21548, 21550, 21551, - 10776: 21552, 21553, 21554, - 10777: 21552, 21554, 21555, - 10778: 21556, 21557, 21558, - 10779: 21556, 21558, 21559, - 10780: 21560, 21561, 21562, - 10781: 21560, 21562, 21563, - 10782: 21564, 21565, 21566, - 10783: 21564, 21566, 21567, - 10784: 21568, 21569, 21570, - 10785: 21568, 21570, 21571, - 10786: 21572, 21573, 21574, - 10787: 21572, 21574, 21575, - 10788: 21576, 21577, 21578, - 10789: 21576, 21578, 21579, - 10790: 21580, 21581, 21582, - 10791: 21580, 21582, 21583, - 10792: 21584, 21585, 21586, - 10793: 21584, 21586, 21587, - 10794: 21588, 21589, 21590, - 10795: 21588, 21590, 21591, - 10796: 21592, 21593, 21594, - 10797: 21592, 21594, 21595, - 10798: 21596, 21597, 21598, - 10799: 21596, 21598, 21599, - 10800: 21600, 21601, 21602, - 10801: 21600, 21602, 21603, - 10802: 21604, 21605, 21606, - 10803: 21604, 21606, 21607, - 10804: 21608, 21609, 21610, - 10805: 21608, 21610, 21611, - 10806: 21612, 21613, 21614, - 10807: 21612, 21614, 21615, - 10808: 21616, 21617, 21618, - 10809: 21616, 21618, 21619, - 10810: 21620, 21621, 21622, - 10811: 21620, 21622, 21623, - 10812: 21624, 21625, 21626, - 10813: 21624, 21626, 21627, - 10814: 21628, 21629, 21630, - 10815: 21628, 21630, 21631, - 10816: 21632, 21633, 21634, - 10817: 21632, 21634, 21635, - 10818: 21636, 21637, 21638, - 10819: 21636, 21638, 21639, - 10820: 21640, 21641, 21642, - 10821: 21640, 21642, 21643, - 10822: 21644, 21645, 21646, - 10823: 21644, 21646, 21647, - 10824: 21648, 21649, 21650, - 10825: 21648, 21650, 21651, - 10826: 21652, 21653, 21654, - 10827: 21652, 21654, 21655, - 10828: 21656, 21657, 21658, - 10829: 21656, 21658, 21659, - 10830: 21660, 21661, 21662, - 10831: 21660, 21662, 21663, - 10832: 21664, 21665, 21666, - 10833: 21664, 21666, 21667, - 10834: 21668, 21669, 21670, - 10835: 21668, 21670, 21671, - 10836: 21672, 21673, 21674, - 10837: 21672, 21674, 21675, - 10838: 21676, 21677, 21678, - 10839: 21676, 21678, 21679, - 10840: 21680, 21681, 21682, - 10841: 21680, 21682, 21683, - 10842: 21684, 21685, 21686, - 10843: 21684, 21686, 21687, - 10844: 21688, 21689, 21690, - 10845: 21688, 21690, 21691, - 10846: 21692, 21693, 21694, - 10847: 21692, 21694, 21695, - 10848: 21696, 21697, 21698, - 10849: 21696, 21698, 21699, - 10850: 21700, 21701, 21702, - 10851: 21700, 21702, 21703, - 10852: 21704, 21705, 21706, - 10853: 21704, 21706, 21707, - 10854: 21708, 21709, 21710, - 10855: 21708, 21710, 21711, - 10856: 21712, 21713, 21714, - 10857: 21712, 21714, 21715, - 10858: 21716, 21717, 21718, - 10859: 21716, 21718, 21719, - 10860: 21720, 21721, 21722, - 10861: 21720, 21722, 21723, - 10862: 21724, 21725, 21726, - 10863: 21724, 21726, 21727, - 10864: 21728, 21729, 21730, - 10865: 21728, 21730, 21731, - 10866: 21732, 21733, 21734, - 10867: 21732, 21734, 21735, - 10868: 21736, 21737, 21738, - 10869: 21736, 21738, 21739, - 10870: 21740, 21741, 21742, - 10871: 21740, 21742, 21743, - 10872: 21744, 21745, 21746, - 10873: 21744, 21746, 21747, - 10874: 21748, 21749, 21750, - 10875: 21748, 21750, 21751, - 10876: 21752, 21753, 21754, - 10877: 21752, 21754, 21755, - 10878: 21756, 21757, 21758, - 10879: 21756, 21758, 21759, - 10880: 21760, 21761, 21762, - 10881: 21760, 21762, 21763, - 10882: 21764, 21765, 21766, - 10883: 21764, 21766, 21767, - 10884: 21768, 21769, 21770, - 10885: 21768, 21770, 21771, - 10886: 21772, 21773, 21774, - 10887: 21772, 21774, 21775, - 10888: 21776, 21777, 21778, - 10889: 21776, 21778, 21779, - 10890: 21780, 21781, 21782, - 10891: 21780, 21782, 21783, - 10892: 21784, 21785, 21786, - 10893: 21784, 21786, 21787, - 10894: 21788, 21789, 21790, - 10895: 21788, 21790, 21791, - 10896: 21792, 21793, 21794, - 10897: 21792, 21794, 21795, - 10898: 21796, 21797, 21798, - 10899: 21796, 21798, 21799, - 10900: 21800, 21801, 21802, - 10901: 21800, 21802, 21803, - 10902: 21804, 21805, 21806, - 10903: 21804, 21806, 21807, - 10904: 21808, 21809, 21810, - 10905: 21808, 21810, 21811, - 10906: 21812, 21813, 21814, - 10907: 21812, 21814, 21815, - 10908: 21816, 21817, 21818, - 10909: 21816, 21818, 21819, - 10910: 21820, 21821, 21822, - 10911: 21820, 21822, 21823, - 10912: 21824, 21825, 21826, - 10913: 21824, 21826, 21827, - 10914: 21828, 21829, 21830, - 10915: 21828, 21830, 21831, - 10916: 21832, 21833, 21834, - 10917: 21832, 21834, 21835, - 10918: 21836, 21837, 21838, - 10919: 21836, 21838, 21839, - 10920: 21840, 21841, 21842, - 10921: 21840, 21842, 21843, - 10922: 21844, 21845, 21846, - 10923: 21844, 21846, 21847, - 10924: 21848, 21849, 21850, - 10925: 21848, 21850, 21851, - 10926: 21852, 21853, 21854, - 10927: 21852, 21854, 21855, - 10928: 21856, 21857, 21858, - 10929: 21856, 21858, 21859, - 10930: 21860, 21861, 21862, - 10931: 21860, 21862, 21863, - 10932: 21864, 21865, 21866, - 10933: 21864, 21866, 21867, - 10934: 21868, 21869, 21870, - 10935: 21868, 21870, 21871, - 10936: 21872, 21873, 21874, - 10937: 21872, 21874, 21875, - 10938: 21876, 21877, 21878, - 10939: 21876, 21878, 21879, - 10940: 21880, 21881, 21882, - 10941: 21880, 21882, 21883, - 10942: 21884, 21885, 21886, - 10943: 21884, 21886, 21887, - 10944: 21888, 21889, 21890, - 10945: 21888, 21890, 21891, - 10946: 21892, 21893, 21894, - 10947: 21892, 21894, 21895, - 10948: 21896, 21897, 21898, - 10949: 21896, 21898, 21899, - 10950: 21900, 21901, 21902, - 10951: 21900, 21902, 21903, - 10952: 21904, 21905, 21906, - 10953: 21904, 21906, 21907, - 10954: 21908, 21909, 21910, - 10955: 21908, 21910, 21911, - 10956: 21912, 21913, 21914, - 10957: 21912, 21914, 21915, - 10958: 21916, 21917, 21918, - 10959: 21916, 21918, 21919, - 10960: 21920, 21921, 21922, - 10961: 21920, 21922, 21923, - 10962: 21924, 21925, 21926, - 10963: 21924, 21926, 21927, - 10964: 21928, 21929, 21930, - 10965: 21928, 21930, 21931, - 10966: 21932, 21933, 21934, - 10967: 21932, 21934, 21935, - 10968: 21936, 21937, 21938, - 10969: 21936, 21938, 21939, - 10970: 21940, 21941, 21942, - 10971: 21940, 21942, 21943, - 10972: 21944, 21945, 21946, - 10973: 21944, 21946, 21947, - 10974: 21948, 21949, 21950, - 10975: 21948, 21950, 21951, - 10976: 21952, 21953, 21954, - 10977: 21952, 21954, 21955, - 10978: 21956, 21957, 21958, - 10979: 21956, 21958, 21959, - 10980: 21960, 21961, 21962, - 10981: 21960, 21962, 21963, - 10982: 21964, 21965, 21966, - 10983: 21964, 21966, 21967, - 10984: 21968, 21969, 21970, - 10985: 21968, 21970, 21971, - 10986: 21972, 21973, 21974, - 10987: 21972, 21974, 21975, - 10988: 21976, 21977, 21978, - 10989: 21976, 21978, 21979, - 10990: 21980, 21981, 21982, - 10991: 21980, 21982, 21983, - 10992: 21984, 21985, 21986, - 10993: 21984, 21986, 21987, - 10994: 21988, 21989, 21990, - 10995: 21988, 21990, 21991, - 10996: 21992, 21993, 21994, - 10997: 21992, 21994, 21995, - 10998: 21996, 21997, 21998, - 10999: 21996, 21998, 21999, - 11000: 22000, 22001, 22002, - 11001: 22000, 22002, 22003, - 11002: 22004, 22005, 22006, - 11003: 22004, 22006, 22007, - 11004: 22008, 22009, 22010, - 11005: 22008, 22010, 22011, - 11006: 22012, 22013, 22014, - 11007: 22012, 22014, 22015, - 11008: 22016, 22017, 22018, - 11009: 22016, 22018, 22019, - 11010: 22020, 22021, 22022, - 11011: 22020, 22022, 22023, - 11012: 22024, 22025, 22026, - 11013: 22024, 22026, 22027, - 11014: 22028, 22029, 22030, - 11015: 22028, 22030, 22031, - 11016: 22032, 22033, 22034, - 11017: 22032, 22034, 22035, - 11018: 22036, 22037, 22038, - 11019: 22036, 22038, 22039, - 11020: 22040, 22041, 22042, - 11021: 22040, 22042, 22043, - 11022: 22044, 22045, 22046, - 11023: 22044, 22046, 22047, - 11024: 22048, 22049, 22050, - 11025: 22048, 22050, 22051, - 11026: 22052, 22053, 22054, - 11027: 22052, 22054, 22055, - 11028: 22056, 22057, 22058, - 11029: 22056, 22058, 22059, - 11030: 22060, 22061, 22062, - 11031: 22060, 22062, 22063, - 11032: 22064, 22065, 22066, - 11033: 22064, 22066, 22067, - 11034: 22068, 22069, 22070, - 11035: 22068, 22070, 22071, - 11036: 22072, 22073, 22074, - 11037: 22072, 22074, 22075, - 11038: 22076, 22077, 22078, - 11039: 22076, 22078, 22079, - 11040: 22080, 22081, 22082, - 11041: 22080, 22082, 22083, - 11042: 22084, 22085, 22086, - 11043: 22084, 22086, 22087, - 11044: 22088, 22089, 22090, - 11045: 22088, 22090, 22091, - 11046: 22092, 22093, 22094, - 11047: 22092, 22094, 22095, - 11048: 22096, 22097, 22098, - 11049: 22096, 22098, 22099, - 11050: 22100, 22101, 22102, - 11051: 22100, 22102, 22103, - 11052: 22104, 22105, 22106, - 11053: 22104, 22106, 22107, - 11054: 22108, 22109, 22110, - 11055: 22108, 22110, 22111, - 11056: 22112, 22113, 22114, - 11057: 22112, 22114, 22115, - 11058: 22116, 22117, 22118, - 11059: 22116, 22118, 22119, - 11060: 22120, 22121, 22122, - 11061: 22120, 22122, 22123, - 11062: 22124, 22125, 22126, - 11063: 22124, 22126, 22127, - 11064: 22128, 22129, 22130, - 11065: 22128, 22130, 22131, - 11066: 22132, 22133, 22134, - 11067: 22132, 22134, 22135, - 11068: 22136, 22137, 22138, - 11069: 22136, 22138, 22139, - 11070: 22140, 22141, 22142, - 11071: 22140, 22142, 22143, - 11072: 22144, 22145, 22146, - 11073: 22144, 22146, 22147, - 11074: 22148, 22149, 22150, - 11075: 22148, 22150, 22151, - 11076: 22152, 22153, 22154, - 11077: 22152, 22154, 22155, - 11078: 22156, 22157, 22158, - 11079: 22156, 22158, 22159, - 11080: 22160, 22161, 22162, - 11081: 22160, 22162, 22163, - 11082: 22164, 22165, 22166, - 11083: 22164, 22166, 22167, - 11084: 22168, 22169, 22170, - 11085: 22168, 22170, 22171, - 11086: 22172, 22173, 22174, - 11087: 22172, 22174, 22175, - 11088: 22176, 22177, 22178, - 11089: 22176, 22178, 22179, - 11090: 22180, 22181, 22182, - 11091: 22180, 22182, 22183, - 11092: 22184, 22185, 22186, - 11093: 22184, 22186, 22187, - 11094: 22188, 22189, 22190, - 11095: 22188, 22190, 22191, - 11096: 22192, 22193, 22194, - 11097: 22192, 22194, 22195, - 11098: 22196, 22197, 22198, - 11099: 22196, 22198, 22199, - 11100: 22200, 22201, 22202, - 11101: 22200, 22202, 22203, - 11102: 22204, 22205, 22206, - 11103: 22204, 22206, 22207, - 11104: 22208, 22209, 22210, - 11105: 22208, 22210, 22211, - 11106: 22212, 22213, 22214, - 11107: 22212, 22214, 22215, - 11108: 22216, 22217, 22218, - 11109: 22216, 22218, 22219, - 11110: 22220, 22221, 22222, - 11111: 22220, 22222, 22223, - 11112: 22224, 22225, 22226, - 11113: 22224, 22226, 22227, - 11114: 22228, 22229, 22230, - 11115: 22228, 22230, 22231, - 11116: 22232, 22233, 22234, - 11117: 22232, 22234, 22235, - 11118: 22236, 22237, 22238, - 11119: 22236, 22238, 22239, - 11120: 22240, 22241, 22242, - 11121: 22240, 22242, 22243, - 11122: 22244, 22245, 22246, - 11123: 22244, 22246, 22247, - 11124: 22248, 22249, 22250, - 11125: 22248, 22250, 22251, - 11126: 22252, 22253, 22254, - 11127: 22252, 22254, 22255, - 11128: 22256, 22257, 22258, - 11129: 22256, 22258, 22259, - 11130: 22260, 22261, 22262, - 11131: 22260, 22262, 22263, - 11132: 22264, 22265, 22266, - 11133: 22264, 22266, 22267, - 11134: 22268, 22269, 22270, - 11135: 22268, 22270, 22271, - 11136: 22272, 22273, 22274, - 11137: 22272, 22274, 22275, - 11138: 22276, 22277, 22278, - 11139: 22276, 22278, 22279, - 11140: 22280, 22281, 22282, - 11141: 22280, 22282, 22283, - 11142: 22284, 22285, 22286, - 11143: 22284, 22286, 22287, - 11144: 22288, 22289, 22290, - 11145: 22288, 22290, 22291, - 11146: 22292, 22293, 22294, - 11147: 22292, 22294, 22295, - 11148: 22296, 22297, 22298, - 11149: 22296, 22298, 22299, - 11150: 22300, 22301, 22302, - 11151: 22300, 22302, 22303, - 11152: 22304, 22305, 22306, - 11153: 22304, 22306, 22307, - 11154: 22308, 22309, 22310, - 11155: 22308, 22310, 22311, - 11156: 22312, 22313, 22314, - 11157: 22312, 22314, 22315, - 11158: 22316, 22317, 22318, - 11159: 22316, 22318, 22319, - 11160: 22320, 22321, 22322, - 11161: 22320, 22322, 22323, - 11162: 22324, 22325, 22326, - 11163: 22324, 22326, 22327, - 11164: 22328, 22329, 22330, - 11165: 22328, 22330, 22331, - 11166: 22332, 22333, 22334, - 11167: 22332, 22334, 22335, - 11168: 22336, 22337, 22338, - 11169: 22336, 22338, 22339, - 11170: 22340, 22341, 22342, - 11171: 22340, 22342, 22343, - 11172: 22344, 22345, 22346, - 11173: 22344, 22346, 22347, - 11174: 22348, 22349, 22350, - 11175: 22348, 22350, 22351, - 11176: 22352, 22353, 22354, - 11177: 22352, 22354, 22355, - 11178: 22356, 22357, 22358, - 11179: 22356, 22358, 22359, - 11180: 22360, 22361, 22362, - 11181: 22360, 22362, 22363, - 11182: 22364, 22365, 22366, - 11183: 22364, 22366, 22367, - 11184: 22368, 22369, 22370, - 11185: 22368, 22370, 22371, - 11186: 22372, 22373, 22374, - 11187: 22372, 22374, 22375, - 11188: 22376, 22377, 22378, - 11189: 22376, 22378, 22379, - 11190: 22380, 22381, 22382, - 11191: 22380, 22382, 22383, - 11192: 22384, 22385, 22386, - 11193: 22384, 22386, 22387, - 11194: 22388, 22389, 22390, - 11195: 22388, 22390, 22391, - 11196: 22392, 22393, 22394, - 11197: 22392, 22394, 22395, - 11198: 22396, 22397, 22398, - 11199: 22396, 22398, 22399, - 11200: 22400, 22401, 22402, - 11201: 22400, 22402, 22403, - 11202: 22404, 22405, 22406, - 11203: 22404, 22406, 22407, - 11204: 22408, 22409, 22410, - 11205: 22408, 22410, 22411, - 11206: 22412, 22413, 22414, - 11207: 22412, 22414, 22415, - 11208: 22416, 22417, 22418, - 11209: 22416, 22418, 22419, - 11210: 22420, 22421, 22422, - 11211: 22420, 22422, 22423, - 11212: 22424, 22425, 22426, - 11213: 22424, 22426, 22427, - 11214: 22428, 22429, 22430, - 11215: 22428, 22430, 22431, - 11216: 22432, 22433, 22434, - 11217: 22432, 22434, 22435, - 11218: 22436, 22437, 22438, - 11219: 22436, 22438, 22439, - 11220: 22440, 22441, 22442, - 11221: 22440, 22442, 22443, - 11222: 22444, 22445, 22446, - 11223: 22444, 22446, 22447, - 11224: 22448, 22449, 22450, - 11225: 22448, 22450, 22451, - 11226: 22452, 22453, 22454, - 11227: 22452, 22454, 22455, - 11228: 22456, 22457, 22458, - 11229: 22456, 22458, 22459, - 11230: 22460, 22461, 22462, - 11231: 22460, 22462, 22463, - 11232: 22464, 22465, 22466, - 11233: 22464, 22466, 22467, - 11234: 22468, 22469, 22470, - 11235: 22468, 22470, 22471, - 11236: 22472, 22473, 22474, - 11237: 22472, 22474, 22475, - 11238: 22476, 22477, 22478, - 11239: 22476, 22478, 22479, - 11240: 22480, 22481, 22482, - 11241: 22480, 22482, 22483, - 11242: 22484, 22485, 22486, - 11243: 22484, 22486, 22487, - 11244: 22488, 22489, 22490, - 11245: 22488, 22490, 22491, - 11246: 22492, 22493, 22494, - 11247: 22492, 22494, 22495, - 11248: 22496, 22497, 22498, - 11249: 22496, 22498, 22499, - 11250: 22500, 22501, 22502, - 11251: 22500, 22502, 22503, - 11252: 22504, 22505, 22506, - 11253: 22504, 22506, 22507, - 11254: 22508, 22509, 22510, - 11255: 22508, 22510, 22511, - 11256: 22512, 22513, 22514, - 11257: 22512, 22514, 22515, - 11258: 22516, 22517, 22518, - 11259: 22516, 22518, 22519, - 11260: 22520, 22521, 22522, - 11261: 22520, 22522, 22523, - 11262: 22524, 22525, 22526, - 11263: 22524, 22526, 22527, - 11264: 22528, 22529, 22530, - 11265: 22528, 22530, 22531, - 11266: 22532, 22533, 22534, - 11267: 22532, 22534, 22535, - 11268: 22536, 22537, 22538, - 11269: 22536, 22538, 22539, - 11270: 22540, 22541, 22542, - 11271: 22540, 22542, 22543, - 11272: 22544, 22545, 22546, - 11273: 22544, 22546, 22547, - 11274: 22548, 22549, 22550, - 11275: 22548, 22550, 22551, - 11276: 22552, 22553, 22554, - 11277: 22552, 22554, 22555, - 11278: 22556, 22557, 22558, - 11279: 22556, 22558, 22559, - 11280: 22560, 22561, 22562, - 11281: 22560, 22562, 22563, - 11282: 22564, 22565, 22566, - 11283: 22564, 22566, 22567, - 11284: 22568, 22569, 22570, - 11285: 22568, 22570, 22571, - 11286: 22572, 22573, 22574, - 11287: 22572, 22574, 22575, - 11288: 22576, 22577, 22578, - 11289: 22576, 22578, 22579, - 11290: 22580, 22581, 22582, - 11291: 22580, 22582, 22583, - 11292: 22584, 22585, 22586, - 11293: 22584, 22586, 22587, - 11294: 22588, 22589, 22590, - 11295: 22588, 22590, 22591, - 11296: 22592, 22593, 22594, - 11297: 22592, 22594, 22595, - 11298: 22596, 22597, 22598, - 11299: 22596, 22598, 22599, - 11300: 22600, 22601, 22602, - 11301: 22600, 22602, 22603, - 11302: 22604, 22605, 22606, - 11303: 22604, 22606, 22607, - 11304: 22608, 22609, 22610, - 11305: 22608, 22610, 22611, - 11306: 22612, 22613, 22614, - 11307: 22612, 22614, 22615, - 11308: 22616, 22617, 22618, - 11309: 22616, 22618, 22619, - 11310: 22620, 22621, 22622, - 11311: 22620, 22622, 22623, - 11312: 22624, 22625, 22626, - 11313: 22624, 22626, 22627, - 11314: 22628, 22629, 22630, - 11315: 22628, 22630, 22631, - 11316: 22632, 22633, 22634, - 11317: 22632, 22634, 22635, - 11318: 22636, 22637, 22638, - 11319: 22636, 22638, 22639, - 11320: 22640, 22641, 22642, - 11321: 22640, 22642, 22643, - 11322: 22644, 22645, 22646, - 11323: 22644, 22646, 22647, - 11324: 22648, 22649, 22650, - 11325: 22648, 22650, 22651, - 11326: 22652, 22653, 22654, - 11327: 22652, 22654, 22655, - 11328: 22656, 22657, 22658, - 11329: 22656, 22658, 22659, - 11330: 22660, 22661, 22662, - 11331: 22660, 22662, 22663, - 11332: 22664, 22665, 22666, - 11333: 22664, 22666, 22667, - 11334: 22668, 22669, 22670, - 11335: 22668, 22670, 22671, - 11336: 22672, 22673, 22674, - 11337: 22672, 22674, 22675, - 11338: 22676, 22677, 22678, - 11339: 22676, 22678, 22679, - 11340: 22680, 22681, 22682, - 11341: 22680, 22682, 22683, - 11342: 22684, 22685, 22686, - 11343: 22684, 22686, 22687, - 11344: 22688, 22689, 22690, - 11345: 22688, 22690, 22691, - 11346: 22692, 22693, 22694, - 11347: 22692, 22694, 22695, - 11348: 22696, 22697, 22698, - 11349: 22696, 22698, 22699, - 11350: 22700, 22701, 22702, - 11351: 22700, 22702, 22703, - 11352: 22704, 22705, 22706, - 11353: 22704, 22706, 22707, - 11354: 22708, 22709, 22710, - 11355: 22708, 22710, 22711, - 11356: 22712, 22713, 22714, - 11357: 22712, 22714, 22715, - 11358: 22716, 22717, 22718, - 11359: 22716, 22718, 22719, - 11360: 22720, 22721, 22722, - 11361: 22720, 22722, 22723, - 11362: 22724, 22725, 22726, - 11363: 22724, 22726, 22727, - 11364: 22728, 22729, 22730, - 11365: 22728, 22730, 22731, - 11366: 22732, 22733, 22734, - 11367: 22732, 22734, 22735, - 11368: 22736, 22737, 22738, - 11369: 22736, 22738, 22739, - 11370: 22740, 22741, 22742, - 11371: 22740, 22742, 22743, - 11372: 22744, 22745, 22746, - 11373: 22744, 22746, 22747, - 11374: 22748, 22749, 22750, - 11375: 22748, 22750, 22751, - 11376: 22752, 22753, 22754, - 11377: 22752, 22754, 22755, - 11378: 22756, 22757, 22758, - 11379: 22756, 22758, 22759, - 11380: 22760, 22761, 22762, - 11381: 22760, 22762, 22763, - 11382: 22764, 22765, 22766, - 11383: 22764, 22766, 22767, - 11384: 22768, 22769, 22770, - 11385: 22768, 22770, 22771, - 11386: 22772, 22773, 22774, - 11387: 22772, 22774, 22775, - 11388: 22776, 22777, 22778, - 11389: 22776, 22778, 22779, - 11390: 22780, 22781, 22782, - 11391: 22780, 22782, 22783, - 11392: 22784, 22785, 22786, - 11393: 22784, 22786, 22787, - 11394: 22788, 22789, 22790, - 11395: 22788, 22790, 22791, - 11396: 22792, 22793, 22794, - 11397: 22792, 22794, 22795, - 11398: 22796, 22797, 22798, - 11399: 22796, 22798, 22799, - 11400: 22800, 22801, 22802, - 11401: 22800, 22802, 22803, - 11402: 22804, 22805, 22806, - 11403: 22804, 22806, 22807, - 11404: 22808, 22809, 22810, - 11405: 22808, 22810, 22811, - 11406: 22812, 22813, 22814, - 11407: 22812, 22814, 22815, - 11408: 22816, 22817, 22818, - 11409: 22816, 22818, 22819, - 11410: 22820, 22821, 22822, - 11411: 22820, 22822, 22823, - 11412: 22824, 22825, 22826, - 11413: 22824, 22826, 22827, - 11414: 22828, 22829, 22830, - 11415: 22828, 22830, 22831, - 11416: 22832, 22833, 22834, - 11417: 22832, 22834, 22835, - 11418: 22836, 22837, 22838, - 11419: 22836, 22838, 22839, - 11420: 22840, 22841, 22842, - 11421: 22840, 22842, 22843, - 11422: 22844, 22845, 22846, - 11423: 22844, 22846, 22847, - 11424: 22848, 22849, 22850, - 11425: 22848, 22850, 22851, - 11426: 22852, 22853, 22854, - 11427: 22852, 22854, 22855, - 11428: 22856, 22857, 22858, - 11429: 22856, 22858, 22859, - 11430: 22860, 22861, 22862, - 11431: 22860, 22862, 22863, - 11432: 22864, 22865, 22866, - 11433: 22864, 22866, 22867, - 11434: 22868, 22869, 22870, - 11435: 22868, 22870, 22871, - 11436: 22872, 22873, 22874, - 11437: 22872, 22874, 22875, - 11438: 22876, 22877, 22878, - 11439: 22876, 22878, 22879, - 11440: 22880, 22881, 22882, - 11441: 22880, 22882, 22883, - 11442: 22884, 22885, 22886, - 11443: 22884, 22886, 22887, - 11444: 22888, 22889, 22890, - 11445: 22888, 22890, 22891, - 11446: 22892, 22893, 22894, - 11447: 22892, 22894, 22895, - 11448: 22896, 22897, 22898, - 11449: 22896, 22898, 22899, - 11450: 22900, 22901, 22902, - 11451: 22900, 22902, 22903, - 11452: 22904, 22905, 22906, - 11453: 22904, 22906, 22907, - 11454: 22908, 22909, 22910, - 11455: 22908, 22910, 22911, - 11456: 22912, 22913, 22914, - 11457: 22912, 22914, 22915, - 11458: 22916, 22917, 22918, - 11459: 22916, 22918, 22919, - 11460: 22920, 22921, 22922, - 11461: 22920, 22922, 22923, - 11462: 22924, 22925, 22926, - 11463: 22924, 22926, 22927, - 11464: 22928, 22929, 22930, - 11465: 22928, 22930, 22931, - 11466: 22932, 22933, 22934, - 11467: 22932, 22934, 22935, - 11468: 22936, 22937, 22938, - 11469: 22936, 22938, 22939, - 11470: 22940, 22941, 22942, - 11471: 22940, 22942, 22943, - 11472: 22944, 22945, 22946, - 11473: 22944, 22946, 22947, - 11474: 22948, 22949, 22950, - 11475: 22948, 22950, 22951, - 11476: 22952, 22953, 22954, - 11477: 22952, 22954, 22955, - 11478: 22956, 22957, 22958, - 11479: 22956, 22958, 22959, - 11480: 22960, 22961, 22962, - 11481: 22960, 22962, 22963, - 11482: 22964, 22965, 22966, - 11483: 22964, 22966, 22967, - 11484: 22968, 22969, 22970, - 11485: 22968, 22970, 22971, - 11486: 22972, 22973, 22974, - 11487: 22972, 22974, 22975, - 11488: 22976, 22977, 22978, - 11489: 22976, 22978, 22979, - 11490: 22980, 22981, 22982, - 11491: 22980, 22982, 22983, - 11492: 22984, 22985, 22986, - 11493: 22984, 22986, 22987, - 11494: 22988, 22989, 22990, - 11495: 22988, 22990, 22991, - 11496: 22992, 22993, 22994, - 11497: 22992, 22994, 22995, - 11498: 22996, 22997, 22998, - 11499: 22996, 22998, 22999, - 11500: 23000, 23001, 23002, - 11501: 23000, 23002, 23003, - 11502: 23004, 23005, 23006, - 11503: 23004, 23006, 23007, - 11504: 23008, 23009, 23010, - 11505: 23008, 23010, 23011, - 11506: 23012, 23013, 23014, - 11507: 23012, 23014, 23015, - 11508: 23016, 23017, 23018, - 11509: 23016, 23018, 23019, - 11510: 23020, 23021, 23022, - 11511: 23020, 23022, 23023, - 11512: 23024, 23025, 23026, - 11513: 23024, 23026, 23027, - 11514: 23028, 23029, 23030, - 11515: 23028, 23030, 23031, - 11516: 23032, 23033, 23034, - 11517: 23032, 23034, 23035, - 11518: 23036, 23037, 23038, - 11519: 23036, 23038, 23039, - 11520: 23040, 23041, 23042, - 11521: 23040, 23042, 23043, - 11522: 23044, 23045, 23046, - 11523: 23044, 23046, 23047, - 11524: 23048, 23049, 23050, - 11525: 23048, 23050, 23051, - 11526: 23052, 23053, 23054, - 11527: 23052, 23054, 23055, - 11528: 23056, 23057, 23058, - 11529: 23056, 23058, 23059, - 11530: 23060, 23061, 23062, - 11531: 23060, 23062, 23063, - 11532: 23064, 23065, 23066, - 11533: 23064, 23066, 23067, - 11534: 23068, 23069, 23070, - 11535: 23068, 23070, 23071, - 11536: 23072, 23073, 23074, - 11537: 23072, 23074, 23075, - 11538: 23076, 23077, 23078, - 11539: 23076, 23078, 23079, - 11540: 23080, 23081, 23082, - 11541: 23080, 23082, 23083, - 11542: 23084, 23085, 23086, - 11543: 23084, 23086, 23087, - 11544: 23088, 23089, 23090, - 11545: 23088, 23090, 23091, - 11546: 23092, 23093, 23094, - 11547: 23092, 23094, 23095, - 11548: 23096, 23097, 23098, - 11549: 23096, 23098, 23099, - 11550: 23100, 23101, 23102, - 11551: 23100, 23102, 23103, - 11552: 23104, 23105, 23106, - 11553: 23104, 23106, 23107, - 11554: 23108, 23109, 23110, - 11555: 23108, 23110, 23111, - 11556: 23112, 23113, 23114, - 11557: 23112, 23114, 23115, - 11558: 23116, 23117, 23118, - 11559: 23116, 23118, 23119, - 11560: 23120, 23121, 23122, - 11561: 23120, 23122, 23123, - 11562: 23124, 23125, 23126, - 11563: 23124, 23126, 23127, - 11564: 23128, 23129, 23130, - 11565: 23128, 23130, 23131, - 11566: 23132, 23133, 23134, - 11567: 23132, 23134, 23135, - 11568: 23136, 23137, 23138, - 11569: 23136, 23138, 23139, - 11570: 23140, 23141, 23142, - 11571: 23140, 23142, 23143, - 11572: 23144, 23145, 23146, - 11573: 23144, 23146, 23147, - 11574: 23148, 23149, 23150, - 11575: 23148, 23150, 23151, - 11576: 23152, 23153, 23154, - 11577: 23152, 23154, 23155, - 11578: 23156, 23157, 23158, - 11579: 23156, 23158, 23159, - 11580: 23160, 23161, 23162, - 11581: 23160, 23162, 23163, - 11582: 23164, 23165, 23166, - 11583: 23164, 23166, 23167, - 11584: 23168, 23169, 23170, - 11585: 23168, 23170, 23171, - 11586: 23172, 23173, 23174, - 11587: 23172, 23174, 23175, - 11588: 23176, 23177, 23178, - 11589: 23176, 23178, 23179, - 11590: 23180, 23181, 23182, - 11591: 23180, 23182, 23183, - 11592: 23184, 23185, 23186, - 11593: 23184, 23186, 23187, - 11594: 23188, 23189, 23190, - 11595: 23188, 23190, 23191, - 11596: 23192, 23193, 23194, - 11597: 23192, 23194, 23195, - 11598: 23196, 23197, 23198, - 11599: 23196, 23198, 23199, - 11600: 23200, 23201, 23202, - 11601: 23200, 23202, 23203, - 11602: 23204, 23205, 23206, - 11603: 23204, 23206, 23207, - 11604: 23208, 23209, 23210, - 11605: 23208, 23210, 23211, - 11606: 23212, 23213, 23214, - 11607: 23212, 23214, 23215, - 11608: 23216, 23217, 23218, - 11609: 23216, 23218, 23219, - 11610: 23220, 23221, 23222, - 11611: 23220, 23222, 23223, - 11612: 23224, 23225, 23226, - 11613: 23224, 23226, 23227, - 11614: 23228, 23229, 23230, - 11615: 23228, 23230, 23231, - 11616: 23232, 23233, 23234, - 11617: 23232, 23234, 23235, - 11618: 23236, 23237, 23238, - 11619: 23236, 23238, 23239, - 11620: 23240, 23241, 23242, - 11621: 23240, 23242, 23243, - 11622: 23244, 23245, 23246, - 11623: 23244, 23246, 23247, - 11624: 23248, 23249, 23250, - 11625: 23248, 23250, 23251, - 11626: 23252, 23253, 23254, - 11627: 23252, 23254, 23255, - 11628: 23256, 23257, 23258, - 11629: 23256, 23258, 23259, - 11630: 23260, 23261, 23262, - 11631: 23260, 23262, 23263, - 11632: 23264, 23265, 23266, - 11633: 23264, 23266, 23267, - 11634: 23268, 23269, 23270, - 11635: 23268, 23270, 23271, - 11636: 23272, 23273, 23274, - 11637: 23272, 23274, 23275, - 11638: 23276, 23277, 23278, - 11639: 23276, 23278, 23279, - 11640: 23280, 23281, 23282, - 11641: 23280, 23282, 23283, - 11642: 23284, 23285, 23286, - 11643: 23284, 23286, 23287, - 11644: 23288, 23289, 23290, - 11645: 23288, 23290, 23291, - 11646: 23292, 23293, 23294, - 11647: 23292, 23294, 23295, - 11648: 23296, 23297, 23298, - 11649: 23296, 23298, 23299, - 11650: 23300, 23301, 23302, - 11651: 23300, 23302, 23303, - 11652: 23304, 23305, 23306, - 11653: 23304, 23306, 23307, - 11654: 23308, 23309, 23310, - 11655: 23308, 23310, 23311, - 11656: 23312, 23313, 23314, - 11657: 23312, 23314, 23315, - 11658: 23316, 23317, 23318, - 11659: 23316, 23318, 23319, - 11660: 23320, 23321, 23322, - 11661: 23320, 23322, 23323, - 11662: 23324, 23325, 23326, - 11663: 23324, 23326, 23327, - 11664: 23328, 23329, 23330, - 11665: 23328, 23330, 23331, - 11666: 23332, 23333, 23334, - 11667: 23332, 23334, 23335, - 11668: 23336, 23337, 23338, - 11669: 23336, 23338, 23339, - 11670: 23340, 23341, 23342, - 11671: 23340, 23342, 23343, - 11672: 23344, 23345, 23346, - 11673: 23344, 23346, 23347, - 11674: 23348, 23349, 23350, - 11675: 23348, 23350, 23351, - 11676: 23352, 23353, 23354, - 11677: 23352, 23354, 23355, - 11678: 23356, 23357, 23358, - 11679: 23356, 23358, 23359, - 11680: 23360, 23361, 23362, - 11681: 23360, 23362, 23363, - 11682: 23364, 23365, 23366, - 11683: 23364, 23366, 23367, - 11684: 23368, 23369, 23370, - 11685: 23368, 23370, 23371, - 11686: 23372, 23373, 23374, - 11687: 23372, 23374, 23375, - 11688: 23376, 23377, 23378, - 11689: 23376, 23378, 23379, - 11690: 23380, 23381, 23382, - 11691: 23380, 23382, 23383, - 11692: 23384, 23385, 23386, - 11693: 23384, 23386, 23387, - 11694: 23388, 23389, 23390, - 11695: 23388, 23390, 23391, - 11696: 23392, 23393, 23394, - 11697: 23392, 23394, 23395, - 11698: 23396, 23397, 23398, - 11699: 23396, 23398, 23399, - 11700: 23400, 23401, 23402, - 11701: 23400, 23402, 23403, - 11702: 23404, 23405, 23406, - 11703: 23404, 23406, 23407, - 11704: 23408, 23409, 23410, - 11705: 23408, 23410, 23411, - 11706: 23412, 23413, 23414, - 11707: 23412, 23414, 23415, - 11708: 23416, 23417, 23418, - 11709: 23416, 23418, 23419, - 11710: 23420, 23421, 23422, - 11711: 23420, 23422, 23423, - 11712: 23424, 23425, 23426, - 11713: 23424, 23426, 23427, - 11714: 23428, 23429, 23430, - 11715: 23428, 23430, 23431, - 11716: 23432, 23433, 23434, - 11717: 23432, 23434, 23435, - 11718: 23436, 23437, 23438, - 11719: 23436, 23438, 23439, - 11720: 23440, 23441, 23442, - 11721: 23440, 23442, 23443, - 11722: 23444, 23445, 23446, - 11723: 23444, 23446, 23447, - 11724: 23448, 23449, 23450, - 11725: 23448, 23450, 23451, - 11726: 23452, 23453, 23454, - 11727: 23452, 23454, 23455, - 11728: 23456, 23457, 23458, - 11729: 23456, 23458, 23459, - 11730: 23460, 23461, 23462, - 11731: 23460, 23462, 23463, - 11732: 23464, 23465, 23466, - 11733: 23464, 23466, 23467, - 11734: 23468, 23469, 23470, - 11735: 23468, 23470, 23471, - 11736: 23472, 23473, 23474, - 11737: 23472, 23474, 23475, - 11738: 23476, 23477, 23478, - 11739: 23476, 23478, 23479, - 11740: 23480, 23481, 23482, - 11741: 23480, 23482, 23483, - 11742: 23484, 23485, 23486, - 11743: 23484, 23486, 23487, - 11744: 23488, 23489, 23490, - 11745: 23488, 23490, 23491, - 11746: 23492, 23493, 23494, - 11747: 23492, 23494, 23495, - 11748: 23496, 23497, 23498, - 11749: 23496, 23498, 23499, - 11750: 23500, 23501, 23502, - 11751: 23500, 23502, 23503, - 11752: 23504, 23505, 23506, - 11753: 23504, 23506, 23507, - 11754: 23508, 23509, 23510, - 11755: 23508, 23510, 23511, - 11756: 23512, 23513, 23514, - 11757: 23512, 23514, 23515, - 11758: 23516, 23517, 23518, - 11759: 23516, 23518, 23519, - 11760: 23520, 23521, 23522, - 11761: 23520, 23522, 23523, - 11762: 23524, 23525, 23526, - 11763: 23524, 23526, 23527, - 11764: 23528, 23529, 23530, - 11765: 23528, 23530, 23531, - 11766: 23532, 23533, 23534, - 11767: 23532, 23534, 23535, - 11768: 23536, 23537, 23538, - 11769: 23536, 23538, 23539, - 11770: 23540, 23541, 23542, - 11771: 23540, 23542, 23543, - 11772: 23544, 23545, 23546, - 11773: 23544, 23546, 23547, - 11774: 23548, 23549, 23550, - 11775: 23548, 23550, 23551, - 11776: 23552, 23553, 23554, - 11777: 23552, 23554, 23555, - 11778: 23556, 23557, 23558, - 11779: 23556, 23558, 23559, - 11780: 23560, 23561, 23562, - 11781: 23560, 23562, 23563, - 11782: 23564, 23565, 23566, - 11783: 23564, 23566, 23567, - 11784: 23568, 23569, 23570, - 11785: 23568, 23570, 23571, - 11786: 23572, 23573, 23574, - 11787: 23572, 23574, 23575, - 11788: 23576, 23577, 23578, - 11789: 23576, 23578, 23579, - 11790: 23580, 23581, 23582, - 11791: 23580, 23582, 23583, - 11792: 23584, 23585, 23586, - 11793: 23584, 23586, 23587, - 11794: 23588, 23589, 23590, - 11795: 23588, 23590, 23591, - 11796: 23592, 23593, 23594, - 11797: 23592, 23594, 23595, - 11798: 23596, 23597, 23598, - 11799: 23596, 23598, 23599, - 11800: 23600, 23601, 23602, - 11801: 23600, 23602, 23603, - 11802: 23604, 23605, 23606, - 11803: 23604, 23606, 23607, - 11804: 23608, 23609, 23610, - 11805: 23608, 23610, 23611, - 11806: 23612, 23613, 23614, - 11807: 23612, 23614, 23615, - 11808: 23616, 23617, 23618, - 11809: 23616, 23618, 23619, - 11810: 23620, 23621, 23622, - 11811: 23620, 23622, 23623, - 11812: 23624, 23625, 23626, - 11813: 23624, 23626, 23627, - 11814: 23628, 23629, 23630, - 11815: 23628, 23630, 23631, - 11816: 23632, 23633, 23634, - 11817: 23632, 23634, 23635, - 11818: 23636, 23637, 23638, - 11819: 23636, 23638, 23639, - 11820: 23640, 23641, 23642, - 11821: 23640, 23642, 23643, - 11822: 23644, 23645, 23646, - 11823: 23644, 23646, 23647, - 11824: 23648, 23649, 23650, - 11825: 23648, 23650, 23651, - 11826: 23652, 23653, 23654, - 11827: 23652, 23654, 23655, - 11828: 23656, 23657, 23658, - 11829: 23656, 23658, 23659, - 11830: 23660, 23661, 23662, - 11831: 23660, 23662, 23663, - 11832: 23664, 23665, 23666, - 11833: 23664, 23666, 23667, - 11834: 23668, 23669, 23670, - 11835: 23668, 23670, 23671, - 11836: 23672, 23673, 23674, - 11837: 23672, 23674, 23675, - 11838: 23676, 23677, 23678, - 11839: 23676, 23678, 23679, - 11840: 23680, 23681, 23682, - 11841: 23680, 23682, 23683, - 11842: 23684, 23685, 23686, - 11843: 23684, 23686, 23687, - 11844: 23688, 23689, 23690, - 11845: 23688, 23690, 23691, - 11846: 23692, 23693, 23694, - 11847: 23692, 23694, 23695, - 11848: 23696, 23697, 23698, - 11849: 23696, 23698, 23699, - 11850: 23700, 23701, 23702, - 11851: 23700, 23702, 23703, - 11852: 23704, 23705, 23706, - 11853: 23704, 23706, 23707, - 11854: 23708, 23709, 23710, - 11855: 23708, 23710, 23711, - 11856: 23712, 23713, 23714, - 11857: 23712, 23714, 23715, - 11858: 23716, 23717, 23718, - 11859: 23716, 23718, 23719, - 11860: 23720, 23721, 23722, - 11861: 23720, 23722, 23723, - 11862: 23724, 23725, 23726, - 11863: 23724, 23726, 23727, - 11864: 23728, 23729, 23730, - 11865: 23728, 23730, 23731, - 11866: 23732, 23733, 23734, - 11867: 23732, 23734, 23735, - 11868: 23736, 23737, 23738, - 11869: 23736, 23738, 23739, - 11870: 23740, 23741, 23742, - 11871: 23740, 23742, 23743, - 11872: 23744, 23745, 23746, - 11873: 23744, 23746, 23747, - 11874: 23748, 23749, 23750, - 11875: 23748, 23750, 23751, - 11876: 23752, 23753, 23754, - 11877: 23752, 23754, 23755, - 11878: 23756, 23757, 23758, - 11879: 23756, 23758, 23759, - 11880: 23760, 23761, 23762, - 11881: 23760, 23762, 23763, - 11882: 23764, 23765, 23766, - 11883: 23764, 23766, 23767, - 11884: 23768, 23769, 23770, - 11885: 23768, 23770, 23771, - 11886: 23772, 23773, 23774, - 11887: 23772, 23774, 23775, - 11888: 23776, 23777, 23778, - 11889: 23776, 23778, 23779, - 11890: 23780, 23781, 23782, - 11891: 23780, 23782, 23783, - 11892: 23784, 23785, 23786, - 11893: 23784, 23786, 23787, - 11894: 23788, 23789, 23790, - 11895: 23788, 23790, 23791, - 11896: 23792, 23793, 23794, - 11897: 23792, 23794, 23795, - 11898: 23796, 23797, 23798, - 11899: 23796, 23798, 23799, - 11900: 23800, 23801, 23802, - 11901: 23800, 23802, 23803, - 11902: 23804, 23805, 23806, - 11903: 23804, 23806, 23807, - 11904: 23808, 23809, 23810, - 11905: 23808, 23810, 23811, - 11906: 23812, 23813, 23814, - 11907: 23812, 23814, 23815, - 11908: 23816, 23817, 23818, - 11909: 23816, 23818, 23819, - 11910: 23820, 23821, 23822, - 11911: 23820, 23822, 23823, - 11912: 23824, 23825, 23826, - 11913: 23824, 23826, 23827, - 11914: 23828, 23829, 23830, - 11915: 23828, 23830, 23831, - 11916: 23832, 23833, 23834, - 11917: 23832, 23834, 23835, - 11918: 23836, 23837, 23838, - 11919: 23836, 23838, 23839, - 11920: 23840, 23841, 23842, - 11921: 23840, 23842, 23843, - 11922: 23844, 23845, 23846, - 11923: 23844, 23846, 23847, - 11924: 23848, 23849, 23850, - 11925: 23848, 23850, 23851, - 11926: 23852, 23853, 23854, - 11927: 23852, 23854, 23855, - 11928: 23856, 23857, 23858, - 11929: 23856, 23858, 23859, - 11930: 23860, 23861, 23862, - 11931: 23860, 23862, 23863, - 11932: 23864, 23865, 23866, - 11933: 23864, 23866, 23867, - 11934: 23868, 23869, 23870, - 11935: 23868, 23870, 23871, - 11936: 23872, 23873, 23874, - 11937: 23872, 23874, 23875, - 11938: 23876, 23877, 23878, - 11939: 23876, 23878, 23879, - 11940: 23880, 23881, 23882, - 11941: 23880, 23882, 23883, - 11942: 23884, 23885, 23886, - 11943: 23884, 23886, 23887, - 11944: 23888, 23889, 23890, - 11945: 23888, 23890, 23891, - 11946: 23892, 23893, 23894, - 11947: 23892, 23894, 23895, - 11948: 23896, 23897, 23898, - 11949: 23896, 23898, 23899, - 11950: 23900, 23901, 23902, - 11951: 23900, 23902, 23903, - 11952: 23904, 23905, 23906, - 11953: 23904, 23906, 23907, - 11954: 23908, 23909, 23910, - 11955: 23908, 23910, 23911, - 11956: 23912, 23913, 23914, - 11957: 23912, 23914, 23915, - 11958: 23916, 23917, 23918, - 11959: 23916, 23918, 23919, - 11960: 23920, 23921, 23922, - 11961: 23920, 23922, 23923, - 11962: 23924, 23925, 23926, - 11963: 23924, 23926, 23927, - 11964: 23928, 23929, 23930, - 11965: 23928, 23930, 23931, - 11966: 23932, 23933, 23934, - 11967: 23932, 23934, 23935, - 11968: 23936, 23937, 23938, - 11969: 23936, 23938, 23939, - 11970: 23940, 23941, 23942, - 11971: 23940, 23942, 23943, - 11972: 23944, 23945, 23946, - 11973: 23944, 23946, 23947, - 11974: 23948, 23949, 23950, - 11975: 23948, 23950, 23951, - 11976: 23952, 23953, 23954, - 11977: 23952, 23954, 23955, - 11978: 23956, 23957, 23958, - 11979: 23956, 23958, 23959, - 11980: 23960, 23961, 23962, - 11981: 23960, 23962, 23963, - 11982: 23964, 23965, 23966, - 11983: 23964, 23966, 23967, - 11984: 23968, 23969, 23970, - 11985: 23968, 23970, 23971, - 11986: 23972, 23973, 23974, - 11987: 23972, 23974, 23975, - 11988: 23976, 23977, 23978, - 11989: 23976, 23978, 23979, - 11990: 23980, 23981, 23982, - 11991: 23980, 23982, 23983, - 11992: 23984, 23985, 23986, - 11993: 23984, 23986, 23987, - 11994: 23988, 23989, 23990, - 11995: 23988, 23990, 23991, - 11996: 23992, 23993, 23994, - 11997: 23992, 23994, 23995, - 11998: 23996, 23997, 23998, - 11999: 23996, 23998, 23999, - 12000: 24000, 24001, 24002, - 12001: 24000, 24002, 24003, - 12002: 24004, 24005, 24006, - 12003: 24004, 24006, 24007, - 12004: 24008, 24009, 24010, - 12005: 24008, 24010, 24011, - 12006: 24012, 24013, 24014, - 12007: 24012, 24014, 24015, - 12008: 24016, 24017, 24018, - 12009: 24016, 24018, 24019, - 12010: 24020, 24021, 24022, - 12011: 24020, 24022, 24023, - 12012: 24024, 24025, 24026, - 12013: 24024, 24026, 24027, - 12014: 24028, 24029, 24030, - 12015: 24028, 24030, 24031, - 12016: 24032, 24033, 24034, - 12017: 24032, 24034, 24035, - 12018: 24036, 24037, 24038, - 12019: 24036, 24038, 24039, - 12020: 24040, 24041, 24042, - 12021: 24040, 24042, 24043, - 12022: 24044, 24045, 24046, - 12023: 24044, 24046, 24047, - 12024: 24048, 24049, 24050, - 12025: 24048, 24050, 24051, - 12026: 24052, 24053, 24054, - 12027: 24052, 24054, 24055, - 12028: 24056, 24057, 24058, - 12029: 24056, 24058, 24059, - 12030: 24060, 24061, 24062, - 12031: 24060, 24062, 24063, - 12032: 24064, 24065, 24066, - 12033: 24064, 24066, 24067, - 12034: 24068, 24069, 24070, - 12035: 24068, 24070, 24071, - 12036: 24072, 24073, 24074, - 12037: 24072, 24074, 24075, - 12038: 24076, 24077, 24078, - 12039: 24076, 24078, 24079, - 12040: 24080, 24081, 24082, - 12041: 24080, 24082, 24083, - 12042: 24084, 24085, 24086, - 12043: 24084, 24086, 24087, - 12044: 24088, 24089, 24090, - 12045: 24088, 24090, 24091, - 12046: 24092, 24093, 24094, - 12047: 24092, 24094, 24095, - 12048: 24096, 24097, 24098, - 12049: 24096, 24098, 24099, - 12050: 24100, 24101, 24102, - 12051: 24100, 24102, 24103, - 12052: 24104, 24105, 24106, - 12053: 24104, 24106, 24107, - 12054: 24108, 24109, 24110, - 12055: 24108, 24110, 24111, - 12056: 24112, 24113, 24114, - 12057: 24112, 24114, 24115, - 12058: 24116, 24117, 24118, - 12059: 24116, 24118, 24119, - 12060: 24120, 24121, 24122, - 12061: 24120, 24122, 24123, - 12062: 24124, 24125, 24126, - 12063: 24124, 24126, 24127, - 12064: 24128, 24129, 24130, - 12065: 24128, 24130, 24131, - 12066: 24132, 24133, 24134, - 12067: 24132, 24134, 24135, - 12068: 24136, 24137, 24138, - 12069: 24136, 24138, 24139, - 12070: 24140, 24141, 24142, - 12071: 24140, 24142, 24143, - 12072: 24144, 24145, 24146, - 12073: 24144, 24146, 24147, - 12074: 24148, 24149, 24150, - 12075: 24148, 24150, 24151, - 12076: 24152, 24153, 24154, - 12077: 24152, 24154, 24155, - 12078: 24156, 24157, 24158, - 12079: 24156, 24158, 24159, - 12080: 24160, 24161, 24162, - 12081: 24160, 24162, 24163, - 12082: 24164, 24165, 24166, - 12083: 24164, 24166, 24167, - 12084: 24168, 24169, 24170, - 12085: 24168, 24170, 24171, - 12086: 24172, 24173, 24174, - 12087: 24172, 24174, 24175, - 12088: 24176, 24177, 24178, - 12089: 24176, 24178, 24179, - 12090: 24180, 24181, 24182, - 12091: 24180, 24182, 24183, - 12092: 24184, 24185, 24186, - 12093: 24184, 24186, 24187, - 12094: 24188, 24189, 24190, - 12095: 24188, 24190, 24191, - 12096: 24192, 24193, 24194, - 12097: 24192, 24194, 24195, - 12098: 24196, 24197, 24198, - 12099: 24196, 24198, 24199, - 12100: 24200, 24201, 24202, - 12101: 24200, 24202, 24203, - 12102: 24204, 24205, 24206, - 12103: 24204, 24206, 24207, - 12104: 24208, 24209, 24210, - 12105: 24208, 24210, 24211, - 12106: 24212, 24213, 24214, - 12107: 24212, 24214, 24215, - 12108: 24216, 24217, 24218, - 12109: 24216, 24218, 24219, - 12110: 24220, 24221, 24222, - 12111: 24220, 24222, 24223, - 12112: 24224, 24225, 24226, - 12113: 24224, 24226, 24227, - 12114: 24228, 24229, 24230, - 12115: 24228, 24230, 24231, - 12116: 24232, 24233, 24234, - 12117: 24232, 24234, 24235, - 12118: 24236, 24237, 24238, - 12119: 24236, 24238, 24239, - 12120: 24240, 24241, 24242, - 12121: 24240, 24242, 24243, - 12122: 24244, 24245, 24246, - 12123: 24244, 24246, 24247, - 12124: 24248, 24249, 24250, - 12125: 24248, 24250, 24251, - 12126: 24252, 24253, 24254, - 12127: 24252, 24254, 24255, - 12128: 24256, 24257, 24258, - 12129: 24256, 24258, 24259, - 12130: 24260, 24261, 24262, - 12131: 24260, 24262, 24263, - 12132: 24264, 24265, 24266, - 12133: 24264, 24266, 24267, - 12134: 24268, 24269, 24270, - 12135: 24268, 24270, 24271, - 12136: 24272, 24273, 24274, - 12137: 24272, 24274, 24275, - 12138: 24276, 24277, 24278, - 12139: 24276, 24278, 24279, - 12140: 24280, 24281, 24282, - 12141: 24280, 24282, 24283, - 12142: 24284, 24285, 24286, - 12143: 24284, 24286, 24287, - 12144: 24288, 24289, 24290, - 12145: 24288, 24290, 24291, - 12146: 24292, 24293, 24294, - 12147: 24292, 24294, 24295, - 12148: 24296, 24297, 24298, - 12149: 24296, 24298, 24299, - 12150: 24300, 24301, 24302, - 12151: 24300, 24302, 24303, - 12152: 24304, 24305, 24306, - 12153: 24304, 24306, 24307, - 12154: 24308, 24309, 24310, - 12155: 24308, 24310, 24311, - 12156: 24312, 24313, 24314, - 12157: 24312, 24314, 24315, - 12158: 24316, 24317, 24318, - 12159: 24316, 24318, 24319, - 12160: 24320, 24321, 24322, - 12161: 24320, 24322, 24323, - 12162: 24324, 24325, 24326, - 12163: 24324, 24326, 24327, - 12164: 24328, 24329, 24330, - 12165: 24328, 24330, 24331, - 12166: 24332, 24333, 24334, - 12167: 24332, 24334, 24335, - 12168: 24336, 24337, 24338, - 12169: 24336, 24338, 24339, - 12170: 24340, 24341, 24342, - 12171: 24340, 24342, 24343, - 12172: 24344, 24345, 24346, - 12173: 24344, 24346, 24347, - 12174: 24348, 24349, 24350, - 12175: 24348, 24350, 24351, - 12176: 24352, 24353, 24354, - 12177: 24352, 24354, 24355, - 12178: 24356, 24357, 24358, - 12179: 24356, 24358, 24359, - 12180: 24360, 24361, 24362, - 12181: 24360, 24362, 24363, - 12182: 24364, 24365, 24366, - 12183: 24364, 24366, 24367, - 12184: 24368, 24369, 24370, - 12185: 24368, 24370, 24371, - 12186: 24372, 24373, 24374, - 12187: 24372, 24374, 24375, - 12188: 24376, 24377, 24378, - 12189: 24376, 24378, 24379, - 12190: 24380, 24381, 24382, - 12191: 24380, 24382, 24383, - 12192: 24384, 24385, 24386, - 12193: 24384, 24386, 24387, - 12194: 24388, 24389, 24390, - 12195: 24388, 24390, 24391, - 12196: 24392, 24393, 24394, - 12197: 24392, 24394, 24395, - 12198: 24396, 24397, 24398, - 12199: 24396, 24398, 24399, - 12200: 24400, 24401, 24402, - 12201: 24400, 24402, 24403, - 12202: 24404, 24405, 24406, - 12203: 24404, 24406, 24407, - 12204: 24408, 24409, 24410, - 12205: 24408, 24410, 24411, - 12206: 24412, 24413, 24414, - 12207: 24412, 24414, 24415, - 12208: 24416, 24417, 24418, - 12209: 24416, 24418, 24419, - 12210: 24420, 24421, 24422, - 12211: 24420, 24422, 24423, - 12212: 24424, 24425, 24426, - 12213: 24424, 24426, 24427, - 12214: 24428, 24429, 24430, - 12215: 24428, 24430, 24431, - 12216: 24432, 24433, 24434, - 12217: 24432, 24434, 24435, - 12218: 24436, 24437, 24438, - 12219: 24436, 24438, 24439, - 12220: 24440, 24441, 24442, - 12221: 24440, 24442, 24443, - 12222: 24444, 24445, 24446, - 12223: 24444, 24446, 24447, - 12224: 24448, 24449, 24450, - 12225: 24448, 24450, 24451, - 12226: 24452, 24453, 24454, - 12227: 24452, 24454, 24455, - 12228: 24456, 24457, 24458, - 12229: 24456, 24458, 24459, - 12230: 24460, 24461, 24462, - 12231: 24460, 24462, 24463, - 12232: 24464, 24465, 24466, - 12233: 24464, 24466, 24467, - 12234: 24468, 24469, 24470, - 12235: 24468, 24470, 24471, - 12236: 24472, 24473, 24474, - 12237: 24472, 24474, 24475, - 12238: 24476, 24477, 24478, - 12239: 24476, 24478, 24479, - 12240: 24480, 24481, 24482, - 12241: 24480, 24482, 24483, - 12242: 24484, 24485, 24486, - 12243: 24484, 24486, 24487, - 12244: 24488, 24489, 24490, - 12245: 24488, 24490, 24491, - 12246: 24492, 24493, 24494, - 12247: 24492, 24494, 24495, - 12248: 24496, 24497, 24498, - 12249: 24496, 24498, 24499, - 12250: 24500, 24501, 24502, - 12251: 24500, 24502, 24503, - 12252: 24504, 24505, 24506, - 12253: 24504, 24506, 24507, - 12254: 24508, 24509, 24510, - 12255: 24508, 24510, 24511, - 12256: 24512, 24513, 24514, - 12257: 24512, 24514, 24515, - 12258: 24516, 24517, 24518, - 12259: 24516, 24518, 24519, - 12260: 24520, 24521, 24522, - 12261: 24520, 24522, 24523, - 12262: 24524, 24525, 24526, - 12263: 24524, 24526, 24527, - 12264: 24528, 24529, 24530, - 12265: 24528, 24530, 24531, - 12266: 24532, 24533, 24534, - 12267: 24532, 24534, 24535, - 12268: 24536, 24537, 24538, - 12269: 24536, 24538, 24539, - 12270: 24540, 24541, 24542, - 12271: 24540, 24542, 24543, - 12272: 24544, 24545, 24546, - 12273: 24544, 24546, 24547, - 12274: 24548, 24549, 24550, - 12275: 24548, 24550, 24551, - 12276: 24552, 24553, 24554, - 12277: 24552, 24554, 24555, - 12278: 24556, 24557, 24558, - 12279: 24556, 24558, 24559, - 12280: 24560, 24561, 24562, - 12281: 24560, 24562, 24563, - 12282: 24564, 24565, 24566, - 12283: 24564, 24566, 24567, - 12284: 24568, 24569, 24570, - 12285: 24568, 24570, 24571, - 12286: 24572, 24573, 24574, - 12287: 24572, 24574, 24575, FaceMaterialIds: Count 12288. Hash: 12545154121625736090 Node Name: Col0 diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/conftest.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/conftest.py index dad417436d..3094826797 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/conftest.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/conftest.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/fbx_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/fbx_tests.py index 4a9dbb51c8..2b90f53fc3 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/fbx_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/fbx_tests/fbx_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -43,6 +44,7 @@ class BlackboxAssetTest: asset_folder: str override_asset_folder: str = "" scene_debug_file: str = "" + override_scene_debug_file: str = "" assets: List[asset_db_utils.DBSourceAsset] = () override_assets: List[asset_db_utils.DBSourceAsset] = () @@ -58,25 +60,6 @@ blackbox_fbx_tests = [ source_file_name = "OneMeshOneMaterial.fbx", uuid = b"8a9164adb84859be893e18aa819438e1", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name="onemeshonematerial/onemeshonematerial.cgf", - sub_id=-1588558583, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - asset_db_utils.DBProduct( - product_name="onemeshonematerial/onemeshonematerial.dccmtl", - sub_id=382053982, - asset_type=b"c88469cf21e741eb96fdbf14fbb05edc" - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", @@ -109,46 +92,12 @@ blackbox_fbx_tests = [ source_file_name = "lodtest.fbx", uuid = b"44c8627fe2c25aae91fe3ff9547be3b9", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name= "softnaminglod/lodtest.cgf", - sub_id=1091612206, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - asset_db_utils.DBProduct( - product_name="softnaminglod/lodtest.dccmtl", - sub_id=1960621672, - asset_type=b"c88469cf21e741eb96fdbf14fbb05edc" - ), - asset_db_utils.DBProduct( - product_name="softnaminglod/lodtest_lod1.cgf", - sub_id=1091677742, - asset_type=b"9aae4926cb6a4c609948a1a22f51db23" - ), - asset_db_utils.DBProduct( - product_name="softnaminglod/lodtest_lod2.cgf", - sub_id=1091743278, - asset_type=b"9aae4926cb6a4c609948a1a22f51db23" - ), - asset_db_utils.DBProduct( - product_name="softnaminglod/lodtest_lod3.cgf", - sub_id=1091808814, - asset_type=b"9aae4926cb6a4c609948a1a22f51db23" - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", status=4, error_count=0, - warning_count=0, + warning_count=9, products = [ asset_db_utils.DBProduct( product_name='softnaminglod/lodtest.dbgsg', @@ -175,26 +124,12 @@ blackbox_fbx_tests = [ source_file_name = "physicstest.fbx", uuid = b"df957b7918cf5b029806c73f630fa1c8", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name= "softnamingphysics/physicstest.cgf", - sub_id=653314392, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", status=4, error_count=0, - warning_count=1, + warning_count=6, products = [ asset_db_utils.DBProduct( product_name='softnamingphysics/physicstest.dbgsg', @@ -223,30 +158,6 @@ blackbox_fbx_tests = [ source_file_name = "multiple_mesh_one_material.fbx", uuid = b"597618fd497659a1b197a015fe47aa95", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name="twomeshonematerial/multiple_mesh_one_material.dccmtl", - sub_id=-1706078587, - asset_type=b"c88469cf21e741eb96fdbf14fbb05edc" - ), - asset_db_utils.DBProduct( - product_name="twomeshonematerial/test_cube.cgf", - sub_id=-112145915, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - asset_db_utils.DBProduct( - product_name="twomeshonematerial/test_cylinder.cgf", - sub_id=2087742249, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", @@ -278,25 +189,6 @@ blackbox_fbx_tests = [ source_file_name = "multiple_mesh_linked_materials.fbx", uuid = b"25d8301c2eef5dc7bded310db8ea608d", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name='twomeshlinkedmaterials/multiple_mesh_linked_materials.cgf', - sub_id=1259347154, - asset_type=b'c2869e3bdda04e018fe36770d788866b' - ), - asset_db_utils.DBProduct( - product_name='twomeshlinkedmaterials/multiple_mesh_linked_materials.dccmtl', - sub_id=1829742731, - asset_type=b'c88469cf21e741eb96fdbf14fbb05edc' - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", platform= "pc", @@ -330,25 +222,6 @@ blackbox_fbx_tests = [ source_file_name = "single_mesh_multiple_materials.fbx", uuid = b"f08fd585dfa35881b4bf86637da5e858", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name='onemeshmultiplematerials/single_mesh_multiple_materials.cgf', - sub_id=1296081148, - asset_type=b'c2869e3bdda04e018fe36770d788866b' - ), - asset_db_utils.DBProduct( - product_name='onemeshmultiplematerials/single_mesh_multiple_materials.dccmtl', - sub_id=-229825489, - asset_type=b'c88469cf21e741eb96fdbf14fbb05edc' - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", platform= "pc", @@ -380,20 +253,6 @@ blackbox_fbx_tests = [ source_file_name="VertexColor.fbx", uuid=b"207e7e1540785a26b064e9be67361cdf", jobs=[ - asset_db_utils.DBJob( - job_key="fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products=[ - asset_db_utils.DBProduct( - product_name="vertexcolor/vertexcolor.cgf", - sub_id=-427774918, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - ], - ), asset_db_utils.DBJob( job_key="Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", @@ -424,35 +283,12 @@ blackbox_fbx_special_tests = [ asset_folder= "TwoMeshTwoMaterial", override_asset_folder = "OverrideAssetInfoForTwoMeshTwoMaterial", scene_debug_file="multiple_mesh_multiple_material.dbgsg", + override_scene_debug_file="multiple_mesh_multiple_material_override.dbgsg", assets = [ asset_db_utils.DBSourceAsset( source_file_name = "multiple_mesh_multiple_material.fbx", uuid = b"b5915fb874af5c8a866ccabbddb57595", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name="twomeshtwomaterial/multiple_mesh_multiple_material.dccmtl", - sub_id=-1035023097, - asset_type=b"c88469cf21e741eb96fdbf14fbb05edc" - ), - asset_db_utils.DBProduct( - product_name="twomeshtwomaterial/test_cube_mesh.cgf", - sub_id=-1822360172, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - asset_db_utils.DBProduct( - product_name="twomeshtwomaterial/test_cylinder_mesh.cgf", - sub_id=-1885293549, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - ], - ), asset_db_utils.DBJob( job_key="Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", @@ -474,25 +310,6 @@ blackbox_fbx_special_tests = [ source_file_name = "multiple_mesh_multiple_material.fbx", uuid = b"b5915fb874af5c8a866ccabbddb57595", jobs = [ - asset_db_utils.DBJob( - job_key= "fbx", - builder_guid=b"0bbfc8c191374404bd9464c0364efbfb", - status=4, - error_count=0, - warning_count=2, - products = [ - asset_db_utils.DBProduct( - product_name="twomeshtwomaterial/multiple_mesh_multiple_material.dccmtl", - sub_id=-1035023097, - asset_type=b"c88469cf21e741eb96fdbf14fbb05edc" - ), - asset_db_utils.DBProduct( - product_name="twomeshtwomaterial/test_cube_mesh.cgf", - sub_id=-1822360172, - asset_type=b"c2869e3bdda04e018fe36770d788866b" - ), - ], - ), asset_db_utils.DBJob( job_key= "Scene compilation", builder_guid=b"bd8bf65894854fe3830e8ec3a23c35f3", @@ -573,7 +390,7 @@ class TestsFBX_AllPlatforms(object): for job in expected_source.jobs: job.platform = ASSET_PROCESSOR_PLATFORM_MAP[workspace.asset_processor_platform] for product in job.products: - product.product_name = job.platform + "/" + project.lower() + "/" \ + product.product_name = job.platform + "/" \ + product.product_name @@ -604,7 +421,8 @@ class TestsFBX_AllPlatforms(object): asset_processor.prepare_test_environment(ap_setup_fixture['tests_dir'], test_assets_folder, use_current_root=True, add_scan_folder=False, existing_function_name=blackbox_params.asset_folder) - asset_processor.batch_process(extra_params="--debugOutput") + asset_processor.batch_process(extra_params=["--debugOutput", + "--regset=\"/O3DE/SceneAPI/AssetImporter/SkipAtomOutput=true\""]) logger.info(f"Validating assets.") assetsToValidate = blackbox_params.override_assets if overrideAsset else blackbox_params.assets @@ -627,8 +445,11 @@ class TestsFBX_AllPlatforms(object): ASSET_PROCESSOR_PLATFORM_MAP[workspace.asset_processor_platform])) if blackbox_params.scene_debug_file: + scene_debug_file = blackbox_params.override_scene_debug_file if overrideAsset\ + else blackbox_params.scene_debug_file + debug_graph_path = os.path.join(asset_processor.project_test_cache_folder(), blackbox_params.scene_debug_file) - expected_debug_graph_path = os.path.join(asset_processor.project_test_source_folder(), blackbox_params.scene_debug_file) + expected_debug_graph_path = os.path.join(asset_processor.project_test_source_folder(), scene_debug_file) logger.info(f"Parsing scene graph: {debug_graph_path}") with open(debug_graph_path, "r") as scene_file: diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/__init__.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/__init__.py index e1b5394b94..a26f3b57be 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/__init__.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/bank_info_parser_tests.py b/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/bank_info_parser_tests.py index 2906835386..766747bacd 100755 --- a/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/bank_info_parser_tests.py +++ b/AutomatedTesting/Gem/PythonTests/assetpipeline/wwise_bank_dependency_tests/bank_info_parser_tests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt index ec150bd186..a342d95d98 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -38,7 +39,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_BUILD_TESTS_SUPPORTED AND AutomatedT TEST_SUITE main TEST_REQUIRES gpu TEST_SERIAL - TIMEOUT 400 + TIMEOUT 800 PATH ${CMAKE_CURRENT_LIST_DIR}/test_Atom_GPUTests.py RUNTIME_DEPENDENCIES AssetProcessor diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/__init__.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/__init__.py index e200fa77d0..f5193b300e 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/__init__.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/__init__.py index e200fa77d0..f5193b300e 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_AtomEditorComponents_AddedToEntity.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_AtomEditorComponents_AddedToEntity.py index df1910b535..b4031d2ffa 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_AtomEditorComponents_AddedToEntity.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_AtomEditorComponents_AddedToEntity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_AtomFeatureIntegrationBenchmark.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_AtomFeatureIntegrationBenchmark.py new file mode 100644 index 0000000000..b899d7dcde --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_AtomFeatureIntegrationBenchmark.py @@ -0,0 +1,102 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT + +Hydra script that is used to create a new level with a default rendering setup. +After the level is setup, screenshots are diffed against golden images are used to verify pass/fail results of the test. + +See the run() function for more in-depth test info. +""" + +import os +import sys + +import azlmbr.legacy.general as general + +sys.path.append(os.path.join(azlmbr.paths.devroot, "AutomatedTesting", "Gem", "PythonTests")) + +import editor_python_test_tools.hydra_editor_utils as hydra +from editor_python_test_tools.editor_test_helper import EditorTestHelper +from atom_renderer.atom_utils.benchmark_utils import BenchmarkHelper + +SCREEN_WIDTH = 1280 +SCREEN_HEIGHT = 720 +DEGREE_RADIAN_FACTOR = 0.0174533 + +helper = EditorTestHelper(log_prefix="Test_Atom_BasicLevelSetup") + + +def run(): + """ + 1. View -> Layouts -> Restore Default Layout, sets the viewport to ratio 16:9 @ 1280 x 720 + 2. Runs console command r_DisplayInfo = 0 + 3. Opens AtomFeatureIntegrationBenchmark level + 4. Initializes benchmark helper with benchmark name to capture benchmark metadata. + 5. Idles for 100 frames, then collects pass timings for 100 frames. + :return: None + """ + def initial_viewport_setup(screen_width, screen_height): + general.set_viewport_size(screen_width, screen_height) + general.update_viewport() + helper.wait_for_condition( + function=lambda: helper.isclose(a=general.get_viewport_size().x, b=SCREEN_WIDTH, rel_tol=0.1) + and helper.isclose(a=general.get_viewport_size().y, b=SCREEN_HEIGHT, rel_tol=0.1), + timeout_in_seconds=4.0 + ) + result = helper.isclose(a=general.get_viewport_size().x, b=SCREEN_WIDTH, rel_tol=0.1) and helper.isclose( + a=general.get_viewport_size().y, b=SCREEN_HEIGHT, rel_tol=0.1) + general.log(general.get_viewport_size().x) + general.log(general.get_viewport_size().y) + general.log(general.get_viewport_size().z) + general.log(f"Viewport is set to the expected size: {result}") + general.run_console("r_DisplayInfo = 0") + + def after_level_load(): + """Function to call after creating/opening a level to ensure it loads.""" + # Give everything a second to initialize. + general.idle_enable(True) + general.idle_wait(1.0) + general.update_viewport() + general.idle_wait(0.5) # half a second is more than enough for updating the viewport. + + # Close out problematic windows, FPS meters, and anti-aliasing. + if general.is_helpers_shown(): # Turn off the helper gizmos if visible + general.toggle_helpers() + general.idle_wait(1.0) + if general.is_pane_visible("Error Report"): # Close Error Report windows that block focus. + general.close_pane("Error Report") + if general.is_pane_visible("Error Log"): # Close Error Log windows that block focus. + general.close_pane("Error Log") + general.idle_wait(1.0) + general.run_console("r_displayInfo=0") + general.run_console("r_antialiasingmode=0") + general.idle_wait(1.0) + + return True + + # Wait for Editor idle loop before executing Python hydra scripts. + general.idle_enable(True) + + general.open_level_no_prompt("AtomFeatureIntegrationBenchmark") + + # Basic setup after opening level. + after_level_load() + initial_viewport_setup(SCREEN_WIDTH, SCREEN_HEIGHT) + + general.enter_game_mode() + general.idle_wait(1.0) + helper.wait_for_condition(function=lambda: general.is_in_game_mode(), timeout_in_seconds=2.0) + benchmarker = BenchmarkHelper("AtomFeatureIntegrationBenchmark") + benchmarker.capture_benchmark_metadata() + general.idle_wait_frames(100) + for i in range(1, 101): + benchmarker.capture_pass_timestamp(i) + general.exit_game_mode() + helper.wait_for_condition(function=lambda: not general.is_in_game_mode(), timeout_in_seconds=2.0) + general.log("Capturing complete.") + + +if __name__ == "__main__": + run() diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_BasicLevelSetup.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_BasicLevelSetup.py index 128a14480d..920c044be0 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_BasicLevelSetup.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_hydra_scripts/hydra_GPUTest_BasicLevelSetup.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/__init__.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/__init__.py index 99aac69543..e01850f919 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/benchmark_utils.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/benchmark_utils.py new file mode 100644 index 0000000000..21c7489ed3 --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/benchmark_utils.py @@ -0,0 +1,84 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" +import azlmbr.atom +import azlmbr.legacy.general as general + +FOLDER_PATH = '@user@/Scripts/PerformanceBenchmarks' +METADATA_FILE = 'benchmark_metadata.json' + +class BenchmarkHelper(object): + """ + A helper to capture benchmark data. + """ + def __init__(self, benchmark_name): + super().__init__() + self.benchmark_name = benchmark_name + self.output_path = f'{FOLDER_PATH}/{benchmark_name}' + self.done = False + self.capturedData = False + self.max_frames_to_wait = 200 + + def capture_benchmark_metadata(self): + """ + Capture benchmark metadata and block further execution until it has been written to the disk. + """ + self.handler = azlmbr.atom.ProfilingCaptureNotificationBusHandler() + self.handler.connect() + self.handler.add_callback('OnCaptureBenchmarkMetadataFinished', self.on_data_captured) + + self.done = False + self.capturedData = False + success = azlmbr.atom.ProfilingCaptureRequestBus( + azlmbr.bus.Broadcast, "CaptureBenchmarkMetadata", self.benchmark_name, f'{self.output_path}/{METADATA_FILE}' + ) + if success: + self.wait_until_data() + general.log('Benchmark metadata captured.') + else: + general.log('Failed to capture benchmark metadata.') + return self.capturedData + + def capture_pass_timestamp(self, frame_number): + """ + Capture pass timestamps and block further execution until it has been written to the disk. + """ + self.handler = azlmbr.atom.ProfilingCaptureNotificationBusHandler() + self.handler.connect() + self.handler.add_callback('OnCaptureQueryTimestampFinished', self.on_data_captured) + + self.done = False + self.capturedData = False + success = azlmbr.atom.ProfilingCaptureRequestBus( + azlmbr.bus.Broadcast, "CapturePassTimestamp", f'{self.output_path}/frame{frame_number}_timestamps.json') + if success: + self.wait_until_data() + general.log('Pass timestamps captured.') + else: + general.log('Failed to capture pass timestamps.') + return self.capturedData + + def on_data_captured(self, parameters): + # the parameters come in as a tuple + if parameters[0]: + general.log('Captured data successfully.') + self.capturedData = True + else: + general.log('Failed to capture data.') + self.done = True + self.handler.disconnect() + + def wait_until_data(self): + frames_waited = 0 + while self.done == False: + general.idle_wait_frames(1) + if frames_waited > self.max_frames_to_wait: + general.log('Timed out while waiting for the data to be captured') + self.handler.disconnect() + break + else: + frames_waited = frames_waited + 1 + general.log(f'(waited {frames_waited} frames)') diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/screenshot_utils.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/screenshot_utils.py index 836d062ab6..28a4037dcc 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/screenshot_utils.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/atom_utils/screenshot_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_GPUTests.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_GPUTests.py index cb5ae709d1..ede140c075 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_GPUTests.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_GPUTests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -13,11 +14,12 @@ import pytest import ly_test_tools.environment.file_system as file_system from ly_test_tools.image.screenshot_compare_qssim import qssim as compare_screenshots +from ly_test_tools.benchmark.data_aggregator import BenchmarkDataAggregator import editor_python_test_tools.hydra_test_utils as hydra logger = logging.getLogger(__name__) DEFAULT_SUBFOLDER_PATH = 'user/PythonTests/Automated/Screenshots' -EDITOR_TIMEOUT = 300 +EDITOR_TIMEOUT = 600 TEST_DIRECTORY = os.path.join(os.path.dirname(__file__), "atom_hydra_scripts") @@ -77,9 +79,48 @@ class TestAllComponentsIndepthTests(object): unexpected_lines=unexpected_lines, halt_on_unexpected=True, cfg_args=[level], - auto_test_mode=False, null_renderer=False, ) for test_screenshot, golden_screenshot in zip(test_screenshots, golden_images): compare_screenshots(test_screenshot, golden_screenshot) + +@pytest.mark.parametrize('rhi', ['dx12', 'vulkan']) +@pytest.mark.parametrize("project", ["AutomatedTesting"]) +@pytest.mark.parametrize("launcher_platform", ["windows_editor"]) +@pytest.mark.parametrize("level", ["AtomFeatureIntegrationBenchmark"]) +class TestPerformanceBenchmarkSuite(object): + def test_AtomFeatureIntegrationBenchmark( + self, request, editor, workspace, rhi, project, launcher_platform, level): + """ + Please review the hydra script run by this test for more specific test info. + Tests the performance of the Simple level. + """ + expected_lines = [ + "Benchmark metadata captured.", + "Pass timestamps captured.", + "Capturing complete.", + "Captured data successfully." + ] + + unexpected_lines = [ + "Failed to capture data.", + "Failed to capture pass timestamps.", + "Failed to capture benchmark metadata." + ] + + hydra.launch_and_validate_results( + request, + TEST_DIRECTORY, + editor, + "hydra_GPUTest_AtomFeatureIntegrationBenchmark.py", + timeout=EDITOR_TIMEOUT, + expected_lines=expected_lines, + unexpected_lines=unexpected_lines, + halt_on_unexpected=True, + cfg_args=[level], + null_renderer=False, + ) + + aggregator = BenchmarkDataAggregator(workspace, logger, 'periodic') + aggregator.upload_metrics(rhi) diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_MainSuite.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_MainSuite.py index c5090937b8..ed5d057626 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_MainSuite.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_MainSuite.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_SandboxSuite.py b/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_SandboxSuite.py index 41859195ee..05401c0059 100644 --- a/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_SandboxSuite.py +++ b/AutomatedTesting/Gem/PythonTests/atom_renderer/test_Atom_SandboxSuite.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/__init__.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_database_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_database_utils.py index 7df225590c..9dd0c7b15b 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_database_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_database_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -88,13 +89,13 @@ def clear_all_missing_dependencies(asset_db_path) -> None: class DBProduct: product_name: str = None sub_id: int = 0 - asset_type: str = None + asset_type: bytes = None @dataclass class DBJob: job_key: str = None - builder_guid: str = None + builder_guid: bytes = None status: int = 0 error_count: int = 0 warning_count: int = 0 @@ -106,7 +107,7 @@ class DBJob: @dataclass class DBSourceAsset: source_file_name: str = None - uuid: str = None + uuid: bytes = None scan_folder_key: str = field(compare=False, default=None) id: str = field(compare=False, default=None) # Key: Job ID diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_utils.py index 83cf35e9f2..ece7670a9e 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/asset_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/base.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/base.py index 2e2f794e94..e6c28be2a5 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/base.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/base.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -51,7 +52,7 @@ class TestAutomationBase: cls._kill_ly_processes() - def _run_test(self, request, workspace, editor, testcase_module, extra_cmdline_args=[]): + def _run_test(self, request, workspace, editor, testcase_module, extra_cmdline_args=[], use_null_renderer=True): test_starttime = time.time() self.logger = logging.getLogger(__name__) errors = [] @@ -89,7 +90,10 @@ class TestAutomationBase: editor_starttime = time.time() self.logger.debug("Running automated test") testcase_module_filepath = self._get_testcase_module_filepath(testcase_module) - pycmd = ["--runpythontest", testcase_module_filepath, "-BatchMode", "-autotest_mode", "-rhi=null", f"-pythontestcase={request.node.originalname}"] + extra_cmdline_args + pycmd = ["--runpythontest", testcase_module_filepath, "-BatchMode", "-autotest_mode", f"-pythontestcase={request.node.originalname}"] + if use_null_renderer: + pycmd += ["-rhi=null"] + pycmd += extra_cmdline_args editor.args.extend(pycmd) # args are added to the WinLauncher start command editor.start(backupFiles = False, launch_ap = False) try: diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/file_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/file_utils.py index 44719a33f1..c830f4caaa 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/file_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/file_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/landscape_canvas_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/landscape_canvas_utils.py index ff279ebc0a..d54e32089a 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/landscape_canvas_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/landscape_canvas_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/network_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/network_utils.py index f9981d2dac..9156117bb5 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/network_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/network_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/platform_setting.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/platform_setting.py index f057bd7ffe..f155004a19 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/platform_setting.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/platform_setting.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/registry_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/registry_utils.py index 6e2c13d794..632eeab89d 100644 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/registry_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/registry_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/report.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/report.py index 4841a4ad79..b0912a809f 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/report.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/report.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/screenshot_utils.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/screenshot_utils.py index ac36be4d8c..49cf17855f 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/screenshot_utils.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/screenshot_utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/windows_registry_setting.py b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/windows_registry_setting.py index 72731e2f1c..abec8e850d 100755 --- a/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/windows_registry_setting.py +++ b/AutomatedTesting/Gem/PythonTests/automatedtesting_shared/windows_registry_setting.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/editor/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/editor/CMakeLists.txt index 66cfa13ec3..afde0a0d94 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/editor/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_SearchFiltering.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_SearchFiltering.py index dbed681f03..60c8926eb2 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_SearchFiltering.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_SearchFiltering.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_TreeNavigation.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_TreeNavigation.py index f934886f03..d57d9cda5e 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_TreeNavigation.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetBrowser_TreeNavigation.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetPicker_UI_UX.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetPicker_UI_UX.py index 30b774c88b..f728714125 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetPicker_UI_UX.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/AssetPicker_UI_UX.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/BasicEditorWorkflows_LevelEntityComponentCRUD.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/BasicEditorWorkflows_LevelEntityComponentCRUD.py index c01b65eeab..32d20ea2b4 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/BasicEditorWorkflows_LevelEntityComponentCRUD.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/BasicEditorWorkflows_LevelEntityComponentCRUD.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/ComponentCRUD_Add_Delete_Components.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/ComponentCRUD_Add_Delete_Components.py index 5250dd6978..8f2264c9d1 100755 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/ComponentCRUD_Add_Delete_Components.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/ComponentCRUD_Add_Delete_Components.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Docking_BasicDockedTools.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Docking_BasicDockedTools.py index de0624fedb..cc8ab24bed 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Docking_BasicDockedTools.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Docking_BasicDockedTools.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/InputBindings_Add_Remove_Input_Events.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/InputBindings_Add_Remove_Input_Events.py index 5b365dd229..4693f20155 100755 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/InputBindings_Add_Remove_Input_Events.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/InputBindings_Add_Remove_Input_Events.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_EditMenuOptions.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_EditMenuOptions.py index 26110cd954..6b861894c0 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_EditMenuOptions.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_EditMenuOptions.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -60,24 +61,7 @@ class TestEditMenuOptions(EditorTestHelper): ("Modify", "Transform Mode", "Rotate"), ("Modify", "Transform Mode", "Scale"), ("Editor Settings", "Global Preferences"), - ("Editor Settings", "Graphics Settings"), ("Editor Settings", "Editor Settings Manager"), - ("Editor Settings", "Graphics Performance", "PC", "Very High"), - ("Editor Settings", "Graphics Performance", "PC", "High"), - ("Editor Settings", "Graphics Performance", "PC", "Medium"), - ("Editor Settings", "Graphics Performance", "PC", "Low"), - ("Editor Settings", "Graphics Performance", "OSX Metal", "Very High"), - ("Editor Settings", "Graphics Performance", "OSX Metal", "High"), - ("Editor Settings", "Graphics Performance", "OSX Metal", "Medium"), - ("Editor Settings", "Graphics Performance", "OSX Metal", "Low"), - ("Editor Settings", "Graphics Performance", "Android", "Very High"), - ("Editor Settings", "Graphics Performance", "Android", "High"), - ("Editor Settings", "Graphics Performance", "Android", "Medium"), - ("Editor Settings", "Graphics Performance", "Android", "Low"), - ("Editor Settings", "Graphics Performance", "iOS", "Very High"), - ("Editor Settings", "Graphics Performance", "iOS", "High"), - ("Editor Settings", "Graphics Performance", "iOS", "Medium"), - ("Editor Settings", "Graphics Performance", "iOS", "Low"), ("Editor Settings", "Keyboard Customization", "Customize Keyboard"), ("Editor Settings", "Keyboard Customization", "Export Keyboard Settings"), ("Editor Settings", "Keyboard Customization", "Import Keyboard Settings"), diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_FileMenuOptions.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_FileMenuOptions.py index bc1a37541e..ab9aa1d326 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_FileMenuOptions.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_FileMenuOptions.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_ViewMenuOptions.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_ViewMenuOptions.py index 7ed08867a9..d1233e9815 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_ViewMenuOptions.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/Menus_ViewMenuOptions.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -49,7 +50,6 @@ class TestViewMenuOptions(EditorTestHelper): ("Viewport", "Center on Selection"), ("Viewport", "Go to Location"), ("Viewport", "Remember Location"), - ("Viewport", "Change Move Speed"), ("Viewport", "Switch Camera"), ("Viewport", "Show/Hide Helpers"), ("Refresh Style",), diff --git a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/__init__.py b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/editor/EditorScripts/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/editor/__init__.py b/AutomatedTesting/Gem/PythonTests/editor/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/editor/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/editor/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/editor/conftest.py b/AutomatedTesting/Gem/PythonTests/editor/conftest.py index 73d974640f..1afaeb8bce 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/conftest.py +++ b/AutomatedTesting/Gem/PythonTests/editor/conftest.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_AssetBrowser.py b/AutomatedTesting/Gem/PythonTests/editor/test_AssetBrowser.py index 3389e4087c..6067ffd1c0 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/test_AssetBrowser.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_AssetBrowser.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_AssetPicker.py b/AutomatedTesting/Gem/PythonTests/editor/test_AssetPicker.py index 16150fcc21..9fc5582e0b 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/test_AssetPicker.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_AssetPicker.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_BasicEditorWorkflows.py b/AutomatedTesting/Gem/PythonTests/editor/test_BasicEditorWorkflows.py index e290a7e3e9..49860c8387 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/test_BasicEditorWorkflows.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_BasicEditorWorkflows.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_ComponentCRUD.py b/AutomatedTesting/Gem/PythonTests/editor/test_ComponentCRUD.py index 847cc726dd..de09cf9ab7 100755 --- a/AutomatedTesting/Gem/PythonTests/editor/test_ComponentCRUD.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_ComponentCRUD.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_Docking.py b/AutomatedTesting/Gem/PythonTests/editor/test_Docking.py index f5f684e4e1..7d97f31710 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/test_Docking.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_Docking.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_InputBindings.py b/AutomatedTesting/Gem/PythonTests/editor/test_InputBindings.py index ceb2933dd6..214fac2af4 100755 --- a/AutomatedTesting/Gem/PythonTests/editor/test_InputBindings.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_InputBindings.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/editor/test_Menus.py b/AutomatedTesting/Gem/PythonTests/editor/test_Menus.py index b45a087c79..d35fd021ee 100644 --- a/AutomatedTesting/Gem/PythonTests/editor/test_Menus.py +++ b/AutomatedTesting/Gem/PythonTests/editor/test_Menus.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -55,12 +56,7 @@ class TestMenus(object): "Rotate Action triggered", "Scale Action triggered", "Global Preferences Action triggered", - "Graphics Settings Action triggered", "Editor Settings Manager Action triggered", - "Very High Action triggered", - "High Action triggered", - "Medium Action triggered", - "Low Action triggered", "Customize Keyboard Action triggered", "Export Keyboard Settings Action triggered", "Import Keyboard Settings Action triggered", @@ -89,7 +85,6 @@ class TestMenus(object): "Center on Selection Action triggered", "Go to Location Action triggered", "Remember Location Action triggered", - "Change Move Speed Action triggered", "Switch Camera Action triggered", "Show/Hide Helpers Action triggered", "Refresh Style Action triggered", diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Crashes.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Crashes.py new file mode 100644 index 0000000000..7de5e6e35e --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Crashes.py @@ -0,0 +1,14 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +def EditorTest_That_Crashes(): + import azlmbr.legacy.general as general + general.crash() + +if __name__ == "__main__": + from editor_python_test_tools.utils import Report + Report.start_test(EditorTest_That_Crashes) diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Fails.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Fails.py new file mode 100644 index 0000000000..2756aee54c --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Fails.py @@ -0,0 +1,13 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +def EditorTest_That_Fails(): + assert False, "This test fails on purpose to test functionality" + +if __name__ == "__main__": + from editor_python_test_tools.utils import Report + Report.start_test(EditorTest_That_Fails) diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Passes.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Passes.py new file mode 100644 index 0000000000..236cb4673a --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_Passes.py @@ -0,0 +1,15 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +import time + +def EditorTest_That_Passes(): + pass + +if __name__ == "__main__": + from editor_python_test_tools.utils import Report + Report.start_test(EditorTest_That_Passes) diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_PassesToo.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_PassesToo.py new file mode 100644 index 0000000000..6da1afa576 --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/EditorTest_That_PassesToo.py @@ -0,0 +1,15 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +import time + +def EditorTest_That_PassesToo(): + pass + +if __name__ == "__main__": + from editor_python_test_tools.utils import Report + Report.start_test(EditorTest_That_PassesToo) diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/TestSuite_Main.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/TestSuite_Main.py new file mode 100644 index 0000000000..7c7e063951 --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/TestSuite_Main.py @@ -0,0 +1,262 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +""" +This suite contains the tests for editor_test utilities. +""" + +import pytest +import os +import sys +import importlib +import re + +from ly_test_tools import LAUNCHERS + +sys.path.append(os.path.dirname(os.path.abspath(__file__))) + +from ly_test_tools.o3de.editor_test import EditorSingleTest, EditorSharedTest, EditorTestSuite, Result +from ly_test_tools.o3de.asset_processor import AssetProcessor +import ly_test_tools.environment.process_utils as process_utils + +import argparse, sys + +@pytest.mark.SUITE_main +@pytest.mark.parametrize("launcher_platform", ['windows_editor']) +@pytest.mark.parametrize("project", ["AutomatedTesting"]) +class TestEditorTest: + + args = None + path = None + @classmethod + def setup_class(cls): + TestEditorTest.args = sys.argv.copy() + build_dir_arg_index = TestEditorTest.args.index("--build-directory") + if build_dir_arg_index < 0: + print("Error: Must pass --build-directory argument in order to run this test") + sys.exit(-2) + + TestEditorTest.args[build_dir_arg_index+1] = os.path.abspath(TestEditorTest.args[build_dir_arg_index+1]) + TestEditorTest.args.append("-s") + TestEditorTest.path = os.path.dirname(os.path.abspath(__file__)) + cls._asset_processor = None + + def teardown_class(cls): + if cls._asset_processor: + cls._asset_processor.stop(1) + cls._asset_processor.teardown() + + # Test runs # + @classmethod + def _run_single_test(cls, testdir, workspace, module_name): + if cls._asset_processor is None: + if not process_utils.process_exists("AssetProcessor", ignore_extensions=True): + cls._asset_processor = AssetProcessor(workspace) + cls._asset_processor.start() + + testdir.makepyfile( + f""" + import pytest + import os + import sys + + from ly_test_tools import LAUNCHERS + from ly_test_tools.o3de.editor_test import EditorSingleTest, EditorSharedTest, EditorTestSuite + + @pytest.mark.SUITE_main + @pytest.mark.parametrize("launcher_platform", ['windows_editor']) + @pytest.mark.parametrize("project", ["AutomatedTesting"]) + class TestAutomation(EditorTestSuite): + class test_single(EditorSingleTest): + import {module_name} as test_module + + """) + result = testdir.runpytest(*TestEditorTest.args[2:]) + + def get_class(module_name): + class test_single(EditorSingleTest): + test_module = importlib.import_module(module_name) + return test_single + + output = "".join(result.outlines) + extracted_results = EditorTestSuite._get_results_using_output([get_class(module_name)], output, output) + extracted_result = next(iter(extracted_results.items())) + return (extracted_result[1], result) + + def test_single_passing_test(self, request, workspace, launcher_platform, testdir): + (extracted_result, result) = TestEditorTest._run_single_test(testdir, workspace, "EditorTest_That_Passes") + result.assert_outcomes(passed=1) + assert isinstance(extracted_result, Result.Pass) + + def test_single_failing_test(self, request, workspace, launcher_platform, testdir): + (extracted_result, result) = TestEditorTest._run_single_test(testdir, workspace, "EditorTest_That_Fails") + result.assert_outcomes(failed=1) + assert isinstance(extracted_result, Result.Fail) + + def test_single_crashing_test(self, request, workspace, launcher_platform, testdir): + (extracted_result, result) = TestEditorTest._run_single_test(testdir, workspace, "EditorTest_That_Crashes") + result.assert_outcomes(failed=1) + assert isinstance(extracted_result, Result.Unknown) + + @classmethod + def _run_shared_test(cls, testdir, module_class_code, extra_cmd_line=None): + if not extra_cmd_line: + extra_cmd_line = [] + + if cls._asset_processor is None: + if not process_utils.process_exists("AssetProcessor", ignore_extensions=True): + cls._asset_processor = AssetProcessor(workspace) + cls._asset_processor.start() + + testdir.makepyfile( + f""" + import pytest + import os + import sys + + from ly_test_tools import LAUNCHERS + from ly_test_tools.o3de.editor_test import EditorSingleTest, EditorSharedTest, EditorTestSuite + + @pytest.mark.SUITE_main + @pytest.mark.parametrize("launcher_platform", ['windows_editor']) + @pytest.mark.parametrize("project", ["AutomatedTesting"]) + class TestAutomation(EditorTestSuite): + {module_class_code} + """) + result = testdir.runpytest(*TestEditorTest.args[2:] + extra_cmd_line) + return result + + def test_batched_two_passing(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass(EditorSharedTest): + import EditorTest_That_Passes as test_module + is_parallelizable = False + + class test_2(EditorSharedTest): + import EditorTest_That_PassesToo as test_module + is_parallelizable = False + """ + ) + # 2 Passes +1(batch runner) + result.assert_outcomes(passed=3) + + def test_batched_one_pass_one_fail(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass(EditorSharedTest): + import EditorTest_That_Passes as test_module + is_parallelizable = False + + class test_fail(EditorSharedTest): + import EditorTest_That_Fails as test_module + is_parallelizable = False + """ + ) + # 1 Fail, 1 Passes +1(batch runner) + result.assert_outcomes(passed=2, failed=1) + + def test_batched_one_pass_one_fail_one_crash(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass(EditorSharedTest): + import EditorTest_That_Passes as test_module + is_parallelizable = False + + class test_fail(EditorSharedTest): + import EditorTest_That_Fails as test_module + is_parallelizable = False + + class test_crash(EditorSharedTest): + import EditorTest_That_Crashes as test_module + is_parallelizable = False + """ + ) + # 2 Fail, 1 Passes + 1(batch runner) + result.assert_outcomes(passed=2, failed=2) + + def test_parallel_two_passing(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass_1(EditorSharedTest): + import EditorTest_That_Passes as test_module + is_batchable = False + + class test_pass_2(EditorSharedTest): + import EditorTest_That_PassesToo as test_module + is_batchable = False + """ + ) + # 2 Passes +1(parallel runner) + result.assert_outcomes(passed=3) + + def test_parallel_one_passing_one_failing_one_crashing(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass(EditorSharedTest): + import EditorTest_That_Passes as test_module + is_batchable = False + + class test_fail(EditorSharedTest): + import EditorTest_That_Fails as test_module + is_batchable = False + + class test_crash(EditorSharedTest): + import EditorTest_That_Crashes as test_module + is_batchable = False + """ + ) + # 2 Fail, 1 Passes + 1(parallel runner) + result.assert_outcomes(passed=2, failed=2) + + def test_parallel_batched_two_passing(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass_1(EditorSharedTest): + import EditorTest_That_Passes as test_module + + class test_pass_2(EditorSharedTest): + import EditorTest_That_PassesToo as test_module + """ + ) + # 2 Passes +1(batched+parallel runner) + result.assert_outcomes(passed=3) + + def test_parallel_batched_one_passing_one_failing_one_crashing(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass(EditorSharedTest): + import EditorTest_That_Passes as test_module + + class test_fail(EditorSharedTest): + import EditorTest_That_Fails as test_module + + class test_crash(EditorSharedTest): + import EditorTest_That_Crashes as test_module + """ + ) + # 2 Fail, 1 Passes + 1(batched+parallel runner) + result.assert_outcomes(passed=2, failed=2) + + def test_selection_2_deselected_1_selected(self, request, workspace, launcher_platform, testdir): + result = self._run_shared_test(testdir, + """ + class test_pass(EditorSharedTest): + import EditorTest_That_Passes as test_module + + class test_fail(EditorSharedTest): + import EditorTest_That_Fails as test_module + + class test_crash(EditorSharedTest): + import EditorTest_That_Crashes as test_module + """, extra_cmd_line=["-k", "fail"] + ) + # 1 Fail + 1 Success(parallel runner) + result.assert_outcomes(failed=1, passed=1) + outcomes = result.parseoutcomes() + deselected = outcomes.get("deselected") + assert deselected == 2 diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/__init__.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/__init__.py new file mode 100644 index 0000000000..f5193b300e --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/__init__.py @@ -0,0 +1,6 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" diff --git a/AutomatedTesting/Gem/PythonTests/editor_test_testing/conftest.py b/AutomatedTesting/Gem/PythonTests/editor_test_testing/conftest.py new file mode 100644 index 0000000000..1f49f7111b --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/editor_test_testing/conftest.py @@ -0,0 +1,8 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +pytest_plugins = ["pytester"] diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/largeworlds/CMakeLists.txt index 9c16479b9b..351ca19031 100644 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ComponentAndOverrides_InstancesPlantAtSpecifiedAltitude.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ComponentAndOverrides_InstancesPlantAtSpecifiedAltitude.py index b8b640071e..928d38ac5a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ComponentAndOverrides_InstancesPlantAtSpecifiedAltitude.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ComponentAndOverrides_InstancesPlantAtSpecifiedAltitude.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_FilterStageToggle.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_FilterStageToggle.py index bbdb925585..2ef72f72eb 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_FilterStageToggle.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_FilterStageToggle.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -36,8 +37,8 @@ class TestAltitudeFilterFilterStageToggle(EditorTestHelper): :return: None """ - PREPROCESS_INSTANCE_COUNT = 24 - POSTPROCESS_INSTANCE_COUNT = 18 + PREPROCESS_INSTANCE_COUNT = 44 + POSTPROCESS_INSTANCE_COUNT = 34 # Create empty level self.test_success = self.create_level( @@ -62,25 +63,7 @@ class TestAltitudeFilterFilterStageToggle(EditorTestHelper): dynveg.create_surface_entity("Surface_Entity_Parent", position, 16.0, 16.0, 1.0) # Add entity with Mesh to replicate creation of hills - hill_entity = dynveg.create_mesh_surface_entity_with_slopes("hill", position, 40.0, 40.0, 40.0) - - # Disable/Re-enable Mesh component due to ATOM-14299 - general.idle_wait(1.0) - editor.EditorComponentAPIBus(bus.Broadcast, 'DisableComponents', [hill_entity.components[0]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', hill_entity.components[0]) - if is_enabled: - print("Mesh component is still enabled") - else: - print("Mesh component was disabled") - editor.EditorComponentAPIBus(bus.Broadcast, 'EnableComponents', [hill_entity.components[0]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', hill_entity.components[0]) - if is_enabled: - print("Mesh component is now enabled") - else: - print("Mesh component is still disabled") - - # Increase Box Shape size to encompass the hills - vegetation.get_set_test(1, "Box Shape|Box Configuration|Dimensions", math.Vector3(100.0, 100.0, 100.0)) + hill_entity = dynveg.create_mesh_surface_entity_with_slopes("hill", position, 10.0) # Set a Min Altitude of 38 and Max of 40 in Vegetation Altitude Filter vegetation.get_set_test(3, "Configuration|Altitude Min", 38.0) diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ShapeSample_InstancesPlantAtSpecifiedAltitude.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ShapeSample_InstancesPlantAtSpecifiedAltitude.py index 5f6c72f481..8139ec5cac 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ShapeSample_InstancesPlantAtSpecifiedAltitude.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AltitudeFilter_ShapeSample_InstancesPlantAtSpecifiedAltitude.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AreaComponentSlices_SliceCreationAndVisibilityToggle.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AreaComponentSlices_SliceCreationAndVisibilityToggle.py index c255476445..095024cca1 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AreaComponentSlices_SliceCreationAndVisibilityToggle.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AreaComponentSlices_SliceCreationAndVisibilityToggle.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetListCombiner_CombinedDescriptorsExpressInConfiguredArea.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetListCombiner_CombinedDescriptorsExpressInConfiguredArea.py index cea749dc46..5242160b35 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetListCombiner_CombinedDescriptorsExpressInConfiguredArea.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetListCombiner_CombinedDescriptorsExpressInConfiguredArea.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetWeightSelector_InstancesExpressBasedOnWeight.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetWeightSelector_InstancesExpressBasedOnWeight.py index cfd436792b..113bbc8ea8 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetWeightSelector_InstancesExpressBasedOnWeight.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/AssetWeightSelector_InstancesExpressBasedOnWeight.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/Debugger_DebugCVarsWorks.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/Debugger_DebugCVarsWorks.py deleted file mode 100755 index 40fd67d957..0000000000 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/Debugger_DebugCVarsWorks.py +++ /dev/null @@ -1,55 +0,0 @@ -""" -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - -SPDX-License-Identifier: Apache-2.0 OR MIT -""" - -import os -import sys - -import azlmbr.legacy.general as general -import azlmbr.paths - -sys.path.append(os.path.join(azlmbr.paths.devroot, "AutomatedTesting", "Gem", "PythonTests")) -import editor_python_test_tools.hydra_editor_utils as hydra -from editor_python_test_tools.editor_test_helper import EditorTestHelper - - -class TestDebuggerDebugCVarsWorks(EditorTestHelper): - def __init__(self): - EditorTestHelper.__init__(self, log_prefix="Debugger_DebugCVarsWorks", args=["level"]) - - def run_test(self): - """ - Summary: - C2789148 Vegetation Debug CVars are enabled when the Debugger component is present - - Expected Result: - The following commands are available in the Editor only when the Vegetation Debugger Level component is present: - veg_debugDumpReport (Command) - veg_debugRefreshAllAreas (Command) - - :return: None - """ - - # Create empty level - self.test_success = self.create_level( - self.args["level"], - heightmap_resolution=1024, - heightmap_meters_per_pixel=1, - terrain_texture_resolution=4096, - use_terrain=False, - ) - - # Initially run the command in console without Debugger component - general.run_console("veg_debugDumpReport") - - # Add the Vegetation Debugger component to the Level Inspector - hydra.add_level_component("Vegetation Debugger") - - # Run a command again after adding the Vegetation debugger - general.run_console("veg_debugRefreshAllAreas") - - -test = TestDebuggerDebugCVarsWorks() -test.run() diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilterOverrides_InstancesPlantAtSpecifiedRadius.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilterOverrides_InstancesPlantAtSpecifiedRadius.py index f6270fac28..12fb6d8eff 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilterOverrides_InstancesPlantAtSpecifiedRadius.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilterOverrides_InstancesPlantAtSpecifiedRadius.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilter_InstancesPlantAtSpecifiedRadius.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilter_InstancesPlantAtSpecifiedRadius.py index 960d3a3015..5b978c6212 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilter_InstancesPlantAtSpecifiedRadius.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DistanceBetweenFilter_InstancesPlantAtSpecifiedRadius.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_DynamicSliceSpawnerWorks.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_DynamicSliceSpawnerWorks.py index 863c8935ba..173be62829 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_DynamicSliceSpawnerWorks.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_DynamicSliceSpawnerWorks.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_Embedded_E2E.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_Embedded_E2E.py index 4b0951acaf..6f2e711387 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_Embedded_E2E.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_Embedded_E2E.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -9,9 +10,10 @@ import sys sys.path.append(os.path.dirname(os.path.abspath(__file__))) import azlmbr.asset as asset +import azlmbr.components as components import azlmbr.legacy.general as general import azlmbr.bus as bus -import azlmbr.entity as EntityId +import azlmbr.entity as entity import azlmbr.editor as editor import azlmbr.math as math import azlmbr.paths @@ -83,18 +85,12 @@ class TestDynamicSliceInstanceSpawnerEmbeddedEditor(EditorTestHelper): self.log(f"Expected {num_expected_instances} instances - Found {num_found} instances") self.test_success = self.test_success and num_found == num_expected_instances - # 5) Create a new entity with a Camera component for testing in the launcher + # 5) Move the default Camera entity for testing in the launcher cam_position = math.Vector3(512.0, 500.0, 35.0) - camera_component = ["Camera"] - new_entity_id2 = editor.ToolsApplicationRequestBus( - bus.Broadcast, "CreateNewEntityAtPosition", cam_position, EntityId.EntityId() - ) - if new_entity_id2.IsValid(): - self.log("Camera entity created") - camera_entity = hydra.Entity("Camera Entity", new_entity_id2) - camera_entity.components = [] - for component in camera_component: - camera_entity.components.append(hydra.add_component(component, new_entity_id2)) + search_filter = entity.SearchFilter() + search_filter.names = ["Camera"] + search_entity_ids = entity.SearchBus(bus.Broadcast, 'SearchEntities', search_filter) + components.TransformBus(bus.Event, "MoveEntity", search_entity_ids[0], cam_position) # 6) Save and export to engine general.save_level() diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_External_E2E.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_External_E2E.py index 892549d414..dfa4d8191e 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_External_E2E.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/DynamicSliceInstanceSpawner_External_E2E.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -11,7 +12,8 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__))) import azlmbr.legacy.general as general import azlmbr.asset as asset import azlmbr.bus as bus -import azlmbr.entity as EntityId +import azlmbr.components as components +import azlmbr.entity as entity import azlmbr.editor as editor import azlmbr.math as math import azlmbr.paths @@ -68,7 +70,7 @@ class TestDynamicSliceInstanceSpawnerExternalEditor(EditorTestHelper): veg_area_required_components = ["Vegetation Layer Spawner", "Box Shape", "Vegetation Asset List", "Script Canvas"] new_entity_id = editor.ToolsApplicationRequestBus( - bus.Broadcast, "CreateNewEntityAtPosition", entity_position, EntityId.EntityId() + bus.Broadcast, "CreateNewEntityAtPosition", entity_position, entity.EntityId() ) if new_entity_id.IsValid(): self.log("Spawner entity created") @@ -106,18 +108,12 @@ class TestDynamicSliceInstanceSpawnerExternalEditor(EditorTestHelper): self.log(f"Expected {num_expected_instances} instances - Found {num_found} instances") self.test_success = self.test_success and num_found == num_expected_instances - # 5) Create a new entity with a Camera component for testing in the launcher - entity_position = math.Vector3(512.0, 500.0, 35.0) - camera_component = ["Camera"] - new_entity_id2 = editor.ToolsApplicationRequestBus( - bus.Broadcast, "CreateNewEntityAtPosition", entity_position, EntityId.EntityId() - ) - if new_entity_id2.IsValid(): - self.log("Camera entity created") - camera_entity = hydra.Entity("Camera Entity", new_entity_id2) - camera_entity.components = [] - for component in camera_component: - camera_entity.components.append(hydra.add_component(component, new_entity_id2)) + # 5) Move the default Camera entity for testing in the launcher + cam_position = math.Vector3(512.0, 500.0, 35.0) + search_filter = entity.SearchFilter() + search_filter.names = ["Camera"] + search_entity_ids = entity.SearchBus(bus.Broadcast, 'SearchEntities', search_filter) + components.TransformBus(bus.Event, "MoveEntity", search_entity_ids[0], cam_position) # 6) Save and export to engine general.save_level() diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/EmptyInstanceSpawner_EmptySpawnerWorks.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/EmptyInstanceSpawner_EmptySpawnerWorks.py index 963a97f3a3..721d06f858 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/EmptyInstanceSpawner_EmptySpawnerWorks.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/EmptyInstanceSpawner_EmptySpawnerWorks.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/InstanceSpawnerPriority_LayerAndSubPriority.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/InstanceSpawnerPriority_LayerAndSubPriority.py index 3f915b5516..e5ff0bf86f 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/InstanceSpawnerPriority_LayerAndSubPriority.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/InstanceSpawnerPriority_LayerAndSubPriority.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlender_E2E_Editor.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlender_E2E_Editor.py index c4dfbbf4fe..f03ea29613 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlender_E2E_Editor.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlender_E2E_Editor.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -18,9 +19,9 @@ import azlmbr.areasystem as areasystem import azlmbr.legacy.general as general import azlmbr import azlmbr.bus as bus -import azlmbr.editor as editor +import azlmbr.components as components import azlmbr.math as math -import azlmbr.entity as EntityId +import azlmbr.entity as entity import azlmbr.paths sys.path.append(os.path.join(azlmbr.paths.devroot, 'AutomatedTesting', 'Gem', 'PythonTests')) @@ -134,20 +135,14 @@ class TestVegLayerBlenderCreated(EditorTestHelper): purple_count += 1 self.test_success = pink_count == purple_count and (pink_count + purple_count == num_expected) and self.test_success - # 5) Create a new entity with a Camera component for testing in the launcher - entity_position = math.Vector3(500.0, 500.0, 47.0) - rot_degrees_vector = math.Vector3(radians(-55.0), radians(28.5), radians(-17.0)) - camera_component = ["Camera"] - camera_id = editor.ToolsApplicationRequestBus( - bus.Broadcast, "CreateNewEntityAtPosition", entity_position, EntityId.EntityId() - ) - if camera_id.IsValid(): - self.log("Camera entity created") - camera_entity = hydra.Entity("Camera Entity", camera_id) - camera_entity.components = [] - for component in camera_component: - camera_entity.components.append(hydra.add_component(component, camera_id)) - azlmbr.components.TransformBus(bus.Event, "SetLocalRotation", camera_id, rot_degrees_vector) + # 5) Move the default Camera entity for testing in the launcher + cam_position = math.Vector3(500.0, 500.0, 47.0) + cam_rot_degrees_vector = math.Vector3(radians(-55.0), radians(28.5), radians(-17.0)) + search_filter = entity.SearchFilter() + search_filter.names = ["Camera"] + search_entity_ids = entity.SearchBus(bus.Broadcast, 'SearchEntities', search_filter) + components.TransformBus(bus.Event, "MoveEntity", search_entity_ids[0], cam_position) + azlmbr.components.TransformBus(bus.Event, "SetLocalRotation", search_entity_ids[0], cam_rot_degrees_vector) # 6) Save and export level general.save_level() diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlocker_InstancesBlockedInConfiguredArea.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlocker_InstancesBlockedInConfiguredArea.py index cb2d206f18..138ac27700 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlocker_InstancesBlockedInConfiguredArea.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerBlocker_InstancesBlockedInConfiguredArea.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_FilterStageToggle.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_FilterStageToggle.py index 0224f6bc0a..a52f91ae5f 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_FilterStageToggle.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_FilterStageToggle.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -34,8 +35,8 @@ class TestLayerSpawnerFilterStageToggle(EditorTestHelper): :return: None """ - PREPROCESS_INSTANCE_COUNT = 425 - POSTPROCESS_INSTANCE_COUNT = 430 + PREPROCESS_INSTANCE_COUNT = 21 + POSTPROCESS_INSTANCE_COUNT = 19 # Create empty level self.test_success = self.create_level( @@ -56,7 +57,6 @@ class TestLayerSpawnerFilterStageToggle(EditorTestHelper): vegetation_entity.add_component("Vegetation Altitude Filter") vegetation_entity.add_component("Vegetation Position Modifier") - # Create a child entity under vegetation area child_entity = hydra.Entity("child_entity") components_to_add = ["Random Noise Gradient", "Gradient Transform Modifier", "Box Shape"] @@ -66,29 +66,13 @@ class TestLayerSpawnerFilterStageToggle(EditorTestHelper): vegetation_entity.get_set_test(4, "Configuration|Position X|Gradient|Gradient Entity Id", child_entity.id) vegetation_entity.get_set_test(4, "Configuration|Position Y|Gradient|Gradient Entity Id", child_entity.id) - # Set the min and max values for Altitude Filter - vegetation_entity.get_set_test(3, "Configuration|Altitude Min", 32.0) - vegetation_entity.get_set_test(3, "Configuration|Altitude Max", 35.0) + vegetation_entity.get_set_test(3, "Configuration|Altitude Min", 34.0) + vegetation_entity.get_set_test(3, "Configuration|Altitude Max", 38.0) # Add entity with Mesh to replicate creation of hills and a flat surface to plant on dynveg.create_surface_entity("Flat Surface", position, 32.0, 32.0, 1.0) - hill_entity = dynveg.create_mesh_surface_entity_with_slopes("hill", position, 4.0, 4.0, 4.0) - - # Disable/Re-enable Mesh component due to ATOM-14299 - general.idle_wait(1.0) - editor.EditorComponentAPIBus(bus.Broadcast, 'DisableComponents', [hill_entity.components[0]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', hill_entity.components[0]) - if is_enabled: - print("Mesh component is still enabled") - else: - print("Mesh component was disabled") - editor.EditorComponentAPIBus(bus.Broadcast, 'EnableComponents', [hill_entity.components[0]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', hill_entity.components[0]) - if is_enabled: - print("Mesh component is now enabled") - else: - print("Mesh component is still disabled") + hill_entity = dynveg.create_mesh_surface_entity_with_slopes("hill", position, 4.0) # Set the filter stage to preprocess and postprocess respectively and verify instance count vegetation_entity.get_set_test(0, "Configuration|Filter Stage", 1) diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InheritBehaviorFlag.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InheritBehaviorFlag.py index fc060151e9..5e5c6410b0 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InheritBehaviorFlag.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InheritBehaviorFlag.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesPlantInAllSupportedShapes.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesPlantInAllSupportedShapes.py index e170d13360..8310583fe6 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesPlantInAllSupportedShapes.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesPlantInAllSupportedShapes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesRefreshUsingCorrectViewportCamera.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesRefreshUsingCorrectViewportCamera.py index c99d180253..f17956e066 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesRefreshUsingCorrectViewportCamera.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/LayerSpawner_InstancesRefreshUsingCorrectViewportCamera.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -13,7 +14,7 @@ import azlmbr.legacy.general as general import azlmbr.math as math sys.path.append(os.path.join(azlmbr.paths.devroot, 'AutomatedTesting', 'Gem', 'PythonTests')) -from automatedtesting_shared.editor_test_helper import EditorTestHelper +from editor_python_test_tools.editor_test_helper import EditorTestHelper from largeworlds.large_worlds_utils import editor_dynveg_test_helper as dynveg diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMesh.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMesh.py index d23f811f58..47e9c857c2 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMesh.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMesh.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -82,22 +83,7 @@ class test_MeshBlocker_InstancesBlockedByMesh(EditorTestHelper): bus.Broadcast, "GetAssetIdByPath", os.path.join("objects", "_primitives", "_box_1x1.azmodel"), math.Uuid(), False) blocker_entity.get_set_test(1, "Controller|Configuration|Mesh Asset", cubeId) - components.TransformBus(bus.Event, "SetLocalScale", blocker_entity.id, math.Vector3(2.0, 2.0, 2.0)) - - # Disable/Re-enable Mesh component due to ATOM-14299 - general.idle_wait(1.0) - editor.EditorComponentAPIBus(bus.Broadcast, 'DisableComponents', [blocker_entity.components[1]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', blocker_entity.components[1]) - if is_enabled: - print("Mesh component is still enabled") - else: - print("Mesh component was disabled") - editor.EditorComponentAPIBus(bus.Broadcast, 'EnableComponents', [blocker_entity.components[1]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', blocker_entity.components[1]) - if is_enabled: - print("Mesh component is now enabled") - else: - print("Mesh component is still disabled") + components.TransformBus(bus.Event, "SetLocalUniformScale", blocker_entity.id, 2.0) # Verify spawned instance counts are accurate after addition of Blocker Entity num_expected = 160 # Number of "PurpleFlower"s that plant on a 10 x 10 surface minus 2m blocker cube diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMeshHeightTuning.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMeshHeightTuning.py index ad57f80776..f5dad6b64d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMeshHeightTuning.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshBlocker_InstancesBlockedByMeshHeightTuning.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -88,24 +89,9 @@ class test_MeshBlocker_InstancesBlockedByMeshHeightTuning(EditorTestHelper): bus.Broadcast, "GetAssetIdByPath", os.path.join("objects", "_primitives", "_box_1x1.azmodel"), math.Uuid(), False) blocker_entity.get_set_test(1, "Controller|Configuration|Mesh Asset", sphere_id) - components.TransformBus(bus.Event, "SetLocalScale", blocker_entity.id, math.Vector3(5.0, 5.0, 5.0)) + components.TransformBus(bus.Event, "SetLocalUniformScale", blocker_entity.id, 5.0) components.TransformBus(bus.Event, "SetLocalRotation", blocker_entity.id, math.Vector3(0.0, y_rotation, 0.0)) - # Disable/Re-enable Mesh component due to ATOM-14299 - general.idle_wait(1.0) - editor.EditorComponentAPIBus(bus.Broadcast, 'DisableComponents', [blocker_entity.components[1]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', blocker_entity.components[1]) - if is_enabled: - print("Mesh component is still enabled") - else: - print("Mesh component was disabled") - editor.EditorComponentAPIBus(bus.Broadcast, 'EnableComponents', [blocker_entity.components[1]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', blocker_entity.components[1]) - if is_enabled: - print("Mesh component is now enabled") - else: - print("Mesh component is still disabled") - # 5) Adjust the height Max percentage values of blocker blocker_entity.get_set_test(0, "Configuration|Mesh Height Percent Max", 0.8) diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_DependentOnMeshComponent.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_DependentOnMeshComponent.py index 1d25121bf6..c093529888 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_DependentOnMeshComponent.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_DependentOnMeshComponent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py index a0b38ee277..83beb5d0c2 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/MeshSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PhysXColliderSurfaceTagEmitter_E2E_Editor.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PhysXColliderSurfaceTagEmitter_E2E_Editor.py index 6af05b8d70..beb5c2af72 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PhysXColliderSurfaceTagEmitter_E2E_Editor.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PhysXColliderSurfaceTagEmitter_E2E_Editor.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_AutoSnapToSurfaceWorks.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_AutoSnapToSurfaceWorks.py index bbb869ff7f..a55e88488c 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_AutoSnapToSurfaceWorks.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_AutoSnapToSurfaceWorks.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -81,22 +82,7 @@ class TestPositionModifierAutoSnapToSurface(EditorTestHelper): # 3) Create a spherical planting surface and a flat surface flat_entity = dynveg.create_surface_entity("Flat Surface", spawner_center_point, 32.0, 32.0, 1.0) - hill_entity = dynveg.create_mesh_surface_entity_with_slopes("Planting Surface", spawner_center_point, 5.0, 5.0, 5.0) - - # Disable/Re-enable Mesh component due to ATOM-14299 - general.idle_wait(1.0) - editor.EditorComponentAPIBus(bus.Broadcast, 'DisableComponents', [hill_entity.components[0]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', hill_entity.components[0]) - if is_enabled: - print("Mesh component is still enabled") - else: - print("Mesh component was disabled") - editor.EditorComponentAPIBus(bus.Broadcast, 'EnableComponents', [hill_entity.components[0]]) - is_enabled = editor.EditorComponentAPIBus(bus.Broadcast, 'IsComponentEnabled', hill_entity.components[0]) - if is_enabled: - print("Mesh component is now enabled") - else: - print("Mesh component is still disabled") + hill_entity = dynveg.create_mesh_surface_entity_with_slopes("Planting Surface", spawner_center_point, 5.0) # Disable the Flat Surface Box Shape component, and temporarily ignore initial instance counts due to LYN-2245 editor.EditorComponentAPIBus(bus.Broadcast, 'DisableComponents', [flat_entity.components[0]]) @@ -116,14 +102,14 @@ class TestPositionModifierAutoSnapToSurface(EditorTestHelper): # Pin the Constant Gradient to the X axis of the spawner's Position Modifier component spawner_entity.get_set_test(3, 'Configuration|Position X|Gradient|Gradient Entity Id', gradient_entity.id) - # 6) Set the Position Modifier offset to 5 on the x-axis - spawner_entity.get_set_test(3, position_modifier_paths[0], 5) - spawner_entity.get_set_test(3, position_modifier_paths[1], 5) + # 6) Set the Position Modifier offset to 2.5 on the x-axis + spawner_entity.get_set_test(3, position_modifier_paths[0], 2.5) + spawner_entity.get_set_test(3, position_modifier_paths[1], 2.5) # 7) Validate instance count at the top of the sphere mesh and inside the sphere mesh while Auto Snap to Surface # is enabled top_point = math.Vector3(512.0, 512.0, 37.0) - inside_point = math.Vector3(512.0, 512.0, 33.0) + inside_point = math.Vector3(512.0, 512.0, 35.0) radius = 0.5 num_expected = 1 self.log(f"Checking for instances in a {radius * 2}m area at {top_point.ToString()}") diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_ComponentAndOverrides_InstancesPlantAtSpecifiedOffsets.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_ComponentAndOverrides_InstancesPlantAtSpecifiedOffsets.py index 87e6d3b9b3..9597f79339 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_ComponentAndOverrides_InstancesPlantAtSpecifiedOffsets.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/PositionModifier_ComponentAndOverrides_InstancesPlantAtSpecifiedOffsets.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifierOverrides_InstancesRotateWithinRange.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifierOverrides_InstancesRotateWithinRange.py index a21031abbe..b428459032 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifierOverrides_InstancesRotateWithinRange.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifierOverrides_InstancesRotateWithinRange.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifier_InstancesRotateWithinRange.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifier_InstancesRotateWithinRange.py index 78353ef090..6b6f66467b 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifier_InstancesRotateWithinRange.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/RotationModifier_InstancesRotateWithinRange.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifierOverrides_InstancesProperlyScale.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifierOverrides_InstancesProperlyScale.py index b475c56e5e..d065c821bf 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifierOverrides_InstancesProperlyScale.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifierOverrides_InstancesProperlyScale.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifier_InstancesProperlyScale.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifier_InstancesProperlyScale.py index 2c9380ccbe..e579495e42 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifier_InstancesProperlyScale.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ScaleModifier_InstancesProperlyScale.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ShapeIntersectionFilter_InstancesPlantInAssignedShape.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ShapeIntersectionFilter_InstancesPlantInAssignedShape.py index 9624ccdc34..83458fe153 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ShapeIntersectionFilter_InstancesPlantInAssignedShape.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/ShapeIntersectionFilter_InstancesPlantInAssignedShape.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifierOverrides_InstanceSurfaceAlignment.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifierOverrides_InstanceSurfaceAlignment.py index 8607aece64..abd3dc35d5 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifierOverrides_InstanceSurfaceAlignment.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifierOverrides_InstanceSurfaceAlignment.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -52,17 +53,19 @@ class TestSlopeAlignmentModifierOverrides(EditorTestHelper): use_terrain=False, ) + general.set_current_view_position(512.0, 480.0, 38.0) + # Create a spawner entity setup with all needed components center_point = math.Vector3(512.0, 512.0, 32.0) asset_path = os.path.join("Slices", "PinkFlower.dynamicslice") spawner_entity = dynveg.create_vegetation_area("Instance Spawner", center_point, 16.0, 16.0, 32.0, asset_path) # Create a sloped mesh surface for the instances to plant on + center_point = math.Vector3(502.0, 512.0, 24.0) mesh_asset_path = os.path.join("objects", "_primitives", "_box_1x1.azmodel") mesh_asset = asset.AssetCatalogRequestBus(bus.Broadcast, "GetAssetIdByPath", mesh_asset_path, math.Uuid(), False) rotation = math.Vector3(0.0, radians(45.0), 0.0) - scale = math.Vector3(10.0, 10.0, 10.0) surface_entity = hydra.Entity("Surface Entity") surface_entity.create_entity( center_point, @@ -72,7 +75,7 @@ class TestSlopeAlignmentModifierOverrides(EditorTestHelper): print(f"'{surface_entity.name}' created") hydra.get_set_test(surface_entity, 0, "Controller|Configuration|Mesh Asset", mesh_asset) components.TransformBus(bus.Event, "SetLocalRotation", surface_entity.id, rotation) - components.TransformBus(bus.Event, "SetLocalScale", surface_entity.id, scale) + components.TransformBus(bus.Event, "SetLocalUniformScale", surface_entity.id, 30.0) # Add a Vegetation Debugger component to allow refreshing instances hydra.add_level_component("Vegetation Debugger") diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifier_InstanceSurfaceAlignment.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifier_InstanceSurfaceAlignment.py index f252a13c2a..6e9e36957f 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifier_InstanceSurfaceAlignment.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeAlignmentModifier_InstanceSurfaceAlignment.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -61,11 +62,11 @@ class TestSlopeAlignmentModifier(EditorTestHelper): spawner_entity = dynveg.create_vegetation_area("Instance Spawner", center_point, 16.0, 16.0, 32.0, asset_path) # Create a sloped mesh surface for the instances to plant on + center_point = math.Vector3(502.0, 512.0, 24.0) mesh_asset_path = os.path.join("objects", "_primitives", "_box_1x1.azmodel") mesh_asset = asset.AssetCatalogRequestBus(bus.Broadcast, "GetAssetIdByPath", mesh_asset_path, math.Uuid(), False) rotation = math.Vector3(0.0, radians(45.0), 0.0) - scale = math.Vector3(10.0, 10.0, 10.0) surface_entity = hydra.Entity("Surface Entity") surface_entity.create_entity( center_point, @@ -75,7 +76,7 @@ class TestSlopeAlignmentModifier(EditorTestHelper): print(f"'{surface_entity.name}' created") hydra.get_set_test(surface_entity, 0, "Controller|Configuration|Mesh Asset", mesh_asset) components.TransformBus(bus.Event, "SetLocalRotation", surface_entity.id, rotation) - components.TransformBus(bus.Event, "SetLocalScale", surface_entity.id, scale) + components.TransformBus(bus.Event, "SetLocalUniformScale", surface_entity.id, 30.0) # Add a Vegetation Debugger component to allow refreshing instances hydra.add_level_component("Vegetation Debugger") diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_ComponentAndOverrides_InstancesPlantOnValidSlope.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_ComponentAndOverrides_InstancesPlantOnValidSlope.py index 593591c84b..d66716cee3 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_ComponentAndOverrides_InstancesPlantOnValidSlope.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_ComponentAndOverrides_InstancesPlantOnValidSlope.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -80,7 +81,7 @@ class TestSlopeFilterComponentAndOverrides(EditorTestHelper): # 3) Add surfaces to plant on. This will include a flat surface and a sphere mesh to provide a sloped surface dynveg.create_surface_entity("Planting Surface", center_point, 32.0, 32.0, 1.0) sloped_surface_center = math.Vector3(512.0, 512.0, 38.0) - dynveg.create_mesh_surface_entity_with_slopes("Sloped Planting Surface", sloped_surface_center, 5.0, 5.0, 5.0) + dynveg.create_mesh_surface_entity_with_slopes("Sloped Planting Surface", sloped_surface_center, 10.0) # Set instances to spawn on a center snap point to avoid unexpected instances around the edges of the box shape veg_system_settings_component = hydra.add_level_component("Vegetation System Settings") @@ -100,7 +101,7 @@ class TestSlopeFilterComponentAndOverrides(EditorTestHelper): spawner_entity.get_set_test(3, "Configuration|Slope Max", 45) # 6) Validate instance counts post-filter: instances should only plant on slopes between 20-45 degrees - num_expected_slopes_post_filter = 44 + num_expected_slopes_post_filter = 48 slope_min_max_success = self.wait_for_condition(lambda: dynveg.validate_instance_count_in_entity_shape( spawner_entity.id, num_expected_slopes_post_filter), 5.0) self.test_success = slope_min_max_success and self.test_success @@ -114,7 +115,7 @@ class TestSlopeFilterComponentAndOverrides(EditorTestHelper): spawner_entity.get_set_test(2, "Configuration|Embedded Assets|[0]|Slope Filter|Max", 20) # 9) Validate instance counts post-filter: instances should only plant on slopes between 5-20 degrees - num_expected_slopes_post_filter_overrides = 16 + num_expected_slopes_post_filter_overrides = 12 overrides_min_max_success = self.wait_for_condition(lambda: dynveg.validate_instance_count_in_entity_shape( spawner_entity.id, num_expected_slopes_post_filter_overrides), 5.0) self.test_success = overrides_min_max_success and self.test_success diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_FilterStageToggle.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_FilterStageToggle.py index c8523dd798..33275f2992 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_FilterStageToggle.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SlopeFilter_FilterStageToggle.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceDataRefreshes_RemainsStable.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceDataRefreshes_RemainsStable.py index b930ab6acc..2f08d3963d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceDataRefreshes_RemainsStable.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceDataRefreshes_RemainsStable.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilterOverrides_MultipleDescriptorOverridesPlantAsExpected.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilterOverrides_MultipleDescriptorOverridesPlantAsExpected.py index 76021d9f83..87aa7946b3 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilterOverrides_MultipleDescriptorOverridesPlantAsExpected.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilterOverrides_MultipleDescriptorOverridesPlantAsExpected.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_BasicSurfaceTagCreation.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_BasicSurfaceTagCreation.py index ddf2f30e89..1baec7694d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_BasicSurfaceTagCreation.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_BasicSurfaceTagCreation.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_ExclusionList.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_ExclusionList.py index 613778cbb3..1ce7962e6a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_ExclusionList.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_ExclusionList.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_InclusionList.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_InclusionList.py index 55a6d815e3..e394bc0cde 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_InclusionList.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SurfaceMaskFilter_InclusionList.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorPointDensity.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorPointDensity.py index e4a57916d7..f690e175de 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorPointDensity.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorPointDensity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorSize.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorSize.py index 53ee7d6105..61aaedcf7c 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorSize.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/SystemSettings_SectorSize.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/VegetationInstances_DespawnWhenOutOfRange.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/VegetationInstances_DespawnWhenOutOfRange.py index df42b9e821..6f40d04854 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/VegetationInstances_DespawnWhenOutOfRange.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/VegetationInstances_DespawnWhenOutOfRange.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/EditorScripts/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AltitudeFilter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AltitudeFilter.py index 36a8307c88..ec8c225d3b 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AltitudeFilter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AltitudeFilter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -83,7 +84,7 @@ class TestAltitudeFilter(object): @pytest.mark.test_case_id("C4847478") @pytest.mark.SUITE_periodic @pytest.mark.dynveg_filter - @pytest.mark.xfail # LYN-3275 + @pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/2303") def test_AltitudeFilter_FilterStageToggle(self, request, editor, level, workspace, launcher_platform): cfg_args = [level] diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AreaComponentSlices.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AreaComponentSlices.py index ffea660a63..7c72105957 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AreaComponentSlices.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AreaComponentSlices.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetListCombiner.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetListCombiner.py index f5d239771f..5deaa9199e 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetListCombiner.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetListCombiner.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetWeightSelector.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetWeightSelector.py index 9f6302cd82..f3cb2f4647 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetWeightSelector.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_AssetWeightSelector.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_Debugger.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_Debugger.py deleted file mode 100755 index ed979136e0..0000000000 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_Debugger.py +++ /dev/null @@ -1,56 +0,0 @@ -""" -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - -SPDX-License-Identifier: Apache-2.0 OR MIT -""" - -import os -import pytest -import logging - -# Bail on the test if ly_test_tools doesn't exist. -pytest.importorskip("ly_test_tools") -import ly_test_tools.environment.file_system as file_system -import editor_python_test_tools.hydra_test_utils as hydra - -logger = logging.getLogger(__name__) -test_directory = os.path.join(os.path.dirname(__file__), "EditorScripts") - - -@pytest.mark.parametrize("project", ["AutomatedTesting"]) -@pytest.mark.parametrize("level", ["tmp_level"]) -@pytest.mark.usefixtures("automatic_process_killer") -@pytest.mark.parametrize("launcher_platform", ['windows_editor']) -class TestDebugger(object): - @pytest.fixture(autouse=True) - def setup_teardown(self, request, workspace, project, level): - # Cleanup our temp level - file_system.delete([os.path.join(workspace.paths.engine_root(), project, "Levels", level)], True, True) - - def teardown(): - # Cleanup our temp level - file_system.delete([os.path.join(workspace.paths.engine_root(), project, "Levels", level)], True, True) - - request.addfinalizer(teardown) - - @pytest.mark.test_case_id("C2789148") - @pytest.mark.SUITE_periodic - @pytest.mark.dynveg_misc - def test_Debugger_DebugCVarsWork(self, request, editor, level, workspace, launcher_platform): - cfg_args = [level] - - expected_lines = [ - "Debugger_DebugCVarsWorks: test started", - "[Warning] Unknown command: veg_debugDumpReport", - "[CONSOLE] Executing console command 'veg_debugRefreshAllAreas'", - "Debugger_DebugCVarsWorks: result=SUCCESS", - ] - - hydra.launch_and_validate_results( - request, - test_directory, - editor, - "Debugger_DebugCVarsWorks.py", - expected_lines=expected_lines, - cfg_args=cfg_args - ) diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DistanceBetweenFilter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DistanceBetweenFilter.py index 3c53c51a3c..6d1b688315 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DistanceBetweenFilter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DistanceBetweenFilter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynVeg_Regressions.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynVeg_Regressions.py index 207aa40f90..b15e1d552d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynVeg_Regressions.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynVeg_Regressions.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynamicSliceInstanceSpawner.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynamicSliceInstanceSpawner.py index 053c4ccbfd..0f83f44094 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynamicSliceInstanceSpawner.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_DynamicSliceInstanceSpawner.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -90,7 +91,6 @@ class TestDynamicSliceInstanceSpawner(object): @pytest.mark.SUITE_periodic @pytest.mark.dynveg_area @pytest.mark.parametrize("launcher_platform", ['windows']) - @pytest.mark.skip # ATOM-14703 def test_DynamicSliceInstanceSpawner_Embedded_E2E_Launcher(self, workspace, launcher, level, remote_console_instance, project, launcher_platform): @@ -126,7 +126,6 @@ class TestDynamicSliceInstanceSpawner(object): @pytest.mark.SUITE_periodic @pytest.mark.dynveg_area @pytest.mark.parametrize("launcher_platform", ['windows']) - @pytest.mark.skip # ATOM-14703 def test_DynamicSliceInstanceSpawner_External_E2E_Launcher(self, workspace, launcher, level, remote_console_instance, project, launcher_platform): diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_EmptyInstanceSpawner.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_EmptyInstanceSpawner.py index 88b056445f..1fc88b816f 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_EmptyInstanceSpawner.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_EmptyInstanceSpawner.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_InstanceSpawnerPriority.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_InstanceSpawnerPriority.py index ddbccd751a..955c20a37d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_InstanceSpawnerPriority.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_InstanceSpawnerPriority.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlender.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlender.py index 3c16420a30..13f2a569c1 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlender.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlender.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -68,7 +69,6 @@ class TestLayerBlender(object): "Entity has a Box Shape component", "Blender Configuration|Vegetation Areas: SUCCESS", "Blender Box Shape|Box Configuration|Dimensions: SUCCESS", - "Camera entity created", "LayerBlender_E2E_Editor: result=SUCCESS" ] @@ -85,12 +85,11 @@ class TestLayerBlender(object): @pytest.mark.BAT @pytest.mark.SUITE_periodic @pytest.mark.dynveg_area - @pytest.mark.xfail @pytest.mark.parametrize("launcher_platform", ['windows']) def test_LayerBlender_E2E_Launcher(self, workspace, project, launcher, level, remote_console_instance, launcher_platform): - launcher.args.extend(["-NullRenderer"]) + launcher.args.extend(["-rhi=Null"]) launcher.start() assert launcher.is_alive(), "Launcher failed to start" diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlocker.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlocker.py index 2902291b9a..d0889f17a4 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlocker.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerBlocker.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerSpawner.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerSpawner.py index 410bdbafed..65d994f841 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerSpawner.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_LayerSpawner.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -99,7 +100,7 @@ class TestLayerSpawner(object): @pytest.mark.test_case_id("C4765973") @pytest.mark.SUITE_periodic @pytest.mark.dynveg_misc - @pytest.mark.xfail # LYN-3275 + @pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/2303") def test_LayerSpawner_FilterStageToggle(self, request, editor, level, workspace, launcher_platform): expected_lines = [ @@ -121,7 +122,7 @@ class TestLayerSpawner(object): @pytest.mark.test_case_id("C30000751") @pytest.mark.SUITE_sandbox @pytest.mark.dynveg_misc - @pytest.mark.skip # ATOM-14828 + @pytest.mark.skip # https://github.com/o3de/o3de/issues/2038 def test_LayerSpawner_InstancesRefreshUsingCorrectViewportCamera(self, request, editor, level, launcher_platform): expected_lines = [ @@ -136,5 +137,6 @@ class TestLayerSpawner(object): editor, "LayerSpawner_InstancesRefreshUsingCorrectViewportCamera.py", expected_lines, - cfg_args=[level] + cfg_args=[level], + null_renderer=False ) diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshBlocker.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshBlocker.py index e6ef7f53c5..197ab6e585 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshBlocker.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshBlocker.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshSurfaceTagEmitter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshSurfaceTagEmitter.py index b8036bb724..fd3a2f6514 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshSurfaceTagEmitter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_MeshSurfaceTagEmitter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PhysXColliderSurfaceTagEmitter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PhysXColliderSurfaceTagEmitter.py index 8a1523f37c..03b7a968f8 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PhysXColliderSurfaceTagEmitter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PhysXColliderSurfaceTagEmitter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PositionModifier.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PositionModifier.py index c2a873dffc..ebbd58557e 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PositionModifier.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_PositionModifier.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -55,9 +56,9 @@ class TestPositionModifier(object): ) @pytest.mark.test_case_id("C4874100") - @pytest.mark.SUITE_sandbox + @pytest.mark.SUITE_periodic @pytest.mark.dynveg_modifier - @pytest.mark.xfail # LYN-3275 + @pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/2303") def test_PositionModifier_AutoSnapToSurfaceWorks(self, request, editor, level, launcher_platform): expected_lines = [ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_RotationModifier.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_RotationModifier.py index 1d892a781b..1dea332f7d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_RotationModifier.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_RotationModifier.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ScaleModifier.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ScaleModifier.py index f05199d2d0..62f6c0bbad 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ScaleModifier.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ScaleModifier.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ShapeIntersectionFilter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ShapeIntersectionFilter.py index dd4c4b8943..d2ed0318ca 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ShapeIntersectionFilter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_ShapeIntersectionFilter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeAlignmentModifier.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeAlignmentModifier.py index d7ab40af35..3a01521d8e 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeAlignmentModifier.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeAlignmentModifier.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -37,7 +38,7 @@ class TestSlopeAlignmentModifier(object): @pytest.mark.test_case_id("C4896941") @pytest.mark.SUITE_periodic @pytest.mark.dynveg_modifier - @pytest.mark.skip # ATOM-14299 + @pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/2303") def test_SlopeAlignmentModifier_InstanceSurfaceAlignment(self, request, editor, level, launcher_platform): expected_lines = [ @@ -60,7 +61,7 @@ class TestSlopeAlignmentModifier(object): @pytest.mark.test_case_id("C4814459") @pytest.mark.SUITE_periodic @pytest.mark.dynveg_modifier - @pytest.mark.skip # ATOM-14299 + @pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/2303") def test_SlopeAlignmentModifierOverrides_InstanceSurfaceAlignment(self, request, editor, level, launcher_platform): expected_lines = [ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeFilter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeFilter.py index 5c1f79aaf3..3065b2df61 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeFilter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SlopeFilter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -67,7 +68,7 @@ class TestSlopeFilter(object): @pytest.mark.test_case_id("C4814464", "C4874096") @pytest.mark.SUITE_periodic @pytest.mark.dynveg_filter - @pytest.mark.skip # LYN-2211 + @pytest.mark.xfail(reason="https://github.com/o3de/o3de/issues/2303") def test_SlopeFilter_ComponentAndOverrides_InstancesPlantOnValidSlopes(self, request, editor, level, launcher_platform): @@ -78,10 +79,10 @@ class TestSlopeFilter(object): "instance count validation: True (found=1720, expected=1720)", "Instance Spawner Configuration|Slope Min: SUCCESS", "Instance Spawner Configuration|Slope Max: SUCCESS", - "instance count validation: True (found=44, expected=44)", + "instance count validation: True (found=48, expected=48)", "Instance Spawner Configuration|Embedded Assets|[0]|Slope Filter|Min: SUCCESS", "Instance Spawner Configuration|Embedded Assets|[0]|Slope Filter|Max: SUCCESS", - "instance count validation: True (found=16, expected=16)", + "instance count validation: True (found=12, expected=12)", "SlopeFilter_InstancesPlantOnValidSlope: result=SUCCESS" ] diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SurfaceMaskFilter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SurfaceMaskFilter.py index dbff206b43..7101a8e286 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SurfaceMaskFilter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SurfaceMaskFilter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SystemSettings.py b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SystemSettings.py index 644c748da0..0b00a1fa83 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SystemSettings.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/dyn_veg/test_SystemSettings.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientGenerators_Incompatibilities.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientGenerators_Incompatibilities.py index 32b2466aa7..37679d34ef 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientGenerators_Incompatibilities.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientGenerators_Incompatibilities.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientModifiers_Incompatibilities.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientModifiers_Incompatibilities.py index 8ca5fed6eb..8908493187 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientModifiers_Incompatibilities.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientModifiers_Incompatibilities.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_ClearingPinnedEntitySetsPreviewToOrigin.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_ClearingPinnedEntitySetsPreviewToOrigin.py index 0ca5fc2b9e..73e8b95823 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_ClearingPinnedEntitySetsPreviewToOrigin.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_ClearingPinnedEntitySetsPreviewToOrigin.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_DefaultPinnedEntityIsSelf.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_DefaultPinnedEntityIsSelf.py index 417441a92f..99a54f614a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_DefaultPinnedEntityIsSelf.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientPreviewSettings_DefaultPinnedEntityIsSelf.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSampling_GradientReferencesAddRemoveSuccessfully.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSampling_GradientReferencesAddRemoveSuccessfully.py index e8c7433e43..6d88f43d5a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSampling_GradientReferencesAddRemoveSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSampling_GradientReferencesAddRemoveSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_ComponentDependencies.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_ComponentDependencies.py index 1d07917588..26d791495a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_ComponentDependencies.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_ComponentDependencies.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py index e54a3695d8..44c9792296 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientSurfaceTagEmitter_SurfaceTagsAddRemoveSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithExpectedGradients.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithExpectedGradients.py index fa1630a012..b5f342a15f 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithExpectedGradients.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithExpectedGradients.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithSpawners.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithSpawners.py index 1b97deaf17..54270c5ee5 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithSpawners.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_ComponentIncompatibleWithSpawners.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_FrequencyZoomCanBeSetBeyondSliderRange.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_FrequencyZoomCanBeSetBeyondSliderRange.py index 7535c27010..94647a0b6f 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_FrequencyZoomCanBeSetBeyondSliderRange.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_FrequencyZoomCanBeSetBeyondSliderRange.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_RequiresShape.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_RequiresShape.py index b5b9496d1e..c9cfc225d1 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_RequiresShape.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/GradientTransform_RequiresShape.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_ProcessedImageAssignedSuccessfully.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_ProcessedImageAssignedSuccessfully.py index c9e9d0504e..1063260550 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_ProcessedImageAssignedSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_ProcessedImageAssignedSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_RequiresShape.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_RequiresShape.py index 8a57c3107b..2c6ac8d15b 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_RequiresShape.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/EditorScripts/ImageGradient_RequiresShape.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientIncompatibilities.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientIncompatibilities.py index 2187990ca4..ec9fb7cb0b 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientIncompatibilities.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientIncompatibilities.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientPreviewSettings.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientPreviewSettings.py index caaa480910..f41dd605e6 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientPreviewSettings.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientPreviewSettings.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSampling.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSampling.py index 4aeb8c170e..099a9404e1 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSampling.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSampling.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSurfaceTagEmitter.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSurfaceTagEmitter.py index 473d0170d8..6d4a832875 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSurfaceTagEmitter.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientSurfaceTagEmitter.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientTransform.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientTransform.py index e71592ea58..447a548abb 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientTransform.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_GradientTransform.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_ImageGradient.py b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_ImageGradient.py index 07807c7dd5..c4280678ee 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_ImageGradient.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/gradient_signal/test_ImageGradient.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_DependentComponentsAdded.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_DependentComponentsAdded.py index a772e070f1..913dc46fa5 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_DependentComponentsAdded.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_DependentComponentsAdded.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityCreatedOnNodeAdd.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityCreatedOnNodeAdd.py index 4c99ea63c2..2ee0c60a7d 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityCreatedOnNodeAdd.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityCreatedOnNodeAdd.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityRemovedOnNodeDelete.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityRemovedOnNodeDelete.py index 3a01684979..b9960447c6 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityRemovedOnNodeDelete.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/AreaNodes_EntityRemovedOnNodeDelete.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ComponentUpdates_UpdateGraph.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ComponentUpdates_UpdateGraph.py index 9a6689a548..a704cc9dab 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ComponentUpdates_UpdateGraph.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ComponentUpdates_UpdateGraph.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/CreateNewGraph.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/CreateNewGraph.py index a6d43821e3..971134becf 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/CreateNewGraph.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/CreateNewGraph.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_DisabledNodeDuplication.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_DisabledNodeDuplication.py index 63e5e7558f..b2b9e63a56 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_DisabledNodeDuplication.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_DisabledNodeDuplication.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_UndoNodeDelete_SliceEntity.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_UndoNodeDelete_SliceEntity.py index 71ec206b7f..a651567f85 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_UndoNodeDelete_SliceEntity.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/Edit_UndoNodeDelete_SliceEntity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientMixer_NodeConstruction.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientMixer_NodeConstruction.py index ba48796251..341e6d3367 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientMixer_NodeConstruction.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientMixer_NodeConstruction.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityCreatedOnNodeAdd.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityCreatedOnNodeAdd.py index c57f3a0e67..43d39602be 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityCreatedOnNodeAdd.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityCreatedOnNodeAdd.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityRemovedOnNodeDelete.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityRemovedOnNodeDelete.py index 0e1538ac7c..f7b4dcf557 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityRemovedOnNodeDelete.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientModifierNodes_EntityRemovedOnNodeDelete.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_DependentComponentsAdded.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_DependentComponentsAdded.py index 0a25d60819..96eac887cd 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_DependentComponentsAdded.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_DependentComponentsAdded.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityCreatedOnNodeAdd.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityCreatedOnNodeAdd.py index 17e23db160..a484de8d2a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityCreatedOnNodeAdd.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityCreatedOnNodeAdd.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityRemovedOnNodeDelete.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityRemovedOnNodeDelete.py index dc59938fea..2e289ff41b 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityRemovedOnNodeDelete.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GradientNodes_EntityRemovedOnNodeDelete.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnEntityDelete.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnEntityDelete.py index b536c2daa3..0ad1549b60 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnEntityDelete.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnEntityDelete.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnLevelChange.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnLevelChange.py index 2d6d5c0937..374f26d3a4 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnLevelChange.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_OnLevelChange.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_TabbedGraph.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_TabbedGraph.py index 2452101d21..f8b0cfdb44 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_TabbedGraph.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphClosed_TabbedGraph.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphUpdates_UpdateComponents.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphUpdates_UpdateComponents.py index 780ac1ca7a..cc7c2ca7dd 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphUpdates_UpdateComponents.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/GraphUpdates_UpdateComponents.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvasComponent_AddedRemoved.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvasComponent_AddedRemoved.py index ac12d84914..ed6f23ae24 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvasComponent_AddedRemoved.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvasComponent_AddedRemoved.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvas_SliceCreateInstantiate.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvas_SliceCreateInstantiate.py index 0996c832fe..95da5aa7dd 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvas_SliceCreateInstantiate.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LandscapeCanvas_SliceCreateInstantiate.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerBlender_NodeConstruction.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerBlender_NodeConstruction.py index 9ee23b58ff..f68bfd91a6 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerBlender_NodeConstruction.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerBlender_NodeConstruction.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerExtenderNodes_ComponentEntitySync.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerExtenderNodes_ComponentEntitySync.py index 5a4bbed8dc..5b523e0b38 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerExtenderNodes_ComponentEntitySync.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/LayerExtenderNodes_ComponentEntitySync.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityCreatedOnNodeAdd.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityCreatedOnNodeAdd.py index 559ba91a25..0c877535a9 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityCreatedOnNodeAdd.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityCreatedOnNodeAdd.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityRemovedOnNodeDelete.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityRemovedOnNodeDelete.py index f2bb5da674..2416e05fdf 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityRemovedOnNodeDelete.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/ShapeNodes_EntityRemovedOnNodeDelete.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/SlotConnections_UpdateComponentReferences.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/SlotConnections_UpdateComponentReferences.py index 1f6ffc5926..2156795b1a 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/SlotConnections_UpdateComponentReferences.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/SlotConnections_UpdateComponentReferences.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/EditorScripts/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_AreaNodes.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_AreaNodes.py index 633999205c..e5736d9db9 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_AreaNodes.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_AreaNodes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_EditFunctionality.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_EditFunctionality.py index bb3e1ea81c..7ff110d6b0 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_EditFunctionality.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_EditFunctionality.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GeneralGraphFunctionality.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GeneralGraphFunctionality.py index bbca71461c..d191a82a58 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GeneralGraphFunctionality.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GeneralGraphFunctionality.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -104,6 +105,7 @@ class TestGeneralGraphFunctionality(object): @pytest.mark.test_case_id("C17488412") @pytest.mark.SUITE_periodic + @pytest.mark.xfail # https://github.com/o3de/o3de/issues/2201 def test_LandscapeCanvas_GraphClosed_OnEntityDelete(self, request, editor, level, launcher_platform): cfg_args = [level] diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientModifierNodes.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientModifierNodes.py index 7f5e0625c5..99f342a574 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientModifierNodes.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientModifierNodes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientNodes.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientNodes.py index b66203c2e2..1fdb254e98 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientNodes.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GradientNodes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GraphComponentSync.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GraphComponentSync.py index d5036b24bf..71389dcf5b 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GraphComponentSync.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_GraphComponentSync.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_ShapeNodes.py b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_ShapeNodes.py index fceba3de20..8356d5a404 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_ShapeNodes.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/landscape_canvas/test_ShapeNodes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/__init__.py b/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/editor_dynveg_test_helper.py b/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/editor_dynveg_test_helper.py index 515009cb3a..65ebf8e59e 100755 --- a/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/editor_dynveg_test_helper.py +++ b/AutomatedTesting/Gem/PythonTests/largeworlds/large_worlds_utils/editor_dynveg_test_helper.py @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -34,7 +35,7 @@ def create_surface_entity(name, center_point, box_size_x, box_size_y, box_size_z return surface_entity -def create_mesh_surface_entity_with_slopes(name, center_point, scale_x, scale_y, scale_z): +def create_mesh_surface_entity_with_slopes(name, center_point, uniform_scale): # Creates an entity with the assigned mesh_asset as the specified scale and sets up as a planting surface mesh_asset_path = os.path.join("models", "sphere.azmodel") mesh_asset = asset.AssetCatalogRequestBus(bus.Broadcast, "GetAssetIdByPath", mesh_asset_path, math.Uuid(), @@ -47,7 +48,7 @@ def create_mesh_surface_entity_with_slopes(name, center_point, scale_x, scale_y, if surface_entity.id.IsValid(): print(f"'{surface_entity.name}' created") hydra.get_set_test(surface_entity, 0, "Controller|Configuration|Mesh Asset", mesh_asset) - components.TransformBus(bus.Event, "SetLocalScale", surface_entity.id, math.Vector3(scale_x, scale_y, scale_z)) + components.TransformBus(bus.Event, "SetLocalUniformScale", surface_entity.id, uniform_scale) return surface_entity diff --git a/AutomatedTesting/Gem/PythonTests/physics/AddModifyDelete_Utils.py b/AutomatedTesting/Gem/PythonTests/physics/AddModifyDelete_Utils.py index aa62b365c6..1d64926fbe 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/AddModifyDelete_Utils.py +++ b/AutomatedTesting/Gem/PythonTests/physics/AddModifyDelete_Utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C100000_RigidBody_EnablingGravityWorksPoC.py b/AutomatedTesting/Gem/PythonTests/physics/C100000_RigidBody_EnablingGravityWorksPoC.py index 2784e10bb8..58d92fd313 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C100000_RigidBody_EnablingGravityWorksPoC.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C100000_RigidBody_EnablingGravityWorksPoC.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC.py b/AutomatedTesting/Gem/PythonTests/physics/C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC.py index bec80b64d0..77e8c73604 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -7,7 +8,6 @@ SPDX-License-Identifier: Apache-2.0 OR MIT # Test case ID : C111111 # Test Case Title : Check that Gravity works - # fmt:off class Tests: enter_game_mode = ("Entered game mode", "Failed to enter game mode") @@ -83,7 +83,6 @@ def C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC(): # 7) Exit game mode helper.exit_game_mode(Tests.exit_game_mode) - if __name__ == "__main__": import ImportPathHelper as imports imports.init() diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12712452_ScriptCanvas_CollisionEvents.py b/AutomatedTesting/Gem/PythonTests/physics/C12712452_ScriptCanvas_CollisionEvents.py index b6d2b4db99..3d3011ef26 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12712452_ScriptCanvas_CollisionEvents.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12712452_ScriptCanvas_CollisionEvents.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12712453_ScriptCanvas_MultipleRaycastNode.py b/AutomatedTesting/Gem/PythonTests/physics/C12712453_ScriptCanvas_MultipleRaycastNode.py index 33b8688555..2e4c0a3fe2 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12712453_ScriptCanvas_MultipleRaycastNode.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12712453_ScriptCanvas_MultipleRaycastNode.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -68,6 +69,9 @@ def C12712453_ScriptCanvas_MultipleRaycastNode(): :return: None """ + + # Disabled until Script Canvas merges the new backend + return import os import sys @@ -199,5 +203,4 @@ if __name__ == "__main__": imports.init() from editor_python_test_tools.utils import Report - # Disabled until Script Canvas merges the new backend - #Report.start_test(C12712453_ScriptCanvas_MultipleRaycastNode) + Report.start_test(C12712453_ScriptCanvas_MultipleRaycastNode) diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12712454_ScriptCanvas_OverlapNodeVerification.py b/AutomatedTesting/Gem/PythonTests/physics/C12712454_ScriptCanvas_OverlapNodeVerification.py index ad90d3520a..f741f0d019 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12712454_ScriptCanvas_OverlapNodeVerification.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12712454_ScriptCanvas_OverlapNodeVerification.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12712455_ScriptCanvas_ShapeCastVerification.py b/AutomatedTesting/Gem/PythonTests/physics/C12712455_ScriptCanvas_ShapeCastVerification.py index 4554c1035e..581c6033e9 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12712455_ScriptCanvas_ShapeCastVerification.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12712455_ScriptCanvas_ShapeCastVerification.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12868578_ForceRegion_DirectionHasNoAffectOnMagnitude.py b/AutomatedTesting/Gem/PythonTests/physics/C12868578_ForceRegion_DirectionHasNoAffectOnMagnitude.py index fb3f31f070..aae57cffc8 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12868578_ForceRegion_DirectionHasNoAffectOnMagnitude.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12868578_ForceRegion_DirectionHasNoAffectOnMagnitude.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12868580_ForceRegion_SplineModifiedTransform.py b/AutomatedTesting/Gem/PythonTests/physics/C12868580_ForceRegion_SplineModifiedTransform.py index 94b4643d9d..f21dde6ae0 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12868580_ForceRegion_SplineModifiedTransform.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12868580_ForceRegion_SplineModifiedTransform.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12905527_ForceRegion_MagnitudeDeviation.py b/AutomatedTesting/Gem/PythonTests/physics/C12905527_ForceRegion_MagnitudeDeviation.py index 655952c797..6df2d545da 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12905527_ForceRegion_MagnitudeDeviation.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12905527_ForceRegion_MagnitudeDeviation.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C12905528_ForceRegion_WithNonTriggerCollider.py b/AutomatedTesting/Gem/PythonTests/physics/C12905528_ForceRegion_WithNonTriggerCollider.py index 2fc72f6a3b..ca5a29e182 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C12905528_ForceRegion_WithNonTriggerCollider.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C12905528_ForceRegion_WithNonTriggerCollider.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C13351703_COM_NotIncludeTriggerShapes.py b/AutomatedTesting/Gem/PythonTests/physics/C13351703_COM_NotIncludeTriggerShapes.py index 25a875ff08..a9e7727890 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C13351703_COM_NotIncludeTriggerShapes.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C13351703_COM_NotIncludeTriggerShapes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C13352089_RigidBodies_MaxAngularVelocity.py b/AutomatedTesting/Gem/PythonTests/physics/C13352089_RigidBodies_MaxAngularVelocity.py index 27dbb33f29..2342545a87 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C13352089_RigidBodies_MaxAngularVelocity.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C13352089_RigidBodies_MaxAngularVelocity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C13508019_Terrain_TerrainTexturePainterWorks.py b/AutomatedTesting/Gem/PythonTests/physics/C13508019_Terrain_TerrainTexturePainterWorks.py index f4c6c635be..87534ffd58 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C13508019_Terrain_TerrainTexturePainterWorks.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C13508019_Terrain_TerrainTexturePainterWorks.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C13895144_Ragdoll_ChangeLevel.py b/AutomatedTesting/Gem/PythonTests/physics/C13895144_Ragdoll_ChangeLevel.py index 21ad19b7db..28baa2bcf3 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C13895144_Ragdoll_ChangeLevel.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C13895144_Ragdoll_ChangeLevel.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14195074_ScriptCanvas_PostUpdateEvent.py b/AutomatedTesting/Gem/PythonTests/physics/C14195074_ScriptCanvas_PostUpdateEvent.py index 0d5cc6c5b1..08adccfc60 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14195074_ScriptCanvas_PostUpdateEvent.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14195074_ScriptCanvas_PostUpdateEvent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14654881_CharacterController_SwitchLevels.py b/AutomatedTesting/Gem/PythonTests/physics/C14654881_CharacterController_SwitchLevels.py index be6480cd17..975c5ee787 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14654881_CharacterController_SwitchLevels.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14654881_CharacterController_SwitchLevels.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14654882_Ragdoll_ragdollAPTest.py b/AutomatedTesting/Gem/PythonTests/physics/C14654882_Ragdoll_ragdollAPTest.py index bccd7fd232..024126ef55 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14654882_Ragdoll_ragdollAPTest.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14654882_Ragdoll_ragdollAPTest.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14861498_ConfirmError_NoPxMesh.py b/AutomatedTesting/Gem/PythonTests/physics/C14861498_ConfirmError_NoPxMesh.py index 0506390409..622f2aac35 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14861498_ConfirmError_NoPxMesh.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14861498_ConfirmError_NoPxMesh.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14861500_DefaultSetting_ColliderShape.py b/AutomatedTesting/Gem/PythonTests/physics/C14861500_DefaultSetting_ColliderShape.py index f9e410f926..0827ee540a 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14861500_DefaultSetting_ColliderShape.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14861500_DefaultSetting_ColliderShape.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14861501_PhysXCollider_RenderMeshAutoAssigned.py b/AutomatedTesting/Gem/PythonTests/physics/C14861501_PhysXCollider_RenderMeshAutoAssigned.py index afa0173583..1a4fe471a4 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14861501_PhysXCollider_RenderMeshAutoAssigned.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14861501_PhysXCollider_RenderMeshAutoAssigned.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14861502_PhysXCollider_AssetAutoAssigned.py b/AutomatedTesting/Gem/PythonTests/physics/C14861502_PhysXCollider_AssetAutoAssigned.py index bd35678b07..490708007e 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14861502_PhysXCollider_AssetAutoAssigned.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14861502_PhysXCollider_AssetAutoAssigned.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14861504_RenderMeshAsset_WithNoPxAsset.py b/AutomatedTesting/Gem/PythonTests/physics/C14861504_RenderMeshAsset_WithNoPxAsset.py index ba7512db0d..589245e884 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14861504_RenderMeshAsset_WithNoPxAsset.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14861504_RenderMeshAsset_WithNoPxAsset.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14902097_ScriptCanvas_PreUpdateEvent.py b/AutomatedTesting/Gem/PythonTests/physics/C14902097_ScriptCanvas_PreUpdateEvent.py index e04d744314..2a2ce3aaf6 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14902097_ScriptCanvas_PreUpdateEvent.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14902097_ScriptCanvas_PreUpdateEvent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14902098_ScriptCanvas_PostPhysicsUpdate.py b/AutomatedTesting/Gem/PythonTests/physics/C14902098_ScriptCanvas_PostPhysicsUpdate.py index c3bd1207ec..b977b9ae10 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14902098_ScriptCanvas_PostPhysicsUpdate.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14902098_ScriptCanvas_PostPhysicsUpdate.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14976307_Gravity_SetGravityWorks.py b/AutomatedTesting/Gem/PythonTests/physics/C14976307_Gravity_SetGravityWorks.py index 6255a0403a..1b50863ccd 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14976307_Gravity_SetGravityWorks.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14976307_Gravity_SetGravityWorks.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C14976308_ScriptCanvas_SetKinematicTargetTransform.py b/AutomatedTesting/Gem/PythonTests/physics/C14976308_ScriptCanvas_SetKinematicTargetTransform.py index f0c53968a8..2827ba5f16 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C14976308_ScriptCanvas_SetKinematicTargetTransform.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C14976308_ScriptCanvas_SetKinematicTargetTransform.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_after.py b/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_after.py index ec71dbb8a3..96e05b88fb 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_after.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_after.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_before.py b/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_before.py index b774932802..95e3acefd7 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_before.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15096732_Material_DefaultLibraryUpdatedAcrossLevels_before.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15096735_Materials_DefaultLibraryConsistency.py b/AutomatedTesting/Gem/PythonTests/physics/C15096735_Materials_DefaultLibraryConsistency.py index 10a47058d7..18ffe68415 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15096735_Materials_DefaultLibraryConsistency.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15096735_Materials_DefaultLibraryConsistency.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15096737_Materials_DefaultMaterialLibraryChanges.py b/AutomatedTesting/Gem/PythonTests/physics/C15096737_Materials_DefaultMaterialLibraryChanges.py index 6614e8b0da..4dae4c536c 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15096737_Materials_DefaultMaterialLibraryChanges.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15096737_Materials_DefaultMaterialLibraryChanges.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15096740_Material_LibraryUpdatedCorrectly.py b/AutomatedTesting/Gem/PythonTests/physics/C15096740_Material_LibraryUpdatedCorrectly.py index 21b345e6be..060779082c 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15096740_Material_LibraryUpdatedCorrectly.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15096740_Material_LibraryUpdatedCorrectly.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15308217_NoCrash_LevelSwitch.py b/AutomatedTesting/Gem/PythonTests/physics/C15308217_NoCrash_LevelSwitch.py index f0a40aadb5..0fc5c65db3 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15308217_NoCrash_LevelSwitch.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15308217_NoCrash_LevelSwitch.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15308221_Material_ComponentsInSyncWithLibrary.py b/AutomatedTesting/Gem/PythonTests/physics/C15308221_Material_ComponentsInSyncWithLibrary.py index 1ff9659eff..349e824a49 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15308221_Material_ComponentsInSyncWithLibrary.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15308221_Material_ComponentsInSyncWithLibrary.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15425929_Undo_Redo.py b/AutomatedTesting/Gem/PythonTests/physics/C15425929_Undo_Redo.py index d8044fed85..9595030b4b 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15425929_Undo_Redo.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15425929_Undo_Redo.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15425935_Material_LibraryUpdatedAcrossLevels.py b/AutomatedTesting/Gem/PythonTests/physics/C15425935_Material_LibraryUpdatedAcrossLevels.py index 689319e767..283b8e3d55 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15425935_Material_LibraryUpdatedAcrossLevels.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15425935_Material_LibraryUpdatedAcrossLevels.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15556261_PhysXMaterials_CharacterControllerMaterialAssignment.py b/AutomatedTesting/Gem/PythonTests/physics/C15556261_PhysXMaterials_CharacterControllerMaterialAssignment.py index 4ee2969bfd..88abe8dcd1 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15556261_PhysXMaterials_CharacterControllerMaterialAssignment.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15556261_PhysXMaterials_CharacterControllerMaterialAssignment.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15563573_Material_AddModifyDeleteOnCharacterController.py b/AutomatedTesting/Gem/PythonTests/physics/C15563573_Material_AddModifyDeleteOnCharacterController.py index bc2fc7855a..ca00b30479 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15563573_Material_AddModifyDeleteOnCharacterController.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15563573_Material_AddModifyDeleteOnCharacterController.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C15845879_ForceRegion_HighLinearDampingForce.py b/AutomatedTesting/Gem/PythonTests/physics/C15845879_ForceRegion_HighLinearDampingForce.py index 63bf163bb8..1021186a9b 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C15845879_ForceRegion_HighLinearDampingForce.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C15845879_ForceRegion_HighLinearDampingForce.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C17411467_AddPhysxRagdollComponent.py b/AutomatedTesting/Gem/PythonTests/physics/C17411467_AddPhysxRagdollComponent.py index b5a74ecb26..ea58f84dad 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C17411467_AddPhysxRagdollComponent.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C17411467_AddPhysxRagdollComponent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -19,7 +20,7 @@ class Tests(): # fmt: on -def run(): +def C17411467_AddPhysxRagdollComponent(): """ Summary: Load level with Entity having Actor, AnimGraph and PhysX Ragdoll components. @@ -92,4 +93,8 @@ def run(): if __name__ == "__main__": - run() + import ImportPathHelper as imports + imports.init() + + from editor_python_test_tools.utils import Report + Report.start_test(C17411467_AddPhysxRagdollComponent) diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243580_Joints_Fixed2BodiesConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243580_Joints_Fixed2BodiesConstrained.py index 82887a58bb..24adc2ff71 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243580_Joints_Fixed2BodiesConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243580_Joints_Fixed2BodiesConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243581_Joints_FixedBreakable.py b/AutomatedTesting/Gem/PythonTests/physics/C18243581_Joints_FixedBreakable.py index 645468ea07..fb3da2c4e5 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243581_Joints_FixedBreakable.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243581_Joints_FixedBreakable.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243582_Joints_FixedLeadFollowerCollide.py b/AutomatedTesting/Gem/PythonTests/physics/C18243582_Joints_FixedLeadFollowerCollide.py index 3f26bd398b..0c7a1d7007 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243582_Joints_FixedLeadFollowerCollide.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243582_Joints_FixedLeadFollowerCollide.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243583_Joints_Hinge2BodiesConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243583_Joints_Hinge2BodiesConstrained.py index 34876aa2ba..e91a4a495e 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243583_Joints_Hinge2BodiesConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243583_Joints_Hinge2BodiesConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243584_Joints_HingeSoftLimitsConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243584_Joints_HingeSoftLimitsConstrained.py index 76a7b912df..d4bf9308d2 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243584_Joints_HingeSoftLimitsConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243584_Joints_HingeSoftLimitsConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243585_Joints_HingeNoLimitsConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243585_Joints_HingeNoLimitsConstrained.py index c9c5b57d7f..3a734e1ef0 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243585_Joints_HingeNoLimitsConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243585_Joints_HingeNoLimitsConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243586_Joints_HingeLeadFollowerCollide.py b/AutomatedTesting/Gem/PythonTests/physics/C18243586_Joints_HingeLeadFollowerCollide.py index 173b8a4206..f22b1b0c9c 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243586_Joints_HingeLeadFollowerCollide.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243586_Joints_HingeLeadFollowerCollide.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243587_Joints_HingeBreakable.py b/AutomatedTesting/Gem/PythonTests/physics/C18243587_Joints_HingeBreakable.py index 0a26ac4255..c11851bde4 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243587_Joints_HingeBreakable.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243587_Joints_HingeBreakable.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243588_Joints_Ball2BodiesConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243588_Joints_Ball2BodiesConstrained.py index 67aba58945..107140d7d0 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243588_Joints_Ball2BodiesConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243588_Joints_Ball2BodiesConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243589_Joints_BallSoftLimitsConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243589_Joints_BallSoftLimitsConstrained.py index 4ef72d982a..2c6f1f34b0 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243589_Joints_BallSoftLimitsConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243589_Joints_BallSoftLimitsConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243590_Joints_BallNoLimitsConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243590_Joints_BallNoLimitsConstrained.py index 396dc590e3..b5de805d16 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243590_Joints_BallNoLimitsConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243590_Joints_BallNoLimitsConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243591_Joints_BallLeadFollowerCollide.py b/AutomatedTesting/Gem/PythonTests/physics/C18243591_Joints_BallLeadFollowerCollide.py index 9f5cf46c05..2e73232bd9 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243591_Joints_BallLeadFollowerCollide.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243591_Joints_BallLeadFollowerCollide.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243592_Joints_BallBreakable.py b/AutomatedTesting/Gem/PythonTests/physics/C18243592_Joints_BallBreakable.py index 5d41ca47bd..6539b1b413 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243592_Joints_BallBreakable.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243592_Joints_BallBreakable.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18243593_Joints_GlobalFrameConstrained.py b/AutomatedTesting/Gem/PythonTests/physics/C18243593_Joints_GlobalFrameConstrained.py index d282e131bb..63708d7571 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18243593_Joints_GlobalFrameConstrained.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18243593_Joints_GlobalFrameConstrained.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18977601_Material_FrictionCombinePriority.py b/AutomatedTesting/Gem/PythonTests/physics/C18977601_Material_FrictionCombinePriority.py index ff3dc73435..14103ad223 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18977601_Material_FrictionCombinePriority.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18977601_Material_FrictionCombinePriority.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C18981526_Material_RestitutionCombinePriority.py b/AutomatedTesting/Gem/PythonTests/physics/C18981526_Material_RestitutionCombinePriority.py index 76396a6f44..696eb1115a 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C18981526_Material_RestitutionCombinePriority.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C18981526_Material_RestitutionCombinePriority.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C19536274_GetCollisionName_PrintsName.py b/AutomatedTesting/Gem/PythonTests/physics/C19536274_GetCollisionName_PrintsName.py index 350b2d5114..4c035eea96 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C19536274_GetCollisionName_PrintsName.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C19536274_GetCollisionName_PrintsName.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C19536277_GetCollisionName_PrintsNothing.py b/AutomatedTesting/Gem/PythonTests/physics/C19536277_GetCollisionName_PrintsNothing.py index ad4245c53a..1bf5248a1f 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C19536277_GetCollisionName_PrintsNothing.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C19536277_GetCollisionName_PrintsNothing.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C19578018_ShapeColliderWithNoShapeComponent.py b/AutomatedTesting/Gem/PythonTests/physics/C19578018_ShapeColliderWithNoShapeComponent.py index b58d2a657e..478910e56c 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C19578018_ShapeColliderWithNoShapeComponent.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C19578018_ShapeColliderWithNoShapeComponent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C19578021_ShapeCollider_CanBeAdded.py b/AutomatedTesting/Gem/PythonTests/physics/C19578021_ShapeCollider_CanBeAdded.py index a793e453f5..cf5aac6e98 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C19578021_ShapeCollider_CanBeAdded.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C19578021_ShapeCollider_CanBeAdded.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C19723164_ShapeColliders_WontCrashEditor.py b/AutomatedTesting/Gem/PythonTests/physics/C19723164_ShapeColliders_WontCrashEditor.py index 89fd62a147..f6f21a5322 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C19723164_ShapeColliders_WontCrashEditor.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C19723164_ShapeColliders_WontCrashEditor.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain.py b/AutomatedTesting/Gem/PythonTests/physics/C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain.py index 940a6d3bca..9258cf8547 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -132,7 +133,6 @@ def C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain(): helper.exit_game_mode(Tests.exit_game_mode) - if __name__ == "__main__": import ImportPathHelper as imports imports.init() diff --git a/AutomatedTesting/Gem/PythonTests/physics/C28978033_Ragdoll_WorldBodyBusTests.py b/AutomatedTesting/Gem/PythonTests/physics/C28978033_Ragdoll_WorldBodyBusTests.py index 3ecde5cc51..b22bcf5a36 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C28978033_Ragdoll_WorldBodyBusTests.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C28978033_Ragdoll_WorldBodyBusTests.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C29032500_EditorComponents_WorldBodyBusWorks.py b/AutomatedTesting/Gem/PythonTests/physics/C29032500_EditorComponents_WorldBodyBusWorks.py index 96f4c70643..a022cc7011 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C29032500_EditorComponents_WorldBodyBusWorks.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C29032500_EditorComponents_WorldBodyBusWorks.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C3510642_Terrain_NotCollideWithTerrain.py b/AutomatedTesting/Gem/PythonTests/physics/C3510642_Terrain_NotCollideWithTerrain.py index f225ee1422..c3e1ac018c 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C3510642_Terrain_NotCollideWithTerrain.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C3510642_Terrain_NotCollideWithTerrain.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C3510644_Collider_CollisionGroups.py b/AutomatedTesting/Gem/PythonTests/physics/C3510644_Collider_CollisionGroups.py index 76cb34a1eb..e41aecf4fe 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C3510644_Collider_CollisionGroups.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C3510644_Collider_CollisionGroups.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044455_Material_libraryChangesInstantly.py b/AutomatedTesting/Gem/PythonTests/physics/C4044455_Material_libraryChangesInstantly.py index b15999a1ae..8a84f5302f 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044455_Material_libraryChangesInstantly.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044455_Material_libraryChangesInstantly.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044456_Material_FrictionCombine.py b/AutomatedTesting/Gem/PythonTests/physics/C4044456_Material_FrictionCombine.py index 0ee96b1818..3048224d79 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044456_Material_FrictionCombine.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044456_Material_FrictionCombine.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044457_Material_RestitutionCombine.py b/AutomatedTesting/Gem/PythonTests/physics/C4044457_Material_RestitutionCombine.py index 6c411d6227..2ba038c928 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044457_Material_RestitutionCombine.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044457_Material_RestitutionCombine.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044459_Material_DynamicFriction.py b/AutomatedTesting/Gem/PythonTests/physics/C4044459_Material_DynamicFriction.py index 54a7deb30e..096a1bc742 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044459_Material_DynamicFriction.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044459_Material_DynamicFriction.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044460_Material_StaticFriction.py b/AutomatedTesting/Gem/PythonTests/physics/C4044460_Material_StaticFriction.py index 646ccfebad..9730b28e73 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044460_Material_StaticFriction.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044460_Material_StaticFriction.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044461_Material_Restitution.py b/AutomatedTesting/Gem/PythonTests/physics/C4044461_Material_Restitution.py index 38f0122e7d..9cb54331cb 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044461_Material_Restitution.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044461_Material_Restitution.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044694_Material_EmptyLibraryUsesDefault.py b/AutomatedTesting/Gem/PythonTests/physics/C4044694_Material_EmptyLibraryUsesDefault.py index afee06a4e5..4cf092d3bf 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044694_Material_EmptyLibraryUsesDefault.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044694_Material_EmptyLibraryUsesDefault.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044695_PhysXCollider_AddMultipleSurfaceFbx.py b/AutomatedTesting/Gem/PythonTests/physics/C4044695_PhysXCollider_AddMultipleSurfaceFbx.py index b562201e73..538f28ff36 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044695_PhysXCollider_AddMultipleSurfaceFbx.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044695_PhysXCollider_AddMultipleSurfaceFbx.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4044697_Material_PerfaceMaterialValidation.py b/AutomatedTesting/Gem/PythonTests/physics/C4044697_Material_PerfaceMaterialValidation.py index f95f8a5230..e365a799aa 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4044697_Material_PerfaceMaterialValidation.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4044697_Material_PerfaceMaterialValidation.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4888315_Material_AddModifyDeleteOnCollider.py b/AutomatedTesting/Gem/PythonTests/physics/C4888315_Material_AddModifyDeleteOnCollider.py index 8481548735..d66cf17b5f 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4888315_Material_AddModifyDeleteOnCollider.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4888315_Material_AddModifyDeleteOnCollider.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4925577_Materials_MaterialAssignedToTerrain.py b/AutomatedTesting/Gem/PythonTests/physics/C4925577_Materials_MaterialAssignedToTerrain.py index 9d18131504..feafce07d5 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4925577_Materials_MaterialAssignedToTerrain.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4925577_Materials_MaterialAssignedToTerrain.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4925579_Material_AddModifyDeleteOnTerrain.py b/AutomatedTesting/Gem/PythonTests/physics/C4925579_Material_AddModifyDeleteOnTerrain.py index f37c1d065e..db2093047e 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4925579_Material_AddModifyDeleteOnTerrain.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4925579_Material_AddModifyDeleteOnTerrain.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4925580_Material_RagdollBonesMaterial.py b/AutomatedTesting/Gem/PythonTests/physics/C4925580_Material_RagdollBonesMaterial.py index 477648da4c..203db0bd39 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4925580_Material_RagdollBonesMaterial.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4925580_Material_RagdollBonesMaterial.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4925582_Material_AddModifyDeleteOnRagdollBones.py b/AutomatedTesting/Gem/PythonTests/physics/C4925582_Material_AddModifyDeleteOnRagdollBones.py index 4f661886d3..acdfb98411 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4925582_Material_AddModifyDeleteOnRagdollBones.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4925582_Material_AddModifyDeleteOnRagdollBones.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976194_RigidBody_PhysXComponentIsValid.py b/AutomatedTesting/Gem/PythonTests/physics/C4976194_RigidBody_PhysXComponentIsValid.py index d633207d7f..79c3e06814 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976194_RigidBody_PhysXComponentIsValid.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976194_RigidBody_PhysXComponentIsValid.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976195_RigidBodies_InitialLinearVelocity.py b/AutomatedTesting/Gem/PythonTests/physics/C4976195_RigidBodies_InitialLinearVelocity.py index 7123ac66d6..6bddae76f4 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976195_RigidBodies_InitialLinearVelocity.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976195_RigidBodies_InitialLinearVelocity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976197_RigidBodies_InitialAngularVelocity.py b/AutomatedTesting/Gem/PythonTests/physics/C4976197_RigidBodies_InitialAngularVelocity.py index cc24bc8390..73c1e88f79 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976197_RigidBodies_InitialAngularVelocity.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976197_RigidBodies_InitialAngularVelocity.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976199_RigidBodies_LinearDampingObjectMotion.py b/AutomatedTesting/Gem/PythonTests/physics/C4976199_RigidBodies_LinearDampingObjectMotion.py index 2dba8d174a..08b212d1e7 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976199_RigidBodies_LinearDampingObjectMotion.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976199_RigidBodies_LinearDampingObjectMotion.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976200_RigidBody_AngularDampingObjectRotation.py b/AutomatedTesting/Gem/PythonTests/physics/C4976200_RigidBody_AngularDampingObjectRotation.py index f7c88f0645..b889276554 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976200_RigidBody_AngularDampingObjectRotation.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976200_RigidBody_AngularDampingObjectRotation.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976201_RigidBody_MassIsAssigned.py b/AutomatedTesting/Gem/PythonTests/physics/C4976201_RigidBody_MassIsAssigned.py index 3b17283309..17fd0827c1 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976201_RigidBody_MassIsAssigned.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976201_RigidBody_MassIsAssigned.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976202_RigidBody_StopsWhenBelowKineticThreshold.py b/AutomatedTesting/Gem/PythonTests/physics/C4976202_RigidBody_StopsWhenBelowKineticThreshold.py index 13d06a3599..53415bf43a 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976202_RigidBody_StopsWhenBelowKineticThreshold.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976202_RigidBody_StopsWhenBelowKineticThreshold.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976204_Verify_Start_Asleep_Condition.py b/AutomatedTesting/Gem/PythonTests/physics/C4976204_Verify_Start_Asleep_Condition.py index 8193aa4440..6c21912d11 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976204_Verify_Start_Asleep_Condition.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976204_Verify_Start_Asleep_Condition.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976206_RigidBodies_GravityEnabledActive.py b/AutomatedTesting/Gem/PythonTests/physics/C4976206_RigidBodies_GravityEnabledActive.py index 394c8466e7..96c62f26ea 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976206_RigidBodies_GravityEnabledActive.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976206_RigidBodies_GravityEnabledActive.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976207_PhysXRigidBodies_KinematicBehavior.py b/AutomatedTesting/Gem/PythonTests/physics/C4976207_PhysXRigidBodies_KinematicBehavior.py index ddd87a1800..81bed2bbde 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976207_PhysXRigidBodies_KinematicBehavior.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976207_PhysXRigidBodies_KinematicBehavior.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976209_RigidBody_ComputesCOM.py b/AutomatedTesting/Gem/PythonTests/physics/C4976209_RigidBody_ComputesCOM.py index 9591f88175..f3f57b2b65 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976209_RigidBody_ComputesCOM.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976209_RigidBody_ComputesCOM.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976210_COM_ManualSetting.py b/AutomatedTesting/Gem/PythonTests/physics/C4976210_COM_ManualSetting.py index 5769f5af09..9373f20850 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976210_COM_ManualSetting.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976210_COM_ManualSetting.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976218_RigidBodies_InertiaObjectsNotComputed.py b/AutomatedTesting/Gem/PythonTests/physics/C4976218_RigidBodies_InertiaObjectsNotComputed.py index 02b676a56d..ef19a00042 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976218_RigidBodies_InertiaObjectsNotComputed.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976218_RigidBodies_InertiaObjectsNotComputed.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976227_Collider_NewGroup.py b/AutomatedTesting/Gem/PythonTests/physics/C4976227_Collider_NewGroup.py index 24a15cf656..e123067f54 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976227_Collider_NewGroup.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976227_Collider_NewGroup.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976236_AddPhysxColliderComponent.py b/AutomatedTesting/Gem/PythonTests/physics/C4976236_AddPhysxColliderComponent.py index 238d2cd346..d4b7d85169 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976236_AddPhysxColliderComponent.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976236_AddPhysxColliderComponent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976242_Collision_SameCollisionlayerSameCollisiongroup.py b/AutomatedTesting/Gem/PythonTests/physics/C4976242_Collision_SameCollisionlayerSameCollisiongroup.py index e89c9fc605..86dd81a6de 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976242_Collision_SameCollisionlayerSameCollisiongroup.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976242_Collision_SameCollisionlayerSameCollisiongroup.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976243_Collision_SameCollisionGroupDiffCollisionLayers.py b/AutomatedTesting/Gem/PythonTests/physics/C4976243_Collision_SameCollisionGroupDiffCollisionLayers.py index 33b9060032..f1a646e964 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976243_Collision_SameCollisionGroupDiffCollisionLayers.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976243_Collision_SameCollisionGroupDiffCollisionLayers.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976244_Collider_SameGroupSameLayerCollision.py b/AutomatedTesting/Gem/PythonTests/physics/C4976244_Collider_SameGroupSameLayerCollision.py index 643bf3fe52..1d1f0aba35 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976244_Collider_SameGroupSameLayerCollision.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976244_Collider_SameGroupSameLayerCollision.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4976245_PhysXCollider_CollisionLayerTest.py b/AutomatedTesting/Gem/PythonTests/physics/C4976245_PhysXCollider_CollisionLayerTest.py index 5b8c23f702..9d2c6f5fb4 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4976245_PhysXCollider_CollisionLayerTest.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4976245_PhysXCollider_CollisionLayerTest.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982593_PhysXCollider_CollisionLayerTest.py b/AutomatedTesting/Gem/PythonTests/physics/C4982593_PhysXCollider_CollisionLayerTest.py index 8d18f5adb9..500515f707 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982593_PhysXCollider_CollisionLayerTest.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982593_PhysXCollider_CollisionLayerTest.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982595_Collider_TriggerDisablesCollision.py b/AutomatedTesting/Gem/PythonTests/physics/C4982595_Collider_TriggerDisablesCollision.py index 094db2350a..23e43cd741 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982595_Collider_TriggerDisablesCollision.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982595_Collider_TriggerDisablesCollision.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982797_Collider_ColliderOffset.py b/AutomatedTesting/Gem/PythonTests/physics/C4982797_Collider_ColliderOffset.py index d5b3ef2235..9ede25e5a0 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982797_Collider_ColliderOffset.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982797_Collider_ColliderOffset.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982798_Collider_ColliderRotationOffset.py b/AutomatedTesting/Gem/PythonTests/physics/C4982798_Collider_ColliderRotationOffset.py index 9a90d9487d..c0bc208d48 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982798_Collider_ColliderRotationOffset.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982798_Collider_ColliderRotationOffset.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982800_PhysXColliderShape_CanBeSelected.py b/AutomatedTesting/Gem/PythonTests/physics/C4982800_PhysXColliderShape_CanBeSelected.py index f7a033e71b..abfa6c44a1 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982800_PhysXColliderShape_CanBeSelected.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982800_PhysXColliderShape_CanBeSelected.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982801_PhysXColliderShape_CanBeSelected.py b/AutomatedTesting/Gem/PythonTests/physics/C4982801_PhysXColliderShape_CanBeSelected.py index dc07dd9b5b..0d5aa39941 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982801_PhysXColliderShape_CanBeSelected.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982801_PhysXColliderShape_CanBeSelected.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982802_PhysXColliderShape_CanBeSelected.py b/AutomatedTesting/Gem/PythonTests/physics/C4982802_PhysXColliderShape_CanBeSelected.py index 3995adeb23..7eec3b070a 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982802_PhysXColliderShape_CanBeSelected.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982802_PhysXColliderShape_CanBeSelected.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/C4982803_Enable_PxMesh_Option.py b/AutomatedTesting/Gem/PythonTests/physics/C4982803_Enable_PxMesh_Option.py index 3ddf222fa3..340b9c7785 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C4982803_Enable_PxMesh_Option.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C4982803_Enable_PxMesh_Option.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -21,6 +22,7 @@ class Tests(): add_physx_shape_collider = ("Added PhysX Shape Collider", "Failed to add PhysX Shape Collider") add_box_shape = ("Added Box Shape", "Failed to add Box Shape") enter_game_mode = ("Entered game mode", "Failed to enter game mode") + exit_game_mode = ("Exited game mode", "Failed to exit game mode") test_collision = ("Entity collided with terrain", "Failed to collide with terrain") # fmt: on @@ -122,7 +124,6 @@ def C4982803_Enable_PxMesh_Option(): touched_ground = False terrain_id = general.find_game_entity("Terrain") - def on_collision_begin(args): other_id = args[0] if other_id.Equal(terrain_id): @@ -136,6 +137,8 @@ def C4982803_Enable_PxMesh_Option(): helper.wait_for_condition(lambda: Collider.touched_ground, TIMEOUT) Report.result(Tests.test_collision, Collider.touched_ground) + # 8) Exit game mode + helper.exit_game_mode(Tests.exit_game_mode) if __name__ == "__main__": import ImportPathHelper as imports diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5296614_PhysXMaterial_ColliderShape.py b/AutomatedTesting/Gem/PythonTests/physics/C5296614_PhysXMaterial_ColliderShape.py index f758c75f2b..82275d1b0d 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5296614_PhysXMaterial_ColliderShape.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5296614_PhysXMaterial_ColliderShape.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5340400_RigidBody_ManualMomentOfInertia.py b/AutomatedTesting/Gem/PythonTests/physics/C5340400_RigidBody_ManualMomentOfInertia.py index b8694efe2d..7daf9d3dc8 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5340400_RigidBody_ManualMomentOfInertia.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5340400_RigidBody_ManualMomentOfInertia.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5689518_PhysXTerrain_CollidesWithPhysXTerrain.py b/AutomatedTesting/Gem/PythonTests/physics/C5689518_PhysXTerrain_CollidesWithPhysXTerrain.py index 31ece7beae..b586c0b096 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5689518_PhysXTerrain_CollidesWithPhysXTerrain.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5689518_PhysXTerrain_CollidesWithPhysXTerrain.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5689522_Physxterrain_AddPhysxterrainNoEditorCrash.py b/AutomatedTesting/Gem/PythonTests/physics/C5689522_Physxterrain_AddPhysxterrainNoEditorCrash.py index b4a9115626..0c1d0d4d1c 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5689522_Physxterrain_AddPhysxterrainNoEditorCrash.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5689522_Physxterrain_AddPhysxterrainNoEditorCrash.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5689524_MultipleTerrains_CheckWarningInConsole.py b/AutomatedTesting/Gem/PythonTests/physics/C5689524_MultipleTerrains_CheckWarningInConsole.py index b4c7901c52..04912dd401 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5689524_MultipleTerrains_CheckWarningInConsole.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5689524_MultipleTerrains_CheckWarningInConsole.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5689528_Terrain_MultipleTerrainComponents.py b/AutomatedTesting/Gem/PythonTests/physics/C5689528_Terrain_MultipleTerrainComponents.py index c0d245075e..a5a8d65788 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5689528_Terrain_MultipleTerrainComponents.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5689528_Terrain_MultipleTerrainComponents.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5689529_Verify_Terrain_RigidBody_Collider_Mesh.py b/AutomatedTesting/Gem/PythonTests/physics/C5689529_Verify_Terrain_RigidBody_Collider_Mesh.py index b3ed10c69f..1436a98536 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5689529_Verify_Terrain_RigidBody_Collider_Mesh.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5689529_Verify_Terrain_RigidBody_Collider_Mesh.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5689531_Warning_TerrainSliceTerrainComponent.py b/AutomatedTesting/Gem/PythonTests/physics/C5689531_Warning_TerrainSliceTerrainComponent.py index 3935d213b4..2eaa55eacf 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5689531_Warning_TerrainSliceTerrainComponent.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5689531_Warning_TerrainSliceTerrainComponent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5932040_ForceRegion_CubeExertsWorldForce.py b/AutomatedTesting/Gem/PythonTests/physics/C5932040_ForceRegion_CubeExertsWorldForce.py index ba4836eda1..db3d4708ce 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5932040_ForceRegion_CubeExertsWorldForce.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5932040_ForceRegion_CubeExertsWorldForce.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies.py b/AutomatedTesting/Gem/PythonTests/physics/C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies.py index 0cbd82303d..09965214b2 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5932042_PhysXForceRegion_LinearDamping.py b/AutomatedTesting/Gem/PythonTests/physics/C5932042_PhysXForceRegion_LinearDamping.py index e48a8d3ef0..c05e71573f 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5932042_PhysXForceRegion_LinearDamping.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5932042_PhysXForceRegion_LinearDamping.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5932043_ForceRegion_SimpleDragOnRigidBodies.py b/AutomatedTesting/Gem/PythonTests/physics/C5932043_ForceRegion_SimpleDragOnRigidBodies.py index 7975eaf036..d88232ff78 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5932043_ForceRegion_SimpleDragOnRigidBodies.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5932043_ForceRegion_SimpleDragOnRigidBodies.py @@ -1,6 +1,7 @@ # coding=utf-8 """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5932044_ForceRegion_PointForceOnRigidBody.py b/AutomatedTesting/Gem/PythonTests/physics/C5932044_ForceRegion_PointForceOnRigidBody.py index 22c8fabb53..58eec3a9be 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5932044_ForceRegion_PointForceOnRigidBody.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5932044_ForceRegion_PointForceOnRigidBody.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5932045_ForceRegion_Spline.py b/AutomatedTesting/Gem/PythonTests/physics/C5932045_ForceRegion_Spline.py index 4bec128c58..ea9ca060c0 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5932045_ForceRegion_Spline.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5932045_ForceRegion_Spline.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959759_RigidBody_ForceRegionSpherePointForce.py b/AutomatedTesting/Gem/PythonTests/physics/C5959759_RigidBody_ForceRegionSpherePointForce.py index 146a7bf456..3bfad9d770 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959759_RigidBody_ForceRegionSpherePointForce.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959759_RigidBody_ForceRegionSpherePointForce.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959760_PhysXForceRegion_PointForceExertion.py b/AutomatedTesting/Gem/PythonTests/physics/C5959760_PhysXForceRegion_PointForceExertion.py index 013edee626..85d15aec33 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959760_PhysXForceRegion_PointForceExertion.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959760_PhysXForceRegion_PointForceExertion.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959761_ForceRegion_PhysAssetExertsPointForce.py b/AutomatedTesting/Gem/PythonTests/physics/C5959761_ForceRegion_PhysAssetExertsPointForce.py index 0e118d43a6..1e58a8d975 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959761_ForceRegion_PhysAssetExertsPointForce.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959761_ForceRegion_PhysAssetExertsPointForce.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959763_ForceRegion_ForceRegionImpulsesCube.py b/AutomatedTesting/Gem/PythonTests/physics/C5959763_ForceRegion_ForceRegionImpulsesCube.py index eb87e05c4d..6123381588 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959763_ForceRegion_ForceRegionImpulsesCube.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959763_ForceRegion_ForceRegionImpulsesCube.py @@ -1,6 +1,7 @@ # coding=utf-8 """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959764_ForceRegion_ForceRegionImpulsesCapsule.py b/AutomatedTesting/Gem/PythonTests/physics/C5959764_ForceRegion_ForceRegionImpulsesCapsule.py index 9a5271836d..9e4ef9379a 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959764_ForceRegion_ForceRegionImpulsesCapsule.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959764_ForceRegion_ForceRegionImpulsesCapsule.py @@ -1,6 +1,7 @@ # coding=utf-8 """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959765_ForceRegion_AssetGetsImpulsed.py b/AutomatedTesting/Gem/PythonTests/physics/C5959765_ForceRegion_AssetGetsImpulsed.py index ad198e346a..3a28208805 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959765_ForceRegion_AssetGetsImpulsed.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959765_ForceRegion_AssetGetsImpulsed.py @@ -1,6 +1,7 @@ # coding=utf-8 """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959808_ForceRegion_PositionOffset.py b/AutomatedTesting/Gem/PythonTests/physics/C5959808_ForceRegion_PositionOffset.py index 1b7962160a..4b70fcc734 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959808_ForceRegion_PositionOffset.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959808_ForceRegion_PositionOffset.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959809_ForceRegion_RotationalOffset.py b/AutomatedTesting/Gem/PythonTests/physics/C5959809_ForceRegion_RotationalOffset.py index bdcd128412..ccf05cfe5d 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959809_ForceRegion_RotationalOffset.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959809_ForceRegion_RotationalOffset.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5959810_ForceRegion_ForceRegionCombinesForces.py b/AutomatedTesting/Gem/PythonTests/physics/C5959810_ForceRegion_ForceRegionCombinesForces.py index 4ee29d3d1a..330a2662ab 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5959810_ForceRegion_ForceRegionCombinesForces.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5959810_ForceRegion_ForceRegionCombinesForces.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5968759_ForceRegion_ExertsSeveralForcesOnRigidBody.py b/AutomatedTesting/Gem/PythonTests/physics/C5968759_ForceRegion_ExertsSeveralForcesOnRigidBody.py index 74a2a3e46e..068238e64d 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5968759_ForceRegion_ExertsSeveralForcesOnRigidBody.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5968759_ForceRegion_ExertsSeveralForcesOnRigidBody.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C5968760_ForceRegion_CheckNetForceChange.py b/AutomatedTesting/Gem/PythonTests/physics/C5968760_ForceRegion_CheckNetForceChange.py index ed4019abe0..41d5b93eb7 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C5968760_ForceRegion_CheckNetForceChange.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C5968760_ForceRegion_CheckNetForceChange.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6032082_Terrain_MultipleResolutionsValid.py b/AutomatedTesting/Gem/PythonTests/physics/C6032082_Terrain_MultipleResolutionsValid.py index e4e6a8276c..6bb44323a2 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6032082_Terrain_MultipleResolutionsValid.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6032082_Terrain_MultipleResolutionsValid.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090546_ForceRegion_SliceFileInstantiates.py b/AutomatedTesting/Gem/PythonTests/physics/C6090546_ForceRegion_SliceFileInstantiates.py index 9fdcd08d8f..f1c13291e3 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090546_ForceRegion_SliceFileInstantiates.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090546_ForceRegion_SliceFileInstantiates.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090547_ForceRegion_ParentChildForceRegions.py b/AutomatedTesting/Gem/PythonTests/physics/C6090547_ForceRegion_ParentChildForceRegions.py index 5c3f2c240a..2091a1a1f4 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090547_ForceRegion_ParentChildForceRegions.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090547_ForceRegion_ParentChildForceRegions.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090550_ForceRegion_WorldSpaceForceNegative.py b/AutomatedTesting/Gem/PythonTests/physics/C6090550_ForceRegion_WorldSpaceForceNegative.py index 036ca37d00..7b0586586b 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090550_ForceRegion_WorldSpaceForceNegative.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090550_ForceRegion_WorldSpaceForceNegative.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090551_ForceRegion_LocalSpaceForceNegative.py b/AutomatedTesting/Gem/PythonTests/physics/C6090551_ForceRegion_LocalSpaceForceNegative.py index b883de48c9..6025777d86 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090551_ForceRegion_LocalSpaceForceNegative.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090551_ForceRegion_LocalSpaceForceNegative.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090552_ForceRegion_LinearDampingNegative.py b/AutomatedTesting/Gem/PythonTests/physics/C6090552_ForceRegion_LinearDampingNegative.py index eab28df6aa..07f399a41a 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090552_ForceRegion_LinearDampingNegative.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090552_ForceRegion_LinearDampingNegative.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090553_ForceRegion_SimpleDragForceOnRigidBodies.py b/AutomatedTesting/Gem/PythonTests/physics/C6090553_ForceRegion_SimpleDragForceOnRigidBodies.py index 78a08664cf..57f6d13d8e 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090553_ForceRegion_SimpleDragForceOnRigidBodies.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090553_ForceRegion_SimpleDragForceOnRigidBodies.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090554_ForceRegion_PointForceNegative.py b/AutomatedTesting/Gem/PythonTests/physics/C6090554_ForceRegion_PointForceNegative.py index 1ac781fdda..fd3846a801 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090554_ForceRegion_PointForceNegative.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090554_ForceRegion_PointForceNegative.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6090555_ForceRegion_SplineFollowOnRigidBodies.py b/AutomatedTesting/Gem/PythonTests/physics/C6090555_ForceRegion_SplineFollowOnRigidBodies.py index 6f4d600c31..800e9245dc 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6090555_ForceRegion_SplineFollowOnRigidBodies.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6090555_ForceRegion_SplineFollowOnRigidBodies.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6131473_StaticSlice_OnDynamicSliceSpawn.py b/AutomatedTesting/Gem/PythonTests/physics/C6131473_StaticSlice_OnDynamicSliceSpawn.py index 1053944513..16fff25a25 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6131473_StaticSlice_OnDynamicSliceSpawn.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6131473_StaticSlice_OnDynamicSliceSpawn.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6224408_ScriptCanvas_EntitySpawn.py b/AutomatedTesting/Gem/PythonTests/physics/C6224408_ScriptCanvas_EntitySpawn.py index 122c8d51aa..c458073799 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6224408_ScriptCanvas_EntitySpawn.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6224408_ScriptCanvas_EntitySpawn.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6274125_ScriptCanvas_TriggerEvents.py b/AutomatedTesting/Gem/PythonTests/physics/C6274125_ScriptCanvas_TriggerEvents.py index 86c3929cd2..0e7ca0c8d3 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6274125_ScriptCanvas_TriggerEvents.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6274125_ScriptCanvas_TriggerEvents.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/C6321601_Force_HighValuesDirectionAxes.py b/AutomatedTesting/Gem/PythonTests/physics/C6321601_Force_HighValuesDirectionAxes.py index 282d2a7a2f..6c94e7aea9 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/C6321601_Force_HighValuesDirectionAxes.py +++ b/AutomatedTesting/Gem/PythonTests/physics/C6321601_Force_HighValuesDirectionAxes.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/physics/CMakeLists.txt index a49ca2633b..248bf3fdc5 100644 --- a/AutomatedTesting/Gem/PythonTests/physics/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/physics/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/physics/FileManagement.py b/AutomatedTesting/Gem/PythonTests/physics/FileManagement.py index 5bab5983a9..89b7559dd1 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/FileManagement.py +++ b/AutomatedTesting/Gem/PythonTests/physics/FileManagement.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/ImportPathHelper.py b/AutomatedTesting/Gem/PythonTests/physics/ImportPathHelper.py index fd068c3db2..0e395664ad 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/ImportPathHelper.py +++ b/AutomatedTesting/Gem/PythonTests/physics/ImportPathHelper.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/JointsHelper.py b/AutomatedTesting/Gem/PythonTests/physics/JointsHelper.py index 0461d8fbc0..12c05c3ced 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/JointsHelper.py +++ b/AutomatedTesting/Gem/PythonTests/physics/JointsHelper.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/Physmaterial_Editor.py b/AutomatedTesting/Gem/PythonTests/physics/Physmaterial_Editor.py index f28908dc3b..54ea3c7f15 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/Physmaterial_Editor.py +++ b/AutomatedTesting/Gem/PythonTests/physics/Physmaterial_Editor.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_InDevelopment.py b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_InDevelopment.py index fba35bae03..2c5cca4f24 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_InDevelopment.py +++ b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_InDevelopment.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main.py b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main.py index 1895571fa5..bda4dae82b 100644 --- a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main.py +++ b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -42,11 +43,6 @@ class TestAutomation(TestAutomationBase): from . import C4044459_Material_DynamicFriction as test_module self._run_test(request, workspace, editor, test_module) - @revert_physics_config - def test_C15425929_Undo_Redo(self, request, workspace, editor, launcher_platform): - from . import C15425929_Undo_Redo as test_module - self._run_test(request, workspace, editor, test_module) - @revert_physics_config def test_C4976243_Collision_SameCollisionGroupDiffCollisionLayers(self, request, workspace, editor, launcher_platform): diff --git a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main_Test.py b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main_Test.py new file mode 100644 index 0000000000..6b940f93d1 --- /dev/null +++ b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Main_Test.py @@ -0,0 +1,105 @@ +""" +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. + +SPDX-License-Identifier: Apache-2.0 OR MIT +""" + +import pytest +import os +import sys +import inspect + +from ly_test_tools import LAUNCHERS +from ly_test_tools.o3de.editor_test import EditorSingleTest, EditorSharedTest, EditorParallelTest, EditorTestSuite +from .FileManagement import FileManagement as fm + +# Custom test spec, it provides functionality to override files +class EditorSingleTest_WithFileOverrides(EditorSingleTest): + # Specify here what files to override, [(original, override), ...] + files_to_override = [()] + # Base directory of the files (Default path is {ProjectName}) + base_dir = None + # True will will search sub-directories for the files in base + search_subdirs = False + + @classmethod + def wrap_run(cls, instance, request, workspace, editor, editor_test_results, launcher_platform): + root_path = cls.base_dir + if root_path is not None: + root_path = os.path.join(workspace.paths.engine_root(), root_path) + else: + # Default to project folder + root_path = workspace.paths.project() + + # Try to locate both target and source files + original_file_list, override_file_list = zip(*cls.files_to_override) + try: + file_list = fm._find_files(original_file_list + override_file_list, root_path, cls.search_subdirs) + except RuntimeWarning as w: + assert False, ( + w.message + + " Please check use of search_subdirs; make sure you are using the correct parent directory." + ) + + for f in original_file_list: + fm._restore_file(f, file_list[f]) + fm._backup_file(f, file_list[f]) + + for original, override in cls.files_to_override: + fm._copy_file(override, file_list[override], original, file_list[override]) + + yield # Run Test + for f in original_file_list: + fm._restore_file(f, file_list[f]) + + +@pytest.mark.SUITE_main +@pytest.mark.parametrize("launcher_platform", ['windows_editor']) +@pytest.mark.parametrize("project", ["AutomatedTesting"]) +class TestAutomation(EditorTestSuite): + + class C4044459_Material_DynamicFriction(EditorSingleTest_WithFileOverrides): + from . import C4044459_Material_DynamicFriction as test_module + files_to_override = [ + ('physxsystemconfiguration.setreg', 'C4044459_Material_DynamicFriction.setreg_override') + ] + base_dir = "AutomatedTesting/Registry" + + class C4982593_PhysXCollider_CollisionLayerTest(EditorSingleTest_WithFileOverrides): + from . import C4982593_PhysXCollider_CollisionLayerTest as test_module + files_to_override = [ + ('physxsystemconfiguration.setreg', 'C4982593_PhysXCollider_CollisionLayer.setreg_override') + ] + base_dir = "AutomatedTesting/Registry" + + class C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC(EditorSharedTest): + from . import C111111_RigidBody_EnablingGravityWorksUsingNotificationsPoC as test_module + + class C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies(EditorSharedTest): + from . import C5932041_PhysXForceRegion_LocalSpaceForceOnRigidBodies as test_module + + class C15425929_Undo_Redo(EditorSharedTest): + from . import C15425929_Undo_Redo as test_module + + class C4976243_Collision_SameCollisionGroupDiffCollisionLayers(EditorSharedTest): + from . import C4976243_Collision_SameCollisionGroupDiffCollisionLayers as test_module + + class C14654881_CharacterController_SwitchLevels(EditorSharedTest): + from . import C14654881_CharacterController_SwitchLevels as test_module + + class C17411467_AddPhysxRagdollComponent(EditorSharedTest): + from . import C17411467_AddPhysxRagdollComponent as test_module + + class C12712453_ScriptCanvas_MultipleRaycastNode(EditorSharedTest): + from . import C12712453_ScriptCanvas_MultipleRaycastNode as test_module + + class C18243586_Joints_HingeLeadFollowerCollide(EditorSharedTest): + from . import C18243586_Joints_HingeLeadFollowerCollide as test_module + + class C4982803_Enable_PxMesh_Option(EditorSharedTest): + from . import C4982803_Enable_PxMesh_Option as test_module + + class C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain(EditorSharedTest): + from . import C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain as test_module + diff --git a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Periodic.py b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Periodic.py index 445b098f0e..3d86db1014 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Periodic.py +++ b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Periodic.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Sandbox.py b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Sandbox.py index a934702904..255016ddd6 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Sandbox.py +++ b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Sandbox.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT @@ -42,3 +43,11 @@ class TestAutomation(TestAutomationBase): # Fixme: unexpected_lines.append(f"GroupName: {group}") # Fixme: expected_lines=["GroupName: "] self._run_test(request, workspace, editor, test_module) + + ## Seems to be flaky, need to investigate + @pytest.mark.xfail( + reason="Editor crashes and errors about files accessed by multiple processes appear in the log.") + @revert_physics_config + def test_C15425929_Undo_Redo(self, request, workspace, editor, launcher_platform): + from . import C15425929_Undo_Redo as test_module + self._run_test(request, workspace, editor, test_module) diff --git a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Utils.py b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Utils.py index f26afa834c..9f4edba18b 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Utils.py +++ b/AutomatedTesting/Gem/PythonTests/physics/TestSuite_Utils.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Managed_Files.py b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Managed_Files.py index 9db106a82d..2e6e854c7d 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Managed_Files.py +++ b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Managed_Files.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Physmaterial_Editor.py b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Physmaterial_Editor.py index 3c43cecdb2..ec870d12c4 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Physmaterial_Editor.py +++ b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Physmaterial_Editor.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Default.py b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Default.py index ed193ecca8..b9117dfae7 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Default.py +++ b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Default.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Override.py b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Override.py index ed193ecca8..b9117dfae7 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Override.py +++ b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_PhysxConfig_Override.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Tracer_PicksErrorsAndWarnings.py b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Tracer_PicksErrorsAndWarnings.py index 1a29cd1522..92405498d2 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Tracer_PicksErrorsAndWarnings.py +++ b/AutomatedTesting/Gem/PythonTests/physics/UtilTest_Tracer_PicksErrorsAndWarnings.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/physics/__init__.py b/AutomatedTesting/Gem/PythonTests/physics/__init__.py index e200fa77d0..f5193b300e 100755 --- a/AutomatedTesting/Gem/PythonTests/physics/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/physics/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/prefab/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/prefab/CMakeLists.txt index 94ea4aa481..1d9c54fa40 100644 --- a/AutomatedTesting/Gem/PythonTests/prefab/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/prefab/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/prefab/PrefabLevel_OpensLevelWithEntities.py b/AutomatedTesting/Gem/PythonTests/prefab/PrefabLevel_OpensLevelWithEntities.py index 73288a3249..bc95596845 100644 --- a/AutomatedTesting/Gem/PythonTests/prefab/PrefabLevel_OpensLevelWithEntities.py +++ b/AutomatedTesting/Gem/PythonTests/prefab/PrefabLevel_OpensLevelWithEntities.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -45,19 +46,20 @@ def PrefabLevel_OpensLevelWithEntities(): if entityIds[0].IsValid(): return entityIds[0] return None -#Checks for an entity called "EmptyEntity" + + # Checks for an entity called "EmptyEntity" helper.wait_for_condition(lambda: find_entity("EmptyEntity").IsValid(), 5.0) empty_entity_id = find_entity("EmptyEntity") Report.result(Tests.find_empty_entity, empty_entity_id.IsValid()) -# Checks if the EmptyEntity is in the correct position and if it fails, it will provide the expected postion and the actual postion of the entity in the Editor log + # Checks if the EmptyEntity is in the correct position and if it fails, it will provide the expected postion and the actual postion of the entity in the Editor log empty_entity_pos = azlmbr.components.TransformBus(azlmbr.bus.Event, "GetWorldTranslation", empty_entity_id) is_at_position = empty_entity_pos.IsClose(EXPECTED_EMPTY_ENTITY_POS) Report.result(Tests.empty_entity_pos, is_at_position) if not is_at_position: Report.info(f'Expected position: {EXPECTED_EMPTY_ENTITY_POS.ToString()}, actual position: {empty_entity_pos.ToString()}') -#Checks for an entity called "EntityWithPxCollider" and if it has the PhysX Collider component + # Checks for an entity called "EntityWithPxCollider" and if it has the PhysX Collider component pxentity = find_entity("EntityWithPxCollider") Report.result(Tests.find_pxentity, pxentity.IsValid()) @@ -68,4 +70,4 @@ def PrefabLevel_OpensLevelWithEntities(): if __name__ == "__main__": from editor_python_test_tools.utils import Report - Report.start_test (PrefabLevel_OpensLevelWithEntities) + Report.start_test(PrefabLevel_OpensLevelWithEntities) diff --git a/AutomatedTesting/Gem/PythonTests/prefab/TestSuite_Main.py b/AutomatedTesting/Gem/PythonTests/prefab/TestSuite_Main.py index ee8dcf8956..acd8f60b07 100644 --- a/AutomatedTesting/Gem/PythonTests/prefab/TestSuite_Main.py +++ b/AutomatedTesting/Gem/PythonTests/prefab/TestSuite_Main.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/prefab/__init__.py b/AutomatedTesting/Gem/PythonTests/prefab/__init__.py index e200fa77d0..f5193b300e 100644 --- a/AutomatedTesting/Gem/PythonTests/prefab/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/prefab/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/scripting/CMakeLists.txt index 4ebef2e77c..80b6e9a54e 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/scripting/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleEntities.py b/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleEntities.py index b0e3570632..48a5429763 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleEntities.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleEntities.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleGraphs.py b/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleGraphs.py index 909f7438ce..1efb55be09 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleGraphs.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Debugger_HappyPath_TargetMultipleGraphs.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/EditMenu_Default_UndoRedo.py b/AutomatedTesting/Gem/PythonTests/scripting/EditMenu_Default_UndoRedo.py index 1c2241f49b..b2cebac57f 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/EditMenu_Default_UndoRedo.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/EditMenu_Default_UndoRedo.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Entity_HappyPath_AddScriptCanvasComponent.py b/AutomatedTesting/Gem/PythonTests/scripting/Entity_HappyPath_AddScriptCanvasComponent.py index 13cb6ccf68..f1d51b1621 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Entity_HappyPath_AddScriptCanvasComponent.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Entity_HappyPath_AddScriptCanvasComponent.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/FileMenu_Default_NewAndOpen.py b/AutomatedTesting/Gem/PythonTests/scripting/FileMenu_Default_NewAndOpen.py index b6ef00486b..f7ac6f7ba1 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/FileMenu_Default_NewAndOpen.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/FileMenu_Default_NewAndOpen.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ @@ -58,8 +59,11 @@ class TestFileMenuDefaultNewOpen: sc_main = sc.findChild(QtWidgets.QMainWindow) sc_tabs = sc_main.findChild(QtWidgets.QTabWidget, "ScriptCanvasTabs") - # 3) Trigger File->New action + # wait for the intial tab count + general.idle_wait(GENERAL_WAIT) initial_tabs_count = sc_tabs.count() + + # 3) Trigger File->New action action = pyside_utils.find_child_by_pattern( sc_main, {"objectName": "action_New_Script", "type": QtWidgets.QAction} ) diff --git a/AutomatedTesting/Gem/PythonTests/scripting/GraphClose_Default_SavePrompt.py b/AutomatedTesting/Gem/PythonTests/scripting/GraphClose_Default_SavePrompt.py index 0961c2b4fd..5527e5b7cf 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/GraphClose_Default_SavePrompt.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/GraphClose_Default_SavePrompt.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Graph_HappyPath_ZoomInZoomOut.py b/AutomatedTesting/Gem/PythonTests/scripting/Graph_HappyPath_ZoomInZoomOut.py index 1b2b5e9e27..1213d2a51e 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Graph_HappyPath_ZoomInZoomOut.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Graph_HappyPath_ZoomInZoomOut.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ImportPathHelper.py b/AutomatedTesting/Gem/PythonTests/scripting/ImportPathHelper.py index 5dbfc92e10..76bd6eac69 100755 --- a/AutomatedTesting/Gem/PythonTests/scripting/ImportPathHelper.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ImportPathHelper.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/NewScriptEventButton_HappyPath_ContainsSCCategory.py b/AutomatedTesting/Gem/PythonTests/scripting/NewScriptEventButton_HappyPath_ContainsSCCategory.py index 67949ed18d..4739e71e02 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/NewScriptEventButton_HappyPath_ContainsSCCategory.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/NewScriptEventButton_HappyPath_ContainsSCCategory.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/NodeCategory_ExpandOnClick.py b/AutomatedTesting/Gem/PythonTests/scripting/NodeCategory_ExpandOnClick.py index 642e9f135a..541fba3468 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/NodeCategory_ExpandOnClick.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/NodeCategory_ExpandOnClick.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/NodeInspector_HappyPath_VariableRenames.py b/AutomatedTesting/Gem/PythonTests/scripting/NodeInspector_HappyPath_VariableRenames.py index 4dbac1d214..8e07671250 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/NodeInspector_HappyPath_VariableRenames.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/NodeInspector_HappyPath_VariableRenames.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_CanSelectNode.py b/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_CanSelectNode.py index 5cd6a37a79..4d6fcad328 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_CanSelectNode.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_CanSelectNode.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_ClearSelection.py b/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_ClearSelection.py index b3bc12b9b5..f67a5f587e 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_ClearSelection.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_HappyPath_ClearSelection.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_SearchText_Deletion.py b/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_SearchText_Deletion.py index 9c241083ae..dcafdb4750 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_SearchText_Deletion.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/NodePalette_SearchText_Deletion.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Node_HappyPath_DuplicateNode.py b/AutomatedTesting/Gem/PythonTests/scripting/Node_HappyPath_DuplicateNode.py index cb112ee370..c6fb1f64d7 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Node_HappyPath_DuplicateNode.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Node_HappyPath_DuplicateNode.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Pane_Default_RetainOnSCRestart.py b/AutomatedTesting/Gem/PythonTests/scripting/Pane_Default_RetainOnSCRestart.py index 87c867d1d2..e5926ef832 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Pane_Default_RetainOnSCRestart.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Pane_Default_RetainOnSCRestart.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_DocksProperly.py b/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_DocksProperly.py index 4952eefc01..a82099b32d 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_DocksProperly.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_DocksProperly.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_OpenCloseSuccessfully.py b/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_OpenCloseSuccessfully.py index 223d1d0b0c..094f8ebe73 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_OpenCloseSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_OpenCloseSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_ResizesProperly.py b/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_ResizesProperly.py index 9eee529ad2..863c44c44f 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_ResizesProperly.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Pane_HappyPath_ResizesProperly.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Pane_PropertiesChanged_RetainsOnRestart.py b/AutomatedTesting/Gem/PythonTests/scripting/Pane_PropertiesChanged_RetainsOnRestart.py index 78a925e9a6..5c74754449 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Pane_PropertiesChanged_RetainsOnRestart.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Pane_PropertiesChanged_RetainsOnRestart.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/Pane_Undocked_ClosesSuccessfully.py b/AutomatedTesting/Gem/PythonTests/scripting/Pane_Undocked_ClosesSuccessfully.py index cf9546f61f..72d499b1fe 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/Pane_Undocked_ClosesSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/Pane_Undocked_ClosesSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasComponent_OnEntityActivatedDeactivated_PrintMessage.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasComponent_OnEntityActivatedDeactivated_PrintMessage.py index 601d71d01d..b07a34dacd 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasComponent_OnEntityActivatedDeactivated_PrintMessage.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasComponent_OnEntityActivatedDeactivated_PrintMessage.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasTools_Toggle_OpenCloseSuccess.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasTools_Toggle_OpenCloseSuccess.py index 1f2994677a..c15ff8aa16 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasTools_Toggle_OpenCloseSuccess.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvasTools_Toggle_OpenCloseSuccess.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_ChangingAssets_ComponentStable.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_ChangingAssets_ComponentStable.py index ce7817e986..2d43d8f4a5 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_ChangingAssets_ComponentStable.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_ChangingAssets_ComponentStable.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoComponents_InteractSuccessfully.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoComponents_InteractSuccessfully.py index fb189f8308..f359cbe99a 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoComponents_InteractSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoComponents_InteractSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoEntities_UseSimultaneously.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoEntities_UseSimultaneously.py index a547b78e86..9d1ef2b896 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoEntities_UseSimultaneously.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptCanvas_TwoEntities_UseSimultaneously.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveMethod_UpdatesInSC.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveMethod_UpdatesInSC.py index 9ddd81e4e7..703fa08c14 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveMethod_UpdatesInSC.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveMethod_UpdatesInSC.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveParameter_ActionsSuccessful.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveParameter_ActionsSuccessful.py index 9feefaa41a..ad0878ee32 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveParameter_ActionsSuccessful.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_AddRemoveParameter_ActionsSuccessful.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_HappyPath_CreatedWithoutError.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_HappyPath_CreatedWithoutError.py index a74ebb8cb0..e0b2930682 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_HappyPath_CreatedWithoutError.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvent_HappyPath_CreatedWithoutError.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_AllParamDatatypes_CreationSuccess.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_AllParamDatatypes_CreationSuccess.py index ee7ec5ebc1..87d9b401ca 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_AllParamDatatypes_CreationSuccess.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_AllParamDatatypes_CreationSuccess.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_Default_SendReceiveSuccessfully.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_Default_SendReceiveSuccessfully.py index d5897ba09e..4c90b6b6bb 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_Default_SendReceiveSuccessfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_Default_SendReceiveSuccessfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_HappyPath_SendReceiveAcrossMultiple.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_HappyPath_SendReceiveAcrossMultiple.py index 3dc8b0bd24..0c4f1d9283 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_HappyPath_SendReceiveAcrossMultiple.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_HappyPath_SendReceiveAcrossMultiple.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetType_Successfully.py b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetType_Successfully.py index aaca779575..9ee86cda76 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetType_Successfully.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/ScriptEvents_ReturnSetType_Successfully.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Periodic.py b/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Periodic.py index ab22d06eb5..642818281b 100755 --- a/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Periodic.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Periodic.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Sandbox.py b/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Sandbox.py index 9d82b3c8db..91b01d8d08 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Sandbox.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/TestSuite_Sandbox.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_Default_CreateDeleteVars.py b/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_Default_CreateDeleteVars.py index 163cf81812..eb46d8ed72 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_Default_CreateDeleteVars.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_Default_CreateDeleteVars.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_UnpinVariableType_Works.py b/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_UnpinVariableType_Works.py index c66febab25..500b150d8c 100644 --- a/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_UnpinVariableType_Works.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/VariableManager_UnpinVariableType_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/scripting/__init__.py b/AutomatedTesting/Gem/PythonTests/scripting/__init__.py index 99aac69543..e01850f919 100755 --- a/AutomatedTesting/Gem/PythonTests/scripting/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/scripting/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ \ No newline at end of file diff --git a/AutomatedTesting/Gem/PythonTests/smoke/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/smoke/CMakeLists.txt index 6e91ae4ea4..600911e9f1 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/smoke/CMakeLists.txt @@ -1,10 +1,18 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS) + + include(${LY_ROOT_FOLDER}/Code/Tools/SerializeContextTools/Platform/${PAL_PLATFORM_NAME}/PAL_${PAL_PLATFORM_NAME_LOWERCASE}.cmake) + if (PAL_TRAIT_BUILD_SERIALIZECONTEXTTOOLS) + list(APPEND additional_dependencies AZ::SerializeContextTools) # test_CLITool_SerializeContextTools depends on it + endif() + list(APPEND additional_dependencies AZ::AssetBundlerBatch) # test_CLITool_AssetBundlerBatch_Works depends on it + ly_add_pytest( NAME AutomatedTesting::SmokeTest TEST_SUITE smoke @@ -18,6 +26,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS) Legacy::Editor AutomatedTesting.GameLauncher AutomatedTesting.Assets + ${aditional_dependencies} COMPONENT Smoke ) @@ -54,6 +63,7 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS) ly_add_pytest( NAME AutomatedTesting::GameLauncherWithGPU + TEST_SUITE sandbox TEST_REQUIRES gpu PATH ${CMAKE_CURRENT_LIST_DIR}/test_GameLauncher_EnterExitGameMode_Works.py TIMEOUT 100 diff --git a/AutomatedTesting/Gem/PythonTests/smoke/Editor_NewExistingLevels_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/Editor_NewExistingLevels_Works.py index 656bca0323..9a54de856c 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/Editor_NewExistingLevels_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/Editor_NewExistingLevels_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/__init__.py b/AutomatedTesting/Gem/PythonTests/smoke/__init__.py index e200fa77d0..f5193b300e 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBuilder_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBuilder_Works.py index 02e36c93f3..4c716a5be3 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBuilder_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBuilder_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBundlerBatch_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBundlerBatch_Works.py index 48092accc7..0a0f6aaddd 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBundlerBatch_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetBundlerBatch_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetProcessorBatch_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetProcessorBatch_Works.py index ee8da64638..41cb206d84 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetProcessorBatch_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AssetProcessorBatch_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AzTestRunner_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AzTestRunner_Works.py index 98955fdfcb..b269c9e131 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AzTestRunner_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_AzTestRunner_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_PythonBindingsExample_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_PythonBindingsExample_Works.py index 9d9b4fbefe..200570a528 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_PythonBindingsExample_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_PythonBindingsExample_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py index 525598a6dc..a3f6b8b09f 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_CLITool_SerializeContextTools_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py index ae14edcae5..6f654b9107 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_LoadLevel_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_LoadLevel_Works.py index 80da990332..b1606e1910 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_LoadLevel_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_RemoteConsole_LoadLevel_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_StaticTools_GenPakShaders_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_StaticTools_GenPakShaders_Works.py index ec79bb4a15..1c6a0cc8ed 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_StaticTools_GenPakShaders_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_StaticTools_GenPakShaders_Works.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_UIApps_AssetProcessor_CheckIdle.py b/AutomatedTesting/Gem/PythonTests/smoke/test_UIApps_AssetProcessor_CheckIdle.py index d4e11e20cf..056a82e182 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_UIApps_AssetProcessor_CheckIdle.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_UIApps_AssetProcessor_CheckIdle.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT diff --git a/AutomatedTesting/Gem/PythonTests/streaming/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/streaming/CMakeLists.txt index d6f3f30ba9..1b21e63da9 100644 --- a/AutomatedTesting/Gem/PythonTests/streaming/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/streaming/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/AutomatedTesting/Gem/PythonTests/streaming/__init__.py b/AutomatedTesting/Gem/PythonTests/streaming/__init__.py index e200fa77d0..f5193b300e 100755 --- a/AutomatedTesting/Gem/PythonTests/streaming/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/streaming/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/streaming/benchmark/__init__.py b/AutomatedTesting/Gem/PythonTests/streaming/benchmark/__init__.py index e200fa77d0..f5193b300e 100755 --- a/AutomatedTesting/Gem/PythonTests/streaming/benchmark/__init__.py +++ b/AutomatedTesting/Gem/PythonTests/streaming/benchmark/__init__.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/PythonTests/streaming/benchmark/asset_load_benchmark_test.py b/AutomatedTesting/Gem/PythonTests/streaming/benchmark/asset_load_benchmark_test.py index a2c41f1073..b18685b959 100755 --- a/AutomatedTesting/Gem/PythonTests/streaming/benchmark/asset_load_benchmark_test.py +++ b/AutomatedTesting/Gem/PythonTests/streaming/benchmark/asset_load_benchmark_test.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/Gem/Resources/CryEngineLogoLauncher.bmp b/AutomatedTesting/Gem/Resources/CryEngineLogoLauncher.bmp deleted file mode 100644 index fe0adc54a4..0000000000 --- a/AutomatedTesting/Gem/Resources/CryEngineLogoLauncher.bmp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf6d56fe4c367d39bd78500dd34332fcad57ad41241768b52781dbdb60ddd972 -size 347568 diff --git a/AutomatedTesting/Gem/Resources/GameSDK.ico b/AutomatedTesting/Gem/Resources/GameSDK.ico index cb935cd926..0be1f28b6c 100644 --- a/AutomatedTesting/Gem/Resources/GameSDK.ico +++ b/AutomatedTesting/Gem/Resources/GameSDK.ico @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61efd8df621780af995fc1250918df5e00364ff00f849bef67702cd4b0a152e1 -size 65537 +oid sha256:41239f8345fa91fe546442208461ad3cd17c7a7a7047af45018b97363bfea204 +size 109783 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon152x152.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon152x152.png index b0dd493c11..ad18894411 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon152x152.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon152x152.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4901093fa6190bf37291b0fb6de23fba1be8ebbd742775a8565a4106722fbb6 -size 31942 +oid sha256:ebfc95bd4c0cbcc53d0ef9d314d26e09a347a22dabbf210597f405d9ed8646bf +size 7729 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon76x76.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon76x76.png index 21aa62e96b..888d8cf785 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon76x76.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadAppIcon76x76.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4ae97c4f44910121a61686862c8342ce598db4cdf9d46b29e96d3cb9e43bd06 -size 22158 +oid sha256:99cb7da9282cfcfa64598455827f27ca6791d45ca0d2c3c2dc090d82468dac03 +size 4447 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadProAppIcon167x167.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadProAppIcon167x167.png index 6b696a84b2..86aa72016a 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadProAppIcon167x167.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadProAppIcon167x167.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:061e2d0ce8dc852dd298c80f2aed5fee8ea4b87511c00662aa2d00922c0ba3c2 -size 30162 +oid sha256:101568e946f1d4cea86d666187bbf71116bbf62e6eaf6d80bc3c5e2e184bdb15 +size 7938 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon29x29.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon29x29.png index f3dfa05839..79331c29b1 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon29x29.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon29x29.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fb4b4b77620d99dae7473b7bd8affe14630419835bd5719167ed200e657fa4f -size 17504 +oid sha256:cf930ffd4efb0b7b627e05aac6e0f56252ea206623e8b5d097d803aa315cdfb8 +size 1812 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon58x58.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon58x58.png index 5325b805fd..27c4aaef2e 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon58x58.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSettingsIcon58x58.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8aa9b1194f3244025578225a6a87cbc2dd12c70955ff615c8af640ea7f1334f1 -size 19619 +oid sha256:ba5fea53b349e254b4625035a308d5731cb06f6d0adc278874d14db2627962cb +size 3424 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon40x40.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon40x40.png index 98d8455838..df1630a95a 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon40x40.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon40x40.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c25ffb1af8160b3202977de8c32aaa235e22c643ffd8004e4546c96868ef3b9 -size 18317 +oid sha256:cf087f357cd439d14651073ac079542c60f0648a30dced2a8d19912124b3f8b6 +size 2310 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon80x80.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon80x80.png index 7482f6c892..4b7f5d6318 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon80x80.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPadSpotlightIcon80x80.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2db961b8f922a552d8ad374fdb56029efd4049a6cde10399b3d961242c82ce53 -size 22571 +oid sha256:421ad4db14c28ed18666158f9ec30747c5b8c757405c1efb32442978911b0c06 +size 4437 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon120x120.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon120x120.png index da987b86f9..674c6da124 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon120x120.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon120x120.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f39d897a57d4da0a70ede7c91339660b28e9d8c57b3e7d749807b13baa4b85f3 -size 28559 +oid sha256:0d0044ebf7e0a5dd23ed64a1289c705d8f6c3c41a62d65e5a1371058855b8cec +size 6546 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon180x180.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon180x180.png index 205e025c36..c0c10c2390 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon180x180.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneAppIcon180x180.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:263b75d58328499eef1f8fa2e64c30706f546badcc0c4464a043b231da93cd0d -size 34969 +oid sha256:3b8717c5f2109dfce1bf7b017278059d4915b524a6eb7e83cfb1926e54ed6869 +size 7383 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon58x58.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon58x58.png index 0deb4f4f35..27c4aaef2e 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon58x58.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon58x58.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33522ad8a8e826b22dd9ad214f56e63e24bf55c00bd8c845925d848b855dfb48 -size 19619 +oid sha256:ba5fea53b349e254b4625035a308d5731cb06f6d0adc278874d14db2627962cb +size 3424 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon87x87.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon87x87.png index 78591751d7..9093e13867 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon87x87.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSettingsIcon87x87.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f405c9f3d908d038aea26049e533b0d10955adfac370c7b3b80209997ea706d0 -size 24407 +oid sha256:a32908a839a6cb0ca2a76d6aa60376ba8a14b4428f06c13149ec277514eb5676 +size 4533 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon120x120.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon120x120.png index 034dcb9fed..674c6da124 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon120x120.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon120x120.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d110f6e151799a2327bcdf5ef94d6fc82b114783a8cc973a8915896679ba4a80 -size 28559 +oid sha256:0d0044ebf7e0a5dd23ed64a1289c705d8f6c3c41a62d65e5a1371058855b8cec +size 6546 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon80x80.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon80x80.png index f0fa89149c..4b7f5d6318 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon80x80.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AppIcon.appiconset/iPhoneSpotlightIcon80x80.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db8f00568fad4e49b05249aaa7a48c9fbf85c8b7a78489c83dc9b8161778bcef -size 22571 +oid sha256:421ad4db14c28ed18666158f9ec30747c5b8c757405c1efb32442978911b0c06 +size 4437 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon152x152.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon152x152.png index b0dd493c11..ad18894411 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon152x152.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon152x152.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4901093fa6190bf37291b0fb6de23fba1be8ebbd742775a8565a4106722fbb6 -size 31942 +oid sha256:ebfc95bd4c0cbcc53d0ef9d314d26e09a347a22dabbf210597f405d9ed8646bf +size 7729 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon76x76.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon76x76.png index 21aa62e96b..888d8cf785 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon76x76.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadAppIcon76x76.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4ae97c4f44910121a61686862c8342ce598db4cdf9d46b29e96d3cb9e43bd06 -size 22158 +oid sha256:99cb7da9282cfcfa64598455827f27ca6791d45ca0d2c3c2dc090d82468dac03 +size 4447 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadProAppIcon167x167.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadProAppIcon167x167.png index 6b696a84b2..86aa72016a 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadProAppIcon167x167.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadProAppIcon167x167.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:061e2d0ce8dc852dd298c80f2aed5fee8ea4b87511c00662aa2d00922c0ba3c2 -size 30162 +oid sha256:101568e946f1d4cea86d666187bbf71116bbf62e6eaf6d80bc3c5e2e184bdb15 +size 7938 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon29x29.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon29x29.png index f3dfa05839..79331c29b1 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon29x29.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon29x29.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fb4b4b77620d99dae7473b7bd8affe14630419835bd5719167ed200e657fa4f -size 17504 +oid sha256:cf930ffd4efb0b7b627e05aac6e0f56252ea206623e8b5d097d803aa315cdfb8 +size 1812 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon58x58.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon58x58.png index 5325b805fd..27c4aaef2e 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon58x58.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSettingsIcon58x58.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8aa9b1194f3244025578225a6a87cbc2dd12c70955ff615c8af640ea7f1334f1 -size 19619 +oid sha256:ba5fea53b349e254b4625035a308d5731cb06f6d0adc278874d14db2627962cb +size 3424 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon40x40.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon40x40.png index 98d8455838..df1630a95a 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon40x40.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon40x40.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c25ffb1af8160b3202977de8c32aaa235e22c643ffd8004e4546c96868ef3b9 -size 18317 +oid sha256:cf087f357cd439d14651073ac079542c60f0648a30dced2a8d19912124b3f8b6 +size 2310 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon80x80.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon80x80.png index 7482f6c892..4b7f5d6318 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon80x80.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPadSpotlightIcon80x80.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2db961b8f922a552d8ad374fdb56029efd4049a6cde10399b3d961242c82ce53 -size 22571 +oid sha256:421ad4db14c28ed18666158f9ec30747c5b8c757405c1efb32442978911b0c06 +size 4437 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon120x120.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon120x120.png index da987b86f9..674c6da124 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon120x120.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon120x120.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f39d897a57d4da0a70ede7c91339660b28e9d8c57b3e7d749807b13baa4b85f3 -size 28559 +oid sha256:0d0044ebf7e0a5dd23ed64a1289c705d8f6c3c41a62d65e5a1371058855b8cec +size 6546 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon180x180.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon180x180.png index 205e025c36..c0c10c2390 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon180x180.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneAppIcon180x180.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:263b75d58328499eef1f8fa2e64c30706f546badcc0c4464a043b231da93cd0d -size 34969 +oid sha256:3b8717c5f2109dfce1bf7b017278059d4915b524a6eb7e83cfb1926e54ed6869 +size 7383 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon58x58.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon58x58.png index 0deb4f4f35..27c4aaef2e 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon58x58.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon58x58.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33522ad8a8e826b22dd9ad214f56e63e24bf55c00bd8c845925d848b855dfb48 -size 19619 +oid sha256:ba5fea53b349e254b4625035a308d5731cb06f6d0adc278874d14db2627962cb +size 3424 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon87x87.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon87x87.png index 78591751d7..9093e13867 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon87x87.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSettingsIcon87x87.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f405c9f3d908d038aea26049e533b0d10955adfac370c7b3b80209997ea706d0 -size 24407 +oid sha256:a32908a839a6cb0ca2a76d6aa60376ba8a14b4428f06c13149ec277514eb5676 +size 4533 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon120x120.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon120x120.png index 034dcb9fed..674c6da124 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon120x120.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon120x120.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d110f6e151799a2327bcdf5ef94d6fc82b114783a8cc973a8915896679ba4a80 -size 28559 +oid sha256:0d0044ebf7e0a5dd23ed64a1289c705d8f6c3c41a62d65e5a1371058855b8cec +size 6546 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon80x80.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon80x80.png index f0fa89149c..4b7f5d6318 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon80x80.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/AutomatedTestingAppIcon.appiconset/iPhoneSpotlightIcon80x80.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db8f00568fad4e49b05249aaa7a48c9fbf85c8b7a78489c83dc9b8161778bcef -size 22571 +oid sha256:421ad4db14c28ed18666158f9ec30747c5b8c757405c1efb32442978911b0c06 +size 4437 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/Contents.json b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/Contents.json index 5ea213954f..f836f07ee7 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -1,41 +1,5 @@ { "images" : [ - { - "extent" : "full-screen", - "filename" : "iPhoneLaunchImage1242x2688.png", - "idiom" : "iphone", - "minimum-system-version" : "12.0", - "orientation" : "portrait", - "scale" : "3x", - "subtype" : "2688h" - }, - { - "extent" : "full-screen", - "filename" : "iPhoneLaunchImage2688x1242.png", - "idiom" : "iphone", - "minimum-system-version" : "12.0", - "orientation" : "landscape", - "scale" : "3x", - "subtype" : "2688h" - }, - { - "extent" : "full-screen", - "filename" : "iPhoneLaunchImage828x1792.png", - "idiom" : "iphone", - "minimum-system-version" : "12.0", - "orientation" : "portrait", - "scale" : "2x", - "subtype" : "1792h" - }, - { - "extent" : "full-screen", - "filename" : "iPhoneLaunchImage1792x828.png", - "idiom" : "iphone", - "minimum-system-version" : "12.0", - "orientation" : "landscape", - "scale" : "2x", - "subtype" : "1792h" - }, { "extent" : "full-screen", "idiom" : "iphone", @@ -202,4 +166,4 @@ "version" : 1, "author" : "xcode" } -} +} \ No newline at end of file diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1024x768.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1024x768.png index 1249ef3703..9f586d6af3 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1024x768.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1024x768.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31afa7ed44c5d9844c8d6ce08beccac482c3f43590869a3d190d06e2df377ccc -size 137472 +oid sha256:a4018d9df45b4a04d4cf24a40fe01aa7e30e44a9fdd8ad9a41b0d87791786c12 +size 30442 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1536x2048.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1536x2048.png index cdb6d5a82a..c978631c22 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1536x2048.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage1536x2048.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0aac8ef9899442820bec0df8bf6434a46cc787d57c5d6d38a04727b8dc310048 -size 338281 +oid sha256:2eea06cb8ad05acefe9664551af5645d52d9763b82473b1fd4a2b2b6f62e96d3 +size 53550 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage2048x1536.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage2048x1536.png index 954d3084c8..a52e832a42 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage2048x1536.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage2048x1536.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c07495891f15b138ba09f142777b0f43217bf8be05cbb74ba938319f3425980c -size 321125 +oid sha256:90991aca91ab7222fdb85c03947cff38f549a6492551e7447e0c8f55022aae48 +size 52467 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage768x1024.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage768x1024.png index 021319fbc3..3e441fab3b 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage768x1024.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPadLaunchImage768x1024.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6bf6acb92421a453a36fc143ab6cefda14d631ea5e6dbf95c6e252a445fcbac -size 144797 +oid sha256:6c8439a64d18dbff17dd67f6405bf49f99695e9b22fc2cc541dc72c6e3167307 +size 30564 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage1242x2688.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage1242x2688.png deleted file mode 100644 index e190d2b585..0000000000 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage1242x2688.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc79117e25cc7533ccf6724453e3f44a01b4eaaecded6fa826abe897456f36ee -size 405896 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage1792x828.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage1792x828.png deleted file mode 100644 index 5601f081de..0000000000 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage1792x828.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c7191be3bdae09dc621012a26b0c1b9c15de1d567cf65ff1079e00f8636a32a -size 220720 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage2688x1242.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage2688x1242.png deleted file mode 100644 index 844b23fdd9..0000000000 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage2688x1242.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfbd362f9cb5f285c23807a032af98150cf5409c514445122683736a3c65008c -size 364976 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x1136.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x1136.png index a15fd777fa..e662e9675c 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x1136.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x1136.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9ad650fda925b1c076a67d1ef70315fe4f14db888c9fd36ee4eba1d18c1e7d1 -size 166749 +oid sha256:f752615184160d7a78f28d9eef354c86e544f11eb1dde9f651d7acd315b3f2e6 +size 35934 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x960.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x960.png index 2855f4069d..2753529fc2 100644 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x960.png +++ b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage640x960.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16f6e9d7bd15fc528d934c252213de8792812e708b1810191c5f1767f7165852 -size 142331 +oid sha256:1a43f1d893e85aa99d335a657ec0f6c13a741db976c033451ab9a2328b8a5970 +size 35559 diff --git a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage828x1792.png b/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage828x1792.png deleted file mode 100644 index 9ebb93e39c..0000000000 --- a/AutomatedTesting/Gem/Resources/IOSLauncher/Images.xcassets/LaunchImage.launchimage/iPhoneLaunchImage828x1792.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0252b068b232f521ac6eca4a708fad6eaf257d0a66aa03f4f865f6a0b219cfc -size 236433 diff --git a/AutomatedTesting/Gem/Resources/LegacyLogoLauncher.bmp b/AutomatedTesting/Gem/Resources/LegacyLogoLauncher.bmp new file mode 100644 index 0000000000..7a35cddd49 --- /dev/null +++ b/AutomatedTesting/Gem/Resources/LegacyLogoLauncher.bmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8433178baebafe984ca23d9325d3c71b5a177fc3b3b869afbb01a583542fbe +size 462842 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/Contents.json b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/Contents.json index bfa8bcf478..2b63c0ee15 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/Contents.json @@ -33,7 +33,7 @@ { "size" : "128x128", "idiom" : "mac", - "filename" : "icon_128 _2x.png", + "filename" : "icon_128_2x.png", "scale" : "2x" }, { @@ -45,7 +45,7 @@ { "size" : "256x256", "idiom" : "mac", - "filename" : "icon_256 _2x.png", + "filename" : "icon_256_2x.png", "scale" : "2x" }, { diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128 _2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128 _2x.png deleted file mode 100644 index 5970ea34ba..0000000000 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128 _2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e38257b6917cdf5d73e90e6009f10c8736d62b20c4e785085305075c7e6320e2 -size 32037 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128.png index 9e30e09547..5a73a4a54d 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f41a37d2347a617e93bd97adaf6d4c161c471ca3ef7e04b98c65ddda52396dc -size 27833 +oid sha256:f3c651ca45a83d0f68bdaa466826a29b2ca6f674e225d90e68b7dbadc2ba582d +size 6620 diff --git a/Templates/DefaultProject/Template/Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_128 _2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128_2x.png similarity index 100% rename from Templates/DefaultProject/Template/Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_128 _2x.png rename to AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_128_2x.png diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16.png index aeb29abd0a..a7ec66841f 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b07984494059bf827bc485cbea06d12e0283811face1a18799495f9ba7ae8af1 -size 20779 +oid sha256:f7d5b15add5104d91a03df7d86898f4bc415d095d11c23555b24440497371948 +size 1061 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16_2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16_2x.png index 445a389d61..474378c926 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16_2x.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_16_2x.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e645142d284de40aafb7a4a858f3df92b6a5ba9b03fa5f1a2d3cb25211597926 -size 21857 +oid sha256:148fdae6493d7b7e1bb6cc6aae1861e0469838f54dcb3c15cc157a548c707fec +size 1910 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256 _2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256 _2x.png deleted file mode 100644 index 0904cf7ce8..0000000000 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256 _2x.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07631f41b8dea80713d2463f81a713a9a93798975b6fb50afbeeb13d26c57fa2 -size 48899 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256.png index 5970ea34ba..d30f2d3686 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e38257b6917cdf5d73e90e6009f10c8736d62b20c4e785085305075c7e6320e2 -size 32037 +oid sha256:094620c172320b062f9a1f8cc758ef4bbee11bc0a6049f46ad6b42f9bf613c92 +size 9679 diff --git a/Templates/DefaultProject/Template/Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_256 _2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256_2x.png similarity index 100% rename from Templates/DefaultProject/Template/Resources/Platform/Mac/Images.xcassets/TestDPAppIcon.appiconset/icon_256 _2x.png rename to AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_256_2x.png diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32.png index 445a389d61..474378c926 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e645142d284de40aafb7a4a858f3df92b6a5ba9b03fa5f1a2d3cb25211597926 -size 21857 +oid sha256:148fdae6493d7b7e1bb6cc6aae1861e0469838f54dcb3c15cc157a548c707fec +size 1910 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32_2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32_2x.png index 1fad9bda96..3359e99cd4 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32_2x.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_32_2x.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad83faf98b49f4e37112baedeae726f4f8d71bcdd1961d9cdad31f043f8ca666 -size 24003 +oid sha256:749bcd29d73e5ef2d1ef8b2d878626d0bca09c6b0d5f1c9dc6cefe7b9082c8cc +size 3758 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512.png index e1517dddb6..f9ff1c15e3 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68529a6c11d5ffa7ecd9d5bbb11ceea28e6852bd45946b525af09602c9a1e1bf -size 48899 +oid sha256:934502e242ff7a2e34e21eed1424b5e0953e701761d158520b3297944132328e +size 18716 diff --git a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512_2x.png b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512_2x.png index b425cb685f..a736c7f6b8 100644 --- a/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512_2x.png +++ b/AutomatedTesting/Gem/Resources/MacLauncher/Images.xcassets/AppIcon.appiconset/icon_512_2x.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a70003840b418848b2ce6c18ed7cbbfcd6fcf76598a6601dca8b98d9b6c1a2f -size 114706 +oid sha256:5719043940db268dccd2e20bd9d6aa13131890d43edf002a173714ae33890422 +size 29510 diff --git a/AutomatedTesting/Levels/AI/NavigationComponentTest/NavigationAgent.lua b/AutomatedTesting/Levels/AI/NavigationComponentTest/NavigationAgent.lua index 4008a9987c..2d578ecb9c 100644 --- a/AutomatedTesting/Levels/AI/NavigationComponentTest/NavigationAgent.lua +++ b/AutomatedTesting/Levels/AI/NavigationComponentTest/NavigationAgent.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Levels/AWS/ClientAuth/ClientAuth.ly b/AutomatedTesting/Levels/AWS/ClientAuth/ClientAuth.ly index af8a7f5c8e..b4a2d6cb3a 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuth/ClientAuth.ly +++ b/AutomatedTesting/Levels/AWS/ClientAuth/ClientAuth.ly @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0f4d4e0155feaa76c80a14128000a0fd9570ab76e79f4847eaef9006324a4d2 -size 9084 +oid sha256:19f2c4454bb395cdc0a36d1e45e6a384bbd23037af1a2fb93e088ecfa0f10e5b +size 9343 diff --git a/AutomatedTesting/Levels/AWS/ClientAuth/ConitoAnonymousAuthorization.scriptcanvas b/AutomatedTesting/Levels/AWS/ClientAuth/ConitoAnonymousAuthorization.scriptcanvas index a2bbdfce39..6cbd951fae 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuth/ConitoAnonymousAuthorization.scriptcanvas +++ b/AutomatedTesting/Levels/AWS/ClientAuth/ConitoAnonymousAuthorization.scriptcanvas @@ -3,12 +3,12 @@ - + - + @@ -16,783 +16,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1210,21 +434,21 @@ - + - + - + @@ -1262,7 +486,7 @@ - + @@ -1300,7 +524,7 @@ - + @@ -1338,7 +562,7 @@ - + @@ -1376,7 +600,7 @@ - + @@ -1414,7 +638,7 @@ - + @@ -1423,11 +647,6 @@ - - - - - @@ -1457,7 +676,7 @@ - + @@ -1495,7 +714,7 @@ - + @@ -1533,7 +752,7 @@ - + @@ -1571,7 +790,7 @@ - + @@ -1607,16 +826,18 @@ - + - - - + + + + + @@ -1635,14 +856,14 @@ - + - + @@ -1659,14 +880,14 @@ - + - + @@ -1681,12 +902,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1790,42 +1680,118 @@ - - - + - + - - - - - - - + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -1835,7 +1801,7 @@ - + @@ -1843,7 +1809,7 @@ - + @@ -1856,7 +1822,7 @@ - + @@ -1866,7 +1832,7 @@ - + @@ -1874,7 +1840,7 @@ - + @@ -1887,7 +1853,7 @@ - + @@ -1897,7 +1863,7 @@ - + @@ -1905,7 +1871,7 @@ - + @@ -1916,15 +1882,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + @@ -1932,88 +1928,41 @@ - + - - + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - + @@ -2021,7 +1970,7 @@ - + @@ -2047,7 +1996,7 @@ - + @@ -2068,49 +2017,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2120,8 +2027,8 @@ - - + + @@ -2131,10 +2038,72 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2153,11 +2122,25 @@ + + + + + + + + + - - - - + + + + + + + + + @@ -2168,9 +2151,17 @@ - - - + + + + + + + + + + + @@ -2178,41 +2169,46 @@ - + - - - - - - - - - - - + + + - + + + + + + + + + + + + + + + + + + + + - - - - - - - + @@ -2220,41 +2216,41 @@ - + - - - - + + + - - - - + + + - + - - - + + + + - - - + + + + @@ -2264,14 +2260,6 @@ - - - - - - - - @@ -2280,6 +2268,14 @@ + + + + + + + + @@ -2304,22 +2300,24 @@ - + - - - - - - - - - + + + + + + + + + + + diff --git a/AutomatedTesting/Levels/AWS/ClientAuth/LevelData/Environment.xml b/AutomatedTesting/Levels/AWS/ClientAuth/LevelData/Environment.xml deleted file mode 100644 index d4e3d33551..0000000000 --- a/AutomatedTesting/Levels/AWS/ClientAuth/LevelData/Environment.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/AutomatedTesting/Levels/AWS/ClientAuth/LevelData/TimeOfDay.xml b/AutomatedTesting/Levels/AWS/ClientAuth/LevelData/TimeOfDay.xml deleted file mode 100644 index d827d4da29..0000000000 --- a/AutomatedTesting/Levels/AWS/ClientAuth/LevelData/TimeOfDay.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/AutomatedTesting/Levels/AWS/ClientAuth/filelist.xml b/AutomatedTesting/Levels/AWS/ClientAuth/filelist.xml index 56c3f1efd4..6b5b5a8727 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuth/filelist.xml +++ b/AutomatedTesting/Levels/AWS/ClientAuth/filelist.xml @@ -1,6 +1,6 @@ - + diff --git a/AutomatedTesting/Levels/AWS/ClientAuth/level.pak b/AutomatedTesting/Levels/AWS/ClientAuth/level.pak index 8da6f7f7d6..bd791070e9 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuth/level.pak +++ b/AutomatedTesting/Levels/AWS/ClientAuth/level.pak @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da041115014f11696d5878d5c21247c17b8d694fa9674e30692259261a7223a2 -size 3792 +oid sha256:8a674e05824e5ceec13a0487b318923568710bc8269e5be84adad59c495a7ceb +size 3610 diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/ClientAuthPasswordSignIn.ly b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/ClientAuthPasswordSignIn.ly index 24fe4f2482..40d9ad619c 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/ClientAuthPasswordSignIn.ly +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/ClientAuthPasswordSignIn.ly @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43b1a23b62fe2ffa05545ac99524f40b6fff49d6e35925b9d6138c00d8082e86 -size 9073 +oid sha256:a1c0b621525b8e88c3775ea4c60c2197d1e1b060ace9bad9d6efcb0532817e44 +size 9356 diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/PasswordSignIn.scriptcanvas b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/PasswordSignIn.scriptcanvas index ffc3064084..1847f1f0ec 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/PasswordSignIn.scriptcanvas +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/PasswordSignIn.scriptcanvas @@ -3,34 +3,34 @@ - + - + - + - + - + - + @@ -68,7 +68,7 @@ - + @@ -106,7 +106,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -182,7 +182,7 @@ - + @@ -220,843 +220,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1094,7 +258,7 @@ - + @@ -1132,7 +296,7 @@ - + @@ -1170,7 +334,7 @@ - + @@ -1208,7 +372,7 @@ - + @@ -1246,7 +410,7 @@ - + @@ -1284,7 +448,7 @@ - + @@ -1322,7 +486,7 @@ - + @@ -1360,7 +524,7 @@ - + @@ -1398,7 +562,7 @@ - + @@ -1436,7 +600,7 @@ - + @@ -1474,7 +638,7 @@ - + @@ -1512,7 +676,7 @@ - + @@ -1550,7 +714,7 @@ - + @@ -1588,7 +752,7 @@ - + @@ -1626,7 +790,7 @@ - + @@ -1664,7 +828,7 @@ - + @@ -1702,7 +866,7 @@ - + @@ -1740,7 +904,7 @@ - + @@ -1778,7 +942,7 @@ - + @@ -1816,7 +980,7 @@ - + @@ -1854,7 +1018,7 @@ - + @@ -1892,7 +1056,7 @@ - + @@ -1930,7 +1094,7 @@ - + @@ -1968,7 +1132,7 @@ - + @@ -2017,20 +1181,20 @@ - + - + - + - + @@ -2047,14 +1211,14 @@ - + - + @@ -2071,14 +1235,14 @@ - + - + @@ -2095,14 +1259,14 @@ - + - + @@ -2119,14 +1283,14 @@ - + - + @@ -2143,14 +1307,14 @@ - + - + @@ -2167,14 +1331,14 @@ - + - + @@ -2191,14 +1355,14 @@ - + - + @@ -2215,7 +1379,7 @@ - + @@ -2235,14 +1399,14 @@ - + - + @@ -2259,14 +1423,14 @@ - + - + @@ -2283,14 +1447,14 @@ - + - + @@ -2310,21 +1474,21 @@ - + - + - + @@ -2333,11 +1497,6 @@ - - - - - @@ -2359,7 +1518,7 @@ - + @@ -2367,50 +1526,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2448,7 +1564,7 @@ - + @@ -2486,7 +1602,7 @@ - + @@ -2522,35 +1638,25 @@ - + - - - - - + + + + + + + - - - - - - - - - - - - @@ -2571,21 +1677,1897 @@ - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2623,7 +3605,7 @@ - + @@ -2661,7 +3643,7 @@ - + @@ -2716,1955 +3698,21 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + @@ -4673,11 +3721,6 @@ - - - - - @@ -4707,7 +3750,7 @@ - + @@ -4716,11 +3759,6 @@ - - - - - @@ -4750,7 +3788,7 @@ - + @@ -4759,11 +3797,6 @@ - - - - - @@ -4793,7 +3826,7 @@ - + @@ -4831,7 +3864,7 @@ - + @@ -4867,39 +3900,45 @@ - + - - + + + + - + - - + + + + - + - - + + + + @@ -4923,105 +3962,417 @@ - + - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5029,7 +4380,7 @@ - + @@ -5037,14 +4388,14 @@ - + - + @@ -5082,7 +4433,7 @@ - + @@ -5135,21 +4486,21 @@ - + - + - + @@ -5187,7 +4538,7 @@ - + @@ -5225,7 +4576,7 @@ - + @@ -5280,21 +4631,600 @@ - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5332,7 +5262,7 @@ - + @@ -5387,7 +5317,7 @@ - + @@ -5395,14 +5325,14 @@ - + - + @@ -5440,7 +5370,113 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5491,138 +5527,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + @@ -5632,28 +5562,28 @@ - + - + - + - + - + - + @@ -5663,28 +5593,28 @@ - + - + - + - + - + - + @@ -5694,28 +5624,28 @@ - + - + - + - + - + - + @@ -5725,152 +5655,152 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5884,9 +5814,8 @@ - - + @@ -5894,14 +5823,35 @@ - + + + + + + + + + + + + + + + + + + + + + + - + @@ -5910,25 +5860,46 @@ + + + + + + + + + - - + + - + - + - - + + - + + + + + + + + + + + + + @@ -5936,7 +5907,7 @@ - + @@ -5955,14 +5926,14 @@ - + - + @@ -5983,7 +5954,49 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6002,14 +6015,14 @@ - + - + @@ -6030,28 +6043,7 @@ - - - - - - - - - - - - - - - - - - - - - - + @@ -6059,7 +6051,7 @@ - + @@ -6079,7 +6071,7 @@ - + @@ -6093,334 +6085,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -6436,7 +6104,27 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -6444,27 +6132,62 @@ - + - - - + + + + + + + + + - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + @@ -6475,25 +6198,16 @@ - - + + - + - - - - - - - - - - + @@ -6502,11 +6216,20 @@ + + + + + + + + + - - + + - + @@ -6516,11 +6239,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -6542,20 +6471,12 @@ - - - - - - - - - + @@ -6566,6 +6487,14 @@ + + + + + + + + @@ -6581,29 +6510,31 @@ - + - + - + - - - - - - - + + + + + + + + + @@ -6620,9 +6551,9 @@ - + - + diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/filelist.xml b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/filelist.xml index f3e20f9b63..ce3f3f3407 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/filelist.xml +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/filelist.xml @@ -1,6 +1,6 @@ - + diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/level.pak b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/level.pak index 49349b01e1..1af55520b6 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/level.pak +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignIn/level.pak @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a58292341785cb260dc0ccf346259e35e2817ee48fc401a21ab528f6afb97b52 -size 3551 +oid sha256:f318a1787069385de291660f79e350cea2ca2c3ef3b5e0576686066bd9c49395 +size 3667 diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/ClientAuthPasswordSignUp.ly b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/ClientAuthPasswordSignUp.ly index 3500584d99..b3f66ff34a 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/ClientAuthPasswordSignUp.ly +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/ClientAuthPasswordSignUp.ly @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3d5121b26608b02747e245071ccff29ac57358cb6349ec9495a7a003ac12467 -size 8942 +oid sha256:afc5d665128738e6bea09e78a16ee38acc923a8ecefff90d987858ce72c395fa +size 9360 diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/PasswordSignUp.scriptcanvas b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/PasswordSignUp.scriptcanvas index 632d27d5b0..f630d4aba3 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/PasswordSignUp.scriptcanvas +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/PasswordSignUp.scriptcanvas @@ -3,12 +3,12 @@ - + - + @@ -16,7 +16,1249 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1266,364 +2508,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -2871,905 +3756,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -3779,7 +3770,7 @@ - + @@ -3787,7 +3778,7 @@ - + @@ -3800,7 +3791,7 @@ - + @@ -3810,7 +3801,7 @@ - + @@ -3818,7 +3809,7 @@ - + @@ -3831,7 +3822,7 @@ - + @@ -3841,7 +3832,7 @@ - + @@ -3849,7 +3840,7 @@ - + @@ -3862,7 +3853,7 @@ - + @@ -3872,7 +3863,7 @@ - + @@ -3880,7 +3871,7 @@ - + @@ -3893,25 +3884,25 @@ - + - + - + - + - + @@ -3928,9 +3919,8 @@ - - + @@ -3938,113 +3928,22 @@ - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -4052,123 +3951,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -4177,10 +3959,25 @@ - - + + - + + + + + + + + + + + + + + + + @@ -4189,6 +3986,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4200,7 +4143,7 @@ - + @@ -4221,56 +4164,33 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - + + + + + + - + - - - - - - - - - - - - + + + + @@ -4281,12 +4201,20 @@ - - - - + + + + + + + + + + + + @@ -4294,7 +4222,7 @@ - + @@ -4302,7 +4230,69 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4313,11 +4303,11 @@ - + - + @@ -4328,18 +4318,18 @@ - - - - - - - - + + + + + + + + @@ -4356,20 +4346,22 @@ - + - - - - - - - + + + + + + + + + diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/filelist.xml b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/filelist.xml index a9b73a9fb3..6565342dd4 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/filelist.xml +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/filelist.xml @@ -1,6 +1,6 @@ - + diff --git a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/level.pak b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/level.pak index 85d3c59f9b..781de219f7 100644 --- a/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/level.pak +++ b/AutomatedTesting/Levels/AWS/ClientAuthPasswordSignUp/level.pak @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:605391d415b828b100bada11d108099520c0b6a020f17588887b610475805d90 -size 3546 +oid sha256:87882b64688a77815d93c6973929fa21b89dc6c13d4866c710124ce2cd0f411e +size 3652 diff --git a/AutomatedTesting/Levels/AWS/Core/Core.ly b/AutomatedTesting/Levels/AWS/Core/Core.ly new file mode 100644 index 0000000000..8b01ee7abe --- /dev/null +++ b/AutomatedTesting/Levels/AWS/Core/Core.ly @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5242a9b598bc329ef2af2b114092e4e50c7c398cdde4605a0717b0b3ce66d797 +size 10030 diff --git a/AutomatedTesting/Levels/AWS/Core/filelist.xml b/AutomatedTesting/Levels/AWS/Core/filelist.xml new file mode 100644 index 0000000000..9d1fcd2e83 --- /dev/null +++ b/AutomatedTesting/Levels/AWS/Core/filelist.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/AutomatedTesting/Levels/AWS/Core/level.pak b/AutomatedTesting/Levels/AWS/Core/level.pak new file mode 100644 index 0000000000..01b79da84e --- /dev/null +++ b/AutomatedTesting/Levels/AWS/Core/level.pak @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba2f409fc974c72b8ee8b660d200ed1d013ee8408419b0e91d6d487e71e4997 +size 3774 diff --git a/AutomatedTesting/Levels/AWS/Core/tags.txt b/AutomatedTesting/Levels/AWS/Core/tags.txt new file mode 100644 index 0000000000..0d6c1880e7 --- /dev/null +++ b/AutomatedTesting/Levels/AWS/Core/tags.txt @@ -0,0 +1,12 @@ +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 diff --git a/AutomatedTesting/Levels/AWS/Metrics/Script/Metrics.lua b/AutomatedTesting/Levels/AWS/Metrics/Script/Metrics.lua index feb806b43f..bbf6bad8c5 100644 --- a/AutomatedTesting/Levels/AWS/Metrics/Script/Metrics.lua +++ b/AutomatedTesting/Levels/AWS/Metrics/Script/Metrics.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- @@ -29,9 +30,6 @@ function metrics:OnSendMetricsFailure(requestId, errorMessage) end function metrics:OnDeactivate() - AWSMetricsRequestBus.Broadcast.FlushMetrics() - Debug.Log("Stop generating new test events and flushed the buffered metrics.") - self.tickBusHandler:Disconnect() self.metricsNotificationHandler:Disconnect() end @@ -39,7 +37,7 @@ end function metrics:OnTick(deltaTime, timePoint) self.tickTime = self.tickTime + deltaTime - if self.tickTime > 2.0 then + if self.tickTime > 5.0 then defaultAttribute = AWSMetrics_MetricsAttribute() defaultAttribute:SetName("event_name") defaultAttribute:SetStrValue("login") @@ -56,6 +54,9 @@ function metrics:OnTick(deltaTime, timePoint) if self.numSubmittedMetricsEvents % 2 == 0 then if AWSMetricsRequestBus.Broadcast.SubmitMetrics(attributeList.attributes, 0, "lua", false) then Debug.Log("Submitted metrics without buffer.") + + AWSMetricsRequestBus.Broadcast.FlushMetrics() + Debug.Log("Flushed the buffered metrics.") else Debug.Log("Failed to Submit metrics without buffer.") end @@ -66,7 +67,7 @@ function metrics:OnTick(deltaTime, timePoint) Debug.Log("Failed to Submit metrics with buffer.") end end - + self.numSubmittedMetricsEvents = self.numSubmittedMetricsEvents + 1 self.tickTime = 0 end diff --git a/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/AtomFeatureIntegrationBenchmark.ly b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/AtomFeatureIntegrationBenchmark.ly new file mode 100644 index 0000000000..4fc96f242b --- /dev/null +++ b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/AtomFeatureIntegrationBenchmark.ly @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5232563c3ff322669808ac4daeda3d822e4ef8c9c87db0fa245f0f9c9c34aada +size 23379 diff --git a/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/filelist.xml b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/filelist.xml new file mode 100644 index 0000000000..15b79f5e4f --- /dev/null +++ b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/filelist.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/level.pak b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/level.pak new file mode 100644 index 0000000000..fecbc0b394 --- /dev/null +++ b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/level.pak @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e075be2cb7cf5aa98e3503c1119b94c3098b35500c98c4db32d025c9e1afa52d +size 5450 diff --git a/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/tags.txt b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/tags.txt new file mode 100644 index 0000000000..a5e0705349 --- /dev/null +++ b/AutomatedTesting/Levels/AtomFeatureIntegrationBenchmark/tags.txt @@ -0,0 +1,12 @@ +495.045,510.96,35.8437,-0.166,0,-1.82124 +4.79827,4.71364,64.7838,-1.41886,0,2.48964 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 +0,0,0,0,0,0 diff --git a/AutomatedTesting/Levels/Physics/C12712452_ScriptCanvas_CollisionEvents/C12712452_ScriptCanvas_CollisionEvents.ly b/AutomatedTesting/Levels/Physics/C12712452_ScriptCanvas_CollisionEvents/C12712452_ScriptCanvas_CollisionEvents.ly index b34e483067..fc576ec459 100644 --- a/AutomatedTesting/Levels/Physics/C12712452_ScriptCanvas_CollisionEvents/C12712452_ScriptCanvas_CollisionEvents.ly +++ b/AutomatedTesting/Levels/Physics/C12712452_ScriptCanvas_CollisionEvents/C12712452_ScriptCanvas_CollisionEvents.ly @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec428aee9c49ffd58a00fdcbb0625185a22f5690f7b2e81326ef5443699019e6 -size 10945 +oid sha256:e04b536d187793187b64a55914d92c1a1c18393a0369715269a295c7b7a7d370 +size 8883 diff --git a/AutomatedTesting/Levels/Physics/C14902098_ScriptCanvas_PostPhysicsUpdate/onpostphysicsupdate.scriptcanvas b/AutomatedTesting/Levels/Physics/C14902098_ScriptCanvas_PostPhysicsUpdate/onpostphysicsupdate.scriptcanvas index f4ca23b882..10c40fbb9f 100644 --- a/AutomatedTesting/Levels/Physics/C14902098_ScriptCanvas_PostPhysicsUpdate/onpostphysicsupdate.scriptcanvas +++ b/AutomatedTesting/Levels/Physics/C14902098_ScriptCanvas_PostPhysicsUpdate/onpostphysicsupdate.scriptcanvas @@ -742,14 +742,14 @@ - + - + diff --git a/AutomatedTesting/LuaScripts/instance_counter_blender.lua b/AutomatedTesting/LuaScripts/instance_counter_blender.lua index efb267b949..d29c2ad5a0 100644 --- a/AutomatedTesting/LuaScripts/instance_counter_blender.lua +++ b/AutomatedTesting/LuaScripts/instance_counter_blender.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/Materials/UVs.azsl b/AutomatedTesting/Materials/UVs.azsl index 8a818bf4d3..1ba5b82625 100644 --- a/AutomatedTesting/Materials/UVs.azsl +++ b/AutomatedTesting/Materials/UVs.azsl @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Objects/Characters/Jack/Jack.fbx.assetinfo b/AutomatedTesting/Objects/Characters/Jack/Jack.fbx.assetinfo deleted file mode 100644 index 14b860fcd4..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/Jack.fbx.assetinfo +++ /dev/null @@ -1,691 +0,0 @@ -{ - "values": [ - { - "$type": "ActorGroup", - "name": "jack", - "selectedRootBone": "RootNode.LOD_Group_1.LOD_0", - "id": "{B7194F91-D8A1-5D5D-AC6D-DDEBC087D80D}", - "rules": { - "rules": [ - { - "$type": "{3CB103B3-CEAF-49D7-A9DC-5A31E2DF15E4} LodRule", - "nodeSelectionList": [ - { - "selectedNodes": [ - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3.transform", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh" - ], - "unselectedNodes": [ - "RootNode", - "RootNode.LOD_Group_1", - "RootNode.LOD_Group_1.LOD_0", - "RootNode.LOD_Group_1.LOD_1", - "RootNode.LOD_Group_1.LOD_2", - "RootNode.LOD_Group_1.LOD_3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.Jack:jack" - ], - "lodLevel": 1 - }, - { - "selectedNodes": [ - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3.transform", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh" - ], - "unselectedNodes": [ - "RootNode", - "RootNode.LOD_Group_1", - "RootNode.LOD_Group_1.LOD_0", - "RootNode.LOD_Group_1.LOD_1", - "RootNode.LOD_Group_1.LOD_2", - "RootNode.LOD_Group_1.LOD_3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.Jack:jack" - ], - "lodLevel": 2 - }, - { - "selectedNodes": [ - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3.transform", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3.transform", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh" - ], - "unselectedNodes": [ - "RootNode", - "RootNode.LOD_Group_1", - "RootNode.LOD_Group_1.LOD_0", - "RootNode.LOD_Group_1.LOD_1", - "RootNode.LOD_Group_1.LOD_2", - "RootNode.LOD_Group_1.LOD_3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh.Jack:jack", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.SkinWeight_0", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.map1", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh.Jack:jack" - ], - "lodLevel": 3 - } - ] - }, - { - "$type": "TangentsRule" - }, - { - "$type": "SkinRule" - }, - { - "$type": "MaterialRule" - }, - { - "$type": "MetaDataRule", - "metaData": "AdjustActor -actorID $(ACTORID) -name \"Jack\"\r\nActorSetCollisionMeshes -actorID $(ACTORID) -lod 0 -nodeList \"\"\r\nAdjustActor -actorID $(ACTORID) -nodesExcludedFromBounds \"\" -nodeAction \"select\"\r\nAdjustActor -actorID $(ACTORID) -nodeAction \"replace\" -attachmentNodes \"\"\r\nAdjustActor -actorID $(ACTORID) -motionExtractionNodeName \"Jack:jack_root\"\r\n" - }, - { - "$type": "CoordinateSystemRule" - } - ] - } - }, - { - "$type": "{07B356B7-3635-40B5-878A-FAC4EFD5AD86} MeshGroup", - "name": "Jack", - "nodeSelectionList": { - "selectedNodes": [ - {}, - "RootNode", - "RootNode.LOD_Group_1", - "RootNode.LOD_Group_1.LOD_0", - "RootNode.LOD_Group_1.LOD_1", - "RootNode.LOD_Group_1.LOD_2", - "RootNode.LOD_Group_1.LOD_3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root", - "RootNode.LOD_Group_1.LOD_1.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_2.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_3.Jack:jack_mesh", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_upLegRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__RHand2Aim_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:l_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__L_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeTargetLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:l_upLeg.Jack:l_loLeg.Jack:l_ankle.Jack:Bip01__planeWeightLeft", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:r_ball", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__R_Heel", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeTargetRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:r_upLeg.Jack:r_loLeg.Jack:r_ankle.Jack:Bip01__planeWeightRight", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:Bip01__CustomStart", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:Bip01__CustomAim.Jack:Bip01__RHand2Aim_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:neck.Jack:head", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_upArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_loArmRoll", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_handProp.Jack:Bip01__RHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKBlend", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_handProp.Jack:Bip01__LHand2Weapon_IKTarget", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_thumb1.Jack:l_thumb2.Jack:l_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_index1.Jack:l_index2.Jack:l_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_mid1.Jack:l_mid2.Jack:l_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_thumb1.Jack:r_thumb2.Jack:r_thumb3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_index1.Jack:r_index2.Jack:r_index3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_mid1.Jack:r_mid2.Jack:r_mid3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_ring1.Jack:l_ring2.Jack:l_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:l_shldr.Jack:l_upArm.Jack:l_loArm.Jack:l_hand.Jack:l_metacarpal.Jack:l_pinky1.Jack:l_pinky2.Jack:l_pinky3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_ring1.Jack:r_ring2.Jack:r_ring3", - "RootNode.LOD_Group_1.LOD_0.Jack:jack_root.Jack:Bip01__pelvis.Jack:spine1.Jack:spine2.Jack:spine3.Jack:r_shldr.Jack:r_upArm.Jack:r_loArm.Jack:r_hand.Jack:r_metacarpal.Jack:r_pinky1.Jack:r_pinky2.Jack:r_pinky3" - ] - }, - "rules": { - "rules": [ - { - "$type": "SkinRule" - }, - { - "$type": "MaterialRule" - } - ] - }, - "id": "{8D605093-F5E6-476C-ABD6-42304F53F1F0}" - } - ] -} \ No newline at end of file diff --git a/AutomatedTesting/Objects/Characters/Jack/enemy.cdf b/AutomatedTesting/Objects/Characters/Jack/enemy.cdf deleted file mode 100644 index c3225e07b3..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/enemy.cdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da2f0e0a3100ff1b46534d4ca314e4ceabc14a8cc894070dd18a51feb7eba390 -size 290 diff --git a/AutomatedTesting/Objects/Characters/Jack/enemy_runner.cdf b/AutomatedTesting/Objects/Characters/Jack/enemy_runner.cdf deleted file mode 100644 index 00c03ea1b8..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/enemy_runner.cdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3eac079f5ee483917a2cab9f8726a0e66ee6ed8cb9f966d872fe3dc0bf287c6 -size 304 diff --git a/AutomatedTesting/Objects/Characters/Jack/enemy_tank.cdf b/AutomatedTesting/Objects/Characters/Jack/enemy_tank.cdf deleted file mode 100644 index 1055e64b28..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/enemy_tank.cdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b610ceb7b8b42d4890d2f9ca6e0dec79d8361bfa8e1d02517ac3c336259e065 -size 300 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack.cdf b/AutomatedTesting/Objects/Characters/Jack/jack.cdf deleted file mode 100644 index ba2d13ef84..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack.cdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58b71612088d2eca7465680c8914d9e42ecf343fc37c835ebc61cd9a23de7b4e -size 288 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack.skin b/AutomatedTesting/Objects/Characters/Jack/jack.skin deleted file mode 100644 index 68d1d95361..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack.skin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d144788bbd3229481b4e874a88de31030377ac8396bb2c00bd05180083498bd -size 3558736 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack_LOD1.skin b/AutomatedTesting/Objects/Characters/Jack/jack_LOD1.skin deleted file mode 100644 index 79650c60dc..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack_LOD1.skin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a198f9b888af5e4cc240319bfe5ee99b35919081e6ef37e14fc43dcad74c9d5 -size 2416608 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack_LOD2.skin b/AutomatedTesting/Objects/Characters/Jack/jack_LOD2.skin deleted file mode 100644 index da1f74af86..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack_LOD2.skin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:870b14ba99d6006d936cc84503549450709db541f2a365aa55e3e05709d0822a -size 1355768 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack_LOD3.skin b/AutomatedTesting/Objects/Characters/Jack/jack_LOD3.skin deleted file mode 100644 index a82716f115..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack_LOD3.skin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa1cf59f3b59afa75caa487630ef9769c5f3bd8ec466b031fa0ce3d7fbc0d31 -size 856508 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack_root.chr b/AutomatedTesting/Objects/Characters/Jack/jack_root.chr deleted file mode 100644 index f2e346a11a..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack_root.chr +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43a74e2e7c0d90593f0c3e568b1a9fbfb781fb283c0619921ca1ad67cc2cde2a -size 59540 diff --git a/AutomatedTesting/Objects/Characters/Jack/jack_root.chrparams b/AutomatedTesting/Objects/Characters/Jack/jack_root.chrparams deleted file mode 100644 index 30c8c5f179..0000000000 --- a/AutomatedTesting/Objects/Characters/Jack/jack_root.chrparams +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ca664e801edb91b7fe60b0c93a41f4553e5a85cab2729b00cdbf3adeade71a5 -size 5831 diff --git a/AutomatedTesting/ScriptCanvas/C14195074_ScriptCanvas_PostUpdateEvent.scriptcanvas b/AutomatedTesting/ScriptCanvas/C14195074_ScriptCanvas_PostUpdateEvent.scriptcanvas index b9f438a4f3..ffdac5dd8c 100644 --- a/AutomatedTesting/ScriptCanvas/C14195074_ScriptCanvas_PostUpdateEvent.scriptcanvas +++ b/AutomatedTesting/ScriptCanvas/C14195074_ScriptCanvas_PostUpdateEvent.scriptcanvas @@ -1045,14 +1045,14 @@ - + - + diff --git a/AutomatedTesting/ScriptCanvas/C14902097_ScriptCanvas_PreUpdateEvent.scriptcanvas b/AutomatedTesting/ScriptCanvas/C14902097_ScriptCanvas_PreUpdateEvent.scriptcanvas index 7db4f3a35c..4954eb4684 100644 --- a/AutomatedTesting/ScriptCanvas/C14902097_ScriptCanvas_PreUpdateEvent.scriptcanvas +++ b/AutomatedTesting/ScriptCanvas/C14902097_ScriptCanvas_PreUpdateEvent.scriptcanvas @@ -1085,14 +1085,14 @@ - + - + diff --git a/AutomatedTesting/ScriptCanvas/dynamodbdemo.scriptcanvas b/AutomatedTesting/ScriptCanvas/dynamodbdemo.scriptcanvas new file mode 100644 index 0000000000..286ac12551 --- /dev/null +++ b/AutomatedTesting/ScriptCanvas/dynamodbdemo.scriptcanvas @@ -0,0 +1,3449 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AutomatedTesting/ScriptCanvas/lambdademo.scriptcanvas b/AutomatedTesting/ScriptCanvas/lambdademo.scriptcanvas new file mode 100644 index 0000000000..ec4b161711 --- /dev/null +++ b/AutomatedTesting/ScriptCanvas/lambdademo.scriptcanvas @@ -0,0 +1,2463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AutomatedTesting/ScriptCanvas/s3demo.scriptcanvas b/AutomatedTesting/ScriptCanvas/s3demo.scriptcanvas new file mode 100644 index 0000000000..925cc9da26 --- /dev/null +++ b/AutomatedTesting/ScriptCanvas/s3demo.scriptcanvas @@ -0,0 +1,5317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AutomatedTesting/ShaderLib/scenesrg.srgi b/AutomatedTesting/ShaderLib/scenesrg.srgi index 00ff9d3ce0..1d4a6a4f35 100644 --- a/AutomatedTesting/ShaderLib/scenesrg.srgi +++ b/AutomatedTesting/ShaderLib/scenesrg.srgi @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/ShaderLib/viewsrg.srgi b/AutomatedTesting/ShaderLib/viewsrg.srgi index f765abf5b0..da11cabbf7 100644 --- a/AutomatedTesting/ShaderLib/viewsrg.srgi +++ b/AutomatedTesting/ShaderLib/viewsrg.srgi @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/Shaders/CommonVS.azsli b/AutomatedTesting/Shaders/CommonVS.azsli index 129800b66d..3d46871b59 100644 --- a/AutomatedTesting/Shaders/CommonVS.azsli +++ b/AutomatedTesting/Shaders/CommonVS.azsli @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/AutomatedTesting/TestAssets/test_chunks_builder.py b/AutomatedTesting/TestAssets/test_chunks_builder.py index ab9422ebbf..2fd1ad9db9 100755 --- a/AutomatedTesting/TestAssets/test_chunks_builder.py +++ b/AutomatedTesting/TestAssets/test_chunks_builder.py @@ -1,5 +1,6 @@ """ -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT """ diff --git a/AutomatedTesting/test1.lua b/AutomatedTesting/test1.lua index b98529b28e..5f56dded2b 100644 --- a/AutomatedTesting/test1.lua +++ b/AutomatedTesting/test1.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/AutomatedTesting/test2.lua b/AutomatedTesting/test2.lua index 0a678f256d..390031b9da 100644 --- a/AutomatedTesting/test2.lua +++ b/AutomatedTesting/test2.lua @@ -1,7 +1,8 @@ ---------------------------------------------------------------------------------------------------- -- --- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. --- +-- Copyright (c) Contributors to the Open 3D Engine Project. +-- For complete copyright and license terms please see the LICENSE at the root of this distribution. +-- -- SPDX-License-Identifier: Apache-2.0 OR MIT -- -- diff --git a/CMakeLists.txt b/CMakeLists.txt index 282b8c03b5..0a38177714 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..0bb1c7cad6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing + +Welcome to the Open 3D Engine! To learn more about contributing to the [O3DE code repo](README.md), check out the [Contributor's Guide](https://github.com/o3de/community/blob/main/CONTRIBUTING.md). + +The [O3DE community repo](https://github.com/o3de/community) contains information about how to get started, how the community organizes, and more. + +To contribute, please review our [Code of Conduct](https://github.com/o3de/o3de/blob/development/CODE_OF_CONDUCT.md) first. + +## Making contributions with the Developer Certificate of Origin (DCO) + +When contributing, your pull requests will require that you have agreed to our DCO found here: [Developer Certificate of Origin](https://developercertificate.org/). All commits require the --signoff flag to show DCO compliance. + +You can do this by using the -s option in git. +Example: ```git commit -s -m 'my commit message'``` \ No newline at end of file diff --git a/Code/CMakeLists.txt b/Code/CMakeLists.txt index 6dcb99edb4..8b64ec8280 100644 --- a/Code/CMakeLists.txt +++ b/Code/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/2DViewport.cpp b/Code/Editor/2DViewport.cpp index 2c256237e3..56f2e7bdf5 100644 --- a/Code/Editor/2DViewport.cpp +++ b/Code/Editor/2DViewport.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/2DViewport.h b/Code/Editor/2DViewport.h index 208984c275..4ffda18514 100644 --- a/Code/Editor/2DViewport.h +++ b/Code/Editor/2DViewport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AboutDialog.cpp b/Code/Editor/AboutDialog.cpp index f7385b39b7..8429e86553 100644 --- a/Code/Editor/AboutDialog.cpp +++ b/Code/Editor/AboutDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -45,7 +46,7 @@ CAboutDialog::CAboutDialog(QString versionText, QString richTextCopyrightNotice, CAboutDialog > QLabel#link { text-decoration: underline; color: #94D2FF; }"); // Prepare background image - QImage backgroundImage(QStringLiteral(":/StartupLogoDialog/splashscreen_background_gradient.jpg")); + QImage backgroundImage(QStringLiteral(":/StartupLogoDialog/splashscreen_background_developer_preview.jpg")); m_backgroundImage = QPixmap::fromImage(backgroundImage.scaled(m_enforcedWidth, m_enforcedHeight, Qt::IgnoreAspectRatio, Qt::SmoothTransformation)); // Draw the Open 3D Engine logo from svg diff --git a/Code/Editor/AboutDialog.h b/Code/Editor/AboutDialog.h index 0c5fb2c158..229675901e 100644 --- a/Code/Editor/AboutDialog.h +++ b/Code/Editor/AboutDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ActionManager.cpp b/Code/Editor/ActionManager.cpp index 9611e23d87..390dbbc1bd 100644 --- a/Code/Editor/ActionManager.cpp +++ b/Code/Editor/ActionManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -385,6 +386,13 @@ void ActionManager::AddAction(int id, QAction* action) AddAction(action); } +void ActionManager::AddAction(AZ::Crc32 id, QAction* action) +{ + action->setData(aznumeric_cast(id)); + AddAction(action); +} + + void ActionManager::AddAction(QAction* action) { const int id = action->data().toInt(); @@ -434,6 +442,15 @@ ActionManager::ActionWrapper ActionManager::AddAction(int id, const QString& nam return ActionWrapper(action, this); } +ActionManager::ActionWrapper ActionManager::AddAction(AZ::Crc32 id, const QString& name) +{ + QAction* action = ActionIsWidget(aznumeric_cast(id)) + ? new WidgetAction(aznumeric_cast(id), m_mainWindow, name, this) + : static_cast(new PatchedAction(name, this)); // static cast to base so ternary compile + AddAction(id, action); + return ActionWrapper(action, this); +} + bool ActionManager::HasAction(QAction* action) const { return action && HasAction(action->data().toInt()); @@ -601,6 +618,11 @@ void ActionManager::AddActionViaBus(int id, QAction* action) AddAction(id, action); } +void ActionManager::AddActionViaBusCrc(AZ::Crc32 id, QAction* action) +{ + AddAction(id, action); +} + void ActionManager::RemoveActionViaBus(QAction* action) { RemoveAction(action); diff --git a/Code/Editor/ActionManager.h b/Code/Editor/ActionManager.h index 49f38ec255..2481b7e3ef 100644 --- a/Code/Editor/ActionManager.h +++ b/Code/Editor/ActionManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -300,8 +301,13 @@ public: void AddAction(QAction* action); void AddAction(int id, QAction* action); + void AddAction(AZ::Crc32 id, QAction* action); + void RemoveAction(QAction* action); + ActionWrapper AddAction(int id, const QString& name); + ActionWrapper AddAction(AZ::Crc32, const QString& name); + bool HasAction(QAction*) const; bool HasAction(int id) const; @@ -310,6 +316,7 @@ public: // AzToolsFramework::EditorActionRequests void AddActionViaBus(int id, QAction* action) override; + void AddActionViaBusCrc(AZ::Crc32 id, QAction* action) override; void RemoveActionViaBus(QAction* action) override; void EnableDefaultActions() override; void DisableDefaultActions() override; @@ -413,6 +420,7 @@ protected: void AddAction(int id, QAction* action); ActionManager::ActionWrapper AddAction(int id, const QString& name); + ActionManager::ActionWrapper AddAction(AZ::Crc32 id, const QString& name); void AddSeparator(); void UpdateAllActions(); diff --git a/Code/Editor/Animation/AnimationBipedBoneNames.cpp b/Code/Editor/Animation/AnimationBipedBoneNames.cpp index 14823f6923..d9f1b845ca 100644 --- a/Code/Editor/Animation/AnimationBipedBoneNames.cpp +++ b/Code/Editor/Animation/AnimationBipedBoneNames.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/AnimationBipedBoneNames.h b/Code/Editor/Animation/AnimationBipedBoneNames.h index fd5918c936..fdcfff7c82 100644 --- a/Code/Editor/Animation/AnimationBipedBoneNames.h +++ b/Code/Editor/Animation/AnimationBipedBoneNames.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/SkeletonHierarchy.cpp b/Code/Editor/Animation/SkeletonHierarchy.cpp index b0bb9fc05b..3015ff5e27 100644 --- a/Code/Editor/Animation/SkeletonHierarchy.cpp +++ b/Code/Editor/Animation/SkeletonHierarchy.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/SkeletonHierarchy.h b/Code/Editor/Animation/SkeletonHierarchy.h index bd2978b972..ad0d8fc7fc 100644 --- a/Code/Editor/Animation/SkeletonHierarchy.h +++ b/Code/Editor/Animation/SkeletonHierarchy.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/SkeletonMapper.cpp b/Code/Editor/Animation/SkeletonMapper.cpp index 63206cb56f..3913801fc8 100644 --- a/Code/Editor/Animation/SkeletonMapper.cpp +++ b/Code/Editor/Animation/SkeletonMapper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/SkeletonMapper.h b/Code/Editor/Animation/SkeletonMapper.h index 8c990b9d73..159b019396 100644 --- a/Code/Editor/Animation/SkeletonMapper.h +++ b/Code/Editor/Animation/SkeletonMapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/SkeletonMapperOperator.cpp b/Code/Editor/Animation/SkeletonMapperOperator.cpp index 6245f0e3b6..7a69173bed 100644 --- a/Code/Editor/Animation/SkeletonMapperOperator.cpp +++ b/Code/Editor/Animation/SkeletonMapperOperator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Animation/SkeletonMapperOperator.h b/Code/Editor/Animation/SkeletonMapperOperator.h index 4435c2b291..68bbb84ac7 100644 --- a/Code/Editor/Animation/SkeletonMapperOperator.h +++ b/Code/Editor/Animation/SkeletonMapperOperator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AnimationContext.cpp b/Code/Editor/AnimationContext.cpp index f7d3e4191c..debe5e3b01 100644 --- a/Code/Editor/AnimationContext.cpp +++ b/Code/Editor/AnimationContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AnimationContext.h b/Code/Editor/AnimationContext.h index 411f7ed479..98c951eda7 100644 --- a/Code/Editor/AnimationContext.h +++ b/Code/Editor/AnimationContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.cpp b/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.cpp index 21ef4bb999..d0ab701cfc 100644 --- a/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.cpp +++ b/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.h b/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.h index 07385ad4b3..492949c5ef 100644 --- a/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.h +++ b/Code/Editor/AssetDatabase/AssetDatabaseLocationListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetEditor/AssetEditorRequestsHandler.cpp b/Code/Editor/AssetEditor/AssetEditorRequestsHandler.cpp index 9f663dbcb3..4473f4e4a3 100644 --- a/Code/Editor/AssetEditor/AssetEditorRequestsHandler.cpp +++ b/Code/Editor/AssetEditor/AssetEditorRequestsHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetEditor/AssetEditorRequestsHandler.h b/Code/Editor/AssetEditor/AssetEditorRequestsHandler.h index 0f5c61f687..ebfa84249d 100644 --- a/Code/Editor/AssetEditor/AssetEditorRequestsHandler.h +++ b/Code/Editor/AssetEditor/AssetEditorRequestsHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetEditor/AssetEditorWindow.cpp b/Code/Editor/AssetEditor/AssetEditorWindow.cpp index 5af816d28f..9771b6e140 100644 --- a/Code/Editor/AssetEditor/AssetEditorWindow.cpp +++ b/Code/Editor/AssetEditor/AssetEditorWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetEditor/AssetEditorWindow.h b/Code/Editor/AssetEditor/AssetEditorWindow.h index 3b8695f8d4..2cf73ac282 100644 --- a/Code/Editor/AssetEditor/AssetEditorWindow.h +++ b/Code/Editor/AssetEditor/AssetEditorWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.cpp b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.cpp index f1637f2d46..60694b3e4f 100644 --- a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.cpp +++ b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.h b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.h index 949459b6ee..bd171a5a8f 100644 --- a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.h +++ b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterDragAndDropHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.cpp b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.cpp index 43074c9c02..b721b8759e 100644 --- a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.cpp +++ b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.h b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.h index ba67dade3f..83e86aab36 100644 --- a/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.h +++ b/Code/Editor/AssetImporter/AssetImporterManager/AssetImporterManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.cpp b/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.cpp index bbd3d6239f..a824980614 100644 --- a/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.cpp +++ b/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.h b/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.h index c2cff5ec44..7507a0f757 100644 --- a/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.h +++ b/Code/Editor/AssetImporter/UI/FilesAlreadyExistDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.cpp b/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.cpp index 759a28179e..eaebc60193 100644 --- a/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.cpp +++ b/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.h b/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.h index 5c9c0e69c1..b74121f450 100644 --- a/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.h +++ b/Code/Editor/AssetImporter/UI/ProcessingAssetsDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/UI/SelectDestinationDialog.cpp b/Code/Editor/AssetImporter/UI/SelectDestinationDialog.cpp index 34723a6747..8fa914dc4e 100644 --- a/Code/Editor/AssetImporter/UI/SelectDestinationDialog.cpp +++ b/Code/Editor/AssetImporter/UI/SelectDestinationDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AssetImporter/UI/SelectDestinationDialog.h b/Code/Editor/AssetImporter/UI/SelectDestinationDialog.h index 119244ac55..fc9fef3ee0 100644 --- a/Code/Editor/AssetImporter/UI/SelectDestinationDialog.h +++ b/Code/Editor/AssetImporter/UI/SelectDestinationDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AzAssetBrowser/AssetBrowserWindow.cpp b/Code/Editor/AzAssetBrowser/AssetBrowserWindow.cpp index 885d3583c4..1a45d1e391 100644 --- a/Code/Editor/AzAssetBrowser/AssetBrowserWindow.cpp +++ b/Code/Editor/AzAssetBrowser/AssetBrowserWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AzAssetBrowser/AssetBrowserWindow.h b/Code/Editor/AzAssetBrowser/AssetBrowserWindow.h index 9a4b7f17ad..a16cc4b494 100644 --- a/Code/Editor/AzAssetBrowser/AssetBrowserWindow.h +++ b/Code/Editor/AzAssetBrowser/AssetBrowserWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.cpp b/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.cpp index ae061e5b35..50f8aff144 100644 --- a/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.cpp +++ b/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.cpp @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.h b/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.h index 59507483bc..d0f48681ec 100644 --- a/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.h +++ b/Code/Editor/AzAssetBrowser/AzAssetBrowserRequestHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.cpp b/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.cpp index c0e08f86b1..ab3527c2a9 100644 --- a/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.cpp +++ b/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.h b/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.h index b3b52a8ecb..bf742b0cf2 100644 --- a/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.h +++ b/Code/Editor/AzAssetBrowser/AzAssetBrowserWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/BaseLibrary.cpp b/Code/Editor/BaseLibrary.cpp index f048001fb1..ee1c85756d 100644 --- a/Code/Editor/BaseLibrary.cpp +++ b/Code/Editor/BaseLibrary.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/BaseLibrary.h b/Code/Editor/BaseLibrary.h index 74ee4267bf..6c807df56b 100644 --- a/Code/Editor/BaseLibrary.h +++ b/Code/Editor/BaseLibrary.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/BaseLibraryItem.cpp b/Code/Editor/BaseLibraryItem.cpp index ffb3dea74b..fd310eaf9f 100644 --- a/Code/Editor/BaseLibraryItem.cpp +++ b/Code/Editor/BaseLibraryItem.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/BaseLibraryItem.h b/Code/Editor/BaseLibraryItem.h index d41439dce8..53cf0add2b 100644 --- a/Code/Editor/BaseLibraryItem.h +++ b/Code/Editor/BaseLibraryItem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/BaseLibraryManager.cpp b/Code/Editor/BaseLibraryManager.cpp index 038af3eca7..8e555cae8c 100644 --- a/Code/Editor/BaseLibraryManager.cpp +++ b/Code/Editor/BaseLibraryManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/BaseLibraryManager.h b/Code/Editor/BaseLibraryManager.h index 50c7c2b3bd..05f370e632 100644 --- a/Code/Editor/BaseLibraryManager.h +++ b/Code/Editor/BaseLibraryManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CMakeLists.txt b/Code/Editor/CMakeLists.txt index 8a5f35fb92..fca16a2093 100644 --- a/Code/Editor/CMakeLists.txt +++ b/Code/Editor/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -111,7 +112,6 @@ ly_add_target( AZ::AzCore AZ::AzToolsFramework Gem::LmbrCentral.Static - Legacy::NewsShared AZ::AWSNativeSDKInit AZ::AtomCore Gem::Atom_RPI.Edit @@ -139,7 +139,6 @@ ly_add_source_properties( ly_add_source_properties( SOURCES Core/LevelEditorMenuHandler.cpp - GraphicsSettingsDialog.cpp MainWindow.cpp PROPERTY COMPILE_DEFINITIONS VALUES ${LY_PAL_TOOLS_DEFINES} @@ -164,6 +163,8 @@ ly_add_target( editor_files.cmake PLATFORM_INCLUDE_FILES Platform/${PAL_PLATFORM_NAME}/editor_${PAL_PLATFORM_NAME_LOWERCASE}.cmake + TARGET_PROPERTIES + LY_INSTALL_GENERATE_RUN_TARGET TRUE BUILD_DEPENDENCIES PRIVATE 3rdParty::Qt::Core diff --git a/Code/Editor/CVarMenu.cpp b/Code/Editor/CVarMenu.cpp index db34031337..6449be9b3c 100644 --- a/Code/Editor/CVarMenu.cpp +++ b/Code/Editor/CVarMenu.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CVarMenu.h b/Code/Editor/CVarMenu.h index dd51e4c4ac..efcc8e8caf 100644 --- a/Code/Editor/CVarMenu.h +++ b/Code/Editor/CVarMenu.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CheckOutDialog.cpp b/Code/Editor/CheckOutDialog.cpp index b744cd9d2e..399f0cff2e 100644 --- a/Code/Editor/CheckOutDialog.cpp +++ b/Code/Editor/CheckOutDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CheckOutDialog.h b/Code/Editor/CheckOutDialog.h index d986a42c77..7e7054ccdf 100644 --- a/Code/Editor/CheckOutDialog.h +++ b/Code/Editor/CheckOutDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Clipboard.cpp b/Code/Editor/Clipboard.cpp index 3b50dd4510..c78c3fb775 100644 --- a/Code/Editor/Clipboard.cpp +++ b/Code/Editor/Clipboard.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Clipboard.h b/Code/Editor/Clipboard.h index ccca0db028..84b7bf0821 100644 --- a/Code/Editor/Clipboard.h +++ b/Code/Editor/Clipboard.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -53,10 +54,9 @@ private: AZ_PUSH_DISABLE_DLL_EXPORT_MEMBER_WARNING static XmlNodeRef m_node; - AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING static QString m_title; - static QVariant s_pendingPut; + AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING QWidget* m_parent; QTimer m_putDebounce; diff --git a/Code/Editor/Commands/CommandManager.cpp b/Code/Editor/Commands/CommandManager.cpp index cda76eb152..90059ea195 100644 --- a/Code/Editor/Commands/CommandManager.cpp +++ b/Code/Editor/Commands/CommandManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Commands/CommandManager.h b/Code/Editor/Commands/CommandManager.h index 96808ee59f..2ec4a137bc 100644 --- a/Code/Editor/Commands/CommandManager.h +++ b/Code/Editor/Commands/CommandManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Commands/CommandManagerBus.h b/Code/Editor/Commands/CommandManagerBus.h index ee9eaf7be2..a5edceaee8 100644 --- a/Code/Editor/Commands/CommandManagerBus.h +++ b/Code/Editor/Commands/CommandManagerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ConfigGroup.cpp b/Code/Editor/ConfigGroup.cpp index fd1a18a36c..4e61c38f4b 100644 --- a/Code/Editor/ConfigGroup.cpp +++ b/Code/Editor/ConfigGroup.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ConfigGroup.h b/Code/Editor/ConfigGroup.h index de970f16f7..35c0b8e47f 100644 --- a/Code/Editor/ConfigGroup.h +++ b/Code/Editor/ConfigGroup.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ConsoleDialog.cpp b/Code/Editor/ConsoleDialog.cpp index 42afc02b96..2f1c3e6f58 100644 --- a/Code/Editor/ConsoleDialog.cpp +++ b/Code/Editor/ConsoleDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ConsoleDialog.h b/Code/Editor/ConsoleDialog.h index 717334e460..dea42df3ec 100644 --- a/Code/Editor/ConsoleDialog.h +++ b/Code/Editor/ConsoleDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ControlMRU.cpp b/Code/Editor/ControlMRU.cpp index 9254965805..47de13950f 100644 --- a/Code/Editor/ControlMRU.cpp +++ b/Code/Editor/ControlMRU.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ControlMRU.h b/Code/Editor/ControlMRU.h index 4adf769942..4ca6562589 100644 --- a/Code/Editor/ControlMRU.h +++ b/Code/Editor/ControlMRU.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/BitmapToolTip.cpp b/Code/Editor/Controls/BitmapToolTip.cpp index e60a845d14..d639ac0677 100644 --- a/Code/Editor/Controls/BitmapToolTip.cpp +++ b/Code/Editor/Controls/BitmapToolTip.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/BitmapToolTip.h b/Code/Editor/Controls/BitmapToolTip.h index 291ca59073..d4bb89c625 100644 --- a/Code/Editor/Controls/BitmapToolTip.h +++ b/Code/Editor/Controls/BitmapToolTip.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ColorGradientCtrl.cpp b/Code/Editor/Controls/ColorGradientCtrl.cpp index e7abbdc647..555d285192 100644 --- a/Code/Editor/Controls/ColorGradientCtrl.cpp +++ b/Code/Editor/Controls/ColorGradientCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ColorGradientCtrl.h b/Code/Editor/Controls/ColorGradientCtrl.h index 9e127062ef..9533fecdfa 100644 --- a/Code/Editor/Controls/ColorGradientCtrl.h +++ b/Code/Editor/Controls/ColorGradientCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ConsoleSCB.cpp b/Code/Editor/Controls/ConsoleSCB.cpp index 32ec6506b1..9f1921395c 100644 --- a/Code/Editor/Controls/ConsoleSCB.cpp +++ b/Code/Editor/Controls/ConsoleSCB.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ConsoleSCB.h b/Code/Editor/Controls/ConsoleSCB.h index faa8c06124..98bf4b391d 100644 --- a/Code/Editor/Controls/ConsoleSCB.h +++ b/Code/Editor/Controls/ConsoleSCB.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ConsoleSCBMFC.cpp b/Code/Editor/Controls/ConsoleSCBMFC.cpp index d61bee554d..3337997811 100644 --- a/Code/Editor/Controls/ConsoleSCBMFC.cpp +++ b/Code/Editor/Controls/ConsoleSCBMFC.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ConsoleSCBMFC.h b/Code/Editor/Controls/ConsoleSCBMFC.h index faaaf4f626..fcf7f71df7 100644 --- a/Code/Editor/Controls/ConsoleSCBMFC.h +++ b/Code/Editor/Controls/ConsoleSCBMFC.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/FolderTreeCtrl.cpp b/Code/Editor/Controls/FolderTreeCtrl.cpp index afb9244bb5..17b6dccac7 100644 --- a/Code/Editor/Controls/FolderTreeCtrl.cpp +++ b/Code/Editor/Controls/FolderTreeCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/FolderTreeCtrl.h b/Code/Editor/Controls/FolderTreeCtrl.h index e43c4cd224..48eff10a92 100644 --- a/Code/Editor/Controls/FolderTreeCtrl.h +++ b/Code/Editor/Controls/FolderTreeCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/HotTrackingTreeCtrl.cpp b/Code/Editor/Controls/HotTrackingTreeCtrl.cpp index 79e9ce837d..917d02155b 100644 --- a/Code/Editor/Controls/HotTrackingTreeCtrl.cpp +++ b/Code/Editor/Controls/HotTrackingTreeCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/HotTrackingTreeCtrl.h b/Code/Editor/Controls/HotTrackingTreeCtrl.h index 643a721d9e..2ca7e11a91 100644 --- a/Code/Editor/Controls/HotTrackingTreeCtrl.h +++ b/Code/Editor/Controls/HotTrackingTreeCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ImageHistogramCtrl.cpp b/Code/Editor/Controls/ImageHistogramCtrl.cpp index 76b2bc8b6c..7218c0cd38 100644 --- a/Code/Editor/Controls/ImageHistogramCtrl.cpp +++ b/Code/Editor/Controls/ImageHistogramCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ImageHistogramCtrl.h b/Code/Editor/Controls/ImageHistogramCtrl.h index d5be6a42f2..b425cb7c7c 100644 --- a/Code/Editor/Controls/ImageHistogramCtrl.h +++ b/Code/Editor/Controls/ImageHistogramCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ImageListCtrl.cpp b/Code/Editor/Controls/ImageListCtrl.cpp index f41d4d0517..9c8451c2e9 100644 --- a/Code/Editor/Controls/ImageListCtrl.cpp +++ b/Code/Editor/Controls/ImageListCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ImageListCtrl.h b/Code/Editor/Controls/ImageListCtrl.h index f55c667491..db393c8497 100644 --- a/Code/Editor/Controls/ImageListCtrl.h +++ b/Code/Editor/Controls/ImageListCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/MultiMonHelper.cpp b/Code/Editor/Controls/MultiMonHelper.cpp index 9c5b29ac78..5b3ed3a204 100644 --- a/Code/Editor/Controls/MultiMonHelper.cpp +++ b/Code/Editor/Controls/MultiMonHelper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/MultiMonHelper.h b/Code/Editor/Controls/MultiMonHelper.h index 3295346842..54e47bf022 100644 --- a/Code/Editor/Controls/MultiMonHelper.h +++ b/Code/Editor/Controls/MultiMonHelper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/NumberCtrl.cpp b/Code/Editor/Controls/NumberCtrl.cpp index d89ad3e84e..473dd7e4af 100644 --- a/Code/Editor/Controls/NumberCtrl.cpp +++ b/Code/Editor/Controls/NumberCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/NumberCtrl.h b/Code/Editor/Controls/NumberCtrl.h index e36177925b..22ee7b867f 100644 --- a/Code/Editor/Controls/NumberCtrl.h +++ b/Code/Editor/Controls/NumberCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/QBitmapPreviewDialog.cpp b/Code/Editor/Controls/QBitmapPreviewDialog.cpp index 9ad6103f31..912db3708c 100644 --- a/Code/Editor/Controls/QBitmapPreviewDialog.cpp +++ b/Code/Editor/Controls/QBitmapPreviewDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/QBitmapPreviewDialog.h b/Code/Editor/Controls/QBitmapPreviewDialog.h index 5766dd4727..a5429bc8f0 100644 --- a/Code/Editor/Controls/QBitmapPreviewDialog.h +++ b/Code/Editor/Controls/QBitmapPreviewDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/QBitmapPreviewDialogImp.cpp b/Code/Editor/Controls/QBitmapPreviewDialogImp.cpp index 0943737599..c438858e81 100644 --- a/Code/Editor/Controls/QBitmapPreviewDialogImp.cpp +++ b/Code/Editor/Controls/QBitmapPreviewDialogImp.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/QBitmapPreviewDialogImp.h b/Code/Editor/Controls/QBitmapPreviewDialogImp.h index d4c466d8d8..63de867e6c 100644 --- a/Code/Editor/Controls/QBitmapPreviewDialogImp.h +++ b/Code/Editor/Controls/QBitmapPreviewDialogImp.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/QToolTipWidget.cpp b/Code/Editor/Controls/QToolTipWidget.cpp index 7ef3a519bc..12a66a5d67 100644 --- a/Code/Editor/Controls/QToolTipWidget.cpp +++ b/Code/Editor/Controls/QToolTipWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/QToolTipWidget.h b/Code/Editor/Controls/QToolTipWidget.h index c5347c6a5f..813f2a75fb 100644 --- a/Code/Editor/Controls/QToolTipWidget.h +++ b/Code/Editor/Controls/QToolTipWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp index 73e649b72a..fde5642b05 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.h index a5154978e6..6f3e5b44f3 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.cpp index 8281837b4a..bf87f2017d 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.h index 2414492fd8..cf80c1434b 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.cpp index d989a3d878..1916ce5e16 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.h index d13316a1cd..2296773f0a 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyGenericCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.cpp index 058d3aa70f..92c33aefc2 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.h index e6637e2d4c..e63a974c91 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMiscCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.cpp index c8a52b0cd0..b7929af61a 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.h index 4e91992412..c4fe9e85e3 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyMotionCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.cpp index 2d095ab1db..d3ae6aaecf 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.h index e48370d92c..fa30eba034 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/PropertyResourceCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.cpp b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.cpp index 72328f5661..323fe2a07a 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.h b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.h index 5e78542398..cd551c63e2 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertiesPanel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.cpp b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.cpp index 36b9c6296a..89938d9735 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.h b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.h index 4f6c8c754e..64a4341096 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.cpp b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.cpp index 48e986c905..0bea6902c9 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.h b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.h index 2dcf5a2d9a..0abf7d295c 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedPropertyItem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.cpp b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.cpp index 2044e78eda..5b9c5b8063 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.h b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.h index ac6a07d424..634f2efd3a 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.cpp b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.cpp index ebeef23175..20e86c6838 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.cpp +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.h b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.h index c04bc6431c..07bb72413a 100644 --- a/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.h +++ b/Code/Editor/Controls/ReflectedPropertyControl/ReflectedVarWrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/SplineCtrl.cpp b/Code/Editor/Controls/SplineCtrl.cpp index 851e38576b..63481d27df 100644 --- a/Code/Editor/Controls/SplineCtrl.cpp +++ b/Code/Editor/Controls/SplineCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/SplineCtrl.h b/Code/Editor/Controls/SplineCtrl.h index 5d08c45117..e90fc1820e 100644 --- a/Code/Editor/Controls/SplineCtrl.h +++ b/Code/Editor/Controls/SplineCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/SplineCtrlEx.cpp b/Code/Editor/Controls/SplineCtrlEx.cpp index 4c9e243bf0..2afc3f16aa 100644 --- a/Code/Editor/Controls/SplineCtrlEx.cpp +++ b/Code/Editor/Controls/SplineCtrlEx.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/SplineCtrlEx.h b/Code/Editor/Controls/SplineCtrlEx.h index f99dcaa270..8592febf88 100644 --- a/Code/Editor/Controls/SplineCtrlEx.h +++ b/Code/Editor/Controls/SplineCtrlEx.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/TextEditorCtrl.cpp b/Code/Editor/Controls/TextEditorCtrl.cpp index 964a952064..5961c9d9a3 100644 --- a/Code/Editor/Controls/TextEditorCtrl.cpp +++ b/Code/Editor/Controls/TextEditorCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/TextEditorCtrl.h b/Code/Editor/Controls/TextEditorCtrl.h index 23a17a059c..e155185f90 100644 --- a/Code/Editor/Controls/TextEditorCtrl.h +++ b/Code/Editor/Controls/TextEditorCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/TimelineCtrl.cpp b/Code/Editor/Controls/TimelineCtrl.cpp index e6b21725e5..d1590c5346 100644 --- a/Code/Editor/Controls/TimelineCtrl.cpp +++ b/Code/Editor/Controls/TimelineCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/TimelineCtrl.h b/Code/Editor/Controls/TimelineCtrl.h index dd6620410e..015704460a 100644 --- a/Code/Editor/Controls/TimelineCtrl.h +++ b/Code/Editor/Controls/TimelineCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/TreeCtrlUtils.h b/Code/Editor/Controls/TreeCtrlUtils.h index 5dcc477f85..7498360d2e 100644 --- a/Code/Editor/Controls/TreeCtrlUtils.h +++ b/Code/Editor/Controls/TreeCtrlUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Controls/WndGridHelper.h b/Code/Editor/Controls/WndGridHelper.h index 62cba4f8a2..158ffca508 100644 --- a/Code/Editor/Controls/WndGridHelper.h +++ b/Code/Editor/Controls/WndGridHelper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.cpp b/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.cpp index 4a9bc84f6d..5bfff9e1cf 100644 --- a/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.cpp +++ b/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.h b/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.h index 5e82fee4ac..e794bec923 100644 --- a/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.h +++ b/Code/Editor/Core/EditorMetricsPlainTextNameRegistration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/LevelEditorMenuHandler.cpp b/Code/Editor/Core/LevelEditorMenuHandler.cpp index 187036f49a..3c27c25c9a 100644 --- a/Code/Editor/Core/LevelEditorMenuHandler.cpp +++ b/Code/Editor/Core/LevelEditorMenuHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -30,6 +31,9 @@ // AzFramework #include +// AzToolsFramework +#include + // AzQtComponents #include @@ -469,51 +473,54 @@ void LevelEditorMenuHandler::PopulateEditMenu(ActionManager::MenuWrapper& editMe // editMenu.AddSeparator(); // Duplicate - editMenu.AddAction(ID_EDIT_CLONE); + editMenu.AddAction(AzToolsFramework::DuplicateSelect); // Delete - editMenu.AddAction(ID_EDIT_DELETE); + editMenu.AddAction(AzToolsFramework::DeleteSelect); editMenu.AddSeparator(); // Select All - editMenu.AddAction(ID_EDIT_SELECTALL); + editMenu.AddAction(AzToolsFramework::SelectAll); // Invert Selection - editMenu.AddAction(ID_EDIT_INVERTSELECTION); + editMenu.AddAction(AzToolsFramework::InvertSelect); editMenu.AddSeparator(); // New Viewport Interaction Model actions/shortcuts - editMenu.AddAction(ID_EDIT_PIVOT); - editMenu.AddAction(ID_EDIT_RESET); - editMenu.AddAction(ID_EDIT_RESET_MANIPULATOR); - editMenu.AddAction(ID_EDIT_RESET_LOCAL); - editMenu.AddAction(ID_EDIT_RESET_WORLD); + editMenu.AddAction(AzToolsFramework::EditPivot); + editMenu.AddAction(AzToolsFramework::EditReset); + editMenu.AddAction(AzToolsFramework::EditResetManipulator); + editMenu.AddAction(AzToolsFramework::EditResetLocal); + editMenu.AddAction(AzToolsFramework::EditResetWorld); // Hide Selection - editMenu.AddAction(ID_EDIT_HIDE); + editMenu.AddAction(AzToolsFramework::HideSelection); - // Unhide All - editMenu.AddAction(ID_EDIT_UNHIDEALL); + // Show All + editMenu.AddAction(AzToolsFramework::ShowAll); + + // Lock Selection + editMenu.AddAction(AzToolsFramework::LockSelection); + + // UnLock All + editMenu.AddAction(AzToolsFramework::UnlockAll); /* * The following block of code is part of the feature "Isolation Mode" and is temporarily * disabled for 1.10 release. * Jira: LY-49532 - // Isolate Selected QAction* isolateSelectedAction = editMenu->addAction(tr("Isolate Selected")); connect(isolateSelectedAction, &QAction::triggered, this, []() { AzToolsFramework::ToolsApplicationRequestBus::Broadcast(&AzToolsFramework::ToolsApplicationRequestBus::Events::EnterEditorIsolationMode); }); - // Exit Isolation QAction* exitIsolationAction = editMenu->addAction(tr("Exit Isolation")); connect(exitIsolationAction, &QAction::triggered, this, []() { AzToolsFramework::ToolsApplicationRequestBus::Broadcast(&AzToolsFramework::ToolsApplicationRequestBus::Events::ExitEditorIsolationMode); }); - connect(editMenu, &QMenu::aboutToShow, this, [isolateSelectedAction, exitIsolationAction]() { bool isInIsolationMode = false; AzToolsFramework::ToolsApplicationRequestBus::BroadcastResult(isInIsolationMode, &AzToolsFramework::ToolsApplicationRequestBus::Events::IsEditorInIsolationMode); @@ -528,7 +535,6 @@ void LevelEditorMenuHandler::PopulateEditMenu(ActionManager::MenuWrapper& editMe exitIsolationAction->setDisabled(true); } }); - */ editMenu.AddSeparator(); @@ -553,49 +559,9 @@ void LevelEditorMenuHandler::PopulateEditMenu(ActionManager::MenuWrapper& editMe // Global Preferences... editorSettingsMenu.AddAction(ID_TOOLS_PREFERENCES); - // Graphics Settings... - editorSettingsMenu.AddAction(ID_GRAPHICS_SETTINGS); - // Editor Settings Manager AddOpenViewPaneAction(editorSettingsMenu, LyViewPane::EditorSettingsManager); - // Graphics Performance - auto graphicPerformanceSubMenu = editorSettingsMenu.AddMenu(QObject::tr("Graphics Performance")); - - auto pcMenu = graphicPerformanceSubMenu.AddMenu(tr("PC")); - pcMenu.AddAction(ID_GAME_PC_ENABLEVERYHIGHSPEC); - pcMenu.AddAction(ID_GAME_PC_ENABLEHIGHSPEC); - pcMenu.AddAction(ID_GAME_PC_ENABLEMEDIUMSPEC); - pcMenu.AddAction(ID_GAME_PC_ENABLELOWSPEC); - - auto osxmetalMenu = graphicPerformanceSubMenu.AddMenu(tr("OSX Metal")); - osxmetalMenu.AddAction(ID_GAME_OSXMETAL_ENABLEVERYHIGHSPEC); - osxmetalMenu.AddAction(ID_GAME_OSXMETAL_ENABLEHIGHSPEC); - osxmetalMenu.AddAction(ID_GAME_OSXMETAL_ENABLEMEDIUMSPEC); - osxmetalMenu.AddAction(ID_GAME_OSXMETAL_ENABLELOWSPEC); - - auto androidMenu = graphicPerformanceSubMenu.AddMenu(tr("Android")); - androidMenu.AddAction(ID_GAME_ANDROID_ENABLEVERYHIGHSPEC); - androidMenu.AddAction(ID_GAME_ANDROID_ENABLEHIGHSPEC); - androidMenu.AddAction(ID_GAME_ANDROID_ENABLEMEDIUMSPEC); - androidMenu.AddAction(ID_GAME_ANDROID_ENABLELOWSPEC); - - auto iosMenu = graphicPerformanceSubMenu.AddMenu(tr("iOS")); - iosMenu.AddAction(ID_GAME_IOS_ENABLEVERYHIGHSPEC); - iosMenu.AddAction(ID_GAME_IOS_ENABLEHIGHSPEC); - iosMenu.AddAction(ID_GAME_IOS_ENABLEMEDIUMSPEC); - iosMenu.AddAction(ID_GAME_IOS_ENABLELOWSPEC); - -#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) -#define AZ_RESTRICTED_PLATFORM_EXPANSION(CodeName, CODENAME, codename, PrivateName, PRIVATENAME, privatename, PublicName, PUBLICNAME, publicname, PublicAuxName1, PublicAuxName2, PublicAuxName3)\ - auto publicname##Menu = graphicPerformanceSubMenu.AddMenu(tr(PublicAuxName2));\ - publicname##Menu.AddAction(ID_GAME_##CODENAME##_ENABLEHIGHSPEC);\ - publicname##Menu.AddAction(ID_GAME_##CODENAME##_ENABLEMEDIUMSPEC);\ - publicname##Menu.AddAction(ID_GAME_##CODENAME##_ENABLELOWSPEC); - AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS -#undef AZ_RESTRICTED_PLATFORM_EXPANSION -#endif - // Keyboard Customization auto keyboardCustomizationMenu = editorSettingsMenu.AddMenu(tr("Keyboard Customization")); keyboardCustomizationMenu.AddAction(ID_TOOLS_CUSTOMIZEKEYBOARD); diff --git a/Code/Editor/Core/LevelEditorMenuHandler.h b/Code/Editor/Core/LevelEditorMenuHandler.h index bb23314419..4cf1569c59 100644 --- a/Code/Editor/Core/LevelEditorMenuHandler.h +++ b/Code/Editor/Core/LevelEditorMenuHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/QtEditorApplication.cpp b/Code/Editor/Core/QtEditorApplication.cpp index f5c886761c..5a4763d8e8 100644 --- a/Code/Editor/Core/QtEditorApplication.cpp +++ b/Code/Editor/Core/QtEditorApplication.cpp @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -242,7 +243,7 @@ namespace Editor } EditorQtApplication::EditorQtApplication(int& argc, char** argv) - : QApplication(argc, argv) + : AzQtApplication(argc, argv) , m_inWinEventFilter(false) , m_stylesheet(new AzQtComponents::O3DEStylesheet(this)) , m_idleTimer(new QTimer(this)) @@ -252,8 +253,6 @@ namespace Editor setWindowIcon(QIcon(":/Application/res/o3de_editor.ico")); // set the default key store for our preferences: - setOrganizationName("O3DE"); - setOrganizationDomain("o3de.org"); setApplicationName("O3DE Editor"); connect(m_idleTimer, &QTimer::timeout, this, &EditorQtApplication::maybeProcessIdle); @@ -416,33 +415,37 @@ namespace Editor } // Ensure that the Windows WM_INPUT messages get passed through to the AzFramework input system. - // These events are now consumed both in and out of game mode. - if (msg->message == WM_INPUT) + // These events are only broadcast in game mode. In Editor mode, RenderViewportWidget creates synthetic + // keyboard and mouse events via Qt. + if (GetIEditor()->IsInGameMode()) { - UINT rawInputSize; - const UINT rawInputHeaderSize = sizeof(RAWINPUTHEADER); - GetRawInputData((HRAWINPUT)msg->lParam, RID_INPUT, NULL, &rawInputSize, rawInputHeaderSize); - - AZStd::array rawInputBytesArray; - LPBYTE rawInputBytes = rawInputBytesArray.data(); - - const UINT bytesCopied = GetRawInputData((HRAWINPUT)msg->lParam, RID_INPUT, rawInputBytes, &rawInputSize, rawInputHeaderSize); - CRY_ASSERT(bytesCopied == rawInputSize); - - RAWINPUT* rawInput = (RAWINPUT*)rawInputBytes; - CRY_ASSERT(rawInput); - - AzFramework::RawInputNotificationBusWindows::Broadcast(&AzFramework::RawInputNotificationsWindows::OnRawInputEvent, *rawInput); - - return false; - } - else if (msg->message == WM_DEVICECHANGE) - { - if (msg->wParam == 0x0007) // DBT_DEVNODES_CHANGED + if (msg->message == WM_INPUT) { - AzFramework::RawInputNotificationBusWindows::Broadcast(&AzFramework::RawInputNotificationsWindows::OnRawInputDeviceChangeEvent); + UINT rawInputSize; + const UINT rawInputHeaderSize = sizeof(RAWINPUTHEADER); + GetRawInputData((HRAWINPUT)msg->lParam, RID_INPUT, NULL, &rawInputSize, rawInputHeaderSize); + + AZStd::array rawInputBytesArray; + LPBYTE rawInputBytes = rawInputBytesArray.data(); + + const UINT bytesCopied = GetRawInputData((HRAWINPUT)msg->lParam, RID_INPUT, rawInputBytes, &rawInputSize, rawInputHeaderSize); + CRY_ASSERT(bytesCopied == rawInputSize); + + RAWINPUT* rawInput = (RAWINPUT*)rawInputBytes; + CRY_ASSERT(rawInput); + + AzFramework::RawInputNotificationBusWindows::Broadcast(&AzFramework::RawInputNotificationsWindows::OnRawInputEvent, *rawInput); + + return false; + } + else if (msg->message == WM_DEVICECHANGE) + { + if (msg->wParam == 0x0007) // DBT_DEVNODES_CHANGED + { + AzFramework::RawInputNotificationBusWindows::Broadcast(&AzFramework::RawInputNotificationsWindows::OnRawInputDeviceChangeEvent); + } + return true; } - return true; } return false; diff --git a/Code/Editor/Core/QtEditorApplication.h b/Code/Editor/Core/QtEditorApplication.h index 7baaae8e28..2e3612095e 100644 --- a/Code/Editor/Core/QtEditorApplication.h +++ b/Code/Editor/Core/QtEditorApplication.h @@ -1,13 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #if !defined(Q_MOC_RUN) -#include #include #include #include @@ -19,6 +19,7 @@ #include #include #include +#include #endif class QFileInfo; @@ -47,7 +48,7 @@ namespace Editor void ScanDirectories(QFileInfoList& directoryList, const QStringList& filters, QFileInfoList& files, ScanDirectoriesUpdateCallBack updateCallback = nullptr); class EditorQtApplication - : public QApplication + : public AzQtComponents::AzQtApplication , public QAbstractNativeEventFilter , public IEditorNotifyListener , public AZ::UserSettingsOwnerRequestBus::Handler diff --git a/Code/Editor/Core/QtEditorApplication_linux.cpp b/Code/Editor/Core/QtEditorApplication_linux.cpp index 844240bcb8..fa39609308 100644 --- a/Code/Editor/Core/QtEditorApplication_linux.cpp +++ b/Code/Editor/Core/QtEditorApplication_linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/QtEditorApplication_mac.mm b/Code/Editor/Core/QtEditorApplication_mac.mm index f9d1bc8b29..17ad8f7ffd 100644 --- a/Code/Editor/Core/QtEditorApplication_mac.mm +++ b/Code/Editor/Core/QtEditorApplication_mac.mm @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/Tests/test_Archive.cpp b/Code/Editor/Core/Tests/test_Archive.cpp index e5ac6c8e78..f35fdbe0a4 100644 --- a/Code/Editor/Core/Tests/test_Archive.cpp +++ b/Code/Editor/Core/Tests/test_Archive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/Tests/test_Main.cpp b/Code/Editor/Core/Tests/test_Main.cpp index d62fc1e18c..c0772753c6 100644 --- a/Code/Editor/Core/Tests/test_Main.cpp +++ b/Code/Editor/Core/Tests/test_Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Core/Tests/test_PathUtil.cpp b/Code/Editor/Core/Tests/test_PathUtil.cpp index 50cfb70ddb..83e50a5947 100644 --- a/Code/Editor/Core/Tests/test_PathUtil.cpp +++ b/Code/Editor/Core/Tests/test_PathUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CrtDebug.cpp b/Code/Editor/CrtDebug.cpp index df9b8cd1a1..a37b3d26e9 100644 --- a/Code/Editor/CrtDebug.cpp +++ b/Code/Editor/CrtDebug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CryEdit.cpp b/Code/Editor/CryEdit.cpp index 9e7bd00217..4bfc6a319d 100644 --- a/Code/Editor/CryEdit.cpp +++ b/Code/Editor/CryEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -111,7 +112,6 @@ AZ_POP_DISABLE_WARNING #include "ToolBox.h" #include "LevelInfo.h" #include "EditorPreferencesDialog.h" -#include "GraphicsSettingsDialog.h" #include "AnimationContext.h" #include "GotoPositionDlg.h" @@ -440,7 +440,6 @@ void CCryEditApp::RegisterActionHandlers() ON_COMMAND(ID_CLEAR_REGISTRY, OnClearRegistryData) ON_COMMAND(ID_VALIDATELEVEL, OnValidatelevel) ON_COMMAND(ID_TOOLS_PREFERENCES, OnToolsPreferences) - ON_COMMAND(ID_GRAPHICS_SETTINGS, OnGraphicsSettings) ON_COMMAND(ID_SWITCHCAMERA_DEFAULTCAMERA, OnSwitchToDefaultCamera) ON_COMMAND(ID_SWITCHCAMERA_SEQUENCECAMERA, OnSwitchToSequenceCamera) ON_COMMAND(ID_SWITCHCAMERA_SELECTEDCAMERA, OnSwitchToSelectedcamera) @@ -453,14 +452,6 @@ void CCryEditApp::RegisterActionHandlers() ON_COMMAND(ID_OPEN_TRACKVIEW, OnOpenTrackView) ON_COMMAND(ID_OPEN_UICANVASEDITOR, OnOpenUICanvasEditor) - ON_COMMAND_RANGE(ID_GAME_PC_ENABLELOWSPEC, ID_GAME_PC_ENABLEVERYHIGHSPEC, OnChangeGameSpec) - - ON_COMMAND_RANGE(ID_GAME_OSXMETAL_ENABLELOWSPEC, ID_GAME_OSXMETAL_ENABLEVERYHIGHSPEC, OnChangeGameSpec) - - ON_COMMAND_RANGE(ID_GAME_ANDROID_ENABLELOWSPEC, ID_GAME_ANDROID_ENABLEVERYHIGHSPEC, OnChangeGameSpec) - - ON_COMMAND_RANGE(ID_GAME_IOS_ENABLELOWSPEC, ID_GAME_IOS_ENABLEVERYHIGHSPEC, OnChangeGameSpec) - #if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) #define AZ_RESTRICTED_PLATFORM_EXPANSION(CodeName, CODENAME, codename, PrivateName, PRIVATENAME, privatename, PublicName, PUBLICNAME, publicname, PublicAuxName1, PublicAuxName2, PublicAuxName3)\ ON_COMMAND_RANGE(ID_GAME_##CODENAME##_ENABLELOWSPEC, ID_GAME_##CODENAME##_ENABLEHIGHSPEC, OnChangeGameSpec) @@ -590,6 +581,8 @@ public: {{"project-path", "Supplies the path to the project that the Editor should use", "project-path"}, dummyString}, {{"engine-path", "Supplies the path to the engine", "engine-path"}, dummyString}, {{"project-cache-path", "Path to the project cache", "project-cache-path"}, dummyString}, + {{"project-user-path", "Path to the project user path", "project-user-path"}, dummyString}, + {{"project-log-path", "Path to the project log path", "project-log-path"}, dummyString} // add dummy entries here to prevent QCommandLineParser error-ing out on cmd line args that will be parsed later }; @@ -1492,7 +1485,6 @@ struct PythonTestOutputHandler final { PythonOutputHandler::OnExceptionMessage(message); printf("EXCEPTION: %.*s\n", static_cast(message.size()), message.data()); - AZ::Debug::Trace::Terminate(1); } }; @@ -1510,34 +1502,91 @@ void CCryEditApp::RunInitPythonScript(CEditCommandLineInfo& cmdInfo) using namespace AzToolsFramework; if (cmdInfo.m_bRunPythonScript || cmdInfo.m_bRunPythonTestScript) { + // cmdInfo data is only available on startup, copy it + QByteArray fileStr = cmdInfo.m_strFileName.toUtf8(); + + // We support specifying multiple files in the cmdline by separating them with ';' + AZStd::vector fileList; + AzFramework::StringFunc::TokenizeVisitor( + fileStr.constData(), + [&fileList](AZStd::string_view elem) + { + fileList.push_back(elem); + }, ';', false /* keepEmptyStrings */ + ); + if (cmdInfo.m_pythonArgs.length() > 0 || cmdInfo.m_bRunPythonTestScript) { - AZStd::vector tokens; - AzFramework::StringFunc::Tokenize(cmdInfo.m_pythonArgs.toUtf8().constData(), tokens, ' '); + QByteArray pythonArgsStr = cmdInfo.m_pythonArgs.toUtf8(); AZStd::vector pythonArgs; - std::transform(tokens.begin(), tokens.end(), std::back_inserter(pythonArgs), [](auto& tokenData) { return tokenData.c_str(); }); + AzFramework::StringFunc::TokenizeVisitor(pythonArgsStr.constData(), + [&pythonArgs](AZStd::string_view elem) + { + pythonArgs.push_back(elem); + }, ' ' + ); + if (cmdInfo.m_bRunPythonTestScript) { - AZStd::string pythonTestCase; - if (!cmdInfo.m_pythontTestCase.isEmpty()) + // Multiple testcases can be specified them with ';', these should match the files to run + AZStd::vector testcaseList; + testcaseList.resize(fileList.size()); { - pythonTestCase = cmdInfo.m_pythontTestCase.toUtf8().constData(); + int i = 0; + AzFramework::StringFunc::TokenizeVisitor( + fileStr.constData(), + [&i, &testcaseList](AZStd::string_view elem) + { + testcaseList[i++] = (elem); + }, ';', false /* keepEmptyStrings */ + ); } - EditorPythonRunnerRequestBus::Broadcast(&EditorPythonRunnerRequestBus::Events::ExecuteByFilenameAsTest, cmdInfo.m_strFileName.toUtf8().constData(), pythonTestCase, pythonArgs); + bool success = true; + auto ExecuteByFilenamesTests = [&pythonArgs, &fileList, &testcaseList, &success](EditorPythonRunnerRequests* pythonRunnerRequests) + { + for (int i = 0; i < fileList.size(); ++i) + { + bool cur_success = pythonRunnerRequests->ExecuteByFilenameAsTest(fileList[i], testcaseList[i], pythonArgs); + success = success && cur_success; + } + }; + EditorPythonRunnerRequestBus::Broadcast(ExecuteByFilenamesTests); - // Close the editor gracefully as the test has completed - GetIEditor()->GetDocument()->SetModifiedFlag(false); - QTimer::singleShot(0, qApp, &QApplication::closeAllWindows); + if (success) + { + // Close the editor gracefully as the test has completed + GetIEditor()->GetDocument()->SetModifiedFlag(false); + QTimer::singleShot(0, qApp, &QApplication::closeAllWindows); + } + else + { + // Close down the application with 0xF exit code indicating failure of the test + AZ::Debug::Trace::Terminate(0xF); + } } else { - EditorPythonRunnerRequestBus::Broadcast(&EditorPythonRunnerRequestBus::Events::ExecuteByFilenameWithArgs, cmdInfo.m_strFileName.toUtf8().constData(), pythonArgs); + auto ExecuteByFilenamesWithArgs = [&pythonArgs, &fileList](EditorPythonRunnerRequests* pythonRunnerRequests) + { + for (AZStd::string_view filename : fileList) + { + pythonRunnerRequests->ExecuteByFilenameWithArgs(filename, pythonArgs); + } + }; + EditorPythonRunnerRequestBus::Broadcast(ExecuteByFilenamesWithArgs); } } else { - EditorPythonRunnerRequestBus::Broadcast(&EditorPythonRunnerRequestBus::Events::ExecuteByFilename, cmdInfo.m_strFileName.toUtf8().constData()); + auto ExecuteByFilenames = [&fileList](EditorPythonRunnerRequests* pythonRunnerRequests) + { + for (AZStd::string_view filename : fileList) + { + pythonRunnerRequests->ExecuteByFilename(filename); + } + }; + EditorPythonRunnerRequestBus::Broadcast(ExecuteByFilenames); } } } @@ -2280,7 +2329,9 @@ int CCryEditApp::IdleProcessing(bool bBackgroundUpdate) bool bIsAppWindow = IsWindowInForeground(); bool bActive = false; int res = 0; - if (bIsAppWindow || m_bForceProcessIdle || m_bKeepEditorActive) + if (bIsAppWindow || m_bForceProcessIdle || m_bKeepEditorActive + // Automated tests must always keep the editor active, or they can get stuck + || m_bAutotestMode) { res = 1; bActive = true; @@ -3406,7 +3457,7 @@ CCryEditDoc* CCryEditApp::OpenDocumentFile(LPCTSTR lpszFileName) if (ActionManager* actionManager = MainWindow::instance()->GetActionManager()) { GetIEditor()->GetUndoManager()->Suspend(); - actionManager->GetAction(ID_EDIT_SELECTALL)->trigger(); + actionManager->GetAction(AzToolsFramework::SelectAll)->trigger(); actionManager->GetAction(ID_GOTO_SELECTED)->trigger(); GetIEditor()->GetUndoManager()->Resume(); } @@ -3674,13 +3725,6 @@ void CCryEditApp::OnToolsPreferences() dlg.exec(); } -////////////////////////////////////////////////////////////////////////// -void CCryEditApp::OnGraphicsSettings() -{ - GraphicsSettingsDialog dlg(MainWindow::instance()); - dlg.exec(); -} - ////////////////////////////////////////////////////////////////////////// void CCryEditApp::OnSwitchToDefaultCamera() { @@ -3815,91 +3859,6 @@ void CCryEditApp::OnOpenUICanvasEditor() QtViewPaneManager::instance()->OpenPane(LyViewPane::UiEditor); } -////////////////////////////////////////////////////////////////////////// -void CCryEditApp::SetGameSpecCheck(ESystemConfigSpec spec, ESystemConfigPlatform platform, int &nCheck, bool &enable) -{ - if (GetIEditor()->GetEditorConfigSpec() == spec && GetIEditor()->GetEditorConfigPlatform() == platform) - { - nCheck = 1; - } - enable = spec <= GetIEditor()->GetSystem()->GetMaxConfigSpec(); -} - -////////////////////////////////////////////////////////////////////////// -void CCryEditApp::OnUpdateGameSpec(QAction* action) -{ - Q_ASSERT(action->isCheckable()); - int nCheck = 0; - bool enable = true; - switch (action->data().toInt()) - { - case ID_GAME_PC_ENABLELOWSPEC: - SetGameSpecCheck(CONFIG_LOW_SPEC, CONFIG_PC, nCheck, enable); - break; - case ID_GAME_PC_ENABLEMEDIUMSPEC: - SetGameSpecCheck(CONFIG_MEDIUM_SPEC, CONFIG_PC, nCheck, enable); - break; - case ID_GAME_PC_ENABLEHIGHSPEC: - SetGameSpecCheck(CONFIG_HIGH_SPEC, CONFIG_PC, nCheck, enable); - break; - case ID_GAME_PC_ENABLEVERYHIGHSPEC: - SetGameSpecCheck(CONFIG_VERYHIGH_SPEC, CONFIG_PC, nCheck, enable); - break; - case ID_GAME_OSXMETAL_ENABLELOWSPEC: - SetGameSpecCheck(CONFIG_LOW_SPEC, CONFIG_OSX_METAL, nCheck, enable); - break; - case ID_GAME_OSXMETAL_ENABLEMEDIUMSPEC: - SetGameSpecCheck(CONFIG_MEDIUM_SPEC, CONFIG_OSX_METAL, nCheck, enable); - break; - case ID_GAME_OSXMETAL_ENABLEHIGHSPEC: - SetGameSpecCheck(CONFIG_HIGH_SPEC, CONFIG_OSX_METAL, nCheck, enable); - break; - case ID_GAME_OSXMETAL_ENABLEVERYHIGHSPEC: - SetGameSpecCheck(CONFIG_VERYHIGH_SPEC, CONFIG_OSX_METAL, nCheck, enable); - break; - case ID_GAME_ANDROID_ENABLELOWSPEC: - SetGameSpecCheck(CONFIG_LOW_SPEC, CONFIG_ANDROID, nCheck, enable); - break; - case ID_GAME_ANDROID_ENABLEMEDIUMSPEC: - SetGameSpecCheck(CONFIG_MEDIUM_SPEC, CONFIG_ANDROID, nCheck, enable); - break; - case ID_GAME_ANDROID_ENABLEHIGHSPEC: - SetGameSpecCheck(CONFIG_HIGH_SPEC, CONFIG_ANDROID, nCheck, enable); - break; - case ID_GAME_ANDROID_ENABLEVERYHIGHSPEC: - SetGameSpecCheck(CONFIG_VERYHIGH_SPEC, CONFIG_ANDROID, nCheck, enable); - break; - case ID_GAME_IOS_ENABLELOWSPEC: - SetGameSpecCheck(CONFIG_LOW_SPEC, CONFIG_IOS, nCheck, enable); - break; - case ID_GAME_IOS_ENABLEMEDIUMSPEC: - SetGameSpecCheck(CONFIG_MEDIUM_SPEC, CONFIG_IOS, nCheck, enable); - break; - case ID_GAME_IOS_ENABLEHIGHSPEC: - SetGameSpecCheck(CONFIG_HIGH_SPEC, CONFIG_IOS, nCheck, enable); - break; - case ID_GAME_IOS_ENABLEVERYHIGHSPEC: - SetGameSpecCheck(CONFIG_VERYHIGH_SPEC, CONFIG_IOS, nCheck, enable); - break; -#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) -#define AZ_RESTRICTED_PLATFORM_EXPANSION(CodeName, CODENAME, codename, PrivateName, PRIVATENAME, privatename, PublicName, PUBLICNAME, publicname, PublicAuxName1, PublicAuxName2, PublicAuxName3)\ - case ID_GAME_##CODENAME##_ENABLELOWSPEC:\ - SetGameSpecCheck(CONFIG_LOW_SPEC, CONFIG_##CODENAME, nCheck, enable);\ - break;\ - case ID_GAME_##CODENAME##_ENABLEMEDIUMSPEC:\ - SetGameSpecCheck(CONFIG_MEDIUM_SPEC, CONFIG_##CODENAME, nCheck, enable);\ - break;\ - case ID_GAME_##CODENAME##_ENABLEHIGHSPEC:\ - SetGameSpecCheck(CONFIG_HIGH_SPEC, CONFIG_##CODENAME, nCheck, enable);\ - break; - AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS -#undef AZ_RESTRICTED_PLATFORM_EXPANSION -#endif - } - action->setChecked(nCheck); - action->setEnabled(enable); -} - ////////////////////////////////////////////////////////////////////////// RecentFileList* CCryEditApp::GetRecentFileList() { diff --git a/Code/Editor/CryEdit.h b/Code/Editor/CryEdit.h index 0628289897..af0fbb0971 100644 --- a/Code/Editor/CryEdit.h +++ b/Code/Editor/CryEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -403,7 +404,6 @@ private: void OnClearRegistryData(); void OnValidatelevel(); void OnToolsPreferences(); - void OnGraphicsSettings(); void OnSwitchToDefaultCamera(); void OnUpdateSwitchToDefaultCamera(QAction* action); void OnSwitchToSequenceCamera(); @@ -416,9 +416,6 @@ private: void OnOpenTrackView(); void OnOpenAudioControlsEditor(); void OnOpenUICanvasEditor(); - void OnChangeGameSpec(UINT nID); - void SetGameSpecCheck(ESystemConfigSpec spec, ESystemConfigPlatform platform, int &nCheck, bool &enable); - void OnUpdateGameSpec(QAction* action); void OnOpenQuickAccessBar(); public: diff --git a/Code/Editor/CryEditDoc.cpp b/Code/Editor/CryEditDoc.cpp index 0072f4e010..43f599b191 100644 --- a/Code/Editor/CryEditDoc.cpp +++ b/Code/Editor/CryEditDoc.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CryEditDoc.h b/Code/Editor/CryEditDoc.h index 2a6bf8bc63..574f8eb7da 100644 --- a/Code/Editor/CryEditDoc.h +++ b/Code/Editor/CryEditDoc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -15,6 +16,7 @@ #include #include #include +#include #endif class CClouds; diff --git a/Code/Editor/CryEditPy.cpp b/Code/Editor/CryEditPy.cpp index 02833a84e0..e65af3a19b 100644 --- a/Code/Editor/CryEditPy.cpp +++ b/Code/Editor/CryEditPy.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -407,78 +408,6 @@ inline namespace Commands } } -////////////////////////////////////////////////////////////////////////// -void CCryEditApp::OnChangeGameSpec(UINT nID) -{ - switch (nID) - { - case ID_GAME_PC_ENABLELOWSPEC: - Commands::PySetConfigSpec(CONFIG_LOW_SPEC, CONFIG_PC); - break; - case ID_GAME_PC_ENABLEMEDIUMSPEC: - Commands::PySetConfigSpec(CONFIG_MEDIUM_SPEC, CONFIG_PC); - break; - case ID_GAME_PC_ENABLEHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_HIGH_SPEC, CONFIG_PC); - break; - case ID_GAME_PC_ENABLEVERYHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_VERYHIGH_SPEC, CONFIG_PC); - break; - case ID_GAME_OSXMETAL_ENABLELOWSPEC: - Commands::PySetConfigSpec(CONFIG_LOW_SPEC, CONFIG_OSX_METAL); - break; - case ID_GAME_OSXMETAL_ENABLEMEDIUMSPEC: - Commands::PySetConfigSpec(CONFIG_MEDIUM_SPEC, CONFIG_OSX_METAL); - break; - case ID_GAME_OSXMETAL_ENABLEHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_HIGH_SPEC, CONFIG_OSX_METAL); - break; - case ID_GAME_OSXMETAL_ENABLEVERYHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_VERYHIGH_SPEC, CONFIG_OSX_METAL); - break; - case ID_GAME_ANDROID_ENABLELOWSPEC: - Commands::PySetConfigSpec(CONFIG_LOW_SPEC, CONFIG_ANDROID); - break; - case ID_GAME_ANDROID_ENABLEMEDIUMSPEC: - Commands::PySetConfigSpec(CONFIG_MEDIUM_SPEC, CONFIG_ANDROID); - break; - case ID_GAME_ANDROID_ENABLEHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_HIGH_SPEC, CONFIG_ANDROID); - break; - case ID_GAME_ANDROID_ENABLEVERYHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_VERYHIGH_SPEC, CONFIG_ANDROID); - break; - case ID_GAME_IOS_ENABLELOWSPEC: - Commands::PySetConfigSpec(CONFIG_LOW_SPEC, CONFIG_IOS); - break; - case ID_GAME_IOS_ENABLEMEDIUMSPEC: - Commands::PySetConfigSpec(CONFIG_MEDIUM_SPEC, CONFIG_IOS); - break; - case ID_GAME_IOS_ENABLEHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_HIGH_SPEC, CONFIG_IOS); - break; - case ID_GAME_IOS_ENABLEVERYHIGHSPEC: - Commands::PySetConfigSpec(CONFIG_VERYHIGH_SPEC, CONFIG_IOS); - break; -#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) -#define AZ_RESTRICTED_PLATFORM_EXPANSION(CodeName, CODENAME, codename, PrivateName, PRIVATENAME, privatename, PublicName, PUBLICNAME, publicname, PublicAuxName1, PublicAuxName2, PublicAuxName3)\ - case ID_GAME_##CODENAME##_ENABLELOWSPEC:\ - Commands::PySetConfigSpec(CONFIG_LOW_SPEC, CONFIG_##CODENAME);\ - break;\ - case ID_GAME_##CODENAME##_ENABLEMEDIUMSPEC:\ - Commands::PySetConfigSpec(CONFIG_MEDIUM_SPEC, CONFIG_##CODENAME);\ - break;\ - case ID_GAME_##CODENAME##_ENABLEHIGHSPEC:\ - Commands::PySetConfigSpec(CONFIG_HIGH_SPEC, CONFIG_##CODENAME);\ - break; - AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS -#undef AZ_RESTRICTED_PLATFORM_EXPANSION -#endif - } -} - - - namespace AzToolsFramework { void CryEditPythonHandler::Reflect(AZ::ReflectContext* context) diff --git a/Code/Editor/CustomAspectRatioDlg.cpp b/Code/Editor/CustomAspectRatioDlg.cpp index 47ae4711b5..16f50601d1 100644 --- a/Code/Editor/CustomAspectRatioDlg.cpp +++ b/Code/Editor/CustomAspectRatioDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CustomAspectRatioDlg.h b/Code/Editor/CustomAspectRatioDlg.h index c2ec694ad7..59958f3f5d 100644 --- a/Code/Editor/CustomAspectRatioDlg.h +++ b/Code/Editor/CustomAspectRatioDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CustomResolutionDlg.cpp b/Code/Editor/CustomResolutionDlg.cpp index f16ea82b81..b970b80fe7 100644 --- a/Code/Editor/CustomResolutionDlg.cpp +++ b/Code/Editor/CustomResolutionDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CustomResolutionDlg.h b/Code/Editor/CustomResolutionDlg.h index 11a21104a4..5dd9acaae8 100644 --- a/Code/Editor/CustomResolutionDlg.h +++ b/Code/Editor/CustomResolutionDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CustomizeKeyboardDialog.cpp b/Code/Editor/CustomizeKeyboardDialog.cpp index a0eb58bb59..d6bea6860f 100644 --- a/Code/Editor/CustomizeKeyboardDialog.cpp +++ b/Code/Editor/CustomizeKeyboardDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/CustomizeKeyboardDialog.h b/Code/Editor/CustomizeKeyboardDialog.h index 6f66b8c7d4..e29e27b172 100644 --- a/Code/Editor/CustomizeKeyboardDialog.h +++ b/Code/Editor/CustomizeKeyboardDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Dialogs/ErrorsDlg.cpp b/Code/Editor/Dialogs/ErrorsDlg.cpp index db3f4febbc..e89a3a6ded 100644 --- a/Code/Editor/Dialogs/ErrorsDlg.cpp +++ b/Code/Editor/Dialogs/ErrorsDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Dialogs/ErrorsDlg.h b/Code/Editor/Dialogs/ErrorsDlg.h index be1dcd1598..71434cf71b 100644 --- a/Code/Editor/Dialogs/ErrorsDlg.h +++ b/Code/Editor/Dialogs/ErrorsDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Dialogs/Generic/UserOptions.cpp b/Code/Editor/Dialogs/Generic/UserOptions.cpp index c7e574e963..ee0094c842 100644 --- a/Code/Editor/Dialogs/Generic/UserOptions.cpp +++ b/Code/Editor/Dialogs/Generic/UserOptions.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Dialogs/Generic/UserOptions.h b/Code/Editor/Dialogs/Generic/UserOptions.h index d198753f02..84db63c9ab 100644 --- a/Code/Editor/Dialogs/Generic/UserOptions.h +++ b/Code/Editor/Dialogs/Generic/UserOptions.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Dialogs/PythonScriptsDialog.cpp b/Code/Editor/Dialogs/PythonScriptsDialog.cpp index ef9c812296..98365769bb 100644 --- a/Code/Editor/Dialogs/PythonScriptsDialog.cpp +++ b/Code/Editor/Dialogs/PythonScriptsDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Dialogs/PythonScriptsDialog.h b/Code/Editor/Dialogs/PythonScriptsDialog.h index 40c53e48bd..0360295070 100644 --- a/Code/Editor/Dialogs/PythonScriptsDialog.h +++ b/Code/Editor/Dialogs/PythonScriptsDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DimensionsDialog.cpp b/Code/Editor/DimensionsDialog.cpp index 004ed4acbb..6c8e6a616b 100644 --- a/Code/Editor/DimensionsDialog.cpp +++ b/Code/Editor/DimensionsDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DimensionsDialog.h b/Code/Editor/DimensionsDialog.h index d362f41eeb..b94c58bf95 100644 --- a/Code/Editor/DimensionsDialog.h +++ b/Code/Editor/DimensionsDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DisplaySettings.cpp b/Code/Editor/DisplaySettings.cpp index 18373a8bfc..dc4cf083a9 100644 --- a/Code/Editor/DisplaySettings.cpp +++ b/Code/Editor/DisplaySettings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DisplaySettings.h b/Code/Editor/DisplaySettings.h index 64136050c7..a42e727ac5 100644 --- a/Code/Editor/DisplaySettings.h +++ b/Code/Editor/DisplaySettings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DisplaySettingsPythonFuncs.cpp b/Code/Editor/DisplaySettingsPythonFuncs.cpp index 85806d2c0c..7e9a920bf3 100644 --- a/Code/Editor/DisplaySettingsPythonFuncs.cpp +++ b/Code/Editor/DisplaySettingsPythonFuncs.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DisplaySettingsPythonFuncs.h b/Code/Editor/DisplaySettingsPythonFuncs.h index 400c8b156c..4f38367d0c 100644 --- a/Code/Editor/DisplaySettingsPythonFuncs.h +++ b/Code/Editor/DisplaySettingsPythonFuncs.h @@ -1,7 +1,8 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/DocMultiArchive.h b/Code/Editor/DocMultiArchive.h index f4c51a5cf2..b5f19e468d 100644 --- a/Code/Editor/DocMultiArchive.h +++ b/Code/Editor/DocMultiArchive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditMode/DeepSelection.cpp b/Code/Editor/EditMode/DeepSelection.cpp index 8d1c6d741e..3e232a230c 100644 --- a/Code/Editor/EditMode/DeepSelection.cpp +++ b/Code/Editor/EditMode/DeepSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditMode/DeepSelection.h b/Code/Editor/EditMode/DeepSelection.h index 9f716cf81c..b6f652abc5 100644 --- a/Code/Editor/EditMode/DeepSelection.h +++ b/Code/Editor/EditMode/DeepSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.cpp b/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.cpp index 4763ec74f7..cf7cf5e959 100644 --- a/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.cpp +++ b/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.h b/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.h index bb449e203f..7c0d6f40c6 100644 --- a/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.h +++ b/Code/Editor/EditMode/SubObjectSelectionReferenceFrameCalculator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorDefs.h b/Code/Editor/EditorDefs.h index 30c1ed4381..c98209befe 100644 --- a/Code/Editor/EditorDefs.h +++ b/Code/Editor/EditorDefs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorEnvironment.cpp b/Code/Editor/EditorEnvironment.cpp index 45b0ceb573..463fec8d08 100644 --- a/Code/Editor/EditorEnvironment.cpp +++ b/Code/Editor/EditorEnvironment.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorEnvironment.h b/Code/Editor/EditorEnvironment.h index 3b1c60b3e4..e5ed055004 100644 --- a/Code/Editor/EditorEnvironment.h +++ b/Code/Editor/EditorEnvironment.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorFileMonitor.cpp b/Code/Editor/EditorFileMonitor.cpp index b1ab20c24f..96dc883ab0 100644 --- a/Code/Editor/EditorFileMonitor.cpp +++ b/Code/Editor/EditorFileMonitor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorFileMonitor.h b/Code/Editor/EditorFileMonitor.h index 0fe6bfb9cf..ac33fee9f4 100644 --- a/Code/Editor/EditorFileMonitor.h +++ b/Code/Editor/EditorFileMonitor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPanelUtils.cpp b/Code/Editor/EditorPanelUtils.cpp index 9df6091748..9091bb4c2f 100644 --- a/Code/Editor/EditorPanelUtils.cpp +++ b/Code/Editor/EditorPanelUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPanelUtils.h b/Code/Editor/EditorPanelUtils.h index e0dcf91916..6ac15ebfc9 100644 --- a/Code/Editor/EditorPanelUtils.h +++ b/Code/Editor/EditorPanelUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesBus.h b/Code/Editor/EditorPreferencesBus.h index 01dc778213..d6c9e3ed55 100644 --- a/Code/Editor/EditorPreferencesBus.h +++ b/Code/Editor/EditorPreferencesBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesDialog.cpp b/Code/Editor/EditorPreferencesDialog.cpp index 148e115607..893b36b40c 100644 --- a/Code/Editor/EditorPreferencesDialog.cpp +++ b/Code/Editor/EditorPreferencesDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesDialog.h b/Code/Editor/EditorPreferencesDialog.h index ce595012b0..64f44d7ab5 100644 --- a/Code/Editor/EditorPreferencesDialog.h +++ b/Code/Editor/EditorPreferencesDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageAWS.cpp b/Code/Editor/EditorPreferencesPageAWS.cpp index 24dff8676d..68a9d6889f 100644 --- a/Code/Editor/EditorPreferencesPageAWS.cpp +++ b/Code/Editor/EditorPreferencesPageAWS.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageAWS.h b/Code/Editor/EditorPreferencesPageAWS.h index 23495b7dd0..2dae60af56 100644 --- a/Code/Editor/EditorPreferencesPageAWS.h +++ b/Code/Editor/EditorPreferencesPageAWS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageExperimentalLighting.cpp b/Code/Editor/EditorPreferencesPageExperimentalLighting.cpp index 48ddd261d9..aa1b410952 100644 --- a/Code/Editor/EditorPreferencesPageExperimentalLighting.cpp +++ b/Code/Editor/EditorPreferencesPageExperimentalLighting.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageExperimentalLighting.h b/Code/Editor/EditorPreferencesPageExperimentalLighting.h index be070673ae..fc4fd15f6b 100644 --- a/Code/Editor/EditorPreferencesPageExperimentalLighting.h +++ b/Code/Editor/EditorPreferencesPageExperimentalLighting.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageFiles.cpp b/Code/Editor/EditorPreferencesPageFiles.cpp index 4567a47568..4be3269d42 100644 --- a/Code/Editor/EditorPreferencesPageFiles.cpp +++ b/Code/Editor/EditorPreferencesPageFiles.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageFiles.h b/Code/Editor/EditorPreferencesPageFiles.h index fe0b0c1154..368cd91fc3 100644 --- a/Code/Editor/EditorPreferencesPageFiles.h +++ b/Code/Editor/EditorPreferencesPageFiles.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageGeneral.cpp b/Code/Editor/EditorPreferencesPageGeneral.cpp index 861ef10c23..70ac0fd46f 100644 --- a/Code/Editor/EditorPreferencesPageGeneral.cpp +++ b/Code/Editor/EditorPreferencesPageGeneral.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageGeneral.h b/Code/Editor/EditorPreferencesPageGeneral.h index ca315c2d01..f22cfdd424 100644 --- a/Code/Editor/EditorPreferencesPageGeneral.h +++ b/Code/Editor/EditorPreferencesPageGeneral.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportDebug.cpp b/Code/Editor/EditorPreferencesPageViewportDebug.cpp index be329d0172..89bbf3c3b8 100644 --- a/Code/Editor/EditorPreferencesPageViewportDebug.cpp +++ b/Code/Editor/EditorPreferencesPageViewportDebug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportDebug.h b/Code/Editor/EditorPreferencesPageViewportDebug.h index ee339d51c2..d73a79a887 100644 --- a/Code/Editor/EditorPreferencesPageViewportDebug.h +++ b/Code/Editor/EditorPreferencesPageViewportDebug.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportGeneral.cpp b/Code/Editor/EditorPreferencesPageViewportGeneral.cpp index 5a7538322a..1fc0d14988 100644 --- a/Code/Editor/EditorPreferencesPageViewportGeneral.cpp +++ b/Code/Editor/EditorPreferencesPageViewportGeneral.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportGeneral.h b/Code/Editor/EditorPreferencesPageViewportGeneral.h index 2988b544e7..a042bcf19b 100644 --- a/Code/Editor/EditorPreferencesPageViewportGeneral.h +++ b/Code/Editor/EditorPreferencesPageViewportGeneral.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportGizmo.cpp b/Code/Editor/EditorPreferencesPageViewportGizmo.cpp index 9822a99835..90129bb6a5 100644 --- a/Code/Editor/EditorPreferencesPageViewportGizmo.cpp +++ b/Code/Editor/EditorPreferencesPageViewportGizmo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportGizmo.h b/Code/Editor/EditorPreferencesPageViewportGizmo.h index d71370cf36..1534e5f51e 100644 --- a/Code/Editor/EditorPreferencesPageViewportGizmo.h +++ b/Code/Editor/EditorPreferencesPageViewportGizmo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportMovement.cpp b/Code/Editor/EditorPreferencesPageViewportMovement.cpp index d019446982..1efe64488d 100644 --- a/Code/Editor/EditorPreferencesPageViewportMovement.cpp +++ b/Code/Editor/EditorPreferencesPageViewportMovement.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesPageViewportMovement.h b/Code/Editor/EditorPreferencesPageViewportMovement.h index ea0c2fa8cc..1373260e62 100644 --- a/Code/Editor/EditorPreferencesPageViewportMovement.h +++ b/Code/Editor/EditorPreferencesPageViewportMovement.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesTreeWidgetItem.cpp b/Code/Editor/EditorPreferencesTreeWidgetItem.cpp index dda1949c84..7adc298c2c 100644 --- a/Code/Editor/EditorPreferencesTreeWidgetItem.cpp +++ b/Code/Editor/EditorPreferencesTreeWidgetItem.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesTreeWidgetItem.h b/Code/Editor/EditorPreferencesTreeWidgetItem.h index 1808903d24..e10aa72402 100644 --- a/Code/Editor/EditorPreferencesTreeWidgetItem.h +++ b/Code/Editor/EditorPreferencesTreeWidgetItem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.cpp b/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.cpp index 3dd2f44b14..0252dd8bd0 100644 --- a/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.cpp +++ b/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.h b/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.h index a71113872a..ab7ce74829 100644 --- a/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.h +++ b/Code/Editor/EditorPreferencesTreeWidgetItemDelegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorToolsApplication.cpp b/Code/Editor/EditorToolsApplication.cpp index 381cdf12cb..1e5d747e4a 100644 --- a/Code/Editor/EditorToolsApplication.cpp +++ b/Code/Editor/EditorToolsApplication.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorToolsApplication.h b/Code/Editor/EditorToolsApplication.h index 240adc636f..93916cfc8c 100644 --- a/Code/Editor/EditorToolsApplication.h +++ b/Code/Editor/EditorToolsApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorToolsApplicationAPI.h b/Code/Editor/EditorToolsApplicationAPI.h index 1462198f02..cb35c6d156 100644 --- a/Code/Editor/EditorToolsApplicationAPI.h +++ b/Code/Editor/EditorToolsApplicationAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorViewportCamera.cpp b/Code/Editor/EditorViewportCamera.cpp index c751d73d47..0c7a1559d1 100644 --- a/Code/Editor/EditorViewportCamera.cpp +++ b/Code/Editor/EditorViewportCamera.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorViewportCamera.h b/Code/Editor/EditorViewportCamera.h index a0ae40070f..3c07e5129a 100644 --- a/Code/Editor/EditorViewportCamera.h +++ b/Code/Editor/EditorViewportCamera.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/EditorViewportSettings.cpp b/Code/Editor/EditorViewportSettings.cpp index ce7a6f9888..680592a597 100644 --- a/Code/Editor/EditorViewportSettings.cpp +++ b/Code/Editor/EditorViewportSettings.cpp @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * diff --git a/Code/Editor/EditorViewportSettings.h b/Code/Editor/EditorViewportSettings.h index 5744111ff3..1898cf642a 100644 --- a/Code/Editor/EditorViewportSettings.h +++ b/Code/Editor/EditorViewportSettings.h @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * diff --git a/Code/Editor/EditorViewportWidget.cpp b/Code/Editor/EditorViewportWidget.cpp index cc9a5e5355..357c27fd72 100644 --- a/Code/Editor/EditorViewportWidget.cpp +++ b/Code/Editor/EditorViewportWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -102,6 +103,7 @@ AZ_CVAR( bool, ed_visibility_logTiming, false, nullptr, AZ::ConsoleFunctorFlags::Null, "Output the timing of the new IVisibilitySystem query"); AZ_CVAR(bool, ed_useNewCameraSystem, true, nullptr, AZ::ConsoleFunctorFlags::Null, "Use the new Editor camera system"); +AZ_CVAR(bool, ed_showCursorCameraLook, true, nullptr, AZ::ConsoleFunctorFlags::Null, "Show the cursor when using free look with the new camera system"); namespace SandboxEditor { @@ -401,6 +403,19 @@ bool EditorViewportWidget::event(QEvent* event) m_keyDown.clear(); break; + case QEvent::ShortcutOverride: + { + // Ensure we exit game mode on escape, even if something else would eat our escape key event. + if (static_cast(event)->key() == Qt::Key_Escape && GetIEditor()->IsInGameMode()) + { + GetIEditor()->SetInGameMode(false); + event->accept(); + return true; + } + break; + } + + case QEvent::Shortcut: // a shortcut should immediately clear us, otherwise the release event never gets sent m_keyDown.clear(); @@ -448,34 +463,15 @@ void EditorViewportWidget::Update() if (m_updateCameraPositionNextTick) { - auto cameraState = m_renderViewport->GetCameraState(); + auto cameraState = GetCameraState(); AZ::Matrix3x4 matrix; matrix.SetBasisAndTranslation(cameraState.m_side, cameraState.m_forward, cameraState.m_up, cameraState.m_position); auto m = AZMatrix3x4ToLYMatrix3x4(matrix); SetViewTM(m); - SetFOV(cameraState.m_fovOrZoom); m_Camera.SetZRange(cameraState.m_nearClip, cameraState.m_farClip); } - else if (!ed_useNewCameraSystem) - { - m_renderViewport->GetViewportContext()->SetCameraTransform(LYTransformToAZTransform(m_Camera.GetMatrix())); - } - // Don't override the game mode FOV - if (!GetIEditor()->IsInGameMode()) - { - AZ::Matrix4x4 clipMatrix; - AZ::MakePerspectiveFovMatrixRH( - clipMatrix, - GetFOV(), - aznumeric_cast(width()) / aznumeric_cast(height()), - m_Camera.GetNearPlane(), - m_Camera.GetFarPlane(), - true - ); - m_renderViewport->GetViewportContext()->SetCameraProjectionMatrix(clipMatrix); - } // Reset the camera update flag now that we're finished updating our viewport context m_updateCameraPositionNextTick = false; @@ -631,7 +627,6 @@ void EditorViewportWidget::SetViewEntity(const AZ::EntityId& viewEntityId, bool void EditorViewportWidget::ResetToViewSourceType(const ViewSourceType& viewSourceType) { LockCameraMovement(true); - m_pCameraFOVVariable = nullptr; m_viewEntityId.SetInvalid(); m_cameraObjectId = GUID_NULL; m_viewSourceType = viewSourceType; @@ -713,7 +708,7 @@ void EditorViewportWidget::OnEditorNotifyEvent(EEditorNotifyEvent event) if (m_renderViewport) { - m_renderViewport->GetControllerList()->SetEnabled(false); + m_renderViewport->SetInputProcessingEnabled(false); } } break; @@ -737,7 +732,7 @@ void EditorViewportWidget::OnEditorNotifyEvent(EEditorNotifyEvent event) if (m_renderViewport) { - m_renderViewport->GetControllerList()->SetEnabled(true); + m_renderViewport->SetInputProcessingEnabled(true); } break; @@ -1143,6 +1138,17 @@ void EditorViewportWidget::OnMenuSelectCurrentCamera() AzFramework::CameraState EditorViewportWidget::GetCameraState() { + if (m_viewEntityId.IsValid()) + { + bool cameraStateAcquired = false; + AzFramework::CameraState cameraState; + Camera::EditorCameraViewRequestBus::BroadcastResult(cameraStateAcquired, + &Camera::EditorCameraViewRequestBus::Events::GetCameraState, cameraState); + if (cameraStateAcquired) + { + return cameraState; + } + } return m_renderViewport->GetCameraState(); } @@ -1261,8 +1267,13 @@ AZStd::shared_ptr CreateMod { return SandboxEditor::CameraRotateSpeed(); }; - firstPersonRotateCamera->SetActivationBeganFn(hideCursor); - firstPersonRotateCamera->SetActivationEndedFn(showCursor); + + if (!ed_showCursorCameraLook) + { + // default behavior is to hide the cursor but this can be disabled (useful for remote desktop) + firstPersonRotateCamera->SetActivationBeganFn(hideCursor); + firstPersonRotateCamera->SetActivationEndedFn(showCursor); + } auto firstPersonPanCamera = AZStd::make_shared(SandboxEditor::CameraFreePanChannelId(), AzFramework::LookPan); @@ -1909,7 +1920,7 @@ void EditorViewportWidget::SetViewTM(const Matrix34& viewTM, bool bMoveOnly) if (m_pressedKeyState != KeyPressedState::PressedInPreviousFrame) { - CUndo undo("Move Camera"); + AzToolsFramework::ScopedUndoBatch undo("Move Camera"); if (bMoveOnly) { // specify eObjectUpdateFlags_UserInput so that an undo command gets logged @@ -1945,7 +1956,7 @@ void EditorViewportWidget::SetViewTM(const Matrix34& viewTM, bool bMoveOnly) if (m_pressedKeyState != KeyPressedState::PressedInPreviousFrame) { - CUndo undo("Move Camera"); + AzToolsFramework::ScopedUndoBatch undo("Move Camera"); if (bMoveOnly) { AZ::TransformBus::Event( @@ -1958,6 +1969,8 @@ void EditorViewportWidget::SetViewTM(const Matrix34& viewTM, bool bMoveOnly) m_viewEntityId, &AZ::TransformInterface::SetWorldTM, LYTransformToAZTransform(camMatrix)); } + + AzToolsFramework::ToolsApplicationRequestBus::Broadcast(&AzToolsFramework::ToolsApplicationRequests::AddDirtyEntity, m_viewEntityId); } else { @@ -2541,13 +2554,26 @@ void EditorViewportWidget::CenterOnSliceInstance() ////////////////////////////////////////////////////////////////////////// void EditorViewportWidget::SetFOV(float fov) { - if (m_pCameraFOVVariable) + if (m_viewEntityId.IsValid()) { - m_pCameraFOVVariable->Set(fov); + Camera::CameraRequestBus::Event(m_viewEntityId, &Camera::CameraComponentRequests::SetFov, AZ::RadToDeg(fov)); } else { m_camFOV = fov; + // Set the active camera's FOV + { + AZ::Matrix4x4 clipMatrix; + AZ::MakePerspectiveFovMatrixRH( + clipMatrix, + GetFOV(), + aznumeric_cast(width()) / aznumeric_cast(height()), + m_Camera.GetNearPlane(), + m_Camera.GetFarPlane(), + true + ); + m_renderViewport->GetViewportContext()->SetCameraProjectionMatrix(clipMatrix); + } } if (m_viewPane) @@ -2574,13 +2600,7 @@ float EditorViewportWidget::GetFOV() const } } - if (m_pCameraFOVVariable) - { - float fov; - m_pCameraFOVVariable->Get(fov); - return fov; - } - else if (m_viewEntityId.IsValid()) + if (m_viewEntityId.IsValid()) { float fov = AZ::RadToDeg(m_camFOV); Camera::CameraRequestBus::EventResult(fov, m_viewEntityId, &Camera::CameraComponentRequests::GetFov); @@ -2604,6 +2624,8 @@ void EditorViewportWidget::DestroyRenderContext() ////////////////////////////////////////////////////////////////////////// void EditorViewportWidget::SetDefaultCamera() { + // Ensure the FOV matches our internally stored setting + SetFOV(GetFOV()); if (IsDefaultCamera()) { return; @@ -2964,7 +2986,12 @@ void EditorViewportWidget::RestoreViewportAfterGameMode() { Matrix34 preGameModeViewTM = m_preGameModeViewTM; - QString text = QString("You are exiting Game Mode. Would you like to restore the camera in the viewport to where it was before you entered Game Mode?

This option can always be changed in the General Preferences tab of the Editor Settings, by toggling the \"%1\" option.

").arg(EditorPreferencesGeneralRestoreViewportCameraSettingName); + QString text = + QString( + tr("When leaving \" Game Mode \" the engine will automatically restore your camera position to the default position before you " + "had entered Game mode.

If you dislike this setting you can always change this anytime in the global " + "preferences.

")) + .arg(EditorPreferencesGeneralRestoreViewportCameraSettingName); QString restoreOnExitGameModePopupDisabledRegKey("Editor/AutoHide/ViewportCameraRestoreOnExitGameMode"); // Read the popup disabled registry value @@ -2979,6 +3006,7 @@ void EditorViewportWidget::RestoreViewportAfterGameMode() messageBox.setDefaultButton(QMessageBox::Yes); QCheckBox* checkBox = new QCheckBox(QStringLiteral("Do not show this message again")); + checkBox->setChecked(true); messageBox.setCheckBox(checkBox); // Unconstrain the system cursor and make it visible before we show the dialog box, otherwise the user can't see the cursor. diff --git a/Code/Editor/EditorViewportWidget.h b/Code/Editor/EditorViewportWidget.h index a395ef50a4..1829995d02 100644 --- a/Code/Editor/EditorViewportWidget.h +++ b/Code/Editor/EditorViewportWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -506,7 +507,6 @@ protected: CPredefinedAspectRatios m_predefinedAspectRatios; - IVariable* m_pCameraFOVVariable = nullptr; bool m_bCursorHidden = false; void OnMenuResolutionCustom(); diff --git a/Code/Editor/ErrorDialog.cpp b/Code/Editor/ErrorDialog.cpp index 182552ac0a..0a45b2bf89 100644 --- a/Code/Editor/ErrorDialog.cpp +++ b/Code/Editor/ErrorDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorDialog.h b/Code/Editor/ErrorDialog.h index a2a807aa49..6ba12a546f 100644 --- a/Code/Editor/ErrorDialog.h +++ b/Code/Editor/ErrorDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorRecorder.cpp b/Code/Editor/ErrorRecorder.cpp index 549aaf813f..999dab323c 100644 --- a/Code/Editor/ErrorRecorder.cpp +++ b/Code/Editor/ErrorRecorder.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorRecorder.h b/Code/Editor/ErrorRecorder.h index 365c520725..e4b3706a16 100644 --- a/Code/Editor/ErrorRecorder.h +++ b/Code/Editor/ErrorRecorder.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorReport.cpp b/Code/Editor/ErrorReport.cpp index 95d1fcd386..e1b2b8b6e4 100644 --- a/Code/Editor/ErrorReport.cpp +++ b/Code/Editor/ErrorReport.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorReport.h b/Code/Editor/ErrorReport.h index 747c8c269c..dec5cd4fb8 100644 --- a/Code/Editor/ErrorReport.h +++ b/Code/Editor/ErrorReport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorReportDialog.cpp b/Code/Editor/ErrorReportDialog.cpp index df90b6eb1b..8b007207d6 100644 --- a/Code/Editor/ErrorReportDialog.cpp +++ b/Code/Editor/ErrorReportDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorReportDialog.h b/Code/Editor/ErrorReportDialog.h index a1637b7eb2..0209fe7407 100644 --- a/Code/Editor/ErrorReportDialog.h +++ b/Code/Editor/ErrorReportDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorReportTableModel.cpp b/Code/Editor/ErrorReportTableModel.cpp index 405c9985ee..e7a1048a09 100644 --- a/Code/Editor/ErrorReportTableModel.cpp +++ b/Code/Editor/ErrorReportTableModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ErrorReportTableModel.h b/Code/Editor/ErrorReportTableModel.h index 694a89794a..670f4b1c4a 100644 --- a/Code/Editor/ErrorReportTableModel.h +++ b/Code/Editor/ErrorReportTableModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Export/ExportManager.cpp b/Code/Editor/Export/ExportManager.cpp index de1d123463..682dcf3980 100644 --- a/Code/Editor/Export/ExportManager.cpp +++ b/Code/Editor/Export/ExportManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Export/ExportManager.h b/Code/Editor/Export/ExportManager.h index 489ac542d1..698ad3ad5d 100644 --- a/Code/Editor/Export/ExportManager.h +++ b/Code/Editor/Export/ExportManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Export/OBJExporter.cpp b/Code/Editor/Export/OBJExporter.cpp index e3efab3647..893512e236 100644 --- a/Code/Editor/Export/OBJExporter.cpp +++ b/Code/Editor/Export/OBJExporter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Export/OBJExporter.h b/Code/Editor/Export/OBJExporter.h index 420535f8de..e12db3d64d 100644 --- a/Code/Editor/Export/OBJExporter.h +++ b/Code/Editor/Export/OBJExporter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Export/OCMExporter.cpp b/Code/Editor/Export/OCMExporter.cpp index 7b809742e0..653dc28dd3 100644 --- a/Code/Editor/Export/OCMExporter.cpp +++ b/Code/Editor/Export/OCMExporter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Export/OCMExporter.h b/Code/Editor/Export/OCMExporter.h index 3dc8b15ff9..842ee6a9c7 100644 --- a/Code/Editor/Export/OCMExporter.h +++ b/Code/Editor/Export/OCMExporter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/FBXExporterDialog.cpp b/Code/Editor/FBXExporterDialog.cpp index a79172a0e4..86e7843ca1 100644 --- a/Code/Editor/FBXExporterDialog.cpp +++ b/Code/Editor/FBXExporterDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/FBXExporterDialog.h b/Code/Editor/FBXExporterDialog.h index 41168e437e..c8a413c950 100644 --- a/Code/Editor/FBXExporterDialog.h +++ b/Code/Editor/FBXExporterDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/FileTypeUtils.cpp b/Code/Editor/FileTypeUtils.cpp index 937671e136..c7a09ef6c8 100644 --- a/Code/Editor/FileTypeUtils.cpp +++ b/Code/Editor/FileTypeUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/FileTypeUtils.h b/Code/Editor/FileTypeUtils.h index 4d8a8f3c21..de196e151e 100644 --- a/Code/Editor/FileTypeUtils.h +++ b/Code/Editor/FileTypeUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GameEngine.cpp b/Code/Editor/GameEngine.cpp index a729be9175..dff6476ff9 100644 --- a/Code/Editor/GameEngine.cpp +++ b/Code/Editor/GameEngine.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GameEngine.h b/Code/Editor/GameEngine.h index 436d3bff3d..84df8bf002 100644 --- a/Code/Editor/GameEngine.h +++ b/Code/Editor/GameEngine.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GameExporter.cpp b/Code/Editor/GameExporter.cpp index 98c9baeeef..006eb9189c 100644 --- a/Code/Editor/GameExporter.cpp +++ b/Code/Editor/GameExporter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GameExporter.h b/Code/Editor/GameExporter.h index ed97011737..3e3c57fb4c 100644 --- a/Code/Editor/GameExporter.h +++ b/Code/Editor/GameExporter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GameResourcesExporter.cpp b/Code/Editor/GameResourcesExporter.cpp index 6d3bc059f0..dd16b2eca1 100644 --- a/Code/Editor/GameResourcesExporter.cpp +++ b/Code/Editor/GameResourcesExporter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GameResourcesExporter.h b/Code/Editor/GameResourcesExporter.h index 97a557e655..4562fe583e 100644 --- a/Code/Editor/GameResourcesExporter.h +++ b/Code/Editor/GameResourcesExporter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GenericSelectItemDialog.cpp b/Code/Editor/GenericSelectItemDialog.cpp index bec23d0559..ef109336ef 100644 --- a/Code/Editor/GenericSelectItemDialog.cpp +++ b/Code/Editor/GenericSelectItemDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GenericSelectItemDialog.h b/Code/Editor/GenericSelectItemDialog.h index 05402359cb..875fb74848 100644 --- a/Code/Editor/GenericSelectItemDialog.h +++ b/Code/Editor/GenericSelectItemDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Geometry/TriMesh.cpp b/Code/Editor/Geometry/TriMesh.cpp index 452f056ecf..fe755ca6c3 100644 --- a/Code/Editor/Geometry/TriMesh.cpp +++ b/Code/Editor/Geometry/TriMesh.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Geometry/TriMesh.h b/Code/Editor/Geometry/TriMesh.h index f0e01e253e..9bb73f945d 100644 --- a/Code/Editor/Geometry/TriMesh.h +++ b/Code/Editor/Geometry/TriMesh.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GotoPositionDlg.cpp b/Code/Editor/GotoPositionDlg.cpp index 1dbf8d61e0..c1e64ed1a9 100644 --- a/Code/Editor/GotoPositionDlg.cpp +++ b/Code/Editor/GotoPositionDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GotoPositionDlg.h b/Code/Editor/GotoPositionDlg.h index 09d169dce4..ef46b9cbc8 100644 --- a/Code/Editor/GotoPositionDlg.h +++ b/Code/Editor/GotoPositionDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/GraphicsSettingsDialog.cpp b/Code/Editor/GraphicsSettingsDialog.cpp deleted file mode 100644 index dbd7a7fc1a..0000000000 --- a/Code/Editor/GraphicsSettingsDialog.cpp +++ /dev/null @@ -1,1392 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ -#include -#include -#include -#include "ProjectDefines.h" -#include "EditorDefs.h" - -#include "GraphicsSettingsDialog.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include - -// AzFramework -#include -#include -#include -#include - -// Editor -#include "Util/AutoDirectoryRestoreFileDialog.h" - -AZ_PUSH_DISABLE_DLL_EXPORT_MEMBER_WARNING -#include "ui_graphicssettingsdialog.h" -AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING - -QString groupNames[] = -{ - "Game Effects", - "Light", - "Object Detail", - "Particles", - "Physics", - "Post Processing", - "Quality", - "Shading", - "Shadows", - "Sound", - "Texture", - "Texture Resolution", - "Volumetric Effects", - "Water", - "Miscellaneous" -}; - -GraphicsSettingsDialog::GraphicsSettingsDialog(QWidget* parent /* = nullptr */) - : QDialog(parent) - , m_ui(new Ui::GraphicsSettingsDialog()) -{ - //Update qlabel color when disabled - setStyleSheet("QLabel::disabled{color: gray;}"); - - // Start initialization the dialog - m_ui->setupUi(this); - setWindowTitle("Graphics Settings"); - m_ui->m_applyButton->setDefault(true); - m_headerView = new GraphicsSettingsHeaderView(this, Qt::Horizontal); - m_headerView->setMouseTracking(true); - m_ui->m_graphicsSettingsTreeView->setHeader(m_headerView); - ///////////////////////////////////////////// - - m_currentPlatform = GetISystem()->GetConfigPlatform(); - m_currentSpecIndex = 0; - m_dirtyCVarCount = 0; - - m_showCustomSpec = true; - ShowCustomSpecOption(false); - - // Show categories, disable apply button - m_showCategories = true; - m_ui->m_applyButton->setEnabled(false); - - m_graphicsSettingsModel = new GraphicsSettingsModel(this); - m_ui->m_graphicsSettingsTreeView->setModel(m_graphicsSettingsModel); - - m_cfgFiles[CONFIG_PC].push_back("pc_low.cfg"); - m_cfgFiles[CONFIG_PC].push_back("pc_medium.cfg"); - m_cfgFiles[CONFIG_PC].push_back("pc_high.cfg"); - m_cfgFiles[CONFIG_PC].push_back("pc_veryhigh.cfg"); - m_cfgFiles[CONFIG_OSX_METAL].push_back("osx_metal_low.cfg"); - m_cfgFiles[CONFIG_OSX_METAL].push_back("osx_metal_medium.cfg"); - m_cfgFiles[CONFIG_OSX_METAL].push_back("osx_metal_high.cfg"); - m_cfgFiles[CONFIG_OSX_METAL].push_back("osx_metal_veryhigh.cfg"); - m_cfgFiles[CONFIG_ANDROID].push_back("android_low.cfg"); - m_cfgFiles[CONFIG_ANDROID].push_back("android_medium.cfg"); - m_cfgFiles[CONFIG_ANDROID].push_back("android_high.cfg"); - m_cfgFiles[CONFIG_ANDROID].push_back("android_veryhigh.cfg"); - m_cfgFiles[CONFIG_IOS].push_back("ios_low.cfg"); - m_cfgFiles[CONFIG_IOS].push_back("ios_medium.cfg"); - m_cfgFiles[CONFIG_IOS].push_back("ios_high.cfg"); - m_cfgFiles[CONFIG_IOS].push_back("ios_veryhigh.cfg"); -#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) -#define AZ_RESTRICTED_PLATFORM_EXPANSION(CodeName, CODENAME, codename, PrivateName, PRIVATENAME, privatename, PublicName, PUBLICNAME, publicname, PublicAuxName1, PublicAuxName2, PublicAuxName3)\ - m_cfgFiles[CONFIG_##CODENAME].push_back(#publicname "_low.cfg");\ - m_cfgFiles[CONFIG_##CODENAME].push_back(#publicname "_medium.cfg");\ - m_cfgFiles[CONFIG_##CODENAME].push_back(#publicname "_high.cfg"); - AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS -#undef AZ_RESTRICTED_PLATFORM_EXPANSION -#endif - // Since the layout order is set by the .ui file we need to match the order here so that tabbing works correctly. - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_gameeffects.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_light.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_objectdetail.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_particles.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_physics.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_postprocessing.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_quality.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_shading.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_shadows.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_sound.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_texture.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_textureresolution.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_volumetriceffects.cfg"); - m_cvarGroupOrder.push_back("Config/CVarGroups/sys_spec_water.cfg"); - m_cvarGroupOrder.push_back("miscellaneous"); - - m_platformStrings.push_back(AZStd::make_pair("PC", CONFIG_PC)); - m_platformStrings.push_back(AZStd::make_pair("OSX Metal", CONFIG_OSX_METAL)); - m_platformStrings.push_back(AZStd::make_pair("Android", CONFIG_ANDROID)); - m_platformStrings.push_back(AZStd::make_pair("iOS", CONFIG_IOS)); -#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) -#define AZ_RESTRICTED_PLATFORM_EXPANSION(CodeName, CODENAME, codename, PrivateName, PRIVATENAME, privatename, PublicName, PUBLICNAME, publicname, PublicAuxName1, PublicAuxName2, PublicAuxName3)\ - m_platformStrings.push_back(AZStd::make_pair(PublicAuxName2, CONFIG_##CODENAME)); - AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS -#undef AZ_RESTRICTED_PLATFORM_EXPANSION -#endif - m_platformStrings.push_back(AZStd::make_pair("Custom", CONFIG_INVALID_PLATFORM)); - - for (auto& platformString : m_platformStrings) - { - QString platform = platformString.first.c_str(); - m_ui->m_platformEntry->addItem(platform); - } - - QSettings settings("O3DE", "O3DE"); - settings.beginGroup("GraphicsSettingsDialog"); - - if (settings.contains("Platform")) - { - QString platformName = settings.value("Platform").toString(); - AZStd::string azPlatform = platformName.toUtf8().data(); - m_currentPlatform = GetConfigPlatformFromName(azPlatform); - if (m_currentPlatform == CONFIG_INVALID_PLATFORM) - { - ShowCustomSpecOption(true); - } - } - - settings.endGroup(); - - SetPlatformEntry(m_currentPlatform); - - BuildUI(); - - connect(m_ui->m_graphicsSettingsTreeView, &QTreeView::collapsed, this, [&](const QModelIndex& index) { SetCollapsed(index, true); }); - connect(m_ui->m_graphicsSettingsTreeView, &QTreeView::expanded, this, [&](const QModelIndex& index) { SetCollapsed(index, false); }); - - AzQtComponents::StyleManager::setStyleSheet(this, "style:GraphicsSettingsDialog.qss"); -} - -GraphicsSettingsDialog::~GraphicsSettingsDialog() -{ - QSettings settings("O3DE", "O3DE"); - settings.beginGroup("GraphicsSettingsDialog"); - - auto platformCheck = [this](AZStd::pair& stringConfigPair) { return stringConfigPair.second == m_currentPlatform; }; - auto platformStringsIterator = AZStd::find_if(m_platformStrings.begin(), m_platformStrings.end(), platformCheck); - if (platformStringsIterator != m_platformStrings.end()) - { - settings.setValue("Platform", platformStringsIterator->first.c_str()); - } - else - { - settings.remove("Platform"); - } - - settings.beginGroup("cvarGroup"); - - for (auto& collapseIterator : m_uiCollapseGroup) - { - settings.setValue(collapseIterator->m_groupName, collapseIterator->m_isCollapsed); - } - - settings.endGroup(); - settings.endGroup(); - settings.sync(); - - for (CollapseGroup* group : m_uiCollapseGroup) - { - // Destructor of CollapseGroup will set the members - // pointing to nullptr. The actually destruction of the - // widgets will be done on destruction of m_ui - delete group; - } - - for (ParameterWidget* widget : m_parameterWidgets) - { - // Destructor of ParameterWidget will set the members - // pointing to nullptr. The actually destruction of the - // widgets will be done on destruction of m_ui - delete widget; - } - - // Delete m_ui will destruct all the UI elements with in the ui file - // Since m_ui is a QScopedPointer which will cleanup itself on the end - // of the scope. -} - -void GraphicsSettingsDialog::SetSettingsTree(int numColumns) -{ - m_graphicsSettingsModel->clear(); - m_uiCollapseGroup.clear(); - m_graphicsSettingsModel->setColumnCount(numColumns); - - for (int i = 1; i < numColumns; ++i) - { - m_ui->m_graphicsSettingsTreeView->header()->setSectionResizeMode(i, QHeaderView::Stretch); - } - - m_ui->m_graphicsSettingsTreeView->setColumnWidth(0, 200); - m_ui->m_graphicsSettingsTreeView->header()->setMinimumSectionSize(100); - - m_graphicsSettingsModel->setHeaderData(0, Qt::Horizontal, "Properties"); - - auto parentItem = m_graphicsSettingsModel->invisibleRootItem(); - - for (int i = 0; i < aznumeric_cast(GraphicsSettings::numSettings); ++i) - { - QStandardItem* row = new QStandardItem(); - row->setData(groupNames[i], Qt::DisplayRole); - parentItem->appendRow(row); - SetCollapsedLayout(groupNames[i].replace(" ", ""), row); - } - m_numColumns = numColumns; - - m_cvarGroupData["Config/CVarGroups/sys_spec_gameeffects.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::GameEffects)); - m_cvarGroupData["Config/CVarGroups/sys_spec_light.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Light)); - m_cvarGroupData["Config/CVarGroups/sys_spec_objectdetail.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::ObjectDetail)); - m_cvarGroupData["Config/CVarGroups/sys_spec_particles.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Particles)); - m_cvarGroupData["Config/CVarGroups/sys_spec_physics.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Physics)); - m_cvarGroupData["Config/CVarGroups/sys_spec_postprocessing.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::PostProcessing)); - m_cvarGroupData["Config/CVarGroups/sys_spec_quality.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Quality)); - m_cvarGroupData["Config/CVarGroups/sys_spec_shading.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Shading)); - m_cvarGroupData["Config/CVarGroups/sys_spec_shadows.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Shadows)); - m_cvarGroupData["Config/CVarGroups/sys_spec_sound.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Sound)); - m_cvarGroupData["Config/CVarGroups/sys_spec_texture.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Texture)); - m_cvarGroupData["Config/CVarGroups/sys_spec_textureresolution.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::TextureResolution)); - m_cvarGroupData["Config/CVarGroups/sys_spec_volumetriceffects.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::VolumetricEffects)); - m_cvarGroupData["Config/CVarGroups/sys_spec_water.cfg"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Water)); - m_cvarGroupData["miscellaneous"].m_treeRowItem = m_graphicsSettingsModel->item(aznumeric_cast(GraphicsSettings::Miscellaneous)); -} - -void GraphicsSettingsDialog::OnLoadConfigurationEntry(const char* strKey, const char* strValue, const char* strGroup) -{ - AZStd::string key = strKey; - ICVar* cvar = gEnv->pConsole->GetCVar(strKey); - - if (cvar) - { - AZStd::transform(key.begin(), key.end(), key.begin(), tolower); - if (azstricmp(key.c_str(), "sys_spec_full") == 0 || key.find("sys_spec_") == key.npos) - { - int type = cvar->GetType(); - AZStd::any val; - if (type == CVAR_INT) - { - val = atoi(strValue); - } - else if (type == CVAR_FLOAT) - { - val = static_cast(atof(strValue)); - } - else - { - val = AZStd::string(strValue); - } - - // Platform cfg file (ex. pc_veryhigh.cfg) - if (strGroup[0] == '\0') - { - // New cvar loaded into map - if (m_cVarTracker.find(key) == m_cVarTracker.end()) - { - m_cVarTracker[key].type = type; - m_cVarTracker[key].cvarGroup = "miscellaneous"; - AZStd::any empty; - if (type == CVAR_INT) - { - empty = 0; - } - else if (type == CVAR_FLOAT) - { - empty = 0.0f; - } - else - { - empty = AZStd::string(""); - } - m_cVarTracker[key].fileVals.resize(m_numSpecLevels, CVarFileStatus(empty, empty, empty)); - } - - m_cVarTracker[key].fileVals[m_currentSpecIndex].editedValue = val; - m_cVarTracker[key].fileVals[m_currentSpecIndex].overwrittenValue = val; - } - // default group in sys_spec cfg file - else if (azstricmp(strGroup, "default") == 0) - { - CVarFileStatus defaultVal(val, val, val); - if (m_cVarTracker.find(key) == m_cVarTracker.end()) - { - // New cvar loaded into map - CVarInfo& currentCVar = m_cVarTracker[key]; - currentCVar.type = cvar->GetType(); - currentCVar.fileVals.resize(m_numSpecLevels, defaultVal); - } - else - { - // Reset values, if there's a platform override it always follows the sys_spec_*.cfg files. - // Resetting avoids the issue where some spec levels are never set because of an extra platform - // override load happening earlier just to store the value of sys_spec_full. - for (int specLevel = 0; specLevel < m_numSpecLevels; ++specLevel) - { - m_cVarTracker[key].fileVals[specLevel] = defaultVal; - } - } - // Overwrite miscellaneous if mentioned in platform config file - m_cVarTracker[key].cvarGroup = m_currentConfigFilename; - } - // specific index in sys_spec cfg file - else - { - int group = 0; - - if (azsscanf(strGroup, "%d", &group) == 1) - { - auto sysSpecFull = m_cVarTracker.find("sys_spec_full"); - if (sysSpecFull != m_cVarTracker.end()) - { - CVarFileStatus indexAssignment(val, val, val); - for (int specLevel = 0; specLevel < m_numSpecLevels; ++specLevel) - { - // Only apply cvar change to configurations with sys_spec_Full matching the index - int overwrittenValue = 0; - if (AZStd::any_numeric_cast(&sysSpecFull->second.fileVals[specLevel].overwrittenValue, overwrittenValue) && group == overwrittenValue) - { - m_cVarTracker[key].fileVals[specLevel] = indexAssignment; - } - } - } - } - } - } - } -} - -// Loads UI column for specific cfg file (ex. pc_low.cfg) -void GraphicsSettingsDialog::BuildColumn(int specLevel) -{ - if (specLevel < 0 || specLevel >= m_numSpecLevels) - { - return; - } - - for (auto& it : m_cvarGroupData) - { - it.second.m_currentRow = 0; - } - - for (auto& it : m_cVarTracker) - { - QString str = it.first.c_str(); - QWidget* input = nullptr; - if (it.second.type == CVAR_INT) - { - AzQtComponents::SpinBox* intval = new AzQtComponents::SpinBox(nullptr); - intval->setFocusPolicy(Qt::StrongFocus); - intval->setMaximum(INT32_MAX); - intval->setMinimum(INT32_MIN); - int editedValue; - if (AZStd::any_numeric_cast(&it.second.fileVals[specLevel].editedValue, editedValue)) - { - intval->setValue(editedValue); - } - m_cvarGroupData[it.second.cvarGroup].m_cvarSpinBoxes.push_back(intval); - connect(intval, SIGNAL(valueChanged(int)), this, SLOT(CVarChanged(int))); - input = intval; - } - else if (it.second.type == CVAR_FLOAT) - { - AzQtComponents::DoubleSpinBox* doubleval = new AzQtComponents::DoubleSpinBox(nullptr); - doubleval->setFocusPolicy(Qt::StrongFocus); - doubleval->setMaximum(FLT_MAX); - doubleval->setMinimum(-FLT_MAX); - float editedValue; - if (AZStd::any_numeric_cast(&it.second.fileVals[specLevel].editedValue, editedValue)) - { - doubleval->setValue(editedValue); - } - m_cvarGroupData[it.second.cvarGroup].m_cvarDoubleSpinBoxes.push_back(doubleval); - connect(doubleval, SIGNAL(valueChanged(double)), this, SLOT(CVarChanged(double))); - input = doubleval; - } - else - { - QLineEdit* stringval = new QLineEdit(nullptr); - AZStd::string* editedValue = AZStd::any_cast(&it.second.fileVals[specLevel].editedValue); - stringval->setText(editedValue->c_str()); - m_cvarGroupData[it.second.cvarGroup].m_cvarLineEdits.push_back(stringval); - connect(stringval, SIGNAL(textChanged(const QString&)), this, SLOT(CVarChanged(const QString&))); - input = stringval; - } - - if (input) - { - input->setObjectName(str); - input->setProperty("specLevel", specLevel); - QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); - sizePolicy.setHeightForWidth(input->sizePolicy().hasHeightForWidth()); - input->setSizePolicy(sizePolicy); - input->setMinimumSize(QSize(INPUT_MIN_WIDTH, INPUT_MIN_HEIGHT)); - QStandardItem* parentItem = m_cvarGroupData[it.second.cvarGroup].m_treeRowItem; - QModelIndex parentIndex = parentItem->index(); - QModelIndex thisIndex = m_graphicsSettingsModel->index(m_cvarGroupData[it.second.cvarGroup].m_currentRow++, specLevel + CVAR_VALUE_COLUMN_OFFSET, parentIndex); - m_ui->m_graphicsSettingsTreeView->setIndexWidget(thisIndex, input); - m_parameterWidgets.push_back(new ParameterWidget(input, it.first.c_str())); - m_cvarGroupData[it.second.cvarGroup].m_widgetInsertOrder.push_back(input); - } - } -} - -void GraphicsSettingsDialog::LoadPlatformConfigurations() -{ - const int numColumns = m_cfgFiles[m_currentPlatform].size() + 1; - SetSettingsTree(numColumns); - - for (ParameterWidget* widget : m_parameterWidgets) - { - delete widget; - } - m_parameterWidgets.clear(); - - m_ui->m_applyButton->setEnabled(false); - m_dirtyCVarCount = 0; - - // Load platform cfg files to load in sys_spec_Full - for (size_t cfgFileIndex = 0; cfgFileIndex < m_cfgFiles[m_currentPlatform].size(); ++cfgFileIndex) - { - m_currentSpecIndex = cfgFileIndex; - m_currentConfigFilename = m_cfgFiles[m_currentPlatform][cfgFileIndex]; - GetISystem()->LoadConfiguration(m_currentConfigFilename.c_str(), this, true); - } - - if (m_cVarTracker.find("sys_spec_full") == m_cVarTracker.end()) - { - m_cVarTracker.clear(); - CleanUI(); - ShowCategories(false); - QMessageBox::warning(this, "Warning", "Invalid custom spec file (missing sys_spec_full).", - QMessageBox::Ok); - return; - } - - // Load sys_spec cfgs based on sys_spec_Full values - LoadCVarGroupDirectory(m_cvarGroupsFolder); - - setUpdatesEnabled(false); - - // Reload platform cfg files to override sys_spec index assignments and load rows with filenames of given platform - for (size_t cfgFileIndex = 0; cfgFileIndex < m_cfgFiles[m_currentPlatform].size(); ++cfgFileIndex) - { - m_currentSpecIndex = cfgFileIndex; - m_currentConfigFilename = m_cfgFiles[m_currentPlatform][cfgFileIndex]; - GetISystem()->LoadConfiguration(m_currentConfigFilename.c_str(), this, true); - - /*CVarGroupInfo& specFileGroup =*/ m_cvarGroupData["SpecFile"]; - m_graphicsSettingsModel->setHeaderData(cfgFileIndex + CVAR_VALUE_COLUMN_OFFSET, Qt::Horizontal, QApplication::translate("GraphicsSettingsDialog", m_cfgFiles[m_currentPlatform][cfgFileIndex].c_str())); - } - - // Loads column of cvar names - for (auto& it : m_cVarTracker) - { - QLabel* cVarLabel = new QLabel(nullptr); - QString str = it.first.c_str(); - QString strLabel = str + "Label"; - cVarLabel->setObjectName(strLabel); - QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed); - sizePolicy.setHeightForWidth(cVarLabel->sizePolicy().hasHeightForWidth()); - cVarLabel->setSizePolicy(sizePolicy); - cVarLabel->setMinimumSize(QSize(INPUT_MIN_WIDTH, INPUT_MIN_HEIGHT)); - cVarLabel->setAlignment(Qt::AlignLeading | Qt::AlignLeft | Qt::AlignVCenter); - QStandardItem* cVarItem = new QStandardItem(); - cVarItem->setData(QApplication::translate("GraphicsSettingsDialog", it.first.c_str(), 0), Qt::DisplayRole); - QList items{ cVarItem }; - for (int i = 1; i < numColumns; ++i) - { - items << new QStandardItem(); - } - m_cvarGroupData[it.second.cvarGroup].m_treeRowItem->appendRow(items); - cVarLabel->setText(QApplication::translate("GraphicsSettingsDialog", it.first.c_str(), 0)); - m_cvarGroupData[it.second.cvarGroup].m_cvarLabels.push_back(cVarLabel); - - if (ICVar* cvar = gEnv->pConsole->GetCVar(it.first.c_str())) - { - cVarLabel->setToolTip(cvar->GetHelp()); - } - } - - // Loads columns of cvar values for each platform cfg file - for (int cfgFileIndex = 0; cfgFileIndex < m_cfgFiles[m_currentPlatform].size(); ++cfgFileIndex) - { - BuildColumn(cfgFileIndex); - } - - // Remove any section that has no visible controls - for (auto& it : m_cvarGroupData) - { - int totalControlCount = 0; - CVarGroupInfo& currentCvarGroupInfo = it.second; - totalControlCount += currentCvarGroupInfo.m_cvarDoubleSpinBoxes.size(); - totalControlCount += currentCvarGroupInfo.m_cvarSpinBoxes.size(); - totalControlCount += currentCvarGroupInfo.m_cvarLineEdits.size(); - totalControlCount += currentCvarGroupInfo.m_platformLabels.size(); - - if (totalControlCount == 0) - { - if (currentCvarGroupInfo.m_treeRowItem) - { - int i = 0; - for (auto& collapseIterator : m_uiCollapseGroup) - { - if (collapseIterator->m_groupRow == currentCvarGroupInfo.m_treeRowItem) - { - m_uiCollapseGroup.remove(i); - break; - } - ++i; - } - m_graphicsSettingsModel->removeRow(currentCvarGroupInfo.m_treeRowItem->row()); - } - } - } - - setUpdatesEnabled(true); - - QSettings settings("O3DE", "O3DE"); - settings.beginGroup("GraphicsSettingsDialog"); - settings.beginGroup("cvarGroup"); - - for (auto& collapseIterator : m_uiCollapseGroup) - { - bool groupCollapsed = settings.value(collapseIterator->m_groupName, collapseIterator->m_isCollapsed).toBool(); - if (collapseIterator->m_isCollapsed != groupCollapsed) - { - collapseIterator->ToggleCollapsed(); - } - } - - settings.endGroup(); - settings.endGroup(); -} - -void GraphicsSettingsDialog::LoadCVarGroupDirectory(const AZStd::string& path) -{ - AZ::IO::LocalFileIO::FindFilesCallbackType fileFinderCb; - fileFinderCb = [&](const char* fullPath) -> bool - { - if (gEnv->pFileIO->IsDirectory(fullPath)) - { - // recurse into subdirectory - gEnv->pFileIO->FindFiles(fullPath, "*.cfg", fileFinderCb); - } - else - { - m_currentConfigFilename = fullPath; - GetISystem()->LoadConfiguration(fullPath, this, false); - } - - return true; // keep searching - }; - - gEnv->pFileIO->FindFiles(path.c_str(), "*.cfg", fileFinderCb); -} - -//Build UI, link signals and set the data for device list. -void GraphicsSettingsDialog::BuildUI() -{ - connect(m_ui->m_cancelButton, &QPushButton::clicked, this, &GraphicsSettingsDialog::reject); - connect(m_ui->m_applyButton, &QPushButton::clicked, this, &GraphicsSettingsDialog::accept); - connect(m_ui->m_platformEntry, SIGNAL(currentIndexChanged(const QString&)), this, SLOT(PlatformChanged(const QString&))); - connect(m_ui->m_selectCustomSpecButton, &QPushButton::clicked, this, &GraphicsSettingsDialog::OpenCustomSpecDialog); - - if (!m_cfgFiles[m_currentPlatform].empty()) - { - LoadPlatformConfigurations(); - } - else - { - m_cVarTracker.clear(); - CleanUI(); - ShowCategories(false); - } -} - -void GraphicsSettingsDialog::CleanUI() -{ - setUpdatesEnabled(false); - - QSettings settings("O3DE", "O3DE"); - settings.beginGroup("GraphicsSettingsDialog"); - settings.beginGroup("cvarGroup"); - - for (auto& collapseIterator : m_uiCollapseGroup) - { - settings.setValue(collapseIterator->m_groupName, collapseIterator->m_isCollapsed); - } - - settings.endGroup(); - settings.endGroup(); - settings.sync(); - - m_cVarTracker.clear(); - - // Uncollapse groups - for (auto& collapseIt : m_uiCollapseGroup) - { - if (collapseIt->m_isCollapsed) - { - collapseIt->ToggleCollapsed(); - } - } - - setUpdatesEnabled(true); -} - -void GraphicsSettingsDialog::ShowCategories(bool show) -{ - if (m_showCategories == show) - { - return; - } - - m_showCategories = show; - m_ui->m_graphicsSettingsTreeView->setVisible(show); -} - -void GraphicsSettingsDialog::ShowCustomSpecOption(bool show) -{ - if (m_showCustomSpec == show) - { - return; - } - - m_showCustomSpec = show; - m_ui->m_selectCustomSpecButton->setVisible(m_showCustomSpec); - m_ui->m_lineSpacer->setVisible(m_showCustomSpec); -} - -void GraphicsSettingsDialog::PlatformChanged(const QString& platform) -{ - bool change = true; - if (m_dirtyCVarCount > 0 && !SendUnsavedChangesWarning(false)) - { - change = false; - } - - if (change) - { - AZStd::string azPlatform = platform.toStdString().c_str(); - - m_currentPlatform = GetConfigPlatformFromName(azPlatform); - if (m_currentPlatform == CONFIG_INVALID_PLATFORM) // "Custom" selected - { - ShowCustomSpecOption(true); - CleanUI(); - if (m_cfgFiles[CONFIG_INVALID_PLATFORM].empty()) // if we don't have a custom spec - { - ShowCategories(false); - m_ui->m_applyButton->setEnabled(false); - m_dirtyCVarCount = 0; - } - else - { - ShowCategories(true); - LoadPlatformConfigurations(); - } - } - else - { - ShowCustomSpecOption(false); - ShowCategories(true); - CleanUI(); - LoadPlatformConfigurations(); - } - } - else - { - m_ui->m_platformEntry->blockSignals(true); - SetPlatformEntry(m_currentPlatform); - m_ui->m_platformEntry->blockSignals(false); - } -} - -bool GraphicsSettingsDialog::SendUnsavedChangesWarning(bool cancel) -{ - int result = QMessageBox::Yes; - - if (cancel) - { - result = QMessageBox::question(this, "Warning", "There are currently unsaved changed. Are you sure you want to cancel?", - QMessageBox::Yes, QMessageBox::No); - } - else - { - result = QMessageBox::question(this, "Warning", "There are currently unsaved changed. Are you sure you want to change configurations?", - QMessageBox::Yes, QMessageBox::No); - } - - return (result == QMessageBox::Yes); -} - -bool GraphicsSettingsDialog::CVarChanged(AZStd::any val, const char* cvarName, int specLevel) -{ - // Checking if the edited value (before change) is equal to the overwritten value - bool dirtyBefore = false; - AZStd::string azcvarName = cvarName; - AZStd::pair cvarInfo = AZStd::make_pair(azcvarName, m_cVarTracker[cvarName]); - if (CheckCVarStatesForDiff(&cvarInfo, specLevel, EDITED_OVERWRITTEN_COMPARE)) - { - dirtyBefore = true; - } - - if (azstricmp(cvarName, "sys_spec_full") == 0) - { - //Pop out the warning dialog for sys_spec_Full since all cvars will be changed - int result = QMessageBox::Ok; - - result = QMessageBox::question(this, "Warning", "Modifying sys_spec_full will override any unsaved changes.", - QMessageBox::Ok, QMessageBox::Cancel); - - // Cancel - Change sys_spec_full qspinbox value back - if (result == QMessageBox::Cancel) - { - return false; - } - else // OK - reload column - { - // Updating sys_spec_full for when adding cvargroup directory - m_cVarTracker[cvarName].fileVals[specLevel].editedValue = val; - gEnv->pSystem->AddCVarGroupDirectory(m_cvarGroupsFolder); - m_currentConfigFilename = m_cfgFiles[m_currentPlatform][specLevel]; - m_currentSpecIndex = specLevel; - GetISystem()->LoadConfiguration(m_currentConfigFilename.c_str(), this, true); - // Updating sys_spec_full since overwritten from loading platform cfg - m_cVarTracker[cvarName].fileVals[specLevel].editedValue = val; - BuildColumn(specLevel); - } - } - else - { - m_cVarTracker[cvarName].fileVals[specLevel].editedValue = val; - } - - // Checking if the newly edited value is equal to the overwritten value - cvarInfo = AZStd::make_pair(azcvarName, m_cVarTracker[cvarName]); - if (CheckCVarStatesForDiff(&cvarInfo, specLevel, EDITED_OVERWRITTEN_COMPARE)) - { - if (!dirtyBefore) - { - m_ui->m_applyButton->setEnabled(true); - m_dirtyCVarCount++; - } - } - else - { - if (dirtyBefore) - { - m_dirtyCVarCount--; - if (m_dirtyCVarCount == 0) - { - m_ui->m_applyButton->setEnabled(false); - } - } - } - - return true; -} - -void GraphicsSettingsDialog::CVarChanged(int i) -{ - AzQtComponents::SpinBox* box = static_cast(sender()); - QString str = box->objectName(); - QByteArray ba = str.toUtf8(); - const char* cvarName = ba.data(); - - int specLevel = box->property("specLevel").toInt(); - - AZStd::any val; - val = i; - - if (!CVarChanged(val, cvarName, specLevel)) - { - // sys_spec_full warning cancelled - box->blockSignals(true); - int editedValue; - if (AZStd::any_numeric_cast(&m_cVarTracker[cvarName].fileVals[specLevel].editedValue, editedValue)) - { - box->setValue(editedValue); - } - box->blockSignals(false); - } -} - -void GraphicsSettingsDialog::CVarChanged(double d) -{ - AzQtComponents::DoubleSpinBox* box = static_cast(sender()); - QString str = box->objectName(); - QByteArray ba = str.toUtf8(); - const char* cvarName = ba.data(); - - AZStd::any val; - val = d; - - int specLevel = box->property("specLevel").toInt(); - - if (!CVarChanged(val, cvarName, specLevel)) - { - // only can return false from sys_spec_full, which is an int cvar - } -} - -void GraphicsSettingsDialog::CVarChanged(const QString& s) -{ - QLineEdit* box = qobject_cast(sender()); - QString str = box->objectName(); - QByteArray ba = str.toUtf8(); - const char* cvarName = ba.data(); - - AZStd::any val; - val = AZStd::string(s.toStdString().c_str()); - - int specLevel = box->property("specLevel").toInt(); - - if (!CVarChanged(val, cvarName, specLevel)) - { - // only can return false from sys_spec_full, which is an int cvar - } -} - -// Returns true if there is a difference between the two cvar states -bool GraphicsSettingsDialog::CheckCVarStatesForDiff(AZStd::pair* it, int cfgFileIndex, CVarStateComparison cmp) -{ - if (it->second.type == CVAR_INT) - { - int editedVal, overwrittenVal, originalVal; - if (AZStd::any_numeric_cast(&it->second.fileVals[cfgFileIndex].editedValue, editedVal) && - AZStd::any_numeric_cast(&it->second.fileVals[cfgFileIndex].overwrittenValue, overwrittenVal) && - AZStd::any_numeric_cast(&it->second.fileVals[cfgFileIndex].originalValue, originalVal)) - { - if ((cmp == EDITED_OVERWRITTEN_COMPARE && editedVal != overwrittenVal) || - (cmp == EDITED_ORIGINAL_COMPARE && editedVal != originalVal) || - (cmp == OVERWRITTEN_ORIGINAL_COMPARE && overwrittenVal != originalVal)) - { - return true; - } - } - } - else if (it->second.type == CVAR_FLOAT) - { - float editedVal, overwrittenVal, originalVal; - if (AZStd::any_numeric_cast(&it->second.fileVals[cfgFileIndex].editedValue, editedVal) && - AZStd::any_numeric_cast(&it->second.fileVals[cfgFileIndex].overwrittenValue, overwrittenVal) && - AZStd::any_numeric_cast(&it->second.fileVals[cfgFileIndex].originalValue, originalVal)) - { - if ((cmp == EDITED_OVERWRITTEN_COMPARE && editedVal != overwrittenVal) || - (cmp == EDITED_ORIGINAL_COMPARE && editedVal != originalVal) || - (cmp == OVERWRITTEN_ORIGINAL_COMPARE && overwrittenVal != originalVal)) - { - return true; - } - } - } - else - { - AZStd::string editedVal = *AZStd::any_cast(&it->second.fileVals[cfgFileIndex].editedValue); - AZStd::string overwrittenVal = *AZStd::any_cast(&it->second.fileVals[cfgFileIndex].overwrittenValue); - AZStd::string originalVal = *AZStd::any_cast(&it->second.fileVals[cfgFileIndex].originalValue); - if ((cmp == EDITED_OVERWRITTEN_COMPARE && editedVal.compare(overwrittenVal) != 0) || - (cmp == EDITED_ORIGINAL_COMPARE && editedVal.compare(originalVal) != 0) || - (cmp == OVERWRITTEN_ORIGINAL_COMPARE && overwrittenVal.compare(originalVal) != 0)) - { - return true; - } - } - return false; -} - -/////////////////////////////////////////////////////////////////////// -// settings file management -void GraphicsSettingsDialog::reject() -{ - if (m_dirtyCVarCount > 0) - { - if (SendUnsavedChangesWarning(true)) - { - QDialog::reject(); - } - } - else - { - QDialog::reject(); - } -} - -void GraphicsSettingsDialog::accept() -{ - int result = QMessageBox::Yes; - - //Pop out the warning dialog for customized setting - result = QMessageBox::question(this, "Warning", "A non-tested setting could potentially crash the game if the setting does not match the device. Are you sure you want to apply the customized setting?", - QMessageBox::Yes, QMessageBox::No); - - //Save and exit - if (result == QMessageBox::Yes) - { - SaveSystemSettings(); - } -} - -void GraphicsSettingsDialog::OpenCustomSpecDialog() -{ - AZ::IO::FixedMaxPath projectPath = AZ::Utils::GetProjectPath(); - projectPath /= SETTINGS_FILE_PATH.toUtf8().constData(); - QString settingsPath = QString::fromUtf8(projectPath.c_str(), aznumeric_cast(projectPath.Native().size())); - - CAutoDirectoryRestoreFileDialog importCustomSpecDialog(QFileDialog::AcceptOpen, QFileDialog::ExistingFile, ".cfg", settingsPath, CFG_FILEFILTER, {}, {}, this); - - if (importCustomSpecDialog.exec()) - { - QString file = importCustomSpecDialog.selectedFiles().first(); - if (!file.isEmpty()) - { - ApplyCustomSpec(file); - } - } -} - -void GraphicsSettingsDialog::ApplyCustomSpec(const QString& customFilePath) -{ - if (customFilePath.isEmpty()) - { - return; - } - - QFile customFile(customFilePath); - if (!customFile.exists()) - { - QMessageBox::warning(this, "Warning", "Could not find custom spec file.", - QMessageBox::Ok); - return; - } - - bool change = true; - if (m_dirtyCVarCount > 0 && !SendUnsavedChangesWarning(false)) - { - change = false; - } - - if (change) - { - AZStd::string filename = customFilePath.toStdString().c_str(); - filename = filename.substr(filename.find_last_of('/') + 1); - - m_currentPlatform = CONFIG_INVALID_PLATFORM; - - bool alreadyLoaded = IsCustomSpecAlreadyLoaded(filename); - if (m_cfgFiles[CONFIG_INVALID_PLATFORM].size() < m_numSpecLevels && !alreadyLoaded) - { - m_cfgFiles[CONFIG_INVALID_PLATFORM].push_back(filename); - } - else if (alreadyLoaded) - { - QMessageBox::warning(this, "Warning", "The selected custom spec file is already loaded. No changes have been made.", - QMessageBox::Ok); - return; - } - - if (m_cfgFiles[CONFIG_INVALID_PLATFORM].size() == m_numSpecLevels) - { - m_ui->m_selectCustomSpecButton->setEnabled(false); - } - - ShowCategories(true); - - CleanUI(); - - LoadPlatformConfigurations(); - } -} - -void GraphicsSettingsDialog::UnloadCustomSpec(int specLevel) -{ - if (specLevel < 0 || specLevel >= m_cfgFiles[CONFIG_INVALID_PLATFORM].size()) - { - return; - } - - bool shouldUnload = m_dirtyCVarCount <= 0 || SendUnsavedChangesWarning(false); - - if (shouldUnload) - { - m_cfgFiles[CONFIG_INVALID_PLATFORM].erase(m_cfgFiles[CONFIG_INVALID_PLATFORM].begin() + specLevel); - - CleanUI(); - - if (!m_cfgFiles[CONFIG_INVALID_PLATFORM].empty()) - { - LoadPlatformConfigurations(); - } - else - { - ShowCategories(false); - } - } -} - -bool GraphicsSettingsDialog::IsCustomSpecAlreadyLoaded(const AZStd::string& filename) const -{ - auto& customConfigFilenames = m_cfgFiles.at(CONFIG_INVALID_PLATFORM); - const auto& findResult = AZStd::find(customConfigFilenames.begin(), customConfigFilenames.end(), filename.c_str()); - - return findResult != customConfigFilenames.end(); -} - -void GraphicsSettingsDialog::SetCollapsedLayout(const QString& groupName, QStandardItem* groupRow) -{ - CollapseGroup* cgroup = new CollapseGroup(m_ui->m_graphicsSettingsTreeView); - cgroup->m_groupName = groupName; - cgroup->m_groupRow = groupRow; - m_uiCollapseGroup.push_back(cgroup); -} - -void GraphicsSettingsDialog::SetPlatformEntry(ESystemConfigPlatform platform) -{ - auto platformCheck = [&platform](AZStd::pair& stringConfigPair) { return stringConfigPair.second == platform; }; - auto platformStringsIterator = AZStd::find_if(m_platformStrings.begin(), m_platformStrings.end(), platformCheck); - if (platformStringsIterator != m_platformStrings.end()) - { - int platformIndex = m_ui->m_platformEntry->findText(platformStringsIterator->first.c_str()); - m_ui->m_platformEntry->setCurrentIndex(platformIndex); - } - else - { - AZ_Assert(false, "Platform not found in platform strings vector."); - } -} - -ESystemConfigPlatform GraphicsSettingsDialog::GetConfigPlatformFromName(const AZStd::string& platformName) -{ - ESystemConfigPlatform configPlatform = CONFIG_INVALID_PLATFORM; - - auto platformNameCheck = [&platformName](AZStd::pair& stringConfigPair) { return (stringConfigPair.first == platformName); }; - auto configPlatformIterator = AZStd::find_if(m_platformStrings.begin(), m_platformStrings.end(), platformNameCheck); - if (configPlatformIterator != m_platformStrings.end()) - { - configPlatform = configPlatformIterator->second; - } - else - { - AZ_Assert(false, "Platform name not found in platform strings vector."); - } - - return configPlatform; -} - -// Save the current UI options to system qsettings -void GraphicsSettingsDialog::SaveSystemSettings() -{ - AZStd::vector successFiles; - AZStd::vector nochangeFiles; - - for (int cfgFileIndex = 0; cfgFileIndex < m_cfgFiles[m_currentPlatform].size(); ++cfgFileIndex) - { - const QString eq = " = "; - const QString cvarGroupString1 = "\n------------------------\n-- "; - const QString cvarGroupString2 = "\n------------------------\n"; - QString commandList = ""; - - int sysSpecFull; - if (AZStd::any_numeric_cast(&m_cVarTracker["sys_spec_full"].fileVals[cfgFileIndex].editedValue, sysSpecFull)) - { - commandList += "sys_spec_full" + eq + QString::number(sysSpecFull) + '\n'; - } - - QMap cvarGroupStrings; - - // Set to true as soon as cvar is found which is unique from current cfg file and index assignment - bool saveOut = false; - - // Adding any dirty cvars not equal to sys_spec_full or any cvar in miscellaneous to command list - for (auto& it : m_cVarTracker) - { - if ((CheckCVarStatesForDiff(&it, cfgFileIndex, EDITED_ORIGINAL_COMPARE) || it.second.cvarGroup == "miscellaneous") && azstricmp(it.first.c_str(), "sys_spec_full")) - { - AZStd::string cvarGroup = it.second.cvarGroup; - if (azstricmp(cvarGroup.c_str(), "miscellaneous") != 0) - { - int fileIndex = cvarGroup.find_last_of('/') + 1; - cvarGroup = cvarGroup.substr(fileIndex, cvarGroup.size() - fileIndex - 4); - } - QString qcvarGroup = cvarGroup.c_str(); - if (cvarGroupStrings.find(qcvarGroup) == cvarGroupStrings.end()) - { - cvarGroupStrings[qcvarGroup] = cvarGroupString1 + qcvarGroup + cvarGroupString2; - } - - if (it.second.type == CVAR_INT) - { - int val; - if (AZStd::any_numeric_cast(&it.second.fileVals[cfgFileIndex].editedValue, val)) - { - cvarGroupStrings[qcvarGroup] += it.first.c_str() + eq + QString::number(val) + '\n'; - } - } - else if (it.second.type == CVAR_FLOAT) - { - float val; - if (AZStd::any_numeric_cast(&it.second.fileVals[cfgFileIndex].editedValue, val)) - { - cvarGroupStrings[qcvarGroup] += it.first.c_str() + eq + QString::number(val) + '\n'; - } - } - else - { - cvarGroupStrings[qcvarGroup] += it.first.c_str() + eq + AZStd::any_cast(it.second.fileVals[cfgFileIndex].editedValue).c_str() + '\n'; - } - } - - if (!saveOut) - { - saveOut = CheckCVarStatesForDiff(&it, cfgFileIndex, EDITED_OVERWRITTEN_COMPARE); - } - } - - // Adding the project name to the path so that the file is created there if it doesn't already exist - // as we don't want to modify the version in Engine/config. - AZ::IO::FixedMaxPath projectPath = AZ::Utils::GetProjectPath(); - projectPath /= SETTINGS_FILE_PATH.toUtf8().constData(); - QString settingsPath = QString::fromUtf8(projectPath.c_str(), aznumeric_cast(projectPath.Native().size())); - - QString settingsFile = settingsPath + m_cfgFiles[m_currentPlatform][cfgFileIndex].c_str(); - - // Check if current settings differ from existing cfg - if (saveOut) - { - // Adding any dirty cvars not equal to sys_spec_full to command list - for (auto& it : cvarGroupStrings) - { - commandList += it; - } - - if (CFileUtil::OverwriteFile(settingsFile.toStdString().c_str())) - { - if (!CFileUtil::CreateDirectory(settingsPath.toStdString().c_str())) - { - QMessageBox::warning(this, "Warning", "Could not create the directory for file \"" + settingsFile + "\". Failed to apply Graphics Setting.", - QMessageBox::Ok); - continue; - } - - QByteArray dataArray = commandList.toUtf8().data(); - - QFile file(settingsFile); - if (!file.open(QIODevice::WriteOnly) || file.write(dataArray) != dataArray.size()) - { - QMessageBox::warning(this, "Warning", "Could not write settings to file \"" + settingsFile + ". Failed to apply Graphics Setting.", - QMessageBox::Ok); - file.close(); - continue; - } - - successFiles.push_back(settingsFile); - - // Update platform cvars to reflect new values - for (auto& it : m_cVarTracker) - { - it.second.fileVals[cfgFileIndex].overwrittenValue = it.second.fileVals[cfgFileIndex].editedValue; - } - - file.close(); - } - else - { - QMessageBox::warning(this, "Warning", "Could not check out or make file writable: \"" + settingsFile + "\". Failed to apply Graphics Setting.", - QMessageBox::Ok); - } - } - else - { - nochangeFiles.push_back(settingsFile); - } - } - - // Print list of files which had no changes made - if (nochangeFiles.size() > 0) - { - QString message = "No changes have been made to the following files:\n"; - for (int i = 0; i < nochangeFiles.size(); ++i) - { - message += nochangeFiles[i] + "\n"; - } - QMessageBox::information(this, "Log", message, QMessageBox::Ok); - } - - // Print list of files which were successfully saved - if (successFiles.size() > 0) - { - QString message = "Updated the graphics setting correctly for the following files:\n"; - for (int i = 0; i < successFiles.size(); ++i) - { - message += successFiles[i] + "\n"; - } - QMessageBox::information(this, "Log", message, QMessageBox::Ok); - } - - // if we saved all of the files that we needed to then disable the save button again - if (nochangeFiles.size() + successFiles.size() == m_cfgFiles[m_currentPlatform].size()) - { - m_dirtyCVarCount = 0; - m_ui->m_applyButton->setEnabled(false); - } -} - -void GraphicsSettingsDialog::SetCollapsed(const QModelIndex& index, bool flags) -{ - QStandardItem* item = m_graphicsSettingsModel->itemFromIndex(index); - - for (auto& collapseIterator : m_uiCollapseGroup) - { - if (collapseIterator->m_groupRow == item) - { - collapseIterator->m_isCollapsed = flags; - break; - } - } -} - -///////////////////////////////////////////////////////////////////////// -// Collapse Group -GraphicsSettingsDialog::CollapseGroup::CollapseGroup(QTreeView* treeView) - : m_treeView(treeView) - , m_isCollapsed(true) -{ -} - -void GraphicsSettingsDialog::CollapseGroup::ToggleCollapsed() -{ - m_isCollapsed = !m_isCollapsed; - const QModelIndex index = m_groupRow->index(); - if (m_isCollapsed) - { - m_treeView->collapse(index); - } - else - { - m_treeView->expand(index); - } -} - -/////////////////////////////////////////////////////////////////// -// ParameterWidget -GraphicsSettingsDialog::ParameterWidget::ParameterWidget(QWidget* widget, QString parameterName) - : m_widget(widget) - , m_parameterName(parameterName) -{ - m_widget->setToolTip(GetToolTip()); -} - -QString GraphicsSettingsDialog::ParameterWidget::GetToolTip() const -{ - if (!m_parameterName.isEmpty()) - { - QString tooltipText = QString(PARAMETER_TOOLTIP).arg(m_parameterName); - return tooltipText; - } - return ""; -} - -GraphicsSettingsTreeView::GraphicsSettingsTreeView(QWidget* parent) - : QTreeView(parent) -{ -} - -GraphicsSettingsHeaderView::GraphicsSettingsHeaderView(GraphicsSettingsDialog* dialog, Qt::Orientation orientation, QWidget* parent) - : QHeaderView(orientation, parent) - , m_dialog(dialog) -{ - setDefaultAlignment(Qt::AlignLeft); -} - -bool GraphicsSettingsHeaderView::event(QEvent* e) -{ - if (m_dialog->IsCustom()) - { - GraphicsSettingsTreeView* treeView = qobject_cast(parent()); - if (treeView) - { - switch (e->type()) - { - case QEvent::Enter: - m_index = logicalIndexAt(static_cast(e)->pos()); - if (m_index > 0) - { - treeView->setSortingEnabled(true); - treeView->sortByColumn(m_index, Qt::AscendingOrder); - } - break; - case QEvent::Leave: - treeView->setSortingEnabled(false); - break; - } - } - } - return QHeaderView::event(e); -} - -void GraphicsSettingsHeaderView::mouseReleaseEvent(QMouseEvent* e) -{ - AZ_UNUSED(e); - if (QMessageBox::question( - this, QObject::tr("Unload Resource"), - QObject::tr("Are you sure you want to unload the resource?"), - QMessageBox::Yes | QMessageBox::Cancel) == QMessageBox::Yes) - { - m_dialog->UnloadCustomSpec(m_index - 1); - } - -} - -void GraphicsSettingsHeaderView::mouseMoveEvent(QMouseEvent* e) -{ - AZ_UNUSED(e); - if (m_dialog->IsCustom()) - { - GraphicsSettingsTreeView* treeView = qobject_cast(parent()); - int index = logicalIndexAt(e->pos()); - if (index != m_index) - { - m_index = index; - if (m_index > 0) - { - treeView->setSortingEnabled(true); - treeView->sortByColumn(m_index, Qt::AscendingOrder); - } - else - { - treeView->setSortingEnabled(false); - } - } - } -} - -GraphicsSettingsModel::GraphicsSettingsModel(QObject* parent) - : QStandardItemModel(parent) -{ -} - -Qt::ItemFlags GraphicsSettingsModel::flags(const QModelIndex& index) const -{ - Qt::ItemFlags flags = Qt::NoItemFlags; - - if (index.column() == 0) - { - flags |= Qt::ItemIsSelectable | Qt::ItemIsEnabled; - } - return flags; -} - -#include diff --git a/Code/Editor/GraphicsSettingsDialog.h b/Code/Editor/GraphicsSettingsDialog.h deleted file mode 100644 index 66a498cd10..0000000000 --- a/Code/Editor/GraphicsSettingsDialog.h +++ /dev/null @@ -1,284 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ -#pragma once - -#if !defined(Q_MOC_RUN) -#include -#include -#include -#include - -#include -#include -#include - -#include -#endif - -class QGridLayout; -class QLabel; - -namespace Ui -{ - class GraphicsSettingsDialog; -} - -// Description: -// Status of cvar for a specifc platform and spec level -// editedValue - current setting within Graphics Settings Dialog box -// overwrittenValue - original setting from platform config file (set to originalValue if not found) -// originalValue - original settings from sys_spec config file index - -struct CVarFileStatus -{ - AZStd::any editedValue; - AZStd::any overwrittenValue; - AZStd::any originalValue; - CVarFileStatus(AZStd::any edit, AZStd::any over, AZStd::any orig) : editedValue(edit), overwrittenValue(over), originalValue(orig) {} -}; - -// Description: -// Status of specific cvar for Editor mapping -// type - CVAR_INT / CVAR_FLOAT / CVAR_STRING -// cvarGroup - source of cvar (sys_spec_particles, sys_spec_physics, etc.) or "miscellaneous" if only specified in platform config file -// fileVals = CVarFileStatus for each spec level of a specific platform - -struct CVarInfo -{ - int type; - AZStd::string cvarGroup; - AZStd::vector fileVals; -}; - -enum class GraphicsSettings -{ - GameEffects, - Light, - ObjectDetail, - Particles, - Physics, - PostProcessing, - Quality, - Shading, - Shadows, - Sound, - Texture, - TextureResolution, - VolumetricEffects, - Water, - Miscellaneous, - numSettings -}; - -class GraphicsSettingsHeaderView; - -class GraphicsSettingsTreeView - : public QTreeView -{ - Q_OBJECT - -public: - GraphicsSettingsTreeView(QWidget* parent = nullptr); - -}; - -class GraphicsSettingsModel - : public QStandardItemModel -{ - Q_OBJECT - -public: - explicit GraphicsSettingsModel(QObject* parent = 0); - - Qt::ItemFlags flags(const QModelIndex& index) const override; -}; - -class GraphicsSettingsDialog - : public QDialog, - public ILoadConfigurationEntrySink -{ - Q_OBJECT - -public: - - explicit GraphicsSettingsDialog(QWidget* parent = nullptr); - virtual ~GraphicsSettingsDialog(); - - bool IsCustom(void) { return m_showCustomSpec; } - void UnloadCustomSpec(int specLevel); - - // ILoadConfigurationEntrySink - void OnLoadConfigurationEntry(const char* szKey, const char* szValue, const char* szGroup) override; - -public slots: - //Accept and reject - void reject() override; - void accept() override; - -private slots: - //Update UIs - void PlatformChanged(const QString& platform); - bool CVarChanged(AZStd::any val, const char* cvarName, int specLevel); - void CVarChanged(int i); - void CVarChanged(double d); - void CVarChanged(const QString& s); - -private: - - // The struct ParameterWidget is used to store the parameter widget - // m_parameterName will be the name of the parameter the widget represent. - struct ParameterWidget - { - ParameterWidget(QWidget* widget, QString parameterName = ""); - - QString GetToolTip() const; - - const char* PARAMETER_TOOLTIP = "The variable will update render parameter \"%1\"."; - QWidget* m_widget; - QString m_parameterName; - }; - - struct CollapseGroup - { - QString m_groupName; - QStandardItem* m_groupRow; - QTreeView* m_treeView; - bool m_isCollapsed; - - CollapseGroup(QTreeView* treeView); - - void ToggleCollapsed(); - }; - - void OpenCustomSpecDialog(); - void ApplyCustomSpec(const QString& customFilePath); - bool IsCustomSpecAlreadyLoaded(const AZStd::string& filename) const; - void SetSettingsTree(int numColumns); - void SetCollapsed(const QModelIndex& index, bool flag); - - enum CVarStateComparison - { - EDITED_OVERWRITTEN_COMPARE = 1, - EDITED_ORIGINAL_COMPARE = 2, - OVERWRITTEN_ORIGINAL_COMPARE = 3, - - END_CVARSTATE_COMPARE, - }; - - bool CheckCVarStatesForDiff(AZStd::pair* it, int cfgFileIndex, CVarStateComparison cmp); - - // Save out settings into project-level cfg files - void SaveSystemSettings(); - - // Load in project-level cfg files for current platform - void LoadPlatformConfigurations(); - // Build UI column for spec level of current platform - void BuildColumn(int specLevel); - // Initial UI building - void BuildUI(); - // Cleaning out UI before loading new platform information - void CleanUI(); - // Shows/hides custom spec option - void ShowCustomSpecOption(bool show); - // Shows/hides category labels and dropdowns - void ShowCategories(bool show); - // Warns about unsaved changes (returns true if accepted) - bool SendUnsavedChangesWarning(bool cancel); - - void LoadCVarGroupDirectory(const AZStd::string& path); - - ///////////////////////////////////////////// - // UI help functions - - // Setup collapsed buttons - void SetCollapsedLayout(const QString& groupName, QStandardItem* groupItem); - // Sets the platform entry index for the given platform - void SetPlatformEntry(ESystemConfigPlatform platform); - // Gets the platform enum given the platform name - ESystemConfigPlatform GetConfigPlatformFromName(const AZStd::string& platformName); - - //////////////////////////////////////////// - // Members - - // Qt values - const int INPUT_MIN_WIDTH = 100; - const int INPUT_MIN_HEIGHT = 20; - const int INPUT_ROW_SPAN = 1; - const int INPUT_COLUMN_SPAN = 1; - const int CVAR_ROW_OFFSET = 2; - const int CVAR_VALUE_COLUMN_OFFSET = 1; - const int PLATFORM_LABEL_ROW = 1; - const int CVAR_LABEL_COLUMN = 1; - - // Tool tips - const QString SETTINGS_FILE_PATH = "Config/spec/"; - const char* CFG_FILEFILTER = "Cfg File(*.cfg);;All files(*)"; - - const int m_numSpecLevels = 4; - - bool m_showCustomSpec; - bool m_showCategories; - GraphicsSettingsModel* m_graphicsSettingsModel; - GraphicsSettingsHeaderView* m_headerView; - int m_numColumns{ 0 }; - - const char* m_cvarGroupsFolder = "Config/CVarGroups"; - - QScopedPointer m_ui; - - QVector m_uiCollapseGroup; - - QVector m_parameterWidgets; - - AZStd::string m_currentConfigFilename; - size_t m_currentSpecIndex; - - // cvar name --> pair(type, CVarStatus for each file) - AZStd::unordered_map m_cVarTracker; - - AZStd::unordered_map > m_cfgFiles; - - AZStd::vector > m_platformStrings; - - struct CVarGroupInfo - { - QVector m_platformLabels; - QVector m_cvarLabels; - QVector m_cvarSpinBoxes; - QVector m_cvarDoubleSpinBoxes; - QVector m_cvarLineEdits; - QVector m_specFileArea; - QVector m_widgetInsertOrder; - QStandardItem* m_treeRowItem; - int m_currentRow; - }; - - AZStd::unordered_map m_cvarGroupData; - AZStd::vector m_cvarGroupOrder; - - ESystemConfigPlatform m_currentPlatform; - - int m_dirtyCVarCount; -}; - -class GraphicsSettingsHeaderView - : public QHeaderView -{ - Q_OBJECT -public: - GraphicsSettingsHeaderView(GraphicsSettingsDialog* dialog, Qt::Orientation orientation, QWidget* parent = nullptr); - -private: - bool event(QEvent* e) override; - void mouseMoveEvent(QMouseEvent* e) override; - void mouseReleaseEvent(QMouseEvent* e) override; - - GraphicsSettingsDialog* m_dialog; - int m_index{ -1 }; -}; - - diff --git a/Code/Editor/GridUtils.h b/Code/Editor/GridUtils.h index 745d115f2c..7a029600bf 100644 --- a/Code/Editor/GridUtils.h +++ b/Code/Editor/GridUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IEditor.h b/Code/Editor/IEditor.h index 4c76d76b7a..a56c8e81e9 100644 --- a/Code/Editor/IEditor.h +++ b/Code/Editor/IEditor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IEditorImpl.cpp b/Code/Editor/IEditorImpl.cpp index f472e12fc9..c09c0a8e62 100644 --- a/Code/Editor/IEditorImpl.cpp +++ b/Code/Editor/IEditorImpl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IEditorImpl.h b/Code/Editor/IEditorImpl.h index 9dc79cadda..65389a212e 100644 --- a/Code/Editor/IEditorImpl.h +++ b/Code/Editor/IEditorImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IEditorPanelUtils.h b/Code/Editor/IEditorPanelUtils.h index 20ef2d3ee8..5df15bd86b 100644 --- a/Code/Editor/IEditorPanelUtils.h +++ b/Code/Editor/IEditorPanelUtils.h @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT */ diff --git a/Code/Editor/IObservable.h b/Code/Editor/IObservable.h index 2e3d7c8c69..9de78a7bc1 100644 --- a/Code/Editor/IObservable.h +++ b/Code/Editor/IObservable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IPostRenderer.h b/Code/Editor/IPostRenderer.h index 353b662f0d..9b807d68f5 100644 --- a/Code/Editor/IPostRenderer.h +++ b/Code/Editor/IPostRenderer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IconManager.cpp b/Code/Editor/IconManager.cpp index a1cb587f00..7f6f7cd0ab 100644 --- a/Code/Editor/IconManager.cpp +++ b/Code/Editor/IconManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/IconManager.h b/Code/Editor/IconManager.h index 40e1ef8aa9..d6684f4cc3 100644 --- a/Code/Editor/IconManager.h +++ b/Code/Editor/IconManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/Command.h b/Code/Editor/Include/Command.h index fe30c56aa3..69853ddb4f 100644 --- a/Code/Editor/Include/Command.h +++ b/Code/Editor/Include/Command.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/EditorCoreAPI.cpp b/Code/Editor/Include/EditorCoreAPI.cpp index 89cc00aebf..9ddd8a798e 100644 --- a/Code/Editor/Include/EditorCoreAPI.cpp +++ b/Code/Editor/Include/EditorCoreAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/EditorCoreAPI.h b/Code/Editor/Include/EditorCoreAPI.h index 7de2aa366d..85b81b5b71 100644 --- a/Code/Editor/Include/EditorCoreAPI.h +++ b/Code/Editor/Include/EditorCoreAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/HitContext.h b/Code/Editor/Include/HitContext.h index 15f41cc5aa..186124555f 100644 --- a/Code/Editor/Include/HitContext.h +++ b/Code/Editor/Include/HitContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IAnimationCompressionManager.h b/Code/Editor/Include/IAnimationCompressionManager.h index e17a594288..64cebf620a 100644 --- a/Code/Editor/Include/IAnimationCompressionManager.h +++ b/Code/Editor/Include/IAnimationCompressionManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IAssetItem.h b/Code/Editor/Include/IAssetItem.h index 212ae84da5..892d347431 100644 --- a/Code/Editor/Include/IAssetItem.h +++ b/Code/Editor/Include/IAssetItem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IAssetItemDatabase.h b/Code/Editor/Include/IAssetItemDatabase.h index 421d61e6f1..39fd60e8c6 100644 --- a/Code/Editor/Include/IAssetItemDatabase.h +++ b/Code/Editor/Include/IAssetItemDatabase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IAssetViewer.h b/Code/Editor/Include/IAssetViewer.h index 33585d3102..488ee8e508 100644 --- a/Code/Editor/Include/IAssetViewer.h +++ b/Code/Editor/Include/IAssetViewer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IBaseLibraryManager.h b/Code/Editor/Include/IBaseLibraryManager.h index 5321ebc9b3..4116b573fa 100644 --- a/Code/Editor/Include/IBaseLibraryManager.h +++ b/Code/Editor/Include/IBaseLibraryManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ICommandManager.h b/Code/Editor/Include/ICommandManager.h index d5df081e57..4d49dcf9a1 100644 --- a/Code/Editor/Include/ICommandManager.h +++ b/Code/Editor/Include/ICommandManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IConsoleConnectivity.h b/Code/Editor/Include/IConsoleConnectivity.h index 0c5e32ae9a..0f5e9bf35c 100644 --- a/Code/Editor/Include/IConsoleConnectivity.h +++ b/Code/Editor/Include/IConsoleConnectivity.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IDataBaseItem.h b/Code/Editor/Include/IDataBaseItem.h index 8f4851631c..6be5f49c2d 100644 --- a/Code/Editor/Include/IDataBaseItem.h +++ b/Code/Editor/Include/IDataBaseItem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IDataBaseLibrary.h b/Code/Editor/Include/IDataBaseLibrary.h index 1e55c476b9..75437d93e2 100644 --- a/Code/Editor/Include/IDataBaseLibrary.h +++ b/Code/Editor/Include/IDataBaseLibrary.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IDataBaseManager.h b/Code/Editor/Include/IDataBaseManager.h index f1ef372e6c..3d701d51fc 100644 --- a/Code/Editor/Include/IDataBaseManager.h +++ b/Code/Editor/Include/IDataBaseManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IDisplayViewport.h b/Code/Editor/Include/IDisplayViewport.h index d53e1cfca0..813c54355b 100644 --- a/Code/Editor/Include/IDisplayViewport.h +++ b/Code/Editor/Include/IDisplayViewport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IEditorClassFactory.h b/Code/Editor/Include/IEditorClassFactory.h index bbd0979b72..0827dc96dc 100644 --- a/Code/Editor/Include/IEditorClassFactory.h +++ b/Code/Editor/Include/IEditorClassFactory.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,6 +15,7 @@ #pragma once #include +#include #define DEFINE_UUID(l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ static const GUID uuid() { return { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }; } @@ -68,7 +70,6 @@ enum #include "SandboxAPI.h" class QObject; -class QString; //! System class IDs @@ -120,19 +121,9 @@ struct IClassDesc //! create panel. virtual QString Category() = 0; -#ifdef QSTRING_H virtual QString MenuSuggestion() { return QString(); } virtual QString Tooltip() { return QString(); } virtual QString Description() { return QString(); } -#else - //! This method returns the desired menu in which this plugin class would like to be placed in the editor. - //! It is up to the editor to determine if it can and wants to fulfill this request. - virtual QString MenuSuggestion(); - //! This method returns the tooltip for the pane - virtual QString Tooltip(); - //! This method returns the description for the pane - virtual QString Description(); -#endif //! This method returns if the plugin should have a menu item for its pane. virtual bool ShowInMenu() const { return true; } diff --git a/Code/Editor/Include/IEditorFileMonitor.h b/Code/Editor/Include/IEditorFileMonitor.h index 3bf2fc72da..de9172567c 100644 --- a/Code/Editor/Include/IEditorFileMonitor.h +++ b/Code/Editor/Include/IEditorFileMonitor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IEditorMaterial.h b/Code/Editor/Include/IEditorMaterial.h index 59aa19a17a..a117020d19 100644 --- a/Code/Editor/Include/IEditorMaterial.h +++ b/Code/Editor/Include/IEditorMaterial.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IEditorMaterialManager.h b/Code/Editor/Include/IEditorMaterialManager.h index 1e6b585221..92e68085c1 100644 --- a/Code/Editor/Include/IEditorMaterialManager.h +++ b/Code/Editor/Include/IEditorMaterialManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IErrorReport.h b/Code/Editor/Include/IErrorReport.h index dd0400b61c..a516633f25 100644 --- a/Code/Editor/Include/IErrorReport.h +++ b/Code/Editor/Include/IErrorReport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IEventLoopHook.h b/Code/Editor/Include/IEventLoopHook.h index aae7c01d7d..eaf7bf2d62 100644 --- a/Code/Editor/Include/IEventLoopHook.h +++ b/Code/Editor/Include/IEventLoopHook.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IExportManager.h b/Code/Editor/Include/IExportManager.h index 76e8727e47..ea802134b6 100644 --- a/Code/Editor/Include/IExportManager.h +++ b/Code/Editor/Include/IExportManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IFacialEditor.h b/Code/Editor/Include/IFacialEditor.h index da282553d1..5dfa9ab03f 100644 --- a/Code/Editor/Include/IFacialEditor.h +++ b/Code/Editor/Include/IFacialEditor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IFileUtil.h b/Code/Editor/Include/IFileUtil.h index 5981963133..f402786e67 100644 --- a/Code/Editor/Include/IFileUtil.h +++ b/Code/Editor/Include/IFileUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IGizmoManager.h b/Code/Editor/Include/IGizmoManager.h index 825d049d02..5e86b78b37 100644 --- a/Code/Editor/Include/IGizmoManager.h +++ b/Code/Editor/Include/IGizmoManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IIconManager.h b/Code/Editor/Include/IIconManager.h index 3248a2c67e..4925e47ae8 100644 --- a/Code/Editor/Include/IIconManager.h +++ b/Code/Editor/Include/IIconManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,6 +15,8 @@ struct IStatObj; struct IMaterial; class CBitmap; +class QImage; + // Note: values are used as array indices enum EStatObject { diff --git a/Code/Editor/Include/IImageUtil.h b/Code/Editor/Include/IImageUtil.h index 2a32861d75..ae4a4b577c 100644 --- a/Code/Editor/Include/IImageUtil.h +++ b/Code/Editor/Include/IImageUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IKeyTimeSet.h b/Code/Editor/Include/IKeyTimeSet.h index d1edf87dc6..983dcd7222 100644 --- a/Code/Editor/Include/IKeyTimeSet.h +++ b/Code/Editor/Include/IKeyTimeSet.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ILogFile.h b/Code/Editor/Include/ILogFile.h index 9886a7c906..658fce309a 100644 --- a/Code/Editor/Include/ILogFile.h +++ b/Code/Editor/Include/ILogFile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IObjectManager.h b/Code/Editor/Include/IObjectManager.h index 7d4856bd33..ce9d69681b 100644 --- a/Code/Editor/Include/IObjectManager.h +++ b/Code/Editor/Include/IObjectManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,6 +11,10 @@ #define CRYINCLUDE_EDITOR_INCLUDE_IOBJECTMANAGER_H #pragma once +#include +#include +#include + // forward declarations. class CEntityObject; struct DisplayContext; @@ -23,6 +28,8 @@ class CViewport; struct HitContext; enum class ImageRotationDegrees; struct IStatObj; +class CBaseObject; +class XmlNodeRef; #include "ObjectEvent.h" diff --git a/Code/Editor/Include/IPlugin.h b/Code/Editor/Include/IPlugin.h index b992da27a4..ef51bfb2b0 100644 --- a/Code/Editor/Include/IPlugin.h +++ b/Code/Editor/Include/IPlugin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IPreferencesPage.h b/Code/Editor/Include/IPreferencesPage.h index 611e97d7f4..c33df3dffa 100644 --- a/Code/Editor/Include/IPreferencesPage.h +++ b/Code/Editor/Include/IPreferencesPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IRenderListener.h b/Code/Editor/Include/IRenderListener.h index ef961c4b2f..892a42b701 100644 --- a/Code/Editor/Include/IRenderListener.h +++ b/Code/Editor/Include/IRenderListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IResourceSelectorHost.h b/Code/Editor/Include/IResourceSelectorHost.h index 8fb5b2bce0..55ce4e15d3 100644 --- a/Code/Editor/Include/IResourceSelectorHost.h +++ b/Code/Editor/Include/IResourceSelectorHost.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ISourceControl.h b/Code/Editor/Include/ISourceControl.h index 48ec6ba8fe..34f64fb752 100644 --- a/Code/Editor/Include/ISourceControl.h +++ b/Code/Editor/Include/ISourceControl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h b/Code/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h index 551bbdb136..ff82b57de1 100644 --- a/Code/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h +++ b/Code/Editor/Include/ISubObjectSelectionReferenceFrameCalculator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ITextureDatabaseUpdater.h b/Code/Editor/Include/ITextureDatabaseUpdater.h index 235c94761d..4482135b47 100644 --- a/Code/Editor/Include/ITextureDatabaseUpdater.h +++ b/Code/Editor/Include/ITextureDatabaseUpdater.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ITransformManipulator.h b/Code/Editor/Include/ITransformManipulator.h index 3294980ed0..49f5f6d3d0 100644 --- a/Code/Editor/Include/ITransformManipulator.h +++ b/Code/Editor/Include/ITransformManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/IViewPane.h b/Code/Editor/Include/IViewPane.h index 2b2e400c11..b4a25a87a9 100644 --- a/Code/Editor/Include/IViewPane.h +++ b/Code/Editor/Include/IViewPane.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/ObjectEvent.h b/Code/Editor/Include/ObjectEvent.h index 8604d146f7..7d137d7b84 100644 --- a/Code/Editor/Include/ObjectEvent.h +++ b/Code/Editor/Include/ObjectEvent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Include/SandboxAPI.h b/Code/Editor/Include/SandboxAPI.h index 954c41f05e..4e0cafea4a 100644 --- a/Code/Editor/Include/SandboxAPI.h +++ b/Code/Editor/Include/SandboxAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/KeyboardCustomizationSettings.cpp b/Code/Editor/KeyboardCustomizationSettings.cpp index 24b16df3c7..c4f9133f66 100644 --- a/Code/Editor/KeyboardCustomizationSettings.cpp +++ b/Code/Editor/KeyboardCustomizationSettings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/KeyboardCustomizationSettings.h b/Code/Editor/KeyboardCustomizationSettings.h index 1cc04e9f6a..473760af00 100644 --- a/Code/Editor/KeyboardCustomizationSettings.h +++ b/Code/Editor/KeyboardCustomizationSettings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Launcher/resource.h b/Code/Editor/Launcher/resource.h index 672618c3cf..1be83bd298 100644 --- a/Code/Editor/Launcher/resource.h +++ b/Code/Editor/Launcher/resource.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LayoutConfigDialog.cpp b/Code/Editor/LayoutConfigDialog.cpp index b5d1abfdc2..6722a7d9d7 100644 --- a/Code/Editor/LayoutConfigDialog.cpp +++ b/Code/Editor/LayoutConfigDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LayoutConfigDialog.h b/Code/Editor/LayoutConfigDialog.h index 430b5a7484..0a0dbd3610 100644 --- a/Code/Editor/LayoutConfigDialog.h +++ b/Code/Editor/LayoutConfigDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LayoutWnd.cpp b/Code/Editor/LayoutWnd.cpp index bd1f24dd92..a3550b39ba 100644 --- a/Code/Editor/LayoutWnd.cpp +++ b/Code/Editor/LayoutWnd.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LayoutWnd.h b/Code/Editor/LayoutWnd.h index 234c70cc62..106c32d0a0 100644 --- a/Code/Editor/LayoutWnd.h +++ b/Code/Editor/LayoutWnd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LegacyViewportCameraController.cpp b/Code/Editor/LegacyViewportCameraController.cpp index 0750db8d97..eb7323b423 100644 --- a/Code/Editor/LegacyViewportCameraController.cpp +++ b/Code/Editor/LegacyViewportCameraController.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -83,9 +84,9 @@ AZ::RPI::ViewportContextPtr LegacyViewportCameraControllerInstance::GetViewportC } bool LegacyViewportCameraControllerInstance::HandleMouseMove( - const AzFramework::ScreenPoint& currentMousePos, const AzFramework::ScreenPoint& previousMousePos) + int dx, int dy) { - if (previousMousePos == currentMousePos) + if (dx == 0 && dy == 0) { return false; } @@ -105,7 +106,7 @@ bool LegacyViewportCameraControllerInstance::HandleMouseMove( if (m_inMoveMode || m_inOrbitMode || m_inRotateMode || m_inZoomMode) { - m_totalMouseMoveDelta += (QPoint(currentMousePos.m_x, currentMousePos.m_y)-QPoint(previousMousePos.m_x, previousMousePos.m_y)).manhattanLength(); + m_totalMouseMoveDelta += AZStd::abs(dx) + AZStd::abs(dy); } if ((m_inRotateMode && m_inMoveMode) || m_inZoomMode) @@ -115,7 +116,7 @@ bool LegacyViewportCameraControllerInstance::HandleMouseMove( Vec3 ydir = m.GetColumn1().GetNormalized(); Vec3 pos = m.GetTranslation(); - const float posDelta = 0.2f * (previousMousePos.m_y - currentMousePos.m_y) * speedScale; + const float posDelta = 0.2f * dy * speedScale; pos = pos - ydir * posDelta; m_orbitDistance = m_orbitDistance + posDelta; m_orbitDistance = fabs(m_orbitDistance); @@ -126,7 +127,7 @@ bool LegacyViewportCameraControllerInstance::HandleMouseMove( } else if (m_inRotateMode) { - Ang3 angles(-currentMousePos.m_y + previousMousePos.m_y, 0, -currentMousePos.m_x + previousMousePos.m_x); + Ang3 angles(dy, 0, dx); angles = angles * 0.002f * gSettings.cameraRotateSpeed; if (gSettings.invertYRotation) { @@ -158,7 +159,7 @@ bool LegacyViewportCameraControllerInstance::HandleMouseMove( } Vec3 pos = m.GetTranslation(); - pos += 0.1f * xdir * (currentMousePos.m_x - previousMousePos.m_x) * speedScale + 0.1f * zdir * (previousMousePos.m_y - currentMousePos.m_y) * speedScale; + pos += 0.1f * xdir * dx * speedScale + 0.1f * zdir * dy * speedScale; m.SetTranslation(pos); AZ::Transform transform = viewportContext->GetCameraTransform(); @@ -168,7 +169,7 @@ bool LegacyViewportCameraControllerInstance::HandleMouseMove( } else if (m_inOrbitMode) { - Ang3 angles(-currentMousePos.m_y + previousMousePos.m_y, 0, -currentMousePos.m_x + previousMousePos.m_x); + Ang3 angles(dy, 0, dx); angles = angles * 0.002f * gSettings.cameraRotateSpeed; if (gSettings.invertPan) @@ -302,20 +303,19 @@ bool LegacyViewportCameraControllerInstance::HandleInputChannelEvent(const AzFra bool shouldCaptureCursor = m_capturingCursor; bool shouldConsumeEvent = false; - if (id == AzFramework::InputDeviceMouse::SystemCursorPosition) + if (id == AzFramework::InputDeviceMouse::Movement::X || id == AzFramework::InputDeviceMouse::Movement::Y) { - bool result = false; - AzToolsFramework::ViewportInteraction::ViewportMouseCursorRequestBus::Event( - GetViewportId(), - [this, &result](AzToolsFramework::ViewportInteraction::ViewportMouseCursorRequests* mouseRequests) - { - if (auto previousMousePosition = mouseRequests->PreviousViewportCursorScreenPosition(); - previousMousePosition.has_value()) - { - result = HandleMouseMove(mouseRequests->ViewportCursorScreenPosition(), previousMousePosition.value()); - } - }); - return result; + int dx = 0; + int dy = 0; + if (id == AzFramework::InputDeviceMouse::Movement::X) + { + dx = -aznumeric_cast(event.m_inputChannel.GetValue()); + } + else + { + dy = -aznumeric_cast(event.m_inputChannel.GetValue()); + } + return HandleMouseMove(dx, dy); } else if (id == MouseButton::Left) { @@ -404,7 +404,7 @@ bool LegacyViewportCameraControllerInstance::HandleInputChannelEvent(const AzFra } else if (auto key = GetKeyboardKey(event.m_inputChannel); key != Qt::Key_unknown) { - if (state == InputChannel::State::Ended) + if (!event.m_inputChannel.IsActive()) { m_pressedKeys.erase(key); } diff --git a/Code/Editor/LegacyViewportCameraController.h b/Code/Editor/LegacyViewportCameraController.h index d3ff439b16..6edd344f23 100644 --- a/Code/Editor/LegacyViewportCameraController.h +++ b/Code/Editor/LegacyViewportCameraController.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -69,7 +70,7 @@ namespace SandboxEditor AZ::RPI::ViewportContextPtr GetViewportContext(); - bool HandleMouseMove(const AzFramework::ScreenPoint& currentMousePos, const AzFramework::ScreenPoint& previousMousePos); + bool HandleMouseMove(int dx, int dy); bool HandleMouseWheel(float zDelta); bool IsKeyDown(Qt::Key key) const; void UpdateCursorCapture(bool shouldCaptureCursor); diff --git a/Code/Editor/LevelFileDialog.cpp b/Code/Editor/LevelFileDialog.cpp index d7b964c4bd..41bb4d6faa 100644 --- a/Code/Editor/LevelFileDialog.cpp +++ b/Code/Editor/LevelFileDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelFileDialog.h b/Code/Editor/LevelFileDialog.h index 4db25e76e0..93d8e4eb9b 100644 --- a/Code/Editor/LevelFileDialog.h +++ b/Code/Editor/LevelFileDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelIndependentFileMan.cpp b/Code/Editor/LevelIndependentFileMan.cpp index 005bf8638d..1aab1d7f1d 100644 --- a/Code/Editor/LevelIndependentFileMan.cpp +++ b/Code/Editor/LevelIndependentFileMan.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelIndependentFileMan.h b/Code/Editor/LevelIndependentFileMan.h index 2ce0539456..5802bb19d6 100644 --- a/Code/Editor/LevelIndependentFileMan.h +++ b/Code/Editor/LevelIndependentFileMan.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelInfo.cpp b/Code/Editor/LevelInfo.cpp index 0cf627208d..5821f9c933 100644 --- a/Code/Editor/LevelInfo.cpp +++ b/Code/Editor/LevelInfo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelInfo.h b/Code/Editor/LevelInfo.h index ded5e7dd60..ec1c498c70 100644 --- a/Code/Editor/LevelInfo.h +++ b/Code/Editor/LevelInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelTreeModel.cpp b/Code/Editor/LevelTreeModel.cpp index b8c8d450bf..ec7a6fdb7e 100644 --- a/Code/Editor/LevelTreeModel.cpp +++ b/Code/Editor/LevelTreeModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LevelTreeModel.h b/Code/Editor/LevelTreeModel.h index 0fd88ed50c..4f0e36a311 100644 --- a/Code/Editor/LevelTreeModel.h +++ b/Code/Editor/LevelTreeModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/IEditorMock.h b/Code/Editor/Lib/Tests/IEditorMock.h index 54bec9f02a..9f99b0cd9d 100644 --- a/Code/Editor/Lib/Tests/IEditorMock.h +++ b/Code/Editor/Lib/Tests/IEditorMock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_ClickableLabel.cpp b/Code/Editor/Lib/Tests/test_ClickableLabel.cpp index 70ed985f0f..905e91b64c 100644 --- a/Code/Editor/Lib/Tests/test_ClickableLabel.cpp +++ b/Code/Editor/Lib/Tests/test_ClickableLabel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_CryEditDocPythonBindings.cpp b/Code/Editor/Lib/Tests/test_CryEditDocPythonBindings.cpp index d7f5caefd1..f4e029cb7a 100644 --- a/Code/Editor/Lib/Tests/test_CryEditDocPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_CryEditDocPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_CryEditPythonBindings.cpp b/Code/Editor/Lib/Tests/test_CryEditPythonBindings.cpp index 722d30ce86..30afa07304 100644 --- a/Code/Editor/Lib/Tests/test_CryEditPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_CryEditPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_DisplaySettingsPythonBindings.cpp b/Code/Editor/Lib/Tests/test_DisplaySettingsPythonBindings.cpp index 74ac28cccd..e6af0bdeff 100644 --- a/Code/Editor/Lib/Tests/test_DisplaySettingsPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_DisplaySettingsPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_EditorPythonBindings.cpp b/Code/Editor/Lib/Tests/test_EditorPythonBindings.cpp index b958b8c7f5..1006c339ee 100644 --- a/Code/Editor/Lib/Tests/test_EditorPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_EditorPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_EditorUtils.cpp b/Code/Editor/Lib/Tests/test_EditorUtils.cpp index da9424eded..59deb178a9 100644 --- a/Code/Editor/Lib/Tests/test_EditorUtils.cpp +++ b/Code/Editor/Lib/Tests/test_EditorUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_Main.cpp b/Code/Editor/Lib/Tests/test_Main.cpp index 60cd739b78..a30afb0b7c 100644 --- a/Code/Editor/Lib/Tests/test_Main.cpp +++ b/Code/Editor/Lib/Tests/test_Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_MainWindowPythonBindings.cpp b/Code/Editor/Lib/Tests/test_MainWindowPythonBindings.cpp index 1a2e7cc124..3963ae990f 100644 --- a/Code/Editor/Lib/Tests/test_MainWindowPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_MainWindowPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_ObjectManagerPythonBindings.cpp b/Code/Editor/Lib/Tests/test_ObjectManagerPythonBindings.cpp index 3ffb96cd0a..39a89670ef 100644 --- a/Code/Editor/Lib/Tests/test_ObjectManagerPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_ObjectManagerPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TerrainHoleToolPythonBindings.cpp b/Code/Editor/Lib/Tests/test_TerrainHoleToolPythonBindings.cpp index 3792b8ddec..e163004d75 100644 --- a/Code/Editor/Lib/Tests/test_TerrainHoleToolPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TerrainHoleToolPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TerrainLayerPythonBindings.cpp b/Code/Editor/Lib/Tests/test_TerrainLayerPythonBindings.cpp index 063e88111e..ad7baa44a5 100644 --- a/Code/Editor/Lib/Tests/test_TerrainLayerPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TerrainLayerPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TerrainModifyPythonBindings.cpp b/Code/Editor/Lib/Tests/test_TerrainModifyPythonBindings.cpp index 6e3135ee2e..166e4c0be5 100644 --- a/Code/Editor/Lib/Tests/test_TerrainModifyPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TerrainModifyPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TerrainPainterPythonBindings.cpp b/Code/Editor/Lib/Tests/test_TerrainPainterPythonBindings.cpp index 1917553fb9..7a2cf786cd 100644 --- a/Code/Editor/Lib/Tests/test_TerrainPainterPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TerrainPainterPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TerrainPythonBindings.cpp b/Code/Editor/Lib/Tests/test_TerrainPythonBindings.cpp index a7411eb3d6..6a0df6b62a 100644 --- a/Code/Editor/Lib/Tests/test_TerrainPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TerrainPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TerrainTexturePythonBindings.cpp b/Code/Editor/Lib/Tests/test_TerrainTexturePythonBindings.cpp index b355d12ad1..23d30c0b82 100644 --- a/Code/Editor/Lib/Tests/test_TerrainTexturePythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TerrainTexturePythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_TrackViewPythonBindings.cpp b/Code/Editor/Lib/Tests/test_TrackViewPythonBindings.cpp index 2d9f815137..191596f4ae 100644 --- a/Code/Editor/Lib/Tests/test_TrackViewPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_TrackViewPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_ViewPanePythonBindings.cpp b/Code/Editor/Lib/Tests/test_ViewPanePythonBindings.cpp index d243718695..88ce6d5767 100644 --- a/Code/Editor/Lib/Tests/test_ViewPanePythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_ViewPanePythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp b/Code/Editor/Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp index 778cdad484..c3d6be1fdd 100644 --- a/Code/Editor/Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp +++ b/Code/Editor/Lib/Tests/test_ViewportTitleDlgPythonBindings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.cpp b/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.cpp index 813df7d0ce..736465cac1 100644 --- a/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.cpp +++ b/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.h b/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.h index 6527cc2bd7..bcfdd7b6da 100644 --- a/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.h +++ b/Code/Editor/LightmapCompiler/SimpleTriangleRasterizer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LogFile.cpp b/Code/Editor/LogFile.cpp index 1f28272fc1..8c04eab58c 100644 --- a/Code/Editor/LogFile.cpp +++ b/Code/Editor/LogFile.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LogFile.h b/Code/Editor/LogFile.h index d1eed5bcbd..7735967b49 100644 --- a/Code/Editor/LogFile.h +++ b/Code/Editor/LogFile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LogFileImpl.cpp b/Code/Editor/LogFileImpl.cpp index 0d488c7ef1..3e433a16b7 100644 --- a/Code/Editor/LogFileImpl.cpp +++ b/Code/Editor/LogFileImpl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LogFileImpl.h b/Code/Editor/LogFileImpl.h index ab1b08d5d8..0f1006d14d 100644 --- a/Code/Editor/LogFileImpl.h +++ b/Code/Editor/LogFileImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LogFile_mac.mm b/Code/Editor/LogFile_mac.mm index 1549a96124..fb227314ad 100644 --- a/Code/Editor/LogFile_mac.mm +++ b/Code/Editor/LogFile_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/LyViewPaneNames.h b/Code/Editor/LyViewPaneNames.h index bc0238d06b..1761235f4b 100644 --- a/Code/Editor/LyViewPaneNames.h +++ b/Code/Editor/LyViewPaneNames.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/MainStatusBar.cpp b/Code/Editor/MainStatusBar.cpp index 723345909f..a1e51ec553 100644 --- a/Code/Editor/MainStatusBar.cpp +++ b/Code/Editor/MainStatusBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/MainStatusBar.h b/Code/Editor/MainStatusBar.h index f04c7ecfeb..022d0445e1 100644 --- a/Code/Editor/MainStatusBar.h +++ b/Code/Editor/MainStatusBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/MainStatusBarItems.h b/Code/Editor/MainStatusBarItems.h index 91d7aac048..2a3a21e72a 100644 --- a/Code/Editor/MainStatusBarItems.h +++ b/Code/Editor/MainStatusBarItems.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/MainWindow.cpp b/Code/Editor/MainWindow.cpp index 261fab48d1..ff322b79ac 100644 --- a/Code/Editor/MainWindow.cpp +++ b/Code/Editor/MainWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -41,6 +42,7 @@ AZ_POP_DISABLE_WARNING // AzToolsFramework #include +#include #include #include #include @@ -93,6 +95,8 @@ AZ_POP_DISABLE_WARNING #include "AssetEditor/AssetEditorWindow.h" #include "ActionManager.h" +#include + using namespace AZ; using namespace AzQtComponents; using namespace AzToolsFramework; @@ -274,14 +278,9 @@ namespace PyExit(); } - void PyReportTest(bool success, const AZStd::string& output) + void PyTestOutput(const AZStd::string& output) { CCryEditApp::instance()->PrintAlways(output); - if (!success) - { - gEnv->retCode = 0xF; // Special error code indicating a failure in tests - } - PyExitNoPrompt(); } } @@ -489,6 +488,16 @@ void MainWindow::Initialize() ActionOverrideRequestBus::Event( GetEntityContextId(), &ActionOverrideRequests::SetupActionOverrideHandler, this); + if (auto imGuiManager = AZ::Interface::Get()) + { + auto handleImGuiStateChangeFn = [](bool enabled) + { + EditorWindowUIRequestBus::Broadcast(&EditorWindowUIRequests::SetEditorUiEnabled, enabled); + }; + m_handleImGuiStateChangeHandler = ImGui::IImGuiManager::ImGuiSetEnabledEvent::Handler(handleImGuiStateChangeFn); + imGuiManager->ConnectImGuiSetEnabledChangedHandler(m_handleImGuiStateChangeHandler); + } + AzToolsFramework::EditorEventsBus::Broadcast(&AzToolsFramework::EditorEvents::NotifyMainWindowInitialized, this); } @@ -674,49 +683,6 @@ void MainWindow::InitActions() am->AddAction(ID_FILE_PROJECT_MANAGER_SETTINGS, tr("Edit Project Settings...")); am->AddAction(ID_FILE_PROJECT_MANAGER_NEW, tr("New Project...")); am->AddAction(ID_FILE_PROJECT_MANAGER_OPEN, tr("Open Project...")); - am->AddAction(ID_GAME_PC_ENABLEVERYHIGHSPEC, tr("Very High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_PC_ENABLEHIGHSPEC, tr("High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_PC_ENABLEMEDIUMSPEC, tr("Medium")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_PC_ENABLELOWSPEC, tr("Low")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_OSXMETAL_ENABLEVERYHIGHSPEC, tr("Very High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_OSXMETAL_ENABLEHIGHSPEC, tr("High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_OSXMETAL_ENABLEMEDIUMSPEC, tr("Medium")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_OSXMETAL_ENABLELOWSPEC, tr("Low")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_ANDROID_ENABLEVERYHIGHSPEC, tr("Very High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_ANDROID_ENABLEHIGHSPEC, tr("High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_ANDROID_ENABLEMEDIUMSPEC, tr("Medium")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_ANDROID_ENABLELOWSPEC, tr("Low")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_IOS_ENABLEVERYHIGHSPEC, tr("Very High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_IOS_ENABLEHIGHSPEC, tr("High")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_IOS_ENABLEMEDIUMSPEC, tr("Medium")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); - am->AddAction(ID_GAME_IOS_ENABLELOWSPEC, tr("Low")).SetCheckable(true) - .RegisterUpdateCallback(cryEdit, &CCryEditApp::OnUpdateGameSpec); -#if defined(AZ_TOOLS_EXPAND_FOR_RESTRICTED_PLATFORMS) -#if defined(TOOLS_SUPPORT_JASPER) -#include AZ_RESTRICTED_FILE_EXPLICIT(MainWindow_cpp, jasper) -#endif -#if defined(TOOLS_SUPPORT_PROVO) -#include AZ_RESTRICTED_FILE_EXPLICIT(MainWindow_cpp, provo) -#endif -#if defined(TOOLS_SUPPORT_SALEM) -#include AZ_RESTRICTED_FILE_EXPLICIT(MainWindow_cpp, salem) -#endif -#endif am->AddAction(ID_TOOLS_CUSTOMIZEKEYBOARD, tr("Customize &Keyboard...")) .Connect(&QAction::triggered, this, &MainWindow::ShowKeyboardCustomization); am->AddAction(ID_TOOLS_EXPORT_SHORTCUTS, tr("&Export Keyboard Settings...")) @@ -724,7 +690,6 @@ void MainWindow::InitActions() am->AddAction(ID_TOOLS_IMPORT_SHORTCUTS, tr("&Import Keyboard Settings...")) .Connect(&QAction::triggered, this, &MainWindow::ImportKeyboardShortcuts); am->AddAction(ID_TOOLS_PREFERENCES, tr("Global Preferences...")); - am->AddAction(ID_GRAPHICS_SETTINGS, tr("&Graphics Settings...")); for (int i = ID_FILE_MRU_FIRST; i <= ID_FILE_MRU_LAST; ++i) { @@ -1986,7 +1951,7 @@ namespace AzToolsFramework addLegacyGeneral(behaviorContext->Method("get_pane_class_names", PyGetViewPaneNames, nullptr, "Get all available class names for use with open_pane & close_pane.")); addLegacyGeneral(behaviorContext->Method("exit", PyExit, nullptr, "Exits the editor.")); addLegacyGeneral(behaviorContext->Method("exit_no_prompt", PyExitNoPrompt, nullptr, "Exits the editor without prompting to save first.")); - addLegacyGeneral(behaviorContext->Method("report_test_result", PyReportTest, nullptr, "Report test information.")); + addLegacyGeneral(behaviorContext->Method("test_output", PyTestOutput, nullptr, "Report test information.")); } } } diff --git a/Code/Editor/MainWindow.h b/Code/Editor/MainWindow.h index 34b121537d..e70355827c 100644 --- a/Code/Editor/MainWindow.h +++ b/Code/Editor/MainWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,6 +11,7 @@ #if !defined(Q_MOC_RUN) #include #include +#include #include #include @@ -249,6 +251,7 @@ private: QPointer m_toolbarCustomizationDialog; QScopedPointer m_sourceControlNotifHandler; + AZ::Event::Handler m_handleImGuiStateChangeHandler; AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING static MainWindow* m_instance; diff --git a/Code/Editor/MainWindow_mac.mm b/Code/Editor/MainWindow_mac.mm index 81548c8d6a..20bde355d1 100644 --- a/Code/Editor/MainWindow_mac.mm +++ b/Code/Editor/MainWindow_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/NewLevelDialog.cpp b/Code/Editor/NewLevelDialog.cpp index 2607528d56..7db795333b 100644 --- a/Code/Editor/NewLevelDialog.cpp +++ b/Code/Editor/NewLevelDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/NewLevelDialog.h b/Code/Editor/NewLevelDialog.h index 0c1330c36b..b14687aaa2 100644 --- a/Code/Editor/NewLevelDialog.h +++ b/Code/Editor/NewLevelDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/NewTerrainDialog.cpp b/Code/Editor/NewTerrainDialog.cpp index 39f94985f5..16641ee275 100644 --- a/Code/Editor/NewTerrainDialog.cpp +++ b/Code/Editor/NewTerrainDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/NewTerrainDialog.h b/Code/Editor/NewTerrainDialog.h index e92026e483..8905a8c123 100644 --- a/Code/Editor/NewTerrainDialog.h +++ b/Code/Editor/NewTerrainDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/AxisGizmo.cpp b/Code/Editor/Objects/AxisGizmo.cpp index 26ee2c7390..8f81ea66b7 100644 --- a/Code/Editor/Objects/AxisGizmo.cpp +++ b/Code/Editor/Objects/AxisGizmo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/AxisGizmo.h b/Code/Editor/Objects/AxisGizmo.h index cc31ca910e..dfd35388b6 100644 --- a/Code/Editor/Objects/AxisGizmo.h +++ b/Code/Editor/Objects/AxisGizmo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/BaseObject.cpp b/Code/Editor/Objects/BaseObject.cpp index f5a79759ea..c13c5932b0 100644 --- a/Code/Editor/Objects/BaseObject.cpp +++ b/Code/Editor/Objects/BaseObject.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/BaseObject.h b/Code/Editor/Objects/BaseObject.h index fc6392767e..a05bbb61af 100644 --- a/Code/Editor/Objects/BaseObject.h +++ b/Code/Editor/Objects/BaseObject.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ClassDesc.cpp b/Code/Editor/Objects/ClassDesc.cpp index d68c1c9c2e..b588d915ae 100644 --- a/Code/Editor/Objects/ClassDesc.cpp +++ b/Code/Editor/Objects/ClassDesc.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ClassDesc.h b/Code/Editor/Objects/ClassDesc.h index 65a3a16865..dc35af2c6a 100644 --- a/Code/Editor/Objects/ClassDesc.h +++ b/Code/Editor/Objects/ClassDesc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/DisplayContext.cpp b/Code/Editor/Objects/DisplayContext.cpp index 576f04b15f..167b8a976d 100644 --- a/Code/Editor/Objects/DisplayContext.cpp +++ b/Code/Editor/Objects/DisplayContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/DisplayContext.h b/Code/Editor/Objects/DisplayContext.h index 498b96c540..4b09d4afe9 100644 --- a/Code/Editor/Objects/DisplayContext.h +++ b/Code/Editor/Objects/DisplayContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -30,6 +31,7 @@ struct IRenderAuxGeom; struct IIconManager; class CDisplaySettings; class CCamera; +class QPoint; enum DisplayFlags { diff --git a/Code/Editor/Objects/DisplayContextShared.inl b/Code/Editor/Objects/DisplayContextShared.inl index e122f68be7..1791c22443 100644 --- a/Code/Editor/Objects/DisplayContextShared.inl +++ b/Code/Editor/Objects/DisplayContextShared.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,6 +13,7 @@ #include "IEditor.h" #include "Include/IIconManager.h" #include "Include/IDisplayViewport.h" +#include #include #include diff --git a/Code/Editor/Objects/EntityObject.cpp b/Code/Editor/Objects/EntityObject.cpp index 6530947096..3b23894aac 100644 --- a/Code/Editor/Objects/EntityObject.cpp +++ b/Code/Editor/Objects/EntityObject.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/EntityObject.h b/Code/Editor/Objects/EntityObject.h index 8df5ab75ee..76bd71a1f1 100644 --- a/Code/Editor/Objects/EntityObject.h +++ b/Code/Editor/Objects/EntityObject.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/Gizmo.cpp b/Code/Editor/Objects/Gizmo.cpp index f9b11c20be..9854c5b77b 100644 --- a/Code/Editor/Objects/Gizmo.cpp +++ b/Code/Editor/Objects/Gizmo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/Gizmo.h b/Code/Editor/Objects/Gizmo.h index 3e9058b77e..1e5b07abff 100644 --- a/Code/Editor/Objects/Gizmo.h +++ b/Code/Editor/Objects/Gizmo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/GizmoManager.cpp b/Code/Editor/Objects/GizmoManager.cpp index 662fadad74..697ca3e93c 100644 --- a/Code/Editor/Objects/GizmoManager.cpp +++ b/Code/Editor/Objects/GizmoManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/GizmoManager.h b/Code/Editor/Objects/GizmoManager.h index 8e7b3c6234..c3a71ad81b 100644 --- a/Code/Editor/Objects/GizmoManager.h +++ b/Code/Editor/Objects/GizmoManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/IEntityObjectListener.h b/Code/Editor/Objects/IEntityObjectListener.h index 06d8d18837..9072a837d0 100644 --- a/Code/Editor/Objects/IEntityObjectListener.h +++ b/Code/Editor/Objects/IEntityObjectListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/LineGizmo.cpp b/Code/Editor/Objects/LineGizmo.cpp index ec8d3f9d7b..46026be614 100644 --- a/Code/Editor/Objects/LineGizmo.cpp +++ b/Code/Editor/Objects/LineGizmo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/LineGizmo.h b/Code/Editor/Objects/LineGizmo.h index 1b03bdba31..af3b38b199 100644 --- a/Code/Editor/Objects/LineGizmo.h +++ b/Code/Editor/Objects/LineGizmo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectLoader.cpp b/Code/Editor/Objects/ObjectLoader.cpp index 972ab987a2..98f771dc76 100644 --- a/Code/Editor/Objects/ObjectLoader.cpp +++ b/Code/Editor/Objects/ObjectLoader.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectLoader.h b/Code/Editor/Objects/ObjectLoader.h index 3d2bfa9633..350ffa10a9 100644 --- a/Code/Editor/Objects/ObjectLoader.h +++ b/Code/Editor/Objects/ObjectLoader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectManager.cpp b/Code/Editor/Objects/ObjectManager.cpp index 5b8b497f2f..58cd016e22 100644 --- a/Code/Editor/Objects/ObjectManager.cpp +++ b/Code/Editor/Objects/ObjectManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectManager.h b/Code/Editor/Objects/ObjectManager.h index a82741e532..f59f6c43b8 100644 --- a/Code/Editor/Objects/ObjectManager.h +++ b/Code/Editor/Objects/ObjectManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectManagerEventBus.h b/Code/Editor/Objects/ObjectManagerEventBus.h index eba6fbde93..a78bb5f545 100644 --- a/Code/Editor/Objects/ObjectManagerEventBus.h +++ b/Code/Editor/Objects/ObjectManagerEventBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectManagerLegacyUndo.cpp b/Code/Editor/Objects/ObjectManagerLegacyUndo.cpp index 920bd74b04..f21ba46e65 100644 --- a/Code/Editor/Objects/ObjectManagerLegacyUndo.cpp +++ b/Code/Editor/Objects/ObjectManagerLegacyUndo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/ObjectManagerLegacyUndo.h b/Code/Editor/Objects/ObjectManagerLegacyUndo.h index d8259625ce..721d188171 100644 --- a/Code/Editor/Objects/ObjectManagerLegacyUndo.h +++ b/Code/Editor/Objects/ObjectManagerLegacyUndo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/SelectionGroup.cpp b/Code/Editor/Objects/SelectionGroup.cpp index 97deca493f..5912cf050e 100644 --- a/Code/Editor/Objects/SelectionGroup.cpp +++ b/Code/Editor/Objects/SelectionGroup.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/SelectionGroup.h b/Code/Editor/Objects/SelectionGroup.h index 818a49b84c..8f6feb32ad 100644 --- a/Code/Editor/Objects/SelectionGroup.h +++ b/Code/Editor/Objects/SelectionGroup.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -19,6 +20,8 @@ class CBaseObject; #include "ObjectEvent.h" #include "Objects/BaseObject.h" +#include + /*! * CSelectionGroup is a named selection group of objects. */ diff --git a/Code/Editor/Objects/SubObjSelection.cpp b/Code/Editor/Objects/SubObjSelection.cpp index a989daccc8..3a67b8dfb7 100644 --- a/Code/Editor/Objects/SubObjSelection.cpp +++ b/Code/Editor/Objects/SubObjSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/SubObjSelection.h b/Code/Editor/Objects/SubObjSelection.h index 7db548bde6..9e07bdc203 100644 --- a/Code/Editor/Objects/SubObjSelection.h +++ b/Code/Editor/Objects/SubObjSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/TrackGizmo.cpp b/Code/Editor/Objects/TrackGizmo.cpp index 006e94be6e..ed1132bd2b 100644 --- a/Code/Editor/Objects/TrackGizmo.cpp +++ b/Code/Editor/Objects/TrackGizmo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Objects/TrackGizmo.h b/Code/Editor/Objects/TrackGizmo.h index f76f62d032..1e90a247cf 100644 --- a/Code/Editor/Objects/TrackGizmo.h +++ b/Code/Editor/Objects/TrackGizmo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Platform/Android/editor_android.cmake b/Code/Editor/Platform/Android/editor_android.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Editor/Platform/Android/editor_android.cmake +++ b/Code/Editor/Platform/Android/editor_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Android/editor_lib_android.cmake b/Code/Editor/Platform/Android/editor_lib_android.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Editor/Platform/Android/editor_lib_android.cmake +++ b/Code/Editor/Platform/Android/editor_lib_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Common/Clang/editor_lib_clang.cmake b/Code/Editor/Platform/Common/Clang/editor_lib_clang.cmake index 098c83c0f5..bc945f55c9 100644 --- a/Code/Editor/Platform/Common/Clang/editor_lib_clang.cmake +++ b/Code/Editor/Platform/Common/Clang/editor_lib_clang.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Common/MSVC/editor_lib_msvc.cmake b/Code/Editor/Platform/Common/MSVC/editor_lib_msvc.cmake index 23bca6f33d..cd72cfb3d8 100644 --- a/Code/Editor/Platform/Common/MSVC/editor_lib_msvc.cmake +++ b/Code/Editor/Platform/Common/MSVC/editor_lib_msvc.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Common/Unimplemented/Util/Mailer_Unimplemented.cpp b/Code/Editor/Platform/Common/Unimplemented/Util/Mailer_Unimplemented.cpp index 95a1177a84..ef1fb70d75 100644 --- a/Code/Editor/Platform/Common/Unimplemented/Util/Mailer_Unimplemented.cpp +++ b/Code/Editor/Platform/Common/Unimplemented/Util/Mailer_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Platform/Linux/editor_core_files_linux.cmake b/Code/Editor/Platform/Linux/editor_core_files_linux.cmake index 7d7f211531..0d8faa2658 100644 --- a/Code/Editor/Platform/Linux/editor_core_files_linux.cmake +++ b/Code/Editor/Platform/Linux/editor_core_files_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Linux/editor_lib_linux.cmake b/Code/Editor/Platform/Linux/editor_lib_linux.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Editor/Platform/Linux/editor_lib_linux.cmake +++ b/Code/Editor/Platform/Linux/editor_lib_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Linux/editor_linux.cmake b/Code/Editor/Platform/Linux/editor_linux.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Editor/Platform/Linux/editor_linux.cmake +++ b/Code/Editor/Platform/Linux/editor_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Linux/platform_linux_files.cmake b/Code/Editor/Platform/Linux/platform_linux_files.cmake index c84d157abe..3baed702c2 100644 --- a/Code/Editor/Platform/Linux/platform_linux_files.cmake +++ b/Code/Editor/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Mac/editor_core_files_mac.cmake b/Code/Editor/Platform/Mac/editor_core_files_mac.cmake index 82459b1433..e5407f27a8 100644 --- a/Code/Editor/Platform/Mac/editor_core_files_mac.cmake +++ b/Code/Editor/Platform/Mac/editor_core_files_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Mac/editor_lib_mac.cmake b/Code/Editor/Platform/Mac/editor_lib_mac.cmake index 1a20e11221..fbd3f6b587 100644 --- a/Code/Editor/Platform/Mac/editor_lib_mac.cmake +++ b/Code/Editor/Platform/Mac/editor_lib_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Mac/editor_mac.cmake b/Code/Editor/Platform/Mac/editor_mac.cmake index 33e7a7662d..2afbee4251 100644 --- a/Code/Editor/Platform/Mac/editor_mac.cmake +++ b/Code/Editor/Platform/Mac/editor_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Mac/gui_info.plist b/Code/Editor/Platform/Mac/gui_info.plist index 0ec7b59e98..5b5f94e977 100644 --- a/Code/Editor/Platform/Mac/gui_info.plist +++ b/Code/Editor/Platform/Mac/gui_info.plist @@ -5,7 +5,7 @@ CFBundleExecutable Editor CFBundleIdentifier - com.Amazon.Lumberyard.Editor + org.O3DE.Editor CFBundlePackageType APPL CFBundleSignature diff --git a/Code/Editor/Platform/Mac/platform_mac_files.cmake b/Code/Editor/Platform/Mac/platform_mac_files.cmake index 55872c7b46..91a0bed574 100644 --- a/Code/Editor/Platform/Mac/platform_mac_files.cmake +++ b/Code/Editor/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Windows/Util/Mailer_Windows.cpp b/Code/Editor/Platform/Windows/Util/Mailer_Windows.cpp index c91bbfdf29..e7cc8658f0 100644 --- a/Code/Editor/Platform/Windows/Util/Mailer_Windows.cpp +++ b/Code/Editor/Platform/Windows/Util/Mailer_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Platform/Windows/editor_core_files_windows.cmake b/Code/Editor/Platform/Windows/editor_core_files_windows.cmake index 7d7f211531..0d8faa2658 100644 --- a/Code/Editor/Platform/Windows/editor_core_files_windows.cmake +++ b/Code/Editor/Platform/Windows/editor_core_files_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Windows/editor_lib_windows.cmake b/Code/Editor/Platform/Windows/editor_lib_windows.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Editor/Platform/Windows/editor_lib_windows.cmake +++ b/Code/Editor/Platform/Windows/editor_lib_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Windows/editor_windows.cmake b/Code/Editor/Platform/Windows/editor_windows.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Editor/Platform/Windows/editor_windows.cmake +++ b/Code/Editor/Platform/Windows/editor_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/Windows/platform_windows_files.cmake b/Code/Editor/Platform/Windows/platform_windows_files.cmake index 3c22bf237a..d7fc96e0a3 100644 --- a/Code/Editor/Platform/Windows/platform_windows_files.cmake +++ b/Code/Editor/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/iOS/editor_ios.cmake b/Code/Editor/Platform/iOS/editor_ios.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Editor/Platform/iOS/editor_ios.cmake +++ b/Code/Editor/Platform/iOS/editor_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Platform/iOS/editor_lib_ios.cmake b/Code/Editor/Platform/iOS/editor_lib_ios.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Editor/Platform/iOS/editor_lib_ios.cmake +++ b/Code/Editor/Platform/iOS/editor_lib_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugin.cpp b/Code/Editor/Plugin.cpp index ae2ccc5806..0fb37c96c7 100644 --- a/Code/Editor/Plugin.cpp +++ b/Code/Editor/Plugin.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugin.h b/Code/Editor/Plugin.h index c5811d96de..1ad6a1496f 100644 --- a/Code/Editor/Plugin.h +++ b/Code/Editor/Plugin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/PluginManager.cpp b/Code/Editor/PluginManager.cpp index de09d90b78..f03cb54fce 100644 --- a/Code/Editor/PluginManager.cpp +++ b/Code/Editor/PluginManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/PluginManager.h b/Code/Editor/PluginManager.h index c4542bc742..a725a1a240 100644 --- a/Code/Editor/PluginManager.h +++ b/Code/Editor/PluginManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/CMakeLists.txt b/Code/Editor/Plugins/CMakeLists.txt index bfa52f0c0d..91fc2564ff 100644 --- a/Code/Editor/Plugins/CMakeLists.txt +++ b/Code/Editor/Plugins/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt b/Code/Editor/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt index 4744b4e174..5de4d0b34a 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -27,6 +28,7 @@ ly_add_target( BUILD_DEPENDENCIES PRIVATE 3rdParty::Qt::Core + 3rdParty::Qt::Widgets AZ::AzCore AZ::AzToolsFramework Legacy::CryCommon diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.cpp index e26b49af32..3f4cd1b566 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" #include "ComponentEntityEditorPlugin.h" #include diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.h index 27479ff9b3..f03e9ff481 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin_precompiled.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin_precompiled.h deleted file mode 100644 index a80ca3ace2..0000000000 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/ComponentEntityEditorPlugin_precompiled.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ -#pragma once - -#include - -///////////////////////////////////////////////////////////////////////////// -// Engine -///////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include -#include - -///////////////////////////////////////////////////////////////////////////// -// STL -///////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include - -#ifdef CreateDirectory -#undef CreateDirectory -#endif diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.cpp index e18909d9bc..85730d327b 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "ComponentEntityObject.h" diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h index 644ac575c2..23151eb05c 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Objects/ComponentEntityObject.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.cpp index 77d51194bd..874868b5bc 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.cpp @@ -1,11 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "SandboxIntegration.h" #include @@ -82,6 +81,7 @@ #include #include #include +#include #include #include "CryEdit.h" diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.h index a738edcb0e..a2ec3b579b 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/SandboxIntegration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -295,8 +296,8 @@ private: AZStd::unordered_set m_unsavedEntities; const AZStd::string m_defaultComponentIconLocation = "Icons/Components/Component_Placeholder.svg"; - const AZStd::string m_defaultComponentViewportIconLocation = "Icons/Components/Viewport/Component_Placeholder.png"; - const AZStd::string m_defaultEntityIconLocation = "Icons/Components/Viewport/Transform.png"; + const AZStd::string m_defaultComponentViewportIconLocation = "Icons/Components/Viewport/Component_Placeholder.svg"; + const AZStd::string m_defaultEntityIconLocation = "Icons/Components/Viewport/Transform.svg"; bool m_debugDisplayBusImplementationActive = false; diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/ComponentEntityObjectStateTests.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/ComponentEntityObjectStateTests.cpp index c033d7f3d5..2cd34ec1b9 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/ComponentEntityObjectStateTests.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/ComponentEntityObjectStateTests.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include #include #include diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/test_Main.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/test_Main.cpp index d44a1cb318..03daae4f61 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/test_Main.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/Tests/test_Main.cpp @@ -1,19 +1,16 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include #include #include -using namespace AZ; - // Handle asserts class ToolsFrameworkHook : public AZ::Test::ITestEnvironment @@ -21,12 +18,12 @@ class ToolsFrameworkHook public: void SetupEnvironment() override { - AllocatorInstance::Create(); + AZ::AllocatorInstance::Create(); } void TeardownEnvironment() override { - AllocatorInstance::Destroy(); + AZ::AllocatorInstance::Destroy(); } }; diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.cpp index 2f22bb57cc..0d661349a9 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - +#include #include "CryEdit.h" #include "AssetCatalogModel.h" #include "Objects/ComponentEntityObject.h" diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.h index 74f779efcc..c9143bb259 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/AssetCatalogModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.cpp index 44f1a23b73..cd157fe838 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "CategoriesList.h" ComponentCategoryList::ComponentCategoryList(QWidget* parent /*= nullptr*/) diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.h index 5fa24f1fa9..76a955ea76 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/CategoriesList.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.cpp index 6e0d6a5450..f7f2b721b7 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "ComponentDataModel.h" #include "Include/IObjectManager.h" diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.h index 6c93f8c06c..2c9cd27a5f 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentDataModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteSettings.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteSettings.h index 30e7f93160..005549ad86 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteSettings.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteSettings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.cpp index a899a0f864..78d3e51e4d 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "ComponentPaletteWindow.h" #include "ComponentDataModel.h" #include "FavoriteComponentList.h" @@ -26,6 +25,7 @@ #include #include +#include ComponentPaletteWindow::ComponentPaletteWindow(QWidget* parent) : QMainWindow(parent) diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.h index 106732e843..f662f69342 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/ComponentPaletteWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,7 +9,9 @@ #pragma once #if !defined(Q_MOC_RUN) +#include #include +#include #endif namespace AzToolsFramework diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.cpp index b61f384a13..41eed6f93f 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "FavoriteComponentList.h" #include #include diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.h index 44d343d89c..5f704237ab 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FavoriteComponentList.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.cpp index 5bf84fd61b..2431653e36 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "ComponentDataModel.h" #include "FavoriteComponentList.h" #include "FilteredComponentList.h" diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.h index a1fae7ceea..113128fbcc 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/FilteredComponentList.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.cpp index a8f2090226..dd6a53f3ac 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "InformationPanel.h" // TODO: LMBR-28174 diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.h index 294a43b39a..13be58cccf 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/ComponentPalette/InformationPanel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/EntityOutliner.qss b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/EntityOutliner.qss index 624c89aad7..1b6f04d06d 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/EntityOutliner.qss +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/EntityOutliner.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,7 +9,7 @@ OutlinerWidget #m_display_options { - qproperty-icon: url(:/stylesheet/img/UI20/menu-centered.svg); + qproperty-icon: url(:/Menu/menu.svg); qproperty-iconSize: 16px 16px; qproperty-flat: true; } diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerCacheBus.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerCacheBus.h index 872db578ee..c2695974f8 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerCacheBus.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerCacheBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.cpp index c1af8d76d7..e3b8b8e39e 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.cpp @@ -1,11 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "OutlinerDisplayOptionsMenu.h" #include @@ -66,3 +65,5 @@ namespace EntityOutliner emit OnOptionToggled(DisplayOption::AutoExpand, checked); } } + +#include diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.h index 455e9f54f5..4299b37b24 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerDisplayOptionsMenu.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.cpp index 3f62acda62..50d111d9b3 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.cpp @@ -1,11 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "OutlinerListModel.hxx" #include @@ -64,6 +63,7 @@ #include #include +#include //////////////////////////////////////////////////////////////////////////// // OutlinerListModel diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.hxx b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.hxx index 09f3ea2c9b..346a5e938a 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.hxx +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerListModel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.cpp index b76f0826b2..e29c771628 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.cpp @@ -1,13 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "OutlinerSearchWidget.h" +#include #include #include #include @@ -15,6 +15,7 @@ #include #include #include +#include namespace AzQtComponents { diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.h index 6b95068af5..7d35576ba3 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSearchWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -18,6 +19,7 @@ #if !defined(DEFINED_QMETATYPE_UUID) #define DEFINED_QMETATYPE_UUID +#include Q_DECLARE_METATYPE(AZ::Uuid); #endif diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.cpp index 660ea137cf..1ae011c3fe 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.cpp @@ -1,11 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "OutlinerSortFilterProxyModel.hxx" #include @@ -32,7 +31,24 @@ bool OutlinerSortFilterProxyModel::filterAcceptsRow(int sourceRow, const QModelI bool OutlinerSortFilterProxyModel::lessThan(const QModelIndex& leftIndex, const QModelIndex& rightIndex) const { - return sourceModel()->data(leftIndex).toString() < sourceModel()->data(rightIndex).toString(); + if (leftIndex.isValid() && rightIndex.isValid()) + { + QVariant leftData = sourceModel()->data(leftIndex); + QVariant rightData = sourceModel()->data(rightIndex); + + // make sure to compare the correct data types for sorting the current column + AZ_Assert(leftData.type() == rightData.type(), "OutlinerSortFilterProxyModel::lessThan types do not agree!"); + if (static_cast(leftData.type()) == QMetaType::QString) + { + return leftData.toString() < rightData.toString(); + } + else if (static_cast(leftData.type()) == QMetaType::ULongLong) + { + return leftData.toULongLong() < rightData.toULongLong(); + } + AZ_Error("Editor", false, "Error! Unhandled type \"%s\" in OutlinerSortFilterProxyModel::lessThan", leftData.typeName()); + } + return false; } void OutlinerSortFilterProxyModel::sort(int /*column*/, Qt::SortOrder /*order*/) diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.hxx b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.hxx index bf5d95bebe..8d41555878 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.hxx +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerSortFilterProxyModel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.cpp index 9df6f4eac0..017f59cdc3 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.cpp @@ -1,11 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "OutlinerTreeView.hxx" #include "OutlinerListModel.hxx" @@ -18,6 +17,7 @@ #include #include #include +#include OutlinerTreeView::OutlinerTreeView(QWidget* pParent) : QTreeView(pParent) diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.hxx b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.hxx index cf05001184..fe7a494be4 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.hxx +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerTreeView.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.cpp index d69480b169..6e16ab6557 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.cpp @@ -1,11 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" +#include #include "MainWindow.h" // for MainWindow #include "OutlinerListModel.hxx" @@ -269,10 +270,12 @@ OutlinerWidget::OutlinerWidget(QWidget* pParent, Qt::WindowFlags flags) AzToolsFramework::ComponentModeFramework::EditorComponentModeNotificationBus::Handler::BusConnect( AzToolsFramework::GetEntityContextId()); AzToolsFramework::EditorEntityInfoNotificationBus::Handler::BusConnect(); + AzToolsFramework::EditorWindowUIRequestBus::Handler::BusConnect(); } OutlinerWidget::~OutlinerWidget() { + AzToolsFramework::EditorWindowUIRequestBus::Handler::BusDisconnect(); AzToolsFramework::ComponentModeFramework::EditorComponentModeNotificationBus::Handler::BusDisconnect(); AzToolsFramework::EditorEntityInfoNotificationBus::Handler::BusDisconnect(); AzToolsFramework::EditorPickModeNotificationBus::Handler::BusDisconnect(); @@ -1321,16 +1324,25 @@ static void SetEntityOutlinerState(Ui::OutlinerWidgetUI* entityOutlinerUi, const AzQtComponents::SetWidgetInteractEnabled(entityOutlinerUi->m_searchWidget, on); } +void OutlinerWidget::EnableUi(bool enable) +{ + SetEntityOutlinerState(m_gui, enable); + setEnabled(enable); +} + +void OutlinerWidget::SetEditorUiEnabled(bool enable) +{ + EnableUi(enable); +} + void OutlinerWidget::EnteredComponentMode([[maybe_unused]] const AZStd::vector& componentModeTypes) { - SetEntityOutlinerState(m_gui, false); - setEnabled(false); + EnableUi(false); } void OutlinerWidget::LeftComponentMode([[maybe_unused]] const AZStd::vector& componentModeTypes) { - setEnabled(true); - SetEntityOutlinerState(m_gui, true); + EnableUi(true); } void OutlinerWidget::OnSliceInstantiated(const AZ::Data::AssetId& /*sliceAssetId*/, AZ::SliceComponent::SliceInstanceAddress& sliceAddress, const AzFramework::SliceInstantiationTicket& /*ticket*/) diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.hxx b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.hxx index 75991424bb..b29032a760 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.hxx +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/Outliner/OutlinerWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,7 @@ #include #include +#include #include #include #include @@ -57,6 +59,7 @@ class OutlinerWidget , private AzToolsFramework::SliceEditorEntityOwnershipServiceNotificationBus::Handler , private AzToolsFramework::EditorEntityInfoNotificationBus::Handler , private AzToolsFramework::ComponentModeFramework::EditorComponentModeNotificationBus::Handler + , private AzToolsFramework::EditorWindowUIRequestBus::Handler { Q_OBJECT; public: @@ -106,6 +109,9 @@ private: void EnteredComponentMode(const AZStd::vector& componentModeTypes) override; void LeftComponentMode(const AZStd::vector& componentModeTypes) override; + // EditorWindowUIRequestBus overrides + void SetEditorUiEnabled(bool enable) override; + // Build a selection object from the given entities. Entities already in the Widget's selection buffers are ignored. template QItemSelection BuildSelectionFromEntities(const EntityIdCollection& entityIds); @@ -171,6 +177,7 @@ private: AZ::EntityId GetEntityIdFromIndex(const QModelIndex& index) const; QModelIndex GetIndexFromEntityId(const AZ::EntityId& entityId) const; void ExtractEntityIdsFromSelection(const QItemSelection& selection, AzToolsFramework::EntityIdList& entityIdList) const; + void EnableUi(bool enable); // AzToolsFramework::OutlinerModelNotificationBus::Handler // Receive notification from the outliner model that we should scroll diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp index ad9bf00e79..4dba832414 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "UI/QComponentEntityEditorMainWindow.h" #include diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.h index d5da6135f2..0bafabeb9b 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,6 +11,8 @@ #include #include + +#include #endif class QObjectPropertyModel; diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.cpp index c58ec25cc4..9d0b348eaf 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - +#include #include "CryEdit.h" #include "UI/QComponentEntityEditorOutlinerWindow.h" #include "UI/Outliner/OutlinerWidget.hxx" diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.h index 5b33d2a4d7..4010321b2c 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorOutlinerWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.cpp index 471ca7dad3..55bef2429b 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - #include "UI/QComponentLevelEntityEditorMainWindow.h" #include diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.h b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.h index 20d59d190a..657a7af9b2 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.h +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentLevelEntityEditorMainWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_files.cmake b/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_files.cmake index 1f7c3c0388..c663926618 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_files.cmake +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -11,7 +12,6 @@ set(FILES ComponentEntityEditorPlugin.cpp SandboxIntegration.h SandboxIntegration.cpp - ComponentEntityEditorPlugin_precompiled.h UI/QComponentEntityEditorMainWindow.h UI/QComponentEntityEditorMainWindow.cpp UI/QComponentLevelEntityEditorMainWindow.h diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_test_files.cmake b/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_test_files.cmake index dd41f570b4..ab518624fb 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_test_files.cmake +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_test_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/ComponentEntityEditorPlugin/dllmain.cpp b/Code/Editor/Plugins/ComponentEntityEditorPlugin/dllmain.cpp index 8e648bced8..bdc0897c82 100644 --- a/Code/Editor/Plugins/ComponentEntityEditorPlugin/dllmain.cpp +++ b/Code/Editor/Plugins/ComponentEntityEditorPlugin/dllmain.cpp @@ -1,19 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ComponentEntityEditorPlugin_precompiled.h" - -// All plugins suffer from the following warning: -// warning C4273: 'GetIEditor' : inconsistent dll linkage -// GetIEditor() is forward-declared using EDITOR_CORE_API, which without EDITOR_CORE set, -// results in dllimport rather than dllexport. This define ensure it's consistently and -// properly defined for export. -#define EDITOR_CORE - #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.cpp b/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.cpp index 44bd87994c..488c6728fd 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorAssetImporter_precompiled.h" #include #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.h b/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.h index 8399da1f62..2cabd6bd82 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.h +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetBrowserContextProvider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.cpp b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.cpp index adf4105807..db6e355799 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorAssetImporter_precompiled.h" #include #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.h b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.h index a35f3cd641..e68caaa9b1 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.h +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterDocument.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.cpp b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.cpp index 260d8714a5..4203bc67cd 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorAssetImporter_precompiled.h" #include #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.h b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.h index 8c59cc138b..c5b6694af4 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.h +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterPlugin.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.cpp b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.cpp index b72516876b..f9b2c6c023 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorAssetImporter_precompiled.h" #include #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.h b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.h index 6d4d64ce80..1c62b08c19 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.h +++ b/Code/Editor/Plugins/EditorAssetImporter/AssetImporterWindow.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,10 +15,12 @@ ///////////////////////////////////////////////////////////////////////////// #if !defined(Q_MOC_RUN) +#include #include #include #include #include +#include #endif namespace AZStd diff --git a/Code/Editor/Plugins/EditorAssetImporter/CMakeLists.txt b/Code/Editor/Plugins/EditorAssetImporter/CMakeLists.txt index c3db5f32ea..c4218c0122 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/CMakeLists.txt +++ b/Code/Editor/Plugins/EditorAssetImporter/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.cpp b/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.cpp index 0a821b1779..34527e598a 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorAssetImporter_precompiled.h" #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.h b/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.h index 8d9c25bc69..4e088ccb5c 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.h +++ b/Code/Editor/Plugins/EditorAssetImporter/ImporterRootDisplay.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorAssetImporter/Main.cpp b/Code/Editor/Plugins/EditorAssetImporter/Main.cpp index 70a1c74776..cc307b1d50 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/Main.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -11,14 +12,10 @@ // ///////////////////////////////////////////////////////////////////////////// -#include "EditorAssetImporter_precompiled.h" #include "AssetImporterPlugin.h" -#if defined(AZ_PLATFORM_WINDOWS) -#define WIN32_LEAN_AND_MEAN -#include -#endif +#include #include PLUGIN_API IPlugin* CreatePluginInstance(PLUGIN_INIT_PARAM* pInitParam) diff --git a/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.cpp b/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.cpp index 787da7fd3b..441fb362d6 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.cpp +++ b/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorAssetImporter_precompiled.h" #include #include #include diff --git a/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.h b/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.h index 40bfbbb3c4..4e2cbdc72d 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.h +++ b/Code/Editor/Plugins/EditorAssetImporter/SceneSerializationHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorAssetImporter/editorassetimporter_files.cmake b/Code/Editor/Plugins/EditorAssetImporter/editorassetimporter_files.cmake index ad6ec4ffc7..0a7764696a 100644 --- a/Code/Editor/Plugins/EditorAssetImporter/editorassetimporter_files.cmake +++ b/Code/Editor/Plugins/EditorAssetImporter/editorassetimporter_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -19,7 +20,6 @@ set(FILES SceneSerializationHandler.h SceneSerializationHandler.cpp Main.cpp - EditorAssetImporter_precompiled.h AssetImporter.qrc AssetImporterWindow.ui ImporterRootDisplay.ui diff --git a/Code/Editor/Plugins/EditorCommon/ActionOutput.cpp b/Code/Editor/Plugins/EditorCommon/ActionOutput.cpp index 81a1f82d4e..e0bec93564 100644 --- a/Code/Editor/Plugins/EditorCommon/ActionOutput.cpp +++ b/Code/Editor/Plugins/EditorCommon/ActionOutput.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include #include diff --git a/Code/Editor/Plugins/EditorCommon/ActionOutput.h b/Code/Editor/Plugins/EditorCommon/ActionOutput.h index 67ae9bb297..9e3c6e4df3 100644 --- a/Code/Editor/Plugins/EditorCommon/ActionOutput.h +++ b/Code/Editor/Plugins/EditorCommon/ActionOutput.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/AxisHelper.cpp b/Code/Editor/Plugins/EditorCommon/AxisHelper.cpp index e54afc369d..dab7511779 100644 --- a/Code/Editor/Plugins/EditorCommon/AxisHelper.cpp +++ b/Code/Editor/Plugins/EditorCommon/AxisHelper.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include "../../Editor/RenderHelpers/AxisHelperShared.inl" diff --git a/Code/Editor/Plugins/EditorCommon/CMakeLists.txt b/Code/Editor/Plugins/EditorCommon/CMakeLists.txt index 96d9cce5b7..2aff57cfb1 100644 --- a/Code/Editor/Plugins/EditorCommon/CMakeLists.txt +++ b/Code/Editor/Plugins/EditorCommon/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -46,4 +47,8 @@ ly_add_target( AZ::AzCore AZ::AzToolsFramework AZ::AzQtComponents + RUNTIME_DEPENDENCIES + AZ::AzCore + AZ::AzToolsFramework + AZ::AzQtComponents ) diff --git a/Code/Editor/Plugins/EditorCommon/Cry_LegacyPhysUtils.h b/Code/Editor/Plugins/EditorCommon/Cry_LegacyPhysUtils.h index 9309068974..b3735fa4b6 100644 --- a/Code/Editor/Plugins/EditorCommon/Cry_LegacyPhysUtils.h +++ b/Code/Editor/Plugins/EditorCommon/Cry_LegacyPhysUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.cpp b/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.cpp index ca281301dd..d4bcabdfbe 100644 --- a/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.cpp +++ b/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.h b/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.h index b795bf47d8..c7373ef18c 100644 --- a/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.h +++ b/Code/Editor/Plugins/EditorCommon/DeepFilterProxyModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/DisplayContext.cpp b/Code/Editor/Plugins/EditorCommon/DisplayContext.cpp index 87d0b47d1b..f0a82ba13c 100644 --- a/Code/Editor/Plugins/EditorCommon/DisplayContext.cpp +++ b/Code/Editor/Plugins/EditorCommon/DisplayContext.cpp @@ -1,10 +1,9 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ - -#include "EditorCommon_precompiled.h" #include "../../Editor/Objects/DisplayContextShared.inl" diff --git a/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.cpp b/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.cpp index 424cad7eb4..adb8ef0bc5 100644 --- a/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.cpp +++ b/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.h b/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.h index c3a8b52f06..774910e56d 100644 --- a/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.h +++ b/Code/Editor/Plugins/EditorCommon/DockTitleBarWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.cpp b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.cpp index 0d2d35bd04..866a8206d6 100644 --- a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.cpp +++ b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include "Ruler.h" #include @@ -43,7 +43,7 @@ namespace DrawingPrimitives const float ticksMinPower = log10f(RULER_MIN_PIXELS_PER_TICK); const float ticksPowerDelta = ticksMinPower - log10f(pixelsPerUnit); - const int digitsAfterPoint = max(-int(ceil(ticksPowerDelta)) - 1, 0); + const int digitsAfterPoint = AZStd::max(-int(ceil(ticksPowerDelta)) - 1, 0); if (pRulerPrecision) { *pRulerPrecision = digitsAfterPoint; @@ -159,7 +159,7 @@ namespace DrawingPrimitives char format[16] = ""; - sprintf_s(format, "%%.%df", rulerPrecision); + azsprintf(format, "%%.%df", rulerPrecision); const int height = options.m_rect.height(); const int top = options.m_rect.top(); diff --git a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.h b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.h index d3f9fbfd24..fd8bc62ff7 100644 --- a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.h +++ b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/Ruler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.cpp b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.cpp index 45f5dc7e96..4774520d0c 100644 --- a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.cpp +++ b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include "TimeSlider.h" #include diff --git a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.h b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.h index d1570feca3..4553b106e2 100644 --- a/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.h +++ b/Code/Editor/Plugins/EditorCommon/DrawingPrimitives/TimeSlider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/EditorCommon.cpp b/Code/Editor/Plugins/EditorCommon/EditorCommon.cpp index f8f29f0c23..dc4b021a91 100644 --- a/Code/Editor/Plugins/EditorCommon/EditorCommon.cpp +++ b/Code/Editor/Plugins/EditorCommon/EditorCommon.cpp @@ -1,16 +1,18 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include #include "EditorCommon.h" #include "EditorCommonAPI.h" +#include + CEditorCommonApp::CEditorCommonApp() { } diff --git a/Code/Editor/Plugins/EditorCommon/EditorCommon.def b/Code/Editor/Plugins/EditorCommon/EditorCommon.def deleted file mode 100644 index a8d10ff297..0000000000 --- a/Code/Editor/Plugins/EditorCommon/EditorCommon.def +++ /dev/null @@ -1,6 +0,0 @@ -; EditorCommon.def : Declares the module parameters for the DLL. - -LIBRARY - -EXPORTS - ; Explicit exports can go here diff --git a/Code/Editor/Plugins/EditorCommon/EditorCommon.h b/Code/Editor/Plugins/EditorCommon/EditorCommon.h index 4f8dfea668..b2a4b92fec 100644 --- a/Code/Editor/Plugins/EditorCommon/EditorCommon.h +++ b/Code/Editor/Plugins/EditorCommon/EditorCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/EditorCommonAPI.h b/Code/Editor/Plugins/EditorCommon/EditorCommonAPI.h index 017a045419..2135cafb8d 100644 --- a/Code/Editor/Plugins/EditorCommon/EditorCommonAPI.h +++ b/Code/Editor/Plugins/EditorCommon/EditorCommonAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/EditorCommon_precompiled.h b/Code/Editor/Plugins/EditorCommon/EditorCommon_precompiled.h deleted file mode 100644 index 0fa561651c..0000000000 --- a/Code/Editor/Plugins/EditorCommon/EditorCommon_precompiled.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - - -#pragma once - -#ifndef VC_EXTRALEAN -#define VC_EXTRALEAN -#endif - -// These redicilous dependencies are needed just to be able to use -// Sandbox gizmos drawing and hit-testing code =( - -#include "ISystem.h" -#include "Include/EditorCoreAPI.h" -#include "Util/EditorUtils.h" - diff --git a/Code/Editor/Plugins/EditorCommon/QtViewPane.cpp b/Code/Editor/Plugins/EditorCommon/QtViewPane.cpp index cbe849905a..7d97e6f580 100644 --- a/Code/Editor/Plugins/EditorCommon/QtViewPane.cpp +++ b/Code/Editor/Plugins/EditorCommon/QtViewPane.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include "platform.h" #pragma warning(disable: 4266) // disabled warning from afk overrides diff --git a/Code/Editor/Plugins/EditorCommon/Resource.h b/Code/Editor/Plugins/EditorCommon/Resource.h index 97ea9a320e..d1acef6314 100644 --- a/Code/Editor/Plugins/EditorCommon/Resource.h +++ b/Code/Editor/Plugins/EditorCommon/Resource.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.cpp b/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.cpp index 72d4b43249..0b514513ca 100644 --- a/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.cpp +++ b/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include #include #include diff --git a/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.h b/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.h index 63dd91d8e6..48be196450 100644 --- a/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.h +++ b/Code/Editor/Plugins/EditorCommon/SaveUtilities/AsyncSaveRunner.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/UiEditorDLLBus.h b/Code/Editor/Plugins/EditorCommon/UiEditorDLLBus.h index dc47efc290..8299d17ec8 100644 --- a/Code/Editor/Plugins/EditorCommon/UiEditorDLLBus.h +++ b/Code/Editor/Plugins/EditorCommon/UiEditorDLLBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidget.h b/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidget.h index 9adce6eb5c..06e84c1405 100644 --- a/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidget.h +++ b/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.cpp b/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.cpp index aa1cc71040..3ffa1b1b99 100644 --- a/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.cpp +++ b/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorCommon_precompiled.h" #include namespace WinWidget diff --git a/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.h b/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.h index ee46e99bbf..968f3ea6d2 100644 --- a/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.h +++ b/Code/Editor/Plugins/EditorCommon/WinWidget/WinWidgetManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,8 @@ #include #include +class QWidget; + namespace WinWidget { class EDITOR_COMMON_API WinWidgetManager diff --git a/Code/Editor/Plugins/EditorCommon/editorcommon_files.cmake b/Code/Editor/Plugins/EditorCommon/editorcommon_files.cmake index 5277f2456a..c1f1a531e8 100644 --- a/Code/Editor/Plugins/EditorCommon/editorcommon_files.cmake +++ b/Code/Editor/Plugins/EditorCommon/editorcommon_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -10,7 +11,6 @@ set(FILES EditorCommon.cpp EditorCommon.rc EditorCommonAPI.h - EditorCommon_precompiled.h ActionOutput.h ActionOutput.cpp UiEditorDLLBus.h diff --git a/Code/Editor/Plugins/EditorCommon/res/EditorCommon.rc2 b/Code/Editor/Plugins/EditorCommon/res/EditorCommon.rc2 deleted file mode 100644 index 8ffc09417a..0000000000 Binary files a/Code/Editor/Plugins/EditorCommon/res/EditorCommon.rc2 and /dev/null differ diff --git a/Code/Editor/Plugins/EditorCommon/stdafx.cpp b/Code/Editor/Plugins/EditorCommon/stdafx.cpp deleted file mode 100644 index 23e4c68c56..0000000000 --- a/Code/Editor/Plugins/EditorCommon/stdafx.cpp +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - - -// stdafx.cpp : source file that includes just the standard includes -// EditorCommon.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "EditorCommon_precompiled.h" diff --git a/Code/Editor/Plugins/FFMPEGPlugin/CMakeLists.txt b/Code/Editor/Plugins/FFMPEGPlugin/CMakeLists.txt index 342151f24a..5b32601b03 100644 --- a/Code/Editor/Plugins/FFMPEGPlugin/CMakeLists.txt +++ b/Code/Editor/Plugins/FFMPEGPlugin/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -23,6 +24,7 @@ ly_add_target( . BUILD_DEPENDENCIES PRIVATE + 3rdParty::Qt::Core AZ::AzCore Legacy::CryCommon Legacy::EditorLib diff --git a/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.cpp b/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.cpp index 8ebbc8cc9b..dd2a1d602a 100644 --- a/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.cpp +++ b/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "FFMPEGPlugin_precompiled.h" #include "FFMPEGPlugin.h" #include "CryString.h" typedef CryStringT string; diff --git a/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.h b/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.h index 604b5f36a3..7d5c5e05f2 100644 --- a/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.h +++ b/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin_precompiled.h b/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin_precompiled.h deleted file mode 100644 index 3b015dd9a5..0000000000 --- a/Code/Editor/Plugins/FFMPEGPlugin/FFMPEGPlugin_precompiled.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - - -#pragma once - -#include - -#include "resource.h" - -///////////////////////////////////////////////////////////////////////////// -// CRY Stuff //////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////// -#include - - -///////////////////////////////////////////////////////////////////////////// -// STL -///////////////////////////////////////////////////////////////////////////// -#include -#include -#include -#include -#include - -///////////////////////////////////////////////////////////////////////////// -// CRY Stuff //////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////// -#include -#include "Util/EditorUtils.h" -#include "EditorCoreAPI.h" diff --git a/Code/Editor/Plugins/FFMPEGPlugin/ffmpegplugin_files.cmake b/Code/Editor/Plugins/FFMPEGPlugin/ffmpegplugin_files.cmake index e6a3397606..779fc816f4 100644 --- a/Code/Editor/Plugins/FFMPEGPlugin/ffmpegplugin_files.cmake +++ b/Code/Editor/Plugins/FFMPEGPlugin/ffmpegplugin_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -8,7 +9,6 @@ set(FILES FFMPEGPlugin.rc main.cpp - FFMPEGPlugin_precompiled.h FFMPEGPlugin.cpp FFMPEGPlugin.h ) diff --git a/Code/Editor/Plugins/FFMPEGPlugin/main.cpp b/Code/Editor/Plugins/FFMPEGPlugin/main.cpp index b3b2d7149b..3432a9975e 100644 --- a/Code/Editor/Plugins/FFMPEGPlugin/main.cpp +++ b/Code/Editor/Plugins/FFMPEGPlugin/main.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ - -#include "FFMPEGPlugin_precompiled.h" #include "FFMPEGPlugin.h" #include "Include/IEditorClassFactory.h" diff --git a/Code/Editor/Plugins/FFMPEGPlugin/resource.h b/Code/Editor/Plugins/FFMPEGPlugin/resource.h index 1de830b499..dcf269a2b4 100644 --- a/Code/Editor/Plugins/FFMPEGPlugin/resource.h +++ b/Code/Editor/Plugins/FFMPEGPlugin/resource.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/PerforcePlugin/CMakeLists.txt b/Code/Editor/Plugins/PerforcePlugin/CMakeLists.txt index 15a1147166..8d8d1a572e 100644 --- a/Code/Editor/Plugins/PerforcePlugin/CMakeLists.txt +++ b/Code/Editor/Plugins/PerforcePlugin/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -31,6 +32,8 @@ ly_add_target( . BUILD_DEPENDENCIES PRIVATE + 3rdParty::Qt::Core + 3rdParty::Qt::Widgets AZ::AzCore Legacy::CryCommon Legacy::EditorLib diff --git a/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.cpp b/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.cpp index bcf256d6c0..f1f742949c 100644 --- a/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.cpp +++ b/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ - -#include "PerforcePlugin_precompiled.h" #include "PerforcePlugin.h" #include "PasswordDlg.h" #include // generated diff --git a/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.h b/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.h index 478946577d..099b9f899f 100644 --- a/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.h +++ b/Code/Editor/Plugins/PerforcePlugin/PasswordDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.cpp b/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.cpp index e69cd23832..1da288e2bc 100644 --- a/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.cpp +++ b/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ - -#include "PerforcePlugin_precompiled.h" #include "PerforcePlugin.h" #include "PerforceSourceControl.h" #include "Include/ISourceControl.h" diff --git a/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.h b/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.h index 06fd2f0267..b3fb554e04 100644 --- a/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.h +++ b/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin_precompiled.h b/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin_precompiled.h deleted file mode 100644 index a3e0bc2f81..0000000000 --- a/Code/Editor/Plugins/PerforcePlugin/PerforcePlugin_precompiled.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - -#pragma once - -#include - -#include "resource.h" - -///////////////////////////////////////////////////////////////////////////// -// CRY Stuff //////////////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////// -#include -#include "Util/EditorUtils.h" diff --git a/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.cpp b/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.cpp index 735fb06d2e..aec613b8df 100644 --- a/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.cpp +++ b/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ - -#include "PerforcePlugin_precompiled.h" #include "CryFile.h" #include "PerforceSourceControl.h" #include "PasswordDlg.h" diff --git a/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.h b/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.h index e0b9a63a0f..ec06fdc82a 100644 --- a/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.h +++ b/Code/Editor/Plugins/PerforcePlugin/PerforceSourceControl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,7 @@ #include "Include/ISourceControl.h" +#include class CPerforceSourceControl : public ISourceControl diff --git a/Code/Editor/Plugins/PerforcePlugin/Platform/Linux/PAL_linux.cmake b/Code/Editor/Plugins/PerforcePlugin/Platform/Linux/PAL_linux.cmake index af3213209e..e41963be48 100644 --- a/Code/Editor/Plugins/PerforcePlugin/Platform/Linux/PAL_linux.cmake +++ b/Code/Editor/Plugins/PerforcePlugin/Platform/Linux/PAL_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/PerforcePlugin/Platform/Mac/PAL_mac.cmake b/Code/Editor/Plugins/PerforcePlugin/Platform/Mac/PAL_mac.cmake index 9156df0932..2c53a2c44a 100644 --- a/Code/Editor/Plugins/PerforcePlugin/Platform/Mac/PAL_mac.cmake +++ b/Code/Editor/Plugins/PerforcePlugin/Platform/Mac/PAL_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/PerforcePlugin/Platform/Windows/PAL_windows.cmake b/Code/Editor/Plugins/PerforcePlugin/Platform/Windows/PAL_windows.cmake index 9156df0932..2c53a2c44a 100644 --- a/Code/Editor/Plugins/PerforcePlugin/Platform/Windows/PAL_windows.cmake +++ b/Code/Editor/Plugins/PerforcePlugin/Platform/Windows/PAL_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/PerforcePlugin/main.cpp b/Code/Editor/Plugins/PerforcePlugin/main.cpp index 13861e60b1..de5b7caec0 100644 --- a/Code/Editor/Plugins/PerforcePlugin/main.cpp +++ b/Code/Editor/Plugins/PerforcePlugin/main.cpp @@ -1,13 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ - -#include "PerforcePlugin_precompiled.h" - #include "PerforcePlugin.h" #include "Include/ISourceControl.h" diff --git a/Code/Editor/Plugins/PerforcePlugin/perforceplugin_files.cmake b/Code/Editor/Plugins/PerforcePlugin/perforceplugin_files.cmake index c584511e66..7932c01015 100644 --- a/Code/Editor/Plugins/PerforcePlugin/perforceplugin_files.cmake +++ b/Code/Editor/Plugins/PerforcePlugin/perforceplugin_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -16,5 +17,4 @@ set(FILES PerforceSourceControl.cpp PerforceSourceControl.h resource.h - PerforcePlugin_precompiled.h ) diff --git a/Code/Editor/Plugins/PerforcePlugin/resource.h b/Code/Editor/Plugins/PerforcePlugin/resource.h index 1acf96abee..bb41c2b1bd 100644 --- a/Code/Editor/Plugins/PerforcePlugin/resource.h +++ b/Code/Editor/Plugins/PerforcePlugin/resource.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/CMakeLists.txt b/Code/Editor/Plugins/ProjectSettingsTool/CMakeLists.txt index 0906487ad6..3e51bb7785 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/CMakeLists.txt +++ b/Code/Editor/Plugins/ProjectSettingsTool/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp b/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp index 68df8aa5e6..05a8298b35 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "DefaultImageValidator.h" #include "PropertyImagePreview.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.h b/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.h index e8e392f576..95330b626f 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.cpp b/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.cpp index bd01589700..b962959e3a 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "FunctorValidator.h" namespace ProjectSettingsTool diff --git a/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.h b/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.h index df77717c4c..ce2e0af676 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/FunctorValidator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/LastPathBus.h b/Code/Editor/Plugins/ProjectSettingsTool/LastPathBus.h index 2e3f370a92..a41406480a 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/LastPathBus.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/LastPathBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,6 +10,7 @@ #include +#include namespace ProjectSettingsTool { diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings.h b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings.h index a6ab4f80db..ac10252885 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.cpp index 146c2fc3d6..d11cc04ba0 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PlatformSettings_Android.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.h b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.h index 52776d3ce3..a5eab39b7d 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.cpp index 724e47c87b..eff524b13e 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PlatformSettings_Base.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.h b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.h index b104721b71..64adb3a8bd 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.cpp index d29376cfa7..fd6aef019e 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PlatformSettings_Ios.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.h b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.h index 976ed3ec4f..7d4aabcbbe 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_Ios.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_common.h b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_common.h index 6ac48d518f..ab15b2d3cd 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_common.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlatformSettings_common.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/Platforms.h b/Code/Editor/Plugins/ProjectSettingsTool/Platforms.h index 8516367657..ef48982978 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/Platforms.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/Platforms.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.cpp index fe8c643b89..3092e232e2 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PlistDictionary.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.h b/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.h index 4a41550b2a..cd5c04ae39 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PlistDictionary.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.cpp b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.cpp index 15193b1aa4..a7a238d241 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.cpp @@ -1,17 +1,18 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "ProjectSettingsContainer.h" #include #include #include +#include #include namespace ProjectSettingsTool diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.h b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.h index b994ab1d72..8cba7c4cd4 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,6 +15,8 @@ #include #include #include +#include +#include #include diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.cpp b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.cpp index 107d0829ba..8b959b93bc 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.cpp @@ -1,11 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" +#include #include "ProjectSettingsSerialization.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.h b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.h index 91bb9ea902..dc8a722d1a 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsSerialization.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.cpp b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.cpp index f1a2aafd1e..6b454474be 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.cpp @@ -1,11 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" +#include #include "ProjectSettingsToolWindow.h" #include "ui_ProjectSettingsToolWidget.h" @@ -20,12 +21,12 @@ #include "ValidationHandler.h" #include +#include -#include "AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.h" +#include #include #include #include -#include #include #include @@ -52,7 +53,7 @@ namespace ProjectSettingsTool PlatformEnabled(PlatformId::Ios) ? ProjectSettingsContainer::PlistInitVector({ ProjectSettingsContainer::PlatformAndPath - { PlatformId::Ios, m_projectRoot + PlatformResourcesFolder(PlatformId::Ios) } + { PlatformId::Ios, GetPlatformResource(PlatformId::Ios) } }) : ProjectSettingsContainer::PlistInitVector()) @@ -585,31 +586,11 @@ namespace ProjectSettingsTool ShowAllErrorsThenExitIfInvalid(); m_ui->reconfigureLog->setText(""); - int result = QMessageBox::question - ( - this, - tr("Reconfigure Project"), - tr("For new settings to be applied the project must be reconfigured. Would you like run configure now?"), - QMessageBox::Yes, - QMessageBox::No - ); + QMessageBox::information(this, tr("Project Settings Saved"), + tr("The project may need to be manually reconfigured for the new settings to be applied.")); - if (QMessageBox::Yes == result) - { - m_ui->reconfigureLog->show(); - #if defined(AZ_PLATFORM_WINDOWS) - m_reconfigureProcess.start("cmd.exe", { QString("/C %1").arg("lmbr_waf.bat configure") }); - #elif defined(AZ_PLATFORM_MAC) || defined(AZ_PLATFORM_LINUX) - m_reconfigureProcess.start("/bin/sh", { QString("%1").arg("lmbr_waf.sh configure") }); - #else - #error "Needs to be implemented" - #endif - } - else - { - m_ui->reloadButton->setEnabled(true); - m_ui->saveButton->setEnabled(true); - } + m_ui->reloadButton->setEnabled(true); + m_ui->saveButton->setEnabled(true); } // Show a message box telling user settings failed to save else @@ -667,33 +648,38 @@ namespace ProjectSettingsTool // iOS can be disabled if the plist file is missing if (platformId == PlatformId::Ios) { - const AZStd::string filename = m_projectRoot + PlatformResourcesFolder(platformId); - return CFileUtil::FileExists(filename.c_str()); + AZStd::string plistPath = GetPlatformResource(platformId); + return !plistPath.empty(); } return true; } - const char* ProjectSettingsToolWindow::PlatformResourcesFolder(PlatformId platformId) + AZStd::string ProjectSettingsToolWindow::GetPlatformResource(PlatformId platformId) { if (platformId == PlatformId::Ios) { - const AZStd::string firstfilename = m_projectRoot + "/Gem/Resources/Platform/iOS/Info.plist"; - if (CFileUtil::FileExists(firstfilename.c_str())) + const char* searchPaths[] = { + "Resources/Platform/iOS/Info.plist", + + // legacy paths + "Gem/Resources/Platform/iOS/Info.plist", + "Gem/Resources/IOSLauncher/Info.plist", + }; + + for (auto relPath : searchPaths) { - return "/Gem/Resources/Platform/iOS/Info.plist"; - } - else - { - const AZStd::string filename = m_projectRoot + "/Gem/Resources/IOSLauncher/Info.plist"; - if (CFileUtil::FileExists(filename.c_str())) + AZ::IO::FixedMaxPath projectPlist{ m_projectRoot }; + projectPlist /= relPath; + + if (AZ::IO::SystemFile::Exists(projectPlist.c_str())) { - return "/Gem/Resources/IOSLauncher/Info.plist"; + return projectPlist.LexicallyNormal().String(); } } } - return nullptr; + return AZStd::string(); } #include diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.h b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.h index 8979672f99..1c9aa4b1bf 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsToolWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -137,8 +138,8 @@ namespace ProjectSettingsTool // returns true if the platform is enabled bool PlatformEnabled(PlatformId platformId); - // returns the resource folder - const char* PlatformResourcesFolder(PlatformId platformId); + // returns the main platform specific resource file e.g. for iOS it would be the Info.plist + AZStd::string GetPlatformResource(PlatformId platformId); // The ui for the window QScopedPointer m_ui; diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsTool_precompiled.h b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsTool_precompiled.h deleted file mode 100644 index 49b28d9834..0000000000 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsTool_precompiled.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ -#pragma once - -#include - -///////////////////////////////////////////////////////////////////////////// -// Engine -///////////////////////////////////////////////////////////////////////////// -#include -#include - diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.cpp b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.cpp index a38ae10faf..4193e29c99 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "ProjectSettingsValidator.h" #include "Validators.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.h b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.h index 9dc65ef6fd..e9937f8d88 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/ProjectSettingsValidator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.cpp index 725ae718b6..0cb66c436c 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PropertyFileSelect.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.h b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.h index 973526e951..68b34c0624 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFileSelect.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.cpp index 635d7058f2..6a49a93452 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PropertyFuncValBrowseEdit.h" #include "PlatformSettings_common.h" #include "ValidationHandler.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.h b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.h index 16f4a51a42..5356d31dff 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValBrowseEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.cpp index dd0d8f69fb..d74a72f28b 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PropertyFuncValLineEdit.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.h b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.h index 91d7495aee..ce3b4dbc25 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyFuncValLineEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.cpp index a47c8c3dc4..44cbf90ac0 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PropertyImagePreview.h" #include "DefaultImageValidator.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.h b/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.h index df61a423aa..50f2d5bbd0 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyImagePreview.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.cpp b/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.cpp index ea13b00a8e..b48155f1f8 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "PropertyLinked.h" #include "PlatformSettings_common.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.h b/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.h index 4ebd23dda2..68e5cd6856 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/PropertyLinked.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/Utils.cpp b/Code/Editor/Plugins/ProjectSettingsTool/Utils.cpp index b8b92e5197..0e171adf04 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/Utils.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/Utils.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "Utils.h" #include "LastPathBus.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/Utils.h b/Code/Editor/Plugins/ProjectSettingsTool/Utils.h index 6101491711..4226d534a6 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/Utils.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.cpp b/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.cpp index c873b58a0b..f397740f12 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" - #include "ValidationHandler.h" #include "PropertyFuncValLineEdit.h" diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.h b/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.h index fb3407faee..bbae36d864 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/ValidationHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/ValidatorBus.h b/Code/Editor/Plugins/ProjectSettingsTool/ValidatorBus.h index 634f9d21e1..bb5a89b8bc 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/ValidatorBus.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/ValidatorBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/Validators.cpp b/Code/Editor/Plugins/ProjectSettingsTool/Validators.cpp index 8484a2937a..e8bb900be9 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/Validators.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/Validators.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include "Validators.h" #include @@ -172,8 +172,9 @@ namespace ProjectSettingsTool // Returns true if valid ios version number RetType IOSVersionNumber(const QString& value) { + // support up to 4-component numerical-only version strings return RegularExpressionValidator - ("(0|[1-9][0-9]{0,8}|[1-2][0-1][0-9]{0,8})(\\.(0|[1-9][0-9]{0,8}|[1-2][0-1][0-9]{0,8})){0,2}", + ("^(\\d+)(\\.\\d+){0,3}$", value, maxIosVersionLength); } diff --git a/Code/Editor/Plugins/ProjectSettingsTool/Validators.h b/Code/Editor/Plugins/ProjectSettingsTool/Validators.h index 887195b611..bd0abb19d6 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/Validators.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/Validators.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/Validators_impl.h b/Code/Editor/Plugins/ProjectSettingsTool/Validators_impl.h index 3671e7bcc8..6e1b91667b 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/Validators_impl.h +++ b/Code/Editor/Plugins/ProjectSettingsTool/Validators_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Plugins/ProjectSettingsTool/main.cpp b/Code/Editor/Plugins/ProjectSettingsTool/main.cpp index a348f81f2b..70c5779a68 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/main.cpp +++ b/Code/Editor/Plugins/ProjectSettingsTool/main.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "ProjectSettingsTool_precompiled.h" #include #include diff --git a/Code/Editor/Plugins/ProjectSettingsTool/projectsettingstool_files.cmake b/Code/Editor/Plugins/ProjectSettingsTool/projectsettingstool_files.cmake index 5d418e9926..b4585203a5 100644 --- a/Code/Editor/Plugins/ProjectSettingsTool/projectsettingstool_files.cmake +++ b/Code/Editor/Plugins/ProjectSettingsTool/projectsettingstool_files.cmake @@ -1,13 +1,13 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # set(FILES main.cpp - ProjectSettingsTool_precompiled.h DefaultImageValidator.cpp DefaultImageValidator.h FunctorValidator.cpp diff --git a/Code/Editor/Plugins/QtMocRule.props b/Code/Editor/Plugins/QtMocRule.props deleted file mode 100644 index af7c107071..0000000000 --- a/Code/Editor/Plugins/QtMocRule.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - %(RootDir)%(Directory)%(FileName).moc - $(QTDIR)\bin\moc.exe [AllOptions] [Inputs] - Moc'ing %(Filename)%(Extension)... - - - diff --git a/Code/Editor/Plugins/QtMocRule.targets b/Code/Editor/Plugins/QtMocRule.targets deleted file mode 100644 index fdcb95e6a3..0000000000 --- a/Code/Editor/Plugins/QtMocRule.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - _QtMOC - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(QtMOC, '|') - - - - - - - diff --git a/Code/Editor/Plugins/QtMocRule.xml b/Code/Editor/Plugins/QtMocRule.xml deleted file mode 100644 index 21850b34ab..0000000000 --- a/Code/Editor/Plugins/QtMocRule.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - General - - - - - Command Line - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - diff --git a/Code/Editor/Plugins/QtRccRule.props b/Code/Editor/Plugins/QtRccRule.props deleted file mode 100644 index 9c06b5c082..0000000000 --- a/Code/Editor/Plugins/QtRccRule.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - %(RootDir)%(Directory)rcc_%(FileName).h - $(QTDIR)\bin\rcc.exe [AllOptions] [Inputs] - Rcc'ing %(Filename)%(Extension)... - - - diff --git a/Code/Editor/Plugins/QtRccRule.targets b/Code/Editor/Plugins/QtRccRule.targets deleted file mode 100644 index bd4e7ae90e..0000000000 --- a/Code/Editor/Plugins/QtRccRule.targets +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - _QtRCC - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(QtRCC, '|') - - - - - - - diff --git a/Code/Editor/Plugins/QtRccRule.xml b/Code/Editor/Plugins/QtRccRule.xml deleted file mode 100644 index ce7b98c323..0000000000 --- a/Code/Editor/Plugins/QtRccRule.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - General - - - - - Command Line - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - diff --git a/Code/Editor/Plugins/QtUicRule.props b/Code/Editor/Plugins/QtUicRule.props deleted file mode 100644 index ce08b40be7..0000000000 --- a/Code/Editor/Plugins/QtUicRule.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - %(RootDir)%(Directory)ui_%(FileName).h - $(QTDIR)\bin\uic.exe [AllOptions] [Inputs] - Uic'ing %(Filename)%(Extension)... - - - diff --git a/Code/Editor/Plugins/QtUicRule.targets b/Code/Editor/Plugins/QtUicRule.targets deleted file mode 100644 index a5ada15f79..0000000000 --- a/Code/Editor/Plugins/QtUicRule.targets +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - _QtUIC - - - - $(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml - - - - - - - - @(QtUIC, '|') - - - - - - - - diff --git a/Code/Editor/Plugins/QtUicRule.xml b/Code/Editor/Plugins/QtUicRule.xml deleted file mode 100644 index ec7ce4b214..0000000000 --- a/Code/Editor/Plugins/QtUicRule.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - General - - - - - Command Line - - - - - - - - - - - - - - Additional Options - - - Additional Options - - - - - - diff --git a/Code/Editor/PreferencesStdPages.cpp b/Code/Editor/PreferencesStdPages.cpp index c2197c0857..a4b3ee8ba4 100644 --- a/Code/Editor/PreferencesStdPages.cpp +++ b/Code/Editor/PreferencesStdPages.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/PreferencesStdPages.h b/Code/Editor/PreferencesStdPages.h index 01a087e18c..f4a6e0b783 100644 --- a/Code/Editor/PreferencesStdPages.h +++ b/Code/Editor/PreferencesStdPages.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ProcessInfo.cpp b/Code/Editor/ProcessInfo.cpp index f038e3af31..87f4f23846 100644 --- a/Code/Editor/ProcessInfo.cpp +++ b/Code/Editor/ProcessInfo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ProcessInfo.h b/Code/Editor/ProcessInfo.h index 26a3a6c15c..3f32fd6add 100644 --- a/Code/Editor/ProcessInfo.h +++ b/Code/Editor/ProcessInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/PythonEditorEventsBus.h b/Code/Editor/PythonEditorEventsBus.h index d72487bf59..5107a1c9cc 100644 --- a/Code/Editor/PythonEditorEventsBus.h +++ b/Code/Editor/PythonEditorEventsBus.h @@ -1,7 +1,8 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/PythonEditorFuncs.cpp b/Code/Editor/PythonEditorFuncs.cpp index 41ae614492..93f5f8f10f 100644 --- a/Code/Editor/PythonEditorFuncs.cpp +++ b/Code/Editor/PythonEditorFuncs.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/PythonEditorFuncs.h b/Code/Editor/PythonEditorFuncs.h index 1b3a7115b6..97ad8829ba 100644 --- a/Code/Editor/PythonEditorFuncs.h +++ b/Code/Editor/PythonEditorFuncs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/ClickableLabel.cpp b/Code/Editor/QtUI/ClickableLabel.cpp index 2780f584c4..b0694e5f18 100644 --- a/Code/Editor/QtUI/ClickableLabel.cpp +++ b/Code/Editor/QtUI/ClickableLabel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/ClickableLabel.h b/Code/Editor/QtUI/ClickableLabel.h index a3e2edfeaa..2b14676eae 100644 --- a/Code/Editor/QtUI/ClickableLabel.h +++ b/Code/Editor/QtUI/ClickableLabel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/ColorButton.cpp b/Code/Editor/QtUI/ColorButton.cpp index 7d700fbbfe..632a9bfe23 100644 --- a/Code/Editor/QtUI/ColorButton.cpp +++ b/Code/Editor/QtUI/ColorButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/ColorButton.h b/Code/Editor/QtUI/ColorButton.h index 8e445a4b64..11308cd17c 100644 --- a/Code/Editor/QtUI/ColorButton.h +++ b/Code/Editor/QtUI/ColorButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/ColorButton_mac.mm b/Code/Editor/QtUI/ColorButton_mac.mm index 963a3dac66..5cbfa4b900 100644 --- a/Code/Editor/QtUI/ColorButton_mac.mm +++ b/Code/Editor/QtUI/ColorButton_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/PixmapLabelPreview.cpp b/Code/Editor/QtUI/PixmapLabelPreview.cpp index f5983bce2b..a98c743afb 100644 --- a/Code/Editor/QtUI/PixmapLabelPreview.cpp +++ b/Code/Editor/QtUI/PixmapLabelPreview.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/PixmapLabelPreview.h b/Code/Editor/QtUI/PixmapLabelPreview.h index 38206b70ff..08a7afc717 100644 --- a/Code/Editor/QtUI/PixmapLabelPreview.h +++ b/Code/Editor/QtUI/PixmapLabelPreview.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/QCollapsibleGroupBox.cpp b/Code/Editor/QtUI/QCollapsibleGroupBox.cpp index 6a9edacdbe..e1d3f59510 100644 --- a/Code/Editor/QtUI/QCollapsibleGroupBox.cpp +++ b/Code/Editor/QtUI/QCollapsibleGroupBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/QCollapsibleGroupBox.h b/Code/Editor/QtUI/QCollapsibleGroupBox.h index a1d31bc1b3..b9c8c2b7cb 100644 --- a/Code/Editor/QtUI/QCollapsibleGroupBox.h +++ b/Code/Editor/QtUI/QCollapsibleGroupBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/WaitCursor.cpp b/Code/Editor/QtUI/WaitCursor.cpp index 6b7b395f15..9b0dabce10 100644 --- a/Code/Editor/QtUI/WaitCursor.cpp +++ b/Code/Editor/QtUI/WaitCursor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUI/WaitCursor.h b/Code/Editor/QtUI/WaitCursor.h index 7adad2dbb8..657b8420c4 100644 --- a/Code/Editor/QtUI/WaitCursor.h +++ b/Code/Editor/QtUI/WaitCursor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUtil.h b/Code/Editor/QtUtil.h index 5ba8476ba3..bb1f8ba427 100644 --- a/Code/Editor/QtUtil.h +++ b/Code/Editor/QtUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtUtilWin.h b/Code/Editor/QtUtilWin.h index db1c897039..0df082eeb9 100644 --- a/Code/Editor/QtUtilWin.h +++ b/Code/Editor/QtUtilWin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtViewPane.h b/Code/Editor/QtViewPane.h index 8367af3675..09fc215833 100644 --- a/Code/Editor/QtViewPane.h +++ b/Code/Editor/QtViewPane.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QtViewPaneManager.cpp b/Code/Editor/QtViewPaneManager.cpp index 35b2160a1f..f4f18fde83 100644 --- a/Code/Editor/QtViewPaneManager.cpp +++ b/Code/Editor/QtViewPaneManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -525,6 +526,7 @@ QtViewPaneManager::QtViewPaneManager(QObject* parent) // view pane manager is interested when we enter/exit ComponentMode m_componentModeNotifications.BusConnect(AzToolsFramework::GetEntityContextId()); + m_windowRequest.BusConnect(); m_componentModeNotifications.SetEnteredComponentModeFunc( [this](const AZStd::vector& /*componentModeTypes*/) @@ -545,10 +547,23 @@ QtViewPaneManager::QtViewPaneManager(QObject* parent) AzQtComponents::SetWidgetInteractEnabled(widget, on); }); }); + + m_windowRequest.SetEnableEditorUiFunc( + [this](bool enable) + { + // gray out panels when entering ImGui mode + SetDefaultActionsEnabled( + enable, m_registeredPanes, + [](QWidget* widget, bool on) + { + AzQtComponents::SetWidgetInteractEnabled(widget, on); + }); + }); } QtViewPaneManager::~QtViewPaneManager() { + m_windowRequest.BusDisconnect(); m_componentModeNotifications.BusDisconnect(); } diff --git a/Code/Editor/QtViewPaneManager.h b/Code/Editor/QtViewPaneManager.h index aa382c41c0..49440068a0 100644 --- a/Code/Editor/QtViewPaneManager.h +++ b/Code/Editor/QtViewPaneManager.h @@ -1,16 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once -#if !defined(Q_MOC_RUN) -#include "Include/EditorCoreAPI.h" -#endif - #if !defined(Q_MOC_RUN) #include "Include/EditorCoreAPI.h" #include @@ -21,6 +18,7 @@ #include #include #include +#include #include #include @@ -249,8 +247,12 @@ private: QPointer m_advancedDockManager; using EditorComponentModeNotificationBusImpl = AzToolsFramework::ComponentModeFramework::EditorComponentModeNotificationBusImpl; - EditorComponentModeNotificationBusImpl m_componentModeNotifications; /**< Helper for EditorComponentModeNotificationBus so - * QtViewPaneManager does not need to inherit directly from it. */ + EditorComponentModeNotificationBusImpl m_componentModeNotifications; //!< Helper for EditorComponentModeNotificationBus so + //!< QtViewPaneManager does not need to inherit directly from it. */ + + using EditorWindowRequestBusImpl = AzToolsFramework::EditorWindowRequestBusImpl; + EditorWindowRequestBusImpl m_windowRequest; //!< Helper for EditorWindowRequestBus so + //!< QtViewPaneManager does not need to inherit directly from it. */ AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING }; diff --git a/Code/Editor/QuickAccessBar.cpp b/Code/Editor/QuickAccessBar.cpp index c9604d894f..0379be027d 100644 --- a/Code/Editor/QuickAccessBar.cpp +++ b/Code/Editor/QuickAccessBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/QuickAccessBar.h b/Code/Editor/QuickAccessBar.h index 2011b166e6..facbe9bea4 100644 --- a/Code/Editor/QuickAccessBar.h +++ b/Code/Editor/QuickAccessBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/RenderHelpers/AxisHelper.cpp b/Code/Editor/RenderHelpers/AxisHelper.cpp index a10604d16b..170b01e291 100644 --- a/Code/Editor/RenderHelpers/AxisHelper.cpp +++ b/Code/Editor/RenderHelpers/AxisHelper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/RenderHelpers/AxisHelper.h b/Code/Editor/RenderHelpers/AxisHelper.h index 5d07cb246e..b7d246d48c 100644 --- a/Code/Editor/RenderHelpers/AxisHelper.h +++ b/Code/Editor/RenderHelpers/AxisHelper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -16,6 +17,8 @@ struct DisplayContext; struct HitContext; struct IDisplayViewport; +class QPoint; + ////////////////////////////////////////////////////////////////////////// struct SGizmoParameters { diff --git a/Code/Editor/RenderHelpers/AxisHelperShared.inl b/Code/Editor/RenderHelpers/AxisHelperShared.inl index e161534f7b..9db4c82e84 100644 --- a/Code/Editor/RenderHelpers/AxisHelperShared.inl +++ b/Code/Editor/RenderHelpers/AxisHelperShared.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/RenderViewport.cpp b/Code/Editor/RenderViewport.cpp index 8d6bcf021b..d268a57684 100644 --- a/Code/Editor/RenderViewport.cpp +++ b/Code/Editor/RenderViewport.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -4083,7 +4084,12 @@ void CRenderViewport::RestoreViewportAfterGameMode() { Matrix34 preGameModeViewTM = m_preGameModeViewTM; - QString text = QString("You are exiting Game Mode. Would you like to restore the camera in the viewport to where it was before you entered Game Mode?

This option can always be changed in the General Preferences tab of the Editor Settings, by toggling the \"%1\" option.

").arg(EditorPreferencesGeneralRestoreViewportCameraSettingName); + QString text = + QString( + tr("When leaving \" Game Mode \" the engine will automatically restore your camera position to the default position before you " + "had entered Game mode.

If you dislike this setting you can always change this anytime in the global " + "preferences.

")) + .arg(EditorPreferencesGeneralRestoreViewportCameraSettingName); QString restoreOnExitGameModePopupDisabledRegKey("Editor/AutoHide/ViewportCameraRestoreOnExitGameMode"); // Read the popup disabled registry value @@ -4098,6 +4104,7 @@ void CRenderViewport::RestoreViewportAfterGameMode() messageBox.setDefaultButton(QMessageBox::Yes); QCheckBox* checkBox = new QCheckBox(QStringLiteral("Do not show this message again")); + checkBox->setChecked(true); messageBox.setCheckBox(checkBox); // Unconstrain the system cursor and make it visible before we show the dialog box, otherwise the user can't see the cursor. diff --git a/Code/Editor/RenderViewport.h b/Code/Editor/RenderViewport.h index 1764028dd6..c66d56176e 100644 --- a/Code/Editor/RenderViewport.h +++ b/Code/Editor/RenderViewport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -219,6 +220,7 @@ public: void SetFullScreenState(bool fullScreenState) override; bool CanToggleFullScreenState() const override; void ToggleFullScreenState() override; + float GetDpiScaleFactor() const override { return 1.0f; }; void ConnectViewportInteractionRequestBus(); void DisconnectViewportInteractionRequestBus(); diff --git a/Code/Editor/RenderViewport_mac.mm b/Code/Editor/RenderViewport_mac.mm index d078ad03dd..9c801550c5 100644 --- a/Code/Editor/RenderViewport_mac.mm +++ b/Code/Editor/RenderViewport_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Report.h b/Code/Editor/Report.h index e2f13b38a0..1dbf3788cd 100644 --- a/Code/Editor/Report.h +++ b/Code/Editor/Report.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ResizeResolutionDialog.cpp b/Code/Editor/ResizeResolutionDialog.cpp index 97e1b35c28..ad57650afa 100644 --- a/Code/Editor/ResizeResolutionDialog.cpp +++ b/Code/Editor/ResizeResolutionDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ResizeResolutionDialog.h b/Code/Editor/ResizeResolutionDialog.h index 0655bc0026..123075688f 100644 --- a/Code/Editor/ResizeResolutionDialog.h +++ b/Code/Editor/ResizeResolutionDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Resource.h b/Code/Editor/Resource.h index 37a15e3179..a6f714afa4 100644 --- a/Code/Editor/Resource.h +++ b/Code/Editor/Resource.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -71,8 +72,6 @@ #define IDC_GROUPBOX_GLOBALTAGS 2916 #define IDC_GROUPBOX_FRAGMENTTAGS 2917 #define ID_RESOURCES_REDUCEWORKINGSET 32896 -#define ID_EDIT_HIDE 32898 -#define ID_EDIT_UNHIDEALL 32899 #define ID_RELOAD_TERRAIN 32902 #define ID_VIEW_CONFIGURELAYOUT 32906 #define ID_TOOLS_LOGMEMORYUSAGE 32908 @@ -97,7 +96,6 @@ #define ID_TOOL_LAST 33173 #define ID_TOOL_SHELVE_FIRST 33174 #define ID_TOOL_SHELVE_LAST 33375 -#define ID_EDIT_SELECTALL 33376 #define ID_WIREFRAME 33410 #define ID_FILE_GENERATETERRAINTEXTURE 33445 #define ID_GENERATORS_TEXTURE 33448 @@ -107,7 +105,6 @@ #define ID_FILE_EXPORTTOGAMENOSURFACETEXTURE 33473 #define ID_VIEW_SWITCHTOGAME 33477 #define ID_VIEW_SWITCHTOGAME_FULLSCREEN 33478 -#define ID_EDIT_DELETE 33480 #define ID_MOVE_OBJECT 33481 #define ID_RENAME_OBJ 33483 #define ID_FETCH 33496 @@ -117,7 +114,6 @@ #define ID_SELECTION_DELETE 33512 #define ID_EDIT_ESCAPE 33513 #define ID_UNDO 33524 -#define ID_EDIT_CLONE 33525 #define ID_GOTO_SELECTED 33535 #define ID_EDIT_LEVELDATA 33542 #define ID_FILE_EDITEDITORINI 33543 @@ -185,7 +181,6 @@ #define ID_PANEL_VEG_RENAMECATEGORY 33683 #define ID_PANEL_VEG_REMOVECATEGORY 33684 #define ID_TOOLS_PREFERENCES 33691 -#define ID_EDIT_INVERTSELECTION 33692 #define ID_TOOLTERRAINMODIFY_SMOOTH 33695 #define ID_TERRAINMODIFY_SMOOTH 33696 #define ID_TERRAIN_PAINTLAYERS 33698 @@ -193,7 +188,6 @@ #define ID_SWITCHCAMERA_SEQUENCECAMERA 33701 #define ID_SWITCHCAMERA_SELECTEDCAMERA 33702 #define ID_TV_RECORD_AUTO 33703 -#define ID_GRAPHICS_SETTINGS 33705 #define ID_VIEW_OPENVIEWPANE 33709 #define ID_VIEW_OPENPANE_FIRST 33712 #define ID_VIEW_OPENPANE_LAST 33811 @@ -225,10 +219,6 @@ #define ID_SPLINE_SNAP_GRID_X 33933 #define ID_SPLINE_SNAP_GRID_Y 33934 #define ID_FREEZE_TANGENTS 33935 -#define ID_GAME_PC_ENABLELOWSPEC 33960 -#define ID_GAME_PC_ENABLEMEDIUMSPEC 33961 -#define ID_GAME_PC_ENABLEHIGHSPEC 33962 -#define ID_GAME_PC_ENABLEVERYHIGHSPEC 33963 #define ID_PANEL_VEG_CREATE_SEL 33990 #define ID_TOOLS_UPDATEPROCEDURALVEGETATION 33999 #define ID_DISPLAY_GOTOPOSITION 34004 @@ -293,14 +283,6 @@ #define ID_CLEAR_REGISTRY 34470 #define ID_SOUND_STOPALLSOUNDS 34476 #define ID_AUDIO_REFRESH_AUDIO_SYSTEM 34477 -#define ID_GAME_ANDROID_ENABLELOWSPEC 34490 -#define ID_GAME_ANDROID_ENABLEMEDIUMSPEC 34491 -#define ID_GAME_ANDROID_ENABLEHIGHSPEC 34492 -#define ID_GAME_ANDROID_ENABLEVERYHIGHSPEC 34493 -#define ID_GAME_IOS_ENABLELOWSPEC 34494 -#define ID_GAME_IOS_ENABLEMEDIUMSPEC 34495 -#define ID_GAME_IOS_ENABLEHIGHSPEC 34496 -#define ID_GAME_IOS_ENABLEVERYHIGHSPEC 34497 #define ID_OPEN_AUDIO_CONTROLS_BROWSER 34580 #define ID_CREATE_GLOBAL_FG_MODULE_FROM_SELECTION 35076 #define ID_CREATE_LEVEL_FG_MODULE_FROM_SELECTION 35077 @@ -330,24 +312,6 @@ #define ID_DOCUMENTATION_FEEDBACK 36043 #define ID_OPEN_SUBSTANCE_EDITOR 36060 #define ID_IMPORT_ASSET 36069 -#define ID_EDIT_PIVOT 36203 -#define ID_EDIT_RESET 36204 -#define ID_EDIT_RESET_LOCAL 36205 -#define ID_EDIT_RESET_WORLD 36206 -#define ID_EDIT_RESET_MANIPULATOR 36207 -#define ID_GAME_PROVO_ENABLELOWSPEC 34603 -#define ID_GAME_PROVO_ENABLEMEDIUMSPEC 34604 -#define ID_GAME_PROVO_ENABLEHIGHSPEC 34605 -#define ID_GAME_OSXMETAL_ENABLELOWSPEC 34606 -#define ID_GAME_OSXMETAL_ENABLEMEDIUMSPEC 34607 -#define ID_GAME_OSXMETAL_ENABLEHIGHSPEC 34608 -#define ID_GAME_OSXMETAL_ENABLEVERYHIGHSPEC 34609 -#define ID_GAME_SALEM_ENABLELOWSPEC 34610 -#define ID_GAME_SALEM_ENABLEMEDIUMSPEC 34611 -#define ID_GAME_SALEM_ENABLEHIGHSPEC 34612 -#define ID_GAME_JASPER_ENABLELOWSPEC 34613 -#define ID_GAME_JASPER_ENABLEMEDIUMSPEC 34614 -#define ID_GAME_JASPER_ENABLEHIGHSPEC 34615 #define ID_FILE_RESAVESLICES 36210 #define FIRST_QT_ACTION 50000 #define ID_VIEW_CONSOLEWINDOW 50001 diff --git a/Code/Editor/ResourceSelectorHost.cpp b/Code/Editor/ResourceSelectorHost.cpp index 06d6c484ad..d265b3ffbe 100644 --- a/Code/Editor/ResourceSelectorHost.cpp +++ b/Code/Editor/ResourceSelectorHost.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ResourceSelectorHost.h b/Code/Editor/ResourceSelectorHost.h index ab4eb15d22..266b7c39d1 100644 --- a/Code/Editor/ResourceSelectorHost.h +++ b/Code/Editor/ResourceSelectorHost.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SelectEAXPresetDlg.cpp b/Code/Editor/SelectEAXPresetDlg.cpp index 93b8eac42b..4a5ea9b66c 100644 --- a/Code/Editor/SelectEAXPresetDlg.cpp +++ b/Code/Editor/SelectEAXPresetDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SelectEAXPresetDlg.h b/Code/Editor/SelectEAXPresetDlg.h index 5443c03c27..9943585987 100644 --- a/Code/Editor/SelectEAXPresetDlg.h +++ b/Code/Editor/SelectEAXPresetDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SelectLightAnimationDialog.cpp b/Code/Editor/SelectLightAnimationDialog.cpp index 210205f364..a81d11d607 100644 --- a/Code/Editor/SelectLightAnimationDialog.cpp +++ b/Code/Editor/SelectLightAnimationDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SelectLightAnimationDialog.h b/Code/Editor/SelectLightAnimationDialog.h index 5fd908dbf7..4f79f838c7 100644 --- a/Code/Editor/SelectLightAnimationDialog.h +++ b/Code/Editor/SelectLightAnimationDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SelectSequenceDialog.cpp b/Code/Editor/SelectSequenceDialog.cpp index 627d9ad8e4..2566a8be82 100644 --- a/Code/Editor/SelectSequenceDialog.cpp +++ b/Code/Editor/SelectSequenceDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SelectSequenceDialog.h b/Code/Editor/SelectSequenceDialog.h index 90cc948723..5531949c1a 100644 --- a/Code/Editor/SelectSequenceDialog.h +++ b/Code/Editor/SelectSequenceDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Settings.cpp b/Code/Editor/Settings.cpp index 3f4bab3b32..c0da9e241a 100644 --- a/Code/Editor/Settings.cpp +++ b/Code/Editor/Settings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Settings.h b/Code/Editor/Settings.h index 785a27c552..5221b1ff24 100644 --- a/Code/Editor/Settings.h +++ b/Code/Editor/Settings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SettingsManager.cpp b/Code/Editor/SettingsManager.cpp index 66b610aa2e..82e3eaf1e6 100644 --- a/Code/Editor/SettingsManager.cpp +++ b/Code/Editor/SettingsManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SettingsManager.h b/Code/Editor/SettingsManager.h index 93a00f0066..e4c4196e58 100644 --- a/Code/Editor/SettingsManager.h +++ b/Code/Editor/SettingsManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SettingsManagerDialog.cpp b/Code/Editor/SettingsManagerDialog.cpp index f1a8a9cfc7..3f1c718b38 100644 --- a/Code/Editor/SettingsManagerDialog.cpp +++ b/Code/Editor/SettingsManagerDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SettingsManagerDialog.h b/Code/Editor/SettingsManagerDialog.h index 3e04dbc7fd..d33c193372 100644 --- a/Code/Editor/SettingsManagerDialog.h +++ b/Code/Editor/SettingsManagerDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ShortcutDispatcher.cpp b/Code/Editor/ShortcutDispatcher.cpp index 519d7e8a79..50e309d955 100644 --- a/Code/Editor/ShortcutDispatcher.cpp +++ b/Code/Editor/ShortcutDispatcher.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -345,7 +346,6 @@ bool ShortcutDispatcher::eventFilter(QObject* obj, QEvent* ev) case QEvent::Shortcut: return shortcutFilter(obj, static_cast(ev)); - break; case QEvent::MouseButtonPress: if (!s_lastFocus || !IsAContainerForB(qobject_cast(obj), s_lastFocus)) diff --git a/Code/Editor/ShortcutDispatcher.h b/Code/Editor/ShortcutDispatcher.h index 219e42ce43..6f137e899b 100644 --- a/Code/Editor/ShortcutDispatcher.h +++ b/Code/Editor/ShortcutDispatcher.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/StartupLogoDialog.cpp b/Code/Editor/StartupLogoDialog.cpp index d26f174821..38d733f8df 100644 --- a/Code/Editor/StartupLogoDialog.cpp +++ b/Code/Editor/StartupLogoDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -36,11 +37,11 @@ CStartupLogoDialog::CStartupLogoDialog(QString versionText, QString richTextCopy s_pLogoWindow = this; - m_backgroundImage = QPixmap(QStringLiteral(":/StartupLogoDialog/splashscreen_background_gradient.jpg")); + m_backgroundImage = QPixmap(QStringLiteral(":/StartupLogoDialog/splashscreen_background_developer_preview.jpg")); setFixedSize(QSize(600, 300)); // Prepare background image - QImage backgroundImage(QStringLiteral(":/StartupLogoDialog/splashscreen_background_gradient.jpg")); + QImage backgroundImage(QStringLiteral(":/StartupLogoDialog/splashscreen_background_developer_preview.jpg")); m_backgroundImage = QPixmap::fromImage(backgroundImage.scaled(m_enforcedWidth, m_enforcedHeight, Qt::IgnoreAspectRatio, Qt::SmoothTransformation)); // Draw the Open 3D Engine logo from svg diff --git a/Code/Editor/StartupLogoDialog.h b/Code/Editor/StartupLogoDialog.h index 693c93ee63..af80ab7e90 100644 --- a/Code/Editor/StartupLogoDialog.h +++ b/Code/Editor/StartupLogoDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/StartupLogoDialog.qrc b/Code/Editor/StartupLogoDialog.qrc index 2493810ad8..38d1d1da2a 100644 --- a/Code/Editor/StartupLogoDialog.qrc +++ b/Code/Editor/StartupLogoDialog.qrc @@ -1,6 +1,6 @@ o3de_logo.svg - splashscreen_background_gradient.jpg + splashscreen_background_developer_preview.jpg diff --git a/Code/Editor/StartupTraceHandler.cpp b/Code/Editor/StartupTraceHandler.cpp index 03c2a4b0bd..ae525eb4e3 100644 --- a/Code/Editor/StartupTraceHandler.cpp +++ b/Code/Editor/StartupTraceHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/StartupTraceHandler.h b/Code/Editor/StartupTraceHandler.h index 4591c683c5..b92d22eb0e 100644 --- a/Code/Editor/StartupTraceHandler.h +++ b/Code/Editor/StartupTraceHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/StringDlg.cpp b/Code/Editor/StringDlg.cpp index 06af1837c9..ff727f46fe 100644 --- a/Code/Editor/StringDlg.cpp +++ b/Code/Editor/StringDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/StringDlg.h b/Code/Editor/StringDlg.h index 4fb69e40a7..a1ee3908c7 100644 --- a/Code/Editor/StringDlg.h +++ b/Code/Editor/StringDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,7 @@ #include #include +#include ///////////////////////////////////////////////////////////////////////////// // StringDlg Qt dialog diff --git a/Code/Editor/Style/Editor.qss b/Code/Editor/Style/Editor.qss index d917cce79b..b900dbeff3 100644 --- a/Code/Editor/Style/Editor.qss +++ b/Code/Editor/Style/Editor.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Style/EditorPreferencesDialog.qss b/Code/Editor/Style/EditorPreferencesDialog.qss index c315629787..ee48263775 100644 --- a/Code/Editor/Style/EditorPreferencesDialog.qss +++ b/Code/Editor/Style/EditorPreferencesDialog.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Style/GraphicsSettingsDialog.qss b/Code/Editor/Style/GraphicsSettingsDialog.qss deleted file mode 100644 index 3af8c4c05b..0000000000 --- a/Code/Editor/Style/GraphicsSettingsDialog.qss +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - -#GraphicsSettingsDialog QHeaderView::section -{ - background: #2D2D2D; -} - -#GraphicsSettingsDialog QHeaderView::down-arrow -{ - width: 14px; - height: 14px; - image: url(:/Gallery/Delete.svg); -} - -#GraphicsSettingsDialog QHeaderView::up-arrow -{ - width: 14px; - height: 14px; - image: url(:/Gallery/Delete.svg); -} diff --git a/Code/Editor/Style/resources.qrc b/Code/Editor/Style/resources.qrc index aec7e2cf68..24682d2be3 100644 --- a/Code/Editor/Style/resources.qrc +++ b/Code/Editor/Style/resources.qrc @@ -3,6 +3,5 @@ Editor.qss EditorPreferencesDialog.qss LayoutConfigDialog.qss - GraphicsSettingsDialog.qss diff --git a/Code/Editor/SurfaceTypeValidator.cpp b/Code/Editor/SurfaceTypeValidator.cpp index 39c5f6ff7e..9f246cd453 100644 --- a/Code/Editor/SurfaceTypeValidator.cpp +++ b/Code/Editor/SurfaceTypeValidator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/SurfaceTypeValidator.h b/Code/Editor/SurfaceTypeValidator.h index 340d1acf79..6b1a3fbed7 100644 --- a/Code/Editor/SurfaceTypeValidator.h +++ b/Code/Editor/SurfaceTypeValidator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolBox.cpp b/Code/Editor/ToolBox.cpp index 1dd22f678d..77cb479873 100644 --- a/Code/Editor/ToolBox.cpp +++ b/Code/Editor/ToolBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolBox.h b/Code/Editor/ToolBox.h index 84bf1d583c..691b9cd089 100644 --- a/Code/Editor/ToolBox.h +++ b/Code/Editor/ToolBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolbarCustomizationDialog.cpp b/Code/Editor/ToolbarCustomizationDialog.cpp index 4eb948cb51..2f93b80bb1 100644 --- a/Code/Editor/ToolbarCustomizationDialog.cpp +++ b/Code/Editor/ToolbarCustomizationDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolbarCustomizationDialog.h b/Code/Editor/ToolbarCustomizationDialog.h index fd807efabe..7063c2b792 100644 --- a/Code/Editor/ToolbarCustomizationDialog.h +++ b/Code/Editor/ToolbarCustomizationDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolbarManager.cpp b/Code/Editor/ToolbarManager.cpp index 009410da16..d44e794b6a 100644 --- a/Code/Editor/ToolbarManager.cpp +++ b/Code/Editor/ToolbarManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolbarManager.h b/Code/Editor/ToolbarManager.h index 0ab1085a7a..be537533b6 100644 --- a/Code/Editor/ToolbarManager.h +++ b/Code/Editor/ToolbarManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolsConfigPage.cpp b/Code/Editor/ToolsConfigPage.cpp index cae3a99c73..a2328550e0 100644 --- a/Code/Editor/ToolsConfigPage.cpp +++ b/Code/Editor/ToolsConfigPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ToolsConfigPage.h b/Code/Editor/ToolsConfigPage.h index cc8f7f4ccb..f617f0ff5a 100644 --- a/Code/Editor/ToolsConfigPage.h +++ b/Code/Editor/ToolsConfigPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TopRendererWnd.cpp b/Code/Editor/TopRendererWnd.cpp index d9d5b02b2a..7bbefdd63f 100644 --- a/Code/Editor/TopRendererWnd.cpp +++ b/Code/Editor/TopRendererWnd.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TopRendererWnd.h b/Code/Editor/TopRendererWnd.h index 099d191bf5..3a5c1026bc 100644 --- a/Code/Editor/TopRendererWnd.h +++ b/Code/Editor/TopRendererWnd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/2DBezierKeyUIControls.cpp b/Code/Editor/TrackView/2DBezierKeyUIControls.cpp index daabb17bea..1709ea2eac 100644 --- a/Code/Editor/TrackView/2DBezierKeyUIControls.cpp +++ b/Code/Editor/TrackView/2DBezierKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/AssetBlendKeyUIControls.cpp b/Code/Editor/TrackView/AssetBlendKeyUIControls.cpp index 74bc7945a6..a8e24cf58d 100644 --- a/Code/Editor/TrackView/AssetBlendKeyUIControls.cpp +++ b/Code/Editor/TrackView/AssetBlendKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/AtomOutputFrameCapture.cpp b/Code/Editor/TrackView/AtomOutputFrameCapture.cpp index d5ceeae9b2..94451e6914 100644 --- a/Code/Editor/TrackView/AtomOutputFrameCapture.cpp +++ b/Code/Editor/TrackView/AtomOutputFrameCapture.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -73,7 +74,7 @@ namespace TrackView bool startedCapture = false; AZ::Render::FrameCaptureRequestBus::BroadcastResult( startedCapture, &AZ::Render::FrameCaptureRequestBus::Events::CapturePassAttachmentWithCallback, m_passHierarchy, - AZStd::string("Output"), attachmentReadbackCallback); + AZStd::string("Output"), attachmentReadbackCallback, AZ::RPI::PassAttachmentReadbackOption::Output); return startedCapture; } diff --git a/Code/Editor/TrackView/AtomOutputFrameCapture.h b/Code/Editor/TrackView/AtomOutputFrameCapture.h index b34ddf1eb1..2686a81c99 100644 --- a/Code/Editor/TrackView/AtomOutputFrameCapture.h +++ b/Code/Editor/TrackView/AtomOutputFrameCapture.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/CaptureKeyUIControls.cpp b/Code/Editor/TrackView/CaptureKeyUIControls.cpp index d01e9f3260..821066d4a3 100644 --- a/Code/Editor/TrackView/CaptureKeyUIControls.cpp +++ b/Code/Editor/TrackView/CaptureKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/CharacterKeyUIControls.cpp b/Code/Editor/TrackView/CharacterKeyUIControls.cpp index d1e2a838ba..9ff41f1275 100644 --- a/Code/Editor/TrackView/CharacterKeyUIControls.cpp +++ b/Code/Editor/TrackView/CharacterKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/CommentKeyUIControls.cpp b/Code/Editor/TrackView/CommentKeyUIControls.cpp index 8864b60d78..4c5dc10bfa 100644 --- a/Code/Editor/TrackView/CommentKeyUIControls.cpp +++ b/Code/Editor/TrackView/CommentKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/CommentNodeAnimator.cpp b/Code/Editor/TrackView/CommentNodeAnimator.cpp index 0224006aef..47f4c5d9ae 100644 --- a/Code/Editor/TrackView/CommentNodeAnimator.cpp +++ b/Code/Editor/TrackView/CommentNodeAnimator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/CommentNodeAnimator.h b/Code/Editor/TrackView/CommentNodeAnimator.h index fe7a407e93..128651357b 100644 --- a/Code/Editor/TrackView/CommentNodeAnimator.h +++ b/Code/Editor/TrackView/CommentNodeAnimator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/ConsoleKeyUIControls.cpp b/Code/Editor/TrackView/ConsoleKeyUIControls.cpp index 6f472bf733..cbf22f63e6 100644 --- a/Code/Editor/TrackView/ConsoleKeyUIControls.cpp +++ b/Code/Editor/TrackView/ConsoleKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/DirectorNodeAnimator.cpp b/Code/Editor/TrackView/DirectorNodeAnimator.cpp index dad6794e72..3e2a1d5626 100644 --- a/Code/Editor/TrackView/DirectorNodeAnimator.cpp +++ b/Code/Editor/TrackView/DirectorNodeAnimator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/DirectorNodeAnimator.h b/Code/Editor/TrackView/DirectorNodeAnimator.h index fba1a09bbd..d2bde01c54 100644 --- a/Code/Editor/TrackView/DirectorNodeAnimator.h +++ b/Code/Editor/TrackView/DirectorNodeAnimator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/EditorTrackViewEventsBus.h b/Code/Editor/TrackView/EditorTrackViewEventsBus.h index 707d4e3dac..d3cce152ae 100644 --- a/Code/Editor/TrackView/EditorTrackViewEventsBus.h +++ b/Code/Editor/TrackView/EditorTrackViewEventsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/EventKeyUIControls.cpp b/Code/Editor/TrackView/EventKeyUIControls.cpp index 8b95cd26de..a45e59dc1a 100644 --- a/Code/Editor/TrackView/EventKeyUIControls.cpp +++ b/Code/Editor/TrackView/EventKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/GotoKeyUIControls.cpp b/Code/Editor/TrackView/GotoKeyUIControls.cpp index 3de90f19d8..6435745d2a 100644 --- a/Code/Editor/TrackView/GotoKeyUIControls.cpp +++ b/Code/Editor/TrackView/GotoKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/ScreenFaderKeyUIControls.cpp b/Code/Editor/TrackView/ScreenFaderKeyUIControls.cpp index 251991f891..786016cb37 100644 --- a/Code/Editor/TrackView/ScreenFaderKeyUIControls.cpp +++ b/Code/Editor/TrackView/ScreenFaderKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/SelectKeyUIControls.cpp b/Code/Editor/TrackView/SelectKeyUIControls.cpp index 40956039f3..37acf105f3 100644 --- a/Code/Editor/TrackView/SelectKeyUIControls.cpp +++ b/Code/Editor/TrackView/SelectKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/SequenceBatchRenderDialog.cpp b/Code/Editor/TrackView/SequenceBatchRenderDialog.cpp index e5a51051a2..7b08b3e614 100644 --- a/Code/Editor/TrackView/SequenceBatchRenderDialog.cpp +++ b/Code/Editor/TrackView/SequenceBatchRenderDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,7 @@ #include "SequenceBatchRenderDialog.h" +#include #include // Qt @@ -1215,6 +1217,18 @@ void CSequenceBatchRenderDialog::OnKickIdleTimout() // All done with our custom OnKickIdle, restore editor idle. SetEnableEditorIdleProcessing(true); } + + //When we disable the editor idle processing. system tick is no longer invoked. + //so we call it here to ensure rendering + other systems are updated. + if (!m_editorIdleProcessingEnabled) + { + AZ::ComponentApplication* componentApplication = nullptr; + AZ::ComponentApplicationBus::BroadcastResult(componentApplication, &AZ::ComponentApplicationRequests::GetApplication); + if (componentApplication) + { + componentApplication->TickSystem(); + } + } } void CSequenceBatchRenderDialog::OnKickIdle() diff --git a/Code/Editor/TrackView/SequenceBatchRenderDialog.h b/Code/Editor/TrackView/SequenceBatchRenderDialog.h index 4ad0e75b3c..2d2097fa7a 100644 --- a/Code/Editor/TrackView/SequenceBatchRenderDialog.h +++ b/Code/Editor/TrackView/SequenceBatchRenderDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/SequenceKeyUIControls.cpp b/Code/Editor/TrackView/SequenceKeyUIControls.cpp index 8eb3ed30b8..5ef5a9c4ab 100644 --- a/Code/Editor/TrackView/SequenceKeyUIControls.cpp +++ b/Code/Editor/TrackView/SequenceKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/SoundKeyUIControls.cpp b/Code/Editor/TrackView/SoundKeyUIControls.cpp index 4b1a04013b..ff6b558abf 100644 --- a/Code/Editor/TrackView/SoundKeyUIControls.cpp +++ b/Code/Editor/TrackView/SoundKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.cpp b/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.cpp index f0e89e54f3..e03b013720 100644 --- a/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.cpp +++ b/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.h b/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.h index 9d47069f36..23401453d6 100644 --- a/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.h +++ b/Code/Editor/TrackView/TVCustomizeTrackColorsDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TVEventsDialog.cpp b/Code/Editor/TrackView/TVEventsDialog.cpp index e551c4dacb..a89c0aac2a 100644 --- a/Code/Editor/TrackView/TVEventsDialog.cpp +++ b/Code/Editor/TrackView/TVEventsDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TVEventsDialog.h b/Code/Editor/TrackView/TVEventsDialog.h index 6a27d1ef85..90b2c954f9 100644 --- a/Code/Editor/TrackView/TVEventsDialog.h +++ b/Code/Editor/TrackView/TVEventsDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TVSequenceProps.cpp b/Code/Editor/TrackView/TVSequenceProps.cpp index f97a9453e0..3a0fab2f2c 100644 --- a/Code/Editor/TrackView/TVSequenceProps.cpp +++ b/Code/Editor/TrackView/TVSequenceProps.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TVSequenceProps.h b/Code/Editor/TrackView/TVSequenceProps.h index 7ebf35a913..f12c245c57 100644 --- a/Code/Editor/TrackView/TVSequenceProps.h +++ b/Code/Editor/TrackView/TVSequenceProps.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TimeRangeKeyUIControls.cpp b/Code/Editor/TrackView/TimeRangeKeyUIControls.cpp index 3170edb9f0..bd771e3849 100644 --- a/Code/Editor/TrackView/TimeRangeKeyUIControls.cpp +++ b/Code/Editor/TrackView/TimeRangeKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackEventKeyUIControls.cpp b/Code/Editor/TrackView/TrackEventKeyUIControls.cpp index fc37dd1b1b..934820ede1 100644 --- a/Code/Editor/TrackView/TrackEventKeyUIControls.cpp +++ b/Code/Editor/TrackView/TrackEventKeyUIControls.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewAnimNode.cpp b/Code/Editor/TrackView/TrackViewAnimNode.cpp index 67beaa2369..c66ea5635c 100644 --- a/Code/Editor/TrackView/TrackViewAnimNode.cpp +++ b/Code/Editor/TrackView/TrackViewAnimNode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewAnimNode.h b/Code/Editor/TrackView/TrackViewAnimNode.h index 1dc6e786b2..475307ffa9 100644 --- a/Code/Editor/TrackView/TrackViewAnimNode.h +++ b/Code/Editor/TrackView/TrackViewAnimNode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewCurveEditor.cpp b/Code/Editor/TrackView/TrackViewCurveEditor.cpp index 5aecfcbbae..83204f76a6 100644 --- a/Code/Editor/TrackView/TrackViewCurveEditor.cpp +++ b/Code/Editor/TrackView/TrackViewCurveEditor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewCurveEditor.h b/Code/Editor/TrackView/TrackViewCurveEditor.h index 3d58b87be2..b2e019899b 100644 --- a/Code/Editor/TrackView/TrackViewCurveEditor.h +++ b/Code/Editor/TrackView/TrackViewCurveEditor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewDialog.cpp b/Code/Editor/TrackView/TrackViewDialog.cpp index 351ea12621..9a35f09911 100644 --- a/Code/Editor/TrackView/TrackViewDialog.cpp +++ b/Code/Editor/TrackView/TrackViewDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewDialog.h b/Code/Editor/TrackView/TrackViewDialog.h index 67b8418a1e..f30d9a414f 100644 --- a/Code/Editor/TrackView/TrackViewDialog.h +++ b/Code/Editor/TrackView/TrackViewDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewDopeSheetBase.cpp b/Code/Editor/TrackView/TrackViewDopeSheetBase.cpp index aacab5c382..34ca2f062f 100644 --- a/Code/Editor/TrackView/TrackViewDopeSheetBase.cpp +++ b/Code/Editor/TrackView/TrackViewDopeSheetBase.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewDopeSheetBase.h b/Code/Editor/TrackView/TrackViewDopeSheetBase.h index 3a5c414c45..952303742d 100644 --- a/Code/Editor/TrackView/TrackViewDopeSheetBase.h +++ b/Code/Editor/TrackView/TrackViewDopeSheetBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewDoubleSpinBox.cpp b/Code/Editor/TrackView/TrackViewDoubleSpinBox.cpp index c77348e4f6..54e1f389b3 100644 --- a/Code/Editor/TrackView/TrackViewDoubleSpinBox.cpp +++ b/Code/Editor/TrackView/TrackViewDoubleSpinBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewDoubleSpinBox.h b/Code/Editor/TrackView/TrackViewDoubleSpinBox.h index 61e4faa765..5d3c00493d 100644 --- a/Code/Editor/TrackView/TrackViewDoubleSpinBox.h +++ b/Code/Editor/TrackView/TrackViewDoubleSpinBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewEventNode.cpp b/Code/Editor/TrackView/TrackViewEventNode.cpp index 3646000551..8cf17ae1f0 100644 --- a/Code/Editor/TrackView/TrackViewEventNode.cpp +++ b/Code/Editor/TrackView/TrackViewEventNode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewEventNode.h b/Code/Editor/TrackView/TrackViewEventNode.h index 5105021eba..5b62f40c9e 100644 --- a/Code/Editor/TrackView/TrackViewEventNode.h +++ b/Code/Editor/TrackView/TrackViewEventNode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewFindDlg.cpp b/Code/Editor/TrackView/TrackViewFindDlg.cpp index 0a3c7c122c..3d6e93fb05 100644 --- a/Code/Editor/TrackView/TrackViewFindDlg.cpp +++ b/Code/Editor/TrackView/TrackViewFindDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewFindDlg.h b/Code/Editor/TrackView/TrackViewFindDlg.h index 91ffba80cf..65723634e4 100644 --- a/Code/Editor/TrackView/TrackViewFindDlg.h +++ b/Code/Editor/TrackView/TrackViewFindDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.cpp b/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.cpp index 8c00883020..158052eb2a 100644 --- a/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.cpp +++ b/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.h b/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.h index 57dc4e18cc..d4670a95c8 100644 --- a/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.h +++ b/Code/Editor/TrackView/TrackViewKeyPropertiesDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewNode.cpp b/Code/Editor/TrackView/TrackViewNode.cpp index 3d9bde7e65..882a23f6b0 100644 --- a/Code/Editor/TrackView/TrackViewNode.cpp +++ b/Code/Editor/TrackView/TrackViewNode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewNode.h b/Code/Editor/TrackView/TrackViewNode.h index 046894c5b0..600a66877f 100644 --- a/Code/Editor/TrackView/TrackViewNode.h +++ b/Code/Editor/TrackView/TrackViewNode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewNodeFactories.cpp b/Code/Editor/TrackView/TrackViewNodeFactories.cpp index 7bdcb4b608..cfd80614bb 100644 --- a/Code/Editor/TrackView/TrackViewNodeFactories.cpp +++ b/Code/Editor/TrackView/TrackViewNodeFactories.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewNodeFactories.h b/Code/Editor/TrackView/TrackViewNodeFactories.h index 832c30e6a1..1d4f517e74 100644 --- a/Code/Editor/TrackView/TrackViewNodeFactories.h +++ b/Code/Editor/TrackView/TrackViewNodeFactories.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewNodes.cpp b/Code/Editor/TrackView/TrackViewNodes.cpp index 54d852bc57..d69c256049 100644 --- a/Code/Editor/TrackView/TrackViewNodes.cpp +++ b/Code/Editor/TrackView/TrackViewNodes.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewNodes.h b/Code/Editor/TrackView/TrackViewNodes.h index 251aeeadcf..d6ed95b88d 100644 --- a/Code/Editor/TrackView/TrackViewNodes.h +++ b/Code/Editor/TrackView/TrackViewNodes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewPythonFuncs.cpp b/Code/Editor/TrackView/TrackViewPythonFuncs.cpp index 04c5a179ba..acabff6827 100644 --- a/Code/Editor/TrackView/TrackViewPythonFuncs.cpp +++ b/Code/Editor/TrackView/TrackViewPythonFuncs.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewPythonFuncs.h b/Code/Editor/TrackView/TrackViewPythonFuncs.h index addae4c858..8be1bd140c 100644 --- a/Code/Editor/TrackView/TrackViewPythonFuncs.h +++ b/Code/Editor/TrackView/TrackViewPythonFuncs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewSequence.cpp b/Code/Editor/TrackView/TrackViewSequence.cpp index 35924bbe6a..7ccecd7292 100644 --- a/Code/Editor/TrackView/TrackViewSequence.cpp +++ b/Code/Editor/TrackView/TrackViewSequence.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewSequence.h b/Code/Editor/TrackView/TrackViewSequence.h index f28b22c2c1..66412360f2 100644 --- a/Code/Editor/TrackView/TrackViewSequence.h +++ b/Code/Editor/TrackView/TrackViewSequence.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewSequenceManager.cpp b/Code/Editor/TrackView/TrackViewSequenceManager.cpp index 3906cd273f..277483691a 100644 --- a/Code/Editor/TrackView/TrackViewSequenceManager.cpp +++ b/Code/Editor/TrackView/TrackViewSequenceManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewSequenceManager.h b/Code/Editor/TrackView/TrackViewSequenceManager.h index 9c5618bae3..b181cf54b1 100644 --- a/Code/Editor/TrackView/TrackViewSequenceManager.h +++ b/Code/Editor/TrackView/TrackViewSequenceManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewSplineCtrl.cpp b/Code/Editor/TrackView/TrackViewSplineCtrl.cpp index 123d084c9b..19c8b2d4c2 100644 --- a/Code/Editor/TrackView/TrackViewSplineCtrl.cpp +++ b/Code/Editor/TrackView/TrackViewSplineCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewSplineCtrl.h b/Code/Editor/TrackView/TrackViewSplineCtrl.h index eecab088b1..2f4c790627 100644 --- a/Code/Editor/TrackView/TrackViewSplineCtrl.h +++ b/Code/Editor/TrackView/TrackViewSplineCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewTimeline.cpp b/Code/Editor/TrackView/TrackViewTimeline.cpp index 56544786ab..f84f13e7b5 100644 --- a/Code/Editor/TrackView/TrackViewTimeline.cpp +++ b/Code/Editor/TrackView/TrackViewTimeline.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewTimeline.h b/Code/Editor/TrackView/TrackViewTimeline.h index 30e985996f..53c05f1730 100644 --- a/Code/Editor/TrackView/TrackViewTimeline.h +++ b/Code/Editor/TrackView/TrackViewTimeline.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewTrack.cpp b/Code/Editor/TrackView/TrackViewTrack.cpp index e95e64b840..64fd252534 100644 --- a/Code/Editor/TrackView/TrackViewTrack.cpp +++ b/Code/Editor/TrackView/TrackViewTrack.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewTrack.h b/Code/Editor/TrackView/TrackViewTrack.h index d2045c2ccb..0c1f13274c 100644 --- a/Code/Editor/TrackView/TrackViewTrack.h +++ b/Code/Editor/TrackView/TrackViewTrack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewUndo.cpp b/Code/Editor/TrackView/TrackViewUndo.cpp index 5f1e39ff6a..d0b85762a2 100644 --- a/Code/Editor/TrackView/TrackViewUndo.cpp +++ b/Code/Editor/TrackView/TrackViewUndo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackView/TrackViewUndo.h b/Code/Editor/TrackView/TrackViewUndo.h index f94436962c..ff5964ec7f 100644 --- a/Code/Editor/TrackView/TrackViewUndo.h +++ b/Code/Editor/TrackView/TrackViewUndo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackViewExportKeyTimeDlg.cpp b/Code/Editor/TrackViewExportKeyTimeDlg.cpp index 71e1aa0ae5..9a810b5147 100644 --- a/Code/Editor/TrackViewExportKeyTimeDlg.cpp +++ b/Code/Editor/TrackViewExportKeyTimeDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackViewExportKeyTimeDlg.h b/Code/Editor/TrackViewExportKeyTimeDlg.h index 0bbb990fa3..e012f56861 100644 --- a/Code/Editor/TrackViewExportKeyTimeDlg.h +++ b/Code/Editor/TrackViewExportKeyTimeDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackViewFBXImportPreviewDialog.cpp b/Code/Editor/TrackViewFBXImportPreviewDialog.cpp index de9099dc08..fa9ad0c502 100644 --- a/Code/Editor/TrackViewFBXImportPreviewDialog.cpp +++ b/Code/Editor/TrackViewFBXImportPreviewDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackViewFBXImportPreviewDialog.h b/Code/Editor/TrackViewFBXImportPreviewDialog.h index 4dc77a051a..ab38399a76 100644 --- a/Code/Editor/TrackViewFBXImportPreviewDialog.h +++ b/Code/Editor/TrackViewFBXImportPreviewDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackViewNewSequenceDialog.cpp b/Code/Editor/TrackViewNewSequenceDialog.cpp index 2b65af1e88..30691b0215 100644 --- a/Code/Editor/TrackViewNewSequenceDialog.cpp +++ b/Code/Editor/TrackViewNewSequenceDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/TrackViewNewSequenceDialog.h b/Code/Editor/TrackViewNewSequenceDialog.h index 5551f0b32f..60f8209b10 100644 --- a/Code/Editor/TrackViewNewSequenceDialog.h +++ b/Code/Editor/TrackViewNewSequenceDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UIEnumsDatabase.cpp b/Code/Editor/UIEnumsDatabase.cpp index 4df77e90fb..f0496f64e3 100644 --- a/Code/Editor/UIEnumsDatabase.cpp +++ b/Code/Editor/UIEnumsDatabase.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UIEnumsDatabase.h b/Code/Editor/UIEnumsDatabase.h index 42c5457ed3..102b30a7c5 100644 --- a/Code/Editor/UIEnumsDatabase.h +++ b/Code/Editor/UIEnumsDatabase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Undo/IUndoManagerListener.h b/Code/Editor/Undo/IUndoManagerListener.h index 6c797a5298..736acca270 100644 --- a/Code/Editor/Undo/IUndoManagerListener.h +++ b/Code/Editor/Undo/IUndoManagerListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Undo/IUndoObject.h b/Code/Editor/Undo/IUndoObject.h index 90b42fba96..47d853dd9a 100644 --- a/Code/Editor/Undo/IUndoObject.h +++ b/Code/Editor/Undo/IUndoObject.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Undo/Undo.cpp b/Code/Editor/Undo/Undo.cpp index 59be11c0df..5b3d2cd73a 100644 --- a/Code/Editor/Undo/Undo.cpp +++ b/Code/Editor/Undo/Undo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Undo/Undo.h b/Code/Editor/Undo/Undo.h index c523035963..3f943f7a82 100644 --- a/Code/Editor/Undo/Undo.h +++ b/Code/Editor/Undo/Undo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Undo/UndoVariableChange.h b/Code/Editor/Undo/UndoVariableChange.h index ae655369c1..80e3630893 100644 --- a/Code/Editor/Undo/UndoVariableChange.h +++ b/Code/Editor/Undo/UndoVariableChange.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoConfigSpec.cpp b/Code/Editor/UndoConfigSpec.cpp index a8d8f96026..93b73a90a1 100644 --- a/Code/Editor/UndoConfigSpec.cpp +++ b/Code/Editor/UndoConfigSpec.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoConfigSpec.h b/Code/Editor/UndoConfigSpec.h index 2f29721f19..f4aa80477e 100644 --- a/Code/Editor/UndoConfigSpec.h +++ b/Code/Editor/UndoConfigSpec.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoDropDown.cpp b/Code/Editor/UndoDropDown.cpp index 7f8457ce5d..669c05ecaa 100644 --- a/Code/Editor/UndoDropDown.cpp +++ b/Code/Editor/UndoDropDown.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoDropDown.h b/Code/Editor/UndoDropDown.h index 8c08a2be8a..4ef8ff1104 100644 --- a/Code/Editor/UndoDropDown.h +++ b/Code/Editor/UndoDropDown.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoViewPosition.cpp b/Code/Editor/UndoViewPosition.cpp index 972dbb467b..1934d255d3 100644 --- a/Code/Editor/UndoViewPosition.cpp +++ b/Code/Editor/UndoViewPosition.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoViewPosition.h b/Code/Editor/UndoViewPosition.h index 1d48ba4196..e0c6c145e8 100644 --- a/Code/Editor/UndoViewPosition.h +++ b/Code/Editor/UndoViewPosition.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoViewRotation.cpp b/Code/Editor/UndoViewRotation.cpp index 7d470d0f04..d226a516d1 100644 --- a/Code/Editor/UndoViewRotation.cpp +++ b/Code/Editor/UndoViewRotation.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UndoViewRotation.h b/Code/Editor/UndoViewRotation.h index 242cb91ed6..49e9b333eb 100644 --- a/Code/Editor/UndoViewRotation.h +++ b/Code/Editor/UndoViewRotation.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UsedResources.cpp b/Code/Editor/UsedResources.cpp index b9ae63d8f1..76a893f631 100644 --- a/Code/Editor/UsedResources.cpp +++ b/Code/Editor/UsedResources.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UsedResources.h b/Code/Editor/UsedResources.h index 5bf174c4e1..f4a883c017 100644 --- a/Code/Editor/UsedResources.h +++ b/Code/Editor/UsedResources.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/UserMessageDefines.h b/Code/Editor/UserMessageDefines.h index 1c2593c7b7..0b13d2819f 100644 --- a/Code/Editor/UserMessageDefines.h +++ b/Code/Editor/UserMessageDefines.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/3DConnexionDriver.cpp b/Code/Editor/Util/3DConnexionDriver.cpp index 7b03ce36e0..26f45a4912 100644 --- a/Code/Editor/Util/3DConnexionDriver.cpp +++ b/Code/Editor/Util/3DConnexionDriver.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/3DConnexionDriver.h b/Code/Editor/Util/3DConnexionDriver.h index a00d2af6aa..e39dd39255 100644 --- a/Code/Editor/Util/3DConnexionDriver.h +++ b/Code/Editor/Util/3DConnexionDriver.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AbstractGroupProxyModel.cpp b/Code/Editor/Util/AbstractGroupProxyModel.cpp index fada7481e9..c347566f43 100644 --- a/Code/Editor/Util/AbstractGroupProxyModel.cpp +++ b/Code/Editor/Util/AbstractGroupProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AbstractGroupProxyModel.h b/Code/Editor/Util/AbstractGroupProxyModel.h index ae690237d7..1ece8336c7 100644 --- a/Code/Editor/Util/AbstractGroupProxyModel.h +++ b/Code/Editor/Util/AbstractGroupProxyModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AbstractSortModel.cpp b/Code/Editor/Util/AbstractSortModel.cpp index 0222901a8b..56e012f766 100644 --- a/Code/Editor/Util/AbstractSortModel.cpp +++ b/Code/Editor/Util/AbstractSortModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AbstractSortModel.h b/Code/Editor/Util/AbstractSortModel.h index 3ea8682bd6..c33ed708ad 100644 --- a/Code/Editor/Util/AbstractSortModel.h +++ b/Code/Editor/Util/AbstractSortModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AffineParts.cpp b/Code/Editor/Util/AffineParts.cpp index ef68476446..7e6a1be35b 100644 --- a/Code/Editor/Util/AffineParts.cpp +++ b/Code/Editor/Util/AffineParts.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AffineParts.h b/Code/Editor/Util/AffineParts.h index 975befc175..a2e3d2c79b 100644 --- a/Code/Editor/Util/AffineParts.h +++ b/Code/Editor/Util/AffineParts.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -19,11 +20,11 @@ struct AffineParts Vec3 scale; //!< Stretch factors. float fDet; //!< Sign of determinant. - /** Decompose matrix to its affnie parts. + /** Decompose matrix to its affine parts. */ void Decompose(const Matrix34& mat); - /** Decompose matrix to its affnie parts. + /** Decompose matrix to its affine parts. Assume there`s no stretch rotation. */ void SpectralDecompose(const Matrix34& mat); diff --git a/Code/Editor/Util/AutoDirectoryRestoreFileDialog.cpp b/Code/Editor/Util/AutoDirectoryRestoreFileDialog.cpp index 2d5be106d6..f5ba0c507d 100644 --- a/Code/Editor/Util/AutoDirectoryRestoreFileDialog.cpp +++ b/Code/Editor/Util/AutoDirectoryRestoreFileDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AutoDirectoryRestoreFileDialog.h b/Code/Editor/Util/AutoDirectoryRestoreFileDialog.h index 60633774dd..3849cadaa3 100644 --- a/Code/Editor/Util/AutoDirectoryRestoreFileDialog.h +++ b/Code/Editor/Util/AutoDirectoryRestoreFileDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AutoLogTime.cpp b/Code/Editor/Util/AutoLogTime.cpp index 17fbfb4999..f1387b2906 100644 --- a/Code/Editor/Util/AutoLogTime.cpp +++ b/Code/Editor/Util/AutoLogTime.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/AutoLogTime.h b/Code/Editor/Util/AutoLogTime.h index 051e160185..e469f6b60d 100644 --- a/Code/Editor/Util/AutoLogTime.h +++ b/Code/Editor/Util/AutoLogTime.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColorUtils.cpp b/Code/Editor/Util/ColorUtils.cpp index 9aa4536cde..4e240bc51b 100644 --- a/Code/Editor/Util/ColorUtils.cpp +++ b/Code/Editor/Util/ColorUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColorUtils.h b/Code/Editor/Util/ColorUtils.h index 86383009a4..9993238e10 100644 --- a/Code/Editor/Util/ColorUtils.h +++ b/Code/Editor/Util/ColorUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupHeaderView.cpp b/Code/Editor/Util/ColumnGroupHeaderView.cpp index 7b42646b59..22e03661aa 100644 --- a/Code/Editor/Util/ColumnGroupHeaderView.cpp +++ b/Code/Editor/Util/ColumnGroupHeaderView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupHeaderView.h b/Code/Editor/Util/ColumnGroupHeaderView.h index 995c93c696..85327f71ba 100644 --- a/Code/Editor/Util/ColumnGroupHeaderView.h +++ b/Code/Editor/Util/ColumnGroupHeaderView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupItemDelegate.cpp b/Code/Editor/Util/ColumnGroupItemDelegate.cpp index 83212c4809..a64725da42 100644 --- a/Code/Editor/Util/ColumnGroupItemDelegate.cpp +++ b/Code/Editor/Util/ColumnGroupItemDelegate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupItemDelegate.h b/Code/Editor/Util/ColumnGroupItemDelegate.h index fd7da36aa3..4ff3fcb316 100644 --- a/Code/Editor/Util/ColumnGroupItemDelegate.h +++ b/Code/Editor/Util/ColumnGroupItemDelegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupProxyModel.cpp b/Code/Editor/Util/ColumnGroupProxyModel.cpp index effc558483..9535ef30f3 100644 --- a/Code/Editor/Util/ColumnGroupProxyModel.cpp +++ b/Code/Editor/Util/ColumnGroupProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupProxyModel.h b/Code/Editor/Util/ColumnGroupProxyModel.h index 4f3b95e16b..d6cc94e6d1 100644 --- a/Code/Editor/Util/ColumnGroupProxyModel.h +++ b/Code/Editor/Util/ColumnGroupProxyModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupTreeView.cpp b/Code/Editor/Util/ColumnGroupTreeView.cpp index 7665f60c5e..933a0247c0 100644 --- a/Code/Editor/Util/ColumnGroupTreeView.cpp +++ b/Code/Editor/Util/ColumnGroupTreeView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnGroupTreeView.h b/Code/Editor/Util/ColumnGroupTreeView.h index 07f8f091d0..c9226df8d0 100644 --- a/Code/Editor/Util/ColumnGroupTreeView.h +++ b/Code/Editor/Util/ColumnGroupTreeView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnSortProxyModel.cpp b/Code/Editor/Util/ColumnSortProxyModel.cpp index a5dc7c1ba7..2e42d28245 100644 --- a/Code/Editor/Util/ColumnSortProxyModel.cpp +++ b/Code/Editor/Util/ColumnSortProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ColumnSortProxyModel.h b/Code/Editor/Util/ColumnSortProxyModel.h index 877b2500f1..dbae1801b4 100644 --- a/Code/Editor/Util/ColumnSortProxyModel.h +++ b/Code/Editor/Util/ColumnSortProxyModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Contrib/NvFloatMath.inl b/Code/Editor/Util/Contrib/NvFloatMath.inl index 7088a36f02..218d77b749 100644 --- a/Code/Editor/Util/Contrib/NvFloatMath.inl +++ b/Code/Editor/Util/Contrib/NvFloatMath.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/CryMemFile.h b/Code/Editor/Util/CryMemFile.h index 2df6e68c13..5dce366a9f 100644 --- a/Code/Editor/Util/CryMemFile.h +++ b/Code/Editor/Util/CryMemFile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/DynamicArray2D.cpp b/Code/Editor/Util/DynamicArray2D.cpp index 63ee4755d7..6d9b1683f2 100644 --- a/Code/Editor/Util/DynamicArray2D.cpp +++ b/Code/Editor/Util/DynamicArray2D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/DynamicArray2D.h b/Code/Editor/Util/DynamicArray2D.h index 90d5767dae..80e40bfd22 100644 --- a/Code/Editor/Util/DynamicArray2D.h +++ b/Code/Editor/Util/DynamicArray2D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/EditorAutoLevelLoadTest.cpp b/Code/Editor/Util/EditorAutoLevelLoadTest.cpp index e87dcc968e..fe3729ad08 100644 --- a/Code/Editor/Util/EditorAutoLevelLoadTest.cpp +++ b/Code/Editor/Util/EditorAutoLevelLoadTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/EditorAutoLevelLoadTest.h b/Code/Editor/Util/EditorAutoLevelLoadTest.h index 5908d96278..890054026a 100644 --- a/Code/Editor/Util/EditorAutoLevelLoadTest.h +++ b/Code/Editor/Util/EditorAutoLevelLoadTest.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/EditorUtils.cpp b/Code/Editor/Util/EditorUtils.cpp index 408338a04b..8f56e4d956 100644 --- a/Code/Editor/Util/EditorUtils.cpp +++ b/Code/Editor/Util/EditorUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/EditorUtils.h b/Code/Editor/Util/EditorUtils.h index b9110be17d..fb767c98b3 100644 --- a/Code/Editor/Util/EditorUtils.h +++ b/Code/Editor/Util/EditorUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,7 +14,7 @@ #define CRYINCLUDE_EDITOR_UTIL_EDITORUTILS_H #pragma once - +#include #include #include "Util/FileUtil.h" #include diff --git a/Code/Editor/Util/FileChangeMonitor.cpp b/Code/Editor/Util/FileChangeMonitor.cpp index 6c036eac5a..c2448e5dac 100644 --- a/Code/Editor/Util/FileChangeMonitor.cpp +++ b/Code/Editor/Util/FileChangeMonitor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileChangeMonitor.h b/Code/Editor/Util/FileChangeMonitor.h index 81949f36c3..c2746dc30a 100644 --- a/Code/Editor/Util/FileChangeMonitor.h +++ b/Code/Editor/Util/FileChangeMonitor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileEnum.cpp b/Code/Editor/Util/FileEnum.cpp index df554bf6ba..1d13929889 100644 --- a/Code/Editor/Util/FileEnum.cpp +++ b/Code/Editor/Util/FileEnum.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileEnum.h b/Code/Editor/Util/FileEnum.h index a9cad4da79..553611db17 100644 --- a/Code/Editor/Util/FileEnum.h +++ b/Code/Editor/Util/FileEnum.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileUtil.cpp b/Code/Editor/Util/FileUtil.cpp index 5d4e7a5bfc..9e4f688f69 100644 --- a/Code/Editor/Util/FileUtil.cpp +++ b/Code/Editor/Util/FileUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileUtil.h b/Code/Editor/Util/FileUtil.h index 7513bd723e..000215e98d 100644 --- a/Code/Editor/Util/FileUtil.h +++ b/Code/Editor/Util/FileUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileUtil_impl.cpp b/Code/Editor/Util/FileUtil_impl.cpp index f9ce37212a..0dd3a0ca87 100644 --- a/Code/Editor/Util/FileUtil_impl.cpp +++ b/Code/Editor/Util/FileUtil_impl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/FileUtil_impl.h b/Code/Editor/Util/FileUtil_impl.h index 6a1e50f374..2f2872ff6f 100644 --- a/Code/Editor/Util/FileUtil_impl.h +++ b/Code/Editor/Util/FileUtil_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/GdiUtil.cpp b/Code/Editor/Util/GdiUtil.cpp index a9d9208dba..eba5ac8579 100644 --- a/Code/Editor/Util/GdiUtil.cpp +++ b/Code/Editor/Util/GdiUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/GdiUtil.h b/Code/Editor/Util/GdiUtil.h index 89f107f9a8..f61781f7d4 100644 --- a/Code/Editor/Util/GdiUtil.h +++ b/Code/Editor/Util/GdiUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/GeometryUtil.cpp b/Code/Editor/Util/GeometryUtil.cpp index 21ef4adc98..d4442e8d03 100644 --- a/Code/Editor/Util/GeometryUtil.cpp +++ b/Code/Editor/Util/GeometryUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/GeometryUtil.h b/Code/Editor/Util/GeometryUtil.h index a680243ab4..8895ebe149 100644 --- a/Code/Editor/Util/GeometryUtil.h +++ b/Code/Editor/Util/GeometryUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/GuidUtil.cpp b/Code/Editor/Util/GuidUtil.cpp index 2b3237125d..5f81eac88e 100644 --- a/Code/Editor/Util/GuidUtil.cpp +++ b/Code/Editor/Util/GuidUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/GuidUtil.h b/Code/Editor/Util/GuidUtil.h index e88dfe1854..2a82e3682b 100644 --- a/Code/Editor/Util/GuidUtil.h +++ b/Code/Editor/Util/GuidUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/IObservable.h b/Code/Editor/Util/IObservable.h index 9ce69a6151..5fa7201c80 100644 --- a/Code/Editor/Util/IObservable.h +++ b/Code/Editor/Util/IObservable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/IXmlHistoryManager.h b/Code/Editor/Util/IXmlHistoryManager.h index 3e22d8fa09..78d849df7d 100644 --- a/Code/Editor/Util/IXmlHistoryManager.h +++ b/Code/Editor/Util/IXmlHistoryManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Image.cpp b/Code/Editor/Util/Image.cpp index 7767fb70d7..773bfa93d2 100644 --- a/Code/Editor/Util/Image.cpp +++ b/Code/Editor/Util/Image.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Image.h b/Code/Editor/Util/Image.h index d23eefac9d..8886598c43 100644 --- a/Code/Editor/Util/Image.h +++ b/Code/Editor/Util/Image.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageASC.cpp b/Code/Editor/Util/ImageASC.cpp index 1b4c185703..69a6892c65 100644 --- a/Code/Editor/Util/ImageASC.cpp +++ b/Code/Editor/Util/ImageASC.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageASC.h b/Code/Editor/Util/ImageASC.h index 6c28e1b9f8..4570145dcf 100644 --- a/Code/Editor/Util/ImageASC.h +++ b/Code/Editor/Util/ImageASC.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageBT.cpp b/Code/Editor/Util/ImageBT.cpp index a351a5c2f1..eb54213cf1 100644 --- a/Code/Editor/Util/ImageBT.cpp +++ b/Code/Editor/Util/ImageBT.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageBT.h b/Code/Editor/Util/ImageBT.h index 89eea7c029..dc7061527a 100644 --- a/Code/Editor/Util/ImageBT.h +++ b/Code/Editor/Util/ImageBT.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageGif.cpp b/Code/Editor/Util/ImageGif.cpp index 2fff41e4c8..a0cd6c5650 100644 --- a/Code/Editor/Util/ImageGif.cpp +++ b/Code/Editor/Util/ImageGif.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageGif.h b/Code/Editor/Util/ImageGif.h index 3a0e9a7780..2124fde06a 100644 --- a/Code/Editor/Util/ImageGif.h +++ b/Code/Editor/Util/ImageGif.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageHistogram.cpp b/Code/Editor/Util/ImageHistogram.cpp index 267a697ba9..15f6bc2e47 100644 --- a/Code/Editor/Util/ImageHistogram.cpp +++ b/Code/Editor/Util/ImageHistogram.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageHistogram.h b/Code/Editor/Util/ImageHistogram.h index 3166f951ab..04f4b3fd4c 100644 --- a/Code/Editor/Util/ImageHistogram.h +++ b/Code/Editor/Util/ImageHistogram.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImagePainter.cpp b/Code/Editor/Util/ImagePainter.cpp index 43e67723df..37cf5d000c 100644 --- a/Code/Editor/Util/ImagePainter.cpp +++ b/Code/Editor/Util/ImagePainter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImagePainter.h b/Code/Editor/Util/ImagePainter.h index a07d3329f5..81d1450f06 100644 --- a/Code/Editor/Util/ImagePainter.h +++ b/Code/Editor/Util/ImagePainter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageTIF.cpp b/Code/Editor/Util/ImageTIF.cpp index 2e1dbe9bec..9040306a44 100644 --- a/Code/Editor/Util/ImageTIF.cpp +++ b/Code/Editor/Util/ImageTIF.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageTIF.h b/Code/Editor/Util/ImageTIF.h index 91d1f23437..441f623881 100644 --- a/Code/Editor/Util/ImageTIF.h +++ b/Code/Editor/Util/ImageTIF.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageUtil.cpp b/Code/Editor/Util/ImageUtil.cpp index c6380fd653..1b985c82f9 100644 --- a/Code/Editor/Util/ImageUtil.cpp +++ b/Code/Editor/Util/ImageUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageUtil.h b/Code/Editor/Util/ImageUtil.h index 6fa8519d3f..fa89778b6d 100644 --- a/Code/Editor/Util/ImageUtil.h +++ b/Code/Editor/Util/ImageUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageUtil_impl.cpp b/Code/Editor/Util/ImageUtil_impl.cpp index 0612f6defe..69faa09260 100644 --- a/Code/Editor/Util/ImageUtil_impl.cpp +++ b/Code/Editor/Util/ImageUtil_impl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ImageUtil_impl.h b/Code/Editor/Util/ImageUtil_impl.h index 7e3f7c4f13..9f00cf7543 100644 --- a/Code/Editor/Util/ImageUtil_impl.h +++ b/Code/Editor/Util/ImageUtil_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/IndexedFiles.cpp b/Code/Editor/Util/IndexedFiles.cpp index ea50cf6423..c90b3c5f20 100644 --- a/Code/Editor/Util/IndexedFiles.cpp +++ b/Code/Editor/Util/IndexedFiles.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/IndexedFiles.h b/Code/Editor/Util/IndexedFiles.h index a0328b0837..34554dbe37 100644 --- a/Code/Editor/Util/IndexedFiles.h +++ b/Code/Editor/Util/IndexedFiles.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/KDTree.cpp b/Code/Editor/Util/KDTree.cpp index 138176f152..c8fe742370 100644 --- a/Code/Editor/Util/KDTree.cpp +++ b/Code/Editor/Util/KDTree.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/KDTree.h b/Code/Editor/Util/KDTree.h index 9a24d89560..c2ea086175 100644 --- a/Code/Editor/Util/KDTree.h +++ b/Code/Editor/Util/KDTree.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Mailer.h b/Code/Editor/Util/Mailer.h index 7a3bc1682a..7ea77aa8ac 100644 --- a/Code/Editor/Util/Mailer.h +++ b/Code/Editor/Util/Mailer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Math.h b/Code/Editor/Util/Math.h index 4f900b80ed..66bbf883e8 100644 --- a/Code/Editor/Util/Math.h +++ b/Code/Editor/Util/Math.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,6 +13,7 @@ #define CRYINCLUDE_EDITOR_UTIL_MATH_H #pragma once +#include //! Half PI #define PI_HALF (3.1415926535897932384626433832795f / 2.0f) diff --git a/Code/Editor/Util/MemoryBlock.cpp b/Code/Editor/Util/MemoryBlock.cpp index d60e7fde59..1368553511 100644 --- a/Code/Editor/Util/MemoryBlock.cpp +++ b/Code/Editor/Util/MemoryBlock.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/MemoryBlock.h b/Code/Editor/Util/MemoryBlock.h index ecdc522557..ff851c74ac 100644 --- a/Code/Editor/Util/MemoryBlock.h +++ b/Code/Editor/Util/MemoryBlock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ModalWindowDismisser.cpp b/Code/Editor/Util/ModalWindowDismisser.cpp index 1d380f5901..7ae62e4a67 100644 --- a/Code/Editor/Util/ModalWindowDismisser.cpp +++ b/Code/Editor/Util/ModalWindowDismisser.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/ModalWindowDismisser.h b/Code/Editor/Util/ModalWindowDismisser.h index 1c497bc7f8..f05e9ccd66 100644 --- a/Code/Editor/Util/ModalWindowDismisser.h +++ b/Code/Editor/Util/ModalWindowDismisser.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/NamedData.cpp b/Code/Editor/Util/NamedData.cpp index c36bac6c27..1f0d6c5a50 100644 --- a/Code/Editor/Util/NamedData.cpp +++ b/Code/Editor/Util/NamedData.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/NamedData.h b/Code/Editor/Util/NamedData.h index 11daec4e95..3872c307d7 100644 --- a/Code/Editor/Util/NamedData.h +++ b/Code/Editor/Util/NamedData.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Observable.h b/Code/Editor/Util/Observable.h index 9cdb4d1e20..e42fc2c94a 100644 --- a/Code/Editor/Util/Observable.h +++ b/Code/Editor/Util/Observable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/PakFile.cpp b/Code/Editor/Util/PakFile.cpp index 5f26f25149..5c26b9a7a2 100644 --- a/Code/Editor/Util/PakFile.cpp +++ b/Code/Editor/Util/PakFile.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/PakFile.h b/Code/Editor/Util/PakFile.h index 14575b25f4..ed66903c46 100644 --- a/Code/Editor/Util/PakFile.h +++ b/Code/Editor/Util/PakFile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/PathUtil.cpp b/Code/Editor/Util/PathUtil.cpp index c99f93d323..4bb5c20ece 100644 --- a/Code/Editor/Util/PathUtil.cpp +++ b/Code/Editor/Util/PathUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/PathUtil.h b/Code/Editor/Util/PathUtil.h index 14c71e88fb..0f87df0d5c 100644 --- a/Code/Editor/Util/PathUtil.h +++ b/Code/Editor/Util/PathUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/PredefinedAspectRatios.cpp b/Code/Editor/Util/PredefinedAspectRatios.cpp index 76879fa42b..eac349cfa9 100644 --- a/Code/Editor/Util/PredefinedAspectRatios.cpp +++ b/Code/Editor/Util/PredefinedAspectRatios.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/PredefinedAspectRatios.h b/Code/Editor/Util/PredefinedAspectRatios.h index c65cdf6f5a..6ca79c0ae2 100644 --- a/Code/Editor/Util/PredefinedAspectRatios.h +++ b/Code/Editor/Util/PredefinedAspectRatios.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/RefCountBase.h b/Code/Editor/Util/RefCountBase.h index d375b45a0b..158d245a41 100644 --- a/Code/Editor/Util/RefCountBase.h +++ b/Code/Editor/Util/RefCountBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,6 +15,7 @@ #pragma once #include +#include //! Derive from this class to get reference counting in your class. class EDITOR_CORE_API CRefCountBase diff --git a/Code/Editor/Util/StringHelpers.cpp b/Code/Editor/Util/StringHelpers.cpp index 8b8ca62609..836090e923 100644 --- a/Code/Editor/Util/StringHelpers.cpp +++ b/Code/Editor/Util/StringHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,11 +15,7 @@ #include #include -#if defined(AZ_PLATFORM_WINDOWS) -#define WIN32_LEAN_AND_MEAN -#include // WideCharToMultibyte(), CP_UTF8, etc. -#endif - +#include // WideCharToMultibyte(), CP_UTF8, etc. #include static inline char ToLower(const char c) diff --git a/Code/Editor/Util/StringHelpers.h b/Code/Editor/Util/StringHelpers.h index a5706ff195..c05063f207 100644 --- a/Code/Editor/Util/StringHelpers.h +++ b/Code/Editor/Util/StringHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/StringNoCasePredicate.h b/Code/Editor/Util/StringNoCasePredicate.h index f1b9fb1a67..4fb81cf7d6 100644 --- a/Code/Editor/Util/StringNoCasePredicate.h +++ b/Code/Editor/Util/StringNoCasePredicate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/TRefCountBase.h b/Code/Editor/Util/TRefCountBase.h index 376863b9d9..aeedda9d16 100644 --- a/Code/Editor/Util/TRefCountBase.h +++ b/Code/Editor/Util/TRefCountBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Triangulate.cpp b/Code/Editor/Util/Triangulate.cpp index 92d72683e2..c8160a375a 100644 --- a/Code/Editor/Util/Triangulate.cpp +++ b/Code/Editor/Util/Triangulate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Triangulate.h b/Code/Editor/Util/Triangulate.h index 32a6222c74..dad3a14de1 100644 --- a/Code/Editor/Util/Triangulate.h +++ b/Code/Editor/Util/Triangulate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/UIEnumerations.cpp b/Code/Editor/Util/UIEnumerations.cpp index e6af405372..8d9fc40377 100644 --- a/Code/Editor/Util/UIEnumerations.cpp +++ b/Code/Editor/Util/UIEnumerations.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/UIEnumerations.h b/Code/Editor/Util/UIEnumerations.h index 18505e4232..f23ebf9604 100644 --- a/Code/Editor/Util/UIEnumerations.h +++ b/Code/Editor/Util/UIEnumerations.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/UndoUtil.cpp b/Code/Editor/Util/UndoUtil.cpp index 03d9184f9d..0f90e674e6 100644 --- a/Code/Editor/Util/UndoUtil.cpp +++ b/Code/Editor/Util/UndoUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/UndoUtil.h b/Code/Editor/Util/UndoUtil.h index 61144298c0..e825647f6b 100644 --- a/Code/Editor/Util/UndoUtil.h +++ b/Code/Editor/Util/UndoUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -30,7 +31,7 @@ public: static void Record(IUndoObject* undo); private: - static const uint32 scDescSize = 256; + static const AZ::u32 scDescSize = 256; char m_description[scDescSize]; bool m_bCancelled; bool m_bStartedRecord; diff --git a/Code/Editor/Util/Util.h b/Code/Editor/Util/Util.h index 83c612de0a..b0ec0db818 100644 --- a/Code/Editor/Util/Util.h +++ b/Code/Editor/Util/Util.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Variable.cpp b/Code/Editor/Util/Variable.cpp index 3041977df4..5125032baf 100644 --- a/Code/Editor/Util/Variable.cpp +++ b/Code/Editor/Util/Variable.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/Variable.h b/Code/Editor/Util/Variable.h index 402934a166..0d1e7a9ef1 100644 --- a/Code/Editor/Util/Variable.h +++ b/Code/Editor/Util/Variable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/VariablePropertyType.cpp b/Code/Editor/Util/VariablePropertyType.cpp index 568725d01b..c6d26b3470 100644 --- a/Code/Editor/Util/VariablePropertyType.cpp +++ b/Code/Editor/Util/VariablePropertyType.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/VariablePropertyType.h b/Code/Editor/Util/VariablePropertyType.h index 7c1608ab06..af2865add1 100644 --- a/Code/Editor/Util/VariablePropertyType.h +++ b/Code/Editor/Util/VariablePropertyType.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/XmlArchive.cpp b/Code/Editor/Util/XmlArchive.cpp index 3447ff1e27..ca399632d4 100644 --- a/Code/Editor/Util/XmlArchive.cpp +++ b/Code/Editor/Util/XmlArchive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/XmlArchive.h b/Code/Editor/Util/XmlArchive.h index 26707a78fa..3d45a7a2e6 100644 --- a/Code/Editor/Util/XmlArchive.h +++ b/Code/Editor/Util/XmlArchive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/XmlHistoryManager.cpp b/Code/Editor/Util/XmlHistoryManager.cpp index 1a71015e4d..3aea041d29 100644 --- a/Code/Editor/Util/XmlHistoryManager.cpp +++ b/Code/Editor/Util/XmlHistoryManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/XmlHistoryManager.h b/Code/Editor/Util/XmlHistoryManager.h index 4983100ee1..d894bc7f00 100644 --- a/Code/Editor/Util/XmlHistoryManager.h +++ b/Code/Editor/Util/XmlHistoryManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/XmlTemplate.cpp b/Code/Editor/Util/XmlTemplate.cpp index fa5269ea1a..1b0cc6ff6f 100644 --- a/Code/Editor/Util/XmlTemplate.cpp +++ b/Code/Editor/Util/XmlTemplate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/XmlTemplate.h b/Code/Editor/Util/XmlTemplate.h index 061a9d9ead..ee75531601 100644 --- a/Code/Editor/Util/XmlTemplate.h +++ b/Code/Editor/Util/XmlTemplate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/bitarray.h b/Code/Editor/Util/bitarray.h index 73628d6dd9..c7d7f2012a 100644 --- a/Code/Editor/Util/bitarray.h +++ b/Code/Editor/Util/bitarray.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/fastlib.h b/Code/Editor/Util/fastlib.h index 832982d879..7d2dc327fd 100644 --- a/Code/Editor/Util/fastlib.h +++ b/Code/Editor/Util/fastlib.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Util/smartptr.h b/Code/Editor/Util/smartptr.h index 6f3ed6fe31..d9e656ef24 100644 --- a/Code/Editor/Util/smartptr.h +++ b/Code/Editor/Util/smartptr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ViewManager.cpp b/Code/Editor/ViewManager.cpp index 5ce7f5490e..5a3e92a525 100644 --- a/Code/Editor/ViewManager.cpp +++ b/Code/Editor/ViewManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ViewManager.h b/Code/Editor/ViewManager.h index e0369809ec..22f9f6804f 100644 --- a/Code/Editor/ViewManager.h +++ b/Code/Editor/ViewManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ViewPane.cpp b/Code/Editor/ViewPane.cpp index d4ff77acad..19b653b865 100644 --- a/Code/Editor/ViewPane.cpp +++ b/Code/Editor/ViewPane.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ViewPane.h b/Code/Editor/ViewPane.h index 4bdd56c22a..5771a687c0 100644 --- a/Code/Editor/ViewPane.h +++ b/Code/Editor/ViewPane.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Viewport.cpp b/Code/Editor/Viewport.cpp index 15af52484d..906a60ac47 100644 --- a/Code/Editor/Viewport.cpp +++ b/Code/Editor/Viewport.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/Viewport.h b/Code/Editor/Viewport.h index a7f03edc3f..c94a77b06e 100644 --- a/Code/Editor/Viewport.h +++ b/Code/Editor/Viewport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ViewportManipulatorController.cpp b/Code/Editor/ViewportManipulatorController.cpp index c7d2885cb2..0b519f0787 100644 --- a/Code/Editor/ViewportManipulatorController.cpp +++ b/Code/Editor/ViewportManipulatorController.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -216,7 +217,8 @@ namespace SandboxEditor interactionHandled, AzToolsFramework::GetEntityContextId(), targetInteractionEvent, mouseInteractionEvent); } - return interactionHandled; + // Only filter button/key press events, not release events + return interactionHandled && event.m_inputChannel.IsActive(); } void ViewportManipulatorControllerInstance::ResetInputChannels() diff --git a/Code/Editor/ViewportManipulatorController.h b/Code/Editor/ViewportManipulatorController.h index 90f048295c..968b6745c1 100644 --- a/Code/Editor/ViewportManipulatorController.h +++ b/Code/Editor/ViewportManipulatorController.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/ViewportTitleDlg.cpp b/Code/Editor/ViewportTitleDlg.cpp index 3090cf8e63..4d27506929 100644 --- a/Code/Editor/ViewportTitleDlg.cpp +++ b/Code/Editor/ViewportTitleDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -868,7 +869,16 @@ void CViewportTitleDlg::OnBnClickedMuteAudio() void CViewportTitleDlg::UpdateMuteActionText() { - m_audioMuteAction->setText(gSettings.bMuteAudio ? tr("Un-mute Audio") : tr("Mute Audio")); + if (!Audio::AudioSystemRequestBus::HasHandlers()) + { + m_audioMuteAction->setEnabled(false); + m_audioMuteAction->setText(tr("Mute Audio: Enable Audio Gem")); + } + else + { + m_audioMuteAction->setEnabled(true); + m_audioMuteAction->setText(gSettings.bMuteAudio ? tr("Un-mute Audio") : tr("Mute Audio")); + } } void CViewportTitleDlg::OnHMDInitialized() diff --git a/Code/Editor/ViewportTitleDlg.h b/Code/Editor/ViewportTitleDlg.h index 04219098f5..a5b4da8075 100644 --- a/Code/Editor/ViewportTitleDlg.h +++ b/Code/Editor/ViewportTitleDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WaitProgress.cpp b/Code/Editor/WaitProgress.cpp index bca0de3eac..999b73636d 100644 --- a/Code/Editor/WaitProgress.cpp +++ b/Code/Editor/WaitProgress.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WaitProgress.h b/Code/Editor/WaitProgress.h index 241d8657ed..ae6cb140c3 100644 --- a/Code/Editor/WaitProgress.h +++ b/Code/Editor/WaitProgress.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WelcomeScreen/WelcomeScreenDialog.cpp b/Code/Editor/WelcomeScreen/WelcomeScreenDialog.cpp index f9560aef55..0f73023acf 100644 --- a/Code/Editor/WelcomeScreen/WelcomeScreenDialog.cpp +++ b/Code/Editor/WelcomeScreen/WelcomeScreenDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -40,10 +41,6 @@ #include "CryEdit.h" #include "LevelFileDialog.h" -// NewsShared -#include // for News::ResourceManifest -#include // for News::ArticleViewContainer - AZ_PUSH_DISABLE_DLL_EXPORT_MEMBER_WARNING #include AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING diff --git a/Code/Editor/WelcomeScreen/WelcomeScreenDialog.h b/Code/Editor/WelcomeScreen/WelcomeScreenDialog.h index 4338a8250f..6b4adaa585 100644 --- a/Code/Editor/WelcomeScreen/WelcomeScreenDialog.h +++ b/Code/Editor/WelcomeScreen/WelcomeScreenDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,8 +9,6 @@ #if !defined(Q_MOC_RUN) #include -#include "NewsShared/LogType.h" -#include "NewsShared/ErrorCodes.h" #endif namespace News { @@ -62,9 +61,6 @@ private: void OnRecentLevelTableItemClicked(const QModelIndex& index); void OnCloseBtnClicked(bool checked); - void SyncFail(News::ErrorCode error); - void SyncSuccess(); - private Q_SLOTS: void previewAreaScrolled(); }; diff --git a/Code/Editor/WinWidgetId.h b/Code/Editor/WinWidgetId.h index 5c9d147a7f..dc8daa43c6 100644 --- a/Code/Editor/WinWidgetId.h +++ b/Code/Editor/WinWidgetId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WindowObserver_mac.h b/Code/Editor/WindowObserver_mac.h index e72ecec45b..08362ab8d9 100644 --- a/Code/Editor/WindowObserver_mac.h +++ b/Code/Editor/WindowObserver_mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WindowObserver_mac.mm b/Code/Editor/WindowObserver_mac.mm index daeaaa2ec6..bbee9edf2e 100644 --- a/Code/Editor/WindowObserver_mac.mm +++ b/Code/Editor/WindowObserver_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WipFeatureManager.cpp b/Code/Editor/WipFeatureManager.cpp index 9cd737c258..6777065c1c 100644 --- a/Code/Editor/WipFeatureManager.cpp +++ b/Code/Editor/WipFeatureManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -445,7 +446,7 @@ void CWipFeatureManager::SetFeatureUpdateCallback(int aFeatureId, TWipFeatureUpd m_features[aFeatureId].m_pfnUpdateFeature = pfnUpdate; } -std::map& CWipFeatureManager::GetFeatures() +AZStd::map& CWipFeatureManager::GetFeatures() { return m_features; } diff --git a/Code/Editor/WipFeatureManager.h b/Code/Editor/WipFeatureManager.h index b6e43dcd88..52ed364524 100644 --- a/Code/Editor/WipFeatureManager.h +++ b/Code/Editor/WipFeatureManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,6 +11,9 @@ #define CRYINCLUDE_EDITOR_WIPFEATUREMANAGER_H #pragma once +#include +#include + /* This class is used to control work in progress features at runtime, so QA can test even if the end user will not see those features You can use the console command: e_wipfeature enable|disable|hide|show|safemode|fullmode @@ -72,14 +76,14 @@ public: {} int m_id; - string m_displayName, m_params; + AZStd::string m_displayName, m_params; bool m_bVisible, m_bEnabled, m_bSafeMode, // if true, this feature will be saved into the xml file when Save(...) will be called m_bSaveToXml, m_bLoadedFromXml; TWipFeatureUpdateCallback m_pfnUpdateFeature; }; - typedef std::map TWipFeatures; + typedef AZStd::map TWipFeatures; private: @@ -95,7 +99,7 @@ public: if (!s_pInstance) { s_pInstance = new CWipFeatureManager(); - assert(s_pInstance); + AZ_Assert(s_pInstance, "Could not construct CWipFeatureManager"); } return s_pInstance; diff --git a/Code/Editor/WipFeaturesDlg.cpp b/Code/Editor/WipFeaturesDlg.cpp index a50282ecfe..8a5c323fa5 100644 --- a/Code/Editor/WipFeaturesDlg.cpp +++ b/Code/Editor/WipFeaturesDlg.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/WipFeaturesDlg.h b/Code/Editor/WipFeaturesDlg.h index d352875ecc..03b3654a27 100644 --- a/Code/Editor/WipFeaturesDlg.h +++ b/Code/Editor/WipFeaturesDlg.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/editor_core_files.cmake b/Code/Editor/editor_core_files.cmake index 3719e2f498..53dd8d79a5 100644 --- a/Code/Editor/editor_core_files.cmake +++ b/Code/Editor/editor_core_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_core_test_files.cmake b/Code/Editor/editor_core_test_files.cmake index 1f13168fe9..4dd74dd05f 100644 --- a/Code/Editor/editor_core_test_files.cmake +++ b/Code/Editor/editor_core_test_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_darwin_files.cmake b/Code/Editor/editor_darwin_files.cmake index 6901f0e298..9481b17910 100644 --- a/Code/Editor/editor_darwin_files.cmake +++ b/Code/Editor/editor_darwin_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_files.cmake b/Code/Editor/editor_files.cmake index 18df7dccf0..9ef8ef910e 100644 --- a/Code/Editor/editor_files.cmake +++ b/Code/Editor/editor_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_headers_files.cmake b/Code/Editor/editor_headers_files.cmake index ea5912045e..c2c5a11c4c 100644 --- a/Code/Editor/editor_headers_files.cmake +++ b/Code/Editor/editor_headers_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_lib_files.cmake b/Code/Editor/editor_lib_files.cmake index 562623dab2..386b495faa 100644 --- a/Code/Editor/editor_lib_files.cmake +++ b/Code/Editor/editor_lib_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -21,7 +22,6 @@ set(FILES res/TreeView.bmp res/VisualLog_PlayerButtons.bmp res/ab_toolbar.bmp - res/about_dark.bmp res/anim.bmp res/animatio.bmp res/animations_tree_soundevent.bmp @@ -137,7 +137,6 @@ set(FILES res/litebulb.bmp res/lock_sel.bmp res/locksele.bmp - res/logo.bmp res/mainfram.bmp res/mann_tagdef_toolbar.bmp res/mann_tagdef_tree.bmp @@ -184,8 +183,6 @@ set(FILES res/rename.ico res/replace.ico res/ribbon_system_button.png - res/sandbox_dark.bmp - res/sb_welcome_dark.bmp res/selectobj.bmp res/seq_1_colour_keys.bmp res/seq_2_colour_keys.bmp @@ -587,9 +584,6 @@ set(FILES SettingsManager.h SettingsManagerDialog.h SettingsManagerDialog.ui - GraphicsSettingsDialog.h - GraphicsSettingsDialog.cpp - graphicssettingsdialog.ui AboutDialog.cpp ErrorReportTableModel.h ErrorReportTableModel.cpp diff --git a/Code/Editor/editor_lib_terrain_files.cmake b/Code/Editor/editor_lib_terrain_files.cmake index 7a48957af0..09b521ad39 100644 --- a/Code/Editor/editor_lib_terrain_files.cmake +++ b/Code/Editor/editor_lib_terrain_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_lib_test_files.cmake b/Code/Editor/editor_lib_test_files.cmake index 919ebfbbb7..c67e70ddbd 100644 --- a/Code/Editor/editor_lib_test_files.cmake +++ b/Code/Editor/editor_lib_test_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_lib_test_terrain_files.cmake b/Code/Editor/editor_lib_test_terrain_files.cmake index 4f7a74f29a..e0f4c99cdb 100644 --- a/Code/Editor/editor_lib_test_terrain_files.cmake +++ b/Code/Editor/editor_lib_test_terrain_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/editor_win_files.cmake b/Code/Editor/editor_win_files.cmake index 2754f933ef..d14de1f4db 100644 --- a/Code/Editor/editor_win_files.cmake +++ b/Code/Editor/editor_win_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Editor/graphicssettingsdialog.ui b/Code/Editor/graphicssettingsdialog.ui deleted file mode 100644 index ca8770e9e3..0000000000 --- a/Code/Editor/graphicssettingsdialog.ui +++ /dev/null @@ -1,270 +0,0 @@ - - - GraphicsSettingsDialog - - - - 0 - 0 - 1292 - 565 - - - - - 0 - 0 - - - - - 800 - 400 - - - - - 16777215 - 16777215 - - - - Graphics Settings - - - - - - - 0 - - - 6 - - - - - - 0 - 0 - - - - - 0 - 20 - - - - - 16777215 - 20 - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - - - - - - - - 100 - 0 - - - - - 16777215 - 20 - - - - Add Resource - - - - - - - - 0 - 0 - - - - - 60 - 20 - - - - Platform - - - Qt::AlignCenter - - - - - - - - 13 - 0 - - - - Qt::Vertical - - - - - - - - - - Qt::Horizontal - - - - - - - - 0 - 0 - - - - true - - - - - 0 - 0 - 1272 - 452 - - - - - 0 - 0 - - - - - - - - 0 - 0 - - - - 8 - - - false - - - - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - background-color: rgb(233, 118, 17); - - - Save - - - - - - - - 0 - 0 - - - - Cancel - - - - - - - - - Qt::Horizontal - - - - - line - m_scrollArea - line_2 - widget - - - - GraphicsSettingsTreeView - QTreeView -
GraphicsSettingsDialog.h
-
-
- - m_cancelButton - m_applyButton - m_scrollArea - - - -
diff --git a/Code/Editor/main.cpp b/Code/Editor/main.cpp index aee1239de1..71153814bc 100644 --- a/Code/Editor/main.cpp +++ b/Code/Editor/main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Editor/res/about_dark.bmp b/Code/Editor/res/about_dark.bmp deleted file mode 100644 index 2bf31764a6..0000000000 --- a/Code/Editor/res/about_dark.bmp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:887d184cf49cf78c62a1fe53eac3cb8e7b071bb67e09b801a4893445ac4c800f -size 542456 diff --git a/Code/Editor/res/logo.bmp b/Code/Editor/res/logo.bmp deleted file mode 100644 index c67ca02a07..0000000000 --- a/Code/Editor/res/logo.bmp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b65af2765042354ae4110dc7bcbde905e4a55a4995f66b626d15ec6c0fa18c1 -size 96056 diff --git a/Code/Editor/res/logo.gif b/Code/Editor/res/logo.gif deleted file mode 100644 index 00534c61cc..0000000000 --- a/Code/Editor/res/logo.gif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79412e83b32bb6712d9701f78465878a2057a590698a4dc8d8c7aa11de2623ef -size 4227 diff --git a/Code/Editor/res/sandbox_dark.bmp b/Code/Editor/res/sandbox_dark.bmp deleted file mode 100644 index 2bf31764a6..0000000000 --- a/Code/Editor/res/sandbox_dark.bmp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:887d184cf49cf78c62a1fe53eac3cb8e7b071bb67e09b801a4893445ac4c800f -size 542456 diff --git a/Code/Editor/res/sb_welcome_dark.bmp b/Code/Editor/res/sb_welcome_dark.bmp deleted file mode 100644 index 979c61e4af..0000000000 --- a/Code/Editor/res/sb_welcome_dark.bmp +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704faeb96d930d3e6992a1449908aa6d7860b648e2feb38da8bf37cd7268a694 -size 184856 diff --git a/Code/Editor/splashscreen_background_developer_preview.jpg b/Code/Editor/splashscreen_background_developer_preview.jpg new file mode 100644 index 0000000000..59f05a64df --- /dev/null +++ b/Code/Editor/splashscreen_background_developer_preview.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7105ec99477f124a8ac8d588f2dfc4ee7bb54f39386c8131b7703c86754c0cb8 +size 248690 diff --git a/Code/Framework/AtomCore/AtomCore/Instance/Instance.h b/Code/Framework/AtomCore/AtomCore/Instance/Instance.h index 562c980e6f..b9c4f2d8d5 100644 --- a/Code/Framework/AtomCore/AtomCore/Instance/Instance.h +++ b/Code/Framework/AtomCore/AtomCore/Instance/Instance.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.cpp b/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.cpp index aec220b92d..f62f588af9 100644 --- a/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.cpp +++ b/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.h b/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.h index d9dc49f97f..33fc93c0f5 100644 --- a/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.h +++ b/Code/Framework/AtomCore/AtomCore/Instance/InstanceData.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Instance/InstanceDatabase.h b/Code/Framework/AtomCore/AtomCore/Instance/InstanceDatabase.h index 4639a22fe9..ac97af3629 100644 --- a/Code/Framework/AtomCore/AtomCore/Instance/InstanceDatabase.h +++ b/Code/Framework/AtomCore/AtomCore/Instance/InstanceDatabase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.cpp b/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.cpp index f875e0022e..c51ff4fbc9 100644 --- a/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.cpp +++ b/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.h b/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.h index 047f3490ef..28a8bdf771 100644 --- a/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.h +++ b/Code/Framework/AtomCore/AtomCore/Instance/InstanceId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.cpp b/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.cpp index 3d47d6b74e..1d3a9674a0 100644 --- a/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.cpp +++ b/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.h b/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.h index 3ba7a69190..c7777feec0 100644 --- a/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.h +++ b/Code/Framework/AtomCore/AtomCore/Serialization/Json/JsonUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/atomcore_files.cmake b/Code/Framework/AtomCore/AtomCore/atomcore_files.cmake index 11278a4c56..bcfbfb2764 100644 --- a/Code/Framework/AtomCore/AtomCore/atomcore_files.cmake +++ b/Code/Framework/AtomCore/AtomCore/atomcore_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AtomCore/AtomCore/std/containers/array_view.h b/Code/Framework/AtomCore/AtomCore/std/containers/array_view.h index 8bfcb6d423..522b69bf9b 100644 --- a/Code/Framework/AtomCore/AtomCore/std/containers/array_view.h +++ b/Code/Framework/AtomCore/AtomCore/std/containers/array_view.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/std/containers/fixed_vector_set.h b/Code/Framework/AtomCore/AtomCore/std/containers/fixed_vector_set.h index 88e47a0e65..1d5c9c2edd 100644 --- a/Code/Framework/AtomCore/AtomCore/std/containers/fixed_vector_set.h +++ b/Code/Framework/AtomCore/AtomCore/std/containers/fixed_vector_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/std/containers/lru_cache.h b/Code/Framework/AtomCore/AtomCore/std/containers/lru_cache.h index a8394d6142..e57e154dcd 100644 --- a/Code/Framework/AtomCore/AtomCore/std/containers/lru_cache.h +++ b/Code/Framework/AtomCore/AtomCore/std/containers/lru_cache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/std/containers/vector_set.h b/Code/Framework/AtomCore/AtomCore/std/containers/vector_set.h index 0759c9e9ff..1dca4980f1 100644 --- a/Code/Framework/AtomCore/AtomCore/std/containers/vector_set.h +++ b/Code/Framework/AtomCore/AtomCore/std/containers/vector_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/std/containers/vector_set_base.h b/Code/Framework/AtomCore/AtomCore/std/containers/vector_set_base.h index d276460c87..34f4bb121f 100644 --- a/Code/Framework/AtomCore/AtomCore/std/containers/vector_set_base.h +++ b/Code/Framework/AtomCore/AtomCore/std/containers/vector_set_base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/AtomCore/std/parallel/concurrency_checker.h b/Code/Framework/AtomCore/AtomCore/std/parallel/concurrency_checker.h index 1697c4a333..a8bb8a79a1 100644 --- a/Code/Framework/AtomCore/AtomCore/std/parallel/concurrency_checker.h +++ b/Code/Framework/AtomCore/AtomCore/std/parallel/concurrency_checker.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/CMakeLists.txt b/Code/Framework/AtomCore/CMakeLists.txt index 31fd938096..418de52443 100644 --- a/Code/Framework/AtomCore/CMakeLists.txt +++ b/Code/Framework/AtomCore/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AtomCore/Tests/ArrayView.cpp b/Code/Framework/AtomCore/Tests/ArrayView.cpp index 81a9ba770d..f0208ced3b 100644 --- a/Code/Framework/AtomCore/Tests/ArrayView.cpp +++ b/Code/Framework/AtomCore/Tests/ArrayView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp b/Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp index 3a8f1f1c1e..0231db8443 100644 --- a/Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp +++ b/Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/InstanceDatabase.cpp b/Code/Framework/AtomCore/Tests/InstanceDatabase.cpp index 62d144a585..7b47a9b99e 100644 --- a/Code/Framework/AtomCore/Tests/InstanceDatabase.cpp +++ b/Code/Framework/AtomCore/Tests/InstanceDatabase.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/JsonSerializationUtilsTests.cpp b/Code/Framework/AtomCore/Tests/JsonSerializationUtilsTests.cpp index 08b5820fba..77bcb0c08d 100644 --- a/Code/Framework/AtomCore/Tests/JsonSerializationUtilsTests.cpp +++ b/Code/Framework/AtomCore/Tests/JsonSerializationUtilsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/Main.cpp b/Code/Framework/AtomCore/Tests/Main.cpp index 25c9fe11e2..29ef408551 100644 --- a/Code/Framework/AtomCore/Tests/Main.cpp +++ b/Code/Framework/AtomCore/Tests/Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/NameSetTests.cpp b/Code/Framework/AtomCore/Tests/NameSetTests.cpp index f69d7f3085..d481ba686e 100644 --- a/Code/Framework/AtomCore/Tests/NameSetTests.cpp +++ b/Code/Framework/AtomCore/Tests/NameSetTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/atomcore_tests_files.cmake b/Code/Framework/AtomCore/Tests/atomcore_tests_files.cmake index 5e6c9e2d3a..f2c0c5c051 100644 --- a/Code/Framework/AtomCore/Tests/atomcore_tests_files.cmake +++ b/Code/Framework/AtomCore/Tests/atomcore_tests_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AtomCore/Tests/lru_cache.cpp b/Code/Framework/AtomCore/Tests/lru_cache.cpp index acf587fd3e..6cc9005216 100644 --- a/Code/Framework/AtomCore/Tests/lru_cache.cpp +++ b/Code/Framework/AtomCore/Tests/lru_cache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AtomCore/Tests/vector_set.cpp b/Code/Framework/AtomCore/Tests/vector_set.cpp index c9e0c6d9b4..44f14822e3 100644 --- a/Code/Framework/AtomCore/Tests/vector_set.cpp +++ b/Code/Framework/AtomCore/Tests/vector_set.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/ActivityResultsListener.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/ActivityResultsListener.java index 576f5b7eb5..107ee84f91 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/ActivityResultsListener.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/ActivityResultsListener.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/AndroidDeviceManager.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/AndroidDeviceManager.java index 266154270c..2177dcdcb9 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/AndroidDeviceManager.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/AndroidDeviceManager.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/LumberyardActivity.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/LumberyardActivity.java index a64cf02da6..a234d323eb 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/LumberyardActivity.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/LumberyardActivity.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/NativeUI/LumberyardNativeUI.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/NativeUI/LumberyardNativeUI.java index d49e351dc5..3157d1e53f 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/NativeUI/LumberyardNativeUI.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/NativeUI/LumberyardNativeUI.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/KeyboardHandler.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/KeyboardHandler.java index 09ec06b17b..abb67b1b47 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/KeyboardHandler.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/KeyboardHandler.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MotionSensorManager.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MotionSensorManager.java index 5bdc32bee4..fc3d908f25 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MotionSensorManager.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MotionSensorManager.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MouseDevice.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MouseDevice.java index 9c8d1d6018..9536349863 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MouseDevice.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/input/MouseDevice.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/APKHandler.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/APKHandler.java index 01883aea25..219e2ebeb3 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/APKHandler.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/APKHandler.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderActivity.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderActivity.java index 9316d24d6f..d9ca669cf1 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderActivity.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderActivity.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderAlarmReceiver.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderAlarmReceiver.java index 641b1fbba7..dad9be5287 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderAlarmReceiver.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderAlarmReceiver.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderService.java b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderService.java index a3fd799547..37945df882 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderService.java +++ b/Code/Framework/AzAndroid/java/com/amazon/lumberyard/io/obb/ObbDownloaderService.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAndroid/java/com/amazon/test/SimpleObject.java b/Code/Framework/AzAndroid/java/com/amazon/test/SimpleObject.java index c77e3519a1..39947f8cec 100644 --- a/Code/Framework/AzAndroid/java/com/amazon/test/SimpleObject.java +++ b/Code/Framework/AzAndroid/java/com/amazon/test/SimpleObject.java @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzAutoGen/AzAutoGen.props b/Code/Framework/AzAutoGen/AzAutoGen.props deleted file mode 100644 index 2f809d03a6..0000000000 --- a/Code/Framework/AzAutoGen/AzAutoGen.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - - True - - diff --git a/Code/Framework/AzAutoGen/AzAutoGen.py b/Code/Framework/AzAutoGen/AzAutoGen.py index b97552d091..51c46b53d8 100755 --- a/Code/Framework/AzAutoGen/AzAutoGen.py +++ b/Code/Framework/AzAutoGen/AzAutoGen.py @@ -1,6 +1,7 @@ #!/usr/bin/python -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. # # SPDX-License-Identifier: Apache-2.0 OR MIT @@ -164,7 +165,8 @@ def ProcessTemplateConversion(dataInputSet, dataInputFiles, templateFile, output outputExtension = os.path.splitext(outputFile)[1] if outputExtension == ".xml" or outputExtension == ".xhtml" or outputExtension == ".xsd": compareFD.write('\n') - compareFD.write('\n') + compareFD.write('\n') + compareFD.write('\n') compareFD.write('\n') compareFD.write('\n') compareFD.write('\n') @@ -172,7 +174,8 @@ def ProcessTemplateConversion(dataInputSet, dataInputFiles, templateFile, output compareFD.write('\n'.format(templateFile, ', '.join(dataInputFiles))) compareFD.write('\n') elif outputExtension == ".lua": - compareFD.write('-- Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution..\n') + compareFD.write('-- Copyright (c) Contributors to the Open 3D Engine Project.\n') + compareFD.write('-- For complete copyright and license terms please see the LICENSE at the root of this distribution.\n') compareFD.write('\n') compareFD.write('-- SPDX-License-Identifier: Apache-2.0 OR MIT\n') compareFD.write('\n') @@ -181,7 +184,8 @@ def ProcessTemplateConversion(dataInputSet, dataInputFiles, templateFile, output compareFD.write('\n') elif outputExtension == ".h" or outputExtension == ".hpp" or outputExtension == ".inl" or outputExtension == ".c" or outputExtension == ".cpp": compareFD.write('/*\n') - compareFD.write(' * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution..\n') + compareFD.write(' * Copyright (c) Contributors to the Open 3D Engine Project.\n') + compareFD.write(' * For complete copyright and license terms please see the LICENSE at the root of this distribution.\n') compareFD.write(' *\n') compareFD.write(' * SPDX-License-Identifier: Apache-2.0 OR MIT\n') compareFD.write(' *\n') diff --git a/Code/Framework/AzAutoGen/CMakeLists.txt b/Code/Framework/AzAutoGen/CMakeLists.txt index 0251d1c448..9338520570 100644 --- a/Code/Framework/AzAutoGen/CMakeLists.txt +++ b/Code/Framework/AzAutoGen/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzAutoGen/azautogen_files.cmake b/Code/Framework/AzAutoGen/azautogen_files.cmake index c16a7a51f3..9eb4460b5c 100644 --- a/Code/Framework/AzAutoGen/azautogen_files.cmake +++ b/Code/Framework/AzAutoGen/azautogen_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/AzCore/Android/APKFileHandler.cpp b/Code/Framework/AzCore/AzCore/Android/APKFileHandler.cpp index 6dbf4ad2d8..0f7a659e51 100644 --- a/Code/Framework/AzCore/AzCore/Android/APKFileHandler.cpp +++ b/Code/Framework/AzCore/AzCore/Android/APKFileHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/APKFileHandler.h b/Code/Framework/AzCore/AzCore/Android/APKFileHandler.h index ff460cc9cc..0d9d3c984d 100644 --- a/Code/Framework/AzCore/AzCore/Android/APKFileHandler.h +++ b/Code/Framework/AzCore/AzCore/Android/APKFileHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/AndroidEnv.cpp b/Code/Framework/AzCore/AzCore/Android/AndroidEnv.cpp index d0fe19cace..00bf3480a3 100644 --- a/Code/Framework/AzCore/AzCore/Android/AndroidEnv.cpp +++ b/Code/Framework/AzCore/AzCore/Android/AndroidEnv.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/AndroidEnv.h b/Code/Framework/AzCore/AzCore/Android/AndroidEnv.h index 2a962a9c95..153a6450e1 100644 --- a/Code/Framework/AzCore/AzCore/Android/AndroidEnv.h +++ b/Code/Framework/AzCore/AzCore/Android/AndroidEnv.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/ApiLevel.h b/Code/Framework/AzCore/AzCore/Android/ApiLevel.h index 200833e1aa..e9d15d630c 100644 --- a/Code/Framework/AzCore/AzCore/Android/ApiLevel.h +++ b/Code/Framework/AzCore/AzCore/Android/ApiLevel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/ClassName.h b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/ClassName.h index 7d67072000..ba89cbad74 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/ClassName.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/ClassName.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils.h b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils.h index 0a7fb7853d..7ba5f02576 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils_impl.h b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils_impl.h index 9cae0172a8..167bb63957 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils_impl.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/JStringUtils_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Object_impl.h b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Object_impl.h index e1e7518f43..e5e4c629b5 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Object_impl.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Object_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Signature_impl.h b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Signature_impl.h index e6846abf96..b04c5d0e06 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Signature_impl.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Internal/Signature_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/JNI.cpp b/Code/Framework/AzCore/AzCore/Android/JNI/JNI.cpp index 302e95463f..8e430a681d 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/JNI.cpp +++ b/Code/Framework/AzCore/AzCore/Android/JNI/JNI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/JNI.h b/Code/Framework/AzCore/AzCore/Android/JNI/JNI.h index c125c5af21..1ed9bda01e 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/JNI.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/JNI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Object.h b/Code/Framework/AzCore/AzCore/Android/JNI/Object.h index 4eacbc1869..d3aef3b68e 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Object.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Object.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Object_fwd.h b/Code/Framework/AzCore/AzCore/Android/JNI/Object_fwd.h index 83b981728f..fe7a4e53b2 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Object_fwd.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Object_fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/Signature.h b/Code/Framework/AzCore/AzCore/Android/JNI/Signature.h index 82b42c67e0..38a659e032 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/Signature.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/Signature.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/scoped_ref.h b/Code/Framework/AzCore/AzCore/Android/JNI/scoped_ref.h index dc28c48725..ae31dfdeaf 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/scoped_ref.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/scoped_ref.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/JNI/shared_ref.h b/Code/Framework/AzCore/AzCore/Android/JNI/shared_ref.h index dd2c80733f..5950cbb797 100644 --- a/Code/Framework/AzCore/AzCore/Android/JNI/shared_ref.h +++ b/Code/Framework/AzCore/AzCore/Android/JNI/shared_ref.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/Tests/JNI/Signature_tests.cpp b/Code/Framework/AzCore/AzCore/Android/Tests/JNI/Signature_tests.cpp index b958a1e894..63aae01763 100644 --- a/Code/Framework/AzCore/AzCore/Android/Tests/JNI/Signature_tests.cpp +++ b/Code/Framework/AzCore/AzCore/Android/Tests/JNI/Signature_tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/Tests/JNI/shared_ref_tests.cpp b/Code/Framework/AzCore/AzCore/Android/Tests/JNI/shared_ref_tests.cpp index 0aec779825..2cdb75ff95 100644 --- a/Code/Framework/AzCore/AzCore/Android/Tests/JNI/shared_ref_tests.cpp +++ b/Code/Framework/AzCore/AzCore/Android/Tests/JNI/shared_ref_tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/Utils.cpp b/Code/Framework/AzCore/AzCore/Android/Utils.cpp index 72f02ed925..f109999fba 100644 --- a/Code/Framework/AzCore/AzCore/Android/Utils.cpp +++ b/Code/Framework/AzCore/AzCore/Android/Utils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Android/Utils.h b/Code/Framework/AzCore/AzCore/Android/Utils.h index 68ef0b1cad..08a21e0010 100644 --- a/Code/Framework/AzCore/AzCore/Android/Utils.h +++ b/Code/Framework/AzCore/AzCore/Android/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetCommon.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetCommon.cpp index 27bbcbb9f0..0c197e5354 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetCommon.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetCommon.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetCommon.h b/Code/Framework/AzCore/AzCore/Asset/AssetCommon.h index 78b42fd9ef..477677948f 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetCommon.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetContainer.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetContainer.cpp index 7421fe995d..83cc1da69a 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetContainer.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetContainer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetContainer.h b/Code/Framework/AzCore/AzCore/Asset/AssetContainer.h index de451a27ed..e0091d678f 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetContainer.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.cpp index bce06db098..425c729806 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.h b/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.h index 8fe5c5f266..62f5808207 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetDataStream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetInternal/WeakAsset.h b/Code/Framework/AzCore/AzCore/Asset/AssetInternal/WeakAsset.h index d294def781..b81ea4808b 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetInternal/WeakAsset.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetInternal/WeakAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.cpp index dbc5394a19..3a83aa5d1c 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h b/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h index ec7908e8ac..879952c82d 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetManager.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetManager.cpp index df9a8aac77..2a71baea46 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetManager.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetManager.h b/Code/Framework/AzCore/AzCore/Asset/AssetManager.h index 2c24ff0756..f109bb278c 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetManager.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetManagerBus.h b/Code/Framework/AzCore/AzCore/Asset/AssetManagerBus.h index a5fd0f36f4..f8e263d6b0 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetManagerBus.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetManagerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.cpp index 0cc02ac9ef..93315c9c81 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.h b/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.h index 0a1ce2bf4a..32055cbed5 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetManagerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetManager_private.h b/Code/Framework/AzCore/AzCore/Asset/AssetManager_private.h index 42b57dd19c..aeaaf14c84 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetManager_private.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetManager_private.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.cpp b/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.cpp index 698710d5a0..ee594c585b 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.h b/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.h index 8b5f586476..f2ac6ea459 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetTypeInfoBus.h b/Code/Framework/AzCore/AzCore/Asset/AssetTypeInfoBus.h index 2750071891..df1912de93 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetTypeInfoBus.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetTypeInfoBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/AzCoreModule.cpp b/Code/Framework/AzCore/AzCore/AzCoreModule.cpp index 0614ca95e7..6afcb6a334 100644 --- a/Code/Framework/AzCore/AzCore/AzCoreModule.cpp +++ b/Code/Framework/AzCore/AzCore/AzCoreModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/AzCoreModule.h b/Code/Framework/AzCore/AzCore/AzCoreModule.h index 04e0002e6a..c2ae6756a2 100644 --- a/Code/Framework/AzCore/AzCore/AzCoreModule.h +++ b/Code/Framework/AzCore/AzCore/AzCoreModule.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/BuildInfo.h b/Code/Framework/AzCore/AzCore/BuildInfo.h index e048b97d0f..7032b4b190 100644 --- a/Code/Framework/AzCore/AzCore/BuildInfo.h +++ b/Code/Framework/AzCore/AzCore/BuildInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Casting/lossy_cast.h b/Code/Framework/AzCore/AzCore/Casting/lossy_cast.h index e15871c89d..fac7895a55 100644 --- a/Code/Framework/AzCore/AzCore/Casting/lossy_cast.h +++ b/Code/Framework/AzCore/AzCore/Casting/lossy_cast.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Casting/numeric_cast.h b/Code/Framework/AzCore/AzCore/Casting/numeric_cast.h index 313f34e7b9..4cfe3a3d8d 100644 --- a/Code/Framework/AzCore/AzCore/Casting/numeric_cast.h +++ b/Code/Framework/AzCore/AzCore/Casting/numeric_cast.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/Component.cpp b/Code/Framework/AzCore/AzCore/Component/Component.cpp index a97d294548..c9829c6dd8 100644 --- a/Code/Framework/AzCore/AzCore/Component/Component.cpp +++ b/Code/Framework/AzCore/AzCore/Component/Component.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/Component.h b/Code/Framework/AzCore/AzCore/Component/Component.h index a323613e47..9b4ae3f55f 100644 --- a/Code/Framework/AzCore/AzCore/Component/Component.h +++ b/Code/Framework/AzCore/AzCore/Component/Component.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/ComponentApplication.cpp b/Code/Framework/AzCore/AzCore/Component/ComponentApplication.cpp index 4a14a37e10..c68fce6f4d 100644 --- a/Code/Framework/AzCore/AzCore/Component/ComponentApplication.cpp +++ b/Code/Framework/AzCore/AzCore/Component/ComponentApplication.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/ComponentApplication.h b/Code/Framework/AzCore/AzCore/Component/ComponentApplication.h index 91212372af..278e911455 100644 --- a/Code/Framework/AzCore/AzCore/Component/ComponentApplication.h +++ b/Code/Framework/AzCore/AzCore/Component/ComponentApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/ComponentApplicationBus.h b/Code/Framework/AzCore/AzCore/Component/ComponentApplicationBus.h index 041cf3690b..1e4a9082f7 100644 --- a/Code/Framework/AzCore/AzCore/Component/ComponentApplicationBus.h +++ b/Code/Framework/AzCore/AzCore/Component/ComponentApplicationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/ComponentBus.cpp b/Code/Framework/AzCore/AzCore/Component/ComponentBus.cpp index 5e54007c83..adafa14c5a 100644 --- a/Code/Framework/AzCore/AzCore/Component/ComponentBus.cpp +++ b/Code/Framework/AzCore/AzCore/Component/ComponentBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/ComponentBus.h b/Code/Framework/AzCore/AzCore/Component/ComponentBus.h index 850ccbb567..018554cd66 100644 --- a/Code/Framework/AzCore/AzCore/Component/ComponentBus.h +++ b/Code/Framework/AzCore/AzCore/Component/ComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/ComponentExport.h b/Code/Framework/AzCore/AzCore/Component/ComponentExport.h index de2b53d375..c31c739160 100644 --- a/Code/Framework/AzCore/AzCore/Component/ComponentExport.h +++ b/Code/Framework/AzCore/AzCore/Component/ComponentExport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/Entity.cpp b/Code/Framework/AzCore/AzCore/Component/Entity.cpp index c9b8c39f3e..09b5526b6c 100644 --- a/Code/Framework/AzCore/AzCore/Component/Entity.cpp +++ b/Code/Framework/AzCore/AzCore/Component/Entity.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/Entity.h b/Code/Framework/AzCore/AzCore/Component/Entity.h index 182527a663..becb0b085a 100644 --- a/Code/Framework/AzCore/AzCore/Component/Entity.h +++ b/Code/Framework/AzCore/AzCore/Component/Entity.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntityBus.h b/Code/Framework/AzCore/AzCore/Component/EntityBus.h index 68c7a50446..80334f12fa 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntityBus.h +++ b/Code/Framework/AzCore/AzCore/Component/EntityBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntityId.h b/Code/Framework/AzCore/AzCore/Component/EntityId.h index 5b6aae29bd..8e00cc70a9 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntityId.h +++ b/Code/Framework/AzCore/AzCore/Component/EntityId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.cpp b/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.cpp index 88eb487f92..8ffea8f4a3 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.h b/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.h index ccb12d3edd..17c0039838 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.h +++ b/Code/Framework/AzCore/AzCore/Component/EntityIdSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntitySerializer.cpp b/Code/Framework/AzCore/AzCore/Component/EntitySerializer.cpp index b4e919a0d8..16452be76d 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntitySerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Component/EntitySerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -88,15 +89,6 @@ namespace AZ result.Combine(componentLoadResult); } - { - JSR::ResultCode dependencyReadyLoadResult = - ContinueLoadingFromJsonObjectField(&entityInstance->m_isDependencyReady, - azrtti_typeidm_isDependencyReady)>(), - inputValue, "IsDependencyReady", context); - - result.Combine(dependencyReadyLoadResult); - } - { JSR::ResultCode runtimeActiveLoadResult = ContinueLoadingFromJsonObjectField(&entityInstance->m_isRuntimeActiveByDefault, @@ -183,20 +175,6 @@ namespace AZ result.Combine(resultComponents); } - { - AZ::ScopedContextPath subPathDependencyReady(context, "m_isDependencyReady"); - const bool* dependencyReady = &entityInstance->m_isDependencyReady; - const bool* dependencyReadyDefault = - defaultEntityInstance ? &defaultEntityInstance->m_isDependencyReady : nullptr; - - JSR::ResultCode resultDependencyReady = - ContinueStoringToJsonObjectField(outputValue, "IsDependencyReady", - dependencyReady, dependencyReadyDefault, - azrtti_typeidm_isDependencyReady)>(), context); - - result.Combine(resultDependencyReady); - } - { AZ::ScopedContextPath subPathRuntimeActive(context, "m_isRuntimeActiveByDefault"); const bool* runtimeActive = &entityInstance->m_isRuntimeActiveByDefault; diff --git a/Code/Framework/AzCore/AzCore/Component/EntitySerializer.h b/Code/Framework/AzCore/AzCore/Component/EntitySerializer.h index de1f2885c8..f0bfc66bf5 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntitySerializer.h +++ b/Code/Framework/AzCore/AzCore/Component/EntitySerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntityUtils.cpp b/Code/Framework/AzCore/AzCore/Component/EntityUtils.cpp index 4452029397..9bb41bfd58 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntityUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Component/EntityUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/EntityUtils.h b/Code/Framework/AzCore/AzCore/Component/EntityUtils.h index b224f07845..a5d0e4e53f 100644 --- a/Code/Framework/AzCore/AzCore/Component/EntityUtils.h +++ b/Code/Framework/AzCore/AzCore/Component/EntityUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/NamedEntityId.cpp b/Code/Framework/AzCore/AzCore/Component/NamedEntityId.cpp index d617df4d1d..021bc4edaa 100644 --- a/Code/Framework/AzCore/AzCore/Component/NamedEntityId.cpp +++ b/Code/Framework/AzCore/AzCore/Component/NamedEntityId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/NamedEntityId.h b/Code/Framework/AzCore/AzCore/Component/NamedEntityId.h index 2f7503c0ba..38eee91009 100644 --- a/Code/Framework/AzCore/AzCore/Component/NamedEntityId.h +++ b/Code/Framework/AzCore/AzCore/Component/NamedEntityId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.cpp b/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.cpp index 3edcf85ccb..6f28a29d5d 100644 --- a/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.cpp +++ b/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.h b/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.h index 62fafda702..7c692c464a 100644 --- a/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.h +++ b/Code/Framework/AzCore/AzCore/Component/NonUniformScaleBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/TickBus.h b/Code/Framework/AzCore/AzCore/Component/TickBus.h index 766f59bdd1..e65efb93f2 100644 --- a/Code/Framework/AzCore/AzCore/Component/TickBus.h +++ b/Code/Framework/AzCore/AzCore/Component/TickBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Component/TransformBus.h b/Code/Framework/AzCore/AzCore/Component/TransformBus.h index 76b5ce5167..1af77da51b 100644 --- a/Code/Framework/AzCore/AzCore/Component/TransformBus.h +++ b/Code/Framework/AzCore/AzCore/Component/TransformBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Compression/Compression.h b/Code/Framework/AzCore/AzCore/Compression/Compression.h index 218ff5c90c..855dcf9a6a 100644 --- a/Code/Framework/AzCore/AzCore/Compression/Compression.h +++ b/Code/Framework/AzCore/AzCore/Compression/Compression.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Compression/compression.cpp b/Code/Framework/AzCore/AzCore/Compression/compression.cpp index 22b8ce32a9..60351b0f7c 100644 --- a/Code/Framework/AzCore/AzCore/Compression/compression.cpp +++ b/Code/Framework/AzCore/AzCore/Compression/compression.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Compression/zstd_compression.cpp b/Code/Framework/AzCore/AzCore/Compression/zstd_compression.cpp index 9d30ce1120..9db59bc781 100644 --- a/Code/Framework/AzCore/AzCore/Compression/zstd_compression.cpp +++ b/Code/Framework/AzCore/AzCore/Compression/zstd_compression.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Compression/zstd_compression.h b/Code/Framework/AzCore/AzCore/Compression/zstd_compression.h index 91d27c6fb8..3fe6677fff 100644 --- a/Code/Framework/AzCore/AzCore/Compression/zstd_compression.h +++ b/Code/Framework/AzCore/AzCore/Compression/zstd_compression.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/Console.cpp b/Code/Framework/AzCore/AzCore/Console/Console.cpp index fd7a3d7a11..8bb50f77e0 100644 --- a/Code/Framework/AzCore/AzCore/Console/Console.cpp +++ b/Code/Framework/AzCore/AzCore/Console/Console.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/Console.h b/Code/Framework/AzCore/AzCore/Console/Console.h index 6c46224627..dbcf2b116f 100644 --- a/Code/Framework/AzCore/AzCore/Console/Console.h +++ b/Code/Framework/AzCore/AzCore/Console/Console.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.h b/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.h index f0259adada..3b986d8ed8 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.h +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.inl b/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.inl index 9529e7aae4..46774f23b2 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.inl +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleDataWrapper.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.cpp b/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.cpp index c93c596a17..948039c94f 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.cpp +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.h b/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.h index 6044dc76b9..436de3c873 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.h +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.inl b/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.inl index 92913e13b1..b13aa6372b 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.inl +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleFunctor.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.h b/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.h index 2cdf20f9d9..35da3b3d2e 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.h +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.inl b/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.inl index 809e6a5800..ef2664ff04 100644 --- a/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.inl +++ b/Code/Framework/AzCore/AzCore/Console/ConsoleTypeHelpers.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/IConsole.h b/Code/Framework/AzCore/AzCore/Console/IConsole.h index 6e20525850..ee2b2bd0fb 100644 --- a/Code/Framework/AzCore/AzCore/Console/IConsole.h +++ b/Code/Framework/AzCore/AzCore/Console/IConsole.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/IConsoleTypes.h b/Code/Framework/AzCore/AzCore/Console/IConsoleTypes.h index fcfe70ff68..ab05028de6 100644 --- a/Code/Framework/AzCore/AzCore/Console/IConsoleTypes.h +++ b/Code/Framework/AzCore/AzCore/Console/IConsoleTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/ILogger.h b/Code/Framework/AzCore/AzCore/Console/ILogger.h index 47a117df05..19033d0b0b 100644 --- a/Code/Framework/AzCore/AzCore/Console/ILogger.h +++ b/Code/Framework/AzCore/AzCore/Console/ILogger.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.cpp b/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.cpp index 3603846ec5..4d00443186 100644 --- a/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.h b/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.h index b618503240..b9a7b98c95 100644 --- a/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.h +++ b/Code/Framework/AzCore/AzCore/Console/LoggerSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/AssetTracking.cpp b/Code/Framework/AzCore/AzCore/Debug/AssetTracking.cpp index 8a90be688b..3cb895c992 100644 --- a/Code/Framework/AzCore/AzCore/Debug/AssetTracking.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/AssetTracking.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/AssetTracking.h b/Code/Framework/AzCore/AzCore/Debug/AssetTracking.h index c2a1cd63cf..5c3c835271 100644 --- a/Code/Framework/AzCore/AzCore/Debug/AssetTracking.h +++ b/Code/Framework/AzCore/AzCore/Debug/AssetTracking.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypes.h b/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypes.h index c1cf896ad5..c46edbb80e 100644 --- a/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypes.h +++ b/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypesImpl.h b/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypesImpl.h index a32dae66e3..7916a442b5 100644 --- a/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypesImpl.h +++ b/Code/Framework/AzCore/AzCore/Debug/AssetTrackingTypesImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/EventTrace.cpp b/Code/Framework/AzCore/AzCore/Debug/EventTrace.cpp index ae6b514340..88a78de031 100644 --- a/Code/Framework/AzCore/AzCore/Debug/EventTrace.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/EventTrace.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/EventTrace.h b/Code/Framework/AzCore/AzCore/Debug/EventTrace.h index cde36c0f34..5faf08f46e 100644 --- a/Code/Framework/AzCore/AzCore/Debug/EventTrace.h +++ b/Code/Framework/AzCore/AzCore/Debug/EventTrace.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.cpp b/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.cpp index 42bc1373a2..1fdd249138 100644 --- a/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.h b/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.h index b0f232e6a3..fee71147ca 100644 --- a/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.h +++ b/Code/Framework/AzCore/AzCore/Debug/EventTraceDriller.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/EventTraceDrillerBus.h b/Code/Framework/AzCore/AzCore/Debug/EventTraceDrillerBus.h index bfdb00c291..c588559088 100644 --- a/Code/Framework/AzCore/AzCore/Debug/EventTraceDrillerBus.h +++ b/Code/Framework/AzCore/AzCore/Debug/EventTraceDrillerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/FrameProfiler.h b/Code/Framework/AzCore/AzCore/Debug/FrameProfiler.h index 405521ad3c..2b86168b82 100644 --- a/Code/Framework/AzCore/AzCore/Debug/FrameProfiler.h +++ b/Code/Framework/AzCore/AzCore/Debug/FrameProfiler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/FrameProfilerBus.h b/Code/Framework/AzCore/AzCore/Debug/FrameProfilerBus.h index 1eee68f1c2..93fd8be8bb 100644 --- a/Code/Framework/AzCore/AzCore/Debug/FrameProfilerBus.h +++ b/Code/Framework/AzCore/AzCore/Debug/FrameProfilerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.cpp b/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.cpp index 4faa0475f5..1bd825b7af 100644 --- a/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.h b/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.h index 36f2fb3d25..a92202ed7d 100644 --- a/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.h +++ b/Code/Framework/AzCore/AzCore/Debug/FrameProfilerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/IEventLogger.h b/Code/Framework/AzCore/AzCore/Debug/IEventLogger.h index 4361cb246b..f04199e923 100644 --- a/Code/Framework/AzCore/AzCore/Debug/IEventLogger.h +++ b/Code/Framework/AzCore/AzCore/Debug/IEventLogger.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.cpp b/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.cpp index cc30b4711c..049ac2e8a1 100644 --- a/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.h b/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.h index 9ebcf6711b..2f70672113 100644 --- a/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.h +++ b/Code/Framework/AzCore/AzCore/Debug/LocalFileEventLogger.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.cpp b/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.cpp index 5f5a6d1ca7..9dda1f7656 100644 --- a/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.h b/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.h index ab5e829a04..e6666c9747 100644 --- a/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.h +++ b/Code/Framework/AzCore/AzCore/Debug/ProfileModuleInit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/Profiler.cpp b/Code/Framework/AzCore/AzCore/Debug/Profiler.cpp index 0ec66d2434..e6b7a80707 100644 --- a/Code/Framework/AzCore/AzCore/Debug/Profiler.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/Profiler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/Profiler.h b/Code/Framework/AzCore/AzCore/Debug/Profiler.h index 5409dfffdf..243a8da0b0 100644 --- a/Code/Framework/AzCore/AzCore/Debug/Profiler.h +++ b/Code/Framework/AzCore/AzCore/Debug/Profiler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/ProfilerBus.h b/Code/Framework/AzCore/AzCore/Debug/ProfilerBus.h index cbcd2e63b4..1537be3b81 100644 --- a/Code/Framework/AzCore/AzCore/Debug/ProfilerBus.h +++ b/Code/Framework/AzCore/AzCore/Debug/ProfilerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.cpp b/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.cpp index 8acaf48126..a2dd2f4f5d 100644 --- a/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.h b/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.h index 42880376d1..abcf3f08e7 100644 --- a/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.h +++ b/Code/Framework/AzCore/AzCore/Debug/ProfilerDriller.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/ProfilerDrillerBus.h b/Code/Framework/AzCore/AzCore/Debug/ProfilerDrillerBus.h index 563232a01c..835c06a2ac 100644 --- a/Code/Framework/AzCore/AzCore/Debug/ProfilerDrillerBus.h +++ b/Code/Framework/AzCore/AzCore/Debug/ProfilerDrillerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/StackTracer.h b/Code/Framework/AzCore/AzCore/Debug/StackTracer.h index bb7428b28c..430fd69168 100644 --- a/Code/Framework/AzCore/AzCore/Debug/StackTracer.h +++ b/Code/Framework/AzCore/AzCore/Debug/StackTracer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/Timer.h b/Code/Framework/AzCore/AzCore/Debug/Timer.h index 87cb2d2f43..47bd3e1b95 100644 --- a/Code/Framework/AzCore/AzCore/Debug/Timer.h +++ b/Code/Framework/AzCore/AzCore/Debug/Timer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/Trace.cpp b/Code/Framework/AzCore/AzCore/Debug/Trace.cpp index ed0ee7f3b7..6d491c97b8 100644 --- a/Code/Framework/AzCore/AzCore/Debug/Trace.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/Trace.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/Trace.h b/Code/Framework/AzCore/AzCore/Debug/Trace.h index 594322f1f3..a680cbdfed 100644 --- a/Code/Framework/AzCore/AzCore/Debug/Trace.h +++ b/Code/Framework/AzCore/AzCore/Debug/Trace.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -127,7 +128,7 @@ namespace AZ #define AZ_TraceFmtCompileTimeCheck(expression, isVaArgs, baseMsg, msg, msgVargs) \ { \ using namespace AZ::TraceInternal; \ - const auto& rTraceFmtCompileTimeCheckExpressionHelper = (expression); /* This is needed for edge cases for expressions containing lambdas, that were unsupported before C++20 */ \ + [[maybe_unused]] const auto& rTraceFmtCompileTimeCheckExpressionHelper = (expression); /* This is needed for edge cases for expressions containing lambdas, that were unsupported before C++20 */ \ constexpr ExpressionValidResult isValidTraceFmtResult = ExpressionIsValid::value; \ /* Assert different message depending whether it's const char array or if we have extra arguments */ \ static_assert(!(isVaArgs) ? isValidTraceFmtResult != ExpressionValidResult::Invalid_ConstCharArray : true, baseMsg " " msg); \ diff --git a/Code/Framework/AzCore/AzCore/Debug/TraceMessageBus.h b/Code/Framework/AzCore/AzCore/Debug/TraceMessageBus.h index 6de1924106..01d3eb9c0b 100644 --- a/Code/Framework/AzCore/AzCore/Debug/TraceMessageBus.h +++ b/Code/Framework/AzCore/AzCore/Debug/TraceMessageBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.cpp b/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.cpp index 8d14188f16..7e9e5b146e 100644 --- a/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.h b/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.h index 53fba34107..16d8f4fba3 100644 --- a/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.h +++ b/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDriller.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDrillerBus.h b/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDrillerBus.h index 20f5b4e6b4..6230f4af21 100644 --- a/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDrillerBus.h +++ b/Code/Framework/AzCore/AzCore/Debug/TraceMessagesDrillerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Debug/TraceReflection.cpp b/Code/Framework/AzCore/AzCore/Debug/TraceReflection.cpp index bc00e9639e..debbea5235 100644 --- a/Code/Framework/AzCore/AzCore/Debug/TraceReflection.cpp +++ b/Code/Framework/AzCore/AzCore/Debug/TraceReflection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,28 +10,74 @@ #include #include #include +#include namespace AZ { namespace Debug { + //! Trace Message Event Handler for Automation. + //! Since TraceMessageBus will be called from multiple threads and + //! python interpreter is single threaded, all the bus calls are + //! queued into a list and called at the end of the frame in the main thread. + //! @note this class is not using the usual AZ_EBUS_BEHAVIOR_BINDER + //! macro as the signature needs to be changed to connect to Tick bus. class TraceMessageBusHandler : public AZ::Debug::TraceMessageBus::Handler , public AZ::BehaviorEBusHandler + , public AZ::TickBus::Handler { public: + AZ_CLASS_ALLOCATOR(TraceMessageBusHandler, AZ::SystemAllocator, 0); + AZ_RTTI(TraceMessageBusHandler, "{5CDBAF09-5EB0-48AC-B327-2AF8601BB550}", AZ::BehaviorEBusHandler); - AZ_EBUS_BEHAVIOR_BINDER(TraceMessageBusHandler, "{5CDBAF09-5EB0-48AC-B327-2AF8601BB550}", AZ::SystemAllocator - , OnPreAssert - , OnPreError - , OnPreWarning - , OnAssert - , OnError - , OnWarning - , OnException - , OnPrintf - , OnOutput - ); + TraceMessageBusHandler(); + + using EventFunctionsParameterPack = AZStd::Internal::pack_traits_arg_sequence< + decltype(&TraceMessageBusHandler::OnPreAssert), + decltype(&TraceMessageBusHandler::OnPreError), + decltype(&TraceMessageBusHandler::OnPreWarning), + decltype(&TraceMessageBusHandler::OnAssert), + decltype(&TraceMessageBusHandler::OnError), + decltype(&TraceMessageBusHandler::OnWarning), + decltype(&TraceMessageBusHandler::OnException), + decltype(&TraceMessageBusHandler::OnPrintf), + decltype(&TraceMessageBusHandler::OnOutput) + >; + + enum + { + FN_OnPreAssert = 0, + FN_OnPreError, + FN_OnPreWarning, + FN_OnAssert, + FN_OnError, + FN_OnWarning, + FN_OnException, + FN_OnPrintf, + FN_OnOutput, + FN_MAX + }; + + static inline constexpr const char* m_functionNames[FN_MAX] = + { + "OnPreAssert", + "OnPreError", + "OnPreWarning", + "OnAssert", + "OnError", + "OnWarning", + "OnException", + "OnPrintf", + "OnOutput" + }; + + // AZ::BehaviorEBusHandler overrides... + int GetFunctionIndex(const char* functionName) const override; + void Disconnect() override; + bool Connect(AZ::BehaviorValueParameter* id = nullptr) override; + bool IsConnected() override; + bool IsConnectedId(AZ::BehaviorValueParameter* id) override; // TraceMessageBus /* @@ -47,63 +94,190 @@ namespace AZ bool OnPrintf(const char* window, const char* message) override; bool OnOutput(const char* window, const char* message) override; + // AZ::TickBus::Handler overrides ... + void OnTick(float deltaTime, AZ::ScriptTimePoint time) override; + int GetTickOrder() override; + private: - template - R CallResultReturn(const R& defaultReturnValue, int index, Args&&... args) const - { - R returnVal = defaultReturnValue; - CallResult(returnVal, index, AZStd::forward(args)...); - return returnVal; - } + void QueueMessageCall(AZStd::function messageCall); + void FlushMessageCalls(); + + AZStd::list> m_messageCalls; + AZStd::mutex m_messageCallsLock; }; + TraceMessageBusHandler::TraceMessageBusHandler() + { + m_events.resize(FN_MAX); + + SetEvent(&TraceMessageBusHandler::OnPreAssert, m_functionNames[FN_OnPreAssert]); + SetEvent(&TraceMessageBusHandler::OnPreError, m_functionNames[FN_OnPreError]); + SetEvent(&TraceMessageBusHandler::OnPreWarning, m_functionNames[FN_OnPreWarning]); + SetEvent(&TraceMessageBusHandler::OnAssert, m_functionNames[FN_OnAssert]); + SetEvent(&TraceMessageBusHandler::OnError, m_functionNames[FN_OnError]); + SetEvent(&TraceMessageBusHandler::OnWarning, m_functionNames[FN_OnWarning]); + SetEvent(&TraceMessageBusHandler::OnException, m_functionNames[FN_OnException]); + SetEvent(&TraceMessageBusHandler::OnPrintf, m_functionNames[FN_OnPrintf]); + SetEvent(&TraceMessageBusHandler::OnOutput, m_functionNames[FN_OnOutput]); + } + + int TraceMessageBusHandler::GetFunctionIndex(const char* functionName) const + { + for (int i = 0; i < FN_MAX; ++i) + { + if (azstricmp(functionName, m_functionNames[i]) == 0) + { + return i; + } + } + return -1; + } + + void TraceMessageBusHandler::Disconnect() + { + AZ::Debug::TraceMessageBus::Handler::BusDisconnect(); + AZ::TickBus::Handler::BusDisconnect(); + } + + bool TraceMessageBusHandler::Connect(AZ::BehaviorValueParameter* id) + { + AZ::TickBus::Handler::BusConnect(); + return AZ::Internal::EBusConnector::Connect(this, id); + } + + bool TraceMessageBusHandler::IsConnected() + { + return AZ::Internal::EBusConnector::IsConnected(this); + } + + bool TraceMessageBusHandler::IsConnectedId(AZ::BehaviorValueParameter* id) + { + return AZ::Internal::EBusConnector::IsConnectedId(this, id); + } + ////////////////////////////////////////////////////////////////////////// // TraceMessageBusHandler Implementation inline bool TraceMessageBusHandler::OnPreAssert(const char* fileName, int line, const char* func, const char* message) { - return CallResultReturn(false, FN_OnPreAssert, fileName, line, func, message); + QueueMessageCall( + [this, fileNameString = AZStd::string(fileName), line, funcString = AZStd::string(func), messageString = AZStd::string(message)]() + { + Call(FN_OnPreAssert, fileNameString.c_str(), line, funcString.c_str(), messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnPreError(const char* window, const char* fileName, int line, const char* func, const char* message) { - return CallResultReturn(false, FN_OnPreError, window, fileName, line, func, message); + QueueMessageCall( + [this, windowString = AZStd::string(window), fileNameString = AZStd::string(fileName), line, funcString = AZStd::string(func), messageString = AZStd::string(message)]() + { + Call(FN_OnPreError, windowString.c_str(), fileNameString.c_str(), line, funcString.c_str(), messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnPreWarning(const char* window, const char* fileName, int line, const char* func, const char* message) { - return CallResultReturn(false, FN_OnPreWarning, window, fileName, line, func, message); + QueueMessageCall( + [this, windowString = AZStd::string(window), fileNameString = AZStd::string(fileName), line, funcString = AZStd::string(func), messageString = AZStd::string(message)]() + { + return Call(FN_OnPreWarning, windowString.c_str(), fileNameString.c_str(), line, funcString.c_str(), messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnAssert(const char* message) { - return CallResultReturn(false, FN_OnAssert, message); + QueueMessageCall( + [this, messageString = AZStd::string(message)]() + { + return Call(FN_OnAssert, messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnError(const char* window, const char* message) { - return CallResultReturn(false, FN_OnError, window, message); + QueueMessageCall( + [this, windowString = AZStd::string(window), messageString = AZStd::string(message)]() + { + return Call(FN_OnError, windowString.c_str(), messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnWarning(const char* window, const char* message) { - return CallResultReturn(false, FN_OnWarning, window, message); + QueueMessageCall( + [this, windowString = AZStd::string(window), messageString = AZStd::string(message)]() + { + return Call(FN_OnWarning, windowString.c_str(), messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnException(const char* message) { - return CallResultReturn(false, FN_OnException, message); + QueueMessageCall( + [this, messageString = AZStd::string(message)]() + { + return Call(FN_OnException, messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnPrintf(const char* window, const char* message) { - return CallResultReturn(false, FN_OnPrintf, window, message); + QueueMessageCall( + [this, windowString = AZStd::string(window), messageString = AZStd::string(message)]() + { + return Call(FN_OnPrintf, windowString.c_str(), messageString.c_str()); + }); + return false; } inline bool TraceMessageBusHandler::OnOutput(const char* window, const char* message) { - return CallResultReturn(false, FN_OnOutput, window, message); + QueueMessageCall( + [this, windowString = AZStd::string(window), messageString = AZStd::string(message)]() + { + return Call(FN_OnOutput, windowString.c_str(), messageString.c_str()); + }); + return false; } + void TraceMessageBusHandler::OnTick( + [[maybe_unused]] float deltaTime, + [[maybe_unused]] AZ::ScriptTimePoint time) + { + FlushMessageCalls(); + } + + int TraceMessageBusHandler::GetTickOrder() + { + return AZ::TICK_LAST; + } + + void TraceMessageBusHandler::QueueMessageCall(AZStd::function messageCall) + { + AZStd::lock_guard lock(m_messageCallsLock); + m_messageCalls.push_back(messageCall); + } + + void TraceMessageBusHandler::FlushMessageCalls() + { + AZStd::list> messageCalls; + { + AZStd::lock_guard lock(m_messageCallsLock); + m_messageCalls.swap(messageCalls); // Move calls to a new list to release the lock as soon as possible + } + + for (auto& messageCall : messageCalls) + { + messageCall(); + } + } void TraceReflect(ReflectContext* context) { diff --git a/Code/Framework/AzCore/AzCore/Debug/TraceReflection.h b/Code/Framework/AzCore/AzCore/Debug/TraceReflection.h index d207f59050..abbb345eca 100644 --- a/Code/Framework/AzCore/AzCore/Debug/TraceReflection.h +++ b/Code/Framework/AzCore/AzCore/Debug/TraceReflection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Docs.h b/Code/Framework/AzCore/AzCore/Docs.h index 088e083e23..cfc3740a7d 100644 --- a/Code/Framework/AzCore/AzCore/Docs.h +++ b/Code/Framework/AzCore/AzCore/Docs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/DefaultStringPool.h b/Code/Framework/AzCore/AzCore/Driller/DefaultStringPool.h index 9a005a9c87..630061f089 100644 --- a/Code/Framework/AzCore/AzCore/Driller/DefaultStringPool.h +++ b/Code/Framework/AzCore/AzCore/Driller/DefaultStringPool.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/Driller.cpp b/Code/Framework/AzCore/AzCore/Driller/Driller.cpp index cccd20027b..84f0fe3158 100644 --- a/Code/Framework/AzCore/AzCore/Driller/Driller.cpp +++ b/Code/Framework/AzCore/AzCore/Driller/Driller.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/Driller.h b/Code/Framework/AzCore/AzCore/Driller/Driller.h index 4bd68b73e3..bb2178e51f 100644 --- a/Code/Framework/AzCore/AzCore/Driller/Driller.h +++ b/Code/Framework/AzCore/AzCore/Driller/Driller.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/DrillerBus.cpp b/Code/Framework/AzCore/AzCore/Driller/DrillerBus.cpp index 2c9aca682a..163db8a68b 100644 --- a/Code/Framework/AzCore/AzCore/Driller/DrillerBus.cpp +++ b/Code/Framework/AzCore/AzCore/Driller/DrillerBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/DrillerBus.h b/Code/Framework/AzCore/AzCore/Driller/DrillerBus.h index b696a0b131..4c625f007d 100644 --- a/Code/Framework/AzCore/AzCore/Driller/DrillerBus.h +++ b/Code/Framework/AzCore/AzCore/Driller/DrillerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/DrillerRootHandler.h b/Code/Framework/AzCore/AzCore/Driller/DrillerRootHandler.h index 8f2ce77ed9..6a12c0cb8b 100644 --- a/Code/Framework/AzCore/AzCore/Driller/DrillerRootHandler.h +++ b/Code/Framework/AzCore/AzCore/Driller/DrillerRootHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/Stream.cpp b/Code/Framework/AzCore/AzCore/Driller/Stream.cpp index 4d8b061a2c..f43e337bb8 100644 --- a/Code/Framework/AzCore/AzCore/Driller/Stream.cpp +++ b/Code/Framework/AzCore/AzCore/Driller/Stream.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Driller/Stream.h b/Code/Framework/AzCore/AzCore/Driller/Stream.h index 0872da2682..f883984b11 100644 --- a/Code/Framework/AzCore/AzCore/Driller/Stream.h +++ b/Code/Framework/AzCore/AzCore/Driller/Stream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/BusImpl.h b/Code/Framework/AzCore/AzCore/EBus/BusImpl.h index cce7283c60..882deaad01 100644 --- a/Code/Framework/AzCore/AzCore/EBus/BusImpl.h +++ b/Code/Framework/AzCore/AzCore/EBus/BusImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/EBus.h b/Code/Framework/AzCore/AzCore/EBus/EBus.h index 17ac9b3e78..1bff4ff297 100644 --- a/Code/Framework/AzCore/AzCore/EBus/EBus.h +++ b/Code/Framework/AzCore/AzCore/EBus/EBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/EBusEnvironment.cpp b/Code/Framework/AzCore/AzCore/EBus/EBusEnvironment.cpp index f5e66c1d37..8d9e893c7d 100644 --- a/Code/Framework/AzCore/AzCore/EBus/EBusEnvironment.cpp +++ b/Code/Framework/AzCore/AzCore/EBus/EBusEnvironment.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Environment.h b/Code/Framework/AzCore/AzCore/EBus/Environment.h index 027a25ede4..e5cec765be 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Environment.h +++ b/Code/Framework/AzCore/AzCore/EBus/Environment.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Event.h b/Code/Framework/AzCore/AzCore/EBus/Event.h index 6f4a48e84c..b3c29b63a2 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Event.h +++ b/Code/Framework/AzCore/AzCore/EBus/Event.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,11 +9,12 @@ #pragma once #include +#include #include #include #include #include -#include +#include namespace AZ { diff --git a/Code/Framework/AzCore/AzCore/EBus/Event.inl b/Code/Framework/AzCore/AzCore/EBus/Event.inl index 006ff81e34..dfb1781991 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Event.inl +++ b/Code/Framework/AzCore/AzCore/EBus/Event.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -27,11 +28,17 @@ namespace AZ template EventHandler::EventHandler(const EventHandler& rhs) : m_callback(rhs.m_callback) + , m_event(rhs.m_event) { - // Copy the callback function, then perform a Connect with the new event - if (rhs.m_event) + // Copy the callback and event, then perform a Connect to the event + if (m_callback && m_event) { - rhs.m_event->Connect(*this); + m_event->Connect(*this); + } + else + { + // It was not possible to connect to the event, set it to nullptr + m_event = nullptr; } } @@ -65,9 +72,16 @@ namespace AZ { Disconnect(); m_callback = rhs.m_callback; - if (rhs.m_event) + m_event = rhs.m_event; + // Copy the callback and event, then perform a Connect to the event + if (m_callback && m_event) { - rhs.m_event->Connect(*this); + m_event->Connect(*this); + } + else + { + // It was not possible to connect to the event, set it to nullptr + m_event = nullptr; } } diff --git a/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.cpp b/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.cpp index 60f98ead2e..3cdc3fc461 100644 --- a/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.h b/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.h index fde37b6022..81558a3e44 100644 --- a/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.h +++ b/Code/Framework/AzCore/AzCore/EBus/EventSchedulerSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/IEventScheduler.h b/Code/Framework/AzCore/AzCore/EBus/IEventScheduler.h index a4e0e454db..5c1bbf6dab 100644 --- a/Code/Framework/AzCore/AzCore/EBus/IEventScheduler.h +++ b/Code/Framework/AzCore/AzCore/EBus/IEventScheduler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Internal/BusContainer.h b/Code/Framework/AzCore/AzCore/EBus/Internal/BusContainer.h index 03a6b34359..2c57359c67 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Internal/BusContainer.h +++ b/Code/Framework/AzCore/AzCore/EBus/Internal/BusContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Internal/CallstackEntry.h b/Code/Framework/AzCore/AzCore/EBus/Internal/CallstackEntry.h index 6b2642ce13..bcda78aef8 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Internal/CallstackEntry.h +++ b/Code/Framework/AzCore/AzCore/EBus/Internal/CallstackEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -83,7 +84,7 @@ namespace AZ else { AZ::Debug::Trace::Instance().Assert(__FILE__, __LINE__, AZ_FUNCTION_SIGNATURE, - "Bus has multiple threads in its callstack records. Configure MutexType on the bus, or don't send to it from multiple threads"); + "Bus %s has multiple threads in its callstack records. Configure MutexType on the bus, or don't send to it from multiple threads", BusType::GetName()); } } diff --git a/Code/Framework/AzCore/AzCore/EBus/Internal/Debug.h b/Code/Framework/AzCore/AzCore/EBus/Internal/Debug.h index b437737742..94ef64f7f9 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Internal/Debug.h +++ b/Code/Framework/AzCore/AzCore/EBus/Internal/Debug.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Internal/Handlers.h b/Code/Framework/AzCore/AzCore/EBus/Internal/Handlers.h index 85221d7de3..4d3c68a21c 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Internal/Handlers.h +++ b/Code/Framework/AzCore/AzCore/EBus/Internal/Handlers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Internal/StoragePolicies.h b/Code/Framework/AzCore/AzCore/EBus/Internal/StoragePolicies.h index 2367de6ea7..bc02803825 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Internal/StoragePolicies.h +++ b/Code/Framework/AzCore/AzCore/EBus/Internal/StoragePolicies.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.h b/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.h index cc7b14af8c..1513d915fa 100644 --- a/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.h +++ b/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.inl b/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.inl index e4418682a6..7c2e92d25b 100644 --- a/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.inl +++ b/Code/Framework/AzCore/AzCore/EBus/OrderedEvent.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/Policies.h b/Code/Framework/AzCore/AzCore/EBus/Policies.h index a75395b05d..db11043ef8 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Policies.h +++ b/Code/Framework/AzCore/AzCore/EBus/Policies.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -267,7 +268,7 @@ namespace AZ m_messages.pop(); if (numMessages == 1) { - m_messages.get_container().clear(); // If it was the last message, free all memory. + m_messages = {}; } } ////////////////////////////////////////////////////////////////////////// @@ -279,7 +280,7 @@ namespace AZ void Clear() { AZStd::lock_guard lock(m_messagesMutex); - m_messages.get_container().clear(); + m_messages = {}; } void SetActive(bool isActive) @@ -288,7 +289,7 @@ namespace AZ m_isActive = isActive; if (!m_isActive) { - m_messages.get_container().clear(); + m_messages = {}; } }; diff --git a/Code/Framework/AzCore/AzCore/EBus/Results.h b/Code/Framework/AzCore/AzCore/EBus/Results.h index 618fbd6d03..7daab50a8a 100644 --- a/Code/Framework/AzCore/AzCore/EBus/Results.h +++ b/Code/Framework/AzCore/AzCore/EBus/Results.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.cpp b/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.cpp index 138fe95849..8e496c3dbc 100644 --- a/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.cpp +++ b/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.h b/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.h index 6087806f30..31dad67902 100644 --- a/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.h +++ b/Code/Framework/AzCore/AzCore/EBus/ScheduledEvent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.cpp b/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.cpp index 04895a9a31..37b4895b4a 100644 --- a/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.cpp +++ b/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.h b/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.h index 7df8459e5f..6b9bf7f76d 100644 --- a/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.h +++ b/Code/Framework/AzCore/AzCore/EBus/ScheduledEventHandle.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/ByteContainerStream.h b/Code/Framework/AzCore/AzCore/IO/ByteContainerStream.h index 5375a69ff2..17f72b9012 100644 --- a/Code/Framework/AzCore/AzCore/IO/ByteContainerStream.h +++ b/Code/Framework/AzCore/AzCore/IO/ByteContainerStream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressionBus.cpp b/Code/Framework/AzCore/AzCore/IO/CompressionBus.cpp index 6e6f687f10..fb9f8841a2 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressionBus.cpp +++ b/Code/Framework/AzCore/AzCore/IO/CompressionBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressionBus.h b/Code/Framework/AzCore/AzCore/IO/CompressionBus.h index 88ef777607..e2f65d8115 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressionBus.h +++ b/Code/Framework/AzCore/AzCore/IO/CompressionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Compressor.cpp b/Code/Framework/AzCore/AzCore/IO/Compressor.cpp index 3b926f3147..e223730ce8 100644 --- a/Code/Framework/AzCore/AzCore/IO/Compressor.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Compressor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Compressor.h b/Code/Framework/AzCore/AzCore/IO/Compressor.h index 14309e90ed..9b910a0ea4 100644 --- a/Code/Framework/AzCore/AzCore/IO/Compressor.h +++ b/Code/Framework/AzCore/AzCore/IO/Compressor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressorStream.cpp b/Code/Framework/AzCore/AzCore/IO/CompressorStream.cpp index f63a63b66d..6f82cc428d 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressorStream.cpp +++ b/Code/Framework/AzCore/AzCore/IO/CompressorStream.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressorStream.h b/Code/Framework/AzCore/AzCore/IO/CompressorStream.h index 35a9cc6bbc..f0cff71e40 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressorStream.h +++ b/Code/Framework/AzCore/AzCore/IO/CompressorStream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressorZLib.cpp b/Code/Framework/AzCore/AzCore/IO/CompressorZLib.cpp index 5e9d060765..a61cdb1133 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressorZLib.cpp +++ b/Code/Framework/AzCore/AzCore/IO/CompressorZLib.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressorZLib.h b/Code/Framework/AzCore/AzCore/IO/CompressorZLib.h index 5e4e4b9154..abd21e1450 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressorZLib.h +++ b/Code/Framework/AzCore/AzCore/IO/CompressorZLib.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressorZStd.cpp b/Code/Framework/AzCore/AzCore/IO/CompressorZStd.cpp index 0435e41c21..b1631d2d22 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressorZStd.cpp +++ b/Code/Framework/AzCore/AzCore/IO/CompressorZStd.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/CompressorZStd.h b/Code/Framework/AzCore/AzCore/IO/CompressorZStd.h index b7e4c7e8b2..ed6b94fffa 100644 --- a/Code/Framework/AzCore/AzCore/IO/CompressorZStd.h +++ b/Code/Framework/AzCore/AzCore/IO/CompressorZStd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/FileIO.cpp b/Code/Framework/AzCore/AzCore/IO/FileIO.cpp index b675663db0..125951c261 100644 --- a/Code/Framework/AzCore/AzCore/IO/FileIO.cpp +++ b/Code/Framework/AzCore/AzCore/IO/FileIO.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/FileIO.h b/Code/Framework/AzCore/AzCore/IO/FileIO.h index 2f39141c73..6406025417 100644 --- a/Code/Framework/AzCore/AzCore/IO/FileIO.h +++ b/Code/Framework/AzCore/AzCore/IO/FileIO.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/FileIOEventBus.h b/Code/Framework/AzCore/AzCore/IO/FileIOEventBus.h index f5a8ee7ea1..ba8fef9a7b 100644 --- a/Code/Framework/AzCore/AzCore/IO/FileIOEventBus.h +++ b/Code/Framework/AzCore/AzCore/IO/FileIOEventBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/GenericStreams.cpp b/Code/Framework/AzCore/AzCore/IO/GenericStreams.cpp index a4cc751b43..b3ab808711 100644 --- a/Code/Framework/AzCore/AzCore/IO/GenericStreams.cpp +++ b/Code/Framework/AzCore/AzCore/IO/GenericStreams.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/GenericStreams.h b/Code/Framework/AzCore/AzCore/IO/GenericStreams.h index 1d141b72d6..7c90749b5c 100644 --- a/Code/Framework/AzCore/AzCore/IO/GenericStreams.h +++ b/Code/Framework/AzCore/AzCore/IO/GenericStreams.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/IOUtils.cpp b/Code/Framework/AzCore/AzCore/IO/IOUtils.cpp index 767a092744..1e3a31f8ab 100644 --- a/Code/Framework/AzCore/AzCore/IO/IOUtils.cpp +++ b/Code/Framework/AzCore/AzCore/IO/IOUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/IOUtils.h b/Code/Framework/AzCore/AzCore/IO/IOUtils.h index 533c3a3f8f..cbfe414b9c 100644 --- a/Code/Framework/AzCore/AzCore/IO/IOUtils.h +++ b/Code/Framework/AzCore/AzCore/IO/IOUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/IStreamer.h b/Code/Framework/AzCore/AzCore/IO/IStreamer.h index 84b79ac55b..d959fa716c 100644 --- a/Code/Framework/AzCore/AzCore/IO/IStreamer.h +++ b/Code/Framework/AzCore/AzCore/IO/IStreamer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.cpp b/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.cpp index 40408d8232..4c8272cfc8 100644 --- a/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.cpp +++ b/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.h b/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.h index 1f806c4c36..6afe078514 100644 --- a/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.h +++ b/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.inl b/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.inl index 4fe5dd7e2e..4b4e1bb390 100644 --- a/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.inl +++ b/Code/Framework/AzCore/AzCore/IO/IStreamerTypes.inl @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * diff --git a/Code/Framework/AzCore/AzCore/IO/Path/Path.cpp b/Code/Framework/AzCore/AzCore/IO/Path/Path.cpp index c229d176a4..637945db35 100644 --- a/Code/Framework/AzCore/AzCore/IO/Path/Path.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Path/Path.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Path/Path.h b/Code/Framework/AzCore/AzCore/IO/Path/Path.h index 3a0ab4b59a..6f7e995a74 100644 --- a/Code/Framework/AzCore/AzCore/IO/Path/Path.h +++ b/Code/Framework/AzCore/AzCore/IO/Path/Path.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -277,7 +278,7 @@ namespace AZ::IO //! then their hash values are also equal //! For example : path "a//b" equals "a/b", the //! hash value of "a//b" would also equal the hash value of "a/b" - constexpr size_t hash_value(const PathView& pathToHash) noexcept; + size_t hash_value(const PathView& pathToHash) noexcept; // path.comparison constexpr bool operator==(const PathView& lhs, const PathView& rhs) noexcept; @@ -622,7 +623,7 @@ namespace AZ::IO //! For example : path "a//b" equals "a/b", the //! hash value of "a//b" would also equal the hash value of "a/b" template - constexpr size_t hash_value(const BasicPath& pathToHash); + size_t hash_value(const BasicPath& pathToHash); // path.append template diff --git a/Code/Framework/AzCore/AzCore/IO/Path/Path.inl b/Code/Framework/AzCore/AzCore/IO/Path/Path.inl index f899522916..4e8356b436 100644 --- a/Code/Framework/AzCore/AzCore/IO/Path/Path.inl +++ b/Code/Framework/AzCore/AzCore/IO/Path/Path.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -1951,7 +1952,7 @@ namespace AZ::IO } template - constexpr size_t hash_value(const BasicPath& pathToHash) + inline size_t hash_value(const BasicPath& pathToHash) { return AZStd::hash>{}(pathToHash); } @@ -2082,13 +2083,28 @@ namespace AZStd template <> struct hash { - constexpr size_t operator()(const AZ::IO::PathView& pathToHash) noexcept + /// Path is using FNV-1a algorithm 64 bit version. + static size_t hash_path(AZStd::string_view pathSegment, const char pathSeparator) + { + size_t hash = 14695981039346656037ULL; + constexpr size_t fnvPrime = 1099511628211ULL; + + for (const char first : pathSegment) + { + hash ^= static_cast((pathSeparator == AZ::IO::PosixPathSeparator) + ? first : tolower(first)); + hash *= fnvPrime; + } + return hash; + } + + size_t operator()(const AZ::IO::PathView& pathToHash) noexcept { auto pathParser = AZ::IO::parser::PathParser::CreateBegin(pathToHash.Native(), pathToHash.m_preferred_separator); size_t hash_value = 0; while (pathParser) { - AZStd::hash_combine(hash_value, AZStd::hash{}(*pathParser)); + AZStd::hash_combine(hash_value, hash_path(*pathParser, pathToHash.m_preferred_separator)); ++pathParser; } return hash_value; @@ -2097,7 +2113,7 @@ namespace AZStd template struct hash> { - constexpr size_t operator()(const AZ::IO::BasicPath& pathToHash) noexcept + const size_t operator()(const AZ::IO::BasicPath& pathToHash) noexcept { return AZStd::hash{}(pathToHash); } @@ -2108,11 +2124,11 @@ namespace AZStd template struct hash; } -// Explicit instantations of our support Path classes +// Explicit instantiations of our support Path classes namespace AZ::IO { // PathView hash - constexpr size_t hash_value(const PathView& pathToHash) noexcept + inline size_t hash_value(const PathView& pathToHash) noexcept { return AZStd::hash{}(pathToHash); } diff --git a/Code/Framework/AzCore/AzCore/IO/Path/Path_fwd.h b/Code/Framework/AzCore/AzCore/IO/Path/Path_fwd.h index 8384c98c0c..cb61bd5887 100644 --- a/Code/Framework/AzCore/AzCore/IO/Path/Path_fwd.h +++ b/Code/Framework/AzCore/AzCore/IO/Path/Path_fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.cpp index 87b41892e2..6e46b930b6 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.h b/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.h index 497b3d78ea..209721f9d9 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/BlockCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.cpp index e15f3b31f4..5b67c8c255 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.h b/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.h index 4f0565cd33..84ec091eaa 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/DedicatedCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.cpp index 40e81abb6c..df4f77b722 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.h b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.h index 3670b832de..28c03625ab 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRange.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.cpp index 228cd408bb..7b9cde76d3 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.h b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.h index 70648d2506..387884d781 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.inl b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.inl index aa08aba6b2..3c1754f7ea 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.inl +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FileRequest.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.cpp index bcc5e715ba..2e9dd43e83 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.h b/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.h index 4cdda03fb8..e06aeecb22 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.cpp index f62eca385e..9e019745a3 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.h b/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.h index 8e0d91f13a..f931613448 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/ReadSplitter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.cpp index 2ba1db6760..a95d8102a3 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.h b/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.h index c50e766a64..3f47ba7bd9 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/RequestPath.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.cpp index 2b5c04e895..d6e5a7bb2c 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.h b/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.h index 2b0a5c57f9..f9780ef411 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/Scheduler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.cpp index 5c1b56b80b..593c052853 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.h b/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.h index b0e9115041..b83038b82c 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/Statistics.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.cpp index 787cd9371d..c4f9840a0b 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.h b/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.h index 4004b34a7f..8028f9e8b6 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StorageDrive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.cpp index 4aa866f08b..b26dcee53e 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.h b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.h index a005b86add..3556f3cd66 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamStackEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.cpp index 6ae40d1a1f..792ef8ea1e 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.h b/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.h index 9b84ebc169..bb363a0c64 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/Streamer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.cpp index d820fcfa25..9728866fb6 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.h b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.h index c31b83b600..42d6d6baac 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.cpp index 0480bd9e57..e5ec88c11f 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.h b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.h index 0a66cf85b9..29eeacb466 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.cpp b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.cpp index 64a7b6ff0a..e870e29786 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.cpp +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.h b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.h index ccd86d49bc..bb5f448a33 100644 --- a/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.h +++ b/Code/Framework/AzCore/AzCore/IO/Streamer/StreamerContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/SystemFile.cpp b/Code/Framework/AzCore/AzCore/IO/SystemFile.cpp index 2e1cec6807..d98b7e1d36 100644 --- a/Code/Framework/AzCore/AzCore/IO/SystemFile.cpp +++ b/Code/Framework/AzCore/AzCore/IO/SystemFile.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/SystemFile.h b/Code/Framework/AzCore/AzCore/IO/SystemFile.h index 42879b3349..8a5b2b2521 100644 --- a/Code/Framework/AzCore/AzCore/IO/SystemFile.h +++ b/Code/Framework/AzCore/AzCore/IO/SystemFile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IO/TextStreamWriters.h b/Code/Framework/AzCore/AzCore/IO/TextStreamWriters.h index 90bf6043ae..b6acee0674 100644 --- a/Code/Framework/AzCore/AzCore/IO/TextStreamWriters.h +++ b/Code/Framework/AzCore/AzCore/IO/TextStreamWriters.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IPC/SharedMemory.cpp b/Code/Framework/AzCore/AzCore/IPC/SharedMemory.cpp index 575ba8abc8..37c88e34fc 100644 --- a/Code/Framework/AzCore/AzCore/IPC/SharedMemory.cpp +++ b/Code/Framework/AzCore/AzCore/IPC/SharedMemory.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IPC/SharedMemory.h b/Code/Framework/AzCore/AzCore/IPC/SharedMemory.h index 64810dfa37..c6f99932a9 100644 --- a/Code/Framework/AzCore/AzCore/IPC/SharedMemory.h +++ b/Code/Framework/AzCore/AzCore/IPC/SharedMemory.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/IPC/SharedMemory_Common.h b/Code/Framework/AzCore/AzCore/IPC/SharedMemory_Common.h index bcb20c1dc1..10f5d9b054 100644 --- a/Code/Framework/AzCore/AzCore/IPC/SharedMemory_Common.h +++ b/Code/Framework/AzCore/AzCore/IPC/SharedMemory_Common.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Interface/Interface.h b/Code/Framework/AzCore/AzCore/Interface/Interface.h index c1989c9044..8131f5b08f 100644 --- a/Code/Framework/AzCore/AzCore/Interface/Interface.h +++ b/Code/Framework/AzCore/AzCore/Interface/Interface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/allocators.h b/Code/Framework/AzCore/AzCore/JSON/allocators.h index ff656969a7..650ad028d5 100644 --- a/Code/Framework/AzCore/AzCore/JSON/allocators.h +++ b/Code/Framework/AzCore/AzCore/JSON/allocators.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/cursorstreamwrapper.h b/Code/Framework/AzCore/AzCore/JSON/cursorstreamwrapper.h index eed9b213d5..0d374826ad 100644 --- a/Code/Framework/AzCore/AzCore/JSON/cursorstreamwrapper.h +++ b/Code/Framework/AzCore/AzCore/JSON/cursorstreamwrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/document.h b/Code/Framework/AzCore/AzCore/JSON/document.h index fc680621bc..0cac315a1d 100644 --- a/Code/Framework/AzCore/AzCore/JSON/document.h +++ b/Code/Framework/AzCore/AzCore/JSON/document.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/encodedstream.h b/Code/Framework/AzCore/AzCore/JSON/encodedstream.h index 15ae285df2..f8b617f020 100644 --- a/Code/Framework/AzCore/AzCore/JSON/encodedstream.h +++ b/Code/Framework/AzCore/AzCore/JSON/encodedstream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/encodings.h b/Code/Framework/AzCore/AzCore/JSON/encodings.h index 89fcf8f88b..1d393eec16 100644 --- a/Code/Framework/AzCore/AzCore/JSON/encodings.h +++ b/Code/Framework/AzCore/AzCore/JSON/encodings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/error/en.h b/Code/Framework/AzCore/AzCore/JSON/error/en.h index b89b44f083..2f05b77630 100644 --- a/Code/Framework/AzCore/AzCore/JSON/error/en.h +++ b/Code/Framework/AzCore/AzCore/JSON/error/en.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/error/error.h b/Code/Framework/AzCore/AzCore/JSON/error/error.h index 9f5ce1e82c..f67d5bafd3 100644 --- a/Code/Framework/AzCore/AzCore/JSON/error/error.h +++ b/Code/Framework/AzCore/AzCore/JSON/error/error.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/filereadstream.h b/Code/Framework/AzCore/AzCore/JSON/filereadstream.h index 1f3669ab08..5fbbbd14ba 100644 --- a/Code/Framework/AzCore/AzCore/JSON/filereadstream.h +++ b/Code/Framework/AzCore/AzCore/JSON/filereadstream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/filewritestream.h b/Code/Framework/AzCore/AzCore/JSON/filewritestream.h index 1c5f1a7dc3..6beb08a444 100644 --- a/Code/Framework/AzCore/AzCore/JSON/filewritestream.h +++ b/Code/Framework/AzCore/AzCore/JSON/filewritestream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/fwd.h b/Code/Framework/AzCore/AzCore/JSON/fwd.h index 7391def7aa..b79e50cab5 100644 --- a/Code/Framework/AzCore/AzCore/JSON/fwd.h +++ b/Code/Framework/AzCore/AzCore/JSON/fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/istreamwrapper.h b/Code/Framework/AzCore/AzCore/JSON/istreamwrapper.h index 1fe3c9c13a..b09a39f1cf 100644 --- a/Code/Framework/AzCore/AzCore/JSON/istreamwrapper.h +++ b/Code/Framework/AzCore/AzCore/JSON/istreamwrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/memorybuffer.h b/Code/Framework/AzCore/AzCore/JSON/memorybuffer.h index 881e949b6e..5e29f7b3b6 100644 --- a/Code/Framework/AzCore/AzCore/JSON/memorybuffer.h +++ b/Code/Framework/AzCore/AzCore/JSON/memorybuffer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/memorystream.h b/Code/Framework/AzCore/AzCore/JSON/memorystream.h index 7e8d3d90d7..a1957cf930 100644 --- a/Code/Framework/AzCore/AzCore/JSON/memorystream.h +++ b/Code/Framework/AzCore/AzCore/JSON/memorystream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/ostreamwrapper.h b/Code/Framework/AzCore/AzCore/JSON/ostreamwrapper.h index 3a9c781051..e2b30d6308 100644 --- a/Code/Framework/AzCore/AzCore/JSON/ostreamwrapper.h +++ b/Code/Framework/AzCore/AzCore/JSON/ostreamwrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/pointer.h b/Code/Framework/AzCore/AzCore/JSON/pointer.h index 7507cab78f..8f59422f76 100644 --- a/Code/Framework/AzCore/AzCore/JSON/pointer.h +++ b/Code/Framework/AzCore/AzCore/JSON/pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/prettywriter.h b/Code/Framework/AzCore/AzCore/JSON/prettywriter.h index e6c4f5dc9f..1d11965dfd 100644 --- a/Code/Framework/AzCore/AzCore/JSON/prettywriter.h +++ b/Code/Framework/AzCore/AzCore/JSON/prettywriter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/rapidjson.h b/Code/Framework/AzCore/AzCore/JSON/rapidjson.h index 28a7c2b861..b5ab888fa2 100644 --- a/Code/Framework/AzCore/AzCore/JSON/rapidjson.h +++ b/Code/Framework/AzCore/AzCore/JSON/rapidjson.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/reader.h b/Code/Framework/AzCore/AzCore/JSON/reader.h index 77c6ed67e4..71d9224022 100644 --- a/Code/Framework/AzCore/AzCore/JSON/reader.h +++ b/Code/Framework/AzCore/AzCore/JSON/reader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/schema.h b/Code/Framework/AzCore/AzCore/JSON/schema.h index 03d0847263..2f7f6b7984 100644 --- a/Code/Framework/AzCore/AzCore/JSON/schema.h +++ b/Code/Framework/AzCore/AzCore/JSON/schema.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/stream.h b/Code/Framework/AzCore/AzCore/JSON/stream.h index 14730348f5..fd2edf43cf 100644 --- a/Code/Framework/AzCore/AzCore/JSON/stream.h +++ b/Code/Framework/AzCore/AzCore/JSON/stream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/stringbuffer.h b/Code/Framework/AzCore/AzCore/JSON/stringbuffer.h index 07311411c9..d328634351 100644 --- a/Code/Framework/AzCore/AzCore/JSON/stringbuffer.h +++ b/Code/Framework/AzCore/AzCore/JSON/stringbuffer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/JSON/writer.h b/Code/Framework/AzCore/AzCore/JSON/writer.h index 4c25c6d6c0..ac4f7a6f9a 100644 --- a/Code/Framework/AzCore/AzCore/JSON/writer.h +++ b/Code/Framework/AzCore/AzCore/JSON/writer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Algorithms.h b/Code/Framework/AzCore/AzCore/Jobs/Algorithms.h index d087bc98f4..27efde7e64 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Algorithms.h +++ b/Code/Framework/AzCore/AzCore/Jobs/Algorithms.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.cpp b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.cpp index 529183d0f8..130ff8da6b 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.cpp +++ b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.h b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.h index dd5e431e4e..36a8eadfb0 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.h +++ b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.cpp b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.cpp index 8396a63278..bdf137f621 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.cpp +++ b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.h b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.h index d44d2a8392..55de872d86 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.h +++ b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobManagerWorkStealing.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobNotify.h b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobNotify.h index 7e4556d54b..9b6a39af4f 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Internal/JobNotify.h +++ b/Code/Framework/AzCore/AzCore/Jobs/Internal/JobNotify.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/Job.h b/Code/Framework/AzCore/AzCore/Jobs/Job.h index 7f7aa0b00b..18c639e2c2 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/Job.h +++ b/Code/Framework/AzCore/AzCore/Jobs/Job.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobCancelGroup.h b/Code/Framework/AzCore/AzCore/Jobs/JobCancelGroup.h index c1124a0b77..6377e0e9d1 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobCancelGroup.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobCancelGroup.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobCompletion.h b/Code/Framework/AzCore/AzCore/Jobs/JobCompletion.h index 57a3850ca1..50776a30da 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobCompletion.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobCompletion.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobCompletionSpin.h b/Code/Framework/AzCore/AzCore/Jobs/JobCompletionSpin.h index 33f4e58043..214de35894 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobCompletionSpin.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobCompletionSpin.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobContext.cpp b/Code/Framework/AzCore/AzCore/Jobs/JobContext.cpp index d98ce4adcf..ee0f8a178b 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobContext.cpp +++ b/Code/Framework/AzCore/AzCore/Jobs/JobContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobContext.h b/Code/Framework/AzCore/AzCore/Jobs/JobContext.h index e01c66dbf9..3523829475 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobContext.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobEmpty.h b/Code/Framework/AzCore/AzCore/Jobs/JobEmpty.h index fc26c58c5f..58a7dcd8bf 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobEmpty.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobEmpty.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobFunction.h b/Code/Framework/AzCore/AzCore/Jobs/JobFunction.h index 86e862eb91..79e797edea 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobFunction.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobFunction.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobManager.cpp b/Code/Framework/AzCore/AzCore/Jobs/JobManager.cpp index c081a6f98a..cf61e13f2f 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobManager.cpp +++ b/Code/Framework/AzCore/AzCore/Jobs/JobManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobManager.h b/Code/Framework/AzCore/AzCore/Jobs/JobManager.h index 3571a8a972..c1753361a8 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobManager.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobManagerBus.h b/Code/Framework/AzCore/AzCore/Jobs/JobManagerBus.h index 30e1b4d6a3..61e80bf988 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobManagerBus.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobManagerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.cpp b/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.cpp index 974dbf230f..25dfc7a493 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.h b/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.h index 47d5f57a73..3c383a2555 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobManagerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/JobManagerDesc.h b/Code/Framework/AzCore/AzCore/Jobs/JobManagerDesc.h index e5cc7b6548..5594d7aa15 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/JobManagerDesc.h +++ b/Code/Framework/AzCore/AzCore/Jobs/JobManagerDesc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/LegacyJobExecutor.h b/Code/Framework/AzCore/AzCore/Jobs/LegacyJobExecutor.h index fee53ba427..dd626a9829 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/LegacyJobExecutor.h +++ b/Code/Framework/AzCore/AzCore/Jobs/LegacyJobExecutor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/MultipleDependentJob.h b/Code/Framework/AzCore/AzCore/Jobs/MultipleDependentJob.h index 6af2633ab2..96a7009316 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/MultipleDependentJob.h +++ b/Code/Framework/AzCore/AzCore/Jobs/MultipleDependentJob.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Jobs/task_group.h b/Code/Framework/AzCore/AzCore/Jobs/task_group.h index e54f272817..63f0b49ff7 100644 --- a/Code/Framework/AzCore/AzCore/Jobs/task_group.h +++ b/Code/Framework/AzCore/AzCore/Jobs/task_group.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Aabb.cpp b/Code/Framework/AzCore/AzCore/Math/Aabb.cpp index b8368cb0a1..80b7b88659 100644 --- a/Code/Framework/AzCore/AzCore/Math/Aabb.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Aabb.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Aabb.h b/Code/Framework/AzCore/AzCore/Math/Aabb.h index 500f31aa7a..8d8ded7b2d 100644 --- a/Code/Framework/AzCore/AzCore/Math/Aabb.h +++ b/Code/Framework/AzCore/AzCore/Math/Aabb.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Aabb.inl b/Code/Framework/AzCore/AzCore/Math/Aabb.inl index 8ee8b671ec..5806857bb1 100644 --- a/Code/Framework/AzCore/AzCore/Math/Aabb.inl +++ b/Code/Framework/AzCore/AzCore/Math/Aabb.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Color.cpp b/Code/Framework/AzCore/AzCore/Math/Color.cpp index 3455ad1db0..8a24b4ed7a 100644 --- a/Code/Framework/AzCore/AzCore/Math/Color.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Color.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Color.h b/Code/Framework/AzCore/AzCore/Math/Color.h index c4c303318b..4f506e219d 100644 --- a/Code/Framework/AzCore/AzCore/Math/Color.h +++ b/Code/Framework/AzCore/AzCore/Math/Color.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Color.inl b/Code/Framework/AzCore/AzCore/Math/Color.inl index e18974f185..c07d0f2d88 100644 --- a/Code/Framework/AzCore/AzCore/Math/Color.inl +++ b/Code/Framework/AzCore/AzCore/Math/Color.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/ColorSerializer.cpp b/Code/Framework/AzCore/AzCore/Math/ColorSerializer.cpp index 7b1efd58a7..7f27acf64f 100644 --- a/Code/Framework/AzCore/AzCore/Math/ColorSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Math/ColorSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/ColorSerializer.h b/Code/Framework/AzCore/AzCore/Math/ColorSerializer.h index 9af25a4634..bee4b1c126 100644 --- a/Code/Framework/AzCore/AzCore/Math/ColorSerializer.h +++ b/Code/Framework/AzCore/AzCore/Math/ColorSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Crc.cpp b/Code/Framework/AzCore/AzCore/Math/Crc.cpp index dd3e82aea9..13aab542d1 100644 --- a/Code/Framework/AzCore/AzCore/Math/Crc.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Crc.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Crc.h b/Code/Framework/AzCore/AzCore/Math/Crc.h index a47f4d7d8b..e8e8414f72 100644 --- a/Code/Framework/AzCore/AzCore/Math/Crc.h +++ b/Code/Framework/AzCore/AzCore/Math/Crc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Crc.inl b/Code/Framework/AzCore/AzCore/Math/Crc.inl index 6edb1eed4d..8e5dcdd22c 100644 --- a/Code/Framework/AzCore/AzCore/Math/Crc.inl +++ b/Code/Framework/AzCore/AzCore/Math/Crc.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/DocsMath.h b/Code/Framework/AzCore/AzCore/Math/DocsMath.h index 952a1022bb..0690aea7fc 100644 --- a/Code/Framework/AzCore/AzCore/Math/DocsMath.h +++ b/Code/Framework/AzCore/AzCore/Math/DocsMath.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Frustum.cpp b/Code/Framework/AzCore/AzCore/Math/Frustum.cpp index ac772427ea..5274817817 100644 --- a/Code/Framework/AzCore/AzCore/Math/Frustum.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Frustum.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Frustum.h b/Code/Framework/AzCore/AzCore/Math/Frustum.h index 990f808815..d9c6f5547e 100644 --- a/Code/Framework/AzCore/AzCore/Math/Frustum.h +++ b/Code/Framework/AzCore/AzCore/Math/Frustum.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,7 @@ #include #include #include +#include namespace AZ { diff --git a/Code/Framework/AzCore/AzCore/Math/Frustum.inl b/Code/Framework/AzCore/AzCore/Math/Frustum.inl index a6f9521213..bc79619aaf 100644 --- a/Code/Framework/AzCore/AzCore/Math/Frustum.inl +++ b/Code/Framework/AzCore/AzCore/Math/Frustum.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.cpp b/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.cpp index 2717f835d5..47a7e0a2db 100644 --- a/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.h b/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.h index 413a3a73c2..f00ea77a9c 100644 --- a/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.h +++ b/Code/Framework/AzCore/AzCore/Math/Geometry2DUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Guid.h b/Code/Framework/AzCore/AzCore/Math/Guid.h index 765dd66e64..53bab4d7ed 100644 --- a/Code/Framework/AzCore/AzCore/Math/Guid.h +++ b/Code/Framework/AzCore/AzCore/Math/Guid.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/MathTypes.h b/Code/Framework/AzCore/AzCore/Math/Internal/MathTypes.h index c1f745ded6..e7c2925c82 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/MathTypes.h +++ b/Code/Framework/AzCore/AzCore/Math/Internal/MathTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neon.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neon.inl index fea607894c..e652e8593f 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neon.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neon.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonDouble.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonDouble.inl index ddc1d10084..9eebd6065d 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonDouble.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonDouble.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonQuad.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonQuad.inl index 62652ee41d..3243ae1db6 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonQuad.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_neonQuad.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_scalar.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_scalar.inl index 3f04d609b2..30cbdac648 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_scalar.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_scalar.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_simd.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_simd.inl index 0b47f1638f..fc406f5862 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_simd.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_simd.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_sse.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_sse.inl index 9824aa9184..e228a19d68 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_sse.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathCommon_sse.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_neon.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_neon.inl index 9832c2f664..6f1a6184db 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_neon.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_neon.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_scalar.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_scalar.inl index b316ac01a7..114b52f25e 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_scalar.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_scalar.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_sse.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_sse.inl index f61b0b4413..ecdcf40743 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_sse.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec1_sse.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_neon.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_neon.inl index 1f8e009848..49a57eaecc 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_neon.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_neon.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_scalar.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_scalar.inl index b221856d75..62833b5d2c 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_scalar.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_scalar.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_sse.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_sse.inl index 32066c03a5..c890aa5eb7 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_sse.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec2_sse.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_neon.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_neon.inl index 16de359673..343506c803 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_neon.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_neon.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_scalar.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_scalar.inl index 46f5b5db6d..9ef462e77b 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_scalar.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_scalar.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_sse.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_sse.inl index 18c5dcdc82..a8ff962837 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_sse.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec3_sse.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_neon.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_neon.inl index e5847cc5a2..575978173e 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_neon.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_neon.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_scalar.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_scalar.inl index 7c14c552ab..7320c9be1c 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_scalar.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_scalar.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_sse.inl b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_sse.inl index 272c4e994d..1cf0a35d7f 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_sse.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/SimdMathVec4_sse.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/VectorConversions.inl b/Code/Framework/AzCore/AzCore/Math/Internal/VectorConversions.inl index 519b57f873..c07eefbb2c 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/VectorConversions.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/VectorConversions.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Internal/VertexContainer.inl b/Code/Framework/AzCore/AzCore/Math/Internal/VertexContainer.inl index 0291512fdd..07e0dd2d22 100644 --- a/Code/Framework/AzCore/AzCore/Math/Internal/VertexContainer.inl +++ b/Code/Framework/AzCore/AzCore/Math/Internal/VertexContainer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/InterpolationSample.h b/Code/Framework/AzCore/AzCore/Math/InterpolationSample.h index 19814df8f2..12b18f86b8 100644 --- a/Code/Framework/AzCore/AzCore/Math/InterpolationSample.h +++ b/Code/Framework/AzCore/AzCore/Math/InterpolationSample.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/IntersectPoint.h b/Code/Framework/AzCore/AzCore/Math/IntersectPoint.h index da6fc63fbc..4ad2c23082 100644 --- a/Code/Framework/AzCore/AzCore/Math/IntersectPoint.h +++ b/Code/Framework/AzCore/AzCore/Math/IntersectPoint.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/IntersectSegment.cpp b/Code/Framework/AzCore/AzCore/Math/IntersectSegment.cpp index 50e49e3dd3..fa52599c4a 100644 --- a/Code/Framework/AzCore/AzCore/Math/IntersectSegment.cpp +++ b/Code/Framework/AzCore/AzCore/Math/IntersectSegment.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/IntersectSegment.h b/Code/Framework/AzCore/AzCore/Math/IntersectSegment.h index 948ac62279..3dffb90d7c 100644 --- a/Code/Framework/AzCore/AzCore/Math/IntersectSegment.h +++ b/Code/Framework/AzCore/AzCore/Math/IntersectSegment.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathIntrinsics.h b/Code/Framework/AzCore/AzCore/Math/MathIntrinsics.h index 913440daae..7b731a12b2 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathIntrinsics.h +++ b/Code/Framework/AzCore/AzCore/Math/MathIntrinsics.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.cpp b/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.cpp index c3137b7434..03d420f8dc 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.h b/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.h index 766a1c7c78..b082611772 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.h +++ b/Code/Framework/AzCore/AzCore/Math/MathMatrixSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathReflection.cpp b/Code/Framework/AzCore/AzCore/Math/MathReflection.cpp index 46717440d5..a1bb4e6886 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathReflection.cpp +++ b/Code/Framework/AzCore/AzCore/Math/MathReflection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -116,7 +117,7 @@ namespace AZ { const char* uuidString = nullptr; unsigned int uuidStringLength = 0; - if (dc.ReadArg(0, uuidString) && dc.ReadValue(1, uuidStringLength)) + if (dc.ReadArg(0, uuidString) && dc.ReadArg(1, uuidStringLength)) { dc.PushResult(Uuid(uuidString, uuidStringLength)); } diff --git a/Code/Framework/AzCore/AzCore/Math/MathReflection.h b/Code/Framework/AzCore/AzCore/Math/MathReflection.h index 3d14396b5c..17f8e04000 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathReflection.h +++ b/Code/Framework/AzCore/AzCore/Math/MathReflection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.cpp b/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.cpp index 87edf0bcf2..51d84b7157 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.cpp +++ b/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.h b/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.h index 8820fb95ca..687cfcd87d 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.h +++ b/Code/Framework/AzCore/AzCore/Math/MathScriptHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathUtils.cpp b/Code/Framework/AzCore/AzCore/Math/MathUtils.cpp index df9fd17fe4..522a605940 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Math/MathUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathUtils.h b/Code/Framework/AzCore/AzCore/Math/MathUtils.h index f6acca82a9..bf7f87997c 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathUtils.h +++ b/Code/Framework/AzCore/AzCore/Math/MathUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.cpp b/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.cpp index 617b76c655..9693a2dc0d 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.h b/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.h index d590af0e52..227d1482e5 100644 --- a/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.h +++ b/Code/Framework/AzCore/AzCore/Math/MathVectorSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix3x3.cpp b/Code/Framework/AzCore/AzCore/Math/Matrix3x3.cpp index c5dfe1f820..02afcab523 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix3x3.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Matrix3x3.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix3x3.h b/Code/Framework/AzCore/AzCore/Math/Matrix3x3.h index dde66a82c4..01f078d2b4 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix3x3.h +++ b/Code/Framework/AzCore/AzCore/Math/Matrix3x3.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix3x3.inl b/Code/Framework/AzCore/AzCore/Math/Matrix3x3.inl index 7fe5004807..7641ab37f0 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix3x3.inl +++ b/Code/Framework/AzCore/AzCore/Math/Matrix3x3.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix3x4.cpp b/Code/Framework/AzCore/AzCore/Math/Matrix3x4.cpp index 75550178aa..6d79c4c068 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix3x4.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Matrix3x4.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix3x4.h b/Code/Framework/AzCore/AzCore/Math/Matrix3x4.h index 14dbf6308e..60a88df686 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix3x4.h +++ b/Code/Framework/AzCore/AzCore/Math/Matrix3x4.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix3x4.inl b/Code/Framework/AzCore/AzCore/Math/Matrix3x4.inl index e3f11aaef4..2f127221ab 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix3x4.inl +++ b/Code/Framework/AzCore/AzCore/Math/Matrix3x4.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix4x4.cpp b/Code/Framework/AzCore/AzCore/Math/Matrix4x4.cpp index d9f97c9056..ccfba0fc4e 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix4x4.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Matrix4x4.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix4x4.h b/Code/Framework/AzCore/AzCore/Math/Matrix4x4.h index 619276e8f6..296f5f431b 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix4x4.h +++ b/Code/Framework/AzCore/AzCore/Math/Matrix4x4.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Matrix4x4.inl b/Code/Framework/AzCore/AzCore/Math/Matrix4x4.inl index e8e9e6281e..58b68148aa 100644 --- a/Code/Framework/AzCore/AzCore/Math/Matrix4x4.inl +++ b/Code/Framework/AzCore/AzCore/Math/Matrix4x4.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/MatrixUtils.cpp b/Code/Framework/AzCore/AzCore/Math/MatrixUtils.cpp index cd097f1e2f..a578640d0d 100644 --- a/Code/Framework/AzCore/AzCore/Math/MatrixUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Math/MatrixUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -70,7 +71,7 @@ namespace AZ return &out; } - Matrix4x4* MakeOrthographicMatrixRH(Matrix4x4& out, float left, float right, float bottom, float top, float nearDist, float farDist) + Matrix4x4* MakeOrthographicMatrixRH(Matrix4x4& out, float left, float right, float bottom, float top, float nearDist, float farDist, bool reverseDepth) { AZ_Assert(right > left, "right should be greater than left"); // valid to have matrix invert top/bottom and far/near @@ -82,6 +83,11 @@ namespace AZ return nullptr; } + if (reverseDepth) + { + AZStd::swap(nearDist, farDist); + } + out.SetRow(0, 2.f/(right - left), 0.f, 0.f, - (right + left) / (right - left) ); out.SetRow(1, 0.f, 2.f / (top - bottom), 0.f, - (top + bottom) / (top - bottom) ); out.SetRow(2, 0.f, 0.f, 1 / (nearDist - farDist), nearDist / (nearDist - farDist) ); diff --git a/Code/Framework/AzCore/AzCore/Math/MatrixUtils.h b/Code/Framework/AzCore/AzCore/Math/MatrixUtils.h index 9c2e9a8657..72a7b29887 100644 --- a/Code/Framework/AzCore/AzCore/Math/MatrixUtils.h +++ b/Code/Framework/AzCore/AzCore/Math/MatrixUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -56,8 +57,9 @@ namespace AZ //! @param top The y coordinate of top view-plane //! @param near Distance to the near view-plane. Must be no less than zero. //! @param far Distance to the far view-plane. Must be greater than zero. + //! @param reverseDepth Set to true to reverse depth which means near distance maps to 1 and far distance maps to 0. //! @return Pointer of the output matrix - Matrix4x4* MakeOrthographicMatrixRH(Matrix4x4& out, float left, float right, float bottom, float top, float nearDist, float farDist); + Matrix4x4* MakeOrthographicMatrixRH(Matrix4x4& out, float left, float right, float bottom, float top, float nearDist, float farDist, bool reverseDepth = false); //! Transforms a position by a matrix. This function can be used with any generic cases which include projection matrices. Vector3 MatrixTransformPosition(const Matrix4x4& matrix, const Vector3& inPosition); diff --git a/Code/Framework/AzCore/AzCore/Math/Obb.cpp b/Code/Framework/AzCore/AzCore/Math/Obb.cpp index 1d00f08a42..8b223a6e43 100644 --- a/Code/Framework/AzCore/AzCore/Math/Obb.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Obb.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Obb.h b/Code/Framework/AzCore/AzCore/Math/Obb.h index b6bc8d1d89..030d24c0a1 100644 --- a/Code/Framework/AzCore/AzCore/Math/Obb.h +++ b/Code/Framework/AzCore/AzCore/Math/Obb.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Obb.inl b/Code/Framework/AzCore/AzCore/Math/Obb.inl index fca2980683..0267e3f15c 100644 --- a/Code/Framework/AzCore/AzCore/Math/Obb.inl +++ b/Code/Framework/AzCore/AzCore/Math/Obb.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/PackedVector3.h b/Code/Framework/AzCore/AzCore/Math/PackedVector3.h index a438269d29..88108350c8 100644 --- a/Code/Framework/AzCore/AzCore/Math/PackedVector3.h +++ b/Code/Framework/AzCore/AzCore/Math/PackedVector3.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Plane.cpp b/Code/Framework/AzCore/AzCore/Math/Plane.cpp index eb46969189..cde82c4bed 100644 --- a/Code/Framework/AzCore/AzCore/Math/Plane.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Plane.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Plane.h b/Code/Framework/AzCore/AzCore/Math/Plane.h index 8d8ea877a2..26315ead4a 100644 --- a/Code/Framework/AzCore/AzCore/Math/Plane.h +++ b/Code/Framework/AzCore/AzCore/Math/Plane.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Plane.inl b/Code/Framework/AzCore/AzCore/Math/Plane.inl index e454b5411c..f33d356312 100644 --- a/Code/Framework/AzCore/AzCore/Math/Plane.inl +++ b/Code/Framework/AzCore/AzCore/Math/Plane.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/PolygonPrism.cpp b/Code/Framework/AzCore/AzCore/Math/PolygonPrism.cpp index fd975fb0ce..a68a685666 100644 --- a/Code/Framework/AzCore/AzCore/Math/PolygonPrism.cpp +++ b/Code/Framework/AzCore/AzCore/Math/PolygonPrism.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/PolygonPrism.h b/Code/Framework/AzCore/AzCore/Math/PolygonPrism.h index fdfe2375b1..5e039c95a2 100644 --- a/Code/Framework/AzCore/AzCore/Math/PolygonPrism.h +++ b/Code/Framework/AzCore/AzCore/Math/PolygonPrism.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Quaternion.cpp b/Code/Framework/AzCore/AzCore/Math/Quaternion.cpp index 45db838bd0..8b5d9e9321 100644 --- a/Code/Framework/AzCore/AzCore/Math/Quaternion.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Quaternion.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Quaternion.h b/Code/Framework/AzCore/AzCore/Math/Quaternion.h index cac6569938..36def91817 100644 --- a/Code/Framework/AzCore/AzCore/Math/Quaternion.h +++ b/Code/Framework/AzCore/AzCore/Math/Quaternion.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Quaternion.inl b/Code/Framework/AzCore/AzCore/Math/Quaternion.inl index 9405fe4ea1..82cd9078fa 100644 --- a/Code/Framework/AzCore/AzCore/Math/Quaternion.inl +++ b/Code/Framework/AzCore/AzCore/Math/Quaternion.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Random.h b/Code/Framework/AzCore/AzCore/Math/Random.h index 8474fc9eab..3c87824b1d 100644 --- a/Code/Framework/AzCore/AzCore/Math/Random.h +++ b/Code/Framework/AzCore/AzCore/Math/Random.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Sfmt.cpp b/Code/Framework/AzCore/AzCore/Math/Sfmt.cpp index b49d934c96..66404a9b3f 100644 --- a/Code/Framework/AzCore/AzCore/Math/Sfmt.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Sfmt.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Sfmt.h b/Code/Framework/AzCore/AzCore/Math/Sfmt.h index d5458288cf..02512ea2a8 100644 --- a/Code/Framework/AzCore/AzCore/Math/Sfmt.h +++ b/Code/Framework/AzCore/AzCore/Math/Sfmt.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.h b/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.h index 54a4327681..ccd89e9217 100644 --- a/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.h +++ b/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.inl b/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.inl index a19189ac7c..0638e070fc 100644 --- a/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.inl +++ b/Code/Framework/AzCore/AzCore/Math/ShapeIntersection.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -129,7 +130,11 @@ namespace AZ //So for each plane, we can test compare the center-to-plane distance to this interval to see which side of the plane the AABB is on. //The AABB is not overlapping if it is fully behind any of the planes, otherwise it is overlapping. const Vector3 center = aabb.GetCenter(); - const Vector3 extents = 0.5f * aabb.GetExtents(); + + //If the AABB contains FLT_MAX at either (or both) extremes, it would be easy to overflow here by using "0.5f * GetExtents()" + //or "0.5f * (GetMax() - GetMin())". By separating into two separate multiplies before the subtraction, we can ensure + //that we don't overflow. + const Vector3 extents = (0.5f * aabb.GetMax()) - (0.5f * aabb.GetMin()); for (Frustum::PlaneId planeId = Frustum::PlaneId::Near; planeId < Frustum::PlaneId::MAX; ++planeId) { diff --git a/Code/Framework/AzCore/AzCore/Math/SimdMath.h b/Code/Framework/AzCore/AzCore/Math/SimdMath.h index a65dba8e8e..a1f073d10d 100644 --- a/Code/Framework/AzCore/AzCore/Math/SimdMath.h +++ b/Code/Framework/AzCore/AzCore/Math/SimdMath.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/SimdMathVec1.h b/Code/Framework/AzCore/AzCore/Math/SimdMathVec1.h index 63537a8385..978928bea6 100644 --- a/Code/Framework/AzCore/AzCore/Math/SimdMathVec1.h +++ b/Code/Framework/AzCore/AzCore/Math/SimdMathVec1.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/SimdMathVec2.h b/Code/Framework/AzCore/AzCore/Math/SimdMathVec2.h index 5576217bba..bae4ba7008 100644 --- a/Code/Framework/AzCore/AzCore/Math/SimdMathVec2.h +++ b/Code/Framework/AzCore/AzCore/Math/SimdMathVec2.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/SimdMathVec3.h b/Code/Framework/AzCore/AzCore/Math/SimdMathVec3.h index c3440a9db8..339d607a91 100644 --- a/Code/Framework/AzCore/AzCore/Math/SimdMathVec3.h +++ b/Code/Framework/AzCore/AzCore/Math/SimdMathVec3.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/SimdMathVec4.h b/Code/Framework/AzCore/AzCore/Math/SimdMathVec4.h index 3756c7bc22..8e86a1dd44 100644 --- a/Code/Framework/AzCore/AzCore/Math/SimdMathVec4.h +++ b/Code/Framework/AzCore/AzCore/Math/SimdMathVec4.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Sphere.h b/Code/Framework/AzCore/AzCore/Math/Sphere.h index 7f27270700..031a62b675 100644 --- a/Code/Framework/AzCore/AzCore/Math/Sphere.h +++ b/Code/Framework/AzCore/AzCore/Math/Sphere.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Sphere.inl b/Code/Framework/AzCore/AzCore/Math/Sphere.inl index 41ab538c30..2b542b918b 100644 --- a/Code/Framework/AzCore/AzCore/Math/Sphere.inl +++ b/Code/Framework/AzCore/AzCore/Math/Sphere.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Spline.cpp b/Code/Framework/AzCore/AzCore/Math/Spline.cpp index 445eb8ac74..b4fc6dc1f8 100644 --- a/Code/Framework/AzCore/AzCore/Math/Spline.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Spline.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Spline.h b/Code/Framework/AzCore/AzCore/Math/Spline.h index 786a4332a0..0af93ae6a1 100644 --- a/Code/Framework/AzCore/AzCore/Math/Spline.h +++ b/Code/Framework/AzCore/AzCore/Math/Spline.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/ToString.cpp b/Code/Framework/AzCore/AzCore/Math/ToString.cpp index e75efcbf7d..2a1c94e660 100644 --- a/Code/Framework/AzCore/AzCore/Math/ToString.cpp +++ b/Code/Framework/AzCore/AzCore/Math/ToString.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/ToString.h b/Code/Framework/AzCore/AzCore/Math/ToString.h index b41c7be25e..f7de73f79b 100644 --- a/Code/Framework/AzCore/AzCore/Math/ToString.h +++ b/Code/Framework/AzCore/AzCore/Math/ToString.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Transform.cpp b/Code/Framework/AzCore/AzCore/Math/Transform.cpp index 0cdeb9403e..5cb09fe9a8 100644 --- a/Code/Framework/AzCore/AzCore/Math/Transform.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Transform.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,9 +13,32 @@ #include #include #include +#include namespace AZ { + namespace + { + class TransformSerializer + : public SerializeContext::IDataSerializer + { + public: + // number of floats in the serialized representation, 4 for rotation, 1 for scale and 3 for translation + static constexpr int NumFloats = 8; + + // number of floats in version 1, which used 4 for rotation, 3 for scale and 3 for translation + static constexpr int NumFloatsVersion1 = 10; + + // number of floats in version 0, which stored a 3x4 matrix + static constexpr int NumFloatsVersion0 = 12; + + size_t Save(const void* classPtr, IO::GenericStream& stream, bool isDataBigEndian) override; + size_t DataToText(IO::GenericStream& in, IO::GenericStream& out, bool isDataBigEndian) override; + size_t TextToData(const char* text, unsigned int textVersion, IO::GenericStream& stream, bool isDataBigEndian) override; + bool Load(void* classPtr, IO::GenericStream& stream, unsigned int version, bool isDataBigEndian) override; + bool CompareValueData(const void* lhs, const void* rhs) override; + }; + } namespace Internal { void TransformDefaultConstructor(Transform* thisPtr) diff --git a/Code/Framework/AzCore/AzCore/Math/Transform.h b/Code/Framework/AzCore/AzCore/Math/Transform.h index 32fba00663..c231063c77 100644 --- a/Code/Framework/AzCore/AzCore/Math/Transform.h +++ b/Code/Framework/AzCore/AzCore/Math/Transform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,30 +13,9 @@ #include #include #include -#include namespace AZ { - class TransformSerializer - : public SerializeContext::IDataSerializer - { - public: - // number of floats in the serialized representation, 4 for rotation, 1 for scale and 3 for translation - static constexpr int NumFloats = 8; - - // number of floats in version 1, which used 4 for rotation, 3 for scale and 3 for translation - static constexpr int NumFloatsVersion1 = 10; - - // number of floats in version 0, which stored a 3x4 matrix - static constexpr int NumFloatsVersion0 = 12; - - size_t Save(const void* classPtr, IO::GenericStream& stream, bool isDataBigEndian) override; - size_t DataToText(IO::GenericStream& in, IO::GenericStream& out, bool isDataBigEndian) override; - size_t TextToData(const char* text, unsigned int textVersion, IO::GenericStream& stream, bool isDataBigEndian) override; - bool Load(void* classPtr, IO::GenericStream& stream, unsigned int version, bool isDataBigEndian) override; - bool CompareValueData(const void* lhs, const void* rhs) override; - }; - //! Limits for transform scale values. //! The scale should not be zero to avoid problems with inverting. //! @{ diff --git a/Code/Framework/AzCore/AzCore/Math/Transform.inl b/Code/Framework/AzCore/AzCore/Math/Transform.inl index c6a6ed5dc0..6b16d3b5e1 100644 --- a/Code/Framework/AzCore/AzCore/Math/Transform.inl +++ b/Code/Framework/AzCore/AzCore/Math/Transform.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/TransformSerializer.cpp b/Code/Framework/AzCore/AzCore/Math/TransformSerializer.cpp index 939ba614fa..f99255de2e 100644 --- a/Code/Framework/AzCore/AzCore/Math/TransformSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Math/TransformSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/TransformSerializer.h b/Code/Framework/AzCore/AzCore/Math/TransformSerializer.h index a4effa42fe..c2774ef697 100644 --- a/Code/Framework/AzCore/AzCore/Math/TransformSerializer.h +++ b/Code/Framework/AzCore/AzCore/Math/TransformSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Uuid.cpp b/Code/Framework/AzCore/AzCore/Math/Uuid.cpp index 4da6fadff5..6e71ffc3bd 100644 --- a/Code/Framework/AzCore/AzCore/Math/Uuid.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Uuid.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Uuid.h b/Code/Framework/AzCore/AzCore/Math/Uuid.h index 57c9b010cf..13f60002ca 100644 --- a/Code/Framework/AzCore/AzCore/Math/Uuid.h +++ b/Code/Framework/AzCore/AzCore/Math/Uuid.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/UuidSerializer.cpp b/Code/Framework/AzCore/AzCore/Math/UuidSerializer.cpp index 7e83d5c307..329a0e4648 100644 --- a/Code/Framework/AzCore/AzCore/Math/UuidSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Math/UuidSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -23,6 +24,8 @@ namespace AZ } JsonUuidSerializer::JsonUuidSerializer() + : m_zeroUuidString(AZ::Uuid::CreateNull().ToString()) + , m_zeroUuidStringNoDashes(AZ::Uuid::CreateNull().ToString(true, false)) { m_uuidFormat = AZStd::regex(R"(\{[a-f0-9]{8}-?[a-f0-9]{4}-?[a-f0-9]{4}-?[a-f0-9]{4}-?[a-f0-9]{12}\})", AZStd::regex_constants::icase | AZStd::regex_constants::optimize); @@ -53,7 +56,7 @@ namespace AZ Uuid* valAsUuid = reinterpret_cast(outputValue); - if (IsExplicitDefault(inputValue)) + if (IsExplicitDefault(inputValue) || (inputValue == m_zeroUuidString.c_str()) || (inputValue == m_zeroUuidStringNoDashes.c_str())) { *valAsUuid = AZ::Uuid::CreateNull(); return MessageResult("Uuid value set to default of null.", JSR::ResultCode(JSR::Tasks::ReadField, JSR::Outcomes::DefaultsUsed)); diff --git a/Code/Framework/AzCore/AzCore/Math/UuidSerializer.h b/Code/Framework/AzCore/AzCore/Math/UuidSerializer.h index e3c1f4c7ed..62664e960c 100644 --- a/Code/Framework/AzCore/AzCore/Math/UuidSerializer.h +++ b/Code/Framework/AzCore/AzCore/Math/UuidSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -47,6 +48,8 @@ namespace AZ const Uuid& valueTypeId, JsonSerializerContext& context); private: + const AZStd::string m_zeroUuidString; + const AZStd::string m_zeroUuidStringNoDashes; AZStd::regex m_uuidFormat; }; } // namespace AZ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector2.cpp b/Code/Framework/AzCore/AzCore/Math/Vector2.cpp index 50dc000ee0..0e236b8b1f 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector2.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Vector2.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector2.h b/Code/Framework/AzCore/AzCore/Math/Vector2.h index 455685b54e..bd20618f06 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector2.h +++ b/Code/Framework/AzCore/AzCore/Math/Vector2.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector2.inl b/Code/Framework/AzCore/AzCore/Math/Vector2.inl index d044a5af9f..80b2a43475 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector2.inl +++ b/Code/Framework/AzCore/AzCore/Math/Vector2.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector3.cpp b/Code/Framework/AzCore/AzCore/Math/Vector3.cpp index 6273478d69..d82aa32f7d 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector3.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Vector3.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector3.h b/Code/Framework/AzCore/AzCore/Math/Vector3.h index b489b7e951..4be70aa02e 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector3.h +++ b/Code/Framework/AzCore/AzCore/Math/Vector3.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,7 +10,6 @@ #include #include -#include namespace AZ { diff --git a/Code/Framework/AzCore/AzCore/Math/Vector3.inl b/Code/Framework/AzCore/AzCore/Math/Vector3.inl index 53e82e4800..56baac5aa1 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector3.inl +++ b/Code/Framework/AzCore/AzCore/Math/Vector3.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector4.cpp b/Code/Framework/AzCore/AzCore/Math/Vector4.cpp index d7058890b4..20126a8b64 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector4.cpp +++ b/Code/Framework/AzCore/AzCore/Math/Vector4.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector4.h b/Code/Framework/AzCore/AzCore/Math/Vector4.h index 04ca45da1a..7ae0350805 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector4.h +++ b/Code/Framework/AzCore/AzCore/Math/Vector4.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/Vector4.inl b/Code/Framework/AzCore/AzCore/Math/Vector4.inl index e4a9b0a468..4b4cf2f84f 100644 --- a/Code/Framework/AzCore/AzCore/Math/Vector4.inl +++ b/Code/Framework/AzCore/AzCore/Math/Vector4.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/VectorConversions.h b/Code/Framework/AzCore/AzCore/Math/VectorConversions.h index 8171362dbf..1de98b06c3 100644 --- a/Code/Framework/AzCore/AzCore/Math/VectorConversions.h +++ b/Code/Framework/AzCore/AzCore/Math/VectorConversions.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/VertexContainer.cpp b/Code/Framework/AzCore/AzCore/Math/VertexContainer.cpp index e7f84b3709..85c33ea11c 100644 --- a/Code/Framework/AzCore/AzCore/Math/VertexContainer.cpp +++ b/Code/Framework/AzCore/AzCore/Math/VertexContainer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/VertexContainer.h b/Code/Framework/AzCore/AzCore/Math/VertexContainer.h index caf6e5ab8a..4a1cb033ad 100644 --- a/Code/Framework/AzCore/AzCore/Math/VertexContainer.h +++ b/Code/Framework/AzCore/AzCore/Math/VertexContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Math/VertexContainerInterface.h b/Code/Framework/AzCore/AzCore/Math/VertexContainerInterface.h index 652f7ac5fe..934b0b55c1 100644 --- a/Code/Framework/AzCore/AzCore/Math/VertexContainerInterface.h +++ b/Code/Framework/AzCore/AzCore/Math/VertexContainerInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.cpp b/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.cpp index de7a5d0428..fc75f3c37e 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.h b/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.h index 6076409a6a..a6e562e592 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.h +++ b/Code/Framework/AzCore/AzCore/Memory/AllocationRecords.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.cpp b/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.cpp index 6cabcba11f..e450f12bcf 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.h b/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.h index 8c342173a0..0502c25e5d 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.h +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.cpp b/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.cpp index bb301e0106..b34a88669c 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.h b/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.h index c6472551d4..be0ab4a0a0 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.h +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.cpp b/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.cpp index d5761dbb96..69fbe2a519 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.h b/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.h index 2d0bad6284..ae3859a938 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.h +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorOverrideShim.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorScope.h b/Code/Framework/AzCore/AzCore/Memory/AllocatorScope.h index 2ab75fd51c..3d97a3042d 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorScope.h +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorScope.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/AllocatorWrapper.h b/Code/Framework/AzCore/AzCore/Memory/AllocatorWrapper.h index fe52c33de0..f2323ba4da 100644 --- a/Code/Framework/AzCore/AzCore/Memory/AllocatorWrapper.h +++ b/Code/Framework/AzCore/AzCore/Memory/AllocatorWrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.cpp b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.cpp index c8cd434d82..a9b0ec92c3 100644 --- a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.h b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.h index 4fe3d0c35b..474619ad9f 100644 --- a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.cpp b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.cpp index 0fd37ce227..1cd7f156d1 100644 --- a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.h b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.h index 2489f79a6c..221407421f 100644 --- a/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.h +++ b/Code/Framework/AzCore/AzCore/Memory/BestFitExternalMapSchema.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/Config.h b/Code/Framework/AzCore/AzCore/Memory/Config.h index c21aa982b4..a8bd662523 100644 --- a/Code/Framework/AzCore/AzCore/Memory/Config.h +++ b/Code/Framework/AzCore/AzCore/Memory/Config.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/HeapSchema.cpp b/Code/Framework/AzCore/AzCore/Memory/HeapSchema.cpp index 75e23abed7..1c67a95d51 100644 --- a/Code/Framework/AzCore/AzCore/Memory/HeapSchema.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/HeapSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/HeapSchema.h b/Code/Framework/AzCore/AzCore/Memory/HeapSchema.h index ce1f2c4f41..af3e2d9986 100644 --- a/Code/Framework/AzCore/AzCore/Memory/HeapSchema.h +++ b/Code/Framework/AzCore/AzCore/Memory/HeapSchema.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/HphaSchema.cpp b/Code/Framework/AzCore/AzCore/Memory/HphaSchema.cpp index fc0c876f91..5b7ca194cf 100644 --- a/Code/Framework/AzCore/AzCore/Memory/HphaSchema.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/HphaSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/HphaSchema.h b/Code/Framework/AzCore/AzCore/Memory/HphaSchema.h index 6473ec4fd2..fc10bcd768 100644 --- a/Code/Framework/AzCore/AzCore/Memory/HphaSchema.h +++ b/Code/Framework/AzCore/AzCore/Memory/HphaSchema.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/IAllocator.cpp b/Code/Framework/AzCore/AzCore/Memory/IAllocator.cpp index 0bfa1aba94..08c567bf84 100644 --- a/Code/Framework/AzCore/AzCore/Memory/IAllocator.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/IAllocator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/IAllocator.h b/Code/Framework/AzCore/AzCore/Memory/IAllocator.h index d29929af7b..02f08fe77f 100644 --- a/Code/Framework/AzCore/AzCore/Memory/IAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/IAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MallocSchema.cpp b/Code/Framework/AzCore/AzCore/Memory/MallocSchema.cpp index 4cd0c28869..581b6f2d57 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MallocSchema.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/MallocSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MallocSchema.h b/Code/Framework/AzCore/AzCore/Memory/MallocSchema.h index 51adc45be0..3a363cb069 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MallocSchema.h +++ b/Code/Framework/AzCore/AzCore/Memory/MallocSchema.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/Memory.cpp b/Code/Framework/AzCore/AzCore/Memory/Memory.cpp index 0abdc22cf9..6ec66f9e3d 100644 --- a/Code/Framework/AzCore/AzCore/Memory/Memory.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/Memory.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/Memory.h b/Code/Framework/AzCore/AzCore/Memory/Memory.h index a592d5896e..af175c7a64 100644 --- a/Code/Framework/AzCore/AzCore/Memory/Memory.h +++ b/Code/Framework/AzCore/AzCore/Memory/Memory.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.cpp b/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.cpp index c1b56d10ff..4660a32b93 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.h b/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.h index 84e487ec24..ffb285699f 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.h +++ b/Code/Framework/AzCore/AzCore/Memory/MemoryComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.cpp b/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.cpp index 226a88e4a5..934efeef1b 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.h b/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.h index 497876a0ae..94c364c719 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.h +++ b/Code/Framework/AzCore/AzCore/Memory/MemoryDriller.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/MemoryDrillerBus.h b/Code/Framework/AzCore/AzCore/Memory/MemoryDrillerBus.h index 341a5fff7f..43a31af006 100644 --- a/Code/Framework/AzCore/AzCore/Memory/MemoryDrillerBus.h +++ b/Code/Framework/AzCore/AzCore/Memory/MemoryDrillerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/NewAndDelete.inl b/Code/Framework/AzCore/AzCore/Memory/NewAndDelete.inl index ae36f72357..39077ea3b4 100644 --- a/Code/Framework/AzCore/AzCore/Memory/NewAndDelete.inl +++ b/Code/Framework/AzCore/AzCore/Memory/NewAndDelete.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/OSAllocator.cpp b/Code/Framework/AzCore/AzCore/Memory/OSAllocator.cpp index 0bc5ca296b..5637fcc646 100644 --- a/Code/Framework/AzCore/AzCore/Memory/OSAllocator.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/OSAllocator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/OSAllocator.h b/Code/Framework/AzCore/AzCore/Memory/OSAllocator.h index cca0726204..6154e97f38 100644 --- a/Code/Framework/AzCore/AzCore/Memory/OSAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/OSAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.cpp b/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.cpp index 55ce73d50e..63fa9250d6 100644 --- a/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.h b/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.h index 8e539a976e..669fda8a04 100644 --- a/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/OverrunDetectionAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/PlatformMemoryInstrumentation.h b/Code/Framework/AzCore/AzCore/Memory/PlatformMemoryInstrumentation.h index 1112738443..bc6499566d 100644 --- a/Code/Framework/AzCore/AzCore/Memory/PlatformMemoryInstrumentation.h +++ b/Code/Framework/AzCore/AzCore/Memory/PlatformMemoryInstrumentation.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/PoolAllocator.h b/Code/Framework/AzCore/AzCore/Memory/PoolAllocator.h index 3b345779f4..72418b3d6e 100644 --- a/Code/Framework/AzCore/AzCore/Memory/PoolAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/PoolAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/PoolSchema.cpp b/Code/Framework/AzCore/AzCore/Memory/PoolSchema.cpp index 765d8a4107..b251774d77 100644 --- a/Code/Framework/AzCore/AzCore/Memory/PoolSchema.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/PoolSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/PoolSchema.h b/Code/Framework/AzCore/AzCore/Memory/PoolSchema.h index 558a1e209c..d9c89d28bd 100644 --- a/Code/Framework/AzCore/AzCore/Memory/PoolSchema.h +++ b/Code/Framework/AzCore/AzCore/Memory/PoolSchema.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/SimpleSchemaAllocator.h b/Code/Framework/AzCore/AzCore/Memory/SimpleSchemaAllocator.h index d4f5d9b04b..08e8098dac 100644 --- a/Code/Framework/AzCore/AzCore/Memory/SimpleSchemaAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/SimpleSchemaAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.cpp b/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.cpp index 58e7059c9f..ada6c8f330 100644 --- a/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.cpp +++ b/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.h b/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.h index 2793aed98b..9fd5734dbb 100644 --- a/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.h +++ b/Code/Framework/AzCore/AzCore/Memory/SystemAllocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/dlmalloc.inl b/Code/Framework/AzCore/AzCore/Memory/dlmalloc.inl index 3219380db4..861e2de7ac 100644 --- a/Code/Framework/AzCore/AzCore/Memory/dlmalloc.inl +++ b/Code/Framework/AzCore/AzCore/Memory/dlmalloc.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Memory/nedmalloc.inl b/Code/Framework/AzCore/AzCore/Memory/nedmalloc.inl index 67a06a12fd..0d3736925f 100644 --- a/Code/Framework/AzCore/AzCore/Memory/nedmalloc.inl +++ b/Code/Framework/AzCore/AzCore/Memory/nedmalloc.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.cpp b/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.cpp index ffd2d3a9ad..e9adec656f 100644 --- a/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.cpp +++ b/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.h b/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.h index 214abbc2f6..866f75174c 100644 --- a/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.h +++ b/Code/Framework/AzCore/AzCore/Module/DynamicModuleHandle.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/Environment.cpp b/Code/Framework/AzCore/AzCore/Module/Environment.cpp index e759221522..f3a3533f4a 100644 --- a/Code/Framework/AzCore/AzCore/Module/Environment.cpp +++ b/Code/Framework/AzCore/AzCore/Module/Environment.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/Environment.h b/Code/Framework/AzCore/AzCore/Module/Environment.h index 4f0bd251d2..b0711b1bbe 100644 --- a/Code/Framework/AzCore/AzCore/Module/Environment.h +++ b/Code/Framework/AzCore/AzCore/Module/Environment.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.cpp b/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.cpp index ecad58938c..10aa9904a3 100644 --- a/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.cpp +++ b/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.h b/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.h index e1b7c6bbea..7bb50b4b51 100644 --- a/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.h +++ b/Code/Framework/AzCore/AzCore/Module/Internal/ModuleManagerSearchPathTool.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/Module.cpp b/Code/Framework/AzCore/AzCore/Module/Module.cpp index f64673ad13..f2699bc849 100644 --- a/Code/Framework/AzCore/AzCore/Module/Module.cpp +++ b/Code/Framework/AzCore/AzCore/Module/Module.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/Module.h b/Code/Framework/AzCore/AzCore/Module/Module.h index db8b49a672..2c87b4f0fb 100644 --- a/Code/Framework/AzCore/AzCore/Module/Module.h +++ b/Code/Framework/AzCore/AzCore/Module/Module.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/ModuleManager.cpp b/Code/Framework/AzCore/AzCore/Module/ModuleManager.cpp index 7ef86f9210..1fdeafa309 100644 --- a/Code/Framework/AzCore/AzCore/Module/ModuleManager.cpp +++ b/Code/Framework/AzCore/AzCore/Module/ModuleManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/ModuleManager.h b/Code/Framework/AzCore/AzCore/Module/ModuleManager.h index 2d62cb656e..fb2e73ec30 100644 --- a/Code/Framework/AzCore/AzCore/Module/ModuleManager.h +++ b/Code/Framework/AzCore/AzCore/Module/ModuleManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Module/ModuleManagerBus.h b/Code/Framework/AzCore/AzCore/Module/ModuleManagerBus.h index 6146bd041d..43d7cfd194 100644 --- a/Code/Framework/AzCore/AzCore/Module/ModuleManagerBus.h +++ b/Code/Framework/AzCore/AzCore/Module/ModuleManagerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/Internal/NameData.cpp b/Code/Framework/AzCore/AzCore/Name/Internal/NameData.cpp index 542f59f41c..cfbd640762 100644 --- a/Code/Framework/AzCore/AzCore/Name/Internal/NameData.cpp +++ b/Code/Framework/AzCore/AzCore/Name/Internal/NameData.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/Internal/NameData.h b/Code/Framework/AzCore/AzCore/Name/Internal/NameData.h index 69993f7fbc..d75e74f4fb 100644 --- a/Code/Framework/AzCore/AzCore/Name/Internal/NameData.h +++ b/Code/Framework/AzCore/AzCore/Name/Internal/NameData.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/Name.cpp b/Code/Framework/AzCore/AzCore/Name/Name.cpp index f11ca3913d..1e64573034 100644 --- a/Code/Framework/AzCore/AzCore/Name/Name.cpp +++ b/Code/Framework/AzCore/AzCore/Name/Name.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/Name.h b/Code/Framework/AzCore/AzCore/Name/Name.h index 8d0dec18f4..46a9b5b7cc 100644 --- a/Code/Framework/AzCore/AzCore/Name/Name.h +++ b/Code/Framework/AzCore/AzCore/Name/Name.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/NameDictionary.cpp b/Code/Framework/AzCore/AzCore/Name/NameDictionary.cpp index ad4ad3aa3a..c04ae0ea5e 100644 --- a/Code/Framework/AzCore/AzCore/Name/NameDictionary.cpp +++ b/Code/Framework/AzCore/AzCore/Name/NameDictionary.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/NameDictionary.h b/Code/Framework/AzCore/AzCore/Name/NameDictionary.h index b92314f634..7d4ffe80f6 100644 --- a/Code/Framework/AzCore/AzCore/Name/NameDictionary.h +++ b/Code/Framework/AzCore/AzCore/Name/NameDictionary.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.cpp b/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.cpp index f2112864c7..59b949a342 100644 --- a/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.h b/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.h index 6909f4dffe..b3c8c39ab0 100644 --- a/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.h +++ b/Code/Framework/AzCore/AzCore/Name/NameJsonSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/NameSerializer.cpp b/Code/Framework/AzCore/AzCore/Name/NameSerializer.cpp index 65fa2be36a..bf3cad7178 100644 --- a/Code/Framework/AzCore/AzCore/Name/NameSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Name/NameSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Name/NameSerializer.h b/Code/Framework/AzCore/AzCore/Name/NameSerializer.h index cfc3a355f7..df061e3cb8 100644 --- a/Code/Framework/AzCore/AzCore/Name/NameSerializer.h +++ b/Code/Framework/AzCore/AzCore/Name/NameSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/NativeUI/NativeUIRequests.h b/Code/Framework/AzCore/AzCore/NativeUI/NativeUIRequests.h index d8548e02c6..ef8e75b7b2 100644 --- a/Code/Framework/AzCore/AzCore/NativeUI/NativeUIRequests.h +++ b/Code/Framework/AzCore/AzCore/NativeUI/NativeUIRequests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.cpp b/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.cpp index 9a36c8f69f..7e1adb93b9 100644 --- a/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.h b/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.h index 58dd369ca4..656c67eb22 100644 --- a/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.h +++ b/Code/Framework/AzCore/AzCore/NativeUI/NativeUISystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeImpl.h b/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeImpl.h index eba52bba0e..116fee6840 100644 --- a/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeImpl.h +++ b/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeStorage.h b/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeStorage.h index 81b67c5787..4ed98b83e4 100644 --- a/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeStorage.h +++ b/Code/Framework/AzCore/AzCore/Outcome/Internal/OutcomeStorage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Outcome/Outcome.h b/Code/Framework/AzCore/AzCore/Outcome/Outcome.h index 0f1f8466e4..27164fa69b 100644 --- a/Code/Framework/AzCore/AzCore/Outcome/Outcome.h +++ b/Code/Framework/AzCore/AzCore/Outcome/Outcome.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Platform.cpp b/Code/Framework/AzCore/AzCore/Platform.cpp index 98a2ab3e45..ad345f65e8 100644 --- a/Code/Framework/AzCore/AzCore/Platform.cpp +++ b/Code/Framework/AzCore/AzCore/Platform.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Platform.h b/Code/Framework/AzCore/AzCore/Platform.h index 60985820c8..e5383f02c8 100644 --- a/Code/Framework/AzCore/AzCore/Platform.h +++ b/Code/Framework/AzCore/AzCore/Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformDef.h b/Code/Framework/AzCore/AzCore/PlatformDef.h index c966de7808..55126fdf4c 100644 --- a/Code/Framework/AzCore/AzCore/PlatformDef.h +++ b/Code/Framework/AzCore/AzCore/PlatformDef.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.cpp b/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.cpp index fae4d7475e..e574efec7a 100644 --- a/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.cpp +++ b/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.h b/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.h index f2a84952b8..420622b5e5 100644 --- a/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.h +++ b/Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.cpp b/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.cpp index 6130c5080f..2e79baa98f 100644 --- a/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.cpp +++ b/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.h b/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.h index 4021879b06..279ac06151 100644 --- a/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.h +++ b/Code/Framework/AzCore/AzCore/PlatformId/PlatformId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformIncl.h b/Code/Framework/AzCore/AzCore/PlatformIncl.h index a4c1ebd37f..fb8c3ac64f 100644 --- a/Code/Framework/AzCore/AzCore/PlatformIncl.h +++ b/Code/Framework/AzCore/AzCore/PlatformIncl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/PlatformRestrictedFileDef.h b/Code/Framework/AzCore/AzCore/PlatformRestrictedFileDef.h index 3dde6160d1..1dbfc82c23 100644 --- a/Code/Framework/AzCore/AzCore/PlatformRestrictedFileDef.h +++ b/Code/Framework/AzCore/AzCore/PlatformRestrictedFileDef.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Preprocessor/CodeGen.h b/Code/Framework/AzCore/AzCore/Preprocessor/CodeGen.h index 0d3fa33168..cf84d3dfc9 100644 --- a/Code/Framework/AzCore/AzCore/Preprocessor/CodeGen.h +++ b/Code/Framework/AzCore/AzCore/Preprocessor/CodeGen.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Preprocessor/CodeGenBoilerplate.h b/Code/Framework/AzCore/AzCore/Preprocessor/CodeGenBoilerplate.h index 3a331ded1c..51742c72db 100644 --- a/Code/Framework/AzCore/AzCore/Preprocessor/CodeGenBoilerplate.h +++ b/Code/Framework/AzCore/AzCore/Preprocessor/CodeGenBoilerplate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Preprocessor/Enum.h b/Code/Framework/AzCore/AzCore/Preprocessor/Enum.h index 25082aa882..b17dd4b670 100644 --- a/Code/Framework/AzCore/AzCore/Preprocessor/Enum.h +++ b/Code/Framework/AzCore/AzCore/Preprocessor/Enum.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Preprocessor/EnumReflectUtils.h b/Code/Framework/AzCore/AzCore/Preprocessor/EnumReflectUtils.h index b12ccc7acd..510877fe47 100644 --- a/Code/Framework/AzCore/AzCore/Preprocessor/EnumReflectUtils.h +++ b/Code/Framework/AzCore/AzCore/Preprocessor/EnumReflectUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Preprocessor/Sequences.h b/Code/Framework/AzCore/AzCore/Preprocessor/Sequences.h index c86e8c6690..9b53b7e114 100644 --- a/Code/Framework/AzCore/AzCore/Preprocessor/Sequences.h +++ b/Code/Framework/AzCore/AzCore/Preprocessor/Sequences.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/AttributeReader.h b/Code/Framework/AzCore/AzCore/RTTI/AttributeReader.h index 7ea21b8fa0..9df418671b 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/AttributeReader.h +++ b/Code/Framework/AzCore/AzCore/RTTI/AttributeReader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandPrettyName.inl b/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandPrettyName.inl index e19efb6cb2..1d4c73f2ed 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandPrettyName.inl +++ b/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandPrettyName.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflection.inl b/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflection.inl index 12c61cd903..690bbb0b04 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflection.inl +++ b/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflection.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflectionLuaFunctions.inl b/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflectionLuaFunctions.inl index 79aa141208..42e50f1d26 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflectionLuaFunctions.inl +++ b/Code/Framework/AzCore/AzCore/RTTI/AzStdOnDemandReflectionLuaFunctions.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.cpp b/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.cpp index 55574c1fb3..960602e4aa 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.cpp +++ b/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.h b/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.h index 61882eea8d..53283cba1f 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.h +++ b/Code/Framework/AzCore/AzCore/RTTI/AzStdReflectionComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.cpp b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.cpp index 69b33ff9aa..e621ab412e 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.cpp +++ b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.h b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.h index 58ff739801..42fc762769 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.h +++ b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextAttributes.inl b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextAttributes.inl index 8a852a2c61..b9383a8121 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextAttributes.inl +++ b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextAttributes.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.cpp b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.cpp index c4a53c5a71..6fb03073b0 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.cpp +++ b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.h b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.h index 3771471138..be44340a64 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.h +++ b/Code/Framework/AzCore/AzCore/RTTI/BehaviorContextUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/BehaviorObjectSignals.h b/Code/Framework/AzCore/AzCore/RTTI/BehaviorObjectSignals.h index 14c0e46210..b07d752be4 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/BehaviorObjectSignals.h +++ b/Code/Framework/AzCore/AzCore/RTTI/BehaviorObjectSignals.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/RTTI.h b/Code/Framework/AzCore/AzCore/RTTI/RTTI.h index bea4e16e10..1f133c3256 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/RTTI.h +++ b/Code/Framework/AzCore/AzCore/RTTI/RTTI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.cpp b/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.cpp index d9f7ce1951..549ac44db1 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.cpp +++ b/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.h b/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.h index f1b8a3a0f3..3a5007960f 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.h +++ b/Code/Framework/AzCore/AzCore/RTTI/ReflectContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.cpp b/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.cpp index e586393573..75dd6197ab 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.cpp +++ b/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.h b/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.h index 37da59c167..df669fba19 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.h +++ b/Code/Framework/AzCore/AzCore/RTTI/ReflectionManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/TypeInfo.h b/Code/Framework/AzCore/AzCore/RTTI/TypeInfo.h index 27a3e9d2cf..8ec55274f5 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/TypeInfo.h +++ b/Code/Framework/AzCore/AzCore/RTTI/TypeInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/RTTI/TypeSafeIntegral.h b/Code/Framework/AzCore/AzCore/RTTI/TypeSafeIntegral.h index 13c05d9792..3615494401 100644 --- a/Code/Framework/AzCore/AzCore/RTTI/TypeSafeIntegral.h +++ b/Code/Framework/AzCore/AzCore/RTTI/TypeSafeIntegral.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptAsset.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptAsset.cpp index 02f26c2768..44e8ddbaf4 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptAsset.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptAsset.h b/Code/Framework/AzCore/AzCore/Script/ScriptAsset.h index afd053866f..2c7c20ca29 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptAsset.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptContext.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptContext.cpp index bcce4beb2c..531c91bcf4 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptContext.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -689,6 +690,81 @@ namespace AZ return 1; } + int Class__IndexAllowNil(lua_State* l) + { + LSV_BEGIN(l, 1); + + // calling format __index(table,key) + lua_getmetatable(l, -2); // load the userdata metatable + int metaTableIndex = lua_gettop(l); + + // Check if the key is string, if so we expect it to be a function or property name + // otherwise we allow users to provide custom index handlers + // Technically we can allow strings too, but it will clash with function/property names and it be hard to figure + // out what is going on from with in the system. + if (lua_type(l, -2) == LUA_TSTRING) + { + lua_pushvalue(l, -2); // duplicate the key + lua_rawget(l, -2); // load the value at this index + } + else + { + lua_pushliteral(l, "__AZ_Index"); + lua_rawget(l, -2); // check if the user provided custom Index method in the class metatable + if (lua_isnil(l, -1)) // if not report an error + { + lua_rawgeti(l, -2, AZ_LUA_CLASS_METATABLE_NAME_INDEX); // load the class name for a better error + if (!lua_isstring(l, -1)) // if we failed it means we are the base metatable + { + lua_pop(l, 1); + lua_rawgeti(l, 1, AZ_LUA_CLASS_METATABLE_NAME_INDEX); + } + ScriptContext::FromNativeContext(l)->Error(ScriptContext::ErrorType::Warning, true, "Invalid index type [], should be string! '%s:%s'!", lua_tostring(l, -1), lua_tostring(l, -4)); + } + else + { + // if we have custom index handler + lua_pushvalue(l, -4); // duplicate the table (class pointer) + lua_pushvalue(l, -4); // duplicate the index value for the call + lua_call(l, 2, 1); // call the function + } + + lua_remove(l, metaTableIndex); // remove the metatable + return 1; + } + + if (!lua_isnil(l, -1)) + { + if (lua_tocfunction(l, -1) == &Internal::LuaPropertyTagHelper) // if it's a property + { + lua_getupvalue(l, -1, 1); // push on the stack the getter function + lua_remove(l, -2); // remove property object + + if (lua_isnil(l, -1)) + { + lua_rawgeti(l, -2, AZ_LUA_CLASS_METATABLE_NAME_INDEX); // load the class name for a better error + if (!lua_isstring(l, -1)) // if we failed it means we are the base metatable + { + lua_pop(l, 1); + lua_rawgeti(l, 1, AZ_LUA_CLASS_METATABLE_NAME_INDEX); + } + + ScriptContext::FromNativeContext(l)->Error(ScriptContext::ErrorType::Warning, true, "Property '%s:%s' is write only", lua_tostring(l, -1), lua_tostring(l, -4)); + lua_pop(l, 1); // pop class name + } + else + { + lua_pushvalue(l, -4); // copy the user data to be passed as a this pointer. + lua_call(l, 1, 1); // call a function with one argument (this pointer) and 1 result + } + } + } + + lua_remove(l, metaTableIndex); // remove the metatable + return 1; + } + + //========================================================================= // Class__NewIndex // [3/22/2012] @@ -826,30 +902,6 @@ namespace AZ return 1; } - //========================================================================= - // ClassMetatable__Index - // [3/24/2012] - //========================================================================= - int ClassMetatable__Index(lua_State* l) - { - // since the Class__Index is generic function (ask for the class metatable) - // we can reuse the code for the base metatable (which is a metatable - // of the class metatable) - return Class__Index(l); - } - - //========================================================================= - // ClassMetatable__NewIndex - // [3/30/2012] - //========================================================================= - int ClassMetatable__NewIndex(lua_State* l) - { - // since the Class__NewIndex is generic function (ask for the class metatable) - // we can reuse the code for the base metatable (which is a metatable - // of the class metatable) - return Class__NewIndex(l); - } - inline size_t BufferStringCopy(const char* source, char* destination, size_t destinationSize) { size_t srcLen = strlen(source); @@ -3201,6 +3253,7 @@ LUA_API const Node* lua_getDummyNode() else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; + else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; else if (Internal::LuaScriptNumber::FromStack(param, result)) return result; @@ -5053,9 +5106,20 @@ LUA_API const Node* lua_getDummyNode() lua_pushcclosure(m_lua, &DefaultBehaviorCaller::Destroy, 0); lua_rawset(m_lua, -3); - lua_pushliteral(m_lua, "__index"); - lua_pushcclosure(m_lua, &Internal::Class__Index, 0); - lua_rawset(m_lua, -3); + { + lua_pushliteral(m_lua, "__index"); + + if (FindAttribute(Script::Attributes::UseClassIndexAllowNil, behaviorClass->m_attributes)) + { + lua_pushcclosure(m_lua, &Internal::Class__IndexAllowNil, 0); + } + else + { + lua_pushcclosure(m_lua, &Internal::Class__Index, 0); + } + + lua_rawset(m_lua, -3); + } lua_pushliteral(m_lua, "__newindex"); lua_pushcclosure(m_lua, &Internal::Class__NewIndex, 0); diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptContext.h b/Code/Framework/AzCore/AzCore/Script/ScriptContext.h index 29d7e3a368..bb63a9368d 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptContext.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptContextAttributes.h b/Code/Framework/AzCore/AzCore/Script/ScriptContextAttributes.h index e09e0699f9..9807f0af39 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptContextAttributes.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptContextAttributes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -16,19 +17,20 @@ namespace AZ { namespace Attributes { - const static AZ::Crc32 Ignore = AZ_CRC("ScriptIgnore", 0xeb7615e1); ///< Don't use the element in the script reflection - const static AZ::Crc32 ClassNameOverride = AZ_CRC("ScriptClassNameOverride", 0x891238a3); ///< Provide a custom name for script reflection, that doesn't match the behavior Context name - const static AZ::Crc32 MethodOverride = AZ_CRC("ScriptFunctionOverride", 0xf89a7882); ///< Use a custom function in the attribute instead of the function - const static AZ::Crc32 ConstructorOverride = AZ_CRC("ConstructorOverride", 0xef5ce4aa); ///< You can provide a custom constructor to be called when created from Lua script - const static AZ::Crc32 EventHandlerCreationFunction = AZ_CRC_CE("EventHandlerCreationFunction"); ///< helps create a handler for any script target so that script functions can be used for AZ::Event signals - const static AZ::Crc32 GenericConstructorOverride = AZ_CRC("GenericConstructorOverride", 0xe6a1698e); ///< You can provide a custom constructor to be called when creating a script - const static AZ::Crc32 ReaderWriterOverride = AZ_CRC("ReaderWriterOverride", 0x1ad9ce2a); ///< paired with \ref ScriptContext::CustomReaderWriter allows you to customize read/write to Lua VM - const static AZ::Crc32 ConstructibleFromNil = AZ_CRC("ConstructibleFromNil", 0x23908169); ///< Applied to classes. Value (bool) specifies if the class be default constructed when nil is provided. - const static AZ::Crc32 ToolTip = AZ_CRC("ToolTip", 0xa1b95fb0); ///< Add a tooltip for a method/event/property - const static AZ::Crc32 Category = AZ_CRC("Category", 0x064c19c1); ///< Provide a category to allow for partitioning/sorting/ordering of the element - const static AZ::Crc32 Deprecated = AZ_CRC("Deprecated", 0xfe49a138); ///< Marks a reflected class, method, EBus or property as deprecated. - const static AZ::Crc32 DisallowBroadcast = AZ_CRC("DisallowBroadcast", 0x389b0ac7); ///< Marks a reflected EBus as not allowing Broadcasts, only Events. - const static AZ::Crc32 ClassConstantValue = AZ_CRC_CE("ClassConstantValue"); ///< Indicates the property is backed by a constant value + static constexpr AZ::Crc32 Ignore = AZ_CRC_CE("ScriptIgnore"); ///< Don't use the element in the script reflection + static constexpr AZ::Crc32 ClassNameOverride = AZ_CRC_CE("ScriptClassNameOverride"); ///< Provide a custom name for script reflection, that doesn't match the behavior Context name + static constexpr AZ::Crc32 MethodOverride = AZ_CRC_CE("ScriptFunctionOverride"); ///< Use a custom function in the attribute instead of the function + static constexpr AZ::Crc32 ConstructorOverride = AZ_CRC_CE("ConstructorOverride"); ///< You can provide a custom constructor to be called when created from Lua script + static constexpr AZ::Crc32 EventHandlerCreationFunction = AZ_CRC_CE("EventHandlerCreationFunction"); ///< helps create a handler for any script target so that script functions can be used for AZ::Event signals + static constexpr AZ::Crc32 GenericConstructorOverride = AZ_CRC_CE("GenericConstructorOverride"); ///< You can provide a custom constructor to be called when creating a script + static constexpr AZ::Crc32 ReaderWriterOverride = AZ_CRC_CE("ReaderWriterOverride"); ///< paired with \ref ScriptContext::CustomReaderWriter allows you to customize read/write to Lua VM + static constexpr AZ::Crc32 ConstructibleFromNil = AZ_CRC_CE("ConstructibleFromNil"); ///< Applied to classes. Value (bool) specifies if the class be default constructed when nil is provided. + static constexpr AZ::Crc32 ToolTip = AZ_CRC_CE("ToolTip"); ///< Add a tooltip for a method/event/property + static constexpr AZ::Crc32 Category = AZ_CRC_CE("Category"); ///< Provide a category to allow for partitioning/sorting/ordering of the element + static constexpr AZ::Crc32 Deprecated = AZ_CRC_CE("Deprecated"); ///< Marks a reflected class, method, EBus or property as deprecated. + static constexpr AZ::Crc32 DisallowBroadcast = AZ_CRC_CE("DisallowBroadcast"); ///< Marks a reflected EBus as not allowing Broadcasts, only Events. + static constexpr AZ::Crc32 ClassConstantValue = AZ_CRC_CE("ClassConstantValue"); ///< Indicates the property is backed by a constant value + static constexpr AZ::Crc32 UseClassIndexAllowNil = AZ_CRC_CE("UseClassIndexAllowNil"); ///< Use the Class__IndexAllowNil method, which will not report an error on accessing undeclared values (allows for nil) //! Attribute which stores BehaviorAzEventDescription structure which contains //! the script name of an AZ::Event and the name of it's parameter arguments @@ -39,11 +41,11 @@ namespace AZ static constexpr AZ::Crc32 EventParameterTypes = AZ_CRC_CE("EventParameterTypes"); ///< Recommends that the Lua runtime look up the member function in the meta table of the first argument, rather than in the original table - const static AZ::Crc32 TreatAsMemberFunction = AZ_CRC("TreatAsMemberFunction", 0x64be831a); + static constexpr AZ::Crc32 TreatAsMemberFunction = AZ_CRC_CE("TreatAsMemberFunction"); ///< This attribute can be attached to the EditContext Attribute of a reflected class, the BehaviorContext Attribute of a reflected class, method, ebus or property. ///< ExcludeFlags can be used to prevent elements from appearing in List, Documentation, etc... - const static AZ::Crc32 ExcludeFrom = AZ_CRC("ExcludeFrom", 0xa98972fe); + static constexpr AZ::Crc32 ExcludeFrom = AZ_CRC_CE("ExcludeFrom"); enum ExcludeFlags : AZ::u64 { List = 1 << 0, //< The reflected item will be excluded from any list (e.g. node palette) @@ -54,7 +56,7 @@ namespace AZ }; //! Used to specify the usage of a Behavior Context element (e.g. Class or EBus) designed for automation scripts - const static AZ::Crc32 Scope = AZ_CRC("Scope", 0x00af55d3); + static constexpr AZ::Crc32 Scope = AZ_CRC_CE("Scope"); enum class ScopeFlags : AZ::u64 { Launcher = 1 << 0, //< a type meant for game run-time Launcher client (default value) @@ -63,15 +65,15 @@ namespace AZ }; //! Provide a partition hierarchy in a string dotted notation to namespace a script element - const static AZ::Crc32 Module = AZ_CRC("Module", 0x0c242628); + static constexpr AZ::Crc32 Module = AZ_CRC_CE("Module"); //! Provide an alternate name for script elements such as helpful PEP8 Python methods and property aliases - const static AZ::Crc32 Alias = AZ_CRC("Alias", 0xe16c6b94); + static constexpr AZ::Crc32 Alias = AZ_CRC_CE("Alias"); - const static AZ::Crc32 EnableAsScriptEventParamType = AZ_CRC("ScriptEventParam", 0xa41e4cb0); - const static AZ::Crc32 EnableAsScriptEventReturnType = AZ_CRC("ScriptEventReturn", 0xf89b5337); + static constexpr AZ::Crc32 EnableAsScriptEventParamType = AZ_CRC_CE("ScriptEventParam"); + static constexpr AZ::Crc32 EnableAsScriptEventReturnType = AZ_CRC_CE("ScriptEventReturn"); - const static AZ::Crc32 Storage = AZ_CRC("ScriptStorage", 0xcd95b44d); + static constexpr AZ::Crc32 Storage = AZ_CRC_CE("ScriptStorage"); enum class StorageType { ScriptOwn, // default, Host allocated memory, Lua will destruct object, Lua will free host-memory via host-supplied function @@ -79,7 +81,7 @@ namespace AZ Value, // Object is Lua allocated memory, Lua will destruct object, Lua will free Lua-memory }; - const static AZ::Crc32 Operator = AZ_CRC("ScriptOperator", 0xfee681b6); + static constexpr AZ::Crc32 Operator = AZ_CRC_CE("ScriptOperator"); enum class OperatorType { // note storage policy can be T*,T (only if we store raw pointers), shared_ptr, intrusive pointer @@ -100,7 +102,7 @@ namespace AZ IndexWrite, // given a key/index and a value, you can store it in the class }; - const static AZ::Crc32 AssetType = AZ_CRC("AssetType", 0xabbf8d5f); ///< Provide an asset type for a generic AssetId method + static constexpr AZ::Crc32 AssetType = AZ_CRC_CE("AssetType"); ///< Provide an asset type for a generic AssetId method } // Attributes } // Script diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.cpp index b68b19ddda..63f44a2469 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -157,8 +158,11 @@ ScriptContextDebug::EnumRegisteredClasses(EnumClass enumClass, EnumMethod enumMe lua_pop(l, 2); // pop the Class name and behaviorClass lua_pushnil(l); + + // iterate over the key/value pairs while (lua_next(l, -2) != 0) { + // if key: string value: function if (lua_isstring(l, -2) && lua_isfunction(l, -1)) { const char* name = lua_tostring(l, -2); @@ -167,6 +171,7 @@ ScriptContextDebug::EnumRegisteredClasses(EnumClass enumClass, EnumMethod enumMe bool isRead = true; bool isWrite = true; + // check if there is a getter provided lua_getupvalue(l, -1, 1); if (lua_isnil(l, -1)) { @@ -174,6 +179,7 @@ ScriptContextDebug::EnumRegisteredClasses(EnumClass enumClass, EnumMethod enumMe } lua_pop(l, 1); + // check if there is a setter provided lua_getupvalue(l, -1, 2); if (lua_isnil(l, -1)) { @@ -181,6 +187,7 @@ ScriptContextDebug::EnumRegisteredClasses(EnumClass enumClass, EnumMethod enumMe } lua_pop(l, 1); + // enumerate the remaining property if (!enumProperty(&behaviorClass->m_typeId, name, isRead, isWrite, userData)) { lua_pop(l, 5); @@ -189,21 +196,30 @@ ScriptContextDebug::EnumRegisteredClasses(EnumClass enumClass, EnumMethod enumMe } else { + // for any non-built in methods if (strncmp(name, "__", 2) != 0) { const char* dbgParamInfo = NULL; - lua_getupvalue(l, -1, 2); + + // attempt to get the name + bool popDebugName = lua_getupvalue(l, -1, 2) != nullptr; if (lua_isstring(l, -1)) { dbgParamInfo = lua_tostring(l, -1); } + // enumerate the method's parameters if (!enumMethod(&behaviorClass->m_typeId, name, dbgParamInfo, userData)) { lua_pop(l, 6); return; } - lua_pop(l, 1); // pop the DBG name + + // if we were able to get the name, pop it from the stack + if (popDebugName) + { + lua_pop(l, 1); + } } } } diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.h b/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.h index 01ce5d579b..a8f0ba643c 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptContextDebug.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptDebug.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptDebug.cpp index 8725e7f3f2..ed488f9337 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptDebug.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptDebug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -24,7 +25,6 @@ namespace AZ //========================================================================= AZStd::string ExtractUserMessage(const ScriptDataContext& dc) { - AZStd::string userMessage = "Condition failed"; const int argCount = dc.GetNumArguments(); if (argCount > 0 && dc.IsString(argCount - 1)) { @@ -33,12 +33,12 @@ namespace AZ { if (value) { - userMessage = value; + return value; } } } - return userMessage; + return "ExtractUserMessage from print/Debug.Log/Warn/Error/Assert failed. Consider wrapping your argument in tostring()."; } //========================================================================= diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptDebug.h b/Code/Framework/AzCore/AzCore/Script/ScriptDebug.h index f4b188fdd0..2091bdb942 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptDebug.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptDebug.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptProperty.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptProperty.cpp index ff7b64f9cf..8664842893 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptProperty.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptProperty.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptProperty.h b/Code/Framework/AzCore/AzCore/Script/ScriptProperty.h index 436465644e..c12fa3e8f1 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptProperty.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptProperty.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.cpp index 0041cc2ee6..6755b1ab48 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.h b/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.h index 53718a3b0c..1e760fadba 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptPropertyTable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptPropertyWatcherBus.h b/Code/Framework/AzCore/AzCore/Script/ScriptPropertyWatcherBus.h index 2a27c0e234..5f5e8c892c 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptPropertyWatcherBus.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptPropertyWatcherBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptSystemBus.h b/Code/Framework/AzCore/AzCore/Script/ScriptSystemBus.h index 561e51ec2b..24679c348b 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptSystemBus.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptSystemBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.cpp index ec81e34cd0..6706d4f8d8 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.h b/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.h index b3e38ac851..eb2e968a95 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.cpp b/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.cpp index 1b1953710e..34fe6e07a5 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.cpp +++ b/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.h b/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.h index 867365c677..4011847ae0 100644 --- a/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.h +++ b/Code/Framework/AzCore/AzCore/Script/ScriptTimePoint.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Script/lua/lua.h b/Code/Framework/AzCore/AzCore/Script/lua/lua.h index 31f36cba67..7ec14a5b3d 100644 --- a/Code/Framework/AzCore/AzCore/Script/lua/lua.h +++ b/Code/Framework/AzCore/AzCore/Script/lua/lua.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasAttributes.h b/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasAttributes.h index 59255164f1..48c2077fb8 100644 --- a/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasAttributes.h +++ b/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasAttributes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.cpp b/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.cpp index 82252b43a9..b0d141bba9 100644 --- a/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.cpp +++ b/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.h b/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.h index ea1b07a42d..cec366e744 100644 --- a/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.h +++ b/Code/Framework/AzCore/AzCore/ScriptCanvas/ScriptCanvasOnDemandNames.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/AZStdAnyDataContainer.inl b/Code/Framework/AzCore/AzCore/Serialization/AZStdAnyDataContainer.inl index 5f4989db37..0e9306a481 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/AZStdAnyDataContainer.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/AZStdAnyDataContainer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/AZStdContainers.inl b/Code/Framework/AzCore/AzCore/Serialization/AZStdContainers.inl index efa9eb2bd1..9eb65dec76 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/AZStdContainers.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/AZStdContainers.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -41,8 +42,6 @@ namespace AZStd class unordered_multiset; template class bitset; - template*/ > - class stack; template class intrusive_ptr; diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataOverlay.h b/Code/Framework/AzCore/AzCore/Serialization/DataOverlay.h index 7c6393ad8e..41f0b129e2 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataOverlay.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DataOverlay.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataOverlayInstanceMsgs.h b/Code/Framework/AzCore/AzCore/Serialization/DataOverlayInstanceMsgs.h index b539ffb0f9..9218f0b7a4 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataOverlayInstanceMsgs.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DataOverlayInstanceMsgs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.cpp b/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.cpp index 8274e82786..37f4623301 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.h b/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.h index 4b47ae5e76..4d641aaa87 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DataOverlayProviderMsgs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataPatch.cpp b/Code/Framework/AzCore/AzCore/Serialization/DataPatch.cpp index 7ff0b8b117..12bb474cfe 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataPatch.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/DataPatch.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataPatch.h b/Code/Framework/AzCore/AzCore/Serialization/DataPatch.h index 4a7858fe87..b956ef5132 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataPatch.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DataPatch.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataPatchBus.h b/Code/Framework/AzCore/AzCore/Serialization/DataPatchBus.h index 1f3f2c65e8..89cd6db6b1 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataPatchBus.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DataPatchBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.cpp b/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.cpp index 8c865323d0..3223aed279 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.h b/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.h index bf8410015e..587a443e92 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DataPatchUpgradeManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.cpp b/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.cpp index 750980269d..16b6a2c48b 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.h b/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.h index 3dbabfdcc7..70a8924265 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.h +++ b/Code/Framework/AzCore/AzCore/Serialization/DynamicSerializableField.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/EditContext.cpp b/Code/Framework/AzCore/AzCore/Serialization/EditContext.cpp index 26910a016f..d0c433df16 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/EditContext.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/EditContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/EditContext.h b/Code/Framework/AzCore/AzCore/Serialization/EditContext.h index 12ec84161b..019683ee81 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/EditContext.h +++ b/Code/Framework/AzCore/AzCore/Serialization/EditContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/EditContext.inl b/Code/Framework/AzCore/AzCore/Serialization/EditContext.inl index c94c251423..428fb8edc7 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/EditContext.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/EditContext.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/EditContextConstants.inl b/Code/Framework/AzCore/AzCore/Serialization/EditContextConstants.inl index 5e5b7d4a63..4f8c67f058 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/EditContextConstants.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/EditContextConstants.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/IdUtils.h b/Code/Framework/AzCore/AzCore/Serialization/IdUtils.h index d390769eea..3857f22f4a 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/IdUtils.h +++ b/Code/Framework/AzCore/AzCore/Serialization/IdUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/IdUtils.inl b/Code/Framework/AzCore/AzCore/Serialization/IdUtils.inl index cc0ecb3b5d..19f96e38d2 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/IdUtils.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/IdUtils.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.cpp index cb0d0f14f6..bf6425bb4b 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.h index 95ab13f4b5..eb7fd250d0 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/ArraySerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.cpp index fb62198a23..56933e464a 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.h index 37a6b70b05..fc35bdcf85 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/BaseJsonSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.cpp index 47c6c9035e..f86aadbc81 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.h index be13e65f70..432111f04d 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/BasicContainerSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.cpp index 9b71154f83..8e8db203b1 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.h index 6dca578c09..d01e857aec 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/BoolSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.cpp index 9b03108375..c6fe112c6f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.h index fccda5cc35..2d522933cd 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/ByteStreamSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/CastingHelpers.h b/Code/Framework/AzCore/AzCore/Serialization/Json/CastingHelpers.h index 07aa60fc64..36b0426a2d 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/CastingHelpers.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/CastingHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.cpp index 35c03ae33c..3995f656eb 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.h index 62a51c8670..f3da5d6b1c 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/DoubleSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.cpp index a87c8f89a5..fe4335e577 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.h index 6a9fee2ff0..b7a1989c83 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/IntSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.cpp index 1d95aa5740..840034e52f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.h index d6f38f88bc..ea236fe93c 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonDeserializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.cpp index 61869b7eb5..45549b8078 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.h index da1803b607..cd605749fc 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonMerger.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.cpp index d168c9e1b8..8ade30cc6c 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.h index d4d11aa84d..c85847ac78 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerialization.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.h index 15dfd4c02d..8b8493638c 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.inl b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.inl index 9dc6270c2c..9c4ebd7072 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationMetadata.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.cpp index 0397cc5937..7e84aced7b 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.h index 6d0b53c7fd..8590971a1c 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationResult.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationSettings.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationSettings.h index db65ceba76..22e754c2bb 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationSettings.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializationSettings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.cpp index 2d69865b0b..1fa0dd3c44 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.h index c2183691f3..0ccf020cee 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonStringConversionUtils.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonStringConversionUtils.h index b3ae8a5a6f..2a332eb7b7 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonStringConversionUtils.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonStringConversionUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.cpp index 71ba182dc6..da02e70181 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.h b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.h index e1a08b7f49..c46ba32209 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/JsonSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.cpp index aebd1dc5a6..39132ddb52 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.h index 1b56683068..e0d2635fc3 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/MapSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.cpp index cf17a15f2b..fae67d487c 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.h b/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.h index 4a7bb87c58..dd10e2bff6 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/RegistrationContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.cpp index ef03c87d50..776aaae8b4 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.h index 6e1d90a638..30f576f955 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/SmartPointerSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.cpp index 9466950d57..a821470606 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.h b/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.h index dc66c8dab5..8fd18ddc07 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/StackedString.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.cpp index c7c649429c..b8e36ff247 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.h index 851c358357..a9c375292b 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/StringSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.cpp index 6582954389..e62b2c5082 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.h index bed78030b1..719d186f36 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/TupleSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.cpp index 18d34224dd..8a0fe6a54f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.h index dd2bedf615..3485cdb14f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/UnorderedSetSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.cpp b/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.cpp index 6fa6677659..2392ff435f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.h b/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.h index 78c3091610..d913289d3d 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Json/UnsupportedTypesSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.cpp b/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.cpp index d236350b16..e0ee18633b 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.h b/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.h index a478e8d65c..5d920045f8 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.h +++ b/Code/Framework/AzCore/AzCore/Serialization/ObjectStream.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/SerializationUtils.cpp b/Code/Framework/AzCore/AzCore/Serialization/SerializationUtils.cpp index 346198ef5a..fdc7cd94b6 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/SerializationUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/SerializationUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.cpp b/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.cpp index 9db17e743b..cea4b795d7 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.h b/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.h index 17527b12f8..d48e9df665 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.h +++ b/Code/Framework/AzCore/AzCore/Serialization/SerializeContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.cpp b/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.cpp index e627cde621..f669be1442 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.cpp +++ b/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.inl b/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.inl index 7e1e75cdc7..15c193688f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/SerializeContextEnum.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/Utils.h b/Code/Framework/AzCore/AzCore/Serialization/Utils.h index bf0d245813..d28a2e7b00 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/Utils.h +++ b/Code/Framework/AzCore/AzCore/Serialization/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Serialization/std/VariantReflection.inl b/Code/Framework/AzCore/AzCore/Serialization/std/VariantReflection.inl index 9bab5a82b9..391133dd9f 100644 --- a/Code/Framework/AzCore/AzCore/Serialization/std/VariantReflection.inl +++ b/Code/Framework/AzCore/AzCore/Serialization/std/VariantReflection.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/CommandLine.cpp b/Code/Framework/AzCore/AzCore/Settings/CommandLine.cpp index 984cddd5c9..2cc0e3fe43 100644 --- a/Code/Framework/AzCore/AzCore/Settings/CommandLine.cpp +++ b/Code/Framework/AzCore/AzCore/Settings/CommandLine.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/CommandLine.h b/Code/Framework/AzCore/AzCore/Settings/CommandLine.h index 7e185f82b5..28ad075a77 100644 --- a/Code/Framework/AzCore/AzCore/Settings/CommandLine.h +++ b/Code/Framework/AzCore/AzCore/Settings/CommandLine.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.cpp b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.cpp index efbc0eaa1f..7bf136398a 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.cpp +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -32,6 +33,15 @@ namespace AZ { if (m_hashes.size() < m_hashes.max_size()) { + constexpr size_t MaxTagSize = TagName{}.max_size(); + if (specialization.size() > MaxTagSize) + { + AZ_Error("Settings Registry", false, R"(Cannot append Specialization tag of "%.*s.")" + " It is longer than the MaxTagNameSize of %zu", AZ_STRING_ARG(specialization), + MaxTagSize); + return false; + } + m_names.push_back(TagName{ specialization }); TagName& tag = m_names.back(); AZStd::to_lower(tag.begin(), tag.end()); diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.h b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.h index baeca89636..3bcf0ae89b 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.h +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -49,7 +50,7 @@ namespace AZ class Specializations { public: - static constexpr size_t MaxTagNameSize = 32; + static constexpr size_t MaxTagNameSize = 64; static constexpr size_t MaxCount = 15; static constexpr size_t NotFound = static_cast(-1); using TagName = AZStd::fixed_string; diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.cpp b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.cpp index 1a9a9bf11c..7a8ab85ce3 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.h b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.h index 19a5c7c1a6..ba0d552dde 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.h +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryConsoleUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.cpp b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.cpp index 7e79db728b..0882e1b7f2 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.cpp +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.h b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.h index a5c18c84a6..41a628cf22 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.h +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.cpp b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.cpp index cca9a9453a..6b89b8c044 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -56,6 +57,7 @@ namespace AZ::Internal // and avoid all this logic. using namespace AZ::SettingsRegistryMergeUtils; + using FixedValueString = AZ::SettingsRegistryInterface::FixedValueString; AZ::IO::FixedMaxPath engineRoot; if (auto engineManifestPath = AZ::Utils::GetEngineManifestPath(); !engineManifestPath.empty()) @@ -71,45 +73,16 @@ namespace AZ::Internal struct EngineInfo { AZ::IO::FixedMaxPath m_path; - AZ::SettingsRegistryInterface::FixedValueString m_moniker; + FixedValueString m_moniker; }; struct EnginePathsVisitor : public AZ::SettingsRegistryInterface::Visitor { void Visit( - [[maybe_unused]] AZStd::string_view path, [[maybe_unused]] AZStd::string_view valueName, + [[maybe_unused]] AZStd::string_view path, AZStd::string_view valueName, [[maybe_unused]] AZ::SettingsRegistryInterface::Type type, AZStd::string_view value) override { - m_enginePaths.emplace_back(EngineInfo{AZ::IO::FixedMaxPath{value}.LexicallyNormal(), {}}); - } - - AZ::SettingsRegistryInterface::VisitResponse Traverse( - [[maybe_unused]] AZStd::string_view path, AZStd::string_view valueName, - AZ::SettingsRegistryInterface::VisitAction action, AZ::SettingsRegistryInterface::Type type) override - { - auto response = AZ::SettingsRegistryInterface::VisitResponse::Continue; - if (action == AZ::SettingsRegistryInterface::VisitAction::Begin) - { - if (type == AZ::SettingsRegistryInterface::Type::Array) - { - if (valueName.compare("engines") != 0) - { - response = AZ::SettingsRegistryInterface::VisitResponse::Skip; - } - } - } - else if (action == AZ::SettingsRegistryInterface::VisitAction::Value) - { - if (type == AZ::SettingsRegistryInterface::Type::String) - { - if (valueName.compare("path") != 0) - { - response = AZ::SettingsRegistryInterface::VisitResponse::Skip; - } - } - } - - return response; + m_enginePaths.emplace_back(EngineInfo{ AZ::IO::FixedMaxPath{value}.LexicallyNormal(), FixedValueString{valueName} }); } AZStd::vector m_enginePaths{}; @@ -118,11 +91,11 @@ namespace AZ::Internal EnginePathsVisitor pathVisitor; if (manifestLoaded) { - auto enginePathsKey = AZ::SettingsRegistryInterface::FixedValueString::format("%s/engines", EngineManifestRootKey); + auto enginePathsKey = FixedValueString::format("%s/engines_path", EngineManifestRootKey); settingsRegistry.Visit(pathVisitor, enginePathsKey); } - const auto engineMonikerKey = AZ::SettingsRegistryInterface::FixedValueString::format("%s/engine_name", EngineSettingsRootKey); + const auto engineMonikerKey = FixedValueString::format("%s/engine_name", EngineSettingsRootKey); AZStd::set projectPathsNotFound; @@ -134,7 +107,15 @@ namespace AZ::Internal if (settingsRegistry.MergeSettingsFile( engineSettingsPath.Native(), AZ::SettingsRegistryInterface::Format::JsonMergePatch, EngineSettingsRootKey)) { - settingsRegistry.Get(engineInfo.m_moniker, engineMonikerKey); + FixedValueString engineName; + settingsRegistry.Get(engineName, engineMonikerKey); + AZ_Warning("SettingsRegistryMergeUtils",engineInfo.m_moniker == engineName, + R"(The engine name key "%s" mapped to engine path "%s" within the global manifest of "%s")" + R"( does not match the "engine_name" field "%s" in the engine.json)" "\n" + "This engine should be re-registered.", + engineInfo.m_moniker.c_str(), engineInfo.m_path.c_str(), engineManifestPath.c_str(), + engineName.c_str()) + engineInfo.m_moniker = engineName; } } @@ -560,9 +541,24 @@ namespace AZ::SettingsRegistryMergeUtils AZ::IO::FixedMaxPath normalizedProjectPath = path.LexicallyNormal(); registry.Set(FilePathKey_ProjectPath, normalizedProjectPath.Native()); - // Add an alias to the project "user" directory - AZ::IO::FixedMaxPath projectUserPath = (normalizedProjectPath / "user").LexicallyNormal(); + // Set the user directory with the provided path or using project/user as default + auto projectUserPathKey = FixedValueString::format("%s/project_user_path", BootstrapSettingsRootKey); + AZ::IO::FixedMaxPath projectUserPath; + if (!registry.Get(projectUserPath.Native(), projectUserPathKey)) + { + projectUserPath = (normalizedProjectPath / "user").LexicallyNormal(); + } registry.Set(FilePathKey_ProjectUserPath, projectUserPath.Native()); + + // Set the user directory with the provided path or using project/user as default + auto projectLogPathKey = FixedValueString::format("%s/project_log_path", BootstrapSettingsRootKey); + AZ::IO::FixedMaxPath projectLogPath; + if (!registry.Get(projectLogPath.Native(), projectLogPathKey)) + { + projectLogPath = (projectUserPath / "log").LexicallyNormal(); + } + registry.Set(FilePathKey_ProjectLogPath, projectLogPath.Native()); + // check for a default write storage path, fall back to the project's user/ directory if not AZStd::optional devWriteStorage = Utils::GetDevWriteStoragePath(); registry.Set(FilePathKey_DevWriteStorage, devWriteStorage.has_value() @@ -947,7 +943,14 @@ namespace AZ::SettingsRegistryMergeUtils OptionKeyToRegsetKey{ "project-cache-path", AZStd::string::format("%s/project_cache_path", AZ::SettingsRegistryMergeUtils::BootstrapSettingsRootKey)}, - OptionKeyToRegsetKey{"project-build-path", ProjectBuildPath} }; + OptionKeyToRegsetKey{ + "project-user-path", + AZStd::string::format("%s/project_user_path", AZ::SettingsRegistryMergeUtils::BootstrapSettingsRootKey)}, + OptionKeyToRegsetKey{ + "project-log-path", + AZStd::string::format("%s/project_log_path", AZ::SettingsRegistryMergeUtils::BootstrapSettingsRootKey)}, + OptionKeyToRegsetKey{"project-build-path", ProjectBuildPath}, + }; AZStd::fixed_vector overrideArgs; diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.h b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.h index 12768217b1..2926a40252 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.h +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryMergeUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -43,6 +44,10 @@ namespace AZ::SettingsRegistryMergeUtils //! project settings can be stored inline static constexpr char FilePathKey_ProjectUserPath[] = "/Amazon/AzCore/Runtime/FilePaths/SourceProjectUserPath"; + //! Store the absolute path to the Projects "log" directory, which is a transient directory where per user + //! logs can be stored. By default this would be on "{FilePathKey_ProjectUserPath}/log" + inline static constexpr char FilePathKey_ProjectLogPath[] = "/Amazon/AzCore/Runtime/FilePaths/SourceProjectLogPath"; + //! User facing key which represents the root of a project cmake build tree. i.e the ${CMAKE_BINARY_DIR} //! A relative path is taking relative to the *project* root, NOT *engine* root. inline constexpr AZStd::string_view ProjectBuildPath = "/Amazon/Project/Settings/Build/project_build_path"; diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.cpp b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.cpp index ebf5f7ca9e..abaab425d3 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.cpp +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.h b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.h index 9fc556230c..7aca24952e 100644 --- a/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.h +++ b/Code/Framework/AzCore/AzCore/Settings/SettingsRegistryScriptUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceAsset.cpp b/Code/Framework/AzCore/AzCore/Slice/SliceAsset.cpp index ec886eb424..90d2ceda29 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceAsset.cpp +++ b/Code/Framework/AzCore/AzCore/Slice/SliceAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceAsset.h b/Code/Framework/AzCore/AzCore/Slice/SliceAsset.h index 7a6807b911..e58a71ddae 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceAsset.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.cpp b/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.cpp index 2b2bafd291..551ca1258d 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.cpp +++ b/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.h b/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.h index 26c2035902..a1f459f364 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceAssetHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceBus.h b/Code/Framework/AzCore/AzCore/Slice/SliceBus.h index 460191abaa..83055a61c9 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceBus.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceComponent.cpp b/Code/Framework/AzCore/AzCore/Slice/SliceComponent.cpp index cf65f52ba7..4cfccfa8bb 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Slice/SliceComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceComponent.h b/Code/Framework/AzCore/AzCore/Slice/SliceComponent.h index 22c32e148e..86f41c6548 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceComponent.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoBus.h b/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoBus.h index 0d01727228..a35f78c58c 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoBus.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.cpp b/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.cpp index 6b3689496d..e2f093fadc 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.h b/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.h index d79109f47d..699a6490ae 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceMetadataInfoComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.cpp b/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.cpp index e4ee783505..01697aa683 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.h b/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.h index f7bd3855d3..6fe42ac04f 100644 --- a/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.h +++ b/Code/Framework/AzCore/AzCore/Slice/SliceSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Socket/AzSocket.cpp b/Code/Framework/AzCore/AzCore/Socket/AzSocket.cpp index bbca7e39d0..f15c288ad8 100644 --- a/Code/Framework/AzCore/AzCore/Socket/AzSocket.cpp +++ b/Code/Framework/AzCore/AzCore/Socket/AzSocket.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Socket/AzSocket.h b/Code/Framework/AzCore/AzCore/Socket/AzSocket.h index 0ac599e104..2379162a8d 100644 --- a/Code/Framework/AzCore/AzCore/Socket/AzSocket.h +++ b/Code/Framework/AzCore/AzCore/Socket/AzSocket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Socket/AzSocket_fwd.h b/Code/Framework/AzCore/AzCore/Socket/AzSocket_fwd.h index 4549c55c32..aff1fb8d54 100644 --- a/Code/Framework/AzCore/AzCore/Socket/AzSocket_fwd.h +++ b/Code/Framework/AzCore/AzCore/Socket/AzSocket_fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/State/HSM.cpp b/Code/Framework/AzCore/AzCore/State/HSM.cpp index ca051bd60d..e9e069cf9a 100644 --- a/Code/Framework/AzCore/AzCore/State/HSM.cpp +++ b/Code/Framework/AzCore/AzCore/State/HSM.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/State/HSM.h b/Code/Framework/AzCore/AzCore/State/HSM.h index 0d4150a038..042843cb7d 100644 --- a/Code/Framework/AzCore/AzCore/State/HSM.h +++ b/Code/Framework/AzCore/AzCore/State/HSM.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/NamedRunningStatistic.h b/Code/Framework/AzCore/AzCore/Statistics/NamedRunningStatistic.h index 421a659475..af4bd56831 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/NamedRunningStatistic.h +++ b/Code/Framework/AzCore/AzCore/Statistics/NamedRunningStatistic.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.cpp b/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.cpp index af7fbba403..47f85c8309 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.cpp +++ b/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.h b/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.h index 7a229c6733..8e4483376f 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.h +++ b/Code/Framework/AzCore/AzCore/Statistics/RunningStatistic.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/RunningStatisticsManager.cpp b/Code/Framework/AzCore/AzCore/Statistics/RunningStatisticsManager.cpp index 6ed79b4c3d..52085d98e7 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/RunningStatisticsManager.cpp +++ b/Code/Framework/AzCore/AzCore/Statistics/RunningStatisticsManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfiler.h b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfiler.h index 81cf1bf840..2d8823c6e8 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfiler.h +++ b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfiler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxy.h b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxy.h index 2e4ab26d74..7d55a88f19 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxy.h +++ b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxy.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.cpp b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.cpp index 5d2b82b61e..00bb97b745 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.h b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.h index 57bc7622ad..333e29e3b9 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.h +++ b/Code/Framework/AzCore/AzCore/Statistics/StatisticalProfilerProxySystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/StatisticsManager.h b/Code/Framework/AzCore/AzCore/Statistics/StatisticsManager.h index 80f7b4ca0e..5984701f4e 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/StatisticsManager.h +++ b/Code/Framework/AzCore/AzCore/Statistics/StatisticsManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.cpp b/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.cpp index 88be99fa75..0e9b36a8b6 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.cpp +++ b/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.h b/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.h index 4fc0968c97..c9adc4de2f 100644 --- a/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.h +++ b/Code/Framework/AzCore/AzCore/Statistics/TimeDataStatisticsManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.cpp b/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.cpp index 4aa62cfd4e..da7a78e1b3 100644 --- a/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.cpp +++ b/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.h b/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.h index 527513baa6..1e651afc93 100644 --- a/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.h +++ b/Code/Framework/AzCore/AzCore/StringFunc/StringFunc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.h b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.h index 37f3190c08..805f67a276 100644 --- a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.h +++ b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.inl b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.inl index d6cac8ebcc..eb77696301 100644 --- a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.inl +++ b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeDeque.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.h b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.h index cae5400e83..1b3a0bb5cc 100644 --- a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.h +++ b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.inl b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.inl index cd34f1153d..cb4f0102c7 100644 --- a/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.inl +++ b/Code/Framework/AzCore/AzCore/Threading/ThreadSafeObject.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Time/ITime.h b/Code/Framework/AzCore/AzCore/Time/ITime.h index 38bb325693..845017bd14 100644 --- a/Code/Framework/AzCore/AzCore/Time/ITime.h +++ b/Code/Framework/AzCore/AzCore/Time/ITime.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.cpp b/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.cpp index e3915f0b4d..a2e7733222 100644 --- a/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.cpp +++ b/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.h b/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.h index 4a10cb2711..adf576becb 100644 --- a/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.h +++ b/Code/Framework/AzCore/AzCore/Time/TimeSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.cpp b/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.cpp index d609af02ae..f0b7d60e6a 100644 --- a/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.cpp +++ b/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.h b/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.h index 758a4baf5d..a23414700a 100644 --- a/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.h +++ b/Code/Framework/AzCore/AzCore/UnitTest/MockComponentApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockFileIOBase.h b/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockFileIOBase.h index 806bccb68e..c9b7d44e1f 100644 --- a/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockFileIOBase.h +++ b/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockFileIOBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockSettingsRegistry.h b/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockSettingsRegistry.h index b898f04cc0..7c132b29a3 100644 --- a/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockSettingsRegistry.h +++ b/Code/Framework/AzCore/AzCore/UnitTest/Mocks/MockSettingsRegistry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UnitTest/TestTypes.h b/Code/Framework/AzCore/AzCore/UnitTest/TestTypes.h index 94ac460eef..a7aa731c09 100644 --- a/Code/Framework/AzCore/AzCore/UnitTest/TestTypes.h +++ b/Code/Framework/AzCore/AzCore/UnitTest/TestTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UnitTest/UnitTest.h b/Code/Framework/AzCore/AzCore/UnitTest/UnitTest.h index 165de4a76b..5244493c78 100644 --- a/Code/Framework/AzCore/AzCore/UnitTest/UnitTest.h +++ b/Code/Framework/AzCore/AzCore/UnitTest/UnitTest.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.cpp b/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.cpp index 059dc53247..a4f42ee7d1 100644 --- a/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.cpp +++ b/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.h b/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.h index a01540e8fa..f1b01bef36 100644 --- a/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.h +++ b/Code/Framework/AzCore/AzCore/UserSettings/UserSettings.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.cpp b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.cpp index 268df797d2..27c2ceb9c0 100644 --- a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.cpp +++ b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.h b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.h index 7a6518ec49..8f36b0feb2 100644 --- a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.h +++ b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.cpp b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.cpp index 4c3829cb50..6c92803ac4 100644 --- a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.cpp +++ b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.h b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.h index d5392ff431..4721d3baa8 100644 --- a/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.h +++ b/Code/Framework/AzCore/AzCore/UserSettings/UserSettingsProvider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Utils/TypeHash.cpp b/Code/Framework/AzCore/AzCore/Utils/TypeHash.cpp index 4dc43659a3..dee034e4c7 100644 --- a/Code/Framework/AzCore/AzCore/Utils/TypeHash.cpp +++ b/Code/Framework/AzCore/AzCore/Utils/TypeHash.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Utils/TypeHash.h b/Code/Framework/AzCore/AzCore/Utils/TypeHash.h index 5b6f58507a..fdcfa84e5f 100644 --- a/Code/Framework/AzCore/AzCore/Utils/TypeHash.h +++ b/Code/Framework/AzCore/AzCore/Utils/TypeHash.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Utils/Utils.cpp b/Code/Framework/AzCore/AzCore/Utils/Utils.cpp index be2921aaca..c4dd24be35 100644 --- a/Code/Framework/AzCore/AzCore/Utils/Utils.cpp +++ b/Code/Framework/AzCore/AzCore/Utils/Utils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/Utils/Utils.h b/Code/Framework/AzCore/AzCore/Utils/Utils.h index 67807a9204..e72a9b3f9c 100644 --- a/Code/Framework/AzCore/AzCore/Utils/Utils.h +++ b/Code/Framework/AzCore/AzCore/Utils/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/XML/rapidxml.h b/Code/Framework/AzCore/AzCore/XML/rapidxml.h index 4dec81a97f..694e0a1bf6 100644 --- a/Code/Framework/AzCore/AzCore/XML/rapidxml.h +++ b/Code/Framework/AzCore/AzCore/XML/rapidxml.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/XML/rapidxml_iterators.h b/Code/Framework/AzCore/AzCore/XML/rapidxml_iterators.h index 48d2c3f12e..51e187f040 100644 --- a/Code/Framework/AzCore/AzCore/XML/rapidxml_iterators.h +++ b/Code/Framework/AzCore/AzCore/XML/rapidxml_iterators.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/XML/rapidxml_print.h b/Code/Framework/AzCore/AzCore/XML/rapidxml_print.h index f880f495f1..a2325ccfc8 100644 --- a/Code/Framework/AzCore/AzCore/XML/rapidxml_print.h +++ b/Code/Framework/AzCore/AzCore/XML/rapidxml_print.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/XML/rapidxml_utils.h b/Code/Framework/AzCore/AzCore/XML/rapidxml_utils.h index d1e20a3b20..f50a917646 100644 --- a/Code/Framework/AzCore/AzCore/XML/rapidxml_utils.h +++ b/Code/Framework/AzCore/AzCore/XML/rapidxml_utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/azcore_files.cmake b/Code/Framework/AzCore/AzCore/azcore_files.cmake index 5cfdb67d03..667ae49387 100644 --- a/Code/Framework/AzCore/AzCore/azcore_files.cmake +++ b/Code/Framework/AzCore/AzCore/azcore_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/AzCore/azcoretestcommon_files.cmake b/Code/Framework/AzCore/AzCore/azcoretestcommon_files.cmake index fa970754fa..6c25641f9f 100644 --- a/Code/Framework/AzCore/AzCore/azcoretestcommon_files.cmake +++ b/Code/Framework/AzCore/AzCore/azcoretestcommon_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/AzCore/base.h b/Code/Framework/AzCore/AzCore/base.h index 2338ebd863..252133e781 100644 --- a/Code/Framework/AzCore/AzCore/base.h +++ b/Code/Framework/AzCore/AzCore/base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/algorithm.h b/Code/Framework/AzCore/AzCore/std/algorithm.h index 62ba455fc2..3508eff2b4 100644 --- a/Code/Framework/AzCore/AzCore/std/algorithm.h +++ b/Code/Framework/AzCore/AzCore/std/algorithm.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/allocator.cpp b/Code/Framework/AzCore/AzCore/std/allocator.cpp index 58c6406624..0aaad5a5a8 100644 --- a/Code/Framework/AzCore/AzCore/std/allocator.cpp +++ b/Code/Framework/AzCore/AzCore/std/allocator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/allocator.h b/Code/Framework/AzCore/AzCore/std/allocator.h index d407b90d11..0e024bbb5f 100644 --- a/Code/Framework/AzCore/AzCore/std/allocator.h +++ b/Code/Framework/AzCore/AzCore/std/allocator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/allocator_ref.h b/Code/Framework/AzCore/AzCore/std/allocator_ref.h index 2561d70c5f..659ee0cc8f 100644 --- a/Code/Framework/AzCore/AzCore/std/allocator_ref.h +++ b/Code/Framework/AzCore/AzCore/std/allocator_ref.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/allocator_stack.h b/Code/Framework/AzCore/AzCore/std/allocator_stack.h index eb74205d9f..202e62bd0f 100644 --- a/Code/Framework/AzCore/AzCore/std/allocator_stack.h +++ b/Code/Framework/AzCore/AzCore/std/allocator_stack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/allocator_static.h b/Code/Framework/AzCore/AzCore/std/allocator_static.h index 1ec93b9c0e..0c079eaa9d 100644 --- a/Code/Framework/AzCore/AzCore/std/allocator_static.h +++ b/Code/Framework/AzCore/AzCore/std/allocator_static.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/allocator_traits.h b/Code/Framework/AzCore/AzCore/std/allocator_traits.h index a984e0aa9f..227727f694 100644 --- a/Code/Framework/AzCore/AzCore/std/allocator_traits.h +++ b/Code/Framework/AzCore/AzCore/std/allocator_traits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/any.h b/Code/Framework/AzCore/AzCore/std/any.h index 8b57ed2baa..c0e277c2d6 100644 --- a/Code/Framework/AzCore/AzCore/std/any.h +++ b/Code/Framework/AzCore/AzCore/std/any.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/azstd_files.cmake b/Code/Framework/AzCore/AzCore/std/azstd_files.cmake index 06aa6672fe..08e72c5649 100644 --- a/Code/Framework/AzCore/AzCore/std/azstd_files.cmake +++ b/Code/Framework/AzCore/AzCore/std/azstd_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/AzCore/std/base.h b/Code/Framework/AzCore/AzCore/std/base.h index bc940cf0aa..46d1821328 100644 --- a/Code/Framework/AzCore/AzCore/std/base.h +++ b/Code/Framework/AzCore/AzCore/std/base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/bind/bind.h b/Code/Framework/AzCore/AzCore/std/bind/bind.h index c5d287fbfb..706f73f8c3 100644 --- a/Code/Framework/AzCore/AzCore/std/bind/bind.h +++ b/Code/Framework/AzCore/AzCore/std/bind/bind.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/bind/mem_fn.h b/Code/Framework/AzCore/AzCore/std/bind/mem_fn.h index afb0a03319..d866b9dfc4 100644 --- a/Code/Framework/AzCore/AzCore/std/bind/mem_fn.h +++ b/Code/Framework/AzCore/AzCore/std/bind/mem_fn.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/chrono/chrono.h b/Code/Framework/AzCore/AzCore/std/chrono/chrono.h index 0fa535da4d..8a23488413 100644 --- a/Code/Framework/AzCore/AzCore/std/chrono/chrono.h +++ b/Code/Framework/AzCore/AzCore/std/chrono/chrono.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/chrono/clocks.h b/Code/Framework/AzCore/AzCore/std/chrono/clocks.h index 7eb9ab4070..1c7dbcc939 100644 --- a/Code/Framework/AzCore/AzCore/std/chrono/clocks.h +++ b/Code/Framework/AzCore/AzCore/std/chrono/clocks.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/chrono/types.h b/Code/Framework/AzCore/AzCore/std/chrono/types.h index 62d261ca32..c86c684426 100644 --- a/Code/Framework/AzCore/AzCore/std/chrono/types.h +++ b/Code/Framework/AzCore/AzCore/std/chrono/types.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/config.h b/Code/Framework/AzCore/AzCore/std/config.h index a6fa1d99cc..718b16b9de 100644 --- a/Code/Framework/AzCore/AzCore/std/config.h +++ b/Code/Framework/AzCore/AzCore/std/config.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/array.h b/Code/Framework/AzCore/AzCore/std/containers/array.h index b0f728c507..a5d7963001 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/array.h +++ b/Code/Framework/AzCore/AzCore/std/containers/array.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/bitset.h b/Code/Framework/AzCore/AzCore/std/containers/bitset.h index 8fecbb2659..704c615910 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/bitset.h +++ b/Code/Framework/AzCore/AzCore/std/containers/bitset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.h b/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.h index d8d6644623..066ec7be5e 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.h +++ b/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.inl b/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.inl index e3322532e1..9fb5eb87fb 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.inl +++ b/Code/Framework/AzCore/AzCore/std/containers/compressed_pair.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/deque.h b/Code/Framework/AzCore/AzCore/std/containers/deque.h index c9536fc2ac..170f3316f0 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/deque.h +++ b/Code/Framework/AzCore/AzCore/std/containers/deque.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/fixed_forward_list.h b/Code/Framework/AzCore/AzCore/std/containers/fixed_forward_list.h index fcbe26fd60..06fb1a8ad5 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/fixed_forward_list.h +++ b/Code/Framework/AzCore/AzCore/std/containers/fixed_forward_list.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/fixed_list.h b/Code/Framework/AzCore/AzCore/std/containers/fixed_list.h index 6f0faa6e00..b22cf3af41 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/fixed_list.h +++ b/Code/Framework/AzCore/AzCore/std/containers/fixed_list.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_map.h b/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_map.h index a160fa02d9..19ad46dc62 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_map.h +++ b/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_map.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -119,6 +120,11 @@ namespace AZStd base_type::insert(*first); } } + fixed_unordered_map(const AZStd::initializer_list& list, const hasher& hash = hasher(), + const key_eq& keyEqual = key_eq()) + : fixed_unordered_map(list.begin(), list.end(), hash, keyEqual) + { + } AZ_FORCE_INLINE pair_iter_bool insert(const value_type& value) { @@ -240,6 +246,12 @@ namespace AZStd base_type::insert(*first); } } + fixed_unordered_multimap(const AZStd::initializer_list& list, const hasher& hash = hasher(), + const key_eq& keyEqual = key_eq()) + : fixed_unordered_multimap(list.begin(), list.end(), hash, keyEqual) + { + } + AZ_FORCE_INLINE iterator insert(const value_type& value) { return base_type::insert_impl(value).first; diff --git a/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_set.h b/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_set.h index e0c073cc32..99a19f4a0f 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_set.h +++ b/Code/Framework/AzCore/AzCore/std/containers/fixed_unordered_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/fixed_vector.h b/Code/Framework/AzCore/AzCore/std/containers/fixed_vector.h index 47d89e210b..7c0cca0308 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/fixed_vector.h +++ b/Code/Framework/AzCore/AzCore/std/containers/fixed_vector.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/forward_list.h b/Code/Framework/AzCore/AzCore/std/containers/forward_list.h index d8eea2cecf..c311991ee3 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/forward_list.h +++ b/Code/Framework/AzCore/AzCore/std/containers/forward_list.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/intrusive_list.h b/Code/Framework/AzCore/AzCore/std/containers/intrusive_list.h index e0727c78c7..447c07fa0f 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/intrusive_list.h +++ b/Code/Framework/AzCore/AzCore/std/containers/intrusive_list.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/intrusive_set.h b/Code/Framework/AzCore/AzCore/std/containers/intrusive_set.h index 8bc711cf81..3e6dae84d3 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/intrusive_set.h +++ b/Code/Framework/AzCore/AzCore/std/containers/intrusive_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/intrusive_slist.h b/Code/Framework/AzCore/AzCore/std/containers/intrusive_slist.h index 5db1e8441b..69ccac9c50 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/intrusive_slist.h +++ b/Code/Framework/AzCore/AzCore/std/containers/intrusive_slist.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/list.h b/Code/Framework/AzCore/AzCore/std/containers/list.h index 0d06a23301..4d78c01364 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/list.h +++ b/Code/Framework/AzCore/AzCore/std/containers/list.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/map.h b/Code/Framework/AzCore/AzCore/std/containers/map.h index e37fd0440e..36501aea3b 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/map.h +++ b/Code/Framework/AzCore/AzCore/std/containers/map.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/node_handle.h b/Code/Framework/AzCore/AzCore/std/containers/node_handle.h index aecd6974cc..0ef0657614 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/node_handle.h +++ b/Code/Framework/AzCore/AzCore/std/containers/node_handle.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/queue.h b/Code/Framework/AzCore/AzCore/std/containers/queue.h index 518fa73123..8026ebe943 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/queue.h +++ b/Code/Framework/AzCore/AzCore/std/containers/queue.h @@ -1,209 +1,21 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#ifndef AZSTD_QUEUE_H -#define AZSTD_QUEUE_H 1 +#pragma once #include #include #include +#include namespace AZStd { - /** - * FIFO queue complaint with \ref CStd (23.2.3.1) - * The only extension we have is that we allow access - * to the underlying container via: get_container function. - * Check the queue \ref AZStdExamples. - */ - template > - class queue - { - enum - { - CONTAINER_VERSION = 1 - }; - public: - typedef queue this_type; - typedef Container container_type; - typedef typename Container::value_type value_type; - typedef typename Container::size_type size_type; - typedef typename Container::reference reference; - typedef typename Container::const_reference const_reference; - - AZ_FORCE_INLINE queue() {} - - AZ_FORCE_INLINE explicit queue(const container_type& container) - : m_container(container) {} - AZ_FORCE_INLINE bool empty() const { return m_container.empty(); } - AZ_FORCE_INLINE size_type size() const { return m_container.size(); } - AZ_FORCE_INLINE reference front() { return m_container.front(); } - AZ_FORCE_INLINE const_reference front() const { return m_container.front(); } - AZ_FORCE_INLINE reference back() { return m_container.back(); } - AZ_FORCE_INLINE const_reference back() const { return m_container.back(); } - AZ_FORCE_INLINE void push(const value_type& value) { m_container.push_back(value); } - AZ_FORCE_INLINE void pop() { m_container.pop_front(); } - - AZ_FORCE_INLINE void push() { m_container.push_back(); } - - AZ_FORCE_INLINE queue(this_type&& rhs) - : m_container(AZStd::move(rhs.m_container)) {} - AZ_FORCE_INLINE explicit queue(Container&& container) - : m_container(AZStd::move(container)) {} - this_type& operator=(this_type&& rhs) - { - m_container = AZStd::move(rhs.m_container); - return (*this); - } - void push(value_type&& value) { m_container.push_back(AZStd::move(value)); } - template - void emplace(Args&&... args) { m_container.emplace_back(AZStd::forward(args)...); } - void swap(this_type& rhs) { AZStd::swap(m_container, rhs.m_container); } - - AZ_FORCE_INLINE Container& get_container() { return m_container; } - AZ_FORCE_INLINE const Container& get_container() const { return m_container; } - - protected: - Container m_container; - }; - - // queue TEMPLATE FUNCTIONS - template - AZ_FORCE_INLINE bool operator==(const AZStd::queue& left, const AZStd::queue& right) - { - return left.get_container() == right.get_container(); - } - - template - AZ_FORCE_INLINE bool operator!=(const AZStd::queue& left, const AZStd::queue& right) - { - return left.get_container() != right.get_container(); - } - - /* template - AZ_FORCE_INLINE bool operator<(const queue& left, const queue& right) - { - return left.get_container() < right.get_container(); - } - - template - AZ_FORCE_INLINE bool operator>(const queue& left, const queue& right) - { - return left.get_container() > right.get_container(); - } - - template - AZ_FORCE_INLINE operator<=(const queue& left, const queue& right) - { - return left.get_container() <= right.get_container(); - } - - template - AZ_FORCE_INLINE bool operator>=(const queue& left, const queue& right) - { - return left.get_container() >= right.get_container(); - }*/ - - /** - * Priority queue is complaint with \ref CStd (23.2.3.2) - * The only extension we have is that we allow access - * to the underlying container via: get_container function. - * Check the priority_queue \ref AZStdExamples. - */ - template, class Predicate = AZStd::less > - class priority_queue - { - enum - { - CONTAINER_VERSION = 1 - }; - public: - typedef priority_queue this_type; - typedef Container container_type; - typedef typename Container::value_type value_type; - typedef typename Container::size_type size_type; - typedef typename Container::reference reference; - typedef typename Container::const_reference const_reference; - - AZ_FORCE_INLINE priority_queue() {} - AZ_FORCE_INLINE explicit priority_queue(const Predicate& comp) - : m_comp(comp) {} - AZ_FORCE_INLINE priority_queue(const Predicate& comp, const container_type& container) - : m_container(container) - , m_comp(comp) - { - // construct by copying specified container, comparator - AZStd::make_heap(m_container.begin(), m_container.end(), comp); - } - template - AZ_FORCE_INLINE priority_queue(InputIterator first, InputIterator last) - : m_container(first, last) - , m_comp() - { - AZStd::make_heap(m_container.begin(), m_container.end(), m_comp); - } - - template - AZ_FORCE_INLINE priority_queue(InputIterator first, InputIterator last, const Predicate& comp) - : m_container(first, last) - , m_comp(comp) - { // construct by copying [_First, _Last), specified comparator - AZStd::make_heap(m_container.begin(), m_container.end(), m_comp); - } - - template - AZ_FORCE_INLINE priority_queue(InputIterator first, InputIterator last, const Predicate& comp, const container_type& container) - : m_container(container) - , m_comp(comp) - { // construct by copying [_First, _Last), container, and comparator - m_container.insert(m_container.end(), first, last); - AZStd::make_heap(m_container.begin(), m_container.end(), m_comp); - } - - AZ_FORCE_INLINE bool empty() const { return m_container.empty(); } - AZ_FORCE_INLINE size_type size() const { return m_container.size(); } - AZ_FORCE_INLINE const_reference top() const { return m_container.front(); } - AZ_FORCE_INLINE reference top() { return m_container.front(); } - AZ_FORCE_INLINE void push(const value_type& value) - { - m_container.push_back(value); - AZStd::push_heap(m_container.begin(), m_container.end(), m_comp); - } - - AZ_FORCE_INLINE void pop() - { - AZStd::pop_heap(m_container.begin(), m_container.end(), m_comp); - m_container.pop_back(); - } - - AZ_FORCE_INLINE priority_queue(this_type&& rhs) - : m_container(AZStd::move(rhs.m_container)) - , m_comp(AZStd::move(rhs.m_comp)) {} - AZ_FORCE_INLINE explicit priority_queue(const Predicate& pred, Container&& container) - : m_container(AZStd::move(container)) - , m_comp(pred) {} - this_type& operator=(this_type&& rhs) - { - m_container = AZStd::move(rhs.m_container); - m_comp = AZStd::move(rhs.m_comp); - return (*this); - } - void push(value_type&& value) { m_container.push_back(AZStd::move(value)); AZStd::push_heap(m_container.begin(), m_container.end(), m_comp); } - template - void emplace(Args&& args) { m_container.emplace_back(AZStd::forward(args)); AZStd::push_heap(m_container.begin(), m_container.end(), m_comp); } - void swap(this_type& rhs) { AZStd::swap(m_container, rhs.m_container); AZStd::swap(m_comp, rhs.m_comp); } - - AZ_FORCE_INLINE Container& get_container() { return m_container; } - AZ_FORCE_INLINE const Container& get_container() const { return m_container; } - - protected: - Container m_container; - Predicate m_comp; - }; + template> + using queue = std::queue; + template, class Compare = AZStd::less> + using priority_queue = std::priority_queue; } - -#endif // AZSTD_QUEUE_H -#pragma once diff --git a/Code/Framework/AzCore/AzCore/std/containers/rbtree.h b/Code/Framework/AzCore/AzCore/std/containers/rbtree.h index c2ab950ad2..c8f0883eaf 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/rbtree.h +++ b/Code/Framework/AzCore/AzCore/std/containers/rbtree.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/ring_buffer.h b/Code/Framework/AzCore/AzCore/std/containers/ring_buffer.h index fb72340e33..746af8974e 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/ring_buffer.h +++ b/Code/Framework/AzCore/AzCore/std/containers/ring_buffer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/set.h b/Code/Framework/AzCore/AzCore/std/containers/set.h index 03cf38a1c7..d5b366b201 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/set.h +++ b/Code/Framework/AzCore/AzCore/std/containers/set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/stack.h b/Code/Framework/AzCore/AzCore/std/containers/stack.h index 7e3325c091..aa0d62d105 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/stack.h +++ b/Code/Framework/AzCore/AzCore/std/containers/stack.h @@ -1,106 +1,17 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#ifndef AZSTD_STACK_H -#define AZSTD_STACK_H 1 +#pragma once #include +#include namespace AZStd { - /** - * Stack container is complaint with \ref CStd (23.2.3.3) - * The only extension we have is that we allow access - * to the underlying container via: get_container function. - * Check the stack \ref AZStdExamples. - */ - template > - class stack - { - enum - { - CONTAINER_VERSION = 1 - }; - public: - typedef stack this_type; - typedef Container container_type; - typedef typename Container::value_type value_type; - typedef typename Container::size_type size_type; - typedef typename Container::reference reference; - typedef typename Container::const_reference const_reference; - - AZ_FORCE_INLINE stack() {} - AZ_FORCE_INLINE explicit stack(const container_type& container) - : m_container(container) {} - AZ_FORCE_INLINE bool empty() const { return m_container.empty(); } - AZ_FORCE_INLINE size_type size() const { return m_container.size(); } - AZ_FORCE_INLINE reference top() { return m_container.back(); } - AZ_FORCE_INLINE const_reference top() const { return m_container.back(); } - AZ_FORCE_INLINE reference back() { return m_container.back(); } - AZ_FORCE_INLINE const_reference back() const { return m_container.back(); } - AZ_FORCE_INLINE void push(const value_type& value) { m_container.push_back(value); } - AZ_FORCE_INLINE void pop() { m_container.pop_back(); } - AZ_FORCE_INLINE void push() { m_container.push_back(); } - - AZ_FORCE_INLINE stack(this_type&& rhs) - : m_container(AZStd::move(rhs.m_container)) {} - AZ_FORCE_INLINE explicit stack(Container&& container) - : m_container(AZStd::move(container)) {} - this_type& operator=(this_type&& rhs) { m_container = AZStd::move(rhs.m_container); return *this; } - void push(value_type&& value) { m_container.push_back(AZStd::move(value)); } - template - void emplace(Args&& args) { m_container.emplace_back(AZStd::forward(args)); } - void swap(this_type&& rhs) { m_container.swap(AZStd::move(rhs.m_container)); } - - void swap(this_type& rhs) { AZStd::swap(m_container, rhs.m_container); } - - AZ_FORCE_INLINE Container& get_container() { return m_container; } - AZ_FORCE_INLINE const Container& get_container() const { return m_container; } - - protected: - Container m_container; - }; - - // queue TEMPLATE FUNCTIONS - template - AZ_FORCE_INLINE bool operator==(const AZStd::stack& left, const AZStd::stack& right) - { - return left.get_container() == right.get_container(); - } - - template - AZ_FORCE_INLINE bool operator!=(const AZStd::stack& left, const AZStd::stack& right) - { - return left.get_container() != right.get_container(); - } - - /* template - AZ_FORCE_INLINE bool operator<(const queue& left, const queue& right) - { - return left.get_container() < right.get_container(); - } - - template - AZ_FORCE_INLINE bool operator>(const queue& left, const queue& right) - { - return left.get_container() > right.get_container(); - } - - template - AZ_FORCE_INLINE operator<=(const queue& left, const queue& right) - { - return left.get_container() <= right.get_container(); - } - - template - AZ_FORCE_INLINE bool operator>=(const queue& left, const queue& right) - { - return left.get_container() >= right.get_container(); - }*/ + template> + using stack = std::stack; } - -#endif // AZSTD_STACK_H -#pragma once diff --git a/Code/Framework/AzCore/AzCore/std/containers/unordered_map.h b/Code/Framework/AzCore/AzCore/std/containers/unordered_map.h index 2ca584e41d..2ac5a22fa8 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/unordered_map.h +++ b/Code/Framework/AzCore/AzCore/std/containers/unordered_map.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/unordered_set.h b/Code/Framework/AzCore/AzCore/std/containers/unordered_set.h index 948a7e58c8..9b7f127bb2 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/unordered_set.h +++ b/Code/Framework/AzCore/AzCore/std/containers/unordered_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/variant.h b/Code/Framework/AzCore/AzCore/std/containers/variant.h index d0920c838c..4cff5983ee 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/variant.h +++ b/Code/Framework/AzCore/AzCore/std/containers/variant.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/variant.inl b/Code/Framework/AzCore/AzCore/std/containers/variant.inl index 4fd6e14a6c..b9bed439f1 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/variant.inl +++ b/Code/Framework/AzCore/AzCore/std/containers/variant.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/variant_impl.h b/Code/Framework/AzCore/AzCore/std/containers/variant_impl.h index 407296dec6..42a493eb6d 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/variant_impl.h +++ b/Code/Framework/AzCore/AzCore/std/containers/variant_impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/containers/vector.h b/Code/Framework/AzCore/AzCore/std/containers/vector.h index a92fc98427..5c1c4da16c 100644 --- a/Code/Framework/AzCore/AzCore/std/containers/vector.h +++ b/Code/Framework/AzCore/AzCore/std/containers/vector.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/createdestroy.h b/Code/Framework/AzCore/AzCore/std/createdestroy.h index 693b39ad55..3c60266562 100644 --- a/Code/Framework/AzCore/AzCore/std/createdestroy.h +++ b/Code/Framework/AzCore/AzCore/std/createdestroy.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/delegate/delegate.h b/Code/Framework/AzCore/AzCore/std/delegate/delegate.h index 6eb363ccfb..610c1982f2 100644 --- a/Code/Framework/AzCore/AzCore/std/delegate/delegate.h +++ b/Code/Framework/AzCore/AzCore/std/delegate/delegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/delegate/delegate_bind.h b/Code/Framework/AzCore/AzCore/std/delegate/delegate_bind.h index 72b88be9d2..5f7562b377 100644 --- a/Code/Framework/AzCore/AzCore/std/delegate/delegate_bind.h +++ b/Code/Framework/AzCore/AzCore/std/delegate/delegate_bind.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/delegate/delegate_fwd.h b/Code/Framework/AzCore/AzCore/std/delegate/delegate_fwd.h index ad5be681a8..9babe79298 100644 --- a/Code/Framework/AzCore/AzCore/std/delegate/delegate_fwd.h +++ b/Code/Framework/AzCore/AzCore/std/delegate/delegate_fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/docs.h b/Code/Framework/AzCore/AzCore/std/docs.h index 6f1886cf39..601d46c1bc 100644 --- a/Code/Framework/AzCore/AzCore/std/docs.h +++ b/Code/Framework/AzCore/AzCore/std/docs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/exceptions.h b/Code/Framework/AzCore/AzCore/std/exceptions.h index 05d7683631..61452b13c6 100644 --- a/Code/Framework/AzCore/AzCore/std/exceptions.h +++ b/Code/Framework/AzCore/AzCore/std/exceptions.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/function/function_base.h b/Code/Framework/AzCore/AzCore/std/function/function_base.h index f07a4f86a5..409c3824a4 100644 --- a/Code/Framework/AzCore/AzCore/std/function/function_base.h +++ b/Code/Framework/AzCore/AzCore/std/function/function_base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/function/function_fwd.h b/Code/Framework/AzCore/AzCore/std/function/function_fwd.h index a7e2ef1698..ba1ae65beb 100644 --- a/Code/Framework/AzCore/AzCore/std/function/function_fwd.h +++ b/Code/Framework/AzCore/AzCore/std/function/function_fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/function/function_template.h b/Code/Framework/AzCore/AzCore/std/function/function_template.h index 62175b566f..4f7d41dbd9 100644 --- a/Code/Framework/AzCore/AzCore/std/function/function_template.h +++ b/Code/Framework/AzCore/AzCore/std/function/function_template.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,6 +10,7 @@ #include #include #include +#include #if defined(AZ_COMPILER_MSVC) # pragma warning( push ) diff --git a/Code/Framework/AzCore/AzCore/std/function/identity.h b/Code/Framework/AzCore/AzCore/std/function/identity.h index 63788d579c..58c680ae1d 100644 --- a/Code/Framework/AzCore/AzCore/std/function/identity.h +++ b/Code/Framework/AzCore/AzCore/std/function/identity.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/function/invoke.h b/Code/Framework/AzCore/AzCore/std/function/invoke.h index 682420c885..6f75e24220 100644 --- a/Code/Framework/AzCore/AzCore/std/function/invoke.h +++ b/Code/Framework/AzCore/AzCore/std/function/invoke.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/functional.h b/Code/Framework/AzCore/AzCore/std/functional.h index 1f27f1f60a..e89629658b 100644 --- a/Code/Framework/AzCore/AzCore/std/functional.h +++ b/Code/Framework/AzCore/AzCore/std/functional.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/functional_basic.h b/Code/Framework/AzCore/AzCore/std/functional_basic.h index e1c40dfb31..fc03c904b1 100644 --- a/Code/Framework/AzCore/AzCore/std/functional_basic.h +++ b/Code/Framework/AzCore/AzCore/std/functional_basic.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/hash.cpp b/Code/Framework/AzCore/AzCore/std/hash.cpp index 2997df5e42..c2f7a104d4 100644 --- a/Code/Framework/AzCore/AzCore/std/hash.cpp +++ b/Code/Framework/AzCore/AzCore/std/hash.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/hash.h b/Code/Framework/AzCore/AzCore/std/hash.h index a4b676636b..576e4e9442 100644 --- a/Code/Framework/AzCore/AzCore/std/hash.h +++ b/Code/Framework/AzCore/AzCore/std/hash.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/hash_table.h b/Code/Framework/AzCore/AzCore/std/hash_table.h index 873201caf4..5b76b6cb82 100644 --- a/Code/Framework/AzCore/AzCore/std/hash_table.h +++ b/Code/Framework/AzCore/AzCore/std/hash_table.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/iterator.h b/Code/Framework/AzCore/AzCore/std/iterator.h index 378852d57b..6135b6f450 100644 --- a/Code/Framework/AzCore/AzCore/std/iterator.h +++ b/Code/Framework/AzCore/AzCore/std/iterator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/limits.h b/Code/Framework/AzCore/AzCore/std/limits.h index 27eead376f..a1b6b113c2 100644 --- a/Code/Framework/AzCore/AzCore/std/limits.h +++ b/Code/Framework/AzCore/AzCore/std/limits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/math.h b/Code/Framework/AzCore/AzCore/std/math.h index 8482ed76f5..74685cb84e 100644 --- a/Code/Framework/AzCore/AzCore/std/math.h +++ b/Code/Framework/AzCore/AzCore/std/math.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/numeric.h b/Code/Framework/AzCore/AzCore/std/numeric.h index d0a63fac4e..9a6c90f1bf 100644 --- a/Code/Framework/AzCore/AzCore/std/numeric.h +++ b/Code/Framework/AzCore/AzCore/std/numeric.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/optional.h b/Code/Framework/AzCore/AzCore/std/optional.h index 0c86efe150..4ab32c9102 100644 --- a/Code/Framework/AzCore/AzCore/std/optional.h +++ b/Code/Framework/AzCore/AzCore/std/optional.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/allocator_concurrent_static.h b/Code/Framework/AzCore/AzCore/std/parallel/allocator_concurrent_static.h index 94c6afc656..72c687beab 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/allocator_concurrent_static.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/allocator_concurrent_static.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/atomic.h b/Code/Framework/AzCore/AzCore/std/parallel/atomic.h index 09924bdc4d..09b6f68166 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/atomic.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/atomic.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/binary_semaphore.h b/Code/Framework/AzCore/AzCore/std/parallel/binary_semaphore.h index 2f267d63a1..797de5fceb 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/binary_semaphore.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/binary_semaphore.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/combinable.h b/Code/Framework/AzCore/AzCore/std/parallel/combinable.h index 5fe91b7288..89ba35b5a0 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/combinable.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/combinable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/condition_variable.h b/Code/Framework/AzCore/AzCore/std/parallel/condition_variable.h index d612aeec78..87602cb58e 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/condition_variable.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/condition_variable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/conditional_variable.h b/Code/Framework/AzCore/AzCore/std/parallel/conditional_variable.h index a38322c639..5ac47d5100 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/conditional_variable.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/conditional_variable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/config.h b/Code/Framework/AzCore/AzCore/std/parallel/config.h index 2b125a9fbb..6af27a4648 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/config.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/config.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_map.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_map.h index 9a185ad50f..4ac1e995ea 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_map.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_map.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_set.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_set.h index e9ded4193f..a25099c279 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_set.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_fixed_unordered_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_map.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_map.h index 05192062eb..2e7f9b7901 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_map.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_map.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_set.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_set.h index cfba0f7ff6..cd7f4da2f8 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_set.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_unordered_set.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_vector.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_vector.h index a0411c0a8a..943b7609af 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_vector.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/concurrent_vector.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/internal/concurrent_hash_table.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/internal/concurrent_hash_table.h index 0dc8b02800..524eff7e64 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/internal/concurrent_hash_table.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/internal/concurrent_hash_table.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stack.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stack.h index 41846fd5f2..a2691aaa5c 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stack.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stamped_stack.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stamped_stack.h index e662a9f0f7..b0f97c7289 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stamped_stack.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_intrusive_stamped_stack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_queue.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_queue.h index 5237f2ffda..9658052469 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_queue.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_queue.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stack.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stack.h index 53622154c5..3d74669ac0 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stack.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_queue.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_queue.h index 679c7fa934..52fb9cccdf 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_queue.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_queue.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_stack.h b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_stack.h index 46c4f516e9..f857c57386 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_stack.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/containers/lock_free_stamped_stack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/exponential_backoff.h b/Code/Framework/AzCore/AzCore/std/parallel/exponential_backoff.h index 0c4558163d..bc75761677 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/exponential_backoff.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/exponential_backoff.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/lock.h b/Code/Framework/AzCore/AzCore/std/parallel/lock.h index 154d97cd4f..1b5449c416 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/lock.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/lock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/mutex.h b/Code/Framework/AzCore/AzCore/std/parallel/mutex.h index df3f3e3c5e..97387887d9 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/mutex.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/mutex.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/scoped_lock.h b/Code/Framework/AzCore/AzCore/std/parallel/scoped_lock.h index 9f8b14e19b..e96e1cebb7 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/scoped_lock.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/scoped_lock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/semaphore.h b/Code/Framework/AzCore/AzCore/std/parallel/semaphore.h index 3997180bd0..d2531448a5 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/semaphore.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/semaphore.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/shared_mutex.h b/Code/Framework/AzCore/AzCore/std/parallel/shared_mutex.h index 1ba2fb8d99..6e1a889a41 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/shared_mutex.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/shared_mutex.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/shared_spin_mutex.h b/Code/Framework/AzCore/AzCore/std/parallel/shared_spin_mutex.h index 3409dd21ca..c531b1d81a 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/shared_spin_mutex.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/shared_spin_mutex.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/spin_mutex.h b/Code/Framework/AzCore/AzCore/std/parallel/spin_mutex.h index 8b002dddbc..926e404668 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/spin_mutex.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/spin_mutex.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/thread.h b/Code/Framework/AzCore/AzCore/std/parallel/thread.h index d3b5b398c6..a46671a4cd 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/thread.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/thread.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/parallel/threadbus.h b/Code/Framework/AzCore/AzCore/std/parallel/threadbus.h index 09846c4c2b..26c2f92edb 100644 --- a/Code/Framework/AzCore/AzCore/std/parallel/threadbus.h +++ b/Code/Framework/AzCore/AzCore/std/parallel/threadbus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/ratio.h b/Code/Framework/AzCore/AzCore/std/ratio.h index 3f015b7aa1..0ba1c923db 100644 --- a/Code/Framework/AzCore/AzCore/std/ratio.h +++ b/Code/Framework/AzCore/AzCore/std/ratio.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/reference_wrapper.h b/Code/Framework/AzCore/AzCore/std/reference_wrapper.h index 75936085a9..de661e2a84 100644 --- a/Code/Framework/AzCore/AzCore/std/reference_wrapper.h +++ b/Code/Framework/AzCore/AzCore/std/reference_wrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/checked_delete.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/checked_delete.h index e567e5f661..492f5f449d 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/checked_delete.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/checked_delete.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this.h index 6dc27a2f55..c8ea9920fc 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this2.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this2.h index 2401b655f8..438bc4ff52 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this2.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/enable_shared_from_this2.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_base.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_base.h index 3800e211bf..b1d7b8d30e 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_base.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_ptr.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_ptr.h index 15bcf9e185..20bc51a18b 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_ptr.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_ptr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_refcount.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_refcount.h index 814d6fe463..4221a78721 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_refcount.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/intrusive_refcount.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/make_shared.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/make_shared.h index a88f07802e..60e233f440 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/make_shared.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/make_shared.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_array.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_array.h index ae22da6731..eddf9ae79b 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_array.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_array.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_ptr.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_ptr.h index 88eeb10795..f28bf7dcb2 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_ptr.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/scoped_ptr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_array.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_array.h index 2a4e04f0d4..a47a92cb0f 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_array.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_array.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_count.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_count.h index 7044685cb9..c86adbd69e 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_count.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_count.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_ptr.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_ptr.h index 29e5ddc988..4b3848be45 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_ptr.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/shared_ptr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/sp_convertible.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/sp_convertible.h index 88ba2abbe1..0a3e6f6773 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/sp_convertible.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/sp_convertible.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/unique_ptr.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/unique_ptr.h index 63cd12c09b..5f1f342510 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/unique_ptr.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/unique_ptr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/smart_ptr/weak_ptr.h b/Code/Framework/AzCore/AzCore/std/smart_ptr/weak_ptr.h index 6e6a4f442b..aaaf90e8f7 100644 --- a/Code/Framework/AzCore/AzCore/std/smart_ptr/weak_ptr.h +++ b/Code/Framework/AzCore/AzCore/std/smart_ptr/weak_ptr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/sort.h b/Code/Framework/AzCore/AzCore/std/sort.h index 3e6df36dff..49855d2531 100644 --- a/Code/Framework/AzCore/AzCore/std/sort.h +++ b/Code/Framework/AzCore/AzCore/std/sort.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/alphanum.cpp b/Code/Framework/AzCore/AzCore/std/string/alphanum.cpp index e9706d8cd2..70fbcf6d2c 100644 --- a/Code/Framework/AzCore/AzCore/std/string/alphanum.cpp +++ b/Code/Framework/AzCore/AzCore/std/string/alphanum.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/alphanum.h b/Code/Framework/AzCore/AzCore/std/string/alphanum.h index 9dc2912962..931e75089d 100644 --- a/Code/Framework/AzCore/AzCore/std/string/alphanum.h +++ b/Code/Framework/AzCore/AzCore/std/string/alphanum.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/conversions.h b/Code/Framework/AzCore/AzCore/std/string/conversions.h index 16b87f9bfc..3e5a393cf8 100644 --- a/Code/Framework/AzCore/AzCore/std/string/conversions.h +++ b/Code/Framework/AzCore/AzCore/std/string/conversions.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/fixed_string.h b/Code/Framework/AzCore/AzCore/std/string/fixed_string.h index 935180c4c7..079fe40cda 100644 --- a/Code/Framework/AzCore/AzCore/std/string/fixed_string.h +++ b/Code/Framework/AzCore/AzCore/std/string/fixed_string.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/fixed_string.inl b/Code/Framework/AzCore/AzCore/std/string/fixed_string.inl index 7ae03be127..9a7e38aca0 100644 --- a/Code/Framework/AzCore/AzCore/std/string/fixed_string.inl +++ b/Code/Framework/AzCore/AzCore/std/string/fixed_string.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/memorytoascii.cpp b/Code/Framework/AzCore/AzCore/std/string/memorytoascii.cpp index e195fd8f1a..8f2d5ddf25 100644 --- a/Code/Framework/AzCore/AzCore/std/string/memorytoascii.cpp +++ b/Code/Framework/AzCore/AzCore/std/string/memorytoascii.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/memorytoascii.h b/Code/Framework/AzCore/AzCore/std/string/memorytoascii.h index 591393cf01..05c3bc5372 100644 --- a/Code/Framework/AzCore/AzCore/std/string/memorytoascii.h +++ b/Code/Framework/AzCore/AzCore/std/string/memorytoascii.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/osstring.h b/Code/Framework/AzCore/AzCore/std/string/osstring.h index 2a74d54519..9dd3b8444c 100644 --- a/Code/Framework/AzCore/AzCore/std/string/osstring.h +++ b/Code/Framework/AzCore/AzCore/std/string/osstring.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/regex.cpp b/Code/Framework/AzCore/AzCore/std/string/regex.cpp index 87181f33bf..65f6bc732e 100644 --- a/Code/Framework/AzCore/AzCore/std/string/regex.cpp +++ b/Code/Framework/AzCore/AzCore/std/string/regex.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/regex.h b/Code/Framework/AzCore/AzCore/std/string/regex.h index 427ee42a9b..2c120436d5 100644 --- a/Code/Framework/AzCore/AzCore/std/string/regex.h +++ b/Code/Framework/AzCore/AzCore/std/string/regex.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/string.cpp b/Code/Framework/AzCore/AzCore/std/string/string.cpp index 200f608450..59fc9a6c6b 100644 --- a/Code/Framework/AzCore/AzCore/std/string/string.cpp +++ b/Code/Framework/AzCore/AzCore/std/string/string.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/string.h b/Code/Framework/AzCore/AzCore/std/string/string.h index df727aec6f..4d8fb0c5b5 100644 --- a/Code/Framework/AzCore/AzCore/std/string/string.h +++ b/Code/Framework/AzCore/AzCore/std/string/string.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/string_view.h b/Code/Framework/AzCore/AzCore/std/string/string_view.h index b74fbacec3..a3d243dae7 100644 --- a/Code/Framework/AzCore/AzCore/std/string/string_view.h +++ b/Code/Framework/AzCore/AzCore/std/string/string_view.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/tokenize.h b/Code/Framework/AzCore/AzCore/std/string/tokenize.h index 5fda23c233..b47baf9a1c 100644 --- a/Code/Framework/AzCore/AzCore/std/string/tokenize.h +++ b/Code/Framework/AzCore/AzCore/std/string/tokenize.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/string/wildcard.h b/Code/Framework/AzCore/AzCore/std/string/wildcard.h index 820b17cb10..f014e0d50c 100644 --- a/Code/Framework/AzCore/AzCore/std/string/wildcard.h +++ b/Code/Framework/AzCore/AzCore/std/string/wildcard.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/time.h b/Code/Framework/AzCore/AzCore/std/time.h index 148ceefd15..4c21ac8171 100644 --- a/Code/Framework/AzCore/AzCore/std/time.h +++ b/Code/Framework/AzCore/AzCore/std/time.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/tuple.h b/Code/Framework/AzCore/AzCore/std/tuple.h index 489973eefd..492a833f82 100644 --- a/Code/Framework/AzCore/AzCore/std/tuple.h +++ b/Code/Framework/AzCore/AzCore/std/tuple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/add_const.h b/Code/Framework/AzCore/AzCore/std/typetraits/add_const.h index 708efb1cf9..1489600c99 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/add_const.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/add_const.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/add_cv.h b/Code/Framework/AzCore/AzCore/std/typetraits/add_cv.h index f1ae7cb536..3a5eb4e671 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/add_cv.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/add_cv.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/add_pointer.h b/Code/Framework/AzCore/AzCore/std/typetraits/add_pointer.h index 9c83e5c84a..532becf399 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/add_pointer.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/add_pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/add_reference.h b/Code/Framework/AzCore/AzCore/std/typetraits/add_reference.h index 43e777a1b9..15796582f0 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/add_reference.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/add_reference.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/add_volatile.h b/Code/Framework/AzCore/AzCore/std/typetraits/add_volatile.h index bc8461120e..6d9a93d8db 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/add_volatile.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/add_volatile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/aligned_storage.h b/Code/Framework/AzCore/AzCore/std/typetraits/aligned_storage.h index 6d92f56508..f1d0f5c689 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/aligned_storage.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/aligned_storage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/alignment_of.h b/Code/Framework/AzCore/AzCore/std/typetraits/alignment_of.h index 2485a61996..f8cb7237bf 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/alignment_of.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/alignment_of.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/common_type.h b/Code/Framework/AzCore/AzCore/std/typetraits/common_type.h index 895a1294a1..9cb1779b24 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/common_type.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/common_type.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/conditional.h b/Code/Framework/AzCore/AzCore/std/typetraits/conditional.h index deb00a21ed..c5ead4e2c2 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/conditional.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/conditional.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/config.h b/Code/Framework/AzCore/AzCore/std/typetraits/config.h index 13e3db9242..409c7d977b 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/config.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/config.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/conjunction.h b/Code/Framework/AzCore/AzCore/std/typetraits/conjunction.h index 37e74f4c54..c6084e020e 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/conjunction.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/conjunction.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/decay.h b/Code/Framework/AzCore/AzCore/std/typetraits/decay.h index dc0945d31e..4dfa77d648 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/decay.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/decay.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/disjunction.h b/Code/Framework/AzCore/AzCore/std/typetraits/disjunction.h index ca4cd04614..808cd15214 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/disjunction.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/disjunction.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/extent.h b/Code/Framework/AzCore/AzCore/std/typetraits/extent.h index 36726ebaa3..cb7064ecf3 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/extent.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/extent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/function_traits.h b/Code/Framework/AzCore/AzCore/std/typetraits/function_traits.h index 4683d9e1d5..219292debf 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/function_traits.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/function_traits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/has_member_function.h b/Code/Framework/AzCore/AzCore/std/typetraits/has_member_function.h index e581f26a29..410c8c5808 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/has_member_function.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/has_member_function.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/has_virtual_destructor.h b/Code/Framework/AzCore/AzCore/std/typetraits/has_virtual_destructor.h index bca10857bf..464af476e9 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/has_virtual_destructor.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/has_virtual_destructor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/integral_constant.h b/Code/Framework/AzCore/AzCore/std/typetraits/integral_constant.h index 47852a2743..07e4880095 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/integral_constant.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/integral_constant.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/internal/is_template_copy_constructible.h b/Code/Framework/AzCore/AzCore/std/typetraits/internal/is_template_copy_constructible.h index 2350b2ac55..1c8f88dc2d 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/internal/is_template_copy_constructible.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/internal/is_template_copy_constructible.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/internal/type_sequence_traits.h b/Code/Framework/AzCore/AzCore/std/typetraits/internal/type_sequence_traits.h index 06a4451248..f1a2c9b3e1 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/internal/type_sequence_traits.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/internal/type_sequence_traits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/intrinsics.h b/Code/Framework/AzCore/AzCore/std/typetraits/intrinsics.h index e138b367a0..43a396d381 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/intrinsics.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/intrinsics.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/invoke_traits.h b/Code/Framework/AzCore/AzCore/std/typetraits/invoke_traits.h index 28cd20aa97..87dc85aab3 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/invoke_traits.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/invoke_traits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_abstract.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_abstract.h index 276360b24c..9ecdbf0ac1 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_abstract.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_abstract.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_arithmetic.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_arithmetic.h index bd975c9f56..29e56b42f1 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_arithmetic.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_arithmetic.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_array.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_array.h index 3847f0f140..325d2279d6 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_array.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_array.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_assignable.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_assignable.h index ebdf796b50..2319abebae 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_assignable.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_assignable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_base_of.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_base_of.h index 31a606a54f..f7267575e9 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_base_of.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_base_of.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_class.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_class.h index 1c21c3bd96..b1095fa2de 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_class.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_class.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_compound.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_compound.h index d5eb58b68b..584ac5557c 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_compound.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_compound.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_const.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_const.h index d915c67a81..3f279ae32e 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_const.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_const.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_constructible.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_constructible.h index dbee0c6a74..0946a58671 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_constructible.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_constructible.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_convertible.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_convertible.h index 941ecd9a1a..65f3b9908c 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_convertible.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_convertible.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_destructible.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_destructible.h index 2b6b949b18..ac03f01d3b 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_destructible.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_destructible.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_empty.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_empty.h index f0c5556380..eb85f402c7 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_empty.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_empty.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_enum.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_enum.h index 28beb54311..64affb7f51 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_enum.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_enum.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_floating_point.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_floating_point.h index 32efdccde4..7408866ed7 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_floating_point.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_floating_point.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_function.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_function.h index 8da8f6234f..ffb4a95138 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_function.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_function.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_fundamental.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_fundamental.h index 2b9044fa6e..040e42a0e3 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_fundamental.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_fundamental.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_integral.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_integral.h index 396953f5fc..a51e06dc06 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_integral.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_integral.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_lvalue_reference.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_lvalue_reference.h index 5b66326aec..ca6a2b6394 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_lvalue_reference.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_lvalue_reference.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_member_function_pointer.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_member_function_pointer.h index 47c8b29ad2..af8a4d5251 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_member_function_pointer.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_member_function_pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_member_object_pointer.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_member_object_pointer.h index 1b09d26711..fb32788263 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_member_object_pointer.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_member_object_pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_member_pointer.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_member_pointer.h index ed3ad24808..1ece487f3e 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_member_pointer.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_member_pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_object.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_object.h index 6872ee631d..cf5eb9f15a 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_object.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_object.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_pod.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_pod.h index b67da3fa12..b7a6202411 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_pod.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_pod.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_pointer.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_pointer.h index dd20bc441b..8926499c7f 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_pointer.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_polymorphic.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_polymorphic.h index 3e57a28320..02942da1ff 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_polymorphic.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_polymorphic.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_reference.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_reference.h index caf0a680c5..14a57bbcac 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_reference.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_reference.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_rvalue_reference.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_rvalue_reference.h index 97a9448c7e..2d990a8ce1 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_rvalue_reference.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_rvalue_reference.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_same.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_same.h index 3ec2a3decf..858e9b1f52 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_same.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_same.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_scalar.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_scalar.h index b9378c86b2..393c3f88d3 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_scalar.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_scalar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_signed.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_signed.h index d96bc287a2..f3459ef512 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_signed.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_signed.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_swappable.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_swappable.h index 82f9619a58..1fb0304c74 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_swappable.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_swappable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_trivial.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_trivial.h index 35887560ab..f2af1b0234 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_trivial.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_trivial.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_trivially_copyable.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_trivially_copyable.h index 844404a4c5..2df3ee8a16 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_trivially_copyable.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_trivially_copyable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_union.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_union.h index ba9ba5744c..dde4b3b0cf 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_union.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_union.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_unsigned.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_unsigned.h index 9f992b85ab..9548fad4c1 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_unsigned.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_unsigned.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_void.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_void.h index 178897e2cc..8143a37cdc 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_void.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_void.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/is_volatile.h b/Code/Framework/AzCore/AzCore/std/typetraits/is_volatile.h index 20bd88b6e7..a9856b2c18 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/is_volatile.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/is_volatile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/negation.h b/Code/Framework/AzCore/AzCore/std/typetraits/negation.h index 845430624a..42a2f048b2 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/negation.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/negation.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/rank.h b/Code/Framework/AzCore/AzCore/std/typetraits/rank.h index 6cebc16c66..2100355662 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/rank.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/rank.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_all_extents.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_all_extents.h index a56c3b1da4..63a7ec41c9 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_all_extents.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_all_extents.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_const.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_const.h index 3902c69fad..2dc843c066 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_const.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_const.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_cv.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_cv.h index f26d60ef4f..4b2f3ea10f 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_cv.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_cv.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_cvref.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_cvref.h index a01f93a9d3..cf4ed999fb 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_cvref.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_cvref.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_extent.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_extent.h index c36410bd8c..37eafbfd43 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_extent.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_extent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_pointer.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_pointer.h index 538646d3bf..1daacd01e3 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_pointer.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_pointer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_reference.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_reference.h index ebe215a290..33ff68793e 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_reference.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_reference.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/remove_volatile.h b/Code/Framework/AzCore/AzCore/std/typetraits/remove_volatile.h index 676f3a1028..506afafa98 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/remove_volatile.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/remove_volatile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/static_storage.h b/Code/Framework/AzCore/AzCore/std/typetraits/static_storage.h index 196ff4fdf6..449c9d85c0 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/static_storage.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/static_storage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/tuple_traits.h b/Code/Framework/AzCore/AzCore/std/typetraits/tuple_traits.h index fac05660fe..5b37ece68d 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/tuple_traits.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/tuple_traits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/type_id.h b/Code/Framework/AzCore/AzCore/std/typetraits/type_id.h index 3499cb969e..181b849033 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/type_id.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/type_id.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/type_identity.h b/Code/Framework/AzCore/AzCore/std/typetraits/type_identity.h index c3f066b7a4..356a65d2a6 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/type_identity.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/type_identity.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/typetraits.h b/Code/Framework/AzCore/AzCore/std/typetraits/typetraits.h index 61827d2caf..d29b0c28ee 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/typetraits.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/typetraits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/underlying_type.h b/Code/Framework/AzCore/AzCore/std/typetraits/underlying_type.h index 9ad1a4475b..42dbcc2263 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/underlying_type.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/underlying_type.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/typetraits/void_t.h b/Code/Framework/AzCore/AzCore/std/typetraits/void_t.h index 0f89e2beb0..2ef042faed 100644 --- a/Code/Framework/AzCore/AzCore/std/typetraits/void_t.h +++ b/Code/Framework/AzCore/AzCore/std/typetraits/void_t.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/AzCore/std/utils.h b/Code/Framework/AzCore/AzCore/std/utils.h index 0b1d884dac..2d098af55e 100644 --- a/Code/Framework/AzCore/AzCore/std/utils.h +++ b/Code/Framework/AzCore/AzCore/std/utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/CMakeLists.txt b/Code/Framework/AzCore/CMakeLists.txt index b52881e4bf..ea7cc27af5 100644 --- a/Code/Framework/AzCore/CMakeLists.txt +++ b/Code/Framework/AzCore/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -11,7 +12,7 @@ ly_get_list_relative_pal_filename(pal_dir ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME}) ly_get_list_relative_pal_filename(common_dir ${CMAKE_CURRENT_LIST_DIR}/Platform/Common) -if(LY_ENABLE_RAD_TELEMETRY) +if(LY_RAD_TELEMETRY_ENABLED) set(AZ_CORE_RADTELEMETRY_FILES ${common_dir}/azcore_profile_telemetry_files.cmake) set(AZ_CORE_RADTELEMETRY_PLATFORM_INCLUDES ${pal_dir}/profile_telemetry_platform_${PAL_PLATFORM_NAME_LOWERCASE}.cmake) set(AZ_CORE_RADTELEMETRY_INCLUDE_DIRECTORIES ${common_dir}) diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Android.h b/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Android.h index 4f02655d6f..1b67f3b720 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Android.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Platform.h index 68af67980f..035829733e 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/AzCore_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Debug/Trace_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/Debug/Trace_Android.cpp index a7b7912c2d..07a132d2b9 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Debug/Trace_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Debug/Trace_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/IO/Streamer/StreamerContext_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/IO/Streamer/StreamerContext_Platform.h index 0fcaf8ef70..51d3f54553 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/IO/Streamer/StreamerContext_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/IO/Streamer/StreamerContext_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.cpp index d4c3e8d36d..001cd57ac5 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.h b/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.h index c194c3b380..a45518f6c2 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Platform.h index 03b848ed02..2b5daeea9f 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/IO/SystemFile_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/IPC/SharedMemory_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/IPC/SharedMemory_Platform.h index a07e94878c..bfadea6c41 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/IPC/SharedMemory_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/IPC/SharedMemory_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Android.h b/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Android.h index 664191178f..b455e63d5e 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Android.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Platform.h index f232d71694..0c6fee9fcc 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Math/Internal/MathTypes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Math/Random_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/Math/Random_Platform.h index 879fa1efca..f43ab18b1b 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Math/Random_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Math/Random_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Memory/HeapSchema_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/Memory/HeapSchema_Android.cpp index 82c72b87f6..e28832cf61 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Memory/HeapSchema_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Memory/HeapSchema_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OSAllocator_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OSAllocator_Platform.h index 80372c577b..00853c33d7 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OSAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OSAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OverrunDetectionAllocator_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OverrunDetectionAllocator_Platform.h index ac831358eb..3e0d73e687 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OverrunDetectionAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Memory/OverrunDetectionAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Module/DynamicModuleHandle_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/Module/DynamicModuleHandle_Android.cpp index ea4e5d00d6..1c24b2b095 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Module/DynamicModuleHandle_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Module/DynamicModuleHandle_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/NativeUI/NativeUISystemComponent_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/NativeUI/NativeUISystemComponent_Android.cpp index 49d840bbec..27bc6966b3 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/NativeUI/NativeUISystemComponent_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/NativeUI/NativeUISystemComponent_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Android.h b/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Android.h index c29081ba41..3d975eeafc 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Android.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Platform.h index 30dde65d6b..17e2ac57ca 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/PlatformId/PlatformId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/PlatformIncl_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/PlatformIncl_Platform.h index 06a27d3726..b5999dcd50 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/PlatformIncl_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/PlatformIncl_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_Platform.h index 3f4fe10957..6955a5202e 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_fwd_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_fwd_Platform.h index 8f5812ac2c..1ccd26a7ed 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_fwd_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Socket/AzSocket_fwd_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/Utils/Utils_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/Utils/Utils_Android.cpp index 34b2e91813..1333006c4c 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/Utils/Utils_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/Utils/Utils_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/base_Android.h b/Code/Framework/AzCore/Platform/Android/AzCore/base_Android.h index e41e011a88..03320d1dd8 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/base_Android.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/base_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/base_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/base_Platform.h index cff62bcf74..14a20a770a 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/base_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/base_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Android.h b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Android.h index 02fded02c7..3cc4c8999f 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Android.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Platform.h index 78ee961620..cab30adbc9 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/config_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/condition_variable_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/condition_variable_Platform.h index 47c17a8adf..3a9ab48a08 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/condition_variable_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/condition_variable_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/mutex_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/mutex_Platform.h index c1b11e1a44..0f276dd6c2 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/mutex_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/mutex_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/semaphore_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/semaphore_Platform.h index 76b92717f1..ed733d228d 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/semaphore_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/semaphore_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Android.cpp b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Android.cpp index c705504dd1..612296ebba 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Android.cpp +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Platform.h b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Platform.h index 36124f3d1d..2622da8f39 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Platform.h +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/parallel/internal/thread_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/AzCore/std/string/fixed_string_Platform.inl b/Code/Framework/AzCore/Platform/Android/AzCore/std/string/fixed_string_Platform.inl index 33697c45af..67972924b1 100644 --- a/Code/Framework/AzCore/Platform/Android/AzCore/std/string/fixed_string_Platform.inl +++ b/Code/Framework/AzCore/Platform/Android/AzCore/std/string/fixed_string_Platform.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Android/platform_android.cmake b/Code/Framework/AzCore/Platform/Android/platform_android.cmake index 8537e6e7a5..9ecf9fd999 100644 --- a/Code/Framework/AzCore/Platform/Android/platform_android.cmake +++ b/Code/Framework/AzCore/Platform/Android/platform_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Android/platform_android_files.cmake b/Code/Framework/AzCore/Platform/Android/platform_android_files.cmake index a746fe9c30..15326a4435 100644 --- a/Code/Framework/AzCore/Platform/Android/platform_android_files.cmake +++ b/Code/Framework/AzCore/Platform/Android/platform_android_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Android/profile_telemetry_platform_android.cmake b/Code/Framework/AzCore/Platform/Android/profile_telemetry_platform_android.cmake index 9a1c433e6c..df12777586 100644 --- a/Code/Framework/AzCore/Platform/Android/profile_telemetry_platform_android.cmake +++ b/Code/Framework/AzCore/Platform/Android/profile_telemetry_platform_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -11,6 +12,6 @@ # is being avoided to prevent overriding functions declared in other targets platfrom # specific cmake files -if(LY_ENABLE_RAD_TELEMETRY) +if(LY_RAD_TELEMETRY_ENABLED) set(LY_COMPILE_DEFINITIONS PUBLIC AZ_PROFILE_TELEMETRY) endif() diff --git a/Code/Framework/AzCore/Platform/AppleTV/AzCore/IO/Streamer/StreamerContext_Platform.h b/Code/Framework/AzCore/Platform/AppleTV/AzCore/IO/Streamer/StreamerContext_Platform.h index 0fcaf8ef70..51d3f54553 100644 --- a/Code/Framework/AzCore/Platform/AppleTV/AzCore/IO/Streamer/StreamerContext_Platform.h +++ b/Code/Framework/AzCore/Platform/AppleTV/AzCore/IO/Streamer/StreamerContext_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Debug/Trace_Apple.cpp b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Debug/Trace_Apple.cpp index 1b4fbc9a5a..62fe849c36 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Debug/Trace_Apple.cpp +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Debug/Trace_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.cpp b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.cpp index fb9331d931..be5cbc3859 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.cpp +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.h b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.h index 70c02bc745..edae1261f7 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.h +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/IO/SystemFile_Apple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Memory/OSAllocator_Apple.h b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Memory/OSAllocator_Apple.h index 344f23c09a..e33e4b9be9 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Memory/OSAllocator_Apple.h +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Memory/OSAllocator_Apple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Module/DynamicModuleHandle_Apple.cpp b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Module/DynamicModuleHandle_Apple.cpp index b44f3a9943..62718c2d46 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Module/DynamicModuleHandle_Apple.cpp +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Module/DynamicModuleHandle_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Utils/Utils_Apple.cpp b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Utils/Utils_Apple.cpp index b5abc239d1..5ca434ffde 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Utils/Utils_Apple.cpp +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/Utils/Utils_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/config_Apple.h b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/config_Apple.h index c715b2ad75..05d75179b1 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/config_Apple.h +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/config_Apple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/semaphore_Apple.h b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/semaphore_Apple.h index 7063f9989b..4910aab1ac 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/semaphore_Apple.h +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/semaphore_Apple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/thread_Apple.cpp b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/thread_Apple.cpp index 7a3d3dc629..bc89545faa 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/thread_Apple.cpp +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/thread_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/time_Apple.h b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/time_Apple.h index 6d52ffc5ab..dbadb7186f 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/time_Apple.h +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/parallel/internal/time_Apple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/time_Apple.cpp b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/time_Apple.cpp index ca49fedf31..4c67c5cfc5 100644 --- a/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/time_Apple.cpp +++ b/Code/Framework/AzCore/Platform/Common/Apple/AzCore/std/time_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Clang/AzCore/std/string/fixed_string_Clang.inl b/Code/Framework/AzCore/Platform/Common/Clang/AzCore/std/string/fixed_string_Clang.inl index 46cb831331..5d8735ac3f 100644 --- a/Code/Framework/AzCore/Platform/Common/Clang/AzCore/std/string/fixed_string_Clang.inl +++ b/Code/Framework/AzCore/Platform/Common/Clang/AzCore/std/string/fixed_string_Clang.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerConfiguration_Default.cpp b/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerConfiguration_Default.cpp index 24d00b9598..48b30a0609 100644 --- a/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerConfiguration_Default.cpp +++ b/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerConfiguration_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.cpp b/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.cpp index 1fdcd7edd5..7cf48ed4cb 100644 --- a/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.cpp +++ b/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.h b/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.h index 4526f0c84d..1478f663fa 100644 --- a/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.h +++ b/Code/Framework/AzCore/Platform/Common/Default/AzCore/IO/Streamer/StreamerContext_Default.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Default/AzCore/Module/Internal/ModuleManagerSearchPathTool_Default.cpp b/Code/Framework/AzCore/Platform/Common/Default/AzCore/Module/Internal/ModuleManagerSearchPathTool_Default.cpp index b062f14c29..39b4cbd4ea 100644 --- a/Code/Framework/AzCore/Platform/Common/Default/AzCore/Module/Internal/ModuleManagerSearchPathTool_Default.cpp +++ b/Code/Framework/AzCore/Platform/Common/Default/AzCore/Module/Internal/ModuleManagerSearchPathTool_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/MSVC/AzCore/std/string/fixed_string_MSVC.inl b/Code/Framework/AzCore/Platform/Common/MSVC/AzCore/std/string/fixed_string_MSVC.inl index d1362e9e46..55c025adc8 100644 --- a/Code/Framework/AzCore/Platform/Common/MSVC/AzCore/std/string/fixed_string_MSVC.inl +++ b/Code/Framework/AzCore/Platform/Common/MSVC/AzCore/std/string/fixed_string_MSVC.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetry.h b/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetry.h index 6e75fa4f61..3337df9ede 100644 --- a/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetry.h +++ b/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetryBus.h b/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetryBus.h index aa70c7b3c6..e572314723 100644 --- a/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetryBus.h +++ b/Code/Framework/AzCore/Platform/Common/RadTelemetry/ProfileTelemetryBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Debug/StackTracer_Unimplemented.cpp b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Debug/StackTracer_Unimplemented.cpp index 12731284b7..0c091a7242 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Debug/StackTracer_Unimplemented.cpp +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Debug/StackTracer_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/IPC/SharedMemory_Unimplemented.h b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/IPC/SharedMemory_Unimplemented.h index 86a11c7ba5..8e38dc3c07 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/IPC/SharedMemory_Unimplemented.h +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/IPC/SharedMemory_Unimplemented.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Memory/OverrunDetectionAllocator_Unimplemented.h b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Memory/OverrunDetectionAllocator_Unimplemented.h index 1033ad50c2..fd33bd9f40 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Memory/OverrunDetectionAllocator_Unimplemented.h +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Memory/OverrunDetectionAllocator_Unimplemented.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Module/DynamicModuleHandle_Unimplemented.cpp b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Module/DynamicModuleHandle_Unimplemented.cpp index 87cd1cecbb..dc03fca66e 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Module/DynamicModuleHandle_Unimplemented.cpp +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Module/DynamicModuleHandle_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/NativeUI/NativeUISystemComponent_Unimplemented.cpp b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/NativeUI/NativeUISystemComponent_Unimplemented.cpp index 4b5c9e28e4..bf7b154f83 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/NativeUI/NativeUISystemComponent_Unimplemented.cpp +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/NativeUI/NativeUISystemComponent_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/PlatformIncl_Unimplemented.h b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/PlatformIncl_Unimplemented.h index cc8a920d01..d2963c0bf0 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/PlatformIncl_Unimplemented.h +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/PlatformIncl_Unimplemented.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Utils/Utils_Unimplemented.cpp b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Utils/Utils_Unimplemented.cpp index d3d9b9b836..5a92b72188 100644 --- a/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Utils/Utils_Unimplemented.cpp +++ b/Code/Framework/AzCore/Platform/Common/Unimplemented/AzCore/Utils/Utils_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/StackTracer_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/StackTracer_UnixLike.cpp index aaf5b63272..abfabbbd54 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/StackTracer_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/StackTracer_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/Trace_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/Trace_UnixLike.cpp index 29cc9b2c4d..545a712df8 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/Trace_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Debug/Trace_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.cpp index a1c0164349..07614ad56b 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.h index 8f2a6850bc..325159e335 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/Internal/SystemFileUtils_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.cpp index 9489c5eaf8..797f3e35e8 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.h index 082e601cc3..64a1a61acf 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/IO/SystemFile_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.cpp index 0b938e8b3c..b8f3b76a8f 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.h index 89f80f8f3c..c9c0f569cc 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Math/Random_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Memory/OSAllocator_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Memory/OSAllocator_UnixLike.h index 5ee9debb07..4b7081f6ba 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Memory/OSAllocator_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Memory/OSAllocator_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Module/DynamicModuleHandle_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Module/DynamicModuleHandle_UnixLike.cpp index 522818f9f9..bfc69a05a3 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Module/DynamicModuleHandle_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Module/DynamicModuleHandle_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/PlatformIncl_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/PlatformIncl_UnixLike.h index 4714c433fe..451ba1763a 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/PlatformIncl_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/PlatformIncl_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,3 +9,16 @@ #pragma once #include + +#define __STDC_FORMAT_MACROS +#include + +// types like AZ::u64 require an usigned long long, but inttypes.h has it as unsigned long +#undef PRIX64 +#undef PRIx64 +#undef PRId64 +#undef PRIu64 +#define PRIX64 "llX" +#define PRIx64 "llx" +#define PRId64 "lld" +#define PRIu64 "llu" diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Platform_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Platform_UnixLike.cpp index 901fbe82e1..bdc2e753be 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Platform_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Platform_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.cpp index 01cc49a745..5b35b13d8b 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h index 186935098f..d960232a71 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h index 60261f1b94..7717b9b12d 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Socket/AzSocket_fwd_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Utils/Utils_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Utils/Utils_UnixLike.cpp index b1d4cb13b0..9aff67a00f 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Utils/Utils_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/Utils/Utils_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/condition_variable_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/condition_variable_UnixLike.h index 74a2a677d2..d903f09b46 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/condition_variable_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/condition_variable_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/mutex_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/mutex_UnixLike.h index 8452ff8396..fcdc6f6c36 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/mutex_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/mutex_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/semaphore_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/semaphore_UnixLike.h index bfe0361c0f..616dbdab67 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/semaphore_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/semaphore_UnixLike.h @@ -1,12 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include "time_UnixLike.h" +#include /** * This file is to be included from the semaphore.h only. It should NOT be included by the user. diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.cpp index 19415f2f87..079f167408 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.h index c55d5ae4f5..499caebac0 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/thread_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/time_UnixLike.h b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/time_UnixLike.h index ea48f2cb01..c8f172e118 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/time_UnixLike.h +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/parallel/internal/time_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/time_UnixLike.cpp b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/time_UnixLike.cpp index 5abe4080c0..96d2e7cb71 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/time_UnixLike.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLike/AzCore/std/time_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/UnixLikeDefault/AzCore/IO/SystemFile_UnixLikeDefault.cpp b/Code/Framework/AzCore/Platform/Common/UnixLikeDefault/AzCore/IO/SystemFile_UnixLikeDefault.cpp index a14ad6e696..3ca7a3fc76 100644 --- a/Code/Framework/AzCore/Platform/Common/UnixLikeDefault/AzCore/IO/SystemFile_UnixLikeDefault.cpp +++ b/Code/Framework/AzCore/Platform/Common/UnixLikeDefault/AzCore/IO/SystemFile_UnixLikeDefault.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/VisualStudio/AzCore/Natvis/rapidjson.natvis b/Code/Framework/AzCore/Platform/Common/VisualStudio/AzCore/Natvis/rapidjson.natvis new file mode 100644 index 0000000000..5167714f20 --- /dev/null +++ b/Code/Framework/AzCore/Platform/Common/VisualStudio/AzCore/Natvis/rapidjson.natvis @@ -0,0 +1,38 @@ + + + + + null + true + false + {data_.ss.str} + {(const char*)((size_t)data_.s.str & 0x0000FFFFFFFFFFFF)} + {data_.n.i.i} + {data_.n.u.u} + {data_.n.i64} + {data_.n.u64} + {data_.n.d} + Object members={data_.o.size} + Array members={data_.a.size} + + data_.o.size + data_.o.capacity + + data_.o.size + + (rapidjson_ly::GenericMember<$T1,$T2>*)(((size_t)data_.o.members) & 0x0000FFFFFFFFFFFF) + + + data_.a.size + data_.a.capacity + + data_.a.size + + (rapidjson_ly::GenericValue<$T1,$T2>*)(((size_t)data_.a.elements) & 0x0000FFFFFFFFFFFF) + + + + + + + diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Debug/Trace_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Debug/Trace_WinAPI.cpp index c0cebfe8c2..d4a0f52941 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Debug/Trace_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Debug/Trace_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.cpp index d32a30bcec..cda0a3f056 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.h index 0a4abc2056..b9b5aee62c 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.cpp index 997d450e8e..090e29a535 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.h index ca833c07dd..3e64d03b4d 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/IO/SystemFile_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OSAllocator_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OSAllocator_WinAPI.h index 582b949897..f90a04a2f2 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OSAllocator_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OSAllocator_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OverrunDetectionAllocator_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OverrunDetectionAllocator_WinAPI.h index 24e200ad11..19f83374e7 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OverrunDetectionAllocator_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Memory/OverrunDetectionAllocator_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Module/DynamicModuleHandle_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Module/DynamicModuleHandle_WinAPI.cpp index 2119197500..cc04fb6bd5 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Module/DynamicModuleHandle_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Module/DynamicModuleHandle_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.cpp index 763c4caf97..dda310f8f4 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.h index 8bdf2dccfb..93ae1536ea 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_WinAPI.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_fwd_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_fwd_WinAPI.h index 7630cb546b..b82dc46f5f 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_fwd_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Socket/AzSocket_fwd_WinAPI.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Utils/Utils_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Utils/Utils_WinAPI.cpp index f8787fc6f3..66257735b4 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Utils/Utils_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/Utils/Utils_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/config_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/config_WinAPI.h index 2488fd065c..fe7620c173 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/config_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/config_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/condition_variable_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/condition_variable_WinAPI.h index 7ba31098ca..536144b814 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/condition_variable_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/condition_variable_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/mutex_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/mutex_WinAPI.h index b32b1dc4e9..4115f0e764 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/mutex_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/mutex_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/semaphore_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/semaphore_WinAPI.h index fdccf4f6d9..cca90787e6 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/semaphore_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/semaphore_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.cpp b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.cpp index 643dfe3d83..dfe265aaa5 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.cpp +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.h b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.h index 6a4905a0ab..46986521e7 100644 --- a/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.h +++ b/Code/Framework/AzCore/Platform/Common/WinAPI/AzCore/std/parallel/internal/thread_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Common/azcore_profile_telemetry_files.cmake b/Code/Framework/AzCore/Platform/Common/azcore_profile_telemetry_files.cmake index f125f3bfc5..d23f8df790 100644 --- a/Code/Framework/AzCore/Platform/Common/azcore_profile_telemetry_files.cmake +++ b/Code/Framework/AzCore/Platform/Common/azcore_profile_telemetry_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Linux.h b/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Linux.h index 67702a5f39..d36be0f61a 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Linux.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Platform.h index ffc1c2a15f..c033140f99 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/AzCore_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Debug/Trace_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/Debug/Trace_Linux.cpp index 2b93565bb2..3f9e475153 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Debug/Trace_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Debug/Trace_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/IO/Streamer/StreamerContext_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/IO/Streamer/StreamerContext_Platform.h index 0fcaf8ef70..51d3f54553 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/IO/Streamer/StreamerContext_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/IO/Streamer/StreamerContext_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Linux.cpp index fb9331d931..be5cbc3859 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Platform.h index eeaf7f6a46..114a9941fd 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/IO/SystemFile_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/IPC/SharedMemory_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/IPC/SharedMemory_Platform.h index a07e94878c..bfadea6c41 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/IPC/SharedMemory_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/IPC/SharedMemory_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Linux.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Linux.h index db07bcf49c..ec2c10aa07 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Linux.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Platform.h index 338a374292..ce13f0e5a6 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Internal/MathTypes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Random_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Random_Platform.h index 879fa1efca..f43ab18b1b 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Random_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Math/Random_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/HeapSchema_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/HeapSchema_Linux.cpp index 82c72b87f6..e28832cf61 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/HeapSchema_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/HeapSchema_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OSAllocator_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OSAllocator_Platform.h index 80372c577b..00853c33d7 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OSAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OSAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OverrunDetectionAllocator_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OverrunDetectionAllocator_Platform.h index ac831358eb..3e0d73e687 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OverrunDetectionAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Memory/OverrunDetectionAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Module/DynamicModuleHandle_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/Module/DynamicModuleHandle_Linux.cpp index b44f3a9943..62718c2d46 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Module/DynamicModuleHandle_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Module/DynamicModuleHandle_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Module/Internal/ModuleManagerSearchPathTool_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/Module/Internal/ModuleManagerSearchPathTool_Linux.cpp index b062f14c29..39b4cbd4ea 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Module/Internal/ModuleManagerSearchPathTool_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Module/Internal/ModuleManagerSearchPathTool_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Linux.h b/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Linux.h index 31d5e29413..218b831d90 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Linux.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Platform.h index d172b551a4..68eda5624e 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformId/PlatformId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformIncl_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformIncl_Platform.h index cadad78908..b06d661809 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformIncl_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/PlatformIncl_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_Platform.h index 3f4fe10957..6955a5202e 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_fwd_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_fwd_Platform.h index 8f5812ac2c..1ccd26a7ed 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_fwd_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Socket/AzSocket_fwd_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/Utils/Utils_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/Utils/Utils_Linux.cpp index 47e4a343e8..d75eab0139 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/Utils/Utils_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/Utils/Utils_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/base_Linux.h b/Code/Framework/AzCore/Platform/Linux/AzCore/base_Linux.h index e41e011a88..03320d1dd8 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/base_Linux.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/base_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/base_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/base_Platform.h index e38990bec4..5aa0ef1d96 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/base_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/base_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Linux.h b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Linux.h index d12889b220..dbf1efb648 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Linux.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Platform.h index b45710c591..61b431db88 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/config_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/condition_variable_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/condition_variable_Platform.h index 47c17a8adf..3a9ab48a08 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/condition_variable_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/condition_variable_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/mutex_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/mutex_Platform.h index c1b11e1a44..0f276dd6c2 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/mutex_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/mutex_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/semaphore_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/semaphore_Platform.h index 76b92717f1..ed733d228d 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/semaphore_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/semaphore_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Linux.cpp b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Linux.cpp index d524854e84..619658057b 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Linux.cpp +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Platform.h b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Platform.h index 36124f3d1d..2622da8f39 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Platform.h +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/parallel/internal/thread_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/AzCore/std/string/fixed_string_Platform.inl b/Code/Framework/AzCore/Platform/Linux/AzCore/std/string/fixed_string_Platform.inl index 33697c45af..67972924b1 100644 --- a/Code/Framework/AzCore/Platform/Linux/AzCore/std/string/fixed_string_Platform.inl +++ b/Code/Framework/AzCore/Platform/Linux/AzCore/std/string/fixed_string_Platform.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Linux/platform_linux.cmake b/Code/Framework/AzCore/Platform/Linux/platform_linux.cmake index 1680124b4e..733f009c6f 100644 --- a/Code/Framework/AzCore/Platform/Linux/platform_linux.cmake +++ b/Code/Framework/AzCore/Platform/Linux/platform_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzCore/Platform/Linux/platform_linux_files.cmake index 3ef9ef89b5..b54e38032b 100644 --- a/Code/Framework/AzCore/Platform/Linux/platform_linux_files.cmake +++ b/Code/Framework/AzCore/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Linux/profile_telemetry_platform_linux.cmake b/Code/Framework/AzCore/Platform/Linux/profile_telemetry_platform_linux.cmake index 8537e6e7a5..9ecf9fd999 100644 --- a/Code/Framework/AzCore/Platform/Linux/profile_telemetry_platform_linux.cmake +++ b/Code/Framework/AzCore/Platform/Linux/profile_telemetry_platform_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Mac.h b/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Mac.h index 4f148f080c..b449cac072 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Mac.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Platform.h index 2308376a7c..b451a239b3 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/AzCore_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/IO/Streamer/StreamerContext_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/IO/Streamer/StreamerContext_Platform.h index 0fcaf8ef70..51d3f54553 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/IO/Streamer/StreamerContext_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/IO/Streamer/StreamerContext_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/IO/SystemFile_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/IO/SystemFile_Platform.h index 0349df7199..37e42698c7 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/IO/SystemFile_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/IO/SystemFile_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.cpp b/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.cpp index 54aff8a78b..7f13ec442a 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.cpp +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.h b/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.h index 498104a57f..8e172d920f 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Platform.h index 381604b527..9947116241 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/IPC/SharedMemory_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Mac.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Mac.h index db07bcf49c..ec2c10aa07 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Mac.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Platform.h index 83d395328c..017ebcf201 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Internal/MathTypes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Random_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Random_Platform.h index 879fa1efca..f43ab18b1b 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Random_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Math/Random_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/HeapSchema_Mac.cpp b/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/HeapSchema_Mac.cpp index 82c72b87f6..e28832cf61 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/HeapSchema_Mac.cpp +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/HeapSchema_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OSAllocator_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OSAllocator_Platform.h index 4e4e41cbc7..1a1ddeb30a 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OSAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OSAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OverrunDetectionAllocator_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OverrunDetectionAllocator_Platform.h index ac831358eb..3e0d73e687 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OverrunDetectionAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Memory/OverrunDetectionAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Module/Internal/ModuleManagerSearchPathTool_Mac.cpp b/Code/Framework/AzCore/Platform/Mac/AzCore/Module/Internal/ModuleManagerSearchPathTool_Mac.cpp index a619074b5c..c8b30928b6 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Module/Internal/ModuleManagerSearchPathTool_Mac.cpp +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Module/Internal/ModuleManagerSearchPathTool_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/NativeUI/NativeUISystemComponent_Mac.mm b/Code/Framework/AzCore/Platform/Mac/AzCore/NativeUI/NativeUISystemComponent_Mac.mm index 4bf32677f8..5a8789fe7a 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/NativeUI/NativeUISystemComponent_Mac.mm +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/NativeUI/NativeUISystemComponent_Mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Mac.h b/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Mac.h index ef0b552e60..949f1c21d5 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Mac.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Platform.h index 6086bbe7c6..81dc2df7ac 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformId/PlatformId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformIncl_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformIncl_Platform.h index cadad78908..b06d661809 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformIncl_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/PlatformIncl_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Platform_Mac.cpp b/Code/Framework/AzCore/Platform/Mac/AzCore/Platform_Mac.cpp index 4ea7a841ec..edb3d3ea0e 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Platform_Mac.cpp +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Platform_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_Platform.h index 3f4fe10957..6955a5202e 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_fwd_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_fwd_Platform.h index c0f16d8910..a9de5b4d42 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_fwd_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Socket/AzSocket_fwd_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/Utils/Utils_Mac.cpp b/Code/Framework/AzCore/Platform/Mac/AzCore/Utils/Utils_Mac.cpp index a6ea14631c..ba42ee89fc 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/Utils/Utils_Mac.cpp +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/Utils/Utils_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/base_Mac.h b/Code/Framework/AzCore/Platform/Mac/AzCore/base_Mac.h index e41e011a88..03320d1dd8 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/base_Mac.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/base_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/base_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/base_Platform.h index 800b7ac43f..b6e4e562a7 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/base_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/base_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/config_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/config_Platform.h index ae069fa5f0..9a48c17a93 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/config_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/config_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/condition_variable_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/condition_variable_Platform.h index 54196c74d3..b1a87b8bc4 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/condition_variable_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/condition_variable_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/mutex_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/mutex_Platform.h index c1b11e1a44..0f276dd6c2 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/mutex_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/mutex_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/semaphore_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/semaphore_Platform.h index 168af9333c..911259710e 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/semaphore_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/semaphore_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/thread_Platform.h b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/thread_Platform.h index 36124f3d1d..2622da8f39 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/thread_Platform.h +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/std/parallel/internal/thread_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/AzCore/std/string/fixed_string_Platform.inl b/Code/Framework/AzCore/Platform/Mac/AzCore/std/string/fixed_string_Platform.inl index 33697c45af..67972924b1 100644 --- a/Code/Framework/AzCore/Platform/Mac/AzCore/std/string/fixed_string_Platform.inl +++ b/Code/Framework/AzCore/Platform/Mac/AzCore/std/string/fixed_string_Platform.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Mac/platform_mac.cmake b/Code/Framework/AzCore/Platform/Mac/platform_mac.cmake index 323661d138..6efb4ca4f4 100644 --- a/Code/Framework/AzCore/Platform/Mac/platform_mac.cmake +++ b/Code/Framework/AzCore/Platform/Mac/platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzCore/Platform/Mac/platform_mac_files.cmake index a44f781f6b..dfb76b6db0 100644 --- a/Code/Framework/AzCore/Platform/Mac/platform_mac_files.cmake +++ b/Code/Framework/AzCore/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Mac/profile_telemetry_platform_mac.cmake b/Code/Framework/AzCore/Platform/Mac/profile_telemetry_platform_mac.cmake index 9a1c433e6c..df12777586 100644 --- a/Code/Framework/AzCore/Platform/Mac/profile_telemetry_platform_mac.cmake +++ b/Code/Framework/AzCore/Platform/Mac/profile_telemetry_platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -11,6 +12,6 @@ # is being avoided to prevent overriding functions declared in other targets platfrom # specific cmake files -if(LY_ENABLE_RAD_TELEMETRY) +if(LY_RAD_TELEMETRY_ENABLED) set(LY_COMPILE_DEFINITIONS PUBLIC AZ_PROFILE_TELEMETRY) endif() diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Platform.h index 03ab33992d..cf47e81ae9 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Windows.h index cc45d5e882..e9a06740a0 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/AzCore_Traits_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Debug/StackTracer_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/Debug/StackTracer_Windows.cpp index 9b2ccbe754..d2cdac84c7 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Debug/StackTracer_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Debug/StackTracer_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -146,7 +147,7 @@ namespace AZ { AZStd::mutex g_dbgLoadingMutex; HANDLE g_currentProcess = 0; /// We deal with only one process for now. CRITICAL_SECTION g_csDbgHelpDll; /// All dbg help functions are single threaded, so we need to control the access. - AZStd::fixed_vector g_moduleInfo; + AZStd::fixed_vector g_moduleInfo; // reserve 4k of scratch space so that we can get some callstack information without any allocations and as little stack frame usage as possible. const size_t g_scratchSpaceSize = 2048; diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.cpp index e294e2f74c..23cae8bd8d 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.h index 2c58a0220c..6629029db4 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDriveConfig_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.cpp index 174585a09c..671cc99aac 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.h index 2d6f504a20..86f8c6db16 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StorageDrive_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.cpp index af33925371..35835c374c 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.h index 2acab50c70..c7b5a96da9 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerConfiguration_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerContext_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerContext_Platform.h index 9626be37f4..f6b5a3302f 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerContext_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/Streamer/StreamerContext_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/SystemFile_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/SystemFile_Platform.h index 3d2b6b6fb0..f090009738 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IO/SystemFile_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IO/SystemFile_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Platform.h index 845fa23a53..5695d93fac 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.cpp index be832714fd..0797541652 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.h index 3d3164a1cb..7f206f5413 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/IPC/SharedMemory_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Platform.h index fce7c978b4..54b5ca6ae1 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Windows.h index 179a7407c0..9c7948cc0e 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Internal/MathTypes_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Platform.h index 94af8b2a77..37ed501eed 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.cpp index 807af504f7..3dc0d0d1e1 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.h index 7379475872..7cffdfa41c 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Math/Random_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/HeapSchema_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/HeapSchema_Windows.cpp index 718d14369c..c72c3674b6 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/HeapSchema_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/HeapSchema_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OSAllocator_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OSAllocator_Platform.h index e61dbda4e6..d9c583ec83 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OSAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OSAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OverrunDetectionAllocator_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OverrunDetectionAllocator_Platform.h index 487f73c626..008a6f737a 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OverrunDetectionAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Memory/OverrunDetectionAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Module/Internal/ModuleManagerSearchPathTool_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/Module/Internal/ModuleManagerSearchPathTool_Windows.cpp index b75d3453db..648d0a2955 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Module/Internal/ModuleManagerSearchPathTool_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Module/Internal/ModuleManagerSearchPathTool_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/NativeUI/NativeUISystemComponent_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/NativeUI/NativeUISystemComponent_Windows.cpp index 47ca0fe90c..568f727905 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/NativeUI/NativeUISystemComponent_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/NativeUI/NativeUISystemComponent_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Platform.h index f152c9b533..3e668eaba9 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Windows.h index a71b94e20b..26d3256e26 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformId/PlatformId_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Platform.h index 36c5bd8808..1ed84d0247 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Windows.h index 7845e5784d..6adef282eb 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/PlatformIncl_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Platform_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/Platform_Windows.cpp index e226837549..27e0bd11e1 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Platform_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Platform_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_Platform.h index f9f58e4b4f..83314fb8b0 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_Platform.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Platform.h index d60dde2bde..f1557b835b 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Platform.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Windows.h index 26eb767900..2a9f8ffc83 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Socket/AzSocket_fwd_Windows.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/Utils/Utils_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/Utils/Utils_Windows.cpp index f3344f48be..749cf1ba82 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/Utils/Utils_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/Utils/Utils_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/base_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/base_Platform.h index e82466c542..41bad177cb 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/base_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/base_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/base_Windows.h b/Code/Framework/AzCore/Platform/Windows/AzCore/base_Windows.h index e41e011a88..03320d1dd8 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/base_Windows.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/base_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/config_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/config_Platform.h index e5d348a864..749a85b79a 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/config_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/config_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/condition_variable_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/condition_variable_Platform.h index 542da3367d..5374fdebba 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/condition_variable_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/condition_variable_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/mutex_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/mutex_Platform.h index 3c049b2adc..4ffd38b3a3 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/mutex_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/mutex_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/semaphore_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/semaphore_Platform.h index b340c5894e..f549b08404 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/semaphore_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/semaphore_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Platform.h b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Platform.h index f19ed310aa..e42d45d942 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Platform.h +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Windows.cpp index 5c3e2fcb05..ea92a16838 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/parallel/internal/thread_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/string/fixed_string_Platform.inl b/Code/Framework/AzCore/Platform/Windows/AzCore/std/string/fixed_string_Platform.inl index 23da029193..bce6adb92b 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/string/fixed_string_Platform.inl +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/string/fixed_string_Platform.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/AzCore/std/time_Windows.cpp b/Code/Framework/AzCore/Platform/Windows/AzCore/std/time_Windows.cpp index 833745b7d3..c391dea021 100644 --- a/Code/Framework/AzCore/Platform/Windows/AzCore/std/time_Windows.cpp +++ b/Code/Framework/AzCore/Platform/Windows/AzCore/std/time_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/Windows/platform_windows.cmake b/Code/Framework/AzCore/Platform/Windows/platform_windows.cmake index 8537e6e7a5..9ecf9fd999 100644 --- a/Code/Framework/AzCore/Platform/Windows/platform_windows.cmake +++ b/Code/Framework/AzCore/Platform/Windows/platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzCore/Platform/Windows/platform_windows_files.cmake index 520c53f74c..6386377fcb 100644 --- a/Code/Framework/AzCore/Platform/Windows/platform_windows_files.cmake +++ b/Code/Framework/AzCore/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -29,6 +30,7 @@ set(FILES ../Common/VisualStudio/AzCore/Natvis/azcore.natvis ../Common/VisualStudio/AzCore/Natvis/azcore.natstepfilter ../Common/VisualStudio/AzCore/Natvis/azcore.natjmc + ../Common/VisualStudio/AzCore/Natvis/rapidjson.natvis AzCore/Debug/StackTracer_Windows.cpp ../Common/WinAPI/AzCore/Debug/Trace_WinAPI.cpp ../Common/WinAPI/AzCore/IO/Streamer/StreamerContext_WinAPI.cpp diff --git a/Code/Framework/AzCore/Platform/Windows/profile_telemetry_platform_windows.cmake b/Code/Framework/AzCore/Platform/Windows/profile_telemetry_platform_windows.cmake index 9a1c433e6c..df12777586 100644 --- a/Code/Framework/AzCore/Platform/Windows/profile_telemetry_platform_windows.cmake +++ b/Code/Framework/AzCore/Platform/Windows/profile_telemetry_platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -11,6 +12,6 @@ # is being avoided to prevent overriding functions declared in other targets platfrom # specific cmake files -if(LY_ENABLE_RAD_TELEMETRY) +if(LY_RAD_TELEMETRY_ENABLED) set(LY_COMPILE_DEFINITIONS PUBLIC AZ_PROFILE_TELEMETRY) endif() diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_Platform.h index 5a3d212adb..12f8670da6 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_iOS.h b/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_iOS.h index 6b6e33601e..56bc747c09 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_iOS.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/AzCore_Traits_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/IO/Streamer/StreamerContext_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/IO/Streamer/StreamerContext_Platform.h index 0fcaf8ef70..51d3f54553 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/IO/Streamer/StreamerContext_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/IO/Streamer/StreamerContext_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/IO/SystemFile_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/IO/SystemFile_Platform.h index 0349df7199..37e42698c7 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/IO/SystemFile_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/IO/SystemFile_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/IPC/SharedMemory_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/IPC/SharedMemory_Platform.h index a07e94878c..bfadea6c41 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/IPC/SharedMemory_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/IPC/SharedMemory_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_Platform.h index 446a54c2e6..f5311cabfe 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_iOS.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_iOS.h index 664191178f..b455e63d5e 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_iOS.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Internal/MathTypes_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Random_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Random_Platform.h index 879fa1efca..f43ab18b1b 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Random_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Math/Random_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/HeapSchema_iOS.cpp b/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/HeapSchema_iOS.cpp index 82c72b87f6..e28832cf61 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/HeapSchema_iOS.cpp +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/HeapSchema_iOS.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OSAllocator_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OSAllocator_Platform.h index 4e4e41cbc7..1a1ddeb30a 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OSAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OSAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OverrunDetectionAllocator_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OverrunDetectionAllocator_Platform.h index ac831358eb..3e0d73e687 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OverrunDetectionAllocator_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Memory/OverrunDetectionAllocator_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Module/DynamicModuleHandle_iOS.cpp b/Code/Framework/AzCore/Platform/iOS/AzCore/Module/DynamicModuleHandle_iOS.cpp index 4fc33f4133..4a1ba776ea 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Module/DynamicModuleHandle_iOS.cpp +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Module/DynamicModuleHandle_iOS.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/NativeUI/NativeUISystemComponent_iOS.mm b/Code/Framework/AzCore/Platform/iOS/AzCore/NativeUI/NativeUISystemComponent_iOS.mm index e663760b35..902e0d93c3 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/NativeUI/NativeUISystemComponent_iOS.mm +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/NativeUI/NativeUISystemComponent_iOS.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_Platform.h index e40eb0cc58..87d2eca8d2 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_iOS.h b/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_iOS.h index 10ab069004..5ecd8b77a5 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_iOS.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformId/PlatformId_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformIncl_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformIncl_Platform.h index cadad78908..b06d661809 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformIncl_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/PlatformIncl_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_Platform.h index 3f4fe10957..6955a5202e 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_fwd_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_fwd_Platform.h index c0f16d8910..a9de5b4d42 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_fwd_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Socket/AzSocket_fwd_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/Utils/Utils_iOS.mm b/Code/Framework/AzCore/Platform/iOS/AzCore/Utils/Utils_iOS.mm index 48f3f9a40d..9e82f2ca59 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/Utils/Utils_iOS.mm +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/Utils/Utils_iOS.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/base_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/base_Platform.h index 02cb720bd7..510a8c6d7f 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/base_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/base_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/base_iOS.h b/Code/Framework/AzCore/Platform/iOS/AzCore/base_iOS.h index e41e011a88..03320d1dd8 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/base_iOS.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/base_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/config_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/config_Platform.h index ae069fa5f0..9a48c17a93 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/config_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/config_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/condition_variable_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/condition_variable_Platform.h index 54196c74d3..b1a87b8bc4 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/condition_variable_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/condition_variable_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/mutex_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/mutex_Platform.h index c1b11e1a44..0f276dd6c2 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/mutex_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/mutex_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/semaphore_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/semaphore_Platform.h index 168af9333c..911259710e 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/semaphore_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/semaphore_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/thread_Platform.h b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/thread_Platform.h index 36124f3d1d..2622da8f39 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/thread_Platform.h +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/std/parallel/internal/thread_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/AzCore/std/string/fixed_string_Platform.inl b/Code/Framework/AzCore/Platform/iOS/AzCore/std/string/fixed_string_Platform.inl index 33697c45af..67972924b1 100644 --- a/Code/Framework/AzCore/Platform/iOS/AzCore/std/string/fixed_string_Platform.inl +++ b/Code/Framework/AzCore/Platform/iOS/AzCore/std/string/fixed_string_Platform.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Platform/iOS/platform_ios.cmake b/Code/Framework/AzCore/Platform/iOS/platform_ios.cmake index 42aa2152da..421409635f 100644 --- a/Code/Framework/AzCore/Platform/iOS/platform_ios.cmake +++ b/Code/Framework/AzCore/Platform/iOS/platform_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/iOS/platform_ios_files.cmake b/Code/Framework/AzCore/Platform/iOS/platform_ios_files.cmake index 87e90e26e5..81ee9bd09f 100644 --- a/Code/Framework/AzCore/Platform/iOS/platform_ios_files.cmake +++ b/Code/Framework/AzCore/Platform/iOS/platform_ios_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Platform/iOS/profile_telemetry_platform_ios.cmake b/Code/Framework/AzCore/Platform/iOS/profile_telemetry_platform_ios.cmake index 20a62135a6..aeb91ebce6 100644 --- a/Code/Framework/AzCore/Platform/iOS/profile_telemetry_platform_ios.cmake +++ b/Code/Framework/AzCore/Platform/iOS/profile_telemetry_platform_ios.cmake @@ -1,10 +1,11 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # -if(LY_ENABLE_RAD_TELEMETRY) +if(LY_RAD_TELEMETRY_ENABLED) set(LY_COMPILE_DEFINITIONS PUBLIC AZ_PROFILE_TELEMETRY) endif() diff --git a/Code/Framework/AzCore/Tests/AZStd/Algorithms.cpp b/Code/Framework/AzCore/Tests/AZStd/Algorithms.cpp index 18de76c735..2bb799e627 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Algorithms.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Algorithms.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Allocators.cpp b/Code/Framework/AzCore/Tests/AZStd/Allocators.cpp index 9978b7c3aa..8f34c7f31f 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Allocators.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Allocators.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Any.cpp b/Code/Framework/AzCore/Tests/AZStd/Any.cpp index 93e1364852..4040573462 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Any.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Any.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Atomics.cpp b/Code/Framework/AzCore/Tests/AZStd/Atomics.cpp index bfdc745935..57975ad09b 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Atomics.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Atomics.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Bitset.cpp b/Code/Framework/AzCore/Tests/AZStd/Bitset.cpp index 1074189696..ed1d59906b 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Bitset.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Bitset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/ChronoTests.cpp b/Code/Framework/AzCore/Tests/AZStd/ChronoTests.cpp index b6a1608acd..dcdd457ef8 100644 --- a/Code/Framework/AzCore/Tests/AZStd/ChronoTests.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/ChronoTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/ConcurrentAllocators.cpp b/Code/Framework/AzCore/Tests/AZStd/ConcurrentAllocators.cpp index f3b1ce2582..5be17a75e2 100644 --- a/Code/Framework/AzCore/Tests/AZStd/ConcurrentAllocators.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/ConcurrentAllocators.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/ConcurrentContainers.cpp b/Code/Framework/AzCore/Tests/AZStd/ConcurrentContainers.cpp index 7ee0fa3eb6..bdaf1dc6c8 100644 --- a/Code/Framework/AzCore/Tests/AZStd/ConcurrentContainers.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/ConcurrentContainers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/CreateDestroy.cpp b/Code/Framework/AzCore/Tests/AZStd/CreateDestroy.cpp index 2ff9fffba6..9ccd1b0742 100644 --- a/Code/Framework/AzCore/Tests/AZStd/CreateDestroy.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/CreateDestroy.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/DequeAndSimilar.cpp b/Code/Framework/AzCore/Tests/AZStd/DequeAndSimilar.cpp index 46872bd3da..33a5d29b4f 100644 --- a/Code/Framework/AzCore/Tests/AZStd/DequeAndSimilar.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/DequeAndSimilar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -297,7 +298,7 @@ namespace UnitTest AZ_TEST_ASSERT(int_queue.empty()); AZ_TEST_ASSERT(int_queue.size() == 0); - // Queue uses deque as default container, so try to contruct to queue from a deque. + // Queue uses deque as default container, so try to construct to queue from a deque. deque container(40, 10); int_queue_type int_queue2(container); AZ_TEST_ASSERT(!int_queue2.empty()); @@ -323,7 +324,7 @@ namespace UnitTest AZ_TEST_ASSERT(int_queue2.size() == 40); AZ_TEST_ASSERT(int_queue2.back() == 20); - int_queue.push(); + int_queue.emplace(); AZ_TEST_ASSERT(!int_queue.empty()); AZ_TEST_ASSERT(int_queue.size() == 1); @@ -422,7 +423,7 @@ namespace UnitTest AZ_TEST_ASSERT(int_stack2.size() == 40); AZ_TEST_ASSERT(int_stack2.top() == 10); - int_stack.push(); + int_stack.emplace(); AZ_TEST_ASSERT(!int_stack.empty()); AZ_TEST_ASSERT(int_stack.size() == 1); // StackContainerTest-End @@ -668,4 +669,19 @@ namespace UnitTest ++iteration; } } + + using StackContainerTestFixture = ScopedAllocatorSetupFixture; + + TEST_F(StackContainerTestFixture, StackEmplaceOperator_SupportsZeroOrMoreArguments) + { + using TestPairType = AZStd::pair; + AZStd::stack testStack; + testStack.emplace(); + testStack.emplace(1); + testStack.emplace(2, 3); + + using ContainerType = typename AZStd::stack::container_type; + AZStd::stack expectedStack(ContainerType{ TestPairType{ 0, 0 }, TestPairType{ 1, 0 }, TestPairType{ 2, 3 } }); + EXPECT_EQ(expectedStack, testStack); + } } diff --git a/Code/Framework/AzCore/Tests/AZStd/Examples.cpp b/Code/Framework/AzCore/Tests/AZStd/Examples.cpp index 4a1565dc2c..518eb5eed6 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Examples.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Examples.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/FunctionalBasic.cpp b/Code/Framework/AzCore/Tests/AZStd/FunctionalBasic.cpp index f76303cf9e..174e980766 100644 --- a/Code/Framework/AzCore/Tests/AZStd/FunctionalBasic.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/FunctionalBasic.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/FunctorsBind.cpp b/Code/Framework/AzCore/Tests/AZStd/FunctorsBind.cpp index 1b6aae7177..b720257f18 100644 --- a/Code/Framework/AzCore/Tests/AZStd/FunctorsBind.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/FunctorsBind.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Hashed.cpp b/Code/Framework/AzCore/Tests/AZStd/Hashed.cpp index 8b35cab137..f2558289ea 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Hashed.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Hashed.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Invoke.cpp b/Code/Framework/AzCore/Tests/AZStd/Invoke.cpp index 2c0ed54237..2a60fec75f 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Invoke.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Invoke.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Iterators.cpp b/Code/Framework/AzCore/Tests/AZStd/Iterators.cpp index 268cc6c03c..720aa0c7a8 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Iterators.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Iterators.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Lists.cpp b/Code/Framework/AzCore/Tests/AZStd/Lists.cpp index 98ba5a2997..72f5543fee 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Lists.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Lists.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/ListsFixed.cpp b/Code/Framework/AzCore/Tests/AZStd/ListsFixed.cpp index debac7114b..0cab9f05a9 100644 --- a/Code/Framework/AzCore/Tests/AZStd/ListsFixed.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/ListsFixed.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/ListsIntrusive.cpp b/Code/Framework/AzCore/Tests/AZStd/ListsIntrusive.cpp index 43baf49ec5..511a4e479e 100644 --- a/Code/Framework/AzCore/Tests/AZStd/ListsIntrusive.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/ListsIntrusive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/LockFreeQueues.cpp b/Code/Framework/AzCore/Tests/AZStd/LockFreeQueues.cpp index b87eb69bbe..62e79aede0 100644 --- a/Code/Framework/AzCore/Tests/AZStd/LockFreeQueues.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/LockFreeQueues.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/LockFreeStacks.cpp b/Code/Framework/AzCore/Tests/AZStd/LockFreeStacks.cpp index dd2d831c9d..fe87e86e1c 100644 --- a/Code/Framework/AzCore/Tests/AZStd/LockFreeStacks.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/LockFreeStacks.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/LockTests.cpp b/Code/Framework/AzCore/Tests/AZStd/LockTests.cpp index 94d22873e7..e419aa59f7 100644 --- a/Code/Framework/AzCore/Tests/AZStd/LockTests.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/LockTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Numeric.cpp b/Code/Framework/AzCore/Tests/AZStd/Numeric.cpp index 219902960b..c6059992d7 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Numeric.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Numeric.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Optional.cpp b/Code/Framework/AzCore/Tests/AZStd/Optional.cpp index 86ebe37e98..912ea0230f 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Optional.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Optional.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Ordered.cpp b/Code/Framework/AzCore/Tests/AZStd/Ordered.cpp index ec24594ac1..79abd71a70 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Ordered.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Ordered.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Pair.cpp b/Code/Framework/AzCore/Tests/AZStd/Pair.cpp index 7f7b409f9d..53786d20da 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Pair.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Pair.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Parallel.cpp b/Code/Framework/AzCore/Tests/AZStd/Parallel.cpp index 73326333a3..2743d5e323 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Parallel.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Parallel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/ScopedLockTests.cpp b/Code/Framework/AzCore/Tests/AZStd/ScopedLockTests.cpp index 3091fcb4ea..e130316775 100644 --- a/Code/Framework/AzCore/Tests/AZStd/ScopedLockTests.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/ScopedLockTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/SetsIntrusive.cpp b/Code/Framework/AzCore/Tests/AZStd/SetsIntrusive.cpp index 51a9920c70..61f9144452 100644 --- a/Code/Framework/AzCore/Tests/AZStd/SetsIntrusive.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/SetsIntrusive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/SmartPtr.cpp b/Code/Framework/AzCore/Tests/AZStd/SmartPtr.cpp index e9b241c518..6fe55b5672 100644 --- a/Code/Framework/AzCore/Tests/AZStd/SmartPtr.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/SmartPtr.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/String.cpp b/Code/Framework/AzCore/Tests/AZStd/String.cpp index 85c0b88292..0e6ea4727c 100644 --- a/Code/Framework/AzCore/Tests/AZStd/String.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/String.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Tuple.cpp b/Code/Framework/AzCore/Tests/AZStd/Tuple.cpp index 18f5e6a0bd..9edd1c10fb 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Tuple.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Tuple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/TypeTraits.cpp b/Code/Framework/AzCore/Tests/AZStd/TypeTraits.cpp index 667dabc787..da3aae1387 100644 --- a/Code/Framework/AzCore/Tests/AZStd/TypeTraits.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/TypeTraits.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/UserTypes.h b/Code/Framework/AzCore/Tests/AZStd/UserTypes.h index 0425e8cde1..30e83d8f1c 100644 --- a/Code/Framework/AzCore/Tests/AZStd/UserTypes.h +++ b/Code/Framework/AzCore/Tests/AZStd/UserTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/Variant.cpp b/Code/Framework/AzCore/Tests/AZStd/Variant.cpp index bb8bf09f5a..824a99fa88 100644 --- a/Code/Framework/AzCore/Tests/AZStd/Variant.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/Variant.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/VariantSerialization.cpp b/Code/Framework/AzCore/Tests/AZStd/VariantSerialization.cpp index f9cfd9c794..a87aa70d8c 100644 --- a/Code/Framework/AzCore/Tests/AZStd/VariantSerialization.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/VariantSerialization.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZStd/VectorAndArray.cpp b/Code/Framework/AzCore/Tests/AZStd/VectorAndArray.cpp index 1bb6defa8f..dd10d20ef8 100644 --- a/Code/Framework/AzCore/Tests/AZStd/VectorAndArray.cpp +++ b/Code/Framework/AzCore/Tests/AZStd/VectorAndArray.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.cpp b/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.cpp index e03359d54c..bf0a1023ab 100644 --- a/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.cpp +++ b/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.h b/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.h index 539195b11f..5c47b7d058 100644 --- a/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.h +++ b/Code/Framework/AzCore/Tests/AZTestShared/Math/MathTestHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.cpp b/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.cpp index a654302da6..85fb64a769 100644 --- a/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.cpp +++ b/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.cpp @@ -1,15 +1,16 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include -#include "AzCore/Component/Entity.h" -#include "AzCore/Asset/AssetManager.h" -#include "AzCore/Slice/SliceComponent.h" +#include +#include +#include namespace UnitTest { diff --git a/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.h b/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.h index ff2ac534c5..15dea9ab0d 100644 --- a/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.h +++ b/Code/Framework/AzCore/Tests/AZTestShared/Utils/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/AssetCommon.cpp b/Code/Framework/AzCore/Tests/Asset/AssetCommon.cpp index 35c5983b28..1fea1981aa 100644 --- a/Code/Framework/AzCore/Tests/Asset/AssetCommon.cpp +++ b/Code/Framework/AzCore/Tests/Asset/AssetCommon.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/AssetDataStreamTests.cpp b/Code/Framework/AzCore/Tests/Asset/AssetDataStreamTests.cpp index 635d92b21c..efcc62682a 100644 --- a/Code/Framework/AzCore/Tests/Asset/AssetDataStreamTests.cpp +++ b/Code/Framework/AzCore/Tests/Asset/AssetDataStreamTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp b/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp index 4618f6ea85..156719b8a7 100644 --- a/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp +++ b/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -697,7 +699,7 @@ namespace UnitTest auto& assetManager = AssetManager::Instance(); AssetBusCallbacks callbacks{}; - callbacks.SetOnAssetReadyCallback([&](const Asset&, AssetBusCallbacks&) + callbacks.SetOnAssetReadyCallback([&, AssetNoRefB](const Asset&, AssetBusCallbacks&) { // This callback should run inside the "main thread" dispatch events loop auto loadAsset = assetManager.GetAsset(AZ::Uuid(AssetNoRefB), AssetLoadBehavior::Default); @@ -2471,7 +2473,8 @@ namespace UnitTest #if AZ_TRAIT_DISABLE_FAILED_ASSET_MANAGER_TESTS TEST_F(AssetJobsMultithreadedTest, DISABLED_ParallelDeepAssetReferences) #else - TEST_F(AssetJobsMultithreadedTest, ParallelDeepAssetReferences) + // temporarily disabled until sporadic failures can be root caused + TEST_F(AssetJobsMultithreadedTest, DISABLED_ParallelDeepAssetReferences) #endif // AZ_TRAIT_DISABLE_FAILED_ASSET_MANAGER_TESTS { ParallelDeepAssetReferences(); diff --git a/Code/Framework/AzCore/Tests/Asset/AssetManagerStreamingTests.cpp b/Code/Framework/AzCore/Tests/Asset/AssetManagerStreamingTests.cpp index 5c1b737662..0fd792b444 100644 --- a/Code/Framework/AzCore/Tests/Asset/AssetManagerStreamingTests.cpp +++ b/Code/Framework/AzCore/Tests/Asset/AssetManagerStreamingTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.cpp b/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.cpp index 4f9ef9f262..ba47064998 100644 --- a/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.cpp +++ b/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.h b/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.h index c5eb15f086..757edb3713 100644 --- a/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.h +++ b/Code/Framework/AzCore/Tests/Asset/BaseAssetManagerTest.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/MockLoadAssetCatalogAndHandler.h b/Code/Framework/AzCore/Tests/Asset/MockLoadAssetCatalogAndHandler.h index cfbb56d02e..3d7520629d 100644 --- a/Code/Framework/AzCore/Tests/Asset/MockLoadAssetCatalogAndHandler.h +++ b/Code/Framework/AzCore/Tests/Asset/MockLoadAssetCatalogAndHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Asset/TestAssetTypes.h b/Code/Framework/AzCore/Tests/Asset/TestAssetTypes.h index 9d6f92f91a..65b1cab614 100644 --- a/Code/Framework/AzCore/Tests/Asset/TestAssetTypes.h +++ b/Code/Framework/AzCore/Tests/Asset/TestAssetTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AssetJsonSerializerTests.cpp b/Code/Framework/AzCore/Tests/AssetJsonSerializerTests.cpp index 89824bc127..2ca564681c 100644 --- a/Code/Framework/AzCore/Tests/AssetJsonSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/AssetJsonSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AssetManager.cpp b/Code/Framework/AzCore/Tests/AssetManager.cpp index 70f2c70d33..c5f249cf21 100644 --- a/Code/Framework/AzCore/Tests/AssetManager.cpp +++ b/Code/Framework/AzCore/Tests/AssetManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AssetSerializerTests.cpp b/Code/Framework/AzCore/Tests/AssetSerializerTests.cpp index 7614f50926..e761de4b0c 100644 --- a/Code/Framework/AzCore/Tests/AssetSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/AssetSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/AzEnumTest.cpp b/Code/Framework/AzCore/Tests/AzEnumTest.cpp index 2c8c8271df..082398d0cc 100644 --- a/Code/Framework/AzCore/Tests/AzEnumTest.cpp +++ b/Code/Framework/AzCore/Tests/AzEnumTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/BehaviorContext.cpp b/Code/Framework/AzCore/Tests/BehaviorContext.cpp index 5b2a4a4e9f..39d0d5b8bc 100644 --- a/Code/Framework/AzCore/Tests/BehaviorContext.cpp +++ b/Code/Framework/AzCore/Tests/BehaviorContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/BehaviorContextFixture.h b/Code/Framework/AzCore/Tests/BehaviorContextFixture.h index 440b269027..f6a8d8430c 100644 --- a/Code/Framework/AzCore/Tests/BehaviorContextFixture.h +++ b/Code/Framework/AzCore/Tests/BehaviorContextFixture.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Components.cpp b/Code/Framework/AzCore/Tests/Components.cpp index 610ede1dde..b14dcbbe53 100644 --- a/Code/Framework/AzCore/Tests/Components.cpp +++ b/Code/Framework/AzCore/Tests/Components.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Console/ConsoleTests.cpp b/Code/Framework/AzCore/Tests/Console/ConsoleTests.cpp index 89bfb807fe..3a56772b3c 100644 --- a/Code/Framework/AzCore/Tests/Console/ConsoleTests.cpp +++ b/Code/Framework/AzCore/Tests/Console/ConsoleTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Console/LoggerSystemComponentTests.cpp b/Code/Framework/AzCore/Tests/Console/LoggerSystemComponentTests.cpp index e028719a60..f14663e4f5 100644 --- a/Code/Framework/AzCore/Tests/Console/LoggerSystemComponentTests.cpp +++ b/Code/Framework/AzCore/Tests/Console/LoggerSystemComponentTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/DLL.cpp b/Code/Framework/AzCore/Tests/DLL.cpp index 1ef803d066..587dd5ca15 100644 --- a/Code/Framework/AzCore/Tests/DLL.cpp +++ b/Code/Framework/AzCore/Tests/DLL.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/DLLMainTest.cpp b/Code/Framework/AzCore/Tests/DLLMainTest.cpp index 4dd8194572..19cd1dffa0 100644 --- a/Code/Framework/AzCore/Tests/DLLMainTest.cpp +++ b/Code/Framework/AzCore/Tests/DLLMainTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Debug.cpp b/Code/Framework/AzCore/Tests/Debug.cpp index a7d69a229c..3d214ffc68 100644 --- a/Code/Framework/AzCore/Tests/Debug.cpp +++ b/Code/Framework/AzCore/Tests/Debug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Debug/AssetTracking.cpp b/Code/Framework/AzCore/Tests/Debug/AssetTracking.cpp index 6c52b0f701..89968406c7 100644 --- a/Code/Framework/AzCore/Tests/Debug/AssetTracking.cpp +++ b/Code/Framework/AzCore/Tests/Debug/AssetTracking.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Debug/LocalFileEventLoggerTests.cpp b/Code/Framework/AzCore/Tests/Debug/LocalFileEventLoggerTests.cpp index 4517a355bb..11f32de42f 100644 --- a/Code/Framework/AzCore/Tests/Debug/LocalFileEventLoggerTests.cpp +++ b/Code/Framework/AzCore/Tests/Debug/LocalFileEventLoggerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Debug/Trace.cpp b/Code/Framework/AzCore/Tests/Debug/Trace.cpp index 055f8772ac..38b851cd5e 100644 --- a/Code/Framework/AzCore/Tests/Debug/Trace.cpp +++ b/Code/Framework/AzCore/Tests/Debug/Trace.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Driller.cpp b/Code/Framework/AzCore/Tests/Driller.cpp index aa19e0e161..e135a23808 100644 --- a/Code/Framework/AzCore/Tests/Driller.cpp +++ b/Code/Framework/AzCore/Tests/Driller.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/EBus.cpp b/Code/Framework/AzCore/Tests/EBus.cpp index 9d129524f9..c30c9ed62d 100644 --- a/Code/Framework/AzCore/Tests/EBus.cpp +++ b/Code/Framework/AzCore/Tests/EBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/EBus/ScheduledEventTests.cpp b/Code/Framework/AzCore/Tests/EBus/ScheduledEventTests.cpp index 5a7407720a..ec9a09fb09 100644 --- a/Code/Framework/AzCore/Tests/EBus/ScheduledEventTests.cpp +++ b/Code/Framework/AzCore/Tests/EBus/ScheduledEventTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/EntityIdTests.cpp b/Code/Framework/AzCore/Tests/EntityIdTests.cpp index 8adca10fde..0031d8d0f2 100644 --- a/Code/Framework/AzCore/Tests/EntityIdTests.cpp +++ b/Code/Framework/AzCore/Tests/EntityIdTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/EntityTests.cpp b/Code/Framework/AzCore/Tests/EntityTests.cpp index 4bc6a19e25..16b29cfd94 100644 --- a/Code/Framework/AzCore/Tests/EntityTests.cpp +++ b/Code/Framework/AzCore/Tests/EntityTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/EnumTests.cpp b/Code/Framework/AzCore/Tests/EnumTests.cpp index 5cca8fcc76..7f123a23b4 100644 --- a/Code/Framework/AzCore/Tests/EnumTests.cpp +++ b/Code/Framework/AzCore/Tests/EnumTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/EventTests.cpp b/Code/Framework/AzCore/Tests/EventTests.cpp index 7640201e0d..358c1a62ae 100644 --- a/Code/Framework/AzCore/Tests/EventTests.cpp +++ b/Code/Framework/AzCore/Tests/EventTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -257,6 +258,48 @@ namespace UnitTest EXPECT_FALSE(testEvent1.HasHandlerConnected()); EXPECT_TRUE(testEvent2.HasHandlerConnected()); } + + TEST_F(EventTests, TestHandlerCopyConstructorOperator) + { + int32_t invokedCounter = 0; + + AZ::Event<> testEvent; + AZ::Event<>::Handler testHandler([&invokedCounter]() { invokedCounter++; }); + + testHandler.Connect(testEvent); + + AZ::Event<>::Handler testHandler2(testHandler); + + EXPECT_TRUE(testHandler.IsConnected()); + EXPECT_TRUE(testHandler2.IsConnected()); + + EXPECT_TRUE(invokedCounter == 0); + testEvent.Signal(); + EXPECT_TRUE(invokedCounter == 2); + } + + TEST_F(EventTests, TestHandlerCopyAssignmentOperator) + { + int32_t invokedCounter = 0; + + AZ::Event<> testEvent; + AZ::Event<>::Handler testHandler([&invokedCounter]() { invokedCounter++; }); + + testHandler.Connect(testEvent); + + AZ::Event<>::Handler testHandler2; + + EXPECT_TRUE(testHandler.IsConnected()); + EXPECT_FALSE(testHandler2.IsConnected()); + + testHandler2 = testHandler; + + EXPECT_TRUE(testHandler2.IsConnected()); + + EXPECT_TRUE(invokedCounter == 0); + testEvent.Signal(); + EXPECT_TRUE(invokedCounter == 2); + } } #if defined(HAVE_BENCHMARK) diff --git a/Code/Framework/AzCore/Tests/FileIOBaseTestTypes.h b/Code/Framework/AzCore/Tests/FileIOBaseTestTypes.h index 4641c21232..26b3df55bb 100644 --- a/Code/Framework/AzCore/Tests/FileIOBaseTestTypes.h +++ b/Code/Framework/AzCore/Tests/FileIOBaseTestTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/FixedWidthIntegers.cpp b/Code/Framework/AzCore/Tests/FixedWidthIntegers.cpp index 16cbc60889..97b1ffaead 100644 --- a/Code/Framework/AzCore/Tests/FixedWidthIntegers.cpp +++ b/Code/Framework/AzCore/Tests/FixedWidthIntegers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/GenericStreamMock.h b/Code/Framework/AzCore/Tests/GenericStreamMock.h index 848f9402fc..319ce5b7f0 100644 --- a/Code/Framework/AzCore/Tests/GenericStreamMock.h +++ b/Code/Framework/AzCore/Tests/GenericStreamMock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/GenericStreamTests.cpp b/Code/Framework/AzCore/Tests/GenericStreamTests.cpp index 0b1ebd0379..5f6190ac76 100644 --- a/Code/Framework/AzCore/Tests/GenericStreamTests.cpp +++ b/Code/Framework/AzCore/Tests/GenericStreamTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Geometry2DUtils.cpp b/Code/Framework/AzCore/Tests/Geometry2DUtils.cpp index 64350a4316..e170d700b0 100644 --- a/Code/Framework/AzCore/Tests/Geometry2DUtils.cpp +++ b/Code/Framework/AzCore/Tests/Geometry2DUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/IO/Path/PathTests.cpp b/Code/Framework/AzCore/Tests/IO/Path/PathTests.cpp index 84136e024c..79d9f8c302 100644 --- a/Code/Framework/AzCore/Tests/IO/Path/PathTests.cpp +++ b/Code/Framework/AzCore/Tests/IO/Path/PathTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -182,6 +183,36 @@ namespace UnitTest AZStd::tuple(R"(foO/Bar)", "foo/bar") )); + using PathHashParamFixture = PathParamFixture; + TEST_P(PathHashParamFixture, HashOperator_HashesCaseInsensitiveForWindowsPaths) + { + AZ::IO::Path path1{ AZStd::get<0>(GetParam()), AZ::IO::WindowsPathSeparator }; + AZ::IO::Path path2{ AZStd::get<1>(GetParam()), AZ::IO::WindowsPathSeparator }; + size_t path1Hash = AZStd::hash{}(path1); + size_t path2Hash = AZStd::hash{}(path2); + EXPECT_EQ(path1Hash, path2Hash) << AZStd::string::format(R"(path1 "%s" should hash to path2 "%s"\n)", + path1.c_str(), path2.c_str()).c_str(); + } + + TEST_P(PathHashParamFixture, HashOperator_HashesCaseSensitiveForPosixPaths) + { + AZ::IO::Path path1{ AZStd::get<0>(GetParam()), AZ::IO::PosixPathSeparator }; + AZ::IO::Path path2{ AZStd::get<1>(GetParam()), AZ::IO::PosixPathSeparator }; + size_t path1Hash = AZStd::hash{}(path1); + size_t path2Hash = AZStd::hash{}(path2); + EXPECT_NE(path1Hash, path2Hash) << AZStd::string::format(R"(path1 "%s" should NOT hash to path2 "%s"\n)", + path1.c_str(), path2.c_str()).c_str(); + } + + INSTANTIATE_TEST_CASE_P( + HashPaths, + PathHashParamFixture, + ::testing::Values( + AZStd::tuple("C:/test/foo", R"(c:\test/foo)"), + AZStd::tuple(R"(D:\test/bar/baz//foo)", "d:/test/bar/baz\\\\\\foo"), + AZStd::tuple(R"(foO/Bar)", "foo/bar") + )); + class PathSingleParamFixture : public ScopedAllocatorSetupFixture , public ::testing::WithParamInterface> diff --git a/Code/Framework/AzCore/Tests/IPC.cpp b/Code/Framework/AzCore/Tests/IPC.cpp index 69faa0a10b..175f0f0474 100644 --- a/Code/Framework/AzCore/Tests/IPC.cpp +++ b/Code/Framework/AzCore/Tests/IPC.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Interface.cpp b/Code/Framework/AzCore/Tests/Interface.cpp index 7fadbfb212..c7b950c897 100644 --- a/Code/Framework/AzCore/Tests/Interface.cpp +++ b/Code/Framework/AzCore/Tests/Interface.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/IntersectPoint.cpp b/Code/Framework/AzCore/Tests/IntersectPoint.cpp index b60f069fcc..565733c8fc 100644 --- a/Code/Framework/AzCore/Tests/IntersectPoint.cpp +++ b/Code/Framework/AzCore/Tests/IntersectPoint.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/JSON.cpp b/Code/Framework/AzCore/Tests/JSON.cpp index 14be069ef3..9127ed61f6 100644 --- a/Code/Framework/AzCore/Tests/JSON.cpp +++ b/Code/Framework/AzCore/Tests/JSON.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Jobs.cpp b/Code/Framework/AzCore/Tests/Jobs.cpp index cbfa029412..4a1af4cc24 100644 --- a/Code/Framework/AzCore/Tests/Jobs.cpp +++ b/Code/Framework/AzCore/Tests/Jobs.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Main.cpp b/Code/Framework/AzCore/Tests/Main.cpp index 694c2a33ba..e2ad1c3b58 100644 --- a/Code/Framework/AzCore/Tests/Main.cpp +++ b/Code/Framework/AzCore/Tests/Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/AabbTests.cpp b/Code/Framework/AzCore/Tests/Math/AabbTests.cpp index 6d643ecb56..79785f86c1 100644 --- a/Code/Framework/AzCore/Tests/Math/AabbTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/AabbTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/ColorTests.cpp b/Code/Framework/AzCore/Tests/Math/ColorTests.cpp index ed178950f4..de8cdb1ae9 100644 --- a/Code/Framework/AzCore/Tests/Math/ColorTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/ColorTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/CrcTests.cpp b/Code/Framework/AzCore/Tests/Math/CrcTests.cpp index 215fe3575a..04d2e3d8cb 100644 --- a/Code/Framework/AzCore/Tests/Math/CrcTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/CrcTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/CrcTestsCompileTimeLiterals.h b/Code/Framework/AzCore/Tests/Math/CrcTestsCompileTimeLiterals.h index 66d760f325..0ece8273ec 100644 --- a/Code/Framework/AzCore/Tests/Math/CrcTestsCompileTimeLiterals.h +++ b/Code/Framework/AzCore/Tests/Math/CrcTestsCompileTimeLiterals.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/FrustumPerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/FrustumPerformanceTests.cpp index efdb463525..b132c9f726 100644 --- a/Code/Framework/AzCore/Tests/Math/FrustumPerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/FrustumPerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/FrustumTests.cpp b/Code/Framework/AzCore/Tests/Math/FrustumTests.cpp index 2ed3a6f5e4..294d622a92 100644 --- a/Code/Framework/AzCore/Tests/Math/FrustumTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/FrustumTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/IntersectionTests.cpp b/Code/Framework/AzCore/Tests/Math/IntersectionTests.cpp index b3910190cf..5bebe5e4f2 100644 --- a/Code/Framework/AzCore/Tests/Math/IntersectionTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/IntersectionTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/MathIntrinsicsTests.cpp b/Code/Framework/AzCore/Tests/Math/MathIntrinsicsTests.cpp index 80721c1421..d131a9c31d 100644 --- a/Code/Framework/AzCore/Tests/Math/MathIntrinsicsTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/MathIntrinsicsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/MathTestData.h b/Code/Framework/AzCore/Tests/Math/MathTestData.h index a300fc906c..f87ab8f448 100644 --- a/Code/Framework/AzCore/Tests/Math/MathTestData.h +++ b/Code/Framework/AzCore/Tests/Math/MathTestData.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/MathUtilsTests.cpp b/Code/Framework/AzCore/Tests/Math/MathUtilsTests.cpp index dbcf1fc797..878e705e26 100644 --- a/Code/Framework/AzCore/Tests/Math/MathUtilsTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/MathUtilsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Matrix3x3PerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/Matrix3x3PerformanceTests.cpp index 01188128ff..f345f26d06 100644 --- a/Code/Framework/AzCore/Tests/Math/Matrix3x3PerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Matrix3x3PerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Matrix3x3Tests.cpp b/Code/Framework/AzCore/Tests/Math/Matrix3x3Tests.cpp index 3a5c86a9f1..17bdd1ef9a 100644 --- a/Code/Framework/AzCore/Tests/Math/Matrix3x3Tests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Matrix3x3Tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Matrix3x4PerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/Matrix3x4PerformanceTests.cpp index ef2c61647f..e4314f9cfb 100644 --- a/Code/Framework/AzCore/Tests/Math/Matrix3x4PerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Matrix3x4PerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Matrix3x4Tests.cpp b/Code/Framework/AzCore/Tests/Math/Matrix3x4Tests.cpp index 49640db0ee..8f8f8ca1e9 100644 --- a/Code/Framework/AzCore/Tests/Math/Matrix3x4Tests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Matrix3x4Tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Matrix4x4PerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/Matrix4x4PerformanceTests.cpp index f3eae72d49..90865064c8 100644 --- a/Code/Framework/AzCore/Tests/Math/Matrix4x4PerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Matrix4x4PerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Matrix4x4Tests.cpp b/Code/Framework/AzCore/Tests/Math/Matrix4x4Tests.cpp index 44b82ad23e..ce9c2ef5a0 100644 --- a/Code/Framework/AzCore/Tests/Math/Matrix4x4Tests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Matrix4x4Tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/MatrixUtilsTests.cpp b/Code/Framework/AzCore/Tests/Math/MatrixUtilsTests.cpp index 411c7c0bd5..5efb1d6cf5 100644 --- a/Code/Framework/AzCore/Tests/Math/MatrixUtilsTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/MatrixUtilsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/ObbPerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/ObbPerformanceTests.cpp index 335c52e153..8463758fa5 100644 --- a/Code/Framework/AzCore/Tests/Math/ObbPerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/ObbPerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/ObbTests.cpp b/Code/Framework/AzCore/Tests/Math/ObbTests.cpp index 16849b94f3..b0012ee93c 100644 --- a/Code/Framework/AzCore/Tests/Math/ObbTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/ObbTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/PlanePerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/PlanePerformanceTests.cpp index b001e73cea..c23ded582c 100644 --- a/Code/Framework/AzCore/Tests/Math/PlanePerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/PlanePerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/PlaneTests.cpp b/Code/Framework/AzCore/Tests/Math/PlaneTests.cpp index bda89a353a..016a7ec6e2 100644 --- a/Code/Framework/AzCore/Tests/Math/PlaneTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/PlaneTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/QuaternionPerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/QuaternionPerformanceTests.cpp index 5f3cf7581c..6f5a23d027 100644 --- a/Code/Framework/AzCore/Tests/Math/QuaternionPerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/QuaternionPerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/QuaternionTests.cpp b/Code/Framework/AzCore/Tests/Math/QuaternionTests.cpp index a3e29706fa..cbff646990 100644 --- a/Code/Framework/AzCore/Tests/Math/QuaternionTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/QuaternionTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/RandomTests.cpp b/Code/Framework/AzCore/Tests/Math/RandomTests.cpp index 7de7640ad6..6928ab9e87 100644 --- a/Code/Framework/AzCore/Tests/Math/RandomTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/RandomTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/SfmtTests.cpp b/Code/Framework/AzCore/Tests/Math/SfmtTests.cpp index 7a70c2a399..f40246b8e9 100644 --- a/Code/Framework/AzCore/Tests/Math/SfmtTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/SfmtTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/ShapeIntersectionPerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/ShapeIntersectionPerformanceTests.cpp index 292d32687d..b088330302 100644 --- a/Code/Framework/AzCore/Tests/Math/ShapeIntersectionPerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/ShapeIntersectionPerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/ShapeIntersectionTests.cpp b/Code/Framework/AzCore/Tests/Math/ShapeIntersectionTests.cpp index 56f90a1db4..659febf564 100644 --- a/Code/Framework/AzCore/Tests/Math/ShapeIntersectionTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/ShapeIntersectionTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -41,6 +42,7 @@ namespace UnitTest AZ::Aabb unitBox = AZ::Aabb::CreateCenterHalfExtents(AZ::Vector3::CreateZero(), AZ::Vector3(1.f, 1.f, 1.f)); AZ::Aabb aabb = AZ::Aabb::CreateCenterHalfExtents(AZ::Vector3(10.f, 10.f, 10.f), AZ::Vector3(1.f, 1.f, 1.f)); AZ::Aabb aabb1 = AZ::Aabb::CreateCenterHalfExtents(AZ::Vector3(10.f, 10.f, 10.f), AZ::Vector3(100.f, 100.f, 100.f)); + AZ::Aabb maxSizeAabb = AZ::Aabb::CreateFromMinMax(AZ::Vector3(-AZ::Constants::FloatMax), AZ::Vector3(AZ::Constants::FloatMax)); AZ::Vector3 point(0.f, 0.f, 0.f); AZ::Vector3 point1(10.f, 10.f, 10.f); @@ -72,6 +74,10 @@ namespace UnitTest EXPECT_TRUE(AZ::ShapeIntersection::Overlaps(frustum, aabb1)); EXPECT_TRUE(AZ::ShapeIntersection::Overlaps(sphere1, far_value)); + // Verify that an AABB that covers the max floating point range successfully overlaps with a frustum and doesn't hit any + // floating-point math overflows. + EXPECT_TRUE(AZ::ShapeIntersection::Overlaps(frustum, maxSizeAabb)); + EXPECT_FALSE(AZ::ShapeIntersection::Overlaps(frustum, aabb)); EXPECT_FALSE(AZ::ShapeIntersection::Overlaps(unitSphere, aabb)); EXPECT_FALSE(AZ::ShapeIntersection::Overlaps(unitSphere, sphere2)); diff --git a/Code/Framework/AzCore/Tests/Math/SimdMathTests.cpp b/Code/Framework/AzCore/Tests/Math/SimdMathTests.cpp index 1e7a6aa95f..b05a95dbce 100644 --- a/Code/Framework/AzCore/Tests/Math/SimdMathTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/SimdMathTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/SphereTests.cpp b/Code/Framework/AzCore/Tests/Math/SphereTests.cpp index f56ff62fba..6a16db847c 100644 --- a/Code/Framework/AzCore/Tests/Math/SphereTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/SphereTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/SplineTests.cpp b/Code/Framework/AzCore/Tests/Math/SplineTests.cpp index 4ef1796715..4dc6376af0 100644 --- a/Code/Framework/AzCore/Tests/Math/SplineTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/SplineTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/TransformPerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/TransformPerformanceTests.cpp index a64472f9d6..193535c020 100644 --- a/Code/Framework/AzCore/Tests/Math/TransformPerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/TransformPerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/TransformTests.cpp b/Code/Framework/AzCore/Tests/Math/TransformTests.cpp index 77c6f76731..0138d32376 100644 --- a/Code/Framework/AzCore/Tests/Math/TransformTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/TransformTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Vector2PerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/Vector2PerformanceTests.cpp index c4205db156..e8506890aa 100644 --- a/Code/Framework/AzCore/Tests/Math/Vector2PerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Vector2PerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Vector2Tests.cpp b/Code/Framework/AzCore/Tests/Math/Vector2Tests.cpp index 8d9c695efd..f3b33cd628 100644 --- a/Code/Framework/AzCore/Tests/Math/Vector2Tests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Vector2Tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Vector3PerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/Vector3PerformanceTests.cpp index c5e01c5d8a..27fa01ae95 100644 --- a/Code/Framework/AzCore/Tests/Math/Vector3PerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Vector3PerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Vector3Tests.cpp b/Code/Framework/AzCore/Tests/Math/Vector3Tests.cpp index 3de78d749e..aeacdfbf44 100644 --- a/Code/Framework/AzCore/Tests/Math/Vector3Tests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Vector3Tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Vector4PerformanceTests.cpp b/Code/Framework/AzCore/Tests/Math/Vector4PerformanceTests.cpp index b557443ff5..4a0bcb49d2 100644 --- a/Code/Framework/AzCore/Tests/Math/Vector4PerformanceTests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Vector4PerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Math/Vector4Tests.cpp b/Code/Framework/AzCore/Tests/Math/Vector4Tests.cpp index 8f0ab69a7b..7d41e0522e 100644 --- a/Code/Framework/AzCore/Tests/Math/Vector4Tests.cpp +++ b/Code/Framework/AzCore/Tests/Math/Vector4Tests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Memory.cpp b/Code/Framework/AzCore/Tests/Memory.cpp index 2c3a272735..e1bffc472b 100644 --- a/Code/Framework/AzCore/Tests/Memory.cpp +++ b/Code/Framework/AzCore/Tests/Memory.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Memory/AllocatorManager.cpp b/Code/Framework/AzCore/Tests/Memory/AllocatorManager.cpp index 097f80bed2..dc8ac033c1 100644 --- a/Code/Framework/AzCore/Tests/Memory/AllocatorManager.cpp +++ b/Code/Framework/AzCore/Tests/Memory/AllocatorManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Memory/HphaSchema.cpp b/Code/Framework/AzCore/Tests/Memory/HphaSchema.cpp index 00b7d5d6e2..cb2b32e212 100644 --- a/Code/Framework/AzCore/Tests/Memory/HphaSchema.cpp +++ b/Code/Framework/AzCore/Tests/Memory/HphaSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Memory/HphaSchemaErrorDetection.cpp b/Code/Framework/AzCore/Tests/Memory/HphaSchemaErrorDetection.cpp index 86ec9ec4b5..3bda826313 100644 --- a/Code/Framework/AzCore/Tests/Memory/HphaSchemaErrorDetection.cpp +++ b/Code/Framework/AzCore/Tests/Memory/HphaSchemaErrorDetection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Memory/LeakDetection.cpp b/Code/Framework/AzCore/Tests/Memory/LeakDetection.cpp index fbad1eceaa..ce94ce14f2 100644 --- a/Code/Framework/AzCore/Tests/Memory/LeakDetection.cpp +++ b/Code/Framework/AzCore/Tests/Memory/LeakDetection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Memory/MallocSchema.cpp b/Code/Framework/AzCore/Tests/Memory/MallocSchema.cpp index 977db01892..1b5590985b 100644 --- a/Code/Framework/AzCore/Tests/Memory/MallocSchema.cpp +++ b/Code/Framework/AzCore/Tests/Memory/MallocSchema.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Module.cpp b/Code/Framework/AzCore/Tests/Module.cpp index 4a2c514c0b..32eafba93b 100644 --- a/Code/Framework/AzCore/Tests/Module.cpp +++ b/Code/Framework/AzCore/Tests/Module.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/ModuleTestBus.h b/Code/Framework/AzCore/Tests/ModuleTestBus.h index 5b9ababf4e..6ef9bae6c0 100644 --- a/Code/Framework/AzCore/Tests/ModuleTestBus.h +++ b/Code/Framework/AzCore/Tests/ModuleTestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Name/NameJsonSerializerTests.cpp b/Code/Framework/AzCore/Tests/Name/NameJsonSerializerTests.cpp index 08286c91c7..2bca8b5970 100644 --- a/Code/Framework/AzCore/Tests/Name/NameJsonSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Name/NameJsonSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Name/NameTests.cpp b/Code/Framework/AzCore/Tests/Name/NameTests.cpp index d55a081d9c..3b6310b1de 100644 --- a/Code/Framework/AzCore/Tests/Name/NameTests.cpp +++ b/Code/Framework/AzCore/Tests/Name/NameTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/OrderedEventBenchmarks.cpp b/Code/Framework/AzCore/Tests/OrderedEventBenchmarks.cpp index 9383901ce5..7cada35d19 100644 --- a/Code/Framework/AzCore/Tests/OrderedEventBenchmarks.cpp +++ b/Code/Framework/AzCore/Tests/OrderedEventBenchmarks.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/OrderedEventTests.cpp b/Code/Framework/AzCore/Tests/OrderedEventTests.cpp index 090201048d..32a5d0daf8 100644 --- a/Code/Framework/AzCore/Tests/OrderedEventTests.cpp +++ b/Code/Framework/AzCore/Tests/OrderedEventTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Outcome.cpp b/Code/Framework/AzCore/Tests/Outcome.cpp index c5ea2d8582..a01f6915a4 100644 --- a/Code/Framework/AzCore/Tests/Outcome.cpp +++ b/Code/Framework/AzCore/Tests/Outcome.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Patching.cpp b/Code/Framework/AzCore/Tests/Patching.cpp index 028d4358a9..ee887d66c2 100644 --- a/Code/Framework/AzCore/Tests/Patching.cpp +++ b/Code/Framework/AzCore/Tests/Patching.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Android/Tests/UtilsTests_Android.cpp b/Code/Framework/AzCore/Tests/Platform/Android/Tests/UtilsTests_Android.cpp index 36c130ce12..7ec589d103 100644 --- a/Code/Framework/AzCore/Tests/Platform/Android/Tests/UtilsTests_Android.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Android/Tests/UtilsTests_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Android/platform_android.cmake b/Code/Framework/AzCore/Tests/Platform/Android/platform_android.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzCore/Tests/Platform/Android/platform_android.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Android/platform_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Android/platform_android_files.cmake b/Code/Framework/AzCore/Tests/Platform/Android/platform_android_files.cmake index 5e3a421170..ed54a84dbf 100644 --- a/Code/Framework/AzCore/Tests/Platform/Android/platform_android_files.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Android/platform_android_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Common/Apple/Tests/UtilsTests_Apple.cpp b/Code/Framework/AzCore/Tests/Platform/Common/Apple/Tests/UtilsTests_Apple.cpp index e602c52b14..237696e2be 100644 --- a/Code/Framework/AzCore/Tests/Platform/Common/Apple/Tests/UtilsTests_Apple.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Common/Apple/Tests/UtilsTests_Apple.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Common/UnixLike/Tests/UtilsTests_UnixLike.cpp b/Code/Framework/AzCore/Tests/Platform/Common/UnixLike/Tests/UtilsTests_UnixLike.cpp index 87b8e550ab..75063e6b9e 100644 --- a/Code/Framework/AzCore/Tests/Platform/Common/UnixLike/Tests/UtilsTests_UnixLike.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Common/UnixLike/Tests/UtilsTests_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Common/WinAPI/Tests/UtilsTests_WinAPI.cpp b/Code/Framework/AzCore/Tests/Platform/Common/WinAPI/Tests/UtilsTests_WinAPI.cpp index 1bcd7e8600..c7efcff06f 100644 --- a/Code/Framework/AzCore/Tests/Platform/Common/WinAPI/Tests/UtilsTests_WinAPI.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Common/WinAPI/Tests/UtilsTests_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Linux/Tests/UtilsTests_Linux.cpp b/Code/Framework/AzCore/Tests/Platform/Linux/Tests/UtilsTests_Linux.cpp index d0097920ac..effec88f7f 100644 --- a/Code/Framework/AzCore/Tests/Platform/Linux/Tests/UtilsTests_Linux.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Linux/Tests/UtilsTests_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux.cmake b/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux_files.cmake index 9ac60b9ff9..844b621e05 100644 --- a/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux_files.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac.cmake b/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac_files.cmake index 766f781ff0..93d2daf2b8 100644 --- a/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac_files.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Windows/Tests/IO/Streamer/StorageDriveTests_Windows.cpp b/Code/Framework/AzCore/Tests/Platform/Windows/Tests/IO/Streamer/StorageDriveTests_Windows.cpp index e654ef4aa3..a842626e18 100644 --- a/Code/Framework/AzCore/Tests/Platform/Windows/Tests/IO/Streamer/StorageDriveTests_Windows.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Windows/Tests/IO/Streamer/StorageDriveTests_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -1155,7 +1156,7 @@ namespace Benchmark class StorageDriveWindowsFixture : public benchmark::Fixture { public: - constexpr static char* TestFileName = "StreamerBenchmark.bin"; + constexpr static const char* TestFileName = "StreamerBenchmark.bin"; constexpr static size_t FileSize = 64_mib; void SetupStreamer(bool enableFileSharing) diff --git a/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Memory/OverrunDetectionAllocator_Windows.cpp b/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Memory/OverrunDetectionAllocator_Windows.cpp index bf9d0867ac..4c8fff2d6f 100644 --- a/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Memory/OverrunDetectionAllocator_Windows.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Memory/OverrunDetectionAllocator_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Serialization_Windows.cpp b/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Serialization_Windows.cpp index 6d51a967ac..897c2f8168 100644 --- a/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Serialization_Windows.cpp +++ b/Code/Framework/AzCore/Tests/Platform/Windows/Tests/Serialization_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows.cmake b/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows_files.cmake index b3a8c2b1fd..0a96dad34e 100644 --- a/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows_files.cmake +++ b/Code/Framework/AzCore/Tests/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios.cmake b/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios.cmake +++ b/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios_files.cmake b/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios_files.cmake index 766f781ff0..93d2daf2b8 100644 --- a/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios_files.cmake +++ b/Code/Framework/AzCore/Tests/Platform/iOS/platform_ios_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/RTTI/TypeSafeIntegralTests.cpp b/Code/Framework/AzCore/Tests/RTTI/TypeSafeIntegralTests.cpp index e7e7314e68..e9394075df 100644 --- a/Code/Framework/AzCore/Tests/RTTI/TypeSafeIntegralTests.cpp +++ b/Code/Framework/AzCore/Tests/RTTI/TypeSafeIntegralTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/RemappableId.cpp b/Code/Framework/AzCore/Tests/RemappableId.cpp index 8f645dd302..7905d5d957 100644 --- a/Code/Framework/AzCore/Tests/RemappableId.cpp +++ b/Code/Framework/AzCore/Tests/RemappableId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Rtti.cpp b/Code/Framework/AzCore/Tests/Rtti.cpp index c6201841ff..862482d10a 100644 --- a/Code/Framework/AzCore/Tests/Rtti.cpp +++ b/Code/Framework/AzCore/Tests/Rtti.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Script.cpp b/Code/Framework/AzCore/Tests/Script.cpp index 82d5d87ec9..e0301f8974 100644 --- a/Code/Framework/AzCore/Tests/Script.cpp +++ b/Code/Framework/AzCore/Tests/Script.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/ScriptMath.cpp b/Code/Framework/AzCore/Tests/ScriptMath.cpp index 7c0291e8c9..35541c5eec 100644 --- a/Code/Framework/AzCore/Tests/ScriptMath.cpp +++ b/Code/Framework/AzCore/Tests/ScriptMath.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/ScriptProperty.cpp b/Code/Framework/AzCore/Tests/ScriptProperty.cpp index 7b09309df5..db96eb4b7d 100644 --- a/Code/Framework/AzCore/Tests/ScriptProperty.cpp +++ b/Code/Framework/AzCore/Tests/ScriptProperty.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization.cpp b/Code/Framework/AzCore/Tests/Serialization.cpp index b063fd4967..05b739bf5f 100644 --- a/Code/Framework/AzCore/Tests/Serialization.cpp +++ b/Code/Framework/AzCore/Tests/Serialization.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/ArraySerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/ArraySerializerTests.cpp index fe4f311a6f..4dc74779f2 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/ArraySerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/ArraySerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.cpp index 5b7e7a7973..1e8901ac72 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.h b/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.h index 0936f6d1c5..e42c6ff03e 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerFixture.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerTests.cpp index 20cff97604..c10e529422 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/BaseJsonSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/BasicContainerSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/BasicContainerSerializerTests.cpp index 48ad7d838f..6839afac6d 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/BasicContainerSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/BasicContainerSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/BoolSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/BoolSerializerTests.cpp index d17fc3d6d7..a670a2a6e1 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/BoolSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/BoolSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/ByteStreamSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/ByteStreamSerializerTests.cpp index d14ced50d5..db45797bb5 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/ByteStreamSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/ByteStreamSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/ColorSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/ColorSerializerTests.cpp index bd9f516db3..f4e6402d72 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/ColorSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/ColorSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/DoubleSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/DoubleSerializerTests.cpp index e6506e7b7a..76aaae393d 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/DoubleSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/DoubleSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/IntSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/IntSerializerTests.cpp index 560acaf72e..be06e76f68 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/IntSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/IntSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonRegistrationContextTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/JsonRegistrationContextTests.cpp index 02d4b96703..cc4d31eca9 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonRegistrationContextTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonRegistrationContextTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationMetadataTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationMetadataTests.cpp index 5d09673c7a..a33444a168 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationMetadataTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationMetadataTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationResultTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationResultTests.cpp index a49b19a4d8..bacd7123b1 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationResultTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationResultTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.cpp index 7af5f37257..76624a0d44 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.h b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.h index 13c77f5da5..6a6954eab6 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializationTests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerConformityTests.h b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerConformityTests.h index b5900b8356..30e93e88f9 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerConformityTests.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerConformityTests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerMock.h b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerMock.h index f9512b36a4..b030521531 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerMock.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/JsonSerializerMock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/MapSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/MapSerializerTests.cpp index 1c690aad71..41b17f9ade 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/MapSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/MapSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/MathMatrixSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/MathMatrixSerializerTests.cpp index 9494600d28..ca558d1624 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/MathMatrixSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/MathMatrixSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/MathVectorSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/MathVectorSerializerTests.cpp index e0e49ab757..5e416da723 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/MathVectorSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/MathVectorSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/SmartPointerSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/SmartPointerSerializerTests.cpp index e26dab92d9..43dc1a85d9 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/SmartPointerSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/SmartPointerSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/StringSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/StringSerializerTests.cpp index c0c3d68c7a..a2a3d42ebb 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/StringSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/StringSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases.h b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases.h index 809769654a..b8572d33dd 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.cpp index f6b78ccaa5..a65b58b25b 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.h b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.h index 0d80160edc..3d3dd6e319 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Base.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.cpp index df1a768a4a..867962dbc2 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.h b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.h index 88c0371d90..bd5e807dd2 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Classes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Compare.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Compare.cpp index 7aaf8e2be4..13e2f5c9ee 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Compare.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Compare.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Enum.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Enum.cpp index 456550ee50..fb6fd5b0f5 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Enum.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Enum.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Patching.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Patching.cpp index ae2dea4e48..5e085d41c0 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Patching.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Patching.cpp @@ -1,11 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include +#include #include #include @@ -43,7 +45,9 @@ namespace JsonSerializationTests } void CheckApplyPatchOutcome(const char* target, const char* patch, - AZ::JsonSerializationResult::Outcomes outcome, AZ::JsonSerializationResult::Processing processing) + AZ::JsonSerializationResult::Outcomes outcome, + AZ::JsonSerializationResult::Processing processing, + const AZ::JsonApplyPatchSettings& settings = AZ::JsonApplyPatchSettings{}) { m_jsonDocument->Parse(target); ASSERT_FALSE(m_jsonDocument->HasParseError()); @@ -53,12 +57,24 @@ namespace JsonSerializationTests ASSERT_FALSE(patchDocument.HasParseError()); AZ::JsonSerializationResult::ResultCode result = AZ::JsonSerialization::ApplyPatch(*m_jsonDocument, - m_jsonDocument->GetAllocator(), patchDocument, AZ::JsonMergeApproach::JsonPatch); + m_jsonDocument->GetAllocator(), patchDocument, AZ::JsonMergeApproach::JsonPatch, settings); EXPECT_EQ(result.GetTask(), AZ::JsonSerializationResult::Tasks::Merge); EXPECT_EQ(result.GetOutcome(), outcome); EXPECT_EQ(result.GetProcessing(), processing); } + void CheckApplyPatchOutcome( + const char* target, + const char* patch, + const char* expectedPatchedResult, + AZ::JsonSerializationResult::Outcomes outcome, + AZ::JsonSerializationResult::Processing processing, + const AZ::JsonApplyPatchSettings& settings = AZ::JsonApplyPatchSettings{}) + { + CheckApplyPatchOutcome(target, patch, outcome, processing, settings); + Expect_DocStrEq(expectedPatchedResult); + } + void CheckCreatePatch_Core(const char* source, AZStd::string_view patch, const char* target, AZ::JsonMergeApproach approach) { @@ -262,6 +278,36 @@ namespace JsonSerializationTests Outcomes::TypeMismatch, Processing::Halted); } + TEST_F(JsonPatchingSerializationTests, ApplyPatch_UseJsonPatchWithCustomReportingCallback_ReportPartialSkip) + { + using namespace AZ::JsonSerializationResult; + auto issueReportingCallback = [](AZStd::string_view, AZ::JsonSerializationResult::ResultCode result, + AZStd::string_view) -> AZ::JsonSerializationResult::ResultCode + { + using namespace AZ::JsonSerializationResult; + if (result.GetProcessing() == Processing::Halted) + { + return ResultCode(result.GetTask(), Outcomes::PartialSkip); + } + return result; + }; + + AZ::JsonApplyPatchSettings applyPatchSettings; + applyPatchSettings.m_reporting = AZStd::move(issueReportingCallback); + CheckApplyPatchOutcome( + R"({})", + R"([ + { "op": "add", "path": "/nonexistent_key/new_member", "value": "someValue" }, + { "op": "add", "path": "/test", "value": "someValue" } + ])", + R"( + { "test": "someValue" } + )", + Outcomes::PartialSkip, + Processing::Completed, + AZStd::move(applyPatchSettings)); + } + TEST_F(JsonPatchingSerializationTests, ApplyPatch_UseJsonPatchAddUnnamedMember_ReportsSuccess) { CheckApplyPatch( diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.cpp index fbb06bb714..3c6c9584a8 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.h b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.h index 2142b1c041..159655afcd 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.h +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_Pointers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_TypeId.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_TypeId.cpp index 58fac46e73..60b8f55dce 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_TypeId.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TestCases_TypeId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TransformSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TransformSerializerTests.cpp index 94661c9cf7..7841d1b4c9 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TransformSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TransformSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/TupleSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/TupleSerializerTests.cpp index 40c6b36d34..ff0fbcc5a6 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/TupleSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/TupleSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/UnorderedSetSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/UnorderedSetSerializerTests.cpp index 10eabe10c7..17902b6900 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/UnorderedSetSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/UnorderedSetSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/UnsupportedTypesSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/UnsupportedTypesSerializerTests.cpp index b9814ff384..ee3ea14f05 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/UnsupportedTypesSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/UnsupportedTypesSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Serialization/Json/UuidSerializerTests.cpp b/Code/Framework/AzCore/Tests/Serialization/Json/UuidSerializerTests.cpp index 95f9f515bb..7960bbed6d 100644 --- a/Code/Framework/AzCore/Tests/Serialization/Json/UuidSerializerTests.cpp +++ b/Code/Framework/AzCore/Tests/Serialization/Json/UuidSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/SerializeContextFixture.h b/Code/Framework/AzCore/Tests/SerializeContextFixture.h index 0f68fe3ee8..24205c5119 100644 --- a/Code/Framework/AzCore/Tests/SerializeContextFixture.h +++ b/Code/Framework/AzCore/Tests/SerializeContextFixture.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Settings/CommandLineTests.cpp b/Code/Framework/AzCore/Tests/Settings/CommandLineTests.cpp index 43153aac73..554b07a82a 100644 --- a/Code/Framework/AzCore/Tests/Settings/CommandLineTests.cpp +++ b/Code/Framework/AzCore/Tests/Settings/CommandLineTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Settings/SettingsRegistryConsoleUtilsTests.cpp b/Code/Framework/AzCore/Tests/Settings/SettingsRegistryConsoleUtilsTests.cpp index 21953f7ea2..5b18faa3d1 100644 --- a/Code/Framework/AzCore/Tests/Settings/SettingsRegistryConsoleUtilsTests.cpp +++ b/Code/Framework/AzCore/Tests/Settings/SettingsRegistryConsoleUtilsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Settings/SettingsRegistryScriptUtilsTests.cpp b/Code/Framework/AzCore/Tests/Settings/SettingsRegistryScriptUtilsTests.cpp index e3015cf661..111b4a027a 100644 --- a/Code/Framework/AzCore/Tests/Settings/SettingsRegistryScriptUtilsTests.cpp +++ b/Code/Framework/AzCore/Tests/Settings/SettingsRegistryScriptUtilsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/SettingsRegistryMergeUtilsTests.cpp b/Code/Framework/AzCore/Tests/SettingsRegistryMergeUtilsTests.cpp index b9aa383fc1..00a18f7682 100644 --- a/Code/Framework/AzCore/Tests/SettingsRegistryMergeUtilsTests.cpp +++ b/Code/Framework/AzCore/Tests/SettingsRegistryMergeUtilsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/SettingsRegistryTests.cpp b/Code/Framework/AzCore/Tests/SettingsRegistryTests.cpp index f3f69803ee..61f93fb860 100644 --- a/Code/Framework/AzCore/Tests/SettingsRegistryTests.cpp +++ b/Code/Framework/AzCore/Tests/SettingsRegistryTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Slice.cpp b/Code/Framework/AzCore/Tests/Slice.cpp index f80c2e3a70..26f519e77d 100644 --- a/Code/Framework/AzCore/Tests/Slice.cpp +++ b/Code/Framework/AzCore/Tests/Slice.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/State.cpp b/Code/Framework/AzCore/Tests/State.cpp index 87530a0613..3bb16bad54 100644 --- a/Code/Framework/AzCore/Tests/State.cpp +++ b/Code/Framework/AzCore/Tests/State.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/StatisticalProfiler.cpp b/Code/Framework/AzCore/Tests/StatisticalProfiler.cpp index cf4b6b0205..04e70d92a5 100644 --- a/Code/Framework/AzCore/Tests/StatisticalProfiler.cpp +++ b/Code/Framework/AzCore/Tests/StatisticalProfiler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Statistics.cpp b/Code/Framework/AzCore/Tests/Statistics.cpp index cd33c85320..941c2eff0b 100644 --- a/Code/Framework/AzCore/Tests/Statistics.cpp +++ b/Code/Framework/AzCore/Tests/Statistics.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/BlockCacheTests.cpp b/Code/Framework/AzCore/Tests/Streamer/BlockCacheTests.cpp index 43474bce56..f770af57be 100644 --- a/Code/Framework/AzCore/Tests/Streamer/BlockCacheTests.cpp +++ b/Code/Framework/AzCore/Tests/Streamer/BlockCacheTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/DedicatedCacheTests.cpp b/Code/Framework/AzCore/Tests/Streamer/DedicatedCacheTests.cpp index f9fb4a05ea..056407004b 100644 --- a/Code/Framework/AzCore/Tests/Streamer/DedicatedCacheTests.cpp +++ b/Code/Framework/AzCore/Tests/Streamer/DedicatedCacheTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/FullDecompressorTests.cpp b/Code/Framework/AzCore/Tests/Streamer/FullDecompressorTests.cpp index 669baf02e6..92eeb4d2e2 100644 --- a/Code/Framework/AzCore/Tests/Streamer/FullDecompressorTests.cpp +++ b/Code/Framework/AzCore/Tests/Streamer/FullDecompressorTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/IStreamerMock.h b/Code/Framework/AzCore/Tests/Streamer/IStreamerMock.h index 1db0a11136..7b784caffd 100644 --- a/Code/Framework/AzCore/Tests/Streamer/IStreamerMock.h +++ b/Code/Framework/AzCore/Tests/Streamer/IStreamerMock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/IStreamerTypesMock.h b/Code/Framework/AzCore/Tests/Streamer/IStreamerTypesMock.h index 20a19138d1..801fab4789 100644 --- a/Code/Framework/AzCore/Tests/Streamer/IStreamerTypesMock.h +++ b/Code/Framework/AzCore/Tests/Streamer/IStreamerTypesMock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/ReadSplitterTests.cpp b/Code/Framework/AzCore/Tests/Streamer/ReadSplitterTests.cpp index 66e1dd7241..1464ada97b 100644 --- a/Code/Framework/AzCore/Tests/Streamer/ReadSplitterTests.cpp +++ b/Code/Framework/AzCore/Tests/Streamer/ReadSplitterTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/SchedulerTests.cpp b/Code/Framework/AzCore/Tests/Streamer/SchedulerTests.cpp index d29855096f..147c6ca2b6 100644 --- a/Code/Framework/AzCore/Tests/Streamer/SchedulerTests.cpp +++ b/Code/Framework/AzCore/Tests/Streamer/SchedulerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryConformityTests.h b/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryConformityTests.h index 4445280d29..e6084fe115 100644 --- a/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryConformityTests.h +++ b/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryConformityTests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryMock.h b/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryMock.h index e4e90497aa..9cb75db212 100644 --- a/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryMock.h +++ b/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryMock.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryTests.cpp b/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryTests.cpp index ff685ede59..ef93b96ea4 100644 --- a/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryTests.cpp +++ b/Code/Framework/AzCore/Tests/Streamer/StreamStackEntryTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/StreamerTests.cpp b/Code/Framework/AzCore/Tests/StreamerTests.cpp index 15cd58055d..fec81a9031 100644 --- a/Code/Framework/AzCore/Tests/StreamerTests.cpp +++ b/Code/Framework/AzCore/Tests/StreamerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/StringFunc.cpp b/Code/Framework/AzCore/Tests/StringFunc.cpp index 5ab60fa1d1..2b6f19736a 100644 --- a/Code/Framework/AzCore/Tests/StringFunc.cpp +++ b/Code/Framework/AzCore/Tests/StringFunc.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/SystemFile.cpp b/Code/Framework/AzCore/Tests/SystemFile.cpp index 127214dfe8..1cff873b3d 100644 --- a/Code/Framework/AzCore/Tests/SystemFile.cpp +++ b/Code/Framework/AzCore/Tests/SystemFile.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/TestCatalog.cpp b/Code/Framework/AzCore/Tests/TestCatalog.cpp index 09ef24bd95..c633c6391b 100644 --- a/Code/Framework/AzCore/Tests/TestCatalog.cpp +++ b/Code/Framework/AzCore/Tests/TestCatalog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/TestCatalog.h b/Code/Framework/AzCore/Tests/TestCatalog.h index 3c74b5fbf7..9a1fb9b5e6 100644 --- a/Code/Framework/AzCore/Tests/TestCatalog.h +++ b/Code/Framework/AzCore/Tests/TestCatalog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/TickBusTest.cpp b/Code/Framework/AzCore/Tests/TickBusTest.cpp index b9ffd4c984..d13ab2fd60 100644 --- a/Code/Framework/AzCore/Tests/TickBusTest.cpp +++ b/Code/Framework/AzCore/Tests/TickBusTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/TimeDataStatistics.cpp b/Code/Framework/AzCore/Tests/TimeDataStatistics.cpp index ef08987bad..50856b1df8 100644 --- a/Code/Framework/AzCore/Tests/TimeDataStatistics.cpp +++ b/Code/Framework/AzCore/Tests/TimeDataStatistics.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/UUIDTests.cpp b/Code/Framework/AzCore/Tests/UUIDTests.cpp index d76a20aa93..5d4fb7a711 100644 --- a/Code/Framework/AzCore/Tests/UUIDTests.cpp +++ b/Code/Framework/AzCore/Tests/UUIDTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/XML.cpp b/Code/Framework/AzCore/Tests/XML.cpp index 9e15c22572..767b0ac81b 100644 --- a/Code/Framework/AzCore/Tests/XML.cpp +++ b/Code/Framework/AzCore/Tests/XML.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzCore/Tests/azcoretestdll_files.cmake b/Code/Framework/AzCore/Tests/azcoretestdll_files.cmake index 7dadc2c09a..d66b80e616 100644 --- a/Code/Framework/AzCore/Tests/azcoretestdll_files.cmake +++ b/Code/Framework/AzCore/Tests/azcoretestdll_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/azcoretests_files.cmake b/Code/Framework/AzCore/Tests/azcoretests_files.cmake index 3d2e2a645f..d340173c87 100644 --- a/Code/Framework/AzCore/Tests/azcoretests_files.cmake +++ b/Code/Framework/AzCore/Tests/azcoretests_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzCore/Tests/aztestshared_files.cmake b/Code/Framework/AzCore/Tests/aztestshared_files.cmake index a905713baf..fd22218a92 100644 --- a/Code/Framework/AzCore/Tests/aztestshared_files.cmake +++ b/Code/Framework/AzCore/Tests/aztestshared_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/AzFramework/API/ApplicationAPI.h b/Code/Framework/AzFramework/AzFramework/API/ApplicationAPI.h index 6515471c00..11778b9239 100644 --- a/Code/Framework/AzFramework/AzFramework/API/ApplicationAPI.h +++ b/Code/Framework/AzFramework/AzFramework/API/ApplicationAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Application/Application.cpp b/Code/Framework/AzFramework/AzFramework/Application/Application.cpp index 07f4865863..7b4c328af9 100644 --- a/Code/Framework/AzFramework/AzFramework/Application/Application.cpp +++ b/Code/Framework/AzFramework/AzFramework/Application/Application.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -706,25 +707,23 @@ namespace AzFramework } } - if (AZ::IO::FixedMaxPath projectUserPath; - m_settingsRegistry->Get(projectUserPath.Native(), AZ::SettingsRegistryMergeUtils::FilePathKey_ProjectUserPath)) + AZ::IO::FixedMaxPath engineRoot = GetEngineRoot(); + AZ::IO::FixedMaxPath projectUserPath; + if (!m_settingsRegistry->Get(projectUserPath.Native(), AZ::SettingsRegistryMergeUtils::FilePathKey_ProjectUserPath)) { - fileIoBase->SetAlias("@user@", projectUserPath.c_str()); - AZ::IO::FixedMaxPath projectLogPath = projectUserPath / "log"; - fileIoBase->SetAlias("@log@", projectLogPath.c_str()); - fileIoBase->CreatePath(projectLogPath.c_str()); // Create the log directory at this point + projectUserPath = engineRoot / "user"; + } + fileIoBase->SetAlias("@user@", projectUserPath.c_str()); + fileIoBase->CreatePath(projectUserPath.c_str()); + CreateUserCache(projectUserPath, *fileIoBase); - CreateUserCache(projectUserPath, *fileIoBase); - } - else + AZ::IO::FixedMaxPath projectLogPath; + if (!m_settingsRegistry->Get(projectLogPath.Native(), AZ::SettingsRegistryMergeUtils::FilePathKey_ProjectLogPath)) { - AZ::IO::FixedMaxPath fallbackLogPath = GetEngineRoot(); - fallbackLogPath /= "user"; - fileIoBase->SetAlias("@user@", fallbackLogPath.c_str()); - fallbackLogPath /= "log"; - fileIoBase->SetAlias("@log@", fallbackLogPath.c_str()); - fileIoBase->CreatePath(fallbackLogPath.c_str()); + projectLogPath = projectUserPath / "log"; } + fileIoBase->SetAlias("@log@", projectLogPath.c_str()); + fileIoBase->CreatePath(projectLogPath.c_str()); } } diff --git a/Code/Framework/AzFramework/AzFramework/Application/Application.h b/Code/Framework/AzFramework/AzFramework/Application/Application.h index 4bdd634e53..9c98bd7e45 100644 --- a/Code/Framework/AzFramework/AzFramework/Application/Application.h +++ b/Code/Framework/AzFramework/AzFramework/Application/Application.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/Archive.cpp b/Code/Framework/AzFramework/AzFramework/Archive/Archive.cpp index 92d2e15cc0..8c24250396 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/Archive.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/Archive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/Archive.h b/Code/Framework/AzFramework/AzFramework/Archive/Archive.h index 15ac084e00..bd10387d17 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/Archive.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/Archive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveBus.h b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveBus.h index 414f9e5480..1a26815ff8 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveBus.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.cpp index 3cee77abd8..c5e3bc9315 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.h b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.h index a4a685c513..2cd8f37adc 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFileIO.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.cpp index 3d74c9126f..c4c845a832 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -14,6 +15,11 @@ namespace AZ::IO { + size_t ArchiveFileIteratorHash::operator()(const AZ::IO::ArchiveFileIterator& iter) const + { + return iter.GetHash(); + } + bool AZStdStringLessCaseInsensitive::operator()(AZStd::string_view left, AZStd::string_view right) const { // If one or both strings are 0-length, return true if the left side is smaller, false if they're equal or left is larger. @@ -67,11 +73,21 @@ namespace AZ::IO return operator++(); } + bool ArchiveFileIterator::operator==(const AZ::IO::ArchiveFileIterator& rhs) const + { + return GetHash() == rhs.GetHash(); + } + ArchiveFileIterator::operator bool() const { return m_findData && m_lastFetchValid; } + size_t ArchiveFileIterator::GetHash() const + { + return AZStd::hash{}(m_filename.c_str()); + } + void FindData::Scan(IArchive* archive, AZStd::string_view szDir, bool bAllowUseFS, bool bScanZips) { // get the priority into local variable to avoid it changing in the course of @@ -112,14 +128,12 @@ namespace AZ::IO } AZ::IO::FileIOBase::GetDirectInstance()->FindFiles(searchDirectory.c_str(), pattern.c_str(), [&](const char* filePath) -> bool { - AZ::IO::ArchiveFileIterator fileIterator; - fileIterator.m_filename = AZ::IO::PathView(filePath).Filename().Native(); - fileIterator.m_fileDesc.nAttrib = {}; + AZ::IO::ArchiveFileIterator fileIterator{ nullptr, AZ::IO::PathView(filePath).Filename().Native(), {} }; if (AZ::IO::FileIOBase::GetDirectInstance()->IsDirectory(filePath)) { fileIterator.m_fileDesc.nAttrib = fileIterator.m_fileDesc.nAttrib | AZ::IO::FileDesc::Attribute::Subdirectory; - m_fileStack.emplace_back(AZStd::move(fileIterator)); + m_fileSet.emplace(AZStd::move(fileIterator)); } else { @@ -135,7 +149,7 @@ namespace AZ::IO // These times are not supported by our file interface fileIterator.m_fileDesc.tAccess = fileIterator.m_fileDesc.tWrite; fileIterator.m_fileDesc.tCreate = fileIterator.m_fileDesc.tWrite; - m_fileStack.emplace_back(AZStd::move(fileIterator)); + m_fileSet.emplace(AZStd::move(fileIterator)); } return true; }); @@ -166,7 +180,7 @@ namespace AZ::IO fileDesc.nAttrib = AZ::IO::FileDesc::Attribute::ReadOnly | AZ::IO::FileDesc::Attribute::Archive; fileDesc.nSize = fileEntry->desc.lSizeUncompressed; fileDesc.tWrite = fileEntry->GetModificationTime(); - m_fileStack.emplace_back(AZ::IO::ArchiveFileIterator{ this, fname, fileDesc }); + m_fileSet.emplace(AZ::IO::ArchiveFileIterator{ this, fname, fileDesc }); } ZipDir::FindDir findDirectoryEntry(zipCache); @@ -179,7 +193,7 @@ namespace AZ::IO } AZ::IO::FileDesc fileDesc; fileDesc.nAttrib = AZ::IO::FileDesc::Attribute::ReadOnly | AZ::IO::FileDesc::Attribute::Archive | AZ::IO::FileDesc::Attribute::Subdirectory; - m_fileStack.emplace_back(AZ::IO::ArchiveFileIterator{ this, fname, fileDesc }); + m_fileSet.emplace(AZ::IO::ArchiveFileIterator{ this, fname, fileDesc }); } }; @@ -248,7 +262,7 @@ namespace AZ::IO if (!bindRootIter->empty() && AZStd::wildcard_match(sourcePathRemainder.Native(), bindRootIter->Native())) { AZ::IO::FileDesc fileDesc{ AZ::IO::FileDesc::Attribute::ReadOnly | AZ::IO::FileDesc::Attribute::Archive | AZ::IO::FileDesc::Attribute::Subdirectory }; - m_fileStack.emplace_back(AZ::IO::ArchiveFileIterator{ this, bindRootIter->Native(), fileDesc }); + m_fileSet.emplace(AZ::IO::ArchiveFileIterator{ this, bindRootIter->Native(), fileDesc }); } } else @@ -264,7 +278,7 @@ namespace AZ::IO AZ::IO::ArchiveFileIterator FindData::Fetch() { - if (m_fileStack.empty()) + if (m_fileSet.empty()) { AZ::IO::ArchiveFileIterator emptyFileIterator; emptyFileIterator.m_lastFetchValid = false; @@ -273,10 +287,10 @@ namespace AZ::IO } // Remove Fetched item from the FindData map so that the iteration continues - AZ::IO::ArchiveFileIterator fileIterator{ m_fileStack.back() }; + AZ::IO::ArchiveFileIterator fileIterator{ *m_fileSet.begin() }; fileIterator.m_lastFetchValid = true; fileIterator.m_findData = this; - m_fileStack.pop_back(); + m_fileSet.erase(m_fileSet.begin()); return fileIterator; } } diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.h b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.h index 88d7dc7d0d..12544d124d 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveFindData.h @@ -1,12 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once +#include #include #include @@ -43,8 +45,12 @@ namespace AZ::IO ArchiveFileIterator operator++(); ArchiveFileIterator operator++(int); + bool operator==(const AZ::IO::ArchiveFileIterator& rhs) const; + explicit operator bool() const; + size_t GetHash() const; + inline static constexpr size_t FilenameMaxLength = 256; AZStd::fixed_string m_filename; FileDesc m_fileDesc; @@ -55,6 +61,11 @@ namespace AZ::IO bool m_lastFetchValid{}; }; + struct ArchiveFileIteratorHash + { + size_t operator()(const AZ::IO::ArchiveFileIterator& iter) const; + }; + struct AZStdStringLessCaseInsensitive { bool operator()(AZStd::string_view left, AZStd::string_view right) const; @@ -74,7 +85,7 @@ namespace AZ::IO void ScanFS(IArchive* archive, AZStd::string_view path); void ScanZips(IArchive* archive, AZStd::string_view path); - using FileStack = AZStd::vector; - FileStack m_fileStack; + using FileSet = AZStd::unordered_set; + FileSet m_fileSet; }; } diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveVars.h b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveVars.h index 171c644da9..931b07fa71 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ArchiveVars.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ArchiveVars.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/Codec.h b/Code/Framework/AzFramework/AzFramework/Archive/Codec.h index 75ba0c4f4e..f3d629b415 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/Codec.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/Codec.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/IArchive.h b/Code/Framework/AzFramework/AzFramework/Archive/IArchive.h index 3cee8309aa..3de63169b2 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/IArchive.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/IArchive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/INestedArchive.h b/Code/Framework/AzFramework/AzFramework/Archive/INestedArchive.h index 77419cce0a..b45d705259 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/INestedArchive.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/INestedArchive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.cpp b/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.cpp index a66d6ff35b..0a6116d313 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.h b/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.h index 84241b9876..b56cde60b7 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/MissingFileReport.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.cpp b/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.cpp index 6cebe7f38a..16548c6a39 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.h b/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.h index 551f7da5b6..8ab943a24e 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/NestedArchive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.cpp index c9686b20c0..baabfb35cc 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.h index 09e4db405d..35bf0ae251 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.cpp index c90f7d48bd..0092c7c8f8 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.h index ff70ab97a4..1f27cb5504 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirCacheFactory.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.cpp index 120886781c..30c8676f75 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.h index 92f3c82b10..2bb3932aa9 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirFind.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.cpp index 34f823d3b1..2f96a93a82 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.h index 3cfb36c690..1183dbf384 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirList.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.cpp index 7784fddb4f..034d2f4029 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.h index 17d2e58322..2f9046f53e 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirStructures.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.cpp b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.cpp index d1190849d1..213287ef74 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.cpp +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.h index 7697269a2f..cfe539e896 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipDirTree.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Archive/ZipFileFormat.h b/Code/Framework/AzFramework/AzFramework/Archive/ZipFileFormat.h index 5c19745138..dbe3a6de9a 100644 --- a/Code/Framework/AzFramework/AzFramework/Archive/ZipFileFormat.h +++ b/Code/Framework/AzFramework/AzFramework/Archive/ZipFileFormat.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.cpp index a9b67738ac..43a5e8fdb3 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.h index 47f6867ebd..9e05263c57 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetBundleManifest.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.cpp index 91f0e5e2b9..3411c06f28 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.h index 0473d9b7e0..64f3c2e3d2 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogBus.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogBus.h index 718f7d933a..621b40e788 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogBus.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.cpp index 620aafdc2f..1b443eed7b 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.h index f960731472..8ee34c0700 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetCatalogComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.cpp index 632087504e..18bd3b89d5 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h index 0182f32ce0..d6d67c2aa2 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetProcessorMessages.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.cpp index 2707c9e853..f9eefa7639 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.cpp @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.h index 16d76fd39f..463523765a 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetRegistry.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.cpp index 1694b36d7f..d16f4bf459 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.cpp @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.h index ee2c8caccf..2ad895596b 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSeedList.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemBus.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemBus.h index 1ff94d2383..8e1b8b9a4a 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemBus.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.cpp index fb92947443..3db19c53ee 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.h index 83de66ab89..ac35cfdf2d 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponentHelper.cpp b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponentHelper.cpp index 5c92ab08d4..14ce16163a 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponentHelper.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemComponentHelper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemTypes.h b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemTypes.h index 168033fab7..76f50a47dd 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemTypes.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/AssetSystemTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.cpp b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.cpp index 091d074f69..cea1cb1d8e 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.h b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.h index 64e51bd30e..f409277a12 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.cpp b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.cpp index 988063bab1..d27fe8188f 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.h b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.h index 86f17b2f9b..7caef71360 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkCommands.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.cpp b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.cpp index 79d4780375..fe4b6aad46 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.h b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.h index 11130c6926..cb14e2be92 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/Benchmark/BenchmarkSettingsAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/CfgFileAsset.h b/Code/Framework/AzFramework/AzFramework/Asset/CfgFileAsset.h index 429e244ac8..aacf4303a7 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/CfgFileAsset.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/CfgFileAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.cpp b/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.cpp index bc892aef62..0b1889f9b3 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.h b/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.h index 402417c902..f7be00afac 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/CustomAssetTypeComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.cpp b/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.cpp index c2a68ae33b..2fc5ecaf76 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.h b/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.h index 1f296edeb7..05aff4c778 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/FileTagAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/GenericAssetHandler.h b/Code/Framework/AzFramework/AzFramework/Asset/GenericAssetHandler.h index 1fd13c59a3..5ead8154e6 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/GenericAssetHandler.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/GenericAssetHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/NetworkAssetNotification_private.h b/Code/Framework/AzFramework/AzFramework/Asset/NetworkAssetNotification_private.h index 3b8ce4bb48..418e4e9591 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/NetworkAssetNotification_private.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/NetworkAssetNotification_private.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.cpp b/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.cpp index c36fd0fa71..87e603015a 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.h b/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.h index aecdb45297..7c7a1b4fb2 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/SimpleAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.cpp b/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.cpp index 1da6872f19..37443b5717 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.cpp +++ b/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.h b/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.h index d7c050f107..81338d3843 100644 --- a/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.h +++ b/Code/Framework/AzFramework/AzFramework/Asset/XmlSchemaAsset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.cpp b/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.cpp index 80cb164a84..4927dadc44 100644 --- a/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.cpp +++ b/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.h b/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.h index 80bb8d90ae..e461835add 100644 --- a/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.h +++ b/Code/Framework/AzFramework/AzFramework/AzFrameworkModule.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/CommandLine/CommandLine.h b/Code/Framework/AzFramework/AzFramework/CommandLine/CommandLine.h index 0cf54959c8..2e749e3140 100644 --- a/Code/Framework/AzFramework/AzFramework/CommandLine/CommandLine.h +++ b/Code/Framework/AzFramework/AzFramework/CommandLine/CommandLine.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/CommandLine/CommandRegistrationBus.h b/Code/Framework/AzFramework/AzFramework/CommandLine/CommandRegistrationBus.h index cab90b360a..7602dccf4e 100644 --- a/Code/Framework/AzFramework/AzFramework/CommandLine/CommandRegistrationBus.h +++ b/Code/Framework/AzFramework/AzFramework/CommandLine/CommandRegistrationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.cpp b/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.cpp index 0ba430a5ea..b090e6285f 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.h b/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.h index bb6cffd4eb..017ef9eacd 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Components/AzFrameworkConfigurationSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/CameraBus.h b/Code/Framework/AzFramework/AzFramework/Components/CameraBus.h index 2aef646cd6..0b2a0cbb78 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/CameraBus.h +++ b/Code/Framework/AzFramework/AzFramework/Components/CameraBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -62,6 +63,13 @@ namespace Camera //! @return The camera frustum's height virtual float GetFrustumHeight() = 0; + //! Gets whether or not the camera is using an orthographic projection. + //! @return True if the camera is using an orthographic projection, or false if the camera is using a perspective projection. + virtual bool IsOrthographic() = 0; + + //! @return The half width of the orthographic projection, @see SetOrthographicHalfWidth. + virtual float GetOrthographicHalfWidth() = 0; + //! Sets the camera's field of view in degrees between 0 < fov < 180 degrees //! @param fov The camera frustum's new field of view in degrees virtual void SetFov(float fov) @@ -94,6 +102,15 @@ namespace Camera //! @param height The camera frustum's new height virtual void SetFrustumHeight(float height) = 0; + //! Sets whether or not the camera should use an orthographic projection in place of a perspective projection. + //! @param orthographic If true, the camera will use an orthographic projection + virtual void SetOrthographic(bool orthographic) = 0; + + //! Sets the half-width of the orthographic projection. + //! @params halfWidth Used to calculate the bounds of the projection while in orthographic mode. + //! The height is calculated automatically based on the aspect ratio. + virtual void SetOrthographicHalfWidth(float halfWidth) = 0; + //! Makes the camera the active view virtual void MakeActiveView() = 0; diff --git a/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.h b/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.h index 7a07be7175..c40b2fc68c 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.h +++ b/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.inl b/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.inl index fdd102fb8f..92316503a2 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.inl +++ b/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapter.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapterHelpers.h b/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapterHelpers.h index e761cb32ec..9cf9e48546 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapterHelpers.h +++ b/Code/Framework/AzFramework/AzFramework/Components/ComponentAdapterHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.cpp b/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.cpp index af1d27cd57..4c0fe8651f 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.cpp +++ b/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.h b/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.h index 4ad28226db..7714f4d69b 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.h +++ b/Code/Framework/AzFramework/AzFramework/Components/ConsoleBus.h @@ -1,7 +1,8 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/DeprecatedComponentsBus.h b/Code/Framework/AzFramework/AzFramework/Components/DeprecatedComponentsBus.h index 1c2d05c4e1..361a9f104c 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/DeprecatedComponentsBus.h +++ b/Code/Framework/AzFramework/AzFramework/Components/DeprecatedComponentsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/EditorEntityEvents.h b/Code/Framework/AzFramework/AzFramework/Components/EditorEntityEvents.h index d92cb8e22e..25a8984080 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/EditorEntityEvents.h +++ b/Code/Framework/AzFramework/AzFramework/Components/EditorEntityEvents.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.cpp b/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.cpp index 1bd381b518..5b27efa616 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.h b/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.h index 8aabaa3873..16032e5337 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Components/NonUniformScaleComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.cpp b/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.cpp index 6a71619293..68c4b00243 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.h b/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.h index 4844b15845..ac282b4d49 100644 --- a/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Components/TransformComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Debug/DebugCameraBus.h b/Code/Framework/AzFramework/AzFramework/Debug/DebugCameraBus.h index 8fbbad4e14..0f8ee60efd 100644 --- a/Code/Framework/AzFramework/AzFramework/Debug/DebugCameraBus.h +++ b/Code/Framework/AzFramework/AzFramework/Debug/DebugCameraBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.h b/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.h index c548ba6d1b..e67ec4c853 100644 --- a/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.h +++ b/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.inl b/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.inl index bdea03c34a..ef5c67d7d9 100644 --- a/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.inl +++ b/Code/Framework/AzFramework/AzFramework/Dependency/Dependency.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Dependency/Version.h b/Code/Framework/AzFramework/AzFramework/Dependency/Version.h index ce9a65cc43..a8111427d9 100644 --- a/Code/Framework/AzFramework/AzFramework/Dependency/Version.h +++ b/Code/Framework/AzFramework/AzFramework/Dependency/Version.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.cpp b/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.cpp index e4b96cb9af..5d4b89ab5c 100644 --- a/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.h b/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.h index 079f22cdf0..c1b0ac9a65 100644 --- a/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Driller/DrillToFileComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Driller/DrillerConsoleAPI.h b/Code/Framework/AzFramework/AzFramework/Driller/DrillerConsoleAPI.h index 9bb73f4b59..80bb7e3a0b 100644 --- a/Code/Framework/AzFramework/AzFramework/Driller/DrillerConsoleAPI.h +++ b/Code/Framework/AzFramework/AzFramework/Driller/DrillerConsoleAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.cpp b/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.cpp index 0830530944..232432c8d8 100644 --- a/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.cpp +++ b/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.h b/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.h index b50f3e4fcd..669b308668 100644 --- a/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Driller/RemoteDrillerInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.cpp b/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.cpp index 5314e9ed30..725f71a3c9 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.cpp +++ b/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.h b/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.h index 4775a17ab2..44495fdf04 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/BehaviorEntity.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.cpp b/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.cpp index 77535a4cf1..a323033001 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.cpp +++ b/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.h b/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.h index 1b19b8cbff..d6d53ae0ee 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/EntityContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/EntityContextBus.h b/Code/Framework/AzFramework/AzFramework/Entity/EntityContextBus.h index e092fdef02..49cb8db609 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/EntityContextBus.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/EntityContextBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/EntityDebugDisplayBus.h b/Code/Framework/AzFramework/AzFramework/Entity/EntityDebugDisplayBus.h index 0852535fa0..fddaddf303 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/EntityDebugDisplayBus.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/EntityDebugDisplayBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipService.h b/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipService.h index 5c5606a43d..7e33c29025 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipService.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipService.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipServiceBus.h b/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipServiceBus.h index ccf28e70ee..a8c0779529 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipServiceBus.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/EntityOwnershipServiceBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextBus.h b/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextBus.h index 6ddeda3cbf..b5ca37df6e 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextBus.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.cpp b/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.cpp index 4c50722843..a97281b9c1 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.h b/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.h index 3fa4d2b35c..831067d728 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/GameEntityContextComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.cpp b/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.cpp index 61d2b2e653..9b2c432332 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.cpp +++ b/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.h b/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.h index 57cdacffee..ac24af880a 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/PrefabEntityOwnershipService.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.cpp b/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.cpp index ac2c6239a0..8ed89ee121 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.cpp +++ b/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.h b/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.h index a696321f27..d37d61a5f0 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipService.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipServiceBus.h b/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipServiceBus.h index 664b87f943..1e5e4ed5ef 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipServiceBus.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/SliceEntityOwnershipServiceBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.cpp b/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.cpp index 16f349df7d..aa7a4656b5 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.cpp +++ b/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.h b/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.h index d31ae3afed..5639551324 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipService.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipServiceBus.h b/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipServiceBus.h index 58559b07cf..56d130a0ad 100644 --- a/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipServiceBus.h +++ b/Code/Framework/AzFramework/AzFramework/Entity/SliceGameEntityOwnershipServiceBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.cpp b/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.cpp index a28a5eb3ba..39dd482cb7 100644 --- a/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.cpp +++ b/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.h b/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.h index 63b58eee76..43609986f7 100644 --- a/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.h +++ b/Code/Framework/AzFramework/AzFramework/FileFunc/FileFunc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.cpp b/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.cpp index 74816ff80e..87866581d3 100644 --- a/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.cpp +++ b/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.h b/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.h index b039a8985e..be3d6e6d08 100644 --- a/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.h +++ b/Code/Framework/AzFramework/AzFramework/FileTag/FileTag.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileTag/FileTagBus.h b/Code/Framework/AzFramework/AzFramework/FileTag/FileTagBus.h index def44f01b6..e244c60e4d 100644 --- a/Code/Framework/AzFramework/AzFramework/FileTag/FileTagBus.h +++ b/Code/Framework/AzFramework/AzFramework/FileTag/FileTagBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.cpp b/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.cpp index 9a4fd786ac..1e03a6df0d 100644 --- a/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.h b/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.h index 44d6b8d9d7..d53e4e7a89 100644 --- a/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.h +++ b/Code/Framework/AzFramework/AzFramework/FileTag/FileTagComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Font/FontInterface.h b/Code/Framework/AzFramework/AzFramework/Font/FontInterface.h index 212c2ff8d3..8ffaa6dbf0 100644 --- a/Code/Framework/AzFramework/AzFramework/Font/FontInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Font/FontInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.cpp b/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.cpp index a29e073b07..62a6334b5d 100644 --- a/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.cpp +++ b/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.h b/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.h index ed30ddf4f2..1f300af770 100644 --- a/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.h +++ b/Code/Framework/AzFramework/AzFramework/Gem/GemInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/FileOperations.cpp b/Code/Framework/AzFramework/AzFramework/IO/FileOperations.cpp index decf9f3cfb..db36a91448 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/FileOperations.cpp +++ b/Code/Framework/AzFramework/AzFramework/IO/FileOperations.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/FileOperations.h b/Code/Framework/AzFramework/AzFramework/IO/FileOperations.h index 87d788fb34..ebf1582738 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/FileOperations.h +++ b/Code/Framework/AzFramework/AzFramework/IO/FileOperations.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.cpp b/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.cpp index 69bf6bb394..d779ac8b49 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.cpp +++ b/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -279,14 +280,11 @@ namespace AZ return SystemFile::Exists(resolvedPath); } - void LocalFileIO::CheckInvalidWrite(const char* path) + void LocalFileIO::CheckInvalidWrite([[maybe_unused]] const char* path) { - (void)path; - #if defined(AZ_ENABLE_TRACING) const char* assetsAlias = GetAlias("@assets@"); - - if (((path) && (assetsAlias) && (azstrnicmp(path, assetsAlias, strlen(assetsAlias)) == 0))) + if (path && assetsAlias && AZ::IO::PathView(path).IsRelativeTo(assetsAlias)) { AZ_Error("FileIO", false, "You may not alter data inside the asset cache. Please check the call stack and consider writing into the source asset folder instead.\n" "Attempted write location: %s", path); diff --git a/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.h b/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.h index e79ddb151a..b02372d8c3 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.h +++ b/Code/Framework/AzFramework/AzFramework/IO/LocalFileIO.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.cpp b/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.cpp index 9a2aa841b2..75b43100c5 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.cpp +++ b/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.h b/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.h index 6afde7084f..d91e59bebc 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.h +++ b/Code/Framework/AzFramework/AzFramework/IO/RemoteFileIO.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.cpp b/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.cpp index c20ddcfeb5..5b38a5e966 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.cpp +++ b/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.h b/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.h index 5f80c8fe44..a250551e02 100644 --- a/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.h +++ b/Code/Framework/AzFramework/AzFramework/IO/RemoteStorageDrive.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/InGameUI/UiFrameworkBus.h b/Code/Framework/AzFramework/AzFramework/InGameUI/UiFrameworkBus.h index c08af5e93b..2cb03c7b57 100644 --- a/Code/Framework/AzFramework/AzFramework/InGameUI/UiFrameworkBus.h +++ b/Code/Framework/AzFramework/AzFramework/InGameUI/UiFrameworkBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputChannelNotificationBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputChannelNotificationBus.h index 111d3af5e4..78d7621ac1 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputChannelNotificationBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputChannelNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputDeviceNotificationBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputDeviceNotificationBus.h index ea1e83e6f8..73b2f17f82 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputDeviceNotificationBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputDeviceNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputSystemNotificationBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputSystemNotificationBus.h index eab74e556c..b928da4609 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputSystemNotificationBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputSystemNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputTextNotificationBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputTextNotificationBus.h index 5a12960d5a..aa98e44150 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputTextNotificationBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputTextNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputChannelRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputChannelRequestBus.h index 44f4661da7..9abf78bd8c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputChannelRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputChannelRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputDeviceRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputDeviceRequestBus.h index a1ec4a05f0..147ff7f0b8 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputDeviceRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputDeviceRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -205,6 +206,25 @@ namespace AzFramework class InputDeviceImplementationRequest : public AZ::EBusTraits { public: + //////////////////////////////////////////////////////////////////////////////////////////// + //! EBus Trait: requests can be addressed to a specific InputDeviceId so that they are only + //! handled by one input device that has connected to the bus using that unique id, or they + //! can be broadcast to all input devices that have connected to the bus, regardless of id. + //! Connected input devices are ordered by their local player index from lowest to highest. + static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ByIdAndOrdered; + + //////////////////////////////////////////////////////////////////////////////////////////// + //! EBus Trait: requests should be handled by only one input device connected to each id + static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single; + + //////////////////////////////////////////////////////////////////////////////////////////// + //! EBus Trait: requests can be addressed to a specific InputDeviceId + using BusIdType = InputDeviceId; + + //////////////////////////////////////////////////////////////////////////////////////////// + //! EBus Trait: requests are handled by connected devices in the order of local player index + using BusIdOrderCompare = AZStd::less; + //////////////////////////////////////////////////////////////////////////////////////////// //! Alias for the EBus implementation of this interface using Bus = AZ::EBus>; @@ -214,11 +234,12 @@ namespace AzFramework using CreateFunctionType = typename InputDeviceType::Implementation*(*)(InputDeviceType&); //////////////////////////////////////////////////////////////////////////////////////////// - //! Create a custom implementation for all the existing instances of this input device type. + //! Set a custom implementation for this input device type, either for a specific instance + //! by addressing the call to an InputDeviceId, or for all existing instances by broadcast. //! Passing InputDeviceType::Implementation::Create as the argument will create the default //! device implementation, while passing nullptr will delete any existing implementation. //! \param[in] createFunction Pointer to the function that will create the implementation. - virtual void CreateCustomImplementation(CreateFunctionType createFunction) = 0; + virtual void SetCustomImplementation(CreateFunctionType createFunction) = 0; }; //////////////////////////////////////////////////////////////////////////////////////////////// @@ -238,7 +259,7 @@ namespace AzFramework AZ_INLINE InputDeviceImplementationRequestHandler(InputDeviceType& inputDevice) : m_inputDevice(inputDevice) { - InputDeviceImplementationRequest::Bus::Handler::BusConnect(); + InputDeviceImplementationRequest::Bus::Handler::BusConnect(m_inputDevice.GetInputDeviceId()); } //////////////////////////////////////////////////////////////////////////////////////////// @@ -251,8 +272,8 @@ namespace AzFramework using CreateFunctionType = typename InputDeviceType::Implementation*(*)(InputDeviceType&); //////////////////////////////////////////////////////////////////////////////////////////// - //! \ref InputDeviceImplementationRequest::CreateCustomImplementation - AZ_INLINE void CreateCustomImplementation(CreateFunctionType createFunction) override + //! \ref InputDeviceImplementationRequest::SetCustomImplementation + AZ_INLINE void SetCustomImplementation(CreateFunctionType createFunction) override { AZStd::unique_ptr newImplementation; if (createFunction) diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputHapticFeedbackRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputHapticFeedbackRequestBus.h index 86ac0b21d1..71b899f0d8 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputHapticFeedbackRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputHapticFeedbackRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputLightBarRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputLightBarRequestBus.h index c00d0a5b0e..d7ae8e2d49 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputLightBarRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputLightBarRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputMotionSensorRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputMotionSensorRequestBus.h index bd0e2cdb8f..028fb315a8 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputMotionSensorRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputMotionSensorRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemCursorRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemCursorRequestBus.h index e4a9d2eb17..2a38bf776b 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemCursorRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemCursorRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemRequestBus.h index f0a6f01e58..4e6dcc5f08 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputSystemRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputTextEntryRequestBus.h b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputTextEntryRequestBus.h index 40cc2183c1..4757cb6f86 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputTextEntryRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Buses/Requests/InputTextEntryRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.cpp index c274bbf491..67c7a7f7ae 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.h index fc5dc2a7b2..2da5c55126 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.cpp index e6f383aae9..b86cbb75c4 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.h index 3f928d72b3..49a4273dda 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.cpp index 85f8a28b0b..6a22f5468f 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.h index 29079956aa..d90e464634 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAnalogWithPosition2D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.cpp index 76d3eb192b..38ae6d1506 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.h index 3760ad6f8c..519572cc9e 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis1D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.cpp index d7a2a781fc..6ef0c2b261 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.h index 5cbe20d5b6..622612e5d3 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis2D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.cpp index 01bf5c1bd0..cec4071aa4 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.h index e13c0b25d9..232de1bc23 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelAxis3D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.cpp index 16b2060606..0b4614847d 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.h index 418a6937d0..2abea9b32b 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDelta.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.cpp index cc0aa09941..cf8efb06a6 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.h index e1b2f0baf9..4f1f8870b7 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDeltaWithSharedPosition2D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.cpp index 3c9c730749..0ad6afd2d3 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.h index 7b0dc0ceb3..4cd2742220 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigital.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.cpp index 997526d2f0..f0e5dec38a 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.h index 5c6201bdd0..84f182a681 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithPosition2D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.cpp index 811ddab1b7..66cd689464 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.h index be802ef446..04d3e5fd53 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedModifierKeyStates.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.cpp index f28b2dabcc..2a5da69dbf 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.h index 403b789787..a4d9f1c92c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelDigitalWithSharedPosition2D.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.cpp index 1de6ca0ff9..cc6154f20c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.h index f225d7eaaf..5c1c58d6b1 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.cpp b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.cpp index 78dc4ed20d..fafd1fe3bb 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.h b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.h index 023f3cebbb..584e24f08b 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Channels/InputChannelQuaternion.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.cpp b/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.cpp index 06657e7073..bddbb3a8ce 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.h b/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.h index b8f3ae6d44..7220b8b8d5 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Contexts/InputContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.cpp index b41007216c..95886c6871 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.h index 2a49078303..f4fddbb24e 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.cpp index 8e842e3cff..f1b4e02b2d 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.h index 8c0088419b..638e3df49f 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDevice.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.cpp index 888b033520..fa0955bd16 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.h index 3d2a46f415..6d2aa8b9fd 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/InputDeviceId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.cpp index 7625679d69..dd84fd9633 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -454,8 +455,8 @@ namespace AzFramework } //////////////////////////////////////////////////////////////////////////////////////////////// - InputDeviceKeyboard::InputDeviceKeyboard() - : InputDevice(Id) + InputDeviceKeyboard::InputDeviceKeyboard(AzFramework::InputDeviceId id) + : InputDevice(id) , m_modifierKeyStates(AZStd::make_shared()) , m_allChannelsById() , m_keyChannelsById() diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.h index ea0aa1beec..5588f94d69 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -240,7 +241,7 @@ namespace AzFramework //////////////////////////////////////////////////////////////////////////////////////////// //! Constructor - InputDeviceKeyboard(); + InputDeviceKeyboard(AzFramework::InputDeviceId id = Id); //////////////////////////////////////////////////////////////////////////////////////////// // Disable copying diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboardWindowsScanCodes.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboardWindowsScanCodes.h index 14835e5b57..b8537720ec 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboardWindowsScanCodes.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboardWindowsScanCodes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.cpp index 198ebb3bea..34c72f20d2 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.h index 2e9a6de7ec..1e020a6e02 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Motion/InputDeviceMotion.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.cpp index a7180d7ec1..2cc4573bce 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -95,8 +96,8 @@ namespace AzFramework } //////////////////////////////////////////////////////////////////////////////////////////////// - InputDeviceMouse::InputDeviceMouse() - : InputDevice(Id) + InputDeviceMouse::InputDeviceMouse(AzFramework::InputDeviceId id) + : InputDevice(id) , m_allChannelsById() , m_buttonChannelsById() , m_movementChannelsById() diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.h index 7fc6a7a505..99fe5b820c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Mouse/InputDeviceMouse.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -111,7 +112,7 @@ namespace AzFramework //////////////////////////////////////////////////////////////////////////////////////////// //! Constructor - explicit InputDeviceMouse(); + explicit InputDeviceMouse(AzFramework::InputDeviceId id = Id); //////////////////////////////////////////////////////////////////////////////////////////// // Disable copying diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.cpp index 3594e5a7b7..07d10090a3 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.h index 0621fd55e6..6e069c44ba 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/Touch/InputDeviceTouch.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.cpp b/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.cpp index 8f3b83cba7..bc23826ebc 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.h b/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.h index 2f3f380a92..43e2815875 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.cpp b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.cpp index 1606ae6c29..7c4659b4a9 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.h b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.h index 73e8b34d1f..9a228a811d 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventFilter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.cpp b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.cpp index 7c25638efc..b58fe9ed11 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.h b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.h index dac0b0ff2a..2b45012fa3 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.cpp b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.cpp index 74a952626b..dcb756746c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.h b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.h index cefaae0e0d..7123822a83 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputChannelEventSink.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.cpp b/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.cpp index 3fccaeeb32..fb3b627a14 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h b/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h index fba7f43528..32c44f83d4 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Events/InputTextEventListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.cpp b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.cpp index f002ba0a22..2f848368ca 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.h b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.h index 270814a5da..93ca96eded 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMapping.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.cpp b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.cpp index 5436935085..5d371888da 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.h b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.h index e67fc698c7..d7a767e3a5 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingAnd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.cpp b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.cpp index f84e9ca6df..459d32dc68 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.h b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.h index 627ab17ae7..b8359f828e 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Mappings/InputMappingOr.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.cpp b/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.cpp index 68d4ea4d02..33690f2246 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.h b/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.h index 8893c83fed..2a6fcbce04 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Input/System/InputSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/User/LocalUserId.h b/Code/Framework/AzFramework/AzFramework/Input/User/LocalUserId.h index 95052cfa85..2c2a0ce8e0 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/User/LocalUserId.h +++ b/Code/Framework/AzFramework/AzFramework/Input/User/LocalUserId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Utils/AdjustAnalogInputForDeadZone.h b/Code/Framework/AzFramework/AzFramework/Input/Utils/AdjustAnalogInputForDeadZone.h index f2fffc6e40..27dc1c1d36 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Utils/AdjustAnalogInputForDeadZone.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Utils/AdjustAnalogInputForDeadZone.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Utils/IsAnyKeyOrButton.h b/Code/Framework/AzFramework/AzFramework/Input/Utils/IsAnyKeyOrButton.h index 4379927081..4a75f77a9c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Utils/IsAnyKeyOrButton.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Utils/IsAnyKeyOrButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Input/Utils/ProcessRawInputEventQueues.h b/Code/Framework/AzFramework/AzFramework/Input/Utils/ProcessRawInputEventQueues.h index 53426aedb5..faf0e50d4c 100644 --- a/Code/Framework/AzFramework/AzFramework/Input/Utils/ProcessRawInputEventQueues.h +++ b/Code/Framework/AzFramework/AzFramework/Input/Utils/ProcessRawInputEventQueues.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/LogFile.cpp b/Code/Framework/AzFramework/AzFramework/Logging/LogFile.cpp index efb3920c38..506d4a8861 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/LogFile.cpp +++ b/Code/Framework/AzFramework/AzFramework/Logging/LogFile.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/LogFile.h b/Code/Framework/AzFramework/AzFramework/Logging/LogFile.h index fa2ea58b59..be328fd7e4 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/LogFile.h +++ b/Code/Framework/AzFramework/AzFramework/Logging/LogFile.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.cpp b/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.cpp index 1cd685a7d2..aa1344fa4f 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.h b/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.h index 9bcece00a8..98eb6df95a 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Logging/LoggingComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.cpp b/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.cpp index 5a21940d42..942c6781e9 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.cpp +++ b/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.h b/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.h index 6e5eba8e5f..9434ca80ae 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.h +++ b/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetLogger.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetNotificationBus.h b/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetNotificationBus.h index 94cfc5e3da..4ce8e1d1dc 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetNotificationBus.h +++ b/Code/Framework/AzFramework/AzFramework/Logging/MissingAssetNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.cpp b/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.cpp index e49aa39d1b..c99ccd5990 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.cpp +++ b/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.h b/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.h index 3674f0e27c..78baaea84a 100644 --- a/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.h +++ b/Code/Framework/AzFramework/AzFramework/Logging/StartupLogSinkReporter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Math/InterpolationSample.h b/Code/Framework/AzFramework/AzFramework/Math/InterpolationSample.h index e5f7b5b874..cb5d66a2fc 100644 --- a/Code/Framework/AzFramework/AzFramework/Math/InterpolationSample.h +++ b/Code/Framework/AzFramework/AzFramework/Math/InterpolationSample.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Metrics/MetricsPlainTextNameRegistration.h b/Code/Framework/AzFramework/AzFramework/Metrics/MetricsPlainTextNameRegistration.h index 84eafebbe8..fb3dd255a5 100644 --- a/Code/Framework/AzFramework/AzFramework/Metrics/MetricsPlainTextNameRegistration.h +++ b/Code/Framework/AzFramework/AzFramework/Metrics/MetricsPlainTextNameRegistration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.cpp b/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.cpp index f84c654e40..a65a3079a0 100644 --- a/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.cpp +++ b/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.h b/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.h index b370cca4ce..d56c4145ef 100644 --- a/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.h +++ b/Code/Framework/AzFramework/AzFramework/Network/AssetProcessorConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.cpp b/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.cpp index 47ec06cc14..31f97a1c8f 100644 --- a/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.cpp +++ b/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.h b/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.h index bbd9c3e4e2..0f50c332da 100644 --- a/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.h +++ b/Code/Framework/AzFramework/AzFramework/Network/SocketConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.cpp index 970a272eea..61ac165dd7 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.h index d2c57b3666..82018784b7 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/AnimationConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Character.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Character.cpp index 59f492359d..88fbf09d5d 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Character.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Character.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -84,7 +85,7 @@ namespace Physics if (serializeContext) { serializeContext->Class() - ->Version(2) + ->Version(3) ->Field("CollisionLayer", &CharacterConfiguration::m_collisionLayer) ->Field("CollisionGroupId", &CharacterConfiguration::m_collisionGroupId) ->Field("Material", &CharacterConfiguration::m_materialSelection) @@ -94,6 +95,7 @@ namespace Physics ->Field("MinDistance", &CharacterConfiguration::m_minimumMovementDistance) ->Field("MaxSpeed", &CharacterConfiguration::m_maximumSpeed) ->Field("ColliderTag", &CharacterConfiguration::m_colliderTag) + ->Field("ApplyMoveOnPhysicsTick", &CharacterConfiguration::m_applyMoveOnPhysicsTick) ; if (AZ::EditContext* editContext = serializeContext->GetEditContext()) @@ -127,6 +129,9 @@ namespace Physics ->Attribute(AZ::Edit::Attributes::Step, 1.0f) ->DataElement(AZ::Edit::UIHandlers::Default, &CharacterConfiguration::m_colliderTag, "Collider Tag", "Used to identify the collider associated with the character controller") + ->DataElement(AZ::Edit::UIHandlers::Default, &CharacterConfiguration::m_applyMoveOnPhysicsTick, + "Apply Move On Tick", "Requests to add velocity will be accumulated and applied once on the physics pre-simulation tick " + "If unticked, explicit call to apply requested velocity is required") ; } } diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Character.h b/Code/Framework/AzFramework/AzFramework/Physics/Character.h index ac46120879..2e8d5c1ef7 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Character.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Character.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -76,6 +77,7 @@ namespace Physics AZStd::string m_colliderTag; //!< Used to identify the collider associated with the character controller. AZStd::shared_ptr m_shapeConfig; //!< The shape to use when creating the character controller. AZStd::vector> m_colliders; //!< The list of colliders to attach to the character controller. + bool m_applyMoveOnPhysicsTick = true; //!< Should accumulated velocity be applied on the physics tick. }; /// Basic implementation of common character-style needs as a WorldBody. Is not a full-functional ship-ready diff --git a/Code/Framework/AzFramework/AzFramework/Physics/CharacterBus.h b/Code/Framework/AzFramework/AzFramework/Physics/CharacterBus.h index 54cfbe3d7c..778422a7f5 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/CharacterBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/CharacterBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/CharacterPhysicsDataBus.h b/Code/Framework/AzFramework/AzFramework/Physics/CharacterPhysicsDataBus.h index 0336df246a..4a389bcc48 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/CharacterPhysicsDataBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/CharacterPhysicsDataBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.cpp b/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.cpp index f80e9724ce..9c1a8c83ca 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.h b/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.h index 7320644373..e3dd73efdc 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/ClassConverters.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/ColliderComponentBus.h b/Code/Framework/AzFramework/AzFramework/Physics/ColliderComponentBus.h index 58c220082a..9862d42d4e 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/ColliderComponentBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/ColliderComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.cpp index 040988f410..e98bbcc21a 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.h b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.h index 3dff9e00ff..83528eca69 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionEvents.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.cpp index a8c8c4470f..3ffeb0cf5b 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.h b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.h index 78a467e571..f83a042577 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionGroups.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.cpp index 93d0501076..924af41113 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.h b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.h index fcbf424f6e..25675e311a 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Collision/CollisionLayers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.cpp b/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.cpp index 773822bab4..30a3588ec7 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.h b/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.h index 06ec1d3e6d..2ca2e013ee 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/CollisionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsEvents.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsEvents.h index b69888a952..8c8f311720 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsEvents.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsEvents.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.cpp index 7156f1bff2..53c1e6c5dd 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.h index ec0e16ab7f..7cd7f10246 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsJoint.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.cpp index 3ccf093e4f..ff79f097de 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -66,6 +67,17 @@ namespace AzPhysics } } + // class for exposing free functions to script + class SceneQueries + { + public: + AZ_TYPE_INFO(SceneQueries, "{4EFA3DA5-C0E3-4753-8C55-202228CA527E}"); + AZ_CLASS_ALLOCATOR(SceneQueries, AZ::SystemAllocator, 0); + + SceneQueries() = default; + ~SceneQueries() = default; + }; + /*static*/ void SceneQueryRequest::Reflect(AZ::ReflectContext* context) { if (auto* serializeContext = azdynamic_cast(context)) @@ -95,6 +107,7 @@ namespace AzPhysics ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) ->Attribute(AZ::Script::Attributes::Module, "physics") ->Attribute(AZ::Script::Attributes::Category, "PhysX") + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) ->Property("Collision", BehaviorValueProperty(&SceneQueryRequest::m_collisionGroup)) // Until enum class support for behavior context is done, expose this as an int ->Property("QueryType", [](const SceneQueryRequest& self) { return static_cast(self.m_queryType); }, @@ -133,10 +146,28 @@ namespace AzPhysics ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) ->Attribute(AZ::Script::Attributes::Module, "physics") ->Attribute(AZ::Script::Attributes::Category, "PhysX") + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) ->Property("Distance", BehaviorValueProperty(&RayCastRequest::m_distance)) ->Property("Start", BehaviorValueProperty(&RayCastRequest::m_start)) ->Property("Direction", BehaviorValueProperty(&RayCastRequest::m_direction)) + ->Property("ReportMultipleHits", BehaviorValueProperty(&RayCastRequest::m_reportMultipleHits)) ; + + behaviorContext->Class("SceneQueries") + ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) + ->Attribute(AZ::Script::Attributes::Module, "physics") + ->Attribute(AZ::Script::Attributes::Category, "PhysX") + ->Method( + "CreateRayCastRequest", + [](const AZ::Vector3& start, const AZ::Vector3& direction, float distance, const AZStd::string& collisionGroup) + { + RayCastRequest request; + request.m_start = start; + request.m_direction = direction; + request.m_distance = distance; + request.m_collisionGroup = CollisionGroup(collisionGroup); + return request; + }); } } @@ -153,6 +184,44 @@ namespace AzPhysics ->Field("ReportMultipleHits", &ShapeCastRequest::m_reportMultipleHits) ; } + + if (auto* behaviorContext = azdynamic_cast(context)) + { + behaviorContext->Class("ShapeCastRequest") + ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) + ->Attribute(AZ::Script::Attributes::Module, "physics") + ->Attribute(AZ::Script::Attributes::Category, "PhysX") + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) + ->Property("Distance", BehaviorValueProperty(&ShapeCastRequest::m_distance)) + ->Property("Start", BehaviorValueProperty(&ShapeCastRequest::m_start)) + ->Property("Direction", BehaviorValueProperty(&ShapeCastRequest::m_direction)) + ; + + behaviorContext->Method( + "CreateSphereCastRequest", + [](float radius, const AZ::Transform& startPose, const AZ::Vector3& direction, float distance, + SceneQuery::QueryType queryType, CollisionGroup collisionGroup) + { + return ShapeCastRequestHelpers::CreateSphereCastRequest( + radius, startPose, direction, distance, queryType, collisionGroup, nullptr); + }); + behaviorContext->Method( + "CreateBoxCastRequest", + [](const AZ::Vector3& boxDimensions, const AZ::Transform& startPose, const AZ::Vector3& direction, float distance, + SceneQuery::QueryType queryType, CollisionGroup collisionGroup) + { + return ShapeCastRequestHelpers::CreateBoxCastRequest( + boxDimensions, startPose, direction, distance, queryType, collisionGroup, nullptr); + }); + behaviorContext->Method( + "CreateCapsuleCastRequest", + [](float capsuleRadius, float capsuleHeight, const AZ::Transform& startPose, const AZ::Vector3& direction, float distance, + SceneQuery::QueryType queryType, CollisionGroup collisionGroup) + { + return ShapeCastRequestHelpers::CreateCapsuleCastRequest( + capsuleRadius, capsuleHeight, startPose, direction, distance, queryType, collisionGroup, nullptr); + }); + } } namespace ShapeCastRequestHelpers @@ -219,6 +288,41 @@ namespace AzPhysics ->Field("ShapeConfiguration", &OverlapRequest::m_shapeConfiguration) ; } + + if (auto* behaviorContext = azdynamic_cast(context)) + { + behaviorContext->Class("OverlapRequest") + ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) + ->Attribute(AZ::Script::Attributes::Module, "physics") + ->Attribute(AZ::Script::Attributes::Category, "PhysX") + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) + ->Property("Pose", BehaviorValueProperty(&OverlapRequest::m_pose)) + ; + + behaviorContext->Method( + "CreateSphereOverlapRequest", + [](float radius, const AZ::Transform& pose) + { + return OverlapRequestHelpers::CreateSphereOverlapRequest( + radius, pose, nullptr); + }); + + behaviorContext->Method( + "CreateBoxOverlapRequest", + [](const AZ::Vector3& boxDimensions, const AZ::Transform& pose) + { + return OverlapRequestHelpers::CreateBoxOverlapRequest( + boxDimensions, pose, nullptr); + }); + + behaviorContext->Method( + "CreateCapsuleOverlapRequest", + [](float height, float radius, const AZ::Transform& pose) + { + return OverlapRequestHelpers::CreateCapsuleOverlapRequest( + height, radius, pose, nullptr); + }); + } } namespace OverlapRequestHelpers @@ -274,6 +378,7 @@ namespace AzPhysics ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) ->Attribute(AZ::Script::Attributes::Module, "physics") ->Attribute(AZ::Script::Attributes::Category, "PhysX") + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) ->Property("Distance", BehaviorValueProperty(&SceneQueryHit::m_distance)) ->Property("Position", BehaviorValueProperty(&SceneQueryHit::m_position)) ->Property("Normal", BehaviorValueProperty(&SceneQueryHit::m_normal)) diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.h index af1f5947a4..8d25922f58 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSceneQueries.h @@ -1,11 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once +#include #include #include #include @@ -188,7 +190,7 @@ namespace AzPhysics AZ::Transform m_start = AZ::Transform::CreateIdentity(); //!< World space start position. Assumes only rotation + translation (no scaling). AZ::Vector3 m_direction = AZ::Vector3::CreateZero(); //!< World space direction (Should be normalized) AZStd::shared_ptr m_shapeConfiguration; //!< Shape information. - SceneQuery::HitFlags m_hitFlags = SceneQuery::HitFlags::Default; //!< Query behavior flags + SceneQuery::HitFlags m_hitFlags = SceneQuery::HitFlags::Default | SceneQuery::HitFlags::MTD; //!< Query behavior flags. MTD Is On by default to correctly report objects that are initially in contact with the start pose. SceneQuery::FilterCallback m_filterCallback = nullptr; //!< Hit filtering function bool m_reportMultipleHits = false; //!< flag to have the cast stop after the first hit or return all hits along the query. }; diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.cpp index 9faef9ae06..168152f686 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.h index b2822f57de..7091745f3a 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBody.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.cpp index 9a8adf04d8..e78ff49f2d 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.h index 964cf30dda..f7aa36f18a 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyAutomation.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.cpp index 7c3fa42219..b51298a797 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.h index 334478ad86..adf0ecb3cf 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsSimulatedBodyEvents.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsTypes.h b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsTypes.h index bede489939..bb53d6d3dd 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsTypes.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Common/PhysicsTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Components/SimulatedBodyComponentBus.h b/Code/Framework/AzFramework/AzFramework/Physics/Components/SimulatedBodyComponentBus.h index 9c1926040f..c7ea225cdf 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Components/SimulatedBodyComponentBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Components/SimulatedBodyComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.cpp index 460f74ffc4..a4e466f0cf 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.h index 603832ebcb..e784c2339b 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/CollisionConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.cpp index d663658d35..d2f74510e5 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.h index 10a04a98ed..ff9bfb5bea 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/JointConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.cpp index e5ef00f900..cfea76f1d7 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -122,6 +123,12 @@ namespace AzPhysics ->Field("Kinematic", &RigidBodyConfiguration::m_kinematic) ->Field("CCD Enabled", &RigidBodyConfiguration::m_ccdEnabled) ->Field("Compute Mass", &RigidBodyConfiguration::m_computeMass) + ->Field("Lock Linear X", &RigidBodyConfiguration::m_lockLinearX) + ->Field("Lock Linear Y", &RigidBodyConfiguration::m_lockLinearY) + ->Field("Lock Linear Z", &RigidBodyConfiguration::m_lockLinearZ) + ->Field("Lock Angular X", &RigidBodyConfiguration::m_lockAngularX) + ->Field("Lock Angular Y", &RigidBodyConfiguration::m_lockAngularY) + ->Field("Lock Angular Z", &RigidBodyConfiguration::m_lockAngularZ) ->Field("Mass", &RigidBodyConfiguration::m_mass) ->Field("Compute COM", &RigidBodyConfiguration::m_computeCenterOfMass) ->Field("Centre of mass offset", &RigidBodyConfiguration::m_centerOfMassOffset) diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.h index df0f43c0b7..51dcce842d 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/RigidBodyConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -61,6 +62,16 @@ namespace AzPhysics bool m_computeInertiaTensor = true; bool m_computeMass = true; + // Flags to restrict motion along specific world-space axes. + bool m_lockLinearX = false; + bool m_lockLinearY = false; + bool m_lockLinearZ = false; + + // Flags to restrict rotation around specific world-space axes. + bool m_lockAngularX = false; + bool m_lockAngularY = false; + bool m_lockAngularZ = false; + //! If set, non-simulated shapes will also be included in the mass properties calculation. bool m_includeAllShapesInMassCalculation = false; diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.cpp index 45fb3f5ddd..7496d77612 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.h index 88bb64df70..246059bde9 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SceneConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.cpp index 021d255b6b..2c26c85c81 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.h index 8e448cc2d4..0257e8ae62 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SimulatedBodyConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.cpp index e2aadbea8d..11d872457f 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.h index a04c6c6106..6c73549784 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/StaticRigidBodyConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.cpp index 6cf7432929..f55c430a2e 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.h index 3fa90ad3ed..791f9e37bc 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Configuration/SystemConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Material.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Material.cpp index cdcdbe4655..994d93d99e 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Material.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Material.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -504,7 +505,7 @@ namespace Physics } } - const AZ::Data::Asset& MaterialSelection::GetMaterialLibrary() + AZ::Data::Asset MaterialSelection::GetMaterialLibrary() { if (auto* physicsSystem = AZ::Interface::Get()) { @@ -516,7 +517,7 @@ namespace Physics return s_invalidMaterialLibrary; } - const AZ::Data::AssetId& MaterialSelection::GetMaterialLibraryId() + AZ::Data::AssetId MaterialSelection::GetMaterialLibraryId() { return GetMaterialLibrary().GetId(); } diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Material.h b/Code/Framework/AzFramework/AzFramework/Physics/Material.h index bd15dd338e..7b1c684e6b 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Material.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Material.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -306,8 +307,8 @@ namespace Physics void SyncSelectionToMaterialLibrary(); - static const AZ::Data::Asset& GetMaterialLibrary(); - static const AZ::Data::AssetId& GetMaterialLibraryId(); + static AZ::Data::Asset GetMaterialLibrary(); + static AZ::Data::AssetId GetMaterialLibraryId(); bool AreMaterialSlotsReadOnly() const; diff --git a/Code/Framework/AzFramework/AzFramework/Physics/MaterialBus.h b/Code/Framework/AzFramework/AzFramework/Physics/MaterialBus.h index 1784bee93e..b6a2694417 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/MaterialBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/MaterialBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,6 +13,9 @@ namespace Physics { + class ShapeConfiguration; + class MaterialSelection; + /// Listens to requests for physics materials. class PhysicsMaterialRequests : public AZ::EBusTraits diff --git a/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.cpp b/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.cpp index db70817d1b..c26dc0102a 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.h b/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.h index 2e80c6a2c1..e6bc0c2c3c 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/NameConstants.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.cpp b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.cpp index 7840d10a6c..62a3916e9e 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -48,6 +49,7 @@ namespace AzPhysics ->Attribute(AZ::Script::Attributes::Category, "Physics") ->Method("GetOnGravityChangeEvent", getOnGravityChange) ->Attribute(AZ::Script::Attributes::AzEventDescription, gravityChangedEventDescription) + ->Method("QueryScene", &Scene::QueryScene) ; } } diff --git a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.h b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.h index 329ae5a389..c0327bcfcd 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsScene.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.cpp b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.cpp index 4d41ab13b4..2fda459e20 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -41,7 +42,7 @@ namespace AzPhysics {"Tick time"} // Parameters }; - behaviorContext->Class("System Interface") + behaviorContext->Class("PhysicsSystemInterface") ->Attribute(AZ::Script::Attributes::Scope, AZ::Script::Attributes::ScopeFlags::Common) ->Attribute(AZ::Script::Attributes::Module, "physics") ->Attribute(AZ::Script::Attributes::Category, "PhysX") @@ -49,7 +50,24 @@ namespace AzPhysics ->Attribute(AZ::Script::Attributes::AzEventDescription, presimulateEventDescription) ->Method("GetOnPostsimulateEvent", getOnPostsimulateEvent) ->Attribute(AZ::Script::Attributes::AzEventDescription, postsimulateEventDescription) + ->Method("GetSceneHandle", &SystemInterface::GetSceneHandle) + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) + ->Method("GetScene", &SystemInterface::GetScene) + ->Attribute(AZ::Script::Attributes::ExcludeFrom, AZ::Script::Attributes::ExcludeFlags::All) ; + + behaviorContext->Method( + "GetPhysicsSystem", + []() + { + return AZ::Interface::Get(); + }); + + behaviorContext + ->Constant("DefaultPhysicsSceneName", BehaviorConstant(DefaultPhysicsSceneName)) + ->Constant("DefaultPhysicsSceneId", BehaviorConstant(DefaultPhysicsSceneId)) + ->Constant("EditorPhysicsSceneName", BehaviorConstant(EditorPhysicsSceneName)) + ->Constant("EditorPhysicsSceneId", BehaviorConstant(EditorPhysicsSceneId)); } } } // namespace AzPhysics diff --git a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.h b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.h index d35e784656..12b3c8ec67 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/PhysicsSystem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/PropertyTypes.h b/Code/Framework/AzFramework/AzFramework/Physics/PropertyTypes.h index ebdcd06919..ead680695f 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/PropertyTypes.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/PropertyTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.cpp index 24a477a180..e22028062d 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.h b/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.h index 840c8066c1..ed4f566de9 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Ragdoll.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/RagdollPhysicsBus.h b/Code/Framework/AzFramework/AzFramework/Physics/RagdollPhysicsBus.h index 3c6ce75739..a4c79484be 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/RagdollPhysicsBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/RagdollPhysicsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/RigidBody.h b/Code/Framework/AzFramework/AzFramework/Physics/RigidBody.h index 5d829cc27c..13d29b6bb9 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/RigidBody.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/RigidBody.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/RigidBodyBus.h b/Code/Framework/AzFramework/AzFramework/Physics/RigidBodyBus.h index 408f1a4978..1081c8b0e5 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/RigidBodyBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/RigidBodyBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Shape.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Shape.cpp index 03351053aa..402a330874 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Shape.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Shape.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Shape.h b/Code/Framework/AzFramework/AzFramework/Physics/Shape.h index 8cf8837b57..6549269c77 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Shape.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Shape.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.cpp b/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.cpp index a122b48d91..ab5cb90616 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.h b/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.h index 032ca8f826..07845e95b9 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/ShapeConfiguration.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.cpp b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.cpp index ea014b9b5f..cc36e98caa 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.h b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.h index cc90d79584..3c0a1afa1d 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/RigidBody.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.cpp b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.cpp index fd54ee01bd..c3c715f7d9 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.h b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.h index 121ae11987..2cd3b9f7ae 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/SimulatedBodies/StaticRigidBody.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/SystemBus.h b/Code/Framework/AzFramework/AzFramework/Physics/SystemBus.h index 1b65c303e6..868a27ed36 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/SystemBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/SystemBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Utils.cpp b/Code/Framework/AzFramework/AzFramework/Physics/Utils.cpp index 72c82ddada..81af7b5840 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Utils.cpp +++ b/Code/Framework/AzFramework/AzFramework/Physics/Utils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/Utils.h b/Code/Framework/AzFramework/AzFramework/Physics/Utils.h index b479d6df44..eb1afa2d58 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/Utils.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Physics/WindBus.h b/Code/Framework/AzFramework/AzFramework/Physics/WindBus.h index 58d1ab544d..6b6f5c6f8d 100644 --- a/Code/Framework/AzFramework/AzFramework/Physics/WindBus.h +++ b/Code/Framework/AzFramework/AzFramework/Physics/WindBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Platform/PlatformDefaults.h b/Code/Framework/AzFramework/AzFramework/Platform/PlatformDefaults.h index e6ebee9049..7d574d3e2b 100644 --- a/Code/Framework/AzFramework/AzFramework/Platform/PlatformDefaults.h +++ b/Code/Framework/AzFramework/AzFramework/Platform/PlatformDefaults.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Process/ProcessCommon_fwd.h b/Code/Framework/AzFramework/AzFramework/Process/ProcessCommon_fwd.h index be6c34e798..b46255aee7 100644 --- a/Code/Framework/AzFramework/AzFramework/Process/ProcessCommon_fwd.h +++ b/Code/Framework/AzFramework/AzFramework/Process/ProcessCommon_fwd.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.cpp b/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.cpp index e8cd8d167f..227dccc217 100644 --- a/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.cpp +++ b/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.h b/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.h index 07df0b4d1d..4feef6bdac 100644 --- a/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.h +++ b/Code/Framework/AzFramework/AzFramework/Process/ProcessCommunicator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.cpp b/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.cpp index c76231fa4b..3ba7ed7223 100644 --- a/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.cpp +++ b/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.h b/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.h index 52de420e14..042f450db0 100644 --- a/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.h +++ b/Code/Framework/AzFramework/AzFramework/Process/ProcessWatcher.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.cpp b/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.cpp index 206ab1edb3..33fafa2110 100644 --- a/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.cpp +++ b/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.h b/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.h index b5814481a8..323045886d 100644 --- a/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.h +++ b/Code/Framework/AzFramework/AzFramework/ProjectManager/ProjectManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.cpp b/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.cpp index 9327c1deff..817cde0ea4 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.h b/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.h index f8e57c7a78..690a7cfb75 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Render/GameIntersectorComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionBus.h b/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionBus.h index dd9c807dad..01fb15fea7 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionBus.h +++ b/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionStructures.h b/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionStructures.h index 532b29fd47..11c3fedb2b 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionStructures.h +++ b/Code/Framework/AzFramework/AzFramework/Render/GeometryIntersectionStructures.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/Intersector.cpp b/Code/Framework/AzFramework/AzFramework/Render/Intersector.cpp index eb24b0937a..52bbfe22dd 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/Intersector.cpp +++ b/Code/Framework/AzFramework/AzFramework/Render/Intersector.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/Intersector.h b/Code/Framework/AzFramework/AzFramework/Render/Intersector.h index abffd8da8a..acd6553c32 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/Intersector.h +++ b/Code/Framework/AzFramework/AzFramework/Render/Intersector.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/IntersectorInterface.h b/Code/Framework/AzFramework/AzFramework/Render/IntersectorInterface.h index 06148e5d6c..44e1290911 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/IntersectorInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Render/IntersectorInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Render/RenderSystemBus.h b/Code/Framework/AzFramework/AzFramework/Render/RenderSystemBus.h index b6c17c1698..46369635a2 100644 --- a/Code/Framework/AzFramework/AzFramework/Render/RenderSystemBus.h +++ b/Code/Framework/AzFramework/AzFramework/Render/RenderSystemBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Scene/Scene.cpp b/Code/Framework/AzFramework/AzFramework/Scene/Scene.cpp index ebc032896e..beb3cf03c5 100644 --- a/Code/Framework/AzFramework/AzFramework/Scene/Scene.cpp +++ b/Code/Framework/AzFramework/AzFramework/Scene/Scene.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Scene/Scene.h b/Code/Framework/AzFramework/AzFramework/Scene/Scene.h index 65d9e3def0..94396b3e13 100644 --- a/Code/Framework/AzFramework/AzFramework/Scene/Scene.h +++ b/Code/Framework/AzFramework/AzFramework/Scene/Scene.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Scene/Scene.inl b/Code/Framework/AzFramework/AzFramework/Scene/Scene.inl index e1fec8fef7..fff2ea6e79 100644 --- a/Code/Framework/AzFramework/AzFramework/Scene/Scene.inl +++ b/Code/Framework/AzFramework/AzFramework/Scene/Scene.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.cpp b/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.cpp index 4c18e8454e..5d9e3919c1 100644 --- a/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.h b/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.h index 08dfc3b176..fa841ec5d5 100644 --- a/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemInterface.h b/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemInterface.h index 4f69de67c0..710092d3b4 100644 --- a/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Scene/SceneSystemInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.cpp b/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.cpp index bf6ae9f659..6b25c49b88 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.h b/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.h index ac25e77363..d87dc27f59 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugAgentBus.h b/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugAgentBus.h index 94ce590a5c..27c01dd427 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugAgentBus.h +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugAgentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.cpp b/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.cpp index da2ac10316..827c5aa25e 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.cpp +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.h b/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.h index 586390917a..808937df27 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.h +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptDebugMsgReflection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.cpp b/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.cpp index dec20979fe..06fd8acd79 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.cpp +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.h b/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.h index d2e3e6f268..eccfedafdc 100644 --- a/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.h +++ b/Code/Framework/AzFramework/AzFramework/Script/ScriptRemoteDebugging.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Session/ISessionHandlingRequests.h b/Code/Framework/AzFramework/AzFramework/Session/ISessionHandlingRequests.h index c7d32739f2..065d6bb9d5 100644 --- a/Code/Framework/AzFramework/AzFramework/Session/ISessionHandlingRequests.h +++ b/Code/Framework/AzFramework/AzFramework/Session/ISessionHandlingRequests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -27,7 +28,7 @@ namespace AzFramework AZStd::string m_ipAddress; // The port number for the session. - uint16_t m_port; + uint16_t m_port = 0; }; //! SessionConnectionConfig @@ -35,7 +36,7 @@ namespace AzFramework struct PlayerConnectionConfig { // A unique identifier for player connection. - uint32_t m_playerConnectionId; + uint32_t m_playerConnectionId = 0; // A unique identifier for registered player in session. AZStd::string m_playerSessionId; diff --git a/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.cpp b/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.cpp index c19aab33c6..5536d9a47d 100644 --- a/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.cpp +++ b/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.h b/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.h index ae2896c337..0323686442 100644 --- a/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.h +++ b/Code/Framework/AzFramework/AzFramework/Session/ISessionRequests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -37,7 +38,7 @@ namespace AzFramework AZStd::string m_sessionName; // The maximum number of players that can be connected simultaneously to the session. - uint64_t m_maxPlayer; + uint64_t m_maxPlayer = 0; }; //! SearchSessionsRequest @@ -58,7 +59,7 @@ namespace AzFramework AZStd::string m_sortExpression; // The maximum number of results to return. - uint8_t m_maxResult; + uint8_t m_maxResult = 0; // A token that indicates the start of the next sequential page of results. AZStd::string m_nextToken; diff --git a/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.cpp b/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.cpp index bd36013438..0c879a930f 100644 --- a/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.cpp +++ b/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.h b/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.h index 17f61317e6..cfd6aa7c8b 100644 --- a/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.h +++ b/Code/Framework/AzFramework/AzFramework/Session/SessionConfig.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -24,10 +25,10 @@ namespace AzFramework virtual ~SessionConfig() = default; // A time stamp indicating when this session was created. Format is a number expressed in Unix time as milliseconds. - uint64_t m_creationTime; + uint64_t m_creationTime = 0; // A time stamp indicating when this data object was terminated. Same format as creation time. - uint64_t m_terminationTime; + uint64_t m_terminationTime = 0; // A unique identifier for a player or entity creating the session. AZStd::string m_creatorId; @@ -48,13 +49,13 @@ namespace AzFramework AZStd::string m_ipAddress; // The port number for the session. - uint16_t m_port; + uint16_t m_port = 0; // The maximum number of players that can be connected simultaneously to the session. - uint64_t m_maxPlayer; + uint64_t m_maxPlayer = 0; // Number of players currently in the session. - uint64_t m_currentPlayer; + uint64_t m_currentPlayer = 0; // Current status of the session. AZStd::string m_status; diff --git a/Code/Framework/AzFramework/AzFramework/Session/SessionNotifications.h b/Code/Framework/AzFramework/AzFramework/Session/SessionNotifications.h index f0f7e68cd4..7788c2d030 100644 --- a/Code/Framework/AzFramework/AzFramework/Session/SessionNotifications.h +++ b/Code/Framework/AzFramework/AzFramework/Session/SessionNotifications.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Slice/SliceEntityBus.h b/Code/Framework/AzFramework/AzFramework/Slice/SliceEntityBus.h index 80971cce26..452521e23a 100644 --- a/Code/Framework/AzFramework/AzFramework/Slice/SliceEntityBus.h +++ b/Code/Framework/AzFramework/AzFramework/Slice/SliceEntityBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationBus.h b/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationBus.h index 6c224713de..bc648bef1f 100644 --- a/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationBus.h +++ b/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.cpp b/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.cpp index 6a94796d3a..d2e8c94026 100644 --- a/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.cpp +++ b/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.h b/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.h index e84ed103b1..092fcd7822 100644 --- a/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.h +++ b/Code/Framework/AzFramework/AzFramework/Slice/SliceInstantiationTicket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/RootSpawnableInterface.h b/Code/Framework/AzFramework/AzFramework/Spawnable/RootSpawnableInterface.h index 618e182fbb..bb1f137ba2 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/RootSpawnableInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/RootSpawnableInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.cpp index dfbc9e23cf..4855dc15b3 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.h b/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.h index 1c95a72d6c..37c22d503d 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.cpp index a7d8d0f7af..c24b538de7 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.h index 1fabb3a08a..94ec9b13fd 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableAssetHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.cpp index a25fbe500b..b98ea275e4 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.h index c598175382..6fa295e18c 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.cpp index cd2c6b75c1..87353c5807 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.h index 7b5c63e903..4b09dcbc75 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.cpp index a0f5ba1012..5fa072a451 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.h index b62c28d9a3..69985f8aa9 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableEntitiesManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.cpp index 8ee62cd5e9..ab026799c6 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.h index 5a83f69bc2..1bc03bfa5a 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMetaData.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.cpp index 86c7155657..50d804b84e 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.h index 7f1756517a..dc9bd4e454 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableMonitor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.cpp b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.cpp index 2cea83ed84..dc8bf1af30 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.h b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.h index af47586a79..5b5fb1b7ee 100644 --- a/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Spawnable/SpawnableSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.cpp b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.cpp index 52547fe690..e1e193abfd 100644 --- a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.cpp +++ b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.h b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.h index ef3b8d76ce..b4e4723d9f 100644 --- a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.h +++ b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstall.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallNotifications.h b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallNotifications.h index c741f58f60..574f40d69a 100644 --- a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallNotifications.h +++ b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallNotifications.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallRequests.h b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallRequests.h index d0b4787108..dba2a78f3c 100644 --- a/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallRequests.h +++ b/Code/Framework/AzFramework/AzFramework/StreamingInstall/StreamingInstallRequests.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/StringFunc/StringFunc.h b/Code/Framework/AzFramework/AzFramework/StringFunc/StringFunc.h index 2762933835..f0ecec0b90 100644 --- a/Code/Framework/AzFramework/AzFramework/StringFunc/StringFunc.h +++ b/Code/Framework/AzFramework/AzFramework/StringFunc/StringFunc.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.cpp b/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.cpp index 3a8512cb84..e623feb946 100644 --- a/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.cpp +++ b/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.h b/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.h index d01d094e80..eca9f2485b 100644 --- a/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.h +++ b/Code/Framework/AzFramework/AzFramework/TargetManagement/NeighborhoodAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementAPI.h b/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementAPI.h index 64e0c7fb06..35e8b45859 100644 --- a/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementAPI.h +++ b/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.cpp b/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.cpp index d5d7febda4..eec384a695 100644 --- a/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.h b/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.h index ee7b62eca9..0e88b5f75e 100644 --- a/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.h +++ b/Code/Framework/AzFramework/AzFramework/TargetManagement/TargetManagementComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.cpp b/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.cpp index ca258d89b1..59a49a48e1 100644 --- a/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.cpp +++ b/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.h b/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.h index 74148b1e11..2e7cd1d170 100644 --- a/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Terrain/TerrainDataRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Thermal/ThermalInfo.h b/Code/Framework/AzFramework/AzFramework/Thermal/ThermalInfo.h index 60154aa790..7bb8b049d7 100644 --- a/Code/Framework/AzFramework/AzFramework/Thermal/ThermalInfo.h +++ b/Code/Framework/AzFramework/AzFramework/Thermal/ThermalInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/UnitTest/FrameworkTestTypes.h b/Code/Framework/AzFramework/AzFramework/UnitTest/FrameworkTestTypes.h index 046f60ae8e..ffbaab917d 100644 --- a/Code/Framework/AzFramework/AzFramework/UnitTest/FrameworkTestTypes.h +++ b/Code/Framework/AzFramework/AzFramework/UnitTest/FrameworkTestTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.cpp b/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.cpp index d471d6070f..ecbacd125b 100644 --- a/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.cpp +++ b/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -31,7 +32,7 @@ namespace UnitTest void TestDebugDisplayRequests::DrawWireBox(const AZ::Vector3& min, const AZ::Vector3& max) { - const AZ::Transform& tm = m_transforms.back(); + const AZ::Transform& tm = m_transforms.top(); m_points.push_back(tm.TransformPoint(AZ::Vector3(min.GetX(), min.GetY(), min.GetZ()))); m_points.push_back(tm.TransformPoint(AZ::Vector3(min.GetX(), min.GetY(), max.GetZ()))); m_points.push_back(tm.TransformPoint(AZ::Vector3(min.GetX(), max.GetY(), min.GetZ()))); @@ -49,7 +50,7 @@ namespace UnitTest void TestDebugDisplayRequests::DrawWireQuad(float width, float height) { - const AZ::Transform& tm = m_transforms.back(); + const AZ::Transform& tm = m_transforms.top(); m_points.push_back(tm.TransformPoint(AZ::Vector3(-0.5f * width, 0.0f, -0.5f * height))); m_points.push_back(tm.TransformPoint(AZ::Vector3(-0.5f * width, 0.0f, 0.5f * height))); m_points.push_back(tm.TransformPoint(AZ::Vector3(0.5f * width, 0.0f, -0.5f * height))); @@ -63,7 +64,7 @@ namespace UnitTest void TestDebugDisplayRequests::DrawPoints(const AZStd::vector& points) { - const AZ::Transform& tm = m_transforms.back(); + const AZ::Transform& tm = m_transforms.top(); for (const auto& point : points) { m_points.push_back(tm.TransformPoint(point)); @@ -99,7 +100,7 @@ namespace UnitTest void TestDebugDisplayRequests::PushMatrix(const AZ::Transform& tm) { - m_transforms.push(m_transforms.back() * tm); + m_transforms.push(m_transforms.top() * tm); } void TestDebugDisplayRequests::PopMatrix() diff --git a/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.h b/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.h index 0059d3cf9e..d4c6992057 100644 --- a/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.h +++ b/Code/Framework/AzFramework/AzFramework/UnitTest/TestDebugDisplayRequests.h @@ -1,11 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once + +#include #include namespace UnitTest diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.cpp index e42f65d682..c5b6a2ff96 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.cpp @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * @@ -33,6 +34,61 @@ namespace AzFramework return Dir[aznumeric_cast(invert)]; }; + // maps a discrete motion input to a click detector click event (e.g. button down or up event) + static ClickDetector::ClickEvent ClickFromInput(const InputEvent& event, const AzFramework::InputChannelId& inputChannelId) + { + if (const auto& input = AZStd::get_if(&event)) + { + if (input->m_channelId == inputChannelId) + { + if (input->m_state == InputChannel::State::Began) + { + return ClickDetector::ClickEvent::Down; + } + else if (input->m_state == InputChannel::State::Ended) + { + return ClickDetector::ClickEvent::Up; + } + } + } + + return ClickDetector::ClickEvent::Nil; + } + + // begins a camera input after a sufficient movement has occurred and ends a + // camera input once the initiating button is released + static void HandleActivationEvents( + const InputEvent& event, + const AzFramework::InputChannelId& inputChannelId, + const ScreenVector& cursorDelta, + ClickDetector& clickDetector, + CameraInput& cameraInput) + { + const auto clickEvent = ClickFromInput(event, inputChannelId); + switch (const auto outcome = clickDetector.DetectClick(clickEvent, cursorDelta); outcome) + { + case ClickDetector::ClickOutcome::Move: + cameraInput.BeginActivation(); + break; + case ClickDetector::ClickOutcome::Release: + cameraInput.EndActivation(); + break; + default: + // noop + break; + } + } + + // returns true if a camera input is being updated after having been initiated from a + // motion input (e.g. mouse move while button held) + static bool CameraInputUpdatingAfterMotion(const CameraInput& cameraInput) + { + // note - must also check !ending to ensure the mouse up (release) event + // is not consumed and can be propagated to other systems. + // (don't swallow mouse up events) + return !cameraInput.Idle() && !cameraInput.Ending(); + } + // Based on paper by David Eberly - https://www.geometrictools.com/Documentation/EulerAngles.pdf AZ::Vector3 EulerAngles(const AZ::Matrix3x3& orientation) { @@ -91,7 +147,9 @@ namespace AzFramework m_scrollDelta = scroll->m_delta; } - return m_cameras.HandleEvents(event, m_motionDelta, m_scrollDelta); + m_handlingEvents = m_cameras.HandleEvents(event, m_motionDelta, m_scrollDelta); + + return m_handlingEvents; } Camera CameraSystem::StepCamera(const Camera& targetCamera, const float deltaTime) @@ -231,42 +289,8 @@ namespace AzFramework bool RotateCameraInput::HandleEvents(const InputEvent& event, const ScreenVector& cursorDelta, [[maybe_unused]] const float scrollDelta) { - const ClickDetector::ClickEvent clickEvent = [&event, this] - { - if (const auto& input = AZStd::get_if(&event)) - { - if (input->m_channelId == m_rotateChannelId) - { - if (input->m_state == InputChannel::State::Began) - { - return ClickDetector::ClickEvent::Down; - } - else if (input->m_state == InputChannel::State::Ended) - { - return ClickDetector::ClickEvent::Up; - } - } - } - return ClickDetector::ClickEvent::Nil; - }(); - - switch (const auto outcome = m_clickDetector.DetectClick(clickEvent, cursorDelta); outcome) - { - case ClickDetector::ClickOutcome::Move: - BeginActivation(); - break; - case ClickDetector::ClickOutcome::Release: - EndActivation(); - break; - default: - // noop - break; - } - - // note - must also check !ending to ensure the mouse up (release) event - // is not consumed and can be propagated to other systems. - // (don't swallow mouse up events) - return !Idle() && !Ending(); + HandleActivationEvents(event, m_rotateChannelId, cursorDelta, m_clickDetector, *this); + return CameraInputUpdatingAfterMotion(*this); } Camera RotateCameraInput::StepCamera( @@ -316,22 +340,8 @@ namespace AzFramework bool PanCameraInput::HandleEvents( const InputEvent& event, [[maybe_unused]] const ScreenVector& cursorDelta, [[maybe_unused]] const float scrollDelta) { - if (const auto& input = AZStd::get_if(&event)) - { - if (input->m_channelId == m_panChannelId) - { - if (input->m_state == InputChannel::State::Began) - { - BeginActivation(); - } - else if (input->m_state == InputChannel::State::Ended) - { - EndActivation(); - } - } - } - - return !Idle(); + HandleActivationEvents(event, m_panChannelId, cursorDelta, m_clickDetector, *this); + return CameraInputUpdatingAfterMotion(*this); } Camera PanCameraInput::StepCamera( @@ -638,22 +648,8 @@ namespace AzFramework bool OrbitDollyCursorMoveCameraInput::HandleEvents( const InputEvent& event, [[maybe_unused]] const ScreenVector& cursorDelta, [[maybe_unused]] const float scrollDelta) { - if (const auto& input = AZStd::get_if(&event)) - { - if (input->m_channelId == m_dollyChannelId) - { - if (input->m_state == InputChannel::State::Began) - { - BeginActivation(); - } - else if (input->m_state == InputChannel::State::Ended) - { - EndActivation(); - } - } - } - - return !Idle(); + HandleActivationEvents(event, m_dollyChannelId, cursorDelta, m_clickDetector, *this); + return CameraInputUpdatingAfterMotion(*this); } Camera OrbitDollyCursorMoveCameraInput::StepCamera( @@ -754,19 +750,24 @@ namespace AzFramework return button == inputChannelId; }); - if (inputChannelId == InputDeviceMouse::Movement::X) + // accept active mouse channel updates, inactive movement channels will just have a 0 delta + if (inputChannel.IsActive()) { - return HorizontalMotionEvent{ aznumeric_cast(inputChannel.GetValue()) }; + if (inputChannelId == InputDeviceMouse::Movement::X) + { + return HorizontalMotionEvent{ aznumeric_cast(inputChannel.GetValue()) }; + } + else if (inputChannelId == InputDeviceMouse::Movement::Y) + { + return VerticalMotionEvent{ aznumeric_cast(inputChannel.GetValue()) }; + } + else if (inputChannelId == InputDeviceMouse::Movement::Z) + { + return ScrollEvent{ inputChannel.GetValue() }; + } } - else if (inputChannelId == InputDeviceMouse::Movement::Y) - { - return VerticalMotionEvent{ aznumeric_cast(inputChannel.GetValue()) }; - } - else if (inputChannelId == InputDeviceMouse::Movement::Z) - { - return ScrollEvent{ inputChannel.GetValue() }; - } - else if (wasMouseButton || InputDeviceKeyboard::IsKeyboardDevice(inputDeviceId)) + + if (wasMouseButton || InputDeviceKeyboard::IsKeyboardDevice(inputDeviceId)) { return DiscreteInputEvent{ inputChannelId, inputChannel.GetState() }; } diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.h b/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.h index da4a78f479..bb0df4853a 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/CameraInput.h @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * @@ -261,12 +262,14 @@ namespace AzFramework public: bool HandleEvents(const InputEvent& event); Camera StepCamera(const Camera& targetCamera, float deltaTime); + bool HandlingEvents() const { return m_handlingEvents; } Cameras m_cameras; //!< Represents a collection of camera inputs that together provide a camera controller. private: ScreenVector m_motionDelta; //!< The delta used for look/orbit/pan (rotation + translation) - two dimensional. float m_scrollDelta = 0.0f; //!< The delta used for dolly/movement (translation) - one dimensional. + bool m_handlingEvents = false; //!< Is the camera system currently handling events (events are consumed and not propagated). }; //! A camera input to handle motion deltas that can rotate or orbit the camera. @@ -285,7 +288,8 @@ namespace AzFramework private: InputChannelId m_rotateChannelId; //!< Input channel to begin the rotate camera input. - ClickDetector m_clickDetector; //!< Used to determine when a sufficient motion delta has occurred to begin the input. + ClickDetector m_clickDetector; //!< Used to determine when a sufficient motion delta has occurred after an initial discrete input + //!< event has started (press and move event). }; //! Axes to use while panning the camera. @@ -337,6 +341,8 @@ namespace AzFramework private: PanAxesFn m_panAxesFn; //!< Builder for the particular pan axes (provided in the constructor). InputChannelId m_panChannelId; //!< Input channel to begin the pan camera input. + ClickDetector m_clickDetector; //!< Used to determine when a sufficient motion delta has occurred after an initial discrete input + //!< event has started (press and move event). }; //! Axes to use while translating the camera. @@ -489,7 +495,9 @@ namespace AzFramework AZStd::function m_cursorSpeedFn; private: - InputChannelId m_dollyChannelId; + InputChannelId m_dollyChannelId; //!< Input channel to begin the dolly cursor camera input. + ClickDetector m_clickDetector; //!< Used to determine when a sufficient motion delta has occurred after an initial discrete input + //!< event has started (press and move event). }; //! A camera input to handle discrete scroll events that can scroll (translate) the camera along its forward axis. diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.cpp index 10e496a80d..00cbda7b34 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.h b/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.h index e0c4660f85..0887754bdf 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/CameraState.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.cpp index c25d1d2f25..b909689c22 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.h b/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.h index 737c28bbe5..f95924550a 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ClickDetector.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/CursorState.h b/Code/Framework/AzFramework/AzFramework/Viewport/CursorState.h index dc0fcca036..704383d615 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/CursorState.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/CursorState.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/DisplayContextRequestBus.h b/Code/Framework/AzFramework/AzFramework/Viewport/DisplayContextRequestBus.h index fbcf4dbe07..f265fa9c9d 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/DisplayContextRequestBus.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/DisplayContextRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.h b/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.h index fba7c7c1ef..89a928b4d0 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.inl b/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.inl index 009b14fa3e..f2c9cc375f 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.inl +++ b/Code/Framework/AzFramework/AzFramework/Viewport/MultiViewportController.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.cpp index a98686cc4e..e26d7cfa9b 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.h b/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.h index bb5d605628..1063709343 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ScreenGeometry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.cpp index da76660816..325cb6952b 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.h b/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.h index 3ad3d6c3bc..20a1765bd4 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/SingleViewportController.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.cpp index 96ee702aff..4c667f7d08 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.h index ba2d0a0bac..444173f773 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.cpp index efd1f962bd..525ca5b8a2 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.h index 6108ba78a4..6f25d9b7d1 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportColors.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.cpp index baef3f234d..14bfc801ac 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.h index ff051ff4ff..15ff793673 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportConstants.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerInterface.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerInterface.h index a5a45629bc..53392ede1f 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerInterface.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.cpp index d6819dbde3..a07e43c816 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.h index bdbe3e5505..4016f29f8f 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportControllerList.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportId.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportId.h index f480b6e7d4..393fe8dbb6 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportId.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportId.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.cpp b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.cpp index 7bce9d148f..a94b806ad3 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.cpp +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.h b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.h index 47bebe8ea1..87bad66eab 100644 --- a/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.h +++ b/Code/Framework/AzFramework/AzFramework/Viewport/ViewportScreen.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.cpp b/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.cpp index ad84ad73d8..f76a7f45b2 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.cpp +++ b/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.h b/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.h index 7c533b6196..ebd9484c55 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/BoundsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/EntityBoundsUnionBus.h b/Code/Framework/AzFramework/AzFramework/Visibility/EntityBoundsUnionBus.h index 93c0a32c98..b6c26e3e9e 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/EntityBoundsUnionBus.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/EntityBoundsUnionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.cpp b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.cpp index 4f0c2ea70e..c5253a8c89 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.cpp +++ b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.h b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.h index 8ef2529fdd..03109f0dd2 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityBoundsUnionSystem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.cpp b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.cpp index 2427a84e85..2023cb969d 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.cpp +++ b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.h b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.h index 1b7d3c5076..dceeaf0e9e 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/EntityVisibilityQuery.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/IVisibilitySystem.h b/Code/Framework/AzFramework/AzFramework/Visibility/IVisibilitySystem.h index ed70f91486..09b5fa6569 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/IVisibilitySystem.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/IVisibilitySystem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.cpp b/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.cpp index d09f647820..b4cad8511f 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.cpp +++ b/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.cpp @@ -1,12 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include #include +#include namespace AzFramework { @@ -479,7 +481,7 @@ namespace AzFramework if (!m_freeOctreeNodes.empty()) { // Take a free block of child nodes from our free list - ExtractPageAndOffsetFromIndex(m_freeOctreeNodes.back(), nextChildPage, nextChildOffset); + ExtractPageAndOffsetFromIndex(m_freeOctreeNodes.top(), nextChildPage, nextChildOffset); m_freeOctreeNodes.pop(); } else diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.h b/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.h index d0d04b261e..69d200c292 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/OctreeSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.cpp b/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.cpp index 1a4b09d060..0d74bcc54b 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.cpp +++ b/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.h b/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.h index 0de6e12f7d..fd2091a7f7 100644 --- a/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.h +++ b/Code/Framework/AzFramework/AzFramework/Visibility/VisibilityDebug.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.cpp b/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.cpp index b92d8dc3bc..df1549cc31 100644 --- a/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.cpp +++ b/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -116,6 +117,11 @@ namespace AzFramework SetFullScreenState(!GetFullScreenState()); } + float NativeWindow::GetDpiScaleFactor() const + { + return m_pimpl->GetDpiScaleFactor(); + } + /*static*/ bool NativeWindow::GetFullScreenStateOfDefaultWindow() { NativeWindowHandle defaultWindowHandle = nullptr; @@ -228,4 +234,10 @@ namespace AzFramework return false; } + float NativeWindow::Implementation::GetDpiScaleFactor() const + { + // For platforms that aren't DPI-aware, we simply return a 1.0 ratio for no scaling + return 1.0f; + } + } // namespace AzFramework diff --git a/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.h b/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.h index 0b53b5b31c..52157d920f 100644 --- a/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.h +++ b/Code/Framework/AzFramework/AzFramework/Windowing/NativeWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -128,6 +129,7 @@ namespace AzFramework void SetFullScreenState(bool fullScreenState) override; bool CanToggleFullScreenState() const override; void ToggleFullScreenState() override; + float GetDpiScaleFactor() const override; //! Get the full screen state of the default window. //! \return True if the default window is currently in full screen, false otherwise. @@ -169,6 +171,7 @@ namespace AzFramework virtual bool GetFullScreenState() const; virtual void SetFullScreenState(bool fullScreenState); virtual bool CanToggleFullScreenState() const; + virtual float GetDpiScaleFactor() const; protected: uint32_t m_width = 0; diff --git a/Code/Framework/AzFramework/AzFramework/Windowing/WindowBus.h b/Code/Framework/AzFramework/AzFramework/Windowing/WindowBus.h index 959d7cc07b..776cd43787 100644 --- a/Code/Framework/AzFramework/AzFramework/Windowing/WindowBus.h +++ b/Code/Framework/AzFramework/AzFramework/Windowing/WindowBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -68,6 +69,11 @@ namespace AzFramework //! Toggle the full screen state of the window. virtual void ToggleFullScreenState() = 0; + + //! Returns a scalar multiplier representing how many dots-per-inch this window has, compared + //! to a "standard" value of 96, the default for Windows in a DPI unaware setting. This can + //! be used to scale user interface elements to ensure legibility on high density displays. + virtual float GetDpiScaleFactor() const = 0; }; using WindowRequestBus = AZ::EBus; @@ -87,8 +93,14 @@ namespace AzFramework //! This is called once when the window is Activated and also called if the user resizes the window. virtual void OnWindowResized(uint32_t width, uint32_t height) { AZ_UNUSED(width); AZ_UNUSED(height); }; + //! This is called if the window's underyling DPI scaling factor changes. + virtual void OnDpiScaleFactorChanged(float dpiScaleFactor) { AZ_UNUSED(dpiScaleFactor); } + //! This is called when the window is deactivated from code or if the user closes the window. virtual void OnWindowClosed() {}; + + //! This is called when vsync interval is changed. + virtual void OnVsyncIntervalChanged(uint32_t interval) { AZ_UNUSED(interval); }; }; using WindowNotificationBus = AZ::EBus; diff --git a/Code/Framework/AzFramework/AzFramework/azframework_files.cmake b/Code/Framework/AzFramework/AzFramework/azframework_files.cmake index d683d0ae40..ecf0a2b4f0 100644 --- a/Code/Framework/AzFramework/AzFramework/azframework_files.cmake +++ b/Code/Framework/AzFramework/AzFramework/azframework_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/CMakeLists.txt b/Code/Framework/AzFramework/CMakeLists.txt index 1f53472ff8..8a68aac887 100644 --- a/Code/Framework/AzFramework/CMakeLists.txt +++ b/Code/Framework/AzFramework/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # @@ -9,7 +10,7 @@ ly_get_list_relative_pal_filename(pal_dir ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME}) ly_get_list_relative_pal_filename(common_dir ${CMAKE_CURRENT_LIST_DIR}/Platform/Common) -set(LY_ENABLE_STATISTICAL_PROFILING OFF CACHE BOOL "Enables statistical profiling when using AZ_PROFILE_SCOPE. If True, it takes effect only if RAD Telemetry is disabled.") +set(LY_STATISTICAL_PROFILING_ENABLED OFF CACHE BOOL "Enables statistical profiling when using AZ_PROFILE_SCOPE. If True, it takes effect only if RAD Telemetry is disabled.") set(LY_TOUCHBENDING_LAYER_BIT 63 CACHE STRING "Use TouchBending as the collision layer. The TouchBending layer can be a number from 1 to 63 (Default=63).") ly_add_target( @@ -37,7 +38,7 @@ ly_add_target( 3rdParty::lz4 ) -if(LY_ENABLE_STATISTICAL_PROFILING) +if(LY_STATISTICAL_PROFILING_ENABLED) ly_add_source_properties( SOURCES AzFramework/Debug/StatisticalProfilerProxy.h PROPERTY COMPILE_DEFINITIONS @@ -52,3 +53,63 @@ ly_add_source_properties( PROPERTY COMPILE_DEFINITIONS VALUES TOUCHBENDING_LAYER_BIT=${LY_TOUCHBENDING_LAYER_BIT} ) + +if(PAL_TRAIT_BUILD_TESTS_SUPPORTED) + + ly_get_list_relative_pal_filename(pal_dir ${CMAKE_CURRENT_LIST_DIR}/Tests/Platform/${PAL_PLATFORM_NAME}) + + ly_add_target( + NAME AzFrameworkTestShared STATIC + NAMESPACE AZ + FILES_CMAKE + Tests/framework_shared_tests_files.cmake + INCLUDE_DIRECTORIES + PUBLIC + Tests + BUILD_DEPENDENCIES + PRIVATE + AZ::AzCore + AZ::AzFramework + ) + + if(PAL_TRAIT_BUILD_HOST_TOOLS) + + ly_add_target( + NAME ProcessLaunchTest EXECUTABLE + NAMESPACE AZ + FILES_CMAKE + Tests/process_launch_test_files.cmake + INCLUDE_DIRECTORIES + PRIVATE + Tests + BUILD_DEPENDENCIES + PRIVATE + AZ::AzCore + AZ::AzFramework + ) + + ly_add_target( + NAME AzFramework.Tests ${PAL_TRAIT_TEST_TARGET_TYPE} + NAMESPACE AZ + FILES_CMAKE + Tests/frameworktests_files.cmake + INCLUDE_DIRECTORIES + PRIVATE + Tests + ${pal_dir} + BUILD_DEPENDENCIES + PRIVATE + AZ::AzFramework + AZ::AzTest + AZ::AzTestShared + AZ::AzFrameworkTestShared + RUNTIME_DEPENDENCIES + AZ::ProcessLaunchTest + ) + ly_add_googletest( + NAME AZ::AzFramework.Tests + ) + + endif() + +endif() \ No newline at end of file diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Android.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Android.h index 1352215bd6..f8fcd789fe 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Android.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Platform.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Platform.h index ccb87926de..e70c07fabf 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Platform.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/API/ApplicationAPI_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Application/Application_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Application/Application_Android.cpp index 8855d86a0e..abbac13fda 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Application/Application_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Application/Application_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Android.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Android.h index 1bb2789178..5a80afe271 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Android.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Platform.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Platform.h index 2feb1ffb7c..42a2a43006 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Platform.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Archive/ArchiveVars_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Android.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Android.h index 19aaa4f5c8..b730b7bc30 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Android.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Platform.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Platform.h index eab85b808c..59950ead67 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Platform.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/AzFramework_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/IO/LocalFileIO_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/IO/LocalFileIO_Android.cpp index 080b33fc8e..f6908142b4 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/IO/LocalFileIO_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/IO/LocalFileIO_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Android.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Android.h index 8393164c3b..40ab1972d2 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Android.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h index 535fd8c4a0..eb67182375 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Android.cpp index 88265f0725..ae793e0b6e 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Android.cpp index 35e1c5db23..055c03d05f 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Motion/InputDeviceMotion_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Motion/InputDeviceMotion_Android.cpp index c5af803ae8..5cb3985569 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Motion/InputDeviceMotion_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Motion/InputDeviceMotion_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Android.cpp index c7243a2ed0..576728c257 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Touch/InputDeviceTouch_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Touch/InputDeviceTouch_Android.cpp index d6b2af17a6..7b845e067b 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Touch/InputDeviceTouch_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/Touch/InputDeviceTouch_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Android.cpp index 3e1bcf2f9a..00139ffc9d 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/User/LocalUserId_Platform.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/User/LocalUserId_Platform.h index 875323de40..1359d7dce4 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/User/LocalUserId_Platform.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Input/User/LocalUserId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommon.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommon.h index 05cee34949..b5f5c2ba3f 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommon.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommunicator_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommunicator_Android.cpp index da4ad3285f..bd41491418 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommunicator_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessCommunicator_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessWatcher_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessWatcher_Android.cpp index f3d61d7c38..f87c51bdc5 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessWatcher_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Process/ProcessWatcher_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.cpp index 48e9e01832..8aabf6a01a 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.h b/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.h index 1a552acc34..cc05803e23 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.h +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Thermal/ThermalInfo_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/AzFramework/Windowing/NativeWindow_Android.cpp b/Code/Framework/AzFramework/Platform/Android/AzFramework/Windowing/NativeWindow_Android.cpp index 516f9069ef..8da63e9a5e 100644 --- a/Code/Framework/AzFramework/Platform/Android/AzFramework/Windowing/NativeWindow_Android.cpp +++ b/Code/Framework/AzFramework/Platform/Android/AzFramework/Windowing/NativeWindow_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Android/platform_android.cmake b/Code/Framework/AzFramework/Platform/Android/platform_android.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Framework/AzFramework/Platform/Android/platform_android.cmake +++ b/Code/Framework/AzFramework/Platform/Android/platform_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/Android/platform_android_files.cmake b/Code/Framework/AzFramework/Platform/Android/platform_android_files.cmake index 641285bd25..35b5a10151 100644 --- a/Code/Framework/AzFramework/Platform/Android/platform_android_files.cmake +++ b/Code/Framework/AzFramework/Platform/Android/platform_android_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Apple.mm b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Apple.mm index 7e53707359..e38732848f 100644 --- a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Apple.mm +++ b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Apple.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Apple.mm b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Apple.mm index 48268cc495..356df4453b 100644 --- a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Apple.mm +++ b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Apple.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.h b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.h index 5db090965b..127ad670ef 100644 --- a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.h +++ b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.mm b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.mm index de46bcc506..5b54d5d28c 100644 --- a/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.mm +++ b/Code/Framework/AzFramework/Platform/Common/Apple/AzFramework/Utils/SystemUtilsApple.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Input/User/LocalUserId_Default.h b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Input/User/LocalUserId_Default.h index 57bf1d6d51..727f103c9a 100644 --- a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Input/User/LocalUserId_Default.h +++ b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Input/User/LocalUserId_Default.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,7 +9,12 @@ #pragma once #include -#include +#include + +namespace AZ +{ + class ReflectContext; +} // namespace Az //////////////////////////////////////////////////////////////////////////////////////////////////// namespace AzFramework diff --git a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Network/AssetProcessorConnection_Default.cpp b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Network/AssetProcessorConnection_Default.cpp index 9bcda872f0..5bc020a1d6 100644 --- a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Network/AssetProcessorConnection_Default.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Network/AssetProcessorConnection_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommon_Default.h b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommon_Default.h index bf8356b779..1f0a957256 100644 --- a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommon_Default.h +++ b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommon_Default.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommunicator_Default.cpp b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommunicator_Default.cpp index db7e9a5dc0..5a423cdf92 100644 --- a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommunicator_Default.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessCommunicator_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessWatcher_Default.cpp b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessWatcher_Default.cpp index f3d61d7c38..f87c51bdc5 100644 --- a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessWatcher_Default.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/Process/ProcessWatcher_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/TargetManagement/TargetManagementComponent_Default.cpp b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/TargetManagement/TargetManagementComponent_Default.cpp index d8f28a8fc3..b98f5470b8 100644 --- a/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/TargetManagement/TargetManagementComponent_Default.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Default/AzFramework/TargetManagement/TargetManagementComponent_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Asset/AssetSystemComponentHelper_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Asset/AssetSystemComponentHelper_Unimplemented.cpp index a8062ee941..71c9a1ee0d 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Asset/AssetSystemComponentHelper_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Asset/AssetSystemComponentHelper_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Unimplemented.cpp index 2731b8d321..fee3758e9f 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Unimplemented.cpp index 42a3d7f63b..bc85a42594 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Motion/InputDeviceMotion_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Motion/InputDeviceMotion_Unimplemented.cpp index d3d31b4c1a..b0c053f9df 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Motion/InputDeviceMotion_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Motion/InputDeviceMotion_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Unimplemented.cpp index c564913a1c..3f44e40933 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Touch/InputDeviceTouch_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Touch/InputDeviceTouch_Unimplemented.cpp index 0e46dd8b6f..7fbe335231 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Touch/InputDeviceTouch_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/Touch/InputDeviceTouch_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Unimplemented.cpp index 3ec48df751..7f853a5815 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/Input/Devices/VirtualKeyboard/InputDeviceVirtualKeyboard_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/StreamingInstall/StreamingInstall_Unimplemented.cpp b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/StreamingInstall/StreamingInstall_Unimplemented.cpp index 1ae738ce96..1a6e08f72c 100644 --- a/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/StreamingInstall/StreamingInstall_Unimplemented.cpp +++ b/Code/Framework/AzFramework/Platform/Common/Unimplemented/AzFramework/StreamingInstall/StreamingInstall_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/UnixLike/AzFramework/IO/LocalFileIO_UnixLike.cpp b/Code/Framework/AzFramework/Platform/Common/UnixLike/AzFramework/IO/LocalFileIO_UnixLike.cpp index 1b1e9f1a50..bf913e1818 100644 --- a/Code/Framework/AzFramework/Platform/Common/UnixLike/AzFramework/IO/LocalFileIO_UnixLike.cpp +++ b/Code/Framework/AzFramework/Platform/Common/UnixLike/AzFramework/IO/LocalFileIO_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/IO/LocalFileIO_WinAPI.cpp b/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/IO/LocalFileIO_WinAPI.cpp index 850e2e0130..4c7d84b511 100644 --- a/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/IO/LocalFileIO_WinAPI.cpp +++ b/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/IO/LocalFileIO_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_WinAPI.h b/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_WinAPI.h index c261082f68..591f8421b9 100644 --- a/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_WinAPI.h +++ b/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Network/AssetProcessorConnection_WinAPI.cpp b/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Network/AssetProcessorConnection_WinAPI.cpp index d49bf53950..a02e697df6 100644 --- a/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Network/AssetProcessorConnection_WinAPI.cpp +++ b/Code/Framework/AzFramework/Platform/Common/WinAPI/AzFramework/Network/AssetProcessorConnection_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Linux.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Linux.h index 1f0868b5ca..9b57d1d49e 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Linux.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,8 +9,13 @@ #pragma once +#include #include +#if PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB +#include +#endif // LY_COMPILE_DEFINITIONS + namespace AzFramework { class LinuxLifecycleEvents @@ -24,4 +30,31 @@ namespace AzFramework using Bus = AZ::EBus; }; + +#if PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + class LinuxXcbConnectionManager + { + public: + AZ_RTTI(LinuxXcbConnectionManager, "{1F756E14-8D74-42FD-843C-4863307710DB}"); + + virtual ~LinuxXcbConnectionManager() = default; + + virtual xcb_connection_t* GetXcbConnection() const = 0; + }; + + class LinuxXcbConnectionManagerBusTraits + : public AZ::EBusTraits + { + public: + ////////////////////////////////////////////////////////////////////////// + // EBusTraits overrides + static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single; + static constexpr AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single; + ////////////////////////////////////////////////////////////////////////// + }; + + using LinuxXcbConnectionManagerBus = AZ::EBus; + using LinuxXcbConnectionManagerInterface = AZ::Interface; + +#endif // PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB } // namespace AzFramework diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Platform.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Platform.h index 3c13f95638..aa7c444a7b 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Platform.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/API/ApplicationAPI_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Application/Application_Linux.cpp b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Application/Application_Linux.cpp index 3ce27999e7..eb4165453e 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Application/Application_Linux.cpp +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Application/Application_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -11,6 +12,32 @@ //////////////////////////////////////////////////////////////////////////////////////////////////// namespace AzFramework { +#if PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + class LinuxXcbConnectionManagerImpl + : public LinuxXcbConnectionManagerBus::Handler + { + public: + LinuxXcbConnectionManagerImpl() + { + m_xcbConnection = xcb_connect(nullptr, nullptr); + AZ_Error("ApplicationLinux", m_xcbConnection != nullptr, "Unable to connect to X11 Server."); + LinuxXcbConnectionManagerBus::Handler::BusConnect(); + } + + ~LinuxXcbConnectionManagerImpl() + { + LinuxXcbConnectionManagerBus::Handler::BusDisconnect(); + xcb_disconnect(m_xcbConnection); + } + xcb_connection_t* GetXcbConnection() const override + { + return m_xcbConnection; + } + private: + xcb_connection_t* m_xcbConnection = nullptr; + }; +#endif // PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + //////////////////////////////////////////////////////////////////////////////////////////////// class ApplicationLinux : public Application::Implementation @@ -26,6 +53,12 @@ namespace AzFramework // Application::Implementation void PumpSystemEventLoopOnce() override; void PumpSystemEventLoopUntilEmpty() override; + private: + +#if PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + AZStd::unique_ptr m_xcbConnectionManager; +#endif // PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + }; //////////////////////////////////////////////////////////////////////////////////////////////// @@ -38,11 +71,26 @@ namespace AzFramework ApplicationLinux::ApplicationLinux() { LinuxLifecycleEvents::Bus::Handler::BusConnect(); + +#if PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + m_xcbConnectionManager = AZStd::make_unique(); + if (LinuxXcbConnectionManagerInterface::Get() == nullptr) + { + LinuxXcbConnectionManagerInterface::Register(m_xcbConnectionManager.get()); + } +#endif // PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB } //////////////////////////////////////////////////////////////////////////////////////////////// ApplicationLinux::~ApplicationLinux() { +#if PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB + if (LinuxXcbConnectionManagerInterface::Get() == m_xcbConnectionManager.get()) + { + LinuxXcbConnectionManagerInterface::Unregister(m_xcbConnectionManager.get()); + } + m_xcbConnectionManager.reset(); +#endif // PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB LinuxLifecycleEvents::Bus::Handler::BusDisconnect(); } diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Linux.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Linux.h index 1bb2789178..5a80afe271 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Linux.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Platform.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Platform.h index 2520572770..1a0b774b97 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Platform.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Archive/ArchiveVars_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Asset/AssetSystemComponentHelper_Linux.cpp b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Asset/AssetSystemComponentHelper_Linux.cpp index 56f9f7a641..dcdc4a5925 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Asset/AssetSystemComponentHelper_Linux.cpp +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Asset/AssetSystemComponentHelper_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Linux.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Linux.h index 98893e2d01..befd69dc5e 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Linux.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,5 +13,5 @@ #define AZ_TRAIT_AZFRAMEWORK_USE_ERRNO_T_TYPEDEF 1 #define AZ_TRAIT_AZFRAMEWORK_USE_POSIX_LOCALTIME_R 0 #define AZ_TRAIT_AZFRAMEWORK_PYTHON_SHELL "python.sh" -#define AZ_TRAIT_AZFRAMEWORK_USE_PROJECT_MANAGER 0 +#define AZ_TRAIT_AZFRAMEWORK_USE_PROJECT_MANAGER 1 #define AZ_TRAIT_AZFRAMEWORK_PROCESSLAUNCH_DEFAULT 0 diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Platform.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Platform.h index 5c389ffc6f..47db2e8bbf 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Platform.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/AzFramework_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Input/User/LocalUserId_Platform.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Input/User/LocalUserId_Platform.h index 875323de40..1359d7dce4 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Input/User/LocalUserId_Platform.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Input/User/LocalUserId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommon.h b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommon.h index 19c296b521..2a1598cb0c 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommon.h +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommunicator_Linux.cpp b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommunicator_Linux.cpp index e581fce9fb..325ab81d41 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommunicator_Linux.cpp +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessCommunicator_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessWatcher_Linux.cpp b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessWatcher_Linux.cpp index b558b48d73..51c256a9b3 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessWatcher_Linux.cpp +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Process/ProcessWatcher_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Windowing/NativeWindow_Linux.cpp b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Windowing/NativeWindow_Linux.cpp index d36bafd777..5d738f8bdd 100644 --- a/Code/Framework/AzFramework/Platform/Linux/AzFramework/Windowing/NativeWindow_Linux.cpp +++ b/Code/Framework/AzFramework/Platform/Linux/AzFramework/Windowing/NativeWindow_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Linux/platform_linux.cmake b/Code/Framework/AzFramework/Platform/Linux/platform_linux.cmake index 1fe051b062..c79c5f1dff 100644 --- a/Code/Framework/AzFramework/Platform/Linux/platform_linux.cmake +++ b/Code/Framework/AzFramework/Platform/Linux/platform_linux.cmake @@ -1,6 +1,34 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # + +# Based on the linux window manager trait, perform the appropriate additional build configurations +# Only 'xcb', 'wayland', and 'xlib' are recognized +if (${PAL_TRAIT_LINUX_WINDOW_MANAGER} STREQUAL "xcb") + + find_library(XCB_LIBRARY xcb) + + set(LY_BUILD_DEPENDENCIES + PRIVATE + ${XCB_LIBRARY} + ) + + set(LY_COMPILE_DEFINITIONS PUBLIC PAL_TRAIT_LINUX_WINDOW_MANAGER_XCB) + +elseif(PAL_TRAIT_LINUX_WINDOW_MANAGER STREQUAL "wayland") + + set(LY_COMPILE_DEFINITIONS PUBLIC PAL_TRAIT_LINUX_WINDOW_MANAGER_WAYLAND) + +elseif(PAL_TRAIT_LINUX_WINDOW_MANAGER STREQUAL "xlib") + + set(LY_COMPILE_DEFINITIONS PUBLIC PAL_TRAIT_LINUX_WINDOW_MANAGER_XLIB) + +else() + + message(FATAL_ERROR, "Linux Window Manager ${PAL_TRAIT_LINUX_WINDOW_MANAGER} is not recognized") + +endif() diff --git a/Code/Framework/AzFramework/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzFramework/Platform/Linux/platform_linux_files.cmake index 8e8e17cf25..60b16938a1 100644 --- a/Code/Framework/AzFramework/Platform/Linux/platform_linux_files.cmake +++ b/Code/Framework/AzFramework/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Mac.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Mac.h index b2ee9044b1..5a89c65bb2 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Mac.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Platform.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Platform.h index a53b876690..b244769562 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Platform.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/API/ApplicationAPI_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Application/Application_Mac.mm b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Application/Application_Mac.mm index ae64442b04..2316830dad 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Application/Application_Mac.mm +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Application/Application_Mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Mac.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Mac.h index 1bb2789178..5a80afe271 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Mac.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Platform.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Platform.h index ab2e1cfd89..5311c78de6 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Platform.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Archive/ArchiveVars_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Asset/AssetSystemComponentHelper_Mac.cpp b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Asset/AssetSystemComponentHelper_Mac.cpp index 9cac74d172..c6f481b65b 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Asset/AssetSystemComponentHelper_Mac.cpp +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Asset/AssetSystemComponentHelper_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Mac.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Mac.h index 6af4294a5c..34d57e11d6 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Mac.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -12,5 +13,5 @@ #define AZ_TRAIT_AZFRAMEWORK_USE_ERRNO_T_TYPEDEF 0 #define AZ_TRAIT_AZFRAMEWORK_USE_POSIX_LOCALTIME_R 1 #define AZ_TRAIT_AZFRAMEWORK_PYTHON_SHELL "python.sh" -#define AZ_TRAIT_AZFRAMEWORK_USE_PROJECT_MANAGER 0 +#define AZ_TRAIT_AZFRAMEWORK_USE_PROJECT_MANAGER 1 #define AZ_TRAIT_AZFRAMEWORK_PROCESSLAUNCH_DEFAULT 0 diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Platform.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Platform.h index a9c29bedc0..58f71eb0da 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Platform.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/AzFramework_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Mac.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Mac.h index d81222fb6b..986ef336f9 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Mac.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h index b62ab56a53..53d119d99f 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Mac.mm b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Mac.mm index 280a1b98cb..4edaaeb5f0 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Mac.mm +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Mac.mm b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Mac.mm index 4828985ff4..ac94c0315c 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Mac.mm +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/User/LocalUserId_Platform.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/User/LocalUserId_Platform.h index 875323de40..1359d7dce4 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/User/LocalUserId_Platform.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Input/User/LocalUserId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommon.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommon.h index a8edfe1cb5..3ca0733471 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommon.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommunicator_Mac.cpp b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommunicator_Mac.cpp index 66e85f04e0..ea22bc72a3 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommunicator_Mac.cpp +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessCommunicator_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessWatcher_Mac.cpp b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessWatcher_Mac.cpp index b5020d7dbd..68e7c4e483 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessWatcher_Mac.cpp +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Process/ProcessWatcher_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/TargetManagement/TargetManagementComponent_Mac.cpp b/Code/Framework/AzFramework/Platform/Mac/AzFramework/TargetManagement/TargetManagementComponent_Mac.cpp index d4e743026c..20ca368424 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/TargetManagement/TargetManagementComponent_Mac.cpp +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/TargetManagement/TargetManagementComponent_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Utils/SystemUtilsApple.h b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Utils/SystemUtilsApple.h index fca050fde6..5afcfefbf3 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Utils/SystemUtilsApple.h +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Utils/SystemUtilsApple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Windowing/NativeWindow_Mac.mm b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Windowing/NativeWindow_Mac.mm index d700f54de0..6e6b801e79 100644 --- a/Code/Framework/AzFramework/Platform/Mac/AzFramework/Windowing/NativeWindow_Mac.mm +++ b/Code/Framework/AzFramework/Platform/Mac/AzFramework/Windowing/NativeWindow_Mac.mm @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Mac/platform_mac.cmake b/Code/Framework/AzFramework/Platform/Mac/platform_mac.cmake index 184e432430..661d4bff8d 100644 --- a/Code/Framework/AzFramework/Platform/Mac/platform_mac.cmake +++ b/Code/Framework/AzFramework/Platform/Mac/platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzFramework/Platform/Mac/platform_mac_files.cmake index b06280dc99..c428160892 100644 --- a/Code/Framework/AzFramework/Platform/Mac/platform_mac_files.cmake +++ b/Code/Framework/AzFramework/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Platform.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Platform.h index 740e3ca191..53930a8531 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Platform.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Windows.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Windows.h index db35f7d8f2..d4dfd50974 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Windows.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/API/ApplicationAPI_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Application/Application_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Application/Application_Windows.cpp index a9ffef43ea..95e8929e6d 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Application/Application_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Application/Application_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Platform.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Platform.h index 8afff88434..771c25c998 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Platform.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Windows.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Windows.h index 1bb2789178..5a80afe271 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Windows.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Archive/ArchiveVars_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Asset/AssetSystemComponentHelper_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Asset/AssetSystemComponentHelper_Windows.cpp index d360b43e8f..4b685b25a3 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Asset/AssetSystemComponentHelper_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Asset/AssetSystemComponentHelper_Windows.cpp @@ -1,10 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ +#include #include #include #include @@ -12,6 +14,9 @@ #include +AZ_CVAR(bool, ap_tether_lifetime, false, nullptr, AZ::ConsoleFunctorFlags::Null, + "If enabled, a parent process that launches the AP will terminate the AP on exit"); + namespace AzFramework::AssetSystem::Platform { void AllowAssetProcessorToForeground() @@ -99,6 +104,21 @@ namespace AzFramework::AssetSystem::Platform fullLaunchCommand += '"'; } + // Create or retrieve the job handle associated with the asset processor + HANDLE apJob = nullptr; + + if (ap_tether_lifetime) + { + apJob = ::CreateJobObjectA(nullptr, "AssetProcessorJob"); + if (apJob && GetLastError() != ERROR_ALREADY_EXISTS) + { + // We're creating the job for the first time. Configure it to close child processes when this process exits. + JOBOBJECT_EXTENDED_LIMIT_INFORMATION info = {}; + info.BasicLimitInformation.LimitFlags = JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE; + ::SetInformationJobObject(apJob, JobObjectExtendedLimitInformation, &info, sizeof(info)); + } + } + STARTUPINFO si; ZeroMemory(&si, sizeof(si)); si.cb = sizeof(si); @@ -106,6 +126,14 @@ namespace AzFramework::AssetSystem::Platform si.wShowWindow = SW_MINIMIZE; PROCESS_INFORMATION pi; - return ::CreateProcessA(nullptr, fullLaunchCommand.data(), nullptr, nullptr, FALSE, 0, nullptr, AZ::IO::FixedMaxPathString{ executableDirectory }.c_str(), &si, &pi) != 0; + bool createResult = ::CreateProcessA(nullptr, fullLaunchCommand.data(), nullptr, nullptr, FALSE, 0, nullptr, AZ::IO::FixedMaxPathString{ executableDirectory }.c_str(), &si, &pi) != 0; + + if (ap_tether_lifetime && apJob && createResult) + { + // Save process and thread handle to terminate AP when the parent process exits + ::AssignProcessToJobObject(apJob, pi.hProcess); + } + + return createResult; } } diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Platform.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Platform.h index c994690bdb..d86fcd3c0e 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Platform.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Windows.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Windows.h index dae082c0f6..411a25ab1c 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Windows.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/AzFramework_Traits_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/IO/LocalFileIO_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/IO/LocalFileIO_Windows.cpp index 387d146022..b8f62a2b77 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/IO/LocalFileIO_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/IO/LocalFileIO_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h index e9a03f82e7..fc9f81e1c7 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Windows.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Windows.h index c61e575a9f..dd17cd1695 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Windows.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Windows.cpp index 895980e84e..da8ec2ff3e 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Gamepad/InputDeviceGamepad_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Windows.cpp index 939dc10e71..e92bbbc6e3 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Keyboard/InputDeviceKeyboard_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Windows.cpp index af4ce51ad5..9452696cd2 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/Devices/Mouse/InputDeviceMouse_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/User/LocalUserId_Platform.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/User/LocalUserId_Platform.h index 875323de40..1359d7dce4 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/User/LocalUserId_Platform.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Input/User/LocalUserId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommon.h b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommon.h index 19a6ceca71..2173681bea 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommon.h +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommunicator_Win.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommunicator_Win.cpp index 5bfffcbfc6..c4629ccf2c 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommunicator_Win.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessCommunicator_Win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessWatcher_Win.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessWatcher_Win.cpp index b6601b87e1..6e21ecc205 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessWatcher_Win.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Process/ProcessWatcher_Win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/TargetManagement/TargetManagementComponent_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/TargetManagement/TargetManagementComponent_Windows.cpp index 1a0c66f356..fbfb3778cb 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/TargetManagement/TargetManagementComponent_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/TargetManagement/TargetManagementComponent_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Windowing/NativeWindow_Windows.cpp b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Windowing/NativeWindow_Windows.cpp index 44a3757aea..0047929120 100644 --- a/Code/Framework/AzFramework/Platform/Windows/AzFramework/Windowing/NativeWindow_Windows.cpp +++ b/Code/Framework/AzFramework/Platform/Windows/AzFramework/Windowing/NativeWindow_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,6 +9,7 @@ #include #include +#include #include namespace AzFramework @@ -17,7 +19,7 @@ namespace AzFramework { public: AZ_CLASS_ALLOCATOR(NativeWindowImpl_Win32, AZ::SystemAllocator, 0); - NativeWindowImpl_Win32() = default; + NativeWindowImpl_Win32(); ~NativeWindowImpl_Win32() override; // NativeWindow::Implementation overrides... @@ -33,6 +35,7 @@ namespace AzFramework bool GetFullScreenState() const override; void SetFullScreenState(bool fullScreenState) override; bool CanToggleFullScreenState() const override { return true; } + float GetDpiScaleFactor() const override; private: static DWORD ConvertToWin32WindowStyleMask(const WindowStyleMasks& styleMasks); @@ -49,6 +52,9 @@ namespace AzFramework RECT m_windowRectToRestoreOnFullScreenExit; //!< The position and size of the window to restore when exiting full screen. UINT m_windowStyleToRestoreOnFullScreenExit; //!< The style(s) of the window to restore when exiting full screen. bool m_isInBorderlessWindowFullScreenState = false; //!< Was a borderless window used to enter full screen state? + + using GetDpiForWindowType = UINT(HWND hwnd); + GetDpiForWindowType* m_getDpiFunction = nullptr; }; const char* NativeWindowImpl_Win32::s_defaultClassName = "O3DEWin32Class"; @@ -58,6 +64,15 @@ namespace AzFramework return aznew NativeWindowImpl_Win32(); } + NativeWindowImpl_Win32::NativeWindowImpl_Win32() + { + // Attempt to load GetDpiForWindow from user32 at runtime, available on Windows 10+ versions >= 1607 + if (auto user32module = AZ::DynamicModuleHandle::Create("user32"); user32module->Load(false)) + { + m_getDpiFunction = user32module->GetFunction("GetDpiForWindow"); + } + } + NativeWindowImpl_Win32::~NativeWindowImpl_Win32() { DestroyWindow(m_win32Handle); @@ -237,6 +252,12 @@ namespace AzFramework // Send all other WM_SYSKEYDOWN messages to the default WndProc. break; } + case WM_DPICHANGED: + { + const float newScaleFactor = nativeWindowImpl->GetDpiScaleFactor(); + WindowNotificationBus::Event(nativeWindowImpl->GetWindowHandle(), &WindowNotificationBus::Events::OnDpiScaleFactorChanged, newScaleFactor); + break; + } default: return DefWindowProc(hWnd, message, wParam, lParam); break; @@ -330,6 +351,17 @@ namespace AzFramework } } + float NativeWindowImpl_Win32::GetDpiScaleFactor() const + { + constexpr UINT defaultDotsPerInch = 96; + UINT dotsPerInch = defaultDotsPerInch; + if (m_getDpiFunction) + { + dotsPerInch = m_getDpiFunction(m_win32Handle); + } + return aznumeric_cast(dotsPerInch) / aznumeric_cast(defaultDotsPerInch); + } + void NativeWindowImpl_Win32::EnterBorderlessWindowFullScreen() { if (m_isInBorderlessWindowFullScreenState) diff --git a/Code/Framework/AzFramework/Platform/Windows/platform_windows.cmake b/Code/Framework/AzFramework/Platform/Windows/platform_windows.cmake index 836f1ab4aa..5cd1fb5a22 100644 --- a/Code/Framework/AzFramework/Platform/Windows/platform_windows.cmake +++ b/Code/Framework/AzFramework/Platform/Windows/platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzFramework/Platform/Windows/platform_windows_files.cmake index 6397a48f8f..af43234bd0 100644 --- a/Code/Framework/AzFramework/Platform/Windows/platform_windows_files.cmake +++ b/Code/Framework/AzFramework/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_Platform.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_Platform.h index 43eeaebbf5..b7a9651c80 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_Platform.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_iOS.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_iOS.h index c6dcc713b4..18fc241857 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_iOS.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/API/ApplicationAPI_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Application/Application_iOS.mm b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Application/Application_iOS.mm index 26f918c509..41bba124c7 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Application/Application_iOS.mm +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Application/Application_iOS.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_Platform.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_Platform.h index 7913675c1e..6ebbe5aade 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_Platform.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_iOS.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_iOS.h index 1bb2789178..5a80afe271 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_iOS.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Archive/ArchiveVars_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_Platform.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_Platform.h index 42c733dff4..866c75f5e7 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_Platform.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_iOS.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_iOS.h index 4af61d2ecc..5b1a2dbf53 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_iOS.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/AzFramework_Traits_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h index d14e61b1e4..8e580deacd 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_iOS.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_iOS.h index 8e0de65dd5..404b133b62 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_iOS.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Buses/Notifications/RawInputNotificationBus_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Motion/InputDeviceMotion_iOS.mm b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Motion/InputDeviceMotion_iOS.mm index 4a63e4bc92..ab7468fe16 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Motion/InputDeviceMotion_iOS.mm +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Motion/InputDeviceMotion_iOS.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Touch/InputDeviceTouch_iOS.mm b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Touch/InputDeviceTouch_iOS.mm index a786da4c26..14b2e7d8f3 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Touch/InputDeviceTouch_iOS.mm +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/Devices/Touch/InputDeviceTouch_iOS.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/User/LocalUserId_Platform.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/User/LocalUserId_Platform.h index 875323de40..1359d7dce4 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/User/LocalUserId_Platform.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Input/User/LocalUserId_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommon.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommon.h index 05cee34949..b5f5c2ba3f 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommon.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommunicator_iOS.cpp b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommunicator_iOS.cpp index da4ad3285f..bd41491418 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommunicator_iOS.cpp +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessCommunicator_iOS.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessWatcher_iOS.cpp b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessWatcher_iOS.cpp index f3d61d7c38..f87c51bdc5 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessWatcher_iOS.cpp +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Process/ProcessWatcher_iOS.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Utils/SystemUtilsApple.h b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Utils/SystemUtilsApple.h index 9bb911dffe..a445053699 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Utils/SystemUtilsApple.h +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Utils/SystemUtilsApple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Windowing/NativeWindow_ios.mm b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Windowing/NativeWindow_ios.mm index 3ea603b604..b14db37d23 100644 --- a/Code/Framework/AzFramework/Platform/iOS/AzFramework/Windowing/NativeWindow_ios.mm +++ b/Code/Framework/AzFramework/Platform/iOS/AzFramework/Windowing/NativeWindow_ios.mm @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Platform/iOS/platform_ios.cmake b/Code/Framework/AzFramework/Platform/iOS/platform_ios.cmake index 2f4ff8f12c..29c65afeb7 100644 --- a/Code/Framework/AzFramework/Platform/iOS/platform_ios.cmake +++ b/Code/Framework/AzFramework/Platform/iOS/platform_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzFramework/Platform/iOS/platform_ios_files.cmake b/Code/Framework/AzFramework/Platform/iOS/platform_ios_files.cmake index 2a23a3e625..f47eb136be 100644 --- a/Code/Framework/AzFramework/Platform/iOS/platform_ios_files.cmake +++ b/Code/Framework/AzFramework/Platform/iOS/platform_ios_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/Tests/Application.cpp b/Code/Framework/AzFramework/Tests/Application.cpp similarity index 96% rename from Code/Framework/Tests/Application.cpp rename to Code/Framework/AzFramework/Tests/Application.cpp index 375a950654..313b5e3b56 100644 --- a/Code/Framework/Tests/Application.cpp +++ b/Code/Framework/AzFramework/Tests/Application.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/ArchiveCompressionTests.cpp b/Code/Framework/AzFramework/Tests/ArchiveCompressionTests.cpp similarity index 99% rename from Code/Framework/Tests/ArchiveCompressionTests.cpp rename to Code/Framework/AzFramework/Tests/ArchiveCompressionTests.cpp index 80f23fde1f..b8eb8d2f9f 100644 --- a/Code/Framework/Tests/ArchiveCompressionTests.cpp +++ b/Code/Framework/AzFramework/Tests/ArchiveCompressionTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/ArchiveTests.cpp b/Code/Framework/AzFramework/Tests/ArchiveTests.cpp similarity index 99% rename from Code/Framework/Tests/ArchiveTests.cpp rename to Code/Framework/AzFramework/Tests/ArchiveTests.cpp index b05e3d4f96..11495ec5d7 100644 --- a/Code/Framework/Tests/ArchiveTests.cpp +++ b/Code/Framework/AzFramework/Tests/ArchiveTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/AssetCatalog.cpp b/Code/Framework/AzFramework/Tests/AssetCatalog.cpp similarity index 99% rename from Code/Framework/Tests/AssetCatalog.cpp rename to Code/Framework/AzFramework/Tests/AssetCatalog.cpp index 9b0808295e..8cdc54f34f 100644 --- a/Code/Framework/Tests/AssetCatalog.cpp +++ b/Code/Framework/AzFramework/Tests/AssetCatalog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/AssetProcessorConnection.cpp b/Code/Framework/AzFramework/Tests/AssetProcessorConnection.cpp similarity index 99% rename from Code/Framework/Tests/AssetProcessorConnection.cpp rename to Code/Framework/AzFramework/Tests/AssetProcessorConnection.cpp index a9a0d5b83e..2023410397 100644 --- a/Code/Framework/Tests/AssetProcessorConnection.cpp +++ b/Code/Framework/AzFramework/Tests/AssetProcessorConnection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/BehaviorEntityTests.cpp b/Code/Framework/AzFramework/Tests/BehaviorEntityTests.cpp similarity index 98% rename from Code/Framework/Tests/BehaviorEntityTests.cpp rename to Code/Framework/AzFramework/Tests/BehaviorEntityTests.cpp index e918d5b28d..f42a0faeee 100644 --- a/Code/Framework/Tests/BehaviorEntityTests.cpp +++ b/Code/Framework/AzFramework/Tests/BehaviorEntityTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/BinToTextEncode.cpp b/Code/Framework/AzFramework/Tests/BinToTextEncode.cpp similarity index 98% rename from Code/Framework/Tests/BinToTextEncode.cpp rename to Code/Framework/AzFramework/Tests/BinToTextEncode.cpp index 6e7a362f4d..b4d4ff63b0 100644 --- a/Code/Framework/Tests/BinToTextEncode.cpp +++ b/Code/Framework/AzFramework/Tests/BinToTextEncode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/CameraInputTests.cpp b/Code/Framework/AzFramework/Tests/CameraInputTests.cpp similarity index 96% rename from Code/Framework/Tests/CameraInputTests.cpp rename to Code/Framework/AzFramework/Tests/CameraInputTests.cpp index 77ae6fe9be..590d46850e 100644 --- a/Code/Framework/Tests/CameraInputTests.cpp +++ b/Code/Framework/AzFramework/Tests/CameraInputTests.cpp @@ -1,5 +1,6 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * diff --git a/Code/Framework/Tests/CameraState.cpp b/Code/Framework/AzFramework/Tests/CameraState.cpp similarity index 97% rename from Code/Framework/Tests/CameraState.cpp rename to Code/Framework/AzFramework/Tests/CameraState.cpp index d85d2ce22a..70fa8be89a 100644 --- a/Code/Framework/Tests/CameraState.cpp +++ b/Code/Framework/AzFramework/Tests/CameraState.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/ClickDetectorTests.cpp b/Code/Framework/AzFramework/Tests/ClickDetectorTests.cpp similarity index 97% rename from Code/Framework/Tests/ClickDetectorTests.cpp rename to Code/Framework/AzFramework/Tests/ClickDetectorTests.cpp index d604f572ef..45bac2770e 100644 --- a/Code/Framework/Tests/ClickDetectorTests.cpp +++ b/Code/Framework/AzFramework/Tests/ClickDetectorTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/CursorStateTests.cpp b/Code/Framework/AzFramework/Tests/CursorStateTests.cpp similarity index 88% rename from Code/Framework/Tests/CursorStateTests.cpp rename to Code/Framework/AzFramework/Tests/CursorStateTests.cpp index 7ebdb94192..923cd02a10 100644 --- a/Code/Framework/Tests/CursorStateTests.cpp +++ b/Code/Framework/AzFramework/Tests/CursorStateTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/EntityContext.cpp b/Code/Framework/AzFramework/Tests/EntityContext.cpp similarity index 96% rename from Code/Framework/Tests/EntityContext.cpp rename to Code/Framework/AzFramework/Tests/EntityContext.cpp index 7f44ca54a0..cb957fa46c 100644 --- a/Code/Framework/Tests/EntityContext.cpp +++ b/Code/Framework/AzFramework/Tests/EntityContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/FileIO.cpp b/Code/Framework/AzFramework/Tests/FileIO.cpp similarity index 99% rename from Code/Framework/Tests/FileIO.cpp rename to Code/Framework/AzFramework/Tests/FileIO.cpp index 670893ad46..7be14bbbb7 100644 --- a/Code/Framework/Tests/FileIO.cpp +++ b/Code/Framework/AzFramework/Tests/FileIO.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/FileTagTests.cpp b/Code/Framework/AzFramework/Tests/FileTagTests.cpp similarity index 99% rename from Code/Framework/Tests/FileTagTests.cpp rename to Code/Framework/AzFramework/Tests/FileTagTests.cpp index 16337ea24c..134e7aad6d 100644 --- a/Code/Framework/Tests/FileTagTests.cpp +++ b/Code/Framework/AzFramework/Tests/FileTagTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/FrameworkApplicationFixture.h b/Code/Framework/AzFramework/Tests/FrameworkApplicationFixture.h similarity index 95% rename from Code/Framework/Tests/FrameworkApplicationFixture.h rename to Code/Framework/AzFramework/Tests/FrameworkApplicationFixture.h index acc5a70b6c..b7ac976175 100644 --- a/Code/Framework/Tests/FrameworkApplicationFixture.h +++ b/Code/Framework/AzFramework/Tests/FrameworkApplicationFixture.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/GenAppDescriptors.cpp b/Code/Framework/AzFramework/Tests/GenAppDescriptors.cpp similarity index 90% rename from Code/Framework/Tests/GenAppDescriptors.cpp rename to Code/Framework/AzFramework/Tests/GenAppDescriptors.cpp index dde3800895..169834249f 100644 --- a/Code/Framework/Tests/GenAppDescriptors.cpp +++ b/Code/Framework/AzFramework/Tests/GenAppDescriptors.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -15,16 +16,16 @@ namespace UnitTest { using namespace AZ; - class SetRestoreFileIOBaseRAII + class FileIOBaseRAII { public: - SetRestoreFileIOBaseRAII(AZ::IO::FileIOBase& fileIO) + FileIOBaseRAII(AZ::IO::FileIOBase& fileIO) : m_prevFileIO(AZ::IO::FileIOBase::GetInstance()) { AZ::IO::FileIOBase::SetInstance(&fileIO); } - ~SetRestoreFileIOBaseRAII() + ~FileIOBaseRAII() { AZ::IO::FileIOBase::SetInstance(m_prevFileIO); } @@ -102,7 +103,7 @@ namespace UnitTest TEST_F(GenAppDescriptors, Test) { AZ::IO::LocalFileIO fileIO; - SetRestoreFileIOBaseRAII restoreFileIOScope(fileIO); + FileIOBaseRAII restoreFileIOScope(fileIO); run(); } } diff --git a/Code/Framework/Tests/InputTests.cpp b/Code/Framework/AzFramework/Tests/InputTests.cpp similarity index 99% rename from Code/Framework/Tests/InputTests.cpp rename to Code/Framework/AzFramework/Tests/InputTests.cpp index d5e0c8b72e..9942912622 100644 --- a/Code/Framework/Tests/InputTests.cpp +++ b/Code/Framework/AzFramework/Tests/InputTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/Mocks/MockSpawnableEntitiesInterface.h b/Code/Framework/AzFramework/Tests/Mocks/MockSpawnableEntitiesInterface.h similarity index 95% rename from Code/Framework/Tests/Mocks/MockSpawnableEntitiesInterface.h rename to Code/Framework/AzFramework/Tests/Mocks/MockSpawnableEntitiesInterface.h index eb7370aa16..a5df7af4c3 100644 --- a/Code/Framework/Tests/Mocks/MockSpawnableEntitiesInterface.h +++ b/Code/Framework/AzFramework/Tests/Mocks/MockSpawnableEntitiesInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/NativeWindow.cpp b/Code/Framework/AzFramework/Tests/NativeWindow.cpp similarity index 97% rename from Code/Framework/Tests/NativeWindow.cpp rename to Code/Framework/AzFramework/Tests/NativeWindow.cpp index f40d644288..9554b6ab10 100644 --- a/Code/Framework/Tests/NativeWindow.cpp +++ b/Code/Framework/AzFramework/Tests/NativeWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/OctreePerformanceTests.cpp b/Code/Framework/AzFramework/Tests/OctreePerformanceTests.cpp similarity index 98% rename from Code/Framework/Tests/OctreePerformanceTests.cpp rename to Code/Framework/AzFramework/Tests/OctreePerformanceTests.cpp index 0d0ac3e943..79332d638b 100644 --- a/Code/Framework/Tests/OctreePerformanceTests.cpp +++ b/Code/Framework/AzFramework/Tests/OctreePerformanceTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/OctreeTests.cpp b/Code/Framework/AzFramework/Tests/OctreeTests.cpp similarity index 99% rename from Code/Framework/Tests/OctreeTests.cpp rename to Code/Framework/AzFramework/Tests/OctreeTests.cpp index 6c93dc7541..3faf98adfb 100644 --- a/Code/Framework/Tests/OctreeTests.cpp +++ b/Code/Framework/AzFramework/Tests/OctreeTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/Platform/Android/AzFrameworkTests_Traits_Android.h b/Code/Framework/AzFramework/Tests/Platform/Android/AzFrameworkTests_Traits_Android.h similarity index 51% rename from Code/Framework/Tests/Platform/Android/AzFrameworkTests_Traits_Android.h rename to Code/Framework/AzFramework/Tests/Platform/Android/AzFrameworkTests_Traits_Android.h index 95530f916e..f0c99736c1 100644 --- a/Code/Framework/Tests/Platform/Android/AzFrameworkTests_Traits_Android.h +++ b/Code/Framework/AzFramework/Tests/Platform/Android/AzFrameworkTests_Traits_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Tests/Platform/Android/AzFrameworkTests_Traits_Platform.h b/Code/Framework/AzFramework/Tests/Platform/Android/AzFrameworkTests_Traits_Platform.h new file mode 100644 index 0000000000..08597f8b04 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Android/AzFrameworkTests_Traits_Platform.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ +#pragma once + +#include diff --git a/Code/Framework/AzFramework/Tests/Platform/Android/platform_android_files.cmake b/Code/Framework/AzFramework/Tests/Platform/Android/platform_android_files.cmake new file mode 100644 index 0000000000..1fde5946a1 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Android/platform_android_files.cmake @@ -0,0 +1,12 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + AzFrameworkTests_Traits_Platform.h + AzFrameworkTests_Traits_Android.h +) diff --git a/Code/Framework/Tests/Platform/Linux/AzFrameworkTests_Traits_Linux.h b/Code/Framework/AzFramework/Tests/Platform/Linux/AzFrameworkTests_Traits_Linux.h similarity index 51% rename from Code/Framework/Tests/Platform/Linux/AzFrameworkTests_Traits_Linux.h rename to Code/Framework/AzFramework/Tests/Platform/Linux/AzFrameworkTests_Traits_Linux.h index 70b7955ccd..5cafbfbff9 100644 --- a/Code/Framework/Tests/Platform/Linux/AzFrameworkTests_Traits_Linux.h +++ b/Code/Framework/AzFramework/Tests/Platform/Linux/AzFrameworkTests_Traits_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Tests/Platform/Linux/AzFrameworkTests_Traits_Platform.h b/Code/Framework/AzFramework/Tests/Platform/Linux/AzFrameworkTests_Traits_Platform.h new file mode 100644 index 0000000000..90da35e682 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Linux/AzFrameworkTests_Traits_Platform.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ +#pragma once + +#include diff --git a/Code/Framework/AzFramework/Tests/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzFramework/Tests/Platform/Linux/platform_linux_files.cmake new file mode 100644 index 0000000000..d86d0ace23 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Linux/platform_linux_files.cmake @@ -0,0 +1,12 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + AzFrameworkTests_Traits_Platform.h + AzFrameworkTests_Traits_Linux.h +) diff --git a/Code/Framework/Tests/Platform/Mac/AzFrameworkTests_Traits_Mac.h b/Code/Framework/AzFramework/Tests/Platform/Mac/AzFrameworkTests_Traits_Mac.h similarity index 51% rename from Code/Framework/Tests/Platform/Mac/AzFrameworkTests_Traits_Mac.h rename to Code/Framework/AzFramework/Tests/Platform/Mac/AzFrameworkTests_Traits_Mac.h index 70b7955ccd..5cafbfbff9 100644 --- a/Code/Framework/Tests/Platform/Mac/AzFrameworkTests_Traits_Mac.h +++ b/Code/Framework/AzFramework/Tests/Platform/Mac/AzFrameworkTests_Traits_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Tests/Platform/Mac/AzFrameworkTests_Traits_Platform.h b/Code/Framework/AzFramework/Tests/Platform/Mac/AzFrameworkTests_Traits_Platform.h new file mode 100644 index 0000000000..7acb3b9030 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Mac/AzFrameworkTests_Traits_Platform.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ +#pragma once + +#include diff --git a/Code/Framework/AzFramework/Tests/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzFramework/Tests/Platform/Mac/platform_mac_files.cmake new file mode 100644 index 0000000000..7b148f722d --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Mac/platform_mac_files.cmake @@ -0,0 +1,12 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + AzFrameworkTests_Traits_Platform.h + AzFrameworkTests_Traits_Mac.h +) diff --git a/Code/Framework/AzFramework/Tests/Platform/Windows/AzFrameworkTests_Traits_Platform.h b/Code/Framework/AzFramework/Tests/Platform/Windows/AzFrameworkTests_Traits_Platform.h new file mode 100644 index 0000000000..04ecb78818 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Windows/AzFrameworkTests_Traits_Platform.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ +#pragma once + +#include diff --git a/Code/Framework/Tests/Platform/Windows/AzFrameworkTests_Traits_Windows.h b/Code/Framework/AzFramework/Tests/Platform/Windows/AzFrameworkTests_Traits_Windows.h similarity index 51% rename from Code/Framework/Tests/Platform/Windows/AzFrameworkTests_Traits_Windows.h rename to Code/Framework/AzFramework/Tests/Platform/Windows/AzFrameworkTests_Traits_Windows.h index c6395bda04..7171dad552 100644 --- a/Code/Framework/Tests/Platform/Windows/AzFrameworkTests_Traits_Windows.h +++ b/Code/Framework/AzFramework/Tests/Platform/Windows/AzFrameworkTests_Traits_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Tests/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzFramework/Tests/Platform/Windows/platform_windows_files.cmake new file mode 100644 index 0000000000..54130101dc --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/Windows/platform_windows_files.cmake @@ -0,0 +1,12 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + AzFrameworkTests_Traits_Platform.h + AzFrameworkTests_Traits_Windows.h +) diff --git a/Code/Framework/AzFramework/Tests/Platform/iOS/AzFrameworkTests_Traits_Platform.h b/Code/Framework/AzFramework/Tests/Platform/iOS/AzFrameworkTests_Traits_Platform.h new file mode 100644 index 0000000000..3fa4254746 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/iOS/AzFrameworkTests_Traits_Platform.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ +#pragma once + +#include diff --git a/Code/Framework/Tests/Platform/iOS/AzFrameworkTests_Traits_iOS.h b/Code/Framework/AzFramework/Tests/Platform/iOS/AzFrameworkTests_Traits_iOS.h similarity index 51% rename from Code/Framework/Tests/Platform/iOS/AzFrameworkTests_Traits_iOS.h rename to Code/Framework/AzFramework/Tests/Platform/iOS/AzFrameworkTests_Traits_iOS.h index 95530f916e..f0c99736c1 100644 --- a/Code/Framework/Tests/Platform/iOS/AzFrameworkTests_Traits_iOS.h +++ b/Code/Framework/AzFramework/Tests/Platform/iOS/AzFrameworkTests_Traits_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Tests/Platform/iOS/platform_ios_files.cmake b/Code/Framework/AzFramework/Tests/Platform/iOS/platform_ios_files.cmake new file mode 100644 index 0000000000..a817a40509 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/Platform/iOS/platform_ios_files.cmake @@ -0,0 +1,12 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + AzFrameworkTests_Traits_Platform.h + AzFrameworkTests_Traits_iOS.h +) diff --git a/Code/Framework/Tests/PlatformHelper.cpp b/Code/Framework/AzFramework/Tests/PlatformHelper.cpp similarity index 97% rename from Code/Framework/Tests/PlatformHelper.cpp rename to Code/Framework/AzFramework/Tests/PlatformHelper.cpp index 9e0b61968e..e8488d61d3 100644 --- a/Code/Framework/Tests/PlatformHelper.cpp +++ b/Code/Framework/AzFramework/Tests/PlatformHelper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/ProcessLaunchMain.cpp b/Code/Framework/AzFramework/Tests/ProcessLaunchMain.cpp similarity index 86% rename from Code/Framework/Tests/ProcessLaunchMain.cpp rename to Code/Framework/AzFramework/Tests/ProcessLaunchMain.cpp index ca9dca4284..34949dc2d9 100644 --- a/Code/Framework/Tests/ProcessLaunchMain.cpp +++ b/Code/Framework/AzFramework/Tests/ProcessLaunchMain.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/ProcessLaunchParseTests.cpp b/Code/Framework/AzFramework/Tests/ProcessLaunchParseTests.cpp similarity index 98% rename from Code/Framework/Tests/ProcessLaunchParseTests.cpp rename to Code/Framework/AzFramework/Tests/ProcessLaunchParseTests.cpp index 2f19441688..17dd04c587 100644 --- a/Code/Framework/Tests/ProcessLaunchParseTests.cpp +++ b/Code/Framework/AzFramework/Tests/ProcessLaunchParseTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/Scene.cpp b/Code/Framework/AzFramework/Tests/Scene.cpp similarity index 98% rename from Code/Framework/Tests/Scene.cpp rename to Code/Framework/AzFramework/Tests/Scene.cpp index 32a0958692..0f701f3190 100644 --- a/Code/Framework/Tests/Scene.cpp +++ b/Code/Framework/AzFramework/Tests/Scene.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,7 +10,6 @@ AZ_PUSH_DISABLE_WARNING(, "-Wdelete-non-virtual-dtor") -#include #include #include #include diff --git a/Code/Framework/Tests/Spawnable/SpawnableEntitiesManagerTests.cpp b/Code/Framework/AzFramework/Tests/Spawnable/SpawnableEntitiesManagerTests.cpp similarity index 99% rename from Code/Framework/Tests/Spawnable/SpawnableEntitiesManagerTests.cpp rename to Code/Framework/AzFramework/Tests/Spawnable/SpawnableEntitiesManagerTests.cpp index 734ba03dba..7eff4b5eeb 100644 --- a/Code/Framework/Tests/Spawnable/SpawnableEntitiesManagerTests.cpp +++ b/Code/Framework/AzFramework/Tests/Spawnable/SpawnableEntitiesManagerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/Utils/Utils.cpp b/Code/Framework/AzFramework/Tests/Utils/Utils.cpp similarity index 92% rename from Code/Framework/Tests/Utils/Utils.cpp rename to Code/Framework/AzFramework/Tests/Utils/Utils.cpp index df3d08c6fa..cdc53a7e17 100644 --- a/Code/Framework/Tests/Utils/Utils.cpp +++ b/Code/Framework/AzFramework/Tests/Utils/Utils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/Tests/Utils/Utils.h b/Code/Framework/AzFramework/Tests/Utils/Utils.h similarity index 86% rename from Code/Framework/Tests/Utils/Utils.h rename to Code/Framework/AzFramework/Tests/Utils/Utils.h index c3f71dc1dc..83a3a9dd42 100644 --- a/Code/Framework/Tests/Utils/Utils.h +++ b/Code/Framework/AzFramework/Tests/Utils/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzFramework/Tests/framework_shared_tests_files.cmake b/Code/Framework/AzFramework/Tests/framework_shared_tests_files.cmake new file mode 100644 index 0000000000..3d2c2a51be --- /dev/null +++ b/Code/Framework/AzFramework/Tests/framework_shared_tests_files.cmake @@ -0,0 +1,14 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + Mocks/MockSpawnableEntitiesInterface.h + Utils/Utils.h + Utils/Utils.cpp + FrameworkApplicationFixture.h +) diff --git a/Code/Framework/AzFramework/Tests/frameworktests_files.cmake b/Code/Framework/AzFramework/Tests/frameworktests_files.cmake new file mode 100644 index 0000000000..f70f8624c9 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/frameworktests_files.cmake @@ -0,0 +1,34 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + ../../AzCore/Tests/Main.cpp + Spawnable/SpawnableEntitiesManagerTests.cpp + ArchiveCompressionTests.cpp + ArchiveTests.cpp + BehaviorEntityTests.cpp + BinToTextEncode.cpp + CameraInputTests.cpp + ClickDetectorTests.cpp + CursorStateTests.cpp + EntityContext.cpp + FileIO.cpp + FileTagTests.cpp + GenAppDescriptors.cpp + OctreePerformanceTests.cpp + OctreeTests.cpp + AssetCatalog.cpp + AssetProcessorConnection.cpp + NativeWindow.cpp + ProcessLaunchParseTests.cpp + Application.cpp + PlatformHelper.cpp + Scene.cpp + CameraState.cpp + InputTests.cpp +) diff --git a/Code/Framework/AzFramework/Tests/process_launch_test_files.cmake b/Code/Framework/AzFramework/Tests/process_launch_test_files.cmake new file mode 100644 index 0000000000..fc9e7fc010 --- /dev/null +++ b/Code/Framework/AzFramework/Tests/process_launch_test_files.cmake @@ -0,0 +1,11 @@ +# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + +set(FILES + ProcessLaunchMain.cpp +) diff --git a/Code/Framework/AzGameFramework/AzGameFramework/API/GameApplicationAPI.h b/Code/Framework/AzGameFramework/AzGameFramework/API/GameApplicationAPI.h index 99fec8500d..b62c5711be 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/API/GameApplicationAPI.h +++ b/Code/Framework/AzGameFramework/AzGameFramework/API/GameApplicationAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.cpp b/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.cpp index 9b532ea0e1..3750eb1420 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.cpp +++ b/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.h b/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.h index 79a891265d..866151b4e8 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.h +++ b/Code/Framework/AzGameFramework/AzGameFramework/Application/GameApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.cpp b/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.cpp index 3361894bab..80996a2e4a 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.cpp +++ b/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.h b/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.h index 8ca3ccebbf..8d141a62a3 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.h +++ b/Code/Framework/AzGameFramework/AzGameFramework/AzGameFrameworkModule.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzGameFramework/AzGameFramework/CMakeLists.txt b/Code/Framework/AzGameFramework/AzGameFramework/CMakeLists.txt index cf94f34961..b909335b4c 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/CMakeLists.txt +++ b/Code/Framework/AzGameFramework/AzGameFramework/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzGameFramework/AzGameFramework/azgameframework_files.cmake b/Code/Framework/AzGameFramework/AzGameFramework/azgameframework_files.cmake index fc884a49b0..136d30fc32 100644 --- a/Code/Framework/AzGameFramework/AzGameFramework/azgameframework_files.cmake +++ b/Code/Framework/AzGameFramework/AzGameFramework/azgameframework_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzGameFramework/CMakeLists.txt b/Code/Framework/AzGameFramework/CMakeLists.txt index 4e7a772bfc..87717f49d3 100644 --- a/Code/Framework/AzGameFramework/CMakeLists.txt +++ b/Code/Framework/AzGameFramework/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzManipulatorTestFramework/CMakeLists.txt b/Code/Framework/AzManipulatorTestFramework/CMakeLists.txt index 83efa39de7..122d997557 100644 --- a/Code/Framework/AzManipulatorTestFramework/CMakeLists.txt +++ b/Code/Framework/AzManipulatorTestFramework/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ActionDispatcher.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ActionDispatcher.h index fff12365b0..11ed31e864 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ActionDispatcher.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ActionDispatcher.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h index 838a621478..5e907ae680 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFramework.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkTestHelpers.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkTestHelpers.h index 7f4c0f508f..9b253c718b 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkTestHelpers.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkTestHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkUtils.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkUtils.h index 31fc8aec47..1dcbea2125 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkUtils.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/AzManipulatorTestFrameworkUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/DirectManipulatorViewportInteraction.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/DirectManipulatorViewportInteraction.h index 7e915ed253..3421116b96 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/DirectManipulatorViewportInteraction.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/DirectManipulatorViewportInteraction.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ImmediateModeActionDispatcher.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ImmediateModeActionDispatcher.h index 1bdd0858ef..89be56bab7 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ImmediateModeActionDispatcher.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ImmediateModeActionDispatcher.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/IndirectManipulatorViewportInteraction.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/IndirectManipulatorViewportInteraction.h index 91fe8b349e..dabcf567db 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/IndirectManipulatorViewportInteraction.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/IndirectManipulatorViewportInteraction.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/RetainedModeActionDispatcher.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/RetainedModeActionDispatcher.h index 5c3865a92b..d9aceedf8a 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/RetainedModeActionDispatcher.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/RetainedModeActionDispatcher.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ViewportInteraction.h b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ViewportInteraction.h index 535881c8e7..391186114d 100644 --- a/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ViewportInteraction.h +++ b/Code/Framework/AzManipulatorTestFramework/Include/AzManipulatorTestFramework/ViewportInteraction.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkFixture.cpp b/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkFixture.cpp index 8dab41c3d0..6c5634e882 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkFixture.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkFixture.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkUtils.cpp b/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkUtils.cpp index acd5e8a1f0..25aed336de 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkUtils.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/AzManipulatorTestFrameworkUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/DirectManipulatorViewportInteraction.cpp b/Code/Framework/AzManipulatorTestFramework/Source/DirectManipulatorViewportInteraction.cpp index d7cb9d9a39..a667af4e20 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/DirectManipulatorViewportInteraction.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/DirectManipulatorViewportInteraction.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/ImmediateModeActionDispatcher.cpp b/Code/Framework/AzManipulatorTestFramework/Source/ImmediateModeActionDispatcher.cpp index 143cd0329e..4a6ed6a771 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/ImmediateModeActionDispatcher.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/ImmediateModeActionDispatcher.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/IndirectManipulatorViewportInteraction.cpp b/Code/Framework/AzManipulatorTestFramework/Source/IndirectManipulatorViewportInteraction.cpp index ca6e168ca5..ff5e3981ef 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/IndirectManipulatorViewportInteraction.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/IndirectManipulatorViewportInteraction.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/RetainedModeActionDispatcher.cpp b/Code/Framework/AzManipulatorTestFramework/Source/RetainedModeActionDispatcher.cpp index c1754b1808..ca08142371 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/RetainedModeActionDispatcher.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/RetainedModeActionDispatcher.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Source/ViewportInteraction.cpp b/Code/Framework/AzManipulatorTestFramework/Source/ViewportInteraction.cpp index 965de4d949..52d2c10286 100644 --- a/Code/Framework/AzManipulatorTestFramework/Source/ViewportInteraction.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Source/ViewportInteraction.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/AzManipulatorTestFrameworkTestFixtures.h b/Code/Framework/AzManipulatorTestFramework/Tests/AzManipulatorTestFrameworkTestFixtures.h index a685fff0de..4679ac142c 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/AzManipulatorTestFrameworkTestFixtures.h +++ b/Code/Framework/AzManipulatorTestFramework/Tests/AzManipulatorTestFrameworkTestFixtures.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/BusCallTest.cpp b/Code/Framework/AzManipulatorTestFramework/Tests/BusCallTest.cpp index af5512167d..11f35d8fdc 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/BusCallTest.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Tests/BusCallTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/DirectCallTest.cpp b/Code/Framework/AzManipulatorTestFramework/Tests/DirectCallTest.cpp index a0250f1332..0d80d0bf97 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/DirectCallTest.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Tests/DirectCallTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/GridSnappingTest.cpp b/Code/Framework/AzManipulatorTestFramework/Tests/GridSnappingTest.cpp index 2dd03ff91e..c824ddc766 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/GridSnappingTest.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Tests/GridSnappingTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/Main.cpp b/Code/Framework/AzManipulatorTestFramework/Tests/Main.cpp index 402c050157..a125b2169c 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/Main.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Tests/Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/ViewportInteractionTest.cpp b/Code/Framework/AzManipulatorTestFramework/Tests/ViewportInteractionTest.cpp index d525f24580..05502afa29 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/ViewportInteractionTest.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Tests/ViewportInteractionTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/Tests/WorldSpaceBuilderTest.cpp b/Code/Framework/AzManipulatorTestFramework/Tests/WorldSpaceBuilderTest.cpp index 91a02eb571..211c8d64ef 100644 --- a/Code/Framework/AzManipulatorTestFramework/Tests/WorldSpaceBuilderTest.cpp +++ b/Code/Framework/AzManipulatorTestFramework/Tests/WorldSpaceBuilderTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_files.cmake b/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_files.cmake index e31c90e0ba..3fe9f4266c 100644 --- a/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_files.cmake +++ b/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_tests_files.cmake b/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_tests_files.cmake index 3d499eaa6a..6a72459394 100644 --- a/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_tests_files.cmake +++ b/Code/Framework/AzManipulatorTestFramework/azmanipulatortestframework_tests_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Header.jinja b/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Header.jinja index 3d14f878de..bc2f24ea28 100644 --- a/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Header.jinja +++ b/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Header.jinja @@ -1,5 +1,6 @@ {# -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT #} diff --git a/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Inline.jinja b/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Inline.jinja index 8dd092431b..c6fb53558d 100644 --- a/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Inline.jinja +++ b/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Inline.jinja @@ -1,5 +1,6 @@ {# -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT #} diff --git a/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Source.jinja b/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Source.jinja index e500035b86..4277f1f8d5 100644 --- a/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Source.jinja +++ b/Code/Framework/AzNetworking/AzNetworking/AutoGen/AutoPackets_Source.jinja @@ -1,5 +1,6 @@ {# -Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. +Copyright (c) Contributors to the Open 3D Engine Project. +For complete copyright and license terms please see the LICENSE at the root of this distribution. SPDX-License-Identifier: Apache-2.0 OR MIT #} diff --git a/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.cpp b/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.cpp index 35fc43d6f5..5bf8ba7ac4 100644 --- a/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.h b/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.h index 5661e4e015..ba9d6f6d21 100644 --- a/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.h +++ b/Code/Framework/AzNetworking/AzNetworking/AzNetworkingModule.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionEnums.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionEnums.h index e0719bae1f..34a866f5c0 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionEnums.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionEnums.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.cpp b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.cpp index 1a90df9d2a..3a3ab06d02 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -21,6 +22,7 @@ namespace AzNetworking const AZ::TimeMs deltaTimeMs = currentTimeMs - m_lastLoggedTimeMs; m_atoms[m_activeAtom].m_bytesTransmitted += byteCount; + m_atoms[m_activeAtom].m_packetsSent++; m_atoms[m_activeAtom].m_timeAccumulatorMs += deltaTimeMs; if (m_atoms[m_activeAtom].m_timeAccumulatorMs >= m_maxSampleTimeMs) @@ -31,6 +33,11 @@ namespace AzNetworking m_lastLoggedTimeMs = currentTimeMs; } + void DatarateMetrics::LogPacketLost() + { + m_atoms[m_activeAtom].m_packetsLost++; + } + float DatarateMetrics::GetBytesPerSecond() const { const uint32_t sampleAtom = 1 - m_activeAtom; @@ -46,6 +53,18 @@ namespace AzNetworking return (bytesLogged * 1000.0f) / sampleTime; // (* 1000) to convert from bytes per millisecond to bytes per second } + float DatarateMetrics::GetLossRatePercent() const + { + const uint32_t sampleAtom = 1 - m_activeAtom; + + if (m_atoms[sampleAtom].m_packetsSent == 0) + { + return 0.0f; + } + + return float(m_atoms[sampleAtom].m_packetsLost) / float(m_atoms[sampleAtom].m_packetsSent); + } + void ConnectionComputeRtt::LogPacketSent(PacketId packetId, AZ::TimeMs currentTimeMs) { for (uint32_t i = 0; i < MaxTrackableEntries; i++) diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.h index 21eb3f73cd..b576c64e86 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -18,8 +19,10 @@ namespace AzNetworking { DatarateAtom() = default; + AZ::TimeMs m_timeAccumulatorMs = AZ::TimeMs{ 0 }; uint32_t m_bytesTransmitted = 0; - AZ::TimeMs m_timeAccumulatorMs = AZ::TimeMs{0}; + uint32_t m_packetsSent = 0; + uint32_t m_packetsLost = 0; }; //! @class DatarateMetrics @@ -39,19 +42,26 @@ namespace AzNetworking //! @param currentTimeMs current process time in milliseconds void LogPacket(uint32_t byteCount, AZ::TimeMs currentTimeMs); + //! Invoked whenever a packet has determined to be lost. + void LogPacketLost(); + //! Retrieve a sample of the datarate being incurred by this connection in bytes per second. //! @return datarate for traffic sent to or from the connection in bytes per second float GetBytesPerSecond() const; + //! Returns the estimated packet loss rate as a percentage of packets. + //! @return the estimated percentage loss rate + float GetLossRatePercent() const; + private: //! Used internally to swap buffers used for metric gathering. void SwapBuffers(); - static constexpr AZ::TimeMs MaxSampleTimeMs = AZ::TimeMs{500}; + static constexpr AZ::TimeMs MaxSampleTimeMs = AZ::TimeMs{ 2000 }; - AZ::TimeMs m_maxSampleTimeMs = MaxSampleTimeMs; - AZ::TimeMs m_lastLoggedTimeMs = MaxSampleTimeMs; + AZ::TimeMs m_maxSampleTimeMs = MaxSampleTimeMs; + AZ::TimeMs m_lastLoggedTimeMs = MaxSampleTimeMs; uint32_t m_activeAtom = 0; DatarateAtom m_atoms[2]; }; @@ -68,7 +78,7 @@ namespace AzNetworking ConnectionPacketEntry(PacketId packetId, AZ::TimeMs sendTimeMs); PacketId m_packetId = InvalidPacketId; - AZ::TimeMs m_sendTimeMs = AZ::TimeMs{0}; + AZ::TimeMs m_sendTimeMs = AZ::TimeMs{0}; }; //! @class ConnectionComputeRtt @@ -99,8 +109,8 @@ namespace AzNetworking private: - static constexpr uint32_t MaxTrackableEntries = 4; - static constexpr float InitialRoundTripTime = 0.1f; //< Start off with a 100 millisecond estimate for Rtt + static constexpr uint32_t MaxTrackableEntries = 8; + static constexpr float InitialRoundTripTime = 0.1f; //< Start off with a 100 millisecond estimate for Rtt float m_roundTripTime = InitialRoundTripTime; ConnectionPacketEntry m_entries[MaxTrackableEntries]; @@ -116,6 +126,11 @@ namespace AzNetworking //! Resets all internal metrics to defaults. void Reset(); + void LogPacketSent(uint32_t byteCount, AZ::TimeMs currentTimeMs); + void LogPacketRecv(uint32_t byteCount, AZ::TimeMs currentTimeMs); + void LogPacketLost(); + void LogPacketAcked(); + uint32_t m_packetsSent = 0; uint32_t m_packetsRecv = 0; uint32_t m_packetsLost = 0; diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.inl b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.inl index d14d007f28..5f196c4ed1 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.inl +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/ConnectionMetrics.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -39,4 +40,33 @@ namespace AzNetworking { *this = ConnectionMetrics(); } + + inline void ConnectionMetrics::LogPacketSent(uint32_t byteCount, AZ::TimeMs currentTimeMs) + { + if (byteCount > 0) + { + m_packetsSent++; + } + m_sendDatarate.LogPacket(byteCount, currentTimeMs); + } + + inline void ConnectionMetrics::LogPacketRecv(uint32_t byteCount, AZ::TimeMs currentTimeMs) + { + if (byteCount > 0) + { + m_packetsRecv++; + } + m_recvDatarate.LogPacket(byteCount, currentTimeMs); + } + + inline void ConnectionMetrics::LogPacketLost() + { + m_packetsLost++; + m_sendDatarate.LogPacketLost(); + } + + inline void ConnectionMetrics::LogPacketAcked() + { + m_packetsAcked++; + } } diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h index 98c10e8a0e..363fd1d37b 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -94,11 +95,6 @@ namespace AzNetworking //! @return the max transmission unit for this connection virtual uint32_t GetConnectionMtu() const = 0; - //! Sets connection quality values for testing poor connection conditions. - //! Currently unsupported on TcpConnections - //! @param connectionQuality simulated connection quality values to use - virtual void SetConnectionQuality(const ConnectionQuality& connectionQuality) = 0; - //! Returns the connection identifier for this connection instance. //! @return the connection identifier for this connection instance ConnectionId GetConnectionId() const; @@ -127,12 +123,23 @@ namespace AzNetworking //! @return reference to the connection metric info ConnectionMetrics& GetMetrics(); + //! Retrieves debug connection quality settings. + //! Currently unsupported on TcpConnections + //! @return connection quality structure for this connection + const ConnectionQuality& GetConnectionQuality() const; + + //! Retrieves debug connection quality settings, non-const. + //! Currently unsupported on TcpConnections + //! @return connection quality structure for this connection + ConnectionQuality& GetConnectionQuality(); + private: // The following data members are here in the interface for performance reasons ConnectionId m_connectionId = InvalidConnectionId; IpAddress m_remoteAddress; ConnectionMetrics m_connectionMetrics; + ConnectionQuality m_connectionQuality; void* m_userData = nullptr; }; } diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.inl b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.inl index a7161464cc..61e92010c7 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.inl +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnection.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -58,4 +59,14 @@ namespace AzNetworking { return m_connectionMetrics; } + + inline const ConnectionQuality& IConnection::GetConnectionQuality() const + { + return m_connectionQuality; + } + + inline ConnectionQuality& IConnection::GetConnectionQuality() + { + return m_connectionQuality; + } } diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionListener.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionListener.h index 7fb3dcd8e8..41e79e2207 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionListener.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionListener.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionSet.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionSet.h index 0cd9817090..1758753715 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionSet.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/IConnectionSet.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.h b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.h index bebb72020b..13b4a2cfee 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.h +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.inl b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.inl index 5464c1a59a..ea16b2cf94 100644 --- a/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.inl +++ b/Code/Framework/AzNetworking/AzNetworking/ConnectionLayer/SequenceGenerator.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.h index 4f4000fdaa..a3cdea4a84 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.inl b/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.inl index 07591f7e70..542ec35b21 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/ByteBuffer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.h index 95f07a2ce0..d3b9c60dfc 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.inl b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.inl index 2bcae25132..8c5593f8d9 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.inl +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitset.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.h index 3297ba8904..b19b9aafea 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.inl b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.inl index 8e2ab9083c..8cbdd27e09 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.inl +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeBitsetView.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.h index bf56518314..d91b89f996 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.inl b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.inl index 42ad051bd5..8d1aa08b94 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.inl +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/FixedSizeVectorBitset.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/IBitset.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/IBitset.h index 5c47fa8ba1..9ab6d0b8f6 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/IBitset.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/IBitset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.h index f965c9f2aa..335a99e30e 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.inl b/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.inl index 20510182bb..e7c9993f4f 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.inl +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/RingBufferBitset.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.cpp b/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.cpp index e7defe5409..88392c98c0 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.h b/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.h index 24f468d3cf..76defd0b32 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.h +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.inl b/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.inl index 56f62f285d..e4a78f70b2 100644 --- a/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.inl +++ b/Code/Framework/AzNetworking/AzNetworking/DataStructures/TimeoutQueue.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Framework/ICompressor.h b/Code/Framework/AzNetworking/AzNetworking/Framework/ICompressor.h index 2971dd9a19..89b4e0a59e 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Framework/ICompressor.h +++ b/Code/Framework/AzNetworking/AzNetworking/Framework/ICompressor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Framework/INetworkInterface.h b/Code/Framework/AzNetworking/AzNetworking/Framework/INetworkInterface.h index 92eeacb968..d47f76ceb8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Framework/INetworkInterface.h +++ b/Code/Framework/AzNetworking/AzNetworking/Framework/INetworkInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Framework/INetworking.h b/Code/Framework/AzNetworking/AzNetworking/Framework/INetworking.h index 1722e53c16..4fbda9361a 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Framework/INetworking.h +++ b/Code/Framework/AzNetworking/AzNetworking/Framework/INetworking.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkInterfaceMetrics.h b/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkInterfaceMetrics.h index f860302038..8cad6e5537 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkInterfaceMetrics.h +++ b/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkInterfaceMetrics.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.cpp b/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.cpp index 6097abf6db..83588f4acb 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.h b/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.h index d6e34fc6a1..451de05bdb 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.h +++ b/Code/Framework/AzNetworking/AzNetworking/Framework/NetworkingSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacket.h b/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacket.h index abc5c10ac3..021ca54cca 100644 --- a/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacket.h +++ b/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacketHeader.h b/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacketHeader.h index 1053a4cecb..ea9734a867 100644 --- a/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacketHeader.h +++ b/Code/Framework/AzNetworking/AzNetworking/PacketLayer/IPacketHeader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/AbstractValue.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/AbstractValue.h index c139edcdb0..7dc92f5a6c 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/AbstractValue.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/AbstractValue.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/AzContainerSerializers.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/AzContainerSerializers.h index 25b1543b1f..59e0cc8235 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/AzContainerSerializers.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/AzContainerSerializers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -302,4 +303,22 @@ namespace AzNetworking return serializer.IsValid(); } }; + + template <> + struct SerializeObjectHelper + { + static bool SerializeObject(ISerializer& serializer, AZ::Transform& value) + { + AZ::Vector3 translation = value.GetTranslation(); + AZ::Quaternion rotation = value.GetRotation(); + float uniformScale = value.GetUniformScale(); + serializer.Serialize(translation, "Translation"); + serializer.Serialize(rotation, "Rotation"); + serializer.Serialize(uniformScale, "Scale"); + value.SetTranslation(translation); + value.SetRotation(rotation); + value.SetUniformScale(uniformScale); + return serializer.IsValid(); + } + }; } diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.cpp b/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.cpp index b67fabfa85..57b9d54559 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.h index bd97fe8607..2b328931f5 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.inl b/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.inl index dbdb18eff7..8d0656c9ed 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/DeltaSerializer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.cpp b/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.cpp index 187dfcdfd0..23995d44ea 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,9 +11,9 @@ namespace AzNetworking { - // This gives us a hash sensitivity of around 1/128th of a unit, and will detect errors within a range of -16,777,216 to +16,777,216 - static const int32_t FloatHashMinValue = (INT_MIN >> 7); - static const int32_t FloatHashMaxValue = (INT_MAX >> 7); + // This gives us a hash sensitivity of around 1/512th of a unit, and will detect errors within a range of -4,194,304 to +4,194,304 + static const int32_t FloatHashMinValue = (INT_MIN >> 9); + static const int32_t FloatHashMaxValue = (INT_MAX >> 9); AZ::HashValue32 HashSerializer::GetHash() const { diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.h index 74def4f450..21107300fb 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/HashSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.h index dde108a902..2cf555dece 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.inl b/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.inl index 72c7e681cb..0d705629f3 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/ISerializer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.cpp b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.cpp index 7c4b92f87d..ece361ed52 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.h index 4af7b61c64..54d4c9e376 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.inl b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.inl index ed2ff09ac9..78be954236 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkInputSerializer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.cpp b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.cpp index b4a1d7887b..154a5881da 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.h index 142696e999..23d25bc3dd 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.inl b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.inl index 0d71646d25..aac2408c0d 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/NetworkOutputSerializer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.cpp b/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.cpp index 6a466f5810..b35b01d45c 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.h index bb3932d441..d93f08822b 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/StringifySerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.h b/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.h index 606a2a6b4b..4cb9a8d355 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.h +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.inl b/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.inl index aa8a9cc750..495073e3b1 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Serialization/TrackChangedSerializer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.cpp index ec9e8e373c..1beb83e19f 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -121,7 +122,7 @@ namespace AzNetworking bool TcpConnection::UpdateRecv() { const AZ::TimeMs startTimeMs = AZ::GetElapsedTimeMs(); - GetMetrics().m_recvDatarate.LogPacket(0, startTimeMs); + GetMetrics().LogPacketRecv(0, startTimeMs); // Read new data off the input socket { @@ -260,11 +261,6 @@ namespace AzNetworking return 0; // do nothing, unsupported on TCP connections } - void TcpConnection::SetConnectionQuality([[maybe_unused]] const ConnectionQuality& connectionQuality) - { - ; // do nothing, unsupported on TCP connections - } - bool TcpConnection::SendPacketInternal(PacketType packetType, TcpPacketEncodingBuffer& payloadBuffer, AZ::TimeMs currentTimeMs) { AZ_Assert(payloadBuffer.GetCapacity() < AZStd::numeric_limits::max(), "Buffer capacity should be representable using 2 bytes or less"); @@ -332,8 +328,7 @@ namespace AzNetworking } m_sendRingbuffer.AdvanceWriteBuffer(headerSize + payloadSize); - GetMetrics().m_packetsSent++; - GetMetrics().m_sendDatarate.LogPacket(headerSize + payloadSize, currentTimeMs); + GetMetrics().LogPacketSent(headerSize + payloadSize, currentTimeMs); m_networkInterface.GetMetrics().m_sendPackets++; UpdateSend(); return true; @@ -378,8 +373,7 @@ namespace AzNetworking memcpy(dstData, srcData, packetSize); m_recvRingbuffer.AdvanceReadBuffer(serializer.GetReadSize() + packetSize); - GetMetrics().m_packetsRecv++; - GetMetrics().m_recvDatarate.LogPacket(packetSize, currentTimeMs); + GetMetrics().LogPacketRecv(packetSize, currentTimeMs); m_networkInterface.GetMetrics().m_recvPackets++; return true; } diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.h index f670600e3e..b769aea086 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -101,7 +102,6 @@ namespace AzNetworking bool Disconnect(DisconnectReason reason, TerminationEndpoint endpoint) override; void SetConnectionMtu(uint32_t connectionMtu) override; uint32_t GetConnectionMtu() const override; - void SetConnectionQuality(const ConnectionQuality& connectionQuality) override; // @} //! Sets the registered socket file descriptor for this TcpConnection in the associated ConnectionSet instance. diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.inl b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.inl index 9fbf90be46..ecd1e5e908 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.inl +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnection.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.cpp index 3af45c4325..3636e45cc0 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.h index e394783eaf..e6e2d19a87 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpConnectionSet.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.cpp index d27a8dfbb2..758cff3337 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.h index 7c67ac86cb..0859e1d0f7 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpListenThread.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.cpp index 87adde3615..f9569b5c7e 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.h index 926a74cc75..1d590da2aa 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpNetworkInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.cpp index 9efecde085..152b1618b8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.h index 4311a0834c..65bebb7539 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.inl b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.inl index 54544eadbe..258550bcbc 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.inl +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpPacketHeader.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.h index bc95c87747..489390a280 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.inl b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.inl index 3a20ca6926..322a4e6abf 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.inl +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBuffer.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.cpp index ce5b3d2d2f..60e42dbf19 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.h index 26da711f96..9690968666 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.inl b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.inl index 929210750a..488528e602 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.inl +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpRingBufferImpl.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.cpp index f9c9b987eb..272683febc 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.h index 7b5140cfe4..260d7281f8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.inl b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.inl index 2f392bdd21..0138222415 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.inl +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocket.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager.h index 4e8628e9cb..613d94bf61 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Epoll.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Epoll.cpp index c247335d68..7367660adb 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Epoll.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Epoll.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_None.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_None.cpp index 2ed33d4ca7..2faf598845 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_None.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_None.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Select.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Select.cpp index 130739ca39..181dcd7250 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Select.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TcpSocketManager_Select.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -41,7 +42,7 @@ namespace AzNetworking void TcpSocketManager::ProcessEvents(AZ::TimeMs maxBlockMs, const SocketEventCallback& readCallback, const SocketEventCallback& writeCallback) { - if(static_cast(m_maxFd) <= 0 && m_socketFds.empty()) + if(static_cast(m_maxFd) <= 0 || m_socketFds.empty()) { // There are no available sockets to process return; diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.cpp b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.cpp index ee7b7e6e8a..9bb709bfb6 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.h b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.h index fa1b87cdea..cdb27ceb4a 100644 --- a/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.h +++ b/Code/Framework/AzNetworking/AzNetworking/TcpTransport/TlsSocket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.cpp index 2e380fd60b..37c952cf30 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.h index 17988baea7..9da3d581ef 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsEndpoint.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.cpp index d7f3dedc13..1944995bac 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.h index c5c064c1cf..ed30bee43d 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/DtlsSocket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.cpp index 1dccc1fcc3..3efc6a51a8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -151,7 +152,7 @@ namespace AzNetworking void UdpConnection::ProcessAcked(PacketId packetId, AZ::TimeMs currentTimeMs) { - GetMetrics().m_packetsAcked++; + GetMetrics().LogPacketAcked(); m_reliableQueue.OnPacketAcked(m_networkInterface, *this, packetId); // Compute Rtt adjustments @@ -171,8 +172,7 @@ namespace AzNetworking GetMetrics().m_connectionRtt.LogPacketSent(packetId, currentTimeMs); } - GetMetrics().m_packetsSent++; - GetMetrics().m_sendDatarate.LogPacket(packetSize, currentTimeMs); + GetMetrics().LogPacketSent(packetSize, currentTimeMs); m_lastSentPacketMs = currentTimeMs; m_unackedPacketCount = 0; } @@ -192,7 +192,7 @@ namespace AzNetworking return PacketTimeoutResult::Acked; case PacketAckState::Nacked: - GetMetrics().m_packetsLost++; + GetMetrics().LogPacketLost(); if (reliability == ReliabilityType::Reliable) { m_reliableQueue.OnPacketLost(m_networkInterface, *this, packetId); @@ -223,8 +223,7 @@ namespace AzNetworking return false; } - GetMetrics().m_packetsRecv++; - GetMetrics().m_recvDatarate.LogPacket(packetSize, currentTimeMs); + GetMetrics().LogPacketRecv(packetSize, currentTimeMs); if (header.GetIsReliable() && !m_reliableQueue.OnPacketReceived(header)) { diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.h index a1d20ddbb6..67d626d6cb 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -65,13 +66,8 @@ namespace AzNetworking bool Disconnect(DisconnectReason reason, TerminationEndpoint endpoint) override; void SetConnectionMtu(uint32_t connectionMtu) override; uint32_t GetConnectionMtu() const override; - void SetConnectionQuality(const ConnectionQuality& connectionQuality) override; // @} - //! Gets connection quality values for testing poor connection conditions. - //! @return connection quality values for this IConnection instance - const ConnectionQuality& GetConnectionQuality() const; - //! Returns a suitable encryption endpoint for this connection type. //! @return reference to the connections encryption endpoint DtlsEndpoint& GetDtlsEndpoint(); @@ -145,8 +141,6 @@ namespace AzNetworking UdpFragmentQueue m_fragmentQueue; ConnectionState m_state = ConnectionState::Disconnected; ConnectionRole m_connectionRole = ConnectionRole::Connector; - - ConnectionQuality m_connectionQuality; DtlsEndpoint m_dtlsEndpoint; AZ::TimeMs m_lastSentPacketMs; @@ -159,4 +153,3 @@ namespace AzNetworking } #include - diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.inl b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.inl index 28828913e0..b31595263d 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.inl +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnection.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,16 +10,6 @@ namespace AzNetworking { - inline void UdpConnection::SetConnectionQuality(const ConnectionQuality& connectionQuality) - { - m_connectionQuality = connectionQuality; - } - - inline const ConnectionQuality& UdpConnection::GetConnectionQuality() const - { - return m_connectionQuality; - } - inline DtlsEndpoint& UdpConnection::GetDtlsEndpoint() { return m_dtlsEndpoint; diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.cpp index aa13b4c77b..6a6a625b99 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.h index 6a96c28e57..8594bf87db 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpConnectionSet.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.cpp index 7c79c48e7a..831c35552c 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.h index ca2d44a804..38c4df4f0e 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpFragmentQueue.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.cpp index b2aad4e094..a3ddb856d2 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -223,8 +224,7 @@ namespace AzNetworking continue; } - connection->GetMetrics().m_recvDatarate.LogPacket(packet.m_receivedBytes + UdpPacketHeaderSize, currentTimeMs); - connection->GetMetrics().m_packetsRecv++; + connection->GetMetrics().LogPacketRecv(packet.m_receivedBytes + UdpPacketHeaderSize, currentTimeMs); // Decode the packet flag bitset first since it's always uncompressed UdpPacketHeader header; diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.h index 4997612b5e..7a391c152e 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpNetworkInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.cpp index 7f0b70a9c8..382148a042 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.h index 77dccad6a1..d0e0d03a48 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.inl b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.inl index 190af9a39a..8f191b6dd5 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.inl +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketHeader.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.cpp index a09c1454b0..39697b4866 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.h index b08351349e..a8b55c9759 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.inl b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.inl index 781b2b1f77..d61daf5d42 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.inl +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketIdWindow.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.cpp index fff36f62fc..18d7553342 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.h index 0f716afb27..6393147bac 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.inl b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.inl index f142dd4ce9..595c1dcf50 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.inl +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpPacketTracker.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.cpp index 873a439aa0..8b535e01aa 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.h index d12728889d..e0c97f157f 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReaderThread.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.cpp index 85c971379a..57be52f0e8 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.h index 0677d33ba0..e17223c707 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpReliableQueue.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.cpp b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.cpp index c533ab0fdb..29a99f96a1 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -125,7 +126,7 @@ namespace AzNetworking #ifdef ENABLE_LATENCY_DEBUG if (connectionQuality.m_lossPercentage > 0) { - if (int32_t(m_random.GetRandom() % 100) < (connectionQuality.m_lossPercentage / 2)) + if (int32_t(m_random.GetRandom() % 100) < (connectionQuality.m_lossPercentage)) { // Pretend we sent, but don't actually send return true; @@ -156,9 +157,11 @@ namespace AzNetworking #ifdef ENABLE_LATENCY_DEBUG else if ((connectionQuality.m_latencyMs > AZ::TimeMs{ 0 }) || (connectionQuality.m_varianceMs > AZ::TimeMs{ 0 })) { - const AZ::TimeMs jitterMs = aznumeric_cast(m_random.GetRandom()) % (connectionQuality.m_varianceMs / aznumeric_cast(2)); + const AZ::TimeMs jitterMs = aznumeric_cast(m_random.GetRandom()) % (connectionQuality.m_varianceMs > AZ::TimeMs{ 0 } + ? connectionQuality.m_varianceMs + : AZ::TimeMs{ 1 }); const AZ::TimeMs currTimeMs = AZ::GetElapsedTimeMs(); - const AZ::TimeMs deferTimeMs = (connectionQuality.m_latencyMs / aznumeric_cast(2)) + jitterMs; + const AZ::TimeMs deferTimeMs = (connectionQuality.m_latencyMs) + jitterMs; DeferredData deferred = DeferredData(address, data, size, encrypt, dtlsEndpoint); AZ::Interface::Get()->AddCallback([&, deferredData = deferred] diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.h b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.h index 61f4c74b68..8c0f3349ab 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.h +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.inl b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.inl index 37fe7796e3..81e5c3b922 100644 --- a/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.inl +++ b/Code/Framework/AzNetworking/AzNetworking/UdpTransport/UdpSocket.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.cpp b/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.cpp index b6a69d08a0..1007091d10 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.h index d3db76b3db..44f3249dbe 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/CidrAddress.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.cpp b/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.cpp index 6244991807..216342a6c5 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.h index a4a0266812..072c4c43ac 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/EncryptionCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/Endian.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/Endian.h index 24f32d756c..08ca785f72 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/Endian.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/Endian.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.cpp b/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.cpp index b958619ccc..145e4e02ef 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.h index 772ef14314..37cdad0370 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.inl b/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.inl index 82f05bea51..d7e7615056 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/IpAddress.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.cpp b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.cpp index 94028ebee9..7bea77219a 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.h index 54817af051..3f92d11324 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.inl b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.inl index 86e0bc6291..938e688381 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkCommon.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkIncludes.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkIncludes.h index 084f20b403..ab3c8d2630 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkIncludes.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/NetworkIncludes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.h index 5e4784f07e..190a32ddc7 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.inl b/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.inl index 5c1c1fbf42..b0a424d48a 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.inl +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/QuantizedValues.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.cpp b/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.cpp index 32c16c6c66..c85d15ae45 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.cpp +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.h b/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.h index e45da0fda9..0a3e4ab57f 100644 --- a/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.h +++ b/Code/Framework/AzNetworking/AzNetworking/Utilities/TimedThread.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/AzNetworking/aznetworking_files.cmake b/Code/Framework/AzNetworking/AzNetworking/aznetworking_files.cmake index 4e6927ddc8..605b39db8e 100644 --- a/Code/Framework/AzNetworking/AzNetworking/aznetworking_files.cmake +++ b/Code/Framework/AzNetworking/AzNetworking/aznetworking_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/CMakeLists.txt b/Code/Framework/AzNetworking/CMakeLists.txt index 6419947056..7f9d856eb9 100644 --- a/Code/Framework/AzNetworking/CMakeLists.txt +++ b/Code/Framework/AzNetworking/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Android/AzNetworking/AzNetworking_Traits_Platform.h b/Code/Framework/AzNetworking/Platform/Android/AzNetworking/AzNetworking_Traits_Platform.h index 43f8a6bb9f..029242d08d 100644 --- a/Code/Framework/AzNetworking/Platform/Android/AzNetworking/AzNetworking_Traits_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Android/AzNetworking/AzNetworking_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/Endian_Platform.h b/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/Endian_Platform.h index 02efe9ddcc..a223f74881 100644 --- a/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/Endian_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/Endian_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/NetworkIncludes_Platform.h b/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/NetworkIncludes_Platform.h index 2d9ca9a0f8..f45e565f9b 100644 --- a/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/NetworkIncludes_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Android/AzNetworking/Utilities/NetworkIncludes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Android/platform_android.cmake b/Code/Framework/AzNetworking/Platform/Android/platform_android.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzNetworking/Platform/Android/platform_android.cmake +++ b/Code/Framework/AzNetworking/Platform/Android/platform_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Android/platform_android_files.cmake b/Code/Framework/AzNetworking/Platform/Android/platform_android_files.cmake index 11bcd0d09d..b7077cae9b 100644 --- a/Code/Framework/AzNetworking/Platform/Android/platform_android_files.cmake +++ b/Code/Framework/AzNetworking/Platform/Android/platform_android_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Common/Apple/AzNetworking/Utilities/Endian_Apple.h b/Code/Framework/AzNetworking/Platform/Common/Apple/AzNetworking/Utilities/Endian_Apple.h index f5f8e68278..ee742c2b18 100644 --- a/Code/Framework/AzNetworking/Platform/Common/Apple/AzNetworking/Utilities/Endian_Apple.h +++ b/Code/Framework/AzNetworking/Platform/Common/Apple/AzNetworking/Utilities/Endian_Apple.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/Default/AzNetworking/Utilities/IpAddress_Default.cpp b/Code/Framework/AzNetworking/Platform/Common/Default/AzNetworking/Utilities/IpAddress_Default.cpp index 361e9b939d..c4cf122d1f 100644 --- a/Code/Framework/AzNetworking/Platform/Common/Default/AzNetworking/Utilities/IpAddress_Default.cpp +++ b/Code/Framework/AzNetworking/Platform/Common/Default/AzNetworking/Utilities/IpAddress_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/Endian_UnixLike.h b/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/Endian_UnixLike.h index 7d6f41e2e9..d0cce9c2ac 100644 --- a/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/Endian_UnixLike.h +++ b/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/Endian_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkCommon_UnixLike.cpp b/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkCommon_UnixLike.cpp index d26990bd29..e2825f4afb 100644 --- a/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkCommon_UnixLike.cpp +++ b/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkCommon_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkIncludes_UnixLike.h b/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkIncludes_UnixLike.h index 5525fcd7cd..4991c882a0 100644 --- a/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkIncludes_UnixLike.h +++ b/Code/Framework/AzNetworking/Platform/Common/UnixLike/AzNetworking/Utilities/NetworkIncludes_UnixLike.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/Endian_WinAPI.h b/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/Endian_WinAPI.h index 4f1d8129da..9eb7649149 100644 --- a/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/Endian_WinAPI.h +++ b/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/Endian_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkCommon_WinAPI.cpp b/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkCommon_WinAPI.cpp index bbc926d36d..97f19f1efa 100644 --- a/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkCommon_WinAPI.cpp +++ b/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkCommon_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkIncludes_WinAPI.h b/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkIncludes_WinAPI.h index c0b2d2492b..bf1dc765cf 100644 --- a/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkIncludes_WinAPI.h +++ b/Code/Framework/AzNetworking/Platform/Common/WinAPI/AzNetworking/Utilities/NetworkIncludes_WinAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/AzNetworking_Traits_Platform.h b/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/AzNetworking_Traits_Platform.h index 99c68ff533..b1f51df1f5 100644 --- a/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/AzNetworking_Traits_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/AzNetworking_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/Endian_Platform.h b/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/Endian_Platform.h index 02efe9ddcc..a223f74881 100644 --- a/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/Endian_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/Endian_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/NetworkIncludes_Platform.h b/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/NetworkIncludes_Platform.h index 2d9ca9a0f8..f45e565f9b 100644 --- a/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/NetworkIncludes_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Linux/AzNetworking/Utilities/NetworkIncludes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Linux/platform_linux.cmake b/Code/Framework/AzNetworking/Platform/Linux/platform_linux.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzNetworking/Platform/Linux/platform_linux.cmake +++ b/Code/Framework/AzNetworking/Platform/Linux/platform_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzNetworking/Platform/Linux/platform_linux_files.cmake index 11bcd0d09d..b7077cae9b 100644 --- a/Code/Framework/AzNetworking/Platform/Linux/platform_linux_files.cmake +++ b/Code/Framework/AzNetworking/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/AzNetworking_Traits_Platform.h b/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/AzNetworking_Traits_Platform.h index ed5f6b0e5e..14d29ddf9c 100644 --- a/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/AzNetworking_Traits_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/AzNetworking_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/Endian_Platform.h b/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/Endian_Platform.h index 6fc9fa10f3..df7a97715a 100644 --- a/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/Endian_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/Endian_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/NetworkIncludes_Platform.h b/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/NetworkIncludes_Platform.h index 2d9ca9a0f8..f45e565f9b 100644 --- a/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/NetworkIncludes_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Mac/AzNetworking/Utilities/NetworkIncludes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Mac/platform_mac.cmake b/Code/Framework/AzNetworking/Platform/Mac/platform_mac.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzNetworking/Platform/Mac/platform_mac.cmake +++ b/Code/Framework/AzNetworking/Platform/Mac/platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzNetworking/Platform/Mac/platform_mac_files.cmake index 026044a083..dfd19bb463 100644 --- a/Code/Framework/AzNetworking/Platform/Mac/platform_mac_files.cmake +++ b/Code/Framework/AzNetworking/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/AzNetworking_Traits_Platform.h b/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/AzNetworking_Traits_Platform.h index acb999919e..2e3a8d90d8 100644 --- a/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/AzNetworking_Traits_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/AzNetworking_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/Endian_Platform.h b/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/Endian_Platform.h index ecf39fea13..f462a29b06 100644 --- a/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/Endian_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/Endian_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/NetworkIncludes_Platform.h b/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/NetworkIncludes_Platform.h index 50841c5a3b..350e01b8a2 100644 --- a/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/NetworkIncludes_Platform.h +++ b/Code/Framework/AzNetworking/Platform/Windows/AzNetworking/Utilities/NetworkIncludes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/Windows/platform_windows.cmake b/Code/Framework/AzNetworking/Platform/Windows/platform_windows.cmake index 9784af9309..29cdb04ec6 100644 --- a/Code/Framework/AzNetworking/Platform/Windows/platform_windows.cmake +++ b/Code/Framework/AzNetworking/Platform/Windows/platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzNetworking/Platform/Windows/platform_windows_files.cmake index 4f6b12fa69..c5fa103ea3 100644 --- a/Code/Framework/AzNetworking/Platform/Windows/platform_windows_files.cmake +++ b/Code/Framework/AzNetworking/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/AzNetworking_Traits_Platform.h b/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/AzNetworking_Traits_Platform.h index ed5f6b0e5e..14d29ddf9c 100644 --- a/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/AzNetworking_Traits_Platform.h +++ b/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/AzNetworking_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/Endian_Platform.h b/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/Endian_Platform.h index 6fc9fa10f3..df7a97715a 100644 --- a/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/Endian_Platform.h +++ b/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/Endian_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/NetworkIncludes_Platform.h b/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/NetworkIncludes_Platform.h index 2d9ca9a0f8..f45e565f9b 100644 --- a/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/NetworkIncludes_Platform.h +++ b/Code/Framework/AzNetworking/Platform/iOS/AzNetworking/Utilities/NetworkIncludes_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Platform/iOS/platform_ios.cmake b/Code/Framework/AzNetworking/Platform/iOS/platform_ios.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzNetworking/Platform/iOS/platform_ios.cmake +++ b/Code/Framework/AzNetworking/Platform/iOS/platform_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Platform/iOS/platform_ios_files.cmake b/Code/Framework/AzNetworking/Platform/iOS/platform_ios_files.cmake index 026044a083..dfd19bb463 100644 --- a/Code/Framework/AzNetworking/Platform/iOS/platform_ios_files.cmake +++ b/Code/Framework/AzNetworking/Platform/iOS/platform_ios_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzNetworking/Tests/ConnectionLayer/ConnectionMetricsTests.cpp b/Code/Framework/AzNetworking/Tests/ConnectionLayer/ConnectionMetricsTests.cpp index 86b782e904..e36c54b50b 100644 --- a/Code/Framework/AzNetworking/Tests/ConnectionLayer/ConnectionMetricsTests.cpp +++ b/Code/Framework/AzNetworking/Tests/ConnectionLayer/ConnectionMetricsTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/ConnectionLayer/SequenceGeneratorTests.cpp b/Code/Framework/AzNetworking/Tests/ConnectionLayer/SequenceGeneratorTests.cpp index 5385bfe73a..babec9b124 100644 --- a/Code/Framework/AzNetworking/Tests/ConnectionLayer/SequenceGeneratorTests.cpp +++ b/Code/Framework/AzNetworking/Tests/ConnectionLayer/SequenceGeneratorTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetTests.cpp b/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetTests.cpp index ad8b384be0..f22e815526 100644 --- a/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetTests.cpp +++ b/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetViewTests.cpp b/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetViewTests.cpp index 4838cec5ca..6f32eacda9 100644 --- a/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetViewTests.cpp +++ b/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeBitsetViewTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeVectorBitsetTests.cpp b/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeVectorBitsetTests.cpp index 34e9323058..d56fd28b84 100644 --- a/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeVectorBitsetTests.cpp +++ b/Code/Framework/AzNetworking/Tests/DataStructures/FixedSizeVectorBitsetTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/DataStructures/RingBufferBitsetTests.cpp b/Code/Framework/AzNetworking/Tests/DataStructures/RingBufferBitsetTests.cpp index 8260b79fcb..05e97d9744 100644 --- a/Code/Framework/AzNetworking/Tests/DataStructures/RingBufferBitsetTests.cpp +++ b/Code/Framework/AzNetworking/Tests/DataStructures/RingBufferBitsetTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/DataStructures/TimeoutQueueTests.cpp b/Code/Framework/AzNetworking/Tests/DataStructures/TimeoutQueueTests.cpp index 099dafd146..c589334966 100644 --- a/Code/Framework/AzNetworking/Tests/DataStructures/TimeoutQueueTests.cpp +++ b/Code/Framework/AzNetworking/Tests/DataStructures/TimeoutQueueTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Main.cpp b/Code/Framework/AzNetworking/Tests/Main.cpp index 141f9473b8..838fd50799 100644 --- a/Code/Framework/AzNetworking/Tests/Main.cpp +++ b/Code/Framework/AzNetworking/Tests/Main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Serialization/DeltaSerializerTests.cpp b/Code/Framework/AzNetworking/Tests/Serialization/DeltaSerializerTests.cpp index 1353f5de4c..ba59c91c21 100644 --- a/Code/Framework/AzNetworking/Tests/Serialization/DeltaSerializerTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Serialization/DeltaSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Serialization/HashSerializerTests.cpp b/Code/Framework/AzNetworking/Tests/Serialization/HashSerializerTests.cpp index ee41022407..1ed7bed223 100644 --- a/Code/Framework/AzNetworking/Tests/Serialization/HashSerializerTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Serialization/HashSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Serialization/NetworkInputSerializerTests.cpp b/Code/Framework/AzNetworking/Tests/Serialization/NetworkInputSerializerTests.cpp index f1da8680aa..f43411894f 100644 --- a/Code/Framework/AzNetworking/Tests/Serialization/NetworkInputSerializerTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Serialization/NetworkInputSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Serialization/NetworkOutputSerializerTests.cpp b/Code/Framework/AzNetworking/Tests/Serialization/NetworkOutputSerializerTests.cpp index 6cafe0802e..22edb0490e 100644 --- a/Code/Framework/AzNetworking/Tests/Serialization/NetworkOutputSerializerTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Serialization/NetworkOutputSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Serialization/TrackChangedSerializerTests.cpp b/Code/Framework/AzNetworking/Tests/Serialization/TrackChangedSerializerTests.cpp index 4876976947..8e01584b3d 100644 --- a/Code/Framework/AzNetworking/Tests/Serialization/TrackChangedSerializerTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Serialization/TrackChangedSerializerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/TcpTransport/TcpTransportTests.cpp b/Code/Framework/AzNetworking/Tests/TcpTransport/TcpTransportTests.cpp index 10ef156c7f..ff2360b674 100644 --- a/Code/Framework/AzNetworking/Tests/TcpTransport/TcpTransportTests.cpp +++ b/Code/Framework/AzNetworking/Tests/TcpTransport/TcpTransportTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/UdpTransport/UdpTransportTests.cpp b/Code/Framework/AzNetworking/Tests/UdpTransport/UdpTransportTests.cpp index dfc80e9475..ca8de30db9 100644 --- a/Code/Framework/AzNetworking/Tests/UdpTransport/UdpTransportTests.cpp +++ b/Code/Framework/AzNetworking/Tests/UdpTransport/UdpTransportTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Utilities/CidrAddressTests.cpp b/Code/Framework/AzNetworking/Tests/Utilities/CidrAddressTests.cpp index 96ff9194af..ecf9c36fca 100644 --- a/Code/Framework/AzNetworking/Tests/Utilities/CidrAddressTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Utilities/CidrAddressTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Utilities/IpAddressTests.cpp b/Code/Framework/AzNetworking/Tests/Utilities/IpAddressTests.cpp index d2b7164abe..435ebb48e0 100644 --- a/Code/Framework/AzNetworking/Tests/Utilities/IpAddressTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Utilities/IpAddressTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Utilities/NetworkCommonTests.cpp b/Code/Framework/AzNetworking/Tests/Utilities/NetworkCommonTests.cpp index 86cbc519ca..33be03dfb9 100644 --- a/Code/Framework/AzNetworking/Tests/Utilities/NetworkCommonTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Utilities/NetworkCommonTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/Utilities/QuantizedValuesTests.cpp b/Code/Framework/AzNetworking/Tests/Utilities/QuantizedValuesTests.cpp index 7825601383..13bf9bdb0a 100644 --- a/Code/Framework/AzNetworking/Tests/Utilities/QuantizedValuesTests.cpp +++ b/Code/Framework/AzNetworking/Tests/Utilities/QuantizedValuesTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzNetworking/Tests/aznetworkingtests_files.cmake b/Code/Framework/AzNetworking/Tests/aznetworkingtests_files.cmake index 0da3068819..8a0c557400 100644 --- a/Code/Framework/AzNetworking/Tests/aznetworkingtests_files.cmake +++ b/Code/Framework/AzNetworking/Tests/aznetworkingtests_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Application/AzQtApplication.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Application/AzQtApplication.cpp new file mode 100644 index 0000000000..594a339448 --- /dev/null +++ b/Code/Framework/AzQtComponents/AzQtComponents/Application/AzQtApplication.cpp @@ -0,0 +1,38 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#include + +#include // This should be the first include to make sure Windows.h is defined with NOMINMAX +#include + +namespace AzQtComponents +{ + + AzQtApplication::AzQtApplication(int& argc, char** argv) + : QApplication(argc, argv) + { + // Use a common Qt settings path for applications that don't register their own application name + QApplication::setOrganizationName("O3DE"); + QApplication::setOrganizationDomain("o3de.org"); + QApplication::setApplicationName("O3DE Tools Application"); + + AzQtComponents::PrepareQtPaths(); + + QLocale::setDefault(QLocale(QLocale::English, QLocale::UnitedStates)); + } + + void AzQtApplication::InitializeDpiScaling() + { + QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); + QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); + QCoreApplication::setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); + QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough); + AzQtComponents::Utilities::HandleDpiAwareness(AzQtComponents::Utilities::SystemDpiAware); + } +} // namespace AzQtComponents + diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Application/AzQtApplication.h b/Code/Framework/AzQtComponents/AzQtComponents/Application/AzQtApplication.h new file mode 100644 index 0000000000..2aa4be646c --- /dev/null +++ b/Code/Framework/AzQtComponents/AzQtComponents/Application/AzQtApplication.h @@ -0,0 +1,33 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#pragma once + +#include + +#include + +namespace AzQtComponents +{ + //! Base class for O3DE Tools Applications + class AZ_QT_COMPONENTS_API AzQtApplication + : public QApplication + { + public: + AzQtApplication(int& argc, char** argv); + + //! Initializes Qt DPI scaling to handle displays with high display densities, such as Retina displays. + //! Currently, this uses Qt's system DPI awareness, in which a common device scaling factor will be + //! calculated across all attached screens. + //! \warning This must be called before this AzQtApplication instance is initialized. + static void InitializeDpiScaling(); + }; + +} // namespace AzQtComponents + + + diff --git a/Code/Framework/AzQtComponents/AzQtComponents/AzQtComponentsAPI.h b/Code/Framework/AzQtComponents/AzQtComponents/AzQtComponentsAPI.h index 2c91498ae3..b4fa62cfda 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/AzQtComponentsAPI.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/AzQtComponentsAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Buses/DragAndDrop.h b/Code/Framework/AzQtComponents/AzQtComponents/Buses/DragAndDrop.h index ffd3adbbb6..e7486bd3ed 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Buses/DragAndDrop.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Buses/DragAndDrop.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Buses/ShortcutDispatch.h b/Code/Framework/AzQtComponents/AzQtComponents/Buses/ShortcutDispatch.h index e23f0d0093..6574335c74 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Buses/ShortcutDispatch.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Buses/ShortcutDispatch.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.cpp index 0c7541b501..fbfc7f3b28 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.h index 5d0cf98e13..8a6d7d960b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/AutoCustomWindowDecorations.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.cpp index 7b9e87b1b4..cc44ef3532 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.h index b3799ad1a9..f46d59e1cc 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonDivider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.cpp index 2aa1c2283d..4fbe131422 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.h index f54194e830..5c596ce1c8 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ButtonStripe.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.cpp index 0e01be82c9..54c3c33635 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.h index 4e66775152..969286d809 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ConfigHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.cpp index d759dd3c8e..80099643d3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.h index eab4ef7333..c7a293c06e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.cpp index d8044a3bdc..113516c350 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.h index fe574eecdb..d52de4b0e1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockBarButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.cpp index 325e09aae8..dd195abfe6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.h index 29a9704a11..f387897dc2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockMainWindow.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.cpp index c78dccea3e..2574e1b05a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.h index 94817a85fd..4bda3612c5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.cpp index 09e151aff6..52037fe800 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.h index 695c4c1037..a066831d6b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/EditorProxyStyle_mac.mm b/Code/Framework/AzQtComponents/AzQtComponents/Components/EditorProxyStyle_mac.mm index 81548c8d6a..20bde355d1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/EditorProxyStyle_mac.mm +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/EditorProxyStyle_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.cpp index 379523214d..8ce0cdb6bc 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.h index 5b493f7290..86423b8200 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ExtendedLabel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.cpp index 4c5e2adabd..c5aa1a3f88 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -3288,15 +3289,20 @@ namespace AzQtComponents } // Untab tabbed dock widgets before restoring, as the restore only works on dock widgets parented directly to the main window - const QList dockWidgets = m_mainWindow->findChildren(); - for (QDockWidget* dockWidget : dockWidgets) + for (QDockWidget* dockWidget : m_mainWindow->findChildren( + QRegularExpression(QString("%1.*").arg(m_tabContainerIdentifierPrefix)), Qt::FindChildrenRecursively)) { - if (QStackedWidget* stackedWidget = qobject_cast(dockWidget->parentWidget())) + DockTabWidget* tabWidget = qobject_cast(dockWidget->widget()); + if (!tabWidget) { - if (AzQtComponents::DockTabWidget* tabWidget = qobject_cast(stackedWidget->parentWidget())) - { - tabWidget->removeTab(dockWidget); - } + continue; + } + + // Remove the tabs from the tab widget (we don't actually want to close them, which could delete them at this point) + int numTabs = tabWidget->count(); + for (int i = 0; i < numTabs; ++i) + { + tabWidget->removeTab(0); } } diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.h index 43ce090c9f..3e82fb401a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.cpp index 87c1871722..d729929d7b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.h index 55155a176a..94a6792833 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingDropZoneWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.cpp index d2b1a8b8fc..6894e5b011 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.h index 56f9466da3..cadcbd9c8a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDockingGhostWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.cpp index 15f371bdaf..b924eb9776 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.h index 4e74d3b410..b9268b6b0b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/FilteredSearchWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.cpp index 0103674a73..60a5477c4d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.h index 8349d645cf..bd354cb878 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/GlobalEventFilter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.cpp index 5b01c6378e..0b2b2d11c3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.h index 4bb8648e72..78d4016bf4 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/HelpButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.cpp index e1f40eefe9..66e7828c70 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.h index 1cd6b8b7b7..10fc683c7a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/InteractiveWindowGeometryChanger.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/O3DEStylesheet.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/O3DEStylesheet.h index aedc192d17..c132976f8a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/O3DEStylesheet.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/O3DEStylesheet.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/RepolishMinimizer.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/RepolishMinimizer.h index 666a25f405..820b0aae91 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/RepolishMinimizer.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/RepolishMinimizer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp index a5952b5dd5..cab77b3c43 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.h index 78aee0a796..145dfd4ef4 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.cpp index 3356955ae7..ef29c05e61 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -1303,6 +1304,10 @@ namespace AzQtComponents } break; + case QStyle::SP_MessageBoxInformation: + return QIcon(QString::fromUtf8(":/stylesheet/img/UI20/Info.svg")); + break; + default: break; } diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.h index 02bc5189aa..702544eea6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Style.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleHelpers.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleHelpers.h index b1c954a4bf..fb1b54151d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleHelpers.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.cpp index aba6cfb623..c7ec4d4c7a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.h index 8fbd662fac..48835db98c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.cpp index 1c1acdc63d..1634e3a369 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.h index 273d930d8b..b80c390166 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyleSheetCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.cpp index 4caa4b1a50..cb2fc5fb13 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.h index 583513789d..0efea2c551 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledBusyLabel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.cpp index c5ae0e475d..1b0ac23a76 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.h index 21a6608643..7cf56e4130 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.cpp index 615e1d5a9d..eef78ade13 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.h index 3adf3bc2a8..4818c2a6d6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDetailsTableView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.cpp index 7c6f8979b1..284242aba9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.h index 6428bdb548..0410e4a270 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.cpp index 92355e03a3..cec6557366 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.h index 7400937593..f27cfbfd75 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledDockWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.cpp index e9228c8c42..16d98bc9d2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h index 73ea93cfbe..717adcb5ba 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.cpp index 1aa9115e4b..9bf77f0f9b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.h index d80ecae2f9..d207686765 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.cpp index b91bac83df..c334bbb59a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.h index f6d43eb54b..220e6d89e3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/StylesheetPreprocessor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.cpp index 2f77f3d379..16341f1efa 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.h index 9ecb0bd4ae..738a169200 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TagSelector.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.cpp index 8f866f4278..fd1b7454f6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.h index 0935a9bf3d..ed4d64c6ec 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.cpp index 2feff22bb3..72617feab6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.h index ab9e0d68be..9c2421d11f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawHandler_win.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.cpp index 8a3fcdcd8e..7da1aff1ac 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.h index c48409b678..2dc7e0d4d6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/TitleBarOverdrawScreenHandler_win.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.cpp index 2e80578ee6..0f1470edb6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.h index 28d366a016..af709ded7a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Titlebar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.cpp index abfce53378..b1ef0a670b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.h index 26135f47ea..6540f1398b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolBarArea.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.cpp index 403279f4fb..d1aa445399 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.h index 698805c2f0..ecbfcbf701 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonComboBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.cpp index d8892495c0..8d0f1c6b9b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.h index e6bf60a461..7edd5a8a47 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonLineEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.cpp index 0c3354e3d4..c8c3fbb378 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.h index a736ba5479..1bf5ce095c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/ToolButtonWithWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.cpp index a202e663a6..bb6e2eb0b3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.h index 2d4aef65c7..ad6dd1a4b7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/VectorEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.cpp index e136282c32..bc339704fe 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.h index b625a2484b..e5de4a2006 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.qss index cc71b0292a..5824d7d3af 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderListView.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.cpp index 13e013dc28..80dc8406c5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.h index 411f76a568..fc285e5334 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/AssetFolderThumbnailView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BaseStyleSheet.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BaseStyleSheet.qss index 894b2921d4..ec663f5e28 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BaseStyleSheet.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BaseStyleSheet.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -123,6 +124,7 @@ QPlainTextEdit:focus @import "LineEdit.qss"; @import "Menu.qss"; @import "MenuBar.qss"; +@import "MessageBox.qss"; @import "ProgressBar.qss"; @import "PushButton.qss"; @import "QDockWidget.qss"; diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.cpp index 7b7c96f6c9..7ea06c0632 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.h index 26a9125a0d..4ecbb59647 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.qss index 581aafa246..476958158a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BreadCrumbs.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.cpp index f6d9c74850..03d2c13f64 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.h index e684bef9fc..3599a0c04a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.qss index 7784c852e0..9676078de1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/BrowseEdit.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.cpp index c2b3fabc3e..a4ab3c5e5d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.h index e6f1dd35e4..f483b3497b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.qss index 230a7b0b74..e344a386d9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Card.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.cpp index bcad9c9c28..57945f6abf 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.h index 1fe000ce42..a9c449627f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardHeader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.cpp index 241cce723d..d9451949ea 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.h index 1b491562b1..18855e5565 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CardNotification.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.cpp index 5f4b72538c..10147a9394 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.h index ed98b430e7..61bdb7c38a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.qss index 45cde77f42..1f7c1d2e6d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/CheckBox.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.cpp index 5abca5e999..c0b090038f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.h index 3992f8d6f0..4958cdf03c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.qss index 20a1d3448e..82fe6a368d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorLabel.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.cpp index bab5044d8f..5a13e8db94 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.h index 9c21ca091f..a81888522f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.qss index b3c1fccb8b..c03431291f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.cpp index dc33ab730c..f150dddbff 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.h index d9a167e059..01949a9f10 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorComponentSliders.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.cpp index 010e44c22c..176443c0cd 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.h index 49e51c232b..4de4e7fcb8 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorController.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.cpp index b92b18826c..c6f20ac82c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.h index b73d0371f9..eac8f1e5c2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorGrid.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.cpp index b77137a24b..54981a6ff5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.h index 2f3667025a..c4be2895e0 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorHexEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.cpp index 23d9ba9ab7..f622d28ea0 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.h index d400cfc599..53357e3377 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorPreview.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.cpp index 61a3bfbe6f..328b5bccbc 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.h index 530fc2beb1..03d683f7e2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorRGBAEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.cpp index 959a49277a..5a14837810 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.h index 68df197191..64d2211ef3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorValidator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.cpp index 8aea7f64be..6923e92ace 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.h index 64072824a1..905d1b55e2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/ColorWarning.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.cpp index 08cc7154c9..edf7c4d3c1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.h index 1448c7c45c..acc414554d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/GammaEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.cpp index 7be0f99e56..04b6a793b7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.h index 155c0c03bd..6e0b656b14 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Palette.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.cpp index 39896bf765..1d7152463c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.h index d39ffc5580..a94336ac3f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCard.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.cpp index f9c88b477d..40b95af321 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.h index 5ee4156ffc..54b70b124c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteCardCollection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.cpp index 0cdd8dccf6..1447a2d3c5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.h index fbb77ecce3..b438df4771 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/PaletteView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.cpp index e39fa749a8..fd315f509c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.h index 38eb64fedb..25b2d57f98 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ColorPicker/Swatch.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.cpp index 0aa6264ce8..84dc971545 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.h index b82904be9e..e983240d57 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.qss index ff553467ab..9887d91c1f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ComboBox.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.cpp index a98cf4ef49..d1b1fa770d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.h index f0a514535f..1d52092ea1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DialogButtonBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.cpp index eb80d73f2e..43357eee6b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.h index f3e6ef52f4..1f8a0a2e1e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/DragAndDrop.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.cpp index 950c4a4029..8ef69c4b56 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.h index 96674b85b4..930c1dfb72 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ElidingLabel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.cpp index f38888f474..c3f2f938a3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.h index 6d241909f4..68627f534a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Eyedropper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/FilteredSearchWidget.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/FilteredSearchWidget.qss index 4498b1b627..f1a4122180 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/FilteredSearchWidget.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/FilteredSearchWidget.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.cpp index 4178d542ef..a1ebd6c16c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.h index ea6dbd65d2..dfa5fe1de7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/GradientSlider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.cpp index 9d84bbfa5e..f6417d3470 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.h index 86cb64ad0a..1ad3cb5071 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Internal/OverlayWidgetLayer.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.cpp index a5adec9423..2c3dacda7a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.h index 7ab2b1efaf..6b340fd842 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.qss index bce318e115..1d08a94a8c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LineEdit.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.cpp index c1ba167354..194e6b7bfa 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.h index 822142fe1d..dbce776d86 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/LogicalTabOrderingWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.cpp index 5e2d61c795..9870587960 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.h index 68e7ab5c29..cec7665c33 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.qss index 67b006d880..28dd2220b6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Menu.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MenuBar.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MenuBar.qss index a69c6a6db5..ac62ffab61 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MenuBar.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MenuBar.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.cpp index 3ab3475954..5c95eb48a4 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.h index aef86f6a5b..30c3e86a79 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.qss new file mode 100644 index 0000000000..64c9a08230 --- /dev/null +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/MessageBox.qss @@ -0,0 +1,22 @@ + +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + + /* correct the padding around the two main labels to give space at the borders */ +QMessageBox QLabel#qt_msgbox_label +{ + padding-top: 20px; + padding-right: 20px; + padding-bottom: 20px; +} + +QMessageBox QLabel#qt_msgboxex_icon_label +{ + padding-left: 20px; + padding-top: 20px; +} diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.cpp index 68616ad9d3..07e70ddc16 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.h index ccf7a5cf62..559946b02d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/OverlayWidget.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.cpp index dba32dd60f..6eebcb12ff 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.h index f1d923354b..88560cb9e6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.qss index 565acd1987..9734079245 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ProgressBar.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.cpp index aa1e242b76..e0831d74ce 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.h index 27ac7e9cd3..a9c131a1be 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.qss index 1752424ff0..d8fb43add9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/PushButton.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/QDockWidget.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/QDockWidget.qss index 79320c9479..76598cae07 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/QDockWidget.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/QDockWidget.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.cpp index ff8c094268..41fa2b1d14 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.h index d28853f5c9..b36c7f88e4 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.qss index 772de7b2e0..b052b02751 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/RadioButton.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ReflectedPropertyEditor.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ReflectedPropertyEditor.qss index b141e1296d..1871bcc6c5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ReflectedPropertyEditor.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ReflectedPropertyEditor.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.cpp index e9a047ced1..ac281a0e1c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.h index cd9533846c..5ec37770fb 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.qss index b586748cad..eaca67b938 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ScrollBar.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.cpp index 2e2119fb68..fe743c169e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.h index fc4c61d6e6..a6aebabc46 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.cpp index 01125774ae..6913dc8ba5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.h index bdb764fd31..3f0455a59a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.qss index 1f7e34bee1..4311fa707a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SegmentControl.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.cpp index 411cddc24d..f5de3c0c30 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.h index ec07d03596..ef8e888b45 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.qss index 9191139607..3cc96d5f25 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.cpp index f8c43a0932..7b818459d6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.h index fa62ded371..7baa386784 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SliderCombo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.cpp index c9a7779b65..fc73f88d1c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.h index cf4269f2b7..cb176d62ae 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.qss index 1261893f90..576d2b7cd8 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/SpinBox.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Splitter.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Splitter.qss index 18b2d81842..79a96b9ffb 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Splitter.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Splitter.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.cpp index df752c3cc2..03f2ec96b7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.h index 227ff35708..6d0217abde 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StatusBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StyledDockWidget.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StyledDockWidget.qss index fce0770ee1..9f292041a8 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StyledDockWidget.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/StyledDockWidget.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.cpp index 7fdbd98640..008560b59c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.h index 946a57187f..928c922446 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.qss index 92b6a68998..fa55bf6d8e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidget.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.cpp index fb60a77091..3a56e500df 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.h index c8b046cda0..e94a255533 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TabWidgetActionToolBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.cpp index 7ecada1c15..725349cb50 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.h index 258b025a51..99fb77c3d8 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.qss index b6dca72ebc..47281eda7e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TableView.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.cpp index 0550703f60..288a3529f4 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.h index eb80711c6a..0049e55898 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.qss index 56b4321c82..51471f2c5e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Text.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TitleBar.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TitleBar.qss index aa3c2f444a..d0329f3344 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TitleBar.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TitleBar.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.cpp index 80bd80d2ef..6dd381b61f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.h index 38f631c9cb..2b32ee7c73 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.qss index 49fea8cad9..2f64f0034d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolBar.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.cpp index 7bad3586a2..df9b20c2d6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.h index 88eb9948fb..ae975a2add 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolTip.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolTip.qss index 7f3150b05c..491a9b145d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolTip.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/ToolTip.qss @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.cpp index 7460070c55..3d0b78ece7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.h index aa59dcb065..8fdcc24a8b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/TreeView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.cpp index 2969685bdc..7acc7ad0d0 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.h index 034b6f39d7..27b4b4c70c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.qss index 0781cba32e..df6a6e30a5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/VectorInput.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/WindowDecorationWrapper.qss b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/WindowDecorationWrapper.qss index c2fbf3c82b..dc6ee52678 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/WindowDecorationWrapper.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/WindowDecorationWrapper.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.cpp index 66f85e7fed..5561ec0c0f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -239,15 +240,51 @@ namespace AzQtComponents // Center within the parent QRect geo = geometry(); + + // If the base size of the guest widget is larger than the screen, + // then we need to resize it so that it will fit by either using + // the minimum size (if one is set), or fallback to the screen size. + if (m_guestWidget) + { + if (auto screen = m_guestWidget->screen()) + { + const QRect screenGeometry = screen->availableGeometry(); + if (geo.width() > screenGeometry.width()) + { + auto guestMinimumWidth = m_guestWidget->minimumWidth(); + if (guestMinimumWidth && guestMinimumWidth <= screenGeometry.width()) + { + geo.setWidth(guestMinimumWidth); + } + else + { + geo.setWidth(screenGeometry.width()); + } + } + if (geo.height() > screenGeometry.height()) + { + auto guestMinimumHeight = m_guestWidget->minimumHeight(); + if (guestMinimumHeight && guestMinimumHeight <= screenGeometry.height()) + { + geo.setHeight(guestMinimumHeight); + } + else + { + geo.setHeight(screenGeometry.height()); + } + } + } + } + geo.moveCenter(parentWindowCenter); - QWindow *w = topLevelWidget->windowHandle(); + QWindow* w = topLevelWidget->windowHandle(); if (!w) { return; } - QScreen *screen = w->screen(); + QScreen* screen = w->screen(); if (!screen) { // defensive, shouldn't happen @@ -660,6 +697,10 @@ namespace AzQtComponents if (!restoreGeometryFromSettings()) { show(); + + // If we failed to restore from settings (the first time this window is loaded), + // then center it on the screen by default + centerOnScreen(this); } } diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.h b/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.h index f7cab3ee77..2bbc86e773 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/WindowDecorationWrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/img/UI20/Cards/menu_ico.svg b/Code/Framework/AzQtComponents/AzQtComponents/Components/img/UI20/Cards/menu_ico.svg index d70293f3a5..236f0f6d7c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/img/UI20/Cards/menu_ico.svg +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/img/UI20/Cards/menu_ico.svg @@ -6,7 +6,7 @@ - + diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Components/resources.qrc b/Code/Framework/AzQtComponents/AzQtComponents/Components/resources.qrc index 20a25f8fcb..909510d63b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Components/resources.qrc +++ b/Code/Framework/AzQtComponents/AzQtComponents/Components/resources.qrc @@ -354,17 +354,17 @@ img/UI20/toolbar/Grid.svg img/UI20/toolbar/Lighting.svg img/UI20/toolbar/Load.svg - img/UI20/toolbar/Local.svg + img/UI20/toolbar/Local.svg img/UI20/toolbar/Locked.svg img/UI20/toolbar/Locked_Status.svg - img/UI20/toolbar/LUA.svg + img/UI20/toolbar/LUA.svg img/UI20/toolbar/Material.svg img/UI20/toolbar/Measure.svg img/UI20/toolbar/Move.svg img/UI20/toolbar/Object_follow_terrain.svg img/UI20/toolbar/Object_height.svg img/UI20/toolbar/Object_list.svg - img/UI20/toolbar/Parent.svg + img/UI20/toolbar/Parent.svg img/UI20/toolbar/particle.svg img/UI20/toolbar/Play.svg img/UI20/toolbar/Redo.svg @@ -385,7 +385,7 @@ img/UI20/toolbar/undo.svg img/UI20/toolbar/Unlocked.svg img/UI20/toolbar/Vertex_snapping.svg - img/UI20/toolbar/World.svg + img/UI20/toolbar/World.svg img/UI20/toolbar/X_axis.svg img/UI20/toolbar/Y_axis.svg img/UI20/toolbar/Z_axis.svg @@ -459,6 +459,7 @@ Widgets/ComboBoxConfig.ini Widgets/Menu.qss Widgets/MenuBar.qss + Widgets/MessageBox.qss Widgets/ProgressBarConfig.ini Widgets/ProgressBar.qss Widgets/PushButton.qss diff --git a/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/MainWindowDragAndDrop.h b/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/MainWindowDragAndDrop.h index b0fbdcc340..3a2e7c838c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/MainWindowDragAndDrop.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/MainWindowDragAndDrop.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/ViewportDragAndDrop.h b/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/ViewportDragAndDrop.h index 4f61e4bf60..78eb9caa42 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/ViewportDragAndDrop.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/DragAndDrop/ViewportDragAndDrop.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.cpp index f8559847f2..6aa6b2c4b9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.h index 82f461fd46..cf0d39aca1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/AssetBrowserFolderPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.cpp index 4e295e9496..b80edbeda5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.h index f82a02016a..06ce8e6392 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BreadCrumbsPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.cpp index 333923c17a..c17b2f8822 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.h index 4ac83af59a..f9a87fa4c2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/BrowseEditPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.cpp index 9a17180c56..a58b9e3f94 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.h index 7b1c3c9dc3..a19d3297ed 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ButtonPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.cpp index 83b4a700db..755b78c4fb 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.h index 8f561c5b33..7b86adda8a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CardPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.cpp index f6d6fc3132..67f27c6eab 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.h index 8ce74f5756..04db59d368 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/CheckBoxPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.cpp index eb0ae43627..baae7b86c7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.h index 187d1a7b24..1c6b4b7105 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorLabelPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.cpp index fa99319953..32960f91e9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.h index 955c896253..1187c973be 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ColorPickerPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.cpp index f53869527d..59773f7540 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.h index e918294fca..f271540949 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComboBoxPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.cpp index e2bf67db76..485803f9ae 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.h index acc8041718..d9815638de 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ComponentDemoWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.cpp index 5f42d5d4a4..6f81b281d1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.h index 3a7b9a6505..cd71674ca4 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/DragAndDropPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ExampleWidget.qss b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ExampleWidget.qss index f084d5c8af..372d9e2799 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ExampleWidget.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ExampleWidget.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.cpp index 11e15ff072..95c572b1e9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.h index 110c525a79..2fd0875670 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FilteredSearchWidgetPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.cpp index 3691ce7750..ab1c6c1821 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.h index f9eda0f274..ce9e1db005 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/FixedStateButton.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.cpp index e1edc85a82..e081fd7db5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.h index 06c97efdd5..c4348e7848 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/GradientSliderPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.cpp index c0cba45898..5c26d662f6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.h index a13469ee8c..4635ce9926 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/HyperlinkPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.cpp index 2489ccfe8d..1640fd7afa 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.h index 9f865b2edb..08b1ff95ff 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/LineEditPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.cpp index 9f21a73f32..bd4d8bdfef 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.h index b2b3fc1dbc..8f83cbbf99 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/MenuPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.cpp index 1459c85ee2..6cd9ff475e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.h index bbf366b0f3..9b6b3ea09f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ProgressIndicatorPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.cpp index 3586ac8bf1..a094c7f376 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.h index 5a4a038497..f93ff685a7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/RadioButtonPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.cpp index ea1d85eee7..7655a2076c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.h index 327a52e600..80c408e908 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ReflectedPropertyEditorPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.cpp index 437bb22e25..ad53832130 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.h index d80839ba36..26c22c0ee7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ScrollBarPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.cpp index c63ce3e614..ed9067a2b0 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.h index de6340f9bb..3cb3ac2983 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SegmentControlPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.cpp index bd92e278cd..1ab5662e22 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.h index b65b5aed36..4c0bf8a3fd 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderComboPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.cpp index c72f8d24fc..ba5df5290f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.h index d67287e20c..c65263f7a0 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SliderPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.cpp index 5026c9679e..0ee5d90d38 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.h index 22f9dff1db..b454ef6c8a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SpinBoxPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.cpp index f35d1a1fab..6624c2ca89 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.h index e4f517834e..053888dd42 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SplitterPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetLabel.qss b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetLabel.qss index c2614fe876..58d9d251b6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetLabel.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetLabel.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.cpp index 258d305f49..9cccedade3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.h index 4a19711300..af8cc88652 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.qss b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.qss index a6f72faa64..93ed1f05f3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetPage.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetView.qss b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetView.qss index ed1fe60922..68e1b147e3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetView.qss +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyleSheetView.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.cpp index e6f15c78d0..6772879ce9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.h index 96473b075f..f64951b1fc 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/StyledDockWidgetPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.cpp index 3425182a3f..d741f1eb15 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.h index 496b0e93db..4159dcdec2 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/SvgLabelPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.cpp index 716c5138f8..9059e910a3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.h index 977cc541ae..e84f34fb98 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TabWidgetPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.cpp index 59a17ec49d..788ba62366 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.h index de7e57eaf4..8422ab07a1 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TableViewPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.cpp index 151e5a503e..58ca3c101b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.h index 5087f94a54..3cc5a2741c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TitleBarPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.cpp index c0836cabb2..f58fff0e59 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.h index ef45e33d51..9b0d453ccd 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToggleSwitchPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.cpp index 78477320a5..a6caa566ba 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.h index 43f5e69d36..f637de229c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/ToolBarPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.cpp index 305ac4801f..0f64206e43 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.h index 36dadbf99b..fa3dbfd87e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TreeViewPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.cpp index e235a862be..455da3a4ea 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.h b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.h index a232f51dd7..963e5bd102 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/TypographyPage.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/main.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/main.cpp index 055b672494..51ca2b349f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Gallery/main.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Gallery/main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Images/Menu/menu.svg b/Code/Framework/AzQtComponents/AzQtComponents/Images/Menu/menu.svg index e97da32e09..117feb534f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Images/Menu/menu.svg +++ b/Code/Framework/AzQtComponents/AzQtComponents/Images/Menu/menu.svg @@ -3,9 +3,9 @@ Buttons / Dropdown button with Icon / no arrow - - - + + + \ No newline at end of file diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/Platform/Linux/platform_linux_files.cmake index c734aa03f6..7f204e5022 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Platform/Linux/platform_linux_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/Platform/Mac/platform_mac_files.cmake index 32e168e1f8..50084d7a1e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Platform/Mac/platform_mac_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/Platform/Windows/platform_windows_files.cmake index 06a45b0701..37d1d0f390 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Platform/Windows/platform_windows_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/AzQtComponents/PropertyEditorStandalone/main.cpp b/Code/Framework/AzQtComponents/AzQtComponents/PropertyEditorStandalone/main.cpp index 0082693c83..ffca99f1d6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/PropertyEditorStandalone/main.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/PropertyEditorStandalone/main.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Tests/AzQtComponentTests.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Tests/AzQtComponentTests.cpp index 141028fd0a..a717ad337e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Tests/AzQtComponentTests.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Tests/AzQtComponentTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Tests/ColorControllerTests.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Tests/ColorControllerTests.cpp index 5ca30016ac..fbd58dcac7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Tests/ColorControllerTests.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Tests/ColorControllerTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Tests/FloatToStringConversionTests.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Tests/FloatToStringConversionTests.cpp index 2d2cf5c73d..da4d8de4cd 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Tests/FloatToStringConversionTests.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Tests/FloatToStringConversionTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Tests/HexParsingTests.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Tests/HexParsingTests.cpp index 0b63470561..41d6c0cfef 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Tests/HexParsingTests.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Tests/HexParsingTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Tests/StyleSheetCacheTests.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Tests/StyleSheetCacheTests.cpp index aa4120f764..ceecc08233 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Tests/StyleSheetCacheTests.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Tests/StyleSheetCacheTests.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/AutoSettingsGroup.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/AutoSettingsGroup.h index b13f12472a..0b68ca0796 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/AutoSettingsGroup.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/AutoSettingsGroup.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.cpp index ef4bc424e9..114bb832d6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.h index 343ccea609..58d8022db7 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ColorUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.cpp index 916694c155..bef41bb487 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -42,19 +43,20 @@ namespace AzQtComponents { const QChar decimalPoint = locale.decimalPoint(); const QChar zeroDigit = locale.zeroDigit(); + const int numToStringDecimals = AZStd::max(numDecimals, 20); - // We want to truncate, not round. toString will round, so we add an extra decimal place to the formatting - // so we can remove the last value - QString retValue = locale.toString(value, 'f', (numDecimals > 0) ? numDecimals + 1 : 0); + // We want to truncate, not round. toString will round, so we add extra decimal places to the formatting + // so we can remove the last values + QString retValue = locale.toString(value, 'f', (numDecimals > 0) ? numToStringDecimals : 0); // Handle special cases when we have decimals in our value if (numDecimals > 0) { - // Truncate the extra digit now, if it's still there + // Truncate the extra digits now, if they're still there int decimalPointIndex = retValue.lastIndexOf(decimalPoint); - if ((decimalPointIndex > 0) && (retValue.size() - (decimalPointIndex + 1)) == (numDecimals + 1)) + if ((decimalPointIndex > 0) && (retValue.size() - (decimalPointIndex + 1)) == numToStringDecimals) { - retValue.resize(retValue.size() - 1); + retValue.resize(retValue.size() - (numToStringDecimals - numDecimals)); } // Remove trailing zeros, since the locale conversion won't do diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.h index 944f95a83e..84e874fc5a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/Conversions.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.cpp index 56f755568b..c210f17136 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.h index 557fff00ae..21991ee5be 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/DesktopUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.cpp index 9ebb3fea9c..ca38489c8b 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.h index 338257d19c..13dd2020d3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/HandleDpiAwareness.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider.h index b2460484e6..0cb5460a3c 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_linux.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_linux.cpp index 5e5e64f5db..c2e4fba26d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_linux.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_mac.mm b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_mac.mm index 6605f3fdab..3a13bb7393 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_mac.mm +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_win.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_win.cpp index 8e013c31a5..0a173cacd9 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_win.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/MouseHider_win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.cpp index 0ab1aefd13..34589de8f8 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.h index f99f6b6bb5..fdc0968cfc 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtPluginPaths.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.cpp index 5ad481df5c..39bb13a492 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.h index 8fc9b498fe..24f259a070 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtViewPaneEffects.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.cpp index a5c029274e..d2534388ae 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.h index 50dedc801d..c761787f0a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_linux.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_linux.cpp index 4e4dfbdeb5..50454d9fc6 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_linux.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_mac.mm b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_mac.mm index 5bbdb8f971..a0b0af7e21 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_mac.mm +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_win.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_win.cpp index ec021e9c4c..6700f45d1f 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_win.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/QtWindowUtilities_win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.cpp index 52a44825a4..0e6a9e82b5 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.h index 430adf7af0..4f5244d42d 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/RandomNumberGenerator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScopedCleanup.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScopedCleanup.h index a0f7348591..5680531b4a 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScopedCleanup.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScopedCleanup.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber.h index 625a4e9fd9..b5bbdb6ade 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_linux.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_linux.cpp index 368a40673e..344faebc32 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_linux.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_mac.mm b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_mac.mm index fc2d27704f..d630d08733 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_mac.mm +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_mac.mm @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_win.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_win.cpp index eccba83221..56d0663f88 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_win.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenGrabber_win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.cpp index 3e82bc2170..7b57d4a151 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.h index 61cc97c6cb..065b917546 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/ScreenUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.cpp index db03e1ef3b..0c1b92cb5e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.h index dc647a3d26..fd54740981 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/SelectionProxyModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.cpp b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.cpp index b025667b8d..abe2b49ea3 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.cpp +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.h b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.h index a0a7c6c9d5..800f0ef56e 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.h +++ b/Code/Framework/AzQtComponents/AzQtComponents/Utilities/TextUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake index cd00aff988..af1a3a9f56 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_files.cmake @@ -1,12 +1,15 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # set(FILES AzQtComponentsAPI.h + Application/AzQtApplication.cpp + Application/AzQtApplication.h Buses/DragAndDrop.h Buses/ShortcutDispatch.h DragAndDrop/MainWindowDragAndDrop.h diff --git a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_gallery_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_gallery_files.cmake index b93c93a823..05eee70f06 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_gallery_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_gallery_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_rpestandalone_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_rpestandalone_files.cmake index 2d2c20574f..28143b6483 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_rpestandalone_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_rpestandalone_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_testing_files.cmake b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_testing_files.cmake index aa0155fd96..2611063305 100644 --- a/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_testing_files.cmake +++ b/Code/Framework/AzQtComponents/AzQtComponents/azqtcomponents_testing_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/CMakeLists.txt b/Code/Framework/AzQtComponents/CMakeLists.txt index d97ad4c59f..dd217a7be2 100644 --- a/Code/Framework/AzQtComponents/CMakeLists.txt +++ b/Code/Framework/AzQtComponents/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/Platform/Common/Default/AzQtComponents/Utilities/HandleDpiAwareness_Default.cpp b/Code/Framework/AzQtComponents/Platform/Common/Default/AzQtComponents/Utilities/HandleDpiAwareness_Default.cpp index 0c035f200d..752edd09c5 100644 --- a/Code/Framework/AzQtComponents/Platform/Common/Default/AzQtComponents/Utilities/HandleDpiAwareness_Default.cpp +++ b/Code/Framework/AzQtComponents/Platform/Common/Default/AzQtComponents/Utilities/HandleDpiAwareness_Default.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/Platform/Linux/AzQtComponents/Components/StyledDockWidget_Linux.cpp b/Code/Framework/AzQtComponents/Platform/Linux/AzQtComponents/Components/StyledDockWidget_Linux.cpp index 8d7d56df96..a27b674a49 100644 --- a/Code/Framework/AzQtComponents/Platform/Linux/AzQtComponents/Components/StyledDockWidget_Linux.cpp +++ b/Code/Framework/AzQtComponents/Platform/Linux/AzQtComponents/Components/StyledDockWidget_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/Platform/Linux/platform_linux.cmake b/Code/Framework/AzQtComponents/Platform/Linux/platform_linux.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzQtComponents/Platform/Linux/platform_linux.cmake +++ b/Code/Framework/AzQtComponents/Platform/Linux/platform_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/Platform/Mac/AzQtComponents/Components/StyledDockWidget_Mac.cpp b/Code/Framework/AzQtComponents/Platform/Mac/AzQtComponents/Components/StyledDockWidget_Mac.cpp index 8d7d56df96..a27b674a49 100644 --- a/Code/Framework/AzQtComponents/Platform/Mac/AzQtComponents/Components/StyledDockWidget_Mac.cpp +++ b/Code/Framework/AzQtComponents/Platform/Mac/AzQtComponents/Components/StyledDockWidget_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/Platform/Mac/platform_mac.cmake b/Code/Framework/AzQtComponents/Platform/Mac/platform_mac.cmake index a09cf33f46..0edf9f5760 100644 --- a/Code/Framework/AzQtComponents/Platform/Mac/platform_mac.cmake +++ b/Code/Framework/AzQtComponents/Platform/Mac/platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Components/StyledDockWidget_Windows.cpp b/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Components/StyledDockWidget_Windows.cpp index 089f7bef9b..1e4cc14ec1 100644 --- a/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Components/StyledDockWidget_Windows.cpp +++ b/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Components/StyledDockWidget_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Utilities/HandleDpiAwareness_Windows.cpp b/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Utilities/HandleDpiAwareness_Windows.cpp index 7e7b45433b..bc9531f5e2 100644 --- a/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Utilities/HandleDpiAwareness_Windows.cpp +++ b/Code/Framework/AzQtComponents/Platform/Windows/AzQtComponents/Utilities/HandleDpiAwareness_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzQtComponents/Platform/Windows/platform_windows.cmake b/Code/Framework/AzQtComponents/Platform/Windows/platform_windows.cmake index 30d3209953..9f75555da0 100644 --- a/Code/Framework/AzQtComponents/Platform/Windows/platform_windows.cmake +++ b/Code/Framework/AzQtComponents/Platform/Windows/platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/AzTest.cpp b/Code/Framework/AzTest/AzTest/AzTest.cpp index 3b1b276eb4..3b809d2c96 100644 --- a/Code/Framework/AzTest/AzTest/AzTest.cpp +++ b/Code/Framework/AzTest/AzTest/AzTest.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/AzTest.h b/Code/Framework/AzTest/AzTest/AzTest.h index f5ea61c035..18e846f9d8 100644 --- a/Code/Framework/AzTest/AzTest/AzTest.h +++ b/Code/Framework/AzTest/AzTest/AzTest.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/ColorizedOutput.cpp b/Code/Framework/AzTest/AzTest/ColorizedOutput.cpp index c8fe3d9aa2..f99225f54d 100644 --- a/Code/Framework/AzTest/AzTest/ColorizedOutput.cpp +++ b/Code/Framework/AzTest/AzTest/ColorizedOutput.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/GemTestEnvironment.cpp b/Code/Framework/AzTest/AzTest/GemTestEnvironment.cpp index 388a315333..dae1683bd5 100644 --- a/Code/Framework/AzTest/AzTest/GemTestEnvironment.cpp +++ b/Code/Framework/AzTest/AzTest/GemTestEnvironment.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/GemTestEnvironment.h b/Code/Framework/AzTest/AzTest/GemTestEnvironment.h index ef28d2b35a..9008c1ab54 100644 --- a/Code/Framework/AzTest/AzTest/GemTestEnvironment.h +++ b/Code/Framework/AzTest/AzTest/GemTestEnvironment.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform.h b/Code/Framework/AzTest/AzTest/Platform.h index 1d8d1dad5c..c56381b245 100644 --- a/Code/Framework/AzTest/AzTest/Platform.h +++ b/Code/Framework/AzTest/AzTest/Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Android.h b/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Android.h index 6e18b1192d..b210fb9b62 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Android.h +++ b/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Android.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Platform.h b/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Platform.h index 1a1fa20b7e..133fce1aa7 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Platform.h +++ b/Code/Framework/AzTest/AzTest/Platform/Android/AzTest_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Android/Platform_Android.cpp b/Code/Framework/AzTest/AzTest/Platform/Android/Platform_Android.cpp index 66c5d3c002..37d6420b0a 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Android/Platform_Android.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Android/Platform_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Android/ScopedAutoTempDirectory_Android.cpp b/Code/Framework/AzTest/AzTest/Platform/Android/ScopedAutoTempDirectory_Android.cpp index d3345a71f6..5f46aef87c 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Android/ScopedAutoTempDirectory_Android.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Android/ScopedAutoTempDirectory_Android.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Android/platform_android.cmake b/Code/Framework/AzTest/AzTest/Platform/Android/platform_android.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Android/platform_android.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Android/platform_android.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Android/platform_android_files.cmake b/Code/Framework/AzTest/AzTest/Platform/Android/platform_android_files.cmake index d870bdd8ab..e0f47c8fa6 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Android/platform_android_files.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Android/platform_android_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ColorizedOutput_Unimplemented.cpp b/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ColorizedOutput_Unimplemented.cpp index a1f3fb9581..b95a162840 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ColorizedOutput_Unimplemented.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ColorizedOutput_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ScopedAutoTempDirectory_Unimplemented.cpp b/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ScopedAutoTempDirectory_Unimplemented.cpp index 76e6da1102..a812c54c09 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ScopedAutoTempDirectory_Unimplemented.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/AzTest/ScopedAutoTempDirectory_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/Platform_Unimplemented.cpp b/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/Platform_Unimplemented.cpp index 3523056884..ea6c6bc5b8 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/Platform_Unimplemented.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Common/Unimplemented/Platform_Unimplemented.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ColorizedOutput_UnixLike.cpp b/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ColorizedOutput_UnixLike.cpp index e2491f73d8..3b732edc05 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ColorizedOutput_UnixLike.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ColorizedOutput_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ScopedAutoTempDirectory_UnixLike.cpp b/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ScopedAutoTempDirectory_UnixLike.cpp index fb57fbec19..4931613395 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ScopedAutoTempDirectory_UnixLike.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Common/UnixLike/AzTest/ScopedAutoTempDirectory_UnixLike.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Common/WinAPI/AzTest/ColorizedOutput_WinAPI.cpp b/Code/Framework/AzTest/AzTest/Platform/Common/WinAPI/AzTest/ColorizedOutput_WinAPI.cpp index 30d68c939e..870189fcfd 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Common/WinAPI/AzTest/ColorizedOutput_WinAPI.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Common/WinAPI/AzTest/ColorizedOutput_WinAPI.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Linux.h b/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Linux.h index c27b22c84d..8b8d87a5b9 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Linux.h +++ b/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Linux.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Platform.h b/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Platform.h index 967a8ef1ac..231a0f83f0 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Platform.h +++ b/Code/Framework/AzTest/AzTest/Platform/Linux/AzTest_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Linux/Platform_Linux.cpp b/Code/Framework/AzTest/AzTest/Platform/Linux/Platform_Linux.cpp index f7deeb656c..e5472f9a9c 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Linux/Platform_Linux.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Linux/Platform_Linux.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux.cmake b/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux.cmake index 8537e6e7a5..9ecf9fd999 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux_files.cmake b/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux_files.cmake index f67015560e..68ca9332c7 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux_files.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Linux/platform_linux_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Mac.h b/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Mac.h index 588ab85f9d..a43c62ac98 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Mac.h +++ b/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Mac.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Platform.h b/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Platform.h index ea0a74900b..e0a9ca9a82 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Platform.h +++ b/Code/Framework/AzTest/AzTest/Platform/Mac/AzTest_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Mac/Platform_Mac.cpp b/Code/Framework/AzTest/AzTest/Platform/Mac/Platform_Mac.cpp index 33b0ed9847..864bc3f52a 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Mac/Platform_Mac.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Mac/Platform_Mac.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac.cmake b/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac.cmake index 8537e6e7a5..9ecf9fd999 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac_files.cmake b/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac_files.cmake index 250d5742ea..3cbe35792c 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac_files.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Mac/platform_mac_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Platform.h b/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Platform.h index f6e96f4a99..be98f09664 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Platform.h +++ b/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Windows.h b/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Windows.h index c9474e4451..3721d8891a 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Windows.h +++ b/Code/Framework/AzTest/AzTest/Platform/Windows/AzTest_Traits_Windows.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Windows/Platform_Windows.cpp b/Code/Framework/AzTest/AzTest/Platform/Windows/Platform_Windows.cpp index 800d2dc8fd..08e86fdc16 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Windows/Platform_Windows.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Windows/Platform_Windows.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/Windows/ScopedAutoTempDirectory_Windows.cpp b/Code/Framework/AzTest/AzTest/Platform/Windows/ScopedAutoTempDirectory_Windows.cpp index 6803bbf3dd..dc4b31c9be 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Windows/ScopedAutoTempDirectory_Windows.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/Windows/ScopedAutoTempDirectory_Windows.cpp @@ -1,13 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include -#include -#include -#include + +#include #include #include diff --git a/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows.cmake b/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows.cmake index 8537e6e7a5..9ecf9fd999 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows_files.cmake b/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows_files.cmake index 5d6e4104a7..656b28a373 100644 --- a/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows_files.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/Windows/platform_windows_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_Platform.h b/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_Platform.h index 0f6d57bd0b..84cc92d53a 100644 --- a/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_Platform.h +++ b/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_Platform.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_iOS.h b/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_iOS.h index 588ab85f9d..a43c62ac98 100644 --- a/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_iOS.h +++ b/Code/Framework/AzTest/AzTest/Platform/iOS/AzTest_Traits_iOS.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/iOS/Platform_iOS.cpp b/Code/Framework/AzTest/AzTest/Platform/iOS/Platform_iOS.cpp index 2054e88b76..c9698aa1b0 100644 --- a/Code/Framework/AzTest/AzTest/Platform/iOS/Platform_iOS.cpp +++ b/Code/Framework/AzTest/AzTest/Platform/iOS/Platform_iOS.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios.cmake b/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios.cmake index 1fe051b062..7a325ca97e 100644 --- a/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios_files.cmake b/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios_files.cmake index 2e39d7b780..64bbc27bc1 100644 --- a/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios_files.cmake +++ b/Code/Framework/AzTest/AzTest/Platform/iOS/platform_ios_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/AzTest/Utils.cpp b/Code/Framework/AzTest/AzTest/Utils.cpp index 681fe413af..0fe701ca5a 100644 --- a/Code/Framework/AzTest/AzTest/Utils.cpp +++ b/Code/Framework/AzTest/AzTest/Utils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/Utils.h b/Code/Framework/AzTest/AzTest/Utils.h index 9d80b96d36..fc3dbdd13c 100644 --- a/Code/Framework/AzTest/AzTest/Utils.h +++ b/Code/Framework/AzTest/AzTest/Utils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzTest/AzTest/aztest_files.cmake b/Code/Framework/AzTest/AzTest/aztest_files.cmake index 519ed51ba4..9a9b085337 100644 --- a/Code/Framework/AzTest/AzTest/aztest_files.cmake +++ b/Code/Framework/AzTest/AzTest/aztest_files.cmake @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzTest/CMakeLists.txt b/Code/Framework/AzTest/CMakeLists.txt index 34a8dacdb4..95e444a1e9 100644 --- a/Code/Framework/AzTest/CMakeLists.txt +++ b/Code/Framework/AzTest/CMakeLists.txt @@ -1,6 +1,7 @@ # -# Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. -# +# Copyright (c) Contributors to the Open 3D Engine Project. +# For complete copyright and license terms please see the LICENSE at the root of this distribution. +# # SPDX-License-Identifier: Apache-2.0 OR MIT # # diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/AssetDatabaseBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/AssetDatabaseBus.h index c3554ea50c..e0c4c5b05c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/AssetDatabaseBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/AssetDatabaseBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntityObjectBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntityObjectBus.h index ab7e4be2dd..c228fc9cb0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntityObjectBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntityObjectBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntitySelectionBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntitySelectionBus.h index 5502df4226..64cae9ca3d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntitySelectionBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ComponentEntitySelectionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAnimationSystemRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAnimationSystemRequestBus.h index 1a785a6309..0975b57625 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAnimationSystemRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAnimationSystemRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAssetSystemAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAssetSystemAPI.h index 5ff1bbeb6a..b505760c0f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAssetSystemAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorAssetSystemAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.cpp index c68e04d402..fdfaaca7b6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.h index 0b1dc1a51d..60d19dfd85 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorCameraBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -101,7 +102,7 @@ namespace Camera using EditorCameraNotificationBus = AZ::EBus; /** - * This bus is for requesting any camera-view-related changes + * This bus is for requesting any camera-view-related changes or information */ class EditorCameraViewRequests : public AZ::ComponentBus { @@ -114,6 +115,11 @@ namespace Camera * Sets this camera as the active view in the scene, otherwise restores the default editor camera if it was already active */ virtual void ToggleCameraAsActiveView() = 0; + + /** + * Gets the camera state associated with this view. + */ + virtual bool GetCameraState(AzFramework::CameraState& cameraState) = 0; }; using EditorCameraViewRequestBus = AZ::EBus; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorEntityAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorEntityAPI.h index b3fb4d578c..f2808eb0e7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorEntityAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorEntityAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorLevelNotificationBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorLevelNotificationBus.h index d2aa632b57..51aa14a98a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorLevelNotificationBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorLevelNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonConsoleBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonConsoleBus.h index 51aecbd8e7..e6369dc74a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonConsoleBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonConsoleBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -63,6 +64,9 @@ namespace AzToolsFramework //! Signal the Python handler to stop virtual bool StopPython(bool silenceWarnings = false) = 0; + //! Query to determine if the Python VM has been initialized indicating an active state + virtual bool IsPythonActive() = 0; + //! Determines if the caller needs to wait for the Python VM to initialize (non-main thread only) virtual void WaitForInitialization() {} diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonRunnerRequestsBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonRunnerRequestsBus.h index 1a3631a9b5..6a53217312 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonRunnerRequestsBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonRunnerRequestsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -34,11 +35,12 @@ namespace AzToolsFramework [[maybe_unused]] AZStd::string_view filename, [[maybe_unused]] const AZStd::vector& args) {} //! executes a Python script as a test - virtual void ExecuteByFilenameAsTest( + virtual bool ExecuteByFilenameAsTest( [[maybe_unused]] AZStd::string_view filename, [[maybe_unused]] AZStd::string_view testCase, [[maybe_unused]] const AZStd::vector& args) { + return false; } }; using EditorPythonRunnerRequestBus = AZ::EBus; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonScriptNotificationsBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonScriptNotificationsBus.h index 93c94c37db..770b932f91 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonScriptNotificationsBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorPythonScriptNotificationsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorVegetationRequestsBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorVegetationRequestsBus.h index f86c21c9c8..d8d4c37f01 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorVegetationRequestsBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorVegetationRequestsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorViewportIconDisplayInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorViewportIconDisplayInterface.h index 805b188abf..7fffd5c6c4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorViewportIconDisplayInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorViewportIconDisplayInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorWindowRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorWindowRequestBus.h index 03bb76b03a..f270cd90dd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorWindowRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EditorWindowRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -36,8 +37,47 @@ namespace AzToolsFramework /// Retrieve the main application window. virtual QWidget* GetAppMainWindow() { return nullptr; } }; - using EditorWindowRequestBus = AZ::EBus; + + class EditorWindowUIRequests : public AZ::EBusTraits + { + public: + using Bus = AZ::EBus; + + ////////////////////////////////////////////////////////////////////////// + // EBusTraits overrides + static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple; + ////////////////////////////////////////////////////////////////////////// + + /// Enable/Disable the Editor UI. + virtual void SetEditorUiEnabled([[maybe_unused]] bool enable) {} + }; + using EditorWindowUIRequestBus = AZ::EBus; + + using EnableUiFunction = AZStd::function; + + /// Helper for EditorWindowRequests to be used as a + /// member instead of inheriting from EBus directly. + class EditorWindowRequestBusImpl + : public EditorWindowUIRequestBus::Handler + { + public: + /// Set the function to be called when entering ImGui Mode. + void SetEnableEditorUiFunc(const EnableUiFunction enableEditorUiFunc) + { + m_enableEditorUiFunc = AZStd::move(enableEditorUiFunc); + } + + private: + // EditorWindowRequestBus + void SetEditorUiEnabled( [[maybe_unused]] bool enable) override + { + m_enableEditorUiFunc(enable); + } + + EnableUiFunction m_enableEditorUiFunc; ///< Function to call when entering ImGui Mode. + }; + } // namespace AzToolsFramework #endif // AZTOOLSFRAMEWORK_EDITORWINDOWREQUESTBUS_H diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionNotificationBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionNotificationBus.h index 122c692d94..f44ccb2806 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionNotificationBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionRequestBus.h index a8125a23e9..fd7ab10751 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityCompositionRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityPropertyEditorRequestsBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityPropertyEditorRequestsBus.h index e491f4835b..ab8195d7ba 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityPropertyEditorRequestsBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/EntityPropertyEditorRequestsBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ToolsApplicationAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ToolsApplicationAPI.h index db78866f2e..0ba10d7388 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ToolsApplicationAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ToolsApplicationAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ViewPaneOptions.h b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ViewPaneOptions.h index 9583312f66..a05a57e138 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/API/ViewPaneOptions.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/API/ViewPaneOptions.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.cpp index fd6ca3d845..ce50fc7e00 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.h index b1c4b47886..f74b971512 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/EditorEntityManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.cpp index 898b4ca02e..baf88c0b71 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.h index 355a3f4c1c..93902a3147 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/Ticker.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.cpp index 95f13dc649..970f5aa28c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.h index 96277bd1b5..e95b306d43 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Application/ToolsApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveAPI.h index 81bfe60c8d..fa8c2c14ff 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.cpp index 0bbf3ea33c..2a09ba0471 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.h index 9da8c5db23..fc344fc5a6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/ArchiveComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.cpp index c7c23d8075..f82724a721 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.h index 9ad465ec25..2023490351 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Archive/NullArchiveComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.cpp index aa9528efd8..99d53f6c62 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.h index dff21bd456..ed01c17280 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetBundler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.cpp index 0b692a0ccf..0dca9df2d3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.h index 3de92d91db..38bee8a1e5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetDebugInfo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.cpp index 3b06a1e249..313106ed2e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.h index 9d68f26f19..732a9c3d01 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetProcessorMessages.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.cpp index a17de15b46..1e095b47a1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.cpp @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.h index 0eb7c95906..ea0aecf1f3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSeedManager.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.cpp index cf96a624fb..5a1e491b01 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" - #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.h index d419962259..4774b96be4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.cpp index 69bebf6600..69ee4e6188 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.h index ed4e67222b..39aab4d3fb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Asset/AssetUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -16,6 +17,9 @@ class QString; namespace AzToolsFramework::AssetUtils { + static constexpr const char* AssetImporterSettingsKey{ "/O3DE/SceneAPI/AssetImporter" }; + static constexpr const char* AssetImporterSupportedFileTypeKey{ "SupportedFileTypeExtensions" }; + //! Reads the "/Amazon/AssetProcessor/Settings/Platforms" entry from the settings registry //! to retrieve all enabled platforms void ReadEnabledPlatformsFromSettingsRegistry(AZ::SettingsRegistryInterface& settingsRegistry, diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.h index 97a6e158be..54fd142e76 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.inl index b06419522f..0e56a1fdeb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserBus.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.cpp index 14038069dd..483faf03c2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.h index 12e2f81a3d..3d9dc356de 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserEntry.h index 76fa850163..221062671f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.cpp index bae0adf86b..c729ac4d6f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.h index e4362a4d7a..2b91158f0e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserFilterModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.cpp index 33894c89d0..f0e1520aab 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.h index b303c229f8..c46b73417c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserSourceDropBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserSourceDropBus.h index c5dedfa778..71a0e8803a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserSourceDropBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserSourceDropBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.cpp index 707dfddadf..efa47e600d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.h index bc22e22e5c..abc3bf315b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetBrowserTableModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChange.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChange.h index e9b2b55625..9a51128ebf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChange.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChange.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.cpp index b3dc27fadf..da2c1c326a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.h index 4f4ad82a31..4b94af7018 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetEntryChangeset.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.cpp index 9411424f0e..11e1ba018f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.h index 04890ede72..89eca2f4e3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetPicker/AssetPickerDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.cpp index 7d7c0907c1..3547cf57b3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.h index 56e48ce9d3..4036c166ac 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/AssetSelectionModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/EBusFindAssetTypeByName.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/EBusFindAssetTypeByName.h index 24df133c3f..52ea487ff6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/EBusFindAssetTypeByName.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/EBusFindAssetTypeByName.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.cpp index 1007ad280d..754ab2495f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -209,12 +210,12 @@ namespace AzToolsFramework const AZStd::string& AssetBrowserEntry::GetRelativePath() const { - return m_relativePath; + return m_relativePath.Native(); } const AZStd::string& AssetBrowserEntry::GetFullPath() const { - return m_fullPath; + return m_fullPath.Native(); } const AssetBrowserEntry* AssetBrowserEntry::GetChild(int index) const diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.h index e061e7fc77..b272567dd2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -9,6 +10,7 @@ #if !defined(Q_MOC_RUN) #include #include +#include #include #include @@ -132,8 +134,8 @@ namespace AzToolsFramework AZStd::string m_name; QString m_displayName; QString m_displayPath; - AZStd::string m_relativePath; - AZStd::string m_fullPath; + AZ::IO::Path m_relativePath; + AZ::IO::Path m_fullPath; AZStd::vector m_children; AssetBrowserEntry* m_parentAssetEntry = nullptr; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.inl index 99ad927a88..52e8341180 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntry.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.cpp index fe0cc0ec43..62bd9ea8f4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.h index 6c73002f42..e2929c0d3e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/AssetBrowserEntryCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.cpp index f14420a355..6776a24184 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -37,9 +38,9 @@ namespace AzToolsFramework void FolderAssetBrowserEntry::UpdateChildPaths(AssetBrowserEntry* child) const { - child->m_relativePath = m_relativePath + AZ_CORRECT_DATABASE_SEPARATOR + child->m_name; + child->m_relativePath = m_relativePath / child->m_name; child->m_displayPath = QString::fromUtf8(child->m_relativePath.c_str()); - child->m_fullPath = m_fullPath + AZ_CORRECT_DATABASE_SEPARATOR + child->m_name; + child->m_fullPath = m_fullPath / child->m_name; AssetBrowserEntry::UpdateChildPaths(child); } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.h index f86513d16b..3519465c21 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/FolderAssetBrowserEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.cpp index 58431f1767..58bdce729a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.h index 9ae1593a45..6a1203bfcb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/ProductAssetBrowserEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.cpp index 4708d9def8..2cfb7259b6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,6 +11,7 @@ #include #include +#include #include #include @@ -24,8 +26,6 @@ namespace AzToolsFramework { namespace AssetBrowser { - const char* GEMS_FOLDER_NAME = "Gems"; - RootAssetBrowserEntry::RootAssetBrowserEntry() : AssetBrowserEntry() { @@ -53,13 +53,7 @@ namespace AzToolsFramework EntryCache::GetInstance()->Clear(); m_enginePath = enginePath; - - // there is no "Gems" scan folder registered in db, create one manually - auto gemFolder = aznew FolderAssetBrowserEntry(); - gemFolder->m_name = m_enginePath + AZ_CORRECT_DATABASE_SEPARATOR + GEMS_FOLDER_NAME; - gemFolder->m_displayName = GEMS_FOLDER_NAME; - gemFolder->m_isGemsFolder = true; - AddChild(gemFolder); + m_fullPath = enginePath; } bool RootAssetBrowserEntry::IsInitialUpdate() const @@ -80,8 +74,17 @@ namespace AzToolsFramework if (AZ::IO::FileIOBase::GetInstance()->IsDirectory(scanFolderDatabaseEntry.m_scanFolder.c_str())) { - const auto scanFolder = CreateFolders(scanFolderDatabaseEntry.m_scanFolder.c_str(), this); - scanFolder->m_displayName = QString::fromUtf8(scanFolderDatabaseEntry.m_displayName.c_str()); + const auto scanFolder = CreateFolders(scanFolderDatabaseEntry.m_scanFolder, this); + // Append an "[External]" to the display if the Scan Folder is NOT relative to the Engine Root path + if (!AZ::IO::PathView(scanFolderDatabaseEntry.m_scanFolder).IsRelativeTo(m_enginePath)) + { + scanFolder->m_displayName += " [External]"; + } + else + { + scanFolder->m_displayName = QString::fromUtf8(scanFolderDatabaseEntry.m_displayName.c_str()); + } + EntryCache::GetInstance()->m_scanFolderIdMap[scanFolderDatabaseEntry.m_scanFolderID] = scanFolder; } } @@ -121,38 +124,34 @@ namespace AzToolsFramework return; } - const char* filePath = fileDatabaseEntry.m_fileName.c_str(); + AZ::IO::FixedMaxPath absoluteFilePath = AZ::IO::FixedMaxPath(AZStd::string_view{ scanFolder->GetFullPath() }) + / fileDatabaseEntry.m_fileName.c_str(); AssetBrowserEntry* file; // file can be either folder or actual file if (fileDatabaseEntry.m_isFolder) { - file = CreateFolders(filePath, scanFolder); + file = CreateFolders(absoluteFilePath.Native(), scanFolder); } else { - AZStd::string sourcePath; - AZStd::string sourceName; - AZStd::string sourceExtension; - StringFunc::Path::Split(filePath, nullptr, &sourcePath, &sourceName, &sourceExtension); // if missing create folders leading to file's location and get immediate parent // (we don't need to have fileIds for any folders created yet, they will be added later) - auto parent = CreateFolders(sourcePath.c_str(), scanFolder); + auto parent = CreateFolders(absoluteFilePath.ParentPath().Native(), scanFolder); // for simplicity in AB, files are represented as sources, but they are missing SourceDatabaseEntry-specific information such as SourceUuid auto source = aznew SourceAssetBrowserEntry(); - source->m_name = (sourceName + sourceExtension).c_str(); + source->m_name = absoluteFilePath.Filename().Native(); source->m_fileId = fileDatabaseEntry.m_fileID; source->m_displayName = QString::fromUtf8(source->m_name.c_str()); source->m_scanFolderId = fileDatabaseEntry.m_scanFolderPK; - source->m_extension = sourceExtension.c_str(); + source->m_extension = absoluteFilePath.Extension().Native(); parent->AddChild(source); file = source; } EntryCache::GetInstance()->m_fileIdMap[fileDatabaseEntry.m_fileID] = file; - AZStd::string fullPath = file->m_fullPath; - AzFramework::StringFunc::Path::Normalize(fullPath); - EntryCache::GetInstance()->m_absolutePathToFileId[fullPath] = fileDatabaseEntry.m_fileID; + AZStd::string filePath = AZ::IO::PathView(file->m_fullPath).LexicallyNormal().String(); + EntryCache::GetInstance()->m_absolutePathToFileId[filePath] = fileDatabaseEntry.m_fileID; } bool RootAssetBrowserEntry::RemoveFile(const AZ::s64& fileId) const @@ -308,116 +307,95 @@ namespace AzToolsFramework } } - FolderAssetBrowserEntry* RootAssetBrowserEntry::CreateFolder(const char* folderName, AssetBrowserEntry* parent) + AssetBrowserEntry* RootAssetBrowserEntry::GetNearestAncestor(AZ::IO::PathView absolutePathView, AssetBrowserEntry* parent, + AZStd::unordered_set& visitedSet) + { + auto IsPathRelativeToEntry = [absolutePathView](AssetBrowserEntry* assetBrowserEntry) + { + auto& childPath = assetBrowserEntry->m_fullPath; + return absolutePathView.IsRelativeTo(AZ::IO::PathView(childPath)); + }; + + if (visitedSet.contains(parent)) + { + return {}; + } + + visitedSet.insert(parent); + + AssetBrowserEntry* nearestAncestor{}; + for (AssetBrowserEntry* childBrowserEntry : parent->m_children) + { + if (IsPathRelativeToEntry(childBrowserEntry)) + { + // Walk the AssetBrowserEntry Tree looking for a nearer ancestor to the absolute path + // If one is not found in the recursive call to GetNearestAncestor, then the childBrowserEntry + // is the current best candidate + AssetBrowserEntry* candidateAncestor = GetNearestAncestor(absolutePathView, childBrowserEntry, visitedSet); + candidateAncestor = candidateAncestor != nullptr ? candidateAncestor : childBrowserEntry; + AZ::IO::PathView candidatePathView(candidateAncestor->m_fullPath); + // If the candidate is relative to the current nearest ancestor, then it is even nearer to the path + if (!nearestAncestor || candidatePathView.IsRelativeTo(nearestAncestor->m_fullPath)) + { + nearestAncestor = candidateAncestor; + // If the full path compares equal to the AssetBrowserEntry path, then no need to proceed any further + if (AZ::IO::PathView(nearestAncestor->m_fullPath) == absolutePathView) + { + break; + } + } + } + } + + return nearestAncestor; + } + + FolderAssetBrowserEntry* RootAssetBrowserEntry::CreateFolder(AZStd::string_view folderName, AssetBrowserEntry* parent) { auto it = AZStd::find_if(parent->m_children.begin(), parent->m_children.end(), [folderName](AssetBrowserEntry* entry) - { - if (!azrtti_istypeof(entry)) - { - return false; - } - return AzFramework::StringFunc::Equal(entry->m_name.c_str(), folderName); - }); + { + if (!azrtti_istypeof(entry)) + { + return false; + } + return AZ::IO::PathView(entry->m_name) == AZ::IO::PathView(folderName); + }); if (it != parent->m_children.end()) { return azrtti_cast(*it); } const auto folder = aznew FolderAssetBrowserEntry(); folder->m_name = folderName; - folder->m_displayName = folderName; + folder->m_displayName = QString::fromUtf8(folderName.data(), aznumeric_caster(folderName.size())); parent->AddChild(folder); return folder; } - AssetBrowserEntry* RootAssetBrowserEntry::CreateFolders(const char* relativePath, AssetBrowserEntry* parent) + AssetBrowserEntry* RootAssetBrowserEntry::CreateFolders(AZStd::string_view absolutePath, AssetBrowserEntry* parent) { - auto children(parent->m_children); - int n = 0; + AZ::IO::PathView absolutePathView(absolutePath); + // Find the nearest ancestor path to the absolutePath + AZStd::unordered_set visitedSet; - // check if folder with the same name already exists - // step through every character in relativePath and compare to each child's relative path of suggested parent - // if a character @n in child's rel path mismatches character at n in relativePath, remove that child from further search - while (!children.empty() && relativePath[n]) + if (AssetBrowserEntry* nearestAncestor = GetNearestAncestor(absolutePathView, parent, visitedSet); + nearestAncestor != nullptr) { - AZStd::vector toRemove; - for (auto child : children) - { - auto& childPath = azrtti_istypeof(parent) ? child->m_fullPath : child->m_relativePath; - - // child's path mismatched, remove it from search candidates - if (childPath.length() == n || childPath[n] != relativePath[n]) - { - toRemove.push_back(child); - - // it is possible that child may be a closer parent, substitute it as new potential parent - // e.g. child->m_relativePath = 'Gems', relativePath = 'Gems/Assets', old parent = root, new parent = Gems - if (childPath.length() == n && relativePath[n] == AZ_CORRECT_DATABASE_SEPARATOR) - { - parent = child; - relativePath += n; // advance relative path n characters since the parent has changed - n = 0; // Once the relative path pointer is advanced, reset n - } - } - } - for (auto entry : toRemove) - { - children.erase(AZStd::remove(children.begin(), children.end(), entry), children.end()); - } - n++; + parent = nearestAncestor; } - // filter out the remaining children that don't end with '/' or '\0' - // for example if folderName = "foo", while children may still remain with names like "foo123", - // which is not the same folder - AZStd::vector toRemove; - for (auto child : children) + // If the nearest ancestor is the absolutePath, then it is already crated + if (absolutePathView == AZ::IO::PathView(parent->GetFullPath())) { - auto& childPath = azrtti_istypeof(parent) ? child->m_fullPath : child->m_relativePath; - // check if there are non-null characters remaining @n - if (childPath.length() > n) - { - toRemove.push_back(child); - } - } - for (auto entry : toRemove) - { - children.erase(AZStd::remove(children.begin(), children.end(), entry), children.end()); + return parent; } - // at least one child remains, this means the folder with this name already exists, return it - if (!children.empty()) + // create all missing folders + auto proximateToPath = absolutePathView.IsRelativeTo(parent->m_fullPath) + ? absolutePathView.LexicallyProximate(parent->m_fullPath) + : AZ::IO::FixedMaxPath(absolutePathView); + for (AZ::IO::FixedMaxPath scanFolderSegment : proximateToPath) { - parent = children.front(); - } - // if it's a scanfolder, then do not create folders leading to it - // e.g. instead of 'C:\dev\SampleProject' just create 'SampleProject' - else if (parent->GetEntryType() == AssetEntryType::Root) - { - AZStd::string folderName; - AzFramework::StringFunc::Path::Split(relativePath, nullptr, nullptr, &folderName); - parent = CreateFolder(folderName.c_str(), parent); - parent->m_fullPath = relativePath; - } - // otherwise create all missing folders - else - { - n = 0; - AZStd::string folderName(strlen(relativePath) + 1, '\0'); - // iterate through relativePath until the first '/' - while (relativePath[n] && relativePath[n] != AZ_CORRECT_DATABASE_SEPARATOR) - { - folderName[n] = relativePath[n]; - n++; - } - if (n > 0) - { - parent = CreateFolder(folderName.c_str(), parent); - } - // n+1 also skips the '/' character - if (relativePath[n] && relativePath[n + 1]) - { - parent = CreateFolders(relativePath + n + 1, parent); - } + parent = CreateFolder(scanFolderSegment.c_str(), parent); } return parent; } @@ -425,7 +403,7 @@ namespace AzToolsFramework void RootAssetBrowserEntry::UpdateChildPaths(AssetBrowserEntry* child) const { child->m_relativePath = child->m_name; - child->m_fullPath = child->m_name; + child->m_fullPath = m_fullPath / child->m_name; AssetBrowserEntry::UpdateChildPaths(child); } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.h index 883f9dec01..d765d4e1e5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/RootAssetBrowserEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,6 +9,7 @@ #include #include +#include #include #include @@ -77,12 +79,15 @@ namespace AzToolsFramework private: AZ_DISABLE_COPY_MOVE(RootAssetBrowserEntry); - AZStd::string m_enginePath; + AZ::IO::Path m_enginePath; //! Create folder entry child - FolderAssetBrowserEntry* CreateFolder(const char* folderName, AssetBrowserEntry* parent); - //! Recursively create folder structure leading to relative path from parent - AssetBrowserEntry* CreateFolders(const char* relativePath, AssetBrowserEntry* parent); + FolderAssetBrowserEntry* CreateFolder(AZStd::string_view folderName, AssetBrowserEntry* parent); + //! Recursively create folder structure leading to path from parent + AssetBrowserEntry* CreateFolders(AZStd::string_view absolutePath, AssetBrowserEntry* parent); + // Retrieves the nearest ancestor AssetBrowserEntry from the absolutePath + static AssetBrowserEntry* GetNearestAncestor(AZ::IO::PathView absolutePath, AssetBrowserEntry* parent, + AZStd::unordered_set& visitedSet); bool m_isInitialUpdate = false; }; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.cpp index e45c234c92..64801b1a44 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -26,9 +27,7 @@ namespace AzToolsFramework if (EntryCache* cache = EntryCache::GetInstance()) { cache->m_fileIdMap.erase(m_fileId); - AZStd::string fullPath = m_fullPath; - AzFramework::StringFunc::Path::Normalize(fullPath); - cache->m_absolutePathToFileId.erase(fullPath); + cache->m_absolutePathToFileId.erase(m_fullPath.LexicallyNormal().Native()); if (m_sourceId != -1) { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.h index 4b588454f9..c7b4134f33 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Entries/SourceAssetBrowserEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.cpp index 6d143b3a25..a8e5ecbf72 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.h index 5cffa7abea..7cb1dfd27d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/EmptyPreviewer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.cpp index 23878826d2..066d067e3c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.h index e0c6f33182..e25a9a0439 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/Previewer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerBus.h index 742389ea56..58e3de8887 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFactory.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFactory.h index bc09e6cdcd..db2166b498 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFactory.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFactory.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.cpp index ebf72ab2a6..9826fdd2ae 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.h index 5251b05811..15d4341f65 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Previewer/PreviewerFrame.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.cpp index 1b9396a3fa..3f267dedd0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.h index e31c551330..5819ae92d7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/Filter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.cpp index a5c2d2e808..364139d5c1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.h index e7df3b9641..135eebfca8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/FilterByWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.cpp index f1385fa2f1..d8af009851 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.h index ec48d1b147..b4fd0994cd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchAssetTypeSelectorWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.cpp index 898cce9415..fb2ea82720 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.h index 2dd9c1d707..7165726a00 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchParametersWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.cpp index 0ec27ff6c6..7baf8e59ff 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.h index b256e81496..5f36d7946e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Search/SearchWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/SortFilterProxyModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/SortFilterProxyModel.cpp index 3b499465cf..d41bfe6e3b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/SortFilterProxyModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/SortFilterProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/AssetBrowserProductThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/AssetBrowserProductThumbnail.cpp index 24c9158f18..8f042d2648 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/AssetBrowserProductThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/AssetBrowserProductThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.cpp index 0ac2127244..cc3b8b457b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.h index 93b2e0a6fa..14c2e9d47e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/FolderThumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.cpp index 8cae683848..5dd0cf5170 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.h index a6dd416c12..a269eb3ddc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/ProductThumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.cpp index bc30021baf..a5206c9608 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.h index 232a94778f..ae42cd9bb3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Thumbnails/SourceThumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.cpp index b814f17715..7e2b0859a6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.h index 920441bd26..843df1660f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserFolderWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.cpp index 60efe03146..940d64fe94 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.h index cfc740b97b..e5426037bf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTableView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.cpp index 9db1e2e170..146eab9073 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -222,6 +223,21 @@ namespace AzToolsFramework void AssetBrowserTreeView::UpdateAfterFilter(bool hasFilter, bool selectFirstValidEntry) { + const QModelIndexList& selectedIndexes = selectionModel()->selectedRows(); + + // If we've cleared the filter but had something selected, ensure it stays selected and visible. + if (!hasFilter && !selectedIndexes.isEmpty()) + { + QModelIndex curIndex = selectedIndexes[0]; + m_expandToEntriesByDefault = true; + m_treeStateSaver->ApplySnapshot(); + + setCurrentIndex(curIndex); + scrollTo(curIndex); + + return; + } + // Flag our default expansion state so that we expand down to source entries after filtering m_expandToEntriesByDefault = hasFilter; // Then ask our state saver to apply its current snapshot again, falling back on asking us if entries should be expanded or not diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.h index c0af7996cd..cae50efe17 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/AssetBrowserTreeView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.cpp index e70ae248b3..29324c612c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.h index 8b3bcd5b49..643bedec7c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBrowser/Views/EntryDelegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleAPI.h index 3f65ee380b..01607ec3ba 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.cpp index a21bba0add..ee3669a7ba 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.h index adc810f969..307777cc1b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetBundle/AssetBundleComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.cpp index d0a0852ecb..a0e21ad589 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.h index e1da359576..a7a19d6d2f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogBus.h index 0094d3ef64..3ea2b0f77d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.cpp index d10ade0aa8..2290c36eb0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.h index ffd2020a9a..7b5527b27d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetCatalog/PlatformAddressedAssetCatalogManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.cpp index 4485b0fc5e..7daf573c99 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include @@ -850,6 +850,32 @@ namespace AzToolsFramework "SELECT * FROM ProductDependencies WHERE UnresolvedPath LIKE \":%\""; static const auto s_queryProductDependencyExclusions = MakeSqlQuery(GET_PRODUCT_DEPENDENCY_EXCLUSIONS, GET_PRODUCT_DEPENDENCY_EXCLUSIONS_STATEMENT, LOG_NAME); + static const char* CREATE_UNRESOLVED_PRODUCT_DEPENDENCIES_TEMP_TABLE = + "AssetProcessor::CreateUnresolvedProductDependenciesTempTable"; + static const char* CREATE_UNRESOLVED_PRODUCT_DEPENDENCIES_TEMP_TABLE_STATEMENT = + "CREATE TEMPORARY TABLE QueryProductDependenciesUnresolvedAdvanced(search)"; + static const auto s_createUnresolvedProductDependenciesTempTable = MakeSqlQuery( + CREATE_UNRESOLVED_PRODUCT_DEPENDENCIES_TEMP_TABLE, CREATE_UNRESOLVED_PRODUCT_DEPENDENCIES_TEMP_TABLE_STATEMENT, LOG_NAME); + + static const char* INSERT_PRODUCT_DEPENDENCY_TEMP_TABLE_VALUES = "AssetProcessor::InsertProductDependencyTempTableValues"; + static const char* INSERT_PRODUCT_DEPENDENCY_TEMP_TABLE_VALUES_STATEMENT = + "INSERT INTO QueryProductDependenciesUnresolvedAdvanced VALUES (:filename)"; + static const auto s_queryInsertProductDependencyTempTableValues = MakeSqlQuery( + INSERT_PRODUCT_DEPENDENCY_TEMP_TABLE_VALUES, + INSERT_PRODUCT_DEPENDENCY_TEMP_TABLE_VALUES_STATEMENT, + LOG_NAME, + SqlParam(":filename")); + + static const char* GET_UNRESOLVED_PRODUCT_DEPENDENCIES_USING_TEMP_TABLE = + "AssetProcessor::GetUnresolvedProductDependenciesUsingTempTable"; + static const char* GET_UNRESOLVED_PRODUCT_DEPENDENCIES_USING_TEMP_TABLE_STATEMENT = + "SELECT * FROM ProductDependencies INNER JOIN QueryProductDependenciesUnresolvedAdvanced " + "ON (UnresolvedPath LIKE \"%*%\" AND search LIKE REPLACE(UnresolvedPath, \"*\", \"%\")) OR search = UnresolvedPath"; + static const auto s_queryGetUnresolvedProductDependenciesUsingTempTable = MakeSqlQuery( + GET_UNRESOLVED_PRODUCT_DEPENDENCIES_USING_TEMP_TABLE, + GET_UNRESOLVED_PRODUCT_DEPENDENCIES_USING_TEMP_TABLE_STATEMENT, + LOG_NAME); + // lookup by primary key static const char* QUERY_FILE_BY_FILEID = "AzToolsFramework::AssetDatabase::QueryFileByFileID"; static const char* QUERY_FILE_BY_FILEID_STATEMENT = @@ -1814,6 +1840,9 @@ namespace AzToolsFramework AddStatement(m_databaseConnection, s_queryAllProductdependencies); AddStatement(m_databaseConnection, s_queryUnresolvedProductDependencies); AddStatement(m_databaseConnection, s_queryProductDependencyExclusions); + AddStatement(m_databaseConnection, s_createUnresolvedProductDependenciesTempTable); + AddStatement(m_databaseConnection, s_queryInsertProductDependencyTempTableValues); + AddStatement(m_databaseConnection, s_queryGetUnresolvedProductDependenciesUsingTempTable); AddStatement(m_databaseConnection, s_queryFileByFileid); AddStatement(m_databaseConnection, s_queryFilesByFileName); @@ -2480,88 +2509,26 @@ namespace AzToolsFramework return s_queryProductDependencyExclusions.BindAndQuery(*m_databaseConnection, handler, &GetProductDependencyResult); } - bool AssetDatabaseConnection::QueryProductDependenciesUnresolvedAdvanced(const AZStd::vector& searchPaths, productDependencyAndPathHandler handler) + bool AssetDatabaseConnection::QueryProductDependenciesUnresolvedAdvanced( + const AZStd::vector& searchPaths, productDependencyAndPathHandler handler) { - AZStd::string sql = R"END(select c.*, b.search FROM (select REPLACE(UnresolvedPath, "*", "%") as search, ProductDependencyID from ProductDependencies where UnresolvedPath LIKE "%*%") as a, ()END"; + ScopedTransaction transaction(m_databaseConnection); - bool first = true; + bool result = s_createUnresolvedProductDependenciesTempTable.BindAndStep(*m_databaseConnection); - for(int i = 0; i < searchPaths.size(); ++i) + for (auto&& path : searchPaths) { - if(first) - { - sql += "SELECT ? as search "; - first = false; - } - else - { - sql += "UNION SELECT ? "; - } + result = s_queryInsertProductDependencyTempTableValues.BindAndStep(*m_databaseConnection, path.c_str()) && result; } - sql += R"END() as b - INNER JOIN ProductDependencies as c ON c.ProductDependencyID = a.ProductDependencyID - WHERE b.search LIKE a.search - UNION SELECT p.*, UnresolvedPath - FROM ProductDependencies as p - WHERE UnresolvedPath != "" - )END"; + result = s_queryGetUnresolvedProductDependenciesUsingTempTable.BindAndQuery( + *m_databaseConnection, handler, &GetProductDependencyAndPathResult) && + result; - first = true; + result = m_databaseConnection->ExecuteRawSqlQuery("DROP TABLE QueryProductDependenciesUnresolvedAdvanced", nullptr, nullptr) && + result; - for (int i = 0; i < searchPaths.size(); ++i) - { - if(first) - { - sql += " AND "; - first = false; - } - else - { - sql += " OR "; - } - - sql += "UnresolvedPath = ?"; - } - - bool result = m_databaseConnection->ExecuteRawSqlQuery(sql, [handler](sqlite3_stmt* statement) - { - ProductDependencyDatabaseEntry entry; - - entry.m_productDependencyID = SQLite::GetColumnInt64(statement, 0); - entry.m_productPK = SQLite::GetColumnInt64(statement, 1); - entry.m_dependencySourceGuid = SQLite::GetColumnUuid(statement, 2); - entry.m_dependencySubID = GetColumnInt(statement, 3); - entry.m_platform = GetColumnText(statement, 4); - entry.m_dependencyFlags = GetColumnInt64(statement, 5); - entry.m_unresolvedPath = GetColumnText(statement, 6); - entry.m_dependencyType = static_cast(GetColumnInt(statement, 7)); - entry.m_fromAssetId = sqlite3_column_int(statement, 8); - - AZStd::string matchedPath = GetColumnText(statement, 9); - - handler(entry, matchedPath); - - return true; - }, [&searchPaths](sqlite3_stmt* statement) - { - int index = 1; - - for (const auto& path : searchPaths) - { - [[maybe_unused]] int res = sqlite3_bind_text(statement, index, path.c_str(), static_cast(path.size()), nullptr); - AZ_Assert(res == SQLITE_OK, "Statement::BindValueText: failed to bind!"); - ++index; - } - - // Bind the same ones again since we looped this twice when making the query above - for (const auto& path : searchPaths) - { - [[maybe_unused]] int res = sqlite3_bind_text(statement, index, path.c_str(), static_cast(path.size()), nullptr); - AZ_Assert(res == SQLITE_OK, "Statement::BindValueText: failed to bind!"); - ++index; - } - }); + transaction.Commit(); return result; } @@ -2876,6 +2843,46 @@ namespace AzToolsFramework return GetResult(callName, statement, handler); } + bool GetProductDependencyAndPathResult( + [[maybe_unused]] const char* callName, + Statement* statement, + AssetDatabaseConnection::productDependencyAndPathHandler handler) + { + Statement::SqlStatus result = statement->Step(); + + ProductDependencyDatabaseEntry productDependency; + + AZStd::string relativeSearchPath; + auto boundColumns = CombineColumns(productDependency.GetColumns(), MakeColumns(MakeColumn("search", relativeSearchPath))); + + bool validResult = result == Statement::SqlDone; + while (result == Statement::SqlOK) + { + if (!boundColumns.Fetch(statement)) + { + return false; + } + + if (handler(productDependency, relativeSearchPath)) + { + result = statement->Step(); + } + else + { + result = Statement::SqlDone; + } + validResult = true; + } + + if (result == Statement::SqlError) + { + AZ_Warning(LOG_NAME, false, "Error occurred while stepping %s", callName); + return false; + } + + return validResult; + } + bool GetMissingProductDependencyResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::missingProductDependencyHandler handler) { return GetResult(callName, statement, handler); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.h index e7e7522908..8672ad4a15 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetDatabase/AssetDatabaseConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -614,6 +615,7 @@ namespace AzToolsFramework //! Returns any unresolved dependencies which match (by exact or wildcard match) the input searchPaths //! The extra path returned for each row is the searchPath entry that was matched with the returned dependency entry + //! @param searchPaths vector of relative paths to search for matches bool QueryProductDependenciesUnresolvedAdvanced(const AZStd::vector& searchPaths, productDependencyAndPathHandler handler); bool QueryMissingProductDependencyByProductId(AZ::s64 productId, missingProductDependencyHandler handler); @@ -668,6 +670,7 @@ namespace AzToolsFramework bool GetProductResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::productHandler handler, AZ::Uuid builderGuid = AZ::Uuid::CreateNull(), const char* jobKey = nullptr, AssetSystem::JobStatus status = AssetSystem::JobStatus::Any); bool GetLegacySubIDsResult(const char* callname, SQLite::Statement* statement, AssetDatabaseConnection::legacySubIDsHandler handler); bool GetProductDependencyResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::productDependencyHandler handler); + bool GetProductDependencyAndPathResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::productDependencyAndPathHandler handler); bool GetMissingProductDependencyResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::missingProductDependencyHandler handler); bool GetCombinedDependencyResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::combinedProductDependencyHandler handler); bool GetFileResult(const char* callName, SQLite::Statement* statement, AssetDatabaseConnection::fileHandler handler); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorBus.h index 260ce3824d..4d14e5c1bf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -10,6 +11,7 @@ #include #include #include +#include namespace AZ { namespace Data { class AssetData; } } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.cpp index d2e5225745..6caea5a537 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "AssetEditorHeader.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.h index 3b0d8794c1..0b615cb230 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorHeader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,6 +9,7 @@ #include #include +#include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorUtils.h index 578ebbcd1a..2456d475ae 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.cpp index a13e5acf84..744b87d753 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "AssetEditorWidget.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.h index 7acd6e630e..b334288ea9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AssetEditor/AssetEditorWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.cpp index 0b757da960..2d687db00f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.h index 4357d485cf..1265a7c912 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFrameworkModule.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFramework_precompiled.h b/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFramework_precompiled.h deleted file mode 100644 index 2c3443a910..0000000000 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/AzToolsFramework_precompiled.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - -#pragma once - -#include -#include - -// QT -AZ_PUSH_DISABLE_WARNING(4127, "-Wunknown-warning-option") // conditional expression is constant -#include -AZ_POP_DISABLE_WARNING -#include -#include -#include -#include - -#if defined(AZ_PLATFORM_APPLE_OSX) || defined(AZ_PLATFORM_LINUX) -typedef void* HWND; -typedef void* HMODULE; -typedef quint32 DWORD; -#define _MAX_PATH 260 -#define MAX_PATH 260 -#endif diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.cpp index 966b2c3aa6..771e0df505 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "BaseSliceCommand.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.h index 67472d496d..4f6efd69cd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/BaseSliceCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.cpp index 62d3093428..dd104af1bc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.h index 799ce4e037..e23addbe26 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/ComponentModeCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.cpp index 8c5223ed9f..8060af3cf2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "CreateSliceCommand.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.h index 6e19e0762d..ae30777945 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/CreateSliceCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.cpp index d6f10bab03..e755e10e9f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "DetachSubSliceInstanceCommand.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.h index 3417b24b5d..69153cbe12 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/DetachSubSliceInstanceCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.cpp index 9ad69f45db..1901bddcc0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.h index f714269f68..056cddfb61 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityManipulatorCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.cpp index a6cad1ff65..9f251bee7a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EntityStateCommand.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.h index 14111bbabe..d38eae336e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityStateCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.cpp index 7c6fc8381d..72719a1bf3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #if 0 diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.h index 708f57d327..7448b2cac5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/EntityTransformCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/LegacyCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/LegacyCommand.h index 075276f7a4..ca82b74265 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/LegacyCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/LegacyCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.cpp index a967b654cd..4d84089a74 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.h index c820d8e147..ed36a4458e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PreemptiveUndoCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.cpp index a416188a01..47a62d6915 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PushToSliceCommand.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.h index 9dbb4f6ab9..8b0601ad8a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/PushToSliceCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.cpp index 07c076873f..33b2a14b89 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "SelectionCommand.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.h index 8a71f18c2e..da2d5a52f0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SelectionCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.cpp index 27bce797bd..13d6cb605f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "SliceDetachEntityCommand.h" namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.h index 9dde68d2f7..04cc2b4084 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Commands/SliceDetachEntityCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIBus.h index ce2eb1089c..f7119f3e14 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.cpp index 61e0788135..68ea0119d9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.h index f4cd158d9b..2b74ea98c5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorComponentAPIComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIBus.h index 9580ed5236..0bc069960f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.cpp index 9a430fafcc..977806cacb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.h index 1f253efed0..49fbb97b4e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Component/EditorLevelComponentAPIComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.cpp index a17720c97d..0259142135 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.h index 93f5344a7b..7dd97dc0c9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeCollection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.cpp index 33a1601ff4..325fc3909b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.h index 384603b192..99b1e6041b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeDelegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.cpp index 3568658daf..a18b631eaa 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.h index 19286d367b..c19532f975 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUi.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUiRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUiRequestBus.h index ce7a701838..feff847563 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUiRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/ComponentModeViewportUiRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.cpp index 819d8a0d5c..9e043a5c86 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.h index c210cfd172..c4a3cac13d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorBaseComponentMode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorComponentModeBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorComponentModeBus.h index 4bee225f2b..5be535e1ed 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorComponentModeBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentMode/EditorComponentModeBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.cpp index 0d80bc64fd..0f28d180cd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.h index 7e2e571c3a..5b8f4ca708 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxComponentMode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.cpp index f7291ca573..7e496390c8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.h index e862d6dd11..98ef17e547 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ComponentModes/BoxViewportEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.h index 4f14399ad9..988963eaca 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.inl index e3852dd148..7670be7242 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContext.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.cpp index cf4f815f4a..305d4a8b1e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.h index 5d1c4cb169..7de1ccfadb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.inl index 19d10b6515..8b4ebcbd48 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextBufferedFormatter.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.cpp index f1f6a91825..b178180ca6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.h index 7284f98185..6b624fc8a0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextLogFormatter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.cpp index 5a5f5cac5c..545db92efe 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.h index 36b86149f0..9315900ffe 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextMultiStackHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.cpp index 7dab69d383..3438ebe48e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.h index af486906b4..9ae0b534a5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextSingleStackHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.cpp index 66048e4142..50cce63a23 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.h index 261e07db9c..638b024e4b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStack.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStackInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStackInterface.h index 367801098c..9a3e4579c2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStackInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Debug/TraceContextStackInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorContextMenuBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorContextMenuBus.h index 338deb6c62..d545c87a06 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorContextMenuBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorContextMenuBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorSettingsAPIBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorSettingsAPIBus.h index f4ec74d88c..fedb889fbb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorSettingsAPIBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Editor/EditorSettingsAPIBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityAPIBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityAPIBus.h index d87e5639b9..3b2649e3c6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityAPIBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityAPIBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.cpp index 2aaf7826ef..438db84ef2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.h index 1acaa4bebb..d8aea52eaa 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityActionComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextBus.h index 4ff7c6916c..30ffb461fa 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.cpp index daaac12f14..b45ffdd31d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.h index 706400a49c..28cf67c0f2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextPickingBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextPickingBus.h index 6050aa4fdd..f5757f336b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextPickingBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityContextPickingBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.cpp index 502dd8cfa6..97f8af1653 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.h index e86c87040d..68af06b03b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityFixupComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.cpp index ddb61e6307..17ea732103 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.h index 8b1a38cecb..73acb2deb0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityInfoBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityInfoBus.h index 5629207ab0..c628b5a9d4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityInfoBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityInfoBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.cpp index 2f832b5d5d..860c12b11a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorEntityModel.h" #include "EditorEntitySortBus.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.h index ca5d3e5d9c..45d3d4ea59 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelBus.h index d232640c97..301dba0b9a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.cpp index 6465944811..9f5a3ae11a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.h index 0fc203e3f1..2919193e33 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityModelComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityRuntimeActivationBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityRuntimeActivationBus.h index 925f2d7d99..b94390b424 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityRuntimeActivationBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityRuntimeActivationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchBus.h index d45ca05452..02fb1a5bea 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.cpp index 9ae135c5a8..60f1833481 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.h index 0b32ce1587..9c968a9ceb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySearchComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortBus.h index 6cea813809..a6a6e54d15 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.cpp index 61a35d6c04..0e53c180d4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.h index c1252253ec..b5a771f658 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntitySortComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h index f9e6c4a752..33f4266967 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityStartStatus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityTransformBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityTransformBus.h index 198dda2a05..17739b5098 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityTransformBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/EditorEntityTransformBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipInterface.h index f629a92795..1cd36e8055 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.cpp index 8c541a2392..2d97689610 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -87,13 +88,15 @@ namespace AzToolsFramework { if (m_rootInstance) { + AzToolsFramework::ToolsApplicationRequestBus::Broadcast( + &AzToolsFramework::ToolsApplicationRequestBus::Events::ClearDirtyEntities); Prefab::TemplateId templateId = m_rootInstance->GetTemplateId(); + m_rootInstance->Reset(); if (templateId != Prefab::InvalidTemplateId) { m_rootInstance->SetTemplateId(Prefab::InvalidTemplateId); m_prefabSystemComponent->RemoveTemplate(templateId); } - m_rootInstance->Reset(); m_rootInstance->SetContainerEntityName("Level"); } @@ -597,22 +600,23 @@ namespace AzToolsFramework { if (m_rootInstance && m_playInEditorData.m_isEnabled) { - auto end = m_playInEditorData.m_deactivatedEntities.rend(); - for (auto it = m_playInEditorData.m_deactivatedEntities.rbegin(); it != end; ++it) - { - AZ_Assert(*it, "Invalid entity added to list for re-activation after play-in-editor stopped."); - (*it)->Activate(); - } - m_playInEditorData.m_deactivatedEntities.clear(); - AZ_Assert(m_playInEditorData.m_entities.IsSet(), "Invalid Game Mode Entities Container encountered after play-in-editor stopped. " "Confirm that the container was initialized correctly"); m_playInEditorData.m_entities.DespawnAllEntities(); m_playInEditorData.m_entities.Alert( - [assets = AZStd::move(m_playInEditorData.m_assets)]([[maybe_unused]]uint32_t generation) mutable + [assets = AZStd::move(m_playInEditorData.m_assets), + deactivatedEntities = AZStd::move(m_playInEditorData.m_deactivatedEntities)] + ([[maybe_unused]]uint32_t generation) mutable { + auto end = deactivatedEntities.rend(); + for (auto it = deactivatedEntities.rbegin(); it != end; ++it) + { + AZ_Assert(*it, "Invalid entity added to list for re-activation after play-in-editor stopped."); + (*it)->Activate(); + } + for (auto& asset : assets) { if (asset) @@ -624,13 +628,21 @@ namespace AzToolsFramework } } AZ::ScriptSystemRequestBus::Broadcast(&AZ::ScriptSystemRequests::GarbageCollect); + + // This is a workaround until the replacement for GameEntityContext is done + AzFramework::GameEntityContextEventBus::Broadcast(&AzFramework::GameEntityContextEventBus::Events::OnGameEntitiesReset); }); m_playInEditorData.m_entities.Clear(); - - // This is a workaround until the replacement for GameEntityContext is done - AzFramework::GameEntityContextEventBus::Broadcast(&AzFramework::GameEntityContextEventBus::Events::OnGameEntitiesReset); } + // Game entity cleanup is queued onto the next tick via the DespawnEntities call. + // To avoid both game entities and Editor entities active at the same time + // we flush the tick queue to ensure the game entities are cleared first. + // The Alert callback that follows the DespawnEntities call will then reactivate the editor entities + // This should be considered temporary as a move to a less rigid event sequence that supports async entity clean up + // is the desired direction forward. + AZ::TickBus::ExecuteQueuedEvents(); + m_playInEditorData.m_isEnabled = false; } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.h index 777486d27a..bf1199d6dd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/PrefabEditorEntityOwnershipService.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.cpp index 7d496a9913..e22800498c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.h index d001de08f3..1399b46066 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipService.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipServiceBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipServiceBus.h index cc6206d53b..4d7ea86b49 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipServiceBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Entity/SliceEditorEntityOwnershipServiceBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.cpp index 1a9ef476c1..8d6d0c5b3f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.h index a711c153f0..ac16d41b39 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Fingerprinting/TypeFingerprinter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.cpp new file mode 100644 index 0000000000..f8665d583e --- /dev/null +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.cpp @@ -0,0 +1,447 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#include + +#include + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +namespace AzToolsFramework +{ + void QtEventToAzInputMapper::InitializeKeyMappings() + { + // This assumes modifier keys (ctrl/shift/alt) map to the left control/shift/alt keys as Qt provides no way to disambiguate + // in a platform agnostic manner. This could be expanded later with a PAL mapping from native scan codes acquired from + // QKeyEvents, if needed. + m_keyMappings = { { + { Qt::Key_0, AzFramework::InputDeviceKeyboard::Key::Alphanumeric0 }, + { Qt::Key_1, AzFramework::InputDeviceKeyboard::Key::Alphanumeric1 }, + { Qt::Key_2, AzFramework::InputDeviceKeyboard::Key::Alphanumeric2 }, + { Qt::Key_3, AzFramework::InputDeviceKeyboard::Key::Alphanumeric3 }, + { Qt::Key_4, AzFramework::InputDeviceKeyboard::Key::Alphanumeric4 }, + { Qt::Key_5, AzFramework::InputDeviceKeyboard::Key::Alphanumeric5 }, + { Qt::Key_6, AzFramework::InputDeviceKeyboard::Key::Alphanumeric6 }, + { Qt::Key_7, AzFramework::InputDeviceKeyboard::Key::Alphanumeric7 }, + { Qt::Key_8, AzFramework::InputDeviceKeyboard::Key::Alphanumeric8 }, + { Qt::Key_9, AzFramework::InputDeviceKeyboard::Key::Alphanumeric9 }, + { Qt::Key_A, AzFramework::InputDeviceKeyboard::Key::AlphanumericA }, + { Qt::Key_B, AzFramework::InputDeviceKeyboard::Key::AlphanumericB }, + { Qt::Key_C, AzFramework::InputDeviceKeyboard::Key::AlphanumericC }, + { Qt::Key_D, AzFramework::InputDeviceKeyboard::Key::AlphanumericD }, + { Qt::Key_E, AzFramework::InputDeviceKeyboard::Key::AlphanumericE }, + { Qt::Key_F, AzFramework::InputDeviceKeyboard::Key::AlphanumericF }, + { Qt::Key_G, AzFramework::InputDeviceKeyboard::Key::AlphanumericG }, + { Qt::Key_H, AzFramework::InputDeviceKeyboard::Key::AlphanumericH }, + { Qt::Key_I, AzFramework::InputDeviceKeyboard::Key::AlphanumericI }, + { Qt::Key_J, AzFramework::InputDeviceKeyboard::Key::AlphanumericJ }, + { Qt::Key_K, AzFramework::InputDeviceKeyboard::Key::AlphanumericK }, + { Qt::Key_L, AzFramework::InputDeviceKeyboard::Key::AlphanumericL }, + { Qt::Key_M, AzFramework::InputDeviceKeyboard::Key::AlphanumericM }, + { Qt::Key_N, AzFramework::InputDeviceKeyboard::Key::AlphanumericN }, + { Qt::Key_O, AzFramework::InputDeviceKeyboard::Key::AlphanumericO }, + { Qt::Key_P, AzFramework::InputDeviceKeyboard::Key::AlphanumericP }, + { Qt::Key_Q, AzFramework::InputDeviceKeyboard::Key::AlphanumericQ }, + { Qt::Key_R, AzFramework::InputDeviceKeyboard::Key::AlphanumericR }, + { Qt::Key_S, AzFramework::InputDeviceKeyboard::Key::AlphanumericS }, + { Qt::Key_T, AzFramework::InputDeviceKeyboard::Key::AlphanumericT }, + { Qt::Key_U, AzFramework::InputDeviceKeyboard::Key::AlphanumericU }, + { Qt::Key_V, AzFramework::InputDeviceKeyboard::Key::AlphanumericV }, + { Qt::Key_W, AzFramework::InputDeviceKeyboard::Key::AlphanumericW }, + { Qt::Key_X, AzFramework::InputDeviceKeyboard::Key::AlphanumericX }, + { Qt::Key_Y, AzFramework::InputDeviceKeyboard::Key::AlphanumericY }, + { Qt::Key_Z, AzFramework::InputDeviceKeyboard::Key::AlphanumericZ }, + { Qt::Key_Backspace, AzFramework::InputDeviceKeyboard::Key::EditBackspace }, + { Qt::Key_CapsLock, AzFramework::InputDeviceKeyboard::Key::EditCapsLock }, + { Qt::Key_Enter, AzFramework::InputDeviceKeyboard::Key::EditEnter }, + { Qt::Key_Space, AzFramework::InputDeviceKeyboard::Key::EditSpace }, + { Qt::Key_Tab, AzFramework::InputDeviceKeyboard::Key::EditTab }, + { Qt::Key_Escape, AzFramework::InputDeviceKeyboard::Key::Escape }, + { Qt::Key_F1, AzFramework::InputDeviceKeyboard::Key::Function01 }, + { Qt::Key_F2, AzFramework::InputDeviceKeyboard::Key::Function02 }, + { Qt::Key_F3, AzFramework::InputDeviceKeyboard::Key::Function03 }, + { Qt::Key_F4, AzFramework::InputDeviceKeyboard::Key::Function04 }, + { Qt::Key_F5, AzFramework::InputDeviceKeyboard::Key::Function05 }, + { Qt::Key_F6, AzFramework::InputDeviceKeyboard::Key::Function06 }, + { Qt::Key_F7, AzFramework::InputDeviceKeyboard::Key::Function07 }, + { Qt::Key_F8, AzFramework::InputDeviceKeyboard::Key::Function08 }, + { Qt::Key_F9, AzFramework::InputDeviceKeyboard::Key::Function09 }, + { Qt::Key_F10, AzFramework::InputDeviceKeyboard::Key::Function10 }, + { Qt::Key_F11, AzFramework::InputDeviceKeyboard::Key::Function11 }, + { Qt::Key_F12, AzFramework::InputDeviceKeyboard::Key::Function12 }, + { Qt::Key_F13, AzFramework::InputDeviceKeyboard::Key::Function13 }, + { Qt::Key_F14, AzFramework::InputDeviceKeyboard::Key::Function14 }, + { Qt::Key_F15, AzFramework::InputDeviceKeyboard::Key::Function15 }, + { Qt::Key_F16, AzFramework::InputDeviceKeyboard::Key::Function16 }, + { Qt::Key_F17, AzFramework::InputDeviceKeyboard::Key::Function17 }, + { Qt::Key_F18, AzFramework::InputDeviceKeyboard::Key::Function18 }, + { Qt::Key_F19, AzFramework::InputDeviceKeyboard::Key::Function19 }, + { Qt::Key_F20, AzFramework::InputDeviceKeyboard::Key::Function20 }, + { Qt::Key_Alt, AzFramework::InputDeviceKeyboard::Key::ModifierAltL }, + { Qt::Key_Control, AzFramework::InputDeviceKeyboard::Key::ModifierCtrlL }, + { Qt::Key_Shift, AzFramework::InputDeviceKeyboard::Key::ModifierShiftL }, + { Qt::Key_Super_L, AzFramework::InputDeviceKeyboard::Key::ModifierSuperL }, + { Qt::Key_Super_R, AzFramework::InputDeviceKeyboard::Key::ModifierSuperR }, + { Qt::Key_Down, AzFramework::InputDeviceKeyboard::Key::NavigationArrowDown }, + { Qt::Key_Left, AzFramework::InputDeviceKeyboard::Key::NavigationArrowLeft }, + { Qt::Key_Right, AzFramework::InputDeviceKeyboard::Key::NavigationArrowRight }, + { Qt::Key_Up, AzFramework::InputDeviceKeyboard::Key::NavigationArrowUp }, + { Qt::Key_Delete, AzFramework::InputDeviceKeyboard::Key::NavigationDelete }, + { Qt::Key_End, AzFramework::InputDeviceKeyboard::Key::NavigationEnd }, + { Qt::Key_Home, AzFramework::InputDeviceKeyboard::Key::NavigationHome }, + { Qt::Key_Insert, AzFramework::InputDeviceKeyboard::Key::NavigationInsert }, + { Qt::Key_PageDown, AzFramework::InputDeviceKeyboard::Key::NavigationPageDown }, + { Qt::Key_PageUp, AzFramework::InputDeviceKeyboard::Key::NavigationPageUp }, + { Qt::Key_Apostrophe, AzFramework::InputDeviceKeyboard::Key::PunctuationApostrophe }, + { Qt::Key_Backslash, AzFramework::InputDeviceKeyboard::Key::PunctuationBackslash }, + { Qt::Key_BracketLeft, AzFramework::InputDeviceKeyboard::Key::PunctuationBracketL }, + { Qt::Key_BracketRight, AzFramework::InputDeviceKeyboard::Key::PunctuationBracketR }, + { Qt::Key_Comma, AzFramework::InputDeviceKeyboard::Key::PunctuationComma }, + { Qt::Key_Equal, AzFramework::InputDeviceKeyboard::Key::PunctuationEquals }, + { Qt::Key_hyphen, AzFramework::InputDeviceKeyboard::Key::PunctuationHyphen }, + { Qt::Key_Period, AzFramework::InputDeviceKeyboard::Key::PunctuationPeriod }, + { Qt::Key_Semicolon, AzFramework::InputDeviceKeyboard::Key::PunctuationSemicolon }, + { Qt::Key_Slash, AzFramework::InputDeviceKeyboard::Key::PunctuationSlash }, + { Qt::Key_QuoteLeft, AzFramework::InputDeviceKeyboard::Key::PunctuationTilde }, + { Qt::Key_Pause, AzFramework::InputDeviceKeyboard::Key::WindowsSystemPause }, + { Qt::Key_Print, AzFramework::InputDeviceKeyboard::Key::WindowsSystemPrint }, + { Qt::Key_ScrollLock, AzFramework::InputDeviceKeyboard::Key::WindowsSystemScrollLock }, + } }; + } + + void QtEventToAzInputMapper::InitializeMouseButtonMappings() + { + m_mouseButtonMappings = { { + { Qt::MouseButton::LeftButton, AzFramework::InputDeviceMouse::Button::Left }, + { Qt::MouseButton::RightButton, AzFramework::InputDeviceMouse::Button::Right }, + { Qt::MouseButton::MiddleButton, AzFramework::InputDeviceMouse::Button::Middle }, + { Qt::MouseButton::ExtraButton1, AzFramework::InputDeviceMouse::Button::Other1 }, + { Qt::MouseButton::ExtraButton2, AzFramework::InputDeviceMouse::Button::Other2 }, + } }; + } + + // Currently this is only set for modifier keys. + // This should only be expanded sparingly, any keys handled here will not be bubbled up to the shortcut system. + // ex: If Key_S was here, the viewport would consume S key presses before the application could process a QAction with a Ctrl+S + // shortcut. + void QtEventToAzInputMapper::InitializeHighPriorityKeys() + { + m_highPriorityKeys = { Qt::Key_Alt, Qt::Key_Control, Qt::Key_Shift, Qt::Key_Super_L, Qt::Key_Super_R }; + } + + QtEventToAzInputMapper::EditorQtKeyboardDevice::EditorQtKeyboardDevice(AzFramework::InputDeviceId id) + : AzFramework::InputDeviceKeyboard(id) + { + // Disable all platform native processing in favor of our Qt event handling + SetImplementation(nullptr); + } + + QtEventToAzInputMapper::EditorQtMouseDevice::EditorQtMouseDevice(AzFramework::InputDeviceId id) + : AzFramework::InputDeviceMouse(id) + { + // Disable all platform native processing in favor of our Qt event handling + SetImplementation(nullptr); + } + + QtEventToAzInputMapper::QtEventToAzInputMapper(QWidget* sourceWidget, int syntheticDeviceId) + : QObject(sourceWidget) + , m_sourceWidget(sourceWidget) + , m_keyboardModifiers(AZStd::make_shared()) + , m_cursorPosition(AZStd::make_shared()) + { + InitializeKeyMappings(); + InitializeMouseButtonMappings(); + InitializeHighPriorityKeys(); + + // Add an arbitrary offset to our device index to avoid collision with real physical device index. + // We still have to use the keyboard and mouse device channel names because input channels are only addressed + // by their own name and their device index, so overlapping input channels between devices would conflict. + constexpr AZ::u32 syntheticDeviceOffset = 1000; + const AzFramework::InputDeviceId keyboardDeviceId( + AzFramework::InputDeviceKeyboard::Id.GetName(), syntheticDeviceId + syntheticDeviceOffset); + const AzFramework::InputDeviceId mouseDeviceId( + AzFramework::InputDeviceMouse::Id.GetName(), syntheticDeviceId + syntheticDeviceOffset); + + m_keyboardDevice = AZStd::make_unique(keyboardDeviceId); + m_mouseDevice = AZStd::make_unique(mouseDeviceId); + + AddChannels(m_keyboardDevice->m_allChannelsById); + AddChannels(m_mouseDevice->m_allChannelsById); + + // Install a global event filter to ensure we don't miss mouse and key release events. + QApplication::instance()->installEventFilter(this); + } + + bool QtEventToAzInputMapper::HandlesInputEvent(const AzFramework::InputChannel& channel) const + { + // We map keyboard and mouse events from Qt, so flag all events coming from those devices + // as handled by our synthetic event system. + const AzFramework::InputDeviceId& deviceId = channel.GetInputDevice().GetInputDeviceId(); + return deviceId.GetNameCrc32() == AzFramework::InputDeviceMouse::Id.GetNameCrc32() || + deviceId.GetNameCrc32() == AzFramework::InputDeviceKeyboard::Id.GetNameCrc32(); + } + + void QtEventToAzInputMapper::SetEnabled(bool enabled) + { + m_enabled = enabled; + if (!enabled) + { + // Send an internal focus change event to reset our input state to fresh if we're disabled. + HandleFocusChange(nullptr); + } + } + + void QtEventToAzInputMapper::SetCursorCaptureEnabled(bool enabled) + { + if (m_capturingCursor != enabled) + { + m_capturingCursor = enabled; + if (m_capturingCursor) + { + qApp->setOverrideCursor(Qt::BlankCursor); + } + else + { + qApp->restoreOverrideCursor(); + } + } + } + + bool QtEventToAzInputMapper::eventFilter(QObject* object, QEvent* event) + { + // Abort if processing isn't enabled. + if (!m_enabled) + { + return false; + } + + // Because there's no "end" to mouse movement and wheel events, we reset mouse movement channels that have been opened + // during the next processed non-mouse event. + if (m_mouseChannelsNeedUpdate && event->type() != QEvent::Type::MouseMove && event->type() != QEvent::Type::Wheel) + { + m_cursorPosition->m_normalizedPositionDelta = AZ::Vector2::CreateZero(); + ProcessPendingMouseEvents(); + m_mouseChannelsNeedUpdate = false; + } + + // Only accept mouse & key release events that originate from an object that is not our target widget, + // as we don't want to erroneously intercept user input meant for another component. + if (object != m_sourceWidget && event->type() != QEvent::Type::KeyRelease && event->type() != QEvent::Type::MouseButtonRelease) + { + return false; + } + + // If our focus changes, go ahead and reset all input devices. + if (event->type() == QEvent::FocusIn || event->type() == QEvent::FocusOut) + { + HandleFocusChange(event); + } + // Map key events to input channels. + // ShortcutOverride is used in lieu of KeyPress for high priority input channels like Alt + // that need to be accepted and stopped before they bubble up and cause unintended behavior. + else if ( + event->type() == QEvent::Type::KeyPress || event->type() == QEvent::Type::KeyRelease || + event->type() == QEvent::Type::ShortcutOverride) + { + QKeyEvent* keyEvent = static_cast(event); + HandleKeyEvent(keyEvent); + } + // Map mouse events to input channels. + else if (event->type() == QEvent::Type::MouseButtonPress || event->type() == QEvent::Type::MouseButtonRelease || event->type() == QEvent::Type::MouseButtonDblClick) + { + QMouseEvent* mouseEvent = static_cast(event); + HandleMouseButtonEvent(mouseEvent); + } + // Map mouse movement to the movement input channels. + // This includes SystemCursorPosition alongside Movement::X and Movement::Y. + else if (event->type() == QEvent::Type::MouseMove) + { + QMouseEvent* mouseEvent = static_cast(event); + HandleMouseMoveEvent(mouseEvent); + } + // Map wheel events to the mouse Z movement channel. + else if (event->type() == QEvent::Type::Wheel) + { + QWheelEvent* wheelEvent = static_cast(event); + HandleWheelEvent(wheelEvent); + } + + return false; + } + + void QtEventToAzInputMapper::NotifyUpdateChannelIfNotIdle(const AzFramework::InputChannel* channel, QEvent* event) + { + if (channel->GetState() != AzFramework::InputChannel::State::Idle) + { + emit InputChannelUpdated(channel, event); + } + } + + void QtEventToAzInputMapper::ProcessPendingMouseEvents() + { + auto systemCursorChannel = + GetInputChannel(AzFramework::InputDeviceMouse::SystemCursorPosition); + auto movementXChannel = + GetInputChannel(AzFramework::InputDeviceMouse::Movement::X); + auto movementYChannel = + GetInputChannel(AzFramework::InputDeviceMouse::Movement::Y); + auto mouseWheelChannel = + GetInputChannel(AzFramework::InputDeviceMouse::Movement::Z); + + systemCursorChannel->ProcessRawInputEvent(m_cursorPosition->m_normalizedPositionDelta.GetLength()); + // Generate movement events based on the pixel delta divided by the DPI scaling factor, to calculate a rough approximation + // of cursor movement velocity. + movementXChannel->ProcessRawInputEvent( + m_cursorPosition->m_normalizedPositionDelta.GetX() * aznumeric_cast(m_sourceWidget->width()) / m_sourceWidget->devicePixelRatioF()); + movementYChannel->ProcessRawInputEvent( + m_cursorPosition->m_normalizedPositionDelta.GetY() * aznumeric_cast(m_sourceWidget->height()) / m_sourceWidget->devicePixelRatioF()); + mouseWheelChannel->ProcessRawInputEvent(0.f); + + NotifyUpdateChannelIfNotIdle(systemCursorChannel, nullptr); + NotifyUpdateChannelIfNotIdle(movementXChannel, nullptr); + NotifyUpdateChannelIfNotIdle(movementYChannel, nullptr); + NotifyUpdateChannelIfNotIdle(mouseWheelChannel, nullptr); + } + + void QtEventToAzInputMapper::HandleMouseButtonEvent(QMouseEvent* mouseEvent) + { + const Qt::MouseButton button = mouseEvent->button(); + + if (auto buttonIt = m_mouseButtonMappings.find(button); buttonIt != m_mouseButtonMappings.end()) + { + auto buttonChannel = GetInputChannel(buttonIt->second); + + if (buttonChannel) + { + if (mouseEvent->type() != QEvent::Type::MouseButtonRelease) + { + buttonChannel->UpdateState(true); + } + else + { + buttonChannel->UpdateState(false); + } + + NotifyUpdateChannelIfNotIdle(buttonChannel, mouseEvent); + } + } + } + + AZ::Vector2 QtEventToAzInputMapper::WidgetPositionToNormalizedPosition(QPoint position) + { + const float normalizedX = aznumeric_cast(position.x()) / aznumeric_cast(m_sourceWidget->width()); + const float normalizedY = aznumeric_cast(position.y()) / aznumeric_cast(m_sourceWidget->height()); + return AZ::Vector2{normalizedX, normalizedY}; + } + + QPoint QtEventToAzInputMapper::NormalizedPositionToWidgetPosition(AZ::Vector2 normalizedPosition) + { + const int denormalizedX = aznumeric_cast(normalizedPosition.GetX() * m_sourceWidget->width()); + const int denormalizedY = aznumeric_cast(normalizedPosition.GetY() * m_sourceWidget->height()); + return QPoint{denormalizedX, denormalizedY}; + } + + void QtEventToAzInputMapper::HandleMouseMoveEvent(QMouseEvent* mouseEvent) + { + AZ::Vector2 lastCursorPosition = m_cursorPosition->m_normalizedPosition; + + const QPoint mousePos = mouseEvent->pos(); + const AZ::Vector2 normalizedPosition = WidgetPositionToNormalizedPosition(mousePos); + m_cursorPosition->m_normalizedPositionDelta = normalizedPosition - m_cursorPosition->m_normalizedPosition; + m_cursorPosition->m_normalizedPosition = normalizedPosition; + ProcessPendingMouseEvents(); + m_mouseChannelsNeedUpdate = true; + + if (m_capturingCursor) + { + // Reset our cursor position to the previous point. + QPoint targetScreenPosition = m_sourceWidget->mapToGlobal(NormalizedPositionToWidgetPosition(lastCursorPosition)); + AzQtComponents::SetCursorPos(targetScreenPosition); + + // Even though we just set the cursor position, there are edge cases such as remote desktop that will leave + // the cursor position unchanged. For safety, we re-cache our last cursor position for delta generation. + QPoint actualWidgetPosition = m_sourceWidget->mapFromGlobal(QCursor::pos()); + m_cursorPosition->m_normalizedPosition = WidgetPositionToNormalizedPosition(actualWidgetPosition); + } + } + + void QtEventToAzInputMapper::HandleKeyEvent(QKeyEvent* keyEvent) + { + // Ignore key repeat events, they're unrelated to actual physical button presses. + if (keyEvent->isAutoRepeat()) + { + return; + } + + const Qt::Key key = static_cast(keyEvent->key()); + + // For ShortcutEvent, only continue processing if we're in the HighPriorityKeys set. + if (keyEvent->type() != QEvent::Type::ShortcutOverride || m_highPriorityKeys.find(key) != m_highPriorityKeys.end()) + { + if (auto keyIt = m_keyMappings.find(key); keyIt != m_keyMappings.end()) + { + auto keyChannel = GetInputChannel(keyIt->second); + + if (keyChannel) + { + if (keyEvent->type() == QEvent::Type::KeyPress || keyEvent->type() == QEvent::Type::ShortcutOverride) + { + keyChannel->UpdateState(true); + } + else + { + keyChannel->UpdateState(false); + } + + NotifyUpdateChannelIfNotIdle(keyChannel, keyEvent); + } + } + } + } + + void QtEventToAzInputMapper::HandleWheelEvent(QWheelEvent* wheelEvent) + { + auto cursorZChannel = + GetInputChannel(AzFramework::InputDeviceMouse::Movement::Z); + const QPoint angleDelta = wheelEvent->angleDelta(); + // Check both angles, as the alt modifier can change the wheel direction. + int wheelAngle = angleDelta.x(); + if (wheelAngle == 0) + { + wheelAngle = angleDelta.y(); + } + cursorZChannel->ProcessRawInputEvent(aznumeric_cast(wheelAngle)); + NotifyUpdateChannelIfNotIdle(cursorZChannel, wheelEvent); + m_mouseChannelsNeedUpdate = true; + } + + void QtEventToAzInputMapper::HandleFocusChange(QEvent* event) + { + for (auto& channelData : m_channels) + { + // If resetting the input device changed the channel state, submit it to the mapped channel list + // for processing. + if (channelData.second->IsActive()) + { + channelData.second->UpdateState(false); + NotifyUpdateChannelIfNotIdle(channelData.second, event); + } + } + m_mouseChannelsNeedUpdate = false; + } +} // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.h new file mode 100644 index 0000000000..919d8fcc2a --- /dev/null +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.h @@ -0,0 +1,166 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#pragma once + +#if !defined(Q_MOC_RUN) +#include +#include +#include +#include +#include +#include + +#include +#include + +#include +#include +#endif //! defined(Q_MOC_RUN) + +class QWidget; +class QKeyEvent; +class QMouseEvent; +class QWheelEvent; + +namespace AzToolsFramework +{ + //! Maps events from the Qt input system to synthetic InputChannels in AzFramework + //! that can be used by AzFramework::ViewportControllers. + class QtEventToAzInputMapper final : public QObject + { + Q_OBJECT + + public: + QtEventToAzInputMapper(QWidget* sourceWidget, int syntheticDeviceId = 0); + ~QtEventToAzInputMapper() = default; + + //! Queries whether a given input channel has a synthetic equivalent mapped + //! by this system. + //! \returns true if the channel is handled by MapQtEventToAzInput. + bool HandlesInputEvent(const AzFramework::InputChannel& channel) const; + + //! Sets whether or not this input mapper should be updating its input channels from Qt events. + void SetEnabled(bool enabled); + + //! Sets whether or not the cursor should be constrained to the source widget and invisible. + //! Internally, this will reset the cursor position after each move event to ensure movement + //! events don't allow the cursor to escape. This can be used for typical camera controls + //! like a dolly or rotation, where mouse movement is important but cursor location is not. + void SetCursorCaptureEnabled(bool enabled); + + // QObject overrides... + bool eventFilter(QObject* object, QEvent* event) override; + + signals: + //! This signal fires whenever the state of the specified input channel changes. + //! This is determined by Qt events dispatched to the source widget. + //! \param channel The AZ input channel that has been updated. + //! \param event The underlying Qt event that triggered this change, if applicable. + void InputChannelUpdated(const AzFramework::InputChannel* channel, QEvent* event); + + private: + // Gets an input channel of the specified type by ID. + template + TInputChannel* GetInputChannel(const AzFramework::InputChannelId& id) + { + auto channelIt = m_channels.find(id); + if (channelIt != m_channels.end()) + { + return static_cast(channelIt->second); + } + return nullptr; + } + + // Adds channels from the specified channel container to our input channel ID -> input channel lookup table. + // Used for rapid lookup. + template + void AddChannels(const TContainer& container) + { + for (const auto& channelData : container) + { + // Break const as we're taking these input channels from devices we own. + m_channels.emplace(channelData.first, const_cast(channelData.second)); + } + } + + // Our synthetic Keyboard device, does no internal keyboard handling and instead listens to this class for updates. + class EditorQtKeyboardDevice : public AzFramework::InputDeviceKeyboard + { + public: + EditorQtKeyboardDevice(AzFramework::InputDeviceId id); + + friend class QtEventToAzInputMapper; + }; + + // Our synthetic Mouse device, does no internal keyboard handling and instead listens to this class for updates. + class EditorQtMouseDevice : public AzFramework::InputDeviceMouse + { + public: + EditorQtMouseDevice(AzFramework::InputDeviceId id); + + friend class QtEventToAzInputMapper; + }; + + // Emits InputChannelUpdated if channel has transitioned in state (i.e. has gone from active to inactive or vice versa). + void NotifyUpdateChannelIfNotIdle(const AzFramework::InputChannel* channel, QEvent* event); + + // Processes any pending mouse movement events, this allows mouse movement channels to close themselves. + void ProcessPendingMouseEvents(); + + // Converts a point in logical source widget space [0..m_sourceWidget->size()] to normalized [0..1] space. + AZ::Vector2 WidgetPositionToNormalizedPosition(QPoint position); + // Converts a point in normalized [0..1] space to logical source widget space [0..m_sourceWidget->size()]. + QPoint NormalizedPositionToWidgetPosition(AZ::Vector2 normalizedPosition); + + // Handle mouse click events. + void HandleMouseButtonEvent(QMouseEvent* mouseEvent); + // Handle mouse move events. + void HandleMouseMoveEvent(QMouseEvent* mouseEvent); + // Handles key press / release events (or ShortcutOverride events for keys listed in m_highPriorityKeys). + void HandleKeyEvent(QKeyEvent* keyEvent); + // Handles mouse wheel events. + void HandleWheelEvent(QWheelEvent* wheelEvent); + // Handles focus change events. + void HandleFocusChange(QEvent* event); + + // Populates m_keyMappings. + void InitializeKeyMappings(); + // Populates m_mouseButtonMappings. + void InitializeMouseButtonMappings(); + // Populates m_highPriorityKeys. + void InitializeHighPriorityKeys(); + + // The current keyboard modifier state used by our synthetic key input channels. + AZStd::shared_ptr m_keyboardModifiers; + // The current normalized cursor position used by our synthetic system cursor event. + AZStd::shared_ptr m_cursorPosition; + // A lookup table for Qt key -> AZ input channel. + AZStd::unordered_map m_keyMappings; + // A lookup table for Qt mouse button -> AZ input channel. + AZStd::unordered_map m_mouseButtonMappings; + // A set of high priority keys that need to be processed at the ShortcutOverride level instead of the + // KeyEvent level. This prevents e.g. the main menu bar from processing a press of the "alt" key when the + // viewport consumes the event. + AZStd::unordered_set m_highPriorityKeys; + // A lookup table for AZ input channel ID -> physical input channel on our mouse or keyboard device. + AZStd::unordered_map m_channels; + // The source widget to map events from, used to calculate the relative mouse position within the widget bounds. + QWidget* m_sourceWidget; + // Flags when mouse movement channels have been opened and may need to be closed (as there are no movement ended events). + bool m_mouseChannelsNeedUpdate = false; + // Flags whether or not Qt events should currently be processed. + bool m_enabled = true; + // Flags whether or not the cursor is being constrained to the source widget (for invisible mouse movement). + bool m_capturingCursor = false; + + // Our viewport-specific AZ devices. We control their internal input channel states. + AZStd::unique_ptr m_mouseDevice; + AZStd::unique_ptr m_keyboardDevice; + }; +} // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Logger/TraceLogger.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Logger/TraceLogger.cpp new file mode 100644 index 0000000000..5f1546bf83 --- /dev/null +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Logger/TraceLogger.cpp @@ -0,0 +1,74 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#include + +#include +#include + + +namespace AzToolsFramework +{ + TraceLogger::TraceLogger() + { + AZ::Debug::TraceMessageBus::Handler::BusConnect(); + } + + TraceLogger::~TraceLogger() + { + AZ::Debug::TraceMessageBus::Handler::BusDisconnect(); + } + + bool TraceLogger::OnOutput(const char* window, const char* message) + { + if (m_logFile) + { + m_logFile->AppendLog(AzFramework::LogFile::SEV_NORMAL, window, message); + } + else + { + m_startupLogSink.push_back({ window, message }); + } + return false; + } + + void TraceLogger::WriteStartupLog(const AZStd::string& logFileName) + { + using namespace AzFramework; + + AZ::IO::FileIOBase* fileIO = AZ::IO::FileIOBase::GetInstance(); + AZ_Assert(fileIO != nullptr, "FileIO should be running at this point"); + + // There is no log system online so we have to create your own log file. + char resolveBuffer[AZ_MAX_PATH_LEN] = { 0 }; + fileIO->ResolvePath("@user@", resolveBuffer, AZ_MAX_PATH_LEN); + + // Note: @log@ hasn't been set at this point + AZStd::string logDirectory; + StringFunc::Path::Join(resolveBuffer, "log", logDirectory); + fileIO->SetAlias("@log@", logDirectory.c_str()); + + fileIO->CreatePath("@root@"); + fileIO->CreatePath("@user@"); + fileIO->CreatePath("@log@"); + + AZStd::string logPath; + StringFunc::Path::Join(logDirectory.c_str(), logFileName.c_str(), logPath); + + m_logFile.reset(aznew LogFile(logPath.c_str())); + if (m_logFile) + { + m_logFile->SetMachineReadable(false); + for (const LogMessage& message : m_startupLogSink) + { + m_logFile->AppendLog(LogFile::SEV_NORMAL, message.window.c_str(), message.message.c_str()); + } + m_startupLogSink = {}; + m_logFile->FlushLog(); + } + } +} // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Logger/TraceLogger.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Logger/TraceLogger.h new file mode 100644 index 0000000000..a10f4fc2df --- /dev/null +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Logger/TraceLogger.h @@ -0,0 +1,43 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#pragma once + +#include +#include +#include +#include + +namespace AzToolsFramework +{ + //! Connects and disconnects TraceMessageBus and allows for logging for O3DE Tools Applications + class TraceLogger + : public AZ::Debug::TraceMessageBus::Handler + { + public: + TraceLogger(); + ~TraceLogger(); + + //! Intalize logging for O3DEToolsApplications + void WriteStartupLog(const AZStd::string& logFileName); + + protected: + ////////////////////////////////////////////////////////////////////////// + // AZ::Debug::TraceMessageBus::Handler overrides... + bool OnOutput(const char* window, const char* message) override; + ////////////////////////////////////////////////////////////////////////// + + struct LogMessage + { + public: + AZStd::string window; + AZStd::string message; + }; + AZStd::vector m_startupLogSink; + AZStd::unique_ptr m_logFile; + }; +} // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.cpp index 96ba50cac4..b8fb4e6a53 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.h index 1f6d1371d4..8edcb4809c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/AngularManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.cpp index 383a69e20d..1a7e7260c5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.h index 182a56f524..a2b004763b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BaseManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BoxManipulatorRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BoxManipulatorRequestBus.h index a00ac459ac..b0bcdf47f2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BoxManipulatorRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/BoxManipulatorRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.cpp index ce12d4839f..fa4fb9ad31 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -1145,6 +1146,12 @@ namespace AzToolsFramework { if (interaction.m_keyboardModifiers.Alt()) { + if (!CanDeleteSelection(entityComponentIdPair.GetEntityId(), /*selectedCount=*/1)) + { + ShowVertexDeletionWarning(); + return; + } + SafeRemoveVertex(entityComponentIdPair, vertexIndex); } else diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.h index aec4852517..4894a00df6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/EditorVertexSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/HoverSelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/HoverSelection.h index ef03e86a91..13f3e050b4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/HoverSelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/HoverSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.cpp index 665c32ab34..a7d78761e3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.h index a84a8b016c..2fc5d57886 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineHoverSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.cpp index 59443cc2a6..2131fdf1cf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.h index 2ccc4712f5..1c07d272dd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LineSegmentSelectionManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.cpp index 3e452c8956..2c85d9df38 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.h index bbab944a20..a57cfaa42d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/LinearManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorBus.h index 641d6bf89b..1789dcc214 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.cpp index 2a9991d11f..970894f991 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.h index 8821926424..5c8e47ead4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorDebug.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.cpp index 7144452495..e994e8e2cd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.h index 7e8013fa0d..0d61e529bb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.cpp index 5622cb781c..fdc572ab05 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.h index 412a7380ab..660d38ac89 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSnapping.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.cpp index 5ab94ea9fe..d42182db92 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.h index e59b2f03f4..c372afcf32 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorSpace.h @@ -1,12 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include +#include namespace AZ { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.cpp index 0f2f75af03..147b672006 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.h index da27cbe999..9eb84c7e0b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ManipulatorView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.cpp index 1d853d8f3f..cc8e5d4866 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.h index 96736b7dde..9b570f02f3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/MultiLinearManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.cpp index 7c09aff31b..0326e4a07f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.h index 0ccb75441b..ac80008ebc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/PlanarManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.cpp index 5c2d39f173..3ba9c3d8c7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.h index 24ccea2824..172ec189f0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/RotationManipulators.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.cpp index 977e3f4e11..08735a34a3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.h index 52e7fc5e19..cca17a85e6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/ScaleManipulators.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.cpp index 93c7e3f6f3..9cf97dc213 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.h index a040dc260a..62692e0e16 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SelectionManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.cpp index 9d1838ac1e..9709856309 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.h index a6cf0ecc6e..1069c69019 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineHoverSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.cpp index 6f6d714fb6..4ee965e43a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.h index c9c25d0abc..4ddc2f4a03 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SplineSelectionManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.cpp index 04c77c4227..dd565eb0a8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.h index 542c944656..c9121c49cc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/SurfaceManipulator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.cpp index 9c4b803b4f..c5702bb249 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.h index fe1255a3c3..04d8e24ae6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Manipulators/TranslationManipulators.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Maths/TransformUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Maths/TransformUtils.h index f3a8fc08c4..deeb8df6a4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Maths/TransformUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Maths/TransformUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/BoundInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/BoundInterface.h index 2bf36fede0..40de52af14 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/BoundInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/BoundInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/ContextBoundAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/ContextBoundAPI.h index d1c0828ad2..09cec62083 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/ContextBoundAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/ContextBoundAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.cpp index 85ff51be2b..e0fa4f18c3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.h index f7b56e667c..4c3d3d8a57 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBoundManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.cpp index 1cafdb8840..9ede35b837 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.h index 32f2027687..55a276f87b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Picking/Manipulators/ManipulatorBounds.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.cpp index dc9f1c105c..7aa5967a44 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.h index 75fb1eabd2..75b68c859d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/EditorPrefabComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.cpp index 1bacc11df3..043f864245 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -81,16 +82,7 @@ namespace AzToolsFramework return; } - // If this instance's templateId is valid, we should be able to unregister this instance from - // Template to Instance mapping successfully. - if (m_templateId != InvalidTemplateId && - !m_templateInstanceMapper->UnregisterInstance(*this)) - { - AZ_Assert(false, - "Prefab - Attempted to Unregister Instance from Template with Id '%u'. " - "Instance may never have been registered or was unregistered early.", - m_templateId); - } + m_templateInstanceMapper->UnregisterInstance(*this); m_templateId = templateId; @@ -220,15 +212,7 @@ namespace AzToolsFramework void Instance::Reset() { - // Clean up Instance associations. - if (m_templateId != InvalidTemplateId && !m_templateInstanceMapper->UnregisterInstance(*this)) - { - AZ_Assert( - false, - "Prefab - Attempted to unregister Instance from Template on file path '%s' with Id '%u'. " - "Instance may never have been registered or was unregistered early.", - m_templateSourcePath.c_str(), m_templateId); - } + m_templateInstanceMapper->UnregisterInstance(*this); ClearEntities(); @@ -236,7 +220,6 @@ namespace AzToolsFramework if (m_containerEntity) { - m_instanceEntityMapper->UnregisterEntity(m_containerEntity->GetId()); m_containerEntity.reset(aznew AZ::Entity()); RegisterEntity(m_containerEntity->GetId(), GenerateEntityAlias()); } @@ -264,6 +247,11 @@ namespace AzToolsFramework void Instance::ClearEntities() { + if (m_containerEntity) + { + m_instanceEntityMapper->UnregisterEntity(m_containerEntity->GetId()); + } + for (const auto&[entityAlias, entity] : m_entities) { if (entity) diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.h index 80fd434579..39d364b4bb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/Instance.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.cpp index 33cbe67608..fe919550a2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.h index d74d20ba6d..71e7680e4e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityIdMapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.cpp index a16b5233a8..e62af48ffd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.h index 8d39d9e13d..7a544f5a5a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapperInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapperInterface.h index 2c2636709d..fb2042ad34 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapperInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityMapperInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.cpp index 1b57352c11..ca0bb829ca 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.h index 8f3e2262be..394261e902 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceEntityScrubber.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.cpp index 95cfa38bd6..b5a354ee74 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -167,7 +168,6 @@ namespace AzToolsFramework if (instance->m_containerEntity) { - instance->m_instanceEntityMapper->UnregisterEntity(instance->m_containerEntity->GetId()); instance->m_containerEntity.reset(); } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.h index e49ae60c50..db76439446 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceSerializer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplateInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplateInterface.h index 63a29ecde1..b944ef159a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplateInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplateInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.cpp index 720c14ed36..8f93ebb6df 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -172,20 +173,23 @@ namespace AzToolsFramework PrefabDom& templateDomReference = m_prefabSystemComponentInterface->FindTemplateDom(templateId); //apply patch to template - AZ::JsonSerializationResult::ResultCode result = AZ::JsonSerialization::ApplyPatch(templateDomReference, - templateDomReference.GetAllocator(), providedPatch, AZ::JsonMergeApproach::JsonPatch); + AZ::JsonSerializationResult::ResultCode result = + PrefabDomUtils::ApplyPatches(templateDomReference, templateDomReference.GetAllocator(), providedPatch); //trigger propagation - if (result.GetOutcome() == AZ::JsonSerializationResult::Outcomes::Success) + if (result.GetProcessing() != AZ::JsonSerializationResult::Processing::Completed) { - m_prefabSystemComponentInterface->SetTemplateDirtyFlag(templateId, true); - m_prefabSystemComponentInterface->PropagateTemplateChanges(templateId, instanceToExclude); - return true; + AZ_Error("Prefab", false, "Patch was not successfully applied."); + return false; } else { - AZ_Error("Prefab", false, "Patch was not successfully applied"); - return false; + AZ_Error( + "Prefab", result.GetOutcome() != AZ::JsonSerializationResult::Outcomes::PartialSkip, + "Some of the patches are not successfully applied."); + m_prefabSystemComponentInterface->SetTemplateDirtyFlag(templateId, true); + m_prefabSystemComponentInterface->PropagateTemplateChanges(templateId, instanceToExclude); + return true; } } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.h index b6210b26e4..57d92d78f4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceToTemplatePropagator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.cpp index 8cd76c6c73..1c389f6b97 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.h index 6eb43c0713..ee461eae88 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutorInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutorInterface.h index f13c4542cf..8ad032e1d0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutorInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/InstanceUpdateExecutorInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.cpp index a5125701a7..65c498499d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.h index d3773a4928..307996b381 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapperInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapperInterface.h index 64cbde6db8..6473d5e937 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapperInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Instance/TemplateInstanceMapperInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.cpp index 1d27fa6375..3c7e5ff3f8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -176,12 +177,17 @@ namespace AzToolsFramework } else { - AZ::JsonSerializationResult::ResultCode applyPatchResult = AZ::JsonSerialization::ApplyPatch( - sourceTemplateDomCopy, - targetTemplatePrefabDom.GetAllocator(), - patchesReference->get(), - AZ::JsonMergeApproach::JsonPatch); + AZ::JsonSerializationResult::ResultCode applyPatchResult = + PrefabDomUtils::ApplyPatches(sourceTemplateDomCopy, targetTemplatePrefabDom.GetAllocator(), patchesReference->get()); linkedInstanceDom.CopyFrom(sourceTemplateDomCopy, targetTemplatePrefabDom.GetAllocator()); + + PrefabDomValueReference sourceTemplateName = + PrefabDomUtils::FindPrefabDomValue(sourceTemplateDomCopy, PrefabDomUtils::SourceName); + AZ_Assert(sourceTemplateName && sourceTemplateName->get().IsString(), "A valid source template name couldn't be found"); + PrefabDomValueReference targetTemplateName = + PrefabDomUtils::FindPrefabDomValue(targetTemplatePrefabDom, PrefabDomUtils::SourceName); + AZ_Assert(targetTemplateName && targetTemplateName->get().IsString(), "A valid target template name couldn't be found"); + if (applyPatchResult.GetProcessing() != AZ::JsonSerializationResult::Processing::Completed) { AZ_Error( @@ -190,6 +196,14 @@ namespace AzToolsFramework m_sourceTemplateId, m_targetTemplateId); return false; } + if (applyPatchResult.GetOutcome() == AZ::JsonSerializationResult::Outcomes::PartialSkip) + { + AZ_Error( + "Prefab", false, + "Link::UpdateTarget - Some of the patches couldn't be applied on the source template '%s' present under the " + "target Template '%s'.", + sourceTemplateName->get().GetString(), targetTemplateName->get().GetString()); + } } // This is a guardrail to ensure the linked instance dom always has the LinkId value diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.h index e0387357cf..00530c4337 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Link/Link.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomTypes.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomTypes.h index 439942587d..5307fc7615 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomTypes.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.cpp index 4d02c61b3d..86983d7912 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -47,7 +48,7 @@ namespace AzToolsFramework return valueIterator->value; } - bool StoreInstanceInPrefabDom(const Instance& instance, PrefabDom& prefabDom) + bool StoreInstanceInPrefabDom(const Instance& instance, PrefabDom& prefabDom, StoreInstanceFlags flags) { InstanceEntityIdMapper entityIdMapper; entityIdMapper.SetStoringInstance(instance); @@ -58,6 +59,11 @@ namespace AzToolsFramework settings.m_metadata.Add(static_cast(&entityIdMapper)); settings.m_metadata.Add(&entityIdMapper); + if ((flags & StoreInstanceFlags::StripDefaultValues) != StoreInstanceFlags::StripDefaultValues) + { + settings.m_keepDefaults = true; + } + AZ::JsonSerializationResult::ResultCode result = AZ::JsonSerialization::Store(prefabDom, prefabDom.GetAllocator(), instance, settings); @@ -231,6 +237,26 @@ namespace AzToolsFramework return findInstancesResult->get(); } + AZ::JsonSerializationResult::ResultCode ApplyPatches( + PrefabDomValue& prefabDomToApplyPatchesOn, PrefabDom::AllocatorType& allocator, const PrefabDomValue& patches) + { + auto issueReportingCallback = [](AZStd::string_view, AZ::JsonSerializationResult::ResultCode result, + AZStd::string_view) -> AZ::JsonSerializationResult::ResultCode + { + using namespace AZ::JsonSerializationResult; + if (result.GetProcessing() == Processing::Halted) + { + return ResultCode(result.GetTask(), Outcomes::PartialSkip); + } + return result; + }; + + AZ::JsonApplyPatchSettings applyPatchSettings; + applyPatchSettings.m_reporting = AZStd::move(issueReportingCallback); + return AZ::JsonSerialization::ApplyPatch( + prefabDomToApplyPatchesOn, allocator, patches, AZ::JsonMergeApproach::JsonPatch, applyPatchSettings); + } + void PrintPrefabDomValue( [[maybe_unused]] const AZStd::string_view printMessage, [[maybe_unused]] const PrefabDomValue& prefabDomValue) diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.h index 20ba49e0ca..e773b581dd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabDomUtils.h @@ -1,12 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once +#include #include #include #include @@ -36,13 +38,25 @@ namespace AzToolsFramework PrefabDomValueReference FindPrefabDomValue(PrefabDomValue& parentValue, const char* valueName); PrefabDomValueConstReference FindPrefabDomValue(const PrefabDomValue& parentValue, const char* valueName); + enum class StoreInstanceFlags : uint8_t + { + //! No flags used during the call to LoadInstanceFromPrefabDom. + None = 0, + + //! By default an instance will be stored with default values. In cases where we want to store less json without defaults + //! such as saving to disk, this flag will control that behavior. + StripDefaultValues = 1 << 0 + }; + AZ_DEFINE_ENUM_BITWISE_OPERATORS(StoreInstanceFlags); + /** * Stores a valid Prefab Instance within a Prefab Dom. Useful for generating Templates * @param instance The instance to store * @param prefabDom The prefabDom that will be used to store the Instance data + * @param flags Controls behavior such as whether to store default values * @return bool on whether the operation succeeded */ - bool StoreInstanceInPrefabDom(const Instance& instance, PrefabDom& prefabDom); + bool StoreInstanceInPrefabDom(const Instance& instance, PrefabDom& prefabDom, StoreInstanceFlags flags = StoreInstanceFlags::None); enum class LoadInstanceFlags : uint8_t { @@ -52,13 +66,13 @@ namespace AzToolsFramework //! unique, e.g. when they are duplicates of live entities, this flag will assign them a random new id. AssignRandomEntityId = 1 << 0 }; - AZ_DEFINE_ENUM_BITWISE_OPERATORS(LoadInstanceFlags) + AZ_DEFINE_ENUM_BITWISE_OPERATORS(LoadInstanceFlags); /** * Loads a valid Prefab Instance from a Prefab Dom. Useful for generating Instances. * @param instance The Instance to load. * @param prefabDom The prefabDom that will be used to load the Instance data. - * @param shouldClearContainers Whether to clear containers in Instance while loading. + * @param flags Controls behavior such as random entity id assignment. * @return bool on whether the operation succeeded. */ bool LoadInstanceFromPrefabDom( @@ -110,6 +124,11 @@ namespace AzToolsFramework */ PrefabDomValueConstReference GetInstancesValue(const PrefabDomValue& prefabDom); + AZ::JsonSerializationResult::ResultCode ApplyPatches( + PrefabDomValue& prefabDomToApplyPatchesOn, + PrefabDom::AllocatorType& allocator, + const PrefabDomValue& patches); + /** * Prints the contents of the given prefab DOM value to the debug output console in a readable format. * @param printMessage The message that will be printed before printing the PrefabDomValue diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabIdTypes.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabIdTypes.h index 58e58735f3..1847885a6a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabIdTypes.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabIdTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.cpp index 92ff87b9ba..ea54c9d10c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -172,7 +173,7 @@ namespace AzToolsFramework progressedFilePathsSet.emplace(relativePath); // Get 'Instances' value from Template. - bool isLoadedWithErrors = false; + bool isLoadSuccessful = true; PrefabDomValueReference instancesReference = newTemplate.GetInstancesValue(); if (instancesReference.has_value()) { @@ -185,7 +186,7 @@ namespace AzToolsFramework { if (!LoadNestedInstance(instanceIterator, newTemplateId, progressedFilePathsSet)) { - isLoadedWithErrors = true; + isLoadSuccessful = false; AZ_Error( "Prefab", false, "PrefabLoader::LoadTemplate - " @@ -196,7 +197,10 @@ namespace AzToolsFramework } } } - newTemplate.MarkAsLoadedWithErrors(isLoadedWithErrors); + + isLoadSuccessful &= SanitizeLoadedTemplate(newTemplate.GetPrefabDom()); + + newTemplate.MarkAsLoadedWithErrors(!isLoadSuccessful); // Un-mark the file as being in progress. progressedFilePathsSet.erase(originPath); @@ -277,6 +281,63 @@ namespace AzToolsFramework return !nestedTemplateReference->get().IsLoadedWithErrors(); } + bool PrefabLoader::SanitizeLoadedTemplate(PrefabDomReference loadedTemplateDom) + { + // Prefabs are stored to disk with default values stripped. However, while in memory, we need those default values to be + // present to make patches work consistently. To accomplish this, we'll instantiate the Dom, then serialize the instance + // back into a Dom with all of the default values preserved. + // Note that this is the default behavior in Prefab serialization, so we don't need to specify StoreInstanceFlags. + + if (!loadedTemplateDom) + { + return false; + } + + Instance loadedPrefabInstance; + if (!PrefabDomUtils::LoadInstanceFromPrefabDom(loadedPrefabInstance, loadedTemplateDom->get())) + { + return false; + } + + PrefabDom storedPrefabDom(&loadedTemplateDom->get().GetAllocator()); + if (!PrefabDomUtils::StoreInstanceInPrefabDom(loadedPrefabInstance, storedPrefabDom)) + { + return false; + } + + loadedTemplateDom->get().CopyFrom(storedPrefabDom, loadedTemplateDom->get().GetAllocator()); + return true; + } + + bool PrefabLoader::SanitizeSavingTemplate(PrefabDomReference savingTemplateDom) + { + // Prefabs are stored in memory with default values spelled out to make patches work consistently. However, when we store them + // to disk, we strip those default values to save on file size. To accomplish this, we'll instantiate the Dom, then serialize + // the instance back into a Dom with all of the default values stripped. + + if (!savingTemplateDom) + { + return false; + } + + Instance savingPrefabInstance; + if (!PrefabDomUtils::LoadInstanceFromPrefabDom(savingPrefabInstance, savingTemplateDom->get())) + { + return false; + } + + PrefabDom storedPrefabDom(&savingTemplateDom->get().GetAllocator()); + if (!PrefabDomUtils::StoreInstanceInPrefabDom(savingPrefabInstance, storedPrefabDom, + PrefabDomUtils::StoreInstanceFlags::StripDefaultValues)) + { + return false; + } + + savingTemplateDom->get().CopyFrom(storedPrefabDom, savingTemplateDom->get().GetAllocator()); + + return true; + } + bool PrefabLoader::SaveTemplate(TemplateId templateId) { const auto& domAndFilepath = StoreTemplateIntoFileFormat(templateId); @@ -395,7 +456,7 @@ namespace AzToolsFramework // Make a copy of a our prefab DOM where nested instances become file references with patch data PrefabDom templateDomToSave; - if (!templateToSave.CopyTemplateIntoPrefabFileFormat(templateDomToSave)) + if (!CopyTemplateIntoPrefabFileFormat(templateToSave, templateDomToSave)) { AZ_Error( "Prefab", false, @@ -410,6 +471,80 @@ namespace AzToolsFramework return { { AZStd::move(templateDomToSave), templateToSave.GetFilePath() } }; } + bool PrefabLoader::CopyTemplateIntoPrefabFileFormat(TemplateReference templateRef, PrefabDom& output) + { + AZ_Assert( + templateRef.has_value(), + "CopyTemplateIntoPrefabFileFormat called on empty template reference." + ); + + PrefabDom& prefabDom = templateRef->get().GetPrefabDom(); + + // Start by making a copy of our dom + output.CopyFrom(prefabDom, prefabDom.GetAllocator()); + + SanitizeSavingTemplate(output); + + for (const LinkId& linkId : templateRef->get().GetLinks()) + { + AZStd::optional> findLinkResult = m_prefabSystemComponentInterface->FindLink(linkId); + + if (!findLinkResult.has_value()) + { + AZ_Error( + "Prefab", false, + "Link with id %llu could not be found while attempting to store " + "Prefab Template with source path %s in Prefab File format. " + "Unable to proceed.", + linkId, templateRef->get().GetFilePath().c_str()); + + return false; + } + + if (!findLinkResult->get().IsValid()) + { + AZ_Error( + "Prefab", false, + "Link with id %llu and is invalid during attempt to store " + "Prefab Template with source path %s in Prefab File format. " + "Unable to Proceed.", + linkId, templateRef->get().GetFilePath().c_str()); + + return false; + } + + Link& link = findLinkResult->get(); + + PrefabDomPath instancePath = link.GetInstancePath(); + PrefabDom& linkDom = link.GetLinkDom(); + + // Get the instance value of the Template copy + // This currently stores a fully realized nested Template Dom + PrefabDomValue* instanceValue = instancePath.Get(output); + + if (!instanceValue) + { + AZ_Error( + "Prefab", false, + "Template::CopyTemplateIntoPrefabFileFormat: Unable to recover nested instance Dom value from link with id %llu " + "while attempting to store a collapsed version of a Prefab Template with source path %s. Unable to proceed.", + linkId, templateRef->get().GetFilePath().c_str()); + + return false; + } + + // Copy the contents of the Link to overwrite our Template Dom copies Instance + // The instance is now "collapsed" as it contains the file reference and patches from the link + instanceValue->CopyFrom(linkDom, prefabDom.GetAllocator()); + } + + // Remove Source parameter from the dom. It will be added on file load, and should not be stored to disk. + PrefabDomPath sourcePath = PrefabDomPath((AZStd::string("/") + PrefabDomUtils::SourceName).c_str()); + sourcePath.Erase(output); + + return true; + } + bool PrefabLoader::IsValidPrefabPath(AZ::IO::PathView path) { // Check for OS invalid character and paths ending on '/' '\\' separators as final char diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.h index b1c8daeaac..007933c021 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoader.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -25,6 +26,8 @@ namespace AzToolsFramework namespace Prefab { class PrefabSystemComponentInterface; + class Template; + using TemplateReference = AZStd::optional>; /** * The Prefab Loader helps saving/loading Prefab files. @@ -106,6 +109,16 @@ namespace AzToolsFramework static bool IsValidPrefabPath(AZ::IO::PathView path); private: + /** + * Copies the template dom provided and manipulates it into the proper format to be saved to disk. + * @param templateRef The template whose dom we want to transform into the proper format to be saved to disk. + * @param[out] output The PrefabDom reference we want to store the result into. + * @return True if the operation was completed correctly, false otherwise. + */ + bool CopyTemplateIntoPrefabFileFormat( + TemplateReference templateRef, + PrefabDom& output + ); /** * Load Prefab Template from given file path to memory and return the id of loaded Template. @@ -141,6 +154,20 @@ namespace AzToolsFramework TemplateId targetTemplateId, AZStd::unordered_set& progressedFilePathsSet); + /* + * Manipulate the provided PrefabDom into the right format to be stored in memory for editor usage. + * @param loadedTemplateDom The template to manipulate. Changes will be applied in place. + * @return True if the manipulations where applied correctly, false otherwise. + */ + bool SanitizeLoadedTemplate(PrefabDomReference loadedTemplateDom); + + /* + * Manipulate the provided PrefabDom into the right format to be stored to disk. + * @param savingTemplateDom The template to manipulate. Changes will be applied in place. + * @return True if the manipulations where applied correctly, false otherwise. + */ + bool SanitizeSavingTemplate(PrefabDomReference savingTemplateDom); + //! Retrieves Dom content and its path from a template id AZStd::optional> StoreTemplateIntoFileFormat(TemplateId templateId); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoaderInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoaderInterface.h index c3d20a6dc5..3c60bea18c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoaderInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabLoaderInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.cpp index 1632e8534b..a03e48062c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -89,10 +90,11 @@ namespace AzToolsFramework AZStd::unordered_map nestedInstanceLinkPatchesMap; // Retrieve all entities affected and identify Instances - if (!RetrieveAndSortPrefabEntitiesAndInstances(inputEntityList, commonRootEntityOwningInstance->get(), entities, instances)) + PrefabOperationResult retrieveEntitiesAndInstancesOutcome = RetrieveAndSortPrefabEntitiesAndInstances( + inputEntityList, commonRootEntityOwningInstance->get(), entities, instances); + if (!retrieveEntitiesAndInstancesOutcome.IsSuccess()) { - return AZ::Failure( - AZStd::string("Could not create a new prefab out of the entities provided - invalid selection.")); + return retrieveEntitiesAndInstancesOutcome; } AZStd::unordered_map oldEntityAliases; @@ -645,7 +647,12 @@ namespace AzToolsFramework { // Retrieve all nested instances that are part of the subtree under the current entity. EntityList entities; - RetrieveAndSortPrefabEntitiesAndInstances({ entity }, beforeOwningInstance->get(), entities, instancesInvolved); + PrefabOperationResult retrieveEntitiesAndInstancesOutcome = RetrieveAndSortPrefabEntitiesAndInstances( + { entity }, beforeOwningInstance->get(), entities, instancesInvolved); + if (!retrieveEntitiesAndInstancesOutcome.IsSuccess()) + { + return retrieveEntitiesAndInstancesOutcome; + } } for (Instance* instance : instancesInvolved) @@ -747,7 +754,9 @@ namespace AzToolsFramework AZStd::vector instances; // Retrieve all descendant entities and instances of this entity that belonged to the same owning instance. - RetrieveAndSortPrefabEntitiesAndInstances({ entity }, beforeOwningInstance->get(), entities, instances); + PrefabOperationResult retrieveEntitiesAndInstancesOutcome = RetrieveAndSortPrefabEntitiesAndInstances( + { entity }, beforeOwningInstance->get(), entities, instances); + AZ_Error("Prefab", retrieveEntitiesAndInstancesOutcome.IsSuccess(), retrieveEntitiesAndInstancesOutcome.GetError().data()); AZStd::vector> instanceUniquePtrs; AZStd::vector> instancePatches; @@ -980,11 +989,12 @@ namespace AzToolsFramework AZStd::vector instances; EntityList inputEntityList = EntityIdSetToEntityList(duplicationSet); - bool success = RetrieveAndSortPrefabEntitiesAndInstances(inputEntityList, commonOwningInstance->get(), entities, instances); + PrefabOperationResult retrieveEntitiesAndInstancesOutcome = + RetrieveAndSortPrefabEntitiesAndInstances(inputEntityList, commonOwningInstance->get(), entities, instances); - if (!success) + if (!retrieveEntitiesAndInstancesOutcome.IsSuccess()) { - return AZ::Failure(AZStd::string("Failed to retrieve entities and instances from the given list of entity ids for duplication")); + return AZStd::move(retrieveEntitiesAndInstancesOutcome); } // Take a snapshot of the instance DOM before we manipulate it @@ -1127,11 +1137,12 @@ namespace AzToolsFramework AZStd::vector entities; AZStd::vector instances; - bool success = RetrieveAndSortPrefabEntitiesAndInstances(inputEntityList, commonOwningInstance->get(), entities, instances); + PrefabOperationResult retrieveEntitiesAndInstancesOutcome = + RetrieveAndSortPrefabEntitiesAndInstances(inputEntityList, commonOwningInstance->get(), entities, instances); - if (!success) + if (!retrieveEntitiesAndInstancesOutcome.IsSuccess()) { - return AZ::Failure(AZStd::string("DeleteEntitiesAndAllDescendantsInInstance")); + return AZStd::move(retrieveEntitiesAndInstancesOutcome); } for (AZ::Entity* entity : entities) @@ -1404,13 +1415,16 @@ namespace AzToolsFramework return nullptr; } - bool PrefabPublicHandler::RetrieveAndSortPrefabEntitiesAndInstances( - const EntityList& inputEntities, Instance& commonRootEntityOwningInstance, - EntityList& outEntities, AZStd::vector& outInstances) const + PrefabOperationResult PrefabPublicHandler::RetrieveAndSortPrefabEntitiesAndInstances( + const EntityList& inputEntities, + Instance& commonRootEntityOwningInstance, + EntityList& outEntities, + AZStd::vector& outInstances) const { if (inputEntities.size() == 0) { - return false; + return AZ::Failure( + AZStd::string("An empty list of input entities is provided to retrieve the prefab entities and instances.")); } AZStd::queue entityQueue; @@ -1437,8 +1451,8 @@ namespace AzToolsFramework AZ_Assert( owningInstance.has_value(), "An error occurred while retrieving entities and prefab instances : " - "Owning instance of entity with id '%llu' couldn't be found", - entity->GetId()); + "Owning instance of entity with name '%s' and id '%llu' couldn't be found", + entity->GetName().c_str(), static_cast(entity->GetId())); // Check if this entity is owned by the same instance owning the root. if (&owningInstance->get() == &commonRootEntityOwningInstance) @@ -1479,7 +1493,10 @@ namespace AzToolsFramework else { // This can only happen if one entity does not share the common root! - return false; + return AZ::Failure(AZStd::string::format( + "Entity with name '%s' and id '%llu' has an owning instance that doesn't belong to the instance " + "hierarchy of the selected entities.", + entity->GetName().c_str(), static_cast(entity->GetId()))); } } } @@ -1500,7 +1517,12 @@ namespace AzToolsFramework outInstances.push_back(instancePtr); } - return (outEntities.size() + outInstances.size()) > 0; + if ((outEntities.size() + outInstances.size()) == 0) + { + return AZ::Failure( + AZStd::string("An empty list of entities and prefab instances were retrieved from the selected entities")); + } + return AZ::Success(); } EntityIdList PrefabPublicHandler::GenerateEntityIdListWithoutLevelInstance( diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.h index 7dbb7b1e71..0e24b0841d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -63,8 +64,11 @@ namespace AzToolsFramework private: PrefabOperationResult DeleteFromInstance(const EntityIdList& entityIds, bool deleteDescendants); - bool RetrieveAndSortPrefabEntitiesAndInstances(const EntityList& inputEntities, Instance& commonRootEntityOwningInstance, - EntityList& outEntities, AZStd::vector& outInstances) const; + PrefabOperationResult RetrieveAndSortPrefabEntitiesAndInstances( + const EntityList& inputEntities, + Instance& commonRootEntityOwningInstance, + EntityList& outEntities, + AZStd::vector& outInstances) const; EntityIdList GenerateEntityIdListWithoutLevelInstance(const EntityIdList& entityIds) const; InstanceOptionalReference GetOwnerInstanceByEntityId(AZ::EntityId entityId) const; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicInterface.h index 100e403660..6b3fdcd391 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicNotificationBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicNotificationBus.h index 6eba957049..65725b04de 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicNotificationBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabPublicNotificationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.cpp index 45b019f0a7..bfdb6b79f2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -631,13 +632,16 @@ namespace AzToolsFramework //member itself, so we need to move instancesValue to the correct position for the next insert memberFound = instancesValue->get().FindMember(PrefabDomUtils::InstancesName); instancesValue = memberFound->value; - instancesValue->get().SetObject(); } else { instancesValue = memberFound->value; } + if (!instancesValue->get().IsObject()) + { + instancesValue->get().SetObject(); + } // Only add the instance if it's not there already if (instancesValue->get().FindMember(rapidjson::StringRef(instanceAlias.c_str())) == instancesValue->get().MemberEnd()) { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.h index 89452543fc..04457b5a97 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponentInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponentInterface.h index 4e77d0b89a..0c758a21af 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponentInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabSystemComponentInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.cpp index e29c33a21f..955af18a66 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -261,8 +262,13 @@ namespace AzToolsFramework instanceDom.CopyFrom(instanceDomRef->get(), instanceDom.GetAllocator()); //apply the patch to the template within the target - AZ::JsonSerializationResult::ResultCode result = AZ::JsonSerialization::ApplyPatch(instanceDom, - instanceDom.GetAllocator(), patch, AZ::JsonMergeApproach::JsonPatch); + AZ::JsonSerializationResult::ResultCode result = PrefabDomUtils::ApplyPatches(instanceDom, instanceDom.GetAllocator(), patch); + + AZ_Error( + "Prefab", + result.GetOutcome() == AZ::JsonSerializationResult::Outcomes::PartialSkip || + result.GetOutcome() == AZ::JsonSerializationResult::Outcomes::Success, + "Some of the patches are not successfully applied."); //remove the link id placed into the instance auto linkIdIter = instanceDom.FindMember(PrefabDomUtils::LinkIdName); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.h index 51bd2ca0c0..1b04852c37 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndo.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.cpp index f6750459ff..3d22a35858 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.h index ca1ad086ee..b5a8cf9e3a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.cpp index 6801c094c3..9c44fc7ffd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.h index 607302e1c1..f69a62b9cf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/PrefabUndoHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.cpp index 569968de8c..c270e99173 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.h index 9342d61d24..345050fac5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ComponentRequirementsValidator.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.cpp index 1944893069..1d856fa395 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.h index a7c093eb8a..dc10952733 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorInfoRemover.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.cpp index 95263c1355..7d87e32e48 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.h index ca75f26aac..0641603792 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/EditorOnlyEntityHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.cpp index d236fb412b..ec0b8e3b83 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.h index 152d7008ad..234aa8e044 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/UiEditorOnlyEntityHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.cpp index ebb277a2dc..eea8e3f478 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.h index c94c5e5ba2..c2ddee82e0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/EditorOnlyEntityHandler/WorldEditorOnlyEntityHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.cpp index 8a4b4f6cc5..c455873036 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.h index ae793629ad..253321f8e7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabCatchmentProcessor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.cpp index fd167ee4e7..8e0d7fcd42 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.h index 4ede599ad9..e4ea45291f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabConversionPipeline.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessor.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessor.h index 3be7a3e518..fa94f8bf8e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessor.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.cpp index 8b9913dfc3..0a7fb3a224 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.h index 6e5eb5fc14..7c21d446de 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/PrefabProcessorContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.cpp index 612c587f63..9c59b6b559 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.h index d80b240901..61d529842c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/ProcesedObjectStore.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.cpp index d4f765db38..07b5c0d00b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.h index 21dd41f902..2c4780869f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableMetaDataBuilder.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.cpp index d046fc733d..1373d2fa75 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -46,10 +47,11 @@ namespace AzToolsFramework::Prefab::SpawnableUtils } } + template void OrganizeEntitiesForSorting( - AzFramework::Spawnable::EntityList& entities, + AZStd::vector& entities, AZStd::unordered_set& existingEntityIds, - AZStd::unordered_map& parentIdToChildren, + AZStd::unordered_map>& parentIdToChildren, AZStd::vector& candidateIds, size_t& removedEntitiesCount) { @@ -90,7 +92,7 @@ namespace AzToolsFramework::Prefab::SpawnableUtils // entities with no transform component will be treated like entities with no parent. AZ::EntityId parentId; if (AZ::TransformInterface* transformInterface = - AZ::EntityUtils::FindFirstDerivedComponent(entity.get())) + AZ::EntityUtils::FindFirstDerivedComponent(&(*entity))) { parentId = transformInterface->GetParentId(); if (parentId == entityId) @@ -104,8 +106,7 @@ namespace AzToolsFramework::Prefab::SpawnableUtils } auto& children = parentIdToChildren[parentId]; - children.emplace_back(nullptr); - children.back().swap(entity); + children.emplace_back(AZStd::move(entity)); } // clear 'entities', we'll refill it in sorted order. @@ -125,9 +126,10 @@ namespace AzToolsFramework::Prefab::SpawnableUtils } + template void TraceParentingLoop( const AZ::EntityId& parentFromLoopId, - const AZStd::unordered_map& parentIdToChildren) + const AZStd::unordered_map>& parentIdToChildren) { // Find name to use in warning message @@ -153,16 +155,22 @@ namespace AzToolsFramework::Prefab::SpawnableUtils parentFromLoopId.ToString().c_str()); } + void SortEntitiesByTransformHierarchy(AzFramework::Spawnable& spawnable) { - auto& entities = spawnable.GetEntities(); + SortEntitiesByTransformHierarchy(spawnable.GetEntities()); + } + + template + void SortEntitiesByTransformHierarchy(AZStd::vector& entities) + { const size_t originalEntityCount = entities.size(); // IDs of those present in 'entities'. Does not include parent ID if parent not found in 'entities' AZStd::unordered_set existingEntityIds; // map children by their parent ID (even if parent not found in 'entities') - AZStd::unordered_map parentIdToChildren; + AZStd::unordered_map> parentIdToChildren; // use 'candidateIds' to track the parent IDs we're going to process next. AZStd::vector candidateIds; @@ -199,8 +207,7 @@ namespace AzToolsFramework::Prefab::SpawnableUtils for (auto& child : foundChildren->second) { candidateIds.push_back(child->GetId()); - entities.emplace_back(nullptr); - entities.back().swap(child); + entities.emplace_back(AZStd::move(child)); } parentIdToChildren.erase(foundChildren); @@ -217,4 +224,7 @@ namespace AzToolsFramework::Prefab::SpawnableUtils } + // Explicit specializations of SortEntitiesByTransformHierarchy (have to be in cpp due to clang errors) + template void SortEntitiesByTransformHierarchy(AZStd::vector& entities); + template void SortEntitiesByTransformHierarchy(AZStd::vector>& entities); } // namespace AzToolsFramework::Prefab::SpawnableUtils diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.h index 2c2ec2f532..ffcf13e081 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/SpawnableUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -16,4 +17,8 @@ namespace AzToolsFramework::Prefab::SpawnableUtils bool CreateSpawnable(AzFramework::Spawnable& spawnable, const PrefabDom& prefabDom, AZStd::vector>& referencedAssets); void SortEntitiesByTransformHierarchy(AzFramework::Spawnable& spawnable); + + template + void SortEntitiesByTransformHierarchy(AZStd::vector& entities); + } // namespace AzToolsFramework::Prefab::SpawnableUtils diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.cpp index a750468eb7..99dce3d14f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -138,77 +139,6 @@ namespace AzToolsFramework return m_prefabDom; } - bool Template::CopyTemplateIntoPrefabFileFormat(PrefabDom& output) - { - // Start by making a copy of our dom - output.CopyFrom(m_prefabDom, m_prefabDom.GetAllocator()); - - PrefabSystemComponentInterface* prefabSystemComponentInterface = - AZ::Interface::Get(); - - AZ_Assert(prefabSystemComponentInterface, - "Prefab - Prefab System Component Interface is null while attempting " - "to copy Template associated with Prefab file %s into Prefab File format", - m_filePath.c_str()); - - for (const LinkId& linkId : m_links) - { - AZStd::optional> findLinkResult = - prefabSystemComponentInterface->FindLink(linkId); - - if (!findLinkResult.has_value()) - { - AZ_Error("Prefab", false, - "Link with id %llu could not be found while attempting to store " - "Prefab Template with source path %s in Prefab File format. " - "Unable to proceed.", - linkId, m_filePath.c_str()); - - return false; - } - - if (!findLinkResult->get().IsValid()) - { - AZ_Error("Prefab", false, - "Link with id %llu and is invalid during attempt to store " - "Prefab Template with source path %s in Prefab File format. " - "Unable to Proceed.", - linkId, m_filePath.c_str()); - - return false; - } - - Link& link = findLinkResult->get(); - - PrefabDomPath instancePath = link.GetInstancePath(); - PrefabDom& linkDom = link.GetLinkDom(); - - // Get the instance value of the Template copy - // This currently stores a fully realized nested Template Dom - PrefabDomValue* instanceValue = instancePath.Get(output); - - if (!instanceValue) - { - AZ_Error("Prefab", false, - "Template::CopyTemplateIntoPrefabFileFormat: Unable to recover nested instance Dom value from link with id %llu " - "while attempting to store a collapsed version of a Prefab Template with source path %s. Unable to proceed.", - linkId, m_filePath.c_str()); - - return false; - } - - // Copy the contents of the Link to overwrite our Template Dom copies Instance - // The instance is now "collapsed" as it contains the file reference and patches from the link - instanceValue->CopyFrom(linkDom, m_prefabDom.GetAllocator()); - } - - // Remove Source parameter from the dom. It will be added on file load, and should not be stored to disk. - PrefabDomPath sourcePath = PrefabDomPath((AZStd::string("/") + PrefabDomUtils::SourceName).c_str()); - sourcePath.Erase(output); - - return true; - } - PrefabDomValueReference Template::GetInstancesValue() { if (!IsValid()) diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.h index fd44349901..fbc9a26f36 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Template/Template.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -58,8 +59,6 @@ namespace AzToolsFramework PrefabDom& GetPrefabDom(); const PrefabDom& GetPrefabDom() const; - bool CopyTemplateIntoPrefabFileFormat(PrefabDom& output); - PrefabDomValueReference GetInstancesValue(); PrefabDomValueConstReference GetInstancesValue() const; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.cpp index fecb2614cc..aff49a1df2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.h b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.h index a3563616e5..7e416c3cc0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditor.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.cpp index aadd1fd24f..c789c4ee44 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.h index 4f62adeab4..844f9f88fa 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PropertyTreeEditor/PropertyTreeEditorComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.cpp index 6e0560d2fa..0a2fbb14f6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.h b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.h index 412de079e3..e34d652e1b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptHelpDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.cpp index 66d69683f1..05a9353c33 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.h b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.h index 72f7d2d9cf..c4ec0ebbe2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/PythonTerminal/ScriptTermDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.cpp index fa53959f30..dde774dab1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.h index aa5d265b84..93955a0308 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Render/EditorIntersectorComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.cpp index 0b8decfc67..5ee5e56fa7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.h index 59a3d5a814..72bf9d6186 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteBoundColumnSet.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.cpp index ee2534ed9c..e262c77529 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -302,7 +303,10 @@ namespace AzToolsFramework return false; } - bindCallback(statement); + if (bindCallback) + { + bindCallback(statement); + } res = sqlite3_step(statement); bool validResult = res == SQLITE_DONE; @@ -495,7 +499,7 @@ namespace AzToolsFramework int res = sqlite3_prepare_v2(db, m_parentPrototype->GetSqlText().c_str(), (int)m_parentPrototype->GetSqlText().length() + 1, &m_statement, NULL); - AZ_Error("SQLiteConnection", res == SQLITE_OK, "Statement::PrepareFirstTime: failed! %s ( prototype is '%s'). Error code returned is %d.", sqlite3_errmsg(db), m_parentPrototype->GetSqlText().c_str(), res); + AZ_Assert(res == SQLITE_OK, "Statement::PrepareFirstTime: failed! %s ( prototype is '%s'). Error code returned is %d.", sqlite3_errmsg(db), m_parentPrototype->GetSqlText().c_str(), res); return ((res == SQLITE_OK)&&(m_statement)); } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.h index db3ccd2631..457f1bb97c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteConnection.h @@ -2,8 +2,9 @@ #define AZFRAMEWORK_SQLITECONNECTION_H /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.cpp index bf0a2bdbdf..6cb375ae22 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.h index 4e1001fa6d..255b680373 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQuery.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQueryLogBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQueryLogBus.h index 5592d7779f..2dc54a25f1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQueryLogBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SQLite/SQLiteQueryLogBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.cpp index 80a9f8dd9c..3c7bab3e77 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.h index d0f4a0234c..db6cee6300 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceCompilation.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.cpp index 138851580d..f8e0b92b32 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "SliceDataFlagsCommand.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.h index 375ec23383..124816b11d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDataFlagsCommand.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserBus.h index 5f3f28d273..bb94c30089 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.cpp index b908ccfebd..8d6797ab4e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.h index bbad6b778d..79a691bbf6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceDependencyBrowserComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextBus.h index e6b6836c7a..176b86d013 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.cpp index f83569bb13..f9cbb7722f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.h index 739aa425b3..08fa9f03ce 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceMetadataEntityContextComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.cpp index 53e5253c94..aa4c196590 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.h index 517ebd74f6..4a253dcd8c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRelationshipNode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestBus.h index 562311dd26..16cb2a52c5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.cpp index 043ed2f1a3..36f647e4c2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.h index 111ce81fbc..9b7e208f4f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceRequestComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.cpp index 81aacf9372..15b330c65b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.h index 89346a3fa0..19120842a9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceTransaction.h @@ -1,7 +1,8 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.cpp index b5c8058f73..6ef0c83991 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include @@ -61,6 +61,7 @@ #include AZ_PUSH_DISABLE_WARNING(4251 4244, "-Wunknown-warning-option") // 4251: class '...' needs to have dll-interface to be used by clients of class '...' // 4244: 'argument': conversion from 'int' to 'float', possible loss of data +#include #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.h index 165daac713..c9add4f7f1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Slice/SliceUtilities.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.cpp index db766eae61..5fa204da0b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.h index aa125fad8f..1be07d4286 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/LocalFileSCComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.cpp index 8685dd1eec..4ad409507e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.h index 548940c198..858d9c0103 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.cpp index 6ed42a28a9..eee1fe75d6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.h index ce0f3b126a..488b952f2f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/PerforceConnection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.cpp index 5f78008661..44ad9de7ad 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.h index dff7d32506..8fbce5cd64 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/QtSourceControlNotificationHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/SourceControlAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/SourceControlAPI.h index 0eff682b41..df9b136752 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/SourceControlAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/SourceControl/SourceControlAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.cpp index a91fb9a8ad..91f70f619a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.h index 02912f806a..811e2e09b7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/LoadingThumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.cpp index 7541641e24..65bb615206 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.h index aef2a335ea..b41ad3b89c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/MissingThumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.cpp index 4bd21a0baa..655fd27a0f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.h index 8deb79d1df..3804ffbd6a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnailBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnailBus.h index 85d4f44d3b..e33fe8a107 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnailBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/SourceControlThumbnailBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.cpp index c29c578599..0762a07493 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.h index 558f902f90..d4971a7697 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.inl index f355555346..d3e05b90bb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/Thumbnail.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.cpp index 865e8a4207..cd2c673a24 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.h index 2f863803b2..77d56b7831 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailContext.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailDelegate.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailDelegate.h index 5b036a32f2..d21b6d7699 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailDelegate.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailDelegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.cpp index 7ed0ba0697..38bd854f17 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.h index 8e099b7d06..0674726155 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerBus.h index dc6cb30546..6f074da878 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.cpp index ee2f58e409..170785b631 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.h index 2a8e5eeae7..bd075e28da 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.cpp index 39866b2fe9..2be634d379 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.h index 463d1fa5b2..41ae051b0d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Thumbnails/ThumbnailerNullComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.cpp index d737074e11..e655cd24d1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.h index 8bdee09ba7..40a0aa29e1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/AzToolsFrameworkConfigurationSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.cpp index bb16f7ecfe..21b1ac01bc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentAssetMimeDataContainer.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.h index 2918885bdc..6cec35e2de 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentAssetMimeDataContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,8 @@ #include #include +#include + namespace AZ { struct ClassDataReflection; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.cpp index 31ab4714af..677871645a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.h index 71da90225f..c676ffe71f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ComponentMimeData.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.cpp index 050034bce4..b5c7273920 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorAssetMimeDataContainer.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.h index 6edeff2785..8a79748bd7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetMimeDataContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,8 @@ #include #include +#include + namespace AZ { struct ClassDataReflection; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.cpp index e6e7c86acc..20750c5902 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorAssetReference.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.h index 4f19892427..e63c05fd65 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorAssetReference.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.h index b938c37695..8e6d4d9b84 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.inl index 35e75c68a8..8fc6cf76ca 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentAdapter.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.cpp index 38aa806f44..5b88fda22a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorComponentBase.h" #include "TransformComponent.h" #include "SelectionComponent.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.h index 5c1db2cf19..36f554665a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorComponentBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionBus.h index 0edfb52c57..3c6f29fd83 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.cpp index 20ef7e64d4..1ca9f2fe8e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorDisabledCompositionComponent.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.h index eaff41c2e8..588bcc3923 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorDisabledCompositionComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.cpp index c25450949c..b600fda587 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorEntityIconComponent.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.h index 81bf1fe50f..a44d3f6ec9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponentBus.h index 8c12de824c..35bb74d283 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIconComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.cpp index 613edb0d1b..3bc9aca0fe 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorEntityIdContainer.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.h index 1f00d64ff9..7f64eab2dc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorEntityIdContainer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.cpp index 3f2d7464ba..f1e43a50e9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.h index d10c6711bb..ecc7e34c76 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponentBus.h index 312226808e..71a196308c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorInspectorComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.cpp index 5a73129e92..6b897efdf8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorLayerComponent.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.h index ec0b7c0285..4b340e4f81 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponentBus.h index 855763b061..52febe9f9c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLayerComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.cpp index 4224b7de9f..39b39fb144 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorLockComponent.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.h index 8a10e9abe1..245bac55c6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponentBus.h index bd459d47e3..7dfeaffcb9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorLockComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.cpp index 22d11d6a0a..cc3870e27f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -39,7 +40,7 @@ namespace AzToolsFramework ->Attribute(AZ::Edit::Attributes::FixedComponentListIndex, 1) ->Attribute(AZ::Edit::Attributes::RemoveableByUser, true) ->Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/NonUniformScale.svg") - ->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/NonUniformScale.svg") + ->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/NonUniformScale.svg") ->DataElement( AZ::Edit::UIHandlers::Default, &EditorNonUniformScaleComponent::m_scale, "Non-uniform Scale", "Non-uniform scale for this entity only (does not propagate through hierarchy)") diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.h index edeb87e60e..66d7cd67d7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.cpp index e6cbf11d20..2e02b820b8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.h index bdb721e871..2dac9b4416 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorNonUniformScaleComponentMode.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.cpp index 848c324f2f..eba09bb18b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.h index 9ce6c31f98..116c96ddaf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponentBus.h index ed7c884b43..645a98e094 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOnlyEntityComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOutlinerComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOutlinerComponent.h index 6ea16f020d..196f0931e0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOutlinerComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorOutlinerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionBus.h index 201a536942..897f7586f7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.cpp index 0ce45bd4db..71408c8bca 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorPendingCompositionComponent.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.h index 2d3aae9156..d0c3acdf8b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorPendingCompositionComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.cpp index 4c193b587e..ff9eb025d7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorSelectionAccentSystemComponent.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.h index d965f153d1..7f76121b2e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentingBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentingBus.h index fa576bfb6a..b90cd5b867 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentingBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorSelectionAccentingBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityBus.h index 38077efef1..e7f4a472b2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.cpp index 77e491e840..ab30677219 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EditorVisibilityComponent.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.h index 1bde2fc114..db3215e518 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/EditorVisibilityComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.cpp index 72c34ac3f9..34fd62a054 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.h index 31407e2952..538148c610 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/GenericComponentWrapper.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.cpp index b6bf985857..0e98400669 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.cpp @@ -1,14 +1,15 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "LayerResult.h" #include +#include namespace AzToolsFramework { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.h index 0120f58955..e96eb218c5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/LayerResult.h @@ -1,11 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once +#include + namespace AzToolsFramework { namespace Layers diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.cpp index 31a9a2da8e..1ae1a3605a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include @@ -1021,6 +1021,7 @@ namespace AzToolsFramework ->Attribute(AZ::Edit::Attributes::AutoExpand, true) ->Attribute(AZ::Edit::Attributes::Category, "Scripting") ->Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/LuaScript.svg") + ->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/LuaScript.svg") ->Attribute(AZ::Edit::Attributes::PrimaryAssetType, AZ::AzTypeInfo::Uuid()) ->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Script.png") ->Attribute(AZ::Edit::Attributes::HelpPageURL, "https://o3de.org/docs/user-guide/components/reference/lua-script/") diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.h index aca9568576..e56bca2749 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ScriptEditorComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.cpp index 6bcebbe009..5bc4e9065e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "SelectionComponent.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.h index 4b5d0772a1..fab99199d7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponentBus.h index 3643a28b4e..fe654c8944 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/SelectionComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogBus.h index 1e86bba840..4cda74c81b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.cpp index 68f842c8b1..9b52671572 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.h index ea0e5a4c1b..86d0e6db54 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/ToolsAssetCatalogComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.cpp index eea6696e4e..7ab7dfdfe4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "TransformComponent.h" #include @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -28,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -1180,7 +1182,7 @@ namespace AzToolsFramework ClassElement(AZ::Edit::ClassElements::EditorData, "")-> Attribute(AZ::Edit::Attributes::FixedComponentListIndex, 0)-> Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/Transform.svg")-> - Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Transform.png")-> + Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Transform.svg")-> Attribute(AZ::Edit::Attributes::AutoExpand, true)-> DataElement(AZ::Edit::UIHandlers::Default, &TransformComponent::m_parentEntityId, "Parent entity", "")-> Attribute(AZ::Edit::Attributes::ChangeValidate, &TransformComponent::ValidatePotentialParent)-> @@ -1231,6 +1233,12 @@ namespace AzToolsFramework // string-name differs from class-name to avoid collisions with the other "TransformComponent" (AzFramework::TransformComponent). behaviorContext->Class("EditorTransformBus")->RequestBus("TransformBus"); } + + AZ::JsonRegistrationContext* jsonRegistration = azrtti_cast(context); + if (jsonRegistration) + { + jsonRegistration->Serializer()->HandlesType(); + } } void TransformComponent::AddContextMenuActions(QMenu* menu) diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.h index 3b1a12738b..931d3b48d6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -38,6 +39,8 @@ namespace AzToolsFramework , private AZ::TransformNotificationBus::MultiHandler , private AZ::TransformHierarchyInformationBus::Handler { + friend class JsonTransformComponentSerializer; + public: friend class TransformComponentFactory; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentBus.h index 1614646fb6..574b94a0fb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentSerializer.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentSerializer.cpp new file mode 100644 index 0000000000..0e3d27ee26 --- /dev/null +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentSerializer.cpp @@ -0,0 +1,198 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#include +#include + +namespace AzToolsFramework +{ + namespace Components + { + AZ_CLASS_ALLOCATOR_IMPL(JsonTransformComponentSerializer, AZ::SystemAllocator, 0); + + AZ::JsonSerializationResult::Result JsonTransformComponentSerializer::Load( + void* outputValue, [[maybe_unused]] const AZ::Uuid& outputValueTypeId, const rapidjson::Value& inputValue, AZ::JsonDeserializerContext& context) + { + namespace JSR = AZ::JsonSerializationResult; + + AZ_Assert( + azrtti_typeid() == outputValueTypeId, "Unable to deserialize TransformComponent from json because the provided type is %s.", + outputValueTypeId.ToString().c_str()); + + TransformComponent* transformComponentInstance = reinterpret_cast(outputValue); + AZ_Assert(transformComponentInstance, "Output value for JsonTransformComponentSerializer can't be null."); + + JSR::ResultCode result(JSR::Tasks::ReadField); + { + JSR::ResultCode componentIdLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_id, azrtti_typeidm_id)>(), + inputValue, "Id", context); + + result.Combine(componentIdLoadResult); + } + + { + JSR::ResultCode parentEntityIdLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_parentEntityId, azrtti_typeidm_parentEntityId)>(), + inputValue, "Parent Entity", context); + + result.Combine(parentEntityIdLoadResult); + } + + { + JSR::ResultCode transformDataLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_editorTransform, azrtti_typeidm_editorTransform)>(), + inputValue, "Transform Data", context); + + result.Combine(transformDataLoadResult); + } + + { + JSR::ResultCode parentActivationTransformModeLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_parentActivationTransformMode, azrtti_typeidm_parentActivationTransformMode)>(), + inputValue, "Parent Activation Transform Mode", context); + + result.Combine(parentActivationTransformModeLoadResult); + } + + { + JSR::ResultCode isStaticLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_isStatic, azrtti_typeidm_isStatic)>(), + inputValue, "IsStatic", context); + + result.Combine(isStaticLoadResult); + } + + { + JSR::ResultCode interpolatePositionLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_interpolatePosition, azrtti_typeidm_interpolatePosition)>(), + inputValue, "InterpolatePosition", context); + + result.Combine(interpolatePositionLoadResult); + } + + { + JSR::ResultCode interpolateRotationLoadResult = ContinueLoadingFromJsonObjectField( + &transformComponentInstance->m_interpolateRotation, azrtti_typeidm_interpolateRotation)>(), + inputValue, "InterpolateRotation", context); + + result.Combine(interpolateRotationLoadResult); + } + + return context.Report( + result, + result.GetProcessing() != JSR::Processing::Halted ? "Successfully loaded TransformComponent information." + : "Failed to load TransformComponent information."); + } + + AZ::JsonSerializationResult::Result JsonTransformComponentSerializer::Store( + rapidjson::Value& outputValue, const void* inputValue, const void* defaultValue, [[maybe_unused]] const AZ::Uuid& valueTypeId, + AZ::JsonSerializerContext& context) + { + namespace JSR = AZ::JsonSerializationResult; + + AZ_Assert( + azrtti_typeid() == valueTypeId, "Unable to Serialize TransformComponent because the provided type is %s.", + valueTypeId.ToString().c_str()); + + const TransformComponent* transformComponentInstance = reinterpret_cast(inputValue); + AZ_Assert(transformComponentInstance, "Input value for JsonTransformComponentSerializer can't be null."); + const TransformComponent* defaultTransformComponentInstance = reinterpret_cast(defaultValue); + + JSR::ResultCode result(JSR::Tasks::WriteValue); + { + AZ::ScopedContextPath subPathName(context, "m_id"); + const AZ::ComponentId* componentId = &transformComponentInstance->m_id; + const AZ::ComponentId* defaultComponentId = defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_id : nullptr; + + JSR::ResultCode resultComponentId = ContinueStoringToJsonObjectField( + outputValue, "Id", componentId, defaultComponentId, azrtti_typeidm_id)>(), context); + + result.Combine(resultComponentId); + } + + { + AZ::ScopedContextPath subPathName(context, "m_parentEntityId"); + const AZ::EntityId* parentEntityId = &transformComponentInstance->m_parentEntityId; + const AZ::EntityId* defaultParentEntityId = defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_parentEntityId : nullptr; + + JSR::ResultCode resultParentEntityId = ContinueStoringToJsonObjectField( + outputValue, "Parent Entity", parentEntityId, defaultParentEntityId, azrtti_typeidm_parentEntityId)>(), context); + + result.Combine(resultParentEntityId); + } + + { + AZ::ScopedContextPath subPathName(context, "m_editorTransform"); + const EditorTransform* editorTransform = &transformComponentInstance->m_editorTransform; + const EditorTransform* defaultEditorTransform = + defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_editorTransform : nullptr; + + JSR::ResultCode resultEditorTransform = ContinueStoringToJsonObjectField( + outputValue, "Transform Data", editorTransform, defaultEditorTransform, + azrtti_typeidm_editorTransform)>(), context); + + result.Combine(resultEditorTransform); + } + + { + AZ::ScopedContextPath subPathName(context, "m_parentActivationTransformMode"); + const AZ::TransformConfig::ParentActivationTransformMode* parentActivationTransformMode = &transformComponentInstance->m_parentActivationTransformMode; + const AZ::TransformConfig::ParentActivationTransformMode* defaultParentActivationTransformMode = + defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_parentActivationTransformMode : nullptr; + + JSR::ResultCode resultParentActivationTransformMode = ContinueStoringToJsonObjectField( + outputValue, "Parent Activation Transform Mode", parentActivationTransformMode, defaultParentActivationTransformMode, + azrtti_typeidm_parentActivationTransformMode)>(), context); + + result.Combine(resultParentActivationTransformMode); + } + + { + AZ::ScopedContextPath subPathName(context, "m_isStatic"); + const bool* isStatic = &transformComponentInstance->m_isStatic; + const bool* defaultIsStatic = defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_isStatic : nullptr; + + JSR::ResultCode resultIsStatic = ContinueStoringToJsonObjectField( + outputValue, "IsStatic", isStatic, defaultIsStatic, + azrtti_typeidm_isStatic)>(), context); + + result.Combine(resultIsStatic); + } + + { + AZ::ScopedContextPath subPathName(context, "m_interpolatePosition"); + const AZ::InterpolationMode* interpolatePosition = &transformComponentInstance->m_interpolatePosition; + const AZ::InterpolationMode* defaultInterpolatePosition = defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_interpolatePosition : nullptr; + + JSR::ResultCode resultInterpolatePosition = ContinueStoringToJsonObjectField( + outputValue, "InterpolatePosition", interpolatePosition, defaultInterpolatePosition, azrtti_typeidm_interpolatePosition)>(), + context); + + result.Combine(resultInterpolatePosition); + } + + { + AZ::ScopedContextPath subPathName(context, "m_interpolateRotation"); + const AZ::InterpolationMode* interpolateRotation = &transformComponentInstance->m_interpolateRotation; + const AZ::InterpolationMode* defaultInterpolateRotation = defaultTransformComponentInstance ? &defaultTransformComponentInstance->m_interpolateRotation : nullptr; + + JSR::ResultCode resultInterpolateRotation = ContinueStoringToJsonObjectField( + outputValue, "InterpolateRotation", interpolateRotation, defaultInterpolateRotation, azrtti_typeidm_interpolateRotation)>(), + context); + + result.Combine(resultInterpolateRotation); + } + + return context.Report( + result, + result.GetProcessing() != JSR::Processing::Halted ? "Successfully stored TransformComponent information." + : "Failed to store TransformComponent information."); + } + + } // namespace Components +} // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentSerializer.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentSerializer.h new file mode 100644 index 0000000000..5d325b556d --- /dev/null +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsComponents/TransformComponentSerializer.h @@ -0,0 +1,34 @@ +/* + * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. + * + * SPDX-License-Identifier: Apache-2.0 OR MIT + * + */ + +#pragma once + +#include +#include + +namespace AzToolsFramework +{ + namespace Components + { + class JsonTransformComponentSerializer + : public AZ::BaseJsonSerializer + { + public: + AZ_RTTI(JsonTransformComponentSerializer, "{F8BA0E22-1DD5-4BCC-A371-0988F8815CF4}", BaseJsonSerializer); + AZ_CLASS_ALLOCATOR_DECL; + + AZ::JsonSerializationResult::Result Load( + void* outputValue, const AZ::Uuid& outputValueTypeId, const rapidjson::Value& inputValue, + AZ::JsonDeserializerContext& context) override; + + AZ::JsonSerializationResult::Result Store( + rapidjson::Value& outputValue, const void* inputValue, const void* defaultValue, const AZ::Uuid& valueTypeId, + AZ::JsonSerializerContext& context) override; + }; + + } // namespace Components +} // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils.h index 8e9990f686..458c8095de 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_generic.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_generic.cpp index a73804f195..8357a265ba 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_generic.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_generic.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_win.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_win.cpp index 8f4fa0294f..ac239e10f9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_win.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsFileUtils/ToolsFileUtils_win.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsMessaging/EntityHighlightBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsMessaging/EntityHighlightBus.h index 812977bec5..26b5f19fcf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsMessaging/EntityHighlightBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ToolsMessaging/EntityHighlightBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.cpp index 817494f7f2..4d0297057b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentPaletteModel.hxx" namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.hxx index 162e25cb0e..c4befbcc97 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.cpp index 66de920903..abc66d1a66 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentPaletteModelFilter.hxx" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.hxx index 592634920d..19a6c72fe9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteModelFilter.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.cpp index be8bb1ed9a..3ccb4065bf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentPaletteUtil.hxx" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.hxx index 12eb05c2a1..2000d72c5c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteUtil.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.cpp index 19258647e7..afa7edc565 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentPaletteModel.hxx" #include "ComponentPaletteUtil.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.hxx index 81f5e43ee5..73fe9689d0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/ComponentPalette/ComponentPaletteWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.cpp index 2978fbf487..7227d303c4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.cpp @@ -1,10 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ +#include #include AZ_PUSH_DISABLE_WARNING(4251 4244 4458, "-Wunknown-warning-option") // 4251: 'QTextStream::d_ptr': class 'QScopedPointer>' needs to have dll-interface to be used by clients of class 'QTextStream' diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.h index 8b317f6c78..ae281a7993 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Docking/DockWidgetUtils.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.cpp index 7544f8a8be..f0462532e6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.h index 1cf0d67b9c..e7008b7abf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiHandlerBase.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiInterface.h index b1cf840200..5c6cb12311 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.cpp index cc46ebd55a..7cdfb70f09 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.h index 353f7371ee..41f0240bcf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/EditorEntityUi/EditorEntityUiSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.cpp index 170d725bfa..7d3b13b04f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "AddToLayerMenu.h" #include @@ -21,6 +21,7 @@ AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 'QLayoutItem::align #include #include AZ_POP_DISABLE_WARNING +#include namespace AzToolsFramework { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.h index d64b0af84c..328b3140a5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/AddToLayerMenu.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.cpp index c74bc8566f..d3dd556ae2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.h index b783778c0c..56b62832ce 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/LayerUiHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.cpp index c96d4ce034..b7098af5b3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.hxx index eeda7c5a5a..742d4afd0d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Layer/NameConflictWarning.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorContextBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorContextBus.h index 426972f97e..2b642344c3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorContextBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorContextBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.cpp index 71d077d284..2ed70d81b8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.cpp @@ -1,16 +1,18 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include "EditorFrameworkAPI.h" +#include + namespace LegacyFramework { const char* appName() diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.h index 854f762d0f..362812d7a2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkAPI.h @@ -1,20 +1,20 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#ifndef EditorFrameworkAPI_H -#define EditorFrameworkAPI_H +#pragma once #include #include #include +#include +#include #include -#pragma once - // this file contains the API for the buses that the framework communicates on to NON-GUI-CLIENTS // note that this does not include UI messaging, this is for non-ui parts of it! @@ -23,10 +23,6 @@ namespace AZ class SerializeContext; } -#ifdef AZ_PLATFORM_WINDOWS - typedef HINSTANCE HMODULE; -#endif - namespace LegacyFramework { // we agree that an entity list is a list of entity IDs @@ -219,9 +215,7 @@ namespace LegacyFramework /** (Windows) retrieves the main module of the executable. * This is always going to be the main executable except in the situation where the framework may be running as a DLL belonging to another process or program. */ -#ifdef AZ_PLATFORM_WINDOWS - virtual HMODULE GetMainModule() = 0; -#endif + virtual void* GetMainModule() = 0; virtual const char* GetApplicationName() = 0; virtual const char* GetApplicationModule() = 0; @@ -328,5 +322,3 @@ namespace LegacyFramework typedef AZ::EBus IPCCommandBus; }; - -#endif diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.cpp index ccc7ef1fd7..503cbc1d65 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include "EditorFrameworkApplication.h" @@ -53,11 +53,12 @@ AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 'QFileInfo::d_ptr': AZ_POP_DISABLE_OVERRIDE_WARNING #include #include +#include namespace LegacyFramework { ApplicationDesc::ApplicationDesc(const char* name, int argc, char** argv) - : m_applicationModule(NULL) + : m_applicationModule(nullptr) , m_enableGridmate(true) , m_enablePerforce(true) , m_enableGUI(true) @@ -70,7 +71,7 @@ namespace LegacyFramework m_applicationName[0] = 0; if (name) { - azstrcpy(m_applicationName, _MAX_PATH, name); + azstrcpy(m_applicationName, AZ_MAX_PATH_LEN, name); } } @@ -90,7 +91,7 @@ namespace LegacyFramework m_enableGUI = other.m_enableGUI; m_enableGridmate = other.m_enableGridmate; m_enablePerforce = other.m_enablePerforce; - azstrcpy(m_applicationName, _MAX_PATH, other.m_applicationName); + azstrcpy(m_applicationName, AZ_MAX_PATH_LEN, other.m_applicationName); m_enableProjectManager = other.m_enableProjectManager; m_shouldRunAssetProcessor = other.m_shouldRunAssetProcessor; m_saveUserSettings = other.m_saveUserSettings; @@ -104,12 +105,12 @@ namespace LegacyFramework m_isPrimary = true; m_desiredExitCode = 0; m_abortRequested = false; - m_applicationEntity = NULL; - m_ptrSystemEntity = NULL; + m_applicationEntity = nullptr; + m_ptrSystemEntity = nullptr; m_applicationModule[0] = 0; } - HMODULE Application::GetMainModule() + void* Application::GetMainModule() { return m_desc.m_applicationModule; } @@ -151,6 +152,12 @@ namespace LegacyFramework specializations.Append("tools"); } + void Application::CreateReflectionManager() + { + AZ::ComponentApplication::CreateReflectionManager(); + GetSerializeContext()->CreateEditContext(); + } + int Application::Run(const ApplicationDesc& desc) { if (!AZ::AllocatorInstance::IsReady()) @@ -365,7 +372,7 @@ namespace LegacyFramework applicationFilePath.append("_app.xml"); - AZ_Assert(applicationFilePath.size() <= _MAX_PATH, "Application path longer than expected"); + AZ_Assert(applicationFilePath.size() <= AZ_MAX_PATH_LEN, "Application path longer than expected"); qstrcpy(m_applicationFilePath, applicationFilePath.c_str()); // load all application entities, if present: diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.h index 42aacf3dbd..bcd9d23203 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/EditorFrameworkApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -24,7 +25,7 @@ namespace LegacyFramework { struct ApplicationDesc { - HMODULE m_applicationModule; // only necessary if you want to attach your application as a DLL plugin to another application, hosting it + void* m_applicationModule; // only necessary if you want to attach your application as a DLL plugin to another application, hosting it bool m_enableGUI; // false if you want none of the QT or GUI functionality to exist. You cannot use project manager if you do this. bool m_enableGridmate; // false if you want to not activate the network communications module. bool m_enablePerforce; // false if you want to not activate perforce SCM integration. note that this will eventually become a plugin anyway @@ -35,7 +36,7 @@ namespace LegacyFramework int m_argc; char** m_argv; - char m_applicationName[_MAX_PATH]; + char m_applicationName[AZ_MAX_PATH_LEN]; ApplicationDesc(const char* name = "Application", int argc = 0, char** argv = nullptr); ApplicationDesc(const ApplicationDesc& other); @@ -56,6 +57,8 @@ namespace LegacyFramework virtual int Run(const ApplicationDesc& desc); Application(); + void CreateReflectionManager() override; + protected: // ------------------------------------------------------------------ @@ -63,7 +66,7 @@ namespace LegacyFramework virtual bool IsRunningInGUIMode() { return m_desc.m_enableGUI; } virtual bool RequiresGameProject() { return m_desc.m_enableProjectManager; } virtual bool ShouldRunAssetProcessor() { return m_desc.m_shouldRunAssetProcessor; } - virtual HMODULE GetMainModule(); + virtual void* GetMainModule(); virtual const char* GetApplicationName(); virtual const char* GetApplicationModule(); virtual const char* GetApplicationDirectory(); @@ -129,11 +132,11 @@ namespace LegacyFramework void CreateApplicationComponent(); void SaveApplicationEntity(); - char m_applicationModule[_MAX_PATH]; + char m_applicationModule[AZ_MAX_PATH_LEN]; int m_desiredExitCode; bool m_isPrimary; volatile bool m_abortRequested; // if you CTRL+C in a console app, this becomes true. its up to you to check... - char m_applicationFilePath[_MAX_PATH]; + char m_applicationFilePath[AZ_MAX_PATH_LEN]; ApplicationDesc m_desc; AzFramework::CommandLine* m_ptrCommandLineParser; }; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.cpp index 38b65c3454..5d2f79f867 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "IPCComponent.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.h index 828877222d..4e5164c2bc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/Core/IPCComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusAPI.h index 246395630f..3a6c337b4e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusComponent.cpp index ac0430a62a..f294850214 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/CustomMenus/CustomMenusComponent.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.cpp index f256dc703e..a9af59f3a8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "MainWindowSavedState.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.h index bfbe18fed5..c203e7960e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/MainWindowSavedState.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.cpp index 9150ef35c4..bc16b29830 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "UIFramework.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.hxx index cb056e959f..139db511dd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFramework.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.cpp index daf516c808..e4192b6a90 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "UIFrameworkAPI.h" #include #include @@ -17,6 +17,7 @@ #include #include +#include namespace AzToolsFramework { @@ -48,32 +49,6 @@ namespace AzToolsFramework }; } - static QWindow* windowForWidget(const QWidget* widget) - { - QWindow* window = widget->windowHandle(); - if (window) - { - return window; - } - const QWidget* nativeParent = widget->nativeParentWidget(); - if (nativeParent) - { - return nativeParent->windowHandle(); - } - return 0; - } - - HWND getHWNDForWidget(const QWidget* widget) - { - QWindow* window = windowForWidget(widget); - if (window && window->handle()) - { - QPlatformNativeInterface* itf = QGuiApplication::platformNativeInterface(); - return static_cast(itf->nativeResourceForWindow(QByteArrayLiteral("handle"), window)); - } - return 0; - } - bool GetOverwritePromptResult(QWidget* pParentWidget, const char* assetNameToOvewrite) { OverwritePromptDialog dlg(pParentWidget); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.h index a73b1ee0ff..db1d5ba804 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -51,9 +52,6 @@ namespace AzToolsFramework // ------------------------------------------------ DESCRIPTOR STRUCTS ---------------------------------------------------- // ------------------------------------------------------------------------------------------------------------------------ - // helper function: - HWND getHWNDForWidget(const QWidget* widget); - struct HotkeyDescription { enum Scope diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkPreferences.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkPreferences.cpp index 51f88c1dde..6318bc3e6e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkPreferences.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/LegacyFramework/UIFrameworkPreferences.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "UIFramework.hxx" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.cpp index 6402848300..6db6aae662 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "GenericLogPanel.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.h index 42e0ebeca5..ec87a73e61 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/GenericLogPanel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.cpp index 2624624f2e..078dfb5fa2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "LogControl.h" #include "LoggingCommon.h" @@ -19,6 +19,7 @@ AZ_POP_DISABLE_WARNING #include #include #include +#include #include "LogPanel_Panel.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.h index c43ad49dd6..a722a5cc0a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogControl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.cpp index 4e76510e87..97750be7f1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.h index 00ae414c48..280bb684d7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.cpp index bfcf55f7e9..c8aa35f7e5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.h index 932f265b4e..13908c2c2b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogLine.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.cpp index b65cd14f8e..55c42e2535 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "LogPanel_Panel.h" @@ -32,6 +32,9 @@ AZ_PUSH_DISABLE_WARNING(4244 4251 4800, "-Wunknown-warning-option") // 4244: con // 4800 'QTextEngine *const ': forcing value to bool 'true' or 'false' (performance warning) #include AZ_POP_DISABLE_WARNING +#include +#include + #include #include "NewLogTabDialog.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.h index 9a9503dbfd..18a03cafe9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogPanel_Panel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.cpp index c589497880..72d297d513 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.h index 9944eed2ce..1d1c8b5461 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableItemDelegate.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.cpp index 744d3a8c0b..2d08a37bad 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.h index d8098f1057..164b75173b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogTableModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LoggingCommon.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LoggingCommon.h index a975eac435..fe9577998b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LoggingCommon.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LoggingCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.cpp index 5b29777054..ecee99f1e3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.h index ad2c3f5bcd..68c7718718 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.qss b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.qss index 6ce5340320..6e2d74af8b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.qss +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/NewLogTabDialog.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.cpp index ed50f30621..1542a5f5ab 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.h index 1f55bb1f67..c326fee998 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledLogPanel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.cpp index 0454b12a37..4f0fa3aa7e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.h index 279b365a73..413a9b214a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/StyledTracePrintFLogPanel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.cpp index f67bf27149..aa37137c82 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "TracePrintFLogPanel.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.h index 613f71c182..78462e842f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/TracePrintFLogPanel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutliner.qss b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutliner.qss index a8447ffc00..8e569eb134 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutliner.qss +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutliner.qss @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerCacheBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerCacheBus.h index 342e6bd4f7..7c89eb95ff 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerCacheBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerCacheBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.cpp index d33be96b98..f8fdbd169d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.h index 8c17fc9c20..579e2e7a8b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerDisplayOptionsMenu.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.cpp index c51c1b654b..30b3f8915b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.hxx index 528ec44dac..a6ac859971 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerListModel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.cpp index ff7a43431f..532c6ef021 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.h index 3776f17eba..285dcf3eaf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSearchWidget.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.cpp index 73139b5a67..841a01f5e5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -34,7 +35,24 @@ namespace AzToolsFramework bool EntityOutlinerSortFilterProxyModel::lessThan(const QModelIndex& leftIndex, const QModelIndex& rightIndex) const { - return sourceModel()->data(leftIndex).toString() < sourceModel()->data(rightIndex).toString(); + if (leftIndex.isValid() && rightIndex.isValid()) + { + QVariant leftData = sourceModel()->data(leftIndex); + QVariant rightData = sourceModel()->data(rightIndex); + + // make sure to compare the correct data types for sorting the current column + AZ_Assert(leftData.type() == rightData.type(), "EntityOutlinerSortFilterProxyModel::lessThan types do not agree!"); + if (static_cast(leftData.type()) == QMetaType::QString) + { + return leftData.toString() < rightData.toString(); + } + else if (static_cast(leftData.type()) == QMetaType::ULongLong) + { + return leftData.toULongLong() < rightData.toULongLong(); + } + AZ_Error("Editor", false, "Error! Unhandled type \"%s\" in EntityOutlinerSortFilterProxyModel::lessThan", leftData.typeName()); + } + return false; } void EntityOutlinerSortFilterProxyModel::sort(int /*column*/, Qt::SortOrder /*order*/) diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.hxx index 7bc483623e..b7e1a3f869 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerSortFilterProxyModel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.cpp index f445453777..eaee196c09 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.hxx index 900d9fe89a..89471de228 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerTreeView.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.cpp index 96479bb54c..c6d3c2f28f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -291,10 +292,12 @@ namespace AzToolsFramework GetEntityContextId()); EditorEntityInfoNotificationBus::Handler::BusConnect(); Prefab::PrefabPublicNotificationBus::Handler::BusConnect(); + EditorWindowUIRequestBus::Handler::BusConnect(); } EntityOutlinerWidget::~EntityOutlinerWidget() { + EditorWindowUIRequestBus::Handler::BusDisconnect(); Prefab::PrefabPublicNotificationBus::Handler::BusDisconnect(); ComponentModeFramework::EditorComponentModeNotificationBus::Handler::BusDisconnect(); EditorEntityInfoNotificationBus::Handler::BusDisconnect(); @@ -1106,16 +1109,25 @@ namespace AzToolsFramework AzQtComponents::SetWidgetInteractEnabled(entityOutlinerUi->m_searchWidget, on); } + void EntityOutlinerWidget::EnableUi(bool enable) + { + SetEntityOutlinerState(m_gui, enable); + setEnabled(enable); + } + + void EntityOutlinerWidget::SetEditorUiEnabled(bool enable) + { + EnableUi(enable); + } + void EntityOutlinerWidget::EnteredComponentMode([[maybe_unused]] const AZStd::vector& componentModeTypes) { - SetEntityOutlinerState(m_gui, false); - setEnabled(false); + EnableUi(false); } void EntityOutlinerWidget::LeftComponentMode([[maybe_unused]] const AZStd::vector& componentModeTypes) { - setEnabled(true); - SetEntityOutlinerState(m_gui, true); + EnableUi(true); } void EntityOutlinerWidget::OnPrefabInstancePropagationBegin() diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.hxx index 68f538c3ff..78aced3587 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Outliner/EntityOutlinerWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -11,6 +12,7 @@ #include #include +#include #include #include #include @@ -58,6 +60,7 @@ namespace AzToolsFramework , private EditorEntityInfoNotificationBus::Handler , private ComponentModeFramework::EditorComponentModeNotificationBus::Handler , private Prefab::PrefabPublicNotificationBus::Handler + , private EditorWindowUIRequestBus::Handler { Q_OBJECT; public: @@ -105,6 +108,9 @@ namespace AzToolsFramework void OnPrefabInstancePropagationBegin() override; void OnPrefabInstancePropagationEnd() override; + // EditorWindowUIRequestBus overrides + void SetEditorUiEnabled(bool enable) override; + // Build a selection object from the given entities. Entities already in the Widget's selection buffers are ignored. template QItemSelection BuildSelectionFromEntities(const EntityIdCollection& entityIds); @@ -155,6 +161,7 @@ namespace AzToolsFramework AZ::EntityId GetEntityIdFromIndex(const QModelIndex& index) const; QModelIndex GetIndexFromEntityId(const AZ::EntityId& entityId) const; void ExtractEntityIdsFromSelection(const QItemSelection& selection, EntityIdList& entityIdList) const; + void EnableUi(bool enable); // OutlinerModelNotificationBus::Handler // Receive notification from the outliner model that we should scroll diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.cpp index c768ab0d82..708a6d9b13 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.h index 286bdf2b54..29bb5a7d49 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/LevelRootUiHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditInterface.h index 0cb228bc40..1bd4a164f8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.cpp index 69c17d2d90..27a4c3bcaf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.h index 58f991882e..d155322e3c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabEditManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationBus.h index e6f6911f63..47b48b8a2c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationInterface.h index 4e2109771a..0befe55822 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.cpp index eb9f94d75c..5bf9b15abe 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.h index e7cf46dfab..b40f0169c9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabIntegrationManager.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.cpp index 971e7c85a2..1a9632b0e1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.h index 7bd9ad147c..0d73fba049 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Prefab/PrefabUiHandler.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.cpp index 4c151bebef..5fa8e9adbe 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentEditor.hxx" #include "ComponentEditorHeader.hxx" @@ -35,6 +35,7 @@ AZ_PUSH_DISABLE_WARNING(4251 4244, "-Wunknown-warning-option") // 4251: 'QInputE // 4244: 'return': conversion from 'qreal' to 'int', possible loss of data #include AZ_POP_DISABLE_WARNING +#include #include namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.hxx index e4f629b7fa..bd44d513fd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditor.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.cpp index 4998eec360..04d5e1facc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ComponentEditorHeader.hxx" #include "PropertyRowWidget.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.hxx index b9409418fa..8c83e1616b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ComponentEditorHeader.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.cpp index 4136d19087..6ac6270e67 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "DHQComboBox.hxx" AZ_PUSH_DISABLE_WARNING(4244 4251, "-Wunknown-warning-option") // 4244: conversion from 'int' to 'float', possible loss of data diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.hxx index 02fd3a158e..95d73b2c48 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQComboBox.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.cpp index f6eed6bfd1..76cc168a69 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "DHQSlider.hxx" #include "PropertyQTConstants.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.hxx index 184d2b426c..01aeed0300 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/DHQSlider.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.cpp index 1f01389d57..2c794fabbb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EntityIdQLabel.hxx" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.hxx index fcaac9ea2f..1b732e600c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLabel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.cpp index 6e24641ffc..b2c43751a3 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "EntityIdQLineEdit.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.h index 7a8cc3da0e..08f43bb363 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityIdQLineEdit.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.cpp index 6a399ad816..17155076ec 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.cpp @@ -1,13 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include AZ_PUSH_DISABLE_WARNING(4127, "-Wunknown-warning-option") // conditional expression is constant -#include "AzToolsFramework_precompiled.h" #include "EntityPropertyEditor.hxx" AZ_POP_DISABLE_WARNING @@ -376,6 +376,7 @@ namespace AzToolsFramework ToolsApplicationEvents::Bus::Handler::BusConnect(); AZ::EntitySystemBus::Handler::BusConnect(); EntityPropertyEditorRequestBus::Handler::BusConnect(); + EditorWindowUIRequestBus::Handler::BusConnect(); m_spacer = nullptr; m_emptyIcon = QIcon(); @@ -421,6 +422,7 @@ namespace AzToolsFramework { qApp->removeEventFilter(this); + EditorWindowUIRequestBus::Handler::BusDisconnect(); EntityPropertyEditorRequestBus::Handler::BusDisconnect(); ToolsApplicationEvents::Bus::Handler::BusDisconnect(); AZ::EntitySystemBus::Handler::BusDisconnect(); @@ -1949,12 +1951,13 @@ namespace AzToolsFramework return; } + // If prefabs are enabled, there will be no root slice so bail out here since we don't need + // to show any slice options in the menu AZ::SliceComponent* rootSlice = nullptr; AzFramework::SliceEntityOwnershipServiceRequestBus::EventResult(rootSlice, contextId, &AzFramework::SliceEntityOwnershipServiceRequestBus::Events::GetRootSlice); if (!rootSlice) { - AZ_Error("PropertyEditor", false, "Entity context has no root slice"); return; } @@ -2103,10 +2106,6 @@ namespace AzToolsFramework { QMenu* revertMenu = nullptr; - revertMenu = menu.addMenu(tr("Revert overrides")); - revertMenu->setToolTipsVisible(true); - revertMenu->setEnabled(false); - //check for changes on selected property if (componentClassData) { @@ -2126,6 +2125,11 @@ namespace AzToolsFramework return; } + // Only add the "Revert overrides" menu option if it belongs to a slice + revertMenu = menu.addMenu(tr("Revert overrides")); + revertMenu->setToolTipsVisible(true); + revertMenu->setEnabled(false); + if (fieldNode) { bool hasChanges = fieldNode->HasChangesVersusComparison(false); @@ -4961,6 +4965,35 @@ namespace AzToolsFramework EnableDisableComponentActions(widget, actions, false); } + void EntityPropertyEditor::SetEditorUiEnabled(bool enable) + { + if (!m_selectedEntityIds.empty()) + { + if (enable) + { + EnableComponentActions(this, m_entityComponentActions); + } + else + { + DisableComponentActions(this, m_entityComponentActions); + } + SetPropertyEditorState(m_gui, enable); + + for (auto componentEditor : m_componentEditors) + { + AzQtComponents::SetWidgetInteractEnabled(componentEditor, enable); + } + } + else + { + AzQtComponents::SetWidgetInteractEnabled(m_gui->m_entityDetailsLabel, enable); + } + m_disabled = !enable; + + // record the selected state after entering/leaving component mode + SaveComponentEditorState(); + } + void EntityPropertyEditor::EnteredComponentMode(const AZStd::vector& componentModeTypes) { DisableComponentActions(this, m_entityComponentActions); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.hxx index b15e27e41a..166d4c4392 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -21,6 +22,7 @@ #include #include #include +#include #include #include #include @@ -108,6 +110,7 @@ namespace AzToolsFramework , public EditorInspectorComponentNotificationBus::MultiHandler , private AzToolsFramework::ComponentModeFramework::EditorComponentModeNotificationBus::Handler , public AZ::EntitySystemBus::Handler + , private EditorWindowUIRequestBus::Handler { Q_OBJECT; public: @@ -208,6 +211,9 @@ namespace AzToolsFramework void GetSelectedEntities(EntityIdList& selectedEntityIds) override; void SetNewComponentId(AZ::ComponentId componentId) override; + // EditorWindowRequestBus overrides + void SetEditorUiEnabled(bool enable) override; + bool IsEntitySelected(const AZ::EntityId& id) const; bool IsSingleEntitySelected(const AZ::EntityId& id) const; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.cpp index 6a7bd30990..34af539bac 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.h index cf8440f773..a56c7ecb4b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.inl b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.inl index b4aa792084..e403fcb660 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.inl +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GenericComboBoxCtrl.inl @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.cpp index 6d3b158dfa..3aac294fe6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.h index cb3adca59e..3a03e70210 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/GrowTextEdit.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.cpp index f411c60625..39faf06f08 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "InstanceDataHierarchy.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.h index e953450300..997b71592c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/InstanceDataHierarchy.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.cpp index fbdc2ddf81..3e5b41ebeb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.h index 6198c81ae3..55a6db8589 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/Model/AssetCompleterModel.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.cpp index 5c7b5353a8..45a7a50a94 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.h index d77b639d81..88a3d89f9f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/MultiLineTextEditHandler.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.cpp index ba53688aa4..4d95479e33 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyAssetCtrl.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.hxx index f943709098..33619f9f62 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.cpp index 599fa7bdfe..6951d7ae8c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyAudioCtrl.h" #include "PropertyQTConstants.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.h index 2d539587dd..4996806a8d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrlTypes.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrlTypes.h index cd17162335..df31e297cd 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrlTypes.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyAudioCtrlTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.cpp index 28f6d6af65..094204e5a6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyBoolComboBoxCtrl.hxx" #include "PropertyQTConstants.h" #include "DHQComboBox.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.hxx index f68377e778..9e9d86d818 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolComboBoxCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.cpp index 8c7fb1757e..3306ddf2a4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.hxx index bca0b0d004..002a022567 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyBoolRadioButtonsCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.cpp index c03d276ed7..1ffabcbc89 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.cpp @@ -1,16 +1,17 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyButtonCtrl.hxx" #include "PropertyQTConstants.h" #include AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 4251: 'QLayoutItem::align': class 'QFlags' needs to have dll-interface to be used by clients of class 'QLayoutItem' #include AZ_POP_DISABLE_WARNING +#include namespace AzToolsFramework { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.hxx index ff35d19cc7..11025d7b6a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyButtonCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.cpp index 523cbe1ca0..84d7d37585 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyCRCCtrl.h" #include "PropertyQTConstants.h" #include @@ -14,6 +14,7 @@ AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 4251: 'QLayoutItem: #include AZ_POP_DISABLE_WARNING #include +#include namespace AzToolsFramework { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.h index d16d63b588..30ec482155 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCRCCtrl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.cpp index b637bc61c6..4bbff769d7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyCheckBoxCtrl.hxx" #include "PropertyQTConstants.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.hxx index 904d1254fe..b3b8bf3666 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyCheckBoxCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.cpp index 9368685af4..2534df50b6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyColorCtrl.hxx" #include "PropertyQTConstants.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.hxx index dfe53cd8a7..dc61f1a5c6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyColorCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.cpp index aac2d70d20..0b9120bcce 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include "PropertyDoubleSliderCtrl.hxx" #include "DHQSlider.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.hxx index 0a378031d6..a724b4b43b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSliderCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.cpp index 01c85f11c9..58f1192f7c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyDoubleSpinCtrl.hxx" #include "PropertyQTConstants.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.hxx index 924619942e..5b6e054e8c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyDoubleSpinCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI.h index b61ad9ee40..3c72e8bc9c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals.h index bb3b624269..15506c1a50 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals_Impl.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals_Impl.h index 721e471321..2ebacfa558 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals_Impl.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals_Impl.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorApi.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorApi.cpp index ccd9c367bf..8693ca2d48 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorApi.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditorApi.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyEditorAPI.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditor_UITypes.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditor_UITypes.h index d97a269473..2d6d4239ef 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditor_UITypes.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEditor_UITypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.cpp index 92d0ea9139..424a110c49 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyEntityIdCtrl.hxx" #include "PropertyQTConstants.h" @@ -33,6 +33,7 @@ AZ_PUSH_DISABLE_WARNING(4244 4251, "-Wunknown-warning-option") // 4244: conversi AZ_POP_DISABLE_WARNING #include #include +#include //just a test to see how it would work to pop a dialog diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.hxx index efdfaa3824..e66cdf4567 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.cpp index 571a293333..f49b555dfe 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyEnumComboBoxCtrl.hxx" #include "PropertyQTConstants.h" #include "DHQComboBox.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.hxx index 0f38ddbd33..206b972b37 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyEnumComboBoxCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntCtrlCommon.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntCtrlCommon.h index e71639d2f2..eda8b482a1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntCtrlCommon.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntCtrlCommon.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.cpp index 041fc2dab1..5fa767d060 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyIntSliderCtrl.hxx" #include "DHQSlider.hxx" #include "PropertyQTConstants.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.hxx index 106dd53cf4..5b55b1f728 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSliderCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.cpp index 5edefdd8a1..afa62bdc21 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyIntSpinCtrl.hxx" #include "PropertyQTConstants.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.hxx index caf3468439..1e1e6a9592 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyIntSpinCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.cpp index 617a6e2823..678693ea32 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyManagerComponent.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.h index fbbd3e05e0..4be288f52b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyQTConstants.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyQTConstants.h index 5a711ed77b..7eb043efa6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyQTConstants.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyQTConstants.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.cpp index d66ee34c3b..b9578d4e3a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyRowWidget.hxx" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.hxx index b23691ea44..8248eb4b86 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyRowWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -8,6 +9,7 @@ #pragma once #if !defined(Q_MOC_RUN) +#include AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // class '...' needs to have dll-interface to be used by clients of class '...' #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.cpp index e8c8157c98..dcf8674d4e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyStringComboBoxCtrl.hxx" #include "PropertyQTConstants.h" #include "DHQComboBox.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.hxx index 9ab3dc9fae..b7abf97b1b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringComboBoxCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.cpp index 58414d6c37..ea02e93c96 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyStringLineEditCtrl.hxx" #include "PropertyQTConstants.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.hxx index c100d5498a..4357d112c7 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.cpp index 662a17ebb7..3e508b8d43 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PropertyVectorCtrl.hxx" #include "PropertyQTConstants.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.hxx index 851779ca96..e5a6b5803c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyVectorCtrl.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/QtWidgetLimits.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/QtWidgetLimits.h index b7947a174d..c0550d81b5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/QtWidgetLimits.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/QtWidgetLimits.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.cpp index 1e7b0395c8..ae3bcd6849 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ReflectedPropertyEditor.hxx" #include "PropertyRowWidget.hxx" #include @@ -17,6 +17,8 @@ #include #include #include +#include +#include AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 'QTextFormat::d': class 'QSharedDataPointer' needs to have dll-interface to be used by clients of class 'QTextFormat' #include AZ_POP_DISABLE_WARNING diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx index c27acaa374..b95c2b927a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ReflectedPropertyEditor.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.cpp index 2da35d7de9..c458f7c47e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.h index fe5c18caa4..93f703c4c5 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/ThumbnailPropertyCtrl.h @@ -1,8 +1,9 @@ #pragma once /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.cpp index 984aba2aa2..bf84b9207b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.h index 439e6640d8..b414bb88b6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/View/AssetCompleterListView.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.cpp index 15a7b7d482..849b8d1705 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.cpp @@ -1,10 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" + +#include AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 'QLayoutItem::align': class 'QFlags' needs to have dll-interface to be used by clients of class 'QLayoutItem' #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.hxx index 9ed93aba93..ce38d934c4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchCriteriaWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchWidgetTypes.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchWidgetTypes.hxx index 052d7567ff..5882253f1a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchWidgetTypes.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/SearchWidget/SearchWidgetTypes.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/Constants.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/Constants.h index 7f2172abdc..533f086974 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/Constants.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/Constants.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.cpp index b131e3d560..6dbc0beeb2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.cpp @@ -1,10 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" + +#include + AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 4251: 'QLayoutItem::align': class 'QFlags' needs to have dll-interface to be used by clients of class 'QLayoutItem' #include AZ_POP_DISABLE_WARNING diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.hxx index 29314c32fe..2f1a29b3d0 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindow.hxx @@ -1,17 +1,22 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once +#include + namespace Ui { class NotificationWindow; } class QToolButton; +class QLabel; +class QTimer; namespace AzToolsFramework { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.cpp index f7b1521ee6..7aa8a133ed 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.hxx index 8fbb397dd4..6b20e1e953 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceOverridesNotificationWindowManager.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -11,6 +12,7 @@ #include "SliceOverridesNotificationWindow.hxx" #endif +#include namespace AzToolsFramework { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.cpp index d88799d5aa..04754ac8a4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.cpp @@ -1,14 +1,14 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" +#include AZ_PUSH_DISABLE_WARNING(4244 4251, "-Wunknown-warning-option") - #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.hxx index b78d9488d6..61cbf4a541 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SlicePushWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipBus.h index b0f8554cdc..165241770b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.cpp index 61045de69a..f581e2ea8b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" - +#include #include #include AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 4251: 'QTreeWidgetItemIterator::d_ptr': class 'QScopedPointer>' needs to have dll-interface to be used by clients of class 'QTreeWidgetItemIterator' @@ -19,6 +19,7 @@ AZ_POP_DISABLE_WARNING #include "SliceRelationshipWidget.hxx" +#include #include #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.hxx index 2a1a7e74d9..64debe12bb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/Slice/SliceRelationshipWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -18,6 +19,11 @@ class QTreeWidgetItem; class QLabel; class QVBoxLayout; +namespace AZ +{ + class EntityId; +} + namespace AzToolsFramework { /** diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.cpp index 4e73acbb40..c8a3b28173 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "AZAutoSizingScrollArea.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.hxx index 08c73d9198..e5e5ef59ac 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AZAutoSizingScrollArea.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.cpp index b3b2c3ad21..b2b1670485 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.cpp @@ -1,11 +1,12 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" +#include AZ_PUSH_DISABLE_WARNING(4251 4800, "-Wunknown-warning-option") // 4251: 'QPainter::d_ptr': class 'QScopedPointer>' needs to have dll-interface to be used by clients of class 'QPainter' // 4800: 'QFlags::Int': forcing value to bool 'true' or 'false' (performance warning) #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.hxx index 269fa888c8..2cf2538779 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/AspectRatioAwarePixmapWidget.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.cpp index 99400ae39d..b6f4c6d815 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "ClickableLabel.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.hxx index ed822372e8..f0b7506ba8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ClickableLabel.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.cpp index 814fa1c28f..ca5e89f6f1 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include "ColorPickerDelegate.hxx" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.hxx index 3a48e1e5f9..7bb5cd25e2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ColorPickerDelegate.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.cpp index 0374268dbb..4e864bb4a4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.hxx index 84480965fa..4224d0dc90 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/IconButton.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.cpp index ad425ea615..e796db8b87 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "OverwritePromptDialog.hxx" AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option") // 'QLayoutItem::align': class 'QFlags' needs to have dll-interface to be used by clients of class 'QLayoutItem' diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.hxx index cb74225e9f..7a2523aaf4 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/OverwritePromptDialog.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.cpp index ceaf0d0090..9f4fb347bf 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.cpp @@ -1,15 +1,17 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "PlainTextEdit.hxx" #include +#include + namespace AzToolsFramework { QRectF PlainTextEdit::GetBlockBoundingGeometry(const QTextBlock& block) const diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.hxx index 469345a483..91b909139f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/PlainTextEdit.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.cpp index 904cf417a4..f993660116 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.hxx index 5fc353225e..e0030f57ab 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/ProgressShield.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.cpp index 10fb8accfc..75c8c607c6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "QTreeViewStateSaver.hxx" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.hxx index 5edf1cd56d..408791558a 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QTreeViewStateSaver.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.cpp index 82b8a4aa92..0222fa4c05 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "QWidgetSavedState.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.h index 6de3bb5b83..7ba6986739 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/QWidgetSavedState.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.cpp index 5c94a6c0bd..099d758a10 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "SaveChangesDialog.hxx" AZ_PUSH_DISABLE_WARNING(4244 4251, "-Wunknown-warning-option") diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.hxx index 9d147c14fd..b93b689c0c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/SaveChangesDialog.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.cpp index 7f65eefde5..2a408ee885 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.cpp @@ -1,11 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.hxx b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.hxx index a37a9c9e03..c306d26858 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.hxx +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/TargetSelectorButton.hxx @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/WidgetHelpers.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/WidgetHelpers.h index b17ff2b434..0c326f9640 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/WidgetHelpers.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UI/UICore/WidgetHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoCacheInterface.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoCacheInterface.h index 2a3689db41..39b23bc449 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoCacheInterface.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoCacheInterface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.cpp index 49e2f89854..6f6d9f32ab 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.cpp @@ -1,10 +1,10 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" #include "UndoSystem.h" diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.h index b47c7f0b42..a39ebca832 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Undo/UndoSystem.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.cpp index f268199a9f..3f2cb24d69 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -104,6 +105,18 @@ namespace UnitTest } } + void TestEditorActions::AddActionViaBusCrc(AZ::Crc32 id, QAction* action) + { + AZ_Assert(action, "Attempting to add a null action"); + + if (action) + { + action->setData(aznumeric_cast(id)); + action->setShortcutContext(Qt::ApplicationShortcut); + m_defaultWidget.addAction(action); + } + } + void TestEditorActions::RemoveActionViaBus(QAction* action) { AZ_Assert(action, "Attempting to remove a null action"); diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.h index e6ea5642f1..7967f58bf6 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/AzToolsFrameworkTestHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -86,6 +87,7 @@ namespace UnitTest { // EditorActionRequestBus ... void AddActionViaBus(int id, QAction* action) override; + void AddActionViaBusCrc(AZ::Crc32 id, QAction* action) override; void RemoveActionViaBus(QAction* action) override; void EnableDefaultActions() override; void DisableDefaultActions() override; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.cpp index 4c0f7a0581..be9b332982 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.h b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.h index ae06ca6c0d..22de71b2d8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/UnitTest/ToolsTestApplication.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ActionBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ActionBus.h index a6aa7c30d6..4dde676511 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ActionBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ActionBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -22,11 +23,11 @@ namespace AzToolsFramework /// @name Reverse URLs. /// Used to identify common actions and override them when necessary. //@{ - static const AZ::Crc32 s_backAction = AZ_CRC("com.amazon.action.common.back", 0xd772a2af); - static const AZ::Crc32 s_deleteAction = AZ_CRC("com.amazon.action.common.delete", 0x5731f6cb); - static const AZ::Crc32 s_duplicateAction = AZ_CRC("com.amazon.action.common.duplicate", 0x08ccf461); - static const AZ::Crc32 s_nextComponentMode = AZ_CRC("com.amazon.action.common.nextComponentMode", 0xcc26094f); - static const AZ::Crc32 s_previousComponentMode = AZ_CRC("com.amazon.action.common.previousComponentMode", 0x0d18ff39); + static const AZ::Crc32 s_backAction = AZ_CRC("com.o3de.action.common.back", 0xd772a2af); + static const AZ::Crc32 s_deleteAction = AZ_CRC("com.o3de.action.common.delete", 0x5731f6cb); + static const AZ::Crc32 s_duplicateAction = AZ_CRC("com.o3de.action.common.duplicate", 0x08ccf461); + static const AZ::Crc32 s_nextComponentMode = AZ_CRC("com.o3de.action.common.nextComponentMode", 0xcc26094f); + static const AZ::Crc32 s_previousComponentMode = AZ_CRC("com.o3de.action.common.previousComponentMode", 0x0d18ff39); //@} /// Specific Action properties to be sent to a type implementing @@ -150,6 +151,8 @@ namespace AzToolsFramework /// Allow default actions to be added to the Action Manager via a Bus call. virtual void AddActionViaBus(int id, QAction* action) = 0; + /// Allow default actions to be added to the Action Manager via a Bus call and using the CRC id method. + virtual void AddActionViaBusCrc(AZ::Crc32 id, QAction* action) = 0; /// Remove default actions added to the Action Manager via a Bus Call. virtual void RemoveActionViaBus(QAction* action) = 0; /// Enable all default actions that are active during the normal Editor state. diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.cpp index 490ed683f4..b2c378181e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.cpp @@ -1,14 +1,23 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "EditorContextMenu.h" +#include +#include +#include +#include -#include "AzToolsFramework/Viewport/ViewportMessages.h" -#include "Editor/EditorContextMenuBus.h" +AZ_CVAR( + int, + ed_contextMenuDisplayThreshold, + 2, + nullptr, + AZ::ConsoleFunctorFlags::Null, + "The minimum 'Manhattan Distance' the mouse can move before the context menu will no longer trigger"); namespace AzToolsFramework { @@ -20,25 +29,19 @@ namespace AzToolsFramework if (mouseInteraction.m_mouseInteraction.m_mouseButtons.Right() && mouseInteraction.m_mouseEvent == ViewportInteraction::MouseEvent::Down) { - contextMenu.m_shouldOpen = true; contextMenu.m_clickPoint = ViewportInteraction::QPointFromScreenPoint(mouseInteraction.m_mouseInteraction.m_mousePick.m_screenCoordinates); } - // disable shouldOpen if right clicking an moving the mouse - if (mouseInteraction.m_mouseEvent == ViewportInteraction::MouseEvent::Move) - { - const QPoint currentScreenCoords = - ViewportInteraction::QPointFromScreenPoint(mouseInteraction.m_mouseInteraction.m_mousePick.m_screenCoordinates); - - contextMenu.m_shouldOpen = contextMenu.m_shouldOpen && (currentScreenCoords - contextMenu.m_clickPoint).manhattanLength() < 2; - } - // do show the context menu if (mouseInteraction.m_mouseInteraction.m_mouseButtons.Right() && mouseInteraction.m_mouseEvent == ViewportInteraction::MouseEvent::Up) { - if (contextMenu.m_shouldOpen) + const QPoint currentScreenCoords = + ViewportInteraction::QPointFromScreenPoint(mouseInteraction.m_mouseInteraction.m_mousePick.m_screenCoordinates); + + // if the mouse hasn't moved, open the pop-up menu + if ((currentScreenCoords - contextMenu.m_clickPoint).manhattanLength() < ed_contextMenuDisplayThreshold) { QWidget* parent = nullptr; ViewportInteraction::MainEditorViewportInteractionRequestBus::EventResult( @@ -49,15 +52,16 @@ namespace AzToolsFramework contextMenu.m_menu->setAttribute(Qt::WA_DeleteOnClose); contextMenu.m_menu->setParent(parent); - // Populate global context menu. + // populate global context menu. const int contextMenuFlag = 0; - AzToolsFramework::EditorContextMenuBus::Broadcast(&AzToolsFramework::EditorContextMenuEvents::PopulateEditorGlobalContextMenu, contextMenu.m_menu.data(), + AzToolsFramework::EditorContextMenuBus::Broadcast( + &AzToolsFramework::EditorContextMenuEvents::PopulateEditorGlobalContextMenu, contextMenu.m_menu.data(), AzFramework::Vector2FromScreenPoint(mouseInteraction.m_mouseInteraction.m_mousePick.m_screenCoordinates), contextMenuFlag); if (!contextMenu.m_menu->isEmpty()) { - // Use popup instead of exec; this avoids blocking input event processing while the menu dialog is active + // use popup instead of exec; this avoids blocking input event processing while the menu dialog is active contextMenu.m_menu->popup(QCursor::pos()); } } diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.h index 622272bf00..42ba215971 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/EditorContextMenu.h @@ -1,14 +1,13 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once -#include - #include #include #include @@ -23,7 +22,6 @@ namespace AzToolsFramework //! State of when and where the right-click context menu should appear. struct EditorContextMenu final { - bool m_shouldOpen = false; QPoint m_clickPoint = QPoint(0, 0); QPointer m_menu; }; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.cpp index 6baf2a4982..3fa1cd60fb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.h index ca4de95060..af48a84bf2 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/VertexContainerDisplay.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportMessages.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportMessages.h index 4d3af0e878..ef1dfb0414 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportMessages.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportMessages.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -276,11 +277,6 @@ namespace AzToolsFramework virtual void EndCursorCapture() = 0; //! Gets the most recent recorded cursor position in the viewport in screen space coordinates. virtual AzFramework::ScreenPoint ViewportCursorScreenPosition() = 0; - //! Gets the cursor position recorded prior to the most recent cursor position. - //! Note: The cursor may be captured by the viewport, in which case this may not correspond to the last result - //! from ViewportCursorScreenPosition. This method will always return the correct position to generate a mouse - //! position delta. - virtual AZStd::optional PreviousViewportCursorScreenPosition() = 0; //! Is mouse over viewport. virtual bool IsMouseOver() const = 0; diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.cpp index 7a48d9f8e2..546320d1e9 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.h b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.h index af0a7642b8..0ce80261ce 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/Viewport/ViewportTypes.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.cpp index 386fed6894..d4d53c5907 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.h index 07bce3747d..8b36ec0a32 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorBoxSelect.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.cpp index 4d795e8671..0eae7707bc 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.h index f92ee6b00b..5763bf227c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorDefaultSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -98,7 +99,7 @@ namespace AzToolsFramework { } - AZ::Crc32 m_uri; //!< Unique identifier for the Action. (In the form 'com.amazon.action.---"). + AZ::Crc32 m_uri; //!< Unique identifier for the Action. (In the form 'com.o3de.action.---"). AZStd::vector> m_callbacks; //!< Callbacks associated with this Action (note: with multi-selections //!< there will be a callback per Entity/Component). AZStd::unique_ptr m_action; //!< The QAction associated with the overrideWidget for all ComponentMode actions. diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.cpp index f1d57e760c..304a4df31f 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.h index de8eb678bf..0dbb1d0f6c 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorHelpers.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.cpp index 86852ed0ac..3af1672ecb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.h index ec863dc6d2..17521eab14 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemComponent.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemViewportSelectionRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemViewportSelectionRequestBus.h index e342fbb050..ee3f83f74d 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemViewportSelectionRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorInteractionSystemViewportSelectionRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.cpp index 9de10788f5..7cd0170989 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.h index 147ac64795..e8d83af932 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorPickEntitySelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.cpp index f9a5d17f4b..8e08dc9d97 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.h index d2b7dfc648..aa1b3ae5ce 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorSelectionUtil.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp index 8f46fd90cb..b05dfd0676 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -2018,7 +2019,7 @@ namespace AzToolsFramework static void AddAction( AZStd::vector>& actions, const QList& keySequences, - int actionId, + AZ::Crc32 actionId, const QString& name, const QString& statusTip, const T& callback) @@ -2033,7 +2034,7 @@ namespace AzToolsFramework QObject::connect(actions.back().get(), &QAction::triggered, actions.back().get(), callback); - EditorActionRequestBus::Broadcast(&EditorActionRequests::AddActionViaBus, actionId, actions.back().get()); + EditorActionRequestBus::Broadcast(&EditorActionRequests::AddActionViaBusCrc, actionId, actions.back().get()); } void EditorTransformComponentSelection::OnEscape() @@ -2081,8 +2082,6 @@ namespace AzToolsFramework { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); - // note: see Code/Editor/Resource.h for ID_EDIT_ ids - const auto lockUnlock = [this](const bool lock) { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2107,8 +2106,7 @@ namespace AzToolsFramework // lock selection AddAction( - m_actions, { QKeySequence(Qt::Key_L) }, - /*ID_EDIT_FREEZE =*/32900, s_lockSelectionTitle, s_lockSelectionDesc, + m_actions, { QKeySequence(Qt::Key_L) }, LockSelection, s_lockSelectionTitle, s_lockSelectionDesc, [lockUnlock]() { lockUnlock(true); @@ -2116,8 +2114,7 @@ namespace AzToolsFramework // unlock selection AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::Key_L) }, - /*ID_EDIT_UNFREEZE =*/32973, s_lockSelectionTitle, s_lockSelectionDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::Key_L) }, UnlockSelection, s_lockSelectionTitle, s_lockSelectionDesc, [lockUnlock]() { lockUnlock(false); @@ -2147,8 +2144,7 @@ namespace AzToolsFramework // hide selection AddAction( - m_actions, { QKeySequence(Qt::Key_H) }, - /*ID_EDIT_HIDE =*/32898, s_hideSelectionTitle, s_hideSelectionDesc, + m_actions, { QKeySequence(Qt::Key_H) }, HideSelection, s_hideSelectionTitle, s_hideSelectionDesc, [showHide]() { showHide(false); @@ -2156,8 +2152,7 @@ namespace AzToolsFramework // show selection AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::Key_H) }, - /*ID_EDIT_UNHIDE =*/32974, s_hideSelectionTitle, s_hideSelectionDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::Key_H) }, ShowSelection, s_hideSelectionTitle, s_hideSelectionDesc, [showHide]() { showHide(true); @@ -2165,8 +2160,7 @@ namespace AzToolsFramework // unlock all entities in the level/scene AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_L) }, - /*ID_EDIT_UNFREEZEALL =*/32901, s_unlockAllTitle, s_unlockAllDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_L) }, UnlockAll, s_unlockAllTitle, s_unlockAllDesc, []() { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2183,8 +2177,7 @@ namespace AzToolsFramework // show all entities in the level/scene AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_H) }, - /*ID_EDIT_UNHIDEALL =*/32899, s_showAllTitle, s_showAllDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_H) }, ShowAll, s_showAllTitle, s_showAllDesc, []() { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2201,8 +2194,7 @@ namespace AzToolsFramework // select all entities in the level/scene AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::Key_A) }, - /*ID_EDIT_SELECTALL =*/33376, s_selectAllTitle, s_selectAllDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::Key_A) }, SelectAll, s_selectAllTitle, s_selectAllDesc, [this]() { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2242,8 +2234,7 @@ namespace AzToolsFramework // invert current selection AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_I) }, - /*ID_EDIT_INVERTSELECTION =*/33692, s_invertSelectionTitle, s_invertSelectionDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_I) }, InvertSelect, s_invertSelectionTitle, s_invertSelectionDesc, [this]() { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2290,8 +2281,7 @@ namespace AzToolsFramework // duplicate selection AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::Key_D) }, - /*ID_EDIT_CLONE =*/33525, s_duplicateTitle, s_duplicateDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::Key_D) }, DuplicateSelect, s_duplicateTitle, s_duplicateDesc, []() { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2316,8 +2306,7 @@ namespace AzToolsFramework // delete selection AddAction( - m_actions, { QKeySequence(Qt::Key_Delete) }, - /*ID_EDIT_DELETE=*/33480, s_deleteTitle, s_deleteDesc, + m_actions, { QKeySequence(Qt::Key_Delete) }, DeleteSelect, s_deleteTitle, s_deleteDesc, [this]() { AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework); @@ -2334,24 +2323,21 @@ namespace AzToolsFramework }); AddAction( - m_actions, { QKeySequence(Qt::Key_Space) }, - /*ID_EDIT_ESCAPE=*/33513, "", "", + m_actions, { QKeySequence(Qt::Key_Space) }, EditEscaspe, "", "", [this]() { DeselectEntities(); }); AddAction( - m_actions, { QKeySequence(Qt::Key_P) }, - /*ID_EDIT_PIVOT=*/36203, s_togglePivotTitleEditMenu, s_togglePivotDesc, + m_actions, { QKeySequence(Qt::Key_P) }, EditPivot, s_togglePivotTitleEditMenu, s_togglePivotDesc, [this]() { ToggleCenterPivotSelection(); }); AddAction( - m_actions, { QKeySequence(Qt::Key_R) }, - /*ID_EDIT_RESET=*/36204, s_resetEntityTransformTitle, s_resetEntityTransformDesc, + m_actions, { QKeySequence(Qt::Key_R) }, EditReset, s_resetEntityTransformTitle, s_resetEntityTransformDesc, [this]() { switch (m_mode) @@ -2369,13 +2355,11 @@ namespace AzToolsFramework }); AddAction( - m_actions, { QKeySequence(Qt::CTRL + Qt::Key_R) }, - /*ID_EDIT_RESET_MANIPULATOR=*/36207, s_resetManipulatorTitle, s_resetManipulatorDesc, + m_actions, { QKeySequence(Qt::CTRL + Qt::Key_R) }, EditResetManipulator, s_resetManipulatorTitle, s_resetManipulatorDesc, AZStd::bind(AZStd::mem_fn(&EditorTransformComponentSelection::DelegateClearManipulatorOverride), this)); AddAction( - m_actions, { QKeySequence(Qt::ALT + Qt::Key_R) }, - /*ID_EDIT_RESET_LOCAL=*/36205, s_resetTransformLocalTitle, s_resetTransformLocalDesc, + m_actions, { QKeySequence(Qt::ALT + Qt::Key_R) }, EditResetLocal, s_resetTransformLocalTitle, s_resetTransformLocalDesc, [this]() { switch (m_mode) @@ -2393,8 +2377,7 @@ namespace AzToolsFramework }); AddAction( - m_actions, { QKeySequence(Qt::SHIFT + Qt::Key_R) }, - /*ID_EDIT_RESET_WORLD=*/36206, s_resetTransformWorldTitle, s_resetTransformWorldDesc, + m_actions, { QKeySequence(Qt::SHIFT + Qt::Key_R) }, EditResetWorld, s_resetTransformWorldTitle, s_resetTransformWorldDesc, [this]() { switch (m_mode) @@ -2415,8 +2398,7 @@ namespace AzToolsFramework }); AddAction( - m_actions, { QKeySequence(Qt::Key_U) }, - /*ID_VIEWPORTUI_VISIBLE=*/50040, "Toggle Viewport UI", "Hide/Show Viewport UI", + m_actions, { QKeySequence(Qt::Key_U) }, ViewportUiVisible, "Toggle Viewport UI", "Hide/Show Viewport UI", [this]() { SetAllViewportUiVisible(!m_viewportUiVisible); @@ -3097,17 +3079,10 @@ namespace AzToolsFramework // update orientations relative to initial for (AZ::EntityId entityId : manipulatorEntityIds.m_entityIds) { - ScopedUndoBatch::MarkEntityDirty(entityId); - - const auto transformIt = transformsBefore.find(entityId); - if (transformIt != transformsBefore.end()) + if (const auto transformIt = transformsBefore.find(entityId); transformIt != transformsBefore.end()) { - AZ::Transform newWorldFromLocal = transformIt->second; - const float scale = newWorldFromLocal.GetUniformScale(); - newWorldFromLocal.SetRotation(orientation); - newWorldFromLocal *= AZ::Transform::CreateUniformScale(scale); - - SetEntityWorldTransform(entityId, newWorldFromLocal); + ScopedUndoBatch::MarkEntityDirty(entityId); + SetEntityLocalRotation(entityId, orientation); } } @@ -3733,6 +3708,11 @@ namespace AzToolsFramework ETCS::SetEntityLocalRotation(entityId, localRotation, m_transformChangedInternally); } + void EditorTransformComponentSelection::SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Quaternion& localRotation) + { + ETCS::SetEntityLocalRotation(entityId, localRotation, m_transformChangedInternally); + } + void EditorTransformComponentSelection::OnStartPlayInEditor() { SetAllViewportUiVisible(false); @@ -3798,6 +3778,12 @@ namespace AzToolsFramework ScopeSwitch sw(internal); AZ::TransformBus::Event(entityId, &AZ::TransformBus::Events::SetLocalRotation, localRotation); } + + void SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Quaternion& localRotation, bool& internal) + { + ScopeSwitch sw(internal); + AZ::TransformBus::Event(entityId, &AZ::TransformBus::Events::SetLocalRotationQuaternion, localRotation); + } } // namespace ETCS // explicit instantiations diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.h index b58fe095a9..42ec423b03 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -297,6 +298,7 @@ namespace AzToolsFramework void SetEntityWorldTransform(AZ::EntityId entityId, const AZ::Transform& worldTransform); void SetEntityLocalScale(AZ::EntityId entityId, float localScale); void SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Vector3& localRotation); + void SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Quaternion& localRotation); //! Responsible for keeping the space cluster in sync with the current reference frame. void UpdateSpaceCluster(ReferenceFrame referenceFrame); @@ -376,5 +378,6 @@ namespace AzToolsFramework void SetEntityWorldTransform(AZ::EntityId entityId, const AZ::Transform& worldTransform, bool& internal); void SetEntityLocalScale(AZ::EntityId entityId, float localScale, bool& internal); void SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Vector3& localRotation, bool& internal); + void SetEntityLocalRotation(AZ::EntityId entityId, const AZ::Quaternion& localRotation, bool& internal); } // namespace ETCS } // namespace AzToolsFramework diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.cpp index 552dc8ee19..942a58d9cb 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.h index ecfedd61cc..d0c106a15e 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelectionRequestBus.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -13,6 +14,28 @@ namespace AzToolsFramework { + //! @name Reverse URLs. + //! Used to identify common actions and override them when necessary. + //@{ + constexpr inline AZ::Crc32 LockSelection = AZ_CRC_CE("com.o3de.action.editortransform.lockselect"); + constexpr inline AZ::Crc32 UnlockSelection = AZ_CRC_CE("com.o3de.action.editortransform.unlockselect"); + constexpr inline AZ::Crc32 HideSelection = AZ_CRC_CE("com.o3de.action.editortransform.hideselect"); + constexpr inline AZ::Crc32 ShowSelection = AZ_CRC_CE("com.o3de.action.editortransform.showselect"); + constexpr inline AZ::Crc32 UnlockAll = AZ_CRC_CE("com.o3de.action.editortransform.unlockall"); + constexpr inline AZ::Crc32 ShowAll = AZ_CRC_CE("com.o3de.action.editortransform.unhideall"); + constexpr inline AZ::Crc32 SelectAll = AZ_CRC_CE("com.o3de.action.editortransform.selectall"); + constexpr inline AZ::Crc32 InvertSelect = AZ_CRC_CE("com.o3de.action.editortransform.invertselect"); + constexpr inline AZ::Crc32 DuplicateSelect = AZ_CRC_CE("com.o3de.action.editortransform.duplicateselect"); + constexpr inline AZ::Crc32 DeleteSelect = AZ_CRC_CE("com.o3de.action.editortransform.deleteselect"); + constexpr inline AZ::Crc32 EditEscaspe = AZ_CRC_CE("com.o3de.action.editortransform.editescape"); + constexpr inline AZ::Crc32 EditPivot = AZ_CRC_CE("com.o3de.action.editortransform.editpivot"); + constexpr inline AZ::Crc32 EditReset = AZ_CRC_CE("com.o3de.action.editortransform.editreset"); + constexpr inline AZ::Crc32 EditResetManipulator = AZ_CRC_CE("com.o3de.action.editortransform.editresetmanipulator"); + constexpr inline AZ::Crc32 EditResetLocal = AZ_CRC_CE("com.o3de.action.editortransform.editresetlocal"); + constexpr inline AZ::Crc32 EditResetWorld = AZ_CRC_CE("com.o3de.action.editortransform.editresetworld"); + constexpr inline AZ::Crc32 ViewportUiVisible = AZ_CRC_CE("com.o3de.action.editortransform.viewportuivisible"); + //@} + //! Provide interface for EditorTransformComponentSelection requests. class EditorTransformComponentSelectionRequests : public AZ::EBusTraits { diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.cpp index 05c78adfa3..f371805997 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.h index 929900d69c..b34defc25b 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorVisibleEntityDataCache.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.cpp index 8acb21ca18..3798bc1d22 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.cpp @@ -1,12 +1,11 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ -#include "AzToolsFramework_precompiled.h" - #include namespace AzToolsFramework::ViewportUi::Internal diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.h b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.h index ebe0741e67..b18f4723d8 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.h +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/Button.h @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -27,7 +28,7 @@ namespace AzToolsFramework::ViewportUi::Internal AZStd::string m_icon; //!< The icon for this button, string path to an image. AZStd::string m_name; //!< The name displayed as a label next to the button's icon. - State m_state = State::Deselected; - ButtonId m_buttonId; + State m_state = State::Deselected; + ButtonId m_buttonId; }; } // namespace AzToolsFramework::ViewportUi::Internal diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/ButtonGroup.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/ButtonGroup.cpp index e151351099..e933940d95 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/ButtonGroup.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportUi/ButtonGroup.cpp @@ -1,6 +1,7 @@ /* - * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. - * + * Copyright (c) Contributors to the Open 3D Engine Project. + * For complete copyright and license terms please see the LICENSE at the root of this distribution. + * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ @@ -44,11 +45,11 @@ namespace AzToolsFramework::ViewportUi::Internal if (name.empty()) { - m_buttons.insert({buttonId, AZStd::make_unique